01M10A8GDDW1NEJ7FBGP5RP8EW: 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: 01M10A90100SAJJDZBBHTSJ0PX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T00:36:07.241Zjob assigned to worker 01M10A95S7EV4V79YZ6JPBFPAB [factory aws, i-01aea276edcc032b1] (queued for 49 s)
 
22026-08-27T00:36:14.118Zstarting task 0: "setup"
32026-08-27T00:36:14.122Z++ uname -s
42026-08-27T00:36:14.126Z+ kern=SunOS
52026-08-27T00:36:14.126Z+ build_user=build
62026-08-27T00:36:14.126Z+ build_uid=12345
72026-08-27T00:36:14.126Z+ work_dir=/work
82026-08-27T00:36:14.126Z+ input_dir=/input
92026-08-27T00:36:14.126Z+ [[ 0 == 12345 ]]
102026-08-27T00:36:14.126Z+ case "$kern" in
112026-08-27T00:36:14.126Z+ groupadd -g 12345 build
122026-08-27T00:36:14.130Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T00:36:16.133Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T00:36:16.232Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T00:36:16.235Z+ home_fs=zfs
162026-08-27T00:36:16.236Z+ [[ zfs == autofs ]]
172026-08-27T00:36:16.236Z+ mkdir -p /home/build
182026-08-27T00:36:16.239Z+ chown build:build /home/build /work
192026-08-27T00:36:17.238Z+ chmod 0700 /home/build /work
202026-08-27T00:36:17.241Zprocess exited: duration 3125 ms, exit code 0
 
212026-08-27T00:36:17.247Zstarting task 1: "rust-toolchain"
222026-08-27T00:36:17.252Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T00:36:17.252Z * rust toolchain channel = "1.97.1"
242026-08-27T00:36:17.252Z * rust toolchain profile = "default"
252026-08-27T00:36:17.252Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T00:36:17.252Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T00:36:17.252Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T00:36:17.255Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T00:36:17.255Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T00:36:17.340Zinfo: downloading installer
312026-08-27T00:36:18.895Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T00:36:18.895Zwarn: /home/build/.rustup/settings.toml
332026-08-27T00:36:18.895Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T00:36:18.895Zwarn: instead of the one inferred from the default host triple.
352026-08-27T00:36:18.907Zinfo: profile set to default
362026-08-27T00:36:18.907Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T00:36:18.911Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T00:36:19.037Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T00:36:19.040Zinfo: downloading 6 components
402026-08-27T00:36:33.836Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T00:36:33.836Z
422026-08-27T00:36:33.864Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T00:36:33.864Z
442026-08-27T00:36:33.864Z
452026-08-27T00:36:33.864ZRust is installed now. Great!
462026-08-27T00:36:33.864Z
472026-08-27T00:36:33.864ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T00:36:33.864Zenvironment variable. This has not been done automatically.
492026-08-27T00:36:33.865Z
502026-08-27T00:36:33.865ZTo configure your current shell, you need to source
512026-08-27T00:36:33.865Zthe corresponding env file under $HOME/.cargo.
522026-08-27T00:36:33.865Z
532026-08-27T00:36:33.865ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T00:36:33.865Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T00:36:33.865Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T00:36:33.865Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T00:36:33.865Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T00:36:33.865Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T00:36:33.865Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T00:36:33.868Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T00:36:33.869Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T00:36:33.972Z+ rustup --version
632026-08-27T00:36:33.978Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T00:36:33.982Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T00:36:33.999Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T00:36:34.002Z+ cargo --version
672026-08-27T00:36:34.009Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T00:36:34.013Z+ rustc --version
692026-08-27T00:36:34.032Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T00:36:34.036Zprocess exited: duration 16788 ms, exit code 0
 
712026-08-27T00:36:34.060Zstarting task 2: "authentication"
722026-08-27T00:36:34.076Zprocess exited: duration 17 ms, exit code 0
 
732026-08-27T00:36:34.085Zstarting task 3: "clone repository"
742026-08-27T00:36:34.089Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T00:36:34.092Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T00:36:34.126ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T00:36:46.015Z+ cd /work/oxidecomputer/omicron
782026-08-27T00:36:46.015Z+ git fetch origin a0331ace24ab872bcc6d34279a91969633c2697a
792026-08-27T00:36:46.337ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T00:36:46.337Z * branch a0331ace24ab872bcc6d34279a91969633c2697a -> FETCH_HEAD
812026-08-27T00:36:46.350Z+ [[ -n bugfix-10958 ]]
822026-08-27T00:36:46.353Z++ git branch --show-current
832026-08-27T00:36:46.357Z+ current=main
842026-08-27T00:36:46.357Z+ [[ main != bugfix-10958 ]]
852026-08-27T00:36:46.358Z+ git branch -f bugfix-10958 a0331ace24ab872bcc6d34279a91969633c2697a
862026-08-27T00:36:46.358Z+ git checkout -f bugfix-10958
872026-08-27T00:36:46.615ZSwitched to branch 'bugfix-10958'
882026-08-27T00:36:46.619Z+ git reset --hard a0331ace24ab872bcc6d34279a91969633c2697a
892026-08-27T00:36:46.634ZHEAD is now at a0331ace2 Merge branch 'main' into bugfix-10958
902026-08-27T00:36:46.638Zprocess exited: duration 12550 ms, exit code 0
 
912026-08-27T00:36:46.644Zstarting task 4: "build"
922026-08-27T00:36:46.649Z+ source .github/buildomat/ci-env.sh
932026-08-27T00:36:46.649Z++ export CARGO_TERM_COLOR=always
942026-08-27T00:36:46.649Z++ CARGO_TERM_COLOR=always
952026-08-27T00:36:46.652Z+++ uname -s
962026-08-27T00:36:46.652Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-27T00:36:46.652Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-27T00:36:46.655Z+ cargo --version
992026-08-27T00:36:46.663Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-27T00:36:46.666Z+ rustc --version
1012026-08-27T00:36:46.686Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-27T00:36:46.689Z+ cargo tree --locked
1032026-08-27T00:36:46.863Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-27T00:36:47.190Z Updating crates.io index
1052026-08-27T00:36:47.194Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-27T00:36:47.505Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-27T00:36:47.940Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-27T00:36:48.223Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-27T00:36:49.510Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-27T00:36:50.072Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-27T00:36:52.074Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-27T00:36:52.973Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-27T00:36:53.248Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-27T00:36:53.655Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-27T00:36:54.865Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-27T00:36:55.191Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-27T00:36:55.599Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-27T00:36:56.187Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-27T00:36:56.483Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-27T00:36:56.807Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-27T00:36:57.108Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-27T00:36:57.379Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-27T00:36:57.724Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-27T00:36:58.302Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-27T00:36:58.710Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-27T00:36:59.270Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-27T00:36:59.562Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-27T00:37:00.151Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-27T00:37:00.522Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-27T00:37:00.817Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-27T00:37:01.270Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-27T00:37:01.588Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-27T00:37:01.998Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-27T00:37:02.383Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-27T00:37:02.680Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-27T00:37:03.029Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-27T00:37:03.422Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-27T00:37:03.984Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-27T00:37:04.289Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-27T00:37:04.600Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-27T00:37:04.918Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-27T00:37:05.265Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-27T00:37:05.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-27T00:37:05.851Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-27T00:37:06.144Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-27T00:37:06.421Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-27T00:37:06.724Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-27T00:37:09.693Z Downloading crates ...
1492026-08-27T00:37:09.756Z Downloaded crucible-workspace-hack v0.1.0
1502026-08-27T00:37:09.769Z Downloaded crc v3.4.0
1512026-08-27T00:37:09.773Z Downloaded diesel_table_macro_syntax v0.3.0
1522026-08-27T00:37:09.777Z Downloaded colorchoice v1.0.4
1532026-08-27T00:37:09.780Z Downloaded group v0.13.0
1542026-08-27T00:37:09.781Z Downloaded cpubits v0.1.1
1552026-08-27T00:37:09.784Z Downloaded hubpack v0.1.2
1562026-08-27T00:37:09.784Z Downloaded darling_macro v0.20.11
1572026-08-27T00:37:09.787Z Downloaded hmac v0.12.1
1582026-08-27T00:37:09.790Z Downloaded const-oid v0.10.2
1592026-08-27T00:37:09.793Z Downloaded http-range v0.1.5
1602026-08-27T00:37:09.793Z Downloaded criterion-plot v0.6.0
1612026-08-27T00:37:09.793Z Downloaded half v1.8.3
1622026-08-27T00:37:09.796Z Downloaded clap v4.6.1
1632026-08-27T00:37:09.800Z Downloaded darling_macro v0.23.0
1642026-08-27T00:37:09.803Z Downloaded cpufeatures v0.2.17
1652026-08-27T00:37:09.803Z Downloaded crunchy v0.2.4
1662026-08-27T00:37:09.803Z Downloaded ident_case v1.0.1
1672026-08-27T00:37:09.806Z Downloaded heck v0.5.0
1682026-08-27T00:37:09.806Z Downloaded convert_case v0.4.0
1692026-08-27T00:37:09.811Z Downloaded cobs v0.3.0
1702026-08-27T00:37:09.814Z Downloaded defmt v1.0.1
1712026-08-27T00:37:09.817Z Downloaded derive_builder_core v0.20.2
1722026-08-27T00:37:09.817Z Downloaded group v0.14.0
1732026-08-27T00:37:09.817Z Downloaded ingot v0.2.1
1742026-08-27T00:37:09.820Z Downloaded der_derive v0.7.3
1752026-08-27T00:37:09.820Z Downloaded hmac v0.13.0
1762026-08-27T00:37:09.820Z Downloaded darling v0.13.4
1772026-08-27T00:37:09.823Z Downloaded delegate v0.13.5
1782026-08-27T00:37:09.826Z Downloaded headers-core v0.3.0
1792026-08-27T00:37:09.826Z Downloaded hex-literal v0.4.1
1802026-08-27T00:37:09.829Z Downloaded hostname v0.3.1
1812026-08-27T00:37:09.829Z Downloaded compression-core v0.4.31
1822026-08-27T00:37:09.829Z Downloaded crc8 v0.1.1
1832026-08-27T00:37:09.832Z Downloaded home v0.5.12
1842026-08-27T00:37:09.835Z Downloaded colored v3.1.1
1852026-08-27T00:37:09.837Z Downloaded derive-ex v0.1.8
1862026-08-27T00:37:09.840Z Downloaded guppy-workspace-hack v0.1.0
1872026-08-27T00:37:09.840Z Downloaded hex v0.4.3
1882026-08-27T00:37:09.840Z Downloaded instability v0.3.11
1892026-08-27T00:37:09.844Z Downloaded hash32 v0.3.1
1902026-08-27T00:37:09.844Z Downloaded constant_time_eq v0.3.1
1912026-08-27T00:37:09.844Z Downloaded defmt-parser v1.0.0
1922026-08-27T00:37:09.847Z Downloaded highway v1.3.0
1932026-08-27T00:37:09.850Z Downloaded derive_builder_macro v0.20.2
1942026-08-27T00:37:09.850Z Downloaded cpufeatures v0.3.0
1952026-08-27T00:37:09.853Z Downloaded crc-catalog v2.4.0
1962026-08-27T00:37:09.853Z Downloaded darling_macro v0.21.3
1972026-08-27T00:37:09.857Z Downloaded indoc v1.0.9
1982026-08-27T00:37:09.857Z Downloaded is_ci v1.2.0
1992026-08-27T00:37:09.857Z Downloaded instant v0.1.13
2002026-08-27T00:37:09.860Z Downloaded defmt v0.3.100
2012026-08-27T00:37:09.860Z Downloaded illumos-nvpair v0.3.0
2022026-08-27T00:37:09.860Z Downloaded compression-codecs v0.4.37
2032026-08-27T00:37:09.863Z Downloaded headers v0.4.1
2042026-08-27T00:37:09.866Z Downloaded clap_lex v1.0.0
2052026-08-27T00:37:09.866Z Downloaded convert_case v0.10.0
2062026-08-27T00:37:09.871Z Downloaded ctr v0.10.1
2072026-08-27T00:37:09.871Z Downloaded concurrent-queue v2.5.0
2082026-08-27T00:37:09.871Z Downloaded darling_macro v0.13.4
2092026-08-27T00:37:09.871Z Downloaded debug-ignore v1.0.5
2102026-08-27T00:37:09.874Z Downloaded http-body v1.0.1
2112026-08-27T00:37:09.874Z Downloaded hyper-tls v0.6.0
2122026-08-27T00:37:09.874Z Downloaded is-terminal v0.4.17
2132026-08-27T00:37:09.874Z Downloaded hash32 v0.2.1
2142026-08-27T00:37:09.874Z Downloaded crypto-common v0.2.2
2152026-08-27T00:37:09.875Z Downloaded cstr-argument v0.1.2
2162026-08-27T00:37:09.875Z Downloaded curve25519-dalek-derive v0.1.1
2172026-08-27T00:37:09.878Z Downloaded crypto-common v0.1.7
2182026-08-27T00:37:09.878Z Downloaded illumos-nvpair-sys v0.2.0
2192026-08-27T00:37:09.881Z Downloaded cookie v0.18.1
2202026-08-27T00:37:09.885Z Downloaded hubpack_derive v0.1.1
2212026-08-27T00:37:09.885Z Downloaded idna_adapter v1.2.1
2222026-08-27T00:37:09.888Z Downloaded defmt-macros v1.0.1
2232026-08-27T00:37:09.888Z Downloaded daft v0.1.8
2242026-08-27T00:37:09.888Z Downloaded darling v0.23.0
2252026-08-27T00:37:09.891Z Downloaded inout v0.1.4
2262026-08-27T00:37:09.891Z Downloaded indent_write v2.2.0
2272026-08-27T00:37:09.891Z Downloaded critical-section v1.2.0
2282026-08-27T00:37:09.894Z Downloaded hex-literal v1.1.0
2292026-08-27T00:37:09.894Z Downloaded inout v0.2.2
2302026-08-27T00:37:09.894Z Downloaded hostname v0.4.2
2312026-08-27T00:37:09.898Z Downloaded async-object-pool v0.2.0
2322026-08-27T00:37:09.898Z Downloaded datatest-stable v0.3.3
2332026-08-27T00:37:09.898Z Downloaded assert_matches v1.5.0
2342026-08-27T00:37:09.901Z Downloaded block-padding v0.4.2
2352026-08-27T00:37:09.901Z Downloaded cmake v0.1.57
2362026-08-27T00:37:09.901Z Downloaded cmov v0.5.4
2372026-08-27T00:37:09.904Z Downloaded heck v0.4.1
2382026-08-27T00:37:09.904Z Downloaded clap_derive v4.6.1
2392026-08-27T00:37:09.907Z Downloaded base16ct v1.0.0
2402026-08-27T00:37:09.907Z Downloaded is_terminal_polyfill v1.70.2
2412026-08-27T00:37:09.910Z Downloaded hyper-staticfile v0.10.1
2422026-08-27T00:37:09.910Z Downloaded bit-set v0.5.3
2432026-08-27T00:37:09.915Z Downloaded cargo-platform v0.3.2
2442026-08-27T00:37:09.919Z Downloaded cipher v0.5.2
2452026-08-27T00:37:09.920Z Downloaded constant_time_eq v0.4.2
2462026-08-27T00:37:09.920Z Downloaded indoc v2.0.7
2472026-08-27T00:37:09.920Z Downloaded internet-checksum v0.2.1
2482026-08-27T00:37:09.922Z Downloaded csv-core v0.1.13
2492026-08-27T00:37:09.926Z Downloaded ctutils v0.4.2
2502026-08-27T00:37:09.929Z Downloaded ignore v0.4.25
2512026-08-27T00:37:09.932Z Downloaded indexmap v1.9.3
2522026-08-27T00:37:09.932Z Downloaded olpc-cjson v0.1.4
2532026-08-27T00:37:09.937Z Downloaded openssl-probe v0.2.1
2542026-08-27T00:37:09.937Z Downloaded openssl-probe v0.1.6
2552026-08-27T00:37:09.937Z Downloaded clang-sys v1.8.1
2562026-08-27T00:37:09.937Z Downloaded console v0.16.2
2572026-08-27T00:37:09.941Z Downloaded httpdate v1.0.3
2582026-08-27T00:37:09.941Z Downloaded oxide-generation-macros v0.2.0
2592026-08-27T00:37:09.941Z Downloaded crossbeam-deque v0.8.6
2602026-08-27T00:37:09.941Z Downloaded password-hash v0.6.1
2612026-08-27T00:37:09.941Z Downloaded percent-encoding v2.3.2
2622026-08-27T00:37:09.945Z Downloaded phf_shared v0.12.1
2632026-08-27T00:37:09.945Z Downloaded data-encoding v2.10.0
2642026-08-27T00:37:09.948Z Downloaded daft-derive v0.1.8
2652026-08-27T00:37:09.951Z Downloaded humantime v2.3.0
2662026-08-27T00:37:09.951Z Downloaded httparse v1.10.1
2672026-08-27T00:37:09.954Z Downloaded crossbeam-utils v0.8.21
2682026-08-27T00:37:09.954Z Downloaded deranged v0.5.8
2692026-08-27T00:37:09.957Z Downloaded console v0.15.11
2702026-08-27T00:37:09.957Z Downloaded crossbeam-epoch v0.9.18
2712026-08-27T00:37:09.960Z Downloaded http-body-util v0.1.3
2722026-08-27T00:37:09.960Z Downloaded addr2line v0.25.1
2732026-08-27T00:37:09.960Z Downloaded bb8 v0.8.6
2742026-08-27T00:37:09.963Z Downloaded ipnet v2.12.0
2752026-08-27T00:37:09.963Z Downloaded anes v0.1.6
2762026-08-27T00:37:09.966Z Downloaded impl-trait-for-tuples v0.2.3
2772026-08-27T00:37:09.969Z Downloaded darling v0.20.11
2782026-08-27T00:37:09.972Z Downloaded derive_builder v0.20.2
2792026-08-27T00:37:09.976Z Downloaded rand_chacha v0.3.1
2802026-08-27T00:37:09.976Z Downloaded hickory-resolver v0.25.2
2812026-08-27T00:37:09.979Z Downloaded half v2.7.1
2822026-08-27T00:37:09.979Z Downloaded corncobs v0.1.4
2832026-08-27T00:37:09.982Z Downloaded derive_more v0.99.20
2842026-08-27T00:37:09.982Z Downloaded autocfg v1.5.0
2852026-08-27T00:37:09.986Z Downloaded bitfield v0.19.4
2862026-08-27T00:37:09.986Z Downloaded pretty-hex v0.4.1
2872026-08-27T00:37:09.986Z Downloaded buf-list v1.1.2
2882026-08-27T00:37:09.986Z Downloaded progenitor-client v0.14.0
2892026-08-27T00:37:09.986Z Downloaded ref-cast-impl v1.0.25
2902026-08-27T00:37:09.989Z Downloaded rfc6979 v0.4.0
2912026-08-27T00:37:09.989Z Downloaded ref-cast v1.0.25
2922026-08-27T00:37:09.989Z Downloaded darling v0.21.3
2932026-08-27T00:37:09.992Z Downloaded http v1.4.2
2942026-08-27T00:37:09.994Z Downloaded russh-util v0.52.0
2952026-08-27T00:37:09.994Z Downloaded ipnetwork v0.21.1
2962026-08-27T00:37:09.995Z Downloaded const_format_proc_macros v0.2.34
2972026-08-27T00:37:09.997Z Downloaded crc32fast v1.5.0
2982026-08-27T00:37:09.998Z Downloaded const-oid v0.9.6
2992026-08-27T00:37:09.998Z Downloaded des v0.9.0
3002026-08-27T00:37:10.001Z Downloaded ingot-types v0.2.0
3012026-08-27T00:37:10.001Z Downloaded cexpr v0.6.0
3022026-08-27T00:37:10.001Z Downloaded diesel-dtrace v0.5.0
3032026-08-27T00:37:10.004Z Downloaded path-slash v0.1.5
3042026-08-27T00:37:10.004Z Downloaded async-trait v0.1.89
3052026-08-27T00:37:10.007Z Downloaded paste v1.0.15
3062026-08-27T00:37:10.007Z Downloaded scroll_derive v0.13.1
3072026-08-27T00:37:10.010Z Downloaded serde_plain v1.0.2
3082026-08-27T00:37:10.010Z Downloaded signature v2.2.0
3092026-08-27T00:37:10.010Z Downloaded colored v2.2.0
3102026-08-27T00:37:10.010Z Downloaded similar-asserts v1.7.0
3112026-08-27T00:37:10.018Z Downloaded predicates v3.1.4
3122026-08-27T00:37:10.021Z Downloaded oxnet v0.1.6
3132026-08-27T00:37:10.021Z Downloaded scopeguard v1.2.0
3142026-08-27T00:37:10.027Z Downloaded iana-time-zone v0.1.65
3152026-08-27T00:37:10.030Z Downloaded ingot-macros v0.2.0
3162026-08-27T00:37:10.030Z Downloaded hickory-client v0.25.2
3172026-08-27T00:37:10.033Z Downloaded signal-hook-mio v0.2.5
3182026-08-27T00:37:10.033Z Downloaded httptest v0.16.4
3192026-08-27T00:37:10.033Z Downloaded hybrid-array v0.4.13
3202026-08-27T00:37:10.036Z Downloaded hyper-rustls v0.27.7
3212026-08-27T00:37:10.036Z Downloaded parking_lot_core v0.8.6
3222026-08-27T00:37:10.039Z Downloaded darling_core v0.21.3
3232026-08-27T00:37:10.042Z Downloaded anyhow v1.0.104
3242026-08-27T00:37:10.045Z Downloaded pin-project-lite v0.2.17
3252026-08-27T00:37:10.048Z Downloaded heapless v0.8.0
3262026-08-27T00:37:10.051Z Downloaded structmeta-derive v0.3.0
3272026-08-27T00:37:10.051Z Downloaded compact_str v0.8.1
3282026-08-27T00:37:10.055Z Downloaded cookie_store v0.22.1
3292026-08-27T00:37:10.055Z Downloaded arrayvec v0.7.6
3302026-08-27T00:37:10.055Z Downloaded argon2 v0.5.3
3312026-08-27T00:37:10.055Z Downloaded rand_chacha v0.9.0
3322026-08-27T00:37:10.058Z Downloaded icu_provider v2.1.1
3332026-08-27T00:37:10.058Z Downloaded crypto-bigint v0.5.5
3342026-08-27T00:37:10.061Z Downloaded bitflags v2.11.0
3352026-08-27T00:37:10.064Z Downloaded poly1305 v0.8.0
3362026-08-27T00:37:10.064Z Downloaded proc-macro-error v1.0.4
3372026-08-27T00:37:10.067Z Downloaded pkcs8 v0.10.2
3382026-08-27T00:37:10.067Z Downloaded rust-argon2 v2.1.0
3392026-08-27T00:37:10.067Z Downloaded quote v1.0.45
3402026-08-27T00:37:10.070Z Downloaded subtle v2.6.1
3412026-08-27T00:37:10.070Z Downloaded termtree v0.5.1
3422026-08-27T00:37:10.070Z Downloaded cfg-expr v0.20.6
3432026-08-27T00:37:10.072Z Downloaded supports-hyperlinks v2.1.0
3442026-08-27T00:37:10.072Z Downloaded supports-hyperlinks v3.2.0
3452026-08-27T00:37:10.072Z Downloaded tap v1.0.1
3462026-08-27T00:37:10.072Z Downloaded serde_spanned v1.1.1
3472026-08-27T00:37:10.073Z Downloaded byteorder v1.5.0
3482026-08-27T00:37:10.075Z Downloaded darling_core v0.13.4
3492026-08-27T00:37:10.075Z Downloaded scrypt v0.12.0
3502026-08-27T00:37:10.079Z Downloaded sha2 v0.10.9
3512026-08-27T00:37:10.079Z Downloaded derive-where v1.6.0
3522026-08-27T00:37:10.081Z Downloaded progenitor-extras v0.2.0
3532026-08-27T00:37:10.081Z Downloaded r2d2 v0.8.10
3542026-08-27T00:37:10.081Z Downloaded tower-service v0.3.3
3552026-08-27T00:37:10.081Z Downloaded topological-sort v0.2.2
3562026-08-27T00:37:10.084Z Downloaded trait-variant v0.1.2
3572026-08-27T00:37:10.084Z Downloaded snafu-derive v0.8.9
3582026-08-27T00:37:10.085Z Downloaded spki v0.7.3
3592026-08-27T00:37:10.085Z Downloaded string_cache v0.8.9
3602026-08-27T00:37:10.085Z Downloaded tinyvec_macros v0.1.1
3612026-08-27T00:37:10.085Z Downloaded postcard v1.1.3
3622026-08-27T00:37:10.088Z Downloaded usdt v0.5.0
3632026-08-27T00:37:10.088Z Downloaded const_format v0.2.35
3642026-08-27T00:37:10.091Z Downloaded cancel-safe-futures v0.1.5
3652026-08-27T00:37:10.091Z Downloaded icu_properties v2.1.2
3662026-08-27T00:37:10.094Z Downloaded crc-any v2.5.0
3672026-08-27T00:37:10.097Z Downloaded thread-id v5.1.0
3682026-08-27T00:37:10.097Z Downloaded yoke-derive v0.8.1
3692026-08-27T00:37:10.110Z Downloaded unicode-xid v0.2.6
3702026-08-27T00:37:10.113Z Downloaded dtrace-parser v0.3.0
3712026-08-27T00:37:10.113Z Downloaded endian-type v0.1.2
3722026-08-27T00:37:10.116Z Downloaded usdt-macro v0.6.0
3732026-08-27T00:37:10.116Z Downloaded version_check v0.9.5
3742026-08-27T00:37:10.119Z Downloaded void v1.0.2
3752026-08-27T00:37:10.119Z Downloaded hickory-server v0.25.2
3762026-08-27T00:37:10.122Z Downloaded icu_normalizer_data v2.1.1
3772026-08-27T00:37:10.125Z Downloaded termcolor v1.4.1
3782026-08-27T00:37:10.125Z Downloaded allocator-api2 v0.2.21
3792026-08-27T00:37:10.125Z Downloaded sync_wrapper v1.0.2
3802026-08-27T00:37:10.128Z Downloaded papergrid v0.11.0
3812026-08-27T00:37:10.131Z Downloaded semver v1.0.28
3822026-08-27T00:37:10.131Z Downloaded target-triple v1.0.0
3832026-08-27T00:37:10.131Z Downloaded time-macros v0.2.27
3842026-08-27T00:37:10.134Z Downloaded downcast-rs v2.0.2
3852026-08-27T00:37:10.134Z Downloaded dunce v1.0.5
3862026-08-27T00:37:10.134Z Downloaded parking_lot v0.12.5
3872026-08-27T00:37:10.134Z Downloaded pest_generator v2.8.6
3882026-08-27T00:37:10.137Z Downloaded dropshot-api-manager-types v0.8.0
3892026-08-27T00:37:10.137Z Downloaded dyn-clone v1.0.20
3902026-08-27T00:37:10.137Z Downloaded fd-lock v4.0.4
3912026-08-27T00:37:10.137Z Downloaded float-cmp v0.10.0
3922026-08-27T00:37:10.140Z Downloaded foreign-types-macros v0.2.3
3932026-08-27T00:37:10.140Z Downloaded phc v0.6.1
3942026-08-27T00:37:10.140Z Downloaded slog-envlogger v2.2.0
3952026-08-27T00:37:10.140Z Downloaded slog-stdlog v4.1.1
3962026-08-27T00:37:10.140Z Downloaded crossbeam-channel v0.5.15
3972026-08-27T00:37:10.143Z Downloaded pkcs8 v0.11.0
3982026-08-27T00:37:10.146Z Downloaded slog-term v2.9.2
3992026-08-27T00:37:10.146Z Downloaded synstructure v0.13.2
4002026-08-27T00:37:10.146Z Downloaded indicatif v0.18.4
4012026-08-27T00:37:10.149Z Downloaded digest-io v0.1.0
4022026-08-27T00:37:10.149Z Downloaded heapless v0.7.17
4032026-08-27T00:37:10.152Z Downloaded backon v1.6.0
4042026-08-27T00:37:10.152Z Downloaded proc-macro2 v1.0.106
4052026-08-27T00:37:10.155Z Downloaded git-stub v1.0.0
4062026-08-27T00:37:10.155Z Downloaded escape8259 v0.5.3
4072026-08-27T00:37:10.155Z Downloaded funty v2.0.0
4082026-08-27T00:37:10.155Z Downloaded futures-task v0.3.32
4092026-08-27T00:37:10.158Z Downloaded icu_locale_core v2.1.1
4102026-08-27T00:37:10.161Z Downloaded md5 v0.8.0
4112026-08-27T00:37:10.161Z Downloaded embedded-io v0.4.0
4122026-08-27T00:37:10.161Z Downloaded jiff-static v0.2.34
4132026-08-27T00:37:10.161Z Downloaded generic-array v0.14.7
4142026-08-27T00:37:10.164Z Downloaded linked-hash-map v0.5.6
4152026-08-27T00:37:10.167Z Downloaded hashbrown v0.12.3
4162026-08-27T00:37:10.167Z Downloaded icu_normalizer v2.1.1
4172026-08-27T00:37:10.170Z Downloaded nested v0.1.1
4182026-08-27T00:37:10.170Z Downloaded thiserror-impl v2.0.18
4192026-08-27T00:37:10.173Z Downloaded mime v0.3.17
4202026-08-27T00:37:10.176Z Downloaded foreign-types v0.5.0
4212026-08-27T00:37:10.176Z Downloaded libscf-sys v1.2.0
4222026-08-27T00:37:10.176Z Downloaded anstyle-query v1.1.5
4232026-08-27T00:37:10.180Z Downloaded darling_core v0.20.11
4242026-08-27T00:37:10.180Z Downloaded zstd v0.13.3
4252026-08-27T00:37:10.180Z Downloaded omicron-zone-package v0.12.3
4262026-08-27T00:37:10.183Z Downloaded rustls-pki-types v1.14.0
4272026-08-27T00:37:10.183Z Downloaded serde-hex v0.1.0
4282026-08-27T00:37:10.186Z Downloaded ron v0.8.1
4292026-08-27T00:37:10.186Z Downloaded internal-russh-num-bigint v0.5.0
4302026-08-27T00:37:10.189Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4312026-08-27T00:37:10.189Z Downloaded array-init v0.0.4
4322026-08-27T00:37:10.192Z Downloaded linkme-impl v0.3.35
4332026-08-27T00:37:10.192Z Downloaded ryu v1.0.23
4342026-08-27T00:37:10.192Z Downloaded wyz v0.5.1
4352026-08-27T00:37:10.192Z Downloaded async-recursion v1.1.1
4362026-08-27T00:37:10.195Z Downloaded bcrypt-pbkdf v0.11.0
4372026-08-27T00:37:10.195Z Downloaded maplit v1.0.2
4382026-08-27T00:37:10.195Z Downloaded memoffset v0.9.1
4392026-08-27T00:37:10.199Z Downloaded async-stream v0.3.6
4402026-08-27T00:37:10.200Z Downloaded new_debug_unreachable v1.0.6
4412026-08-27T00:37:10.202Z Downloaded toml_parser v1.1.2+spec-1.1.0
4422026-08-27T00:37:10.202Z Downloaded ucd-trie v0.1.7
4432026-08-27T00:37:10.203Z Downloaded oxide-update-engine-types v0.1.2
4442026-08-27T00:37:10.205Z Downloaded pretty_assertions v1.4.1
4452026-08-27T00:37:10.209Z Downloaded num v0.4.3
4462026-08-27T00:37:10.211Z Downloaded base16ct v0.2.0
4472026-08-27T00:37:10.214Z Downloaded lalrpop-util v0.19.12
4482026-08-27T00:37:10.214Z Downloaded libefi-sys v0.1.0
4492026-08-27T00:37:10.217Z Downloaded zerofrom-derive v0.1.6
4502026-08-27T00:37:10.220Z Downloaded icu_collections v2.1.1
4512026-08-27T00:37:10.223Z Downloaded miette-derive v7.6.0
4522026-08-27T00:37:10.223Z Downloaded env_logger v0.11.11
4532026-08-27T00:37:10.223Z Downloaded hyper-util v0.1.20
4542026-08-27T00:37:10.226Z Downloaded darling_core v0.23.0
4552026-08-27T00:37:10.229Z Downloaded der v0.7.10
4562026-08-27T00:37:10.232Z Downloaded strum_macros v0.26.4
4572026-08-27T00:37:10.235Z Downloaded num-iter v0.1.45
4582026-08-27T00:37:10.235Z Downloaded fallible-iterator v0.2.0
4592026-08-27T00:37:10.235Z Downloaded globset v0.4.18
4602026-08-27T00:37:10.235Z Downloaded ff v0.13.1
4612026-08-27T00:37:10.235Z Downloaded plain v0.2.3
4622026-08-27T00:37:10.238Z Downloaded indexmap v2.14.0
4632026-08-27T00:37:10.241Z Downloaded schemars v0.8.22
4642026-08-27T00:37:10.246Z Downloaded parse-size v1.1.0
4652026-08-27T00:37:10.249Z Downloaded peg-runtime v0.8.5
4662026-08-27T00:37:10.250Z Downloaded derive_more v2.1.1
4672026-08-27T00:37:10.254Z Downloaded pathdiff v0.2.3
4682026-08-27T00:37:10.257Z Downloaded num-integer v0.1.46
4692026-08-27T00:37:10.257Z Downloaded russh-cryptovec v0.62.0
4702026-08-27T00:37:10.260Z Downloaded rfc6979 v0.6.0
4712026-08-27T00:37:10.260Z Downloaded recursive v0.1.1
4722026-08-27T00:37:10.260Z Downloaded sapling-renderdag v0.1.0
4732026-08-27T00:37:10.260Z Downloaded same-file v1.0.6
4742026-08-27T00:37:10.263Z Downloaded serde_spanned v0.6.9
4752026-08-27T00:37:10.263Z Downloaded vergen-git2 v9.1.0
4762026-08-27T00:37:10.263Z Downloaded whoami v1.6.1
4772026-08-27T00:37:10.266Z Downloaded linkme v0.3.35
4782026-08-27T00:37:10.266Z Downloaded bs58 v0.5.1
4792026-08-27T00:37:10.269Z Downloaded camino-tempfile v1.4.1
4802026-08-27T00:37:10.276Z Downloaded hickory-resolver v0.24.4
4812026-08-27T00:37:10.279Z Downloaded sigpipe v0.1.3
4822026-08-27T00:37:10.283Z Downloaded slog v2.8.2
4832026-08-27T00:37:10.283Z Downloaded signature v3.0.0
4842026-08-27T00:37:10.283Z Downloaded strsim v0.11.1
4852026-08-27T00:37:10.286Z Downloaded native-tls v0.2.18
4862026-08-27T00:37:10.286Z Downloaded aead v0.6.1
4872026-08-27T00:37:10.286Z Downloaded rustc_version v0.1.7
4882026-08-27T00:37:10.286Z Downloaded rustc_version v0.4.1
4892026-08-27T00:37:10.286Z Downloaded hashbrown v0.13.2
4902026-08-27T00:37:10.289Z Downloaded pem v3.0.6
4912026-08-27T00:37:10.289Z Downloaded secrecy v0.8.0
4922026-08-27T00:37:10.289Z Downloaded serde-big-array v0.5.1
4932026-08-27T00:37:10.292Z Downloaded serde_regex v1.1.0
4942026-08-27T00:37:10.292Z Downloaded uuid v1.23.4
4952026-08-27T00:37:10.295Z Downloaded zopfli v0.8.3
4962026-08-27T00:37:10.295Z Downloaded bit-vec v0.6.3
4972026-08-27T00:37:10.295Z Downloaded ppv-lite86 v0.2.21
4982026-08-27T00:37:10.295Z Downloaded bytecount v0.6.9
4992026-08-27T00:37:10.298Z Downloaded tabwriter v1.4.1
5002026-08-27T00:37:10.298Z Downloaded tagptr v0.2.0
5012026-08-27T00:37:10.298Z Downloaded terminal_size v0.1.17
5022026-08-27T00:37:10.301Z Downloaded unicode-bidi v0.3.18
5032026-08-27T00:37:10.304Z Downloaded oxide-generation v0.1.3
5042026-08-27T00:37:10.304Z Downloaded stable_deref_trait v1.2.1
5052026-08-27T00:37:10.304Z Downloaded oxide-tokio-rt v0.1.4
5062026-08-27T00:37:10.307Z Downloaded bit-vec v0.8.0
5072026-08-27T00:37:10.310Z Downloaded typify-macro v0.6.2
5082026-08-27T00:37:10.310Z Downloaded unarray v0.1.4
5092026-08-27T00:37:10.313Z Downloaded argon2 v0.6.0-rc.8
5102026-08-27T00:37:10.313Z Downloaded async-lock v3.4.2
5112026-08-27T00:37:10.317Z Downloaded pem-rfc7468 v0.7.0
5122026-08-27T00:37:10.317Z Downloaded pem-rfc7468 v1.0.0
5132026-08-27T00:37:10.317Z Downloaded relative-path v1.9.3
5142026-08-27T00:37:10.317Z Downloaded displaydoc v0.2.5
5152026-08-27T00:37:10.321Z Downloaded postgres-protocol v0.6.10
5162026-08-27T00:37:10.321Z Downloaded primefield v0.14.0
5172026-08-27T00:37:10.321Z Downloaded primeorder v0.13.6
5182026-08-27T00:37:10.321Z Downloaded serde_repr v0.1.20
5192026-08-27T00:37:10.324Z Downloaded try-lock v0.2.5
5202026-08-27T00:37:10.324Z Downloaded universal-hash v0.5.1
5212026-08-27T00:37:10.324Z Downloaded testing_table v0.3.0
5222026-08-27T00:37:10.324Z Downloaded untrusted v0.7.1
5232026-08-27T00:37:10.324Z Downloaded toml_write v0.1.2
5242026-08-27T00:37:10.327Z Downloaded camino v1.2.5
5252026-08-27T00:37:10.330Z Downloaded tokio-rustls v0.26.4
5262026-08-27T00:37:10.334Z Downloaded tinyvec v1.10.0
5272026-08-27T00:37:10.337Z Downloaded rstest_macros v0.25.0
5282026-08-27T00:37:10.339Z Downloaded derive_more-impl v2.1.1
5292026-08-27T00:37:10.342Z Downloaded diesel_derives v2.3.7
5302026-08-27T00:37:10.345Z Downloaded chacha20 v0.9.1
5312026-08-27T00:37:10.348Z Downloaded shlex v1.3.0
5322026-08-27T00:37:10.348Z Downloaded simd-adler32 v0.3.8
5332026-08-27T00:37:10.348Z Downloaded stringprep v0.1.5
5342026-08-27T00:37:10.351Z Downloaded itertools v0.10.5
5352026-08-27T00:37:10.354Z Downloaded serde_core v1.0.228
5362026-08-27T00:37:10.354Z Downloaded futures v0.3.32
5372026-08-27T00:37:10.357Z Downloaded tungstenite v0.21.0
5382026-08-27T00:37:10.357Z Downloaded tungstenite v0.23.0
5392026-08-27T00:37:10.360Z Downloaded dirs-next v2.0.0
5402026-08-27T00:37:10.360Z Downloaded dof v0.4.0
5412026-08-27T00:37:10.360Z Downloaded progenitor-client v0.13.0
5422026-08-27T00:37:10.363Z Downloaded progenitor-macro v0.13.0
5432026-08-27T00:37:10.363Z Downloaded thiserror-no-std v2.0.2
5442026-08-27T00:37:10.363Z Downloaded rand v0.10.1
5452026-08-27T00:37:10.366Z Downloaded tokio-dtrace v0.1.1
5462026-08-27T00:37:10.366Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5472026-08-27T00:37:10.369Z Downloaded env_filter v2.0.0
5482026-08-27T00:37:10.369Z Downloaded scroll v0.12.0
5492026-08-27T00:37:10.372Z Downloaded nu-ansi-term v0.50.3
5502026-08-27T00:37:10.373Z Downloaded futures-io v0.3.32
5512026-08-27T00:37:10.375Z Downloaded steno v0.4.1
5522026-08-27T00:37:10.379Z Downloaded blake2b_simd v1.0.4
5532026-08-27T00:37:10.379Z Downloaded progenitor-impl v0.13.0
5542026-08-27T00:37:10.381Z Downloaded clap_builder v4.6.0
5552026-08-27T00:37:10.384Z Downloaded textwrap v0.16.2
5562026-08-27T00:37:10.385Z Downloaded smallvec v0.6.14
5572026-08-27T00:37:10.388Z Downloaded difflib v0.4.0
5582026-08-27T00:37:10.388Z Downloaded fastrand v2.3.0
5592026-08-27T00:37:10.388Z Downloaded flagset v0.4.7
5602026-08-27T00:37:10.388Z Downloaded vsss-rs v3.3.4
5612026-08-27T00:37:10.392Z Downloaded writeable v0.6.2
5622026-08-27T00:37:10.392Z Downloaded zeroize v1.9.0
5632026-08-27T00:37:10.392Z Downloaded once_cell v1.21.3
5642026-08-27T00:37:10.392Z Downloaded publicsuffix v2.3.0
5652026-08-27T00:37:10.396Z Downloaded der v0.8.0
5662026-08-27T00:37:10.400Z Downloaded multimap v0.10.1
5672026-08-27T00:37:10.400Z Downloaded memmap v0.7.0
5682026-08-27T00:37:10.403Z Downloaded strum_macros v0.27.2
5692026-08-27T00:37:10.406Z Downloaded idna v1.1.0
5702026-08-27T00:37:10.409Z Downloaded itoa v1.0.17
5712026-08-27T00:37:10.409Z Downloaded num-conv v0.2.0
5722026-08-27T00:37:10.412Z Downloaded kstat-rs v0.2.5
5732026-08-27T00:37:10.414Z Downloaded assert-json-diff v2.0.2
5742026-08-27T00:37:10.414Z Downloaded backtrace-ext v0.2.1
5752026-08-27T00:37:10.418Z Downloaded match_cfg v0.1.0
5762026-08-27T00:37:10.418Z Downloaded newtype-uuid-macros v0.1.0
5772026-08-27T00:37:10.418Z Downloaded either v1.15.0
5782026-08-27T00:37:10.418Z Downloaded bitfield-macros v0.19.4
5792026-08-27T00:37:10.418Z Downloaded enum_dispatch v0.3.13
5802026-08-27T00:37:10.422Z Downloaded parking_lot v0.11.2
5812026-08-27T00:37:10.422Z Downloaded peg-macros v0.8.5
5822026-08-27T00:37:10.430Z Downloaded castaway v0.2.4
5832026-08-27T00:37:10.432Z Downloaded rand_core v0.10.0
5842026-08-27T00:37:10.437Z Downloaded foldhash v0.2.0
5852026-08-27T00:37:10.440Z Downloaded foldhash v0.1.5
5862026-08-27T00:37:10.440Z Downloaded usdt-impl v0.5.0
5872026-08-27T00:37:10.440Z Downloaded usdt-impl v0.6.0
5882026-08-27T00:37:10.443Z Downloaded walkdir v2.5.0
5892026-08-27T00:37:10.443Z Downloaded plotters-svg v0.3.7
5902026-08-27T00:37:10.443Z Downloaded bit-set v0.8.0
5912026-08-27T00:37:10.446Z Downloaded potential_utf v0.1.4
5922026-08-27T00:37:10.446Z Downloaded sha2 v0.11.0
5932026-08-27T00:37:10.450Z Downloaded hashbrown v0.15.5
5942026-08-27T00:37:10.452Z Downloaded hashbrown v0.16.1
5952026-08-27T00:37:10.457Z Downloaded itertools v0.13.0
5962026-08-27T00:37:10.459Z Downloaded guppy v0.17.25
5972026-08-27T00:37:10.462Z Downloaded itertools v0.12.1
5982026-08-27T00:37:10.475Z Downloaded packed_struct_codegen v0.10.1
5992026-08-27T00:37:10.475Z Downloaded zerotrie v0.2.3
6002026-08-27T00:37:10.475Z Downloaded git-stub-vcs v0.1.0
6012026-08-27T00:37:10.475Z Downloaded quick-error v1.2.3
6022026-08-27T00:37:10.476Z Downloaded phf_shared v0.13.1
6032026-08-27T00:37:10.476Z Downloaded rand_xorshift v0.4.0
6042026-08-27T00:37:10.476Z Downloaded spin v0.9.8
6052026-08-27T00:37:10.476Z Downloaded scheduled-thread-pool v0.2.7
6062026-08-27T00:37:10.476Z Downloaded x509-cert v0.2.5
6072026-08-27T00:37:10.479Z Downloaded criterion v0.7.0
6082026-08-27T00:37:10.481Z Downloaded crossterm v0.28.1
6092026-08-27T00:37:10.486Z Downloaded getrandom v0.3.4
6102026-08-27T00:37:10.489Z Downloaded knuffel v3.2.0
6112026-08-27T00:37:10.489Z Downloaded chumsky v0.9.3
6122026-08-27T00:37:10.489Z Downloaded progenitor-impl v0.14.0
6132026-08-27T00:37:10.493Z Downloaded tiny-keccak v2.0.2
6142026-08-27T00:37:10.493Z Downloaded knus-derive v3.4.0
6152026-08-27T00:37:10.493Z Downloaded subprocess v0.2.15
6162026-08-27T00:37:10.496Z Downloaded goblin v0.10.5
6172026-08-27T00:37:10.499Z Downloaded num-complex v0.4.6
6182026-08-27T00:37:10.499Z Downloaded anstyle v1.0.14
6192026-08-27T00:37:10.499Z Downloaded cast v0.3.0
6202026-08-27T00:37:10.499Z Downloaded prettyplease v0.2.37
6212026-08-27T00:37:10.502Z Downloaded serde_bytes v0.11.19
6222026-08-27T00:37:10.502Z Downloaded sha1 v0.11.0
6232026-08-27T00:37:10.505Z Downloaded bcs v0.1.6
6242026-08-27T00:37:10.505Z Downloaded hyper v1.10.1
6252026-08-27T00:37:10.508Z Downloaded serde_urlencoded v0.7.1
6262026-08-27T00:37:10.511Z Downloaded signal-hook-tokio v0.3.1
6272026-08-27T00:37:10.511Z Downloaded ecdsa v0.17.0
6282026-08-27T00:37:10.511Z Downloaded slog-bunyan v2.5.0
6292026-08-27T00:37:10.511Z Downloaded cassowary v0.3.0
6302026-08-27T00:37:10.514Z Downloaded parse-display v0.10.0
6312026-08-27T00:37:10.514Z Downloaded oso v0.27.3
6322026-08-27T00:37:10.514Z Downloaded p384 v0.14.0
6332026-08-27T00:37:10.517Z Downloaded crossterm v0.29.0
6342026-08-27T00:37:10.521Z Downloaded lock_api v0.4.14
6352026-08-27T00:37:10.521Z Downloaded tokio-postgres v0.7.16
6362026-08-27T00:37:10.525Z Downloaded tracing-core v0.1.36
6372026-08-27T00:37:10.525Z Downloaded fs_extra v1.3.0
6382026-08-27T00:37:10.528Z Downloaded num_enum_derive v0.7.6
6392026-08-27T00:37:10.528Z Downloaded thread-id v4.2.2
6402026-08-27T00:37:10.528Z Downloaded strum v0.26.3
6412026-08-27T00:37:10.528Z Downloaded vergen v9.1.0
6422026-08-27T00:37:10.528Z Downloaded polyval v0.7.1
6432026-08-27T00:37:10.531Z Downloaded rand_seeder v0.4.0
6442026-08-27T00:37:10.531Z Downloaded url v2.5.8
6452026-08-27T00:37:10.534Z Downloaded hashbrown v0.14.5
6462026-08-27T00:37:10.537Z Downloaded supports-color v3.0.2
6472026-08-27T00:37:10.537Z Downloaded supports-color v2.1.0
6482026-08-27T00:37:10.537Z Downloaded getrandom v0.2.17
6492026-08-27T00:37:10.540Z Downloaded memmap2 v0.9.10
6502026-08-27T00:37:10.540Z Downloaded cbc v0.2.1
6512026-08-27T00:37:10.540Z Downloaded prefix-trie v0.7.0
6522026-08-27T00:37:10.543Z Downloaded rustls-pemfile v2.2.0
6532026-08-27T00:37:10.543Z Downloaded aes v0.9.1
6542026-08-27T00:37:10.549Z Downloaded unicode-segmentation v1.12.0
6552026-08-27T00:37:10.549Z Downloaded h2 v0.4.15
6562026-08-27T00:37:10.552Z Downloaded iri-string v0.7.10
6572026-08-27T00:37:10.555Z Downloaded async-bb8-diesel v0.2.1
6582026-08-27T00:37:10.555Z Downloaded xattr v1.6.1
6592026-08-27T00:37:10.558Z Downloaded itertools v0.14.0
6602026-08-27T00:37:10.561Z Downloaded usdt v0.6.0
6612026-08-27T00:37:10.561Z Downloaded rand_core v0.6.4
6622026-08-27T00:37:10.561Z Downloaded socket2 v0.6.3
6632026-08-27T00:37:10.564Z Downloaded dropshot_endpoint v0.17.1
6642026-08-27T00:37:10.564Z Downloaded assert_cmd v2.1.2
6652026-08-27T00:37:10.567Z Downloaded event-listener-strategy v0.5.4
6662026-08-27T00:37:10.567Z Downloaded toml v0.7.8
6672026-08-27T00:37:10.567Z Downloaded dof v0.3.0
6682026-08-27T00:37:10.570Z Downloaded utf-8 v0.7.6
6692026-08-27T00:37:10.570Z Downloaded tokio-macros v2.7.0
6702026-08-27T00:37:10.570Z Downloaded serde_with_macros v1.5.2
6712026-08-27T00:37:10.570Z Downloaded normalize-line-endings v0.3.0
6722026-08-27T00:37:10.570Z Downloaded postgres-types v0.2.12
6732026-08-27T00:37:10.573Z Downloaded target-lexicon v0.13.3
6742026-08-27T00:37:10.573Z Downloaded dsl_auto_type v0.2.0
6752026-08-27T00:37:10.573Z Downloaded ssh-cipher v0.3.0
6762026-08-27T00:37:10.576Z Downloaded ssh-encoding v0.3.0
6772026-08-27T00:37:10.576Z Downloaded hkdf v0.12.4
6782026-08-27T00:37:10.576Z Downloaded hashbrown v0.17.0
6792026-08-27T00:37:10.579Z Downloaded float-ord v0.3.2
6802026-08-27T00:37:10.582Z Downloaded foreign-types-shared v0.1.1
6812026-08-27T00:37:10.582Z Downloaded scroll v0.13.0
6822026-08-27T00:37:10.582Z Downloaded sec1 v0.8.1
6832026-08-27T00:37:10.582Z Downloaded slog-async v2.8.0
6842026-08-27T00:37:10.585Z Downloaded slog-dtrace v0.3.0
6852026-08-27T00:37:10.585Z Downloaded itertools v0.15.0
6862026-08-27T00:37:10.588Z Downloaded rustc-demangle v0.1.27
6872026-08-27T00:37:10.592Z Downloaded rusty-fork v0.3.1
6882026-08-27T00:37:10.592Z Downloaded num-derive v0.4.2
6892026-08-27T00:37:10.592Z Downloaded rustyline v14.0.0
6902026-08-27T00:37:10.595Z Downloaded serde_with v1.14.0
6912026-08-27T00:37:10.598Z Downloaded ahash v0.8.12
6922026-08-27T00:37:10.598Z Downloaded nonempty v0.12.0
6932026-08-27T00:37:10.599Z Downloaded num_threads v0.1.7
6942026-08-27T00:37:10.599Z Downloaded ascii-canvas v3.0.0
6952026-08-27T00:37:10.602Z Downloaded arrayref v0.3.9
6962026-08-27T00:37:10.602Z Downloaded icu_properties_data v2.1.2
6972026-08-27T00:37:10.605Z Downloaded lru-cache v0.1.2
6982026-08-27T00:37:10.608Z Downloaded lru v0.12.5
6992026-08-27T00:37:10.608Z Downloaded nibble_vec v0.1.0
7002026-08-27T00:37:10.608Z Downloaded toml_datetime v0.6.11
7012026-08-27T00:37:10.608Z Downloaded whoami v2.1.0
7022026-08-27T00:37:10.611Z Downloaded nom v7.1.3
7032026-08-27T00:37:10.614Z Downloaded ciborium-ll v0.2.2
7042026-08-27T00:37:10.614Z Downloaded opaque-debug v0.3.1
7052026-08-27T00:37:10.614Z Downloaded tinystr v0.8.2
7062026-08-27T00:37:10.614Z Downloaded digest v0.11.3
7072026-08-27T00:37:10.617Z Downloaded tokio-util v0.7.18
7082026-08-27T00:37:10.619Z Downloaded zstd-safe v7.2.4
7092026-08-27T00:37:10.620Z Downloaded phf_shared v0.11.3
7102026-08-27T00:37:10.622Z Downloaded thiserror v1.0.69
7112026-08-27T00:37:10.622Z Downloaded predicates-tree v1.0.13
7122026-08-27T00:37:10.626Z Downloaded proc-macro-error-attr2 v2.0.0
7132026-08-27T00:37:10.626Z Downloaded proc-macro-error-attr v1.0.4
7142026-08-27T00:37:10.626Z Downloaded rsa v0.10.0-rc.18
7152026-08-27T00:37:10.628Z Downloaded pest_derive v2.8.6
7162026-08-27T00:37:10.629Z Downloaded ed25519 v3.0.0
7172026-08-27T00:37:10.631Z Downloaded futures-macro v0.3.32
7182026-08-27T00:37:10.632Z Downloaded owo-colors v3.5.0
7192026-08-27T00:37:10.632Z Downloaded filetime v0.2.27
7202026-08-27T00:37:10.634Z Downloaded secrecy v0.10.3
7212026-08-27T00:37:10.634Z Downloaded tokio-tungstenite v0.21.0
7222026-08-27T00:37:10.634Z Downloaded block-buffer v0.12.1
7232026-08-27T00:37:10.638Z Downloaded port-file v0.1.0
7242026-08-27T00:37:10.638Z Downloaded fs-err v3.3.0
7252026-08-27T00:37:10.638Z Downloaded knuffel-derive v3.2.0
7262026-08-27T00:37:10.641Z Downloaded goblin v0.8.2
7272026-08-27T00:37:10.643Z Downloaded iddqd v0.4.2
7282026-08-27T00:37:10.646Z Downloaded adler2 v2.0.1
7292026-08-27T00:37:10.646Z Downloaded quinn-udp v0.5.14
7302026-08-27T00:37:10.650Z Downloaded flate2 v1.1.9
7312026-08-27T00:37:10.653Z Downloaded smawk v0.3.2
7322026-08-27T00:37:10.653Z Downloaded textwrap v0.15.2
7332026-08-27T00:37:10.653Z Downloaded log v0.4.33
7342026-08-27T00:37:10.653Z Downloaded path-tree v0.8.3
7352026-08-27T00:37:10.656Z Downloaded cargo_metadata v0.23.1
7362026-08-27T00:37:10.661Z Downloaded swrite v0.1.0
7372026-08-27T00:37:10.664Z Downloaded base64ct v1.8.3
7382026-08-27T00:37:10.667Z Downloaded tokio-test v0.4.5
7392026-08-27T00:37:10.670Z Downloaded unicode-linebreak v0.1.5
7402026-08-27T00:37:10.670Z Downloaded untrusted v0.9.0
7412026-08-27T00:37:10.674Z Downloaded bytes v1.11.1
7422026-08-27T00:37:10.678Z Downloaded want v0.3.1
7432026-08-27T00:37:10.681Z Downloaded jobserver v0.1.34
7442026-08-27T00:37:10.684Z Downloaded enum-as-inner v0.6.1
7452026-08-27T00:37:10.684Z Downloaded sqlparser_derive v0.5.0
7462026-08-27T00:37:10.684Z Downloaded term v1.2.1
7472026-08-27T00:37:10.687Z Downloaded p256 v0.14.0
7482026-08-27T00:37:10.690Z Downloaded yansi v1.0.1
7492026-08-27T00:37:10.690Z Downloaded serde v1.0.228
7502026-08-27T00:37:10.693Z Downloaded equivalent v1.0.2
7512026-08-27T00:37:10.696Z Downloaded ghash v0.6.0
7522026-08-27T00:37:10.699Z Downloaded serde_tokenstream v0.3.0
7532026-08-27T00:37:10.699Z Downloaded libsw v3.5.0
7542026-08-27T00:37:10.706Z Downloaded xshell-macros v0.2.7
7552026-08-27T00:37:10.709Z Downloaded foreign-types v0.3.2
7562026-08-27T00:37:10.709Z Downloaded newline-converter v0.3.0
7572026-08-27T00:37:10.709Z Downloaded nodrop v0.1.14
7582026-08-27T00:37:10.709Z Downloaded slab v0.4.12
7592026-08-27T00:37:10.709Z Downloaded num_enum_derive v0.5.11
7602026-08-27T00:37:10.712Z Downloaded futures-sink v0.3.32
7612026-08-27T00:37:10.715Z Downloaded atomicwrites v0.4.4
7622026-08-27T00:37:10.718Z Downloaded pin-project v1.1.11
7632026-08-27T00:37:10.722Z Downloaded portable-atomic v1.13.1
7642026-08-27T00:37:10.727Z Downloaded byte-wrapper v0.1.0
7652026-08-27T00:37:10.732Z Downloaded owo-colors v4.3.0
7662026-08-27T00:37:10.732Z Downloaded fnv v1.0.7
7672026-08-27T00:37:10.732Z Downloaded rawzip v0.4.4
7682026-08-27T00:37:10.735Z Downloaded typify v0.6.2
7692026-08-27T00:37:10.735Z Downloaded macaddr v1.0.1
7702026-08-27T00:37:10.738Z Downloaded tracing-attributes v0.1.31
7712026-08-27T00:37:10.738Z Downloaded thread_local v1.1.9
7722026-08-27T00:37:10.738Z Downloaded tls_codec v0.4.2
7732026-08-27T00:37:10.742Z Downloaded cfg_aliases v0.2.1
7742026-08-27T00:37:10.742Z Downloaded parse-display-derive v0.10.0
7752026-08-27T00:37:10.742Z Downloaded hkdf v0.13.0
7762026-08-27T00:37:10.742Z Downloaded precomputed-hash v0.1.1
7772026-08-27T00:37:10.745Z Downloaded proc-macro-crate v3.4.0
7782026-08-27T00:37:10.745Z Downloaded pkcs1 v0.7.5
7792026-08-27T00:37:10.745Z Downloaded zerocopy v0.6.6
7802026-08-27T00:37:10.748Z Downloaded plotters-backend v0.3.7
7812026-08-27T00:37:10.748Z Downloaded recursive-proc-macro-impl v0.1.1
7822026-08-27T00:37:10.748Z Downloaded rand v0.9.2
7832026-08-27T00:37:10.751Z Downloaded sha1 v0.10.6
7842026-08-27T00:37:10.754Z Downloaded find-msvc-tools v0.1.9
7852026-08-27T00:37:10.762Z Downloaded structmeta v0.3.0
7862026-08-27T00:37:10.765Z Downloaded progenitor-macro v0.14.0
7872026-08-27T00:37:10.768Z Downloaded strum v0.27.2
7882026-08-27T00:37:10.771Z Downloaded rsa v0.9.10
7892026-08-27T00:37:10.774Z Downloaded libsw-core v0.3.2
7902026-08-27T00:37:10.774Z Downloaded stacker v0.1.23
7912026-08-27T00:37:10.777Z Downloaded ml-kem v0.3.2
7922026-08-27T00:37:10.777Z Downloaded num-rational v0.4.2
7932026-08-27T00:37:10.777Z Downloaded blowfish v0.10.0
7942026-08-27T00:37:10.777Z Downloaded num_enum v0.7.6
7952026-08-27T00:37:10.780Z Downloaded tabled_derive v0.7.0
7962026-08-27T00:37:10.783Z Downloaded terminal_size v0.4.3
7972026-08-27T00:37:10.783Z Downloaded zerovec v0.11.5
7982026-08-27T00:37:10.786Z Downloaded utf8_iter v1.0.4
7992026-08-27T00:37:10.786Z Downloaded static_assertions v1.1.0
8002026-08-27T00:37:10.789Z Downloaded tempfile v3.27.0
8012026-08-27T00:37:10.792Z Downloaded toml_edit v0.23.10+spec-1.0.0
8022026-08-27T00:37:10.796Z Downloaded ssh-key v0.7.0-rc.11
8032026-08-27T00:37:10.799Z Downloaded chacha20 v0.10.0
8042026-08-27T00:37:10.799Z Downloaded uzers v0.12.2
8052026-08-27T00:37:10.802Z Downloaded xshell v0.2.7
8062026-08-27T00:37:10.802Z Downloaded elliptic-curve v0.13.8
8072026-08-27T00:37:10.805Z Downloaded pin-project-internal v1.1.11
8082026-08-27T00:37:10.805Z Downloaded md-5 v0.10.6
8092026-08-27T00:37:10.805Z Downloaded rand_core v0.9.5
8102026-08-27T00:37:10.808Z Downloaded ed25519-dalek v3.0.0
8112026-08-27T00:37:10.808Z Downloaded wait-timeout v0.2.1
8122026-08-27T00:37:10.811Z Downloaded rpassword v7.5.4
8132026-08-27T00:37:10.811Z Downloaded vte v0.14.1
8142026-08-27T00:37:10.813Z Downloaded display-error-chain v0.2.2
8152026-08-27T00:37:10.813Z Downloaded cc v1.2.56
8162026-08-27T00:37:10.822Z Downloaded yoke v0.8.1
8172026-08-27T00:37:10.825Z Downloaded rustls-platform-verifier v0.6.2
8182026-08-27T00:37:10.827Z Downloaded mime_guess v2.0.5
8192026-08-27T00:37:10.830Z Downloaded serde_with_macros v3.21.0
8202026-08-27T00:37:10.830Z Downloaded embedded-io v0.6.1
8212026-08-27T00:37:10.833Z Downloaded errno v0.3.14
8222026-08-27T00:37:10.833Z Downloaded gethostname v0.5.0
8232026-08-27T00:37:10.833Z Downloaded litemap v0.8.1
8242026-08-27T00:37:10.833Z Downloaded managed v0.8.0
8252026-08-27T00:37:10.836Z Downloaded cfg-if v1.0.4
8262026-08-27T00:37:10.840Z Downloaded partial-io v0.5.4
8272026-08-27T00:37:10.843Z Downloaded knus v3.4.0
8282026-08-27T00:37:10.843Z Downloaded serde_cbor v0.11.2
8292026-08-27T00:37:10.847Z Downloaded blake2 v0.10.6
8302026-08-27T00:37:10.850Z Downloaded jiff-core v0.1.0
8312026-08-27T00:37:10.852Z Downloaded libxml v0.3.3
8322026-08-27T00:37:10.855Z Downloaded generic-array v1.4.3
8332026-08-27T00:37:10.858Z Downloaded oso-derive v0.27.3
8342026-08-27T00:37:10.858Z Downloaded tinytemplate v1.2.1
8352026-08-27T00:37:10.858Z Downloaded zip v4.6.1
8362026-08-27T00:37:10.861Z Downloaded tokio-tungstenite v0.23.1
8372026-08-27T00:37:10.865Z Downloaded ar_archive_writer v0.5.1
8382026-08-27T00:37:10.870Z Downloaded semver v0.1.20
8392026-08-27T00:37:10.875Z Downloaded zerovec-derive v0.11.2
8402026-08-27T00:37:10.878Z Downloaded elliptic-curve v0.14.1
8412026-08-27T00:37:10.880Z Downloaded slog-scope v4.4.1
8422026-08-27T00:37:10.880Z Downloaded yasna v0.5.2
8432026-08-27T00:37:10.884Z Downloaded zerocopy-derive v0.7.35
8442026-08-27T00:37:10.884Z Downloaded serde_derive_internals v0.29.1
8452026-08-27T00:37:10.887Z Downloaded slog-json v2.6.1
8462026-08-27T00:37:10.887Z Downloaded schemars_derive v0.8.22
8472026-08-27T00:37:10.887Z Downloaded glob v0.3.3
8482026-08-27T00:37:10.887Z Downloaded strsim v0.10.0
8492026-08-27T00:37:10.891Z Downloaded thiserror-impl-no-std v2.0.2
8502026-08-27T00:37:10.894Z Downloaded parking_lot_core v0.9.12
8512026-08-27T00:37:10.894Z Downloaded proc-macro-crate v1.3.1
8522026-08-27T00:37:10.897Z Downloaded toml_writer v1.1.1+spec-1.1.0
8532026-08-27T00:37:10.897Z Downloaded vergen-lib v9.1.0
8542026-08-27T00:37:10.897Z Downloaded fancy-regex v0.14.0
8552026-08-27T00:37:10.899Z Downloaded serde_yaml v0.9.34+deprecated
8562026-08-27T00:37:10.902Z Downloaded getrandom v0.4.3
8572026-08-27T00:37:10.905Z Downloaded mio v1.2.0
8582026-08-27T00:37:10.908Z Downloaded usdt-attr-macro v0.6.0
8592026-08-27T00:37:10.908Z Downloaded dirs-sys-next v0.1.2
8602026-08-27T00:37:10.908Z Downloaded num_enum v0.5.11
8612026-08-27T00:37:10.913Z Downloaded anstyle-parse v0.2.7
8622026-08-27T00:37:10.913Z Downloaded fxhash v0.2.1
8632026-08-27T00:37:10.913Z Downloaded lru-slab v0.1.2
8642026-08-27T00:37:10.913Z Downloaded miette-derive v5.10.0
8652026-08-27T00:37:10.917Z Downloaded bitflags v1.3.2
8662026-08-27T00:37:10.917Z Downloaded siphasher v1.0.2
8672026-08-27T00:37:10.917Z Downloaded sqlformat v0.3.5
8682026-08-27T00:37:10.917Z Downloaded unicode-truncate v1.1.0
8692026-08-27T00:37:10.922Z Downloaded shell-words v1.1.1
8702026-08-27T00:37:10.922Z Downloaded wnaf v0.14.0
8712026-08-27T00:37:10.922Z Downloaded dtrace-parser v0.2.0
8722026-08-27T00:37:10.922Z Downloaded bzip2 v0.6.1
8732026-08-27T00:37:10.922Z Downloaded term v0.7.0
8742026-08-27T00:37:10.925Z Downloaded packed_struct v0.10.1
8752026-08-27T00:37:10.925Z Downloaded async-stream-impl v0.3.6
8762026-08-27T00:37:10.926Z Downloaded base64 v0.22.1
8772026-08-27T00:37:10.929Z Downloaded crypto-primes v0.7.2
8782026-08-27T00:37:10.932Z Downloaded progenitor v0.14.0
8792026-08-27T00:37:10.935Z Downloaded twox-hash v2.1.2
8802026-08-27T00:37:10.935Z Downloaded unsafe-libyaml v0.2.11
8812026-08-27T00:37:10.938Z Downloaded unicode-properties v0.1.4
8822026-08-27T00:37:10.941Z Downloaded linear-map v1.2.0
8832026-08-27T00:37:10.941Z Downloaded anstream v1.0.0
8842026-08-27T00:37:10.941Z Downloaded cfg_aliases v0.1.1
8852026-08-27T00:37:10.944Z Downloaded rustls-native-certs v0.8.3
8862026-08-27T00:37:10.948Z Downloaded serde_tokenstream v0.2.3
8872026-08-27T00:37:10.948Z Downloaded block-buffer v0.10.4
8882026-08-27T00:37:10.948Z Downloaded rstest v0.25.0
8892026-08-27T00:37:10.951Z Downloaded cipher v0.4.4
8902026-08-27T00:37:10.951Z Downloaded miniz_oxide v0.8.9
8912026-08-27T00:37:10.955Z Downloaded strum_macros v0.24.3
8922026-08-27T00:37:10.955Z Downloaded thiserror-impl v1.0.69
8932026-08-27T00:37:10.955Z Downloaded tui-tree-widget v0.23.1
8942026-08-27T00:37:10.958Z Downloaded rand_pcg v0.10.2
8952026-08-27T00:37:10.958Z Downloaded test-strategy v0.4.5
8962026-08-27T00:37:10.958Z Downloaded strip-ansi-escapes v0.2.1
8972026-08-27T00:37:10.961Z Downloaded rcgen v0.12.1
8982026-08-27T00:37:10.961Z Downloaded vergen-lib v0.1.6
8992026-08-27T00:37:10.964Z Downloaded qorb v0.4.1
9002026-08-27T00:37:10.969Z Downloaded fixedbitset v0.5.7
9012026-08-27T00:37:10.973Z Downloaded usdt-attr-macro v0.5.0
9022026-08-27T00:37:10.976Z Downloaded miette v7.6.0
9032026-08-27T00:37:10.979Z Downloaded regex v1.12.3
9042026-08-27T00:37:10.982Z Downloaded zip v0.6.6
9052026-08-27T00:37:10.985Z Downloaded plotters v0.3.7
9062026-08-27T00:37:10.990Z Downloaded rustls-webpki v0.103.13
9072026-08-27T00:37:10.993Z Downloaded socket2 v0.5.10
9082026-08-27T00:37:10.993Z Downloaded schemars v0.9.0
9092026-08-27T00:37:11.000Z Downloaded spki v0.8.0
9102026-08-27T00:37:11.003Z Downloaded openssl-sys v0.9.117
9112026-08-27T00:37:11.006Z Downloaded zeroize_derive v1.5.0
9122026-08-27T00:37:11.006Z Downloaded zone v0.3.1
9132026-08-27T00:37:11.006Z Downloaded waitgroup v0.1.2
9142026-08-27T00:37:11.009Z Downloaded zerofrom v0.1.6
9152026-08-27T00:37:11.009Z Downloaded typenum v1.20.1
9162026-08-27T00:37:11.012Z Downloaded rand_distr v0.5.1
9172026-08-27T00:37:11.012Z Downloaded pkg-config v0.3.32
9182026-08-27T00:37:11.015Z Downloaded proc-macro-error2 v2.0.1
9192026-08-27T00:37:11.015Z Downloaded form_urlencoded v1.2.2
9202026-08-27T00:37:11.015Z Downloaded powerfmt v0.2.0
9212026-08-27T00:37:11.018Z Downloaded predicates-core v1.0.10
9222026-08-27T00:37:11.018Z Downloaded camino-tempfile-ext v0.3.3
9232026-08-27T00:37:11.018Z Downloaded resolv-conf v0.7.6
9242026-08-27T00:37:11.018Z Downloaded sha3 v0.12.0
9252026-08-27T00:37:11.021Z Downloaded pest_meta v2.8.6
9262026-08-27T00:37:11.024Z Downloaded event-listener v5.4.1
9272026-08-27T00:37:11.024Z Downloaded fatfs v0.3.6
9282026-08-27T00:37:11.025Z Downloaded fs-err v2.11.0
9292026-08-27T00:37:11.027Z Downloaded anstream v0.6.21
9302026-08-27T00:37:11.027Z Downloaded sponge-cursor v0.1.0
9312026-08-27T00:37:11.032Z Downloaded futures-core v0.3.32
9322026-08-27T00:37:11.032Z Downloaded newtype_derive v0.1.6
9332026-08-27T00:37:11.032Z Downloaded approx v0.5.1
9342026-08-27T00:37:11.032Z Downloaded kem v0.3.0
9352026-08-27T00:37:11.035Z Downloaded support-bundle-viewer v0.1.2
9362026-08-27T00:37:11.035Z Downloaded termios v0.3.3
9372026-08-27T00:37:11.035Z Downloaded ed25519-dalek v2.2.0
9382026-08-27T00:37:11.035Z Downloaded signal-hook v0.3.18
9392026-08-27T00:37:11.038Z Downloaded libbz2-rs-sys v0.2.2
9402026-08-27T00:37:11.038Z Downloaded winnow v0.6.26
9412026-08-27T00:37:11.043Z Downloaded fixedbitset v0.4.2
9422026-08-27T00:37:11.046Z Downloaded openssl-macros v0.1.1
9432026-08-27T00:37:11.046Z Downloaded psl-types v2.0.11
9442026-08-27T00:37:11.046Z Downloaded universal-hash v0.6.1
9452026-08-27T00:37:11.046Z Downloaded unicase v2.9.0
9462026-08-27T00:37:11.050Z Downloaded libm v0.2.16
9472026-08-27T00:37:11.053Z Downloaded chacha20poly1305 v0.10.1
9482026-08-27T00:37:11.056Z Downloaded globwalk v0.9.1
9492026-08-27T00:37:11.056Z Downloaded papergrid v0.18.0
9502026-08-27T00:37:11.059Z Downloaded pkcs1 v0.8.0-rc.4
9512026-08-27T00:37:11.063Z Downloaded newtype-uuid v1.3.2
9522026-08-27T00:37:11.063Z Downloaded sec1 v0.7.3
9532026-08-27T00:37:11.063Z Downloaded serde_json v1.0.151
9542026-08-27T00:37:11.067Z Downloaded lzss v0.8.2
9552026-08-27T00:37:11.071Z Downloaded oorandom v11.1.5
9562026-08-27T00:37:11.071Z Downloaded tls_codec_derive v0.4.2
9572026-08-27T00:37:11.071Z Downloaded foreign-types-shared v0.3.1
9582026-08-27T00:37:11.071Z Downloaded lazy_static v1.5.0
9592026-08-27T00:37:11.071Z Downloaded tower-http v0.6.8
9602026-08-27T00:37:11.075Z Downloaded scroll_derive v0.12.1
9612026-08-27T00:37:11.078Z Downloaded ciborium-io v0.2.2
9622026-08-27T00:37:11.078Z Downloaded ed25519 v2.2.3
9632026-08-27T00:37:11.078Z Downloaded p521 v0.14.0
9642026-08-27T00:37:11.081Z Downloaded seq-macro v0.3.6
9652026-08-27T00:37:11.081Z Downloaded take_mut v0.2.2
9662026-08-27T00:37:11.081Z Downloaded supports-unicode v2.1.0
9672026-08-27T00:37:11.084Z Downloaded rayon-core v1.13.0
9682026-08-27T00:37:11.084Z Downloaded multer v3.1.0
9692026-08-27T00:37:11.087Z Downloaded stringmetrics v2.2.2
9702026-08-27T00:37:11.087Z Downloaded rustversion v1.0.22
9712026-08-27T00:37:11.093Z Downloaded futures-timer v3.0.3
9722026-08-27T00:37:11.096Z Downloaded aead v0.5.2
9732026-08-27T00:37:11.096Z Downloaded atty v0.2.14
9742026-08-27T00:37:11.099Z Downloaded module-lattice v0.2.3
9752026-08-27T00:37:11.102Z Downloaded anstyle-parse v1.0.0
9762026-08-27T00:37:11.102Z Downloaded unit-prefix v0.5.2
9772026-08-27T00:37:11.108Z Downloaded toml_edit v0.19.15
9782026-08-27T00:37:11.118Z Downloaded supports-unicode v3.0.0
9792026-08-27T00:37:11.121Z Downloaded usdt-macro v0.5.0
9802026-08-27T00:37:11.121Z Downloaded atomic-waker v1.1.2
9812026-08-27T00:37:11.121Z Downloaded maybe-uninit v2.0.0
9822026-08-27T00:37:11.121Z Downloaded tower-layer v0.3.3
9832026-08-27T00:37:11.121Z Downloaded time-core v0.1.8
9842026-08-27T00:37:11.124Z Downloaded zone_cfg_derive v0.3.1
9852026-08-27T00:37:11.124Z Downloaded parking v2.2.1
9862026-08-27T00:37:11.124Z Downloaded moka v0.12.13
9872026-08-27T00:37:11.127Z Downloaded poly1305 v0.9.0
9882026-08-27T00:37:11.130Z Downloaded unicode_categories v0.1.1
9892026-08-27T00:37:11.130Z Downloaded litrs v1.0.0
9902026-08-27T00:37:11.133Z Downloaded primeorder v0.14.0
9912026-08-27T00:37:11.133Z Downloaded salsa20 v0.11.0
9922026-08-27T00:37:11.136Z Downloaded thiserror v2.0.18
9932026-08-27T00:37:11.139Z Downloaded keccak v0.2.0
9942026-08-27T00:37:11.139Z Downloaded bitvec v1.0.1
9952026-08-27T00:37:11.147Z Downloaded backoff v0.4.0
9962026-08-27T00:37:11.150Z Downloaded oxide-update-engine v0.1.2
9972026-08-27T00:37:11.150Z Downloaded rtoolbox v0.0.3
9982026-08-27T00:37:11.150Z Downloaded tower v0.5.3
9992026-08-27T00:37:11.156Z Downloaded signal-hook-registry v1.4.8
10002026-08-27T00:37:11.159Z Downloaded arc-swap v1.8.2
10012026-08-27T00:37:11.159Z Downloaded oxide-update-engine-display v0.1.2
10022026-08-27T00:37:11.162Z Downloaded toml v1.1.2+spec-1.1.0
10032026-08-27T00:37:11.162Z Downloaded ena v0.14.4
10042026-08-27T00:37:11.165Z Downloaded bitfield-struct v0.6.2
10052026-08-27T00:37:11.165Z Downloaded utf8parse v0.2.2
10062026-08-27T00:37:11.165Z Downloaded sync-ptr v0.1.4
10072026-08-27T00:37:11.165Z Downloaded ecdsa v0.16.9
10082026-08-27T00:37:11.168Z Downloaded phf v0.12.1
10092026-08-27T00:37:11.168Z Downloaded serde_path_to_error v0.1.20
10102026-08-27T00:37:11.168Z Downloaded vergen-gitcl v1.0.8
10112026-08-27T00:37:11.171Z Downloaded serde_with v3.21.0
10122026-08-27T00:37:11.177Z Downloaded rustc-hash v2.1.1
10132026-08-27T00:37:11.180Z Downloaded backtrace v0.3.76
10142026-08-27T00:37:11.182Z Downloaded phf v0.13.1
10152026-08-27T00:37:11.183Z Downloaded smf v0.2.3
10162026-08-27T00:37:11.183Z Downloaded quinn v0.11.11
10172026-08-27T00:37:11.186Z Downloaded schemars v1.2.1
10182026-08-27T00:37:11.193Z Downloaded bzip2 v0.4.4
10192026-08-27T00:37:11.196Z Downloaded keccak v0.1.6
10202026-08-27T00:37:11.196Z Downloaded radium v0.7.0
10212026-08-27T00:37:11.196Z Downloaded peg v0.8.5
10222026-08-27T00:37:11.199Z Downloaded diff v0.1.13
10232026-08-27T00:37:11.202Z Downloaded aes-gcm v0.11.0
10242026-08-27T00:37:11.202Z Downloaded tokio-stream v0.1.18
10252026-08-27T00:37:11.205Z Downloaded toml v0.8.23
10262026-08-27T00:37:11.208Z Downloaded libtest-mimic v0.8.1
10272026-08-27T00:37:11.208Z Downloaded libloading v0.8.9
10282026-08-27T00:37:11.211Z Downloaded zmij v1.0.21
10292026-08-27T00:37:11.211Z Downloaded progenitor v0.13.0
10302026-08-27T00:37:11.211Z Downloaded tokio-native-tls v0.3.1
10312026-08-27T00:37:11.214Z Downloaded pbkdf2 v0.13.0
10322026-08-27T00:37:11.214Z Downloaded serdect v0.4.3
10332026-08-27T00:37:11.214Z Downloaded expectorate v1.2.0
10342026-08-27T00:37:11.217Z Downloaded smallvec v1.15.1
10352026-08-27T00:37:11.217Z Downloaded erased-serde v0.3.31
10362026-08-27T00:37:11.220Z Downloaded document-features v0.2.12
10372026-08-27T00:37:11.220Z Downloaded ciborium v0.2.2
10382026-08-27T00:37:11.220Z Downloaded toml_edit v0.22.27
10392026-08-27T00:37:11.223Z Downloaded tabled v0.15.0
10402026-08-27T00:37:11.232Z Downloaded serde_derive v1.0.228
10412026-08-27T00:37:11.236Z Downloaded zerocopy-derive v0.8.55
10422026-08-27T00:37:11.240Z Downloaded minimal-lexical v0.2.1
10432026-08-27T00:37:11.243Z Downloaded trybuild v1.0.116
10442026-08-27T00:37:11.246Z Downloaded futures-executor v0.3.32
10452026-08-27T00:37:11.248Z Downloaded pkcs5 v0.8.1
10462026-08-27T00:37:11.251Z Downloaded crypto-bigint v0.7.5
10472026-08-27T00:37:11.259Z Downloaded password-hash v0.5.0
10482026-08-27T00:37:11.263Z Downloaded blake2 v0.11.0-rc.6
10492026-08-27T00:37:11.263Z Downloaded tough v0.22.0
10502026-08-27T00:37:11.266Z Downloaded nanorand v0.7.0
10512026-08-27T00:37:11.270Z Downloaded digest v0.10.7
10522026-08-27T00:37:11.270Z Downloaded psm v0.1.30
10532026-08-27T00:37:11.273Z Downloaded target-spec v3.5.7
10542026-08-27T00:37:11.273Z Downloaded samael v0.0.19
10552026-08-27T00:37:11.276Z Downloaded pest v2.8.6
10562026-08-27T00:37:11.279Z Downloaded scuffle v0.1.0
10572026-08-27T00:37:11.282Z Downloaded zlib-rs v0.6.2
10582026-08-27T00:37:11.285Z Downloaded ff v0.14.0
10592026-08-27T00:37:11.288Z Downloaded num-traits v0.2.19
10602026-08-27T00:37:11.288Z Downloaded similar v2.7.0
10612026-08-27T00:37:11.291Z Downloaded futures-channel v0.3.32
10622026-08-27T00:37:11.294Z Downloaded miette v5.10.0
10632026-08-27T00:37:11.300Z Downloaded base64 v0.21.7
10642026-08-27T00:37:11.303Z Downloaded winnow v0.7.14
10652026-08-27T00:37:11.310Z Downloaded bumpalo v3.20.2
10662026-08-27T00:37:11.313Z Downloaded rand v0.8.6
10672026-08-27T00:37:11.318Z Downloaded snafu v0.8.9
10682026-08-27T00:37:11.327Z Downloaded futures-util v0.3.32
10692026-08-27T00:37:11.344Z Downloaded chrono v0.4.45
10702026-08-27T00:37:11.349Z Downloaded num-bigint v0.4.6
10712026-08-27T00:37:11.361Z Downloaded memchr v2.8.0
10722026-08-27T00:37:11.364Z Downloaded bindgen v0.71.1
10732026-08-27T00:37:11.373Z Downloaded flume v0.11.1
10742026-08-27T00:37:11.377Z Downloaded async-compression v0.4.41
10752026-08-27T00:37:11.382Z Downloaded zerocopy v0.8.55
10762026-08-27T00:37:11.393Z Downloaded tar v0.4.46
10772026-08-27T00:37:11.397Z Downloaded typed-path v0.9.3
10782026-08-27T00:37:11.400Z Downloaded hickory-proto v0.24.4
10792026-08-27T00:37:11.408Z Downloaded smoltcp v0.9.1
10802026-08-27T00:37:11.414Z Downloaded unicode-ident v1.0.24
10812026-08-27T00:37:11.417Z Downloaded p384 v0.13.1
10822026-08-27T00:37:11.421Z Downloaded curve25519-dalek v4.1.3
10832026-08-27T00:37:11.424Z Downloaded drift v0.2.0
10842026-08-27T00:37:11.431Z Downloaded unicode-normalization v0.1.25
10852026-08-27T00:37:11.434Z Downloaded dropshot-api-manager v0.8.0
10862026-08-27T00:37:11.437Z Downloaded reedline v0.40.0
10872026-08-27T00:37:11.442Z Downloaded vcpkg v0.2.15
10882026-08-27T00:37:11.466Z Downloaded nom v8.0.0
10892026-08-27T00:37:11.470Z Downloaded num-bigint-dig v0.8.6
10902026-08-27T00:37:11.472Z Downloaded russh v0.62.4
10912026-08-27T00:37:11.479Z Downloaded syn v1.0.109
10922026-08-27T00:37:11.484Z Downloaded zerocopy v0.7.35
10932026-08-27T00:37:11.494Z Downloaded proptest v1.11.0
10942026-08-27T00:37:11.500Z Downloaded unicode-width v0.2.0
10952026-08-27T00:37:11.504Z Downloaded hickory-proto v0.25.2
10962026-08-27T00:37:11.513Z Downloaded petname v2.0.2
10972026-08-27T00:37:11.517Z Downloaded quinn-proto v0.11.16
10982026-08-27T00:37:11.521Z Downloaded unicode-width v0.1.14
10992026-08-27T00:37:11.525Z Downloaded salty v0.3.0
11002026-08-27T00:37:11.529Z Downloaded nix v0.28.0
11012026-08-27T00:37:11.543Z Downloaded object v0.30.4
11022026-08-27T00:37:11.548Z Downloaded gimli v0.32.3
11032026-08-27T00:37:11.563Z Downloaded git2 v0.20.4
11042026-08-27T00:37:11.563Z Downloaded curve25519-dalek v5.0.0
11052026-08-27T00:37:11.566Z Downloaded openssl v0.10.80
11062026-08-27T00:37:11.571Z Downloaded reqwest v0.12.28
11072026-08-27T00:37:11.575Z Downloaded reqwest v0.13.2
11082026-08-27T00:37:11.579Z Downloaded tabled v0.21.0
11092026-08-27T00:37:11.589Z Downloaded rayon v1.11.0
11102026-08-27T00:37:11.595Z Downloaded nix v0.31.2
11112026-08-27T00:37:11.602Z Downloaded regex-syntax v0.6.29
11122026-08-27T00:37:11.607Z Downloaded aho-corasick v1.1.4
11132026-08-27T00:37:11.610Z Downloaded winnow v0.5.40
11142026-08-27T00:37:11.617Z Downloaded syn v2.0.117
11152026-08-27T00:37:11.623Z Downloaded lalrpop v0.19.12
11162026-08-27T00:37:11.630Z Downloaded blake3 v1.8.5
11172026-08-27T00:37:11.635Z Downloaded winnow v1.0.3
11182026-08-27T00:37:11.641Z Downloaded polar-core v0.27.3
11192026-08-27T00:37:11.646Z Downloaded rustls v0.23.41
11202026-08-27T00:37:11.654Z Downloaded nix v0.27.1
11212026-08-27T00:37:11.660Z Downloaded quick-xml v0.37.5
11222026-08-27T00:37:11.664Z Downloaded smoltcp v0.11.0
11232026-08-27T00:37:11.671Z Downloaded diesel v2.3.7
11242026-08-27T00:37:11.683Z Downloaded radix_trie v0.2.1
11252026-08-27T00:37:11.686Z Downloaded time v0.3.47
11262026-08-27T00:37:11.693Z Downloaded object v0.37.3
11272026-08-27T00:37:11.700Z Downloaded rustix v0.38.44
11282026-08-27T00:37:11.712Z Downloaded syn v3.0.3
11292026-08-27T00:37:11.720Z Downloaded bstr v1.12.1
11302026-08-27T00:37:11.725Z Downloaded aws-lc-rs v1.16.3
11312026-08-27T00:37:11.730Z Downloaded regress v0.10.5
11322026-08-27T00:37:11.735Z Downloaded dropshot v0.17.1
11332026-08-27T00:37:11.748Z Downloaded openapiv3 v2.2.0
11342026-08-27T00:37:11.755Z Downloaded ratatui v0.29.0
11352026-08-27T00:37:11.767Z Downloaded regex-syntax v0.8.10
11362026-08-27T00:37:11.771Z Downloaded sqlparser v0.61.0
11372026-08-27T00:37:11.777Z Downloaded regress v0.11.1
11382026-08-27T00:37:11.782Z Downloaded zerocopy-derive v0.6.6
11392026-08-27T00:37:11.788Z Downloaded typify-impl v0.6.2
11402026-08-27T00:37:11.797Z Downloaded tracing v0.1.44
11412026-08-27T00:37:11.811Z Downloaded sled v0.34.7
11422026-08-27T00:37:11.821Z Downloaded rustix v1.1.4
11432026-08-27T00:37:11.835Z Downloaded chrono-tz v0.10.4
11442026-08-27T00:37:11.846Z Downloaded bzip2-sys v0.1.13+1.0.8
11452026-08-27T00:37:11.864Z Downloaded petgraph v0.6.5
11462026-08-27T00:37:11.875Z Downloaded jiff v0.2.34
11472026-08-27T00:37:11.885Z Downloaded sha3 v0.11.0
11482026-08-27T00:37:11.890Z Downloaded regex-automata v0.4.14
11492026-08-27T00:37:11.908Z Downloaded csv v1.4.0
11502026-08-27T00:37:11.920Z Downloaded libz-sys v1.1.24
11512026-08-27T00:37:11.933Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11522026-08-27T00:37:11.943Z Downloaded tokio v1.52.1
11532026-08-27T00:37:11.967Z Downloaded libc v0.2.185
11542026-08-27T00:37:11.987Z Downloaded petgraph v0.8.3
11552026-08-27T00:37:12.000Z Downloaded sha3 v0.10.8
11562026-08-27T00:37:12.019Z Downloaded ring v0.17.14
11572026-08-27T00:37:12.049Z Downloaded encoding_rs v0.8.35
11582026-08-27T00:37:12.064Z Downloaded httpmock v0.8.3
11592026-08-27T00:37:12.076Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-27T00:37:12.579Z Downloaded aws-lc-sys v0.40.0
11612026-08-27T00:37:12.996Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-27T00:37:17.410Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-27T00:37:17.800Z Startup: Caching catalogs ... Done
11642026-08-27T00:37:19.984ZPlanning: Solver setup ... Done (2.066s)
11652026-08-27T00:37:20.046ZPlanning: Running solver ... Done (0.063s)
11662026-08-27T00:37:20.092ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-27T00:37:20.105ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-27T00:37:20.126ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-27T00:37:20.140ZPlanning: Package planning ... Done (0.014s)
11702026-08-27T00:37:20.145ZPlanning: Merging actions ... Done (0.002s)
11712026-08-27T00:37:20.375ZPlanning: Checking for conflicting actions ... Done (0.233s)
11722026-08-27T00:37:20.379ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-27T00:37:21.131ZPlanning: Evaluating mediators ... Done (0.754s)
11742026-08-27T00:37:21.134ZPlanning: Planning completed in 3.30 seconds
11752026-08-27T00:37:21.140Z Packages to install: 2
11762026-08-27T00:37:21.141Z Estimated space available: 155.73 GB
11772026-08-27T00:37:21.141ZEstimated space to be consumed: 80.56 MB
11782026-08-27T00:37:21.141Z Create boot environment: No
11792026-08-27T00:37:21.141ZCreate backup boot environment: No
11802026-08-27T00:37:21.141Z Rebuild boot archive: No
11812026-08-27T00:37:21.144Z
11822026-08-27T00:37:21.144ZChanged packages:
11832026-08-27T00:37:21.144Zhelios
11842026-08-27T00:37:21.144Z developer/build-essential
11852026-08-27T00:37:21.144Z None -> 11-3.0
11862026-08-27T00:37:21.144Z library/libxmlsec1
11872026-08-27T00:37:21.144Z None -> 1.2.35-3.0
11882026-08-27T00:37:21.165Z
11892026-08-27T00:37:21.165ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-27T00:37:21.236ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11912026-08-27T00:37:21.342Z Actions: 1/268 actions (Installing new actions)
11922026-08-27T00:37:21.379Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-27T00:37:21.417ZFinalize: Updating package state database ... Done (0.037s)
11942026-08-27T00:37:21.417ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-27T00:37:21.512ZFinalize: Updating image state ... Done (0.095s)
11962026-08-27T00:37:24.144ZFinalize: Creating fast lookup database ... Done (2.577s)
11972026-08-27T00:37:24.208ZFinalize: Reading search index ... Done (0.012s)
11982026-08-27T00:37:24.211ZFinalize: Updating search index ... Done (0.000s)
11992026-08-27T00:37:24.310ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-27T00:37:24.683ZPlanning: Evaluating mediator changes ... Done
12012026-08-27T00:37:24.789ZPlanning: Checking for conflicting actions ... Done
12022026-08-27T00:37:24.792ZPlanning: Consolidating action changes ... Done
12032026-08-27T00:37:24.949ZPlanning: Evaluating mediators ... Done
12042026-08-27T00:37:24.952ZPlanning: Planning completed in 0.27 seconds
12052026-08-27T00:37:24.972Z Mediators to change: 2
12062026-08-27T00:37:24.976Z Create boot environment: No
12072026-08-27T00:37:24.976ZCreate backup boot environment: No
12082026-08-27T00:37:25.023ZFinalize: Updating package state database ... Done
12092026-08-27T00:37:25.023ZFinalize: Updating package cache ... Done
12102026-08-27T00:37:25.075ZFinalize: Updating image state ... Done
12112026-08-27T00:37:27.005ZFinalize: Creating fast lookup database ... Done
12122026-08-27T00:37:27.065ZFinalize: Reading search index ... Done
12132026-08-27T00:37:27.069ZFinalize: Updating search index ... Done
12142026-08-27T00:37:27.137ZFinalize: Updating package cache ... Done
12152026-08-27T00:37:27.421ZPlanning: Evaluating mediator changes ... Done
12162026-08-27T00:37:27.528ZPlanning: Checking for conflicting actions ... Done
12172026-08-27T00:37:27.531ZPlanning: Consolidating action changes ... Done
12182026-08-27T00:37:27.686ZPlanning: Evaluating mediators ... Done
12192026-08-27T00:37:27.689ZPlanning: Planning completed in 0.27 seconds
12202026-08-27T00:37:27.710Z Mediators to change: 1
12212026-08-27T00:37:27.710Z Create boot environment: No
12222026-08-27T00:37:27.710ZCreate backup boot environment: No
12232026-08-27T00:37:27.761ZFinalize: Updating package state database ... Done
12242026-08-27T00:37:27.761ZFinalize: Updating package cache ... Done
12252026-08-27T00:37:27.815ZFinalize: Updating image state ... Done
12262026-08-27T00:37:29.761ZFinalize: Creating fast lookup database ... Done
12272026-08-27T00:37:29.825ZFinalize: Reading search index ... Done
12282026-08-27T00:37:29.829ZFinalize: Updating search index ... Done
12292026-08-27T00:37:29.896ZFinalize: Updating package cache ... Done
12302026-08-27T00:37:30.239ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-27T00:37:30.240Zapache system 2.4 system
12322026-08-27T00:37:30.240Zclang system 15 system
12332026-08-27T00:37:30.240Zcsh system system illumos
12342026-08-27T00:37:30.240Zctags system system illumos
12352026-08-27T00:37:30.240Zfile vendor vendor darwinsys
12362026-08-27T00:37:30.240Zfile system system illumos
12372026-08-27T00:37:30.240Zgcc vendor 14 vendor
12382026-08-27T00:37:30.240Zgcc system 13 system
12392026-08-27T00:37:30.241Zgcc system 10 system
12402026-08-27T00:37:30.241Zgo system 1.25 system
12412026-08-27T00:37:30.241Zllvm system 15 system
12422026-08-27T00:37:30.241Zmariadb system 11.4 system
12432026-08-27T00:37:30.241Zmta vendor vendor dma
12442026-08-27T00:37:30.241Zopenjdk system 17 system
12452026-08-27T00:37:30.241Zopenjdk system 11 system
12462026-08-27T00:37:30.241Zopenssl vendor 3 vendor
12472026-08-27T00:37:30.241Zperl system 5.40 system
12482026-08-27T00:37:30.241Zpostgresql system 18 system
12492026-08-27T00:37:30.241Zpostgresql system 17 system
12502026-08-27T00:37:30.241Zpython vendor 3 vendor
12512026-08-27T00:37:30.241Zpython system 2 system
12522026-08-27T00:37:30.241Zpython3 vendor 3.13 vendor
12532026-08-27T00:37:30.241Zruby system 3.4 system
12542026-08-27T00:37:30.241Zruby system 3.0 system
12552026-08-27T00:37:30.241Zwords vendor vendor american-english
12562026-08-27T00:37:30.242Zwords system system australian-english
12572026-08-27T00:37:30.242Zwords system system british-english
12582026-08-27T00:37:30.242Zwords system system canadian-english
12592026-08-27T00:37:30.242Zwords system system french
12602026-08-27T00:37:30.242Zwords system system italian
12612026-08-27T00:37:30.242Zwords system system ngerman
12622026-08-27T00:37:30.242Zwords system system ogerman
12632026-08-27T00:37:30.242Zwords system system spanish
12642026-08-27T00:37:30.467ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-27T00:37:30.467Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-27T00:37:30.968ZFMRI IFO
12672026-08-27T00:37:30.968Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-27T00:37:30.968Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-27T00:37:30.968Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-27T00:37:30.969Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-27T00:37:30.969Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-27T00:37:30.969Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-27T00:37:30.969Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-27T00:37:30.969Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-27T00:37:30.969Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-27T00:37:31.572Z Downloading crates ...
12772026-08-27T00:37:31.617Z Downloaded cargo_toml v0.21.0
12782026-08-27T00:37:31.658Z Compiling proc-macro2 v1.0.106
12792026-08-27T00:37:31.658Z Compiling quote v1.0.45
12802026-08-27T00:37:31.661Z Compiling unicode-ident v1.0.24
12812026-08-27T00:37:31.661Z Compiling serde_core v1.0.228
12822026-08-27T00:37:31.661Z Compiling libc v0.2.185
12832026-08-27T00:37:31.661Z Compiling version_check v0.9.5
12842026-08-27T00:37:31.661Z Compiling memchr v2.8.0
12852026-08-27T00:37:31.661Z Compiling serde v1.0.228
12862026-08-27T00:37:31.741Z Compiling zmij v1.0.21
12872026-08-27T00:37:31.749Z Compiling ucd-trie v0.1.7
12882026-08-27T00:37:31.749Z Compiling thiserror v1.0.69
12892026-08-27T00:37:31.749Z Compiling itoa v1.0.17
12902026-08-27T00:37:31.749Z Compiling byteorder v1.5.0
12912026-08-27T00:37:31.756Z Compiling rustix v1.1.4
12922026-08-27T00:37:32.023Z Compiling serde_json v1.0.151
12932026-08-27T00:37:32.074Z Compiling bitflags v2.11.0
12942026-08-27T00:37:32.104Z Compiling syn v1.0.109
12952026-08-27T00:37:32.157Z Compiling proc-macro-error-attr v1.0.4
12962026-08-27T00:37:32.243Z Compiling usdt-impl v0.5.0
12972026-08-27T00:37:32.287Z Compiling pest v2.8.6
12982026-08-27T00:37:32.341Z Compiling camino v1.2.5
12992026-08-27T00:37:32.371Z Compiling proc-macro-error v1.0.4
13002026-08-27T00:37:32.380Z Compiling plain v0.2.3
13012026-08-27T00:37:32.390Z Compiling utf8parse v0.2.2
13022026-08-27T00:37:32.434Z Compiling getrandom v0.4.3
13032026-08-27T00:37:32.466Z Compiling log v0.4.33
13042026-08-27T00:37:32.515Z Compiling hashbrown v0.17.0
13052026-08-27T00:37:32.537Z Compiling equivalent v1.0.2
13062026-08-27T00:37:32.540Z Compiling anstyle-parse v1.0.0
13072026-08-27T00:37:32.544Z Compiling anstyle-query v1.1.5
13082026-08-27T00:37:32.579Z Compiling pretty-hex v0.4.1
13092026-08-27T00:37:32.688Z Compiling colorchoice v1.0.4
13102026-08-27T00:37:32.704Z Compiling thiserror v2.0.18
13112026-08-27T00:37:32.751Z Compiling autocfg v1.5.0
13122026-08-27T00:37:32.775Z Compiling is_terminal_polyfill v1.70.2
13132026-08-27T00:37:32.786Z Compiling winnow v0.7.14
13142026-08-27T00:37:32.810Z Compiling errno v0.3.14
13152026-08-27T00:37:32.821Z Compiling thread-id v4.2.2
13162026-08-27T00:37:32.825Z Compiling toml_write v0.1.2
13172026-08-27T00:37:32.842Z Compiling cfg-if v1.0.4
13182026-08-27T00:37:32.870Z Compiling anstyle v1.0.14
13192026-08-27T00:37:32.893Z Compiling heck v0.5.0
13202026-08-27T00:37:32.896Z Compiling unicode-width v0.1.14
13212026-08-27T00:37:32.978Z Compiling clap_lex v1.0.0
13222026-08-27T00:37:32.995Z Compiling once_cell v1.21.3
13232026-08-27T00:37:33.105Z Compiling indexmap v2.14.0
13242026-08-27T00:37:33.116Z Compiling anstream v1.0.0
13252026-08-27T00:37:33.155Z Compiling anyhow v1.0.104
13262026-08-27T00:37:33.166Z Compiling fnv v1.0.7
13272026-08-27T00:37:33.188Z Compiling heck v0.4.1
13282026-08-27T00:37:33.203Z Compiling fs-err v3.3.0
13292026-08-27T00:37:33.231Z Compiling fastrand v2.3.0
13302026-08-27T00:37:33.243Z Compiling syn v2.0.117
13312026-08-27T00:37:33.290Z Compiling bytecount v0.6.9
13322026-08-27T00:37:33.321Z Compiling strsim v0.11.1
13332026-08-27T00:37:33.407Z Compiling pest_meta v2.8.6
13342026-08-27T00:37:33.438Z Compiling papergrid v0.11.0
13352026-08-27T00:37:33.454Z Compiling memmap v0.7.0
13362026-08-27T00:37:33.513Z Compiling unicode-width v0.2.0
13372026-08-27T00:37:33.533Z Compiling unicode-linebreak v0.1.5
13382026-08-27T00:37:33.629Z Compiling smawk v0.3.2
13392026-08-27T00:37:33.691Z Compiling swrite v0.1.0
13402026-08-27T00:37:33.789Z Compiling terminal_size v0.4.3
13412026-08-27T00:37:33.789Z Compiling tempfile v3.27.0
13422026-08-27T00:37:33.885Z Compiling clap_builder v4.6.0
13432026-08-27T00:37:33.885Z Compiling textwrap v0.16.2
13442026-08-27T00:37:34.003Z Compiling semver v1.0.28
13452026-08-27T00:37:34.003Z Compiling cargo-platform v0.3.2
13462026-08-27T00:37:34.289Z Compiling camino-tempfile v1.4.1
13472026-08-27T00:37:34.683Z Compiling tabled_derive v0.7.0
13482026-08-27T00:37:35.359Z Compiling tabled v0.15.0
13492026-08-27T00:37:35.379Z Compiling pest_generator v2.8.6
13502026-08-27T00:37:35.872Z Compiling serde_derive v1.0.228
13512026-08-27T00:37:35.873Z Compiling thiserror-impl v1.0.69
13522026-08-27T00:37:35.876Z Compiling zerocopy-derive v0.7.35
13532026-08-27T00:37:35.876Z Compiling scroll_derive v0.12.1
13542026-08-27T00:37:35.876Z Compiling thiserror-impl v2.0.18
13552026-08-27T00:37:35.876Z Compiling clap_derive v4.6.1
13562026-08-27T00:37:35.926Z Compiling pest_derive v2.8.6
13572026-08-27T00:37:36.466Z Compiling scroll v0.12.0
13582026-08-27T00:37:36.565Z Compiling zerocopy v0.7.35
13592026-08-27T00:37:36.668Z Compiling goblin v0.8.2
13602026-08-27T00:37:36.894Z Compiling dtrace-parser v0.2.0
13612026-08-27T00:37:37.161Z Compiling clap v4.6.1
13622026-08-27T00:37:38.192Z Compiling dof v0.3.0
13632026-08-27T00:37:38.192Z Compiling serde_tokenstream v0.2.3
13642026-08-27T00:37:38.202Z Compiling serde_spanned v0.6.9
13652026-08-27T00:37:38.206Z Compiling toml_datetime v0.6.11
13662026-08-27T00:37:38.206Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13672026-08-27T00:37:38.210Z Compiling macaddr v1.0.1
13682026-08-27T00:37:38.213Z Compiling cargo_metadata v0.23.1
13692026-08-27T00:37:38.379Z Compiling toml_edit v0.22.27
13702026-08-27T00:37:38.844Z Compiling usdt-macro v0.5.0
13712026-08-27T00:37:38.844Z Compiling usdt-attr-macro v0.5.0
13722026-08-27T00:37:39.443Z Compiling usdt v0.5.0
13732026-08-27T00:37:39.615Z Compiling toml v0.8.23
13742026-08-27T00:37:39.928Z Compiling cargo_toml v0.21.0
13752026-08-27T00:37:41.223Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13762026-08-27T00:37:43.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.13s
13772026-08-27T00:37:43.294Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13782026-08-27T00:37:44.078Z Compiling serde_core v1.0.228
13792026-08-27T00:37:44.078Z Compiling libc v0.2.185
13802026-08-27T00:37:44.078Z Compiling serde v1.0.228
13812026-08-27T00:37:44.082Z Compiling log v0.4.33
13822026-08-27T00:37:44.082Z Compiling smallvec v1.15.1
13832026-08-27T00:37:44.082Z Compiling find-msvc-tools v0.1.9
13842026-08-27T00:37:44.082Z Compiling shlex v1.3.0
13852026-08-27T00:37:44.082Z Compiling subtle v2.6.1
13862026-08-27T00:37:44.221Z Compiling scopeguard v1.2.0
13872026-08-27T00:37:44.232Z Compiling stable_deref_trait v1.2.1
13882026-08-27T00:37:44.235Z Compiling typenum v1.20.1
13892026-08-27T00:37:44.235Z Compiling zerocopy v0.8.55
13902026-08-27T00:37:44.235Z Compiling portable-atomic v1.13.1
13912026-08-27T00:37:44.281Z Compiling serde_json v1.0.151
13922026-08-27T00:37:44.295Z Compiling syn v2.0.117
13932026-08-27T00:37:44.309Z Compiling critical-section v1.2.0
13942026-08-27T00:37:44.413Z Compiling lock_api v0.4.14
13952026-08-27T00:37:44.427Z Compiling libm v0.2.16
13962026-08-27T00:37:44.443Z Compiling num-traits v0.2.19
13972026-08-27T00:37:44.457Z Compiling pkg-config v0.3.32
13982026-08-27T00:37:44.461Z Compiling generic-array v0.14.7
13992026-08-27T00:37:44.461Z Compiling pin-project-lite v0.2.17
14002026-08-27T00:37:44.501Z Compiling const-oid v0.9.6
14012026-08-27T00:37:44.514Z Compiling getrandom v0.4.3
14022026-08-27T00:37:44.608Z Compiling parking_lot_core v0.9.12
14032026-08-27T00:37:44.612Z Compiling rand_core v0.10.0
14042026-08-27T00:37:44.623Z Compiling futures-core v0.3.32
14052026-08-27T00:37:44.702Z Compiling writeable v0.6.2
14062026-08-27T00:37:44.782Z Compiling litemap v0.8.1
14072026-08-27T00:37:44.801Z Compiling percent-encoding v2.3.2
14082026-08-27T00:37:44.830Z Compiling icu_normalizer_data v2.1.1
14092026-08-27T00:37:44.833Z Compiling icu_properties_data v2.1.2
14102026-08-27T00:37:44.921Z Compiling getrandom v0.3.4
14112026-08-27T00:37:44.924Z Compiling rustix v1.1.4
14122026-08-27T00:37:44.952Z Compiling futures-sink v0.3.32
14132026-08-27T00:37:44.988Z Compiling slab v0.4.12
14142026-08-27T00:37:45.016Z Compiling futures-task v0.3.32
14152026-08-27T00:37:45.032Z Compiling futures-io v0.3.32
14162026-08-27T00:37:45.060Z Compiling futures-channel v0.3.32
14172026-08-27T00:37:45.078Z Compiling utf8_iter v1.0.4
14182026-08-27T00:37:45.188Z Compiling form_urlencoded v1.2.2
14192026-08-27T00:37:45.211Z Compiling errno v0.3.14
14202026-08-27T00:37:45.218Z Compiling jobserver v0.1.34
14212026-08-27T00:37:45.235Z Compiling getrandom v0.2.17
14222026-08-27T00:37:45.281Z Compiling mio v1.2.0
14232026-08-27T00:37:45.294Z Compiling socket2 v0.6.3
14242026-08-27T00:37:45.335Z Compiling signal-hook-registry v1.4.8
14252026-08-27T00:37:45.349Z Compiling once_cell v1.21.3
14262026-08-27T00:37:45.376Z Compiling rustversion v1.0.22
14272026-08-27T00:37:45.390Z Compiling rand_core v0.6.4
14282026-08-27T00:37:45.453Z Compiling cc v1.2.56
14292026-08-27T00:37:45.486Z Compiling parking_lot v0.12.5
14302026-08-27T00:37:45.501Z Compiling base64ct v1.8.3
14312026-08-27T00:37:45.570Z Compiling iana-time-zone v0.1.65
14322026-08-27T00:37:45.586Z Compiling regex-syntax v0.8.10
14332026-08-27T00:37:45.589Z Compiling flagset v0.4.7
14342026-08-27T00:37:45.616Z Compiling dunce v1.0.5
14352026-08-27T00:37:45.683Z Compiling fs_extra v1.3.0
14362026-08-27T00:37:45.719Z Compiling ident_case v1.0.1
14372026-08-27T00:37:45.734Z Compiling base64 v0.22.1
14382026-08-27T00:37:45.763Z Compiling pem-rfc7468 v0.7.0
14392026-08-27T00:37:45.777Z Compiling syn v1.0.109
14402026-08-27T00:37:45.793Z Compiling rand_core v0.9.5
14412026-08-27T00:37:45.820Z Compiling vcpkg v0.2.15
14422026-08-27T00:37:45.858Z Compiling tracing-core v0.1.36
14432026-08-27T00:37:45.881Z Compiling aws-lc-rs v1.16.3
14442026-08-27T00:37:45.895Z Compiling dyn-clone v1.0.20
14452026-08-27T00:37:45.958Z Compiling simd-adler32 v0.3.8
14462026-08-27T00:37:46.001Z Compiling cpufeatures v0.2.17
14472026-08-27T00:37:46.052Z Compiling schemars v0.8.22
14482026-08-27T00:37:46.076Z Compiling spin v0.9.8
14492026-08-27T00:37:46.092Z Compiling tinyvec_macros v0.1.1
14502026-08-27T00:37:46.104Z Compiling adler2 v2.0.1
14512026-08-27T00:37:46.108Z Compiling httparse v1.10.1
14522026-08-27T00:37:46.169Z Compiling crc32fast v1.5.0
14532026-08-27T00:37:46.185Z Compiling cmake v0.1.57
14542026-08-27T00:37:46.216Z Compiling openssl-probe v0.2.1
14552026-08-27T00:37:46.245Z Compiling cmov v0.5.4
14562026-08-27T00:37:46.279Z Compiling miniz_oxide v0.8.9
14572026-08-27T00:37:46.309Z Compiling tinyvec v1.10.0
14582026-08-27T00:37:46.325Z Compiling aho-corasick v1.1.4
14592026-08-27T00:37:46.406Z Compiling tower-layer v0.3.3
14602026-08-27T00:37:46.422Z Compiling untrusted v0.7.1
14612026-08-27T00:37:46.438Z Compiling bitflags v2.11.0
14622026-08-27T00:37:46.476Z Compiling semver v1.0.28
14632026-08-27T00:37:46.479Z Compiling indexmap v2.14.0
14642026-08-27T00:37:46.542Z Compiling uuid v1.23.4
14652026-08-27T00:37:46.596Z Compiling ctutils v0.4.2
14662026-08-27T00:37:46.628Z Compiling atomic-waker v1.1.2
14672026-08-27T00:37:46.643Z Compiling radium v0.7.0
14682026-08-27T00:37:46.670Z Compiling tower-service v0.3.3
14692026-08-27T00:37:46.685Z Compiling try-lock v0.2.5
14702026-08-27T00:37:46.768Z Compiling rustc_version v0.4.1
14712026-08-27T00:37:46.782Z Compiling want v0.3.1
14722026-08-27T00:37:46.842Z Compiling untrusted v0.9.0
14732026-08-27T00:37:46.902Z Compiling openssl v0.10.80
14742026-08-27T00:37:46.938Z Compiling maybe-uninit v2.0.0
14752026-08-27T00:37:46.957Z Compiling foreign-types-shared v0.1.1
14762026-08-27T00:37:46.983Z Compiling tap v1.0.1
14772026-08-27T00:37:46.997Z Compiling rustls v0.23.41
14782026-08-27T00:37:47.014Z Compiling aws-lc-sys v0.40.0
14792026-08-27T00:37:47.048Z Compiling openssl-sys v0.9.117
14802026-08-27T00:37:47.099Z Compiling httpdate v1.0.3
14812026-08-27T00:37:47.113Z Compiling wyz v0.5.1
14822026-08-27T00:37:47.128Z Compiling foreign-types v0.3.2
14832026-08-27T00:37:47.155Z Compiling regex-automata v0.4.14
14842026-08-27T00:37:47.169Z Compiling synstructure v0.13.2
14852026-08-27T00:37:47.186Z Compiling serde_derive_internals v0.29.1
14862026-08-27T00:37:47.210Z Compiling pest_generator v2.8.6
14872026-08-27T00:37:47.228Z Compiling darling_core v0.20.11
14882026-08-27T00:37:47.297Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14892026-08-27T00:37:47.316Z Compiling bzip2-sys v0.1.13+1.0.8
14902026-08-27T00:37:47.571Z Compiling tempfile v3.27.0
14912026-08-27T00:37:47.612Z Compiling terminal_size v0.4.3
14922026-08-27T00:37:47.639Z Compiling unicode-normalization v0.1.25
14932026-08-27T00:37:47.719Z Compiling num-integer v0.1.46
14942026-08-27T00:37:47.778Z Compiling wait-timeout v0.2.1
14952026-08-27T00:37:47.792Z Compiling ahash v0.8.12
14962026-08-27T00:37:47.809Z Compiling native-tls v0.2.18
14972026-08-27T00:37:47.942Z Compiling bit-vec v0.8.0
14982026-08-27T00:37:47.958Z Compiling quick-error v1.2.3
14992026-08-27T00:37:47.974Z Compiling packed_struct v0.10.1
15002026-08-27T00:37:48.026Z Compiling num-conv v0.2.0
15012026-08-27T00:37:48.042Z Compiling funty v2.0.0
15022026-08-27T00:37:48.042Z Compiling num-bigint-dig v0.8.6
15032026-08-27T00:37:48.070Z Compiling time-core v0.1.8
15042026-08-27T00:37:48.074Z Compiling powerfmt v0.2.0
15052026-08-27T00:37:48.100Z Compiling clap_builder v4.6.0
15062026-08-27T00:37:48.116Z Compiling rusty-fork v0.3.1
15072026-08-27T00:37:48.153Z Compiling bit-set v0.8.0
15082026-08-27T00:37:48.197Z Compiling num-iter v0.1.45
15092026-08-27T00:37:48.230Z Compiling deranged v0.5.8
15102026-08-27T00:37:48.244Z Compiling time-macros v0.2.27
15112026-08-27T00:37:48.326Z Compiling lazy_static v1.5.0
15122026-08-27T00:37:48.341Z Compiling rand_xorshift v0.4.0
15132026-08-27T00:37:48.341Z Compiling sync_wrapper v1.0.2
15142026-08-27T00:37:48.390Z Compiling bitvec v1.0.1
15152026-08-27T00:37:48.429Z Compiling indexmap v1.9.3
15162026-08-27T00:37:48.445Z Compiling paste v1.0.15
15172026-08-27T00:37:48.468Z Compiling crossbeam-utils v0.8.21
15182026-08-27T00:37:48.519Z Compiling crc-catalog v2.4.0
15192026-08-27T00:37:48.625Z Compiling zlib-rs v0.6.2
15202026-08-27T00:37:48.640Z Compiling siphasher v1.0.2
15212026-08-27T00:37:48.640Z Compiling usdt-impl v0.6.0
15222026-08-27T00:37:48.727Z Compiling object v0.37.3
15232026-08-27T00:37:48.773Z Compiling unicode-segmentation v1.12.0
15242026-08-27T00:37:48.842Z Compiling nodrop v0.1.14
15252026-08-27T00:37:48.878Z Compiling serde_derive v1.0.228
15262026-08-27T00:37:48.891Z Compiling zeroize_derive v1.5.0
15272026-08-27T00:37:48.945Z Compiling zerocopy-derive v0.8.55
15282026-08-27T00:37:49.014Z Compiling zerofrom-derive v0.1.6
15292026-08-27T00:37:49.167Z Compiling yoke-derive v0.8.1
15302026-08-27T00:37:49.218Z Compiling zerovec-derive v0.11.2
15312026-08-27T00:37:49.261Z Compiling displaydoc v0.2.5
15322026-08-27T00:37:49.327Z Compiling tokio-macros v2.7.0
15332026-08-27T00:37:49.539Z Compiling futures-macro v0.3.32
15342026-08-27T00:37:49.568Z Compiling der_derive v0.7.3
15352026-08-27T00:37:49.832Z Compiling thiserror-impl v2.0.18
15362026-08-27T00:37:50.079Z Compiling tracing-attributes v0.1.31
15372026-08-27T00:37:50.103Z Compiling schemars_derive v0.8.22
15382026-08-27T00:37:50.139Z Compiling scroll_derive v0.13.1
15392026-08-27T00:37:50.419Z Compiling pest_derive v2.8.6
15402026-08-27T00:37:50.456Z Compiling darling_macro v0.20.11
15412026-08-27T00:37:50.460Z Compiling futures-util v0.3.32
15422026-08-27T00:37:50.503Z Compiling zerofrom v0.1.6
15432026-08-27T00:37:50.602Z Compiling thiserror-impl v1.0.69
15442026-08-27T00:37:50.638Z Compiling yoke v0.8.1
15452026-08-27T00:37:50.842Z Compiling zerovec v0.11.5
15462026-08-27T00:37:50.894Z Compiling zerotrie v0.2.3
15472026-08-27T00:37:50.969Z Compiling scroll v0.13.0
15482026-08-27T00:37:50.984Z Compiling openssl-macros v0.1.1
15492026-08-27T00:37:51.199Z Compiling goblin v0.10.5
15502026-08-27T00:37:51.215Z Compiling darling v0.20.11
15512026-08-27T00:37:51.256Z Compiling packed_struct_codegen v0.10.1
15522026-08-27T00:37:51.292Z Compiling thiserror v2.0.18
15532026-08-27T00:37:51.310Z Compiling tinystr v0.8.2
15542026-08-27T00:37:51.327Z Compiling potential_utf v0.1.4
15552026-08-27T00:37:51.376Z Compiling bitfield-macros v0.19.4
15562026-08-27T00:37:51.414Z Compiling clap_derive v4.6.1
15572026-08-27T00:37:51.432Z Compiling zerocopy-derive v0.6.6
15582026-08-27T00:37:51.448Z Compiling icu_collections v2.1.1
15592026-08-27T00:37:51.451Z Compiling tracing v0.1.44
15602026-08-27T00:37:51.508Z Compiling icu_locale_core v2.1.1
15612026-08-27T00:37:51.755Z Compiling num_threads v0.1.7
15622026-08-27T00:37:51.870Z Compiling unarray v0.1.4
15632026-08-27T00:37:51.935Z Compiling thiserror v1.0.69
15642026-08-27T00:37:51.964Z Compiling time v0.3.47
15652026-08-27T00:37:51.967Z Compiling flate2 v1.1.9
15662026-08-27T00:37:51.998Z Compiling dtrace-parser v0.3.0
15672026-08-27T00:37:52.051Z Compiling derive_builder_core v0.20.2
15682026-08-27T00:37:52.136Z Compiling bitfield v0.19.4
15692026-08-27T00:37:52.314Z Compiling icu_provider v2.1.1
15702026-08-27T00:37:52.385Z Compiling zerocopy v0.6.6
15712026-08-27T00:37:52.406Z Compiling zeroize v1.9.0
15722026-08-27T00:37:52.426Z Compiling bytes v1.11.1
15732026-08-27T00:37:52.463Z Compiling chrono v0.4.45
15742026-08-27T00:37:52.493Z Compiling ipnet v2.12.0
15752026-08-27T00:37:52.628Z Compiling icu_normalizer v2.1.1
15762026-08-27T00:37:52.725Z Compiling icu_properties v2.1.2
15772026-08-27T00:37:52.759Z Compiling der v0.7.10
15782026-08-27T00:37:52.851Z Compiling rustls-pki-types v1.14.0
15792026-08-27T00:37:52.903Z Compiling tokio v1.52.1
15802026-08-27T00:37:53.007Z Compiling http v1.4.2
15812026-08-27T00:37:53.039Z Compiling hybrid-array v0.4.13
15822026-08-27T00:37:53.188Z Compiling block-buffer v0.10.4
15832026-08-27T00:37:53.210Z Compiling crypto-common v0.1.7
15842026-08-27T00:37:53.250Z Compiling hex v0.4.3
15852026-08-27T00:37:53.319Z Compiling serde_spanned v0.6.9
15862026-08-27T00:37:53.375Z Compiling digest v0.10.7
15872026-08-27T00:37:53.390Z Compiling toml_datetime v0.6.11
15882026-08-27T00:37:53.476Z Compiling ppv-lite86 v0.2.21
15892026-08-27T00:37:53.576Z Compiling idna_adapter v1.2.1
15902026-08-27T00:37:53.631Z Compiling spki v0.7.3
15912026-08-27T00:37:53.660Z Compiling http-body v1.0.1
15922026-08-27T00:37:53.668Z Compiling sha2 v0.10.9
15932026-08-27T00:37:53.738Z Compiling idna v1.1.0
15942026-08-27T00:37:53.780Z Compiling rand_chacha v0.9.0
15952026-08-27T00:37:53.824Z Compiling pkcs8 v0.10.2
15962026-08-27T00:37:53.839Z Compiling rand_chacha v0.3.1
15972026-08-27T00:37:53.844Z Compiling signature v2.2.0
15982026-08-27T00:37:53.845Z Compiling hmac v0.12.1
15992026-08-27T00:37:53.890Z Compiling http-body-util v0.1.3
16002026-08-27T00:37:53.936Z Compiling dof v0.4.0
16012026-08-27T00:37:53.962Z Compiling clap v4.6.1
16022026-08-27T00:37:54.043Z Compiling url v2.5.8
16032026-08-27T00:37:54.055Z Compiling rand v0.9.2
16042026-08-27T00:37:54.068Z Compiling rand v0.8.6
16052026-08-27T00:37:54.105Z Compiling pkcs1 v0.7.5
16062026-08-27T00:37:54.392Z Compiling array-init v0.0.4
16072026-08-27T00:37:54.429Z Compiling scroll_derive v0.12.1
16082026-08-27T00:37:54.491Z Compiling structmeta-derive v0.3.0
16092026-08-27T00:37:54.595Z Compiling crc v3.4.0
16102026-08-27T00:37:54.620Z Compiling proptest v1.11.0
16112026-08-27T00:37:54.811Z Compiling smallvec v0.6.14
16122026-08-27T00:37:54.829Z Compiling darling_core v0.23.0
16132026-08-27T00:37:54.859Z Compiling heapless v0.7.17
16142026-08-27T00:37:54.934Z Compiling slog v2.8.2
16152026-08-27T00:37:55.014Z Compiling thread-id v5.1.0
16162026-08-27T00:37:55.046Z Compiling env_filter v2.0.0
16172026-08-27T00:37:55.092Z Compiling syn v3.0.3
16182026-08-27T00:37:55.112Z Compiling cookie v0.18.1
16192026-08-27T00:37:55.148Z Compiling iri-string v0.7.10
16202026-08-27T00:37:55.162Z Compiling anyhow v1.0.104
16212026-08-27T00:37:55.186Z Compiling base64 v0.21.7
16222026-08-27T00:37:55.207Z Compiling signal-hook v0.3.18
16232026-08-27T00:37:55.320Z Compiling unicode-properties v0.1.4
16242026-08-27T00:37:55.357Z Compiling ipnetwork v0.21.1
16252026-08-27T00:37:55.391Z Compiling unicode-bidi v0.3.18
16262026-08-27T00:37:55.496Z Compiling winnow v0.5.40
16272026-08-27T00:37:55.515Z Compiling hashbrown v0.12.3
16282026-08-27T00:37:55.525Z Compiling gimli v0.32.3
16292026-08-27T00:37:55.539Z Compiling zstd-safe v7.2.4
16302026-08-27T00:37:55.555Z Compiling allocator-api2 v0.2.21
16312026-08-27T00:37:55.675Z Compiling ryu v1.0.23
16322026-08-27T00:37:55.779Z Compiling stringprep v0.1.5
16332026-08-27T00:37:55.797Z Compiling structmeta v0.3.0
16342026-08-27T00:37:55.871Z Compiling rsa v0.9.10
16352026-08-27T00:37:55.897Z Compiling serde_urlencoded v0.7.1
16362026-08-27T00:37:55.900Z Compiling oxnet v0.1.6
16372026-08-27T00:37:56.013Z Compiling ron v0.8.1
16382026-08-27T00:37:56.179Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16392026-08-27T00:37:56.229Z Compiling env_logger v0.11.11
16402026-08-27T00:37:56.303Z Compiling scroll v0.12.0
16412026-08-27T00:37:56.427Z Compiling serde-hex v0.1.0
16422026-08-27T00:37:56.632Z Compiling camino v1.2.5
16432026-08-27T00:37:56.740Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16442026-08-27T00:37:56.940Z Compiling tokio-util v0.7.18
16452026-08-27T00:37:56.986Z Compiling tower v0.5.3
16462026-08-27T00:37:57.000Z Compiling toml_edit v0.19.15
16472026-08-27T00:37:57.017Z Compiling tokio-native-tls v0.3.1
16482026-08-27T00:37:57.214Z Compiling newtype-uuid v1.3.2
16492026-08-27T00:37:57.277Z Compiling addr2line v0.25.1
16502026-08-27T00:37:57.391Z Compiling darling_macro v0.23.0
16512026-08-27T00:37:57.484Z Compiling tower-http v0.6.8
16522026-08-27T00:37:57.555Z Compiling bzip2 v0.4.4
16532026-08-27T00:37:57.570Z Compiling x509-cert v0.2.5
16542026-08-27T00:37:57.626Z Compiling block-buffer v0.12.1
16552026-08-27T00:37:57.779Z Compiling h2 v0.4.15
16562026-08-27T00:37:57.843Z Compiling block-padding v0.4.2
16572026-08-27T00:37:57.901Z Compiling crypto-common v0.2.2
16582026-08-27T00:37:57.917Z Compiling hashbrown v0.13.2
16592026-08-27T00:37:58.006Z Compiling md-5 v0.10.6
16602026-08-27T00:37:58.027Z Compiling rustls-native-certs v0.8.3
16612026-08-27T00:37:58.189Z Compiling derive_builder_macro v0.20.2
16622026-08-27T00:37:58.206Z Compiling erased-serde v0.3.31
16632026-08-27T00:37:58.335Z Compiling serde_tokenstream v0.2.3
16642026-08-27T00:37:58.418Z Compiling bstr v1.12.1
16652026-08-27T00:37:58.599Z Compiling daft-derive v0.1.8
16662026-08-27T00:37:58.665Z Compiling pin-project-internal v1.1.11
16672026-08-27T00:37:58.687Z Compiling async-trait v0.1.89
16682026-08-27T00:37:58.725Z Compiling zerocopy-derive v0.7.35
16692026-08-27T00:37:58.763Z Compiling curve25519-dalek v4.1.3
16702026-08-27T00:37:58.989Z Compiling vergen-lib v9.1.0
16712026-08-27T00:37:59.083Z Compiling hash32 v0.2.1
16722026-08-27T00:37:59.124Z Compiling memoffset v0.9.1
16732026-08-27T00:37:59.183Z Compiling encoding_rs v0.8.35
16742026-08-27T00:37:59.197Z Compiling mime v0.3.17
16752026-08-27T00:37:59.286Z Compiling owo-colors v4.3.0
16762026-08-27T00:37:59.335Z Compiling fallible-iterator v0.2.0
16772026-08-27T00:37:59.348Z Compiling smoltcp v0.9.1
16782026-08-27T00:37:59.489Z Compiling psl-types v2.0.11
16792026-08-27T00:37:59.616Z Compiling litrs v1.0.0
16802026-08-27T00:37:59.629Z Compiling ref-cast v1.0.25
16812026-08-27T00:37:59.645Z Compiling crc-any v2.5.0
16822026-08-27T00:37:59.670Z Compiling rustc-demangle v0.1.27
16832026-08-27T00:37:59.682Z Compiling cfg_aliases v0.2.1
16842026-08-27T00:37:59.686Z Compiling rustix v0.38.44
16852026-08-27T00:37:59.747Z Compiling zerocopy v0.7.35
16862026-08-27T00:37:59.771Z Compiling nix v0.31.2
16872026-08-27T00:37:59.785Z Compiling postgres-protocol v0.6.10
16882026-08-27T00:37:59.821Z Compiling pin-project v1.1.11
16892026-08-27T00:37:59.941Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16902026-08-27T00:37:59.960Z Compiling publicsuffix v2.3.0
16912026-08-27T00:38:00.034Z Compiling daft v0.1.8
16922026-08-27T00:38:00.130Z Compiling backtrace v0.3.76
16932026-08-27T00:38:00.180Z Compiling document-features v0.2.12
16942026-08-27T00:38:00.273Z Compiling derive_builder v0.20.2
16952026-08-27T00:38:00.348Z Compiling toml v0.7.8
16962026-08-27T00:38:00.375Z Compiling object v0.30.4
16972026-08-27T00:38:00.390Z Compiling inout v0.2.2
16982026-08-27T00:38:00.406Z Compiling darling v0.23.0
16992026-08-27T00:38:00.417Z Compiling zip v0.6.6
17002026-08-27T00:38:00.455Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17012026-08-27T00:38:00.591Z Compiling goblin v0.8.2
17022026-08-27T00:38:00.752Z Compiling derive-ex v0.1.8
17032026-08-27T00:38:00.757Z Compiling futures-executor v0.3.32
17042026-08-27T00:38:00.796Z Compiling hubpack_derive v0.1.1
17052026-08-27T00:38:00.906Z Compiling regex v1.12.3
17062026-08-27T00:38:00.971Z Compiling hyper v1.10.1
17072026-08-27T00:38:01.036Z Compiling convert_case v0.10.0
17082026-08-27T00:38:01.058Z Compiling ref-cast-impl v1.0.25
17092026-08-27T00:38:01.070Z Compiling curve25519-dalek-derive v0.1.1
17102026-08-27T00:38:01.130Z Compiling strum_macros v0.27.2
17112026-08-27T00:38:01.277Z Compiling snafu-derive v0.8.9
17122026-08-27T00:38:01.288Z Compiling phf_shared v0.13.1
17132026-08-27T00:38:01.331Z Compiling cargo-platform v0.3.2
17142026-08-27T00:38:01.345Z Compiling vergen v9.1.0
17152026-08-27T00:38:01.362Z Compiling ff v0.13.1
17162026-08-27T00:38:01.522Z Compiling fs-err v3.3.0
17172026-08-27T00:38:01.548Z Compiling base16ct v0.2.0
17182026-08-27T00:38:01.556Z Compiling libbz2-rs-sys v0.2.2
17192026-08-27T00:38:01.629Z Compiling foldhash v0.2.0
17202026-08-27T00:38:01.646Z Compiling jiff-core v0.1.0
17212026-08-27T00:38:01.733Z Compiling is_ci v1.2.0
17222026-08-27T00:38:01.750Z Compiling bumpalo v3.20.2
17232026-08-27T00:38:01.764Z Compiling either v1.15.0
17242026-08-27T00:38:01.873Z Compiling bitflags v1.3.2
17252026-08-27T00:38:01.888Z Compiling managed v0.8.0
17262026-08-27T00:38:01.956Z Compiling foldhash v0.1.5
17272026-08-27T00:38:01.994Z Compiling same-file v1.0.6
17282026-08-27T00:38:02.010Z Compiling path-slash v0.1.5
17292026-08-27T00:38:02.032Z Compiling bzip2 v0.6.1
17302026-08-27T00:38:02.124Z Compiling hyper-util v0.1.20
17312026-08-27T00:38:02.148Z Compiling walkdir v2.5.0
17322026-08-27T00:38:02.181Z Compiling hashbrown v0.15.5
17332026-08-27T00:38:02.243Z Compiling zopfli v0.8.3
17342026-08-27T00:38:02.257Z Compiling supports-color v3.0.2
17352026-08-27T00:38:02.474Z Compiling jiff v0.2.34
17362026-08-27T00:38:02.485Z Compiling hashbrown v0.16.1
17372026-08-27T00:38:02.489Z Compiling test-strategy v0.4.5
17382026-08-27T00:38:02.632Z Compiling textwrap v0.16.2
17392026-08-27T00:38:02.744Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17402026-08-27T00:38:02.920Z Compiling dof v0.3.0
17412026-08-27T00:38:03.079Z Compiling sec1 v0.7.3
17422026-08-27T00:38:03.140Z Compiling cargo_metadata v0.23.1
17432026-08-27T00:38:03.175Z Compiling strum v0.27.2
17442026-08-27T00:38:03.220Z Compiling group v0.13.0
17452026-08-27T00:38:03.239Z Compiling snafu v0.8.9
17462026-08-27T00:38:03.308Z Compiling phf v0.13.1
17472026-08-27T00:38:03.331Z Compiling derive_more-impl v2.1.1
17482026-08-27T00:38:03.379Z Compiling hubpack v0.1.2
17492026-08-27T00:38:03.419Z Compiling cookie_store v0.22.1
17502026-08-27T00:38:03.621Z Compiling hyper-tls v0.6.0
17512026-08-27T00:38:03.639Z Compiling signal-hook-mio v0.2.5
17522026-08-27T00:38:03.657Z Compiling futures v0.3.32
17532026-08-27T00:38:03.746Z Compiling zstd v0.13.3
17542026-08-27T00:38:03.763Z Compiling backtrace-ext v0.2.1
17552026-08-27T00:38:03.860Z Compiling reqwest v0.12.28
17562026-08-27T00:38:03.875Z Compiling cipher v0.5.2
17572026-08-27T00:38:03.906Z Compiling serde_with_macros v3.21.0
17582026-08-27T00:38:04.030Z Compiling postgres-types v0.2.12
17592026-08-27T00:38:04.090Z Compiling globset v0.4.18
17602026-08-27T00:38:04.142Z Compiling usdt-macro v0.6.0
17612026-08-27T00:38:04.179Z Compiling usdt-attr-macro v0.6.0
17622026-08-27T00:38:04.199Z Compiling byte-wrapper v0.1.0
17632026-08-27T00:38:04.518Z Compiling hkdf v0.12.4
17642026-08-27T00:38:04.530Z Compiling ed25519 v2.2.3
17652026-08-27T00:38:04.549Z Compiling crypto-bigint v0.5.5
17662026-08-27T00:38:04.594Z Compiling olpc-cjson v0.1.4
17672026-08-27T00:38:04.706Z Compiling serde_plain v1.0.2
17682026-08-27T00:38:04.775Z Compiling serde-big-array v0.5.1
17692026-08-27T00:38:04.788Z Compiling dtrace-parser v0.2.0
17702026-08-27T00:38:04.793Z Compiling miette-derive v7.6.0
17712026-08-27T00:38:04.964Z Compiling serde_repr v0.1.20
17722026-08-27T00:38:04.979Z Compiling strum_macros v0.26.4
17732026-08-27T00:38:05.001Z Compiling enum-as-inner v0.6.1
17742026-08-27T00:38:05.073Z Compiling async-recursion v1.1.1
17752026-08-27T00:38:05.128Z Compiling phf_shared v0.11.3
17762026-08-27T00:38:05.149Z Compiling float-cmp v0.10.0
17772026-08-27T00:38:05.316Z Compiling pem v3.0.6
17782026-08-27T00:38:05.332Z Compiling memmap2 v0.9.10
17792026-08-27T00:38:05.514Z Compiling thread-id v4.2.2
17802026-08-27T00:38:05.530Z Compiling typed-path v0.9.3
17812026-08-27T00:38:05.544Z Compiling whoami v2.1.0
17822026-08-27T00:38:05.559Z Compiling data-encoding v2.10.0
17832026-08-27T00:38:05.569Z Compiling normalize-line-endings v0.3.0
17842026-08-27T00:38:05.609Z Compiling supports-hyperlinks v3.2.0
17852026-08-27T00:38:05.662Z Compiling new_debug_unreachable v1.0.6
17862026-08-27T00:38:05.681Z Compiling winnow v1.0.3
17872026-08-27T00:38:05.746Z Compiling fixedbitset v0.4.2
17882026-08-27T00:38:05.782Z Compiling const-oid v0.10.2
17892026-08-27T00:38:05.797Z Compiling cpufeatures v0.3.0
17902026-08-27T00:38:05.812Z Compiling predicates-core v1.0.10
17912026-08-27T00:38:05.826Z Compiling keccak v0.1.6
17922026-08-27T00:38:05.890Z Compiling static_assertions v1.1.0
17932026-08-27T00:38:05.954Z Compiling difflib v0.4.0
17942026-08-27T00:38:05.975Z Compiling precomputed-hash v0.1.1
17952026-08-27T00:38:05.990Z Compiling supports-unicode v3.0.0
17962026-08-27T00:38:06.010Z Compiling fixedbitset v0.5.7
17972026-08-27T00:38:06.017Z Compiling toml_edit v0.22.27
17982026-08-27T00:38:06.032Z Compiling sha3 v0.10.8
17992026-08-27T00:38:06.082Z Compiling string_cache v0.8.9
18002026-08-27T00:38:06.097Z Compiling miette v7.6.0
18012026-08-27T00:38:06.148Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18022026-08-27T00:38:06.414Z Compiling petgraph v0.8.3
18032026-08-27T00:38:06.420Z Compiling predicates v3.1.4
18042026-08-27T00:38:06.420Z Compiling digest v0.11.3
18052026-08-27T00:38:06.517Z Compiling petgraph v0.6.5
18062026-08-27T00:38:06.521Z Compiling chacha20 v0.10.0
18072026-08-27T00:38:06.601Z Compiling hickory-proto v0.25.2
18082026-08-27T00:38:06.634Z Compiling tokio-postgres v0.7.16
18092026-08-27T00:38:06.739Z Compiling toml_parser v1.1.2+spec-1.1.0
18102026-08-27T00:38:06.801Z Compiling usdt-impl v0.5.0
18112026-08-27T00:38:06.822Z Compiling strum v0.26.3
18122026-08-27T00:38:06.837Z Compiling elliptic-curve v0.13.8
18132026-08-27T00:38:06.943Z Compiling usdt v0.6.0
18142026-08-27T00:38:06.975Z Compiling serde_with v3.21.0
18152026-08-27T00:38:06.997Z Compiling crossterm v0.28.1
18162026-08-27T00:38:07.209Z Compiling ed25519-dalek v2.2.0
18172026-08-27T00:38:07.263Z Compiling zip v4.6.1
18182026-08-27T00:38:07.294Z Compiling derive_more v2.1.1
18192026-08-27T00:38:07.385Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18202026-08-27T00:38:07.747Z Compiling iddqd v0.4.2
18212026-08-27T00:38:07.838Z Compiling itertools v0.13.0
18222026-08-27T00:38:08.059Z Compiling itertools v0.15.0
18232026-08-27T00:38:08.223Z Compiling similar v2.7.0
18242026-08-27T00:38:08.238Z Compiling tokio-stream v0.1.18
18252026-08-27T00:38:08.285Z Compiling crossbeam-epoch v0.9.18
18262026-08-27T00:38:08.317Z Compiling buf-list v1.1.2
18272026-08-27T00:38:08.684Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-27T00:38:08.689Z Compiling openapiv3 v2.2.0
18292026-08-27T00:38:08.724Z Compiling heck v0.4.1
18302026-08-27T00:38:08.800Z Compiling lalrpop-util v0.19.12
18312026-08-27T00:38:08.827Z Compiling peg-runtime v0.8.5
18322026-08-27T00:38:08.864Z Compiling thread_local v1.1.9
18332026-08-27T00:38:08.931Z Compiling slog-async v2.8.0
18342026-08-27T00:38:08.942Z Compiling crossbeam-channel v0.5.15
18352026-08-27T00:38:08.960Z Compiling is-terminal v0.4.17
18362026-08-27T00:38:09.020Z Compiling filetime v0.2.27
18372026-08-27T00:38:09.034Z Compiling term v1.2.1
18382026-08-27T00:38:09.082Z Compiling xattr v1.6.1
18392026-08-27T00:38:09.088Z Compiling take_mut v0.2.2
18402026-08-27T00:38:09.136Z Compiling camino-tempfile v1.4.1
18412026-08-27T00:38:09.208Z Compiling tar v0.4.46
18422026-08-27T00:38:09.335Z Compiling slog-term v2.9.2
18432026-08-27T00:38:29.178Z Compiling rustls-webpki v0.103.13
18442026-08-27T00:38:29.215Z Compiling tokio-rustls v0.26.4
18452026-08-27T00:38:29.215Z Compiling rustls-platform-verifier v0.6.2
18462026-08-27T00:38:29.215Z Compiling tough v0.22.0
18472026-08-27T00:38:29.354Z Compiling hyper-rustls v0.27.7
18482026-08-27T00:38:29.511Z Compiling reqwest v0.13.2
18492026-08-27T00:38:31.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502026-08-27T00:38:31.905Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18512026-08-27T00:38:34.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.43s
18522026-08-27T00:38:34.906Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18532026-08-27T00:38:34.961ZAug 27 00:38:33.821 INFO Starting download, target: DendriteStub
18542026-08-27T00:38:34.961ZAug 27 00:38:33.822 INFO Starting download, target: Clickhouse
18552026-08-27T00:38:34.961ZAug 27 00:38:33.822 INFO Starting download, target: MaghemiteMgd
18562026-08-27T00:38:34.961ZAug 27 00:38:33.822 INFO Starting download, target: Console
18572026-08-27T00:38:34.961ZAug 27 00:38:33.822 INFO Starting download, target: Cockroach
18582026-08-27T00:38:34.961ZAug 27 00:38:33.822 INFO Starting download, target: MaghemiteDdmd
18592026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Starting download, target: TransceiverControl
18602026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18612026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18622026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18632026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18642026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18652026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18662026-08-27T00:38:34.971ZAug 27 00:38:33.822 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18672026-08-27T00:38:36.712ZAug 27 00:38:35.573 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18682026-08-27T00:38:36.955ZAug 27 00:38:35.818 INFO Download complete, target: Console
18692026-08-27T00:38:37.536ZAug 27 00:38:36.399 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18702026-08-27T00:38:44.145ZAug 27 00:38:43.008 INFO Checking that binary works, target: Clickhouse
18712026-08-27T00:38:44.233ZAug 27 00:38:43.096 INFO Download complete, target: Clickhouse
18722026-08-27T00:39:05.744ZAug 27 00:39:04.585 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18732026-08-27T00:39:06.108ZAug 27 00:39:04.796 INFO Download complete, target: TransceiverControl
18742026-08-27T00:39:13.918ZAug 27 00:39:12.758 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18752026-08-27T00:39:14.351ZAug 27 00:39:13.167 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18762026-08-27T00:39:14.419ZAug 27 00:39:13.242 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18772026-08-27T00:39:15.183ZAug 27 00:39:14.031 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18782026-08-27T00:39:15.184ZAug 27 00:39:14.031 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18792026-08-27T00:39:15.867ZAug 27 00:39:14.729 INFO Download complete, target: MaghemiteDdmd
18802026-08-27T00:39:17.027ZAug 27 00:39:15.889 INFO Download complete, target: DendriteStub
18812026-08-27T00:39:17.077ZAug 27 00:39:15.939 INFO Download complete, target: MaghemiteMgd
18822026-08-27T00:39:19.806ZAug 27 00:39:18.669 INFO Checking that binary works, target: Cockroach
18832026-08-27T00:39:19.929ZAug 27 00:39:18.792 INFO Download complete, target: Cockroach
18842026-08-27T00:39:19.934ZAll prerequisites installed successfully
18852026-08-27T00:39:19.938Z
18862026-08-27T00:39:19.938Zreal 2:06.934258593
18872026-08-27T00:39:19.938Zuser 7:17.801188914
18882026-08-27T00:39:19.938Zsys 1:43.906141282
18892026-08-27T00:39:19.938Ztrap 0.260856305
18902026-08-27T00:39:19.938Ztflt 0.864007396
18912026-08-27T00:39:19.939Zdflt 1.486340999
18922026-08-27T00:39:19.939Zkflt 0.024270134
18932026-08-27T00:39:19.939Zlock 40:09.052875412
18942026-08-27T00:39:19.939Zslp 20:57.328907348
18952026-08-27T00:39:19.939Zlat 24.926245885
18962026-08-27T00:39:19.939Zstop 2:55.379185124
18972026-08-27T00:39:19.939Z+ source ./tools/include/force-git-over-https.sh
18982026-08-27T00:39:19.939Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18992026-08-27T00:39:19.939Z++ (( i = 0 ))
19002026-08-27T00:39:19.939Z++ (( i < 5 ))
19012026-08-27T00:39:19.939Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19022026-08-27T00:39:19.952Z++ (( i++ ))
19032026-08-27T00:39:19.952Z++ (( i < 5 ))
19042026-08-27T00:39:19.952Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19052026-08-27T00:39:19.952Z++ (( i++ ))
19062026-08-27T00:39:19.952Z++ (( i < 5 ))
19072026-08-27T00:39:19.952Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19082026-08-27T00:39:19.952Z++ (( i++ ))
19092026-08-27T00:39:19.952Z++ (( i < 5 ))
19102026-08-27T00:39:19.952Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19112026-08-27T00:39:19.952Z++ (( i++ ))
19122026-08-27T00:39:19.952Z++ (( i < 5 ))
19132026-08-27T00:39:19.952Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19142026-08-27T00:39:19.958Z++ (( i++ ))
19152026-08-27T00:39:19.958Z++ (( i < 5 ))
19162026-08-27T00:39:19.958Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-27T00:39:19.958Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-08-27T00:39:19.958Z+ rc=0
19192026-08-27T00:39:19.958Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19202026-08-27T00:39:29.067Z+ case $rc in
19212026-08-27T00:39:29.067Z+ pfexec zfs create -p rpool/images/build/host
19222026-08-27T00:39:29.266Z+ pfexec zfs create -p rpool/images/build/recovery
19232026-08-27T00:39:29.342Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19242026-08-27T00:39:29.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19252026-08-27T00:39:29.813Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19262026-08-27T00:39:30.655Z Compiling proc-macro2 v1.0.106
19272026-08-27T00:39:30.658Z Compiling quote v1.0.45
19282026-08-27T00:39:30.658Z Compiling unicode-ident v1.0.24
19292026-08-27T00:39:30.658Z Compiling serde_core v1.0.228
19302026-08-27T00:39:30.658Z Compiling libc v0.2.185
19312026-08-27T00:39:30.658Z Compiling serde v1.0.228
19322026-08-27T00:39:30.658Z Compiling cfg-if v1.0.4
19332026-08-27T00:39:30.658Z Compiling shlex v1.3.0
19342026-08-27T00:39:30.659Z Compiling find-msvc-tools v0.1.9
19352026-08-27T00:39:30.659Z Compiling autocfg v1.5.0
19362026-08-27T00:39:30.790Z Compiling version_check v0.9.5
19372026-08-27T00:39:30.794Z Compiling zerocopy v0.8.55
19382026-08-27T00:39:30.813Z Compiling portable-atomic v1.13.1
19392026-08-27T00:39:30.819Z Compiling memchr v2.8.0
19402026-08-27T00:39:30.819Z Compiling zmij v1.0.21
19412026-08-27T00:39:31.030Z Compiling serde_json v1.0.151
19422026-08-27T00:39:31.047Z Compiling libm v0.2.16
19432026-08-27T00:39:31.142Z Compiling getrandom v0.4.3
19442026-08-27T00:39:31.202Z Compiling generic-array v0.14.7
19452026-08-27T00:39:31.208Z Compiling parking_lot_core v0.9.12
19462026-08-27T00:39:31.237Z Compiling num-traits v0.2.19
19472026-08-27T00:39:31.281Z Compiling pkg-config v0.3.32
19482026-08-27T00:39:31.296Z Compiling icu_properties_data v2.1.2
19492026-08-27T00:39:31.299Z Compiling icu_normalizer_data v2.1.1
19502026-08-27T00:39:31.372Z Compiling smallvec v1.15.1
19512026-08-27T00:39:31.416Z Compiling rustix v1.1.4
19522026-08-27T00:39:31.438Z Compiling log v0.4.33
19532026-08-27T00:39:31.456Z Compiling itoa v1.0.17
19542026-08-27T00:39:31.478Z Compiling getrandom v0.3.4
19552026-08-27T00:39:31.546Z Compiling subtle v2.6.1
19562026-08-27T00:39:31.641Z Compiling stable_deref_trait v1.2.1
19572026-08-27T00:39:31.694Z Compiling scopeguard v1.2.0
19582026-08-27T00:39:31.724Z Compiling typenum v1.20.1
19592026-08-27T00:39:31.771Z Compiling heck v0.5.0
19602026-08-27T00:39:31.789Z Compiling lock_api v0.4.14
19612026-08-27T00:39:31.789Z Compiling critical-section v1.2.0
19622026-08-27T00:39:31.821Z Compiling jobserver v0.1.34
19632026-08-27T00:39:31.826Z Compiling errno v0.3.14
19642026-08-27T00:39:31.946Z Compiling rand_core v0.10.0
19652026-08-27T00:39:31.962Z Compiling thiserror v2.0.18
19662026-08-27T00:39:32.052Z Compiling cc v1.2.56
19672026-08-27T00:39:32.082Z Compiling syn v2.0.117
19682026-08-27T00:39:32.169Z Compiling getrandom v0.2.17
19692026-08-27T00:39:32.230Z Compiling dunce v1.0.5
19702026-08-27T00:39:32.246Z Compiling fs_extra v1.3.0
19712026-08-27T00:39:32.321Z Compiling rand_core v0.6.4
19722026-08-27T00:39:32.343Z Compiling once_cell v1.21.3
19732026-08-27T00:39:32.358Z Compiling percent-encoding v2.3.2
19742026-08-27T00:39:32.372Z Compiling litemap v0.8.1
19752026-08-27T00:39:32.401Z Compiling writeable v0.6.2
19762026-08-27T00:39:32.535Z Compiling const-oid v0.9.6
19772026-08-27T00:39:32.673Z Compiling pin-project-lite v0.2.17
19782026-08-27T00:39:32.676Z Compiling schemars v0.8.22
19792026-08-27T00:39:32.810Z Compiling cmake v0.1.57
19802026-08-27T00:39:32.822Z Compiling equivalent v1.0.2
19812026-08-27T00:39:32.826Z Compiling signal-hook-registry v1.4.8
19822026-08-27T00:39:32.904Z Compiling aws-lc-rs v1.16.3
19832026-08-27T00:39:32.919Z Compiling futures-core v0.3.32
19842026-08-27T00:39:32.972Z Compiling rustversion v1.0.22
19852026-08-27T00:39:33.071Z Compiling bitflags v2.11.0
19862026-08-27T00:39:33.088Z Compiling semver v1.0.28
19872026-08-27T00:39:33.238Z Compiling parking_lot v0.12.5
19882026-08-27T00:39:33.300Z Compiling mio v1.2.0
19892026-08-27T00:39:33.388Z Compiling aws-lc-sys v0.40.0
19902026-08-27T00:39:33.441Z Compiling utf8_iter v1.0.4
19912026-08-27T00:39:33.473Z Compiling crc32fast v1.5.0
19922026-08-27T00:39:33.621Z Compiling form_urlencoded v1.2.2
19932026-08-27T00:39:33.710Z Compiling syn v1.0.109
19942026-08-27T00:39:33.741Z Compiling byteorder v1.5.0
19952026-08-27T00:39:33.758Z Compiling hashbrown v0.17.0
19962026-08-27T00:39:33.909Z Compiling vcpkg v0.2.15
19972026-08-27T00:39:33.926Z Compiling fnv v1.0.7
19982026-08-27T00:39:33.949Z Compiling strsim v0.11.1
19992026-08-27T00:39:34.151Z Compiling socket2 v0.6.3
20002026-08-27T00:39:34.320Z Compiling httparse v1.10.1
20012026-08-27T00:39:34.347Z Compiling radium v0.7.0
20022026-08-27T00:39:34.362Z Compiling futures-sink v0.3.32
20032026-08-27T00:39:34.487Z Compiling indexmap v2.14.0
20042026-08-27T00:39:34.504Z Compiling futures-channel v0.3.32
20052026-08-27T00:39:34.507Z Compiling openssl-sys v0.9.117
20062026-08-27T00:39:34.543Z Compiling slab v0.4.12
20072026-08-27T00:39:34.568Z Compiling futures-io v0.3.32
20082026-08-27T00:39:34.588Z Compiling iana-time-zone v0.1.65
20092026-08-27T00:39:34.641Z Compiling futures-task v0.3.32
20102026-08-27T00:39:34.662Z Compiling thiserror v1.0.69
20112026-08-27T00:39:34.718Z Compiling base64 v0.22.1
20122026-08-27T00:39:34.742Z Compiling maybe-uninit v2.0.0
20132026-08-27T00:39:34.875Z Compiling synstructure v0.13.2
20142026-08-27T00:39:34.907Z Compiling serde_derive_internals v0.29.1
20152026-08-27T00:39:34.926Z Compiling rustls v0.23.41
20162026-08-27T00:39:34.979Z Compiling rustc_version v0.4.1
20172026-08-27T00:39:35.224Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-27T00:39:35.265Z Compiling uuid v1.23.4
20192026-08-27T00:39:35.283Z Compiling ahash v0.8.12
20202026-08-27T00:39:35.287Z Compiling ident_case v1.0.1
20212026-08-27T00:39:35.317Z Compiling ucd-trie v0.1.7
20222026-08-27T00:39:35.333Z Compiling num-bigint-dig v0.8.6
20232026-08-27T00:39:35.354Z Compiling base64ct v1.8.3
20242026-08-27T00:39:35.408Z Compiling regex-syntax v0.8.10
20252026-08-27T00:39:35.427Z Compiling packed_struct v0.10.1
20262026-08-27T00:39:35.430Z Compiling rand_core v0.9.5
20272026-08-27T00:39:35.479Z Compiling pest v2.8.6
20282026-08-27T00:39:35.584Z Compiling openssl v0.10.80
20292026-08-27T00:39:35.603Z Compiling fastrand v2.3.0
20302026-08-27T00:39:35.709Z Compiling pem-rfc7468 v0.7.0
20312026-08-27T00:39:35.740Z Compiling flagset v0.4.7
20322026-08-27T00:39:35.743Z Compiling dyn-clone v1.0.20
20332026-08-27T00:39:35.848Z Compiling tempfile v3.27.0
20342026-08-27T00:39:35.896Z Compiling indexmap v1.9.3
20352026-08-27T00:39:35.926Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20362026-08-27T00:39:35.959Z Compiling simd-adler32 v0.3.8
20372026-08-27T00:39:36.006Z Compiling native-tls v0.2.18
20382026-08-27T00:39:36.131Z Compiling serde_derive v1.0.228
20392026-08-27T00:39:36.148Z Compiling zeroize_derive v1.5.0
20402026-08-27T00:39:36.221Z Compiling zerocopy-derive v0.8.55
20412026-08-27T00:39:36.237Z Compiling zerofrom-derive v0.1.6
20422026-08-27T00:39:36.241Z Compiling yoke-derive v0.8.1
20432026-08-27T00:39:36.255Z Compiling zerovec-derive v0.11.2
20442026-08-27T00:39:36.284Z Compiling displaydoc v0.2.5
20452026-08-27T00:39:36.329Z Compiling tokio-macros v2.7.0
20462026-08-27T00:39:36.353Z Compiling futures-macro v0.3.32
20472026-08-27T00:39:36.434Z Compiling thiserror-impl v2.0.18
20482026-08-27T00:39:36.582Z Compiling der_derive v0.7.3
20492026-08-27T00:39:36.651Z Compiling schemars_derive v0.8.22
20502026-08-27T00:39:36.804Z Compiling tracing-attributes v0.1.31
20512026-08-27T00:39:36.819Z Compiling thiserror-impl v1.0.69
20522026-08-27T00:39:37.010Z Compiling clap_derive v4.6.1
20532026-08-27T00:39:37.024Z Compiling pest_meta v2.8.6
20542026-08-27T00:39:37.147Z Compiling futures-util v0.3.32
20552026-08-27T00:39:37.325Z Compiling bitfield-macros v0.19.4
20562026-08-27T00:39:37.394Z Compiling zerofrom v0.1.6
20572026-08-27T00:39:37.534Z Compiling yoke v0.8.1
20582026-08-27T00:39:37.715Z Compiling zerovec v0.11.5
20592026-08-27T00:39:37.749Z Compiling zerotrie v0.2.3
20602026-08-27T00:39:37.818Z Compiling packed_struct_codegen v0.10.1
20612026-08-27T00:39:37.927Z Compiling zerocopy-derive v0.6.6
20622026-08-27T00:39:38.033Z Compiling pest_generator v2.8.6
20632026-08-27T00:39:38.303Z Compiling tinystr v0.8.2
20642026-08-27T00:39:38.306Z Compiling potential_utf v0.1.4
20652026-08-27T00:39:38.348Z Compiling openssl-macros v0.1.1
20662026-08-27T00:39:38.560Z Compiling icu_locale_core v2.1.1
20672026-08-27T00:39:38.578Z Compiling icu_collections v2.1.1
20682026-08-27T00:39:38.711Z Compiling paste v1.0.15
20692026-08-27T00:39:38.741Z Compiling cpufeatures v0.2.17
20702026-08-27T00:39:38.846Z Compiling pest_derive v2.8.6
20712026-08-27T00:39:38.870Z Compiling scroll_derive v0.13.1
20722026-08-27T00:39:39.291Z Compiling icu_provider v2.1.1
20732026-08-27T00:39:39.340Z Compiling syn v3.0.3
20742026-08-27T00:39:39.379Z Compiling crossbeam-utils v0.8.21
20752026-08-27T00:39:39.514Z Compiling zeroize v1.9.0
20762026-08-27T00:39:39.601Z Compiling bytes v1.11.1
20772026-08-27T00:39:39.758Z Compiling icu_properties v2.1.2
20782026-08-27T00:39:39.776Z Compiling icu_normalizer v2.1.1
20792026-08-27T00:39:39.810Z Compiling chrono v0.4.45
20802026-08-27T00:39:39.910Z Compiling der v0.7.10
20812026-08-27T00:39:40.275Z Compiling tokio v1.52.1
20822026-08-27T00:39:40.303Z Compiling crypto-common v0.1.7
20832026-08-27T00:39:40.350Z Compiling block-buffer v0.10.4
20842026-08-27T00:39:40.491Z Compiling digest v0.10.7
20852026-08-27T00:39:40.644Z Compiling idna_adapter v1.2.1
20862026-08-27T00:39:40.765Z Compiling idna v1.1.0
20872026-08-27T00:39:40.874Z Compiling ppv-lite86 v0.2.21
20882026-08-27T00:39:40.967Z Compiling hex v0.4.3
20892026-08-27T00:39:41.078Z Compiling spki v0.7.3
20902026-08-27T00:39:41.172Z Compiling url v2.5.8
20912026-08-27T00:39:41.286Z Compiling rand_chacha v0.9.0
20922026-08-27T00:39:41.302Z Compiling anstyle v1.0.14
20932026-08-27T00:39:41.389Z Compiling adler2 v2.0.1
20942026-08-27T00:39:41.597Z Compiling rand v0.9.2
20952026-08-27T00:39:41.628Z Compiling camino v1.2.5
20962026-08-27T00:39:41.909Z Compiling utf8parse v0.2.2
20972026-08-27T00:39:41.945Z Compiling miniz_oxide v0.8.9
20982026-08-27T00:39:42.036Z Compiling anstyle-parse v1.0.0
20992026-08-27T00:39:42.349Z Compiling pkcs8 v0.10.2
21002026-08-27T00:39:42.382Z Compiling sha2 v0.10.9
21012026-08-27T00:39:42.386Z Compiling http v1.4.2
21022026-08-27T00:39:42.448Z Compiling daft-derive v0.1.8
21032026-08-27T00:39:42.531Z Compiling rustls-pki-types v1.14.0
21042026-08-27T00:39:42.811Z Compiling terminal_size v0.4.3
21052026-08-27T00:39:43.083Z Compiling spin v0.9.8
21062026-08-27T00:39:43.099Z Compiling tinyvec_macros v0.1.1
21072026-08-27T00:39:43.119Z Compiling time-core v0.1.8
21082026-08-27T00:39:43.149Z Compiling anstyle-query v1.1.5
21092026-08-27T00:39:43.184Z Compiling is_terminal_polyfill v1.70.2
21102026-08-27T00:39:43.225Z Compiling colorchoice v1.0.4
21112026-08-27T00:39:43.272Z Compiling num-conv v0.2.0
21122026-08-27T00:39:43.288Z Compiling tinyvec v1.10.0
21132026-08-27T00:39:43.349Z Compiling anstream v1.0.0
21142026-08-27T00:39:43.365Z Compiling structmeta-derive v0.3.0
21152026-08-27T00:39:43.417Z Compiling time-macros v0.2.27
21162026-08-27T00:39:43.438Z Compiling async-trait v0.1.89
21172026-08-27T00:39:43.481Z Compiling tracing-core v0.1.36
21182026-08-27T00:39:43.715Z Compiling object v0.37.3
21192026-08-27T00:39:43.743Z Compiling cmov v0.5.4
21202026-08-27T00:39:43.758Z Compiling untrusted v0.7.1
21212026-08-27T00:39:43.899Z Compiling plain v0.2.3
21222026-08-27T00:39:43.948Z Compiling ctutils v0.4.2
21232026-08-27T00:39:43.991Z Compiling tracing v0.1.44
21242026-08-27T00:39:44.037Z Compiling http-body v1.0.1
21252026-08-27T00:39:44.262Z Compiling toml_datetime v0.6.11
21262026-08-27T00:39:44.291Z Compiling serde_spanned v0.6.9
21272026-08-27T00:39:44.328Z Compiling pin-project-internal v1.1.11
21282026-08-27T00:39:44.391Z Compiling structmeta v0.3.0
21292026-08-27T00:39:44.467Z Compiling slog v2.8.2
21302026-08-27T00:39:44.489Z Compiling tokio-util v0.7.18
21312026-08-27T00:39:44.556Z Compiling wait-timeout v0.2.1
21322026-08-27T00:39:44.597Z Compiling cookie v0.18.1
21332026-08-27T00:39:44.617Z Compiling clap_lex v1.0.0
21342026-08-27T00:39:44.645Z Compiling openssl-probe v0.2.1
21352026-08-27T00:39:44.659Z Compiling untrusted v0.9.0
21362026-08-27T00:39:44.699Z Compiling tap v1.0.1
21372026-08-27T00:39:44.759Z Compiling bit-vec v0.8.0
21382026-08-27T00:39:44.836Z Compiling quick-error v1.2.3
21392026-08-27T00:39:44.993Z Compiling zstd-safe v7.2.4
21402026-08-27T00:39:45.024Z Compiling bit-set v0.8.0
21412026-08-27T00:39:45.093Z Compiling clap_builder v4.6.0
21422026-08-27T00:39:45.213Z Compiling rusty-fork v0.3.1
21432026-08-27T00:39:45.234Z Compiling wyz v0.5.1
21442026-08-27T00:39:45.357Z Compiling derive-ex v0.1.8
21452026-08-27T00:39:45.448Z Compiling hybrid-array v0.4.13
21462026-08-27T00:39:45.483Z Compiling unicode-normalization v0.1.25
21472026-08-27T00:39:45.626Z Compiling rand_chacha v0.3.1
21482026-08-27T00:39:45.653Z Compiling signature v2.2.0
21492026-08-27T00:39:45.836Z Compiling scroll_derive v0.12.1
21502026-08-27T00:39:45.852Z Compiling rand_xorshift v0.4.0
21512026-08-27T00:39:45.869Z Compiling heapless v0.7.17
21522026-08-27T00:39:46.037Z Compiling num-integer v0.1.46
21532026-08-27T00:39:46.041Z Compiling aho-corasick v1.1.4
21542026-08-27T00:39:46.085Z Compiling rustix v0.38.44
21552026-08-27T00:39:46.100Z Compiling try-lock v0.2.5
21562026-08-27T00:39:46.130Z Compiling tower-service v0.3.3
21572026-08-27T00:39:46.228Z Compiling pretty-hex v0.4.1
21582026-08-27T00:39:46.245Z Compiling signal-hook v0.3.18
21592026-08-27T00:39:46.277Z Compiling tower-layer v0.3.3
21602026-08-27T00:39:46.379Z Compiling funty v2.0.0
21612026-08-27T00:39:46.453Z Compiling usdt-impl v0.6.0
21622026-08-27T00:39:46.481Z Compiling atomic-waker v1.1.2
21632026-08-27T00:39:46.496Z Compiling unarray v0.1.4
21642026-08-27T00:39:46.649Z Compiling zlib-rs v0.6.2
21652026-08-27T00:39:46.694Z Compiling anyhow v1.0.104
21662026-08-27T00:39:46.712Z Compiling h2 v0.4.15
21672026-08-27T00:39:46.744Z Compiling bitvec v1.0.1
21682026-08-27T00:39:46.790Z Compiling want v0.3.1
21692026-08-27T00:39:46.826Z Compiling proptest v1.11.0
21702026-08-27T00:39:46.864Z Compiling test-strategy v0.4.5
21712026-08-27T00:39:46.992Z Compiling regex-automata v0.4.14
21722026-08-27T00:39:47.029Z Compiling clap v4.6.1
21732026-08-27T00:39:47.150Z Compiling num-iter v0.1.45
21742026-08-27T00:39:47.606Z Compiling rand v0.8.6
21752026-08-27T00:39:47.973Z Compiling lazy_static v1.5.0
21762026-08-27T00:39:48.097Z Compiling ipnetwork v0.21.1
21772026-08-27T00:39:48.160Z Compiling scroll v0.13.0
21782026-08-27T00:39:48.370Z Compiling ipnet v2.12.0
21792026-08-27T00:39:48.562Z Compiling strum_macros v0.26.4
21802026-08-27T00:39:48.602Z Compiling snafu-derive v0.8.9
21812026-08-27T00:39:48.892Z Compiling flate2 v1.1.9
21822026-08-27T00:39:49.626Z Compiling darling_core v0.20.11
21832026-08-27T00:39:49.673Z Compiling darling_core v0.23.0
21842026-08-27T00:39:50.304Z Compiling winnow v0.5.40
21852026-08-27T00:39:50.347Z Compiling httpdate v1.0.3
21862026-08-27T00:39:50.479Z Compiling crc-catalog v2.4.0
21872026-08-27T00:39:50.741Z Compiling nodrop v0.1.14
21882026-08-27T00:39:50.853Z Compiling foreign-types-shared v0.1.1
21892026-08-27T00:39:50.970Z Compiling foreign-types v0.3.2
21902026-08-27T00:39:51.055Z Compiling hyper v1.10.1
21912026-08-27T00:39:51.089Z Compiling array-init v0.0.4
21922026-08-27T00:39:51.110Z Compiling crc v3.4.0
21932026-08-27T00:39:51.607Z Compiling newtype-uuid v1.3.2
21942026-08-27T00:39:51.610Z Compiling darling_macro v0.20.11
21952026-08-27T00:39:51.783Z Compiling darling_macro v0.23.0
21962026-08-27T00:39:52.137Z Compiling toml_edit v0.19.15
21972026-08-27T00:39:52.212Z Compiling goblin v0.10.5
21982026-08-27T00:39:52.291Z Compiling oxnet v0.1.6
21992026-08-27T00:39:52.519Z Compiling smallvec v0.6.14
22002026-08-27T00:39:52.872Z Compiling pkcs1 v0.7.5
22012026-08-27T00:39:53.224Z Compiling zerocopy v0.6.6
22022026-08-27T00:39:53.257Z Compiling bitfield v0.19.4
22032026-08-27T00:39:53.415Z Compiling zerocopy-derive v0.7.35
22042026-08-27T00:39:53.497Z Compiling curve25519-dalek v4.1.3
22052026-08-27T00:39:53.839Z Compiling env_filter v2.0.0
22062026-08-27T00:39:53.925Z Compiling memoffset v0.9.1
22072026-08-27T00:39:53.977Z Compiling hashbrown v0.12.3
22082026-08-27T00:39:54.067Z Compiling litrs v1.0.0
22092026-08-27T00:39:54.248Z Compiling ref-cast v1.0.25
22102026-08-27T00:39:54.262Z Compiling owo-colors v4.3.0
22112026-08-27T00:39:54.471Z Compiling base64 v0.21.7
22122026-08-27T00:39:54.552Z Compiling unicode-segmentation v1.12.0
22132026-08-27T00:39:54.586Z Compiling smoltcp v0.9.1
22142026-08-27T00:39:54.741Z Compiling ron v0.8.1
22152026-08-27T00:39:54.986Z Compiling document-features v0.2.12
22162026-08-27T00:39:55.058Z Compiling dof v0.4.0
22172026-08-27T00:39:55.155Z Compiling env_logger v0.11.11
22182026-08-27T00:39:55.294Z Compiling toml v0.7.8
22192026-08-27T00:39:55.349Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22202026-08-27T00:39:55.412Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-27T00:39:55.818Z Compiling rsa v0.9.10
22222026-08-27T00:39:55.957Z Compiling bzip2 v0.4.4
22232026-08-27T00:39:56.056Z Compiling serde-hex v0.1.0
22242026-08-27T00:39:56.101Z Compiling daft v0.1.8
22252026-08-27T00:39:56.146Z Compiling hyper-util v0.1.20
22262026-08-27T00:39:56.211Z Compiling darling v0.23.0
22272026-08-27T00:39:56.280Z Compiling darling v0.20.11
22282026-08-27T00:39:56.379Z Compiling hashbrown v0.13.2
22292026-08-27T00:39:56.634Z Compiling x509-cert v0.2.5
22302026-08-27T00:39:56.887Z Compiling hmac v0.12.1
22312026-08-27T00:39:57.053Z Compiling dtrace-parser v0.3.0
22322026-08-27T00:39:57.240Z Compiling async-recursion v1.1.1
22332026-08-27T00:39:57.381Z Compiling sync_wrapper v1.0.2
22342026-08-27T00:39:57.630Z Compiling thread-id v5.1.0
22352026-08-27T00:39:57.645Z Compiling cfg_aliases v0.2.1
22362026-08-27T00:39:57.745Z Compiling powerfmt v0.2.0
22372026-08-27T00:39:57.844Z Compiling siphasher v1.0.2
22382026-08-27T00:39:57.976Z Compiling crc-any v2.5.0
22392026-08-27T00:39:58.201Z Compiling deranged v0.5.8
22402026-08-27T00:39:58.376Z Compiling nix v0.31.2
22412026-08-27T00:39:58.521Z Compiling tower v0.5.3
22422026-08-27T00:39:59.112Z Compiling object v0.30.4
22432026-08-27T00:39:59.320Z Compiling derive_builder_core v0.20.2
22442026-08-27T00:39:59.359Z Compiling serde_with_macros v3.21.0
22452026-08-27T00:39:59.763Z Compiling zip v0.6.6
22462026-08-27T00:40:00.013Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-27T00:40:00.284Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-27T00:40:00.399Z Compiling bstr v1.12.1
22492026-08-27T00:40:00.547Z Compiling crypto-common v0.2.2
22502026-08-27T00:40:00.881Z Compiling block-buffer v0.12.1
22512026-08-27T00:40:00.972Z Compiling http-body-util v0.1.3
22522026-08-27T00:40:01.104Z Compiling futures-executor v0.3.32
22532026-08-27T00:40:01.122Z Compiling erased-serde v0.3.31
22542026-08-27T00:40:01.236Z Compiling serde_tokenstream v0.2.3
22552026-08-27T00:40:01.428Z Compiling hubpack_derive v0.1.1
22562026-08-27T00:40:01.570Z Compiling ref-cast-impl v1.0.25
22572026-08-27T00:40:01.589Z Compiling strum_macros v0.27.2
22582026-08-27T00:40:01.617Z Compiling curve25519-dalek-derive v0.1.1
22592026-08-27T00:40:01.725Z Compiling fs-err v3.3.0
22602026-08-27T00:40:01.874Z Compiling usdt-impl v0.5.0
22612026-08-27T00:40:01.899Z Compiling allocator-api2 v0.2.21
22622026-08-27T00:40:01.914Z Compiling ryu v1.0.23
22632026-08-27T00:40:01.936Z Compiling iri-string v0.7.10
22642026-08-27T00:40:02.243Z Compiling unicode-properties v0.1.4
22652026-08-27T00:40:02.247Z Compiling same-file v1.0.6
22662026-08-27T00:40:02.416Z Compiling unicode-bidi v0.3.18
22672026-08-27T00:40:02.476Z Compiling num_threads v0.1.7
22682026-08-27T00:40:02.609Z Compiling path-slash v0.1.5
22692026-08-27T00:40:02.778Z Compiling gimli v0.32.3
22702026-08-27T00:40:02.998Z Compiling time v0.3.47
22712026-08-27T00:40:03.083Z Compiling serde_urlencoded v0.7.1
22722026-08-27T00:40:03.315Z Compiling tower-http v0.6.8
22732026-08-27T00:40:03.877Z Compiling stringprep v0.1.5
22742026-08-27T00:40:04.252Z Compiling walkdir v2.5.0
22752026-08-27T00:40:04.491Z Compiling addr2line v0.25.1
22762026-08-27T00:40:04.978Z Compiling futures v0.3.32
22772026-08-27T00:40:05.512Z Compiling derive_builder_macro v0.20.2
22782026-08-27T00:40:05.701Z Compiling tokio-native-tls v0.3.1
22792026-08-27T00:40:05.758Z Compiling convert_case v0.10.0
22802026-08-27T00:40:05.774Z Compiling strum v0.26.3
22812026-08-27T00:40:05.892Z Compiling block-padding v0.4.2
22822026-08-27T00:40:05.926Z Compiling scroll v0.12.0
22832026-08-27T00:40:06.022Z Compiling pin-project v1.1.11
22842026-08-27T00:40:06.037Z Compiling rustls-native-certs v0.8.3
22852026-08-27T00:40:06.120Z Compiling md-5 v0.10.6
22862026-08-27T00:40:06.137Z Compiling vergen-lib v9.1.0
22872026-08-27T00:40:06.164Z Compiling hash32 v0.2.1
22882026-08-27T00:40:06.219Z Compiling encoding_rs v0.8.35
22892026-08-27T00:40:06.298Z Compiling cpufeatures v0.3.0
22902026-08-27T00:40:06.314Z Compiling mime v0.3.17
22912026-08-27T00:40:06.365Z Compiling psl-types v2.0.11
22922026-08-27T00:40:06.502Z Compiling jiff-core v0.1.0
22932026-08-27T00:40:06.518Z Compiling fallible-iterator v0.2.0
22942026-08-27T00:40:06.567Z Compiling rustc-demangle v0.1.27
22952026-08-27T00:40:06.593Z Compiling publicsuffix v2.3.0
22962026-08-27T00:40:06.776Z Compiling goblin v0.8.2
22972026-08-27T00:40:06.802Z Compiling postgres-protocol v0.6.10
22982026-08-27T00:40:07.165Z Compiling snafu v0.8.9
22992026-08-27T00:40:07.299Z Compiling derive_more-impl v2.1.1
23002026-08-27T00:40:07.316Z Compiling inout v0.2.2
23012026-08-27T00:40:07.495Z Compiling jiff v0.2.34
23022026-08-27T00:40:07.498Z Compiling derive_builder v0.20.2
23032026-08-27T00:40:07.588Z Compiling backtrace v0.3.76
23042026-08-27T00:40:07.656Z Compiling hyper-tls v0.6.0
23052026-08-27T00:40:08.137Z Compiling usdt-attr-macro v0.6.0
23062026-08-27T00:40:08.230Z Compiling usdt-macro v0.6.0
23072026-08-27T00:40:08.340Z Compiling globset v0.4.18
23082026-08-27T00:40:08.355Z Compiling phf_shared v0.13.1
23092026-08-27T00:40:08.370Z Compiling crossbeam-epoch v0.9.18
23102026-08-27T00:40:08.512Z Compiling zerocopy v0.7.35
23112026-08-27T00:40:08.642Z Compiling regex v1.12.3
23122026-08-27T00:40:08.978Z Compiling serde_plain v1.0.2
23132026-08-27T00:40:09.008Z Compiling enum-as-inner v0.6.1
23142026-08-27T00:40:09.060Z Compiling miette-derive v7.6.0
23152026-08-27T00:40:09.078Z Compiling serde_repr v0.1.20
23162026-08-27T00:40:09.205Z Compiling pem v3.0.6
23172026-08-27T00:40:09.237Z Compiling vergen v9.1.0
23182026-08-27T00:40:09.253Z Compiling cargo-platform v0.3.2
23192026-08-27T00:40:09.270Z Compiling ff v0.13.1
23202026-08-27T00:40:09.443Z Compiling filetime v0.2.27
23212026-08-27T00:40:09.554Z Compiling smawk v0.3.2
23222026-08-27T00:40:09.676Z Compiling unicode-linebreak v0.1.5
23232026-08-27T00:40:09.689Z Compiling xattr v1.6.1
23242026-08-27T00:40:09.727Z Compiling const-oid v0.10.2
23252026-08-27T00:40:09.783Z Compiling foldhash v0.1.5
23262026-08-27T00:40:09.928Z Compiling libbz2-rs-sys v0.2.2
23272026-08-27T00:40:09.951Z Compiling managed v0.8.0
23282026-08-27T00:40:09.966Z Compiling unicode-width v0.2.0
23292026-08-27T00:40:10.041Z Compiling is_ci v1.2.0
23302026-08-27T00:40:10.057Z Compiling bitflags v1.3.2
23312026-08-27T00:40:10.142Z Compiling base16ct v0.2.0
23322026-08-27T00:40:10.158Z Compiling either v1.15.0
23332026-08-27T00:40:10.189Z Compiling bumpalo v3.20.2
23342026-08-27T00:40:10.192Z Compiling foldhash v0.2.0
23352026-08-27T00:40:10.261Z Compiling typed-path v0.9.3
23362026-08-27T00:40:10.323Z Compiling sec1 v0.7.3
23372026-08-27T00:40:10.393Z Compiling zopfli v0.8.3
23382026-08-27T00:40:10.426Z Compiling hashbrown v0.16.1
23392026-08-27T00:40:10.445Z Compiling bzip2 v0.6.1
23402026-08-27T00:40:10.534Z Compiling textwrap v0.16.2
23412026-08-27T00:40:10.616Z Compiling supports-color v3.0.2
23422026-08-27T00:40:10.656Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23432026-08-27T00:40:10.723Z Compiling hashbrown v0.15.5
23442026-08-27T00:40:10.804Z Compiling digest v0.11.3
23452026-08-27T00:40:10.955Z Compiling tar v0.4.46
23462026-08-27T00:40:11.031Z Compiling cargo_metadata v0.23.1
23472026-08-27T00:40:11.072Z Compiling group v0.13.0
23482026-08-27T00:40:11.281Z Compiling dof v0.3.0
23492026-08-27T00:40:12.367Z Compiling phf v0.13.1
23502026-08-27T00:40:12.595Z Compiling zstd v0.13.3
23512026-08-27T00:40:12.713Z Compiling backtrace-ext v0.2.1
23522026-08-27T00:40:12.862Z Compiling reqwest v0.12.28
23532026-08-27T00:40:12.890Z Compiling signal-hook-mio v0.2.5
23542026-08-27T00:40:12.940Z Compiling cipher v0.5.2
23552026-08-27T00:40:13.027Z Compiling cookie_store v0.22.1
23562026-08-27T00:40:13.088Z Compiling postgres-types v0.2.12
23572026-08-27T00:40:13.262Z Compiling strum v0.27.2
23582026-08-27T00:40:13.491Z Compiling hubpack v0.1.2
23592026-08-27T00:40:13.540Z Compiling phf_shared v0.11.3
23602026-08-27T00:40:13.605Z Compiling hkdf v0.12.4
23612026-08-27T00:40:13.621Z Compiling dtrace-parser v0.2.0
23622026-08-27T00:40:13.638Z Compiling byte-wrapper v0.1.0
23632026-08-27T00:40:13.715Z Compiling ed25519 v2.2.3
23642026-08-27T00:40:13.733Z Compiling olpc-cjson v0.1.4
23652026-08-27T00:40:14.009Z Compiling crypto-bigint v0.5.5
23662026-08-27T00:40:14.031Z Compiling serde-big-array v0.5.1
23672026-08-27T00:40:14.197Z Compiling float-cmp v0.10.0
23682026-08-27T00:40:14.299Z Compiling memmap2 v0.9.10
23692026-08-27T00:40:14.381Z Compiling thread-id v4.2.2
23702026-08-27T00:40:14.478Z Compiling unicode-width v0.1.14
23712026-08-27T00:40:14.606Z Compiling fixedbitset v0.4.2
23722026-08-27T00:40:14.721Z Compiling new_debug_unreachable v1.0.6
23732026-08-27T00:40:14.737Z Compiling keccak v0.1.6
23742026-08-27T00:40:14.772Z Compiling precomputed-hash v0.1.1
23752026-08-27T00:40:14.788Z Compiling supports-hyperlinks v3.2.0
23762026-08-27T00:40:14.805Z Compiling supports-unicode v3.0.0
23772026-08-27T00:40:14.822Z Compiling toml_write v0.1.2
23782026-08-27T00:40:14.840Z Compiling winnow v1.0.3
23792026-08-27T00:40:14.877Z Compiling winnow v0.7.14
23802026-08-27T00:40:14.949Z Compiling predicates-core v1.0.10
23812026-08-27T00:40:14.980Z Compiling static_assertions v1.1.0
23822026-08-27T00:40:15.040Z Compiling data-encoding v2.10.0
23832026-08-27T00:40:15.131Z Compiling rayon-core v1.13.0
23842026-08-27T00:40:15.334Z Compiling whoami v2.1.0
23852026-08-27T00:40:15.582Z Compiling difflib v0.4.0
23862026-08-27T00:40:15.676Z Compiling fixedbitset v0.5.7
23872026-08-27T00:40:15.876Z Compiling normalize-line-endings v0.3.0
23882026-08-27T00:40:15.906Z Compiling petgraph v0.8.3
23892026-08-27T00:40:15.934Z Compiling toml_parser v1.1.2+spec-1.1.0
23902026-08-27T00:40:15.970Z Compiling predicates v3.1.4
23912026-08-27T00:40:15.991Z Compiling tokio-postgres v0.7.16
23922026-08-27T00:40:16.293Z Compiling toml_edit v0.22.27
23932026-08-27T00:40:16.489Z Compiling hickory-proto v0.25.2
23942026-08-27T00:40:16.655Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23952026-08-27T00:40:16.780Z Compiling elliptic-curve v0.13.8
23962026-08-27T00:40:17.152Z Compiling miette v7.6.0
23972026-08-27T00:40:17.448Z Compiling chacha20 v0.10.0
23982026-08-27T00:40:17.568Z Compiling sha3 v0.10.8
23992026-08-27T00:40:17.762Z Compiling string_cache v0.8.9
24002026-08-27T00:40:17.813Z Compiling petgraph v0.6.5
24012026-08-27T00:40:18.053Z Compiling usdt v0.6.0
24022026-08-27T00:40:18.585Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24032026-08-27T00:40:19.419Z Compiling ed25519-dalek v2.2.0
24042026-08-27T00:40:19.883Z Compiling crossterm v0.28.1
24052026-08-27T00:40:20.105Z Compiling zip v4.6.1
24062026-08-27T00:40:20.728Z Compiling iddqd v0.4.2
24072026-08-27T00:40:21.008Z Compiling itertools v0.15.0
24082026-08-27T00:40:21.026Z Compiling itertools v0.13.0
24092026-08-27T00:40:21.113Z Compiling derive_more v2.1.1
24102026-08-27T00:40:21.269Z Compiling similar v2.7.0
24112026-08-27T00:40:21.556Z Compiling serde_with v3.21.0
24122026-08-27T00:40:22.018Z Compiling heck v0.4.1
24132026-08-27T00:40:22.464Z Compiling tokio-stream v0.1.18
24142026-08-27T00:40:22.492Z Compiling buf-list v1.1.2
24152026-08-27T00:40:22.600Z Compiling half v2.7.1
24162026-08-27T00:40:22.662Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24172026-08-27T00:40:22.770Z Compiling openapiv3 v2.2.0
24182026-08-27T00:40:23.315Z Compiling ciborium-io v0.2.2
24192026-08-27T00:40:23.528Z Compiling lalrpop-util v0.19.12
24202026-08-27T00:40:23.545Z Compiling peg-runtime v0.8.5
24212026-08-27T00:40:23.717Z Compiling ciborium-ll v0.2.2
24222026-08-27T00:40:24.931Z Compiling crossbeam-deque v0.8.6
24232026-08-27T00:40:25.449Z Compiling camino-tempfile v1.4.1
24242026-08-27T00:40:25.843Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24252026-08-27T00:40:26.356Z Compiling blake3 v1.8.5
24262026-08-27T00:40:26.456Z Compiling fs-err v2.11.0
24272026-08-27T00:40:28.623Z Compiling rustls-webpki v0.103.13
24282026-08-27T00:40:28.963Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-27T00:40:30.474Z Compiling ciborium v0.2.2
24302026-08-27T00:40:31.224Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-08-27T00:40:31.608Z Compiling thread_local v1.1.9
24322026-08-27T00:40:31.931Z Compiling constant_time_eq v0.4.2
24332026-08-27T00:40:31.946Z Compiling arrayref v0.3.9
24342026-08-27T00:40:32.038Z Compiling slog-async v2.8.0
24352026-08-27T00:40:32.078Z Compiling arrayvec v0.7.6
24362026-08-27T00:40:32.155Z Compiling tokio-rustls v0.26.4
24372026-08-27T00:40:32.170Z Compiling rustls-platform-verifier v0.6.2
24382026-08-27T00:40:32.185Z Compiling tough v0.22.0
24392026-08-27T00:40:32.377Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24402026-08-27T00:40:32.396Z Compiling hyper-rustls v0.27.7
24412026-08-27T00:40:32.433Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24422026-08-27T00:40:32.567Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24432026-08-27T00:40:32.709Z Compiling reqwest v0.13.2
24442026-08-27T00:40:32.776Z Compiling toml v0.8.23
24452026-08-27T00:40:32.915Z Compiling atomicwrites v0.4.4
24462026-08-27T00:40:32.931Z Compiling sha2 v0.11.0
24472026-08-27T00:40:33.172Z Compiling digest-io v0.1.0
24482026-08-27T00:40:33.221Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-27T00:40:33.244Z Compiling crossbeam-channel v0.5.15
24502026-08-27T00:40:33.343Z Compiling serde_path_to_error v0.1.20
24512026-08-27T00:40:33.451Z Compiling is-terminal v0.4.17
24522026-08-27T00:40:33.565Z Compiling debug-ignore v1.0.5
24532026-08-27T00:40:33.569Z Compiling take_mut v0.2.2
24542026-08-27T00:40:33.675Z Compiling indent_write v2.2.0
24552026-08-27T00:40:33.697Z Compiling parse-size v1.1.0
24562026-08-27T00:40:33.717Z Compiling term v1.2.1
24572026-08-27T00:40:33.791Z Compiling rawzip v0.4.4
24582026-08-27T00:40:33.841Z Compiling topological-sort v0.2.2
24592026-08-27T00:40:33.941Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-27T00:40:34.025Z Compiling shell-words v1.1.1
24612026-08-27T00:40:34.289Z Compiling slog-term v2.9.2
24622026-08-27T00:40:35.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-08-27T00:40:41.701Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-08-27T00:40:43.764Z Compiling omicron-zone-package v0.12.3
24652026-08-27T00:40:44.094Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24662026-08-27T00:40:44.381Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24672026-08-27T00:40:44.435Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24682026-08-27T00:40:49.107Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24692026-08-27T00:41:01.411Z Finished `release` profile [optimized] target(s) in 1m 31s
24702026-08-27T00:41:01.559Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24712026-08-27T00:41:01.617ZAug 27 00:41:00.479 DEBG changing working directory to /work/oxidecomputer/omicron
24722026-08-27T00:41:01.716ZAug 27 00:41:00.579 DEBG running: git rev-parse HEAD
24732026-08-27T00:41:01.720ZAug 27 00:41:00.581 DEBG process exited with exit status: 0 (2.398762ms)
24742026-08-27T00:41:01.720ZAug 27 00:41:00.581 INFO version: 23.0.0-0.ci+gita0331ace24a
24752026-08-27T00:41:01.727ZAug 27 00:41:00.590 INFO cloning helios to /work/oxidecomputer/helios
24762026-08-27T00:41:01.727ZAug 27 00:41:00.590 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24772026-08-27T00:41:01.730ZCloning into '/work/oxidecomputer/helios'...
24782026-08-27T00:41:02.296ZAug 27 00:41:01.158 DEBG process exited with exit status: 0 (568.633028ms)
24792026-08-27T00:41:02.296ZAug 27 00:41:01.158 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24802026-08-27T00:41:02.301ZAug 27 00:41:01.161 DEBG process exited with exit status: 0 (2.411722ms)
24812026-08-27T00:41:02.301ZAug 27 00:41:01.161 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24822026-08-27T00:41:02.691ZAug 27 00:41:01.529 DEBG process exited with exit status: 0 (368.184658ms)
24832026-08-27T00:41:02.691ZAug 27 00:41:01.529 DEBG running: zfs list rpool/images/build/host
24842026-08-27T00:41:02.696ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-27T00:41:02.696Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24862026-08-27T00:41:02.696ZAug 27 00:41:01.534 DEBG process exited with exit status: 0 (4.479803ms)
24872026-08-27T00:41:02.696ZAug 27 00:41:01.534 DEBG running: zfs list rpool/images/build/recovery
24882026-08-27T00:41:02.696ZNAME USED AVAIL REFER MOUNTPOINT
24892026-08-27T00:41:02.696Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24902026-08-27T00:41:02.696ZAug 27 00:41:01.537 DEBG process exited with exit status: 0 (3.512203ms)
24912026-08-27T00:41:02.696ZAug 27 00:41:01.537 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24922026-08-27T00:41:02.696ZAug 27 00:41:01.550 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
24932026-08-27T00:41:02.696ZAug 27 00:41:01.550 INFO [hubris-production] running task
24942026-08-27T00:41:02.696ZAug 27 00:41:01.551 INFO [hubris-staging] running task
24952026-08-27T00:41:02.696ZAug 27 00:41:01.551 INFO [incorp-manifest] running task
24962026-08-27T00:41:02.696ZAug 27 00:41:01.551 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24972026-08-27T00:41:02.697ZAug 27 00:41:01.551 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24982026-08-27T00:41:02.697ZAug 27 00:41:01.551 INFO [incorp-create] running: pkgrepo create /work/incorporation
24992026-08-27T00:41:02.697ZAug 27 00:41:01.553 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
25002026-08-27T00:41:02.733Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-08-27T00:41:02.797Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-27T00:41:02.920ZAug 27 00:41:01.783 INFO [incorp-create] process exited with exit status: 0 (231.655784ms)
25032026-08-27T00:41:02.920ZAug 27 00:41:01.783 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25042026-08-27T00:41:03.139ZAug 27 00:41:02.002 INFO [incorp-publisher] process exited with exit status: 0 (219.030335ms)
25052026-08-27T00:41:03.458Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-08-27T00:41:03.930ZAug 27 00:41:02.793 INFO [hubris-production] task succeeded (1.242111295s)
25072026-08-27T00:41:04.696Z[ omicron-package] Compiling macaddr v1.0.1
25082026-08-27T00:41:04.713Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25092026-08-27T00:41:04.717Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-27T00:41:04.720Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-27T00:41:04.720Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25122026-08-27T00:41:04.720Z[ omicron-package] Compiling heapless v0.8.0
25132026-08-27T00:41:04.720Z[ omicron-package] Compiling ingot-macros v0.2.0
25142026-08-27T00:41:04.720Z[ omicron-package] Compiling inout v0.1.4
25152026-08-27T00:41:04.720Z[ omicron-package] Compiling hash32 v0.3.1
25162026-08-27T00:41:04.720Z[ omicron-package] Compiling multer v3.1.0
25172026-08-27T00:41:04.720Z[ omicron-package] Compiling match_cfg v0.1.0
25182026-08-27T00:41:04.720Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-08-27T00:41:04.720Z[ omicron-package] Compiling compression-core v0.4.31
25202026-08-27T00:41:04.720Z[ omicron-package] Compiling smoltcp v0.11.0
25212026-08-27T00:41:04.720Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-08-27T00:41:04.720Z[ omicron-package] Compiling slog-json v2.6.1
25232026-08-27T00:41:04.894ZAug 27 00:41:03.757 DEBG process exited with exit status: 0 (2.206062962s)
25242026-08-27T00:41:04.921ZAug 27 00:41:03.784 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25252026-08-27T00:41:05.304Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25262026-08-27T00:41:05.426Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25272026-08-27T00:41:05.578Z[ omicron-package] Compiling cipher v0.4.4
25282026-08-27T00:41:05.578Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25292026-08-27T00:41:05.639Z[ omicron-package] Compiling hostname v0.3.1
25302026-08-27T00:41:05.752Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25312026-08-27T00:41:05.807Z[ omicron-package] Compiling compression-codecs v0.4.37
25322026-08-27T00:41:05.810Z[ omicron-package] Compiling cobs v0.3.0
25332026-08-27T00:41:05.907Z[ omicron-package] Compiling universal-hash v0.5.1
25342026-08-27T00:41:06.004Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25352026-08-27T00:41:06.159Z[ omicron-package] Compiling async-stream-impl v0.3.6
25362026-08-27T00:41:06.159Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25372026-08-27T00:41:06.194Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25382026-08-27T00:41:06.194Z[ omicron-package] Compiling serde_spanned v1.1.1
25392026-08-27T00:41:06.210Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25402026-08-27T00:41:06.210Z[ omicron-package] Compiling dropshot v0.17.1
25412026-08-27T00:41:06.210Z[ omicron-package] Compiling convert_case v0.4.0
25422026-08-27T00:41:06.213Z[ omicron-package] Compiling opaque-debug v0.3.1
25432026-08-27T00:41:06.214Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25442026-08-27T00:41:06.228Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25452026-08-27T00:41:06.461Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25462026-08-27T00:41:06.645Z[ omicron-package] Compiling poly1305 v0.8.0
25472026-08-27T00:41:06.677Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25482026-08-27T00:41:06.759Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25492026-08-27T00:41:06.782Z[ omicron-package] Compiling derive_more v0.99.20
25502026-08-27T00:41:06.782Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25512026-08-27T00:41:06.838Z[ omicron-package] Compiling async-stream v0.3.6
25522026-08-27T00:41:06.841Z[ omicron-package] Compiling num_enum_derive v0.7.6
25532026-08-27T00:41:06.881Z[ omicron-package] Compiling async-compression v0.4.41
25542026-08-27T00:41:06.884Z[ omicron-package] Compiling slog-bunyan v2.5.0
25552026-08-27T00:41:06.884Z[ omicron-package] Compiling chacha20 v0.9.1
25562026-08-27T00:41:07.210Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25572026-08-27T00:41:07.214Z[ omicron-package] Compiling postcard v1.1.3
25582026-08-27T00:41:07.214Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25592026-08-27T00:41:07.349Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25602026-08-27T00:41:07.470Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-27T00:41:07.473Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-27T00:41:07.473Z[ omicron-package] Compiling oxide-generation v0.1.3
25632026-08-27T00:41:07.630Z[ omicron-package] Compiling parse-display-derive v0.10.0
25642026-08-27T00:41:07.683ZAug 27 00:41:06.545 DEBG process exited with exit status: 0 (2.78771386s)
25652026-08-27T00:41:07.688ZAug 27 00:41:06.546 INFO [incorp-manifest] task succeeded (4.995418923s)
25662026-08-27T00:41:07.688ZAug 27 00:41:06.546 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25672026-08-27T00:41:07.716Z[ omicron-package] Compiling waitgroup v0.1.2
25682026-08-27T00:41:07.757Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25692026-08-27T00:41:07.837Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25702026-08-27T00:41:07.912ZAug 27 00:41:06.775 INFO [incorp-fmt] process exited with exit status: 0 (228.603762ms)
25712026-08-27T00:41:07.928ZAug 27 00:41:06.791 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25722026-08-27T00:41:07.942Z[ omicron-package] Compiling backon v1.6.0
25732026-08-27T00:41:07.945Z[ omicron-package] Compiling password-hash v0.5.0
25742026-08-27T00:41:08.111Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25752026-08-27T00:41:08.214Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T004107Z
25762026-08-27T00:41:08.217Z[ incorp-pkgsend] PUBLISHED
25772026-08-27T00:41:08.217Z[ omicron-package] Compiling blake2 v0.10.6
25782026-08-27T00:41:08.217Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25792026-08-27T00:41:08.217Z[ omicron-package] Compiling aead v0.5.2
25802026-08-27T00:41:08.279Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25812026-08-27T00:41:08.283Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25822026-08-27T00:41:08.286ZAug 27 00:41:07.146 INFO [incorp-pkgsend] process exited with exit status: 0 (370.862438ms)
25832026-08-27T00:41:08.286ZAug 27 00:41:07.146 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25842026-08-27T00:41:08.365Z[ omicron-package] Compiling hostname v0.4.2
25852026-08-27T00:41:08.477Z[ omicron-package] Compiling instant v0.1.13
25862026-08-27T00:41:08.516Z[ helios-incorp] Retrieving packages for publisher helios ...
25872026-08-27T00:41:08.562Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25882026-08-27T00:41:08.562Z[ omicron-package] Compiling proc-macro-error v1.0.4
25892026-08-27T00:41:08.562Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25902026-08-27T00:41:08.565Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25912026-08-27T00:41:08.566Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25922026-08-27T00:41:08.569Z[ helios-incorp]
25932026-08-27T00:41:08.588Z[ helios-incorp] Archiving packages ...
25942026-08-27T00:41:08.588Z[ helios-incorp] Packages to add: 1
25952026-08-27T00:41:08.588Z[ helios-incorp] Files to retrieve: 0
25962026-08-27T00:41:08.588Z[ helios-incorp] Estimated transfer size: 0.00 B
25972026-08-27T00:41:08.591Z[ helios-incorp]
25982026-08-27T00:41:08.591Z[ helios-incorp] Packages to archive:
25992026-08-27T00:41:08.591Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T004107Z
26002026-08-27T00:41:08.597Z[ helios-incorp]
26012026-08-27T00:41:08.597Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26022026-08-27T00:41:08.600Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26032026-08-27T00:41:08.605ZAug 27 00:41:07.468 INFO [helios-incorp] process exited with exit status: 0 (321.913223ms)
26042026-08-27T00:41:08.639Z[ omicron-package] Compiling ingot-types v0.2.0
26052026-08-27T00:41:08.682Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26062026-08-27T00:41:08.705Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26072026-08-27T00:41:08.867Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26082026-08-27T00:41:08.884Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26092026-08-27T00:41:09.028Z[ omicron-package] Compiling backoff v0.4.0
26102026-08-27T00:41:09.049Z[ omicron-package] Compiling argon2 v0.5.3
26112026-08-27T00:41:09.077Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26122026-08-27T00:41:09.121Z[ omicron-package] Compiling num_enum_derive v0.5.11
26132026-08-27T00:41:09.121Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26142026-08-27T00:41:09.184Z[ omicron-package] Compiling ingot v0.2.1
26152026-08-27T00:41:09.188Z[ omicron-package] Compiling foreign-types v0.5.0
26162026-08-27T00:41:09.213Z[ omicron-package] Compiling progenitor-extras v0.2.0
26172026-08-27T00:41:09.217Z[ omicron-package] Compiling num_enum v0.7.6
26182026-08-27T00:41:09.321Z[ omicron-package] Compiling vsss-rs v3.3.4
26192026-08-27T00:41:09.377Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26202026-08-27T00:41:09.501Z[ omicron-package] Compiling parse-display v0.10.0
26212026-08-27T00:41:09.561Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26222026-08-27T00:41:09.617Z[ omicron-package] Compiling regress v0.10.5
26232026-08-27T00:41:09.626Z[ omicron-package] Compiling itertools v0.14.0
26242026-08-27T00:41:09.696Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-08-27T00:41:09.848Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-27T00:41:09.967Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-27T00:41:10.034Z[ omicron-package] Compiling cstr-argument v0.1.2
26282026-08-27T00:41:10.153Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26292026-08-27T00:41:10.216Z[ omicron-package] Compiling humantime v2.3.0
26302026-08-27T00:41:10.285Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312026-08-27T00:41:10.334Z[ omicron-package] Compiling num_enum v0.5.11
26322026-08-27T00:41:10.471Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26332026-08-27T00:41:10.579Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26342026-08-27T00:41:10.582Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26352026-08-27T00:41:10.752Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-08-27T00:41:10.932Z[ omicron-package] Compiling rayon v1.11.0
26372026-08-27T00:41:10.975Z[ omicron-package] Compiling rand v0.10.1
26382026-08-27T00:41:11.014Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26392026-08-27T00:41:11.067Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-08-27T00:41:11.072Z[ omicron-package] Compiling colored v3.1.1
26412026-08-27T00:41:11.194Z[ omicron-package] Compiling libefi-sys v0.1.0
26422026-08-27T00:41:11.197Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26432026-08-27T00:41:11.212Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26442026-08-27T00:41:11.293Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26452026-08-27T00:41:11.296Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26462026-08-27T00:41:11.464Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26472026-08-27T00:41:11.545Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26482026-08-27T00:41:11.786Z[ omicron-package] Compiling itertools v0.12.1
26492026-08-27T00:41:11.819Z[ omicron-package] Compiling usdt-macro v0.5.0
26502026-08-27T00:41:11.842Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26512026-08-27T00:41:11.863Z[ omicron-package] Compiling num-derive v0.4.2
26522026-08-27T00:41:11.866Z[ omicron-package] Compiling bitfield-struct v0.6.2
26532026-08-27T00:41:11.916Z[ omicron-package] Compiling sigpipe v0.1.3
26542026-08-27T00:41:11.940Z[ omicron-package] Compiling memmap v0.7.0
26552026-08-27T00:41:11.960Z[ omicron-package] Compiling swrite v0.1.0
26562026-08-27T00:41:12.125Z[ omicron-package] Compiling glob v0.3.3
26572026-08-27T00:41:12.280Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582026-08-27T00:41:12.988Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26592026-08-27T00:41:13.027Z[ omicron-package] Compiling usdt v0.5.0
26602026-08-27T00:41:13.117Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26612026-08-27T00:41:13.184Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26622026-08-27T00:41:13.278Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26632026-08-27T00:41:13.397Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26642026-08-27T00:41:13.484Z[ omicron-package] Compiling zone v0.3.1
26652026-08-27T00:41:13.524Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26662026-08-27T00:41:13.558Z[ omicron-package] Compiling smf v0.2.3
26672026-08-27T00:41:13.670Z[ omicron-package] Compiling whoami v1.6.1
26682026-08-27T00:41:13.715Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-08-27T00:41:13.787Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26702026-08-27T00:41:13.870Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-08-27T00:41:13.910Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26722026-08-27T00:41:13.960Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26732026-08-27T00:41:14.070Z[ omicron-package] Compiling gethostname v0.5.0
26742026-08-27T00:41:14.283Z[ omicron-package] Compiling console v0.16.2
26752026-08-27T00:41:14.304Z[ omicron-package] Compiling unit-prefix v0.5.2
26762026-08-27T00:41:14.307Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26772026-08-27T00:41:14.856Z[ omicron-package] Compiling indicatif v0.18.4
26782026-08-27T00:41:14.965Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26792026-08-27T00:41:17.969Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-27T00:41:18.811Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26812026-08-27T00:41:18.811Z[ helios-setup] Aug 27 00:41:17.650 INFO helios repository root is: /work/oxidecomputer/helios
26822026-08-27T00:41:18.811Z[ helios-setup] Aug 27 00:41:17.651 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
26832026-08-27T00:41:18.831Z[ helios-setup] Aug 27 00:41:17.651 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26842026-08-27T00:41:19.337ZAug 27 00:41:18.200 INFO [hubris-staging] task succeeded (16.649111059s)
26852026-08-27T00:41:19.745Z[ helios-setup] Aug 27 00:41:18.608 INFO clone ok!, project: bootserver
26862026-08-27T00:41:19.748Z[ helios-setup] Aug 27 00:41:18.608 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
26872026-08-27T00:41:19.748Z[ helios-setup] Aug 27 00:41:18.608 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26882026-08-27T00:41:19.748Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26892026-08-27T00:41:20.621Z[ helios-setup] Aug 27 00:41:19.484 INFO clone ok!, project: chelsio-t6-roms
26902026-08-27T00:41:20.621Z[ helios-setup] Aug 27 00:41:19.484 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
26912026-08-27T00:41:20.621Z[ helios-setup] Aug 27 00:41:19.484 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26922026-08-27T00:41:20.624Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26932026-08-27T00:41:21.195Z[ helios-setup] Aug 27 00:41:20.058 INFO clone ok!, project: image-builder
26942026-08-27T00:41:21.195Z[ helios-setup] Aug 27 00:41:20.058 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
26952026-08-27T00:41:21.195Z[ helios-setup] Aug 27 00:41:20.058 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26962026-08-27T00:41:21.199Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26972026-08-27T00:41:21.803Z[ helios-setup] Aug 27 00:41:20.665 INFO clone ok!, project: phbl
26982026-08-27T00:41:21.803Z[ helios-setup] Aug 27 00:41:20.665 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26992026-08-27T00:41:21.803Z[ helios-setup] Aug 27 00:41:20.665 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
27002026-08-27T00:41:21.803Z[ helios-setup] Aug 27 00:41:20.665 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27012026-08-27T00:41:21.806Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27022026-08-27T00:41:22.328Z[ helios-setup] Aug 27 00:41:21.191 INFO clone ok!, project: pinprick
27032026-08-27T00:41:22.328Z[ helios-setup] Aug 27 00:41:21.191 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27042026-08-27T00:41:22.328Z[ helios-setup] Aug 27 00:41:21.191 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
27052026-08-27T00:41:22.331Z[ helios-setup] Aug 27 00:41:21.191 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27062026-08-27T00:41:22.332Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27072026-08-27T00:41:23.473Z[ helios-setup] Aug 27 00:41:22.336 INFO clone ok!, project: pilot
27082026-08-27T00:41:23.476Z[ helios-setup] Aug 27 00:41:22.336 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
27092026-08-27T00:41:23.476Z[ helios-setup] Aug 27 00:41:22.336 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27102026-08-27T00:41:23.476Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27112026-08-27T00:41:24.269Z[ helios-setup] Aug 27 00:41:23.132 INFO clone ok!, project: dmar-report
27122026-08-27T00:41:24.273Z[ helios-setup] Aug 27 00:41:23.132 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
27132026-08-27T00:41:24.273Z[ helios-setup] Aug 27 00:41:23.132 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
27142026-08-27T00:41:24.273Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27152026-08-27T00:41:25.116Z[ helios-setup] Aug 27 00:41:23.979 INFO clone ok!, project: amd-host-image-builder
27162026-08-27T00:41:25.120Z[ helios-setup] Aug 27 00:41:23.979 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27172026-08-27T00:41:25.120Z[ helios-setup] Aug 27 00:41:23.979 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
27182026-08-27T00:41:25.120Z[ helios-setup] Aug 27 00:41:23.979 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27192026-08-27T00:41:25.120Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27202026-08-27T00:41:27.316Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27212026-08-27T00:41:30.638Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27222026-08-27T00:41:31.695Z[ helios-setup] Aug 27 00:41:30.556 INFO clone ok!, project: amd-firmware
27232026-08-27T00:41:31.698Z[ helios-setup] Aug 27 00:41:30.557 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27242026-08-27T00:41:31.764Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27252026-08-27T00:41:31.953Z[ helios-setup] Aug 27 00:41:30.816 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27262026-08-27T00:41:32.199Z[ helios-setup] Aug 27 00:41:31.062 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27272026-08-27T00:41:32.200Z[ helios-setup] Aug 27 00:41:31.062 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27282026-08-27T00:41:32.424Z[ helios-setup] Aug 27 00:41:31.286 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-27T00:41:32.652Z[ helios-setup] Aug 27 00:41:31.514 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-27T00:41:32.652Z[ helios-setup] Aug 27 00:41:31.514 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-27T00:41:32.893Z[ helios-setup] Aug 27 00:41:31.755 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-27T00:41:33.165Z[ helios-setup] Aug 27 00:41:31.987 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-27T00:41:33.166Z[ helios-setup] Aug 27 00:41:31.987 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO ok!
27362026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO ok!
27392026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO ok!
27422026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.987 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27432026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.996 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
27442026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.996 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27452026-08-27T00:41:33.175Z[ helios-setup] Aug 27 00:41:31.996 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27462026-08-27T00:41:33.220Z[ helios-setup] Aug 27 00:41:32.083 INFO E| Downloading crates ...
27472026-08-27T00:41:33.271Z[ helios-setup] Aug 27 00:41:32.133 INFO E| Downloaded bytes v1.2.1
27482026-08-27T00:41:33.274Z[ helios-setup] Aug 27 00:41:32.136 INFO E| Downloaded cpufeatures v0.2.5
27492026-08-27T00:41:33.274Z[ helios-setup] Aug 27 00:41:32.137 INFO E| Downloaded generic-array v0.14.6
27502026-08-27T00:41:33.279Z[ helios-setup] Aug 27 00:41:32.138 INFO E| Downloaded unicode-width v0.1.10
27512026-08-27T00:41:33.283Z[ helios-setup] Aug 27 00:41:32.144 INFO E| Downloaded block-buffer v0.10.3
27522026-08-27T00:41:33.286Z[ helios-setup] Aug 27 00:41:32.149 INFO E| Downloaded flate2 v1.0.25
27532026-08-27T00:41:33.290Z[ helios-setup] Aug 27 00:41:32.152 INFO E| Downloaded anyhow v1.0.62
27542026-08-27T00:41:33.293Z[ helios-setup] Aug 27 00:41:32.154 INFO E| Downloaded digest v0.10.3
27552026-08-27T00:41:33.293Z[ helios-setup] Aug 27 00:41:32.155 INFO E| Downloaded sha2 v0.10.5
27562026-08-27T00:41:33.293Z[ helios-setup] Aug 27 00:41:32.156 INFO E| Downloaded typenum v1.15.0
27572026-08-27T00:41:33.296Z[ helios-setup] Aug 27 00:41:32.157 INFO E| Downloaded miniz_oxide v0.6.2
27582026-08-27T00:41:33.329Z[ helios-setup] Aug 27 00:41:32.192 INFO E| Compiling version_check v0.9.4
27592026-08-27T00:41:33.335Z[ helios-setup] Aug 27 00:41:32.198 INFO E| Compiling typenum v1.15.0
27602026-08-27T00:41:33.335Z[ helios-setup] Aug 27 00:41:32.198 INFO E| Compiling cfg-if v1.0.0
27612026-08-27T00:41:33.339Z[ helios-setup] Aug 27 00:41:32.198 INFO E| Compiling crc32fast v1.3.2
27622026-08-27T00:41:33.339Z[ helios-setup] Aug 27 00:41:32.198 INFO E| Compiling anyhow v1.0.62
27632026-08-27T00:41:33.339Z[ helios-setup] Aug 27 00:41:32.198 INFO E| Compiling adler v1.0.2
27642026-08-27T00:41:33.339Z[ helios-setup] Aug 27 00:41:32.199 INFO E| Compiling cpufeatures v0.2.5
27652026-08-27T00:41:33.339Z[ helios-setup] Aug 27 00:41:32.199 INFO E| Compiling unicode-width v0.1.10
27662026-08-27T00:41:33.339Z[ helios-setup] Aug 27 00:41:32.199 INFO E| Compiling bitflags v1.3.2
27672026-08-27T00:41:33.339Z[ helios-setup] Aug 27 00:41:32.199 INFO E| Compiling bytes v1.2.1
27682026-08-27T00:41:33.466Z[ helios-setup] Aug 27 00:41:32.328 INFO E| Compiling miniz_oxide v0.6.2
27692026-08-27T00:41:33.469Z[ helios-setup] Aug 27 00:41:32.331 INFO E| Compiling getopts v0.2.21
27702026-08-27T00:41:33.680Z[ helios-setup] Aug 27 00:41:32.543 INFO E| Compiling generic-array v0.14.6
27712026-08-27T00:41:33.831Z[ helios-setup] Aug 27 00:41:32.694 INFO E| Compiling flate2 v1.0.25
27722026-08-27T00:41:34.724Z[ helios-setup] Aug 27 00:41:33.587 INFO E| Compiling block-buffer v0.10.3
27732026-08-27T00:41:34.724Z[ helios-setup] Aug 27 00:41:33.587 INFO E| Compiling crypto-common v0.1.6
27742026-08-27T00:41:34.821Z[ helios-setup] Aug 27 00:41:33.684 INFO E| Compiling digest v0.10.3
27752026-08-27T00:41:34.960Z[ helios-setup] Aug 27 00:41:33.823 INFO E| Compiling sha2 v0.10.5
27762026-08-27T00:41:35.146Z[ helios-setup] Aug 27 00:41:34.009 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27772026-08-27T00:41:36.794Z[ helios-setup] Aug 27 00:41:35.657 INFO E| Finished `release` profile [optimized] target(s) in 3.64s
27782026-08-27T00:41:36.804Z[ helios-setup] Aug 27 00:41:35.667 INFO building project "bootserver" ok (3 seconds)
27792026-08-27T00:41:36.804Z[ helios-setup] Aug 27 00:41:35.667 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27802026-08-27T00:41:36.810Z[ helios-setup] Aug 27 00:41:35.673 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
27812026-08-27T00:41:36.810Z[ helios-setup] Aug 27 00:41:35.673 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27822026-08-27T00:41:36.813Z[ helios-setup] Aug 27 00:41:35.673 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27832026-08-27T00:41:36.874Z[ helios-setup] Aug 27 00:41:35.736 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27842026-08-27T00:41:37.190Z[ helios-setup] Aug 27 00:41:36.053 INFO E| From https://github.com/jclulow/rust-jmclib
27852026-08-27T00:41:37.190Z[ helios-setup] Aug 27 00:41:36.053 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27862026-08-27T00:41:37.198Z[ helios-setup] Aug 27 00:41:36.061 INFO E| Updating crates.io index
27872026-08-27T00:41:37.346Z[ helios-setup] Aug 27 00:41:36.209 INFO E| Downloading crates ...
27882026-08-27T00:41:37.393Z[ helios-setup] Aug 27 00:41:36.256 INFO E| Downloaded tempfile v3.7.0
27892026-08-27T00:41:37.402Z[ helios-setup] Aug 27 00:41:36.265 INFO E| Downloaded sha-1 v0.9.8
27902026-08-27T00:41:37.406Z[ helios-setup] Aug 27 00:41:36.266 INFO E| Downloaded block-buffer v0.9.0
27912026-08-27T00:41:37.410Z[ helios-setup] Aug 27 00:41:36.269 INFO E| Downloaded itoa v1.0.9
27922026-08-27T00:41:37.410Z[ helios-setup] Aug 27 00:41:36.270 INFO E| Downloaded opaque-debug v0.3.0
27932026-08-27T00:41:37.410Z[ helios-setup] Aug 27 00:41:36.271 INFO E| Downloaded digest v0.9.0
27942026-08-27T00:41:37.413Z[ helios-setup] Aug 27 00:41:36.273 INFO E| Downloaded cpufeatures v0.2.9
27952026-08-27T00:41:37.417Z[ helios-setup] Aug 27 00:41:36.279 INFO E| Downloaded md-5 v0.9.1
27962026-08-27T00:41:37.421Z[ helios-setup] Aug 27 00:41:36.284 INFO E| Downloaded errno v0.3.1
27972026-08-27T00:41:37.428Z[ helios-setup] Aug 27 00:41:36.286 INFO E| Downloaded libdevinfo-sys v1.0.0
27982026-08-27T00:41:37.430Z[ helios-setup] Aug 27 00:41:36.292 INFO E| Downloaded glob v0.3.1
27992026-08-27T00:41:37.433Z[ helios-setup] Aug 27 00:41:36.295 INFO E| Downloaded fastrand v2.0.0
28002026-08-27T00:41:37.438Z[ helios-setup] Aug 27 00:41:36.297 INFO E| Downloaded quote v1.0.31
28012026-08-27T00:41:37.442Z[ helios-setup] Aug 27 00:41:36.305 INFO E| Downloaded walkdir v2.3.3
28022026-08-27T00:41:37.447Z[ helios-setup] Aug 27 00:41:36.310 INFO E| Downloaded ryu v1.0.15
28032026-08-27T00:41:37.453Z[ helios-setup] Aug 27 00:41:36.312 INFO E| Downloaded anyhow v1.0.72
28042026-08-27T00:41:37.453Z[ helios-setup] Aug 27 00:41:36.314 INFO E| Downloaded uuid v0.8.2
28052026-08-27T00:41:37.456Z[ helios-setup] Aug 27 00:41:36.316 INFO E| Downloaded bitflags v2.3.3
28062026-08-27T00:41:37.456Z[ helios-setup] Aug 27 00:41:36.317 INFO E| Downloaded proc-macro2 v1.0.66
28072026-08-27T00:41:37.456Z[ helios-setup] Aug 27 00:41:36.318 INFO E| Downloaded getrandom v0.2.10
28082026-08-27T00:41:37.459Z[ helios-setup] Aug 27 00:41:36.320 INFO E| Downloaded once_cell v1.18.0
28092026-08-27T00:41:37.459Z[ helios-setup] Aug 27 00:41:36.321 INFO E| Downloaded unicode-ident v1.0.11
28102026-08-27T00:41:37.462Z[ helios-setup] Aug 27 00:41:36.323 INFO E| Downloaded toml v0.5.11
28112026-08-27T00:41:37.462Z[ helios-setup] Aug 27 00:41:36.324 INFO E| Downloaded typenum v1.16.0
28122026-08-27T00:41:37.467Z[ helios-setup] Aug 27 00:41:36.328 INFO E| Downloaded serde v1.0.193
28132026-08-27T00:41:37.467Z[ helios-setup] Aug 27 00:41:36.330 INFO E| Downloaded serde_derive v1.0.193
28142026-08-27T00:41:37.566Z[ helios-setup] Aug 27 00:41:36.348 INFO E| Downloaded serde_json v1.0.103
28152026-08-27T00:41:37.566Z[ helios-setup] Aug 27 00:41:36.364 INFO E| Downloaded syn v2.0.32
28162026-08-27T00:41:37.566Z[ helios-setup] Aug 27 00:41:36.374 INFO E| Downloaded rustix v0.38.4
28172026-08-27T00:41:37.566Z[ helios-setup] Aug 27 00:41:36.389 INFO E| Downloaded libc v0.2.147
28182026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling libc v0.2.147
28192026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling proc-macro2 v1.0.66
28202026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling unicode-ident v1.0.11
28212026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling cfg-if v1.0.0
28222026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling version_check v0.9.4
28232026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling typenum v1.16.0
28242026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling serde v1.0.193
28252026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling num-conv v0.1.0
28262026-08-27T00:41:37.570Z[ helios-setup] Aug 27 00:41:36.433 INFO E| Compiling rustix v0.38.4
28272026-08-27T00:41:37.583Z[ helios-setup] Aug 27 00:41:36.446 INFO E| Compiling powerfmt v0.2.0
28282026-08-27T00:41:37.586Z[ helios-setup] Aug 27 00:41:36.446 INFO E| Compiling time-core v0.1.2
28292026-08-27T00:41:37.586Z[ helios-setup] Aug 27 00:41:36.446 INFO E| Compiling itoa v1.0.9
28302026-08-27T00:41:37.586Z[ helios-setup] Aug 27 00:41:36.446 INFO E| Compiling slog v2.7.0
28312026-08-27T00:41:37.586Z[ helios-setup] Aug 27 00:41:36.447 INFO E| Compiling once_cell v1.18.0
28322026-08-27T00:41:37.586Z[ helios-setup] Aug 27 00:41:36.447 INFO E| Compiling num_threads v0.1.6
28332026-08-27T00:41:37.586Z[ helios-setup] Aug 27 00:41:36.447 INFO E| Compiling bitflags v2.3.3
28342026-08-27T00:41:37.678Z[ helios-setup] Aug 27 00:41:36.541 INFO E| Compiling anyhow v1.0.72
28352026-08-27T00:41:37.689Z[ helios-setup] Aug 27 00:41:36.552 INFO E| Compiling fastrand v2.0.0
28362026-08-27T00:41:37.705Z[ helios-setup] Aug 27 00:41:36.567 INFO E| Compiling serde_json v1.0.103
28372026-08-27T00:41:37.713Z[ helios-setup] Aug 27 00:41:36.576 INFO E| Compiling opaque-debug v0.3.0
28382026-08-27T00:41:37.741Z[ helios-setup] Aug 27 00:41:36.602 INFO E| Compiling deranged v0.3.11
28392026-08-27T00:41:37.769Z[ helios-setup] Aug 27 00:41:36.632 INFO E| Compiling time-macros v0.2.18
28402026-08-27T00:41:37.809Z[ helios-setup] Aug 27 00:41:36.671 INFO E| Compiling thread_local v1.1.7
28412026-08-27T00:41:37.821Z[ helios-setup] Aug 27 00:41:36.683 INFO E| Compiling ryu v1.0.15
28422026-08-27T00:41:37.824Z[ helios-setup] Aug 27 00:41:36.685 INFO E| Compiling unicode-width v0.1.10
28432026-08-27T00:41:37.838Z[ helios-setup] Aug 27 00:41:36.700 INFO E| Compiling cpufeatures v0.2.9
28442026-08-27T00:41:37.923Z[ helios-setup] Aug 27 00:41:36.785 INFO E| Compiling generic-array v0.14.7
28452026-08-27T00:41:37.940Z[ helios-setup] Aug 27 00:41:36.802 INFO E| Compiling same-file v1.0.6
28462026-08-27T00:41:37.950Z[ helios-setup] Aug 27 00:41:36.813 INFO E| Compiling getopts v0.2.21
28472026-08-27T00:41:37.986Z[ helios-setup] Aug 27 00:41:36.849 INFO E| Compiling libdevinfo-sys v1.0.0
28482026-08-27T00:41:38.002Z[ helios-setup] Aug 27 00:41:36.864 INFO E| Compiling glob v0.3.1
28492026-08-27T00:41:38.046Z[ helios-setup] Aug 27 00:41:36.908 INFO E| Compiling walkdir v2.3.3
28502026-08-27T00:41:38.308Z[ helios-setup] Aug 27 00:41:37.171 INFO E| Compiling quote v1.0.31
28512026-08-27T00:41:38.334Z[ helios-setup] Aug 27 00:41:37.196 INFO E| Compiling dirs-sys-next v0.1.2
28522026-08-27T00:41:38.334Z[ helios-setup] Aug 27 00:41:37.196 INFO E| Compiling errno v0.3.1
28532026-08-27T00:41:38.337Z[ helios-setup] Aug 27 00:41:37.197 INFO E| Compiling atty v0.2.14
28542026-08-27T00:41:38.337Z[ helios-setup] Aug 27 00:41:37.197 INFO E| Compiling getrandom v0.2.10
28552026-08-27T00:41:38.459Z[ helios-setup] Aug 27 00:41:37.322 INFO E| Compiling dirs-next v2.0.0
28562026-08-27T00:41:38.471Z[ helios-setup] Aug 27 00:41:37.334 INFO E| Compiling syn v2.0.32
28572026-08-27T00:41:38.524Z[ helios-setup] Aug 27 00:41:37.387 INFO E| Compiling term v0.7.0
28582026-08-27T00:41:38.595Z[ helios-setup] Aug 27 00:41:37.457 INFO E| Compiling time v0.3.36
28592026-08-27T00:41:38.874Z[ helios-setup] Aug 27 00:41:37.737 INFO E| Compiling block-buffer v0.9.0
28602026-08-27T00:41:38.874Z[ helios-setup] Aug 27 00:41:37.737 INFO E| Compiling digest v0.9.0
28612026-08-27T00:41:38.933Z[ helios-setup] Aug 27 00:41:37.796 INFO E| Compiling tempfile v3.7.0
28622026-08-27T00:41:38.961Z[ helios-setup] Aug 27 00:41:37.823 INFO E| Compiling md-5 v0.9.1
28632026-08-27T00:41:38.961Z[ helios-setup] Aug 27 00:41:37.824 INFO E| Compiling sha-1 v0.9.8
28642026-08-27T00:41:39.324Z[ helios-setup] Aug 27 00:41:38.187 INFO E| Compiling slog-term v2.9.0
28652026-08-27T00:41:39.676Z[ helios-setup] Aug 27 00:41:38.539 INFO E| Compiling serde_derive v1.0.193
28662026-08-27T00:41:43.111Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.41s
28672026-08-27T00:41:43.328Z[ helios-setup] Aug 27 00:41:42.191 INFO E| Compiling toml v0.5.11
28682026-08-27T00:41:43.328Z[ helios-setup] Aug 27 00:41:42.191 INFO E| Compiling uuid v0.8.2
28692026-08-27T00:41:43.348Z[ omicron-package]
28702026-08-27T00:41:43.348Z[ omicron-package] real 40.588279759
28712026-08-27T00:41:43.351Z[ omicron-package] user 3:54.779977436
28722026-08-27T00:41:43.352Z[ omicron-package] sys 28.204615357
28732026-08-27T00:41:43.352Z[ omicron-package] trap 0.485412060
28742026-08-27T00:41:43.352Z[ omicron-package] tflt 0.555164783
28752026-08-27T00:41:43.352Z[ omicron-package] dflt 2.532335604
28762026-08-27T00:41:43.352Z[ omicron-package] kflt 0.000536280
28772026-08-27T00:41:43.352Z[ omicron-package] lock 11:43.424986067
28782026-08-27T00:41:43.352Z[ omicron-package] slp 6:09.750364614
28792026-08-27T00:41:43.352Z[ omicron-package] lat 48.831537300
28802026-08-27T00:41:43.352Z[ omicron-package] stop 1:58.869537584
28812026-08-27T00:41:43.352ZAug 27 00:41:42.209 INFO [omicron-package] process exited with exit status: 0 (40.656737191s)
28822026-08-27T00:41:43.352ZAug 27 00:41:42.210 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28832026-08-27T00:41:43.352ZAug 27 00:41:42.210 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28842026-08-27T00:41:43.356Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28852026-08-27T00:41:43.356Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28862026-08-27T00:41:43.359Z[ recovery-target] Created new build target 'recovery' and set it as active
28872026-08-27T00:41:43.359Z[ host-target] Created new build target 'host' and set it as active
28882026-08-27T00:41:43.362ZAug 27 00:41:42.224 INFO [recovery-target] process exited with exit status: 0 (14.0069ms)
28892026-08-27T00:41:43.362ZAug 27 00:41:42.224 INFO [host-target] process exited with exit status: 0 (14.049181ms)
28902026-08-27T00:41:43.362ZAug 27 00:41:42.224 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28912026-08-27T00:41:43.368Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28922026-08-27T00:41:43.925Z[ helios-setup] Aug 27 00:41:42.788 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28932026-08-27T00:41:44.225Z[ helios-setup] Aug 27 00:41:43.088 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28942026-08-27T00:41:44.952Z[ host-package] Compiling heck v0.5.0
28952026-08-27T00:41:44.952Z[ host-package] Compiling regress v0.11.1
28962026-08-27T00:41:45.202Z[ host-package] Compiling unsafe-libyaml v0.2.11
28972026-08-27T00:41:45.225Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28982026-08-27T00:41:45.256Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28992026-08-27T00:41:45.256Z[ host-package] Compiling derive-where v1.6.0
29002026-08-27T00:41:45.256Z[ host-package] Compiling bytecount v0.6.9
29012026-08-27T00:41:45.382Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29022026-08-27T00:41:45.388Z[ host-package] Compiling atomicwrites v0.4.4
29032026-08-27T00:41:45.388Z[ host-package] Compiling is-terminal v0.4.17
29042026-08-27T00:41:45.388Z[ host-package] Compiling prettyplease v0.2.37
29052026-08-27T00:41:45.388Z[ host-package] Compiling newline-converter v0.3.0
29062026-08-27T00:41:45.388Z[ host-package] Compiling console v0.15.11
29072026-08-27T00:41:45.388Z[ host-package] Compiling slog-dtrace v0.3.0
29082026-08-27T00:41:45.408Z[ host-package] Compiling cancel-safe-futures v0.1.5
29092026-08-27T00:41:45.496Z[ host-package] Compiling resolv-conf v0.7.6
29102026-08-27T00:41:45.542Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29112026-08-27T00:41:45.547Z[ host-package] Compiling num-rational v0.4.2
29122026-08-27T00:41:45.593Z[ host-package] Compiling num-complex v0.4.6
29132026-08-27T00:41:45.598Z[ host-package] Compiling thread_local v1.1.9
29142026-08-27T00:41:45.702Z[ host-package] Compiling match_cfg v0.1.0
29152026-08-27T00:41:45.730Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29162026-08-27T00:41:45.848Z[ host-package] Compiling expectorate v1.2.0
29172026-08-27T00:41:45.969Z[ host-package] Compiling compression-core v0.4.31
29182026-08-27T00:41:46.030Z[ host-package] Compiling num v0.4.3
29192026-08-27T00:41:46.102Z[ host-package] Compiling hostname v0.3.1
29202026-08-27T00:41:46.166Z[ host-package] Compiling multer v3.1.0
29212026-08-27T00:41:46.194Z[ host-package] Compiling compression-codecs v0.4.37
29222026-08-27T00:41:46.195Z[ host-package] Compiling slog-async v2.8.0
29232026-08-27T00:41:46.277Z[ host-package] Compiling crossbeam-channel v0.5.15
29242026-08-27T00:41:46.277Z[ host-package] Compiling slog-json v2.6.1
29252026-08-27T00:41:46.354Z[ host-package] Compiling serde_spanned v1.1.1
29262026-08-27T00:41:46.354Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29272026-08-27T00:41:46.463Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29282026-08-27T00:41:46.518Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29292026-08-27T00:41:46.549Z[ host-package] Compiling float-ord v0.3.2
29302026-08-27T00:41:46.557Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29312026-08-27T00:41:46.557Z[ host-package] Compiling take_mut v0.2.2
29322026-08-27T00:41:46.574Z[ host-package] Compiling term v1.2.1
29332026-08-27T00:41:46.629Z[ host-package] Compiling linked-hash-map v0.5.6
29342026-08-27T00:41:46.686Z[ host-package] Compiling linear-map v1.2.0
29352026-08-27T00:41:46.711Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29362026-08-27T00:41:46.769Z[ host-package] Compiling typify-impl v0.6.2
29372026-08-27T00:41:46.773Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29382026-08-27T00:41:46.773Z[ host-package] Compiling slog-bunyan v2.5.0
29392026-08-27T00:41:46.871Z[ host-package] Compiling async-compression v0.4.41
29402026-08-27T00:41:46.942Z[ host-package] Compiling slog-term v2.9.2
29412026-08-27T00:41:47.005Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29422026-08-27T00:41:47.064Z[ host-package] Compiling lru-cache v0.1.2
29432026-08-27T00:41:47.200Z[ host-package] Compiling async-stream v0.3.6
29442026-08-27T00:41:47.241Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29452026-08-27T00:41:47.288Z[ host-package] Compiling dropshot v0.17.1
29462026-08-27T00:41:47.292Z[ host-package] Compiling progenitor-client v0.14.0
29472026-08-27T00:41:47.382Z[ host-package] Compiling sha1 v0.11.0
29482026-08-27T00:41:47.413Z[ host-package] Compiling oxide-generation v0.1.3
29492026-08-27T00:41:47.472Z[ host-package] Compiling waitgroup v0.1.2
29502026-08-27T00:41:47.522Z[ host-package] Compiling rustls-pemfile v2.2.0
29512026-08-27T00:41:47.594Z[ host-package] Compiling backon v1.6.0
29522026-08-27T00:41:47.675Z[ host-package] Compiling serde_path_to_error v0.1.20
29532026-08-27T00:41:47.701Z[ host-package] Compiling hostname v0.4.2
29542026-08-27T00:41:47.726Z[ host-package] Compiling instant v0.1.13
29552026-08-27T00:41:47.773Z[ host-package] Compiling debug-ignore v1.0.5
29562026-08-27T00:41:47.810Z[ host-package] Compiling minimal-lexical v0.2.1
29572026-08-27T00:41:47.880Z[ host-package] Compiling oxide-update-engine v0.1.2
29582026-08-27T00:41:47.883Z[ host-package] Compiling progenitor-extras v0.2.0
29592026-08-27T00:41:47.923Z[ host-package] Compiling backoff v0.4.0
29602026-08-27T00:41:47.966Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29612026-08-27T00:41:47.966Z[ helios-setup] Aug 27 00:41:46.828 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
29622026-08-27T00:41:47.988Z[ helios-setup] Aug 27 00:41:46.851 INFO building project "image-builder" ok (11 seconds)
29632026-08-27T00:41:47.988Z[ helios-setup] Aug 27 00:41:46.851 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
29642026-08-27T00:41:48.123Z[ host-package] Compiling nom v7.1.3
29652026-08-27T00:41:48.147Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29662026-08-27T00:41:48.194Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29672026-08-27T00:41:48.219Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29682026-08-27T00:41:48.222Z[ host-package] Compiling parse-display v0.10.0
29692026-08-27T00:41:48.270Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29702026-08-27T00:41:48.487Z[ host-package] Compiling hickory-proto v0.24.4
29712026-08-27T00:41:48.563Z[ host-package] Compiling regress v0.10.5
29722026-08-27T00:41:49.020Z[ host-package] Compiling itertools v0.14.0
29732026-08-27T00:41:49.154Z[ host-package] Compiling macaddr v1.0.1
29742026-08-27T00:41:49.433Z[ host-package] Compiling humantime v2.3.0
29752026-08-27T00:41:49.583Z[ host-package] Compiling unicode-xid v0.2.6
29762026-08-27T00:41:49.697Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29772026-08-27T00:41:49.798Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29782026-08-27T00:41:49.801Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29792026-08-27T00:41:49.936Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29802026-08-27T00:41:50.125Z[ host-package] Compiling toml v0.8.23
29812026-08-27T00:41:50.221Z[ host-package] Compiling papergrid v0.11.0
29822026-08-27T00:41:50.348Z[ host-package] Compiling typify-macro v0.6.2
29832026-08-27T00:41:50.498Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29842026-08-27T00:41:50.844Z[ host-package] Compiling tabled_derive v0.7.0
29852026-08-27T00:41:50.878Z[ host-package] Compiling termtree v0.5.1
29862026-08-27T00:41:50.881Z[ host-package] Compiling crossterm v0.29.0
29872026-08-27T00:41:50.935Z[ host-package] Compiling phf_shared v0.12.1
29882026-08-27T00:41:51.120Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29892026-08-27T00:41:51.216Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29902026-08-27T00:41:51.531Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29912026-08-27T00:41:51.827Z[ host-package] Compiling hickory-resolver v0.24.4
29922026-08-27T00:41:51.861Z[ host-package] Compiling tabled v0.15.0
29932026-08-27T00:41:52.202Z[ host-package] Compiling csv-core v0.1.13
29942026-08-27T00:41:52.278Z[ host-package] Compiling typify v0.6.2
29952026-08-27T00:41:52.580Z[ host-package] Compiling progenitor-impl v0.14.0
29962026-08-27T00:41:53.273Z[ host-package] Compiling qorb v0.4.1
29972026-08-27T00:41:53.430Z[ host-package] Compiling vte v0.14.1
29982026-08-27T00:41:53.690Z[ host-package] Compiling chrono-tz v0.10.4
29992026-08-27T00:41:53.826Z[ host-package] Compiling highway v1.3.0
30002026-08-27T00:41:53.991Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30012026-08-27T00:41:54.718Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30022026-08-27T00:41:54.780Z[ host-package] Compiling csv v1.4.0
30032026-08-27T00:41:55.218Z[ host-package] Compiling progenitor-macro v0.14.0
30042026-08-27T00:41:56.079Z[ host-package] Compiling phf v0.12.1
30052026-08-27T00:41:56.343Z[ host-package] Compiling const_format_proc_macros v0.2.34
30062026-08-27T00:41:56.692Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-08-27T00:41:56.772Z[ host-package] Compiling fd-lock v4.0.4
30082026-08-27T00:41:56.979Z[ host-package] Compiling peg-macros v0.8.5
30092026-08-27T00:41:57.182Z[ host-package] Compiling nu-ansi-term v0.50.3
30102026-08-27T00:41:57.314Z[ host-package] Compiling const_format v0.2.35
30112026-08-27T00:41:57.541Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30122026-08-27T00:41:57.887Z[ host-package] Compiling reedline v0.40.0
30132026-08-27T00:41:58.021Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30142026-08-27T00:41:59.045Z[ host-package] Compiling peg v0.8.5
30152026-08-27T00:41:59.210Z[ host-package] Compiling bcs v0.1.6
30162026-08-27T00:41:59.396Z[ host-package] Compiling nom v8.0.0
30172026-08-27T00:41:59.667Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182026-08-27T00:41:59.950Z[ host-package] Compiling progenitor v0.14.0
30192026-08-27T00:42:00.196Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30202026-08-27T00:42:00.226Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30212026-08-27T00:42:00.444Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30222026-08-27T00:42:01.033Z[ host-package] Compiling semver v0.1.20
30232026-08-27T00:42:01.120Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30242026-08-27T00:42:01.158Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-08-27T00:42:01.354Z[ host-package] Compiling rustc_version v0.1.7
30262026-08-27T00:42:01.394Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30272026-08-27T00:42:01.563Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30282026-08-27T00:42:01.672Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30292026-08-27T00:42:01.733Z[ host-package] Compiling newtype_derive v0.1.6
30302026-08-27T00:42:02.206Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30312026-08-27T00:42:02.691Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30322026-08-27T00:42:02.943Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30332026-08-27T00:42:03.126Z[ host-package] Compiling steno v0.4.1
30342026-08-27T00:42:03.129Z[ host-package] Compiling sha1 v0.10.6
30352026-08-27T00:42:03.226Z[ host-package] Compiling utf-8 v0.7.6
30362026-08-27T00:42:03.551Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30372026-08-27T00:42:03.585Z[ host-package] Compiling tagptr v0.2.0
30382026-08-27T00:42:03.685Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30392026-08-27T00:42:03.840Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30402026-08-27T00:42:03.886Z[ host-package] Compiling moka v0.12.13
30412026-08-27T00:42:03.910Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30422026-08-27T00:42:04.102Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30432026-08-27T00:42:04.263Z[ host-package] Compiling tungstenite v0.21.0
30442026-08-27T00:42:04.707Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30452026-08-27T00:42:05.287Z[ host-package] Compiling hickory-resolver v0.25.2
30462026-08-27T00:42:06.581Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30472026-08-27T00:42:06.763Z[ host-package] Compiling tokio-tungstenite v0.21.0
30482026-08-27T00:42:07.164Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30492026-08-27T00:42:07.714Z[ host-package] Compiling darling_core v0.21.3
30502026-08-27T00:42:09.508Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30512026-08-27T00:42:09.684Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30522026-08-27T00:42:09.749Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30532026-08-27T00:42:10.055Z[ host-package] Compiling darling_macro v0.21.3
30542026-08-27T00:42:10.444Z[ host-package] Compiling display-error-chain v0.2.2
30552026-08-27T00:42:10.511Z[ helios-setup] Aug 27 00:42:09.374 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')"
30562026-08-27T00:42:10.511Z[ helios-setup] Aug 27 00:42:09.374 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30572026-08-27T00:42:10.520Z[ helios-setup] Aug 27 00:42:09.383 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
30582026-08-27T00:42:10.520Z[ helios-setup] Aug 27 00:42:09.383 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30592026-08-27T00:42:10.524Z[ helios-setup] Aug 27 00:42:09.383 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30602026-08-27T00:42:10.654Z[ host-package] Compiling darling v0.21.3
30612026-08-27T00:42:10.689Z[ host-package] Compiling libscf-sys v1.2.0
30622026-08-27T00:42:10.694Z[ helios-setup] Aug 27 00:42:09.557 INFO E| Downloading crates ...
30632026-08-27T00:42:10.759Z[ helios-setup] Aug 27 00:42:09.620 INFO E| Downloaded miniz_oxide v0.8.8
30642026-08-27T00:42:10.763Z[ helios-setup] Aug 27 00:42:09.622 INFO E| Downloaded adler2 v2.0.0
30652026-08-27T00:42:10.785Z[ host-package] Compiling vergen-lib v0.1.6
30662026-08-27T00:42:10.804Z[ helios-setup] Aug 27 00:42:09.666 INFO E| Compiling adler2 v2.0.0
30672026-08-27T00:42:10.918Z[ host-package] Compiling diesel_derives v2.3.7
30682026-08-27T00:42:10.921Z[ helios-setup] Aug 27 00:42:09.781 INFO E| Compiling miniz_oxide v0.8.8
30692026-08-27T00:42:11.237Z[ host-package] Compiling dsl_auto_type v0.2.0
30702026-08-27T00:42:11.555Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30712026-08-27T00:42:11.964Z[ host-package] Compiling vergen-gitcl v1.0.8
30722026-08-27T00:42:11.984Z[ helios-setup] Aug 27 00:42:10.847 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30732026-08-27T00:42:12.244Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30742026-08-27T00:42:12.287Z[ host-package] Compiling dirs-sys-next v0.1.2
30752026-08-27T00:42:12.329Z[ host-package] Compiling glob v0.3.3
30762026-08-27T00:42:12.374Z[ host-package] Compiling crunchy v0.2.4
30772026-08-27T00:42:12.441Z[ helios-setup] Aug 27 00:42:11.303 INFO E| Finished `release` profile [optimized] target(s) in 1.90s
30782026-08-27T00:42:12.451Z[ helios-setup] Aug 27 00:42:11.314 INFO building project "pinprick" ok (1 seconds)
30792026-08-27T00:42:12.451Z[ helios-setup] Aug 27 00:42:11.314 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30802026-08-27T00:42:12.462Z[ helios-setup] Aug 27 00:42:11.323 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
30812026-08-27T00:42:12.462Z[ helios-setup] Aug 27 00:42:11.323 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30822026-08-27T00:42:12.465Z[ helios-setup] Aug 27 00:42:11.323 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30832026-08-27T00:42:12.469Z[ host-package] Compiling maplit v1.0.2
30842026-08-27T00:42:12.569Z[ helios-setup] Aug 27 00:42:11.431 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30852026-08-27T00:42:12.591Z[ host-package] Compiling dirs-next v2.0.0
30862026-08-27T00:42:12.722Z[ host-package] Compiling r2d2 v0.8.10
30872026-08-27T00:42:12.744Z[ host-package] Compiling clang-sys v1.8.1
30882026-08-27T00:42:12.747Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30892026-08-27T00:42:12.811Z[ host-package] Compiling papergrid v0.18.0
30902026-08-27T00:42:12.907Z[ helios-setup] Aug 27 00:42:11.770 INFO E| From https://github.com/jclulow/hiercmd
30912026-08-27T00:42:12.907Z[ helios-setup] Aug 27 00:42:11.770 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30922026-08-27T00:42:12.943Z[ helios-setup] Aug 27 00:42:11.806 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30932026-08-27T00:42:13.021Z[ host-package] Compiling downcast-rs v2.0.2
30942026-08-27T00:42:13.120Z[ host-package] Compiling tiny-keccak v2.0.2
30952026-08-27T00:42:13.154Z[ host-package] Compiling xshell-macros v0.2.7
30962026-08-27T00:42:13.252Z[ helios-setup] Aug 27 00:42:12.114 INFO E| From https://github.com/oxidecomputer/network-interface
30972026-08-27T00:42:13.252Z[ helios-setup] Aug 27 00:42:12.114 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30982026-08-27T00:42:13.291Z[ helios-setup] Aug 27 00:42:12.154 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30992026-08-27T00:42:13.406Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31002026-08-27T00:42:13.533Z[ host-package] Compiling term v0.7.0
31012026-08-27T00:42:13.589Z[ host-package] Compiling xshell v0.2.7
31022026-08-27T00:42:13.598Z[ helios-setup] Aug 27 00:42:12.461 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31032026-08-27T00:42:13.598Z[ helios-setup] Aug 27 00:42:12.461 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31042026-08-27T00:42:13.616Z[ helios-setup] Aug 27 00:42:12.479 INFO E| Updating crates.io index
31052026-08-27T00:42:13.619Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31062026-08-27T00:42:13.659Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31072026-08-27T00:42:13.779Z[ helios-setup] Aug 27 00:42:12.642 INFO E| Downloading crates ...
31082026-08-27T00:42:13.822Z[ helios-setup] Aug 27 00:42:12.685 INFO E| Downloaded env_filter v0.1.4
31092026-08-27T00:42:13.825Z[ helios-setup] Aug 27 00:42:12.686 INFO E| Downloaded crc v3.3.0
31102026-08-27T00:42:13.843Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31112026-08-27T00:42:13.848Z[ helios-setup] Aug 27 00:42:12.707 INFO E| Downloaded futures-core v0.3.31
31122026-08-27T00:42:13.848Z[ helios-setup] Aug 27 00:42:12.708 INFO E| Downloaded getopts v0.2.24
31132026-08-27T00:42:13.848Z[ helios-setup] Aug 27 00:42:12.709 INFO E| Downloaded bitfield v0.19.3
31142026-08-27T00:42:13.848Z[ helios-setup] Aug 27 00:42:12.710 INFO E| Downloaded term v1.2.0
31152026-08-27T00:42:13.857Z[ helios-setup] Aug 27 00:42:12.720 INFO E| Downloaded toml_datetime v0.7.3
31162026-08-27T00:42:13.860Z[ helios-setup] Aug 27 00:42:12.721 INFO E| Downloaded flate2 v1.1.5
31172026-08-27T00:42:13.863Z[ helios-setup] Aug 27 00:42:12.724 INFO E| Downloaded find-msvc-tools v0.1.4
31182026-08-27T00:42:13.863Z[ helios-setup] Aug 27 00:42:12.725 INFO E| Downloaded anstyle v1.0.13
31192026-08-27T00:42:13.891Z[ helios-setup] Aug 27 00:42:12.754 INFO E| Downloaded futures-sink v0.3.31
31202026-08-27T00:42:13.894Z[ helios-setup] Aug 27 00:42:12.754 INFO E| Downloaded itoa v1.0.15
31212026-08-27T00:42:13.894Z[ helios-setup] Aug 27 00:42:12.756 INFO E| Downloaded futures-task v0.3.31
31222026-08-27T00:42:13.894Z[ helios-setup] Aug 27 00:42:12.756 INFO E| Downloaded libdevinfo-sys v1.1.0
31232026-08-27T00:42:13.894Z[ helios-setup] Aug 27 00:42:12.757 INFO E| Downloaded futures-io v0.3.31
31242026-08-27T00:42:13.897Z[ helios-setup] Aug 27 00:42:12.757 INFO E| Downloaded quote v1.0.41
31252026-08-27T00:42:13.897Z[ helios-setup] Aug 27 00:42:12.759 INFO E| Downloaded base64ct v1.8.0
31262026-08-27T00:42:13.897Z[ helios-setup] Aug 27 00:42:12.760 INFO E| Downloaded clap_derive v4.5.49
31272026-08-27T00:42:13.900Z[ helios-setup] Aug 27 00:42:12.761 INFO E| Downloaded devinfo v0.1.0
31282026-08-27T00:42:13.991Z[ helios-setup] Aug 27 00:42:12.853 INFO E| Downloaded anstyle-query v1.1.4
31292026-08-27T00:42:13.994Z[ helios-setup] Aug 27 00:42:12.855 INFO E| Downloaded slab v0.4.11
31302026-08-27T00:42:13.994Z[ helios-setup] Aug 27 00:42:12.855 INFO E| Downloaded time-macros v0.2.24
31312026-08-27T00:42:13.994Z[ helios-setup] Aug 27 00:42:12.857 INFO E| Downloaded bitflags v2.10.0
31322026-08-27T00:42:13.997Z[ helios-setup] Aug 27 00:42:12.859 INFO E| Downloaded bitfield-macros v0.19.3
31332026-08-27T00:42:13.997Z[ helios-setup] Aug 27 00:42:12.859 INFO E| Downloaded pin-utils v0.1.0
31342026-08-27T00:42:13.997Z[ helios-setup] Aug 27 00:42:12.860 INFO E| Downloaded time-core v0.1.6
31352026-08-27T00:42:14.002Z[ helios-setup] Aug 27 00:42:12.865 INFO E| Downloaded serde_spanned v1.0.3
31362026-08-27T00:42:14.005Z[ helios-setup] Aug 27 00:42:12.865 INFO E| Downloaded clap_lex v0.7.6
31372026-08-27T00:42:14.005Z[ helios-setup] Aug 27 00:42:12.866 INFO E| Downloaded num_enum_derive v0.7.5
31382026-08-27T00:42:14.005Z[ helios-setup] Aug 27 00:42:12.867 INFO E| Downloaded signal-hook-registry v1.4.6
31392026-08-27T00:42:14.005Z[ helios-setup] Aug 27 00:42:12.868 INFO E| Downloaded pin-project-lite v0.2.16
31402026-08-27T00:42:14.008Z[ helios-setup] Aug 27 00:42:12.870 INFO E| Downloaded futures-executor v0.3.31
31412026-08-27T00:42:14.008Z[ helios-setup] Aug 27 00:42:12.871 INFO E| Downloaded thiserror v2.0.17
31422026-08-27T00:42:14.012Z[ helios-setup] Aug 27 00:42:12.875 INFO E| Downloaded env_logger v0.11.8
31432026-08-27T00:42:14.014Z[ helios-setup] Aug 27 00:42:12.876 INFO E| Downloaded num_enum v0.7.5
31442026-08-27T00:42:14.018Z[ helios-setup] Aug 27 00:42:12.879 INFO E| Downloaded clap v4.5.51
31452026-08-27T00:42:14.022Z[ helios-setup] Aug 27 00:42:12.885 INFO E| Downloaded deranged v0.5.5
31462026-08-27T00:42:14.025Z[ helios-setup] Aug 27 00:42:12.886 INFO E| Downloaded simd-adler32 v0.3.7
31472026-08-27T00:42:14.025Z[ helios-setup] Aug 27 00:42:12.887 INFO E| Downloaded zeroize_derive v1.4.2
31482026-08-27T00:42:14.025Z[ helios-setup] Aug 27 00:42:12.887 INFO E| Downloaded futures-channel v0.3.31
31492026-08-27T00:42:14.028Z[ helios-setup] Aug 27 00:42:12.888 INFO E| Downloaded futures-macro v0.3.31
31502026-08-27T00:42:14.028Z[ helios-setup] Aug 27 00:42:12.889 INFO E| Downloaded tokio-macros v2.6.0
31512026-08-27T00:42:14.028Z[ helios-setup] Aug 27 00:42:12.889 INFO E| Downloaded toml_writer v1.0.4
31522026-08-27T00:42:14.031Z[ helios-setup] Aug 27 00:42:12.893 INFO E| Downloaded thiserror-impl v2.0.17
31532026-08-27T00:42:14.031Z[ helios-setup] Aug 27 00:42:12.894 INFO E| Downloaded generic-array v0.14.9
31542026-08-27T00:42:14.033Z[ helios-setup] Aug 27 00:42:12.895 INFO E| Downloaded anyhow v1.0.100
31552026-08-27T00:42:14.036Z[ helios-setup] Aug 27 00:42:12.897 INFO E| Downloaded iana-time-zone v0.1.64
31562026-08-27T00:42:14.036Z[ helios-setup] Aug 27 00:42:12.899 INFO E| Downloaded ryu v1.0.20
31572026-08-27T00:42:14.039Z[ helios-setup] Aug 27 00:42:12.901 INFO E| Downloaded getrandom v0.2.16
31582026-08-27T00:42:14.042Z[ helios-setup] Aug 27 00:42:12.902 INFO E| Downloaded toml_parser v1.0.4
31592026-08-27T00:42:14.042Z[ helios-setup] Aug 27 00:42:12.904 INFO E| Downloaded zeroize v1.8.2
31602026-08-27T00:42:14.042Z[ helios-setup] Aug 27 00:42:12.905 INFO E| Downloaded unicode-ident v1.0.22
31612026-08-27T00:42:14.049Z[ helios-setup] Aug 27 00:42:12.906 INFO E| Downloaded uuid v1.18.1
31622026-08-27T00:42:14.049Z[ helios-setup] Aug 27 00:42:12.908 INFO E| Downloaded log v0.4.28
31632026-08-27T00:42:14.049Z[ helios-setup] Aug 27 00:42:12.910 INFO E| Downloaded toml v0.9.8
31642026-08-27T00:42:14.052Z[ helios-setup] Aug 27 00:42:12.913 INFO E| Downloaded socket2 v0.6.1
31652026-08-27T00:42:14.093Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31662026-08-27T00:42:14.096Z[ helios-setup] Aug 27 00:42:12.952 INFO E| Downloaded typenum v1.19.0
31672026-08-27T00:42:14.096Z[ helios-setup] Aug 27 00:42:12.954 INFO E| Downloaded proc-macro2 v1.0.103
31682026-08-27T00:42:14.096Z[ helios-setup] Aug 27 00:42:12.956 INFO E| Downloaded memchr v2.7.6
31692026-08-27T00:42:14.096Z[ helios-setup] Aug 27 00:42:12.959 INFO E| Downloaded bytes v1.10.1
31702026-08-27T00:42:14.099Z[ helios-setup] Aug 27 00:42:12.962 INFO E| Downloaded toml_edit v0.23.7
31712026-08-27T00:42:14.102Z[ helios-setup] Aug 27 00:42:12.964 INFO E| Downloaded futures v0.3.31
31722026-08-27T00:42:14.105Z[ helios-setup] Aug 27 00:42:12.967 INFO E| Downloaded cc v1.2.44
31732026-08-27T00:42:14.116Z[ helios-setup] Aug 27 00:42:12.970 INFO E| Downloaded rsa v0.9.8
31742026-08-27T00:42:14.116Z[ helios-setup] Aug 27 00:42:12.973 INFO E| Downloaded rand v0.8.5
31752026-08-27T00:42:14.116Z[ helios-setup] Aug 27 00:42:12.975 INFO E| Downloaded time v0.3.44
31762026-08-27T00:42:14.120Z[ helios-setup] Aug 27 00:42:12.980 INFO E| Downloaded libm v0.2.15
31772026-08-27T00:42:14.124Z[ helios-setup] Aug 27 00:42:12.986 INFO E| Downloaded mio v1.1.0
31782026-08-27T00:42:14.127Z[ helios-setup] Aug 27 00:42:12.990 INFO E| Downloaded zerocopy-derive v0.8.27
31792026-08-27T00:42:14.131Z[ helios-setup] Aug 27 00:42:12.994 INFO E| Downloaded indexmap v2.12.0
31802026-08-27T00:42:14.134Z[ helios-setup] Aug 27 00:42:12.996 INFO E| Downloaded iddqd v0.3.14
31812026-08-27T00:42:14.155Z[ helios-setup] Aug 27 00:42:13.018 INFO E| Downloaded hashbrown v0.16.0
31822026-08-27T00:42:14.159Z[ helios-setup] Aug 27 00:42:13.022 INFO E| Downloaded serde_json v1.0.145
31832026-08-27T00:42:14.163Z[ helios-setup] Aug 27 00:42:13.026 INFO E| Downloaded clap_builder v4.5.51
31842026-08-27T00:42:14.167Z[ helios-setup] Aug 27 00:42:13.030 INFO E| Downloaded futures-util v0.3.31
31852026-08-27T00:42:14.175Z[ host-package] Compiling tabled v0.21.0
31862026-08-27T00:42:14.183Z[ helios-setup] Aug 27 00:42:13.043 INFO E| Downloaded num-bigint-dig v0.8.4
31872026-08-27T00:42:14.188Z[ helios-setup] Aug 27 00:42:13.051 INFO E| Downloaded winnow v0.7.13
31882026-08-27T00:42:14.194Z[ helios-setup] Aug 27 00:42:13.057 INFO E| Downloaded zerocopy v0.8.27
31892026-08-27T00:42:14.208Z[ helios-setup] Aug 27 00:42:13.070 INFO E| Downloaded unicode-width v0.2.2
31902026-08-27T00:42:14.211Z[ helios-setup] Aug 27 00:42:13.074 INFO E| Downloaded chrono v0.4.42
31912026-08-27T00:42:14.215Z[ helios-setup] Aug 27 00:42:13.078 INFO E| Downloaded syn v2.0.108
31922026-08-27T00:42:14.232Z[ helios-setup] Aug 27 00:42:13.094 INFO E| Downloaded rustix v1.1.2
31932026-08-27T00:42:14.287Z[ helios-setup] Aug 27 00:42:13.150 INFO E| Downloaded libc v0.2.177
31942026-08-27T00:42:14.302Z[ helios-setup] Aug 27 00:42:13.165 INFO E| Downloaded tokio v1.48.0
31952026-08-27T00:42:14.381Z[ host-package] Compiling bit-vec v0.6.3
31962026-08-27T00:42:14.413Z[ helios-setup] Aug 27 00:42:13.275 INFO E| Compiling proc-macro2 v1.0.103
31972026-08-27T00:42:14.413Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling unicode-ident v1.0.22
31982026-08-27T00:42:14.416Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling quote v1.0.41
31992026-08-27T00:42:14.416Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling libc v0.2.177
32002026-08-27T00:42:14.416Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling serde_core v1.0.228
32012026-08-27T00:42:14.416Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling cfg-if v1.0.4
32022026-08-27T00:42:14.416Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling serde v1.0.228
32032026-08-27T00:42:14.416Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling version_check v0.9.5
32042026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling autocfg v1.5.0
32052026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling typenum v1.19.0
32062026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling const-oid v0.9.6
32072026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling libm v0.2.15
32082026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling zerocopy v0.8.27
32092026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling rustversion v1.0.22
32102026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling zeroize v1.8.2
32112026-08-27T00:42:14.417Z[ helios-setup] Aug 27 00:42:13.276 INFO E| Compiling base64ct v1.8.0
32122026-08-27T00:42:14.698Z[ host-package] Compiling bit-set v0.5.3
32132026-08-27T00:42:14.766Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32142026-08-27T00:42:14.883Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32152026-08-27T00:42:15.056Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32162026-08-27T00:42:15.128Z[ host-package] Compiling ascii-canvas v3.0.0
32172026-08-27T00:42:15.230Z[ helios-setup] Aug 27 00:42:14.093 INFO E| Compiling smallvec v1.15.1
32182026-08-27T00:42:15.345Z[ helios-setup] Aug 27 00:42:14.208 INFO E| Compiling equivalent v1.0.2
32192026-08-27T00:42:15.367Z[ helios-setup] Aug 27 00:42:14.230 INFO E| Compiling winnow v0.7.13
32202026-08-27T00:42:15.535Z[ helios-setup] Aug 27 00:42:14.398 INFO E| Compiling utf8parse v0.2.2
32212026-08-27T00:42:15.587Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32222026-08-27T00:42:15.677Z[ helios-setup] Aug 27 00:42:14.540 INFO E| Compiling byteorder v1.5.0
32232026-08-27T00:42:15.701Z[ helios-setup] Aug 27 00:42:14.563 INFO E| Compiling generic-array v0.14.9
32242026-08-27T00:42:15.773Z[ helios-setup] Aug 27 00:42:14.636 INFO E| Compiling pem-rfc7468 v0.7.0
32252026-08-27T00:42:15.777Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32262026-08-27T00:42:15.846Z[ helios-setup] Aug 27 00:42:14.709 INFO E| Compiling num-traits v0.2.19
32272026-08-27T00:42:15.858Z[ helios-setup] Aug 27 00:42:14.721 INFO E| Compiling memchr v2.7.6
32282026-08-27T00:42:15.901Z[ helios-setup] Aug 27 00:42:14.763 INFO E| Compiling anyhow v1.0.100
32292026-08-27T00:42:15.994Z[ helios-setup] Aug 27 00:42:14.857 INFO E| Compiling flagset v0.4.7
32302026-08-27T00:42:16.058Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32312026-08-27T00:42:16.200Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32322026-08-27T00:42:16.260Z[ helios-setup] Aug 27 00:42:15.120 INFO E| Compiling rustix v1.1.2
32332026-08-27T00:42:16.324Z[ helios-setup] Aug 27 00:42:15.187 INFO E| Compiling crc32fast v1.5.0
32342026-08-27T00:42:16.461Z[ helios-setup] Aug 27 00:42:15.323 INFO E| Compiling hashbrown v0.16.0
32352026-08-27T00:42:16.584Z[ host-package] Compiling itertools v0.10.5
32362026-08-27T00:42:16.675Z[ helios-setup] Aug 27 00:42:15.537 INFO E| Compiling anstyle-parse v0.2.7
32372026-08-27T00:42:16.680Z[ host-package] Compiling ena v0.14.4
32382026-08-27T00:42:16.684Z[ helios-setup] Aug 27 00:42:15.544 INFO E| Compiling cpufeatures v0.2.17
32392026-08-27T00:42:16.762Z[ helios-setup] Aug 27 00:42:15.625 INFO E| Compiling shlex v1.3.0
32402026-08-27T00:42:17.023Z[ helios-setup] Aug 27 00:42:15.886 INFO E| Compiling getrandom v0.2.16
32412026-08-27T00:42:17.036Z[ helios-setup] Aug 27 00:42:15.899 INFO E| Compiling errno v0.3.14
32422026-08-27T00:42:17.090Z[ helios-setup] Aug 27 00:42:15.953 INFO E| Compiling find-msvc-tools v0.1.4
32432026-08-27T00:42:17.119Z[ helios-setup] Aug 27 00:42:15.982 INFO E| Compiling colorchoice v1.0.4
32442026-08-27T00:42:17.226Z[ host-package] Compiling libloading v0.8.9
32452026-08-27T00:42:17.231Z[ helios-setup] Aug 27 00:42:16.094 INFO E| Compiling rand_core v0.6.4
32462026-08-27T00:42:17.272Z[ helios-setup] Aug 27 00:42:16.135 INFO E| Compiling anstyle v1.0.13
32472026-08-27T00:42:17.283Z[ helios-setup] Aug 27 00:42:16.145 INFO E| Compiling anstyle-query v1.1.4
32482026-08-27T00:42:17.352Z[ helios-setup] Aug 27 00:42:16.215 INFO E| Compiling radium v0.7.0
32492026-08-27T00:42:17.366Z[ helios-setup] Aug 27 00:42:16.229 INFO E| Compiling syn v1.0.109
32502026-08-27T00:42:17.380Z[ helios-setup] Aug 27 00:42:16.243 INFO E| Compiling is_terminal_polyfill v1.70.2
32512026-08-27T00:42:17.397Z[ helios-setup] Aug 27 00:42:16.260 INFO E| Compiling toml_datetime v0.7.3
32522026-08-27T00:42:17.496Z[ helios-setup] Aug 27 00:42:16.359 INFO E| Compiling indexmap v2.12.0
32532026-08-27T00:42:17.509Z[ host-package] Compiling bindgen v0.71.1
32542026-08-27T00:42:17.610Z[ helios-setup] Aug 27 00:42:16.473 INFO E| Compiling allocator-api2 v0.2.21
32552026-08-27T00:42:17.676Z[ host-package] Compiling regex-syntax v0.6.29
32562026-08-27T00:42:17.883Z[ helios-setup] Aug 27 00:42:16.734 INFO E| Compiling anstream v0.6.21
32572026-08-27T00:42:17.924Z[ helios-setup] Aug 27 00:42:16.786 INFO E| Compiling cc v1.2.44
32582026-08-27T00:42:17.937Z[ helios-setup] Aug 27 00:42:16.799 INFO E| Compiling slog v2.8.2
32592026-08-27T00:42:18.021Z[ helios-setup] Aug 27 00:42:16.883 INFO E| Compiling maybe-uninit v2.0.0
32602026-08-27T00:42:18.049Z[ host-package] Compiling unicase v2.9.0
32612026-08-27T00:42:18.168Z[ helios-setup] Aug 27 00:42:17.030 INFO E| Compiling block-buffer v0.10.4
32622026-08-27T00:42:18.214Z[ host-package] Compiling diff v0.1.13
32632026-08-27T00:42:18.222Z[ helios-setup] Aug 27 00:42:17.085 INFO E| Compiling crypto-common v0.1.6
32642026-08-27T00:42:18.276Z[ helios-setup] Aug 27 00:42:17.139 INFO E| Compiling syn v2.0.108
32652026-08-27T00:42:18.296Z[ helios-setup] Aug 27 00:42:17.159 INFO E| Compiling toml_parser v1.0.4
32662026-08-27T00:42:18.450Z[ helios-setup] Aug 27 00:42:17.312 INFO E| Compiling pin-project-lite v0.2.16
32672026-08-27T00:42:18.558Z[ helios-setup] Aug 27 00:42:17.421 INFO E| Compiling digest v0.10.7
32682026-08-27T00:42:18.656Z[ helios-setup] Aug 27 00:42:17.519 INFO E| Compiling parking_lot_core v0.9.12
32692026-08-27T00:42:18.731Z[ helios-setup] Aug 27 00:42:17.591 INFO E| Compiling futures-sink v0.3.31
32702026-08-27T00:42:18.771Z[ helios-setup] Aug 27 00:42:17.634 INFO E| Compiling tap v1.0.1
32712026-08-27T00:42:18.849Z[ helios-setup] Aug 27 00:42:17.711 INFO E| Compiling futures-core v0.3.31
32722026-08-27T00:42:18.914Z[ helios-setup] Aug 27 00:42:17.776 INFO E| Compiling pkg-config v0.3.32
32732026-08-27T00:42:18.957Z[ helios-setup] Aug 27 00:42:17.820 INFO E| Compiling unicode-width v0.2.2
32742026-08-27T00:42:18.967Z[ helios-setup] Aug 27 00:42:17.829 INFO E| Compiling wyz v0.5.1
32752026-08-27T00:42:19.018Z[ host-package] Compiling diesel v2.3.7
32762026-08-27T00:42:19.039Z[ host-package] Compiling cexpr v0.6.0
32772026-08-27T00:42:19.044Z[ helios-setup] Aug 27 00:42:17.902 INFO E| Compiling futures-channel v0.3.31
32782026-08-27T00:42:19.090Z[ helios-setup] Aug 27 00:42:17.952 INFO E| Compiling sha2 v0.10.9
32792026-08-27T00:42:19.183Z[ helios-setup] Aug 27 00:42:18.046 INFO E| Compiling bitflags v2.10.0
32802026-08-27T00:42:19.247Z[ helios-setup] Aug 27 00:42:18.110 INFO E| Compiling toml_edit v0.23.7
32812026-08-27T00:42:19.315Z[ helios-setup] Aug 27 00:42:18.178 INFO E| Compiling num-integer v0.1.46
32822026-08-27T00:42:19.442Z[ helios-setup] Aug 27 00:42:18.305 INFO E| Compiling ahash v0.8.12
32832026-08-27T00:42:19.484Z[ helios-setup] Aug 27 00:42:18.346 INFO E| Compiling getopts v0.2.24
32842026-08-27T00:42:19.528Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32852026-08-27T00:42:19.604Z[ helios-setup] Aug 27 00:42:18.466 INFO E| Compiling scopeguard v1.2.0
32862026-08-27T00:42:19.623Z[ helios-setup] Aug 27 00:42:18.486 INFO E| Compiling pin-utils v0.1.0
32872026-08-27T00:42:19.633Z[ helios-setup] Aug 27 00:42:18.493 INFO E| Compiling num-bigint-dig v0.8.4
32882026-08-27T00:42:19.709Z[ helios-setup] Aug 27 00:42:18.571 INFO E| Compiling futures-io v0.3.31
32892026-08-27T00:42:19.740Z[ helios-setup] Aug 27 00:42:18.603 INFO E| Compiling bytes v1.10.1
32902026-08-27T00:42:19.744Z[ helios-setup] Aug 27 00:42:18.603 INFO E| Compiling heck v0.5.0
32912026-08-27T00:42:19.752Z[ helios-setup] Aug 27 00:42:18.615 INFO E| Compiling powerfmt v0.2.0
32922026-08-27T00:42:20.045Z[ helios-setup] Aug 27 00:42:18.907 INFO E| Compiling proc-macro-crate v3.4.0
32932026-08-27T00:42:20.048Z[ helios-setup] Aug 27 00:42:18.908 INFO E| Compiling funty v2.0.0
32942026-08-27T00:42:20.151Z[ helios-setup] Aug 27 00:42:19.014 INFO E| Compiling strsim v0.11.1
32952026-08-27T00:42:20.178Z[ host-package] Compiling crc8 v0.1.1
32962026-08-27T00:42:20.216Z[ helios-setup] Aug 27 00:42:19.079 INFO E| Compiling packed_struct v0.10.1
32972026-08-27T00:42:20.230Z[ helios-setup] Aug 27 00:42:19.092 INFO E| Compiling slab v0.4.11
32982026-08-27T00:42:20.251Z[ helios-setup] Aug 27 00:42:19.113 INFO E| Compiling thiserror v1.0.69
32992026-08-27T00:42:20.309Z[ helios-setup] Aug 27 00:42:19.172 INFO E| Compiling spin v0.9.8
33002026-08-27T00:42:20.381Z[ helios-setup] Aug 27 00:42:19.243 INFO E| Compiling getrandom v0.3.4
33012026-08-27T00:42:20.453Z[ host-package] Compiling lalrpop v0.19.12
33022026-08-27T00:42:20.498Z[ helios-setup] Aug 27 00:42:19.361 INFO E| Compiling clap_lex v0.7.6
33032026-08-27T00:42:20.544Z[ helios-setup] Aug 27 00:42:19.407 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33042026-08-27T00:42:20.646Z[ helios-setup] Aug 27 00:42:19.509 INFO E| Compiling itoa v1.0.15
33052026-08-27T00:42:20.804Z[ host-package] Compiling rustc-hash v2.1.1
33062026-08-27T00:42:20.847Z[ helios-setup] Aug 27 00:42:19.709 INFO E| Compiling terminal_size v0.4.3
33072026-08-27T00:42:20.871Z[ helios-setup] Aug 27 00:42:19.732 INFO E| Compiling time-core v0.1.6
33082026-08-27T00:42:20.966Z[ helios-setup] Aug 27 00:42:19.829 INFO E| Compiling futures-task v0.3.31
33092026-08-27T00:42:20.988Z[ helios-setup] Aug 27 00:42:19.850 INFO E| Compiling num-conv v0.1.0
33102026-08-27T00:42:21.230Z[ helios-setup] Aug 27 00:42:20.093 INFO E| Compiling clap_builder v4.5.51
33112026-08-27T00:42:21.230Z[ helios-setup] Aug 27 00:42:20.093 INFO E| Compiling bitvec v1.0.1
33122026-08-27T00:42:21.243Z[ helios-setup] Aug 27 00:42:20.106 INFO E| Compiling lazy_static v1.5.0
33132026-08-27T00:42:21.279Z[ helios-setup] Aug 27 00:42:20.142 INFO E| Compiling time-macros v0.2.24
33142026-08-27T00:42:21.287Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33152026-08-27T00:42:21.350Z[ helios-setup] Aug 27 00:42:20.213 INFO E| Compiling deranged v0.5.5
33162026-08-27T00:42:21.359Z[ helios-setup] Aug 27 00:42:20.222 INFO E| Compiling lock_api v0.4.14
33172026-08-27T00:42:21.390Z[ helios-setup] Aug 27 00:42:20.253 INFO E| Compiling num-iter v0.1.45
33182026-08-27T00:42:21.514Z[ helios-setup] Aug 27 00:42:20.377 INFO E| Compiling indexmap v1.9.3
33192026-08-27T00:42:21.613Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-08-27T00:42:21.619Z[ helios-setup] Aug 27 00:42:20.482 INFO E| Compiling once_cell v1.21.3
33212026-08-27T00:42:21.657Z[ helios-setup] Aug 27 00:42:20.518 INFO E| Compiling thiserror v2.0.17
33222026-08-27T00:42:21.838Z[ helios-setup] Aug 27 00:42:20.700 INFO E| Compiling serde_json v1.0.145
33232026-08-27T00:42:21.900Z[ helios-setup] Aug 27 00:42:20.762 INFO E| Compiling simd-adler32 v0.3.7
33242026-08-27T00:42:22.016Z[ host-package] Compiling headers-core v0.3.0
33252026-08-27T00:42:22.086Z[ helios-setup] Aug 27 00:42:20.949 INFO E| Compiling crc-catalog v2.4.0
33262026-08-27T00:42:22.143Z[ helios-setup] Aug 27 00:42:21.006 INFO E| Compiling iana-time-zone v0.1.64
33272026-08-27T00:42:22.197Z[ helios-setup] Aug 27 00:42:21.059 INFO E| Compiling log v0.4.28
33282026-08-27T00:42:22.219Z[ helios-setup] Aug 27 00:42:21.081 INFO E| Compiling adler2 v2.0.1
33292026-08-27T00:42:22.219Z[ helios-setup] Aug 27 00:42:21.081 INFO E| Compiling nodrop v0.1.14
33302026-08-27T00:42:22.262Z[ host-package] Compiling libxml v0.3.3
33312026-08-27T00:42:22.296Z[ helios-setup] Aug 27 00:42:21.159 INFO E| Compiling crc v3.3.0
33322026-08-27T00:42:22.448Z[ helios-setup] Aug 27 00:42:21.310 INFO E| Compiling chrono v0.4.42
33332026-08-27T00:42:22.573Z[ host-package] Compiling headers v0.4.1
33342026-08-27T00:42:22.602Z[ helios-setup] Aug 27 00:42:21.464 INFO E| Compiling env_filter v0.1.4
33352026-08-27T00:42:22.716Z[ helios-setup] Aug 27 00:42:21.577 INFO E| Compiling array-init v0.0.4
33362026-08-27T00:42:22.782Z[ helios-setup] Aug 27 00:42:21.645 INFO E| Compiling miniz_oxide v0.8.9
33372026-08-27T00:42:22.819Z[ helios-setup] Aug 27 00:42:21.682 INFO E| Compiling parking_lot v0.12.5
33382026-08-27T00:42:22.915Z[ helios-setup] Aug 27 00:42:21.777 INFO E| Compiling smallvec v0.6.14
33392026-08-27T00:42:23.325Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33402026-08-27T00:42:23.329Z[ host-package] Compiling strum_macros v0.24.3
33412026-08-27T00:42:23.356Z[ helios-setup] Aug 27 00:42:22.215 INFO E| Compiling serde_spanned v1.0.3
33422026-08-27T00:42:23.397Z[ helios-setup] Aug 27 00:42:22.260 INFO E| Compiling time v0.3.44
33432026-08-27T00:42:23.574Z[ host-package] Compiling indoc v1.0.9
33442026-08-27T00:42:23.645Z[ helios-setup] Aug 27 00:42:22.508 INFO E| Compiling signature v2.2.0
33452026-08-27T00:42:23.671Z[ helios-setup] Aug 27 00:42:22.533 INFO E| Compiling is-terminal v0.4.17
33462026-08-27T00:42:23.768Z[ helios-setup] Aug 27 00:42:22.630 INFO E| Compiling socket2 v0.6.1
33472026-08-27T00:42:23.787Z[ helios-setup] Aug 27 00:42:22.650 INFO E| Compiling mio v1.1.0
33482026-08-27T00:42:23.977Z[ helios-setup] Aug 27 00:42:22.839 INFO E| Compiling signal-hook-registry v1.4.6
33492026-08-27T00:42:24.058Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33502026-08-27T00:42:24.071Z[ helios-setup] Aug 27 00:42:22.933 INFO E| Compiling thread_local v1.1.9
33512026-08-27T00:42:24.154Z[ helios-setup] Aug 27 00:42:23.016 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33522026-08-27T00:42:24.248Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33532026-08-27T00:42:24.399Z[ helios-setup] Aug 27 00:42:23.262 INFO E| Compiling base64 v0.21.7
33542026-08-27T00:42:24.424Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33552026-08-27T00:42:24.511Z[ helios-setup] Aug 27 00:42:23.373 INFO E| Compiling packed_struct_codegen v0.10.1
33562026-08-27T00:42:24.546Z[ host-package] Compiling derive_builder v0.20.2
33572026-08-27T00:42:24.718Z[ host-package] Compiling oso-derive v0.27.3
33582026-08-27T00:42:25.002Z[ host-package] Compiling quick-xml v0.37.5
33592026-08-27T00:42:25.010Z[ helios-setup] Aug 27 00:42:23.873 INFO E| Compiling winnow v0.5.40
33602026-08-27T00:42:25.041Z[ helios-setup] Aug 27 00:42:23.903 INFO E| Compiling ryu v1.0.20
33612026-08-27T00:42:25.041Z[ helios-setup] Aug 27 00:42:23.904 INFO E| Compiling libdevinfo-sys v1.1.0
33622026-08-27T00:42:25.106Z[ helios-setup] Aug 27 00:42:23.969 INFO E| Compiling hashbrown v0.12.3
33632026-08-27T00:42:25.158Z[ helios-setup] Aug 27 00:42:24.021 INFO E| Compiling subtle v2.6.1
33642026-08-27T00:42:25.184Z[ helios-setup] Aug 27 00:42:24.047 INFO E| Compiling toml_writer v1.0.4
33652026-08-27T00:42:25.219Z[ helios-setup] Aug 27 00:42:24.081 INFO E| Compiling term v1.2.0
33662026-08-27T00:42:25.242Z[ helios-setup] Aug 27 00:42:24.105 INFO E| Compiling bzip2 v0.4.4
33672026-08-27T00:42:25.391Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33682026-08-27T00:42:25.477Z[ helios-setup] Aug 27 00:42:24.340 INFO E| Compiling flate2 v1.1.5
33692026-08-27T00:42:25.559Z[ helios-setup] Aug 27 00:42:24.421 INFO E| Compiling serde_derive v1.0.228
33702026-08-27T00:42:25.630Z[ host-package] Compiling openssl-probe v0.1.6
33712026-08-27T00:42:25.663Z[ helios-setup] Aug 27 00:42:24.525 INFO E| Compiling zerocopy-derive v0.8.27
33722026-08-27T00:42:25.714Z[ helios-setup] Aug 27 00:42:24.577 INFO E| Compiling der_derive v0.7.3
33732026-08-27T00:42:25.906Z[ helios-setup] Aug 27 00:42:24.769 INFO E| Compiling futures-macro v0.3.31
33742026-08-27T00:42:26.046Z[ helios-setup] Aug 27 00:42:24.909 INFO E| Compiling zerocopy-derive v0.6.6
33752026-08-27T00:42:26.123Z[ helios-setup] Aug 27 00:42:24.986 INFO E| Compiling num_enum_derive v0.7.5
33762026-08-27T00:42:26.290Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33772026-08-27T00:42:26.445Z[ helios-setup] Aug 27 00:42:25.308 INFO E| Compiling thiserror-impl v1.0.69
33782026-08-27T00:42:26.485Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33792026-08-27T00:42:26.508Z[ helios-setup] Aug 27 00:42:25.371 INFO E| Compiling bitfield-macros v0.19.3
33802026-08-27T00:42:26.575Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-08-27T00:42:26.651Z[ helios-setup] Aug 27 00:42:25.514 INFO E| Compiling clap_derive v4.5.49
33822026-08-27T00:42:26.698Z[ helios-setup] Aug 27 00:42:25.561 INFO E| Compiling thiserror-impl v2.0.17
33832026-08-27T00:42:27.024Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-08-27T00:42:27.354Z[ helios-setup] Aug 27 00:42:26.216 INFO E| Compiling tokio-macros v2.6.0
33852026-08-27T00:42:27.517Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33862026-08-27T00:42:27.574Z[ host-package] Compiling bb8 v0.8.6
33872026-08-27T00:42:27.584Z[ helios-setup] Aug 27 00:42:26.446 INFO E| Compiling futures-util v0.3.31
33882026-08-27T00:42:28.037Z[ host-package] Compiling trait-variant v0.1.2
33892026-08-27T00:42:28.140Z[ helios-setup] Aug 27 00:42:27.002 INFO E| Compiling der v0.7.10
33902026-08-27T00:42:28.169Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33912026-08-27T00:42:28.350Z[ helios-setup] Aug 27 00:42:27.212 INFO E| Compiling num_enum v0.7.5
33922026-08-27T00:42:28.410Z[ helios-setup] Aug 27 00:42:27.273 INFO E| Compiling zerocopy v0.6.6
33932026-08-27T00:42:28.491Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33942026-08-27T00:42:28.505Z[ helios-setup] Aug 27 00:42:27.367 INFO E| Compiling bitfield v0.19.3
33952026-08-27T00:42:28.610Z[ host-package] Compiling half v1.8.3
33962026-08-27T00:42:28.623Z[ helios-setup] Aug 27 00:42:27.486 INFO E| Compiling devinfo v0.1.0
33972026-08-27T00:42:28.714Z[ helios-setup] Aug 27 00:42:27.577 INFO E| Compiling toml v0.9.8
33982026-08-27T00:42:28.782Z[ helios-setup] Aug 27 00:42:27.645 INFO E| Compiling uuid v1.18.1
33992026-08-27T00:42:29.060Z[ helios-setup] Aug 27 00:42:27.923 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34002026-08-27T00:42:29.064Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34012026-08-27T00:42:29.183Z[ helios-setup] Aug 27 00:42:28.043 INFO E| Compiling env_logger v0.11.8
34022026-08-27T00:42:29.219Z[ helios-setup] Aug 27 00:42:28.081 INFO E| Compiling tokio v1.48.0
34032026-08-27T00:42:29.225Z[ helios-setup] Aug 27 00:42:28.088 INFO E| Compiling rustc-hash v2.1.1
34042026-08-27T00:42:29.337Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34052026-08-27T00:42:29.341Z[ host-package] Compiling serde_cbor v0.11.2
34062026-08-27T00:42:29.469Z[ helios-setup] Aug 27 00:42:28.331 INFO E| Compiling hex v0.4.3
34072026-08-27T00:42:29.501Z[ host-package] Compiling hashbrown v0.14.5
34082026-08-27T00:42:29.639Z[ helios-setup] Aug 27 00:42:28.500 INFO E| Compiling bitflags v1.3.2
34092026-08-27T00:42:29.718Z[ helios-setup] Aug 27 00:42:28.581 INFO E| Compiling crc-any v2.5.0
34102026-08-27T00:42:29.724Z[ helios-setup] Aug 27 00:42:28.587 INFO E| Compiling foldhash v0.2.0
34112026-08-27T00:42:29.836Z[ helios-setup] Aug 27 00:42:28.699 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34122026-08-27T00:42:29.840Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34132026-08-27T00:42:29.907Z[ host-package] Compiling proc-macro-error2 v2.0.1
34142026-08-27T00:42:30.104Z[ helios-setup] Aug 27 00:42:28.967 INFO E| Compiling iddqd v0.3.14
34152026-08-27T00:42:30.234Z[ helios-setup] Aug 27 00:42:29.096 INFO E| Compiling zip v0.6.6
34162026-08-27T00:42:30.362Z[ helios-setup] Aug 27 00:42:29.225 INFO E| Compiling clap v4.5.51
34172026-08-27T00:42:30.395Z[ helios-setup] Aug 27 00:42:29.257 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34182026-08-27T00:42:30.460Z[ helios-setup] Aug 27 00:42:29.323 INFO E| Compiling path-slash v0.1.5
34192026-08-27T00:42:30.482Z[ host-package] Compiling rfc6979 v0.4.0
34202026-08-27T00:42:30.578Z[ host-package] Compiling salty v0.3.0
34212026-08-27T00:42:30.700Z[ helios-setup] Aug 27 00:42:29.563 INFO E| Compiling spki v0.7.3
34222026-08-27T00:42:30.774Z[ host-package] Compiling ecdsa v0.16.9
34232026-08-27T00:42:30.900Z[ host-package] Compiling samael v0.0.19
34242026-08-27T00:42:30.942Z[ helios-setup] Aug 27 00:42:29.803 INFO E| Compiling pkcs8 v0.10.2
34252026-08-27T00:42:30.991Z[ host-package] Compiling chumsky v0.9.3
34262026-08-27T00:42:31.076Z[ host-package] Compiling knus-derive v3.4.0
34272026-08-27T00:42:31.173Z[ helios-setup] Aug 27 00:42:30.036 INFO E| Compiling x509-cert v0.2.5
34282026-08-27T00:42:31.365Z[ helios-setup] Aug 27 00:42:30.228 INFO E| Compiling ppv-lite86 v0.2.21
34292026-08-27T00:42:31.386Z[ helios-setup] Aug 27 00:42:30.248 INFO E| Compiling pkcs1 v0.7.5
34302026-08-27T00:42:31.994Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-08-27T00:42:32.108Z[ host-package] Compiling progenitor-impl v0.13.0
34322026-08-27T00:42:32.159Z[ helios-setup] Aug 27 00:42:31.022 INFO E| Compiling rand_chacha v0.3.1
34332026-08-27T00:42:32.251Z[ helios-setup] Aug 27 00:42:31.112 INFO E| Compiling erased-serde v0.3.31
34342026-08-27T00:42:32.265Z[ helios-setup] Aug 27 00:42:31.128 INFO E| Compiling toml_datetime v0.6.11
34352026-08-27T00:42:32.380Z[ host-package] Compiling primeorder v0.13.6
34362026-08-27T00:42:33.037Z[ helios-setup] Aug 27 00:42:31.898 INFO E| Compiling rand v0.8.5
34372026-08-27T00:42:33.069Z[ helios-setup] Aug 27 00:42:31.931 INFO E| Compiling futures-executor v0.3.31
34382026-08-27T00:42:33.136Z[ helios-setup] Aug 27 00:42:31.998 INFO E| Compiling serde_spanned v0.6.9
34392026-08-27T00:42:33.285Z[ host-package] Compiling nonempty v0.12.0
34402026-08-27T00:42:33.454Z[ helios-setup] Aug 27 00:42:32.317 INFO E| Compiling futures v0.3.31
34412026-08-27T00:42:33.555Z[ helios-setup] Aug 27 00:42:32.416 INFO E| Compiling toml_edit v0.19.15
34422026-08-27T00:42:33.636Z[ host-package] Compiling p384 v0.13.1
34432026-08-27T00:42:33.643Z[ helios-setup] Aug 27 00:42:32.506 INFO E| Compiling ron v0.8.1
34442026-08-27T00:42:33.673Z[ helios-setup] Aug 27 00:42:32.536 INFO E| Compiling serde-hex v0.1.0
34452026-08-27T00:42:33.927Z[ helios-setup] Aug 27 00:42:32.789 INFO E| Compiling hashbrown v0.13.2
34462026-08-27T00:42:33.983Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34472026-08-27T00:42:34.102Z[ helios-setup] Aug 27 00:42:32.964 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34482026-08-27T00:42:34.153Z[ helios-setup] Aug 27 00:42:33.015 INFO E| Compiling slog-term v2.9.2
34492026-08-27T00:42:34.298Z[ host-package] Compiling knus v3.4.0
34502026-08-27T00:42:34.807Z[ host-package] Compiling polar-core v0.27.3
34512026-08-27T00:42:34.816Z[ helios-setup] Aug 27 00:42:33.679 INFO E| Compiling object v0.30.4
34522026-08-27T00:42:35.105Z[ helios-setup] Aug 27 00:42:33.967 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34532026-08-27T00:42:35.162Z[ helios-setup] Aug 27 00:42:34.025 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34542026-08-27T00:42:35.213Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34552026-08-27T00:42:36.057Z[ host-package] Compiling progenitor-macro v0.13.0
34562026-08-27T00:42:36.280Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34572026-08-27T00:42:36.287Z[ helios-setup] Aug 27 00:42:35.148 INFO E| Compiling rsa v0.9.8
34582026-08-27T00:42:36.500Z[ host-package] Compiling progenitor-client v0.13.0
34592026-08-27T00:42:37.207Z[ helios-setup] Aug 27 00:42:36.069 INFO E| Compiling toml v0.7.8
34602026-08-27T00:42:37.891Z[ host-package] Compiling fxhash v0.2.1
34612026-08-27T00:42:38.000Z[ host-package] Compiling libz-sys v1.1.24
34622026-08-27T00:42:38.004Z[ helios-setup] Aug 27 00:42:36.866 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34632026-08-27T00:42:38.004Z[ helios-setup] Aug 27 00:42:36.866 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34642026-08-27T00:42:38.108Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34652026-08-27T00:42:38.345Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34662026-08-27T00:42:39.152Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34672026-08-27T00:42:39.861Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34682026-08-27T00:42:40.145Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34692026-08-27T00:42:41.893Z[ host-package] Compiling kstat-rs v0.2.5
34702026-08-27T00:42:43.263Z[ host-package] Compiling mime_guess v2.0.5
34712026-08-27T00:42:43.341Z[ host-package] Compiling progenitor v0.13.0
34722026-08-27T00:42:43.587Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34732026-08-27T00:42:44.028Z[ helios-setup] Aug 27 00:42:42.891 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34742026-08-27T00:42:44.154Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34752026-08-27T00:42:44.687Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34762026-08-27T00:42:44.929Z[ host-package] Compiling nanorand v0.7.0
34772026-08-27T00:42:45.279Z[ helios-setup] Aug 27 00:42:44.141 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34782026-08-27T00:42:45.327Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34792026-08-27T00:42:45.475Z[ host-package] Compiling parking_lot_core v0.8.6
34802026-08-27T00:42:46.437Z[ host-package] Compiling flume v0.11.1
34812026-08-27T00:42:46.758Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34822026-08-27T00:42:47.350Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34832026-08-27T00:42:48.105Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34842026-08-27T00:42:48.373Z[ host-package] Compiling oso v0.27.3
34852026-08-27T00:42:48.745Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34862026-08-27T00:42:48.973Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34872026-08-27T00:42:49.300Z[ helios-setup] Aug 27 00:42:48.162 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34882026-08-27T00:42:49.473Z[ host-package] Compiling git-stub v1.0.0
34892026-08-27T00:42:49.744Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34902026-08-27T00:42:49.985Z[ host-package] Compiling instability v0.3.11
34912026-08-27T00:42:50.027Z[ host-package] Compiling corncobs v0.1.4
34922026-08-27T00:42:50.243Z[ host-package] Compiling http-range v0.1.5
34932026-08-27T00:42:50.266Z[ host-package] Compiling strsim v0.10.0
34942026-08-27T00:42:50.348Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34952026-08-27T00:42:50.600Z[ host-package] Compiling darling_core v0.13.4
34962026-08-27T00:42:51.178Z[ host-package] Compiling diesel-dtrace v0.5.0
34972026-08-27T00:42:51.520Z[ host-package] Compiling async-bb8-diesel v0.2.1
34982026-08-27T00:42:51.979Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34992026-08-27T00:42:52.394Z[ host-package] Compiling git-stub-vcs v0.1.0
35002026-08-27T00:42:53.222Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35012026-08-27T00:42:55.223Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35022026-08-27T00:42:55.672Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35032026-08-27T00:42:55.748Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35042026-08-27T00:42:56.405Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35052026-08-27T00:42:57.827Z[ host-package] Compiling ignore v0.4.25
35062026-08-27T00:42:57.865Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35072026-08-27T00:42:59.591Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35082026-08-27T00:42:59.715Z[ host-package] Compiling anstyle-parse v0.2.7
35092026-08-27T00:42:59.978Z[ host-package] Compiling secrecy v0.8.0
35102026-08-27T00:43:00.139Z[ host-package] Compiling castaway v0.2.4
35112026-08-27T00:43:00.224Z[ host-package] Compiling vergen-git2 v9.1.0
35122026-08-27T00:43:00.319Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35132026-08-27T00:43:00.406Z[ host-package] Compiling indoc v2.0.7
35142026-08-27T00:43:00.524Z[ host-package] Compiling compact_str v0.8.1
35152026-08-27T00:43:00.745Z[ helios-setup] Aug 27 00:42:59.607 INFO E| Finished `release` profile [optimized] target(s) in 48.27s
35162026-08-27T00:43:00.748Z[ helios-setup] Aug 27 00:42:59.609 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35172026-08-27T00:43:00.748Z[ helios-setup] Aug 27 00:42:59.609 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35182026-08-27T00:43:00.806Z[ helios-setup] Aug 27 00:42:59.667 INFO building project "pilot" ok (48 seconds)
35192026-08-27T00:43:00.806Z[ helios-setup] Aug 27 00:42:59.667 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35202026-08-27T00:43:00.813Z[ helios-setup] Aug 27 00:42:59.676 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
35212026-08-27T00:43:00.814Z[ helios-setup] Aug 27 00:42:59.676 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35222026-08-27T00:43:00.816Z[ helios-setup] Aug 27 00:42:59.676 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35232026-08-27T00:43:00.962Z[ helios-setup] Aug 27 00:42:59.825 INFO E| Updating crates.io index
35242026-08-27T00:43:01.036Z[ host-package] Compiling anstream v0.6.21
35252026-08-27T00:43:01.059Z[ helios-setup] Aug 27 00:42:59.922 INFO E| Downloading crates ...
35262026-08-27T00:43:01.099Z[ helios-setup] Aug 27 00:42:59.961 INFO E| Downloaded autocfg v1.4.0
35272026-08-27T00:43:01.106Z[ helios-setup] Aug 27 00:42:59.968 INFO E| Downloaded getrandom v0.3.3
35282026-08-27T00:43:01.109Z[ helios-setup] Aug 27 00:42:59.971 INFO E| Downloaded proc-macro2 v1.0.95
35292026-08-27T00:43:01.112Z[ helios-setup] Aug 27 00:42:59.975 INFO E| Downloaded anyhow v1.0.98
35302026-08-27T00:43:01.121Z[ helios-setup] Aug 27 00:42:59.982 INFO E| Downloaded time-core v0.1.4
35312026-08-27T00:43:01.135Z[ helios-setup] Aug 27 00:42:59.997 INFO E| Downloaded errno v0.3.12
35322026-08-27T00:43:01.139Z[ helios-setup] Aug 27 00:43:00.002 INFO E| Downloaded serde_with_macros v3.12.0
35332026-08-27T00:43:01.142Z[ helios-setup] Aug 27 00:43:00.004 INFO E| Downloaded time-macros v0.2.22
35342026-08-27T00:43:01.145Z[ helios-setup] Aug 27 00:43:00.005 INFO E| Downloaded deranged v0.4.0
35352026-08-27T00:43:01.145Z[ helios-setup] Aug 27 00:43:00.006 INFO E| Downloaded bitflags v2.9.1
35362026-08-27T00:43:01.152Z[ helios-setup] Aug 27 00:43:00.015 INFO E| Downloaded indexmap v2.9.0
35372026-08-27T00:43:01.155Z[ helios-setup] Aug 27 00:43:00.018 INFO E| Downloaded thiserror-impl v2.0.12
35382026-08-27T00:43:01.159Z[ helios-setup] Aug 27 00:43:00.019 INFO E| Downloaded tempfile v3.20.0
35392026-08-27T00:43:01.161Z[ helios-setup] Aug 27 00:43:00.022 INFO E| Downloaded quote v1.0.40
35402026-08-27T00:43:01.174Z[ helios-setup] Aug 27 00:43:00.037 INFO E| Downloaded thiserror v2.0.12
35412026-08-27T00:43:01.191Z[ helios-setup] Aug 27 00:43:00.054 INFO E| Downloaded iana-time-zone v0.1.63
35422026-08-27T00:43:01.194Z[ helios-setup] Aug 27 00:43:00.056 INFO E| Downloaded unicode-ident v1.0.18
35432026-08-27T00:43:01.197Z[ helios-setup] Aug 27 00:43:00.057 INFO E| Downloaded serde_derive v1.0.219
35442026-08-27T00:43:01.197Z[ helios-setup] Aug 27 00:43:00.059 INFO E| Downloaded serde v1.0.219
35452026-08-27T00:43:01.200Z[ helios-setup] Aug 27 00:43:00.063 INFO E| Downloaded memchr v2.7.4
35462026-08-27T00:43:01.220Z[ helios-setup] Aug 27 00:43:00.083 INFO E| Downloaded time v0.3.41
35472026-08-27T00:43:01.229Z[ helios-setup] Aug 27 00:43:00.092 INFO E| Downloaded serde_with v3.12.0
35482026-08-27T00:43:01.236Z[ helios-setup] Aug 27 00:43:00.099 INFO E| Downloaded hashbrown v0.15.3
35492026-08-27T00:43:01.241Z[ helios-setup] Aug 27 00:43:00.104 INFO E| Downloaded serde_json v1.0.140
35502026-08-27T00:43:01.265Z[ helios-setup] Aug 27 00:43:00.128 INFO E| Downloaded chrono v0.4.41
35512026-08-27T00:43:01.273Z[ helios-setup] Aug 27 00:43:00.136 INFO E| Downloaded syn v2.0.101
35522026-08-27T00:43:01.291Z[ helios-setup] Aug 27 00:43:00.154 INFO E| Downloaded rustix v1.0.7
35532026-08-27T00:43:01.311Z[ helios-setup] Aug 27 00:43:00.174 INFO E| Downloaded libc v0.2.172
35542026-08-27T00:43:01.396Z[ helios-setup] Aug 27 00:43:00.258 INFO E| Compiling proc-macro2 v1.0.95
35552026-08-27T00:43:01.396Z[ helios-setup] Aug 27 00:43:00.258 INFO E| Compiling unicode-ident v1.0.18
35562026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling libc v0.2.172
35572026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling fnv v1.0.7
35582026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling strsim v0.11.1
35592026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling ident_case v1.0.1
35602026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling serde v1.0.219
35612026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling rustix v1.0.7
35622026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling getrandom v0.3.3
35632026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling cfg-if v1.0.0
35642026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling bitflags v2.9.1
35652026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling thiserror v2.0.12
35662026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling serde_json v1.0.140
35672026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling anyhow v1.0.98
35682026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling once_cell v1.21.3
35692026-08-27T00:43:01.399Z[ helios-setup] Aug 27 00:43:00.259 INFO E| Compiling ryu v1.0.20
35702026-08-27T00:43:01.665Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35712026-08-27T00:43:01.716Z[ host-package] Compiling globwalk v0.9.1
35722026-08-27T00:43:01.773Z[ host-package] Compiling parking_lot v0.11.2
35732026-08-27T00:43:01.827Z[ host-package] Compiling hyper-staticfile v0.10.1
35742026-08-27T00:43:02.190Z[ helios-setup] Aug 27 00:43:01.051 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35752026-08-27T00:43:02.190Z[ helios-setup] Aug 27 00:43:01.051 INFO E| Compiling fastrand v2.3.0
35762026-08-27T00:43:02.202Z[ helios-setup] Aug 27 00:43:01.065 INFO E| Compiling memchr v2.7.4
35772026-08-27T00:43:02.469Z[ helios-setup] Aug 27 00:43:01.331 INFO E| Compiling itoa v1.0.15
35782026-08-27T00:43:02.580Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35792026-08-27T00:43:03.105Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35802026-08-27T00:43:03.168Z[ helios-setup] Aug 27 00:43:02.030 INFO E| Compiling quote v1.0.40
35812026-08-27T00:43:03.319Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35822026-08-27T00:43:03.362Z[ host-package] Compiling darling_macro v0.13.4
35832026-08-27T00:43:03.440Z[ helios-setup] Aug 27 00:43:02.302 INFO E| Compiling errno v0.3.12
35842026-08-27T00:43:03.471Z[ helios-setup] Aug 27 00:43:02.333 INFO E| Compiling syn v2.0.101
35852026-08-27T00:43:03.553Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35862026-08-27T00:43:03.972Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35872026-08-27T00:43:04.257Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35882026-08-27T00:43:04.280Z[ host-package] Compiling predicates-tree v1.0.13
35892026-08-27T00:43:04.312Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35902026-08-27T00:43:04.343Z[ helios-setup] Aug 27 00:43:03.205 INFO E| Compiling tempfile v3.20.0
35912026-08-27T00:43:04.356Z[ host-package] Compiling unicode-truncate v1.1.0
35922026-08-27T00:43:04.590Z[ host-package] Compiling lru v0.12.5
35932026-08-27T00:43:04.691Z[ host-package] Compiling rand_seeder v0.4.0
35942026-08-27T00:43:04.909Z[ host-package] Compiling prefix-trie v0.7.0
35952026-08-27T00:43:04.950Z[ host-package] Compiling cassowary v0.3.0
35962026-08-27T00:43:05.179Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35972026-08-27T00:43:05.244Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35982026-08-27T00:43:05.398Z[ host-package] Compiling hickory-server v0.25.2
35992026-08-27T00:43:05.432Z[ host-package] Compiling ratatui v0.29.0
36002026-08-27T00:43:05.534Z[ host-package] Compiling darling v0.13.4
36012026-08-27T00:43:05.660Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36022026-08-27T00:43:05.875Z[ helios-setup] Aug 27 00:43:04.733 INFO E| Compiling darling_core v0.20.11
36032026-08-27T00:43:06.185Z[ host-package] Compiling sled v0.34.7
36042026-08-27T00:43:06.247Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36052026-08-27T00:43:06.484Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36062026-08-27T00:43:06.674Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36072026-08-27T00:43:06.738Z[ helios-setup] Aug 27 00:43:05.601 INFO E| Compiling serde_derive v1.0.219
36082026-08-27T00:43:06.738Z[ helios-setup] Aug 27 00:43:05.601 INFO E| Compiling thiserror-impl v2.0.12
36092026-08-27T00:43:06.781Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36102026-08-27T00:43:07.164Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36112026-08-27T00:43:07.352Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36122026-08-27T00:43:07.699Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36132026-08-27T00:43:07.853Z[ helios-setup] Aug 27 00:43:06.715 INFO E| Compiling darling_macro v0.20.11
36142026-08-27T00:43:08.824Z[ helios-setup] Aug 27 00:43:07.686 INFO E| Compiling darling v0.20.11
36152026-08-27T00:43:08.914Z[ helios-setup] Aug 27 00:43:07.776 INFO E| Compiling serde_with_macros v3.12.0
36162026-08-27T00:43:09.423Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36172026-08-27T00:43:09.455Z[ host-package] Compiling serde_with_macros v1.5.2
36182026-08-27T00:43:10.134Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36192026-08-27T00:43:10.391Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36202026-08-27T00:43:10.926Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36212026-08-27T00:43:11.191Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36222026-08-27T00:43:11.493Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36232026-08-27T00:43:11.726Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36242026-08-27T00:43:12.001Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36252026-08-27T00:43:12.092Z[ helios-setup] Aug 27 00:43:10.954 INFO E| Compiling serde_with v3.12.0
36262026-08-27T00:43:12.320Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36272026-08-27T00:43:12.381Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36282026-08-27T00:43:12.569Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36292026-08-27T00:43:12.711Z[ host-package] Compiling arc-swap v1.8.2
36302026-08-27T00:43:12.757Z[ host-package] Compiling void v1.0.2
36312026-08-27T00:43:12.919Z[ host-package] Compiling lzss v0.8.2
36322026-08-27T00:43:13.166Z[ host-package] Compiling slog-scope v4.4.1
36332026-08-27T00:43:13.659Z[ host-package] Compiling serde_with v1.14.0
36342026-08-27T00:43:13.825Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36352026-08-27T00:43:14.580Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36362026-08-27T00:43:14.852Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36372026-08-27T00:43:15.079Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36382026-08-27T00:43:16.283Z[ host-package] Compiling git2 v0.20.4
36392026-08-27T00:43:16.436Z[ helios-setup] Aug 27 00:43:15.298 INFO E| Finished `release` profile [optimized] target(s) in 15.61s
36402026-08-27T00:43:16.464Z[ helios-setup] Aug 27 00:43:15.326 INFO building project "dmar-report" ok (15 seconds)
36412026-08-27T00:43:16.464Z[ helios-setup] Aug 27 00:43:15.326 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36422026-08-27T00:43:16.499Z[ helios-setup] Aug 27 00:43:15.362 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')"
36432026-08-27T00:43:16.500Z[ helios-setup] Aug 27 00:43:15.362 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36442026-08-27T00:43:16.503Z[ helios-setup] Aug 27 00:43:15.362 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36452026-08-27T00:43:16.641Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36462026-08-27T00:43:16.677Z[ helios-setup] Aug 27 00:43:15.539 INFO E| Updating crates.io index
36472026-08-27T00:43:16.681Z[ helios-setup] Aug 27 00:43:15.540 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36482026-08-27T00:43:16.894Z[ host-package] Compiling scuffle v0.1.0
36492026-08-27T00:43:17.244Z[ helios-setup] Aug 27 00:43:16.107 INFO E| From https://github.com/oxidecomputer/amd-apcb
36502026-08-27T00:43:17.244Z[ helios-setup] Aug 27 00:43:16.107 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36512026-08-27T00:43:17.261Z[ helios-setup] Aug 27 00:43:16.122 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36522026-08-27T00:43:17.658Z[ helios-setup] Aug 27 00:43:16.521 INFO E| From https://github.com/oxidecomputer/amd-efs
36532026-08-27T00:43:17.659Z[ helios-setup] Aug 27 00:43:16.521 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36542026-08-27T00:43:17.952Z[ helios-setup] Aug 27 00:43:16.815 INFO E| Downloading crates ...
36552026-08-27T00:43:18.003Z[ helios-setup] Aug 27 00:43:16.865 INFO E| Downloaded ansi_term v0.12.1
36562026-08-27T00:43:18.009Z[ helios-setup] Aug 27 00:43:16.872 INFO E| Downloaded vec_map v0.8.2
36572026-08-27T00:43:18.012Z[ helios-setup] Aug 27 00:43:16.873 INFO E| Downloaded rustversion v1.0.20
36582026-08-27T00:43:18.012Z[ helios-setup] Aug 27 00:43:16.874 INFO E| Downloaded unic-common v0.9.0
36592026-08-27T00:43:18.013Z[ helios-setup] Aug 27 00:43:16.875 INFO E| Downloaded four-cc v0.4.0
36602026-08-27T00:43:18.016Z[ helios-setup] Aug 27 00:43:16.877 INFO E| Downloaded strsim v0.8.0
36612026-08-27T00:43:18.019Z[ helios-setup] Aug 27 00:43:16.882 INFO E| Downloaded unic-ucd-version v0.9.0
36622026-08-27T00:43:18.032Z[ helios-setup] Aug 27 00:43:16.895 INFO E| Downloaded unic-ucd-ident v0.9.0
36632026-08-27T00:43:18.036Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36642026-08-27T00:43:18.043Z[ helios-setup] Aug 27 00:43:16.896 INFO E| Downloaded pest_derive v2.8.0
36652026-08-27T00:43:18.043Z[ helios-setup] Aug 27 00:43:16.898 INFO E| Downloaded pest_meta v2.8.0
36662026-08-27T00:43:18.044Z[ helios-setup] Aug 27 00:43:16.899 INFO E| Downloaded textwrap v0.11.0
36672026-08-27T00:43:18.044Z[ helios-setup] Aug 27 00:43:16.901 INFO E| Downloaded heck v0.3.3
36682026-08-27T00:43:18.044Z[ helios-setup] Aug 27 00:43:16.901 INFO E| Downloaded unic-char-property v0.9.0
36692026-08-27T00:43:18.044Z[ helios-setup] Aug 27 00:43:16.902 INFO E| Downloaded unic-char-range v0.9.0
36702026-08-27T00:43:18.044Z[ helios-setup] Aug 27 00:43:16.903 INFO E| Downloaded fletcher v1.0.0
36712026-08-27T00:43:18.044Z[ helios-setup] Aug 27 00:43:16.904 INFO E| Downloaded dyn-clone v1.0.19
36722026-08-27T00:43:18.044Z[ helios-setup] Aug 27 00:43:16.905 INFO E| Downloaded parse_int v0.9.0
36732026-08-27T00:43:18.094Z[ helios-setup] Aug 27 00:43:16.956 INFO E| Downloaded strum v0.27.1
36742026-08-27T00:43:18.098Z[ helios-setup] Aug 27 00:43:16.957 INFO E| Downloaded pest_generator v2.8.0
36752026-08-27T00:43:18.098Z[ helios-setup] Aug 27 00:43:16.958 INFO E| Downloaded structopt-derive v0.4.18
36762026-08-27T00:43:18.098Z[ helios-setup] Aug 27 00:43:16.959 INFO E| Downloaded strum_macros v0.27.1
36772026-08-27T00:43:18.101Z[ helios-setup] Aug 27 00:43:16.961 INFO E| Downloaded bytesize v2.0.1
36782026-08-27T00:43:18.101Z[ helios-setup] Aug 27 00:43:16.962 INFO E| Downloaded modular-bitfield-impl v0.13.1
36792026-08-27T00:43:18.101Z[ helios-setup] Aug 27 00:43:16.963 INFO E| Downloaded log v0.4.27
36802026-08-27T00:43:18.104Z[ helios-setup] Aug 27 00:43:16.964 INFO E| Downloaded modular-bitfield v0.13.1
36812026-08-27T00:43:18.107Z[ helios-setup] Aug 27 00:43:16.969 INFO E| Downloaded zerocopy-derive v0.8.25
36822026-08-27T00:43:18.110Z[ helios-setup] Aug 27 00:43:16.973 INFO E| Downloaded typenum v1.18.0
36832026-08-27T00:43:18.114Z[ helios-setup] Aug 27 00:43:16.975 INFO E| Downloaded modular-bitfield v0.11.2
36842026-08-27T00:43:18.143Z[ helios-setup] Aug 27 00:43:17.005 INFO E| Downloaded modular-bitfield-impl v0.11.2
36852026-08-27T00:43:18.146Z[ helios-setup] Aug 27 00:43:17.006 INFO E| Downloaded structopt v0.3.26
36862026-08-27T00:43:18.149Z[ helios-setup] Aug 27 00:43:17.010 INFO E| Downloaded goblin v0.9.3
36872026-08-27T00:43:18.152Z[ helios-setup] Aug 27 00:43:17.013 INFO E| Downloaded pest v2.8.0
36882026-08-27T00:43:18.158Z[ helios-setup] Aug 27 00:43:17.016 INFO E| Downloaded clap v2.34.0
36892026-08-27T00:43:18.158Z[ helios-setup] Aug 27 00:43:17.020 INFO E| Downloaded zerocopy v0.8.25
36902026-08-27T00:43:18.201Z[ host-package] Compiling tungstenite v0.23.0
36912026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling proc-macro2 v1.0.95
36922026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling unicode-ident v1.0.18
36932026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling memchr v2.7.4
36942026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling autocfg v1.4.0
36952026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling thiserror v2.0.12
36962026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling syn v1.0.109
36972026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling serde v1.0.219
36982026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling version_check v0.9.5
36992026-08-27T00:43:18.245Z[ helios-setup] Aug 27 00:43:17.103 INFO E| Compiling serde_json v1.0.140
37002026-08-27T00:43:18.262Z[ helios-setup] Aug 27 00:43:17.122 INFO E| Compiling schemars v0.8.22
37012026-08-27T00:43:18.262Z[ helios-setup] Aug 27 00:43:17.122 INFO E| Compiling itoa v1.0.15
37022026-08-27T00:43:18.262Z[ helios-setup] Aug 27 00:43:17.122 INFO E| Compiling ryu v1.0.20
37032026-08-27T00:43:18.266Z[ helios-setup] Aug 27 00:43:17.122 INFO E| Compiling libc v0.2.172
37042026-08-27T00:43:18.266Z[ helios-setup] Aug 27 00:43:17.122 INFO E| Compiling zerocopy v0.8.25
37052026-08-27T00:43:18.266Z[ helios-setup] Aug 27 00:43:17.122 INFO E| Compiling static_assertions v1.1.0
37062026-08-27T00:43:18.266Z[ helios-setup] Aug 27 00:43:17.122 INFO E| Compiling rustversion v1.0.20
37072026-08-27T00:43:18.705Z[ helios-setup] Aug 27 00:43:17.565 INFO E| Compiling dyn-clone v1.0.19
37082026-08-27T00:43:18.881Z[ helios-setup] Aug 27 00:43:17.739 INFO E| Compiling ucd-trie v0.1.7
37092026-08-27T00:43:18.931Z[ helios-setup] Aug 27 00:43:17.793 INFO E| Compiling paste v1.0.15
37102026-08-27T00:43:18.958Z[ helios-setup] Aug 27 00:43:17.820 INFO E| Compiling once_cell v1.21.3
37112026-08-27T00:43:19.063Z[ helios-setup] Aug 27 00:43:17.925 INFO E| Compiling heck v0.5.0
37122026-08-27T00:43:19.239Z[ helios-setup] Aug 27 00:43:18.102 INFO E| Compiling unicode-width v0.1.14
37132026-08-27T00:43:19.273Z[ helios-setup] Aug 27 00:43:18.136 INFO E| Compiling unicode-segmentation v1.12.0
37142026-08-27T00:43:19.332Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37152026-08-27T00:43:19.353Z[ helios-setup] Aug 27 00:43:18.216 INFO E| Compiling proc-macro-error-attr v1.0.4
37162026-08-27T00:43:19.440Z[ helios-setup] Aug 27 00:43:18.302 INFO E| Compiling proc-macro-error v1.0.4
37172026-08-27T00:43:19.488Z[ helios-setup] Aug 27 00:43:18.348 INFO E| Compiling num-traits v0.2.19
37182026-08-27T00:43:19.511Z[ helios-setup] Aug 27 00:43:18.374 INFO E| Compiling memoffset v0.9.1
37192026-08-27T00:43:19.559Z[ helios-setup] Aug 27 00:43:18.421 INFO E| Compiling strum v0.27.1
37202026-08-27T00:43:19.619Z[ helios-setup] Aug 27 00:43:18.482 INFO E| Compiling textwrap v0.11.0
37212026-08-27T00:43:19.626Z[ helios-setup] Aug 27 00:43:18.488 INFO E| Compiling strsim v0.8.0
37222026-08-27T00:43:19.682Z[ helios-setup] Aug 27 00:43:18.545 INFO E| Compiling unic-common v0.9.0
37232026-08-27T00:43:19.781Z[ helios-setup] Aug 27 00:43:18.644 INFO E| Compiling ansi_term v0.12.1
37242026-08-27T00:43:19.820Z[ helios-setup] Aug 27 00:43:18.679 INFO E| Compiling heck v0.3.3
37252026-08-27T00:43:19.837Z[ helios-setup] Aug 27 00:43:18.699 INFO E| Compiling bitflags v1.3.2
37262026-08-27T00:43:19.872Z[ helios-setup] Aug 27 00:43:18.734 INFO E| Compiling byteorder v1.5.0
37272026-08-27T00:43:19.938Z[ helios-setup] Aug 27 00:43:18.797 INFO E| Compiling fletcher v1.0.0
37282026-08-27T00:43:19.947Z[ helios-setup] Aug 27 00:43:18.810 INFO E| Compiling vec_map v0.8.2
37292026-08-27T00:43:19.953Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37302026-08-27T00:43:19.986Z[ helios-setup] Aug 27 00:43:18.848 INFO E| Compiling unic-char-range v0.9.0
37312026-08-27T00:43:20.060Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37322026-08-27T00:43:20.082Z[ helios-setup] Aug 27 00:43:18.940 INFO E| Compiling unic-ucd-version v0.9.0
37332026-08-27T00:43:20.140Z[ helios-setup] Aug 27 00:43:19.003 INFO E| Compiling atty v0.2.14
37342026-08-27T00:43:20.148Z[ helios-setup] Aug 27 00:43:19.011 INFO E| Compiling unic-char-property v0.9.0
37352026-08-27T00:43:20.185Z[ helios-setup] Aug 27 00:43:19.047 INFO E| Compiling log v0.4.27
37362026-08-27T00:43:20.218Z[ helios-setup] Aug 27 00:43:19.081 INFO E| Compiling plain v0.2.3
37372026-08-27T00:43:20.218Z[ helios-setup] Aug 27 00:43:19.081 INFO E| Compiling lazy_static v1.5.0
37382026-08-27T00:43:20.263Z[ helios-setup] Aug 27 00:43:19.126 INFO E| Compiling bytesize v2.0.1
37392026-08-27T00:43:20.317Z[ helios-setup] Aug 27 00:43:19.180 INFO E| Compiling unic-ucd-ident v0.9.0
37402026-08-27T00:43:20.334Z[ helios-setup] Aug 27 00:43:19.197 INFO E| Compiling clap v2.34.0
37412026-08-27T00:43:20.457Z[ helios-setup] Aug 27 00:43:19.319 INFO E| Compiling quote v1.0.40
37422026-08-27T00:43:20.656Z[ helios-setup] Aug 27 00:43:19.519 INFO E| Compiling syn v2.0.101
37432026-08-27T00:43:21.125Z[ helios-setup] Aug 27 00:43:19.987 INFO E| Compiling parse_int v0.9.0
37442026-08-27T00:43:21.833Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37452026-08-27T00:43:22.086Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37462026-08-27T00:43:22.351Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37472026-08-27T00:43:22.383Z[ host-package] Compiling nix v0.27.1
37482026-08-27T00:43:22.456Z[ host-package] Compiling twox-hash v2.1.2
37492026-08-27T00:43:22.620Z[ host-package] Compiling libsw-core v0.3.2
37502026-08-27T00:43:22.650Z[ host-package] Compiling atty v0.2.14
37512026-08-27T00:43:22.880Z[ host-package] Compiling serde_bytes v0.11.19
37522026-08-27T00:43:22.971Z[ host-package] Compiling libsw v3.5.0
37532026-08-27T00:43:23.284Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37542026-08-27T00:43:23.287Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37552026-08-27T00:43:23.306Z[ host-package] Compiling tokio-tungstenite v0.23.1
37562026-08-27T00:43:23.374Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37572026-08-27T00:43:23.378Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37582026-08-27T00:43:23.513Z[ helios-setup] Aug 27 00:43:22.376 INFO E| Compiling serde_derive_internals v0.29.1
37592026-08-27T00:43:23.613Z[ helios-setup] Aug 27 00:43:22.476 INFO E| Compiling modular-bitfield-impl v0.11.2
37602026-08-27T00:43:23.613Z[ helios-setup] Aug 27 00:43:22.476 INFO E| Compiling structopt-derive v0.4.18
37612026-08-27T00:43:23.699Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37622026-08-27T00:43:23.826Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37632026-08-27T00:43:24.253Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37642026-08-27T00:43:24.436Z[ helios-setup] Aug 27 00:43:23.298 INFO E| Compiling thiserror-impl v2.0.12
37652026-08-27T00:43:24.436Z[ helios-setup] Aug 27 00:43:23.298 INFO E| Compiling serde_derive v1.0.219
37662026-08-27T00:43:24.436Z[ helios-setup] Aug 27 00:43:23.298 INFO E| Compiling schemars_derive v0.8.22
37672026-08-27T00:43:24.439Z[ helios-setup] Aug 27 00:43:23.299 INFO E| Compiling zerocopy-derive v0.8.25
37682026-08-27T00:43:24.439Z[ helios-setup] Aug 27 00:43:23.299 INFO E| Compiling num-derive v0.4.2
37692026-08-27T00:43:24.439Z[ helios-setup] Aug 27 00:43:23.299 INFO E| Compiling modular-bitfield-impl v0.13.1
37702026-08-27T00:43:24.439Z[ helios-setup] Aug 27 00:43:23.299 INFO E| Compiling strum_macros v0.27.1
37712026-08-27T00:43:24.439Z[ helios-setup] Aug 27 00:43:23.299 INFO E| Compiling scroll_derive v0.12.1
37722026-08-27T00:43:25.131Z[ helios-setup] Aug 27 00:43:23.993 INFO E| Compiling modular-bitfield v0.11.2
37732026-08-27T00:43:25.246Z[ helios-setup] Aug 27 00:43:24.108 INFO E| Compiling structopt v0.3.26
37742026-08-27T00:43:25.549Z[ helios-setup] Aug 27 00:43:24.410 INFO E| Compiling scroll v0.12.0
37752026-08-27T00:43:25.799Z[ helios-setup] Aug 27 00:43:24.662 INFO E| Compiling goblin v0.9.3
37762026-08-27T00:43:26.454Z[ helios-setup] Aug 27 00:43:25.317 INFO E| Compiling modular-bitfield v0.13.1
37772026-08-27T00:43:27.004Z[ helios-setup] Aug 27 00:43:25.866 INFO E| Compiling pest v2.8.0
37782026-08-27T00:43:27.911Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37792026-08-27T00:43:28.468Z[ helios-setup] Aug 27 00:43:27.330 INFO E| Compiling pest_meta v2.8.0
37802026-08-27T00:43:28.691Z[ host-package] Compiling slog-stdlog v4.1.1
37812026-08-27T00:43:28.953Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37822026-08-27T00:43:29.175Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37832026-08-27T00:43:29.201Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37842026-08-27T00:43:29.233Z[ helios-setup] Aug 27 00:43:28.096 INFO E| Compiling pest_generator v2.8.0
37852026-08-27T00:43:29.586Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37862026-08-27T00:43:29.857Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37872026-08-27T00:43:29.973Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37882026-08-27T00:43:30.303Z[ helios-setup] Aug 27 00:43:29.165 INFO E| Compiling pest_derive v2.8.0
37892026-08-27T00:43:30.977Z[ helios-setup] Aug 27 00:43:29.840 INFO E| Compiling json5 v0.4.1
37902026-08-27T00:43:31.635Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37912026-08-27T00:43:32.434Z[ helios-setup] Aug 27 00:43:31.297 INFO E| Compiling four-cc v0.4.0
37922026-08-27T00:43:32.434Z[ helios-setup] Aug 27 00:43:31.297 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37932026-08-27T00:43:32.561Z[ helios-setup] Aug 27 00:43:31.423 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37942026-08-27T00:43:33.689Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37952026-08-27T00:43:34.767Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37962026-08-27T00:43:34.834Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37972026-08-27T00:43:35.471Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37982026-08-27T00:43:35.568Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37992026-08-27T00:43:36.581Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38002026-08-27T00:43:37.586Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38012026-08-27T00:43:38.422Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38022026-08-27T00:43:39.442Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38032026-08-27T00:43:41.027Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38042026-08-27T00:43:41.251Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38052026-08-27T00:43:41.708Z[ host-package] Compiling fatfs v0.3.6
38062026-08-27T00:43:42.292Z[ host-package] Compiling signal-hook-tokio v0.3.1
38072026-08-27T00:43:42.484Z[ host-package] Compiling yasna v0.5.2
38082026-08-27T00:43:42.739Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38092026-08-27T00:43:42.896Z[ host-package] Compiling seq-macro v0.3.6
38102026-08-27T00:43:43.066Z[ host-package] Compiling assert_matches v1.5.0
38112026-08-27T00:43:43.366Z[ host-package] Compiling rcgen v0.12.1
38122026-08-27T00:43:43.479Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38132026-08-27T00:43:45.137Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38142026-08-27T00:43:45.963Z[ host-package] Compiling slog-envlogger v2.2.0
38152026-08-27T00:43:46.765Z[ host-package] Compiling oxide-update-engine-display v0.1.2
38162026-08-27T00:43:47.086Z[ helios-setup] Aug 27 00:43:45.948 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
38172026-08-27T00:43:47.272Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38182026-08-27T00:43:47.882Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38192026-08-27T00:43:48.096Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38202026-08-27T00:43:48.425Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38212026-08-27T00:43:48.757Z[ host-package] Compiling port-file v0.1.0
38222026-08-27T00:43:49.021Z[ host-package] Compiling rtoolbox v0.0.3
38232026-08-27T00:43:49.264Z[ host-package] Compiling subprocess v0.2.15
38242026-08-27T00:43:49.557Z[ host-package] Compiling rpassword v7.5.4
38252026-08-27T00:43:49.710Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38262026-08-27T00:43:49.850Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38272026-08-27T00:43:50.161Z[ helios-setup] Aug 27 00:43:49.024 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
38282026-08-27T00:43:51.674Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38292026-08-27T00:43:52.240Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38302026-08-27T00:43:52.385Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38312026-08-27T00:43:54.012Z[ host-package] Compiling tui-tree-widget v0.23.1
38322026-08-27T00:43:54.260Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38332026-08-27T00:43:54.773Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38342026-08-27T00:43:54.909Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38352026-08-27T00:43:55.669Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38362026-08-27T00:43:56.614Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38372026-08-27T00:43:57.226Z[ host-package] Compiling uzers v0.12.2
38382026-08-27T00:43:58.415Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38392026-08-27T00:43:59.034Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38402026-08-27T00:43:59.370Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38412026-08-27T00:44:00.262Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38422026-08-27T00:44:00.778Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38432026-08-27T00:44:01.172Z[ host-package] Compiling support-bundle-viewer v0.1.2
38442026-08-27T00:44:02.230Z[ helios-setup] Aug 27 00:44:01.092 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.68s
38452026-08-27T00:44:02.266Z[ helios-setup] Aug 27 00:44:01.128 INFO building project "amd-host-image-builder" ok (45 seconds)
38462026-08-27T00:44:02.269Z[ helios-setup] rm -f helios-build
38472026-08-27T00:44:02.272Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38482026-08-27T00:44:02.272Z[ helios-setup]
38492026-08-27T00:44:02.276Z[ helios-setup] Setup complete! ./helios-build is now available.
38502026-08-27T00:44:02.276Z[ helios-setup]
38512026-08-27T00:44:02.276Z[ helios-setup]
38522026-08-27T00:44:02.276Z[ helios-setup] real 2:59.584173900
38532026-08-27T00:44:02.276Z[ helios-setup] user 7:03.672975468
38542026-08-27T00:44:02.276Z[ helios-setup] sys 1:17.852260255
38552026-08-27T00:44:02.276Z[ helios-setup] trap 0.538430290
38562026-08-27T00:44:02.276Z[ helios-setup] tflt 1.872054461
38572026-08-27T00:44:02.276Z[ helios-setup] dflt 6.666657191
38582026-08-27T00:44:02.276Z[ helios-setup] kflt 0.000588550
38592026-08-27T00:44:02.276Z[ helios-setup] lock 57:12.794973424
38602026-08-27T00:44:02.276Z[ helios-setup] slp 35:55.449502514
38612026-08-27T00:44:02.276Z[ helios-setup] lat 6:54.155507825
38622026-08-27T00:44:02.276Z[ helios-setup] stop 1:36.041194095
38632026-08-27T00:44:02.279ZAug 27 00:44:01.139 INFO [helios-setup] process exited with exit status: 0 (179.587528803s)
38642026-08-27T00:44:02.279ZAug 27 00:44:01.139 INFO [helios-record] running task
38652026-08-27T00:44:02.279ZAug 27 00:44:01.139 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38662026-08-27T00:44:02.282ZAug 27 00:44:01.143 DEBG process exited with exit status: 0 (4.428193ms)
38672026-08-27T00:44:02.282ZAug 27 00:44:01.143 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38682026-08-27T00:44:02.285ZAug 27 00:44:01.147 DEBG process exited with exit status: 0 (3.709653ms)
38692026-08-27T00:44:02.285ZAug 27 00:44:01.147 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38702026-08-27T00:44:02.288ZAug 27 00:44:01.151 DEBG process exited with exit status: 0 (3.446122ms)
38712026-08-27T00:44:02.288ZAug 27 00:44:01.151 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38722026-08-27T00:44:02.291ZAug 27 00:44:01.154 DEBG process exited with exit status: 0 (3.221143ms)
38732026-08-27T00:44:02.291ZAug 27 00:44:01.154 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38742026-08-27T00:44:02.294ZAug 27 00:44:01.157 DEBG process exited with exit status: 0 (3.133462ms)
38752026-08-27T00:44:02.294ZAug 27 00:44:01.157 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38762026-08-27T00:44:02.298ZAug 27 00:44:01.160 DEBG process exited with exit status: 0 (3.512673ms)
38772026-08-27T00:44:02.298ZAug 27 00:44:01.160 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38782026-08-27T00:44:02.301ZAug 27 00:44:01.164 DEBG process exited with exit status: 0 (3.321942ms)
38792026-08-27T00:44:02.301ZAug 27 00:44:01.164 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38802026-08-27T00:44:02.304ZAug 27 00:44:01.167 DEBG process exited with exit status: 0 (3.301053ms)
38812026-08-27T00:44:02.304ZAug 27 00:44:01.167 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38822026-08-27T00:44:02.308ZAug 27 00:44:01.170 DEBG process exited with exit status: 0 (3.275052ms)
38832026-08-27T00:44:02.311ZAug 27 00:44:01.171 INFO [helios-record] task succeeded (32.125235ms)
38842026-08-27T00:44:03.114Z[ host-package] Compiling multimap v0.10.1
38852026-08-27T00:44:09.394Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38862026-08-27T00:44:15.837Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38872026-08-27T00:44:16.717Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38882026-08-27T00:44:22.743Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38892026-08-27T00:44:24.027Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38902026-08-27T00:51:30.773Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 47s
38912026-08-27T00:51:30.776Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38922026-08-27T00:51:30.776Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38932026-08-27T00:52:20.963ZAug 27 00:52:19.825 INFO [host-package] process exited with exit status: 0 (637.600958612s)
38942026-08-27T00:52:20.963ZAug 27 00:52:19.825 INFO [host-libraries] running task
38952026-08-27T00:52:20.963ZAug 27 00:52:19.825 INFO [host-stamp] running task
38962026-08-27T00:52:20.966ZAug 27 00:52:19.827 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+gita0331ace24a
38972026-08-27T00:52:20.966ZAug 27 00:52:19.828 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+gita0331ace24a
38982026-08-27T00:52:20.966ZAug 27 00:52:19.828 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+gita0331ace24a
38992026-08-27T00:52:20.966ZAug 27 00:52:19.828 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+gita0331ace24a
39002026-08-27T00:52:20.966ZAug 27 00:52:19.828 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+gita0331ace24a
39012026-08-27T00:52:20.969ZAug 27 00:52:19.829 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+gita0331ace24a
39022026-08-27T00:52:20.969ZAug 27 00:52:19.829 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+gita0331ace24a
39032026-08-27T00:52:20.970ZAug 27 00:52:19.829 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+gita0331ace24a
39042026-08-27T00:52:20.975Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-27T00:52:20.975Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-27T00:52:20.975Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-27T00:52:20.975Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-27T00:52:20.975Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-27T00:52:20.978Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-27T00:52:20.978Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-08-27T00:52:20.978Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39122026-08-27T00:52:20.978Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39132026-08-27T00:52:20.981ZAug 27 00:52:19.842 INFO [stamp-overlay] process exited with exit status: 0 (13.951531ms)
39142026-08-27T00:52:20.985Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39152026-08-27T00:52:20.988ZAug 27 00:52:19.850 INFO [stamp-oxlog] process exited with exit status: 0 (22.962657ms)
39162026-08-27T00:52:21.017Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39172026-08-27T00:52:21.020ZAug 27 00:52:19.882 INFO [stamp-crucible-utils] process exited with exit status: 0 (54.473941ms)
39182026-08-27T00:52:21.038Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39192026-08-27T00:52:21.041ZAug 27 00:52:19.904 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (75.883687ms)
39202026-08-27T00:52:21.164Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39212026-08-27T00:52:21.167ZAug 27 00:52:20.030 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (201.227462ms)
39222026-08-27T00:52:21.526Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39232026-08-27T00:52:21.529ZAug 27 00:52:20.391 INFO [stamp-propolis-server] process exited with exit status: 0 (562.456414ms)
39242026-08-27T00:52:21.583Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39252026-08-27T00:52:21.586ZAug 27 00:52:20.449 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (619.568927ms)
39262026-08-27T00:52:22.742ZAug 27 00:52:21.603 INFO [host-libraries] task succeeded (1.777456359s)
39272026-08-27T00:52:22.745ZAug 27 00:52:21.603 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39282026-08-27T00:52:22.748Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39292026-08-27T00:52:23.712Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39302026-08-27T00:52:24.547Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39312026-08-27T00:52:28.077Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39322026-08-27T00:52:28.080ZAug 27 00:52:26.942 INFO [stamp-switch-asic] process exited with exit status: 0 (7.113359547s)
39332026-08-27T00:52:28.083ZAug 27 00:52:26.942 INFO [host-stamp] task succeeded (7.11717244s)
39342026-08-27T00:52:28.083ZAug 27 00:52:26.942 INFO [host-proto] running task
39352026-08-27T00:52:28.631ZAug 27 00:52:27.493 INFO [host-proto] task succeeded (550.907556ms)
39362026-08-27T00:52:28.631ZAug 27 00:52:27.493 INFO [host-profile] running task
39372026-08-27T00:52:28.634ZAug 27 00:52:27.493 INFO [host-profile] task succeeded (209.17µs)
39382026-08-27T00:52:28.634ZAug 27 00:52:27.494 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/.tmpBvIJBf/proto/host/root -N 'ci a0331ac/${os_short_commit} 2026-08-27 00:41' -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/'
39392026-08-27T00:52:28.637Z[ host-image] Aug 27 00:52:27.499 INFO Checking files for board 'cosmo-mbist'
39402026-08-27T00:52:28.637Z[ host-image] Aug 27 00:52:27.499 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39412026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.499 INFO Checking files for board 'cosmo-mbist-noaggr'
39422026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.499 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39432026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.499 INFO Checking files for board 'gimlet'
39442026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.499 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39452026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.499 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39462026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.500 INFO Checking files for board 'cosmo'
39472026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.500 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39482026-08-27T00:52:28.640Z[ host-image] Aug 27 00:52:27.500 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39492026-08-27T00:52:28.646Z[ host-image] Aug 27 00:52:27.508 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpBvIJBf/proto/host/root"
39502026-08-27T00:52:28.646Z[ host-image] Aug 27 00:52:27.508 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39512026-08-27T00:52:28.650Z[ host-image] Aug 27 00:52:27.508 INFO image builder template: ramdisk-01-os...
39522026-08-27T00:52:28.650Z[ host-image] Aug 27 00:52:27.508 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/.tmpBvIJBf/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
39532026-08-27T00:52:28.661Z[ host-image] Aug 27 00:52:27.521 INFO O| Aug 27 00:52:27.521 INFO CREATE DATASET: rpool/images/build/host/output
39542026-08-27T00:52:30.227Z[ host-image] Aug 27 00:52:29.089 INFO O| Aug 27 00:52:29.089 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39552026-08-27T00:52:30.230Z[ host-image] Aug 27 00:52:29.092 INFO O| Aug 27 00:52:29.092 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39562026-08-27T00:52:30.442Z[ host-image] Aug 27 00:52:29.304 INFO O| Aug 27 00:52:29.304 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39572026-08-27T00:52:30.500Z[ host-image] Aug 27 00:52:29.362 INFO O| Aug 27 00:52:29.362 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39582026-08-27T00:52:30.500Z[ host-image] Aug 27 00:52:29.362 INFO O| Aug 27 00:52:29.362 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39592026-08-27T00:52:30.503Z[ host-image] Aug 27 00:52:29.362 INFO O| Aug 27 00:52:29.362 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39602026-08-27T00:52:30.503Z[ host-image] Aug 27 00:52:29.362 INFO O| Aug 27 00:52:29.362 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39612026-08-27T00:52:30.506Z[ host-image] Aug 27 00:52:29.366 INFO O| Aug 27 00:52:29.366 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39622026-08-27T00:52:30.702Z[ host-image] Aug 27 00:52:29.563 INFO O| Aug 27 00:52:29.563 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-27T00:52:30.709Z[ host-image] Aug 27 00:52:29.571 INFO O| Aug 27 00:52:29.571 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39642026-08-27T00:52:30.987Z[ host-image] Aug 27 00:52:29.848 INFO O| Aug 27 00:52:29.848 INFO O| Caching catalogs ... Done
39652026-08-27T00:52:31.052Z[ host-image] Aug 27 00:52:29.914 INFO O| Aug 27 00:52:29.914 INFO STEP 0 (pkg_image_create) COMPLETE
39662026-08-27T00:52:31.053Z[ host-image] Aug 27 00:52:29.914 INFO O| Aug 27 00:52:29.914 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-27T00:52:31.059Z[ host-image] Aug 27 00:52:29.921 INFO O| Aug 27 00:52:29.921 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"]
39682026-08-27T00:52:31.307Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO STEP 1 (pkg_set_publisher) COMPLETE
39692026-08-27T00:52:31.307Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-27T00:52:31.307Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO skip step because feature "publisher_1_name" is not enabled
39712026-08-27T00:52:31.310Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-27T00:52:31.310Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO skip step because feature "publisher_2_name" is not enabled
39732026-08-27T00:52:31.310Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-08-27T00:52:31.310Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO skip step because feature "publisher_3_name" is not enabled
39752026-08-27T00:52:31.310Z[ host-image] Aug 27 00:52:30.169 INFO O| Aug 27 00:52:30.169 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-08-27T00:52:31.546Z[ host-image] Aug 27 00:52:30.407 INFO O| Aug 27 00:52:30.407 INFO variant opensolaris.zone is already global
39772026-08-27T00:52:31.546Z[ host-image] Aug 27 00:52:30.407 INFO O| Aug 27 00:52:30.407 INFO STEP 5 (pkg_change_variant) COMPLETE
39782026-08-27T00:52:31.551Z[ host-image] Aug 27 00:52:30.407 INFO O| Aug 27 00:52:30.407 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-27T00:52:31.846Z[ host-image] Aug 27 00:52:30.707 INFO O| Aug 27 00:52:30.707 INFO variant opensolaris.imagetype is full; changing to partial
39802026-08-27T00:52:31.846Z[ host-image] Aug 27 00:52:30.707 INFO O| Aug 27 00:52:30.707 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39812026-08-27T00:52:33.626Z[ host-image] Aug 27 00:52:32.487 INFO O| Aug 27 00:52:32.487 INFO O| Startup: Refreshing catalog 'helios' ... Done
39822026-08-27T00:52:34.024Z[ host-image] Aug 27 00:52:32.886 INFO O| Aug 27 00:52:32.886 INFO O| Startup: Caching catalogs ... Done
39832026-08-27T00:52:34.039Z[ host-image] Aug 27 00:52:32.901 INFO O| Aug 27 00:52:32.901 INFO O| Planning: Planning completed in 0.00 seconds
39842026-08-27T00:52:34.044Z[ host-image] Aug 27 00:52:32.901 INFO O| Aug 27 00:52:32.901 INFO O| Planning: Consolidating action changes ... Done
39852026-08-27T00:52:34.044Z[ host-image] Aug 27 00:52:32.901 INFO O| Aug 27 00:52:32.901 INFO O| Planning: Evaluating mediators ... Done
39862026-08-27T00:52:34.044Z[ host-image] Aug 27 00:52:32.901 INFO O| Aug 27 00:52:32.901 INFO O| Planning: Planning completed in 0.00 seconds
39872026-08-27T00:52:34.044Z[ host-image] Aug 27 00:52:32.902 INFO O| Aug 27 00:52:32.902 INFO O| Variants/Facets to change: 1
39882026-08-27T00:52:34.048Z[ host-image] Aug 27 00:52:32.910 INFO O| Aug 27 00:52:32.910 INFO O| Finalize: Updating package state database ... Done
39892026-08-27T00:52:34.048Z[ host-image] Aug 27 00:52:32.910 INFO O| Aug 27 00:52:32.910 INFO O| Finalize: Updating package cache ... Done
39902026-08-27T00:52:34.113Z[ host-image] Aug 27 00:52:32.975 INFO O| Aug 27 00:52:32.975 INFO O| Finalize: Updating image state ... Done
39912026-08-27T00:52:34.125Z[ host-image] Aug 27 00:52:32.985 INFO O| Aug 27 00:52:32.985 INFO O| Finalize: Creating fast lookup database ... Done
39922026-08-27T00:52:34.128Z[ host-image] Aug 27 00:52:32.986 INFO O| Aug 27 00:52:32.986 INFO O| Finalize: Reading search index ... Done
39932026-08-27T00:52:34.128Z[ host-image] Aug 27 00:52:32.986 INFO O| Aug 27 00:52:32.986 INFO O| Finalize: Updating search index ... Done
39942026-08-27T00:52:34.128Z[ host-image] Aug 27 00:52:32.987 INFO O| Aug 27 00:52:32.987 INFO O| Finalize: Updating package cache ... Done
39952026-08-27T00:52:34.315Z[ host-image] Aug 27 00:52:33.177 INFO O| Aug 27 00:52:33.177 INFO STEP 6 (pkg_change_variant) COMPLETE
39962026-08-27T00:52:34.315Z[ host-image] Aug 27 00:52:33.177 INFO O| Aug 27 00:52:33.177 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-08-27T00:52:34.315Z[ host-image] Aug 27 00:52:33.177 INFO O| Aug 27 00:52:33.177 INFO skip step because feature "debug_variant" is not enabled
39982026-08-27T00:52:34.315Z[ host-image] Aug 27 00:52:33.177 INFO O| Aug 27 00:52:33.177 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-27T00:52:34.557Z[ host-image] Aug 27 00:52:33.419 INFO O| Aug 27 00:52:33.419 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40002026-08-27T00:52:35.671Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.80s
40012026-08-27T00:52:36.224Z[ host-image] Aug 27 00:52:35.082 INFO O| Aug 27 00:52:35.082 INFO O| Startup: Refreshing catalog 'helios' ... Done
40022026-08-27T00:52:36.634Z[ host-image] Aug 27 00:52:35.494 INFO O| Aug 27 00:52:35.494 INFO O| Startup: Caching catalogs ... Done
40032026-08-27T00:52:36.647Z[ host-image] Aug 27 00:52:35.508 INFO O| Aug 27 00:52:35.508 INFO O| Planning: Planning completed in 0.00 seconds
40042026-08-27T00:52:36.657Z[ host-image] Aug 27 00:52:35.508 INFO O| Aug 27 00:52:35.508 INFO O| Planning: Consolidating action changes ... Done
40052026-08-27T00:52:36.658Z[ host-image] Aug 27 00:52:35.508 INFO O| Aug 27 00:52:35.508 INFO O| Planning: Evaluating mediators ... Done
40062026-08-27T00:52:36.658Z[ host-image] Aug 27 00:52:35.508 INFO O| Aug 27 00:52:35.508 INFO O| Planning: Planning completed in 0.00 seconds
40072026-08-27T00:52:36.658Z[ host-image] Aug 27 00:52:35.509 INFO O| Aug 27 00:52:35.509 INFO O| Variants/Facets to change: 1
40082026-08-27T00:52:36.663Z[ host-image] Aug 27 00:52:35.517 INFO O| Aug 27 00:52:35.517 INFO O| Finalize: Updating package state database ... Done
40092026-08-27T00:52:36.663Z[ host-image] Aug 27 00:52:35.517 INFO O| Aug 27 00:52:35.517 INFO O| Finalize: Updating package cache ... Done
40102026-08-27T00:52:36.731Z[ host-image] Aug 27 00:52:35.590 INFO O| Aug 27 00:52:35.590 INFO O| Finalize: Updating image state ... Done
40112026-08-27T00:52:36.743Z[ host-image] Aug 27 00:52:35.601 INFO O| Aug 27 00:52:35.601 INFO O| Finalize: Creating fast lookup database ... Done
40122026-08-27T00:52:36.753Z[ host-image] Aug 27 00:52:35.601 INFO O| Aug 27 00:52:35.601 INFO O| Finalize: Reading search index ... Done
40132026-08-27T00:52:36.753Z[ host-image] Aug 27 00:52:35.601 INFO O| Aug 27 00:52:35.601 INFO O| Finalize: Updating search index ... Done
40142026-08-27T00:52:36.753Z[ host-image] Aug 27 00:52:35.602 INFO O| Aug 27 00:52:35.602 INFO O| Finalize: Updating package cache ... Done
40152026-08-27T00:52:36.952Z[ host-image] Aug 27 00:52:35.813 INFO O| Aug 27 00:52:35.812 INFO STEP 8 (pkg_change_facet) COMPLETE
40162026-08-27T00:52:36.952Z[ host-image] Aug 27 00:52:35.813 INFO O| Aug 27 00:52:35.813 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40172026-08-27T00:52:36.952Z[ host-image] Aug 27 00:52:35.813 INFO O| Aug 27 00:52:35.813 INFO skip step because feature "recovery" is not enabled
40182026-08-27T00:52:36.964Z[ host-image] Aug 27 00:52:35.813 INFO O| Aug 27 00:52:35.813 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40192026-08-27T00:52:36.964Z[ host-image] Aug 27 00:52:35.813 INFO O| Aug 27 00:52:35.813 INFO skip step because feature "recovery" is not enabled
40202026-08-27T00:52:36.964Z[ host-image] Aug 27 00:52:35.813 INFO O| Aug 27 00:52:35.813 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212026-08-27T00:52:36.964Z[ host-image] Aug 27 00:52:35.820 INFO O| Aug 27 00:52:35.820 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"]
40222026-08-27T00:52:37.145ZAug 27 00:52:36.007 INFO [recovery-package] process exited with exit status: 0 (14.403936819s)
40232026-08-27T00:52:37.145ZAug 27 00:52:36.007 INFO [recovery-libraries] running task
40242026-08-27T00:52:37.146ZAug 27 00:52:36.007 INFO [recovery-stamp] running task
40252026-08-27T00:52:37.149ZAug 27 00:52:36.007 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+gita0331ace24a
40262026-08-27T00:52:37.149ZAug 27 00:52:36.008 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gita0331ace24a
40272026-08-27T00:52:37.153Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40282026-08-27T00:52:37.156Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40292026-08-27T00:52:37.197ZAug 27 00:52:36.059 INFO [recovery-libraries] task succeeded (52.044789ms)
40302026-08-27T00:52:37.199ZAug 27 00:52:36.059 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40312026-08-27T00:52:37.270Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40322026-08-27T00:52:37.274ZAug 27 00:52:36.136 INFO [stamp-installinator] process exited with exit status: 0 (128.043826ms)
40332026-08-27T00:52:37.327Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40342026-08-27T00:52:37.331ZAug 27 00:52:36.193 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (185.921931ms)
40352026-08-27T00:52:37.331ZAug 27 00:52:36.193 INFO [recovery-stamp] task succeeded (186.388821ms)
40362026-08-27T00:52:37.331ZAug 27 00:52:36.193 INFO [recovery-proto] running task
40372026-08-27T00:52:37.331ZAug 27 00:52:36.193 INFO [tuf-stamp] running task
40382026-08-27T00:52:37.334ZAug 27 00:52:36.194 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+gita0331ace24a
40392026-08-27T00:52:37.334ZAug 27 00:52:36.194 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+gita0331ace24a
40402026-08-27T00:52:37.334ZAug 27 00:52:36.195 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+gita0331ace24a
40412026-08-27T00:52:37.334ZAug 27 00:52:36.195 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+gita0331ace24a
40422026-08-27T00:52:37.334ZAug 27 00:52:36.196 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+gita0331ace24a
40432026-08-27T00:52:37.334ZAug 27 00:52:36.196 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+gita0331ace24a
40442026-08-27T00:52:37.337ZAug 27 00:52:36.197 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+gita0331ace24a
40452026-08-27T00:52:37.337ZAug 27 00:52:36.197 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+gita0331ace24a
40462026-08-27T00:52:37.337ZAug 27 00:52:36.197 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+gita0331ace24a
40472026-08-27T00:52:37.338ZAug 27 00:52:36.198 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+gita0331ace24a
40482026-08-27T00:52:37.338ZAug 27 00:52:36.198 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+gita0331ace24a
40492026-08-27T00:52:37.338ZAug 27 00:52:36.199 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+gita0331ace24a
40502026-08-27T00:52:37.341Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-27T00:52:37.406Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-27T00:52:37.406Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-27T00:52:37.406Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-27T00:52:37.406Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-27T00:52:37.406Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-27T00:52:37.406Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-27T00:52:37.407Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-27T00:52:37.407Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-27T00:52:37.407Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-27T00:52:37.407Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-27T00:52:37.407Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-08-27T00:52:37.407Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40632026-08-27T00:52:37.407ZAug 27 00:52:36.261 INFO [stamp-probe] process exited with exit status: 0 (62.380707ms)
40642026-08-27T00:52:37.453ZAug 27 00:52:36.315 INFO [recovery-proto] task succeeded (121.645721ms)
40652026-08-27T00:52:37.456ZAug 27 00:52:36.315 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/.tmpBvIJBf/proto/recovery/root -N 'recovery a0331ac/${os_short_commit} 2026-08-27 00:41' -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/'
40662026-08-27T00:52:37.460Z[ recovery-image] Aug 27 00:52:36.322 INFO Checking files for board 'gimlet'
40672026-08-27T00:52:37.460Z[ recovery-image] Aug 27 00:52:36.322 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40682026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40692026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO Checking files for board 'cosmo'
40702026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40712026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40722026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO Checking files for board 'cosmo-mbist-noaggr'
40732026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40742026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO Checking files for board 'cosmo-mbist'
40752026-08-27T00:52:37.463Z[ recovery-image] Aug 27 00:52:36.322 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40762026-08-27T00:52:37.469Z[ recovery-image] Aug 27 00:52:36.331 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpBvIJBf/proto/recovery/root"
40772026-08-27T00:52:37.472Z[ recovery-image] Aug 27 00:52:36.331 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40782026-08-27T00:52:37.472Z[ recovery-image] Aug 27 00:52:36.331 INFO image builder template: ramdisk-01-os...
40792026-08-27T00:52:37.472Z[ recovery-image] Aug 27 00:52:36.331 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/.tmpBvIJBf/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
40802026-08-27T00:52:37.486Z[ recovery-image] Aug 27 00:52:36.348 INFO O| Aug 27 00:52:36.348 INFO CREATE DATASET: rpool/images/build/recovery/output
40812026-08-27T00:52:37.768Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40822026-08-27T00:52:37.795Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40832026-08-27T00:52:37.844Z[ recovery-image] Aug 27 00:52:36.706 INFO O| Aug 27 00:52:36.706 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40842026-08-27T00:52:37.847Z[ recovery-image] Aug 27 00:52:36.709 INFO O| Aug 27 00:52:36.709 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40852026-08-27T00:52:37.920Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40862026-08-27T00:52:37.924ZAug 27 00:52:36.786 INFO [stamp-ntp] process exited with exit status: 0 (591.477076ms)
40872026-08-27T00:52:37.994Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40882026-08-27T00:52:37.998ZAug 27 00:52:36.860 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (663.162939ms)
40892026-08-27T00:52:38.069Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40902026-08-27T00:52:38.073ZAug 27 00:52:36.934 INFO [stamp-external-dns] process exited with exit status: 0 (737.925286ms)
40912026-08-27T00:52:38.076Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40922026-08-27T00:52:38.079ZAug 27 00:52:36.940 INFO [stamp-internal-dns] process exited with exit status: 0 (742.029238ms)
40932026-08-27T00:52:38.178Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40942026-08-27T00:52:38.182ZAug 27 00:52:37.044 INFO [stamp-crucible-zone] process exited with exit status: 0 (850.11214ms)
40952026-08-27T00:52:38.439Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40962026-08-27T00:52:38.442ZAug 27 00:52:37.305 INFO [stamp-oximeter] process exited with exit status: 0 (1.108566265s)
40972026-08-27T00:52:38.642Z[ recovery-image] Aug 27 00:52:37.504 INFO O| Aug 27 00:52:37.504 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40982026-08-27T00:52:38.777Z[ host-image] Aug 27 00:52:37.638 INFO O| Aug 27 00:52:37.638 INFO O| Startup: Refreshing catalog 'helios' ... Done
40992026-08-27T00:52:38.977Z[ recovery-image] Aug 27 00:52:37.839 INFO O| Aug 27 00:52:37.839 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41002026-08-27T00:52:38.977Z[ recovery-image] Aug 27 00:52:37.839 INFO O| Aug 27 00:52:37.839 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41012026-08-27T00:52:38.977Z[ recovery-image] Aug 27 00:52:37.839 INFO O| Aug 27 00:52:37.839 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41022026-08-27T00:52:38.980Z[ recovery-image] Aug 27 00:52:37.839 INFO O| Aug 27 00:52:37.839 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41032026-08-27T00:52:38.983Z[ recovery-image] Aug 27 00:52:37.845 INFO O| Aug 27 00:52:37.845 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41042026-08-27T00:52:39.399Z[ host-image] Aug 27 00:52:38.261 INFO O| Aug 27 00:52:38.261 INFO O| Startup: Caching catalogs ... Done
41052026-08-27T00:52:39.945Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41062026-08-27T00:52:39.949ZAug 27 00:52:38.810 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.613017897s)
41072026-08-27T00:52:41.835Z[ host-image] Aug 27 00:52:40.697 INFO O| Aug 27 00:52:40.697 INFO O| Planning: Solver setup ... Done
41082026-08-27T00:52:42.074Z[ host-image] Aug 27 00:52:40.936 INFO O| Aug 27 00:52:40.936 INFO O| Planning: Running solver ... Done
41092026-08-27T00:52:42.093Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41102026-08-27T00:52:42.096ZAug 27 00:52:40.950 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.751645348s)
41112026-08-27T00:52:42.120Z[ host-image] Aug 27 00:52:40.982 INFO O| Aug 27 00:52:40.982 INFO O| Planning: Finding local manifests ... Done
41122026-08-27T00:52:42.138Z[ host-image] Aug 27 00:52:41.000 INFO O| Aug 27 00:52:41.000 INFO O| Planning: Fetching manifests: 0/130 0% complete
41132026-08-27T00:52:42.282Z[verify-libraries] Compiling match_cfg v0.1.0
41142026-08-27T00:52:42.282Z[verify-libraries] Compiling slog-json v2.6.1
41152026-08-27T00:52:42.286Z[verify-libraries] Compiling debug-ignore v1.0.5
41162026-08-27T00:52:42.286Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41172026-08-27T00:52:42.286Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41182026-08-27T00:52:42.286Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41192026-08-27T00:52:42.289ZAug 27 00:52:41.149 INFO [stamp-clickhouse] process exited with exit status: 0 (4.95368283s)
41202026-08-27T00:52:42.290ZAug 27 00:52:41.149 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.949803637s)
41212026-08-27T00:52:42.539Z[verify-libraries] Compiling sha1 v0.11.0
41222026-08-27T00:52:42.539Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41232026-08-27T00:52:42.542Z[verify-libraries] Compiling multer v3.1.0
41242026-08-27T00:52:42.542Z[verify-libraries] Compiling compression-core v0.4.31
41252026-08-27T00:52:42.542Z[verify-libraries] Compiling progenitor-client v0.14.0
41262026-08-27T00:52:42.542Z[verify-libraries] Compiling async-stream-impl v0.3.6
41272026-08-27T00:52:42.559Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41282026-08-27T00:52:42.563Z[verify-libraries] Compiling serde_spanned v1.1.1
41292026-08-27T00:52:42.700Z[verify-libraries] Compiling hostname v0.3.1
41302026-08-27T00:52:42.700Z[verify-libraries] Compiling dropshot v0.17.1
41312026-08-27T00:52:42.740Z[verify-libraries] Compiling compression-codecs v0.4.37
41322026-08-27T00:52:42.740Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41332026-08-27T00:52:42.744Z[verify-libraries] Compiling waitgroup v0.1.2
41342026-08-27T00:52:42.803Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41352026-08-27T00:52:42.803Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41362026-08-27T00:52:42.803Z[verify-libraries] Compiling hostname v0.4.2
41372026-08-27T00:52:42.807Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41382026-08-27T00:52:42.811ZAug 27 00:52:41.673 INFO [stamp-nexus] process exited with exit status: 0 (5.477821005s)
41392026-08-27T00:52:42.815ZAug 27 00:52:41.673 INFO [tuf-stamp] task succeeded (5.479896836s)
41402026-08-27T00:52:42.815ZAug 27 00:52:41.673 INFO [tuf-v2-zones] running task
41412026-08-27T00:52:42.867Z[verify-libraries] Compiling slog-bunyan v2.5.0
41422026-08-27T00:52:42.867Z[verify-libraries] Compiling atomicwrites v0.4.4
41432026-08-27T00:52:42.871Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41442026-08-27T00:52:42.961Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41452026-08-27T00:52:42.961Z[verify-libraries] Compiling async-compression v0.4.41
41462026-08-27T00:52:43.005ZAug 27 00:52:41.867 INFO [tuf-v2-zones] task succeeded (193.475706ms)
41472026-08-27T00:52:43.009Z[verify-libraries] Compiling regress v0.10.5
41482026-08-27T00:52:43.009Z[verify-libraries] Compiling macaddr v1.0.1
41492026-08-27T00:52:43.094Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41502026-08-27T00:52:43.098Z[verify-libraries] Compiling instant v0.1.13
41512026-08-27T00:52:43.098Z[verify-libraries] Compiling oxide-generation v0.1.3
41522026-08-27T00:52:43.098Z[verify-libraries] Compiling parse-display-derive v0.10.0
41532026-08-27T00:52:43.098Z[verify-libraries] Compiling itertools v0.14.0
41542026-08-27T00:52:43.196Z[verify-libraries] Compiling backon v1.6.0
41552026-08-27T00:52:43.200Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41562026-08-27T00:52:43.262Z[verify-libraries] Compiling async-stream v0.3.6
41572026-08-27T00:52:43.286Z[verify-libraries] Compiling backoff v0.4.0
41582026-08-27T00:52:43.286Z[verify-libraries] Compiling humantime v2.3.0
41592026-08-27T00:52:43.338Z[verify-libraries] Compiling convert_case v0.4.0
41602026-08-27T00:52:43.361Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41612026-08-27T00:52:43.385Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41622026-08-27T00:52:43.439Z[verify-libraries] Compiling progenitor-extras v0.2.0
41632026-08-27T00:52:43.472Z[verify-libraries] Compiling half v2.7.1
41642026-08-27T00:52:43.495Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41652026-08-27T00:52:43.501Z[ recovery-image] Aug 27 00:52:42.363 INFO O| Aug 27 00:52:42.363 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-08-27T00:52:43.517Z[ recovery-image] Aug 27 00:52:42.372 INFO O| Aug 27 00:52:42.372 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41672026-08-27T00:52:43.557Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41682026-08-27T00:52:43.584Z[verify-libraries] Compiling ciborium-io v0.2.2
41692026-08-27T00:52:43.617Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41702026-08-27T00:52:43.617Z[verify-libraries] Compiling indent_write v2.2.0
41712026-08-27T00:52:43.685Z[verify-libraries] Compiling regress v0.11.1
41722026-08-27T00:52:43.732Z[verify-libraries] Compiling ciborium-ll v0.2.2
41732026-08-27T00:52:43.761Z[verify-libraries] Compiling derive_more v0.99.20
41742026-08-27T00:52:43.785Z[verify-libraries] Compiling secrecy v0.10.3
41752026-08-27T00:52:43.821Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41762026-08-27T00:52:43.839Z[ recovery-image] Aug 27 00:52:42.701 INFO O| Aug 27 00:52:42.701 INFO O| Caching catalogs ... Done
41772026-08-27T00:52:43.844Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41782026-08-27T00:52:43.871Z[verify-libraries] Compiling inout v0.1.4
41792026-08-27T00:52:43.927Z[ recovery-image] Aug 27 00:52:42.789 INFO O| Aug 27 00:52:42.788 INFO STEP 0 (pkg_image_create) COMPLETE
41802026-08-27T00:52:43.927Z[ recovery-image] Aug 27 00:52:42.789 INFO O| Aug 27 00:52:42.788 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812026-08-27T00:52:43.931Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41822026-08-27T00:52:43.936Z[ recovery-image] Aug 27 00:52:42.798 INFO O| Aug 27 00:52:42.798 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"]
41832026-08-27T00:52:43.961Z[verify-libraries] Compiling ciborium v0.2.2
41842026-08-27T00:52:44.045Z[verify-libraries] Compiling universal-hash v0.5.1
41852026-08-27T00:52:44.060Z[ host-image] Aug 27 00:52:42.922 INFO O| Aug 27 00:52:42.919 INFO O| Planning: Fetching manifests: 130/130 100% complete
41862026-08-27T00:52:44.109Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41872026-08-27T00:52:44.148Z[verify-libraries] Compiling cipher v0.4.4
41882026-08-27T00:52:44.255Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41892026-08-27T00:52:44.267Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO STEP 1 (pkg_set_publisher) COMPLETE
41902026-08-27T00:52:44.267Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912026-08-27T00:52:44.271Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO skip step because feature "publisher_1_name" is not enabled
41922026-08-27T00:52:44.271Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-08-27T00:52:44.271Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO skip step because feature "publisher_2_name" is not enabled
41942026-08-27T00:52:44.271Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-08-27T00:52:44.271Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO skip step because feature "publisher_3_name" is not enabled
41962026-08-27T00:52:44.271Z[ recovery-image] Aug 27 00:52:43.129 INFO O| Aug 27 00:52:43.129 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-08-27T00:52:44.282Z[verify-libraries] Compiling opaque-debug v0.3.1
41982026-08-27T00:52:44.282Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41992026-08-27T00:52:44.350Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42002026-08-27T00:52:44.350Z[verify-libraries] Compiling blake2 v0.10.6
42012026-08-27T00:52:44.421Z[verify-libraries] Compiling aead v0.5.2
42022026-08-27T00:52:44.491Z[verify-libraries] Compiling chacha20 v0.9.1
42032026-08-27T00:52:44.520Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42042026-08-27T00:52:44.588Z[ recovery-image] Aug 27 00:52:43.447 INFO O| Aug 27 00:52:43.447 INFO variant opensolaris.zone is already global
42052026-08-27T00:52:44.588Z[ recovery-image] Aug 27 00:52:43.447 INFO O| Aug 27 00:52:43.447 INFO STEP 5 (pkg_change_variant) COMPLETE
42062026-08-27T00:52:44.588Z[ recovery-image] Aug 27 00:52:43.447 INFO O| Aug 27 00:52:43.447 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42072026-08-27T00:52:44.592Z[verify-libraries] Compiling poly1305 v0.8.0
42082026-08-27T00:52:44.642Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42092026-08-27T00:52:44.676Z[ host-image] Aug 27 00:52:43.538 INFO O| Aug 27 00:52:43.530 INFO O| Planning: Package planning ... Done
42102026-08-27T00:52:44.711Z[verify-libraries] Compiling password-hash v0.5.0
42112026-08-27T00:52:44.714Z[verify-libraries] Compiling num-derive v0.4.2
42122026-08-27T00:52:44.827Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42132026-08-27T00:52:44.830Z[verify-libraries] Compiling rayon-core v1.13.0
42142026-08-27T00:52:44.908Z[ recovery-image] Aug 27 00:52:43.769 INFO O| Aug 27 00:52:43.769 INFO variant opensolaris.imagetype is full; changing to partial
42152026-08-27T00:52:44.908Z[ recovery-image] Aug 27 00:52:43.769 INFO O| Aug 27 00:52:43.769 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42162026-08-27T00:52:45.002Z[ host-image] Aug 27 00:52:43.863 INFO O| Aug 27 00:52:43.863 INFO O| Planning: Merging actions ... Done
42172026-08-27T00:52:45.005Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42182026-08-27T00:52:45.005Z[verify-libraries] Compiling parse-display v0.10.0
42192026-08-27T00:52:45.103Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42202026-08-27T00:52:45.124Z[ host-image] Aug 27 00:52:43.985 INFO O| Aug 27 00:52:43.985 INFO O| Planning: Checking for conflicting actions ... Done
42212026-08-27T00:52:45.152Z[verify-libraries] Compiling glob v0.3.3
42222026-08-27T00:52:45.191Z[verify-libraries] Compiling argon2 v0.5.3
42232026-08-27T00:52:45.240Z[ host-image] Aug 27 00:52:44.102 INFO O| Aug 27 00:52:44.102 INFO O| Planning: Consolidating action changes ... Done
42242026-08-27T00:52:45.267Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42252026-08-27T00:52:45.329Z[verify-libraries] Compiling typify-impl v0.6.2
42262026-08-27T00:52:45.419Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42272026-08-27T00:52:45.470Z[ host-image] Aug 27 00:52:44.332 INFO O| Aug 27 00:52:44.332 INFO O| Planning: Evaluating mediators ... Done
42282026-08-27T00:52:45.490Z[verify-libraries] Compiling usdt-macro v0.5.0
42292026-08-27T00:52:45.645Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42302026-08-27T00:52:45.812Z[verify-libraries] Compiling vsss-rs v3.3.4
42312026-08-27T00:52:45.859Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42322026-08-27T00:52:45.871Z[verify-libraries] Compiling memmap v0.7.0
42332026-08-27T00:52:46.162Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42342026-08-27T00:52:46.228Z[verify-libraries] Compiling heapless v0.8.0
42352026-08-27T00:52:46.298Z[verify-libraries] Compiling proc-macro-error v1.0.4
42362026-08-27T00:52:46.354Z[verify-libraries] Compiling ingot-macros v0.2.0
42372026-08-27T00:52:46.377Z[verify-libraries] Compiling tabwriter v1.4.1
42382026-08-27T00:52:46.413Z[verify-libraries] Compiling hash32 v0.3.1
42392026-08-27T00:52:46.532Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42402026-08-27T00:52:46.589Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42412026-08-27T00:52:46.631Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42422026-08-27T00:52:46.660Z[verify-libraries] Compiling usdt v0.5.0
42432026-08-27T00:52:46.660Z[verify-libraries] Compiling smoltcp v0.11.0
42442026-08-27T00:52:46.684Z[verify-libraries] Compiling cobs v0.3.0
42452026-08-27T00:52:46.705Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42462026-08-27T00:52:46.710Z[verify-libraries] Compiling colored v3.1.1
42472026-08-27T00:52:46.872Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42482026-08-27T00:52:46.895Z[verify-libraries] Compiling num_enum_derive v0.7.6
42492026-08-27T00:52:47.025Z[verify-libraries] Compiling postcard v1.1.3
42502026-08-27T00:52:47.072Z[ host-image] Aug 27 00:52:45.934 INFO O| Aug 27 00:52:45.934 INFO O| Planning: Planning completed in 7.66 seconds
42512026-08-27T00:52:47.077Z[ host-image] Aug 27 00:52:45.936 INFO O| Aug 27 00:52:45.936 INFO O| Packages to install: 130
42522026-08-27T00:52:47.077Z[ host-image] Aug 27 00:52:45.936 INFO O| Aug 27 00:52:45.936 INFO O| Mediators to change: 5
42532026-08-27T00:52:47.077Z[ host-image] Aug 27 00:52:45.936 INFO O| Aug 27 00:52:45.936 INFO O| Services to change: 6
42542026-08-27T00:52:47.081Z[verify-libraries] Compiling rayon v1.11.0
42552026-08-27T00:52:47.100Z[verify-libraries] Compiling rand v0.10.1
42562026-08-27T00:52:47.113Z[ host-image] Aug 27 00:52:45.972 INFO O| Aug 27 00:52:45.972 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42572026-08-27T00:52:47.120Z[ recovery-image] Aug 27 00:52:45.980 INFO O| Aug 27 00:52:45.979 INFO O| Startup: Refreshing catalog 'helios' ... Done
42582026-08-27T00:52:47.127Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42592026-08-27T00:52:47.127Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42602026-08-27T00:52:47.178Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42612026-08-27T00:52:47.230Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42622026-08-27T00:52:47.256Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42632026-08-27T00:52:47.402Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42642026-08-27T00:52:47.570Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42652026-08-27T00:52:47.614Z[verify-libraries] Compiling num_enum_derive v0.5.11
42662026-08-27T00:52:47.614Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42672026-08-27T00:52:47.645Z[ recovery-image] Aug 27 00:52:46.506 INFO O| Aug 27 00:52:46.506 INFO O| Startup: Caching catalogs ... Done
42682026-08-27T00:52:47.661Z[ recovery-image] Aug 27 00:52:46.522 INFO O| Aug 27 00:52:46.522 INFO O| Planning: Planning completed in 0.00 seconds
42692026-08-27T00:52:47.665Z[ recovery-image] Aug 27 00:52:46.523 INFO O| Aug 27 00:52:46.523 INFO O| Planning: Consolidating action changes ... Done
42702026-08-27T00:52:47.665Z[ recovery-image] Aug 27 00:52:46.523 INFO O| Aug 27 00:52:46.523 INFO O| Planning: Evaluating mediators ... Done
42712026-08-27T00:52:47.665Z[ recovery-image] Aug 27 00:52:46.523 INFO O| Aug 27 00:52:46.523 INFO O| Planning: Planning completed in 0.00 seconds
42722026-08-27T00:52:47.665Z[ recovery-image] Aug 27 00:52:46.523 INFO O| Aug 27 00:52:46.523 INFO O| Variants/Facets to change: 1
42732026-08-27T00:52:47.677Z[ recovery-image] Aug 27 00:52:46.539 INFO O| Aug 27 00:52:46.539 INFO O| Finalize: Updating package state database ... Done
42742026-08-27T00:52:47.677Z[ recovery-image] Aug 27 00:52:46.539 INFO O| Aug 27 00:52:46.539 INFO O| Finalize: Updating package cache ... Done
42752026-08-27T00:52:47.722Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42762026-08-27T00:52:47.817Z[ recovery-image] Aug 27 00:52:46.635 INFO O| Aug 27 00:52:46.635 INFO O| Finalize: Updating image state ... Done
42772026-08-27T00:52:47.824Z[ recovery-image] Aug 27 00:52:46.655 INFO O| Aug 27 00:52:46.655 INFO O| Finalize: Creating fast lookup database ... Done
42782026-08-27T00:52:47.824Z[ recovery-image] Aug 27 00:52:46.656 INFO O| Aug 27 00:52:46.656 INFO O| Finalize: Reading search index ... Done
42792026-08-27T00:52:47.824Z[ recovery-image] Aug 27 00:52:46.656 INFO O| Aug 27 00:52:46.656 INFO O| Finalize: Updating search index ... Done
42802026-08-27T00:52:47.824Z[ recovery-image] Aug 27 00:52:46.657 INFO O| Aug 27 00:52:46.657 INFO O| Finalize: Updating package cache ... Done
42812026-08-27T00:52:47.836Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42822026-08-27T00:52:47.890Z[verify-libraries] Compiling cstr-argument v0.1.2
42832026-08-27T00:52:51.487Z[verify-libraries] Compiling foreign-types v0.5.0
42842026-08-27T00:52:51.562Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42852026-08-27T00:52:51.562Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42862026-08-27T00:52:51.562Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42872026-08-27T00:52:51.562Z[verify-libraries] Compiling num_enum v0.7.6
42882026-08-27T00:52:51.562Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42892026-08-27T00:52:51.562Z[verify-libraries] Compiling sigpipe v0.1.3
42902026-08-27T00:52:51.562Z[ recovery-image] Aug 27 00:52:47.022 INFO O| Aug 27 00:52:47.022 INFO STEP 6 (pkg_change_variant) COMPLETE
42912026-08-27T00:52:51.562Z[ recovery-image] Aug 27 00:52:47.022 INFO O| Aug 27 00:52:47.022 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-08-27T00:52:51.562Z[ recovery-image] Aug 27 00:52:47.022 INFO O| Aug 27 00:52:47.022 INFO skip step because feature "debug_variant" is not enabled
42932026-08-27T00:52:51.562Z[ recovery-image] Aug 27 00:52:47.022 INFO O| Aug 27 00:52:47.022 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942026-08-27T00:52:51.562Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42952026-08-27T00:52:51.562Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42962026-08-27T00:52:51.562Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42972026-08-27T00:52:51.563Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42982026-08-27T00:52:51.563Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42992026-08-27T00:52:51.563Z[verify-libraries] Compiling itertools v0.12.1
43002026-08-27T00:52:51.563Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43012026-08-27T00:52:51.563Z[ recovery-image] Aug 27 00:52:47.388 INFO O| Aug 27 00:52:47.388 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43022026-08-27T00:52:51.563Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43032026-08-27T00:52:51.563Z[verify-libraries] Compiling toml v0.8.23
43042026-08-27T00:52:51.563Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43052026-08-27T00:52:51.563Z[verify-libraries] Compiling smf v0.2.3
43062026-08-27T00:52:51.563Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43072026-08-27T00:52:51.563Z[verify-libraries] Compiling whoami v1.6.1
43082026-08-27T00:52:51.563Z[verify-libraries] Compiling num_enum v0.5.11
43092026-08-27T00:52:51.563Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43102026-08-27T00:52:51.563Z[verify-libraries] Compiling derive-where v1.6.0
43112026-08-27T00:52:51.563Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43122026-08-27T00:52:51.608Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43132026-08-27T00:52:51.608Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43142026-08-27T00:52:51.608Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43152026-08-27T00:52:51.608Z[verify-libraries] Compiling gethostname v0.5.0
43162026-08-27T00:52:51.608Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43172026-08-27T00:52:51.608Z[verify-libraries] Compiling ingot-types v0.2.0
43182026-08-27T00:52:51.608Z[verify-libraries] Compiling newline-converter v0.3.0
43192026-08-27T00:52:51.608Z[verify-libraries] Compiling console v0.15.11
43202026-08-27T00:52:51.608Z[verify-libraries] Compiling linear-map v1.2.0
43212026-08-27T00:52:51.608Z[verify-libraries] Compiling zone v0.3.1
43222026-08-27T00:52:51.608Z[verify-libraries] Compiling resolv-conf v0.7.6
43232026-08-27T00:52:51.608Z[verify-libraries] Compiling num-rational v0.4.2
43242026-08-27T00:52:51.608Z[verify-libraries] Compiling num-complex v0.4.6
43252026-08-27T00:52:51.608Z[verify-libraries] Compiling slog-dtrace v0.3.0
43262026-08-27T00:52:51.608Z[verify-libraries] Compiling ingot v0.2.1
43272026-08-27T00:52:51.608Z[verify-libraries] Compiling expectorate v1.2.0
43282026-08-27T00:52:51.608Z[verify-libraries] Compiling prettyplease v0.2.37
43292026-08-27T00:52:51.608Z[verify-libraries] Compiling float-ord v0.3.2
43302026-08-27T00:52:51.608Z[verify-libraries] Compiling num v0.4.3
43312026-08-27T00:52:51.609Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43322026-08-27T00:52:51.609Z[verify-libraries] Compiling linked-hash-map v0.5.6
43332026-08-27T00:52:51.609Z[verify-libraries] Compiling typify-macro v0.6.2
43342026-08-27T00:52:51.609Z[verify-libraries] Compiling hickory-proto v0.24.4
43352026-08-27T00:52:51.609Z[verify-libraries] Compiling minimal-lexical v0.2.1
43362026-08-27T00:52:51.609Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43372026-08-27T00:52:51.609Z[verify-libraries] Compiling unicode-xid v0.2.6
43382026-08-27T00:52:51.609Z[verify-libraries] Compiling tabled_derive v0.7.0
43392026-08-27T00:52:51.609Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43402026-08-27T00:52:51.609Z[verify-libraries] Compiling lru-cache v0.1.2
43412026-08-27T00:52:51.609Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43422026-08-27T00:52:51.609Z[verify-libraries] Compiling nom v7.1.3
43432026-08-27T00:52:51.609Z[verify-libraries] Compiling fd-lock v4.0.4
43442026-08-27T00:52:51.609Z[ recovery-image] Aug 27 00:52:49.760 INFO O| Aug 27 00:52:49.760 INFO O| Startup: Refreshing catalog 'helios' ... Done
43452026-08-27T00:52:51.609Z[verify-libraries] Compiling vte v0.14.1
43462026-08-27T00:52:51.609Z[verify-libraries] Compiling display-error-chain v0.2.2
43472026-08-27T00:52:51.609Z[verify-libraries] Compiling crossterm v0.29.0
43482026-08-27T00:52:51.610Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43492026-08-27T00:52:51.610Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43502026-08-27T00:52:51.610Z[verify-libraries] Compiling stacker v0.1.23
43512026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.230 INFO O| Aug 27 00:52:50.230 INFO O| Startup: Caching catalogs ... Done
43522026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.247 INFO O| Aug 27 00:52:50.247 INFO O| Planning: Planning completed in 0.00 seconds
43532026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.247 INFO O| Aug 27 00:52:50.247 INFO O| Planning: Consolidating action changes ... Done
43542026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.247 INFO O| Aug 27 00:52:50.247 INFO O| Planning: Evaluating mediators ... Done
43552026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.247 INFO O| Aug 27 00:52:50.247 INFO O| Planning: Planning completed in 0.00 seconds
43562026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.248 INFO O| Aug 27 00:52:50.248 INFO O| Variants/Facets to change: 1
43572026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.274 INFO O| Aug 27 00:52:50.274 INFO O| Finalize: Updating package state database ... Done
43582026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.274 INFO O| Aug 27 00:52:50.274 INFO O| Finalize: Updating package cache ... Done
43592026-08-27T00:52:51.610Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43602026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.358 INFO O| Aug 27 00:52:50.358 INFO O| Finalize: Updating image state ... Done
43612026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.378 INFO O| Aug 27 00:52:50.378 INFO O| Finalize: Creating fast lookup database ... Done
43622026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.378 INFO O| Aug 27 00:52:50.378 INFO O| Finalize: Reading search index ... Done
43632026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.378 INFO O| Aug 27 00:52:50.378 INFO O| Finalize: Updating search index ... Done
43642026-08-27T00:52:51.610Z[ recovery-image] Aug 27 00:52:50.379 INFO O| Aug 27 00:52:50.379 INFO O| Finalize: Updating package cache ... Done
43652026-08-27T00:52:51.610Z[verify-libraries] Compiling reedline v0.40.0
43662026-08-27T00:52:51.675Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43672026-08-27T00:52:51.678Z[verify-libraries] Compiling psm v0.1.30
43682026-08-27T00:52:51.789Z[verify-libraries] Compiling tabled v0.15.0
43692026-08-27T00:52:51.796Z[verify-libraries] Compiling cfg_aliases v0.1.1
43702026-08-27T00:52:51.835Z[ recovery-image] Aug 27 00:52:50.697 INFO O| Aug 27 00:52:50.697 INFO STEP 8 (pkg_change_facet) COMPLETE
43712026-08-27T00:52:51.839Z[ recovery-image] Aug 27 00:52:50.697 INFO O| Aug 27 00:52:50.697 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43722026-08-27T00:52:51.919Z[verify-libraries] Compiling termtree v0.5.1
43732026-08-27T00:52:51.963Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43742026-08-27T00:52:51.968Z[verify-libraries] Compiling nix v0.28.0
43752026-08-27T00:52:52.068Z[verify-libraries] Compiling semver v0.1.20
43762026-08-27T00:52:52.117Z[ host-image] Aug 27 00:52:50.972 INFO O| Aug 27 00:52:50.972 INFO O| Download: 10952/23888 items 96.5/222.8MB 43% complete (19.3M/s)
43772026-08-27T00:52:52.143Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43782026-08-27T00:52:52.189Z[ recovery-image] Aug 27 00:52:51.048 INFO O| Aug 27 00:52:51.048 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43792026-08-27T00:52:52.200Z[verify-libraries] Compiling phf_shared v0.12.1
43802026-08-27T00:52:52.259Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43812026-08-27T00:52:52.262Z[verify-libraries] Compiling nibble_vec v0.1.0
43822026-08-27T00:52:52.353Z[verify-libraries] Compiling rustc_version v0.1.7
43832026-08-27T00:52:52.401Z[verify-libraries] Compiling highway v1.3.0
43842026-08-27T00:52:52.455Z[verify-libraries] Compiling typify v0.6.2
43852026-08-27T00:52:52.456Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43862026-08-27T00:52:52.456Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43872026-08-27T00:52:52.456Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43882026-08-27T00:52:52.479Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43892026-08-27T00:52:52.628Z[verify-libraries] Compiling progenitor-impl v0.14.0
43902026-08-27T00:52:52.720Z[verify-libraries] Compiling chrono-tz v0.10.4
43912026-08-27T00:52:52.808Z[verify-libraries] Compiling hickory-resolver v0.24.4
43922026-08-27T00:52:52.870Z[verify-libraries] Compiling endian-type v0.1.2
43932026-08-27T00:52:52.963Z[verify-libraries] Compiling recursive v0.1.1
43942026-08-27T00:52:53.116Z[verify-libraries] Compiling radix_trie v0.2.1
43952026-08-27T00:52:53.150Z[verify-libraries] Compiling newtype_derive v0.1.6
43962026-08-27T00:52:53.232Z[verify-libraries] Compiling phf v0.12.1
43972026-08-27T00:52:53.464Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43982026-08-27T00:52:53.493Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43992026-08-27T00:52:53.513Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44002026-08-27T00:52:53.536Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44012026-08-27T00:52:53.895Z[verify-libraries] Compiling peg-macros v0.8.5
44022026-08-27T00:52:54.031Z[verify-libraries] Compiling qorb v0.4.1
44032026-08-27T00:52:54.207Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44042026-08-27T00:52:54.220Z[ recovery-image] Aug 27 00:52:53.081 INFO O| Aug 27 00:52:53.081 INFO O| Startup: Refreshing catalog 'helios' ... Done
44052026-08-27T00:52:54.282Z[verify-libraries] Compiling winnow v0.6.26
44062026-08-27T00:52:54.331Z[verify-libraries] Compiling csv-core v0.1.13
44072026-08-27T00:52:54.471Z[verify-libraries] Compiling unicode_categories v0.1.1
44082026-08-27T00:52:54.702Z[verify-libraries] Compiling home v0.5.12
44092026-08-27T00:52:54.711Z[ recovery-image] Aug 27 00:52:53.572 INFO O| Aug 27 00:52:53.572 INFO O| Startup: Caching catalogs ... Done
44102026-08-27T00:52:54.727Z[ recovery-image] Aug 27 00:52:53.589 INFO O| Aug 27 00:52:53.589 INFO O| Planning: Planning completed in 0.00 seconds
44112026-08-27T00:52:54.730Z[ recovery-image] Aug 27 00:52:53.590 INFO O| Aug 27 00:52:53.590 INFO O| Planning: Consolidating action changes ... Done
44122026-08-27T00:52:54.731Z[ recovery-image] Aug 27 00:52:53.590 INFO O| Aug 27 00:52:53.590 INFO O| Planning: Evaluating mediators ... Done
44132026-08-27T00:52:54.731Z[ recovery-image] Aug 27 00:52:53.590 INFO O| Aug 27 00:52:53.590 INFO O| Planning: Planning completed in 0.00 seconds
44142026-08-27T00:52:54.731Z[ recovery-image] Aug 27 00:52:53.590 INFO O| Aug 27 00:52:53.590 INFO O| Variants/Facets to change: 1
44152026-08-27T00:52:54.740Z[ recovery-image] Aug 27 00:52:53.601 INFO O| Aug 27 00:52:53.601 INFO O| Finalize: Updating package state database ... Done
44162026-08-27T00:52:54.740Z[ recovery-image] Aug 27 00:52:53.601 INFO O| Aug 27 00:52:53.601 INFO O| Finalize: Updating package cache ... Done
44172026-08-27T00:52:54.745Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44182026-08-27T00:52:54.745Z[verify-libraries] Compiling csv v1.4.0
44192026-08-27T00:52:54.745Z[verify-libraries] Compiling const_format v0.2.35
44202026-08-27T00:52:54.815Z[ recovery-image] Aug 27 00:52:53.676 INFO O| Aug 27 00:52:53.676 INFO O| Finalize: Updating image state ... Done
44212026-08-27T00:52:54.835Z[ recovery-image] Aug 27 00:52:53.696 INFO O| Aug 27 00:52:53.696 INFO O| Finalize: Creating fast lookup database ... Done
44222026-08-27T00:52:54.838Z[ recovery-image] Aug 27 00:52:53.697 INFO O| Aug 27 00:52:53.697 INFO O| Finalize: Reading search index ... Done
44232026-08-27T00:52:54.838Z[ recovery-image] Aug 27 00:52:53.697 INFO O| Aug 27 00:52:53.697 INFO O| Finalize: Updating search index ... Done
44242026-08-27T00:52:54.838Z[ recovery-image] Aug 27 00:52:53.698 INFO O| Aug 27 00:52:53.698 INFO O| Finalize: Updating package cache ... Done
44252026-08-27T00:52:54.888Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44262026-08-27T00:52:54.934Z[verify-libraries] Compiling rustyline v14.0.0
44272026-08-27T00:52:55.072Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44282026-08-27T00:52:55.091Z[verify-libraries] Compiling sqlparser v0.61.0
44292026-08-27T00:52:55.139Z[ recovery-image] Aug 27 00:52:53.998 INFO O| Aug 27 00:52:53.998 INFO STEP 9 (pkg_change_facet) COMPLETE
44302026-08-27T00:52:55.139Z[ recovery-image] Aug 27 00:52:53.998 INFO O| Aug 27 00:52:53.998 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44312026-08-27T00:52:55.243Z[verify-libraries] Compiling bcs v0.1.6
44322026-08-27T00:52:55.509Z[verify-libraries] Compiling progenitor-macro v0.14.0
44332026-08-27T00:52:55.533Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44342026-08-27T00:52:55.538Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44352026-08-27T00:52:55.616Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44362026-08-27T00:52:55.626Z[ recovery-image] Aug 27 00:52:54.487 INFO O| Aug 27 00:52:54.487 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44372026-08-27T00:52:55.660Z[verify-libraries] Compiling peg v0.8.5
44382026-08-27T00:52:55.794Z[verify-libraries] Compiling nom v8.0.0
44392026-08-27T00:52:55.834Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44402026-08-27T00:52:56.040Z[verify-libraries] Compiling sqlformat v0.3.5
44412026-08-27T00:52:56.086Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44422026-08-27T00:52:56.210Z[verify-libraries] Compiling steno v0.4.1
44432026-08-27T00:52:56.245Z[verify-libraries] Compiling sha1 v0.10.6
44442026-08-27T00:52:56.380Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44452026-08-27T00:52:56.625Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44462026-08-27T00:52:56.684Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44472026-08-27T00:52:56.758Z[verify-libraries] Compiling tagptr v0.2.0
44482026-08-27T00:52:56.827Z[verify-libraries] Compiling utf-8 v0.7.6
44492026-08-27T00:52:56.855Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44502026-08-27T00:52:56.974Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44512026-08-27T00:52:57.003Z[verify-libraries] Compiling moka v0.12.13
44522026-08-27T00:52:57.044Z[verify-libraries] Compiling tungstenite v0.21.0
44532026-08-27T00:52:57.114Z[verify-libraries] Compiling libefi-sys v0.1.0
44542026-08-27T00:52:57.119Z[ host-image] Aug 27 00:52:55.981 INFO O| Aug 27 00:52:55.980 INFO O| Download: 19948/23888 items 177.4/222.8MB 79% complete (17.8M/s)
44552026-08-27T00:52:57.145Z[verify-libraries] Compiling bitfield-struct v0.6.2
44562026-08-27T00:52:57.169Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44572026-08-27T00:52:57.200Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44582026-08-27T00:52:57.262Z[verify-libraries] Compiling xshell-macros v0.2.7
44592026-08-27T00:52:57.548Z[verify-libraries] Compiling libscf-sys v1.2.0
44602026-08-27T00:52:57.610Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44612026-08-27T00:52:57.700Z[ recovery-image] Aug 27 00:52:56.562 INFO O| Aug 27 00:52:56.561 INFO O| Startup: Refreshing catalog 'helios' ... Done
44622026-08-27T00:52:57.711Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44632026-08-27T00:52:57.738Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44642026-08-27T00:52:57.775Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44652026-08-27T00:52:57.812Z[verify-libraries] Compiling hickory-resolver v0.25.2
44662026-08-27T00:52:57.918Z[verify-libraries] Compiling xshell v0.2.7
44672026-08-27T00:52:57.952Z[verify-libraries] Compiling papergrid v0.18.0
44682026-08-27T00:52:58.018Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44692026-08-27T00:52:58.089Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44702026-08-27T00:52:58.116Z[verify-libraries] Compiling sha2 v0.11.0
44712026-08-27T00:52:58.148Z[verify-libraries] Compiling subprocess v0.2.15
44722026-08-27T00:52:58.170Z[ recovery-image] Aug 27 00:52:57.032 INFO O| Aug 27 00:52:57.031 INFO O| Startup: Caching catalogs ... Done
44732026-08-27T00:52:58.186Z[ recovery-image] Aug 27 00:52:57.048 INFO O| Aug 27 00:52:57.048 INFO O| Planning: Planning completed in 0.00 seconds
44742026-08-27T00:52:58.189Z[ recovery-image] Aug 27 00:52:57.049 INFO O| Aug 27 00:52:57.049 INFO O| Planning: Consolidating action changes ... Done
44752026-08-27T00:52:58.189Z[ recovery-image] Aug 27 00:52:57.049 INFO O| Aug 27 00:52:57.049 INFO O| Planning: Evaluating mediators ... Done
44762026-08-27T00:52:58.189Z[ recovery-image] Aug 27 00:52:57.049 INFO O| Aug 27 00:52:57.049 INFO O| Planning: Planning completed in 0.00 seconds
44772026-08-27T00:52:58.190Z[ recovery-image] Aug 27 00:52:57.049 INFO O| Aug 27 00:52:57.049 INFO O| Variants/Facets to change: 1
44782026-08-27T00:52:58.210Z[ recovery-image] Aug 27 00:52:57.072 INFO O| Aug 27 00:52:57.072 INFO O| Finalize: Updating package state database ... Done
44792026-08-27T00:52:58.210Z[ recovery-image] Aug 27 00:52:57.072 INFO O| Aug 27 00:52:57.072 INFO O| Finalize: Updating package cache ... Done
44802026-08-27T00:52:58.227Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44812026-08-27T00:52:58.287Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44822026-08-27T00:52:58.292Z[ recovery-image] Aug 27 00:52:57.154 INFO O| Aug 27 00:52:57.154 INFO O| Finalize: Updating image state ... Done
44832026-08-27T00:52:58.312Z[ recovery-image] Aug 27 00:52:57.174 INFO O| Aug 27 00:52:57.174 INFO O| Finalize: Creating fast lookup database ... Done
44842026-08-27T00:52:58.315Z[ recovery-image] Aug 27 00:52:57.174 INFO O| Aug 27 00:52:57.174 INFO O| Finalize: Reading search index ... Done
44852026-08-27T00:52:58.316Z[ recovery-image] Aug 27 00:52:57.175 INFO O| Aug 27 00:52:57.175 INFO O| Finalize: Updating search index ... Done
44862026-08-27T00:52:58.316Z[ recovery-image] Aug 27 00:52:57.176 INFO O| Aug 27 00:52:57.176 INFO O| Finalize: Updating package cache ... Done
44872026-08-27T00:52:58.431Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44882026-08-27T00:52:58.501Z[verify-libraries] Compiling headers-core v0.3.0
44892026-08-27T00:52:58.602Z[ recovery-image] Aug 27 00:52:57.464 INFO O| Aug 27 00:52:57.463 INFO STEP 10 (pkg_change_facet) COMPLETE
44902026-08-27T00:52:58.602Z[ recovery-image] Aug 27 00:52:57.464 INFO O| Aug 27 00:52:57.463 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-08-27T00:52:58.613Z[ recovery-image] Aug 27 00:52:57.475 INFO O| Aug 27 00:52:57.473 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"]
44922026-08-27T00:52:58.730Z[verify-libraries] Compiling unicase v2.9.0
44932026-08-27T00:52:58.764Z[verify-libraries] Compiling headers v0.4.1
44942026-08-27T00:52:58.916Z[verify-libraries] Compiling darling_core v0.21.3
44952026-08-27T00:52:58.995Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44962026-08-27T00:52:59.040Z[verify-libraries] Compiling tabled v0.21.0
44972026-08-27T00:52:59.044Z[verify-libraries] Compiling maplit v1.0.2
44982026-08-27T00:52:59.156Z[ host-image] Aug 27 00:52:58.018 INFO O| Aug 27 00:52:58.018 INFO O| Download: Completed 222.83 MB in 12.05 seconds (18.4M/s)
44992026-08-27T00:52:59.209Z[verify-libraries] Compiling crc8 v0.1.1
45002026-08-27T00:52:59.406Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45012026-08-27T00:52:59.527Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45022026-08-27T00:52:59.563Z[ host-image] Aug 27 00:52:58.424 INFO O| Aug 27 00:52:58.424 INFO O| Actions: 1/54182 actions (Installing new actions)
45032026-08-27T00:52:59.666Z[verify-libraries] Compiling yasna v0.5.2
45042026-08-27T00:52:59.820Z[verify-libraries] Compiling vergen-lib v0.1.6
45052026-08-27T00:53:00.036Z[verify-libraries] Compiling diesel_derives v2.3.7
45062026-08-27T00:53:00.100Z[verify-libraries] Compiling port-file v0.1.0
45072026-08-27T00:53:00.177Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45082026-08-27T00:53:00.237Z[verify-libraries] Compiling rcgen v0.12.1
45092026-08-27T00:53:00.411Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45102026-08-27T00:53:00.453Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45112026-08-27T00:53:00.455Z[verify-libraries] Compiling half v1.8.3
45122026-08-27T00:53:00.744Z[verify-libraries] Compiling r2d2 v0.8.10
45132026-08-27T00:53:00.806Z[verify-libraries] Compiling serde_cbor v0.11.2
45142026-08-27T00:53:00.865Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45152026-08-27T00:53:00.890Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45162026-08-27T00:53:00.898Z[ recovery-image] Aug 27 00:52:59.760 INFO O| Aug 27 00:52:59.760 INFO O| Startup: Refreshing catalog 'helios' ... Done
45172026-08-27T00:53:01.095Z[verify-libraries] Compiling downcast-rs v2.0.2
45182026-08-27T00:53:01.204Z[verify-libraries] Compiling progenitor v0.14.0
45192026-08-27T00:53:01.233Z[verify-libraries] Compiling crunchy v0.2.4
45202026-08-27T00:53:01.300Z[verify-libraries] Compiling cpubits v0.1.1
45212026-08-27T00:53:01.300Z[verify-libraries] Compiling dirs-next v2.0.0
45222026-08-27T00:53:01.357Z[ recovery-image] Aug 27 00:53:00.218 INFO O| Aug 27 00:53:00.218 INFO O| Startup: Caching catalogs ... Done
45232026-08-27T00:53:01.450Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45242026-08-27T00:53:01.483Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45252026-08-27T00:53:01.540Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45262026-08-27T00:53:01.626Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45272026-08-27T00:53:01.705Z[verify-libraries] Compiling darling_macro v0.21.3
45282026-08-27T00:53:01.808Z[verify-libraries] Compiling clang-sys v1.8.1
45292026-08-27T00:53:01.980Z[verify-libraries] Compiling tiny-keccak v2.0.2
45302026-08-27T00:53:02.137Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45312026-08-27T00:53:02.226Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45322026-08-27T00:53:02.251Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45332026-08-27T00:53:02.329Z[verify-libraries] Compiling term v0.7.0
45342026-08-27T00:53:02.390Z[verify-libraries] Compiling darling v0.21.3
45352026-08-27T00:53:02.390Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45362026-08-27T00:53:02.450Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45372026-08-27T00:53:02.488Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45382026-08-27T00:53:02.567Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45392026-08-27T00:53:02.811Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45402026-08-27T00:53:02.907Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45412026-08-27T00:53:02.944Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45422026-08-27T00:53:02.991Z[verify-libraries] Compiling bit-vec v0.6.3
45432026-08-27T00:53:03.118Z[verify-libraries] Compiling diff v0.1.13
45442026-08-27T00:53:03.193Z[verify-libraries] Compiling ascii-canvas v3.0.0
45452026-08-27T00:53:03.250Z[verify-libraries] Compiling bit-set v0.5.3
45462026-08-27T00:53:03.273Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45472026-08-27T00:53:03.339Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45482026-08-27T00:53:03.397Z[verify-libraries] Compiling itertools v0.10.5
45492026-08-27T00:53:03.421Z[verify-libraries] Compiling libloading v0.8.9
45502026-08-27T00:53:03.501Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45512026-08-27T00:53:03.533Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45522026-08-27T00:53:03.541Z[verify-libraries] Compiling ena v0.14.4
45532026-08-27T00:53:03.698Z[verify-libraries] Compiling bindgen v0.71.1
45542026-08-27T00:53:03.701Z[verify-libraries] Compiling regex-syntax v0.6.29
45552026-08-27T00:53:03.997Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45562026-08-27T00:53:04.050Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45572026-08-27T00:53:04.177Z[verify-libraries] Compiling cexpr v0.6.0
45582026-08-27T00:53:04.241Z[ recovery-image] Aug 27 00:53:03.103 INFO O| Aug 27 00:53:03.103 INFO O| Planning: Solver setup ... Done
45592026-08-27T00:53:04.248Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45602026-08-27T00:53:04.318Z[verify-libraries] Compiling rustc-hash v2.1.1
45612026-08-27T00:53:04.396Z[verify-libraries] Compiling rfc6979 v0.4.0
45622026-08-27T00:53:04.497Z[ recovery-image] Aug 27 00:53:03.359 INFO O| Aug 27 00:53:03.359 INFO O| Planning: Running solver ... Done
45632026-08-27T00:53:04.538Z[verify-libraries] Compiling libxml v0.3.3
45642026-08-27T00:53:04.548Z[ recovery-image] Aug 27 00:53:03.410 INFO O| Aug 27 00:53:03.410 INFO O| Planning: Finding local manifests ... Done
45652026-08-27T00:53:04.569Z[ host-image] Aug 27 00:53:03.430 INFO O| Aug 27 00:53:03.430 INFO O| Actions: 25193/54182 actions (Installing new actions)
45662026-08-27T00:53:04.599Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45672026-08-27T00:53:04.609Z[ recovery-image] Aug 27 00:53:03.470 INFO O| Aug 27 00:53:03.470 INFO O| Planning: Fetching manifests: 0/130 0% complete
45682026-08-27T00:53:04.635Z[verify-libraries] Compiling ecdsa v0.16.9
45692026-08-27T00:53:04.685Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45702026-08-27T00:53:04.849Z[verify-libraries] Compiling strum_macros v0.24.3
45712026-08-27T00:53:04.951Z[verify-libraries] Compiling primeorder v0.13.6
45722026-08-27T00:53:04.978Z[verify-libraries] Compiling hashbrown v0.14.5
45732026-08-27T00:53:05.035Z[verify-libraries] Compiling hmac v0.13.0
45742026-08-27T00:53:05.068Z[verify-libraries] Compiling universal-hash v0.6.1
45752026-08-27T00:53:05.117Z[verify-libraries] Compiling fxhash v0.2.1
45762026-08-27T00:53:05.145Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45772026-08-27T00:53:05.246Z[verify-libraries] Compiling lalrpop v0.19.12
45782026-08-27T00:53:05.280Z[verify-libraries] Compiling salty v0.3.0
45792026-08-27T00:53:05.283Z[verify-libraries] Compiling indoc v1.0.9
45802026-08-27T00:53:05.598Z[verify-libraries] Compiling knus-derive v3.4.0
45812026-08-27T00:53:05.658Z[verify-libraries] Compiling chumsky v0.9.3
45822026-08-27T00:53:05.712Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45832026-08-27T00:53:05.716Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45842026-08-27T00:53:05.862Z[verify-libraries] Compiling p384 v0.13.1
45852026-08-27T00:53:06.360Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45862026-08-27T00:53:06.439Z[verify-libraries] Compiling progenitor-impl v0.13.0
45872026-08-27T00:53:06.613Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45882026-08-27T00:53:06.836Z[ host-image] Aug 27 00:53:05.697 INFO O| Aug 27 00:53:05.697 INFO O| Actions: Completed 54182 actions in 7.27 seconds.
45892026-08-27T00:53:06.933Z[ host-image] Aug 27 00:53:05.794 INFO O| Aug 27 00:53:05.794 INFO O| Finalize: Updating package state database ... Done
45902026-08-27T00:53:06.933Z[ host-image] Aug 27 00:53:05.794 INFO O| Aug 27 00:53:05.794 INFO O| Finalize: Updating package cache ... Done
45912026-08-27T00:53:07.027Z[verify-libraries] Compiling oso-derive v0.27.3
45922026-08-27T00:53:07.123Z[ host-image] Aug 27 00:53:05.984 INFO O| Aug 27 00:53:05.984 INFO O| Finalize: Updating image state ... Done
45932026-08-27T00:53:07.194Z[verify-libraries] Compiling quick-xml v0.37.5
45942026-08-27T00:53:07.233Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45952026-08-27T00:53:07.698Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45962026-08-27T00:53:07.924Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45972026-08-27T00:53:08.153Z[ host-image] Aug 27 00:53:07.014 INFO O| Aug 27 00:53:07.014 INFO O| Finalize: Creating fast lookup database ... Done
45982026-08-27T00:53:08.183Z[ host-image] Aug 27 00:53:07.044 INFO O| Aug 27 00:53:07.044 INFO O| Finalize: Reading search index ... Done
45992026-08-27T00:53:08.352Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46002026-08-27T00:53:08.488Z[ recovery-image] Aug 27 00:53:07.349 INFO O| Aug 27 00:53:07.349 INFO O| Planning: Fetching manifests: 130/130 100% complete
46012026-08-27T00:53:08.836Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46022026-08-27T00:53:08.935Z[ recovery-image] Aug 27 00:53:07.797 INFO O| Aug 27 00:53:07.797 INFO O| Planning: Package planning ... Done
46032026-08-27T00:53:09.045Z[verify-libraries] Compiling diesel v2.3.7
46042026-08-27T00:53:09.104Z[ recovery-image] Aug 27 00:53:07.965 INFO O| Aug 27 00:53:07.965 INFO O| Planning: Merging actions ... Done
46052026-08-27T00:53:09.144Z[verify-libraries] Compiling openssl-probe v0.1.6
46062026-08-27T00:53:09.364Z[ recovery-image] Aug 27 00:53:08.225 INFO O| Aug 27 00:53:08.224 INFO O| Planning: Checking for conflicting actions ... Done
46072026-08-27T00:53:09.400Z[verify-libraries] Compiling progenitor-macro v0.13.0
46082026-08-27T00:53:09.420Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46092026-08-27T00:53:09.458Z[ recovery-image] Aug 27 00:53:08.319 INFO O| Aug 27 00:53:08.319 INFO O| Planning: Consolidating action changes ... Done
46102026-08-27T00:53:09.618Z[ recovery-image] Aug 27 00:53:08.479 INFO O| Aug 27 00:53:08.479 INFO O| Planning: Evaluating mediators ... Done
46112026-08-27T00:53:09.641Z[verify-libraries] Compiling knus v3.4.0
46122026-08-27T00:53:09.811Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46132026-08-27T00:53:10.326Z[verify-libraries] Compiling polyval v0.7.1
46142026-08-27T00:53:10.656Z[verify-libraries] Compiling der v0.8.0
46152026-08-27T00:53:10.712Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46162026-08-27T00:53:11.118Z[ host-image] Aug 27 00:53:09.979 INFO O| Aug 27 00:53:09.979 INFO O| Finalize: Building new search index ... Done
46172026-08-27T00:53:11.260Z[ recovery-image] Aug 27 00:53:10.121 INFO O| Aug 27 00:53:10.121 INFO O| Planning: Planning completed in 9.89 seconds
46182026-08-27T00:53:11.264Z[ recovery-image] Aug 27 00:53:10.123 INFO O| Aug 27 00:53:10.123 INFO O| Packages to install: 130
46192026-08-27T00:53:11.264Z[ recovery-image] Aug 27 00:53:10.123 INFO O| Aug 27 00:53:10.123 INFO O| Mediators to change: 5
46202026-08-27T00:53:11.264Z[ recovery-image] Aug 27 00:53:10.123 INFO O| Aug 27 00:53:10.123 INFO O| Services to change: 5
46212026-08-27T00:53:11.294Z[ recovery-image] Aug 27 00:53:10.156 INFO O| Aug 27 00:53:10.156 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46222026-08-27T00:53:11.596Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46232026-08-27T00:53:11.623Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46242026-08-27T00:53:11.700Z[ host-image] Aug 27 00:53:10.560 INFO O| Aug 27 00:53:10.560 INFO O| Finalize: Updating package cache ... Done
46252026-08-27T00:53:11.828Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46262026-08-27T00:53:11.935Z[verify-libraries] Compiling progenitor-client v0.13.0
46272026-08-27T00:53:12.044Z[ host-image] Aug 27 00:53:10.905 INFO O| Aug 27 00:53:10.905 INFO STEP 11 (pkg_install) COMPLETE
46282026-08-27T00:53:12.044Z[ host-image] Aug 27 00:53:10.905 INFO O| Aug 27 00:53:10.905 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46292026-08-27T00:53:12.054Z[ host-image] Aug 27 00:53:10.915 INFO O| Aug 27 00:53:10.915 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"]
46302026-08-27T00:53:12.233Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46312026-08-27T00:53:12.303Z[verify-libraries] Compiling git-stub v1.0.0
46322026-08-27T00:53:12.332Z[verify-libraries] Compiling kstat-rs v0.2.5
46332026-08-27T00:53:12.676Z[verify-libraries] Compiling trait-variant v0.1.2
46342026-08-27T00:53:12.698Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46352026-08-27T00:53:12.974Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46362026-08-27T00:53:13.112Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46372026-08-27T00:53:13.143Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46382026-08-27T00:53:13.303Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46392026-08-27T00:53:13.375Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46402026-08-27T00:53:13.431Z[verify-libraries] Compiling ghash v0.6.0
46412026-08-27T00:53:13.491Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46422026-08-27T00:53:13.537Z[verify-libraries] Compiling pbkdf2 v0.13.0
46432026-08-27T00:53:13.670Z[verify-libraries] Compiling aes v0.9.1
46442026-08-27T00:53:13.700Z[verify-libraries] Compiling crypto-bigint v0.7.5
46452026-08-27T00:53:13.734Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46462026-08-27T00:53:13.790Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46472026-08-27T00:53:14.038Z[verify-libraries] Compiling ctr v0.10.1
46482026-08-27T00:53:14.534Z[verify-libraries] Compiling aead v0.6.1
46492026-08-27T00:53:14.534Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46502026-08-27T00:53:14.547Z[verify-libraries] Compiling bb8 v0.8.6
46512026-08-27T00:53:14.686Z[verify-libraries] Compiling parking_lot_core v0.8.6
46522026-08-27T00:53:14.686Z[verify-libraries] Compiling aes-gcm v0.11.0
46532026-08-27T00:53:14.871Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46542026-08-27T00:53:14.971Z[verify-libraries] Compiling spki v0.8.0
46552026-08-27T00:53:15.034Z[verify-libraries] Compiling mime_guess v2.0.5
46562026-08-27T00:53:15.061Z[verify-libraries] Compiling progenitor v0.13.0
46572026-08-27T00:53:15.192Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46582026-08-27T00:53:15.284Z[verify-libraries] Compiling salsa20 v0.11.0
46592026-08-27T00:53:15.321Z[verify-libraries] Compiling nanorand v0.7.0
46602026-08-27T00:53:15.410Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46612026-08-27T00:53:15.526Z[verify-libraries] Compiling scrypt v0.12.0
46622026-08-27T00:53:15.773Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46632026-08-27T00:53:15.812Z[verify-libraries] Compiling flume v0.11.1
46642026-08-27T00:53:15.996Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46652026-08-27T00:53:16.136Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46662026-08-27T00:53:16.261Z[verify-libraries] Compiling cbc v0.2.1
46672026-08-27T00:53:16.294Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46682026-08-27T00:53:16.297Z[ recovery-image] Aug 27 00:53:15.157 INFO O| Aug 27 00:53:15.157 INFO O| Download: 9422/16682 items 101.2/200.0MB 50% complete (20.0M/s)
46692026-08-27T00:53:16.364Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46702026-08-27T00:53:16.491Z[verify-libraries] Compiling nonempty v0.12.0
46712026-08-27T00:53:16.616Z[verify-libraries] Compiling corncobs v0.1.4
46722026-08-27T00:53:16.731Z[verify-libraries] Compiling http-range v0.1.5
46732026-08-27T00:53:16.790Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46742026-08-27T00:53:16.889Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46752026-08-27T00:53:16.960Z[verify-libraries] Compiling pkcs5 v0.8.1
46762026-08-27T00:53:16.995Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46772026-08-27T00:53:16.995Z[verify-libraries] Compiling parking_lot v0.11.2
46782026-08-27T00:53:17.010Z[ host-image] Aug 27 00:53:15.871 INFO O| Aug 27 00:53:15.871 INFO O| Startup: Refreshing catalog 'helios' ... Done
46792026-08-27T00:53:17.383Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46802026-08-27T00:53:17.523Z[ host-image] Aug 27 00:53:16.385 INFO O| Aug 27 00:53:16.385 INFO O| Startup: Caching catalogs ... Done
46812026-08-27T00:53:17.656Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46822026-08-27T00:53:17.688Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46832026-08-27T00:53:17.828Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46842026-08-27T00:53:17.878Z[verify-libraries] Compiling digest-io v0.1.0
46852026-08-27T00:53:17.991Z[verify-libraries] Compiling prefix-trie v0.7.0
46862026-08-27T00:53:18.108Z[verify-libraries] Compiling secrecy v0.8.0
46872026-08-27T00:53:18.198Z[ host-image] Aug 27 00:53:17.060 INFO O| Aug 27 00:53:17.060 INFO O| Planning: Solver setup ... Done
46882026-08-27T00:53:18.204Z[ host-image] Aug 27 00:53:17.065 INFO O| Aug 27 00:53:17.065 INFO O| Planning: Running solver ... Done
46892026-08-27T00:53:18.219Z[ host-image] Aug 27 00:53:17.081 INFO O| Aug 27 00:53:17.080 INFO O| Planning: Finding local manifests ... Done
46902026-08-27T00:53:18.235Z[ host-image] Aug 27 00:53:17.096 INFO O| Aug 27 00:53:17.096 INFO O| Planning: Fetching manifests: 0/6 0% complete
46912026-08-27T00:53:18.283Z[ host-image] Aug 27 00:53:17.145 INFO O| Aug 27 00:53:17.145 INFO O| Planning: Fetching manifests: 6/6 100% complete
46922026-08-27T00:53:18.339Z[ host-image] Aug 27 00:53:17.174 INFO O| Aug 27 00:53:17.174 INFO O| Planning: Package planning ... Done
46932026-08-27T00:53:18.339Z[ host-image] Aug 27 00:53:17.176 INFO O| Aug 27 00:53:17.176 INFO O| Planning: Merging actions ... Done
46942026-08-27T00:53:18.339Z[verify-libraries] Compiling rawzip v0.4.4
46952026-08-27T00:53:18.369Z[ host-image] Aug 27 00:53:17.230 INFO O| Aug 27 00:53:17.230 INFO O| Planning: Checking for conflicting actions ... Done
46962026-08-27T00:53:18.372Z[ host-image] Aug 27 00:53:17.232 INFO O| Aug 27 00:53:17.231 INFO O| Planning: Consolidating action changes ... Done
46972026-08-27T00:53:18.530Z[verify-libraries] Compiling hickory-server v0.25.2
46982026-08-27T00:53:18.536Z[ host-image] Aug 27 00:53:17.398 INFO O| Aug 27 00:53:17.398 INFO O| Planning: Evaluating mediators ... Done
46992026-08-27T00:53:18.539Z[ host-image] Aug 27 00:53:17.400 INFO O| Aug 27 00:53:17.400 INFO O| Planning: Planning completed in 1.00 seconds
47002026-08-27T00:53:18.539Z[ host-image] Aug 27 00:53:17.400 INFO O| Aug 27 00:53:17.400 INFO O| Packages to install: 6
47012026-08-27T00:53:18.539Z[ host-image] Aug 27 00:53:17.400 INFO O| Aug 27 00:53:17.400 INFO O| Services to change: 2
47022026-08-27T00:53:18.549Z[ host-image] Aug 27 00:53:17.411 INFO O| Aug 27 00:53:17.411 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47032026-08-27T00:53:18.693Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47042026-08-27T00:53:18.715Z[ host-image] Aug 27 00:53:17.577 INFO O| Aug 27 00:53:17.577 INFO O| Download: Completed 1.76 MB in 0.17 seconds (10.6M/s)
47052026-08-27T00:53:18.750Z[ host-image] Aug 27 00:53:17.612 INFO O| Aug 27 00:53:17.612 INFO O| Actions: 1/391 actions (Installing new actions)
47062026-08-27T00:53:18.866Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47072026-08-27T00:53:18.906Z[verify-libraries] Compiling pkcs8 v0.11.0
47082026-08-27T00:53:18.909Z[ host-image] Aug 27 00:53:17.768 INFO O| Aug 27 00:53:17.768 INFO O| Actions: Completed 391 actions in 0.16 seconds.
47092026-08-27T00:53:18.959Z[ host-image] Aug 27 00:53:17.821 INFO O| Aug 27 00:53:17.820 INFO O| Finalize: Updating package state database ... Done
47102026-08-27T00:53:18.959Z[ host-image] Aug 27 00:53:17.821 INFO O| Aug 27 00:53:17.820 INFO O| Finalize: Updating package cache ... Done
47112026-08-27T00:53:19.049Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47122026-08-27T00:53:19.063Z[ host-image] Aug 27 00:53:17.925 INFO O| Aug 27 00:53:17.924 INFO O| Finalize: Updating image state ... Done
47132026-08-27T00:53:19.184Z[verify-libraries] Compiling sled v0.34.7
47142026-08-27T00:53:19.375Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47152026-08-27T00:53:19.455Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47162026-08-27T00:53:19.870Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47172026-08-27T00:53:19.932Z[verify-libraries] Compiling ignore v0.4.25
47182026-08-27T00:53:19.954Z[verify-libraries] Compiling anstyle-parse v0.2.7
47192026-08-27T00:53:20.002Z[ host-image] Aug 27 00:53:18.863 INFO O| Aug 27 00:53:18.863 INFO O| Finalize: Creating fast lookup database ... Done
47202026-08-27T00:53:20.032Z[ host-image] Aug 27 00:53:18.894 INFO O| Aug 27 00:53:18.893 INFO O| Finalize: Reading search index ... Done
47212026-08-27T00:53:20.032Z[ host-image] Aug 27 00:53:18.894 INFO O| Aug 27 00:53:18.894 INFO O| Finalize: Updating search index ... Done
47222026-08-27T00:53:20.048Z[ host-image] Aug 27 00:53:18.910 INFO O| Aug 27 00:53:18.909 INFO O| Finalize: Updating package cache ... Done
47232026-08-27T00:53:20.364Z[verify-libraries] Compiling ff v0.14.0
47242026-08-27T00:53:20.390Z[verify-libraries] Compiling anstream v0.6.21
47252026-08-27T00:53:20.437Z[ host-image] Aug 27 00:53:19.298 INFO O| Aug 27 00:53:19.298 INFO STEP 12 (pkg_install) COMPLETE
47262026-08-27T00:53:20.437Z[ host-image] Aug 27 00:53:19.299 INFO O| Aug 27 00:53:19.298 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47272026-08-27T00:53:20.450Z[ host-image] Aug 27 00:53:19.311 INFO O| Aug 27 00:53:19.311 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47282026-08-27T00:53:20.500Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47292026-08-27T00:53:20.666Z[verify-libraries] Compiling predicates-tree v1.0.13
47302026-08-27T00:53:20.712Z[verify-libraries] Compiling globwalk v0.9.1
47312026-08-27T00:53:20.781Z[ recovery-image] Aug 27 00:53:19.642 INFO O| Aug 27 00:53:19.642 INFO O| Download: Completed 200.00 MB in 9.49 seconds (21.0M/s)
47322026-08-27T00:53:20.806Z[verify-libraries] Compiling libz-sys v1.1.24
47332026-08-27T00:53:20.994Z[verify-libraries] Compiling rand_seeder v0.4.0
47342026-08-27T00:53:21.042Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47352026-08-27T00:53:21.045Z[ recovery-image] Aug 27 00:53:19.904 INFO O| Aug 27 00:53:19.904 INFO O| Actions: 1/27580 actions (Installing new actions)
47362026-08-27T00:53:21.532Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47372026-08-27T00:53:21.568Z[verify-libraries] Compiling group v0.14.0
47382026-08-27T00:53:21.571Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47392026-08-27T00:53:21.804Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47402026-08-27T00:53:21.944Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47412026-08-27T00:53:22.003Z[verify-libraries] Compiling signature v3.0.0
47422026-08-27T00:53:22.211Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47432026-08-27T00:53:22.292Z[verify-libraries] Compiling instability v0.3.11
47442026-08-27T00:53:22.325Z[verify-libraries] Compiling base16ct v1.0.0
47452026-08-27T00:53:22.444Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47462026-08-27T00:53:22.542Z[verify-libraries] Compiling sec1 v0.8.1
47472026-08-27T00:53:22.619Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47482026-08-27T00:53:22.650Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47492026-08-27T00:53:22.653Z[verify-libraries] Compiling hkdf v0.13.0
47502026-08-27T00:53:22.879Z[ host-image] Aug 27 00:53:21.740 INFO O| Aug 27 00:53:21.740 INFO O| Startup: Refreshing catalog 'helios' ... Done
47512026-08-27T00:53:22.969Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47522026-08-27T00:53:23.058Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47532026-08-27T00:53:23.142Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47542026-08-27T00:53:23.146Z[verify-libraries] Compiling scuffle v0.1.0
47552026-08-27T00:53:23.248Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47562026-08-27T00:53:23.293Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47572026-08-27T00:53:23.335Z[ host-image] Aug 27 00:53:22.197 INFO O| Aug 27 00:53:22.197 INFO O| Startup: Caching catalogs ... Done
47582026-08-27T00:53:23.369Z[verify-libraries] Compiling castaway v0.2.4
47592026-08-27T00:53:23.504Z[verify-libraries] Compiling indoc v2.0.7
47602026-08-27T00:53:23.612Z[verify-libraries] Compiling compact_str v0.8.1
47612026-08-27T00:53:23.919Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47622026-08-27T00:53:24.056Z[ host-image] Aug 27 00:53:22.918 INFO O| Aug 27 00:53:22.917 INFO O| Planning: Solver setup ... Done
47632026-08-27T00:53:24.062Z[ host-image] Aug 27 00:53:22.924 INFO O| Aug 27 00:53:22.923 INFO O| Planning: Running solver ... Done
47642026-08-27T00:53:24.079Z[ host-image] Aug 27 00:53:22.941 INFO O| Aug 27 00:53:22.940 INFO O| Planning: Finding local manifests ... Done
47652026-08-27T00:53:24.104Z[ host-image] Aug 27 00:53:22.966 INFO O| Aug 27 00:53:22.966 INFO O| Planning: Fetching manifests: 0/6 0% complete
47662026-08-27T00:53:24.137Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47672026-08-27T00:53:24.217Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47682026-08-27T00:53:24.231Z[ host-image] Aug 27 00:53:23.093 INFO O| Aug 27 00:53:23.093 INFO O| Planning: Fetching manifests: 6/6 100% complete
47692026-08-27T00:53:24.272Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47702026-08-27T00:53:24.275Z[ host-image] Aug 27 00:53:23.135 INFO O| Aug 27 00:53:23.135 INFO O| Planning: Package planning ... Done
47712026-08-27T00:53:24.282Z[ host-image] Aug 27 00:53:23.143 INFO O| Aug 27 00:53:23.143 INFO O| Planning: Merging actions ... Done
47722026-08-27T00:53:24.332Z[ host-image] Aug 27 00:53:23.194 INFO O| Aug 27 00:53:23.194 INFO O| Planning: Checking for conflicting actions ... Done
47732026-08-27T00:53:24.335Z[ host-image] Aug 27 00:53:23.197 INFO O| Aug 27 00:53:23.197 INFO O| Planning: Consolidating action changes ... Done
47742026-08-27T00:53:24.517Z[ host-image] Aug 27 00:53:23.379 INFO O| Aug 27 00:53:23.379 INFO O| Planning: Evaluating mediators ... Done
47752026-08-27T00:53:24.520Z[ host-image] Aug 27 00:53:23.382 INFO O| Aug 27 00:53:23.382 INFO O| Planning: Planning completed in 1.17 seconds
47762026-08-27T00:53:24.523Z[ host-image] Aug 27 00:53:23.383 INFO O| Aug 27 00:53:23.383 INFO O| Packages to install: 6
47772026-08-27T00:53:24.523Z[ host-image] Aug 27 00:53:23.383 INFO O| Aug 27 00:53:23.383 INFO O| Mediators to change: 1
47782026-08-27T00:53:24.523Z[ host-image] Aug 27 00:53:23.383 INFO O| Aug 27 00:53:23.383 INFO O| Services to change: 1
47792026-08-27T00:53:24.532Z[ host-image] Aug 27 00:53:23.394 INFO O| Aug 27 00:53:23.394 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47802026-08-27T00:53:24.761Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47812026-08-27T00:53:24.840Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47822026-08-27T00:53:25.036Z[ host-image] Aug 27 00:53:23.897 INFO O| Aug 27 00:53:23.897 INFO O| Download: Completed 7.84 MB in 0.50 seconds (15.6M/s)
47832026-08-27T00:53:25.081Z[ host-image] Aug 27 00:53:23.943 INFO O| Aug 27 00:53:23.943 INFO O| Actions: 1/1366 actions (Installing new actions)
47842026-08-27T00:53:25.358Z[ host-image] Aug 27 00:53:24.220 INFO O| Aug 27 00:53:24.220 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
47852026-08-27T00:53:25.379Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47862026-08-27T00:53:25.399Z[ host-image] Aug 27 00:53:24.261 INFO O| Aug 27 00:53:24.260 INFO O| Finalize: Updating package state database ... Done
47872026-08-27T00:53:25.399Z[ host-image] Aug 27 00:53:24.261 INFO O| Aug 27 00:53:24.261 INFO O| Finalize: Updating package cache ... Done
47882026-08-27T00:53:25.443Z[verify-libraries] Compiling elliptic-curve v0.14.1
47892026-08-27T00:53:25.508Z[ host-image] Aug 27 00:53:24.370 INFO O| Aug 27 00:53:24.370 INFO O| Finalize: Updating image state ... Done
47902026-08-27T00:53:25.579Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47912026-08-27T00:53:25.669Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47922026-08-27T00:53:25.711Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47932026-08-27T00:53:26.016Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47942026-08-27T00:53:26.043Z[ recovery-image] Aug 27 00:53:24.904 INFO O| Aug 27 00:53:24.904 INFO O| Actions: 20389/27580 actions (Installing new actions)
47952026-08-27T00:53:26.117Z[verify-libraries] Compiling lru v0.12.5
47962026-08-27T00:53:26.416Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47972026-08-27T00:53:26.442Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47982026-08-27T00:53:26.554Z[ host-image] Aug 27 00:53:25.415 INFO O| Aug 27 00:53:25.415 INFO O| Finalize: Creating fast lookup database ... Done
47992026-08-27T00:53:26.583Z[ host-image] Aug 27 00:53:25.444 INFO O| Aug 27 00:53:25.444 INFO O| Finalize: Reading search index ... Done
48002026-08-27T00:53:26.587Z[ host-image] Aug 27 00:53:25.444 INFO O| Aug 27 00:53:25.444 INFO O| Finalize: Updating search index ... Done
48012026-08-27T00:53:26.617Z[ host-image] Aug 27 00:53:25.479 INFO O| Aug 27 00:53:25.479 INFO O| Finalize: Updating package cache ... Done
48022026-08-27T00:53:26.635Z[verify-libraries] Compiling unicode-truncate v1.1.0
48032026-08-27T00:53:26.796Z[verify-libraries] Compiling arc-swap v1.8.2
48042026-08-27T00:53:26.913Z[verify-libraries] Compiling cassowary v0.3.0
48052026-08-27T00:53:26.997Z[ host-image] Aug 27 00:53:25.856 INFO O| Aug 27 00:53:25.856 INFO STEP 13 (pkg_install) COMPLETE
48062026-08-27T00:53:26.997Z[ host-image] Aug 27 00:53:25.856 INFO O| Aug 27 00:53:25.856 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48072026-08-27T00:53:27.008Z[ host-image] Aug 27 00:53:25.869 INFO O| Aug 27 00:53:25.869 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48082026-08-27T00:53:27.052Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48092026-08-27T00:53:27.125Z[verify-libraries] Compiling wnaf v0.14.0
48102026-08-27T00:53:27.323Z[verify-libraries] Compiling ratatui v0.29.0
48112026-08-27T00:53:27.397Z[ recovery-image] Aug 27 00:53:26.259 INFO O| Aug 27 00:53:26.259 INFO O| Actions: Completed 27580 actions in 6.35 seconds.
48122026-08-27T00:53:27.420Z[verify-libraries] Compiling slog-scope v4.4.1
48132026-08-27T00:53:27.448Z[verify-libraries] Compiling primefield v0.14.0
48142026-08-27T00:53:27.479Z[ recovery-image] Aug 27 00:53:26.341 INFO O| Aug 27 00:53:26.341 INFO O| Finalize: Updating package state database ... Done
48152026-08-27T00:53:27.479Z[ recovery-image] Aug 27 00:53:26.341 INFO O| Aug 27 00:53:26.341 INFO O| Finalize: Updating package cache ... Done
48162026-08-27T00:53:27.602Z[verify-libraries] Compiling rfc6979 v0.6.0
48172026-08-27T00:53:27.611Z[ recovery-image] Aug 27 00:53:26.472 INFO O| Aug 27 00:53:26.472 INFO O| Finalize: Updating image state ... Done
48182026-08-27T00:53:27.637Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48192026-08-27T00:53:27.760Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48202026-08-27T00:53:27.794Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48212026-08-27T00:53:27.846Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48222026-08-27T00:53:28.039Z[verify-libraries] Compiling vergen-git2 v9.1.0
48232026-08-27T00:53:28.101Z[verify-libraries] Compiling strsim v0.10.0
48242026-08-27T00:53:28.337Z[ recovery-image] Aug 27 00:53:27.199 INFO O| Aug 27 00:53:27.199 INFO O| Finalize: Creating fast lookup database ... Done
48252026-08-27T00:53:28.354Z[ recovery-image] Aug 27 00:53:27.216 INFO O| Aug 27 00:53:27.216 INFO O| Finalize: Reading search index ... Done
48262026-08-27T00:53:28.434Z[verify-libraries] Compiling darling_core v0.13.4
48272026-08-27T00:53:28.596Z[verify-libraries] Compiling ecdsa v0.17.0
48282026-08-27T00:53:28.622Z[verify-libraries] Compiling primeorder v0.14.0
48292026-08-27T00:53:29.041Z[verify-libraries] Compiling slog-stdlog v4.1.1
48302026-08-27T00:53:29.172Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48312026-08-27T00:53:29.314Z[verify-libraries] Compiling tungstenite v0.23.0
48322026-08-27T00:53:29.317Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48332026-08-27T00:53:29.492Z[verify-libraries] Compiling console v0.16.2
48342026-08-27T00:53:29.545Z[ host-image] Aug 27 00:53:28.407 INFO O| Aug 27 00:53:28.407 INFO O| Startup: Refreshing catalog 'helios' ... Done
48352026-08-27T00:53:29.920Z[verify-libraries] Compiling libsw-core v0.3.2
48362026-08-27T00:53:29.995Z[verify-libraries] Compiling assert_matches v1.5.0
48372026-08-27T00:53:30.018Z[ host-image] Aug 27 00:53:28.880 INFO O| Aug 27 00:53:28.880 INFO O| Startup: Caching catalogs ... Done
48382026-08-27T00:53:30.129Z[verify-libraries] Compiling unit-prefix v0.5.2
48392026-08-27T00:53:30.132Z[ recovery-image] Aug 27 00:53:28.993 INFO O| Aug 27 00:53:28.993 INFO O| Finalize: Building new search index ... Done
48402026-08-27T00:53:30.160Z[verify-libraries] Compiling void v1.0.2
48412026-08-27T00:53:30.191Z[verify-libraries] Compiling libsw v3.5.0
48422026-08-27T00:53:30.252Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48432026-08-27T00:53:30.322Z[verify-libraries] Compiling indicatif v0.18.4
48442026-08-27T00:53:30.325Z[verify-libraries] Compiling lzss v0.8.2
48452026-08-27T00:53:30.344Z[verify-libraries] Compiling slog-envlogger v2.2.0
48462026-08-27T00:53:30.431Z[verify-libraries] Compiling ssh-encoding v0.3.0
48472026-08-27T00:53:30.456Z[ recovery-image] Aug 27 00:53:29.318 INFO O| Aug 27 00:53:29.318 INFO O| Finalize: Updating package cache ... Done
48482026-08-27T00:53:30.598Z[ host-image] Aug 27 00:53:29.460 INFO O| Aug 27 00:53:29.460 INFO O| Planning: Solver setup ... Done
48492026-08-27T00:53:30.601Z[verify-libraries] Compiling darling_macro v0.13.4
48502026-08-27T00:53:30.604Z[ host-image] Aug 27 00:53:29.465 INFO O| Aug 27 00:53:29.465 INFO O| Planning: Running solver ... Done
48512026-08-27T00:53:30.618Z[ host-image] Aug 27 00:53:29.480 INFO O| Aug 27 00:53:29.480 INFO O| Planning: Finding local manifests ... Done
48522026-08-27T00:53:30.635Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48532026-08-27T00:53:30.640Z[ host-image] Aug 27 00:53:29.502 INFO O| Aug 27 00:53:29.502 INFO O| Planning: Fetching manifests: 0/1 0% complete
48542026-08-27T00:53:30.649Z[ host-image] Aug 27 00:53:29.510 INFO O| Aug 27 00:53:29.510 INFO O| Planning: Fetching manifests: 1/1 100% complete
48552026-08-27T00:53:30.664Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48562026-08-27T00:53:30.667Z[ host-image] Aug 27 00:53:29.526 INFO O| Aug 27 00:53:29.526 INFO O| Planning: Package planning ... Done
48572026-08-27T00:53:30.667Z[ host-image] Aug 27 00:53:29.526 INFO O| Aug 27 00:53:29.526 INFO O| Planning: Merging actions ... Done
48582026-08-27T00:53:30.705Z[ host-image] Aug 27 00:53:29.566 INFO O| Aug 27 00:53:29.566 INFO O| Planning: Checking for conflicting actions ... Done
48592026-08-27T00:53:30.705Z[ host-image] Aug 27 00:53:29.566 INFO O| Aug 27 00:53:29.566 INFO O| Planning: Consolidating action changes ... Done
48602026-08-27T00:53:30.733Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48612026-08-27T00:53:30.826Z[ recovery-image] Aug 27 00:53:29.686 INFO O| Aug 27 00:53:29.686 INFO STEP 11 (pkg_install) COMPLETE
48622026-08-27T00:53:30.826Z[ recovery-image] Aug 27 00:53:29.686 INFO O| Aug 27 00:53:29.686 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48632026-08-27T00:53:30.829Z[ recovery-image] Aug 27 00:53:29.686 INFO O| Aug 27 00:53:29.686 INFO skip step because feature "recovery" is enabled
48642026-08-27T00:53:30.829Z[ recovery-image] Aug 27 00:53:29.686 INFO O| Aug 27 00:53:29.686 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48652026-08-27T00:53:30.829Z[ recovery-image] Aug 27 00:53:29.686 INFO O| Aug 27 00:53:29.686 INFO skip step because feature "omicron1" is not enabled
48662026-08-27T00:53:30.829Z[ recovery-image] Aug 27 00:53:29.686 INFO O| Aug 27 00:53:29.686 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48672026-08-27T00:53:30.834Z[ recovery-image] Aug 27 00:53:29.696 INFO O| Aug 27 00:53:29.696 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48682026-08-27T00:53:30.839Z[ host-image] Aug 27 00:53:29.700 INFO O| Aug 27 00:53:29.700 INFO O| Planning: Evaluating mediators ... Done
48692026-08-27T00:53:30.839Z[ host-image] Aug 27 00:53:29.701 INFO O| Aug 27 00:53:29.701 INFO O| Planning: Planning completed in 0.80 seconds
48702026-08-27T00:53:30.841Z[ host-image] Aug 27 00:53:29.701 INFO O| Aug 27 00:53:29.701 INFO O| Packages to install: 1
48712026-08-27T00:53:30.851Z[ host-image] Aug 27 00:53:29.712 INFO O| Aug 27 00:53:29.712 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48722026-08-27T00:53:30.856Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48732026-08-27T00:53:30.878Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48742026-08-27T00:53:31.103Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48752026-08-27T00:53:31.138Z[verify-libraries] Compiling nix v0.27.1
48762026-08-27T00:53:31.172Z[ host-image] Aug 27 00:53:30.034 INFO O| Aug 27 00:53:30.034 INFO O| Download: Completed 13.27 MB in 0.32 seconds (41.2M/s)
48772026-08-27T00:53:31.179Z[verify-libraries] Compiling colored v2.2.0
48782026-08-27T00:53:31.192Z[ host-image] Aug 27 00:53:30.054 INFO O| Aug 27 00:53:30.054 INFO O| Actions: 1/22 actions (Installing new actions)
48792026-08-27T00:53:31.249Z[verify-libraries] Compiling blake3 v1.8.5
48802026-08-27T00:53:31.362Z[verify-libraries] Compiling serde_bytes v0.11.19
48812026-08-27T00:53:31.365Z[verify-libraries] Compiling keccak v0.2.0
48822026-08-27T00:53:31.495Z[ host-image] Aug 27 00:53:30.356 INFO O| Aug 27 00:53:30.356 INFO O| Actions: Completed 22 actions in 0.30 seconds.
48832026-08-27T00:53:31.540Z[ host-image] Aug 27 00:53:30.402 INFO O| Aug 27 00:53:30.402 INFO O| Finalize: Updating package state database ... Done
48842026-08-27T00:53:31.540Z[ host-image] Aug 27 00:53:30.402 INFO O| Aug 27 00:53:30.402 INFO O| Finalize: Updating package cache ... Done
48852026-08-27T00:53:31.646Z[ host-image] Aug 27 00:53:30.508 INFO O| Aug 27 00:53:30.508 INFO O| Finalize: Updating image state ... Done
48862026-08-27T00:53:31.657Z[verify-libraries] Compiling shell-words v1.1.1
48872026-08-27T00:53:31.719Z[verify-libraries] Compiling darling v0.13.4
48882026-08-27T00:53:31.856Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48892026-08-27T00:53:31.883Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48902026-08-27T00:53:32.070Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48912026-08-27T00:53:32.321Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48922026-08-27T00:53:32.361Z[verify-libraries] Compiling ed25519 v3.0.0
48932026-08-27T00:53:32.417Z[verify-libraries] Compiling crypto-primes v0.7.2
48942026-08-27T00:53:32.639Z[ host-image] Aug 27 00:53:31.500 INFO O| Aug 27 00:53:31.500 INFO O| Finalize: Creating fast lookup database ... Done
48952026-08-27T00:53:32.669Z[ host-image] Aug 27 00:53:31.531 INFO O| Aug 27 00:53:31.531 INFO O| Finalize: Reading search index ... Done
48962026-08-27T00:53:32.669Z[ host-image] Aug 27 00:53:31.531 INFO O| Aug 27 00:53:31.531 INFO O| Finalize: Updating search index ... Done
48972026-08-27T00:53:32.681Z[ host-image] Aug 27 00:53:31.543 INFO O| Aug 27 00:53:31.543 INFO O| Finalize: Updating package cache ... Done
48982026-08-27T00:53:33.042Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48992026-08-27T00:53:33.060Z[ host-image] Aug 27 00:53:31.921 INFO O| Aug 27 00:53:31.921 INFO STEP 14 (pkg_install) COMPLETE
49002026-08-27T00:53:33.060Z[ host-image] Aug 27 00:53:31.921 INFO O| Aug 27 00:53:31.921 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49012026-08-27T00:53:33.063Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO skip step because feature "mbist" is not enabled
49022026-08-27T00:53:33.063Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49032026-08-27T00:53:33.063Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO skip step because feature "mfg" is not enabled
49042026-08-27T00:53:33.063Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49052026-08-27T00:53:33.063Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO skip step because feature "compliance" is not enabled
49062026-08-27T00:53:33.063Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49072026-08-27T00:53:33.064Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO skip step because feature "stress" is not enabled
49082026-08-27T00:53:33.064Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49092026-08-27T00:53:33.064Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO skip step because feature "compliance" is not enabled
49102026-08-27T00:53:33.064Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49112026-08-27T00:53:33.064Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO skip step because feature "nfs" is not enabled
49122026-08-27T00:53:33.064Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49132026-08-27T00:53:33.064Z[ host-image] Aug 27 00:53:31.922 INFO O| Aug 27 00:53:31.921 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49142026-08-27T00:53:33.261Z[ host-image] Aug 27 00:53:32.122 INFO O| Aug 27 00:53:32.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49152026-08-27T00:53:33.380Z[ host-image] Aug 27 00:53:32.242 INFO O| Aug 27 00:53:32.242 INFO completed processing sled/ramdisk-01-os
49162026-08-27T00:53:33.383Z[ host-image] Aug 27 00:53:32.244 INFO omicron1 baseline generation...
49172026-08-27T00:53:33.383Z[ host-image] Aug 27 00:53:32.244 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49182026-08-27T00:53:33.661Z[verify-libraries] Compiling poly1305 v0.9.0
49192026-08-27T00:53:33.731Z[ recovery-image] Aug 27 00:53:32.592 INFO O| Aug 27 00:53:32.592 INFO O| Startup: Refreshing catalog 'helios' ... Done
49202026-08-27T00:53:33.737Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49212026-08-27T00:53:33.783Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49222026-08-27T00:53:33.804Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49232026-08-27T00:53:33.825Z[ host-image] Aug 27 00:53:32.682 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
49242026-08-27T00:53:33.829Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49252026-08-27T00:53:34.024Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49262026-08-27T00:53:34.123Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49272026-08-27T00:53:34.179Z[ recovery-image] Aug 27 00:53:33.040 INFO O| Aug 27 00:53:33.040 INFO O| Startup: Caching catalogs ... Done
49282026-08-27T00:53:34.192Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49292026-08-27T00:53:34.388Z[verify-libraries] Compiling blowfish v0.10.0
49302026-08-27T00:53:34.424Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49312026-08-27T00:53:34.497Z[verify-libraries] Compiling petname v2.0.2
49322026-08-27T00:53:34.544Z[verify-libraries] Compiling arrayref v0.3.9
49332026-08-27T00:53:34.618Z[verify-libraries] Compiling constant_time_eq v0.4.2
49342026-08-27T00:53:34.750Z[verify-libraries] Compiling arrayvec v0.7.6
49352026-08-27T00:53:34.772Z[ recovery-image] Aug 27 00:53:33.633 INFO O| Aug 27 00:53:33.633 INFO O| Planning: Solver setup ... Done
49362026-08-27T00:53:34.776Z[ recovery-image] Aug 27 00:53:33.638 INFO O| Aug 27 00:53:33.638 INFO O| Planning: Running solver ... Done
49372026-08-27T00:53:34.792Z[ recovery-image] Aug 27 00:53:33.654 INFO O| Aug 27 00:53:33.654 INFO O| Planning: Finding local manifests ... Done
49382026-08-27T00:53:34.795Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49392026-08-27T00:53:34.822Z[ recovery-image] Aug 27 00:53:33.684 INFO O| Aug 27 00:53:33.684 INFO O| Planning: Fetching manifests: 0/1 0% complete
49402026-08-27T00:53:34.831Z[ recovery-image] Aug 27 00:53:33.693 INFO O| Aug 27 00:53:33.693 INFO O| Planning: Fetching manifests: 1/1 100% complete
49412026-08-27T00:53:34.851Z[ recovery-image] Aug 27 00:53:33.713 INFO O| Aug 27 00:53:33.713 INFO O| Planning: Package planning ... Done
49422026-08-27T00:53:34.854Z[ recovery-image] Aug 27 00:53:33.713 INFO O| Aug 27 00:53:33.713 INFO O| Planning: Merging actions ... Done
49432026-08-27T00:53:34.872Z[ recovery-image] Aug 27 00:53:33.734 INFO O| Aug 27 00:53:33.734 INFO O| Planning: Checking for conflicting actions ... Done
49442026-08-27T00:53:34.875Z[ recovery-image] Aug 27 00:53:33.734 INFO O| Aug 27 00:53:33.734 INFO O| Planning: Consolidating action changes ... Done
49452026-08-27T00:53:34.915Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49462026-08-27T00:53:34.977Z[ recovery-image] Aug 27 00:53:33.839 INFO O| Aug 27 00:53:33.839 INFO O| Planning: Evaluating mediators ... Done
49472026-08-27T00:53:34.981Z[ recovery-image] Aug 27 00:53:33.840 INFO O| Aug 27 00:53:33.840 INFO O| Planning: Planning completed in 0.78 seconds
49482026-08-27T00:53:34.981Z[ recovery-image] Aug 27 00:53:33.840 INFO O| Aug 27 00:53:33.840 INFO O| Packages to install: 1
49492026-08-27T00:53:34.989Z[ recovery-image] Aug 27 00:53:33.851 INFO O| Aug 27 00:53:33.851 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49502026-08-27T00:53:35.180Z[ recovery-image] Aug 27 00:53:34.041 INFO O| Aug 27 00:53:34.041 INFO O| Download: Completed 13.27 MB in 0.19 seconds (69.6M/s)
49512026-08-27T00:53:35.204Z[ recovery-image] Aug 27 00:53:34.066 INFO O| Aug 27 00:53:34.066 INFO O| Actions: 1/22 actions (Installing new actions)
49522026-08-27T00:53:35.246Z[verify-libraries] Compiling ssh-cipher v0.3.0
49532026-08-27T00:53:35.271Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49542026-08-27T00:53:35.304Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49552026-08-27T00:53:35.352Z[verify-libraries] Compiling serde_with_macros v1.5.2
49562026-08-27T00:53:35.429Z[ recovery-image] Aug 27 00:53:34.290 INFO O| Aug 27 00:53:34.290 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49572026-08-27T00:53:35.474Z[ recovery-image] Aug 27 00:53:34.336 INFO O| Aug 27 00:53:34.336 INFO O| Finalize: Updating package state database ... Done
49582026-08-27T00:53:35.474Z[ recovery-image] Aug 27 00:53:34.336 INFO O| Aug 27 00:53:34.336 INFO O| Finalize: Updating package cache ... Done
49592026-08-27T00:53:35.570Z[ recovery-image] Aug 27 00:53:34.431 INFO O| Aug 27 00:53:34.431 INFO O| Finalize: Updating image state ... Done
49602026-08-27T00:53:35.607Z[verify-libraries] Compiling sha3 v0.11.0
49612026-08-27T00:53:35.770Z[verify-libraries] Compiling p521 v0.14.0
49622026-08-27T00:53:35.812Z[verify-libraries] Compiling p384 v0.14.0
49632026-08-27T00:53:35.946Z[verify-libraries] Compiling p256 v0.14.0
49642026-08-27T00:53:36.036Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49652026-08-27T00:53:36.036Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49662026-08-27T00:53:36.164Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49672026-08-27T00:53:36.371Z[ recovery-image] Aug 27 00:53:35.233 INFO O| Aug 27 00:53:35.233 INFO O| Finalize: Creating fast lookup database ... Done
49682026-08-27T00:53:36.388Z[ recovery-image] Aug 27 00:53:35.250 INFO O| Aug 27 00:53:35.249 INFO O| Finalize: Reading search index ... Done
49692026-08-27T00:53:36.388Z[ recovery-image] Aug 27 00:53:35.250 INFO O| Aug 27 00:53:35.250 INFO O| Finalize: Updating search index ... Done
49702026-08-27T00:53:36.399Z[ recovery-image] Aug 27 00:53:35.260 INFO O| Aug 27 00:53:35.260 INFO O| Finalize: Updating package cache ... Done
49712026-08-27T00:53:36.420Z[verify-libraries] Compiling twox-hash v2.1.2
49722026-08-27T00:53:36.534Z[verify-libraries] Compiling kem v0.3.0
49732026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.538 INFO STEP 14 (pkg_install) COMPLETE
49742026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49752026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO skip step because feature "mbist" is not enabled
49762026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49772026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO skip step because feature "mfg" is not enabled
49782026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49792026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO skip step because feature "compliance" is not enabled
49802026-08-27T00:53:36.681Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49812026-08-27T00:53:36.685Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO skip step because feature "stress" is not enabled
49822026-08-27T00:53:36.685Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-08-27T00:53:36.685Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO skip step because feature "compliance" is not enabled
49842026-08-27T00:53:36.685Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-08-27T00:53:36.685Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO skip step because feature "nfs" is not enabled
49862026-08-27T00:53:36.685Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49872026-08-27T00:53:36.685Z[ recovery-image] Aug 27 00:53:35.539 INFO O| Aug 27 00:53:35.539 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49882026-08-27T00:53:36.785Z[verify-libraries] Compiling module-lattice v0.2.3
49892026-08-27T00:53:36.820Z[verify-libraries] Compiling atty v0.2.14
49902026-08-27T00:53:36.902Z[verify-libraries] Compiling rtoolbox v0.0.3
49912026-08-27T00:53:36.991Z[verify-libraries] Compiling sponge-cursor v0.1.0
49922026-08-27T00:53:37.006Z[ recovery-image] Aug 27 00:53:35.868 INFO O| Aug 27 00:53:35.867 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49932026-08-27T00:53:37.104Z[verify-libraries] Compiling topological-sort v0.2.2
49942026-08-27T00:53:37.170Z[verify-libraries] Compiling sha3 v0.12.0
49952026-08-27T00:53:37.173Z[ recovery-image] Aug 27 00:53:36.032 INFO O| Aug 27 00:53:36.032 INFO completed processing sled/ramdisk-01-os
49962026-08-27T00:53:37.174Z[ recovery-image] Aug 27 00:53:36.034 INFO image builder template: ramdisk-02-trim...
49972026-08-27T00:53:37.174Z[ recovery-image] Aug 27 00:53:36.034 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/.tmpBvIJBf/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
49982026-08-27T00:53:37.192Z[ recovery-image] Aug 27 00:53:36.054 INFO O| Aug 27 00:53:36.053 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49992026-08-27T00:53:37.195Z[ recovery-image] Aug 27 00:53:36.057 INFO O| Aug 27 00:53:36.057 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50002026-08-27T00:53:37.210Z[verify-libraries] Compiling rpassword v7.5.4
50012026-08-27T00:53:37.275Z[verify-libraries] Compiling omicron-zone-package v0.12.3
50022026-08-27T00:53:37.294Z[ recovery-image] Aug 27 00:53:36.156 INFO O| Aug 27 00:53:36.156 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50032026-08-27T00:53:37.311Z[verify-libraries] Compiling ml-kem v0.3.2
50042026-08-27T00:53:37.370Z[ recovery-image] Aug 27 00:53:36.230 INFO O| Aug 27 00:53:36.230 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50052026-08-27T00:53:37.370Z[ recovery-image] Aug 27 00:53:36.230 INFO O| Aug 27 00:53:36.230 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50062026-08-27T00:53:37.374Z[ recovery-image] Aug 27 00:53:36.235 INFO O| Aug 27 00:53:36.235 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50072026-08-27T00:53:37.377Z[ recovery-image] Aug 27 00:53:36.239 INFO O| Aug 27 00:53:36.238 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50082026-08-27T00:53:37.381Z[ recovery-image] Aug 27 00:53:36.243 INFO O| Aug 27 00:53:36.243 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50092026-08-27T00:53:37.460Z[verify-libraries] Compiling serde_with v1.14.0
50102026-08-27T00:53:37.791Z[verify-libraries] Compiling russh-cryptovec v0.62.0
50112026-08-27T00:53:38.113Z[verify-libraries] Compiling tui-tree-widget v0.23.1
50122026-08-27T00:53:38.116Z[ recovery-image] Aug 27 00:53:36.975 INFO O| Aug 27 00:53:36.975 INFO rolled back to input snapshot; work may begin
50132026-08-27T00:53:38.116Z[ recovery-image] Aug 27 00:53:36.975 INFO O| Aug 27 00:53:36.975 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50142026-08-27T00:53:38.119Z[ recovery-image] Aug 27 00:53:36.980 INFO O| Aug 27 00:53:36.980 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-27T00:53:38.128Z[ recovery-image] Aug 27 00:53:36.989 INFO O| Aug 27 00:53:36.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50162026-08-27T00:53:38.170Z[ recovery-image] Aug 27 00:53:37.032 INFO O| Aug 27 00:53:37.032 INFO STEP 0 (remove_files) COMPLETE
50172026-08-27T00:53:38.170Z[ recovery-image] Aug 27 00:53:37.032 INFO O| Aug 27 00:53:37.032 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-27T00:53:38.180Z[ recovery-image] Aug 27 00:53:37.042 INFO O| Aug 27 00:53:37.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50192026-08-27T00:53:38.183Z[ recovery-image] Aug 27 00:53:37.043 INFO O| Aug 27 00:53:37.043 INFO STEP 1 (remove_files) COMPLETE
50202026-08-27T00:53:38.183Z[ recovery-image] Aug 27 00:53:37.043 INFO O| Aug 27 00:53:37.043 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-27T00:53:38.190Z[ recovery-image] Aug 27 00:53:37.052 INFO O| Aug 27 00:53:37.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50222026-08-27T00:53:38.206Z[ recovery-image] Aug 27 00:53:37.068 INFO O| Aug 27 00:53:37.068 INFO STEP 2 (remove_files) COMPLETE
50232026-08-27T00:53:38.206Z[ recovery-image] Aug 27 00:53:37.068 INFO O| Aug 27 00:53:37.068 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-27T00:53:38.215Z[ recovery-image] Aug 27 00:53:37.077 INFO O| Aug 27 00:53:37.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50252026-08-27T00:53:38.218Z[ recovery-image] Aug 27 00:53:37.078 INFO O| Aug 27 00:53:37.078 INFO STEP 3 (remove_files) COMPLETE
50262026-08-27T00:53:38.218Z[ recovery-image] Aug 27 00:53:37.078 INFO O| Aug 27 00:53:37.078 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-27T00:53:38.225Z[ recovery-image] Aug 27 00:53:37.087 INFO O| Aug 27 00:53:37.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50282026-08-27T00:53:38.228Z[ recovery-image] Aug 27 00:53:37.090 INFO O| Aug 27 00:53:37.090 INFO STEP 4 (remove_files) COMPLETE
50292026-08-27T00:53:38.228Z[ recovery-image] Aug 27 00:53:37.090 INFO O| Aug 27 00:53:37.090 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-27T00:53:38.237Z[ recovery-image] Aug 27 00:53:37.099 INFO O| Aug 27 00:53:37.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50312026-08-27T00:53:38.237Z[ recovery-image] Aug 27 00:53:37.099 INFO O| Aug 27 00:53:37.099 INFO STEP 5 (remove_files) COMPLETE
50322026-08-27T00:53:38.240Z[ recovery-image] Aug 27 00:53:37.099 INFO O| Aug 27 00:53:37.099 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-27T00:53:38.245Z[ recovery-image] Aug 27 00:53:37.107 INFO O| Aug 27 00:53:37.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50342026-08-27T00:53:38.256Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO STEP 6 (remove_files) COMPLETE
50352026-08-27T00:53:38.256Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-27T00:53:38.256Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO skip step because feature "heliosv2" is not enabled
50372026-08-27T00:53:38.260Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-27T00:53:38.260Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO skip step because feature "recovery" is enabled
50392026-08-27T00:53:38.260Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-27T00:53:38.260Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO skip step because feature "recovery" is enabled
50412026-08-27T00:53:38.260Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-27T00:53:38.260Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO skip step because feature "recovery" is enabled
50432026-08-27T00:53:38.260Z[ recovery-image] Aug 27 00:53:37.118 INFO O| Aug 27 00:53:37.118 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-27T00:53:38.267Z[ recovery-image] Aug 27 00:53:37.128 INFO O| Aug 27 00:53:37.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50452026-08-27T00:53:38.270Z[ recovery-image] Aug 27 00:53:37.131 INFO O| Aug 27 00:53:37.131 INFO STEP 11 (remove_files) COMPLETE
50462026-08-27T00:53:38.270Z[ recovery-image] Aug 27 00:53:37.131 INFO O| Aug 27 00:53:37.131 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-27T00:53:38.278Z[ recovery-image] Aug 27 00:53:37.140 INFO O| Aug 27 00:53:37.140 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50482026-08-27T00:53:38.281Z[ recovery-image] Aug 27 00:53:37.141 INFO O| Aug 27 00:53:37.141 INFO STEP 12 (remove_files) COMPLETE
50492026-08-27T00:53:38.281Z[ recovery-image] Aug 27 00:53:37.141 INFO O| Aug 27 00:53:37.141 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-27T00:53:38.288Z[ recovery-image] Aug 27 00:53:37.150 INFO O| Aug 27 00:53:37.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50512026-08-27T00:53:38.291Z[ recovery-image] Aug 27 00:53:37.151 INFO O| Aug 27 00:53:37.151 INFO STEP 13 (remove_files) COMPLETE
50522026-08-27T00:53:38.291Z[ recovery-image] Aug 27 00:53:37.151 INFO O| Aug 27 00:53:37.151 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-27T00:53:38.304Z[ recovery-image] Aug 27 00:53:37.166 INFO O| Aug 27 00:53:37.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50542026-08-27T00:53:38.307Z[ recovery-image] Aug 27 00:53:37.166 INFO O| Aug 27 00:53:37.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50552026-08-27T00:53:38.332Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50562026-08-27T00:53:38.362Z[ recovery-image] Aug 27 00:53:37.224 INFO O| Aug 27 00:53:37.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50572026-08-27T00:53:38.375Z[ recovery-image] Aug 27 00:53:37.237 INFO O| Aug 27 00:53:37.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50582026-08-27T00:53:38.422Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50592026-08-27T00:53:38.457Z[ recovery-image] Aug 27 00:53:37.318 INFO O| Aug 27 00:53:37.318 INFO STEP 14 (remove_files) COMPLETE
50602026-08-27T00:53:38.457Z[ recovery-image] Aug 27 00:53:37.318 INFO O| Aug 27 00:53:37.318 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-27T00:53:38.467Z[ recovery-image] Aug 27 00:53:37.329 INFO O| Aug 27 00:53:37.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50622026-08-27T00:53:38.470Z[ recovery-image] Aug 27 00:53:37.330 INFO O| Aug 27 00:53:37.330 INFO STEP 15 (remove_files) COMPLETE
50632026-08-27T00:53:38.470Z[ recovery-image] Aug 27 00:53:37.330 INFO O| Aug 27 00:53:37.330 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-27T00:53:38.478Z[ recovery-image] Aug 27 00:53:37.340 INFO O| Aug 27 00:53:37.340 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50652026-08-27T00:53:38.484Z[ recovery-image] Aug 27 00:53:37.346 INFO O| Aug 27 00:53:37.346 INFO STEP 16 (remove_files) COMPLETE
50662026-08-27T00:53:38.484Z[ recovery-image] Aug 27 00:53:37.346 INFO O| Aug 27 00:53:37.346 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-27T00:53:38.493Z[ recovery-image] Aug 27 00:53:37.355 INFO O| Aug 27 00:53:37.355 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50682026-08-27T00:53:38.496Z[ recovery-image] Aug 27 00:53:37.356 INFO O| Aug 27 00:53:37.356 INFO STEP 17 (remove_files) COMPLETE
50692026-08-27T00:53:38.496Z[ recovery-image] Aug 27 00:53:37.356 INFO O| Aug 27 00:53:37.356 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-27T00:53:38.502Z[ recovery-image] Aug 27 00:53:37.364 INFO O| Aug 27 00:53:37.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50712026-08-27T00:53:38.505Z[ recovery-image] Aug 27 00:53:37.365 INFO O| Aug 27 00:53:37.365 INFO STEP 18 (remove_files) COMPLETE
50722026-08-27T00:53:38.505Z[ recovery-image] Aug 27 00:53:37.365 INFO O| Aug 27 00:53:37.365 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-27T00:53:38.527Z[ recovery-image] Aug 27 00:53:37.377 INFO O| Aug 27 00:53:37.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50742026-08-27T00:53:38.529Z[ recovery-image] Aug 27 00:53:37.377 INFO O| Aug 27 00:53:37.377 INFO STEP 19 (remove_files) COMPLETE
50752026-08-27T00:53:38.530Z[ recovery-image] Aug 27 00:53:37.377 INFO O| Aug 27 00:53:37.377 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-27T00:53:38.550Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50772026-08-27T00:53:38.556Z[ recovery-image] Aug 27 00:53:37.417 INFO O| Aug 27 00:53:37.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50782026-08-27T00:53:38.556Z[ recovery-image] Aug 27 00:53:37.418 INFO O| Aug 27 00:53:37.417 INFO STEP 20 (remove_files) COMPLETE
50792026-08-27T00:53:38.559Z[ recovery-image] Aug 27 00:53:37.418 INFO O| Aug 27 00:53:37.417 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-27T00:53:38.565Z[ recovery-image] Aug 27 00:53:37.427 INFO O| Aug 27 00:53:37.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50812026-08-27T00:53:38.565Z[ recovery-image] Aug 27 00:53:37.427 INFO O| Aug 27 00:53:37.427 INFO STEP 21 (remove_files) COMPLETE
50822026-08-27T00:53:38.568Z[ recovery-image] Aug 27 00:53:37.427 INFO O| Aug 27 00:53:37.427 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-27T00:53:38.577Z[ recovery-image] Aug 27 00:53:37.438 INFO O| Aug 27 00:53:37.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50842026-08-27T00:53:38.577Z[ recovery-image] Aug 27 00:53:37.438 INFO O| Aug 27 00:53:37.438 INFO STEP 22 (remove_files) COMPLETE
50852026-08-27T00:53:38.577Z[ recovery-image] Aug 27 00:53:37.438 INFO O| Aug 27 00:53:37.438 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-27T00:53:38.588Z[ recovery-image] Aug 27 00:53:37.446 INFO O| Aug 27 00:53:37.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50872026-08-27T00:53:38.588Z[ recovery-image] Aug 27 00:53:37.446 INFO O| Aug 27 00:53:37.446 INFO STEP 23 (remove_files) COMPLETE
50882026-08-27T00:53:38.588Z[ recovery-image] Aug 27 00:53:37.446 INFO O| Aug 27 00:53:37.446 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-27T00:53:38.597Z[ recovery-image] Aug 27 00:53:37.459 INFO O| Aug 27 00:53:37.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50902026-08-27T00:53:38.597Z[ recovery-image] Aug 27 00:53:37.459 INFO O| Aug 27 00:53:37.459 INFO STEP 24 (remove_files) COMPLETE
50912026-08-27T00:53:38.597Z[ recovery-image] Aug 27 00:53:37.459 INFO O| Aug 27 00:53:37.459 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-27T00:53:38.608Z[ recovery-image] Aug 27 00:53:37.469 INFO O| Aug 27 00:53:37.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50932026-08-27T00:53:38.608Z[ recovery-image] Aug 27 00:53:37.469 INFO O| Aug 27 00:53:37.469 INFO STEP 25 (remove_files) COMPLETE
50942026-08-27T00:53:38.608Z[ recovery-image] Aug 27 00:53:37.469 INFO O| Aug 27 00:53:37.469 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-27T00:53:38.618Z[ recovery-image] Aug 27 00:53:37.479 INFO O| Aug 27 00:53:37.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50962026-08-27T00:53:38.618Z[ recovery-image] Aug 27 00:53:37.479 INFO O| Aug 27 00:53:37.479 INFO STEP 26 (remove_files) COMPLETE
50972026-08-27T00:53:38.618Z[ recovery-image] Aug 27 00:53:37.479 INFO O| Aug 27 00:53:37.479 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-27T00:53:38.629Z[ recovery-image] Aug 27 00:53:37.491 INFO O| Aug 27 00:53:37.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50992026-08-27T00:53:38.629Z[ recovery-image] Aug 27 00:53:37.491 INFO O| Aug 27 00:53:37.491 INFO STEP 27 (remove_files) COMPLETE
51002026-08-27T00:53:38.632Z[ recovery-image] Aug 27 00:53:37.491 INFO O| Aug 27 00:53:37.491 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-27T00:53:38.652Z[ recovery-image] Aug 27 00:53:37.513 INFO O| Aug 27 00:53:37.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51022026-08-27T00:53:38.652Z[ recovery-image] Aug 27 00:53:37.514 INFO O| Aug 27 00:53:37.513 INFO STEP 28 (remove_files) COMPLETE
51032026-08-27T00:53:38.652Z[ recovery-image] Aug 27 00:53:37.514 INFO O| Aug 27 00:53:37.514 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-27T00:53:38.663Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51052026-08-27T00:53:38.666Z[ recovery-image] Aug 27 00:53:37.526 INFO O| Aug 27 00:53:37.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51062026-08-27T00:53:38.666Z[ recovery-image] Aug 27 00:53:37.526 INFO O| Aug 27 00:53:37.526 INFO STEP 29 (remove_files) COMPLETE
51072026-08-27T00:53:38.666Z[ recovery-image] Aug 27 00:53:37.526 INFO O| Aug 27 00:53:37.526 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-27T00:53:38.675Z[ recovery-image] Aug 27 00:53:37.536 INFO O| Aug 27 00:53:37.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51092026-08-27T00:53:38.675Z[ recovery-image] Aug 27 00:53:37.536 INFO O| Aug 27 00:53:37.536 INFO STEP 30 (remove_files) COMPLETE
51102026-08-27T00:53:38.675Z[ recovery-image] Aug 27 00:53:37.536 INFO O| Aug 27 00:53:37.536 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-27T00:53:38.701Z[ recovery-image] Aug 27 00:53:37.562 INFO O| Aug 27 00:53:37.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51122026-08-27T00:53:38.701Z[ recovery-image] Aug 27 00:53:37.562 INFO O| Aug 27 00:53:37.562 INFO STEP 31 (remove_files) COMPLETE
51132026-08-27T00:53:38.701Z[ recovery-image] Aug 27 00:53:37.562 INFO O| Aug 27 00:53:37.562 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-27T00:53:38.715Z[ recovery-image] Aug 27 00:53:37.576 INFO O| Aug 27 00:53:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51152026-08-27T00:53:38.715Z[ recovery-image] Aug 27 00:53:37.576 INFO O| Aug 27 00:53:37.576 INFO STEP 32 (remove_files) COMPLETE
51162026-08-27T00:53:38.715Z[ recovery-image] Aug 27 00:53:37.576 INFO O| Aug 27 00:53:37.576 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-27T00:53:38.728Z[ recovery-image] Aug 27 00:53:37.589 INFO O| Aug 27 00:53:37.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51182026-08-27T00:53:38.731Z[ recovery-image] Aug 27 00:53:37.589 INFO O| Aug 27 00:53:37.589 INFO STEP 33 (remove_files) COMPLETE
51192026-08-27T00:53:38.731Z[ recovery-image] Aug 27 00:53:37.589 INFO O| Aug 27 00:53:37.589 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-27T00:53:38.737Z[ recovery-image] Aug 27 00:53:37.599 INFO O| Aug 27 00:53:37.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51212026-08-27T00:53:38.737Z[ recovery-image] Aug 27 00:53:37.599 INFO O| Aug 27 00:53:37.599 INFO STEP 34 (remove_files) COMPLETE
51222026-08-27T00:53:38.737Z[ recovery-image] Aug 27 00:53:37.599 INFO O| Aug 27 00:53:37.599 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-27T00:53:38.746Z[ recovery-image] Aug 27 00:53:37.608 INFO O| Aug 27 00:53:37.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51242026-08-27T00:53:38.750Z[ recovery-image] Aug 27 00:53:37.608 INFO O| Aug 27 00:53:37.608 INFO STEP 35 (remove_files) COMPLETE
51252026-08-27T00:53:38.750Z[ recovery-image] Aug 27 00:53:37.608 INFO O| Aug 27 00:53:37.608 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-27T00:53:38.759Z[ recovery-image] Aug 27 00:53:37.621 INFO O| Aug 27 00:53:37.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51272026-08-27T00:53:38.759Z[ recovery-image] Aug 27 00:53:37.621 INFO O| Aug 27 00:53:37.621 INFO STEP 36 (remove_files) COMPLETE
51282026-08-27T00:53:38.763Z[ recovery-image] Aug 27 00:53:37.621 INFO O| Aug 27 00:53:37.621 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-27T00:53:38.766Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51302026-08-27T00:53:38.770Z[ recovery-image] Aug 27 00:53:37.632 INFO O| Aug 27 00:53:37.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51312026-08-27T00:53:38.770Z[ recovery-image] Aug 27 00:53:37.632 INFO O| Aug 27 00:53:37.632 INFO STEP 37 (remove_files) COMPLETE
51322026-08-27T00:53:38.770Z[ recovery-image] Aug 27 00:53:37.632 INFO O| Aug 27 00:53:37.632 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-27T00:53:38.786Z[ recovery-image] Aug 27 00:53:37.647 INFO O| Aug 27 00:53:37.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51342026-08-27T00:53:38.786Z[ recovery-image] Aug 27 00:53:37.648 INFO O| Aug 27 00:53:37.648 INFO STEP 38 (remove_files) COMPLETE
51352026-08-27T00:53:38.786Z[ recovery-image] Aug 27 00:53:37.648 INFO O| Aug 27 00:53:37.648 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-27T00:53:38.795Z[ recovery-image] Aug 27 00:53:37.657 INFO O| Aug 27 00:53:37.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51372026-08-27T00:53:38.795Z[ recovery-image] Aug 27 00:53:37.657 INFO O| Aug 27 00:53:37.657 INFO STEP 39 (remove_files) COMPLETE
51382026-08-27T00:53:38.795Z[ recovery-image] Aug 27 00:53:37.657 INFO O| Aug 27 00:53:37.657 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-27T00:53:38.805Z[ recovery-image] Aug 27 00:53:37.666 INFO O| Aug 27 00:53:37.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51402026-08-27T00:53:38.805Z[ recovery-image] Aug 27 00:53:37.666 INFO O| Aug 27 00:53:37.666 INFO STEP 40 (remove_files) COMPLETE
51412026-08-27T00:53:38.805Z[ recovery-image] Aug 27 00:53:37.666 INFO O| Aug 27 00:53:37.666 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-27T00:53:38.810Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51432026-08-27T00:53:38.842Z[ recovery-image] Aug 27 00:53:37.704 INFO O| Aug 27 00:53:37.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51442026-08-27T00:53:38.842Z[ recovery-image] Aug 27 00:53:37.704 INFO O| Aug 27 00:53:37.704 INFO STEP 41 (remove_files) COMPLETE
51452026-08-27T00:53:38.842Z[ recovery-image] Aug 27 00:53:37.704 INFO O| Aug 27 00:53:37.704 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-27T00:53:38.859Z[ recovery-image] Aug 27 00:53:37.720 INFO O| Aug 27 00:53:37.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51472026-08-27T00:53:38.859Z[ recovery-image] Aug 27 00:53:37.720 INFO O| Aug 27 00:53:37.720 INFO STEP 42 (remove_files) COMPLETE
51482026-08-27T00:53:38.859Z[ recovery-image] Aug 27 00:53:37.720 INFO O| Aug 27 00:53:37.720 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-27T00:53:38.870Z[ recovery-image] Aug 27 00:53:37.732 INFO O| Aug 27 00:53:37.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51502026-08-27T00:53:38.870Z[ recovery-image] Aug 27 00:53:37.732 INFO O| Aug 27 00:53:37.732 INFO STEP 43 (remove_files) COMPLETE
51512026-08-27T00:53:38.870Z[ recovery-image] Aug 27 00:53:37.732 INFO O| Aug 27 00:53:37.732 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-27T00:53:38.879Z[ recovery-image] Aug 27 00:53:37.741 INFO O| Aug 27 00:53:37.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51532026-08-27T00:53:38.879Z[ recovery-image] Aug 27 00:53:37.741 INFO O| Aug 27 00:53:37.741 INFO STEP 44 (remove_files) COMPLETE
51542026-08-27T00:53:38.879Z[ recovery-image] Aug 27 00:53:37.741 INFO O| Aug 27 00:53:37.741 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-27T00:53:38.889Z[ recovery-image] Aug 27 00:53:37.751 INFO O| Aug 27 00:53:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51562026-08-27T00:53:38.889Z[ recovery-image] Aug 27 00:53:37.751 INFO O| Aug 27 00:53:37.751 INFO STEP 45 (remove_files) COMPLETE
51572026-08-27T00:53:38.889Z[ recovery-image] Aug 27 00:53:37.751 INFO O| Aug 27 00:53:37.751 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-27T00:53:38.897Z[ recovery-image] Aug 27 00:53:37.759 INFO O| Aug 27 00:53:37.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51592026-08-27T00:53:38.898Z[ recovery-image] Aug 27 00:53:37.759 INFO O| Aug 27 00:53:37.759 INFO STEP 46 (remove_files) COMPLETE
51602026-08-27T00:53:38.898Z[ recovery-image] Aug 27 00:53:37.759 INFO O| Aug 27 00:53:37.759 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-27T00:53:38.906Z[ recovery-image] Aug 27 00:53:37.767 INFO O| Aug 27 00:53:37.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51622026-08-27T00:53:38.906Z[ recovery-image] Aug 27 00:53:37.768 INFO O| Aug 27 00:53:37.767 INFO STEP 47 (remove_files) COMPLETE
51632026-08-27T00:53:38.909Z[ recovery-image] Aug 27 00:53:37.768 INFO O| Aug 27 00:53:37.767 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-27T00:53:38.914Z[ recovery-image] Aug 27 00:53:37.776 INFO O| Aug 27 00:53:37.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51652026-08-27T00:53:38.914Z[ recovery-image] Aug 27 00:53:37.776 INFO O| Aug 27 00:53:37.776 INFO STEP 48 (remove_files) COMPLETE
51662026-08-27T00:53:38.917Z[ recovery-image] Aug 27 00:53:37.776 INFO O| Aug 27 00:53:37.776 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-27T00:53:38.922Z[ recovery-image] Aug 27 00:53:37.784 INFO O| Aug 27 00:53:37.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51682026-08-27T00:53:38.922Z[ recovery-image] Aug 27 00:53:37.784 INFO O| Aug 27 00:53:37.784 INFO STEP 49 (remove_files) COMPLETE
51692026-08-27T00:53:38.925Z[ recovery-image] Aug 27 00:53:37.784 INFO O| Aug 27 00:53:37.784 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-27T00:53:38.930Z[ recovery-image] Aug 27 00:53:37.792 INFO O| Aug 27 00:53:37.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51712026-08-27T00:53:38.930Z[ recovery-image] Aug 27 00:53:37.792 INFO O| Aug 27 00:53:37.792 INFO STEP 50 (remove_files) COMPLETE
51722026-08-27T00:53:38.930Z[ recovery-image] Aug 27 00:53:37.792 INFO O| Aug 27 00:53:37.792 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-27T00:53:38.938Z[ recovery-image] Aug 27 00:53:37.800 INFO O| Aug 27 00:53:37.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51742026-08-27T00:53:38.938Z[ recovery-image] Aug 27 00:53:37.800 INFO O| Aug 27 00:53:37.800 INFO STEP 51 (remove_files) COMPLETE
51752026-08-27T00:53:38.942Z[ recovery-image] Aug 27 00:53:37.800 INFO O| Aug 27 00:53:37.800 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-27T00:53:38.947Z[ recovery-image] Aug 27 00:53:37.809 INFO O| Aug 27 00:53:37.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51772026-08-27T00:53:38.947Z[ recovery-image] Aug 27 00:53:37.809 INFO O| Aug 27 00:53:37.809 INFO STEP 52 (remove_files) COMPLETE
51782026-08-27T00:53:38.950Z[ recovery-image] Aug 27 00:53:37.809 INFO O| Aug 27 00:53:37.809 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-27T00:53:38.955Z[ recovery-image] Aug 27 00:53:37.817 INFO O| Aug 27 00:53:37.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51802026-08-27T00:53:38.955Z[ recovery-image] Aug 27 00:53:37.817 INFO O| Aug 27 00:53:37.817 INFO STEP 53 (remove_files) COMPLETE
51812026-08-27T00:53:38.958Z[ recovery-image] Aug 27 00:53:37.817 INFO O| Aug 27 00:53:37.817 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-27T00:53:38.964Z[ recovery-image] Aug 27 00:53:37.826 INFO O| Aug 27 00:53:37.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51832026-08-27T00:53:38.964Z[ recovery-image] Aug 27 00:53:37.826 INFO O| Aug 27 00:53:37.826 INFO STEP 54 (remove_files) COMPLETE
51842026-08-27T00:53:38.967Z[ recovery-image] Aug 27 00:53:37.826 INFO O| Aug 27 00:53:37.826 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-27T00:53:38.973Z[ recovery-image] Aug 27 00:53:37.834 INFO O| Aug 27 00:53:37.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51862026-08-27T00:53:38.973Z[ recovery-image] Aug 27 00:53:37.834 INFO O| Aug 27 00:53:37.834 INFO STEP 55 (remove_files) COMPLETE
51872026-08-27T00:53:38.973Z[ recovery-image] Aug 27 00:53:37.834 INFO O| Aug 27 00:53:37.834 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-27T00:53:38.986Z[ recovery-image] Aug 27 00:53:37.847 INFO O| Aug 27 00:53:37.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51892026-08-27T00:53:38.986Z[ recovery-image] Aug 27 00:53:37.847 INFO O| Aug 27 00:53:37.847 INFO STEP 56 (remove_files) COMPLETE
51902026-08-27T00:53:38.986Z[ recovery-image] Aug 27 00:53:37.847 INFO O| Aug 27 00:53:37.847 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-27T00:53:38.994Z[ recovery-image] Aug 27 00:53:37.856 INFO O| Aug 27 00:53:37.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51922026-08-27T00:53:38.994Z[ recovery-image] Aug 27 00:53:37.856 INFO O| Aug 27 00:53:37.856 INFO STEP 57 (remove_files) COMPLETE
51932026-08-27T00:53:38.994Z[ recovery-image] Aug 27 00:53:37.856 INFO O| Aug 27 00:53:37.856 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-27T00:53:39.003Z[ recovery-image] Aug 27 00:53:37.865 INFO O| Aug 27 00:53:37.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51952026-08-27T00:53:39.003Z[ recovery-image] Aug 27 00:53:37.865 INFO O| Aug 27 00:53:37.865 INFO STEP 58 (remove_files) COMPLETE
51962026-08-27T00:53:39.003Z[ recovery-image] Aug 27 00:53:37.865 INFO O| Aug 27 00:53:37.865 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-27T00:53:39.042Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51982026-08-27T00:53:39.042Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51992026-08-27T00:53:39.042Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52002026-08-27T00:53:39.046Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52012026-08-27T00:53:39.046Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52022026-08-27T00:53:39.046Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52032026-08-27T00:53:39.046Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO ok!
52042026-08-27T00:53:39.046Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO STEP 59 (ensure_file) COMPLETE
52052026-08-27T00:53:39.046Z[ recovery-image] Aug 27 00:53:37.904 INFO O| Aug 27 00:53:37.904 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-27T00:53:39.065Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52072026-08-27T00:53:39.065Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52082026-08-27T00:53:39.065Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52092026-08-27T00:53:39.065Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52102026-08-27T00:53:39.068Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52112026-08-27T00:53:39.068Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52122026-08-27T00:53:39.068Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO ok!
52132026-08-27T00:53:39.068Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO STEP 60 (ensure_file) COMPLETE
52142026-08-27T00:53:39.068Z[ recovery-image] Aug 27 00:53:37.926 INFO O| Aug 27 00:53:37.926 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-08-27T00:53:39.073Z[ recovery-image] Aug 27 00:53:37.935 INFO O| Aug 27 00:53:37.935 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52162026-08-27T00:53:39.074Z[ recovery-image] Aug 27 00:53:37.935 INFO O| Aug 27 00:53:37.935 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52172026-08-27T00:53:39.074Z[ recovery-image] Aug 27 00:53:37.935 INFO O| Aug 27 00:53:37.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52182026-08-27T00:53:39.077Z[ recovery-image] Aug 27 00:53:37.936 INFO O| Aug 27 00:53:37.935 INFO ok!
52192026-08-27T00:53:39.077Z[ recovery-image] Aug 27 00:53:37.936 INFO O| Aug 27 00:53:37.936 INFO STEP 61 (ensure_file) COMPLETE
52202026-08-27T00:53:39.077Z[ recovery-image] Aug 27 00:53:37.936 INFO O| Aug 27 00:53:37.936 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-08-27T00:53:39.084Z[ recovery-image] Aug 27 00:53:37.946 INFO O| Aug 27 00:53:37.946 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52222026-08-27T00:53:39.084Z[ recovery-image] Aug 27 00:53:37.946 INFO O| Aug 27 00:53:37.946 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52232026-08-27T00:53:39.087Z[ recovery-image] Aug 27 00:53:37.946 INFO O| Aug 27 00:53:37.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52242026-08-27T00:53:39.087Z[ recovery-image] Aug 27 00:53:37.946 INFO O| Aug 27 00:53:37.946 INFO ok!
52252026-08-27T00:53:39.087Z[ recovery-image] Aug 27 00:53:37.946 INFO O| Aug 27 00:53:37.946 INFO STEP 62 (ensure_file) COMPLETE
52262026-08-27T00:53:39.087Z[ recovery-image] Aug 27 00:53:37.946 INFO O| Aug 27 00:53:37.946 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-08-27T00:53:39.093Z[ recovery-image] Aug 27 00:53:37.955 INFO O| Aug 27 00:53:37.955 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52282026-08-27T00:53:39.096Z[ recovery-image] Aug 27 00:53:37.955 INFO O| Aug 27 00:53:37.955 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52292026-08-27T00:53:39.096Z[ recovery-image] Aug 27 00:53:37.955 INFO O| Aug 27 00:53:37.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52302026-08-27T00:53:39.096Z[ recovery-image] Aug 27 00:53:37.955 INFO O| Aug 27 00:53:37.955 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52312026-08-27T00:53:39.096Z[ recovery-image] Aug 27 00:53:37.955 INFO O| Aug 27 00:53:37.955 INFO ok!
52322026-08-27T00:53:39.096Z[ recovery-image] Aug 27 00:53:37.955 INFO O| Aug 27 00:53:37.955 INFO STEP 63 (ensure_file) COMPLETE
52332026-08-27T00:53:39.096Z[ recovery-image] Aug 27 00:53:37.955 INFO O| Aug 27 00:53:37.955 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52342026-08-27T00:53:39.102Z[ recovery-image] Aug 27 00:53:37.964 INFO O| Aug 27 00:53:37.963 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52352026-08-27T00:53:39.102Z[ recovery-image] Aug 27 00:53:37.964 INFO O| Aug 27 00:53:37.964 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52362026-08-27T00:53:39.102Z[ recovery-image] Aug 27 00:53:37.964 INFO O| Aug 27 00:53:37.964 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52372026-08-27T00:53:39.105Z[ recovery-image] Aug 27 00:53:37.964 INFO O| Aug 27 00:53:37.964 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52382026-08-27T00:53:39.105Z[ recovery-image] Aug 27 00:53:37.964 INFO O| Aug 27 00:53:37.964 INFO ok!
52392026-08-27T00:53:39.105Z[ recovery-image] Aug 27 00:53:37.964 INFO O| Aug 27 00:53:37.964 INFO STEP 64 (ensure_file) COMPLETE
52402026-08-27T00:53:39.105Z[ recovery-image] Aug 27 00:53:37.964 INFO O| Aug 27 00:53:37.964 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52412026-08-27T00:53:39.118Z[ recovery-image] Aug 27 00:53:37.979 INFO O| Aug 27 00:53:37.979 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52422026-08-27T00:53:39.118Z[ recovery-image] Aug 27 00:53:37.979 INFO O| Aug 27 00:53:37.979 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52432026-08-27T00:53:39.118Z[ recovery-image] Aug 27 00:53:37.979 INFO O| Aug 27 00:53:37.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52442026-08-27T00:53:39.121Z[ recovery-image] Aug 27 00:53:37.979 INFO O| Aug 27 00:53:37.979 INFO ok!
52452026-08-27T00:53:39.121Z[ recovery-image] Aug 27 00:53:37.979 INFO O| Aug 27 00:53:37.979 INFO STEP 65 (assemble_files) COMPLETE
52462026-08-27T00:53:39.121Z[ recovery-image] Aug 27 00:53:37.979 INFO O| Aug 27 00:53:37.979 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52472026-08-27T00:53:39.127Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52482026-08-27T00:53:39.127Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52492026-08-27T00:53:39.130Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52502026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52512026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO ok!
52522026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO STEP 66 (ensure_file) COMPLETE
52532026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO skip step because feature "omicron1" is not enabled
52552026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO skip step because feature "omicron1" is not enabled
52572026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO skip step because feature "omicron1" is not enabled
52592026-08-27T00:53:39.131Z[ recovery-image] Aug 27 00:53:37.989 INFO O| Aug 27 00:53:37.989 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-08-27T00:53:39.140Z[ recovery-image] Aug 27 00:53:38.002 INFO O| Aug 27 00:53:38.002 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52612026-08-27T00:53:39.140Z[ recovery-image] Aug 27 00:53:38.002 INFO O| Aug 27 00:53:38.002 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52622026-08-27T00:53:39.415Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52632026-08-27T00:53:39.443Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52642026-08-27T00:53:40.011Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52652026-08-27T00:53:40.191Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52662026-08-27T00:53:40.482Z[ recovery-image] Aug 27 00:53:39.344 INFO O| Aug 27 00:53:39.344 INFO STEP 70 (pack_tar) COMPLETE
52672026-08-27T00:53:40.482Z[ recovery-image] Aug 27 00:53:39.344 INFO O| Aug 27 00:53:39.344 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52682026-08-27T00:53:40.486Z[ recovery-image] Aug 27 00:53:39.344 INFO O| Aug 27 00:53:39.344 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52692026-08-27T00:53:40.501Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52702026-08-27T00:53:40.939Z[ recovery-image] Aug 27 00:53:39.800 INFO O| Aug 27 00:53:39.800 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52712026-08-27T00:53:41.063Z[ recovery-image] Aug 27 00:53:39.924 INFO O| Aug 27 00:53:39.924 INFO completed processing sled/ramdisk-02-trim
52722026-08-27T00:53:41.066Z[ recovery-image] Aug 27 00:53:39.926 INFO image builder template: ramdisk-03-recovery-trim...
52732026-08-27T00:53:41.067Z[ recovery-image] Aug 27 00:53:39.926 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/.tmpBvIJBf/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
52742026-08-27T00:53:41.070Z[ recovery-image] Aug 27 00:53:39.932 INFO O| Aug 27 00:53:39.932 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52752026-08-27T00:53:41.145Z[ recovery-image] Aug 27 00:53:40.006 INFO O| Aug 27 00:53:40.006 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52762026-08-27T00:53:41.149Z[ recovery-image] Aug 27 00:53:40.011 INFO O| Aug 27 00:53:40.011 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52772026-08-27T00:53:41.250Z[ recovery-image] Aug 27 00:53:40.111 INFO O| Aug 27 00:53:40.111 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52782026-08-27T00:53:41.332Z[ recovery-image] Aug 27 00:53:40.193 INFO O| Aug 27 00:53:40.193 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52792026-08-27T00:53:41.332Z[ recovery-image] Aug 27 00:53:40.193 INFO O| Aug 27 00:53:40.193 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52802026-08-27T00:53:41.339Z[ recovery-image] Aug 27 00:53:40.201 INFO O| Aug 27 00:53:40.200 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52812026-08-27T00:53:41.344Z[ recovery-image] Aug 27 00:53:40.205 INFO O| Aug 27 00:53:40.205 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52822026-08-27T00:53:41.348Z[ recovery-image] Aug 27 00:53:40.210 INFO O| Aug 27 00:53:40.210 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52832026-08-27T00:53:41.486Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52842026-08-27T00:53:41.924Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52852026-08-27T00:53:41.968Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52862026-08-27T00:53:42.255Z[ recovery-image] Aug 27 00:53:41.117 INFO O| Aug 27 00:53:41.116 INFO rolled back to input snapshot; work may begin
52872026-08-27T00:53:42.256Z[ recovery-image] Aug 27 00:53:41.117 INFO O| Aug 27 00:53:41.117 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52882026-08-27T00:53:42.260Z[ recovery-image] Aug 27 00:53:41.121 INFO O| Aug 27 00:53:41.121 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-27T00:53:42.269Z[ recovery-image] Aug 27 00:53:41.131 INFO O| Aug 27 00:53:41.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52902026-08-27T00:53:42.275Z[ recovery-image] Aug 27 00:53:41.134 INFO O| Aug 27 00:53:41.134 INFO STEP 0 (remove_files) COMPLETE
52912026-08-27T00:53:42.278Z[ recovery-image] Aug 27 00:53:41.134 INFO O| Aug 27 00:53:41.134 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-27T00:53:42.285Z[ recovery-image] Aug 27 00:53:41.147 INFO O| Aug 27 00:53:41.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52932026-08-27T00:53:42.285Z[ recovery-image] Aug 27 00:53:41.147 INFO O| Aug 27 00:53:41.147 INFO STEP 1 (remove_files) COMPLETE
52942026-08-27T00:53:42.285Z[ recovery-image] Aug 27 00:53:41.147 INFO O| Aug 27 00:53:41.147 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-27T00:53:42.295Z[ recovery-image] Aug 27 00:53:41.156 INFO O| Aug 27 00:53:41.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52962026-08-27T00:53:42.309Z[ recovery-image] Aug 27 00:53:41.170 INFO O| Aug 27 00:53:41.170 INFO STEP 2 (remove_files) COMPLETE
52972026-08-27T00:53:42.309Z[ recovery-image] Aug 27 00:53:41.170 INFO O| Aug 27 00:53:41.170 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-27T00:53:42.319Z[ recovery-image] Aug 27 00:53:41.180 INFO O| Aug 27 00:53:41.180 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52992026-08-27T00:53:42.373Z[ recovery-image] Aug 27 00:53:41.233 INFO O| Aug 27 00:53:41.233 INFO STEP 3 (remove_files) COMPLETE
53002026-08-27T00:53:42.373Z[ recovery-image] Aug 27 00:53:41.233 INFO O| Aug 27 00:53:41.233 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-27T00:53:42.384Z[ recovery-image] Aug 27 00:53:41.245 INFO O| Aug 27 00:53:41.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53022026-08-27T00:53:42.388Z[ recovery-image] Aug 27 00:53:41.248 INFO O| Aug 27 00:53:41.248 INFO STEP 4 (remove_files) COMPLETE
53032026-08-27T00:53:42.388Z[ recovery-image] Aug 27 00:53:41.248 INFO O| Aug 27 00:53:41.248 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-27T00:53:42.396Z[ recovery-image] Aug 27 00:53:41.258 INFO O| Aug 27 00:53:41.258 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53052026-08-27T00:53:42.433Z[ recovery-image] Aug 27 00:53:41.294 INFO O| Aug 27 00:53:41.294 INFO STEP 5 (remove_files) COMPLETE
53062026-08-27T00:53:42.433Z[ recovery-image] Aug 27 00:53:41.294 INFO O| Aug 27 00:53:41.294 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-27T00:53:42.444Z[ recovery-image] Aug 27 00:53:41.306 INFO O| Aug 27 00:53:41.306 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53082026-08-27T00:53:42.458Z[ recovery-image] Aug 27 00:53:41.319 INFO O| Aug 27 00:53:41.319 INFO STEP 6 (remove_files) COMPLETE
53092026-08-27T00:53:42.458Z[ recovery-image] Aug 27 00:53:41.319 INFO O| Aug 27 00:53:41.319 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-27T00:53:42.470Z[ recovery-image] Aug 27 00:53:41.331 INFO O| Aug 27 00:53:41.331 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53112026-08-27T00:53:42.474Z[ recovery-image] Aug 27 00:53:41.332 INFO O| Aug 27 00:53:41.332 INFO STEP 7 (remove_files) COMPLETE
53122026-08-27T00:53:42.474Z[ recovery-image] Aug 27 00:53:41.332 INFO O| Aug 27 00:53:41.332 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-27T00:53:42.483Z[ recovery-image] Aug 27 00:53:41.344 INFO O| Aug 27 00:53:41.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53142026-08-27T00:53:42.487Z[ recovery-image] Aug 27 00:53:41.346 INFO O| Aug 27 00:53:41.346 INFO STEP 8 (remove_files) COMPLETE
53152026-08-27T00:53:42.487Z[ recovery-image] Aug 27 00:53:41.346 INFO O| Aug 27 00:53:41.346 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-27T00:53:42.501Z[ recovery-image] Aug 27 00:53:41.362 INFO O| Aug 27 00:53:41.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53172026-08-27T00:53:42.516Z[ recovery-image] Aug 27 00:53:41.377 INFO O| Aug 27 00:53:41.377 INFO STEP 9 (remove_files) COMPLETE
53182026-08-27T00:53:42.516Z[ recovery-image] Aug 27 00:53:41.377 INFO O| Aug 27 00:53:41.377 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-27T00:53:42.533Z[ recovery-image] Aug 27 00:53:41.394 INFO O| Aug 27 00:53:41.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53202026-08-27T00:53:42.537Z[ recovery-image] Aug 27 00:53:41.395 INFO O| Aug 27 00:53:41.395 INFO STEP 10 (remove_files) COMPLETE
53212026-08-27T00:53:42.537Z[ recovery-image] Aug 27 00:53:41.395 INFO O| Aug 27 00:53:41.395 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-27T00:53:42.560Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53232026-08-27T00:53:42.570Z[ recovery-image] Aug 27 00:53:41.432 INFO O| Aug 27 00:53:41.432 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53242026-08-27T00:53:42.574Z[ recovery-image] Aug 27 00:53:41.433 INFO O| Aug 27 00:53:41.433 INFO STEP 11 (remove_files) COMPLETE
53252026-08-27T00:53:42.574Z[ recovery-image] Aug 27 00:53:41.433 INFO O| Aug 27 00:53:41.433 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-27T00:53:42.585Z[ recovery-image] Aug 27 00:53:41.447 INFO O| Aug 27 00:53:41.447 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53272026-08-27T00:53:42.725Z[ recovery-image] Aug 27 00:53:41.579 INFO O| Aug 27 00:53:41.579 INFO STEP 12 (remove_files) COMPLETE
53282026-08-27T00:53:42.725Z[ recovery-image] Aug 27 00:53:41.579 INFO O| Aug 27 00:53:41.579 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-27T00:53:42.731Z[ recovery-image] Aug 27 00:53:41.592 INFO O| Aug 27 00:53:41.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53302026-08-27T00:53:42.738Z[ recovery-image] Aug 27 00:53:41.600 INFO O| Aug 27 00:53:41.599 INFO STEP 13 (remove_files) COMPLETE
53312026-08-27T00:53:42.738Z[ recovery-image] Aug 27 00:53:41.600 INFO O| Aug 27 00:53:41.599 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-27T00:53:42.748Z[ recovery-image] Aug 27 00:53:41.610 INFO O| Aug 27 00:53:41.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53332026-08-27T00:53:42.756Z[ recovery-image] Aug 27 00:53:41.618 INFO O| Aug 27 00:53:41.618 INFO STEP 14 (remove_files) COMPLETE
53342026-08-27T00:53:42.756Z[ recovery-image] Aug 27 00:53:41.618 INFO O| Aug 27 00:53:41.618 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-27T00:53:42.824Z[ recovery-image] Aug 27 00:53:41.627 INFO O| Aug 27 00:53:41.627 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53362026-08-27T00:53:42.824Z[ recovery-image] Aug 27 00:53:41.628 INFO O| Aug 27 00:53:41.628 INFO STEP 15 (remove_files) COMPLETE
53372026-08-27T00:53:42.824Z[ recovery-image] Aug 27 00:53:41.628 INFO O| Aug 27 00:53:41.628 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-27T00:53:42.824Z[ recovery-image] Aug 27 00:53:41.637 INFO O| Aug 27 00:53:41.637 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53392026-08-27T00:53:42.824Z[ recovery-image] Aug 27 00:53:41.643 INFO O| Aug 27 00:53:41.643 INFO STEP 16 (remove_files) COMPLETE
53402026-08-27T00:53:42.825Z[ recovery-image] Aug 27 00:53:41.643 INFO O| Aug 27 00:53:41.643 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-27T00:53:42.826Z[ recovery-image] Aug 27 00:53:41.653 INFO O| Aug 27 00:53:41.653 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53422026-08-27T00:53:42.829Z[ recovery-image] Aug 27 00:53:41.680 INFO O| Aug 27 00:53:41.680 INFO STEP 17 (remove_files) COMPLETE
53432026-08-27T00:53:42.829Z[ recovery-image] Aug 27 00:53:41.680 INFO O| Aug 27 00:53:41.680 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-27T00:53:42.830Z[ recovery-image] Aug 27 00:53:41.689 INFO O| Aug 27 00:53:41.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53452026-08-27T00:53:42.830Z[ recovery-image] Aug 27 00:53:41.689 INFO O| Aug 27 00:53:41.689 INFO STEP 18 (remove_files) COMPLETE
53462026-08-27T00:53:42.830Z[ recovery-image] Aug 27 00:53:41.689 INFO O| Aug 27 00:53:41.689 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-27T00:53:42.838Z[ recovery-image] Aug 27 00:53:41.699 INFO O| Aug 27 00:53:41.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53482026-08-27T00:53:42.838Z[ recovery-image] Aug 27 00:53:41.699 INFO O| Aug 27 00:53:41.698 INFO STEP 19 (remove_files) COMPLETE
53492026-08-27T00:53:42.841Z[ recovery-image] Aug 27 00:53:41.699 INFO O| Aug 27 00:53:41.698 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-27T00:53:42.846Z[ recovery-image] Aug 27 00:53:41.707 INFO O| Aug 27 00:53:41.707 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53512026-08-27T00:53:43.004Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53522026-08-27T00:53:43.008Z[ recovery-image] Aug 27 00:53:41.867 INFO O| Aug 27 00:53:41.867 INFO STEP 20 (remove_files) COMPLETE
53532026-08-27T00:53:43.008Z[ recovery-image] Aug 27 00:53:41.867 INFO O| Aug 27 00:53:41.867 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-27T00:53:43.016Z[ recovery-image] Aug 27 00:53:41.878 INFO O| Aug 27 00:53:41.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53552026-08-27T00:53:43.021Z[ recovery-image] Aug 27 00:53:41.879 INFO O| Aug 27 00:53:41.879 INFO STEP 21 (remove_files) COMPLETE
53562026-08-27T00:53:43.021Z[ recovery-image] Aug 27 00:53:41.879 INFO O| Aug 27 00:53:41.879 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-27T00:53:43.038Z[ recovery-image] Aug 27 00:53:41.899 INFO O| Aug 27 00:53:41.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53582026-08-27T00:53:43.041Z[ recovery-image] Aug 27 00:53:41.899 INFO O| Aug 27 00:53:41.899 INFO STEP 22 (remove_files) COMPLETE
53592026-08-27T00:53:43.042Z[ recovery-image] Aug 27 00:53:41.899 INFO O| Aug 27 00:53:41.899 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-27T00:53:43.045Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53612026-08-27T00:53:43.063Z[ recovery-image] Aug 27 00:53:41.924 INFO O| Aug 27 00:53:41.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53622026-08-27T00:53:43.067Z[ recovery-image] Aug 27 00:53:41.928 INFO O| Aug 27 00:53:41.928 INFO STEP 23 (remove_files) COMPLETE
53632026-08-27T00:53:43.068Z[ recovery-image] Aug 27 00:53:41.928 INFO O| Aug 27 00:53:41.928 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-27T00:53:43.077Z[ recovery-image] Aug 27 00:53:41.939 INFO O| Aug 27 00:53:41.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53652026-08-27T00:53:43.089Z[ recovery-image] Aug 27 00:53:41.950 INFO O| Aug 27 00:53:41.950 INFO STEP 24 (remove_files) COMPLETE
53662026-08-27T00:53:43.089Z[ recovery-image] Aug 27 00:53:41.950 INFO O| Aug 27 00:53:41.950 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-27T00:53:43.127Z[ recovery-image] Aug 27 00:53:41.989 INFO O| Aug 27 00:53:41.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53682026-08-27T00:53:43.131Z[ recovery-image] Aug 27 00:53:41.989 INFO O| Aug 27 00:53:41.989 INFO STEP 25 (remove_files) COMPLETE
53692026-08-27T00:53:43.131Z[ recovery-image] Aug 27 00:53:41.989 INFO O| Aug 27 00:53:41.989 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-27T00:53:43.142Z[ recovery-image] Aug 27 00:53:42.003 INFO O| Aug 27 00:53:42.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53712026-08-27T00:53:43.142Z[ recovery-image] Aug 27 00:53:42.003 INFO O| Aug 27 00:53:42.003 INFO STEP 26 (remove_files) COMPLETE
53722026-08-27T00:53:43.142Z[ recovery-image] Aug 27 00:53:42.003 INFO O| Aug 27 00:53:42.003 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-27T00:53:43.151Z[ recovery-image] Aug 27 00:53:42.012 INFO O| Aug 27 00:53:42.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53742026-08-27T00:53:43.156Z[ recovery-image] Aug 27 00:53:42.018 INFO O| Aug 27 00:53:42.017 INFO STEP 27 (remove_files) COMPLETE
53752026-08-27T00:53:43.156Z[ recovery-image] Aug 27 00:53:42.018 INFO O| Aug 27 00:53:42.018 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-27T00:53:43.167Z[ recovery-image] Aug 27 00:53:42.029 INFO O| Aug 27 00:53:42.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53772026-08-27T00:53:43.175Z[ recovery-image] Aug 27 00:53:42.036 INFO O| Aug 27 00:53:42.036 INFO STEP 28 (remove_files) COMPLETE
53782026-08-27T00:53:43.175Z[ recovery-image] Aug 27 00:53:42.036 INFO O| Aug 27 00:53:42.036 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-27T00:53:43.185Z[ recovery-image] Aug 27 00:53:42.047 INFO O| Aug 27 00:53:42.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53802026-08-27T00:53:43.185Z[ recovery-image] Aug 27 00:53:42.047 INFO O| Aug 27 00:53:42.047 INFO STEP 29 (remove_files) COMPLETE
53812026-08-27T00:53:43.190Z[ recovery-image] Aug 27 00:53:42.047 INFO O| Aug 27 00:53:42.047 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-27T00:53:43.195Z[ recovery-image] Aug 27 00:53:42.056 INFO O| Aug 27 00:53:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53832026-08-27T00:53:43.195Z[ recovery-image] Aug 27 00:53:42.057 INFO O| Aug 27 00:53:42.057 INFO STEP 30 (remove_files) COMPLETE
53842026-08-27T00:53:43.195Z[ recovery-image] Aug 27 00:53:42.057 INFO O| Aug 27 00:53:42.057 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-27T00:53:43.206Z[ recovery-image] Aug 27 00:53:42.066 INFO O| Aug 27 00:53:42.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53862026-08-27T00:53:43.206Z[ recovery-image] Aug 27 00:53:42.066 INFO O| Aug 27 00:53:42.066 INFO STEP 31 (remove_files) COMPLETE
53872026-08-27T00:53:43.206Z[ recovery-image] Aug 27 00:53:42.066 INFO O| Aug 27 00:53:42.066 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-27T00:53:43.218Z[ recovery-image] Aug 27 00:53:42.079 INFO O| Aug 27 00:53:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53892026-08-27T00:53:43.218Z[ recovery-image] Aug 27 00:53:42.079 INFO O| Aug 27 00:53:42.079 INFO STEP 32 (remove_files) COMPLETE
53902026-08-27T00:53:43.219Z[ recovery-image] Aug 27 00:53:42.079 INFO O| Aug 27 00:53:42.079 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-27T00:53:43.236Z[ recovery-image] Aug 27 00:53:42.088 INFO O| Aug 27 00:53:42.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53922026-08-27T00:53:43.236Z[ recovery-image] Aug 27 00:53:42.088 INFO O| Aug 27 00:53:42.088 INFO STEP 33 (remove_files) COMPLETE
53932026-08-27T00:53:43.236Z[ recovery-image] Aug 27 00:53:42.088 INFO O| Aug 27 00:53:42.088 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-27T00:53:43.245Z[ recovery-image] Aug 27 00:53:42.105 INFO O| Aug 27 00:53:42.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53952026-08-27T00:53:43.245Z[ recovery-image] Aug 27 00:53:42.105 INFO O| Aug 27 00:53:42.105 INFO STEP 34 (remove_files) COMPLETE
53962026-08-27T00:53:43.248Z[ recovery-image] Aug 27 00:53:42.105 INFO O| Aug 27 00:53:42.105 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-27T00:53:43.254Z[ recovery-image] Aug 27 00:53:42.116 INFO O| Aug 27 00:53:42.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53982026-08-27T00:53:43.254Z[ recovery-image] Aug 27 00:53:42.116 INFO O| Aug 27 00:53:42.116 INFO STEP 35 (remove_files) COMPLETE
53992026-08-27T00:53:43.259Z[ recovery-image] Aug 27 00:53:42.116 INFO O| Aug 27 00:53:42.116 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-27T00:53:43.265Z[ recovery-image] Aug 27 00:53:42.126 INFO O| Aug 27 00:53:42.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54012026-08-27T00:53:43.266Z[ recovery-image] Aug 27 00:53:42.126 INFO O| Aug 27 00:53:42.126 INFO STEP 36 (remove_files) COMPLETE
54022026-08-27T00:53:43.266Z[ recovery-image] Aug 27 00:53:42.126 INFO O| Aug 27 00:53:42.126 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-27T00:53:43.274Z[ recovery-image] Aug 27 00:53:42.136 INFO O| Aug 27 00:53:42.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54042026-08-27T00:53:43.274Z[ recovery-image] Aug 27 00:53:42.136 INFO O| Aug 27 00:53:42.136 INFO STEP 37 (remove_files) COMPLETE
54052026-08-27T00:53:43.275Z[ recovery-image] Aug 27 00:53:42.136 INFO O| Aug 27 00:53:42.136 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-27T00:53:43.284Z[ recovery-image] Aug 27 00:53:42.145 INFO O| Aug 27 00:53:42.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54072026-08-27T00:53:43.284Z[ recovery-image] Aug 27 00:53:42.145 INFO O| Aug 27 00:53:42.145 INFO STEP 38 (remove_files) COMPLETE
54082026-08-27T00:53:43.284Z[ recovery-image] Aug 27 00:53:42.146 INFO O| Aug 27 00:53:42.145 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-27T00:53:43.292Z[ recovery-image] Aug 27 00:53:42.153 INFO O| Aug 27 00:53:42.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54102026-08-27T00:53:43.292Z[ recovery-image] Aug 27 00:53:42.153 INFO O| Aug 27 00:53:42.153 INFO STEP 39 (remove_files) COMPLETE
54112026-08-27T00:53:43.292Z[ recovery-image] Aug 27 00:53:42.153 INFO O| Aug 27 00:53:42.153 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-27T00:53:43.300Z[ recovery-image] Aug 27 00:53:42.162 INFO O| Aug 27 00:53:42.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54132026-08-27T00:53:43.300Z[ recovery-image] Aug 27 00:53:42.162 INFO O| Aug 27 00:53:42.162 INFO STEP 40 (remove_files) COMPLETE
54142026-08-27T00:53:43.308Z[ recovery-image] Aug 27 00:53:42.162 INFO O| Aug 27 00:53:42.162 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-27T00:53:43.311Z[ recovery-image] Aug 27 00:53:42.171 INFO O| Aug 27 00:53:42.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54162026-08-27T00:53:43.312Z[ recovery-image] Aug 27 00:53:42.171 INFO O| Aug 27 00:53:42.171 INFO STEP 41 (remove_files) COMPLETE
54172026-08-27T00:53:43.312Z[ recovery-image] Aug 27 00:53:42.171 INFO O| Aug 27 00:53:42.171 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-27T00:53:43.318Z[ recovery-image] Aug 27 00:53:42.179 INFO O| Aug 27 00:53:42.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54192026-08-27T00:53:43.318Z[ recovery-image] Aug 27 00:53:42.179 INFO O| Aug 27 00:53:42.179 INFO STEP 42 (remove_files) COMPLETE
54202026-08-27T00:53:43.318Z[ recovery-image] Aug 27 00:53:42.179 INFO O| Aug 27 00:53:42.179 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-27T00:53:43.328Z[ recovery-image] Aug 27 00:53:42.189 INFO O| Aug 27 00:53:42.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54222026-08-27T00:53:43.328Z[ recovery-image] Aug 27 00:53:42.190 INFO O| Aug 27 00:53:42.190 INFO STEP 43 (remove_files) COMPLETE
54232026-08-27T00:53:43.328Z[ recovery-image] Aug 27 00:53:42.190 INFO O| Aug 27 00:53:42.190 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-27T00:53:43.337Z[ recovery-image] Aug 27 00:53:42.197 INFO O| Aug 27 00:53:42.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54252026-08-27T00:53:43.337Z[ recovery-image] Aug 27 00:53:42.198 INFO O| Aug 27 00:53:42.198 INFO STEP 44 (remove_files) COMPLETE
54262026-08-27T00:53:43.337Z[ recovery-image] Aug 27 00:53:42.198 INFO O| Aug 27 00:53:42.198 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-27T00:53:43.340Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54282026-08-27T00:53:43.347Z[ recovery-image] Aug 27 00:53:42.207 INFO O| Aug 27 00:53:42.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54292026-08-27T00:53:43.347Z[ recovery-image] Aug 27 00:53:42.207 INFO O| Aug 27 00:53:42.207 INFO STEP 45 (remove_files) COMPLETE
54302026-08-27T00:53:43.347Z[ recovery-image] Aug 27 00:53:42.207 INFO O| Aug 27 00:53:42.207 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-27T00:53:43.357Z[ recovery-image] Aug 27 00:53:42.215 INFO O| Aug 27 00:53:42.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54322026-08-27T00:53:43.357Z[ recovery-image] Aug 27 00:53:42.215 INFO O| Aug 27 00:53:42.215 INFO STEP 46 (remove_files) COMPLETE
54332026-08-27T00:53:43.357Z[ recovery-image] Aug 27 00:53:42.215 INFO O| Aug 27 00:53:42.215 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-27T00:53:43.365Z[ recovery-image] Aug 27 00:53:42.226 INFO O| Aug 27 00:53:42.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54352026-08-27T00:53:43.365Z[ recovery-image] Aug 27 00:53:42.226 INFO O| Aug 27 00:53:42.226 INFO STEP 47 (remove_files) COMPLETE
54362026-08-27T00:53:43.369Z[ recovery-image] Aug 27 00:53:42.226 INFO O| Aug 27 00:53:42.226 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-27T00:53:43.384Z[ recovery-image] Aug 27 00:53:42.235 INFO O| Aug 27 00:53:42.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54382026-08-27T00:53:43.384Z[ recovery-image] Aug 27 00:53:42.235 INFO O| Aug 27 00:53:42.235 INFO STEP 48 (remove_files) COMPLETE
54392026-08-27T00:53:43.384Z[ recovery-image] Aug 27 00:53:42.235 INFO O| Aug 27 00:53:42.235 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-27T00:53:43.388Z[ recovery-image] Aug 27 00:53:42.243 INFO O| Aug 27 00:53:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54412026-08-27T00:53:43.388Z[ recovery-image] Aug 27 00:53:42.243 INFO O| Aug 27 00:53:42.243 INFO STEP 49 (remove_files) COMPLETE
54422026-08-27T00:53:43.388Z[ recovery-image] Aug 27 00:53:42.243 INFO O| Aug 27 00:53:42.243 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-27T00:53:43.394Z[ recovery-image] Aug 27 00:53:42.252 INFO O| Aug 27 00:53:42.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54442026-08-27T00:53:43.394Z[ recovery-image] Aug 27 00:53:42.252 INFO O| Aug 27 00:53:42.252 INFO STEP 50 (remove_files) COMPLETE
54452026-08-27T00:53:43.395Z[ recovery-image] Aug 27 00:53:42.252 INFO O| Aug 27 00:53:42.252 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-27T00:53:43.399Z[ recovery-image] Aug 27 00:53:42.261 INFO O| Aug 27 00:53:42.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54472026-08-27T00:53:43.403Z[ recovery-image] Aug 27 00:53:42.261 INFO O| Aug 27 00:53:42.261 INFO STEP 51 (remove_files) COMPLETE
54482026-08-27T00:53:43.403Z[ recovery-image] Aug 27 00:53:42.261 INFO O| Aug 27 00:53:42.261 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-27T00:53:43.410Z[ recovery-image] Aug 27 00:53:42.272 INFO O| Aug 27 00:53:42.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54502026-08-27T00:53:43.410Z[ recovery-image] Aug 27 00:53:42.272 INFO O| Aug 27 00:53:42.272 INFO STEP 52 (remove_files) COMPLETE
54512026-08-27T00:53:43.414Z[ recovery-image] Aug 27 00:53:42.272 INFO O| Aug 27 00:53:42.272 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-27T00:53:43.421Z[ recovery-image] Aug 27 00:53:42.282 INFO O| Aug 27 00:53:42.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54532026-08-27T00:53:43.421Z[ recovery-image] Aug 27 00:53:42.282 INFO O| Aug 27 00:53:42.282 INFO STEP 53 (remove_files) COMPLETE
54542026-08-27T00:53:43.424Z[ recovery-image] Aug 27 00:53:42.282 INFO O| Aug 27 00:53:42.282 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-27T00:53:43.431Z[ recovery-image] Aug 27 00:53:42.292 INFO O| Aug 27 00:53:42.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54562026-08-27T00:53:43.431Z[ recovery-image] Aug 27 00:53:42.292 INFO O| Aug 27 00:53:42.292 INFO STEP 54 (remove_files) COMPLETE
54572026-08-27T00:53:43.431Z[ recovery-image] Aug 27 00:53:42.292 INFO O| Aug 27 00:53:42.292 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-27T00:53:43.441Z[ recovery-image] Aug 27 00:53:42.303 INFO O| Aug 27 00:53:42.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54592026-08-27T00:53:43.442Z[ recovery-image] Aug 27 00:53:42.303 INFO O| Aug 27 00:53:42.303 INFO STEP 55 (remove_files) COMPLETE
54602026-08-27T00:53:43.442Z[ recovery-image] Aug 27 00:53:42.303 INFO O| Aug 27 00:53:42.303 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-27T00:53:43.451Z[ recovery-image] Aug 27 00:53:42.313 INFO O| Aug 27 00:53:42.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54622026-08-27T00:53:43.451Z[ recovery-image] Aug 27 00:53:42.313 INFO O| Aug 27 00:53:42.313 INFO STEP 56 (remove_files) COMPLETE
54632026-08-27T00:53:43.451Z[ recovery-image] Aug 27 00:53:42.313 INFO O| Aug 27 00:53:42.313 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-27T00:53:43.461Z[ recovery-image] Aug 27 00:53:42.323 INFO O| Aug 27 00:53:42.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54652026-08-27T00:53:43.461Z[ recovery-image] Aug 27 00:53:42.323 INFO O| Aug 27 00:53:42.323 INFO STEP 57 (remove_files) COMPLETE
54662026-08-27T00:53:43.461Z[ recovery-image] Aug 27 00:53:42.323 INFO O| Aug 27 00:53:42.323 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-27T00:53:43.471Z[ recovery-image] Aug 27 00:53:42.333 INFO O| Aug 27 00:53:42.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54682026-08-27T00:53:43.471Z[ recovery-image] Aug 27 00:53:42.333 INFO O| Aug 27 00:53:42.333 INFO STEP 58 (remove_files) COMPLETE
54692026-08-27T00:53:43.471Z[ recovery-image] Aug 27 00:53:42.333 INFO O| Aug 27 00:53:42.333 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-27T00:53:43.481Z[ recovery-image] Aug 27 00:53:42.343 INFO O| Aug 27 00:53:42.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54712026-08-27T00:53:43.481Z[ recovery-image] Aug 27 00:53:42.343 INFO O| Aug 27 00:53:42.343 INFO STEP 59 (remove_files) COMPLETE
54722026-08-27T00:53:43.485Z[ recovery-image] Aug 27 00:53:42.343 INFO O| Aug 27 00:53:42.343 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-27T00:53:43.491Z[ recovery-image] Aug 27 00:53:42.353 INFO O| Aug 27 00:53:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54742026-08-27T00:53:43.495Z[ recovery-image] Aug 27 00:53:42.353 INFO O| Aug 27 00:53:42.353 INFO STEP 60 (remove_files) COMPLETE
54752026-08-27T00:53:43.495Z[ recovery-image] Aug 27 00:53:42.353 INFO O| Aug 27 00:53:42.353 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-27T00:53:43.501Z[ recovery-image] Aug 27 00:53:42.363 INFO O| Aug 27 00:53:42.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54772026-08-27T00:53:43.502Z[ recovery-image] Aug 27 00:53:42.363 INFO O| Aug 27 00:53:42.363 INFO STEP 61 (remove_files) COMPLETE
54782026-08-27T00:53:43.506Z[ recovery-image] Aug 27 00:53:42.363 INFO O| Aug 27 00:53:42.363 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-27T00:53:43.513Z[ recovery-image] Aug 27 00:53:42.375 INFO O| Aug 27 00:53:42.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54802026-08-27T00:53:43.514Z[ recovery-image] Aug 27 00:53:42.375 INFO O| Aug 27 00:53:42.375 INFO STEP 62 (remove_files) COMPLETE
54812026-08-27T00:53:43.518Z[ recovery-image] Aug 27 00:53:42.375 INFO O| Aug 27 00:53:42.375 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-27T00:53:43.523Z[ recovery-image] Aug 27 00:53:42.384 INFO O| Aug 27 00:53:42.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54832026-08-27T00:53:43.523Z[ recovery-image] Aug 27 00:53:42.385 INFO O| Aug 27 00:53:42.385 INFO STEP 63 (remove_files) COMPLETE
54842026-08-27T00:53:43.523Z[ recovery-image] Aug 27 00:53:42.385 INFO O| Aug 27 00:53:42.385 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-27T00:53:43.532Z[ recovery-image] Aug 27 00:53:42.394 INFO O| Aug 27 00:53:42.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54862026-08-27T00:53:43.532Z[ recovery-image] Aug 27 00:53:42.394 INFO O| Aug 27 00:53:42.394 INFO STEP 64 (remove_files) COMPLETE
54872026-08-27T00:53:43.533Z[ recovery-image] Aug 27 00:53:42.394 INFO O| Aug 27 00:53:42.394 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-27T00:53:43.542Z[ recovery-image] Aug 27 00:53:42.403 INFO O| Aug 27 00:53:42.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54892026-08-27T00:53:43.542Z[ recovery-image] Aug 27 00:53:42.403 INFO O| Aug 27 00:53:42.403 INFO STEP 65 (remove_files) COMPLETE
54902026-08-27T00:53:43.545Z[ recovery-image] Aug 27 00:53:42.403 INFO O| Aug 27 00:53:42.403 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-27T00:53:43.551Z[ recovery-image] Aug 27 00:53:42.413 INFO O| Aug 27 00:53:42.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54922026-08-27T00:53:43.551Z[ recovery-image] Aug 27 00:53:42.413 INFO O| Aug 27 00:53:42.413 INFO STEP 66 (remove_files) COMPLETE
54932026-08-27T00:53:43.551Z[ recovery-image] Aug 27 00:53:42.413 INFO O| Aug 27 00:53:42.413 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-27T00:53:43.561Z[ recovery-image] Aug 27 00:53:42.422 INFO O| Aug 27 00:53:42.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54952026-08-27T00:53:43.561Z[ recovery-image] Aug 27 00:53:42.422 INFO O| Aug 27 00:53:42.422 INFO STEP 67 (remove_files) COMPLETE
54962026-08-27T00:53:43.561Z[ recovery-image] Aug 27 00:53:42.423 INFO O| Aug 27 00:53:42.422 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-27T00:53:43.570Z[ recovery-image] Aug 27 00:53:42.432 INFO O| Aug 27 00:53:42.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54982026-08-27T00:53:43.570Z[ recovery-image] Aug 27 00:53:42.432 INFO O| Aug 27 00:53:42.432 INFO STEP 68 (remove_files) COMPLETE
54992026-08-27T00:53:43.574Z[ recovery-image] Aug 27 00:53:42.432 INFO O| Aug 27 00:53:42.432 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-27T00:53:43.581Z[ recovery-image] Aug 27 00:53:42.443 INFO O| Aug 27 00:53:42.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55012026-08-27T00:53:43.581Z[ recovery-image] Aug 27 00:53:42.443 INFO O| Aug 27 00:53:42.443 INFO STEP 69 (remove_files) COMPLETE
55022026-08-27T00:53:43.585Z[ recovery-image] Aug 27 00:53:42.443 INFO O| Aug 27 00:53:42.443 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-27T00:53:43.592Z[ recovery-image] Aug 27 00:53:42.453 INFO O| Aug 27 00:53:42.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55042026-08-27T00:53:43.592Z[ recovery-image] Aug 27 00:53:42.453 INFO O| Aug 27 00:53:42.453 INFO STEP 70 (remove_files) COMPLETE
55052026-08-27T00:53:43.595Z[ recovery-image] Aug 27 00:53:42.453 INFO O| Aug 27 00:53:42.453 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-27T00:53:43.603Z[ recovery-image] Aug 27 00:53:42.465 INFO O| Aug 27 00:53:42.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55072026-08-27T00:53:43.603Z[ recovery-image] Aug 27 00:53:42.465 INFO O| Aug 27 00:53:42.465 INFO STEP 71 (remove_files) COMPLETE
55082026-08-27T00:53:43.603Z[ recovery-image] Aug 27 00:53:42.465 INFO O| Aug 27 00:53:42.465 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-27T00:53:43.613Z[ recovery-image] Aug 27 00:53:42.474 INFO O| Aug 27 00:53:42.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55102026-08-27T00:53:43.613Z[ recovery-image] Aug 27 00:53:42.475 INFO O| Aug 27 00:53:42.475 INFO STEP 72 (remove_files) COMPLETE
55112026-08-27T00:53:43.613Z[ recovery-image] Aug 27 00:53:42.475 INFO O| Aug 27 00:53:42.475 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-27T00:53:43.623Z[ recovery-image] Aug 27 00:53:42.484 INFO O| Aug 27 00:53:42.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55132026-08-27T00:53:43.623Z[ recovery-image] Aug 27 00:53:42.484 INFO O| Aug 27 00:53:42.484 INFO STEP 73 (remove_files) COMPLETE
55142026-08-27T00:53:43.623Z[ recovery-image] Aug 27 00:53:42.484 INFO O| Aug 27 00:53:42.484 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-27T00:53:43.631Z[ recovery-image] Aug 27 00:53:42.493 INFO O| Aug 27 00:53:42.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55162026-08-27T00:53:43.631Z[ recovery-image] Aug 27 00:53:42.493 INFO O| Aug 27 00:53:42.493 INFO STEP 74 (remove_files) COMPLETE
55172026-08-27T00:53:43.635Z[ recovery-image] Aug 27 00:53:42.493 INFO O| Aug 27 00:53:42.493 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-27T00:53:43.641Z[ recovery-image] Aug 27 00:53:42.502 INFO O| Aug 27 00:53:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55192026-08-27T00:53:43.641Z[ recovery-image] Aug 27 00:53:42.502 INFO O| Aug 27 00:53:42.502 INFO STEP 75 (remove_files) COMPLETE
55202026-08-27T00:53:43.641Z[ recovery-image] Aug 27 00:53:42.502 INFO O| Aug 27 00:53:42.502 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-27T00:53:43.648Z[ recovery-image] Aug 27 00:53:42.510 INFO O| Aug 27 00:53:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55222026-08-27T00:53:43.648Z[ recovery-image] Aug 27 00:53:42.510 INFO O| Aug 27 00:53:42.510 INFO STEP 76 (remove_files) COMPLETE
55232026-08-27T00:53:43.654Z[ recovery-image] Aug 27 00:53:42.510 INFO O| Aug 27 00:53:42.510 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-27T00:53:43.665Z[ recovery-image] Aug 27 00:53:42.521 INFO O| Aug 27 00:53:42.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55252026-08-27T00:53:43.665Z[ recovery-image] Aug 27 00:53:42.521 INFO O| Aug 27 00:53:42.521 INFO STEP 77 (remove_files) COMPLETE
55262026-08-27T00:53:43.665Z[ recovery-image] Aug 27 00:53:42.521 INFO O| Aug 27 00:53:42.521 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-27T00:53:43.669Z[ recovery-image] Aug 27 00:53:42.530 INFO O| Aug 27 00:53:42.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55282026-08-27T00:53:43.669Z[ recovery-image] Aug 27 00:53:42.530 INFO O| Aug 27 00:53:42.530 INFO STEP 78 (remove_files) COMPLETE
55292026-08-27T00:53:43.669Z[ recovery-image] Aug 27 00:53:42.530 INFO O| Aug 27 00:53:42.530 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-27T00:53:43.677Z[ recovery-image] Aug 27 00:53:42.539 INFO O| Aug 27 00:53:42.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55312026-08-27T00:53:43.677Z[ recovery-image] Aug 27 00:53:42.539 INFO O| Aug 27 00:53:42.539 INFO STEP 79 (remove_files) COMPLETE
55322026-08-27T00:53:43.680Z[ recovery-image] Aug 27 00:53:42.539 INFO O| Aug 27 00:53:42.539 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-27T00:53:43.685Z[ recovery-image] Aug 27 00:53:42.547 INFO O| Aug 27 00:53:42.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55342026-08-27T00:53:43.686Z[ recovery-image] Aug 27 00:53:42.547 INFO O| Aug 27 00:53:42.547 INFO STEP 80 (remove_files) COMPLETE
55352026-08-27T00:53:43.689Z[ recovery-image] Aug 27 00:53:42.547 INFO O| Aug 27 00:53:42.547 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-27T00:53:43.693Z[ recovery-image] Aug 27 00:53:42.555 INFO O| Aug 27 00:53:42.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55372026-08-27T00:53:43.693Z[ recovery-image] Aug 27 00:53:42.555 INFO O| Aug 27 00:53:42.555 INFO STEP 81 (remove_files) COMPLETE
55382026-08-27T00:53:43.697Z[ recovery-image] Aug 27 00:53:42.555 INFO O| Aug 27 00:53:42.555 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-27T00:53:43.701Z[ recovery-image] Aug 27 00:53:42.563 INFO O| Aug 27 00:53:42.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55402026-08-27T00:53:43.701Z[ recovery-image] Aug 27 00:53:42.563 INFO O| Aug 27 00:53:42.563 INFO STEP 82 (remove_files) COMPLETE
55412026-08-27T00:53:43.701Z[ recovery-image] Aug 27 00:53:42.563 INFO O| Aug 27 00:53:42.563 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-27T00:53:43.713Z[ recovery-image] Aug 27 00:53:42.573 INFO O| Aug 27 00:53:42.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55432026-08-27T00:53:43.713Z[ recovery-image] Aug 27 00:53:42.573 INFO O| Aug 27 00:53:42.573 INFO STEP 83 (remove_files) COMPLETE
55442026-08-27T00:53:43.717Z[ recovery-image] Aug 27 00:53:42.573 INFO O| Aug 27 00:53:42.573 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-27T00:53:43.721Z[ recovery-image] Aug 27 00:53:42.582 INFO O| Aug 27 00:53:42.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55462026-08-27T00:53:43.724Z[ recovery-image] Aug 27 00:53:42.583 INFO O| Aug 27 00:53:42.583 INFO STEP 84 (remove_files) COMPLETE
55472026-08-27T00:53:43.724Z[ recovery-image] Aug 27 00:53:42.583 INFO O| Aug 27 00:53:42.583 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-27T00:53:43.730Z[ recovery-image] Aug 27 00:53:42.592 INFO O| Aug 27 00:53:42.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55492026-08-27T00:53:43.731Z[ recovery-image] Aug 27 00:53:42.592 INFO O| Aug 27 00:53:42.592 INFO STEP 85 (remove_files) COMPLETE
55502026-08-27T00:53:43.731Z[ recovery-image] Aug 27 00:53:42.592 INFO O| Aug 27 00:53:42.592 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-27T00:53:43.739Z[ recovery-image] Aug 27 00:53:42.601 INFO O| Aug 27 00:53:42.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55522026-08-27T00:53:43.739Z[ recovery-image] Aug 27 00:53:42.601 INFO O| Aug 27 00:53:42.601 INFO STEP 86 (remove_files) COMPLETE
55532026-08-27T00:53:43.739Z[ recovery-image] Aug 27 00:53:42.601 INFO O| Aug 27 00:53:42.601 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-27T00:53:43.748Z[ recovery-image] Aug 27 00:53:42.609 INFO O| Aug 27 00:53:42.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55552026-08-27T00:53:43.748Z[ recovery-image] Aug 27 00:53:42.609 INFO O| Aug 27 00:53:42.609 INFO STEP 87 (remove_files) COMPLETE
55562026-08-27T00:53:43.751Z[ recovery-image] Aug 27 00:53:42.609 INFO O| Aug 27 00:53:42.609 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-27T00:53:43.757Z[ recovery-image] Aug 27 00:53:42.618 INFO O| Aug 27 00:53:42.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55582026-08-27T00:53:43.757Z[ recovery-image] Aug 27 00:53:42.618 INFO O| Aug 27 00:53:42.618 INFO STEP 88 (remove_files) COMPLETE
55592026-08-27T00:53:43.757Z[ recovery-image] Aug 27 00:53:42.618 INFO O| Aug 27 00:53:42.618 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-27T00:53:43.766Z[ recovery-image] Aug 27 00:53:42.628 INFO O| Aug 27 00:53:42.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55612026-08-27T00:53:43.770Z[ recovery-image] Aug 27 00:53:42.628 INFO O| Aug 27 00:53:42.628 INFO STEP 89 (remove_files) COMPLETE
55622026-08-27T00:53:43.770Z[ recovery-image] Aug 27 00:53:42.628 INFO O| Aug 27 00:53:42.628 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-27T00:53:43.777Z[ recovery-image] Aug 27 00:53:42.639 INFO O| Aug 27 00:53:42.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55642026-08-27T00:53:43.777Z[ recovery-image] Aug 27 00:53:42.639 INFO O| Aug 27 00:53:42.639 INFO STEP 90 (remove_files) COMPLETE
55652026-08-27T00:53:43.780Z[ recovery-image] Aug 27 00:53:42.639 INFO O| Aug 27 00:53:42.639 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-27T00:53:43.787Z[ recovery-image] Aug 27 00:53:42.649 INFO O| Aug 27 00:53:42.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55672026-08-27T00:53:43.787Z[ recovery-image] Aug 27 00:53:42.649 INFO O| Aug 27 00:53:42.649 INFO STEP 91 (remove_files) COMPLETE
55682026-08-27T00:53:43.791Z[ recovery-image] Aug 27 00:53:42.649 INFO O| Aug 27 00:53:42.649 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-27T00:53:43.796Z[ recovery-image] Aug 27 00:53:42.658 INFO O| Aug 27 00:53:42.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55702026-08-27T00:53:43.796Z[ recovery-image] Aug 27 00:53:42.658 INFO O| Aug 27 00:53:42.658 INFO STEP 92 (remove_files) COMPLETE
55712026-08-27T00:53:43.796Z[ recovery-image] Aug 27 00:53:42.658 INFO O| Aug 27 00:53:42.658 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-27T00:53:43.806Z[ recovery-image] Aug 27 00:53:42.668 INFO O| Aug 27 00:53:42.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55732026-08-27T00:53:43.806Z[ recovery-image] Aug 27 00:53:42.668 INFO O| Aug 27 00:53:42.668 INFO STEP 93 (remove_files) COMPLETE
55742026-08-27T00:53:43.810Z[ recovery-image] Aug 27 00:53:42.668 INFO O| Aug 27 00:53:42.668 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-27T00:53:43.815Z[ recovery-image] Aug 27 00:53:42.677 INFO O| Aug 27 00:53:42.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55762026-08-27T00:53:43.815Z[ recovery-image] Aug 27 00:53:42.677 INFO O| Aug 27 00:53:42.677 INFO STEP 94 (remove_files) COMPLETE
55772026-08-27T00:53:43.820Z[ recovery-image] Aug 27 00:53:42.677 INFO O| Aug 27 00:53:42.677 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-27T00:53:43.824Z[ recovery-image] Aug 27 00:53:42.686 INFO O| Aug 27 00:53:42.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55792026-08-27T00:53:43.828Z[ recovery-image] Aug 27 00:53:42.687 INFO O| Aug 27 00:53:42.686 INFO STEP 95 (remove_files) COMPLETE
55802026-08-27T00:53:43.828Z[ recovery-image] Aug 27 00:53:42.687 INFO O| Aug 27 00:53:42.687 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-27T00:53:43.838Z[ recovery-image] Aug 27 00:53:42.695 INFO O| Aug 27 00:53:42.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55822026-08-27T00:53:43.838Z[ recovery-image] Aug 27 00:53:42.695 INFO O| Aug 27 00:53:42.695 INFO STEP 96 (remove_files) COMPLETE
55832026-08-27T00:53:43.842Z[ recovery-image] Aug 27 00:53:42.695 INFO O| Aug 27 00:53:42.695 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-27T00:53:43.845Z[ recovery-image] Aug 27 00:53:42.706 INFO O| Aug 27 00:53:42.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55852026-08-27T00:53:43.845Z[ recovery-image] Aug 27 00:53:42.706 INFO O| Aug 27 00:53:42.706 INFO STEP 97 (remove_files) COMPLETE
55862026-08-27T00:53:43.846Z[ recovery-image] Aug 27 00:53:42.706 INFO O| Aug 27 00:53:42.706 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-27T00:53:43.855Z[ recovery-image] Aug 27 00:53:42.716 INFO O| Aug 27 00:53:42.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55882026-08-27T00:53:43.858Z[ recovery-image] Aug 27 00:53:42.717 INFO O| Aug 27 00:53:42.717 INFO STEP 98 (remove_files) COMPLETE
55892026-08-27T00:53:43.858Z[ recovery-image] Aug 27 00:53:42.717 INFO O| Aug 27 00:53:42.717 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-27T00:53:43.865Z[ recovery-image] Aug 27 00:53:42.727 INFO O| Aug 27 00:53:42.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55912026-08-27T00:53:43.865Z[ recovery-image] Aug 27 00:53:42.727 INFO O| Aug 27 00:53:42.727 INFO STEP 99 (remove_files) COMPLETE
55922026-08-27T00:53:43.869Z[ recovery-image] Aug 27 00:53:42.727 INFO O| Aug 27 00:53:42.727 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-27T00:53:43.875Z[ recovery-image] Aug 27 00:53:42.737 INFO O| Aug 27 00:53:42.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55942026-08-27T00:53:43.875Z[ recovery-image] Aug 27 00:53:42.737 INFO O| Aug 27 00:53:42.737 INFO STEP 100 (remove_files) COMPLETE
55952026-08-27T00:53:43.875Z[ recovery-image] Aug 27 00:53:42.737 INFO O| Aug 27 00:53:42.737 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-27T00:53:43.885Z[ recovery-image] Aug 27 00:53:42.747 INFO O| Aug 27 00:53:42.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55972026-08-27T00:53:43.885Z[ recovery-image] Aug 27 00:53:42.747 INFO O| Aug 27 00:53:42.747 INFO STEP 101 (remove_files) COMPLETE
55982026-08-27T00:53:43.885Z[ recovery-image] Aug 27 00:53:42.747 INFO O| Aug 27 00:53:42.747 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-27T00:53:43.895Z[ recovery-image] Aug 27 00:53:42.756 INFO O| Aug 27 00:53:42.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56002026-08-27T00:53:43.898Z[ recovery-image] Aug 27 00:53:42.757 INFO O| Aug 27 00:53:42.757 INFO STEP 102 (remove_files) COMPLETE
56012026-08-27T00:53:43.898Z[ recovery-image] Aug 27 00:53:42.757 INFO O| Aug 27 00:53:42.757 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-27T00:53:43.906Z[ recovery-image] Aug 27 00:53:42.768 INFO O| Aug 27 00:53:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56032026-08-27T00:53:43.909Z[ recovery-image] Aug 27 00:53:42.768 INFO O| Aug 27 00:53:42.768 INFO STEP 103 (remove_files) COMPLETE
56042026-08-27T00:53:43.909Z[ recovery-image] Aug 27 00:53:42.768 INFO O| Aug 27 00:53:42.768 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-27T00:53:43.915Z[ recovery-image] Aug 27 00:53:42.777 INFO O| Aug 27 00:53:42.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56062026-08-27T00:53:43.915Z[ recovery-image] Aug 27 00:53:42.777 INFO O| Aug 27 00:53:42.777 INFO STEP 104 (remove_files) COMPLETE
56072026-08-27T00:53:43.915Z[ recovery-image] Aug 27 00:53:42.777 INFO O| Aug 27 00:53:42.777 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-27T00:53:43.926Z[ recovery-image] Aug 27 00:53:42.787 INFO O| Aug 27 00:53:42.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56092026-08-27T00:53:43.926Z[ recovery-image] Aug 27 00:53:42.787 INFO O| Aug 27 00:53:42.787 INFO STEP 105 (remove_files) COMPLETE
56102026-08-27T00:53:43.929Z[ recovery-image] Aug 27 00:53:42.787 INFO O| Aug 27 00:53:42.787 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-27T00:53:43.937Z[ recovery-image] Aug 27 00:53:42.799 INFO O| Aug 27 00:53:42.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56122026-08-27T00:53:43.937Z[ recovery-image] Aug 27 00:53:42.799 INFO O| Aug 27 00:53:42.799 INFO STEP 106 (remove_files) COMPLETE
56132026-08-27T00:53:43.937Z[ recovery-image] Aug 27 00:53:42.799 INFO O| Aug 27 00:53:42.799 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-27T00:53:43.948Z[ recovery-image] Aug 27 00:53:42.809 INFO O| Aug 27 00:53:42.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56152026-08-27T00:53:43.948Z[ recovery-image] Aug 27 00:53:42.810 INFO O| Aug 27 00:53:42.810 INFO STEP 107 (remove_files) COMPLETE
56162026-08-27T00:53:43.948Z[ recovery-image] Aug 27 00:53:42.810 INFO O| Aug 27 00:53:42.810 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-27T00:53:43.958Z[ recovery-image] Aug 27 00:53:42.820 INFO O| Aug 27 00:53:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56182026-08-27T00:53:43.958Z[ recovery-image] Aug 27 00:53:42.820 INFO O| Aug 27 00:53:42.820 INFO STEP 108 (remove_files) COMPLETE
56192026-08-27T00:53:43.958Z[ recovery-image] Aug 27 00:53:42.820 INFO O| Aug 27 00:53:42.820 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-27T00:53:43.968Z[ recovery-image] Aug 27 00:53:42.830 INFO O| Aug 27 00:53:42.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56212026-08-27T00:53:43.968Z[ recovery-image] Aug 27 00:53:42.830 INFO O| Aug 27 00:53:42.830 INFO STEP 109 (remove_files) COMPLETE
56222026-08-27T00:53:43.971Z[ recovery-image] Aug 27 00:53:42.830 INFO O| Aug 27 00:53:42.830 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-27T00:53:43.979Z[ recovery-image] Aug 27 00:53:42.841 INFO O| Aug 27 00:53:42.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56242026-08-27T00:53:43.979Z[ recovery-image] Aug 27 00:53:42.841 INFO O| Aug 27 00:53:42.841 INFO STEP 110 (remove_files) COMPLETE
56252026-08-27T00:53:43.979Z[ recovery-image] Aug 27 00:53:42.841 INFO O| Aug 27 00:53:42.841 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-27T00:53:43.989Z[ recovery-image] Aug 27 00:53:42.851 INFO O| Aug 27 00:53:42.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56272026-08-27T00:53:43.989Z[ recovery-image] Aug 27 00:53:42.851 INFO O| Aug 27 00:53:42.851 INFO STEP 111 (remove_files) COMPLETE
56282026-08-27T00:53:43.992Z[ recovery-image] Aug 27 00:53:42.851 INFO O| Aug 27 00:53:42.851 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-27T00:53:43.998Z[ recovery-image] Aug 27 00:53:42.860 INFO O| Aug 27 00:53:42.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56302026-08-27T00:53:44.002Z[ recovery-image] Aug 27 00:53:42.861 INFO O| Aug 27 00:53:42.860 INFO STEP 112 (remove_files) COMPLETE
56312026-08-27T00:53:44.002Z[ recovery-image] Aug 27 00:53:42.861 INFO O| Aug 27 00:53:42.861 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-27T00:53:44.008Z[ recovery-image] Aug 27 00:53:42.870 INFO O| Aug 27 00:53:42.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56332026-08-27T00:53:44.013Z[ recovery-image] Aug 27 00:53:42.871 INFO O| Aug 27 00:53:42.871 INFO STEP 113 (remove_files) COMPLETE
56342026-08-27T00:53:44.013Z[ recovery-image] Aug 27 00:53:42.871 INFO O| Aug 27 00:53:42.871 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-27T00:53:44.020Z[ recovery-image] Aug 27 00:53:42.881 INFO O| Aug 27 00:53:42.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56362026-08-27T00:53:44.020Z[ recovery-image] Aug 27 00:53:42.881 INFO O| Aug 27 00:53:42.881 INFO STEP 114 (remove_files) COMPLETE
56372026-08-27T00:53:44.020Z[ recovery-image] Aug 27 00:53:42.881 INFO O| Aug 27 00:53:42.881 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-27T00:53:44.029Z[ recovery-image] Aug 27 00:53:42.891 INFO O| Aug 27 00:53:42.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56392026-08-27T00:53:44.032Z[ recovery-image] Aug 27 00:53:42.891 INFO O| Aug 27 00:53:42.891 INFO STEP 115 (remove_files) COMPLETE
56402026-08-27T00:53:44.032Z[ recovery-image] Aug 27 00:53:42.891 INFO O| Aug 27 00:53:42.891 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-27T00:53:44.040Z[ recovery-image] Aug 27 00:53:42.902 INFO O| Aug 27 00:53:42.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56422026-08-27T00:53:44.042Z[ recovery-image] Aug 27 00:53:42.902 INFO O| Aug 27 00:53:42.902 INFO STEP 116 (remove_files) COMPLETE
56432026-08-27T00:53:44.042Z[ recovery-image] Aug 27 00:53:42.902 INFO O| Aug 27 00:53:42.902 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-27T00:53:44.050Z[ recovery-image] Aug 27 00:53:42.911 INFO O| Aug 27 00:53:42.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56452026-08-27T00:53:44.050Z[ recovery-image] Aug 27 00:53:42.911 INFO O| Aug 27 00:53:42.911 INFO STEP 117 (remove_files) COMPLETE
56462026-08-27T00:53:44.053Z[ recovery-image] Aug 27 00:53:42.911 INFO O| Aug 27 00:53:42.911 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-27T00:53:44.061Z[ recovery-image] Aug 27 00:53:42.922 INFO O| Aug 27 00:53:42.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56482026-08-27T00:53:44.061Z[ recovery-image] Aug 27 00:53:42.922 INFO O| Aug 27 00:53:42.922 INFO STEP 118 (remove_files) COMPLETE
56492026-08-27T00:53:44.062Z[ recovery-image] Aug 27 00:53:42.922 INFO O| Aug 27 00:53:42.922 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-27T00:53:44.070Z[ recovery-image] Aug 27 00:53:42.931 INFO O| Aug 27 00:53:42.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56512026-08-27T00:53:44.070Z[ recovery-image] Aug 27 00:53:42.931 INFO O| Aug 27 00:53:42.931 INFO STEP 119 (remove_files) COMPLETE
56522026-08-27T00:53:44.070Z[ recovery-image] Aug 27 00:53:42.931 INFO O| Aug 27 00:53:42.931 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-27T00:53:44.079Z[ recovery-image] Aug 27 00:53:42.941 INFO O| Aug 27 00:53:42.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56542026-08-27T00:53:44.079Z[ recovery-image] Aug 27 00:53:42.941 INFO O| Aug 27 00:53:42.941 INFO STEP 120 (remove_files) COMPLETE
56552026-08-27T00:53:44.083Z[ recovery-image] Aug 27 00:53:42.941 INFO O| Aug 27 00:53:42.941 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-27T00:53:44.089Z[ recovery-image] Aug 27 00:53:42.951 INFO O| Aug 27 00:53:42.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56572026-08-27T00:53:44.089Z[ recovery-image] Aug 27 00:53:42.951 INFO O| Aug 27 00:53:42.951 INFO STEP 121 (remove_files) COMPLETE
56582026-08-27T00:53:44.089Z[ recovery-image] Aug 27 00:53:42.951 INFO O| Aug 27 00:53:42.951 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-27T00:53:44.101Z[ recovery-image] Aug 27 00:53:42.962 INFO O| Aug 27 00:53:42.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56602026-08-27T00:53:44.101Z[ recovery-image] Aug 27 00:53:42.962 INFO O| Aug 27 00:53:42.962 INFO STEP 122 (remove_files) COMPLETE
56612026-08-27T00:53:44.101Z[ recovery-image] Aug 27 00:53:42.962 INFO O| Aug 27 00:53:42.962 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-27T00:53:44.111Z[ recovery-image] Aug 27 00:53:42.972 INFO O| Aug 27 00:53:42.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56632026-08-27T00:53:44.111Z[ recovery-image] Aug 27 00:53:42.972 INFO O| Aug 27 00:53:42.972 INFO STEP 123 (remove_files) COMPLETE
56642026-08-27T00:53:44.111Z[ recovery-image] Aug 27 00:53:42.972 INFO O| Aug 27 00:53:42.972 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-27T00:53:44.123Z[ recovery-image] Aug 27 00:53:42.982 INFO O| Aug 27 00:53:42.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56662026-08-27T00:53:44.123Z[ recovery-image] Aug 27 00:53:42.983 INFO O| Aug 27 00:53:42.982 INFO STEP 124 (remove_files) COMPLETE
56672026-08-27T00:53:44.123Z[ recovery-image] Aug 27 00:53:42.983 INFO O| Aug 27 00:53:42.982 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-27T00:53:44.132Z[ recovery-image] Aug 27 00:53:42.993 INFO O| Aug 27 00:53:42.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56692026-08-27T00:53:44.132Z[ recovery-image] Aug 27 00:53:42.993 INFO O| Aug 27 00:53:42.993 INFO STEP 125 (remove_files) COMPLETE
56702026-08-27T00:53:44.135Z[ recovery-image] Aug 27 00:53:42.993 INFO O| Aug 27 00:53:42.993 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-27T00:53:44.143Z[ recovery-image] Aug 27 00:53:43.004 INFO O| Aug 27 00:53:43.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56722026-08-27T00:53:44.143Z[ recovery-image] Aug 27 00:53:43.005 INFO O| Aug 27 00:53:43.004 INFO STEP 126 (remove_files) COMPLETE
56732026-08-27T00:53:44.146Z[ recovery-image] Aug 27 00:53:43.005 INFO O| Aug 27 00:53:43.004 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-27T00:53:44.178Z[ recovery-image] Aug 27 00:53:43.040 INFO O| Aug 27 00:53:43.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56752026-08-27T00:53:44.178Z[ recovery-image] Aug 27 00:53:43.040 INFO O| Aug 27 00:53:43.040 INFO STEP 127 (remove_files) COMPLETE
56762026-08-27T00:53:44.178Z[ recovery-image] Aug 27 00:53:43.040 INFO O| Aug 27 00:53:43.040 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-27T00:53:44.190Z[ recovery-image] Aug 27 00:53:43.051 INFO O| Aug 27 00:53:43.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56782026-08-27T00:53:44.190Z[ recovery-image] Aug 27 00:53:43.051 INFO O| Aug 27 00:53:43.051 INFO STEP 128 (remove_files) COMPLETE
56792026-08-27T00:53:44.193Z[ recovery-image] Aug 27 00:53:43.051 INFO O| Aug 27 00:53:43.051 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-27T00:53:44.204Z[ recovery-image] Aug 27 00:53:43.065 INFO O| Aug 27 00:53:43.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56812026-08-27T00:53:44.204Z[ recovery-image] Aug 27 00:53:43.065 INFO O| Aug 27 00:53:43.065 INFO STEP 129 (remove_files) COMPLETE
56822026-08-27T00:53:44.204Z[ recovery-image] Aug 27 00:53:43.065 INFO O| Aug 27 00:53:43.065 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-27T00:53:44.216Z[ recovery-image] Aug 27 00:53:43.077 INFO O| Aug 27 00:53:43.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56842026-08-27T00:53:44.216Z[ recovery-image] Aug 27 00:53:43.077 INFO O| Aug 27 00:53:43.077 INFO STEP 130 (remove_files) COMPLETE
56852026-08-27T00:53:44.216Z[ recovery-image] Aug 27 00:53:43.077 INFO O| Aug 27 00:53:43.077 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-27T00:53:44.231Z[ recovery-image] Aug 27 00:53:43.090 INFO O| Aug 27 00:53:43.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56872026-08-27T00:53:44.232Z[ recovery-image] Aug 27 00:53:43.090 INFO O| Aug 27 00:53:43.090 INFO STEP 131 (remove_files) COMPLETE
56882026-08-27T00:53:44.232Z[ recovery-image] Aug 27 00:53:43.090 INFO O| Aug 27 00:53:43.090 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-27T00:53:44.238Z[ recovery-image] Aug 27 00:53:43.100 INFO O| Aug 27 00:53:43.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56902026-08-27T00:53:44.241Z[ recovery-image] Aug 27 00:53:43.100 INFO O| Aug 27 00:53:43.100 INFO STEP 132 (remove_files) COMPLETE
56912026-08-27T00:53:44.242Z[ recovery-image] Aug 27 00:53:43.100 INFO O| Aug 27 00:53:43.100 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-27T00:53:44.248Z[ recovery-image] Aug 27 00:53:43.110 INFO O| Aug 27 00:53:43.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56932026-08-27T00:53:44.248Z[ recovery-image] Aug 27 00:53:43.110 INFO O| Aug 27 00:53:43.110 INFO STEP 133 (remove_files) COMPLETE
56942026-08-27T00:53:44.248Z[ recovery-image] Aug 27 00:53:43.110 INFO O| Aug 27 00:53:43.110 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-27T00:53:44.258Z[ recovery-image] Aug 27 00:53:43.119 INFO O| Aug 27 00:53:43.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56962026-08-27T00:53:44.258Z[ recovery-image] Aug 27 00:53:43.119 INFO O| Aug 27 00:53:43.119 INFO STEP 134 (remove_files) COMPLETE
56972026-08-27T00:53:44.258Z[ recovery-image] Aug 27 00:53:43.119 INFO O| Aug 27 00:53:43.119 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-27T00:53:44.268Z[ recovery-image] Aug 27 00:53:43.130 INFO O| Aug 27 00:53:43.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56992026-08-27T00:53:44.268Z[ recovery-image] Aug 27 00:53:43.130 INFO O| Aug 27 00:53:43.130 INFO STEP 135 (remove_files) COMPLETE
57002026-08-27T00:53:44.271Z[ recovery-image] Aug 27 00:53:43.130 INFO O| Aug 27 00:53:43.130 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-27T00:53:44.279Z[ recovery-image] Aug 27 00:53:43.140 INFO O| Aug 27 00:53:43.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57022026-08-27T00:53:44.279Z[ recovery-image] Aug 27 00:53:43.140 INFO O| Aug 27 00:53:43.140 INFO STEP 136 (remove_files) COMPLETE
57032026-08-27T00:53:44.279Z[ recovery-image] Aug 27 00:53:43.140 INFO O| Aug 27 00:53:43.140 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-27T00:53:44.289Z[ recovery-image] Aug 27 00:53:43.150 INFO O| Aug 27 00:53:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57052026-08-27T00:53:44.289Z[ recovery-image] Aug 27 00:53:43.151 INFO O| Aug 27 00:53:43.151 INFO STEP 137 (remove_files) COMPLETE
57062026-08-27T00:53:44.293Z[ recovery-image] Aug 27 00:53:43.151 INFO O| Aug 27 00:53:43.151 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-27T00:53:44.300Z[ recovery-image] Aug 27 00:53:43.162 INFO O| Aug 27 00:53:43.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57082026-08-27T00:53:44.301Z[ recovery-image] Aug 27 00:53:43.162 INFO O| Aug 27 00:53:43.162 INFO STEP 138 (remove_files) COMPLETE
57092026-08-27T00:53:44.301Z[ recovery-image] Aug 27 00:53:43.162 INFO O| Aug 27 00:53:43.162 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-27T00:53:44.313Z[ recovery-image] Aug 27 00:53:43.174 INFO O| Aug 27 00:53:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57112026-08-27T00:53:44.316Z[ recovery-image] Aug 27 00:53:43.174 INFO O| Aug 27 00:53:43.174 INFO STEP 139 (remove_files) COMPLETE
57122026-08-27T00:53:44.316Z[ recovery-image] Aug 27 00:53:43.174 INFO O| Aug 27 00:53:43.174 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-27T00:53:44.323Z[ recovery-image] Aug 27 00:53:43.185 INFO O| Aug 27 00:53:43.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57142026-08-27T00:53:44.327Z[ recovery-image] Aug 27 00:53:43.186 INFO O| Aug 27 00:53:43.185 INFO STEP 140 (remove_files) COMPLETE
57152026-08-27T00:53:44.327Z[ recovery-image] Aug 27 00:53:43.186 INFO O| Aug 27 00:53:43.186 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-27T00:53:44.334Z[ recovery-image] Aug 27 00:53:43.195 INFO O| Aug 27 00:53:43.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57172026-08-27T00:53:44.334Z[ recovery-image] Aug 27 00:53:43.195 INFO O| Aug 27 00:53:43.195 INFO STEP 141 (remove_files) COMPLETE
57182026-08-27T00:53:44.334Z[ recovery-image] Aug 27 00:53:43.195 INFO O| Aug 27 00:53:43.195 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-27T00:53:44.343Z[ recovery-image] Aug 27 00:53:43.205 INFO O| Aug 27 00:53:43.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57202026-08-27T00:53:44.343Z[ recovery-image] Aug 27 00:53:43.205 INFO O| Aug 27 00:53:43.205 INFO STEP 142 (remove_files) COMPLETE
57212026-08-27T00:53:44.346Z[ recovery-image] Aug 27 00:53:43.205 INFO O| Aug 27 00:53:43.205 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-27T00:53:44.353Z[ recovery-image] Aug 27 00:53:43.215 INFO O| Aug 27 00:53:43.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57232026-08-27T00:53:44.353Z[ recovery-image] Aug 27 00:53:43.215 INFO O| Aug 27 00:53:43.215 INFO STEP 143 (remove_files) COMPLETE
57242026-08-27T00:53:44.353Z[ recovery-image] Aug 27 00:53:43.215 INFO O| Aug 27 00:53:43.215 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-27T00:53:44.364Z[ recovery-image] Aug 27 00:53:43.225 INFO O| Aug 27 00:53:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57262026-08-27T00:53:44.367Z[ recovery-image] Aug 27 00:53:43.226 INFO O| Aug 27 00:53:43.226 INFO STEP 144 (remove_files) COMPLETE
57272026-08-27T00:53:44.368Z[ recovery-image] Aug 27 00:53:43.226 INFO O| Aug 27 00:53:43.226 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-27T00:53:44.377Z[ recovery-image] Aug 27 00:53:43.239 INFO O| Aug 27 00:53:43.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57292026-08-27T00:53:44.377Z[ recovery-image] Aug 27 00:53:43.239 INFO O| Aug 27 00:53:43.239 INFO STEP 145 (remove_files) COMPLETE
57302026-08-27T00:53:44.377Z[ recovery-image] Aug 27 00:53:43.239 INFO O| Aug 27 00:53:43.239 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-27T00:53:44.387Z[ recovery-image] Aug 27 00:53:43.249 INFO O| Aug 27 00:53:43.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57322026-08-27T00:53:44.387Z[ recovery-image] Aug 27 00:53:43.249 INFO O| Aug 27 00:53:43.249 INFO STEP 146 (remove_files) COMPLETE
57332026-08-27T00:53:44.390Z[ recovery-image] Aug 27 00:53:43.249 INFO O| Aug 27 00:53:43.249 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-27T00:53:44.396Z[ recovery-image] Aug 27 00:53:43.258 INFO O| Aug 27 00:53:43.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57352026-08-27T00:53:44.396Z[ recovery-image] Aug 27 00:53:43.258 INFO O| Aug 27 00:53:43.258 INFO STEP 147 (remove_files) COMPLETE
57362026-08-27T00:53:44.396Z[ recovery-image] Aug 27 00:53:43.258 INFO O| Aug 27 00:53:43.258 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-27T00:53:44.405Z[ recovery-image] Aug 27 00:53:43.267 INFO O| Aug 27 00:53:43.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57382026-08-27T00:53:44.405Z[ recovery-image] Aug 27 00:53:43.267 INFO O| Aug 27 00:53:43.267 INFO STEP 148 (remove_files) COMPLETE
57392026-08-27T00:53:44.405Z[ recovery-image] Aug 27 00:53:43.267 INFO O| Aug 27 00:53:43.267 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-27T00:53:44.416Z[ recovery-image] Aug 27 00:53:43.277 INFO O| Aug 27 00:53:43.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57412026-08-27T00:53:44.416Z[ recovery-image] Aug 27 00:53:43.278 INFO O| Aug 27 00:53:43.277 INFO STEP 149 (remove_files) COMPLETE
57422026-08-27T00:53:44.416Z[ recovery-image] Aug 27 00:53:43.278 INFO O| Aug 27 00:53:43.278 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-27T00:53:44.427Z[ recovery-image] Aug 27 00:53:43.289 INFO O| Aug 27 00:53:43.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57442026-08-27T00:53:44.427Z[ recovery-image] Aug 27 00:53:43.289 INFO O| Aug 27 00:53:43.289 INFO STEP 150 (remove_files) COMPLETE
57452026-08-27T00:53:44.431Z[ recovery-image] Aug 27 00:53:43.289 INFO O| Aug 27 00:53:43.289 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-27T00:53:44.438Z[ recovery-image] Aug 27 00:53:43.299 INFO O| Aug 27 00:53:43.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57472026-08-27T00:53:44.438Z[ recovery-image] Aug 27 00:53:43.300 INFO O| Aug 27 00:53:43.300 INFO STEP 151 (remove_files) COMPLETE
57482026-08-27T00:53:44.438Z[ recovery-image] Aug 27 00:53:43.300 INFO O| Aug 27 00:53:43.300 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-27T00:53:44.448Z[ recovery-image] Aug 27 00:53:43.310 INFO O| Aug 27 00:53:43.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57502026-08-27T00:53:44.448Z[ recovery-image] Aug 27 00:53:43.310 INFO O| Aug 27 00:53:43.310 INFO STEP 152 (remove_files) COMPLETE
57512026-08-27T00:53:44.448Z[ recovery-image] Aug 27 00:53:43.310 INFO O| Aug 27 00:53:43.310 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-27T00:53:44.457Z[ recovery-image] Aug 27 00:53:43.319 INFO O| Aug 27 00:53:43.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57532026-08-27T00:53:44.457Z[ recovery-image] Aug 27 00:53:43.319 INFO O| Aug 27 00:53:43.319 INFO STEP 153 (remove_files) COMPLETE
57542026-08-27T00:53:44.461Z[ recovery-image] Aug 27 00:53:43.319 INFO O| Aug 27 00:53:43.319 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-27T00:53:44.465Z[ recovery-image] Aug 27 00:53:43.327 INFO O| Aug 27 00:53:43.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57562026-08-27T00:53:44.465Z[ recovery-image] Aug 27 00:53:43.327 INFO O| Aug 27 00:53:43.327 INFO STEP 154 (remove_files) COMPLETE
57572026-08-27T00:53:44.465Z[ recovery-image] Aug 27 00:53:43.327 INFO O| Aug 27 00:53:43.327 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-27T00:53:44.474Z[ recovery-image] Aug 27 00:53:43.336 INFO O| Aug 27 00:53:43.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57592026-08-27T00:53:44.478Z[ recovery-image] Aug 27 00:53:43.337 INFO O| Aug 27 00:53:43.337 INFO STEP 155 (remove_files) COMPLETE
57602026-08-27T00:53:44.478Z[ recovery-image] Aug 27 00:53:43.337 INFO O| Aug 27 00:53:43.337 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-27T00:53:44.486Z[ recovery-image] Aug 27 00:53:43.348 INFO O| Aug 27 00:53:43.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57622026-08-27T00:53:44.486Z[ recovery-image] Aug 27 00:53:43.348 INFO O| Aug 27 00:53:43.348 INFO STEP 156 (remove_files) COMPLETE
57632026-08-27T00:53:44.486Z[ recovery-image] Aug 27 00:53:43.348 INFO O| Aug 27 00:53:43.348 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-27T00:53:44.496Z[ recovery-image] Aug 27 00:53:43.358 INFO O| Aug 27 00:53:43.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57652026-08-27T00:53:44.496Z[ recovery-image] Aug 27 00:53:43.358 INFO O| Aug 27 00:53:43.358 INFO STEP 157 (remove_files) COMPLETE
57662026-08-27T00:53:44.496Z[ recovery-image] Aug 27 00:53:43.358 INFO O| Aug 27 00:53:43.358 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-27T00:53:44.506Z[ recovery-image] Aug 27 00:53:43.368 INFO O| Aug 27 00:53:43.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57682026-08-27T00:53:44.506Z[ recovery-image] Aug 27 00:53:43.368 INFO O| Aug 27 00:53:43.368 INFO STEP 158 (remove_files) COMPLETE
57692026-08-27T00:53:44.506Z[ recovery-image] Aug 27 00:53:43.368 INFO O| Aug 27 00:53:43.368 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-27T00:53:44.515Z[ recovery-image] Aug 27 00:53:43.377 INFO O| Aug 27 00:53:43.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57712026-08-27T00:53:44.518Z[ recovery-image] Aug 27 00:53:43.378 INFO O| Aug 27 00:53:43.378 INFO STEP 159 (remove_files) COMPLETE
57722026-08-27T00:53:44.519Z[ recovery-image] Aug 27 00:53:43.378 INFO O| Aug 27 00:53:43.378 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-27T00:53:44.527Z[ recovery-image] Aug 27 00:53:43.388 INFO O| Aug 27 00:53:43.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57742026-08-27T00:53:44.527Z[ recovery-image] Aug 27 00:53:43.388 INFO O| Aug 27 00:53:43.388 INFO STEP 160 (remove_files) COMPLETE
57752026-08-27T00:53:44.527Z[ recovery-image] Aug 27 00:53:43.388 INFO O| Aug 27 00:53:43.388 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-27T00:53:44.535Z[ recovery-image] Aug 27 00:53:43.397 INFO O| Aug 27 00:53:43.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57772026-08-27T00:53:44.535Z[ recovery-image] Aug 27 00:53:43.397 INFO O| Aug 27 00:53:43.397 INFO STEP 161 (remove_files) COMPLETE
57782026-08-27T00:53:44.539Z[ recovery-image] Aug 27 00:53:43.397 INFO O| Aug 27 00:53:43.397 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-27T00:53:44.545Z[ recovery-image] Aug 27 00:53:43.407 INFO O| Aug 27 00:53:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57802026-08-27T00:53:44.545Z[ recovery-image] Aug 27 00:53:43.407 INFO O| Aug 27 00:53:43.407 INFO STEP 162 (remove_files) COMPLETE
57812026-08-27T00:53:44.545Z[ recovery-image] Aug 27 00:53:43.407 INFO O| Aug 27 00:53:43.407 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-27T00:53:44.557Z[ recovery-image] Aug 27 00:53:43.418 INFO O| Aug 27 00:53:43.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57832026-08-27T00:53:44.557Z[ recovery-image] Aug 27 00:53:43.418 INFO O| Aug 27 00:53:43.418 INFO STEP 163 (remove_files) COMPLETE
57842026-08-27T00:53:44.557Z[ recovery-image] Aug 27 00:53:43.418 INFO O| Aug 27 00:53:43.418 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.429 INFO O| Aug 27 00:53:43.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57862026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.429 INFO O| Aug 27 00:53:43.429 INFO STEP 164 (remove_files) COMPLETE
57872026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.429 INFO O| Aug 27 00:53:43.429 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.439 INFO O| Aug 27 00:53:43.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57892026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.439 INFO O| Aug 27 00:53:43.439 INFO STEP 165 (remove_files) COMPLETE
57902026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.439 INFO O| Aug 27 00:53:43.439 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.449 INFO O| Aug 27 00:53:43.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57922026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.449 INFO O| Aug 27 00:53:43.449 INFO STEP 166 (remove_files) COMPLETE
57932026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.449 INFO O| Aug 27 00:53:43.449 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.460 INFO O| Aug 27 00:53:43.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57952026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.460 INFO O| Aug 27 00:53:43.460 INFO STEP 167 (remove_files) COMPLETE
57962026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.460 INFO O| Aug 27 00:53:43.460 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.470 INFO O| Aug 27 00:53:43.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57982026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.470 INFO O| Aug 27 00:53:43.470 INFO STEP 168 (remove_files) COMPLETE
57992026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.470 INFO O| Aug 27 00:53:43.470 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.481 INFO O| Aug 27 00:53:43.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58012026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.481 INFO O| Aug 27 00:53:43.481 INFO STEP 169 (remove_files) COMPLETE
58022026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.481 INFO O| Aug 27 00:53:43.481 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.490 INFO O| Aug 27 00:53:43.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58042026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.490 INFO O| Aug 27 00:53:43.490 INFO STEP 170 (remove_files) COMPLETE
58052026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.490 INFO O| Aug 27 00:53:43.490 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-27T00:53:44.660Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58072026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.499 INFO O| Aug 27 00:53:43.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58082026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.499 INFO O| Aug 27 00:53:43.499 INFO STEP 171 (remove_files) COMPLETE
58092026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.499 INFO O| Aug 27 00:53:43.499 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.508 INFO O| Aug 27 00:53:43.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58112026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.508 INFO O| Aug 27 00:53:43.508 INFO STEP 172 (remove_files) COMPLETE
58122026-08-27T00:53:44.660Z[ recovery-image] Aug 27 00:53:43.508 INFO O| Aug 27 00:53:43.508 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-27T00:53:44.669Z[ recovery-image] Aug 27 00:53:43.516 INFO O| Aug 27 00:53:43.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58142026-08-27T00:53:44.669Z[ recovery-image] Aug 27 00:53:43.516 INFO O| Aug 27 00:53:43.516 INFO STEP 173 (remove_files) COMPLETE
58152026-08-27T00:53:44.669Z[ recovery-image] Aug 27 00:53:43.516 INFO O| Aug 27 00:53:43.516 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-27T00:53:44.669Z[ recovery-image] Aug 27 00:53:43.525 INFO O| Aug 27 00:53:43.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58172026-08-27T00:53:44.669Z[ recovery-image] Aug 27 00:53:43.525 INFO O| Aug 27 00:53:43.525 INFO STEP 174 (remove_files) COMPLETE
58182026-08-27T00:53:44.669Z[ recovery-image] Aug 27 00:53:43.525 INFO O| Aug 27 00:53:43.525 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-27T00:53:44.669Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
58202026-08-27T00:53:44.679Z[ recovery-image] Aug 27 00:53:43.535 INFO O| Aug 27 00:53:43.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58212026-08-27T00:53:44.683Z[ recovery-image] Aug 27 00:53:43.535 INFO O| Aug 27 00:53:43.535 INFO STEP 175 (remove_files) COMPLETE
58222026-08-27T00:53:44.683Z[ recovery-image] Aug 27 00:53:43.535 INFO O| Aug 27 00:53:43.535 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-27T00:53:44.687Z[ recovery-image] Aug 27 00:53:43.545 INFO O| Aug 27 00:53:43.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58242026-08-27T00:53:44.687Z[ recovery-image] Aug 27 00:53:43.545 INFO O| Aug 27 00:53:43.545 INFO STEP 176 (remove_files) COMPLETE
58252026-08-27T00:53:44.687Z[ recovery-image] Aug 27 00:53:43.545 INFO O| Aug 27 00:53:43.545 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-27T00:53:44.692Z[ recovery-image] Aug 27 00:53:43.554 INFO O| Aug 27 00:53:43.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58272026-08-27T00:53:44.696Z[ recovery-image] Aug 27 00:53:43.554 INFO O| Aug 27 00:53:43.554 INFO STEP 177 (remove_files) COMPLETE
58282026-08-27T00:53:44.696Z[ recovery-image] Aug 27 00:53:43.554 INFO O| Aug 27 00:53:43.554 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-27T00:53:44.702Z[ recovery-image] Aug 27 00:53:43.564 INFO O| Aug 27 00:53:43.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58302026-08-27T00:53:44.702Z[ recovery-image] Aug 27 00:53:43.564 INFO O| Aug 27 00:53:43.564 INFO STEP 178 (remove_files) COMPLETE
58312026-08-27T00:53:44.702Z[ recovery-image] Aug 27 00:53:43.564 INFO O| Aug 27 00:53:43.564 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-27T00:53:44.706Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
58332026-08-27T00:53:44.713Z[ recovery-image] Aug 27 00:53:43.574 INFO O| Aug 27 00:53:43.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58342026-08-27T00:53:44.716Z[ recovery-image] Aug 27 00:53:43.574 INFO O| Aug 27 00:53:43.574 INFO STEP 179 (remove_files) COMPLETE
58352026-08-27T00:53:44.716Z[ recovery-image] Aug 27 00:53:43.574 INFO O| Aug 27 00:53:43.574 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-27T00:53:44.724Z[ recovery-image] Aug 27 00:53:43.582 INFO O| Aug 27 00:53:43.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58372026-08-27T00:53:44.724Z[ recovery-image] Aug 27 00:53:43.582 INFO O| Aug 27 00:53:43.582 INFO STEP 180 (remove_files) COMPLETE
58382026-08-27T00:53:44.728Z[ recovery-image] Aug 27 00:53:43.582 INFO O| Aug 27 00:53:43.582 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-27T00:53:44.734Z[ recovery-image] Aug 27 00:53:43.593 INFO O| Aug 27 00:53:43.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58402026-08-27T00:53:44.738Z[ recovery-image] Aug 27 00:53:43.594 INFO O| Aug 27 00:53:43.591 INFO STEP 181 (remove_files) COMPLETE
58412026-08-27T00:53:44.738Z[ recovery-image] Aug 27 00:53:43.594 INFO O| Aug 27 00:53:43.591 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-27T00:53:44.743Z[ recovery-image] Aug 27 00:53:43.601 INFO O| Aug 27 00:53:43.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58432026-08-27T00:53:44.743Z[ recovery-image] Aug 27 00:53:43.601 INFO O| Aug 27 00:53:43.601 INFO STEP 182 (remove_files) COMPLETE
58442026-08-27T00:53:44.743Z[ recovery-image] Aug 27 00:53:43.601 INFO O| Aug 27 00:53:43.601 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-27T00:53:44.750Z[ recovery-image] Aug 27 00:53:43.611 INFO O| Aug 27 00:53:43.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58462026-08-27T00:53:44.750Z[ recovery-image] Aug 27 00:53:43.611 INFO O| Aug 27 00:53:43.611 INFO STEP 183 (remove_files) COMPLETE
58472026-08-27T00:53:44.750Z[ recovery-image] Aug 27 00:53:43.611 INFO O| Aug 27 00:53:43.611 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-27T00:53:44.758Z[ recovery-image] Aug 27 00:53:43.620 INFO O| Aug 27 00:53:43.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58492026-08-27T00:53:44.758Z[ recovery-image] Aug 27 00:53:43.620 INFO O| Aug 27 00:53:43.620 INFO STEP 184 (remove_files) COMPLETE
58502026-08-27T00:53:44.758Z[ recovery-image] Aug 27 00:53:43.620 INFO O| Aug 27 00:53:43.620 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-27T00:53:44.767Z[ recovery-image] Aug 27 00:53:43.628 INFO O| Aug 27 00:53:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58522026-08-27T00:53:44.767Z[ recovery-image] Aug 27 00:53:43.628 INFO O| Aug 27 00:53:43.628 INFO STEP 185 (remove_files) COMPLETE
58532026-08-27T00:53:44.767Z[ recovery-image] Aug 27 00:53:43.628 INFO O| Aug 27 00:53:43.628 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-27T00:53:44.774Z[ recovery-image] Aug 27 00:53:43.636 INFO O| Aug 27 00:53:43.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58552026-08-27T00:53:44.775Z[ recovery-image] Aug 27 00:53:43.636 INFO O| Aug 27 00:53:43.636 INFO STEP 186 (remove_files) COMPLETE
58562026-08-27T00:53:44.775Z[ recovery-image] Aug 27 00:53:43.636 INFO O| Aug 27 00:53:43.636 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-27T00:53:44.787Z[ recovery-image] Aug 27 00:53:43.647 INFO O| Aug 27 00:53:43.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58582026-08-27T00:53:44.787Z[ recovery-image] Aug 27 00:53:43.647 INFO O| Aug 27 00:53:43.647 INFO STEP 187 (remove_files) COMPLETE
58592026-08-27T00:53:44.790Z[ recovery-image] Aug 27 00:53:43.647 INFO O| Aug 27 00:53:43.647 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-27T00:53:44.790Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58612026-08-27T00:53:44.795Z[ recovery-image] Aug 27 00:53:43.657 INFO O| Aug 27 00:53:43.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58622026-08-27T00:53:44.795Z[ recovery-image] Aug 27 00:53:43.657 INFO O| Aug 27 00:53:43.657 INFO STEP 188 (remove_files) COMPLETE
58632026-08-27T00:53:44.795Z[ recovery-image] Aug 27 00:53:43.657 INFO O| Aug 27 00:53:43.657 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-27T00:53:44.804Z[ recovery-image] Aug 27 00:53:43.666 INFO O| Aug 27 00:53:43.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58652026-08-27T00:53:44.804Z[ recovery-image] Aug 27 00:53:43.666 INFO O| Aug 27 00:53:43.666 INFO STEP 189 (remove_files) COMPLETE
58662026-08-27T00:53:44.808Z[ recovery-image] Aug 27 00:53:43.666 INFO O| Aug 27 00:53:43.666 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-27T00:53:44.813Z[ recovery-image] Aug 27 00:53:43.675 INFO O| Aug 27 00:53:43.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58682026-08-27T00:53:44.818Z[ recovery-image] Aug 27 00:53:43.675 INFO O| Aug 27 00:53:43.675 INFO STEP 190 (remove_files) COMPLETE
58692026-08-27T00:53:44.818Z[ recovery-image] Aug 27 00:53:43.675 INFO O| Aug 27 00:53:43.675 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-27T00:53:44.823Z[ recovery-image] Aug 27 00:53:43.684 INFO O| Aug 27 00:53:43.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58712026-08-27T00:53:44.823Z[ recovery-image] Aug 27 00:53:43.684 INFO O| Aug 27 00:53:43.684 INFO STEP 191 (remove_files) COMPLETE
58722026-08-27T00:53:44.826Z[ recovery-image] Aug 27 00:53:43.684 INFO O| Aug 27 00:53:43.684 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-27T00:53:44.833Z[ recovery-image] Aug 27 00:53:43.694 INFO O| Aug 27 00:53:43.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58742026-08-27T00:53:44.833Z[ recovery-image] Aug 27 00:53:43.694 INFO O| Aug 27 00:53:43.694 INFO STEP 192 (remove_files) COMPLETE
58752026-08-27T00:53:44.836Z[ recovery-image] Aug 27 00:53:43.694 INFO O| Aug 27 00:53:43.694 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-27T00:53:44.843Z[ recovery-image] Aug 27 00:53:43.704 INFO O| Aug 27 00:53:43.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58772026-08-27T00:53:44.843Z[ recovery-image] Aug 27 00:53:43.704 INFO O| Aug 27 00:53:43.704 INFO STEP 193 (remove_files) COMPLETE
58782026-08-27T00:53:44.843Z[ recovery-image] Aug 27 00:53:43.704 INFO O| Aug 27 00:53:43.704 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-27T00:53:44.852Z[ recovery-image] Aug 27 00:53:43.714 INFO O| Aug 27 00:53:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58802026-08-27T00:53:44.852Z[ recovery-image] Aug 27 00:53:43.714 INFO O| Aug 27 00:53:43.714 INFO STEP 194 (remove_files) COMPLETE
58812026-08-27T00:53:44.856Z[ recovery-image] Aug 27 00:53:43.714 INFO O| Aug 27 00:53:43.714 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-27T00:53:44.862Z[ recovery-image] Aug 27 00:53:43.723 INFO O| Aug 27 00:53:43.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58832026-08-27T00:53:44.862Z[ recovery-image] Aug 27 00:53:43.724 INFO O| Aug 27 00:53:43.723 INFO STEP 195 (remove_files) COMPLETE
58842026-08-27T00:53:44.862Z[ recovery-image] Aug 27 00:53:43.724 INFO O| Aug 27 00:53:43.723 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-27T00:53:44.872Z[ recovery-image] Aug 27 00:53:43.733 INFO O| Aug 27 00:53:43.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58862026-08-27T00:53:44.872Z[ recovery-image] Aug 27 00:53:43.733 INFO O| Aug 27 00:53:43.733 INFO STEP 196 (remove_files) COMPLETE
58872026-08-27T00:53:44.872Z[ recovery-image] Aug 27 00:53:43.733 INFO O| Aug 27 00:53:43.733 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-27T00:53:44.882Z[ recovery-image] Aug 27 00:53:43.743 INFO O| Aug 27 00:53:43.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58892026-08-27T00:53:44.882Z[ recovery-image] Aug 27 00:53:43.743 INFO O| Aug 27 00:53:43.743 INFO STEP 197 (remove_files) COMPLETE
58902026-08-27T00:53:44.882Z[ recovery-image] Aug 27 00:53:43.743 INFO O| Aug 27 00:53:43.743 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-27T00:53:44.891Z[ recovery-image] Aug 27 00:53:43.752 INFO O| Aug 27 00:53:43.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58922026-08-27T00:53:44.891Z[ recovery-image] Aug 27 00:53:43.752 INFO O| Aug 27 00:53:43.752 INFO STEP 198 (remove_files) COMPLETE
58932026-08-27T00:53:44.891Z[ recovery-image] Aug 27 00:53:43.752 INFO O| Aug 27 00:53:43.752 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-27T00:53:44.903Z[ recovery-image] Aug 27 00:53:43.764 INFO O| Aug 27 00:53:43.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58952026-08-27T00:53:44.903Z[ recovery-image] Aug 27 00:53:43.764 INFO O| Aug 27 00:53:43.764 INFO STEP 199 (remove_files) COMPLETE
58962026-08-27T00:53:44.903Z[ recovery-image] Aug 27 00:53:43.764 INFO O| Aug 27 00:53:43.764 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-27T00:53:44.927Z[ recovery-image] Aug 27 00:53:43.789 INFO O| Aug 27 00:53:43.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58982026-08-27T00:53:44.927Z[ recovery-image] Aug 27 00:53:43.789 INFO O| Aug 27 00:53:43.789 INFO STEP 200 (remove_files) COMPLETE
58992026-08-27T00:53:44.927Z[ recovery-image] Aug 27 00:53:43.789 INFO O| Aug 27 00:53:43.789 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-27T00:53:44.939Z[ recovery-image] Aug 27 00:53:43.801 INFO O| Aug 27 00:53:43.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59012026-08-27T00:53:44.946Z[ recovery-image] Aug 27 00:53:43.808 INFO O| Aug 27 00:53:43.808 INFO STEP 201 (remove_files) COMPLETE
59022026-08-27T00:53:44.947Z[ recovery-image] Aug 27 00:53:43.808 INFO O| Aug 27 00:53:43.808 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-27T00:53:44.957Z[ recovery-image] Aug 27 00:53:43.818 INFO O| Aug 27 00:53:43.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59042026-08-27T00:53:44.957Z[ recovery-image] Aug 27 00:53:43.818 INFO O| Aug 27 00:53:43.818 INFO STEP 202 (remove_files) COMPLETE
59052026-08-27T00:53:44.957Z[ recovery-image] Aug 27 00:53:43.818 INFO O| Aug 27 00:53:43.818 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-27T00:53:44.982Z[ recovery-image] Aug 27 00:53:43.844 INFO O| Aug 27 00:53:43.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59072026-08-27T00:53:44.982Z[ recovery-image] Aug 27 00:53:43.844 INFO O| Aug 27 00:53:43.844 INFO STEP 203 (remove_files) COMPLETE
59082026-08-27T00:53:44.982Z[ recovery-image] Aug 27 00:53:43.844 INFO O| Aug 27 00:53:43.844 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-27T00:53:44.994Z[ recovery-image] Aug 27 00:53:43.855 INFO O| Aug 27 00:53:43.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59102026-08-27T00:53:44.994Z[ recovery-image] Aug 27 00:53:43.855 INFO O| Aug 27 00:53:43.855 INFO STEP 204 (remove_files) COMPLETE
59112026-08-27T00:53:44.994Z[ recovery-image] Aug 27 00:53:43.855 INFO O| Aug 27 00:53:43.855 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-27T00:53:45.006Z[ recovery-image] Aug 27 00:53:43.867 INFO O| Aug 27 00:53:43.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59132026-08-27T00:53:45.006Z[ recovery-image] Aug 27 00:53:43.867 INFO O| Aug 27 00:53:43.867 INFO STEP 205 (remove_files) COMPLETE
59142026-08-27T00:53:45.006Z[ recovery-image] Aug 27 00:53:43.867 INFO O| Aug 27 00:53:43.867 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-27T00:53:45.015Z[ recovery-image] Aug 27 00:53:43.877 INFO O| Aug 27 00:53:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59162026-08-27T00:53:45.015Z[ recovery-image] Aug 27 00:53:43.877 INFO O| Aug 27 00:53:43.877 INFO STEP 206 (remove_files) COMPLETE
59172026-08-27T00:53:45.015Z[ recovery-image] Aug 27 00:53:43.877 INFO O| Aug 27 00:53:43.877 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-27T00:53:45.023Z[ recovery-image] Aug 27 00:53:43.885 INFO O| Aug 27 00:53:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59192026-08-27T00:53:45.023Z[ recovery-image] Aug 27 00:53:43.885 INFO O| Aug 27 00:53:43.885 INFO STEP 207 (remove_files) COMPLETE
59202026-08-27T00:53:45.024Z[ recovery-image] Aug 27 00:53:43.885 INFO O| Aug 27 00:53:43.885 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-27T00:53:45.032Z[ recovery-image] Aug 27 00:53:43.894 INFO O| Aug 27 00:53:43.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59222026-08-27T00:53:45.032Z[ recovery-image] Aug 27 00:53:43.894 INFO O| Aug 27 00:53:43.894 INFO STEP 208 (remove_files) COMPLETE
59232026-08-27T00:53:45.032Z[ recovery-image] Aug 27 00:53:43.894 INFO O| Aug 27 00:53:43.894 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-27T00:53:45.042Z[ recovery-image] Aug 27 00:53:43.904 INFO O| Aug 27 00:53:43.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59252026-08-27T00:53:45.042Z[ recovery-image] Aug 27 00:53:43.904 INFO O| Aug 27 00:53:43.904 INFO STEP 209 (remove_files) COMPLETE
59262026-08-27T00:53:45.042Z[ recovery-image] Aug 27 00:53:43.904 INFO O| Aug 27 00:53:43.904 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-27T00:53:45.053Z[ recovery-image] Aug 27 00:53:43.914 INFO O| Aug 27 00:53:43.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59282026-08-27T00:53:45.053Z[ recovery-image] Aug 27 00:53:43.914 INFO O| Aug 27 00:53:43.914 INFO STEP 210 (remove_files) COMPLETE
59292026-08-27T00:53:45.053Z[ recovery-image] Aug 27 00:53:43.914 INFO O| Aug 27 00:53:43.914 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-27T00:53:45.062Z[ recovery-image] Aug 27 00:53:43.923 INFO O| Aug 27 00:53:43.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59312026-08-27T00:53:45.062Z[ recovery-image] Aug 27 00:53:43.923 INFO O| Aug 27 00:53:43.923 INFO STEP 211 (remove_files) COMPLETE
59322026-08-27T00:53:45.062Z[ recovery-image] Aug 27 00:53:43.923 INFO O| Aug 27 00:53:43.923 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-27T00:53:45.070Z[ recovery-image] Aug 27 00:53:43.932 INFO O| Aug 27 00:53:43.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59342026-08-27T00:53:45.070Z[ recovery-image] Aug 27 00:53:43.932 INFO O| Aug 27 00:53:43.932 INFO STEP 212 (remove_files) COMPLETE
59352026-08-27T00:53:45.073Z[ recovery-image] Aug 27 00:53:43.932 INFO O| Aug 27 00:53:43.932 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-27T00:53:45.078Z[ recovery-image] Aug 27 00:53:43.940 INFO O| Aug 27 00:53:43.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59372026-08-27T00:53:45.078Z[ recovery-image] Aug 27 00:53:43.940 INFO O| Aug 27 00:53:43.940 INFO STEP 213 (remove_files) COMPLETE
59382026-08-27T00:53:45.078Z[ recovery-image] Aug 27 00:53:43.940 INFO O| Aug 27 00:53:43.940 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-27T00:53:45.086Z[ recovery-image] Aug 27 00:53:43.948 INFO O| Aug 27 00:53:43.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59402026-08-27T00:53:45.086Z[ recovery-image] Aug 27 00:53:43.948 INFO O| Aug 27 00:53:43.948 INFO STEP 214 (remove_files) COMPLETE
59412026-08-27T00:53:45.086Z[ recovery-image] Aug 27 00:53:43.948 INFO O| Aug 27 00:53:43.948 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-27T00:53:45.094Z[ recovery-image] Aug 27 00:53:43.956 INFO O| Aug 27 00:53:43.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59432026-08-27T00:53:45.095Z[ recovery-image] Aug 27 00:53:43.956 INFO O| Aug 27 00:53:43.956 INFO STEP 215 (remove_files) COMPLETE
59442026-08-27T00:53:45.095Z[ recovery-image] Aug 27 00:53:43.956 INFO O| Aug 27 00:53:43.956 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-27T00:53:45.104Z[ recovery-image] Aug 27 00:53:43.965 INFO O| Aug 27 00:53:43.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59462026-08-27T00:53:45.104Z[ recovery-image] Aug 27 00:53:43.965 INFO O| Aug 27 00:53:43.965 INFO STEP 216 (remove_files) COMPLETE
59472026-08-27T00:53:45.104Z[ recovery-image] Aug 27 00:53:43.965 INFO O| Aug 27 00:53:43.965 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-27T00:53:45.112Z[ recovery-image] Aug 27 00:53:43.974 INFO O| Aug 27 00:53:43.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59492026-08-27T00:53:45.116Z[ recovery-image] Aug 27 00:53:43.975 INFO O| Aug 27 00:53:43.975 INFO STEP 217 (remove_files) COMPLETE
59502026-08-27T00:53:45.116Z[ recovery-image] Aug 27 00:53:43.975 INFO O| Aug 27 00:53:43.975 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-27T00:53:45.123Z[ recovery-image] Aug 27 00:53:43.985 INFO O| Aug 27 00:53:43.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59522026-08-27T00:53:45.123Z[ recovery-image] Aug 27 00:53:43.985 INFO O| Aug 27 00:53:43.985 INFO STEP 218 (remove_files) COMPLETE
59532026-08-27T00:53:45.126Z[ recovery-image] Aug 27 00:53:43.985 INFO O| Aug 27 00:53:43.985 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-27T00:53:45.136Z[ recovery-image] Aug 27 00:53:43.994 INFO O| Aug 27 00:53:43.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59552026-08-27T00:53:45.136Z[ recovery-image] Aug 27 00:53:43.994 INFO O| Aug 27 00:53:43.994 INFO STEP 219 (remove_files) COMPLETE
59562026-08-27T00:53:45.136Z[ recovery-image] Aug 27 00:53:43.994 INFO O| Aug 27 00:53:43.994 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-27T00:53:45.142Z[ recovery-image] Aug 27 00:53:44.003 INFO O| Aug 27 00:53:44.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59582026-08-27T00:53:45.143Z[ recovery-image] Aug 27 00:53:44.003 INFO O| Aug 27 00:53:44.003 INFO STEP 220 (remove_files) COMPLETE
59592026-08-27T00:53:45.143Z[ recovery-image] Aug 27 00:53:44.003 INFO O| Aug 27 00:53:44.003 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-27T00:53:45.163Z[ recovery-image] Aug 27 00:53:44.025 INFO O| Aug 27 00:53:44.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59612026-08-27T00:53:45.163Z[ recovery-image] Aug 27 00:53:44.025 INFO O| Aug 27 00:53:44.025 INFO STEP 221 (remove_files) COMPLETE
59622026-08-27T00:53:45.167Z[ recovery-image] Aug 27 00:53:44.025 INFO O| Aug 27 00:53:44.025 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-27T00:53:45.172Z[ recovery-image] Aug 27 00:53:44.034 INFO O| Aug 27 00:53:44.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59642026-08-27T00:53:45.172Z[ recovery-image] Aug 27 00:53:44.034 INFO O| Aug 27 00:53:44.034 INFO STEP 222 (remove_files) COMPLETE
59652026-08-27T00:53:45.172Z[ recovery-image] Aug 27 00:53:44.034 INFO O| Aug 27 00:53:44.034 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-27T00:53:45.184Z[ recovery-image] Aug 27 00:53:44.046 INFO O| Aug 27 00:53:44.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59672026-08-27T00:53:45.184Z[ recovery-image] Aug 27 00:53:44.046 INFO O| Aug 27 00:53:44.046 INFO STEP 223 (remove_files) COMPLETE
59682026-08-27T00:53:45.185Z[ recovery-image] Aug 27 00:53:44.046 INFO O| Aug 27 00:53:44.046 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-27T00:53:45.195Z[ recovery-image] Aug 27 00:53:44.057 INFO O| Aug 27 00:53:44.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59702026-08-27T00:53:45.195Z[ recovery-image] Aug 27 00:53:44.057 INFO O| Aug 27 00:53:44.057 INFO STEP 224 (remove_files) COMPLETE
59712026-08-27T00:53:45.199Z[ recovery-image] Aug 27 00:53:44.057 INFO O| Aug 27 00:53:44.057 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-27T00:53:45.206Z[ recovery-image] Aug 27 00:53:44.068 INFO O| Aug 27 00:53:44.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59732026-08-27T00:53:45.206Z[ recovery-image] Aug 27 00:53:44.068 INFO O| Aug 27 00:53:44.068 INFO STEP 225 (remove_files) COMPLETE
59742026-08-27T00:53:45.209Z[ recovery-image] Aug 27 00:53:44.068 INFO O| Aug 27 00:53:44.068 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-27T00:53:45.216Z[ recovery-image] Aug 27 00:53:44.078 INFO O| Aug 27 00:53:44.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59762026-08-27T00:53:45.216Z[ recovery-image] Aug 27 00:53:44.078 INFO O| Aug 27 00:53:44.078 INFO STEP 226 (remove_files) COMPLETE
59772026-08-27T00:53:45.219Z[ recovery-image] Aug 27 00:53:44.078 INFO O| Aug 27 00:53:44.078 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-27T00:53:45.228Z[ recovery-image] Aug 27 00:53:44.089 INFO O| Aug 27 00:53:44.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59792026-08-27T00:53:45.228Z[ recovery-image] Aug 27 00:53:44.090 INFO O| Aug 27 00:53:44.090 INFO STEP 227 (remove_files) COMPLETE
59802026-08-27T00:53:45.228Z[ recovery-image] Aug 27 00:53:44.090 INFO O| Aug 27 00:53:44.090 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-27T00:53:45.239Z[ recovery-image] Aug 27 00:53:44.101 INFO O| Aug 27 00:53:44.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59822026-08-27T00:53:45.239Z[ recovery-image] Aug 27 00:53:44.101 INFO O| Aug 27 00:53:44.101 INFO STEP 228 (remove_files) COMPLETE
59832026-08-27T00:53:45.239Z[ recovery-image] Aug 27 00:53:44.101 INFO O| Aug 27 00:53:44.101 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-27T00:53:45.249Z[ recovery-image] Aug 27 00:53:44.110 INFO O| Aug 27 00:53:44.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59852026-08-27T00:53:45.249Z[ recovery-image] Aug 27 00:53:44.110 INFO O| Aug 27 00:53:44.110 INFO STEP 229 (remove_files) COMPLETE
59862026-08-27T00:53:45.249Z[ recovery-image] Aug 27 00:53:44.110 INFO O| Aug 27 00:53:44.110 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-27T00:53:45.259Z[ recovery-image] Aug 27 00:53:44.121 INFO O| Aug 27 00:53:44.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59882026-08-27T00:53:45.260Z[ recovery-image] Aug 27 00:53:44.121 INFO O| Aug 27 00:53:44.121 INFO STEP 230 (remove_files) COMPLETE
59892026-08-27T00:53:45.263Z[ recovery-image] Aug 27 00:53:44.121 INFO O| Aug 27 00:53:44.121 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-27T00:53:45.270Z[ recovery-image] Aug 27 00:53:44.131 INFO O| Aug 27 00:53:44.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59912026-08-27T00:53:45.270Z[ recovery-image] Aug 27 00:53:44.131 INFO O| Aug 27 00:53:44.131 INFO STEP 231 (remove_files) COMPLETE
59922026-08-27T00:53:45.270Z[ recovery-image] Aug 27 00:53:44.131 INFO O| Aug 27 00:53:44.131 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-27T00:53:45.282Z[ recovery-image] Aug 27 00:53:44.142 INFO O| Aug 27 00:53:44.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59942026-08-27T00:53:45.282Z[ recovery-image] Aug 27 00:53:44.142 INFO O| Aug 27 00:53:44.142 INFO STEP 232 (remove_files) COMPLETE
59952026-08-27T00:53:45.282Z[ recovery-image] Aug 27 00:53:44.142 INFO O| Aug 27 00:53:44.142 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-27T00:53:45.290Z[ recovery-image] Aug 27 00:53:44.152 INFO O| Aug 27 00:53:44.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59972026-08-27T00:53:45.290Z[ recovery-image] Aug 27 00:53:44.152 INFO O| Aug 27 00:53:44.152 INFO STEP 233 (remove_files) COMPLETE
59982026-08-27T00:53:45.290Z[ recovery-image] Aug 27 00:53:44.152 INFO O| Aug 27 00:53:44.152 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-27T00:53:45.299Z[ recovery-image] Aug 27 00:53:44.161 INFO O| Aug 27 00:53:44.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60002026-08-27T00:53:45.299Z[ recovery-image] Aug 27 00:53:44.161 INFO O| Aug 27 00:53:44.161 INFO STEP 234 (remove_files) COMPLETE
60012026-08-27T00:53:45.300Z[ recovery-image] Aug 27 00:53:44.161 INFO O| Aug 27 00:53:44.161 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-27T00:53:45.310Z[ recovery-image] Aug 27 00:53:44.171 INFO O| Aug 27 00:53:44.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60032026-08-27T00:53:45.310Z[ recovery-image] Aug 27 00:53:44.171 INFO O| Aug 27 00:53:44.171 INFO STEP 235 (remove_files) COMPLETE
60042026-08-27T00:53:45.310Z[ recovery-image] Aug 27 00:53:44.171 INFO O| Aug 27 00:53:44.171 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-27T00:53:45.319Z[ recovery-image] Aug 27 00:53:44.181 INFO O| Aug 27 00:53:44.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60062026-08-27T00:53:45.319Z[ recovery-image] Aug 27 00:53:44.181 INFO O| Aug 27 00:53:44.181 INFO STEP 236 (remove_files) COMPLETE
60072026-08-27T00:53:45.319Z[ recovery-image] Aug 27 00:53:44.181 INFO O| Aug 27 00:53:44.181 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-27T00:53:45.330Z[ recovery-image] Aug 27 00:53:44.191 INFO O| Aug 27 00:53:44.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60092026-08-27T00:53:45.331Z[ recovery-image] Aug 27 00:53:44.191 INFO O| Aug 27 00:53:44.191 INFO STEP 237 (remove_files) COMPLETE
60102026-08-27T00:53:45.331Z[ recovery-image] Aug 27 00:53:44.191 INFO O| Aug 27 00:53:44.191 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-27T00:53:45.340Z[ recovery-image] Aug 27 00:53:44.202 INFO O| Aug 27 00:53:44.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60122026-08-27T00:53:45.340Z[ recovery-image] Aug 27 00:53:44.202 INFO O| Aug 27 00:53:44.202 INFO STEP 238 (remove_files) COMPLETE
60132026-08-27T00:53:45.340Z[ recovery-image] Aug 27 00:53:44.202 INFO O| Aug 27 00:53:44.202 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-27T00:53:45.349Z[ recovery-image] Aug 27 00:53:44.211 INFO O| Aug 27 00:53:44.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60152026-08-27T00:53:45.349Z[ recovery-image] Aug 27 00:53:44.211 INFO O| Aug 27 00:53:44.211 INFO STEP 239 (remove_files) COMPLETE
60162026-08-27T00:53:45.349Z[ recovery-image] Aug 27 00:53:44.211 INFO O| Aug 27 00:53:44.211 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-27T00:53:45.361Z[ recovery-image] Aug 27 00:53:44.221 INFO O| Aug 27 00:53:44.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60182026-08-27T00:53:45.361Z[ recovery-image] Aug 27 00:53:44.221 INFO O| Aug 27 00:53:44.221 INFO STEP 240 (remove_files) COMPLETE
60192026-08-27T00:53:45.361Z[ recovery-image] Aug 27 00:53:44.221 INFO O| Aug 27 00:53:44.221 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-27T00:53:45.371Z[ recovery-image] Aug 27 00:53:44.232 INFO O| Aug 27 00:53:44.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60212026-08-27T00:53:45.371Z[ recovery-image] Aug 27 00:53:44.232 INFO O| Aug 27 00:53:44.232 INFO STEP 241 (remove_files) COMPLETE
60222026-08-27T00:53:45.371Z[ recovery-image] Aug 27 00:53:44.232 INFO O| Aug 27 00:53:44.232 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-27T00:53:45.380Z[ recovery-image] Aug 27 00:53:44.242 INFO O| Aug 27 00:53:44.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60242026-08-27T00:53:45.380Z[ recovery-image] Aug 27 00:53:44.242 INFO O| Aug 27 00:53:44.242 INFO STEP 242 (remove_files) COMPLETE
60252026-08-27T00:53:45.380Z[ recovery-image] Aug 27 00:53:44.242 INFO O| Aug 27 00:53:44.242 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-27T00:53:45.390Z[ recovery-image] Aug 27 00:53:44.252 INFO O| Aug 27 00:53:44.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60272026-08-27T00:53:45.390Z[ recovery-image] Aug 27 00:53:44.252 INFO O| Aug 27 00:53:44.252 INFO STEP 243 (remove_files) COMPLETE
60282026-08-27T00:53:45.390Z[ recovery-image] Aug 27 00:53:44.252 INFO O| Aug 27 00:53:44.252 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-27T00:53:45.402Z[ recovery-image] Aug 27 00:53:44.263 INFO O| Aug 27 00:53:44.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60302026-08-27T00:53:45.402Z[ recovery-image] Aug 27 00:53:44.263 INFO O| Aug 27 00:53:44.262 INFO STEP 244 (remove_files) COMPLETE
60312026-08-27T00:53:45.402Z[ recovery-image] Aug 27 00:53:44.263 INFO O| Aug 27 00:53:44.262 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-27T00:53:45.409Z[ recovery-image] Aug 27 00:53:44.271 INFO O| Aug 27 00:53:44.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60332026-08-27T00:53:45.409Z[ recovery-image] Aug 27 00:53:44.271 INFO O| Aug 27 00:53:44.271 INFO STEP 245 (remove_files) COMPLETE
60342026-08-27T00:53:45.409Z[ recovery-image] Aug 27 00:53:44.271 INFO O| Aug 27 00:53:44.271 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-27T00:53:45.418Z[ recovery-image] Aug 27 00:53:44.280 INFO O| Aug 27 00:53:44.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60362026-08-27T00:53:45.418Z[ recovery-image] Aug 27 00:53:44.280 INFO O| Aug 27 00:53:44.280 INFO STEP 246 (remove_files) COMPLETE
60372026-08-27T00:53:45.419Z[ recovery-image] Aug 27 00:53:44.280 INFO O| Aug 27 00:53:44.280 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-27T00:53:45.429Z[ recovery-image] Aug 27 00:53:44.290 INFO O| Aug 27 00:53:44.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60392026-08-27T00:53:45.429Z[ recovery-image] Aug 27 00:53:44.291 INFO O| Aug 27 00:53:44.291 INFO STEP 247 (remove_files) COMPLETE
60402026-08-27T00:53:45.429Z[ recovery-image] Aug 27 00:53:44.291 INFO O| Aug 27 00:53:44.291 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-27T00:53:45.440Z[ recovery-image] Aug 27 00:53:44.301 INFO O| Aug 27 00:53:44.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60422026-08-27T00:53:45.440Z[ recovery-image] Aug 27 00:53:44.301 INFO O| Aug 27 00:53:44.301 INFO STEP 248 (remove_files) COMPLETE
60432026-08-27T00:53:45.440Z[ recovery-image] Aug 27 00:53:44.301 INFO O| Aug 27 00:53:44.301 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-27T00:53:45.450Z[ recovery-image] Aug 27 00:53:44.311 INFO O| Aug 27 00:53:44.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60452026-08-27T00:53:45.450Z[ recovery-image] Aug 27 00:53:44.311 INFO O| Aug 27 00:53:44.311 INFO STEP 249 (remove_files) COMPLETE
60462026-08-27T00:53:45.450Z[ recovery-image] Aug 27 00:53:44.311 INFO O| Aug 27 00:53:44.311 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-27T00:53:45.458Z[ recovery-image] Aug 27 00:53:44.320 INFO O| Aug 27 00:53:44.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60482026-08-27T00:53:45.462Z[ recovery-image] Aug 27 00:53:44.321 INFO O| Aug 27 00:53:44.321 INFO STEP 250 (remove_files) COMPLETE
60492026-08-27T00:53:45.462Z[ recovery-image] Aug 27 00:53:44.321 INFO O| Aug 27 00:53:44.321 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-27T00:53:45.470Z[ recovery-image] Aug 27 00:53:44.332 INFO O| Aug 27 00:53:44.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60512026-08-27T00:53:45.470Z[ recovery-image] Aug 27 00:53:44.332 INFO O| Aug 27 00:53:44.332 INFO STEP 251 (remove_files) COMPLETE
60522026-08-27T00:53:45.471Z[ recovery-image] Aug 27 00:53:44.332 INFO O| Aug 27 00:53:44.332 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-27T00:53:45.480Z[ recovery-image] Aug 27 00:53:44.341 INFO O| Aug 27 00:53:44.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60542026-08-27T00:53:45.480Z[ recovery-image] Aug 27 00:53:44.342 INFO O| Aug 27 00:53:44.342 INFO STEP 252 (remove_files) COMPLETE
60552026-08-27T00:53:45.483Z[ recovery-image] Aug 27 00:53:44.342 INFO O| Aug 27 00:53:44.342 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-27T00:53:45.491Z[ recovery-image] Aug 27 00:53:44.353 INFO O| Aug 27 00:53:44.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60572026-08-27T00:53:45.494Z[ recovery-image] Aug 27 00:53:44.353 INFO O| Aug 27 00:53:44.353 INFO STEP 253 (remove_files) COMPLETE
60582026-08-27T00:53:45.494Z[ recovery-image] Aug 27 00:53:44.353 INFO O| Aug 27 00:53:44.353 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-27T00:53:45.502Z[ recovery-image] Aug 27 00:53:44.363 INFO O| Aug 27 00:53:44.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60602026-08-27T00:53:45.505Z[ recovery-image] Aug 27 00:53:44.364 INFO O| Aug 27 00:53:44.364 INFO STEP 254 (remove_files) COMPLETE
60612026-08-27T00:53:45.505Z[ recovery-image] Aug 27 00:53:44.364 INFO O| Aug 27 00:53:44.364 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-27T00:53:45.513Z[ recovery-image] Aug 27 00:53:44.374 INFO O| Aug 27 00:53:44.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60632026-08-27T00:53:45.513Z[ recovery-image] Aug 27 00:53:44.374 INFO O| Aug 27 00:53:44.374 INFO STEP 255 (remove_files) COMPLETE
60642026-08-27T00:53:45.513Z[ recovery-image] Aug 27 00:53:44.374 INFO O| Aug 27 00:53:44.374 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-27T00:53:45.524Z[ recovery-image] Aug 27 00:53:44.385 INFO O| Aug 27 00:53:44.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60662026-08-27T00:53:45.524Z[ recovery-image] Aug 27 00:53:44.385 INFO O| Aug 27 00:53:44.385 INFO STEP 256 (remove_files) COMPLETE
60672026-08-27T00:53:45.524Z[ recovery-image] Aug 27 00:53:44.385 INFO O| Aug 27 00:53:44.385 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-27T00:53:45.533Z[ recovery-image] Aug 27 00:53:44.394 INFO O| Aug 27 00:53:44.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60692026-08-27T00:53:45.533Z[ recovery-image] Aug 27 00:53:44.394 INFO O| Aug 27 00:53:44.394 INFO STEP 257 (remove_files) COMPLETE
60702026-08-27T00:53:45.533Z[ recovery-image] Aug 27 00:53:44.394 INFO O| Aug 27 00:53:44.394 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-27T00:53:45.543Z[ recovery-image] Aug 27 00:53:44.405 INFO O| Aug 27 00:53:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60722026-08-27T00:53:45.543Z[ recovery-image] Aug 27 00:53:44.405 INFO O| Aug 27 00:53:44.405 INFO STEP 258 (remove_files) COMPLETE
60732026-08-27T00:53:45.547Z[ recovery-image] Aug 27 00:53:44.405 INFO O| Aug 27 00:53:44.405 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-27T00:53:45.553Z[ recovery-image] Aug 27 00:53:44.415 INFO O| Aug 27 00:53:44.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60752026-08-27T00:53:45.553Z[ recovery-image] Aug 27 00:53:44.415 INFO O| Aug 27 00:53:44.415 INFO STEP 259 (remove_files) COMPLETE
60762026-08-27T00:53:45.553Z[ recovery-image] Aug 27 00:53:44.415 INFO O| Aug 27 00:53:44.415 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-27T00:53:45.558Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
60782026-08-27T00:53:45.564Z[ recovery-image] Aug 27 00:53:44.426 INFO O| Aug 27 00:53:44.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60792026-08-27T00:53:45.564Z[ recovery-image] Aug 27 00:53:44.426 INFO O| Aug 27 00:53:44.426 INFO STEP 260 (remove_files) COMPLETE
60802026-08-27T00:53:45.564Z[ recovery-image] Aug 27 00:53:44.426 INFO O| Aug 27 00:53:44.426 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-27T00:53:45.576Z[ recovery-image] Aug 27 00:53:44.437 INFO O| Aug 27 00:53:44.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60822026-08-27T00:53:45.576Z[ recovery-image] Aug 27 00:53:44.437 INFO O| Aug 27 00:53:44.437 INFO STEP 261 (remove_files) COMPLETE
60832026-08-27T00:53:45.576Z[ recovery-image] Aug 27 00:53:44.437 INFO O| Aug 27 00:53:44.437 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-27T00:53:45.586Z[ recovery-image] Aug 27 00:53:44.447 INFO O| Aug 27 00:53:44.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60852026-08-27T00:53:45.586Z[ recovery-image] Aug 27 00:53:44.447 INFO O| Aug 27 00:53:44.447 INFO STEP 262 (remove_files) COMPLETE
60862026-08-27T00:53:45.589Z[ recovery-image] Aug 27 00:53:44.447 INFO O| Aug 27 00:53:44.447 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-27T00:53:45.596Z[ recovery-image] Aug 27 00:53:44.458 INFO O| Aug 27 00:53:44.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60882026-08-27T00:53:45.596Z[ recovery-image] Aug 27 00:53:44.458 INFO O| Aug 27 00:53:44.458 INFO STEP 263 (remove_files) COMPLETE
60892026-08-27T00:53:45.596Z[ recovery-image] Aug 27 00:53:44.458 INFO O| Aug 27 00:53:44.458 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-27T00:53:45.606Z[ recovery-image] Aug 27 00:53:44.468 INFO O| Aug 27 00:53:44.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60912026-08-27T00:53:45.606Z[ recovery-image] Aug 27 00:53:44.468 INFO O| Aug 27 00:53:44.468 INFO STEP 264 (remove_files) COMPLETE
60922026-08-27T00:53:45.606Z[ recovery-image] Aug 27 00:53:44.468 INFO O| Aug 27 00:53:44.468 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-27T00:53:45.616Z[ recovery-image] Aug 27 00:53:44.478 INFO O| Aug 27 00:53:44.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60942026-08-27T00:53:45.617Z[ recovery-image] Aug 27 00:53:44.478 INFO O| Aug 27 00:53:44.478 INFO STEP 265 (remove_files) COMPLETE
60952026-08-27T00:53:45.617Z[ recovery-image] Aug 27 00:53:44.478 INFO O| Aug 27 00:53:44.478 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-27T00:53:45.625Z[ recovery-image] Aug 27 00:53:44.487 INFO O| Aug 27 00:53:44.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60972026-08-27T00:53:45.625Z[ recovery-image] Aug 27 00:53:44.487 INFO O| Aug 27 00:53:44.487 INFO STEP 266 (remove_files) COMPLETE
60982026-08-27T00:53:45.625Z[ recovery-image] Aug 27 00:53:44.487 INFO O| Aug 27 00:53:44.487 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-27T00:53:45.638Z[ recovery-image] Aug 27 00:53:44.498 INFO O| Aug 27 00:53:44.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61002026-08-27T00:53:45.638Z[ recovery-image] Aug 27 00:53:44.498 INFO O| Aug 27 00:53:44.498 INFO STEP 267 (remove_files) COMPLETE
61012026-08-27T00:53:45.638Z[ recovery-image] Aug 27 00:53:44.498 INFO O| Aug 27 00:53:44.498 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-27T00:53:45.647Z[ recovery-image] Aug 27 00:53:44.509 INFO O| Aug 27 00:53:44.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61032026-08-27T00:53:45.647Z[ recovery-image] Aug 27 00:53:44.509 INFO O| Aug 27 00:53:44.509 INFO STEP 268 (remove_files) COMPLETE
61042026-08-27T00:53:45.647Z[ recovery-image] Aug 27 00:53:44.509 INFO O| Aug 27 00:53:44.509 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-27T00:53:45.658Z[ recovery-image] Aug 27 00:53:44.519 INFO O| Aug 27 00:53:44.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61062026-08-27T00:53:45.658Z[ recovery-image] Aug 27 00:53:44.519 INFO O| Aug 27 00:53:44.519 INFO STEP 269 (remove_files) COMPLETE
61072026-08-27T00:53:45.658Z[ recovery-image] Aug 27 00:53:44.519 INFO O| Aug 27 00:53:44.519 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-27T00:53:45.667Z[ recovery-image] Aug 27 00:53:44.529 INFO O| Aug 27 00:53:44.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61092026-08-27T00:53:45.667Z[ recovery-image] Aug 27 00:53:44.529 INFO O| Aug 27 00:53:44.529 INFO STEP 270 (remove_files) COMPLETE
61102026-08-27T00:53:45.668Z[ recovery-image] Aug 27 00:53:44.529 INFO O| Aug 27 00:53:44.529 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-27T00:53:45.679Z[ recovery-image] Aug 27 00:53:44.539 INFO O| Aug 27 00:53:44.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61122026-08-27T00:53:45.680Z[ recovery-image] Aug 27 00:53:44.540 INFO O| Aug 27 00:53:44.539 INFO STEP 271 (remove_files) COMPLETE
61132026-08-27T00:53:45.680Z[ recovery-image] Aug 27 00:53:44.540 INFO O| Aug 27 00:53:44.540 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-27T00:53:45.687Z[ recovery-image] Aug 27 00:53:44.549 INFO O| Aug 27 00:53:44.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61152026-08-27T00:53:45.687Z[ recovery-image] Aug 27 00:53:44.549 INFO O| Aug 27 00:53:44.549 INFO STEP 272 (remove_files) COMPLETE
61162026-08-27T00:53:45.687Z[ recovery-image] Aug 27 00:53:44.549 INFO O| Aug 27 00:53:44.549 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-27T00:53:45.696Z[ recovery-image] Aug 27 00:53:44.558 INFO O| Aug 27 00:53:44.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61182026-08-27T00:53:45.697Z[ recovery-image] Aug 27 00:53:44.558 INFO O| Aug 27 00:53:44.558 INFO STEP 273 (remove_files) COMPLETE
61192026-08-27T00:53:45.697Z[ recovery-image] Aug 27 00:53:44.558 INFO O| Aug 27 00:53:44.558 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-27T00:53:45.708Z[ recovery-image] Aug 27 00:53:44.568 INFO O| Aug 27 00:53:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61212026-08-27T00:53:45.708Z[ recovery-image] Aug 27 00:53:44.569 INFO O| Aug 27 00:53:44.569 INFO STEP 274 (remove_files) COMPLETE
61222026-08-27T00:53:45.708Z[ recovery-image] Aug 27 00:53:44.569 INFO O| Aug 27 00:53:44.569 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-27T00:53:45.717Z[ recovery-image] Aug 27 00:53:44.579 INFO O| Aug 27 00:53:44.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61242026-08-27T00:53:45.717Z[ recovery-image] Aug 27 00:53:44.579 INFO O| Aug 27 00:53:44.579 INFO STEP 275 (remove_files) COMPLETE
61252026-08-27T00:53:45.717Z[ recovery-image] Aug 27 00:53:44.579 INFO O| Aug 27 00:53:44.579 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-27T00:53:45.727Z[ recovery-image] Aug 27 00:53:44.589 INFO O| Aug 27 00:53:44.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61272026-08-27T00:53:45.727Z[ recovery-image] Aug 27 00:53:44.589 INFO O| Aug 27 00:53:44.589 INFO STEP 276 (remove_files) COMPLETE
61282026-08-27T00:53:45.727Z[ recovery-image] Aug 27 00:53:44.589 INFO O| Aug 27 00:53:44.589 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-27T00:53:45.738Z[ recovery-image] Aug 27 00:53:44.599 INFO O| Aug 27 00:53:44.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61302026-08-27T00:53:45.738Z[ recovery-image] Aug 27 00:53:44.599 INFO O| Aug 27 00:53:44.599 INFO STEP 277 (remove_files) COMPLETE
61312026-08-27T00:53:45.738Z[ recovery-image] Aug 27 00:53:44.599 INFO O| Aug 27 00:53:44.599 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-27T00:53:45.747Z[ recovery-image] Aug 27 00:53:44.608 INFO O| Aug 27 00:53:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61332026-08-27T00:53:45.747Z[ recovery-image] Aug 27 00:53:44.608 INFO O| Aug 27 00:53:44.608 INFO STEP 278 (remove_files) COMPLETE
61342026-08-27T00:53:45.751Z[ recovery-image] Aug 27 00:53:44.608 INFO O| Aug 27 00:53:44.608 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-27T00:53:45.755Z[ recovery-image] Aug 27 00:53:44.617 INFO O| Aug 27 00:53:44.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61362026-08-27T00:53:45.756Z[ recovery-image] Aug 27 00:53:44.617 INFO O| Aug 27 00:53:44.617 INFO STEP 279 (remove_files) COMPLETE
61372026-08-27T00:53:45.756Z[ recovery-image] Aug 27 00:53:44.617 INFO O| Aug 27 00:53:44.617 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-27T00:53:45.766Z[ recovery-image] Aug 27 00:53:44.627 INFO O| Aug 27 00:53:44.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61392026-08-27T00:53:45.766Z[ recovery-image] Aug 27 00:53:44.628 INFO O| Aug 27 00:53:44.628 INFO STEP 280 (remove_files) COMPLETE
61402026-08-27T00:53:45.767Z[ recovery-image] Aug 27 00:53:44.628 INFO O| Aug 27 00:53:44.628 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-27T00:53:45.776Z[ recovery-image] Aug 27 00:53:44.638 INFO O| Aug 27 00:53:44.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61422026-08-27T00:53:45.776Z[ recovery-image] Aug 27 00:53:44.638 INFO O| Aug 27 00:53:44.638 INFO STEP 281 (remove_files) COMPLETE
61432026-08-27T00:53:45.776Z[ recovery-image] Aug 27 00:53:44.638 INFO O| Aug 27 00:53:44.638 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-27T00:53:45.786Z[ recovery-image] Aug 27 00:53:44.648 INFO O| Aug 27 00:53:44.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61452026-08-27T00:53:45.786Z[ recovery-image] Aug 27 00:53:44.648 INFO O| Aug 27 00:53:44.648 INFO STEP 282 (remove_files) COMPLETE
61462026-08-27T00:53:45.786Z[ recovery-image] Aug 27 00:53:44.648 INFO O| Aug 27 00:53:44.648 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-27T00:53:45.796Z[ recovery-image] Aug 27 00:53:44.657 INFO O| Aug 27 00:53:44.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61482026-08-27T00:53:45.796Z[ recovery-image] Aug 27 00:53:44.658 INFO O| Aug 27 00:53:44.658 INFO STEP 283 (remove_files) COMPLETE
61492026-08-27T00:53:45.796Z[ recovery-image] Aug 27 00:53:44.658 INFO O| Aug 27 00:53:44.658 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-27T00:53:45.806Z[ recovery-image] Aug 27 00:53:44.668 INFO O| Aug 27 00:53:44.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61512026-08-27T00:53:45.806Z[ recovery-image] Aug 27 00:53:44.668 INFO O| Aug 27 00:53:44.668 INFO STEP 284 (remove_files) COMPLETE
61522026-08-27T00:53:45.810Z[ recovery-image] Aug 27 00:53:44.668 INFO O| Aug 27 00:53:44.668 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-27T00:53:45.815Z[ recovery-image] Aug 27 00:53:44.677 INFO O| Aug 27 00:53:44.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61542026-08-27T00:53:45.815Z[ recovery-image] Aug 27 00:53:44.677 INFO O| Aug 27 00:53:44.677 INFO STEP 285 (remove_files) COMPLETE
61552026-08-27T00:53:45.816Z[ recovery-image] Aug 27 00:53:44.677 INFO O| Aug 27 00:53:44.677 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-27T00:53:45.825Z[ recovery-image] Aug 27 00:53:44.687 INFO O| Aug 27 00:53:44.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61572026-08-27T00:53:45.825Z[ recovery-image] Aug 27 00:53:44.687 INFO O| Aug 27 00:53:44.687 INFO STEP 286 (remove_files) COMPLETE
61582026-08-27T00:53:45.825Z[ recovery-image] Aug 27 00:53:44.687 INFO O| Aug 27 00:53:44.687 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-27T00:53:45.838Z[ recovery-image] Aug 27 00:53:44.698 INFO O| Aug 27 00:53:44.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61602026-08-27T00:53:45.838Z[ recovery-image] Aug 27 00:53:44.698 INFO O| Aug 27 00:53:44.697 INFO STEP 287 (remove_files) COMPLETE
61612026-08-27T00:53:45.838Z[ recovery-image] Aug 27 00:53:44.698 INFO O| Aug 27 00:53:44.697 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-27T00:53:45.845Z[ recovery-image] Aug 27 00:53:44.707 INFO O| Aug 27 00:53:44.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61632026-08-27T00:53:45.845Z[ recovery-image] Aug 27 00:53:44.707 INFO O| Aug 27 00:53:44.707 INFO STEP 288 (remove_files) COMPLETE
61642026-08-27T00:53:45.845Z[ recovery-image] Aug 27 00:53:44.707 INFO O| Aug 27 00:53:44.707 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-27T00:53:45.855Z[ recovery-image] Aug 27 00:53:44.717 INFO O| Aug 27 00:53:44.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61662026-08-27T00:53:45.856Z[ recovery-image] Aug 27 00:53:44.717 INFO O| Aug 27 00:53:44.717 INFO STEP 289 (remove_files) COMPLETE
61672026-08-27T00:53:45.860Z[ recovery-image] Aug 27 00:53:44.717 INFO O| Aug 27 00:53:44.717 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-27T00:53:45.865Z[ recovery-image] Aug 27 00:53:44.727 INFO O| Aug 27 00:53:44.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61692026-08-27T00:53:45.865Z[ recovery-image] Aug 27 00:53:44.727 INFO O| Aug 27 00:53:44.727 INFO STEP 290 (remove_files) COMPLETE
61702026-08-27T00:53:45.868Z[ recovery-image] Aug 27 00:53:44.727 INFO O| Aug 27 00:53:44.727 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-27T00:53:45.875Z[ recovery-image] Aug 27 00:53:44.737 INFO O| Aug 27 00:53:44.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61722026-08-27T00:53:45.875Z[ recovery-image] Aug 27 00:53:44.737 INFO O| Aug 27 00:53:44.737 INFO STEP 291 (remove_files) COMPLETE
61732026-08-27T00:53:45.875Z[ recovery-image] Aug 27 00:53:44.737 INFO O| Aug 27 00:53:44.737 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-27T00:53:45.887Z[ recovery-image] Aug 27 00:53:44.748 INFO O| Aug 27 00:53:44.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61752026-08-27T00:53:45.887Z[ recovery-image] Aug 27 00:53:44.748 INFO O| Aug 27 00:53:44.748 INFO STEP 292 (remove_files) COMPLETE
61762026-08-27T00:53:45.891Z[ recovery-image] Aug 27 00:53:44.748 INFO O| Aug 27 00:53:44.748 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-27T00:53:45.897Z[ recovery-image] Aug 27 00:53:44.758 INFO O| Aug 27 00:53:44.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61782026-08-27T00:53:45.897Z[ recovery-image] Aug 27 00:53:44.758 INFO O| Aug 27 00:53:44.758 INFO STEP 293 (remove_files) COMPLETE
61792026-08-27T00:53:45.901Z[ recovery-image] Aug 27 00:53:44.758 INFO O| Aug 27 00:53:44.758 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-27T00:53:45.907Z[ recovery-image] Aug 27 00:53:44.769 INFO O| Aug 27 00:53:44.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61812026-08-27T00:53:45.907Z[ recovery-image] Aug 27 00:53:44.769 INFO O| Aug 27 00:53:44.769 INFO STEP 294 (remove_files) COMPLETE
61822026-08-27T00:53:45.907Z[ recovery-image] Aug 27 00:53:44.769 INFO O| Aug 27 00:53:44.769 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-27T00:53:45.917Z[ recovery-image] Aug 27 00:53:44.779 INFO O| Aug 27 00:53:44.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61842026-08-27T00:53:45.917Z[ recovery-image] Aug 27 00:53:44.779 INFO O| Aug 27 00:53:44.779 INFO STEP 295 (remove_files) COMPLETE
61852026-08-27T00:53:45.921Z[ recovery-image] Aug 27 00:53:44.779 INFO O| Aug 27 00:53:44.779 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-27T00:53:45.928Z[ recovery-image] Aug 27 00:53:44.788 INFO O| Aug 27 00:53:44.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61872026-08-27T00:53:45.931Z[ recovery-image] Aug 27 00:53:44.788 INFO O| Aug 27 00:53:44.788 INFO STEP 296 (remove_files) COMPLETE
61882026-08-27T00:53:45.931Z[ recovery-image] Aug 27 00:53:44.788 INFO O| Aug 27 00:53:44.788 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-27T00:53:45.936Z[ recovery-image] Aug 27 00:53:44.798 INFO O| Aug 27 00:53:44.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61902026-08-27T00:53:45.936Z[ recovery-image] Aug 27 00:53:44.798 INFO O| Aug 27 00:53:44.798 INFO STEP 297 (remove_files) COMPLETE
61912026-08-27T00:53:45.936Z[ recovery-image] Aug 27 00:53:44.798 INFO O| Aug 27 00:53:44.798 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-27T00:53:45.939Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
61932026-08-27T00:53:45.947Z[ recovery-image] Aug 27 00:53:44.809 INFO O| Aug 27 00:53:44.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61942026-08-27T00:53:45.947Z[ recovery-image] Aug 27 00:53:44.809 INFO O| Aug 27 00:53:44.809 INFO STEP 298 (remove_files) COMPLETE
61952026-08-27T00:53:45.947Z[ recovery-image] Aug 27 00:53:44.809 INFO O| Aug 27 00:53:44.809 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-27T00:53:45.956Z[ recovery-image] Aug 27 00:53:44.818 INFO O| Aug 27 00:53:44.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61972026-08-27T00:53:45.956Z[ recovery-image] Aug 27 00:53:44.818 INFO O| Aug 27 00:53:44.818 INFO STEP 299 (remove_files) COMPLETE
61982026-08-27T00:53:45.956Z[ recovery-image] Aug 27 00:53:44.818 INFO O| Aug 27 00:53:44.818 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-27T00:53:45.968Z[ recovery-image] Aug 27 00:53:44.829 INFO O| Aug 27 00:53:44.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62002026-08-27T00:53:45.968Z[ recovery-image] Aug 27 00:53:44.829 INFO O| Aug 27 00:53:44.827 INFO STEP 300 (remove_files) COMPLETE
62012026-08-27T00:53:45.968Z[ recovery-image] Aug 27 00:53:44.829 INFO O| Aug 27 00:53:44.827 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-27T00:53:45.975Z[ recovery-image] Aug 27 00:53:44.836 INFO O| Aug 27 00:53:44.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62032026-08-27T00:53:45.975Z[ recovery-image] Aug 27 00:53:44.836 INFO O| Aug 27 00:53:44.836 INFO STEP 301 (remove_files) COMPLETE
62042026-08-27T00:53:45.975Z[ recovery-image] Aug 27 00:53:44.836 INFO O| Aug 27 00:53:44.836 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-27T00:53:45.984Z[ recovery-image] Aug 27 00:53:44.845 INFO O| Aug 27 00:53:44.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62062026-08-27T00:53:45.985Z[ recovery-image] Aug 27 00:53:44.845 INFO O| Aug 27 00:53:44.845 INFO STEP 302 (remove_files) COMPLETE
62072026-08-27T00:53:45.985Z[ recovery-image] Aug 27 00:53:44.845 INFO O| Aug 27 00:53:44.845 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-27T00:53:45.989Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
62092026-08-27T00:53:45.993Z[ recovery-image] Aug 27 00:53:44.855 INFO O| Aug 27 00:53:44.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62102026-08-27T00:53:45.993Z[ recovery-image] Aug 27 00:53:44.855 INFO O| Aug 27 00:53:44.855 INFO STEP 303 (remove_files) COMPLETE
62112026-08-27T00:53:45.993Z[ recovery-image] Aug 27 00:53:44.855 INFO O| Aug 27 00:53:44.855 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-27T00:53:46.004Z[ recovery-image] Aug 27 00:53:44.865 INFO O| Aug 27 00:53:44.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62132026-08-27T00:53:46.004Z[ recovery-image] Aug 27 00:53:44.865 INFO O| Aug 27 00:53:44.865 INFO STEP 304 (remove_files) COMPLETE
62142026-08-27T00:53:46.008Z[ recovery-image] Aug 27 00:53:44.865 INFO O| Aug 27 00:53:44.865 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-27T00:53:46.014Z[ recovery-image] Aug 27 00:53:44.876 INFO O| Aug 27 00:53:44.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62162026-08-27T00:53:46.014Z[ recovery-image] Aug 27 00:53:44.876 INFO O| Aug 27 00:53:44.876 INFO STEP 305 (remove_files) COMPLETE
62172026-08-27T00:53:46.014Z[ recovery-image] Aug 27 00:53:44.876 INFO O| Aug 27 00:53:44.876 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-27T00:53:46.025Z[ recovery-image] Aug 27 00:53:44.886 INFO O| Aug 27 00:53:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62192026-08-27T00:53:46.025Z[ recovery-image] Aug 27 00:53:44.886 INFO O| Aug 27 00:53:44.886 INFO STEP 306 (remove_files) COMPLETE
62202026-08-27T00:53:46.025Z[ recovery-image] Aug 27 00:53:44.886 INFO O| Aug 27 00:53:44.886 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-27T00:53:46.035Z[ recovery-image] Aug 27 00:53:44.896 INFO O| Aug 27 00:53:44.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62222026-08-27T00:53:46.035Z[ recovery-image] Aug 27 00:53:44.896 INFO O| Aug 27 00:53:44.896 INFO STEP 307 (remove_files) COMPLETE
62232026-08-27T00:53:46.035Z[ recovery-image] Aug 27 00:53:44.896 INFO O| Aug 27 00:53:44.896 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-27T00:53:46.044Z[ recovery-image] Aug 27 00:53:44.906 INFO O| Aug 27 00:53:44.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62252026-08-27T00:53:46.045Z[ recovery-image] Aug 27 00:53:44.906 INFO O| Aug 27 00:53:44.906 INFO STEP 308 (remove_files) COMPLETE
62262026-08-27T00:53:46.045Z[ recovery-image] Aug 27 00:53:44.906 INFO O| Aug 27 00:53:44.906 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-27T00:53:46.054Z[ recovery-image] Aug 27 00:53:44.915 INFO O| Aug 27 00:53:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62282026-08-27T00:53:46.054Z[ recovery-image] Aug 27 00:53:44.916 INFO O| Aug 27 00:53:44.916 INFO STEP 309 (remove_files) COMPLETE
62292026-08-27T00:53:46.060Z[ recovery-image] Aug 27 00:53:44.921 INFO O| Aug 27 00:53:44.916 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-27T00:53:46.074Z[ recovery-image] Aug 27 00:53:44.935 INFO O| Aug 27 00:53:44.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62312026-08-27T00:53:46.074Z[ recovery-image] Aug 27 00:53:44.935 INFO O| Aug 27 00:53:44.935 INFO STEP 310 (remove_files) COMPLETE
62322026-08-27T00:53:46.074Z[ recovery-image] Aug 27 00:53:44.935 INFO O| Aug 27 00:53:44.935 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-27T00:53:46.085Z[ recovery-image] Aug 27 00:53:44.946 INFO O| Aug 27 00:53:44.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62342026-08-27T00:53:46.085Z[ recovery-image] Aug 27 00:53:44.946 INFO O| Aug 27 00:53:44.946 INFO STEP 311 (remove_files) COMPLETE
62352026-08-27T00:53:46.085Z[ recovery-image] Aug 27 00:53:44.946 INFO O| Aug 27 00:53:44.946 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-27T00:53:46.103Z[ recovery-image] Aug 27 00:53:44.965 INFO O| Aug 27 00:53:44.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62372026-08-27T00:53:46.103Z[ recovery-image] Aug 27 00:53:44.965 INFO O| Aug 27 00:53:44.965 INFO STEP 312 (remove_files) COMPLETE
62382026-08-27T00:53:46.107Z[ recovery-image] Aug 27 00:53:44.965 INFO O| Aug 27 00:53:44.965 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-27T00:53:46.113Z[ recovery-image] Aug 27 00:53:44.974 INFO O| Aug 27 00:53:44.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62402026-08-27T00:53:46.113Z[ recovery-image] Aug 27 00:53:44.974 INFO O| Aug 27 00:53:44.974 INFO STEP 313 (remove_files) COMPLETE
62412026-08-27T00:53:46.113Z[ recovery-image] Aug 27 00:53:44.974 INFO O| Aug 27 00:53:44.974 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-27T00:53:46.122Z[ recovery-image] Aug 27 00:53:44.984 INFO O| Aug 27 00:53:44.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62432026-08-27T00:53:46.123Z[ recovery-image] Aug 27 00:53:44.984 INFO O| Aug 27 00:53:44.984 INFO STEP 314 (remove_files) COMPLETE
62442026-08-27T00:53:46.123Z[ recovery-image] Aug 27 00:53:44.984 INFO O| Aug 27 00:53:44.984 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-27T00:53:46.134Z[ recovery-image] Aug 27 00:53:44.995 INFO O| Aug 27 00:53:44.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62462026-08-27T00:53:46.134Z[ recovery-image] Aug 27 00:53:44.995 INFO O| Aug 27 00:53:44.995 INFO STEP 315 (remove_files) COMPLETE
62472026-08-27T00:53:46.134Z[ recovery-image] Aug 27 00:53:44.996 INFO O| Aug 27 00:53:44.995 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-27T00:53:46.144Z[ recovery-image] Aug 27 00:53:45.005 INFO O| Aug 27 00:53:45.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62492026-08-27T00:53:46.144Z[ recovery-image] Aug 27 00:53:45.005 INFO O| Aug 27 00:53:45.005 INFO STEP 316 (remove_files) COMPLETE
62502026-08-27T00:53:46.144Z[ recovery-image] Aug 27 00:53:45.005 INFO O| Aug 27 00:53:45.005 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-27T00:53:46.153Z[ recovery-image] Aug 27 00:53:45.015 INFO O| Aug 27 00:53:45.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62522026-08-27T00:53:46.153Z[ recovery-image] Aug 27 00:53:45.015 INFO O| Aug 27 00:53:45.015 INFO STEP 317 (remove_files) COMPLETE
62532026-08-27T00:53:46.153Z[ recovery-image] Aug 27 00:53:45.015 INFO O| Aug 27 00:53:45.015 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-27T00:53:46.164Z[ recovery-image] Aug 27 00:53:45.025 INFO O| Aug 27 00:53:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62552026-08-27T00:53:46.164Z[ recovery-image] Aug 27 00:53:45.025 INFO O| Aug 27 00:53:45.025 INFO STEP 318 (remove_files) COMPLETE
62562026-08-27T00:53:46.164Z[ recovery-image] Aug 27 00:53:45.025 INFO O| Aug 27 00:53:45.025 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-27T00:53:46.175Z[ recovery-image] Aug 27 00:53:45.034 INFO O| Aug 27 00:53:45.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62582026-08-27T00:53:46.175Z[ recovery-image] Aug 27 00:53:45.034 INFO O| Aug 27 00:53:45.034 INFO STEP 319 (remove_files) COMPLETE
62592026-08-27T00:53:46.175Z[ recovery-image] Aug 27 00:53:45.034 INFO O| Aug 27 00:53:45.034 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-27T00:53:46.183Z[ recovery-image] Aug 27 00:53:45.044 INFO O| Aug 27 00:53:45.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62612026-08-27T00:53:46.183Z[ recovery-image] Aug 27 00:53:45.044 INFO O| Aug 27 00:53:45.044 INFO STEP 320 (remove_files) COMPLETE
62622026-08-27T00:53:46.183Z[ recovery-image] Aug 27 00:53:45.044 INFO O| Aug 27 00:53:45.044 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-27T00:53:46.196Z[ recovery-image] Aug 27 00:53:45.056 INFO O| Aug 27 00:53:45.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62642026-08-27T00:53:46.197Z[ recovery-image] Aug 27 00:53:45.056 INFO O| Aug 27 00:53:45.056 INFO STEP 321 (remove_files) COMPLETE
62652026-08-27T00:53:46.197Z[ recovery-image] Aug 27 00:53:45.056 INFO O| Aug 27 00:53:45.056 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-27T00:53:46.204Z[ recovery-image] Aug 27 00:53:45.066 INFO O| Aug 27 00:53:45.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62672026-08-27T00:53:46.204Z[ recovery-image] Aug 27 00:53:45.066 INFO O| Aug 27 00:53:45.066 INFO STEP 322 (remove_files) COMPLETE
62682026-08-27T00:53:46.204Z[ recovery-image] Aug 27 00:53:45.066 INFO O| Aug 27 00:53:45.066 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-27T00:53:46.221Z[ recovery-image] Aug 27 00:53:45.080 INFO O| Aug 27 00:53:45.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62702026-08-27T00:53:46.221Z[ recovery-image] Aug 27 00:53:45.080 INFO O| Aug 27 00:53:45.080 INFO STEP 323 (remove_files) COMPLETE
62712026-08-27T00:53:46.224Z[ recovery-image] Aug 27 00:53:45.080 INFO O| Aug 27 00:53:45.080 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-27T00:53:46.234Z[ recovery-image] Aug 27 00:53:45.095 INFO O| Aug 27 00:53:45.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62732026-08-27T00:53:46.234Z[ recovery-image] Aug 27 00:53:45.095 INFO O| Aug 27 00:53:45.091 INFO STEP 324 (remove_files) COMPLETE
62742026-08-27T00:53:46.238Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
62752026-08-27T00:53:46.238Z[ recovery-image] Aug 27 00:53:45.095 INFO O| Aug 27 00:53:45.091 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-27T00:53:46.242Z[ recovery-image] Aug 27 00:53:45.104 INFO O| Aug 27 00:53:45.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62772026-08-27T00:53:46.242Z[ recovery-image] Aug 27 00:53:45.104 INFO O| Aug 27 00:53:45.103 INFO STEP 325 (remove_files) COMPLETE
62782026-08-27T00:53:46.242Z[ recovery-image] Aug 27 00:53:45.104 INFO O| Aug 27 00:53:45.103 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-27T00:53:46.253Z[ recovery-image] Aug 27 00:53:45.115 INFO O| Aug 27 00:53:45.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62802026-08-27T00:53:46.253Z[ recovery-image] Aug 27 00:53:45.115 INFO O| Aug 27 00:53:45.115 INFO STEP 326 (remove_files) COMPLETE
62812026-08-27T00:53:46.253Z[ recovery-image] Aug 27 00:53:45.115 INFO O| Aug 27 00:53:45.115 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-27T00:53:46.262Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
62832026-08-27T00:53:46.265Z[ recovery-image] Aug 27 00:53:45.126 INFO O| Aug 27 00:53:45.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62842026-08-27T00:53:46.265Z[ recovery-image] Aug 27 00:53:45.126 INFO O| Aug 27 00:53:45.126 INFO STEP 327 (remove_files) COMPLETE
62852026-08-27T00:53:46.265Z[ recovery-image] Aug 27 00:53:45.126 INFO O| Aug 27 00:53:45.126 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-27T00:53:46.275Z[ recovery-image] Aug 27 00:53:45.135 INFO O| Aug 27 00:53:45.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62872026-08-27T00:53:46.275Z[ recovery-image] Aug 27 00:53:45.135 INFO O| Aug 27 00:53:45.135 INFO STEP 328 (remove_files) COMPLETE
62882026-08-27T00:53:46.279Z[ recovery-image] Aug 27 00:53:45.135 INFO O| Aug 27 00:53:45.135 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-27T00:53:46.285Z[ recovery-image] Aug 27 00:53:45.146 INFO O| Aug 27 00:53:45.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62902026-08-27T00:53:46.285Z[ recovery-image] Aug 27 00:53:45.146 INFO O| Aug 27 00:53:45.146 INFO STEP 329 (remove_files) COMPLETE
62912026-08-27T00:53:46.285Z[ recovery-image] Aug 27 00:53:45.146 INFO O| Aug 27 00:53:45.146 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-27T00:53:46.296Z[ recovery-image] Aug 27 00:53:45.158 INFO O| Aug 27 00:53:45.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62932026-08-27T00:53:46.296Z[ recovery-image] Aug 27 00:53:45.158 INFO O| Aug 27 00:53:45.157 INFO STEP 330 (remove_files) COMPLETE
62942026-08-27T00:53:46.296Z[ recovery-image] Aug 27 00:53:45.158 INFO O| Aug 27 00:53:45.157 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-27T00:53:46.306Z[ recovery-image] Aug 27 00:53:45.168 INFO O| Aug 27 00:53:45.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62962026-08-27T00:53:46.306Z[ recovery-image] Aug 27 00:53:45.168 INFO O| Aug 27 00:53:45.168 INFO STEP 331 (remove_files) COMPLETE
62972026-08-27T00:53:46.306Z[ recovery-image] Aug 27 00:53:45.168 INFO O| Aug 27 00:53:45.168 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-27T00:53:46.316Z[ recovery-image] Aug 27 00:53:45.178 INFO O| Aug 27 00:53:45.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62992026-08-27T00:53:46.316Z[ recovery-image] Aug 27 00:53:45.178 INFO O| Aug 27 00:53:45.178 INFO STEP 332 (remove_files) COMPLETE
63002026-08-27T00:53:46.316Z[ recovery-image] Aug 27 00:53:45.178 INFO O| Aug 27 00:53:45.178 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-27T00:53:46.327Z[ recovery-image] Aug 27 00:53:45.189 INFO O| Aug 27 00:53:45.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63022026-08-27T00:53:46.327Z[ recovery-image] Aug 27 00:53:45.189 INFO O| Aug 27 00:53:45.189 INFO STEP 333 (remove_files) COMPLETE
63032026-08-27T00:53:46.332Z[ recovery-image] Aug 27 00:53:45.189 INFO O| Aug 27 00:53:45.189 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-27T00:53:46.338Z[ recovery-image] Aug 27 00:53:45.199 INFO O| Aug 27 00:53:45.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63052026-08-27T00:53:46.338Z[ recovery-image] Aug 27 00:53:45.199 INFO O| Aug 27 00:53:45.199 INFO STEP 334 (remove_files) COMPLETE
63062026-08-27T00:53:46.338Z[ recovery-image] Aug 27 00:53:45.199 INFO O| Aug 27 00:53:45.199 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-27T00:53:46.346Z[ recovery-image] Aug 27 00:53:45.208 INFO O| Aug 27 00:53:45.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63082026-08-27T00:53:46.350Z[ recovery-image] Aug 27 00:53:45.209 INFO O| Aug 27 00:53:45.209 INFO STEP 335 (remove_files) COMPLETE
63092026-08-27T00:53:46.350Z[ recovery-image] Aug 27 00:53:45.209 INFO O| Aug 27 00:53:45.209 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-27T00:53:46.357Z[ recovery-image] Aug 27 00:53:45.219 INFO O| Aug 27 00:53:45.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63112026-08-27T00:53:46.357Z[ recovery-image] Aug 27 00:53:45.219 INFO O| Aug 27 00:53:45.219 INFO STEP 336 (remove_files) COMPLETE
63122026-08-27T00:53:46.357Z[ recovery-image] Aug 27 00:53:45.219 INFO O| Aug 27 00:53:45.219 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-27T00:53:46.368Z[ recovery-image] Aug 27 00:53:45.229 INFO O| Aug 27 00:53:45.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63142026-08-27T00:53:46.368Z[ recovery-image] Aug 27 00:53:45.229 INFO O| Aug 27 00:53:45.229 INFO STEP 337 (remove_files) COMPLETE
63152026-08-27T00:53:46.368Z[ recovery-image] Aug 27 00:53:45.229 INFO O| Aug 27 00:53:45.229 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-27T00:53:46.377Z[ recovery-image] Aug 27 00:53:45.238 INFO O| Aug 27 00:53:45.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63172026-08-27T00:53:46.377Z[ recovery-image] Aug 27 00:53:45.238 INFO O| Aug 27 00:53:45.238 INFO STEP 338 (remove_files) COMPLETE
63182026-08-27T00:53:46.378Z[ recovery-image] Aug 27 00:53:45.238 INFO O| Aug 27 00:53:45.238 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-27T00:53:46.387Z[ recovery-image] Aug 27 00:53:45.248 INFO O| Aug 27 00:53:45.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63202026-08-27T00:53:46.387Z[ recovery-image] Aug 27 00:53:45.248 INFO O| Aug 27 00:53:45.248 INFO STEP 339 (remove_files) COMPLETE
63212026-08-27T00:53:46.390Z[ recovery-image] Aug 27 00:53:45.248 INFO O| Aug 27 00:53:45.248 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-27T00:53:46.396Z[ recovery-image] Aug 27 00:53:45.258 INFO O| Aug 27 00:53:45.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63232026-08-27T00:53:46.396Z[ recovery-image] Aug 27 00:53:45.258 INFO O| Aug 27 00:53:45.258 INFO STEP 340 (remove_files) COMPLETE
63242026-08-27T00:53:46.396Z[ recovery-image] Aug 27 00:53:45.258 INFO O| Aug 27 00:53:45.258 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-27T00:53:46.405Z[ recovery-image] Aug 27 00:53:45.266 INFO O| Aug 27 00:53:45.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63262026-08-27T00:53:46.405Z[ recovery-image] Aug 27 00:53:45.266 INFO O| Aug 27 00:53:45.266 INFO STEP 341 (remove_files) COMPLETE
63272026-08-27T00:53:46.408Z[ recovery-image] Aug 27 00:53:45.266 INFO O| Aug 27 00:53:45.266 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-27T00:53:46.413Z[ recovery-image] Aug 27 00:53:45.275 INFO O| Aug 27 00:53:45.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63292026-08-27T00:53:46.413Z[ recovery-image] Aug 27 00:53:45.275 INFO O| Aug 27 00:53:45.275 INFO STEP 342 (remove_files) COMPLETE
63302026-08-27T00:53:46.416Z[ recovery-image] Aug 27 00:53:45.275 INFO O| Aug 27 00:53:45.275 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-27T00:53:46.423Z[ recovery-image] Aug 27 00:53:45.285 INFO O| Aug 27 00:53:45.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63322026-08-27T00:53:46.423Z[ recovery-image] Aug 27 00:53:45.285 INFO O| Aug 27 00:53:45.285 INFO STEP 343 (remove_files) COMPLETE
63332026-08-27T00:53:46.427Z[ recovery-image] Aug 27 00:53:45.285 INFO O| Aug 27 00:53:45.285 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-27T00:53:46.433Z[ recovery-image] Aug 27 00:53:45.295 INFO O| Aug 27 00:53:45.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63352026-08-27T00:53:46.433Z[ recovery-image] Aug 27 00:53:45.295 INFO O| Aug 27 00:53:45.295 INFO STEP 344 (remove_files) COMPLETE
63362026-08-27T00:53:46.433Z[ recovery-image] Aug 27 00:53:45.295 INFO O| Aug 27 00:53:45.295 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.304 INFO O| Aug 27 00:53:45.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63382026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.304 INFO O| Aug 27 00:53:45.304 INFO STEP 345 (remove_files) COMPLETE
63392026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.304 INFO O| Aug 27 00:53:45.304 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.312 INFO O| Aug 27 00:53:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63412026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.312 INFO O| Aug 27 00:53:45.312 INFO STEP 346 (remove_files) COMPLETE
63422026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.312 INFO O| Aug 27 00:53:45.312 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.321 INFO O| Aug 27 00:53:45.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63442026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.321 INFO O| Aug 27 00:53:45.321 INFO STEP 347 (remove_files) COMPLETE
63452026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.321 INFO O| Aug 27 00:53:45.321 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-27T00:53:46.498Z[ recovery-image] Aug 27 00:53:45.330 INFO O| Aug 27 00:53:45.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63472026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.330 INFO O| Aug 27 00:53:45.330 INFO STEP 348 (remove_files) COMPLETE
63482026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.330 INFO O| Aug 27 00:53:45.330 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.339 INFO O| Aug 27 00:53:45.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63502026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.339 INFO O| Aug 27 00:53:45.339 INFO STEP 349 (remove_files) COMPLETE
63512026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.339 INFO O| Aug 27 00:53:45.339 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.348 INFO O| Aug 27 00:53:45.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63532026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.349 INFO O| Aug 27 00:53:45.348 INFO STEP 350 (remove_files) COMPLETE
63542026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.349 INFO O| Aug 27 00:53:45.348 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.357 INFO O| Aug 27 00:53:45.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63562026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.357 INFO O| Aug 27 00:53:45.357 INFO STEP 351 (remove_files) COMPLETE
63572026-08-27T00:53:46.499Z[ recovery-image] Aug 27 00:53:45.357 INFO O| Aug 27 00:53:45.357 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-27T00:53:46.506Z[ recovery-image] Aug 27 00:53:45.367 INFO O| Aug 27 00:53:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63592026-08-27T00:53:46.506Z[ recovery-image] Aug 27 00:53:45.367 INFO O| Aug 27 00:53:45.367 INFO STEP 352 (remove_files) COMPLETE
63602026-08-27T00:53:46.506Z[ recovery-image] Aug 27 00:53:45.367 INFO O| Aug 27 00:53:45.367 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-27T00:53:46.516Z[ recovery-image] Aug 27 00:53:45.378 INFO O| Aug 27 00:53:45.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63622026-08-27T00:53:46.516Z[ recovery-image] Aug 27 00:53:45.378 INFO O| Aug 27 00:53:45.378 INFO STEP 353 (remove_files) COMPLETE
63632026-08-27T00:53:46.520Z[ recovery-image] Aug 27 00:53:45.378 INFO O| Aug 27 00:53:45.378 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-27T00:53:46.525Z[ recovery-image] Aug 27 00:53:45.387 INFO O| Aug 27 00:53:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63652026-08-27T00:53:46.525Z[ recovery-image] Aug 27 00:53:45.387 INFO O| Aug 27 00:53:45.387 INFO STEP 354 (remove_files) COMPLETE
63662026-08-27T00:53:46.529Z[ recovery-image] Aug 27 00:53:45.387 INFO O| Aug 27 00:53:45.387 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-27T00:53:46.538Z[ recovery-image] Aug 27 00:53:45.398 INFO O| Aug 27 00:53:45.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63682026-08-27T00:53:46.538Z[ recovery-image] Aug 27 00:53:45.398 INFO O| Aug 27 00:53:45.398 INFO STEP 355 (remove_files) COMPLETE
63692026-08-27T00:53:46.538Z[ recovery-image] Aug 27 00:53:45.399 INFO O| Aug 27 00:53:45.398 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-27T00:53:46.547Z[ recovery-image] Aug 27 00:53:45.409 INFO O| Aug 27 00:53:45.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63712026-08-27T00:53:46.547Z[ recovery-image] Aug 27 00:53:45.409 INFO O| Aug 27 00:53:45.409 INFO STEP 356 (remove_files) COMPLETE
63722026-08-27T00:53:46.547Z[ recovery-image] Aug 27 00:53:45.409 INFO O| Aug 27 00:53:45.409 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-27T00:53:46.551Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
63742026-08-27T00:53:46.557Z[ recovery-image] Aug 27 00:53:45.418 INFO O| Aug 27 00:53:45.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63752026-08-27T00:53:46.557Z[ recovery-image] Aug 27 00:53:45.418 INFO O| Aug 27 00:53:45.418 INFO STEP 357 (remove_files) COMPLETE
63762026-08-27T00:53:46.557Z[ recovery-image] Aug 27 00:53:45.418 INFO O| Aug 27 00:53:45.418 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-27T00:53:46.566Z[ recovery-image] Aug 27 00:53:45.428 INFO O| Aug 27 00:53:45.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63782026-08-27T00:53:46.566Z[ recovery-image] Aug 27 00:53:45.428 INFO O| Aug 27 00:53:45.428 INFO STEP 358 (remove_files) COMPLETE
63792026-08-27T00:53:46.566Z[ recovery-image] Aug 27 00:53:45.428 INFO O| Aug 27 00:53:45.428 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-27T00:53:46.576Z[ recovery-image] Aug 27 00:53:45.437 INFO O| Aug 27 00:53:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63812026-08-27T00:53:46.576Z[ recovery-image] Aug 27 00:53:45.437 INFO O| Aug 27 00:53:45.437 INFO STEP 359 (remove_files) COMPLETE
63822026-08-27T00:53:46.576Z[ recovery-image] Aug 27 00:53:45.437 INFO O| Aug 27 00:53:45.437 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-27T00:53:46.586Z[ recovery-image] Aug 27 00:53:45.448 INFO O| Aug 27 00:53:45.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63842026-08-27T00:53:46.586Z[ recovery-image] Aug 27 00:53:45.448 INFO O| Aug 27 00:53:45.448 INFO STEP 360 (remove_files) COMPLETE
63852026-08-27T00:53:46.586Z[ recovery-image] Aug 27 00:53:45.448 INFO O| Aug 27 00:53:45.448 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-27T00:53:46.597Z[ recovery-image] Aug 27 00:53:45.458 INFO O| Aug 27 00:53:45.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63872026-08-27T00:53:46.597Z[ recovery-image] Aug 27 00:53:45.458 INFO O| Aug 27 00:53:45.458 INFO STEP 361 (remove_files) COMPLETE
63882026-08-27T00:53:46.597Z[ recovery-image] Aug 27 00:53:45.458 INFO O| Aug 27 00:53:45.458 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-27T00:53:46.607Z[ recovery-image] Aug 27 00:53:45.469 INFO O| Aug 27 00:53:45.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63902026-08-27T00:53:46.608Z[ recovery-image] Aug 27 00:53:45.469 INFO O| Aug 27 00:53:45.469 INFO STEP 362 (remove_files) COMPLETE
63912026-08-27T00:53:46.608Z[ recovery-image] Aug 27 00:53:45.469 INFO O| Aug 27 00:53:45.469 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-27T00:53:46.619Z[ recovery-image] Aug 27 00:53:45.480 INFO O| Aug 27 00:53:45.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63932026-08-27T00:53:46.619Z[ recovery-image] Aug 27 00:53:45.480 INFO O| Aug 27 00:53:45.480 INFO STEP 363 (remove_files) COMPLETE
63942026-08-27T00:53:46.619Z[ recovery-image] Aug 27 00:53:45.480 INFO O| Aug 27 00:53:45.480 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-27T00:53:46.630Z[ recovery-image] Aug 27 00:53:45.491 INFO O| Aug 27 00:53:45.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63962026-08-27T00:53:46.630Z[ recovery-image] Aug 27 00:53:45.491 INFO O| Aug 27 00:53:45.491 INFO STEP 364 (remove_files) COMPLETE
63972026-08-27T00:53:46.630Z[ recovery-image] Aug 27 00:53:45.491 INFO O| Aug 27 00:53:45.491 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-27T00:53:46.641Z[ recovery-image] Aug 27 00:53:45.502 INFO O| Aug 27 00:53:45.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63992026-08-27T00:53:46.641Z[ recovery-image] Aug 27 00:53:45.502 INFO O| Aug 27 00:53:45.502 INFO STEP 365 (remove_files) COMPLETE
64002026-08-27T00:53:46.641Z[ recovery-image] Aug 27 00:53:45.502 INFO O| Aug 27 00:53:45.502 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-27T00:53:46.654Z[ recovery-image] Aug 27 00:53:45.514 INFO O| Aug 27 00:53:45.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64022026-08-27T00:53:46.654Z[ recovery-image] Aug 27 00:53:45.514 INFO O| Aug 27 00:53:45.514 INFO STEP 366 (remove_files) COMPLETE
64032026-08-27T00:53:46.654Z[ recovery-image] Aug 27 00:53:45.514 INFO O| Aug 27 00:53:45.514 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-27T00:53:46.662Z[ recovery-image] Aug 27 00:53:45.524 INFO O| Aug 27 00:53:45.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64052026-08-27T00:53:46.662Z[ recovery-image] Aug 27 00:53:45.524 INFO O| Aug 27 00:53:45.524 INFO STEP 367 (remove_files) COMPLETE
64062026-08-27T00:53:46.666Z[ recovery-image] Aug 27 00:53:45.524 INFO O| Aug 27 00:53:45.524 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-27T00:53:46.673Z[ recovery-image] Aug 27 00:53:45.535 INFO O| Aug 27 00:53:45.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64082026-08-27T00:53:46.673Z[ recovery-image] Aug 27 00:53:45.535 INFO O| Aug 27 00:53:45.535 INFO STEP 368 (remove_files) COMPLETE
64092026-08-27T00:53:46.676Z[ recovery-image] Aug 27 00:53:45.535 INFO O| Aug 27 00:53:45.535 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-27T00:53:46.683Z[ recovery-image] Aug 27 00:53:45.545 INFO O| Aug 27 00:53:45.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64112026-08-27T00:53:46.683Z[ recovery-image] Aug 27 00:53:45.545 INFO O| Aug 27 00:53:45.545 INFO STEP 369 (remove_files) COMPLETE
64122026-08-27T00:53:46.686Z[ recovery-image] Aug 27 00:53:45.545 INFO O| Aug 27 00:53:45.545 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-27T00:53:46.690Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
64142026-08-27T00:53:46.693Z[ recovery-image] Aug 27 00:53:45.555 INFO O| Aug 27 00:53:45.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64152026-08-27T00:53:46.693Z[ recovery-image] Aug 27 00:53:45.555 INFO O| Aug 27 00:53:45.555 INFO STEP 370 (remove_files) COMPLETE
64162026-08-27T00:53:46.693Z[ recovery-image] Aug 27 00:53:45.555 INFO O| Aug 27 00:53:45.555 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-27T00:53:46.703Z[ recovery-image] Aug 27 00:53:45.565 INFO O| Aug 27 00:53:45.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64182026-08-27T00:53:46.703Z[ recovery-image] Aug 27 00:53:45.565 INFO O| Aug 27 00:53:45.565 INFO STEP 371 (remove_files) COMPLETE
64192026-08-27T00:53:46.704Z[ recovery-image] Aug 27 00:53:45.565 INFO O| Aug 27 00:53:45.565 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-27T00:53:46.712Z[ recovery-image] Aug 27 00:53:45.573 INFO O| Aug 27 00:53:45.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64212026-08-27T00:53:46.712Z[ recovery-image] Aug 27 00:53:45.573 INFO O| Aug 27 00:53:45.573 INFO STEP 372 (remove_files) COMPLETE
64222026-08-27T00:53:46.712Z[ recovery-image] Aug 27 00:53:45.573 INFO O| Aug 27 00:53:45.573 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-27T00:53:46.715Z[verify-libraries] Compiling fatfs v0.3.6
64242026-08-27T00:53:46.722Z[ recovery-image] Aug 27 00:53:45.584 INFO O| Aug 27 00:53:45.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64252026-08-27T00:53:46.722Z[ recovery-image] Aug 27 00:53:45.584 INFO O| Aug 27 00:53:45.584 INFO STEP 373 (remove_files) COMPLETE
64262026-08-27T00:53:46.722Z[ recovery-image] Aug 27 00:53:45.584 INFO O| Aug 27 00:53:45.584 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-27T00:53:46.734Z[ recovery-image] Aug 27 00:53:45.594 INFO O| Aug 27 00:53:45.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64282026-08-27T00:53:46.734Z[ recovery-image] Aug 27 00:53:45.594 INFO O| Aug 27 00:53:45.594 INFO STEP 374 (remove_files) COMPLETE
64292026-08-27T00:53:46.734Z[ recovery-image] Aug 27 00:53:45.594 INFO O| Aug 27 00:53:45.594 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-27T00:53:46.743Z[ recovery-image] Aug 27 00:53:45.604 INFO O| Aug 27 00:53:45.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64312026-08-27T00:53:46.743Z[ recovery-image] Aug 27 00:53:45.604 INFO O| Aug 27 00:53:45.604 INFO STEP 375 (remove_files) COMPLETE
64322026-08-27T00:53:46.743Z[ recovery-image] Aug 27 00:53:45.604 INFO O| Aug 27 00:53:45.604 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-27T00:53:46.753Z[ recovery-image] Aug 27 00:53:45.615 INFO O| Aug 27 00:53:45.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64342026-08-27T00:53:46.753Z[ recovery-image] Aug 27 00:53:45.615 INFO O| Aug 27 00:53:45.615 INFO STEP 376 (remove_files) COMPLETE
64352026-08-27T00:53:46.753Z[ recovery-image] Aug 27 00:53:45.615 INFO O| Aug 27 00:53:45.615 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-27T00:53:46.763Z[ recovery-image] Aug 27 00:53:45.625 INFO O| Aug 27 00:53:45.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64372026-08-27T00:53:46.763Z[ recovery-image] Aug 27 00:53:45.625 INFO O| Aug 27 00:53:45.625 INFO STEP 377 (remove_files) COMPLETE
64382026-08-27T00:53:46.763Z[ recovery-image] Aug 27 00:53:45.625 INFO O| Aug 27 00:53:45.625 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-27T00:53:46.774Z[ recovery-image] Aug 27 00:53:45.636 INFO O| Aug 27 00:53:45.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64402026-08-27T00:53:46.774Z[ recovery-image] Aug 27 00:53:45.636 INFO O| Aug 27 00:53:45.636 INFO STEP 378 (remove_files) COMPLETE
64412026-08-27T00:53:46.774Z[ recovery-image] Aug 27 00:53:45.636 INFO O| Aug 27 00:53:45.636 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-27T00:53:46.785Z[ recovery-image] Aug 27 00:53:45.646 INFO O| Aug 27 00:53:45.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64432026-08-27T00:53:46.785Z[ recovery-image] Aug 27 00:53:45.646 INFO O| Aug 27 00:53:45.646 INFO STEP 379 (remove_files) COMPLETE
64442026-08-27T00:53:46.785Z[ recovery-image] Aug 27 00:53:45.646 INFO O| Aug 27 00:53:45.646 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-27T00:53:46.795Z[ recovery-image] Aug 27 00:53:45.656 INFO O| Aug 27 00:53:45.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64462026-08-27T00:53:46.798Z[ recovery-image] Aug 27 00:53:45.658 INFO O| Aug 27 00:53:45.657 INFO STEP 380 (remove_files) COMPLETE
64472026-08-27T00:53:46.798Z[ recovery-image] Aug 27 00:53:45.658 INFO O| Aug 27 00:53:45.658 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-27T00:53:46.809Z[verify-libraries] Compiling num-bigint v0.4.6
64492026-08-27T00:53:46.812Z[ recovery-image] Aug 27 00:53:45.673 INFO O| Aug 27 00:53:45.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64502026-08-27T00:53:46.812Z[ recovery-image] Aug 27 00:53:45.673 INFO O| Aug 27 00:53:45.673 INFO STEP 381 (remove_files) COMPLETE
64512026-08-27T00:53:46.812Z[ recovery-image] Aug 27 00:53:45.673 INFO O| Aug 27 00:53:45.673 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-27T00:53:46.821Z[ recovery-image] Aug 27 00:53:45.683 INFO O| Aug 27 00:53:45.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64532026-08-27T00:53:46.821Z[ recovery-image] Aug 27 00:53:45.683 INFO O| Aug 27 00:53:45.683 INFO STEP 382 (remove_files) COMPLETE
64542026-08-27T00:53:46.825Z[ recovery-image] Aug 27 00:53:45.683 INFO O| Aug 27 00:53:45.683 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-27T00:53:46.832Z[ recovery-image] Aug 27 00:53:45.694 INFO O| Aug 27 00:53:45.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64562026-08-27T00:53:46.832Z[ recovery-image] Aug 27 00:53:45.694 INFO O| Aug 27 00:53:45.694 INFO STEP 383 (remove_files) COMPLETE
64572026-08-27T00:53:46.832Z[ recovery-image] Aug 27 00:53:45.694 INFO O| Aug 27 00:53:45.694 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-27T00:53:46.860Z[ recovery-image] Aug 27 00:53:45.721 INFO O| Aug 27 00:53:45.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64592026-08-27T00:53:46.860Z[ recovery-image] Aug 27 00:53:45.721 INFO O| Aug 27 00:53:45.721 INFO STEP 384 (remove_files) COMPLETE
64602026-08-27T00:53:46.860Z[ recovery-image] Aug 27 00:53:45.721 INFO O| Aug 27 00:53:45.721 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-27T00:53:46.892Z[ recovery-image] Aug 27 00:53:45.754 INFO O| Aug 27 00:53:45.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64622026-08-27T00:53:46.892Z[ recovery-image] Aug 27 00:53:45.754 INFO O| Aug 27 00:53:45.754 INFO STEP 385 (remove_files) COMPLETE
64632026-08-27T00:53:46.892Z[ recovery-image] Aug 27 00:53:45.754 INFO O| Aug 27 00:53:45.754 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-27T00:53:46.901Z[ recovery-image] Aug 27 00:53:45.763 INFO O| Aug 27 00:53:45.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64652026-08-27T00:53:46.901Z[ recovery-image] Aug 27 00:53:45.763 INFO O| Aug 27 00:53:45.763 INFO STEP 386 (remove_files) COMPLETE
64662026-08-27T00:53:46.905Z[ recovery-image] Aug 27 00:53:45.763 INFO O| Aug 27 00:53:45.763 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-27T00:53:46.909Z[ recovery-image] Aug 27 00:53:45.771 INFO O| Aug 27 00:53:45.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64682026-08-27T00:53:46.909Z[ recovery-image] Aug 27 00:53:45.771 INFO O| Aug 27 00:53:45.771 INFO STEP 387 (remove_files) COMPLETE
64692026-08-27T00:53:46.913Z[ recovery-image] Aug 27 00:53:45.771 INFO O| Aug 27 00:53:45.771 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-27T00:53:46.926Z[ recovery-image] Aug 27 00:53:45.788 INFO O| Aug 27 00:53:45.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64712026-08-27T00:53:46.926Z[ recovery-image] Aug 27 00:53:45.788 INFO O| Aug 27 00:53:45.788 INFO STEP 388 (remove_files) COMPLETE
64722026-08-27T00:53:46.926Z[ recovery-image] Aug 27 00:53:45.788 INFO O| Aug 27 00:53:45.788 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-27T00:53:46.939Z[ recovery-image] Aug 27 00:53:45.800 INFO O| Aug 27 00:53:45.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64742026-08-27T00:53:46.939Z[ recovery-image] Aug 27 00:53:45.801 INFO O| Aug 27 00:53:45.801 INFO STEP 389 (remove_files) COMPLETE
64752026-08-27T00:53:46.939Z[ recovery-image] Aug 27 00:53:45.801 INFO O| Aug 27 00:53:45.801 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-27T00:53:46.949Z[ recovery-image] Aug 27 00:53:45.811 INFO O| Aug 27 00:53:45.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64772026-08-27T00:53:46.949Z[ recovery-image] Aug 27 00:53:45.811 INFO O| Aug 27 00:53:45.811 INFO STEP 390 (remove_files) COMPLETE
64782026-08-27T00:53:46.949Z[ recovery-image] Aug 27 00:53:45.811 INFO O| Aug 27 00:53:45.811 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-27T00:53:46.959Z[ recovery-image] Aug 27 00:53:45.820 INFO O| Aug 27 00:53:45.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64802026-08-27T00:53:46.959Z[ recovery-image] Aug 27 00:53:45.820 INFO O| Aug 27 00:53:45.820 INFO STEP 391 (remove_files) COMPLETE
64812026-08-27T00:53:46.959Z[ recovery-image] Aug 27 00:53:45.820 INFO O| Aug 27 00:53:45.820 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-27T00:53:47.106Z[verify-libraries] Compiling generic-array v1.4.3
64832026-08-27T00:53:47.109Z[ recovery-image] Aug 27 00:53:45.969 INFO O| Aug 27 00:53:45.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64842026-08-27T00:53:47.110Z[ recovery-image] Aug 27 00:53:45.969 INFO O| Aug 27 00:53:45.969 INFO STEP 392 (remove_files) COMPLETE
64852026-08-27T00:53:47.110Z[ recovery-image] Aug 27 00:53:45.969 INFO O| Aug 27 00:53:45.969 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-27T00:53:47.118Z[ recovery-image] Aug 27 00:53:45.979 INFO O| Aug 27 00:53:45.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64872026-08-27T00:53:47.118Z[ recovery-image] Aug 27 00:53:45.979 INFO O| Aug 27 00:53:45.979 INFO STEP 393 (remove_files) COMPLETE
64882026-08-27T00:53:47.118Z[ recovery-image] Aug 27 00:53:45.979 INFO O| Aug 27 00:53:45.979 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-27T00:53:47.132Z[ recovery-image] Aug 27 00:53:45.993 INFO O| Aug 27 00:53:45.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64902026-08-27T00:53:47.132Z[ recovery-image] Aug 27 00:53:45.993 INFO O| Aug 27 00:53:45.993 INFO STEP 394 (remove_files) COMPLETE
64912026-08-27T00:53:47.135Z[ recovery-image] Aug 27 00:53:45.993 INFO O| Aug 27 00:53:45.993 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-27T00:53:47.145Z[verify-libraries] Compiling russh-util v0.52.0
64932026-08-27T00:53:47.169Z[ recovery-image] Aug 27 00:53:46.015 INFO O| Aug 27 00:53:46.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64942026-08-27T00:53:47.235Z[ recovery-image] Aug 27 00:53:46.096 INFO O| Aug 27 00:53:46.096 INFO STEP 395 (remove_files) COMPLETE
64952026-08-27T00:53:47.238Z[ recovery-image] Aug 27 00:53:46.096 INFO O| Aug 27 00:53:46.096 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-27T00:53:47.251Z[ recovery-image] Aug 27 00:53:46.110 INFO O| Aug 27 00:53:46.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64972026-08-27T00:53:47.251Z[ recovery-image] Aug 27 00:53:46.110 INFO O| Aug 27 00:53:46.110 INFO STEP 396 (remove_files) COMPLETE
64982026-08-27T00:53:47.252Z[ recovery-image] Aug 27 00:53:46.110 INFO O| Aug 27 00:53:46.110 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-27T00:53:47.261Z[ recovery-image] Aug 27 00:53:46.123 INFO O| Aug 27 00:53:46.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65002026-08-27T00:53:47.262Z[ recovery-image] Aug 27 00:53:46.123 INFO O| Aug 27 00:53:46.123 INFO STEP 397 (remove_files) COMPLETE
65012026-08-27T00:53:47.265Z[ recovery-image] Aug 27 00:53:46.123 INFO O| Aug 27 00:53:46.123 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-27T00:53:47.274Z[ recovery-image] Aug 27 00:53:46.136 INFO O| Aug 27 00:53:46.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65032026-08-27T00:53:47.275Z[ recovery-image] Aug 27 00:53:46.136 INFO O| Aug 27 00:53:46.136 INFO STEP 398 (remove_files) COMPLETE
65042026-08-27T00:53:47.278Z[ recovery-image] Aug 27 00:53:46.136 INFO O| Aug 27 00:53:46.136 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-27T00:53:47.287Z[ recovery-image] Aug 27 00:53:46.148 INFO O| Aug 27 00:53:46.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65062026-08-27T00:53:47.287Z[ recovery-image] Aug 27 00:53:46.148 INFO O| Aug 27 00:53:46.148 INFO STEP 399 (remove_files) COMPLETE
65072026-08-27T00:53:47.287Z[ recovery-image] Aug 27 00:53:46.148 INFO O| Aug 27 00:53:46.148 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-27T00:53:47.299Z[ recovery-image] Aug 27 00:53:46.161 INFO O| Aug 27 00:53:46.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65092026-08-27T00:53:47.299Z[ recovery-image] Aug 27 00:53:46.161 INFO O| Aug 27 00:53:46.161 INFO STEP 400 (remove_files) COMPLETE
65102026-08-27T00:53:47.303Z[ recovery-image] Aug 27 00:53:46.161 INFO O| Aug 27 00:53:46.161 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-27T00:53:47.310Z[ recovery-image] Aug 27 00:53:46.171 INFO O| Aug 27 00:53:46.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65122026-08-27T00:53:47.310Z[ recovery-image] Aug 27 00:53:46.171 INFO O| Aug 27 00:53:46.171 INFO STEP 401 (remove_files) COMPLETE
65132026-08-27T00:53:47.313Z[ recovery-image] Aug 27 00:53:46.171 INFO O| Aug 27 00:53:46.171 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-27T00:53:47.319Z[ recovery-image] Aug 27 00:53:46.181 INFO O| Aug 27 00:53:46.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65152026-08-27T00:53:47.322Z[ recovery-image] Aug 27 00:53:46.181 INFO O| Aug 27 00:53:46.181 INFO STEP 402 (remove_files) COMPLETE
65162026-08-27T00:53:47.322Z[ recovery-image] Aug 27 00:53:46.181 INFO O| Aug 27 00:53:46.181 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-27T00:53:47.329Z[ recovery-image] Aug 27 00:53:46.190 INFO O| Aug 27 00:53:46.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65182026-08-27T00:53:47.329Z[ recovery-image] Aug 27 00:53:46.190 INFO O| Aug 27 00:53:46.190 INFO STEP 403 (remove_files) COMPLETE
65192026-08-27T00:53:47.333Z[ recovery-image] Aug 27 00:53:46.190 INFO O| Aug 27 00:53:46.190 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-27T00:53:47.341Z[ recovery-image] Aug 27 00:53:46.202 INFO O| Aug 27 00:53:46.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65212026-08-27T00:53:47.341Z[ recovery-image] Aug 27 00:53:46.202 INFO O| Aug 27 00:53:46.202 INFO STEP 404 (remove_files) COMPLETE
65222026-08-27T00:53:47.341Z[ recovery-image] Aug 27 00:53:46.202 INFO O| Aug 27 00:53:46.202 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-27T00:53:47.352Z[ recovery-image] Aug 27 00:53:46.214 INFO O| Aug 27 00:53:46.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65242026-08-27T00:53:47.352Z[ recovery-image] Aug 27 00:53:46.214 INFO O| Aug 27 00:53:46.214 INFO STEP 405 (remove_files) COMPLETE
65252026-08-27T00:53:47.352Z[ recovery-image] Aug 27 00:53:46.214 INFO O| Aug 27 00:53:46.214 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-27T00:53:47.361Z[ recovery-image] Aug 27 00:53:46.223 INFO O| Aug 27 00:53:46.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65272026-08-27T00:53:47.361Z[ recovery-image] Aug 27 00:53:46.223 INFO O| Aug 27 00:53:46.223 INFO STEP 406 (remove_files) COMPLETE
65282026-08-27T00:53:47.361Z[ recovery-image] Aug 27 00:53:46.223 INFO O| Aug 27 00:53:46.223 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-27T00:53:47.373Z[ recovery-image] Aug 27 00:53:46.234 INFO O| Aug 27 00:53:46.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65302026-08-27T00:53:47.373Z[ recovery-image] Aug 27 00:53:46.234 INFO O| Aug 27 00:53:46.234 INFO STEP 407 (remove_files) COMPLETE
65312026-08-27T00:53:47.373Z[ recovery-image] Aug 27 00:53:46.234 INFO O| Aug 27 00:53:46.234 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-27T00:53:47.384Z[ recovery-image] Aug 27 00:53:46.246 INFO O| Aug 27 00:53:46.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65332026-08-27T00:53:47.384Z[ recovery-image] Aug 27 00:53:46.246 INFO O| Aug 27 00:53:46.246 INFO STEP 408 (remove_files) COMPLETE
65342026-08-27T00:53:47.384Z[ recovery-image] Aug 27 00:53:46.246 INFO O| Aug 27 00:53:46.246 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-27T00:53:47.397Z[ recovery-image] Aug 27 00:53:46.258 INFO O| Aug 27 00:53:46.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65362026-08-27T00:53:47.397Z[ recovery-image] Aug 27 00:53:46.258 INFO O| Aug 27 00:53:46.258 INFO STEP 409 (remove_files) COMPLETE
65372026-08-27T00:53:47.397Z[ recovery-image] Aug 27 00:53:46.258 INFO O| Aug 27 00:53:46.258 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-27T00:53:47.406Z[ recovery-image] Aug 27 00:53:46.268 INFO O| Aug 27 00:53:46.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65392026-08-27T00:53:47.406Z[ recovery-image] Aug 27 00:53:46.268 INFO O| Aug 27 00:53:46.268 INFO STEP 410 (remove_files) COMPLETE
65402026-08-27T00:53:47.407Z[ recovery-image] Aug 27 00:53:46.268 INFO O| Aug 27 00:53:46.268 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-27T00:53:47.417Z[ recovery-image] Aug 27 00:53:46.278 INFO O| Aug 27 00:53:46.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65422026-08-27T00:53:47.417Z[ recovery-image] Aug 27 00:53:46.278 INFO O| Aug 27 00:53:46.278 INFO STEP 411 (remove_files) COMPLETE
65432026-08-27T00:53:47.421Z[ recovery-image] Aug 27 00:53:46.278 INFO O| Aug 27 00:53:46.278 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-27T00:53:47.426Z[ recovery-image] Aug 27 00:53:46.288 INFO O| Aug 27 00:53:46.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65452026-08-27T00:53:47.426Z[ recovery-image] Aug 27 00:53:46.288 INFO O| Aug 27 00:53:46.288 INFO STEP 412 (remove_files) COMPLETE
65462026-08-27T00:53:47.426Z[ recovery-image] Aug 27 00:53:46.288 INFO O| Aug 27 00:53:46.288 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-27T00:53:47.438Z[ recovery-image] Aug 27 00:53:46.300 INFO O| Aug 27 00:53:46.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65482026-08-27T00:53:47.438Z[ recovery-image] Aug 27 00:53:46.300 INFO O| Aug 27 00:53:46.300 INFO STEP 413 (remove_files) COMPLETE
65492026-08-27T00:53:47.442Z[ recovery-image] Aug 27 00:53:46.300 INFO O| Aug 27 00:53:46.300 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-27T00:53:47.450Z[ recovery-image] Aug 27 00:53:46.312 INFO O| Aug 27 00:53:46.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65512026-08-27T00:53:47.450Z[ recovery-image] Aug 27 00:53:46.312 INFO O| Aug 27 00:53:46.312 INFO STEP 414 (remove_files) COMPLETE
65522026-08-27T00:53:47.450Z[ recovery-image] Aug 27 00:53:46.312 INFO O| Aug 27 00:53:46.312 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-27T00:53:47.460Z[ recovery-image] Aug 27 00:53:46.321 INFO O| Aug 27 00:53:46.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65542026-08-27T00:53:47.460Z[ recovery-image] Aug 27 00:53:46.322 INFO O| Aug 27 00:53:46.322 INFO STEP 415 (remove_files) COMPLETE
65552026-08-27T00:53:47.464Z[ recovery-image] Aug 27 00:53:46.322 INFO O| Aug 27 00:53:46.322 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-27T00:53:47.470Z[ recovery-image] Aug 27 00:53:46.332 INFO O| Aug 27 00:53:46.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65572026-08-27T00:53:47.470Z[ recovery-image] Aug 27 00:53:46.332 INFO O| Aug 27 00:53:46.332 INFO STEP 416 (remove_files) COMPLETE
65582026-08-27T00:53:47.473Z[ recovery-image] Aug 27 00:53:46.332 INFO O| Aug 27 00:53:46.332 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-27T00:53:47.482Z[ recovery-image] Aug 27 00:53:46.344 INFO O| Aug 27 00:53:46.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65602026-08-27T00:53:47.483Z[ recovery-image] Aug 27 00:53:46.344 INFO O| Aug 27 00:53:46.344 INFO STEP 417 (remove_files) COMPLETE
65612026-08-27T00:53:47.483Z[ recovery-image] Aug 27 00:53:46.344 INFO O| Aug 27 00:53:46.344 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-27T00:53:47.494Z[ recovery-image] Aug 27 00:53:46.356 INFO O| Aug 27 00:53:46.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65632026-08-27T00:53:47.494Z[ recovery-image] Aug 27 00:53:46.356 INFO O| Aug 27 00:53:46.356 INFO STEP 418 (remove_files) COMPLETE
65642026-08-27T00:53:47.498Z[ recovery-image] Aug 27 00:53:46.356 INFO O| Aug 27 00:53:46.356 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-27T00:53:47.498Z[verify-libraries] Compiling enum_dispatch v0.3.13
65662026-08-27T00:53:47.504Z[ recovery-image] Aug 27 00:53:46.366 INFO O| Aug 27 00:53:46.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65672026-08-27T00:53:47.504Z[ recovery-image] Aug 27 00:53:46.366 INFO O| Aug 27 00:53:46.366 INFO STEP 419 (remove_files) COMPLETE
65682026-08-27T00:53:47.504Z[ recovery-image] Aug 27 00:53:46.366 INFO O| Aug 27 00:53:46.366 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-27T00:53:47.516Z[ recovery-image] Aug 27 00:53:46.375 INFO O| Aug 27 00:53:46.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65702026-08-27T00:53:47.516Z[ recovery-image] Aug 27 00:53:46.376 INFO O| Aug 27 00:53:46.376 INFO STEP 420 (remove_files) COMPLETE
65712026-08-27T00:53:47.516Z[ recovery-image] Aug 27 00:53:46.376 INFO O| Aug 27 00:53:46.376 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-27T00:53:47.524Z[ recovery-image] Aug 27 00:53:46.386 INFO O| Aug 27 00:53:46.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65732026-08-27T00:53:47.524Z[ recovery-image] Aug 27 00:53:46.386 INFO O| Aug 27 00:53:46.386 INFO STEP 421 (remove_files) COMPLETE
65742026-08-27T00:53:47.528Z[ recovery-image] Aug 27 00:53:46.386 INFO O| Aug 27 00:53:46.386 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-27T00:53:47.535Z[ recovery-image] Aug 27 00:53:46.396 INFO O| Aug 27 00:53:46.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65762026-08-27T00:53:47.535Z[ recovery-image] Aug 27 00:53:46.396 INFO O| Aug 27 00:53:46.396 INFO STEP 422 (remove_files) COMPLETE
65772026-08-27T00:53:47.538Z[ recovery-image] Aug 27 00:53:46.396 INFO O| Aug 27 00:53:46.396 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-27T00:53:47.546Z[ recovery-image] Aug 27 00:53:46.407 INFO O| Aug 27 00:53:46.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65792026-08-27T00:53:47.547Z[ recovery-image] Aug 27 00:53:46.407 INFO O| Aug 27 00:53:46.407 INFO STEP 423 (remove_files) COMPLETE
65802026-08-27T00:53:47.550Z[ recovery-image] Aug 27 00:53:46.407 INFO O| Aug 27 00:53:46.407 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-27T00:53:47.559Z[ recovery-image] Aug 27 00:53:46.421 INFO O| Aug 27 00:53:46.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65822026-08-27T00:53:47.559Z[ recovery-image] Aug 27 00:53:46.421 INFO O| Aug 27 00:53:46.421 INFO STEP 424 (remove_files) COMPLETE
65832026-08-27T00:53:47.562Z[ recovery-image] Aug 27 00:53:46.421 INFO O| Aug 27 00:53:46.421 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-27T00:53:47.568Z[verify-libraries] Compiling delegate v0.13.5
65852026-08-27T00:53:47.571Z[ recovery-image] Aug 27 00:53:46.431 INFO O| Aug 27 00:53:46.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65862026-08-27T00:53:47.571Z[ recovery-image] Aug 27 00:53:46.431 INFO O| Aug 27 00:53:46.431 INFO STEP 425 (remove_files) COMPLETE
65872026-08-27T00:53:47.571Z[ recovery-image] Aug 27 00:53:46.431 INFO O| Aug 27 00:53:46.431 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-27T00:53:47.579Z[ recovery-image] Aug 27 00:53:46.441 INFO O| Aug 27 00:53:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65892026-08-27T00:53:47.579Z[ recovery-image] Aug 27 00:53:46.441 INFO O| Aug 27 00:53:46.441 INFO STEP 426 (remove_files) COMPLETE
65902026-08-27T00:53:47.579Z[ recovery-image] Aug 27 00:53:46.441 INFO O| Aug 27 00:53:46.441 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-27T00:53:47.589Z[ recovery-image] Aug 27 00:53:46.450 INFO O| Aug 27 00:53:46.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65922026-08-27T00:53:47.589Z[ recovery-image] Aug 27 00:53:46.450 INFO O| Aug 27 00:53:46.450 INFO STEP 427 (remove_files) COMPLETE
65932026-08-27T00:53:47.589Z[ recovery-image] Aug 27 00:53:46.450 INFO O| Aug 27 00:53:46.450 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-27T00:53:47.598Z[ recovery-image] Aug 27 00:53:46.460 INFO O| Aug 27 00:53:46.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65952026-08-27T00:53:47.598Z[ recovery-image] Aug 27 00:53:46.460 INFO O| Aug 27 00:53:46.460 INFO STEP 428 (remove_files) COMPLETE
65962026-08-27T00:53:47.598Z[ recovery-image] Aug 27 00:53:46.460 INFO O| Aug 27 00:53:46.460 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-27T00:53:47.608Z[ recovery-image] Aug 27 00:53:46.469 INFO O| Aug 27 00:53:46.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65982026-08-27T00:53:47.608Z[ recovery-image] Aug 27 00:53:46.469 INFO O| Aug 27 00:53:46.469 INFO STEP 429 (remove_files) COMPLETE
65992026-08-27T00:53:47.612Z[ recovery-image] Aug 27 00:53:46.469 INFO O| Aug 27 00:53:46.469 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-27T00:53:47.621Z[ recovery-image] Aug 27 00:53:46.478 INFO O| Aug 27 00:53:46.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66012026-08-27T00:53:47.622Z[ recovery-image] Aug 27 00:53:46.478 INFO O| Aug 27 00:53:46.478 INFO STEP 430 (remove_files) COMPLETE
66022026-08-27T00:53:47.622Z[ recovery-image] Aug 27 00:53:46.478 INFO O| Aug 27 00:53:46.478 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-27T00:53:47.626Z[ recovery-image] Aug 27 00:53:46.487 INFO O| Aug 27 00:53:46.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66042026-08-27T00:53:47.626Z[ recovery-image] Aug 27 00:53:46.487 INFO O| Aug 27 00:53:46.487 INFO STEP 431 (remove_files) COMPLETE
66052026-08-27T00:53:47.626Z[ recovery-image] Aug 27 00:53:46.487 INFO O| Aug 27 00:53:46.487 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-27T00:53:47.634Z[ recovery-image] Aug 27 00:53:46.496 INFO O| Aug 27 00:53:46.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66072026-08-27T00:53:47.634Z[ recovery-image] Aug 27 00:53:46.496 INFO O| Aug 27 00:53:46.496 INFO STEP 432 (remove_files) COMPLETE
66082026-08-27T00:53:47.637Z[ recovery-image] Aug 27 00:53:46.496 INFO O| Aug 27 00:53:46.496 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-27T00:53:47.643Z[ recovery-image] Aug 27 00:53:46.505 INFO O| Aug 27 00:53:46.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66102026-08-27T00:53:47.643Z[ recovery-image] Aug 27 00:53:46.505 INFO O| Aug 27 00:53:46.505 INFO STEP 433 (remove_files) COMPLETE
66112026-08-27T00:53:47.647Z[ recovery-image] Aug 27 00:53:46.505 INFO O| Aug 27 00:53:46.505 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-27T00:53:47.654Z[ recovery-image] Aug 27 00:53:46.515 INFO O| Aug 27 00:53:46.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66132026-08-27T00:53:47.654Z[ recovery-image] Aug 27 00:53:46.515 INFO O| Aug 27 00:53:46.515 INFO STEP 434 (remove_files) COMPLETE
66142026-08-27T00:53:47.654Z[ recovery-image] Aug 27 00:53:46.515 INFO O| Aug 27 00:53:46.515 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-27T00:53:47.663Z[ recovery-image] Aug 27 00:53:46.525 INFO O| Aug 27 00:53:46.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66162026-08-27T00:53:47.663Z[ recovery-image] Aug 27 00:53:46.525 INFO O| Aug 27 00:53:46.525 INFO STEP 435 (remove_files) COMPLETE
66172026-08-27T00:53:47.667Z[ recovery-image] Aug 27 00:53:46.525 INFO O| Aug 27 00:53:46.525 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-27T00:53:47.673Z[ recovery-image] Aug 27 00:53:46.535 INFO O| Aug 27 00:53:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66192026-08-27T00:53:47.673Z[ recovery-image] Aug 27 00:53:46.535 INFO O| Aug 27 00:53:46.535 INFO STEP 436 (remove_files) COMPLETE
66202026-08-27T00:53:47.677Z[ recovery-image] Aug 27 00:53:46.535 INFO O| Aug 27 00:53:46.535 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-27T00:53:47.683Z[ recovery-image] Aug 27 00:53:46.544 INFO O| Aug 27 00:53:46.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66222026-08-27T00:53:47.683Z[ recovery-image] Aug 27 00:53:46.544 INFO O| Aug 27 00:53:46.544 INFO STEP 437 (remove_files) COMPLETE
66232026-08-27T00:53:47.683Z[ recovery-image] Aug 27 00:53:46.544 INFO O| Aug 27 00:53:46.544 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-27T00:53:47.692Z[ recovery-image] Aug 27 00:53:46.553 INFO O| Aug 27 00:53:46.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66252026-08-27T00:53:47.692Z[ recovery-image] Aug 27 00:53:46.553 INFO O| Aug 27 00:53:46.553 INFO STEP 438 (remove_files) COMPLETE
66262026-08-27T00:53:47.692Z[ recovery-image] Aug 27 00:53:46.553 INFO O| Aug 27 00:53:46.553 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-27T00:53:47.700Z[verify-libraries] Compiling sapling-renderdag v0.1.0
66282026-08-27T00:53:47.705Z[ recovery-image] Aug 27 00:53:46.563 INFO O| Aug 27 00:53:46.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66292026-08-27T00:53:47.705Z[ recovery-image] Aug 27 00:53:46.563 INFO O| Aug 27 00:53:46.563 INFO STEP 439 (remove_files) COMPLETE
66302026-08-27T00:53:47.705Z[ recovery-image] Aug 27 00:53:46.563 INFO O| Aug 27 00:53:46.563 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-27T00:53:47.711Z[ recovery-image] Aug 27 00:53:46.573 INFO O| Aug 27 00:53:46.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66322026-08-27T00:53:47.711Z[ recovery-image] Aug 27 00:53:46.573 INFO O| Aug 27 00:53:46.573 INFO STEP 440 (remove_files) COMPLETE
66332026-08-27T00:53:47.711Z[ recovery-image] Aug 27 00:53:46.573 INFO O| Aug 27 00:53:46.573 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-27T00:53:47.720Z[ recovery-image] Aug 27 00:53:46.582 INFO O| Aug 27 00:53:46.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66352026-08-27T00:53:47.720Z[ recovery-image] Aug 27 00:53:46.582 INFO O| Aug 27 00:53:46.582 INFO STEP 441 (remove_files) COMPLETE
66362026-08-27T00:53:47.720Z[ recovery-image] Aug 27 00:53:46.582 INFO O| Aug 27 00:53:46.582 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-27T00:53:47.730Z[ recovery-image] Aug 27 00:53:46.591 INFO O| Aug 27 00:53:46.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66382026-08-27T00:53:47.730Z[ recovery-image] Aug 27 00:53:46.592 INFO O| Aug 27 00:53:46.591 INFO STEP 442 (remove_files) COMPLETE
66392026-08-27T00:53:47.730Z[ recovery-image] Aug 27 00:53:46.592 INFO O| Aug 27 00:53:46.592 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-27T00:53:47.739Z[ recovery-image] Aug 27 00:53:46.601 INFO O| Aug 27 00:53:46.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66412026-08-27T00:53:47.739Z[ recovery-image] Aug 27 00:53:46.601 INFO O| Aug 27 00:53:46.601 INFO STEP 443 (remove_files) COMPLETE
66422026-08-27T00:53:47.740Z[ recovery-image] Aug 27 00:53:46.601 INFO O| Aug 27 00:53:46.601 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-27T00:53:47.748Z[ recovery-image] Aug 27 00:53:46.610 INFO O| Aug 27 00:53:46.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66442026-08-27T00:53:47.748Z[ recovery-image] Aug 27 00:53:46.610 INFO O| Aug 27 00:53:46.610 INFO STEP 444 (remove_files) COMPLETE
66452026-08-27T00:53:47.748Z[ recovery-image] Aug 27 00:53:46.610 INFO O| Aug 27 00:53:46.610 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-27T00:53:47.758Z[ recovery-image] Aug 27 00:53:46.620 INFO O| Aug 27 00:53:46.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66472026-08-27T00:53:47.758Z[ recovery-image] Aug 27 00:53:46.620 INFO O| Aug 27 00:53:46.620 INFO STEP 445 (remove_files) COMPLETE
66482026-08-27T00:53:47.758Z[ recovery-image] Aug 27 00:53:46.620 INFO O| Aug 27 00:53:46.620 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-27T00:53:47.768Z[ recovery-image] Aug 27 00:53:46.630 INFO O| Aug 27 00:53:46.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66502026-08-27T00:53:47.768Z[ recovery-image] Aug 27 00:53:46.630 INFO O| Aug 27 00:53:46.630 INFO STEP 446 (remove_files) COMPLETE
66512026-08-27T00:53:47.768Z[ recovery-image] Aug 27 00:53:46.630 INFO O| Aug 27 00:53:46.630 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-27T00:53:47.779Z[ recovery-image] Aug 27 00:53:46.640 INFO O| Aug 27 00:53:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66532026-08-27T00:53:47.779Z[ recovery-image] Aug 27 00:53:46.641 INFO O| Aug 27 00:53:46.640 INFO STEP 447 (remove_files) COMPLETE
66542026-08-27T00:53:47.779Z[ recovery-image] Aug 27 00:53:46.641 INFO O| Aug 27 00:53:46.641 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-27T00:53:47.789Z[ recovery-image] Aug 27 00:53:46.651 INFO O| Aug 27 00:53:46.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66562026-08-27T00:53:47.789Z[ recovery-image] Aug 27 00:53:46.651 INFO O| Aug 27 00:53:46.651 INFO STEP 448 (remove_files) COMPLETE
66572026-08-27T00:53:47.793Z[ recovery-image] Aug 27 00:53:46.651 INFO O| Aug 27 00:53:46.651 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-27T00:53:47.799Z[ recovery-image] Aug 27 00:53:46.661 INFO O| Aug 27 00:53:46.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66592026-08-27T00:53:47.799Z[ recovery-image] Aug 27 00:53:46.661 INFO O| Aug 27 00:53:46.661 INFO STEP 449 (remove_files) COMPLETE
66602026-08-27T00:53:47.799Z[ recovery-image] Aug 27 00:53:46.661 INFO O| Aug 27 00:53:46.661 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-27T00:53:47.806Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
66622026-08-27T00:53:47.810Z[ recovery-image] Aug 27 00:53:46.671 INFO O| Aug 27 00:53:46.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66632026-08-27T00:53:47.814Z[ recovery-image] Aug 27 00:53:46.672 INFO O| Aug 27 00:53:46.672 INFO STEP 450 (remove_files) COMPLETE
66642026-08-27T00:53:47.814Z[ recovery-image] Aug 27 00:53:46.672 INFO O| Aug 27 00:53:46.672 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-27T00:53:47.821Z[ recovery-image] Aug 27 00:53:46.683 INFO O| Aug 27 00:53:46.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66662026-08-27T00:53:47.824Z[ recovery-image] Aug 27 00:53:46.683 INFO O| Aug 27 00:53:46.683 INFO STEP 451 (remove_files) COMPLETE
66672026-08-27T00:53:47.824Z[ recovery-image] Aug 27 00:53:46.683 INFO O| Aug 27 00:53:46.683 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-27T00:53:47.831Z[ recovery-image] Aug 27 00:53:46.693 INFO O| Aug 27 00:53:46.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66692026-08-27T00:53:47.831Z[ recovery-image] Aug 27 00:53:46.693 INFO O| Aug 27 00:53:46.693 INFO STEP 452 (remove_files) COMPLETE
66702026-08-27T00:53:47.835Z[ recovery-image] Aug 27 00:53:46.693 INFO O| Aug 27 00:53:46.693 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-27T00:53:47.840Z[ recovery-image] Aug 27 00:53:46.702 INFO O| Aug 27 00:53:46.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66722026-08-27T00:53:47.840Z[ recovery-image] Aug 27 00:53:46.702 INFO O| Aug 27 00:53:46.702 INFO STEP 453 (remove_files) COMPLETE
66732026-08-27T00:53:47.844Z[ recovery-image] Aug 27 00:53:46.702 INFO O| Aug 27 00:53:46.702 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-27T00:53:47.849Z[ recovery-image] Aug 27 00:53:46.711 INFO O| Aug 27 00:53:46.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66752026-08-27T00:53:47.849Z[ recovery-image] Aug 27 00:53:46.711 INFO O| Aug 27 00:53:46.711 INFO STEP 454 (remove_files) COMPLETE
66762026-08-27T00:53:47.852Z[ recovery-image] Aug 27 00:53:46.711 INFO O| Aug 27 00:53:46.711 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-27T00:53:47.852Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
66782026-08-27T00:53:47.859Z[ recovery-image] Aug 27 00:53:46.720 INFO O| Aug 27 00:53:46.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66792026-08-27T00:53:47.859Z[ recovery-image] Aug 27 00:53:46.720 INFO O| Aug 27 00:53:46.720 INFO STEP 455 (remove_files) COMPLETE
66802026-08-27T00:53:47.859Z[ recovery-image] Aug 27 00:53:46.720 INFO O| Aug 27 00:53:46.720 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-27T00:53:47.868Z[ recovery-image] Aug 27 00:53:46.730 INFO O| Aug 27 00:53:46.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66822026-08-27T00:53:47.868Z[ recovery-image] Aug 27 00:53:46.730 INFO O| Aug 27 00:53:46.730 INFO STEP 456 (remove_files) COMPLETE
66832026-08-27T00:53:47.868Z[ recovery-image] Aug 27 00:53:46.730 INFO O| Aug 27 00:53:46.730 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-27T00:53:47.878Z[ recovery-image] Aug 27 00:53:46.739 INFO O| Aug 27 00:53:46.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66852026-08-27T00:53:47.878Z[ recovery-image] Aug 27 00:53:46.739 INFO O| Aug 27 00:53:46.739 INFO STEP 457 (remove_files) COMPLETE
66862026-08-27T00:53:47.878Z[ recovery-image] Aug 27 00:53:46.739 INFO O| Aug 27 00:53:46.739 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-27T00:53:47.889Z[ recovery-image] Aug 27 00:53:46.750 INFO O| Aug 27 00:53:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66882026-08-27T00:53:47.889Z[ recovery-image] Aug 27 00:53:46.750 INFO O| Aug 27 00:53:46.750 INFO STEP 458 (remove_files) COMPLETE
66892026-08-27T00:53:47.889Z[ recovery-image] Aug 27 00:53:46.750 INFO O| Aug 27 00:53:46.750 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-27T00:53:47.900Z[ recovery-image] Aug 27 00:53:46.761 INFO O| Aug 27 00:53:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66912026-08-27T00:53:47.900Z[ recovery-image] Aug 27 00:53:46.761 INFO O| Aug 27 00:53:46.761 INFO STEP 459 (remove_files) COMPLETE
66922026-08-27T00:53:47.906Z[ recovery-image] Aug 27 00:53:46.761 INFO O| Aug 27 00:53:46.761 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-27T00:53:47.910Z[verify-libraries] Compiling hex-literal v1.1.0
66942026-08-27T00:53:47.910Z[ recovery-image] Aug 27 00:53:46.772 INFO O| Aug 27 00:53:46.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66952026-08-27T00:53:47.910Z[ recovery-image] Aug 27 00:53:46.772 INFO O| Aug 27 00:53:46.772 INFO STEP 460 (remove_files) COMPLETE
66962026-08-27T00:53:47.910Z[ recovery-image] Aug 27 00:53:46.772 INFO O| Aug 27 00:53:46.772 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-27T00:53:47.920Z[ recovery-image] Aug 27 00:53:46.782 INFO O| Aug 27 00:53:46.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66982026-08-27T00:53:47.921Z[ recovery-image] Aug 27 00:53:46.782 INFO O| Aug 27 00:53:46.782 INFO STEP 461 (remove_files) COMPLETE
66992026-08-27T00:53:47.921Z[ recovery-image] Aug 27 00:53:46.782 INFO O| Aug 27 00:53:46.782 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-27T00:53:47.930Z[ recovery-image] Aug 27 00:53:46.792 INFO O| Aug 27 00:53:46.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67012026-08-27T00:53:47.930Z[ recovery-image] Aug 27 00:53:46.792 INFO O| Aug 27 00:53:46.792 INFO STEP 462 (remove_files) COMPLETE
67022026-08-27T00:53:47.930Z[ recovery-image] Aug 27 00:53:46.792 INFO O| Aug 27 00:53:46.792 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-27T00:53:47.942Z[ recovery-image] Aug 27 00:53:46.802 INFO O| Aug 27 00:53:46.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67042026-08-27T00:53:47.942Z[ recovery-image] Aug 27 00:53:46.802 INFO O| Aug 27 00:53:46.802 INFO STEP 463 (remove_files) COMPLETE
67052026-08-27T00:53:47.942Z[ recovery-image] Aug 27 00:53:46.802 INFO O| Aug 27 00:53:46.802 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-27T00:53:47.961Z[ recovery-image] Aug 27 00:53:46.812 INFO O| Aug 27 00:53:46.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67072026-08-27T00:53:47.961Z[ recovery-image] Aug 27 00:53:46.812 INFO O| Aug 27 00:53:46.812 INFO STEP 464 (remove_files) COMPLETE
67082026-08-27T00:53:47.961Z[ recovery-image] Aug 27 00:53:46.812 INFO O| Aug 27 00:53:46.812 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-27T00:53:47.965Z[ recovery-image] Aug 27 00:53:46.821 INFO O| Aug 27 00:53:46.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67102026-08-27T00:53:47.965Z[ recovery-image] Aug 27 00:53:46.821 INFO O| Aug 27 00:53:46.821 INFO STEP 465 (remove_files) COMPLETE
67112026-08-27T00:53:47.965Z[ recovery-image] Aug 27 00:53:46.821 INFO O| Aug 27 00:53:46.821 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-27T00:53:47.969Z[ recovery-image] Aug 27 00:53:46.829 INFO O| Aug 27 00:53:46.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67132026-08-27T00:53:47.969Z[ recovery-image] Aug 27 00:53:46.829 INFO O| Aug 27 00:53:46.829 INFO STEP 466 (remove_files) COMPLETE
67142026-08-27T00:53:47.969Z[ recovery-image] Aug 27 00:53:46.829 INFO O| Aug 27 00:53:46.829 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-27T00:53:47.978Z[ recovery-image] Aug 27 00:53:46.840 INFO O| Aug 27 00:53:46.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67162026-08-27T00:53:47.978Z[ recovery-image] Aug 27 00:53:46.840 INFO O| Aug 27 00:53:46.840 INFO STEP 467 (remove_files) COMPLETE
67172026-08-27T00:53:47.981Z[ recovery-image] Aug 27 00:53:46.840 INFO O| Aug 27 00:53:46.840 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-27T00:53:47.987Z[ recovery-image] Aug 27 00:53:46.849 INFO O| Aug 27 00:53:46.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67192026-08-27T00:53:47.987Z[ recovery-image] Aug 27 00:53:46.849 INFO O| Aug 27 00:53:46.849 INFO STEP 468 (remove_files) COMPLETE
67202026-08-27T00:53:47.990Z[ recovery-image] Aug 27 00:53:46.849 INFO O| Aug 27 00:53:46.849 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-27T00:53:47.995Z[ recovery-image] Aug 27 00:53:46.857 INFO O| Aug 27 00:53:46.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67222026-08-27T00:53:47.995Z[ recovery-image] Aug 27 00:53:46.857 INFO O| Aug 27 00:53:46.857 INFO STEP 469 (remove_files) COMPLETE
67232026-08-27T00:53:47.998Z[ recovery-image] Aug 27 00:53:46.857 INFO O| Aug 27 00:53:46.857 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-27T00:53:48.004Z[ recovery-image] Aug 27 00:53:46.865 INFO O| Aug 27 00:53:46.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67252026-08-27T00:53:48.004Z[ recovery-image] Aug 27 00:53:46.865 INFO O| Aug 27 00:53:46.865 INFO STEP 470 (remove_files) COMPLETE
67262026-08-27T00:53:48.004Z[ recovery-image] Aug 27 00:53:46.865 INFO O| Aug 27 00:53:46.865 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-27T00:53:48.012Z[ recovery-image] Aug 27 00:53:46.873 INFO O| Aug 27 00:53:46.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67282026-08-27T00:53:48.012Z[ recovery-image] Aug 27 00:53:46.874 INFO O| Aug 27 00:53:46.873 INFO STEP 471 (remove_files) COMPLETE
67292026-08-27T00:53:48.012Z[ recovery-image] Aug 27 00:53:46.874 INFO O| Aug 27 00:53:46.874 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-27T00:53:48.020Z[ recovery-image] Aug 27 00:53:46.882 INFO O| Aug 27 00:53:46.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67312026-08-27T00:53:48.020Z[ recovery-image] Aug 27 00:53:46.882 INFO O| Aug 27 00:53:46.882 INFO STEP 472 (remove_files) COMPLETE
67322026-08-27T00:53:48.020Z[ recovery-image] Aug 27 00:53:46.882 INFO O| Aug 27 00:53:46.882 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-27T00:53:48.031Z[ recovery-image] Aug 27 00:53:46.892 INFO O| Aug 27 00:53:46.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67342026-08-27T00:53:48.031Z[ recovery-image] Aug 27 00:53:46.892 INFO O| Aug 27 00:53:46.892 INFO STEP 473 (remove_files) COMPLETE
67352026-08-27T00:53:48.031Z[ recovery-image] Aug 27 00:53:46.892 INFO O| Aug 27 00:53:46.892 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-27T00:53:48.040Z[ recovery-image] Aug 27 00:53:46.902 INFO O| Aug 27 00:53:46.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67372026-08-27T00:53:48.044Z[ recovery-image] Aug 27 00:53:46.903 INFO O| Aug 27 00:53:46.903 INFO STEP 474 (remove_files) COMPLETE
67382026-08-27T00:53:48.044Z[ recovery-image] Aug 27 00:53:46.903 INFO O| Aug 27 00:53:46.903 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-27T00:53:48.044Z[verify-libraries] Compiling md5 v0.8.0
67402026-08-27T00:53:48.051Z[ recovery-image] Aug 27 00:53:46.913 INFO O| Aug 27 00:53:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67412026-08-27T00:53:48.051Z[ recovery-image] Aug 27 00:53:46.913 INFO O| Aug 27 00:53:46.913 INFO STEP 475 (remove_files) COMPLETE
67422026-08-27T00:53:48.051Z[ recovery-image] Aug 27 00:53:46.913 INFO O| Aug 27 00:53:46.913 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-27T00:53:48.061Z[ recovery-image] Aug 27 00:53:46.922 INFO O| Aug 27 00:53:46.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67442026-08-27T00:53:48.061Z[ recovery-image] Aug 27 00:53:46.922 INFO O| Aug 27 00:53:46.922 INFO STEP 476 (remove_files) COMPLETE
67452026-08-27T00:53:48.061Z[ recovery-image] Aug 27 00:53:46.922 INFO O| Aug 27 00:53:46.922 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-27T00:53:48.069Z[ recovery-image] Aug 27 00:53:46.930 INFO O| Aug 27 00:53:46.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67472026-08-27T00:53:48.070Z[ recovery-image] Aug 27 00:53:46.930 INFO O| Aug 27 00:53:46.930 INFO STEP 477 (remove_files) COMPLETE
67482026-08-27T00:53:48.070Z[ recovery-image] Aug 27 00:53:46.930 INFO O| Aug 27 00:53:46.930 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-27T00:53:48.074Z[verify-libraries] Compiling seq-macro v0.3.6
67502026-08-27T00:53:48.078Z[ recovery-image] Aug 27 00:53:46.939 INFO O| Aug 27 00:53:46.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67512026-08-27T00:53:48.078Z[ recovery-image] Aug 27 00:53:46.939 INFO O| Aug 27 00:53:46.939 INFO STEP 478 (remove_files) COMPLETE
67522026-08-27T00:53:48.084Z[ recovery-image] Aug 27 00:53:46.939 INFO O| Aug 27 00:53:46.939 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-27T00:53:48.091Z[ recovery-image] Aug 27 00:53:46.952 INFO O| Aug 27 00:53:46.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67542026-08-27T00:53:48.091Z[ recovery-image] Aug 27 00:53:46.952 INFO O| Aug 27 00:53:46.952 INFO STEP 479 (remove_files) COMPLETE
67552026-08-27T00:53:48.091Z[ recovery-image] Aug 27 00:53:46.952 INFO O| Aug 27 00:53:46.952 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-27T00:53:48.099Z[ recovery-image] Aug 27 00:53:46.961 INFO O| Aug 27 00:53:46.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67572026-08-27T00:53:48.099Z[ recovery-image] Aug 27 00:53:46.961 INFO O| Aug 27 00:53:46.961 INFO STEP 480 (remove_files) COMPLETE
67582026-08-27T00:53:48.099Z[ recovery-image] Aug 27 00:53:46.961 INFO O| Aug 27 00:53:46.961 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-27T00:53:48.108Z[ recovery-image] Aug 27 00:53:46.970 INFO O| Aug 27 00:53:46.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67602026-08-27T00:53:48.108Z[ recovery-image] Aug 27 00:53:46.970 INFO O| Aug 27 00:53:46.970 INFO STEP 481 (remove_files) COMPLETE
67612026-08-27T00:53:48.108Z[ recovery-image] Aug 27 00:53:46.970 INFO O| Aug 27 00:53:46.970 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-27T00:53:48.117Z[verify-libraries] Compiling sync-ptr v0.1.4
67632026-08-27T00:53:48.140Z[ recovery-image] Aug 27 00:53:47.002 INFO O| Aug 27 00:53:47.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67642026-08-27T00:53:48.144Z[ recovery-image] Aug 27 00:53:47.002 INFO O| Aug 27 00:53:47.002 INFO STEP 482 (remove_files) COMPLETE
67652026-08-27T00:53:48.144Z[ recovery-image] Aug 27 00:53:47.002 INFO O| Aug 27 00:53:47.002 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-27T00:53:48.152Z[ recovery-image] Aug 27 00:53:47.013 INFO O| Aug 27 00:53:47.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67672026-08-27T00:53:48.152Z[ recovery-image] Aug 27 00:53:47.013 INFO O| Aug 27 00:53:47.013 INFO STEP 483 (remove_files) COMPLETE
67682026-08-27T00:53:48.152Z[ recovery-image] Aug 27 00:53:47.013 INFO O| Aug 27 00:53:47.013 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-27T00:53:48.162Z[ recovery-image] Aug 27 00:53:47.021 INFO O| Aug 27 00:53:47.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67702026-08-27T00:53:48.165Z[ recovery-image] Aug 27 00:53:47.022 INFO O| Aug 27 00:53:47.021 INFO STEP 484 (remove_files) COMPLETE
67712026-08-27T00:53:48.165Z[ recovery-image] Aug 27 00:53:47.022 INFO O| Aug 27 00:53:47.022 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-27T00:53:48.179Z[ recovery-image] Aug 27 00:53:47.037 INFO O| Aug 27 00:53:47.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67732026-08-27T00:53:48.180Z[ recovery-image] Aug 27 00:53:47.037 INFO O| Aug 27 00:53:47.037 INFO STEP 485 (remove_files) COMPLETE
67742026-08-27T00:53:48.180Z[ recovery-image] Aug 27 00:53:47.037 INFO O| Aug 27 00:53:47.037 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-27T00:53:48.195Z[ recovery-image] Aug 27 00:53:47.056 INFO O| Aug 27 00:53:47.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67762026-08-27T00:53:48.195Z[ recovery-image] Aug 27 00:53:47.056 INFO O| Aug 27 00:53:47.056 INFO STEP 486 (remove_files) COMPLETE
67772026-08-27T00:53:48.201Z[ recovery-image] Aug 27 00:53:47.056 INFO O| Aug 27 00:53:47.056 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-27T00:53:48.204Z[ recovery-image] Aug 27 00:53:47.066 INFO O| Aug 27 00:53:47.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67792026-08-27T00:53:48.204Z[ recovery-image] Aug 27 00:53:47.066 INFO O| Aug 27 00:53:47.066 INFO STEP 487 (remove_files) COMPLETE
67802026-08-27T00:53:48.205Z[ recovery-image] Aug 27 00:53:47.066 INFO O| Aug 27 00:53:47.066 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-27T00:53:48.219Z[ recovery-image] Aug 27 00:53:47.080 INFO O| Aug 27 00:53:47.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67822026-08-27T00:53:48.219Z[ recovery-image] Aug 27 00:53:47.080 INFO O| Aug 27 00:53:47.080 INFO STEP 488 (remove_files) COMPLETE
67832026-08-27T00:53:48.219Z[ recovery-image] Aug 27 00:53:47.080 INFO O| Aug 27 00:53:47.080 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-27T00:53:48.230Z[ recovery-image] Aug 27 00:53:47.092 INFO O| Aug 27 00:53:47.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67852026-08-27T00:53:48.230Z[ recovery-image] Aug 27 00:53:47.092 INFO O| Aug 27 00:53:47.092 INFO STEP 489 (remove_files) COMPLETE
67862026-08-27T00:53:48.230Z[ recovery-image] Aug 27 00:53:47.092 INFO O| Aug 27 00:53:47.092 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-27T00:53:48.241Z[ recovery-image] Aug 27 00:53:47.103 INFO O| Aug 27 00:53:47.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67882026-08-27T00:53:48.241Z[ recovery-image] Aug 27 00:53:47.103 INFO O| Aug 27 00:53:47.103 INFO STEP 490 (remove_files) COMPLETE
67892026-08-27T00:53:48.241Z[ recovery-image] Aug 27 00:53:47.103 INFO O| Aug 27 00:53:47.103 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-27T00:53:48.253Z[ recovery-image] Aug 27 00:53:47.114 INFO O| Aug 27 00:53:47.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67912026-08-27T00:53:48.253Z[ recovery-image] Aug 27 00:53:47.114 INFO O| Aug 27 00:53:47.114 INFO STEP 491 (remove_files) COMPLETE
67922026-08-27T00:53:48.257Z[ recovery-image] Aug 27 00:53:47.114 INFO O| Aug 27 00:53:47.114 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-27T00:53:48.262Z[ recovery-image] Aug 27 00:53:47.124 INFO O| Aug 27 00:53:47.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67942026-08-27T00:53:48.266Z[ recovery-image] Aug 27 00:53:47.125 INFO O| Aug 27 00:53:47.125 INFO STEP 492 (remove_files) COMPLETE
67952026-08-27T00:53:48.266Z[ recovery-image] Aug 27 00:53:47.125 INFO O| Aug 27 00:53:47.125 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-27T00:53:48.273Z[ recovery-image] Aug 27 00:53:47.134 INFO O| Aug 27 00:53:47.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67972026-08-27T00:53:48.273Z[ recovery-image] Aug 27 00:53:47.135 INFO O| Aug 27 00:53:47.135 INFO STEP 493 (remove_files) COMPLETE
67982026-08-27T00:53:48.273Z[ recovery-image] Aug 27 00:53:47.135 INFO O| Aug 27 00:53:47.135 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-27T00:53:48.288Z[ recovery-image] Aug 27 00:53:47.144 INFO O| Aug 27 00:53:47.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68002026-08-27T00:53:48.288Z[ recovery-image] Aug 27 00:53:47.145 INFO O| Aug 27 00:53:47.144 INFO STEP 494 (remove_files) COMPLETE
68012026-08-27T00:53:48.288Z[ recovery-image] Aug 27 00:53:47.145 INFO O| Aug 27 00:53:47.144 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-27T00:53:48.295Z[ recovery-image] Aug 27 00:53:47.154 INFO O| Aug 27 00:53:47.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68032026-08-27T00:53:48.295Z[ recovery-image] Aug 27 00:53:47.154 INFO O| Aug 27 00:53:47.154 INFO STEP 495 (remove_files) COMPLETE
68042026-08-27T00:53:48.295Z[ recovery-image] Aug 27 00:53:47.154 INFO O| Aug 27 00:53:47.154 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-27T00:53:48.302Z[ recovery-image] Aug 27 00:53:47.162 INFO O| Aug 27 00:53:47.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68062026-08-27T00:53:48.302Z[ recovery-image] Aug 27 00:53:47.163 INFO O| Aug 27 00:53:47.163 INFO STEP 496 (remove_files) COMPLETE
68072026-08-27T00:53:48.302Z[ recovery-image] Aug 27 00:53:47.163 INFO O| Aug 27 00:53:47.163 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-27T00:53:48.306Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
68092026-08-27T00:53:48.310Z[ recovery-image] Aug 27 00:53:47.171 INFO O| Aug 27 00:53:47.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68102026-08-27T00:53:48.310Z[ recovery-image] Aug 27 00:53:47.171 INFO O| Aug 27 00:53:47.171 INFO STEP 497 (remove_files) COMPLETE
68112026-08-27T00:53:48.310Z[ recovery-image] Aug 27 00:53:47.171 INFO O| Aug 27 00:53:47.171 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-27T00:53:48.318Z[ recovery-image] Aug 27 00:53:47.180 INFO O| Aug 27 00:53:47.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68132026-08-27T00:53:48.319Z[ recovery-image] Aug 27 00:53:47.180 INFO O| Aug 27 00:53:47.180 INFO STEP 498 (remove_files) COMPLETE
68142026-08-27T00:53:48.323Z[ recovery-image] Aug 27 00:53:47.180 INFO O| Aug 27 00:53:47.180 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-27T00:53:48.326Z[ recovery-image] Aug 27 00:53:47.188 INFO O| Aug 27 00:53:47.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68162026-08-27T00:53:48.326Z[ recovery-image] Aug 27 00:53:47.188 INFO O| Aug 27 00:53:47.188 INFO STEP 499 (remove_files) COMPLETE
68172026-08-27T00:53:48.330Z[ recovery-image] Aug 27 00:53:47.188 INFO O| Aug 27 00:53:47.188 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-27T00:53:48.336Z[ recovery-image] Aug 27 00:53:47.197 INFO O| Aug 27 00:53:47.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68192026-08-27T00:53:48.336Z[ recovery-image] Aug 27 00:53:47.197 INFO O| Aug 27 00:53:47.197 INFO STEP 500 (remove_files) COMPLETE
68202026-08-27T00:53:48.336Z[ recovery-image] Aug 27 00:53:47.197 INFO O| Aug 27 00:53:47.197 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-27T00:53:48.345Z[ recovery-image] Aug 27 00:53:47.206 INFO O| Aug 27 00:53:47.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68222026-08-27T00:53:48.345Z[ recovery-image] Aug 27 00:53:47.206 INFO O| Aug 27 00:53:47.206 INFO STEP 501 (remove_files) COMPLETE
68232026-08-27T00:53:48.348Z[ recovery-image] Aug 27 00:53:47.206 INFO O| Aug 27 00:53:47.206 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-27T00:53:48.353Z[ recovery-image] Aug 27 00:53:47.214 INFO O| Aug 27 00:53:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68252026-08-27T00:53:48.353Z[ recovery-image] Aug 27 00:53:47.214 INFO O| Aug 27 00:53:47.214 INFO STEP 502 (remove_files) COMPLETE
68262026-08-27T00:53:48.353Z[ recovery-image] Aug 27 00:53:47.214 INFO O| Aug 27 00:53:47.214 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-27T00:53:48.362Z[ recovery-image] Aug 27 00:53:47.223 INFO O| Aug 27 00:53:47.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68282026-08-27T00:53:48.362Z[ recovery-image] Aug 27 00:53:47.223 INFO O| Aug 27 00:53:47.223 INFO STEP 503 (remove_files) COMPLETE
68292026-08-27T00:53:48.362Z[ recovery-image] Aug 27 00:53:47.223 INFO O| Aug 27 00:53:47.223 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-27T00:53:48.371Z[ recovery-image] Aug 27 00:53:47.233 INFO O| Aug 27 00:53:47.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68312026-08-27T00:53:48.371Z[ recovery-image] Aug 27 00:53:47.233 INFO O| Aug 27 00:53:47.233 INFO STEP 504 (remove_files) COMPLETE
68322026-08-27T00:53:48.371Z[ recovery-image] Aug 27 00:53:47.233 INFO O| Aug 27 00:53:47.233 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-27T00:53:48.382Z[ recovery-image] Aug 27 00:53:47.242 INFO O| Aug 27 00:53:47.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68342026-08-27T00:53:48.382Z[ recovery-image] Aug 27 00:53:47.242 INFO O| Aug 27 00:53:47.242 INFO STEP 505 (remove_files) COMPLETE
68352026-08-27T00:53:48.382Z[ recovery-image] Aug 27 00:53:47.242 INFO O| Aug 27 00:53:47.242 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-27T00:53:48.393Z[ recovery-image] Aug 27 00:53:47.251 INFO O| Aug 27 00:53:47.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68372026-08-27T00:53:48.393Z[ recovery-image] Aug 27 00:53:47.251 INFO O| Aug 27 00:53:47.251 INFO STEP 506 (remove_files) COMPLETE
68382026-08-27T00:53:48.397Z[ recovery-image] Aug 27 00:53:47.251 INFO O| Aug 27 00:53:47.251 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-27T00:53:48.401Z[ recovery-image] Aug 27 00:53:47.260 INFO O| Aug 27 00:53:47.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68402026-08-27T00:53:48.401Z[ recovery-image] Aug 27 00:53:47.260 INFO O| Aug 27 00:53:47.260 INFO STEP 507 (remove_files) COMPLETE
68412026-08-27T00:53:48.401Z[ recovery-image] Aug 27 00:53:47.260 INFO O| Aug 27 00:53:47.260 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-27T00:53:48.407Z[ recovery-image] Aug 27 00:53:47.268 INFO O| Aug 27 00:53:47.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68432026-08-27T00:53:48.407Z[ recovery-image] Aug 27 00:53:47.268 INFO O| Aug 27 00:53:47.268 INFO STEP 508 (remove_files) COMPLETE
68442026-08-27T00:53:48.407Z[ recovery-image] Aug 27 00:53:47.268 INFO O| Aug 27 00:53:47.268 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.279 INFO O| Aug 27 00:53:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68462026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.279 INFO O| Aug 27 00:53:47.279 INFO STEP 509 (remove_files) COMPLETE
68472026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.279 INFO O| Aug 27 00:53:47.279 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.288 INFO O| Aug 27 00:53:47.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68492026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.288 INFO O| Aug 27 00:53:47.288 INFO STEP 510 (remove_files) COMPLETE
68502026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.288 INFO O| Aug 27 00:53:47.288 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.297 INFO O| Aug 27 00:53:47.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68522026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.297 INFO O| Aug 27 00:53:47.297 INFO STEP 511 (remove_files) COMPLETE
68532026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.297 INFO O| Aug 27 00:53:47.297 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.322 INFO O| Aug 27 00:53:47.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68552026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.322 INFO O| Aug 27 00:53:47.322 INFO STEP 512 (remove_files) COMPLETE
68562026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.322 INFO O| Aug 27 00:53:47.322 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.332 INFO O| Aug 27 00:53:47.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68582026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.333 INFO O| Aug 27 00:53:47.333 INFO STEP 513 (remove_files) COMPLETE
68592026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.333 INFO O| Aug 27 00:53:47.333 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.342 INFO O| Aug 27 00:53:47.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68612026-08-27T00:53:48.493Z[ recovery-image] Aug 27 00:53:47.342 INFO O| Aug 27 00:53:47.342 INFO STEP 514 (remove_files) COMPLETE
68622026-08-27T00:53:48.494Z[ recovery-image] Aug 27 00:53:47.342 INFO O| Aug 27 00:53:47.342 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-27T00:53:48.497Z[ recovery-image] Aug 27 00:53:47.352 INFO O| Aug 27 00:53:47.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68642026-08-27T00:53:48.497Z[ recovery-image] Aug 27 00:53:47.353 INFO O| Aug 27 00:53:47.353 INFO STEP 515 (remove_files) COMPLETE
68652026-08-27T00:53:48.497Z[ recovery-image] Aug 27 00:53:47.353 INFO O| Aug 27 00:53:47.353 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-27T00:53:48.508Z[ recovery-image] Aug 27 00:53:47.369 INFO O| Aug 27 00:53:47.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68672026-08-27T00:53:48.508Z[ recovery-image] Aug 27 00:53:47.370 INFO O| Aug 27 00:53:47.370 INFO STEP 516 (remove_files) COMPLETE
68682026-08-27T00:53:48.511Z[ recovery-image] Aug 27 00:53:47.370 INFO O| Aug 27 00:53:47.370 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-27T00:53:48.511Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
68702026-08-27T00:53:48.520Z[ recovery-image] Aug 27 00:53:47.381 INFO O| Aug 27 00:53:47.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68712026-08-27T00:53:48.520Z[ recovery-image] Aug 27 00:53:47.381 INFO O| Aug 27 00:53:47.381 INFO STEP 517 (remove_files) COMPLETE
68722026-08-27T00:53:48.520Z[ recovery-image] Aug 27 00:53:47.381 INFO O| Aug 27 00:53:47.381 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-27T00:53:48.530Z[ recovery-image] Aug 27 00:53:47.390 INFO O| Aug 27 00:53:47.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68742026-08-27T00:53:48.530Z[ recovery-image] Aug 27 00:53:47.390 INFO O| Aug 27 00:53:47.390 INFO STEP 518 (remove_files) COMPLETE
68752026-08-27T00:53:48.530Z[ recovery-image] Aug 27 00:53:47.390 INFO O| Aug 27 00:53:47.390 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-27T00:53:48.545Z[ recovery-image] Aug 27 00:53:47.404 INFO O| Aug 27 00:53:47.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68772026-08-27T00:53:48.545Z[ recovery-image] Aug 27 00:53:47.405 INFO O| Aug 27 00:53:47.400 INFO STEP 519 (remove_files) COMPLETE
68782026-08-27T00:53:48.545Z[ recovery-image] Aug 27 00:53:47.405 INFO O| Aug 27 00:53:47.400 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-27T00:53:48.553Z[ recovery-image] Aug 27 00:53:47.411 INFO O| Aug 27 00:53:47.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68802026-08-27T00:53:48.553Z[ recovery-image] Aug 27 00:53:47.411 INFO O| Aug 27 00:53:47.410 INFO STEP 520 (remove_files) COMPLETE
68812026-08-27T00:53:48.557Z[ recovery-image] Aug 27 00:53:47.411 INFO O| Aug 27 00:53:47.410 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-27T00:53:48.560Z[ recovery-image] Aug 27 00:53:47.420 INFO O| Aug 27 00:53:47.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68832026-08-27T00:53:48.560Z[ recovery-image] Aug 27 00:53:47.420 INFO O| Aug 27 00:53:47.420 INFO STEP 521 (remove_files) COMPLETE
68842026-08-27T00:53:48.560Z[ recovery-image] Aug 27 00:53:47.420 INFO O| Aug 27 00:53:47.420 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-27T00:53:48.567Z[ recovery-image] Aug 27 00:53:47.429 INFO O| Aug 27 00:53:47.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68862026-08-27T00:53:48.567Z[ recovery-image] Aug 27 00:53:47.429 INFO O| Aug 27 00:53:47.429 INFO STEP 522 (remove_files) COMPLETE
68872026-08-27T00:53:48.567Z[ recovery-image] Aug 27 00:53:47.429 INFO O| Aug 27 00:53:47.429 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-27T00:53:48.574Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
68892026-08-27T00:53:48.578Z[ recovery-image] Aug 27 00:53:47.438 INFO O| Aug 27 00:53:47.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68902026-08-27T00:53:48.578Z[ recovery-image] Aug 27 00:53:47.438 INFO O| Aug 27 00:53:47.438 INFO STEP 523 (remove_files) COMPLETE
68912026-08-27T00:53:48.578Z[ recovery-image] Aug 27 00:53:47.438 INFO O| Aug 27 00:53:47.438 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-27T00:53:48.587Z[ recovery-image] Aug 27 00:53:47.448 INFO O| Aug 27 00:53:47.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68932026-08-27T00:53:48.587Z[ recovery-image] Aug 27 00:53:47.448 INFO O| Aug 27 00:53:47.448 INFO STEP 524 (remove_files) COMPLETE
68942026-08-27T00:53:48.590Z[ recovery-image] Aug 27 00:53:47.448 INFO O| Aug 27 00:53:47.448 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-27T00:53:48.596Z[ recovery-image] Aug 27 00:53:47.458 INFO O| Aug 27 00:53:47.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68962026-08-27T00:53:48.600Z[ recovery-image] Aug 27 00:53:47.459 INFO O| Aug 27 00:53:47.459 INFO STEP 525 (remove_files) COMPLETE
68972026-08-27T00:53:48.600Z[ recovery-image] Aug 27 00:53:47.459 INFO O| Aug 27 00:53:47.459 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-27T00:53:48.612Z[ recovery-image] Aug 27 00:53:47.471 INFO O| Aug 27 00:53:47.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68992026-08-27T00:53:48.612Z[ recovery-image] Aug 27 00:53:47.471 INFO O| Aug 27 00:53:47.471 INFO STEP 526 (remove_files) COMPLETE
69002026-08-27T00:53:48.617Z[ recovery-image] Aug 27 00:53:47.471 INFO O| Aug 27 00:53:47.471 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-27T00:53:48.620Z[ recovery-image] Aug 27 00:53:47.480 INFO O| Aug 27 00:53:47.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69022026-08-27T00:53:48.620Z[ recovery-image] Aug 27 00:53:47.480 INFO O| Aug 27 00:53:47.480 INFO STEP 527 (remove_files) COMPLETE
69032026-08-27T00:53:48.623Z[ recovery-image] Aug 27 00:53:47.480 INFO O| Aug 27 00:53:47.480 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-27T00:53:48.627Z[ recovery-image] Aug 27 00:53:47.489 INFO O| Aug 27 00:53:47.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69052026-08-27T00:53:48.627Z[ recovery-image] Aug 27 00:53:47.489 INFO O| Aug 27 00:53:47.489 INFO STEP 528 (remove_files) COMPLETE
69062026-08-27T00:53:48.631Z[ recovery-image] Aug 27 00:53:47.489 INFO O| Aug 27 00:53:47.489 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-27T00:53:48.635Z[ recovery-image] Aug 27 00:53:47.497 INFO O| Aug 27 00:53:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69082026-08-27T00:53:48.635Z[ recovery-image] Aug 27 00:53:47.497 INFO O| Aug 27 00:53:47.497 INFO STEP 529 (remove_files) COMPLETE
69092026-08-27T00:53:48.635Z[ recovery-image] Aug 27 00:53:47.497 INFO O| Aug 27 00:53:47.497 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-27T00:53:48.645Z[ recovery-image] Aug 27 00:53:47.507 INFO O| Aug 27 00:53:47.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69112026-08-27T00:53:48.646Z[ recovery-image] Aug 27 00:53:47.507 INFO O| Aug 27 00:53:47.507 INFO STEP 530 (remove_files) COMPLETE
69122026-08-27T00:53:48.646Z[ recovery-image] Aug 27 00:53:47.507 INFO O| Aug 27 00:53:47.507 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-27T00:53:48.657Z[ recovery-image] Aug 27 00:53:47.517 INFO O| Aug 27 00:53:47.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69142026-08-27T00:53:48.657Z[ recovery-image] Aug 27 00:53:47.517 INFO O| Aug 27 00:53:47.517 INFO STEP 531 (remove_files) COMPLETE
69152026-08-27T00:53:48.658Z[ recovery-image] Aug 27 00:53:47.517 INFO O| Aug 27 00:53:47.517 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-27T00:53:48.665Z[ recovery-image] Aug 27 00:53:47.527 INFO O| Aug 27 00:53:47.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69172026-08-27T00:53:48.665Z[ recovery-image] Aug 27 00:53:47.527 INFO O| Aug 27 00:53:47.527 INFO STEP 532 (remove_files) COMPLETE
69182026-08-27T00:53:48.669Z[ recovery-image] Aug 27 00:53:47.527 INFO O| Aug 27 00:53:47.527 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-27T00:53:48.678Z[ recovery-image] Aug 27 00:53:47.536 INFO O| Aug 27 00:53:47.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69202026-08-27T00:53:48.678Z[ recovery-image] Aug 27 00:53:47.536 INFO O| Aug 27 00:53:47.536 INFO STEP 533 (remove_files) COMPLETE
69212026-08-27T00:53:48.678Z[ recovery-image] Aug 27 00:53:47.536 INFO O| Aug 27 00:53:47.536 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-27T00:53:48.687Z[ recovery-image] Aug 27 00:53:47.546 INFO O| Aug 27 00:53:47.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69232026-08-27T00:53:48.687Z[ recovery-image] Aug 27 00:53:47.546 INFO O| Aug 27 00:53:47.546 INFO STEP 534 (remove_files) COMPLETE
69242026-08-27T00:53:48.687Z[ recovery-image] Aug 27 00:53:47.546 INFO O| Aug 27 00:53:47.546 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-27T00:53:48.691Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
69262026-08-27T00:53:48.695Z[ recovery-image] Aug 27 00:53:47.555 INFO O| Aug 27 00:53:47.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69272026-08-27T00:53:48.695Z[ recovery-image] Aug 27 00:53:47.555 INFO O| Aug 27 00:53:47.555 INFO STEP 535 (remove_files) COMPLETE
69282026-08-27T00:53:48.695Z[ recovery-image] Aug 27 00:53:47.555 INFO O| Aug 27 00:53:47.555 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-27T00:53:48.704Z[ recovery-image] Aug 27 00:53:47.565 INFO O| Aug 27 00:53:47.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69302026-08-27T00:53:48.709Z[ recovery-image] Aug 27 00:53:47.567 INFO O| Aug 27 00:53:47.567 INFO STEP 536 (remove_files) COMPLETE
69312026-08-27T00:53:48.709Z[ recovery-image] Aug 27 00:53:47.567 INFO O| Aug 27 00:53:47.567 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-27T00:53:48.716Z[ recovery-image] Aug 27 00:53:47.578 INFO O| Aug 27 00:53:47.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69332026-08-27T00:53:48.716Z[ recovery-image] Aug 27 00:53:47.578 INFO O| Aug 27 00:53:47.578 INFO STEP 537 (remove_files) COMPLETE
69342026-08-27T00:53:48.716Z[ recovery-image] Aug 27 00:53:47.578 INFO O| Aug 27 00:53:47.578 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-27T00:53:48.726Z[ recovery-image] Aug 27 00:53:47.587 INFO O| Aug 27 00:53:47.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69362026-08-27T00:53:48.726Z[ recovery-image] Aug 27 00:53:47.587 INFO O| Aug 27 00:53:47.587 INFO STEP 538 (remove_files) COMPLETE
69372026-08-27T00:53:48.726Z[ recovery-image] Aug 27 00:53:47.587 INFO O| Aug 27 00:53:47.587 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-27T00:53:48.734Z[ recovery-image] Aug 27 00:53:47.595 INFO O| Aug 27 00:53:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69392026-08-27T00:53:48.734Z[ recovery-image] Aug 27 00:53:47.595 INFO O| Aug 27 00:53:47.595 INFO STEP 539 (remove_files) COMPLETE
69402026-08-27T00:53:48.737Z[ recovery-image] Aug 27 00:53:47.595 INFO O| Aug 27 00:53:47.595 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-27T00:53:48.746Z[ recovery-image] Aug 27 00:53:47.607 INFO O| Aug 27 00:53:47.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69422026-08-27T00:53:48.746Z[ recovery-image] Aug 27 00:53:47.607 INFO O| Aug 27 00:53:47.607 INFO STEP 540 (remove_files) COMPLETE
69432026-08-27T00:53:48.746Z[ recovery-image] Aug 27 00:53:47.607 INFO O| Aug 27 00:53:47.607 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-27T00:53:48.750Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
69452026-08-27T00:53:48.756Z[ recovery-image] Aug 27 00:53:47.617 INFO O| Aug 27 00:53:47.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69462026-08-27T00:53:48.756Z[ recovery-image] Aug 27 00:53:47.618 INFO O| Aug 27 00:53:47.618 INFO STEP 541 (remove_files) COMPLETE
69472026-08-27T00:53:48.756Z[ recovery-image] Aug 27 00:53:47.618 INFO O| Aug 27 00:53:47.618 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-27T00:53:48.766Z[ recovery-image] Aug 27 00:53:47.627 INFO O| Aug 27 00:53:47.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69492026-08-27T00:53:48.766Z[ recovery-image] Aug 27 00:53:47.627 INFO O| Aug 27 00:53:47.627 INFO STEP 542 (remove_files) COMPLETE
69502026-08-27T00:53:48.769Z[ recovery-image] Aug 27 00:53:47.627 INFO O| Aug 27 00:53:47.627 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-27T00:53:48.776Z[ recovery-image] Aug 27 00:53:47.638 INFO O| Aug 27 00:53:47.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69522026-08-27T00:53:48.781Z[ recovery-image] Aug 27 00:53:47.638 INFO O| Aug 27 00:53:47.638 INFO STEP 543 (remove_files) COMPLETE
69532026-08-27T00:53:48.781Z[ recovery-image] Aug 27 00:53:47.638 INFO O| Aug 27 00:53:47.638 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-27T00:53:48.785Z[ recovery-image] Aug 27 00:53:47.647 INFO O| Aug 27 00:53:47.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69552026-08-27T00:53:48.785Z[ recovery-image] Aug 27 00:53:47.647 INFO O| Aug 27 00:53:47.647 INFO STEP 544 (remove_files) COMPLETE
69562026-08-27T00:53:48.785Z[ recovery-image] Aug 27 00:53:47.647 INFO O| Aug 27 00:53:47.647 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-27T00:53:48.793Z[ recovery-image] Aug 27 00:53:47.654 INFO O| Aug 27 00:53:47.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69582026-08-27T00:53:48.793Z[ recovery-image] Aug 27 00:53:47.655 INFO O| Aug 27 00:53:47.655 INFO STEP 545 (remove_files) COMPLETE
69592026-08-27T00:53:48.793Z[ recovery-image] Aug 27 00:53:47.655 INFO O| Aug 27 00:53:47.655 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-27T00:53:48.798Z[verify-libraries] Compiling russh v0.62.4
69612026-08-27T00:53:48.803Z[ recovery-image] Aug 27 00:53:47.664 INFO O| Aug 27 00:53:47.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69622026-08-27T00:53:48.803Z[ recovery-image] Aug 27 00:53:47.665 INFO O| Aug 27 00:53:47.665 INFO STEP 546 (remove_files) COMPLETE
69632026-08-27T00:53:48.803Z[ recovery-image] Aug 27 00:53:47.665 INFO O| Aug 27 00:53:47.665 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-27T00:53:48.814Z[ recovery-image] Aug 27 00:53:47.674 INFO O| Aug 27 00:53:47.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69652026-08-27T00:53:48.814Z[ recovery-image] Aug 27 00:53:47.674 INFO O| Aug 27 00:53:47.674 INFO STEP 547 (remove_files) COMPLETE
69662026-08-27T00:53:48.814Z[ recovery-image] Aug 27 00:53:47.674 INFO O| Aug 27 00:53:47.674 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-27T00:53:48.823Z[ recovery-image] Aug 27 00:53:47.684 INFO O| Aug 27 00:53:47.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69682026-08-27T00:53:48.823Z[ recovery-image] Aug 27 00:53:47.684 INFO O| Aug 27 00:53:47.684 INFO STEP 548 (remove_files) COMPLETE
69692026-08-27T00:53:48.826Z[ recovery-image] Aug 27 00:53:47.684 INFO O| Aug 27 00:53:47.684 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-27T00:53:48.833Z[ recovery-image] Aug 27 00:53:47.693 INFO O| Aug 27 00:53:47.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69712026-08-27T00:53:48.833Z[ recovery-image] Aug 27 00:53:47.694 INFO O| Aug 27 00:53:47.694 INFO STEP 549 (remove_files) COMPLETE
69722026-08-27T00:53:48.837Z[ recovery-image] Aug 27 00:53:47.694 INFO O| Aug 27 00:53:47.694 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-27T00:53:48.842Z[ recovery-image] Aug 27 00:53:47.704 INFO O| Aug 27 00:53:47.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69742026-08-27T00:53:48.842Z[ recovery-image] Aug 27 00:53:47.704 INFO O| Aug 27 00:53:47.704 INFO STEP 550 (remove_files) COMPLETE
69752026-08-27T00:53:48.842Z[ recovery-image] Aug 27 00:53:47.704 INFO O| Aug 27 00:53:47.704 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-27T00:53:48.852Z[ recovery-image] Aug 27 00:53:47.714 INFO O| Aug 27 00:53:47.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69772026-08-27T00:53:48.852Z[ recovery-image] Aug 27 00:53:47.714 INFO O| Aug 27 00:53:47.714 INFO STEP 551 (remove_files) COMPLETE
69782026-08-27T00:53:48.855Z[ recovery-image] Aug 27 00:53:47.714 INFO O| Aug 27 00:53:47.714 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-27T00:53:48.862Z[ recovery-image] Aug 27 00:53:47.724 INFO O| Aug 27 00:53:47.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69802026-08-27T00:53:48.862Z[ recovery-image] Aug 27 00:53:47.724 INFO O| Aug 27 00:53:47.724 INFO STEP 552 (remove_files) COMPLETE
69812026-08-27T00:53:48.865Z[ recovery-image] Aug 27 00:53:47.724 INFO O| Aug 27 00:53:47.724 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-27T00:53:48.871Z[ recovery-image] Aug 27 00:53:47.733 INFO O| Aug 27 00:53:47.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69832026-08-27T00:53:48.871Z[ recovery-image] Aug 27 00:53:47.733 INFO O| Aug 27 00:53:47.733 INFO STEP 553 (remove_files) COMPLETE
69842026-08-27T00:53:48.874Z[ recovery-image] Aug 27 00:53:47.733 INFO O| Aug 27 00:53:47.733 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-27T00:53:48.882Z[ recovery-image] Aug 27 00:53:47.743 INFO O| Aug 27 00:53:47.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69862026-08-27T00:53:48.882Z[ recovery-image] Aug 27 00:53:47.743 INFO O| Aug 27 00:53:47.743 INFO STEP 554 (remove_files) COMPLETE
69872026-08-27T00:53:48.882Z[ recovery-image] Aug 27 00:53:47.743 INFO O| Aug 27 00:53:47.743 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-27T00:53:48.892Z[ recovery-image] Aug 27 00:53:47.753 INFO O| Aug 27 00:53:47.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69892026-08-27T00:53:48.896Z[ recovery-image] Aug 27 00:53:47.754 INFO O| Aug 27 00:53:47.754 INFO STEP 555 (remove_files) COMPLETE
69902026-08-27T00:53:48.896Z[ recovery-image] Aug 27 00:53:47.754 INFO O| Aug 27 00:53:47.754 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-27T00:53:48.902Z[ recovery-image] Aug 27 00:53:47.763 INFO O| Aug 27 00:53:47.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69922026-08-27T00:53:48.902Z[ recovery-image] Aug 27 00:53:47.763 INFO O| Aug 27 00:53:47.763 INFO STEP 556 (remove_files) COMPLETE
69932026-08-27T00:53:48.902Z[ recovery-image] Aug 27 00:53:47.763 INFO O| Aug 27 00:53:47.763 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-27T00:53:48.912Z[ recovery-image] Aug 27 00:53:47.773 INFO O| Aug 27 00:53:47.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69952026-08-27T00:53:48.912Z[ recovery-image] Aug 27 00:53:47.773 INFO O| Aug 27 00:53:47.773 INFO STEP 557 (remove_files) COMPLETE
69962026-08-27T00:53:48.912Z[ recovery-image] Aug 27 00:53:47.773 INFO O| Aug 27 00:53:47.773 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-27T00:53:48.924Z[ recovery-image] Aug 27 00:53:47.784 INFO O| Aug 27 00:53:47.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69982026-08-27T00:53:48.924Z[ recovery-image] Aug 27 00:53:47.784 INFO O| Aug 27 00:53:47.784 INFO STEP 558 (remove_files) COMPLETE
69992026-08-27T00:53:48.924Z[ recovery-image] Aug 27 00:53:47.784 INFO O| Aug 27 00:53:47.784 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-27T00:53:48.932Z[ recovery-image] Aug 27 00:53:47.794 INFO O| Aug 27 00:53:47.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70012026-08-27T00:53:48.932Z[ recovery-image] Aug 27 00:53:47.794 INFO O| Aug 27 00:53:47.794 INFO STEP 559 (remove_files) COMPLETE
70022026-08-27T00:53:48.932Z[ recovery-image] Aug 27 00:53:47.794 INFO O| Aug 27 00:53:47.794 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-27T00:53:48.943Z[ recovery-image] Aug 27 00:53:47.804 INFO O| Aug 27 00:53:47.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70042026-08-27T00:53:48.943Z[ recovery-image] Aug 27 00:53:47.805 INFO O| Aug 27 00:53:47.804 INFO STEP 560 (remove_files) COMPLETE
70052026-08-27T00:53:48.943Z[ recovery-image] Aug 27 00:53:47.805 INFO O| Aug 27 00:53:47.804 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-27T00:53:48.954Z[ recovery-image] Aug 27 00:53:47.815 INFO O| Aug 27 00:53:47.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70072026-08-27T00:53:48.954Z[ recovery-image] Aug 27 00:53:47.815 INFO O| Aug 27 00:53:47.815 INFO STEP 561 (remove_files) COMPLETE
70082026-08-27T00:53:48.954Z[ recovery-image] Aug 27 00:53:47.815 INFO O| Aug 27 00:53:47.815 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-27T00:53:48.963Z[ recovery-image] Aug 27 00:53:47.824 INFO O| Aug 27 00:53:47.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70102026-08-27T00:53:48.963Z[ recovery-image] Aug 27 00:53:47.824 INFO O| Aug 27 00:53:47.824 INFO STEP 562 (remove_files) COMPLETE
70112026-08-27T00:53:48.966Z[ recovery-image] Aug 27 00:53:47.824 INFO O| Aug 27 00:53:47.824 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-27T00:53:48.972Z[ recovery-image] Aug 27 00:53:47.834 INFO O| Aug 27 00:53:47.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70132026-08-27T00:53:48.972Z[ recovery-image] Aug 27 00:53:47.834 INFO O| Aug 27 00:53:47.834 INFO STEP 563 (remove_files) COMPLETE
70142026-08-27T00:53:48.972Z[ recovery-image] Aug 27 00:53:47.834 INFO O| Aug 27 00:53:47.834 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-27T00:53:48.981Z[ recovery-image] Aug 27 00:53:47.843 INFO O| Aug 27 00:53:47.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70162026-08-27T00:53:48.981Z[ recovery-image] Aug 27 00:53:47.843 INFO O| Aug 27 00:53:47.843 INFO STEP 564 (remove_files) COMPLETE
70172026-08-27T00:53:48.981Z[ recovery-image] Aug 27 00:53:47.843 INFO O| Aug 27 00:53:47.843 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-27T00:53:48.991Z[ recovery-image] Aug 27 00:53:47.853 INFO O| Aug 27 00:53:47.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70192026-08-27T00:53:48.991Z[ recovery-image] Aug 27 00:53:47.853 INFO O| Aug 27 00:53:47.853 INFO STEP 565 (remove_files) COMPLETE
70202026-08-27T00:53:48.995Z[ recovery-image] Aug 27 00:53:47.853 INFO O| Aug 27 00:53:47.853 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-27T00:53:49.000Z[ recovery-image] Aug 27 00:53:47.862 INFO O| Aug 27 00:53:47.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70222026-08-27T00:53:49.000Z[ recovery-image] Aug 27 00:53:47.862 INFO O| Aug 27 00:53:47.862 INFO STEP 566 (remove_files) COMPLETE
70232026-08-27T00:53:49.000Z[ recovery-image] Aug 27 00:53:47.862 INFO O| Aug 27 00:53:47.862 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-27T00:53:49.010Z[ recovery-image] Aug 27 00:53:47.871 INFO O| Aug 27 00:53:47.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70252026-08-27T00:53:49.010Z[ recovery-image] Aug 27 00:53:47.871 INFO O| Aug 27 00:53:47.871 INFO STEP 567 (remove_files) COMPLETE
70262026-08-27T00:53:49.010Z[ recovery-image] Aug 27 00:53:47.871 INFO O| Aug 27 00:53:47.871 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-27T00:53:49.020Z[ recovery-image] Aug 27 00:53:47.882 INFO O| Aug 27 00:53:47.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70282026-08-27T00:53:49.023Z[ recovery-image] Aug 27 00:53:47.882 INFO O| Aug 27 00:53:47.882 INFO STEP 568 (remove_files) COMPLETE
70292026-08-27T00:53:49.023Z[ recovery-image] Aug 27 00:53:47.882 INFO O| Aug 27 00:53:47.882 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-27T00:53:49.031Z[ recovery-image] Aug 27 00:53:47.892 INFO O| Aug 27 00:53:47.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70312026-08-27T00:53:49.034Z[ recovery-image] Aug 27 00:53:47.894 INFO O| Aug 27 00:53:47.894 INFO STEP 569 (remove_files) COMPLETE
70322026-08-27T00:53:49.034Z[ recovery-image] Aug 27 00:53:47.894 INFO O| Aug 27 00:53:47.894 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-27T00:53:49.042Z[ recovery-image] Aug 27 00:53:47.903 INFO O| Aug 27 00:53:47.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70342026-08-27T00:53:49.042Z[ recovery-image] Aug 27 00:53:47.903 INFO O| Aug 27 00:53:47.903 INFO STEP 570 (remove_files) COMPLETE
70352026-08-27T00:53:49.042Z[ recovery-image] Aug 27 00:53:47.903 INFO O| Aug 27 00:53:47.903 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-27T00:53:49.050Z[ recovery-image] Aug 27 00:53:47.912 INFO O| Aug 27 00:53:47.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70372026-08-27T00:53:49.051Z[ recovery-image] Aug 27 00:53:47.912 INFO O| Aug 27 00:53:47.912 INFO STEP 571 (remove_files) COMPLETE
70382026-08-27T00:53:49.055Z[ recovery-image] Aug 27 00:53:47.912 INFO O| Aug 27 00:53:47.912 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-27T00:53:49.059Z[ recovery-image] Aug 27 00:53:47.920 INFO O| Aug 27 00:53:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70402026-08-27T00:53:49.059Z[ recovery-image] Aug 27 00:53:47.921 INFO O| Aug 27 00:53:47.920 INFO STEP 572 (remove_files) COMPLETE
70412026-08-27T00:53:49.062Z[ recovery-image] Aug 27 00:53:47.921 INFO O| Aug 27 00:53:47.921 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-27T00:53:49.076Z[ recovery-image] Aug 27 00:53:47.938 INFO O| Aug 27 00:53:47.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70432026-08-27T00:53:49.076Z[ recovery-image] Aug 27 00:53:47.938 INFO O| Aug 27 00:53:47.938 INFO STEP 573 (remove_files) COMPLETE
70442026-08-27T00:53:49.076Z[ recovery-image] Aug 27 00:53:47.938 INFO O| Aug 27 00:53:47.938 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-27T00:53:49.100Z[ recovery-image] Aug 27 00:53:47.962 INFO O| Aug 27 00:53:47.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70462026-08-27T00:53:49.100Z[ recovery-image] Aug 27 00:53:47.962 INFO O| Aug 27 00:53:47.962 INFO STEP 574 (remove_files) COMPLETE
70472026-08-27T00:53:49.100Z[ recovery-image] Aug 27 00:53:47.962 INFO O| Aug 27 00:53:47.962 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-27T00:53:49.109Z[ recovery-image] Aug 27 00:53:47.971 INFO O| Aug 27 00:53:47.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70492026-08-27T00:53:49.109Z[ recovery-image] Aug 27 00:53:47.971 INFO O| Aug 27 00:53:47.971 INFO STEP 575 (remove_files) COMPLETE
70502026-08-27T00:53:49.109Z[ recovery-image] Aug 27 00:53:47.971 INFO O| Aug 27 00:53:47.971 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-27T00:53:49.122Z[ recovery-image] Aug 27 00:53:47.980 INFO O| Aug 27 00:53:47.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70522026-08-27T00:53:49.122Z[ recovery-image] Aug 27 00:53:47.980 INFO O| Aug 27 00:53:47.980 INFO STEP 576 (remove_files) COMPLETE
70532026-08-27T00:53:49.122Z[ recovery-image] Aug 27 00:53:47.980 INFO O| Aug 27 00:53:47.980 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-27T00:53:49.159Z[ recovery-image] Aug 27 00:53:48.021 INFO O| Aug 27 00:53:48.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70552026-08-27T00:53:49.159Z[ recovery-image] Aug 27 00:53:48.021 INFO O| Aug 27 00:53:48.021 INFO STEP 577 (remove_files) COMPLETE
70562026-08-27T00:53:49.159Z[ recovery-image] Aug 27 00:53:48.021 INFO O| Aug 27 00:53:48.021 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-27T00:53:49.168Z[ recovery-image] Aug 27 00:53:48.030 INFO O| Aug 27 00:53:48.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70582026-08-27T00:53:49.168Z[ recovery-image] Aug 27 00:53:48.030 INFO O| Aug 27 00:53:48.030 INFO STEP 578 (remove_files) COMPLETE
70592026-08-27T00:53:49.168Z[ recovery-image] Aug 27 00:53:48.030 INFO O| Aug 27 00:53:48.030 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-27T00:53:49.177Z[ recovery-image] Aug 27 00:53:48.039 INFO O| Aug 27 00:53:48.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70612026-08-27T00:53:49.177Z[ recovery-image] Aug 27 00:53:48.039 INFO O| Aug 27 00:53:48.039 INFO STEP 579 (remove_files) COMPLETE
70622026-08-27T00:53:49.177Z[ recovery-image] Aug 27 00:53:48.039 INFO O| Aug 27 00:53:48.039 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-27T00:53:49.186Z[ recovery-image] Aug 27 00:53:48.047 INFO O| Aug 27 00:53:48.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70642026-08-27T00:53:49.186Z[ recovery-image] Aug 27 00:53:48.047 INFO O| Aug 27 00:53:48.047 INFO STEP 580 (remove_files) COMPLETE
70652026-08-27T00:53:49.186Z[ recovery-image] Aug 27 00:53:48.047 INFO O| Aug 27 00:53:48.047 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-27T00:53:49.194Z[ recovery-image] Aug 27 00:53:48.056 INFO O| Aug 27 00:53:48.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70672026-08-27T00:53:49.216Z[ recovery-image] Aug 27 00:53:48.078 INFO O| Aug 27 00:53:48.078 INFO STEP 581 (remove_files) COMPLETE
70682026-08-27T00:53:49.216Z[ recovery-image] Aug 27 00:53:48.078 INFO O| Aug 27 00:53:48.078 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-27T00:53:49.232Z[ recovery-image] Aug 27 00:53:48.093 INFO O| Aug 27 00:53:48.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70702026-08-27T00:53:49.232Z[ recovery-image] Aug 27 00:53:48.093 INFO O| Aug 27 00:53:48.093 INFO STEP 582 (remove_files) COMPLETE
70712026-08-27T00:53:49.232Z[ recovery-image] Aug 27 00:53:48.093 INFO O| Aug 27 00:53:48.093 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-27T00:53:49.242Z[ recovery-image] Aug 27 00:53:48.104 INFO O| Aug 27 00:53:48.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70732026-08-27T00:53:49.242Z[ recovery-image] Aug 27 00:53:48.104 INFO O| Aug 27 00:53:48.104 INFO STEP 583 (remove_files) COMPLETE
70742026-08-27T00:53:49.242Z[ recovery-image] Aug 27 00:53:48.104 INFO O| Aug 27 00:53:48.104 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-27T00:53:49.252Z[ recovery-image] Aug 27 00:53:48.114 INFO O| Aug 27 00:53:48.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70762026-08-27T00:53:49.252Z[ recovery-image] Aug 27 00:53:48.114 INFO O| Aug 27 00:53:48.114 INFO STEP 584 (remove_files) COMPLETE
70772026-08-27T00:53:49.252Z[ recovery-image] Aug 27 00:53:48.114 INFO O| Aug 27 00:53:48.114 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-27T00:53:49.261Z[ recovery-image] Aug 27 00:53:48.123 INFO O| Aug 27 00:53:48.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70792026-08-27T00:53:49.261Z[ recovery-image] Aug 27 00:53:48.123 INFO O| Aug 27 00:53:48.123 INFO STEP 585 (remove_files) COMPLETE
70802026-08-27T00:53:49.261Z[ recovery-image] Aug 27 00:53:48.123 INFO O| Aug 27 00:53:48.123 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-27T00:53:49.270Z[ recovery-image] Aug 27 00:53:48.132 INFO O| Aug 27 00:53:48.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70822026-08-27T00:53:49.270Z[ recovery-image] Aug 27 00:53:48.132 INFO O| Aug 27 00:53:48.132 INFO STEP 586 (remove_files) COMPLETE
70832026-08-27T00:53:49.273Z[ recovery-image] Aug 27 00:53:48.132 INFO O| Aug 27 00:53:48.132 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-27T00:53:49.280Z[ recovery-image] Aug 27 00:53:48.141 INFO O| Aug 27 00:53:48.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70852026-08-27T00:53:49.280Z[ recovery-image] Aug 27 00:53:48.141 INFO O| Aug 27 00:53:48.141 INFO STEP 587 (remove_files) COMPLETE
70862026-08-27T00:53:49.280Z[ recovery-image] Aug 27 00:53:48.141 INFO O| Aug 27 00:53:48.141 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-27T00:53:49.290Z[ recovery-image] Aug 27 00:53:48.151 INFO O| Aug 27 00:53:48.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70882026-08-27T00:53:49.290Z[ recovery-image] Aug 27 00:53:48.152 INFO O| Aug 27 00:53:48.152 INFO STEP 588 (remove_files) COMPLETE
70892026-08-27T00:53:49.290Z[ recovery-image] Aug 27 00:53:48.152 INFO O| Aug 27 00:53:48.152 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-27T00:53:49.301Z[ recovery-image] Aug 27 00:53:48.162 INFO O| Aug 27 00:53:48.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70912026-08-27T00:53:49.301Z[ recovery-image] Aug 27 00:53:48.162 INFO O| Aug 27 00:53:48.162 INFO STEP 589 (remove_files) COMPLETE
70922026-08-27T00:53:49.301Z[ recovery-image] Aug 27 00:53:48.162 INFO O| Aug 27 00:53:48.162 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-27T00:53:49.312Z[ recovery-image] Aug 27 00:53:48.172 INFO O| Aug 27 00:53:48.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70942026-08-27T00:53:49.315Z[ recovery-image] Aug 27 00:53:48.173 INFO O| Aug 27 00:53:48.173 INFO STEP 590 (remove_files) COMPLETE
70952026-08-27T00:53:49.315Z[ recovery-image] Aug 27 00:53:48.173 INFO O| Aug 27 00:53:48.173 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-27T00:53:49.323Z[ recovery-image] Aug 27 00:53:48.185 INFO O| Aug 27 00:53:48.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70972026-08-27T00:53:49.323Z[ recovery-image] Aug 27 00:53:48.185 INFO O| Aug 27 00:53:48.185 INFO STEP 591 (remove_files) COMPLETE
70982026-08-27T00:53:49.323Z[ recovery-image] Aug 27 00:53:48.185 INFO O| Aug 27 00:53:48.185 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-27T00:53:49.337Z[ recovery-image] Aug 27 00:53:48.194 INFO O| Aug 27 00:53:48.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71002026-08-27T00:53:49.337Z[ recovery-image] Aug 27 00:53:48.194 INFO O| Aug 27 00:53:48.194 INFO STEP 592 (remove_files) COMPLETE
71012026-08-27T00:53:49.337Z[ recovery-image] Aug 27 00:53:48.194 INFO O| Aug 27 00:53:48.194 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-27T00:53:49.341Z[ recovery-image] Aug 27 00:53:48.203 INFO O| Aug 27 00:53:48.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71032026-08-27T00:53:49.341Z[ recovery-image] Aug 27 00:53:48.203 INFO O| Aug 27 00:53:48.203 INFO STEP 593 (remove_files) COMPLETE
71042026-08-27T00:53:49.345Z[ recovery-image] Aug 27 00:53:48.203 INFO O| Aug 27 00:53:48.203 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-27T00:53:49.350Z[ recovery-image] Aug 27 00:53:48.212 INFO O| Aug 27 00:53:48.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71062026-08-27T00:53:49.350Z[ recovery-image] Aug 27 00:53:48.212 INFO O| Aug 27 00:53:48.212 INFO STEP 594 (remove_files) COMPLETE
71072026-08-27T00:53:49.351Z[ recovery-image] Aug 27 00:53:48.212 INFO O| Aug 27 00:53:48.212 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-27T00:53:49.359Z[ recovery-image] Aug 27 00:53:48.220 INFO O| Aug 27 00:53:48.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71092026-08-27T00:53:49.359Z[ recovery-image] Aug 27 00:53:48.220 INFO O| Aug 27 00:53:48.220 INFO STEP 595 (remove_files) COMPLETE
71102026-08-27T00:53:49.359Z[ recovery-image] Aug 27 00:53:48.220 INFO O| Aug 27 00:53:48.220 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-27T00:53:49.367Z[ recovery-image] Aug 27 00:53:48.229 INFO O| Aug 27 00:53:48.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71122026-08-27T00:53:49.367Z[ recovery-image] Aug 27 00:53:48.229 INFO O| Aug 27 00:53:48.229 INFO STEP 596 (remove_files) COMPLETE
71132026-08-27T00:53:49.367Z[ recovery-image] Aug 27 00:53:48.229 INFO O| Aug 27 00:53:48.229 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-27T00:53:49.377Z[ recovery-image] Aug 27 00:53:48.237 INFO O| Aug 27 00:53:48.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71152026-08-27T00:53:49.377Z[ recovery-image] Aug 27 00:53:48.237 INFO O| Aug 27 00:53:48.237 INFO STEP 597 (remove_files) COMPLETE
71162026-08-27T00:53:49.381Z[ recovery-image] Aug 27 00:53:48.237 INFO O| Aug 27 00:53:48.237 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-27T00:53:49.384Z[ recovery-image] Aug 27 00:53:48.246 INFO O| Aug 27 00:53:48.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71182026-08-27T00:53:49.384Z[ recovery-image] Aug 27 00:53:48.246 INFO O| Aug 27 00:53:48.246 INFO STEP 598 (remove_files) COMPLETE
71192026-08-27T00:53:49.384Z[ recovery-image] Aug 27 00:53:48.246 INFO O| Aug 27 00:53:48.246 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-27T00:53:49.392Z[ recovery-image] Aug 27 00:53:48.254 INFO O| Aug 27 00:53:48.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71212026-08-27T00:53:49.392Z[ recovery-image] Aug 27 00:53:48.254 INFO O| Aug 27 00:53:48.254 INFO STEP 599 (remove_files) COMPLETE
71222026-08-27T00:53:49.392Z[ recovery-image] Aug 27 00:53:48.254 INFO O| Aug 27 00:53:48.254 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-27T00:53:49.401Z[ recovery-image] Aug 27 00:53:48.262 INFO O| Aug 27 00:53:48.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71242026-08-27T00:53:49.401Z[ recovery-image] Aug 27 00:53:48.262 INFO O| Aug 27 00:53:48.262 INFO STEP 600 (remove_files) COMPLETE
71252026-08-27T00:53:49.404Z[ recovery-image] Aug 27 00:53:48.262 INFO O| Aug 27 00:53:48.262 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-27T00:53:49.409Z[ recovery-image] Aug 27 00:53:48.270 INFO O| Aug 27 00:53:48.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71272026-08-27T00:53:49.409Z[ recovery-image] Aug 27 00:53:48.271 INFO O| Aug 27 00:53:48.271 INFO STEP 601 (remove_files) COMPLETE
71282026-08-27T00:53:49.409Z[ recovery-image] Aug 27 00:53:48.271 INFO O| Aug 27 00:53:48.271 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-27T00:53:49.418Z[ recovery-image] Aug 27 00:53:48.279 INFO O| Aug 27 00:53:48.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71302026-08-27T00:53:49.418Z[ recovery-image] Aug 27 00:53:48.279 INFO O| Aug 27 00:53:48.279 INFO STEP 602 (remove_files) COMPLETE
71312026-08-27T00:53:49.418Z[ recovery-image] Aug 27 00:53:48.279 INFO O| Aug 27 00:53:48.279 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-27T00:53:49.425Z[ recovery-image] Aug 27 00:53:48.287 INFO O| Aug 27 00:53:48.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71332026-08-27T00:53:49.425Z[ recovery-image] Aug 27 00:53:48.287 INFO O| Aug 27 00:53:48.287 INFO STEP 603 (remove_files) COMPLETE
71342026-08-27T00:53:49.425Z[ recovery-image] Aug 27 00:53:48.287 INFO O| Aug 27 00:53:48.287 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-27T00:53:49.433Z[ recovery-image] Aug 27 00:53:48.295 INFO O| Aug 27 00:53:48.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71362026-08-27T00:53:49.433Z[ recovery-image] Aug 27 00:53:48.295 INFO O| Aug 27 00:53:48.295 INFO STEP 604 (remove_files) COMPLETE
71372026-08-27T00:53:49.433Z[ recovery-image] Aug 27 00:53:48.295 INFO O| Aug 27 00:53:48.295 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-27T00:53:49.444Z[ recovery-image] Aug 27 00:53:48.306 INFO O| Aug 27 00:53:48.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71392026-08-27T00:53:49.445Z[ recovery-image] Aug 27 00:53:48.306 INFO O| Aug 27 00:53:48.306 INFO STEP 605 (remove_files) COMPLETE
71402026-08-27T00:53:49.445Z[ recovery-image] Aug 27 00:53:48.306 INFO O| Aug 27 00:53:48.306 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-27T00:53:49.454Z[ recovery-image] Aug 27 00:53:48.316 INFO O| Aug 27 00:53:48.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71422026-08-27T00:53:49.454Z[ recovery-image] Aug 27 00:53:48.316 INFO O| Aug 27 00:53:48.316 INFO STEP 606 (remove_files) COMPLETE
71432026-08-27T00:53:49.458Z[ recovery-image] Aug 27 00:53:48.316 INFO O| Aug 27 00:53:48.316 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-27T00:53:49.464Z[ recovery-image] Aug 27 00:53:48.325 INFO O| Aug 27 00:53:48.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71452026-08-27T00:53:49.464Z[ recovery-image] Aug 27 00:53:48.326 INFO O| Aug 27 00:53:48.326 INFO STEP 607 (remove_files) COMPLETE
71462026-08-27T00:53:49.467Z[ recovery-image] Aug 27 00:53:48.326 INFO O| Aug 27 00:53:48.326 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-27T00:53:49.473Z[ recovery-image] Aug 27 00:53:48.334 INFO O| Aug 27 00:53:48.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71482026-08-27T00:53:49.474Z[ recovery-image] Aug 27 00:53:48.334 INFO O| Aug 27 00:53:48.334 INFO STEP 608 (remove_files) COMPLETE
71492026-08-27T00:53:49.474Z[ recovery-image] Aug 27 00:53:48.334 INFO O| Aug 27 00:53:48.334 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-27T00:53:49.481Z[ recovery-image] Aug 27 00:53:48.343 INFO O| Aug 27 00:53:48.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71512026-08-27T00:53:49.482Z[ recovery-image] Aug 27 00:53:48.343 INFO O| Aug 27 00:53:48.343 INFO STEP 609 (remove_files) COMPLETE
71522026-08-27T00:53:49.482Z[ recovery-image] Aug 27 00:53:48.343 INFO O| Aug 27 00:53:48.343 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-27T00:53:49.490Z[ recovery-image] Aug 27 00:53:48.352 INFO O| Aug 27 00:53:48.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71542026-08-27T00:53:49.490Z[ recovery-image] Aug 27 00:53:48.352 INFO O| Aug 27 00:53:48.352 INFO STEP 610 (remove_files) COMPLETE
71552026-08-27T00:53:49.496Z[ recovery-image] Aug 27 00:53:48.352 INFO O| Aug 27 00:53:48.352 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-27T00:53:49.499Z[ recovery-image] Aug 27 00:53:48.361 INFO O| Aug 27 00:53:48.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71572026-08-27T00:53:49.499Z[ recovery-image] Aug 27 00:53:48.361 INFO O| Aug 27 00:53:48.361 INFO STEP 611 (remove_files) COMPLETE
71582026-08-27T00:53:49.499Z[ recovery-image] Aug 27 00:53:48.361 INFO O| Aug 27 00:53:48.361 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-27T00:53:49.508Z[ recovery-image] Aug 27 00:53:48.370 INFO O| Aug 27 00:53:48.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71602026-08-27T00:53:49.508Z[ recovery-image] Aug 27 00:53:48.370 INFO O| Aug 27 00:53:48.370 INFO STEP 612 (remove_files) COMPLETE
71612026-08-27T00:53:49.508Z[ recovery-image] Aug 27 00:53:48.370 INFO O| Aug 27 00:53:48.370 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-27T00:53:49.517Z[ recovery-image] Aug 27 00:53:48.378 INFO O| Aug 27 00:53:48.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71632026-08-27T00:53:49.517Z[ recovery-image] Aug 27 00:53:48.379 INFO O| Aug 27 00:53:48.379 INFO STEP 613 (remove_files) COMPLETE
71642026-08-27T00:53:49.517Z[ recovery-image] Aug 27 00:53:48.379 INFO O| Aug 27 00:53:48.379 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-27T00:53:49.527Z[ recovery-image] Aug 27 00:53:48.388 INFO O| Aug 27 00:53:48.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71662026-08-27T00:53:49.531Z[ recovery-image] Aug 27 00:53:48.388 INFO O| Aug 27 00:53:48.388 INFO STEP 614 (remove_files) COMPLETE
71672026-08-27T00:53:49.531Z[ recovery-image] Aug 27 00:53:48.388 INFO O| Aug 27 00:53:48.388 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-27T00:53:49.535Z[ recovery-image] Aug 27 00:53:48.397 INFO O| Aug 27 00:53:48.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71692026-08-27T00:53:49.536Z[ recovery-image] Aug 27 00:53:48.397 INFO O| Aug 27 00:53:48.397 INFO STEP 615 (remove_files) COMPLETE
71702026-08-27T00:53:49.539Z[ recovery-image] Aug 27 00:53:48.397 INFO O| Aug 27 00:53:48.397 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-27T00:53:49.545Z[ recovery-image] Aug 27 00:53:48.407 INFO O| Aug 27 00:53:48.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71722026-08-27T00:53:49.545Z[ recovery-image] Aug 27 00:53:48.407 INFO O| Aug 27 00:53:48.407 INFO STEP 616 (remove_files) COMPLETE
71732026-08-27T00:53:49.545Z[ recovery-image] Aug 27 00:53:48.407 INFO O| Aug 27 00:53:48.407 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-27T00:53:49.555Z[ recovery-image] Aug 27 00:53:48.416 INFO O| Aug 27 00:53:48.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71752026-08-27T00:53:49.555Z[ recovery-image] Aug 27 00:53:48.416 INFO O| Aug 27 00:53:48.416 INFO STEP 617 (remove_files) COMPLETE
71762026-08-27T00:53:49.555Z[ recovery-image] Aug 27 00:53:48.416 INFO O| Aug 27 00:53:48.416 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-27T00:53:49.564Z[ recovery-image] Aug 27 00:53:48.426 INFO O| Aug 27 00:53:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71782026-08-27T00:53:49.564Z[ recovery-image] Aug 27 00:53:48.426 INFO O| Aug 27 00:53:48.426 INFO STEP 618 (remove_files) COMPLETE
71792026-08-27T00:53:49.564Z[ recovery-image] Aug 27 00:53:48.426 INFO O| Aug 27 00:53:48.426 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-27T00:53:49.575Z[ recovery-image] Aug 27 00:53:48.436 INFO O| Aug 27 00:53:48.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71812026-08-27T00:53:49.575Z[ recovery-image] Aug 27 00:53:48.436 INFO O| Aug 27 00:53:48.436 INFO STEP 619 (remove_files) COMPLETE
71822026-08-27T00:53:49.578Z[ recovery-image] Aug 27 00:53:48.436 INFO O| Aug 27 00:53:48.436 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-27T00:53:49.584Z[ recovery-image] Aug 27 00:53:48.446 INFO O| Aug 27 00:53:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71842026-08-27T00:53:49.584Z[ recovery-image] Aug 27 00:53:48.446 INFO O| Aug 27 00:53:48.446 INFO STEP 620 (remove_files) COMPLETE
71852026-08-27T00:53:49.584Z[ recovery-image] Aug 27 00:53:48.446 INFO O| Aug 27 00:53:48.446 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-27T00:53:49.597Z[ recovery-image] Aug 27 00:53:48.455 INFO O| Aug 27 00:53:48.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71872026-08-27T00:53:49.597Z[ recovery-image] Aug 27 00:53:48.455 INFO O| Aug 27 00:53:48.455 INFO STEP 621 (remove_files) COMPLETE
71882026-08-27T00:53:49.597Z[ recovery-image] Aug 27 00:53:48.455 INFO O| Aug 27 00:53:48.455 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-27T00:53:49.603Z[ recovery-image] Aug 27 00:53:48.465 INFO O| Aug 27 00:53:48.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71902026-08-27T00:53:49.603Z[ recovery-image] Aug 27 00:53:48.465 INFO O| Aug 27 00:53:48.465 INFO STEP 622 (remove_files) COMPLETE
71912026-08-27T00:53:49.606Z[ recovery-image] Aug 27 00:53:48.465 INFO O| Aug 27 00:53:48.465 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-27T00:53:49.613Z[ recovery-image] Aug 27 00:53:48.474 INFO O| Aug 27 00:53:48.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71932026-08-27T00:53:49.613Z[ recovery-image] Aug 27 00:53:48.475 INFO O| Aug 27 00:53:48.474 INFO STEP 623 (remove_files) COMPLETE
71942026-08-27T00:53:49.613Z[ recovery-image] Aug 27 00:53:48.475 INFO O| Aug 27 00:53:48.475 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-27T00:53:49.622Z[ recovery-image] Aug 27 00:53:48.484 INFO O| Aug 27 00:53:48.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71962026-08-27T00:53:49.622Z[ recovery-image] Aug 27 00:53:48.484 INFO O| Aug 27 00:53:48.484 INFO STEP 624 (remove_files) COMPLETE
71972026-08-27T00:53:49.631Z[ recovery-image] Aug 27 00:53:48.484 INFO O| Aug 27 00:53:48.484 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-27T00:53:49.635Z[ recovery-image] Aug 27 00:53:48.493 INFO O| Aug 27 00:53:48.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71992026-08-27T00:53:49.635Z[ recovery-image] Aug 27 00:53:48.493 INFO O| Aug 27 00:53:48.493 INFO STEP 625 (remove_files) COMPLETE
72002026-08-27T00:53:49.635Z[ recovery-image] Aug 27 00:53:48.493 INFO O| Aug 27 00:53:48.493 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-27T00:53:49.642Z[ recovery-image] Aug 27 00:53:48.503 INFO O| Aug 27 00:53:48.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72022026-08-27T00:53:49.642Z[ recovery-image] Aug 27 00:53:48.503 INFO O| Aug 27 00:53:48.503 INFO STEP 626 (remove_files) COMPLETE
72032026-08-27T00:53:49.642Z[ recovery-image] Aug 27 00:53:48.503 INFO O| Aug 27 00:53:48.503 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-27T00:53:49.650Z[ recovery-image] Aug 27 00:53:48.512 INFO O| Aug 27 00:53:48.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72052026-08-27T00:53:49.650Z[ recovery-image] Aug 27 00:53:48.512 INFO O| Aug 27 00:53:48.512 INFO STEP 627 (remove_files) COMPLETE
72062026-08-27T00:53:49.651Z[ recovery-image] Aug 27 00:53:48.512 INFO O| Aug 27 00:53:48.512 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-27T00:53:49.660Z[ recovery-image] Aug 27 00:53:48.522 INFO O| Aug 27 00:53:48.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72082026-08-27T00:53:49.660Z[ recovery-image] Aug 27 00:53:48.522 INFO O| Aug 27 00:53:48.522 INFO STEP 628 (remove_files) COMPLETE
72092026-08-27T00:53:49.664Z[ recovery-image] Aug 27 00:53:48.522 INFO O| Aug 27 00:53:48.522 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-27T00:53:49.670Z[ recovery-image] Aug 27 00:53:48.532 INFO O| Aug 27 00:53:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72112026-08-27T00:53:49.670Z[ recovery-image] Aug 27 00:53:48.532 INFO O| Aug 27 00:53:48.532 INFO STEP 629 (remove_files) COMPLETE
72122026-08-27T00:53:49.673Z[ recovery-image] Aug 27 00:53:48.532 INFO O| Aug 27 00:53:48.532 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-27T00:53:49.682Z[ recovery-image] Aug 27 00:53:48.543 INFO O| Aug 27 00:53:48.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72142026-08-27T00:53:49.682Z[ recovery-image] Aug 27 00:53:48.543 INFO O| Aug 27 00:53:48.543 INFO STEP 630 (remove_files) COMPLETE
72152026-08-27T00:53:49.682Z[ recovery-image] Aug 27 00:53:48.543 INFO O| Aug 27 00:53:48.543 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-27T00:53:49.691Z[ recovery-image] Aug 27 00:53:48.553 INFO O| Aug 27 00:53:48.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72172026-08-27T00:53:49.691Z[ recovery-image] Aug 27 00:53:48.553 INFO O| Aug 27 00:53:48.553 INFO STEP 631 (remove_files) COMPLETE
72182026-08-27T00:53:49.694Z[ recovery-image] Aug 27 00:53:48.553 INFO O| Aug 27 00:53:48.553 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-27T00:53:49.702Z[ recovery-image] Aug 27 00:53:48.563 INFO O| Aug 27 00:53:48.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72202026-08-27T00:53:49.702Z[ recovery-image] Aug 27 00:53:48.564 INFO O| Aug 27 00:53:48.563 INFO STEP 632 (remove_files) COMPLETE
72212026-08-27T00:53:49.702Z[ recovery-image] Aug 27 00:53:48.564 INFO O| Aug 27 00:53:48.563 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-27T00:53:49.712Z[ recovery-image] Aug 27 00:53:48.573 INFO O| Aug 27 00:53:48.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72232026-08-27T00:53:49.712Z[ recovery-image] Aug 27 00:53:48.573 INFO O| Aug 27 00:53:48.573 INFO STEP 633 (remove_files) COMPLETE
72242026-08-27T00:53:49.716Z[ recovery-image] Aug 27 00:53:48.573 INFO O| Aug 27 00:53:48.573 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-27T00:53:49.806Z[ recovery-image] Aug 27 00:53:48.582 INFO O| Aug 27 00:53:48.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72262026-08-27T00:53:49.806Z[ recovery-image] Aug 27 00:53:48.582 INFO O| Aug 27 00:53:48.582 INFO STEP 634 (remove_files) COMPLETE
72272026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.582 INFO O| Aug 27 00:53:48.582 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.593 INFO O| Aug 27 00:53:48.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72292026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.593 INFO O| Aug 27 00:53:48.593 INFO STEP 635 (remove_files) COMPLETE
72302026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.593 INFO O| Aug 27 00:53:48.593 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.602 INFO O| Aug 27 00:53:48.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72322026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.602 INFO O| Aug 27 00:53:48.602 INFO STEP 636 (remove_files) COMPLETE
72332026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.602 INFO O| Aug 27 00:53:48.602 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.611 INFO O| Aug 27 00:53:48.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72352026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.611 INFO O| Aug 27 00:53:48.611 INFO STEP 637 (remove_files) COMPLETE
72362026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.611 INFO O| Aug 27 00:53:48.611 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.621 INFO O| Aug 27 00:53:48.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72382026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.621 INFO O| Aug 27 00:53:48.621 INFO STEP 638 (remove_files) COMPLETE
72392026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.621 INFO O| Aug 27 00:53:48.621 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.630 INFO O| Aug 27 00:53:48.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72412026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.630 INFO O| Aug 27 00:53:48.630 INFO STEP 639 (remove_files) COMPLETE
72422026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.630 INFO O| Aug 27 00:53:48.630 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.639 INFO O| Aug 27 00:53:48.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72442026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.639 INFO O| Aug 27 00:53:48.639 INFO STEP 640 (remove_files) COMPLETE
72452026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.639 INFO O| Aug 27 00:53:48.639 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.648 INFO O| Aug 27 00:53:48.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72472026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.648 INFO O| Aug 27 00:53:48.648 INFO STEP 641 (remove_files) COMPLETE
72482026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.648 INFO O| Aug 27 00:53:48.648 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.656 INFO O| Aug 27 00:53:48.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72502026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.656 INFO O| Aug 27 00:53:48.656 INFO STEP 642 (remove_files) COMPLETE
72512026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.656 INFO O| Aug 27 00:53:48.656 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.666 INFO O| Aug 27 00:53:48.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72532026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.666 INFO O| Aug 27 00:53:48.666 INFO STEP 643 (remove_files) COMPLETE
72542026-08-27T00:53:49.812Z[ recovery-image] Aug 27 00:53:48.666 INFO O| Aug 27 00:53:48.666 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-27T00:53:49.816Z[ recovery-image] Aug 27 00:53:48.676 INFO O| Aug 27 00:53:48.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72562026-08-27T00:53:49.816Z[ recovery-image] Aug 27 00:53:48.676 INFO O| Aug 27 00:53:48.676 INFO STEP 644 (remove_files) COMPLETE
72572026-08-27T00:53:49.816Z[ recovery-image] Aug 27 00:53:48.676 INFO O| Aug 27 00:53:48.676 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-27T00:53:49.824Z[ recovery-image] Aug 27 00:53:48.686 INFO O| Aug 27 00:53:48.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72592026-08-27T00:53:49.824Z[ recovery-image] Aug 27 00:53:48.686 INFO O| Aug 27 00:53:48.686 INFO STEP 645 (remove_files) COMPLETE
72602026-08-27T00:53:49.827Z[ recovery-image] Aug 27 00:53:48.686 INFO O| Aug 27 00:53:48.686 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-27T00:53:49.833Z[ recovery-image] Aug 27 00:53:48.694 INFO O| Aug 27 00:53:48.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72622026-08-27T00:53:49.833Z[ recovery-image] Aug 27 00:53:48.695 INFO O| Aug 27 00:53:48.695 INFO STEP 646 (remove_files) COMPLETE
72632026-08-27T00:53:49.833Z[ recovery-image] Aug 27 00:53:48.695 INFO O| Aug 27 00:53:48.695 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-27T00:53:49.842Z[ recovery-image] Aug 27 00:53:48.704 INFO O| Aug 27 00:53:48.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72652026-08-27T00:53:49.842Z[ recovery-image] Aug 27 00:53:48.704 INFO O| Aug 27 00:53:48.704 INFO STEP 647 (remove_files) COMPLETE
72662026-08-27T00:53:49.842Z[ recovery-image] Aug 27 00:53:48.704 INFO O| Aug 27 00:53:48.704 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-27T00:53:49.851Z[ recovery-image] Aug 27 00:53:48.713 INFO O| Aug 27 00:53:48.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72682026-08-27T00:53:49.866Z[ recovery-image] Aug 27 00:53:48.724 INFO O| Aug 27 00:53:48.724 INFO STEP 648 (remove_files) COMPLETE
72692026-08-27T00:53:49.866Z[ recovery-image] Aug 27 00:53:48.725 INFO O| Aug 27 00:53:48.724 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-27T00:53:49.873Z[ recovery-image] Aug 27 00:53:48.735 INFO O| Aug 27 00:53:48.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72712026-08-27T00:53:49.873Z[ recovery-image] Aug 27 00:53:48.735 INFO O| Aug 27 00:53:48.735 INFO STEP 649 (remove_files) COMPLETE
72722026-08-27T00:53:49.873Z[ recovery-image] Aug 27 00:53:48.735 INFO O| Aug 27 00:53:48.735 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-27T00:53:49.882Z[ recovery-image] Aug 27 00:53:48.744 INFO O| Aug 27 00:53:48.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72742026-08-27T00:53:49.882Z[ recovery-image] Aug 27 00:53:48.744 INFO O| Aug 27 00:53:48.744 INFO STEP 650 (remove_files) COMPLETE
72752026-08-27T00:53:49.883Z[ recovery-image] Aug 27 00:53:48.744 INFO O| Aug 27 00:53:48.744 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-27T00:53:49.890Z[ recovery-image] Aug 27 00:53:48.752 INFO O| Aug 27 00:53:48.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72772026-08-27T00:53:49.893Z[ recovery-image] Aug 27 00:53:48.755 INFO O| Aug 27 00:53:48.755 INFO STEP 651 (remove_files) COMPLETE
72782026-08-27T00:53:49.893Z[ recovery-image] Aug 27 00:53:48.755 INFO O| Aug 27 00:53:48.755 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-27T00:53:49.902Z[ recovery-image] Aug 27 00:53:48.764 INFO O| Aug 27 00:53:48.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72802026-08-27T00:53:49.902Z[ recovery-image] Aug 27 00:53:48.764 INFO O| Aug 27 00:53:48.764 INFO STEP 652 (remove_files) COMPLETE
72812026-08-27T00:53:49.906Z[ recovery-image] Aug 27 00:53:48.764 INFO O| Aug 27 00:53:48.764 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-27T00:53:49.910Z[ recovery-image] Aug 27 00:53:48.772 INFO O| Aug 27 00:53:48.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72832026-08-27T00:53:49.910Z[ recovery-image] Aug 27 00:53:48.772 INFO O| Aug 27 00:53:48.772 INFO STEP 653 (remove_files) COMPLETE
72842026-08-27T00:53:49.914Z[ recovery-image] Aug 27 00:53:48.772 INFO O| Aug 27 00:53:48.772 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-27T00:53:49.919Z[ recovery-image] Aug 27 00:53:48.781 INFO O| Aug 27 00:53:48.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72862026-08-27T00:53:49.919Z[ recovery-image] Aug 27 00:53:48.781 INFO O| Aug 27 00:53:48.781 INFO STEP 654 (remove_files) COMPLETE
72872026-08-27T00:53:49.919Z[ recovery-image] Aug 27 00:53:48.781 INFO O| Aug 27 00:53:48.781 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-27T00:53:49.930Z[ recovery-image] Aug 27 00:53:48.792 INFO O| Aug 27 00:53:48.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72892026-08-27T00:53:49.930Z[ recovery-image] Aug 27 00:53:48.792 INFO O| Aug 27 00:53:48.792 INFO STEP 655 (remove_files) COMPLETE
72902026-08-27T00:53:49.930Z[ recovery-image] Aug 27 00:53:48.792 INFO O| Aug 27 00:53:48.792 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-27T00:53:49.938Z[ recovery-image] Aug 27 00:53:48.800 INFO O| Aug 27 00:53:48.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72922026-08-27T00:53:49.938Z[ recovery-image] Aug 27 00:53:48.800 INFO O| Aug 27 00:53:48.800 INFO STEP 656 (remove_files) COMPLETE
72932026-08-27T00:53:49.941Z[ recovery-image] Aug 27 00:53:48.800 INFO O| Aug 27 00:53:48.800 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-27T00:53:49.944Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
72952026-08-27T00:53:49.947Z[ recovery-image] Aug 27 00:53:48.809 INFO O| Aug 27 00:53:48.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72962026-08-27T00:53:49.947Z[ recovery-image] Aug 27 00:53:48.809 INFO O| Aug 27 00:53:48.809 INFO STEP 657 (remove_files) COMPLETE
72972026-08-27T00:53:49.947Z[ recovery-image] Aug 27 00:53:48.809 INFO O| Aug 27 00:53:48.809 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-27T00:53:49.987Z[ recovery-image] Aug 27 00:53:48.848 INFO O| Aug 27 00:53:48.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72992026-08-27T00:53:49.987Z[ recovery-image] Aug 27 00:53:48.848 INFO O| Aug 27 00:53:48.848 INFO STEP 658 (remove_files) COMPLETE
73002026-08-27T00:53:49.987Z[ recovery-image] Aug 27 00:53:48.848 INFO O| Aug 27 00:53:48.848 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-27T00:53:49.998Z[ recovery-image] Aug 27 00:53:48.860 INFO O| Aug 27 00:53:48.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73022026-08-27T00:53:49.998Z[ recovery-image] Aug 27 00:53:48.860 INFO O| Aug 27 00:53:48.860 INFO STEP 659 (remove_files) COMPLETE
73032026-08-27T00:53:49.998Z[ recovery-image] Aug 27 00:53:48.860 INFO O| Aug 27 00:53:48.860 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-27T00:53:50.009Z[ recovery-image] Aug 27 00:53:48.871 INFO O| Aug 27 00:53:48.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73052026-08-27T00:53:50.009Z[ recovery-image] Aug 27 00:53:48.871 INFO O| Aug 27 00:53:48.871 INFO STEP 660 (remove_files) COMPLETE
73062026-08-27T00:53:50.012Z[ recovery-image] Aug 27 00:53:48.871 INFO O| Aug 27 00:53:48.871 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-27T00:53:50.020Z[ recovery-image] Aug 27 00:53:48.882 INFO O| Aug 27 00:53:48.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73082026-08-27T00:53:50.020Z[ recovery-image] Aug 27 00:53:48.882 INFO O| Aug 27 00:53:48.882 INFO STEP 661 (remove_files) COMPLETE
73092026-08-27T00:53:50.020Z[ recovery-image] Aug 27 00:53:48.882 INFO O| Aug 27 00:53:48.882 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-27T00:53:50.030Z[ recovery-image] Aug 27 00:53:48.892 INFO O| Aug 27 00:53:48.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73112026-08-27T00:53:50.030Z[ recovery-image] Aug 27 00:53:48.892 INFO O| Aug 27 00:53:48.892 INFO STEP 662 (remove_files) COMPLETE
73122026-08-27T00:53:50.030Z[ recovery-image] Aug 27 00:53:48.892 INFO O| Aug 27 00:53:48.892 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-27T00:53:50.040Z[ recovery-image] Aug 27 00:53:48.902 INFO O| Aug 27 00:53:48.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73142026-08-27T00:53:50.040Z[ recovery-image] Aug 27 00:53:48.902 INFO O| Aug 27 00:53:48.902 INFO STEP 663 (remove_files) COMPLETE
73152026-08-27T00:53:50.040Z[ recovery-image] Aug 27 00:53:48.902 INFO O| Aug 27 00:53:48.902 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-27T00:53:50.049Z[ recovery-image] Aug 27 00:53:48.911 INFO O| Aug 27 00:53:48.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73172026-08-27T00:53:50.049Z[ recovery-image] Aug 27 00:53:48.911 INFO O| Aug 27 00:53:48.911 INFO STEP 664 (remove_files) COMPLETE
73182026-08-27T00:53:50.049Z[ recovery-image] Aug 27 00:53:48.911 INFO O| Aug 27 00:53:48.911 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-27T00:53:50.058Z[ recovery-image] Aug 27 00:53:48.919 INFO O| Aug 27 00:53:48.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73202026-08-27T00:53:50.058Z[ recovery-image] Aug 27 00:53:48.919 INFO O| Aug 27 00:53:48.919 INFO STEP 665 (remove_files) COMPLETE
73212026-08-27T00:53:50.058Z[ recovery-image] Aug 27 00:53:48.919 INFO O| Aug 27 00:53:48.919 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-27T00:53:50.065Z[ recovery-image] Aug 27 00:53:48.927 INFO O| Aug 27 00:53:48.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73232026-08-27T00:53:50.065Z[ recovery-image] Aug 27 00:53:48.927 INFO O| Aug 27 00:53:48.927 INFO STEP 666 (remove_files) COMPLETE
73242026-08-27T00:53:50.065Z[ recovery-image] Aug 27 00:53:48.927 INFO O| Aug 27 00:53:48.927 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-27T00:53:50.074Z[ recovery-image] Aug 27 00:53:48.935 INFO O| Aug 27 00:53:48.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73262026-08-27T00:53:50.074Z[ recovery-image] Aug 27 00:53:48.935 INFO O| Aug 27 00:53:48.935 INFO STEP 667 (remove_files) COMPLETE
73272026-08-27T00:53:50.074Z[ recovery-image] Aug 27 00:53:48.935 INFO O| Aug 27 00:53:48.935 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-27T00:53:50.077Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
73292026-08-27T00:53:50.082Z[ recovery-image] Aug 27 00:53:48.944 INFO O| Aug 27 00:53:48.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73302026-08-27T00:53:50.082Z[ recovery-image] Aug 27 00:53:48.944 INFO O| Aug 27 00:53:48.944 INFO STEP 668 (remove_files) COMPLETE
73312026-08-27T00:53:50.085Z[ recovery-image] Aug 27 00:53:48.944 INFO O| Aug 27 00:53:48.944 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-27T00:53:50.091Z[ recovery-image] Aug 27 00:53:48.953 INFO O| Aug 27 00:53:48.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73332026-08-27T00:53:50.091Z[ recovery-image] Aug 27 00:53:48.953 INFO O| Aug 27 00:53:48.953 INFO STEP 669 (remove_files) COMPLETE
73342026-08-27T00:53:50.091Z[ recovery-image] Aug 27 00:53:48.953 INFO O| Aug 27 00:53:48.953 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-27T00:53:50.100Z[ recovery-image] Aug 27 00:53:48.961 INFO O| Aug 27 00:53:48.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73362026-08-27T00:53:50.100Z[ recovery-image] Aug 27 00:53:48.962 INFO O| Aug 27 00:53:48.962 INFO STEP 670 (remove_files) COMPLETE
73372026-08-27T00:53:50.103Z[ recovery-image] Aug 27 00:53:48.962 INFO O| Aug 27 00:53:48.962 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-27T00:53:50.109Z[ recovery-image] Aug 27 00:53:48.970 INFO O| Aug 27 00:53:48.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73392026-08-27T00:53:50.109Z[ recovery-image] Aug 27 00:53:48.970 INFO O| Aug 27 00:53:48.970 INFO STEP 671 (remove_files) COMPLETE
73402026-08-27T00:53:50.112Z[ recovery-image] Aug 27 00:53:48.970 INFO O| Aug 27 00:53:48.970 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-27T00:53:50.128Z[ recovery-image] Aug 27 00:53:48.990 INFO O| Aug 27 00:53:48.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73422026-08-27T00:53:50.128Z[ recovery-image] Aug 27 00:53:48.990 INFO O| Aug 27 00:53:48.990 INFO STEP 672 (remove_files) COMPLETE
73432026-08-27T00:53:50.128Z[ recovery-image] Aug 27 00:53:48.990 INFO O| Aug 27 00:53:48.990 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-27T00:53:50.138Z[ recovery-image] Aug 27 00:53:49.000 INFO O| Aug 27 00:53:49.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73452026-08-27T00:53:50.138Z[ recovery-image] Aug 27 00:53:49.000 INFO O| Aug 27 00:53:49.000 INFO STEP 673 (remove_files) COMPLETE
73462026-08-27T00:53:50.138Z[ recovery-image] Aug 27 00:53:49.000 INFO O| Aug 27 00:53:49.000 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-27T00:53:50.147Z[ recovery-image] Aug 27 00:53:49.009 INFO O| Aug 27 00:53:49.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73482026-08-27T00:53:50.147Z[ recovery-image] Aug 27 00:53:49.009 INFO O| Aug 27 00:53:49.009 INFO STEP 674 (remove_files) COMPLETE
73492026-08-27T00:53:50.147Z[ recovery-image] Aug 27 00:53:49.009 INFO O| Aug 27 00:53:49.009 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-27T00:53:50.156Z[ recovery-image] Aug 27 00:53:49.017 INFO O| Aug 27 00:53:49.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73512026-08-27T00:53:50.156Z[ recovery-image] Aug 27 00:53:49.017 INFO O| Aug 27 00:53:49.017 INFO STEP 675 (remove_files) COMPLETE
73522026-08-27T00:53:50.156Z[ recovery-image] Aug 27 00:53:49.017 INFO O| Aug 27 00:53:49.017 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-27T00:53:50.164Z[ recovery-image] Aug 27 00:53:49.025 INFO O| Aug 27 00:53:49.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73542026-08-27T00:53:50.164Z[ recovery-image] Aug 27 00:53:49.025 INFO O| Aug 27 00:53:49.025 INFO STEP 676 (remove_files) COMPLETE
73552026-08-27T00:53:50.164Z[ recovery-image] Aug 27 00:53:49.025 INFO O| Aug 27 00:53:49.025 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-27T00:53:50.172Z[ recovery-image] Aug 27 00:53:49.034 INFO O| Aug 27 00:53:49.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73572026-08-27T00:53:50.173Z[ recovery-image] Aug 27 00:53:49.034 INFO O| Aug 27 00:53:49.034 INFO STEP 677 (remove_files) COMPLETE
73582026-08-27T00:53:50.176Z[ recovery-image] Aug 27 00:53:49.034 INFO O| Aug 27 00:53:49.034 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-27T00:53:50.181Z[ recovery-image] Aug 27 00:53:49.043 INFO O| Aug 27 00:53:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73602026-08-27T00:53:50.181Z[ recovery-image] Aug 27 00:53:49.043 INFO O| Aug 27 00:53:49.043 INFO STEP 678 (remove_files) COMPLETE
73612026-08-27T00:53:50.185Z[ recovery-image] Aug 27 00:53:49.043 INFO O| Aug 27 00:53:49.043 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-27T00:53:50.208Z[ recovery-image] Aug 27 00:53:49.069 INFO O| Aug 27 00:53:49.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73632026-08-27T00:53:50.208Z[ recovery-image] Aug 27 00:53:49.069 INFO O| Aug 27 00:53:49.069 INFO STEP 679 (remove_files) COMPLETE
73642026-08-27T00:53:50.208Z[ recovery-image] Aug 27 00:53:49.069 INFO O| Aug 27 00:53:49.069 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-27T00:53:50.218Z[ recovery-image] Aug 27 00:53:49.079 INFO O| Aug 27 00:53:49.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73662026-08-27T00:53:50.218Z[ recovery-image] Aug 27 00:53:49.079 INFO O| Aug 27 00:53:49.079 INFO STEP 680 (remove_files) COMPLETE
73672026-08-27T00:53:50.218Z[ recovery-image] Aug 27 00:53:49.079 INFO O| Aug 27 00:53:49.079 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-27T00:53:50.226Z[ recovery-image] Aug 27 00:53:49.088 INFO O| Aug 27 00:53:49.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73692026-08-27T00:53:50.226Z[ recovery-image] Aug 27 00:53:49.088 INFO O| Aug 27 00:53:49.088 INFO STEP 681 (remove_files) COMPLETE
73702026-08-27T00:53:50.229Z[ recovery-image] Aug 27 00:53:49.088 INFO O| Aug 27 00:53:49.088 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-27T00:53:50.240Z[ recovery-image] Aug 27 00:53:49.101 INFO O| Aug 27 00:53:49.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73722026-08-27T00:53:50.240Z[ recovery-image] Aug 27 00:53:49.101 INFO O| Aug 27 00:53:49.101 INFO STEP 682 (remove_files) COMPLETE
73732026-08-27T00:53:50.240Z[ recovery-image] Aug 27 00:53:49.101 INFO O| Aug 27 00:53:49.101 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-27T00:53:50.249Z[ recovery-image] Aug 27 00:53:49.111 INFO O| Aug 27 00:53:49.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73752026-08-27T00:53:50.249Z[ recovery-image] Aug 27 00:53:49.111 INFO O| Aug 27 00:53:49.111 INFO STEP 683 (remove_files) COMPLETE
73762026-08-27T00:53:50.252Z[ recovery-image] Aug 27 00:53:49.111 INFO O| Aug 27 00:53:49.111 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-27T00:53:50.258Z[ recovery-image] Aug 27 00:53:49.120 INFO O| Aug 27 00:53:49.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73782026-08-27T00:53:50.258Z[ recovery-image] Aug 27 00:53:49.120 INFO O| Aug 27 00:53:49.120 INFO STEP 684 (remove_files) COMPLETE
73792026-08-27T00:53:50.261Z[ recovery-image] Aug 27 00:53:49.120 INFO O| Aug 27 00:53:49.120 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-27T00:53:50.268Z[ recovery-image] Aug 27 00:53:49.129 INFO O| Aug 27 00:53:49.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73812026-08-27T00:53:50.268Z[ recovery-image] Aug 27 00:53:49.129 INFO O| Aug 27 00:53:49.129 INFO STEP 685 (remove_files) COMPLETE
73822026-08-27T00:53:50.271Z[ recovery-image] Aug 27 00:53:49.129 INFO O| Aug 27 00:53:49.129 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-27T00:53:50.277Z[ recovery-image] Aug 27 00:53:49.139 INFO O| Aug 27 00:53:49.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73842026-08-27T00:53:50.277Z[ recovery-image] Aug 27 00:53:49.139 INFO O| Aug 27 00:53:49.139 INFO STEP 686 (remove_files) COMPLETE
73852026-08-27T00:53:50.277Z[ recovery-image] Aug 27 00:53:49.139 INFO O| Aug 27 00:53:49.139 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-27T00:53:50.288Z[ recovery-image] Aug 27 00:53:49.149 INFO O| Aug 27 00:53:49.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73872026-08-27T00:53:50.288Z[ recovery-image] Aug 27 00:53:49.149 INFO O| Aug 27 00:53:49.149 INFO STEP 687 (remove_files) COMPLETE
73882026-08-27T00:53:50.288Z[ recovery-image] Aug 27 00:53:49.149 INFO O| Aug 27 00:53:49.149 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-27T00:53:50.298Z[ recovery-image] Aug 27 00:53:49.160 INFO O| Aug 27 00:53:49.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73902026-08-27T00:53:50.298Z[ recovery-image] Aug 27 00:53:49.160 INFO O| Aug 27 00:53:49.160 INFO STEP 688 (remove_files) COMPLETE
73912026-08-27T00:53:50.302Z[ recovery-image] Aug 27 00:53:49.160 INFO O| Aug 27 00:53:49.160 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-27T00:53:50.307Z[ recovery-image] Aug 27 00:53:49.169 INFO O| Aug 27 00:53:49.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73932026-08-27T00:53:50.307Z[ recovery-image] Aug 27 00:53:49.169 INFO O| Aug 27 00:53:49.169 INFO STEP 689 (remove_files) COMPLETE
73942026-08-27T00:53:50.308Z[ recovery-image] Aug 27 00:53:49.169 INFO O| Aug 27 00:53:49.169 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-27T00:53:50.319Z[ recovery-image] Aug 27 00:53:49.177 INFO O| Aug 27 00:53:49.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73962026-08-27T00:53:50.319Z[ recovery-image] Aug 27 00:53:49.177 INFO O| Aug 27 00:53:49.177 INFO STEP 690 (remove_files) COMPLETE
73972026-08-27T00:53:50.319Z[ recovery-image] Aug 27 00:53:49.177 INFO O| Aug 27 00:53:49.177 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-27T00:53:50.324Z[ recovery-image] Aug 27 00:53:49.186 INFO O| Aug 27 00:53:49.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73992026-08-27T00:53:50.324Z[ recovery-image] Aug 27 00:53:49.186 INFO O| Aug 27 00:53:49.186 INFO STEP 691 (remove_files) COMPLETE
74002026-08-27T00:53:50.324Z[ recovery-image] Aug 27 00:53:49.186 INFO O| Aug 27 00:53:49.186 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-27T00:53:50.333Z[ recovery-image] Aug 27 00:53:49.195 INFO O| Aug 27 00:53:49.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74022026-08-27T00:53:50.333Z[ recovery-image] Aug 27 00:53:49.195 INFO O| Aug 27 00:53:49.195 INFO STEP 692 (remove_files) COMPLETE
74032026-08-27T00:53:50.333Z[ recovery-image] Aug 27 00:53:49.195 INFO O| Aug 27 00:53:49.195 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-27T00:53:50.342Z[ recovery-image] Aug 27 00:53:49.204 INFO O| Aug 27 00:53:49.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74052026-08-27T00:53:50.343Z[ recovery-image] Aug 27 00:53:49.204 INFO O| Aug 27 00:53:49.204 INFO STEP 693 (remove_files) COMPLETE
74062026-08-27T00:53:50.346Z[ recovery-image] Aug 27 00:53:49.204 INFO O| Aug 27 00:53:49.204 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-27T00:53:50.352Z[ recovery-image] Aug 27 00:53:49.213 INFO O| Aug 27 00:53:49.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74082026-08-27T00:53:50.352Z[ recovery-image] Aug 27 00:53:49.213 INFO O| Aug 27 00:53:49.213 INFO STEP 694 (remove_files) COMPLETE
74092026-08-27T00:53:50.355Z[ recovery-image] Aug 27 00:53:49.213 INFO O| Aug 27 00:53:49.213 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-27T00:53:50.360Z[ recovery-image] Aug 27 00:53:49.222 INFO O| Aug 27 00:53:49.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74112026-08-27T00:53:50.363Z[ recovery-image] Aug 27 00:53:49.222 INFO O| Aug 27 00:53:49.222 INFO STEP 695 (remove_files) COMPLETE
74122026-08-27T00:53:50.363Z[ recovery-image] Aug 27 00:53:49.222 INFO O| Aug 27 00:53:49.222 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-27T00:53:50.371Z[ recovery-image] Aug 27 00:53:49.233 INFO O| Aug 27 00:53:49.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74142026-08-27T00:53:50.371Z[ recovery-image] Aug 27 00:53:49.233 INFO O| Aug 27 00:53:49.233 INFO STEP 696 (remove_files) COMPLETE
74152026-08-27T00:53:50.371Z[ recovery-image] Aug 27 00:53:49.233 INFO O| Aug 27 00:53:49.233 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-27T00:53:50.381Z[ recovery-image] Aug 27 00:53:49.242 INFO O| Aug 27 00:53:49.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74172026-08-27T00:53:50.381Z[ recovery-image] Aug 27 00:53:49.243 INFO O| Aug 27 00:53:49.243 INFO STEP 697 (remove_files) COMPLETE
74182026-08-27T00:53:50.384Z[ recovery-image] Aug 27 00:53:49.243 INFO O| Aug 27 00:53:49.243 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-27T00:53:50.395Z[ recovery-image] Aug 27 00:53:49.254 INFO O| Aug 27 00:53:49.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74202026-08-27T00:53:50.395Z[ recovery-image] Aug 27 00:53:49.254 INFO O| Aug 27 00:53:49.254 INFO STEP 698 (remove_files) COMPLETE
74212026-08-27T00:53:50.395Z[ recovery-image] Aug 27 00:53:49.254 INFO O| Aug 27 00:53:49.254 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-27T00:53:50.404Z[ recovery-image] Aug 27 00:53:49.263 INFO O| Aug 27 00:53:49.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74232026-08-27T00:53:50.404Z[ recovery-image] Aug 27 00:53:49.263 INFO O| Aug 27 00:53:49.263 INFO STEP 699 (remove_files) COMPLETE
74242026-08-27T00:53:50.404Z[ recovery-image] Aug 27 00:53:49.263 INFO O| Aug 27 00:53:49.263 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-27T00:53:50.412Z[ recovery-image] Aug 27 00:53:49.273 INFO O| Aug 27 00:53:49.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74262026-08-27T00:53:50.412Z[ recovery-image] Aug 27 00:53:49.273 INFO O| Aug 27 00:53:49.273 INFO STEP 700 (remove_files) COMPLETE
74272026-08-27T00:53:50.412Z[ recovery-image] Aug 27 00:53:49.273 INFO O| Aug 27 00:53:49.273 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-27T00:53:50.421Z[ recovery-image] Aug 27 00:53:49.283 INFO O| Aug 27 00:53:49.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74292026-08-27T00:53:50.421Z[ recovery-image] Aug 27 00:53:49.283 INFO O| Aug 27 00:53:49.283 INFO STEP 701 (remove_files) COMPLETE
74302026-08-27T00:53:50.421Z[ recovery-image] Aug 27 00:53:49.283 INFO O| Aug 27 00:53:49.283 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-27T00:53:50.430Z[ recovery-image] Aug 27 00:53:49.292 INFO O| Aug 27 00:53:49.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74322026-08-27T00:53:50.430Z[ recovery-image] Aug 27 00:53:49.292 INFO O| Aug 27 00:53:49.292 INFO STEP 702 (remove_files) COMPLETE
74332026-08-27T00:53:50.430Z[ recovery-image] Aug 27 00:53:49.292 INFO O| Aug 27 00:53:49.292 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-27T00:53:50.441Z[ recovery-image] Aug 27 00:53:49.302 INFO O| Aug 27 00:53:49.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74352026-08-27T00:53:50.441Z[ recovery-image] Aug 27 00:53:49.302 INFO O| Aug 27 00:53:49.302 INFO STEP 703 (remove_files) COMPLETE
74362026-08-27T00:53:50.441Z[ recovery-image] Aug 27 00:53:49.302 INFO O| Aug 27 00:53:49.302 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-27T00:53:50.450Z[ recovery-image] Aug 27 00:53:49.311 INFO O| Aug 27 00:53:49.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74382026-08-27T00:53:50.450Z[ recovery-image] Aug 27 00:53:49.312 INFO O| Aug 27 00:53:49.312 INFO STEP 704 (remove_files) COMPLETE
74392026-08-27T00:53:50.450Z[ recovery-image] Aug 27 00:53:49.312 INFO O| Aug 27 00:53:49.312 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-27T00:53:50.460Z[ recovery-image] Aug 27 00:53:49.321 INFO O| Aug 27 00:53:49.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74412026-08-27T00:53:50.460Z[ recovery-image] Aug 27 00:53:49.321 INFO O| Aug 27 00:53:49.321 INFO STEP 705 (remove_files) COMPLETE
74422026-08-27T00:53:50.460Z[ recovery-image] Aug 27 00:53:49.321 INFO O| Aug 27 00:53:49.321 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-27T00:53:50.470Z[ recovery-image] Aug 27 00:53:49.331 INFO O| Aug 27 00:53:49.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74442026-08-27T00:53:50.473Z[ recovery-image] Aug 27 00:53:49.331 INFO O| Aug 27 00:53:49.331 INFO STEP 706 (remove_files) COMPLETE
74452026-08-27T00:53:50.473Z[ recovery-image] Aug 27 00:53:49.331 INFO O| Aug 27 00:53:49.331 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-27T00:53:50.479Z[ recovery-image] Aug 27 00:53:49.341 INFO O| Aug 27 00:53:49.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74472026-08-27T00:53:50.480Z[ recovery-image] Aug 27 00:53:49.341 INFO O| Aug 27 00:53:49.341 INFO STEP 707 (remove_files) COMPLETE
74482026-08-27T00:53:50.485Z[ recovery-image] Aug 27 00:53:49.341 INFO O| Aug 27 00:53:49.341 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-27T00:53:50.488Z[ recovery-image] Aug 27 00:53:49.350 INFO O| Aug 27 00:53:49.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74502026-08-27T00:53:50.488Z[ recovery-image] Aug 27 00:53:49.350 INFO O| Aug 27 00:53:49.350 INFO STEP 708 (remove_files) COMPLETE
74512026-08-27T00:53:50.488Z[ recovery-image] Aug 27 00:53:49.350 INFO O| Aug 27 00:53:49.350 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-27T00:53:50.496Z[ recovery-image] Aug 27 00:53:49.358 INFO O| Aug 27 00:53:49.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74532026-08-27T00:53:50.496Z[ recovery-image] Aug 27 00:53:49.358 INFO O| Aug 27 00:53:49.358 INFO STEP 709 (remove_files) COMPLETE
74542026-08-27T00:53:50.499Z[ recovery-image] Aug 27 00:53:49.358 INFO O| Aug 27 00:53:49.358 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-27T00:53:50.504Z[ recovery-image] Aug 27 00:53:49.366 INFO O| Aug 27 00:53:49.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74562026-08-27T00:53:50.504Z[ recovery-image] Aug 27 00:53:49.366 INFO O| Aug 27 00:53:49.366 INFO STEP 710 (remove_files) COMPLETE
74572026-08-27T00:53:50.509Z[ recovery-image] Aug 27 00:53:49.366 INFO O| Aug 27 00:53:49.366 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-27T00:53:50.513Z[ recovery-image] Aug 27 00:53:49.375 INFO O| Aug 27 00:53:49.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74592026-08-27T00:53:50.513Z[ recovery-image] Aug 27 00:53:49.375 INFO O| Aug 27 00:53:49.375 INFO STEP 711 (remove_files) COMPLETE
74602026-08-27T00:53:50.513Z[ recovery-image] Aug 27 00:53:49.375 INFO O| Aug 27 00:53:49.375 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-27T00:53:50.526Z[ recovery-image] Aug 27 00:53:49.383 INFO O| Aug 27 00:53:49.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74622026-08-27T00:53:50.526Z[ recovery-image] Aug 27 00:53:49.384 INFO O| Aug 27 00:53:49.384 INFO STEP 712 (remove_files) COMPLETE
74632026-08-27T00:53:50.526Z[ recovery-image] Aug 27 00:53:49.384 INFO O| Aug 27 00:53:49.384 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-27T00:53:50.531Z[ recovery-image] Aug 27 00:53:49.393 INFO O| Aug 27 00:53:49.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74652026-08-27T00:53:50.531Z[ recovery-image] Aug 27 00:53:49.393 INFO O| Aug 27 00:53:49.393 INFO STEP 713 (remove_files) COMPLETE
74662026-08-27T00:53:50.531Z[ recovery-image] Aug 27 00:53:49.393 INFO O| Aug 27 00:53:49.393 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-27T00:53:50.541Z[ recovery-image] Aug 27 00:53:49.403 INFO O| Aug 27 00:53:49.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74682026-08-27T00:53:50.541Z[ recovery-image] Aug 27 00:53:49.403 INFO O| Aug 27 00:53:49.403 INFO STEP 714 (remove_files) COMPLETE
74692026-08-27T00:53:50.541Z[ recovery-image] Aug 27 00:53:49.403 INFO O| Aug 27 00:53:49.403 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-27T00:53:50.551Z[ recovery-image] Aug 27 00:53:49.413 INFO O| Aug 27 00:53:49.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74712026-08-27T00:53:50.551Z[ recovery-image] Aug 27 00:53:49.413 INFO O| Aug 27 00:53:49.413 INFO STEP 715 (remove_files) COMPLETE
74722026-08-27T00:53:50.551Z[ recovery-image] Aug 27 00:53:49.413 INFO O| Aug 27 00:53:49.413 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-27T00:53:50.561Z[ recovery-image] Aug 27 00:53:49.423 INFO O| Aug 27 00:53:49.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74742026-08-27T00:53:50.565Z[ recovery-image] Aug 27 00:53:49.424 INFO O| Aug 27 00:53:49.424 INFO STEP 716 (remove_files) COMPLETE
74752026-08-27T00:53:50.565Z[ recovery-image] Aug 27 00:53:49.424 INFO O| Aug 27 00:53:49.424 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-27T00:53:50.568Z[verify-libraries] Compiling samael v0.0.19
74772026-08-27T00:53:50.573Z[ recovery-image] Aug 27 00:53:49.435 INFO O| Aug 27 00:53:49.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74782026-08-27T00:53:50.576Z[ recovery-image] Aug 27 00:53:49.436 INFO O| Aug 27 00:53:49.436 INFO STEP 717 (remove_files) COMPLETE
74792026-08-27T00:53:50.576Z[ recovery-image] Aug 27 00:53:49.436 INFO O| Aug 27 00:53:49.436 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-27T00:53:50.585Z[ recovery-image] Aug 27 00:53:49.447 INFO O| Aug 27 00:53:49.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74812026-08-27T00:53:50.585Z[ recovery-image] Aug 27 00:53:49.447 INFO O| Aug 27 00:53:49.447 INFO STEP 718 (remove_files) COMPLETE
74822026-08-27T00:53:50.585Z[ recovery-image] Aug 27 00:53:49.447 INFO O| Aug 27 00:53:49.447 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-27T00:53:50.595Z[ recovery-image] Aug 27 00:53:49.457 INFO O| Aug 27 00:53:49.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74842026-08-27T00:53:50.595Z[ recovery-image] Aug 27 00:53:49.457 INFO O| Aug 27 00:53:49.457 INFO STEP 719 (remove_files) COMPLETE
74852026-08-27T00:53:50.599Z[ recovery-image] Aug 27 00:53:49.457 INFO O| Aug 27 00:53:49.457 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-27T00:53:50.606Z[ recovery-image] Aug 27 00:53:49.468 INFO O| Aug 27 00:53:49.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74872026-08-27T00:53:50.606Z[ recovery-image] Aug 27 00:53:49.468 INFO O| Aug 27 00:53:49.468 INFO STEP 720 (remove_files) COMPLETE
74882026-08-27T00:53:50.606Z[ recovery-image] Aug 27 00:53:49.468 INFO O| Aug 27 00:53:49.468 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-27T00:53:50.617Z[ recovery-image] Aug 27 00:53:49.478 INFO O| Aug 27 00:53:49.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74902026-08-27T00:53:50.617Z[ recovery-image] Aug 27 00:53:49.479 INFO O| Aug 27 00:53:49.479 INFO STEP 721 (remove_files) COMPLETE
74912026-08-27T00:53:50.617Z[ recovery-image] Aug 27 00:53:49.479 INFO O| Aug 27 00:53:49.479 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-27T00:53:50.628Z[ recovery-image] Aug 27 00:53:49.490 INFO O| Aug 27 00:53:49.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74932026-08-27T00:53:50.628Z[ recovery-image] Aug 27 00:53:49.490 INFO O| Aug 27 00:53:49.490 INFO STEP 722 (remove_files) COMPLETE
74942026-08-27T00:53:50.628Z[ recovery-image] Aug 27 00:53:49.490 INFO O| Aug 27 00:53:49.490 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-27T00:53:50.634Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
74962026-08-27T00:53:50.639Z[ recovery-image] Aug 27 00:53:49.500 INFO O| Aug 27 00:53:49.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74972026-08-27T00:53:50.639Z[ recovery-image] Aug 27 00:53:49.501 INFO O| Aug 27 00:53:49.500 INFO STEP 723 (remove_files) COMPLETE
74982026-08-27T00:53:50.639Z[ recovery-image] Aug 27 00:53:49.501 INFO O| Aug 27 00:53:49.500 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-27T00:53:50.650Z[ recovery-image] Aug 27 00:53:49.511 INFO O| Aug 27 00:53:49.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75002026-08-27T00:53:50.650Z[ recovery-image] Aug 27 00:53:49.511 INFO O| Aug 27 00:53:49.511 INFO STEP 724 (remove_files) COMPLETE
75012026-08-27T00:53:50.653Z[ recovery-image] Aug 27 00:53:49.511 INFO O| Aug 27 00:53:49.511 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-27T00:53:50.660Z[ recovery-image] Aug 27 00:53:49.522 INFO O| Aug 27 00:53:49.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75032026-08-27T00:53:50.660Z[ recovery-image] Aug 27 00:53:49.522 INFO O| Aug 27 00:53:49.522 INFO STEP 725 (remove_files) COMPLETE
75042026-08-27T00:53:50.663Z[ recovery-image] Aug 27 00:53:49.522 INFO O| Aug 27 00:53:49.522 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-27T00:53:50.672Z[ recovery-image] Aug 27 00:53:49.532 INFO O| Aug 27 00:53:49.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75062026-08-27T00:53:50.672Z[ recovery-image] Aug 27 00:53:49.532 INFO O| Aug 27 00:53:49.532 INFO STEP 726 (remove_files) COMPLETE
75072026-08-27T00:53:50.672Z[ recovery-image] Aug 27 00:53:49.532 INFO O| Aug 27 00:53:49.532 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-27T00:53:50.681Z[ recovery-image] Aug 27 00:53:49.542 INFO O| Aug 27 00:53:49.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75092026-08-27T00:53:50.681Z[ recovery-image] Aug 27 00:53:49.543 INFO O| Aug 27 00:53:49.543 INFO STEP 727 (remove_files) COMPLETE
75102026-08-27T00:53:50.681Z[ recovery-image] Aug 27 00:53:49.543 INFO O| Aug 27 00:53:49.543 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-27T00:53:50.691Z[ recovery-image] Aug 27 00:53:49.553 INFO O| Aug 27 00:53:49.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75122026-08-27T00:53:50.691Z[ recovery-image] Aug 27 00:53:49.553 INFO O| Aug 27 00:53:49.553 INFO STEP 728 (remove_files) COMPLETE
75132026-08-27T00:53:50.694Z[ recovery-image] Aug 27 00:53:49.553 INFO O| Aug 27 00:53:49.553 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-27T00:53:50.701Z[ recovery-image] Aug 27 00:53:49.563 INFO O| Aug 27 00:53:49.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75152026-08-27T00:53:50.701Z[ recovery-image] Aug 27 00:53:49.563 INFO O| Aug 27 00:53:49.563 INFO STEP 729 (remove_files) COMPLETE
75162026-08-27T00:53:50.701Z[ recovery-image] Aug 27 00:53:49.563 INFO O| Aug 27 00:53:49.563 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-27T00:53:50.714Z[ recovery-image] Aug 27 00:53:49.574 INFO O| Aug 27 00:53:49.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75182026-08-27T00:53:50.714Z[ recovery-image] Aug 27 00:53:49.574 INFO O| Aug 27 00:53:49.574 INFO STEP 730 (remove_files) COMPLETE
75192026-08-27T00:53:50.717Z[ recovery-image] Aug 27 00:53:49.574 INFO O| Aug 27 00:53:49.574 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-27T00:53:50.723Z[ recovery-image] Aug 27 00:53:49.585 INFO O| Aug 27 00:53:49.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75212026-08-27T00:53:50.723Z[ recovery-image] Aug 27 00:53:49.585 INFO O| Aug 27 00:53:49.585 INFO STEP 731 (remove_files) COMPLETE
75222026-08-27T00:53:50.723Z[ recovery-image] Aug 27 00:53:49.585 INFO O| Aug 27 00:53:49.585 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-27T00:53:50.733Z[ recovery-image] Aug 27 00:53:49.595 INFO O| Aug 27 00:53:49.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75242026-08-27T00:53:50.733Z[ recovery-image] Aug 27 00:53:49.595 INFO O| Aug 27 00:53:49.595 INFO STEP 732 (remove_files) COMPLETE
75252026-08-27T00:53:50.733Z[ recovery-image] Aug 27 00:53:49.595 INFO O| Aug 27 00:53:49.595 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-27T00:53:50.743Z[ recovery-image] Aug 27 00:53:49.604 INFO O| Aug 27 00:53:49.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75272026-08-27T00:53:50.746Z[ recovery-image] Aug 27 00:53:49.605 INFO O| Aug 27 00:53:49.605 INFO STEP 733 (remove_files) COMPLETE
75282026-08-27T00:53:50.746Z[ recovery-image] Aug 27 00:53:49.605 INFO O| Aug 27 00:53:49.605 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-27T00:53:50.754Z[ recovery-image] Aug 27 00:53:49.616 INFO O| Aug 27 00:53:49.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75302026-08-27T00:53:50.754Z[ recovery-image] Aug 27 00:53:49.616 INFO O| Aug 27 00:53:49.616 INFO STEP 734 (remove_files) COMPLETE
75312026-08-27T00:53:50.754Z[ recovery-image] Aug 27 00:53:49.616 INFO O| Aug 27 00:53:49.616 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-27T00:53:50.766Z[ recovery-image] Aug 27 00:53:49.626 INFO O| Aug 27 00:53:49.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75332026-08-27T00:53:50.766Z[ recovery-image] Aug 27 00:53:49.626 INFO O| Aug 27 00:53:49.626 INFO STEP 735 (remove_files) COMPLETE
75342026-08-27T00:53:50.766Z[ recovery-image] Aug 27 00:53:49.626 INFO O| Aug 27 00:53:49.626 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-27T00:53:50.775Z[ recovery-image] Aug 27 00:53:49.637 INFO O| Aug 27 00:53:49.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75362026-08-27T00:53:50.775Z[ recovery-image] Aug 27 00:53:49.637 INFO O| Aug 27 00:53:49.637 INFO STEP 736 (remove_files) COMPLETE
75372026-08-27T00:53:50.775Z[ recovery-image] Aug 27 00:53:49.637 INFO O| Aug 27 00:53:49.637 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-27T00:53:50.785Z[ recovery-image] Aug 27 00:53:49.647 INFO O| Aug 27 00:53:49.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75392026-08-27T00:53:50.785Z[ recovery-image] Aug 27 00:53:49.647 INFO O| Aug 27 00:53:49.647 INFO STEP 737 (remove_files) COMPLETE
75402026-08-27T00:53:50.788Z[ recovery-image] Aug 27 00:53:49.647 INFO O| Aug 27 00:53:49.647 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-27T00:53:50.794Z[ recovery-image] Aug 27 00:53:49.656 INFO O| Aug 27 00:53:49.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75422026-08-27T00:53:50.794Z[ recovery-image] Aug 27 00:53:49.656 INFO O| Aug 27 00:53:49.656 INFO STEP 738 (remove_files) COMPLETE
75432026-08-27T00:53:50.794Z[ recovery-image] Aug 27 00:53:49.656 INFO O| Aug 27 00:53:49.656 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-27T00:53:50.805Z[ recovery-image] Aug 27 00:53:49.667 INFO O| Aug 27 00:53:49.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75452026-08-27T00:53:50.805Z[ recovery-image] Aug 27 00:53:49.667 INFO O| Aug 27 00:53:49.667 INFO STEP 739 (remove_files) COMPLETE
75462026-08-27T00:53:50.805Z[ recovery-image] Aug 27 00:53:49.667 INFO O| Aug 27 00:53:49.667 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-27T00:53:50.815Z[ recovery-image] Aug 27 00:53:49.677 INFO O| Aug 27 00:53:49.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75482026-08-27T00:53:50.815Z[ recovery-image] Aug 27 00:53:49.677 INFO O| Aug 27 00:53:49.677 INFO STEP 740 (remove_files) COMPLETE
75492026-08-27T00:53:50.815Z[ recovery-image] Aug 27 00:53:49.677 INFO O| Aug 27 00:53:49.677 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-27T00:53:50.826Z[ recovery-image] Aug 27 00:53:49.687 INFO O| Aug 27 00:53:49.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75512026-08-27T00:53:50.829Z[ recovery-image] Aug 27 00:53:49.687 INFO O| Aug 27 00:53:49.687 INFO STEP 741 (remove_files) COMPLETE
75522026-08-27T00:53:50.829Z[ recovery-image] Aug 27 00:53:49.687 INFO O| Aug 27 00:53:49.687 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-27T00:53:50.836Z[ recovery-image] Aug 27 00:53:49.698 INFO O| Aug 27 00:53:49.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75542026-08-27T00:53:50.836Z[ recovery-image] Aug 27 00:53:49.698 INFO O| Aug 27 00:53:49.698 INFO STEP 742 (remove_files) COMPLETE
75552026-08-27T00:53:50.836Z[ recovery-image] Aug 27 00:53:49.698 INFO O| Aug 27 00:53:49.698 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-27T00:53:50.854Z[ recovery-image] Aug 27 00:53:49.716 INFO O| Aug 27 00:53:49.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75572026-08-27T00:53:50.854Z[ recovery-image] Aug 27 00:53:49.716 INFO O| Aug 27 00:53:49.716 INFO STEP 743 (remove_files) COMPLETE
75582026-08-27T00:53:50.854Z[ recovery-image] Aug 27 00:53:49.716 INFO O| Aug 27 00:53:49.716 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-27T00:53:50.863Z[ recovery-image] Aug 27 00:53:49.725 INFO O| Aug 27 00:53:49.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75602026-08-27T00:53:50.863Z[ recovery-image] Aug 27 00:53:49.725 INFO O| Aug 27 00:53:49.725 INFO STEP 744 (remove_files) COMPLETE
75612026-08-27T00:53:50.866Z[ recovery-image] Aug 27 00:53:49.725 INFO O| Aug 27 00:53:49.725 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-27T00:53:50.873Z[ recovery-image] Aug 27 00:53:49.735 INFO O| Aug 27 00:53:49.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75632026-08-27T00:53:50.873Z[ recovery-image] Aug 27 00:53:49.735 INFO O| Aug 27 00:53:49.735 INFO STEP 745 (remove_files) COMPLETE
75642026-08-27T00:53:50.873Z[ recovery-image] Aug 27 00:53:49.735 INFO O| Aug 27 00:53:49.735 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-27T00:53:50.883Z[ recovery-image] Aug 27 00:53:49.745 INFO O| Aug 27 00:53:49.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75662026-08-27T00:53:50.883Z[ recovery-image] Aug 27 00:53:49.745 INFO O| Aug 27 00:53:49.745 INFO STEP 746 (remove_files) COMPLETE
75672026-08-27T00:53:50.883Z[ recovery-image] Aug 27 00:53:49.745 INFO O| Aug 27 00:53:49.745 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-27T00:53:50.892Z[ recovery-image] Aug 27 00:53:49.754 INFO O| Aug 27 00:53:49.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75692026-08-27T00:53:50.892Z[ recovery-image] Aug 27 00:53:49.754 INFO O| Aug 27 00:53:49.754 INFO STEP 747 (remove_files) COMPLETE
75702026-08-27T00:53:50.892Z[ recovery-image] Aug 27 00:53:49.754 INFO O| Aug 27 00:53:49.754 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-27T00:53:50.901Z[ recovery-image] Aug 27 00:53:49.763 INFO O| Aug 27 00:53:49.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75722026-08-27T00:53:50.901Z[ recovery-image] Aug 27 00:53:49.763 INFO O| Aug 27 00:53:49.763 INFO STEP 748 (remove_files) COMPLETE
75732026-08-27T00:53:50.901Z[ recovery-image] Aug 27 00:53:49.763 INFO O| Aug 27 00:53:49.763 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-27T00:53:50.910Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
75752026-08-27T00:53:50.912Z[ recovery-image] Aug 27 00:53:49.773 INFO O| Aug 27 00:53:49.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75762026-08-27T00:53:50.912Z[ recovery-image] Aug 27 00:53:49.773 INFO O| Aug 27 00:53:49.773 INFO STEP 749 (remove_files) COMPLETE
75772026-08-27T00:53:50.913Z[ recovery-image] Aug 27 00:53:49.773 INFO O| Aug 27 00:53:49.773 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-27T00:53:50.921Z[ recovery-image] Aug 27 00:53:49.783 INFO O| Aug 27 00:53:49.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75792026-08-27T00:53:50.921Z[ recovery-image] Aug 27 00:53:49.783 INFO O| Aug 27 00:53:49.783 INFO STEP 750 (remove_files) COMPLETE
75802026-08-27T00:53:50.924Z[ recovery-image] Aug 27 00:53:49.783 INFO O| Aug 27 00:53:49.783 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-27T00:53:50.931Z[ recovery-image] Aug 27 00:53:49.792 INFO O| Aug 27 00:53:49.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75822026-08-27T00:53:50.931Z[ recovery-image] Aug 27 00:53:49.792 INFO O| Aug 27 00:53:49.792 INFO STEP 751 (remove_files) COMPLETE
75832026-08-27T00:53:50.934Z[ recovery-image] Aug 27 00:53:49.792 INFO O| Aug 27 00:53:49.792 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-27T00:53:50.940Z[ recovery-image] Aug 27 00:53:49.802 INFO O| Aug 27 00:53:49.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75852026-08-27T00:53:50.940Z[ recovery-image] Aug 27 00:53:49.802 INFO O| Aug 27 00:53:49.802 INFO STEP 752 (remove_files) COMPLETE
75862026-08-27T00:53:50.943Z[ recovery-image] Aug 27 00:53:49.802 INFO O| Aug 27 00:53:49.802 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-27T00:53:50.949Z[ recovery-image] Aug 27 00:53:49.811 INFO O| Aug 27 00:53:49.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75882026-08-27T00:53:50.949Z[ recovery-image] Aug 27 00:53:49.811 INFO O| Aug 27 00:53:49.811 INFO STEP 753 (remove_files) COMPLETE
75892026-08-27T00:53:50.949Z[ recovery-image] Aug 27 00:53:49.811 INFO O| Aug 27 00:53:49.811 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-27T00:53:50.961Z[ recovery-image] Aug 27 00:53:49.822 INFO O| Aug 27 00:53:49.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75912026-08-27T00:53:50.962Z[ recovery-image] Aug 27 00:53:49.823 INFO O| Aug 27 00:53:49.823 INFO STEP 754 (remove_files) COMPLETE
75922026-08-27T00:53:50.962Z[ recovery-image] Aug 27 00:53:49.823 INFO O| Aug 27 00:53:49.823 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-27T00:53:50.971Z[ recovery-image] Aug 27 00:53:49.833 INFO O| Aug 27 00:53:49.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75942026-08-27T00:53:50.971Z[ recovery-image] Aug 27 00:53:49.833 INFO O| Aug 27 00:53:49.833 INFO STEP 755 (remove_files) COMPLETE
75952026-08-27T00:53:50.972Z[ recovery-image] Aug 27 00:53:49.833 INFO O| Aug 27 00:53:49.833 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-27T00:53:50.981Z[ recovery-image] Aug 27 00:53:49.843 INFO O| Aug 27 00:53:49.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75972026-08-27T00:53:50.981Z[ recovery-image] Aug 27 00:53:49.843 INFO O| Aug 27 00:53:49.843 INFO STEP 756 (remove_files) COMPLETE
75982026-08-27T00:53:50.981Z[ recovery-image] Aug 27 00:53:49.843 INFO O| Aug 27 00:53:49.843 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-27T00:53:50.991Z[ recovery-image] Aug 27 00:53:49.853 INFO O| Aug 27 00:53:49.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76002026-08-27T00:53:50.991Z[ recovery-image] Aug 27 00:53:49.853 INFO O| Aug 27 00:53:49.853 INFO STEP 757 (remove_files) COMPLETE
76012026-08-27T00:53:50.991Z[ recovery-image] Aug 27 00:53:49.853 INFO O| Aug 27 00:53:49.853 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-27T00:53:51.001Z[ recovery-image] Aug 27 00:53:49.862 INFO O| Aug 27 00:53:49.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76032026-08-27T00:53:51.001Z[ recovery-image] Aug 27 00:53:49.862 INFO O| Aug 27 00:53:49.862 INFO STEP 758 (remove_files) COMPLETE
76042026-08-27T00:53:51.001Z[ recovery-image] Aug 27 00:53:49.862 INFO O| Aug 27 00:53:49.862 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-27T00:53:51.008Z[ recovery-image] Aug 27 00:53:49.870 INFO O| Aug 27 00:53:49.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76062026-08-27T00:53:51.009Z[ recovery-image] Aug 27 00:53:49.870 INFO O| Aug 27 00:53:49.870 INFO STEP 759 (remove_files) COMPLETE
76072026-08-27T00:53:51.009Z[ recovery-image] Aug 27 00:53:49.870 INFO O| Aug 27 00:53:49.870 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-27T00:53:51.017Z[ recovery-image] Aug 27 00:53:49.879 INFO O| Aug 27 00:53:49.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76092026-08-27T00:53:51.017Z[ recovery-image] Aug 27 00:53:49.879 INFO O| Aug 27 00:53:49.879 INFO STEP 760 (remove_files) COMPLETE
76102026-08-27T00:53:51.017Z[ recovery-image] Aug 27 00:53:49.879 INFO O| Aug 27 00:53:49.879 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-27T00:53:51.025Z[ recovery-image] Aug 27 00:53:49.887 INFO O| Aug 27 00:53:49.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76122026-08-27T00:53:51.026Z[ recovery-image] Aug 27 00:53:49.887 INFO O| Aug 27 00:53:49.887 INFO STEP 761 (remove_files) COMPLETE
76132026-08-27T00:53:51.026Z[ recovery-image] Aug 27 00:53:49.887 INFO O| Aug 27 00:53:49.887 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-27T00:53:51.034Z[ recovery-image] Aug 27 00:53:49.896 INFO O| Aug 27 00:53:49.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76152026-08-27T00:53:51.034Z[ recovery-image] Aug 27 00:53:49.896 INFO O| Aug 27 00:53:49.896 INFO STEP 762 (remove_files) COMPLETE
76162026-08-27T00:53:51.034Z[ recovery-image] Aug 27 00:53:49.896 INFO O| Aug 27 00:53:49.896 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-27T00:53:51.042Z[ recovery-image] Aug 27 00:53:49.904 INFO O| Aug 27 00:53:49.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76182026-08-27T00:53:51.042Z[ recovery-image] Aug 27 00:53:49.904 INFO O| Aug 27 00:53:49.904 INFO STEP 763 (remove_files) COMPLETE
76192026-08-27T00:53:51.042Z[ recovery-image] Aug 27 00:53:49.904 INFO O| Aug 27 00:53:49.904 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-27T00:53:51.052Z[ recovery-image] Aug 27 00:53:49.914 INFO O| Aug 27 00:53:49.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76212026-08-27T00:53:51.052Z[ recovery-image] Aug 27 00:53:49.914 INFO O| Aug 27 00:53:49.914 INFO STEP 764 (remove_files) COMPLETE
76222026-08-27T00:53:51.052Z[ recovery-image] Aug 27 00:53:49.914 INFO O| Aug 27 00:53:49.914 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-27T00:53:51.062Z[ recovery-image] Aug 27 00:53:49.924 INFO O| Aug 27 00:53:49.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76242026-08-27T00:53:51.065Z[ recovery-image] Aug 27 00:53:49.924 INFO O| Aug 27 00:53:49.924 INFO STEP 765 (remove_files) COMPLETE
76252026-08-27T00:53:51.065Z[ recovery-image] Aug 27 00:53:49.924 INFO O| Aug 27 00:53:49.924 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-27T00:53:51.073Z[ recovery-image] Aug 27 00:53:49.935 INFO O| Aug 27 00:53:49.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76272026-08-27T00:53:51.073Z[ recovery-image] Aug 27 00:53:49.935 INFO O| Aug 27 00:53:49.935 INFO STEP 766 (remove_files) COMPLETE
76282026-08-27T00:53:51.073Z[ recovery-image] Aug 27 00:53:49.935 INFO O| Aug 27 00:53:49.935 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-27T00:53:51.082Z[ recovery-image] Aug 27 00:53:49.944 INFO O| Aug 27 00:53:49.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76302026-08-27T00:53:51.082Z[ recovery-image] Aug 27 00:53:49.944 INFO O| Aug 27 00:53:49.944 INFO STEP 767 (remove_files) COMPLETE
76312026-08-27T00:53:51.085Z[ recovery-image] Aug 27 00:53:49.944 INFO O| Aug 27 00:53:49.944 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-27T00:53:51.091Z[ recovery-image] Aug 27 00:53:49.953 INFO O| Aug 27 00:53:49.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76332026-08-27T00:53:51.091Z[ recovery-image] Aug 27 00:53:49.953 INFO O| Aug 27 00:53:49.953 INFO STEP 768 (remove_files) COMPLETE
76342026-08-27T00:53:51.091Z[ recovery-image] Aug 27 00:53:49.953 INFO O| Aug 27 00:53:49.953 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-27T00:53:51.100Z[ recovery-image] Aug 27 00:53:49.962 INFO O| Aug 27 00:53:49.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76362026-08-27T00:53:51.100Z[ recovery-image] Aug 27 00:53:49.962 INFO O| Aug 27 00:53:49.962 INFO STEP 769 (remove_files) COMPLETE
76372026-08-27T00:53:51.100Z[ recovery-image] Aug 27 00:53:49.962 INFO O| Aug 27 00:53:49.962 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-27T00:53:51.113Z[ recovery-image] Aug 27 00:53:49.971 INFO O| Aug 27 00:53:49.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76392026-08-27T00:53:51.113Z[ recovery-image] Aug 27 00:53:49.972 INFO O| Aug 27 00:53:49.971 INFO STEP 770 (remove_files) COMPLETE
76402026-08-27T00:53:51.113Z[ recovery-image] Aug 27 00:53:49.972 INFO O| Aug 27 00:53:49.971 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-27T00:53:51.119Z[ recovery-image] Aug 27 00:53:49.981 INFO O| Aug 27 00:53:49.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76422026-08-27T00:53:51.120Z[ recovery-image] Aug 27 00:53:49.981 INFO O| Aug 27 00:53:49.981 INFO STEP 771 (remove_files) COMPLETE
76432026-08-27T00:53:51.120Z[ recovery-image] Aug 27 00:53:49.981 INFO O| Aug 27 00:53:49.981 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-27T00:53:51.128Z[ recovery-image] Aug 27 00:53:49.990 INFO O| Aug 27 00:53:49.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76452026-08-27T00:53:51.128Z[ recovery-image] Aug 27 00:53:49.990 INFO O| Aug 27 00:53:49.990 INFO STEP 772 (remove_files) COMPLETE
76462026-08-27T00:53:51.128Z[ recovery-image] Aug 27 00:53:49.990 INFO O| Aug 27 00:53:49.990 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-27T00:53:51.138Z[ recovery-image] Aug 27 00:53:50.000 INFO O| Aug 27 00:53:50.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76482026-08-27T00:53:51.138Z[ recovery-image] Aug 27 00:53:50.000 INFO O| Aug 27 00:53:50.000 INFO STEP 773 (remove_files) COMPLETE
76492026-08-27T00:53:51.138Z[ recovery-image] Aug 27 00:53:50.000 INFO O| Aug 27 00:53:50.000 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-27T00:53:51.147Z[ recovery-image] Aug 27 00:53:50.008 INFO O| Aug 27 00:53:50.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76512026-08-27T00:53:51.147Z[ recovery-image] Aug 27 00:53:50.008 INFO O| Aug 27 00:53:50.008 INFO STEP 774 (remove_files) COMPLETE
76522026-08-27T00:53:51.147Z[ recovery-image] Aug 27 00:53:50.008 INFO O| Aug 27 00:53:50.008 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-27T00:53:51.155Z[ recovery-image] Aug 27 00:53:50.017 INFO O| Aug 27 00:53:50.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76542026-08-27T00:53:51.155Z[ recovery-image] Aug 27 00:53:50.017 INFO O| Aug 27 00:53:50.017 INFO STEP 775 (remove_files) COMPLETE
76552026-08-27T00:53:51.158Z[ recovery-image] Aug 27 00:53:50.017 INFO O| Aug 27 00:53:50.017 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-27T00:53:51.164Z[ recovery-image] Aug 27 00:53:50.026 INFO O| Aug 27 00:53:50.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76572026-08-27T00:53:51.164Z[ recovery-image] Aug 27 00:53:50.026 INFO O| Aug 27 00:53:50.026 INFO STEP 776 (remove_files) COMPLETE
76582026-08-27T00:53:51.167Z[ recovery-image] Aug 27 00:53:50.026 INFO O| Aug 27 00:53:50.026 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-27T00:53:51.177Z[ recovery-image] Aug 27 00:53:50.039 INFO O| Aug 27 00:53:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76602026-08-27T00:53:51.177Z[ recovery-image] Aug 27 00:53:50.039 INFO O| Aug 27 00:53:50.039 INFO STEP 777 (remove_files) COMPLETE
76612026-08-27T00:53:51.177Z[ recovery-image] Aug 27 00:53:50.039 INFO O| Aug 27 00:53:50.039 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-27T00:53:51.188Z[ recovery-image] Aug 27 00:53:50.050 INFO O| Aug 27 00:53:50.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76632026-08-27T00:53:51.188Z[ recovery-image] Aug 27 00:53:50.050 INFO O| Aug 27 00:53:50.050 INFO STEP 778 (remove_files) COMPLETE
76642026-08-27T00:53:51.188Z[ recovery-image] Aug 27 00:53:50.050 INFO O| Aug 27 00:53:50.050 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-27T00:53:51.198Z[ recovery-image] Aug 27 00:53:50.060 INFO O| Aug 27 00:53:50.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76662026-08-27T00:53:51.198Z[ recovery-image] Aug 27 00:53:50.060 INFO O| Aug 27 00:53:50.060 INFO STEP 779 (remove_files) COMPLETE
76672026-08-27T00:53:51.198Z[ recovery-image] Aug 27 00:53:50.060 INFO O| Aug 27 00:53:50.060 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-27T00:53:51.208Z[ recovery-image] Aug 27 00:53:50.070 INFO O| Aug 27 00:53:50.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76692026-08-27T00:53:51.208Z[ recovery-image] Aug 27 00:53:50.070 INFO O| Aug 27 00:53:50.070 INFO STEP 780 (remove_files) COMPLETE
76702026-08-27T00:53:51.208Z[ recovery-image] Aug 27 00:53:50.070 INFO O| Aug 27 00:53:50.070 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-27T00:53:51.224Z[ recovery-image] Aug 27 00:53:50.086 INFO O| Aug 27 00:53:50.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76722026-08-27T00:53:51.224Z[ recovery-image] Aug 27 00:53:50.086 INFO O| Aug 27 00:53:50.081 INFO STEP 781 (remove_files) COMPLETE
76732026-08-27T00:53:51.224Z[ recovery-image] Aug 27 00:53:50.086 INFO O| Aug 27 00:53:50.081 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-27T00:53:51.230Z[ recovery-image] Aug 27 00:53:50.092 INFO O| Aug 27 00:53:50.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76752026-08-27T00:53:51.230Z[ recovery-image] Aug 27 00:53:50.092 INFO O| Aug 27 00:53:50.092 INFO STEP 782 (remove_files) COMPLETE
76762026-08-27T00:53:51.233Z[ recovery-image] Aug 27 00:53:50.092 INFO O| Aug 27 00:53:50.092 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-27T00:53:51.241Z[ recovery-image] Aug 27 00:53:50.103 INFO O| Aug 27 00:53:50.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76782026-08-27T00:53:51.241Z[ recovery-image] Aug 27 00:53:50.103 INFO O| Aug 27 00:53:50.103 INFO STEP 783 (remove_files) COMPLETE
76792026-08-27T00:53:51.241Z[ recovery-image] Aug 27 00:53:50.103 INFO O| Aug 27 00:53:50.103 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-27T00:53:51.286Z[ recovery-image] Aug 27 00:53:50.117 INFO O| Aug 27 00:53:50.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76812026-08-27T00:53:51.286Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
76822026-08-27T00:53:51.286Z[ recovery-image] Aug 27 00:53:50.118 INFO O| Aug 27 00:53:50.118 INFO STEP 784 (remove_files) COMPLETE
76832026-08-27T00:53:51.286Z[ recovery-image] Aug 27 00:53:50.118 INFO O| Aug 27 00:53:50.118 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-27T00:53:51.286Z[ recovery-image] Aug 27 00:53:50.127 INFO O| Aug 27 00:53:50.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76852026-08-27T00:53:51.286Z[ recovery-image] Aug 27 00:53:50.127 INFO O| Aug 27 00:53:50.127 INFO STEP 785 (remove_files) COMPLETE
76862026-08-27T00:53:51.286Z[ recovery-image] Aug 27 00:53:50.127 INFO O| Aug 27 00:53:50.127 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-27T00:53:51.286Z[ recovery-image] Aug 27 00:53:50.137 INFO O| Aug 27 00:53:50.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76882026-08-27T00:53:51.287Z[ recovery-image] Aug 27 00:53:50.137 INFO O| Aug 27 00:53:50.135 INFO STEP 786 (remove_files) COMPLETE
76892026-08-27T00:53:51.287Z[ recovery-image] Aug 27 00:53:50.137 INFO O| Aug 27 00:53:50.135 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-27T00:53:51.287Z[ recovery-image] Aug 27 00:53:50.144 INFO O| Aug 27 00:53:50.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76912026-08-27T00:53:51.287Z[ recovery-image] Aug 27 00:53:50.144 INFO O| Aug 27 00:53:50.144 INFO STEP 787 (remove_files) COMPLETE
76922026-08-27T00:53:51.287Z[ recovery-image] Aug 27 00:53:50.144 INFO O| Aug 27 00:53:50.144 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-27T00:53:51.294Z[ recovery-image] Aug 27 00:53:50.156 INFO O| Aug 27 00:53:50.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76942026-08-27T00:53:51.294Z[ recovery-image] Aug 27 00:53:50.156 INFO O| Aug 27 00:53:50.156 INFO STEP 788 (remove_files) COMPLETE
76952026-08-27T00:53:51.297Z[ recovery-image] Aug 27 00:53:50.156 INFO O| Aug 27 00:53:50.156 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-27T00:53:51.300Z[verify-libraries] Compiling socket2 v0.5.10
76972026-08-27T00:53:51.305Z[ recovery-image] Aug 27 00:53:50.167 INFO O| Aug 27 00:53:50.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76982026-08-27T00:53:51.305Z[ recovery-image] Aug 27 00:53:50.167 INFO O| Aug 27 00:53:50.167 INFO STEP 789 (remove_files) COMPLETE
76992026-08-27T00:53:51.305Z[ recovery-image] Aug 27 00:53:50.167 INFO O| Aug 27 00:53:50.167 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-27T00:53:51.316Z[ recovery-image] Aug 27 00:53:50.178 INFO O| Aug 27 00:53:50.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77012026-08-27T00:53:51.316Z[ recovery-image] Aug 27 00:53:50.178 INFO O| Aug 27 00:53:50.178 INFO STEP 790 (remove_files) COMPLETE
77022026-08-27T00:53:51.316Z[ recovery-image] Aug 27 00:53:50.178 INFO O| Aug 27 00:53:50.178 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-27T00:53:51.328Z[ recovery-image] Aug 27 00:53:50.189 INFO O| Aug 27 00:53:50.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77042026-08-27T00:53:51.328Z[ recovery-image] Aug 27 00:53:50.189 INFO O| Aug 27 00:53:50.189 INFO STEP 791 (remove_files) COMPLETE
77052026-08-27T00:53:51.328Z[ recovery-image] Aug 27 00:53:50.189 INFO O| Aug 27 00:53:50.189 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-27T00:53:51.338Z[ recovery-image] Aug 27 00:53:50.200 INFO O| Aug 27 00:53:50.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77072026-08-27T00:53:51.338Z[ recovery-image] Aug 27 00:53:50.200 INFO O| Aug 27 00:53:50.200 INFO STEP 792 (remove_files) COMPLETE
77082026-08-27T00:53:51.338Z[ recovery-image] Aug 27 00:53:50.200 INFO O| Aug 27 00:53:50.200 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-27T00:53:51.348Z[ recovery-image] Aug 27 00:53:50.209 INFO O| Aug 27 00:53:50.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77102026-08-27T00:53:51.348Z[ recovery-image] Aug 27 00:53:50.209 INFO O| Aug 27 00:53:50.209 INFO STEP 793 (remove_files) COMPLETE
77112026-08-27T00:53:51.348Z[ recovery-image] Aug 27 00:53:50.209 INFO O| Aug 27 00:53:50.209 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-27T00:53:51.357Z[ recovery-image] Aug 27 00:53:50.219 INFO O| Aug 27 00:53:50.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77132026-08-27T00:53:51.357Z[ recovery-image] Aug 27 00:53:50.219 INFO O| Aug 27 00:53:50.219 INFO STEP 794 (remove_files) COMPLETE
77142026-08-27T00:53:51.357Z[ recovery-image] Aug 27 00:53:50.219 INFO O| Aug 27 00:53:50.219 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-27T00:53:51.368Z[ recovery-image] Aug 27 00:53:50.229 INFO O| Aug 27 00:53:50.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77162026-08-27T00:53:51.368Z[ recovery-image] Aug 27 00:53:50.229 INFO O| Aug 27 00:53:50.229 INFO STEP 795 (remove_files) COMPLETE
77172026-08-27T00:53:51.368Z[ recovery-image] Aug 27 00:53:50.229 INFO O| Aug 27 00:53:50.229 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-27T00:53:51.377Z[ recovery-image] Aug 27 00:53:50.239 INFO O| Aug 27 00:53:50.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77192026-08-27T00:53:51.377Z[ recovery-image] Aug 27 00:53:50.239 INFO O| Aug 27 00:53:50.239 INFO STEP 796 (remove_files) COMPLETE
77202026-08-27T00:53:51.377Z[ recovery-image] Aug 27 00:53:50.239 INFO O| Aug 27 00:53:50.239 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-27T00:53:51.386Z[ recovery-image] Aug 27 00:53:50.248 INFO O| Aug 27 00:53:50.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77222026-08-27T00:53:51.387Z[ recovery-image] Aug 27 00:53:50.248 INFO O| Aug 27 00:53:50.248 INFO STEP 797 (remove_files) COMPLETE
77232026-08-27T00:53:51.387Z[ recovery-image] Aug 27 00:53:50.248 INFO O| Aug 27 00:53:50.248 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-27T00:53:51.396Z[ recovery-image] Aug 27 00:53:50.258 INFO O| Aug 27 00:53:50.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77252026-08-27T00:53:51.396Z[ recovery-image] Aug 27 00:53:50.258 INFO O| Aug 27 00:53:50.258 INFO STEP 798 (remove_files) COMPLETE
77262026-08-27T00:53:51.396Z[ recovery-image] Aug 27 00:53:50.258 INFO O| Aug 27 00:53:50.258 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-27T00:53:51.405Z[ recovery-image] Aug 27 00:53:50.267 INFO O| Aug 27 00:53:50.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77282026-08-27T00:53:51.405Z[ recovery-image] Aug 27 00:53:50.267 INFO O| Aug 27 00:53:50.267 INFO STEP 799 (remove_files) COMPLETE
77292026-08-27T00:53:51.406Z[ recovery-image] Aug 27 00:53:50.267 INFO O| Aug 27 00:53:50.267 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-27T00:53:51.414Z[ recovery-image] Aug 27 00:53:50.276 INFO O| Aug 27 00:53:50.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77312026-08-27T00:53:51.414Z[ recovery-image] Aug 27 00:53:50.276 INFO O| Aug 27 00:53:50.276 INFO STEP 800 (remove_files) COMPLETE
77322026-08-27T00:53:51.414Z[ recovery-image] Aug 27 00:53:50.276 INFO O| Aug 27 00:53:50.276 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-27T00:53:51.424Z[ recovery-image] Aug 27 00:53:50.286 INFO O| Aug 27 00:53:50.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77342026-08-27T00:53:51.424Z[ recovery-image] Aug 27 00:53:50.286 INFO O| Aug 27 00:53:50.286 INFO STEP 801 (remove_files) COMPLETE
77352026-08-27T00:53:51.424Z[ recovery-image] Aug 27 00:53:50.286 INFO O| Aug 27 00:53:50.286 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-27T00:53:51.434Z[ recovery-image] Aug 27 00:53:50.295 INFO O| Aug 27 00:53:50.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77372026-08-27T00:53:51.434Z[ recovery-image] Aug 27 00:53:50.296 INFO O| Aug 27 00:53:50.296 INFO STEP 802 (remove_files) COMPLETE
77382026-08-27T00:53:51.434Z[ recovery-image] Aug 27 00:53:50.296 INFO O| Aug 27 00:53:50.296 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-27T00:53:51.443Z[ recovery-image] Aug 27 00:53:50.304 INFO O| Aug 27 00:53:50.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77402026-08-27T00:53:51.443Z[ recovery-image] Aug 27 00:53:50.305 INFO O| Aug 27 00:53:50.305 INFO STEP 803 (remove_files) COMPLETE
77412026-08-27T00:53:51.443Z[ recovery-image] Aug 27 00:53:50.305 INFO O| Aug 27 00:53:50.305 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-27T00:53:51.453Z[ recovery-image] Aug 27 00:53:50.314 INFO O| Aug 27 00:53:50.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77432026-08-27T00:53:51.453Z[ recovery-image] Aug 27 00:53:50.314 INFO O| Aug 27 00:53:50.314 INFO STEP 804 (remove_files) COMPLETE
77442026-08-27T00:53:51.453Z[ recovery-image] Aug 27 00:53:50.314 INFO O| Aug 27 00:53:50.314 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-27T00:53:51.465Z[ recovery-image] Aug 27 00:53:50.324 INFO O| Aug 27 00:53:50.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77462026-08-27T00:53:51.465Z[ recovery-image] Aug 27 00:53:50.325 INFO O| Aug 27 00:53:50.324 INFO STEP 805 (remove_files) COMPLETE
77472026-08-27T00:53:51.465Z[ recovery-image] Aug 27 00:53:50.325 INFO O| Aug 27 00:53:50.325 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-27T00:53:51.475Z[ recovery-image] Aug 27 00:53:50.336 INFO O| Aug 27 00:53:50.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77492026-08-27T00:53:51.475Z[ recovery-image] Aug 27 00:53:50.336 INFO O| Aug 27 00:53:50.336 INFO STEP 806 (remove_files) COMPLETE
77502026-08-27T00:53:51.475Z[ recovery-image] Aug 27 00:53:50.336 INFO O| Aug 27 00:53:50.336 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-27T00:53:51.485Z[ recovery-image] Aug 27 00:53:50.347 INFO O| Aug 27 00:53:50.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77522026-08-27T00:53:51.488Z[ recovery-image] Aug 27 00:53:50.348 INFO O| Aug 27 00:53:50.348 INFO STEP 807 (remove_files) COMPLETE
77532026-08-27T00:53:51.488Z[ recovery-image] Aug 27 00:53:50.348 INFO O| Aug 27 00:53:50.348 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-27T00:53:51.496Z[ recovery-image] Aug 27 00:53:50.358 INFO O| Aug 27 00:53:50.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77552026-08-27T00:53:51.496Z[ recovery-image] Aug 27 00:53:50.358 INFO O| Aug 27 00:53:50.358 INFO STEP 808 (remove_files) COMPLETE
77562026-08-27T00:53:51.496Z[ recovery-image] Aug 27 00:53:50.358 INFO O| Aug 27 00:53:50.358 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-27T00:53:51.509Z[ recovery-image] Aug 27 00:53:50.370 INFO O| Aug 27 00:53:50.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77582026-08-27T00:53:51.509Z[ recovery-image] Aug 27 00:53:50.370 INFO O| Aug 27 00:53:50.370 INFO STEP 809 (remove_files) COMPLETE
77592026-08-27T00:53:51.509Z[ recovery-image] Aug 27 00:53:50.370 INFO O| Aug 27 00:53:50.370 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-27T00:53:51.521Z[ recovery-image] Aug 27 00:53:50.381 INFO O| Aug 27 00:53:50.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77612026-08-27T00:53:51.521Z[ recovery-image] Aug 27 00:53:50.381 INFO O| Aug 27 00:53:50.381 INFO STEP 810 (remove_files) COMPLETE
77622026-08-27T00:53:51.521Z[ recovery-image] Aug 27 00:53:50.381 INFO O| Aug 27 00:53:50.381 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-27T00:53:51.529Z[ recovery-image] Aug 27 00:53:50.391 INFO O| Aug 27 00:53:50.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77642026-08-27T00:53:51.529Z[ recovery-image] Aug 27 00:53:50.391 INFO O| Aug 27 00:53:50.391 INFO STEP 811 (remove_files) COMPLETE
77652026-08-27T00:53:51.529Z[ recovery-image] Aug 27 00:53:50.391 INFO O| Aug 27 00:53:50.391 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-27T00:53:51.539Z[ recovery-image] Aug 27 00:53:50.401 INFO O| Aug 27 00:53:50.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77672026-08-27T00:53:51.539Z[ recovery-image] Aug 27 00:53:50.401 INFO O| Aug 27 00:53:50.401 INFO STEP 812 (remove_files) COMPLETE
77682026-08-27T00:53:51.539Z[ recovery-image] Aug 27 00:53:50.401 INFO O| Aug 27 00:53:50.401 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-27T00:53:51.550Z[ recovery-image] Aug 27 00:53:50.411 INFO O| Aug 27 00:53:50.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77702026-08-27T00:53:51.550Z[ recovery-image] Aug 27 00:53:50.411 INFO O| Aug 27 00:53:50.411 INFO STEP 813 (remove_files) COMPLETE
77712026-08-27T00:53:51.550Z[ recovery-image] Aug 27 00:53:50.411 INFO O| Aug 27 00:53:50.411 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-27T00:53:51.560Z[ recovery-image] Aug 27 00:53:50.421 INFO O| Aug 27 00:53:50.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77732026-08-27T00:53:51.560Z[ recovery-image] Aug 27 00:53:50.421 INFO O| Aug 27 00:53:50.421 INFO STEP 814 (remove_files) COMPLETE
77742026-08-27T00:53:51.563Z[ recovery-image] Aug 27 00:53:50.421 INFO O| Aug 27 00:53:50.421 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-27T00:53:51.570Z[ recovery-image] Aug 27 00:53:50.432 INFO O| Aug 27 00:53:50.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77762026-08-27T00:53:51.570Z[ recovery-image] Aug 27 00:53:50.432 INFO O| Aug 27 00:53:50.432 INFO STEP 815 (remove_files) COMPLETE
77772026-08-27T00:53:51.573Z[ recovery-image] Aug 27 00:53:50.432 INFO O| Aug 27 00:53:50.432 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-27T00:53:51.579Z[ recovery-image] Aug 27 00:53:50.441 INFO O| Aug 27 00:53:50.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77792026-08-27T00:53:51.579Z[ recovery-image] Aug 27 00:53:50.441 INFO O| Aug 27 00:53:50.441 INFO STEP 816 (remove_files) COMPLETE
77802026-08-27T00:53:51.579Z[ recovery-image] Aug 27 00:53:50.441 INFO O| Aug 27 00:53:50.441 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-27T00:53:51.590Z[ recovery-image] Aug 27 00:53:50.450 INFO O| Aug 27 00:53:50.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77822026-08-27T00:53:51.590Z[ recovery-image] Aug 27 00:53:50.450 INFO O| Aug 27 00:53:50.450 INFO STEP 817 (remove_files) COMPLETE
77832026-08-27T00:53:51.593Z[ recovery-image] Aug 27 00:53:50.450 INFO O| Aug 27 00:53:50.450 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-27T00:53:51.598Z[ recovery-image] Aug 27 00:53:50.459 INFO O| Aug 27 00:53:50.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77852026-08-27T00:53:51.598Z[ recovery-image] Aug 27 00:53:50.459 INFO O| Aug 27 00:53:50.459 INFO STEP 818 (remove_files) COMPLETE
77862026-08-27T00:53:51.600Z[ recovery-image] Aug 27 00:53:50.459 INFO O| Aug 27 00:53:50.459 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-27T00:53:51.606Z[ recovery-image] Aug 27 00:53:50.468 INFO O| Aug 27 00:53:50.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77882026-08-27T00:53:51.606Z[ recovery-image] Aug 27 00:53:50.468 INFO O| Aug 27 00:53:50.468 INFO STEP 819 (remove_files) COMPLETE
77892026-08-27T00:53:51.609Z[ recovery-image] Aug 27 00:53:50.468 INFO O| Aug 27 00:53:50.468 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-27T00:53:51.615Z[ recovery-image] Aug 27 00:53:50.477 INFO O| Aug 27 00:53:50.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77912026-08-27T00:53:51.615Z[ recovery-image] Aug 27 00:53:50.477 INFO O| Aug 27 00:53:50.477 INFO STEP 820 (remove_files) COMPLETE
77922026-08-27T00:53:51.615Z[ recovery-image] Aug 27 00:53:50.477 INFO O| Aug 27 00:53:50.477 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-27T00:53:51.618Z[verify-libraries] Compiling fs-err v2.11.0
77942026-08-27T00:53:51.626Z[ recovery-image] Aug 27 00:53:50.487 INFO O| Aug 27 00:53:50.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77952026-08-27T00:53:51.626Z[ recovery-image] Aug 27 00:53:50.487 INFO O| Aug 27 00:53:50.487 INFO STEP 821 (remove_files) COMPLETE
77962026-08-27T00:53:51.628Z[ recovery-image] Aug 27 00:53:50.487 INFO O| Aug 27 00:53:50.487 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-27T00:53:51.636Z[ recovery-image] Aug 27 00:53:50.498 INFO O| Aug 27 00:53:50.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77982026-08-27T00:53:51.636Z[ recovery-image] Aug 27 00:53:50.498 INFO O| Aug 27 00:53:50.498 INFO STEP 822 (remove_files) COMPLETE
77992026-08-27T00:53:51.636Z[ recovery-image] Aug 27 00:53:50.498 INFO O| Aug 27 00:53:50.498 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-27T00:53:51.647Z[ recovery-image] Aug 27 00:53:50.508 INFO O| Aug 27 00:53:50.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78012026-08-27T00:53:51.648Z[ recovery-image] Aug 27 00:53:50.508 INFO O| Aug 27 00:53:50.508 INFO STEP 823 (remove_files) COMPLETE
78022026-08-27T00:53:51.648Z[ recovery-image] Aug 27 00:53:50.508 INFO O| Aug 27 00:53:50.508 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-27T00:53:51.656Z[ recovery-image] Aug 27 00:53:50.518 INFO O| Aug 27 00:53:50.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78042026-08-27T00:53:51.657Z[ recovery-image] Aug 27 00:53:50.518 INFO O| Aug 27 00:53:50.518 INFO STEP 824 (remove_files) COMPLETE
78052026-08-27T00:53:51.657Z[ recovery-image] Aug 27 00:53:50.518 INFO O| Aug 27 00:53:50.518 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-27T00:53:51.667Z[ recovery-image] Aug 27 00:53:50.529 INFO O| Aug 27 00:53:50.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78072026-08-27T00:53:51.667Z[ recovery-image] Aug 27 00:53:50.529 INFO O| Aug 27 00:53:50.529 INFO STEP 825 (remove_files) COMPLETE
78082026-08-27T00:53:51.667Z[ recovery-image] Aug 27 00:53:50.529 INFO O| Aug 27 00:53:50.529 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-27T00:53:51.681Z[ recovery-image] Aug 27 00:53:50.540 INFO O| Aug 27 00:53:50.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78102026-08-27T00:53:51.681Z[ recovery-image] Aug 27 00:53:50.540 INFO O| Aug 27 00:53:50.540 INFO STEP 826 (remove_files) COMPLETE
78112026-08-27T00:53:51.684Z[ recovery-image] Aug 27 00:53:50.540 INFO O| Aug 27 00:53:50.540 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-27T00:53:51.688Z[ recovery-image] Aug 27 00:53:50.550 INFO O| Aug 27 00:53:50.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78132026-08-27T00:53:51.688Z[ recovery-image] Aug 27 00:53:50.550 INFO O| Aug 27 00:53:50.550 INFO STEP 827 (remove_files) COMPLETE
78142026-08-27T00:53:51.688Z[ recovery-image] Aug 27 00:53:50.550 INFO O| Aug 27 00:53:50.550 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-27T00:53:51.697Z[ recovery-image] Aug 27 00:53:50.559 INFO O| Aug 27 00:53:50.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78162026-08-27T00:53:51.697Z[ recovery-image] Aug 27 00:53:50.559 INFO O| Aug 27 00:53:50.559 INFO STEP 828 (remove_files) COMPLETE
78172026-08-27T00:53:51.697Z[ recovery-image] Aug 27 00:53:50.559 INFO O| Aug 27 00:53:50.559 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-27T00:53:51.705Z[ recovery-image] Aug 27 00:53:50.567 INFO O| Aug 27 00:53:50.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78192026-08-27T00:53:51.706Z[ recovery-image] Aug 27 00:53:50.567 INFO O| Aug 27 00:53:50.567 INFO STEP 829 (remove_files) COMPLETE
78202026-08-27T00:53:51.706Z[ recovery-image] Aug 27 00:53:50.567 INFO O| Aug 27 00:53:50.567 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-27T00:53:51.714Z[ recovery-image] Aug 27 00:53:50.576 INFO O| Aug 27 00:53:50.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78222026-08-27T00:53:51.715Z[ recovery-image] Aug 27 00:53:50.576 INFO O| Aug 27 00:53:50.576 INFO STEP 830 (remove_files) COMPLETE
78232026-08-27T00:53:51.715Z[ recovery-image] Aug 27 00:53:50.576 INFO O| Aug 27 00:53:50.576 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-27T00:53:51.725Z[ recovery-image] Aug 27 00:53:50.587 INFO O| Aug 27 00:53:50.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78252026-08-27T00:53:51.725Z[ recovery-image] Aug 27 00:53:50.587 INFO O| Aug 27 00:53:50.587 INFO STEP 831 (remove_files) COMPLETE
78262026-08-27T00:53:51.725Z[ recovery-image] Aug 27 00:53:50.587 INFO O| Aug 27 00:53:50.587 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-27T00:53:51.735Z[ recovery-image] Aug 27 00:53:50.597 INFO O| Aug 27 00:53:50.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78282026-08-27T00:53:51.735Z[ recovery-image] Aug 27 00:53:50.597 INFO O| Aug 27 00:53:50.597 INFO STEP 832 (remove_files) COMPLETE
78292026-08-27T00:53:51.735Z[ recovery-image] Aug 27 00:53:50.597 INFO O| Aug 27 00:53:50.597 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-27T00:53:51.745Z[ recovery-image] Aug 27 00:53:50.607 INFO O| Aug 27 00:53:50.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78312026-08-27T00:53:51.745Z[ recovery-image] Aug 27 00:53:50.607 INFO O| Aug 27 00:53:50.606 INFO STEP 833 (remove_files) COMPLETE
78322026-08-27T00:53:51.746Z[ recovery-image] Aug 27 00:53:50.607 INFO O| Aug 27 00:53:50.606 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-27T00:53:51.757Z[ recovery-image] Aug 27 00:53:50.617 INFO O| Aug 27 00:53:50.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78342026-08-27T00:53:51.760Z[ recovery-image] Aug 27 00:53:50.619 INFO O| Aug 27 00:53:50.617 INFO STEP 834 (remove_files) COMPLETE
78352026-08-27T00:53:51.760Z[ recovery-image] Aug 27 00:53:50.619 INFO O| Aug 27 00:53:50.617 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-27T00:53:51.769Z[ recovery-image] Aug 27 00:53:50.628 INFO O| Aug 27 00:53:50.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78372026-08-27T00:53:51.769Z[ recovery-image] Aug 27 00:53:50.628 INFO O| Aug 27 00:53:50.628 INFO STEP 835 (remove_files) COMPLETE
78382026-08-27T00:53:51.772Z[ recovery-image] Aug 27 00:53:50.628 INFO O| Aug 27 00:53:50.628 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-27T00:53:51.783Z[ recovery-image] Aug 27 00:53:50.639 INFO O| Aug 27 00:53:50.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78402026-08-27T00:53:51.783Z[ recovery-image] Aug 27 00:53:50.639 INFO O| Aug 27 00:53:50.639 INFO STEP 836 (remove_files) COMPLETE
78412026-08-27T00:53:51.784Z[ recovery-image] Aug 27 00:53:50.639 INFO O| Aug 27 00:53:50.639 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-27T00:53:51.788Z[ recovery-image] Aug 27 00:53:50.649 INFO O| Aug 27 00:53:50.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78432026-08-27T00:53:51.788Z[ recovery-image] Aug 27 00:53:50.649 INFO O| Aug 27 00:53:50.649 INFO STEP 837 (remove_files) COMPLETE
78442026-08-27T00:53:51.788Z[ recovery-image] Aug 27 00:53:50.649 INFO O| Aug 27 00:53:50.649 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-27T00:53:51.799Z[verify-libraries] Compiling internet-checksum v0.2.1
78462026-08-27T00:53:51.799Z[ recovery-image] Aug 27 00:53:50.659 INFO O| Aug 27 00:53:50.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78472026-08-27T00:53:51.799Z[ recovery-image] Aug 27 00:53:50.659 INFO O| Aug 27 00:53:50.659 INFO STEP 838 (remove_files) COMPLETE
78482026-08-27T00:53:51.799Z[ recovery-image] Aug 27 00:53:50.659 INFO O| Aug 27 00:53:50.659 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-27T00:53:51.808Z[ recovery-image] Aug 27 00:53:50.670 INFO O| Aug 27 00:53:50.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78502026-08-27T00:53:51.808Z[ recovery-image] Aug 27 00:53:50.670 INFO O| Aug 27 00:53:50.670 INFO STEP 839 (remove_files) COMPLETE
78512026-08-27T00:53:51.808Z[ recovery-image] Aug 27 00:53:50.670 INFO O| Aug 27 00:53:50.670 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-27T00:53:51.819Z[ recovery-image] Aug 27 00:53:50.681 INFO O| Aug 27 00:53:50.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78532026-08-27T00:53:51.819Z[ recovery-image] Aug 27 00:53:50.681 INFO O| Aug 27 00:53:50.681 INFO STEP 840 (remove_files) COMPLETE
78542026-08-27T00:53:51.819Z[ recovery-image] Aug 27 00:53:50.681 INFO O| Aug 27 00:53:50.681 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-27T00:53:51.830Z[ recovery-image] Aug 27 00:53:50.692 INFO O| Aug 27 00:53:50.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78562026-08-27T00:53:51.830Z[ recovery-image] Aug 27 00:53:50.692 INFO O| Aug 27 00:53:50.692 INFO STEP 841 (remove_files) COMPLETE
78572026-08-27T00:53:51.830Z[ recovery-image] Aug 27 00:53:50.692 INFO O| Aug 27 00:53:50.692 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-27T00:53:51.842Z[ recovery-image] Aug 27 00:53:50.704 INFO O| Aug 27 00:53:50.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78592026-08-27T00:53:51.842Z[ recovery-image] Aug 27 00:53:50.704 INFO O| Aug 27 00:53:50.702 INFO STEP 842 (remove_files) COMPLETE
78602026-08-27T00:53:51.842Z[ recovery-image] Aug 27 00:53:50.704 INFO O| Aug 27 00:53:50.702 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-27T00:53:51.850Z[ recovery-image] Aug 27 00:53:50.711 INFO O| Aug 27 00:53:50.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78622026-08-27T00:53:51.850Z[ recovery-image] Aug 27 00:53:50.711 INFO O| Aug 27 00:53:50.711 INFO STEP 843 (remove_files) COMPLETE
78632026-08-27T00:53:51.850Z[ recovery-image] Aug 27 00:53:50.711 INFO O| Aug 27 00:53:50.711 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-27T00:53:51.858Z[ recovery-image] Aug 27 00:53:50.719 INFO O| Aug 27 00:53:50.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78652026-08-27T00:53:51.858Z[ recovery-image] Aug 27 00:53:50.719 INFO O| Aug 27 00:53:50.719 INFO STEP 844 (remove_files) COMPLETE
78662026-08-27T00:53:51.858Z[ recovery-image] Aug 27 00:53:50.719 INFO O| Aug 27 00:53:50.719 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-27T00:53:51.866Z[ recovery-image] Aug 27 00:53:50.728 INFO O| Aug 27 00:53:50.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78682026-08-27T00:53:51.866Z[ recovery-image] Aug 27 00:53:50.728 INFO O| Aug 27 00:53:50.728 INFO STEP 845 (remove_files) COMPLETE
78692026-08-27T00:53:51.866Z[ recovery-image] Aug 27 00:53:50.728 INFO O| Aug 27 00:53:50.728 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-27T00:53:51.875Z[ recovery-image] Aug 27 00:53:50.737 INFO O| Aug 27 00:53:50.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78712026-08-27T00:53:51.876Z[ recovery-image] Aug 27 00:53:50.737 INFO O| Aug 27 00:53:50.737 INFO STEP 846 (remove_files) COMPLETE
78722026-08-27T00:53:51.876Z[ recovery-image] Aug 27 00:53:50.737 INFO O| Aug 27 00:53:50.737 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-27T00:53:51.901Z[ recovery-image] Aug 27 00:53:50.762 INFO O| Aug 27 00:53:50.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78742026-08-27T00:53:51.901Z[ recovery-image] Aug 27 00:53:50.763 INFO O| Aug 27 00:53:50.763 INFO STEP 847 (remove_files) COMPLETE
78752026-08-27T00:53:51.904Z[ recovery-image] Aug 27 00:53:50.763 INFO O| Aug 27 00:53:50.763 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-27T00:53:51.910Z[ recovery-image] Aug 27 00:53:50.772 INFO O| Aug 27 00:53:50.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78772026-08-27T00:53:51.910Z[ recovery-image] Aug 27 00:53:50.772 INFO O| Aug 27 00:53:50.772 INFO STEP 848 (remove_files) COMPLETE
78782026-08-27T00:53:51.910Z[ recovery-image] Aug 27 00:53:50.772 INFO O| Aug 27 00:53:50.772 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-27T00:53:51.931Z[ recovery-image] Aug 27 00:53:50.793 INFO O| Aug 27 00:53:50.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78802026-08-27T00:53:51.931Z[ recovery-image] Aug 27 00:53:50.793 INFO O| Aug 27 00:53:50.793 INFO STEP 849 (remove_files) COMPLETE
78812026-08-27T00:53:51.931Z[ recovery-image] Aug 27 00:53:50.793 INFO O| Aug 27 00:53:50.793 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-27T00:53:51.940Z[ recovery-image] Aug 27 00:53:50.802 INFO O| Aug 27 00:53:50.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78832026-08-27T00:53:51.940Z[ recovery-image] Aug 27 00:53:50.802 INFO O| Aug 27 00:53:50.802 INFO STEP 850 (remove_files) COMPLETE
78842026-08-27T00:53:51.940Z[ recovery-image] Aug 27 00:53:50.802 INFO O| Aug 27 00:53:50.802 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-27T00:53:51.949Z[ recovery-image] Aug 27 00:53:50.811 INFO O| Aug 27 00:53:50.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78862026-08-27T00:53:51.949Z[ recovery-image] Aug 27 00:53:50.811 INFO O| Aug 27 00:53:50.811 INFO STEP 851 (remove_files) COMPLETE
78872026-08-27T00:53:51.949Z[ recovery-image] Aug 27 00:53:50.811 INFO O| Aug 27 00:53:50.811 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-27T00:53:51.983Z[ recovery-image] Aug 27 00:53:50.839 INFO O| Aug 27 00:53:50.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78892026-08-27T00:53:51.983Z[ recovery-image] Aug 27 00:53:50.839 INFO O| Aug 27 00:53:50.839 INFO STEP 852 (remove_files) COMPLETE
78902026-08-27T00:53:51.983Z[ recovery-image] Aug 27 00:53:50.839 INFO O| Aug 27 00:53:50.839 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-27T00:53:51.987Z[ recovery-image] Aug 27 00:53:50.849 INFO O| Aug 27 00:53:50.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78922026-08-27T00:53:51.988Z[ recovery-image] Aug 27 00:53:50.849 INFO O| Aug 27 00:53:50.849 INFO STEP 853 (remove_files) COMPLETE
78932026-08-27T00:53:51.988Z[ recovery-image] Aug 27 00:53:50.849 INFO O| Aug 27 00:53:50.849 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-27T00:53:51.992Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78952026-08-27T00:53:52.003Z[ recovery-image] Aug 27 00:53:50.864 INFO O| Aug 27 00:53:50.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78962026-08-27T00:53:52.003Z[ recovery-image] Aug 27 00:53:50.864 INFO O| Aug 27 00:53:50.864 INFO STEP 854 (remove_files) COMPLETE
78972026-08-27T00:53:52.003Z[ recovery-image] Aug 27 00:53:50.864 INFO O| Aug 27 00:53:50.864 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-27T00:53:52.014Z[ recovery-image] Aug 27 00:53:50.876 INFO O| Aug 27 00:53:50.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78992026-08-27T00:53:52.014Z[ recovery-image] Aug 27 00:53:50.876 INFO O| Aug 27 00:53:50.876 INFO STEP 855 (remove_files) COMPLETE
79002026-08-27T00:53:52.014Z[ recovery-image] Aug 27 00:53:50.876 INFO O| Aug 27 00:53:50.876 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-27T00:53:52.026Z[ recovery-image] Aug 27 00:53:50.888 INFO O| Aug 27 00:53:50.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79022026-08-27T00:53:52.026Z[ recovery-image] Aug 27 00:53:50.888 INFO O| Aug 27 00:53:50.888 INFO STEP 856 (remove_files) COMPLETE
79032026-08-27T00:53:52.026Z[ recovery-image] Aug 27 00:53:50.888 INFO O| Aug 27 00:53:50.888 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-27T00:53:52.037Z[ recovery-image] Aug 27 00:53:50.899 INFO O| Aug 27 00:53:50.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79052026-08-27T00:53:52.037Z[ recovery-image] Aug 27 00:53:50.899 INFO O| Aug 27 00:53:50.899 INFO STEP 857 (remove_files) COMPLETE
79062026-08-27T00:53:52.037Z[ recovery-image] Aug 27 00:53:50.899 INFO O| Aug 27 00:53:50.899 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-27T00:53:52.048Z[ recovery-image] Aug 27 00:53:50.910 INFO O| Aug 27 00:53:50.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79082026-08-27T00:53:52.049Z[ recovery-image] Aug 27 00:53:50.910 INFO O| Aug 27 00:53:50.909 INFO STEP 858 (remove_files) COMPLETE
79092026-08-27T00:53:52.049Z[ recovery-image] Aug 27 00:53:50.910 INFO O| Aug 27 00:53:50.909 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-27T00:53:52.058Z[ recovery-image] Aug 27 00:53:50.919 INFO O| Aug 27 00:53:50.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79112026-08-27T00:53:52.058Z[ recovery-image] Aug 27 00:53:50.919 INFO O| Aug 27 00:53:50.919 INFO STEP 859 (remove_files) COMPLETE
79122026-08-27T00:53:52.058Z[ recovery-image] Aug 27 00:53:50.919 INFO O| Aug 27 00:53:50.919 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-27T00:53:52.068Z[ recovery-image] Aug 27 00:53:50.930 INFO O| Aug 27 00:53:50.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79142026-08-27T00:53:52.068Z[ recovery-image] Aug 27 00:53:50.930 INFO O| Aug 27 00:53:50.930 INFO STEP 860 (remove_files) COMPLETE
79152026-08-27T00:53:52.071Z[ recovery-image] Aug 27 00:53:50.930 INFO O| Aug 27 00:53:50.930 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-27T00:53:52.083Z[ recovery-image] Aug 27 00:53:50.945 INFO O| Aug 27 00:53:50.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79172026-08-27T00:53:52.083Z[ recovery-image] Aug 27 00:53:50.945 INFO O| Aug 27 00:53:50.940 INFO STEP 861 (remove_files) COMPLETE
79182026-08-27T00:53:52.084Z[ recovery-image] Aug 27 00:53:50.945 INFO O| Aug 27 00:53:50.940 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-27T00:53:52.088Z[ recovery-image] Aug 27 00:53:50.950 INFO O| Aug 27 00:53:50.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79202026-08-27T00:53:52.089Z[ recovery-image] Aug 27 00:53:50.950 INFO O| Aug 27 00:53:50.950 INFO STEP 862 (remove_files) COMPLETE
79212026-08-27T00:53:52.089Z[ recovery-image] Aug 27 00:53:50.950 INFO O| Aug 27 00:53:50.950 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-27T00:53:52.099Z[ recovery-image] Aug 27 00:53:50.960 INFO O| Aug 27 00:53:50.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79232026-08-27T00:53:52.099Z[ recovery-image] Aug 27 00:53:50.961 INFO O| Aug 27 00:53:50.960 INFO STEP 863 (remove_files) COMPLETE
79242026-08-27T00:53:52.102Z[ recovery-image] Aug 27 00:53:50.961 INFO O| Aug 27 00:53:50.961 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-27T00:53:52.109Z[ recovery-image] Aug 27 00:53:50.971 INFO O| Aug 27 00:53:50.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79262026-08-27T00:53:52.109Z[ recovery-image] Aug 27 00:53:50.971 INFO O| Aug 27 00:53:50.971 INFO STEP 864 (remove_files) COMPLETE
79272026-08-27T00:53:52.109Z[ recovery-image] Aug 27 00:53:50.971 INFO O| Aug 27 00:53:50.971 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-27T00:53:52.150Z[ recovery-image] Aug 27 00:53:51.011 INFO O| Aug 27 00:53:51.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79292026-08-27T00:53:52.150Z[ recovery-image] Aug 27 00:53:51.011 INFO O| Aug 27 00:53:51.011 INFO STEP 865 (remove_files) COMPLETE
79302026-08-27T00:53:52.153Z[ recovery-image] Aug 27 00:53:51.011 INFO O| Aug 27 00:53:51.011 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-27T00:53:52.209Z[ recovery-image] Aug 27 00:53:51.071 INFO O| Aug 27 00:53:51.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79322026-08-27T00:53:52.209Z[ recovery-image] Aug 27 00:53:51.071 INFO O| Aug 27 00:53:51.071 INFO STEP 866 (remove_files) COMPLETE
79332026-08-27T00:53:52.209Z[ recovery-image] Aug 27 00:53:51.071 INFO O| Aug 27 00:53:51.071 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-27T00:53:52.220Z[ recovery-image] Aug 27 00:53:51.080 INFO O| Aug 27 00:53:51.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79352026-08-27T00:53:52.220Z[ recovery-image] Aug 27 00:53:51.080 INFO O| Aug 27 00:53:51.080 INFO STEP 867 (remove_files) COMPLETE
79362026-08-27T00:53:52.220Z[ recovery-image] Aug 27 00:53:51.080 INFO O| Aug 27 00:53:51.080 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-27T00:53:52.228Z[ recovery-image] Aug 27 00:53:51.089 INFO O| Aug 27 00:53:51.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79382026-08-27T00:53:52.228Z[ recovery-image] Aug 27 00:53:51.090 INFO O| Aug 27 00:53:51.090 INFO STEP 868 (remove_files) COMPLETE
79392026-08-27T00:53:52.231Z[ recovery-image] Aug 27 00:53:51.090 INFO O| Aug 27 00:53:51.090 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-27T00:53:52.237Z[ recovery-image] Aug 27 00:53:51.099 INFO O| Aug 27 00:53:51.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79412026-08-27T00:53:52.237Z[ recovery-image] Aug 27 00:53:51.099 INFO O| Aug 27 00:53:51.099 INFO STEP 869 (remove_files) COMPLETE
79422026-08-27T00:53:52.237Z[ recovery-image] Aug 27 00:53:51.099 INFO O| Aug 27 00:53:51.099 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-27T00:53:52.248Z[ recovery-image] Aug 27 00:53:51.110 INFO O| Aug 27 00:53:51.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79442026-08-27T00:53:52.251Z[ recovery-image] Aug 27 00:53:51.110 INFO O| Aug 27 00:53:51.110 INFO STEP 870 (remove_files) COMPLETE
79452026-08-27T00:53:52.251Z[ recovery-image] Aug 27 00:53:51.110 INFO O| Aug 27 00:53:51.110 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-27T00:53:52.260Z[ recovery-image] Aug 27 00:53:51.122 INFO O| Aug 27 00:53:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79472026-08-27T00:53:52.271Z[ recovery-image] Aug 27 00:53:51.122 INFO O| Aug 27 00:53:51.122 INFO STEP 871 (remove_files) COMPLETE
79482026-08-27T00:53:52.271Z[ recovery-image] Aug 27 00:53:51.122 INFO O| Aug 27 00:53:51.122 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-27T00:53:52.274Z[ recovery-image] Aug 27 00:53:51.134 INFO O| Aug 27 00:53:51.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79502026-08-27T00:53:52.274Z[ recovery-image] Aug 27 00:53:51.134 INFO O| Aug 27 00:53:51.134 INFO STEP 872 (remove_files) COMPLETE
79512026-08-27T00:53:52.274Z[ recovery-image] Aug 27 00:53:51.134 INFO O| Aug 27 00:53:51.134 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-27T00:53:52.283Z[ recovery-image] Aug 27 00:53:51.144 INFO O| Aug 27 00:53:51.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79532026-08-27T00:53:52.283Z[ recovery-image] Aug 27 00:53:51.144 INFO O| Aug 27 00:53:51.144 INFO STEP 873 (remove_files) COMPLETE
79542026-08-27T00:53:52.283Z[ recovery-image] Aug 27 00:53:51.144 INFO O| Aug 27 00:53:51.144 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-27T00:53:52.293Z[ recovery-image] Aug 27 00:53:51.154 INFO O| Aug 27 00:53:51.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79562026-08-27T00:53:52.293Z[ recovery-image] Aug 27 00:53:51.154 INFO O| Aug 27 00:53:51.154 INFO STEP 874 (remove_files) COMPLETE
79572026-08-27T00:53:52.293Z[ recovery-image] Aug 27 00:53:51.154 INFO O| Aug 27 00:53:51.154 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-27T00:53:52.302Z[ recovery-image] Aug 27 00:53:51.164 INFO O| Aug 27 00:53:51.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79592026-08-27T00:53:52.302Z[ recovery-image] Aug 27 00:53:51.164 INFO O| Aug 27 00:53:51.164 INFO STEP 875 (remove_files) COMPLETE
79602026-08-27T00:53:52.302Z[ recovery-image] Aug 27 00:53:51.164 INFO O| Aug 27 00:53:51.164 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-27T00:53:52.314Z[ recovery-image] Aug 27 00:53:51.175 INFO O| Aug 27 00:53:51.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79622026-08-27T00:53:52.314Z[ recovery-image] Aug 27 00:53:51.175 INFO O| Aug 27 00:53:51.175 INFO STEP 876 (remove_files) COMPLETE
79632026-08-27T00:53:52.318Z[ recovery-image] Aug 27 00:53:51.175 INFO O| Aug 27 00:53:51.175 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-27T00:53:52.324Z[ recovery-image] Aug 27 00:53:51.185 INFO O| Aug 27 00:53:51.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79652026-08-27T00:53:52.324Z[ recovery-image] Aug 27 00:53:51.185 INFO O| Aug 27 00:53:51.185 INFO STEP 877 (remove_files) COMPLETE
79662026-08-27T00:53:52.324Z[ recovery-image] Aug 27 00:53:51.185 INFO O| Aug 27 00:53:51.185 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-27T00:53:52.333Z[ recovery-image] Aug 27 00:53:51.195 INFO O| Aug 27 00:53:51.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79682026-08-27T00:53:52.333Z[ recovery-image] Aug 27 00:53:51.195 INFO O| Aug 27 00:53:51.195 INFO STEP 878 (remove_files) COMPLETE
79692026-08-27T00:53:52.333Z[ recovery-image] Aug 27 00:53:51.195 INFO O| Aug 27 00:53:51.195 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-27T00:53:52.342Z[ recovery-image] Aug 27 00:53:51.203 INFO O| Aug 27 00:53:51.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79712026-08-27T00:53:52.342Z[ recovery-image] Aug 27 00:53:51.203 INFO O| Aug 27 00:53:51.203 INFO STEP 879 (remove_files) COMPLETE
79722026-08-27T00:53:52.342Z[ recovery-image] Aug 27 00:53:51.203 INFO O| Aug 27 00:53:51.203 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-27T00:53:52.352Z[ recovery-image] Aug 27 00:53:51.214 INFO O| Aug 27 00:53:51.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79742026-08-27T00:53:52.352Z[ recovery-image] Aug 27 00:53:51.214 INFO O| Aug 27 00:53:51.214 INFO STEP 880 (remove_files) COMPLETE
79752026-08-27T00:53:52.352Z[ recovery-image] Aug 27 00:53:51.214 INFO O| Aug 27 00:53:51.214 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-27T00:53:52.362Z[ recovery-image] Aug 27 00:53:51.223 INFO O| Aug 27 00:53:51.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79772026-08-27T00:53:52.362Z[ recovery-image] Aug 27 00:53:51.224 INFO O| Aug 27 00:53:51.224 INFO STEP 881 (remove_files) COMPLETE
79782026-08-27T00:53:52.362Z[ recovery-image] Aug 27 00:53:51.224 INFO O| Aug 27 00:53:51.224 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-27T00:53:52.374Z[ recovery-image] Aug 27 00:53:51.235 INFO O| Aug 27 00:53:51.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79802026-08-27T00:53:52.374Z[ recovery-image] Aug 27 00:53:51.235 INFO O| Aug 27 00:53:51.235 INFO STEP 882 (remove_files) COMPLETE
79812026-08-27T00:53:52.377Z[ recovery-image] Aug 27 00:53:51.235 INFO O| Aug 27 00:53:51.235 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-27T00:53:52.384Z[ recovery-image] Aug 27 00:53:51.245 INFO O| Aug 27 00:53:51.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79832026-08-27T00:53:52.387Z[ recovery-image] Aug 27 00:53:51.245 INFO O| Aug 27 00:53:51.245 INFO STEP 883 (remove_files) COMPLETE
79842026-08-27T00:53:52.387Z[ recovery-image] Aug 27 00:53:51.245 INFO O| Aug 27 00:53:51.245 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-27T00:53:52.394Z[ recovery-image] Aug 27 00:53:51.255 INFO O| Aug 27 00:53:51.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79862026-08-27T00:53:52.397Z[ recovery-image] Aug 27 00:53:51.255 INFO O| Aug 27 00:53:51.255 INFO STEP 884 (remove_files) COMPLETE
79872026-08-27T00:53:52.397Z[ recovery-image] Aug 27 00:53:51.255 INFO O| Aug 27 00:53:51.255 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-27T00:53:52.403Z[ recovery-image] Aug 27 00:53:51.265 INFO O| Aug 27 00:53:51.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79892026-08-27T00:53:52.403Z[ recovery-image] Aug 27 00:53:51.265 INFO O| Aug 27 00:53:51.265 INFO STEP 885 (remove_files) COMPLETE
79902026-08-27T00:53:52.403Z[ recovery-image] Aug 27 00:53:51.265 INFO O| Aug 27 00:53:51.265 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-27T00:53:52.414Z[ recovery-image] Aug 27 00:53:51.276 INFO O| Aug 27 00:53:51.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79922026-08-27T00:53:52.414Z[ recovery-image] Aug 27 00:53:51.276 INFO O| Aug 27 00:53:51.276 INFO STEP 886 (remove_files) COMPLETE
79932026-08-27T00:53:52.414Z[ recovery-image] Aug 27 00:53:51.276 INFO O| Aug 27 00:53:51.276 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-27T00:53:52.425Z[ recovery-image] Aug 27 00:53:51.287 INFO O| Aug 27 00:53:51.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79952026-08-27T00:53:52.425Z[ recovery-image] Aug 27 00:53:51.287 INFO O| Aug 27 00:53:51.287 INFO STEP 887 (remove_files) COMPLETE
79962026-08-27T00:53:52.425Z[ recovery-image] Aug 27 00:53:51.287 INFO O| Aug 27 00:53:51.287 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-27T00:53:52.434Z[ recovery-image] Aug 27 00:53:51.296 INFO O| Aug 27 00:53:51.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79982026-08-27T00:53:52.434Z[ recovery-image] Aug 27 00:53:51.296 INFO O| Aug 27 00:53:51.296 INFO STEP 888 (remove_files) COMPLETE
79992026-08-27T00:53:52.435Z[ recovery-image] Aug 27 00:53:51.296 INFO O| Aug 27 00:53:51.296 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-27T00:53:52.444Z[ recovery-image] Aug 27 00:53:51.306 INFO O| Aug 27 00:53:51.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80012026-08-27T00:53:52.448Z[ recovery-image] Aug 27 00:53:51.307 INFO O| Aug 27 00:53:51.307 INFO STEP 889 (remove_files) COMPLETE
80022026-08-27T00:53:52.448Z[ recovery-image] Aug 27 00:53:51.307 INFO O| Aug 27 00:53:51.307 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-27T00:53:52.455Z[ recovery-image] Aug 27 00:53:51.317 INFO O| Aug 27 00:53:51.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80042026-08-27T00:53:52.455Z[ recovery-image] Aug 27 00:53:51.317 INFO O| Aug 27 00:53:51.317 INFO STEP 890 (remove_files) COMPLETE
80052026-08-27T00:53:52.459Z[ recovery-image] Aug 27 00:53:51.317 INFO O| Aug 27 00:53:51.317 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-27T00:53:52.464Z[ recovery-image] Aug 27 00:53:51.326 INFO O| Aug 27 00:53:51.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80072026-08-27T00:53:52.464Z[ recovery-image] Aug 27 00:53:51.326 INFO O| Aug 27 00:53:51.326 INFO STEP 891 (remove_files) COMPLETE
80082026-08-27T00:53:52.464Z[ recovery-image] Aug 27 00:53:51.326 INFO O| Aug 27 00:53:51.326 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-27T00:53:52.475Z[ recovery-image] Aug 27 00:53:51.335 INFO O| Aug 27 00:53:51.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80102026-08-27T00:53:52.475Z[ recovery-image] Aug 27 00:53:51.335 INFO O| Aug 27 00:53:51.335 INFO STEP 892 (remove_files) COMPLETE
80112026-08-27T00:53:52.475Z[ recovery-image] Aug 27 00:53:51.335 INFO O| Aug 27 00:53:51.335 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-27T00:53:52.483Z[ recovery-image] Aug 27 00:53:51.344 INFO O| Aug 27 00:53:51.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80132026-08-27T00:53:52.483Z[ recovery-image] Aug 27 00:53:51.344 INFO O| Aug 27 00:53:51.344 INFO STEP 893 (remove_files) COMPLETE
80142026-08-27T00:53:52.486Z[ recovery-image] Aug 27 00:53:51.344 INFO O| Aug 27 00:53:51.344 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-27T00:53:52.492Z[ recovery-image] Aug 27 00:53:51.353 INFO O| Aug 27 00:53:51.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80162026-08-27T00:53:52.492Z[ recovery-image] Aug 27 00:53:51.353 INFO O| Aug 27 00:53:51.353 INFO STEP 894 (remove_files) COMPLETE
80172026-08-27T00:53:52.492Z[ recovery-image] Aug 27 00:53:51.353 INFO O| Aug 27 00:53:51.353 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-27T00:53:52.502Z[ recovery-image] Aug 27 00:53:51.363 INFO O| Aug 27 00:53:51.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80192026-08-27T00:53:52.502Z[ recovery-image] Aug 27 00:53:51.363 INFO O| Aug 27 00:53:51.363 INFO STEP 895 (remove_files) COMPLETE
80202026-08-27T00:53:52.502Z[ recovery-image] Aug 27 00:53:51.363 INFO O| Aug 27 00:53:51.363 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-27T00:53:52.511Z[ recovery-image] Aug 27 00:53:51.373 INFO O| Aug 27 00:53:51.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80222026-08-27T00:53:52.511Z[ recovery-image] Aug 27 00:53:51.373 INFO O| Aug 27 00:53:51.373 INFO STEP 896 (remove_files) COMPLETE
80232026-08-27T00:53:52.511Z[ recovery-image] Aug 27 00:53:51.373 INFO O| Aug 27 00:53:51.373 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-27T00:53:52.521Z[ recovery-image] Aug 27 00:53:51.383 INFO O| Aug 27 00:53:51.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80252026-08-27T00:53:52.521Z[ recovery-image] Aug 27 00:53:51.383 INFO O| Aug 27 00:53:51.383 INFO STEP 897 (remove_files) COMPLETE
80262026-08-27T00:53:52.525Z[ recovery-image] Aug 27 00:53:51.383 INFO O| Aug 27 00:53:51.383 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-27T00:53:52.532Z[ recovery-image] Aug 27 00:53:51.394 INFO O| Aug 27 00:53:51.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80282026-08-27T00:53:52.532Z[ recovery-image] Aug 27 00:53:51.394 INFO O| Aug 27 00:53:51.394 INFO STEP 898 (remove_files) COMPLETE
80292026-08-27T00:53:52.532Z[ recovery-image] Aug 27 00:53:51.394 INFO O| Aug 27 00:53:51.394 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-27T00:53:52.543Z[ recovery-image] Aug 27 00:53:51.404 INFO O| Aug 27 00:53:51.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80312026-08-27T00:53:52.543Z[ recovery-image] Aug 27 00:53:51.404 INFO O| Aug 27 00:53:51.404 INFO STEP 899 (remove_files) COMPLETE
80322026-08-27T00:53:52.546Z[ recovery-image] Aug 27 00:53:51.404 INFO O| Aug 27 00:53:51.404 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-27T00:53:52.552Z[ recovery-image] Aug 27 00:53:51.413 INFO O| Aug 27 00:53:51.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80342026-08-27T00:53:52.552Z[ recovery-image] Aug 27 00:53:51.413 INFO O| Aug 27 00:53:51.413 INFO STEP 900 (remove_files) COMPLETE
80352026-08-27T00:53:52.552Z[ recovery-image] Aug 27 00:53:51.413 INFO O| Aug 27 00:53:51.413 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-27T00:53:52.560Z[ recovery-image] Aug 27 00:53:51.421 INFO O| Aug 27 00:53:51.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80372026-08-27T00:53:52.560Z[ recovery-image] Aug 27 00:53:51.421 INFO O| Aug 27 00:53:51.421 INFO STEP 901 (remove_files) COMPLETE
80382026-08-27T00:53:52.560Z[ recovery-image] Aug 27 00:53:51.422 INFO O| Aug 27 00:53:51.421 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-27T00:53:52.571Z[ recovery-image] Aug 27 00:53:51.433 INFO O| Aug 27 00:53:51.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80402026-08-27T00:53:52.571Z[ recovery-image] Aug 27 00:53:51.433 INFO O| Aug 27 00:53:51.433 INFO STEP 902 (remove_files) COMPLETE
80412026-08-27T00:53:52.571Z[ recovery-image] Aug 27 00:53:51.433 INFO O| Aug 27 00:53:51.433 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-27T00:53:52.580Z[ recovery-image] Aug 27 00:53:51.442 INFO O| Aug 27 00:53:51.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80432026-08-27T00:53:52.580Z[ recovery-image] Aug 27 00:53:51.442 INFO O| Aug 27 00:53:51.442 INFO STEP 903 (remove_files) COMPLETE
80442026-08-27T00:53:52.583Z[ recovery-image] Aug 27 00:53:51.442 INFO O| Aug 27 00:53:51.442 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-27T00:53:52.589Z[ recovery-image] Aug 27 00:53:51.450 INFO O| Aug 27 00:53:51.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80462026-08-27T00:53:52.589Z[ recovery-image] Aug 27 00:53:51.450 INFO O| Aug 27 00:53:51.450 INFO STEP 904 (remove_files) COMPLETE
80472026-08-27T00:53:52.589Z[ recovery-image] Aug 27 00:53:51.450 INFO O| Aug 27 00:53:51.450 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-27T00:53:52.600Z[ recovery-image] Aug 27 00:53:51.462 INFO O| Aug 27 00:53:51.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80492026-08-27T00:53:52.600Z[ recovery-image] Aug 27 00:53:51.462 INFO O| Aug 27 00:53:51.462 INFO STEP 905 (remove_files) COMPLETE
80502026-08-27T00:53:52.600Z[ recovery-image] Aug 27 00:53:51.462 INFO O| Aug 27 00:53:51.462 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-27T00:53:52.610Z[ recovery-image] Aug 27 00:53:51.472 INFO O| Aug 27 00:53:51.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80522026-08-27T00:53:52.610Z[ recovery-image] Aug 27 00:53:51.472 INFO O| Aug 27 00:53:51.472 INFO STEP 906 (remove_files) COMPLETE
80532026-08-27T00:53:52.611Z[ recovery-image] Aug 27 00:53:51.472 INFO O| Aug 27 00:53:51.472 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-27T00:53:52.621Z[ recovery-image] Aug 27 00:53:51.482 INFO O| Aug 27 00:53:51.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80552026-08-27T00:53:52.621Z[ recovery-image] Aug 27 00:53:51.483 INFO O| Aug 27 00:53:51.483 INFO STEP 907 (remove_files) COMPLETE
80562026-08-27T00:53:52.621Z[ recovery-image] Aug 27 00:53:51.483 INFO O| Aug 27 00:53:51.483 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-27T00:53:52.630Z[ recovery-image] Aug 27 00:53:51.492 INFO O| Aug 27 00:53:51.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80582026-08-27T00:53:52.630Z[ recovery-image] Aug 27 00:53:51.492 INFO O| Aug 27 00:53:51.492 INFO STEP 908 (remove_files) COMPLETE
80592026-08-27T00:53:52.633Z[ recovery-image] Aug 27 00:53:51.492 INFO O| Aug 27 00:53:51.492 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-27T00:53:52.654Z[ recovery-image] Aug 27 00:53:51.514 INFO O| Aug 27 00:53:51.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80612026-08-27T00:53:52.654Z[ recovery-image] Aug 27 00:53:51.514 INFO O| Aug 27 00:53:51.514 INFO STEP 909 (remove_files) COMPLETE
80622026-08-27T00:53:52.654Z[ recovery-image] Aug 27 00:53:51.514 INFO O| Aug 27 00:53:51.514 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-27T00:53:52.663Z[ recovery-image] Aug 27 00:53:51.524 INFO O| Aug 27 00:53:51.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80642026-08-27T00:53:52.663Z[ recovery-image] Aug 27 00:53:51.524 INFO O| Aug 27 00:53:51.524 INFO STEP 910 (remove_files) COMPLETE
80652026-08-27T00:53:52.663Z[ recovery-image] Aug 27 00:53:51.524 INFO O| Aug 27 00:53:51.524 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-27T00:53:52.673Z[ recovery-image] Aug 27 00:53:51.534 INFO O| Aug 27 00:53:51.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80672026-08-27T00:53:52.673Z[ recovery-image] Aug 27 00:53:51.534 INFO O| Aug 27 00:53:51.534 INFO STEP 911 (remove_files) COMPLETE
80682026-08-27T00:53:52.673Z[ recovery-image] Aug 27 00:53:51.534 INFO O| Aug 27 00:53:51.534 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-27T00:53:52.683Z[ recovery-image] Aug 27 00:53:51.543 INFO O| Aug 27 00:53:51.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80702026-08-27T00:53:52.683Z[ recovery-image] Aug 27 00:53:51.543 INFO O| Aug 27 00:53:51.543 INFO STEP 912 (remove_files) COMPLETE
80712026-08-27T00:53:52.683Z[ recovery-image] Aug 27 00:53:51.543 INFO O| Aug 27 00:53:51.543 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-27T00:53:52.693Z[ recovery-image] Aug 27 00:53:51.554 INFO O| Aug 27 00:53:51.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80732026-08-27T00:53:52.693Z[ recovery-image] Aug 27 00:53:51.555 INFO O| Aug 27 00:53:51.554 INFO STEP 913 (remove_files) COMPLETE
80742026-08-27T00:53:52.693Z[ recovery-image] Aug 27 00:53:51.555 INFO O| Aug 27 00:53:51.555 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-27T00:53:52.703Z[ recovery-image] Aug 27 00:53:51.564 INFO O| Aug 27 00:53:51.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80762026-08-27T00:53:52.704Z[ recovery-image] Aug 27 00:53:51.564 INFO O| Aug 27 00:53:51.564 INFO STEP 914 (remove_files) COMPLETE
80772026-08-27T00:53:52.707Z[ recovery-image] Aug 27 00:53:51.564 INFO O| Aug 27 00:53:51.564 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-27T00:53:52.713Z[ recovery-image] Aug 27 00:53:51.575 INFO O| Aug 27 00:53:51.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80792026-08-27T00:53:52.713Z[ recovery-image] Aug 27 00:53:51.575 INFO O| Aug 27 00:53:51.575 INFO STEP 915 (remove_files) COMPLETE
80802026-08-27T00:53:52.713Z[ recovery-image] Aug 27 00:53:51.575 INFO O| Aug 27 00:53:51.575 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-27T00:53:52.724Z[ recovery-image] Aug 27 00:53:51.584 INFO O| Aug 27 00:53:51.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80822026-08-27T00:53:52.724Z[ recovery-image] Aug 27 00:53:51.584 INFO O| Aug 27 00:53:51.584 INFO STEP 916 (remove_files) COMPLETE
80832026-08-27T00:53:52.724Z[ recovery-image] Aug 27 00:53:51.584 INFO O| Aug 27 00:53:51.584 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-27T00:53:52.733Z[ recovery-image] Aug 27 00:53:51.594 INFO O| Aug 27 00:53:51.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80852026-08-27T00:53:52.733Z[ recovery-image] Aug 27 00:53:51.594 INFO O| Aug 27 00:53:51.594 INFO STEP 917 (remove_files) COMPLETE
80862026-08-27T00:53:52.733Z[ recovery-image] Aug 27 00:53:51.594 INFO O| Aug 27 00:53:51.594 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-27T00:53:52.742Z[ recovery-image] Aug 27 00:53:51.604 INFO O| Aug 27 00:53:51.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80882026-08-27T00:53:52.745Z[ recovery-image] Aug 27 00:53:51.604 INFO O| Aug 27 00:53:51.604 INFO STEP 918 (remove_files) COMPLETE
80892026-08-27T00:53:52.745Z[ recovery-image] Aug 27 00:53:51.604 INFO O| Aug 27 00:53:51.604 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-27T00:53:52.755Z[ recovery-image] Aug 27 00:53:51.613 INFO O| Aug 27 00:53:51.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80912026-08-27T00:53:52.755Z[ recovery-image] Aug 27 00:53:51.613 INFO O| Aug 27 00:53:51.613 INFO STEP 919 (remove_files) COMPLETE
80922026-08-27T00:53:52.759Z[ recovery-image] Aug 27 00:53:51.613 INFO O| Aug 27 00:53:51.613 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-27T00:53:52.762Z[ recovery-image] Aug 27 00:53:51.623 INFO O| Aug 27 00:53:51.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80942026-08-27T00:53:52.762Z[ recovery-image] Aug 27 00:53:51.623 INFO O| Aug 27 00:53:51.623 INFO STEP 920 (remove_files) COMPLETE
80952026-08-27T00:53:52.762Z[ recovery-image] Aug 27 00:53:51.623 INFO O| Aug 27 00:53:51.623 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-27T00:53:52.771Z[ recovery-image] Aug 27 00:53:51.632 INFO O| Aug 27 00:53:51.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80972026-08-27T00:53:52.771Z[ recovery-image] Aug 27 00:53:51.632 INFO O| Aug 27 00:53:51.632 INFO STEP 921 (remove_files) COMPLETE
80982026-08-27T00:53:52.774Z[ recovery-image] Aug 27 00:53:51.632 INFO O| Aug 27 00:53:51.632 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-27T00:53:52.780Z[ recovery-image] Aug 27 00:53:51.642 INFO O| Aug 27 00:53:51.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81002026-08-27T00:53:52.781Z[ recovery-image] Aug 27 00:53:51.642 INFO O| Aug 27 00:53:51.642 INFO STEP 922 (remove_files) COMPLETE
81012026-08-27T00:53:52.781Z[ recovery-image] Aug 27 00:53:51.642 INFO O| Aug 27 00:53:51.642 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-27T00:53:52.790Z[ recovery-image] Aug 27 00:53:51.652 INFO O| Aug 27 00:53:51.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81032026-08-27T00:53:52.790Z[ recovery-image] Aug 27 00:53:51.652 INFO O| Aug 27 00:53:51.652 INFO STEP 923 (remove_files) COMPLETE
81042026-08-27T00:53:52.790Z[ recovery-image] Aug 27 00:53:51.652 INFO O| Aug 27 00:53:51.652 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-27T00:53:52.799Z[ recovery-image] Aug 27 00:53:51.661 INFO O| Aug 27 00:53:51.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81062026-08-27T00:53:52.799Z[ recovery-image] Aug 27 00:53:51.661 INFO O| Aug 27 00:53:51.661 INFO STEP 924 (remove_files) COMPLETE
81072026-08-27T00:53:52.799Z[ recovery-image] Aug 27 00:53:51.661 INFO O| Aug 27 00:53:51.661 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-27T00:53:52.809Z[ recovery-image] Aug 27 00:53:51.671 INFO O| Aug 27 00:53:51.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81092026-08-27T00:53:52.809Z[ recovery-image] Aug 27 00:53:51.671 INFO O| Aug 27 00:53:51.671 INFO STEP 925 (remove_files) COMPLETE
81102026-08-27T00:53:52.809Z[ recovery-image] Aug 27 00:53:51.671 INFO O| Aug 27 00:53:51.671 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-27T00:53:52.819Z[ recovery-image] Aug 27 00:53:51.680 INFO O| Aug 27 00:53:51.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81122026-08-27T00:53:52.819Z[ recovery-image] Aug 27 00:53:51.680 INFO O| Aug 27 00:53:51.680 INFO STEP 926 (remove_files) COMPLETE
81132026-08-27T00:53:52.819Z[ recovery-image] Aug 27 00:53:51.680 INFO O| Aug 27 00:53:51.680 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-27T00:53:52.829Z[ recovery-image] Aug 27 00:53:51.690 INFO O| Aug 27 00:53:51.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81152026-08-27T00:53:52.829Z[ recovery-image] Aug 27 00:53:51.690 INFO O| Aug 27 00:53:51.690 INFO STEP 927 (remove_files) COMPLETE
81162026-08-27T00:53:52.833Z[ recovery-image] Aug 27 00:53:51.690 INFO O| Aug 27 00:53:51.690 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-27T00:53:52.839Z[ recovery-image] Aug 27 00:53:51.700 INFO O| Aug 27 00:53:51.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81182026-08-27T00:53:52.839Z[ recovery-image] Aug 27 00:53:51.701 INFO O| Aug 27 00:53:51.700 INFO STEP 928 (remove_files) COMPLETE
81192026-08-27T00:53:52.842Z[ recovery-image] Aug 27 00:53:51.701 INFO O| Aug 27 00:53:51.701 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-27T00:53:52.849Z[ recovery-image] Aug 27 00:53:51.710 INFO O| Aug 27 00:53:51.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81212026-08-27T00:53:52.849Z[ recovery-image] Aug 27 00:53:51.711 INFO O| Aug 27 00:53:51.711 INFO STEP 929 (remove_files) COMPLETE
81222026-08-27T00:53:52.849Z[ recovery-image] Aug 27 00:53:51.711 INFO O| Aug 27 00:53:51.711 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-27T00:53:52.857Z[ recovery-image] Aug 27 00:53:51.719 INFO O| Aug 27 00:53:51.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81242026-08-27T00:53:52.858Z[ recovery-image] Aug 27 00:53:51.719 INFO O| Aug 27 00:53:51.719 INFO STEP 930 (remove_files) COMPLETE
81252026-08-27T00:53:52.861Z[ recovery-image] Aug 27 00:53:51.719 INFO O| Aug 27 00:53:51.719 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-27T00:53:52.897Z[ recovery-image] Aug 27 00:53:51.758 INFO O| Aug 27 00:53:51.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81272026-08-27T00:53:52.897Z[ recovery-image] Aug 27 00:53:51.758 INFO O| Aug 27 00:53:51.758 INFO STEP 931 (remove_files) COMPLETE
81282026-08-27T00:53:52.897Z[ recovery-image] Aug 27 00:53:51.758 INFO O| Aug 27 00:53:51.758 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-27T00:53:52.912Z[ recovery-image] Aug 27 00:53:51.773 INFO O| Aug 27 00:53:51.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81302026-08-27T00:53:52.912Z[ recovery-image] Aug 27 00:53:51.773 INFO O| Aug 27 00:53:51.773 INFO STEP 932 (remove_files) COMPLETE
81312026-08-27T00:53:52.915Z[ recovery-image] Aug 27 00:53:51.773 INFO O| Aug 27 00:53:51.773 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-27T00:53:52.922Z[ recovery-image] Aug 27 00:53:51.783 INFO O| Aug 27 00:53:51.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81332026-08-27T00:53:52.922Z[ recovery-image] Aug 27 00:53:51.783 INFO O| Aug 27 00:53:51.783 INFO STEP 933 (remove_files) COMPLETE
81342026-08-27T00:53:52.922Z[ recovery-image] Aug 27 00:53:51.783 INFO O| Aug 27 00:53:51.783 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-27T00:53:52.932Z[ recovery-image] Aug 27 00:53:51.793 INFO O| Aug 27 00:53:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81362026-08-27T00:53:52.932Z[ recovery-image] Aug 27 00:53:51.793 INFO O| Aug 27 00:53:51.793 INFO STEP 934 (remove_files) COMPLETE
81372026-08-27T00:53:52.934Z[ recovery-image] Aug 27 00:53:51.793 INFO O| Aug 27 00:53:51.793 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-27T00:53:52.951Z[ recovery-image] Aug 27 00:53:51.813 INFO O| Aug 27 00:53:51.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81392026-08-27T00:53:52.951Z[ recovery-image] Aug 27 00:53:51.813 INFO O| Aug 27 00:53:51.813 INFO STEP 935 (remove_files) COMPLETE
81402026-08-27T00:53:52.955Z[ recovery-image] Aug 27 00:53:51.813 INFO O| Aug 27 00:53:51.813 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-27T00:53:52.969Z[ recovery-image] Aug 27 00:53:51.831 INFO O| Aug 27 00:53:51.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81422026-08-27T00:53:52.970Z[ recovery-image] Aug 27 00:53:51.831 INFO O| Aug 27 00:53:51.831 INFO STEP 936 (remove_files) COMPLETE
81432026-08-27T00:53:52.970Z[ recovery-image] Aug 27 00:53:51.831 INFO O| Aug 27 00:53:51.831 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-27T00:53:52.982Z[ recovery-image] Aug 27 00:53:51.844 INFO O| Aug 27 00:53:51.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81452026-08-27T00:53:52.982Z[ recovery-image] Aug 27 00:53:51.844 INFO O| Aug 27 00:53:51.844 INFO STEP 937 (remove_files) COMPLETE
81462026-08-27T00:53:52.982Z[ recovery-image] Aug 27 00:53:51.844 INFO O| Aug 27 00:53:51.844 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-27T00:53:52.992Z[ recovery-image] Aug 27 00:53:51.853 INFO O| Aug 27 00:53:51.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81482026-08-27T00:53:52.992Z[ recovery-image] Aug 27 00:53:51.853 INFO O| Aug 27 00:53:51.853 INFO STEP 938 (remove_files) COMPLETE
81492026-08-27T00:53:52.992Z[ recovery-image] Aug 27 00:53:51.853 INFO O| Aug 27 00:53:51.853 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-27T00:53:53.010Z[ recovery-image] Aug 27 00:53:51.867 INFO O| Aug 27 00:53:51.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81512026-08-27T00:53:53.010Z[ recovery-image] Aug 27 00:53:51.867 INFO O| Aug 27 00:53:51.867 INFO STEP 939 (remove_files) COMPLETE
81522026-08-27T00:53:53.010Z[ recovery-image] Aug 27 00:53:51.867 INFO O| Aug 27 00:53:51.867 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-27T00:53:53.017Z[ recovery-image] Aug 27 00:53:51.879 INFO O| Aug 27 00:53:51.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81542026-08-27T00:53:53.017Z[ recovery-image] Aug 27 00:53:51.879 INFO O| Aug 27 00:53:51.879 INFO STEP 940 (remove_files) COMPLETE
81552026-08-27T00:53:53.017Z[ recovery-image] Aug 27 00:53:51.879 INFO O| Aug 27 00:53:51.879 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-27T00:53:53.035Z[ recovery-image] Aug 27 00:53:51.897 INFO O| Aug 27 00:53:51.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81572026-08-27T00:53:53.039Z[ recovery-image] Aug 27 00:53:51.899 INFO O| Aug 27 00:53:51.898 INFO STEP 941 (remove_files) COMPLETE
81582026-08-27T00:53:53.039Z[ recovery-image] Aug 27 00:53:51.899 INFO O| Aug 27 00:53:51.898 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-27T00:53:53.062Z[ recovery-image] Aug 27 00:53:51.924 INFO O| Aug 27 00:53:51.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81602026-08-27T00:53:53.062Z[ recovery-image] Aug 27 00:53:51.924 INFO O| Aug 27 00:53:51.924 INFO STEP 942 (remove_files) COMPLETE
81612026-08-27T00:53:53.065Z[ recovery-image] Aug 27 00:53:51.924 INFO O| Aug 27 00:53:51.924 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-27T00:53:53.073Z[ recovery-image] Aug 27 00:53:51.935 INFO O| Aug 27 00:53:51.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81632026-08-27T00:53:53.073Z[ recovery-image] Aug 27 00:53:51.935 INFO O| Aug 27 00:53:51.935 INFO STEP 943 (remove_files) COMPLETE
81642026-08-27T00:53:53.073Z[ recovery-image] Aug 27 00:53:51.935 INFO O| Aug 27 00:53:51.935 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-27T00:53:53.092Z[ recovery-image] Aug 27 00:53:51.954 INFO O| Aug 27 00:53:51.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81662026-08-27T00:53:53.092Z[ recovery-image] Aug 27 00:53:51.954 INFO O| Aug 27 00:53:51.954 INFO STEP 944 (remove_files) COMPLETE
81672026-08-27T00:53:53.092Z[ recovery-image] Aug 27 00:53:51.954 INFO O| Aug 27 00:53:51.954 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-27T00:53:53.102Z[ recovery-image] Aug 27 00:53:51.964 INFO O| Aug 27 00:53:51.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81692026-08-27T00:53:53.102Z[ recovery-image] Aug 27 00:53:51.964 INFO O| Aug 27 00:53:51.964 INFO STEP 945 (remove_files) COMPLETE
81702026-08-27T00:53:53.105Z[ recovery-image] Aug 27 00:53:51.964 INFO O| Aug 27 00:53:51.964 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-27T00:53:53.112Z[ recovery-image] Aug 27 00:53:51.973 INFO O| Aug 27 00:53:51.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81722026-08-27T00:53:53.112Z[ recovery-image] Aug 27 00:53:51.973 INFO O| Aug 27 00:53:51.973 INFO STEP 946 (remove_files) COMPLETE
81732026-08-27T00:53:53.112Z[ recovery-image] Aug 27 00:53:51.973 INFO O| Aug 27 00:53:51.973 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-27T00:53:53.124Z[ recovery-image] Aug 27 00:53:51.986 INFO O| Aug 27 00:53:51.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81752026-08-27T00:53:53.124Z[ recovery-image] Aug 27 00:53:51.986 INFO O| Aug 27 00:53:51.986 INFO STEP 947 (remove_files) COMPLETE
81762026-08-27T00:53:53.124Z[ recovery-image] Aug 27 00:53:51.986 INFO O| Aug 27 00:53:51.986 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-27T00:53:53.134Z[ recovery-image] Aug 27 00:53:51.996 INFO O| Aug 27 00:53:51.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81782026-08-27T00:53:53.137Z[ recovery-image] Aug 27 00:53:51.996 INFO O| Aug 27 00:53:51.996 INFO STEP 948 (remove_files) COMPLETE
81792026-08-27T00:53:53.137Z[ recovery-image] Aug 27 00:53:51.996 INFO O| Aug 27 00:53:51.996 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-27T00:53:53.144Z[ recovery-image] Aug 27 00:53:52.006 INFO O| Aug 27 00:53:52.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81812026-08-27T00:53:53.144Z[ recovery-image] Aug 27 00:53:52.006 INFO O| Aug 27 00:53:52.006 INFO STEP 949 (remove_files) COMPLETE
81822026-08-27T00:53:53.144Z[ recovery-image] Aug 27 00:53:52.006 INFO O| Aug 27 00:53:52.006 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-27T00:53:53.156Z[ recovery-image] Aug 27 00:53:52.018 INFO O| Aug 27 00:53:52.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81842026-08-27T00:53:53.156Z[ recovery-image] Aug 27 00:53:52.018 INFO O| Aug 27 00:53:52.018 INFO STEP 950 (remove_files) COMPLETE
81852026-08-27T00:53:53.156Z[ recovery-image] Aug 27 00:53:52.018 INFO O| Aug 27 00:53:52.018 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-27T00:53:53.179Z[ recovery-image] Aug 27 00:53:52.041 INFO O| Aug 27 00:53:52.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81872026-08-27T00:53:53.179Z[ recovery-image] Aug 27 00:53:52.041 INFO O| Aug 27 00:53:52.041 INFO STEP 951 (remove_files) COMPLETE
81882026-08-27T00:53:53.183Z[ recovery-image] Aug 27 00:53:52.041 INFO O| Aug 27 00:53:52.041 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-27T00:53:53.189Z[ recovery-image] Aug 27 00:53:52.051 INFO O| Aug 27 00:53:52.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81902026-08-27T00:53:53.189Z[ recovery-image] Aug 27 00:53:52.051 INFO O| Aug 27 00:53:52.051 INFO STEP 952 (remove_files) COMPLETE
81912026-08-27T00:53:53.193Z[ recovery-image] Aug 27 00:53:52.051 INFO O| Aug 27 00:53:52.051 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-27T00:53:53.219Z[ recovery-image] Aug 27 00:53:52.081 INFO O| Aug 27 00:53:52.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81932026-08-27T00:53:53.219Z[ recovery-image] Aug 27 00:53:52.081 INFO O| Aug 27 00:53:52.081 INFO STEP 953 (remove_files) COMPLETE
81942026-08-27T00:53:53.219Z[ recovery-image] Aug 27 00:53:52.081 INFO O| Aug 27 00:53:52.081 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-27T00:53:53.231Z[ recovery-image] Aug 27 00:53:52.093 INFO O| Aug 27 00:53:52.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81962026-08-27T00:53:53.231Z[ recovery-image] Aug 27 00:53:52.093 INFO O| Aug 27 00:53:52.093 INFO STEP 954 (remove_files) COMPLETE
81972026-08-27T00:53:53.231Z[ recovery-image] Aug 27 00:53:52.093 INFO O| Aug 27 00:53:52.093 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-27T00:53:53.241Z[ recovery-image] Aug 27 00:53:52.102 INFO O| Aug 27 00:53:52.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81992026-08-27T00:53:53.241Z[ recovery-image] Aug 27 00:53:52.102 INFO O| Aug 27 00:53:52.102 INFO STEP 955 (remove_files) COMPLETE
82002026-08-27T00:53:53.241Z[ recovery-image] Aug 27 00:53:52.102 INFO O| Aug 27 00:53:52.102 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-27T00:53:53.250Z[ recovery-image] Aug 27 00:53:52.111 INFO O| Aug 27 00:53:52.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82022026-08-27T00:53:53.250Z[ recovery-image] Aug 27 00:53:52.111 INFO O| Aug 27 00:53:52.111 INFO STEP 956 (remove_files) COMPLETE
82032026-08-27T00:53:53.250Z[ recovery-image] Aug 27 00:53:52.112 INFO O| Aug 27 00:53:52.111 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-27T00:53:53.261Z[ recovery-image] Aug 27 00:53:52.123 INFO O| Aug 27 00:53:52.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82052026-08-27T00:53:53.261Z[ recovery-image] Aug 27 00:53:52.123 INFO O| Aug 27 00:53:52.123 INFO STEP 957 (remove_files) COMPLETE
82062026-08-27T00:53:53.261Z[ recovery-image] Aug 27 00:53:52.123 INFO O| Aug 27 00:53:52.123 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-27T00:53:53.271Z[ recovery-image] Aug 27 00:53:52.132 INFO O| Aug 27 00:53:52.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82082026-08-27T00:53:53.271Z[ recovery-image] Aug 27 00:53:52.132 INFO O| Aug 27 00:53:52.132 INFO STEP 958 (remove_files) COMPLETE
82092026-08-27T00:53:53.271Z[ recovery-image] Aug 27 00:53:52.132 INFO O| Aug 27 00:53:52.132 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-27T00:53:53.282Z[ recovery-image] Aug 27 00:53:52.143 INFO O| Aug 27 00:53:52.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82112026-08-27T00:53:53.282Z[ recovery-image] Aug 27 00:53:52.143 INFO O| Aug 27 00:53:52.143 INFO STEP 959 (remove_files) COMPLETE
82122026-08-27T00:53:53.282Z[ recovery-image] Aug 27 00:53:52.143 INFO O| Aug 27 00:53:52.143 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.155 INFO O| Aug 27 00:53:52.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82142026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.155 INFO O| Aug 27 00:53:52.155 INFO STEP 960 (remove_files) COMPLETE
82152026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.155 INFO O| Aug 27 00:53:52.155 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.165 INFO O| Aug 27 00:53:52.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82172026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.165 INFO O| Aug 27 00:53:52.165 INFO STEP 961 (remove_files) COMPLETE
82182026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.165 INFO O| Aug 27 00:53:52.165 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.176 INFO O| Aug 27 00:53:52.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82202026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.176 INFO O| Aug 27 00:53:52.176 INFO STEP 962 (remove_files) COMPLETE
82212026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.176 INFO O| Aug 27 00:53:52.176 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.187 INFO O| Aug 27 00:53:52.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82232026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.187 INFO O| Aug 27 00:53:52.187 INFO STEP 963 (remove_files) COMPLETE
82242026-08-27T00:53:53.340Z[ recovery-image] Aug 27 00:53:52.187 INFO O| Aug 27 00:53:52.187 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-27T00:53:53.340Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
82262026-08-27T00:53:53.344Z[ recovery-image] Aug 27 00:53:52.199 INFO O| Aug 27 00:53:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82272026-08-27T00:53:53.344Z[ recovery-image] Aug 27 00:53:52.199 INFO O| Aug 27 00:53:52.199 INFO STEP 964 (remove_files) COMPLETE
82282026-08-27T00:53:53.344Z[ recovery-image] Aug 27 00:53:52.199 INFO O| Aug 27 00:53:52.199 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-27T00:53:53.348Z[ recovery-image] Aug 27 00:53:52.209 INFO O| Aug 27 00:53:52.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82302026-08-27T00:53:53.348Z[ recovery-image] Aug 27 00:53:52.209 INFO O| Aug 27 00:53:52.209 INFO STEP 965 (remove_files) COMPLETE
82312026-08-27T00:53:53.352Z[ recovery-image] Aug 27 00:53:52.209 INFO O| Aug 27 00:53:52.209 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-27T00:53:53.360Z[ recovery-image] Aug 27 00:53:52.220 INFO O| Aug 27 00:53:52.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82332026-08-27T00:53:53.360Z[ recovery-image] Aug 27 00:53:52.220 INFO O| Aug 27 00:53:52.220 INFO STEP 966 (remove_files) COMPLETE
82342026-08-27T00:53:53.363Z[ recovery-image] Aug 27 00:53:52.220 INFO O| Aug 27 00:53:52.220 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-27T00:53:53.370Z[ recovery-image] Aug 27 00:53:52.232 INFO O| Aug 27 00:53:52.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82362026-08-27T00:53:53.371Z[ recovery-image] Aug 27 00:53:52.232 INFO O| Aug 27 00:53:52.232 INFO STEP 967 (remove_files) COMPLETE
82372026-08-27T00:53:53.374Z[ recovery-image] Aug 27 00:53:52.232 INFO O| Aug 27 00:53:52.232 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-27T00:53:53.381Z[ recovery-image] Aug 27 00:53:52.242 INFO O| Aug 27 00:53:52.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82392026-08-27T00:53:53.381Z[ recovery-image] Aug 27 00:53:52.242 INFO O| Aug 27 00:53:52.242 INFO STEP 968 (remove_files) COMPLETE
82402026-08-27T00:53:53.384Z[ recovery-image] Aug 27 00:53:52.242 INFO O| Aug 27 00:53:52.242 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-27T00:53:53.390Z[ recovery-image] Aug 27 00:53:52.252 INFO O| Aug 27 00:53:52.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82422026-08-27T00:53:53.390Z[ recovery-image] Aug 27 00:53:52.252 INFO O| Aug 27 00:53:52.252 INFO STEP 969 (remove_files) COMPLETE
82432026-08-27T00:53:53.390Z[ recovery-image] Aug 27 00:53:52.252 INFO O| Aug 27 00:53:52.252 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-27T00:53:53.400Z[ recovery-image] Aug 27 00:53:52.261 INFO O| Aug 27 00:53:52.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82452026-08-27T00:53:53.400Z[ recovery-image] Aug 27 00:53:52.262 INFO O| Aug 27 00:53:52.262 INFO STEP 970 (remove_files) COMPLETE
82462026-08-27T00:53:53.403Z[ recovery-image] Aug 27 00:53:52.262 INFO O| Aug 27 00:53:52.262 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-27T00:53:53.410Z[ recovery-image] Aug 27 00:53:52.271 INFO O| Aug 27 00:53:52.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82482026-08-27T00:53:53.410Z[ recovery-image] Aug 27 00:53:52.272 INFO O| Aug 27 00:53:52.272 INFO STEP 971 (remove_files) COMPLETE
82492026-08-27T00:53:53.410Z[ recovery-image] Aug 27 00:53:52.272 INFO O| Aug 27 00:53:52.272 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-27T00:53:53.419Z[ recovery-image] Aug 27 00:53:52.281 INFO O| Aug 27 00:53:52.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82512026-08-27T00:53:53.419Z[ recovery-image] Aug 27 00:53:52.281 INFO O| Aug 27 00:53:52.281 INFO STEP 972 (remove_files) COMPLETE
82522026-08-27T00:53:53.419Z[ recovery-image] Aug 27 00:53:52.281 INFO O| Aug 27 00:53:52.281 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-27T00:53:53.429Z[ recovery-image] Aug 27 00:53:52.290 INFO O| Aug 27 00:53:52.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82542026-08-27T00:53:53.429Z[ recovery-image] Aug 27 00:53:52.290 INFO O| Aug 27 00:53:52.290 INFO STEP 973 (remove_files) COMPLETE
82552026-08-27T00:53:53.429Z[ recovery-image] Aug 27 00:53:52.290 INFO O| Aug 27 00:53:52.290 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-27T00:53:53.437Z[ recovery-image] Aug 27 00:53:52.299 INFO O| Aug 27 00:53:52.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82572026-08-27T00:53:53.438Z[ recovery-image] Aug 27 00:53:52.299 INFO O| Aug 27 00:53:52.299 INFO STEP 974 (remove_files) COMPLETE
82582026-08-27T00:53:53.441Z[ recovery-image] Aug 27 00:53:52.299 INFO O| Aug 27 00:53:52.299 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-27T00:53:53.446Z[ recovery-image] Aug 27 00:53:52.307 INFO O| Aug 27 00:53:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82602026-08-27T00:53:53.446Z[ recovery-image] Aug 27 00:53:52.307 INFO O| Aug 27 00:53:52.307 INFO STEP 975 (remove_files) COMPLETE
82612026-08-27T00:53:53.449Z[ recovery-image] Aug 27 00:53:52.307 INFO O| Aug 27 00:53:52.307 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-27T00:53:53.454Z[ recovery-image] Aug 27 00:53:52.316 INFO O| Aug 27 00:53:52.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82632026-08-27T00:53:53.454Z[ recovery-image] Aug 27 00:53:52.316 INFO O| Aug 27 00:53:52.316 INFO STEP 976 (remove_files) COMPLETE
82642026-08-27T00:53:53.454Z[ recovery-image] Aug 27 00:53:52.316 INFO O| Aug 27 00:53:52.316 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-27T00:53:53.465Z[ recovery-image] Aug 27 00:53:52.327 INFO O| Aug 27 00:53:52.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82662026-08-27T00:53:53.466Z[ recovery-image] Aug 27 00:53:52.327 INFO O| Aug 27 00:53:52.327 INFO STEP 977 (remove_files) COMPLETE
82672026-08-27T00:53:53.466Z[ recovery-image] Aug 27 00:53:52.327 INFO O| Aug 27 00:53:52.327 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-27T00:53:53.476Z[ recovery-image] Aug 27 00:53:52.338 INFO O| Aug 27 00:53:52.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82692026-08-27T00:53:53.476Z[ recovery-image] Aug 27 00:53:52.338 INFO O| Aug 27 00:53:52.338 INFO STEP 978 (remove_files) COMPLETE
82702026-08-27T00:53:53.476Z[ recovery-image] Aug 27 00:53:52.338 INFO O| Aug 27 00:53:52.338 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-27T00:53:53.487Z[ recovery-image] Aug 27 00:53:52.348 INFO O| Aug 27 00:53:52.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82722026-08-27T00:53:53.487Z[ recovery-image] Aug 27 00:53:52.348 INFO O| Aug 27 00:53:52.348 INFO STEP 979 (remove_files) COMPLETE
82732026-08-27T00:53:53.487Z[ recovery-image] Aug 27 00:53:52.348 INFO O| Aug 27 00:53:52.348 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-27T00:53:53.496Z[ recovery-image] Aug 27 00:53:52.358 INFO O| Aug 27 00:53:52.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82752026-08-27T00:53:53.496Z[ recovery-image] Aug 27 00:53:52.358 INFO O| Aug 27 00:53:52.358 INFO STEP 980 (remove_files) COMPLETE
82762026-08-27T00:53:53.499Z[ recovery-image] Aug 27 00:53:52.358 INFO O| Aug 27 00:53:52.358 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-27T00:53:53.505Z[ recovery-image] Aug 27 00:53:52.367 INFO O| Aug 27 00:53:52.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82782026-08-27T00:53:53.505Z[ recovery-image] Aug 27 00:53:52.367 INFO O| Aug 27 00:53:52.367 INFO STEP 981 (remove_files) COMPLETE
82792026-08-27T00:53:53.509Z[ recovery-image] Aug 27 00:53:52.367 INFO O| Aug 27 00:53:52.367 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-27T00:53:53.515Z[ recovery-image] Aug 27 00:53:52.377 INFO O| Aug 27 00:53:52.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82812026-08-27T00:53:53.515Z[ recovery-image] Aug 27 00:53:52.377 INFO O| Aug 27 00:53:52.377 INFO STEP 982 (remove_files) COMPLETE
82822026-08-27T00:53:53.519Z[ recovery-image] Aug 27 00:53:52.377 INFO O| Aug 27 00:53:52.377 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-27T00:53:53.527Z[ recovery-image] Aug 27 00:53:52.387 INFO O| Aug 27 00:53:52.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82842026-08-27T00:53:53.527Z[ recovery-image] Aug 27 00:53:52.388 INFO O| Aug 27 00:53:52.388 INFO STEP 983 (remove_files) COMPLETE
82852026-08-27T00:53:53.530Z[ recovery-image] Aug 27 00:53:52.388 INFO O| Aug 27 00:53:52.388 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-27T00:53:53.535Z[ recovery-image] Aug 27 00:53:52.397 INFO O| Aug 27 00:53:52.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82872026-08-27T00:53:53.535Z[ recovery-image] Aug 27 00:53:52.397 INFO O| Aug 27 00:53:52.397 INFO STEP 984 (remove_files) COMPLETE
82882026-08-27T00:53:53.535Z[ recovery-image] Aug 27 00:53:52.397 INFO O| Aug 27 00:53:52.397 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-27T00:53:53.544Z[ recovery-image] Aug 27 00:53:52.406 INFO O| Aug 27 00:53:52.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82902026-08-27T00:53:53.544Z[ recovery-image] Aug 27 00:53:52.406 INFO O| Aug 27 00:53:52.406 INFO STEP 985 (remove_files) COMPLETE
82912026-08-27T00:53:53.544Z[ recovery-image] Aug 27 00:53:52.406 INFO O| Aug 27 00:53:52.406 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-27T00:53:53.554Z[ recovery-image] Aug 27 00:53:52.416 INFO O| Aug 27 00:53:52.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82932026-08-27T00:53:53.554Z[ recovery-image] Aug 27 00:53:52.416 INFO O| Aug 27 00:53:52.416 INFO STEP 986 (remove_files) COMPLETE
82942026-08-27T00:53:53.554Z[ recovery-image] Aug 27 00:53:52.416 INFO O| Aug 27 00:53:52.416 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-27T00:53:53.564Z[ recovery-image] Aug 27 00:53:52.426 INFO O| Aug 27 00:53:52.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82962026-08-27T00:53:53.567Z[ recovery-image] Aug 27 00:53:52.426 INFO O| Aug 27 00:53:52.426 INFO STEP 987 (remove_files) COMPLETE
82972026-08-27T00:53:53.567Z[ recovery-image] Aug 27 00:53:52.427 INFO O| Aug 27 00:53:52.426 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-27T00:53:53.574Z[ recovery-image] Aug 27 00:53:52.436 INFO O| Aug 27 00:53:52.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82992026-08-27T00:53:53.574Z[ recovery-image] Aug 27 00:53:52.436 INFO O| Aug 27 00:53:52.436 INFO STEP 988 (remove_files) COMPLETE
83002026-08-27T00:53:53.577Z[ recovery-image] Aug 27 00:53:52.436 INFO O| Aug 27 00:53:52.436 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-27T00:53:53.585Z[ recovery-image] Aug 27 00:53:52.447 INFO O| Aug 27 00:53:52.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83022026-08-27T00:53:53.585Z[ recovery-image] Aug 27 00:53:52.447 INFO O| Aug 27 00:53:52.447 INFO STEP 989 (remove_files) COMPLETE
83032026-08-27T00:53:53.588Z[ recovery-image] Aug 27 00:53:52.447 INFO O| Aug 27 00:53:52.447 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-27T00:53:53.595Z[ recovery-image] Aug 27 00:53:52.457 INFO O| Aug 27 00:53:52.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83052026-08-27T00:53:53.595Z[ recovery-image] Aug 27 00:53:52.457 INFO O| Aug 27 00:53:52.457 INFO STEP 990 (remove_files) COMPLETE
83062026-08-27T00:53:53.595Z[ recovery-image] Aug 27 00:53:52.457 INFO O| Aug 27 00:53:52.457 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-27T00:53:53.605Z[ recovery-image] Aug 27 00:53:52.466 INFO O| Aug 27 00:53:52.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83082026-08-27T00:53:53.605Z[ recovery-image] Aug 27 00:53:52.466 INFO O| Aug 27 00:53:52.466 INFO STEP 991 (remove_files) COMPLETE
83092026-08-27T00:53:53.605Z[ recovery-image] Aug 27 00:53:52.466 INFO O| Aug 27 00:53:52.466 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-27T00:53:53.614Z[ recovery-image] Aug 27 00:53:52.476 INFO O| Aug 27 00:53:52.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83112026-08-27T00:53:53.614Z[ recovery-image] Aug 27 00:53:52.476 INFO O| Aug 27 00:53:52.476 INFO STEP 992 (remove_files) COMPLETE
83122026-08-27T00:53:53.614Z[ recovery-image] Aug 27 00:53:52.476 INFO O| Aug 27 00:53:52.476 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-27T00:53:53.624Z[ recovery-image] Aug 27 00:53:52.486 INFO O| Aug 27 00:53:52.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83142026-08-27T00:53:53.624Z[ recovery-image] Aug 27 00:53:52.486 INFO O| Aug 27 00:53:52.486 INFO STEP 993 (remove_files) COMPLETE
83152026-08-27T00:53:53.624Z[ recovery-image] Aug 27 00:53:52.486 INFO O| Aug 27 00:53:52.486 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-27T00:53:53.635Z[ recovery-image] Aug 27 00:53:52.496 INFO O| Aug 27 00:53:52.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83172026-08-27T00:53:53.635Z[ recovery-image] Aug 27 00:53:52.496 INFO O| Aug 27 00:53:52.496 INFO STEP 994 (remove_files) COMPLETE
83182026-08-27T00:53:53.635Z[ recovery-image] Aug 27 00:53:52.496 INFO O| Aug 27 00:53:52.496 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-27T00:53:53.644Z[ recovery-image] Aug 27 00:53:52.505 INFO O| Aug 27 00:53:52.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83202026-08-27T00:53:53.644Z[ recovery-image] Aug 27 00:53:52.505 INFO O| Aug 27 00:53:52.505 INFO STEP 995 (remove_files) COMPLETE
83212026-08-27T00:53:53.647Z[ recovery-image] Aug 27 00:53:52.505 INFO O| Aug 27 00:53:52.505 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-27T00:53:53.654Z[ recovery-image] Aug 27 00:53:52.516 INFO O| Aug 27 00:53:52.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83232026-08-27T00:53:53.654Z[ recovery-image] Aug 27 00:53:52.516 INFO O| Aug 27 00:53:52.516 INFO STEP 996 (remove_files) COMPLETE
83242026-08-27T00:53:53.654Z[ recovery-image] Aug 27 00:53:52.516 INFO O| Aug 27 00:53:52.516 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-27T00:53:53.666Z[ recovery-image] Aug 27 00:53:52.527 INFO O| Aug 27 00:53:52.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83262026-08-27T00:53:53.666Z[ recovery-image] Aug 27 00:53:52.527 INFO O| Aug 27 00:53:52.527 INFO STEP 997 (remove_files) COMPLETE
83272026-08-27T00:53:53.669Z[ recovery-image] Aug 27 00:53:52.527 INFO O| Aug 27 00:53:52.527 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-27T00:53:53.676Z[ recovery-image] Aug 27 00:53:52.538 INFO O| Aug 27 00:53:52.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83292026-08-27T00:53:53.676Z[ recovery-image] Aug 27 00:53:52.538 INFO O| Aug 27 00:53:52.538 INFO STEP 998 (remove_files) COMPLETE
83302026-08-27T00:53:53.679Z[ recovery-image] Aug 27 00:53:52.538 INFO O| Aug 27 00:53:52.538 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-27T00:53:53.687Z[ recovery-image] Aug 27 00:53:52.549 INFO O| Aug 27 00:53:52.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83322026-08-27T00:53:53.687Z[ recovery-image] Aug 27 00:53:52.549 INFO O| Aug 27 00:53:52.549 INFO STEP 999 (remove_files) COMPLETE
83332026-08-27T00:53:53.687Z[ recovery-image] Aug 27 00:53:52.549 INFO O| Aug 27 00:53:52.549 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-27T00:53:53.698Z[ recovery-image] Aug 27 00:53:52.559 INFO O| Aug 27 00:53:52.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83352026-08-27T00:53:53.701Z[ recovery-image] Aug 27 00:53:52.559 INFO O| Aug 27 00:53:52.559 INFO STEP 1000 (remove_files) COMPLETE
83362026-08-27T00:53:53.701Z[ recovery-image] Aug 27 00:53:52.559 INFO O| Aug 27 00:53:52.559 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-27T00:53:53.707Z[ recovery-image] Aug 27 00:53:52.569 INFO O| Aug 27 00:53:52.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83382026-08-27T00:53:53.707Z[ recovery-image] Aug 27 00:53:52.569 INFO O| Aug 27 00:53:52.569 INFO STEP 1001 (remove_files) COMPLETE
83392026-08-27T00:53:53.708Z[ recovery-image] Aug 27 00:53:52.569 INFO O| Aug 27 00:53:52.569 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-27T00:53:53.711Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
83412026-08-27T00:53:53.716Z[ recovery-image] Aug 27 00:53:52.578 INFO O| Aug 27 00:53:52.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83422026-08-27T00:53:53.716Z[ recovery-image] Aug 27 00:53:52.578 INFO O| Aug 27 00:53:52.578 INFO STEP 1002 (remove_files) COMPLETE
83432026-08-27T00:53:53.719Z[ recovery-image] Aug 27 00:53:52.578 INFO O| Aug 27 00:53:52.578 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-27T00:53:53.728Z[ recovery-image] Aug 27 00:53:52.589 INFO O| Aug 27 00:53:52.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83452026-08-27T00:53:53.731Z[ recovery-image] Aug 27 00:53:52.590 INFO O| Aug 27 00:53:52.590 INFO STEP 1003 (remove_files) COMPLETE
83462026-08-27T00:53:53.731Z[ recovery-image] Aug 27 00:53:52.590 INFO O| Aug 27 00:53:52.590 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-27T00:53:53.740Z[ recovery-image] Aug 27 00:53:52.601 INFO O| Aug 27 00:53:52.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83482026-08-27T00:53:53.740Z[ recovery-image] Aug 27 00:53:52.602 INFO O| Aug 27 00:53:52.602 INFO STEP 1004 (remove_files) COMPLETE
83492026-08-27T00:53:53.740Z[ recovery-image] Aug 27 00:53:52.602 INFO O| Aug 27 00:53:52.602 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-27T00:53:53.750Z[ recovery-image] Aug 27 00:53:52.612 INFO O| Aug 27 00:53:52.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83512026-08-27T00:53:53.750Z[ recovery-image] Aug 27 00:53:52.612 INFO O| Aug 27 00:53:52.612 INFO STEP 1005 (remove_files) COMPLETE
83522026-08-27T00:53:53.753Z[ recovery-image] Aug 27 00:53:52.612 INFO O| Aug 27 00:53:52.612 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-27T00:53:53.760Z[ recovery-image] Aug 27 00:53:52.621 INFO O| Aug 27 00:53:52.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83542026-08-27T00:53:53.760Z[ recovery-image] Aug 27 00:53:52.621 INFO O| Aug 27 00:53:52.621 INFO STEP 1006 (remove_files) COMPLETE
83552026-08-27T00:53:53.760Z[ recovery-image] Aug 27 00:53:52.621 INFO O| Aug 27 00:53:52.621 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-27T00:53:53.769Z[ recovery-image] Aug 27 00:53:52.631 INFO O| Aug 27 00:53:52.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83572026-08-27T00:53:53.769Z[ recovery-image] Aug 27 00:53:52.631 INFO O| Aug 27 00:53:52.631 INFO STEP 1007 (remove_files) COMPLETE
83582026-08-27T00:53:53.769Z[ recovery-image] Aug 27 00:53:52.631 INFO O| Aug 27 00:53:52.631 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-27T00:53:53.779Z[ recovery-image] Aug 27 00:53:52.640 INFO O| Aug 27 00:53:52.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83602026-08-27T00:53:53.779Z[ recovery-image] Aug 27 00:53:52.640 INFO O| Aug 27 00:53:52.640 INFO STEP 1008 (remove_files) COMPLETE
83612026-08-27T00:53:53.782Z[ recovery-image] Aug 27 00:53:52.640 INFO O| Aug 27 00:53:52.640 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-27T00:53:53.788Z[ recovery-image] Aug 27 00:53:52.649 INFO O| Aug 27 00:53:52.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83632026-08-27T00:53:53.788Z[ recovery-image] Aug 27 00:53:52.649 INFO O| Aug 27 00:53:52.649 INFO STEP 1009 (remove_files) COMPLETE
83642026-08-27T00:53:53.788Z[ recovery-image] Aug 27 00:53:52.649 INFO O| Aug 27 00:53:52.649 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-27T00:53:53.797Z[ recovery-image] Aug 27 00:53:52.659 INFO O| Aug 27 00:53:52.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83662026-08-27T00:53:53.797Z[ recovery-image] Aug 27 00:53:52.659 INFO O| Aug 27 00:53:52.659 INFO STEP 1010 (remove_files) COMPLETE
83672026-08-27T00:53:53.801Z[ recovery-image] Aug 27 00:53:52.659 INFO O| Aug 27 00:53:52.659 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-27T00:53:53.807Z[ recovery-image] Aug 27 00:53:52.669 INFO O| Aug 27 00:53:52.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83692026-08-27T00:53:53.807Z[ recovery-image] Aug 27 00:53:52.669 INFO O| Aug 27 00:53:52.669 INFO STEP 1011 (remove_files) COMPLETE
83702026-08-27T00:53:53.807Z[ recovery-image] Aug 27 00:53:52.669 INFO O| Aug 27 00:53:52.669 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-27T00:53:53.817Z[ recovery-image] Aug 27 00:53:52.679 INFO O| Aug 27 00:53:52.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83722026-08-27T00:53:53.817Z[ recovery-image] Aug 27 00:53:52.679 INFO O| Aug 27 00:53:52.679 INFO STEP 1012 (remove_files) COMPLETE
83732026-08-27T00:53:53.817Z[ recovery-image] Aug 27 00:53:52.679 INFO O| Aug 27 00:53:52.679 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-27T00:53:53.827Z[ recovery-image] Aug 27 00:53:52.687 INFO O| Aug 27 00:53:52.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83752026-08-27T00:53:53.827Z[ recovery-image] Aug 27 00:53:52.687 INFO O| Aug 27 00:53:52.687 INFO STEP 1013 (remove_files) COMPLETE
83762026-08-27T00:53:53.833Z[ recovery-image] Aug 27 00:53:52.687 INFO O| Aug 27 00:53:52.687 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-27T00:53:53.839Z[ recovery-image] Aug 27 00:53:52.696 INFO O| Aug 27 00:53:52.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83782026-08-27T00:53:53.839Z[ recovery-image] Aug 27 00:53:52.696 INFO O| Aug 27 00:53:52.696 INFO STEP 1014 (remove_files) COMPLETE
83792026-08-27T00:53:53.839Z[ recovery-image] Aug 27 00:53:52.696 INFO O| Aug 27 00:53:52.696 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-27T00:53:53.844Z[ recovery-image] Aug 27 00:53:52.705 INFO O| Aug 27 00:53:52.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83812026-08-27T00:53:53.844Z[ recovery-image] Aug 27 00:53:52.705 INFO O| Aug 27 00:53:52.705 INFO STEP 1015 (remove_files) COMPLETE
83822026-08-27T00:53:53.848Z[ recovery-image] Aug 27 00:53:52.705 INFO O| Aug 27 00:53:52.705 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-27T00:53:53.852Z[ recovery-image] Aug 27 00:53:52.714 INFO O| Aug 27 00:53:52.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83842026-08-27T00:53:53.852Z[ recovery-image] Aug 27 00:53:52.714 INFO O| Aug 27 00:53:52.714 INFO STEP 1016 (remove_files) COMPLETE
83852026-08-27T00:53:53.852Z[ recovery-image] Aug 27 00:53:52.714 INFO O| Aug 27 00:53:52.714 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-27T00:53:53.861Z[ recovery-image] Aug 27 00:53:52.722 INFO O| Aug 27 00:53:52.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83872026-08-27T00:53:53.861Z[ recovery-image] Aug 27 00:53:52.722 INFO O| Aug 27 00:53:52.722 INFO STEP 1017 (remove_files) COMPLETE
83882026-08-27T00:53:53.861Z[ recovery-image] Aug 27 00:53:52.722 INFO O| Aug 27 00:53:52.722 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-27T00:53:53.869Z[ recovery-image] Aug 27 00:53:52.730 INFO O| Aug 27 00:53:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83902026-08-27T00:53:53.869Z[ recovery-image] Aug 27 00:53:52.731 INFO O| Aug 27 00:53:52.731 INFO STEP 1018 (remove_files) COMPLETE
83912026-08-27T00:53:53.869Z[ recovery-image] Aug 27 00:53:52.731 INFO O| Aug 27 00:53:52.731 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-27T00:53:53.882Z[ recovery-image] Aug 27 00:53:52.741 INFO O| Aug 27 00:53:52.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83932026-08-27T00:53:53.882Z[ recovery-image] Aug 27 00:53:52.741 INFO O| Aug 27 00:53:52.741 INFO STEP 1019 (remove_files) COMPLETE
83942026-08-27T00:53:53.882Z[ recovery-image] Aug 27 00:53:52.741 INFO O| Aug 27 00:53:52.741 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-27T00:53:53.892Z[ recovery-image] Aug 27 00:53:52.751 INFO O| Aug 27 00:53:52.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83962026-08-27T00:53:53.892Z[ recovery-image] Aug 27 00:53:52.751 INFO O| Aug 27 00:53:52.751 INFO STEP 1020 (remove_files) COMPLETE
83972026-08-27T00:53:53.892Z[ recovery-image] Aug 27 00:53:52.751 INFO O| Aug 27 00:53:52.751 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-27T00:53:53.900Z[ recovery-image] Aug 27 00:53:52.761 INFO O| Aug 27 00:53:52.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83992026-08-27T00:53:53.900Z[ recovery-image] Aug 27 00:53:52.761 INFO O| Aug 27 00:53:52.761 INFO STEP 1021 (remove_files) COMPLETE
84002026-08-27T00:53:53.900Z[ recovery-image] Aug 27 00:53:52.761 INFO O| Aug 27 00:53:52.761 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-27T00:53:53.909Z[ recovery-image] Aug 27 00:53:52.771 INFO O| Aug 27 00:53:52.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84022026-08-27T00:53:53.909Z[ recovery-image] Aug 27 00:53:52.771 INFO O| Aug 27 00:53:52.771 INFO STEP 1022 (remove_files) COMPLETE
84032026-08-27T00:53:53.909Z[ recovery-image] Aug 27 00:53:52.771 INFO O| Aug 27 00:53:52.771 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-27T00:53:53.918Z[ recovery-image] Aug 27 00:53:52.780 INFO O| Aug 27 00:53:52.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84052026-08-27T00:53:53.918Z[ recovery-image] Aug 27 00:53:52.780 INFO O| Aug 27 00:53:52.780 INFO STEP 1023 (remove_files) COMPLETE
84062026-08-27T00:53:53.918Z[ recovery-image] Aug 27 00:53:52.780 INFO O| Aug 27 00:53:52.780 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-27T00:53:53.927Z[ recovery-image] Aug 27 00:53:52.789 INFO O| Aug 27 00:53:52.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84082026-08-27T00:53:53.927Z[ recovery-image] Aug 27 00:53:52.789 INFO O| Aug 27 00:53:52.789 INFO STEP 1024 (remove_files) COMPLETE
84092026-08-27T00:53:53.927Z[ recovery-image] Aug 27 00:53:52.789 INFO O| Aug 27 00:53:52.789 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-27T00:53:53.936Z[ recovery-image] Aug 27 00:53:52.798 INFO O| Aug 27 00:53:52.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84112026-08-27T00:53:53.936Z[ recovery-image] Aug 27 00:53:52.798 INFO O| Aug 27 00:53:52.798 INFO STEP 1025 (remove_files) COMPLETE
84122026-08-27T00:53:53.936Z[ recovery-image] Aug 27 00:53:52.798 INFO O| Aug 27 00:53:52.798 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-27T00:53:53.945Z[ recovery-image] Aug 27 00:53:52.807 INFO O| Aug 27 00:53:52.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84142026-08-27T00:53:53.945Z[ recovery-image] Aug 27 00:53:52.807 INFO O| Aug 27 00:53:52.807 INFO STEP 1026 (remove_files) COMPLETE
84152026-08-27T00:53:53.945Z[ recovery-image] Aug 27 00:53:52.807 INFO O| Aug 27 00:53:52.807 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-27T00:53:53.954Z[ recovery-image] Aug 27 00:53:52.816 INFO O| Aug 27 00:53:52.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84172026-08-27T00:53:53.954Z[ recovery-image] Aug 27 00:53:52.816 INFO O| Aug 27 00:53:52.816 INFO STEP 1027 (remove_files) COMPLETE
84182026-08-27T00:53:53.954Z[ recovery-image] Aug 27 00:53:52.816 INFO O| Aug 27 00:53:52.816 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-27T00:53:53.963Z[ recovery-image] Aug 27 00:53:52.825 INFO O| Aug 27 00:53:52.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84202026-08-27T00:53:53.963Z[ recovery-image] Aug 27 00:53:52.825 INFO O| Aug 27 00:53:52.825 INFO STEP 1028 (remove_files) COMPLETE
84212026-08-27T00:53:53.963Z[ recovery-image] Aug 27 00:53:52.825 INFO O| Aug 27 00:53:52.825 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-27T00:53:53.972Z[ recovery-image] Aug 27 00:53:52.834 INFO O| Aug 27 00:53:52.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84232026-08-27T00:53:53.972Z[ recovery-image] Aug 27 00:53:52.834 INFO O| Aug 27 00:53:52.834 INFO STEP 1029 (remove_files) COMPLETE
84242026-08-27T00:53:53.976Z[ recovery-image] Aug 27 00:53:52.834 INFO O| Aug 27 00:53:52.834 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-27T00:53:53.983Z[ recovery-image] Aug 27 00:53:52.844 INFO O| Aug 27 00:53:52.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84262026-08-27T00:53:53.983Z[ recovery-image] Aug 27 00:53:52.844 INFO O| Aug 27 00:53:52.844 INFO STEP 1030 (remove_files) COMPLETE
84272026-08-27T00:53:53.983Z[ recovery-image] Aug 27 00:53:52.844 INFO O| Aug 27 00:53:52.844 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-27T00:53:53.992Z[ recovery-image] Aug 27 00:53:52.854 INFO O| Aug 27 00:53:52.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84292026-08-27T00:53:53.993Z[ recovery-image] Aug 27 00:53:52.854 INFO O| Aug 27 00:53:52.854 INFO STEP 1031 (remove_files) COMPLETE
84302026-08-27T00:53:53.993Z[ recovery-image] Aug 27 00:53:52.854 INFO O| Aug 27 00:53:52.854 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-27T00:53:54.003Z[ recovery-image] Aug 27 00:53:52.864 INFO O| Aug 27 00:53:52.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84322026-08-27T00:53:54.003Z[ recovery-image] Aug 27 00:53:52.864 INFO O| Aug 27 00:53:52.864 INFO STEP 1032 (remove_files) COMPLETE
84332026-08-27T00:53:54.006Z[ recovery-image] Aug 27 00:53:52.864 INFO O| Aug 27 00:53:52.864 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-27T00:53:54.013Z[ recovery-image] Aug 27 00:53:52.875 INFO O| Aug 27 00:53:52.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84352026-08-27T00:53:54.013Z[ recovery-image] Aug 27 00:53:52.875 INFO O| Aug 27 00:53:52.875 INFO STEP 1033 (remove_files) COMPLETE
84362026-08-27T00:53:54.016Z[ recovery-image] Aug 27 00:53:52.875 INFO O| Aug 27 00:53:52.875 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-27T00:53:54.023Z[ recovery-image] Aug 27 00:53:52.884 INFO O| Aug 27 00:53:52.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84382026-08-27T00:53:54.023Z[ recovery-image] Aug 27 00:53:52.884 INFO O| Aug 27 00:53:52.884 INFO STEP 1034 (remove_files) COMPLETE
84392026-08-27T00:53:54.023Z[ recovery-image] Aug 27 00:53:52.884 INFO O| Aug 27 00:53:52.884 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-27T00:53:54.034Z[ recovery-image] Aug 27 00:53:52.895 INFO O| Aug 27 00:53:52.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84412026-08-27T00:53:54.034Z[ recovery-image] Aug 27 00:53:52.895 INFO O| Aug 27 00:53:52.895 INFO STEP 1035 (remove_files) COMPLETE
84422026-08-27T00:53:54.034Z[ recovery-image] Aug 27 00:53:52.895 INFO O| Aug 27 00:53:52.895 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-27T00:53:54.044Z[ recovery-image] Aug 27 00:53:52.905 INFO O| Aug 27 00:53:52.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84442026-08-27T00:53:54.044Z[ recovery-image] Aug 27 00:53:52.905 INFO O| Aug 27 00:53:52.905 INFO STEP 1036 (remove_files) COMPLETE
84452026-08-27T00:53:54.044Z[ recovery-image] Aug 27 00:53:52.905 INFO O| Aug 27 00:53:52.905 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-27T00:53:54.053Z[ recovery-image] Aug 27 00:53:52.915 INFO O| Aug 27 00:53:52.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84472026-08-27T00:53:54.053Z[ recovery-image] Aug 27 00:53:52.915 INFO O| Aug 27 00:53:52.915 INFO STEP 1037 (remove_files) COMPLETE
84482026-08-27T00:53:54.054Z[ recovery-image] Aug 27 00:53:52.915 INFO O| Aug 27 00:53:52.915 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-27T00:53:54.064Z[ recovery-image] Aug 27 00:53:52.925 INFO O| Aug 27 00:53:52.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84502026-08-27T00:53:54.064Z[ recovery-image] Aug 27 00:53:52.925 INFO O| Aug 27 00:53:52.925 INFO STEP 1038 (remove_files) COMPLETE
84512026-08-27T00:53:54.067Z[ recovery-image] Aug 27 00:53:52.925 INFO O| Aug 27 00:53:52.925 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-27T00:53:54.074Z[ recovery-image] Aug 27 00:53:52.936 INFO O| Aug 27 00:53:52.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84532026-08-27T00:53:54.074Z[ recovery-image] Aug 27 00:53:52.936 INFO O| Aug 27 00:53:52.936 INFO STEP 1039 (remove_files) COMPLETE
84542026-08-27T00:53:54.074Z[ recovery-image] Aug 27 00:53:52.936 INFO O| Aug 27 00:53:52.936 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-27T00:53:54.084Z[ recovery-image] Aug 27 00:53:52.945 INFO O| Aug 27 00:53:52.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84562026-08-27T00:53:54.084Z[ recovery-image] Aug 27 00:53:52.945 INFO O| Aug 27 00:53:52.945 INFO STEP 1040 (remove_files) COMPLETE
84572026-08-27T00:53:54.084Z[ recovery-image] Aug 27 00:53:52.945 INFO O| Aug 27 00:53:52.945 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-27T00:53:54.092Z[ recovery-image] Aug 27 00:53:52.954 INFO O| Aug 27 00:53:52.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84592026-08-27T00:53:54.093Z[ recovery-image] Aug 27 00:53:52.954 INFO O| Aug 27 00:53:52.954 INFO STEP 1041 (remove_files) COMPLETE
84602026-08-27T00:53:54.093Z[ recovery-image] Aug 27 00:53:52.954 INFO O| Aug 27 00:53:52.954 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-27T00:53:54.104Z[ recovery-image] Aug 27 00:53:52.965 INFO O| Aug 27 00:53:52.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84622026-08-27T00:53:54.104Z[ recovery-image] Aug 27 00:53:52.965 INFO O| Aug 27 00:53:52.965 INFO STEP 1042 (remove_files) COMPLETE
84632026-08-27T00:53:54.104Z[ recovery-image] Aug 27 00:53:52.965 INFO O| Aug 27 00:53:52.965 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-27T00:53:54.114Z[ recovery-image] Aug 27 00:53:52.976 INFO O| Aug 27 00:53:52.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84652026-08-27T00:53:54.114Z[ recovery-image] Aug 27 00:53:52.976 INFO O| Aug 27 00:53:52.976 INFO STEP 1043 (remove_files) COMPLETE
84662026-08-27T00:53:54.114Z[ recovery-image] Aug 27 00:53:52.976 INFO O| Aug 27 00:53:52.976 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-27T00:53:54.124Z[ recovery-image] Aug 27 00:53:52.985 INFO O| Aug 27 00:53:52.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84682026-08-27T00:53:54.124Z[ recovery-image] Aug 27 00:53:52.986 INFO O| Aug 27 00:53:52.985 INFO STEP 1044 (remove_files) COMPLETE
84692026-08-27T00:53:54.124Z[ recovery-image] Aug 27 00:53:52.986 INFO O| Aug 27 00:53:52.986 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-27T00:53:54.132Z[ recovery-image] Aug 27 00:53:52.994 INFO O| Aug 27 00:53:52.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84712026-08-27T00:53:54.132Z[ recovery-image] Aug 27 00:53:52.994 INFO O| Aug 27 00:53:52.994 INFO STEP 1045 (remove_files) COMPLETE
84722026-08-27T00:53:54.132Z[ recovery-image] Aug 27 00:53:52.994 INFO O| Aug 27 00:53:52.994 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-27T00:53:54.141Z[ recovery-image] Aug 27 00:53:53.002 INFO O| Aug 27 00:53:53.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84742026-08-27T00:53:54.141Z[ recovery-image] Aug 27 00:53:53.002 INFO O| Aug 27 00:53:53.002 INFO STEP 1046 (remove_files) COMPLETE
84752026-08-27T00:53:54.141Z[ recovery-image] Aug 27 00:53:53.002 INFO O| Aug 27 00:53:53.002 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-27T00:53:54.150Z[ recovery-image] Aug 27 00:53:53.011 INFO O| Aug 27 00:53:53.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84772026-08-27T00:53:54.153Z[ recovery-image] Aug 27 00:53:53.012 INFO O| Aug 27 00:53:53.012 INFO STEP 1047 (remove_files) COMPLETE
84782026-08-27T00:53:54.153Z[ recovery-image] Aug 27 00:53:53.012 INFO O| Aug 27 00:53:53.012 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-27T00:53:54.160Z[ recovery-image] Aug 27 00:53:53.022 INFO O| Aug 27 00:53:53.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84802026-08-27T00:53:54.160Z[ recovery-image] Aug 27 00:53:53.022 INFO O| Aug 27 00:53:53.022 INFO STEP 1048 (remove_files) COMPLETE
84812026-08-27T00:53:54.160Z[ recovery-image] Aug 27 00:53:53.022 INFO O| Aug 27 00:53:53.022 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-27T00:53:54.164Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
84832026-08-27T00:53:54.171Z[ recovery-image] Aug 27 00:53:53.033 INFO O| Aug 27 00:53:53.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84842026-08-27T00:53:54.171Z[ recovery-image] Aug 27 00:53:53.033 INFO O| Aug 27 00:53:53.033 INFO STEP 1049 (remove_files) COMPLETE
84852026-08-27T00:53:54.171Z[ recovery-image] Aug 27 00:53:53.033 INFO O| Aug 27 00:53:53.033 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-27T00:53:54.181Z[ recovery-image] Aug 27 00:53:53.043 INFO O| Aug 27 00:53:53.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84872026-08-27T00:53:54.181Z[ recovery-image] Aug 27 00:53:53.043 INFO O| Aug 27 00:53:53.043 INFO STEP 1050 (remove_files) COMPLETE
84882026-08-27T00:53:54.184Z[ recovery-image] Aug 27 00:53:53.043 INFO O| Aug 27 00:53:53.043 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-27T00:53:54.192Z[ recovery-image] Aug 27 00:53:53.053 INFO O| Aug 27 00:53:53.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84902026-08-27T00:53:54.192Z[ recovery-image] Aug 27 00:53:53.053 INFO O| Aug 27 00:53:53.053 INFO STEP 1051 (remove_files) COMPLETE
84912026-08-27T00:53:54.195Z[ recovery-image] Aug 27 00:53:53.053 INFO O| Aug 27 00:53:53.053 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-27T00:53:54.202Z[ recovery-image] Aug 27 00:53:53.064 INFO O| Aug 27 00:53:53.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84932026-08-27T00:53:54.202Z[ recovery-image] Aug 27 00:53:53.064 INFO O| Aug 27 00:53:53.064 INFO STEP 1052 (remove_files) COMPLETE
84942026-08-27T00:53:54.203Z[ recovery-image] Aug 27 00:53:53.064 INFO O| Aug 27 00:53:53.064 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-27T00:53:54.216Z[ recovery-image] Aug 27 00:53:53.076 INFO O| Aug 27 00:53:53.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84962026-08-27T00:53:54.216Z[ recovery-image] Aug 27 00:53:53.076 INFO O| Aug 27 00:53:53.076 INFO STEP 1053 (remove_files) COMPLETE
84972026-08-27T00:53:54.216Z[ recovery-image] Aug 27 00:53:53.076 INFO O| Aug 27 00:53:53.076 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-27T00:53:54.225Z[ recovery-image] Aug 27 00:53:53.086 INFO O| Aug 27 00:53:53.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84992026-08-27T00:53:54.225Z[ recovery-image] Aug 27 00:53:53.086 INFO O| Aug 27 00:53:53.086 INFO STEP 1054 (remove_files) COMPLETE
85002026-08-27T00:53:54.225Z[ recovery-image] Aug 27 00:53:53.086 INFO O| Aug 27 00:53:53.086 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-27T00:53:54.234Z[ recovery-image] Aug 27 00:53:53.096 INFO O| Aug 27 00:53:53.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85022026-08-27T00:53:54.234Z[ recovery-image] Aug 27 00:53:53.096 INFO O| Aug 27 00:53:53.096 INFO STEP 1055 (remove_files) COMPLETE
85032026-08-27T00:53:54.234Z[ recovery-image] Aug 27 00:53:53.096 INFO O| Aug 27 00:53:53.096 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-27T00:53:54.244Z[ recovery-image] Aug 27 00:53:53.105 INFO O| Aug 27 00:53:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85052026-08-27T00:53:54.244Z[ recovery-image] Aug 27 00:53:53.105 INFO O| Aug 27 00:53:53.105 INFO STEP 1056 (remove_files) COMPLETE
85062026-08-27T00:53:54.244Z[ recovery-image] Aug 27 00:53:53.105 INFO O| Aug 27 00:53:53.105 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-27T00:53:54.253Z[ recovery-image] Aug 27 00:53:53.114 INFO O| Aug 27 00:53:53.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85082026-08-27T00:53:54.253Z[ recovery-image] Aug 27 00:53:53.114 INFO O| Aug 27 00:53:53.114 INFO STEP 1057 (remove_files) COMPLETE
85092026-08-27T00:53:54.253Z[ recovery-image] Aug 27 00:53:53.114 INFO O| Aug 27 00:53:53.114 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-27T00:53:54.262Z[ recovery-image] Aug 27 00:53:53.124 INFO O| Aug 27 00:53:53.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85112026-08-27T00:53:54.262Z[ recovery-image] Aug 27 00:53:53.124 INFO O| Aug 27 00:53:53.124 INFO STEP 1058 (remove_files) COMPLETE
85122026-08-27T00:53:54.262Z[ recovery-image] Aug 27 00:53:53.124 INFO O| Aug 27 00:53:53.124 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-27T00:53:54.272Z[ recovery-image] Aug 27 00:53:53.134 INFO O| Aug 27 00:53:53.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85142026-08-27T00:53:54.272Z[ recovery-image] Aug 27 00:53:53.134 INFO O| Aug 27 00:53:53.134 INFO STEP 1059 (remove_files) COMPLETE
85152026-08-27T00:53:54.276Z[ recovery-image] Aug 27 00:53:53.134 INFO O| Aug 27 00:53:53.134 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-27T00:53:54.282Z[ recovery-image] Aug 27 00:53:53.144 INFO O| Aug 27 00:53:53.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85172026-08-27T00:53:54.282Z[ recovery-image] Aug 27 00:53:53.144 INFO O| Aug 27 00:53:53.144 INFO STEP 1060 (remove_files) COMPLETE
85182026-08-27T00:53:54.286Z[ recovery-image] Aug 27 00:53:53.144 INFO O| Aug 27 00:53:53.144 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-27T00:53:54.294Z[ recovery-image] Aug 27 00:53:53.156 INFO O| Aug 27 00:53:53.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85202026-08-27T00:53:54.294Z[ recovery-image] Aug 27 00:53:53.156 INFO O| Aug 27 00:53:53.156 INFO STEP 1061 (remove_files) COMPLETE
85212026-08-27T00:53:54.294Z[ recovery-image] Aug 27 00:53:53.156 INFO O| Aug 27 00:53:53.156 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-27T00:53:54.305Z[ recovery-image] Aug 27 00:53:53.167 INFO O| Aug 27 00:53:53.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85232026-08-27T00:53:54.309Z[ recovery-image] Aug 27 00:53:53.168 INFO O| Aug 27 00:53:53.168 INFO STEP 1062 (remove_files) COMPLETE
85242026-08-27T00:53:54.309Z[ recovery-image] Aug 27 00:53:53.168 INFO O| Aug 27 00:53:53.168 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-27T00:53:54.317Z[ recovery-image] Aug 27 00:53:53.179 INFO O| Aug 27 00:53:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85262026-08-27T00:53:54.317Z[ recovery-image] Aug 27 00:53:53.179 INFO O| Aug 27 00:53:53.179 INFO STEP 1063 (remove_files) COMPLETE
85272026-08-27T00:53:54.317Z[ recovery-image] Aug 27 00:53:53.179 INFO O| Aug 27 00:53:53.179 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-27T00:53:54.328Z[ recovery-image] Aug 27 00:53:53.189 INFO O| Aug 27 00:53:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85292026-08-27T00:53:54.328Z[ recovery-image] Aug 27 00:53:53.190 INFO O| Aug 27 00:53:53.190 INFO STEP 1064 (remove_files) COMPLETE
85302026-08-27T00:53:54.328Z[ recovery-image] Aug 27 00:53:53.190 INFO O| Aug 27 00:53:53.190 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-27T00:53:54.338Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
85322026-08-27T00:53:54.341Z[ recovery-image] Aug 27 00:53:53.200 INFO O| Aug 27 00:53:53.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85332026-08-27T00:53:54.341Z[ recovery-image] Aug 27 00:53:53.200 INFO O| Aug 27 00:53:53.200 INFO STEP 1065 (remove_files) COMPLETE
85342026-08-27T00:53:54.342Z[ recovery-image] Aug 27 00:53:53.200 INFO O| Aug 27 00:53:53.200 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-27T00:53:54.349Z[ recovery-image] Aug 27 00:53:53.211 INFO O| Aug 27 00:53:53.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85362026-08-27T00:53:54.349Z[ recovery-image] Aug 27 00:53:53.211 INFO O| Aug 27 00:53:53.211 INFO STEP 1066 (remove_files) COMPLETE
85372026-08-27T00:53:54.349Z[ recovery-image] Aug 27 00:53:53.211 INFO O| Aug 27 00:53:53.211 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-27T00:53:54.360Z[ recovery-image] Aug 27 00:53:53.221 INFO O| Aug 27 00:53:53.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85392026-08-27T00:53:54.360Z[ recovery-image] Aug 27 00:53:53.221 INFO O| Aug 27 00:53:53.221 INFO STEP 1067 (remove_files) COMPLETE
85402026-08-27T00:53:54.360Z[ recovery-image] Aug 27 00:53:53.221 INFO O| Aug 27 00:53:53.221 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-27T00:53:54.369Z[ recovery-image] Aug 27 00:53:53.231 INFO O| Aug 27 00:53:53.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85422026-08-27T00:53:54.369Z[ recovery-image] Aug 27 00:53:53.231 INFO O| Aug 27 00:53:53.231 INFO STEP 1068 (remove_files) COMPLETE
85432026-08-27T00:53:54.369Z[ recovery-image] Aug 27 00:53:53.231 INFO O| Aug 27 00:53:53.231 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-27T00:53:54.379Z[ recovery-image] Aug 27 00:53:53.240 INFO O| Aug 27 00:53:53.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85452026-08-27T00:53:54.379Z[ recovery-image] Aug 27 00:53:53.240 INFO O| Aug 27 00:53:53.240 INFO STEP 1069 (remove_files) COMPLETE
85462026-08-27T00:53:54.383Z[ recovery-image] Aug 27 00:53:53.240 INFO O| Aug 27 00:53:53.240 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-27T00:53:54.387Z[ recovery-image] Aug 27 00:53:53.249 INFO O| Aug 27 00:53:53.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85482026-08-27T00:53:54.387Z[ recovery-image] Aug 27 00:53:53.249 INFO O| Aug 27 00:53:53.249 INFO STEP 1070 (remove_files) COMPLETE
85492026-08-27T00:53:54.387Z[ recovery-image] Aug 27 00:53:53.249 INFO O| Aug 27 00:53:53.249 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-27T00:53:54.398Z[ recovery-image] Aug 27 00:53:53.259 INFO O| Aug 27 00:53:53.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85512026-08-27T00:53:54.398Z[ recovery-image] Aug 27 00:53:53.259 INFO O| Aug 27 00:53:53.259 INFO STEP 1071 (remove_files) COMPLETE
85522026-08-27T00:53:54.401Z[ recovery-image] Aug 27 00:53:53.259 INFO O| Aug 27 00:53:53.259 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-27T00:53:54.409Z[ recovery-image] Aug 27 00:53:53.269 INFO O| Aug 27 00:53:53.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85542026-08-27T00:53:54.409Z[ recovery-image] Aug 27 00:53:53.270 INFO O| Aug 27 00:53:53.270 INFO STEP 1072 (remove_files) COMPLETE
85552026-08-27T00:53:54.412Z[ recovery-image] Aug 27 00:53:53.270 INFO O| Aug 27 00:53:53.270 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-27T00:53:54.419Z[ recovery-image] Aug 27 00:53:53.279 INFO O| Aug 27 00:53:53.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85572026-08-27T00:53:54.419Z[ recovery-image] Aug 27 00:53:53.279 INFO O| Aug 27 00:53:53.279 INFO STEP 1073 (remove_files) COMPLETE
85582026-08-27T00:53:54.419Z[ recovery-image] Aug 27 00:53:53.279 INFO O| Aug 27 00:53:53.279 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-27T00:53:54.427Z[ recovery-image] Aug 27 00:53:53.289 INFO O| Aug 27 00:53:53.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85602026-08-27T00:53:54.427Z[ recovery-image] Aug 27 00:53:53.289 INFO O| Aug 27 00:53:53.289 INFO STEP 1074 (remove_files) COMPLETE
85612026-08-27T00:53:54.427Z[ recovery-image] Aug 27 00:53:53.289 INFO O| Aug 27 00:53:53.289 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-27T00:53:54.439Z[ recovery-image] Aug 27 00:53:53.298 INFO O| Aug 27 00:53:53.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85632026-08-27T00:53:54.439Z[ recovery-image] Aug 27 00:53:53.299 INFO O| Aug 27 00:53:53.299 INFO STEP 1075 (remove_files) COMPLETE
85642026-08-27T00:53:54.439Z[ recovery-image] Aug 27 00:53:53.299 INFO O| Aug 27 00:53:53.299 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-27T00:53:54.446Z[ recovery-image] Aug 27 00:53:53.308 INFO O| Aug 27 00:53:53.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85662026-08-27T00:53:54.446Z[ recovery-image] Aug 27 00:53:53.308 INFO O| Aug 27 00:53:53.308 INFO STEP 1076 (remove_files) COMPLETE
85672026-08-27T00:53:54.446Z[ recovery-image] Aug 27 00:53:53.308 INFO O| Aug 27 00:53:53.308 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-27T00:53:54.455Z[ recovery-image] Aug 27 00:53:53.317 INFO O| Aug 27 00:53:53.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85692026-08-27T00:53:54.455Z[ recovery-image] Aug 27 00:53:53.317 INFO O| Aug 27 00:53:53.317 INFO STEP 1077 (remove_files) COMPLETE
85702026-08-27T00:53:54.455Z[ recovery-image] Aug 27 00:53:53.317 INFO O| Aug 27 00:53:53.317 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-27T00:53:54.465Z[ recovery-image] Aug 27 00:53:53.325 INFO O| Aug 27 00:53:53.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85722026-08-27T00:53:54.465Z[ recovery-image] Aug 27 00:53:53.325 INFO O| Aug 27 00:53:53.325 INFO STEP 1078 (remove_files) COMPLETE
85732026-08-27T00:53:54.465Z[ recovery-image] Aug 27 00:53:53.325 INFO O| Aug 27 00:53:53.325 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-27T00:53:54.468Z[verify-libraries] Compiling git2 v0.20.4
85752026-08-27T00:53:54.474Z[ recovery-image] Aug 27 00:53:53.336 INFO O| Aug 27 00:53:53.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85762026-08-27T00:53:54.474Z[ recovery-image] Aug 27 00:53:53.336 INFO O| Aug 27 00:53:53.336 INFO STEP 1079 (remove_files) COMPLETE
85772026-08-27T00:53:54.474Z[ recovery-image] Aug 27 00:53:53.336 INFO O| Aug 27 00:53:53.336 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-27T00:53:54.483Z[ recovery-image] Aug 27 00:53:53.345 INFO O| Aug 27 00:53:53.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85792026-08-27T00:53:54.483Z[ recovery-image] Aug 27 00:53:53.345 INFO O| Aug 27 00:53:53.345 INFO STEP 1080 (remove_files) COMPLETE
85802026-08-27T00:53:54.487Z[ recovery-image] Aug 27 00:53:53.345 INFO O| Aug 27 00:53:53.345 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-27T00:53:54.493Z[ recovery-image] Aug 27 00:53:53.354 INFO O| Aug 27 00:53:53.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85822026-08-27T00:53:54.493Z[ recovery-image] Aug 27 00:53:53.355 INFO O| Aug 27 00:53:53.354 INFO STEP 1081 (remove_files) COMPLETE
85832026-08-27T00:53:54.496Z[ recovery-image] Aug 27 00:53:53.355 INFO O| Aug 27 00:53:53.355 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-27T00:53:54.503Z[ recovery-image] Aug 27 00:53:53.365 INFO O| Aug 27 00:53:53.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85852026-08-27T00:53:54.503Z[ recovery-image] Aug 27 00:53:53.365 INFO O| Aug 27 00:53:53.365 INFO STEP 1082 (remove_files) COMPLETE
85862026-08-27T00:53:54.503Z[ recovery-image] Aug 27 00:53:53.365 INFO O| Aug 27 00:53:53.365 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-27T00:53:54.513Z[ recovery-image] Aug 27 00:53:53.375 INFO O| Aug 27 00:53:53.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85882026-08-27T00:53:54.513Z[ recovery-image] Aug 27 00:53:53.375 INFO O| Aug 27 00:53:53.375 INFO STEP 1083 (remove_files) COMPLETE
85892026-08-27T00:53:54.513Z[ recovery-image] Aug 27 00:53:53.375 INFO O| Aug 27 00:53:53.375 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-27T00:53:54.523Z[ recovery-image] Aug 27 00:53:53.385 INFO O| Aug 27 00:53:53.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85912026-08-27T00:53:54.523Z[ recovery-image] Aug 27 00:53:53.385 INFO O| Aug 27 00:53:53.385 INFO STEP 1084 (remove_files) COMPLETE
85922026-08-27T00:53:54.523Z[ recovery-image] Aug 27 00:53:53.385 INFO O| Aug 27 00:53:53.385 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-27T00:53:54.533Z[ recovery-image] Aug 27 00:53:53.395 INFO O| Aug 27 00:53:53.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85942026-08-27T00:53:54.533Z[ recovery-image] Aug 27 00:53:53.395 INFO O| Aug 27 00:53:53.395 INFO STEP 1085 (remove_files) COMPLETE
85952026-08-27T00:53:54.533Z[ recovery-image] Aug 27 00:53:53.395 INFO O| Aug 27 00:53:53.395 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-27T00:53:54.543Z[ recovery-image] Aug 27 00:53:53.405 INFO O| Aug 27 00:53:53.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85972026-08-27T00:53:54.543Z[ recovery-image] Aug 27 00:53:53.405 INFO O| Aug 27 00:53:53.405 INFO STEP 1086 (remove_files) COMPLETE
85982026-08-27T00:53:54.543Z[ recovery-image] Aug 27 00:53:53.405 INFO O| Aug 27 00:53:53.405 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-27T00:53:54.554Z[ recovery-image] Aug 27 00:53:53.415 INFO O| Aug 27 00:53:53.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86002026-08-27T00:53:54.554Z[ recovery-image] Aug 27 00:53:53.415 INFO O| Aug 27 00:53:53.415 INFO STEP 1087 (remove_files) COMPLETE
86012026-08-27T00:53:54.557Z[ recovery-image] Aug 27 00:53:53.415 INFO O| Aug 27 00:53:53.415 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-27T00:53:54.564Z[ recovery-image] Aug 27 00:53:53.426 INFO O| Aug 27 00:53:53.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86032026-08-27T00:53:54.564Z[ recovery-image] Aug 27 00:53:53.426 INFO O| Aug 27 00:53:53.426 INFO STEP 1088 (remove_files) COMPLETE
86042026-08-27T00:53:54.567Z[ recovery-image] Aug 27 00:53:53.426 INFO O| Aug 27 00:53:53.426 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-27T00:53:54.577Z[ recovery-image] Aug 27 00:53:53.439 INFO O| Aug 27 00:53:53.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86062026-08-27T00:53:54.577Z[ recovery-image] Aug 27 00:53:53.439 INFO O| Aug 27 00:53:53.439 INFO STEP 1089 (remove_files) COMPLETE
86072026-08-27T00:53:54.580Z[ recovery-image] Aug 27 00:53:53.439 INFO O| Aug 27 00:53:53.439 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-27T00:53:54.589Z[ recovery-image] Aug 27 00:53:53.450 INFO O| Aug 27 00:53:53.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86092026-08-27T00:53:54.589Z[ recovery-image] Aug 27 00:53:53.451 INFO O| Aug 27 00:53:53.450 INFO STEP 1090 (remove_files) COMPLETE
86102026-08-27T00:53:54.593Z[ recovery-image] Aug 27 00:53:53.451 INFO O| Aug 27 00:53:53.450 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-27T00:53:54.599Z[ recovery-image] Aug 27 00:53:53.461 INFO O| Aug 27 00:53:53.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86122026-08-27T00:53:54.599Z[ recovery-image] Aug 27 00:53:53.461 INFO O| Aug 27 00:53:53.461 INFO STEP 1091 (remove_files) COMPLETE
86132026-08-27T00:53:54.600Z[ recovery-image] Aug 27 00:53:53.461 INFO O| Aug 27 00:53:53.461 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-27T00:53:54.610Z[ recovery-image] Aug 27 00:53:53.472 INFO O| Aug 27 00:53:53.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86152026-08-27T00:53:54.613Z[ recovery-image] Aug 27 00:53:53.472 INFO O| Aug 27 00:53:53.472 INFO STEP 1092 (remove_files) COMPLETE
86162026-08-27T00:53:54.613Z[ recovery-image] Aug 27 00:53:53.472 INFO O| Aug 27 00:53:53.472 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-27T00:53:54.621Z[ recovery-image] Aug 27 00:53:53.483 INFO O| Aug 27 00:53:53.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86182026-08-27T00:53:54.621Z[ recovery-image] Aug 27 00:53:53.483 INFO O| Aug 27 00:53:53.483 INFO STEP 1093 (remove_files) COMPLETE
86192026-08-27T00:53:54.625Z[ recovery-image] Aug 27 00:53:53.483 INFO O| Aug 27 00:53:53.483 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-27T00:53:54.632Z[ recovery-image] Aug 27 00:53:53.494 INFO O| Aug 27 00:53:53.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86212026-08-27T00:53:54.632Z[ recovery-image] Aug 27 00:53:53.494 INFO O| Aug 27 00:53:53.494 INFO STEP 1094 (remove_files) COMPLETE
86222026-08-27T00:53:54.632Z[ recovery-image] Aug 27 00:53:53.494 INFO O| Aug 27 00:53:53.494 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-27T00:53:54.642Z[ recovery-image] Aug 27 00:53:53.504 INFO O| Aug 27 00:53:53.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86242026-08-27T00:53:54.642Z[ recovery-image] Aug 27 00:53:53.504 INFO O| Aug 27 00:53:53.504 INFO STEP 1095 (remove_files) COMPLETE
86252026-08-27T00:53:54.642Z[ recovery-image] Aug 27 00:53:53.504 INFO O| Aug 27 00:53:53.504 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-27T00:53:54.655Z[ recovery-image] Aug 27 00:53:53.516 INFO O| Aug 27 00:53:53.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86272026-08-27T00:53:54.655Z[ recovery-image] Aug 27 00:53:53.516 INFO O| Aug 27 00:53:53.516 INFO STEP 1096 (remove_files) COMPLETE
86282026-08-27T00:53:54.655Z[ recovery-image] Aug 27 00:53:53.516 INFO O| Aug 27 00:53:53.516 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-27T00:53:54.666Z[ recovery-image] Aug 27 00:53:53.528 INFO O| Aug 27 00:53:53.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86302026-08-27T00:53:54.666Z[ recovery-image] Aug 27 00:53:53.528 INFO O| Aug 27 00:53:53.528 INFO STEP 1097 (remove_files) COMPLETE
86312026-08-27T00:53:54.669Z[ recovery-image] Aug 27 00:53:53.528 INFO O| Aug 27 00:53:53.528 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-27T00:53:54.679Z[ recovery-image] Aug 27 00:53:53.540 INFO O| Aug 27 00:53:53.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86332026-08-27T00:53:54.679Z[ recovery-image] Aug 27 00:53:53.540 INFO O| Aug 27 00:53:53.540 INFO STEP 1098 (remove_files) COMPLETE
86342026-08-27T00:53:54.679Z[ recovery-image] Aug 27 00:53:53.540 INFO O| Aug 27 00:53:53.540 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-27T00:53:54.689Z[ recovery-image] Aug 27 00:53:53.551 INFO O| Aug 27 00:53:53.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86362026-08-27T00:53:54.689Z[ recovery-image] Aug 27 00:53:53.551 INFO O| Aug 27 00:53:53.551 INFO STEP 1099 (remove_files) COMPLETE
86372026-08-27T00:53:54.689Z[ recovery-image] Aug 27 00:53:53.551 INFO O| Aug 27 00:53:53.551 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-08-27T00:53:54.700Z[ recovery-image] Aug 27 00:53:53.562 INFO O| Aug 27 00:53:53.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86392026-08-27T00:53:54.700Z[ recovery-image] Aug 27 00:53:53.562 INFO O| Aug 27 00:53:53.562 INFO STEP 1100 (remove_files) COMPLETE
86402026-08-27T00:53:54.700Z[ recovery-image] Aug 27 00:53:53.562 INFO O| Aug 27 00:53:53.562 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-08-27T00:53:54.711Z[ recovery-image] Aug 27 00:53:53.572 INFO O| Aug 27 00:53:53.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86422026-08-27T00:53:54.711Z[ recovery-image] Aug 27 00:53:53.572 INFO O| Aug 27 00:53:53.572 INFO STEP 1101 (remove_files) COMPLETE
86432026-08-27T00:53:54.714Z[ recovery-image] Aug 27 00:53:53.572 INFO O| Aug 27 00:53:53.572 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-08-27T00:53:54.721Z[ recovery-image] Aug 27 00:53:53.583 INFO O| Aug 27 00:53:53.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86452026-08-27T00:53:54.721Z[ recovery-image] Aug 27 00:53:53.583 INFO O| Aug 27 00:53:53.583 INFO STEP 1102 (remove_files) COMPLETE
86462026-08-27T00:53:54.724Z[ recovery-image] Aug 27 00:53:53.583 INFO O| Aug 27 00:53:53.583 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-27T00:53:54.729Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86482026-08-27T00:53:54.732Z[ recovery-image] Aug 27 00:53:53.593 INFO O| Aug 27 00:53:53.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86492026-08-27T00:53:54.732Z[ recovery-image] Aug 27 00:53:53.593 INFO O| Aug 27 00:53:53.593 INFO STEP 1103 (remove_files) COMPLETE
86502026-08-27T00:53:54.732Z[ recovery-image] Aug 27 00:53:53.593 INFO O| Aug 27 00:53:53.593 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-27T00:53:54.740Z[ recovery-image] Aug 27 00:53:53.601 INFO O| Aug 27 00:53:53.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86522026-08-27T00:53:54.740Z[ recovery-image] Aug 27 00:53:53.601 INFO O| Aug 27 00:53:53.601 INFO STEP 1104 (remove_files) COMPLETE
86532026-08-27T00:53:54.740Z[ recovery-image] Aug 27 00:53:53.601 INFO O| Aug 27 00:53:53.601 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-27T00:53:54.748Z[ recovery-image] Aug 27 00:53:53.610 INFO O| Aug 27 00:53:53.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86552026-08-27T00:53:54.749Z[ recovery-image] Aug 27 00:53:53.610 INFO O| Aug 27 00:53:53.610 INFO STEP 1105 (remove_files) COMPLETE
86562026-08-27T00:53:54.749Z[ recovery-image] Aug 27 00:53:53.610 INFO O| Aug 27 00:53:53.610 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-27T00:53:54.758Z[ recovery-image] Aug 27 00:53:53.620 INFO O| Aug 27 00:53:53.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86582026-08-27T00:53:54.758Z[ recovery-image] Aug 27 00:53:53.620 INFO O| Aug 27 00:53:53.620 INFO STEP 1106 (remove_files) COMPLETE
86592026-08-27T00:53:54.758Z[ recovery-image] Aug 27 00:53:53.620 INFO O| Aug 27 00:53:53.620 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-27T00:53:54.768Z[ recovery-image] Aug 27 00:53:53.629 INFO O| Aug 27 00:53:53.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86612026-08-27T00:53:54.768Z[ recovery-image] Aug 27 00:53:53.629 INFO O| Aug 27 00:53:53.629 INFO STEP 1107 (remove_files) COMPLETE
86622026-08-27T00:53:54.768Z[ recovery-image] Aug 27 00:53:53.629 INFO O| Aug 27 00:53:53.629 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-27T00:53:54.777Z[ recovery-image] Aug 27 00:53:53.639 INFO O| Aug 27 00:53:53.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86642026-08-27T00:53:54.777Z[ recovery-image] Aug 27 00:53:53.639 INFO O| Aug 27 00:53:53.639 INFO STEP 1108 (remove_files) COMPLETE
86652026-08-27T00:53:54.777Z[ recovery-image] Aug 27 00:53:53.639 INFO O| Aug 27 00:53:53.639 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-27T00:53:54.787Z[ recovery-image] Aug 27 00:53:53.649 INFO O| Aug 27 00:53:53.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86672026-08-27T00:53:54.787Z[ recovery-image] Aug 27 00:53:53.649 INFO O| Aug 27 00:53:53.649 INFO STEP 1109 (remove_files) COMPLETE
86682026-08-27T00:53:54.787Z[ recovery-image] Aug 27 00:53:53.649 INFO O| Aug 27 00:53:53.649 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-27T00:53:54.797Z[ recovery-image] Aug 27 00:53:53.658 INFO O| Aug 27 00:53:53.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86702026-08-27T00:53:54.797Z[ recovery-image] Aug 27 00:53:53.658 INFO O| Aug 27 00:53:53.658 INFO STEP 1110 (remove_files) COMPLETE
86712026-08-27T00:53:54.797Z[ recovery-image] Aug 27 00:53:53.658 INFO O| Aug 27 00:53:53.658 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-27T00:53:54.806Z[ recovery-image] Aug 27 00:53:53.668 INFO O| Aug 27 00:53:53.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86732026-08-27T00:53:54.806Z[ recovery-image] Aug 27 00:53:53.668 INFO O| Aug 27 00:53:53.668 INFO STEP 1111 (remove_files) COMPLETE
86742026-08-27T00:53:54.806Z[ recovery-image] Aug 27 00:53:53.668 INFO O| Aug 27 00:53:53.668 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-27T00:53:54.816Z[ recovery-image] Aug 27 00:53:53.677 INFO O| Aug 27 00:53:53.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86762026-08-27T00:53:54.816Z[ recovery-image] Aug 27 00:53:53.677 INFO O| Aug 27 00:53:53.677 INFO STEP 1112 (remove_files) COMPLETE
86772026-08-27T00:53:54.816Z[ recovery-image] Aug 27 00:53:53.677 INFO O| Aug 27 00:53:53.677 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-27T00:53:54.828Z[ recovery-image] Aug 27 00:53:53.687 INFO O| Aug 27 00:53:53.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86792026-08-27T00:53:54.828Z[ recovery-image] Aug 27 00:53:53.687 INFO O| Aug 27 00:53:53.687 INFO STEP 1113 (remove_files) COMPLETE
86802026-08-27T00:53:54.832Z[ recovery-image] Aug 27 00:53:53.687 INFO O| Aug 27 00:53:53.687 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-27T00:53:54.835Z[ recovery-image] Aug 27 00:53:53.696 INFO O| Aug 27 00:53:53.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86822026-08-27T00:53:54.835Z[ recovery-image] Aug 27 00:53:53.696 INFO O| Aug 27 00:53:53.696 INFO STEP 1114 (remove_files) COMPLETE
86832026-08-27T00:53:54.835Z[ recovery-image] Aug 27 00:53:53.696 INFO O| Aug 27 00:53:53.696 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-08-27T00:53:54.844Z[ recovery-image] Aug 27 00:53:53.705 INFO O| Aug 27 00:53:53.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86852026-08-27T00:53:54.844Z[ recovery-image] Aug 27 00:53:53.706 INFO O| Aug 27 00:53:53.705 INFO STEP 1115 (remove_files) COMPLETE
86862026-08-27T00:53:54.844Z[ recovery-image] Aug 27 00:53:53.706 INFO O| Aug 27 00:53:53.706 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-08-27T00:53:54.854Z[ recovery-image] Aug 27 00:53:53.715 INFO O| Aug 27 00:53:53.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86882026-08-27T00:53:54.854Z[ recovery-image] Aug 27 00:53:53.715 INFO O| Aug 27 00:53:53.715 INFO STEP 1116 (remove_files) COMPLETE
86892026-08-27T00:53:54.854Z[ recovery-image] Aug 27 00:53:53.715 INFO O| Aug 27 00:53:53.715 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-08-27T00:53:54.863Z[ recovery-image] Aug 27 00:53:53.725 INFO O| Aug 27 00:53:53.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86912026-08-27T00:53:54.863Z[ recovery-image] Aug 27 00:53:53.725 INFO O| Aug 27 00:53:53.725 INFO STEP 1117 (remove_files) COMPLETE
86922026-08-27T00:53:54.863Z[ recovery-image] Aug 27 00:53:53.725 INFO O| Aug 27 00:53:53.725 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86932026-08-27T00:53:54.876Z[ recovery-image] Aug 27 00:53:53.737 INFO O| Aug 27 00:53:53.737 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86942026-08-27T00:53:54.876Z[ recovery-image] Aug 27 00:53:53.737 INFO O| Aug 27 00:53:53.737 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86952026-08-27T00:53:55.835Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86962026-08-27T00:53:55.977Z[ recovery-image] Aug 27 00:53:54.838 INFO O| Aug 27 00:53:54.838 INFO STEP 1118 (pack_tar) COMPLETE
86972026-08-27T00:53:55.977Z[ recovery-image] Aug 27 00:53:54.838 INFO O| Aug 27 00:53:54.838 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86982026-08-27T00:53:55.977Z[ recovery-image] Aug 27 00:53:54.838 INFO O| Aug 27 00:53:54.838 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86992026-08-27T00:53:56.540Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87002026-08-27T00:53:56.745Z[ recovery-image] Aug 27 00:53:55.606 INFO O| Aug 27 00:53:55.606 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87012026-08-27T00:53:56.830Z[ recovery-image] Aug 27 00:53:55.690 INFO O| Aug 27 00:53:55.690 INFO completed processing sled/ramdisk-03-recovery-trim
87022026-08-27T00:53:56.834Z[ recovery-image] Aug 27 00:53:55.693 INFO image builder template: zfs-recovery...
87032026-08-27T00:53:56.834Z[ recovery-image] Aug 27 00:53:55.693 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/.tmpBvIJBf/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
87042026-08-27T00:53:56.860Z[ recovery-image] Aug 27 00:53:55.721 INFO O| Aug 27 00:53:55.721 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87052026-08-27T00:53:56.866Z[ recovery-image] Aug 27 00:53:55.727 INFO O| Aug 27 00:53:55.727 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87062026-08-27T00:53:56.899Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87072026-08-27T00:53:56.928Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87082026-08-27T00:53:56.982Z[ recovery-image] Aug 27 00:53:55.843 INFO O| Aug 27 00:53:55.843 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87092026-08-27T00:53:57.033Z[ recovery-image] Aug 27 00:53:55.894 INFO O| Aug 27 00:53:55.894 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87102026-08-27T00:53:57.033Z[ recovery-image] Aug 27 00:53:55.894 INFO O| Aug 27 00:53:55.894 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87112026-08-27T00:53:57.037Z[ recovery-image] Aug 27 00:53:55.899 INFO O| Aug 27 00:53:55.899 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87122026-08-27T00:53:57.104Z[ recovery-image] Aug 27 00:53:55.965 INFO O| Aug 27 00:53:55.965 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87132026-08-27T00:53:57.171Z[ recovery-image] Aug 27 00:53:56.032 INFO O| Aug 27 00:53:56.032 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87142026-08-27T00:53:57.181Z[ recovery-image] Aug 27 00:53:56.043 INFO O| Aug 27 00:53:56.043 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87152026-08-27T00:53:57.195Z[ recovery-image] Aug 27 00:53:56.053 INFO O| Aug 27 00:53:56.048 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87162026-08-27T00:53:57.195Z[ recovery-image] Aug 27 00:53:56.053 INFO O| Aug 27 00:53:56.049 INFO no lofi found
87172026-08-27T00:53:57.195Z[ recovery-image] Aug 27 00:53:56.053 INFO O| Aug 27 00:53:56.049 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87182026-08-27T00:53:57.195Z[ recovery-image] Aug 27 00:53:56.053 INFO O| Aug 27 00:53:56.049 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87192026-08-27T00:53:57.539Z[verify-libraries] Compiling yansi v1.0.1
87202026-08-27T00:53:57.940Z[verify-libraries] Compiling pretty_assertions v1.4.1
87212026-08-27T00:53:58.071Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87222026-08-27T00:53:58.215Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87232026-08-27T00:53:58.407Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87242026-08-27T00:53:58.677Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87252026-08-27T00:53:58.845Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87262026-08-27T00:53:59.001Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87272026-08-27T00:53:59.086Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87282026-08-27T00:53:59.142Z[ recovery-image] Aug 27 00:53:58.004 INFO O| Aug 27 00:53:58.004 INFO lofi device = /dev/dsk/c2t1d0p0
87292026-08-27T00:53:59.145Z[ recovery-image] Aug 27 00:53:58.004 INFO O| Aug 27 00:53:58.004 INFO pool device = /dev/dsk/c2t1d0p0
87302026-08-27T00:53:59.146Z[ recovery-image] Aug 27 00:53:58.004 INFO O| Aug 27 00:53:58.004 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"]
87312026-08-27T00:53:59.357Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87322026-08-27T00:53:59.379Z[ recovery-image] Aug 27 00:53:58.240 INFO O| Aug 27 00:53:58.240 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87332026-08-27T00:53:59.379Z[ recovery-image] Aug 27 00:53:58.241 INFO O| Aug 27 00:53:58.240 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87342026-08-27T00:53:59.386Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87352026-08-27T00:53:59.405Z[ recovery-image] Aug 27 00:53:58.266 INFO O| Aug 27 00:53:58.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87362026-08-27T00:53:59.441Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87372026-08-27T00:53:59.441Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87382026-08-27T00:53:59.477Z[ recovery-image] Aug 27 00:53:58.339 INFO O| Aug 27 00:53:58.339 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87392026-08-27T00:53:59.515Z[ recovery-image] Aug 27 00:53:58.376 INFO O| Aug 27 00:53:58.376 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87402026-08-27T00:53:59.537Z[ recovery-image] Aug 27 00:53:58.399 INFO O| Aug 27 00:53:58.399 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87412026-08-27T00:53:59.553Z[ recovery-image] Aug 27 00:53:58.414 INFO O| Aug 27 00:53:58.414 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87422026-08-27T00:53:59.599Z[ recovery-image] Aug 27 00:53:58.460 INFO O| Aug 27 00:53:58.460 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87432026-08-27T00:53:59.599Z[ recovery-image] Aug 27 00:53:58.460 INFO O| Aug 27 00:53:58.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87442026-08-27T00:53:59.599Z[ recovery-image] Aug 27 00:53:58.460 INFO O| Aug 27 00:53:58.460 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87452026-08-27T00:53:59.611Z[ recovery-image] Aug 27 00:53:58.473 INFO O| Aug 27 00:53:58.473 INFO boot environment UUID: a026d9c3-7dd3-4eb0-beb9-31d126bbd732
87462026-08-27T00:53:59.611Z[ recovery-image] Aug 27 00:53:58.473 INFO O| Aug 27 00:53:58.473 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a026d9c3-7dd3-4eb0-beb9-31d126bbd732
87472026-08-27T00:53:59.627Z[ recovery-image] Aug 27 00:53:58.489 INFO O| Aug 27 00:53:58.489 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87482026-08-27T00:53:59.644Z[ recovery-image] Aug 27 00:53:58.506 INFO O| Aug 27 00:53:58.506 INFO STEP 0 (create_be) COMPLETE
87492026-08-27T00:53:59.644Z[ recovery-image] Aug 27 00:53:58.506 INFO O| Aug 27 00:53:58.506 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87502026-08-27T00:53:59.661Z[ recovery-image] Aug 27 00:53:58.521 INFO O| Aug 27 00:53:58.521 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"]
87512026-08-27T00:53:59.686Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87522026-08-27T00:53:59.733Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87532026-08-27T00:53:59.786Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87542026-08-27T00:53:59.892Z[verify-libraries] Compiling drift v0.2.0
87552026-08-27T00:54:00.067Z[verify-libraries] Compiling uzers v0.12.2
87562026-08-27T00:54:00.341Z[verify-libraries] Compiling parse-size v1.1.0
87572026-08-27T00:54:00.597Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87582026-08-27T00:54:00.822Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87592026-08-27T00:54:00.940Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87602026-08-27T00:54:01.275Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87612026-08-27T00:54:02.226Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87622026-08-27T00:54:02.498Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87632026-08-27T00:54:03.638Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87642026-08-27T00:54:04.884Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87652026-08-27T00:54:04.930Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87662026-08-27T00:54:05.863Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87672026-08-27T00:54:07.233Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87682026-08-27T00:54:07.428Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87692026-08-27T00:54:07.465Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87702026-08-27T00:54:07.578Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87712026-08-27T00:54:07.628Z[verify-libraries] Compiling multimap v0.10.1
87722026-08-27T00:54:07.922Z[verify-libraries] Compiling termios v0.3.3
87732026-08-27T00:54:08.020Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87742026-08-27T00:54:08.102Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87752026-08-27T00:54:08.191Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87762026-08-27T00:54:08.505Z[ recovery-image] Aug 27 00:54:07.367 INFO O| Aug 27 00:54:07.367 INFO STEP 1 (unpack_tar) COMPLETE
87772026-08-27T00:54:08.505Z[ recovery-image] Aug 27 00:54:07.367 INFO O| Aug 27 00:54:07.367 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-27T00:54:08.516Z[ recovery-image] Aug 27 00:54:07.378 INFO O| Aug 27 00:54:07.378 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87792026-08-27T00:54:09.814Z[ recovery-image] Aug 27 00:54:08.675 INFO O| Aug 27 00:54:08.675 INFO STEP 2 (devfsadm) COMPLETE
87802026-08-27T00:54:09.814Z[ recovery-image] Aug 27 00:54:08.675 INFO O| Aug 27 00:54:08.675 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-27T00:54:09.827Z[ recovery-image] Aug 27 00:54:08.688 INFO O| Aug 27 00:54:08.688 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87822026-08-27T00:54:09.827Z[ recovery-image] Aug 27 00:54:08.688 INFO O| Aug 27 00:54:08.688 INFO STEP 3 (ensure_dir) COMPLETE
87832026-08-27T00:54:09.827Z[ recovery-image] Aug 27 00:54:08.688 INFO O| Aug 27 00:54:08.688 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-08-27T00:54:09.837Z[ recovery-image] Aug 27 00:54:08.698 INFO O| Aug 27 00:54:08.698 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87852026-08-27T00:54:09.837Z[ recovery-image] Aug 27 00:54:08.698 INFO O| Aug 27 00:54:08.698 INFO STEP 4 (ensure_dir) COMPLETE
87862026-08-27T00:54:09.837Z[ recovery-image] Aug 27 00:54:08.698 INFO O| Aug 27 00:54:08.698 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872026-08-27T00:54:09.846Z[ recovery-image] Aug 27 00:54:08.707 INFO O| Aug 27 00:54:08.707 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87882026-08-27T00:54:09.846Z[ recovery-image] Aug 27 00:54:08.707 INFO O| Aug 27 00:54:08.707 INFO STEP 5 (ensure_dir) COMPLETE
87892026-08-27T00:54:09.849Z[ recovery-image] Aug 27 00:54:08.707 INFO O| Aug 27 00:54:08.707 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902026-08-27T00:54:09.855Z[ recovery-image] Aug 27 00:54:08.717 INFO O| Aug 27 00:54:08.717 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87912026-08-27T00:54:09.855Z[ recovery-image] Aug 27 00:54:08.717 INFO O| Aug 27 00:54:08.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87922026-08-27T00:54:09.859Z[ recovery-image] Aug 27 00:54:08.717 INFO O| Aug 27 00:54:08.717 INFO STEP 6 (ensure_dir) COMPLETE
87932026-08-27T00:54:09.859Z[ recovery-image] Aug 27 00:54:08.717 INFO O| Aug 27 00:54:08.717 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-08-27T00:54:09.865Z[ recovery-image] Aug 27 00:54:08.727 INFO O| Aug 27 00:54:08.727 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87952026-08-27T00:54:09.865Z[ recovery-image] Aug 27 00:54:08.727 INFO O| Aug 27 00:54:08.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87962026-08-27T00:54:09.869Z[ recovery-image] Aug 27 00:54:08.727 INFO O| Aug 27 00:54:08.727 INFO STEP 7 (ensure_dir) COMPLETE
87972026-08-27T00:54:09.869Z[ recovery-image] Aug 27 00:54:08.727 INFO O| Aug 27 00:54:08.727 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-27T00:54:09.874Z[ recovery-image] Aug 27 00:54:08.736 INFO O| Aug 27 00:54:08.736 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87992026-08-27T00:54:09.878Z[ recovery-image] Aug 27 00:54:08.737 INFO O| Aug 27 00:54:08.737 INFO STEP 8 (remove_files) COMPLETE
88002026-08-27T00:54:09.878Z[ recovery-image] Aug 27 00:54:08.737 INFO O| Aug 27 00:54:08.737 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-08-27T00:54:09.885Z[ recovery-image] Aug 27 00:54:08.747 INFO O| Aug 27 00:54:08.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88022026-08-27T00:54:09.889Z[ recovery-image] Aug 27 00:54:08.747 INFO O| Aug 27 00:54:08.747 INFO STEP 9 (remove_files) COMPLETE
88032026-08-27T00:54:09.889Z[ recovery-image] Aug 27 00:54:08.747 INFO O| Aug 27 00:54:08.747 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-27T00:54:09.895Z[ recovery-image] Aug 27 00:54:08.757 INFO O| Aug 27 00:54:08.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88052026-08-27T00:54:09.898Z[ recovery-image] Aug 27 00:54:08.757 INFO O| Aug 27 00:54:08.757 INFO STEP 10 (remove_files) COMPLETE
88062026-08-27T00:54:09.898Z[ recovery-image] Aug 27 00:54:08.757 INFO O| Aug 27 00:54:08.757 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-08-27T00:54:09.905Z[ recovery-image] Aug 27 00:54:08.766 INFO O| Aug 27 00:54:08.766 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88082026-08-27T00:54:09.905Z[ recovery-image] Aug 27 00:54:08.766 INFO O| Aug 27 00:54:08.766 INFO STEP 11 (remove_files) COMPLETE
88092026-08-27T00:54:09.905Z[ recovery-image] Aug 27 00:54:08.766 INFO O| Aug 27 00:54:08.766 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102026-08-27T00:54:09.914Z[ recovery-image] Aug 27 00:54:08.775 INFO O| Aug 27 00:54:08.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88112026-08-27T00:54:09.914Z[ recovery-image] Aug 27 00:54:08.775 INFO O| Aug 27 00:54:08.775 INFO STEP 12 (remove_files) COMPLETE
88122026-08-27T00:54:09.914Z[ recovery-image] Aug 27 00:54:08.775 INFO O| Aug 27 00:54:08.775 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132026-08-27T00:54:09.924Z[ recovery-image] Aug 27 00:54:08.785 INFO O| Aug 27 00:54:08.785 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88142026-08-27T00:54:09.924Z[ recovery-image] Aug 27 00:54:08.786 INFO O| Aug 27 00:54:08.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88152026-08-27T00:54:09.924Z[ recovery-image] Aug 27 00:54:08.786 INFO O| Aug 27 00:54:08.786 INFO STEP 13 (ensure_dir) COMPLETE
88162026-08-27T00:54:09.924Z[ recovery-image] Aug 27 00:54:08.786 INFO O| Aug 27 00:54:08.786 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-08-27T00:54:09.934Z[ recovery-image] Aug 27 00:54:08.795 INFO O| Aug 27 00:54:08.795 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88182026-08-27T00:54:09.934Z[ recovery-image] Aug 27 00:54:08.795 INFO O| Aug 27 00:54:08.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88192026-08-27T00:54:09.937Z[ recovery-image] Aug 27 00:54:08.795 INFO O| Aug 27 00:54:08.795 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88202026-08-27T00:54:09.937Z[ recovery-image] Aug 27 00:54:08.795 INFO O| Aug 27 00:54:08.795 INFO STEP 14 (ensure_dir) COMPLETE
88212026-08-27T00:54:09.937Z[ recovery-image] Aug 27 00:54:08.795 INFO O| Aug 27 00:54:08.795 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-08-27T00:54:09.945Z[ recovery-image] Aug 27 00:54:08.806 INFO O| Aug 27 00:54:08.806 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88232026-08-27T00:54:09.945Z[ recovery-image] Aug 27 00:54:08.807 INFO O| Aug 27 00:54:08.806 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88242026-08-27T00:54:09.945Z[ recovery-image] Aug 27 00:54:08.807 INFO O| Aug 27 00:54:08.806 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88252026-08-27T00:54:09.948Z[ recovery-image] Aug 27 00:54:08.807 INFO O| Aug 27 00:54:08.807 INFO STEP 15 (ensure_dir) COMPLETE
88262026-08-27T00:54:09.948Z[ recovery-image] Aug 27 00:54:08.807 INFO O| Aug 27 00:54:08.807 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-08-27T00:54:09.957Z[ recovery-image] Aug 27 00:54:08.818 INFO O| Aug 27 00:54:08.818 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88282026-08-27T00:54:09.957Z[ recovery-image] Aug 27 00:54:08.818 INFO O| Aug 27 00:54:08.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88292026-08-27T00:54:09.957Z[ recovery-image] Aug 27 00:54:08.818 INFO O| Aug 27 00:54:08.818 INFO STEP 16 (ensure_dir) COMPLETE
88302026-08-27T00:54:09.960Z[ recovery-image] Aug 27 00:54:08.818 INFO O| Aug 27 00:54:08.818 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312026-08-27T00:54:09.966Z[ recovery-image] Aug 27 00:54:08.828 INFO O| Aug 27 00:54:08.828 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88322026-08-27T00:54:09.970Z[ recovery-image] Aug 27 00:54:08.828 INFO O| Aug 27 00:54:08.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88332026-08-27T00:54:09.970Z[ recovery-image] Aug 27 00:54:08.828 INFO O| Aug 27 00:54:08.828 INFO STEP 17 (ensure_dir) COMPLETE
88342026-08-27T00:54:09.970Z[ recovery-image] Aug 27 00:54:08.828 INFO O| Aug 27 00:54:08.828 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88352026-08-27T00:54:09.975Z[ recovery-image] Aug 27 00:54:08.837 INFO O| Aug 27 00:54:08.837 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88362026-08-27T00:54:09.975Z[ recovery-image] Aug 27 00:54:08.837 INFO O| Aug 27 00:54:08.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88372026-08-27T00:54:09.978Z[ recovery-image] Aug 27 00:54:08.837 INFO O| Aug 27 00:54:08.837 INFO ok!
88382026-08-27T00:54:09.978Z[ recovery-image] Aug 27 00:54:08.837 INFO O| Aug 27 00:54:08.837 INFO STEP 18 (ensure_symlink) COMPLETE
88392026-08-27T00:54:09.978Z[ recovery-image] Aug 27 00:54:08.837 INFO O| Aug 27 00:54:08.837 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88402026-08-27T00:54:09.985Z[ recovery-image] Aug 27 00:54:08.846 INFO O| Aug 27 00:54:08.846 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88412026-08-27T00:54:09.985Z[ recovery-image] Aug 27 00:54:08.846 INFO O| Aug 27 00:54:08.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88422026-08-27T00:54:09.988Z[ recovery-image] Aug 27 00:54:08.846 INFO O| Aug 27 00:54:08.846 INFO ok!
88432026-08-27T00:54:09.988Z[ recovery-image] Aug 27 00:54:08.846 INFO O| Aug 27 00:54:08.846 INFO STEP 19 (ensure_file) COMPLETE
88442026-08-27T00:54:09.988Z[ recovery-image] Aug 27 00:54:08.846 INFO O| Aug 27 00:54:08.846 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-27T00:54:09.994Z[ recovery-image] Aug 27 00:54:08.855 INFO O| Aug 27 00:54:08.855 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88462026-08-27T00:54:09.995Z[ recovery-image] Aug 27 00:54:08.855 INFO O| Aug 27 00:54:08.855 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88472026-08-27T00:54:09.995Z[ recovery-image] Aug 27 00:54:08.855 INFO O| Aug 27 00:54:08.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88482026-08-27T00:54:09.998Z[ recovery-image] Aug 27 00:54:08.855 INFO O| Aug 27 00:54:08.855 INFO ok!
88492026-08-27T00:54:09.998Z[ recovery-image] Aug 27 00:54:08.855 INFO O| Aug 27 00:54:08.855 INFO STEP 20 (ensure_symlink) COMPLETE
88502026-08-27T00:54:09.998Z[ recovery-image] Aug 27 00:54:08.855 INFO O| Aug 27 00:54:08.855 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-27T00:54:10.002Z[ recovery-image] Aug 27 00:54:08.863 INFO O| Aug 27 00:54:08.863 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88522026-08-27T00:54:10.002Z[ recovery-image] Aug 27 00:54:08.863 INFO O| Aug 27 00:54:08.863 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88532026-08-27T00:54:10.005Z[ recovery-image] Aug 27 00:54:08.863 INFO O| Aug 27 00:54:08.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88542026-08-27T00:54:10.005Z[ recovery-image] Aug 27 00:54:08.863 INFO O| Aug 27 00:54:08.863 INFO ok!
88552026-08-27T00:54:10.005Z[ recovery-image] Aug 27 00:54:08.863 INFO O| Aug 27 00:54:08.863 INFO STEP 21 (ensure_symlink) COMPLETE
88562026-08-27T00:54:10.005Z[ recovery-image] Aug 27 00:54:08.863 INFO O| Aug 27 00:54:08.863 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-08-27T00:54:10.011Z[ recovery-image] Aug 27 00:54:08.872 INFO O| Aug 27 00:54:08.872 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88582026-08-27T00:54:10.011Z[ recovery-image] Aug 27 00:54:08.873 INFO O| Aug 27 00:54:08.872 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88592026-08-27T00:54:10.011Z[ recovery-image] Aug 27 00:54:08.873 INFO O| Aug 27 00:54:08.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88602026-08-27T00:54:10.011Z[ recovery-image] Aug 27 00:54:08.873 INFO O| Aug 27 00:54:08.873 INFO ok!
88612026-08-27T00:54:10.011Z[ recovery-image] Aug 27 00:54:08.873 INFO O| Aug 27 00:54:08.873 INFO STEP 22 (ensure_symlink) COMPLETE
88622026-08-27T00:54:10.011Z[ recovery-image] Aug 27 00:54:08.873 INFO O| Aug 27 00:54:08.873 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-27T00:54:10.022Z[ recovery-image] Aug 27 00:54:08.883 INFO O| Aug 27 00:54:08.883 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88642026-08-27T00:54:10.022Z[ recovery-image] Aug 27 00:54:08.883 INFO O| Aug 27 00:54:08.883 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88652026-08-27T00:54:10.022Z[ recovery-image] Aug 27 00:54:08.883 INFO O| Aug 27 00:54:08.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88662026-08-27T00:54:10.025Z[ recovery-image] Aug 27 00:54:08.883 INFO O| Aug 27 00:54:08.883 INFO ok!
88672026-08-27T00:54:10.025Z[ recovery-image] Aug 27 00:54:08.883 INFO O| Aug 27 00:54:08.883 INFO STEP 23 (ensure_symlink) COMPLETE
88682026-08-27T00:54:10.025Z[ recovery-image] Aug 27 00:54:08.883 INFO O| Aug 27 00:54:08.883 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88692026-08-27T00:54:10.031Z[ recovery-image] Aug 27 00:54:08.892 INFO O| Aug 27 00:54:08.892 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88702026-08-27T00:54:10.031Z[ recovery-image] Aug 27 00:54:08.893 INFO O| Aug 27 00:54:08.892 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 ...
88712026-08-27T00:54:10.031Z[ recovery-image] Aug 27 00:54:08.893 INFO O| Aug 27 00:54:08.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88722026-08-27T00:54:10.034Z[ recovery-image] Aug 27 00:54:08.893 INFO O| Aug 27 00:54:08.893 INFO ok!
88732026-08-27T00:54:10.035Z[ recovery-image] Aug 27 00:54:08.893 INFO O| Aug 27 00:54:08.893 INFO STEP 24 (ensure_file) COMPLETE
88742026-08-27T00:54:10.035Z[ recovery-image] Aug 27 00:54:08.893 INFO O| Aug 27 00:54:08.893 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88752026-08-27T00:54:10.041Z[ recovery-image] Aug 27 00:54:08.903 INFO O| Aug 27 00:54:08.903 INFO updating shadow file
88762026-08-27T00:54:10.041Z[ recovery-image] Aug 27 00:54:08.903 INFO O| Aug 27 00:54:08.903 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88772026-08-27T00:54:10.043Z[ recovery-image] Aug 27 00:54:08.903 INFO O| Aug 27 00:54:08.903 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88782026-08-27T00:54:10.043Z[ recovery-image] Aug 27 00:54:08.903 INFO O| Aug 27 00:54:08.903 INFO STEP 25 (shadow) COMPLETE
88792026-08-27T00:54:10.046Z[ recovery-image] Aug 27 00:54:08.903 INFO O| Aug 27 00:54:08.903 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802026-08-27T00:54:10.079Z[ recovery-image] Aug 27 00:54:08.913 INFO O| Aug 27 00:54:08.913 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88812026-08-27T00:54:10.079Z[ recovery-image] Aug 27 00:54:08.913 INFO O| Aug 27 00:54:08.913 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88822026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.913 INFO O| Aug 27 00:54:08.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88832026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.913 INFO O| Aug 27 00:54:08.913 INFO ok!
88842026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.913 INFO O| Aug 27 00:54:08.913 INFO STEP 26 (ensure_file) COMPLETE
88852026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.913 INFO O| Aug 27 00:54:08.913 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.923 INFO O| Aug 27 00:54:08.923 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88872026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.923 INFO O| Aug 27 00:54:08.923 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88882026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.923 INFO O| Aug 27 00:54:08.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88892026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.923 INFO O| Aug 27 00:54:08.923 INFO ok!
88902026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.923 INFO O| Aug 27 00:54:08.923 INFO STEP 27 (ensure_file) COMPLETE
88912026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.923 INFO O| Aug 27 00:54:08.923 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.933 INFO O| Aug 27 00:54:08.933 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88932026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.934 INFO O| Aug 27 00:54:08.934 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88942026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.934 INFO O| Aug 27 00:54:08.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88952026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.934 INFO O| Aug 27 00:54:08.934 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88962026-08-27T00:54:10.080Z[ recovery-image] Aug 27 00:54:08.934 INFO O| Aug 27 00:54:08.934 INFO ok!
88972026-08-27T00:54:10.081Z[ recovery-image] Aug 27 00:54:08.934 INFO O| Aug 27 00:54:08.934 INFO STEP 28 (ensure_file) COMPLETE
88982026-08-27T00:54:10.081Z[ recovery-image] Aug 27 00:54:08.934 INFO O| Aug 27 00:54:08.934 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992026-08-27T00:54:10.085Z[ recovery-image] Aug 27 00:54:08.943 INFO O| Aug 27 00:54:08.943 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89002026-08-27T00:54:10.085Z[ recovery-image] Aug 27 00:54:08.943 INFO O| Aug 27 00:54:08.943 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89012026-08-27T00:54:10.085Z[ recovery-image] Aug 27 00:54:08.943 INFO O| Aug 27 00:54:08.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89022026-08-27T00:54:10.085Z[ recovery-image] Aug 27 00:54:08.943 INFO O| Aug 27 00:54:08.943 INFO ok!
89032026-08-27T00:54:10.085Z[ recovery-image] Aug 27 00:54:08.943 INFO O| Aug 27 00:54:08.943 INFO STEP 29 (ensure_file) COMPLETE
89042026-08-27T00:54:10.085Z[ recovery-image] Aug 27 00:54:08.943 INFO O| Aug 27 00:54:08.943 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052026-08-27T00:54:10.090Z[ recovery-image] Aug 27 00:54:08.952 INFO O| Aug 27 00:54:08.952 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89062026-08-27T00:54:10.090Z[ recovery-image] Aug 27 00:54:08.952 INFO O| Aug 27 00:54:08.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89072026-08-27T00:54:10.090Z[ recovery-image] Aug 27 00:54:08.952 INFO O| Aug 27 00:54:08.952 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89082026-08-27T00:54:10.090Z[ recovery-image] Aug 27 00:54:08.952 INFO O| Aug 27 00:54:08.952 INFO STEP 30 (ensure_dir) COMPLETE
89092026-08-27T00:54:10.090Z[ recovery-image] Aug 27 00:54:08.952 INFO O| Aug 27 00:54:08.952 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89102026-08-27T00:54:10.099Z[ recovery-image] Aug 27 00:54:08.961 INFO O| Aug 27 00:54:08.961 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89112026-08-27T00:54:10.099Z[ recovery-image] Aug 27 00:54:08.961 INFO O| Aug 27 00:54:08.961 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 ...
89122026-08-27T00:54:10.099Z[ recovery-image] Aug 27 00:54:08.961 INFO O| Aug 27 00:54:08.961 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
89132026-08-27T00:54:10.105Z[ recovery-image] Aug 27 00:54:08.961 INFO O| Aug 27 00:54:08.961 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89142026-08-27T00:54:10.105Z[ recovery-image] Aug 27 00:54:08.961 INFO O| Aug 27 00:54:08.961 INFO ok!
89152026-08-27T00:54:10.105Z[ recovery-image] Aug 27 00:54:08.961 INFO O| Aug 27 00:54:08.961 INFO STEP 31 (ensure_file) COMPLETE
89162026-08-27T00:54:10.105Z[ recovery-image] Aug 27 00:54:08.961 INFO O| Aug 27 00:54:08.961 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89172026-08-27T00:54:10.109Z[ recovery-image] Aug 27 00:54:08.969 INFO O| Aug 27 00:54:08.969 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89182026-08-27T00:54:10.109Z[ recovery-image] Aug 27 00:54:08.969 INFO O| Aug 27 00:54:08.969 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89192026-08-27T00:54:10.109Z[ recovery-image] Aug 27 00:54:08.969 INFO O| Aug 27 00:54:08.969 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89202026-08-27T00:54:10.109Z[ recovery-image] Aug 27 00:54:08.969 INFO O| Aug 27 00:54:08.969 INFO STEP 32 (ensure_dir) COMPLETE
89212026-08-27T00:54:10.109Z[ recovery-image] Aug 27 00:54:08.969 INFO O| Aug 27 00:54:08.969 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89222026-08-27T00:54:10.116Z[ recovery-image] Aug 27 00:54:08.977 INFO O| Aug 27 00:54:08.977 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89232026-08-27T00:54:10.116Z[ recovery-image] Aug 27 00:54:08.977 INFO O| Aug 27 00:54:08.977 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 ...
89242026-08-27T00:54:10.116Z[ recovery-image] Aug 27 00:54:08.978 INFO O| Aug 27 00:54:08.978 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
89252026-08-27T00:54:10.116Z[ recovery-image] Aug 27 00:54:08.978 INFO O| Aug 27 00:54:08.978 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89262026-08-27T00:54:10.120Z[ recovery-image] Aug 27 00:54:08.978 INFO O| Aug 27 00:54:08.978 INFO ok!
89272026-08-27T00:54:10.120Z[ recovery-image] Aug 27 00:54:08.978 INFO O| Aug 27 00:54:08.978 INFO STEP 33 (ensure_file) COMPLETE
89282026-08-27T00:54:10.120Z[ recovery-image] Aug 27 00:54:08.978 INFO O| Aug 27 00:54:08.978 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-08-27T00:54:10.124Z[ recovery-image] Aug 27 00:54:08.986 INFO O| Aug 27 00:54:08.986 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89302026-08-27T00:54:10.124Z[ recovery-image] Aug 27 00:54:08.986 INFO O| Aug 27 00:54:08.986 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89312026-08-27T00:54:10.124Z[ recovery-image] Aug 27 00:54:08.986 INFO O| Aug 27 00:54:08.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89322026-08-27T00:54:10.128Z[ recovery-image] Aug 27 00:54:08.986 INFO O| Aug 27 00:54:08.986 INFO ok!
89332026-08-27T00:54:10.128Z[ recovery-image] Aug 27 00:54:08.986 INFO O| Aug 27 00:54:08.986 INFO STEP 34 (ensure_file) COMPLETE
89342026-08-27T00:54:10.128Z[ recovery-image] Aug 27 00:54:08.986 INFO O| Aug 27 00:54:08.986 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-08-27T00:54:10.133Z[ recovery-image] Aug 27 00:54:08.995 INFO O| Aug 27 00:54:08.995 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89362026-08-27T00:54:10.133Z[ recovery-image] Aug 27 00:54:08.995 INFO O| Aug 27 00:54:08.995 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89372026-08-27T00:54:10.133Z[ recovery-image] Aug 27 00:54:08.995 INFO O| Aug 27 00:54:08.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89382026-08-27T00:54:10.137Z[ recovery-image] Aug 27 00:54:08.995 INFO O| Aug 27 00:54:08.995 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89392026-08-27T00:54:10.137Z[ recovery-image] Aug 27 00:54:08.995 INFO O| Aug 27 00:54:08.995 INFO ok!
89402026-08-27T00:54:10.137Z[ recovery-image] Aug 27 00:54:08.995 INFO O| Aug 27 00:54:08.995 INFO STEP 35 (ensure_file) COMPLETE
89412026-08-27T00:54:10.137Z[ recovery-image] Aug 27 00:54:08.995 INFO O| Aug 27 00:54:08.995 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89422026-08-27T00:54:10.142Z[ recovery-image] Aug 27 00:54:09.004 INFO O| Aug 27 00:54:09.004 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89432026-08-27T00:54:10.142Z[ recovery-image] Aug 27 00:54:09.004 INFO O| Aug 27 00:54:09.004 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89442026-08-27T00:54:10.142Z[ recovery-image] Aug 27 00:54:09.004 INFO O| Aug 27 00:54:09.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89452026-08-27T00:54:10.146Z[ recovery-image] Aug 27 00:54:09.004 INFO O| Aug 27 00:54:09.004 INFO ok!
89462026-08-27T00:54:10.146Z[ recovery-image] Aug 27 00:54:09.004 INFO O| Aug 27 00:54:09.004 INFO STEP 36 (ensure_file) COMPLETE
89472026-08-27T00:54:10.146Z[ recovery-image] Aug 27 00:54:09.004 INFO O| Aug 27 00:54:09.004 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89482026-08-27T00:54:10.151Z[ recovery-image] Aug 27 00:54:09.012 INFO O| Aug 27 00:54:09.012 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89492026-08-27T00:54:10.151Z[ recovery-image] Aug 27 00:54:09.013 INFO O| Aug 27 00:54:09.012 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89502026-08-27T00:54:10.155Z[ recovery-image] Aug 27 00:54:09.013 INFO O| Aug 27 00:54:09.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89512026-08-27T00:54:10.155Z[ recovery-image] Aug 27 00:54:09.013 INFO O| Aug 27 00:54:09.013 INFO ok!
89522026-08-27T00:54:10.155Z[ recovery-image] Aug 27 00:54:09.013 INFO O| Aug 27 00:54:09.013 INFO STEP 37 (ensure_file) COMPLETE
89532026-08-27T00:54:10.155Z[ recovery-image] Aug 27 00:54:09.013 INFO O| Aug 27 00:54:09.013 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89542026-08-27T00:54:10.160Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89552026-08-27T00:54:10.160Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89562026-08-27T00:54:10.160Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89572026-08-27T00:54:10.164Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89582026-08-27T00:54:10.164Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89592026-08-27T00:54:10.164Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89602026-08-27T00:54:10.164Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO ok!
89612026-08-27T00:54:10.164Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO STEP 38 (ensure_file) COMPLETE
89622026-08-27T00:54:10.164Z[ recovery-image] Aug 27 00:54:09.021 INFO O| Aug 27 00:54:09.021 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89632026-08-27T00:54:10.168Z[ recovery-image] Aug 27 00:54:09.029 INFO O| Aug 27 00:54:09.029 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89642026-08-27T00:54:10.168Z[ recovery-image] Aug 27 00:54:09.029 INFO O| Aug 27 00:54:09.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89652026-08-27T00:54:10.172Z[ recovery-image] Aug 27 00:54:09.029 INFO O| Aug 27 00:54:09.029 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89662026-08-27T00:54:10.172Z[ recovery-image] Aug 27 00:54:09.029 INFO O| Aug 27 00:54:09.029 INFO STEP 39 (ensure_dir) COMPLETE
89672026-08-27T00:54:10.172Z[ recovery-image] Aug 27 00:54:09.029 INFO O| Aug 27 00:54:09.029 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89682026-08-27T00:54:10.176Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 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
89692026-08-27T00:54:10.176Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 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 ...
89702026-08-27T00:54:10.180Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 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
89712026-08-27T00:54:10.180Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 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
89722026-08-27T00:54:10.180Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 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
89732026-08-27T00:54:10.180Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 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
89742026-08-27T00:54:10.180Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 INFO ok!
89752026-08-27T00:54:10.180Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 INFO STEP 40 (ensure_file) COMPLETE
89762026-08-27T00:54:10.180Z[ recovery-image] Aug 27 00:54:09.038 INFO O| Aug 27 00:54:09.038 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89772026-08-27T00:54:10.185Z[ recovery-image] Aug 27 00:54:09.046 INFO O| Aug 27 00:54:09.046 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89782026-08-27T00:54:10.185Z[ recovery-image] Aug 27 00:54:09.046 INFO O| Aug 27 00:54:09.046 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 ...
89792026-08-27T00:54:10.185Z[ recovery-image] Aug 27 00:54:09.046 INFO O| Aug 27 00:54:09.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89802026-08-27T00:54:10.189Z[ recovery-image] Aug 27 00:54:09.046 INFO O| Aug 27 00:54:09.046 INFO ok!
89812026-08-27T00:54:10.189Z[ recovery-image] Aug 27 00:54:09.046 INFO O| Aug 27 00:54:09.046 INFO STEP 41 (ensure_symlink) COMPLETE
89822026-08-27T00:54:10.189Z[ recovery-image] Aug 27 00:54:09.046 INFO O| Aug 27 00:54:09.046 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89832026-08-27T00:54:10.193Z[ recovery-image] Aug 27 00:54:09.055 INFO O| Aug 27 00:54:09.055 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89842026-08-27T00:54:10.193Z[ recovery-image] Aug 27 00:54:09.055 INFO O| Aug 27 00:54:09.055 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89852026-08-27T00:54:10.193Z[ recovery-image] Aug 27 00:54:09.055 INFO O| Aug 27 00:54:09.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89862026-08-27T00:54:10.197Z[ recovery-image] Aug 27 00:54:09.055 INFO O| Aug 27 00:54:09.055 INFO ok!
89872026-08-27T00:54:10.197Z[ recovery-image] Aug 27 00:54:09.055 INFO O| Aug 27 00:54:09.055 INFO STEP 42 (ensure_symlink) COMPLETE
89882026-08-27T00:54:10.197Z[ recovery-image] Aug 27 00:54:09.055 INFO O| Aug 27 00:54:09.055 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89892026-08-27T00:54:10.201Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89902026-08-27T00:54:10.201Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89912026-08-27T00:54:10.201Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89922026-08-27T00:54:10.203Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89932026-08-27T00:54:10.203Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89942026-08-27T00:54:10.207Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89952026-08-27T00:54:10.207Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO ok!
89962026-08-27T00:54:10.207Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO STEP 43 (ensure_file) COMPLETE
89972026-08-27T00:54:10.207Z[ recovery-image] Aug 27 00:54:09.063 INFO O| Aug 27 00:54:09.063 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89982026-08-27T00:54:10.210Z[ recovery-image] Aug 27 00:54:09.071 INFO O| Aug 27 00:54:09.071 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89992026-08-27T00:54:10.210Z[ recovery-image] Aug 27 00:54:09.071 INFO O| Aug 27 00:54:09.071 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 ...
90002026-08-27T00:54:10.210Z[ recovery-image] Aug 27 00:54:09.071 INFO O| Aug 27 00:54:09.071 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
90012026-08-27T00:54:10.211Z[ recovery-image] Aug 27 00:54:09.071 INFO O| Aug 27 00:54:09.071 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90022026-08-27T00:54:10.211Z[ recovery-image] Aug 27 00:54:09.071 INFO O| Aug 27 00:54:09.071 INFO ok!
90032026-08-27T00:54:10.211Z[ recovery-image] Aug 27 00:54:09.071 INFO O| Aug 27 00:54:09.071 INFO STEP 44 (ensure_file) COMPLETE
90042026-08-27T00:54:10.211Z[ recovery-image] Aug 27 00:54:09.071 INFO O| Aug 27 00:54:09.071 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90052026-08-27T00:54:10.220Z[ recovery-image] Aug 27 00:54:09.081 INFO O| Aug 27 00:54:09.081 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90062026-08-27T00:54:10.221Z[ recovery-image] Aug 27 00:54:09.081 INFO O| Aug 27 00:54:09.081 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90072026-08-27T00:54:10.221Z[ recovery-image] Aug 27 00:54:09.081 INFO O| Aug 27 00:54:09.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90082026-08-27T00:54:10.224Z[ recovery-image] Aug 27 00:54:09.081 INFO O| Aug 27 00:54:09.081 INFO ok!
90092026-08-27T00:54:10.224Z[ recovery-image] Aug 27 00:54:09.081 INFO O| Aug 27 00:54:09.081 INFO STEP 45 (ensure_file) COMPLETE
90102026-08-27T00:54:10.224Z[ recovery-image] Aug 27 00:54:09.081 INFO O| Aug 27 00:54:09.081 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90112026-08-27T00:54:10.228Z[ recovery-image] Aug 27 00:54:09.090 INFO O| Aug 27 00:54:09.090 INFO updating shadow file
90122026-08-27T00:54:10.228Z[ recovery-image] Aug 27 00:54:09.090 INFO O| Aug 27 00:54:09.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90132026-08-27T00:54:10.229Z[ recovery-image] Aug 27 00:54:09.090 INFO O| Aug 27 00:54:09.090 INFO STEP 46 (shadow) COMPLETE
90142026-08-27T00:54:10.232Z[ recovery-image] Aug 27 00:54:09.090 INFO O| Aug 27 00:54:09.090 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90152026-08-27T00:54:10.238Z[ recovery-image] Aug 27 00:54:09.099 INFO O| Aug 27 00:54:09.099 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90162026-08-27T00:54:10.238Z[ recovery-image] Aug 27 00:54:09.099 INFO O| Aug 27 00:54:09.099 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90172026-08-27T00:54:10.238Z[ recovery-image] Aug 27 00:54:09.099 INFO O| Aug 27 00:54:09.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90182026-08-27T00:54:10.241Z[ recovery-image] Aug 27 00:54:09.099 INFO O| Aug 27 00:54:09.099 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90192026-08-27T00:54:10.242Z[ recovery-image] Aug 27 00:54:09.099 INFO O| Aug 27 00:54:09.099 INFO ok!
90202026-08-27T00:54:10.242Z[ recovery-image] Aug 27 00:54:09.099 INFO O| Aug 27 00:54:09.099 INFO STEP 47 (ensure_file) COMPLETE
90212026-08-27T00:54:10.242Z[ recovery-image] Aug 27 00:54:09.099 INFO O| Aug 27 00:54:09.099 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-27T00:54:10.248Z[ recovery-image] Aug 27 00:54:09.109 INFO O| Aug 27 00:54:09.109 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90232026-08-27T00:54:10.248Z[ recovery-image] Aug 27 00:54:09.109 INFO O| Aug 27 00:54:09.109 INFO STEP 48 (ensure_dir) COMPLETE
90242026-08-27T00:54:10.248Z[ recovery-image] Aug 27 00:54:09.109 INFO O| Aug 27 00:54:09.109 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-27T00:54:10.257Z[ recovery-image] Aug 27 00:54:09.118 INFO O| Aug 27 00:54:09.118 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90262026-08-27T00:54:10.257Z[ recovery-image] Aug 27 00:54:09.118 INFO O| Aug 27 00:54:09.118 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90272026-08-27T00:54:10.258Z[ recovery-image] Aug 27 00:54:09.118 INFO O| Aug 27 00:54:09.118 INFO STEP 49 (ensure_dir) COMPLETE
90282026-08-27T00:54:10.261Z[ recovery-image] Aug 27 00:54:09.118 INFO O| Aug 27 00:54:09.118 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-27T00:54:10.266Z[ recovery-image] Aug 27 00:54:09.127 INFO O| Aug 27 00:54:09.127 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90302026-08-27T00:54:10.266Z[ recovery-image] Aug 27 00:54:09.128 INFO O| Aug 27 00:54:09.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90312026-08-27T00:54:10.269Z[ recovery-image] Aug 27 00:54:09.128 INFO O| Aug 27 00:54:09.128 INFO STEP 50 (ensure_dir) COMPLETE
90322026-08-27T00:54:10.269Z[ recovery-image] Aug 27 00:54:09.128 INFO O| Aug 27 00:54:09.128 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-27T00:54:10.275Z[ recovery-image] Aug 27 00:54:09.137 INFO O| Aug 27 00:54:09.136 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90342026-08-27T00:54:10.275Z[ recovery-image] Aug 27 00:54:09.137 INFO O| Aug 27 00:54:09.136 INFO copying /tmp/.tmpBvIJBf/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90352026-08-27T00:54:10.310Z[ recovery-image] Aug 27 00:54:09.171 INFO O| Aug 27 00:54:09.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90362026-08-27T00:54:10.310Z[ recovery-image] Aug 27 00:54:09.171 INFO O| Aug 27 00:54:09.171 INFO ok!
90372026-08-27T00:54:10.310Z[ recovery-image] Aug 27 00:54:09.171 INFO O| Aug 27 00:54:09.171 INFO STEP 51 (ensure_file) COMPLETE
90382026-08-27T00:54:10.310Z[ recovery-image] Aug 27 00:54:09.171 INFO O| Aug 27 00:54:09.171 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-27T00:54:10.321Z[ recovery-image] Aug 27 00:54:09.182 INFO O| Aug 27 00:54:09.182 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90402026-08-27T00:54:10.321Z[ recovery-image] Aug 27 00:54:09.182 INFO O| Aug 27 00:54:09.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90412026-08-27T00:54:10.321Z[ recovery-image] Aug 27 00:54:09.182 INFO O| Aug 27 00:54:09.182 INFO STEP 52 (ensure_dir) COMPLETE
90422026-08-27T00:54:10.321Z[ recovery-image] Aug 27 00:54:09.182 INFO O| Aug 27 00:54:09.182 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-27T00:54:10.332Z[ recovery-image] Aug 27 00:54:09.194 INFO O| Aug 27 00:54:09.193 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90442026-08-27T00:54:10.332Z[ recovery-image] Aug 27 00:54:09.194 INFO O| Aug 27 00:54:09.194 INFO copying /tmp/.tmpBvIJBf/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90452026-08-27T00:54:10.332Z[ recovery-image] Aug 27 00:54:09.194 INFO O| Aug 27 00:54:09.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90462026-08-27T00:54:10.336Z[ recovery-image] Aug 27 00:54:09.194 INFO O| Aug 27 00:54:09.194 INFO ok!
90472026-08-27T00:54:10.336Z[ recovery-image] Aug 27 00:54:09.194 INFO O| Aug 27 00:54:09.194 INFO STEP 53 (ensure_file) COMPLETE
90482026-08-27T00:54:10.336Z[ recovery-image] Aug 27 00:54:09.194 INFO O| Aug 27 00:54:09.194 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-08-27T00:54:10.343Z[ recovery-image] Aug 27 00:54:09.204 INFO O| Aug 27 00:54:09.204 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90502026-08-27T00:54:10.343Z[ recovery-image] Aug 27 00:54:09.204 INFO O| Aug 27 00:54:09.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90512026-08-27T00:54:10.344Z[ recovery-image] Aug 27 00:54:09.204 INFO O| Aug 27 00:54:09.204 INFO STEP 54 (ensure_dir) COMPLETE
90522026-08-27T00:54:10.347Z[ recovery-image] Aug 27 00:54:09.204 INFO O| Aug 27 00:54:09.204 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-27T00:54:10.355Z[ recovery-image] Aug 27 00:54:09.215 INFO O| Aug 27 00:54:09.215 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90542026-08-27T00:54:10.355Z[ recovery-image] Aug 27 00:54:09.215 INFO O| Aug 27 00:54:09.215 INFO copying /tmp/.tmpBvIJBf/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90552026-08-27T00:54:11.788Z[verify-libraries] Compiling polar-core v0.27.3
90562026-08-27T00:54:12.384Z[ recovery-image] Aug 27 00:54:11.246 INFO O| Aug 27 00:54:11.246 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90572026-08-27T00:54:12.385Z[ recovery-image] Aug 27 00:54:11.246 INFO O| Aug 27 00:54:11.246 INFO ok!
90582026-08-27T00:54:12.388Z[ recovery-image] Aug 27 00:54:11.246 INFO O| Aug 27 00:54:11.246 INFO STEP 55 (ensure_file) COMPLETE
90592026-08-27T00:54:12.388Z[ recovery-image] Aug 27 00:54:11.246 INFO O| Aug 27 00:54:11.246 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-27T00:54:12.407Z[ recovery-image] Aug 27 00:54:11.257 INFO O| Aug 27 00:54:11.257 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90612026-08-27T00:54:12.407Z[ recovery-image] Aug 27 00:54:11.257 INFO O| Aug 27 00:54:11.257 INFO copying /tmp/.tmpBvIJBf/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90622026-08-27T00:54:14.380Z[ recovery-image] Aug 27 00:54:13.241 INFO O| Aug 27 00:54:13.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90632026-08-27T00:54:14.380Z[ recovery-image] Aug 27 00:54:13.241 INFO O| Aug 27 00:54:13.241 INFO ok!
90642026-08-27T00:54:14.383Z[ recovery-image] Aug 27 00:54:13.241 INFO O| Aug 27 00:54:13.241 INFO STEP 56 (ensure_file) COMPLETE
90652026-08-27T00:54:14.383Z[ recovery-image] Aug 27 00:54:13.241 INFO O| Aug 27 00:54:13.241 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-27T00:54:14.390Z[ recovery-image] Aug 27 00:54:13.252 INFO O| Aug 27 00:54:13.252 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90672026-08-27T00:54:14.390Z[ recovery-image] Aug 27 00:54:13.252 INFO O| Aug 27 00:54:13.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90682026-08-27T00:54:14.393Z[ recovery-image] Aug 27 00:54:13.252 INFO O| Aug 27 00:54:13.252 INFO STEP 57 (ensure_dir) COMPLETE
90692026-08-27T00:54:14.393Z[ recovery-image] Aug 27 00:54:13.252 INFO O| Aug 27 00:54:13.252 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-27T00:54:14.401Z[ recovery-image] Aug 27 00:54:13.261 INFO O| Aug 27 00:54:13.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90712026-08-27T00:54:14.401Z[ recovery-image] Aug 27 00:54:13.261 INFO O| Aug 27 00:54:13.261 INFO copying /tmp/.tmpBvIJBf/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 ...
90722026-08-27T00:54:14.401Z[ recovery-image] Aug 27 00:54:13.261 INFO O| Aug 27 00:54:13.261 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
90732026-08-27T00:54:14.401Z[ recovery-image] Aug 27 00:54:13.261 INFO O| Aug 27 00:54:13.261 INFO ok!
90742026-08-27T00:54:14.404Z[ recovery-image] Aug 27 00:54:13.261 INFO O| Aug 27 00:54:13.261 INFO STEP 58 (ensure_file) COMPLETE
90752026-08-27T00:54:14.405Z[ recovery-image] Aug 27 00:54:13.261 INFO O| Aug 27 00:54:13.261 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-27T00:54:14.409Z[ recovery-image] Aug 27 00:54:13.271 INFO O| Aug 27 00:54:13.271 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90772026-08-27T00:54:14.409Z[ recovery-image] Aug 27 00:54:13.271 INFO O| Aug 27 00:54:13.271 INFO copying /tmp/.tmpBvIJBf/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 ...
90782026-08-27T00:54:14.412Z[ recovery-image] Aug 27 00:54:13.271 INFO O| Aug 27 00:54:13.271 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
90792026-08-27T00:54:14.412Z[ recovery-image] Aug 27 00:54:13.271 INFO O| Aug 27 00:54:13.271 INFO ok!
90802026-08-27T00:54:14.412Z[ recovery-image] Aug 27 00:54:13.271 INFO O| Aug 27 00:54:13.271 INFO STEP 59 (ensure_file) COMPLETE
90812026-08-27T00:54:14.412Z[ recovery-image] Aug 27 00:54:13.271 INFO O| Aug 27 00:54:13.271 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90822026-08-27T00:54:14.419Z[ recovery-image] Aug 27 00:54:13.280 INFO O| Aug 27 00:54:13.280 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90832026-08-27T00:54:14.419Z[ recovery-image] Aug 27 00:54:13.280 INFO O| Aug 27 00:54:13.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90842026-08-27T00:54:14.419Z[ recovery-image] Aug 27 00:54:13.280 INFO O| Aug 27 00:54:13.280 INFO STEP 60 (ensure_dir) COMPLETE
90852026-08-27T00:54:14.419Z[ recovery-image] Aug 27 00:54:13.280 INFO O| Aug 27 00:54:13.280 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-27T00:54:14.428Z[ recovery-image] Aug 27 00:54:13.289 INFO O| Aug 27 00:54:13.289 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90872026-08-27T00:54:14.428Z[ recovery-image] Aug 27 00:54:13.289 INFO O| Aug 27 00:54:13.289 INFO copying /tmp/.tmpBvIJBf/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 ...
90882026-08-27T00:54:14.431Z[ recovery-image] Aug 27 00:54:13.290 INFO O| Aug 27 00:54:13.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90892026-08-27T00:54:14.431Z[ recovery-image] Aug 27 00:54:13.290 INFO O| Aug 27 00:54:13.289 INFO ok!
90902026-08-27T00:54:14.432Z[ recovery-image] Aug 27 00:54:13.290 INFO O| Aug 27 00:54:13.290 INFO STEP 61 (ensure_file) COMPLETE
90912026-08-27T00:54:14.432Z[ recovery-image] Aug 27 00:54:13.290 INFO O| Aug 27 00:54:13.290 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-27T00:54:14.438Z[ recovery-image] Aug 27 00:54:13.300 INFO O| Aug 27 00:54:13.300 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90932026-08-27T00:54:14.438Z[ recovery-image] Aug 27 00:54:13.300 INFO O| Aug 27 00:54:13.300 INFO copying /tmp/.tmpBvIJBf/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 ...
90942026-08-27T00:54:14.442Z[ recovery-image] Aug 27 00:54:13.300 INFO O| Aug 27 00:54:13.300 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
90952026-08-27T00:54:14.442Z[ recovery-image] Aug 27 00:54:13.300 INFO O| Aug 27 00:54:13.300 INFO ok!
90962026-08-27T00:54:14.442Z[ recovery-image] Aug 27 00:54:13.300 INFO O| Aug 27 00:54:13.300 INFO STEP 62 (ensure_file) COMPLETE
90972026-08-27T00:54:14.442Z[ recovery-image] Aug 27 00:54:13.300 INFO O| Aug 27 00:54:13.300 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-27T00:54:14.450Z[ recovery-image] Aug 27 00:54:13.311 INFO O| Aug 27 00:54:13.311 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90992026-08-27T00:54:14.450Z[ recovery-image] Aug 27 00:54:13.312 INFO O| Aug 27 00:54:13.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91002026-08-27T00:54:14.450Z[ recovery-image] Aug 27 00:54:13.312 INFO O| Aug 27 00:54:13.312 INFO STEP 63 (ensure_dir) COMPLETE
91012026-08-27T00:54:14.453Z[ recovery-image] Aug 27 00:54:13.312 INFO O| Aug 27 00:54:13.312 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-27T00:54:14.460Z[ recovery-image] Aug 27 00:54:13.322 INFO O| Aug 27 00:54:13.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91032026-08-27T00:54:14.461Z[ recovery-image] Aug 27 00:54:13.322 INFO O| Aug 27 00:54:13.322 INFO copying /tmp/.tmpBvIJBf/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 ...
91042026-08-27T00:54:14.464Z[ recovery-image] Aug 27 00:54:13.322 INFO O| Aug 27 00:54:13.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91052026-08-27T00:54:14.464Z[ recovery-image] Aug 27 00:54:13.322 INFO O| Aug 27 00:54:13.322 INFO ok!
91062026-08-27T00:54:14.464Z[ recovery-image] Aug 27 00:54:13.322 INFO O| Aug 27 00:54:13.322 INFO STEP 64 (ensure_file) COMPLETE
91072026-08-27T00:54:14.464Z[ recovery-image] Aug 27 00:54:13.322 INFO O| Aug 27 00:54:13.322 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-08-27T00:54:14.471Z[ recovery-image] Aug 27 00:54:13.333 INFO O| Aug 27 00:54:13.333 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91092026-08-27T00:54:14.471Z[ recovery-image] Aug 27 00:54:13.333 INFO O| Aug 27 00:54:13.333 INFO copying /tmp/.tmpBvIJBf/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91102026-08-27T00:54:14.475Z[ recovery-image] Aug 27 00:54:13.333 INFO O| Aug 27 00:54:13.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91112026-08-27T00:54:14.475Z[ recovery-image] Aug 27 00:54:13.333 INFO O| Aug 27 00:54:13.333 INFO ok!
91122026-08-27T00:54:14.475Z[ recovery-image] Aug 27 00:54:13.333 INFO O| Aug 27 00:54:13.333 INFO STEP 65 (ensure_file) COMPLETE
91132026-08-27T00:54:14.475Z[ recovery-image] Aug 27 00:54:13.333 INFO O| Aug 27 00:54:13.333 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-08-27T00:54:14.482Z[ recovery-image] Aug 27 00:54:13.344 INFO O| Aug 27 00:54:13.344 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91152026-08-27T00:54:14.482Z[ recovery-image] Aug 27 00:54:13.344 INFO O| Aug 27 00:54:13.344 INFO STEP 66 (ensure_dir) COMPLETE
91162026-08-27T00:54:14.485Z[ recovery-image] Aug 27 00:54:13.344 INFO O| Aug 27 00:54:13.344 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-08-27T00:54:14.493Z[ recovery-image] Aug 27 00:54:13.354 INFO O| Aug 27 00:54:13.354 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91182026-08-27T00:54:14.493Z[ recovery-image] Aug 27 00:54:13.354 INFO O| Aug 27 00:54:13.354 INFO STEP 67 (ensure_dir) COMPLETE
91192026-08-27T00:54:14.493Z[ recovery-image] Aug 27 00:54:13.354 INFO O| Aug 27 00:54:13.354 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-08-27T00:54:14.501Z[ recovery-image] Aug 27 00:54:13.363 INFO O| Aug 27 00:54:13.363 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91212026-08-27T00:54:14.501Z[ recovery-image] Aug 27 00:54:13.363 INFO O| Aug 27 00:54:13.363 INFO STEP 68 (ensure_dir) COMPLETE
91222026-08-27T00:54:14.501Z[ recovery-image] Aug 27 00:54:13.363 INFO O| Aug 27 00:54:13.363 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-08-27T00:54:14.512Z[ recovery-image] Aug 27 00:54:13.374 INFO O| Aug 27 00:54:13.374 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91242026-08-27T00:54:14.512Z[ recovery-image] Aug 27 00:54:13.374 INFO O| Aug 27 00:54:13.374 INFO STEP 69 (ensure_dir) COMPLETE
91252026-08-27T00:54:14.512Z[ recovery-image] Aug 27 00:54:13.374 INFO O| Aug 27 00:54:13.374 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-08-27T00:54:14.523Z[ recovery-image] Aug 27 00:54:13.385 INFO O| Aug 27 00:54:13.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91272026-08-27T00:54:14.523Z[ recovery-image] Aug 27 00:54:13.385 INFO O| Aug 27 00:54:13.385 INFO copying /tmp/.tmpBvIJBf/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91282026-08-27T00:54:14.523Z[ recovery-image] Aug 27 00:54:13.385 INFO O| Aug 27 00:54:13.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91292026-08-27T00:54:14.527Z[ recovery-image] Aug 27 00:54:13.385 INFO O| Aug 27 00:54:13.385 INFO ok!
91302026-08-27T00:54:14.527Z[ recovery-image] Aug 27 00:54:13.385 INFO O| Aug 27 00:54:13.385 INFO STEP 70 (ensure_file) COMPLETE
91312026-08-27T00:54:14.527Z[ recovery-image] Aug 27 00:54:13.385 INFO O| Aug 27 00:54:13.385 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-27T00:54:14.533Z[ recovery-image] Aug 27 00:54:13.395 INFO O| Aug 27 00:54:13.395 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91332026-08-27T00:54:14.536Z[ recovery-image] Aug 27 00:54:13.395 INFO O| Aug 27 00:54:13.395 INFO STEP 71 (remove_files) COMPLETE
91342026-08-27T00:54:14.536Z[ recovery-image] Aug 27 00:54:13.395 INFO O| Aug 27 00:54:13.395 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-27T00:54:14.544Z[ recovery-image] Aug 27 00:54:13.405 INFO O| Aug 27 00:54:13.405 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91362026-08-27T00:54:14.544Z[ recovery-image] Aug 27 00:54:13.405 INFO O| Aug 27 00:54:13.405 INFO STEP 72 (remove_files) COMPLETE
91372026-08-27T00:54:14.547Z[ recovery-image] Aug 27 00:54:13.405 INFO O| Aug 27 00:54:13.405 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-27T00:54:14.554Z[ recovery-image] Aug 27 00:54:13.416 INFO O| Aug 27 00:54:13.416 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91392026-08-27T00:54:14.554Z[ recovery-image] Aug 27 00:54:13.416 INFO O| Aug 27 00:54:13.416 INFO STEP 73 (remove_files) COMPLETE
91402026-08-27T00:54:14.554Z[ recovery-image] Aug 27 00:54:13.416 INFO O| Aug 27 00:54:13.416 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-27T00:54:14.564Z[ recovery-image] Aug 27 00:54:13.426 INFO O| Aug 27 00:54:13.425 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91422026-08-27T00:54:14.564Z[ recovery-image] Aug 27 00:54:13.426 INFO O| Aug 27 00:54:13.426 INFO STEP 74 (remove_files) COMPLETE
91432026-08-27T00:54:14.567Z[ recovery-image] Aug 27 00:54:13.426 INFO O| Aug 27 00:54:13.426 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-27T00:54:14.574Z[ recovery-image] Aug 27 00:54:13.435 INFO O| Aug 27 00:54:13.435 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91452026-08-27T00:54:14.574Z[ recovery-image] Aug 27 00:54:13.435 INFO O| Aug 27 00:54:13.435 INFO STEP 75 (remove_files) COMPLETE
91462026-08-27T00:54:14.577Z[ recovery-image] Aug 27 00:54:13.435 INFO O| Aug 27 00:54:13.435 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-27T00:54:14.583Z[ recovery-image] Aug 27 00:54:13.444 INFO O| Aug 27 00:54:13.444 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91482026-08-27T00:54:14.583Z[ recovery-image] Aug 27 00:54:13.445 INFO O| Aug 27 00:54:13.445 INFO STEP 76 (remove_files) COMPLETE
91492026-08-27T00:54:14.583Z[ recovery-image] Aug 27 00:54:13.445 INFO O| Aug 27 00:54:13.445 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-27T00:54:14.592Z[ recovery-image] Aug 27 00:54:13.454 INFO O| Aug 27 00:54:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91512026-08-27T00:54:14.592Z[ recovery-image] Aug 27 00:54:13.454 INFO O| Aug 27 00:54:13.454 INFO STEP 77 (remove_files) COMPLETE
91522026-08-27T00:54:14.592Z[ recovery-image] Aug 27 00:54:13.454 INFO O| Aug 27 00:54:13.454 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-27T00:54:14.601Z[ recovery-image] Aug 27 00:54:13.463 INFO O| Aug 27 00:54:13.463 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91542026-08-27T00:54:14.601Z[ recovery-image] Aug 27 00:54:13.463 INFO O| Aug 27 00:54:13.463 INFO STEP 78 (remove_files) COMPLETE
91552026-08-27T00:54:14.601Z[ recovery-image] Aug 27 00:54:13.463 INFO O| Aug 27 00:54:13.463 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-27T00:54:14.611Z[ recovery-image] Aug 27 00:54:13.472 INFO O| Aug 27 00:54:13.472 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91572026-08-27T00:54:14.611Z[ recovery-image] Aug 27 00:54:13.472 INFO O| Aug 27 00:54:13.472 INFO STEP 79 (remove_files) COMPLETE
91582026-08-27T00:54:14.611Z[ recovery-image] Aug 27 00:54:13.472 INFO O| Aug 27 00:54:13.472 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-27T00:54:14.621Z[ recovery-image] Aug 27 00:54:13.482 INFO O| Aug 27 00:54:13.482 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91602026-08-27T00:54:14.621Z[ recovery-image] Aug 27 00:54:13.482 INFO O| Aug 27 00:54:13.482 INFO STEP 80 (remove_files) COMPLETE
91612026-08-27T00:54:14.624Z[ recovery-image] Aug 27 00:54:13.482 INFO O| Aug 27 00:54:13.482 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-27T00:54:14.631Z[ recovery-image] Aug 27 00:54:13.492 INFO O| Aug 27 00:54:13.492 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91632026-08-27T00:54:14.631Z[ recovery-image] Aug 27 00:54:13.492 INFO O| Aug 27 00:54:13.492 INFO STEP 81 (remove_files) COMPLETE
91642026-08-27T00:54:14.631Z[ recovery-image] Aug 27 00:54:13.492 INFO O| Aug 27 00:54:13.492 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-27T00:54:14.641Z[ recovery-image] Aug 27 00:54:13.503 INFO O| Aug 27 00:54:13.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91662026-08-27T00:54:14.641Z[ recovery-image] Aug 27 00:54:13.503 INFO O| Aug 27 00:54:13.503 INFO STEP 82 (remove_files) COMPLETE
91672026-08-27T00:54:14.641Z[ recovery-image] Aug 27 00:54:13.503 INFO O| Aug 27 00:54:13.503 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-27T00:54:14.651Z[ recovery-image] Aug 27 00:54:13.513 INFO O| Aug 27 00:54:13.512 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91692026-08-27T00:54:14.651Z[ recovery-image] Aug 27 00:54:13.513 INFO O| Aug 27 00:54:13.513 INFO STEP 83 (remove_files) COMPLETE
91702026-08-27T00:54:14.651Z[ recovery-image] Aug 27 00:54:13.513 INFO O| Aug 27 00:54:13.513 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-27T00:54:14.661Z[ recovery-image] Aug 27 00:54:13.522 INFO O| Aug 27 00:54:13.522 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91722026-08-27T00:54:14.661Z[ recovery-image] Aug 27 00:54:13.523 INFO O| Aug 27 00:54:13.523 INFO STEP 84 (remove_files) COMPLETE
91732026-08-27T00:54:14.665Z[ recovery-image] Aug 27 00:54:13.523 INFO O| Aug 27 00:54:13.523 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-27T00:54:14.672Z[ recovery-image] Aug 27 00:54:13.534 INFO O| Aug 27 00:54:13.534 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91752026-08-27T00:54:14.672Z[ recovery-image] Aug 27 00:54:13.534 INFO O| Aug 27 00:54:13.534 INFO STEP 85 (remove_files) COMPLETE
91762026-08-27T00:54:14.672Z[ recovery-image] Aug 27 00:54:13.534 INFO O| Aug 27 00:54:13.534 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-27T00:54:14.683Z[ recovery-image] Aug 27 00:54:13.544 INFO O| Aug 27 00:54:13.544 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91782026-08-27T00:54:14.683Z[ recovery-image] Aug 27 00:54:13.544 INFO O| Aug 27 00:54:13.544 INFO STEP 86 (remove_files) COMPLETE
91792026-08-27T00:54:14.683Z[ recovery-image] Aug 27 00:54:13.544 INFO O| Aug 27 00:54:13.544 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-27T00:54:14.692Z[ recovery-image] Aug 27 00:54:13.554 INFO O| Aug 27 00:54:13.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91812026-08-27T00:54:14.692Z[ recovery-image] Aug 27 00:54:13.554 INFO O| Aug 27 00:54:13.554 INFO STEP 87 (remove_files) COMPLETE
91822026-08-27T00:54:14.696Z[ recovery-image] Aug 27 00:54:13.554 INFO O| Aug 27 00:54:13.554 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-27T00:54:14.702Z[ recovery-image] Aug 27 00:54:13.564 INFO O| Aug 27 00:54:13.564 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91842026-08-27T00:54:14.702Z[ recovery-image] Aug 27 00:54:13.564 INFO O| Aug 27 00:54:13.564 INFO STEP 88 (remove_files) COMPLETE
91852026-08-27T00:54:14.706Z[ recovery-image] Aug 27 00:54:13.564 INFO O| Aug 27 00:54:13.564 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-27T00:54:14.712Z[ recovery-image] Aug 27 00:54:13.573 INFO O| Aug 27 00:54:13.573 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91872026-08-27T00:54:14.712Z[ recovery-image] Aug 27 00:54:13.573 INFO O| Aug 27 00:54:13.573 INFO STEP 89 (remove_files) COMPLETE
91882026-08-27T00:54:14.712Z[ recovery-image] Aug 27 00:54:13.573 INFO O| Aug 27 00:54:13.573 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-27T00:54:14.722Z[ recovery-image] Aug 27 00:54:13.584 INFO O| Aug 27 00:54:13.584 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91902026-08-27T00:54:14.722Z[ recovery-image] Aug 27 00:54:13.584 INFO O| Aug 27 00:54:13.584 INFO STEP 90 (remove_files) COMPLETE
91912026-08-27T00:54:14.722Z[ recovery-image] Aug 27 00:54:13.584 INFO O| Aug 27 00:54:13.584 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-27T00:54:14.733Z[ recovery-image] Aug 27 00:54:13.594 INFO O| Aug 27 00:54:13.594 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91932026-08-27T00:54:14.733Z[ recovery-image] Aug 27 00:54:13.594 INFO O| Aug 27 00:54:13.594 INFO STEP 91 (remove_files) COMPLETE
91942026-08-27T00:54:14.733Z[ recovery-image] Aug 27 00:54:13.594 INFO O| Aug 27 00:54:13.594 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-27T00:54:14.744Z[ recovery-image] Aug 27 00:54:13.605 INFO O| Aug 27 00:54:13.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91962026-08-27T00:54:14.744Z[ recovery-image] Aug 27 00:54:13.606 INFO O| Aug 27 00:54:13.605 INFO STEP 92 (remove_files) COMPLETE
91972026-08-27T00:54:14.744Z[ recovery-image] Aug 27 00:54:13.606 INFO O| Aug 27 00:54:13.605 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-27T00:54:14.756Z[ recovery-image] Aug 27 00:54:13.617 INFO O| Aug 27 00:54:13.617 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91992026-08-27T00:54:14.756Z[ recovery-image] Aug 27 00:54:13.617 INFO O| Aug 27 00:54:13.617 INFO STEP 93 (remove_files) COMPLETE
92002026-08-27T00:54:14.756Z[ recovery-image] Aug 27 00:54:13.618 INFO O| Aug 27 00:54:13.617 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-27T00:54:14.767Z[ recovery-image] Aug 27 00:54:13.628 INFO O| Aug 27 00:54:13.628 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92022026-08-27T00:54:14.767Z[ recovery-image] Aug 27 00:54:13.628 INFO O| Aug 27 00:54:13.628 INFO STEP 94 (remove_files) COMPLETE
92032026-08-27T00:54:14.767Z[ recovery-image] Aug 27 00:54:13.628 INFO O| Aug 27 00:54:13.628 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-08-27T00:54:14.777Z[ recovery-image] Aug 27 00:54:13.638 INFO O| Aug 27 00:54:13.638 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92052026-08-27T00:54:14.777Z[ recovery-image] Aug 27 00:54:13.638 INFO O| Aug 27 00:54:13.638 INFO STEP 95 (remove_files) COMPLETE
92062026-08-27T00:54:14.777Z[ recovery-image] Aug 27 00:54:13.638 INFO O| Aug 27 00:54:13.638 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-08-27T00:54:14.785Z[ recovery-image] Aug 27 00:54:13.647 INFO O| Aug 27 00:54:13.647 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92082026-08-27T00:54:14.785Z[ recovery-image] Aug 27 00:54:13.647 INFO O| Aug 27 00:54:13.647 INFO STEP 96 (remove_files) COMPLETE
92092026-08-27T00:54:14.789Z[ recovery-image] Aug 27 00:54:13.647 INFO O| Aug 27 00:54:13.647 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-08-27T00:54:14.797Z[ recovery-image] Aug 27 00:54:13.658 INFO O| Aug 27 00:54:13.658 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92112026-08-27T00:54:14.797Z[ recovery-image] Aug 27 00:54:13.659 INFO O| Aug 27 00:54:13.659 INFO STEP 97 (remove_files) COMPLETE
92122026-08-27T00:54:14.797Z[ recovery-image] Aug 27 00:54:13.659 INFO O| Aug 27 00:54:13.659 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-08-27T00:54:14.807Z[ recovery-image] Aug 27 00:54:13.669 INFO O| Aug 27 00:54:13.669 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92142026-08-27T00:54:14.807Z[ recovery-image] Aug 27 00:54:13.669 INFO O| Aug 27 00:54:13.669 INFO STEP 98 (remove_files) COMPLETE
92152026-08-27T00:54:14.807Z[ recovery-image] Aug 27 00:54:13.669 INFO O| Aug 27 00:54:13.669 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-08-27T00:54:14.823Z[ recovery-image] Aug 27 00:54:13.685 INFO O| Aug 27 00:54:13.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92172026-08-27T00:54:14.823Z[ recovery-image] Aug 27 00:54:13.685 INFO O| Aug 27 00:54:13.685 INFO STEP 99 (remove_files) COMPLETE
92182026-08-27T00:54:14.824Z[ recovery-image] Aug 27 00:54:13.685 INFO O| Aug 27 00:54:13.685 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92192026-08-27T00:54:14.840Z[ recovery-image] Aug 27 00:54:13.701 INFO O| Aug 27 00:54:13.701 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92202026-08-27T00:54:14.840Z[ recovery-image] Aug 27 00:54:13.701 INFO O| Aug 27 00:54:13.701 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92212026-08-27T00:54:19.055Z[ recovery-image] Aug 27 00:54:17.914 INFO O| Aug 27 00:54:17.914 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92222026-08-27T00:54:19.055Z[ recovery-image] Aug 27 00:54:17.914 INFO O| Aug 27 00:54:17.914 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
92232026-08-27T00:54:19.066Z[ recovery-image] Aug 27 00:54:17.927 INFO O| Aug 27 00:54:17.927 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92242026-08-27T00:54:19.167Z[ recovery-image] Aug 27 00:54:18.022 INFO O| Aug 27 00:54:18.022 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92252026-08-27T00:54:19.221Z[ recovery-image] Aug 27 00:54:18.082 INFO O| Aug 27 00:54:18.082 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
92262026-08-27T00:54:19.306Z[ recovery-image] Aug 27 00:54:18.168 INFO O| Aug 27 00:54:18.168 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92272026-08-27T00:54:19.306Z[ recovery-image] Aug 27 00:54:18.168 INFO O| Aug 27 00:54:18.168 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 ...
92282026-08-27T00:54:19.310Z[ recovery-image] Aug 27 00:54:18.169 INFO O| Aug 27 00:54:18.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92292026-08-27T00:54:19.310Z[ recovery-image] Aug 27 00:54:18.169 INFO O| Aug 27 00:54:18.169 INFO ok!
92302026-08-27T00:54:19.310Z[ recovery-image] Aug 27 00:54:18.169 INFO O| Aug 27 00:54:18.169 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92312026-08-27T00:54:19.310Z[ recovery-image] Aug 27 00:54:18.169 INFO O| Aug 27 00:54:18.169 INFO STEP 100 (seed_smf) COMPLETE
92322026-08-27T00:54:19.310Z[ recovery-image] Aug 27 00:54:18.169 INFO O| Aug 27 00:54:18.169 INFO steps complete; finalising image!
92332026-08-27T00:54:19.310Z[ recovery-image] Aug 27 00:54:18.169 INFO O| Aug 27 00:54:18.169 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92342026-08-27T00:54:19.362Z[ recovery-image] Aug 27 00:54:18.224 INFO O| Aug 27 00:54:18.224 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 27 00:54:18 2026)
92352026-08-27T00:54:19.512Z[verify-libraries] Compiling oso v0.27.3
92362026-08-27T00:54:19.575Z[ recovery-image] Aug 27 00:54:18.437 INFO O| Aug 27 00:54:18.437 INFO trim TEMPORARY-sled-zfs-recovery: (53% trimmed, started at Thu Aug 27 00:54:18 2026)
92372026-08-27T00:54:19.782Z[ recovery-image] Aug 27 00:54:18.643 INFO O| Aug 27 00:54:18.643 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Thu Aug 27 00:54:18 2026)
92382026-08-27T00:54:19.993Z[ recovery-image] Aug 27 00:54:18.854 INFO O| Aug 27 00:54:18.854 INFO trim TEMPORARY-sled-zfs-recovery: (82% trimmed, started at Thu Aug 27 00:54:18 2026)
92392026-08-27T00:54:20.200Z[ recovery-image] Aug 27 00:54:19.061 INFO O| Aug 27 00:54:19.061 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92402026-08-27T00:54:20.406Z[ recovery-image] Aug 27 00:54:19.268 INFO O| Aug 27 00:54:19.268 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92412026-08-27T00:54:20.613Z[ recovery-image] Aug 27 00:54:19.474 INFO O| Aug 27 00:54:19.474 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92422026-08-27T00:54:20.820Z[ recovery-image] Aug 27 00:54:19.681 INFO O| Aug 27 00:54:19.681 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92432026-08-27T00:54:21.026Z[ recovery-image] Aug 27 00:54:19.887 INFO O| Aug 27 00:54:19.887 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92442026-08-27T00:54:21.236Z[ recovery-image] Aug 27 00:54:20.098 INFO O| Aug 27 00:54:20.097 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92452026-08-27T00:54:21.442Z[ recovery-image] Aug 27 00:54:20.304 INFO O| Aug 27 00:54:20.304 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92462026-08-27T00:54:21.648Z[ recovery-image] Aug 27 00:54:20.510 INFO O| Aug 27 00:54:20.510 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92472026-08-27T00:54:21.855Z[ recovery-image] Aug 27 00:54:20.717 INFO O| Aug 27 00:54:20.716 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92482026-08-27T00:54:22.062Z[ recovery-image] Aug 27 00:54:20.923 INFO O| Aug 27 00:54:20.923 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92492026-08-27T00:54:22.267Z[ recovery-image] Aug 27 00:54:21.129 INFO O| Aug 27 00:54:21.129 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92502026-08-27T00:54:22.473Z[ recovery-image] Aug 27 00:54:21.335 INFO O| Aug 27 00:54:21.335 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92512026-08-27T00:54:22.681Z[ recovery-image] Aug 27 00:54:21.542 INFO O| Aug 27 00:54:21.542 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92522026-08-27T00:54:22.888Z[ recovery-image] Aug 27 00:54:21.749 INFO O| Aug 27 00:54:21.749 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 27 00:54:18 2026)
92532026-08-27T00:54:23.096Z[ recovery-image] Aug 27 00:54:21.954 INFO O| Aug 27 00:54:21.954 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 27 00:54:18 2026)
92542026-08-27T00:54:23.313Z[ recovery-image] Aug 27 00:54:22.174 INFO O| Aug 27 00:54:22.174 INFO temporary pool has 498M used, 1.26G avail, 1.00x compressratio
92552026-08-27T00:54:23.313Z[ recovery-image] Aug 27 00:54:22.174 INFO O| Aug 27 00:54:22.174 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92562026-08-27T00:54:23.966Z[ recovery-image] Aug 27 00:54:22.827 INFO O| Aug 27 00:54:22.827 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
92572026-08-27T00:54:23.966Z[ recovery-image] Aug 27 00:54:22.827 INFO O| Aug 27 00:54:22.827 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92582026-08-27T00:54:26.651Z[ recovery-image] Aug 27 00:54:25.513 INFO O| Aug 27 00:54:25.513 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92592026-08-27T00:54:26.652Z[ recovery-image] Aug 27 00:54:25.513 INFO O| Aug 27 00:54:25.513 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92602026-08-27T00:54:26.655Z[ recovery-image] Aug 27 00:54:25.513 INFO O| Aug 27 00:54:25.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92612026-08-27T00:54:26.655Z[ recovery-image] Aug 27 00:54:25.513 INFO O| Aug 27 00:54:25.513 INFO completed processing sled/zfs-recovery
92622026-08-27T00:54:26.655Z[ recovery-image] Aug 27 00:54:25.513 INFO O| Aug 27 00:54:25.513 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92632026-08-27T00:54:27.189Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92642026-08-27T00:54:27.594Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92652026-08-27T00:54:29.242Z[ host-image] Aug 27 00:54:28.103 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92662026-08-27T00:54:29.242Z[ host-image] Aug 27 00:54:28.103 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92672026-08-27T00:54:29.247Z[ host-image] Aug 27 00:54:28.103 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92682026-08-27T00:54:29.247Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92692026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92702026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92712026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92722026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92732026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260827T004107Z
92742026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92752026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92762026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.104 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92772026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.105 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92782026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.105 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92792026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.105 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92802026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.105 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92812026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.105 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92822026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92832026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92842026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92852026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92862026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92872026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92882026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92892026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92902026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92912026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92922026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92932026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92942026-08-27T00:54:29.248Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92952026-08-27T00:54:29.249Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92962026-08-27T00:54:29.249Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92972026-08-27T00:54:29.249Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92982026-08-27T00:54:29.249Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92992026-08-27T00:54:29.249Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
93002026-08-27T00:54:29.249Z[ host-image] Aug 27 00:54:28.106 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
93012026-08-27T00:54:29.250Z[ host-image] Aug 27 00:54:28.107 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
93022026-08-27T00:54:29.250Z[ host-image] Aug 27 00:54:28.107 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
93032026-08-27T00:54:29.250Z[ host-image] Aug 27 00:54:28.107 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
93042026-08-27T00:54:29.254Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93052026-08-27T00:54:29.254Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93062026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93072026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93082026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93092026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93102026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93112026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93122026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93132026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93142026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.110 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93152026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.114 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93162026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.114 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93172026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.114 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93182026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.114 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93192026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.114 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93202026-08-27T00:54:29.255Z[ host-image] Aug 27 00:54:28.114 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93212026-08-27T00:54:29.264Z[ host-image] Aug 27 00:54:28.126 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93222026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.126 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93232026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.126 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93242026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.126 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93252026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93262026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93272026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93282026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93292026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93302026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93312026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93322026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93332026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.127 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93342026-08-27T00:54:29.268Z[ host-image] Aug 27 00:54:28.128 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93352026-08-27T00:54:29.269Z[ host-image] Aug 27 00:54:28.128 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93362026-08-27T00:54:29.269Z[ host-image] Aug 27 00:54:28.128 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93372026-08-27T00:54:29.269Z[ host-image] Aug 27 00:54:28.128 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93382026-08-27T00:54:29.269Z[ host-image] Aug 27 00:54:28.128 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93392026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.132 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93402026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.132 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93412026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.133 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93422026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.133 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93432026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.133 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93442026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.133 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93452026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.133 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93462026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.133 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93472026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.133 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93482026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.134 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93492026-08-27T00:54:29.273Z[ host-image] Aug 27 00:54:28.134 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93502026-08-27T00:54:29.274Z[ host-image] Aug 27 00:54:28.135 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93512026-08-27T00:54:29.274Z[ host-image] Aug 27 00:54:28.135 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93522026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.135 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93532026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.135 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93542026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.135 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93552026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.135 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93562026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.137 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93572026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.137 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93582026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.137 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93592026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.137 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93602026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.138 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93612026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.138 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93622026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.138 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93632026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.138 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93642026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.138 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93652026-08-27T00:54:29.277Z[ host-image] Aug 27 00:54:28.138 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93662026-08-27T00:54:29.285Z[ host-image] Aug 27 00:54:28.141 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93672026-08-27T00:54:29.285Z[ host-image] Aug 27 00:54:28.141 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93682026-08-27T00:54:29.285Z[ host-image] Aug 27 00:54:28.141 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93692026-08-27T00:54:29.285Z[ host-image] Aug 27 00:54:28.142 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93702026-08-27T00:54:29.285Z[ host-image] Aug 27 00:54:28.142 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93712026-08-27T00:54:29.290Z[ host-image] Aug 27 00:54:28.147 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93722026-08-27T00:54:29.290Z[ host-image] Aug 27 00:54:28.147 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93732026-08-27T00:54:29.290Z[ host-image] Aug 27 00:54:28.147 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93742026-08-27T00:54:29.290Z[ host-image] Aug 27 00:54:28.148 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93752026-08-27T00:54:29.290Z[ host-image] Aug 27 00:54:28.148 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93762026-08-27T00:54:29.294Z[ host-image] Aug 27 00:54:28.156 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93772026-08-27T00:54:29.294Z[ host-image] Aug 27 00:54:28.156 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93782026-08-27T00:54:29.294Z[ host-image] Aug 27 00:54:28.156 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93792026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.156 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93802026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93812026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93822026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93832026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93842026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93852026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93862026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93872026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93882026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.157 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93892026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.158 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93902026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.158 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93912026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.158 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93922026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.158 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93932026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.158 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93942026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.158 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93952026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93962026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93972026-08-27T00:54:29.298Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93982026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93992026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
94002026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94012026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94022026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94032026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94042026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94052026-08-27T00:54:29.299Z[ host-image] Aug 27 00:54:28.159 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94062026-08-27T00:54:29.303Z[ host-image] Aug 27 00:54:28.160 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94072026-08-27T00:54:29.303Z[ host-image] Aug 27 00:54:28.160 INFO O| tempdir @ "/tmp/.tmpRr0sIb/tmp"
94082026-08-27T00:54:29.303Z[ host-image] Aug 27 00:54:28.160 INFO O| image root @ "/tmp/.tmpRr0sIb/tmp/root"
94092026-08-27T00:54:29.303Z[ host-image] Aug 27 00:54:28.160 INFO O| creating image...
94102026-08-27T00:54:30.236Z[ host-image] Aug 27 00:54:29.097 INFO O| copying publishers...
94112026-08-27T00:54:30.268Z[ recovery-image] Aug 27 00:54:29.130 INFO O| Aug 27 00:54:29.130 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94122026-08-27T00:54:30.388Z[ recovery-image] Aug 27 00:54:29.249 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94132026-08-27T00:54:30.388Z[ recovery-image] Aug 27 00:54:29.249 INFO expanded image name: "recovery a0331ac/${os_short_commit} 2026-08-27 00:41" -> "recovery a0331ac/bbd33bf 2026-08-27 00:41"
94142026-08-27T00:54:30.388Z[ recovery-image] Aug 27 00:54:29.250 INFO output artefacts stored in: "/work/os-recovery"
94152026-08-27T00:54:30.391Z[ recovery-image] Aug 27 00:54:29.250 INFO collecting git info from project "dmar-report"...
94162026-08-27T00:54:30.401Z[ recovery-image] Aug 27 00:54:29.262 INFO collecting git info from project "pinprick"...
94172026-08-27T00:54:30.407Z[ recovery-image] Aug 27 00:54:29.269 INFO collecting git info from project "phbl"...
94182026-08-27T00:54:30.413Z[ recovery-image] Aug 27 00:54:29.275 INFO collecting git info from project "image-builder"...
94192026-08-27T00:54:30.420Z[ recovery-image] Aug 27 00:54:29.281 INFO collecting git info from project "chelsio-t6-roms"...
94202026-08-27T00:54:30.438Z[ recovery-image] Aug 27 00:54:29.299 INFO collecting git info from project "pilot"...
94212026-08-27T00:54:30.503Z[ recovery-image] Aug 27 00:54:29.364 INFO collecting git info from project "amd-host-image-builder"...
94222026-08-27T00:54:30.547Z[ recovery-image] Aug 27 00:54:29.409 INFO collecting git info from project "amd-firmware"...
94232026-08-27T00:54:31.007Z[ recovery-image] Aug 27 00:54:29.868 INFO collecting git info from project "bootserver"...
94242026-08-27T00:54:31.037Z[ recovery-image] Aug 27 00:54:29.899 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94252026-08-27T00:54:31.598Z[ recovery-image] Aug 27 00:54:30.459 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94262026-08-27T00:54:32.084Z[ recovery-image] Aug 27 00:54:30.945 INFO creating Oxide boot image...
94272026-08-27T00:54:32.084Z[ recovery-image] Aug 27 00:54:30.945 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery a0331ac/bbd33bf 2026-08-27 00:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94282026-08-27T00:54:33.750Z[ host-image] Aug 27 00:54:32.611 INFO O| adding properties...
94292026-08-27T00:54:34.412Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94302026-08-27T00:54:35.141Z[ host-image] Aug 27 00:54:34.002 INFO O| installing packages...
94312026-08-27T00:54:39.784Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94322026-08-27T00:54:40.471Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94332026-08-27T00:54:40.970Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94342026-08-27T00:54:41.705Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94352026-08-27T00:54:41.901Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94362026-08-27T00:54:46.307Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94372026-08-27T00:54:47.458Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94382026-08-27T00:54:48.210Z[ host-image] Aug 27 00:54:47.057 INFO O| seeding SMF database...
94392026-08-27T00:54:48.345Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94402026-08-27T00:54:53.576Z[ host-image] Aug 27 00:54:52.437 INFO O| configuring SMF profile...
94412026-08-27T00:54:53.584Z[ host-image] Aug 27 00:54:52.437 INFO O| modifying shadow(5)...
94422026-08-27T00:54:53.584Z[ host-image] Aug 27 00:54:52.437 INFO O| loading user and group database...
94432026-08-27T00:54:53.584Z[ host-image] Aug 27 00:54:52.437 INFO O| loading facet selections...
94442026-08-27T00:54:53.970Z[ host-image] Aug 27 00:54:52.809 INFO O| devel -> true
94452026-08-27T00:54:53.974Z[ host-image] Aug 27 00:54:52.809 INFO O| doc.man -> true
94462026-08-27T00:54:53.980Z[ host-image] Aug 27 00:54:52.809 INFO O| version-lock.shell/ksh93 -> true
94472026-08-27T00:54:53.980Z[ host-image] Aug 27 00:54:52.809 INFO O| version-lock.system/data/hardware-registry -> true
94482026-08-27T00:54:53.994Z[ host-image] Aug 27 00:54:52.809 INFO O| version-lock.system/data/zoneinfo -> true
94492026-08-27T00:54:53.994Z[ host-image] Aug 27 00:54:52.809 INFO O| version-lock.system/microcode/amd -> true
94502026-08-27T00:54:53.994Z[ host-image] Aug 27 00:54:52.809 INFO O| version-lock.system/microcode/intel -> true
94512026-08-27T00:54:53.994Z[ host-image] Aug 27 00:54:52.809 INFO O| version-lock.system/microcode/oxide -> true
94522026-08-27T00:54:53.994Z[ host-image] Aug 27 00:54:52.809 INFO O| assessing packaged files...
94532026-08-27T00:54:55.697Z[ host-image] Aug 27 00:54:54.558 INFO O| creating archive...
94542026-08-27T00:54:55.723Z[ host-image] Aug 27 00:54:54.579 INFO O| missing from packaging:
94552026-08-27T00:54:55.723Z[ host-image] Aug 27 00:54:54.579 INFO O| "etc/.pwd.lock"
94562026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.579 INFO O| "etc/bash"
94572026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.583 INFO O| "etc/svc/profile/generic.xml"
94582026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.583 INFO O| "etc/svc/profile/inetd_services.xml"
94592026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.583 INFO O| "etc/svc/profile/name_service.xml"
94602026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.583 INFO O| "etc/svc/profile/platform.xml"
94612026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.583 INFO O| "etc/svc/profile/platform_omicron1.xml"
94622026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.583 INFO O| "etc/svc/repository.db"
94632026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.589 INFO O| "opt/ooce/share"
94642026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.589 INFO O| "opt/ooce/share/man"
94652026-08-27T00:54:55.730Z[ host-image] Aug 27 00:54:54.589 INFO O| "opt/ooce/share/man/man1"
94662026-08-27T00:54:55.737Z[ host-image] Aug 27 00:54:54.598 INFO O| finishing archive...
94672026-08-27T00:54:56.750Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94682026-08-27T00:54:58.228Z[ host-image] Aug 27 00:54:57.089 INFO O| creating gzonly manifest...
94692026-08-27T00:54:58.233Z[ host-image] Aug 27 00:54:57.095 INFO O| ok
94702026-08-27T00:54:58.333Z[ host-image] Aug 27 00:54:57.193 INFO image builder template: ramdisk-02-trim...
94712026-08-27T00:54:58.333Z[ host-image] Aug 27 00:54:57.193 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/.tmpBvIJBf/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
94722026-08-27T00:54:58.359Z[ host-image] Aug 27 00:54:57.213 INFO O| Aug 27 00:54:57.213 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94732026-08-27T00:54:58.369Z[ host-image] Aug 27 00:54:57.216 INFO O| Aug 27 00:54:57.216 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94742026-08-27T00:54:59.250Z[ host-image] Aug 27 00:54:58.108 INFO O| Aug 27 00:54:58.108 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94752026-08-27T00:54:59.423Z[ host-image] Aug 27 00:54:58.281 INFO O| Aug 27 00:54:58.281 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94762026-08-27T00:54:59.423Z[ host-image] Aug 27 00:54:58.281 INFO O| Aug 27 00:54:58.281 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94772026-08-27T00:54:59.431Z[ host-image] Aug 27 00:54:58.285 INFO O| Aug 27 00:54:58.285 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94782026-08-27T00:54:59.431Z[ host-image] Aug 27 00:54:58.289 INFO O| Aug 27 00:54:58.289 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94792026-08-27T00:54:59.435Z[ host-image] Aug 27 00:54:58.293 INFO O| Aug 27 00:54:58.293 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94802026-08-27T00:54:59.939Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94812026-08-27T00:55:00.167Z[ host-image] Aug 27 00:54:59.028 INFO O| Aug 27 00:54:59.028 INFO rolled back to input snapshot; work may begin
94822026-08-27T00:55:00.167Z[ host-image] Aug 27 00:54:59.028 INFO O| Aug 27 00:54:59.028 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94832026-08-27T00:55:00.178Z[ host-image] Aug 27 00:54:59.032 INFO O| Aug 27 00:54:59.032 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-27T00:55:00.186Z[ host-image] Aug 27 00:54:59.041 INFO O| Aug 27 00:54:59.041 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94852026-08-27T00:55:00.224Z[ host-image] Aug 27 00:54:59.082 INFO O| Aug 27 00:54:59.082 INFO STEP 0 (remove_files) COMPLETE
94862026-08-27T00:55:00.224Z[ host-image] Aug 27 00:54:59.082 INFO O| Aug 27 00:54:59.082 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-27T00:55:00.235Z[ host-image] Aug 27 00:54:59.092 INFO O| Aug 27 00:54:59.092 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94882026-08-27T00:55:00.240Z[ host-image] Aug 27 00:54:59.093 INFO O| Aug 27 00:54:59.093 INFO STEP 1 (remove_files) COMPLETE
94892026-08-27T00:55:00.240Z[ host-image] Aug 27 00:54:59.093 INFO O| Aug 27 00:54:59.093 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-27T00:55:00.244Z[ host-image] Aug 27 00:54:59.103 INFO O| Aug 27 00:54:59.103 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94912026-08-27T00:55:00.256Z[ host-image] Aug 27 00:54:59.115 INFO O| Aug 27 00:54:59.115 INFO STEP 2 (remove_files) COMPLETE
94922026-08-27T00:55:00.256Z[ host-image] Aug 27 00:54:59.116 INFO O| Aug 27 00:54:59.115 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-27T00:55:00.263Z[ host-image] Aug 27 00:54:59.124 INFO O| Aug 27 00:54:59.124 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94942026-08-27T00:55:00.268Z[ host-image] Aug 27 00:54:59.125 INFO O| Aug 27 00:54:59.125 INFO STEP 3 (remove_files) COMPLETE
94952026-08-27T00:55:00.268Z[ host-image] Aug 27 00:54:59.125 INFO O| Aug 27 00:54:59.125 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-27T00:55:00.276Z[ host-image] Aug 27 00:54:59.136 INFO O| Aug 27 00:54:59.136 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94972026-08-27T00:55:00.285Z[ host-image] Aug 27 00:54:59.139 INFO O| Aug 27 00:54:59.139 INFO STEP 4 (remove_files) COMPLETE
94982026-08-27T00:55:00.285Z[ host-image] Aug 27 00:54:59.139 INFO O| Aug 27 00:54:59.139 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-27T00:55:00.294Z[ host-image] Aug 27 00:54:59.148 INFO O| Aug 27 00:54:59.148 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95002026-08-27T00:55:00.294Z[ host-image] Aug 27 00:54:59.150 INFO O| Aug 27 00:54:59.150 INFO STEP 5 (remove_files) COMPLETE
95012026-08-27T00:55:00.294Z[ host-image] Aug 27 00:54:59.150 INFO O| Aug 27 00:54:59.150 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-27T00:55:00.299Z[ host-image] Aug 27 00:54:59.158 INFO O| Aug 27 00:54:59.158 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95032026-08-27T00:55:00.307Z[ host-image] Aug 27 00:54:59.167 INFO O| Aug 27 00:54:59.167 INFO STEP 6 (remove_files) COMPLETE
95042026-08-27T00:55:00.307Z[ host-image] Aug 27 00:54:59.167 INFO O| Aug 27 00:54:59.167 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-27T00:55:00.312Z[ host-image] Aug 27 00:54:59.167 INFO O| Aug 27 00:54:59.167 INFO skip step because feature "heliosv2" is not enabled
95062026-08-27T00:55:00.312Z[ host-image] Aug 27 00:54:59.167 INFO O| Aug 27 00:54:59.167 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-27T00:55:00.317Z[ host-image] Aug 27 00:54:59.177 INFO O| Aug 27 00:54:59.177 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95082026-08-27T00:55:00.327Z[ host-image] Aug 27 00:54:59.187 INFO O| Aug 27 00:54:59.187 INFO STEP 8 (remove_files) COMPLETE
95092026-08-27T00:55:00.327Z[ host-image] Aug 27 00:54:59.187 INFO O| Aug 27 00:54:59.187 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-27T00:55:00.338Z[ host-image] Aug 27 00:54:59.198 INFO O| Aug 27 00:54:59.198 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95112026-08-27T00:55:00.406Z[ host-image] Aug 27 00:54:59.268 INFO O| Aug 27 00:54:59.268 INFO STEP 9 (remove_files) COMPLETE
95122026-08-27T00:55:00.406Z[ host-image] Aug 27 00:54:59.268 INFO O| Aug 27 00:54:59.268 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-27T00:55:00.453Z[ host-image] Aug 27 00:54:59.277 INFO O| Aug 27 00:54:59.277 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95142026-08-27T00:55:00.497Z[ host-image] Aug 27 00:54:59.358 INFO O| Aug 27 00:54:59.358 INFO STEP 10 (remove_files) COMPLETE
95152026-08-27T00:55:00.497Z[ host-image] Aug 27 00:54:59.358 INFO O| Aug 27 00:54:59.358 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-08-27T00:55:00.506Z[ host-image] Aug 27 00:54:59.367 INFO O| Aug 27 00:54:59.366 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95172026-08-27T00:55:00.513Z[ host-image] Aug 27 00:54:59.369 INFO O| Aug 27 00:54:59.369 INFO STEP 11 (remove_files) COMPLETE
95182026-08-27T00:55:00.513Z[ host-image] Aug 27 00:54:59.369 INFO O| Aug 27 00:54:59.369 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-08-27T00:55:00.517Z[ host-image] Aug 27 00:54:59.379 INFO O| Aug 27 00:54:59.379 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95202026-08-27T00:55:00.524Z[ host-image] Aug 27 00:54:59.380 INFO O| Aug 27 00:54:59.380 INFO STEP 12 (remove_files) COMPLETE
95212026-08-27T00:55:00.525Z[ host-image] Aug 27 00:54:59.380 INFO O| Aug 27 00:54:59.380 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-27T00:55:00.529Z[ host-image] Aug 27 00:54:59.388 INFO O| Aug 27 00:54:59.388 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95232026-08-27T00:55:00.529Z[ host-image] Aug 27 00:54:59.389 INFO O| Aug 27 00:54:59.389 INFO STEP 13 (remove_files) COMPLETE
95242026-08-27T00:55:00.529Z[ host-image] Aug 27 00:54:59.389 INFO O| Aug 27 00:54:59.389 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-27T00:55:00.536Z[ host-image] Aug 27 00:54:59.398 INFO O| Aug 27 00:54:59.398 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95262026-08-27T00:55:00.544Z[ host-image] Aug 27 00:54:59.398 INFO O| Aug 27 00:54:59.398 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95272026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95282026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95292026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95302026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95312026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95322026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95332026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95342026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95352026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.405 INFO O| Aug 27 00:54:59.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95362026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.406 INFO O| Aug 27 00:54:59.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95372026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.406 INFO O| Aug 27 00:54:59.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95382026-08-27T00:55:00.545Z[ host-image] Aug 27 00:54:59.406 INFO O| Aug 27 00:54:59.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95392026-08-27T00:55:00.546Z[ host-image] Aug 27 00:54:59.406 INFO O| Aug 27 00:54:59.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95402026-08-27T00:55:00.546Z[ host-image] Aug 27 00:54:59.406 INFO O| Aug 27 00:54:59.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95412026-08-27T00:55:00.551Z[ host-image] Aug 27 00:54:59.406 INFO O| Aug 27 00:54:59.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95422026-08-27T00:55:00.551Z[ host-image] Aug 27 00:54:59.406 INFO O| Aug 27 00:54:59.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95432026-08-27T00:55:00.583Z[ host-image] Aug 27 00:54:59.444 INFO O| Aug 27 00:54:59.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95442026-08-27T00:55:00.593Z[ host-image] Aug 27 00:54:59.455 INFO O| Aug 27 00:54:59.454 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95452026-08-27T00:55:00.786Z[ host-image] Aug 27 00:54:59.644 INFO O| Aug 27 00:54:59.644 INFO STEP 14 (remove_files) COMPLETE
95462026-08-27T00:55:00.786Z[ host-image] Aug 27 00:54:59.644 INFO O| Aug 27 00:54:59.644 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-27T00:55:00.794Z[ host-image] Aug 27 00:54:59.654 INFO O| Aug 27 00:54:59.654 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95482026-08-27T00:55:00.800Z[ host-image] Aug 27 00:54:59.655 INFO O| Aug 27 00:54:59.655 INFO STEP 15 (remove_files) COMPLETE
95492026-08-27T00:55:00.800Z[ host-image] Aug 27 00:54:59.655 INFO O| Aug 27 00:54:59.655 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-27T00:55:00.804Z[ host-image] Aug 27 00:54:59.666 INFO O| Aug 27 00:54:59.666 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95512026-08-27T00:55:00.812Z[ host-image] Aug 27 00:54:59.672 INFO O| Aug 27 00:54:59.672 INFO STEP 16 (remove_files) COMPLETE
95522026-08-27T00:55:00.812Z[ host-image] Aug 27 00:54:59.672 INFO O| Aug 27 00:54:59.672 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-27T00:55:00.826Z[ host-image] Aug 27 00:54:59.682 INFO O| Aug 27 00:54:59.682 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95542026-08-27T00:55:00.835Z[ host-image] Aug 27 00:54:59.682 INFO O| Aug 27 00:54:59.682 INFO STEP 17 (remove_files) COMPLETE
95552026-08-27T00:55:00.835Z[ host-image] Aug 27 00:54:59.682 INFO O| Aug 27 00:54:59.682 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-27T00:55:00.836Z[ host-image] Aug 27 00:54:59.692 INFO O| Aug 27 00:54:59.692 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95572026-08-27T00:55:00.836Z[ host-image] Aug 27 00:54:59.693 INFO O| Aug 27 00:54:59.693 INFO STEP 18 (remove_files) COMPLETE
95582026-08-27T00:55:00.836Z[ host-image] Aug 27 00:54:59.693 INFO O| Aug 27 00:54:59.693 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-27T00:55:00.840Z[ host-image] Aug 27 00:54:59.702 INFO O| Aug 27 00:54:59.702 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95602026-08-27T00:55:00.841Z[ host-image] Aug 27 00:54:59.702 INFO O| Aug 27 00:54:59.702 INFO STEP 19 (remove_files) COMPLETE
95612026-08-27T00:55:00.841Z[ host-image] Aug 27 00:54:59.702 INFO O| Aug 27 00:54:59.702 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-27T00:55:00.850Z[ host-image] Aug 27 00:54:59.711 INFO O| Aug 27 00:54:59.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95632026-08-27T00:55:00.864Z[ host-image] Aug 27 00:54:59.711 INFO O| Aug 27 00:54:59.711 INFO STEP 20 (remove_files) COMPLETE
95642026-08-27T00:55:00.864Z[ host-image] Aug 27 00:54:59.711 INFO O| Aug 27 00:54:59.711 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-27T00:55:00.870Z[ host-image] Aug 27 00:54:59.721 INFO O| Aug 27 00:54:59.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95662026-08-27T00:55:00.870Z[ host-image] Aug 27 00:54:59.721 INFO O| Aug 27 00:54:59.721 INFO STEP 21 (remove_files) COMPLETE
95672026-08-27T00:55:00.870Z[ host-image] Aug 27 00:54:59.721 INFO O| Aug 27 00:54:59.721 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-27T00:55:00.874Z[ host-image] Aug 27 00:54:59.730 INFO O| Aug 27 00:54:59.730 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95692026-08-27T00:55:00.874Z[ host-image] Aug 27 00:54:59.730 INFO O| Aug 27 00:54:59.730 INFO STEP 22 (remove_files) COMPLETE
95702026-08-27T00:55:00.874Z[ host-image] Aug 27 00:54:59.730 INFO O| Aug 27 00:54:59.730 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-27T00:55:00.884Z[ host-image] Aug 27 00:54:59.740 INFO O| Aug 27 00:54:59.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95722026-08-27T00:55:00.884Z[ host-image] Aug 27 00:54:59.740 INFO O| Aug 27 00:54:59.740 INFO STEP 23 (remove_files) COMPLETE
95732026-08-27T00:55:00.884Z[ host-image] Aug 27 00:54:59.740 INFO O| Aug 27 00:54:59.740 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-27T00:55:00.895Z[ host-image] Aug 27 00:54:59.749 INFO O| Aug 27 00:54:59.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95752026-08-27T00:55:00.896Z[ host-image] Aug 27 00:54:59.749 INFO O| Aug 27 00:54:59.749 INFO STEP 24 (remove_files) COMPLETE
95762026-08-27T00:55:00.896Z[ host-image] Aug 27 00:54:59.749 INFO O| Aug 27 00:54:59.749 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-27T00:55:00.901Z[ host-image] Aug 27 00:54:59.759 INFO O| Aug 27 00:54:59.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95782026-08-27T00:55:00.902Z[ host-image] Aug 27 00:54:59.759 INFO O| Aug 27 00:54:59.759 INFO STEP 25 (remove_files) COMPLETE
95792026-08-27T00:55:00.902Z[ host-image] Aug 27 00:54:59.759 INFO O| Aug 27 00:54:59.759 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-27T00:55:00.908Z[ host-image] Aug 27 00:54:59.769 INFO O| Aug 27 00:54:59.769 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95812026-08-27T00:55:00.908Z[ host-image] Aug 27 00:54:59.769 INFO O| Aug 27 00:54:59.769 INFO STEP 26 (remove_files) COMPLETE
95822026-08-27T00:55:00.908Z[ host-image] Aug 27 00:54:59.769 INFO O| Aug 27 00:54:59.769 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-27T00:55:00.916Z[ host-image] Aug 27 00:54:59.778 INFO O| Aug 27 00:54:59.778 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95842026-08-27T00:55:00.926Z[ host-image] Aug 27 00:54:59.778 INFO O| Aug 27 00:54:59.778 INFO STEP 27 (remove_files) COMPLETE
95852026-08-27T00:55:00.926Z[ host-image] Aug 27 00:54:59.778 INFO O| Aug 27 00:54:59.778 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-27T00:55:00.936Z[ host-image] Aug 27 00:54:59.786 INFO O| Aug 27 00:54:59.786 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95872026-08-27T00:55:00.936Z[ host-image] Aug 27 00:54:59.786 INFO O| Aug 27 00:54:59.786 INFO STEP 28 (remove_files) COMPLETE
95882026-08-27T00:55:00.937Z[ host-image] Aug 27 00:54:59.786 INFO O| Aug 27 00:54:59.786 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-27T00:55:00.941Z[ host-image] Aug 27 00:54:59.795 INFO O| Aug 27 00:54:59.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95902026-08-27T00:55:00.941Z[ host-image] Aug 27 00:54:59.795 INFO O| Aug 27 00:54:59.795 INFO STEP 29 (remove_files) COMPLETE
95912026-08-27T00:55:00.941Z[ host-image] Aug 27 00:54:59.795 INFO O| Aug 27 00:54:59.795 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-27T00:55:00.944Z[ host-image] Aug 27 00:54:59.804 INFO O| Aug 27 00:54:59.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95932026-08-27T00:55:00.944Z[ host-image] Aug 27 00:54:59.804 INFO O| Aug 27 00:54:59.804 INFO STEP 30 (remove_files) COMPLETE
95942026-08-27T00:55:00.944Z[ host-image] Aug 27 00:54:59.804 INFO O| Aug 27 00:54:59.804 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-27T00:55:00.956Z[ host-image] Aug 27 00:54:59.813 INFO O| Aug 27 00:54:59.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95962026-08-27T00:55:00.957Z[ host-image] Aug 27 00:54:59.813 INFO O| Aug 27 00:54:59.813 INFO STEP 31 (remove_files) COMPLETE
95972026-08-27T00:55:00.957Z[ host-image] Aug 27 00:54:59.814 INFO O| Aug 27 00:54:59.813 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-27T00:55:00.966Z[ host-image] Aug 27 00:54:59.824 INFO O| Aug 27 00:54:59.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95992026-08-27T00:55:00.966Z[ host-image] Aug 27 00:54:59.824 INFO O| Aug 27 00:54:59.824 INFO STEP 32 (remove_files) COMPLETE
96002026-08-27T00:55:00.966Z[ host-image] Aug 27 00:54:59.824 INFO O| Aug 27 00:54:59.824 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-27T00:55:00.974Z[ host-image] Aug 27 00:54:59.833 INFO O| Aug 27 00:54:59.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96022026-08-27T00:55:00.974Z[ host-image] Aug 27 00:54:59.833 INFO O| Aug 27 00:54:59.833 INFO STEP 33 (remove_files) COMPLETE
96032026-08-27T00:55:00.974Z[ host-image] Aug 27 00:54:59.833 INFO O| Aug 27 00:54:59.833 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-27T00:55:00.979Z[ host-image] Aug 27 00:54:59.841 INFO O| Aug 27 00:54:59.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96052026-08-27T00:55:00.979Z[ host-image] Aug 27 00:54:59.841 INFO O| Aug 27 00:54:59.841 INFO STEP 34 (remove_files) COMPLETE
96062026-08-27T00:55:00.982Z[ host-image] Aug 27 00:54:59.841 INFO O| Aug 27 00:54:59.841 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-27T00:55:00.988Z[ host-image] Aug 27 00:54:59.850 INFO O| Aug 27 00:54:59.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96082026-08-27T00:55:00.988Z[ host-image] Aug 27 00:54:59.850 INFO O| Aug 27 00:54:59.850 INFO STEP 35 (remove_files) COMPLETE
96092026-08-27T00:55:01.000Z[ host-image] Aug 27 00:54:59.850 INFO O| Aug 27 00:54:59.850 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-27T00:55:01.008Z[ host-image] Aug 27 00:54:59.859 INFO O| Aug 27 00:54:59.859 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96112026-08-27T00:55:01.008Z[ host-image] Aug 27 00:54:59.859 INFO O| Aug 27 00:54:59.859 INFO STEP 36 (remove_files) COMPLETE
96122026-08-27T00:55:01.008Z[ host-image] Aug 27 00:54:59.859 INFO O| Aug 27 00:54:59.859 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-27T00:55:01.012Z[ host-image] Aug 27 00:54:59.869 INFO O| Aug 27 00:54:59.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96142026-08-27T00:55:01.012Z[ host-image] Aug 27 00:54:59.869 INFO O| Aug 27 00:54:59.869 INFO STEP 37 (remove_files) COMPLETE
96152026-08-27T00:55:01.012Z[ host-image] Aug 27 00:54:59.869 INFO O| Aug 27 00:54:59.869 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-27T00:55:01.017Z[ host-image] Aug 27 00:54:59.878 INFO O| Aug 27 00:54:59.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96172026-08-27T00:55:01.017Z[ host-image] Aug 27 00:54:59.878 INFO O| Aug 27 00:54:59.878 INFO STEP 38 (remove_files) COMPLETE
96182026-08-27T00:55:01.022Z[ host-image] Aug 27 00:54:59.878 INFO O| Aug 27 00:54:59.878 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-27T00:55:01.030Z[ host-image] Aug 27 00:54:59.888 INFO O| Aug 27 00:54:59.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96202026-08-27T00:55:01.030Z[ host-image] Aug 27 00:54:59.888 INFO O| Aug 27 00:54:59.888 INFO STEP 39 (remove_files) COMPLETE
96212026-08-27T00:55:01.030Z[ host-image] Aug 27 00:54:59.888 INFO O| Aug 27 00:54:59.888 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-27T00:55:01.044Z[ host-image] Aug 27 00:54:59.897 INFO O| Aug 27 00:54:59.896 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96232026-08-27T00:55:01.044Z[ host-image] Aug 27 00:54:59.897 INFO O| Aug 27 00:54:59.897 INFO STEP 40 (remove_files) COMPLETE
96242026-08-27T00:55:01.044Z[ host-image] Aug 27 00:54:59.897 INFO O| Aug 27 00:54:59.897 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-27T00:55:01.048Z[ host-image] Aug 27 00:54:59.906 INFO O| Aug 27 00:54:59.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96262026-08-27T00:55:01.048Z[ host-image] Aug 27 00:54:59.906 INFO O| Aug 27 00:54:59.906 INFO STEP 41 (remove_files) COMPLETE
96272026-08-27T00:55:01.048Z[ host-image] Aug 27 00:54:59.906 INFO O| Aug 27 00:54:59.906 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-27T00:55:01.053Z[ host-image] Aug 27 00:54:59.915 INFO O| Aug 27 00:54:59.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96292026-08-27T00:55:01.054Z[ host-image] Aug 27 00:54:59.915 INFO O| Aug 27 00:54:59.915 INFO STEP 42 (remove_files) COMPLETE
96302026-08-27T00:55:01.054Z[ host-image] Aug 27 00:54:59.915 INFO O| Aug 27 00:54:59.915 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-27T00:55:01.063Z[ host-image] Aug 27 00:54:59.923 INFO O| Aug 27 00:54:59.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96322026-08-27T00:55:01.063Z[ host-image] Aug 27 00:54:59.923 INFO O| Aug 27 00:54:59.923 INFO STEP 43 (remove_files) COMPLETE
96332026-08-27T00:55:01.063Z[ host-image] Aug 27 00:54:59.923 INFO O| Aug 27 00:54:59.923 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-27T00:55:01.075Z[ host-image] Aug 27 00:54:59.931 INFO O| Aug 27 00:54:59.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96352026-08-27T00:55:01.075Z[ host-image] Aug 27 00:54:59.931 INFO O| Aug 27 00:54:59.931 INFO STEP 44 (remove_files) COMPLETE
96362026-08-27T00:55:01.075Z[ host-image] Aug 27 00:54:59.931 INFO O| Aug 27 00:54:59.931 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-27T00:55:01.079Z[ host-image] Aug 27 00:54:59.939 INFO O| Aug 27 00:54:59.939 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96382026-08-27T00:55:01.079Z[ host-image] Aug 27 00:54:59.939 INFO O| Aug 27 00:54:59.939 INFO STEP 45 (remove_files) COMPLETE
96392026-08-27T00:55:01.079Z[ host-image] Aug 27 00:54:59.939 INFO O| Aug 27 00:54:59.939 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-27T00:55:01.085Z[ host-image] Aug 27 00:54:59.947 INFO O| Aug 27 00:54:59.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96412026-08-27T00:55:01.086Z[ host-image] Aug 27 00:54:59.947 INFO O| Aug 27 00:54:59.947 INFO STEP 46 (remove_files) COMPLETE
96422026-08-27T00:55:01.091Z[ host-image] Aug 27 00:54:59.947 INFO O| Aug 27 00:54:59.947 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-27T00:55:01.097Z[ host-image] Aug 27 00:54:59.955 INFO O| Aug 27 00:54:59.954 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96442026-08-27T00:55:01.098Z[ host-image] Aug 27 00:54:59.955 INFO O| Aug 27 00:54:59.955 INFO STEP 47 (remove_files) COMPLETE
96452026-08-27T00:55:01.098Z[ host-image] Aug 27 00:54:59.955 INFO O| Aug 27 00:54:59.955 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-27T00:55:01.103Z[ host-image] Aug 27 00:54:59.962 INFO O| Aug 27 00:54:59.962 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96472026-08-27T00:55:01.103Z[ host-image] Aug 27 00:54:59.962 INFO O| Aug 27 00:54:59.962 INFO STEP 48 (remove_files) COMPLETE
96482026-08-27T00:55:01.104Z[ host-image] Aug 27 00:54:59.962 INFO O| Aug 27 00:54:59.962 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-27T00:55:01.112Z[ host-image] Aug 27 00:54:59.972 INFO O| Aug 27 00:54:59.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96502026-08-27T00:55:01.113Z[ host-image] Aug 27 00:54:59.972 INFO O| Aug 27 00:54:59.972 INFO STEP 49 (remove_files) COMPLETE
96512026-08-27T00:55:01.117Z[ host-image] Aug 27 00:54:59.972 INFO O| Aug 27 00:54:59.972 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-27T00:55:01.120Z[ host-image] Aug 27 00:54:59.980 INFO O| Aug 27 00:54:59.980 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96532026-08-27T00:55:01.120Z[ host-image] Aug 27 00:54:59.980 INFO O| Aug 27 00:54:59.980 INFO STEP 50 (remove_files) COMPLETE
96542026-08-27T00:55:01.120Z[ host-image] Aug 27 00:54:59.980 INFO O| Aug 27 00:54:59.980 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-27T00:55:01.130Z[ host-image] Aug 27 00:54:59.990 INFO O| Aug 27 00:54:59.990 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96562026-08-27T00:55:01.130Z[ host-image] Aug 27 00:54:59.990 INFO O| Aug 27 00:54:59.990 INFO STEP 51 (remove_files) COMPLETE
96572026-08-27T00:55:01.145Z[ host-image] Aug 27 00:54:59.990 INFO O| Aug 27 00:54:59.990 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-27T00:55:01.149Z[ host-image] Aug 27 00:55:00.001 INFO O| Aug 27 00:55:00.000 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96592026-08-27T00:55:01.149Z[ host-image] Aug 27 00:55:00.001 INFO O| Aug 27 00:55:00.001 INFO STEP 52 (remove_files) COMPLETE
96602026-08-27T00:55:01.149Z[ host-image] Aug 27 00:55:00.001 INFO O| Aug 27 00:55:00.001 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-27T00:55:01.152Z[ host-image] Aug 27 00:55:00.010 INFO O| Aug 27 00:55:00.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96622026-08-27T00:55:01.153Z[ host-image] Aug 27 00:55:00.010 INFO O| Aug 27 00:55:00.010 INFO STEP 53 (remove_files) COMPLETE
96632026-08-27T00:55:01.153Z[ host-image] Aug 27 00:55:00.010 INFO O| Aug 27 00:55:00.010 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-27T00:55:01.159Z[ host-image] Aug 27 00:55:00.019 INFO O| Aug 27 00:55:00.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96652026-08-27T00:55:01.162Z[ host-image] Aug 27 00:55:00.019 INFO O| Aug 27 00:55:00.019 INFO STEP 54 (remove_files) COMPLETE
96662026-08-27T00:55:01.162Z[ host-image] Aug 27 00:55:00.019 INFO O| Aug 27 00:55:00.019 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-27T00:55:01.168Z[ host-image] Aug 27 00:55:00.029 INFO O| Aug 27 00:55:00.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96682026-08-27T00:55:01.168Z[ host-image] Aug 27 00:55:00.029 INFO O| Aug 27 00:55:00.029 INFO STEP 55 (remove_files) COMPLETE
96692026-08-27T00:55:01.169Z[ host-image] Aug 27 00:55:00.029 INFO O| Aug 27 00:55:00.029 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-27T00:55:01.177Z[ host-image] Aug 27 00:55:00.038 INFO O| Aug 27 00:55:00.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96712026-08-27T00:55:01.184Z[ host-image] Aug 27 00:55:00.038 INFO O| Aug 27 00:55:00.038 INFO STEP 56 (remove_files) COMPLETE
96722026-08-27T00:55:01.184Z[ host-image] Aug 27 00:55:00.038 INFO O| Aug 27 00:55:00.038 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-08-27T00:55:01.194Z[ host-image] Aug 27 00:55:00.047 INFO O| Aug 27 00:55:00.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96742026-08-27T00:55:01.194Z[ host-image] Aug 27 00:55:00.047 INFO O| Aug 27 00:55:00.047 INFO STEP 57 (remove_files) COMPLETE
96752026-08-27T00:55:01.194Z[ host-image] Aug 27 00:55:00.047 INFO O| Aug 27 00:55:00.047 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-27T00:55:01.200Z[ host-image] Aug 27 00:55:00.054 INFO O| Aug 27 00:55:00.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96772026-08-27T00:55:01.200Z[ host-image] Aug 27 00:55:00.054 INFO O| Aug 27 00:55:00.054 INFO STEP 58 (remove_files) COMPLETE
96782026-08-27T00:55:01.200Z[ host-image] Aug 27 00:55:00.054 INFO O| Aug 27 00:55:00.054 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96802026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96812026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96822026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96832026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96842026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96852026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO ok!
96862026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO STEP 59 (ensure_file) COMPLETE
96872026-08-27T00:55:01.207Z[ host-image] Aug 27 00:55:00.062 INFO O| Aug 27 00:55:00.062 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-27T00:55:01.213Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96892026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96902026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96912026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96922026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96932026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96942026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO ok!
96952026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO STEP 60 (ensure_file) COMPLETE
96962026-08-27T00:55:01.214Z[ host-image] Aug 27 00:55:00.071 INFO O| Aug 27 00:55:00.071 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-08-27T00:55:01.218Z[ host-image] Aug 27 00:55:00.079 INFO O| Aug 27 00:55:00.079 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96982026-08-27T00:55:01.218Z[ host-image] Aug 27 00:55:00.079 INFO O| Aug 27 00:55:00.079 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96992026-08-27T00:55:01.218Z[ host-image] Aug 27 00:55:00.079 INFO O| Aug 27 00:55:00.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97002026-08-27T00:55:01.218Z[ host-image] Aug 27 00:55:00.079 INFO O| Aug 27 00:55:00.079 INFO ok!
97012026-08-27T00:55:01.218Z[ host-image] Aug 27 00:55:00.079 INFO O| Aug 27 00:55:00.079 INFO STEP 61 (ensure_file) COMPLETE
97022026-08-27T00:55:01.219Z[ host-image] Aug 27 00:55:00.079 INFO O| Aug 27 00:55:00.079 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97032026-08-27T00:55:01.227Z[ host-image] Aug 27 00:55:00.087 INFO O| Aug 27 00:55:00.087 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97042026-08-27T00:55:01.227Z[ host-image] Aug 27 00:55:00.087 INFO O| Aug 27 00:55:00.087 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97052026-08-27T00:55:01.231Z[ host-image] Aug 27 00:55:00.087 INFO O| Aug 27 00:55:00.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97062026-08-27T00:55:01.231Z[ host-image] Aug 27 00:55:00.087 INFO O| Aug 27 00:55:00.087 INFO ok!
97072026-08-27T00:55:01.231Z[ host-image] Aug 27 00:55:00.087 INFO O| Aug 27 00:55:00.087 INFO STEP 62 (ensure_file) COMPLETE
97082026-08-27T00:55:01.231Z[ host-image] Aug 27 00:55:00.087 INFO O| Aug 27 00:55:00.087 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97092026-08-27T00:55:01.236Z[ host-image] Aug 27 00:55:00.097 INFO O| Aug 27 00:55:00.097 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97102026-08-27T00:55:01.243Z[ host-image] Aug 27 00:55:00.098 INFO O| Aug 27 00:55:00.098 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97112026-08-27T00:55:01.243Z[ host-image] Aug 27 00:55:00.098 INFO O| Aug 27 00:55:00.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97122026-08-27T00:55:01.243Z[ host-image] Aug 27 00:55:00.098 INFO O| Aug 27 00:55:00.098 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97132026-08-27T00:55:01.243Z[ host-image] Aug 27 00:55:00.098 INFO O| Aug 27 00:55:00.098 INFO ok!
97142026-08-27T00:55:01.243Z[ host-image] Aug 27 00:55:00.098 INFO O| Aug 27 00:55:00.098 INFO STEP 63 (ensure_file) COMPLETE
97152026-08-27T00:55:01.243Z[ host-image] Aug 27 00:55:00.098 INFO O| Aug 27 00:55:00.098 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-08-27T00:55:01.248Z[ host-image] Aug 27 00:55:00.107 INFO O| Aug 27 00:55:00.107 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97172026-08-27T00:55:01.248Z[ host-image] Aug 27 00:55:00.107 INFO O| Aug 27 00:55:00.107 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97182026-08-27T00:55:01.249Z[ host-image] Aug 27 00:55:00.107 INFO O| Aug 27 00:55:00.107 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97192026-08-27T00:55:01.249Z[ host-image] Aug 27 00:55:00.107 INFO O| Aug 27 00:55:00.107 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97202026-08-27T00:55:01.249Z[ host-image] Aug 27 00:55:00.107 INFO O| Aug 27 00:55:00.107 INFO ok!
97212026-08-27T00:55:01.249Z[ host-image] Aug 27 00:55:00.107 INFO O| Aug 27 00:55:00.107 INFO STEP 64 (ensure_file) COMPLETE
97222026-08-27T00:55:01.249Z[ host-image] Aug 27 00:55:00.107 INFO O| Aug 27 00:55:00.107 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-27T00:55:01.256Z[ host-image] Aug 27 00:55:00.115 INFO O| Aug 27 00:55:00.115 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97242026-08-27T00:55:01.256Z[ host-image] Aug 27 00:55:00.115 INFO O| Aug 27 00:55:00.115 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97252026-08-27T00:55:01.256Z[ host-image] Aug 27 00:55:00.115 INFO O| Aug 27 00:55:00.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97262026-08-27T00:55:01.256Z[ host-image] Aug 27 00:55:00.115 INFO O| Aug 27 00:55:00.115 INFO ok!
97272026-08-27T00:55:01.256Z[ host-image] Aug 27 00:55:00.115 INFO O| Aug 27 00:55:00.115 INFO STEP 65 (assemble_files) COMPLETE
97282026-08-27T00:55:01.256Z[ host-image] Aug 27 00:55:00.115 INFO O| Aug 27 00:55:00.115 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97292026-08-27T00:55:01.264Z[ host-image] Aug 27 00:55:00.125 INFO O| Aug 27 00:55:00.125 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97302026-08-27T00:55:01.264Z[ host-image] Aug 27 00:55:00.125 INFO O| Aug 27 00:55:00.125 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97312026-08-27T00:55:01.275Z[ host-image] Aug 27 00:55:00.125 INFO O| Aug 27 00:55:00.125 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97322026-08-27T00:55:01.276Z[ host-image] Aug 27 00:55:00.125 INFO O| Aug 27 00:55:00.125 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97332026-08-27T00:55:01.276Z[ host-image] Aug 27 00:55:00.125 INFO O| Aug 27 00:55:00.125 INFO ok!
97342026-08-27T00:55:01.276Z[ host-image] Aug 27 00:55:00.125 INFO O| Aug 27 00:55:00.125 INFO STEP 66 (ensure_file) COMPLETE
97352026-08-27T00:55:01.276Z[ host-image] Aug 27 00:55:00.125 INFO O| Aug 27 00:55:00.125 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97362026-08-27T00:55:01.280Z[ host-image] Aug 27 00:55:00.134 INFO O| Aug 27 00:55:00.134 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97372026-08-27T00:55:01.280Z[ host-image] Aug 27 00:55:00.134 INFO O| Aug 27 00:55:00.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97382026-08-27T00:55:01.280Z[ host-image] Aug 27 00:55:00.134 INFO O| Aug 27 00:55:00.134 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97392026-08-27T00:55:01.280Z[ host-image] Aug 27 00:55:00.134 INFO O| Aug 27 00:55:00.134 INFO STEP 67 (ensure_dir) COMPLETE
97402026-08-27T00:55:01.281Z[ host-image] Aug 27 00:55:00.134 INFO O| Aug 27 00:55:00.134 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97412026-08-27T00:55:01.288Z[ host-image] Aug 27 00:55:00.142 INFO O| Aug 27 00:55:00.142 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97422026-08-27T00:55:01.288Z[ host-image] Aug 27 00:55:00.142 INFO O| Aug 27 00:55:00.142 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 ...
97432026-08-27T00:55:01.293Z[ host-image] Aug 27 00:55:00.148 INFO O| Aug 27 00:55:00.148 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
97442026-08-27T00:55:01.293Z[ host-image] Aug 27 00:55:00.148 INFO O| Aug 27 00:55:00.148 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97452026-08-27T00:55:01.293Z[ host-image] Aug 27 00:55:00.148 INFO O| Aug 27 00:55:00.148 INFO ok!
97462026-08-27T00:55:01.293Z[ host-image] Aug 27 00:55:00.148 INFO O| Aug 27 00:55:00.148 INFO STEP 68 (ensure_file) COMPLETE
97472026-08-27T00:55:01.293Z[ host-image] Aug 27 00:55:00.148 INFO O| Aug 27 00:55:00.148 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97482026-08-27T00:55:01.299Z[ host-image] Aug 27 00:55:00.156 INFO O| Aug 27 00:55:00.156 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97492026-08-27T00:55:01.299Z[ host-image] Aug 27 00:55:00.156 INFO O| Aug 27 00:55:00.156 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 ...
97502026-08-27T00:55:01.299Z[ host-image] Aug 27 00:55:00.156 INFO O| Aug 27 00:55:00.156 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
97512026-08-27T00:55:01.299Z[ host-image] Aug 27 00:55:00.156 INFO O| Aug 27 00:55:00.156 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97522026-08-27T00:55:01.300Z[ host-image] Aug 27 00:55:00.156 INFO O| Aug 27 00:55:00.156 INFO ok!
97532026-08-27T00:55:01.300Z[ host-image] Aug 27 00:55:00.156 INFO O| Aug 27 00:55:00.156 INFO STEP 69 (ensure_file) COMPLETE
97542026-08-27T00:55:01.300Z[ host-image] Aug 27 00:55:00.156 INFO O| Aug 27 00:55:00.156 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97552026-08-27T00:55:01.311Z[ host-image] Aug 27 00:55:00.168 INFO O| Aug 27 00:55:00.168 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97562026-08-27T00:55:01.315Z[ host-image] Aug 27 00:55:00.168 INFO O| Aug 27 00:55:00.168 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97572026-08-27T00:55:02.781Z[ host-image] Aug 27 00:55:01.640 INFO O| Aug 27 00:55:01.640 INFO STEP 70 (pack_tar) COMPLETE
97582026-08-27T00:55:02.782Z[ host-image] Aug 27 00:55:01.640 INFO O| Aug 27 00:55:01.640 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97592026-08-27T00:55:02.793Z[ host-image] Aug 27 00:55:01.640 INFO O| Aug 27 00:55:01.640 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97602026-08-27T00:55:03.327Z[ host-image] Aug 27 00:55:02.188 INFO O| Aug 27 00:55:02.188 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97612026-08-27T00:55:03.427Z[ host-image] Aug 27 00:55:02.289 INFO O| Aug 27 00:55:02.288 INFO completed processing sled/ramdisk-02-trim
97622026-08-27T00:55:03.432Z[ host-image] Aug 27 00:55:02.291 INFO image builder template: zfs...
97632026-08-27T00:55:03.432Z[ host-image] Aug 27 00:55:02.291 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/.tmpBvIJBf/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
97642026-08-27T00:55:03.443Z[ host-image] Aug 27 00:55:02.305 INFO O| Aug 27 00:55:02.305 INFO skip include "stress" because feature "stress" is not enabled
97652026-08-27T00:55:03.443Z[ host-image] Aug 27 00:55:02.305 INFO O| Aug 27 00:55:02.305 INFO skip include "stress" because feature "compliance" is not enabled
97662026-08-27T00:55:03.475Z[ host-image] Aug 27 00:55:02.336 INFO O| Aug 27 00:55:02.336 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97672026-08-27T00:55:03.478Z[ host-image] Aug 27 00:55:02.340 INFO O| Aug 27 00:55:02.340 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97682026-08-27T00:55:03.565Z[ host-image] Aug 27 00:55:02.426 INFO O| Aug 27 00:55:02.426 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97692026-08-27T00:55:03.638Z[ host-image] Aug 27 00:55:02.499 INFO O| Aug 27 00:55:02.499 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97702026-08-27T00:55:03.638Z[ host-image] Aug 27 00:55:02.499 INFO O| Aug 27 00:55:02.499 INFO work dataset: rpool/images/build/host/work/sled/zfs
97712026-08-27T00:55:03.644Z[ host-image] Aug 27 00:55:02.503 INFO O| Aug 27 00:55:02.503 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97722026-08-27T00:55:03.730Z[ host-image] Aug 27 00:55:02.591 INFO O| Aug 27 00:55:02.591 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97732026-08-27T00:55:03.856Z[ host-image] Aug 27 00:55:02.717 INFO O| Aug 27 00:55:02.717 INFO DESTROY POOL: TEMPORARY-sled-zfs
97742026-08-27T00:55:03.864Z[ host-image] Aug 27 00:55:02.725 INFO O| Aug 27 00:55:02.725 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97752026-08-27T00:55:03.868Z[ host-image] Aug 27 00:55:02.729 INFO O| Aug 27 00:55:02.729 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97762026-08-27T00:55:03.868Z[ host-image] Aug 27 00:55:02.729 INFO O| Aug 27 00:55:02.729 INFO no lofi found
97772026-08-27T00:55:03.872Z[ host-image] Aug 27 00:55:02.729 INFO O| Aug 27 00:55:02.729 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97782026-08-27T00:55:03.872Z[ host-image] Aug 27 00:55:02.729 INFO O| Aug 27 00:55:02.729 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97792026-08-27T00:55:06.140Z[ host-image] Aug 27 00:55:05.001 INFO O| Aug 27 00:55:05.001 INFO lofi device = /dev/dsk/c2t1d0p0
97802026-08-27T00:55:06.150Z[ host-image] Aug 27 00:55:05.001 INFO O| Aug 27 00:55:05.001 INFO pool device = /dev/dsk/c2t1d0p0
97812026-08-27T00:55:06.150Z[ host-image] Aug 27 00:55:05.001 INFO O| Aug 27 00:55: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"]
97822026-08-27T00:55:06.222Z[ host-image] Aug 27 00:55:05.083 INFO O| Aug 27 00:55:05.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97832026-08-27T00:55:06.222Z[ host-image] Aug 27 00:55:05.083 INFO O| Aug 27 00:55:05.083 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97842026-08-27T00:55:06.240Z[ host-image] Aug 27 00:55:05.102 INFO O| Aug 27 00:55:05.102 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97852026-08-27T00:55:06.290Z[ host-image] Aug 27 00:55:05.151 INFO O| Aug 27 00:55:05.151 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97862026-08-27T00:55:06.318Z[ host-image] Aug 27 00:55:05.180 INFO O| Aug 27 00:55:05.180 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97872026-08-27T00:55:06.337Z[ host-image] Aug 27 00:55:05.194 INFO O| Aug 27 00:55:05.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97882026-08-27T00:55:06.356Z[ host-image] Aug 27 00:55:05.205 INFO O| Aug 27 00:55:05.205 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97892026-08-27T00:55:06.379Z[ host-image] Aug 27 00:55:05.241 INFO O| Aug 27 00:55:05.241 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97902026-08-27T00:55:06.379Z[ host-image] Aug 27 00:55:05.241 INFO O| Aug 27 00:55:05.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97912026-08-27T00:55:06.390Z[ host-image] Aug 27 00:55:05.241 INFO O| Aug 27 00:55:05.241 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97922026-08-27T00:55:06.390Z[ host-image] Aug 27 00:55:05.249 INFO O| Aug 27 00:55:05.249 INFO boot environment UUID: 89a5efd1-65b1-42b9-bf1e-78b8aaa77602
97932026-08-27T00:55:06.390Z[ host-image] Aug 27 00:55:05.249 INFO O| Aug 27 00:55:05.249 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 89a5efd1-65b1-42b9-bf1e-78b8aaa77602
97942026-08-27T00:55:06.399Z[ host-image] Aug 27 00:55:05.259 INFO O| Aug 27 00:55:05.259 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97952026-08-27T00:55:06.409Z[ host-image] Aug 27 00:55:05.270 INFO O| Aug 27 00:55:05.270 INFO STEP 0 (create_be) COMPLETE
97962026-08-27T00:55:06.409Z[ host-image] Aug 27 00:55:05.270 INFO O| Aug 27 00:55:05.270 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97972026-08-27T00:55:06.423Z[ host-image] Aug 27 00:55:05.284 INFO O| Aug 27 00:55:05.284 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97982026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.322 INFO O| Aug 27 00:55:14.322 INFO STEP 1 (unpack_tar) COMPLETE
97992026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.322 INFO O| Aug 27 00:55:14.322 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98002026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.331 INFO O| Aug 27 00:55:14.331 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98012026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.762 INFO O| Aug 27 00:55:14.762 INFO STEP 2 (devfsadm) COMPLETE
98022026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.762 INFO O| Aug 27 00:55:14.762 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.771 INFO O| Aug 27 00:55:14.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98042026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.771 INFO O| Aug 27 00:55:14.771 INFO STEP 3 (ensure_dir) COMPLETE
98052026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.771 INFO O| Aug 27 00:55:14.771 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.779 INFO O| Aug 27 00:55:14.779 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98072026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.779 INFO O| Aug 27 00:55:14.779 INFO STEP 4 (ensure_dir) COMPLETE
98082026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.779 INFO O| Aug 27 00:55:14.779 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.787 INFO O| Aug 27 00:55:14.787 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98102026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.787 INFO O| Aug 27 00:55:14.787 INFO STEP 5 (ensure_dir) COMPLETE
98112026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.787 INFO O| Aug 27 00:55:14.787 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.793 INFO O| Aug 27 00:55:14.793 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98132026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.793 INFO O| Aug 27 00:55:14.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98142026-08-27T00:55:17.544Z[ host-image] Aug 27 00:55:14.793 INFO O| Aug 27 00:55:14.793 INFO STEP 6 (ensure_dir) COMPLETE
98152026-08-27T00:55:17.545Z[ host-image] Aug 27 00:55:14.793 INFO O| Aug 27 00:55:14.793 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-27T00:55:17.545Z[ host-image] Aug 27 00:55:14.799 INFO O| Aug 27 00:55:14.799 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98172026-08-27T00:55:17.545Z[ host-image] Aug 27 00:55:14.799 INFO O| Aug 27 00:55:14.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98182026-08-27T00:55:17.545Z[ host-image] Aug 27 00:55:14.799 INFO O| Aug 27 00:55:14.799 INFO STEP 7 (ensure_dir) COMPLETE
98192026-08-27T00:55:17.545Z[ host-image] Aug 27 00:55:14.799 INFO O| Aug 27 00:55:14.799 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-08-27T00:55:17.545Z[ host-image] Aug 27 00:55:14.807 INFO O| Aug 27 00:55:14.807 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98212026-08-27T00:55:17.545Z[ host-image] Aug 27 00:55:14.807 INFO O| Aug 27 00:55:14.807 INFO STEP 8 (remove_files) COMPLETE
98222026-08-27T00:55:17.547Z[ host-image] Aug 27 00:55:14.807 INFO O| Aug 27 00:55:14.807 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-27T00:55:17.547Z[ host-image] Aug 27 00:55:14.814 INFO O| Aug 27 00:55:14.814 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98242026-08-27T00:55:17.547Z[ host-image] Aug 27 00:55:14.814 INFO O| Aug 27 00:55:14.814 INFO STEP 9 (remove_files) COMPLETE
98252026-08-27T00:55:17.547Z[ host-image] Aug 27 00:55:14.814 INFO O| Aug 27 00:55:14.814 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-27T00:55:17.547Z[ host-image] Aug 27 00:55:14.822 INFO O| Aug 27 00:55:14.822 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98272026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.822 INFO O| Aug 27 00:55:14.822 INFO STEP 10 (remove_files) COMPLETE
98282026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.822 INFO O| Aug 27 00:55:14.822 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.829 INFO O| Aug 27 00:55:14.829 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98302026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.829 INFO O| Aug 27 00:55:14.829 INFO STEP 11 (remove_files) COMPLETE
98312026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.829 INFO O| Aug 27 00:55:14.829 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.836 INFO O| Aug 27 00:55:14.836 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98332026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.836 INFO O| Aug 27 00:55:14.836 INFO STEP 12 (remove_files) COMPLETE
98342026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.836 INFO O| Aug 27 00:55:14.836 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.842 INFO O| Aug 27 00:55:14.842 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98362026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.842 INFO O| Aug 27 00:55:14.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98372026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.842 INFO O| Aug 27 00:55:14.842 INFO STEP 13 (ensure_dir) COMPLETE
98382026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.842 INFO O| Aug 27 00:55:14.842 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.848 INFO O| Aug 27 00:55:14.848 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98402026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.848 INFO O| Aug 27 00:55:14.848 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98412026-08-27T00:55:17.551Z[ host-image] Aug 27 00:55:14.848 INFO O| Aug 27 00:55:14.848 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98422026-08-27T00:55:17.552Z[ host-image] Aug 27 00:55:14.848 INFO O| Aug 27 00:55:14.848 INFO STEP 14 (ensure_dir) COMPLETE
98432026-08-27T00:55:17.552Z[ host-image] Aug 27 00:55:14.848 INFO O| Aug 27 00:55:14.848 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-27T00:55:17.552Z[ host-image] Aug 27 00:55:14.854 INFO O| Aug 27 00:55:14.854 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98452026-08-27T00:55:17.552Z[ host-image] Aug 27 00:55:14.854 INFO O| Aug 27 00:55:14.854 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98462026-08-27T00:55:17.552Z[ host-image] Aug 27 00:55:14.854 INFO O| Aug 27 00:55:14.854 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98472026-08-27T00:55:17.552Z[ host-image] Aug 27 00:55:14.854 INFO O| Aug 27 00:55:14.854 INFO STEP 15 (ensure_dir) COMPLETE
98482026-08-27T00:55:17.571Z[ host-image] Aug 27 00:55:14.854 INFO O| Aug 27 00:55:14.854 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98492026-08-27T00:55:17.571Z[ host-image] Aug 27 00:55:14.863 INFO O| Aug 27 00:55:14.862 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98502026-08-27T00:55:17.571Z[ host-image] Aug 27 00:55:14.863 INFO O| Aug 27 00:55:14.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98512026-08-27T00:55:17.571Z[ host-image] Aug 27 00:55:14.863 INFO O| Aug 27 00:55:14.863 INFO STEP 16 (ensure_dir) COMPLETE
98522026-08-27T00:55:17.571Z[ host-image] Aug 27 00:55:14.863 INFO O| Aug 27 00:55:14.863 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98532026-08-27T00:55:17.571Z[ host-image] Aug 27 00:55:14.872 INFO O| Aug 27 00:55:14.872 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98542026-08-27T00:55:17.576Z[ host-image] Aug 27 00:55:14.872 INFO O| Aug 27 00:55:14.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98552026-08-27T00:55:17.576Z[ host-image] Aug 27 00:55:14.872 INFO O| Aug 27 00:55:14.872 INFO STEP 17 (ensure_dir) COMPLETE
98562026-08-27T00:55:17.576Z[ host-image] Aug 27 00:55:14.872 INFO O| Aug 27 00:55:14.872 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-08-27T00:55:17.576Z[ host-image] Aug 27 00:55:14.880 INFO O| Aug 27 00:55:14.879 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98582026-08-27T00:55:17.576Z[ host-image] Aug 27 00:55:14.880 INFO O| Aug 27 00:55:14.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98592026-08-27T00:55:17.576Z[ host-image] Aug 27 00:55:14.880 INFO O| Aug 27 00:55:14.879 INFO ok!
98602026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.880 INFO O| Aug 27 00:55:14.879 INFO STEP 18 (ensure_symlink) COMPLETE
98612026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.880 INFO O| Aug 27 00:55:14.879 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98622026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.889 INFO O| Aug 27 00:55:14.889 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98632026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.889 INFO O| Aug 27 00:55:14.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98642026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.889 INFO O| Aug 27 00:55:14.889 INFO ok!
98652026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.889 INFO O| Aug 27 00:55:14.889 INFO STEP 19 (ensure_file) COMPLETE
98662026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.889 INFO O| Aug 27 00:55:14.889 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.898 INFO O| Aug 27 00:55:14.898 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98682026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.898 INFO O| Aug 27 00:55:14.898 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98692026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.898 INFO O| Aug 27 00:55:14.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98702026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.898 INFO O| Aug 27 00:55:14.898 INFO ok!
98712026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.898 INFO O| Aug 27 00:55:14.898 INFO STEP 20 (ensure_symlink) COMPLETE
98722026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.898 INFO O| Aug 27 00:55:14.898 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98732026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.907 INFO O| Aug 27 00:55:14.906 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98742026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.907 INFO O| Aug 27 00:55:14.906 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98752026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.907 INFO O| Aug 27 00:55:14.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98762026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.907 INFO O| Aug 27 00:55:14.907 INFO ok!
98772026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.907 INFO O| Aug 27 00:55:14.907 INFO STEP 21 (ensure_symlink) COMPLETE
98782026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.907 INFO O| Aug 27 00:55:14.907 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98792026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.916 INFO O| Aug 27 00:55:14.916 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98802026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.916 INFO O| Aug 27 00:55:14.916 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98812026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.916 INFO O| Aug 27 00:55:14.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98822026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.916 INFO O| Aug 27 00:55:14.916 INFO ok!
98832026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.916 INFO O| Aug 27 00:55:14.916 INFO STEP 22 (ensure_symlink) COMPLETE
98842026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.916 INFO O| Aug 27 00:55:14.916 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98852026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.924 INFO O| Aug 27 00:55:14.924 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98862026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.924 INFO O| Aug 27 00:55:14.924 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98872026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.924 INFO O| Aug 27 00:55:14.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98882026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.924 INFO O| Aug 27 00:55:14.924 INFO ok!
98892026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.924 INFO O| Aug 27 00:55:14.924 INFO STEP 23 (ensure_symlink) COMPLETE
98902026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.924 INFO O| Aug 27 00:55:14.924 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.932 INFO O| Aug 27 00:55:14.932 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98922026-08-27T00:55:17.577Z[ host-image] Aug 27 00:55:14.932 INFO O| Aug 27 00:55:14.932 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98932026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.932 INFO O| Aug 27 00:55:14.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98942026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.932 INFO O| Aug 27 00:55:14.932 INFO ok!
98952026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.932 INFO O| Aug 27 00:55:14.932 INFO STEP 24 (ensure_file) COMPLETE
98962026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.932 INFO O| Aug 27 00:55:14.932 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.940 INFO O| Aug 27 00:55:14.940 INFO updating shadow file
98982026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.940 INFO O| Aug 27 00:55:14.940 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98992026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.940 INFO O| Aug 27 00:55:14.940 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99002026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.940 INFO O| Aug 27 00:55:14.940 INFO STEP 25 (shadow) COMPLETE
99012026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.940 INFO O| Aug 27 00:55:14.940 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.948 INFO O| Aug 27 00:55:14.948 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99032026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.948 INFO O| Aug 27 00:55:14.948 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99042026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.948 INFO O| Aug 27 00:55:14.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99052026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.948 INFO O| Aug 27 00:55:14.948 INFO ok!
99062026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.948 INFO O| Aug 27 00:55:14.948 INFO STEP 26 (ensure_file) COMPLETE
99072026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.948 INFO O| Aug 27 00:55:14.948 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99082026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.956 INFO O| Aug 27 00:55:14.956 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99092026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.956 INFO O| Aug 27 00:55:14.956 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99102026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.956 INFO O| Aug 27 00:55:14.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99112026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.956 INFO O| Aug 27 00:55:14.956 INFO ok!
99122026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.956 INFO O| Aug 27 00:55:14.956 INFO STEP 27 (ensure_file) COMPLETE
99132026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.956 INFO O| Aug 27 00:55:14.956 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.962 INFO O| Aug 27 00:55:14.962 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99152026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.962 INFO O| Aug 27 00:55:14.962 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99162026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.962 INFO O| Aug 27 00:55:14.962 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99172026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.962 INFO O| Aug 27 00:55:14.962 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99182026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.962 INFO O| Aug 27 00:55:14.962 INFO ok!
99192026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.962 INFO O| Aug 27 00:55:14.962 INFO STEP 28 (ensure_file) COMPLETE
99202026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.962 INFO O| Aug 27 00:55:14.962 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99212026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.969 INFO O| Aug 27 00:55:14.969 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99222026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.969 INFO O| Aug 27 00:55:14.969 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99232026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.969 INFO O| Aug 27 00:55:14.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99242026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.969 INFO O| Aug 27 00:55:14.969 INFO ok!
99252026-08-27T00:55:17.578Z[ host-image] Aug 27 00:55:14.969 INFO O| Aug 27 00:55:14.969 INFO STEP 29 (ensure_file) COMPLETE
99262026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.969 INFO O| Aug 27 00:55:14.969 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.977 INFO O| Aug 27 00:55:14.977 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99282026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.977 INFO O| Aug 27 00:55:14.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99292026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.977 INFO O| Aug 27 00:55:14.977 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99302026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.977 INFO O| Aug 27 00:55:14.977 INFO STEP 30 (ensure_dir) COMPLETE
99312026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.977 INFO O| Aug 27 00:55:14.977 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99322026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.987 INFO O| Aug 27 00:55:14.987 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99332026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.987 INFO O| Aug 27 00:55:14.987 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99342026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.987 INFO O| Aug 27 00:55:14.987 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99352026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.987 INFO O| Aug 27 00:55:14.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99362026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.987 INFO O| Aug 27 00:55:14.987 INFO ok!
99372026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.987 INFO O| Aug 27 00:55:14.987 INFO STEP 31 (ensure_file) COMPLETE
99382026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.987 INFO O| Aug 27 00:55:14.987 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99392026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.995 INFO O| Aug 27 00:55:14.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99402026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.995 INFO O| Aug 27 00:55:14.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99412026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.995 INFO O| Aug 27 00:55:14.995 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99422026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.995 INFO O| Aug 27 00:55:14.995 INFO STEP 32 (ensure_dir) COMPLETE
99432026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:14.995 INFO O| Aug 27 00:55:14.995 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99442026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:15.004 INFO O| Aug 27 00:55:15.004 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99452026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:15.004 INFO O| Aug 27 00:55:15.004 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 ...
99462026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:15.004 INFO O| Aug 27 00:55:15.004 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
99472026-08-27T00:55:17.579Z[ host-image] Aug 27 00:55:15.004 INFO O| Aug 27 00:55:15.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99482026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.004 INFO O| Aug 27 00:55:15.004 INFO ok!
99492026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.004 INFO O| Aug 27 00:55:15.004 INFO STEP 33 (ensure_file) COMPLETE
99502026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.004 INFO O| Aug 27 00:55:15.004 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99512026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.011 INFO O| Aug 27 00:55:15.011 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99522026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.011 INFO O| Aug 27 00:55:15.011 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99532026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.011 INFO O| Aug 27 00:55:15.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99542026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.011 INFO O| Aug 27 00:55:15.011 INFO ok!
99552026-08-27T00:55:17.586Z[ host-image] Aug 27 00:55:15.011 INFO O| Aug 27 00:55:15.011 INFO STEP 34 (ensure_file) COMPLETE
99562026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.011 INFO O| Aug 27 00:55:15.011 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99572026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.021 INFO O| Aug 27 00:55:15.021 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99582026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.021 INFO O| Aug 27 00:55:15.021 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99592026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.021 INFO O| Aug 27 00:55:15.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99602026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.021 INFO O| Aug 27 00:55:15.021 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99612026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.021 INFO O| Aug 27 00:55:15.021 INFO ok!
99622026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.021 INFO O| Aug 27 00:55:15.021 INFO STEP 35 (ensure_file) COMPLETE
99632026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.021 INFO O| Aug 27 00:55:15.021 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99642026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.028 INFO O| Aug 27 00:55:15.028 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99652026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.028 INFO O| Aug 27 00:55:15.028 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99662026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.028 INFO O| Aug 27 00:55:15.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99672026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.028 INFO O| Aug 27 00:55:15.028 INFO ok!
99682026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.028 INFO O| Aug 27 00:55:15.028 INFO STEP 36 (ensure_file) COMPLETE
99692026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.028 INFO O| Aug 27 00:55:15.028 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99702026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.036 INFO O| Aug 27 00:55:15.036 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99712026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.036 INFO O| Aug 27 00:55:15.036 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99722026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.036 INFO O| Aug 27 00:55:15.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99732026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.036 INFO O| Aug 27 00:55:15.036 INFO ok!
99742026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.036 INFO O| Aug 27 00:55:15.036 INFO STEP 37 (ensure_file) COMPLETE
99752026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.036 INFO O| Aug 27 00:55:15.036 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99772026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99782026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99792026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99802026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99812026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99822026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO ok!
99832026-08-27T00:55:17.587Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO STEP 38 (ensure_file) COMPLETE
99842026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.043 INFO O| Aug 27 00:55:15.043 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99852026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.050 INFO O| Aug 27 00:55:15.050 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99862026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.050 INFO O| Aug 27 00:55:15.050 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99872026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.050 INFO O| Aug 27 00:55:15.050 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99882026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.050 INFO O| Aug 27 00:55:15.050 INFO STEP 39 (ensure_dir) COMPLETE
99892026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.050 INFO O| Aug 27 00:55:15.050 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99902026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 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
99912026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 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 ...
99922026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 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
99932026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 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
99942026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 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
99952026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 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
99962026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 INFO ok!
99972026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 INFO STEP 40 (ensure_file) COMPLETE
99982026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.057 INFO O| Aug 27 00:55:15.057 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99992026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.064 INFO O| Aug 27 00:55:15.064 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100002026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.064 INFO O| Aug 27 00:55:15.064 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 ...
100012026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.064 INFO O| Aug 27 00:55:15.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100022026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.064 INFO O| Aug 27 00:55:15.064 INFO ok!
100032026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.064 INFO O| Aug 27 00:55:15.064 INFO STEP 41 (ensure_symlink) COMPLETE
100042026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.064 INFO O| Aug 27 00:55:15.064 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100052026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.071 INFO O| Aug 27 00:55:15.071 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100062026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.071 INFO O| Aug 27 00:55:15.071 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100072026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.071 INFO O| Aug 27 00:55:15.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100082026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.071 INFO O| Aug 27 00:55:15.071 INFO ok!
100092026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.071 INFO O| Aug 27 00:55:15.071 INFO STEP 42 (ensure_symlink) COMPLETE
100102026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.071 INFO O| Aug 27 00:55:15.071 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100112026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100122026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100132026-08-27T00:55:17.588Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100142026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100152026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100162026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100172026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO ok!
100182026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO STEP 43 (ensure_file) COMPLETE
100192026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.077 INFO O| Aug 27 00:55:15.077 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100202026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.083 INFO O| Aug 27 00:55:15.083 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100212026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.083 INFO O| Aug 27 00:55:15.083 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 ...
100222026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.083 INFO O| Aug 27 00:55:15.083 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
100232026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.084 INFO O| Aug 27 00:55:15.084 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100242026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.084 INFO O| Aug 27 00:55:15.084 INFO ok!
100252026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.084 INFO O| Aug 27 00:55:15.084 INFO STEP 44 (ensure_file) COMPLETE
100262026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.084 INFO O| Aug 27 00:55:15.084 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.090 INFO O| Aug 27 00:55:15.090 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100282026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.090 INFO O| Aug 27 00:55:15.090 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100292026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.090 INFO O| Aug 27 00:55:15.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100302026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.090 INFO O| Aug 27 00:55:15.090 INFO ok!
100312026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.090 INFO O| Aug 27 00:55:15.090 INFO STEP 45 (ensure_file) COMPLETE
100322026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.090 INFO O| Aug 27 00:55:15.090 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100332026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.096 INFO O| Aug 27 00:55:15.096 INFO updating shadow file
100342026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.096 INFO O| Aug 27 00:55:15.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100352026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.096 INFO O| Aug 27 00:55:15.096 INFO STEP 46 (shadow) COMPLETE
100362026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.096 INFO O| Aug 27 00:55:15.096 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100372026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100382026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100392026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100402026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100412026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO ok!
100422026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO STEP 47 (ensure_file) COMPLETE
100432026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100442026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO skip step because feature "mfg" is not enabled
100452026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100462026-08-27T00:55:17.589Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO skip step because feature "mfg" is not enabled
100472026-08-27T00:55:17.590Z[ host-image] Aug 27 00:55:15.103 INFO O| Aug 27 00:55:15.103 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100482026-08-27T00:55:17.596Z[ host-image] Aug 27 00:55:15.110 INFO O| Aug 27 00:55:15.110 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100492026-08-27T00:55:17.596Z[ host-image] Aug 27 00:55:15.110 INFO O| Aug 27 00:55:15.110 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100502026-08-27T00:55:17.596Z[ host-image] Aug 27 00:55:15.138 INFO O| Aug 27 00:55:15.138 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100512026-08-27T00:55:17.596Z[ host-image] Aug 27 00:55:15.138 INFO O| Aug 27 00:55:15.138 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100522026-08-27T00:55:17.596Z[ host-image] Aug 27 00:55:15.138 INFO O| Aug 27 00:55:15.138 INFO ok!
100532026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.138 INFO O| Aug 27 00:55:15.138 INFO STEP 50 (ensure_file) COMPLETE
100542026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.138 INFO O| Aug 27 00:55:15.138 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100552026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.138 INFO O| Aug 27 00:55:15.138 INFO skip step because feature "compliance" is not enabled
100562026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.138 INFO O| Aug 27 00:55:15.138 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100582026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100592026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100602026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100612026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100622026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100632026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO ok!
100642026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO STEP 52 (ensure_file) COMPLETE
100652026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.147 INFO O| Aug 27 00:55:15.147 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100662026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.155 INFO O| Aug 27 00:55:15.155 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100672026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.155 INFO O| Aug 27 00:55:15.155 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 ...
100682026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.155 INFO O| Aug 27 00:55:15.155 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
100692026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.155 INFO O| Aug 27 00:55:15.155 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100702026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.155 INFO O| Aug 27 00:55:15.155 INFO ok!
100712026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.155 INFO O| Aug 27 00:55:15.155 INFO STEP 53 (ensure_file) COMPLETE
100722026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.155 INFO O| Aug 27 00:55:15.155 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.163 INFO O| Aug 27 00:55:15.163 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100742026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.163 INFO O| Aug 27 00:55:15.163 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 ...
100752026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.163 INFO O| Aug 27 00:55:15.163 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100762026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.163 INFO O| Aug 27 00:55:15.163 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100772026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.163 INFO O| Aug 27 00:55:15.163 INFO ok!
100782026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.163 INFO O| Aug 27 00:55:15.163 INFO STEP 54 (ensure_file) COMPLETE
100792026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.163 INFO O| Aug 27 00:55:15.163 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.169 INFO O| Aug 27 00:55:15.169 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100812026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.169 INFO O| Aug 27 00:55:15.169 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 ...
100822026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.169 INFO O| Aug 27 00:55:15.169 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
100832026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.169 INFO O| Aug 27 00:55:15.169 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100842026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.169 INFO O| Aug 27 00:55:15.169 INFO ok!
100852026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.169 INFO O| Aug 27 00:55:15.169 INFO STEP 55 (ensure_file) COMPLETE
100862026-08-27T00:55:17.597Z[ host-image] Aug 27 00:55:15.169 INFO O| Aug 27 00:55:15.169 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.176 INFO O| Aug 27 00:55:15.176 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100882026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.176 INFO O| Aug 27 00:55:15.176 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 ...
100892026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.176 INFO O| Aug 27 00:55:15.176 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100902026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.176 INFO O| Aug 27 00:55:15.176 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100912026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.176 INFO O| Aug 27 00:55:15.176 INFO ok!
100922026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.176 INFO O| Aug 27 00:55:15.176 INFO STEP 56 (ensure_file) COMPLETE
100932026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.176 INFO O| Aug 27 00:55:15.176 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.183 INFO O| Aug 27 00:55:15.183 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100952026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.183 INFO O| Aug 27 00:55:15.183 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 ...
100962026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.183 INFO O| Aug 27 00:55:15.183 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
100972026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.183 INFO O| Aug 27 00:55:15.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100982026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.183 INFO O| Aug 27 00:55:15.183 INFO ok!
100992026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.183 INFO O| Aug 27 00:55:15.183 INFO STEP 57 (ensure_file) COMPLETE
101002026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.183 INFO O| Aug 27 00:55:15.183 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101022026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 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 ...
101032026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101042026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101052026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101062026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101072026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO ok!
101082026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO STEP 58 (ensure_file) COMPLETE
101092026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.192 INFO O| Aug 27 00:55:15.192 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.198 INFO O| Aug 27 00:55:15.198 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101112026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.198 INFO O| Aug 27 00:55:15.198 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 ...
101122026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.199 INFO O| Aug 27 00:55:15.198 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
101132026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.199 INFO O| Aug 27 00:55:15.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101142026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.199 INFO O| Aug 27 00:55:15.199 INFO ok!
101152026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.199 INFO O| Aug 27 00:55:15.199 INFO STEP 59 (ensure_file) COMPLETE
101162026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.199 INFO O| Aug 27 00:55:15.199 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.204 INFO O| Aug 27 00:55:15.204 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101182026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.204 INFO O| Aug 27 00:55:15.204 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101192026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.204 INFO O| Aug 27 00:55:15.204 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101202026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.204 INFO O| Aug 27 00:55:15.204 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101212026-08-27T00:55:17.598Z[ host-image] Aug 27 00:55:15.204 INFO O| Aug 27 00:55:15.204 INFO ok!
101222026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.204 INFO O| Aug 27 00:55:15.204 INFO STEP 60 (ensure_file) COMPLETE
101232026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.204 INFO O| Aug 27 00:55:15.204 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101242026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.211 INFO O| Aug 27 00:55:15.211 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101252026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.211 INFO O| Aug 27 00:55:15.211 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 ...
101262026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.211 INFO O| Aug 27 00:55:15.211 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
101272026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.211 INFO O| Aug 27 00:55:15.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101282026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.211 INFO O| Aug 27 00:55:15.211 INFO ok!
101292026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.211 INFO O| Aug 27 00:55:15.211 INFO STEP 61 (ensure_file) COMPLETE
101302026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:15.211 INFO O| Aug 27 00:55:15.211 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101312026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101322026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101332026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101342026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101352026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101362026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101372026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO ok!
101382026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO STEP 62 (ensure_file) COMPLETE
101392026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.218 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101402026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.227 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101412026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.227 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 ...
101422026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.227 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101432026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101442026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.227 INFO ok!
101452026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.227 INFO STEP 63 (ensure_file) COMPLETE
101462026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.227 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101472026-08-27T00:55:17.599Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.234 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101482026-08-27T00:55:17.607Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.234 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 ...
101492026-08-27T00:55:17.607Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.234 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
101502026-08-27T00:55:17.607Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.234 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101512026-08-27T00:55:17.607Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.234 INFO ok!
101522026-08-27T00:55:17.608Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.234 INFO STEP 64 (ensure_file) COMPLETE
101532026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.234 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101542026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101552026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 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 ...
101562026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 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
101572026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101582026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 INFO ok!
101592026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 INFO STEP 65 (ensure_file) COMPLETE
101602026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101612026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 INFO skip step because feature "mbist" is not enabled
101622026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.242 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.249 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101642026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.249 INFO STEP 67 (ensure_dir) COMPLETE
101652026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.249 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.255 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101672026-08-27T00:55:17.613Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.255 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101682026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.255 INFO STEP 68 (ensure_dir) COMPLETE
101692026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.255 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.263 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101712026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101722026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.263 INFO STEP 69 (ensure_dir) COMPLETE
101732026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.263 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101752026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.271 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101762026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101772026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.617 INFO ok!
101782026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.617 INFO STEP 70 (ensure_file) COMPLETE
101792026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.617 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-08-27T00:55:17.614Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101812026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:15.626 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101822026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101832026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.260 INFO ok!
101842026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.260 INFO STEP 71 (ensure_file) COMPLETE
101852026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.260 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101872026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101882026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.270 INFO STEP 72 (ensure_dir) COMPLETE
101892026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.270 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101912026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.340 INFO O| Aug 27 00:55:16.277 INFO copying /tmp/.tmpBvIJBf/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 ...
101922026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101932026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.277 INFO ok!
101942026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.277 INFO STEP 73 (ensure_file) COMPLETE
101952026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.277 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101972026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.283 INFO copying /tmp/.tmpBvIJBf/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 ...
101982026-08-27T00:55:17.615Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101992026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.283 INFO ok!
102002026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.283 INFO STEP 74 (ensure_file) COMPLETE
102012026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.283 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.290 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102032026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102042026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.290 INFO STEP 75 (ensure_dir) COMPLETE
102052026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.290 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102072026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.296 INFO copying /tmp/.tmpBvIJBf/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 ...
102082026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102092026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.296 INFO ok!
102102026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.296 INFO STEP 76 (ensure_file) COMPLETE
102112026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.296 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-08-27T00:55:17.617Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.302 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102132026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.302 INFO copying /tmp/.tmpBvIJBf/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 ...
102142026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102152026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.302 INFO ok!
102162026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.302 INFO STEP 77 (ensure_file) COMPLETE
102172026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.302 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.308 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102192026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102202026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.308 INFO STEP 78 (ensure_dir) COMPLETE
102212026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.308 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102232026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.315 INFO copying /tmp/.tmpBvIJBf/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 ...
102242026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102252026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.315 INFO ok!
102262026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.315 INFO STEP 79 (ensure_file) COMPLETE
102272026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.315 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102292026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.321 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102302026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102312026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.321 INFO ok!
102322026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.321 INFO STEP 80 (ensure_file) COMPLETE
102332026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.321 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.327 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102352026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102362026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.327 INFO STEP 81 (ensure_dir) COMPLETE
102372026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.327 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102392026-08-27T00:55:17.618Z[ host-image] Aug 27 00:55:16.342 INFO O| Aug 27 00:55:16.333 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102402026-08-27T00:55:18.085Z[ host-image] Aug 27 00:55:16.947 INFO O| Aug 27 00:55:16.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102412026-08-27T00:55:18.086Z[ host-image] Aug 27 00:55:16.947 INFO O| Aug 27 00:55:16.947 INFO ok!
102422026-08-27T00:55:18.086Z[ host-image] Aug 27 00:55:16.947 INFO O| Aug 27 00:55:16.947 INFO STEP 82 (ensure_file) COMPLETE
102432026-08-27T00:55:18.089Z[ host-image] Aug 27 00:55:16.947 INFO O| Aug 27 00:55:16.947 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-08-27T00:55:18.094Z[ host-image] Aug 27 00:55:16.956 INFO O| Aug 27 00:55:16.956 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102452026-08-27T00:55:18.094Z[ host-image] Aug 27 00:55:16.956 INFO O| Aug 27 00:55:16.956 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102462026-08-27T00:55:18.411Z[ host-image] Aug 27 00:55:17.272 INFO O| Aug 27 00:55:17.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102472026-08-27T00:55:18.411Z[ host-image] Aug 27 00:55:17.272 INFO O| Aug 27 00:55:17.272 INFO ok!
102482026-08-27T00:55:18.411Z[ host-image] Aug 27 00:55:17.272 INFO O| Aug 27 00:55:17.272 INFO STEP 83 (ensure_file) COMPLETE
102492026-08-27T00:55:18.414Z[ host-image] Aug 27 00:55:17.272 INFO O| Aug 27 00:55:17.272 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-08-27T00:55:18.422Z[ host-image] Aug 27 00:55:17.284 INFO O| Aug 27 00:55:17.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102512026-08-27T00:55:18.422Z[ host-image] Aug 27 00:55:17.284 INFO O| Aug 27 00:55:17.284 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102522026-08-27T00:55:19.795Z[ host-image] Aug 27 00:55:18.656 INFO O| Aug 27 00:55:18.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102532026-08-27T00:55:19.795Z[ host-image] Aug 27 00:55:18.656 INFO O| Aug 27 00:55:18.656 INFO ok!
102542026-08-27T00:55:19.795Z[ host-image] Aug 27 00:55:18.656 INFO O| Aug 27 00:55:18.656 INFO STEP 84 (ensure_file) COMPLETE
102552026-08-27T00:55:19.798Z[ host-image] Aug 27 00:55:18.656 INFO O| Aug 27 00:55:18.656 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-08-27T00:55:19.805Z[ host-image] Aug 27 00:55:18.667 INFO O| Aug 27 00:55:18.667 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102572026-08-27T00:55:19.805Z[ host-image] Aug 27 00:55:18.667 INFO O| Aug 27 00:55:18.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102582026-08-27T00:55:19.809Z[ host-image] Aug 27 00:55:18.667 INFO O| Aug 27 00:55:18.667 INFO STEP 85 (ensure_dir) COMPLETE
102592026-08-27T00:55:19.809Z[ host-image] Aug 27 00:55:18.667 INFO O| Aug 27 00:55:18.667 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-27T00:55:19.813Z[ host-image] Aug 27 00:55:18.675 INFO O| Aug 27 00:55:18.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102612026-08-27T00:55:19.813Z[ host-image] Aug 27 00:55:18.675 INFO O| Aug 27 00:55:18.675 INFO copying /tmp/.tmpBvIJBf/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 ...
102622026-08-27T00:55:19.813Z[ host-image] Aug 27 00:55:18.675 INFO O| Aug 27 00:55:18.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102632026-08-27T00:55:19.818Z[ host-image] Aug 27 00:55:18.675 INFO O| Aug 27 00:55:18.675 INFO ok!
102642026-08-27T00:55:19.818Z[ host-image] Aug 27 00:55:18.675 INFO O| Aug 27 00:55:18.675 INFO STEP 86 (ensure_file) COMPLETE
102652026-08-27T00:55:19.818Z[ host-image] Aug 27 00:55:18.675 INFO O| Aug 27 00:55:18.675 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-27T00:55:19.822Z[ host-image] Aug 27 00:55:18.681 INFO O| Aug 27 00:55:18.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102672026-08-27T00:55:19.822Z[ host-image] Aug 27 00:55:18.681 INFO O| Aug 27 00:55:18.681 INFO copying /tmp/.tmpBvIJBf/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 ...
102682026-08-27T00:55:19.822Z[ host-image] Aug 27 00:55:18.681 INFO O| Aug 27 00:55:18.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102692026-08-27T00:55:19.822Z[ host-image] Aug 27 00:55:18.681 INFO O| Aug 27 00:55:18.681 INFO ok!
102702026-08-27T00:55:19.823Z[ host-image] Aug 27 00:55:18.681 INFO O| Aug 27 00:55:18.681 INFO STEP 87 (ensure_file) COMPLETE
102712026-08-27T00:55:19.823Z[ host-image] Aug 27 00:55:18.681 INFO O| Aug 27 00:55:18.681 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-08-27T00:55:19.826Z[ host-image] Aug 27 00:55:18.688 INFO O| Aug 27 00:55:18.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102732026-08-27T00:55:19.826Z[ host-image] Aug 27 00:55:18.688 INFO O| Aug 27 00:55:18.688 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102742026-08-27T00:55:19.826Z[ host-image] Aug 27 00:55:18.688 INFO O| Aug 27 00:55:18.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102752026-08-27T00:55:19.830Z[ host-image] Aug 27 00:55:18.688 INFO O| Aug 27 00:55:18.688 INFO ok!
102762026-08-27T00:55:19.830Z[ host-image] Aug 27 00:55:18.688 INFO O| Aug 27 00:55:18.688 INFO STEP 88 (ensure_file) COMPLETE
102772026-08-27T00:55:19.830Z[ host-image] Aug 27 00:55:18.688 INFO O| Aug 27 00:55:18.688 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102782026-08-27T00:55:19.835Z[ host-image] Aug 27 00:55:18.697 INFO O| Aug 27 00:55:18.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102792026-08-27T00:55:19.835Z[ host-image] Aug 27 00:55:18.697 INFO O| Aug 27 00:55:18.697 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102802026-08-27T00:55:19.835Z[ host-image] Aug 27 00:55:18.697 INFO O| Aug 27 00:55:18.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102812026-08-27T00:55:19.838Z[ host-image] Aug 27 00:55:18.697 INFO O| Aug 27 00:55:18.697 INFO ok!
102822026-08-27T00:55:19.838Z[ host-image] Aug 27 00:55:18.697 INFO O| Aug 27 00:55:18.697 INFO STEP 89 (ensure_file) COMPLETE
102832026-08-27T00:55:19.838Z[ host-image] Aug 27 00:55:18.697 INFO O| Aug 27 00:55:18.697 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-27T00:55:19.841Z[ host-image] Aug 27 00:55:18.703 INFO O| Aug 27 00:55:18.703 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102852026-08-27T00:55:19.841Z[ host-image] Aug 27 00:55:18.703 INFO O| Aug 27 00:55:18.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102862026-08-27T00:55:19.841Z[ host-image] Aug 27 00:55:18.703 INFO O| Aug 27 00:55:18.703 INFO STEP 90 (ensure_dir) COMPLETE
102872026-08-27T00:55:19.845Z[ host-image] Aug 27 00:55:18.703 INFO O| Aug 27 00:55:18.703 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-27T00:55:19.850Z[ host-image] Aug 27 00:55:18.712 INFO O| Aug 27 00:55:18.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102892026-08-27T00:55:19.850Z[ host-image] Aug 27 00:55:18.712 INFO O| Aug 27 00:55:18.712 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102902026-08-27T00:55:19.982Z[ host-image] Aug 27 00:55:18.843 INFO O| Aug 27 00:55:18.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102912026-08-27T00:55:19.982Z[ host-image] Aug 27 00:55:18.843 INFO O| Aug 27 00:55:18.843 INFO ok!
102922026-08-27T00:55:19.986Z[ host-image] Aug 27 00:55:18.843 INFO O| Aug 27 00:55:18.843 INFO STEP 91 (ensure_file) COMPLETE
102932026-08-27T00:55:19.986Z[ host-image] Aug 27 00:55:18.843 INFO O| Aug 27 00:55:18.843 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-27T00:55:19.990Z[ host-image] Aug 27 00:55:18.852 INFO O| Aug 27 00:55:18.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102952026-08-27T00:55:19.990Z[ host-image] Aug 27 00:55:18.852 INFO O| Aug 27 00:55:18.852 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102962026-08-27T00:55:19.990Z[ host-image] Aug 27 00:55:18.852 INFO O| Aug 27 00:55:18.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102972026-08-27T00:55:19.990Z[ host-image] Aug 27 00:55:18.852 INFO O| Aug 27 00:55:18.852 INFO ok!
102982026-08-27T00:55:19.991Z[ host-image] Aug 27 00:55:18.852 INFO O| Aug 27 00:55:18.852 INFO STEP 92 (ensure_file) COMPLETE
102992026-08-27T00:55:19.991Z[ host-image] Aug 27 00:55:18.852 INFO O| Aug 27 00:55:18.852 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-27T00:55:19.997Z[ host-image] Aug 27 00:55:18.859 INFO O| Aug 27 00:55:18.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103012026-08-27T00:55:19.997Z[ host-image] Aug 27 00:55:18.859 INFO O| Aug 27 00:55:18.859 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103022026-08-27T00:55:20.280Z[ host-image] Aug 27 00:55:19.141 INFO O| Aug 27 00:55:19.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103032026-08-27T00:55:20.280Z[ host-image] Aug 27 00:55:19.141 INFO O| Aug 27 00:55:19.141 INFO ok!
103042026-08-27T00:55:20.280Z[ host-image] Aug 27 00:55:19.141 INFO O| Aug 27 00:55:19.141 INFO STEP 93 (ensure_file) COMPLETE
103052026-08-27T00:55:20.284Z[ host-image] Aug 27 00:55:19.141 INFO O| Aug 27 00:55:19.141 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-27T00:55:20.289Z[ host-image] Aug 27 00:55:19.151 INFO O| Aug 27 00:55:19.151 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103072026-08-27T00:55:20.289Z[ host-image] Aug 27 00:55:19.151 INFO O| Aug 27 00:55:19.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103082026-08-27T00:55:20.293Z[ host-image] Aug 27 00:55:19.151 INFO O| Aug 27 00:55:19.151 INFO STEP 94 (ensure_dir) COMPLETE
103092026-08-27T00:55:20.293Z[ host-image] Aug 27 00:55:19.151 INFO O| Aug 27 00:55:19.151 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-27T00:55:20.298Z[ host-image] Aug 27 00:55:19.159 INFO O| Aug 27 00:55:19.159 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103112026-08-27T00:55:20.298Z[ host-image] Aug 27 00:55:19.159 INFO O| Aug 27 00:55:19.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103122026-08-27T00:55:20.300Z[ host-image] Aug 27 00:55:19.159 INFO O| Aug 27 00:55:19.159 INFO STEP 95 (ensure_dir) COMPLETE
103132026-08-27T00:55:20.300Z[ host-image] Aug 27 00:55:19.159 INFO O| Aug 27 00:55:19.159 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-27T00:55:20.305Z[ host-image] Aug 27 00:55:19.167 INFO O| Aug 27 00:55:19.167 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103152026-08-27T00:55:20.308Z[ host-image] Aug 27 00:55:19.167 INFO O| Aug 27 00:55:19.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103162026-08-27T00:55:20.308Z[ host-image] Aug 27 00:55:19.167 INFO O| Aug 27 00:55:19.167 INFO STEP 96 (ensure_dir) COMPLETE
103172026-08-27T00:55:20.308Z[ host-image] Aug 27 00:55:19.167 INFO O| Aug 27 00:55:19.167 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-27T00:55:20.313Z[ host-image] Aug 27 00:55:19.175 INFO O| Aug 27 00:55:19.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103192026-08-27T00:55:20.316Z[ host-image] Aug 27 00:55:19.175 INFO O| Aug 27 00:55:19.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103202026-08-27T00:55:20.317Z[ host-image] Aug 27 00:55:19.175 INFO O| Aug 27 00:55:19.175 INFO STEP 97 (ensure_dir) COMPLETE
103212026-08-27T00:55:20.317Z[ host-image] Aug 27 00:55:19.175 INFO O| Aug 27 00:55:19.175 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-08-27T00:55:20.320Z[ host-image] Aug 27 00:55:19.182 INFO O| Aug 27 00:55:19.182 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103232026-08-27T00:55:20.323Z[ host-image] Aug 27 00:55:19.182 INFO O| Aug 27 00:55:19.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103242026-08-27T00:55:20.323Z[ host-image] Aug 27 00:55:19.182 INFO O| Aug 27 00:55:19.182 INFO STEP 98 (ensure_dir) COMPLETE
103252026-08-27T00:55:20.323Z[ host-image] Aug 27 00:55:19.182 INFO O| Aug 27 00:55:19.182 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-08-27T00:55:20.328Z[ host-image] Aug 27 00:55:19.190 INFO O| Aug 27 00:55:19.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103272026-08-27T00:55:20.328Z[ host-image] Aug 27 00:55:19.190 INFO O| Aug 27 00:55:19.190 INFO copying /tmp/.tmpBvIJBf/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 ...
103282026-08-27T00:55:20.328Z[ host-image] Aug 27 00:55:19.190 INFO O| Aug 27 00:55:19.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103292026-08-27T00:55:20.332Z[ host-image] Aug 27 00:55:19.190 INFO O| Aug 27 00:55:19.190 INFO ok!
103302026-08-27T00:55:20.332Z[ host-image] Aug 27 00:55:19.190 INFO O| Aug 27 00:55:19.190 INFO STEP 99 (ensure_file) COMPLETE
103312026-08-27T00:55:20.332Z[ host-image] Aug 27 00:55:19.190 INFO O| Aug 27 00:55:19.190 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-27T00:55:20.335Z[ host-image] Aug 27 00:55:19.197 INFO O| Aug 27 00:55:19.197 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103332026-08-27T00:55:20.342Z[ host-image] Aug 27 00:55:19.197 INFO O| Aug 27 00:55:19.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103342026-08-27T00:55:20.342Z[ host-image] Aug 27 00:55:19.197 INFO O| Aug 27 00:55:19.197 INFO STEP 100 (ensure_dir) COMPLETE
103352026-08-27T00:55:20.342Z[ host-image] Aug 27 00:55:19.197 INFO O| Aug 27 00:55:19.197 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-27T00:55:20.345Z[ host-image] Aug 27 00:55:19.203 INFO O| Aug 27 00:55:19.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103372026-08-27T00:55:20.345Z[ host-image] Aug 27 00:55:19.203 INFO O| Aug 27 00:55:19.203 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103382026-08-27T00:55:20.614Z[ host-image] Aug 27 00:55:19.475 INFO O| Aug 27 00:55:19.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103392026-08-27T00:55:20.614Z[ host-image] Aug 27 00:55:19.475 INFO O| Aug 27 00:55:19.475 INFO ok!
103402026-08-27T00:55:20.617Z[ host-image] Aug 27 00:55:19.475 INFO O| Aug 27 00:55:19.475 INFO STEP 101 (ensure_file) COMPLETE
103412026-08-27T00:55:20.617Z[ host-image] Aug 27 00:55:19.475 INFO O| Aug 27 00:55:19.475 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-27T00:55:20.621Z[ host-image] Aug 27 00:55:19.483 INFO O| Aug 27 00:55:19.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103432026-08-27T00:55:20.624Z[ host-image] Aug 27 00:55:19.483 INFO O| Aug 27 00:55:19.483 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103442026-08-27T00:55:20.624Z[ host-image] Aug 27 00:55:19.483 INFO O| Aug 27 00:55:19.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103452026-08-27T00:55:20.626Z[ host-image] Aug 27 00:55:19.483 INFO O| Aug 27 00:55:19.483 INFO ok!
103462026-08-27T00:55:20.626Z[ host-image] Aug 27 00:55:19.483 INFO O| Aug 27 00:55:19.483 INFO STEP 102 (ensure_file) COMPLETE
103472026-08-27T00:55:20.626Z[ host-image] Aug 27 00:55:19.483 INFO O| Aug 27 00:55:19.483 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-27T00:55:20.629Z[ host-image] Aug 27 00:55:19.490 INFO O| Aug 27 00:55:19.490 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103492026-08-27T00:55:20.629Z[ host-image] Aug 27 00:55:19.490 INFO O| Aug 27 00:55:19.490 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103502026-08-27T00:55:20.634Z[ host-image] Aug 27 00:55:19.496 INFO O| Aug 27 00:55:19.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103512026-08-27T00:55:20.634Z[ host-image] Aug 27 00:55:19.496 INFO O| Aug 27 00:55:19.496 INFO ok!
103522026-08-27T00:55:20.637Z[ host-image] Aug 27 00:55:19.496 INFO O| Aug 27 00:55:19.496 INFO STEP 103 (ensure_file) COMPLETE
103532026-08-27T00:55:20.637Z[ host-image] Aug 27 00:55:19.496 INFO O| Aug 27 00:55:19.496 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-08-27T00:55:20.641Z[ host-image] Aug 27 00:55:19.502 INFO O| Aug 27 00:55:19.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103552026-08-27T00:55:20.641Z[ host-image] Aug 27 00:55:19.502 INFO O| Aug 27 00:55:19.502 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103562026-08-27T00:55:20.641Z[ host-image] Aug 27 00:55:19.502 INFO O| Aug 27 00:55:19.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103572026-08-27T00:55:20.641Z[ host-image] Aug 27 00:55:19.502 INFO O| Aug 27 00:55:19.502 INFO ok!
103582026-08-27T00:55:20.641Z[ host-image] Aug 27 00:55:19.502 INFO O| Aug 27 00:55:19.502 INFO STEP 104 (ensure_file) COMPLETE
103592026-08-27T00:55:20.641Z[ host-image] Aug 27 00:55:19.502 INFO O| Aug 27 00:55:19.502 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-08-27T00:55:20.649Z[ host-image] Aug 27 00:55:19.510 INFO O| Aug 27 00:55:19.510 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103612026-08-27T00:55:20.652Z[ host-image] Aug 27 00:55:19.510 INFO O| Aug 27 00:55:19.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103622026-08-27T00:55:20.652Z[ host-image] Aug 27 00:55:19.510 INFO O| Aug 27 00:55:19.510 INFO STEP 105 (ensure_dir) COMPLETE
103632026-08-27T00:55:20.652Z[ host-image] Aug 27 00:55:19.510 INFO O| Aug 27 00:55:19.510 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-27T00:55:20.656Z[ host-image] Aug 27 00:55:19.517 INFO O| Aug 27 00:55:19.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103652026-08-27T00:55:20.656Z[ host-image] Aug 27 00:55:19.517 INFO O| Aug 27 00:55:19.517 INFO copying /tmp/.tmpBvIJBf/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 ...
103662026-08-27T00:55:20.907Z[ host-image] Aug 27 00:55:19.768 INFO O| Aug 27 00:55:19.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103672026-08-27T00:55:20.907Z[ host-image] Aug 27 00:55:19.768 INFO O| Aug 27 00:55:19.768 INFO ok!
103682026-08-27T00:55:20.907Z[ host-image] Aug 27 00:55:19.768 INFO O| Aug 27 00:55:19.768 INFO STEP 106 (ensure_file) COMPLETE
103692026-08-27T00:55:20.910Z[ host-image] Aug 27 00:55:19.768 INFO O| Aug 27 00:55:19.768 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-27T00:55:20.916Z[ host-image] Aug 27 00:55:19.777 INFO O| Aug 27 00:55:19.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103712026-08-27T00:55:20.916Z[ host-image] Aug 27 00:55:19.777 INFO O| Aug 27 00:55:19.777 INFO copying /tmp/.tmpBvIJBf/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 ...
103722026-08-27T00:55:20.919Z[ host-image] Aug 27 00:55:19.777 INFO O| Aug 27 00:55:19.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103732026-08-27T00:55:20.921Z[ host-image] Aug 27 00:55:19.777 INFO O| Aug 27 00:55:19.777 INFO ok!
103742026-08-27T00:55:20.921Z[ host-image] Aug 27 00:55:19.777 INFO O| Aug 27 00:55:19.777 INFO STEP 107 (ensure_file) COMPLETE
103752026-08-27T00:55:20.921Z[ host-image] Aug 27 00:55:19.777 INFO O| Aug 27 00:55:19.777 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-27T00:55:20.925Z[ host-image] Aug 27 00:55:19.785 INFO O| Aug 27 00:55:19.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103772026-08-27T00:55:20.925Z[ host-image] Aug 27 00:55:19.785 INFO O| Aug 27 00:55:19.785 INFO copying /tmp/.tmpBvIJBf/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 ...
103782026-08-27T00:55:20.925Z[ host-image] Aug 27 00:55:19.785 INFO O| Aug 27 00:55:19.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103792026-08-27T00:55:20.925Z[ host-image] Aug 27 00:55:19.785 INFO O| Aug 27 00:55:19.785 INFO ok!
103802026-08-27T00:55:20.925Z[ host-image] Aug 27 00:55:19.785 INFO O| Aug 27 00:55:19.785 INFO STEP 108 (ensure_file) COMPLETE
103812026-08-27T00:55:20.925Z[ host-image] Aug 27 00:55:19.785 INFO O| Aug 27 00:55:19.785 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-27T00:55:20.930Z[ host-image] Aug 27 00:55:19.792 INFO O| Aug 27 00:55:19.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103832026-08-27T00:55:20.930Z[ host-image] Aug 27 00:55:19.792 INFO O| Aug 27 00:55:19.792 INFO copying /tmp/.tmpBvIJBf/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 ...
103842026-08-27T00:55:20.933Z[ host-image] Aug 27 00:55:19.792 INFO O| Aug 27 00:55:19.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103852026-08-27T00:55:20.933Z[ host-image] Aug 27 00:55:19.792 INFO O| Aug 27 00:55:19.792 INFO ok!
103862026-08-27T00:55:20.934Z[ host-image] Aug 27 00:55:19.792 INFO O| Aug 27 00:55:19.792 INFO STEP 109 (ensure_file) COMPLETE
103872026-08-27T00:55:20.934Z[ host-image] Aug 27 00:55:19.792 INFO O| Aug 27 00:55:19.792 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-27T00:55:20.938Z[ host-image] Aug 27 00:55:19.800 INFO O| Aug 27 00:55:19.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103892026-08-27T00:55:20.938Z[ host-image] Aug 27 00:55:19.800 INFO O| Aug 27 00:55:19.800 INFO copying /tmp/.tmpBvIJBf/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 ...
103902026-08-27T00:55:20.941Z[ host-image] Aug 27 00:55:19.800 INFO O| Aug 27 00:55:19.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103912026-08-27T00:55:20.941Z[ host-image] Aug 27 00:55:19.800 INFO O| Aug 27 00:55:19.800 INFO ok!
103922026-08-27T00:55:20.941Z[ host-image] Aug 27 00:55:19.800 INFO O| Aug 27 00:55:19.800 INFO STEP 110 (ensure_file) COMPLETE
103932026-08-27T00:55:20.941Z[ host-image] Aug 27 00:55:19.800 INFO O| Aug 27 00:55:19.800 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-27T00:55:20.944Z[ host-image] Aug 27 00:55:19.806 INFO O| Aug 27 00:55:19.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103952026-08-27T00:55:20.945Z[ host-image] Aug 27 00:55:19.806 INFO O| Aug 27 00:55:19.806 INFO copying /tmp/.tmpBvIJBf/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 ...
103962026-08-27T00:55:20.949Z[ host-image] Aug 27 00:55:19.806 INFO O| Aug 27 00:55:19.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103972026-08-27T00:55:20.949Z[ host-image] Aug 27 00:55:19.806 INFO O| Aug 27 00:55:19.806 INFO ok!
103982026-08-27T00:55:20.949Z[ host-image] Aug 27 00:55:19.806 INFO O| Aug 27 00:55:19.806 INFO STEP 111 (ensure_file) COMPLETE
103992026-08-27T00:55:20.949Z[ host-image] Aug 27 00:55:19.806 INFO O| Aug 27 00:55:19.806 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-27T00:55:20.953Z[ host-image] Aug 27 00:55:19.813 INFO O| Aug 27 00:55:19.813 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104012026-08-27T00:55:20.953Z[ host-image] Aug 27 00:55:19.813 INFO O| Aug 27 00:55:19.813 INFO copying /tmp/.tmpBvIJBf/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 ...
104022026-08-27T00:55:20.953Z[ host-image] Aug 27 00:55:19.813 INFO O| Aug 27 00:55:19.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104032026-08-27T00:55:20.953Z[ host-image] Aug 27 00:55:19.813 INFO O| Aug 27 00:55:19.813 INFO ok!
104042026-08-27T00:55:20.953Z[ host-image] Aug 27 00:55:19.813 INFO O| Aug 27 00:55:19.813 INFO STEP 112 (ensure_file) COMPLETE
104052026-08-27T00:55:20.953Z[ host-image] Aug 27 00:55:19.813 INFO O| Aug 27 00:55:19.813 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-27T00:55:20.958Z[ host-image] Aug 27 00:55:19.820 INFO O| Aug 27 00:55:19.820 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104072026-08-27T00:55:20.958Z[ host-image] Aug 27 00:55:19.820 INFO O| Aug 27 00:55:19.820 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104082026-08-27T00:55:20.961Z[ host-image] Aug 27 00:55:19.820 INFO O| Aug 27 00:55:19.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104092026-08-27T00:55:20.961Z[ host-image] Aug 27 00:55:19.820 INFO O| Aug 27 00:55:19.820 INFO ok!
104102026-08-27T00:55:20.961Z[ host-image] Aug 27 00:55:19.820 INFO O| Aug 27 00:55:19.820 INFO STEP 113 (ensure_file) COMPLETE
104112026-08-27T00:55:20.961Z[ host-image] Aug 27 00:55:19.820 INFO O| Aug 27 00:55:19.820 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-27T00:55:20.965Z[ host-image] Aug 27 00:55:19.826 INFO O| Aug 27 00:55:19.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104132026-08-27T00:55:20.965Z[ host-image] Aug 27 00:55:19.826 INFO O| Aug 27 00:55:19.826 INFO copying /tmp/.tmpBvIJBf/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 ...
104142026-08-27T00:55:20.965Z[ host-image] Aug 27 00:55:19.826 INFO O| Aug 27 00:55:19.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104152026-08-27T00:55:20.965Z[ host-image] Aug 27 00:55:19.826 INFO O| Aug 27 00:55:19.826 INFO ok!
104162026-08-27T00:55:20.965Z[ host-image] Aug 27 00:55:19.826 INFO O| Aug 27 00:55:19.826 INFO STEP 114 (ensure_file) COMPLETE
104172026-08-27T00:55:20.965Z[ host-image] Aug 27 00:55:19.826 INFO O| Aug 27 00:55:19.826 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-27T00:55:20.971Z[ host-image] Aug 27 00:55:19.833 INFO O| Aug 27 00:55:19.833 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104192026-08-27T00:55:20.971Z[ host-image] Aug 27 00:55:19.833 INFO O| Aug 27 00:55:19.833 INFO copying /tmp/.tmpBvIJBf/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 ...
104202026-08-27T00:55:20.971Z[ host-image] Aug 27 00:55:19.833 INFO O| Aug 27 00:55:19.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104212026-08-27T00:55:20.974Z[ host-image] Aug 27 00:55:19.833 INFO O| Aug 27 00:55:19.833 INFO ok!
104222026-08-27T00:55:20.974Z[ host-image] Aug 27 00:55:19.833 INFO O| Aug 27 00:55:19.833 INFO STEP 115 (ensure_file) COMPLETE
104232026-08-27T00:55:20.974Z[ host-image] Aug 27 00:55:19.833 INFO O| Aug 27 00:55:19.833 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-27T00:55:20.977Z[ host-image] Aug 27 00:55:19.839 INFO O| Aug 27 00:55:19.839 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104252026-08-27T00:55:20.977Z[ host-image] Aug 27 00:55:19.839 INFO O| Aug 27 00:55:19.839 INFO copying /tmp/.tmpBvIJBf/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 ...
104262026-08-27T00:55:20.977Z[ host-image] Aug 27 00:55:19.839 INFO O| Aug 27 00:55:19.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104272026-08-27T00:55:20.977Z[ host-image] Aug 27 00:55:19.839 INFO O| Aug 27 00:55:19.839 INFO ok!
104282026-08-27T00:55:20.977Z[ host-image] Aug 27 00:55:19.839 INFO O| Aug 27 00:55:19.839 INFO STEP 116 (ensure_file) COMPLETE
104292026-08-27T00:55:20.977Z[ host-image] Aug 27 00:55:19.839 INFO O| Aug 27 00:55:19.839 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-27T00:55:20.984Z[ host-image] Aug 27 00:55:19.845 INFO O| Aug 27 00:55:19.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104312026-08-27T00:55:20.987Z[ host-image] Aug 27 00:55:19.845 INFO O| Aug 27 00:55:19.845 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104322026-08-27T00:55:20.987Z[ host-image] Aug 27 00:55:19.845 INFO O| Aug 27 00:55:19.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104332026-08-27T00:55:20.987Z[ host-image] Aug 27 00:55:19.845 INFO O| Aug 27 00:55:19.845 INFO ok!
104342026-08-27T00:55:20.987Z[ host-image] Aug 27 00:55:19.845 INFO O| Aug 27 00:55:19.845 INFO STEP 117 (ensure_file) COMPLETE
104352026-08-27T00:55:20.987Z[ host-image] Aug 27 00:55:19.845 INFO O| Aug 27 00:55:19.845 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-27T00:55:20.991Z[ host-image] Aug 27 00:55:19.853 INFO O| Aug 27 00:55:19.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104372026-08-27T00:55:20.991Z[ host-image] Aug 27 00:55:19.853 INFO O| Aug 27 00:55:19.853 INFO copying /tmp/.tmpBvIJBf/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 ...
104382026-08-27T00:55:20.994Z[ host-image] Aug 27 00:55:19.853 INFO O| Aug 27 00:55:19.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104392026-08-27T00:55:20.995Z[ host-image] Aug 27 00:55:19.853 INFO O| Aug 27 00:55:19.853 INFO ok!
104402026-08-27T00:55:20.995Z[ host-image] Aug 27 00:55:19.853 INFO O| Aug 27 00:55:19.853 INFO STEP 118 (ensure_file) COMPLETE
104412026-08-27T00:55:20.995Z[ host-image] Aug 27 00:55:19.853 INFO O| Aug 27 00:55:19.853 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-27T00:55:20.999Z[ host-image] Aug 27 00:55:19.860 INFO O| Aug 27 00:55:19.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104432026-08-27T00:55:20.999Z[ host-image] Aug 27 00:55:19.860 INFO O| Aug 27 00:55:19.860 INFO copying /tmp/.tmpBvIJBf/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 ...
104442026-08-27T00:55:20.999Z[ host-image] Aug 27 00:55:19.860 INFO O| Aug 27 00:55:19.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104452026-08-27T00:55:21.003Z[ host-image] Aug 27 00:55:19.860 INFO O| Aug 27 00:55:19.860 INFO ok!
104462026-08-27T00:55:21.003Z[ host-image] Aug 27 00:55:19.860 INFO O| Aug 27 00:55:19.860 INFO STEP 119 (ensure_file) COMPLETE
104472026-08-27T00:55:21.003Z[ host-image] Aug 27 00:55:19.860 INFO O| Aug 27 00:55:19.860 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-27T00:55:21.006Z[ host-image] Aug 27 00:55:19.866 INFO O| Aug 27 00:55:19.866 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104492026-08-27T00:55:21.006Z[ host-image] Aug 27 00:55:19.866 INFO O| Aug 27 00:55:19.866 INFO copying /tmp/.tmpBvIJBf/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 ...
104502026-08-27T00:55:21.006Z[ host-image] Aug 27 00:55:19.867 INFO O| Aug 27 00:55:19.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104512026-08-27T00:55:21.006Z[ host-image] Aug 27 00:55:19.867 INFO O| Aug 27 00:55:19.867 INFO ok!
104522026-08-27T00:55:21.006Z[ host-image] Aug 27 00:55:19.867 INFO O| Aug 27 00:55:19.867 INFO STEP 120 (ensure_file) COMPLETE
104532026-08-27T00:55:21.006Z[ host-image] Aug 27 00:55:19.867 INFO O| Aug 27 00:55:19.867 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-27T00:55:21.011Z[ host-image] Aug 27 00:55:19.872 INFO O| Aug 27 00:55:19.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104552026-08-27T00:55:21.011Z[ host-image] Aug 27 00:55:19.872 INFO O| Aug 27 00:55:19.872 INFO copying /tmp/.tmpBvIJBf/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 ...
104562026-08-27T00:55:21.013Z[ host-image] Aug 27 00:55:19.872 INFO O| Aug 27 00:55:19.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104572026-08-27T00:55:21.013Z[ host-image] Aug 27 00:55:19.872 INFO O| Aug 27 00:55:19.872 INFO ok!
104582026-08-27T00:55:21.013Z[ host-image] Aug 27 00:55:19.872 INFO O| Aug 27 00:55:19.872 INFO STEP 121 (ensure_file) COMPLETE
104592026-08-27T00:55:21.014Z[ host-image] Aug 27 00:55:19.872 INFO O| Aug 27 00:55:19.872 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-27T00:55:21.017Z[ host-image] Aug 27 00:55:19.879 INFO O| Aug 27 00:55:19.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104612026-08-27T00:55:21.017Z[ host-image] Aug 27 00:55:19.879 INFO O| Aug 27 00:55:19.879 INFO copying /tmp/.tmpBvIJBf/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 ...
104622026-08-27T00:55:21.020Z[ host-image] Aug 27 00:55:19.879 INFO O| Aug 27 00:55:19.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104632026-08-27T00:55:21.020Z[ host-image] Aug 27 00:55:19.879 INFO O| Aug 27 00:55:19.879 INFO ok!
104642026-08-27T00:55:21.020Z[ host-image] Aug 27 00:55:19.879 INFO O| Aug 27 00:55:19.879 INFO STEP 122 (ensure_file) COMPLETE
104652026-08-27T00:55:21.020Z[ host-image] Aug 27 00:55:19.879 INFO O| Aug 27 00:55:19.879 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-27T00:55:21.025Z[ host-image] Aug 27 00:55:19.887 INFO O| Aug 27 00:55:19.887 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104672026-08-27T00:55:21.025Z[ host-image] Aug 27 00:55:19.887 INFO O| Aug 27 00:55:19.887 INFO copying /tmp/.tmpBvIJBf/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 ...
104682026-08-27T00:55:21.028Z[ host-image] Aug 27 00:55:19.887 INFO O| Aug 27 00:55:19.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104692026-08-27T00:55:21.028Z[ host-image] Aug 27 00:55:19.887 INFO O| Aug 27 00:55:19.887 INFO ok!
104702026-08-27T00:55:21.028Z[ host-image] Aug 27 00:55:19.887 INFO O| Aug 27 00:55:19.887 INFO STEP 123 (ensure_file) COMPLETE
104712026-08-27T00:55:21.028Z[ host-image] Aug 27 00:55:19.887 INFO O| Aug 27 00:55:19.887 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-27T00:55:21.032Z[ host-image] Aug 27 00:55:19.893 INFO O| Aug 27 00:55:19.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104732026-08-27T00:55:21.032Z[ host-image] Aug 27 00:55:19.893 INFO O| Aug 27 00:55:19.893 INFO copying /tmp/.tmpBvIJBf/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 ...
104742026-08-27T00:55:21.032Z[ host-image] Aug 27 00:55:19.893 INFO O| Aug 27 00:55:19.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104752026-08-27T00:55:21.032Z[ host-image] Aug 27 00:55:19.893 INFO O| Aug 27 00:55:19.893 INFO ok!
104762026-08-27T00:55:21.032Z[ host-image] Aug 27 00:55:19.893 INFO O| Aug 27 00:55:19.893 INFO STEP 124 (ensure_file) COMPLETE
104772026-08-27T00:55:21.035Z[ host-image] Aug 27 00:55:19.893 INFO O| Aug 27 00:55:19.893 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-27T00:55:21.038Z[ host-image] Aug 27 00:55:19.900 INFO O| Aug 27 00:55:19.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104792026-08-27T00:55:21.041Z[ host-image] Aug 27 00:55:19.900 INFO O| Aug 27 00:55:19.900 INFO copying /tmp/.tmpBvIJBf/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 ...
104802026-08-27T00:55:21.041Z[ host-image] Aug 27 00:55:19.900 INFO O| Aug 27 00:55:19.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104812026-08-27T00:55:21.041Z[ host-image] Aug 27 00:55:19.900 INFO O| Aug 27 00:55:19.900 INFO ok!
104822026-08-27T00:55:21.041Z[ host-image] Aug 27 00:55:19.900 INFO O| Aug 27 00:55:19.900 INFO STEP 125 (ensure_file) COMPLETE
104832026-08-27T00:55:21.041Z[ host-image] Aug 27 00:55:19.900 INFO O| Aug 27 00:55:19.900 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-27T00:55:21.045Z[ host-image] Aug 27 00:55:19.906 INFO O| Aug 27 00:55:19.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104852026-08-27T00:55:21.045Z[ host-image] Aug 27 00:55:19.906 INFO O| Aug 27 00:55:19.906 INFO copying /tmp/.tmpBvIJBf/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 ...
104862026-08-27T00:55:21.047Z[ host-image] Aug 27 00:55:19.906 INFO O| Aug 27 00:55:19.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104872026-08-27T00:55:21.048Z[ host-image] Aug 27 00:55:19.906 INFO O| Aug 27 00:55:19.906 INFO ok!
104882026-08-27T00:55:21.048Z[ host-image] Aug 27 00:55:19.906 INFO O| Aug 27 00:55:19.906 INFO STEP 126 (ensure_file) COMPLETE
104892026-08-27T00:55:21.048Z[ host-image] Aug 27 00:55:19.906 INFO O| Aug 27 00:55:19.906 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-27T00:55:21.051Z[ host-image] Aug 27 00:55:19.912 INFO O| Aug 27 00:55:19.912 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104912026-08-27T00:55:21.051Z[ host-image] Aug 27 00:55:19.912 INFO O| Aug 27 00:55:19.912 INFO copying /tmp/.tmpBvIJBf/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 ...
104922026-08-27T00:55:21.051Z[ host-image] Aug 27 00:55:19.912 INFO O| Aug 27 00:55:19.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104932026-08-27T00:55:21.051Z[ host-image] Aug 27 00:55:19.912 INFO O| Aug 27 00:55:19.912 INFO ok!
104942026-08-27T00:55:21.051Z[ host-image] Aug 27 00:55:19.912 INFO O| Aug 27 00:55:19.912 INFO STEP 127 (ensure_file) COMPLETE
104952026-08-27T00:55:21.051Z[ host-image] Aug 27 00:55:19.912 INFO O| Aug 27 00:55:19.912 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-27T00:55:21.056Z[ host-image] Aug 27 00:55:19.918 INFO O| Aug 27 00:55:19.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104972026-08-27T00:55:21.056Z[ host-image] Aug 27 00:55:19.918 INFO O| Aug 27 00:55:19.918 INFO copying /tmp/.tmpBvIJBf/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 ...
104982026-08-27T00:55:21.059Z[ host-image] Aug 27 00:55:19.918 INFO O| Aug 27 00:55:19.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104992026-08-27T00:55:21.059Z[ host-image] Aug 27 00:55:19.918 INFO O| Aug 27 00:55:19.918 INFO ok!
105002026-08-27T00:55:21.059Z[ host-image] Aug 27 00:55:19.918 INFO O| Aug 27 00:55:19.918 INFO STEP 128 (ensure_file) COMPLETE
105012026-08-27T00:55:21.059Z[ host-image] Aug 27 00:55:19.918 INFO O| Aug 27 00:55:19.918 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-27T00:55:21.062Z[ host-image] Aug 27 00:55:19.924 INFO O| Aug 27 00:55:19.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105032026-08-27T00:55:21.062Z[ host-image] Aug 27 00:55:19.924 INFO O| Aug 27 00:55:19.924 INFO copying /tmp/.tmpBvIJBf/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 ...
105042026-08-27T00:55:21.062Z[ host-image] Aug 27 00:55:19.924 INFO O| Aug 27 00:55:19.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105052026-08-27T00:55:21.062Z[ host-image] Aug 27 00:55:19.924 INFO O| Aug 27 00:55:19.924 INFO ok!
105062026-08-27T00:55:21.062Z[ host-image] Aug 27 00:55:19.924 INFO O| Aug 27 00:55:19.924 INFO STEP 129 (ensure_file) COMPLETE
105072026-08-27T00:55:21.062Z[ host-image] Aug 27 00:55:19.924 INFO O| Aug 27 00:55:19.924 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-27T00:55:21.068Z[ host-image] Aug 27 00:55:19.930 INFO O| Aug 27 00:55:19.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105092026-08-27T00:55:21.068Z[ host-image] Aug 27 00:55:19.930 INFO O| Aug 27 00:55:19.930 INFO copying /tmp/.tmpBvIJBf/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 ...
105102026-08-27T00:55:21.070Z[ host-image] Aug 27 00:55:19.930 INFO O| Aug 27 00:55:19.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105112026-08-27T00:55:21.070Z[ host-image] Aug 27 00:55:19.930 INFO O| Aug 27 00:55:19.930 INFO ok!
105122026-08-27T00:55:21.070Z[ host-image] Aug 27 00:55:19.930 INFO O| Aug 27 00:55:19.930 INFO STEP 130 (ensure_file) COMPLETE
105132026-08-27T00:55:21.071Z[ host-image] Aug 27 00:55:19.930 INFO O| Aug 27 00:55:19.930 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-27T00:55:21.076Z[ host-image] Aug 27 00:55:19.937 INFO O| Aug 27 00:55:19.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105152026-08-27T00:55:21.076Z[ host-image] Aug 27 00:55:19.937 INFO O| Aug 27 00:55:19.937 INFO copying /tmp/.tmpBvIJBf/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 ...
105162026-08-27T00:55:21.079Z[ host-image] Aug 27 00:55:19.938 INFO O| Aug 27 00:55:19.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105172026-08-27T00:55:21.079Z[ host-image] Aug 27 00:55:19.938 INFO O| Aug 27 00:55:19.938 INFO ok!
105182026-08-27T00:55:21.079Z[ host-image] Aug 27 00:55:19.938 INFO O| Aug 27 00:55:19.938 INFO STEP 131 (ensure_file) COMPLETE
105192026-08-27T00:55:21.079Z[ host-image] Aug 27 00:55:19.938 INFO O| Aug 27 00:55:19.938 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-27T00:55:21.082Z[ host-image] Aug 27 00:55:19.943 INFO O| Aug 27 00:55:19.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105212026-08-27T00:55:21.082Z[ host-image] Aug 27 00:55:19.943 INFO O| Aug 27 00:55:19.943 INFO copying /tmp/.tmpBvIJBf/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 ...
105222026-08-27T00:55:21.082Z[ host-image] Aug 27 00:55:19.943 INFO O| Aug 27 00:55:19.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105232026-08-27T00:55:21.082Z[ host-image] Aug 27 00:55:19.943 INFO O| Aug 27 00:55:19.943 INFO ok!
105242026-08-27T00:55:21.082Z[ host-image] Aug 27 00:55:19.943 INFO O| Aug 27 00:55:19.943 INFO STEP 132 (ensure_file) COMPLETE
105252026-08-27T00:55:21.082Z[ host-image] Aug 27 00:55:19.943 INFO O| Aug 27 00:55:19.943 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-27T00:55:21.089Z[ host-image] Aug 27 00:55:19.950 INFO O| Aug 27 00:55:19.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105272026-08-27T00:55:21.092Z[ host-image] Aug 27 00:55:19.950 INFO O| Aug 27 00:55:19.950 INFO copying /tmp/.tmpBvIJBf/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 ...
105282026-08-27T00:55:21.092Z[ host-image] Aug 27 00:55:19.950 INFO O| Aug 27 00:55:19.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105292026-08-27T00:55:21.092Z[ host-image] Aug 27 00:55:19.951 INFO O| Aug 27 00:55:19.950 INFO ok!
105302026-08-27T00:55:21.092Z[ host-image] Aug 27 00:55:19.951 INFO O| Aug 27 00:55:19.950 INFO STEP 133 (ensure_file) COMPLETE
105312026-08-27T00:55:21.092Z[ host-image] Aug 27 00:55:19.951 INFO O| Aug 27 00:55:19.950 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-27T00:55:21.096Z[ host-image] Aug 27 00:55:19.957 INFO O| Aug 27 00:55:19.957 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105332026-08-27T00:55:21.096Z[ host-image] Aug 27 00:55:19.957 INFO O| Aug 27 00:55:19.957 INFO copying /tmp/.tmpBvIJBf/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 ...
105342026-08-27T00:55:21.096Z[ host-image] Aug 27 00:55:19.957 INFO O| Aug 27 00:55:19.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105352026-08-27T00:55:21.096Z[ host-image] Aug 27 00:55:19.957 INFO O| Aug 27 00:55:19.957 INFO ok!
105362026-08-27T00:55:21.096Z[ host-image] Aug 27 00:55:19.957 INFO O| Aug 27 00:55:19.957 INFO STEP 134 (ensure_file) COMPLETE
105372026-08-27T00:55:21.096Z[ host-image] Aug 27 00:55:19.957 INFO O| Aug 27 00:55:19.957 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-27T00:55:21.101Z[ host-image] Aug 27 00:55:19.963 INFO O| Aug 27 00:55:19.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105392026-08-27T00:55:21.104Z[ host-image] Aug 27 00:55:19.963 INFO O| Aug 27 00:55:19.963 INFO copying /tmp/.tmpBvIJBf/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 ...
105402026-08-27T00:55:21.104Z[ host-image] Aug 27 00:55:19.963 INFO O| Aug 27 00:55:19.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105412026-08-27T00:55:21.104Z[ host-image] Aug 27 00:55:19.963 INFO O| Aug 27 00:55:19.963 INFO ok!
105422026-08-27T00:55:21.104Z[ host-image] Aug 27 00:55:19.963 INFO O| Aug 27 00:55:19.963 INFO STEP 135 (ensure_file) COMPLETE
105432026-08-27T00:55:21.104Z[ host-image] Aug 27 00:55:19.963 INFO O| Aug 27 00:55:19.963 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-27T00:55:21.107Z[ host-image] Aug 27 00:55:19.969 INFO O| Aug 27 00:55:19.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105452026-08-27T00:55:21.110Z[ host-image] Aug 27 00:55:19.969 INFO O| Aug 27 00:55:19.969 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105462026-08-27T00:55:21.111Z[ host-image] Aug 27 00:55:19.969 INFO O| Aug 27 00:55:19.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105472026-08-27T00:55:21.111Z[ host-image] Aug 27 00:55:19.969 INFO O| Aug 27 00:55:19.969 INFO ok!
105482026-08-27T00:55:21.111Z[ host-image] Aug 27 00:55:19.969 INFO O| Aug 27 00:55:19.969 INFO STEP 136 (ensure_file) COMPLETE
105492026-08-27T00:55:21.111Z[ host-image] Aug 27 00:55:19.969 INFO O| Aug 27 00:55:19.969 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-27T00:55:21.114Z[ host-image] Aug 27 00:55:19.975 INFO O| Aug 27 00:55:19.975 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105512026-08-27T00:55:21.114Z[ host-image] Aug 27 00:55:19.975 INFO O| Aug 27 00:55:19.975 INFO copying /tmp/.tmpBvIJBf/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 ...
105522026-08-27T00:55:21.114Z[ host-image] Aug 27 00:55:19.975 INFO O| Aug 27 00:55:19.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105532026-08-27T00:55:21.114Z[ host-image] Aug 27 00:55:19.975 INFO O| Aug 27 00:55:19.975 INFO ok!
105542026-08-27T00:55:21.114Z[ host-image] Aug 27 00:55:19.975 INFO O| Aug 27 00:55:19.975 INFO STEP 137 (ensure_file) COMPLETE
105552026-08-27T00:55:21.114Z[ host-image] Aug 27 00:55:19.975 INFO O| Aug 27 00:55:19.975 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-27T00:55:21.120Z[ host-image] Aug 27 00:55:19.982 INFO O| Aug 27 00:55:19.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105572026-08-27T00:55:21.120Z[ host-image] Aug 27 00:55:19.982 INFO O| Aug 27 00:55:19.982 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105582026-08-27T00:55:21.123Z[ host-image] Aug 27 00:55:19.982 INFO O| Aug 27 00:55:19.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105592026-08-27T00:55:21.123Z[ host-image] Aug 27 00:55:19.982 INFO O| Aug 27 00:55:19.982 INFO ok!
105602026-08-27T00:55:21.123Z[ host-image] Aug 27 00:55:19.982 INFO O| Aug 27 00:55:19.982 INFO STEP 138 (ensure_file) COMPLETE
105612026-08-27T00:55:21.123Z[ host-image] Aug 27 00:55:19.982 INFO O| Aug 27 00:55:19.982 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-27T00:55:21.126Z[ host-image] Aug 27 00:55:19.988 INFO O| Aug 27 00:55:19.988 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105632026-08-27T00:55:21.127Z[ host-image] Aug 27 00:55:19.988 INFO O| Aug 27 00:55:19.988 INFO copying /tmp/.tmpBvIJBf/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105642026-08-27T00:55:21.553Z[ recovery-image] Aug 27 00:55:20.415 INFO O| ok, image written!
105652026-08-27T00:55:21.553Z[ recovery-image] Aug 27 00:55:20.415 INFO O| ok, boot_image_csum file written!
105662026-08-27T00:55:21.558Z[ recovery-image] Aug 27 00:55:20.418 INFO creating boot archive (CPIO)...
105672026-08-27T00:55:21.558Z[ recovery-image] Aug 27 00:55:20.418 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
105682026-08-27T00:55:21.561Z[ recovery-image] Aug 27 00:55:20.422 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
105692026-08-27T00:55:21.562Z[ recovery-image] Aug 27 00:55:20.422 INFO E| + outfile=/work/os-recovery/cpio
105702026-08-27T00:55:21.562Z[ recovery-image] Aug 27 00:55:20.422 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105712026-08-27T00:55:21.566Z[ recovery-image] Aug 27 00:55:20.425 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105722026-08-27T00:55:21.566Z[ recovery-image] Aug 27 00:55:20.425 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105732026-08-27T00:55:21.598Z[ recovery-image] Aug 27 00:55:20.460 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105742026-08-27T00:55:21.598Z[ recovery-image] Aug 27 00:55:20.460 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105752026-08-27T00:55:21.606Z[ recovery-image] Aug 27 00:55:20.467 INFO creating compressed cpio/unix for dev loaders...
105762026-08-27T00:55:21.606Z[ recovery-image] Aug 27 00:55:20.467 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
105772026-08-27T00:55:21.878Z[ recovery-image] Aug 27 00:55:20.739 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105782026-08-27T00:55:25.780Z[ recovery-image] Aug 27 00:55:24.641 INFO creating reset image...
105792026-08-27T00:55:25.780Z[ recovery-image] Aug 27 00:55:24.642 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")
105802026-08-27T00:55:26.060Z[ recovery-image] Aug 27 00:55:24.921 INFO E| Updating crates.io index
105812026-08-27T00:55:26.287Z[ recovery-image] Aug 27 00:55:25.148 INFO E| Downloading crates ...
105822026-08-27T00:55:26.330Z[ recovery-image] Aug 27 00:55:25.191 INFO E| Downloaded os_pipe v1.2.3
105832026-08-27T00:55:26.334Z[ recovery-image] Aug 27 00:55:25.193 INFO E| Downloaded sigchld v0.2.4
105842026-08-27T00:55:26.334Z[ recovery-image] Aug 27 00:55:25.194 INFO E| Downloaded shared_thread v0.2.0
105852026-08-27T00:55:26.337Z[ recovery-image] Aug 27 00:55:25.198 INFO E| Downloaded duct v1.1.1
105862026-08-27T00:55:26.341Z[ recovery-image] Aug 27 00:55:25.200 INFO E| Downloaded shared_child v1.1.1
105872026-08-27T00:55:26.341Z[ recovery-image] Aug 27 00:55:25.202 INFO E| Downloaded clap_lex v1.1.0
105882026-08-27T00:55:26.344Z[ recovery-image] Aug 27 00:55:25.203 INFO E| Downloaded colorchoice v1.0.5
105892026-08-27T00:55:26.381Z[ recovery-image] Aug 27 00:55:25.242 INFO E| Compiling libc v0.2.186
105902026-08-27T00:55:26.381Z[ recovery-image] Aug 27 00:55:25.242 INFO E| Compiling proc-macro2 v1.0.106
105912026-08-27T00:55:26.385Z[ recovery-image] Aug 27 00:55:25.242 INFO E| Compiling unicode-ident v1.0.24
105922026-08-27T00:55:26.385Z[ recovery-image] Aug 27 00:55:25.242 INFO E| Compiling signal-hook v0.3.18
105932026-08-27T00:55:26.385Z[ recovery-image] Aug 27 00:55:25.242 INFO E| Compiling quote v1.0.45
105942026-08-27T00:55:26.385Z[ recovery-image] Aug 27 00:55:25.242 INFO E| Compiling utf8parse v0.2.2
105952026-08-27T00:55:26.385Z[ recovery-image] Aug 27 00:55:25.242 INFO E| Compiling anstyle v1.0.14
105962026-08-27T00:55:26.386Z[ recovery-image] Aug 27 00:55:25.243 INFO E| Compiling colorchoice v1.0.5
105972026-08-27T00:55:26.386Z[ recovery-image] Aug 27 00:55:25.243 INFO E| Compiling is_terminal_polyfill v1.70.2
105982026-08-27T00:55:26.386Z[ recovery-image] Aug 27 00:55:25.243 INFO E| Compiling anstyle-query v1.1.5
105992026-08-27T00:55:26.386Z[ recovery-image] Aug 27 00:55:25.243 INFO E| Compiling clap_lex v1.1.0
106002026-08-27T00:55:26.394Z[ recovery-image] Aug 27 00:55:25.255 INFO E| Compiling strsim v0.11.1
106012026-08-27T00:55:26.398Z[ recovery-image] Aug 27 00:55:25.255 INFO E| Compiling heck v0.5.0
106022026-08-27T00:55:26.398Z[ recovery-image] Aug 27 00:55:25.256 INFO E| Compiling shared_thread v0.2.0
106032026-08-27T00:55:26.524Z[ recovery-image] Aug 27 00:55:25.383 INFO E| Compiling anstyle-parse v1.0.0
106042026-08-27T00:55:26.675Z[ recovery-image] Aug 27 00:55:25.536 INFO E| Compiling anstream v1.0.0
106052026-08-27T00:55:26.894Z[ recovery-image] Aug 27 00:55:25.755 INFO E| Compiling clap_builder v4.6.0
106062026-08-27T00:55:27.201Z[ recovery-image] Aug 27 00:55:26.062 INFO E| Compiling errno v0.3.14
106072026-08-27T00:55:27.201Z[ recovery-image] Aug 27 00:55:26.062 INFO E| Compiling os_pipe v1.2.3
106082026-08-27T00:55:27.307Z[ recovery-image] Aug 27 00:55:26.167 INFO E| Compiling signal-hook-registry v1.4.8
106092026-08-27T00:55:27.558Z[ recovery-image] Aug 27 00:55:26.419 INFO E| Compiling syn v2.0.117
106102026-08-27T00:55:27.605Z[ recovery-image] Aug 27 00:55:26.465 INFO E| Compiling sigchld v0.2.4
106112026-08-27T00:55:27.712Z[ recovery-image] Aug 27 00:55:26.573 INFO E| Compiling shared_child v1.1.1
106122026-08-27T00:55:27.845Z[ recovery-image] Aug 27 00:55:26.706 INFO E| Compiling duct v1.1.1
106132026-08-27T00:55:28.556Z[ host-image] Aug 27 00:55:27.417 INFO O| Aug 27 00:55:27.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106142026-08-27T00:55:28.556Z[ host-image] Aug 27 00:55:27.417 INFO O| Aug 27 00:55:27.417 INFO ok!
106152026-08-27T00:55:28.556Z[ host-image] Aug 27 00:55:27.417 INFO O| Aug 27 00:55:27.417 INFO STEP 139 (ensure_file) COMPLETE
106162026-08-27T00:55:28.560Z[ host-image] Aug 27 00:55:27.417 INFO O| Aug 27 00:55:27.417 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-08-27T00:55:28.564Z[ host-image] Aug 27 00:55:27.424 INFO O| Aug 27 00:55:27.424 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106182026-08-27T00:55:28.564Z[ host-image] Aug 27 00:55:27.424 INFO O| Aug 27 00:55:27.424 INFO STEP 140 (ensure_dir) COMPLETE
106192026-08-27T00:55:28.564Z[ host-image] Aug 27 00:55:27.424 INFO O| Aug 27 00:55:27.424 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-08-27T00:55:28.569Z[ host-image] Aug 27 00:55:27.430 INFO O| Aug 27 00:55:27.430 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106212026-08-27T00:55:28.569Z[ host-image] Aug 27 00:55:27.430 INFO O| Aug 27 00:55:27.430 INFO STEP 141 (ensure_dir) COMPLETE
106222026-08-27T00:55:28.569Z[ host-image] Aug 27 00:55:27.430 INFO O| Aug 27 00:55:27.430 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-08-27T00:55:28.574Z[ host-image] Aug 27 00:55:27.436 INFO O| Aug 27 00:55:27.436 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106242026-08-27T00:55:28.575Z[ host-image] Aug 27 00:55:27.436 INFO O| Aug 27 00:55:27.436 INFO STEP 142 (ensure_dir) COMPLETE
106252026-08-27T00:55:28.578Z[ host-image] Aug 27 00:55:27.436 INFO O| Aug 27 00:55:27.436 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-08-27T00:55:28.583Z[ host-image] Aug 27 00:55:27.441 INFO O| Aug 27 00:55:27.441 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106272026-08-27T00:55:28.583Z[ host-image] Aug 27 00:55:27.441 INFO O| Aug 27 00:55:27.441 INFO STEP 143 (ensure_dir) COMPLETE
106282026-08-27T00:55:28.583Z[ host-image] Aug 27 00:55:27.441 INFO O| Aug 27 00:55:27.441 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-08-27T00:55:28.589Z[ host-image] Aug 27 00:55:27.448 INFO O| Aug 27 00:55:27.448 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106302026-08-27T00:55:28.589Z[ host-image] Aug 27 00:55:27.448 INFO O| Aug 27 00:55:27.448 INFO copying /tmp/.tmpBvIJBf/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 ...
106312026-08-27T00:55:28.589Z[ host-image] Aug 27 00:55:27.448 INFO O| Aug 27 00:55:27.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106322026-08-27T00:55:28.589Z[ host-image] Aug 27 00:55:27.448 INFO O| Aug 27 00:55:27.448 INFO ok!
106332026-08-27T00:55:28.589Z[ host-image] Aug 27 00:55:27.448 INFO O| Aug 27 00:55:27.448 INFO STEP 144 (ensure_file) COMPLETE
106342026-08-27T00:55:28.589Z[ host-image] Aug 27 00:55:27.448 INFO O| Aug 27 00:55:27.448 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-08-27T00:55:28.594Z[ host-image] Aug 27 00:55:27.454 INFO O| Aug 27 00:55:27.454 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106362026-08-27T00:55:28.594Z[ host-image] Aug 27 00:55:27.454 INFO O| Aug 27 00:55:27.454 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106372026-08-27T00:55:28.595Z[ host-image] Aug 27 00:55:27.454 INFO O| Aug 27 00:55:27.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106382026-08-27T00:55:28.595Z[ host-image] Aug 27 00:55:27.454 INFO O| Aug 27 00:55:27.454 INFO STEP 145 (ensure_dir) COMPLETE
106392026-08-27T00:55:28.595Z[ host-image] Aug 27 00:55:27.454 INFO O| Aug 27 00:55:27.454 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106402026-08-27T00:55:28.599Z[ host-image] Aug 27 00:55:27.459 INFO O| Aug 27 00:55:27.459 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106412026-08-27T00:55:28.599Z[ host-image] Aug 27 00:55:27.459 INFO O| Aug 27 00:55:27.459 INFO copying /tmp/.tmpBvIJBf/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106422026-08-27T00:55:28.599Z[ host-image] Aug 27 00:55:27.459 INFO O| Aug 27 00:55:27.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106432026-08-27T00:55:28.599Z[ host-image] Aug 27 00:55:27.459 INFO O| Aug 27 00:55:27.459 INFO ok!
106442026-08-27T00:55:28.599Z[ host-image] Aug 27 00:55:27.459 INFO O| Aug 27 00:55:27.459 INFO STEP 146 (ensure_file) COMPLETE
106452026-08-27T00:55:28.599Z[ host-image] Aug 27 00:55:27.459 INFO O| Aug 27 00:55:27.459 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-27T00:55:28.603Z[ host-image] Aug 27 00:55:27.464 INFO O| Aug 27 00:55:27.464 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106472026-08-27T00:55:28.606Z[ host-image] Aug 27 00:55:27.464 INFO O| Aug 27 00:55:27.464 INFO STEP 147 (remove_files) COMPLETE
106482026-08-27T00:55:28.606Z[ host-image] Aug 27 00:55:27.464 INFO O| Aug 27 00:55:27.464 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-27T00:55:28.609Z[ host-image] Aug 27 00:55:27.470 INFO O| Aug 27 00:55:27.470 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106502026-08-27T00:55:28.609Z[ host-image] Aug 27 00:55:27.470 INFO O| Aug 27 00:55:27.470 INFO STEP 148 (remove_files) COMPLETE
106512026-08-27T00:55:28.609Z[ host-image] Aug 27 00:55:27.470 INFO O| Aug 27 00:55:27.470 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-27T00:55:28.614Z[ host-image] Aug 27 00:55:27.475 INFO O| Aug 27 00:55:27.475 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106532026-08-27T00:55:28.618Z[ host-image] Aug 27 00:55:27.475 INFO O| Aug 27 00:55:27.475 INFO STEP 149 (remove_files) COMPLETE
106542026-08-27T00:55:28.618Z[ host-image] Aug 27 00:55:27.475 INFO O| Aug 27 00:55:27.475 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-27T00:55:28.621Z[ host-image] Aug 27 00:55:27.480 INFO O| Aug 27 00:55:27.480 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106562026-08-27T00:55:28.621Z[ host-image] Aug 27 00:55:27.481 INFO O| Aug 27 00:55:27.481 INFO STEP 150 (remove_files) COMPLETE
106572026-08-27T00:55:28.621Z[ host-image] Aug 27 00:55:27.481 INFO O| Aug 27 00:55:27.481 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-27T00:55:28.625Z[ host-image] Aug 27 00:55:27.486 INFO O| Aug 27 00:55:27.486 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106592026-08-27T00:55:28.625Z[ host-image] Aug 27 00:55:27.486 INFO O| Aug 27 00:55:27.486 INFO STEP 151 (remove_files) COMPLETE
106602026-08-27T00:55:28.625Z[ host-image] Aug 27 00:55:27.486 INFO O| Aug 27 00:55:27.486 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-27T00:55:28.633Z[ host-image] Aug 27 00:55:27.494 INFO O| Aug 27 00:55:27.494 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106622026-08-27T00:55:28.637Z[ host-image] Aug 27 00:55:27.494 INFO O| Aug 27 00:55:27.494 INFO STEP 152 (remove_files) COMPLETE
106632026-08-27T00:55:28.637Z[ host-image] Aug 27 00:55:27.494 INFO O| Aug 27 00:55:27.494 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-27T00:55:28.641Z[ host-image] Aug 27 00:55:27.502 INFO O| Aug 27 00:55:27.502 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106652026-08-27T00:55:28.641Z[ host-image] Aug 27 00:55:27.502 INFO O| Aug 27 00:55:27.502 INFO STEP 153 (remove_files) COMPLETE
106662026-08-27T00:55:28.641Z[ host-image] Aug 27 00:55:27.502 INFO O| Aug 27 00:55:27.502 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-27T00:55:28.647Z[ host-image] Aug 27 00:55:27.508 INFO O| Aug 27 00:55:27.508 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106682026-08-27T00:55:28.652Z[ host-image] Aug 27 00:55:27.508 INFO O| Aug 27 00:55:27.508 INFO STEP 154 (remove_files) COMPLETE
106692026-08-27T00:55:28.652Z[ host-image] Aug 27 00:55:27.508 INFO O| Aug 27 00:55:27.508 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-27T00:55:28.655Z[ host-image] Aug 27 00:55:27.515 INFO O| Aug 27 00:55:27.515 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106712026-08-27T00:55:28.655Z[ host-image] Aug 27 00:55:27.515 INFO O| Aug 27 00:55:27.515 INFO STEP 155 (remove_files) COMPLETE
106722026-08-27T00:55:28.655Z[ host-image] Aug 27 00:55:27.515 INFO O| Aug 27 00:55:27.515 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-27T00:55:28.661Z[ host-image] Aug 27 00:55:27.523 INFO O| Aug 27 00:55:27.523 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106742026-08-27T00:55:28.661Z[ host-image] Aug 27 00:55:27.523 INFO O| Aug 27 00:55:27.523 INFO STEP 156 (remove_files) COMPLETE
106752026-08-27T00:55:28.665Z[ host-image] Aug 27 00:55:27.523 INFO O| Aug 27 00:55:27.523 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-27T00:55:28.668Z[ host-image] Aug 27 00:55:27.528 INFO O| Aug 27 00:55:27.528 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106772026-08-27T00:55:28.668Z[ host-image] Aug 27 00:55:27.528 INFO O| Aug 27 00:55:27.528 INFO STEP 157 (remove_files) COMPLETE
106782026-08-27T00:55:28.668Z[ host-image] Aug 27 00:55:27.528 INFO O| Aug 27 00:55:27.528 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-27T00:55:28.672Z[ host-image] Aug 27 00:55:27.534 INFO O| Aug 27 00:55:27.534 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106802026-08-27T00:55:28.673Z[ host-image] Aug 27 00:55:27.534 INFO O| Aug 27 00:55:27.534 INFO STEP 158 (remove_files) COMPLETE
106812026-08-27T00:55:28.676Z[ host-image] Aug 27 00:55:27.534 INFO O| Aug 27 00:55:27.534 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-27T00:55:28.680Z[ host-image] Aug 27 00:55:27.540 INFO O| Aug 27 00:55:27.540 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106832026-08-27T00:55:28.680Z[ host-image] Aug 27 00:55:27.540 INFO O| Aug 27 00:55:27.540 INFO STEP 159 (remove_files) COMPLETE
106842026-08-27T00:55:28.680Z[ host-image] Aug 27 00:55:27.540 INFO O| Aug 27 00:55:27.540 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-27T00:55:28.686Z[ host-image] Aug 27 00:55:27.548 INFO O| Aug 27 00:55:27.548 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106862026-08-27T00:55:28.686Z[ host-image] Aug 27 00:55:27.548 INFO O| Aug 27 00:55:27.548 INFO STEP 160 (remove_files) COMPLETE
106872026-08-27T00:55:28.686Z[ host-image] Aug 27 00:55:27.548 INFO O| Aug 27 00:55:27.548 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-27T00:55:28.692Z[ host-image] Aug 27 00:55:27.554 INFO O| Aug 27 00:55:27.554 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106892026-08-27T00:55:28.696Z[ host-image] Aug 27 00:55:27.554 INFO O| Aug 27 00:55:27.554 INFO STEP 161 (remove_files) COMPLETE
106902026-08-27T00:55:28.696Z[ host-image] Aug 27 00:55:27.554 INFO O| Aug 27 00:55:27.554 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-27T00:55:28.700Z[ host-image] Aug 27 00:55:27.560 INFO O| Aug 27 00:55:27.560 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106922026-08-27T00:55:28.700Z[ host-image] Aug 27 00:55:27.560 INFO O| Aug 27 00:55:27.560 INFO STEP 162 (remove_files) COMPLETE
106932026-08-27T00:55:28.700Z[ host-image] Aug 27 00:55:27.560 INFO O| Aug 27 00:55:27.560 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-27T00:55:28.705Z[ host-image] Aug 27 00:55:27.567 INFO O| Aug 27 00:55:27.567 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106952026-08-27T00:55:28.705Z[ host-image] Aug 27 00:55:27.567 INFO O| Aug 27 00:55:27.567 INFO STEP 163 (remove_files) COMPLETE
106962026-08-27T00:55:28.708Z[ host-image] Aug 27 00:55:27.567 INFO O| Aug 27 00:55:27.567 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-27T00:55:28.712Z[ host-image] Aug 27 00:55:27.572 INFO O| Aug 27 00:55:27.572 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106982026-08-27T00:55:28.712Z[ host-image] Aug 27 00:55:27.572 INFO O| Aug 27 00:55:27.572 INFO STEP 164 (remove_files) COMPLETE
106992026-08-27T00:55:28.712Z[ host-image] Aug 27 00:55:27.572 INFO O| Aug 27 00:55:27.572 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-08-27T00:55:28.716Z[ host-image] Aug 27 00:55:27.577 INFO O| Aug 27 00:55:27.577 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107012026-08-27T00:55:28.716Z[ host-image] Aug 27 00:55:27.578 INFO O| Aug 27 00:55:27.578 INFO STEP 165 (remove_files) COMPLETE
107022026-08-27T00:55:28.720Z[ host-image] Aug 27 00:55:27.578 INFO O| Aug 27 00:55:27.578 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-08-27T00:55:28.723Z[ host-image] Aug 27 00:55:27.583 INFO O| Aug 27 00:55:27.583 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107042026-08-27T00:55:28.723Z[ host-image] Aug 27 00:55:27.583 INFO O| Aug 27 00:55:27.583 INFO STEP 166 (remove_files) COMPLETE
107052026-08-27T00:55:28.723Z[ host-image] Aug 27 00:55:27.583 INFO O| Aug 27 00:55:27.583 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-27T00:55:28.727Z[ host-image] Aug 27 00:55:27.589 INFO O| Aug 27 00:55:27.589 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107072026-08-27T00:55:28.730Z[ host-image] Aug 27 00:55:27.589 INFO O| Aug 27 00:55:27.589 INFO STEP 167 (remove_files) COMPLETE
107082026-08-27T00:55:28.730Z[ host-image] Aug 27 00:55:27.589 INFO O| Aug 27 00:55:27.589 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-08-27T00:55:28.734Z[ host-image] Aug 27 00:55:27.595 INFO O| Aug 27 00:55:27.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107102026-08-27T00:55:28.734Z[ host-image] Aug 27 00:55:27.595 INFO O| Aug 27 00:55:27.595 INFO STEP 168 (remove_files) COMPLETE
107112026-08-27T00:55:28.735Z[ host-image] Aug 27 00:55:27.595 INFO O| Aug 27 00:55:27.595 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-08-27T00:55:28.742Z[ host-image] Aug 27 00:55:27.603 INFO O| Aug 27 00:55:27.603 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107132026-08-27T00:55:28.745Z[ host-image] Aug 27 00:55:27.603 INFO O| Aug 27 00:55:27.603 INFO STEP 169 (remove_files) COMPLETE
107142026-08-27T00:55:28.745Z[ host-image] Aug 27 00:55:27.603 INFO O| Aug 27 00:55:27.603 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-08-27T00:55:28.748Z[ host-image] Aug 27 00:55:27.610 INFO O| Aug 27 00:55:27.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107162026-08-27T00:55:28.748Z[ host-image] Aug 27 00:55:27.610 INFO O| Aug 27 00:55:27.610 INFO STEP 170 (remove_files) COMPLETE
107172026-08-27T00:55:28.752Z[ host-image] Aug 27 00:55:27.610 INFO O| Aug 27 00:55:27.610 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-08-27T00:55:28.756Z[ host-image] Aug 27 00:55:27.618 INFO O| Aug 27 00:55:27.618 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107192026-08-27T00:55:28.760Z[ host-image] Aug 27 00:55:27.618 INFO O| Aug 27 00:55:27.618 INFO STEP 171 (remove_files) COMPLETE
107202026-08-27T00:55:28.760Z[ host-image] Aug 27 00:55:27.618 INFO O| Aug 27 00:55:27.618 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-08-27T00:55:28.763Z[ host-image] Aug 27 00:55:27.625 INFO O| Aug 27 00:55:27.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107222026-08-27T00:55:28.764Z[ host-image] Aug 27 00:55:27.625 INFO O| Aug 27 00:55:27.625 INFO STEP 172 (remove_files) COMPLETE
107232026-08-27T00:55:28.767Z[ host-image] Aug 27 00:55:27.625 INFO O| Aug 27 00:55:27.625 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-08-27T00:55:28.771Z[ host-image] Aug 27 00:55:27.632 INFO O| Aug 27 00:55:27.632 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107252026-08-27T00:55:28.771Z[ host-image] Aug 27 00:55:27.632 INFO O| Aug 27 00:55:27.632 INFO STEP 173 (remove_files) COMPLETE
107262026-08-27T00:55:28.771Z[ host-image] Aug 27 00:55:27.632 INFO O| Aug 27 00:55:27.632 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-08-27T00:55:28.778Z[ host-image] Aug 27 00:55:27.639 INFO O| Aug 27 00:55:27.639 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107282026-08-27T00:55:28.778Z[ host-image] Aug 27 00:55:27.639 INFO O| Aug 27 00:55:27.639 INFO STEP 174 (remove_files) COMPLETE
107292026-08-27T00:55:28.781Z[ host-image] Aug 27 00:55:27.639 INFO O| Aug 27 00:55:27.639 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-08-27T00:55:28.785Z[ host-image] Aug 27 00:55:27.647 INFO O| Aug 27 00:55:27.647 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107312026-08-27T00:55:28.785Z[ host-image] Aug 27 00:55:27.647 INFO O| Aug 27 00:55:27.647 INFO STEP 175 (remove_files) COMPLETE
107322026-08-27T00:55:28.785Z[ host-image] Aug 27 00:55:27.647 INFO O| Aug 27 00:55:27.647 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107332026-08-27T00:55:28.795Z[ host-image] Aug 27 00:55:27.656 INFO O| Aug 27 00:55:27.656 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107342026-08-27T00:55:28.795Z[ host-image] Aug 27 00:55:27.656 INFO O| Aug 27 00:55:27.656 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107352026-08-27T00:55:29.702Z[ recovery-image] Aug 27 00:55:28.564 INFO E| Compiling clap_derive v4.6.1
107362026-08-27T00:55:30.859Z[ recovery-image] Aug 27 00:55:29.720 INFO E| Compiling clap v4.6.1
107372026-08-27T00:55:30.963Z[ recovery-image] Aug 27 00:55:29.777 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107382026-08-27T00:55:31.637Z[ host-image] Aug 27 00:55:30.498 INFO O| Aug 27 00:55:30.498 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
107392026-08-27T00:55:31.637Z[ host-image] Aug 27 00:55:30.498 INFO O| Aug 27 00:55:30.498 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107402026-08-27T00:55:31.648Z[ host-image] Aug 27 00:55:30.509 INFO O| Aug 27 00:55:30.509 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107412026-08-27T00:55:31.678Z[ recovery-image] Aug 27 00:55:30.539 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
107422026-08-27T00:55:31.683Z[ recovery-image] Aug 27 00:55:30.544 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107432026-08-27T00:55:31.746Z[ host-image] Aug 27 00:55:30.607 INFO O| Aug 27 00:55:30.607 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107442026-08-27T00:55:31.801Z[ host-image] Aug 27 00:55:30.662 INFO O| Aug 27 00:55:30.662 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107452026-08-27T00:55:31.863Z[ host-image] Aug 27 00:55:30.724 INFO O| Aug 27 00:55:30.724 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107462026-08-27T00:55:31.863Z[ host-image] Aug 27 00:55:30.724 INFO O| Aug 27 00:55:30.724 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107472026-08-27T00:55:31.904Z[ recovery-image] Aug 27 00:55:30.765 INFO E| Downloading crates ...
107482026-08-27T00:55:31.928Z[ host-image] Aug 27 00:55:30.789 INFO O| Aug 27 00:55:30.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107492026-08-27T00:55:31.928Z[ host-image] Aug 27 00:55:30.789 INFO O| Aug 27 00:55:30.789 INFO ok!
107502026-08-27T00:55:31.932Z[ host-image] Aug 27 00:55:30.789 INFO O| Aug 27 00:55:30.789 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107512026-08-27T00:55:31.932Z[ host-image] Aug 27 00:55:30.789 INFO O| Aug 27 00:55:30.789 INFO STEP 176 (seed_smf) COMPLETE
107522026-08-27T00:55:31.932Z[ host-image] Aug 27 00:55:30.789 INFO O| Aug 27 00:55:30.789 INFO steps complete; finalising image!
107532026-08-27T00:55:31.932Z[ host-image] Aug 27 00:55:30.789 INFO O| Aug 27 00:55:30.789 INFO TRIM POOL: TEMPORARY-sled-zfs
107542026-08-27T00:55:31.967Z[ recovery-image] Aug 27 00:55:30.829 INFO E| Downloaded bit_field v0.10.3
107552026-08-27T00:55:31.970Z[ recovery-image] Aug 27 00:55:30.830 INFO E| Downloaded bitstruct v0.1.1
107562026-08-27T00:55:31.970Z[ recovery-image] Aug 27 00:55:30.831 INFO E| Downloaded cpio_reader v0.1.2
107572026-08-27T00:55:31.971Z[ recovery-image] Aug 27 00:55:30.832 INFO E| Downloaded bitstruct_derive v0.1.0
107582026-08-27T00:55:31.975Z[ host-image] Aug 27 00:55:30.835 INFO O| Aug 27 00:55:30.835 INFO trim TEMPORARY-sled-zfs: (1% trimmed, started at Thu Aug 27 00:55:30 2026)
107592026-08-27T00:55:31.975Z[ recovery-image] Aug 27 00:55:30.835 INFO E| Downloaded bitflags v2.13.0
107602026-08-27T00:55:31.995Z[ recovery-image] Aug 27 00:55:30.856 INFO E| Downloaded log v0.4.32
107612026-08-27T00:55:31.998Z[ recovery-image] Aug 27 00:55:30.858 INFO E| Downloaded miniz_oxide v0.9.1
107622026-08-27T00:55:32.003Z[ recovery-image] Aug 27 00:55:30.864 INFO E| Downloaded raw-cpuid v10.7.0
107632026-08-27T00:55:32.011Z[ recovery-image] Aug 27 00:55:30.873 INFO E| Downloaded goblin v0.10.7
107642026-08-27T00:55:32.151Z[ recovery-image] Aug 27 00:55:31.013 INFO E| Downloaded x86 v0.52.0
107652026-08-27T00:55:32.182Z[ recovery-image] Aug 27 00:55:31.044 INFO E| Updating crates.io index
107662026-08-27T00:55:32.186Z[ host-image] Aug 27 00:55:31.047 INFO O| Aug 27 00:55:31.047 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107672026-08-27T00:55:32.186Z[ host-image] Aug 27 00:55:31.047 INFO O| Aug 27 00:55:31.047 INFO EXPORT POOL: TEMPORARY-sled-zfs
107682026-08-27T00:55:32.222Z[ recovery-image] Aug 27 00:55:31.084 INFO E| Downloading crates ...
107692026-08-27T00:55:32.247Z[ recovery-image] Aug 27 00:55:31.108 INFO E| Downloaded hashbrown v0.17.1
107702026-08-27T00:55:32.250Z[ recovery-image] Aug 27 00:55:31.111 INFO E| Downloaded rustc-literal-escaper v0.0.7
107712026-08-27T00:55:32.290Z[ recovery-image] Aug 27 00:55:31.152 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)
107722026-08-27T00:55:32.291Z[ recovery-image] Aug 27 00:55:31.152 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)
107732026-08-27T00:55:32.291Z[ recovery-image] Aug 27 00:55:31.152 INFO E| Compiling proc-macro2 v1.0.106
107742026-08-27T00:55:32.294Z[ recovery-image] Aug 27 00:55:31.152 INFO E| Compiling unicode-ident v1.0.24
107752026-08-27T00:55:32.294Z[ recovery-image] Aug 27 00:55:31.152 INFO E| Compiling quote v1.0.45
107762026-08-27T00:55:32.294Z[ recovery-image] Aug 27 00:55:31.152 INFO E| Compiling syn v1.0.109
107772026-08-27T00:55:32.294Z[ recovery-image] Aug 27 00:55:31.152 INFO E| Compiling x86 v0.52.0
107782026-08-27T00:55:32.294Z[ recovery-image] Aug 27 00:55:31.152 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107792026-08-27T00:55:32.301Z[ recovery-image] Aug 27 00:55:31.162 INFO E| Compiling seq-macro v0.3.6
107802026-08-27T00:55:32.526Z[ host-image] Aug 27 00:55:31.387 INFO O| Aug 27 00:55:31.387 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107812026-08-27T00:55:32.526Z[ host-image] Aug 27 00:55:31.387 INFO O| Aug 27 00:55:31.387 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107822026-08-27T00:55:33.225Z[ recovery-image] Aug 27 00:55:32.086 INFO E| Compiling syn v2.0.117
107832026-08-27T00:55:33.362Z[ host-image] Aug 27 00:55:32.224 INFO O| Aug 27 00:55:32.224 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107842026-08-27T00:55:33.363Z[ host-image] Aug 27 00:55:32.224 INFO O| Aug 27 00:55:32.224 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107852026-08-27T00:55:33.363Z[ host-image] Aug 27 00:55:32.224 INFO O| Aug 27 00:55:32.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107862026-08-27T00:55:33.366Z[ host-image] Aug 27 00:55:32.224 INFO O| Aug 27 00:55:32.224 INFO completed processing sled/zfs
107872026-08-27T00:55:33.367Z[ host-image] Aug 27 00:55:32.224 INFO O| Aug 27 00:55:32.224 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107882026-08-27T00:55:34.504Z[ recovery-image] Aug 27 00:55:33.365 INFO E| Compiling scroll_derive v0.13.1
107892026-08-27T00:55:35.535Z[ recovery-image] Aug 27 00:55:34.396 INFO E| Compiling bitstruct_derive v0.1.0
107902026-08-27T00:55:44.472Z[ recovery-image] Aug 27 00:55:43.333 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)
107912026-08-27T00:55:46.525Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling bitflags v1.3.2
107922026-08-27T00:55:46.525Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling plain v0.2.3
107932026-08-27T00:55:46.525Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling log v0.4.32
107942026-08-27T00:55:46.528Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling bitflags v2.13.0
107952026-08-27T00:55:46.528Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling scroll v0.13.0
107962026-08-27T00:55:46.528Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling bit_field v0.10.3
107972026-08-27T00:55:46.528Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling adler2 v2.0.1
107982026-08-27T00:55:46.528Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling bitstruct v0.1.1
107992026-08-27T00:55:46.529Z[ recovery-image] Aug 27 00:55:45.387 INFO E| Compiling static_assertions v1.1.0
108002026-08-27T00:55:46.576Z[ recovery-image] Aug 27 00:55:45.437 INFO E| Compiling raw-cpuid v10.7.0
108012026-08-27T00:55:46.621Z[ recovery-image] Aug 27 00:55:45.482 INFO E| Compiling miniz_oxide v0.9.1
108022026-08-27T00:55:46.687Z[ recovery-image] Aug 27 00:55:45.548 INFO E| Compiling cpio_reader v0.1.2
108032026-08-27T00:55:46.734Z[ recovery-image] Aug 27 00:55:45.596 INFO E| Compiling goblin v0.10.7
108042026-08-27T00:55:49.449Z[ host-image] Aug 27 00:55:48.311 INFO O| Aug 27 00:55:48.311 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108052026-08-27T00:55:49.571Z[ host-image] Aug 27 00:55:48.433 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108062026-08-27T00:55:49.571Z[ host-image] Aug 27 00:55:48.433 INFO expanded image name: "ci a0331ac/${os_short_commit} 2026-08-27 00:41" -> "ci a0331ac/bbd33bf 2026-08-27 00:41"
108072026-08-27T00:55:49.571Z[ host-image] Aug 27 00:55:48.433 INFO output artefacts stored in: "/work/os-host"
108082026-08-27T00:55:49.571Z[ host-image] Aug 27 00:55:48.433 INFO collecting git info from project "dmar-report"...
108092026-08-27T00:55:49.578Z[ host-image] Aug 27 00:55:48.439 INFO collecting git info from project "pinprick"...
108102026-08-27T00:55:49.585Z[ host-image] Aug 27 00:55:48.446 INFO collecting git info from project "phbl"...
108112026-08-27T00:55:49.590Z[ host-image] Aug 27 00:55:48.452 INFO collecting git info from project "image-builder"...
108122026-08-27T00:55:49.596Z[ host-image] Aug 27 00:55:48.458 INFO collecting git info from project "chelsio-t6-roms"...
108132026-08-27T00:55:49.603Z[ host-image] Aug 27 00:55:48.465 INFO collecting git info from project "pilot"...
108142026-08-27T00:55:49.610Z[ host-image] Aug 27 00:55:48.472 INFO collecting git info from project "amd-host-image-builder"...
108152026-08-27T00:55:49.617Z[ host-image] Aug 27 00:55:48.479 INFO collecting git info from project "amd-firmware"...
108162026-08-27T00:55:49.631Z[ host-image] Aug 27 00:55:48.493 INFO collecting git info from project "bootserver"...
108172026-08-27T00:55:49.636Z[ host-image] Aug 27 00:55:48.498 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108182026-08-27T00:55:49.845Z[ recovery-image] Aug 27 00:55:48.706 INFO E| Finished `release` profile [optimized] target(s) in 18.15s
108192026-08-27T00:55:49.866Z[ recovery-image] Aug 27 00:55:48.728 INFO building ROM for gimlet
108202026-08-27T00:55:49.866Z[ recovery-image] Aug 27 00:55:48.728 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")
108212026-08-27T00:55:49.959Z[ recovery-image] Aug 27 00:55:48.820 INFO E| Downloading crates ...
108222026-08-27T00:55:50.002Z[ host-image] Aug 27 00:55:48.864 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108232026-08-27T00:55:50.014Z[ recovery-image] Aug 27 00:55:48.876 INFO E| Downloaded anstyle-query v1.1.2
108242026-08-27T00:55:50.017Z[ recovery-image] Aug 27 00:55:48.877 INFO E| Downloaded is_terminal_polyfill v1.70.1
108252026-08-27T00:55:50.027Z[ recovery-image] Aug 27 00:55:48.889 INFO E| Downloaded colorchoice v1.0.3
108262026-08-27T00:55:50.039Z[ recovery-image] Aug 27 00:55:48.901 INFO E| Downloaded clap_builder v4.5.37
108272026-08-27T00:55:50.043Z[ recovery-image] Aug 27 00:55:48.905 INFO E| Downloaded shared_child v1.0.1
108282026-08-27T00:55:50.046Z[ recovery-image] Aug 27 00:55:48.905 INFO E| Downloaded toml_edit v0.22.26
108292026-08-27T00:55:50.066Z[ recovery-image] Aug 27 00:55:48.926 INFO E| Downloaded anstyle v1.0.10
108302026-08-27T00:55:50.069Z[ recovery-image] Aug 27 00:55:48.927 INFO E| Downloaded clap v4.5.37
108312026-08-27T00:55:50.072Z[ recovery-image] Aug 27 00:55:48.932 INFO E| Downloaded anstyle-parse v0.2.6
108322026-08-27T00:55:50.075Z[ recovery-image] Aug 27 00:55:48.933 INFO E| Downloaded os_pipe v1.2.1
108332026-08-27T00:55:50.075Z[ recovery-image] Aug 27 00:55:48.934 INFO E| Downloaded serde_spanned v0.6.8
108342026-08-27T00:55:50.075Z[ recovery-image] Aug 27 00:55:48.935 INFO E| Downloaded anstream v0.6.18
108352026-08-27T00:55:50.075Z[ recovery-image] Aug 27 00:55:48.936 INFO E| Downloaded duct v0.13.7
108362026-08-27T00:55:50.078Z[ recovery-image] Aug 27 00:55:48.937 INFO E| Downloaded clap_lex v0.7.4
108372026-08-27T00:55:50.078Z[ recovery-image] Aug 27 00:55:48.938 INFO E| Downloaded toml_write v0.1.1
108382026-08-27T00:55:50.078Z[ recovery-image] Aug 27 00:55:48.939 INFO E| Downloaded toml v0.8.22
108392026-08-27T00:55:50.098Z[ recovery-image] Aug 27 00:55:48.959 INFO E| Downloaded toml_datetime v0.6.9
108402026-08-27T00:55:50.101Z[ recovery-image] Aug 27 00:55:48.959 INFO E| Downloaded cc v1.2.20
108412026-08-27T00:55:50.101Z[ recovery-image] Aug 27 00:55:48.961 INFO E| Downloaded clap_derive v4.5.32
108422026-08-27T00:55:50.106Z[ recovery-image] Aug 27 00:55:48.963 INFO E| Downloaded winnow v0.7.7
108432026-08-27T00:55:50.120Z[ recovery-image] Aug 27 00:55:48.980 INFO E| Compiling syn v2.0.101
108442026-08-27T00:55:50.120Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling libc v0.2.172
108452026-08-27T00:55:50.120Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling utf8parse v0.2.2
108462026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling anstyle v1.0.10
108472026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling colorchoice v1.0.3
108482026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling is_terminal_polyfill v1.70.1
108492026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling anstyle-query v1.1.2
108502026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling hashbrown v0.15.2
108512026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling once_cell v1.21.3
108522026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling equivalent v1.0.2
108532026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling shlex v1.3.0
108542026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling clap_lex v0.7.4
108552026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling toml_write v0.1.1
108562026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling anyhow v1.0.98
108572026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling strsim v0.11.1
108582026-08-27T00:55:50.123Z[ recovery-image] Aug 27 00:55:48.981 INFO E| Compiling winnow v0.7.7
108592026-08-27T00:55:50.295Z[ recovery-image] Aug 27 00:55:49.156 INFO E| Compiling anstyle-parse v0.2.6
108602026-08-27T00:55:50.438Z[ host-image] Aug 27 00:55:49.299 INFO creating Oxide boot image...
108612026-08-27T00:55:50.438Z[ host-image] Aug 27 00:55:49.299 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci a0331ac/bbd33bf 2026-08-27 00:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108622026-08-27T00:55:50.525Z[ recovery-image] Aug 27 00:55:49.386 INFO E| Compiling cc v1.2.20
108632026-08-27T00:55:50.548Z[ recovery-image] Aug 27 00:55:49.410 INFO E| Compiling anstream v0.6.18
108642026-08-27T00:55:50.893Z[ recovery-image] Aug 27 00:55:49.754 INFO E| Compiling clap_builder v4.5.37
108652026-08-27T00:55:51.101Z[ recovery-image] Aug 27 00:55:49.961 INFO E| Compiling indexmap v2.9.0
108662026-08-27T00:55:51.134Z[ recovery-image] Aug 27 00:55:49.996 INFO E| Compiling shared_child v1.0.1
108672026-08-27T00:55:51.134Z[ recovery-image] Aug 27 00:55:49.996 INFO E| Compiling os_pipe v1.2.1
108682026-08-27T00:55:51.268Z[ recovery-image] Aug 27 00:55:50.130 INFO E| Compiling duct v0.13.7
108692026-08-27T00:55:51.492Z[ host-image] Aug 27 00:55:50.354 INFO O| ok, image written!
108702026-08-27T00:55:51.492Z[ host-image] Aug 27 00:55:50.354 INFO O| ok, boot_image_csum file written!
108712026-08-27T00:55:51.495Z[ host-image] Aug 27 00:55:50.356 INFO creating boot archive (CPIO)...
108722026-08-27T00:55:51.495Z[ host-image] Aug 27 00:55:50.356 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
108732026-08-27T00:55:51.499Z[ host-image] Aug 27 00:55:50.361 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108742026-08-27T00:55:51.502Z[ host-image] Aug 27 00:55:50.361 INFO E| + outfile=/work/os-host/cpio
108752026-08-27T00:55:51.502Z[ host-image] Aug 27 00:55:50.361 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108762026-08-27T00:55:51.502Z[ host-image] Aug 27 00:55:50.363 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108772026-08-27T00:55:51.502Z[ host-image] Aug 27 00:55:50.363 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108782026-08-27T00:55:51.545Z[ host-image] Aug 27 00:55:50.406 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108792026-08-27T00:55:51.545Z[ host-image] Aug 27 00:55:50.406 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108802026-08-27T00:55:51.552Z[ host-image] Aug 27 00:55:50.414 INFO creating compressed cpio/unix for dev loaders...
108812026-08-27T00:55:51.552Z[ host-image] Aug 27 00:55:50.414 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
108822026-08-27T00:55:51.810Z[ host-image] Aug 27 00:55:50.671 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108832026-08-27T00:55:51.938Z[ recovery-image] Aug 27 00:55:50.800 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108842026-08-27T00:55:52.647Z[ recovery-image] Aug 27 00:55:51.508 INFO E| Compiling serde_derive v1.0.219
108852026-08-27T00:55:52.648Z[ recovery-image] Aug 27 00:55:51.508 INFO E| Compiling clap_derive v4.5.32
108862026-08-27T00:55:54.017Z[ recovery-image] Aug 27 00:55:52.878 INFO E| Compiling clap v4.5.37
108872026-08-27T00:55:54.670Z[ recovery-image] Aug 27 00:55:53.531 INFO E| Compiling serde v1.0.219
108882026-08-27T00:55:55.094Z[ host-image] Aug 27 00:55:53.956 INFO creating reset image...
108892026-08-27T00:55:55.094Z[ host-image] Aug 27 00:55:53.956 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")
108902026-08-27T00:55:55.171Z[ host-image] Aug 27 00:55:54.032 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108912026-08-27T00:55:55.174Z[ host-image] Aug 27 00:55:54.034 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108922026-08-27T00:55:55.478Z[ host-image] Aug 27 00:55:54.339 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)
108932026-08-27T00:55:55.478Z[ host-image] Aug 27 00:55:54.339 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)
108942026-08-27T00:55:55.478Z[ host-image] Aug 27 00:55:54.339 INFO E| Compiling proc-macro2 v1.0.106
108952026-08-27T00:55:55.482Z[ host-image] Aug 27 00:55:54.339 INFO E| Compiling unicode-ident v1.0.24
108962026-08-27T00:55:55.482Z[ host-image] Aug 27 00:55:54.339 INFO E| Compiling quote v1.0.45
108972026-08-27T00:55:55.482Z[ host-image] Aug 27 00:55:54.339 INFO E| Compiling syn v1.0.109
108982026-08-27T00:55:55.482Z[ host-image] Aug 27 00:55:54.339 INFO E| Compiling x86 v0.52.0
108992026-08-27T00:55:55.482Z[ host-image] Aug 27 00:55:54.339 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109002026-08-27T00:55:55.482Z[ host-image] Aug 27 00:55:54.339 INFO E| Compiling seq-macro v0.3.6
109012026-08-27T00:55:56.560Z[ host-image] Aug 27 00:55:55.421 INFO E| Compiling syn v2.0.117
109022026-08-27T00:55:56.713Z[ recovery-image] Aug 27 00:55:55.573 INFO E| Compiling toml_datetime v0.6.9
109032026-08-27T00:55:56.713Z[ recovery-image] Aug 27 00:55:55.573 INFO E| Compiling serde_spanned v0.6.8
109042026-08-27T00:55:56.877Z[ recovery-image] Aug 27 00:55:55.738 INFO E| Compiling toml_edit v0.22.26
109052026-08-27T00:55:58.043Z[ host-image] Aug 27 00:55:56.904 INFO E| Compiling scroll_derive v0.13.1
109062026-08-27T00:55:58.320Z[ recovery-image] Aug 27 00:55:57.168 INFO E| Compiling toml v0.8.22
109072026-08-27T00:55:59.056Z[ host-image] Aug 27 00:55:57.918 INFO E| Compiling bitstruct_derive v0.1.0
109082026-08-27T00:56:00.478Z[ recovery-image] Aug 27 00:55:59.339 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
109092026-08-27T00:56:00.487Z[ recovery-image] Aug 27 00:55:59.349 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`
109102026-08-27T00:56:00.502Z[ recovery-image] Aug 27 00:55:59.364 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109112026-08-27T00:56:00.581Z[ recovery-image] Aug 27 00:55:59.443 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109122026-08-27T00:56:00.585Z[ recovery-image] Aug 27 00:55:59.446 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`
109132026-08-27T00:56:00.701Z[ recovery-image] Aug 27 00:55:59.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109142026-08-27T00:56:00.701Z[ recovery-image] Aug 27 00:55:59.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109152026-08-27T00:56:00.701Z[ recovery-image] Aug 27 00:55:59.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109162026-08-27T00:56:00.701Z[ recovery-image] Aug 27 00:55:59.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109172026-08-27T00:56:00.705Z[ recovery-image] Aug 27 00:55:59.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109182026-08-27T00:56:00.705Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109192026-08-27T00:56:00.705Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109202026-08-27T00:56:00.705Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109212026-08-27T00:56:00.706Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109222026-08-27T00:56:00.706Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109232026-08-27T00:56:00.706Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109242026-08-27T00:56:00.706Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109252026-08-27T00:56:00.706Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109262026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109272026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109282026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO O| Info: ABL version: 0x100f5010
109292026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109302026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109312026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109322026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109332026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109342026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109352026-08-27T00:56:00.707Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109362026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109372026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109382026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109392026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109402026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109412026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109422026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109432026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109442026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109452026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109462026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109472026-08-27T00:56:00.708Z[ recovery-image] Aug 27 00:55:59.564 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109482026-08-27T00:56:00.741Z[ recovery-image] Aug 27 00:55:59.602 INFO building ROM for cosmo
109492026-08-27T00:56:00.741Z[ recovery-image] Aug 27 00:55:59.602 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")
109502026-08-27T00:56:00.841Z[ recovery-image] Aug 27 00:55:59.702 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109512026-08-27T00:56:00.845Z[ recovery-image] Aug 27 00:55:59.706 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`
109522026-08-27T00:56:00.859Z[ recovery-image] Aug 27 00:55:59.720 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109532026-08-27T00:56:00.928Z[ recovery-image] Aug 27 00:55:59.790 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109542026-08-27T00:56:00.932Z[ recovery-image] Aug 27 00:55:59.793 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`
109552026-08-27T00:56:01.142Z[ recovery-image] Aug 27 00:56:00.003 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109562026-08-27T00:56:01.142Z[ recovery-image] Aug 27 00:56:00.003 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109572026-08-27T00:56:01.142Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109582026-08-27T00:56:01.146Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109592026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109602026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109612026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109622026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109632026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109642026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109652026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109662026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109672026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109682026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109692026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109702026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109712026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109722026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109732026-08-27T00:56:01.147Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109742026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109752026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109762026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109772026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109782026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109792026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109802026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109812026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109822026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109832026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109842026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109852026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.004 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109862026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109872026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109882026-08-27T00:56:01.148Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109892026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109902026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109912026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109922026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109932026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109942026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109952026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109962026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109972026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109982026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109992026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110002026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110012026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110022026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110032026-08-27T00:56:01.150Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110042026-08-27T00:56:01.152Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110052026-08-27T00:56:01.152Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110062026-08-27T00:56:01.152Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110072026-08-27T00:56:01.152Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110082026-08-27T00:56:01.152Z[ recovery-image] Aug 27 00:56:00.005 INFO O| Info: ABL version: 0x100af010
110092026-08-27T00:56:01.152Z[ recovery-image] Aug 27 00:56:00.005 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110102026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.005 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110112026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.005 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110122026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110132026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110142026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110152026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110162026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110172026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110182026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110192026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110202026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110212026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110222026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110232026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110242026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110252026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110262026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110272026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110282026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110292026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110302026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110312026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110322026-08-27T00:56:01.153Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110332026-08-27T00:56:01.154Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110342026-08-27T00:56:01.154Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110352026-08-27T00:56:01.154Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110362026-08-27T00:56:01.156Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110372026-08-27T00:56:01.156Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110382026-08-27T00:56:01.156Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110392026-08-27T00:56:01.156Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110402026-08-27T00:56:01.156Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110412026-08-27T00:56:01.156Z[ recovery-image] Aug 27 00:56:00.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110422026-08-27T00:56:01.182Z[ recovery-image] Aug 27 00:56:00.043 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110432026-08-27T00:56:01.182Z[ recovery-image] Aug 27 00:56:00.043 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110442026-08-27T00:56:01.182Z[ recovery-image] Aug 27 00:56:00.043 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110452026-08-27T00:56:02.367Z[ recovery-image] Aug 27 00:56:01.228 INFO image complete! materials are in "/work/os-recovery"
110462026-08-27T00:56:02.370Z[ recovery-image]
110472026-08-27T00:56:02.370Z[ recovery-image] real 3:24.912382774
110482026-08-27T00:56:02.370Z[ recovery-image] user 2:45.006112322
110492026-08-27T00:56:02.370Z[ recovery-image] sys 38.598658481
110502026-08-27T00:56:02.370Z[ recovery-image] trap 0.158520712
110512026-08-27T00:56:02.371Z[ recovery-image] tflt 0.585454959
110522026-08-27T00:56:02.371Z[ recovery-image] dflt 0.922352646
110532026-08-27T00:56:02.371Z[ recovery-image] kflt 0.000126270
110542026-08-27T00:56:02.371Z[ recovery-image] lock 8:05.998501630
110552026-08-27T00:56:02.371Z[ recovery-image] slp 17:53.038143594
110562026-08-27T00:56:02.371Z[ recovery-image] lat 33.735489212
110572026-08-27T00:56:02.371Z[ recovery-image] stop 7.518676443
110582026-08-27T00:56:02.374ZAug 27 00:56:01.232 INFO [recovery-image] process exited with exit status: 0 (204.917347148s)
110592026-08-27T00:56:02.374ZAug 27 00:56:01.232 INFO [tuf-v2-recovery] running task
110602026-08-27T00:56:02.374ZAug 27 00:56:01.233 INFO [tuf-v2-recovery] task succeeded (803.471µs)
110612026-08-27T00:56:08.366Z[ host-image] Aug 27 00:56:07.227 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)
110622026-08-27T00:56:10.542Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling bitflags v1.3.2
110632026-08-27T00:56:10.542Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling log v0.4.32
110642026-08-27T00:56:10.542Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling bit_field v0.10.3
110652026-08-27T00:56:10.545Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling bitflags v2.13.0
110662026-08-27T00:56:10.545Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling adler2 v2.0.1
110672026-08-27T00:56:10.545Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling scroll v0.13.0
110682026-08-27T00:56:10.545Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling plain v0.2.3
110692026-08-27T00:56:10.545Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling bitstruct v0.1.1
110702026-08-27T00:56:10.546Z[ host-image] Aug 27 00:56:09.404 INFO E| Compiling static_assertions v1.1.0
110712026-08-27T00:56:10.597Z[ host-image] Aug 27 00:56:09.458 INFO E| Compiling raw-cpuid v10.7.0
110722026-08-27T00:56:10.639Z[ host-image] Aug 27 00:56:09.500 INFO E| Compiling miniz_oxide v0.9.1
110732026-08-27T00:56:10.714Z[ host-image] Aug 27 00:56:09.576 INFO E| Compiling cpio_reader v0.1.2
110742026-08-27T00:56:10.756Z[ host-image] Aug 27 00:56:09.618 INFO E| Compiling goblin v0.10.7
110752026-08-27T00:56:13.569Z[ host-image] Aug 27 00:56:12.430 INFO E| Finished `release` profile [optimized] target(s) in 18.38s
110762026-08-27T00:56:13.581Z[ host-image] Aug 27 00:56:12.442 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110772026-08-27T00:56:13.581Z[ host-image] Aug 27 00:56:12.442 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110782026-08-27T00:56:13.581Z[ host-image] Aug 27 00:56:12.442 INFO building ROM for gimlet
110792026-08-27T00:56:13.584Z[ host-image] Aug 27 00:56:12.442 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")
110802026-08-27T00:56:13.668Z[ host-image] Aug 27 00:56:12.529 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110812026-08-27T00:56:13.671Z[ host-image] Aug 27 00:56:12.531 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`
110822026-08-27T00:56:13.680Z[ host-image] Aug 27 00:56:12.542 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110832026-08-27T00:56:13.747Z[ host-image] Aug 27 00:56:12.608 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110842026-08-27T00:56:13.750Z[ host-image] Aug 27 00:56:12.612 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`
110852026-08-27T00:56:13.863Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110862026-08-27T00:56:13.863Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110872026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110882026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110892026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110902026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110912026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110922026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110932026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110942026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110952026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110962026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110972026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110982026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110992026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111002026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO O| Info: ABL version: 0x100f5010
111012026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111022026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111032026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111042026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111052026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111062026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111072026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111082026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111092026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111102026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111112026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111122026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111132026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111142026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111152026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111162026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111172026-08-27T00:56:13.867Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111182026-08-27T00:56:13.868Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111192026-08-27T00:56:13.868Z[ host-image] Aug 27 00:56:12.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111202026-08-27T00:56:13.899Z[ host-image] Aug 27 00:56:12.761 INFO building ROM for cosmo
111212026-08-27T00:56:13.902Z[ host-image] Aug 27 00:56:12.761 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")
111222026-08-27T00:56:13.992Z[ host-image] Aug 27 00:56:12.854 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111232026-08-27T00:56:13.995Z[ host-image] Aug 27 00:56:12.856 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`
111242026-08-27T00:56:14.006Z[ host-image] Aug 27 00:56:12.868 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111252026-08-27T00:56:14.076Z[ host-image] Aug 27 00:56:12.938 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111262026-08-27T00:56:14.079Z[ host-image] Aug 27 00:56:12.941 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`
111272026-08-27T00:56:14.285Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111282026-08-27T00:56:14.285Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111292026-08-27T00:56:14.285Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111302026-08-27T00:56:14.289Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111312026-08-27T00:56:14.289Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111322026-08-27T00:56:14.289Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111332026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111342026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111352026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111362026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111372026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111382026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111392026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111402026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111412026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111422026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111432026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111442026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111452026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111462026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111472026-08-27T00:56:14.290Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111482026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111492026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111502026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111512026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111522026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111532026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111542026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111552026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111562026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111572026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111582026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111592026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111602026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111612026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111622026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111632026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111642026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111652026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111662026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111672026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111682026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111692026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111702026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111712026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111722026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111732026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111742026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111752026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111762026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111772026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111782026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111792026-08-27T00:56:14.291Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111802026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.147 INFO O| Info: ABL version: 0x100af010
111812026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.147 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111822026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.147 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111832026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111842026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111852026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111862026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111872026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111882026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111892026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111902026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111912026-08-27T00:56:14.292Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111922026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111932026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111942026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111952026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111962026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111972026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111982026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111992026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112002026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112012026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112022026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112032026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112042026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112052026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112062026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112072026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112082026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112092026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112102026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112112026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112122026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112132026-08-27T00:56:14.293Z[ host-image] Aug 27 00:56:13.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112142026-08-27T00:56:14.351Z[ host-image] Aug 27 00:56:13.179 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112152026-08-27T00:56:25.876Z[ host-image] Aug 27 00:56:24.737 INFO image complete! materials are in "/work/os-host"
112162026-08-27T00:56:25.880Z[ host-image]
112172026-08-27T00:56:25.880Z[ host-image] real 3:57.242380622
112182026-08-27T00:56:25.880Z[ host-image] user 2:50.624606867
112192026-08-27T00:56:25.880Z[ host-image] sys 35.605468402
112202026-08-27T00:56:25.880Z[ host-image] trap 0.146690020
112212026-08-27T00:56:25.880Z[ host-image] tflt 0.236681129
112222026-08-27T00:56:25.880Z[ host-image] dflt 0.295915037
112232026-08-27T00:56:25.880Z[ host-image] kflt 0.000178850
112242026-08-27T00:56:25.880Z[ host-image] lock 4:46.460754467
112252026-08-27T00:56:25.882Z[ host-image] slp 19:57.554281829
112262026-08-27T00:56:25.882Z[ host-image] lat 25.991408903
112272026-08-27T00:56:25.882Z[ host-image] stop 1.622260821
112282026-08-27T00:56:25.882ZAug 27 00:56:24.741 INFO [host-image] process exited with exit status: 0 (237.247584786s)
112292026-08-27T00:56:25.882ZAug 27 00:56:24.741 INFO [tuf-v2-host] running task
112302026-08-27T00:56:25.882ZAug 27 00:56:24.741 INFO [tuf-repo] running task
112312026-08-27T00:56:25.886ZAug 27 00:56:24.742 INFO [tuf-v2-host] task succeeded (564.42µs)
112322026-08-27T00:56:25.886ZAug 27 00:56:24.742 INFO [tuf-v2-repo] running task
112332026-08-27T00:56:47.753ZAug 27 00:56:46.615 INFO [tuf-v2-repo] task succeeded (21.87273598s)
112342026-08-27T00:56:47.946ZAug 27 00:56:46.807 INFO assembling repository in `/tmp/tufaceous17UaFc`, component: OmicronRepoAssembler
112352026-08-27T00:56:56.738ZAug 27 00:56:55.599 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112362026-08-27T00:56:56.990ZAug 27 00:56:55.852 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112372026-08-27T00:56:59.246ZAug 27 00:56:58.107 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112382026-08-27T00:56:59.300ZAug 27 00:56:58.162 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112392026-08-27T00:56:59.352ZAug 27 00:56:58.214 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112402026-08-27T00:56:59.405ZAug 27 00:56:58.266 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112412026-08-27T00:56:59.456ZAug 27 00:56:58.318 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112422026-08-27T00:56:59.511ZAug 27 00:56:58.373 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112432026-08-27T00:56:59.574ZAug 27 00:56:58.436 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112442026-08-27T00:57:10.193ZAug 27 00:57:09.055 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
112452026-08-27T00:57:10.200ZAug 27 00:57:09.061 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
112462026-08-27T00:57:10.222ZAug 27 00:57:09.084 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
112472026-08-27T00:57:10.281ZAug 27 00:57:09.143 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112482026-08-27T00:57:10.334ZAug 27 00:57:09.195 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112492026-08-27T00:57:10.399ZAug 27 00:57:09.260 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112502026-08-27T00:57:10.463ZAug 27 00:57:09.325 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
112512026-08-27T00:57:10.469ZAug 27 00:57:09.330 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
112522026-08-27T00:57:10.494ZAug 27 00:57:09.355 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
112532026-08-27T00:57:12.361ZAug 27 00:57:11.223 INFO [tuf-repo] task succeeded (46.481508s)
112542026-08-27T00:59:45.102Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
112552026-08-27T00:59:45.106Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112562026-08-27T00:59:45.106Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112572026-08-27T00:59:47.806ZAug 27 00:59:46.667 INFO [verify-libraries] process exited with exit status: 0 (430.608245978s)
112582026-08-27T00:59:47.806ZAug 27 00:59:46.667 INFO all jobs completed in 1125.116790701s
112592026-08-27T00:59:49.040Zprocess exited: duration 1382393 ms, exit code 0
 
112602026-08-27T00:59:49.055Zfound 41 output files
112612026-08-27T00:59:49.055Zuploading: /work/manifest.toml (17334 bytes)
112622026-08-27T00:59:50.069Zuploaded: /work/manifest.toml
112632026-08-27T00:59:50.069Zuploading: /work/repo.zip (3296783224 bytes)
112642026-08-27T01:00:29.593Zuploaded: /work/repo.zip
112652026-08-27T01:00:29.594Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112662026-08-27T01:00:30.642Zuploaded: /work/repo.zip.sha256.txt
112672026-08-27T01:00:30.645Zuploading: /work/helios.json (647 bytes)
112682026-08-27T01:00:31.654Zuploaded: /work/helios.json
112692026-08-27T01:00:31.654Zuploading: /work/incorporation.p5m (113590 bytes)
112702026-08-27T01:00:32.669Zuploaded: /work/incorporation.p5m
112712026-08-27T01:00:32.669Zuploading: /work/incorporation.p5p (133120 bytes)
112722026-08-27T01:00:33.686Zuploaded: /work/incorporation.p5p
112732026-08-27T01:00:33.688Zuploading: /work/helios-incorp.log (522 bytes)
112742026-08-27T01:00:34.700Zuploaded: /work/helios-incorp.log
112752026-08-27T01:00:34.703Zuploading: /work/helios-setup.log (57118 bytes)
112762026-08-27T01:00:35.720Zuploaded: /work/helios-setup.log
112772026-08-27T01:00:35.720Zuploading: /work/host-image.log (233350 bytes)
112782026-08-27T01:00:36.739Zuploaded: /work/host-image.log
112792026-08-27T01:00:36.739Zuploading: /work/host-package.log (33789 bytes)
112802026-08-27T01:00:37.754Zuploaded: /work/host-package.log
112812026-08-27T01:00:37.755Zuploading: /work/host-target.log (101 bytes)
112822026-08-27T01:00:38.764Zuploaded: /work/host-target.log
112832026-08-27T01:00:38.764Zuploading: /work/incorp-create.log (0 bytes)
112842026-08-27T01:00:39.775Zuploaded: /work/incorp-create.log
112852026-08-27T01:00:39.775Zuploading: /work/incorp-fmt.log (0 bytes)
112862026-08-27T01:00:40.782Zuploaded: /work/incorp-fmt.log
112872026-08-27T01:00:40.782Zuploading: /work/incorp-pkgsend.log (108 bytes)
112882026-08-27T01:00:41.794Zuploaded: /work/incorp-pkgsend.log
112892026-08-27T01:00:41.794Zuploading: /work/incorp-publisher.log (0 bytes)
112902026-08-27T01:00:42.802Zuploaded: /work/incorp-publisher.log
112912026-08-27T01:00:42.802Zuploading: /work/omicron-package.log (10430 bytes)
112922026-08-27T01:00:43.816Zuploaded: /work/omicron-package.log
112932026-08-27T01:00:43.816Zuploading: /work/recovery-image.log (591109 bytes)
112942026-08-27T01:00:44.838Zuploaded: /work/recovery-image.log
112952026-08-27T01:00:44.838Zuploading: /work/recovery-package.log (321 bytes)
112962026-08-27T01:00:45.847Zuploaded: /work/recovery-package.log
112972026-08-27T01:00:45.847Zuploading: /work/recovery-target.log (98 bytes)
112982026-08-27T01:00:46.858Zuploaded: /work/recovery-target.log
112992026-08-27T01:00:46.858Zuploading: /work/stamp-clickhouse.log (117 bytes)
113002026-08-27T01:00:47.869Zuploaded: /work/stamp-clickhouse.log
113012026-08-27T01:00:47.869Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113022026-08-27T01:00:48.880Zuploaded: /work/stamp-clickhouse_keeper.log
113032026-08-27T01:00:48.880Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113042026-08-27T01:00:49.895Zuploaded: /work/stamp-clickhouse_server.log
113052026-08-27T01:00:49.895Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113062026-08-27T01:00:50.907Zuploaded: /work/stamp-cockroachdb.log
113072026-08-27T01:00:50.908Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113082026-08-27T01:00:51.919Zuploaded: /work/stamp-crucible-pantry-zone.log
113092026-08-27T01:00:51.919Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113102026-08-27T01:00:52.931Zuploaded: /work/stamp-crucible-utils.log
113112026-08-27T01:00:52.934Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113122026-08-27T01:00:53.943Zuploaded: /work/stamp-crucible-zone.log
113132026-08-27T01:00:53.943Zuploading: /work/stamp-external-dns.log (119 bytes)
113142026-08-27T01:00:54.954Zuploaded: /work/stamp-external-dns.log
113152026-08-27T01:00:54.958Zuploading: /work/stamp-installinator.log (103 bytes)
113162026-08-27T01:00:55.967Zuploaded: /work/stamp-installinator.log
113172026-08-27T01:00:55.968Zuploading: /work/stamp-internal-dns.log (119 bytes)
113182026-08-27T01:00:56.978Zuploaded: /work/stamp-internal-dns.log
113192026-08-27T01:00:56.982Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113202026-08-27T01:00:57.995Zuploaded: /work/stamp-mg-ddm-gz.log
113212026-08-27T01:00:58.000Zuploading: /work/stamp-nexus.log (112 bytes)
113222026-08-27T01:00:59.008Zuploaded: /work/stamp-nexus.log
113232026-08-27T01:00:59.008Zuploading: /work/stamp-ntp.log (110 bytes)
113242026-08-27T01:01:00.022Zuploaded: /work/stamp-ntp.log
113252026-08-27T01:01:00.022Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113262026-08-27T01:01:01.032Zuploaded: /work/stamp-omicron-sled-agent.log
113272026-08-27T01:01:01.032Zuploading: /work/stamp-overlay.log (114 bytes)
113282026-08-27T01:01:02.042Zuploaded: /work/stamp-overlay.log
113292026-08-27T01:01:02.042Zuploading: /work/stamp-oximeter.log (115 bytes)
113302026-08-27T01:01:03.053Zuploaded: /work/stamp-oximeter.log
113312026-08-27T01:01:03.053Zuploading: /work/stamp-oxlog.log (109 bytes)
113322026-08-27T01:01:04.065Zuploaded: /work/stamp-oxlog.log
113332026-08-27T01:01:04.065Zuploading: /work/stamp-probe.log (112 bytes)
113342026-08-27T01:01:05.074Zuploaded: /work/stamp-probe.log
113352026-08-27T01:01:05.074Zuploading: /work/stamp-propolis-server.log (122 bytes)
113362026-08-27T01:01:06.084Zuploaded: /work/stamp-propolis-server.log
113372026-08-27T01:01:06.084Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113382026-08-27T01:01:07.095Zuploaded: /work/stamp-pumpkind-gz.log
113392026-08-27T01:01:07.095Zuploading: /work/stamp-switch-asic.log (118 bytes)
113402026-08-27T01:01:08.106Zuploaded: /work/stamp-switch-asic.log
113412026-08-27T01:01:08.106Zuploading: /work/verify-libraries.log (50737 bytes)
113422026-08-27T01:01:09.124Zuploaded: /work/verify-libraries.log