01M156Y7P1Q0978D5SBK4045PA: 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: 01M156ZEG7ATJVR9B9ZCF3PN6V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-28T22:14:45.144Zjob assigned to worker 01M156ZQD79SJ12E9CQWMA35CQ [factory aws, i-040186840ff3e61f3] (queued for 53 s)
 
22026-08-28T22:14:51.947Zstarting task 0: "setup"
32026-08-28T22:14:51.954Z++ uname -s
42026-08-28T22:14:51.958Z+ kern=SunOS
52026-08-28T22:14:51.958Z+ build_user=build
62026-08-28T22:14:51.958Z+ build_uid=12345
72026-08-28T22:14:51.958Z+ work_dir=/work
82026-08-28T22:14:51.958Z+ input_dir=/input
92026-08-28T22:14:51.958Z+ [[ 0 == 12345 ]]
102026-08-28T22:14:51.958Z+ case "$kern" in
112026-08-28T22:14:51.958Z+ groupadd -g 12345 build
122026-08-28T22:14:51.958Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-28T22:14:53.991Z+ zfs create -o mountpoint=/work rpool/work
142026-08-28T22:14:54.104Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-28T22:14:54.176Z+ home_fs=zfs
162026-08-28T22:14:54.177Z+ [[ zfs == autofs ]]
172026-08-28T22:14:54.177Z+ mkdir -p /home/build
182026-08-28T22:14:54.177Z+ chown build:build /home/build /work
192026-08-28T22:14:55.136Z+ chmod 0700 /home/build /work
202026-08-28T22:14:55.184Zprocess exited: duration 3124 ms, exit code 0
 
212026-08-28T22:14:55.335Zstarting task 1: "rust-toolchain"
222026-08-28T22:14:55.380Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-28T22:14:55.381Z * rust toolchain channel = "1.97.1"
242026-08-28T22:14:55.381Z * rust toolchain profile = "default"
252026-08-28T22:14:55.381Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-28T22:14:55.381Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-28T22:14:55.381Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-28T22:14:55.381Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-28T22:14:55.381Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-28T22:14:55.468Zinfo: downloading installer
312026-08-28T22:14:56.732Zwarn: It looks like you have an existing rustup settings file at:
322026-08-28T22:14:56.732Zwarn: /home/build/.rustup/settings.toml
332026-08-28T22:14:56.732Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-28T22:14:56.732Zwarn: instead of the one inferred from the default host triple.
352026-08-28T22:14:56.793Zinfo: profile set to default
362026-08-28T22:14:56.794Zinfo: default host triple is x86_64-unknown-illumos
372026-08-28T22:14:56.794Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-28T22:14:56.875Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-28T22:14:56.950Zinfo: downloading 6 components
402026-08-28T22:15:12.740Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-28T22:15:12.740Z
422026-08-28T22:15:12.769Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-28T22:15:12.769Z
442026-08-28T22:15:12.769Z
452026-08-28T22:15:12.769ZRust is installed now. Great!
462026-08-28T22:15:12.769Z
472026-08-28T22:15:12.769ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-28T22:15:12.769Zenvironment variable. This has not been done automatically.
492026-08-28T22:15:12.769Z
502026-08-28T22:15:12.769ZTo configure your current shell, you need to source
512026-08-28T22:15:12.769Zthe corresponding env file under $HOME/.cargo.
522026-08-28T22:15:12.769Z
532026-08-28T22:15:12.769ZThis is usually done by running one of the following (note the leading DOT):
542026-08-28T22:15:12.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-28T22:15:12.774Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-28T22:15:12.775Zsource "~/.cargo/env.nu" # For nushell
572026-08-28T22:15:12.775Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-28T22:15:12.775Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-28T22:15:12.775Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-28T22:15:12.775Zwarn: no default linker (`cc`) was found in your PATH
612026-08-28T22:15:12.775Zwarn: many Rust crates require a system C toolchain to build
622026-08-28T22:15:12.871Z+ rustup --version
632026-08-28T22:15:12.876Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-28T22:15:12.876Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-28T22:15:12.897Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-28T22:15:12.901Z+ cargo --version
672026-08-28T22:15:12.908Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-28T22:15:12.911Z+ rustc --version
692026-08-28T22:15:12.931Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-28T22:15:12.934Zprocess exited: duration 17636 ms, exit code 0
 
712026-08-28T22:15:12.941Zstarting task 2: "authentication"
722026-08-28T22:15:12.961Zprocess exited: duration 18 ms, exit code 0
 
732026-08-28T22:15:12.967Zstarting task 3: "clone repository"
742026-08-28T22:15:12.972Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-28T22:15:12.976Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-28T22:15:13.006ZCloning into '/work/oxidecomputer/omicron'...
772026-08-28T22:15:26.895Z+ cd /work/oxidecomputer/omicron
782026-08-28T22:15:26.895Z+ git fetch origin c265b118cf0b6f321eb31fe00385c0178de5bafe
792026-08-28T22:15:27.206ZFrom https://github.com/oxidecomputer/omicron
802026-08-28T22:15:27.206Z * branch c265b118cf0b6f321eb31fe00385c0178de5bafe -> FETCH_HEAD
812026-08-28T22:15:27.237Z+ [[ -n '' ]]
822026-08-28T22:15:27.237Z+ git reset --hard c265b118cf0b6f321eb31fe00385c0178de5bafe
832026-08-28T22:15:27.484ZHEAD is now at c265b118c Clarify AffinityPolicy variant doc comments (#7649)
842026-08-28T22:15:27.522Zprocess exited: duration 14508 ms, exit code 0
 
852026-08-28T22:15:27.586Zstarting task 4: "build"
862026-08-28T22:15:27.598Z+ source .github/buildomat/ci-env.sh
872026-08-28T22:15:27.598Z++ export CARGO_TERM_COLOR=always
882026-08-28T22:15:27.599Z++ CARGO_TERM_COLOR=always
892026-08-28T22:15:27.599Z+++ uname -s
902026-08-28T22:15:27.599Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-28T22:15:27.599Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-28T22:15:27.599Z+ cargo --version
932026-08-28T22:15:27.616Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-28T22:15:27.616Z+ rustc --version
952026-08-28T22:15:27.637Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-28T22:15:27.637Z+ cargo tree --locked
972026-08-28T22:15:27.862Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-28T22:15:28.161Z Updating crates.io index
992026-08-28T22:15:28.170Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-28T22:15:28.482Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-28T22:15:28.870Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1022026-08-28T22:15:29.180Z Updating git repository `https://github.com/oxidecomputer/propolis`
1032026-08-28T22:15:30.315Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042026-08-28T22:15:31.082Z Updating git repository `https://github.com/oxidecomputer/crucible`
1052026-08-28T22:15:33.157Z Updating git repository `https://github.com/oxidecomputer/opte`
1062026-08-28T22:15:34.127Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072026-08-28T22:15:34.492Z Updating git repository `https://github.com/oxidecomputer/lldp`
1082026-08-28T22:15:34.931Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1092026-08-28T22:15:36.204Z Updating git repository `https://github.com/oxidecomputer/clickward`
1102026-08-28T22:15:36.503Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1112026-08-28T22:15:36.919Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-08-28T22:15:37.516Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1132026-08-28T22:15:37.820Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1142026-08-28T22:15:38.133Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1152026-08-28T22:15:38.426Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1162026-08-28T22:15:38.735Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1172026-08-28T22:15:39.075Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-28T22:15:39.475Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192026-08-28T22:15:40.071Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1202026-08-28T22:15:40.393Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1212026-08-28T22:15:40.993Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1222026-08-28T22:15:41.367Z Updating git repository `https://github.com/oxidecomputer/erebor`
1232026-08-28T22:15:41.662Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1242026-08-28T22:15:42.145Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1252026-08-28T22:15:42.480Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1262026-08-28T22:15:42.984Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-08-28T22:15:43.352Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-08-28T22:15:43.690Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1292026-08-28T22:15:44.045Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302026-08-28T22:15:44.473Z Updating git repository `https://github.com/oxidecomputer/tough`
1312026-08-28T22:15:45.134Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-08-28T22:15:45.435Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1332026-08-28T22:15:45.747Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1342026-08-28T22:15:46.061Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1352026-08-28T22:15:46.696Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1362026-08-28T22:15:47.039Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-08-28T22:15:47.263Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-08-28T22:15:47.601Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-08-28T22:15:47.937Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-28T22:15:48.398Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-28T22:15:51.605Z Downloading crates ...
1422026-08-28T22:15:51.661Z Downloaded addr2line v0.25.1
1432026-08-28T22:15:51.664Z Downloaded cookie v0.18.1
1442026-08-28T22:15:51.668Z Downloaded colored v2.2.0
1452026-08-28T22:15:51.668Z Downloaded darling_macro v0.20.11
1462026-08-28T22:15:51.671Z Downloaded convert_case v0.4.0
1472026-08-28T22:15:51.671Z Downloaded csv-core v0.1.13
1482026-08-28T22:15:51.675Z Downloaded const_format_proc_macros v0.2.34
1492026-08-28T22:15:51.678Z Downloaded http-range v0.1.5
1502026-08-28T22:15:51.678Z Downloaded home v0.5.12
1512026-08-28T22:15:51.678Z Downloaded hash32 v0.2.1
1522026-08-28T22:15:51.682Z Downloaded cobs v0.3.0
1532026-08-28T22:15:51.685Z Downloaded des v0.9.0
1542026-08-28T22:15:51.685Z Downloaded constant_time_eq v0.4.2
1552026-08-28T22:15:51.685Z Downloaded compression-core v0.4.31
1562026-08-28T22:15:51.688Z Downloaded cstr-argument v0.1.2
1572026-08-28T22:15:51.689Z Downloaded hickory-resolver v0.25.2
1582026-08-28T22:15:51.691Z Downloaded indent_write v2.2.0
1592026-08-28T22:15:51.692Z Downloaded diesel_table_macro_syntax v0.3.0
1602026-08-28T22:15:51.692Z Downloaded derive_builder v0.20.2
1612026-08-28T22:15:51.695Z Downloaded cipher v0.5.2
1622026-08-28T22:15:51.700Z Downloaded humantime v2.3.0
1632026-08-28T22:15:51.700Z Downloaded half v2.7.1
1642026-08-28T22:15:51.703Z Downloaded hashbrown v0.12.3
1652026-08-28T22:15:51.703Z Downloaded const-oid v0.9.6
1662026-08-28T22:15:51.703Z Downloaded hash32 v0.3.1
1672026-08-28T22:15:51.703Z Downloaded hostname v0.3.1
1682026-08-28T22:15:51.703Z Downloaded hubpack_derive v0.1.1
1692026-08-28T22:15:51.707Z Downloaded constant_time_eq v0.3.1
1702026-08-28T22:15:51.707Z Downloaded crc v3.4.0
1712026-08-28T22:15:51.711Z Downloaded http-body v1.0.1
1722026-08-28T22:15:51.711Z Downloaded group v0.14.0
1732026-08-28T22:15:51.711Z Downloaded http-body-util v0.1.3
1742026-08-28T22:15:51.716Z Downloaded criterion-plot v0.6.0
1752026-08-28T22:15:51.716Z Downloaded cookie_store v0.22.1
1762026-08-28T22:15:51.716Z Downloaded hmac v0.13.0
1772026-08-28T22:15:51.716Z Downloaded cpufeatures v0.2.17
1782026-08-28T22:15:51.719Z Downloaded darling_macro v0.23.0
1792026-08-28T22:15:51.719Z Downloaded colorchoice v1.0.4
1802026-08-28T22:15:51.719Z Downloaded cpufeatures v0.3.0
1812026-08-28T22:15:51.723Z Downloaded crypto-common v0.2.2
1822026-08-28T22:15:51.723Z Downloaded heck v0.4.1
1832026-08-28T22:15:51.723Z Downloaded hubpack v0.1.2
1842026-08-28T22:15:51.726Z Downloaded clap_lex v1.0.0
1852026-08-28T22:15:51.731Z Downloaded hex v0.4.3
1862026-08-28T22:15:51.731Z Downloaded ctutils v0.4.2
1872026-08-28T22:15:51.734Z Downloaded console v0.16.2
1882026-08-28T22:15:51.734Z Downloaded crossbeam-utils v0.8.21
1892026-08-28T22:15:51.734Z Downloaded cpubits v0.1.1
1902026-08-28T22:15:51.734Z Downloaded debug-ignore v1.0.5
1912026-08-28T22:15:51.738Z Downloaded highway v1.3.0
1922026-08-28T22:15:51.741Z Downloaded darling_macro v0.13.4
1932026-08-28T22:15:51.741Z Downloaded defmt v0.3.100
1942026-08-28T22:15:51.741Z Downloaded heck v0.5.0
1952026-08-28T22:15:51.741Z Downloaded hostname v0.4.2
1962026-08-28T22:15:51.744Z Downloaded hyper-tls v0.6.0
1972026-08-28T22:15:51.747Z Downloaded crunchy v0.2.4
1982026-08-28T22:15:51.750Z Downloaded hex-literal v0.4.1
1992026-08-28T22:15:51.753Z Downloaded headers-core v0.3.0
2002026-08-28T22:15:51.753Z Downloaded hex-literal v1.1.0
2012026-08-28T22:15:51.753Z Downloaded darling_macro v0.21.3
2022026-08-28T22:15:51.760Z Downloaded defmt-parser v1.0.0
2032026-08-28T22:15:51.763Z Downloaded crc8 v0.1.1
2042026-08-28T22:15:51.773Z Downloaded crc-catalog v2.4.0
2052026-08-28T22:15:51.776Z Downloaded guppy-workspace-hack v0.1.0
2062026-08-28T22:15:51.776Z Downloaded idna_adapter v1.2.1
2072026-08-28T22:15:51.776Z Downloaded internet-checksum v0.2.1
2082026-08-28T22:15:51.776Z Downloaded instant v0.1.13
2092026-08-28T22:15:51.776Z Downloaded derive_builder_macro v0.20.2
2102026-08-28T22:15:51.776Z Downloaded crucible-workspace-hack v0.1.0
2112026-08-28T22:15:51.776Z Downloaded crypto-common v0.1.7
2122026-08-28T22:15:51.776Z Downloaded assert_matches v1.5.0
2132026-08-28T22:15:51.781Z Downloaded httpdate v1.0.3
2142026-08-28T22:15:51.781Z Downloaded indoc v1.0.9
2152026-08-28T22:15:51.784Z Downloaded inout v0.1.4
2162026-08-28T22:15:51.784Z Downloaded instability v0.3.11
2172026-08-28T22:15:51.784Z Downloaded inout v0.2.2
2182026-08-28T22:15:51.784Z Downloaded is_ci v1.2.0
2192026-08-28T22:15:51.787Z Downloaded illumos-nvpair v0.3.0
2202026-08-28T22:15:51.790Z Downloaded is-terminal v0.4.17
2212026-08-28T22:15:51.790Z Downloaded cmake v0.1.57
2222026-08-28T22:15:51.791Z Downloaded convert_case v0.10.0
2232026-08-28T22:15:51.793Z Downloaded ident_case v1.0.1
2242026-08-28T22:15:51.797Z Downloaded clang-sys v1.8.1
2252026-08-28T22:15:51.800Z Downloaded concurrent-queue v2.5.0
2262026-08-28T22:15:51.800Z Downloaded darling v0.13.4
2272026-08-28T22:15:51.800Z Downloaded bit-set v0.5.3
2282026-08-28T22:15:51.803Z Downloaded base16ct v1.0.0
2292026-08-28T22:15:51.803Z Downloaded is_terminal_polyfill v1.70.2
2302026-08-28T22:15:51.807Z Downloaded async-object-pool v0.2.0
2312026-08-28T22:15:51.807Z Downloaded illumos-nvpair-sys v0.2.0
2322026-08-28T22:15:51.807Z Downloaded olpc-cjson v0.1.4
2332026-08-28T22:15:51.810Z Downloaded password-hash v0.6.1
2342026-08-28T22:15:51.813Z Downloaded pathdiff v0.2.3
2352026-08-28T22:15:51.883Z Downloaded hyper-staticfile v0.10.1
2362026-08-28T22:15:51.887Z Downloaded compression-codecs v0.4.37
2372026-08-28T22:15:51.887Z Downloaded block-padding v0.4.2
2382026-08-28T22:15:51.888Z Downloaded cargo-platform v0.3.2
2392026-08-28T22:15:51.888Z Downloaded cfg_aliases v0.2.1
2402026-08-28T22:15:51.888Z Downloaded corncobs v0.1.4
2412026-08-28T22:15:51.888Z Downloaded critical-section v1.2.0
2422026-08-28T22:15:51.888Z Downloaded derive_builder_core v0.20.2
2432026-08-28T22:15:51.888Z Downloaded hmac v0.12.1
2442026-08-28T22:15:51.888Z Downloaded crossbeam-deque v0.8.6
2452026-08-28T22:15:51.888Z Downloaded curve25519-dalek-derive v0.1.1
2462026-08-28T22:15:51.888Z Downloaded deranged v0.5.8
2472026-08-28T22:15:51.888Z Downloaded derive-ex v0.1.8
2482026-08-28T22:15:51.888Z Downloaded cmov v0.5.4
2492026-08-28T22:15:51.888Z Downloaded daft v0.1.8
2502026-08-28T22:15:51.889Z Downloaded http v1.4.2
2512026-08-28T22:15:51.889Z Downloaded oso-derive v0.27.3
2522026-08-28T22:15:51.889Z Downloaded phf_shared v0.12.1
2532026-08-28T22:15:51.889Z Downloaded der_derive v0.7.3
2542026-08-28T22:15:51.889Z Downloaded daft-derive v0.1.8
2552026-08-28T22:15:51.889Z Downloaded progenitor-macro v0.13.0
2562026-08-28T22:15:51.889Z Downloaded data-encoding v2.10.0
2572026-08-28T22:15:51.889Z Downloaded argon2 v0.5.3
2582026-08-28T22:15:51.889Z Downloaded delegate v0.13.5
2592026-08-28T22:15:51.889Z Downloaded anstyle v1.0.14
2602026-08-28T22:15:51.889Z Downloaded group v0.13.0
2612026-08-28T22:15:51.889Z Downloaded crossbeam-epoch v0.9.18
2622026-08-28T22:15:51.890Z Downloaded ipnet v2.12.0
2632026-08-28T22:15:51.890Z Downloaded progenitor-client v0.14.0
2642026-08-28T22:15:51.890Z Downloaded ingot v0.2.1
2652026-08-28T22:15:51.890Z Downloaded defmt-macros v1.0.1
2662026-08-28T22:15:51.890Z Downloaded impl-trait-for-tuples v0.2.3
2672026-08-28T22:15:51.890Z Downloaded indoc v2.0.7
2682026-08-28T22:15:51.890Z Downloaded base64ct v1.8.3
2692026-08-28T22:15:51.890Z Downloaded bitfield v0.19.4
2702026-08-28T22:15:51.890Z Downloaded ingot-types v0.2.0
2712026-08-28T22:15:51.890Z Downloaded ipnetwork v0.21.1
2722026-08-28T22:15:51.890Z Downloaded async-trait v0.1.89
2732026-08-28T22:15:51.890Z Downloaded buf-list v1.1.2
2742026-08-28T22:15:51.890Z Downloaded byteorder v1.5.0
2752026-08-28T22:15:51.890Z Downloaded oorandom v11.1.5
2762026-08-28T22:15:51.891Z Downloaded pbkdf2 v0.13.0
2772026-08-28T22:15:51.891Z Downloaded phc v0.6.1
2782026-08-28T22:15:51.891Z Downloaded pkcs8 v0.10.2
2792026-08-28T22:15:51.891Z Downloaded russh-util v0.52.0
2802026-08-28T22:15:51.895Z Downloaded rustc_version v0.1.7
2812026-08-28T22:15:51.895Z Downloaded scroll_derive v0.13.1
2822026-08-28T22:15:51.895Z Downloaded rustc_version v0.4.1
2832026-08-28T22:15:51.895Z Downloaded httparse v1.10.1
2842026-08-28T22:15:51.895Z Downloaded serde_spanned v1.1.1
2852026-08-28T22:15:51.895Z Downloaded signature v3.0.0
2862026-08-28T22:15:51.899Z Downloaded pin-project-lite v0.2.17
2872026-08-28T22:15:51.904Z Downloaded poly1305 v0.8.0
2882026-08-28T22:15:51.904Z Downloaded half v1.8.3
2892026-08-28T22:15:51.904Z Downloaded httptest v0.16.4
2902026-08-28T22:15:51.910Z Downloaded ctr v0.10.1
2912026-08-28T22:15:51.910Z Downloaded predicates v3.1.4
2922026-08-28T22:15:51.910Z Downloaded darling v0.20.11
2932026-08-28T22:15:51.910Z Downloaded openssl-probe v0.1.6
2942026-08-28T22:15:51.914Z Downloaded scopeguard v1.2.0
2952026-08-28T22:15:51.914Z Downloaded colored v3.1.1
2962026-08-28T22:15:51.914Z Downloaded darling v0.23.0
2972026-08-28T22:15:51.917Z Downloaded clap_derive v4.6.1
2982026-08-28T22:15:51.917Z Downloaded defmt v1.0.1
2992026-08-28T22:15:51.917Z Downloaded heapless v0.8.0
3002026-08-28T22:15:51.922Z Downloaded hyper-rustls v0.27.7
3012026-08-28T22:15:51.922Z Downloaded diesel-dtrace v0.5.0
3022026-08-28T22:15:51.922Z Downloaded darling v0.21.3
3032026-08-28T22:15:51.925Z Downloaded pem-rfc7468 v0.7.0
3042026-08-28T22:15:51.925Z Downloaded primefield v0.14.0
3052026-08-28T22:15:51.930Z Downloaded anyhow v1.0.104
3062026-08-28T22:15:51.933Z Downloaded datatest-stable v0.3.3
3072026-08-28T22:15:51.937Z Downloaded similar-asserts v1.7.0
3082026-08-28T22:15:51.937Z Downloaded hickory-client v0.25.2
3092026-08-28T22:15:51.940Z Downloaded predicates-core v1.0.10
3102026-08-28T22:15:51.940Z Downloaded crc32fast v1.5.0
3112026-08-28T22:15:51.940Z Downloaded crossbeam-channel v0.5.15
3122026-08-28T22:15:51.943Z Downloaded hybrid-array v0.4.13
3132026-08-28T22:15:51.943Z Downloaded backon v1.6.0
3142026-08-28T22:15:51.947Z Downloaded quote v1.0.45
3152026-08-28T22:15:51.950Z Downloaded slog-envlogger v2.2.0
3162026-08-28T22:15:51.950Z Downloaded strip-ansi-escapes v0.2.1
3172026-08-28T22:15:51.950Z Downloaded strsim v0.10.0
3182026-08-28T22:15:51.950Z Downloaded structmeta v0.3.0
3192026-08-28T22:15:51.950Z Downloaded supports-hyperlinks v3.2.0
3202026-08-28T22:15:51.955Z Downloaded cexpr v0.6.0
3212026-08-28T22:15:51.955Z Downloaded rand_chacha v0.9.0
3222026-08-28T22:15:51.956Z Downloaded relative-path v1.9.3
3232026-08-28T22:15:51.959Z Downloaded resolv-conf v0.7.6
3242026-08-28T22:15:51.959Z Downloaded rpassword v7.5.4
3252026-08-28T22:15:51.959Z Downloaded autocfg v1.5.0
3262026-08-28T22:15:51.959Z Downloaded ingot-macros v0.2.0
3272026-08-28T22:15:51.959Z Downloaded sec1 v0.7.3
3282026-08-28T22:15:51.962Z Downloaded serde-hex v0.1.0
3292026-08-28T22:15:51.962Z Downloaded supports-unicode v2.1.0
3302026-08-28T22:15:51.962Z Downloaded psm v0.1.30
3312026-08-28T22:15:51.962Z Downloaded thread-id v5.1.0
3322026-08-28T22:15:51.966Z Downloaded tower-service v0.3.3
3332026-08-28T22:15:51.969Z Downloaded pkcs8 v0.11.0
3342026-08-28T22:15:51.969Z Downloaded sync_wrapper v1.0.2
3352026-08-28T22:15:51.969Z Downloaded tap v1.0.1
3362026-08-28T22:15:51.969Z Downloaded terminal_size v0.1.17
3372026-08-28T22:15:51.979Z Downloaded crc-any v2.5.0
3382026-08-28T22:15:51.983Z Downloaded darling_core v0.13.4
3392026-08-28T22:15:51.983Z Downloaded clap v4.6.1
3402026-08-28T22:15:51.987Z Downloaded console v0.15.11
3412026-08-28T22:15:51.990Z Downloaded derive-where v1.6.0
3422026-08-28T22:15:51.990Z Downloaded cancel-safe-futures v0.1.5
3432026-08-28T22:15:51.993Z Downloaded argon2 v0.6.0-rc.8
3442026-08-28T22:15:51.996Z Downloaded unicode-xid v0.2.6
3452026-08-28T22:15:51.999Z Downloaded toml_write v0.1.2
3462026-08-28T22:15:51.999Z Downloaded unicode-linebreak v0.1.5
3472026-08-28T22:15:51.999Z Downloaded darling_core v0.20.11
3482026-08-28T22:15:52.003Z Downloaded usdt v0.5.0
3492026-08-28T22:15:52.003Z Downloaded pest_generator v2.8.6
3502026-08-28T22:15:52.006Z Downloaded postgres-types v0.2.12
3512026-08-28T22:15:52.006Z Downloaded strsim v0.11.1
3522026-08-28T22:15:52.006Z Downloaded spki v0.7.3
3532026-08-28T22:15:52.010Z Downloaded ssh-encoding v0.3.0
3542026-08-28T22:15:52.010Z Downloaded slog-json v2.6.1
3552026-08-28T22:15:52.010Z Downloaded smf v0.2.3
3562026-08-28T22:15:52.015Z Downloaded snafu-derive v0.8.9
3572026-08-28T22:15:52.015Z Downloaded usdt-macro v0.6.0
3582026-08-28T22:15:52.015Z Downloaded zerofrom-derive v0.1.6
3592026-08-28T22:15:52.015Z Downloaded utf-8 v0.7.6
3602026-08-28T22:15:52.016Z Downloaded yoke-derive v0.8.1
3612026-08-28T22:15:52.016Z Downloaded version_check v0.9.5
3622026-08-28T22:15:52.016Z Downloaded digest-io v0.1.0
3632026-08-28T22:15:52.016Z Downloaded dirs-next v2.0.0
3642026-08-28T22:15:52.019Z Downloaded oxide-update-engine-types v0.1.2
3652026-08-28T22:15:52.019Z Downloaded parking_lot v0.11.2
3662026-08-28T22:15:52.019Z Downloaded parking_lot v0.12.5
3672026-08-28T22:15:52.019Z Downloaded indexmap v1.9.3
3682026-08-28T22:15:52.023Z Downloaded dtrace-parser v0.3.0
3692026-08-28T22:15:52.024Z Downloaded dunce v1.0.5
3702026-08-28T22:15:52.024Z Downloaded serde_derive_internals v0.29.1
3712026-08-28T22:15:52.025Z Downloaded termcolor v1.4.1
3722026-08-28T22:15:52.028Z Downloaded target-spec v3.5.7
3732026-08-28T22:15:52.028Z Downloaded thread_local v1.1.9
3742026-08-28T22:15:52.028Z Downloaded tokio-tungstenite v0.21.0
3752026-08-28T22:15:52.028Z Downloaded ignore v0.4.25
3762026-08-28T22:15:52.028Z Downloaded iana-time-zone v0.1.65
3772026-08-28T22:15:52.031Z Downloaded embedded-io v0.4.0
3782026-08-28T22:15:52.031Z Downloaded icu_properties v2.1.2
3792026-08-28T22:15:52.035Z Downloaded escape8259 v0.5.3
3802026-08-28T22:15:52.035Z Downloaded fd-lock v4.0.4
3812026-08-28T22:15:52.035Z Downloaded form_urlencoded v1.2.2
3822026-08-28T22:15:52.035Z Downloaded foreign-types-shared v0.3.1
3832026-08-28T22:15:52.035Z Downloaded generic-array v0.14.7
3842026-08-28T22:15:52.039Z Downloaded compact_str v0.8.1
3852026-08-28T22:15:52.042Z Downloaded icu_provider v2.1.1
3862026-08-28T22:15:52.042Z Downloaded darling_core v0.21.3
3872026-08-28T22:15:52.045Z Downloaded darling_core v0.23.0
3882026-08-28T22:15:52.048Z Downloaded const_format v0.2.35
3892026-08-28T22:15:52.048Z Downloaded derive_more v0.99.20
3902026-08-28T22:15:52.051Z Downloaded synstructure v0.13.2
3912026-08-28T22:15:52.051Z Downloaded endian-type v0.1.2
3922026-08-28T22:15:52.054Z Downloaded const-oid v0.10.2
3932026-08-28T22:15:52.055Z Downloaded blake2 v0.11.0-rc.6
3942026-08-28T22:15:52.055Z Downloaded bitflags v2.11.0
3952026-08-28T22:15:52.058Z Downloaded hickory-resolver v0.24.4
3962026-08-28T22:15:52.061Z Downloaded fnv v1.0.7
3972026-08-28T22:15:52.061Z Downloaded foreign-types v0.5.0
3982026-08-28T22:15:52.061Z Downloaded indicatif v0.18.4
3992026-08-28T22:15:52.064Z Downloaded oso v0.27.3
4002026-08-28T22:15:52.067Z Downloaded keccak v0.1.6
4012026-08-28T22:15:52.070Z Downloaded jiff-static v0.2.34
4022026-08-28T22:15:52.073Z Downloaded semver v1.0.28
4032026-08-28T22:15:52.077Z Downloaded vergen-git2 v9.1.0
4042026-08-28T22:15:52.077Z Downloaded whoami v1.6.1
4052026-08-28T22:15:52.080Z Downloaded xshell v0.2.7
4062026-08-28T22:15:52.080Z Downloaded linkme-impl v0.3.35
4072026-08-28T22:15:52.081Z Downloaded md5 v0.8.0
4082026-08-28T22:15:52.081Z Downloaded zeroize v1.9.0
4092026-08-28T22:15:52.087Z Downloaded libscf-sys v1.2.0
4102026-08-28T22:15:52.087Z Downloaded papergrid v0.11.0
4112026-08-28T22:15:52.087Z Downloaded memoffset v0.9.1
4122026-08-28T22:15:52.091Z Downloaded serdect v0.4.3
4132026-08-28T22:15:52.091Z Downloaded mime v0.3.17
4142026-08-28T22:15:52.094Z Downloaded thiserror v1.0.69
4152026-08-28T22:15:52.094Z Downloaded downcast-rs v2.0.2
4162026-08-28T22:15:52.097Z Downloaded num-iter v0.1.45
4172026-08-28T22:15:52.097Z Downloaded headers v0.4.1
4182026-08-28T22:15:52.100Z Downloaded icu_locale_core v2.1.1
4192026-08-28T22:15:52.103Z Downloaded icu_normalizer v2.1.1
4202026-08-28T22:15:52.106Z Downloaded newtype-uuid-macros v0.1.0
4212026-08-28T22:15:52.106Z Downloaded nonempty v0.12.0
4222026-08-28T22:15:52.110Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4232026-08-28T22:15:52.110Z Downloaded der v0.7.10
4242026-08-28T22:15:52.113Z Downloaded derive_more v2.1.1
4252026-08-28T22:15:52.119Z Downloaded crypto-bigint v0.5.5
4262026-08-28T22:15:52.122Z Downloaded signal-hook v0.3.18
4272026-08-28T22:15:52.125Z Downloaded env_logger v0.11.11
4282026-08-28T22:15:52.125Z Downloaded assert-json-diff v2.0.2
4292026-08-28T22:15:52.129Z Downloaded bcrypt-pbkdf v0.11.0
4302026-08-28T22:15:52.130Z Downloaded fs-err v2.11.0
4312026-08-28T22:15:52.130Z Downloaded globset v0.4.18
4322026-08-28T22:15:52.130Z Downloaded packed_struct_codegen v0.10.1
4332026-08-28T22:15:52.130Z Downloaded parse-size v1.1.0
4342026-08-28T22:15:52.133Z Downloaded find-msvc-tools v0.1.9
4352026-08-28T22:15:52.136Z Downloaded libefi-sys v0.1.0
4362026-08-28T22:15:52.139Z Downloaded jobserver v0.1.34
4372026-08-28T22:15:52.143Z Downloaded oxide-generation-macros v0.2.0
4382026-08-28T22:15:52.146Z Downloaded phf_shared v0.11.3
4392026-08-28T22:15:52.146Z Downloaded precomputed-hash v0.1.1
4402026-08-28T22:15:52.149Z Downloaded crossterm v0.29.0
4412026-08-28T22:15:52.153Z Downloaded path-slash v0.1.5
4422026-08-28T22:15:52.156Z Downloaded wyz v0.5.1
4432026-08-28T22:15:52.156Z Downloaded linkme v0.3.35
4442026-08-28T22:15:52.156Z Downloaded miette-derive v7.6.0
4452026-08-28T22:15:52.159Z Downloaded progenitor-macro v0.14.0
4462026-08-28T22:15:52.159Z Downloaded schemars v0.8.22
4472026-08-28T22:15:52.164Z Downloaded quick-error v1.2.3
4482026-08-28T22:15:52.167Z Downloaded rand_xorshift v0.4.0
4492026-08-28T22:15:52.167Z Downloaded maplit v1.0.2
4502026-08-28T22:15:52.167Z Downloaded toml_parser v1.1.2+spec-1.1.0
4512026-08-28T22:15:52.170Z Downloaded fs-err v3.3.0
4522026-08-28T22:15:52.170Z Downloaded prettyplease v0.2.37
4532026-08-28T22:15:52.173Z Downloaded twox-hash v2.1.2
4542026-08-28T22:15:52.173Z Downloaded rand_distr v0.5.1
4552026-08-28T22:15:52.173Z Downloaded serde_derive v1.0.228
4562026-08-28T22:15:52.176Z Downloaded textwrap v0.16.2
4572026-08-28T22:15:52.179Z Downloaded newtype-uuid v1.3.2
4582026-08-28T22:15:52.180Z Downloaded proc-macro2 v1.0.106
4592026-08-28T22:15:52.180Z Downloaded serde_yaml v0.9.34+deprecated
4602026-08-28T22:15:52.183Z Downloaded mime_guess v2.0.5
4612026-08-28T22:15:52.183Z Downloaded event-listener v5.4.1
4622026-08-28T22:15:52.187Z Downloaded proc-macro-error-attr2 v2.0.0
4632026-08-28T22:15:52.187Z Downloaded zerocopy v0.6.6
4642026-08-28T22:15:52.187Z Downloaded recursive-proc-macro-impl v0.1.1
4652026-08-28T22:15:52.187Z Downloaded num_enum v0.7.6
4662026-08-28T22:15:52.191Z Downloaded array-init v0.0.4
4672026-08-28T22:15:52.191Z Downloaded backoff v0.4.0
4682026-08-28T22:15:52.191Z Downloaded rfc6979 v0.6.0
4692026-08-28T22:15:52.191Z Downloaded slog v2.8.2
4702026-08-28T22:15:52.194Z Downloaded serde-big-array v0.5.1
4712026-08-28T22:15:52.194Z Downloaded scroll_derive v0.12.1
4722026-08-28T22:15:52.197Z Downloaded derive_more-impl v2.1.1
4732026-08-28T22:15:52.197Z Downloaded diesel_derives v2.3.7
4742026-08-28T22:15:52.201Z Downloaded unicode-ident v1.0.24
4752026-08-28T22:15:52.204Z Downloaded bitflags v1.3.2
4762026-08-28T22:15:52.207Z Downloaded siphasher v1.0.2
4772026-08-28T22:15:52.207Z Downloaded litemap v0.8.1
4782026-08-28T22:15:52.210Z Downloaded async-recursion v1.1.1
4792026-08-28T22:15:52.211Z Downloaded criterion v0.7.0
4802026-08-28T22:15:52.215Z Downloaded icu_collections v2.1.1
4812026-08-28T22:15:52.218Z Downloaded same-file v1.0.6
4822026-08-28T22:15:52.218Z Downloaded tinyvec v1.10.0
4832026-08-28T22:15:52.221Z Downloaded hickory-server v0.25.2
4842026-08-28T22:15:52.224Z Downloaded cassowary v0.3.0
4852026-08-28T22:15:52.224Z Downloaded heapless v0.7.17
4862026-08-28T22:15:52.224Z Downloaded packed_struct v0.10.1
4872026-08-28T22:15:52.227Z Downloaded path-tree v0.8.3
4882026-08-28T22:15:52.227Z Downloaded stable_deref_trait v1.2.1
4892026-08-28T22:15:52.227Z Downloaded oxide-generation v0.1.3
4902026-08-28T22:15:52.227Z Downloaded serde_urlencoded v0.7.1
4912026-08-28T22:15:52.227Z Downloaded supports-color v2.1.0
4922026-08-28T22:15:52.230Z Downloaded pkg-config v0.3.32
4932026-08-28T22:15:52.230Z Downloaded ppv-lite86 v0.2.21
4942026-08-28T22:15:52.230Z Downloaded proc-macro-crate v1.3.1
4952026-08-28T22:15:52.230Z Downloaded strum v0.27.2
4962026-08-28T22:15:52.230Z Downloaded ryu v1.0.23
4972026-08-28T22:15:52.233Z Downloaded signature v2.2.0
4982026-08-28T22:15:52.233Z Downloaded bcs v0.1.6
4992026-08-28T22:15:52.233Z Downloaded progenitor-client v0.13.0
5002026-08-28T22:15:52.233Z Downloaded rsa v0.9.10
5012026-08-28T22:15:52.236Z Downloaded testing_table v0.3.0
5022026-08-28T22:15:52.236Z Downloaded time-core v0.1.8
5032026-08-28T22:15:52.239Z Downloaded hashbrown v0.13.2
5042026-08-28T22:15:52.239Z Downloaded guppy v0.17.25
5052026-08-28T22:15:52.242Z Downloaded toml v0.8.23
5062026-08-28T22:15:52.245Z Downloaded bytecount v0.6.9
5072026-08-28T22:15:52.246Z Downloaded ahash v0.8.12
5082026-08-28T22:15:52.246Z Downloaded async-lock v3.4.2
5092026-08-28T22:15:52.249Z Downloaded tungstenite v0.21.0
5102026-08-28T22:15:52.249Z Downloaded russh-cryptovec v0.62.0
5112026-08-28T22:15:52.249Z Downloaded scrypt v0.12.0
5122026-08-28T22:15:52.252Z Downloaded serde_path_to_error v0.1.20
5132026-08-28T22:15:52.252Z Downloaded tagptr v0.2.0
5142026-08-28T22:15:52.252Z Downloaded take_mut v0.2.2
5152026-08-28T22:15:52.252Z Downloaded terminal_size v0.4.3
5162026-08-28T22:15:52.257Z Downloaded getrandom v0.4.3
5172026-08-28T22:15:52.260Z Downloaded cfg-expr v0.20.6
5182026-08-28T22:15:52.260Z Downloaded hyper-util v0.1.20
5192026-08-28T22:15:52.264Z Downloaded slab v0.4.12
5202026-08-28T22:15:52.264Z Downloaded icu_normalizer_data v2.1.1
5212026-08-28T22:15:52.267Z Downloaded trait-variant v0.1.2
5222026-08-28T22:15:52.267Z Downloaded universal-hash v0.5.1
5232026-08-28T22:15:52.267Z Downloaded internal-russh-num-bigint v0.5.0
5242026-08-28T22:15:52.271Z Downloaded crypto-primes v0.7.2
5252026-08-28T22:15:52.275Z Downloaded dof v0.4.0
5262026-08-28T22:15:52.279Z Downloaded getrandom v0.3.4
5272026-08-28T22:15:52.279Z Downloaded zopfli v0.8.3
5282026-08-28T22:15:52.282Z Downloaded ciborium v0.2.2
5292026-08-28T22:15:52.282Z Downloaded stringmetrics v2.2.2
5302026-08-28T22:15:52.282Z Downloaded indexmap v2.14.0
5312026-08-28T22:15:52.285Z Downloaded rand v0.8.6
5322026-08-28T22:15:52.286Z Downloaded embedded-io v0.6.1
5332026-08-28T22:15:52.286Z Downloaded untrusted v0.9.0
5342026-08-28T22:15:52.289Z Downloaded wait-timeout v0.2.1
5352026-08-28T22:15:52.289Z Downloaded zone_cfg_derive v0.3.1
5362026-08-28T22:15:52.292Z Downloaded display-error-chain v0.2.2
5372026-08-28T22:15:52.292Z Downloaded errno v0.3.14
5382026-08-28T22:15:52.292Z Downloaded event-listener-strategy v0.5.4
5392026-08-28T22:15:52.295Z Downloaded flagset v0.4.7
5402026-08-28T22:15:52.295Z Downloaded dsl_auto_type v0.2.0
5412026-08-28T22:15:52.295Z Downloaded blake2 v0.10.6
5422026-08-28T22:15:52.295Z Downloaded pkcs1 v0.7.5
5432026-08-28T22:15:52.299Z Downloaded serde_tokenstream v0.3.0
5442026-08-28T22:15:52.299Z Downloaded shlex v1.3.0
5452026-08-28T22:15:52.299Z Downloaded zip v0.6.6
5462026-08-28T22:15:52.303Z Downloaded drift v0.2.0
5472026-08-28T22:15:52.306Z Downloaded hashbrown v0.15.5
5482026-08-28T22:15:52.309Z Downloaded slog-term v2.9.2
5492026-08-28T22:15:52.313Z Downloaded rustls-pki-types v1.14.0
5502026-08-28T22:15:52.313Z Downloaded rusty-fork v0.3.1
5512026-08-28T22:15:52.313Z Downloaded futures-macro v0.3.32
5522026-08-28T22:15:52.317Z Downloaded tungstenite v0.23.0
5532026-08-28T22:15:52.317Z Downloaded toml_writer v1.1.1+spec-1.1.0
5542026-08-28T22:15:52.321Z Downloaded crossterm v0.28.1
5552026-08-28T22:15:52.321Z Downloaded tls_codec_derive v0.4.2
5562026-08-28T22:15:52.326Z Downloaded vte v0.14.1
5572026-08-28T22:15:52.326Z Downloaded der v0.8.0
5582026-08-28T22:15:52.329Z Downloaded diff v0.1.13
5592026-08-28T22:15:52.329Z Downloaded aes v0.9.1
5602026-08-28T22:15:52.329Z Downloaded sha2 v0.11.0
5612026-08-28T22:15:52.333Z Downloaded publicsuffix v2.3.0
5622026-08-28T22:15:52.333Z Downloaded typify-macro v0.6.2
5632026-08-28T22:15:52.333Z Downloaded usdt-impl v0.6.0
5642026-08-28T22:15:52.336Z Downloaded allocator-api2 v0.2.21
5652026-08-28T22:15:52.336Z Downloaded steno v0.4.1
5662026-08-28T22:15:52.339Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5672026-08-28T22:15:52.339Z Downloaded managed v0.8.0
5682026-08-28T22:15:52.339Z Downloaded match_cfg v0.1.0
5692026-08-28T22:15:52.339Z Downloaded usdt-impl v0.5.0
5702026-08-28T22:15:52.339Z Downloaded unicode_categories v0.1.1
5712026-08-28T22:15:52.342Z Downloaded itoa v1.0.17
5722026-08-28T22:15:52.342Z Downloaded lazy_static v1.5.0
5732026-08-28T22:15:52.342Z Downloaded lru-slab v0.1.2
5742026-08-28T22:15:52.345Z Downloaded maybe-uninit v2.0.0
5752026-08-28T22:15:52.345Z Downloaded nodrop v0.1.14
5762026-08-28T22:15:52.351Z Downloaded vergen-gitcl v1.0.8
5772026-08-28T22:15:52.354Z Downloaded arrayref v0.3.9
5782026-08-28T22:15:52.357Z Downloaded ena v0.14.4
5792026-08-28T22:15:52.360Z Downloaded base16ct v0.2.0
5802026-08-28T22:15:52.360Z Downloaded bitfield-macros v0.19.4
5812026-08-28T22:15:52.360Z Downloaded block-buffer v0.10.4
5822026-08-28T22:15:52.363Z Downloaded zstd v0.13.3
5832026-08-28T22:15:52.363Z Downloaded ciborium-io v0.2.2
5842026-08-28T22:15:52.367Z Downloaded foldhash v0.1.5
5852026-08-28T22:15:52.367Z Downloaded foreign-types-shared v0.1.1
5862026-08-28T22:15:52.367Z Downloaded ciborium-ll v0.2.2
5872026-08-28T22:15:52.372Z Downloaded tokio-postgres v0.7.16
5882026-08-28T22:15:52.375Z Downloaded h2 v0.4.15
5892026-08-28T22:15:52.375Z Downloaded rstest v0.25.0
5902026-08-28T22:15:52.378Z Downloaded fs_extra v1.3.0
5912026-08-28T22:15:52.383Z Downloaded cfg-if v1.0.4
5922026-08-28T22:15:52.383Z Downloaded openssl-probe v0.2.1
5932026-08-28T22:15:52.383Z Downloaded tokio-rustls v0.26.4
5942026-08-28T22:15:52.383Z Downloaded ff v0.14.0
5952026-08-28T22:15:52.386Z Downloaded parse-display v0.10.0
5962026-08-28T22:15:52.386Z Downloaded openssl-macros v0.1.1
5972026-08-28T22:15:52.386Z Downloaded phf_shared v0.13.1
5982026-08-28T22:15:52.386Z Downloaded plotters-backend v0.3.7
5992026-08-28T22:15:52.391Z Downloaded psl-types v2.0.11
6002026-08-28T22:15:52.394Z Downloaded rand_chacha v0.3.1
6012026-08-28T22:15:52.394Z Downloaded git-stub-vcs v0.1.0
6022026-08-28T22:15:52.394Z Downloaded itertools v0.10.5
6032026-08-28T22:15:52.397Z Downloaded serde_with v1.14.0
6042026-08-28T22:15:52.401Z Downloaded kstat-rs v0.2.5
6052026-08-28T22:15:52.405Z Downloaded ucd-trie v0.1.7
6062026-08-28T22:15:52.405Z Downloaded proc-macro-error-attr v1.0.4
6072026-08-28T22:15:52.405Z Downloaded vergen v9.1.0
6082026-08-28T22:15:52.405Z Downloaded hashbrown v0.14.5
6092026-08-28T22:15:52.408Z Downloaded multer v3.1.0
6102026-08-28T22:15:52.413Z Downloaded chumsky v0.9.3
6112026-08-28T22:15:52.416Z Downloaded yasna v0.5.2
6122026-08-28T22:15:52.419Z Downloaded module-lattice v0.2.3
6132026-08-28T22:15:52.419Z Downloaded num_enum_derive v0.7.6
6142026-08-28T22:15:52.422Z Downloaded num_threads v0.1.7
6152026-08-28T22:15:52.422Z Downloaded anstyle-parse v0.2.7
6162026-08-28T22:15:52.422Z Downloaded recursive v0.1.1
6172026-08-28T22:15:52.422Z Downloaded sapling-renderdag v0.1.0
6182026-08-28T22:15:52.425Z Downloaded serde_bytes v0.11.19
6192026-08-28T22:15:52.425Z Downloaded rtoolbox v0.0.3
6202026-08-28T22:15:52.425Z Downloaded seq-macro v0.3.6
6212026-08-28T22:15:52.425Z Downloaded arrayvec v0.7.6
6222026-08-28T22:15:52.428Z Downloaded poly1305 v0.9.0
6232026-08-28T22:15:52.429Z Downloaded scheduled-thread-pool v0.2.7
6242026-08-28T22:15:52.429Z Downloaded bytes v1.11.1
6252026-08-28T22:15:52.432Z Downloaded signal-hook-tokio v0.3.1
6262026-08-28T22:15:52.432Z Downloaded cargo_metadata v0.23.1
6272026-08-28T22:15:52.435Z Downloaded smawk v0.3.2
6282026-08-28T22:15:52.438Z Downloaded rustyline v14.0.0
6292026-08-28T22:15:52.441Z Downloaded thiserror-impl-no-std v2.0.2
6302026-08-28T22:15:52.445Z Downloaded pem v3.0.6
6312026-08-28T22:15:52.449Z Downloaded subtle v2.6.1
6322026-08-28T22:15:52.452Z Downloaded textwrap v0.15.2
6332026-08-28T22:15:52.455Z Downloaded paste v1.0.15
6342026-08-28T22:15:52.458Z Downloaded getrandom v0.2.17
6352026-08-28T22:15:52.461Z Downloaded phf v0.13.1
6362026-08-28T22:15:52.461Z Downloaded try-lock v0.2.5
6372026-08-28T22:15:52.461Z Downloaded utf8_iter v1.0.4
6382026-08-28T22:15:52.461Z Downloaded itertools v0.12.1
6392026-08-28T22:15:52.468Z Downloaded postgres-protocol v0.6.10
6402026-08-28T22:15:52.471Z Downloaded primeorder v0.13.6
6412026-08-28T22:15:52.474Z Downloaded tokio-macros v2.7.0
6422026-08-28T22:15:52.477Z Downloaded unit-prefix v0.5.2
6432026-08-28T22:15:52.478Z Downloaded usdt v0.6.0
6442026-08-28T22:15:52.478Z Downloaded hashbrown v0.17.0
6452026-08-28T22:15:52.482Z Downloaded progenitor-extras v0.2.0
6462026-08-28T22:15:52.485Z Downloaded rand_core v0.10.0
6472026-08-28T22:15:52.485Z Downloaded rustversion v1.0.22
6482026-08-28T22:15:52.485Z Downloaded dof v0.3.0
6492026-08-28T22:15:52.489Z Downloaded secrecy v0.8.0
6502026-08-28T22:15:52.492Z Downloaded litrs v1.0.0
6512026-08-28T22:15:52.492Z Downloaded chacha20poly1305 v0.10.1
6522026-08-28T22:15:52.496Z Downloaded openssl-sys v0.9.117
6532026-08-28T22:15:52.496Z Downloaded cc v1.2.56
6542026-08-28T22:15:52.500Z Downloaded url v2.5.8
6552026-08-28T22:15:52.500Z Downloaded yoke v0.8.1
6562026-08-28T22:15:52.500Z Downloaded dropshot_endpoint v0.17.1
6572026-08-28T22:15:52.504Z Downloaded goblin v0.8.2
6582026-08-28T22:15:52.507Z Downloaded snafu v0.8.9
6592026-08-28T22:15:52.510Z Downloaded num-rational v0.4.2
6602026-08-28T22:15:52.510Z Downloaded slog-async v2.8.0
6612026-08-28T22:15:52.510Z Downloaded linked-hash-map v0.5.6
6622026-08-28T22:15:52.511Z Downloaded subprocess v0.2.15
6632026-08-28T22:15:52.514Z Downloaded env_filter v2.0.0
6642026-08-28T22:15:52.514Z Downloaded float-cmp v0.10.0
6652026-08-28T22:15:52.514Z Downloaded futures-core v0.3.32
6662026-08-28T22:15:52.517Z Downloaded strum_macros v0.24.3
6672026-08-28T22:15:52.517Z Downloaded topological-sort v0.2.2
6682026-08-28T22:15:52.517Z Downloaded ssh-cipher v0.3.0
6692026-08-28T22:15:52.517Z Downloaded target-lexicon v0.13.3
6702026-08-28T22:15:52.520Z Downloaded thiserror-no-std v2.0.2
6712026-08-28T22:15:52.520Z Downloaded spki v0.8.0
6722026-08-28T22:15:52.525Z Downloaded strum_macros v0.26.4
6732026-08-28T22:15:52.525Z Downloaded float-ord v0.3.2
6742026-08-28T22:15:52.525Z Downloaded git-stub v1.0.0
6752026-08-28T22:15:52.525Z Downloaded lru-cache v0.1.2
6762026-08-28T22:15:52.525Z Downloaded nested v0.1.1
6772026-08-28T22:15:52.528Z Downloaded nibble_vec v0.1.0
6782026-08-28T22:15:52.528Z Downloaded strum_macros v0.27.2
6792026-08-28T22:15:52.528Z Downloaded minimal-lexical v0.2.1
6802026-08-28T22:15:52.528Z Downloaded ed25519-dalek v3.0.0
6812026-08-28T22:15:52.536Z Downloaded flate2 v1.1.9
6822026-08-28T22:15:52.540Z Downloaded thiserror v2.0.18
6832026-08-28T22:15:52.540Z Downloaded icu_properties_data v2.1.2
6842026-08-28T22:15:52.543Z Downloaded hashbrown v0.16.1
6852026-08-28T22:15:52.546Z Downloaded itertools v0.14.0
6862026-08-28T22:15:52.549Z Downloaded unicase v2.9.0
6872026-08-28T22:15:52.549Z Downloaded uzers v0.12.2
6882026-08-28T22:15:52.549Z Downloaded whoami v2.1.0
6892026-08-28T22:15:52.552Z Downloaded num_enum_derive v0.5.11
6902026-08-28T22:15:52.552Z Downloaded iri-string v0.7.10
6912026-08-28T22:15:52.555Z Downloaded cfg_aliases v0.1.1
6922026-08-28T22:15:52.555Z Downloaded itertools v0.13.0
6932026-08-28T22:15:52.558Z Downloaded schemars v1.2.1
6942026-08-28T22:15:52.569Z Downloaded libbz2-rs-sys v0.2.2
6952026-08-28T22:15:52.574Z Downloaded num-conv v0.2.0
6962026-08-28T22:15:52.574Z Downloaded tokio-dtrace v0.1.1
6972026-08-28T22:15:52.574Z Downloaded block-buffer v0.12.1
6982026-08-28T22:15:52.575Z Downloaded clap_builder v4.6.0
6992026-08-28T22:15:52.578Z Downloaded backtrace-ext v0.2.1
7002026-08-28T22:15:52.578Z Downloaded quinn-udp v0.5.14
7012026-08-28T22:15:52.578Z Downloaded idna v1.1.0
7022026-08-28T22:15:52.578Z Downloaded aho-corasick v1.1.4
7032026-08-28T22:15:52.581Z Downloaded serde v1.0.228
7042026-08-28T22:15:52.584Z Downloaded serde_tokenstream v0.2.3
7052026-08-28T22:15:52.584Z Downloaded ed25519 v2.2.3
7062026-08-28T22:15:52.584Z Downloaded predicates-tree v1.0.13
7072026-08-28T22:15:52.587Z Downloaded zerotrie v0.2.3
7082026-08-28T22:15:52.587Z Downloaded fallible-iterator v0.2.0
7092026-08-28T22:15:52.587Z Downloaded ff v0.13.1
7102026-08-28T22:15:52.590Z Downloaded percent-encoding v2.3.2
7112026-08-28T22:15:52.590Z Downloaded hkdf v0.13.0
7122026-08-28T22:15:52.590Z Downloaded vsss-rs v3.3.4
7132026-08-28T22:15:52.594Z Downloaded zstd-safe v7.2.4
7142026-08-28T22:15:52.594Z Downloaded term v1.2.1
7152026-08-28T22:15:52.594Z Downloaded rand v0.10.1
7162026-08-28T22:15:52.598Z Downloaded secrecy v0.10.3
7172026-08-28T22:15:52.598Z Downloaded semver v0.1.20
7182026-08-28T22:15:52.598Z Downloaded sha1 v0.11.0
7192026-08-28T22:15:52.601Z Downloaded rand_pcg v0.10.2
7202026-08-28T22:15:52.601Z Downloaded rand v0.9.2
7212026-08-28T22:15:52.607Z Downloaded hyper v1.10.1
7222026-08-28T22:15:52.612Z Downloaded itertools v0.15.0
7232026-08-28T22:15:52.615Z Downloaded nom v7.1.3
7242026-08-28T22:15:52.619Z Downloaded knuffel v3.2.0
7252026-08-28T22:15:52.619Z Downloaded postcard v1.1.3
7262026-08-28T22:15:52.619Z Downloaded supports-color v3.0.2
7272026-08-28T22:15:52.619Z Downloaded sqlparser_derive v0.5.0
7282026-08-28T22:15:52.622Z Downloaded tinyvec_macros v0.1.1
7292026-08-28T22:15:52.622Z Downloaded signal-hook-mio v0.2.5
7302026-08-28T22:15:52.622Z Downloaded tokio-test v0.4.5
7312026-08-28T22:15:52.622Z Downloaded untrusted v0.7.1
7322026-08-28T22:15:52.622Z Downloaded usdt-attr-macro v0.6.0
7332026-08-28T22:15:52.622Z Downloaded peg v0.8.5
7342026-08-28T22:15:52.627Z Downloaded digest v0.11.3
7352026-08-28T22:15:52.627Z Downloaded anstyle-parse v1.0.0
7362026-08-28T22:15:52.627Z Downloaded assert_cmd v2.1.2
7372026-08-28T22:15:52.630Z Downloaded hkdf v0.12.4
7382026-08-28T22:15:52.633Z Downloaded oxide-update-engine v0.1.2
7392026-08-28T22:15:52.636Z Downloaded tabled_derive v0.7.0
7402026-08-28T22:15:52.639Z Downloaded phf v0.12.1
7412026-08-28T22:15:52.639Z Downloaded usdt-attr-macro v0.5.0
7422026-08-28T22:15:52.642Z Downloaded tower-layer v0.3.3
7432026-08-28T22:15:52.642Z Downloaded want v0.3.1
7442026-08-28T22:15:52.642Z Downloaded zerofrom v0.1.6
7452026-08-28T22:15:52.645Z Downloaded ed25519-dalek v2.2.0
7462026-08-28T22:15:52.645Z Downloaded progenitor v0.13.0
7472026-08-28T22:15:52.648Z Downloaded futures-channel v0.3.32
7482026-08-28T22:15:52.648Z Downloaded jiff-core v0.1.0
7492026-08-28T22:15:52.651Z Downloaded globwalk v0.9.1
7502026-08-28T22:15:52.651Z Downloaded xattr v1.6.1
7512026-08-28T22:15:52.651Z Downloaded enum-as-inner v0.6.1
7522026-08-28T22:15:52.656Z Downloaded new_debug_unreachable v1.0.6
7532026-08-28T22:15:52.660Z Downloaded polyval v0.7.1
7542026-08-28T22:15:52.660Z Downloaded primeorder v0.14.0
7552026-08-28T22:15:52.660Z Downloaded ascii-canvas v3.0.0
7562026-08-28T22:15:52.660Z Downloaded rand_core v0.9.5
7572026-08-28T22:15:52.663Z Downloaded papergrid v0.18.0
7582026-08-28T22:15:52.663Z Downloaded document-features v0.2.12
7592026-08-28T22:15:52.666Z Downloaded futures-task v0.3.32
7602026-08-28T22:15:52.669Z Downloaded lzss v0.8.2
7612026-08-28T22:15:52.672Z Downloaded serde_spanned v0.6.9
7622026-08-28T22:15:52.672Z Downloaded unicode-bidi v0.3.18
7632026-08-28T22:15:52.676Z Downloaded atomicwrites v0.4.4
7642026-08-28T22:15:52.676Z Downloaded pest_meta v2.8.6
7652026-08-28T22:15:52.679Z Downloaded parking v2.2.1
7662026-08-28T22:15:52.679Z Downloaded async-bb8-diesel v0.2.1
7672026-08-28T22:15:52.682Z Downloaded p384 v0.13.1
7682026-08-28T22:15:52.685Z Downloaded rawzip v0.4.4
7692026-08-28T22:15:52.688Z Downloaded rustc-demangle v0.1.27
7702026-08-28T22:15:52.688Z Downloaded slog-stdlog v4.1.1
7712026-08-28T22:15:52.688Z Downloaded bb8 v0.8.6
7722026-08-28T22:15:52.688Z Downloaded powerfmt v0.2.0
7732026-08-28T22:15:52.688Z Downloaded num_enum v0.5.11
7742026-08-28T22:15:52.691Z Downloaded string_cache v0.8.9
7752026-08-28T22:15:52.694Z Downloaded time-macros v0.2.27
7762026-08-28T22:15:52.694Z Downloaded simd-adler32 v0.3.8
7772026-08-28T22:15:52.694Z Downloaded portable-atomic v1.13.1
7782026-08-28T22:15:52.700Z Downloaded bzip2 v0.4.4
7792026-08-28T22:15:52.703Z Downloaded bzip2 v0.6.1
7802026-08-28T22:15:52.703Z Downloaded rstest_macros v0.25.0
7812026-08-28T22:15:52.707Z Downloaded parking_lot_core v0.9.12
7822026-08-28T22:15:52.710Z Downloaded plain v0.2.3
7832026-08-28T22:15:52.710Z Downloaded serde_plain v1.0.2
7842026-08-28T22:15:52.713Z Downloaded curve25519-dalek v4.1.3
7852026-08-28T22:15:52.717Z Downloaded potential_utf v0.1.4
7862026-08-28T22:15:52.717Z Downloaded ar_archive_writer v0.5.1
7872026-08-28T22:15:52.720Z Downloaded elliptic-curve v0.14.1
7882026-08-28T22:15:52.720Z Downloaded arc-swap v1.8.2
7892026-08-28T22:15:52.724Z Downloaded generic-array v1.4.3
7902026-08-28T22:15:52.724Z Downloaded sha1 v0.10.6
7912026-08-28T22:15:52.727Z Downloaded supports-unicode v3.0.0
7922026-08-28T22:15:52.727Z Downloaded linear-map v1.2.0
7932026-08-28T22:15:52.731Z Downloaded knus-derive v3.4.0
7942026-08-28T22:15:52.731Z Downloaded bumpalo v3.20.2
7952026-08-28T22:15:52.731Z Downloaded ed25519 v3.0.0
7962026-08-28T22:15:52.734Z Downloaded libxml v0.3.3
7972026-08-28T22:15:52.737Z Downloaded ml-kem v0.3.2
7982026-08-28T22:15:52.740Z Downloaded cbc v0.2.1
7992026-08-28T22:15:52.741Z Downloaded futures-timer v3.0.3
8002026-08-28T22:15:52.741Z Downloaded camino-tempfile v1.4.1
8012026-08-28T22:15:52.744Z Downloaded structmeta-derive v0.3.0
8022026-08-28T22:15:52.744Z Downloaded tabwriter v1.4.1
8032026-08-28T22:15:52.748Z Downloaded anstream v0.6.21
8042026-08-28T22:15:52.793Z Downloaded owo-colors v4.3.0
8052026-08-28T22:15:52.793Z Downloaded rustls-pemfile v2.2.0
8062026-08-28T22:15:52.799Z Downloaded nu-ansi-term v0.50.3
8072026-08-28T22:15:52.799Z Downloaded num-complex v0.4.6
8082026-08-28T22:15:52.799Z Downloaded universal-hash v0.6.1
8092026-08-28T22:15:52.799Z Downloaded zeroize_derive v1.5.0
8102026-08-28T22:15:52.799Z Downloaded wnaf v0.14.0
8112026-08-28T22:15:52.799Z Downloaded futures-io v0.3.32
8122026-08-28T22:15:52.799Z Downloaded dtrace-parser v0.2.0
8132026-08-28T22:15:52.799Z Downloaded toml v0.7.8
8142026-08-28T22:15:52.799Z Downloaded ghash v0.6.0
8152026-08-28T22:15:52.799Z Downloaded tempfile v3.27.0
8162026-08-28T22:15:52.799Z Downloaded unicode-properties v0.1.4
8172026-08-28T22:15:52.799Z Downloaded omicron-zone-package v0.12.3
8182026-08-28T22:15:52.799Z Downloaded progenitor v0.14.0
8192026-08-28T22:15:52.799Z Downloaded rand_core v0.6.4
8202026-08-28T22:15:52.799Z Downloaded rand_seeder v0.4.0
8212026-08-28T22:15:52.799Z Downloaded typed-path v0.9.3
8222026-08-28T22:15:52.800Z Downloaded foreign-types v0.3.2
8232026-08-28T22:15:52.800Z Downloaded peg-runtime v0.8.5
8242026-08-28T22:15:52.800Z Downloaded num v0.4.3
8252026-08-28T22:15:52.800Z Downloaded pest v2.8.6
8262026-08-28T22:15:52.800Z Downloaded slog-bunyan v2.5.0
8272026-08-28T22:15:52.800Z Downloaded memmap2 v0.9.10
8282026-08-28T22:15:52.800Z Downloaded sqlformat v0.3.5
8292026-08-28T22:15:52.800Z Downloaded displaydoc v0.2.5
8302026-08-28T22:15:52.807Z Downloaded async-stream v0.3.6
8312026-08-28T22:15:52.807Z Downloaded thiserror-impl v2.0.18
8322026-08-28T22:15:52.807Z Downloaded sha3 v0.12.0
8332026-08-28T22:15:52.807Z Downloaded tinystr v0.8.2
8342026-08-28T22:15:52.807Z Downloaded knus v3.4.0
8352026-08-28T22:15:52.811Z Downloaded schemars_derive v0.8.22
8362026-08-28T22:15:52.811Z Downloaded atty v0.2.14
8372026-08-28T22:15:52.811Z Downloaded once_cell v1.21.3
8382026-08-28T22:15:52.814Z Downloaded tinytemplate v1.2.1
8392026-08-28T22:15:52.814Z Downloaded cast v0.3.0
8402026-08-28T22:15:52.814Z Downloaded ref-cast-impl v1.0.25
8412026-08-28T22:15:52.817Z Downloaded foldhash v0.2.0
8422026-08-28T22:15:52.821Z Downloaded swrite v0.1.0
8432026-08-28T22:15:52.821Z Downloaded toml_datetime v0.6.11
8442026-08-28T22:15:52.821Z Downloaded nom v8.0.0
8452026-08-28T22:15:52.824Z Downloaded aes-gcm v0.11.0
8462026-08-28T22:15:52.828Z Downloaded test-strategy v0.4.5
8472026-08-28T22:15:52.834Z Downloaded serde_repr v0.1.20
8482026-08-28T22:15:52.834Z Downloaded filetime v0.2.27
8492026-08-28T22:15:52.834Z Downloaded either v1.15.0
8502026-08-28T22:15:52.837Z Downloaded unicode-truncate v1.1.0
8512026-08-28T22:15:52.837Z Downloaded void v1.0.2
8522026-08-28T22:15:52.843Z Downloaded tower v0.5.3
8532026-08-28T22:15:52.847Z Downloaded target-triple v1.0.0
8542026-08-28T22:15:52.851Z Downloaded writeable v0.6.2
8552026-08-28T22:15:52.851Z Downloaded libtest-mimic v0.8.1
8562026-08-28T22:15:52.851Z Downloaded lock_api v0.4.14
8572026-08-28T22:15:52.854Z Downloaded miette-derive v5.10.0
8582026-08-28T22:15:52.854Z Downloaded xshell-macros v0.2.7
8592026-08-28T22:15:52.854Z Downloaded anes v0.1.6
8602026-08-28T22:15:52.857Z Downloaded difflib v0.4.0
8612026-08-28T22:15:52.857Z Downloaded fastrand v2.3.0
8622026-08-28T22:15:52.857Z Downloaded keccak v0.2.0
8632026-08-28T22:15:52.857Z Downloaded pkcs5 v0.8.1
8642026-08-28T22:15:52.862Z Downloaded dyn-clone v1.0.20
8652026-08-28T22:15:52.862Z Downloaded fxhash v0.2.1
8662026-08-28T22:15:52.862Z Downloaded fatfs v0.3.6
8672026-08-28T22:15:52.866Z Downloaded yansi v1.0.1
8682026-08-28T22:15:52.866Z Downloaded serde_with_macros v3.21.0
8692026-08-28T22:15:52.866Z Downloaded smallvec v1.15.1
8702026-08-28T22:15:52.866Z Downloaded libloading v0.8.9
8712026-08-28T22:15:52.872Z Downloaded native-tls v0.2.18
8722026-08-28T22:15:52.872Z Downloaded bs58 v0.5.1
8732026-08-28T22:15:52.872Z Downloaded proc-macro-error2 v2.0.1
8742026-08-28T22:15:52.878Z Downloaded foreign-types-macros v0.2.3
8752026-08-28T22:15:52.878Z Downloaded bit-vec v0.6.3
8762026-08-28T22:15:52.878Z Downloaded scroll v0.12.0
8772026-08-28T22:15:52.878Z Downloaded regex v1.12.3
8782026-08-28T22:15:52.878Z Downloaded parse-display-derive v0.10.0
8792026-08-28T22:15:52.882Z Downloaded cipher v0.4.4
8802026-08-28T22:15:52.882Z Downloaded lru v0.12.5
8812026-08-28T22:15:52.882Z Downloaded newline-converter v0.3.0
8822026-08-28T22:15:52.882Z Downloaded iddqd v0.4.2
8832026-08-28T22:15:52.885Z Downloaded pretty-hex v0.4.1
8842026-08-28T22:15:52.889Z Downloaded proc-macro-crate v3.4.0
8852026-08-28T22:15:52.889Z Downloaded rfc6979 v0.4.0
8862026-08-28T22:15:52.889Z Downloaded slog-dtrace v0.3.0
8872026-08-28T22:15:52.892Z Downloaded trybuild v1.0.116
8882026-08-28T22:15:52.892Z Downloaded tokio-util v0.7.18
8892026-08-28T22:15:52.895Z Downloaded async-stream-impl v0.3.6
8902026-08-28T22:15:52.899Z Downloaded castaway v0.2.4
8912026-08-28T22:15:52.899Z Downloaded tokio-native-tls v0.3.1
8922026-08-28T22:15:52.903Z Downloaded tui-tree-widget v0.23.1
8932026-08-28T22:15:52.903Z Downloaded rayon v1.11.0
8942026-08-28T22:15:52.906Z Downloaded serde_regex v1.1.0
8952026-08-28T22:15:52.909Z Downloaded socket2 v0.6.3
8962026-08-28T22:15:52.909Z Downloaded static_assertions v1.1.0
8972026-08-28T22:15:52.909Z Downloaded digest v0.10.7
8982026-08-28T22:15:52.909Z Downloaded usdt-macro v0.5.0
8992026-08-28T22:15:52.912Z Downloaded x509-cert v0.2.5
9002026-08-28T22:15:52.912Z Downloaded rsa v0.10.0-rc.18
9012026-08-28T22:15:52.919Z Downloaded shell-words v1.1.1
9022026-08-28T22:15:52.922Z Downloaded waitgroup v0.1.2
9032026-08-28T22:15:52.927Z Downloaded blowfish v0.10.0
9042026-08-28T22:15:52.930Z Downloaded normalize-line-endings v0.3.0
9052026-08-28T22:15:52.930Z Downloaded adler2 v2.0.1
9062026-08-28T22:15:52.934Z Downloaded rcgen v0.12.1
9072026-08-28T22:15:52.934Z Downloaded enum_dispatch v0.3.13
9082026-08-28T22:15:52.937Z Downloaded glob v0.3.3
9092026-08-28T22:15:52.938Z Downloaded num-derive v0.4.2
9102026-08-28T22:15:52.939Z Downloaded bitfield-struct v0.6.2
9112026-08-28T22:15:52.939Z Downloaded owo-colors v3.5.0
9122026-08-28T22:15:52.942Z Downloaded winnow v0.7.14
9132026-08-28T22:15:52.947Z Downloaded gethostname v0.5.0
9142026-08-28T22:15:52.947Z Downloaded memchr v2.8.0
9152026-08-28T22:15:52.950Z Downloaded futures v0.3.32
9162026-08-28T22:15:52.950Z Downloaded serde_cbor v0.11.2
9172026-08-28T22:15:52.955Z Downloaded rustls-platform-verifier v0.6.2
9182026-08-28T22:15:52.955Z Downloaded atomic-waker v1.1.2
9192026-08-28T22:15:52.955Z Downloaded aead v0.6.1
9202026-08-28T22:15:52.958Z Downloaded spin v0.9.8
9212026-08-28T22:15:52.958Z Downloaded scroll v0.13.0
9222026-08-28T22:15:52.962Z Downloaded samael v0.0.19
9232026-08-28T22:15:52.966Z Downloaded elliptic-curve v0.13.8
9242026-08-28T22:15:52.970Z Downloaded uuid v1.23.4
9252026-08-28T22:15:52.973Z Downloaded parking_lot_core v0.8.6
9262026-08-28T22:15:52.973Z Downloaded goblin v0.10.5
9272026-08-28T22:15:52.976Z Downloaded chrono v0.4.45
9282026-08-28T22:15:52.981Z Downloaded radium v0.7.0
9292026-08-28T22:15:52.984Z Downloaded smallvec v0.6.14
9302026-08-28T22:15:52.984Z Downloaded base64 v0.22.1
9312026-08-28T22:15:52.984Z Downloaded termtree v0.5.1
9322026-08-28T22:15:52.984Z Downloaded futures-sink v0.3.32
9332026-08-28T22:15:52.984Z Downloaded aead v0.5.2
9342026-08-28T22:15:52.988Z Downloaded dropshot-api-manager-types v0.8.0
9352026-08-28T22:15:52.988Z Downloaded backtrace v0.3.76
9362026-08-28T22:15:52.988Z Downloaded async-compression v0.4.41
9372026-08-28T22:15:52.991Z Downloaded stacker v0.1.23
9382026-08-28T22:15:52.995Z Downloaded p256 v0.14.0
9392026-08-28T22:15:52.995Z Downloaded rayon-core v1.13.0
9402026-08-28T22:15:52.998Z Downloaded sync-ptr v0.1.4
9412026-08-28T22:15:52.998Z Downloaded signal-hook-registry v1.4.8
9422026-08-28T22:15:52.998Z Downloaded termios v0.3.3
9432026-08-28T22:15:52.998Z Downloaded ecdsa v0.16.9
9442026-08-28T22:15:53.002Z Downloaded zerocopy v0.7.35
9452026-08-28T22:15:53.007Z Downloaded chacha20 v0.10.0
9462026-08-28T22:15:53.010Z Downloaded progenitor-impl v0.13.0
9472026-08-28T22:15:53.010Z Downloaded zerocopy-derive v0.7.35
9482026-08-28T22:15:53.014Z Downloaded erased-serde v0.3.31
9492026-08-28T22:15:53.014Z Downloaded libsw-core v0.3.2
9502026-08-28T22:15:53.017Z Downloaded oxide-tokio-rt v0.1.4
9512026-08-28T22:15:53.017Z Downloaded rustc-hash v2.1.1
9522026-08-28T22:15:53.017Z Downloaded zerovec-derive v0.11.2
9532026-08-28T22:15:53.017Z Downloaded sponge-cursor v0.1.0
9542026-08-28T22:15:53.020Z Downloaded zmij v1.0.21
9552026-08-28T22:15:53.020Z Downloaded password-hash v0.5.0
9562026-08-28T22:15:53.020Z Downloaded pem-rfc7468 v1.0.0
9572026-08-28T22:15:53.020Z Downloaded knuffel-derive v3.2.0
9582026-08-28T22:15:53.025Z Downloaded pin-project-internal v1.1.11
9592026-08-28T22:15:53.025Z Downloaded miette v7.6.0
9602026-08-28T22:15:53.029Z Downloaded memmap v0.7.0
9612026-08-28T22:15:53.029Z Downloaded num-traits v0.2.19
9622026-08-28T22:15:53.029Z Downloaded proc-macro-error v1.0.4
9632026-08-28T22:15:53.032Z Downloaded quick-xml v0.37.5
9642026-08-28T22:15:53.038Z Downloaded support-bundle-viewer v0.1.2
9652026-08-28T22:15:53.038Z Downloaded p384 v0.14.0
9662026-08-28T22:15:53.038Z Downloaded funty v2.0.0
9672026-08-28T22:15:53.044Z Downloaded unsafe-libyaml v0.2.11
9682026-08-28T22:15:53.044Z Downloaded toml_edit v0.23.10+spec-1.0.0
9692026-08-28T22:15:53.048Z Downloaded pkcs1 v0.8.0-rc.4
9702026-08-28T22:15:53.048Z Downloaded walkdir v2.5.0
9712026-08-28T22:15:53.048Z Downloaded bit-set v0.8.0
9722026-08-28T22:15:53.048Z Downloaded thread-id v4.2.2
9732026-08-28T22:15:53.051Z Downloaded dirs-sys-next v0.1.2
9742026-08-28T22:15:53.051Z Downloaded futures-executor v0.3.32
9752026-08-28T22:15:53.051Z Downloaded slog-scope v4.4.1
9762026-08-28T22:15:53.054Z Downloaded winnow v0.6.26
9772026-08-28T22:15:53.058Z Downloaded toml_edit v0.19.15
9782026-08-28T22:15:53.066Z Downloaded ref-cast v1.0.25
9792026-08-28T22:15:53.069Z Downloaded vergen-lib v9.1.0
9802026-08-28T22:15:53.069Z Downloaded thiserror-impl v1.0.69
9812026-08-28T22:15:53.069Z Downloaded libsw v3.5.0
9822026-08-28T22:15:53.069Z Downloaded nanorand v0.7.0
9832026-08-28T22:15:53.072Z Downloaded macaddr v1.0.1
9842026-08-28T22:15:53.073Z Downloaded multimap v0.10.1
9852026-08-28T22:15:53.073Z Downloaded anstyle-query v1.1.5
9862026-08-28T22:15:53.073Z Downloaded expectorate v1.2.0
9872026-08-28T22:15:53.076Z Downloaded quinn v0.11.11
9882026-08-28T22:15:53.076Z Downloaded pretty_assertions v1.4.1
9892026-08-28T22:15:53.079Z Downloaded tls_codec v0.4.2
9902026-08-28T22:15:53.079Z Downloaded camino-tempfile-ext v0.3.3
9912026-08-28T22:15:53.080Z Downloaded tokio-tungstenite v0.23.1
9922026-08-28T22:15:53.084Z Downloaded vergen-lib v0.1.6
9932026-08-28T22:15:53.084Z Downloaded port-file v0.1.0
9942026-08-28T22:15:53.084Z Downloaded r2d2 v0.8.10
9952026-08-28T22:15:53.084Z Downloaded sec1 v0.8.1
9962026-08-28T22:15:53.088Z Downloaded sigpipe v0.1.3
9972026-08-28T22:15:53.088Z Downloaded unarray v0.1.4
9982026-08-28T22:15:53.088Z Downloaded fixedbitset v0.4.2
9992026-08-28T22:15:53.088Z Downloaded lalrpop-util v0.19.12
10002026-08-28T22:15:53.088Z Downloaded plotters-svg v0.3.7
10012026-08-28T22:15:53.088Z Downloaded utf8parse v0.2.2
10022026-08-28T22:15:53.088Z Downloaded strum v0.26.3
10032026-08-28T22:15:53.088Z Downloaded pin-project v1.1.11
10042026-08-28T22:15:53.093Z Downloaded ron v0.8.1
10052026-08-28T22:15:53.097Z Downloaded ssh-key v0.7.0-rc.11
10062026-08-28T22:15:53.100Z Downloaded tar v0.4.46
10072026-08-28T22:15:53.104Z Downloaded blake2b_simd v1.0.4
10082026-08-28T22:15:53.104Z Downloaded stringprep v0.1.5
10092026-08-28T22:15:53.104Z Downloaded bit-vec v0.8.0
10102026-08-28T22:15:53.107Z Downloaded fixedbitset v0.5.7
10112026-08-28T22:15:53.107Z Downloaded equivalent v1.0.2
10122026-08-28T22:15:53.107Z Downloaded newtype_derive v0.1.6
10132026-08-28T22:15:53.107Z Downloaded schemars v0.9.0
10142026-08-28T22:15:53.113Z Downloaded kem v0.3.0
10152026-08-28T22:15:53.116Z Downloaded byte-wrapper v0.1.0
10162026-08-28T22:15:53.116Z Downloaded tiny-keccak v2.0.2
10172026-08-28T22:15:53.120Z Downloaded rustls-native-certs v0.8.3
10182026-08-28T22:15:53.120Z Downloaded salsa20 v0.11.0
10192026-08-28T22:15:53.120Z Downloaded sha2 v0.10.9
10202026-08-28T22:15:53.120Z Downloaded tough v0.22.0
10212026-08-28T22:15:53.124Z Downloaded futures-util v0.3.32
10222026-08-28T22:15:53.131Z Downloaded winnow v1.0.3
10232026-08-28T22:15:53.137Z Downloaded zone v0.3.1
10242026-08-28T22:15:53.140Z Downloaded opaque-debug v0.3.1
10252026-08-28T22:15:53.140Z Downloaded md-5 v0.10.6
10262026-08-28T22:15:53.140Z Downloaded camino v1.2.5
10272026-08-28T22:15:53.140Z Downloaded approx v0.5.1
10282026-08-28T22:15:53.143Z Downloaded num-integer v0.1.46
10292026-08-28T22:15:53.143Z Downloaded anstream v1.0.0
10302026-08-28T22:15:53.143Z Downloaded rust-argon2 v2.1.0
10312026-08-28T22:15:53.146Z Downloaded typify v0.6.2
10322026-08-28T22:15:53.146Z Downloaded supports-hyperlinks v2.1.0
10332026-08-28T22:15:53.146Z Downloaded log v0.4.33
10342026-08-28T22:15:53.150Z Downloaded peg-macros v0.8.5
10352026-08-28T22:15:53.150Z Downloaded ecdsa v0.17.0
10362026-08-28T22:15:53.161Z Downloaded chacha20 v0.9.1
10372026-08-28T22:15:53.164Z Downloaded oxide-update-engine-display v0.1.2
10382026-08-28T22:15:53.167Z Downloaded serde_with_macros v1.5.2
10392026-08-28T22:15:53.170Z Downloaded term v0.7.0
10402026-08-28T22:15:53.175Z Downloaded tabled v0.15.0
10412026-08-28T22:15:53.182Z Downloaded oxnet v0.1.6
10422026-08-28T22:15:53.186Z Downloaded toml_edit v0.22.27
10432026-08-28T22:15:53.189Z Downloaded partial-io v0.5.4
10442026-08-28T22:15:53.192Z Downloaded zerocopy-derive v0.8.55
10452026-08-28T22:15:53.195Z Downloaded unicode-normalization v0.1.25
10462026-08-28T22:15:53.199Z Downloaded toml v1.1.2+spec-1.1.0
10472026-08-28T22:15:53.203Z Downloaded flume v0.11.1
10482026-08-28T22:15:53.203Z Downloaded mio v1.2.0
10492026-08-28T22:15:53.207Z Downloaded miette v5.10.0
10502026-08-28T22:15:53.207Z Downloaded tokio-stream v0.1.18
10512026-08-28T22:15:53.211Z Downloaded regex-syntax v0.6.29
10522026-08-28T22:15:53.217Z Downloaded unicode-segmentation v1.12.0
10532026-08-28T22:15:53.221Z Downloaded tracing-attributes v0.1.31
10542026-08-28T22:15:53.224Z Downloaded pest_derive v2.8.6
10552026-08-28T22:15:53.227Z Downloaded tower-http v0.6.8
10562026-08-28T22:15:53.232Z Downloaded p521 v0.14.0
10572026-08-28T22:15:53.236Z Downloaded similar v2.7.0
10582026-08-28T22:15:53.239Z Downloaded serde_core v1.0.228
10592026-08-28T22:15:53.248Z Downloaded prefix-trie v0.7.0
10602026-08-28T22:15:53.256Z Downloaded socket2 v0.5.10
10612026-08-28T22:15:53.260Z Downloaded num-bigint-dig v0.8.6
10622026-08-28T22:15:53.264Z Downloaded reqwest v0.12.28
10632026-08-28T22:15:53.269Z Downloaded miniz_oxide v0.8.9
10642026-08-28T22:15:53.269Z Downloaded fancy-regex v0.14.0
10652026-08-28T22:15:53.272Z Downloaded tracing-core v0.1.36
10662026-08-28T22:15:53.272Z Downloaded progenitor-impl v0.14.0
10672026-08-28T22:15:53.272Z Downloaded bitvec v1.0.1
10682026-08-28T22:15:53.279Z Downloaded time v0.3.47
10692026-08-28T22:15:53.286Z Downloaded crypto-bigint v0.7.5
10702026-08-28T22:15:53.296Z Downloaded scuffle v0.1.0
10712026-08-28T22:15:53.301Z Downloaded base64 v0.21.7
10722026-08-28T22:15:53.301Z Downloaded salty v0.3.0
10732026-08-28T22:15:53.304Z Downloaded moka v0.12.13
10742026-08-28T22:15:53.308Z Downloaded smoltcp v0.9.1
10752026-08-28T22:15:53.313Z Downloaded rustls-webpki v0.103.13
10762026-08-28T22:15:53.341Z Downloaded serde_with v3.21.0
10772026-08-28T22:15:53.347Z Downloaded polar-core v0.27.3
10782026-08-28T22:15:53.352Z Downloaded plotters v0.3.7
10792026-08-28T22:15:53.361Z Downloaded curve25519-dalek v5.0.0
10802026-08-28T22:15:53.369Z Downloaded typenum v1.20.1
10812026-08-28T22:15:53.372Z Downloaded bindgen v0.71.1
10822026-08-28T22:15:53.381Z Downloaded syn v1.0.109
10832026-08-28T22:15:53.387Z Downloaded num-bigint v0.4.6
10842026-08-28T22:15:53.391Z Downloaded qorb v0.4.1
10852026-08-28T22:15:53.394Z Downloaded object v0.30.4
10862026-08-28T22:15:53.400Z Downloaded zip v4.6.1
10872026-08-28T22:15:53.416Z Downloaded hickory-proto v0.24.4
10882026-08-28T22:15:53.425Z Downloaded reedline v0.40.0
10892026-08-28T22:15:53.448Z Downloaded libm v0.2.16
10902026-08-28T22:15:53.456Z Downloaded rustix v0.38.44
10912026-08-28T22:15:53.466Z Downloaded blake3 v1.8.5
10922026-08-28T22:15:53.472Z Downloaded petname v2.0.2
10932026-08-28T22:15:53.475Z Downloaded zerocopy v0.8.55
10942026-08-28T22:15:53.485Z Downloaded smoltcp v0.11.0
10952026-08-28T22:15:53.496Z Downloaded nix v0.27.1
10962026-08-28T22:15:53.504Z Downloaded dropshot-api-manager v0.8.0
10972026-08-28T22:15:53.507Z Downloaded reqwest v0.13.2
10982026-08-28T22:15:53.510Z Downloaded hickory-proto v0.25.2
10992026-08-28T22:15:53.520Z Downloaded quinn-proto v0.11.16
11002026-08-28T22:15:53.524Z Downloaded proptest v1.11.0
11012026-08-28T22:15:53.531Z Downloaded regress v0.11.1
11022026-08-28T22:15:53.534Z Downloaded lalrpop v0.19.12
11032026-08-28T22:15:53.541Z Downloaded tabled v0.21.0
11042026-08-28T22:15:53.555Z Downloaded winnow v0.5.40
11052026-08-28T22:15:53.562Z Downloaded openssl v0.10.80
11062026-08-28T22:15:53.568Z Downloaded zlib-rs v0.6.2
11072026-08-28T22:15:53.568Z Downloaded diesel v2.3.7
11082026-08-28T22:15:53.578Z Downloaded syn v2.0.117
11092026-08-28T22:15:53.585Z Downloaded zerovec v0.11.5
11102026-08-28T22:15:53.588Z Downloaded nix v0.28.0
11112026-08-28T22:15:53.593Z Downloaded radix_trie v0.2.1
11122026-08-28T22:15:53.596Z Downloaded serde_json v1.0.151
11132026-08-28T22:15:53.601Z Downloaded vcpkg v0.2.15
11142026-08-28T22:15:53.622Z Downloaded russh v0.62.4
11152026-08-28T22:15:53.627Z Downloaded rustix v1.1.4
11162026-08-28T22:15:53.641Z Downloaded nix v0.31.2
11172026-08-28T22:15:53.648Z Downloaded regex-syntax v0.8.10
11182026-08-28T22:15:53.652Z Downloaded aws-lc-rs v1.16.3
11192026-08-28T22:15:53.657Z Downloaded bstr v1.12.1
11202026-08-28T22:15:53.662Z Downloaded sqlparser v0.61.0
11212026-08-28T22:15:53.668Z Downloaded git2 v0.20.4
11222026-08-28T22:15:53.673Z Downloaded ratatui v0.29.0
11232026-08-28T22:15:53.684Z Downloaded rustls v0.23.41
11242026-08-28T22:15:53.690Z Downloaded unicode-width v0.2.0
11252026-08-28T22:15:53.696Z Downloaded object v0.37.3
11262026-08-28T22:15:53.700Z Downloaded dropshot v0.17.1
11272026-08-28T22:15:53.713Z Downloaded tracing v0.1.44
11282026-08-28T22:15:53.726Z Downloaded regress v0.10.5
11292026-08-28T22:15:53.732Z Downloaded unicode-width v0.1.14
11302026-08-28T22:15:53.735Z Downloaded syn v3.0.3
11312026-08-28T22:15:53.742Z Downloaded sha3 v0.11.0
11322026-08-28T22:15:53.745Z Downloaded bzip2-sys v0.1.13+1.0.8
11332026-08-28T22:15:53.751Z Downloaded gimli v0.32.3
11342026-08-28T22:15:53.755Z Downloaded zerocopy-derive v0.6.6
11352026-08-28T22:15:53.761Z Downloaded sled v0.34.7
11362026-08-28T22:15:53.768Z Downloaded typify-impl v0.6.2
11372026-08-28T22:15:53.777Z Downloaded openapiv3 v2.2.0
11382026-08-28T22:15:53.783Z Downloaded regex-automata v0.4.14
11392026-08-28T22:15:53.800Z Downloaded chrono-tz v0.10.4
11402026-08-28T22:15:53.804Z Downloaded petgraph v0.8.3
11412026-08-28T22:15:53.827Z Downloaded jiff v0.2.34
11422026-08-28T22:15:53.837Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11432026-08-28T22:15:53.848Z Downloaded tokio v1.52.1
11442026-08-28T22:15:53.871Z Downloaded petgraph v0.6.5
11452026-08-28T22:15:53.885Z Downloaded libz-sys v1.1.24
11462026-08-28T22:15:53.895Z Downloaded csv v1.4.0
11472026-08-28T22:15:53.910Z Downloaded libc v0.2.185
11482026-08-28T22:15:53.928Z Downloaded sha3 v0.10.8
11492026-08-28T22:15:53.986Z Downloaded encoding_rs v0.8.35
11502026-08-28T22:15:53.998Z Downloaded httpmock v0.8.3
11512026-08-28T22:15:54.011Z Downloaded ring v0.17.14
11522026-08-28T22:15:54.036Z Downloaded libgit2-sys v0.18.3+1.9.2
11532026-08-28T22:15:54.517Z Downloaded aws-lc-sys v0.40.0
11542026-08-28T22:15:54.935Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11552026-08-28T22:16:00.476Z Startup: Refreshing catalog 'helios' ... Done
11562026-08-28T22:16:00.888Z Startup: Caching catalogs ... Done
11572026-08-28T22:16:03.215ZPlanning: Solver setup ... Done (2.199s)
11582026-08-28T22:16:03.277ZPlanning: Running solver ... Done (0.064s)
11592026-08-28T22:16:03.329ZPlanning: Finding local manifests ... Done (0.003s)
11602026-08-28T22:16:03.344ZPlanning: Fetching manifests: 0/2 0% complete
11612026-08-28T22:16:03.367ZPlanning: Fetching manifests: 2/2 100% complete
11622026-08-28T22:16:03.382ZPlanning: Package planning ... Done (0.015s)
11632026-08-28T22:16:03.387ZPlanning: Merging actions ... Done (0.002s)
11642026-08-28T22:16:03.613ZPlanning: Checking for conflicting actions ... Done (0.229s)
11652026-08-28T22:16:03.617ZPlanning: Consolidating action changes ... Done (0.001s)
11662026-08-28T22:16:04.520ZPlanning: Evaluating mediators ... Done (0.905s)
11672026-08-28T22:16:04.525ZPlanning: Planning completed in 3.59 seconds
11682026-08-28T22:16:04.529Z Packages to install: 2
11692026-08-28T22:16:04.529Z Estimated space available: 155.73 GB
11702026-08-28T22:16:04.530ZEstimated space to be consumed: 83.65 MB
11712026-08-28T22:16:04.530Z Create boot environment: No
11722026-08-28T22:16:04.530ZCreate backup boot environment: No
11732026-08-28T22:16:04.530Z Rebuild boot archive: No
11742026-08-28T22:16:04.531Z
11752026-08-28T22:16:04.531ZChanged packages:
11762026-08-28T22:16:04.531Zhelios
11772026-08-28T22:16:04.531Z developer/build-essential
11782026-08-28T22:16:04.531Z None -> 11-3.0
11792026-08-28T22:16:04.531Z library/libxmlsec1
11802026-08-28T22:16:04.531Z None -> 1.2.35-3.0
11812026-08-28T22:16:04.606Z
11822026-08-28T22:16:04.606ZDownload: 0/214 items 0.0/1.3MB 0% complete
11832026-08-28T22:16:04.628ZDownload: Completed 1.28 MB in 0.07 seconds (17.9M/s)
11842026-08-28T22:16:04.740Z Actions: 1/268 actions (Installing new actions)
11852026-08-28T22:16:04.775Z Actions: Completed 268 actions in 0.04 seconds.
11862026-08-28T22:16:04.815ZFinalize: Updating package state database ... Done (0.040s)
11872026-08-28T22:16:04.818ZFinalize: Updating package cache ... Done (0.000s)
11882026-08-28T22:16:04.909ZFinalize: Updating image state ... Done (0.094s)
11892026-08-28T22:16:07.613ZFinalize: Creating fast lookup database ... Done (2.650s)
11902026-08-28T22:16:07.684ZFinalize: Reading search index ... Done (0.013s)
11912026-08-28T22:16:07.691ZFinalize: Updating search index ... Done (0.000s)
11922026-08-28T22:16:07.772ZFinalize: Updating package cache ... Done (0.000s)
11932026-08-28T22:16:08.144ZPlanning: Evaluating mediator changes ... Done
11942026-08-28T22:16:08.248ZPlanning: Checking for conflicting actions ... Done
11952026-08-28T22:16:08.264ZPlanning: Consolidating action changes ... Done
11962026-08-28T22:16:08.403ZPlanning: Evaluating mediators ... Done
11972026-08-28T22:16:08.407ZPlanning: Planning completed in 0.26 seconds
11982026-08-28T22:16:08.427Z Mediators to change: 2
11992026-08-28T22:16:08.427Z Create boot environment: No
12002026-08-28T22:16:08.427ZCreate backup boot environment: No
12012026-08-28T22:16:08.492ZFinalize: Updating package state database ... Done
12022026-08-28T22:16:08.492ZFinalize: Updating package cache ... Done
12032026-08-28T22:16:08.551ZFinalize: Updating image state ... Done
12042026-08-28T22:16:10.528ZFinalize: Creating fast lookup database ... Done
12052026-08-28T22:16:10.611ZFinalize: Reading search index ... Done
12062026-08-28T22:16:10.644ZFinalize: Updating search index ... Done
12072026-08-28T22:16:10.714ZFinalize: Updating package cache ... Done
12082026-08-28T22:16:11.097ZPlanning: Evaluating mediator changes ... Done
12092026-08-28T22:16:11.147ZPlanning: Checking for conflicting actions ... Done
12102026-08-28T22:16:11.147ZPlanning: Consolidating action changes ... Done
12112026-08-28T22:16:11.206ZPlanning: Evaluating mediators ... Done
12122026-08-28T22:16:11.224ZPlanning: Planning completed in 0.26 seconds
12132026-08-28T22:16:11.224Z Mediators to change: 1
12142026-08-28T22:16:11.224Z Create boot environment: No
12152026-08-28T22:16:11.224ZCreate backup boot environment: No
12162026-08-28T22:16:11.320ZFinalize: Updating package state database ... Done
12172026-08-28T22:16:11.320ZFinalize: Updating package cache ... Done
12182026-08-28T22:16:11.399ZFinalize: Updating image state ... Done
12192026-08-28T22:16:13.353ZFinalize: Creating fast lookup database ... Done
12202026-08-28T22:16:13.397ZFinalize: Reading search index ... Done
12212026-08-28T22:16:13.516ZFinalize: Updating search index ... Done
12222026-08-28T22:16:13.530ZFinalize: Updating package cache ... Done
12232026-08-28T22:16:13.778ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12242026-08-28T22:16:13.778Zapache system 2.4 system
12252026-08-28T22:16:13.778Zclang system 15 system
12262026-08-28T22:16:13.778Zcsh system system illumos
12272026-08-28T22:16:13.778Zctags system system illumos
12282026-08-28T22:16:13.779Zfile vendor vendor darwinsys
12292026-08-28T22:16:13.779Zfile system system illumos
12302026-08-28T22:16:13.779Zgcc vendor 14 vendor
12312026-08-28T22:16:13.779Zgcc system 13 system
12322026-08-28T22:16:13.779Zgcc system 10 system
12332026-08-28T22:16:13.779Zgo system 1.25 system
12342026-08-28T22:16:13.779Zllvm system 15 system
12352026-08-28T22:16:13.779Zmariadb system 11.4 system
12362026-08-28T22:16:13.780Zmta vendor vendor dma
12372026-08-28T22:16:13.780Zopenjdk system 17 system
12382026-08-28T22:16:13.780Zopenjdk system 11 system
12392026-08-28T22:16:13.780Zopenssl vendor 3 vendor
12402026-08-28T22:16:13.780Zperl system 5.40 system
12412026-08-28T22:16:13.780Zpostgresql system 18 system
12422026-08-28T22:16:13.780Zpostgresql system 17 system
12432026-08-28T22:16:13.780Zpython vendor 3 vendor
12442026-08-28T22:16:13.780Zpython system 2 system
12452026-08-28T22:16:13.780Zpython3 vendor 3.13 vendor
12462026-08-28T22:16:13.780Zruby system 3.4 system
12472026-08-28T22:16:13.780Zruby system 3.0 system
12482026-08-28T22:16:13.780Zwords vendor vendor american-english
12492026-08-28T22:16:13.780Zwords system system australian-english
12502026-08-28T22:16:13.780Zwords system system british-english
12512026-08-28T22:16:13.780Zwords system system canadian-english
12522026-08-28T22:16:13.780Zwords system system french
12532026-08-28T22:16:13.780Zwords system system italian
12542026-08-28T22:16:13.780Zwords system system ngerman
12552026-08-28T22:16:13.780Zwords system system ogerman
12562026-08-28T22:16:13.780Zwords system system spanish
12572026-08-28T22:16:14.051ZPUBLISHER TYPE STATUS P LOCATION
12582026-08-28T22:16:14.051Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12592026-08-28T22:16:14.530ZFMRI IFO
12602026-08-28T22:16:14.530Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12612026-08-28T22:16:14.530Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12622026-08-28T22:16:14.530Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12632026-08-28T22:16:14.530Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12642026-08-28T22:16:14.530Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12652026-08-28T22:16:14.530Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12662026-08-28T22:16:14.530Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12672026-08-28T22:16:14.530Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12682026-08-28T22:16:14.530Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12692026-08-28T22:16:15.167Z Downloading crates ...
12702026-08-28T22:16:15.210Z Downloaded cargo_toml v0.21.0
12712026-08-28T22:16:15.264Z Compiling proc-macro2 v1.0.106
12722026-08-28T22:16:15.264Z Compiling unicode-ident v1.0.24
12732026-08-28T22:16:15.264Z Compiling quote v1.0.45
12742026-08-28T22:16:15.265Z Compiling serde_core v1.0.228
12752026-08-28T22:16:15.274Z Compiling libc v0.2.185
12762026-08-28T22:16:15.274Z Compiling version_check v0.9.5
12772026-08-28T22:16:15.341Z Compiling memchr v2.8.0
12782026-08-28T22:16:15.352Z Compiling serde v1.0.228
12792026-08-28T22:16:15.352Z Compiling zmij v1.0.21
12802026-08-28T22:16:15.352Z Compiling ucd-trie v0.1.7
12812026-08-28T22:16:15.352Z Compiling thiserror v1.0.69
12822026-08-28T22:16:15.352Z Compiling itoa v1.0.17
12832026-08-28T22:16:15.352Z Compiling rustix v1.1.4
12842026-08-28T22:16:15.353Z Compiling byteorder v1.5.0
12852026-08-28T22:16:15.526Z Compiling serde_json v1.0.151
12862026-08-28T22:16:15.650Z Compiling bitflags v2.11.0
12872026-08-28T22:16:15.778Z Compiling syn v1.0.109
12882026-08-28T22:16:15.817Z Compiling pest v2.8.6
12892026-08-28T22:16:15.902Z Compiling usdt-impl v0.5.0
12902026-08-28T22:16:15.915Z Compiling proc-macro-error-attr v1.0.4
12912026-08-28T22:16:15.915Z Compiling camino v1.2.5
12922026-08-28T22:16:15.955Z Compiling proc-macro-error v1.0.4
12932026-08-28T22:16:15.996Z Compiling plain v0.2.3
12942026-08-28T22:16:16.039Z Compiling getrandom v0.4.3
12952026-08-28T22:16:16.070Z Compiling equivalent v1.0.2
12962026-08-28T22:16:16.143Z Compiling log v0.4.33
12972026-08-28T22:16:16.156Z Compiling hashbrown v0.17.0
12982026-08-28T22:16:16.189Z Compiling utf8parse v0.2.2
12992026-08-28T22:16:16.207Z Compiling pretty-hex v0.4.1
13002026-08-28T22:16:16.233Z Compiling cfg-if v1.0.4
13012026-08-28T22:16:16.284Z Compiling anstyle-parse v1.0.0
13022026-08-28T22:16:16.298Z Compiling anstyle v1.0.14
13032026-08-28T22:16:16.332Z Compiling anstyle-query v1.1.5
13042026-08-28T22:16:16.333Z Compiling toml_write v0.1.2
13052026-08-28T22:16:16.333Z Compiling is_terminal_polyfill v1.70.2
13062026-08-28T22:16:16.356Z Compiling autocfg v1.5.0
13072026-08-28T22:16:16.377Z Compiling thiserror v2.0.18
13082026-08-28T22:16:16.377Z Compiling errno v0.3.14
13092026-08-28T22:16:16.428Z Compiling thread-id v4.2.2
13102026-08-28T22:16:16.450Z Compiling winnow v0.7.14
13112026-08-28T22:16:16.450Z Compiling colorchoice v1.0.4
13122026-08-28T22:16:16.515Z Compiling clap_lex v1.0.0
13132026-08-28T22:16:16.524Z Compiling anstream v1.0.0
13142026-08-28T22:16:16.531Z Compiling fnv v1.0.7
13152026-08-28T22:16:16.532Z Compiling heck v0.5.0
13162026-08-28T22:16:16.572Z Compiling anyhow v1.0.104
13172026-08-28T22:16:16.585Z Compiling strsim v0.11.1
13182026-08-28T22:16:16.659Z Compiling bytecount v0.6.9
13192026-08-28T22:16:16.697Z Compiling indexmap v2.14.0
13202026-08-28T22:16:16.773Z Compiling heck v0.4.1
13212026-08-28T22:16:16.782Z Compiling fs-err v3.3.0
13222026-08-28T22:16:16.800Z Compiling unicode-width v0.1.14
13232026-08-28T22:16:16.800Z Compiling once_cell v1.21.3
13242026-08-28T22:16:16.854Z Compiling syn v2.0.117
13252026-08-28T22:16:16.927Z Compiling pest_meta v2.8.6
13262026-08-28T22:16:16.954Z Compiling fastrand v2.3.0
13272026-08-28T22:16:17.110Z Compiling memmap v0.7.0
13282026-08-28T22:16:17.122Z Compiling papergrid v0.11.0
13292026-08-28T22:16:17.123Z Compiling smawk v0.3.2
13302026-08-28T22:16:17.123Z Compiling unicode-linebreak v0.1.5
13312026-08-28T22:16:17.145Z Compiling unicode-width v0.2.0
13322026-08-28T22:16:17.215Z Compiling swrite v0.1.0
13332026-08-28T22:16:17.348Z Compiling terminal_size v0.4.3
13342026-08-28T22:16:17.348Z Compiling tempfile v3.27.0
13352026-08-28T22:16:17.437Z Compiling clap_builder v4.6.0
13362026-08-28T22:16:17.437Z Compiling textwrap v0.16.2
13372026-08-28T22:16:17.659Z Compiling cargo-platform v0.3.2
13382026-08-28T22:16:17.669Z Compiling semver v1.0.28
13392026-08-28T22:16:17.890Z Compiling camino-tempfile v1.4.1
13402026-08-28T22:16:18.271Z Compiling tabled_derive v0.7.0
13412026-08-28T22:16:18.961Z Compiling tabled v0.15.0
13422026-08-28T22:16:18.973Z Compiling pest_generator v2.8.6
13432026-08-28T22:16:19.463Z Compiling serde_derive v1.0.228
13442026-08-28T22:16:19.463Z Compiling thiserror-impl v1.0.69
13452026-08-28T22:16:19.470Z Compiling zerocopy-derive v0.7.35
13462026-08-28T22:16:19.470Z Compiling scroll_derive v0.12.1
13472026-08-28T22:16:19.470Z Compiling thiserror-impl v2.0.18
13482026-08-28T22:16:19.470Z Compiling clap_derive v4.6.1
13492026-08-28T22:16:19.488Z Compiling pest_derive v2.8.6
13502026-08-28T22:16:20.045Z Compiling scroll v0.12.0
13512026-08-28T22:16:20.124Z Compiling zerocopy v0.7.35
13522026-08-28T22:16:20.246Z Compiling goblin v0.8.2
13532026-08-28T22:16:20.434Z Compiling dtrace-parser v0.2.0
13542026-08-28T22:16:20.747Z Compiling clap v4.6.1
13552026-08-28T22:16:21.795Z Compiling serde_spanned v0.6.9
13562026-08-28T22:16:21.795Z Compiling toml_datetime v0.6.11
13572026-08-28T22:16:21.800Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13582026-08-28T22:16:21.800Z Compiling cargo_metadata v0.23.1
13592026-08-28T22:16:21.800Z Compiling macaddr v1.0.1
13602026-08-28T22:16:21.897Z Compiling dof v0.3.0
13612026-08-28T22:16:21.905Z Compiling serde_tokenstream v0.2.3
13622026-08-28T22:16:22.051Z Compiling toml_edit v0.22.27
13632026-08-28T22:16:22.494Z Compiling usdt-attr-macro v0.5.0
13642026-08-28T22:16:22.498Z Compiling usdt-macro v0.5.0
13652026-08-28T22:16:23.082Z Compiling usdt v0.5.0
13662026-08-28T22:16:23.220Z Compiling toml v0.8.23
13672026-08-28T22:16:23.530Z Compiling cargo_toml v0.21.0
13682026-08-28T22:16:24.861Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13692026-08-28T22:16:26.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s
13702026-08-28T22:16:26.922Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13712026-08-28T22:16:27.690Z Compiling serde_core v1.0.228
13722026-08-28T22:16:27.690Z Compiling libc v0.2.185
13732026-08-28T22:16:27.690Z Compiling serde v1.0.228
13742026-08-28T22:16:27.690Z Compiling log v0.4.33
13752026-08-28T22:16:27.690Z Compiling smallvec v1.15.1
13762026-08-28T22:16:27.699Z Compiling find-msvc-tools v0.1.9
13772026-08-28T22:16:27.699Z Compiling shlex v1.3.0
13782026-08-28T22:16:27.699Z Compiling subtle v2.6.1
13792026-08-28T22:16:27.699Z Compiling scopeguard v1.2.0
13802026-08-28T22:16:27.699Z Compiling typenum v1.20.1
13812026-08-28T22:16:27.699Z Compiling stable_deref_trait v1.2.1
13822026-08-28T22:16:27.814Z Compiling zerocopy v0.8.55
13832026-08-28T22:16:27.828Z Compiling portable-atomic v1.13.1
13842026-08-28T22:16:27.889Z Compiling serde_json v1.0.151
13852026-08-28T22:16:27.899Z Compiling syn v2.0.117
13862026-08-28T22:16:27.915Z Compiling critical-section v1.2.0
13872026-08-28T22:16:28.005Z Compiling lock_api v0.4.14
13882026-08-28T22:16:28.014Z Compiling libm v0.2.16
13892026-08-28T22:16:28.040Z Compiling num-traits v0.2.19
13902026-08-28T22:16:28.067Z Compiling pkg-config v0.3.32
13912026-08-28T22:16:28.095Z Compiling generic-array v0.14.7
13922026-08-28T22:16:28.095Z Compiling getrandom v0.4.3
13932026-08-28T22:16:28.130Z Compiling const-oid v0.9.6
13942026-08-28T22:16:28.171Z Compiling pin-project-lite v0.2.17
13952026-08-28T22:16:28.177Z Compiling parking_lot_core v0.9.12
13962026-08-28T22:16:28.237Z Compiling rand_core v0.10.0
13972026-08-28T22:16:28.242Z Compiling futures-core v0.3.32
13982026-08-28T22:16:28.335Z Compiling writeable v0.6.2
13992026-08-28T22:16:28.384Z Compiling litemap v0.8.1
14002026-08-28T22:16:28.431Z Compiling percent-encoding v2.3.2
14012026-08-28T22:16:28.461Z Compiling icu_normalizer_data v2.1.1
14022026-08-28T22:16:28.472Z Compiling icu_properties_data v2.1.2
14032026-08-28T22:16:28.472Z Compiling rustix v1.1.4
14042026-08-28T22:16:28.546Z Compiling getrandom v0.3.4
14052026-08-28T22:16:28.582Z Compiling futures-sink v0.3.32
14062026-08-28T22:16:28.589Z Compiling futures-task v0.3.32
14072026-08-28T22:16:28.606Z Compiling futures-io v0.3.32
14082026-08-28T22:16:28.624Z Compiling slab v0.4.12
14092026-08-28T22:16:28.629Z Compiling utf8_iter v1.0.4
14102026-08-28T22:16:28.742Z Compiling futures-channel v0.3.32
14112026-08-28T22:16:28.768Z Compiling errno v0.3.14
14122026-08-28T22:16:28.792Z Compiling jobserver v0.1.34
14132026-08-28T22:16:28.792Z Compiling getrandom v0.2.17
14142026-08-28T22:16:28.896Z Compiling mio v1.2.0
14152026-08-28T22:16:28.967Z Compiling signal-hook-registry v1.4.8
14162026-08-28T22:16:28.992Z Compiling rand_core v0.6.4
14172026-08-28T22:16:28.992Z Compiling once_cell v1.21.3
14182026-08-28T22:16:29.028Z Compiling cc v1.2.56
14192026-08-28T22:16:29.028Z Compiling socket2 v0.6.3
14202026-08-28T22:16:29.047Z Compiling parking_lot v0.12.5
14212026-08-28T22:16:29.055Z Compiling form_urlencoded v1.2.2
14222026-08-28T22:16:29.091Z Compiling rustversion v1.0.22
14232026-08-28T22:16:29.134Z Compiling base64ct v1.8.3
14242026-08-28T22:16:29.155Z Compiling iana-time-zone v0.1.65
14252026-08-28T22:16:29.193Z Compiling dunce v1.0.5
14262026-08-28T22:16:29.240Z Compiling ident_case v1.0.1
14272026-08-28T22:16:29.344Z Compiling fs_extra v1.3.0
14282026-08-28T22:16:29.362Z Compiling regex-syntax v0.8.10
14292026-08-28T22:16:29.362Z Compiling flagset v0.4.7
14302026-08-28T22:16:29.362Z Compiling base64 v0.22.1
14312026-08-28T22:16:29.381Z Compiling vcpkg v0.2.15
14322026-08-28T22:16:29.390Z Compiling syn v1.0.109
14332026-08-28T22:16:29.440Z Compiling pem-rfc7468 v0.7.0
14342026-08-28T22:16:29.446Z Compiling rand_core v0.9.5
14352026-08-28T22:16:29.469Z Compiling tracing-core v0.1.36
14362026-08-28T22:16:29.483Z Compiling cpufeatures v0.2.17
14372026-08-28T22:16:29.541Z Compiling dyn-clone v1.0.20
14382026-08-28T22:16:29.569Z Compiling simd-adler32 v0.3.8
14392026-08-28T22:16:29.578Z Compiling aws-lc-rs v1.16.3
14402026-08-28T22:16:29.598Z Compiling schemars v0.8.22
14412026-08-28T22:16:29.684Z Compiling spin v0.9.8
14422026-08-28T22:16:29.696Z Compiling httparse v1.10.1
14432026-08-28T22:16:29.738Z Compiling cmake v0.1.57
14442026-08-28T22:16:29.751Z Compiling tinyvec_macros v0.1.1
14452026-08-28T22:16:29.840Z Compiling openssl-probe v0.2.1
14462026-08-28T22:16:29.856Z Compiling crc32fast v1.5.0
14472026-08-28T22:16:29.866Z Compiling adler2 v2.0.1
14482026-08-28T22:16:29.889Z Compiling cmov v0.5.4
14492026-08-28T22:16:29.892Z Compiling tinyvec v1.10.0
14502026-08-28T22:16:29.911Z Compiling aho-corasick v1.1.4
14512026-08-28T22:16:30.006Z Compiling bitflags v2.11.0
14522026-08-28T22:16:30.048Z Compiling semver v1.0.28
14532026-08-28T22:16:30.055Z Compiling indexmap v2.14.0
14542026-08-28T22:16:30.106Z Compiling uuid v1.23.4
14552026-08-28T22:16:30.120Z Compiling ctutils v0.4.2
14562026-08-28T22:16:30.164Z Compiling miniz_oxide v0.8.9
14572026-08-28T22:16:30.200Z Compiling atomic-waker v1.1.2
14582026-08-28T22:16:30.204Z Compiling tower-service v0.3.3
14592026-08-28T22:16:30.254Z Compiling rustc_version v0.4.1
14602026-08-28T22:16:30.271Z Compiling tower-layer v0.3.3
14612026-08-28T22:16:30.314Z Compiling unicode-segmentation v1.12.0
14622026-08-28T22:16:30.328Z Compiling try-lock v0.2.5
14632026-08-28T22:16:30.378Z Compiling untrusted v0.7.1
14642026-08-28T22:16:30.378Z Compiling radium v0.7.0
14652026-08-28T22:16:30.445Z Compiling want v0.3.1
14662026-08-28T22:16:30.565Z Compiling aws-lc-sys v0.40.0
14672026-08-28T22:16:30.591Z Compiling openssl-sys v0.9.117
14682026-08-28T22:16:30.625Z Compiling maybe-uninit v2.0.0
14692026-08-28T22:16:30.669Z Compiling openssl v0.10.80
14702026-08-28T22:16:30.712Z Compiling tap v1.0.1
14712026-08-28T22:16:30.728Z Compiling untrusted v0.9.0
14722026-08-28T22:16:30.734Z Compiling foreign-types-shared v0.1.1
14732026-08-28T22:16:30.820Z Compiling regex-automata v0.4.14
14742026-08-28T22:16:30.836Z Compiling synstructure v0.13.2
14752026-08-28T22:16:30.836Z Compiling serde_derive_internals v0.29.1
14762026-08-28T22:16:30.844Z Compiling pest_generator v2.8.6
14772026-08-28T22:16:30.844Z Compiling darling_core v0.20.11
14782026-08-28T22:16:30.872Z Compiling rustls v0.23.41
14792026-08-28T22:16:30.916Z Compiling httpdate v1.0.3
14802026-08-28T22:16:30.985Z Compiling wyz v0.5.1
14812026-08-28T22:16:31.062Z Compiling foreign-types v0.3.2
14822026-08-28T22:16:31.186Z Compiling tempfile v3.27.0
14832026-08-28T22:16:31.209Z Compiling terminal_size v0.4.3
14842026-08-28T22:16:31.227Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14852026-08-28T22:16:31.327Z Compiling bzip2-sys v0.1.13+1.0.8
14862026-08-28T22:16:31.352Z Compiling unicode-normalization v0.1.25
14872026-08-28T22:16:31.379Z Compiling num-integer v0.1.46
14882026-08-28T22:16:31.393Z Compiling wait-timeout v0.2.1
14892026-08-28T22:16:31.556Z Compiling socket2 v0.5.10
14902026-08-28T22:16:31.577Z Compiling ahash v0.8.12
14912026-08-28T22:16:31.621Z Compiling funty v2.0.0
14922026-08-28T22:16:31.638Z Compiling bit-vec v0.8.0
14932026-08-28T22:16:31.646Z Compiling powerfmt v0.2.0
14942026-08-28T22:16:31.672Z Compiling num-conv v0.2.0
14952026-08-28T22:16:31.692Z Compiling quick-error v1.2.3
14962026-08-28T22:16:31.715Z Compiling native-tls v0.2.18
14972026-08-28T22:16:31.722Z Compiling packed_struct v0.10.1
14982026-08-28T22:16:31.810Z Compiling time-core v0.1.8
14992026-08-28T22:16:31.818Z Compiling num-bigint-dig v0.8.6
15002026-08-28T22:16:31.830Z Compiling bit-set v0.8.0
15012026-08-28T22:16:31.838Z Compiling deranged v0.5.8
15022026-08-28T22:16:31.874Z Compiling rusty-fork v0.3.1
15032026-08-28T22:16:31.910Z Compiling clap_builder v4.6.0
15042026-08-28T22:16:31.953Z Compiling time-macros v0.2.27
15052026-08-28T22:16:31.981Z Compiling bitvec v1.0.1
15062026-08-28T22:16:32.013Z Compiling num-iter v0.1.45
15072026-08-28T22:16:32.078Z Compiling lazy_static v1.5.0
15082026-08-28T22:16:32.117Z Compiling rand_xorshift v0.4.0
15092026-08-28T22:16:32.154Z Compiling sync_wrapper v1.0.2
15102026-08-28T22:16:32.174Z Compiling indexmap v1.9.3
15112026-08-28T22:16:32.210Z Compiling usdt-impl v0.6.0
15122026-08-28T22:16:32.218Z Compiling crossbeam-utils v0.8.21
15132026-08-28T22:16:32.270Z Compiling crc-catalog v2.4.0
15142026-08-28T22:16:32.298Z Compiling num_threads v0.1.7
15152026-08-28T22:16:32.382Z Compiling nodrop v0.1.14
15162026-08-28T22:16:32.398Z Compiling unarray v0.1.4
15172026-08-28T22:16:32.411Z Compiling siphasher v1.0.2
15182026-08-28T22:16:32.436Z Compiling zlib-rs v0.6.2
15192026-08-28T22:16:32.481Z Compiling paste v1.0.15
15202026-08-28T22:16:32.511Z Compiling object v0.37.3
15212026-08-28T22:16:32.534Z Compiling serde_derive v1.0.228
15222026-08-28T22:16:32.624Z Compiling zeroize_derive v1.5.0
15232026-08-28T22:16:32.635Z Compiling zerofrom-derive v0.1.6
15242026-08-28T22:16:32.757Z Compiling zerocopy-derive v0.8.55
15252026-08-28T22:16:32.793Z Compiling yoke-derive v0.8.1
15262026-08-28T22:16:32.850Z Compiling zerovec-derive v0.11.2
15272026-08-28T22:16:32.864Z Compiling displaydoc v0.2.5
15282026-08-28T22:16:33.035Z Compiling tokio-macros v2.7.0
15292026-08-28T22:16:33.119Z Compiling futures-macro v0.3.32
15302026-08-28T22:16:33.222Z Compiling thiserror-impl v2.0.18
15312026-08-28T22:16:33.519Z Compiling der_derive v0.7.3
15322026-08-28T22:16:33.639Z Compiling tracing-attributes v0.1.31
15332026-08-28T22:16:33.696Z Compiling schemars_derive v0.8.22
15342026-08-28T22:16:33.865Z Compiling pest_derive v2.8.6
15352026-08-28T22:16:34.037Z Compiling zerofrom v0.1.6
15362026-08-28T22:16:34.043Z Compiling futures-util v0.3.32
15372026-08-28T22:16:34.075Z Compiling scroll_derive v0.13.1
15382026-08-28T22:16:34.108Z Compiling darling_macro v0.20.11
15392026-08-28T22:16:34.193Z Compiling yoke v0.8.1
15402026-08-28T22:16:34.362Z Compiling zerovec v0.11.5
15412026-08-28T22:16:34.411Z Compiling zerotrie v0.2.3
15422026-08-28T22:16:34.530Z Compiling thiserror-impl v1.0.69
15432026-08-28T22:16:34.625Z Compiling openssl-macros v0.1.1
15442026-08-28T22:16:34.675Z Compiling thiserror v2.0.18
15452026-08-28T22:16:34.712Z Compiling darling v0.20.11
15462026-08-28T22:16:34.802Z Compiling packed_struct_codegen v0.10.1
15472026-08-28T22:16:34.825Z Compiling bitfield-macros v0.19.4
15482026-08-28T22:16:34.904Z Compiling tinystr v0.8.2
15492026-08-28T22:16:34.926Z Compiling potential_utf v0.1.4
15502026-08-28T22:16:34.936Z Compiling scroll v0.13.0
15512026-08-28T22:16:35.003Z Compiling clap_derive v4.6.1
15522026-08-28T22:16:35.052Z Compiling icu_collections v2.1.1
15532026-08-28T22:16:35.077Z Compiling icu_locale_core v2.1.1
15542026-08-28T22:16:35.099Z Compiling tracing v0.1.44
15552026-08-28T22:16:35.121Z Compiling zerocopy-derive v0.6.6
15562026-08-28T22:16:35.230Z Compiling goblin v0.10.5
15572026-08-28T22:16:35.406Z Compiling flate2 v1.1.9
15582026-08-28T22:16:35.535Z Compiling derive_builder_core v0.20.2
15592026-08-28T22:16:35.578Z Compiling bitfield v0.19.4
15602026-08-28T22:16:35.789Z Compiling icu_provider v2.1.1
15612026-08-28T22:16:35.820Z Compiling dtrace-parser v0.3.0
15622026-08-28T22:16:35.834Z Compiling thiserror v1.0.69
15632026-08-28T22:16:35.899Z Compiling time v0.3.47
15642026-08-28T22:16:36.003Z Compiling structmeta-derive v0.3.0
15652026-08-28T22:16:36.012Z Compiling zerocopy v0.6.6
15662026-08-28T22:16:36.097Z Compiling zeroize v1.9.0
15672026-08-28T22:16:36.114Z Compiling bytes v1.11.1
15682026-08-28T22:16:36.114Z Compiling icu_normalizer v2.1.1
15692026-08-28T22:16:36.137Z Compiling icu_properties v2.1.2
15702026-08-28T22:16:36.347Z Compiling chrono v0.4.45
15712026-08-28T22:16:36.442Z Compiling der v0.7.10
15722026-08-28T22:16:36.470Z Compiling rustls-pki-types v1.14.0
15732026-08-28T22:16:36.569Z Compiling tokio v1.52.1
15742026-08-28T22:16:36.627Z Compiling http v1.4.2
15752026-08-28T22:16:36.744Z Compiling hybrid-array v0.4.13
15762026-08-28T22:16:36.821Z Compiling crypto-common v0.1.7
15772026-08-28T22:16:36.863Z Compiling block-buffer v0.10.4
15782026-08-28T22:16:36.934Z Compiling ipnet v2.12.0
15792026-08-28T22:16:36.990Z Compiling idna_adapter v1.2.1
15802026-08-28T22:16:37.046Z Compiling digest v0.10.7
15812026-08-28T22:16:37.108Z Compiling idna v1.1.0
15822026-08-28T22:16:37.144Z Compiling hex v0.4.3
15832026-08-28T22:16:37.218Z Compiling toml_datetime v0.6.11
15842026-08-28T22:16:37.317Z Compiling ppv-lite86 v0.2.21
15852026-08-28T22:16:37.434Z Compiling url v2.5.8
15862026-08-28T22:16:37.448Z Compiling spki v0.7.3
15872026-08-28T22:16:37.467Z Compiling http-body v1.0.1
15882026-08-28T22:16:37.496Z Compiling sha2 v0.10.9
15892026-08-28T22:16:37.502Z Compiling signature v2.2.0
15902026-08-28T22:16:37.531Z Compiling hmac v0.12.1
15912026-08-28T22:16:37.545Z Compiling serde_spanned v0.6.9
15922026-08-28T22:16:37.633Z Compiling rand_chacha v0.9.0
15932026-08-28T22:16:37.669Z Compiling pkcs8 v0.10.2
15942026-08-28T22:16:37.684Z Compiling rand_chacha v0.3.1
15952026-08-28T22:16:37.695Z Compiling http-body-util v0.1.3
15962026-08-28T22:16:37.730Z Compiling clap v4.6.1
15972026-08-28T22:16:37.767Z Compiling scroll_derive v0.12.1
15982026-08-28T22:16:37.838Z Compiling pkcs1 v0.7.5
15992026-08-28T22:16:37.924Z Compiling rand v0.9.2
16002026-08-28T22:16:37.959Z Compiling rand v0.8.6
16012026-08-28T22:16:38.038Z Compiling dof v0.4.0
16022026-08-28T22:16:38.073Z Compiling array-init v0.0.4
16032026-08-28T22:16:38.273Z Compiling crc v3.4.0
16042026-08-28T22:16:38.293Z Compiling smallvec v0.6.14
16052026-08-28T22:16:38.340Z Compiling darling_core v0.23.0
16062026-08-28T22:16:38.530Z Compiling heapless v0.7.17
16072026-08-28T22:16:38.545Z Compiling slog v2.8.2
16082026-08-28T22:16:38.545Z Compiling thread-id v5.1.0
16092026-08-28T22:16:38.566Z Compiling proptest v1.11.0
16102026-08-28T22:16:38.567Z Compiling env_filter v2.0.0
16112026-08-28T22:16:38.632Z Compiling syn v3.0.3
16122026-08-28T22:16:38.746Z Compiling cookie v0.18.1
16132026-08-28T22:16:38.756Z Compiling anyhow v1.0.104
16142026-08-28T22:16:38.880Z Compiling ipnetwork v0.21.1
16152026-08-28T22:16:38.885Z Compiling ryu v1.0.23
16162026-08-28T22:16:38.917Z Compiling unicode-properties v0.1.4
16172026-08-28T22:16:38.938Z Compiling hashbrown v0.12.3
16182026-08-28T22:16:39.074Z Compiling iri-string v0.7.10
16192026-08-28T22:16:39.171Z Compiling allocator-api2 v0.2.21
16202026-08-28T22:16:39.202Z Compiling gimli v0.32.3
16212026-08-28T22:16:39.202Z Compiling unicode-bidi v0.3.18
16222026-08-28T22:16:39.202Z Compiling base64 v0.21.7
16232026-08-28T22:16:39.250Z Compiling signal-hook v0.3.18
16242026-08-28T22:16:39.288Z Compiling zstd-safe v7.2.4
16252026-08-28T22:16:39.327Z Compiling winnow v0.5.40
16262026-08-28T22:16:39.427Z Compiling ron v0.8.1
16272026-08-28T22:16:39.481Z Compiling stringprep v0.1.5
16282026-08-28T22:16:39.520Z Compiling oxnet v0.1.6
16292026-08-28T22:16:39.633Z Compiling serde_urlencoded v0.7.1
16302026-08-28T22:16:39.703Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-28T22:16:39.772Z Compiling rsa v0.9.10
16322026-08-28T22:16:39.948Z Compiling env_logger v0.11.11
16332026-08-28T22:16:39.990Z Compiling scroll v0.12.0
16342026-08-28T22:16:40.005Z Compiling serde-hex v0.1.0
16352026-08-28T22:16:40.271Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-28T22:16:40.312Z Compiling camino v1.2.5
16372026-08-28T22:16:40.398Z Compiling hashbrown v0.13.2
16382026-08-28T22:16:40.470Z Compiling tokio-util v0.7.18
16392026-08-28T22:16:40.502Z Compiling tower v0.5.3
16402026-08-28T22:16:40.634Z Compiling toml_edit v0.19.15
16412026-08-28T22:16:40.770Z Compiling tokio-native-tls v0.3.1
16422026-08-28T22:16:40.793Z Compiling x509-cert v0.2.5
16432026-08-28T22:16:40.920Z Compiling tower-http v0.6.8
16442026-08-28T22:16:40.935Z Compiling addr2line v0.25.1
16452026-08-28T22:16:40.954Z Compiling darling_macro v0.23.0
16462026-08-28T22:16:41.009Z Compiling newtype-uuid v1.3.2
16472026-08-28T22:16:41.113Z Compiling crypto-common v0.2.2
16482026-08-28T22:16:41.294Z Compiling h2 v0.4.15
16492026-08-28T22:16:41.333Z Compiling block-buffer v0.12.1
16502026-08-28T22:16:41.368Z Compiling block-padding v0.4.2
16512026-08-28T22:16:41.469Z Compiling md-5 v0.10.6
16522026-08-28T22:16:41.549Z Compiling structmeta v0.3.0
16532026-08-28T22:16:41.564Z Compiling rustls-native-certs v0.8.3
16542026-08-28T22:16:41.568Z Compiling derive_builder_macro v0.20.2
16552026-08-28T22:16:41.777Z Compiling bzip2 v0.4.4
16562026-08-28T22:16:41.793Z Compiling erased-serde v0.3.31
16572026-08-28T22:16:41.873Z Compiling serde_tokenstream v0.2.3
16582026-08-28T22:16:42.067Z Compiling bstr v1.12.1
16592026-08-28T22:16:42.142Z Compiling daft-derive v0.1.8
16602026-08-28T22:16:42.199Z Compiling async-trait v0.1.89
16612026-08-28T22:16:42.305Z Compiling zerocopy-derive v0.7.35
16622026-08-28T22:16:42.397Z Compiling pin-project-internal v1.1.11
16632026-08-28T22:16:42.442Z Compiling heck v0.4.1
16642026-08-28T22:16:42.680Z Compiling curve25519-dalek v4.1.3
16652026-08-28T22:16:42.703Z Compiling vergen-lib v9.1.0
16662026-08-28T22:16:42.725Z Compiling hash32 v0.2.1
16672026-08-28T22:16:42.843Z Compiling memoffset v0.9.1
16682026-08-28T22:16:42.869Z Compiling encoding_rs v0.8.35
16692026-08-28T22:16:42.883Z Compiling litrs v1.0.0
16702026-08-28T22:16:42.898Z Compiling fallible-iterator v0.2.0
16712026-08-28T22:16:42.931Z Compiling ref-cast v1.0.25
16722026-08-28T22:16:43.034Z Compiling owo-colors v4.3.0
16732026-08-28T22:16:43.133Z Compiling cfg_aliases v0.2.1
16742026-08-28T22:16:43.190Z Compiling rustc-demangle v0.1.27
16752026-08-28T22:16:43.314Z Compiling psl-types v2.0.11
16762026-08-28T22:16:43.348Z Compiling smoltcp v0.9.1
16772026-08-28T22:16:43.348Z Compiling crc-any v2.5.0
16782026-08-28T22:16:43.348Z Compiling rustix v0.38.44
16792026-08-28T22:16:43.348Z Compiling mime v0.3.17
16802026-08-28T22:16:43.377Z Compiling publicsuffix v2.3.0
16812026-08-28T22:16:43.427Z Compiling document-features v0.2.12
16822026-08-28T22:16:43.506Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16832026-08-28T22:16:43.525Z Compiling zerocopy v0.7.35
16842026-08-28T22:16:43.578Z Compiling postgres-protocol v0.6.10
16852026-08-28T22:16:43.597Z Compiling nix v0.31.2
16862026-08-28T22:16:43.602Z Compiling pin-project v1.1.11
16872026-08-28T22:16:43.757Z Compiling daft v0.1.8
16882026-08-28T22:16:43.765Z Compiling snafu-derive v0.8.9
16892026-08-28T22:16:43.983Z Compiling derive_builder v0.20.2
16902026-08-28T22:16:44.079Z Compiling toml v0.7.8
16912026-08-28T22:16:44.088Z Compiling zip v0.6.6
16922026-08-28T22:16:44.118Z Compiling derive-ex v0.1.8
16932026-08-28T22:16:44.133Z Compiling inout v0.2.2
16942026-08-28T22:16:44.156Z Compiling darling v0.23.0
16952026-08-28T22:16:44.197Z Compiling object v0.30.4
16962026-08-28T22:16:44.237Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16972026-08-28T22:16:44.253Z Compiling goblin v0.8.2
16982026-08-28T22:16:44.496Z Compiling hyper v1.10.1
16992026-08-28T22:16:44.711Z Compiling backtrace v0.3.76
17002026-08-28T22:16:44.773Z Compiling futures-executor v0.3.32
17012026-08-28T22:16:44.773Z Compiling hubpack_derive v0.1.1
17022026-08-28T22:16:44.834Z Compiling regex v1.12.3
17032026-08-28T22:16:44.961Z Compiling phf_shared v0.13.1
17042026-08-28T22:16:45.430Z Compiling strum_macros v0.27.2
17052026-08-28T22:16:45.430Z Compiling curve25519-dalek-derive v0.1.1
17062026-08-28T22:16:45.430Z Compiling ref-cast-impl v1.0.25
17072026-08-28T22:16:45.582Z Compiling convert_case v0.10.0
17082026-08-28T22:16:45.582Z Compiling vergen v9.1.0
17092026-08-28T22:16:45.591Z Compiling cargo-platform v0.3.2
17102026-08-28T22:16:45.591Z Compiling ff v0.13.1
17112026-08-28T22:16:45.825Z Compiling fs-err v3.3.0
17122026-08-28T22:16:45.825Z Compiling jiff-core v0.1.0
17132026-08-28T22:16:45.825Z Compiling bitflags v1.3.2
17142026-08-28T22:16:45.825Z Compiling foldhash v0.1.5
17152026-08-28T22:16:45.825Z Compiling is_ci v1.2.0
17162026-08-28T22:16:46.063Z Compiling hyper-util v0.1.20
17172026-08-28T22:16:46.063Z Compiling libbz2-rs-sys v0.2.2
17182026-08-28T22:16:46.063Z Compiling same-file v1.0.6
17192026-08-28T22:16:46.063Z Compiling managed v0.8.0
17202026-08-28T22:16:46.063Z Compiling bumpalo v3.20.2
17212026-08-28T22:16:46.063Z Compiling foldhash v0.2.0
17222026-08-28T22:16:46.190Z Compiling base16ct v0.2.0
17232026-08-28T22:16:46.190Z Compiling path-slash v0.1.5
17242026-08-28T22:16:46.190Z Compiling test-strategy v0.4.5
17252026-08-28T22:16:46.190Z Compiling zopfli v0.8.3
17262026-08-28T22:16:46.190Z Compiling sec1 v0.7.3
17272026-08-28T22:16:46.191Z Compiling hashbrown v0.16.1
17282026-08-28T22:16:46.191Z Compiling bzip2 v0.6.1
17292026-08-28T22:16:46.263Z Compiling walkdir v2.5.0
17302026-08-28T22:16:46.509Z Compiling jiff v0.2.34
17312026-08-28T22:16:46.518Z Compiling snafu v0.8.9
17322026-08-28T22:16:46.518Z Compiling textwrap v0.16.2
17332026-08-28T22:16:46.691Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17342026-08-28T22:16:46.785Z Compiling dof v0.3.0
17352026-08-28T22:16:46.785Z Compiling hashbrown v0.15.5
17362026-08-28T22:16:46.785Z Compiling supports-color v3.0.2
17372026-08-28T22:16:46.942Z Compiling group v0.13.0
17382026-08-28T22:16:47.004Z Compiling derive_more-impl v2.1.1
17392026-08-28T22:16:47.126Z Compiling strum v0.27.2
17402026-08-28T22:16:47.126Z Compiling cargo_metadata v0.23.1
17412026-08-28T22:16:47.126Z Compiling hyper-tls v0.6.0
17422026-08-28T22:16:47.171Z Compiling hubpack v0.1.2
17432026-08-28T22:16:47.224Z Compiling phf v0.13.1
17442026-08-28T22:16:47.266Z Compiling backtrace-ext v0.2.1
17452026-08-28T22:16:47.326Z Compiling reqwest v0.12.28
17462026-08-28T22:16:47.375Z Compiling futures v0.3.32
17472026-08-28T22:16:47.387Z Compiling signal-hook-mio v0.2.5
17482026-08-28T22:16:47.387Z Compiling cookie_store v0.22.1
17492026-08-28T22:16:47.387Z Compiling zstd v0.13.3
17502026-08-28T22:16:47.445Z Compiling cipher v0.5.2
17512026-08-28T22:16:47.455Z Compiling serde_with_macros v3.21.0
17522026-08-28T22:16:47.547Z Compiling postgres-types v0.2.12
17532026-08-28T22:16:48.272Z Compiling globset v0.4.18
17542026-08-28T22:16:48.369Z Compiling usdt-macro v0.6.0
17552026-08-28T22:16:48.369Z Compiling usdt-attr-macro v0.6.0
17562026-08-28T22:16:48.369Z Compiling byte-wrapper v0.1.0
17572026-08-28T22:16:48.369Z Compiling ed25519 v2.2.3
17582026-08-28T22:16:48.369Z Compiling hkdf v0.12.4
17592026-08-28T22:16:48.369Z Compiling crypto-bigint v0.5.5
17602026-08-28T22:16:48.489Z Compiling olpc-cjson v0.1.4
17612026-08-28T22:16:48.555Z Compiling serde_plain v1.0.2
17622026-08-28T22:16:48.622Z Compiling serde-big-array v0.5.1
17632026-08-28T22:16:48.622Z Compiling dtrace-parser v0.2.0
17642026-08-28T22:16:48.683Z Compiling phf_shared v0.11.3
17652026-08-28T22:16:48.688Z Compiling miette-derive v7.6.0
17662026-08-28T22:16:48.688Z Compiling enum-as-inner v0.6.1
17672026-08-28T22:16:48.688Z Compiling async-recursion v1.1.1
17682026-08-28T22:16:48.688Z Compiling strum_macros v0.26.4
17692026-08-28T22:16:48.845Z Compiling serde_repr v0.1.20
17702026-08-28T22:16:48.864Z Compiling float-cmp v0.10.0
17712026-08-28T22:16:49.003Z Compiling pem v3.0.6
17722026-08-28T22:16:49.033Z Compiling thread-id v4.2.2
17732026-08-28T22:16:49.069Z Compiling memmap2 v0.9.10
17742026-08-28T22:16:49.098Z Compiling typed-path v0.9.3
17752026-08-28T22:16:49.215Z Compiling precomputed-hash v0.1.1
17762026-08-28T22:16:49.279Z Compiling winnow v1.0.3
17772026-08-28T22:16:49.308Z Compiling new_debug_unreachable v1.0.6
17782026-08-28T22:16:49.318Z Compiling const-oid v0.10.2
17792026-08-28T22:16:49.339Z Compiling predicates-core v1.0.10
17802026-08-28T22:16:49.398Z Compiling fixedbitset v0.5.7
17812026-08-28T22:16:49.414Z Compiling either v1.15.0
17822026-08-28T22:16:49.415Z Compiling keccak v0.1.6
17832026-08-28T22:16:49.541Z Compiling supports-hyperlinks v3.2.0
17842026-08-28T22:16:49.573Z Compiling data-encoding v2.10.0
17852026-08-28T22:16:49.659Z Compiling cpufeatures v0.3.0
17862026-08-28T22:16:49.743Z Compiling fixedbitset v0.4.2
17872026-08-28T22:16:49.817Z Compiling difflib v0.4.0
17882026-08-28T22:16:49.817Z Compiling static_assertions v1.1.0
17892026-08-28T22:16:49.826Z Compiling normalize-line-endings v0.3.0
17902026-08-28T22:16:49.839Z Compiling supports-unicode v3.0.0
17912026-08-28T22:16:49.839Z Compiling whoami v2.1.0
17922026-08-28T22:16:49.966Z Compiling petgraph v0.6.5
17932026-08-28T22:16:50.115Z Compiling miette v7.6.0
17942026-08-28T22:16:50.115Z Compiling hickory-proto v0.25.2
17952026-08-28T22:16:50.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-28T22:16:50.115Z Compiling chacha20 v0.10.0
17972026-08-28T22:16:50.201Z Compiling tokio-postgres v0.7.16
17982026-08-28T22:16:50.340Z Compiling predicates v3.1.4
17992026-08-28T22:16:50.475Z Compiling toml_parser v1.1.2+spec-1.1.0
18002026-08-28T22:16:50.475Z Compiling petgraph v0.8.3
18012026-08-28T22:16:50.475Z Compiling itertools v0.13.0
18022026-08-28T22:16:50.489Z Compiling sha3 v0.10.8
18032026-08-28T22:16:50.489Z Compiling toml_edit v0.22.27
18042026-08-28T22:16:50.785Z Compiling digest v0.11.3
18052026-08-28T22:16:50.988Z Compiling strum v0.26.3
18062026-08-28T22:16:50.988Z Compiling string_cache v0.8.9
18072026-08-28T22:16:50.988Z Compiling elliptic-curve v0.13.8
18082026-08-28T22:16:51.209Z Compiling usdt v0.6.0
18092026-08-28T22:16:51.209Z Compiling usdt-impl v0.5.0
18102026-08-28T22:16:51.209Z Compiling serde_with v3.21.0
18112026-08-28T22:16:51.209Z Compiling crossterm v0.28.1
18122026-08-28T22:16:51.324Z Compiling zip v4.6.1
18132026-08-28T22:16:51.324Z Compiling ed25519-dalek v2.2.0
18142026-08-28T22:16:51.325Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18152026-08-28T22:16:51.325Z Compiling derive_more v2.1.1
18162026-08-28T22:16:51.508Z Compiling iddqd v0.4.2
18172026-08-28T22:16:51.738Z Compiling crossbeam-epoch v0.9.18
18182026-08-28T22:16:51.866Z Compiling similar v2.7.0
18192026-08-28T22:16:52.082Z Compiling tokio-stream v0.1.18
18202026-08-28T22:16:52.199Z Compiling buf-list v1.1.2
18212026-08-28T22:16:52.199Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18222026-08-28T22:16:52.278Z Compiling openapiv3 v2.2.0
18232026-08-28T22:16:52.395Z Compiling lalrpop-util v0.19.12
18242026-08-28T22:16:52.499Z Compiling peg-runtime v0.8.5
18252026-08-28T22:16:52.499Z Compiling thread_local v1.1.9
18262026-08-28T22:16:52.648Z Compiling slog-async v2.8.0
18272026-08-28T22:16:52.648Z Compiling crossbeam-channel v0.5.15
18282026-08-28T22:16:52.694Z Compiling filetime v0.2.27
18292026-08-28T22:16:52.694Z Compiling is-terminal v0.4.17
18302026-08-28T22:16:52.694Z Compiling take_mut v0.2.2
18312026-08-28T22:16:52.785Z Compiling term v1.2.1
18322026-08-28T22:16:52.818Z Compiling xattr v1.6.1
18332026-08-28T22:16:52.818Z Compiling camino-tempfile v1.4.1
18342026-08-28T22:16:53.026Z Compiling tar v0.4.46
18352026-08-28T22:16:57.689Z Compiling slog-term v2.9.2
18362026-08-28T22:17:10.068Z Compiling rustls-webpki v0.103.13
18372026-08-28T22:17:12.766Z Compiling tokio-rustls v0.26.4
18382026-08-28T22:17:12.766Z Compiling rustls-platform-verifier v0.6.2
18392026-08-28T22:17:12.777Z Compiling tough v0.22.0
18402026-08-28T22:17:12.962Z Compiling hyper-rustls v0.27.7
18412026-08-28T22:17:13.148Z Compiling reqwest v0.13.2
18422026-08-28T22:17:15.307Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18432026-08-28T22:17:15.543Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18442026-08-28T22:17:18.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.48s
18452026-08-28T22:17:18.568Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18462026-08-28T22:17:18.621ZAug 28 22:17:17.652 INFO Starting download, target: Cockroach
18472026-08-28T22:17:18.622ZAug 28 22:17:17.652 INFO Starting download, target: MaghemiteMgd
18482026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Starting download, target: Console
18492026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Starting download, target: Clickhouse
18502026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Starting download, target: DendriteStub
18512026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Starting download, target: MaghemiteDdmd
18522026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Starting download, target: TransceiverControl
18532026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18542026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18552026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18562026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18572026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18582026-08-28T22:17:18.634ZAug 28 22:17:17.653 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18592026-08-28T22:17:18.635ZAug 28 22:17:17.653 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18602026-08-28T22:17:19.014ZAug 28 22:17:18.042 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18612026-08-28T22:17:19.224ZAug 28 22:17:18.249 INFO Download complete, target: TransceiverControl
18622026-08-28T22:17:20.494ZAug 28 22:17:19.510 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18632026-08-28T22:17:20.733ZAug 28 22:17:19.754 INFO Download complete, target: Console
18642026-08-28T22:17:21.121ZAug 28 22:17:20.149 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18652026-08-28T22:17:21.156ZAug 28 22:17:20.164 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18662026-08-28T22:17:21.497ZAug 28 22:17:20.526 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18672026-08-28T22:17:21.963ZAug 28 22:17:20.963 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18682026-08-28T22:17:21.963ZAug 28 22:17:20.963 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18692026-08-28T22:17:22.060ZAug 28 22:17:21.087 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18702026-08-28T22:17:23.037ZAug 28 22:17:22.053 INFO Download complete, target: MaghemiteDdmd
18712026-08-28T22:17:23.691ZAug 28 22:17:22.710 INFO Download complete, target: DendriteStub
18722026-08-28T22:17:24.051ZAug 28 22:17:23.065 INFO Download complete, target: MaghemiteMgd
18732026-08-28T22:17:26.505ZAug 28 22:17:25.528 INFO Checking that binary works, target: Cockroach
18742026-08-28T22:17:26.630ZAug 28 22:17:25.654 INFO Download complete, target: Cockroach
18752026-08-28T22:17:28.710ZAug 28 22:17:27.633 INFO Checking that binary works, target: Clickhouse
18762026-08-28T22:17:28.745ZAug 28 22:17:27.725 INFO Download complete, target: Clickhouse
18772026-08-28T22:17:28.745ZAll prerequisites installed successfully
18782026-08-28T22:17:28.746Z
18792026-08-28T22:17:28.746Zreal 1:33.761055592
18802026-08-28T22:17:28.746Zuser 7:17.529253619
18812026-08-28T22:17:28.746Zsys 1:41.794803596
18822026-08-28T22:17:28.746Ztrap 0.253386221
18832026-08-28T22:17:28.746Ztflt 0.874280192
18842026-08-28T22:17:28.746Zdflt 1.820317209
18852026-08-28T22:17:28.746Zkflt 0.029299448
18862026-08-28T22:17:28.746Zlock 28:07.355792571
18872026-08-28T22:17:28.746Zslp 19:46.142007680
18882026-08-28T22:17:28.746Zlat 25.220194245
18892026-08-28T22:17:28.747Zstop 2:57.358534016
18902026-08-28T22:17:28.747Z+ source ./tools/include/force-git-over-https.sh
18912026-08-28T22:17:28.747Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18922026-08-28T22:17:28.748Z++ (( i = 0 ))
18932026-08-28T22:17:28.748Z++ (( i < 5 ))
18942026-08-28T22:17:28.748Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18952026-08-28T22:17:28.748Z++ (( i++ ))
18962026-08-28T22:17:28.748Z++ (( i < 5 ))
18972026-08-28T22:17:28.748Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18982026-08-28T22:17:28.748Z++ (( i++ ))
18992026-08-28T22:17:28.748Z++ (( i < 5 ))
19002026-08-28T22:17:28.748Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19012026-08-28T22:17:28.748Z++ (( i++ ))
19022026-08-28T22:17:28.748Z++ (( i < 5 ))
19032026-08-28T22:17:28.748Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19042026-08-28T22:17:28.748Z++ (( i++ ))
19052026-08-28T22:17:28.749Z++ (( i < 5 ))
19062026-08-28T22:17:28.749Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19072026-08-28T22:17:28.759Z++ (( i++ ))
19082026-08-28T22:17:28.759Z++ (( i < 5 ))
19092026-08-28T22:17:28.759Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19102026-08-28T22:17:28.759Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19112026-08-28T22:17:28.759Z+ rc=0
19122026-08-28T22:17:28.759Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19132026-08-28T22:17:36.562Z+ case $rc in
19142026-08-28T22:17:36.562Z+ pfexec zfs create -p rpool/images/build/host
19152026-08-28T22:17:36.664Z+ pfexec zfs create -p rpool/images/build/recovery
19162026-08-28T22:17:36.712Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19172026-08-28T22:17:37.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19182026-08-28T22:17:37.179Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19192026-08-28T22:17:38.027Z Compiling proc-macro2 v1.0.106
19202026-08-28T22:17:38.027Z Compiling quote v1.0.45
19212026-08-28T22:17:38.027Z Compiling unicode-ident v1.0.24
19222026-08-28T22:17:38.027Z Compiling serde_core v1.0.228
19232026-08-28T22:17:38.031Z Compiling libc v0.2.185
19242026-08-28T22:17:38.031Z Compiling serde v1.0.228
19252026-08-28T22:17:38.031Z Compiling cfg-if v1.0.4
19262026-08-28T22:17:38.031Z Compiling find-msvc-tools v0.1.9
19272026-08-28T22:17:38.161Z Compiling shlex v1.3.0
19282026-08-28T22:17:38.166Z Compiling autocfg v1.5.0
19292026-08-28T22:17:38.166Z Compiling version_check v0.9.5
19302026-08-28T22:17:38.167Z Compiling zerocopy v0.8.55
19312026-08-28T22:17:38.168Z Compiling portable-atomic v1.13.1
19322026-08-28T22:17:38.168Z Compiling memchr v2.8.0
19332026-08-28T22:17:38.168Z Compiling zmij v1.0.21
19342026-08-28T22:17:38.295Z Compiling serde_json v1.0.151
19352026-08-28T22:17:38.318Z Compiling libm v0.2.16
19362026-08-28T22:17:38.678Z Compiling getrandom v0.4.3
19372026-08-28T22:17:38.714Z Compiling num-traits v0.2.19
19382026-08-28T22:17:38.714Z Compiling parking_lot_core v0.9.12
19392026-08-28T22:17:38.718Z Compiling pkg-config v0.3.32
19402026-08-28T22:17:38.719Z Compiling icu_normalizer_data v2.1.1
19412026-08-28T22:17:38.719Z Compiling icu_properties_data v2.1.2
19422026-08-28T22:17:38.751Z Compiling smallvec v1.15.1
19432026-08-28T22:17:38.832Z Compiling generic-array v0.14.7
19442026-08-28T22:17:38.837Z Compiling rustix v1.1.4
19452026-08-28T22:17:38.837Z Compiling log v0.4.33
19462026-08-28T22:17:38.914Z Compiling itoa v1.0.17
19472026-08-28T22:17:38.949Z Compiling getrandom v0.3.4
19482026-08-28T22:17:38.964Z Compiling subtle v2.6.1
19492026-08-28T22:17:39.067Z Compiling scopeguard v1.2.0
19502026-08-28T22:17:39.145Z Compiling stable_deref_trait v1.2.1
19512026-08-28T22:17:39.240Z Compiling jobserver v0.1.34
19522026-08-28T22:17:39.275Z Compiling errno v0.3.14
19532026-08-28T22:17:39.284Z Compiling lock_api v0.4.14
19542026-08-28T22:17:39.284Z Compiling typenum v1.20.1
19552026-08-28T22:17:39.284Z Compiling critical-section v1.2.0
19562026-08-28T22:17:39.401Z Compiling rand_core v0.10.0
19572026-08-28T22:17:39.444Z Compiling cc v1.2.56
19582026-08-28T22:17:39.444Z Compiling thiserror v2.0.18
19592026-08-28T22:17:39.597Z Compiling syn v2.0.117
19602026-08-28T22:17:39.693Z Compiling getrandom v0.2.17
19612026-08-28T22:17:39.810Z Compiling dunce v1.0.5
19622026-08-28T22:17:39.825Z Compiling fs_extra v1.3.0
19632026-08-28T22:17:39.825Z Compiling heck v0.5.0
19642026-08-28T22:17:39.987Z Compiling rand_core v0.6.4
19652026-08-28T22:17:39.987Z Compiling once_cell v1.21.3
19662026-08-28T22:17:39.996Z Compiling percent-encoding v2.3.2
19672026-08-28T22:17:39.996Z Compiling litemap v0.8.1
19682026-08-28T22:17:40.084Z Compiling writeable v0.6.2
19692026-08-28T22:17:40.084Z Compiling const-oid v0.9.6
19702026-08-28T22:17:40.139Z Compiling schemars v0.8.22
19712026-08-28T22:17:40.155Z Compiling cmake v0.1.57
19722026-08-28T22:17:40.155Z Compiling pin-project-lite v0.2.17
19732026-08-28T22:17:41.031Z Compiling equivalent v1.0.2
19742026-08-28T22:17:41.151Z Compiling signal-hook-registry v1.4.8
19752026-08-28T22:17:41.151Z Compiling aws-lc-rs v1.16.3
19762026-08-28T22:17:41.151Z Compiling bitflags v2.11.0
19772026-08-28T22:17:41.151Z Compiling semver v1.0.28
19782026-08-28T22:17:41.151Z Compiling futures-core v0.3.32
19792026-08-28T22:17:41.151Z Compiling rustversion v1.0.22
19802026-08-28T22:17:41.151Z Compiling aws-lc-sys v0.40.0
19812026-08-28T22:17:41.159Z Compiling parking_lot v0.12.5
19822026-08-28T22:17:41.159Z Compiling mio v1.2.0
19832026-08-28T22:17:41.159Z Compiling utf8_iter v1.0.4
19842026-08-28T22:17:41.159Z Compiling crc32fast v1.5.0
19852026-08-28T22:17:41.159Z Compiling form_urlencoded v1.2.2
19862026-08-28T22:17:41.371Z Compiling strsim v0.11.1
19872026-08-28T22:17:41.559Z Compiling fnv v1.0.7
19882026-08-28T22:17:41.559Z Compiling vcpkg v0.2.15
19892026-08-28T22:17:41.559Z Compiling hashbrown v0.17.0
19902026-08-28T22:17:41.559Z Compiling syn v1.0.109
19912026-08-28T22:17:41.559Z Compiling byteorder v1.5.0
19922026-08-28T22:17:41.702Z Compiling socket2 v0.6.3
19932026-08-28T22:17:41.836Z Compiling radium v0.7.0
19942026-08-28T22:17:41.917Z Compiling futures-sink v0.3.32
19952026-08-28T22:17:41.917Z Compiling httparse v1.10.1
19962026-08-28T22:17:41.959Z Compiling futures-channel v0.3.32
19972026-08-28T22:17:41.959Z Compiling openssl-sys v0.9.117
19982026-08-28T22:17:42.074Z Compiling futures-io v0.3.32
19992026-08-28T22:17:42.102Z Compiling slab v0.4.12
20002026-08-28T22:17:42.102Z Compiling indexmap v2.14.0
20012026-08-28T22:17:42.102Z Compiling futures-task v0.3.32
20022026-08-28T22:17:42.102Z Compiling thiserror v1.0.69
20032026-08-28T22:17:42.133Z Compiling iana-time-zone v0.1.65
20042026-08-28T22:17:42.178Z Compiling maybe-uninit v2.0.0
20052026-08-28T22:17:42.243Z Compiling rustls v0.23.41
20062026-08-28T22:17:42.429Z Compiling base64 v0.22.1
20072026-08-28T22:17:42.436Z Compiling synstructure v0.13.2
20082026-08-28T22:17:42.437Z Compiling serde_derive_internals v0.29.1
20092026-08-28T22:17:42.437Z Compiling rustc_version v0.4.1
20102026-08-28T22:17:42.684Z Compiling bzip2-sys v0.1.13+1.0.8
20112026-08-28T22:17:42.732Z Compiling uuid v1.23.4
20122026-08-28T22:17:42.733Z Compiling ahash v0.8.12
20132026-08-28T22:17:42.814Z Compiling packed_struct v0.10.1
20142026-08-28T22:17:42.859Z Compiling ucd-trie v0.1.7
20152026-08-28T22:17:42.859Z Compiling base64ct v1.8.3
20162026-08-28T22:17:42.895Z Compiling regex-syntax v0.8.10
20172026-08-28T22:17:42.895Z Compiling num-bigint-dig v0.8.6
20182026-08-28T22:17:42.927Z Compiling ident_case v1.0.1
20192026-08-28T22:17:42.988Z Compiling rand_core v0.9.5
20202026-08-28T22:17:43.040Z Compiling pest v2.8.6
20212026-08-28T22:17:43.091Z Compiling fastrand v2.3.0
20222026-08-28T22:17:43.168Z Compiling openssl v0.10.80
20232026-08-28T22:17:43.168Z Compiling dyn-clone v1.0.20
20242026-08-28T22:17:43.181Z Compiling pem-rfc7468 v0.7.0
20252026-08-28T22:17:43.264Z Compiling flagset v0.4.7
20262026-08-28T22:17:44.096Z Compiling indexmap v1.9.3
20272026-08-28T22:17:44.299Z Compiling unicode-segmentation v1.12.0
20282026-08-28T22:17:44.299Z Compiling tempfile v3.27.0
20292026-08-28T22:17:44.299Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20302026-08-28T22:17:44.299Z Compiling native-tls v0.2.18
20312026-08-28T22:17:44.299Z Compiling cpufeatures v0.2.17
20322026-08-28T22:17:44.299Z Compiling paste v1.0.15
20332026-08-28T22:17:44.299Z Compiling serde_derive v1.0.228
20342026-08-28T22:17:44.299Z Compiling zeroize_derive v1.5.0
20352026-08-28T22:17:44.299Z Compiling zerofrom-derive v0.1.6
20362026-08-28T22:17:44.299Z Compiling zerocopy-derive v0.8.55
20372026-08-28T22:17:44.300Z Compiling yoke-derive v0.8.1
20382026-08-28T22:17:44.300Z Compiling zerovec-derive v0.11.2
20392026-08-28T22:17:44.300Z Compiling displaydoc v0.2.5
20402026-08-28T22:17:44.300Z Compiling tokio-macros v2.7.0
20412026-08-28T22:17:44.300Z Compiling futures-macro v0.3.32
20422026-08-28T22:17:44.301Z Compiling der_derive v0.7.3
20432026-08-28T22:17:44.301Z Compiling thiserror-impl v2.0.18
20442026-08-28T22:17:44.591Z Compiling schemars_derive v0.8.22
20452026-08-28T22:17:44.591Z Compiling tracing-attributes v0.1.31
20462026-08-28T22:17:44.591Z Compiling thiserror-impl v1.0.69
20472026-08-28T22:17:44.747Z Compiling clap_derive v4.6.1
20482026-08-28T22:17:44.747Z Compiling pest_meta v2.8.6
20492026-08-28T22:17:44.925Z Compiling futures-util v0.3.32
20502026-08-28T22:17:45.026Z Compiling zerofrom v0.1.6
20512026-08-28T22:17:45.026Z Compiling zerocopy-derive v0.6.6
20522026-08-28T22:17:45.026Z Compiling yoke v0.8.1
20532026-08-28T22:17:45.207Z Compiling zerovec v0.11.5
20542026-08-28T22:17:45.326Z Compiling zerotrie v0.2.3
20552026-08-28T22:17:45.460Z Compiling packed_struct_codegen v0.10.1
20562026-08-28T22:17:45.621Z Compiling bitfield-macros v0.19.4
20572026-08-28T22:17:45.686Z Compiling pest_generator v2.8.6
20582026-08-28T22:17:45.781Z Compiling tinystr v0.8.2
20592026-08-28T22:17:45.896Z Compiling potential_utf v0.1.4
20602026-08-28T22:17:46.038Z Compiling openssl-macros v0.1.1
20612026-08-28T22:17:46.109Z Compiling icu_locale_core v2.1.1
20622026-08-28T22:17:46.109Z Compiling icu_collections v2.1.1
20632026-08-28T22:17:49.879Z Compiling simd-adler32 v0.3.8
20642026-08-28T22:17:49.931Z Compiling pest_derive v2.8.6
20652026-08-28T22:17:49.931Z Compiling scroll_derive v0.13.1
20662026-08-28T22:17:49.931Z Compiling icu_provider v2.1.1
20672026-08-28T22:17:49.931Z Compiling zeroize v1.9.0
20682026-08-28T22:17:49.931Z Compiling bytes v1.11.1
20692026-08-28T22:17:50.106Z Compiling icu_normalizer v2.1.1
20702026-08-28T22:17:50.106Z Compiling icu_properties v2.1.2
20712026-08-28T22:17:50.106Z Compiling chrono v0.4.45
20722026-08-28T22:17:50.106Z Compiling der v0.7.10
20732026-08-28T22:17:50.106Z Compiling tokio v1.52.1
20742026-08-28T22:17:50.106Z Compiling crypto-common v0.1.7
20752026-08-28T22:17:50.106Z Compiling block-buffer v0.10.4
20762026-08-28T22:17:50.106Z Compiling digest v0.10.7
20772026-08-28T22:17:50.106Z Compiling hex v0.4.3
20782026-08-28T22:17:50.106Z Compiling idna_adapter v1.2.1
20792026-08-28T22:17:50.106Z Compiling ppv-lite86 v0.2.21
20802026-08-28T22:17:50.106Z Compiling idna v1.1.0
20812026-08-28T22:17:50.106Z Compiling syn v3.0.3
20822026-08-28T22:17:50.106Z Compiling spki v0.7.3
20832026-08-28T22:17:50.106Z Compiling crossbeam-utils v0.8.21
20842026-08-28T22:17:50.107Z Compiling url v2.5.8
20852026-08-28T22:17:50.107Z Compiling rand_chacha v0.9.0
20862026-08-28T22:17:50.107Z Compiling utf8parse v0.2.2
20872026-08-28T22:17:50.107Z Compiling adler2 v2.0.1
20882026-08-28T22:17:50.107Z Compiling rand v0.9.2
20892026-08-28T22:17:50.107Z Compiling anstyle v1.0.14
20902026-08-28T22:17:50.107Z Compiling camino v1.2.5
20912026-08-28T22:17:50.107Z Compiling miniz_oxide v0.8.9
20922026-08-28T22:17:50.107Z Compiling anstyle-parse v1.0.0
20932026-08-28T22:17:50.107Z Compiling pkcs8 v0.10.2
20942026-08-28T22:17:50.107Z Compiling sha2 v0.10.9
20952026-08-28T22:17:50.107Z Compiling http v1.4.2
20962026-08-28T22:17:50.107Z Compiling rustls-pki-types v1.14.0
20972026-08-28T22:17:50.325Z Compiling terminal_size v0.4.3
20982026-08-28T22:17:50.409Z Compiling spin v0.9.8
20992026-08-28T22:17:50.461Z Compiling time-core v0.1.8
21002026-08-28T22:17:50.512Z Compiling colorchoice v1.0.4
21012026-08-28T22:17:50.551Z Compiling anstyle-query v1.1.5
21022026-08-28T22:17:50.863Z Compiling num-conv v0.2.0
21032026-08-28T22:17:50.939Z Compiling tinyvec_macros v0.1.1
21042026-08-28T22:17:50.939Z Compiling is_terminal_polyfill v1.70.2
21052026-08-28T22:17:50.939Z Compiling async-trait v0.1.89
21062026-08-28T22:17:50.939Z Compiling tinyvec v1.10.0
21072026-08-28T22:17:50.939Z Compiling time-macros v0.2.27
21082026-08-28T22:17:50.939Z Compiling anstream v1.0.0
21092026-08-28T22:17:50.939Z Compiling structmeta-derive v0.3.0
21102026-08-28T22:17:50.953Z Compiling tracing-core v0.1.36
21112026-08-28T22:17:51.060Z Compiling plain v0.2.3
21122026-08-28T22:17:51.142Z Compiling object v0.37.3
21132026-08-28T22:17:51.188Z Compiling untrusted v0.7.1
21142026-08-28T22:17:51.294Z Compiling cmov v0.5.4
21152026-08-28T22:17:51.441Z Compiling tracing v0.1.44
21162026-08-28T22:17:51.523Z Compiling ctutils v0.4.2
21172026-08-28T22:17:51.556Z Compiling daft-derive v0.1.8
21182026-08-28T22:17:51.581Z Compiling http-body v1.0.1
21192026-08-28T22:17:51.763Z Compiling tokio-util v0.7.18
21202026-08-28T22:17:51.823Z Compiling toml_datetime v0.6.11
21212026-08-28T22:17:51.852Z Compiling serde_spanned v0.6.9
21222026-08-28T22:17:51.852Z Compiling pin-project-internal v1.1.11
21232026-08-28T22:17:51.881Z Compiling structmeta v0.3.0
21242026-08-28T22:17:52.110Z Compiling slog v2.8.2
21252026-08-28T22:17:52.125Z Compiling wait-timeout v0.2.1
21262026-08-28T22:17:52.151Z Compiling cookie v0.18.1
21272026-08-28T22:17:52.199Z Compiling quick-error v1.2.3
21282026-08-28T22:17:52.218Z Compiling zstd-safe v7.2.4
21292026-08-28T22:17:52.285Z Compiling bit-vec v0.8.0
21302026-08-28T22:17:52.326Z Compiling openssl-probe v0.2.1
21312026-08-28T22:17:52.455Z Compiling clap_lex v1.0.0
21322026-08-28T22:17:52.464Z Compiling untrusted v0.9.0
21332026-08-28T22:17:52.638Z Compiling tap v1.0.1
21342026-08-28T22:17:52.645Z Compiling bit-set v0.8.0
21352026-08-28T22:17:52.668Z Compiling wyz v0.5.1
21362026-08-28T22:17:52.738Z Compiling rusty-fork v0.3.1
21372026-08-28T22:17:52.829Z Compiling clap_builder v4.6.0
21382026-08-28T22:17:52.872Z Compiling derive-ex v0.1.8
21392026-08-28T22:17:52.904Z Compiling hybrid-array v0.4.13
21402026-08-28T22:17:53.059Z Compiling unicode-normalization v0.1.25
21412026-08-28T22:17:53.080Z Compiling rand_chacha v0.3.1
21422026-08-28T22:17:53.130Z Compiling signature v2.2.0
21432026-08-28T22:17:53.146Z Compiling heck v0.4.1
21442026-08-28T22:17:53.328Z Compiling scroll_derive v0.12.1
21452026-08-28T22:17:53.366Z Compiling rand_xorshift v0.4.0
21462026-08-28T22:17:53.380Z Compiling heapless v0.7.17
21472026-08-28T22:17:53.609Z Compiling num-integer v0.1.46
21482026-08-28T22:17:53.620Z Compiling aho-corasick v1.1.4
21492026-08-28T22:17:53.658Z Compiling tower-service v0.3.3
21502026-08-28T22:17:53.720Z Compiling tower-layer v0.3.3
21512026-08-28T22:17:53.729Z Compiling anyhow v1.0.104
21522026-08-28T22:17:53.784Z Compiling rustix v0.38.44
21532026-08-28T22:17:53.805Z Compiling try-lock v0.2.5
21542026-08-28T22:17:53.894Z Compiling unarray v0.1.4
21552026-08-28T22:17:54.018Z Compiling zlib-rs v0.6.2
21562026-08-28T22:17:54.027Z Compiling pretty-hex v0.4.1
21572026-08-28T22:17:54.053Z Compiling usdt-impl v0.6.0
21582026-08-28T22:17:54.125Z Compiling funty v2.0.0
21592026-08-28T22:17:54.147Z Compiling atomic-waker v1.1.2
21602026-08-28T22:17:54.174Z Compiling signal-hook v0.3.18
21612026-08-28T22:17:54.309Z Compiling want v0.3.1
21622026-08-28T22:17:54.331Z Compiling proptest v1.11.0
21632026-08-28T22:17:54.331Z Compiling h2 v0.4.15
21642026-08-28T22:17:54.377Z Compiling test-strategy v0.4.5
21652026-08-28T22:17:54.427Z Compiling num-iter v0.1.45
21662026-08-28T22:17:54.517Z Compiling bitvec v1.0.1
21672026-08-28T22:17:54.554Z Compiling regex-automata v0.4.14
21682026-08-28T22:17:54.750Z Compiling clap v4.6.1
21692026-08-28T22:17:55.165Z Compiling snafu-derive v0.8.9
21702026-08-28T22:17:55.343Z Compiling rand v0.8.6
21712026-08-28T22:17:55.667Z Compiling lazy_static v1.5.0
21722026-08-28T22:17:55.762Z Compiling ipnetwork v0.21.1
21732026-08-28T22:17:56.113Z Compiling flate2 v1.1.9
21742026-08-28T22:17:56.376Z Compiling scroll v0.13.0
21752026-08-28T22:17:56.387Z Compiling ipnet v2.12.0
21762026-08-28T22:17:56.729Z Compiling strum_macros v0.26.4
21772026-08-28T22:17:56.895Z Compiling darling_core v0.23.0
21782026-08-28T22:17:57.141Z Compiling darling_core v0.20.11
21792026-08-28T22:17:57.690Z Compiling httpdate v1.0.3
21802026-08-28T22:17:58.101Z Compiling crc-catalog v2.4.0
21812026-08-28T22:17:58.211Z Compiling nodrop v0.1.14
21822026-08-28T22:17:58.245Z Compiling foreign-types-shared v0.1.1
21832026-08-28T22:17:58.259Z Compiling winnow v0.5.40
21842026-08-28T22:17:58.370Z Compiling hyper v1.10.1
21852026-08-28T22:17:58.411Z Compiling foreign-types v0.3.2
21862026-08-28T22:17:58.430Z Compiling array-init v0.0.4
21872026-08-28T22:17:58.499Z Compiling crc v3.4.0
21882026-08-28T22:17:59.083Z Compiling newtype-uuid v1.3.2
21892026-08-28T22:17:59.185Z Compiling darling_macro v0.20.11
21902026-08-28T22:17:59.215Z Compiling darling_macro v0.23.0
21912026-08-28T22:17:59.692Z Compiling goblin v0.10.5
21922026-08-28T22:17:59.715Z Compiling oxnet v0.1.6
21932026-08-28T22:17:59.857Z Compiling toml_edit v0.19.15
21942026-08-28T22:18:00.030Z Compiling smallvec v0.6.14
21952026-08-28T22:18:00.300Z Compiling pkcs1 v0.7.5
21962026-08-28T22:18:00.606Z Compiling bitfield v0.19.4
21972026-08-28T22:18:00.721Z Compiling zerocopy v0.6.6
21982026-08-28T22:18:00.782Z Compiling zerocopy-derive v0.7.35
21992026-08-28T22:18:00.846Z Compiling curve25519-dalek v4.1.3
22002026-08-28T22:18:01.199Z Compiling socket2 v0.5.10
22012026-08-28T22:18:01.402Z Compiling env_filter v2.0.0
22022026-08-28T22:18:01.510Z Compiling memoffset v0.9.1
22032026-08-28T22:18:01.533Z Compiling hashbrown v0.12.3
22042026-08-28T22:18:01.880Z Compiling litrs v1.0.0
22052026-08-28T22:18:01.935Z Compiling owo-colors v4.3.0
22062026-08-28T22:18:01.999Z Compiling base64 v0.21.7
22072026-08-28T22:18:02.073Z Compiling ref-cast v1.0.25
22082026-08-28T22:18:02.140Z Compiling smoltcp v0.9.1
22092026-08-28T22:18:02.362Z Compiling ron v0.8.1
22102026-08-28T22:18:02.386Z Compiling document-features v0.2.12
22112026-08-28T22:18:02.561Z Compiling dof v0.4.0
22122026-08-28T22:18:02.754Z Compiling env_logger v0.11.11
22132026-08-28T22:18:02.769Z Compiling hyper-util v0.1.20
22142026-08-28T22:18:02.882Z Compiling toml v0.7.8
22152026-08-28T22:18:03.035Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22162026-08-28T22:18:03.127Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22172026-08-28T22:18:03.489Z Compiling rsa v0.9.10
22182026-08-28T22:18:03.579Z Compiling bzip2 v0.4.4
22192026-08-28T22:18:03.836Z Compiling serde-hex v0.1.0
22202026-08-28T22:18:03.908Z Compiling daft v0.1.8
22212026-08-28T22:18:03.979Z Compiling darling v0.23.0
22222026-08-28T22:18:04.083Z Compiling darling v0.20.11
22232026-08-28T22:18:04.244Z Compiling hashbrown v0.13.2
22242026-08-28T22:18:04.446Z Compiling x509-cert v0.2.5
22252026-08-28T22:18:04.497Z Compiling hmac v0.12.1
22262026-08-28T22:18:04.637Z Compiling dtrace-parser v0.3.0
22272026-08-28T22:18:04.831Z Compiling async-recursion v1.1.1
22282026-08-28T22:18:04.961Z Compiling sync_wrapper v1.0.2
22292026-08-28T22:18:05.069Z Compiling thread-id v5.1.0
22302026-08-28T22:18:05.086Z Compiling powerfmt v0.2.0
22312026-08-28T22:18:05.235Z Compiling cfg_aliases v0.2.1
22322026-08-28T22:18:05.362Z Compiling crc-any v2.5.0
22332026-08-28T22:18:05.462Z Compiling siphasher v1.0.2
22342026-08-28T22:18:05.712Z Compiling deranged v0.5.8
22352026-08-28T22:18:05.810Z Compiling nix v0.31.2
22362026-08-28T22:18:06.035Z Compiling tower v0.5.3
22372026-08-28T22:18:06.484Z Compiling object v0.30.4
22382026-08-28T22:18:06.695Z Compiling derive_builder_core v0.20.2
22392026-08-28T22:18:07.007Z Compiling serde_with_macros v3.21.0
22402026-08-28T22:18:07.340Z Compiling zip v0.6.6
22412026-08-28T22:18:07.461Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-28T22:18:07.496Z Compiling bstr v1.12.1
22432026-08-28T22:18:07.712Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22442026-08-28T22:18:08.096Z Compiling crypto-common v0.2.2
22452026-08-28T22:18:08.199Z Compiling block-buffer v0.12.1
22462026-08-28T22:18:08.485Z Compiling http-body-util v0.1.3
22472026-08-28T22:18:08.625Z Compiling futures-executor v0.3.32
22482026-08-28T22:18:08.680Z Compiling erased-serde v0.3.31
22492026-08-28T22:18:08.733Z Compiling serde_tokenstream v0.2.3
22502026-08-28T22:18:08.923Z Compiling hubpack_derive v0.1.1
22512026-08-28T22:18:09.041Z Compiling strum_macros v0.27.2
22522026-08-28T22:18:09.095Z Compiling curve25519-dalek-derive v0.1.1
22532026-08-28T22:18:09.115Z Compiling ref-cast-impl v1.0.25
22542026-08-28T22:18:09.262Z Compiling usdt-impl v0.5.0
22552026-08-28T22:18:09.277Z Compiling fs-err v3.3.0
22562026-08-28T22:18:09.436Z Compiling ryu v1.0.23
22572026-08-28T22:18:09.469Z Compiling iri-string v0.7.10
22582026-08-28T22:18:09.494Z Compiling same-file v1.0.6
22592026-08-28T22:18:09.517Z Compiling unicode-bidi v0.3.18
22602026-08-28T22:18:09.697Z Compiling unicode-properties v0.1.4
22612026-08-28T22:18:09.724Z Compiling num_threads v0.1.7
22622026-08-28T22:18:09.732Z Compiling allocator-api2 v0.2.21
22632026-08-28T22:18:09.751Z Compiling gimli v0.32.3
22642026-08-28T22:18:09.916Z Compiling path-slash v0.1.5
22652026-08-28T22:18:10.813Z Compiling tower-http v0.6.8
22662026-08-28T22:18:10.822Z Compiling time v0.3.47
22672026-08-28T22:18:10.844Z Compiling serde_urlencoded v0.7.1
22682026-08-28T22:18:11.296Z Compiling stringprep v0.1.5
22692026-08-28T22:18:11.363Z Compiling walkdir v2.5.0
22702026-08-28T22:18:11.622Z Compiling addr2line v0.25.1
22712026-08-28T22:18:12.398Z Compiling futures v0.3.32
22722026-08-28T22:18:12.855Z Compiling derive_builder_macro v0.20.2
22732026-08-28T22:18:13.032Z Compiling tokio-native-tls v0.3.1
22742026-08-28T22:18:13.115Z Compiling strum v0.26.3
22752026-08-28T22:18:13.321Z Compiling block-padding v0.4.2
22762026-08-28T22:18:13.381Z Compiling scroll v0.12.0
22772026-08-28T22:18:13.492Z Compiling pin-project v1.1.11
22782026-08-28T22:18:13.509Z Compiling rustls-native-certs v0.8.3
22792026-08-28T22:18:13.620Z Compiling md-5 v0.10.6
22802026-08-28T22:18:13.678Z Compiling convert_case v0.10.0
22812026-08-28T22:18:13.705Z Compiling vergen-lib v9.1.0
22822026-08-28T22:18:13.736Z Compiling hash32 v0.2.1
22832026-08-28T22:18:13.760Z Compiling encoding_rs v0.8.35
22842026-08-28T22:18:13.794Z Compiling mime v0.3.17
22852026-08-28T22:18:13.828Z Compiling jiff-core v0.1.0
22862026-08-28T22:18:13.857Z Compiling psl-types v2.0.11
22872026-08-28T22:18:13.939Z Compiling rustc-demangle v0.1.27
22882026-08-28T22:18:13.949Z Compiling cpufeatures v0.3.0
22892026-08-28T22:18:13.972Z Compiling fallible-iterator v0.2.0
22902026-08-28T22:18:14.208Z Compiling derive_more-impl v2.1.1
22912026-08-28T22:18:14.260Z Compiling postgres-protocol v0.6.10
22922026-08-28T22:18:14.392Z Compiling publicsuffix v2.3.0
22932026-08-28T22:18:14.524Z Compiling goblin v0.8.2
22942026-08-28T22:18:14.716Z Compiling jiff v0.2.34
22952026-08-28T22:18:14.823Z Compiling snafu v0.8.9
22962026-08-28T22:18:14.854Z Compiling inout v0.2.2
22972026-08-28T22:18:15.039Z Compiling backtrace v0.3.76
22982026-08-28T22:18:15.233Z Compiling derive_builder v0.20.2
22992026-08-28T22:18:15.274Z Compiling hyper-tls v0.6.0
23002026-08-28T22:18:15.626Z Compiling usdt-macro v0.6.0
23012026-08-28T22:18:15.645Z Compiling usdt-attr-macro v0.6.0
23022026-08-28T22:18:15.677Z Compiling globset v0.4.18
23032026-08-28T22:18:15.715Z Compiling phf_shared v0.13.1
23042026-08-28T22:18:15.757Z Compiling crossbeam-epoch v0.9.18
23052026-08-28T22:18:16.044Z Compiling zerocopy v0.7.35
23062026-08-28T22:18:16.139Z Compiling regex v1.12.3
23072026-08-28T22:18:16.438Z Compiling serde_plain v1.0.2
23082026-08-28T22:18:16.494Z Compiling miette-derive v7.6.0
23092026-08-28T22:18:16.529Z Compiling serde_repr v0.1.20
23102026-08-28T22:18:16.576Z Compiling enum-as-inner v0.6.1
23112026-08-28T22:18:16.657Z Compiling pem v3.0.6
23122026-08-28T22:18:16.747Z Compiling vergen v9.1.0
23132026-08-28T22:18:16.831Z Compiling ff v0.13.1
23142026-08-28T22:18:16.904Z Compiling cargo-platform v0.3.2
23152026-08-28T22:18:16.920Z Compiling filetime v0.2.27
23162026-08-28T22:18:16.946Z Compiling unicode-width v0.2.0
23172026-08-28T22:18:17.082Z Compiling is_ci v1.2.0
23182026-08-28T22:18:17.121Z Compiling base16ct v0.2.0
23192026-08-28T22:18:17.144Z Compiling typed-path v0.9.3
23202026-08-28T22:18:17.173Z Compiling foldhash v0.1.5
23212026-08-28T22:18:17.248Z Compiling unicode-linebreak v0.1.5
23222026-08-28T22:18:17.265Z Compiling smawk v0.3.2
23232026-08-28T22:18:17.362Z Compiling bitflags v1.3.2
23242026-08-28T22:18:17.390Z Compiling managed v0.8.0
23252026-08-28T22:18:17.481Z Compiling bumpalo v3.20.2
23262026-08-28T22:18:17.501Z Compiling libbz2-rs-sys v0.2.2
23272026-08-28T22:18:17.715Z Compiling xattr v1.6.1
23282026-08-28T22:18:17.987Z Compiling const-oid v0.10.2
23292026-08-28T22:18:18.070Z Compiling foldhash v0.2.0
23302026-08-28T22:18:18.070Z Compiling tar v0.4.46
23312026-08-28T22:18:18.070Z Compiling zopfli v0.8.3
23322026-08-28T22:18:18.225Z Compiling hashbrown v0.16.1
23332026-08-28T22:18:18.297Z Compiling digest v0.11.3
23342026-08-28T22:18:18.297Z Compiling bzip2 v0.6.1
23352026-08-28T22:18:18.373Z Compiling textwrap v0.16.2
23362026-08-28T22:18:18.434Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23372026-08-28T22:18:18.434Z Compiling hashbrown v0.15.5
23382026-08-28T22:18:18.492Z Compiling sec1 v0.7.3
23392026-08-28T22:18:18.806Z Compiling supports-color v3.0.2
23402026-08-28T22:18:19.002Z Compiling cargo_metadata v0.23.1
23412026-08-28T22:18:19.002Z Compiling group v0.13.0
23422026-08-28T22:18:19.023Z Compiling dof v0.3.0
23432026-08-28T22:18:20.083Z Compiling phf v0.13.1
23442026-08-28T22:18:20.247Z Compiling zstd v0.13.3
23452026-08-28T22:18:20.337Z Compiling backtrace-ext v0.2.1
23462026-08-28T22:18:20.405Z Compiling reqwest v0.12.28
23472026-08-28T22:18:20.477Z Compiling signal-hook-mio v0.2.5
23482026-08-28T22:18:20.501Z Compiling cookie_store v0.22.1
23492026-08-28T22:18:20.501Z Compiling cipher v0.5.2
23502026-08-28T22:18:20.573Z Compiling postgres-types v0.2.12
23512026-08-28T22:18:20.755Z Compiling strum v0.27.2
23522026-08-28T22:18:21.018Z Compiling hubpack v0.1.2
23532026-08-28T22:18:21.191Z Compiling phf_shared v0.11.3
23542026-08-28T22:18:21.229Z Compiling hkdf v0.12.4
23552026-08-28T22:18:21.229Z Compiling dtrace-parser v0.2.0
23562026-08-28T22:18:21.257Z Compiling byte-wrapper v0.1.0
23572026-08-28T22:18:21.280Z Compiling ed25519 v2.2.3
23582026-08-28T22:18:21.280Z Compiling olpc-cjson v0.1.4
23592026-08-28T22:18:21.607Z Compiling crypto-bigint v0.5.5
23602026-08-28T22:18:21.626Z Compiling serde-big-array v0.5.1
23612026-08-28T22:18:21.774Z Compiling float-cmp v0.10.0
23622026-08-28T22:18:21.899Z Compiling memmap2 v0.9.10
23632026-08-28T22:18:21.942Z Compiling thread-id v4.2.2
23642026-08-28T22:18:22.048Z Compiling keccak v0.1.6
23652026-08-28T22:18:22.151Z Compiling supports-unicode v3.0.0
23662026-08-28T22:18:22.233Z Compiling unicode-width v0.1.14
23672026-08-28T22:18:22.295Z Compiling fixedbitset v0.4.2
23682026-08-28T22:18:22.414Z Compiling supports-hyperlinks v3.2.0
23692026-08-28T22:18:22.513Z Compiling data-encoding v2.10.0
23702026-08-28T22:18:22.546Z Compiling normalize-line-endings v0.3.0
23712026-08-28T22:18:22.631Z Compiling new_debug_unreachable v1.0.6
23722026-08-28T22:18:23.009Z Compiling toml_write v0.1.2
23732026-08-28T22:18:23.051Z Compiling difflib v0.4.0
23742026-08-28T22:18:23.051Z Compiling rayon-core v1.13.0
23752026-08-28T22:18:23.051Z Compiling precomputed-hash v0.1.1
23762026-08-28T22:18:23.051Z Compiling whoami v2.1.0
23772026-08-28T22:18:23.052Z Compiling either v1.15.0
23782026-08-28T22:18:23.085Z Compiling winnow v0.7.14
23792026-08-28T22:18:23.214Z Compiling winnow v1.0.3
23802026-08-28T22:18:23.258Z Compiling static_assertions v1.1.0
23812026-08-28T22:18:23.280Z Compiling predicates-core v1.0.10
23822026-08-28T22:18:23.280Z Compiling fixedbitset v0.5.7
23832026-08-28T22:18:23.320Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23842026-08-28T22:18:23.334Z Compiling chacha20 v0.10.0
23852026-08-28T22:18:23.334Z Compiling itertools v0.13.0
23862026-08-28T22:18:23.442Z Compiling predicates v3.1.4
23872026-08-28T22:18:23.591Z Compiling petgraph v0.8.3
23882026-08-28T22:18:23.644Z Compiling tokio-postgres v0.7.16
23892026-08-28T22:18:24.034Z Compiling string_cache v0.8.9
23902026-08-28T22:18:24.186Z Compiling toml_parser v1.1.2+spec-1.1.0
23912026-08-28T22:18:24.257Z Compiling hickory-proto v0.25.2
23922026-08-28T22:18:24.565Z Compiling toml_edit v0.22.27
23932026-08-28T22:18:24.729Z Compiling elliptic-curve v0.13.8
23942026-08-28T22:18:24.933Z Compiling miette v7.6.0
23952026-08-28T22:18:25.483Z Compiling petgraph v0.6.5
23962026-08-28T22:18:25.509Z Compiling sha3 v0.10.8
23972026-08-28T22:18:25.770Z Compiling usdt v0.6.0
23982026-08-28T22:18:26.058Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23992026-08-28T22:18:26.908Z Compiling ed25519-dalek v2.2.0
24002026-08-28T22:18:27.428Z Compiling crossterm v0.28.1
24012026-08-28T22:18:27.716Z Compiling zip v4.6.1
24022026-08-28T22:18:27.961Z Compiling iddqd v0.4.2
24032026-08-28T22:18:28.566Z Compiling derive_more v2.1.1
24042026-08-28T22:18:28.695Z Compiling similar v2.7.0
24052026-08-28T22:18:28.925Z Compiling serde_with v3.21.0
24062026-08-28T22:18:29.654Z Compiling tokio-stream v0.1.18
24072026-08-28T22:18:29.800Z Compiling buf-list v1.1.2
24082026-08-28T22:18:30.266Z Compiling half v2.7.1
24092026-08-28T22:18:30.375Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24102026-08-28T22:18:30.375Z Compiling openapiv3 v2.2.0
24112026-08-28T22:18:30.384Z Compiling peg-runtime v0.8.5
24122026-08-28T22:18:30.477Z Compiling ciborium-io v0.2.2
24132026-08-28T22:18:30.844Z Compiling lalrpop-util v0.19.12
24142026-08-28T22:18:31.385Z Compiling ciborium-ll v0.2.2
24152026-08-28T22:18:32.592Z Compiling crossbeam-deque v0.8.6
24162026-08-28T22:18:32.940Z Compiling camino-tempfile v1.4.1
24172026-08-28T22:18:33.105Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24182026-08-28T22:18:33.500Z Compiling blake3 v1.8.5
24192026-08-28T22:18:33.756Z Compiling fs-err v2.11.0
24202026-08-28T22:18:35.620Z Compiling rustls-webpki v0.103.13
24212026-08-28T22:18:36.632Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24222026-08-28T22:18:38.027Z Compiling ciborium v0.2.2
24232026-08-28T22:18:38.333Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24242026-08-28T22:18:38.945Z Compiling thread_local v1.1.9
24252026-08-28T22:18:38.977Z Compiling arrayvec v0.7.6
24262026-08-28T22:18:39.008Z Compiling slog-async v2.8.0
24272026-08-28T22:18:39.225Z Compiling tokio-rustls v0.26.4
24282026-08-28T22:18:39.304Z Compiling rustls-platform-verifier v0.6.2
24292026-08-28T22:18:39.351Z Compiling tough v0.22.0
24302026-08-28T22:18:39.437Z Compiling constant_time_eq v0.4.2
24312026-08-28T22:18:39.533Z Compiling hyper-rustls v0.27.7
24322026-08-28T22:18:39.674Z Compiling arrayref v0.3.9
24332026-08-28T22:18:39.887Z Compiling reqwest v0.13.2
24342026-08-28T22:18:39.948Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24352026-08-28T22:18:39.948Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24362026-08-28T22:18:40.164Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24372026-08-28T22:18:40.243Z Compiling toml v0.8.23
24382026-08-28T22:18:40.349Z Compiling atomicwrites v0.4.4
24392026-08-28T22:18:40.520Z Compiling digest-io v0.1.0
24402026-08-28T22:18:40.713Z Compiling sha2 v0.11.0
24412026-08-28T22:18:40.796Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24422026-08-28T22:18:40.796Z Compiling crossbeam-channel v0.5.15
24432026-08-28T22:18:40.796Z Compiling serde_path_to_error v0.1.20
24442026-08-28T22:18:40.844Z Compiling is-terminal v0.4.17
24452026-08-28T22:18:40.873Z Compiling parse-size v1.1.0
24462026-08-28T22:18:40.896Z Compiling debug-ignore v1.0.5
24472026-08-28T22:18:40.896Z Compiling indent_write v2.2.0
24482026-08-28T22:18:40.995Z Compiling take_mut v0.2.2
24492026-08-28T22:18:41.047Z Compiling rawzip v0.4.4
24502026-08-28T22:18:41.074Z Compiling term v1.2.1
24512026-08-28T22:18:41.122Z Compiling topological-sort v0.2.2
24522026-08-28T22:18:41.329Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24532026-08-28T22:18:41.393Z Compiling shell-words v1.1.1
24542026-08-28T22:18:41.663Z Compiling slog-term v2.9.2
24552026-08-28T22:18:43.029Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24562026-08-28T22:18:49.115Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24572026-08-28T22:18:51.106Z Compiling omicron-zone-package v0.12.3
24582026-08-28T22:18:51.455Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24592026-08-28T22:18:51.797Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24602026-08-28T22:18:51.946Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24612026-08-28T22:18:56.494Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24622026-08-28T22:19:08.791Z Finished `release` profile [optimized] target(s) in 1m 31s
24632026-08-28T22:19:08.915Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24642026-08-28T22:19:08.984ZAug 28 22:19:07.915 DEBG changing working directory to /work/oxidecomputer/omicron
24652026-08-28T22:19:09.059ZAug 28 22:19:08.014 DEBG running: git rev-parse HEAD
24662026-08-28T22:19:09.059ZAug 28 22:19:08.017 DEBG process exited with exit status: 0 (2.511551ms)
24672026-08-28T22:19:09.059ZAug 28 22:19:08.017 INFO version: 23.0.0-0.ci+gitc265b118cf0
24682026-08-28T22:19:09.134ZAug 28 22:19:08.025 INFO cloning helios to /work/oxidecomputer/helios
24692026-08-28T22:19:09.134ZAug 28 22:19:08.025 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24702026-08-28T22:19:09.134ZCloning into '/work/oxidecomputer/helios'...
24712026-08-28T22:19:09.668ZAug 28 22:19:08.656 DEBG process exited with exit status: 0 (631.022296ms)
24722026-08-28T22:19:09.668ZAug 28 22:19:08.656 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24732026-08-28T22:19:09.697ZAug 28 22:19:08.658 DEBG process exited with exit status: 0 (2.371621ms)
24742026-08-28T22:19:09.697ZAug 28 22:19:08.658 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24752026-08-28T22:19:10.019ZAug 28 22:19:09.038 DEBG process exited with exit status: 0 (379.486406ms)
24762026-08-28T22:19:10.019ZAug 28 22:19:09.038 DEBG running: zfs list rpool/images/build/host
24772026-08-28T22:19:10.046ZNAME USED AVAIL REFER MOUNTPOINT
24782026-08-28T22:19:10.046Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24792026-08-28T22:19:10.047ZAug 28 22:19:09.043 DEBG process exited with exit status: 0 (4.833843ms)
24802026-08-28T22:19:10.047ZAug 28 22:19:09.043 DEBG running: zfs list rpool/images/build/recovery
24812026-08-28T22:19:10.051ZNAME USED AVAIL REFER MOUNTPOINT
24822026-08-28T22:19:10.051Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24832026-08-28T22:19:10.051ZAug 28 22:19:09.047 DEBG process exited with exit status: 0 (3.918263ms)
24842026-08-28T22:19:10.051ZAug 28 22:19:09.047 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24852026-08-28T22:19:10.069ZAug 28 22:19:09.061 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 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
24862026-08-28T22:19:10.069ZAug 28 22:19:09.061 INFO [hubris-staging] running task
24872026-08-28T22:19:10.069ZAug 28 22:19:09.061 INFO [incorp-manifest] running task
24882026-08-28T22:19:10.069ZAug 28 22:19:09.061 INFO [hubris-production] running task
24892026-08-28T22:19:10.069ZAug 28 22:19:09.061 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24902026-08-28T22:19:10.070ZAug 28 22:19:09.062 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
24912026-08-28T22:19:10.070ZAug 28 22:19:09.062 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24922026-08-28T22:19:10.070ZAug 28 22:19:09.063 INFO [incorp-create] running: pkgrepo create /work/incorporation
24932026-08-28T22:19:10.117Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24942026-08-28T22:19:10.240Z[ omicron-package] Blocking waiting for file lock on package cache
24952026-08-28T22:19:10.351ZAug 28 22:19:09.303 INFO [incorp-create] process exited with exit status: 0 (240.615012ms)
24962026-08-28T22:19:10.457ZAug 28 22:19:09.304 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24972026-08-28T22:19:11.285ZAug 28 22:19:09.518 INFO [incorp-publisher] process exited with exit status: 0 (214.555312ms)
24982026-08-28T22:19:11.592Z[ omicron-package] Blocking waiting for file lock on package cache
24992026-08-28T22:19:11.592ZAug 28 22:19:10.170 INFO [hubris-production] task succeeded (1.108759725s)
25002026-08-28T22:19:12.084Z[ omicron-package] Compiling macaddr v1.0.1
25012026-08-28T22:19:12.091Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25022026-08-28T22:19:12.091Z[ omicron-package] Compiling itertools v0.15.0
25032026-08-28T22:19:12.091Z[ omicron-package] Compiling secrecy v0.10.3
25042026-08-28T22:19:12.091Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052026-08-28T22:19:12.091Z[ omicron-package] Compiling heapless v0.8.0
25062026-08-28T22:19:12.094Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25072026-08-28T22:19:12.094Z[ omicron-package] Compiling inout v0.1.4
25082026-08-28T22:19:12.094Z[ omicron-package] Compiling hash32 v0.3.1
25092026-08-28T22:19:12.094Z[ omicron-package] Compiling multer v3.1.0
25102026-08-28T22:19:12.094Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25112026-08-28T22:19:12.095Z[ omicron-package] Compiling compression-core v0.4.31
25122026-08-28T22:19:12.095Z[ omicron-package] Compiling match_cfg v0.1.0
25132026-08-28T22:19:12.095Z[ omicron-package] Compiling smoltcp v0.11.0
25142026-08-28T22:19:12.095Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-08-28T22:19:12.095Z[ omicron-package] Compiling slog-json v2.6.1
25162026-08-28T22:19:12.397ZAug 28 22:19:11.427 DEBG process exited with exit status: 0 (2.360086208s)
25172026-08-28T22:19:12.397ZAug 28 22:19:11.427 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25182026-08-28T22:19:12.700Z[ omicron-package] Compiling cipher v0.4.4
25192026-08-28T22:19:12.811Z[ omicron-package] Compiling hostname v0.3.1
25202026-08-28T22:19:12.894Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25212026-08-28T22:19:12.938Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25222026-08-28T22:19:13.099Z[ omicron-package] Compiling compression-codecs v0.4.37
25232026-08-28T22:19:13.113Z[ omicron-package] Compiling cobs v0.3.0
25242026-08-28T22:19:13.113Z[ omicron-package] Compiling universal-hash v0.5.1
25252026-08-28T22:19:13.121Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25262026-08-28T22:19:13.166Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25272026-08-28T22:19:13.180Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25282026-08-28T22:19:13.188Z[ omicron-package] Compiling async-stream-impl v0.3.6
25292026-08-28T22:19:13.250Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25302026-08-28T22:19:13.290Z[ omicron-package] Compiling serde_spanned v1.1.1
25312026-08-28T22:19:13.328Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25322026-08-28T22:19:13.591Z[ omicron-package] Compiling dropshot v0.17.1
25332026-08-28T22:19:13.646Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25342026-08-28T22:19:13.646Z[ omicron-package] Compiling convert_case v0.4.0
25352026-08-28T22:19:13.741Z[ omicron-package] Compiling opaque-debug v0.3.1
25362026-08-28T22:19:13.854Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25372026-08-28T22:19:13.910Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25382026-08-28T22:19:13.921Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25392026-08-28T22:19:13.921Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25402026-08-28T22:19:13.921Z[ omicron-package] Compiling poly1305 v0.8.0
25412026-08-28T22:19:14.021Z[ omicron-package] Compiling ingot-macros v0.2.0
25422026-08-28T22:19:14.021Z[ omicron-package] Compiling async-stream v0.3.6
25432026-08-28T22:19:14.051Z[ omicron-package] Compiling derive_more v0.99.20
25442026-08-28T22:19:14.075Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25452026-08-28T22:19:14.084Z[ omicron-package] Compiling async-compression v0.4.41
25462026-08-28T22:19:14.184Z[ omicron-package] Compiling postcard v1.1.3
25472026-08-28T22:19:14.541Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25482026-08-28T22:19:14.622Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25492026-08-28T22:19:14.622Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25502026-08-28T22:19:14.720Z[ omicron-package] Compiling num_enum_derive v0.7.6
25512026-08-28T22:19:14.736Z[ omicron-package] Compiling slog-bunyan v2.5.0
25522026-08-28T22:19:14.736Z[ omicron-package] Compiling chacha20 v0.9.1
25532026-08-28T22:19:14.866Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25542026-08-28T22:19:14.932Z[ omicron-package] Compiling sha1 v0.11.0
25552026-08-28T22:19:14.986Z[ omicron-package] Compiling progenitor-client v0.14.0
25562026-08-28T22:19:15.011Z[ omicron-package] Compiling oxide-generation v0.1.3
25572026-08-28T22:19:15.032Z[ omicron-package] Compiling parse-display-derive v0.10.0
25582026-08-28T22:19:15.056Z[ omicron-package] Compiling waitgroup v0.1.2
25592026-08-28T22:19:15.068Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25602026-08-28T22:19:15.109Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25612026-08-28T22:19:15.384Z[ omicron-package] Compiling backon v1.6.0
25622026-08-28T22:19:15.457ZAug 28 22:19:14.446 DEBG process exited with exit status: 0 (3.024921158s)
25632026-08-28T22:19:15.473ZAug 28 22:19:14.448 INFO [incorp-manifest] task succeeded (5.386606427s)
25642026-08-28T22:19:15.473ZAug 28 22:19:14.448 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25652026-08-28T22:19:15.473Z[ omicron-package] Compiling password-hash v0.5.0
25662026-08-28T22:19:15.534Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25672026-08-28T22:19:15.622Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25682026-08-28T22:19:15.661ZAug 28 22:19:14.667 INFO [incorp-fmt] process exited with exit status: 0 (219.601885ms)
25692026-08-28T22:19:15.677ZAug 28 22:19:14.681 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25702026-08-28T22:19:15.692Z[ omicron-package] Compiling blake2 v0.10.6
25712026-08-28T22:19:15.832Z[ omicron-package] Compiling aead v0.5.2
25722026-08-28T22:19:15.902Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25732026-08-28T22:19:15.947Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25742026-08-28T22:19:15.968Z[ omicron-package] Compiling hostname v0.4.2
25752026-08-28T22:19:15.994Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260828T221914Z
25762026-08-28T22:19:15.994Z[ incorp-pkgsend] PUBLISHED
25772026-08-28T22:19:16.039Z[ omicron-package] Compiling instant v0.1.13
25782026-08-28T22:19:16.051ZAug 28 22:19:15.077 INFO [incorp-pkgsend] process exited with exit status: 0 (409.315438ms)
25792026-08-28T22:19:16.061ZAug 28 22:19:15.077 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25802026-08-28T22:19:16.070Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25812026-08-28T22:19:16.326Z[ helios-incorp] Retrieving packages for publisher helios ...
25822026-08-28T22:19:16.346Z[ omicron-package] Compiling proc-macro-error v1.0.4
25832026-08-28T22:19:16.346Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25842026-08-28T22:19:16.358Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25852026-08-28T22:19:16.358Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25862026-08-28T22:19:16.358Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25872026-08-28T22:19:16.358Z[ helios-incorp]
25882026-08-28T22:19:16.358Z[ helios-incorp] Archiving packages ...
25892026-08-28T22:19:16.358Z[ helios-incorp] Packages to add: 1
25902026-08-28T22:19:16.358Z[ helios-incorp] Files to retrieve: 0
25912026-08-28T22:19:16.358Z[ helios-incorp] Estimated transfer size: 0.00 B
25922026-08-28T22:19:16.358Z[ helios-incorp]
25932026-08-28T22:19:16.358Z[ helios-incorp] Packages to archive:
25942026-08-28T22:19:16.358Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260828T221914Z
25952026-08-28T22:19:16.359Z[ helios-incorp]
25962026-08-28T22:19:16.361Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25972026-08-28T22:19:16.361Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25982026-08-28T22:19:16.361Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25992026-08-28T22:19:16.393Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26002026-08-28T22:19:16.418Z[ omicron-package] Compiling backoff v0.4.0
26012026-08-28T22:19:16.427ZAug 28 22:19:15.456 INFO [helios-incorp] process exited with exit status: 0 (378.973476ms)
26022026-08-28T22:19:16.484Z[ omicron-package] Compiling argon2 v0.5.3
26032026-08-28T22:19:16.571Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26042026-08-28T22:19:16.580Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26052026-08-28T22:19:16.631Z[ omicron-package] Compiling num_enum v0.7.6
26062026-08-28T22:19:16.709Z[ omicron-package] Compiling foreign-types v0.5.0
26072026-08-28T22:19:16.760Z[ omicron-package] Compiling progenitor-extras v0.2.0
26082026-08-28T22:19:16.859Z[ omicron-package] Compiling num_enum_derive v0.5.11
26092026-08-28T22:19:16.903Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26102026-08-28T22:19:16.903Z[ omicron-package] Compiling parse-display v0.10.0
26112026-08-28T22:19:16.903Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26122026-08-28T22:19:16.903Z[ omicron-package] Compiling vsss-rs v3.3.4
26132026-08-28T22:19:17.098Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26142026-08-28T22:19:17.118Z[ omicron-package] Compiling regress v0.10.5
26152026-08-28T22:19:17.170Z[ omicron-package] Compiling itertools v0.14.0
26162026-08-28T22:19:17.548Z[ omicron-package] Compiling ingot-types v0.2.0
26172026-08-28T22:19:17.618Z[ omicron-package] Compiling tabwriter v1.4.1
26182026-08-28T22:19:17.618Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26192026-08-28T22:19:17.618Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26202026-08-28T22:19:17.941Z[ omicron-package] Compiling cstr-argument v0.1.2
26212026-08-28T22:19:18.113Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26222026-08-28T22:19:18.117Z[ omicron-package] Compiling ingot v0.2.1
26232026-08-28T22:19:18.117Z[ omicron-package] Compiling humantime v2.3.0
26242026-08-28T22:19:18.117Z[ omicron-package] Compiling num_enum v0.5.11
26252026-08-28T22:19:18.117Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26262026-08-28T22:19:18.117Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26272026-08-28T22:19:18.198Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26282026-08-28T22:19:18.198Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26292026-08-28T22:19:18.198Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-08-28T22:19:18.498Z[ omicron-package] Compiling rayon v1.11.0
26312026-08-28T22:19:18.550Z[ omicron-package] Compiling rand v0.10.1
26322026-08-28T22:19:18.550Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26332026-08-28T22:19:18.550Z[ omicron-package] Compiling libefi-sys v0.1.0
26342026-08-28T22:19:18.707Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26352026-08-28T22:19:18.735Z[ omicron-package] Compiling colored v3.1.1
26362026-08-28T22:19:18.735Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26372026-08-28T22:19:18.735Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26382026-08-28T22:19:18.859Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26392026-08-28T22:19:18.920Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-28T22:19:19.018Z[ omicron-package] Compiling itertools v0.12.1
26412026-08-28T22:19:19.158Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26422026-08-28T22:19:19.230Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26432026-08-28T22:19:19.285Z[ omicron-package] Compiling usdt-macro v0.5.0
26442026-08-28T22:19:19.322Z[ omicron-package] Compiling num-derive v0.4.2
26452026-08-28T22:19:19.362Z[ omicron-package] Compiling bitfield-struct v0.6.2
26462026-08-28T22:19:19.393Z[ omicron-package] Compiling sigpipe v0.1.3
26472026-08-28T22:19:19.393Z[ omicron-package] Compiling memmap v0.7.0
26482026-08-28T22:19:19.522Z[ omicron-package] Compiling swrite v0.1.0
26492026-08-28T22:19:19.569Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26502026-08-28T22:19:20.536Z[ omicron-package] Compiling glob v0.3.3
26512026-08-28T22:19:20.707Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26522026-08-28T22:19:20.708Z[ omicron-package] Compiling usdt v0.5.0
26532026-08-28T22:19:20.708Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26542026-08-28T22:19:20.708Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26552026-08-28T22:19:20.708Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26562026-08-28T22:19:20.708Z[ omicron-package] Compiling smf v0.2.3
26572026-08-28T22:19:20.708Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26582026-08-28T22:19:20.949Z[ omicron-package] Compiling zone v0.3.1
26592026-08-28T22:19:21.177Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26602026-08-28T22:19:21.177Z[ omicron-package] Compiling whoami v1.6.1
26612026-08-28T22:19:21.178Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26622026-08-28T22:19:21.259Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26632026-08-28T22:19:21.265Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26642026-08-28T22:19:21.266Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26652026-08-28T22:19:21.308Z[ omicron-package] Compiling gethostname v0.5.0
26662026-08-28T22:19:21.415Z[ omicron-package] Compiling console v0.16.2
26672026-08-28T22:19:21.452Z[ omicron-package] Compiling unit-prefix v0.5.2
26682026-08-28T22:19:21.526Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26692026-08-28T22:19:21.687Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26702026-08-28T22:19:21.995Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26712026-08-28T22:19:22.052Z[ omicron-package] Compiling indicatif v0.18.4
26722026-08-28T22:19:23.679Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26732026-08-28T22:19:27.787Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26742026-08-28T22:19:27.880Z[ helios-setup] Aug 28 22:19:25.334 INFO helios repository root is: /work/oxidecomputer/helios
26752026-08-28T22:19:27.880Z[ helios-setup] Aug 28 22:19:25.335 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26762026-08-28T22:19:27.880Z[ helios-setup] Aug 28 22:19:25.335 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
26772026-08-28T22:19:27.880Z[ helios-setup] Aug 28 22:19:25.335 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26782026-08-28T22:19:27.880Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26792026-08-28T22:19:27.880ZAug 28 22:19:25.427 INFO [hubris-staging] task succeeded (16.365474208s)
26802026-08-28T22:19:27.880Z[ helios-setup] Aug 28 22:19:25.908 INFO clone ok!, project: pinprick
26812026-08-28T22:19:27.884Z[ helios-setup] Aug 28 22:19:25.908 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
26822026-08-28T22:19:27.884Z[ helios-setup] Aug 28 22:19:25.908 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26832026-08-28T22:19:27.884Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26842026-08-28T22:19:28.047Z[ helios-setup] Aug 28 22:19:26.924 INFO clone ok!, project: phbl
26852026-08-28T22:19:28.076Z[ helios-setup] Aug 28 22:19:26.925 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
26862026-08-28T22:19:28.076Z[ helios-setup] Aug 28 22:19:26.925 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26872026-08-28T22:19:28.076Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26882026-08-28T22:19:29.344Z[ helios-setup] Aug 28 22:19:27.951 INFO clone ok!, project: image-builder
26892026-08-28T22:19:29.530Z[ helios-setup] Aug 28 22:19:27.951 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
26902026-08-28T22:19:29.530Z[ helios-setup] Aug 28 22:19:27.951 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26912026-08-28T22:19:29.530Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26922026-08-28T22:19:29.721Z[ helios-setup] Aug 28 22:19:28.498 INFO clone ok!, project: bootserver
26932026-08-28T22:19:29.721Z[ helios-setup] Aug 28 22:19:28.498 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
26942026-08-28T22:19:29.721Z[ helios-setup] Aug 28 22:19:28.498 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26952026-08-28T22:19:29.721Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26962026-08-28T22:19:35.064Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26972026-08-28T22:19:36.339Z[ helios-setup] Aug 28 22:19:35.364 INFO clone ok!, project: amd-firmware
26982026-08-28T22:19:36.344Z[ helios-setup] Aug 28 22:19:35.364 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
26992026-08-28T22:19:36.344Z[ helios-setup] Aug 28 22:19:35.364 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27002026-08-28T22:19:36.345Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27012026-08-28T22:19:37.292Z[ helios-setup] Aug 28 22:19:36.165 INFO clone ok!, project: dmar-report
27022026-08-28T22:19:37.311Z[ helios-setup] Aug 28 22:19:36.166 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27032026-08-28T22:19:37.311Z[ helios-setup] Aug 28 22:19:36.166 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27042026-08-28T22:19:37.311Z[ helios-setup] Aug 28 22:19:36.166 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
27052026-08-28T22:19:37.311Z[ helios-setup] Aug 28 22:19:36.166 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
27062026-08-28T22:19:37.311Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27072026-08-28T22:19:38.000Z[ helios-setup] Aug 28 22:19:37.029 INFO clone ok!, project: amd-host-image-builder
27082026-08-28T22:19:38.001Z[ helios-setup] Aug 28 22:19:37.029 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
27092026-08-28T22:19:38.004Z[ helios-setup] Aug 28 22:19:37.029 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27102026-08-28T22:19:38.004Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27112026-08-28T22:19:38.481Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27122026-08-28T22:19:39.183Z[ helios-setup] Aug 28 22:19:37.980 INFO clone ok!, project: chelsio-t6-roms
27132026-08-28T22:19:39.242Z[ helios-setup] Aug 28 22:19:37.981 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
27142026-08-28T22:19:39.242Z[ helios-setup] Aug 28 22:19:37.981 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27152026-08-28T22:19:39.242Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27162026-08-28T22:19:39.575Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27172026-08-28T22:19:40.216Z[ helios-setup] Aug 28 22:19:39.234 INFO clone ok!, project: pilot
27182026-08-28T22:19:40.230Z[ helios-setup] Aug 28 22:19:39.234 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27192026-08-28T22:19:40.436Z[ helios-setup] Aug 28 22:19:39.464 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27202026-08-28T22:19:40.672Z[ helios-setup] Aug 28 22:19:39.698 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27212026-08-28T22:19:40.672Z[ helios-setup] Aug 28 22:19:39.698 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27222026-08-28T22:19:41.174Z[ helios-setup] Aug 28 22:19:39.921 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27232026-08-28T22:19:41.245Z[ helios-setup] Aug 28 22:19:40.166 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27242026-08-28T22:19:41.245Z[ helios-setup] Aug 28 22:19:40.166 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27252026-08-28T22:19:41.386Z[ helios-setup] Aug 28 22:19:40.415 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27262026-08-28T22:19:41.613Z[ helios-setup] Aug 28 22:19:40.636 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27272026-08-28T22:19:41.613Z[ helios-setup] Aug 28 22:19:40.636 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27282026-08-28T22:19:41.613Z[ helios-setup] Aug 28 22:19:40.636 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27292026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO ok!
27302026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27312026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27322026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO ok!
27332026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27342026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27352026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO ok!
27362026-08-28T22:19:41.629Z[ helios-setup] Aug 28 22:19:40.636 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27372026-08-28T22:19:41.630Z[ helios-setup] Aug 28 22:19:40.643 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27382026-08-28T22:19:41.630Z[ helios-setup] Aug 28 22:19:40.643 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27392026-08-28T22:19:41.630Z[ helios-setup] Aug 28 22:19:40.643 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27402026-08-28T22:19:41.723Z[ helios-setup] Aug 28 22:19:40.746 INFO E| Downloading crates ...
27412026-08-28T22:19:41.766Z[ helios-setup] Aug 28 22:19:40.795 INFO E| Downloaded adler2 v2.0.0
27422026-08-28T22:19:41.775Z[ helios-setup] Aug 28 22:19:40.802 INFO E| Downloaded miniz_oxide v0.8.8
27432026-08-28T22:19:41.799Z[ helios-setup] Aug 28 22:19:40.825 INFO E| Compiling adler2 v2.0.0
27442026-08-28T22:19:41.874Z[ helios-setup] Aug 28 22:19:40.893 INFO E| Compiling miniz_oxide v0.8.8
27452026-08-28T22:19:42.654Z[ helios-setup] Aug 28 22:19:41.681 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27462026-08-28T22:19:43.016Z[ helios-setup] Aug 28 22:19:42.045 INFO E| Finished `release` profile [optimized] target(s) in 1.39s
27472026-08-28T22:19:43.023Z[ helios-setup] Aug 28 22:19:42.052 INFO building project "pinprick" ok (1 seconds)
27482026-08-28T22:19:43.023Z[ helios-setup] Aug 28 22:19:42.052 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27492026-08-28T22:19:50.673Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.63s
27502026-08-28T22:19:50.911Z[ omicron-package]
27512026-08-28T22:19:50.911Z[ omicron-package] real 40.815485662
27522026-08-28T22:19:50.911Z[ omicron-package] user 3:56.968100635
27532026-08-28T22:19:50.914Z[ omicron-package] sys 28.309756443
27542026-08-28T22:19:50.914Z[ omicron-package] trap 0.472117877
27552026-08-28T22:19:50.915Z[ omicron-package] tflt 0.870684292
27562026-08-28T22:19:50.915Z[ omicron-package] dflt 2.387015022
27572026-08-28T22:19:50.915Z[ omicron-package] kflt 0.000310250
27582026-08-28T22:19:50.915Z[ omicron-package] lock 11:36.907808006
27592026-08-28T22:19:50.915Z[ omicron-package] slp 6:14.888113552
27602026-08-28T22:19:50.915Z[ omicron-package] lat 50.416399735
27612026-08-28T22:19:50.915Z[ omicron-package] stop 1:53.852293108
27622026-08-28T22:19:50.915ZAug 28 22:19:49.941 INFO [omicron-package] process exited with exit status: 0 (40.87905099s)
27632026-08-28T22:19:50.915ZAug 28 22:19:49.941 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27642026-08-28T22:19:50.915ZAug 28 22:19:49.941 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27652026-08-28T22:19:50.923Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27662026-08-28T22:19:50.926Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27672026-08-28T22:19:50.926Z[ host-target] Created new build target 'host' and set it as active
27682026-08-28T22:19:50.926Z[ recovery-target] Created new build target 'recovery' and set it as active
27692026-08-28T22:19:50.930ZAug 28 22:19:49.956 INFO [recovery-target] process exited with exit status: 0 (14.638682ms)
27702026-08-28T22:19:50.930ZAug 28 22:19:49.956 INFO [host-target] process exited with exit status: 0 (14.375681ms)
27712026-08-28T22:19:50.930ZAug 28 22:19:49.956 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27722026-08-28T22:19:50.934Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27732026-08-28T22:19:52.543Z[ host-package] Compiling heck v0.5.0
27742026-08-28T22:19:52.544Z[ host-package] Compiling regress v0.11.1
27752026-08-28T22:19:52.796Z[ host-package] Compiling unsafe-libyaml v0.2.11
27762026-08-28T22:19:52.796Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27772026-08-28T22:19:52.849Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27782026-08-28T22:19:52.849Z[ host-package] Compiling derive-where v1.6.0
27792026-08-28T22:19:52.852Z[ host-package] Compiling bytecount v0.6.9
27802026-08-28T22:19:52.872Z[ host-package] Compiling atomicwrites v0.4.4
27812026-08-28T22:19:52.935Z[ host-package] Compiling is-terminal v0.4.17
27822026-08-28T22:19:52.935Z[ host-package] Compiling prettyplease v0.2.37
27832026-08-28T22:19:52.939Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27842026-08-28T22:19:52.939Z[ host-package] Compiling newline-converter v0.3.0
27852026-08-28T22:19:52.941Z[ host-package] Compiling console v0.15.11
27862026-08-28T22:19:53.028Z[ host-package] Compiling slog-dtrace v0.3.0
27872026-08-28T22:19:53.051Z[ host-package] Compiling cancel-safe-futures v0.1.5
27882026-08-28T22:19:53.127Z[ host-package] Compiling num-rational v0.4.2
27892026-08-28T22:19:53.152Z[ host-package] Compiling num-complex v0.4.6
27902026-08-28T22:19:53.152Z[ host-package] Compiling thread_local v1.1.9
27912026-08-28T22:19:53.195Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27922026-08-28T22:19:53.227Z[ host-package] Compiling match_cfg v0.1.0
27932026-08-28T22:19:53.285Z[ host-package] Compiling compression-core v0.4.31
27942026-08-28T22:19:53.391Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27952026-08-28T22:19:53.417Z[ host-package] Compiling resolv-conf v0.7.6
27962026-08-28T22:19:53.453Z[ host-package] Compiling expectorate v1.2.0
27972026-08-28T22:19:53.523Z[ host-package] Compiling compression-codecs v0.4.37
27982026-08-28T22:19:53.751Z[ host-package] Compiling num v0.4.3
27992026-08-28T22:19:53.804Z[ host-package] Compiling hostname v0.3.1
28002026-08-28T22:19:53.860Z[ host-package] Compiling multer v3.1.0
28012026-08-28T22:19:53.940Z[ host-package] Compiling slog-async v2.8.0
28022026-08-28T22:19:53.940Z[ host-package] Compiling crossbeam-channel v0.5.15
28032026-08-28T22:19:54.030Z[ host-package] Compiling slog-json v2.6.1
28042026-08-28T22:19:54.055Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28052026-08-28T22:19:54.060Z[ host-package] Compiling serde_spanned v1.1.1
28062026-08-28T22:19:54.099Z[ host-package] Compiling take_mut v0.2.2
28072026-08-28T22:19:54.134Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28082026-08-28T22:19:54.269Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28092026-08-28T22:19:54.294Z[ host-package] Compiling float-ord v0.3.2
28102026-08-28T22:19:54.318Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28112026-08-28T22:19:54.321Z[ host-package] Compiling linear-map v1.2.0
28122026-08-28T22:19:54.366Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28132026-08-28T22:19:54.369Z[ host-package] Compiling term v1.2.1
28142026-08-28T22:19:54.369Z[ host-package] Compiling slog-bunyan v2.5.0
28152026-08-28T22:19:54.505Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28162026-08-28T22:19:54.527Z[ host-package] Compiling async-compression v0.4.41
28172026-08-28T22:19:54.596Z[ host-package] Compiling typify-impl v0.6.2
28182026-08-28T22:19:54.621Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28192026-08-28T22:19:54.654Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28202026-08-28T22:19:54.925Z[ host-package] Compiling slog-term v2.9.2
28212026-08-28T22:19:54.965Z[ host-package] Compiling async-stream v0.3.6
28222026-08-28T22:19:54.999Z[ host-package] Compiling dropshot v0.17.1
28232026-08-28T22:19:54.999Z[ host-package] Compiling progenitor-client v0.14.0
28242026-08-28T22:19:55.046Z[ host-package] Compiling sha1 v0.11.0
28252026-08-28T22:19:55.080Z[ host-package] Compiling oxide-generation v0.1.3
28262026-08-28T22:19:55.156Z[ host-package] Compiling waitgroup v0.1.2
28272026-08-28T22:19:55.197Z[ host-package] Compiling rustls-pemfile v2.2.0
28282026-08-28T22:19:55.344Z[ host-package] Compiling backon v1.6.0
28292026-08-28T22:19:55.382Z[ host-package] Compiling serde_path_to_error v0.1.20
28302026-08-28T22:19:55.405Z[ host-package] Compiling hostname v0.4.2
28312026-08-28T22:19:55.431Z[ host-package] Compiling instant v0.1.13
28322026-08-28T22:19:55.453Z[ host-package] Compiling minimal-lexical v0.2.1
28332026-08-28T22:19:55.511Z[ host-package] Compiling linked-hash-map v0.5.6
28342026-08-28T22:19:55.592Z[ host-package] Compiling debug-ignore v1.0.5
28352026-08-28T22:19:55.612Z[ host-package] Compiling progenitor-extras v0.2.0
28362026-08-28T22:19:55.612Z[ host-package] Compiling backoff v0.4.0
28372026-08-28T22:19:55.711Z[ host-package] Compiling nom v7.1.3
28382026-08-28T22:19:55.763Z[ host-package] Compiling oxide-update-engine v0.1.2
28392026-08-28T22:19:55.863Z[ host-package] Compiling lru-cache v0.1.2
28402026-08-28T22:19:55.926Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
28412026-08-28T22:19:55.985Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28422026-08-28T22:19:55.985Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28432026-08-28T22:19:56.041Z[ host-package] Compiling parse-display v0.10.0
28442026-08-28T22:19:56.073Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28452026-08-28T22:19:56.361Z[ host-package] Compiling regress v0.10.5
28462026-08-28T22:19:56.428Z[ host-package] Compiling itertools v0.14.0
28472026-08-28T22:19:56.867Z[ host-package] Compiling macaddr v1.0.1
28482026-08-28T22:19:56.935Z[ host-package] Compiling humantime v2.3.0
28492026-08-28T22:19:57.003Z[ host-package] Compiling unicode-xid v0.2.6
28502026-08-28T22:19:57.183Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28512026-08-28T22:19:57.252Z[ host-package] Compiling hickory-proto v0.24.4
28522026-08-28T22:19:57.311Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-08-28T22:19:57.317Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28542026-08-28T22:19:57.475Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28552026-08-28T22:19:57.750Z[ host-package] Compiling toml v0.8.23
28562026-08-28T22:19:57.806Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28572026-08-28T22:19:57.919Z[ host-package] Compiling papergrid v0.11.0
28582026-08-28T22:19:57.961Z[ host-package] Compiling tabled_derive v0.7.0
28592026-08-28T22:19:58.398Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28602026-08-28T22:19:58.453Z[ host-package] Compiling typify-macro v0.6.2
28612026-08-28T22:19:58.575Z[ host-package] Compiling termtree v0.5.1
28622026-08-28T22:19:58.704Z[ host-package] Compiling crossterm v0.29.0
28632026-08-28T22:19:58.873Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28642026-08-28T22:19:59.023Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28652026-08-28T22:19:59.491Z[ host-package] Compiling tabled v0.15.0
28662026-08-28T22:19:59.749Z[ host-package] Compiling phf_shared v0.12.1
28672026-08-28T22:19:59.825Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28682026-08-28T22:20:00.065Z[ host-package] Compiling hickory-resolver v0.24.4
28692026-08-28T22:20:00.167Z[ host-package] Compiling typify v0.6.2
28702026-08-28T22:20:00.462Z[ host-package] Compiling progenitor-impl v0.14.0
28712026-08-28T22:20:00.849Z[ host-package] Compiling csv-core v0.1.13
28722026-08-28T22:20:00.958Z[ host-package] Compiling vte v0.14.1
28732026-08-28T22:20:01.286Z[ host-package] Compiling highway v1.3.0
28742026-08-28T22:20:01.366Z[ host-package] Compiling chrono-tz v0.10.4
28752026-08-28T22:20:01.743Z[ host-package] Compiling qorb v0.4.1
28762026-08-28T22:20:01.796Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28772026-08-28T22:20:02.092Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28782026-08-28T22:20:02.097Z[ helios-setup] Aug 28 22:20:01.123 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')"
28792026-08-28T22:20:02.098Z[ helios-setup] Aug 28 22:20:01.123 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28802026-08-28T22:20:02.104Z[ helios-setup] Aug 28 22:20:01.132 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
28812026-08-28T22:20:02.104Z[ helios-setup] Aug 28 22:20:01.132 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28822026-08-28T22:20:02.109Z[ helios-setup] Aug 28 22:20:01.132 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28832026-08-28T22:20:02.239Z[ helios-setup] Aug 28 22:20:01.268 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28842026-08-28T22:20:02.830Z[ host-package] Compiling progenitor-macro v0.14.0
28852026-08-28T22:20:02.948Z[ helios-setup] Aug 28 22:20:01.915 INFO E| From https://github.com/jclulow/rust-jmclib
28862026-08-28T22:20:02.948Z[ helios-setup] Aug 28 22:20:01.915 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28872026-08-28T22:20:02.956Z[ helios-setup] Aug 28 22:20:01.928 INFO E| Updating crates.io index
28882026-08-28T22:20:02.956Z[ helios-setup] Aug 28 22:20:01.973 INFO E| Downloading crates ...
28892026-08-28T22:20:02.995Z[ helios-setup] Aug 28 22:20:02.019 INFO E| Downloaded itoa v1.0.9
28902026-08-28T22:20:03.050Z[ helios-setup] Aug 28 22:20:02.023 INFO E| Downloaded anyhow v1.0.72
28912026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.027 INFO E| Downloaded typenum v1.16.0
28922026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.031 INFO E| Downloaded once_cell v1.18.0
28932026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.032 INFO E| Downloaded block-buffer v0.9.0
28942026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.033 INFO E| Downloaded uuid v0.8.2
28952026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.039 INFO E| Downloaded md-5 v0.9.1
28962026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.040 INFO E| Downloaded opaque-debug v0.3.0
28972026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.040 INFO E| Downloaded cpufeatures v0.2.9
28982026-08-28T22:20:03.051Z[ helios-setup] Aug 28 22:20:02.041 INFO E| Downloaded digest v0.9.0
28992026-08-28T22:20:03.052Z[ helios-setup] Aug 28 22:20:02.045 INFO E| Downloaded errno v0.3.1
29002026-08-28T22:20:03.052Z[ helios-setup] Aug 28 22:20:02.047 INFO E| Downloaded fastrand v2.0.0
29012026-08-28T22:20:03.052Z[ helios-setup] Aug 28 22:20:02.048 INFO E| Downloaded unicode-ident v1.0.11
29022026-08-28T22:20:03.052Z[ helios-setup] Aug 28 22:20:02.052 INFO E| Downloaded unicode-width v0.1.10
29032026-08-28T22:20:03.162Z[ helios-setup] Aug 28 22:20:02.052 INFO E| Downloaded walkdir v2.3.3
29042026-08-28T22:20:03.162Z[ helios-setup] Aug 28 22:20:02.053 INFO E| Downloaded libdevinfo-sys v1.0.0
29052026-08-28T22:20:03.162Z[ helios-setup] Aug 28 22:20:02.054 INFO E| Downloaded sha-1 v0.9.8
29062026-08-28T22:20:03.162Z[ helios-setup] Aug 28 22:20:02.060 INFO E| Downloaded getrandom v0.2.10
29072026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.062 INFO E| Downloaded glob v0.3.1
29082026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.063 INFO E| Downloaded tempfile v3.7.0
29092026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.069 INFO E| Downloaded quote v1.0.31
29102026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.073 INFO E| Downloaded serde_derive v1.0.193
29112026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.074 INFO E| Downloaded proc-macro2 v1.0.66
29122026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.076 INFO E| Downloaded bitflags v2.3.3
29132026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.079 INFO E| Downloaded ryu v1.0.15
29142026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.081 INFO E| Downloaded toml v0.5.11
29152026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.083 INFO E| Downloaded serde_json v1.0.103
29162026-08-28T22:20:03.163Z[ helios-setup] Aug 28 22:20:02.087 INFO E| Downloaded serde v1.0.193
29172026-08-28T22:20:03.172Z[ helios-setup] Aug 28 22:20:02.109 INFO E| Downloaded syn v2.0.32
29182026-08-28T22:20:03.172Z[ helios-setup] Aug 28 22:20:02.120 INFO E| Downloaded rustix v0.38.4
29192026-08-28T22:20:03.173Z[ helios-setup] Aug 28 22:20:02.138 INFO E| Downloaded libc v0.2.147
29202026-08-28T22:20:03.177Z[ helios-setup] Aug 28 22:20:02.203 INFO E| Compiling libc v0.2.147
29212026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.203 INFO E| Compiling proc-macro2 v1.0.66
29222026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.203 INFO E| Compiling cfg-if v1.0.0
29232026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.203 INFO E| Compiling unicode-ident v1.0.11
29242026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.203 INFO E| Compiling version_check v0.9.4
29252026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.203 INFO E| Compiling typenum v1.16.0
29262026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling serde v1.0.193
29272026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling rustix v0.38.4
29282026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling slog v2.7.0
29292026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling time-core v0.1.2
29302026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling itoa v1.0.9
29312026-08-28T22:20:03.178Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling num-conv v0.1.0
29322026-08-28T22:20:03.179Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling powerfmt v0.2.0
29332026-08-28T22:20:03.179Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling once_cell v1.18.0
29342026-08-28T22:20:03.179Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling bitflags v2.3.3
29352026-08-28T22:20:03.179Z[ helios-setup] Aug 28 22:20:02.204 INFO E| Compiling num_threads v0.1.6
29362026-08-28T22:20:03.356Z[ host-package] Compiling csv v1.4.0
29372026-08-28T22:20:03.854Z[ host-package] Compiling phf v0.12.1
29382026-08-28T22:20:04.041Z[ helios-setup] Aug 28 22:20:03.070 INFO E| Compiling generic-array v0.14.7
29392026-08-28T22:20:04.193Z[ helios-setup] Aug 28 22:20:03.152 INFO E| Compiling serde_json v1.0.103
29402026-08-28T22:20:04.199Z[ helios-setup] Aug 28 22:20:03.207 INFO E| Compiling opaque-debug v0.3.0
29412026-08-28T22:20:04.207Z[ host-package] Compiling const_format_proc_macros v0.2.34
29422026-08-28T22:20:04.212Z[ helios-setup] Aug 28 22:20:03.238 INFO E| Compiling fastrand v2.0.0
29432026-08-28T22:20:04.310Z[ helios-setup] Aug 28 22:20:03.339 INFO E| Compiling anyhow v1.0.72
29442026-08-28T22:20:04.409Z[ helios-setup] Aug 28 22:20:03.437 INFO E| Compiling deranged v0.3.11
29452026-08-28T22:20:04.446Z[ helios-setup] Aug 28 22:20:03.474 INFO E| Compiling thread_local v1.1.7
29462026-08-28T22:20:04.513Z[ helios-setup] Aug 28 22:20:03.542 INFO E| Compiling same-file v1.0.6
29472026-08-28T22:20:04.589Z[ helios-setup] Aug 28 22:20:03.618 INFO E| Compiling unicode-width v0.1.10
29482026-08-28T22:20:04.673Z[ helios-setup] Aug 28 22:20:03.699 INFO E| Compiling ryu v1.0.15
29492026-08-28T22:20:04.708Z[ helios-setup] Aug 28 22:20:03.737 INFO E| Compiling cpufeatures v0.2.9
29502026-08-28T22:20:04.759Z[ helios-setup] Aug 28 22:20:03.777 INFO E| Compiling time-macros v0.2.18
29512026-08-28T22:20:04.783Z[ helios-setup] Aug 28 22:20:03.801 INFO E| Compiling getopts v0.2.21
29522026-08-28T22:20:04.809Z[ helios-setup] Aug 28 22:20:03.834 INFO E| Compiling libdevinfo-sys v1.0.0
29532026-08-28T22:20:04.840Z[ helios-setup] Aug 28 22:20:03.866 INFO E| Compiling glob v0.3.1
29542026-08-28T22:20:04.848Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-08-28T22:20:04.998Z[ host-package] Compiling fd-lock v4.0.4
29562026-08-28T22:20:05.009Z[ helios-setup] Aug 28 22:20:04.012 INFO E| Compiling walkdir v2.3.3
29572026-08-28T22:20:05.064Z[ helios-setup] Aug 28 22:20:04.068 INFO E| Compiling quote v1.0.31
29582026-08-28T22:20:05.306Z[ helios-setup] Aug 28 22:20:04.230 INFO E| Compiling dirs-sys-next v0.1.2
29592026-08-28T22:20:05.306Z[ helios-setup] Aug 28 22:20:04.230 INFO E| Compiling errno v0.3.1
29602026-08-28T22:20:05.306Z[ helios-setup] Aug 28 22:20:04.230 INFO E| Compiling atty v0.2.14
29612026-08-28T22:20:05.361Z[ helios-setup] Aug 28 22:20:04.230 INFO E| Compiling getrandom v0.2.10
29622026-08-28T22:20:05.499Z[ host-package] Compiling peg-macros v0.8.5
29632026-08-28T22:20:05.648Z[ helios-setup] Aug 28 22:20:04.584 INFO E| Compiling dirs-next v2.0.0
29642026-08-28T22:20:06.066Z[ helios-setup] Aug 28 22:20:04.601 INFO E| Compiling syn v2.0.32
29652026-08-28T22:20:06.066Z[ helios-setup] Aug 28 22:20:04.704 INFO E| Compiling term v0.7.0
29662026-08-28T22:20:06.148Z[ host-package] Compiling nu-ansi-term v0.50.3
29672026-08-28T22:20:06.215Z[ helios-setup] Aug 28 22:20:05.218 INFO E| Compiling tempfile v3.7.0
29682026-08-28T22:20:06.401Z[ host-package] Compiling const_format v0.2.35
29692026-08-28T22:20:06.498Z[ helios-setup] Aug 28 22:20:05.521 INFO E| Compiling time v0.3.36
29702026-08-28T22:20:06.602Z[ helios-setup] Aug 28 22:20:05.623 INFO E| Compiling block-buffer v0.9.0
29712026-08-28T22:20:06.602Z[ helios-setup] Aug 28 22:20:05.623 INFO E| Compiling digest v0.9.0
29722026-08-28T22:20:06.809Z[ helios-setup] Aug 28 22:20:05.735 INFO E| Compiling md-5 v0.9.1
29732026-08-28T22:20:06.809Z[ helios-setup] Aug 28 22:20:05.735 INFO E| Compiling sha-1 v0.9.8
29742026-08-28T22:20:06.817Z[ host-package] Compiling reedline v0.40.0
29752026-08-28T22:20:07.229Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29762026-08-28T22:20:07.253Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29772026-08-28T22:20:07.277Z[ host-package] Compiling peg v0.8.5
29782026-08-28T22:20:07.437Z[ helios-setup] Aug 28 22:20:06.449 INFO E| Compiling slog-term v2.9.0
29792026-08-28T22:20:07.481Z[ host-package] Compiling bcs v0.1.6
29802026-08-28T22:20:08.169Z[ helios-setup] Aug 28 22:20:06.806 INFO E| Compiling serde_derive v1.0.193
29812026-08-28T22:20:08.199Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29822026-08-28T22:20:08.199Z[ host-package] Compiling nom v8.0.0
29832026-08-28T22:20:08.405Z[ host-package] Compiling progenitor v0.14.0
29842026-08-28T22:20:08.565Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29852026-08-28T22:20:08.707Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29862026-08-28T22:20:08.739Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29872026-08-28T22:20:09.431Z[ host-package] Compiling semver v0.1.20
29882026-08-28T22:20:09.528Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29892026-08-28T22:20:09.855Z[ host-package] Compiling rustc_version v0.1.7
29902026-08-28T22:20:09.903Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29912026-08-28T22:20:10.361Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29922026-08-28T22:20:10.465Z[ host-package] Compiling newtype_derive v0.1.6
29932026-08-28T22:20:10.586Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29942026-08-28T22:20:10.757Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29952026-08-28T22:20:10.811Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29962026-08-28T22:20:11.159Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29972026-08-28T22:20:11.877Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29982026-08-28T22:20:11.934Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29992026-08-28T22:20:12.102Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30002026-08-28T22:20:12.193Z[ host-package] Compiling steno v0.4.1
30012026-08-28T22:20:12.319Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30022026-08-28T22:20:12.597Z[ host-package] Compiling sha1 v0.10.6
30032026-08-28T22:20:12.873Z[ host-package] Compiling utf-8 v0.7.6
30042026-08-28T22:20:13.076Z[ helios-setup] Aug 28 22:20:11.836 INFO E| Compiling toml v0.5.11
30052026-08-28T22:20:13.076Z[ helios-setup] Aug 28 22:20:11.836 INFO E| Compiling uuid v0.8.2
30062026-08-28T22:20:13.121Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30072026-08-28T22:20:13.183Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30082026-08-28T22:20:13.253Z[ host-package] Compiling tagptr v0.2.0
30092026-08-28T22:20:13.364Z[ host-package] Compiling tungstenite v0.21.0
30102026-08-28T22:20:13.503Z[ host-package] Compiling moka v0.12.13
30112026-08-28T22:20:13.592Z[ helios-setup] Aug 28 22:20:12.607 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30122026-08-28T22:20:13.946Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30132026-08-28T22:20:14.555Z[ helios-setup] Aug 28 22:20:13.560 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30142026-08-28T22:20:15.171Z[ host-package] Compiling hickory-resolver v0.25.2
30152026-08-28T22:20:15.337Z[ host-package] Compiling tokio-tungstenite v0.21.0
30162026-08-28T22:20:15.644Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30172026-08-28T22:20:15.820Z[ host-package] Compiling darling_core v0.21.3
30182026-08-28T22:20:16.750Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30192026-08-28T22:20:17.085Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30202026-08-28T22:20:17.729Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30212026-08-28T22:20:18.136Z[ host-package] Compiling display-error-chain v0.2.2
30222026-08-28T22:20:18.231Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30232026-08-28T22:20:18.322Z[ host-package] Compiling darling_macro v0.21.3
30242026-08-28T22:20:18.951Z[ host-package] Compiling darling v0.21.3
30252026-08-28T22:20:19.067Z[ host-package] Compiling vergen-lib v0.1.6
30262026-08-28T22:20:19.170Z[ helios-setup] Aug 28 22:20:18.115 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s
30272026-08-28T22:20:19.235Z[ helios-setup] Aug 28 22:20:18.139 INFO building project "image-builder" ok (17 seconds)
30282026-08-28T22:20:19.235Z[ helios-setup] Aug 28 22:20:18.139 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30292026-08-28T22:20:19.235Z[ helios-setup] Aug 28 22:20:18.149 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
30302026-08-28T22:20:19.235Z[ helios-setup] Aug 28 22:20:18.149 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30312026-08-28T22:20:19.235Z[ helios-setup] Aug 28 22:20:18.149 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30322026-08-28T22:20:19.317Z[ helios-setup] Aug 28 22:20:18.276 INFO E| Downloading crates ...
30332026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.332 INFO E| Downloaded flate2 v1.0.25
30342026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.341 INFO E| Downloaded cpufeatures v0.2.5
30352026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.342 INFO E| Downloaded generic-array v0.14.6
30362026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.343 INFO E| Downloaded block-buffer v0.10.3
30372026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.343 INFO E| Downloaded digest v0.10.3
30382026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.347 INFO E| Downloaded miniz_oxide v0.6.2
30392026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.349 INFO E| Downloaded anyhow v1.0.62
30402026-08-28T22:20:19.383Z[ helios-setup] Aug 28 22:20:18.351 INFO E| Downloaded sha2 v0.10.5
30412026-08-28T22:20:19.384Z[ helios-setup] Aug 28 22:20:18.352 INFO E| Downloaded typenum v1.15.0
30422026-08-28T22:20:19.384Z[ helios-setup] Aug 28 22:20:18.354 INFO E| Downloaded bytes v1.2.1
30432026-08-28T22:20:19.422Z[ host-package] Compiling diesel_derives v2.3.7
30442026-08-28T22:20:19.422Z[ helios-setup] Aug 28 22:20:18.402 INFO E| Compiling version_check v0.9.4
30452026-08-28T22:20:19.423Z[ helios-setup] Aug 28 22:20:18.402 INFO E| Compiling typenum v1.15.0
30462026-08-28T22:20:19.423Z[ helios-setup] Aug 28 22:20:18.402 INFO E| Compiling crc32fast v1.3.2
30472026-08-28T22:20:19.423Z[ helios-setup] Aug 28 22:20:18.402 INFO E| Compiling cfg-if v1.0.0
30482026-08-28T22:20:19.423Z[ helios-setup] Aug 28 22:20:18.402 INFO E| Compiling adler v1.0.2
30492026-08-28T22:20:19.440Z[ helios-setup] Aug 28 22:20:18.435 INFO E| Compiling anyhow v1.0.62
30502026-08-28T22:20:19.440Z[ helios-setup] Aug 28 22:20:18.435 INFO E| Compiling cpufeatures v0.2.5
30512026-08-28T22:20:19.440Z[ helios-setup] Aug 28 22:20:18.435 INFO E| Compiling unicode-width v0.1.10
30522026-08-28T22:20:19.441Z[ helios-setup] Aug 28 22:20:18.435 INFO E| Compiling bytes v1.2.1
30532026-08-28T22:20:19.441Z[ helios-setup] Aug 28 22:20:18.436 INFO E| Compiling bitflags v1.3.2
30542026-08-28T22:20:19.539Z[ helios-setup] Aug 28 22:20:18.563 INFO E| Compiling getopts v0.2.21
30552026-08-28T22:20:20.059Z[ helios-setup] Aug 28 22:20:18.927 INFO E| Compiling generic-array v0.14.6
30562026-08-28T22:20:20.114Z[ host-package] Compiling dsl_auto_type v0.2.0
30572026-08-28T22:20:20.114Z[ helios-setup] Aug 28 22:20:18.997 INFO E| Compiling miniz_oxide v0.6.2
30582026-08-28T22:20:20.553Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30592026-08-28T22:20:21.212Z[ helios-setup] Aug 28 22:20:19.812 INFO E| Compiling flate2 v1.0.25
30602026-08-28T22:20:21.291Z[ host-package] Compiling vergen-gitcl v1.0.8
30612026-08-28T22:20:21.291Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30622026-08-28T22:20:21.321Z[ host-package] Compiling dirs-sys-next v0.1.2
30632026-08-28T22:20:21.350Z[ host-package] Compiling maplit v1.0.2
30642026-08-28T22:20:21.547Z[ host-package] Compiling crunchy v0.2.4
30652026-08-28T22:20:21.638Z[ host-package] Compiling glob v0.3.3
30662026-08-28T22:20:21.698Z[ host-package] Compiling dirs-next v2.0.0
30672026-08-28T22:20:21.759Z[ helios-setup] Aug 28 22:20:20.765 INFO E| Compiling block-buffer v0.10.3
30682026-08-28T22:20:21.759Z[ helios-setup] Aug 28 22:20:20.765 INFO E| Compiling crypto-common v0.1.6
30692026-08-28T22:20:22.001Z[ helios-setup] Aug 28 22:20:20.896 INFO E| Compiling digest v0.10.3
30702026-08-28T22:20:22.171Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30712026-08-28T22:20:22.307Z[ host-package] Compiling r2d2 v0.8.10
30722026-08-28T22:20:22.307Z[ helios-setup] Aug 28 22:20:21.078 INFO E| Compiling sha2 v0.10.5
30732026-08-28T22:20:22.307Z[ host-package] Compiling clang-sys v1.8.1
30742026-08-28T22:20:22.307Z[ host-package] Compiling libscf-sys v1.2.0
30752026-08-28T22:20:22.432Z[ helios-setup] Aug 28 22:20:21.338 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30762026-08-28T22:20:22.432Z[ host-package] Compiling tiny-keccak v2.0.2
30772026-08-28T22:20:22.495Z[ host-package] Compiling xshell-macros v0.2.7
30782026-08-28T22:20:22.593Z[ host-package] Compiling downcast-rs v2.0.2
30792026-08-28T22:20:22.729Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30802026-08-28T22:20:22.756Z[ host-package] Compiling term v0.7.0
30812026-08-28T22:20:22.842Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30822026-08-28T22:20:22.946Z[ host-package] Compiling papergrid v0.18.0
30832026-08-28T22:20:23.099Z[ host-package] Compiling xshell v0.2.7
30842026-08-28T22:20:23.217Z[ host-package] Compiling bit-vec v0.6.3
30852026-08-28T22:20:23.388Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30862026-08-28T22:20:23.528Z[ host-package] Compiling bit-set v0.5.3
30872026-08-28T22:20:23.552Z[ host-package] Compiling ascii-canvas v3.0.0
30882026-08-28T22:20:23.996Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30892026-08-28T22:20:24.122Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30902026-08-28T22:20:24.214Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30912026-08-28T22:20:24.389Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30922026-08-28T22:20:24.463Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30932026-08-28T22:20:24.564Z[ host-package] Compiling tabled v0.21.0
30942026-08-28T22:20:24.699Z[ host-package] Compiling itertools v0.15.0
30952026-08-28T22:20:24.744Z[ helios-setup] Aug 28 22:20:23.758 INFO E| Finished `release` profile [optimized] target(s) in 5.59s
30962026-08-28T22:20:24.753Z[ helios-setup] Aug 28 22:20:23.771 INFO building project "bootserver" ok (5 seconds)
30972026-08-28T22:20:24.753Z[ helios-setup] Aug 28 22:20:23.771 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
30982026-08-28T22:20:24.769Z[ helios-setup] Aug 28 22:20:23.780 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
30992026-08-28T22:20:24.771Z[ helios-setup] Aug 28 22:20:23.780 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31002026-08-28T22:20:24.771Z[ helios-setup] Aug 28 22:20:23.780 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31012026-08-28T22:20:24.794Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31022026-08-28T22:20:24.835Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31032026-08-28T22:20:25.033Z[ helios-setup] Aug 28 22:20:23.951 INFO E| Updating crates.io index
31042026-08-28T22:20:25.317Z[ host-package] Compiling itertools v0.10.5
31052026-08-28T22:20:25.317Z[ helios-setup] Aug 28 22:20:24.054 INFO E| Downloading crates ...
31062026-08-28T22:20:25.317Z[ helios-setup] Aug 28 22:20:24.095 INFO E| Downloaded deranged v0.4.0
31072026-08-28T22:20:25.317Z[ helios-setup] Aug 28 22:20:24.107 INFO E| Downloaded itoa v1.0.15
31082026-08-28T22:20:25.317Z[ helios-setup] Aug 28 22:20:24.115 INFO E| Downloaded proc-macro2 v1.0.95
31092026-08-28T22:20:25.318Z[ helios-setup] Aug 28 22:20:24.117 INFO E| Downloaded hashbrown v0.15.3
31102026-08-28T22:20:25.318Z[ helios-setup] Aug 28 22:20:24.120 INFO E| Downloaded time-core v0.1.4
31112026-08-28T22:20:25.318Z[ helios-setup] Aug 28 22:20:24.123 INFO E| Downloaded errno v0.3.12
31122026-08-28T22:20:25.318Z[ helios-setup] Aug 28 22:20:24.134 INFO E| Downloaded serde_with_macros v3.12.0
31132026-08-28T22:20:25.319Z[ helios-setup] Aug 28 22:20:24.136 INFO E| Downloaded quote v1.0.40
31142026-08-28T22:20:25.319Z[ helios-setup] Aug 28 22:20:24.137 INFO E| Downloaded autocfg v1.4.0
31152026-08-28T22:20:25.319Z[ helios-setup] Aug 28 22:20:24.138 INFO E| Downloaded thiserror v2.0.12
31162026-08-28T22:20:25.320Z[ helios-setup] Aug 28 22:20:24.142 INFO E| Downloaded time-macros v0.2.22
31172026-08-28T22:20:25.320Z[ helios-setup] Aug 28 22:20:24.144 INFO E| Downloaded thiserror-impl v2.0.12
31182026-08-28T22:20:25.369Z[ helios-setup] Aug 28 22:20:24.158 INFO E| Downloaded ryu v1.0.20
31192026-08-28T22:20:25.369Z[ helios-setup] Aug 28 22:20:24.160 INFO E| Downloaded tempfile v3.20.0
31202026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.162 INFO E| Downloaded anyhow v1.0.98
31212026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.164 INFO E| Downloaded getrandom v0.3.3
31222026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.166 INFO E| Downloaded iana-time-zone v0.1.63
31232026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.168 INFO E| Downloaded serde_derive v1.0.219
31242026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.170 INFO E| Downloaded unicode-ident v1.0.18
31252026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.181 INFO E| Downloaded serde v1.0.219
31262026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.183 INFO E| Downloaded bitflags v2.9.1
31272026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.188 INFO E| Downloaded memchr v2.7.4
31282026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.210 INFO E| Downloaded indexmap v2.9.0
31292026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.212 INFO E| Downloaded serde_with v3.12.0
31302026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.217 INFO E| Downloaded time v0.3.41
31312026-08-28T22:20:25.370Z[ helios-setup] Aug 28 22:20:24.221 INFO E| Downloaded serde_json v1.0.140
31322026-08-28T22:20:25.371Z[ helios-setup] Aug 28 22:20:24.239 INFO E| Downloaded chrono v0.4.41
31332026-08-28T22:20:25.371Z[ helios-setup] Aug 28 22:20:24.254 INFO E| Downloaded syn v2.0.101
31342026-08-28T22:20:25.371Z[ helios-setup] Aug 28 22:20:24.288 INFO E| Downloaded rustix v1.0.7
31352026-08-28T22:20:25.371Z[ helios-setup] Aug 28 22:20:24.301 INFO E| Downloaded libc v0.2.172
31362026-08-28T22:20:25.392Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling proc-macro2 v1.0.95
31372026-08-28T22:20:25.392Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling unicode-ident v1.0.18
31382026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling libc v0.2.172
31392026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling ident_case v1.0.1
31402026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling fnv v1.0.7
31412026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling strsim v0.11.1
31422026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling serde v1.0.219
31432026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling getrandom v0.3.3
31442026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling rustix v1.0.7
31452026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling serde_json v1.0.140
31462026-08-28T22:20:25.400Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling thiserror v2.0.12
31472026-08-28T22:20:25.402Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling cfg-if v1.0.0
31482026-08-28T22:20:25.402Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling anyhow v1.0.98
31492026-08-28T22:20:25.402Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling bitflags v2.9.1
31502026-08-28T22:20:25.402Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
31512026-08-28T22:20:25.402Z[ helios-setup] Aug 28 22:20:24.415 INFO E| Compiling once_cell v1.21.3
31522026-08-28T22:20:25.544Z[ host-package] Compiling ena v0.14.4
31532026-08-28T22:20:25.570Z[ host-package] Compiling libloading v0.8.9
31542026-08-28T22:20:25.820Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31552026-08-28T22:20:25.887Z[ host-package] Compiling bindgen v0.71.1
31562026-08-28T22:20:26.102Z[ helios-setup] Aug 28 22:20:25.108 INFO E| Compiling itoa v1.0.15
31572026-08-28T22:20:26.119Z[ host-package] Compiling diff v0.1.13
31582026-08-28T22:20:26.180Z[ host-package] Compiling regex-syntax v0.6.29
31592026-08-28T22:20:26.285Z[ helios-setup] Aug 28 22:20:25.204 INFO E| Compiling ryu v1.0.20
31602026-08-28T22:20:26.313Z[ host-package] Compiling unicase v2.9.0
31612026-08-28T22:20:26.314Z[ helios-setup] Aug 28 22:20:25.286 INFO E| Compiling fastrand v2.3.0
31622026-08-28T22:20:26.314Z[ helios-setup] Aug 28 22:20:25.313 INFO E| Compiling memchr v2.7.4
31632026-08-28T22:20:26.463Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31642026-08-28T22:20:27.219Z[ helios-setup] Aug 28 22:20:26.117 INFO E| Compiling quote v1.0.40
31652026-08-28T22:20:27.353Z[ host-package] Compiling cexpr v0.6.0
31662026-08-28T22:20:27.353Z[ host-package] Compiling diesel v2.3.7
31672026-08-28T22:20:27.460Z[ helios-setup] Aug 28 22:20:26.328 INFO E| Compiling syn v2.0.101
31682026-08-28T22:20:27.460Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31692026-08-28T22:20:27.461Z[ host-package] Compiling rustc-hash v2.1.1
31702026-08-28T22:20:27.535Z[ helios-setup] Aug 28 22:20:26.479 INFO E| Compiling errno v0.3.12
31712026-08-28T22:20:27.949Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31722026-08-28T22:20:27.962Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31732026-08-28T22:20:28.147Z[ host-package] Compiling lalrpop v0.19.12
31742026-08-28T22:20:28.147Z[ host-package] Compiling headers-core v0.3.0
31752026-08-28T22:20:28.400Z[ host-package] Compiling libxml v0.3.3
31762026-08-28T22:20:28.604Z[ helios-setup] Aug 28 22:20:27.628 INFO E| Compiling tempfile v3.20.0
31772026-08-28T22:20:28.852Z[ host-package] Compiling crc8 v0.1.1
31782026-08-28T22:20:29.124Z[ host-package] Compiling headers v0.4.1
31792026-08-28T22:20:29.196Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31802026-08-28T22:20:29.494Z[ host-package] Compiling strum_macros v0.24.3
31812026-08-28T22:20:29.662Z[ host-package] Compiling indoc v1.0.9
31822026-08-28T22:20:29.808Z[ helios-setup] Aug 28 22:20:28.830 INFO E| Compiling darling_core v0.20.11
31832026-08-28T22:20:30.162Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31842026-08-28T22:20:30.185Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
31852026-08-28T22:20:30.604Z[ helios-setup] Aug 28 22:20:29.626 INFO E| Compiling serde_derive v1.0.219
31862026-08-28T22:20:30.604Z[ helios-setup] Aug 28 22:20:29.626 INFO E| Compiling thiserror-impl v2.0.12
31872026-08-28T22:20:30.604Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31882026-08-28T22:20:30.807Z[ host-package] Compiling derive_builder v0.20.2
31892026-08-28T22:20:30.835Z[ host-package] Compiling oso-derive v0.27.3
31902026-08-28T22:20:30.972Z[ host-package] Compiling quick-xml v0.37.5
31912026-08-28T22:20:31.095Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31922026-08-28T22:20:31.195Z[ host-package] Compiling openssl-probe v0.1.6
31932026-08-28T22:20:31.530Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942026-08-28T22:20:31.596Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31952026-08-28T22:20:31.737Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31962026-08-28T22:20:32.014Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31972026-08-28T22:20:32.182Z[ helios-setup] Aug 28 22:20:31.207 INFO E| Compiling darling_macro v0.20.11
31982026-08-28T22:20:32.464Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31992026-08-28T22:20:32.613Z[ host-package] Compiling bb8 v0.8.6
32002026-08-28T22:20:32.676Z[ host-package] Compiling trait-variant v0.1.2
32012026-08-28T22:20:32.872Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32022026-08-28T22:20:32.964Z[ helios-setup] Aug 28 22:20:31.992 INFO E| Compiling darling v0.20.11
32032026-08-28T22:20:33.082Z[ helios-setup] Aug 28 22:20:32.109 INFO E| Compiling serde_with_macros v3.12.0
32042026-08-28T22:20:33.135Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32052026-08-28T22:20:33.214Z[ host-package] Compiling half v1.8.3
32062026-08-28T22:20:33.396Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32072026-08-28T22:20:33.450Z[ host-package] Compiling proc-macro-error2 v2.0.1
32082026-08-28T22:20:33.585Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32092026-08-28T22:20:33.809Z[ host-package] Compiling serde_cbor v0.11.2
32102026-08-28T22:20:33.958Z[ host-package] Compiling samael v0.0.19
32112026-08-28T22:20:33.964Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32122026-08-28T22:20:33.994Z[ host-package] Compiling hashbrown v0.14.5
32132026-08-28T22:20:34.201Z[ host-package] Compiling rfc6979 v0.4.0
32142026-08-28T22:20:34.398Z[ host-package] Compiling salty v0.3.0
32152026-08-28T22:20:34.609Z[ host-package] Compiling ecdsa v0.16.9
32162026-08-28T22:20:34.645Z[ host-package] Compiling knus-derive v3.4.0
32172026-08-28T22:20:34.846Z[ host-package] Compiling chumsky v0.9.3
32182026-08-28T22:20:34.976Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32192026-08-28T22:20:35.046Z[ host-package] Compiling primeorder v0.13.6
32202026-08-28T22:20:35.341Z[ host-package] Compiling nonempty v0.12.0
32212026-08-28T22:20:35.388Z[ host-package] Compiling p384 v0.13.1
32222026-08-28T22:20:35.844Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32232026-08-28T22:20:36.000Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32242026-08-28T22:20:36.022Z[ helios-setup] Aug 28 22:20:35.017 INFO E| Compiling serde_with v3.12.0
32252026-08-28T22:20:36.045Z[ host-package] Compiling knus v3.4.0
32262026-08-28T22:20:36.145Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32272026-08-28T22:20:36.416Z[ host-package] Compiling polar-core v0.27.3
32282026-08-28T22:20:36.898Z[ host-package] Compiling fxhash v0.2.1
32292026-08-28T22:20:37.179Z[ host-package] Compiling libz-sys v1.1.24
32302026-08-28T22:20:37.332Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32312026-08-28T22:20:37.450Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32322026-08-28T22:20:37.621Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32332026-08-28T22:20:37.800Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32342026-08-28T22:20:38.319Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32352026-08-28T22:20:39.056Z[ host-package] Compiling kstat-rs v0.2.5
32362026-08-28T22:20:39.862Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32372026-08-28T22:20:40.233Z[ host-package] Compiling mime_guess v2.0.5
32382026-08-28T22:20:40.807Z[ helios-setup] Aug 28 22:20:39.824 INFO E| Finished `release` profile [optimized] target(s) in 16.03s
32392026-08-28T22:20:40.829Z[ helios-setup] Aug 28 22:20:39.851 INFO building project "dmar-report" ok (16 seconds)
32402026-08-28T22:20:40.829Z[ helios-setup] Aug 28 22:20:39.851 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32412026-08-28T22:20:40.924Z[ helios-setup] Aug 28 22:20:39.888 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')"
32422026-08-28T22:20:40.924Z[ helios-setup] Aug 28 22:20:39.888 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32432026-08-28T22:20:40.924Z[ helios-setup] Aug 28 22:20:39.888 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32442026-08-28T22:20:41.084Z[ helios-setup] Aug 28 22:20:40.105 INFO E| Updating crates.io index
32452026-08-28T22:20:41.089Z[ helios-setup] Aug 28 22:20:40.106 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32462026-08-28T22:20:41.289Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32472026-08-28T22:20:41.569Z[ helios-setup] Aug 28 22:20:40.595 INFO E| From https://github.com/oxidecomputer/amd-apcb
32482026-08-28T22:20:41.569Z[ helios-setup] Aug 28 22:20:40.595 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32492026-08-28T22:20:41.576Z[ host-package] Compiling nanorand v0.7.0
32502026-08-28T22:20:41.583Z[ helios-setup] Aug 28 22:20:40.611 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32512026-08-28T22:20:41.817Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32522026-08-28T22:20:41.954Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32532026-08-28T22:20:41.980Z[ host-package] Compiling parking_lot_core v0.8.6
32542026-08-28T22:20:42.003Z[ helios-setup] Aug 28 22:20:41.029 INFO E| From https://github.com/oxidecomputer/amd-efs
32552026-08-28T22:20:42.003Z[ helios-setup] Aug 28 22:20:41.029 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32562026-08-28T22:20:42.173Z[ helios-setup] Aug 28 22:20:41.198 INFO E| Downloading crates ...
32572026-08-28T22:20:42.214Z[ helios-setup] Aug 28 22:20:41.243 INFO E| Downloaded ansi_term v0.12.1
32582026-08-28T22:20:42.227Z[ helios-setup] Aug 28 22:20:41.255 INFO E| Downloaded pest_meta v2.8.0
32592026-08-28T22:20:42.232Z[ helios-setup] Aug 28 22:20:41.257 INFO E| Downloaded structopt v0.3.26
32602026-08-28T22:20:42.238Z[ helios-setup] Aug 28 22:20:41.262 INFO E| Downloaded strum v0.27.1
32612026-08-28T22:20:42.238Z[ helios-setup] Aug 28 22:20:41.263 INFO E| Downloaded parse_int v0.9.0
32622026-08-28T22:20:42.238Z[ helios-setup] Aug 28 22:20:41.263 INFO E| Downloaded vec_map v0.8.2
32632026-08-28T22:20:42.239Z[ helios-setup] Aug 28 22:20:41.264 INFO E| Downloaded strsim v0.8.0
32642026-08-28T22:20:42.244Z[ helios-setup] Aug 28 22:20:41.265 INFO E| Downloaded unic-char-property v0.9.0
32652026-08-28T22:20:42.244Z[ helios-setup] Aug 28 22:20:41.267 INFO E| Downloaded modular-bitfield-impl v0.11.2
32662026-08-28T22:20:42.244Z[ helios-setup] Aug 28 22:20:41.271 INFO E| Downloaded heck v0.3.3
32672026-08-28T22:20:42.244Z[ helios-setup] Aug 28 22:20:41.272 INFO E| Downloaded unic-char-range v0.9.0
32682026-08-28T22:20:42.248Z[ helios-setup] Aug 28 22:20:41.273 INFO E| Downloaded unic-ucd-ident v0.9.0
32692026-08-28T22:20:42.248Z[ helios-setup] Aug 28 22:20:41.276 INFO E| Downloaded fletcher v1.0.0
32702026-08-28T22:20:42.255Z[ helios-setup] Aug 28 22:20:41.277 INFO E| Downloaded unic-common v0.9.0
32712026-08-28T22:20:42.255Z[ helios-setup] Aug 28 22:20:41.277 INFO E| Downloaded dyn-clone v1.0.19
32722026-08-28T22:20:42.255Z[ helios-setup] Aug 28 22:20:41.282 INFO E| Downloaded four-cc v0.4.0
32732026-08-28T22:20:42.260Z[ helios-setup] Aug 28 22:20:41.284 INFO E| Downloaded log v0.4.27
32742026-08-28T22:20:42.260Z[ helios-setup] Aug 28 22:20:41.286 INFO E| Downloaded strum_macros v0.27.1
32752026-08-28T22:20:42.260Z[ helios-setup] Aug 28 22:20:41.287 INFO E| Downloaded unic-ucd-version v0.9.0
32762026-08-28T22:20:42.264Z[ helios-setup] Aug 28 22:20:41.288 INFO E| Downloaded modular-bitfield-impl v0.13.1
32772026-08-28T22:20:42.264Z[ helios-setup] Aug 28 22:20:41.288 INFO E| Downloaded pest_generator v2.8.0
32782026-08-28T22:20:42.264Z[ helios-setup] Aug 28 22:20:41.289 INFO E| Downloaded rustversion v1.0.20
32792026-08-28T22:20:42.264Z[ helios-setup] Aug 28 22:20:41.291 INFO E| Downloaded textwrap v0.11.0
32802026-08-28T22:20:42.265Z[ helios-setup] Aug 28 22:20:41.292 INFO E| Downloaded structopt-derive v0.4.18
32812026-08-28T22:20:42.271Z[ helios-setup] Aug 28 22:20:41.300 INFO E| Downloaded modular-bitfield v0.11.2
32822026-08-28T22:20:42.281Z[ helios-setup] Aug 28 22:20:41.307 INFO E| Downloaded bytesize v2.0.1
32832026-08-28T22:20:42.285Z[ helios-setup] Aug 28 22:20:41.307 INFO E| Downloaded modular-bitfield v0.13.1
32842026-08-28T22:20:42.285Z[ helios-setup] Aug 28 22:20:41.313 INFO E| Downloaded pest_derive v2.8.0
32852026-08-28T22:20:42.289Z[ helios-setup] Aug 28 22:20:41.314 INFO E| Downloaded zerocopy-derive v0.8.25
32862026-08-28T22:20:42.294Z[ helios-setup] Aug 28 22:20:41.321 INFO E| Downloaded typenum v1.18.0
32872026-08-28T22:20:42.297Z[ helios-setup] Aug 28 22:20:41.325 INFO E| Downloaded pest v2.8.0
32882026-08-28T22:20:42.313Z[ helios-setup] Aug 28 22:20:41.338 INFO E| Downloaded goblin v0.9.3
32892026-08-28T22:20:42.316Z[ helios-setup] Aug 28 22:20:41.342 INFO E| Downloaded clap v2.34.0
32902026-08-28T22:20:42.323Z[ helios-setup] Aug 28 22:20:41.346 INFO E| Downloaded zerocopy v0.8.25
32912026-08-28T22:20:42.391Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32922026-08-28T22:20:42.392Z[ helios-setup] Aug 28 22:20:41.418 INFO E| Compiling proc-macro2 v1.0.95
32932026-08-28T22:20:42.399Z[ helios-setup] Aug 28 22:20:41.418 INFO E| Compiling unicode-ident v1.0.18
32942026-08-28T22:20:42.399Z[ helios-setup] Aug 28 22:20:41.418 INFO E| Compiling memchr v2.7.4
32952026-08-28T22:20:42.400Z[ helios-setup] Aug 28 22:20:41.418 INFO E| Compiling autocfg v1.4.0
32962026-08-28T22:20:42.400Z[ helios-setup] Aug 28 22:20:41.418 INFO E| Compiling thiserror v2.0.12
32972026-08-28T22:20:42.400Z[ helios-setup] Aug 28 22:20:41.418 INFO E| Compiling syn v1.0.109
32982026-08-28T22:20:42.400Z[ helios-setup] Aug 28 22:20:41.419 INFO E| Compiling serde v1.0.219
32992026-08-28T22:20:42.417Z[ helios-setup] Aug 28 22:20:41.441 INFO E| Compiling version_check v0.9.5
33002026-08-28T22:20:42.417Z[ helios-setup] Aug 28 22:20:41.441 INFO E| Compiling serde_json v1.0.140
33012026-08-28T22:20:42.428Z[ helios-setup] Aug 28 22:20:41.441 INFO E| Compiling ryu v1.0.20
33022026-08-28T22:20:42.428Z[ helios-setup] Aug 28 22:20:41.441 INFO E| Compiling schemars v0.8.22
33032026-08-28T22:20:42.428Z[ helios-setup] Aug 28 22:20:41.441 INFO E| Compiling itoa v1.0.15
33042026-08-28T22:20:42.428Z[ helios-setup] Aug 28 22:20:41.441 INFO E| Compiling libc v0.2.172
33052026-08-28T22:20:42.580Z[ helios-setup] Aug 28 22:20:41.605 INFO E| Compiling rustversion v1.0.20
33062026-08-28T22:20:42.580Z[ helios-setup] Aug 28 22:20:41.605 INFO E| Compiling dyn-clone v1.0.19
33072026-08-28T22:20:42.585Z[ helios-setup] Aug 28 22:20:41.605 INFO E| Compiling static_assertions v1.1.0
33082026-08-28T22:20:42.740Z[ host-package] Compiling flume v0.11.1
33092026-08-28T22:20:43.085Z[ helios-setup] Aug 28 22:20:42.113 INFO E| Compiling num-traits v0.2.19
33102026-08-28T22:20:43.085Z[ helios-setup] Aug 28 22:20:42.113 INFO E| Compiling memoffset v0.9.1
33112026-08-28T22:20:43.085Z[ helios-setup] Aug 28 22:20:42.113 INFO E| Compiling ucd-trie v0.1.7
33122026-08-28T22:20:43.378Z[ helios-setup] Aug 28 22:20:42.407 INFO E| Compiling zerocopy v0.8.25
33132026-08-28T22:20:43.429Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33142026-08-28T22:20:43.598Z[ helios-setup] Aug 28 22:20:42.627 INFO E| Compiling proc-macro-error-attr v1.0.4
33152026-08-28T22:20:43.687Z[ helios-setup] Aug 28 22:20:42.715 INFO E| Compiling paste v1.0.15
33162026-08-28T22:20:43.717Z[ helios-setup] Aug 28 22:20:42.734 INFO E| Compiling proc-macro-error v1.0.4
33172026-08-28T22:20:43.735Z[ helios-setup] Aug 28 22:20:42.764 INFO E| Compiling once_cell v1.21.3
33182026-08-28T22:20:43.769Z[ helios-setup] Aug 28 22:20:42.797 INFO E| Compiling unicode-segmentation v1.12.0
33192026-08-28T22:20:43.949Z[ helios-setup] Aug 28 22:20:42.977 INFO E| Compiling heck v0.5.0
33202026-08-28T22:20:43.996Z[ helios-setup] Aug 28 22:20:43.021 INFO E| Compiling unicode-width v0.1.14
33212026-08-28T22:20:44.067Z[ helios-setup] Aug 28 22:20:43.094 INFO E| Compiling quote v1.0.40
33222026-08-28T22:20:44.079Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33232026-08-28T22:20:44.097Z[ helios-setup] Aug 28 22:20:43.124 INFO E| Compiling bitflags v1.3.2
33242026-08-28T22:20:44.129Z[ helios-setup] Aug 28 22:20:43.156 INFO E| Compiling strsim v0.8.0
33252026-08-28T22:20:44.153Z[ helios-setup] Aug 28 22:20:43.179 INFO E| Compiling vec_map v0.8.2
33262026-08-28T22:20:44.202Z[ helios-setup] Aug 28 22:20:43.228 INFO E| Compiling byteorder v1.5.0
33272026-08-28T22:20:44.217Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33282026-08-28T22:20:44.223Z[ helios-setup] Aug 28 22:20:43.246 INFO E| Compiling ansi_term v0.12.1
33292026-08-28T22:20:44.227Z[ helios-setup] Aug 28 22:20:43.252 INFO E| Compiling strum v0.27.1
33302026-08-28T22:20:44.268Z[ helios-setup] Aug 28 22:20:43.296 INFO E| Compiling fletcher v1.0.0
33312026-08-28T22:20:44.282Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33322026-08-28T22:20:44.309Z[ helios-setup] Aug 28 22:20:43.338 INFO E| Compiling unic-common v0.9.0
33332026-08-28T22:20:44.359Z[ helios-setup] Aug 28 22:20:43.385 INFO E| Compiling syn v2.0.101
33342026-08-28T22:20:44.375Z[ helios-setup] Aug 28 22:20:43.402 INFO E| Compiling unic-char-range v0.9.0
33352026-08-28T22:20:44.610Z[ helios-setup] Aug 28 22:20:43.628 INFO E| Compiling heck v0.3.3
33362026-08-28T22:20:44.617Z[ helios-setup] Aug 28 22:20:43.645 INFO E| Compiling textwrap v0.11.0
33372026-08-28T22:20:44.716Z[ helios-setup] Aug 28 22:20:43.677 INFO E| Compiling unic-char-property v0.9.0
33382026-08-28T22:20:44.737Z[ helios-setup] Aug 28 22:20:43.683 INFO E| Compiling unic-ucd-version v0.9.0
33392026-08-28T22:20:44.737Z[ helios-setup] Aug 28 22:20:43.690 INFO E| Compiling lazy_static v1.5.0
33402026-08-28T22:20:44.737Z[ helios-setup] Aug 28 22:20:43.690 INFO E| Compiling log v0.4.27
33412026-08-28T22:20:44.737Z[ helios-setup] Aug 28 22:20:43.719 INFO E| Compiling plain v0.2.3
33422026-08-28T22:20:44.750Z[ helios-setup] Aug 28 22:20:43.775 INFO E| Compiling bytesize v2.0.1
33432026-08-28T22:20:44.861Z[ helios-setup] Aug 28 22:20:43.888 INFO E| Compiling unic-ucd-ident v0.9.0
33442026-08-28T22:20:45.003Z[ host-package] Compiling git-stub v1.0.0
33452026-08-28T22:20:45.174Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33462026-08-28T22:20:45.190Z[ helios-setup] Aug 28 22:20:44.211 INFO E| Compiling atty v0.2.14
33472026-08-28T22:20:45.317Z[ helios-setup] Aug 28 22:20:44.345 INFO E| Compiling clap v2.34.0
33482026-08-28T22:20:45.604Z[ host-package] Compiling instability v0.3.11
33492026-08-28T22:20:45.741Z[ host-package] Compiling strsim v0.10.0
33502026-08-28T22:20:45.828Z[ helios-setup] Aug 28 22:20:44.857 INFO E| Compiling parse_int v0.9.0
33512026-08-28T22:20:45.861Z[ host-package] Compiling http-range v0.1.5
33522026-08-28T22:20:46.073Z[ host-package] Compiling corncobs v0.1.4
33532026-08-28T22:20:46.264Z[ host-package] Compiling darling_core v0.13.4
33542026-08-28T22:20:46.382Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33552026-08-28T22:20:46.460Z[ host-package] Compiling git-stub-vcs v0.1.0
33562026-08-28T22:20:47.239Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33572026-08-28T22:20:47.430Z[ helios-setup] Aug 28 22:20:46.458 INFO E| Compiling serde_derive_internals v0.29.1
33582026-08-28T22:20:47.638Z[ helios-setup] Aug 28 22:20:46.666 INFO E| Compiling modular-bitfield-impl v0.11.2
33592026-08-28T22:20:47.638Z[ helios-setup] Aug 28 22:20:46.666 INFO E| Compiling structopt-derive v0.4.18
33602026-08-28T22:20:48.278Z[ host-package] Compiling oso v0.27.3
33612026-08-28T22:20:48.347Z[ host-package] Compiling async-bb8-diesel v0.2.1
33622026-08-28T22:20:48.473Z[ host-package] Compiling diesel-dtrace v0.5.0
33632026-08-28T22:20:48.582Z[ helios-setup] Aug 28 22:20:47.609 INFO E| Compiling thiserror-impl v2.0.12
33642026-08-28T22:20:48.582Z[ helios-setup] Aug 28 22:20:47.609 INFO E| Compiling serde_derive v1.0.219
33652026-08-28T22:20:48.586Z[ helios-setup] Aug 28 22:20:47.610 INFO E| Compiling schemars_derive v0.8.22
33662026-08-28T22:20:48.587Z[ helios-setup] Aug 28 22:20:47.610 INFO E| Compiling zerocopy-derive v0.8.25
33672026-08-28T22:20:48.587Z[ helios-setup] Aug 28 22:20:47.610 INFO E| Compiling modular-bitfield-impl v0.13.1
33682026-08-28T22:20:48.587Z[ helios-setup] Aug 28 22:20:47.610 INFO E| Compiling num-derive v0.4.2
33692026-08-28T22:20:48.608Z[ helios-setup] Aug 28 22:20:47.635 INFO E| Compiling strum_macros v0.27.1
33702026-08-28T22:20:48.638Z[ helios-setup] Aug 28 22:20:47.667 INFO E| Compiling scroll_derive v0.12.1
33712026-08-28T22:20:49.335Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33722026-08-28T22:20:49.679Z[ helios-setup] Aug 28 22:20:48.707 INFO E| Compiling modular-bitfield v0.11.2
33732026-08-28T22:20:49.703Z[ helios-setup] Aug 28 22:20:48.728 INFO E| Compiling scroll v0.12.0
33742026-08-28T22:20:50.033Z[ helios-setup] Aug 28 22:20:49.049 INFO E| Compiling goblin v0.9.3
33752026-08-28T22:20:50.044Z[ helios-setup] Aug 28 22:20:49.068 INFO E| Compiling structopt v0.3.26
33762026-08-28T22:20:50.325Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33772026-08-28T22:20:50.873Z[ helios-setup] Aug 28 22:20:49.901 INFO E| Compiling modular-bitfield v0.13.1
33782026-08-28T22:20:50.948Z[ helios-setup] Aug 28 22:20:49.977 INFO E| Compiling pest v2.8.0
33792026-08-28T22:20:51.629Z[ host-package] Compiling progenitor-impl v0.13.0
33802026-08-28T22:20:51.985Z[ host-package] Compiling ignore v0.4.25
33812026-08-28T22:20:52.265Z[ helios-setup] Aug 28 22:20:51.292 INFO E| Compiling pest_meta v2.8.0
33822026-08-28T22:20:53.221Z[ helios-setup] Aug 28 22:20:52.249 INFO E| Compiling pest_generator v2.8.0
33832026-08-28T22:20:54.093Z[ helios-setup] Aug 28 22:20:53.121 INFO E| Compiling pest_derive v2.8.0
33842026-08-28T22:20:54.391Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
33852026-08-28T22:20:54.463Z[ host-package] Compiling anstyle-parse v0.2.7
33862026-08-28T22:20:54.551Z[ host-package] Compiling secrecy v0.8.0
33872026-08-28T22:20:54.806Z[ host-package] Compiling castaway v0.2.4
33882026-08-28T22:20:54.951Z[ host-package] Compiling vergen-git2 v9.1.0
33892026-08-28T22:20:54.995Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
33902026-08-28T22:20:54.999Z[ helios-setup] Aug 28 22:20:54.024 INFO E| Compiling json5 v0.4.1
33912026-08-28T22:20:55.070Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33922026-08-28T22:20:55.324Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33932026-08-28T22:20:55.398Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33942026-08-28T22:20:55.733Z[ host-package] Compiling indoc v2.0.7
33952026-08-28T22:20:55.873Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
33962026-08-28T22:20:56.144Z[ host-package] Compiling compact_str v0.8.1
33972026-08-28T22:20:56.581Z[ host-package] Compiling anstream v0.6.21
33982026-08-28T22:20:56.660Z[ helios-setup] Aug 28 22:20:55.689 INFO E| Compiling four-cc v0.4.0
33992026-08-28T22:20:56.661Z[ helios-setup] Aug 28 22:20:55.689 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34002026-08-28T22:20:56.816Z[ helios-setup] Aug 28 22:20:55.845 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34012026-08-28T22:20:57.221Z[ host-package] Compiling progenitor-macro v0.13.0
34022026-08-28T22:20:57.399Z[ host-package] Compiling globwalk v0.9.1
34032026-08-28T22:20:57.692Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34042026-08-28T22:20:58.155Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34052026-08-28T22:20:58.868Z[ host-package] Compiling parking_lot v0.11.2
34062026-08-28T22:20:59.468Z[ host-package] Compiling darling_macro v0.13.4
34072026-08-28T22:20:59.923Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34082026-08-28T22:21:00.145Z[ host-package] Compiling hyper-staticfile v0.10.1
34092026-08-28T22:21:00.368Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34102026-08-28T22:21:00.478Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34112026-08-28T22:21:00.699Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34122026-08-28T22:21:00.960Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34132026-08-28T22:21:01.326Z[ host-package] Compiling predicates-tree v1.0.13
34142026-08-28T22:21:01.621Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34152026-08-28T22:21:01.829Z[ host-package] Compiling unicode-truncate v1.1.0
34162026-08-28T22:21:01.906Z[ host-package] Compiling lru v0.12.5
34172026-08-28T22:21:02.110Z[ host-package] Compiling progenitor-client v0.13.0
34182026-08-28T22:21:02.176Z[ host-package] Compiling prefix-trie v0.7.0
34192026-08-28T22:21:02.689Z[ host-package] Compiling rand_seeder v0.4.0
34202026-08-28T22:21:02.723Z[ host-package] Compiling cassowary v0.3.0
34212026-08-28T22:21:02.757Z[ host-package] Compiling progenitor v0.13.0
34222026-08-28T22:21:02.787Z[ host-package] Compiling hickory-server v0.25.2
34232026-08-28T22:21:02.820Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34242026-08-28T22:21:02.904Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34252026-08-28T22:21:03.071Z[ host-package] Compiling darling v0.13.4
34262026-08-28T22:21:03.084Z[ host-package] Compiling ratatui v0.29.0
34272026-08-28T22:21:03.129Z[ host-package] Compiling sled v0.34.7
34282026-08-28T22:21:03.166Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-08-28T22:21:03.849Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34302026-08-28T22:21:03.958Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34312026-08-28T22:21:04.142Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34322026-08-28T22:21:04.346Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34332026-08-28T22:21:04.600Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34342026-08-28T22:21:04.883Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
34352026-08-28T22:21:06.250Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34362026-08-28T22:21:07.031Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34372026-08-28T22:21:07.286Z[ host-package] Compiling serde_with_macros v1.5.2
34382026-08-28T22:21:07.943Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34392026-08-28T22:21:08.193Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34402026-08-28T22:21:10.057Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34412026-08-28T22:21:10.173Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34422026-08-28T22:21:10.375Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34432026-08-28T22:21:10.534Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34442026-08-28T22:21:10.688Z[ host-package] Compiling git2 v0.20.4
34452026-08-28T22:21:10.728Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34462026-08-28T22:21:10.972Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34472026-08-28T22:21:11.048Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34482026-08-28T22:21:11.103Z[ helios-setup] Aug 28 22:21:10.131 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34492026-08-28T22:21:11.290Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34502026-08-28T22:21:11.350Z[ host-package] Compiling arc-swap v1.8.2
34512026-08-28T22:21:11.621Z[ host-package] Compiling void v1.0.2
34522026-08-28T22:21:11.751Z[ host-package] Compiling slog-scope v4.4.1
34532026-08-28T22:21:11.866Z[ host-package] Compiling lzss v0.8.2
34542026-08-28T22:21:12.568Z[ host-package] Compiling serde_with v1.14.0
34552026-08-28T22:21:13.142Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34562026-08-28T22:21:14.198Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34572026-08-28T22:21:14.814Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34582026-08-28T22:21:14.911Z[ helios-setup] Aug 28 22:21:13.939 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34592026-08-28T22:21:15.284Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34602026-08-28T22:21:15.696Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34612026-08-28T22:21:15.794Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34622026-08-28T22:21:15.924Z[ host-package] Compiling scuffle v0.1.0
34632026-08-28T22:21:16.531Z[ host-package] Compiling tungstenite v0.23.0
34642026-08-28T22:21:16.845Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34652026-08-28T22:21:17.687Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34662026-08-28T22:21:17.725Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-08-28T22:21:18.058Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34682026-08-28T22:21:18.107Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34692026-08-28T22:21:18.384Z[ host-package] Compiling nix v0.27.1
34702026-08-28T22:21:18.459Z[ host-package] Compiling twox-hash v2.1.2
34712026-08-28T22:21:18.502Z[ host-package] Compiling libsw-core v0.3.2
34722026-08-28T22:21:18.764Z[ host-package] Compiling serde_bytes v0.11.19
34732026-08-28T22:21:18.974Z[ host-package] Compiling atty v0.2.14
34742026-08-28T22:21:19.054Z[ host-package] Compiling libsw v3.5.0
34752026-08-28T22:21:19.109Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34762026-08-28T22:21:19.258Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34772026-08-28T22:21:19.301Z[ host-package] Compiling tokio-tungstenite v0.23.1
34782026-08-28T22:21:19.352Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34792026-08-28T22:21:19.722Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34802026-08-28T22:21:19.785Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34812026-08-28T22:21:19.890Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34822026-08-28T22:21:22.837Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34832026-08-28T22:21:23.233Z[ host-package] Compiling slog-stdlog v4.1.1
34842026-08-28T22:21:23.671Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34852026-08-28T22:21:24.122Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34862026-08-28T22:21:24.162Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34872026-08-28T22:21:24.290Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34882026-08-28T22:21:24.625Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34892026-08-28T22:21:25.414Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34902026-08-28T22:21:25.817Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34912026-08-28T22:21:25.880Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34922026-08-28T22:21:26.529Z[ helios-setup] Aug 28 22:21:25.556 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.60s
34932026-08-28T22:21:26.568Z[ helios-setup] Aug 28 22:21:25.595 INFO building project "amd-host-image-builder" ok (45 seconds)
34942026-08-28T22:21:26.568Z[ helios-setup] Aug 28 22:21:25.595 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34952026-08-28T22:21:26.576Z[ helios-setup] Aug 28 22:21:25.604 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34962026-08-28T22:21:26.576Z[ helios-setup] Aug 28 22:21:25.604 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34972026-08-28T22:21:26.576Z[ helios-setup] Aug 28 22:21:25.604 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34982026-08-28T22:21:26.709Z[ helios-setup] Aug 28 22:21:25.737 INFO E| Blocking waiting for file lock on package cache
34992026-08-28T22:21:27.030Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35002026-08-28T22:21:27.647Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35012026-08-28T22:21:27.797Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35022026-08-28T22:21:29.591Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35032026-08-28T22:21:30.874Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35042026-08-28T22:21:31.212Z[ helios-setup] Aug 28 22:21:30.240 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
35052026-08-28T22:21:31.520Z[ helios-setup] Aug 28 22:21:30.543 INFO E| From https://github.com/jclulow/hiercmd
35062026-08-28T22:21:31.520Z[ helios-setup] Aug 28 22:21:30.543 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
35072026-08-28T22:21:31.527Z[ helios-setup] Aug 28 22:21:30.555 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
35082026-08-28T22:21:31.731Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35092026-08-28T22:21:31.826Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35102026-08-28T22:21:31.829Z[ helios-setup] Aug 28 22:21:30.856 INFO E| From https://github.com/oxidecomputer/network-interface
35112026-08-28T22:21:31.829Z[ helios-setup] Aug 28 22:21:30.856 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
35122026-08-28T22:21:31.841Z[ helios-setup] Aug 28 22:21:30.869 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
35132026-08-28T22:21:32.146Z[ helios-setup] Aug 28 22:21:31.174 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35142026-08-28T22:21:32.146Z[ helios-setup] Aug 28 22:21:31.174 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35152026-08-28T22:21:32.165Z[ helios-setup] Aug 28 22:21:31.193 INFO E| Updating crates.io index
35162026-08-28T22:21:32.216Z[ helios-setup] Aug 28 22:21:31.244 INFO E| Blocking waiting for file lock on package cache
35172026-08-28T22:21:32.272Z[ helios-setup] Aug 28 22:21:31.296 INFO E| Blocking waiting for file lock on package cache
35182026-08-28T22:21:32.451Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35192026-08-28T22:21:33.364Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35202026-08-28T22:21:33.673Z[ host-package] Compiling fatfs v0.3.6
35212026-08-28T22:21:34.768Z[ host-package] Compiling signal-hook-tokio v0.3.1
35222026-08-28T22:21:34.914Z[ host-package] Compiling yasna v0.5.2
35232026-08-28T22:21:34.986Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35242026-08-28T22:21:35.017Z[ host-package] Compiling assert_matches v1.5.0
35252026-08-28T22:21:35.157Z[ host-package] Compiling seq-macro v0.3.6
35262026-08-28T22:21:35.197Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35272026-08-28T22:21:35.745Z[ host-package] Compiling rcgen v0.12.1
35282026-08-28T22:21:36.293Z[ helios-setup] Aug 28 22:21:35.322 INFO E| Downloading crates ...
35292026-08-28T22:21:36.346Z[ helios-setup] Aug 28 22:21:35.373 INFO E| Downloaded futures-core v0.3.31
35302026-08-28T22:21:36.359Z[ helios-setup] Aug 28 22:21:35.387 INFO E| Downloaded time-core v0.1.6
35312026-08-28T22:21:36.365Z[ helios-setup] Aug 28 22:21:35.391 INFO E| Downloaded num_enum v0.7.5
35322026-08-28T22:21:36.369Z[ helios-setup] Aug 28 22:21:35.394 INFO E| Downloaded anstyle v1.0.13
35332026-08-28T22:21:36.369Z[ helios-setup] Aug 28 22:21:35.395 INFO E| Downloaded bitflags v2.10.0
35342026-08-28T22:21:36.373Z[ helios-setup] Aug 28 22:21:35.398 INFO E| Downloaded futures-macro v0.3.31
35352026-08-28T22:21:36.373Z[ helios-setup] Aug 28 22:21:35.399 INFO E| Downloaded futures-io v0.3.31
35362026-08-28T22:21:36.373Z[ helios-setup] Aug 28 22:21:35.400 INFO E| Downloaded clap_lex v0.7.6
35372026-08-28T22:21:36.381Z[ helios-setup] Aug 28 22:21:35.409 INFO E| Downloaded crc v3.3.0
35382026-08-28T22:21:36.384Z[ helios-setup] Aug 28 22:21:35.412 INFO E| Downloaded anstyle-query v1.1.4
35392026-08-28T22:21:36.389Z[ helios-setup] Aug 28 22:21:35.413 INFO E| Downloaded bitfield-macros v0.19.3
35402026-08-28T22:21:36.389Z[ helios-setup] Aug 28 22:21:35.414 INFO E| Downloaded futures-sink v0.3.31
35412026-08-28T22:21:36.396Z[ helios-setup] Aug 28 22:21:35.424 INFO E| Downloaded futures-task v0.3.31
35422026-08-28T22:21:36.400Z[ helios-setup] Aug 28 22:21:35.428 INFO E| Downloaded env_filter v0.1.4
35432026-08-28T22:21:36.404Z[ helios-setup] Aug 28 22:21:35.430 INFO E| Downloaded pin-utils v0.1.0
35442026-08-28T22:21:36.409Z[ helios-setup] Aug 28 22:21:35.436 INFO E| Downloaded zeroize_derive v1.4.2
35452026-08-28T22:21:36.413Z[ helios-setup] Aug 28 22:21:35.439 INFO E| Downloaded simd-adler32 v0.3.7
35462026-08-28T22:21:36.413Z[ helios-setup] Aug 28 22:21:35.440 INFO E| Downloaded devinfo v0.1.0
35472026-08-28T22:21:36.417Z[ helios-setup] Aug 28 22:21:35.445 INFO E| Downloaded num_enum_derive v0.7.5
35482026-08-28T22:21:36.420Z[ helios-setup] Aug 28 22:21:35.446 INFO E| Downloaded generic-array v0.14.9
35492026-08-28T22:21:36.420Z[ helios-setup] Aug 28 22:21:35.447 INFO E| Downloaded base64ct v1.8.0
35502026-08-28T22:21:36.424Z[ helios-setup] Aug 28 22:21:35.451 INFO E| Downloaded find-msvc-tools v0.1.4
35512026-08-28T22:21:36.429Z[ helios-setup] Aug 28 22:21:35.457 INFO E| Downloaded getrandom v0.2.16
35522026-08-28T22:21:36.432Z[ helios-setup] Aug 28 22:21:35.459 INFO E| Downloaded thiserror v2.0.17
35532026-08-28T22:21:36.437Z[ helios-setup] Aug 28 22:21:35.465 INFO E| Downloaded libdevinfo-sys v1.1.0
35542026-08-28T22:21:36.446Z[ helios-setup] Aug 28 22:21:35.474 INFO E| Downloaded serde_spanned v1.0.3
35552026-08-28T22:21:36.450Z[ helios-setup] Aug 28 22:21:35.478 INFO E| Downloaded getopts v0.2.24
35562026-08-28T22:21:36.455Z[ helios-setup] Aug 28 22:21:35.480 INFO E| Downloaded deranged v0.5.5
35572026-08-28T22:21:36.455Z[ helios-setup] Aug 28 22:21:35.482 INFO E| Downloaded futures-executor v0.3.31
35582026-08-28T22:21:36.460Z[ helios-setup] Aug 28 22:21:35.486 INFO E| Downloaded futures-channel v0.3.31
35592026-08-28T22:21:36.463Z[ helios-setup] Aug 28 22:21:35.488 INFO E| Downloaded bitfield v0.19.3
35602026-08-28T22:21:36.463Z[ helios-setup] Aug 28 22:21:35.489 INFO E| Downloaded pin-project-lite v0.2.16
35612026-08-28T22:21:36.477Z[ helios-setup] Aug 28 22:21:35.504 INFO E| Downloaded quote v1.0.41
35622026-08-28T22:21:36.480Z[ helios-setup] Aug 28 22:21:35.506 INFO E| Downloaded time-macros v0.2.24
35632026-08-28T22:21:36.480Z[ helios-setup] Aug 28 22:21:35.508 INFO E| Downloaded unicode-ident v1.0.22
35642026-08-28T22:21:36.484Z[ helios-setup] Aug 28 22:21:35.511 INFO E| Downloaded tokio-macros v2.6.0
35652026-08-28T22:21:36.490Z[ helios-setup] Aug 28 22:21:35.518 INFO E| Downloaded slab v0.4.11
35662026-08-28T22:21:36.493Z[ helios-setup] Aug 28 22:21:35.519 INFO E| Downloaded toml_datetime v0.7.3
35672026-08-28T22:21:36.493Z[ helios-setup] Aug 28 22:21:35.520 INFO E| Downloaded env_logger v0.11.8
35682026-08-28T22:21:36.496Z[ helios-setup] Aug 28 22:21:35.522 INFO E| Downloaded thiserror-impl v2.0.17
35692026-08-28T22:21:36.497Z[ helios-setup] Aug 28 22:21:35.524 INFO E| Downloaded clap_derive v4.5.49
35702026-08-28T22:21:36.500Z[ helios-setup] Aug 28 22:21:35.527 INFO E| Downloaded toml_writer v1.0.4
35712026-08-28T22:21:36.500Z[ helios-setup] Aug 28 22:21:35.528 INFO E| Downloaded toml_parser v1.0.4
35722026-08-28T22:21:36.504Z[ helios-setup] Aug 28 22:21:35.532 INFO E| Downloaded anyhow v1.0.100
35732026-08-28T22:21:36.509Z[ helios-setup] Aug 28 22:21:35.537 INFO E| Downloaded futures v0.3.31
35742026-08-28T22:21:36.516Z[ helios-setup] Aug 28 22:21:35.540 INFO E| Downloaded log v0.4.28
35752026-08-28T22:21:36.520Z[ helios-setup] Aug 28 22:21:35.544 INFO E| Downloaded signal-hook-registry v1.4.6
35762026-08-28T22:21:36.529Z[ helios-setup] Aug 28 22:21:35.557 INFO E| Downloaded socket2 v0.6.1
35772026-08-28T22:21:36.534Z[ helios-setup] Aug 28 22:21:35.561 INFO E| Downloaded bytes v1.10.1
35782026-08-28T22:21:36.537Z[ helios-setup] Aug 28 22:21:35.565 INFO E| Downloaded proc-macro2 v1.0.103
35792026-08-28T22:21:36.546Z[ helios-setup] Aug 28 22:21:35.574 INFO E| Downloaded uuid v1.18.1
35802026-08-28T22:21:36.549Z[ helios-setup] Aug 28 22:21:35.576 INFO E| Downloaded clap v4.5.51
35812026-08-28T22:21:36.554Z[ helios-setup] Aug 28 22:21:35.582 INFO E| Downloaded toml v0.9.8
35822026-08-28T22:21:36.557Z[ helios-setup] Aug 28 22:21:35.584 INFO E| Downloaded toml_edit v0.23.7
35832026-08-28T22:21:36.565Z[ helios-setup] Aug 28 22:21:35.592 INFO E| Downloaded typenum v1.19.0
35842026-08-28T22:21:36.568Z[ helios-setup] Aug 28 22:21:35.594 INFO E| Downloaded flate2 v1.1.5
35852026-08-28T22:21:36.571Z[ helios-setup] Aug 28 22:21:35.597 INFO E| Downloaded rand v0.8.5
35862026-08-28T22:21:36.571Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35872026-08-28T22:21:36.572Z[ helios-setup] Aug 28 22:21:35.600 INFO E| Downloaded rsa v0.9.8
35882026-08-28T22:21:36.575Z[ helios-setup] Aug 28 22:21:35.603 INFO E| Downloaded cc v1.2.44
35892026-08-28T22:21:36.607Z[ helios-setup] Aug 28 22:21:35.635 INFO E| Downloaded indexmap v2.12.0
35902026-08-28T22:21:36.610Z[ helios-setup] Aug 28 22:21:35.638 INFO E| Downloaded memchr v2.7.6
35912026-08-28T22:21:36.614Z[ helios-setup] Aug 28 22:21:35.641 INFO E| Downloaded iddqd v0.3.14
35922026-08-28T22:21:36.619Z[ helios-setup] Aug 28 22:21:35.647 INFO E| Downloaded libm v0.2.15
35932026-08-28T22:21:36.626Z[ helios-setup] Aug 28 22:21:35.654 INFO E| Downloaded mio v1.1.0
35942026-08-28T22:21:36.643Z[ helios-setup] Aug 28 22:21:35.671 INFO E| Downloaded num-bigint-dig v0.8.4
35952026-08-28T22:21:36.646Z[ helios-setup] Aug 28 22:21:35.674 INFO E| Downloaded time v0.3.44
35962026-08-28T22:21:36.651Z[ helios-setup] Aug 28 22:21:35.679 INFO E| Downloaded hashbrown v0.16.0
35972026-08-28T22:21:36.655Z[ helios-setup] Aug 28 22:21:35.682 INFO E| Downloaded futures-util v0.3.31
35982026-08-28T22:21:36.661Z[ helios-setup] Aug 28 22:21:35.689 INFO E| Downloaded clap_builder v4.5.51
35992026-08-28T22:21:36.665Z[ helios-setup] Aug 28 22:21:35.693 INFO E| Downloaded serde_json v1.0.145
36002026-08-28T22:21:36.669Z[ helios-setup] Aug 28 22:21:35.697 INFO E| Downloaded chrono v0.4.42
36012026-08-28T22:21:36.688Z[ helios-setup] Aug 28 22:21:35.716 INFO E| Downloaded unicode-width v0.2.2
36022026-08-28T22:21:36.698Z[ helios-setup] Aug 28 22:21:35.726 INFO E| Downloaded syn v2.0.108
36032026-08-28T22:21:36.725Z[ helios-setup] Aug 28 22:21:35.753 INFO E| Downloaded rustix v1.1.2
36042026-08-28T22:21:36.809Z[ helios-setup] Aug 28 22:21:35.837 INFO E| Downloaded tokio v1.48.0
36052026-08-28T22:21:36.833Z[ helios-setup] Aug 28 22:21:35.861 INFO E| Downloaded libc v0.2.177
36062026-08-28T22:21:36.957Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling proc-macro2 v1.0.103
36072026-08-28T22:21:36.957Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling unicode-ident v1.0.22
36082026-08-28T22:21:36.958Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling quote v1.0.41
36092026-08-28T22:21:36.961Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling libc v0.2.177
36102026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling serde_core v1.0.228
36112026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling cfg-if v1.0.4
36122026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling serde v1.0.228
36132026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.985 INFO E| Compiling version_check v0.9.5
36142026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling autocfg v1.5.0
36152026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling typenum v1.19.0
36162026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling const-oid v0.9.6
36172026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling libm v0.2.15
36182026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling zerocopy v0.8.27
36192026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling rustversion v1.0.22
36202026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling smallvec v1.15.1
36212026-08-28T22:21:36.962Z[ helios-setup] Aug 28 22:21:35.986 INFO E| Compiling base64ct v1.8.0
36222026-08-28T22:21:37.343Z[ helios-setup] Aug 28 22:21:36.371 INFO E| Compiling zeroize v1.8.2
36232026-08-28T22:21:37.560Z[ helios-setup] Aug 28 22:21:36.588 INFO E| Compiling pem-rfc7468 v0.7.0
36242026-08-28T22:21:37.893Z[ helios-setup] Aug 28 22:21:36.920 INFO E| Compiling anyhow v1.0.100
36252026-08-28T22:21:37.908Z[ helios-setup] Aug 28 22:21:36.936 INFO E| Compiling crc32fast v1.5.0
36262026-08-28T22:21:37.979Z[ helios-setup] Aug 28 22:21:37.007 INFO E| Compiling rustix v1.1.2
36272026-08-28T22:21:38.093Z[ helios-setup] Aug 28 22:21:37.121 INFO E| Compiling generic-array v0.14.9
36282026-08-28T22:21:38.136Z[ helios-setup] Aug 28 22:21:37.164 INFO E| Compiling flagset v0.4.7
36292026-08-28T22:21:38.211Z[ helios-setup] Aug 28 22:21:37.230 INFO E| Compiling num-traits v0.2.19
36302026-08-28T22:21:38.466Z[ helios-setup] Aug 28 22:21:37.493 INFO E| Compiling hashbrown v0.16.0
36312026-08-28T22:21:38.701Z[ helios-setup] Aug 28 22:21:37.729 INFO E| Compiling byteorder v1.5.0
36322026-08-28T22:21:38.714Z[ helios-setup] Aug 28 22:21:37.742 INFO E| Compiling utf8parse v0.2.2
36332026-08-28T22:21:38.855Z[ helios-setup] Aug 28 22:21:37.877 INFO E| Compiling equivalent v1.0.2
36342026-08-28T22:21:38.859Z[ helios-setup] Aug 28 22:21:37.884 INFO E| Compiling memchr v2.7.6
36352026-08-28T22:21:38.889Z[ helios-setup] Aug 28 22:21:37.916 INFO E| Compiling getrandom v0.2.16
36362026-08-28T22:21:38.963Z[ helios-setup] Aug 28 22:21:37.991 INFO E| Compiling winnow v0.7.13
36372026-08-28T22:21:39.072Z[ helios-setup] Aug 28 22:21:38.099 INFO E| Compiling errno v0.3.14
36382026-08-28T22:21:39.081Z[ helios-setup] Aug 28 22:21:38.106 INFO E| Compiling anstyle-parse v0.2.7
36392026-08-28T22:21:39.197Z[ helios-setup] Aug 28 22:21:38.223 INFO E| Compiling anstyle-query v1.1.4
36402026-08-28T22:21:39.238Z[ helios-setup] Aug 28 22:21:38.263 INFO E| Compiling anstyle v1.0.13
36412026-08-28T22:21:39.396Z[ helios-setup] Aug 28 22:21:38.421 INFO E| Compiling rand_core v0.6.4
36422026-08-28T22:21:39.406Z[ helios-setup] Aug 28 22:21:38.434 INFO E| Compiling is_terminal_polyfill v1.70.2
36432026-08-28T22:21:39.440Z[ helios-setup] Aug 28 22:21:38.467 INFO E| Compiling cpufeatures v0.2.17
36442026-08-28T22:21:39.547Z[ helios-setup] Aug 28 22:21:38.575 INFO E| Compiling indexmap v2.12.0
36452026-08-28T22:21:39.555Z[ helios-setup] Aug 28 22:21:38.582 INFO E| Compiling syn v1.0.109
36462026-08-28T22:21:39.579Z[ helios-setup] Aug 28 22:21:38.606 INFO E| Compiling colorchoice v1.0.4
36472026-08-28T22:21:39.832Z[ helios-setup] Aug 28 22:21:38.859 INFO E| Compiling find-msvc-tools v0.1.4
36482026-08-28T22:21:39.849Z[ helios-setup] Aug 28 22:21:38.876 INFO E| Compiling allocator-api2 v0.2.21
36492026-08-28T22:21:39.893Z[ helios-setup] Aug 28 22:21:38.921 INFO E| Compiling shlex v1.3.0
36502026-08-28T22:21:39.924Z[ helios-setup] Aug 28 22:21:38.952 INFO E| Compiling radium v0.7.0
36512026-08-28T22:21:40.139Z[ helios-setup] Aug 28 22:21:39.166 INFO E| Compiling toml_datetime v0.7.3
36522026-08-28T22:21:40.208Z[ helios-setup] Aug 28 22:21:39.236 INFO E| Compiling syn v2.0.108
36532026-08-28T22:21:40.236Z[ host-package] Compiling slog-envlogger v2.2.0
36542026-08-28T22:21:40.392Z[ helios-setup] Aug 28 22:21:39.393 INFO E| Compiling cc v1.2.44
36552026-08-28T22:21:40.399Z[ helios-setup] Aug 28 22:21:39.417 INFO E| Compiling anstream v0.6.21
36562026-08-28T22:21:40.601Z[ helios-setup] Aug 28 22:21:39.629 INFO E| Compiling block-buffer v0.10.4
36572026-08-28T22:21:40.634Z[ helios-setup] Aug 28 22:21:39.659 INFO E| Compiling crypto-common v0.1.6
36582026-08-28T22:21:40.714Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36592026-08-28T22:21:40.823Z[ helios-setup] Aug 28 22:21:39.851 INFO E| Compiling slog v2.8.2
36602026-08-28T22:21:40.879Z[ helios-setup] Aug 28 22:21:39.907 INFO E| Compiling digest v0.10.7
36612026-08-28T22:21:40.907Z[ helios-setup] Aug 28 22:21:39.933 INFO E| Compiling futures-sink v0.3.31
36622026-08-28T22:21:41.106Z[ helios-setup] Aug 28 22:21:40.134 INFO E| Compiling parking_lot_core v0.9.12
36632026-08-28T22:21:41.113Z[ helios-setup] Aug 28 22:21:40.140 INFO E| Compiling futures-core v0.3.31
36642026-08-28T22:21:41.181Z[ helios-setup] Aug 28 22:21:40.208 INFO E| Compiling unicode-width v0.2.2
36652026-08-28T22:21:41.219Z[ helios-setup] Aug 28 22:21:40.246 INFO E| Compiling sha2 v0.10.9
36662026-08-28T22:21:41.320Z[ helios-setup] Aug 28 22:21:40.346 INFO E| Compiling maybe-uninit v2.0.0
36672026-08-28T22:21:41.328Z[ helios-setup] Aug 28 22:21:40.355 INFO E| Compiling pin-project-lite v0.2.16
36682026-08-28T22:21:41.402Z[ helios-setup] Aug 28 22:21:40.430 INFO E| Compiling tap v1.0.1
36692026-08-28T22:21:41.438Z[ helios-setup] Aug 28 22:21:40.464 INFO E| Compiling pkg-config v0.3.32
36702026-08-28T22:21:41.468Z[ helios-setup] Aug 28 22:21:40.496 INFO E| Compiling futures-channel v0.3.31
36712026-08-28T22:21:41.484Z[ helios-setup] Aug 28 22:21:40.510 INFO E| Compiling num-integer v0.1.46
36722026-08-28T22:21:41.773Z[ helios-setup] Aug 28 22:21:40.800 INFO E| Compiling wyz v0.5.1
36732026-08-28T22:21:41.915Z[ helios-setup] Aug 28 22:21:40.942 INFO E| Compiling toml_parser v1.0.4
36742026-08-28T22:21:42.031Z[ helios-setup] Aug 28 22:21:41.059 INFO E| Compiling bitflags v2.10.0
36752026-08-28T22:21:42.135Z[ helios-setup] Aug 28 22:21:41.161 INFO E| Compiling getopts v0.2.24
36762026-08-28T22:21:42.147Z[ helios-setup] Aug 28 22:21:41.175 INFO E| Compiling ahash v0.8.12
36772026-08-28T22:21:42.219Z[ helios-setup] Aug 28 22:21:41.236 INFO E| Compiling clap_lex v0.7.6
36782026-08-28T22:21:42.231Z[ helios-setup] Aug 28 22:21:41.258 INFO E| Compiling strsim v0.11.1
36792026-08-28T22:21:42.348Z[ helios-setup] Aug 28 22:21:41.308 INFO E| Compiling slab v0.4.11
36802026-08-28T22:21:42.364Z[ helios-setup] Aug 28 22:21:41.345 INFO E| Compiling futures-io v0.3.31
36812026-08-28T22:21:42.364Z[ helios-setup] Aug 28 22:21:41.377 INFO E| Compiling spin v0.9.8
36822026-08-28T22:21:42.382Z[ helios-setup] Aug 28 22:21:41.390 INFO E| Compiling powerfmt v0.2.0
36832026-08-28T22:21:42.402Z[ helios-setup] Aug 28 22:21:41.420 INFO E| Compiling funty v2.0.0
36842026-08-28T22:21:42.580Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36852026-08-28T22:21:42.611Z[ helios-setup] Aug 28 22:21:41.639 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36862026-08-28T22:21:42.647Z[ helios-setup] Aug 28 22:21:41.674 INFO E| Compiling pin-utils v0.1.0
36872026-08-28T22:21:42.755Z[ helios-setup] Aug 28 22:21:41.784 INFO E| Compiling itoa v1.0.15
36882026-08-28T22:21:42.784Z[ helios-setup] Aug 28 22:21:41.811 INFO E| Compiling time-core v0.1.6
36892026-08-28T22:21:42.871Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36902026-08-28T22:21:42.877Z[ helios-setup] Aug 28 22:21:41.902 INFO E| Compiling packed_struct v0.10.1
36912026-08-28T22:21:42.990Z[ helios-setup] Aug 28 22:21:42.018 INFO E| Compiling toml_edit v0.23.7
36922026-08-28T22:21:43.045Z[ helios-setup] Aug 28 22:21:42.056 INFO E| Compiling heck v0.5.0
36932026-08-28T22:21:43.049Z[ helios-setup] Aug 28 22:21:42.074 INFO E| Compiling futures-task v0.3.31
36942026-08-28T22:21:43.057Z[ helios-setup] Aug 28 22:21:42.083 INFO E| Compiling num-bigint-dig v0.8.4
36952026-08-28T22:21:43.098Z[ helios-setup] Aug 28 22:21:42.126 INFO E| Compiling scopeguard v1.2.0
36962026-08-28T22:21:43.104Z[ helios-setup] Aug 28 22:21:42.132 INFO E| Compiling num-conv v0.1.0
36972026-08-28T22:21:43.303Z[ helios-setup] Aug 28 22:21:42.330 INFO E| Compiling thiserror v1.0.69
36982026-08-28T22:21:43.404Z[ helios-setup] Aug 28 22:21:42.429 INFO E| Compiling bytes v1.10.1
36992026-08-28T22:21:43.501Z[ helios-setup] Aug 28 22:21:42.527 INFO E| Compiling getrandom v0.3.4
37002026-08-28T22:21:43.513Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37012026-08-28T22:21:43.522Z[ helios-setup] Aug 28 22:21:42.550 INFO E| Compiling lock_api v0.4.14
37022026-08-28T22:21:43.535Z[ helios-setup] Aug 28 22:21:42.562 INFO E| Compiling time-macros v0.2.24
37032026-08-28T22:21:43.691Z[ helios-setup] Aug 28 22:21:42.715 INFO E| Compiling terminal_size v0.4.3
37042026-08-28T22:21:43.784Z[ helios-setup] Aug 28 22:21:42.794 INFO E| Compiling bitvec v1.0.1
37052026-08-28T22:21:43.846Z[ helios-setup] Aug 28 22:21:42.872 INFO E| Compiling lazy_static v1.5.0
37062026-08-28T22:21:43.877Z[ helios-setup] Aug 28 22:21:42.904 INFO E| Compiling clap_builder v4.5.51
37072026-08-28T22:21:43.980Z[ helios-setup] Aug 28 22:21:43.005 INFO E| Compiling deranged v0.5.5
37082026-08-28T22:21:44.044Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37092026-08-28T22:21:44.225Z[ host-package] Compiling port-file v0.1.0
37102026-08-28T22:21:44.243Z[ helios-setup] Aug 28 22:21:43.271 INFO E| Compiling num-iter v0.1.45
37112026-08-28T22:21:44.343Z[ helios-setup] Aug 28 22:21:43.371 INFO E| Compiling indexmap v1.9.3
37122026-08-28T22:21:44.369Z[ helios-setup] Aug 28 22:21:43.397 INFO E| Compiling log v0.4.28
37132026-08-28T22:21:44.427Z[ helios-setup] Aug 28 22:21:43.455 INFO E| Compiling proc-macro-crate v3.4.0
37142026-08-28T22:21:44.527Z[ helios-setup] Aug 28 22:21:43.551 INFO E| Compiling serde_json v1.0.145
37152026-08-28T22:21:44.592Z[ helios-setup] Aug 28 22:21:43.620 INFO E| Compiling nodrop v0.1.14
37162026-08-28T22:21:44.778Z[ helios-setup] Aug 28 22:21:43.806 INFO E| Compiling iana-time-zone v0.1.64
37172026-08-28T22:21:44.801Z[ helios-setup] Aug 28 22:21:43.828 INFO E| Compiling crc-catalog v2.4.0
37182026-08-28T22:21:44.898Z[ host-package] Compiling rtoolbox v0.0.3
37192026-08-28T22:21:44.935Z[ helios-setup] Aug 28 22:21:43.963 INFO E| Compiling simd-adler32 v0.3.7
37202026-08-28T22:21:45.032Z[ host-package] Compiling subprocess v0.2.15
37212026-08-28T22:21:45.189Z[ helios-setup] Aug 28 22:21:44.217 INFO E| Compiling thiserror v2.0.17
37222026-08-28T22:21:45.220Z[ helios-setup] Aug 28 22:21:44.248 INFO E| Compiling adler2 v2.0.1
37232026-08-28T22:21:45.224Z[ helios-setup] Aug 28 22:21:44.248 INFO E| Compiling once_cell v1.21.3
37242026-08-28T22:21:45.241Z[ helios-setup] Aug 28 22:21:44.269 INFO E| Compiling chrono v0.4.42
37252026-08-28T22:21:45.298Z[ helios-setup] Aug 28 22:21:44.324 INFO E| Compiling crc v3.3.0
37262026-08-28T22:21:45.448Z[ helios-setup] Aug 28 22:21:44.476 INFO E| Compiling miniz_oxide v0.8.9
37272026-08-28T22:21:45.563Z[ helios-setup] Aug 28 22:21:44.590 INFO E| Compiling parking_lot v0.12.5
37282026-08-28T22:21:45.613Z[ helios-setup] Aug 28 22:21:44.639 INFO E| Compiling array-init v0.0.4
37292026-08-28T22:21:45.685Z[ helios-setup] Aug 28 22:21:44.710 INFO E| Compiling env_filter v0.1.4
37302026-08-28T22:21:45.835Z[ helios-setup] Aug 28 22:21:44.861 INFO E| Compiling smallvec v0.6.14
37312026-08-28T22:21:46.137Z[ helios-setup] Aug 28 22:21:45.134 INFO E| Compiling time v0.3.44
37322026-08-28T22:21:46.408Z[ helios-setup] Aug 28 22:21:45.436 INFO E| Compiling serde_spanned v1.0.3
37332026-08-28T22:21:46.459Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37342026-08-28T22:21:46.844Z[ helios-setup] Aug 28 22:21:45.871 INFO E| Compiling signature v2.2.0
37352026-08-28T22:21:46.925Z[ helios-setup] Aug 28 22:21:45.951 INFO E| Compiling socket2 v0.6.1
37362026-08-28T22:21:47.001Z[ helios-setup] Aug 28 22:21:46.028 INFO E| Compiling signal-hook-registry v1.4.6
37372026-08-28T22:21:47.026Z[ helios-setup] Aug 28 22:21:46.053 INFO E| Compiling packed_struct_codegen v0.10.1
37382026-08-28T22:21:47.108Z[ helios-setup] Aug 28 22:21:46.136 INFO E| Compiling mio v1.1.0
37392026-08-28T22:21:47.138Z[ helios-setup] Aug 28 22:21:46.165 INFO E| Compiling is-terminal v0.4.17
37402026-08-28T22:21:47.262Z[ helios-setup] Aug 28 22:21:46.289 INFO E| Compiling thread_local v1.1.9
37412026-08-28T22:21:47.449Z[ helios-setup] Aug 28 22:21:46.477 INFO E| Compiling hashbrown v0.12.3
37422026-08-28T22:21:47.610Z[ helios-setup] Aug 28 22:21:46.617 INFO E| Compiling term v1.2.0
37432026-08-28T22:21:47.631Z[ helios-setup] Aug 28 22:21:46.625 INFO E| Compiling ryu v1.0.20
37442026-08-28T22:21:47.957Z[ helios-setup] Aug 28 22:21:46.985 INFO E| Compiling winnow v0.5.40
37452026-08-28T22:21:48.171Z[ helios-setup] Aug 28 22:21:47.198 INFO E| Compiling base64 v0.21.7
37462026-08-28T22:21:48.341Z[ helios-setup] Aug 28 22:21:47.368 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37472026-08-28T22:21:48.474Z[ helios-setup] Aug 28 22:21:47.502 INFO E| Compiling libdevinfo-sys v1.1.0
37482026-08-28T22:21:48.531Z[ helios-setup] Aug 28 22:21:47.558 INFO E| Compiling toml_writer v1.0.4
37492026-08-28T22:21:48.585Z[ helios-setup] Aug 28 22:21:47.612 INFO E| Compiling serde_derive v1.0.228
37502026-08-28T22:21:48.596Z[ helios-setup] Aug 28 22:21:47.624 INFO E| Compiling zerocopy-derive v0.8.27
37512026-08-28T22:21:48.619Z[ helios-setup] Aug 28 22:21:47.645 INFO E| Compiling der_derive v0.7.3
37522026-08-28T22:21:48.685Z[ helios-setup] Aug 28 22:21:47.713 INFO E| Compiling futures-macro v0.3.31
37532026-08-28T22:21:48.746Z[ host-package] Compiling rpassword v7.5.4
37542026-08-28T22:21:48.996Z[ helios-setup] Aug 28 22:21:48.024 INFO E| Compiling clap_derive v4.5.49
37552026-08-28T22:21:49.083Z[ helios-setup] Aug 28 22:21:48.109 INFO E| Compiling thiserror-impl v1.0.69
37562026-08-28T22:21:49.120Z[ helios-setup] Aug 28 22:21:48.147 INFO E| Compiling bitfield-macros v0.19.3
37572026-08-28T22:21:49.181Z[ helios-setup] Aug 28 22:21:48.207 INFO E| Compiling zerocopy-derive v0.6.6
37582026-08-28T22:21:49.202Z[ helios-setup] Aug 28 22:21:48.227 INFO E| Compiling num_enum_derive v0.7.5
37592026-08-28T22:21:49.419Z[ helios-setup] Aug 28 22:21:48.446 INFO E| Compiling thiserror-impl v2.0.17
37602026-08-28T22:21:49.512Z[ helios-setup] Aug 28 22:21:48.531 INFO E| Compiling tokio-macros v2.6.0
37612026-08-28T22:21:49.540Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37622026-08-28T22:21:49.826Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37632026-08-28T22:21:50.073Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37642026-08-28T22:21:50.149Z[ helios-setup] Aug 28 22:21:49.177 INFO E| Compiling futures-util v0.3.31
37652026-08-28T22:21:50.193Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37662026-08-28T22:21:50.637Z[ helios-setup] Aug 28 22:21:49.664 INFO E| Compiling der v0.7.10
37672026-08-28T22:21:50.760Z[ helios-setup] Aug 28 22:21:49.786 INFO E| Compiling subtle v2.6.1
37682026-08-28T22:21:50.859Z[ helios-setup] Aug 28 22:21:49.886 INFO E| Compiling toml v0.9.8
37692026-08-28T22:21:50.919Z[ helios-setup] Aug 28 22:21:49.947 INFO E| Compiling bitfield v0.19.3
37702026-08-28T22:21:51.172Z[ helios-setup] Aug 28 22:21:50.199 INFO E| Compiling tokio v1.48.0
37712026-08-28T22:21:51.542Z[ helios-setup] Aug 28 22:21:50.570 INFO E| Compiling zerocopy v0.6.6
37722026-08-28T22:21:52.022Z[ helios-setup] Aug 28 22:21:50.999 INFO E| Compiling bzip2 v0.4.4
37732026-08-28T22:21:52.145Z[ helios-setup] Aug 28 22:21:51.173 INFO E| Compiling flate2 v1.1.5
37742026-08-28T22:21:52.154Z[ helios-setup] Aug 28 22:21:51.182 INFO E| Compiling num_enum v0.7.5
37752026-08-28T22:21:52.325Z[ helios-setup] Aug 28 22:21:51.352 INFO E| Compiling env_logger v0.11.8
37762026-08-28T22:21:52.486Z[ helios-setup] Aug 28 22:21:51.512 INFO E| Compiling devinfo v0.1.0
37772026-08-28T22:21:52.598Z[ helios-setup] Aug 28 22:21:51.621 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37782026-08-28T22:21:52.619Z[ helios-setup] Aug 28 22:21:51.645 INFO E| Compiling uuid v1.18.1
37792026-08-28T22:21:52.675Z[ helios-setup] Aug 28 22:21:51.702 INFO E| Compiling bitflags v1.3.2
37802026-08-28T22:21:52.724Z[ helios-setup] Aug 28 22:21:51.749 INFO E| Compiling crc-any v2.5.0
37812026-08-28T22:21:52.781Z[ helios-setup] Aug 28 22:21:51.809 INFO E| Compiling rustc-hash v2.1.1
37822026-08-28T22:21:52.966Z[ helios-setup] Aug 28 22:21:51.992 INFO E| Compiling spki v0.7.3
37832026-08-28T22:21:52.978Z[ helios-setup] Aug 28 22:21:52.005 INFO E| Compiling clap v4.5.51
37842026-08-28T22:21:53.033Z[ helios-setup] Aug 28 22:21:52.060 INFO E| Compiling foldhash v0.2.0
37852026-08-28T22:21:53.060Z[ helios-setup] Aug 28 22:21:52.088 INFO E| Compiling hex v0.4.3
37862026-08-28T22:21:53.167Z[ helios-setup] Aug 28 22:21:52.194 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37872026-08-28T22:21:53.400Z[ helios-setup] Aug 28 22:21:52.426 INFO E| Compiling pkcs8 v0.10.2
37882026-08-28T22:21:53.601Z[ helios-setup] Aug 28 22:21:52.628 INFO E| Compiling x509-cert v0.2.5
37892026-08-28T22:21:53.690Z[ helios-setup] Aug 28 22:21:52.718 INFO E| Compiling iddqd v0.3.14
37902026-08-28T22:21:53.833Z[ helios-setup] Aug 28 22:21:52.861 INFO E| Compiling zip v0.6.6
37912026-08-28T22:21:53.908Z[ helios-setup] Aug 28 22:21:52.936 INFO E| Compiling pkcs1 v0.7.5
37922026-08-28T22:21:53.970Z[ host-package] Compiling tui-tree-widget v0.23.1
37932026-08-28T22:21:54.337Z[ helios-setup] Aug 28 22:21:53.363 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37942026-08-28T22:21:54.413Z[ helios-setup] Aug 28 22:21:53.441 INFO E| Compiling path-slash v0.1.5
37952026-08-28T22:21:54.683Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37962026-08-28T22:21:54.783Z[ helios-setup] Aug 28 22:21:53.810 INFO E| Compiling erased-serde v0.3.31
37972026-08-28T22:21:54.826Z[ helios-setup] Aug 28 22:21:53.854 INFO E| Compiling toml_datetime v0.6.11
37982026-08-28T22:21:55.406Z[ helios-setup] Aug 28 22:21:54.433 INFO E| Compiling ppv-lite86 v0.2.21
37992026-08-28T22:21:55.706Z[ helios-setup] Aug 28 22:21:54.729 INFO E| Compiling futures-executor v0.3.31
38002026-08-28T22:21:55.713Z[ helios-setup] Aug 28 22:21:54.736 INFO E| Compiling serde_spanned v0.6.9
38012026-08-28T22:21:55.783Z[ helios-setup] Aug 28 22:21:54.810 INFO E| Compiling serde-hex v0.1.0
38022026-08-28T22:21:56.060Z[ helios-setup] Aug 28 22:21:55.029 INFO E| Compiling toml_edit v0.19.15
38032026-08-28T22:21:56.091Z[ helios-setup] Aug 28 22:21:55.095 INFO E| Compiling rand_chacha v0.3.1
38042026-08-28T22:21:56.262Z[ helios-setup] Aug 28 22:21:55.289 INFO E| Compiling futures v0.3.31
38052026-08-28T22:21:56.314Z[ helios-setup] Aug 28 22:21:55.324 INFO E| Compiling hashbrown v0.13.2
38062026-08-28T22:21:56.412Z[ helios-setup] Aug 28 22:21:55.437 INFO E| Compiling ron v0.8.1
38072026-08-28T22:21:56.571Z[ helios-setup] Aug 28 22:21:55.599 INFO E| Compiling rand v0.8.5
38082026-08-28T22:21:57.049Z[ helios-setup] Aug 28 22:21:56.077 INFO E| Compiling slog-term v2.9.2
38092026-08-28T22:21:57.165Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38102026-08-28T22:21:57.242Z[ helios-setup] Aug 28 22:21:56.270 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
38112026-08-28T22:21:57.734Z[ helios-setup] Aug 28 22:21:56.761 INFO E| Compiling object v0.30.4
38122026-08-28T22:21:57.879Z[ helios-setup] Aug 28 22:21:56.907 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38132026-08-28T22:21:58.315Z[ helios-setup] Aug 28 22:21:57.343 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38142026-08-28T22:21:58.439Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38152026-08-28T22:21:59.468Z[ helios-setup] Aug 28 22:21:58.488 INFO E| Compiling rsa v0.9.8
38162026-08-28T22:21:59.552Z[ helios-setup] Aug 28 22:21:58.579 INFO E| Compiling toml v0.7.8
38172026-08-28T22:22:00.115Z[ helios-setup] Aug 28 22:21:59.142 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38182026-08-28T22:22:00.275Z[ helios-setup] Aug 28 22:21:59.301 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38192026-08-28T22:22:01.649Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38202026-08-28T22:22:01.709Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38212026-08-28T22:22:02.148Z[ host-package] Compiling uzers v0.12.2
38222026-08-28T22:22:02.521Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38232026-08-28T22:22:03.131Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38242026-08-28T22:22:04.218Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38252026-08-28T22:22:05.995Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38262026-08-28T22:22:06.047Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38272026-08-28T22:22:06.536Z[ helios-setup] Aug 28 22:22:05.561 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38282026-08-28T22:22:07.683Z[ helios-setup] Aug 28 22:22:06.710 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38292026-08-28T22:22:07.745Z[ host-package] Compiling support-bundle-viewer v0.1.2
38302026-08-28T22:22:08.600Z[ host-package] Compiling multimap v0.10.1
38312026-08-28T22:22:12.236Z[ helios-setup] Aug 28 22:22:11.264 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38322026-08-28T22:22:16.244Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38332026-08-28T22:22:24.336Z[ helios-setup] Aug 28 22:22:23.363 INFO E| Finished `release` profile [optimized] target(s) in 57.74s
38342026-08-28T22:22:24.340Z[ helios-setup] Aug 28 22:22:23.366 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38352026-08-28T22:22:24.340Z[ helios-setup] Aug 28 22:22:23.366 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38362026-08-28T22:22:24.402Z[ helios-setup] Aug 28 22:22:23.424 INFO building project "pilot" ok (57 seconds)
38372026-08-28T22:22:24.408Z[ helios-setup] rm -f helios-build
38382026-08-28T22:22:24.408Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38392026-08-28T22:22:24.408Z[ helios-setup]
38402026-08-28T22:22:24.408Z[ helios-setup] Setup complete! ./helios-build is now available.
38412026-08-28T22:22:24.408Z[ helios-setup]
38422026-08-28T22:22:24.408Z[ helios-setup]
38432026-08-28T22:22:24.408Z[ helios-setup] real 3:14.368498715
38442026-08-28T22:22:24.408Z[ helios-setup] user 7:06.641216816
38452026-08-28T22:22:24.408Z[ helios-setup] sys 1:26.566668636
38462026-08-28T22:22:24.408Z[ helios-setup] trap 0.526612555
38472026-08-28T22:22:24.409Z[ helios-setup] tflt 3.738474363
38482026-08-28T22:22:24.409Z[ helios-setup] dflt 7.461977780
38492026-08-28T22:22:24.409Z[ helios-setup] kflt 0.000801400
38502026-08-28T22:22:24.409Z[ helios-setup] lock 57:43.885372963
38512026-08-28T22:22:24.409Z[ helios-setup] slp 40:03.657495647
38522026-08-28T22:22:24.409ZAug 28 22:22:23.434 INFO [helios-setup] process exited with exit status: 0 (194.371659897s)
38532026-08-28T22:22:24.409Z[ helios-setup] lat 7:36.545654188
38542026-08-28T22:22:24.409Z[ helios-setup] stop 1:53.935882752
38552026-08-28T22:22:24.409ZAug 28 22:22:23.434 INFO [helios-record] running task
38562026-08-28T22:22:24.480ZAug 28 22:22:23.436 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38572026-08-28T22:22:24.480ZAug 28 22:22:23.439 DEBG process exited with exit status: 0 (4.725173ms)
38582026-08-28T22:22:24.480ZAug 28 22:22:23.439 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38592026-08-28T22:22:24.495ZAug 28 22:22:23.443 DEBG process exited with exit status: 0 (3.858403ms)
38602026-08-28T22:22:24.495ZAug 28 22:22:23.443 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38612026-08-28T22:22:24.495ZAug 28 22:22:23.447 DEBG process exited with exit status: 0 (3.977013ms)
38622026-08-28T22:22:24.495ZAug 28 22:22:23.447 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38632026-08-28T22:22:24.495ZAug 28 22:22:23.451 DEBG process exited with exit status: 0 (3.416543ms)
38642026-08-28T22:22:24.495ZAug 28 22:22:23.451 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38652026-08-28T22:22:24.496ZAug 28 22:22:23.455 DEBG process exited with exit status: 0 (3.720523ms)
38662026-08-28T22:22:24.496ZAug 28 22:22:23.455 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38672026-08-28T22:22:24.496ZAug 28 22:22:23.458 DEBG process exited with exit status: 0 (3.345942ms)
38682026-08-28T22:22:24.496ZAug 28 22:22:23.458 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38692026-08-28T22:22:24.496ZAug 28 22:22:23.461 DEBG process exited with exit status: 0 (3.413783ms)
38702026-08-28T22:22:24.496ZAug 28 22:22:23.461 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38712026-08-28T22:22:24.496ZAug 28 22:22:23.465 DEBG process exited with exit status: 0 (3.475392ms)
38722026-08-28T22:22:24.496ZAug 28 22:22:23.465 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38732026-08-28T22:22:24.496ZAug 28 22:22:23.469 DEBG process exited with exit status: 0 (4.400354ms)
38742026-08-28T22:22:24.496ZAug 28 22:22:23.470 INFO [helios-record] task succeeded (35.255897ms)
38752026-08-28T22:22:24.784Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38762026-08-28T22:22:30.525Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38772026-08-28T22:22:32.815Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38782026-08-28T22:22:34.674Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38792026-08-28T22:29:41.574Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 50s
38802026-08-28T22:29:41.578Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38812026-08-28T22:29:41.578Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38822026-08-28T22:30:33.206ZAug 28 22:30:32.228 INFO [host-package] process exited with exit status: 0 (642.272565325s)
38832026-08-28T22:30:33.206ZAug 28 22:30:32.229 INFO [host-libraries] running task
38842026-08-28T22:30:33.206ZAug 28 22:30:32.229 INFO [host-stamp] running task
38852026-08-28T22:30:33.210ZAug 28 22:30:32.231 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+gitc265b118cf0
38862026-08-28T22:30:33.210ZAug 28 22:30:32.231 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+gitc265b118cf0
38872026-08-28T22:30:33.210ZAug 28 22:30:32.231 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+gitc265b118cf0
38882026-08-28T22:30:33.210ZAug 28 22:30:32.231 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+gitc265b118cf0
38892026-08-28T22:30:33.210ZAug 28 22:30:32.232 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+gitc265b118cf0
38902026-08-28T22:30:33.210ZAug 28 22:30:32.232 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+gitc265b118cf0
38912026-08-28T22:30:33.213ZAug 28 22:30:32.232 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+gitc265b118cf0
38922026-08-28T22:30:33.213ZAug 28 22:30:32.233 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+gitc265b118cf0
38932026-08-28T22:30:33.218Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38942026-08-28T22:30:33.221Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38952026-08-28T22:30:33.221Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38962026-08-28T22:30:33.221Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-08-28T22:30:33.221Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-08-28T22:30:33.221Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-28T22:30:33.221Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-08-28T22:30:33.221Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-28T22:30:33.221Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39022026-08-28T22:30:33.224ZAug 28 22:30:32.245 INFO [stamp-overlay] process exited with exit status: 0 (12.018379ms)
39032026-08-28T22:30:33.229Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39042026-08-28T22:30:33.233ZAug 28 22:30:32.255 INFO [stamp-oxlog] process exited with exit status: 0 (23.353767ms)
39052026-08-28T22:30:33.267Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39062026-08-28T22:30:33.270ZAug 28 22:30:32.291 INFO [stamp-crucible-utils] process exited with exit status: 0 (59.271425ms)
39072026-08-28T22:30:33.283Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39082026-08-28T22:30:33.286ZAug 28 22:30:32.308 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (77.156678ms)
39092026-08-28T22:30:33.429Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39102026-08-28T22:30:33.433ZAug 28 22:30:32.455 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (223.535419ms)
39112026-08-28T22:30:33.771Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39122026-08-28T22:30:33.774ZAug 28 22:30:32.796 INFO [stamp-propolis-server] process exited with exit status: 0 (565.830445ms)
39132026-08-28T22:30:33.818Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39142026-08-28T22:30:33.822ZAug 28 22:30:32.843 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (612.127671ms)
39152026-08-28T22:30:35.023ZAug 28 22:30:34.046 INFO [host-libraries] task succeeded (1.817044768s)
39162026-08-28T22:30:35.026ZAug 28 22:30:34.046 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39172026-08-28T22:30:35.030Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39182026-08-28T22:30:35.963Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39192026-08-28T22:30:36.792Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39202026-08-28T22:30:40.314Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39212026-08-28T22:30:40.318ZAug 28 22:30:39.339 INFO [stamp-switch-asic] process exited with exit status: 0 (7.106263633s)
39222026-08-28T22:30:40.318ZAug 28 22:30:39.339 INFO [host-stamp] task succeeded (7.110108656s)
39232026-08-28T22:30:40.318ZAug 28 22:30:39.339 INFO [host-proto] running task
39242026-08-28T22:30:40.889ZAug 28 22:30:39.912 INFO [host-proto] task succeeded (572.925662ms)
39252026-08-28T22:30:40.889ZAug 28 22:30:39.912 INFO [host-profile] running task
39262026-08-28T22:30:40.893ZAug 28 22:30:39.912 INFO [host-profile] task succeeded (227.63µs)
39272026-08-28T22:30:40.893ZAug 28 22:30:39.912 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/.tmp1w4NLE/proto/host/root -N 'ci c265b11/${os_short_commit} 2026-08-28 22:19' -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/'
39282026-08-28T22:30:40.896Z[ host-image] Aug 28 22:30:39.918 INFO Checking files for board 'cosmo'
39292026-08-28T22:30:40.896Z[ host-image] Aug 28 22:30:39.918 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39302026-08-28T22:30:40.896Z[ host-image] Aug 28 22:30:39.918 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39312026-08-28T22:30:40.899Z[ host-image] Aug 28 22:30:39.918 INFO Checking files for board 'gimlet'
39322026-08-28T22:30:40.899Z[ host-image] Aug 28 22:30:39.918 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39332026-08-28T22:30:40.899Z[ host-image] Aug 28 22:30:39.918 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39342026-08-28T22:30:40.899Z[ host-image] Aug 28 22:30:39.919 INFO Checking files for board 'cosmo-mbist'
39352026-08-28T22:30:40.899Z[ host-image] Aug 28 22:30:39.919 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39362026-08-28T22:30:40.899Z[ host-image] Aug 28 22:30:39.919 INFO Checking files for board 'cosmo-mbist-noaggr'
39372026-08-28T22:30:40.899Z[ host-image] Aug 28 22:30:39.919 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39382026-08-28T22:30:40.904Z[ host-image] Aug 28 22:30:39.926 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp1w4NLE/proto/host/root"
39392026-08-28T22:30:40.907Z[ host-image] Aug 28 22:30:39.926 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39402026-08-28T22:30:40.907Z[ host-image] Aug 28 22:30:39.926 INFO image builder template: ramdisk-01-os...
39412026-08-28T22:30:40.907Z[ host-image] Aug 28 22:30:39.926 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/.tmp1w4NLE/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
39422026-08-28T22:30:40.918Z[ host-image] Aug 28 22:30:39.940 INFO O| Aug 28 22:30:39.940 INFO CREATE DATASET: rpool/images/build/host/output
39432026-08-28T22:30:42.769Z[ host-image] Aug 28 22:30:41.792 INFO O| Aug 28 22:30:41.792 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39442026-08-28T22:30:42.772Z[ host-image] Aug 28 22:30:41.795 INFO O| Aug 28 22:30:41.795 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39452026-08-28T22:30:43.060Z[ host-image] Aug 28 22:30:42.081 INFO O| Aug 28 22:30:42.081 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39462026-08-28T22:30:43.117Z[ host-image] Aug 28 22:30:42.137 INFO O| Aug 28 22:30:42.137 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39472026-08-28T22:30:43.117Z[ host-image] Aug 28 22:30:42.137 INFO O| Aug 28 22:30:42.137 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39482026-08-28T22:30:43.120Z[ host-image] Aug 28 22:30:42.137 INFO O| Aug 28 22:30:42.137 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39492026-08-28T22:30:43.120Z[ host-image] Aug 28 22:30:42.137 INFO O| Aug 28 22:30:42.137 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39502026-08-28T22:30:43.120Z[ host-image] Aug 28 22:30:42.142 INFO O| Aug 28 22:30:42.142 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39512026-08-28T22:30:43.324Z[ host-image] Aug 28 22:30:42.346 INFO O| Aug 28 22:30:42.346 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-28T22:30:43.331Z[ host-image] Aug 28 22:30:42.354 INFO O| Aug 28 22:30:42.353 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39532026-08-28T22:30:43.599Z[ host-image] Aug 28 22:30:42.620 INFO O| Aug 28 22:30:42.620 INFO O| Caching catalogs ... Done
39542026-08-28T22:30:43.658Z[ host-image] Aug 28 22:30:42.680 INFO O| Aug 28 22:30:42.680 INFO STEP 0 (pkg_image_create) COMPLETE
39552026-08-28T22:30:43.658Z[ host-image] Aug 28 22:30:42.680 INFO O| Aug 28 22:30:42.680 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-28T22:30:43.667Z[ host-image] Aug 28 22:30:42.687 INFO O| Aug 28 22:30:42.687 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"]
39572026-08-28T22:30:43.981Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO STEP 1 (pkg_set_publisher) COMPLETE
39582026-08-28T22:30:43.981Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-28T22:30:43.984Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO skip step because feature "publisher_1_name" is not enabled
39602026-08-28T22:30:43.984Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-28T22:30:43.984Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO skip step because feature "publisher_2_name" is not enabled
39622026-08-28T22:30:43.984Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-28T22:30:43.984Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO skip step because feature "publisher_3_name" is not enabled
39642026-08-28T22:30:43.984Z[ host-image] Aug 28 22:30:43.002 INFO O| Aug 28 22:30:43.002 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-28T22:30:44.276Z[ host-image] Aug 28 22:30:43.297 INFO O| Aug 28 22:30:43.297 INFO variant opensolaris.zone is already global
39662026-08-28T22:30:44.276Z[ host-image] Aug 28 22:30:43.297 INFO O| Aug 28 22:30:43.297 INFO STEP 5 (pkg_change_variant) COMPLETE
39672026-08-28T22:30:44.280Z[ host-image] Aug 28 22:30:43.297 INFO O| Aug 28 22:30:43.297 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-28T22:30:44.566Z[ host-image] Aug 28 22:30:43.586 INFO O| Aug 28 22:30:43.586 INFO variant opensolaris.imagetype is full; changing to partial
39692026-08-28T22:30:44.566Z[ host-image] Aug 28 22:30:43.586 INFO O| Aug 28 22:30:43.586 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39702026-08-28T22:30:46.333Z[ host-image] Aug 28 22:30:45.355 INFO O| Aug 28 22:30:45.355 INFO O| Startup: Refreshing catalog 'helios' ... Done
39712026-08-28T22:30:46.747Z[ host-image] Aug 28 22:30:45.769 INFO O| Aug 28 22:30:45.768 INFO O| Startup: Caching catalogs ... Done
39722026-08-28T22:30:46.763Z[ host-image] Aug 28 22:30:45.784 INFO O| Aug 28 22:30:45.784 INFO O| Planning: Planning completed in 0.00 seconds
39732026-08-28T22:30:46.767Z[ host-image] Aug 28 22:30:45.784 INFO O| Aug 28 22:30:45.784 INFO O| Planning: Consolidating action changes ... Done
39742026-08-28T22:30:46.767Z[ host-image] Aug 28 22:30:45.784 INFO O| Aug 28 22:30:45.784 INFO O| Planning: Evaluating mediators ... Done
39752026-08-28T22:30:46.767Z[ host-image] Aug 28 22:30:45.785 INFO O| Aug 28 22:30:45.785 INFO O| Planning: Planning completed in 0.00 seconds
39762026-08-28T22:30:46.767Z[ host-image] Aug 28 22:30:45.785 INFO O| Aug 28 22:30:45.785 INFO O| Variants/Facets to change: 1
39772026-08-28T22:30:46.772Z[ host-image] Aug 28 22:30:45.793 INFO O| Aug 28 22:30:45.793 INFO O| Finalize: Updating package state database ... Done
39782026-08-28T22:30:46.772Z[ host-image] Aug 28 22:30:45.794 INFO O| Aug 28 22:30:45.793 INFO O| Finalize: Updating package cache ... Done
39792026-08-28T22:30:46.842Z[ host-image] Aug 28 22:30:45.864 INFO O| Aug 28 22:30:45.863 INFO O| Finalize: Updating image state ... Done
39802026-08-28T22:30:46.854Z[ host-image] Aug 28 22:30:45.876 INFO O| Aug 28 22:30:45.876 INFO O| Finalize: Creating fast lookup database ... Done
39812026-08-28T22:30:46.858Z[ host-image] Aug 28 22:30:45.876 INFO O| Aug 28 22:30:45.876 INFO O| Finalize: Reading search index ... Done
39822026-08-28T22:30:46.858Z[ host-image] Aug 28 22:30:45.876 INFO O| Aug 28 22:30:45.876 INFO O| Finalize: Updating search index ... Done
39832026-08-28T22:30:46.858Z[ host-image] Aug 28 22:30:45.877 INFO O| Aug 28 22:30:45.877 INFO O| Finalize: Updating package cache ... Done
39842026-08-28T22:30:47.047Z[ host-image] Aug 28 22:30:46.068 INFO O| Aug 28 22:30:46.068 INFO STEP 6 (pkg_change_variant) COMPLETE
39852026-08-28T22:30:47.047Z[ host-image] Aug 28 22:30:46.068 INFO O| Aug 28 22:30:46.068 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-08-28T22:30:47.053Z[ host-image] Aug 28 22:30:46.068 INFO O| Aug 28 22:30:46.068 INFO skip step because feature "debug_variant" is not enabled
39872026-08-28T22:30:47.053Z[ host-image] Aug 28 22:30:46.068 INFO O| Aug 28 22:30:46.068 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39882026-08-28T22:30:47.299Z[ host-image] Aug 28 22:30:46.319 INFO O| Aug 28 22:30:46.319 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39892026-08-28T22:30:47.936Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.79s
39902026-08-28T22:30:49.080Z[ host-image] Aug 28 22:30:48.099 INFO O| Aug 28 22:30:48.099 INFO O| Startup: Refreshing catalog 'helios' ... Done
39912026-08-28T22:30:49.566Z[ host-image] Aug 28 22:30:48.519 INFO O| Aug 28 22:30:48.519 INFO O| Startup: Caching catalogs ... Done
39922026-08-28T22:30:49.574Z[ host-image] Aug 28 22:30:48.535 INFO O| Aug 28 22:30:48.535 INFO O| Planning: Planning completed in 0.00 seconds
39932026-08-28T22:30:49.574Z[ host-image] Aug 28 22:30:48.535 INFO O| Aug 28 22:30:48.535 INFO O| Planning: Consolidating action changes ... Done
39942026-08-28T22:30:49.575Z[ host-image] Aug 28 22:30:48.535 INFO O| Aug 28 22:30:48.535 INFO O| Planning: Evaluating mediators ... Done
39952026-08-28T22:30:49.575Z[ host-image] Aug 28 22:30:48.536 INFO O| Aug 28 22:30:48.536 INFO O| Planning: Planning completed in 0.00 seconds
39962026-08-28T22:30:49.575Z[ host-image] Aug 28 22:30:48.536 INFO O| Aug 28 22:30:48.536 INFO O| Variants/Facets to change: 1
39972026-08-28T22:30:49.575Z[ host-image] Aug 28 22:30:48.545 INFO O| Aug 28 22:30:48.545 INFO O| Finalize: Updating package state database ... Done
39982026-08-28T22:30:49.575Z[ host-image] Aug 28 22:30:48.545 INFO O| Aug 28 22:30:48.545 INFO O| Finalize: Updating package cache ... Done
39992026-08-28T22:30:49.601Z[ host-image] Aug 28 22:30:48.619 INFO O| Aug 28 22:30:48.619 INFO O| Finalize: Updating image state ... Done
40002026-08-28T22:30:49.623Z[ host-image] Aug 28 22:30:48.631 INFO O| Aug 28 22:30:48.631 INFO O| Finalize: Creating fast lookup database ... Done
40012026-08-28T22:30:49.638Z[ host-image] Aug 28 22:30:48.631 INFO O| Aug 28 22:30:48.631 INFO O| Finalize: Reading search index ... Done
40022026-08-28T22:30:49.639Z[ host-image] Aug 28 22:30:48.631 INFO O| Aug 28 22:30:48.631 INFO O| Finalize: Updating search index ... Done
40032026-08-28T22:30:49.639Z[ host-image] Aug 28 22:30:48.632 INFO O| Aug 28 22:30:48.632 INFO O| Finalize: Updating package cache ... Done
40042026-08-28T22:30:49.809Z[ host-image] Aug 28 22:30:48.828 INFO O| Aug 28 22:30:48.828 INFO STEP 8 (pkg_change_facet) COMPLETE
40052026-08-28T22:30:49.809Z[ host-image] Aug 28 22:30:48.828 INFO O| Aug 28 22:30:48.828 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40062026-08-28T22:30:49.817Z[ host-image] Aug 28 22:30:48.828 INFO O| Aug 28 22:30:48.828 INFO skip step because feature "recovery" is not enabled
40072026-08-28T22:30:49.817Z[ host-image] Aug 28 22:30:48.828 INFO O| Aug 28 22:30:48.828 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40082026-08-28T22:30:49.817Z[ host-image] Aug 28 22:30:48.828 INFO O| Aug 28 22:30:48.828 INFO skip step because feature "recovery" is not enabled
40092026-08-28T22:30:49.817Z[ host-image] Aug 28 22:30:48.828 INFO O| Aug 28 22:30:48.828 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40102026-08-28T22:30:49.817Z[ host-image] Aug 28 22:30:48.836 INFO O| Aug 28 22:30:48.836 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"]
40112026-08-28T22:30:50.259ZAug 28 22:30:49.281 INFO [recovery-package] process exited with exit status: 0 (15.235308555s)
40122026-08-28T22:30:50.259ZAug 28 22:30:49.281 INFO [recovery-libraries] running task
40132026-08-28T22:30:50.259ZAug 28 22:30:49.281 INFO [recovery-stamp] running task
40142026-08-28T22:30:50.264ZAug 28 22:30:49.282 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitc265b118cf0
40152026-08-28T22:30:50.264ZAug 28 22:30:49.282 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+gitc265b118cf0
40162026-08-28T22:30:50.267Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40172026-08-28T22:30:50.270Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40182026-08-28T22:30:50.316ZAug 28 22:30:49.338 INFO [recovery-libraries] task succeeded (56.991123ms)
40192026-08-28T22:30:50.319ZAug 28 22:30:49.338 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40202026-08-28T22:30:50.393Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40212026-08-28T22:30:50.396ZAug 28 22:30:49.418 INFO [stamp-installinator] process exited with exit status: 0 (136.120013ms)
40222026-08-28T22:30:50.448Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40232026-08-28T22:30:50.452ZAug 28 22:30:49.474 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (192.170915ms)
40242026-08-28T22:30:50.455ZAug 28 22:30:49.474 INFO [recovery-stamp] task succeeded (192.891565ms)
40252026-08-28T22:30:50.455ZAug 28 22:30:49.474 INFO [recovery-proto] running task
40262026-08-28T22:30:50.455ZAug 28 22:30:49.474 INFO [tuf-stamp] running task
40272026-08-28T22:30:50.455ZAug 28 22:30:49.474 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+gitc265b118cf0
40282026-08-28T22:30:50.455ZAug 28 22:30:49.475 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+gitc265b118cf0
40292026-08-28T22:30:50.455ZAug 28 22:30:49.476 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+gitc265b118cf0
40302026-08-28T22:30:50.455ZAug 28 22:30:49.476 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+gitc265b118cf0
40312026-08-28T22:30:50.455ZAug 28 22:30:49.476 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+gitc265b118cf0
40322026-08-28T22:30:50.455ZAug 28 22:30:49.476 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+gitc265b118cf0
40332026-08-28T22:30:50.455ZAug 28 22:30:49.476 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+gitc265b118cf0
40342026-08-28T22:30:50.455ZAug 28 22:30:49.477 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+gitc265b118cf0
40352026-08-28T22:30:50.455ZAug 28 22:30:49.477 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+gitc265b118cf0
40362026-08-28T22:30:50.458ZAug 28 22:30:49.477 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+gitc265b118cf0
40372026-08-28T22:30:50.458ZAug 28 22:30:49.478 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+gitc265b118cf0
40382026-08-28T22:30:50.458ZAug 28 22:30:49.478 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+gitc265b118cf0
40392026-08-28T22:30:50.461Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-28T22:30:50.461Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-28T22:30:50.464Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-28T22:30:50.465Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-28T22:30:50.465Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-28T22:30:50.465Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-28T22:30:50.465Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-28T22:30:50.465Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-28T22:30:50.465Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-28T22:30:50.465Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-28T22:30:50.465Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-28T22:30:50.465Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-28T22:30:50.510Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40522026-08-28T22:30:50.514ZAug 28 22:30:49.536 INFO [stamp-probe] process exited with exit status: 0 (59.374744ms)
40532026-08-28T22:30:50.580ZAug 28 22:30:49.603 INFO [recovery-proto] task succeeded (128.381297ms)
40542026-08-28T22:30:50.583ZAug 28 22:30:49.603 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/.tmp1w4NLE/proto/recovery/root -N 'recovery c265b11/${os_short_commit} 2026-08-28 22:19' -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/'
40552026-08-28T22:30:50.587Z[ recovery-image] Aug 28 22:30:49.609 INFO Checking files for board 'cosmo-mbist-noaggr'
40562026-08-28T22:30:50.587Z[ recovery-image] Aug 28 22:30:49.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40572026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO Checking files for board 'gimlet'
40582026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40592026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40602026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO Checking files for board 'cosmo-mbist'
40612026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40622026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO Checking files for board 'cosmo'
40632026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40642026-08-28T22:30:50.590Z[ recovery-image] Aug 28 22:30:49.609 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40652026-08-28T22:30:50.596Z[ recovery-image] Aug 28 22:30:49.619 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp1w4NLE/proto/recovery/root"
40662026-08-28T22:30:50.599Z[ recovery-image] Aug 28 22:30:49.619 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40672026-08-28T22:30:50.599Z[ recovery-image] Aug 28 22:30:49.619 INFO image builder template: ramdisk-01-os...
40682026-08-28T22:30:50.599Z[ recovery-image] Aug 28 22:30:49.619 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/.tmp1w4NLE/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
40692026-08-28T22:30:50.615Z[ recovery-image] Aug 28 22:30:49.636 INFO O| Aug 28 22:30:49.636 INFO CREATE DATASET: rpool/images/build/recovery/output
40702026-08-28T22:30:50.913Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40712026-08-28T22:30:50.938Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40722026-08-28T22:30:50.965Z[ recovery-image] Aug 28 22:30:49.988 INFO O| Aug 28 22:30:49.988 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40732026-08-28T22:30:50.970Z[ recovery-image] Aug 28 22:30:49.991 INFO O| Aug 28 22:30:49.991 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40742026-08-28T22:30:51.053Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40752026-08-28T22:30:51.057ZAug 28 22:30:50.079 INFO [stamp-ntp] process exited with exit status: 0 (601.731893ms)
40762026-08-28T22:30:51.079Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40772026-08-28T22:30:51.081ZAug 28 22:30:50.104 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (626.197951ms)
40782026-08-28T22:30:51.207Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40792026-08-28T22:30:51.211ZAug 28 22:30:50.233 INFO [stamp-external-dns] process exited with exit status: 0 (756.65787ms)
40802026-08-28T22:30:51.222Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40812026-08-28T22:30:51.227ZAug 28 22:30:50.247 INFO [stamp-internal-dns] process exited with exit status: 0 (769.765229ms)
40822026-08-28T22:30:51.354Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40832026-08-28T22:30:51.358ZAug 28 22:30:50.379 INFO [stamp-crucible-zone] process exited with exit status: 0 (903.22605ms)
40842026-08-28T22:30:51.532Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40852026-08-28T22:30:51.535ZAug 28 22:30:50.558 INFO [stamp-oximeter] process exited with exit status: 0 (1.080086903s)
40862026-08-28T22:30:51.609Z[ recovery-image] Aug 28 22:30:50.631 INFO O| Aug 28 22:30:50.631 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40872026-08-28T22:30:51.676Z[ host-image] Aug 28 22:30:50.699 INFO O| Aug 28 22:30:50.698 INFO O| Startup: Refreshing catalog 'helios' ... Done
40882026-08-28T22:30:51.740Z[ recovery-image] Aug 28 22:30:50.761 INFO O| Aug 28 22:30:50.761 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40892026-08-28T22:30:51.740Z[ recovery-image] Aug 28 22:30:50.761 INFO O| Aug 28 22:30:50.761 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40902026-08-28T22:30:51.744Z[ recovery-image] Aug 28 22:30:50.761 INFO O| Aug 28 22:30:50.761 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40912026-08-28T22:30:51.744Z[ recovery-image] Aug 28 22:30:50.761 INFO O| Aug 28 22:30:50.761 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40922026-08-28T22:30:51.748Z[ recovery-image] Aug 28 22:30:50.768 INFO O| Aug 28 22:30:50.768 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40932026-08-28T22:30:52.181Z[ host-image] Aug 28 22:30:51.202 INFO O| Aug 28 22:30:51.202 INFO O| Startup: Caching catalogs ... Done
40942026-08-28T22:30:53.113Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40952026-08-28T22:30:53.116ZAug 28 22:30:52.137 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.660570533s)
40962026-08-28T22:30:53.907Z[ recovery-image] Aug 28 22:30:52.928 INFO O| Aug 28 22:30:52.928 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972026-08-28T22:30:53.914Z[ recovery-image] Aug 28 22:30:52.936 INFO O| Aug 28 22:30:52.936 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40982026-08-28T22:30:54.183Z[ recovery-image] Aug 28 22:30:53.205 INFO O| Aug 28 22:30:53.205 INFO O| Caching catalogs ... Done
40992026-08-28T22:30:54.253Z[ recovery-image] Aug 28 22:30:53.271 INFO O| Aug 28 22:30:53.271 INFO STEP 0 (pkg_image_create) COMPLETE
41002026-08-28T22:30:54.253Z[ recovery-image] Aug 28 22:30:53.271 INFO O| Aug 28 22:30:53.271 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41012026-08-28T22:30:54.256Z[ recovery-image] Aug 28 22:30:53.278 INFO O| Aug 28 22:30:53.278 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
41022026-08-28T22:30:54.727Z[ host-image] Aug 28 22:30:53.747 INFO O| Aug 28 22:30:53.747 INFO O| Planning: Solver setup ... Done
41032026-08-28T22:30:54.995Z[ host-image] Aug 28 22:30:54.015 INFO O| Aug 28 22:30:54.015 INFO O| Planning: Running solver ... Done
41042026-08-28T22:30:55.048Z[ host-image] Aug 28 22:30:54.068 INFO O| Aug 28 22:30:54.068 INFO O| Planning: Finding local manifests ... Done
41052026-08-28T22:30:55.064Z[ host-image] Aug 28 22:30:54.086 INFO O| Aug 28 22:30:54.086 INFO O| Planning: Fetching manifests: 0/130 0% complete
41062026-08-28T22:30:55.069Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41072026-08-28T22:30:55.072ZAug 28 22:30:54.093 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.618003257s)
41082026-08-28T22:30:55.133Z[verify-libraries] Compiling match_cfg v0.1.0
41092026-08-28T22:30:55.133Z[verify-libraries] Compiling slog-json v2.6.1
41102026-08-28T22:30:55.138Z[verify-libraries] Compiling debug-ignore v1.0.5
41112026-08-28T22:30:55.369Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41122026-08-28T22:30:55.369Z[verify-libraries] Compiling sha1 v0.11.0
41132026-08-28T22:30:55.373Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41142026-08-28T22:30:55.373Z[verify-libraries] Compiling multer v3.1.0
41152026-08-28T22:30:55.373Z[verify-libraries] Compiling compression-core v0.4.31
41162026-08-28T22:30:55.373Z[verify-libraries] Compiling progenitor-client v0.14.0
41172026-08-28T22:30:55.373Z[verify-libraries] Compiling async-stream-impl v0.3.6
41182026-08-28T22:30:55.373Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41192026-08-28T22:30:55.373Z[verify-libraries] Compiling serde_spanned v1.1.1
41202026-08-28T22:30:55.373Z[verify-libraries] Compiling dropshot v0.17.1
41212026-08-28T22:30:55.495Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41222026-08-28T22:30:55.499ZAug 28 22:30:54.520 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.045485789s)
41232026-08-28T22:30:55.509Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41242026-08-28T22:30:55.512ZAug 28 22:30:54.535 INFO [stamp-clickhouse] process exited with exit status: 0 (5.059082179s)
41252026-08-28T22:30:55.576Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41262026-08-28T22:30:55.598Z[verify-libraries] Compiling hostname v0.3.1
41272026-08-28T22:30:55.598Z[verify-libraries] Compiling waitgroup v0.1.2
41282026-08-28T22:30:55.601Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41292026-08-28T22:30:55.601Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41302026-08-28T22:30:55.686Z[verify-libraries] Compiling hostname v0.4.2
41312026-08-28T22:30:55.686Z[verify-libraries] Compiling atomicwrites v0.4.4
41322026-08-28T22:30:55.757Z[verify-libraries] Compiling slog-bunyan v2.5.0
41332026-08-28T22:30:55.757Z[verify-libraries] Compiling compression-codecs v0.4.37
41342026-08-28T22:30:55.776Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41352026-08-28T22:30:55.839Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41362026-08-28T22:30:55.863Z[verify-libraries] Compiling macaddr v1.0.1
41372026-08-28T22:30:55.884Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41382026-08-28T22:30:55.929Z[verify-libraries] Compiling regress v0.10.5
41392026-08-28T22:30:55.929Z[verify-libraries] Compiling instant v0.1.13
41402026-08-28T22:30:55.976Z[verify-libraries] Compiling oxide-generation v0.1.3
41412026-08-28T22:30:55.980Z[verify-libraries] Compiling parse-display-derive v0.10.0
41422026-08-28T22:30:55.980Z[verify-libraries] Compiling async-compression v0.4.41
41432026-08-28T22:30:55.980Z[verify-libraries] Compiling itertools v0.14.0
41442026-08-28T22:30:55.980Z[verify-libraries] Compiling backon v1.6.0
41452026-08-28T22:30:56.008Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41462026-08-28T22:30:56.013ZAug 28 22:30:55.035 INFO [stamp-nexus] process exited with exit status: 0 (5.560503117s)
41472026-08-28T22:30:56.013ZAug 28 22:30:55.035 INFO [tuf-stamp] task succeeded (5.560878378s)
41482026-08-28T22:30:56.013ZAug 28 22:30:55.035 INFO [tuf-v2-zones] running task
41492026-08-28T22:30:56.043Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41502026-08-28T22:30:56.085Z[verify-libraries] Compiling async-stream v0.3.6
41512026-08-28T22:30:56.112Z[verify-libraries] Compiling backoff v0.4.0
41522026-08-28T22:30:56.153Z[verify-libraries] Compiling humantime v2.3.0
41532026-08-28T22:30:56.212ZAug 28 22:30:55.234 INFO [tuf-v2-zones] task succeeded (199.07727ms)
41542026-08-28T22:30:56.252Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41552026-08-28T22:30:56.290Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41562026-08-28T22:30:56.316Z[verify-libraries] Compiling progenitor-extras v0.2.0
41572026-08-28T22:30:56.321Z[verify-libraries] Compiling convert_case v0.4.0
41582026-08-28T22:30:56.321Z[verify-libraries] Compiling half v2.7.1
41592026-08-28T22:30:56.378Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41602026-08-28T22:30:56.378Z[verify-libraries] Compiling ciborium-io v0.2.2
41612026-08-28T22:30:56.422Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41622026-08-28T22:30:56.430Z[verify-libraries] Compiling indent_write v2.2.0
41632026-08-28T22:30:56.491Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO STEP 1 (pkg_set_publisher) COMPLETE
41642026-08-28T22:30:56.491Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-08-28T22:30:56.499Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO skip step because feature "publisher_1_name" is not enabled
41662026-08-28T22:30:56.499Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-08-28T22:30:56.499Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO skip step because feature "publisher_2_name" is not enabled
41682026-08-28T22:30:56.499Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41692026-08-28T22:30:56.499Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO skip step because feature "publisher_3_name" is not enabled
41702026-08-28T22:30:56.499Z[ recovery-image] Aug 28 22:30:55.512 INFO O| Aug 28 22:30:55.512 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41712026-08-28T22:30:56.540Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41722026-08-28T22:30:56.566Z[verify-libraries] Compiling regress v0.11.1
41732026-08-28T22:30:56.592Z[verify-libraries] Compiling secrecy v0.10.3
41742026-08-28T22:30:56.624Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41752026-08-28T22:30:56.624Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41762026-08-28T22:30:56.670Z[verify-libraries] Compiling ciborium-ll v0.2.2
41772026-08-28T22:30:56.670Z[verify-libraries] Compiling inout v0.1.4
41782026-08-28T22:30:56.815Z[verify-libraries] Compiling derive_more v0.99.20
41792026-08-28T22:30:56.837Z[ recovery-image] Aug 28 22:30:55.859 INFO O| Aug 28 22:30:55.858 INFO variant opensolaris.zone is already global
41802026-08-28T22:30:56.838Z[ recovery-image] Aug 28 22:30:55.859 INFO O| Aug 28 22:30:55.858 INFO STEP 5 (pkg_change_variant) COMPLETE
41812026-08-28T22:30:56.842Z[ recovery-image] Aug 28 22:30:55.859 INFO O| Aug 28 22:30:55.858 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41822026-08-28T22:30:56.842Z[verify-libraries] Compiling cipher v0.4.4
41832026-08-28T22:30:56.868Z[verify-libraries] Compiling universal-hash v0.5.1
41842026-08-28T22:30:56.897Z[verify-libraries] Compiling ciborium v0.2.2
41852026-08-28T22:30:56.947Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41862026-08-28T22:30:57.001Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41872026-08-28T22:30:57.083Z[verify-libraries] Compiling opaque-debug v0.3.1
41882026-08-28T22:30:57.104Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41892026-08-28T22:30:57.174Z[ host-image] Aug 28 22:30:56.114 INFO O| Aug 28 22:30:56.114 INFO O| Planning: Fetching manifests: 130/130 100% complete
41902026-08-28T22:30:57.174Z[verify-libraries] Compiling chacha20 v0.9.1
41912026-08-28T22:30:57.174Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41922026-08-28T22:30:57.174Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41932026-08-28T22:30:57.174Z[verify-libraries] Compiling blake2 v0.10.6
41942026-08-28T22:30:57.174Z[ recovery-image] Aug 28 22:30:56.180 INFO O| Aug 28 22:30:56.180 INFO variant opensolaris.imagetype is full; changing to partial
41952026-08-28T22:30:57.174Z[ recovery-image] Aug 28 22:30:56.180 INFO O| Aug 28 22:30:56.180 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41962026-08-28T22:30:57.209Z[verify-libraries] Compiling poly1305 v0.8.0
41972026-08-28T22:30:57.209Z[verify-libraries] Compiling aead v0.5.2
41982026-08-28T22:30:57.478Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41992026-08-28T22:30:57.513Z[verify-libraries] Compiling password-hash v0.5.0
42002026-08-28T22:30:57.553Z[verify-libraries] Compiling itertools v0.15.0
42012026-08-28T22:30:57.561Z[verify-libraries] Compiling num-derive v0.4.2
42022026-08-28T22:30:57.642Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42032026-08-28T22:30:57.650Z[ host-image] Aug 28 22:30:56.672 INFO O| Aug 28 22:30:56.672 INFO O| Planning: Package planning ... Done
42042026-08-28T22:30:57.730Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42052026-08-28T22:30:57.830Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42062026-08-28T22:30:57.876Z[verify-libraries] Compiling parse-display v0.10.0
42072026-08-28T22:30:57.973Z[verify-libraries] Compiling argon2 v0.5.3
42082026-08-28T22:30:58.005Z[verify-libraries] Compiling rayon-core v1.13.0
42092026-08-28T22:30:58.016Z[ host-image] Aug 28 22:30:57.037 INFO O| Aug 28 22:30:57.037 INFO O| Planning: Merging actions ... Done
42102026-08-28T22:30:58.051Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42112026-08-28T22:30:58.099Z[verify-libraries] Compiling glob v0.3.3
42122026-08-28T22:30:58.153Z[ host-image] Aug 28 22:30:57.174 INFO O| Aug 28 22:30:57.174 INFO O| Planning: Checking for conflicting actions ... Done
42132026-08-28T22:30:58.266Z[ host-image] Aug 28 22:30:57.287 INFO O| Aug 28 22:30:57.287 INFO O| Planning: Consolidating action changes ... Done
42142026-08-28T22:30:58.282Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42152026-08-28T22:30:58.340Z[verify-libraries] Compiling typify-impl v0.6.2
42162026-08-28T22:30:58.450Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42172026-08-28T22:30:58.473Z[ host-image] Aug 28 22:30:57.495 INFO O| Aug 28 22:30:57.495 INFO O| Planning: Evaluating mediators ... Done
42182026-08-28T22:30:58.499Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42192026-08-28T22:30:58.587Z[verify-libraries] Compiling vsss-rs v3.3.4
42202026-08-28T22:30:58.744Z[verify-libraries] Compiling heapless v0.8.0
42212026-08-28T22:30:58.814Z[verify-libraries] Compiling proc-macro-error v1.0.4
42222026-08-28T22:30:58.974Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42232026-08-28T22:30:59.121Z[verify-libraries] Compiling ingot-macros v0.2.0
42242026-08-28T22:30:59.326Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42252026-08-28T22:30:59.347Z[verify-libraries] Compiling usdt-macro v0.5.0
42262026-08-28T22:30:59.390Z[verify-libraries] Compiling tabwriter v1.4.1
42272026-08-28T22:30:59.415Z[verify-libraries] Compiling hash32 v0.3.1
42282026-08-28T22:30:59.465Z[verify-libraries] Compiling memmap v0.7.0
42292026-08-28T22:30:59.468Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42302026-08-28T22:30:59.482Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42312026-08-28T22:30:59.585Z[verify-libraries] Compiling smoltcp v0.11.0
42322026-08-28T22:30:59.630Z[ recovery-image] Aug 28 22:30:58.652 INFO O| Aug 28 22:30:58.652 INFO O| Startup: Refreshing catalog 'helios' ... Done
42332026-08-28T22:30:59.638Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42342026-08-28T22:30:59.695Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42352026-08-28T22:30:59.732Z[verify-libraries] Compiling num_enum_derive v0.7.6
42362026-08-28T22:30:59.788Z[verify-libraries] Compiling cobs v0.3.0
42372026-08-28T22:30:59.863Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42382026-08-28T22:30:59.864Z[verify-libraries] Compiling colored v3.1.1
42392026-08-28T22:30:59.949Z[ host-image] Aug 28 22:30:58.971 INFO O| Aug 28 22:30:58.970 INFO O| Planning: Planning completed in 7.75 seconds
42402026-08-28T22:30:59.954Z[ host-image] Aug 28 22:30:58.973 INFO O| Aug 28 22:30:58.973 INFO O| Packages to install: 130
42412026-08-28T22:30:59.954Z[ host-image] Aug 28 22:30:58.973 INFO O| Aug 28 22:30:58.973 INFO O| Mediators to change: 5
42422026-08-28T22:30:59.957Z[ host-image] Aug 28 22:30:58.973 INFO O| Aug 28 22:30:58.973 INFO O| Services to change: 6
42432026-08-28T22:30:59.983Z[ host-image] Aug 28 22:30:59.005 INFO O| Aug 28 22:30:59.005 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42442026-08-28T22:31:00.068Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42452026-08-28T22:31:00.100Z[ recovery-image] Aug 28 22:30:59.122 INFO O| Aug 28 22:30:59.122 INFO O| Startup: Caching catalogs ... Done
42462026-08-28T22:31:00.123Z[ recovery-image] Aug 28 22:30:59.140 INFO O| Aug 28 22:30:59.140 INFO O| Planning: Planning completed in 0.00 seconds
42472026-08-28T22:31:00.123Z[ recovery-image] Aug 28 22:30:59.141 INFO O| Aug 28 22:30:59.141 INFO O| Planning: Consolidating action changes ... Done
42482026-08-28T22:31:00.123Z[ recovery-image] Aug 28 22:30:59.141 INFO O| Aug 28 22:30:59.141 INFO O| Planning: Evaluating mediators ... Done
42492026-08-28T22:31:00.127Z[ recovery-image] Aug 28 22:30:59.141 INFO O| Aug 28 22:30:59.141 INFO O| Planning: Planning completed in 0.00 seconds
42502026-08-28T22:31:00.127Z[ recovery-image] Aug 28 22:30:59.141 INFO O| Aug 28 22:30:59.141 INFO O| Variants/Facets to change: 1
42512026-08-28T22:31:00.137Z[ recovery-image] Aug 28 22:30:59.159 INFO O| Aug 28 22:30:59.158 INFO O| Finalize: Updating package state database ... Done
42522026-08-28T22:31:00.137Z[ recovery-image] Aug 28 22:30:59.159 INFO O| Aug 28 22:30:59.158 INFO O| Finalize: Updating package cache ... Done
42532026-08-28T22:31:00.163Z[verify-libraries] Compiling postcard v1.1.3
42542026-08-28T22:31:00.189Z[verify-libraries] Compiling rayon v1.11.0
42552026-08-28T22:31:00.224Z[verify-libraries] Compiling rand v0.10.1
42562026-08-28T22:31:00.237Z[ recovery-image] Aug 28 22:30:59.257 INFO O| Aug 28 22:30:59.256 INFO O| Finalize: Updating image state ... Done
42572026-08-28T22:31:00.254Z[ recovery-image] Aug 28 22:30:59.276 INFO O| Aug 28 22:30:59.276 INFO O| Finalize: Creating fast lookup database ... Done
42582026-08-28T22:31:00.258Z[ recovery-image] Aug 28 22:30:59.276 INFO O| Aug 28 22:30:59.276 INFO O| Finalize: Reading search index ... Done
42592026-08-28T22:31:00.258Z[ recovery-image] Aug 28 22:30:59.276 INFO O| Aug 28 22:30:59.276 INFO O| Finalize: Updating search index ... Done
42602026-08-28T22:31:00.258Z[ recovery-image] Aug 28 22:30:59.277 INFO O| Aug 28 22:30:59.277 INFO O| Finalize: Updating package cache ... Done
42612026-08-28T22:31:00.302Z[verify-libraries] Compiling usdt v0.5.0
42622026-08-28T22:31:00.306Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42632026-08-28T22:31:00.306Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42642026-08-28T22:31:00.306Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42652026-08-28T22:31:00.338Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42662026-08-28T22:31:00.549Z[ recovery-image] Aug 28 22:30:59.571 INFO O| Aug 28 22:30:59.570 INFO STEP 6 (pkg_change_variant) COMPLETE
42672026-08-28T22:31:00.552Z[ recovery-image] Aug 28 22:30:59.571 INFO O| Aug 28 22:30:59.570 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682026-08-28T22:31:00.552Z[ recovery-image] Aug 28 22:30:59.571 INFO O| Aug 28 22:30:59.571 INFO skip step because feature "debug_variant" is not enabled
42692026-08-28T22:31:00.552Z[ recovery-image] Aug 28 22:30:59.571 INFO O| Aug 28 22:30:59.571 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42702026-08-28T22:31:00.600Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42712026-08-28T22:31:00.690Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42722026-08-28T22:31:00.760Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42732026-08-28T22:31:00.787Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42742026-08-28T22:31:00.872Z[ recovery-image] Aug 28 22:30:59.893 INFO O| Aug 28 22:30:59.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42752026-08-28T22:31:00.876Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42762026-08-28T22:31:00.906Z[verify-libraries] Compiling cstr-argument v0.1.2
42772026-08-28T22:31:00.936Z[verify-libraries] Compiling num_enum v0.7.6
42782026-08-28T22:31:00.992Z[verify-libraries] Compiling num_enum_derive v0.5.11
42792026-08-28T22:31:01.032Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42802026-08-28T22:31:01.086Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42812026-08-28T22:31:01.122Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42822026-08-28T22:31:01.158Z[verify-libraries] Compiling itertools v0.12.1
42832026-08-28T22:31:01.184Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42842026-08-28T22:31:01.208Z[verify-libraries] Compiling sigpipe v0.1.3
42852026-08-28T22:31:01.208Z[verify-libraries] Compiling foreign-types v0.5.0
42862026-08-28T22:31:01.335Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42872026-08-28T22:31:01.369Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42882026-08-28T22:31:01.372Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42892026-08-28T22:31:01.438Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42902026-08-28T22:31:01.484Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42912026-08-28T22:31:01.530Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42922026-08-28T22:31:01.644Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42932026-08-28T22:31:01.677Z[verify-libraries] Compiling toml v0.8.23
42942026-08-28T22:31:01.710Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42952026-08-28T22:31:01.815Z[verify-libraries] Compiling smf v0.2.3
42962026-08-28T22:31:01.933Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42972026-08-28T22:31:02.045Z[verify-libraries] Compiling whoami v1.6.1
42982026-08-28T22:31:02.087Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42992026-08-28T22:31:02.131Z[verify-libraries] Compiling derive-where v1.6.0
43002026-08-28T22:31:02.166Z[verify-libraries] Compiling ingot-types v0.2.0
43012026-08-28T22:31:02.200Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43022026-08-28T22:31:02.251Z[verify-libraries] Compiling num_enum v0.5.11
43032026-08-28T22:31:02.263Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43042026-08-28T22:31:02.357Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43052026-08-28T22:31:02.411Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43062026-08-28T22:31:02.415Z[verify-libraries] Compiling gethostname v0.5.0
43072026-08-28T22:31:02.453Z[verify-libraries] Compiling zone v0.3.1
43082026-08-28T22:31:02.456Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43092026-08-28T22:31:02.519Z[verify-libraries] Compiling newline-converter v0.3.0
43102026-08-28T22:31:02.575Z[verify-libraries] Compiling console v0.15.11
43112026-08-28T22:31:02.600Z[verify-libraries] Compiling ingot v0.2.1
43122026-08-28T22:31:02.728Z[verify-libraries] Compiling linear-map v1.2.0
43132026-08-28T22:31:02.796Z[verify-libraries] Compiling num-rational v0.4.2
43142026-08-28T22:31:02.821Z[verify-libraries] Compiling num-complex v0.4.6
43152026-08-28T22:31:03.001Z[verify-libraries] Compiling slog-dtrace v0.3.0
43162026-08-28T22:31:03.017Z[ recovery-image] Aug 28 22:31:02.038 INFO O| Aug 28 22:31:02.038 INFO O| Startup: Refreshing catalog 'helios' ... Done
43172026-08-28T22:31:03.054Z[verify-libraries] Compiling expectorate v1.2.0
43182026-08-28T22:31:03.092Z[verify-libraries] Compiling prettyplease v0.2.37
43192026-08-28T22:31:03.229Z[verify-libraries] Compiling typify-macro v0.6.2
43202026-08-28T22:31:03.307Z[verify-libraries] Compiling resolv-conf v0.7.6
43212026-08-28T22:31:03.355Z[verify-libraries] Compiling num v0.4.3
43222026-08-28T22:31:03.355Z[verify-libraries] Compiling float-ord v0.3.2
43232026-08-28T22:31:03.383Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43242026-08-28T22:31:03.387Z[verify-libraries] Compiling minimal-lexical v0.2.1
43252026-08-28T22:31:03.479Z[verify-libraries] Compiling linked-hash-map v0.5.6
43262026-08-28T22:31:03.509Z[verify-libraries] Compiling hickory-proto v0.24.4
43272026-08-28T22:31:03.556Z[verify-libraries] Compiling unicode-xid v0.2.6
43282026-08-28T22:31:03.636Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43292026-08-28T22:31:03.636Z[verify-libraries] Compiling nom v7.1.3
43302026-08-28T22:31:03.714Z[verify-libraries] Compiling lru-cache v0.1.2
43312026-08-28T22:31:03.718Z[ recovery-image] Aug 28 22:31:02.740 INFO O| Aug 28 22:31:02.740 INFO O| Startup: Caching catalogs ... Done
43322026-08-28T22:31:03.736Z[ recovery-image] Aug 28 22:31:02.756 INFO O| Aug 28 22:31:02.756 INFO O| Planning: Planning completed in 0.00 seconds
43332026-08-28T22:31:03.736Z[ recovery-image] Aug 28 22:31:02.756 INFO O| Aug 28 22:31:02.756 INFO O| Planning: Consolidating action changes ... Done
43342026-08-28T22:31:03.739Z[ recovery-image] Aug 28 22:31:02.757 INFO O| Aug 28 22:31:02.757 INFO O| Planning: Evaluating mediators ... Done
43352026-08-28T22:31:03.739Z[ recovery-image] Aug 28 22:31:02.757 INFO O| Aug 28 22:31:02.757 INFO O| Planning: Planning completed in 0.00 seconds
43362026-08-28T22:31:03.739Z[ recovery-image] Aug 28 22:31:02.757 INFO O| Aug 28 22:31:02.757 INFO O| Variants/Facets to change: 1
43372026-08-28T22:31:03.743Z[verify-libraries] Compiling tabled_derive v0.7.0
43382026-08-28T22:31:03.743Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43392026-08-28T22:31:03.743Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43402026-08-28T22:31:03.746Z[ recovery-image] Aug 28 22:31:02.768 INFO O| Aug 28 22:31:02.768 INFO O| Finalize: Updating package state database ... Done
43412026-08-28T22:31:03.746Z[ recovery-image] Aug 28 22:31:02.768 INFO O| Aug 28 22:31:02.768 INFO O| Finalize: Updating package cache ... Done
43422026-08-28T22:31:03.827Z[ recovery-image] Aug 28 22:31:02.846 INFO O| Aug 28 22:31:02.846 INFO O| Finalize: Updating image state ... Done
43432026-08-28T22:31:03.842Z[ recovery-image] Aug 28 22:31:02.863 INFO O| Aug 28 22:31:02.863 INFO O| Finalize: Creating fast lookup database ... Done
43442026-08-28T22:31:03.846Z[ recovery-image] Aug 28 22:31:02.864 INFO O| Aug 28 22:31:02.864 INFO O| Finalize: Reading search index ... Done
43452026-08-28T22:31:03.846Z[ recovery-image] Aug 28 22:31:02.864 INFO O| Aug 28 22:31:02.864 INFO O| Finalize: Updating search index ... Done
43462026-08-28T22:31:03.846Z[ recovery-image] Aug 28 22:31:02.865 INFO O| Aug 28 22:31:02.865 INFO O| Finalize: Updating package cache ... Done
43472026-08-28T22:31:03.851Z[verify-libraries] Compiling fd-lock v4.0.4
43482026-08-28T22:31:03.898Z[verify-libraries] Compiling vte v0.14.1
43492026-08-28T22:31:03.954Z[verify-libraries] Compiling display-error-chain v0.2.2
43502026-08-28T22:31:04.086Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43512026-08-28T22:31:04.169Z[verify-libraries] Compiling crossterm v0.29.0
43522026-08-28T22:31:04.173Z[ recovery-image] Aug 28 22:31:03.193 INFO O| Aug 28 22:31:03.193 INFO STEP 8 (pkg_change_facet) COMPLETE
43532026-08-28T22:31:04.173Z[ recovery-image] Aug 28 22:31:03.193 INFO O| Aug 28 22:31:03.193 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43542026-08-28T22:31:04.208Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43552026-08-28T22:31:04.331Z[verify-libraries] Compiling stacker v0.1.23
43562026-08-28T22:31:04.355Z[verify-libraries] Compiling cfg_aliases v0.1.1
43572026-08-28T22:31:04.471Z[verify-libraries] Compiling nix v0.28.0
43582026-08-28T22:31:04.496Z[ recovery-image] Aug 28 22:31:03.518 INFO O| Aug 28 22:31:03.518 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43592026-08-28T22:31:04.694Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43602026-08-28T22:31:04.731Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43612026-08-28T22:31:04.789Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43622026-08-28T22:31:04.835Z[verify-libraries] Compiling psm v0.1.30
43632026-08-28T22:31:04.858Z[verify-libraries] Compiling reedline v0.40.0
43642026-08-28T22:31:04.910Z[verify-libraries] Compiling tabled v0.15.0
43652026-08-28T22:31:04.910Z[verify-libraries] Compiling semver v0.1.20
43662026-08-28T22:31:04.955Z[verify-libraries] Compiling termtree v0.5.1
43672026-08-28T22:31:04.985Z[ host-image] Aug 28 22:31:04.005 INFO O| Aug 28 22:31:04.005 INFO O| Download: 9782/23888 items 84.3/222.8MB 37% complete (17.4M/s)
43682026-08-28T22:31:05.032Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43692026-08-28T22:31:05.120Z[verify-libraries] Compiling phf_shared v0.12.1
43702026-08-28T22:31:05.144Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43712026-08-28T22:31:05.169Z[verify-libraries] Compiling typify v0.6.2
43722026-08-28T22:31:05.173Z[verify-libraries] Compiling nibble_vec v0.1.0
43732026-08-28T22:31:05.318Z[verify-libraries] Compiling progenitor-impl v0.14.0
43742026-08-28T22:31:05.369Z[verify-libraries] Compiling rustc_version v0.1.7
43752026-08-28T22:31:05.369Z[verify-libraries] Compiling endian-type v0.1.2
43762026-08-28T22:31:05.413Z[verify-libraries] Compiling highway v1.3.0
43772026-08-28T22:31:05.419Z[verify-libraries] Compiling chrono-tz v0.10.4
43782026-08-28T22:31:05.419Z[verify-libraries] Compiling phf v0.12.1
43792026-08-28T22:31:05.480Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43802026-08-28T22:31:05.527Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43812026-08-28T22:31:05.569Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43822026-08-28T22:31:05.638Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43832026-08-28T22:31:05.773Z[verify-libraries] Compiling newtype_derive v0.1.6
43842026-08-28T22:31:05.844Z[verify-libraries] Compiling hickory-resolver v0.24.4
43852026-08-28T22:31:06.025Z[verify-libraries] Compiling radix_trie v0.2.1
43862026-08-28T22:31:06.046Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43872026-08-28T22:31:06.161Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43882026-08-28T22:31:06.264Z[verify-libraries] Compiling recursive v0.1.1
43892026-08-28T22:31:06.366Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43902026-08-28T22:31:06.504Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43912026-08-28T22:31:06.590Z[ recovery-image] Aug 28 22:31:05.611 INFO O| Aug 28 22:31:05.611 INFO O| Startup: Refreshing catalog 'helios' ... Done
43922026-08-28T22:31:07.010Z[verify-libraries] Compiling qorb v0.4.1
43932026-08-28T22:31:07.045Z[verify-libraries] Compiling peg-macros v0.8.5
43942026-08-28T22:31:07.061Z[ recovery-image] Aug 28 22:31:06.083 INFO O| Aug 28 22:31:06.083 INFO O| Startup: Caching catalogs ... Done
43952026-08-28T22:31:07.080Z[ recovery-image] Aug 28 22:31:06.101 INFO O| Aug 28 22:31:06.100 INFO O| Planning: Planning completed in 0.00 seconds
43962026-08-28T22:31:07.080Z[ recovery-image] Aug 28 22:31:06.101 INFO O| Aug 28 22:31:06.101 INFO O| Planning: Consolidating action changes ... Done
43972026-08-28T22:31:07.080Z[ recovery-image] Aug 28 22:31:06.101 INFO O| Aug 28 22:31:06.101 INFO O| Planning: Evaluating mediators ... Done
43982026-08-28T22:31:07.083Z[ recovery-image] Aug 28 22:31:06.101 INFO O| Aug 28 22:31:06.101 INFO O| Planning: Planning completed in 0.00 seconds
43992026-08-28T22:31:07.083Z[ recovery-image] Aug 28 22:31:06.101 INFO O| Aug 28 22:31:06.101 INFO O| Variants/Facets to change: 1
44002026-08-28T22:31:07.092Z[ recovery-image] Aug 28 22:31:06.113 INFO O| Aug 28 22:31:06.113 INFO O| Finalize: Updating package state database ... Done
44012026-08-28T22:31:07.092Z[ recovery-image] Aug 28 22:31:06.114 INFO O| Aug 28 22:31:06.113 INFO O| Finalize: Updating package cache ... Done
44022026-08-28T22:31:07.195Z[ recovery-image] Aug 28 22:31:06.216 INFO O| Aug 28 22:31:06.216 INFO O| Finalize: Updating image state ... Done
44032026-08-28T22:31:07.246Z[ recovery-image] Aug 28 22:31:06.267 INFO O| Aug 28 22:31:06.267 INFO O| Finalize: Creating fast lookup database ... Done
44042026-08-28T22:31:07.249Z[ recovery-image] Aug 28 22:31:06.267 INFO O| Aug 28 22:31:06.267 INFO O| Finalize: Reading search index ... Done
44052026-08-28T22:31:07.249Z[ recovery-image] Aug 28 22:31:06.267 INFO O| Aug 28 22:31:06.267 INFO O| Finalize: Updating search index ... Done
44062026-08-28T22:31:07.249Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44072026-08-28T22:31:07.249Z[ recovery-image] Aug 28 22:31:06.268 INFO O| Aug 28 22:31:06.268 INFO O| Finalize: Updating package cache ... Done
44082026-08-28T22:31:07.364Z[verify-libraries] Compiling winnow v0.6.26
44092026-08-28T22:31:07.471Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44102026-08-28T22:31:07.574Z[ recovery-image] Aug 28 22:31:06.595 INFO O| Aug 28 22:31:06.595 INFO STEP 9 (pkg_change_facet) COMPLETE
44112026-08-28T22:31:07.574Z[ recovery-image] Aug 28 22:31:06.595 INFO O| Aug 28 22:31:06.595 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44122026-08-28T22:31:07.599Z[verify-libraries] Compiling csv-core v0.1.13
44132026-08-28T22:31:07.640Z[verify-libraries] Compiling home v0.5.12
44142026-08-28T22:31:07.687Z[verify-libraries] Compiling unicode_categories v0.1.1
44152026-08-28T22:31:07.820Z[verify-libraries] Compiling rustyline v14.0.0
44162026-08-28T22:31:07.871Z[verify-libraries] Compiling const_format v0.2.35
44172026-08-28T22:31:07.926Z[verify-libraries] Compiling csv v1.4.0
44182026-08-28T22:31:08.010Z[ recovery-image] Aug 28 22:31:07.031 INFO O| Aug 28 22:31:07.031 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44192026-08-28T22:31:08.048Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44202026-08-28T22:31:08.069Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44212026-08-28T22:31:08.265Z[verify-libraries] Compiling sqlparser v0.61.0
44222026-08-28T22:31:08.347Z[verify-libraries] Compiling progenitor-macro v0.14.0
44232026-08-28T22:31:08.455Z[verify-libraries] Compiling bcs v0.1.6
44242026-08-28T22:31:08.512Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44252026-08-28T22:31:12.240Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44262026-08-28T22:31:12.266Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44272026-08-28T22:31:12.266Z[verify-libraries] Compiling peg v0.8.5
44282026-08-28T22:31:12.266Z[verify-libraries] Compiling nom v8.0.0
44292026-08-28T22:31:12.266Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44302026-08-28T22:31:12.266Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44312026-08-28T22:31:12.266Z[verify-libraries] Compiling sqlformat v0.3.5
44322026-08-28T22:31:12.266Z[verify-libraries] Compiling steno v0.4.1
44332026-08-28T22:31:12.266Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44342026-08-28T22:31:12.266Z[verify-libraries] Compiling sha1 v0.10.6
44352026-08-28T22:31:12.266Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44362026-08-28T22:31:12.266Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44372026-08-28T22:31:12.266Z[verify-libraries] Compiling utf-8 v0.7.6
44382026-08-28T22:31:12.266Z[verify-libraries] Compiling tagptr v0.2.0
44392026-08-28T22:31:12.266Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44402026-08-28T22:31:12.266Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44412026-08-28T22:31:12.266Z[ host-image] Aug 28 22:31:09.014 INFO O| Aug 28 22:31:09.014 INFO O| Download: 19545/23888 items 175.6/222.8MB 78% complete (17.9M/s)
44422026-08-28T22:31:12.266Z[verify-libraries] Compiling tungstenite v0.21.0
44432026-08-28T22:31:12.266Z[verify-libraries] Compiling moka v0.12.13
44442026-08-28T22:31:12.266Z[verify-libraries] Compiling libefi-sys v0.1.0
44452026-08-28T22:31:12.266Z[verify-libraries] Compiling bitfield-struct v0.6.2
44462026-08-28T22:31:12.266Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44472026-08-28T22:31:12.266Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44482026-08-28T22:31:12.267Z[verify-libraries] Compiling xshell-macros v0.2.7
44492026-08-28T22:31:12.267Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44502026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:09.498 INFO O| Aug 28 22:31:09.498 INFO O| Startup: Refreshing catalog 'helios' ... Done
44512026-08-28T22:31:12.267Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44522026-08-28T22:31:12.267Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44532026-08-28T22:31:12.267Z[verify-libraries] Compiling xshell v0.2.7
44542026-08-28T22:31:12.267Z[verify-libraries] Compiling hickory-resolver v0.25.2
44552026-08-28T22:31:12.267Z[verify-libraries] Compiling sha2 v0.11.0
44562026-08-28T22:31:12.267Z[verify-libraries] Compiling libscf-sys v1.2.0
44572026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:09.997 INFO O| Aug 28 22:31:09.997 INFO O| Startup: Caching catalogs ... Done
44582026-08-28T22:31:12.267Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44592026-08-28T22:31:12.267Z[verify-libraries] Compiling subprocess v0.2.15
44602026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.018 INFO O| Aug 28 22:31:10.018 INFO O| Planning: Planning completed in 0.00 seconds
44612026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.019 INFO O| Aug 28 22:31:10.019 INFO O| Planning: Consolidating action changes ... Done
44622026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.019 INFO O| Aug 28 22:31:10.019 INFO O| Planning: Evaluating mediators ... Done
44632026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.019 INFO O| Aug 28 22:31:10.019 INFO O| Planning: Planning completed in 0.00 seconds
44642026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.019 INFO O| Aug 28 22:31:10.019 INFO O| Variants/Facets to change: 1
44652026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.029 INFO O| Aug 28 22:31:10.029 INFO O| Finalize: Updating package state database ... Done
44662026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.029 INFO O| Aug 28 22:31:10.029 INFO O| Finalize: Updating package cache ... Done
44672026-08-28T22:31:12.267Z[verify-libraries] Compiling papergrid v0.18.0
44682026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.127 INFO O| Aug 28 22:31:10.126 INFO O| Finalize: Updating image state ... Done
44692026-08-28T22:31:12.267Z[ recovery-image] Aug 28 22:31:10.144 INFO O| Aug 28 22:31:10.144 INFO O| Finalize: Creating fast lookup database ... Done
44702026-08-28T22:31:12.268Z[ recovery-image] Aug 28 22:31:10.144 INFO O| Aug 28 22:31:10.144 INFO O| Finalize: Reading search index ... Done
44712026-08-28T22:31:12.268Z[ recovery-image] Aug 28 22:31:10.145 INFO O| Aug 28 22:31:10.145 INFO O| Finalize: Updating search index ... Done
44722026-08-28T22:31:12.268Z[ recovery-image] Aug 28 22:31:10.146 INFO O| Aug 28 22:31:10.146 INFO O| Finalize: Updating package cache ... Done
44732026-08-28T22:31:12.268Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44742026-08-28T22:31:12.268Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44752026-08-28T22:31:12.268Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44762026-08-28T22:31:12.268Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44772026-08-28T22:31:12.268Z[verify-libraries] Compiling headers-core v0.3.0
44782026-08-28T22:31:12.268Z[ recovery-image] Aug 28 22:31:10.505 INFO O| Aug 28 22:31:10.505 INFO STEP 10 (pkg_change_facet) COMPLETE
44792026-08-28T22:31:12.268Z[ recovery-image] Aug 28 22:31:10.505 INFO O| Aug 28 22:31:10.505 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44802026-08-28T22:31:12.268Z[ recovery-image] Aug 28 22:31:10.516 INFO O| Aug 28 22:31:10.516 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"]
44812026-08-28T22:31:12.268Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44822026-08-28T22:31:12.268Z[verify-libraries] Compiling unicase v2.9.0
44832026-08-28T22:31:12.268Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44842026-08-28T22:31:12.268Z[verify-libraries] Compiling headers v0.4.1
44852026-08-28T22:31:12.330Z[verify-libraries] Compiling darling_core v0.21.3
44862026-08-28T22:31:12.330Z[verify-libraries] Compiling maplit v1.0.2
44872026-08-28T22:31:12.330Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44882026-08-28T22:31:12.330Z[verify-libraries] Compiling yasna v0.5.2
44892026-08-28T22:31:12.352Z[verify-libraries] Compiling tabled v0.21.0
44902026-08-28T22:31:14.564Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44912026-08-28T22:31:14.607Z[verify-libraries] Compiling crc8 v0.1.1
44922026-08-28T22:31:14.607Z[verify-libraries] Compiling rcgen v0.12.1
44932026-08-28T22:31:14.607Z[verify-libraries] Compiling vergen-lib v0.1.6
44942026-08-28T22:31:14.607Z[ host-image] Aug 28 22:31:12.054 INFO O| Aug 28 22:31:12.054 INFO O| Download: Completed 222.83 MB in 13.05 seconds (17.0M/s)
44952026-08-28T22:31:14.607Z[verify-libraries] Compiling diesel_derives v2.3.7
44962026-08-28T22:31:14.607Z[verify-libraries] Compiling port-file v0.1.0
44972026-08-28T22:31:14.607Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44982026-08-28T22:31:14.607Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44992026-08-28T22:31:14.607Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45002026-08-28T22:31:14.607Z[ host-image] Aug 28 22:31:12.485 INFO O| Aug 28 22:31:12.485 INFO O| Actions: 1/54182 actions (Installing new actions)
45012026-08-28T22:31:14.607Z[verify-libraries] Compiling half v1.8.3
45022026-08-28T22:31:14.607Z[verify-libraries] Compiling r2d2 v0.8.10
45032026-08-28T22:31:14.607Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45042026-08-28T22:31:14.607Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45052026-08-28T22:31:14.607Z[ recovery-image] Aug 28 22:31:12.871 INFO O| Aug 28 22:31:12.871 INFO O| Startup: Refreshing catalog 'helios' ... Done
45062026-08-28T22:31:14.607Z[verify-libraries] Compiling serde_cbor v0.11.2
45072026-08-28T22:31:14.607Z[verify-libraries] Compiling crunchy v0.2.4
45082026-08-28T22:31:14.607Z[verify-libraries] Compiling cpubits v0.1.1
45092026-08-28T22:31:14.607Z[verify-libraries] Compiling progenitor v0.14.0
45102026-08-28T22:31:14.607Z[verify-libraries] Compiling downcast-rs v2.0.2
45112026-08-28T22:31:14.607Z[verify-libraries] Compiling dirs-next v2.0.0
45122026-08-28T22:31:14.607Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-08-28T22:31:14.607Z[ recovery-image] Aug 28 22:31:13.368 INFO O| Aug 28 22:31:13.368 INFO O| Startup: Caching catalogs ... Done
45142026-08-28T22:31:14.607Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45152026-08-28T22:31:14.607Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45162026-08-28T22:31:14.607Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45172026-08-28T22:31:15.055Z[verify-libraries] Compiling clang-sys v1.8.1
45182026-08-28T22:31:15.063Z[verify-libraries] Compiling darling_macro v0.21.3
45192026-08-28T22:31:15.063Z[verify-libraries] Compiling tiny-keccak v2.0.2
45202026-08-28T22:31:15.063Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45212026-08-28T22:31:15.255Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45222026-08-28T22:31:15.260Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45232026-08-28T22:31:16.828Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45242026-08-28T22:31:16.881Z[verify-libraries] Compiling term v0.7.0
45252026-08-28T22:31:16.881Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45262026-08-28T22:31:16.881Z[verify-libraries] Compiling darling v0.21.3
45272026-08-28T22:31:16.881Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45282026-08-28T22:31:16.881Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45292026-08-28T22:31:16.881Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45302026-08-28T22:31:16.881Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45312026-08-28T22:31:16.882Z[verify-libraries] Compiling diff v0.1.13
45322026-08-28T22:31:16.882Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45332026-08-28T22:31:16.882Z[verify-libraries] Compiling bit-vec v0.6.3
45342026-08-28T22:31:16.882Z[verify-libraries] Compiling ascii-canvas v3.0.0
45352026-08-28T22:31:16.882Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45362026-08-28T22:31:16.882Z[verify-libraries] Compiling bit-set v0.5.3
45372026-08-28T22:31:16.882Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45382026-08-28T22:31:16.882Z[verify-libraries] Compiling itertools v0.10.5
45392026-08-28T22:31:16.882Z[verify-libraries] Compiling ena v0.14.4
45402026-08-28T22:31:16.882Z[verify-libraries] Compiling libloading v0.8.9
45412026-08-28T22:31:16.882Z[verify-libraries] Compiling regex-syntax v0.6.29
45422026-08-28T22:31:16.882Z[verify-libraries] Compiling bindgen v0.71.1
45432026-08-28T22:31:16.882Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45442026-08-28T22:31:16.882Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45452026-08-28T22:31:17.074Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45462026-08-28T22:31:17.091Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45472026-08-28T22:31:17.091Z[verify-libraries] Compiling cexpr v0.6.0
45482026-08-28T22:31:17.091Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45492026-08-28T22:31:17.143Z[verify-libraries] Compiling rustc-hash v2.1.1
45502026-08-28T22:31:17.300Z[ recovery-image] Aug 28 22:31:16.321 INFO O| Aug 28 22:31:16.321 INFO O| Planning: Solver setup ... Done
45512026-08-28T22:31:17.345Z[verify-libraries] Compiling rfc6979 v0.4.0
45522026-08-28T22:31:17.466Z[verify-libraries] Compiling libxml v0.3.3
45532026-08-28T22:31:17.528Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45542026-08-28T22:31:17.551Z[verify-libraries] Compiling ecdsa v0.16.9
45552026-08-28T22:31:17.585Z[ recovery-image] Aug 28 22:31:16.606 INFO O| Aug 28 22:31:16.606 INFO O| Planning: Running solver ... Done
45562026-08-28T22:31:17.601Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45572026-08-28T22:31:17.635Z[verify-libraries] Compiling primeorder v0.13.6
45582026-08-28T22:31:17.640Z[ recovery-image] Aug 28 22:31:16.660 INFO O| Aug 28 22:31:16.660 INFO O| Planning: Finding local manifests ... Done
45592026-08-28T22:31:17.718Z[ recovery-image] Aug 28 22:31:16.725 INFO O| Aug 28 22:31:16.724 INFO O| Planning: Fetching manifests: 0/130 0% complete
45602026-08-28T22:31:17.902Z[verify-libraries] Compiling strum_macros v0.24.3
45612026-08-28T22:31:17.909Z[verify-libraries] Compiling hashbrown v0.14.5
45622026-08-28T22:31:17.943Z[verify-libraries] Compiling hmac v0.13.0
45632026-08-28T22:31:17.972Z[verify-libraries] Compiling universal-hash v0.6.1
45642026-08-28T22:31:18.014Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45652026-08-28T22:31:18.042Z[verify-libraries] Compiling fxhash v0.2.1
45662026-08-28T22:31:18.049Z[verify-libraries] Compiling indoc v1.0.9
45672026-08-28T22:31:18.145Z[verify-libraries] Compiling lalrpop v0.19.12
45682026-08-28T22:31:18.185Z[verify-libraries] Compiling salty v0.3.0
45692026-08-28T22:31:18.434Z[verify-libraries] Compiling knus-derive v3.4.0
45702026-08-28T22:31:18.465Z[ host-image] Aug 28 22:31:17.486 INFO O| Aug 28 22:31:17.485 INFO O| Actions: 24087/54182 actions (Installing new actions)
45712026-08-28T22:31:18.516Z[verify-libraries] Compiling chumsky v0.9.3
45722026-08-28T22:31:18.627Z[verify-libraries] Compiling p384 v0.13.1
45732026-08-28T22:31:18.676Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45742026-08-28T22:31:19.004Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45752026-08-28T22:31:19.343Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45762026-08-28T22:31:19.432Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45772026-08-28T22:31:19.504Z[verify-libraries] Compiling oso-derive v0.27.3
45782026-08-28T22:31:19.725Z[verify-libraries] Compiling quick-xml v0.37.5
45792026-08-28T22:31:19.807Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45802026-08-28T22:31:19.893Z[verify-libraries] Compiling openssl-probe v0.1.6
45812026-08-28T22:31:20.122Z[verify-libraries] Compiling polyval v0.7.1
45822026-08-28T22:31:20.148Z[verify-libraries] Compiling knus v3.4.0
45832026-08-28T22:31:20.403Z[verify-libraries] Compiling der v0.8.0
45842026-08-28T22:31:20.484Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45852026-08-28T22:31:20.871Z[ host-image] Aug 28 22:31:19.893 INFO O| Aug 28 22:31:19.892 INFO O| Actions: Completed 54182 actions in 7.40 seconds.
45862026-08-28T22:31:20.971Z[ host-image] Aug 28 22:31:19.992 INFO O| Aug 28 22:31:19.992 INFO O| Finalize: Updating package state database ... Done
45872026-08-28T22:31:20.971Z[ host-image] Aug 28 22:31:19.993 INFO O| Aug 28 22:31:19.992 INFO O| Finalize: Updating package cache ... Done
45882026-08-28T22:31:21.131Z[ host-image] Aug 28 22:31:20.152 INFO O| Aug 28 22:31:20.152 INFO O| Finalize: Updating image state ... Done
45892026-08-28T22:31:21.216Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45902026-08-28T22:31:21.317Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45912026-08-28T22:31:21.533Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-08-28T22:31:21.536Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45932026-08-28T22:31:21.644Z[ recovery-image] Aug 28 22:31:20.663 INFO O| Aug 28 22:31:20.663 INFO O| Planning: Fetching manifests: 130/130 100% complete
45942026-08-28T22:31:21.767Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45952026-08-28T22:31:21.877Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45962026-08-28T22:31:22.203Z[ host-image] Aug 28 22:31:21.225 INFO O| Aug 28 22:31:21.224 INFO O| Finalize: Creating fast lookup database ... Done
45972026-08-28T22:31:22.234Z[ host-image] Aug 28 22:31:21.256 INFO O| Aug 28 22:31:21.255 INFO O| Finalize: Reading search index ... Done
45982026-08-28T22:31:22.288Z[ recovery-image] Aug 28 22:31:21.310 INFO O| Aug 28 22:31:21.310 INFO O| Planning: Package planning ... Done
45992026-08-28T22:31:22.301Z[verify-libraries] Compiling diesel v2.3.7
46002026-08-28T22:31:22.352Z[verify-libraries] Compiling git-stub v1.0.0
46012026-08-28T22:31:22.447Z[ recovery-image] Aug 28 22:31:21.468 INFO O| Aug 28 22:31:21.468 INFO O| Planning: Merging actions ... Done
46022026-08-28T22:31:22.526Z[ recovery-image] Aug 28 22:31:21.542 INFO O| Aug 28 22:31:21.542 INFO O| Planning: Checking for conflicting actions ... Done
46032026-08-28T22:31:22.582Z[ recovery-image] Aug 28 22:31:21.603 INFO O| Aug 28 22:31:21.603 INFO O| Planning: Consolidating action changes ... Done
46042026-08-28T22:31:22.721Z[verify-libraries] Compiling kstat-rs v0.2.5
46052026-08-28T22:31:22.755Z[ recovery-image] Aug 28 22:31:21.776 INFO O| Aug 28 22:31:21.776 INFO O| Planning: Evaluating mediators ... Done
46062026-08-28T22:31:22.839Z[verify-libraries] Compiling trait-variant v0.1.2
46072026-08-28T22:31:23.078Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46082026-08-28T22:31:23.270Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46092026-08-28T22:31:23.460Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46102026-08-28T22:31:23.688Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46112026-08-28T22:31:23.757Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46122026-08-28T22:31:23.938Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46132026-08-28T22:31:24.338Z[ recovery-image] Aug 28 22:31:23.358 INFO O| Aug 28 22:31:23.358 INFO O| Planning: Planning completed in 9.97 seconds
46142026-08-28T22:31:24.341Z[ recovery-image] Aug 28 22:31:23.360 INFO O| Aug 28 22:31:23.360 INFO O| Packages to install: 130
46152026-08-28T22:31:24.341Z[ recovery-image] Aug 28 22:31:23.360 INFO O| Aug 28 22:31:23.360 INFO O| Mediators to change: 5
46162026-08-28T22:31:24.341Z[ recovery-image] Aug 28 22:31:23.360 INFO O| Aug 28 22:31:23.360 INFO O| Services to change: 5
46172026-08-28T22:31:24.341Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46182026-08-28T22:31:24.368Z[ recovery-image] Aug 28 22:31:23.389 INFO O| Aug 28 22:31:23.389 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46192026-08-28T22:31:24.541Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46202026-08-28T22:31:24.750Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46212026-08-28T22:31:24.889Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46222026-08-28T22:31:25.286Z[ host-image] Aug 28 22:31:24.307 INFO O| Aug 28 22:31:24.307 INFO O| Finalize: Building new search index ... Done
46232026-08-28T22:31:25.322Z[verify-libraries] Compiling ghash v0.6.0
46242026-08-28T22:31:25.354Z[verify-libraries] Compiling pbkdf2 v0.13.0
46252026-08-28T22:31:25.508Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46262026-08-28T22:31:25.596Z[verify-libraries] Compiling aes v0.9.1
46272026-08-28T22:31:25.626Z[verify-libraries] Compiling crypto-bigint v0.7.5
46282026-08-28T22:31:25.738Z[ host-image] Aug 28 22:31:24.760 INFO O| Aug 28 22:31:24.759 INFO O| Finalize: Updating package cache ... Done
46292026-08-28T22:31:26.097Z[ host-image] Aug 28 22:31:25.119 INFO O| Aug 28 22:31:25.119 INFO STEP 11 (pkg_install) COMPLETE
46302026-08-28T22:31:26.097Z[ host-image] Aug 28 22:31:25.119 INFO O| Aug 28 22:31:25.119 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46312026-08-28T22:31:26.108Z[ host-image] Aug 28 22:31:25.129 INFO O| Aug 28 22:31:25.129 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"]
46322026-08-28T22:31:26.196Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46332026-08-28T22:31:26.297Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46342026-08-28T22:31:26.380Z[verify-libraries] Compiling ctr v0.10.1
46352026-08-28T22:31:26.568Z[verify-libraries] Compiling aead v0.6.1
46362026-08-28T22:31:26.696Z[verify-libraries] Compiling bb8 v0.8.6
46372026-08-28T22:31:26.802Z[verify-libraries] Compiling parking_lot_core v0.8.6
46382026-08-28T22:31:26.874Z[verify-libraries] Compiling aes-gcm v0.11.0
46392026-08-28T22:31:27.158Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46402026-08-28T22:31:27.180Z[verify-libraries] Compiling spki v0.8.0
46412026-08-28T22:31:27.201Z[verify-libraries] Compiling mime_guess v2.0.5
46422026-08-28T22:31:27.266Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46432026-08-28T22:31:27.425Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46442026-08-28T22:31:27.459Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46452026-08-28T22:31:27.515Z[verify-libraries] Compiling salsa20 v0.11.0
46462026-08-28T22:31:27.541Z[verify-libraries] Compiling nanorand v0.7.0
46472026-08-28T22:31:27.718Z[verify-libraries] Compiling scrypt v0.12.0
46482026-08-28T22:31:27.743Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46492026-08-28T22:31:27.953Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46502026-08-28T22:31:27.981Z[verify-libraries] Compiling flume v0.11.1
46512026-08-28T22:31:28.002Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46522026-08-28T22:31:28.022Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46532026-08-28T22:31:28.075Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46542026-08-28T22:31:28.356Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46552026-08-28T22:31:28.720Z[verify-libraries] Compiling cbc v0.2.1
46562026-08-28T22:31:28.890Z[verify-libraries] Compiling digest-io v0.1.0
46572026-08-28T22:31:29.072Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46582026-08-28T22:31:29.174Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46592026-08-28T22:31:29.250Z[verify-libraries] Compiling rawzip v0.4.4
46602026-08-28T22:31:29.369Z[ recovery-image] Aug 28 22:31:28.390 INFO O| Aug 28 22:31:28.390 INFO O| Download: 8579/16682 items 89.1/200.0MB 44% complete (17.9M/s)
46612026-08-28T22:31:29.476Z[verify-libraries] Compiling corncobs v0.1.4
46622026-08-28T22:31:29.684Z[verify-libraries] Compiling http-range v0.1.5
46632026-08-28T22:31:29.884Z[verify-libraries] Compiling nonempty v0.12.0
46642026-08-28T22:31:29.987Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46652026-08-28T22:31:30.120Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46662026-08-28T22:31:30.256Z[verify-libraries] Compiling pkcs5 v0.8.1
46672026-08-28T22:31:30.496Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46682026-08-28T22:31:30.620Z[ host-image] Aug 28 22:31:29.641 INFO O| Aug 28 22:31:29.641 INFO O| Startup: Refreshing catalog 'helios' ... Done
46692026-08-28T22:31:30.713Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46702026-08-28T22:31:30.750Z[verify-libraries] Compiling parking_lot v0.11.2
46712026-08-28T22:31:30.796Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46722026-08-28T22:31:30.919Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46732026-08-28T22:31:31.001Z[verify-libraries] Compiling ignore v0.4.25
46742026-08-28T22:31:31.126Z[ host-image] Aug 28 22:31:30.147 INFO O| Aug 28 22:31:30.147 INFO O| Startup: Caching catalogs ... Done
46752026-08-28T22:31:31.261Z[verify-libraries] Compiling prefix-trie v0.7.0
46762026-08-28T22:31:31.367Z[verify-libraries] Compiling anstyle-parse v0.2.7
46772026-08-28T22:31:31.538Z[verify-libraries] Compiling secrecy v0.8.0
46782026-08-28T22:31:31.691Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46792026-08-28T22:31:31.726Z[verify-libraries] Compiling hickory-server v0.25.2
46802026-08-28T22:31:31.783Z[ host-image] Aug 28 22:31:30.804 INFO O| Aug 28 22:31:30.804 INFO O| Planning: Solver setup ... Done
46812026-08-28T22:31:31.788Z[ host-image] Aug 28 22:31:30.810 INFO O| Aug 28 22:31:30.810 INFO O| Planning: Running solver ... Done
46822026-08-28T22:31:31.803Z[verify-libraries] Compiling globwalk v0.9.1
46832026-08-28T22:31:31.807Z[ host-image] Aug 28 22:31:30.828 INFO O| Aug 28 22:31:30.828 INFO O| Planning: Finding local manifests ... Done
46842026-08-28T22:31:31.826Z[ host-image] Aug 28 22:31:30.847 INFO O| Aug 28 22:31:30.845 INFO O| Planning: Fetching manifests: 0/6 0% complete
46852026-08-28T22:31:31.901Z[ host-image] Aug 28 22:31:30.920 INFO O| Aug 28 22:31:30.920 INFO O| Planning: Fetching manifests: 6/6 100% complete
46862026-08-28T22:31:31.905Z[verify-libraries] Compiling anstream v0.6.21
46872026-08-28T22:31:31.920Z[ host-image] Aug 28 22:31:30.941 INFO O| Aug 28 22:31:30.941 INFO O| Planning: Package planning ... Done
46882026-08-28T22:31:31.924Z[ host-image] Aug 28 22:31:30.944 INFO O| Aug 28 22:31:30.944 INFO O| Planning: Merging actions ... Done
46892026-08-28T22:31:31.999Z[ host-image] Aug 28 22:31:31.020 INFO O| Aug 28 22:31:31.020 INFO O| Planning: Checking for conflicting actions ... Done
46902026-08-28T22:31:32.003Z[ host-image] Aug 28 22:31:31.021 INFO O| Aug 28 22:31:31.021 INFO O| Planning: Consolidating action changes ... Done
46912026-08-28T22:31:32.154Z[ host-image] Aug 28 22:31:31.175 INFO O| Aug 28 22:31:31.175 INFO O| Planning: Evaluating mediators ... Done
46922026-08-28T22:31:32.158Z[ host-image] Aug 28 22:31:31.176 INFO O| Aug 28 22:31:31.176 INFO O| Planning: Planning completed in 1.01 seconds
46932026-08-28T22:31:32.158Z[ host-image] Aug 28 22:31:31.176 INFO O| Aug 28 22:31:31.176 INFO O| Packages to install: 6
46942026-08-28T22:31:32.158Z[ host-image] Aug 28 22:31:31.176 INFO O| Aug 28 22:31:31.176 INFO O| Services to change: 2
46952026-08-28T22:31:32.166Z[ host-image] Aug 28 22:31:31.187 INFO O| Aug 28 22:31:31.187 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46962026-08-28T22:31:32.207Z[verify-libraries] Compiling sled v0.34.7
46972026-08-28T22:31:32.232Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46982026-08-28T22:31:32.255Z[verify-libraries] Compiling pkcs8 v0.11.0
46992026-08-28T22:31:32.334Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47002026-08-28T22:31:32.360Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47012026-08-28T22:31:32.364Z[ host-image] Aug 28 22:31:31.385 INFO O| Aug 28 22:31:31.385 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.8M/s)
47022026-08-28T22:31:32.387Z[ host-image] Aug 28 22:31:31.409 INFO O| Aug 28 22:31:31.408 INFO O| Actions: 1/391 actions (Installing new actions)
47032026-08-28T22:31:32.617Z[ host-image] Aug 28 22:31:31.638 INFO O| Aug 28 22:31:31.638 INFO O| Actions: Completed 391 actions in 0.23 seconds.
47042026-08-28T22:31:32.680Z[ host-image] Aug 28 22:31:31.701 INFO O| Aug 28 22:31:31.701 INFO O| Finalize: Updating package state database ... Done
47052026-08-28T22:31:32.680Z[ host-image] Aug 28 22:31:31.701 INFO O| Aug 28 22:31:31.701 INFO O| Finalize: Updating package cache ... Done
47062026-08-28T22:31:32.737Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47072026-08-28T22:31:32.781Z[ host-image] Aug 28 22:31:31.802 INFO O| Aug 28 22:31:31.802 INFO O| Finalize: Updating image state ... Done
47082026-08-28T22:31:32.955Z[verify-libraries] Compiling predicates-tree v1.0.13
47092026-08-28T22:31:33.331Z[verify-libraries] Compiling rand_seeder v0.4.0
47102026-08-28T22:31:33.428Z[verify-libraries] Compiling ff v0.14.0
47112026-08-28T22:31:33.503Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47122026-08-28T22:31:33.638Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47132026-08-28T22:31:33.668Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47142026-08-28T22:31:33.702Z[verify-libraries] Compiling libz-sys v1.1.24
47152026-08-28T22:31:33.752Z[verify-libraries] Compiling group v0.14.0
47162026-08-28T22:31:33.820Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47172026-08-28T22:31:33.835Z[ host-image] Aug 28 22:31:32.856 INFO O| Aug 28 22:31:32.856 INFO O| Finalize: Creating fast lookup database ... Done
47182026-08-28T22:31:33.881Z[ host-image] Aug 28 22:31:32.902 INFO O| Aug 28 22:31:32.902 INFO O| Finalize: Reading search index ... Done
47192026-08-28T22:31:33.885Z[ host-image] Aug 28 22:31:32.903 INFO O| Aug 28 22:31:32.902 INFO O| Finalize: Updating search index ... Done
47202026-08-28T22:31:33.900Z[ host-image] Aug 28 22:31:32.921 INFO O| Aug 28 22:31:32.921 INFO O| Finalize: Updating package cache ... Done
47212026-08-28T22:31:34.024Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47222026-08-28T22:31:34.055Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47232026-08-28T22:31:34.075Z[verify-libraries] Compiling signature v3.0.0
47242026-08-28T22:31:34.125Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47252026-08-28T22:31:34.252Z[ host-image] Aug 28 22:31:33.273 INFO O| Aug 28 22:31:33.273 INFO STEP 12 (pkg_install) COMPLETE
47262026-08-28T22:31:34.252Z[ host-image] Aug 28 22:31:33.273 INFO O| Aug 28 22:31:33.273 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47272026-08-28T22:31:34.263Z[ host-image] Aug 28 22:31:33.283 INFO O| Aug 28 22:31:33.283 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-28T22:31:34.346Z[verify-libraries] Compiling instability v0.3.11
47292026-08-28T22:31:34.370Z[ recovery-image] Aug 28 22:31:33.392 INFO O| Aug 28 22:31:33.391 INFO O| Download: 15562/16682 items 169.0/200.0MB 84% complete (16.9M/s)
47302026-08-28T22:31:34.376Z[verify-libraries] Compiling base16ct v1.0.0
47312026-08-28T22:31:34.543Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47322026-08-28T22:31:34.594Z[verify-libraries] Compiling sec1 v0.8.1
47332026-08-28T22:31:34.629Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47342026-08-28T22:31:34.717Z[verify-libraries] Compiling hkdf v0.13.0
47352026-08-28T22:31:34.954Z[verify-libraries] Compiling scuffle v0.1.0
47362026-08-28T22:31:34.983Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47372026-08-28T22:31:35.061Z[ recovery-image] Aug 28 22:31:34.082 INFO O| Aug 28 22:31:34.082 INFO O| Download: Completed 200.00 MB in 10.69 seconds (18.7M/s)
47382026-08-28T22:31:35.103Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47392026-08-28T22:31:35.190Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47402026-08-28T22:31:35.265Z[verify-libraries] Compiling castaway v0.2.4
47412026-08-28T22:31:35.315Z[verify-libraries] Compiling indoc v2.0.7
47422026-08-28T22:31:35.319Z[ recovery-image] Aug 28 22:31:34.338 INFO O| Aug 28 22:31:34.337 INFO O| Actions: 1/27580 actions (Installing new actions)
47432026-08-28T22:31:35.462Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47442026-08-28T22:31:35.498Z[verify-libraries] Compiling elliptic-curve v0.14.1
47452026-08-28T22:31:35.529Z[verify-libraries] Compiling compact_str v0.8.1
47462026-08-28T22:31:35.662Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47472026-08-28T22:31:36.145Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47482026-08-28T22:31:36.228Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47492026-08-28T22:31:36.416Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47502026-08-28T22:31:36.465Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47512026-08-28T22:31:36.527Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47522026-08-28T22:31:36.603Z[verify-libraries] Compiling lru v0.12.5
47532026-08-28T22:31:36.666Z[ host-image] Aug 28 22:31:35.687 INFO O| Aug 28 22:31:35.686 INFO O| Startup: Refreshing catalog 'helios' ... Done
47542026-08-28T22:31:36.775Z[verify-libraries] Compiling unicode-truncate v1.1.0
47552026-08-28T22:31:36.909Z[verify-libraries] Compiling arc-swap v1.8.2
47562026-08-28T22:31:36.977Z[verify-libraries] Compiling cassowary v0.3.0
47572026-08-28T22:31:37.028Z[verify-libraries] Compiling wnaf v0.14.0
47582026-08-28T22:31:37.096Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47592026-08-28T22:31:37.219Z[ host-image] Aug 28 22:31:36.239 INFO O| Aug 28 22:31:36.239 INFO O| Startup: Caching catalogs ... Done
47602026-08-28T22:31:37.396Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47612026-08-28T22:31:37.422Z[verify-libraries] Compiling ratatui v0.29.0
47622026-08-28T22:31:37.480Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47632026-08-28T22:31:37.714Z[verify-libraries] Compiling slog-scope v4.4.1
47642026-08-28T22:31:37.822Z[verify-libraries] Compiling primefield v0.14.0
47652026-08-28T22:31:37.907Z[ host-image] Aug 28 22:31:36.928 INFO O| Aug 28 22:31:36.928 INFO O| Planning: Solver setup ... Done
47662026-08-28T22:31:37.912Z[ host-image] Aug 28 22:31:36.934 INFO O| Aug 28 22:31:36.933 INFO O| Planning: Running solver ... Done
47672026-08-28T22:31:37.931Z[ host-image] Aug 28 22:31:36.952 INFO O| Aug 28 22:31:36.952 INFO O| Planning: Finding local manifests ... Done
47682026-08-28T22:31:38.005Z[ host-image] Aug 28 22:31:37.025 INFO O| Aug 28 22:31:37.025 INFO O| Planning: Fetching manifests: 0/6 0% complete
47692026-08-28T22:31:38.053Z[verify-libraries] Compiling rfc6979 v0.6.0
47702026-08-28T22:31:38.113Z[ host-image] Aug 28 22:31:37.134 INFO O| Aug 28 22:31:37.134 INFO O| Planning: Fetching manifests: 6/6 100% complete
47712026-08-28T22:31:38.142Z[ host-image] Aug 28 22:31:37.163 INFO O| Aug 28 22:31:37.163 INFO O| Planning: Package planning ... Done
47722026-08-28T22:31:38.152Z[ host-image] Aug 28 22:31:37.173 INFO O| Aug 28 22:31:37.173 INFO O| Planning: Merging actions ... Done
47732026-08-28T22:31:38.164Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47742026-08-28T22:31:38.222Z[ host-image] Aug 28 22:31:37.244 INFO O| Aug 28 22:31:37.243 INFO O| Planning: Checking for conflicting actions ... Done
47752026-08-28T22:31:38.226Z[ host-image] Aug 28 22:31:37.246 INFO O| Aug 28 22:31:37.246 INFO O| Planning: Consolidating action changes ... Done
47762026-08-28T22:31:38.296Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47772026-08-28T22:31:38.363Z[ host-image] Aug 28 22:31:37.384 INFO O| Aug 28 22:31:37.384 INFO O| Planning: Evaluating mediators ... Done
47782026-08-28T22:31:38.366Z[ host-image] Aug 28 22:31:37.388 INFO O| Aug 28 22:31:37.388 INFO O| Planning: Planning completed in 1.13 seconds
47792026-08-28T22:31:38.370Z[ host-image] Aug 28 22:31:37.388 INFO O| Aug 28 22:31:37.388 INFO O| Packages to install: 6
47802026-08-28T22:31:38.370Z[ host-image] Aug 28 22:31:37.388 INFO O| Aug 28 22:31:37.388 INFO O| Mediators to change: 1
47812026-08-28T22:31:38.370Z[ host-image] Aug 28 22:31:37.388 INFO O| Aug 28 22:31:37.388 INFO O| Services to change: 1
47822026-08-28T22:31:38.378Z[ host-image] Aug 28 22:31:37.400 INFO O| Aug 28 22:31:37.400 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47832026-08-28T22:31:38.408Z[verify-libraries] Compiling progenitor-impl v0.13.0
47842026-08-28T22:31:38.649Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47852026-08-28T22:31:38.884Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47862026-08-28T22:31:38.905Z[ host-image] Aug 28 22:31:37.926 INFO O| Aug 28 22:31:37.926 INFO O| Download: Completed 7.84 MB in 0.53 seconds (14.9M/s)
47872026-08-28T22:31:38.969Z[ host-image] Aug 28 22:31:37.989 INFO O| Aug 28 22:31:37.989 INFO O| Actions: 1/1366 actions (Installing new actions)
47882026-08-28T22:31:39.101Z[verify-libraries] Compiling vergen-git2 v9.1.0
47892026-08-28T22:31:39.233Z[ host-image] Aug 28 22:31:38.254 INFO O| Aug 28 22:31:38.254 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
47902026-08-28T22:31:39.278Z[ host-image] Aug 28 22:31:38.299 INFO O| Aug 28 22:31:38.299 INFO O| Finalize: Updating package state database ... Done
47912026-08-28T22:31:39.278Z[ host-image] Aug 28 22:31:38.299 INFO O| Aug 28 22:31:38.299 INFO O| Finalize: Updating package cache ... Done
47922026-08-28T22:31:39.380Z[verify-libraries] Compiling strsim v0.10.0
47932026-08-28T22:31:39.407Z[ host-image] Aug 28 22:31:38.428 INFO O| Aug 28 22:31:38.428 INFO O| Finalize: Updating image state ... Done
47942026-08-28T22:31:39.899Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47952026-08-28T22:31:40.034Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47962026-08-28T22:31:40.318Z[ recovery-image] Aug 28 22:31:39.339 INFO O| Aug 28 22:31:39.339 INFO O| Actions: 20193/27580 actions (Installing new actions)
47972026-08-28T22:31:40.386Z[verify-libraries] Compiling darling_core v0.13.4
47982026-08-28T22:31:40.539Z[ host-image] Aug 28 22:31:39.559 INFO O| Aug 28 22:31:39.559 INFO O| Finalize: Creating fast lookup database ... Done
47992026-08-28T22:31:40.551Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48002026-08-28T22:31:40.581Z[ host-image] Aug 28 22:31:39.601 INFO O| Aug 28 22:31:39.601 INFO O| Finalize: Reading search index ... Done
48012026-08-28T22:31:40.581Z[ host-image] Aug 28 22:31:39.601 INFO O| Aug 28 22:31:39.601 INFO O| Finalize: Updating search index ... Done
48022026-08-28T22:31:40.620Z[ host-image] Aug 28 22:31:39.641 INFO O| Aug 28 22:31:39.641 INFO O| Finalize: Updating package cache ... Done
48032026-08-28T22:31:40.683Z[verify-libraries] Compiling ecdsa v0.17.0
48042026-08-28T22:31:40.819Z[verify-libraries] Compiling primeorder v0.14.0
48052026-08-28T22:31:40.859Z[verify-libraries] Compiling slog-stdlog v4.1.1
48062026-08-28T22:31:40.986Z[ host-image] Aug 28 22:31:40.006 INFO O| Aug 28 22:31:40.006 INFO STEP 13 (pkg_install) COMPLETE
48072026-08-28T22:31:40.986Z[ host-image] Aug 28 22:31:40.006 INFO O| Aug 28 22:31:40.006 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48082026-08-28T22:31:40.995Z[ host-image] Aug 28 22:31:40.017 INFO O| Aug 28 22:31:40.016 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48092026-08-28T22:31:41.025Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48102026-08-28T22:31:41.229Z[verify-libraries] Compiling tungstenite v0.23.0
48112026-08-28T22:31:41.266Z[verify-libraries] Compiling progenitor-client v0.13.0
48122026-08-28T22:31:41.288Z[verify-libraries] Compiling console v0.16.2
48132026-08-28T22:31:41.396Z[verify-libraries] Compiling progenitor-macro v0.13.0
48142026-08-28T22:31:41.639Z[ recovery-image] Aug 28 22:31:40.660 INFO O| Aug 28 22:31:40.660 INFO O| Actions: Completed 27580 actions in 6.32 seconds.
48152026-08-28T22:31:41.687Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48162026-08-28T22:31:41.722Z[ recovery-image] Aug 28 22:31:40.744 INFO O| Aug 28 22:31:40.743 INFO O| Finalize: Updating package state database ... Done
48172026-08-28T22:31:41.722Z[ recovery-image] Aug 28 22:31:40.744 INFO O| Aug 28 22:31:40.744 INFO O| Finalize: Updating package cache ... Done
48182026-08-28T22:31:41.773Z[verify-libraries] Compiling libsw-core v0.3.2
48192026-08-28T22:31:41.864Z[verify-libraries] Compiling void v1.0.2
48202026-08-28T22:31:41.871Z[ recovery-image] Aug 28 22:31:40.892 INFO O| Aug 28 22:31:40.892 INFO O| Finalize: Updating image state ... Done
48212026-08-28T22:31:41.955Z[verify-libraries] Compiling assert_matches v1.5.0
48222026-08-28T22:31:42.019Z[verify-libraries] Compiling unit-prefix v0.5.2
48232026-08-28T22:31:42.053Z[verify-libraries] Compiling libsw v3.5.0
48242026-08-28T22:31:42.081Z[verify-libraries] Compiling lzss v0.8.2
48252026-08-28T22:31:42.115Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48262026-08-28T22:31:42.177Z[verify-libraries] Compiling indicatif v0.18.4
48272026-08-28T22:31:42.259Z[verify-libraries] Compiling slog-envlogger v2.2.0
48282026-08-28T22:31:42.299Z[verify-libraries] Compiling ssh-encoding v0.3.0
48292026-08-28T22:31:42.334Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48302026-08-28T22:31:42.362Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48312026-08-28T22:31:42.507Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48322026-08-28T22:31:42.571Z[verify-libraries] Compiling darling_macro v0.13.4
48332026-08-28T22:31:42.595Z[ recovery-image] Aug 28 22:31:41.616 INFO O| Aug 28 22:31:41.616 INFO O| Finalize: Creating fast lookup database ... Done
48342026-08-28T22:31:42.615Z[ recovery-image] Aug 28 22:31:41.634 INFO O| Aug 28 22:31:41.634 INFO O| Finalize: Reading search index ... Done
48352026-08-28T22:31:42.668Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48362026-08-28T22:31:42.720Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48372026-08-28T22:31:42.800Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48382026-08-28T22:31:42.976Z[verify-libraries] Compiling nix v0.27.1
48392026-08-28T22:31:43.082Z[verify-libraries] Compiling colored v2.2.0
48402026-08-28T22:31:43.129Z[verify-libraries] Compiling blake3 v1.8.5
48412026-08-28T22:31:43.171Z[verify-libraries] Compiling serde_bytes v0.11.19
48422026-08-28T22:31:43.264Z[verify-libraries] Compiling keccak v0.2.0
48432026-08-28T22:31:43.469Z[verify-libraries] Compiling shell-words v1.1.1
48442026-08-28T22:31:43.526Z[verify-libraries] Compiling darling v0.13.4
48452026-08-28T22:31:43.539Z[ host-image] Aug 28 22:31:42.560 INFO O| Aug 28 22:31:42.560 INFO O| Startup: Refreshing catalog 'helios' ... Done
48462026-08-28T22:31:43.706Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48472026-08-28T22:31:43.739Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48482026-08-28T22:31:43.948Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48492026-08-28T22:31:43.973Z[verify-libraries] Compiling ed25519 v3.0.0
48502026-08-28T22:31:44.015Z[ host-image] Aug 28 22:31:43.036 INFO O| Aug 28 22:31:43.036 INFO O| Startup: Caching catalogs ... Done
48512026-08-28T22:31:44.297Z[verify-libraries] Compiling crypto-primes v0.7.2
48522026-08-28T22:31:44.327Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48532026-08-28T22:31:44.347Z[ recovery-image] Aug 28 22:31:43.369 INFO O| Aug 28 22:31:43.368 INFO O| Finalize: Building new search index ... Done
48542026-08-28T22:31:44.454Z[verify-libraries] Compiling poly1305 v0.9.0
48552026-08-28T22:31:44.520Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48562026-08-28T22:31:44.657Z[ host-image] Aug 28 22:31:43.678 INFO O| Aug 28 22:31:43.678 INFO O| Planning: Solver setup ... Done
48572026-08-28T22:31:44.663Z[ host-image] Aug 28 22:31:43.684 INFO O| Aug 28 22:31:43.684 INFO O| Planning: Running solver ... Done
48582026-08-28T22:31:44.702Z[ host-image] Aug 28 22:31:43.723 INFO O| Aug 28 22:31:43.723 INFO O| Planning: Finding local manifests ... Done
48592026-08-28T22:31:44.718Z[ recovery-image] Aug 28 22:31:43.739 INFO O| Aug 28 22:31:43.739 INFO O| Finalize: Updating package cache ... Done
48602026-08-28T22:31:44.751Z[ host-image] Aug 28 22:31:43.772 INFO O| Aug 28 22:31:43.772 INFO O| Planning: Fetching manifests: 0/1 0% complete
48612026-08-28T22:31:44.768Z[ host-image] Aug 28 22:31:43.789 INFO O| Aug 28 22:31:43.788 INFO O| Planning: Fetching manifests: 1/1 100% complete
48622026-08-28T22:31:44.790Z[ host-image] Aug 28 22:31:43.811 INFO O| Aug 28 22:31:43.811 INFO O| Planning: Package planning ... Done
48632026-08-28T22:31:44.790Z[ host-image] Aug 28 22:31:43.811 INFO O| Aug 28 22:31:43.811 INFO O| Planning: Merging actions ... Done
48642026-08-28T22:31:44.836Z[ host-image] Aug 28 22:31:43.855 INFO O| Aug 28 22:31:43.855 INFO O| Planning: Checking for conflicting actions ... Done
48652026-08-28T22:31:44.839Z[ host-image] Aug 28 22:31:43.856 INFO O| Aug 28 22:31:43.856 INFO O| Planning: Consolidating action changes ... Done
48662026-08-28T22:31:44.942Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48672026-08-28T22:31:45.004Z[ host-image] Aug 28 22:31:44.023 INFO O| Aug 28 22:31:44.023 INFO O| Planning: Evaluating mediators ... Done
48682026-08-28T22:31:45.008Z[ host-image] Aug 28 22:31:44.023 INFO O| Aug 28 22:31:44.023 INFO O| Planning: Planning completed in 0.97 seconds
48692026-08-28T22:31:45.008Z[ host-image] Aug 28 22:31:44.024 INFO O| Aug 28 22:31:44.024 INFO O| Packages to install: 1
48702026-08-28T22:31:45.017Z[ host-image] Aug 28 22:31:44.037 INFO O| Aug 28 22:31:44.037 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48712026-08-28T22:31:45.146Z[ host-image] Aug 28 22:31:44.166 INFO O| Aug 28 22:31:44.166 INFO O| Download: Completed 13.27 MB in 0.13 seconds (102M/s)
48722026-08-28T22:31:45.169Z[ host-image] Aug 28 22:31:44.190 INFO O| Aug 28 22:31:44.190 INFO O| Actions: 1/22 actions (Installing new actions)
48732026-08-28T22:31:45.191Z[ recovery-image] Aug 28 22:31:44.212 INFO O| Aug 28 22:31:44.212 INFO STEP 11 (pkg_install) COMPLETE
48742026-08-28T22:31:45.191Z[ recovery-image] Aug 28 22:31:44.212 INFO O| Aug 28 22:31:44.212 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48752026-08-28T22:31:45.191Z[ recovery-image] Aug 28 22:31:44.212 INFO O| Aug 28 22:31:44.212 INFO skip step because feature "recovery" is enabled
48762026-08-28T22:31:45.195Z[ recovery-image] Aug 28 22:31:44.212 INFO O| Aug 28 22:31:44.212 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48772026-08-28T22:31:45.195Z[ recovery-image] Aug 28 22:31:44.212 INFO O| Aug 28 22:31:44.212 INFO skip step because feature "omicron1" is not enabled
48782026-08-28T22:31:45.195Z[ recovery-image] Aug 28 22:31:44.212 INFO O| Aug 28 22:31:44.212 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48792026-08-28T22:31:45.202Z[ recovery-image] Aug 28 22:31:44.223 INFO O| Aug 28 22:31:44.223 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48802026-08-28T22:31:45.308Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48812026-08-28T22:31:45.395Z[ host-image] Aug 28 22:31:44.415 INFO O| Aug 28 22:31:44.415 INFO O| Actions: Completed 22 actions in 0.22 seconds.
48822026-08-28T22:31:45.430Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48832026-08-28T22:31:45.450Z[ host-image] Aug 28 22:31:44.471 INFO O| Aug 28 22:31:44.471 INFO O| Finalize: Updating package state database ... Done
48842026-08-28T22:31:45.450Z[ host-image] Aug 28 22:31:44.471 INFO O| Aug 28 22:31:44.471 INFO O| Finalize: Updating package cache ... Done
48852026-08-28T22:31:45.460Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48862026-08-28T22:31:45.481Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48872026-08-28T22:31:45.548Z[ host-image] Aug 28 22:31:44.569 INFO O| Aug 28 22:31:44.568 INFO O| Finalize: Updating image state ... Done
48882026-08-28T22:31:45.596Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48892026-08-28T22:31:45.620Z[verify-libraries] Compiling blowfish v0.10.0
48902026-08-28T22:31:45.682Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48912026-08-28T22:31:45.722Z[verify-libraries] Compiling petname v2.0.2
48922026-08-28T22:31:45.868Z[verify-libraries] Compiling arrayref v0.3.9
48932026-08-28T22:31:45.893Z[verify-libraries] Compiling arrayvec v0.7.6
48942026-08-28T22:31:45.939Z[verify-libraries] Compiling constant_time_eq v0.4.2
48952026-08-28T22:31:46.024Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48962026-08-28T22:31:46.193Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48972026-08-28T22:31:46.389Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48982026-08-28T22:31:46.503Z[ host-image] Aug 28 22:31:45.524 INFO O| Aug 28 22:31:45.524 INFO O| Finalize: Creating fast lookup database ... Done
48992026-08-28T22:31:46.514Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49002026-08-28T22:31:46.533Z[ host-image] Aug 28 22:31:45.554 INFO O| Aug 28 22:31:45.553 INFO O| Finalize: Reading search index ... Done
49012026-08-28T22:31:46.533Z[ host-image] Aug 28 22:31:45.554 INFO O| Aug 28 22:31:45.554 INFO O| Finalize: Updating search index ... Done
49022026-08-28T22:31:46.543Z[ host-image] Aug 28 22:31:45.564 INFO O| Aug 28 22:31:45.564 INFO O| Finalize: Updating package cache ... Done
49032026-08-28T22:31:46.573Z[verify-libraries] Compiling ssh-cipher v0.3.0
49042026-08-28T22:31:46.754Z[verify-libraries] Compiling serde_with_macros v1.5.2
49052026-08-28T22:31:46.814Z[verify-libraries] Compiling sha3 v0.11.0
49062026-08-28T22:31:46.892Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO STEP 14 (pkg_install) COMPLETE
49072026-08-28T22:31:46.892Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49082026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO skip step because feature "mbist" is not enabled
49092026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49102026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO skip step because feature "mfg" is not enabled
49112026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49122026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO skip step because feature "compliance" is not enabled
49132026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49142026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO skip step because feature "stress" is not enabled
49152026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49162026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO skip step because feature "compliance" is not enabled
49172026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49182026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO skip step because feature "nfs" is not enabled
49192026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49202026-08-28T22:31:46.896Z[ host-image] Aug 28 22:31:45.913 INFO O| Aug 28 22:31:45.913 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49212026-08-28T22:31:46.930Z[verify-libraries] Compiling progenitor v0.13.0
49222026-08-28T22:31:47.147Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49232026-08-28T22:31:47.158Z[ host-image] Aug 28 22:31:46.179 INFO O| Aug 28 22:31:46.179 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49242026-08-28T22:31:47.187Z[verify-libraries] Compiling p256 v0.14.0
49252026-08-28T22:31:47.269Z[ host-image] Aug 28 22:31:46.290 INFO O| Aug 28 22:31:46.290 INFO completed processing sled/ramdisk-01-os
49262026-08-28T22:31:47.273Z[ host-image] Aug 28 22:31:46.292 INFO omicron1 baseline generation...
49272026-08-28T22:31:47.273Z[ host-image] Aug 28 22:31:46.292 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49282026-08-28T22:31:47.273Z[verify-libraries] Compiling p384 v0.14.0
49292026-08-28T22:31:47.327Z[verify-libraries] Compiling p521 v0.14.0
49302026-08-28T22:31:47.383Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49312026-08-28T22:31:47.452Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49322026-08-28T22:31:47.592Z[ recovery-image] Aug 28 22:31:46.613 INFO O| Aug 28 22:31:46.613 INFO O| Startup: Refreshing catalog 'helios' ... Done
49332026-08-28T22:31:47.609Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49342026-08-28T22:31:47.631Z[ host-image] Aug 28 22:31:46.652 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24217:20260827T182750Z
49352026-08-28T22:31:47.931Z[verify-libraries] Compiling twox-hash v2.1.2
49362026-08-28T22:31:47.966Z[verify-libraries] Compiling kem v0.3.0
49372026-08-28T22:31:48.092Z[ recovery-image] Aug 28 22:31:47.111 INFO O| Aug 28 22:31:47.111 INFO O| Startup: Caching catalogs ... Done
49382026-08-28T22:31:48.153Z[verify-libraries] Compiling module-lattice v0.2.3
49392026-08-28T22:31:48.200Z[verify-libraries] Compiling atty v0.2.14
49402026-08-28T22:31:48.401Z[verify-libraries] Compiling rtoolbox v0.0.3
49412026-08-28T22:31:48.431Z[verify-libraries] Compiling topological-sort v0.2.2
49422026-08-28T22:31:48.490Z[verify-libraries] Compiling sponge-cursor v0.1.0
49432026-08-28T22:31:48.533Z[verify-libraries] Compiling ml-kem v0.3.2
49442026-08-28T22:31:48.640Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49452026-08-28T22:31:48.692Z[verify-libraries] Compiling sha3 v0.12.0
49462026-08-28T22:31:48.724Z[verify-libraries] Compiling rpassword v7.5.4
49472026-08-28T22:31:48.747Z[ recovery-image] Aug 28 22:31:47.762 INFO O| Aug 28 22:31:47.762 INFO O| Planning: Solver setup ... Done
49482026-08-28T22:31:48.747Z[ recovery-image] Aug 28 22:31:47.767 INFO O| Aug 28 22:31:47.767 INFO O| Planning: Running solver ... Done
49492026-08-28T22:31:48.767Z[ recovery-image] Aug 28 22:31:47.788 INFO O| Aug 28 22:31:47.788 INFO O| Planning: Finding local manifests ... Done
49502026-08-28T22:31:48.842Z[ recovery-image] Aug 28 22:31:47.863 INFO O| Aug 28 22:31:47.863 INFO O| Planning: Fetching manifests: 0/1 0% complete
49512026-08-28T22:31:48.864Z[ recovery-image] Aug 28 22:31:47.885 INFO O| Aug 28 22:31:47.885 INFO O| Planning: Fetching manifests: 1/1 100% complete
49522026-08-28T22:31:48.873Z[verify-libraries] Compiling serde_with v1.14.0
49532026-08-28T22:31:48.880Z[ recovery-image] Aug 28 22:31:47.901 INFO O| Aug 28 22:31:47.901 INFO O| Planning: Package planning ... Done
49542026-08-28T22:31:48.880Z[ recovery-image] Aug 28 22:31:47.901 INFO O| Aug 28 22:31:47.901 INFO O| Planning: Merging actions ... Done
49552026-08-28T22:31:48.974Z[ recovery-image] Aug 28 22:31:47.995 INFO O| Aug 28 22:31:47.995 INFO O| Planning: Checking for conflicting actions ... Done
49562026-08-28T22:31:48.974Z[ recovery-image] Aug 28 22:31:47.995 INFO O| Aug 28 22:31:47.995 INFO O| Planning: Consolidating action changes ... Done
49572026-08-28T22:31:49.067Z[ recovery-image] Aug 28 22:31:48.088 INFO O| Aug 28 22:31:48.088 INFO O| Planning: Evaluating mediators ... Done
49582026-08-28T22:31:49.071Z[ recovery-image] Aug 28 22:31:48.089 INFO O| Aug 28 22:31:48.089 INFO O| Planning: Planning completed in 0.96 seconds
49592026-08-28T22:31:49.071Z[ recovery-image] Aug 28 22:31:48.089 INFO O| Aug 28 22:31:48.089 INFO O| Packages to install: 1
49602026-08-28T22:31:49.080Z[ recovery-image] Aug 28 22:31:48.101 INFO O| Aug 28 22:31:48.101 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49612026-08-28T22:31:49.307Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49622026-08-28T22:31:49.553Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49632026-08-28T22:31:49.580Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49642026-08-28T22:31:49.710Z[ recovery-image] Aug 28 22:31:48.731 INFO O| Aug 28 22:31:48.731 INFO O| Download: Completed 13.27 MB in 0.63 seconds (21.1M/s)
49652026-08-28T22:31:49.755Z[ recovery-image] Aug 28 22:31:48.776 INFO O| Aug 28 22:31:48.776 INFO O| Actions: 1/22 actions (Installing new actions)
49662026-08-28T22:31:49.770Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49672026-08-28T22:31:49.851Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49682026-08-28T22:31:50.005Z[ recovery-image] Aug 28 22:31:49.026 INFO O| Aug 28 22:31:49.026 INFO O| Actions: Completed 22 actions in 0.25 seconds.
49692026-08-28T22:31:50.076Z[ recovery-image] Aug 28 22:31:49.097 INFO O| Aug 28 22:31:49.097 INFO O| Finalize: Updating package state database ... Done
49702026-08-28T22:31:50.076Z[ recovery-image] Aug 28 22:31:49.097 INFO O| Aug 28 22:31:49.097 INFO O| Finalize: Updating package cache ... Done
49712026-08-28T22:31:50.128Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49722026-08-28T22:31:50.179Z[ recovery-image] Aug 28 22:31:49.199 INFO O| Aug 28 22:31:49.199 INFO O| Finalize: Updating image state ... Done
49732026-08-28T22:31:50.240Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49742026-08-28T22:31:50.262Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49752026-08-28T22:31:50.609Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49762026-08-28T22:31:50.663Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49772026-08-28T22:31:50.883Z[ recovery-image] Aug 28 22:31:49.904 INFO O| Aug 28 22:31:49.904 INFO O| Finalize: Creating fast lookup database ... Done
49782026-08-28T22:31:50.892Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49792026-08-28T22:31:50.898Z[ recovery-image] Aug 28 22:31:49.919 INFO O| Aug 28 22:31:49.919 INFO O| Finalize: Reading search index ... Done
49802026-08-28T22:31:50.898Z[ recovery-image] Aug 28 22:31:49.919 INFO O| Aug 28 22:31:49.919 INFO O| Finalize: Updating search index ... Done
49812026-08-28T22:31:50.911Z[ recovery-image] Aug 28 22:31:49.932 INFO O| Aug 28 22:31:49.932 INFO O| Finalize: Updating package cache ... Done
49822026-08-28T22:31:51.033Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49832026-08-28T22:31:51.165Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49842026-08-28T22:31:51.195Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49852026-08-28T22:31:51.198Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO STEP 14 (pkg_install) COMPLETE
49862026-08-28T22:31:51.198Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49872026-08-28T22:31:51.198Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO skip step because feature "mbist" is not enabled
49882026-08-28T22:31:51.198Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49892026-08-28T22:31:51.198Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO skip step because feature "mfg" is not enabled
49902026-08-28T22:31:51.198Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49912026-08-28T22:31:51.198Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO skip step because feature "compliance" is not enabled
49922026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49932026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO skip step because feature "stress" is not enabled
49942026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49952026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO skip step because feature "compliance" is not enabled
49962026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49972026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO skip step because feature "nfs" is not enabled
49982026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49992026-08-28T22:31:51.199Z[ recovery-image] Aug 28 22:31:50.218 INFO O| Aug 28 22:31:50.216 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50002026-08-28T22:31:51.273Z[verify-libraries] Compiling fatfs v0.3.6
50012026-08-28T22:31:51.362Z[verify-libraries] Compiling num-bigint v0.4.6
50022026-08-28T22:31:51.444Z[verify-libraries] Compiling generic-array v1.4.3
50032026-08-28T22:31:51.521Z[verify-libraries] Compiling russh-util v0.52.0
50042026-08-28T22:31:51.553Z[verify-libraries] Compiling enum_dispatch v0.3.13
50052026-08-28T22:31:51.620Z[ recovery-image] Aug 28 22:31:50.641 INFO O| Aug 28 22:31:50.641 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50062026-08-28T22:31:51.672Z[verify-libraries] Compiling sapling-renderdag v0.1.0
50072026-08-28T22:31:51.753Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
50082026-08-28T22:31:51.761Z[ recovery-image] Aug 28 22:31:50.782 INFO O| Aug 28 22:31:50.782 INFO completed processing sled/ramdisk-01-os
50092026-08-28T22:31:51.764Z[ recovery-image] Aug 28 22:31:50.784 INFO image builder template: ramdisk-02-trim...
50102026-08-28T22:31:51.764Z[ recovery-image] Aug 28 22:31:50.784 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/.tmp1w4NLE/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
50112026-08-28T22:31:51.784Z[ recovery-image] Aug 28 22:31:50.805 INFO O| Aug 28 22:31:50.805 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50122026-08-28T22:31:51.788Z[ recovery-image] Aug 28 22:31:50.809 INFO O| Aug 28 22:31:50.809 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50132026-08-28T22:31:51.864Z[ recovery-image] Aug 28 22:31:50.885 INFO O| Aug 28 22:31:50.885 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50142026-08-28T22:31:51.985Z[verify-libraries] Compiling delegate v0.13.5
50152026-08-28T22:31:52.045Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
50162026-08-28T22:31:52.049Z[ recovery-image] Aug 28 22:31:51.070 INFO O| Aug 28 22:31:51.070 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50172026-08-28T22:31:52.049Z[ recovery-image] Aug 28 22:31:51.070 INFO O| Aug 28 22:31:51.070 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50182026-08-28T22:31:52.063Z[ recovery-image] Aug 28 22:31:51.076 INFO O| Aug 28 22:31:51.076 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50192026-08-28T22:31:52.063Z[ recovery-image] Aug 28 22:31:51.079 INFO O| Aug 28 22:31:51.079 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50202026-08-28T22:31:52.063Z[ recovery-image] Aug 28 22:31:51.084 INFO O| Aug 28 22:31:51.084 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50212026-08-28T22:31:52.118Z[verify-libraries] Compiling sync-ptr v0.1.4
50222026-08-28T22:31:52.139Z[verify-libraries] Compiling seq-macro v0.3.6
50232026-08-28T22:31:52.281Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50242026-08-28T22:31:52.517Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50252026-08-28T22:31:52.579Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50262026-08-28T22:31:52.640Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50272026-08-28T22:31:52.751Z[ recovery-image] Aug 28 22:31:51.772 INFO O| Aug 28 22:31:51.772 INFO rolled back to input snapshot; work may begin
50282026-08-28T22:31:52.751Z[ recovery-image] Aug 28 22:31:51.772 INFO O| Aug 28 22:31:51.772 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50292026-08-28T22:31:52.757Z[ recovery-image] Aug 28 22:31:51.777 INFO O| Aug 28 22:31:51.777 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-28T22:31:52.775Z[ recovery-image] Aug 28 22:31:51.795 INFO O| Aug 28 22:31:51.795 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50312026-08-28T22:31:52.814Z[ recovery-image] Aug 28 22:31:51.835 INFO O| Aug 28 22:31:51.835 INFO STEP 0 (remove_files) COMPLETE
50322026-08-28T22:31:52.814Z[ recovery-image] Aug 28 22:31:51.835 INFO O| Aug 28 22:31:51.835 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-28T22:31:52.823Z[ recovery-image] Aug 28 22:31:51.844 INFO O| Aug 28 22:31:51.844 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50342026-08-28T22:31:52.827Z[ recovery-image] Aug 28 22:31:51.845 INFO O| Aug 28 22:31:51.845 INFO STEP 1 (remove_files) COMPLETE
50352026-08-28T22:31:52.827Z[ recovery-image] Aug 28 22:31:51.845 INFO O| Aug 28 22:31:51.845 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-28T22:31:52.833Z[ recovery-image] Aug 28 22:31:51.854 INFO O| Aug 28 22:31:51.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50372026-08-28T22:31:52.846Z[ recovery-image] Aug 28 22:31:51.866 INFO O| Aug 28 22:31:51.866 INFO STEP 2 (remove_files) COMPLETE
50382026-08-28T22:31:52.846Z[ recovery-image] Aug 28 22:31:51.866 INFO O| Aug 28 22:31:51.866 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-28T22:31:52.856Z[ recovery-image] Aug 28 22:31:51.876 INFO O| Aug 28 22:31:51.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50402026-08-28T22:31:52.860Z[ recovery-image] Aug 28 22:31:51.877 INFO O| Aug 28 22:31:51.877 INFO STEP 3 (remove_files) COMPLETE
50412026-08-28T22:31:52.860Z[ recovery-image] Aug 28 22:31:51.877 INFO O| Aug 28 22:31:51.877 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-28T22:31:52.867Z[ recovery-image] Aug 28 22:31:51.886 INFO O| Aug 28 22:31:51.886 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50432026-08-28T22:31:52.871Z[ recovery-image] Aug 28 22:31:51.889 INFO O| Aug 28 22:31:51.889 INFO STEP 4 (remove_files) COMPLETE
50442026-08-28T22:31:52.871Z[ recovery-image] Aug 28 22:31:51.890 INFO O| Aug 28 22:31:51.889 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-28T22:31:52.877Z[ recovery-image] Aug 28 22:31:51.898 INFO O| Aug 28 22:31:51.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50462026-08-28T22:31:52.877Z[ recovery-image] Aug 28 22:31:51.898 INFO O| Aug 28 22:31:51.898 INFO STEP 5 (remove_files) COMPLETE
50472026-08-28T22:31:52.881Z[ recovery-image] Aug 28 22:31:51.898 INFO O| Aug 28 22:31:51.898 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-28T22:31:52.887Z[ recovery-image] Aug 28 22:31:51.908 INFO O| Aug 28 22:31:51.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50492026-08-28T22:31:52.898Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO STEP 6 (remove_files) COMPLETE
50502026-08-28T22:31:52.898Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-28T22:31:52.898Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO skip step because feature "heliosv2" is not enabled
50522026-08-28T22:31:52.898Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-28T22:31:52.902Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO skip step because feature "recovery" is enabled
50542026-08-28T22:31:52.902Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-28T22:31:52.902Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO skip step because feature "recovery" is enabled
50562026-08-28T22:31:52.902Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-28T22:31:52.902Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO skip step because feature "recovery" is enabled
50582026-08-28T22:31:52.902Z[ recovery-image] Aug 28 22:31:51.918 INFO O| Aug 28 22:31:51.918 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-28T22:31:52.907Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50602026-08-28T22:31:52.911Z[ recovery-image] Aug 28 22:31:51.929 INFO O| Aug 28 22:31:51.929 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50612026-08-28T22:31:52.911Z[ recovery-image] Aug 28 22:31:51.932 INFO O| Aug 28 22:31:51.932 INFO STEP 11 (remove_files) COMPLETE
50622026-08-28T22:31:52.911Z[ recovery-image] Aug 28 22:31:51.932 INFO O| Aug 28 22:31:51.932 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-28T22:31:52.921Z[ recovery-image] Aug 28 22:31:51.942 INFO O| Aug 28 22:31:51.942 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50642026-08-28T22:31:52.925Z[ recovery-image] Aug 28 22:31:51.943 INFO O| Aug 28 22:31:51.943 INFO STEP 12 (remove_files) COMPLETE
50652026-08-28T22:31:52.925Z[ recovery-image] Aug 28 22:31:51.943 INFO O| Aug 28 22:31:51.943 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-28T22:31:52.932Z[ recovery-image] Aug 28 22:31:51.952 INFO O| Aug 28 22:31:51.952 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50672026-08-28T22:31:52.936Z[ recovery-image] Aug 28 22:31:51.954 INFO O| Aug 28 22:31:51.953 INFO STEP 13 (remove_files) COMPLETE
50682026-08-28T22:31:52.936Z[ recovery-image] Aug 28 22:31:51.954 INFO O| Aug 28 22:31:51.954 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-28T22:31:52.997Z[ recovery-image] Aug 28 22:31:52.018 INFO O| Aug 28 22:31:52.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50702026-08-28T22:31:53.002Z[ recovery-image] Aug 28 22:31:52.023 INFO O| Aug 28 22:31:52.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50712026-08-28T22:31:53.116Z[ recovery-image] Aug 28 22:31:52.116 INFO O| Aug 28 22:31:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50722026-08-28T22:31:53.116Z[ recovery-image] Aug 28 22:31:52.116 INFO O| Aug 28 22:31:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50732026-08-28T22:31:53.123Z[ recovery-image] Aug 28 22:31:52.117 INFO O| Aug 28 22:31:52.117 INFO STEP 14 (remove_files) COMPLETE
50742026-08-28T22:31:53.123Z[ recovery-image] Aug 28 22:31:52.117 INFO O| Aug 28 22:31:52.117 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-28T22:31:53.123Z[ recovery-image] Aug 28 22:31:52.128 INFO O| Aug 28 22:31:52.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50762026-08-28T22:31:53.123Z[ recovery-image] Aug 28 22:31:52.129 INFO O| Aug 28 22:31:52.129 INFO STEP 15 (remove_files) COMPLETE
50772026-08-28T22:31:53.123Z[ recovery-image] Aug 28 22:31:52.129 INFO O| Aug 28 22:31:52.129 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-28T22:31:53.123Z[ recovery-image] Aug 28 22:31:52.139 INFO O| Aug 28 22:31:52.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50792026-08-28T22:31:53.127Z[ recovery-image] Aug 28 22:31:52.144 INFO O| Aug 28 22:31:52.144 INFO STEP 16 (remove_files) COMPLETE
50802026-08-28T22:31:53.127Z[ recovery-image] Aug 28 22:31:52.145 INFO O| Aug 28 22:31:52.144 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-28T22:31:53.134Z[ recovery-image] Aug 28 22:31:52.154 INFO O| Aug 28 22:31:52.154 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50822026-08-28T22:31:53.138Z[ recovery-image] Aug 28 22:31:52.154 INFO O| Aug 28 22:31:52.154 INFO STEP 17 (remove_files) COMPLETE
50832026-08-28T22:31:53.138Z[ recovery-image] Aug 28 22:31:52.154 INFO O| Aug 28 22:31:52.154 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-28T22:31:53.145Z[ recovery-image] Aug 28 22:31:52.164 INFO O| Aug 28 22:31:52.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50852026-08-28T22:31:53.148Z[ recovery-image] Aug 28 22:31:52.165 INFO O| Aug 28 22:31:52.165 INFO STEP 18 (remove_files) COMPLETE
50862026-08-28T22:31:53.148Z[ recovery-image] Aug 28 22:31:52.165 INFO O| Aug 28 22:31:52.165 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-28T22:31:53.155Z[ recovery-image] Aug 28 22:31:52.175 INFO O| Aug 28 22:31:52.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50882026-08-28T22:31:53.155Z[ recovery-image] Aug 28 22:31:52.175 INFO O| Aug 28 22:31:52.175 INFO STEP 19 (remove_files) COMPLETE
50892026-08-28T22:31:53.159Z[ recovery-image] Aug 28 22:31:52.175 INFO O| Aug 28 22:31:52.175 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-28T22:31:53.164Z[ recovery-image] Aug 28 22:31:52.185 INFO O| Aug 28 22:31:52.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50912026-08-28T22:31:53.164Z[ recovery-image] Aug 28 22:31:52.185 INFO O| Aug 28 22:31:52.185 INFO STEP 20 (remove_files) COMPLETE
50922026-08-28T22:31:53.168Z[ recovery-image] Aug 28 22:31:52.185 INFO O| Aug 28 22:31:52.185 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-28T22:31:53.174Z[ recovery-image] Aug 28 22:31:52.195 INFO O| Aug 28 22:31:52.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50942026-08-28T22:31:53.174Z[ recovery-image] Aug 28 22:31:52.195 INFO O| Aug 28 22:31:52.195 INFO STEP 21 (remove_files) COMPLETE
50952026-08-28T22:31:53.177Z[ recovery-image] Aug 28 22:31:52.195 INFO O| Aug 28 22:31:52.195 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-28T22:31:53.189Z[ recovery-image] Aug 28 22:31:52.210 INFO O| Aug 28 22:31:52.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50972026-08-28T22:31:53.190Z[ recovery-image] Aug 28 22:31:52.211 INFO O| Aug 28 22:31:52.211 INFO STEP 22 (remove_files) COMPLETE
50982026-08-28T22:31:53.195Z[ recovery-image] Aug 28 22:31:52.211 INFO O| Aug 28 22:31:52.211 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-28T22:31:53.199Z[ recovery-image] Aug 28 22:31:52.220 INFO O| Aug 28 22:31:52.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51002026-08-28T22:31:53.199Z[ recovery-image] Aug 28 22:31:52.220 INFO O| Aug 28 22:31:52.220 INFO STEP 23 (remove_files) COMPLETE
51012026-08-28T22:31:53.199Z[ recovery-image] Aug 28 22:31:52.220 INFO O| Aug 28 22:31:52.220 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-28T22:31:53.210Z[ recovery-image] Aug 28 22:31:52.229 INFO O| Aug 28 22:31:52.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51032026-08-28T22:31:53.210Z[ recovery-image] Aug 28 22:31:52.229 INFO O| Aug 28 22:31:52.229 INFO STEP 24 (remove_files) COMPLETE
51042026-08-28T22:31:53.213Z[ recovery-image] Aug 28 22:31:52.229 INFO O| Aug 28 22:31:52.229 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-28T22:31:53.217Z[ recovery-image] Aug 28 22:31:52.238 INFO O| Aug 28 22:31:52.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51062026-08-28T22:31:53.217Z[ recovery-image] Aug 28 22:31:52.238 INFO O| Aug 28 22:31:52.238 INFO STEP 25 (remove_files) COMPLETE
51072026-08-28T22:31:53.217Z[ recovery-image] Aug 28 22:31:52.238 INFO O| Aug 28 22:31:52.238 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-28T22:31:53.290Z[ recovery-image] Aug 28 22:31:52.310 INFO O| Aug 28 22:31:52.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51092026-08-28T22:31:53.290Z[ recovery-image] Aug 28 22:31:52.310 INFO O| Aug 28 22:31:52.310 INFO STEP 26 (remove_files) COMPLETE
51102026-08-28T22:31:53.293Z[ recovery-image] Aug 28 22:31:52.310 INFO O| Aug 28 22:31:52.310 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-28T22:31:53.300Z[ recovery-image] Aug 28 22:31:52.320 INFO O| Aug 28 22:31:52.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51122026-08-28T22:31:53.300Z[ recovery-image] Aug 28 22:31:52.320 INFO O| Aug 28 22:31:52.320 INFO STEP 27 (remove_files) COMPLETE
51132026-08-28T22:31:53.304Z[ recovery-image] Aug 28 22:31:52.320 INFO O| Aug 28 22:31:52.320 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-28T22:31:53.309Z[ recovery-image] Aug 28 22:31:52.329 INFO O| Aug 28 22:31:52.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51152026-08-28T22:31:53.309Z[ recovery-image] Aug 28 22:31:52.329 INFO O| Aug 28 22:31:52.329 INFO STEP 28 (remove_files) COMPLETE
51162026-08-28T22:31:53.313Z[ recovery-image] Aug 28 22:31:52.329 INFO O| Aug 28 22:31:52.329 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-28T22:31:53.318Z[ recovery-image] Aug 28 22:31:52.339 INFO O| Aug 28 22:31:52.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51182026-08-28T22:31:53.318Z[ recovery-image] Aug 28 22:31:52.339 INFO O| Aug 28 22:31:52.339 INFO STEP 29 (remove_files) COMPLETE
51192026-08-28T22:31:53.322Z[ recovery-image] Aug 28 22:31:52.339 INFO O| Aug 28 22:31:52.339 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-28T22:31:53.333Z[ recovery-image] Aug 28 22:31:52.348 INFO O| Aug 28 22:31:52.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51212026-08-28T22:31:53.333Z[ recovery-image] Aug 28 22:31:52.348 INFO O| Aug 28 22:31:52.348 INFO STEP 30 (remove_files) COMPLETE
51222026-08-28T22:31:53.333Z[ recovery-image] Aug 28 22:31:52.348 INFO O| Aug 28 22:31:52.348 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-28T22:31:53.344Z[ recovery-image] Aug 28 22:31:52.358 INFO O| Aug 28 22:31:52.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51242026-08-28T22:31:53.344Z[ recovery-image] Aug 28 22:31:52.358 INFO O| Aug 28 22:31:52.358 INFO STEP 31 (remove_files) COMPLETE
51252026-08-28T22:31:53.344Z[ recovery-image] Aug 28 22:31:52.358 INFO O| Aug 28 22:31:52.358 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-28T22:31:53.370Z[ recovery-image] Aug 28 22:31:52.390 INFO O| Aug 28 22:31:52.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51272026-08-28T22:31:53.370Z[ recovery-image] Aug 28 22:31:52.390 INFO O| Aug 28 22:31:52.390 INFO STEP 32 (remove_files) COMPLETE
51282026-08-28T22:31:53.375Z[ recovery-image] Aug 28 22:31:52.390 INFO O| Aug 28 22:31:52.390 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-28T22:31:53.382Z[ recovery-image] Aug 28 22:31:52.400 INFO O| Aug 28 22:31:52.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51302026-08-28T22:31:53.382Z[ recovery-image] Aug 28 22:31:52.400 INFO O| Aug 28 22:31:52.400 INFO STEP 33 (remove_files) COMPLETE
51312026-08-28T22:31:53.382Z[ recovery-image] Aug 28 22:31:52.400 INFO O| Aug 28 22:31:52.400 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-28T22:31:53.390Z[ recovery-image] Aug 28 22:31:52.410 INFO O| Aug 28 22:31:52.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51332026-08-28T22:31:53.390Z[ recovery-image] Aug 28 22:31:52.410 INFO O| Aug 28 22:31:52.410 INFO STEP 34 (remove_files) COMPLETE
51342026-08-28T22:31:53.395Z[ recovery-image] Aug 28 22:31:52.410 INFO O| Aug 28 22:31:52.410 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-28T22:31:53.399Z[ recovery-image] Aug 28 22:31:52.420 INFO O| Aug 28 22:31:52.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51362026-08-28T22:31:53.399Z[ recovery-image] Aug 28 22:31:52.420 INFO O| Aug 28 22:31:52.420 INFO STEP 35 (remove_files) COMPLETE
51372026-08-28T22:31:53.399Z[ recovery-image] Aug 28 22:31:52.420 INFO O| Aug 28 22:31:52.420 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-28T22:31:53.408Z[ recovery-image] Aug 28 22:31:52.429 INFO O| Aug 28 22:31:52.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51392026-08-28T22:31:53.408Z[ recovery-image] Aug 28 22:31:52.429 INFO O| Aug 28 22:31:52.429 INFO STEP 36 (remove_files) COMPLETE
51402026-08-28T22:31:53.408Z[ recovery-image] Aug 28 22:31:52.429 INFO O| Aug 28 22:31:52.429 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-28T22:31:53.427Z[ recovery-image] Aug 28 22:31:52.446 INFO O| Aug 28 22:31:52.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51422026-08-28T22:31:53.427Z[ recovery-image] Aug 28 22:31:52.446 INFO O| Aug 28 22:31:52.446 INFO STEP 37 (remove_files) COMPLETE
51432026-08-28T22:31:53.427Z[ recovery-image] Aug 28 22:31:52.446 INFO O| Aug 28 22:31:52.446 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-28T22:31:53.437Z[ recovery-image] Aug 28 22:31:52.455 INFO O| Aug 28 22:31:52.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51452026-08-28T22:31:53.437Z[ recovery-image] Aug 28 22:31:52.455 INFO O| Aug 28 22:31:52.455 INFO STEP 38 (remove_files) COMPLETE
51462026-08-28T22:31:53.437Z[ recovery-image] Aug 28 22:31:52.455 INFO O| Aug 28 22:31:52.455 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-28T22:31:53.456Z[ recovery-image] Aug 28 22:31:52.463 INFO O| Aug 28 22:31:52.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51482026-08-28T22:31:53.456Z[ recovery-image] Aug 28 22:31:52.463 INFO O| Aug 28 22:31:52.463 INFO STEP 39 (remove_files) COMPLETE
51492026-08-28T22:31:53.456Z[ recovery-image] Aug 28 22:31:52.463 INFO O| Aug 28 22:31:52.463 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-28T22:31:53.460Z[ recovery-image] Aug 28 22:31:52.472 INFO O| Aug 28 22:31:52.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51512026-08-28T22:31:53.460Z[ recovery-image] Aug 28 22:31:52.472 INFO O| Aug 28 22:31:52.472 INFO STEP 40 (remove_files) COMPLETE
51522026-08-28T22:31:53.460Z[ recovery-image] Aug 28 22:31:52.472 INFO O| Aug 28 22:31:52.472 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-28T22:31:53.460Z[ recovery-image] Aug 28 22:31:52.480 INFO O| Aug 28 22:31:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51542026-08-28T22:31:53.460Z[ recovery-image] Aug 28 22:31:52.480 INFO O| Aug 28 22:31:52.480 INFO STEP 41 (remove_files) COMPLETE
51552026-08-28T22:31:53.460Z[ recovery-image] Aug 28 22:31:52.480 INFO O| Aug 28 22:31:52.480 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-28T22:31:53.499Z[ recovery-image] Aug 28 22:31:52.502 INFO O| Aug 28 22:31:52.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51572026-08-28T22:31:53.499Z[ recovery-image] Aug 28 22:31:52.502 INFO O| Aug 28 22:31:52.502 INFO STEP 42 (remove_files) COMPLETE
51582026-08-28T22:31:53.499Z[ recovery-image] Aug 28 22:31:52.503 INFO O| Aug 28 22:31:52.502 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-28T22:31:53.506Z[ recovery-image] Aug 28 22:31:52.512 INFO O| Aug 28 22:31:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51602026-08-28T22:31:53.506Z[ recovery-image] Aug 28 22:31:52.512 INFO O| Aug 28 22:31:52.512 INFO STEP 43 (remove_files) COMPLETE
51612026-08-28T22:31:53.506Z[ recovery-image] Aug 28 22:31:52.512 INFO O| Aug 28 22:31:52.512 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-28T22:31:53.506Z[ recovery-image] Aug 28 22:31:52.521 INFO O| Aug 28 22:31:52.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51632026-08-28T22:31:53.506Z[ recovery-image] Aug 28 22:31:52.521 INFO O| Aug 28 22:31:52.521 INFO STEP 44 (remove_files) COMPLETE
51642026-08-28T22:31:53.506Z[ recovery-image] Aug 28 22:31:52.521 INFO O| Aug 28 22:31:52.521 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-28T22:31:53.511Z[ recovery-image] Aug 28 22:31:52.529 INFO O| Aug 28 22:31:52.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51662026-08-28T22:31:53.511Z[ recovery-image] Aug 28 22:31:52.529 INFO O| Aug 28 22:31:52.529 INFO STEP 45 (remove_files) COMPLETE
51672026-08-28T22:31:53.511Z[ recovery-image] Aug 28 22:31:52.529 INFO O| Aug 28 22:31:52.529 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-28T22:31:53.517Z[ recovery-image] Aug 28 22:31:52.538 INFO O| Aug 28 22:31:52.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51692026-08-28T22:31:53.517Z[ recovery-image] Aug 28 22:31:52.538 INFO O| Aug 28 22:31:52.538 INFO STEP 46 (remove_files) COMPLETE
51702026-08-28T22:31:53.517Z[ recovery-image] Aug 28 22:31:52.538 INFO O| Aug 28 22:31:52.538 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-28T22:31:53.526Z[ recovery-image] Aug 28 22:31:52.546 INFO O| Aug 28 22:31:52.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51722026-08-28T22:31:53.526Z[ recovery-image] Aug 28 22:31:52.546 INFO O| Aug 28 22:31:52.546 INFO STEP 47 (remove_files) COMPLETE
51732026-08-28T22:31:53.552Z[ recovery-image] Aug 28 22:31:52.546 INFO O| Aug 28 22:31:52.546 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-28T22:31:53.556Z[ recovery-image] Aug 28 22:31:52.556 INFO O| Aug 28 22:31:52.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51752026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.556 INFO O| Aug 28 22:31:52.556 INFO STEP 48 (remove_files) COMPLETE
51762026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.556 INFO O| Aug 28 22:31:52.556 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.565 INFO O| Aug 28 22:31:52.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51782026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.565 INFO O| Aug 28 22:31:52.565 INFO STEP 49 (remove_files) COMPLETE
51792026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.565 INFO O| Aug 28 22:31:52.565 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.573 INFO O| Aug 28 22:31:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51812026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.573 INFO O| Aug 28 22:31:52.573 INFO STEP 50 (remove_files) COMPLETE
51822026-08-28T22:31:53.557Z[ recovery-image] Aug 28 22:31:52.573 INFO O| Aug 28 22:31:52.573 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-28T22:31:53.562Z[ recovery-image] Aug 28 22:31:52.583 INFO O| Aug 28 22:31:52.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51842026-08-28T22:31:53.565Z[ recovery-image] Aug 28 22:31:52.583 INFO O| Aug 28 22:31:52.583 INFO STEP 51 (remove_files) COMPLETE
51852026-08-28T22:31:53.566Z[ recovery-image] Aug 28 22:31:52.583 INFO O| Aug 28 22:31:52.583 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-28T22:31:53.581Z[ recovery-image] Aug 28 22:31:52.601 INFO O| Aug 28 22:31:52.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51872026-08-28T22:31:53.581Z[ recovery-image] Aug 28 22:31:52.602 INFO O| Aug 28 22:31:52.602 INFO STEP 52 (remove_files) COMPLETE
51882026-08-28T22:31:53.581Z[ recovery-image] Aug 28 22:31:52.602 INFO O| Aug 28 22:31:52.602 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-28T22:31:53.592Z[ recovery-image] Aug 28 22:31:52.612 INFO O| Aug 28 22:31:52.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51902026-08-28T22:31:53.592Z[ recovery-image] Aug 28 22:31:52.612 INFO O| Aug 28 22:31:52.612 INFO STEP 53 (remove_files) COMPLETE
51912026-08-28T22:31:53.592Z[ recovery-image] Aug 28 22:31:52.612 INFO O| Aug 28 22:31:52.612 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-08-28T22:31:53.603Z[ recovery-image] Aug 28 22:31:52.621 INFO O| Aug 28 22:31:52.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51932026-08-28T22:31:53.603Z[ recovery-image] Aug 28 22:31:52.621 INFO O| Aug 28 22:31:52.621 INFO STEP 54 (remove_files) COMPLETE
51942026-08-28T22:31:53.608Z[ recovery-image] Aug 28 22:31:52.621 INFO O| Aug 28 22:31:52.621 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-28T22:31:53.675Z[ recovery-image] Aug 28 22:31:52.674 INFO O| Aug 28 22:31:52.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51962026-08-28T22:31:53.675Z[ recovery-image] Aug 28 22:31:52.674 INFO O| Aug 28 22:31:52.674 INFO STEP 55 (remove_files) COMPLETE
51972026-08-28T22:31:53.675Z[ recovery-image] Aug 28 22:31:52.674 INFO O| Aug 28 22:31:52.674 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-28T22:31:53.690Z[ recovery-image] Aug 28 22:31:52.684 INFO O| Aug 28 22:31:52.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51992026-08-28T22:31:53.690Z[ recovery-image] Aug 28 22:31:52.684 INFO O| Aug 28 22:31:52.684 INFO STEP 56 (remove_files) COMPLETE
52002026-08-28T22:31:53.691Z[ recovery-image] Aug 28 22:31:52.684 INFO O| Aug 28 22:31:52.684 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-28T22:31:53.691Z[ recovery-image] Aug 28 22:31:52.693 INFO O| Aug 28 22:31:52.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52022026-08-28T22:31:53.691Z[ recovery-image] Aug 28 22:31:52.693 INFO O| Aug 28 22:31:52.693 INFO STEP 57 (remove_files) COMPLETE
52032026-08-28T22:31:53.691Z[ recovery-image] Aug 28 22:31:52.693 INFO O| Aug 28 22:31:52.693 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-28T22:31:53.691Z[ recovery-image] Aug 28 22:31:52.702 INFO O| Aug 28 22:31:52.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52052026-08-28T22:31:53.691Z[ recovery-image] Aug 28 22:31:52.702 INFO O| Aug 28 22:31:52.702 INFO STEP 58 (remove_files) COMPLETE
52062026-08-28T22:31:53.691Z[ recovery-image] Aug 28 22:31:52.702 INFO O| Aug 28 22:31:52.702 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-28T22:31:53.714Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52082026-08-28T22:31:53.714Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52092026-08-28T22:31:53.714Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52102026-08-28T22:31:53.714Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52112026-08-28T22:31:53.714Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52122026-08-28T22:31:53.714Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52132026-08-28T22:31:53.715Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO ok!
52142026-08-28T22:31:53.715Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO STEP 59 (ensure_file) COMPLETE
52152026-08-28T22:31:53.715Z[ recovery-image] Aug 28 22:31:52.711 INFO O| Aug 28 22:31:52.711 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52172026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52182026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52192026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52202026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52212026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52222026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO ok!
52232026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO STEP 60 (ensure_file) COMPLETE
52242026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.721 INFO O| Aug 28 22:31:52.721 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.731 INFO O| Aug 28 22:31:52.731 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52262026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.731 INFO O| Aug 28 22:31:52.731 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52272026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.731 INFO O| Aug 28 22:31:52.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52282026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.731 INFO O| Aug 28 22:31:52.731 INFO ok!
52292026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.731 INFO O| Aug 28 22:31:52.731 INFO STEP 61 (ensure_file) COMPLETE
52302026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.731 INFO O| Aug 28 22:31:52.731 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.742 INFO O| Aug 28 22:31:52.741 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52322026-08-28T22:31:53.731Z[ recovery-image] Aug 28 22:31:52.742 INFO O| Aug 28 22:31:52.742 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52332026-08-28T22:31:53.732Z[ recovery-image] Aug 28 22:31:52.742 INFO O| Aug 28 22:31:52.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52342026-08-28T22:31:53.732Z[ recovery-image] Aug 28 22:31:52.742 INFO O| Aug 28 22:31:52.742 INFO ok!
52352026-08-28T22:31:53.732Z[ recovery-image] Aug 28 22:31:52.742 INFO O| Aug 28 22:31:52.742 INFO STEP 62 (ensure_file) COMPLETE
52362026-08-28T22:31:53.732Z[ recovery-image] Aug 28 22:31:52.742 INFO O| Aug 28 22:31:52.742 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-28T22:31:53.744Z[ recovery-image] Aug 28 22:31:52.754 INFO O| Aug 28 22:31:52.754 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52382026-08-28T22:31:53.744Z[ recovery-image] Aug 28 22:31:52.754 INFO O| Aug 28 22:31:52.754 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52392026-08-28T22:31:53.744Z[ recovery-image] Aug 28 22:31:52.754 INFO O| Aug 28 22:31:52.754 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52402026-08-28T22:31:53.744Z[ recovery-image] Aug 28 22:31:52.754 INFO O| Aug 28 22:31:52.754 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52412026-08-28T22:31:53.744Z[ recovery-image] Aug 28 22:31:52.754 INFO O| Aug 28 22:31:52.754 INFO ok!
52422026-08-28T22:31:53.744Z[ recovery-image] Aug 28 22:31:52.754 INFO O| Aug 28 22:31:52.754 INFO STEP 63 (ensure_file) COMPLETE
52432026-08-28T22:31:53.744Z[ recovery-image] Aug 28 22:31:52.754 INFO O| Aug 28 22:31:52.754 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-28T22:31:53.758Z[ recovery-image] Aug 28 22:31:52.765 INFO O| Aug 28 22:31:52.765 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52452026-08-28T22:31:53.758Z[ recovery-image] Aug 28 22:31:52.765 INFO O| Aug 28 22:31:52.765 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52462026-08-28T22:31:53.758Z[ recovery-image] Aug 28 22:31:52.765 INFO O| Aug 28 22:31:52.765 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52472026-08-28T22:31:53.758Z[ recovery-image] Aug 28 22:31:52.765 INFO O| Aug 28 22:31:52.765 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52482026-08-28T22:31:53.758Z[ recovery-image] Aug 28 22:31:52.765 INFO O| Aug 28 22:31:52.765 INFO ok!
52492026-08-28T22:31:53.758Z[ recovery-image] Aug 28 22:31:52.765 INFO O| Aug 28 22:31:52.765 INFO STEP 64 (ensure_file) COMPLETE
52502026-08-28T22:31:53.758Z[ recovery-image] Aug 28 22:31:52.765 INFO O| Aug 28 22:31:52.765 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-08-28T22:31:53.782Z[ recovery-image] Aug 28 22:31:52.798 INFO O| Aug 28 22:31:52.798 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52522026-08-28T22:31:53.782Z[ recovery-image] Aug 28 22:31:52.798 INFO O| Aug 28 22:31:52.798 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52532026-08-28T22:31:53.787Z[ recovery-image] Aug 28 22:31:52.798 INFO O| Aug 28 22:31:52.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52542026-08-28T22:31:53.788Z[ recovery-image] Aug 28 22:31:52.798 INFO O| Aug 28 22:31:52.798 INFO ok!
52552026-08-28T22:31:53.788Z[ recovery-image] Aug 28 22:31:52.798 INFO O| Aug 28 22:31:52.798 INFO STEP 65 (assemble_files) COMPLETE
52562026-08-28T22:31:53.788Z[ recovery-image] Aug 28 22:31:52.798 INFO O| Aug 28 22:31:52.798 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.809 INFO O| Aug 28 22:31:52.809 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52582026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.809 INFO O| Aug 28 22:31:52.809 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52592026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.809 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52602026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52612026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO ok!
52622026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO STEP 66 (ensure_file) COMPLETE
52632026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52642026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO skip step because feature "omicron1" is not enabled
52652026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO skip step because feature "omicron1" is not enabled
52672026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52682026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO skip step because feature "omicron1" is not enabled
52692026-08-28T22:31:53.804Z[ recovery-image] Aug 28 22:31:52.810 INFO O| Aug 28 22:31:52.810 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-08-28T22:31:53.816Z[ recovery-image] Aug 28 22:31:52.826 INFO O| Aug 28 22:31:52.826 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52712026-08-28T22:31:53.816Z[ recovery-image] Aug 28 22:31:52.826 INFO O| Aug 28 22:31:52.826 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52722026-08-28T22:31:54.039Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52732026-08-28T22:31:54.096Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52742026-08-28T22:31:55.077Z[ recovery-image] Aug 28 22:31:54.098 INFO O| Aug 28 22:31:54.098 INFO STEP 70 (pack_tar) COMPLETE
52752026-08-28T22:31:55.077Z[ recovery-image] Aug 28 22:31:54.098 INFO O| Aug 28 22:31:54.098 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52762026-08-28T22:31:55.085Z[ recovery-image] Aug 28 22:31:54.098 INFO O| Aug 28 22:31:54.098 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52772026-08-28T22:31:55.694Z[ recovery-image] Aug 28 22:31:54.712 INFO O| Aug 28 22:31:54.712 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52782026-08-28T22:31:55.733Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52792026-08-28T22:31:55.872Z[ recovery-image] Aug 28 22:31:54.892 INFO O| Aug 28 22:31:54.891 INFO completed processing sled/ramdisk-02-trim
52802026-08-28T22:31:55.881Z[ recovery-image] Aug 28 22:31:54.893 INFO image builder template: ramdisk-03-recovery-trim...
52812026-08-28T22:31:55.881Z[ recovery-image] Aug 28 22:31:54.894 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/.tmp1w4NLE/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
52822026-08-28T22:31:55.894Z[ recovery-image] Aug 28 22:31:54.899 INFO O| Aug 28 22:31:54.898 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52832026-08-28T22:31:55.956Z[ recovery-image] Aug 28 22:31:54.975 INFO O| Aug 28 22:31:54.975 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52842026-08-28T22:31:55.961Z[ recovery-image] Aug 28 22:31:54.979 INFO O| Aug 28 22:31:54.979 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52852026-08-28T22:31:56.000Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52862026-08-28T22:31:56.086Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52872026-08-28T22:31:56.098Z[ recovery-image] Aug 28 22:31:55.110 INFO O| Aug 28 22:31:55.110 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52882026-08-28T22:31:56.161Z[ recovery-image] Aug 28 22:31:55.180 INFO O| Aug 28 22:31:55.180 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52892026-08-28T22:31:56.161Z[ recovery-image] Aug 28 22:31:55.180 INFO O| Aug 28 22:31:55.180 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52902026-08-28T22:31:56.167Z[ recovery-image] Aug 28 22:31:55.188 INFO O| Aug 28 22:31:55.188 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52912026-08-28T22:31:56.175Z[ recovery-image] Aug 28 22:31:55.192 INFO O| Aug 28 22:31:55.192 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52922026-08-28T22:31:56.182Z[ recovery-image] Aug 28 22:31:55.196 INFO O| Aug 28 22:31:55.196 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52932026-08-28T22:31:56.266Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52942026-08-28T22:31:56.944Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52952026-08-28T22:31:56.988Z[ recovery-image] Aug 28 22:31:56.006 INFO O| Aug 28 22:31:56.005 INFO rolled back to input snapshot; work may begin
52962026-08-28T22:31:56.988Z[ recovery-image] Aug 28 22:31:56.006 INFO O| Aug 28 22:31:56.006 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52972026-08-28T22:31:57.000Z[ recovery-image] Aug 28 22:31:56.010 INFO O| Aug 28 22:31:56.010 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-28T22:31:57.009Z[ recovery-image] Aug 28 22:31:56.020 INFO O| Aug 28 22:31:56.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52992026-08-28T22:31:57.009Z[ recovery-image] Aug 28 22:31:56.022 INFO O| Aug 28 22:31:56.022 INFO STEP 0 (remove_files) COMPLETE
53002026-08-28T22:31:57.009Z[ recovery-image] Aug 28 22:31:56.022 INFO O| Aug 28 22:31:56.022 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-28T22:31:57.019Z[ recovery-image] Aug 28 22:31:56.033 INFO O| Aug 28 22:31:56.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53022026-08-28T22:31:57.019Z[ recovery-image] Aug 28 22:31:56.033 INFO O| Aug 28 22:31:56.033 INFO STEP 1 (remove_files) COMPLETE
53032026-08-28T22:31:57.019Z[ recovery-image] Aug 28 22:31:56.033 INFO O| Aug 28 22:31:56.033 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-28T22:31:57.028Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53052026-08-28T22:31:57.029Z[ recovery-image] Aug 28 22:31:56.043 INFO O| Aug 28 22:31:56.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53062026-08-28T22:31:57.033Z[ recovery-image] Aug 28 22:31:56.047 INFO O| Aug 28 22:31:56.047 INFO STEP 2 (remove_files) COMPLETE
53072026-08-28T22:31:57.033Z[ recovery-image] Aug 28 22:31:56.047 INFO O| Aug 28 22:31:56.047 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-28T22:31:57.038Z[ recovery-image] Aug 28 22:31:56.059 INFO O| Aug 28 22:31:56.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53092026-08-28T22:31:57.091Z[ recovery-image] Aug 28 22:31:56.109 INFO O| Aug 28 22:31:56.108 INFO STEP 3 (remove_files) COMPLETE
53102026-08-28T22:31:57.092Z[ recovery-image] Aug 28 22:31:56.109 INFO O| Aug 28 22:31:56.108 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-28T22:31:57.105Z[ recovery-image] Aug 28 22:31:56.119 INFO O| Aug 28 22:31:56.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53122026-08-28T22:31:57.115Z[ recovery-image] Aug 28 22:31:56.121 INFO O| Aug 28 22:31:56.121 INFO STEP 4 (remove_files) COMPLETE
53132026-08-28T22:31:57.115Z[ recovery-image] Aug 28 22:31:56.121 INFO O| Aug 28 22:31:56.121 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-28T22:31:57.120Z[ recovery-image] Aug 28 22:31:56.130 INFO O| Aug 28 22:31:56.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53152026-08-28T22:31:57.120Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53162026-08-28T22:31:57.143Z[ recovery-image] Aug 28 22:31:56.164 INFO O| Aug 28 22:31:56.164 INFO STEP 5 (remove_files) COMPLETE
53172026-08-28T22:31:57.143Z[ recovery-image] Aug 28 22:31:56.164 INFO O| Aug 28 22:31:56.164 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-28T22:31:57.160Z[ recovery-image] Aug 28 22:31:56.175 INFO O| Aug 28 22:31:56.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53192026-08-28T22:31:57.169Z[ recovery-image] Aug 28 22:31:56.186 INFO O| Aug 28 22:31:56.186 INFO STEP 6 (remove_files) COMPLETE
53202026-08-28T22:31:57.169Z[ recovery-image] Aug 28 22:31:56.186 INFO O| Aug 28 22:31:56.186 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-28T22:31:57.176Z[ recovery-image] Aug 28 22:31:56.196 INFO O| Aug 28 22:31:56.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53222026-08-28T22:31:57.185Z[ recovery-image] Aug 28 22:31:56.202 INFO O| Aug 28 22:31:56.202 INFO STEP 7 (remove_files) COMPLETE
53232026-08-28T22:31:57.185Z[ recovery-image] Aug 28 22:31:56.202 INFO O| Aug 28 22:31:56.202 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-28T22:31:57.195Z[ recovery-image] Aug 28 22:31:56.214 INFO O| Aug 28 22:31:56.214 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53252026-08-28T22:31:57.203Z[ recovery-image] Aug 28 22:31:56.215 INFO O| Aug 28 22:31:56.215 INFO STEP 8 (remove_files) COMPLETE
53262026-08-28T22:31:57.203Z[ recovery-image] Aug 28 22:31:56.215 INFO O| Aug 28 22:31:56.215 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-28T22:31:57.213Z[ recovery-image] Aug 28 22:31:56.234 INFO O| Aug 28 22:31:56.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53282026-08-28T22:31:57.219Z[ recovery-image] Aug 28 22:31:56.239 INFO O| Aug 28 22:31:56.239 INFO STEP 9 (remove_files) COMPLETE
53292026-08-28T22:31:57.220Z[ recovery-image] Aug 28 22:31:56.239 INFO O| Aug 28 22:31:56.239 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-28T22:31:57.235Z[ recovery-image] Aug 28 22:31:56.254 INFO O| Aug 28 22:31:56.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53312026-08-28T22:31:57.239Z[ recovery-image] Aug 28 22:31:56.258 INFO O| Aug 28 22:31:56.258 INFO STEP 10 (remove_files) COMPLETE
53322026-08-28T22:31:57.239Z[ recovery-image] Aug 28 22:31:56.259 INFO O| Aug 28 22:31:56.258 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-28T22:31:57.263Z[ recovery-image] Aug 28 22:31:56.275 INFO O| Aug 28 22:31:56.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53342026-08-28T22:31:57.271Z[ recovery-image] Aug 28 22:31:56.287 INFO O| Aug 28 22:31:56.287 INFO STEP 11 (remove_files) COMPLETE
53352026-08-28T22:31:57.271Z[ recovery-image] Aug 28 22:31:56.287 INFO O| Aug 28 22:31:56.287 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-28T22:31:57.277Z[ recovery-image] Aug 28 22:31:56.298 INFO O| Aug 28 22:31:56.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53372026-08-28T22:31:57.421Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53382026-08-28T22:31:57.448Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53392026-08-28T22:31:57.494Z[ recovery-image] Aug 28 22:31:56.498 INFO O| Aug 28 22:31:56.498 INFO STEP 12 (remove_files) COMPLETE
53402026-08-28T22:31:57.494Z[ recovery-image] Aug 28 22:31:56.498 INFO O| Aug 28 22:31:56.498 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-28T22:31:57.503Z[ recovery-image] Aug 28 22:31:56.520 INFO O| Aug 28 22:31:56.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53422026-08-28T22:31:57.508Z[ recovery-image] Aug 28 22:31:56.525 INFO O| Aug 28 22:31:56.525 INFO STEP 13 (remove_files) COMPLETE
53432026-08-28T22:31:57.508Z[ recovery-image] Aug 28 22:31:56.525 INFO O| Aug 28 22:31:56.525 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-28T22:31:57.532Z[ recovery-image] Aug 28 22:31:56.553 INFO O| Aug 28 22:31:56.552 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53452026-08-28T22:31:57.575Z[ recovery-image] Aug 28 22:31:56.595 INFO O| Aug 28 22:31:56.595 INFO STEP 14 (remove_files) COMPLETE
53462026-08-28T22:31:57.575Z[ recovery-image] Aug 28 22:31:56.596 INFO O| Aug 28 22:31:56.595 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-28T22:31:57.587Z[ recovery-image] Aug 28 22:31:56.606 INFO O| Aug 28 22:31:56.606 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53482026-08-28T22:31:57.587Z[ recovery-image] Aug 28 22:31:56.606 INFO O| Aug 28 22:31:56.606 INFO STEP 15 (remove_files) COMPLETE
53492026-08-28T22:31:57.587Z[ recovery-image] Aug 28 22:31:56.606 INFO O| Aug 28 22:31:56.606 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-28T22:31:57.599Z[ recovery-image] Aug 28 22:31:56.617 INFO O| Aug 28 22:31:56.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53512026-08-28T22:31:57.604Z[ recovery-image] Aug 28 22:31:56.617 INFO O| Aug 28 22:31:56.617 INFO STEP 16 (remove_files) COMPLETE
53522026-08-28T22:31:57.604Z[ recovery-image] Aug 28 22:31:56.617 INFO O| Aug 28 22:31:56.617 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-28T22:31:57.611Z[ recovery-image] Aug 28 22:31:56.628 INFO O| Aug 28 22:31:56.628 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53542026-08-28T22:31:57.667Z[ recovery-image] Aug 28 22:31:56.686 INFO O| Aug 28 22:31:56.686 INFO STEP 17 (remove_files) COMPLETE
53552026-08-28T22:31:57.667Z[ recovery-image] Aug 28 22:31:56.686 INFO O| Aug 28 22:31:56.686 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-28T22:31:57.700Z[ recovery-image] Aug 28 22:31:56.721 INFO O| Aug 28 22:31:56.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53572026-08-28T22:31:57.729Z[ recovery-image] Aug 28 22:31:56.736 INFO O| Aug 28 22:31:56.736 INFO STEP 18 (remove_files) COMPLETE
53582026-08-28T22:31:57.729Z[ recovery-image] Aug 28 22:31:56.736 INFO O| Aug 28 22:31:56.736 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-28T22:31:57.734Z[ recovery-image] Aug 28 22:31:56.754 INFO O| Aug 28 22:31:56.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53602026-08-28T22:31:57.734Z[ recovery-image] Aug 28 22:31:56.754 INFO O| Aug 28 22:31:56.754 INFO STEP 19 (remove_files) COMPLETE
53612026-08-28T22:31:57.734Z[ recovery-image] Aug 28 22:31:56.754 INFO O| Aug 28 22:31:56.754 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-28T22:31:57.745Z[ recovery-image] Aug 28 22:31:56.764 INFO O| Aug 28 22:31:56.764 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53632026-08-28T22:31:58.006Z[ recovery-image] Aug 28 22:31:57.021 INFO O| Aug 28 22:31:57.021 INFO STEP 20 (remove_files) COMPLETE
53642026-08-28T22:31:58.006Z[ recovery-image] Aug 28 22:31:57.021 INFO O| Aug 28 22:31:57.021 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-28T22:31:58.015Z[ recovery-image] Aug 28 22:31:57.033 INFO O| Aug 28 22:31:57.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53662026-08-28T22:31:58.025Z[ recovery-image] Aug 28 22:31:57.035 INFO O| Aug 28 22:31:57.035 INFO STEP 21 (remove_files) COMPLETE
53672026-08-28T22:31:58.025Z[ recovery-image] Aug 28 22:31:57.035 INFO O| Aug 28 22:31:57.035 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-28T22:31:58.039Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53692026-08-28T22:31:58.042Z[ recovery-image] Aug 28 22:31:57.054 INFO O| Aug 28 22:31:57.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53702026-08-28T22:31:58.043Z[ recovery-image] Aug 28 22:31:57.061 INFO O| Aug 28 22:31:57.061 INFO STEP 22 (remove_files) COMPLETE
53712026-08-28T22:31:58.043Z[ recovery-image] Aug 28 22:31:57.061 INFO O| Aug 28 22:31:57.061 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-28T22:31:58.055Z[ recovery-image] Aug 28 22:31:57.074 INFO O| Aug 28 22:31:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53732026-08-28T22:31:58.055Z[ recovery-image] Aug 28 22:31:57.075 INFO O| Aug 28 22:31:57.075 INFO STEP 23 (remove_files) COMPLETE
53742026-08-28T22:31:58.055Z[ recovery-image] Aug 28 22:31:57.075 INFO O| Aug 28 22:31:57.075 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-28T22:31:58.077Z[ recovery-image] Aug 28 22:31:57.092 INFO O| Aug 28 22:31:57.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53762026-08-28T22:31:58.082Z[ recovery-image] Aug 28 22:31:57.093 INFO O| Aug 28 22:31:57.093 INFO STEP 24 (remove_files) COMPLETE
53772026-08-28T22:31:58.082Z[ recovery-image] Aug 28 22:31:57.093 INFO O| Aug 28 22:31:57.093 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-28T22:31:58.085Z[ recovery-image] Aug 28 22:31:57.104 INFO O| Aug 28 22:31:57.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53792026-08-28T22:31:58.085Z[ recovery-image] Aug 28 22:31:57.104 INFO O| Aug 28 22:31:57.104 INFO STEP 25 (remove_files) COMPLETE
53802026-08-28T22:31:58.085Z[ recovery-image] Aug 28 22:31:57.104 INFO O| Aug 28 22:31:57.104 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-28T22:31:58.094Z[ recovery-image] Aug 28 22:31:57.115 INFO O| Aug 28 22:31:57.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53822026-08-28T22:31:58.094Z[ recovery-image] Aug 28 22:31:57.115 INFO O| Aug 28 22:31:57.115 INFO STEP 26 (remove_files) COMPLETE
53832026-08-28T22:31:58.094Z[ recovery-image] Aug 28 22:31:57.115 INFO O| Aug 28 22:31:57.115 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-28T22:31:58.106Z[ recovery-image] Aug 28 22:31:57.125 INFO O| Aug 28 22:31:57.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53852026-08-28T22:31:58.106Z[ recovery-image] Aug 28 22:31:57.125 INFO O| Aug 28 22:31:57.125 INFO STEP 27 (remove_files) COMPLETE
53862026-08-28T22:31:58.111Z[ recovery-image] Aug 28 22:31:57.125 INFO O| Aug 28 22:31:57.125 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-28T22:31:58.116Z[ recovery-image] Aug 28 22:31:57.134 INFO O| Aug 28 22:31:57.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53882026-08-28T22:31:58.116Z[ recovery-image] Aug 28 22:31:57.134 INFO O| Aug 28 22:31:57.134 INFO STEP 28 (remove_files) COMPLETE
53892026-08-28T22:31:58.116Z[ recovery-image] Aug 28 22:31:57.134 INFO O| Aug 28 22:31:57.134 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-28T22:31:58.130Z[ recovery-image] Aug 28 22:31:57.144 INFO O| Aug 28 22:31:57.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53912026-08-28T22:31:58.131Z[ recovery-image] Aug 28 22:31:57.144 INFO O| Aug 28 22:31:57.144 INFO STEP 29 (remove_files) COMPLETE
53922026-08-28T22:31:58.142Z[ recovery-image] Aug 28 22:31:57.144 INFO O| Aug 28 22:31:57.144 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-28T22:31:58.142Z[ recovery-image] Aug 28 22:31:57.156 INFO O| Aug 28 22:31:57.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53942026-08-28T22:31:58.142Z[ recovery-image] Aug 28 22:31:57.156 INFO O| Aug 28 22:31:57.156 INFO STEP 30 (remove_files) COMPLETE
53952026-08-28T22:31:58.142Z[ recovery-image] Aug 28 22:31:57.156 INFO O| Aug 28 22:31:57.156 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-28T22:31:58.149Z[ recovery-image] Aug 28 22:31:57.166 INFO O| Aug 28 22:31:57.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53972026-08-28T22:31:58.149Z[ recovery-image] Aug 28 22:31:57.167 INFO O| Aug 28 22:31:57.167 INFO STEP 31 (remove_files) COMPLETE
53982026-08-28T22:31:58.149Z[ recovery-image] Aug 28 22:31:57.167 INFO O| Aug 28 22:31:57.167 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-28T22:31:58.164Z[ recovery-image] Aug 28 22:31:57.176 INFO O| Aug 28 22:31:57.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54002026-08-28T22:31:58.168Z[ recovery-image] Aug 28 22:31:57.177 INFO O| Aug 28 22:31:57.177 INFO STEP 32 (remove_files) COMPLETE
54012026-08-28T22:31:58.168Z[ recovery-image] Aug 28 22:31:57.177 INFO O| Aug 28 22:31:57.177 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-28T22:31:58.168Z[ recovery-image] Aug 28 22:31:57.188 INFO O| Aug 28 22:31:57.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54032026-08-28T22:31:58.168Z[ recovery-image] Aug 28 22:31:57.189 INFO O| Aug 28 22:31:57.189 INFO STEP 33 (remove_files) COMPLETE
54042026-08-28T22:31:58.168Z[ recovery-image] Aug 28 22:31:57.189 INFO O| Aug 28 22:31:57.189 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-28T22:31:58.179Z[ recovery-image] Aug 28 22:31:57.198 INFO O| Aug 28 22:31:57.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54062026-08-28T22:31:58.179Z[ recovery-image] Aug 28 22:31:57.198 INFO O| Aug 28 22:31:57.198 INFO STEP 34 (remove_files) COMPLETE
54072026-08-28T22:31:58.179Z[ recovery-image] Aug 28 22:31:57.198 INFO O| Aug 28 22:31:57.198 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-28T22:31:58.188Z[ recovery-image] Aug 28 22:31:57.206 INFO O| Aug 28 22:31:57.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54092026-08-28T22:31:58.202Z[ recovery-image] Aug 28 22:31:57.207 INFO O| Aug 28 22:31:57.207 INFO STEP 35 (remove_files) COMPLETE
54102026-08-28T22:31:58.203Z[ recovery-image] Aug 28 22:31:57.207 INFO O| Aug 28 22:31:57.207 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-28T22:31:58.203Z[ recovery-image] Aug 28 22:31:57.215 INFO O| Aug 28 22:31:57.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54122026-08-28T22:31:58.203Z[ recovery-image] Aug 28 22:31:57.215 INFO O| Aug 28 22:31:57.215 INFO STEP 36 (remove_files) COMPLETE
54132026-08-28T22:31:58.203Z[ recovery-image] Aug 28 22:31:57.215 INFO O| Aug 28 22:31:57.215 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-28T22:31:58.208Z[ recovery-image] Aug 28 22:31:57.223 INFO O| Aug 28 22:31:57.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54152026-08-28T22:31:58.208Z[ recovery-image] Aug 28 22:31:57.224 INFO O| Aug 28 22:31:57.224 INFO STEP 37 (remove_files) COMPLETE
54162026-08-28T22:31:58.208Z[ recovery-image] Aug 28 22:31:57.224 INFO O| Aug 28 22:31:57.224 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-28T22:31:58.215Z[ recovery-image] Aug 28 22:31:57.234 INFO O| Aug 28 22:31:57.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54182026-08-28T22:31:58.215Z[ recovery-image] Aug 28 22:31:57.234 INFO O| Aug 28 22:31:57.234 INFO STEP 38 (remove_files) COMPLETE
54192026-08-28T22:31:58.215Z[ recovery-image] Aug 28 22:31:57.234 INFO O| Aug 28 22:31:57.234 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-28T22:31:58.227Z[ recovery-image] Aug 28 22:31:57.243 INFO O| Aug 28 22:31:57.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54212026-08-28T22:31:58.227Z[ recovery-image] Aug 28 22:31:57.243 INFO O| Aug 28 22:31:57.243 INFO STEP 39 (remove_files) COMPLETE
54222026-08-28T22:31:58.235Z[ recovery-image] Aug 28 22:31:57.243 INFO O| Aug 28 22:31:57.243 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-28T22:31:58.256Z[ recovery-image] Aug 28 22:31:57.253 INFO O| Aug 28 22:31:57.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54242026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.253 INFO O| Aug 28 22:31:57.253 INFO STEP 40 (remove_files) COMPLETE
54252026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.253 INFO O| Aug 28 22:31:57.253 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.262 INFO O| Aug 28 22:31:57.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54272026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.262 INFO O| Aug 28 22:31:57.262 INFO STEP 41 (remove_files) COMPLETE
54282026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.262 INFO O| Aug 28 22:31:57.262 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.271 INFO O| Aug 28 22:31:57.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54302026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.271 INFO O| Aug 28 22:31:57.271 INFO STEP 42 (remove_files) COMPLETE
54312026-08-28T22:31:58.257Z[ recovery-image] Aug 28 22:31:57.271 INFO O| Aug 28 22:31:57.271 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-28T22:31:58.268Z[ recovery-image] Aug 28 22:31:57.279 INFO O| Aug 28 22:31:57.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54332026-08-28T22:31:58.268Z[ recovery-image] Aug 28 22:31:57.279 INFO O| Aug 28 22:31:57.279 INFO STEP 43 (remove_files) COMPLETE
54342026-08-28T22:31:58.268Z[ recovery-image] Aug 28 22:31:57.279 INFO O| Aug 28 22:31:57.279 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-28T22:31:58.275Z[ recovery-image] Aug 28 22:31:57.289 INFO O| Aug 28 22:31:57.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54362026-08-28T22:31:58.275Z[ recovery-image] Aug 28 22:31:57.289 INFO O| Aug 28 22:31:57.289 INFO STEP 44 (remove_files) COMPLETE
54372026-08-28T22:31:58.275Z[ recovery-image] Aug 28 22:31:57.289 INFO O| Aug 28 22:31:57.289 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-28T22:31:58.285Z[ recovery-image] Aug 28 22:31:57.298 INFO O| Aug 28 22:31:57.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54392026-08-28T22:31:58.285Z[ recovery-image] Aug 28 22:31:57.299 INFO O| Aug 28 22:31:57.299 INFO STEP 45 (remove_files) COMPLETE
54402026-08-28T22:31:58.285Z[ recovery-image] Aug 28 22:31:57.299 INFO O| Aug 28 22:31:57.299 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-28T22:31:58.294Z[ recovery-image] Aug 28 22:31:57.308 INFO O| Aug 28 22:31:57.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54422026-08-28T22:31:58.297Z[ recovery-image] Aug 28 22:31:57.308 INFO O| Aug 28 22:31:57.308 INFO STEP 46 (remove_files) COMPLETE
54432026-08-28T22:31:58.297Z[ recovery-image] Aug 28 22:31:57.308 INFO O| Aug 28 22:31:57.308 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-28T22:31:58.302Z[ recovery-image] Aug 28 22:31:57.316 INFO O| Aug 28 22:31:57.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54452026-08-28T22:31:58.302Z[ recovery-image] Aug 28 22:31:57.316 INFO O| Aug 28 22:31:57.316 INFO STEP 47 (remove_files) COMPLETE
54462026-08-28T22:31:58.302Z[ recovery-image] Aug 28 22:31:57.316 INFO O| Aug 28 22:31:57.316 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-28T22:31:58.310Z[verify-libraries] Compiling md5 v0.8.0
54482026-08-28T22:31:58.310Z[ recovery-image] Aug 28 22:31:57.325 INFO O| Aug 28 22:31:57.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54492026-08-28T22:31:58.310Z[ recovery-image] Aug 28 22:31:57.325 INFO O| Aug 28 22:31:57.325 INFO STEP 48 (remove_files) COMPLETE
54502026-08-28T22:31:58.311Z[ recovery-image] Aug 28 22:31:57.325 INFO O| Aug 28 22:31:57.325 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-28T22:31:58.317Z[ recovery-image] Aug 28 22:31:57.335 INFO O| Aug 28 22:31:57.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54522026-08-28T22:31:58.317Z[ recovery-image] Aug 28 22:31:57.335 INFO O| Aug 28 22:31:57.335 INFO STEP 49 (remove_files) COMPLETE
54532026-08-28T22:31:58.317Z[ recovery-image] Aug 28 22:31:57.335 INFO O| Aug 28 22:31:57.335 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-28T22:31:58.333Z[ recovery-image] Aug 28 22:31:57.345 INFO O| Aug 28 22:31:57.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54552026-08-28T22:31:58.333Z[ recovery-image] Aug 28 22:31:57.345 INFO O| Aug 28 22:31:57.345 INFO STEP 50 (remove_files) COMPLETE
54562026-08-28T22:31:58.333Z[ recovery-image] Aug 28 22:31:57.345 INFO O| Aug 28 22:31:57.345 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-28T22:31:58.337Z[ recovery-image] Aug 28 22:31:57.355 INFO O| Aug 28 22:31:57.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54582026-08-28T22:31:58.337Z[ recovery-image] Aug 28 22:31:57.355 INFO O| Aug 28 22:31:57.355 INFO STEP 51 (remove_files) COMPLETE
54592026-08-28T22:31:58.337Z[ recovery-image] Aug 28 22:31:57.355 INFO O| Aug 28 22:31:57.355 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-28T22:31:58.349Z[ recovery-image] Aug 28 22:31:57.365 INFO O| Aug 28 22:31:57.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54612026-08-28T22:31:58.349Z[ recovery-image] Aug 28 22:31:57.365 INFO O| Aug 28 22:31:57.365 INFO STEP 52 (remove_files) COMPLETE
54622026-08-28T22:31:58.349Z[ recovery-image] Aug 28 22:31:57.365 INFO O| Aug 28 22:31:57.365 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-28T22:31:58.361Z[ recovery-image] Aug 28 22:31:57.374 INFO O| Aug 28 22:31:57.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54642026-08-28T22:31:58.361Z[ recovery-image] Aug 28 22:31:57.374 INFO O| Aug 28 22:31:57.374 INFO STEP 53 (remove_files) COMPLETE
54652026-08-28T22:31:58.361Z[ recovery-image] Aug 28 22:31:57.374 INFO O| Aug 28 22:31:57.374 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-28T22:31:58.374Z[ recovery-image] Aug 28 22:31:57.384 INFO O| Aug 28 22:31:57.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54672026-08-28T22:31:58.374Z[ recovery-image] Aug 28 22:31:57.384 INFO O| Aug 28 22:31:57.384 INFO STEP 54 (remove_files) COMPLETE
54682026-08-28T22:31:58.374Z[ recovery-image] Aug 28 22:31:57.384 INFO O| Aug 28 22:31:57.384 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-28T22:31:58.380Z[ recovery-image] Aug 28 22:31:57.394 INFO O| Aug 28 22:31:57.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54702026-08-28T22:31:58.381Z[ recovery-image] Aug 28 22:31:57.394 INFO O| Aug 28 22:31:57.394 INFO STEP 55 (remove_files) COMPLETE
54712026-08-28T22:31:58.381Z[ recovery-image] Aug 28 22:31:57.394 INFO O| Aug 28 22:31:57.394 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-28T22:31:58.395Z[ recovery-image] Aug 28 22:31:57.404 INFO O| Aug 28 22:31:57.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54732026-08-28T22:31:58.395Z[ recovery-image] Aug 28 22:31:57.404 INFO O| Aug 28 22:31:57.404 INFO STEP 56 (remove_files) COMPLETE
54742026-08-28T22:31:58.395Z[ recovery-image] Aug 28 22:31:57.404 INFO O| Aug 28 22:31:57.404 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-28T22:31:58.403Z[ recovery-image] Aug 28 22:31:57.414 INFO O| Aug 28 22:31:57.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54762026-08-28T22:31:58.403Z[ recovery-image] Aug 28 22:31:57.414 INFO O| Aug 28 22:31:57.414 INFO STEP 57 (remove_files) COMPLETE
54772026-08-28T22:31:58.403Z[ recovery-image] Aug 28 22:31:57.414 INFO O| Aug 28 22:31:57.414 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-28T22:31:58.419Z[ recovery-image] Aug 28 22:31:57.424 INFO O| Aug 28 22:31:57.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54792026-08-28T22:31:58.419Z[ recovery-image] Aug 28 22:31:57.424 INFO O| Aug 28 22:31:57.424 INFO STEP 58 (remove_files) COMPLETE
54802026-08-28T22:31:58.419Z[ recovery-image] Aug 28 22:31:57.424 INFO O| Aug 28 22:31:57.424 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-28T22:31:58.428Z[ recovery-image] Aug 28 22:31:57.434 INFO O| Aug 28 22:31:57.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54822026-08-28T22:31:58.428Z[ recovery-image] Aug 28 22:31:57.434 INFO O| Aug 28 22:31:57.434 INFO STEP 59 (remove_files) COMPLETE
54832026-08-28T22:31:58.428Z[ recovery-image] Aug 28 22:31:57.434 INFO O| Aug 28 22:31:57.434 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-28T22:31:58.429Z[ recovery-image] Aug 28 22:31:57.444 INFO O| Aug 28 22:31:57.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54852026-08-28T22:31:58.429Z[ recovery-image] Aug 28 22:31:57.444 INFO O| Aug 28 22:31:57.444 INFO STEP 60 (remove_files) COMPLETE
54862026-08-28T22:31:58.429Z[ recovery-image] Aug 28 22:31:57.444 INFO O| Aug 28 22:31:57.444 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-28T22:31:58.437Z[ recovery-image] Aug 28 22:31:57.455 INFO O| Aug 28 22:31:57.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54882026-08-28T22:31:58.437Z[ recovery-image] Aug 28 22:31:57.455 INFO O| Aug 28 22:31:57.455 INFO STEP 61 (remove_files) COMPLETE
54892026-08-28T22:31:58.437Z[ recovery-image] Aug 28 22:31:57.455 INFO O| Aug 28 22:31:57.455 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-28T22:31:58.449Z[ recovery-image] Aug 28 22:31:57.467 INFO O| Aug 28 22:31:57.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54912026-08-28T22:31:58.449Z[ recovery-image] Aug 28 22:31:57.467 INFO O| Aug 28 22:31:57.467 INFO STEP 62 (remove_files) COMPLETE
54922026-08-28T22:31:58.462Z[ recovery-image] Aug 28 22:31:57.467 INFO O| Aug 28 22:31:57.467 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-28T22:31:58.471Z[ recovery-image] Aug 28 22:31:57.478 INFO O| Aug 28 22:31:57.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54942026-08-28T22:31:58.471Z[ recovery-image] Aug 28 22:31:57.478 INFO O| Aug 28 22:31:57.478 INFO STEP 63 (remove_files) COMPLETE
54952026-08-28T22:31:58.471Z[ recovery-image] Aug 28 22:31:57.478 INFO O| Aug 28 22:31:57.478 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-28T22:31:58.479Z[ recovery-image] Aug 28 22:31:57.488 INFO O| Aug 28 22:31:57.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54972026-08-28T22:31:58.479Z[ recovery-image] Aug 28 22:31:57.488 INFO O| Aug 28 22:31:57.488 INFO STEP 64 (remove_files) COMPLETE
54982026-08-28T22:31:58.479Z[ recovery-image] Aug 28 22:31:57.488 INFO O| Aug 28 22:31:57.488 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-28T22:31:58.486Z[ recovery-image] Aug 28 22:31:57.499 INFO O| Aug 28 22:31:57.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55002026-08-28T22:31:58.486Z[ recovery-image] Aug 28 22:31:57.499 INFO O| Aug 28 22:31:57.499 INFO STEP 65 (remove_files) COMPLETE
55012026-08-28T22:31:58.486Z[ recovery-image] Aug 28 22:31:57.499 INFO O| Aug 28 22:31:57.499 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-28T22:31:58.499Z[ recovery-image] Aug 28 22:31:57.510 INFO O| Aug 28 22:31:57.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55032026-08-28T22:31:58.499Z[ recovery-image] Aug 28 22:31:57.510 INFO O| Aug 28 22:31:57.510 INFO STEP 66 (remove_files) COMPLETE
55042026-08-28T22:31:58.499Z[ recovery-image] Aug 28 22:31:57.510 INFO O| Aug 28 22:31:57.510 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-28T22:31:58.519Z[ recovery-image] Aug 28 22:31:57.519 INFO O| Aug 28 22:31:57.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55062026-08-28T22:31:58.519Z[ recovery-image] Aug 28 22:31:57.519 INFO O| Aug 28 22:31:57.519 INFO STEP 67 (remove_files) COMPLETE
55072026-08-28T22:31:58.519Z[ recovery-image] Aug 28 22:31:57.519 INFO O| Aug 28 22:31:57.519 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-28T22:31:58.519Z[ recovery-image] Aug 28 22:31:57.529 INFO O| Aug 28 22:31:57.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55092026-08-28T22:31:58.519Z[ recovery-image] Aug 28 22:31:57.529 INFO O| Aug 28 22:31:57.529 INFO STEP 68 (remove_files) COMPLETE
55102026-08-28T22:31:58.519Z[ recovery-image] Aug 28 22:31:57.529 INFO O| Aug 28 22:31:57.529 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-28T22:31:58.534Z[ recovery-image] Aug 28 22:31:57.539 INFO O| Aug 28 22:31:57.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55122026-08-28T22:31:58.534Z[ recovery-image] Aug 28 22:31:57.539 INFO O| Aug 28 22:31:57.539 INFO STEP 69 (remove_files) COMPLETE
55132026-08-28T22:31:58.534Z[ recovery-image] Aug 28 22:31:57.539 INFO O| Aug 28 22:31:57.539 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-28T22:31:58.540Z[ recovery-image] Aug 28 22:31:57.550 INFO O| Aug 28 22:31:57.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55152026-08-28T22:31:58.540Z[ recovery-image] Aug 28 22:31:57.550 INFO O| Aug 28 22:31:57.550 INFO STEP 70 (remove_files) COMPLETE
55162026-08-28T22:31:58.540Z[ recovery-image] Aug 28 22:31:57.550 INFO O| Aug 28 22:31:57.550 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-28T22:31:58.546Z[ recovery-image] Aug 28 22:31:57.562 INFO O| Aug 28 22:31:57.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55182026-08-28T22:31:58.546Z[ recovery-image] Aug 28 22:31:57.562 INFO O| Aug 28 22:31:57.562 INFO STEP 71 (remove_files) COMPLETE
55192026-08-28T22:31:58.546Z[ recovery-image] Aug 28 22:31:57.562 INFO O| Aug 28 22:31:57.562 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-28T22:31:58.551Z[ recovery-image] Aug 28 22:31:57.571 INFO O| Aug 28 22:31:57.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55212026-08-28T22:31:58.551Z[ recovery-image] Aug 28 22:31:57.571 INFO O| Aug 28 22:31:57.571 INFO STEP 72 (remove_files) COMPLETE
55222026-08-28T22:31:58.552Z[ recovery-image] Aug 28 22:31:57.571 INFO O| Aug 28 22:31:57.571 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-28T22:31:58.558Z[ recovery-image] Aug 28 22:31:57.579 INFO O| Aug 28 22:31:57.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55242026-08-28T22:31:58.558Z[ recovery-image] Aug 28 22:31:57.579 INFO O| Aug 28 22:31:57.579 INFO STEP 73 (remove_files) COMPLETE
55252026-08-28T22:31:58.564Z[ recovery-image] Aug 28 22:31:57.579 INFO O| Aug 28 22:31:57.579 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-28T22:31:58.577Z[ recovery-image] Aug 28 22:31:57.587 INFO O| Aug 28 22:31:57.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55272026-08-28T22:31:58.578Z[ recovery-image] Aug 28 22:31:57.587 INFO O| Aug 28 22:31:57.587 INFO STEP 74 (remove_files) COMPLETE
55282026-08-28T22:31:58.578Z[ recovery-image] Aug 28 22:31:57.587 INFO O| Aug 28 22:31:57.587 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-28T22:31:58.586Z[ recovery-image] Aug 28 22:31:57.597 INFO O| Aug 28 22:31:57.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55302026-08-28T22:31:58.586Z[ recovery-image] Aug 28 22:31:57.597 INFO O| Aug 28 22:31:57.597 INFO STEP 75 (remove_files) COMPLETE
55312026-08-28T22:31:58.586Z[ recovery-image] Aug 28 22:31:57.597 INFO O| Aug 28 22:31:57.597 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-28T22:31:58.590Z[ recovery-image] Aug 28 22:31:57.606 INFO O| Aug 28 22:31:57.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55332026-08-28T22:31:58.590Z[ recovery-image] Aug 28 22:31:57.606 INFO O| Aug 28 22:31:57.606 INFO STEP 76 (remove_files) COMPLETE
55342026-08-28T22:31:58.590Z[ recovery-image] Aug 28 22:31:57.606 INFO O| Aug 28 22:31:57.606 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-28T22:31:58.617Z[ recovery-image] Aug 28 22:31:57.637 INFO O| Aug 28 22:31:57.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55362026-08-28T22:31:58.617Z[ recovery-image] Aug 28 22:31:57.637 INFO O| Aug 28 22:31:57.637 INFO STEP 77 (remove_files) COMPLETE
55372026-08-28T22:31:58.617Z[ recovery-image] Aug 28 22:31:57.637 INFO O| Aug 28 22:31:57.637 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-28T22:31:58.631Z[ recovery-image] Aug 28 22:31:57.650 INFO O| Aug 28 22:31:57.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55392026-08-28T22:31:58.631Z[ recovery-image] Aug 28 22:31:57.650 INFO O| Aug 28 22:31:57.650 INFO STEP 78 (remove_files) COMPLETE
55402026-08-28T22:31:58.631Z[ recovery-image] Aug 28 22:31:57.650 INFO O| Aug 28 22:31:57.650 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-28T22:31:58.649Z[ recovery-image] Aug 28 22:31:57.659 INFO O| Aug 28 22:31:57.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55422026-08-28T22:31:58.649Z[ recovery-image] Aug 28 22:31:57.659 INFO O| Aug 28 22:31:57.659 INFO STEP 79 (remove_files) COMPLETE
55432026-08-28T22:31:58.649Z[ recovery-image] Aug 28 22:31:57.659 INFO O| Aug 28 22:31:57.659 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-28T22:31:58.654Z[ recovery-image] Aug 28 22:31:57.668 INFO O| Aug 28 22:31:57.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55452026-08-28T22:31:58.654Z[ recovery-image] Aug 28 22:31:57.668 INFO O| Aug 28 22:31:57.668 INFO STEP 80 (remove_files) COMPLETE
55462026-08-28T22:31:58.654Z[ recovery-image] Aug 28 22:31:57.668 INFO O| Aug 28 22:31:57.668 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-28T22:31:58.662Z[ recovery-image] Aug 28 22:31:57.676 INFO O| Aug 28 22:31:57.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55482026-08-28T22:31:58.663Z[ recovery-image] Aug 28 22:31:57.676 INFO O| Aug 28 22:31:57.676 INFO STEP 81 (remove_files) COMPLETE
55492026-08-28T22:31:58.663Z[ recovery-image] Aug 28 22:31:57.676 INFO O| Aug 28 22:31:57.676 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-28T22:31:58.669Z[ recovery-image] Aug 28 22:31:57.685 INFO O| Aug 28 22:31:57.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55512026-08-28T22:31:58.669Z[ recovery-image] Aug 28 22:31:57.685 INFO O| Aug 28 22:31:57.685 INFO STEP 82 (remove_files) COMPLETE
55522026-08-28T22:31:58.669Z[ recovery-image] Aug 28 22:31:57.685 INFO O| Aug 28 22:31:57.685 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-28T22:31:58.690Z[ recovery-image] Aug 28 22:31:57.697 INFO O| Aug 28 22:31:57.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55542026-08-28T22:31:58.690Z[ recovery-image] Aug 28 22:31:57.697 INFO O| Aug 28 22:31:57.697 INFO STEP 83 (remove_files) COMPLETE
55552026-08-28T22:31:58.690Z[ recovery-image] Aug 28 22:31:57.697 INFO O| Aug 28 22:31:57.697 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-28T22:31:58.690Z[verify-libraries] Compiling hex-literal v1.1.0
55572026-08-28T22:31:58.690Z[ recovery-image] Aug 28 22:31:57.707 INFO O| Aug 28 22:31:57.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55582026-08-28T22:31:58.704Z[ recovery-image] Aug 28 22:31:57.716 INFO O| Aug 28 22:31:57.713 INFO STEP 84 (remove_files) COMPLETE
55592026-08-28T22:31:58.704Z[ recovery-image] Aug 28 22:31:57.716 INFO O| Aug 28 22:31:57.713 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-28T22:31:58.711Z[ recovery-image] Aug 28 22:31:57.725 INFO O| Aug 28 22:31:57.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55612026-08-28T22:31:58.711Z[ recovery-image] Aug 28 22:31:57.725 INFO O| Aug 28 22:31:57.725 INFO STEP 85 (remove_files) COMPLETE
55622026-08-28T22:31:58.711Z[ recovery-image] Aug 28 22:31:57.725 INFO O| Aug 28 22:31:57.725 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-28T22:31:58.721Z[ recovery-image] Aug 28 22:31:57.734 INFO O| Aug 28 22:31:57.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55642026-08-28T22:31:58.721Z[ recovery-image] Aug 28 22:31:57.734 INFO O| Aug 28 22:31:57.734 INFO STEP 86 (remove_files) COMPLETE
55652026-08-28T22:31:58.721Z[ recovery-image] Aug 28 22:31:57.734 INFO O| Aug 28 22:31:57.734 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-28T22:31:58.728Z[ recovery-image] Aug 28 22:31:57.743 INFO O| Aug 28 22:31:57.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55672026-08-28T22:31:58.728Z[ recovery-image] Aug 28 22:31:57.743 INFO O| Aug 28 22:31:57.743 INFO STEP 87 (remove_files) COMPLETE
55682026-08-28T22:31:58.729Z[ recovery-image] Aug 28 22:31:57.743 INFO O| Aug 28 22:31:57.743 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-28T22:31:58.745Z[ recovery-image] Aug 28 22:31:57.751 INFO O| Aug 28 22:31:57.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55702026-08-28T22:31:58.753Z[ recovery-image] Aug 28 22:31:57.754 INFO O| Aug 28 22:31:57.754 INFO STEP 88 (remove_files) COMPLETE
55712026-08-28T22:31:58.753Z[ recovery-image] Aug 28 22:31:57.754 INFO O| Aug 28 22:31:57.754 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-28T22:31:58.753Z[ recovery-image] Aug 28 22:31:57.763 INFO O| Aug 28 22:31:57.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55732026-08-28T22:31:58.753Z[ recovery-image] Aug 28 22:31:57.763 INFO O| Aug 28 22:31:57.763 INFO STEP 89 (remove_files) COMPLETE
55742026-08-28T22:31:58.753Z[ recovery-image] Aug 28 22:31:57.763 INFO O| Aug 28 22:31:57.763 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-28T22:31:58.754Z[ recovery-image] Aug 28 22:31:57.772 INFO O| Aug 28 22:31:57.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55762026-08-28T22:31:58.754Z[ recovery-image] Aug 28 22:31:57.772 INFO O| Aug 28 22:31:57.772 INFO STEP 90 (remove_files) COMPLETE
55772026-08-28T22:31:58.754Z[ recovery-image] Aug 28 22:31:57.772 INFO O| Aug 28 22:31:57.772 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-28T22:31:58.779Z[ recovery-image] Aug 28 22:31:57.796 INFO O| Aug 28 22:31:57.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55792026-08-28T22:31:58.779Z[ recovery-image] Aug 28 22:31:57.796 INFO O| Aug 28 22:31:57.796 INFO STEP 91 (remove_files) COMPLETE
55802026-08-28T22:31:58.779Z[ recovery-image] Aug 28 22:31:57.796 INFO O| Aug 28 22:31:57.796 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-28T22:31:58.789Z[ recovery-image] Aug 28 22:31:57.808 INFO O| Aug 28 22:31:57.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55822026-08-28T22:31:58.789Z[ recovery-image] Aug 28 22:31:57.808 INFO O| Aug 28 22:31:57.808 INFO STEP 92 (remove_files) COMPLETE
55832026-08-28T22:31:58.795Z[ recovery-image] Aug 28 22:31:57.808 INFO O| Aug 28 22:31:57.808 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-28T22:31:58.803Z[ recovery-image] Aug 28 22:31:57.818 INFO O| Aug 28 22:31:57.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55852026-08-28T22:31:58.803Z[ recovery-image] Aug 28 22:31:57.818 INFO O| Aug 28 22:31:57.818 INFO STEP 93 (remove_files) COMPLETE
55862026-08-28T22:31:58.803Z[ recovery-image] Aug 28 22:31:57.818 INFO O| Aug 28 22:31:57.818 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-28T22:31:58.808Z[ recovery-image] Aug 28 22:31:57.827 INFO O| Aug 28 22:31:57.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55882026-08-28T22:31:58.809Z[ recovery-image] Aug 28 22:31:57.827 INFO O| Aug 28 22:31:57.827 INFO STEP 94 (remove_files) COMPLETE
55892026-08-28T22:31:58.809Z[ recovery-image] Aug 28 22:31:57.827 INFO O| Aug 28 22:31:57.827 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-28T22:31:58.837Z[ recovery-image] Aug 28 22:31:57.836 INFO O| Aug 28 22:31:57.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55912026-08-28T22:31:58.837Z[ recovery-image] Aug 28 22:31:57.836 INFO O| Aug 28 22:31:57.836 INFO STEP 95 (remove_files) COMPLETE
55922026-08-28T22:31:58.837Z[ recovery-image] Aug 28 22:31:57.836 INFO O| Aug 28 22:31:57.836 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-28T22:31:58.856Z[ recovery-image] Aug 28 22:31:57.860 INFO O| Aug 28 22:31:57.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55942026-08-28T22:31:58.857Z[ recovery-image] Aug 28 22:31:57.860 INFO O| Aug 28 22:31:57.860 INFO STEP 96 (remove_files) COMPLETE
55952026-08-28T22:31:58.864Z[ recovery-image] Aug 28 22:31:57.860 INFO O| Aug 28 22:31:57.860 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-28T22:31:58.864Z[ recovery-image] Aug 28 22:31:57.871 INFO O| Aug 28 22:31:57.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55972026-08-28T22:31:58.864Z[ recovery-image] Aug 28 22:31:57.871 INFO O| Aug 28 22:31:57.871 INFO STEP 97 (remove_files) COMPLETE
55982026-08-28T22:31:58.864Z[ recovery-image] Aug 28 22:31:57.871 INFO O| Aug 28 22:31:57.871 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-28T22:31:58.864Z[ recovery-image] Aug 28 22:31:57.880 INFO O| Aug 28 22:31:57.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56002026-08-28T22:31:58.864Z[ recovery-image] Aug 28 22:31:57.880 INFO O| Aug 28 22:31:57.880 INFO STEP 98 (remove_files) COMPLETE
56012026-08-28T22:31:58.865Z[ recovery-image] Aug 28 22:31:57.880 INFO O| Aug 28 22:31:57.880 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-28T22:31:58.865Z[verify-libraries] Compiling russh v0.62.4
56032026-08-28T22:31:58.896Z[ recovery-image] Aug 28 22:31:57.916 INFO O| Aug 28 22:31:57.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56042026-08-28T22:31:58.896Z[ recovery-image] Aug 28 22:31:57.916 INFO O| Aug 28 22:31:57.916 INFO STEP 99 (remove_files) COMPLETE
56052026-08-28T22:31:58.905Z[ recovery-image] Aug 28 22:31:57.916 INFO O| Aug 28 22:31:57.916 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-28T22:31:58.916Z[ recovery-image] Aug 28 22:31:57.925 INFO O| Aug 28 22:31:57.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56072026-08-28T22:31:58.916Z[ recovery-image] Aug 28 22:31:57.926 INFO O| Aug 28 22:31:57.926 INFO STEP 100 (remove_files) COMPLETE
56082026-08-28T22:31:58.916Z[ recovery-image] Aug 28 22:31:57.926 INFO O| Aug 28 22:31:57.926 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-28T22:31:58.920Z[ recovery-image] Aug 28 22:31:57.937 INFO O| Aug 28 22:31:57.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56102026-08-28T22:31:58.920Z[ recovery-image] Aug 28 22:31:57.937 INFO O| Aug 28 22:31:57.937 INFO STEP 101 (remove_files) COMPLETE
56112026-08-28T22:31:58.920Z[ recovery-image] Aug 28 22:31:57.937 INFO O| Aug 28 22:31:57.937 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-28T22:31:58.927Z[ recovery-image] Aug 28 22:31:57.946 INFO O| Aug 28 22:31:57.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56132026-08-28T22:31:58.927Z[ recovery-image] Aug 28 22:31:57.946 INFO O| Aug 28 22:31:57.946 INFO STEP 102 (remove_files) COMPLETE
56142026-08-28T22:31:58.927Z[ recovery-image] Aug 28 22:31:57.946 INFO O| Aug 28 22:31:57.946 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-28T22:31:58.939Z[ recovery-image] Aug 28 22:31:57.956 INFO O| Aug 28 22:31:57.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56162026-08-28T22:31:58.939Z[ recovery-image] Aug 28 22:31:57.956 INFO O| Aug 28 22:31:57.956 INFO STEP 103 (remove_files) COMPLETE
56172026-08-28T22:31:58.939Z[ recovery-image] Aug 28 22:31:57.956 INFO O| Aug 28 22:31:57.956 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-28T22:31:58.953Z[ recovery-image] Aug 28 22:31:57.972 INFO O| Aug 28 22:31:57.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56192026-08-28T22:31:58.953Z[ recovery-image] Aug 28 22:31:57.972 INFO O| Aug 28 22:31:57.972 INFO STEP 104 (remove_files) COMPLETE
56202026-08-28T22:31:58.963Z[ recovery-image] Aug 28 22:31:57.972 INFO O| Aug 28 22:31:57.972 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-28T22:31:58.969Z[ recovery-image] Aug 28 22:31:57.988 INFO O| Aug 28 22:31:57.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56222026-08-28T22:31:58.969Z[ recovery-image] Aug 28 22:31:57.988 INFO O| Aug 28 22:31:57.988 INFO STEP 105 (remove_files) COMPLETE
56232026-08-28T22:31:58.979Z[ recovery-image] Aug 28 22:31:57.988 INFO O| Aug 28 22:31:57.988 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-28T22:31:59.019Z[ recovery-image] Aug 28 22:31:58.028 INFO O| Aug 28 22:31:58.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56252026-08-28T22:31:59.019Z[ recovery-image] Aug 28 22:31:58.028 INFO O| Aug 28 22:31:58.028 INFO STEP 106 (remove_files) COMPLETE
56262026-08-28T22:31:59.024Z[ recovery-image] Aug 28 22:31:58.029 INFO O| Aug 28 22:31:58.028 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-28T22:31:59.024Z[ recovery-image] Aug 28 22:31:58.038 INFO O| Aug 28 22:31:58.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56282026-08-28T22:31:59.024Z[ recovery-image] Aug 28 22:31:58.038 INFO O| Aug 28 22:31:58.038 INFO STEP 107 (remove_files) COMPLETE
56292026-08-28T22:31:59.024Z[ recovery-image] Aug 28 22:31:58.038 INFO O| Aug 28 22:31:58.038 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-28T22:31:59.038Z[ recovery-image] Aug 28 22:31:58.047 INFO O| Aug 28 22:31:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56312026-08-28T22:31:59.038Z[ recovery-image] Aug 28 22:31:58.047 INFO O| Aug 28 22:31:58.047 INFO STEP 108 (remove_files) COMPLETE
56322026-08-28T22:31:59.038Z[ recovery-image] Aug 28 22:31:58.047 INFO O| Aug 28 22:31:58.047 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-28T22:31:59.044Z[ recovery-image] Aug 28 22:31:58.056 INFO O| Aug 28 22:31:58.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56342026-08-28T22:31:59.044Z[ recovery-image] Aug 28 22:31:58.056 INFO O| Aug 28 22:31:58.056 INFO STEP 109 (remove_files) COMPLETE
56352026-08-28T22:31:59.044Z[ recovery-image] Aug 28 22:31:58.056 INFO O| Aug 28 22:31:58.056 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-28T22:31:59.056Z[ recovery-image] Aug 28 22:31:58.065 INFO O| Aug 28 22:31:58.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56372026-08-28T22:31:59.056Z[ recovery-image] Aug 28 22:31:58.066 INFO O| Aug 28 22:31:58.066 INFO STEP 110 (remove_files) COMPLETE
56382026-08-28T22:31:59.056Z[ recovery-image] Aug 28 22:31:58.066 INFO O| Aug 28 22:31:58.066 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-28T22:31:59.065Z[ recovery-image] Aug 28 22:31:58.075 INFO O| Aug 28 22:31:58.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56402026-08-28T22:31:59.065Z[ recovery-image] Aug 28 22:31:58.075 INFO O| Aug 28 22:31:58.075 INFO STEP 111 (remove_files) COMPLETE
56412026-08-28T22:31:59.065Z[ recovery-image] Aug 28 22:31:58.075 INFO O| Aug 28 22:31:58.075 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-28T22:31:59.071Z[ recovery-image] Aug 28 22:31:58.084 INFO O| Aug 28 22:31:58.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56432026-08-28T22:31:59.071Z[ recovery-image] Aug 28 22:31:58.085 INFO O| Aug 28 22:31:58.085 INFO STEP 112 (remove_files) COMPLETE
56442026-08-28T22:31:59.071Z[ recovery-image] Aug 28 22:31:58.085 INFO O| Aug 28 22:31:58.085 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-28T22:31:59.075Z[ recovery-image] Aug 28 22:31:58.095 INFO O| Aug 28 22:31:58.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56462026-08-28T22:31:59.075Z[ recovery-image] Aug 28 22:31:58.095 INFO O| Aug 28 22:31:58.095 INFO STEP 113 (remove_files) COMPLETE
56472026-08-28T22:31:59.075Z[ recovery-image] Aug 28 22:31:58.095 INFO O| Aug 28 22:31:58.095 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-28T22:31:59.088Z[ recovery-image] Aug 28 22:31:58.105 INFO O| Aug 28 22:31:58.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56492026-08-28T22:31:59.088Z[ recovery-image] Aug 28 22:31:58.105 INFO O| Aug 28 22:31:58.105 INFO STEP 114 (remove_files) COMPLETE
56502026-08-28T22:31:59.101Z[ recovery-image] Aug 28 22:31:58.105 INFO O| Aug 28 22:31:58.105 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-28T22:31:59.101Z[ recovery-image] Aug 28 22:31:58.116 INFO O| Aug 28 22:31:58.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56522026-08-28T22:31:59.101Z[ recovery-image] Aug 28 22:31:58.116 INFO O| Aug 28 22:31:58.116 INFO STEP 115 (remove_files) COMPLETE
56532026-08-28T22:31:59.102Z[ recovery-image] Aug 28 22:31:58.116 INFO O| Aug 28 22:31:58.116 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-28T22:31:59.118Z[ recovery-image] Aug 28 22:31:58.128 INFO O| Aug 28 22:31:58.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56552026-08-28T22:31:59.118Z[ recovery-image] Aug 28 22:31:58.128 INFO O| Aug 28 22:31:58.128 INFO STEP 116 (remove_files) COMPLETE
56562026-08-28T22:31:59.123Z[ recovery-image] Aug 28 22:31:58.128 INFO O| Aug 28 22:31:58.128 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-28T22:31:59.123Z[ recovery-image] Aug 28 22:31:58.139 INFO O| Aug 28 22:31:58.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56582026-08-28T22:31:59.123Z[ recovery-image] Aug 28 22:31:58.139 INFO O| Aug 28 22:31:58.139 INFO STEP 117 (remove_files) COMPLETE
56592026-08-28T22:31:59.123Z[ recovery-image] Aug 28 22:31:58.139 INFO O| Aug 28 22:31:58.139 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-28T22:31:59.129Z[ recovery-image] Aug 28 22:31:58.148 INFO O| Aug 28 22:31:58.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56612026-08-28T22:31:59.129Z[ recovery-image] Aug 28 22:31:58.148 INFO O| Aug 28 22:31:58.148 INFO STEP 118 (remove_files) COMPLETE
56622026-08-28T22:31:59.129Z[ recovery-image] Aug 28 22:31:58.148 INFO O| Aug 28 22:31:58.148 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-28T22:31:59.140Z[ recovery-image] Aug 28 22:31:58.158 INFO O| Aug 28 22:31:58.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56642026-08-28T22:31:59.140Z[ recovery-image] Aug 28 22:31:58.158 INFO O| Aug 28 22:31:58.158 INFO STEP 119 (remove_files) COMPLETE
56652026-08-28T22:31:59.148Z[ recovery-image] Aug 28 22:31:58.158 INFO O| Aug 28 22:31:58.158 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-28T22:31:59.148Z[ recovery-image] Aug 28 22:31:58.167 INFO O| Aug 28 22:31:58.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56672026-08-28T22:31:59.148Z[ recovery-image] Aug 28 22:31:58.167 INFO O| Aug 28 22:31:58.167 INFO STEP 120 (remove_files) COMPLETE
56682026-08-28T22:31:59.148Z[ recovery-image] Aug 28 22:31:58.167 INFO O| Aug 28 22:31:58.167 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-28T22:31:59.159Z[ recovery-image] Aug 28 22:31:58.179 INFO O| Aug 28 22:31:58.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56702026-08-28T22:31:59.160Z[ recovery-image] Aug 28 22:31:58.179 INFO O| Aug 28 22:31:58.179 INFO STEP 121 (remove_files) COMPLETE
56712026-08-28T22:31:59.166Z[ recovery-image] Aug 28 22:31:58.179 INFO O| Aug 28 22:31:58.179 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-28T22:31:59.172Z[ recovery-image] Aug 28 22:31:58.190 INFO O| Aug 28 22:31:58.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56732026-08-28T22:31:59.172Z[ recovery-image] Aug 28 22:31:58.190 INFO O| Aug 28 22:31:58.190 INFO STEP 122 (remove_files) COMPLETE
56742026-08-28T22:31:59.172Z[ recovery-image] Aug 28 22:31:58.190 INFO O| Aug 28 22:31:58.190 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-28T22:31:59.181Z[ recovery-image] Aug 28 22:31:58.201 INFO O| Aug 28 22:31:58.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56762026-08-28T22:31:59.182Z[ recovery-image] Aug 28 22:31:58.201 INFO O| Aug 28 22:31:58.201 INFO STEP 123 (remove_files) COMPLETE
56772026-08-28T22:31:59.182Z[ recovery-image] Aug 28 22:31:58.201 INFO O| Aug 28 22:31:58.201 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-28T22:31:59.193Z[ recovery-image] Aug 28 22:31:58.212 INFO O| Aug 28 22:31:58.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56792026-08-28T22:31:59.194Z[ recovery-image] Aug 28 22:31:58.212 INFO O| Aug 28 22:31:58.212 INFO STEP 124 (remove_files) COMPLETE
56802026-08-28T22:31:59.194Z[ recovery-image] Aug 28 22:31:58.212 INFO O| Aug 28 22:31:58.212 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-28T22:31:59.203Z[ recovery-image] Aug 28 22:31:58.223 INFO O| Aug 28 22:31:58.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56822026-08-28T22:31:59.216Z[ recovery-image] Aug 28 22:31:58.223 INFO O| Aug 28 22:31:58.223 INFO STEP 125 (remove_files) COMPLETE
56832026-08-28T22:31:59.216Z[ recovery-image] Aug 28 22:31:58.223 INFO O| Aug 28 22:31:58.223 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-28T22:31:59.222Z[ recovery-image] Aug 28 22:31:58.233 INFO O| Aug 28 22:31:58.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56852026-08-28T22:31:59.222Z[ recovery-image] Aug 28 22:31:58.233 INFO O| Aug 28 22:31:58.233 INFO STEP 126 (remove_files) COMPLETE
56862026-08-28T22:31:59.222Z[ recovery-image] Aug 28 22:31:58.233 INFO O| Aug 28 22:31:58.233 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-28T22:31:59.222Z[ recovery-image] Aug 28 22:31:58.241 INFO O| Aug 28 22:31:58.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56882026-08-28T22:31:59.223Z[ recovery-image] Aug 28 22:31:58.241 INFO O| Aug 28 22:31:58.241 INFO STEP 127 (remove_files) COMPLETE
56892026-08-28T22:31:59.223Z[ recovery-image] Aug 28 22:31:58.241 INFO O| Aug 28 22:31:58.241 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-28T22:31:59.230Z[ recovery-image] Aug 28 22:31:58.250 INFO O| Aug 28 22:31:58.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56912026-08-28T22:31:59.230Z[ recovery-image] Aug 28 22:31:58.250 INFO O| Aug 28 22:31:58.250 INFO STEP 128 (remove_files) COMPLETE
56922026-08-28T22:31:59.235Z[ recovery-image] Aug 28 22:31:58.250 INFO O| Aug 28 22:31:58.250 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-28T22:31:59.247Z[ recovery-image] Aug 28 22:31:58.258 INFO O| Aug 28 22:31:58.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56942026-08-28T22:31:59.247Z[ recovery-image] Aug 28 22:31:58.258 INFO O| Aug 28 22:31:58.258 INFO STEP 129 (remove_files) COMPLETE
56952026-08-28T22:31:59.247Z[ recovery-image] Aug 28 22:31:58.258 INFO O| Aug 28 22:31:58.258 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-28T22:31:59.255Z[ recovery-image] Aug 28 22:31:58.269 INFO O| Aug 28 22:31:58.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56972026-08-28T22:31:59.255Z[ recovery-image] Aug 28 22:31:58.269 INFO O| Aug 28 22:31:58.269 INFO STEP 130 (remove_files) COMPLETE
56982026-08-28T22:31:59.255Z[ recovery-image] Aug 28 22:31:58.269 INFO O| Aug 28 22:31:58.269 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-28T22:31:59.269Z[ recovery-image] Aug 28 22:31:58.279 INFO O| Aug 28 22:31:58.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57002026-08-28T22:31:59.269Z[ recovery-image] Aug 28 22:31:58.279 INFO O| Aug 28 22:31:58.279 INFO STEP 131 (remove_files) COMPLETE
57012026-08-28T22:31:59.269Z[ recovery-image] Aug 28 22:31:58.279 INFO O| Aug 28 22:31:58.279 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-28T22:31:59.279Z[ recovery-image] Aug 28 22:31:58.291 INFO O| Aug 28 22:31:58.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57032026-08-28T22:31:59.279Z[ recovery-image] Aug 28 22:31:58.291 INFO O| Aug 28 22:31:58.291 INFO STEP 132 (remove_files) COMPLETE
57042026-08-28T22:31:59.279Z[ recovery-image] Aug 28 22:31:58.291 INFO O| Aug 28 22:31:58.291 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-28T22:31:59.290Z[ recovery-image] Aug 28 22:31:58.301 INFO O| Aug 28 22:31:58.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57062026-08-28T22:31:59.290Z[ recovery-image] Aug 28 22:31:58.301 INFO O| Aug 28 22:31:58.301 INFO STEP 133 (remove_files) COMPLETE
57072026-08-28T22:31:59.290Z[ recovery-image] Aug 28 22:31:58.301 INFO O| Aug 28 22:31:58.301 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-28T22:31:59.296Z[ recovery-image] Aug 28 22:31:58.311 INFO O| Aug 28 22:31:58.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57092026-08-28T22:31:59.296Z[ recovery-image] Aug 28 22:31:58.311 INFO O| Aug 28 22:31:58.311 INFO STEP 134 (remove_files) COMPLETE
57102026-08-28T22:31:59.296Z[ recovery-image] Aug 28 22:31:58.311 INFO O| Aug 28 22:31:58.311 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-28T22:31:59.304Z[ recovery-image] Aug 28 22:31:58.322 INFO O| Aug 28 22:31:58.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57122026-08-28T22:31:59.304Z[ recovery-image] Aug 28 22:31:58.322 INFO O| Aug 28 22:31:58.322 INFO STEP 135 (remove_files) COMPLETE
57132026-08-28T22:31:59.304Z[ recovery-image] Aug 28 22:31:58.322 INFO O| Aug 28 22:31:58.322 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-28T22:31:59.313Z[ recovery-image] Aug 28 22:31:58.333 INFO O| Aug 28 22:31:58.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57152026-08-28T22:31:59.313Z[ recovery-image] Aug 28 22:31:58.333 INFO O| Aug 28 22:31:58.333 INFO STEP 136 (remove_files) COMPLETE
57162026-08-28T22:31:59.313Z[ recovery-image] Aug 28 22:31:58.333 INFO O| Aug 28 22:31:58.333 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-28T22:31:59.326Z[ recovery-image] Aug 28 22:31:58.343 INFO O| Aug 28 22:31:58.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57182026-08-28T22:31:59.326Z[ recovery-image] Aug 28 22:31:58.343 INFO O| Aug 28 22:31:58.343 INFO STEP 137 (remove_files) COMPLETE
57192026-08-28T22:31:59.326Z[ recovery-image] Aug 28 22:31:58.343 INFO O| Aug 28 22:31:58.343 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-28T22:31:59.337Z[ recovery-image] Aug 28 22:31:58.353 INFO O| Aug 28 22:31:58.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57212026-08-28T22:31:59.338Z[ recovery-image] Aug 28 22:31:58.353 INFO O| Aug 28 22:31:58.353 INFO STEP 138 (remove_files) COMPLETE
57222026-08-28T22:31:59.338Z[ recovery-image] Aug 28 22:31:58.353 INFO O| Aug 28 22:31:58.353 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-28T22:31:59.343Z[ recovery-image] Aug 28 22:31:58.363 INFO O| Aug 28 22:31:58.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57242026-08-28T22:31:59.343Z[ recovery-image] Aug 28 22:31:58.363 INFO O| Aug 28 22:31:58.363 INFO STEP 139 (remove_files) COMPLETE
57252026-08-28T22:31:59.347Z[ recovery-image] Aug 28 22:31:58.363 INFO O| Aug 28 22:31:58.363 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-28T22:31:59.352Z[ recovery-image] Aug 28 22:31:58.373 INFO O| Aug 28 22:31:58.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57272026-08-28T22:31:59.352Z[ recovery-image] Aug 28 22:31:58.373 INFO O| Aug 28 22:31:58.373 INFO STEP 140 (remove_files) COMPLETE
57282026-08-28T22:31:59.352Z[ recovery-image] Aug 28 22:31:58.373 INFO O| Aug 28 22:31:58.373 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-28T22:31:59.373Z[ recovery-image] Aug 28 22:31:58.385 INFO O| Aug 28 22:31:58.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57302026-08-28T22:31:59.373Z[ recovery-image] Aug 28 22:31:58.385 INFO O| Aug 28 22:31:58.385 INFO STEP 141 (remove_files) COMPLETE
57312026-08-28T22:31:59.373Z[ recovery-image] Aug 28 22:31:58.385 INFO O| Aug 28 22:31:58.385 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-28T22:31:59.382Z[ recovery-image] Aug 28 22:31:58.395 INFO O| Aug 28 22:31:58.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57332026-08-28T22:31:59.382Z[ recovery-image] Aug 28 22:31:58.395 INFO O| Aug 28 22:31:58.395 INFO STEP 142 (remove_files) COMPLETE
57342026-08-28T22:31:59.383Z[ recovery-image] Aug 28 22:31:58.395 INFO O| Aug 28 22:31:58.395 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-28T22:31:59.387Z[ recovery-image] Aug 28 22:31:58.406 INFO O| Aug 28 22:31:58.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57362026-08-28T22:31:59.387Z[ recovery-image] Aug 28 22:31:58.406 INFO O| Aug 28 22:31:58.406 INFO STEP 143 (remove_files) COMPLETE
57372026-08-28T22:31:59.391Z[ recovery-image] Aug 28 22:31:58.406 INFO O| Aug 28 22:31:58.406 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-28T22:31:59.396Z[ recovery-image] Aug 28 22:31:58.416 INFO O| Aug 28 22:31:58.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57392026-08-28T22:31:59.396Z[ recovery-image] Aug 28 22:31:58.416 INFO O| Aug 28 22:31:58.416 INFO STEP 144 (remove_files) COMPLETE
57402026-08-28T22:31:59.405Z[ recovery-image] Aug 28 22:31:58.416 INFO O| Aug 28 22:31:58.416 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-28T22:31:59.411Z[ recovery-image] Aug 28 22:31:58.427 INFO O| Aug 28 22:31:58.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57422026-08-28T22:31:59.411Z[ recovery-image] Aug 28 22:31:58.427 INFO O| Aug 28 22:31:58.427 INFO STEP 145 (remove_files) COMPLETE
57432026-08-28T22:31:59.412Z[ recovery-image] Aug 28 22:31:58.427 INFO O| Aug 28 22:31:58.427 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-28T22:31:59.416Z[ recovery-image] Aug 28 22:31:58.436 INFO O| Aug 28 22:31:58.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57452026-08-28T22:31:59.416Z[ recovery-image] Aug 28 22:31:58.436 INFO O| Aug 28 22:31:58.436 INFO STEP 146 (remove_files) COMPLETE
57462026-08-28T22:31:59.416Z[ recovery-image] Aug 28 22:31:58.436 INFO O| Aug 28 22:31:58.436 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-28T22:31:59.426Z[ recovery-image] Aug 28 22:31:58.445 INFO O| Aug 28 22:31:58.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57482026-08-28T22:31:59.426Z[ recovery-image] Aug 28 22:31:58.446 INFO O| Aug 28 22:31:58.446 INFO STEP 147 (remove_files) COMPLETE
57492026-08-28T22:31:59.433Z[ recovery-image] Aug 28 22:31:58.446 INFO O| Aug 28 22:31:58.446 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-28T22:31:59.437Z[ recovery-image] Aug 28 22:31:58.457 INFO O| Aug 28 22:31:58.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57512026-08-28T22:31:59.437Z[ recovery-image] Aug 28 22:31:58.457 INFO O| Aug 28 22:31:58.457 INFO STEP 148 (remove_files) COMPLETE
57522026-08-28T22:31:59.437Z[ recovery-image] Aug 28 22:31:58.457 INFO O| Aug 28 22:31:58.457 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-28T22:31:59.451Z[ recovery-image] Aug 28 22:31:58.468 INFO O| Aug 28 22:31:58.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57542026-08-28T22:31:59.452Z[ recovery-image] Aug 28 22:31:58.468 INFO O| Aug 28 22:31:58.468 INFO STEP 149 (remove_files) COMPLETE
57552026-08-28T22:31:59.452Z[ recovery-image] Aug 28 22:31:58.468 INFO O| Aug 28 22:31:58.468 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-28T22:31:59.475Z[ recovery-image] Aug 28 22:31:58.480 INFO O| Aug 28 22:31:58.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57572026-08-28T22:31:59.475Z[ recovery-image] Aug 28 22:31:58.480 INFO O| Aug 28 22:31:58.480 INFO STEP 150 (remove_files) COMPLETE
57582026-08-28T22:31:59.475Z[ recovery-image] Aug 28 22:31:58.480 INFO O| Aug 28 22:31:58.480 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-28T22:31:59.482Z[ recovery-image] Aug 28 22:31:58.490 INFO O| Aug 28 22:31:58.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57602026-08-28T22:31:59.482Z[ recovery-image] Aug 28 22:31:58.490 INFO O| Aug 28 22:31:58.490 INFO STEP 151 (remove_files) COMPLETE
57612026-08-28T22:31:59.482Z[ recovery-image] Aug 28 22:31:58.490 INFO O| Aug 28 22:31:58.490 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-28T22:31:59.486Z[ recovery-image] Aug 28 22:31:58.501 INFO O| Aug 28 22:31:58.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57632026-08-28T22:31:59.486Z[ recovery-image] Aug 28 22:31:58.501 INFO O| Aug 28 22:31:58.501 INFO STEP 152 (remove_files) COMPLETE
57642026-08-28T22:31:59.486Z[ recovery-image] Aug 28 22:31:58.501 INFO O| Aug 28 22:31:58.501 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-28T22:31:59.502Z[ recovery-image] Aug 28 22:31:58.512 INFO O| Aug 28 22:31:58.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57662026-08-28T22:31:59.502Z[ recovery-image] Aug 28 22:31:58.512 INFO O| Aug 28 22:31:58.512 INFO STEP 153 (remove_files) COMPLETE
57672026-08-28T22:31:59.502Z[ recovery-image] Aug 28 22:31:58.512 INFO O| Aug 28 22:31:58.512 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.523 INFO O| Aug 28 22:31:58.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57692026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.523 INFO O| Aug 28 22:31:58.523 INFO STEP 154 (remove_files) COMPLETE
57702026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.523 INFO O| Aug 28 22:31:58.523 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.532 INFO O| Aug 28 22:31:58.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57722026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.532 INFO O| Aug 28 22:31:58.532 INFO STEP 155 (remove_files) COMPLETE
57732026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.532 INFO O| Aug 28 22:31:58.532 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.542 INFO O| Aug 28 22:31:58.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57752026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.542 INFO O| Aug 28 22:31:58.542 INFO STEP 156 (remove_files) COMPLETE
57762026-08-28T22:31:59.530Z[ recovery-image] Aug 28 22:31:58.542 INFO O| Aug 28 22:31:58.542 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-28T22:31:59.537Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
57782026-08-28T22:31:59.537Z[ recovery-image] Aug 28 22:31:58.552 INFO O| Aug 28 22:31:58.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57792026-08-28T22:31:59.537Z[ recovery-image] Aug 28 22:31:58.552 INFO O| Aug 28 22:31:58.552 INFO STEP 157 (remove_files) COMPLETE
57802026-08-28T22:31:59.537Z[ recovery-image] Aug 28 22:31:58.552 INFO O| Aug 28 22:31:58.552 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-28T22:31:59.543Z[ recovery-image] Aug 28 22:31:58.564 INFO O| Aug 28 22:31:58.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57822026-08-28T22:31:59.544Z[ recovery-image] Aug 28 22:31:58.564 INFO O| Aug 28 22:31:58.563 INFO STEP 158 (remove_files) COMPLETE
57832026-08-28T22:31:59.544Z[ recovery-image] Aug 28 22:31:58.564 INFO O| Aug 28 22:31:58.563 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-28T22:31:59.551Z[ recovery-image] Aug 28 22:31:58.572 INFO O| Aug 28 22:31:58.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57852026-08-28T22:31:59.561Z[ recovery-image] Aug 28 22:31:58.572 INFO O| Aug 28 22:31:58.572 INFO STEP 159 (remove_files) COMPLETE
57862026-08-28T22:31:59.561Z[ recovery-image] Aug 28 22:31:58.573 INFO O| Aug 28 22:31:58.572 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-28T22:31:59.561Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
57882026-08-28T22:31:59.570Z[ recovery-image] Aug 28 22:31:58.584 INFO O| Aug 28 22:31:58.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57892026-08-28T22:31:59.571Z[ recovery-image] Aug 28 22:31:58.584 INFO O| Aug 28 22:31:58.584 INFO STEP 160 (remove_files) COMPLETE
57902026-08-28T22:31:59.571Z[ recovery-image] Aug 28 22:31:58.584 INFO O| Aug 28 22:31:58.584 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-28T22:31:59.579Z[ recovery-image] Aug 28 22:31:58.594 INFO O| Aug 28 22:31:58.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57922026-08-28T22:31:59.579Z[ recovery-image] Aug 28 22:31:58.594 INFO O| Aug 28 22:31:58.594 INFO STEP 161 (remove_files) COMPLETE
57932026-08-28T22:31:59.579Z[ recovery-image] Aug 28 22:31:58.594 INFO O| Aug 28 22:31:58.594 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-28T22:31:59.587Z[ recovery-image] Aug 28 22:31:58.604 INFO O| Aug 28 22:31:58.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57952026-08-28T22:31:59.587Z[ recovery-image] Aug 28 22:31:58.604 INFO O| Aug 28 22:31:58.604 INFO STEP 162 (remove_files) COMPLETE
57962026-08-28T22:31:59.587Z[ recovery-image] Aug 28 22:31:58.604 INFO O| Aug 28 22:31:58.604 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-28T22:31:59.595Z[ recovery-image] Aug 28 22:31:58.615 INFO O| Aug 28 22:31:58.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57982026-08-28T22:31:59.595Z[ recovery-image] Aug 28 22:31:58.615 INFO O| Aug 28 22:31:58.615 INFO STEP 163 (remove_files) COMPLETE
57992026-08-28T22:31:59.595Z[ recovery-image] Aug 28 22:31:58.615 INFO O| Aug 28 22:31:58.615 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-28T22:31:59.603Z[ recovery-image] Aug 28 22:31:58.624 INFO O| Aug 28 22:31:58.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58012026-08-28T22:31:59.604Z[ recovery-image] Aug 28 22:31:58.624 INFO O| Aug 28 22:31:58.624 INFO STEP 164 (remove_files) COMPLETE
58022026-08-28T22:31:59.604Z[ recovery-image] Aug 28 22:31:58.624 INFO O| Aug 28 22:31:58.624 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-28T22:31:59.615Z[ recovery-image] Aug 28 22:31:58.634 INFO O| Aug 28 22:31:58.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58042026-08-28T22:31:59.615Z[ recovery-image] Aug 28 22:31:58.634 INFO O| Aug 28 22:31:58.634 INFO STEP 165 (remove_files) COMPLETE
58052026-08-28T22:31:59.615Z[ recovery-image] Aug 28 22:31:58.634 INFO O| Aug 28 22:31:58.634 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-28T22:31:59.627Z[ recovery-image] Aug 28 22:31:58.644 INFO O| Aug 28 22:31:58.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58072026-08-28T22:31:59.627Z[ recovery-image] Aug 28 22:31:58.644 INFO O| Aug 28 22:31:58.644 INFO STEP 166 (remove_files) COMPLETE
58082026-08-28T22:31:59.634Z[ recovery-image] Aug 28 22:31:58.644 INFO O| Aug 28 22:31:58.644 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-28T22:31:59.638Z[ recovery-image] Aug 28 22:31:58.654 INFO O| Aug 28 22:31:58.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58102026-08-28T22:31:59.638Z[ recovery-image] Aug 28 22:31:58.654 INFO O| Aug 28 22:31:58.654 INFO STEP 167 (remove_files) COMPLETE
58112026-08-28T22:31:59.638Z[ recovery-image] Aug 28 22:31:58.654 INFO O| Aug 28 22:31:58.654 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-28T22:31:59.646Z[ recovery-image] Aug 28 22:31:58.665 INFO O| Aug 28 22:31:58.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58132026-08-28T22:31:59.646Z[ recovery-image] Aug 28 22:31:58.665 INFO O| Aug 28 22:31:58.665 INFO STEP 168 (remove_files) COMPLETE
58142026-08-28T22:31:59.646Z[ recovery-image] Aug 28 22:31:58.665 INFO O| Aug 28 22:31:58.665 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-28T22:31:59.655Z[ recovery-image] Aug 28 22:31:58.674 INFO O| Aug 28 22:31:58.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58162026-08-28T22:31:59.655Z[ recovery-image] Aug 28 22:31:58.674 INFO O| Aug 28 22:31:58.674 INFO STEP 169 (remove_files) COMPLETE
58172026-08-28T22:31:59.662Z[ recovery-image] Aug 28 22:31:58.674 INFO O| Aug 28 22:31:58.674 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-28T22:31:59.669Z[ recovery-image] Aug 28 22:31:58.684 INFO O| Aug 28 22:31:58.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58192026-08-28T22:31:59.669Z[ recovery-image] Aug 28 22:31:58.684 INFO O| Aug 28 22:31:58.684 INFO STEP 170 (remove_files) COMPLETE
58202026-08-28T22:31:59.670Z[ recovery-image] Aug 28 22:31:58.684 INFO O| Aug 28 22:31:58.684 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-28T22:31:59.674Z[ recovery-image] Aug 28 22:31:58.694 INFO O| Aug 28 22:31:58.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58222026-08-28T22:31:59.674Z[ recovery-image] Aug 28 22:31:58.694 INFO O| Aug 28 22:31:58.694 INFO STEP 171 (remove_files) COMPLETE
58232026-08-28T22:31:59.674Z[ recovery-image] Aug 28 22:31:58.694 INFO O| Aug 28 22:31:58.694 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-28T22:31:59.685Z[ recovery-image] Aug 28 22:31:58.704 INFO O| Aug 28 22:31:58.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58252026-08-28T22:31:59.685Z[ recovery-image] Aug 28 22:31:58.704 INFO O| Aug 28 22:31:58.704 INFO STEP 172 (remove_files) COMPLETE
58262026-08-28T22:31:59.685Z[ recovery-image] Aug 28 22:31:58.704 INFO O| Aug 28 22:31:58.704 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-28T22:31:59.697Z[ recovery-image] Aug 28 22:31:58.714 INFO O| Aug 28 22:31:58.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58282026-08-28T22:31:59.697Z[ recovery-image] Aug 28 22:31:58.714 INFO O| Aug 28 22:31:58.714 INFO STEP 173 (remove_files) COMPLETE
58292026-08-28T22:31:59.702Z[ recovery-image] Aug 28 22:31:58.714 INFO O| Aug 28 22:31:58.714 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-28T22:31:59.708Z[ recovery-image] Aug 28 22:31:58.725 INFO O| Aug 28 22:31:58.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58312026-08-28T22:31:59.708Z[ recovery-image] Aug 28 22:31:58.725 INFO O| Aug 28 22:31:58.725 INFO STEP 174 (remove_files) COMPLETE
58322026-08-28T22:31:59.708Z[ recovery-image] Aug 28 22:31:58.725 INFO O| Aug 28 22:31:58.725 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-28T22:31:59.715Z[ recovery-image] Aug 28 22:31:58.735 INFO O| Aug 28 22:31:58.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58342026-08-28T22:31:59.715Z[ recovery-image] Aug 28 22:31:58.735 INFO O| Aug 28 22:31:58.735 INFO STEP 175 (remove_files) COMPLETE
58352026-08-28T22:31:59.715Z[ recovery-image] Aug 28 22:31:58.735 INFO O| Aug 28 22:31:58.735 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-28T22:31:59.724Z[ recovery-image] Aug 28 22:31:58.745 INFO O| Aug 28 22:31:58.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58372026-08-28T22:31:59.724Z[ recovery-image] Aug 28 22:31:58.745 INFO O| Aug 28 22:31:58.745 INFO STEP 176 (remove_files) COMPLETE
58382026-08-28T22:31:59.732Z[ recovery-image] Aug 28 22:31:58.745 INFO O| Aug 28 22:31:58.745 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-28T22:31:59.740Z[ recovery-image] Aug 28 22:31:58.756 INFO O| Aug 28 22:31:58.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58402026-08-28T22:31:59.740Z[ recovery-image] Aug 28 22:31:58.756 INFO O| Aug 28 22:31:58.756 INFO STEP 177 (remove_files) COMPLETE
58412026-08-28T22:31:59.741Z[ recovery-image] Aug 28 22:31:58.756 INFO O| Aug 28 22:31:58.756 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-28T22:31:59.747Z[ recovery-image] Aug 28 22:31:58.766 INFO O| Aug 28 22:31:58.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58432026-08-28T22:31:59.759Z[ recovery-image] Aug 28 22:31:58.766 INFO O| Aug 28 22:31:58.766 INFO STEP 178 (remove_files) COMPLETE
58442026-08-28T22:31:59.759Z[ recovery-image] Aug 28 22:31:58.766 INFO O| Aug 28 22:31:58.766 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-28T22:31:59.763Z[ recovery-image] Aug 28 22:31:58.777 INFO O| Aug 28 22:31:58.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58462026-08-28T22:31:59.763Z[ recovery-image] Aug 28 22:31:58.777 INFO O| Aug 28 22:31:58.777 INFO STEP 179 (remove_files) COMPLETE
58472026-08-28T22:31:59.763Z[ recovery-image] Aug 28 22:31:58.777 INFO O| Aug 28 22:31:58.777 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-28T22:31:59.771Z[ recovery-image] Aug 28 22:31:58.787 INFO O| Aug 28 22:31:58.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58492026-08-28T22:31:59.771Z[ recovery-image] Aug 28 22:31:58.787 INFO O| Aug 28 22:31:58.787 INFO STEP 180 (remove_files) COMPLETE
58502026-08-28T22:31:59.771Z[ recovery-image] Aug 28 22:31:58.787 INFO O| Aug 28 22:31:58.787 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-28T22:31:59.780Z[ recovery-image] Aug 28 22:31:58.798 INFO O| Aug 28 22:31:58.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58522026-08-28T22:31:59.780Z[ recovery-image] Aug 28 22:31:58.798 INFO O| Aug 28 22:31:58.797 INFO STEP 181 (remove_files) COMPLETE
58532026-08-28T22:31:59.780Z[ recovery-image] Aug 28 22:31:58.798 INFO O| Aug 28 22:31:58.797 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-28T22:31:59.786Z[ recovery-image] Aug 28 22:31:58.806 INFO O| Aug 28 22:31:58.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58552026-08-28T22:31:59.786Z[ recovery-image] Aug 28 22:31:58.806 INFO O| Aug 28 22:31:58.806 INFO STEP 182 (remove_files) COMPLETE
58562026-08-28T22:31:59.786Z[ recovery-image] Aug 28 22:31:58.806 INFO O| Aug 28 22:31:58.806 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-28T22:31:59.796Z[ recovery-image] Aug 28 22:31:58.814 INFO O| Aug 28 22:31:58.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58582026-08-28T22:31:59.796Z[ recovery-image] Aug 28 22:31:58.814 INFO O| Aug 28 22:31:58.814 INFO STEP 183 (remove_files) COMPLETE
58592026-08-28T22:31:59.802Z[ recovery-image] Aug 28 22:31:58.814 INFO O| Aug 28 22:31:58.814 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-28T22:31:59.805Z[ recovery-image] Aug 28 22:31:58.823 INFO O| Aug 28 22:31:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58612026-08-28T22:31:59.805Z[ recovery-image] Aug 28 22:31:58.823 INFO O| Aug 28 22:31:58.823 INFO STEP 184 (remove_files) COMPLETE
58622026-08-28T22:31:59.805Z[ recovery-image] Aug 28 22:31:58.823 INFO O| Aug 28 22:31:58.823 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-28T22:31:59.817Z[ recovery-image] Aug 28 22:31:58.832 INFO O| Aug 28 22:31:58.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58642026-08-28T22:31:59.817Z[ recovery-image] Aug 28 22:31:58.832 INFO O| Aug 28 22:31:58.832 INFO STEP 185 (remove_files) COMPLETE
58652026-08-28T22:31:59.817Z[ recovery-image] Aug 28 22:31:58.832 INFO O| Aug 28 22:31:58.832 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-28T22:31:59.830Z[ recovery-image] Aug 28 22:31:58.844 INFO O| Aug 28 22:31:58.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58672026-08-28T22:31:59.830Z[ recovery-image] Aug 28 22:31:58.844 INFO O| Aug 28 22:31:58.844 INFO STEP 186 (remove_files) COMPLETE
58682026-08-28T22:31:59.830Z[ recovery-image] Aug 28 22:31:58.844 INFO O| Aug 28 22:31:58.844 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-28T22:31:59.841Z[ recovery-image] Aug 28 22:31:58.859 INFO O| Aug 28 22:31:58.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58702026-08-28T22:31:59.841Z[ recovery-image] Aug 28 22:31:58.859 INFO O| Aug 28 22:31:58.859 INFO STEP 187 (remove_files) COMPLETE
58712026-08-28T22:31:59.850Z[ recovery-image] Aug 28 22:31:58.859 INFO O| Aug 28 22:31:58.859 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-28T22:31:59.850Z[ recovery-image] Aug 28 22:31:58.869 INFO O| Aug 28 22:31:58.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58732026-08-28T22:31:59.850Z[ recovery-image] Aug 28 22:31:58.869 INFO O| Aug 28 22:31:58.869 INFO STEP 188 (remove_files) COMPLETE
58742026-08-28T22:31:59.850Z[ recovery-image] Aug 28 22:31:58.869 INFO O| Aug 28 22:31:58.869 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-28T22:31:59.863Z[ recovery-image] Aug 28 22:31:58.879 INFO O| Aug 28 22:31:58.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58762026-08-28T22:31:59.863Z[ recovery-image] Aug 28 22:31:58.879 INFO O| Aug 28 22:31:58.879 INFO STEP 189 (remove_files) COMPLETE
58772026-08-28T22:31:59.863Z[ recovery-image] Aug 28 22:31:58.879 INFO O| Aug 28 22:31:58.879 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-28T22:31:59.870Z[ recovery-image] Aug 28 22:31:58.888 INFO O| Aug 28 22:31:58.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58792026-08-28T22:31:59.870Z[ recovery-image] Aug 28 22:31:58.888 INFO O| Aug 28 22:31:58.888 INFO STEP 190 (remove_files) COMPLETE
58802026-08-28T22:31:59.870Z[ recovery-image] Aug 28 22:31:58.888 INFO O| Aug 28 22:31:58.888 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-28T22:31:59.880Z[ recovery-image] Aug 28 22:31:58.898 INFO O| Aug 28 22:31:58.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58822026-08-28T22:31:59.880Z[ recovery-image] Aug 28 22:31:58.898 INFO O| Aug 28 22:31:58.898 INFO STEP 191 (remove_files) COMPLETE
58832026-08-28T22:31:59.880Z[ recovery-image] Aug 28 22:31:58.898 INFO O| Aug 28 22:31:58.898 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-28T22:31:59.891Z[ recovery-image] Aug 28 22:31:58.911 INFO O| Aug 28 22:31:58.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58852026-08-28T22:31:59.891Z[ recovery-image] Aug 28 22:31:58.911 INFO O| Aug 28 22:31:58.910 INFO STEP 192 (remove_files) COMPLETE
58862026-08-28T22:31:59.891Z[ recovery-image] Aug 28 22:31:58.911 INFO O| Aug 28 22:31:58.910 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-28T22:31:59.900Z[ recovery-image] Aug 28 22:31:58.919 INFO O| Aug 28 22:31:58.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58882026-08-28T22:31:59.901Z[ recovery-image] Aug 28 22:31:58.919 INFO O| Aug 28 22:31:58.919 INFO STEP 193 (remove_files) COMPLETE
58892026-08-28T22:31:59.901Z[ recovery-image] Aug 28 22:31:58.919 INFO O| Aug 28 22:31:58.919 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-28T22:31:59.919Z[ recovery-image] Aug 28 22:31:58.939 INFO O| Aug 28 22:31:58.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58912026-08-28T22:31:59.919Z[ recovery-image] Aug 28 22:31:58.939 INFO O| Aug 28 22:31:58.939 INFO STEP 194 (remove_files) COMPLETE
58922026-08-28T22:31:59.919Z[ recovery-image] Aug 28 22:31:58.939 INFO O| Aug 28 22:31:58.939 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-28T22:31:59.933Z[ recovery-image] Aug 28 22:31:58.950 INFO O| Aug 28 22:31:58.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58942026-08-28T22:31:59.934Z[ recovery-image] Aug 28 22:31:58.950 INFO O| Aug 28 22:31:58.950 INFO STEP 195 (remove_files) COMPLETE
58952026-08-28T22:31:59.934Z[ recovery-image] Aug 28 22:31:58.950 INFO O| Aug 28 22:31:58.950 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-28T22:31:59.945Z[ recovery-image] Aug 28 22:31:58.960 INFO O| Aug 28 22:31:58.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58972026-08-28T22:31:59.945Z[ recovery-image] Aug 28 22:31:58.960 INFO O| Aug 28 22:31:58.960 INFO STEP 196 (remove_files) COMPLETE
58982026-08-28T22:31:59.945Z[ recovery-image] Aug 28 22:31:58.960 INFO O| Aug 28 22:31:58.960 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-28T22:31:59.957Z[ recovery-image] Aug 28 22:31:58.977 INFO O| Aug 28 22:31:58.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59002026-08-28T22:31:59.957Z[ recovery-image] Aug 28 22:31:58.977 INFO O| Aug 28 22:31:58.977 INFO STEP 197 (remove_files) COMPLETE
59012026-08-28T22:31:59.957Z[ recovery-image] Aug 28 22:31:58.977 INFO O| Aug 28 22:31:58.977 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-28T22:31:59.983Z[ recovery-image] Aug 28 22:31:58.994 INFO O| Aug 28 22:31:58.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59032026-08-28T22:31:59.984Z[ recovery-image] Aug 28 22:31:58.994 INFO O| Aug 28 22:31:58.994 INFO STEP 198 (remove_files) COMPLETE
59042026-08-28T22:31:59.984Z[ recovery-image] Aug 28 22:31:58.994 INFO O| Aug 28 22:31:58.994 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-28T22:31:59.991Z[ recovery-image] Aug 28 22:31:59.010 INFO O| Aug 28 22:31:59.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59062026-08-28T22:31:59.991Z[ recovery-image] Aug 28 22:31:59.010 INFO O| Aug 28 22:31:59.010 INFO STEP 199 (remove_files) COMPLETE
59072026-08-28T22:31:59.991Z[ recovery-image] Aug 28 22:31:59.010 INFO O| Aug 28 22:31:59.010 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-28T22:32:00.002Z[ recovery-image] Aug 28 22:31:59.020 INFO O| Aug 28 22:31:59.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59092026-08-28T22:32:00.002Z[ recovery-image] Aug 28 22:31:59.020 INFO O| Aug 28 22:31:59.020 INFO STEP 200 (remove_files) COMPLETE
59102026-08-28T22:32:00.009Z[ recovery-image] Aug 28 22:31:59.020 INFO O| Aug 28 22:31:59.020 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-28T22:32:00.009Z[ recovery-image] Aug 28 22:31:59.028 INFO O| Aug 28 22:31:59.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59122026-08-28T22:32:00.010Z[ recovery-image] Aug 28 22:31:59.028 INFO O| Aug 28 22:31:59.028 INFO STEP 201 (remove_files) COMPLETE
59132026-08-28T22:32:00.010Z[ recovery-image] Aug 28 22:31:59.028 INFO O| Aug 28 22:31:59.028 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-28T22:32:00.018Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59152026-08-28T22:32:00.022Z[ recovery-image] Aug 28 22:31:59.040 INFO O| Aug 28 22:31:59.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59162026-08-28T22:32:00.022Z[ recovery-image] Aug 28 22:31:59.040 INFO O| Aug 28 22:31:59.040 INFO STEP 202 (remove_files) COMPLETE
59172026-08-28T22:32:00.023Z[ recovery-image] Aug 28 22:31:59.040 INFO O| Aug 28 22:31:59.040 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-28T22:32:00.034Z[ recovery-image] Aug 28 22:31:59.052 INFO O| Aug 28 22:31:59.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59192026-08-28T22:32:00.037Z[ recovery-image] Aug 28 22:31:59.052 INFO O| Aug 28 22:31:59.052 INFO STEP 203 (remove_files) COMPLETE
59202026-08-28T22:32:00.037Z[ recovery-image] Aug 28 22:31:59.052 INFO O| Aug 28 22:31:59.052 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-28T22:32:00.041Z[ recovery-image] Aug 28 22:31:59.062 INFO O| Aug 28 22:31:59.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59222026-08-28T22:32:00.042Z[ recovery-image] Aug 28 22:31:59.062 INFO O| Aug 28 22:31:59.062 INFO STEP 204 (remove_files) COMPLETE
59232026-08-28T22:32:00.049Z[ recovery-image] Aug 28 22:31:59.062 INFO O| Aug 28 22:31:59.062 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-28T22:32:00.058Z[ recovery-image] Aug 28 22:31:59.073 INFO O| Aug 28 22:31:59.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59252026-08-28T22:32:00.058Z[ recovery-image] Aug 28 22:31:59.073 INFO O| Aug 28 22:31:59.073 INFO STEP 205 (remove_files) COMPLETE
59262026-08-28T22:32:00.059Z[ recovery-image] Aug 28 22:31:59.073 INFO O| Aug 28 22:31:59.073 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-28T22:32:00.066Z[ recovery-image] Aug 28 22:31:59.084 INFO O| Aug 28 22:31:59.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59282026-08-28T22:32:00.066Z[ recovery-image] Aug 28 22:31:59.084 INFO O| Aug 28 22:31:59.084 INFO STEP 206 (remove_files) COMPLETE
59292026-08-28T22:32:00.066Z[ recovery-image] Aug 28 22:31:59.084 INFO O| Aug 28 22:31:59.084 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-28T22:32:00.078Z[ recovery-image] Aug 28 22:31:59.094 INFO O| Aug 28 22:31:59.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59312026-08-28T22:32:00.079Z[ recovery-image] Aug 28 22:31:59.094 INFO O| Aug 28 22:31:59.094 INFO STEP 207 (remove_files) COMPLETE
59322026-08-28T22:32:00.079Z[ recovery-image] Aug 28 22:31:59.094 INFO O| Aug 28 22:31:59.094 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-28T22:32:00.093Z[ recovery-image] Aug 28 22:31:59.104 INFO O| Aug 28 22:31:59.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59342026-08-28T22:32:00.093Z[ recovery-image] Aug 28 22:31:59.104 INFO O| Aug 28 22:31:59.104 INFO STEP 208 (remove_files) COMPLETE
59352026-08-28T22:32:00.093Z[ recovery-image] Aug 28 22:31:59.104 INFO O| Aug 28 22:31:59.104 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-28T22:32:00.100Z[ recovery-image] Aug 28 22:31:59.114 INFO O| Aug 28 22:31:59.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59372026-08-28T22:32:00.100Z[ recovery-image] Aug 28 22:31:59.114 INFO O| Aug 28 22:31:59.114 INFO STEP 209 (remove_files) COMPLETE
59382026-08-28T22:32:00.100Z[ recovery-image] Aug 28 22:31:59.114 INFO O| Aug 28 22:31:59.114 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-28T22:32:00.110Z[ recovery-image] Aug 28 22:31:59.124 INFO O| Aug 28 22:31:59.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59402026-08-28T22:32:00.110Z[ recovery-image] Aug 28 22:31:59.124 INFO O| Aug 28 22:31:59.124 INFO STEP 210 (remove_files) COMPLETE
59412026-08-28T22:32:00.110Z[ recovery-image] Aug 28 22:31:59.124 INFO O| Aug 28 22:31:59.124 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-28T22:32:00.127Z[ recovery-image] Aug 28 22:31:59.134 INFO O| Aug 28 22:31:59.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59432026-08-28T22:32:00.127Z[ recovery-image] Aug 28 22:31:59.135 INFO O| Aug 28 22:31:59.135 INFO STEP 211 (remove_files) COMPLETE
59442026-08-28T22:32:00.127Z[ recovery-image] Aug 28 22:31:59.135 INFO O| Aug 28 22:31:59.135 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-28T22:32:00.148Z[ recovery-image] Aug 28 22:31:59.145 INFO O| Aug 28 22:31:59.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59462026-08-28T22:32:00.148Z[ recovery-image] Aug 28 22:31:59.145 INFO O| Aug 28 22:31:59.145 INFO STEP 212 (remove_files) COMPLETE
59472026-08-28T22:32:00.148Z[ recovery-image] Aug 28 22:31:59.145 INFO O| Aug 28 22:31:59.145 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-28T22:32:00.155Z[ recovery-image] Aug 28 22:31:59.155 INFO O| Aug 28 22:31:59.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59492026-08-28T22:32:00.155Z[ recovery-image] Aug 28 22:31:59.155 INFO O| Aug 28 22:31:59.155 INFO STEP 213 (remove_files) COMPLETE
59502026-08-28T22:32:00.155Z[ recovery-image] Aug 28 22:31:59.155 INFO O| Aug 28 22:31:59.155 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-28T22:32:00.155Z[ recovery-image] Aug 28 22:31:59.165 INFO O| Aug 28 22:31:59.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59522026-08-28T22:32:00.155Z[ recovery-image] Aug 28 22:31:59.165 INFO O| Aug 28 22:31:59.165 INFO STEP 214 (remove_files) COMPLETE
59532026-08-28T22:32:00.156Z[ recovery-image] Aug 28 22:31:59.165 INFO O| Aug 28 22:31:59.165 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-28T22:32:00.165Z[ recovery-image] Aug 28 22:31:59.175 INFO O| Aug 28 22:31:59.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59552026-08-28T22:32:00.165Z[ recovery-image] Aug 28 22:31:59.175 INFO O| Aug 28 22:31:59.175 INFO STEP 215 (remove_files) COMPLETE
59562026-08-28T22:32:00.165Z[ recovery-image] Aug 28 22:31:59.175 INFO O| Aug 28 22:31:59.175 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-28T22:32:00.171Z[ recovery-image] Aug 28 22:31:59.186 INFO O| Aug 28 22:31:59.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59582026-08-28T22:32:00.171Z[ recovery-image] Aug 28 22:31:59.186 INFO O| Aug 28 22:31:59.186 INFO STEP 216 (remove_files) COMPLETE
59592026-08-28T22:32:00.171Z[ recovery-image] Aug 28 22:31:59.186 INFO O| Aug 28 22:31:59.186 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-28T22:32:00.188Z[ recovery-image] Aug 28 22:31:59.197 INFO O| Aug 28 22:31:59.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59612026-08-28T22:32:00.188Z[ recovery-image] Aug 28 22:31:59.197 INFO O| Aug 28 22:31:59.197 INFO STEP 217 (remove_files) COMPLETE
59622026-08-28T22:32:00.195Z[ recovery-image] Aug 28 22:31:59.197 INFO O| Aug 28 22:31:59.197 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-28T22:32:00.196Z[ recovery-image] Aug 28 22:31:59.207 INFO O| Aug 28 22:31:59.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59642026-08-28T22:32:00.196Z[ recovery-image] Aug 28 22:31:59.207 INFO O| Aug 28 22:31:59.207 INFO STEP 218 (remove_files) COMPLETE
59652026-08-28T22:32:00.196Z[ recovery-image] Aug 28 22:31:59.207 INFO O| Aug 28 22:31:59.207 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-28T22:32:00.215Z[ recovery-image] Aug 28 22:31:59.218 INFO O| Aug 28 22:31:59.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59672026-08-28T22:32:00.215Z[ recovery-image] Aug 28 22:31:59.218 INFO O| Aug 28 22:31:59.218 INFO STEP 219 (remove_files) COMPLETE
59682026-08-28T22:32:00.215Z[ recovery-image] Aug 28 22:31:59.218 INFO O| Aug 28 22:31:59.218 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-28T22:32:00.215Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59702026-08-28T22:32:00.215Z[ recovery-image] Aug 28 22:31:59.227 INFO O| Aug 28 22:31:59.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59712026-08-28T22:32:00.215Z[ recovery-image] Aug 28 22:31:59.227 INFO O| Aug 28 22:31:59.227 INFO STEP 220 (remove_files) COMPLETE
59722026-08-28T22:32:00.215Z[ recovery-image] Aug 28 22:31:59.227 INFO O| Aug 28 22:31:59.227 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-28T22:32:00.222Z[ recovery-image] Aug 28 22:31:59.239 INFO O| Aug 28 22:31:59.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59742026-08-28T22:32:00.222Z[ recovery-image] Aug 28 22:31:59.239 INFO O| Aug 28 22:31:59.239 INFO STEP 221 (remove_files) COMPLETE
59752026-08-28T22:32:00.222Z[ recovery-image] Aug 28 22:31:59.239 INFO O| Aug 28 22:31:59.239 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-28T22:32:00.243Z[ recovery-image] Aug 28 22:31:59.250 INFO O| Aug 28 22:31:59.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59772026-08-28T22:32:00.244Z[ recovery-image] Aug 28 22:31:59.250 INFO O| Aug 28 22:31:59.250 INFO STEP 222 (remove_files) COMPLETE
59782026-08-28T22:32:00.244Z[ recovery-image] Aug 28 22:31:59.250 INFO O| Aug 28 22:31:59.250 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-28T22:32:00.249Z[ recovery-image] Aug 28 22:31:59.261 INFO O| Aug 28 22:31:59.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59802026-08-28T22:32:00.249Z[ recovery-image] Aug 28 22:31:59.261 INFO O| Aug 28 22:31:59.261 INFO STEP 223 (remove_files) COMPLETE
59812026-08-28T22:32:00.249Z[ recovery-image] Aug 28 22:31:59.261 INFO O| Aug 28 22:31:59.261 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-28T22:32:00.252Z[ recovery-image] Aug 28 22:31:59.270 INFO O| Aug 28 22:31:59.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59832026-08-28T22:32:00.253Z[ recovery-image] Aug 28 22:31:59.271 INFO O| Aug 28 22:31:59.271 INFO STEP 224 (remove_files) COMPLETE
59842026-08-28T22:32:00.253Z[ recovery-image] Aug 28 22:31:59.271 INFO O| Aug 28 22:31:59.271 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-28T22:32:00.260Z[ recovery-image] Aug 28 22:31:59.280 INFO O| Aug 28 22:31:59.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59862026-08-28T22:32:00.260Z[ recovery-image] Aug 28 22:31:59.280 INFO O| Aug 28 22:31:59.280 INFO STEP 225 (remove_files) COMPLETE
59872026-08-28T22:32:00.260Z[ recovery-image] Aug 28 22:31:59.280 INFO O| Aug 28 22:31:59.280 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-28T22:32:00.275Z[ recovery-image] Aug 28 22:31:59.289 INFO O| Aug 28 22:31:59.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59892026-08-28T22:32:00.275Z[ recovery-image] Aug 28 22:31:59.289 INFO O| Aug 28 22:31:59.289 INFO STEP 226 (remove_files) COMPLETE
59902026-08-28T22:32:00.275Z[ recovery-image] Aug 28 22:31:59.289 INFO O| Aug 28 22:31:59.289 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-28T22:32:00.292Z[ recovery-image] Aug 28 22:31:59.297 INFO O| Aug 28 22:31:59.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59922026-08-28T22:32:00.292Z[ recovery-image] Aug 28 22:31:59.297 INFO O| Aug 28 22:31:59.297 INFO STEP 227 (remove_files) COMPLETE
59932026-08-28T22:32:00.292Z[ recovery-image] Aug 28 22:31:59.297 INFO O| Aug 28 22:31:59.297 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-28T22:32:00.292Z[ recovery-image] Aug 28 22:31:59.305 INFO O| Aug 28 22:31:59.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59952026-08-28T22:32:00.293Z[ recovery-image] Aug 28 22:31:59.305 INFO O| Aug 28 22:31:59.305 INFO STEP 228 (remove_files) COMPLETE
59962026-08-28T22:32:00.293Z[ recovery-image] Aug 28 22:31:59.305 INFO O| Aug 28 22:31:59.305 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-28T22:32:00.308Z[ recovery-image] Aug 28 22:31:59.313 INFO O| Aug 28 22:31:59.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59982026-08-28T22:32:00.308Z[ recovery-image] Aug 28 22:31:59.314 INFO O| Aug 28 22:31:59.314 INFO STEP 229 (remove_files) COMPLETE
59992026-08-28T22:32:00.308Z[ recovery-image] Aug 28 22:31:59.314 INFO O| Aug 28 22:31:59.314 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-28T22:32:00.308Z[ recovery-image] Aug 28 22:31:59.324 INFO O| Aug 28 22:31:59.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60012026-08-28T22:32:00.308Z[ recovery-image] Aug 28 22:31:59.324 INFO O| Aug 28 22:31:59.324 INFO STEP 230 (remove_files) COMPLETE
60022026-08-28T22:32:00.308Z[ recovery-image] Aug 28 22:31:59.324 INFO O| Aug 28 22:31:59.324 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-28T22:32:00.317Z[ recovery-image] Aug 28 22:31:59.334 INFO O| Aug 28 22:31:59.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60042026-08-28T22:32:00.317Z[ recovery-image] Aug 28 22:31:59.334 INFO O| Aug 28 22:31:59.334 INFO STEP 231 (remove_files) COMPLETE
60052026-08-28T22:32:00.317Z[ recovery-image] Aug 28 22:31:59.334 INFO O| Aug 28 22:31:59.334 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-28T22:32:00.339Z[ recovery-image] Aug 28 22:31:59.342 INFO O| Aug 28 22:31:59.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60072026-08-28T22:32:00.352Z[ recovery-image] Aug 28 22:31:59.342 INFO O| Aug 28 22:31:59.342 INFO STEP 232 (remove_files) COMPLETE
60082026-08-28T22:32:00.353Z[ recovery-image] Aug 28 22:31:59.342 INFO O| Aug 28 22:31:59.342 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-28T22:32:00.353Z[ recovery-image] Aug 28 22:31:59.353 INFO O| Aug 28 22:31:59.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60102026-08-28T22:32:00.353Z[ recovery-image] Aug 28 22:31:59.354 INFO O| Aug 28 22:31:59.353 INFO STEP 233 (remove_files) COMPLETE
60112026-08-28T22:32:00.354Z[ recovery-image] Aug 28 22:31:59.354 INFO O| Aug 28 22:31:59.353 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-28T22:32:00.354Z[ recovery-image] Aug 28 22:31:59.364 INFO O| Aug 28 22:31:59.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60132026-08-28T22:32:00.354Z[ recovery-image] Aug 28 22:31:59.366 INFO O| Aug 28 22:31:59.366 INFO STEP 234 (remove_files) COMPLETE
60142026-08-28T22:32:00.354Z[ recovery-image] Aug 28 22:31:59.366 INFO O| Aug 28 22:31:59.366 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-28T22:32:00.360Z[ recovery-image] Aug 28 22:31:59.377 INFO O| Aug 28 22:31:59.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60162026-08-28T22:32:00.360Z[ recovery-image] Aug 28 22:31:59.377 INFO O| Aug 28 22:31:59.377 INFO STEP 235 (remove_files) COMPLETE
60172026-08-28T22:32:00.360Z[ recovery-image] Aug 28 22:31:59.377 INFO O| Aug 28 22:31:59.377 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-28T22:32:00.377Z[ recovery-image] Aug 28 22:31:59.387 INFO O| Aug 28 22:31:59.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60192026-08-28T22:32:00.377Z[ recovery-image] Aug 28 22:31:59.387 INFO O| Aug 28 22:31:59.387 INFO STEP 236 (remove_files) COMPLETE
60202026-08-28T22:32:00.377Z[ recovery-image] Aug 28 22:31:59.387 INFO O| Aug 28 22:31:59.387 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-28T22:32:00.382Z[ recovery-image] Aug 28 22:31:59.396 INFO O| Aug 28 22:31:59.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60222026-08-28T22:32:00.382Z[ recovery-image] Aug 28 22:31:59.396 INFO O| Aug 28 22:31:59.396 INFO STEP 237 (remove_files) COMPLETE
60232026-08-28T22:32:00.382Z[ recovery-image] Aug 28 22:31:59.396 INFO O| Aug 28 22:31:59.396 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-28T22:32:00.388Z[ recovery-image] Aug 28 22:31:59.405 INFO O| Aug 28 22:31:59.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60252026-08-28T22:32:00.388Z[ recovery-image] Aug 28 22:31:59.405 INFO O| Aug 28 22:31:59.405 INFO STEP 238 (remove_files) COMPLETE
60262026-08-28T22:32:00.388Z[ recovery-image] Aug 28 22:31:59.405 INFO O| Aug 28 22:31:59.405 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-28T22:32:00.395Z[ recovery-image] Aug 28 22:31:59.414 INFO O| Aug 28 22:31:59.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60282026-08-28T22:32:00.395Z[ recovery-image] Aug 28 22:31:59.414 INFO O| Aug 28 22:31:59.414 INFO STEP 239 (remove_files) COMPLETE
60292026-08-28T22:32:00.395Z[ recovery-image] Aug 28 22:31:59.414 INFO O| Aug 28 22:31:59.414 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-28T22:32:00.404Z[ recovery-image] Aug 28 22:31:59.424 INFO O| Aug 28 22:31:59.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60312026-08-28T22:32:00.404Z[ recovery-image] Aug 28 22:31:59.424 INFO O| Aug 28 22:31:59.424 INFO STEP 240 (remove_files) COMPLETE
60322026-08-28T22:32:00.404Z[ recovery-image] Aug 28 22:31:59.424 INFO O| Aug 28 22:31:59.424 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-28T22:32:00.412Z[ recovery-image] Aug 28 22:31:59.433 INFO O| Aug 28 22:31:59.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60342026-08-28T22:32:00.412Z[ recovery-image] Aug 28 22:31:59.433 INFO O| Aug 28 22:31:59.433 INFO STEP 241 (remove_files) COMPLETE
60352026-08-28T22:32:00.412Z[ recovery-image] Aug 28 22:31:59.433 INFO O| Aug 28 22:31:59.433 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-28T22:32:00.421Z[ recovery-image] Aug 28 22:31:59.442 INFO O| Aug 28 22:31:59.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60372026-08-28T22:32:00.421Z[ recovery-image] Aug 28 22:31:59.442 INFO O| Aug 28 22:31:59.442 INFO STEP 242 (remove_files) COMPLETE
60382026-08-28T22:32:00.426Z[ recovery-image] Aug 28 22:31:59.442 INFO O| Aug 28 22:31:59.442 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-28T22:32:00.444Z[ recovery-image] Aug 28 22:31:59.450 INFO O| Aug 28 22:31:59.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60402026-08-28T22:32:00.444Z[ recovery-image] Aug 28 22:31:59.450 INFO O| Aug 28 22:31:59.450 INFO STEP 243 (remove_files) COMPLETE
60412026-08-28T22:32:00.445Z[ recovery-image] Aug 28 22:31:59.450 INFO O| Aug 28 22:31:59.450 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-28T22:32:00.510Z[ recovery-image] Aug 28 22:31:59.459 INFO O| Aug 28 22:31:59.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60432026-08-28T22:32:00.510Z[ recovery-image] Aug 28 22:31:59.459 INFO O| Aug 28 22:31:59.459 INFO STEP 244 (remove_files) COMPLETE
60442026-08-28T22:32:00.511Z[ recovery-image] Aug 28 22:31:59.459 INFO O| Aug 28 22:31:59.459 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-28T22:32:00.511Z[ recovery-image] Aug 28 22:31:59.468 INFO O| Aug 28 22:31:59.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60462026-08-28T22:32:00.511Z[ recovery-image] Aug 28 22:31:59.468 INFO O| Aug 28 22:31:59.468 INFO STEP 245 (remove_files) COMPLETE
60472026-08-28T22:32:00.511Z[ recovery-image] Aug 28 22:31:59.468 INFO O| Aug 28 22:31:59.468 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.477 INFO O| Aug 28 22:31:59.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60492026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.477 INFO O| Aug 28 22:31:59.477 INFO STEP 246 (remove_files) COMPLETE
60502026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.477 INFO O| Aug 28 22:31:59.477 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.485 INFO O| Aug 28 22:31:59.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60522026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.485 INFO O| Aug 28 22:31:59.485 INFO STEP 247 (remove_files) COMPLETE
60532026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.485 INFO O| Aug 28 22:31:59.485 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.492 INFO O| Aug 28 22:31:59.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60552026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.492 INFO O| Aug 28 22:31:59.492 INFO STEP 248 (remove_files) COMPLETE
60562026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.492 INFO O| Aug 28 22:31:59.492 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.500 INFO O| Aug 28 22:31:59.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60582026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.500 INFO O| Aug 28 22:31:59.500 INFO STEP 249 (remove_files) COMPLETE
60592026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.500 INFO O| Aug 28 22:31:59.500 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.508 INFO O| Aug 28 22:31:59.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60612026-08-28T22:32:00.531Z[ recovery-image] Aug 28 22:31:59.508 INFO O| Aug 28 22:31:59.508 INFO STEP 250 (remove_files) COMPLETE
60622026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.508 INFO O| Aug 28 22:31:59.508 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.516 INFO O| Aug 28 22:31:59.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60642026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.516 INFO O| Aug 28 22:31:59.516 INFO STEP 251 (remove_files) COMPLETE
60652026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.516 INFO O| Aug 28 22:31:59.516 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.524 INFO O| Aug 28 22:31:59.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60672026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.524 INFO O| Aug 28 22:31:59.524 INFO STEP 252 (remove_files) COMPLETE
60682026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.524 INFO O| Aug 28 22:31:59.524 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.531 INFO O| Aug 28 22:31:59.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60702026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.531 INFO O| Aug 28 22:31:59.531 INFO STEP 253 (remove_files) COMPLETE
60712026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.532 INFO O| Aug 28 22:31:59.531 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.539 INFO O| Aug 28 22:31:59.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60732026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.539 INFO O| Aug 28 22:31:59.539 INFO STEP 254 (remove_files) COMPLETE
60742026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.539 INFO O| Aug 28 22:31:59.539 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.547 INFO O| Aug 28 22:31:59.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60762026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.547 INFO O| Aug 28 22:31:59.547 INFO STEP 255 (remove_files) COMPLETE
60772026-08-28T22:32:00.532Z[ recovery-image] Aug 28 22:31:59.547 INFO O| Aug 28 22:31:59.547 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-28T22:32:00.539Z[ recovery-image] Aug 28 22:31:59.555 INFO O| Aug 28 22:31:59.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60792026-08-28T22:32:00.539Z[ recovery-image] Aug 28 22:31:59.555 INFO O| Aug 28 22:31:59.555 INFO STEP 256 (remove_files) COMPLETE
60802026-08-28T22:32:00.539Z[ recovery-image] Aug 28 22:31:59.555 INFO O| Aug 28 22:31:59.555 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-28T22:32:00.544Z[ recovery-image] Aug 28 22:31:59.563 INFO O| Aug 28 22:31:59.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60822026-08-28T22:32:00.544Z[ recovery-image] Aug 28 22:31:59.563 INFO O| Aug 28 22:31:59.563 INFO STEP 257 (remove_files) COMPLETE
60832026-08-28T22:32:00.544Z[ recovery-image] Aug 28 22:31:59.564 INFO O| Aug 28 22:31:59.563 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-28T22:32:00.555Z[ recovery-image] Aug 28 22:31:59.573 INFO O| Aug 28 22:31:59.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60852026-08-28T22:32:00.555Z[ recovery-image] Aug 28 22:31:59.573 INFO O| Aug 28 22:31:59.573 INFO STEP 258 (remove_files) COMPLETE
60862026-08-28T22:32:00.555Z[ recovery-image] Aug 28 22:31:59.573 INFO O| Aug 28 22:31:59.573 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-28T22:32:00.580Z[ recovery-image] Aug 28 22:31:59.582 INFO O| Aug 28 22:31:59.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60882026-08-28T22:32:00.580Z[ recovery-image] Aug 28 22:31:59.582 INFO O| Aug 28 22:31:59.582 INFO STEP 259 (remove_files) COMPLETE
60892026-08-28T22:32:00.616Z[ recovery-image] Aug 28 22:31:59.582 INFO O| Aug 28 22:31:59.582 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-28T22:32:00.616Z[ recovery-image] Aug 28 22:31:59.590 INFO O| Aug 28 22:31:59.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60912026-08-28T22:32:00.616Z[ recovery-image] Aug 28 22:31:59.590 INFO O| Aug 28 22:31:59.590 INFO STEP 260 (remove_files) COMPLETE
60922026-08-28T22:32:00.616Z[ recovery-image] Aug 28 22:31:59.590 INFO O| Aug 28 22:31:59.590 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-28T22:32:00.616Z[ recovery-image] Aug 28 22:31:59.599 INFO O| Aug 28 22:31:59.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60942026-08-28T22:32:00.616Z[ recovery-image] Aug 28 22:31:59.599 INFO O| Aug 28 22:31:59.599 INFO STEP 261 (remove_files) COMPLETE
60952026-08-28T22:32:00.616Z[ recovery-image] Aug 28 22:31:59.599 INFO O| Aug 28 22:31:59.599 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.608 INFO O| Aug 28 22:31:59.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60972026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.608 INFO O| Aug 28 22:31:59.608 INFO STEP 262 (remove_files) COMPLETE
60982026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.608 INFO O| Aug 28 22:31:59.608 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.619 INFO O| Aug 28 22:31:59.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61002026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.620 INFO O| Aug 28 22:31:59.620 INFO STEP 263 (remove_files) COMPLETE
61012026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.620 INFO O| Aug 28 22:31:59.620 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.630 INFO O| Aug 28 22:31:59.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61032026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.630 INFO O| Aug 28 22:31:59.630 INFO STEP 264 (remove_files) COMPLETE
61042026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.630 INFO O| Aug 28 22:31:59.630 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.639 INFO O| Aug 28 22:31:59.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61062026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.640 INFO O| Aug 28 22:31:59.640 INFO STEP 265 (remove_files) COMPLETE
61072026-08-28T22:32:00.624Z[ recovery-image] Aug 28 22:31:59.640 INFO O| Aug 28 22:31:59.640 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-28T22:32:00.634Z[ recovery-image] Aug 28 22:31:59.655 INFO O| Aug 28 22:31:59.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61092026-08-28T22:32:00.634Z[ recovery-image] Aug 28 22:31:59.655 INFO O| Aug 28 22:31:59.655 INFO STEP 266 (remove_files) COMPLETE
61102026-08-28T22:32:00.642Z[ recovery-image] Aug 28 22:31:59.655 INFO O| Aug 28 22:31:59.655 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-28T22:32:00.651Z[ recovery-image] Aug 28 22:31:59.663 INFO O| Aug 28 22:31:59.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61122026-08-28T22:32:00.651Z[ recovery-image] Aug 28 22:31:59.663 INFO O| Aug 28 22:31:59.663 INFO STEP 267 (remove_files) COMPLETE
61132026-08-28T22:32:00.651Z[ recovery-image] Aug 28 22:31:59.663 INFO O| Aug 28 22:31:59.663 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-28T22:32:00.651Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
61152026-08-28T22:32:00.657Z[ recovery-image] Aug 28 22:31:59.672 INFO O| Aug 28 22:31:59.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61162026-08-28T22:32:00.657Z[ recovery-image] Aug 28 22:31:59.672 INFO O| Aug 28 22:31:59.672 INFO STEP 268 (remove_files) COMPLETE
61172026-08-28T22:32:00.657Z[ recovery-image] Aug 28 22:31:59.672 INFO O| Aug 28 22:31:59.672 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-28T22:32:00.665Z[ recovery-image] Aug 28 22:31:59.680 INFO O| Aug 28 22:31:59.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61192026-08-28T22:32:00.665Z[ recovery-image] Aug 28 22:31:59.680 INFO O| Aug 28 22:31:59.680 INFO STEP 269 (remove_files) COMPLETE
61202026-08-28T22:32:00.665Z[ recovery-image] Aug 28 22:31:59.680 INFO O| Aug 28 22:31:59.680 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-28T22:32:00.669Z[ recovery-image] Aug 28 22:31:59.688 INFO O| Aug 28 22:31:59.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61222026-08-28T22:32:00.669Z[ recovery-image] Aug 28 22:31:59.688 INFO O| Aug 28 22:31:59.688 INFO STEP 270 (remove_files) COMPLETE
61232026-08-28T22:32:00.669Z[ recovery-image] Aug 28 22:31:59.688 INFO O| Aug 28 22:31:59.688 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-28T22:32:00.678Z[ recovery-image] Aug 28 22:31:59.696 INFO O| Aug 28 22:31:59.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61252026-08-28T22:32:00.678Z[ recovery-image] Aug 28 22:31:59.696 INFO O| Aug 28 22:31:59.696 INFO STEP 271 (remove_files) COMPLETE
61262026-08-28T22:32:00.678Z[ recovery-image] Aug 28 22:31:59.696 INFO O| Aug 28 22:31:59.696 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-28T22:32:00.685Z[ recovery-image] Aug 28 22:31:59.705 INFO O| Aug 28 22:31:59.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61282026-08-28T22:32:00.686Z[ recovery-image] Aug 28 22:31:59.705 INFO O| Aug 28 22:31:59.705 INFO STEP 272 (remove_files) COMPLETE
61292026-08-28T22:32:00.692Z[ recovery-image] Aug 28 22:31:59.705 INFO O| Aug 28 22:31:59.705 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-28T22:32:00.697Z[ recovery-image] Aug 28 22:31:59.713 INFO O| Aug 28 22:31:59.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61312026-08-28T22:32:00.697Z[ recovery-image] Aug 28 22:31:59.713 INFO O| Aug 28 22:31:59.713 INFO STEP 273 (remove_files) COMPLETE
61322026-08-28T22:32:00.697Z[ recovery-image] Aug 28 22:31:59.713 INFO O| Aug 28 22:31:59.713 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-28T22:32:00.711Z[ recovery-image] Aug 28 22:31:59.722 INFO O| Aug 28 22:31:59.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61342026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.722 INFO O| Aug 28 22:31:59.722 INFO STEP 274 (remove_files) COMPLETE
61352026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.722 INFO O| Aug 28 22:31:59.722 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.730 INFO O| Aug 28 22:31:59.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61372026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.730 INFO O| Aug 28 22:31:59.730 INFO STEP 275 (remove_files) COMPLETE
61382026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.730 INFO O| Aug 28 22:31:59.730 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.739 INFO O| Aug 28 22:31:59.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61402026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.739 INFO O| Aug 28 22:31:59.739 INFO STEP 276 (remove_files) COMPLETE
61412026-08-28T22:32:00.721Z[ recovery-image] Aug 28 22:31:59.739 INFO O| Aug 28 22:31:59.739 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-28T22:32:00.727Z[ recovery-image] Aug 28 22:31:59.747 INFO O| Aug 28 22:31:59.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61432026-08-28T22:32:00.727Z[ recovery-image] Aug 28 22:31:59.747 INFO O| Aug 28 22:31:59.747 INFO STEP 277 (remove_files) COMPLETE
61442026-08-28T22:32:00.727Z[ recovery-image] Aug 28 22:31:59.747 INFO O| Aug 28 22:31:59.747 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-28T22:32:00.737Z[ recovery-image] Aug 28 22:31:59.756 INFO O| Aug 28 22:31:59.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61462026-08-28T22:32:00.737Z[ recovery-image] Aug 28 22:31:59.756 INFO O| Aug 28 22:31:59.756 INFO STEP 278 (remove_files) COMPLETE
61472026-08-28T22:32:00.737Z[ recovery-image] Aug 28 22:31:59.756 INFO O| Aug 28 22:31:59.756 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-28T22:32:00.746Z[ recovery-image] Aug 28 22:31:59.766 INFO O| Aug 28 22:31:59.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61492026-08-28T22:32:00.746Z[ recovery-image] Aug 28 22:31:59.766 INFO O| Aug 28 22:31:59.766 INFO STEP 279 (remove_files) COMPLETE
61502026-08-28T22:32:00.746Z[ recovery-image] Aug 28 22:31:59.766 INFO O| Aug 28 22:31:59.766 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-28T22:32:00.758Z[ recovery-image] Aug 28 22:31:59.776 INFO O| Aug 28 22:31:59.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61522026-08-28T22:32:00.758Z[ recovery-image] Aug 28 22:31:59.776 INFO O| Aug 28 22:31:59.776 INFO STEP 280 (remove_files) COMPLETE
61532026-08-28T22:32:00.758Z[ recovery-image] Aug 28 22:31:59.776 INFO O| Aug 28 22:31:59.776 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-28T22:32:00.766Z[ recovery-image] Aug 28 22:31:59.786 INFO O| Aug 28 22:31:59.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61552026-08-28T22:32:00.767Z[ recovery-image] Aug 28 22:31:59.786 INFO O| Aug 28 22:31:59.786 INFO STEP 281 (remove_files) COMPLETE
61562026-08-28T22:32:00.767Z[ recovery-image] Aug 28 22:31:59.786 INFO O| Aug 28 22:31:59.786 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-28T22:32:00.776Z[ recovery-image] Aug 28 22:31:59.795 INFO O| Aug 28 22:31:59.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61582026-08-28T22:32:00.776Z[ recovery-image] Aug 28 22:31:59.795 INFO O| Aug 28 22:31:59.795 INFO STEP 282 (remove_files) COMPLETE
61592026-08-28T22:32:00.783Z[ recovery-image] Aug 28 22:31:59.795 INFO O| Aug 28 22:31:59.795 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-28T22:32:00.787Z[ recovery-image] Aug 28 22:31:59.804 INFO O| Aug 28 22:31:59.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61612026-08-28T22:32:00.787Z[ recovery-image] Aug 28 22:31:59.804 INFO O| Aug 28 22:31:59.804 INFO STEP 283 (remove_files) COMPLETE
61622026-08-28T22:32:00.787Z[ recovery-image] Aug 28 22:31:59.804 INFO O| Aug 28 22:31:59.804 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-28T22:32:00.796Z[ recovery-image] Aug 28 22:31:59.812 INFO O| Aug 28 22:31:59.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61642026-08-28T22:32:00.796Z[ recovery-image] Aug 28 22:31:59.812 INFO O| Aug 28 22:31:59.812 INFO STEP 284 (remove_files) COMPLETE
61652026-08-28T22:32:00.796Z[ recovery-image] Aug 28 22:31:59.812 INFO O| Aug 28 22:31:59.812 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-28T22:32:00.805Z[ recovery-image] Aug 28 22:31:59.821 INFO O| Aug 28 22:31:59.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61672026-08-28T22:32:00.805Z[ recovery-image] Aug 28 22:31:59.821 INFO O| Aug 28 22:31:59.821 INFO STEP 285 (remove_files) COMPLETE
61682026-08-28T22:32:00.805Z[ recovery-image] Aug 28 22:31:59.821 INFO O| Aug 28 22:31:59.821 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-28T22:32:00.813Z[ recovery-image] Aug 28 22:31:59.830 INFO O| Aug 28 22:31:59.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61702026-08-28T22:32:00.813Z[ recovery-image] Aug 28 22:31:59.830 INFO O| Aug 28 22:31:59.830 INFO STEP 286 (remove_files) COMPLETE
61712026-08-28T22:32:00.813Z[ recovery-image] Aug 28 22:31:59.830 INFO O| Aug 28 22:31:59.830 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-28T22:32:00.821Z[ recovery-image] Aug 28 22:31:59.840 INFO O| Aug 28 22:31:59.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61732026-08-28T22:32:00.821Z[ recovery-image] Aug 28 22:31:59.840 INFO O| Aug 28 22:31:59.840 INFO STEP 287 (remove_files) COMPLETE
61742026-08-28T22:32:00.822Z[ recovery-image] Aug 28 22:31:59.840 INFO O| Aug 28 22:31:59.840 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-28T22:32:00.829Z[ recovery-image] Aug 28 22:31:59.850 INFO O| Aug 28 22:31:59.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61762026-08-28T22:32:00.829Z[ recovery-image] Aug 28 22:31:59.850 INFO O| Aug 28 22:31:59.850 INFO STEP 288 (remove_files) COMPLETE
61772026-08-28T22:32:00.834Z[ recovery-image] Aug 28 22:31:59.850 INFO O| Aug 28 22:31:59.850 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-28T22:32:00.846Z[ recovery-image] Aug 28 22:31:59.860 INFO O| Aug 28 22:31:59.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61792026-08-28T22:32:00.846Z[ recovery-image] Aug 28 22:31:59.860 INFO O| Aug 28 22:31:59.860 INFO STEP 289 (remove_files) COMPLETE
61802026-08-28T22:32:00.846Z[ recovery-image] Aug 28 22:31:59.860 INFO O| Aug 28 22:31:59.860 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-28T22:32:00.852Z[ recovery-image] Aug 28 22:31:59.869 INFO O| Aug 28 22:31:59.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61822026-08-28T22:32:00.852Z[ recovery-image] Aug 28 22:31:59.869 INFO O| Aug 28 22:31:59.869 INFO STEP 290 (remove_files) COMPLETE
61832026-08-28T22:32:00.852Z[ recovery-image] Aug 28 22:31:59.869 INFO O| Aug 28 22:31:59.869 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-28T22:32:00.859Z[ recovery-image] Aug 28 22:31:59.879 INFO O| Aug 28 22:31:59.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61852026-08-28T22:32:00.859Z[ recovery-image] Aug 28 22:31:59.879 INFO O| Aug 28 22:31:59.879 INFO STEP 291 (remove_files) COMPLETE
61862026-08-28T22:32:00.859Z[ recovery-image] Aug 28 22:31:59.879 INFO O| Aug 28 22:31:59.879 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-28T22:32:00.868Z[ recovery-image] Aug 28 22:31:59.888 INFO O| Aug 28 22:31:59.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61882026-08-28T22:32:00.868Z[ recovery-image] Aug 28 22:31:59.888 INFO O| Aug 28 22:31:59.888 INFO STEP 292 (remove_files) COMPLETE
61892026-08-28T22:32:00.868Z[ recovery-image] Aug 28 22:31:59.888 INFO O| Aug 28 22:31:59.888 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-28T22:32:00.877Z[ recovery-image] Aug 28 22:31:59.897 INFO O| Aug 28 22:31:59.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61912026-08-28T22:32:00.877Z[ recovery-image] Aug 28 22:31:59.897 INFO O| Aug 28 22:31:59.897 INFO STEP 293 (remove_files) COMPLETE
61922026-08-28T22:32:00.888Z[ recovery-image] Aug 28 22:31:59.897 INFO O| Aug 28 22:31:59.897 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-28T22:32:00.893Z[ recovery-image] Aug 28 22:31:59.907 INFO O| Aug 28 22:31:59.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61942026-08-28T22:32:00.893Z[ recovery-image] Aug 28 22:31:59.907 INFO O| Aug 28 22:31:59.907 INFO STEP 294 (remove_files) COMPLETE
61952026-08-28T22:32:00.893Z[ recovery-image] Aug 28 22:31:59.907 INFO O| Aug 28 22:31:59.907 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-28T22:32:00.903Z[ recovery-image] Aug 28 22:31:59.916 INFO O| Aug 28 22:31:59.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61972026-08-28T22:32:00.903Z[ recovery-image] Aug 28 22:31:59.916 INFO O| Aug 28 22:31:59.916 INFO STEP 295 (remove_files) COMPLETE
61982026-08-28T22:32:00.903Z[ recovery-image] Aug 28 22:31:59.916 INFO O| Aug 28 22:31:59.916 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-28T22:32:00.909Z[ recovery-image] Aug 28 22:31:59.926 INFO O| Aug 28 22:31:59.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62002026-08-28T22:32:00.909Z[ recovery-image] Aug 28 22:31:59.926 INFO O| Aug 28 22:31:59.926 INFO STEP 296 (remove_files) COMPLETE
62012026-08-28T22:32:00.909Z[ recovery-image] Aug 28 22:31:59.926 INFO O| Aug 28 22:31:59.926 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-28T22:32:00.919Z[ recovery-image] Aug 28 22:31:59.936 INFO O| Aug 28 22:31:59.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62032026-08-28T22:32:00.919Z[ recovery-image] Aug 28 22:31:59.936 INFO O| Aug 28 22:31:59.936 INFO STEP 297 (remove_files) COMPLETE
62042026-08-28T22:32:00.919Z[ recovery-image] Aug 28 22:31:59.936 INFO O| Aug 28 22:31:59.936 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-28T22:32:00.926Z[ recovery-image] Aug 28 22:31:59.947 INFO O| Aug 28 22:31:59.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62062026-08-28T22:32:00.926Z[ recovery-image] Aug 28 22:31:59.947 INFO O| Aug 28 22:31:59.947 INFO STEP 298 (remove_files) COMPLETE
62072026-08-28T22:32:00.926Z[ recovery-image] Aug 28 22:31:59.947 INFO O| Aug 28 22:31:59.947 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-28T22:32:00.941Z[ recovery-image] Aug 28 22:31:59.958 INFO O| Aug 28 22:31:59.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62092026-08-28T22:32:00.942Z[ recovery-image] Aug 28 22:31:59.958 INFO O| Aug 28 22:31:59.958 INFO STEP 299 (remove_files) COMPLETE
62102026-08-28T22:32:00.942Z[ recovery-image] Aug 28 22:31:59.958 INFO O| Aug 28 22:31:59.958 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-28T22:32:00.947Z[ recovery-image] Aug 28 22:31:59.968 INFO O| Aug 28 22:31:59.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62122026-08-28T22:32:00.947Z[ recovery-image] Aug 28 22:31:59.968 INFO O| Aug 28 22:31:59.968 INFO STEP 300 (remove_files) COMPLETE
62132026-08-28T22:32:00.947Z[ recovery-image] Aug 28 22:31:59.968 INFO O| Aug 28 22:31:59.968 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-28T22:32:00.959Z[ recovery-image] Aug 28 22:31:59.979 INFO O| Aug 28 22:31:59.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62152026-08-28T22:32:00.960Z[ recovery-image] Aug 28 22:31:59.979 INFO O| Aug 28 22:31:59.979 INFO STEP 301 (remove_files) COMPLETE
62162026-08-28T22:32:00.960Z[ recovery-image] Aug 28 22:31:59.979 INFO O| Aug 28 22:31:59.979 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-28T22:32:00.973Z[ recovery-image] Aug 28 22:31:59.989 INFO O| Aug 28 22:31:59.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62182026-08-28T22:32:00.973Z[ recovery-image] Aug 28 22:31:59.989 INFO O| Aug 28 22:31:59.989 INFO STEP 302 (remove_files) COMPLETE
62192026-08-28T22:32:00.974Z[ recovery-image] Aug 28 22:31:59.989 INFO O| Aug 28 22:31:59.989 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-28T22:32:00.981Z[ recovery-image] Aug 28 22:31:59.999 INFO O| Aug 28 22:31:59.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62212026-08-28T22:32:00.981Z[ recovery-image] Aug 28 22:31:59.999 INFO O| Aug 28 22:31:59.999 INFO STEP 303 (remove_files) COMPLETE
62222026-08-28T22:32:00.981Z[ recovery-image] Aug 28 22:31:59.999 INFO O| Aug 28 22:31:59.999 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-28T22:32:00.990Z[ recovery-image] Aug 28 22:32:00.009 INFO O| Aug 28 22:32:00.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62242026-08-28T22:32:00.990Z[ recovery-image] Aug 28 22:32:00.009 INFO O| Aug 28 22:32:00.009 INFO STEP 304 (remove_files) COMPLETE
62252026-08-28T22:32:00.990Z[ recovery-image] Aug 28 22:32:00.009 INFO O| Aug 28 22:32:00.009 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-28T22:32:00.997Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62272026-08-28T22:32:01.004Z[ recovery-image] Aug 28 22:32:00.019 INFO O| Aug 28 22:32:00.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62282026-08-28T22:32:01.004Z[ recovery-image] Aug 28 22:32:00.019 INFO O| Aug 28 22:32:00.019 INFO STEP 305 (remove_files) COMPLETE
62292026-08-28T22:32:01.004Z[ recovery-image] Aug 28 22:32:00.019 INFO O| Aug 28 22:32:00.019 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-28T22:32:01.012Z[ recovery-image] Aug 28 22:32:00.029 INFO O| Aug 28 22:32:00.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62312026-08-28T22:32:01.012Z[ recovery-image] Aug 28 22:32:00.029 INFO O| Aug 28 22:32:00.029 INFO STEP 306 (remove_files) COMPLETE
62322026-08-28T22:32:01.012Z[ recovery-image] Aug 28 22:32:00.029 INFO O| Aug 28 22:32:00.029 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-28T22:32:01.022Z[ recovery-image] Aug 28 22:32:00.043 INFO O| Aug 28 22:32:00.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62342026-08-28T22:32:01.022Z[ recovery-image] Aug 28 22:32:00.043 INFO O| Aug 28 22:32:00.043 INFO STEP 307 (remove_files) COMPLETE
62352026-08-28T22:32:01.022Z[ recovery-image] Aug 28 22:32:00.043 INFO O| Aug 28 22:32:00.043 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-28T22:32:01.041Z[ recovery-image] Aug 28 22:32:00.056 INFO O| Aug 28 22:32:00.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62372026-08-28T22:32:01.041Z[ recovery-image] Aug 28 22:32:00.056 INFO O| Aug 28 22:32:00.054 INFO STEP 308 (remove_files) COMPLETE
62382026-08-28T22:32:01.042Z[ recovery-image] Aug 28 22:32:00.056 INFO O| Aug 28 22:32:00.054 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-28T22:32:01.048Z[ recovery-image] Aug 28 22:32:00.064 INFO O| Aug 28 22:32:00.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62402026-08-28T22:32:01.048Z[ recovery-image] Aug 28 22:32:00.064 INFO O| Aug 28 22:32:00.064 INFO STEP 309 (remove_files) COMPLETE
62412026-08-28T22:32:01.049Z[ recovery-image] Aug 28 22:32:00.065 INFO O| Aug 28 22:32:00.064 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-28T22:32:01.055Z[ recovery-image] Aug 28 22:32:00.074 INFO O| Aug 28 22:32:00.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62432026-08-28T22:32:01.055Z[ recovery-image] Aug 28 22:32:00.074 INFO O| Aug 28 22:32:00.074 INFO STEP 310 (remove_files) COMPLETE
62442026-08-28T22:32:01.059Z[ recovery-image] Aug 28 22:32:00.074 INFO O| Aug 28 22:32:00.074 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-28T22:32:01.062Z[ recovery-image] Aug 28 22:32:00.083 INFO O| Aug 28 22:32:00.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62462026-08-28T22:32:01.062Z[ recovery-image] Aug 28 22:32:00.083 INFO O| Aug 28 22:32:00.083 INFO STEP 311 (remove_files) COMPLETE
62472026-08-28T22:32:01.075Z[ recovery-image] Aug 28 22:32:00.083 INFO O| Aug 28 22:32:00.083 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-28T22:32:01.075Z[ recovery-image] Aug 28 22:32:00.093 INFO O| Aug 28 22:32:00.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62492026-08-28T22:32:01.075Z[ recovery-image] Aug 28 22:32:00.093 INFO O| Aug 28 22:32:00.093 INFO STEP 312 (remove_files) COMPLETE
62502026-08-28T22:32:01.075Z[ recovery-image] Aug 28 22:32:00.093 INFO O| Aug 28 22:32:00.093 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-28T22:32:01.086Z[ recovery-image] Aug 28 22:32:00.103 INFO O| Aug 28 22:32:00.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62522026-08-28T22:32:01.086Z[ recovery-image] Aug 28 22:32:00.103 INFO O| Aug 28 22:32:00.103 INFO STEP 313 (remove_files) COMPLETE
62532026-08-28T22:32:01.086Z[ recovery-image] Aug 28 22:32:00.103 INFO O| Aug 28 22:32:00.103 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-28T22:32:01.092Z[ recovery-image] Aug 28 22:32:00.113 INFO O| Aug 28 22:32:00.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62552026-08-28T22:32:01.092Z[ recovery-image] Aug 28 22:32:00.113 INFO O| Aug 28 22:32:00.113 INFO STEP 314 (remove_files) COMPLETE
62562026-08-28T22:32:01.103Z[ recovery-image] Aug 28 22:32:00.113 INFO O| Aug 28 22:32:00.113 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-28T22:32:01.113Z[ recovery-image] Aug 28 22:32:00.123 INFO O| Aug 28 22:32:00.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62582026-08-28T22:32:01.113Z[ recovery-image] Aug 28 22:32:00.123 INFO O| Aug 28 22:32:00.123 INFO STEP 315 (remove_files) COMPLETE
62592026-08-28T22:32:01.113Z[ recovery-image] Aug 28 22:32:00.123 INFO O| Aug 28 22:32:00.123 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-28T22:32:01.120Z[ recovery-image] Aug 28 22:32:00.133 INFO O| Aug 28 22:32:00.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62612026-08-28T22:32:01.120Z[ recovery-image] Aug 28 22:32:00.134 INFO O| Aug 28 22:32:00.134 INFO STEP 316 (remove_files) COMPLETE
62622026-08-28T22:32:01.120Z[ recovery-image] Aug 28 22:32:00.134 INFO O| Aug 28 22:32:00.134 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-28T22:32:01.124Z[ recovery-image] Aug 28 22:32:00.143 INFO O| Aug 28 22:32:00.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62642026-08-28T22:32:01.124Z[ recovery-image] Aug 28 22:32:00.143 INFO O| Aug 28 22:32:00.143 INFO STEP 317 (remove_files) COMPLETE
62652026-08-28T22:32:01.124Z[ recovery-image] Aug 28 22:32:00.143 INFO O| Aug 28 22:32:00.143 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-28T22:32:01.133Z[ recovery-image] Aug 28 22:32:00.152 INFO O| Aug 28 22:32:00.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62672026-08-28T22:32:01.133Z[ recovery-image] Aug 28 22:32:00.152 INFO O| Aug 28 22:32:00.152 INFO STEP 318 (remove_files) COMPLETE
62682026-08-28T22:32:01.133Z[ recovery-image] Aug 28 22:32:00.152 INFO O| Aug 28 22:32:00.152 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-28T22:32:01.146Z[ recovery-image] Aug 28 22:32:00.160 INFO O| Aug 28 22:32:00.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62702026-08-28T22:32:01.146Z[ recovery-image] Aug 28 22:32:00.160 INFO O| Aug 28 22:32:00.160 INFO STEP 319 (remove_files) COMPLETE
62712026-08-28T22:32:01.146Z[ recovery-image] Aug 28 22:32:00.160 INFO O| Aug 28 22:32:00.160 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-28T22:32:01.161Z[ recovery-image] Aug 28 22:32:00.168 INFO O| Aug 28 22:32:00.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62732026-08-28T22:32:01.161Z[ recovery-image] Aug 28 22:32:00.168 INFO O| Aug 28 22:32:00.168 INFO STEP 320 (remove_files) COMPLETE
62742026-08-28T22:32:01.161Z[ recovery-image] Aug 28 22:32:00.168 INFO O| Aug 28 22:32:00.168 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-28T22:32:01.165Z[ recovery-image] Aug 28 22:32:00.175 INFO O| Aug 28 22:32:00.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62762026-08-28T22:32:01.165Z[ recovery-image] Aug 28 22:32:00.175 INFO O| Aug 28 22:32:00.175 INFO STEP 321 (remove_files) COMPLETE
62772026-08-28T22:32:01.165Z[ recovery-image] Aug 28 22:32:00.175 INFO O| Aug 28 22:32:00.175 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-28T22:32:01.165Z[ recovery-image] Aug 28 22:32:00.183 INFO O| Aug 28 22:32:00.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62792026-08-28T22:32:01.165Z[ recovery-image] Aug 28 22:32:00.183 INFO O| Aug 28 22:32:00.183 INFO STEP 322 (remove_files) COMPLETE
62802026-08-28T22:32:01.166Z[ recovery-image] Aug 28 22:32:00.183 INFO O| Aug 28 22:32:00.183 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-28T22:32:01.172Z[ recovery-image] Aug 28 22:32:00.191 INFO O| Aug 28 22:32:00.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62822026-08-28T22:32:01.172Z[ recovery-image] Aug 28 22:32:00.192 INFO O| Aug 28 22:32:00.191 INFO STEP 323 (remove_files) COMPLETE
62832026-08-28T22:32:01.172Z[ recovery-image] Aug 28 22:32:00.192 INFO O| Aug 28 22:32:00.192 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-28T22:32:01.180Z[ recovery-image] Aug 28 22:32:00.200 INFO O| Aug 28 22:32:00.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62852026-08-28T22:32:01.180Z[ recovery-image] Aug 28 22:32:00.200 INFO O| Aug 28 22:32:00.200 INFO STEP 324 (remove_files) COMPLETE
62862026-08-28T22:32:01.180Z[ recovery-image] Aug 28 22:32:00.200 INFO O| Aug 28 22:32:00.200 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-28T22:32:01.188Z[ recovery-image] Aug 28 22:32:00.208 INFO O| Aug 28 22:32:00.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62882026-08-28T22:32:01.188Z[ recovery-image] Aug 28 22:32:00.208 INFO O| Aug 28 22:32:00.208 INFO STEP 325 (remove_files) COMPLETE
62892026-08-28T22:32:01.188Z[ recovery-image] Aug 28 22:32:00.208 INFO O| Aug 28 22:32:00.208 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-28T22:32:01.204Z[ recovery-image] Aug 28 22:32:00.217 INFO O| Aug 28 22:32:00.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62912026-08-28T22:32:01.204Z[ recovery-image] Aug 28 22:32:00.217 INFO O| Aug 28 22:32:00.217 INFO STEP 326 (remove_files) COMPLETE
62922026-08-28T22:32:01.208Z[ recovery-image] Aug 28 22:32:00.217 INFO O| Aug 28 22:32:00.217 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-28T22:32:01.208Z[ recovery-image] Aug 28 22:32:00.226 INFO O| Aug 28 22:32:00.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62942026-08-28T22:32:01.208Z[ recovery-image] Aug 28 22:32:00.226 INFO O| Aug 28 22:32:00.226 INFO STEP 327 (remove_files) COMPLETE
62952026-08-28T22:32:01.208Z[ recovery-image] Aug 28 22:32:00.226 INFO O| Aug 28 22:32:00.226 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-28T22:32:01.221Z[ recovery-image] Aug 28 22:32:00.237 INFO O| Aug 28 22:32:00.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62972026-08-28T22:32:01.221Z[ recovery-image] Aug 28 22:32:00.237 INFO O| Aug 28 22:32:00.237 INFO STEP 328 (remove_files) COMPLETE
62982026-08-28T22:32:01.234Z[ recovery-image] Aug 28 22:32:00.237 INFO O| Aug 28 22:32:00.237 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-28T22:32:01.234Z[ recovery-image] Aug 28 22:32:00.248 INFO O| Aug 28 22:32:00.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63002026-08-28T22:32:01.234Z[ recovery-image] Aug 28 22:32:00.248 INFO O| Aug 28 22:32:00.248 INFO STEP 329 (remove_files) COMPLETE
63012026-08-28T22:32:01.234Z[ recovery-image] Aug 28 22:32:00.248 INFO O| Aug 28 22:32:00.248 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-28T22:32:01.238Z[ recovery-image] Aug 28 22:32:00.258 INFO O| Aug 28 22:32:00.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63032026-08-28T22:32:01.238Z[ recovery-image] Aug 28 22:32:00.259 INFO O| Aug 28 22:32:00.258 INFO STEP 330 (remove_files) COMPLETE
63042026-08-28T22:32:01.238Z[ recovery-image] Aug 28 22:32:00.259 INFO O| Aug 28 22:32:00.258 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-28T22:32:01.250Z[ recovery-image] Aug 28 22:32:00.269 INFO O| Aug 28 22:32:00.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63062026-08-28T22:32:01.250Z[ recovery-image] Aug 28 22:32:00.269 INFO O| Aug 28 22:32:00.269 INFO STEP 331 (remove_files) COMPLETE
63072026-08-28T22:32:01.259Z[ recovery-image] Aug 28 22:32:00.269 INFO O| Aug 28 22:32:00.269 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-28T22:32:01.263Z[ recovery-image] Aug 28 22:32:00.279 INFO O| Aug 28 22:32:00.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63092026-08-28T22:32:01.263Z[ recovery-image] Aug 28 22:32:00.279 INFO O| Aug 28 22:32:00.279 INFO STEP 332 (remove_files) COMPLETE
63102026-08-28T22:32:01.264Z[ recovery-image] Aug 28 22:32:00.279 INFO O| Aug 28 22:32:00.279 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-28T22:32:01.273Z[ recovery-image] Aug 28 22:32:00.290 INFO O| Aug 28 22:32:00.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63122026-08-28T22:32:01.273Z[ recovery-image] Aug 28 22:32:00.290 INFO O| Aug 28 22:32:00.290 INFO STEP 333 (remove_files) COMPLETE
63132026-08-28T22:32:01.273Z[ recovery-image] Aug 28 22:32:00.290 INFO O| Aug 28 22:32:00.290 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-28T22:32:01.281Z[ recovery-image] Aug 28 22:32:00.301 INFO O| Aug 28 22:32:00.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63152026-08-28T22:32:01.281Z[ recovery-image] Aug 28 22:32:00.301 INFO O| Aug 28 22:32:00.301 INFO STEP 334 (remove_files) COMPLETE
63162026-08-28T22:32:01.287Z[ recovery-image] Aug 28 22:32:00.301 INFO O| Aug 28 22:32:00.301 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-28T22:32:01.293Z[ recovery-image] Aug 28 22:32:00.310 INFO O| Aug 28 22:32:00.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63182026-08-28T22:32:01.293Z[ recovery-image] Aug 28 22:32:00.310 INFO O| Aug 28 22:32:00.310 INFO STEP 335 (remove_files) COMPLETE
63192026-08-28T22:32:01.293Z[ recovery-image] Aug 28 22:32:00.310 INFO O| Aug 28 22:32:00.310 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-28T22:32:01.306Z[ recovery-image] Aug 28 22:32:00.319 INFO O| Aug 28 22:32:00.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63212026-08-28T22:32:01.306Z[ recovery-image] Aug 28 22:32:00.319 INFO O| Aug 28 22:32:00.319 INFO STEP 336 (remove_files) COMPLETE
63222026-08-28T22:32:01.306Z[ recovery-image] Aug 28 22:32:00.319 INFO O| Aug 28 22:32:00.319 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-28T22:32:01.312Z[ recovery-image] Aug 28 22:32:00.331 INFO O| Aug 28 22:32:00.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63242026-08-28T22:32:01.312Z[ recovery-image] Aug 28 22:32:00.331 INFO O| Aug 28 22:32:00.331 INFO STEP 337 (remove_files) COMPLETE
63252026-08-28T22:32:01.313Z[ recovery-image] Aug 28 22:32:00.331 INFO O| Aug 28 22:32:00.331 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-28T22:32:01.321Z[ recovery-image] Aug 28 22:32:00.342 INFO O| Aug 28 22:32:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63272026-08-28T22:32:01.321Z[ recovery-image] Aug 28 22:32:00.342 INFO O| Aug 28 22:32:00.342 INFO STEP 338 (remove_files) COMPLETE
63282026-08-28T22:32:01.332Z[ recovery-image] Aug 28 22:32:00.342 INFO O| Aug 28 22:32:00.342 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-28T22:32:01.340Z[ recovery-image] Aug 28 22:32:00.351 INFO O| Aug 28 22:32:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63302026-08-28T22:32:01.340Z[ recovery-image] Aug 28 22:32:00.351 INFO O| Aug 28 22:32:00.351 INFO STEP 339 (remove_files) COMPLETE
63312026-08-28T22:32:01.340Z[ recovery-image] Aug 28 22:32:00.351 INFO O| Aug 28 22:32:00.351 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-28T22:32:01.346Z[ recovery-image] Aug 28 22:32:00.361 INFO O| Aug 28 22:32:00.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63332026-08-28T22:32:01.346Z[ recovery-image] Aug 28 22:32:00.361 INFO O| Aug 28 22:32:00.361 INFO STEP 340 (remove_files) COMPLETE
63342026-08-28T22:32:01.346Z[ recovery-image] Aug 28 22:32:00.361 INFO O| Aug 28 22:32:00.361 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-28T22:32:01.350Z[ recovery-image] Aug 28 22:32:00.370 INFO O| Aug 28 22:32:00.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63362026-08-28T22:32:01.350Z[ recovery-image] Aug 28 22:32:00.370 INFO O| Aug 28 22:32:00.370 INFO STEP 341 (remove_files) COMPLETE
63372026-08-28T22:32:01.350Z[ recovery-image] Aug 28 22:32:00.370 INFO O| Aug 28 22:32:00.370 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-28T22:32:01.357Z[ recovery-image] Aug 28 22:32:00.378 INFO O| Aug 28 22:32:00.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63392026-08-28T22:32:01.357Z[ recovery-image] Aug 28 22:32:00.378 INFO O| Aug 28 22:32:00.378 INFO STEP 342 (remove_files) COMPLETE
63402026-08-28T22:32:01.357Z[ recovery-image] Aug 28 22:32:00.378 INFO O| Aug 28 22:32:00.378 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-28T22:32:01.366Z[ recovery-image] Aug 28 22:32:00.386 INFO O| Aug 28 22:32:00.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63422026-08-28T22:32:01.366Z[ recovery-image] Aug 28 22:32:00.386 INFO O| Aug 28 22:32:00.386 INFO STEP 343 (remove_files) COMPLETE
63432026-08-28T22:32:01.366Z[ recovery-image] Aug 28 22:32:00.386 INFO O| Aug 28 22:32:00.386 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-28T22:32:01.378Z[ recovery-image] Aug 28 22:32:00.395 INFO O| Aug 28 22:32:00.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63452026-08-28T22:32:01.378Z[ recovery-image] Aug 28 22:32:00.395 INFO O| Aug 28 22:32:00.395 INFO STEP 344 (remove_files) COMPLETE
63462026-08-28T22:32:01.378Z[ recovery-image] Aug 28 22:32:00.395 INFO O| Aug 28 22:32:00.395 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-28T22:32:01.384Z[ recovery-image] Aug 28 22:32:00.404 INFO O| Aug 28 22:32:00.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63482026-08-28T22:32:01.384Z[ recovery-image] Aug 28 22:32:00.404 INFO O| Aug 28 22:32:00.404 INFO STEP 345 (remove_files) COMPLETE
63492026-08-28T22:32:01.384Z[ recovery-image] Aug 28 22:32:00.404 INFO O| Aug 28 22:32:00.404 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-28T22:32:01.398Z[ recovery-image] Aug 28 22:32:00.413 INFO O| Aug 28 22:32:00.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63512026-08-28T22:32:01.398Z[ recovery-image] Aug 28 22:32:00.413 INFO O| Aug 28 22:32:00.413 INFO STEP 346 (remove_files) COMPLETE
63522026-08-28T22:32:01.398Z[ recovery-image] Aug 28 22:32:00.413 INFO O| Aug 28 22:32:00.413 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-28T22:32:01.398Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
63542026-08-28T22:32:01.403Z[ recovery-image] Aug 28 22:32:00.421 INFO O| Aug 28 22:32:00.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63552026-08-28T22:32:01.403Z[ recovery-image] Aug 28 22:32:00.421 INFO O| Aug 28 22:32:00.421 INFO STEP 347 (remove_files) COMPLETE
63562026-08-28T22:32:01.403Z[ recovery-image] Aug 28 22:32:00.421 INFO O| Aug 28 22:32:00.421 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-28T22:32:01.412Z[ recovery-image] Aug 28 22:32:00.430 INFO O| Aug 28 22:32:00.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63582026-08-28T22:32:01.412Z[ recovery-image] Aug 28 22:32:00.430 INFO O| Aug 28 22:32:00.430 INFO STEP 348 (remove_files) COMPLETE
63592026-08-28T22:32:01.417Z[ recovery-image] Aug 28 22:32:00.430 INFO O| Aug 28 22:32:00.430 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-28T22:32:01.424Z[ recovery-image] Aug 28 22:32:00.439 INFO O| Aug 28 22:32:00.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63612026-08-28T22:32:01.424Z[ recovery-image] Aug 28 22:32:00.439 INFO O| Aug 28 22:32:00.439 INFO STEP 349 (remove_files) COMPLETE
63622026-08-28T22:32:01.424Z[ recovery-image] Aug 28 22:32:00.439 INFO O| Aug 28 22:32:00.439 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-28T22:32:01.429Z[ recovery-image] Aug 28 22:32:00.448 INFO O| Aug 28 22:32:00.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63642026-08-28T22:32:01.429Z[ recovery-image] Aug 28 22:32:00.448 INFO O| Aug 28 22:32:00.448 INFO STEP 350 (remove_files) COMPLETE
63652026-08-28T22:32:01.429Z[ recovery-image] Aug 28 22:32:00.448 INFO O| Aug 28 22:32:00.448 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-28T22:32:01.437Z[ recovery-image] Aug 28 22:32:00.457 INFO O| Aug 28 22:32:00.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63672026-08-28T22:32:01.437Z[ recovery-image] Aug 28 22:32:00.457 INFO O| Aug 28 22:32:00.457 INFO STEP 351 (remove_files) COMPLETE
63682026-08-28T22:32:01.437Z[ recovery-image] Aug 28 22:32:00.457 INFO O| Aug 28 22:32:00.457 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-28T22:32:01.446Z[ recovery-image] Aug 28 22:32:00.466 INFO O| Aug 28 22:32:00.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63702026-08-28T22:32:01.446Z[ recovery-image] Aug 28 22:32:00.466 INFO O| Aug 28 22:32:00.466 INFO STEP 352 (remove_files) COMPLETE
63712026-08-28T22:32:01.453Z[ recovery-image] Aug 28 22:32:00.466 INFO O| Aug 28 22:32:00.466 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-28T22:32:01.456Z[ recovery-image] Aug 28 22:32:00.476 INFO O| Aug 28 22:32:00.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63732026-08-28T22:32:01.457Z[ recovery-image] Aug 28 22:32:00.476 INFO O| Aug 28 22:32:00.476 INFO STEP 353 (remove_files) COMPLETE
63742026-08-28T22:32:01.457Z[ recovery-image] Aug 28 22:32:00.476 INFO O| Aug 28 22:32:00.476 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-28T22:32:01.466Z[ recovery-image] Aug 28 22:32:00.486 INFO O| Aug 28 22:32:00.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63762026-08-28T22:32:01.466Z[ recovery-image] Aug 28 22:32:00.486 INFO O| Aug 28 22:32:00.486 INFO STEP 354 (remove_files) COMPLETE
63772026-08-28T22:32:01.466Z[ recovery-image] Aug 28 22:32:00.486 INFO O| Aug 28 22:32:00.486 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-28T22:32:01.474Z[ recovery-image] Aug 28 22:32:00.495 INFO O| Aug 28 22:32:00.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63792026-08-28T22:32:01.474Z[ recovery-image] Aug 28 22:32:00.495 INFO O| Aug 28 22:32:00.495 INFO STEP 355 (remove_files) COMPLETE
63802026-08-28T22:32:01.474Z[ recovery-image] Aug 28 22:32:00.495 INFO O| Aug 28 22:32:00.495 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-28T22:32:01.484Z[ recovery-image] Aug 28 22:32:00.504 INFO O| Aug 28 22:32:00.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63822026-08-28T22:32:01.484Z[ recovery-image] Aug 28 22:32:00.504 INFO O| Aug 28 22:32:00.504 INFO STEP 356 (remove_files) COMPLETE
63832026-08-28T22:32:01.484Z[ recovery-image] Aug 28 22:32:00.504 INFO O| Aug 28 22:32:00.504 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-28T22:32:01.495Z[ recovery-image] Aug 28 22:32:00.513 INFO O| Aug 28 22:32:00.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63852026-08-28T22:32:01.496Z[ recovery-image] Aug 28 22:32:00.513 INFO O| Aug 28 22:32:00.513 INFO STEP 357 (remove_files) COMPLETE
63862026-08-28T22:32:01.504Z[ recovery-image] Aug 28 22:32:00.513 INFO O| Aug 28 22:32:00.513 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-28T22:32:01.508Z[ recovery-image] Aug 28 22:32:00.523 INFO O| Aug 28 22:32:00.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63882026-08-28T22:32:01.508Z[ recovery-image] Aug 28 22:32:00.523 INFO O| Aug 28 22:32:00.523 INFO STEP 358 (remove_files) COMPLETE
63892026-08-28T22:32:01.508Z[ recovery-image] Aug 28 22:32:00.523 INFO O| Aug 28 22:32:00.523 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-28T22:32:01.513Z[ recovery-image] Aug 28 22:32:00.533 INFO O| Aug 28 22:32:00.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63912026-08-28T22:32:01.513Z[ recovery-image] Aug 28 22:32:00.533 INFO O| Aug 28 22:32:00.533 INFO STEP 359 (remove_files) COMPLETE
63922026-08-28T22:32:01.521Z[ recovery-image] Aug 28 22:32:00.533 INFO O| Aug 28 22:32:00.533 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-28T22:32:01.529Z[ recovery-image] Aug 28 22:32:00.544 INFO O| Aug 28 22:32:00.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63942026-08-28T22:32:01.529Z[ recovery-image] Aug 28 22:32:00.544 INFO O| Aug 28 22:32:00.544 INFO STEP 360 (remove_files) COMPLETE
63952026-08-28T22:32:01.529Z[ recovery-image] Aug 28 22:32:00.544 INFO O| Aug 28 22:32:00.544 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-28T22:32:01.535Z[ recovery-image] Aug 28 22:32:00.554 INFO O| Aug 28 22:32:00.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63972026-08-28T22:32:01.535Z[ recovery-image] Aug 28 22:32:00.554 INFO O| Aug 28 22:32:00.554 INFO STEP 361 (remove_files) COMPLETE
63982026-08-28T22:32:01.535Z[ recovery-image] Aug 28 22:32:00.554 INFO O| Aug 28 22:32:00.554 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-28T22:32:01.544Z[ recovery-image] Aug 28 22:32:00.564 INFO O| Aug 28 22:32:00.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64002026-08-28T22:32:01.544Z[ recovery-image] Aug 28 22:32:00.565 INFO O| Aug 28 22:32:00.565 INFO STEP 362 (remove_files) COMPLETE
64012026-08-28T22:32:01.548Z[ recovery-image] Aug 28 22:32:00.565 INFO O| Aug 28 22:32:00.565 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-28T22:32:01.552Z[ recovery-image] Aug 28 22:32:00.573 INFO O| Aug 28 22:32:00.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64032026-08-28T22:32:01.552Z[ recovery-image] Aug 28 22:32:00.573 INFO O| Aug 28 22:32:00.573 INFO STEP 363 (remove_files) COMPLETE
64042026-08-28T22:32:01.556Z[ recovery-image] Aug 28 22:32:00.573 INFO O| Aug 28 22:32:00.573 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-28T22:32:01.563Z[ recovery-image] Aug 28 22:32:00.581 INFO O| Aug 28 22:32:00.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64062026-08-28T22:32:01.563Z[ recovery-image] Aug 28 22:32:00.581 INFO O| Aug 28 22:32:00.581 INFO STEP 364 (remove_files) COMPLETE
64072026-08-28T22:32:01.563Z[ recovery-image] Aug 28 22:32:00.581 INFO O| Aug 28 22:32:00.581 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-28T22:32:01.569Z[ recovery-image] Aug 28 22:32:00.589 INFO O| Aug 28 22:32:00.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64092026-08-28T22:32:01.569Z[ recovery-image] Aug 28 22:32:00.589 INFO O| Aug 28 22:32:00.589 INFO STEP 365 (remove_files) COMPLETE
64102026-08-28T22:32:01.575Z[ recovery-image] Aug 28 22:32:00.589 INFO O| Aug 28 22:32:00.589 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-28T22:32:01.581Z[ recovery-image] Aug 28 22:32:00.597 INFO O| Aug 28 22:32:00.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64122026-08-28T22:32:01.581Z[ recovery-image] Aug 28 22:32:00.597 INFO O| Aug 28 22:32:00.597 INFO STEP 366 (remove_files) COMPLETE
64132026-08-28T22:32:01.581Z[ recovery-image] Aug 28 22:32:00.597 INFO O| Aug 28 22:32:00.597 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-28T22:32:01.588Z[ recovery-image] Aug 28 22:32:00.605 INFO O| Aug 28 22:32:00.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64152026-08-28T22:32:01.588Z[ recovery-image] Aug 28 22:32:00.605 INFO O| Aug 28 22:32:00.605 INFO STEP 367 (remove_files) COMPLETE
64162026-08-28T22:32:01.588Z[ recovery-image] Aug 28 22:32:00.605 INFO O| Aug 28 22:32:00.605 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-28T22:32:01.597Z[ recovery-image] Aug 28 22:32:00.613 INFO O| Aug 28 22:32:00.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64182026-08-28T22:32:01.598Z[ recovery-image] Aug 28 22:32:00.613 INFO O| Aug 28 22:32:00.613 INFO STEP 368 (remove_files) COMPLETE
64192026-08-28T22:32:01.598Z[ recovery-image] Aug 28 22:32:00.613 INFO O| Aug 28 22:32:00.613 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-28T22:32:01.602Z[ recovery-image] Aug 28 22:32:00.621 INFO O| Aug 28 22:32:00.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64212026-08-28T22:32:01.603Z[ recovery-image] Aug 28 22:32:00.621 INFO O| Aug 28 22:32:00.621 INFO STEP 369 (remove_files) COMPLETE
64222026-08-28T22:32:01.603Z[ recovery-image] Aug 28 22:32:00.621 INFO O| Aug 28 22:32:00.621 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-28T22:32:01.614Z[ recovery-image] Aug 28 22:32:00.632 INFO O| Aug 28 22:32:00.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64242026-08-28T22:32:01.614Z[ recovery-image] Aug 28 22:32:00.632 INFO O| Aug 28 22:32:00.632 INFO STEP 370 (remove_files) COMPLETE
64252026-08-28T22:32:01.614Z[ recovery-image] Aug 28 22:32:00.632 INFO O| Aug 28 22:32:00.632 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-28T22:32:01.624Z[ recovery-image] Aug 28 22:32:00.643 INFO O| Aug 28 22:32:00.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64272026-08-28T22:32:01.624Z[ recovery-image] Aug 28 22:32:00.643 INFO O| Aug 28 22:32:00.643 INFO STEP 371 (remove_files) COMPLETE
64282026-08-28T22:32:01.627Z[ recovery-image] Aug 28 22:32:00.643 INFO O| Aug 28 22:32:00.643 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-28T22:32:01.638Z[ recovery-image] Aug 28 22:32:00.651 INFO O| Aug 28 22:32:00.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64302026-08-28T22:32:01.638Z[ recovery-image] Aug 28 22:32:00.652 INFO O| Aug 28 22:32:00.652 INFO STEP 372 (remove_files) COMPLETE
64312026-08-28T22:32:01.638Z[ recovery-image] Aug 28 22:32:00.652 INFO O| Aug 28 22:32:00.652 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-28T22:32:01.645Z[ recovery-image] Aug 28 22:32:00.660 INFO O| Aug 28 22:32:00.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64332026-08-28T22:32:01.646Z[ recovery-image] Aug 28 22:32:00.660 INFO O| Aug 28 22:32:00.660 INFO STEP 373 (remove_files) COMPLETE
64342026-08-28T22:32:01.646Z[ recovery-image] Aug 28 22:32:00.660 INFO O| Aug 28 22:32:00.660 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-28T22:32:01.655Z[ recovery-image] Aug 28 22:32:00.668 INFO O| Aug 28 22:32:00.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64362026-08-28T22:32:01.655Z[ recovery-image] Aug 28 22:32:00.669 INFO O| Aug 28 22:32:00.669 INFO STEP 374 (remove_files) COMPLETE
64372026-08-28T22:32:01.655Z[ recovery-image] Aug 28 22:32:00.669 INFO O| Aug 28 22:32:00.669 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-28T22:32:01.660Z[ recovery-image] Aug 28 22:32:00.678 INFO O| Aug 28 22:32:00.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64392026-08-28T22:32:01.660Z[ recovery-image] Aug 28 22:32:00.678 INFO O| Aug 28 22:32:00.678 INFO STEP 375 (remove_files) COMPLETE
64402026-08-28T22:32:01.660Z[ recovery-image] Aug 28 22:32:00.678 INFO O| Aug 28 22:32:00.678 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-28T22:32:01.669Z[ recovery-image] Aug 28 22:32:00.688 INFO O| Aug 28 22:32:00.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64422026-08-28T22:32:01.669Z[ recovery-image] Aug 28 22:32:00.688 INFO O| Aug 28 22:32:00.688 INFO STEP 376 (remove_files) COMPLETE
64432026-08-28T22:32:01.673Z[ recovery-image] Aug 28 22:32:00.688 INFO O| Aug 28 22:32:00.688 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-28T22:32:01.680Z[ recovery-image] Aug 28 22:32:00.698 INFO O| Aug 28 22:32:00.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64452026-08-28T22:32:01.680Z[ recovery-image] Aug 28 22:32:00.698 INFO O| Aug 28 22:32:00.698 INFO STEP 377 (remove_files) COMPLETE
64462026-08-28T22:32:01.680Z[ recovery-image] Aug 28 22:32:00.698 INFO O| Aug 28 22:32:00.698 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-28T22:32:01.687Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64482026-08-28T22:32:01.695Z[verify-libraries] Compiling fs-err v2.11.0
64492026-08-28T22:32:01.695Z[ recovery-image] Aug 28 22:32:00.710 INFO O| Aug 28 22:32:00.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64502026-08-28T22:32:01.695Z[ recovery-image] Aug 28 22:32:00.710 INFO O| Aug 28 22:32:00.710 INFO STEP 378 (remove_files) COMPLETE
64512026-08-28T22:32:01.695Z[ recovery-image] Aug 28 22:32:00.710 INFO O| Aug 28 22:32:00.710 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-28T22:32:01.699Z[ recovery-image] Aug 28 22:32:00.720 INFO O| Aug 28 22:32:00.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64532026-08-28T22:32:01.699Z[ recovery-image] Aug 28 22:32:00.720 INFO O| Aug 28 22:32:00.720 INFO STEP 379 (remove_files) COMPLETE
64542026-08-28T22:32:01.699Z[ recovery-image] Aug 28 22:32:00.720 INFO O| Aug 28 22:32:00.720 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-28T22:32:01.713Z[ recovery-image] Aug 28 22:32:00.733 INFO O| Aug 28 22:32:00.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64562026-08-28T22:32:01.713Z[ recovery-image] Aug 28 22:32:00.733 INFO O| Aug 28 22:32:00.733 INFO STEP 380 (remove_files) COMPLETE
64572026-08-28T22:32:01.720Z[ recovery-image] Aug 28 22:32:00.733 INFO O| Aug 28 22:32:00.733 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-28T22:32:01.729Z[ recovery-image] Aug 28 22:32:00.741 INFO O| Aug 28 22:32:00.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64592026-08-28T22:32:01.729Z[ recovery-image] Aug 28 22:32:00.741 INFO O| Aug 28 22:32:00.741 INFO STEP 381 (remove_files) COMPLETE
64602026-08-28T22:32:01.729Z[ recovery-image] Aug 28 22:32:00.741 INFO O| Aug 28 22:32:00.741 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-28T22:32:01.734Z[ recovery-image] Aug 28 22:32:00.750 INFO O| Aug 28 22:32:00.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64622026-08-28T22:32:01.734Z[ recovery-image] Aug 28 22:32:00.750 INFO O| Aug 28 22:32:00.750 INFO STEP 382 (remove_files) COMPLETE
64632026-08-28T22:32:01.734Z[ recovery-image] Aug 28 22:32:00.750 INFO O| Aug 28 22:32:00.750 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-28T22:32:01.740Z[ recovery-image] Aug 28 22:32:00.761 INFO O| Aug 28 22:32:00.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64652026-08-28T22:32:01.740Z[ recovery-image] Aug 28 22:32:00.761 INFO O| Aug 28 22:32:00.761 INFO STEP 383 (remove_files) COMPLETE
64662026-08-28T22:32:01.740Z[ recovery-image] Aug 28 22:32:00.761 INFO O| Aug 28 22:32:00.761 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-28T22:32:01.755Z[ recovery-image] Aug 28 22:32:00.771 INFO O| Aug 28 22:32:00.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64682026-08-28T22:32:01.755Z[ recovery-image] Aug 28 22:32:00.772 INFO O| Aug 28 22:32:00.772 INFO STEP 384 (remove_files) COMPLETE
64692026-08-28T22:32:01.761Z[ recovery-image] Aug 28 22:32:00.772 INFO O| Aug 28 22:32:00.772 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-28T22:32:01.766Z[ recovery-image] Aug 28 22:32:00.782 INFO O| Aug 28 22:32:00.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64712026-08-28T22:32:01.766Z[ recovery-image] Aug 28 22:32:00.782 INFO O| Aug 28 22:32:00.782 INFO STEP 385 (remove_files) COMPLETE
64722026-08-28T22:32:01.766Z[ recovery-image] Aug 28 22:32:00.782 INFO O| Aug 28 22:32:00.782 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-28T22:32:01.772Z[ recovery-image] Aug 28 22:32:00.793 INFO O| Aug 28 22:32:00.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64742026-08-28T22:32:01.772Z[ recovery-image] Aug 28 22:32:00.793 INFO O| Aug 28 22:32:00.793 INFO STEP 386 (remove_files) COMPLETE
64752026-08-28T22:32:01.772Z[ recovery-image] Aug 28 22:32:00.793 INFO O| Aug 28 22:32:00.793 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-28T22:32:01.785Z[ recovery-image] Aug 28 22:32:00.804 INFO O| Aug 28 22:32:00.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64772026-08-28T22:32:01.785Z[ recovery-image] Aug 28 22:32:00.804 INFO O| Aug 28 22:32:00.804 INFO STEP 387 (remove_files) COMPLETE
64782026-08-28T22:32:01.785Z[ recovery-image] Aug 28 22:32:00.804 INFO O| Aug 28 22:32:00.804 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-28T22:32:01.796Z[ recovery-image] Aug 28 22:32:00.815 INFO O| Aug 28 22:32:00.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64802026-08-28T22:32:01.796Z[ recovery-image] Aug 28 22:32:00.815 INFO O| Aug 28 22:32:00.815 INFO STEP 388 (remove_files) COMPLETE
64812026-08-28T22:32:01.796Z[ recovery-image] Aug 28 22:32:00.815 INFO O| Aug 28 22:32:00.815 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-28T22:32:01.811Z[ recovery-image] Aug 28 22:32:00.825 INFO O| Aug 28 22:32:00.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64832026-08-28T22:32:01.811Z[ recovery-image] Aug 28 22:32:00.826 INFO O| Aug 28 22:32:00.825 INFO STEP 389 (remove_files) COMPLETE
64842026-08-28T22:32:01.811Z[ recovery-image] Aug 28 22:32:00.826 INFO O| Aug 28 22:32:00.825 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-28T22:32:01.820Z[ recovery-image] Aug 28 22:32:00.835 INFO O| Aug 28 22:32:00.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64862026-08-28T22:32:01.820Z[ recovery-image] Aug 28 22:32:00.835 INFO O| Aug 28 22:32:00.835 INFO STEP 390 (remove_files) COMPLETE
64872026-08-28T22:32:01.820Z[ recovery-image] Aug 28 22:32:00.835 INFO O| Aug 28 22:32:00.835 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-28T22:32:01.825Z[ recovery-image] Aug 28 22:32:00.844 INFO O| Aug 28 22:32:00.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64892026-08-28T22:32:01.825Z[ recovery-image] Aug 28 22:32:00.844 INFO O| Aug 28 22:32:00.844 INFO STEP 391 (remove_files) COMPLETE
64902026-08-28T22:32:01.825Z[ recovery-image] Aug 28 22:32:00.844 INFO O| Aug 28 22:32:00.844 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-28T22:32:01.835Z[ recovery-image] Aug 28 22:32:00.853 INFO O| Aug 28 22:32:00.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64922026-08-28T22:32:01.835Z[ recovery-image] Aug 28 22:32:00.853 INFO O| Aug 28 22:32:00.853 INFO STEP 392 (remove_files) COMPLETE
64932026-08-28T22:32:01.835Z[ recovery-image] Aug 28 22:32:00.853 INFO O| Aug 28 22:32:00.853 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-28T22:32:01.844Z[ recovery-image] Aug 28 22:32:00.861 INFO O| Aug 28 22:32:00.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64952026-08-28T22:32:01.844Z[ recovery-image] Aug 28 22:32:00.861 INFO O| Aug 28 22:32:00.861 INFO STEP 393 (remove_files) COMPLETE
64962026-08-28T22:32:01.844Z[ recovery-image] Aug 28 22:32:00.861 INFO O| Aug 28 22:32:00.861 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-28T22:32:01.849Z[ recovery-image] Aug 28 22:32:00.870 INFO O| Aug 28 22:32:00.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64982026-08-28T22:32:01.849Z[ recovery-image] Aug 28 22:32:00.870 INFO O| Aug 28 22:32:00.870 INFO STEP 394 (remove_files) COMPLETE
64992026-08-28T22:32:01.849Z[ recovery-image] Aug 28 22:32:00.870 INFO O| Aug 28 22:32:00.870 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-28T22:32:01.858Z[ recovery-image] Aug 28 22:32:00.879 INFO O| Aug 28 22:32:00.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65012026-08-28T22:32:01.858Z[ recovery-image] Aug 28 22:32:00.879 INFO O| Aug 28 22:32:00.879 INFO STEP 395 (remove_files) COMPLETE
65022026-08-28T22:32:01.866Z[ recovery-image] Aug 28 22:32:00.880 INFO O| Aug 28 22:32:00.879 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-28T22:32:01.894Z[ recovery-image] Aug 28 22:32:00.915 INFO O| Aug 28 22:32:00.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65042026-08-28T22:32:01.894Z[ recovery-image] Aug 28 22:32:00.915 INFO O| Aug 28 22:32:00.915 INFO STEP 396 (remove_files) COMPLETE
65052026-08-28T22:32:01.894Z[ recovery-image] Aug 28 22:32:00.915 INFO O| Aug 28 22:32:00.915 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-28T22:32:01.910Z[ recovery-image] Aug 28 22:32:00.927 INFO O| Aug 28 22:32:00.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65072026-08-28T22:32:01.910Z[ recovery-image] Aug 28 22:32:00.927 INFO O| Aug 28 22:32:00.927 INFO STEP 397 (remove_files) COMPLETE
65082026-08-28T22:32:01.917Z[ recovery-image] Aug 28 22:32:00.927 INFO O| Aug 28 22:32:00.927 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-28T22:32:01.922Z[ recovery-image] Aug 28 22:32:00.941 INFO O| Aug 28 22:32:00.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65102026-08-28T22:32:01.922Z[ recovery-image] Aug 28 22:32:00.941 INFO O| Aug 28 22:32:00.941 INFO STEP 398 (remove_files) COMPLETE
65112026-08-28T22:32:01.922Z[ recovery-image] Aug 28 22:32:00.941 INFO O| Aug 28 22:32:00.941 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-28T22:32:01.935Z[ recovery-image] Aug 28 22:32:00.952 INFO O| Aug 28 22:32:00.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65132026-08-28T22:32:01.935Z[ recovery-image] Aug 28 22:32:00.952 INFO O| Aug 28 22:32:00.952 INFO STEP 399 (remove_files) COMPLETE
65142026-08-28T22:32:01.935Z[ recovery-image] Aug 28 22:32:00.952 INFO O| Aug 28 22:32:00.952 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-28T22:32:01.949Z[ recovery-image] Aug 28 22:32:00.961 INFO O| Aug 28 22:32:00.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65162026-08-28T22:32:01.964Z[ recovery-image] Aug 28 22:32:00.961 INFO O| Aug 28 22:32:00.961 INFO STEP 400 (remove_files) COMPLETE
65172026-08-28T22:32:01.964Z[ recovery-image] Aug 28 22:32:00.961 INFO O| Aug 28 22:32:00.961 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-28T22:32:01.964Z[ recovery-image] Aug 28 22:32:00.971 INFO O| Aug 28 22:32:00.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65192026-08-28T22:32:01.964Z[ recovery-image] Aug 28 22:32:00.971 INFO O| Aug 28 22:32:00.971 INFO STEP 401 (remove_files) COMPLETE
65202026-08-28T22:32:01.964Z[ recovery-image] Aug 28 22:32:00.971 INFO O| Aug 28 22:32:00.971 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-28T22:32:01.984Z[ recovery-image] Aug 28 22:32:00.981 INFO O| Aug 28 22:32:00.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65222026-08-28T22:32:01.985Z[ recovery-image] Aug 28 22:32:00.981 INFO O| Aug 28 22:32:00.981 INFO STEP 402 (remove_files) COMPLETE
65232026-08-28T22:32:01.985Z[ recovery-image] Aug 28 22:32:00.981 INFO O| Aug 28 22:32:00.981 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-28T22:32:01.985Z[ recovery-image] Aug 28 22:32:00.992 INFO O| Aug 28 22:32:00.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65252026-08-28T22:32:01.985Z[ recovery-image] Aug 28 22:32:00.992 INFO O| Aug 28 22:32:00.992 INFO STEP 403 (remove_files) COMPLETE
65262026-08-28T22:32:01.985Z[ recovery-image] Aug 28 22:32:00.992 INFO O| Aug 28 22:32:00.992 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-28T22:32:02.002Z[ recovery-image] Aug 28 22:32:01.005 INFO O| Aug 28 22:32:01.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65282026-08-28T22:32:02.003Z[ recovery-image] Aug 28 22:32:01.005 INFO O| Aug 28 22:32:01.005 INFO STEP 404 (remove_files) COMPLETE
65292026-08-28T22:32:02.003Z[ recovery-image] Aug 28 22:32:01.005 INFO O| Aug 28 22:32:01.005 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-28T22:32:02.003Z[ recovery-image] Aug 28 22:32:01.017 INFO O| Aug 28 22:32:01.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65312026-08-28T22:32:02.003Z[ recovery-image] Aug 28 22:32:01.017 INFO O| Aug 28 22:32:01.017 INFO STEP 405 (remove_files) COMPLETE
65322026-08-28T22:32:02.003Z[ recovery-image] Aug 28 22:32:01.017 INFO O| Aug 28 22:32:01.017 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-28T22:32:02.009Z[ recovery-image] Aug 28 22:32:01.028 INFO O| Aug 28 22:32:01.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65342026-08-28T22:32:02.034Z[ recovery-image] Aug 28 22:32:01.029 INFO O| Aug 28 22:32:01.029 INFO STEP 406 (remove_files) COMPLETE
65352026-08-28T22:32:02.034Z[ recovery-image] Aug 28 22:32:01.029 INFO O| Aug 28 22:32:01.029 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-28T22:32:02.040Z[ recovery-image] Aug 28 22:32:01.040 INFO O| Aug 28 22:32:01.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65372026-08-28T22:32:02.040Z[ recovery-image] Aug 28 22:32:01.041 INFO O| Aug 28 22:32:01.040 INFO STEP 407 (remove_files) COMPLETE
65382026-08-28T22:32:02.040Z[ recovery-image] Aug 28 22:32:01.041 INFO O| Aug 28 22:32:01.040 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-28T22:32:02.040Z[ recovery-image] Aug 28 22:32:01.052 INFO O| Aug 28 22:32:01.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65402026-08-28T22:32:02.040Z[ recovery-image] Aug 28 22:32:01.052 INFO O| Aug 28 22:32:01.052 INFO STEP 408 (remove_files) COMPLETE
65412026-08-28T22:32:02.040Z[ recovery-image] Aug 28 22:32:01.052 INFO O| Aug 28 22:32:01.052 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-28T22:32:02.048Z[ recovery-image] Aug 28 22:32:01.061 INFO O| Aug 28 22:32:01.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65432026-08-28T22:32:02.048Z[ recovery-image] Aug 28 22:32:01.061 INFO O| Aug 28 22:32:01.061 INFO STEP 409 (remove_files) COMPLETE
65442026-08-28T22:32:02.048Z[ recovery-image] Aug 28 22:32:01.061 INFO O| Aug 28 22:32:01.061 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-28T22:32:02.056Z[ recovery-image] Aug 28 22:32:01.073 INFO O| Aug 28 22:32:01.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65462026-08-28T22:32:02.056Z[ recovery-image] Aug 28 22:32:01.073 INFO O| Aug 28 22:32:01.073 INFO STEP 410 (remove_files) COMPLETE
65472026-08-28T22:32:02.056Z[ recovery-image] Aug 28 22:32:01.073 INFO O| Aug 28 22:32:01.073 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-28T22:32:02.064Z[ recovery-image] Aug 28 22:32:01.085 INFO O| Aug 28 22:32:01.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65492026-08-28T22:32:02.064Z[ recovery-image] Aug 28 22:32:01.085 INFO O| Aug 28 22:32:01.085 INFO STEP 411 (remove_files) COMPLETE
65502026-08-28T22:32:02.064Z[ recovery-image] Aug 28 22:32:01.085 INFO O| Aug 28 22:32:01.085 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-28T22:32:02.075Z[verify-libraries] Compiling internet-checksum v0.2.1
65522026-08-28T22:32:02.083Z[ recovery-image] Aug 28 22:32:01.097 INFO O| Aug 28 22:32:01.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65532026-08-28T22:32:02.083Z[ recovery-image] Aug 28 22:32:01.097 INFO O| Aug 28 22:32:01.097 INFO STEP 412 (remove_files) COMPLETE
65542026-08-28T22:32:02.083Z[ recovery-image] Aug 28 22:32:01.097 INFO O| Aug 28 22:32:01.097 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-28T22:32:02.094Z[ recovery-image] Aug 28 22:32:01.110 INFO O| Aug 28 22:32:01.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65562026-08-28T22:32:02.094Z[ recovery-image] Aug 28 22:32:01.111 INFO O| Aug 28 22:32:01.111 INFO STEP 413 (remove_files) COMPLETE
65572026-08-28T22:32:02.094Z[ recovery-image] Aug 28 22:32:01.111 INFO O| Aug 28 22:32:01.111 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-28T22:32:02.104Z[ recovery-image] Aug 28 22:32:01.122 INFO O| Aug 28 22:32:01.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65592026-08-28T22:32:02.104Z[ recovery-image] Aug 28 22:32:01.122 INFO O| Aug 28 22:32:01.122 INFO STEP 414 (remove_files) COMPLETE
65602026-08-28T22:32:02.104Z[ recovery-image] Aug 28 22:32:01.122 INFO O| Aug 28 22:32:01.122 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-28T22:32:02.115Z[ recovery-image] Aug 28 22:32:01.135 INFO O| Aug 28 22:32:01.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65622026-08-28T22:32:02.115Z[ recovery-image] Aug 28 22:32:01.135 INFO O| Aug 28 22:32:01.135 INFO STEP 415 (remove_files) COMPLETE
65632026-08-28T22:32:02.122Z[ recovery-image] Aug 28 22:32:01.135 INFO O| Aug 28 22:32:01.135 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-28T22:32:02.138Z[ recovery-image] Aug 28 22:32:01.148 INFO O| Aug 28 22:32:01.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65652026-08-28T22:32:02.138Z[ recovery-image] Aug 28 22:32:01.148 INFO O| Aug 28 22:32:01.148 INFO STEP 416 (remove_files) COMPLETE
65662026-08-28T22:32:02.138Z[ recovery-image] Aug 28 22:32:01.148 INFO O| Aug 28 22:32:01.148 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-28T22:32:02.150Z[ recovery-image] Aug 28 22:32:01.159 INFO O| Aug 28 22:32:01.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65682026-08-28T22:32:02.150Z[ recovery-image] Aug 28 22:32:01.159 INFO O| Aug 28 22:32:01.159 INFO STEP 417 (remove_files) COMPLETE
65692026-08-28T22:32:02.150Z[ recovery-image] Aug 28 22:32:01.160 INFO O| Aug 28 22:32:01.159 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-28T22:32:02.154Z[ recovery-image] Aug 28 22:32:01.173 INFO O| Aug 28 22:32:01.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65712026-08-28T22:32:02.154Z[ recovery-image] Aug 28 22:32:01.174 INFO O| Aug 28 22:32:01.173 INFO STEP 418 (remove_files) COMPLETE
65722026-08-28T22:32:02.154Z[ recovery-image] Aug 28 22:32:01.174 INFO O| Aug 28 22:32:01.173 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-28T22:32:02.165Z[ recovery-image] Aug 28 22:32:01.185 INFO O| Aug 28 22:32:01.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65742026-08-28T22:32:02.165Z[ recovery-image] Aug 28 22:32:01.185 INFO O| Aug 28 22:32:01.185 INFO STEP 419 (remove_files) COMPLETE
65752026-08-28T22:32:02.165Z[ recovery-image] Aug 28 22:32:01.185 INFO O| Aug 28 22:32:01.185 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-28T22:32:02.181Z[ recovery-image] Aug 28 22:32:01.196 INFO O| Aug 28 22:32:01.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65772026-08-28T22:32:02.181Z[ recovery-image] Aug 28 22:32:01.196 INFO O| Aug 28 22:32:01.196 INFO STEP 420 (remove_files) COMPLETE
65782026-08-28T22:32:02.181Z[ recovery-image] Aug 28 22:32:01.196 INFO O| Aug 28 22:32:01.196 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-28T22:32:02.187Z[ recovery-image] Aug 28 22:32:01.207 INFO O| Aug 28 22:32:01.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65802026-08-28T22:32:02.187Z[ recovery-image] Aug 28 22:32:01.207 INFO O| Aug 28 22:32:01.207 INFO STEP 421 (remove_files) COMPLETE
65812026-08-28T22:32:02.193Z[ recovery-image] Aug 28 22:32:01.207 INFO O| Aug 28 22:32:01.207 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-28T22:32:02.196Z[ recovery-image] Aug 28 22:32:01.216 INFO O| Aug 28 22:32:01.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65832026-08-28T22:32:02.196Z[ recovery-image] Aug 28 22:32:01.216 INFO O| Aug 28 22:32:01.216 INFO STEP 422 (remove_files) COMPLETE
65842026-08-28T22:32:02.196Z[ recovery-image] Aug 28 22:32:01.216 INFO O| Aug 28 22:32:01.216 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-28T22:32:02.211Z[ recovery-image] Aug 28 22:32:01.226 INFO O| Aug 28 22:32:01.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65862026-08-28T22:32:02.211Z[ recovery-image] Aug 28 22:32:01.226 INFO O| Aug 28 22:32:01.226 INFO STEP 423 (remove_files) COMPLETE
65872026-08-28T22:32:02.211Z[ recovery-image] Aug 28 22:32:01.226 INFO O| Aug 28 22:32:01.226 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-28T22:32:02.220Z[ recovery-image] Aug 28 22:32:01.237 INFO O| Aug 28 22:32:01.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65892026-08-28T22:32:02.220Z[ recovery-image] Aug 28 22:32:01.238 INFO O| Aug 28 22:32:01.237 INFO STEP 424 (remove_files) COMPLETE
65902026-08-28T22:32:02.232Z[ recovery-image] Aug 28 22:32:01.238 INFO O| Aug 28 22:32:01.237 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-28T22:32:02.236Z[ recovery-image] Aug 28 22:32:01.248 INFO O| Aug 28 22:32:01.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65922026-08-28T22:32:02.236Z[ recovery-image] Aug 28 22:32:01.248 INFO O| Aug 28 22:32:01.248 INFO STEP 425 (remove_files) COMPLETE
65932026-08-28T22:32:02.236Z[ recovery-image] Aug 28 22:32:01.248 INFO O| Aug 28 22:32:01.248 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-28T22:32:02.240Z[ recovery-image] Aug 28 22:32:01.260 INFO O| Aug 28 22:32:01.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65952026-08-28T22:32:02.240Z[ recovery-image] Aug 28 22:32:01.260 INFO O| Aug 28 22:32:01.260 INFO STEP 426 (remove_files) COMPLETE
65962026-08-28T22:32:02.240Z[ recovery-image] Aug 28 22:32:01.260 INFO O| Aug 28 22:32:01.260 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-28T22:32:02.258Z[ recovery-image] Aug 28 22:32:01.271 INFO O| Aug 28 22:32:01.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65982026-08-28T22:32:02.258Z[ recovery-image] Aug 28 22:32:01.271 INFO O| Aug 28 22:32:01.271 INFO STEP 427 (remove_files) COMPLETE
65992026-08-28T22:32:02.258Z[ recovery-image] Aug 28 22:32:01.271 INFO O| Aug 28 22:32:01.271 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-28T22:32:02.271Z[ recovery-image] Aug 28 22:32:01.281 INFO O| Aug 28 22:32:01.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66012026-08-28T22:32:02.271Z[ recovery-image] Aug 28 22:32:01.281 INFO O| Aug 28 22:32:01.281 INFO STEP 428 (remove_files) COMPLETE
66022026-08-28T22:32:02.271Z[ recovery-image] Aug 28 22:32:01.281 INFO O| Aug 28 22:32:01.281 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-28T22:32:02.279Z[ recovery-image] Aug 28 22:32:01.292 INFO O| Aug 28 22:32:01.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66042026-08-28T22:32:02.279Z[ recovery-image] Aug 28 22:32:01.292 INFO O| Aug 28 22:32:01.292 INFO STEP 429 (remove_files) COMPLETE
66052026-08-28T22:32:02.279Z[ recovery-image] Aug 28 22:32:01.292 INFO O| Aug 28 22:32:01.292 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-28T22:32:02.285Z[ recovery-image] Aug 28 22:32:01.303 INFO O| Aug 28 22:32:01.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66072026-08-28T22:32:02.285Z[ recovery-image] Aug 28 22:32:01.303 INFO O| Aug 28 22:32:01.303 INFO STEP 430 (remove_files) COMPLETE
66082026-08-28T22:32:02.285Z[ recovery-image] Aug 28 22:32:01.303 INFO O| Aug 28 22:32:01.303 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-28T22:32:02.298Z[ recovery-image] Aug 28 22:32:01.312 INFO O| Aug 28 22:32:01.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66102026-08-28T22:32:02.298Z[ recovery-image] Aug 28 22:32:01.312 INFO O| Aug 28 22:32:01.312 INFO STEP 431 (remove_files) COMPLETE
66112026-08-28T22:32:02.298Z[ recovery-image] Aug 28 22:32:01.312 INFO O| Aug 28 22:32:01.312 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-28T22:32:02.303Z[ recovery-image] Aug 28 22:32:01.322 INFO O| Aug 28 22:32:01.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66132026-08-28T22:32:02.303Z[ recovery-image] Aug 28 22:32:01.322 INFO O| Aug 28 22:32:01.322 INFO STEP 432 (remove_files) COMPLETE
66142026-08-28T22:32:02.303Z[ recovery-image] Aug 28 22:32:01.322 INFO O| Aug 28 22:32:01.322 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-28T22:32:02.316Z[ recovery-image] Aug 28 22:32:01.332 INFO O| Aug 28 22:32:01.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66162026-08-28T22:32:02.316Z[ recovery-image] Aug 28 22:32:01.332 INFO O| Aug 28 22:32:01.332 INFO STEP 433 (remove_files) COMPLETE
66172026-08-28T22:32:02.316Z[ recovery-image] Aug 28 22:32:01.332 INFO O| Aug 28 22:32:01.332 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-28T22:32:02.333Z[ recovery-image] Aug 28 22:32:01.352 INFO O| Aug 28 22:32:01.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66192026-08-28T22:32:02.333Z[ recovery-image] Aug 28 22:32:01.352 INFO O| Aug 28 22:32:01.352 INFO STEP 434 (remove_files) COMPLETE
66202026-08-28T22:32:02.333Z[ recovery-image] Aug 28 22:32:01.352 INFO O| Aug 28 22:32:01.352 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-28T22:32:02.346Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
66222026-08-28T22:32:02.354Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
66232026-08-28T22:32:02.354Z[ recovery-image] Aug 28 22:32:01.367 INFO O| Aug 28 22:32:01.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66242026-08-28T22:32:02.354Z[ recovery-image] Aug 28 22:32:01.367 INFO O| Aug 28 22:32:01.367 INFO STEP 435 (remove_files) COMPLETE
66252026-08-28T22:32:02.355Z[ recovery-image] Aug 28 22:32:01.367 INFO O| Aug 28 22:32:01.367 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-28T22:32:02.361Z[ recovery-image] Aug 28 22:32:01.378 INFO O| Aug 28 22:32:01.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66272026-08-28T22:32:02.361Z[ recovery-image] Aug 28 22:32:01.378 INFO O| Aug 28 22:32:01.378 INFO STEP 436 (remove_files) COMPLETE
66282026-08-28T22:32:02.361Z[ recovery-image] Aug 28 22:32:01.378 INFO O| Aug 28 22:32:01.378 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-28T22:32:02.371Z[ recovery-image] Aug 28 22:32:01.392 INFO O| Aug 28 22:32:01.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66302026-08-28T22:32:02.371Z[ recovery-image] Aug 28 22:32:01.392 INFO O| Aug 28 22:32:01.392 INFO STEP 437 (remove_files) COMPLETE
66312026-08-28T22:32:02.371Z[ recovery-image] Aug 28 22:32:01.392 INFO O| Aug 28 22:32:01.392 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-28T22:32:02.393Z[ recovery-image] Aug 28 22:32:01.403 INFO O| Aug 28 22:32:01.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66332026-08-28T22:32:02.393Z[ recovery-image] Aug 28 22:32:01.403 INFO O| Aug 28 22:32:01.403 INFO STEP 438 (remove_files) COMPLETE
66342026-08-28T22:32:02.393Z[ recovery-image] Aug 28 22:32:01.403 INFO O| Aug 28 22:32:01.403 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-28T22:32:02.399Z[ recovery-image] Aug 28 22:32:01.414 INFO O| Aug 28 22:32:01.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66362026-08-28T22:32:02.399Z[ recovery-image] Aug 28 22:32:01.414 INFO O| Aug 28 22:32:01.414 INFO STEP 439 (remove_files) COMPLETE
66372026-08-28T22:32:02.399Z[ recovery-image] Aug 28 22:32:01.414 INFO O| Aug 28 22:32:01.414 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-28T22:32:02.403Z[ recovery-image] Aug 28 22:32:01.424 INFO O| Aug 28 22:32:01.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66392026-08-28T22:32:02.404Z[ recovery-image] Aug 28 22:32:01.424 INFO O| Aug 28 22:32:01.424 INFO STEP 440 (remove_files) COMPLETE
66402026-08-28T22:32:02.404Z[ recovery-image] Aug 28 22:32:01.424 INFO O| Aug 28 22:32:01.424 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-28T22:32:02.421Z[ recovery-image] Aug 28 22:32:01.434 INFO O| Aug 28 22:32:01.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66422026-08-28T22:32:02.421Z[ recovery-image] Aug 28 22:32:01.434 INFO O| Aug 28 22:32:01.434 INFO STEP 441 (remove_files) COMPLETE
66432026-08-28T22:32:02.421Z[ recovery-image] Aug 28 22:32:01.434 INFO O| Aug 28 22:32:01.434 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-28T22:32:02.429Z[ recovery-image] Aug 28 22:32:01.443 INFO O| Aug 28 22:32:01.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66452026-08-28T22:32:02.429Z[ recovery-image] Aug 28 22:32:01.443 INFO O| Aug 28 22:32:01.443 INFO STEP 442 (remove_files) COMPLETE
66462026-08-28T22:32:02.430Z[ recovery-image] Aug 28 22:32:01.443 INFO O| Aug 28 22:32:01.443 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-28T22:32:02.434Z[ recovery-image] Aug 28 22:32:01.452 INFO O| Aug 28 22:32:01.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66482026-08-28T22:32:02.434Z[ recovery-image] Aug 28 22:32:01.452 INFO O| Aug 28 22:32:01.452 INFO STEP 443 (remove_files) COMPLETE
66492026-08-28T22:32:02.434Z[ recovery-image] Aug 28 22:32:01.452 INFO O| Aug 28 22:32:01.452 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-28T22:32:02.446Z[ recovery-image] Aug 28 22:32:01.461 INFO O| Aug 28 22:32:01.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66512026-08-28T22:32:02.446Z[ recovery-image] Aug 28 22:32:01.461 INFO O| Aug 28 22:32:01.461 INFO STEP 444 (remove_files) COMPLETE
66522026-08-28T22:32:02.449Z[ recovery-image] Aug 28 22:32:01.461 INFO O| Aug 28 22:32:01.461 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-28T22:32:02.472Z[ recovery-image] Aug 28 22:32:01.473 INFO O| Aug 28 22:32:01.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66542026-08-28T22:32:02.472Z[ recovery-image] Aug 28 22:32:01.473 INFO O| Aug 28 22:32:01.473 INFO STEP 445 (remove_files) COMPLETE
66552026-08-28T22:32:02.472Z[ recovery-image] Aug 28 22:32:01.473 INFO O| Aug 28 22:32:01.473 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-28T22:32:02.472Z[ recovery-image] Aug 28 22:32:01.483 INFO O| Aug 28 22:32:01.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66572026-08-28T22:32:02.472Z[ recovery-image] Aug 28 22:32:01.483 INFO O| Aug 28 22:32:01.483 INFO STEP 446 (remove_files) COMPLETE
66582026-08-28T22:32:02.472Z[ recovery-image] Aug 28 22:32:01.483 INFO O| Aug 28 22:32:01.483 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-28T22:32:02.491Z[ recovery-image] Aug 28 22:32:01.492 INFO O| Aug 28 22:32:01.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66602026-08-28T22:32:02.491Z[ recovery-image] Aug 28 22:32:01.492 INFO O| Aug 28 22:32:01.492 INFO STEP 447 (remove_files) COMPLETE
66612026-08-28T22:32:02.491Z[ recovery-image] Aug 28 22:32:01.492 INFO O| Aug 28 22:32:01.492 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-28T22:32:02.491Z[ recovery-image] Aug 28 22:32:01.501 INFO O| Aug 28 22:32:01.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66632026-08-28T22:32:02.491Z[ recovery-image] Aug 28 22:32:01.501 INFO O| Aug 28 22:32:01.501 INFO STEP 448 (remove_files) COMPLETE
66642026-08-28T22:32:02.491Z[ recovery-image] Aug 28 22:32:01.501 INFO O| Aug 28 22:32:01.501 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-28T22:32:02.495Z[ recovery-image] Aug 28 22:32:01.512 INFO O| Aug 28 22:32:01.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66662026-08-28T22:32:02.495Z[ recovery-image] Aug 28 22:32:01.512 INFO O| Aug 28 22:32:01.512 INFO STEP 449 (remove_files) COMPLETE
66672026-08-28T22:32:02.495Z[ recovery-image] Aug 28 22:32:01.512 INFO O| Aug 28 22:32:01.512 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-28T22:32:02.506Z[ recovery-image] Aug 28 22:32:01.523 INFO O| Aug 28 22:32:01.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66692026-08-28T22:32:02.506Z[ recovery-image] Aug 28 22:32:01.523 INFO O| Aug 28 22:32:01.523 INFO STEP 450 (remove_files) COMPLETE
66702026-08-28T22:32:02.509Z[ recovery-image] Aug 28 22:32:01.523 INFO O| Aug 28 22:32:01.523 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-28T22:32:02.513Z[ recovery-image] Aug 28 22:32:01.533 INFO O| Aug 28 22:32:01.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66722026-08-28T22:32:02.513Z[ recovery-image] Aug 28 22:32:01.534 INFO O| Aug 28 22:32:01.533 INFO STEP 451 (remove_files) COMPLETE
66732026-08-28T22:32:02.513Z[ recovery-image] Aug 28 22:32:01.534 INFO O| Aug 28 22:32:01.534 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-28T22:32:02.547Z[ recovery-image] Aug 28 22:32:01.545 INFO O| Aug 28 22:32:01.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66752026-08-28T22:32:02.547Z[ recovery-image] Aug 28 22:32:01.545 INFO O| Aug 28 22:32:01.545 INFO STEP 452 (remove_files) COMPLETE
66762026-08-28T22:32:02.547Z[ recovery-image] Aug 28 22:32:01.545 INFO O| Aug 28 22:32:01.545 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-28T22:32:02.547Z[ recovery-image] Aug 28 22:32:01.556 INFO O| Aug 28 22:32:01.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66782026-08-28T22:32:02.547Z[ recovery-image] Aug 28 22:32:01.556 INFO O| Aug 28 22:32:01.556 INFO STEP 453 (remove_files) COMPLETE
66792026-08-28T22:32:02.547Z[ recovery-image] Aug 28 22:32:01.556 INFO O| Aug 28 22:32:01.556 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-28T22:32:02.600Z[ recovery-image] Aug 28 22:32:01.567 INFO O| Aug 28 22:32:01.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66812026-08-28T22:32:02.600Z[ recovery-image] Aug 28 22:32:01.567 INFO O| Aug 28 22:32:01.567 INFO STEP 454 (remove_files) COMPLETE
66822026-08-28T22:32:02.600Z[ recovery-image] Aug 28 22:32:01.567 INFO O| Aug 28 22:32:01.567 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-28T22:32:02.600Z[ recovery-image] Aug 28 22:32:01.578 INFO O| Aug 28 22:32:01.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66842026-08-28T22:32:02.600Z[ recovery-image] Aug 28 22:32:01.578 INFO O| Aug 28 22:32:01.578 INFO STEP 455 (remove_files) COMPLETE
66852026-08-28T22:32:02.600Z[ recovery-image] Aug 28 22:32:01.578 INFO O| Aug 28 22:32:01.578 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-28T22:32:02.600Z[ recovery-image] Aug 28 22:32:01.587 INFO O| Aug 28 22:32:01.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66872026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.589 INFO O| Aug 28 22:32:01.587 INFO STEP 456 (remove_files) COMPLETE
66882026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.589 INFO O| Aug 28 22:32:01.587 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.597 INFO O| Aug 28 22:32:01.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66902026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.597 INFO O| Aug 28 22:32:01.597 INFO STEP 457 (remove_files) COMPLETE
66912026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.597 INFO O| Aug 28 22:32:01.597 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.607 INFO O| Aug 28 22:32:01.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66932026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.607 INFO O| Aug 28 22:32:01.607 INFO STEP 458 (remove_files) COMPLETE
66942026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.607 INFO O| Aug 28 22:32:01.607 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.617 INFO O| Aug 28 22:32:01.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66962026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.617 INFO O| Aug 28 22:32:01.617 INFO STEP 459 (remove_files) COMPLETE
66972026-08-28T22:32:02.616Z[ recovery-image] Aug 28 22:32:01.617 INFO O| Aug 28 22:32:01.617 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-28T22:32:02.625Z[ recovery-image] Aug 28 22:32:01.626 INFO O| Aug 28 22:32:01.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66992026-08-28T22:32:02.625Z[ recovery-image] Aug 28 22:32:01.627 INFO O| Aug 28 22:32:01.627 INFO STEP 460 (remove_files) COMPLETE
67002026-08-28T22:32:02.625Z[ recovery-image] Aug 28 22:32:01.627 INFO O| Aug 28 22:32:01.627 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-28T22:32:02.625Z[ recovery-image] Aug 28 22:32:01.635 INFO O| Aug 28 22:32:01.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67022026-08-28T22:32:02.625Z[ recovery-image] Aug 28 22:32:01.635 INFO O| Aug 28 22:32:01.635 INFO STEP 461 (remove_files) COMPLETE
67032026-08-28T22:32:02.625Z[ recovery-image] Aug 28 22:32:01.635 INFO O| Aug 28 22:32:01.635 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-28T22:32:02.626Z[ recovery-image] Aug 28 22:32:01.644 INFO O| Aug 28 22:32:01.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67052026-08-28T22:32:02.626Z[ recovery-image] Aug 28 22:32:01.644 INFO O| Aug 28 22:32:01.644 INFO STEP 462 (remove_files) COMPLETE
67062026-08-28T22:32:02.626Z[ recovery-image] Aug 28 22:32:01.644 INFO O| Aug 28 22:32:01.644 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-28T22:32:02.633Z[ recovery-image] Aug 28 22:32:01.653 INFO O| Aug 28 22:32:01.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67082026-08-28T22:32:02.634Z[ recovery-image] Aug 28 22:32:01.653 INFO O| Aug 28 22:32:01.653 INFO STEP 463 (remove_files) COMPLETE
67092026-08-28T22:32:02.634Z[ recovery-image] Aug 28 22:32:01.653 INFO O| Aug 28 22:32:01.653 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-28T22:32:02.640Z[ recovery-image] Aug 28 22:32:01.661 INFO O| Aug 28 22:32:01.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67112026-08-28T22:32:02.640Z[ recovery-image] Aug 28 22:32:01.661 INFO O| Aug 28 22:32:01.661 INFO STEP 464 (remove_files) COMPLETE
67122026-08-28T22:32:02.640Z[ recovery-image] Aug 28 22:32:01.661 INFO O| Aug 28 22:32:01.661 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-28T22:32:02.654Z[ recovery-image] Aug 28 22:32:01.670 INFO O| Aug 28 22:32:01.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67142026-08-28T22:32:02.654Z[ recovery-image] Aug 28 22:32:01.670 INFO O| Aug 28 22:32:01.670 INFO STEP 465 (remove_files) COMPLETE
67152026-08-28T22:32:02.654Z[ recovery-image] Aug 28 22:32:01.670 INFO O| Aug 28 22:32:01.670 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-28T22:32:02.667Z[ recovery-image] Aug 28 22:32:01.682 INFO O| Aug 28 22:32:01.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67172026-08-28T22:32:02.667Z[ recovery-image] Aug 28 22:32:01.682 INFO O| Aug 28 22:32:01.682 INFO STEP 466 (remove_files) COMPLETE
67182026-08-28T22:32:02.667Z[ recovery-image] Aug 28 22:32:01.682 INFO O| Aug 28 22:32:01.682 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-28T22:32:02.675Z[ recovery-image] Aug 28 22:32:01.691 INFO O| Aug 28 22:32:01.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67202026-08-28T22:32:02.675Z[ recovery-image] Aug 28 22:32:01.691 INFO O| Aug 28 22:32:01.691 INFO STEP 467 (remove_files) COMPLETE
67212026-08-28T22:32:02.675Z[ recovery-image] Aug 28 22:32:01.691 INFO O| Aug 28 22:32:01.691 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-28T22:32:02.682Z[ recovery-image] Aug 28 22:32:01.699 INFO O| Aug 28 22:32:01.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67232026-08-28T22:32:02.682Z[ recovery-image] Aug 28 22:32:01.700 INFO O| Aug 28 22:32:01.699 INFO STEP 468 (remove_files) COMPLETE
67242026-08-28T22:32:02.682Z[ recovery-image] Aug 28 22:32:01.700 INFO O| Aug 28 22:32:01.700 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-28T22:32:02.692Z[ recovery-image] Aug 28 22:32:01.710 INFO O| Aug 28 22:32:01.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67262026-08-28T22:32:02.692Z[ recovery-image] Aug 28 22:32:01.710 INFO O| Aug 28 22:32:01.710 INFO STEP 469 (remove_files) COMPLETE
67272026-08-28T22:32:02.700Z[ recovery-image] Aug 28 22:32:01.710 INFO O| Aug 28 22:32:01.710 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-28T22:32:02.707Z[ recovery-image] Aug 28 22:32:01.719 INFO O| Aug 28 22:32:01.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67292026-08-28T22:32:02.707Z[ recovery-image] Aug 28 22:32:01.719 INFO O| Aug 28 22:32:01.719 INFO STEP 470 (remove_files) COMPLETE
67302026-08-28T22:32:02.707Z[ recovery-image] Aug 28 22:32:01.719 INFO O| Aug 28 22:32:01.719 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-28T22:32:02.710Z[ recovery-image] Aug 28 22:32:01.730 INFO O| Aug 28 22:32:01.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67322026-08-28T22:32:02.711Z[ recovery-image] Aug 28 22:32:01.730 INFO O| Aug 28 22:32:01.730 INFO STEP 471 (remove_files) COMPLETE
67332026-08-28T22:32:02.711Z[ recovery-image] Aug 28 22:32:01.730 INFO O| Aug 28 22:32:01.730 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-28T22:32:02.726Z[ recovery-image] Aug 28 22:32:01.744 INFO O| Aug 28 22:32:01.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67352026-08-28T22:32:02.726Z[ recovery-image] Aug 28 22:32:01.744 INFO O| Aug 28 22:32:01.739 INFO STEP 472 (remove_files) COMPLETE
67362026-08-28T22:32:02.726Z[ recovery-image] Aug 28 22:32:01.744 INFO O| Aug 28 22:32:01.739 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-28T22:32:02.735Z[ recovery-image] Aug 28 22:32:01.748 INFO O| Aug 28 22:32:01.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67382026-08-28T22:32:02.735Z[ recovery-image] Aug 28 22:32:01.748 INFO O| Aug 28 22:32:01.748 INFO STEP 473 (remove_files) COMPLETE
67392026-08-28T22:32:02.735Z[ recovery-image] Aug 28 22:32:01.748 INFO O| Aug 28 22:32:01.748 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-28T22:32:02.741Z[ recovery-image] Aug 28 22:32:01.756 INFO O| Aug 28 22:32:01.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67412026-08-28T22:32:02.741Z[ recovery-image] Aug 28 22:32:01.756 INFO O| Aug 28 22:32:01.756 INFO STEP 474 (remove_files) COMPLETE
67422026-08-28T22:32:02.741Z[ recovery-image] Aug 28 22:32:01.756 INFO O| Aug 28 22:32:01.756 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-28T22:32:02.747Z[ recovery-image] Aug 28 22:32:01.767 INFO O| Aug 28 22:32:01.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67442026-08-28T22:32:02.747Z[ recovery-image] Aug 28 22:32:01.767 INFO O| Aug 28 22:32:01.767 INFO STEP 475 (remove_files) COMPLETE
67452026-08-28T22:32:02.747Z[ recovery-image] Aug 28 22:32:01.767 INFO O| Aug 28 22:32:01.767 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-28T22:32:02.757Z[ recovery-image] Aug 28 22:32:01.776 INFO O| Aug 28 22:32:01.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67472026-08-28T22:32:02.757Z[ recovery-image] Aug 28 22:32:01.776 INFO O| Aug 28 22:32:01.776 INFO STEP 476 (remove_files) COMPLETE
67482026-08-28T22:32:02.757Z[ recovery-image] Aug 28 22:32:01.776 INFO O| Aug 28 22:32:01.776 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-28T22:32:02.768Z[ recovery-image] Aug 28 22:32:01.787 INFO O| Aug 28 22:32:01.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67502026-08-28T22:32:02.768Z[ recovery-image] Aug 28 22:32:01.787 INFO O| Aug 28 22:32:01.787 INFO STEP 477 (remove_files) COMPLETE
67512026-08-28T22:32:02.769Z[ recovery-image] Aug 28 22:32:01.787 INFO O| Aug 28 22:32:01.787 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-28T22:32:02.774Z[ recovery-image] Aug 28 22:32:01.795 INFO O| Aug 28 22:32:01.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67532026-08-28T22:32:02.775Z[ recovery-image] Aug 28 22:32:01.795 INFO O| Aug 28 22:32:01.795 INFO STEP 478 (remove_files) COMPLETE
67542026-08-28T22:32:02.775Z[ recovery-image] Aug 28 22:32:01.795 INFO O| Aug 28 22:32:01.795 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-28T22:32:02.788Z[ recovery-image] Aug 28 22:32:01.805 INFO O| Aug 28 22:32:01.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67562026-08-28T22:32:02.788Z[ recovery-image] Aug 28 22:32:01.806 INFO O| Aug 28 22:32:01.805 INFO STEP 479 (remove_files) COMPLETE
67572026-08-28T22:32:02.788Z[ recovery-image] Aug 28 22:32:01.806 INFO O| Aug 28 22:32:01.805 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-28T22:32:02.797Z[ recovery-image] Aug 28 22:32:01.816 INFO O| Aug 28 22:32:01.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67592026-08-28T22:32:02.797Z[ recovery-image] Aug 28 22:32:01.816 INFO O| Aug 28 22:32:01.816 INFO STEP 480 (remove_files) COMPLETE
67602026-08-28T22:32:02.803Z[ recovery-image] Aug 28 22:32:01.816 INFO O| Aug 28 22:32:01.816 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-28T22:32:02.811Z[ recovery-image] Aug 28 22:32:01.826 INFO O| Aug 28 22:32:01.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67622026-08-28T22:32:02.812Z[ recovery-image] Aug 28 22:32:01.827 INFO O| Aug 28 22:32:01.827 INFO STEP 481 (remove_files) COMPLETE
67632026-08-28T22:32:02.812Z[ recovery-image] Aug 28 22:32:01.827 INFO O| Aug 28 22:32:01.827 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-28T22:32:02.820Z[ recovery-image] Aug 28 22:32:01.837 INFO O| Aug 28 22:32:01.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67652026-08-28T22:32:02.820Z[ recovery-image] Aug 28 22:32:01.837 INFO O| Aug 28 22:32:01.837 INFO STEP 482 (remove_files) COMPLETE
67662026-08-28T22:32:02.820Z[ recovery-image] Aug 28 22:32:01.837 INFO O| Aug 28 22:32:01.837 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-28T22:32:02.827Z[ recovery-image] Aug 28 22:32:01.846 INFO O| Aug 28 22:32:01.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67682026-08-28T22:32:02.827Z[ recovery-image] Aug 28 22:32:01.846 INFO O| Aug 28 22:32:01.846 INFO STEP 483 (remove_files) COMPLETE
67692026-08-28T22:32:02.827Z[ recovery-image] Aug 28 22:32:01.846 INFO O| Aug 28 22:32:01.846 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-28T22:32:02.836Z[ recovery-image] Aug 28 22:32:01.855 INFO O| Aug 28 22:32:01.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67712026-08-28T22:32:02.836Z[ recovery-image] Aug 28 22:32:01.855 INFO O| Aug 28 22:32:01.855 INFO STEP 484 (remove_files) COMPLETE
67722026-08-28T22:32:02.836Z[ recovery-image] Aug 28 22:32:01.855 INFO O| Aug 28 22:32:01.855 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-28T22:32:02.844Z[ recovery-image] Aug 28 22:32:01.864 INFO O| Aug 28 22:32:01.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67742026-08-28T22:32:02.844Z[ recovery-image] Aug 28 22:32:01.864 INFO O| Aug 28 22:32:01.864 INFO STEP 485 (remove_files) COMPLETE
67752026-08-28T22:32:02.844Z[ recovery-image] Aug 28 22:32:01.864 INFO O| Aug 28 22:32:01.864 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-28T22:32:02.855Z[ recovery-image] Aug 28 22:32:01.875 INFO O| Aug 28 22:32:01.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67772026-08-28T22:32:02.855Z[ recovery-image] Aug 28 22:32:01.875 INFO O| Aug 28 22:32:01.875 INFO STEP 486 (remove_files) COMPLETE
67782026-08-28T22:32:02.855Z[ recovery-image] Aug 28 22:32:01.875 INFO O| Aug 28 22:32:01.875 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-28T22:32:02.866Z[ recovery-image] Aug 28 22:32:01.886 INFO O| Aug 28 22:32:01.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67802026-08-28T22:32:02.866Z[ recovery-image] Aug 28 22:32:01.886 INFO O| Aug 28 22:32:01.886 INFO STEP 487 (remove_files) COMPLETE
67812026-08-28T22:32:02.866Z[ recovery-image] Aug 28 22:32:01.886 INFO O| Aug 28 22:32:01.886 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-28T22:32:02.876Z[ recovery-image] Aug 28 22:32:01.895 INFO O| Aug 28 22:32:01.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67832026-08-28T22:32:02.877Z[ recovery-image] Aug 28 22:32:01.895 INFO O| Aug 28 22:32:01.895 INFO STEP 488 (remove_files) COMPLETE
67842026-08-28T22:32:02.877Z[ recovery-image] Aug 28 22:32:01.895 INFO O| Aug 28 22:32:01.895 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-28T22:32:02.886Z[ recovery-image] Aug 28 22:32:01.904 INFO O| Aug 28 22:32:01.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67862026-08-28T22:32:02.886Z[ recovery-image] Aug 28 22:32:01.904 INFO O| Aug 28 22:32:01.904 INFO STEP 489 (remove_files) COMPLETE
67872026-08-28T22:32:02.886Z[ recovery-image] Aug 28 22:32:01.904 INFO O| Aug 28 22:32:01.904 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-28T22:32:02.894Z[ recovery-image] Aug 28 22:32:01.914 INFO O| Aug 28 22:32:01.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67892026-08-28T22:32:02.894Z[ recovery-image] Aug 28 22:32:01.914 INFO O| Aug 28 22:32:01.914 INFO STEP 490 (remove_files) COMPLETE
67902026-08-28T22:32:02.894Z[ recovery-image] Aug 28 22:32:01.914 INFO O| Aug 28 22:32:01.914 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-28T22:32:02.904Z[ recovery-image] Aug 28 22:32:01.923 INFO O| Aug 28 22:32:01.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67922026-08-28T22:32:02.904Z[ recovery-image] Aug 28 22:32:01.923 INFO O| Aug 28 22:32:01.923 INFO STEP 491 (remove_files) COMPLETE
67932026-08-28T22:32:02.904Z[ recovery-image] Aug 28 22:32:01.923 INFO O| Aug 28 22:32:01.923 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-28T22:32:02.915Z[ recovery-image] Aug 28 22:32:01.933 INFO O| Aug 28 22:32:01.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67952026-08-28T22:32:02.915Z[ recovery-image] Aug 28 22:32:01.933 INFO O| Aug 28 22:32:01.933 INFO STEP 492 (remove_files) COMPLETE
67962026-08-28T22:32:02.915Z[ recovery-image] Aug 28 22:32:01.933 INFO O| Aug 28 22:32:01.933 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-28T22:32:02.927Z[ recovery-image] Aug 28 22:32:01.942 INFO O| Aug 28 22:32:01.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67982026-08-28T22:32:02.927Z[ recovery-image] Aug 28 22:32:01.942 INFO O| Aug 28 22:32:01.942 INFO STEP 493 (remove_files) COMPLETE
67992026-08-28T22:32:02.927Z[ recovery-image] Aug 28 22:32:01.942 INFO O| Aug 28 22:32:01.942 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-28T22:32:02.931Z[ recovery-image] Aug 28 22:32:01.951 INFO O| Aug 28 22:32:01.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68012026-08-28T22:32:02.931Z[ recovery-image] Aug 28 22:32:01.951 INFO O| Aug 28 22:32:01.951 INFO STEP 494 (remove_files) COMPLETE
68022026-08-28T22:32:02.931Z[ recovery-image] Aug 28 22:32:01.951 INFO O| Aug 28 22:32:01.951 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-28T22:32:02.938Z[ recovery-image] Aug 28 22:32:01.959 INFO O| Aug 28 22:32:01.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68042026-08-28T22:32:02.938Z[ recovery-image] Aug 28 22:32:01.959 INFO O| Aug 28 22:32:01.959 INFO STEP 495 (remove_files) COMPLETE
68052026-08-28T22:32:02.938Z[ recovery-image] Aug 28 22:32:01.959 INFO O| Aug 28 22:32:01.959 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-28T22:32:02.951Z[ recovery-image] Aug 28 22:32:01.967 INFO O| Aug 28 22:32:01.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68072026-08-28T22:32:02.951Z[ recovery-image] Aug 28 22:32:01.967 INFO O| Aug 28 22:32:01.967 INFO STEP 496 (remove_files) COMPLETE
68082026-08-28T22:32:02.951Z[ recovery-image] Aug 28 22:32:01.967 INFO O| Aug 28 22:32:01.967 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-28T22:32:02.956Z[ recovery-image] Aug 28 22:32:01.976 INFO O| Aug 28 22:32:01.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68102026-08-28T22:32:02.957Z[ recovery-image] Aug 28 22:32:01.976 INFO O| Aug 28 22:32:01.976 INFO STEP 497 (remove_files) COMPLETE
68112026-08-28T22:32:02.957Z[ recovery-image] Aug 28 22:32:01.976 INFO O| Aug 28 22:32:01.976 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-28T22:32:02.974Z[ recovery-image] Aug 28 22:32:01.985 INFO O| Aug 28 22:32:01.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68132026-08-28T22:32:02.974Z[ recovery-image] Aug 28 22:32:01.985 INFO O| Aug 28 22:32:01.985 INFO STEP 498 (remove_files) COMPLETE
68142026-08-28T22:32:02.974Z[ recovery-image] Aug 28 22:32:01.985 INFO O| Aug 28 22:32:01.985 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-28T22:32:02.978Z[ recovery-image] Aug 28 22:32:01.995 INFO O| Aug 28 22:32:01.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68162026-08-28T22:32:02.978Z[ recovery-image] Aug 28 22:32:01.995 INFO O| Aug 28 22:32:01.995 INFO STEP 499 (remove_files) COMPLETE
68172026-08-28T22:32:02.978Z[ recovery-image] Aug 28 22:32:01.995 INFO O| Aug 28 22:32:01.995 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-28T22:32:02.984Z[ recovery-image] Aug 28 22:32:02.003 INFO O| Aug 28 22:32:02.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68192026-08-28T22:32:02.984Z[ recovery-image] Aug 28 22:32:02.003 INFO O| Aug 28 22:32:02.003 INFO STEP 500 (remove_files) COMPLETE
68202026-08-28T22:32:02.984Z[ recovery-image] Aug 28 22:32:02.003 INFO O| Aug 28 22:32:02.003 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-28T22:32:02.993Z[ recovery-image] Aug 28 22:32:02.012 INFO O| Aug 28 22:32:02.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68222026-08-28T22:32:02.993Z[ recovery-image] Aug 28 22:32:02.012 INFO O| Aug 28 22:32:02.012 INFO STEP 501 (remove_files) COMPLETE
68232026-08-28T22:32:02.993Z[ recovery-image] Aug 28 22:32:02.012 INFO O| Aug 28 22:32:02.012 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-28T22:32:03.004Z[ recovery-image] Aug 28 22:32:02.021 INFO O| Aug 28 22:32:02.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68252026-08-28T22:32:03.004Z[ recovery-image] Aug 28 22:32:02.021 INFO O| Aug 28 22:32:02.021 INFO STEP 502 (remove_files) COMPLETE
68262026-08-28T22:32:03.009Z[ recovery-image] Aug 28 22:32:02.021 INFO O| Aug 28 22:32:02.021 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-28T22:32:03.013Z[ recovery-image] Aug 28 22:32:02.031 INFO O| Aug 28 22:32:02.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68282026-08-28T22:32:03.013Z[ recovery-image] Aug 28 22:32:02.031 INFO O| Aug 28 22:32:02.031 INFO STEP 503 (remove_files) COMPLETE
68292026-08-28T22:32:03.013Z[ recovery-image] Aug 28 22:32:02.031 INFO O| Aug 28 22:32:02.031 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-28T22:32:03.020Z[ recovery-image] Aug 28 22:32:02.040 INFO O| Aug 28 22:32:02.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68312026-08-28T22:32:03.020Z[ recovery-image] Aug 28 22:32:02.040 INFO O| Aug 28 22:32:02.040 INFO STEP 504 (remove_files) COMPLETE
68322026-08-28T22:32:03.027Z[ recovery-image] Aug 28 22:32:02.040 INFO O| Aug 28 22:32:02.040 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-28T22:32:03.032Z[ recovery-image] Aug 28 22:32:02.050 INFO O| Aug 28 22:32:02.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68342026-08-28T22:32:03.032Z[ recovery-image] Aug 28 22:32:02.050 INFO O| Aug 28 22:32:02.050 INFO STEP 505 (remove_files) COMPLETE
68352026-08-28T22:32:03.032Z[ recovery-image] Aug 28 22:32:02.050 INFO O| Aug 28 22:32:02.050 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-28T22:32:03.044Z[ recovery-image] Aug 28 22:32:02.062 INFO O| Aug 28 22:32:02.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68372026-08-28T22:32:03.045Z[ recovery-image] Aug 28 22:32:02.062 INFO O| Aug 28 22:32:02.062 INFO STEP 506 (remove_files) COMPLETE
68382026-08-28T22:32:03.045Z[ recovery-image] Aug 28 22:32:02.062 INFO O| Aug 28 22:32:02.062 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-28T22:32:03.054Z[ recovery-image] Aug 28 22:32:02.074 INFO O| Aug 28 22:32:02.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68402026-08-28T22:32:03.054Z[ recovery-image] Aug 28 22:32:02.075 INFO O| Aug 28 22:32:02.074 INFO STEP 507 (remove_files) COMPLETE
68412026-08-28T22:32:03.054Z[ recovery-image] Aug 28 22:32:02.075 INFO O| Aug 28 22:32:02.074 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-28T22:32:03.069Z[ recovery-image] Aug 28 22:32:02.085 INFO O| Aug 28 22:32:02.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68432026-08-28T22:32:03.069Z[ recovery-image] Aug 28 22:32:02.085 INFO O| Aug 28 22:32:02.085 INFO STEP 508 (remove_files) COMPLETE
68442026-08-28T22:32:03.069Z[ recovery-image] Aug 28 22:32:02.085 INFO O| Aug 28 22:32:02.085 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-28T22:32:03.075Z[ recovery-image] Aug 28 22:32:02.094 INFO O| Aug 28 22:32:02.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68462026-08-28T22:32:03.075Z[ recovery-image] Aug 28 22:32:02.095 INFO O| Aug 28 22:32:02.094 INFO STEP 509 (remove_files) COMPLETE
68472026-08-28T22:32:03.075Z[ recovery-image] Aug 28 22:32:02.095 INFO O| Aug 28 22:32:02.095 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-28T22:32:03.086Z[ recovery-image] Aug 28 22:32:02.106 INFO O| Aug 28 22:32:02.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68492026-08-28T22:32:03.086Z[ recovery-image] Aug 28 22:32:02.106 INFO O| Aug 28 22:32:02.104 INFO STEP 510 (remove_files) COMPLETE
68502026-08-28T22:32:03.086Z[ recovery-image] Aug 28 22:32:02.106 INFO O| Aug 28 22:32:02.104 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-28T22:32:03.097Z[ recovery-image] Aug 28 22:32:02.118 INFO O| Aug 28 22:32:02.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68522026-08-28T22:32:03.097Z[ recovery-image] Aug 28 22:32:02.118 INFO O| Aug 28 22:32:02.118 INFO STEP 511 (remove_files) COMPLETE
68532026-08-28T22:32:03.102Z[ recovery-image] Aug 28 22:32:02.118 INFO O| Aug 28 22:32:02.118 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-28T22:32:03.109Z[ recovery-image] Aug 28 22:32:02.128 INFO O| Aug 28 22:32:02.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68552026-08-28T22:32:03.109Z[ recovery-image] Aug 28 22:32:02.128 INFO O| Aug 28 22:32:02.128 INFO STEP 512 (remove_files) COMPLETE
68562026-08-28T22:32:03.109Z[ recovery-image] Aug 28 22:32:02.128 INFO O| Aug 28 22:32:02.128 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-28T22:32:03.125Z[ recovery-image] Aug 28 22:32:02.138 INFO O| Aug 28 22:32:02.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68582026-08-28T22:32:03.125Z[ recovery-image] Aug 28 22:32:02.139 INFO O| Aug 28 22:32:02.139 INFO STEP 513 (remove_files) COMPLETE
68592026-08-28T22:32:03.125Z[ recovery-image] Aug 28 22:32:02.139 INFO O| Aug 28 22:32:02.139 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-28T22:32:03.129Z[ recovery-image] Aug 28 22:32:02.150 INFO O| Aug 28 22:32:02.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68612026-08-28T22:32:03.129Z[ recovery-image] Aug 28 22:32:02.150 INFO O| Aug 28 22:32:02.150 INFO STEP 514 (remove_files) COMPLETE
68622026-08-28T22:32:03.136Z[ recovery-image] Aug 28 22:32:02.150 INFO O| Aug 28 22:32:02.150 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-28T22:32:03.145Z[ recovery-image] Aug 28 22:32:02.161 INFO O| Aug 28 22:32:02.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68642026-08-28T22:32:03.145Z[ recovery-image] Aug 28 22:32:02.161 INFO O| Aug 28 22:32:02.161 INFO STEP 515 (remove_files) COMPLETE
68652026-08-28T22:32:03.145Z[ recovery-image] Aug 28 22:32:02.161 INFO O| Aug 28 22:32:02.161 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-28T22:32:03.154Z[ recovery-image] Aug 28 22:32:02.172 INFO O| Aug 28 22:32:02.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68672026-08-28T22:32:03.155Z[ recovery-image] Aug 28 22:32:02.173 INFO O| Aug 28 22:32:02.173 INFO STEP 516 (remove_files) COMPLETE
68682026-08-28T22:32:03.155Z[ recovery-image] Aug 28 22:32:02.173 INFO O| Aug 28 22:32:02.173 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-28T22:32:03.162Z[ recovery-image] Aug 28 22:32:02.182 INFO O| Aug 28 22:32:02.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68702026-08-28T22:32:03.162Z[ recovery-image] Aug 28 22:32:02.182 INFO O| Aug 28 22:32:02.182 INFO STEP 517 (remove_files) COMPLETE
68712026-08-28T22:32:03.168Z[ recovery-image] Aug 28 22:32:02.182 INFO O| Aug 28 22:32:02.182 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-28T22:32:03.174Z[ recovery-image] Aug 28 22:32:02.193 INFO O| Aug 28 22:32:02.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68732026-08-28T22:32:03.174Z[ recovery-image] Aug 28 22:32:02.193 INFO O| Aug 28 22:32:02.193 INFO STEP 518 (remove_files) COMPLETE
68742026-08-28T22:32:03.174Z[ recovery-image] Aug 28 22:32:02.193 INFO O| Aug 28 22:32:02.193 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-28T22:32:03.187Z[ recovery-image] Aug 28 22:32:02.203 INFO O| Aug 28 22:32:02.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68762026-08-28T22:32:03.187Z[ recovery-image] Aug 28 22:32:02.203 INFO O| Aug 28 22:32:02.203 INFO STEP 519 (remove_files) COMPLETE
68772026-08-28T22:32:03.193Z[ recovery-image] Aug 28 22:32:02.203 INFO O| Aug 28 22:32:02.203 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-28T22:32:03.203Z[ recovery-image] Aug 28 22:32:02.214 INFO O| Aug 28 22:32:02.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68792026-08-28T22:32:03.203Z[ recovery-image] Aug 28 22:32:02.214 INFO O| Aug 28 22:32:02.214 INFO STEP 520 (remove_files) COMPLETE
68802026-08-28T22:32:03.203Z[ recovery-image] Aug 28 22:32:02.214 INFO O| Aug 28 22:32:02.214 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-28T22:32:03.211Z[ recovery-image] Aug 28 22:32:02.224 INFO O| Aug 28 22:32:02.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68822026-08-28T22:32:03.211Z[ recovery-image] Aug 28 22:32:02.224 INFO O| Aug 28 22:32:02.224 INFO STEP 521 (remove_files) COMPLETE
68832026-08-28T22:32:03.211Z[ recovery-image] Aug 28 22:32:02.224 INFO O| Aug 28 22:32:02.224 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-28T22:32:03.219Z[ recovery-image] Aug 28 22:32:02.234 INFO O| Aug 28 22:32:02.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68852026-08-28T22:32:03.219Z[ recovery-image] Aug 28 22:32:02.234 INFO O| Aug 28 22:32:02.234 INFO STEP 522 (remove_files) COMPLETE
68862026-08-28T22:32:03.219Z[ recovery-image] Aug 28 22:32:02.234 INFO O| Aug 28 22:32:02.234 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-28T22:32:03.228Z[ recovery-image] Aug 28 22:32:02.243 INFO O| Aug 28 22:32:02.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68882026-08-28T22:32:03.228Z[ recovery-image] Aug 28 22:32:02.243 INFO O| Aug 28 22:32:02.243 INFO STEP 523 (remove_files) COMPLETE
68892026-08-28T22:32:03.228Z[ recovery-image] Aug 28 22:32:02.243 INFO O| Aug 28 22:32:02.243 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-28T22:32:03.235Z[ recovery-image] Aug 28 22:32:02.252 INFO O| Aug 28 22:32:02.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68912026-08-28T22:32:03.236Z[ recovery-image] Aug 28 22:32:02.252 INFO O| Aug 28 22:32:02.252 INFO STEP 524 (remove_files) COMPLETE
68922026-08-28T22:32:03.236Z[ recovery-image] Aug 28 22:32:02.252 INFO O| Aug 28 22:32:02.252 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-28T22:32:03.239Z[ recovery-image] Aug 28 22:32:02.260 INFO O| Aug 28 22:32:02.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68942026-08-28T22:32:03.240Z[ recovery-image] Aug 28 22:32:02.261 INFO O| Aug 28 22:32:02.260 INFO STEP 525 (remove_files) COMPLETE
68952026-08-28T22:32:03.240Z[ recovery-image] Aug 28 22:32:02.261 INFO O| Aug 28 22:32:02.261 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-28T22:32:03.251Z[ recovery-image] Aug 28 22:32:02.270 INFO O| Aug 28 22:32:02.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68972026-08-28T22:32:03.251Z[ recovery-image] Aug 28 22:32:02.270 INFO O| Aug 28 22:32:02.270 INFO STEP 526 (remove_files) COMPLETE
68982026-08-28T22:32:03.251Z[ recovery-image] Aug 28 22:32:02.270 INFO O| Aug 28 22:32:02.270 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-28T22:32:03.265Z[ recovery-image] Aug 28 22:32:02.278 INFO O| Aug 28 22:32:02.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69002026-08-28T22:32:03.271Z[ recovery-image] Aug 28 22:32:02.279 INFO O| Aug 28 22:32:02.279 INFO STEP 527 (remove_files) COMPLETE
69012026-08-28T22:32:03.271Z[ recovery-image] Aug 28 22:32:02.279 INFO O| Aug 28 22:32:02.279 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-28T22:32:03.274Z[ recovery-image] Aug 28 22:32:02.290 INFO O| Aug 28 22:32:02.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69032026-08-28T22:32:03.274Z[ recovery-image] Aug 28 22:32:02.291 INFO O| Aug 28 22:32:02.291 INFO STEP 528 (remove_files) COMPLETE
69042026-08-28T22:32:03.274Z[ recovery-image] Aug 28 22:32:02.291 INFO O| Aug 28 22:32:02.291 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-28T22:32:03.280Z[ recovery-image] Aug 28 22:32:02.300 INFO O| Aug 28 22:32:02.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69062026-08-28T22:32:03.286Z[ recovery-image] Aug 28 22:32:02.302 INFO O| Aug 28 22:32:02.302 INFO STEP 529 (remove_files) COMPLETE
69072026-08-28T22:32:03.292Z[ recovery-image] Aug 28 22:32:02.302 INFO O| Aug 28 22:32:02.302 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-28T22:32:03.292Z[ recovery-image] Aug 28 22:32:02.311 INFO O| Aug 28 22:32:02.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69092026-08-28T22:32:03.292Z[ recovery-image] Aug 28 22:32:02.311 INFO O| Aug 28 22:32:02.311 INFO STEP 530 (remove_files) COMPLETE
69102026-08-28T22:32:03.292Z[ recovery-image] Aug 28 22:32:02.311 INFO O| Aug 28 22:32:02.311 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-28T22:32:03.300Z[ recovery-image] Aug 28 22:32:02.321 INFO O| Aug 28 22:32:02.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69122026-08-28T22:32:03.300Z[ recovery-image] Aug 28 22:32:02.321 INFO O| Aug 28 22:32:02.321 INFO STEP 531 (remove_files) COMPLETE
69132026-08-28T22:32:03.300Z[ recovery-image] Aug 28 22:32:02.321 INFO O| Aug 28 22:32:02.321 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-28T22:32:03.311Z[ recovery-image] Aug 28 22:32:02.330 INFO O| Aug 28 22:32:02.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69152026-08-28T22:32:03.311Z[ recovery-image] Aug 28 22:32:02.330 INFO O| Aug 28 22:32:02.330 INFO STEP 532 (remove_files) COMPLETE
69162026-08-28T22:32:03.311Z[ recovery-image] Aug 28 22:32:02.330 INFO O| Aug 28 22:32:02.330 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-28T22:32:03.317Z[ recovery-image] Aug 28 22:32:02.338 INFO O| Aug 28 22:32:02.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69182026-08-28T22:32:03.317Z[ recovery-image] Aug 28 22:32:02.338 INFO O| Aug 28 22:32:02.338 INFO STEP 533 (remove_files) COMPLETE
69192026-08-28T22:32:03.317Z[ recovery-image] Aug 28 22:32:02.338 INFO O| Aug 28 22:32:02.338 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-28T22:32:03.327Z[ recovery-image] Aug 28 22:32:02.347 INFO O| Aug 28 22:32:02.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69212026-08-28T22:32:03.327Z[ recovery-image] Aug 28 22:32:02.347 INFO O| Aug 28 22:32:02.347 INFO STEP 534 (remove_files) COMPLETE
69222026-08-28T22:32:03.335Z[ recovery-image] Aug 28 22:32:02.347 INFO O| Aug 28 22:32:02.347 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-28T22:32:03.341Z[ recovery-image] Aug 28 22:32:02.355 INFO O| Aug 28 22:32:02.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69242026-08-28T22:32:03.341Z[ recovery-image] Aug 28 22:32:02.355 INFO O| Aug 28 22:32:02.355 INFO STEP 535 (remove_files) COMPLETE
69252026-08-28T22:32:03.341Z[ recovery-image] Aug 28 22:32:02.355 INFO O| Aug 28 22:32:02.355 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-28T22:32:03.351Z[ recovery-image] Aug 28 22:32:02.363 INFO O| Aug 28 22:32:02.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69272026-08-28T22:32:03.351Z[ recovery-image] Aug 28 22:32:02.363 INFO O| Aug 28 22:32:02.363 INFO STEP 536 (remove_files) COMPLETE
69282026-08-28T22:32:03.351Z[ recovery-image] Aug 28 22:32:02.363 INFO O| Aug 28 22:32:02.363 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-28T22:32:03.358Z[ recovery-image] Aug 28 22:32:02.371 INFO O| Aug 28 22:32:02.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69302026-08-28T22:32:03.358Z[ recovery-image] Aug 28 22:32:02.371 INFO O| Aug 28 22:32:02.371 INFO STEP 537 (remove_files) COMPLETE
69312026-08-28T22:32:03.358Z[ recovery-image] Aug 28 22:32:02.371 INFO O| Aug 28 22:32:02.371 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-28T22:32:03.363Z[ recovery-image] Aug 28 22:32:02.379 INFO O| Aug 28 22:32:02.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69332026-08-28T22:32:03.363Z[ recovery-image] Aug 28 22:32:02.380 INFO O| Aug 28 22:32:02.380 INFO STEP 538 (remove_files) COMPLETE
69342026-08-28T22:32:03.363Z[ recovery-image] Aug 28 22:32:02.380 INFO O| Aug 28 22:32:02.380 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-28T22:32:03.370Z[ recovery-image] Aug 28 22:32:02.390 INFO O| Aug 28 22:32:02.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69362026-08-28T22:32:03.370Z[ recovery-image] Aug 28 22:32:02.390 INFO O| Aug 28 22:32:02.390 INFO STEP 539 (remove_files) COMPLETE
69372026-08-28T22:32:03.370Z[ recovery-image] Aug 28 22:32:02.390 INFO O| Aug 28 22:32:02.390 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-28T22:32:03.379Z[ recovery-image] Aug 28 22:32:02.399 INFO O| Aug 28 22:32:02.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69392026-08-28T22:32:03.379Z[ recovery-image] Aug 28 22:32:02.399 INFO O| Aug 28 22:32:02.399 INFO STEP 540 (remove_files) COMPLETE
69402026-08-28T22:32:03.380Z[ recovery-image] Aug 28 22:32:02.399 INFO O| Aug 28 22:32:02.399 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-28T22:32:03.387Z[ recovery-image] Aug 28 22:32:02.408 INFO O| Aug 28 22:32:02.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69422026-08-28T22:32:03.387Z[ recovery-image] Aug 28 22:32:02.408 INFO O| Aug 28 22:32:02.408 INFO STEP 541 (remove_files) COMPLETE
69432026-08-28T22:32:03.387Z[ recovery-image] Aug 28 22:32:02.408 INFO O| Aug 28 22:32:02.408 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-28T22:32:03.396Z[ recovery-image] Aug 28 22:32:02.416 INFO O| Aug 28 22:32:02.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69452026-08-28T22:32:03.396Z[ recovery-image] Aug 28 22:32:02.416 INFO O| Aug 28 22:32:02.416 INFO STEP 542 (remove_files) COMPLETE
69462026-08-28T22:32:03.396Z[ recovery-image] Aug 28 22:32:02.416 INFO O| Aug 28 22:32:02.416 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-28T22:32:03.407Z[ recovery-image] Aug 28 22:32:02.425 INFO O| Aug 28 22:32:02.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69482026-08-28T22:32:03.407Z[ recovery-image] Aug 28 22:32:02.425 INFO O| Aug 28 22:32:02.425 INFO STEP 543 (remove_files) COMPLETE
69492026-08-28T22:32:03.407Z[ recovery-image] Aug 28 22:32:02.425 INFO O| Aug 28 22:32:02.425 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-28T22:32:03.415Z[ recovery-image] Aug 28 22:32:02.435 INFO O| Aug 28 22:32:02.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69512026-08-28T22:32:03.415Z[ recovery-image] Aug 28 22:32:02.435 INFO O| Aug 28 22:32:02.435 INFO STEP 544 (remove_files) COMPLETE
69522026-08-28T22:32:03.415Z[ recovery-image] Aug 28 22:32:02.435 INFO O| Aug 28 22:32:02.435 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-28T22:32:03.424Z[ recovery-image] Aug 28 22:32:02.445 INFO O| Aug 28 22:32:02.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69542026-08-28T22:32:03.424Z[ recovery-image] Aug 28 22:32:02.445 INFO O| Aug 28 22:32:02.445 INFO STEP 545 (remove_files) COMPLETE
69552026-08-28T22:32:03.424Z[ recovery-image] Aug 28 22:32:02.445 INFO O| Aug 28 22:32:02.445 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-28T22:32:03.435Z[ recovery-image] Aug 28 22:32:02.455 INFO O| Aug 28 22:32:02.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69572026-08-28T22:32:03.435Z[ recovery-image] Aug 28 22:32:02.455 INFO O| Aug 28 22:32:02.455 INFO STEP 546 (remove_files) COMPLETE
69582026-08-28T22:32:03.435Z[ recovery-image] Aug 28 22:32:02.455 INFO O| Aug 28 22:32:02.455 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-28T22:32:03.448Z[ recovery-image] Aug 28 22:32:02.465 INFO O| Aug 28 22:32:02.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69602026-08-28T22:32:03.448Z[ recovery-image] Aug 28 22:32:02.465 INFO O| Aug 28 22:32:02.465 INFO STEP 547 (remove_files) COMPLETE
69612026-08-28T22:32:03.448Z[ recovery-image] Aug 28 22:32:02.465 INFO O| Aug 28 22:32:02.465 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-28T22:32:03.457Z[ recovery-image] Aug 28 22:32:02.474 INFO O| Aug 28 22:32:02.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69632026-08-28T22:32:03.457Z[ recovery-image] Aug 28 22:32:02.474 INFO O| Aug 28 22:32:02.474 INFO STEP 548 (remove_files) COMPLETE
69642026-08-28T22:32:03.460Z[ recovery-image] Aug 28 22:32:02.474 INFO O| Aug 28 22:32:02.474 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-28T22:32:03.474Z[ recovery-image] Aug 28 22:32:02.483 INFO O| Aug 28 22:32:02.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69662026-08-28T22:32:03.475Z[ recovery-image] Aug 28 22:32:02.483 INFO O| Aug 28 22:32:02.483 INFO STEP 549 (remove_files) COMPLETE
69672026-08-28T22:32:03.475Z[ recovery-image] Aug 28 22:32:02.483 INFO O| Aug 28 22:32:02.483 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-28T22:32:03.480Z[ recovery-image] Aug 28 22:32:02.493 INFO O| Aug 28 22:32:02.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69692026-08-28T22:32:03.480Z[ recovery-image] Aug 28 22:32:02.493 INFO O| Aug 28 22:32:02.493 INFO STEP 550 (remove_files) COMPLETE
69702026-08-28T22:32:03.480Z[ recovery-image] Aug 28 22:32:02.493 INFO O| Aug 28 22:32:02.493 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-28T22:32:03.480Z[verify-libraries] Compiling samael v0.0.19
69722026-08-28T22:32:03.486Z[ recovery-image] Aug 28 22:32:02.502 INFO O| Aug 28 22:32:02.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69732026-08-28T22:32:03.486Z[ recovery-image] Aug 28 22:32:02.502 INFO O| Aug 28 22:32:02.502 INFO STEP 551 (remove_files) COMPLETE
69742026-08-28T22:32:03.486Z[ recovery-image] Aug 28 22:32:02.502 INFO O| Aug 28 22:32:02.502 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-28T22:32:03.492Z[ recovery-image] Aug 28 22:32:02.512 INFO O| Aug 28 22:32:02.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69762026-08-28T22:32:03.492Z[ recovery-image] Aug 28 22:32:02.512 INFO O| Aug 28 22:32:02.512 INFO STEP 552 (remove_files) COMPLETE
69772026-08-28T22:32:03.502Z[ recovery-image] Aug 28 22:32:02.512 INFO O| Aug 28 22:32:02.512 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-28T22:32:03.511Z[ recovery-image] Aug 28 22:32:02.522 INFO O| Aug 28 22:32:02.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69792026-08-28T22:32:03.511Z[ recovery-image] Aug 28 22:32:02.522 INFO O| Aug 28 22:32:02.522 INFO STEP 553 (remove_files) COMPLETE
69802026-08-28T22:32:03.511Z[ recovery-image] Aug 28 22:32:02.522 INFO O| Aug 28 22:32:02.522 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-28T22:32:03.521Z[ recovery-image] Aug 28 22:32:02.531 INFO O| Aug 28 22:32:02.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69822026-08-28T22:32:03.521Z[ recovery-image] Aug 28 22:32:02.531 INFO O| Aug 28 22:32:02.531 INFO STEP 554 (remove_files) COMPLETE
69832026-08-28T22:32:03.521Z[ recovery-image] Aug 28 22:32:02.531 INFO O| Aug 28 22:32:02.531 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-28T22:32:03.529Z[ recovery-image] Aug 28 22:32:02.540 INFO O| Aug 28 22:32:02.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69852026-08-28T22:32:03.529Z[ recovery-image] Aug 28 22:32:02.540 INFO O| Aug 28 22:32:02.540 INFO STEP 555 (remove_files) COMPLETE
69862026-08-28T22:32:03.529Z[ recovery-image] Aug 28 22:32:02.540 INFO O| Aug 28 22:32:02.540 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-28T22:32:03.535Z[ recovery-image] Aug 28 22:32:02.549 INFO O| Aug 28 22:32:02.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69882026-08-28T22:32:03.535Z[ recovery-image] Aug 28 22:32:02.549 INFO O| Aug 28 22:32:02.549 INFO STEP 556 (remove_files) COMPLETE
69892026-08-28T22:32:03.535Z[ recovery-image] Aug 28 22:32:02.549 INFO O| Aug 28 22:32:02.549 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-28T22:32:03.554Z[ recovery-image] Aug 28 22:32:02.558 INFO O| Aug 28 22:32:02.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69912026-08-28T22:32:03.554Z[ recovery-image] Aug 28 22:32:02.558 INFO O| Aug 28 22:32:02.558 INFO STEP 557 (remove_files) COMPLETE
69922026-08-28T22:32:03.555Z[ recovery-image] Aug 28 22:32:02.558 INFO O| Aug 28 22:32:02.558 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-28T22:32:03.555Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
69942026-08-28T22:32:03.555Z[ recovery-image] Aug 28 22:32:02.567 INFO O| Aug 28 22:32:02.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69952026-08-28T22:32:03.555Z[ recovery-image] Aug 28 22:32:02.567 INFO O| Aug 28 22:32:02.567 INFO STEP 558 (remove_files) COMPLETE
69962026-08-28T22:32:03.555Z[ recovery-image] Aug 28 22:32:02.567 INFO O| Aug 28 22:32:02.567 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-28T22:32:03.564Z[ recovery-image] Aug 28 22:32:02.576 INFO O| Aug 28 22:32:02.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69982026-08-28T22:32:03.564Z[ recovery-image] Aug 28 22:32:02.576 INFO O| Aug 28 22:32:02.576 INFO STEP 559 (remove_files) COMPLETE
69992026-08-28T22:32:03.564Z[ recovery-image] Aug 28 22:32:02.576 INFO O| Aug 28 22:32:02.576 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-28T22:32:03.570Z[ recovery-image] Aug 28 22:32:02.588 INFO O| Aug 28 22:32:02.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70012026-08-28T22:32:03.570Z[ recovery-image] Aug 28 22:32:02.589 INFO O| Aug 28 22:32:02.589 INFO STEP 560 (remove_files) COMPLETE
70022026-08-28T22:32:03.570Z[ recovery-image] Aug 28 22:32:02.589 INFO O| Aug 28 22:32:02.589 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-28T22:32:03.581Z[ recovery-image] Aug 28 22:32:02.598 INFO O| Aug 28 22:32:02.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70042026-08-28T22:32:03.581Z[ recovery-image] Aug 28 22:32:02.598 INFO O| Aug 28 22:32:02.598 INFO STEP 561 (remove_files) COMPLETE
70052026-08-28T22:32:03.581Z[ recovery-image] Aug 28 22:32:02.598 INFO O| Aug 28 22:32:02.598 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-28T22:32:03.586Z[ recovery-image] Aug 28 22:32:02.607 INFO O| Aug 28 22:32:02.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70072026-08-28T22:32:03.587Z[ recovery-image] Aug 28 22:32:02.607 INFO O| Aug 28 22:32:02.607 INFO STEP 562 (remove_files) COMPLETE
70082026-08-28T22:32:03.591Z[ recovery-image] Aug 28 22:32:02.607 INFO O| Aug 28 22:32:02.607 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-28T22:32:03.600Z[ recovery-image] Aug 28 22:32:02.616 INFO O| Aug 28 22:32:02.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70102026-08-28T22:32:03.600Z[ recovery-image] Aug 28 22:32:02.616 INFO O| Aug 28 22:32:02.616 INFO STEP 563 (remove_files) COMPLETE
70112026-08-28T22:32:03.600Z[ recovery-image] Aug 28 22:32:02.616 INFO O| Aug 28 22:32:02.616 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-28T22:32:03.611Z[ recovery-image] Aug 28 22:32:02.625 INFO O| Aug 28 22:32:02.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70132026-08-28T22:32:03.611Z[ recovery-image] Aug 28 22:32:02.625 INFO O| Aug 28 22:32:02.625 INFO STEP 564 (remove_files) COMPLETE
70142026-08-28T22:32:03.611Z[ recovery-image] Aug 28 22:32:02.625 INFO O| Aug 28 22:32:02.625 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-28T22:32:03.619Z[ recovery-image] Aug 28 22:32:02.634 INFO O| Aug 28 22:32:02.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70162026-08-28T22:32:03.619Z[ recovery-image] Aug 28 22:32:02.635 INFO O| Aug 28 22:32:02.635 INFO STEP 565 (remove_files) COMPLETE
70172026-08-28T22:32:03.619Z[ recovery-image] Aug 28 22:32:02.635 INFO O| Aug 28 22:32:02.635 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-28T22:32:03.627Z[ recovery-image] Aug 28 22:32:02.643 INFO O| Aug 28 22:32:02.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70192026-08-28T22:32:03.628Z[ recovery-image] Aug 28 22:32:02.643 INFO O| Aug 28 22:32:02.643 INFO STEP 566 (remove_files) COMPLETE
70202026-08-28T22:32:03.628Z[ recovery-image] Aug 28 22:32:02.643 INFO O| Aug 28 22:32:02.643 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-28T22:32:03.636Z[ recovery-image] Aug 28 22:32:02.652 INFO O| Aug 28 22:32:02.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70222026-08-28T22:32:03.637Z[ recovery-image] Aug 28 22:32:02.652 INFO O| Aug 28 22:32:02.652 INFO STEP 567 (remove_files) COMPLETE
70232026-08-28T22:32:03.637Z[ recovery-image] Aug 28 22:32:02.652 INFO O| Aug 28 22:32:02.652 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-28T22:32:03.640Z[ recovery-image] Aug 28 22:32:02.661 INFO O| Aug 28 22:32:02.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70252026-08-28T22:32:03.641Z[ recovery-image] Aug 28 22:32:02.661 INFO O| Aug 28 22:32:02.661 INFO STEP 568 (remove_files) COMPLETE
70262026-08-28T22:32:03.641Z[ recovery-image] Aug 28 22:32:02.661 INFO O| Aug 28 22:32:02.661 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-28T22:32:03.651Z[ recovery-image] Aug 28 22:32:02.670 INFO O| Aug 28 22:32:02.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70282026-08-28T22:32:03.651Z[ recovery-image] Aug 28 22:32:02.670 INFO O| Aug 28 22:32:02.670 INFO STEP 569 (remove_files) COMPLETE
70292026-08-28T22:32:03.651Z[ recovery-image] Aug 28 22:32:02.670 INFO O| Aug 28 22:32:02.670 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-28T22:32:03.667Z[ recovery-image] Aug 28 22:32:02.679 INFO O| Aug 28 22:32:02.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70312026-08-28T22:32:03.667Z[ recovery-image] Aug 28 22:32:02.679 INFO O| Aug 28 22:32:02.679 INFO STEP 570 (remove_files) COMPLETE
70322026-08-28T22:32:03.676Z[ recovery-image] Aug 28 22:32:02.679 INFO O| Aug 28 22:32:02.679 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-28T22:32:03.676Z[ recovery-image] Aug 28 22:32:02.687 INFO O| Aug 28 22:32:02.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70342026-08-28T22:32:03.676Z[ recovery-image] Aug 28 22:32:02.687 INFO O| Aug 28 22:32:02.687 INFO STEP 571 (remove_files) COMPLETE
70352026-08-28T22:32:03.676Z[ recovery-image] Aug 28 22:32:02.687 INFO O| Aug 28 22:32:02.687 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-28T22:32:03.684Z[ recovery-image] Aug 28 22:32:02.696 INFO O| Aug 28 22:32:02.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70372026-08-28T22:32:03.684Z[ recovery-image] Aug 28 22:32:02.697 INFO O| Aug 28 22:32:02.697 INFO STEP 572 (remove_files) COMPLETE
70382026-08-28T22:32:03.684Z[ recovery-image] Aug 28 22:32:02.697 INFO O| Aug 28 22:32:02.697 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-28T22:32:03.694Z[ recovery-image] Aug 28 22:32:02.706 INFO O| Aug 28 22:32:02.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70402026-08-28T22:32:03.694Z[ recovery-image] Aug 28 22:32:02.706 INFO O| Aug 28 22:32:02.706 INFO STEP 573 (remove_files) COMPLETE
70412026-08-28T22:32:03.694Z[ recovery-image] Aug 28 22:32:02.706 INFO O| Aug 28 22:32:02.706 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-28T22:32:03.699Z[ recovery-image] Aug 28 22:32:02.714 INFO O| Aug 28 22:32:02.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70432026-08-28T22:32:03.699Z[ recovery-image] Aug 28 22:32:02.715 INFO O| Aug 28 22:32:02.715 INFO STEP 574 (remove_files) COMPLETE
70442026-08-28T22:32:03.699Z[ recovery-image] Aug 28 22:32:02.715 INFO O| Aug 28 22:32:02.715 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-28T22:32:03.703Z[ recovery-image] Aug 28 22:32:02.722 INFO O| Aug 28 22:32:02.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70462026-08-28T22:32:03.703Z[ recovery-image] Aug 28 22:32:02.722 INFO O| Aug 28 22:32:02.722 INFO STEP 575 (remove_files) COMPLETE
70472026-08-28T22:32:03.703Z[ recovery-image] Aug 28 22:32:02.722 INFO O| Aug 28 22:32:02.722 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-28T22:32:03.715Z[ recovery-image] Aug 28 22:32:02.733 INFO O| Aug 28 22:32:02.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70492026-08-28T22:32:03.715Z[ recovery-image] Aug 28 22:32:02.734 INFO O| Aug 28 22:32:02.733 INFO STEP 576 (remove_files) COMPLETE
70502026-08-28T22:32:03.715Z[ recovery-image] Aug 28 22:32:02.734 INFO O| Aug 28 22:32:02.734 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-28T22:32:03.728Z[ recovery-image] Aug 28 22:32:02.743 INFO O| Aug 28 22:32:02.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70522026-08-28T22:32:03.728Z[ recovery-image] Aug 28 22:32:02.743 INFO O| Aug 28 22:32:02.743 INFO STEP 577 (remove_files) COMPLETE
70532026-08-28T22:32:03.728Z[ recovery-image] Aug 28 22:32:02.743 INFO O| Aug 28 22:32:02.743 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-28T22:32:03.734Z[ recovery-image] Aug 28 22:32:02.751 INFO O| Aug 28 22:32:02.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70552026-08-28T22:32:03.734Z[ recovery-image] Aug 28 22:32:02.751 INFO O| Aug 28 22:32:02.751 INFO STEP 578 (remove_files) COMPLETE
70562026-08-28T22:32:03.734Z[ recovery-image] Aug 28 22:32:02.751 INFO O| Aug 28 22:32:02.751 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-28T22:32:03.740Z[ recovery-image] Aug 28 22:32:02.761 INFO O| Aug 28 22:32:02.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70582026-08-28T22:32:03.740Z[ recovery-image] Aug 28 22:32:02.761 INFO O| Aug 28 22:32:02.761 INFO STEP 579 (remove_files) COMPLETE
70592026-08-28T22:32:03.740Z[ recovery-image] Aug 28 22:32:02.761 INFO O| Aug 28 22:32:02.761 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-28T22:32:03.753Z[ recovery-image] Aug 28 22:32:02.770 INFO O| Aug 28 22:32:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70612026-08-28T22:32:03.753Z[ recovery-image] Aug 28 22:32:02.770 INFO O| Aug 28 22:32:02.770 INFO STEP 580 (remove_files) COMPLETE
70622026-08-28T22:32:03.753Z[ recovery-image] Aug 28 22:32:02.770 INFO O| Aug 28 22:32:02.770 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-28T22:32:03.760Z[ recovery-image] Aug 28 22:32:02.779 INFO O| Aug 28 22:32:02.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70642026-08-28T22:32:03.760Z[ recovery-image] Aug 28 22:32:02.779 INFO O| Aug 28 22:32:02.779 INFO STEP 581 (remove_files) COMPLETE
70652026-08-28T22:32:03.760Z[ recovery-image] Aug 28 22:32:02.779 INFO O| Aug 28 22:32:02.779 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-28T22:32:03.772Z[ recovery-image] Aug 28 22:32:02.789 INFO O| Aug 28 22:32:02.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70672026-08-28T22:32:03.772Z[ recovery-image] Aug 28 22:32:02.792 INFO O| Aug 28 22:32:02.792 INFO STEP 582 (remove_files) COMPLETE
70682026-08-28T22:32:03.772Z[ recovery-image] Aug 28 22:32:02.792 INFO O| Aug 28 22:32:02.792 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-28T22:32:03.781Z[ recovery-image] Aug 28 22:32:02.801 INFO O| Aug 28 22:32:02.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70702026-08-28T22:32:03.781Z[ recovery-image] Aug 28 22:32:02.801 INFO O| Aug 28 22:32:02.801 INFO STEP 583 (remove_files) COMPLETE
70712026-08-28T22:32:03.781Z[ recovery-image] Aug 28 22:32:02.801 INFO O| Aug 28 22:32:02.801 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-28T22:32:03.788Z[ recovery-image] Aug 28 22:32:02.809 INFO O| Aug 28 22:32:02.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70732026-08-28T22:32:03.788Z[ recovery-image] Aug 28 22:32:02.809 INFO O| Aug 28 22:32:02.809 INFO STEP 584 (remove_files) COMPLETE
70742026-08-28T22:32:03.788Z[ recovery-image] Aug 28 22:32:02.809 INFO O| Aug 28 22:32:02.809 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-28T22:32:03.797Z[ recovery-image] Aug 28 22:32:02.817 INFO O| Aug 28 22:32:02.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70762026-08-28T22:32:03.797Z[ recovery-image] Aug 28 22:32:02.817 INFO O| Aug 28 22:32:02.817 INFO STEP 585 (remove_files) COMPLETE
70772026-08-28T22:32:03.797Z[ recovery-image] Aug 28 22:32:02.817 INFO O| Aug 28 22:32:02.817 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-28T22:32:03.808Z[ recovery-image] Aug 28 22:32:02.825 INFO O| Aug 28 22:32:02.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70792026-08-28T22:32:03.808Z[ recovery-image] Aug 28 22:32:02.825 INFO O| Aug 28 22:32:02.825 INFO STEP 586 (remove_files) COMPLETE
70802026-08-28T22:32:03.808Z[ recovery-image] Aug 28 22:32:02.825 INFO O| Aug 28 22:32:02.825 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-28T22:32:03.818Z[ recovery-image] Aug 28 22:32:02.834 INFO O| Aug 28 22:32:02.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70822026-08-28T22:32:03.818Z[ recovery-image] Aug 28 22:32:02.834 INFO O| Aug 28 22:32:02.834 INFO STEP 587 (remove_files) COMPLETE
70832026-08-28T22:32:03.821Z[ recovery-image] Aug 28 22:32:02.834 INFO O| Aug 28 22:32:02.834 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-28T22:32:03.825Z[ recovery-image] Aug 28 22:32:02.843 INFO O| Aug 28 22:32:02.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70852026-08-28T22:32:03.825Z[ recovery-image] Aug 28 22:32:02.843 INFO O| Aug 28 22:32:02.843 INFO STEP 588 (remove_files) COMPLETE
70862026-08-28T22:32:03.825Z[ recovery-image] Aug 28 22:32:02.843 INFO O| Aug 28 22:32:02.843 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-28T22:32:03.834Z[ recovery-image] Aug 28 22:32:02.851 INFO O| Aug 28 22:32:02.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70882026-08-28T22:32:03.834Z[ recovery-image] Aug 28 22:32:02.851 INFO O| Aug 28 22:32:02.851 INFO STEP 589 (remove_files) COMPLETE
70892026-08-28T22:32:03.844Z[ recovery-image] Aug 28 22:32:02.851 INFO O| Aug 28 22:32:02.851 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.860 INFO O| Aug 28 22:32:02.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70912026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.860 INFO O| Aug 28 22:32:02.860 INFO STEP 590 (remove_files) COMPLETE
70922026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.860 INFO O| Aug 28 22:32:02.860 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.868 INFO O| Aug 28 22:32:02.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70942026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.868 INFO O| Aug 28 22:32:02.868 INFO STEP 591 (remove_files) COMPLETE
70952026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.868 INFO O| Aug 28 22:32:02.868 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.877 INFO O| Aug 28 22:32:02.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70972026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.877 INFO O| Aug 28 22:32:02.877 INFO STEP 592 (remove_files) COMPLETE
70982026-08-28T22:32:03.861Z[ recovery-image] Aug 28 22:32:02.877 INFO O| Aug 28 22:32:02.877 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-28T22:32:03.870Z[ recovery-image] Aug 28 22:32:02.885 INFO O| Aug 28 22:32:02.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71002026-08-28T22:32:03.871Z[ recovery-image] Aug 28 22:32:02.885 INFO O| Aug 28 22:32:02.885 INFO STEP 593 (remove_files) COMPLETE
71012026-08-28T22:32:03.871Z[ recovery-image] Aug 28 22:32:02.885 INFO O| Aug 28 22:32:02.885 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-28T22:32:03.884Z[ recovery-image] Aug 28 22:32:02.894 INFO O| Aug 28 22:32:02.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71032026-08-28T22:32:03.884Z[ recovery-image] Aug 28 22:32:02.894 INFO O| Aug 28 22:32:02.894 INFO STEP 594 (remove_files) COMPLETE
71042026-08-28T22:32:03.884Z[ recovery-image] Aug 28 22:32:02.894 INFO O| Aug 28 22:32:02.894 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-28T22:32:03.889Z[ recovery-image] Aug 28 22:32:02.903 INFO O| Aug 28 22:32:02.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71062026-08-28T22:32:03.889Z[ recovery-image] Aug 28 22:32:02.903 INFO O| Aug 28 22:32:02.903 INFO STEP 595 (remove_files) COMPLETE
71072026-08-28T22:32:03.889Z[ recovery-image] Aug 28 22:32:02.903 INFO O| Aug 28 22:32:02.903 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-28T22:32:03.897Z[ recovery-image] Aug 28 22:32:02.911 INFO O| Aug 28 22:32:02.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71092026-08-28T22:32:03.897Z[ recovery-image] Aug 28 22:32:02.911 INFO O| Aug 28 22:32:02.911 INFO STEP 596 (remove_files) COMPLETE
71102026-08-28T22:32:03.897Z[ recovery-image] Aug 28 22:32:02.911 INFO O| Aug 28 22:32:02.911 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-28T22:32:03.917Z[ recovery-image] Aug 28 22:32:02.920 INFO O| Aug 28 22:32:02.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71122026-08-28T22:32:03.917Z[ recovery-image] Aug 28 22:32:02.920 INFO O| Aug 28 22:32:02.920 INFO STEP 597 (remove_files) COMPLETE
71132026-08-28T22:32:03.917Z[ recovery-image] Aug 28 22:32:02.920 INFO O| Aug 28 22:32:02.920 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-28T22:32:03.937Z[ recovery-image] Aug 28 22:32:02.929 INFO O| Aug 28 22:32:02.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71152026-08-28T22:32:03.937Z[ recovery-image] Aug 28 22:32:02.929 INFO O| Aug 28 22:32:02.929 INFO STEP 598 (remove_files) COMPLETE
71162026-08-28T22:32:03.937Z[ recovery-image] Aug 28 22:32:02.929 INFO O| Aug 28 22:32:02.929 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-28T22:32:03.937Z[ recovery-image] Aug 28 22:32:02.939 INFO O| Aug 28 22:32:02.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71182026-08-28T22:32:03.937Z[ recovery-image] Aug 28 22:32:02.939 INFO O| Aug 28 22:32:02.939 INFO STEP 599 (remove_files) COMPLETE
71192026-08-28T22:32:03.937Z[ recovery-image] Aug 28 22:32:02.939 INFO O| Aug 28 22:32:02.939 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-28T22:32:03.944Z[ recovery-image] Aug 28 22:32:02.948 INFO O| Aug 28 22:32:02.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71212026-08-28T22:32:03.944Z[ recovery-image] Aug 28 22:32:02.948 INFO O| Aug 28 22:32:02.948 INFO STEP 600 (remove_files) COMPLETE
71222026-08-28T22:32:03.944Z[ recovery-image] Aug 28 22:32:02.948 INFO O| Aug 28 22:32:02.948 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-28T22:32:03.945Z[ recovery-image] Aug 28 22:32:02.957 INFO O| Aug 28 22:32:02.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71242026-08-28T22:32:03.945Z[ recovery-image] Aug 28 22:32:02.957 INFO O| Aug 28 22:32:02.957 INFO STEP 601 (remove_files) COMPLETE
71252026-08-28T22:32:03.945Z[ recovery-image] Aug 28 22:32:02.957 INFO O| Aug 28 22:32:02.957 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-28T22:32:03.956Z[ recovery-image] Aug 28 22:32:02.966 INFO O| Aug 28 22:32:02.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71272026-08-28T22:32:03.956Z[ recovery-image] Aug 28 22:32:02.966 INFO O| Aug 28 22:32:02.966 INFO STEP 602 (remove_files) COMPLETE
71282026-08-28T22:32:03.956Z[ recovery-image] Aug 28 22:32:02.966 INFO O| Aug 28 22:32:02.966 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-28T22:32:03.968Z[ recovery-image] Aug 28 22:32:02.984 INFO O| Aug 28 22:32:02.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71302026-08-28T22:32:03.968Z[ recovery-image] Aug 28 22:32:02.984 INFO O| Aug 28 22:32:02.984 INFO STEP 603 (remove_files) COMPLETE
71312026-08-28T22:32:03.968Z[ recovery-image] Aug 28 22:32:02.984 INFO O| Aug 28 22:32:02.984 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-28T22:32:03.992Z[ recovery-image] Aug 28 22:32:02.994 INFO O| Aug 28 22:32:02.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71332026-08-28T22:32:03.992Z[ recovery-image] Aug 28 22:32:02.995 INFO O| Aug 28 22:32:02.995 INFO STEP 604 (remove_files) COMPLETE
71342026-08-28T22:32:03.992Z[ recovery-image] Aug 28 22:32:02.995 INFO O| Aug 28 22:32:02.995 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-28T22:32:04.006Z[ recovery-image] Aug 28 22:32:03.005 INFO O| Aug 28 22:32:03.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71362026-08-28T22:32:04.006Z[ recovery-image] Aug 28 22:32:03.005 INFO O| Aug 28 22:32:03.005 INFO STEP 605 (remove_files) COMPLETE
71372026-08-28T22:32:04.006Z[ recovery-image] Aug 28 22:32:03.005 INFO O| Aug 28 22:32:03.005 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-28T22:32:04.006Z[ recovery-image] Aug 28 22:32:03.015 INFO O| Aug 28 22:32:03.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71392026-08-28T22:32:04.006Z[ recovery-image] Aug 28 22:32:03.015 INFO O| Aug 28 22:32:03.015 INFO STEP 606 (remove_files) COMPLETE
71402026-08-28T22:32:04.006Z[ recovery-image] Aug 28 22:32:03.015 INFO O| Aug 28 22:32:03.015 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-28T22:32:04.016Z[ recovery-image] Aug 28 22:32:03.026 INFO O| Aug 28 22:32:03.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71422026-08-28T22:32:04.016Z[ recovery-image] Aug 28 22:32:03.026 INFO O| Aug 28 22:32:03.026 INFO STEP 607 (remove_files) COMPLETE
71432026-08-28T22:32:04.016Z[ recovery-image] Aug 28 22:32:03.026 INFO O| Aug 28 22:32:03.026 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-28T22:32:04.034Z[ recovery-image] Aug 28 22:32:03.037 INFO O| Aug 28 22:32:03.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71452026-08-28T22:32:04.034Z[ recovery-image] Aug 28 22:32:03.038 INFO O| Aug 28 22:32:03.038 INFO STEP 608 (remove_files) COMPLETE
71462026-08-28T22:32:04.034Z[ recovery-image] Aug 28 22:32:03.038 INFO O| Aug 28 22:32:03.038 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-28T22:32:04.043Z[ recovery-image] Aug 28 22:32:03.048 INFO O| Aug 28 22:32:03.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71482026-08-28T22:32:04.043Z[ recovery-image] Aug 28 22:32:03.048 INFO O| Aug 28 22:32:03.048 INFO STEP 609 (remove_files) COMPLETE
71492026-08-28T22:32:04.043Z[ recovery-image] Aug 28 22:32:03.048 INFO O| Aug 28 22:32:03.048 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-28T22:32:04.043Z[ recovery-image] Aug 28 22:32:03.058 INFO O| Aug 28 22:32:03.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71512026-08-28T22:32:04.043Z[ recovery-image] Aug 28 22:32:03.058 INFO O| Aug 28 22:32:03.058 INFO STEP 610 (remove_files) COMPLETE
71522026-08-28T22:32:04.043Z[ recovery-image] Aug 28 22:32:03.058 INFO O| Aug 28 22:32:03.058 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-28T22:32:04.053Z[ recovery-image] Aug 28 22:32:03.068 INFO O| Aug 28 22:32:03.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71542026-08-28T22:32:04.053Z[ recovery-image] Aug 28 22:32:03.068 INFO O| Aug 28 22:32:03.068 INFO STEP 611 (remove_files) COMPLETE
71552026-08-28T22:32:04.053Z[ recovery-image] Aug 28 22:32:03.068 INFO O| Aug 28 22:32:03.068 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-28T22:32:04.070Z[ recovery-image] Aug 28 22:32:03.078 INFO O| Aug 28 22:32:03.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71572026-08-28T22:32:04.070Z[ recovery-image] Aug 28 22:32:03.078 INFO O| Aug 28 22:32:03.078 INFO STEP 612 (remove_files) COMPLETE
71582026-08-28T22:32:04.070Z[ recovery-image] Aug 28 22:32:03.078 INFO O| Aug 28 22:32:03.078 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-28T22:32:04.092Z[ recovery-image] Aug 28 22:32:03.087 INFO O| Aug 28 22:32:03.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71602026-08-28T22:32:04.092Z[ recovery-image] Aug 28 22:32:03.087 INFO O| Aug 28 22:32:03.087 INFO STEP 613 (remove_files) COMPLETE
71612026-08-28T22:32:04.092Z[ recovery-image] Aug 28 22:32:03.087 INFO O| Aug 28 22:32:03.087 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.095 INFO O| Aug 28 22:32:03.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71632026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.095 INFO O| Aug 28 22:32:03.095 INFO STEP 614 (remove_files) COMPLETE
71642026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.095 INFO O| Aug 28 22:32:03.095 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.104 INFO O| Aug 28 22:32:03.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71662026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.104 INFO O| Aug 28 22:32:03.104 INFO STEP 615 (remove_files) COMPLETE
71672026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.104 INFO O| Aug 28 22:32:03.104 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.112 INFO O| Aug 28 22:32:03.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71692026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.112 INFO O| Aug 28 22:32:03.112 INFO STEP 616 (remove_files) COMPLETE
71702026-08-28T22:32:04.102Z[ recovery-image] Aug 28 22:32:03.112 INFO O| Aug 28 22:32:03.112 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-28T22:32:04.115Z[ recovery-image] Aug 28 22:32:03.123 INFO O| Aug 28 22:32:03.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71722026-08-28T22:32:04.115Z[ recovery-image] Aug 28 22:32:03.123 INFO O| Aug 28 22:32:03.123 INFO STEP 617 (remove_files) COMPLETE
71732026-08-28T22:32:04.115Z[ recovery-image] Aug 28 22:32:03.123 INFO O| Aug 28 22:32:03.123 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-28T22:32:04.122Z[ recovery-image] Aug 28 22:32:03.133 INFO O| Aug 28 22:32:03.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71752026-08-28T22:32:04.122Z[ recovery-image] Aug 28 22:32:03.133 INFO O| Aug 28 22:32:03.133 INFO STEP 618 (remove_files) COMPLETE
71762026-08-28T22:32:04.122Z[ recovery-image] Aug 28 22:32:03.133 INFO O| Aug 28 22:32:03.133 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-28T22:32:04.136Z[ recovery-image] Aug 28 22:32:03.145 INFO O| Aug 28 22:32:03.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71782026-08-28T22:32:04.137Z[ recovery-image] Aug 28 22:32:03.145 INFO O| Aug 28 22:32:03.145 INFO STEP 619 (remove_files) COMPLETE
71792026-08-28T22:32:04.137Z[ recovery-image] Aug 28 22:32:03.145 INFO O| Aug 28 22:32:03.145 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-28T22:32:04.143Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
71812026-08-28T22:32:04.143Z[ recovery-image] Aug 28 22:32:03.155 INFO O| Aug 28 22:32:03.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71822026-08-28T22:32:04.144Z[ recovery-image] Aug 28 22:32:03.155 INFO O| Aug 28 22:32:03.155 INFO STEP 620 (remove_files) COMPLETE
71832026-08-28T22:32:04.144Z[ recovery-image] Aug 28 22:32:03.155 INFO O| Aug 28 22:32:03.155 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-28T22:32:04.154Z[ recovery-image] Aug 28 22:32:03.165 INFO O| Aug 28 22:32:03.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71852026-08-28T22:32:04.154Z[ recovery-image] Aug 28 22:32:03.165 INFO O| Aug 28 22:32:03.165 INFO STEP 621 (remove_files) COMPLETE
71862026-08-28T22:32:04.154Z[ recovery-image] Aug 28 22:32:03.165 INFO O| Aug 28 22:32:03.165 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-28T22:32:04.159Z[ recovery-image] Aug 28 22:32:03.174 INFO O| Aug 28 22:32:03.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71882026-08-28T22:32:04.159Z[ recovery-image] Aug 28 22:32:03.174 INFO O| Aug 28 22:32:03.174 INFO STEP 622 (remove_files) COMPLETE
71892026-08-28T22:32:04.159Z[ recovery-image] Aug 28 22:32:03.174 INFO O| Aug 28 22:32:03.174 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-28T22:32:04.168Z[ recovery-image] Aug 28 22:32:03.182 INFO O| Aug 28 22:32:03.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71912026-08-28T22:32:04.168Z[ recovery-image] Aug 28 22:32:03.182 INFO O| Aug 28 22:32:03.182 INFO STEP 623 (remove_files) COMPLETE
71922026-08-28T22:32:04.168Z[ recovery-image] Aug 28 22:32:03.182 INFO O| Aug 28 22:32:03.182 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-28T22:32:04.180Z[ recovery-image] Aug 28 22:32:03.191 INFO O| Aug 28 22:32:03.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71942026-08-28T22:32:04.180Z[ recovery-image] Aug 28 22:32:03.191 INFO O| Aug 28 22:32:03.191 INFO STEP 624 (remove_files) COMPLETE
71952026-08-28T22:32:04.180Z[ recovery-image] Aug 28 22:32:03.191 INFO O| Aug 28 22:32:03.191 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-28T22:32:04.191Z[ recovery-image] Aug 28 22:32:03.202 INFO O| Aug 28 22:32:03.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71972026-08-28T22:32:04.192Z[ recovery-image] Aug 28 22:32:03.202 INFO O| Aug 28 22:32:03.202 INFO STEP 625 (remove_files) COMPLETE
71982026-08-28T22:32:04.192Z[ recovery-image] Aug 28 22:32:03.202 INFO O| Aug 28 22:32:03.202 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-28T22:32:04.198Z[ recovery-image] Aug 28 22:32:03.214 INFO O| Aug 28 22:32:03.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72002026-08-28T22:32:04.198Z[ recovery-image] Aug 28 22:32:03.214 INFO O| Aug 28 22:32:03.214 INFO STEP 626 (remove_files) COMPLETE
72012026-08-28T22:32:04.198Z[ recovery-image] Aug 28 22:32:03.214 INFO O| Aug 28 22:32:03.214 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-28T22:32:04.203Z[ recovery-image] Aug 28 22:32:03.223 INFO O| Aug 28 22:32:03.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72032026-08-28T22:32:04.208Z[ recovery-image] Aug 28 22:32:03.223 INFO O| Aug 28 22:32:03.223 INFO STEP 627 (remove_files) COMPLETE
72042026-08-28T22:32:04.208Z[ recovery-image] Aug 28 22:32:03.223 INFO O| Aug 28 22:32:03.223 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-28T22:32:04.214Z[ recovery-image] Aug 28 22:32:03.232 INFO O| Aug 28 22:32:03.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72062026-08-28T22:32:04.214Z[ recovery-image] Aug 28 22:32:03.232 INFO O| Aug 28 22:32:03.232 INFO STEP 628 (remove_files) COMPLETE
72072026-08-28T22:32:04.214Z[ recovery-image] Aug 28 22:32:03.232 INFO O| Aug 28 22:32:03.232 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-28T22:32:04.221Z[ recovery-image] Aug 28 22:32:03.242 INFO O| Aug 28 22:32:03.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72092026-08-28T22:32:04.221Z[ recovery-image] Aug 28 22:32:03.242 INFO O| Aug 28 22:32:03.242 INFO STEP 629 (remove_files) COMPLETE
72102026-08-28T22:32:04.221Z[ recovery-image] Aug 28 22:32:03.242 INFO O| Aug 28 22:32:03.242 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-28T22:32:04.238Z[ recovery-image] Aug 28 22:32:03.253 INFO O| Aug 28 22:32:03.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72122026-08-28T22:32:04.238Z[ recovery-image] Aug 28 22:32:03.253 INFO O| Aug 28 22:32:03.253 INFO STEP 630 (remove_files) COMPLETE
72132026-08-28T22:32:04.250Z[ recovery-image] Aug 28 22:32:03.253 INFO O| Aug 28 22:32:03.253 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-28T22:32:04.250Z[ recovery-image] Aug 28 22:32:03.263 INFO O| Aug 28 22:32:03.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72152026-08-28T22:32:04.250Z[ recovery-image] Aug 28 22:32:03.263 INFO O| Aug 28 22:32:03.263 INFO STEP 631 (remove_files) COMPLETE
72162026-08-28T22:32:04.250Z[ recovery-image] Aug 28 22:32:03.263 INFO O| Aug 28 22:32:03.263 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-28T22:32:04.262Z[ recovery-image] Aug 28 22:32:03.272 INFO O| Aug 28 22:32:03.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72182026-08-28T22:32:04.263Z[ recovery-image] Aug 28 22:32:03.272 INFO O| Aug 28 22:32:03.272 INFO STEP 632 (remove_files) COMPLETE
72192026-08-28T22:32:04.263Z[ recovery-image] Aug 28 22:32:03.272 INFO O| Aug 28 22:32:03.272 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-28T22:32:04.273Z[ recovery-image] Aug 28 22:32:03.280 INFO O| Aug 28 22:32:03.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72212026-08-28T22:32:04.273Z[ recovery-image] Aug 28 22:32:03.281 INFO O| Aug 28 22:32:03.280 INFO STEP 633 (remove_files) COMPLETE
72222026-08-28T22:32:04.273Z[ recovery-image] Aug 28 22:32:03.281 INFO O| Aug 28 22:32:03.280 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-28T22:32:04.273Z[ recovery-image] Aug 28 22:32:03.289 INFO O| Aug 28 22:32:03.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72242026-08-28T22:32:04.273Z[ recovery-image] Aug 28 22:32:03.289 INFO O| Aug 28 22:32:03.289 INFO STEP 634 (remove_files) COMPLETE
72252026-08-28T22:32:04.273Z[ recovery-image] Aug 28 22:32:03.289 INFO O| Aug 28 22:32:03.289 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-28T22:32:04.278Z[ recovery-image] Aug 28 22:32:03.299 INFO O| Aug 28 22:32:03.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72272026-08-28T22:32:04.278Z[ recovery-image] Aug 28 22:32:03.299 INFO O| Aug 28 22:32:03.299 INFO STEP 635 (remove_files) COMPLETE
72282026-08-28T22:32:04.281Z[ recovery-image] Aug 28 22:32:03.299 INFO O| Aug 28 22:32:03.299 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-28T22:32:04.287Z[ recovery-image] Aug 28 22:32:03.308 INFO O| Aug 28 22:32:03.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72302026-08-28T22:32:04.287Z[ recovery-image] Aug 28 22:32:03.308 INFO O| Aug 28 22:32:03.308 INFO STEP 636 (remove_files) COMPLETE
72312026-08-28T22:32:04.293Z[ recovery-image] Aug 28 22:32:03.308 INFO O| Aug 28 22:32:03.308 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-28T22:32:04.303Z[ recovery-image] Aug 28 22:32:03.318 INFO O| Aug 28 22:32:03.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72332026-08-28T22:32:04.303Z[ recovery-image] Aug 28 22:32:03.318 INFO O| Aug 28 22:32:03.318 INFO STEP 637 (remove_files) COMPLETE
72342026-08-28T22:32:04.303Z[ recovery-image] Aug 28 22:32:03.318 INFO O| Aug 28 22:32:03.318 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-28T22:32:04.312Z[ recovery-image] Aug 28 22:32:03.327 INFO O| Aug 28 22:32:03.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72362026-08-28T22:32:04.312Z[ recovery-image] Aug 28 22:32:03.327 INFO O| Aug 28 22:32:03.327 INFO STEP 638 (remove_files) COMPLETE
72372026-08-28T22:32:04.312Z[ recovery-image] Aug 28 22:32:03.327 INFO O| Aug 28 22:32:03.327 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-28T22:32:04.317Z[ recovery-image] Aug 28 22:32:03.336 INFO O| Aug 28 22:32:03.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72392026-08-28T22:32:04.317Z[ recovery-image] Aug 28 22:32:03.336 INFO O| Aug 28 22:32:03.336 INFO STEP 639 (remove_files) COMPLETE
72402026-08-28T22:32:04.317Z[ recovery-image] Aug 28 22:32:03.336 INFO O| Aug 28 22:32:03.336 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-28T22:32:04.335Z[ recovery-image] Aug 28 22:32:03.347 INFO O| Aug 28 22:32:03.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72422026-08-28T22:32:04.335Z[ recovery-image] Aug 28 22:32:03.347 INFO O| Aug 28 22:32:03.347 INFO STEP 640 (remove_files) COMPLETE
72432026-08-28T22:32:04.342Z[ recovery-image] Aug 28 22:32:03.347 INFO O| Aug 28 22:32:03.347 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-28T22:32:04.342Z[ recovery-image] Aug 28 22:32:03.356 INFO O| Aug 28 22:32:03.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72452026-08-28T22:32:04.342Z[ recovery-image] Aug 28 22:32:03.356 INFO O| Aug 28 22:32:03.356 INFO STEP 641 (remove_files) COMPLETE
72462026-08-28T22:32:04.342Z[ recovery-image] Aug 28 22:32:03.356 INFO O| Aug 28 22:32:03.356 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-28T22:32:04.348Z[ recovery-image] Aug 28 22:32:03.365 INFO O| Aug 28 22:32:03.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72482026-08-28T22:32:04.348Z[ recovery-image] Aug 28 22:32:03.365 INFO O| Aug 28 22:32:03.365 INFO STEP 642 (remove_files) COMPLETE
72492026-08-28T22:32:04.348Z[ recovery-image] Aug 28 22:32:03.365 INFO O| Aug 28 22:32:03.365 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-28T22:32:04.364Z[ recovery-image] Aug 28 22:32:03.374 INFO O| Aug 28 22:32:03.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72512026-08-28T22:32:04.364Z[ recovery-image] Aug 28 22:32:03.374 INFO O| Aug 28 22:32:03.374 INFO STEP 643 (remove_files) COMPLETE
72522026-08-28T22:32:04.375Z[ recovery-image] Aug 28 22:32:03.374 INFO O| Aug 28 22:32:03.374 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-28T22:32:04.375Z[ recovery-image] Aug 28 22:32:03.384 INFO O| Aug 28 22:32:03.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72542026-08-28T22:32:04.375Z[ recovery-image] Aug 28 22:32:03.384 INFO O| Aug 28 22:32:03.384 INFO STEP 644 (remove_files) COMPLETE
72552026-08-28T22:32:04.375Z[ recovery-image] Aug 28 22:32:03.384 INFO O| Aug 28 22:32:03.384 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-28T22:32:04.390Z[ recovery-image] Aug 28 22:32:03.403 INFO O| Aug 28 22:32:03.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72572026-08-28T22:32:04.391Z[ recovery-image] Aug 28 22:32:03.404 INFO O| Aug 28 22:32:03.404 INFO STEP 645 (remove_files) COMPLETE
72582026-08-28T22:32:04.391Z[ recovery-image] Aug 28 22:32:03.404 INFO O| Aug 28 22:32:03.404 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-28T22:32:04.397Z[ recovery-image] Aug 28 22:32:03.412 INFO O| Aug 28 22:32:03.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72602026-08-28T22:32:04.398Z[ recovery-image] Aug 28 22:32:03.412 INFO O| Aug 28 22:32:03.412 INFO STEP 646 (remove_files) COMPLETE
72612026-08-28T22:32:04.398Z[ recovery-image] Aug 28 22:32:03.412 INFO O| Aug 28 22:32:03.412 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-28T22:32:04.404Z[ recovery-image] Aug 28 22:32:03.421 INFO O| Aug 28 22:32:03.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72632026-08-28T22:32:04.404Z[ recovery-image] Aug 28 22:32:03.422 INFO O| Aug 28 22:32:03.422 INFO STEP 647 (remove_files) COMPLETE
72642026-08-28T22:32:04.404Z[ recovery-image] Aug 28 22:32:03.422 INFO O| Aug 28 22:32:03.422 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-28T22:32:04.410Z[ recovery-image] Aug 28 22:32:03.431 INFO O| Aug 28 22:32:03.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72662026-08-28T22:32:04.410Z[ recovery-image] Aug 28 22:32:03.431 INFO O| Aug 28 22:32:03.431 INFO STEP 648 (remove_files) COMPLETE
72672026-08-28T22:32:04.418Z[ recovery-image] Aug 28 22:32:03.431 INFO O| Aug 28 22:32:03.431 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-28T22:32:04.427Z[ recovery-image] Aug 28 22:32:03.440 INFO O| Aug 28 22:32:03.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72692026-08-28T22:32:04.427Z[ recovery-image] Aug 28 22:32:03.440 INFO O| Aug 28 22:32:03.440 INFO STEP 649 (remove_files) COMPLETE
72702026-08-28T22:32:04.427Z[ recovery-image] Aug 28 22:32:03.440 INFO O| Aug 28 22:32:03.440 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-28T22:32:04.440Z[ recovery-image] Aug 28 22:32:03.449 INFO O| Aug 28 22:32:03.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72722026-08-28T22:32:04.441Z[ recovery-image] Aug 28 22:32:03.450 INFO O| Aug 28 22:32:03.449 INFO STEP 650 (remove_files) COMPLETE
72732026-08-28T22:32:04.441Z[ recovery-image] Aug 28 22:32:03.450 INFO O| Aug 28 22:32:03.450 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-28T22:32:04.445Z[ recovery-image] Aug 28 22:32:03.458 INFO O| Aug 28 22:32:03.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72752026-08-28T22:32:04.445Z[ recovery-image] Aug 28 22:32:03.458 INFO O| Aug 28 22:32:03.458 INFO STEP 651 (remove_files) COMPLETE
72762026-08-28T22:32:04.445Z[ recovery-image] Aug 28 22:32:03.458 INFO O| Aug 28 22:32:03.458 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-28T22:32:04.449Z[ recovery-image] Aug 28 22:32:03.468 INFO O| Aug 28 22:32:03.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72782026-08-28T22:32:04.449Z[ recovery-image] Aug 28 22:32:03.468 INFO O| Aug 28 22:32:03.468 INFO STEP 652 (remove_files) COMPLETE
72792026-08-28T22:32:04.449Z[ recovery-image] Aug 28 22:32:03.468 INFO O| Aug 28 22:32:03.468 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-28T22:32:04.457Z[ recovery-image] Aug 28 22:32:03.478 INFO O| Aug 28 22:32:03.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72812026-08-28T22:32:04.457Z[ recovery-image] Aug 28 22:32:03.478 INFO O| Aug 28 22:32:03.478 INFO STEP 653 (remove_files) COMPLETE
72822026-08-28T22:32:04.457Z[ recovery-image] Aug 28 22:32:03.478 INFO O| Aug 28 22:32:03.478 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-28T22:32:04.473Z[ recovery-image] Aug 28 22:32:03.488 INFO O| Aug 28 22:32:03.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72842026-08-28T22:32:04.473Z[ recovery-image] Aug 28 22:32:03.488 INFO O| Aug 28 22:32:03.488 INFO STEP 654 (remove_files) COMPLETE
72852026-08-28T22:32:04.473Z[ recovery-image] Aug 28 22:32:03.488 INFO O| Aug 28 22:32:03.488 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-28T22:32:04.492Z[ recovery-image] Aug 28 22:32:03.513 INFO O| Aug 28 22:32:03.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72872026-08-28T22:32:04.492Z[ recovery-image] Aug 28 22:32:03.513 INFO O| Aug 28 22:32:03.513 INFO STEP 655 (remove_files) COMPLETE
72882026-08-28T22:32:04.497Z[ recovery-image] Aug 28 22:32:03.513 INFO O| Aug 28 22:32:03.513 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-28T22:32:04.505Z[ recovery-image] Aug 28 22:32:03.522 INFO O| Aug 28 22:32:03.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72902026-08-28T22:32:04.505Z[ recovery-image] Aug 28 22:32:03.522 INFO O| Aug 28 22:32:03.522 INFO STEP 656 (remove_files) COMPLETE
72912026-08-28T22:32:04.505Z[ recovery-image] Aug 28 22:32:03.522 INFO O| Aug 28 22:32:03.522 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-28T22:32:04.514Z[ recovery-image] Aug 28 22:32:03.531 INFO O| Aug 28 22:32:03.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72932026-08-28T22:32:04.514Z[ recovery-image] Aug 28 22:32:03.531 INFO O| Aug 28 22:32:03.531 INFO STEP 657 (remove_files) COMPLETE
72942026-08-28T22:32:04.525Z[ recovery-image] Aug 28 22:32:03.531 INFO O| Aug 28 22:32:03.531 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-28T22:32:04.525Z[ recovery-image] Aug 28 22:32:03.540 INFO O| Aug 28 22:32:03.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72962026-08-28T22:32:04.525Z[ recovery-image] Aug 28 22:32:03.540 INFO O| Aug 28 22:32:03.540 INFO STEP 658 (remove_files) COMPLETE
72972026-08-28T22:32:04.525Z[ recovery-image] Aug 28 22:32:03.540 INFO O| Aug 28 22:32:03.540 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-28T22:32:04.602Z[ recovery-image] Aug 28 22:32:03.548 INFO O| Aug 28 22:32:03.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72992026-08-28T22:32:04.602Z[ recovery-image] Aug 28 22:32:03.549 INFO O| Aug 28 22:32:03.549 INFO STEP 659 (remove_files) COMPLETE
73002026-08-28T22:32:04.602Z[ recovery-image] Aug 28 22:32:03.549 INFO O| Aug 28 22:32:03.549 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-28T22:32:04.602Z[ recovery-image] Aug 28 22:32:03.559 INFO O| Aug 28 22:32:03.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73022026-08-28T22:32:04.603Z[ recovery-image] Aug 28 22:32:03.560 INFO O| Aug 28 22:32:03.560 INFO STEP 660 (remove_files) COMPLETE
73032026-08-28T22:32:04.603Z[ recovery-image] Aug 28 22:32:03.560 INFO O| Aug 28 22:32:03.560 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-28T22:32:04.603Z[ recovery-image] Aug 28 22:32:03.569 INFO O| Aug 28 22:32:03.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73052026-08-28T22:32:04.603Z[ recovery-image] Aug 28 22:32:03.569 INFO O| Aug 28 22:32:03.569 INFO STEP 661 (remove_files) COMPLETE
73062026-08-28T22:32:04.603Z[ recovery-image] Aug 28 22:32:03.569 INFO O| Aug 28 22:32:03.569 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-28T22:32:04.657Z[ recovery-image] Aug 28 22:32:03.578 INFO O| Aug 28 22:32:03.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73082026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.578 INFO O| Aug 28 22:32:03.578 INFO STEP 662 (remove_files) COMPLETE
73092026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.578 INFO O| Aug 28 22:32:03.578 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.588 INFO O| Aug 28 22:32:03.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73112026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.588 INFO O| Aug 28 22:32:03.588 INFO STEP 663 (remove_files) COMPLETE
73122026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.588 INFO O| Aug 28 22:32:03.588 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.597 INFO O| Aug 28 22:32:03.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73142026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.601 INFO O| Aug 28 22:32:03.598 INFO STEP 664 (remove_files) COMPLETE
73152026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.601 INFO O| Aug 28 22:32:03.598 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.607 INFO O| Aug 28 22:32:03.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73172026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.607 INFO O| Aug 28 22:32:03.607 INFO STEP 665 (remove_files) COMPLETE
73182026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.607 INFO O| Aug 28 22:32:03.607 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.615 INFO O| Aug 28 22:32:03.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73202026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.615 INFO O| Aug 28 22:32:03.615 INFO STEP 666 (remove_files) COMPLETE
73212026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.615 INFO O| Aug 28 22:32:03.615 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.623 INFO O| Aug 28 22:32:03.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73232026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.623 INFO O| Aug 28 22:32:03.623 INFO STEP 667 (remove_files) COMPLETE
73242026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.623 INFO O| Aug 28 22:32:03.623 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.631 INFO O| Aug 28 22:32:03.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73262026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.631 INFO O| Aug 28 22:32:03.631 INFO STEP 668 (remove_files) COMPLETE
73272026-08-28T22:32:04.658Z[ recovery-image] Aug 28 22:32:03.631 INFO O| Aug 28 22:32:03.631 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.639 INFO O| Aug 28 22:32:03.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73292026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.639 INFO O| Aug 28 22:32:03.639 INFO STEP 669 (remove_files) COMPLETE
73302026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.639 INFO O| Aug 28 22:32:03.639 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.648 INFO O| Aug 28 22:32:03.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73322026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.648 INFO O| Aug 28 22:32:03.648 INFO STEP 670 (remove_files) COMPLETE
73332026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.648 INFO O| Aug 28 22:32:03.648 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.656 INFO O| Aug 28 22:32:03.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73352026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.656 INFO O| Aug 28 22:32:03.656 INFO STEP 671 (remove_files) COMPLETE
73362026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.656 INFO O| Aug 28 22:32:03.656 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.664 INFO O| Aug 28 22:32:03.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73382026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.664 INFO O| Aug 28 22:32:03.664 INFO STEP 672 (remove_files) COMPLETE
73392026-08-28T22:32:04.670Z[ recovery-image] Aug 28 22:32:03.664 INFO O| Aug 28 22:32:03.664 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-28T22:32:04.671Z[ recovery-image] Aug 28 22:32:03.676 INFO O| Aug 28 22:32:03.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73412026-08-28T22:32:04.671Z[ recovery-image] Aug 28 22:32:03.676 INFO O| Aug 28 22:32:03.676 INFO STEP 673 (remove_files) COMPLETE
73422026-08-28T22:32:04.671Z[ recovery-image] Aug 28 22:32:03.676 INFO O| Aug 28 22:32:03.676 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-28T22:32:04.690Z[ recovery-image] Aug 28 22:32:03.687 INFO O| Aug 28 22:32:03.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73442026-08-28T22:32:04.690Z[ recovery-image] Aug 28 22:32:03.687 INFO O| Aug 28 22:32:03.687 INFO STEP 674 (remove_files) COMPLETE
73452026-08-28T22:32:04.690Z[ recovery-image] Aug 28 22:32:03.687 INFO O| Aug 28 22:32:03.687 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.695 INFO O| Aug 28 22:32:03.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73472026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.696 INFO O| Aug 28 22:32:03.695 INFO STEP 675 (remove_files) COMPLETE
73482026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.696 INFO O| Aug 28 22:32:03.696 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.704 INFO O| Aug 28 22:32:03.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73502026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.704 INFO O| Aug 28 22:32:03.704 INFO STEP 676 (remove_files) COMPLETE
73512026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.704 INFO O| Aug 28 22:32:03.704 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.712 INFO O| Aug 28 22:32:03.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73532026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.712 INFO O| Aug 28 22:32:03.712 INFO STEP 677 (remove_files) COMPLETE
73542026-08-28T22:32:04.705Z[ recovery-image] Aug 28 22:32:03.712 INFO O| Aug 28 22:32:03.712 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-28T22:32:04.712Z[ recovery-image] Aug 28 22:32:03.723 INFO O| Aug 28 22:32:03.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73562026-08-28T22:32:04.712Z[ recovery-image] Aug 28 22:32:03.723 INFO O| Aug 28 22:32:03.723 INFO STEP 678 (remove_files) COMPLETE
73572026-08-28T22:32:04.712Z[ recovery-image] Aug 28 22:32:03.723 INFO O| Aug 28 22:32:03.723 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-28T22:32:04.719Z[ recovery-image] Aug 28 22:32:03.733 INFO O| Aug 28 22:32:03.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73592026-08-28T22:32:04.719Z[ recovery-image] Aug 28 22:32:03.733 INFO O| Aug 28 22:32:03.733 INFO STEP 679 (remove_files) COMPLETE
73602026-08-28T22:32:04.719Z[ recovery-image] Aug 28 22:32:03.733 INFO O| Aug 28 22:32:03.733 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-28T22:32:04.727Z[ recovery-image] Aug 28 22:32:03.742 INFO O| Aug 28 22:32:03.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73622026-08-28T22:32:04.740Z[ recovery-image] Aug 28 22:32:03.752 INFO O| Aug 28 22:32:03.752 INFO STEP 680 (remove_files) COMPLETE
73632026-08-28T22:32:04.741Z[ recovery-image] Aug 28 22:32:03.752 INFO O| Aug 28 22:32:03.752 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-28T22:32:04.745Z[ recovery-image] Aug 28 22:32:03.764 INFO O| Aug 28 22:32:03.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73652026-08-28T22:32:04.745Z[ recovery-image] Aug 28 22:32:03.764 INFO O| Aug 28 22:32:03.764 INFO STEP 681 (remove_files) COMPLETE
73662026-08-28T22:32:04.746Z[ recovery-image] Aug 28 22:32:03.764 INFO O| Aug 28 22:32:03.764 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-28T22:32:04.760Z[ recovery-image] Aug 28 22:32:03.775 INFO O| Aug 28 22:32:03.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73682026-08-28T22:32:04.760Z[ recovery-image] Aug 28 22:32:03.775 INFO O| Aug 28 22:32:03.775 INFO STEP 682 (remove_files) COMPLETE
73692026-08-28T22:32:04.760Z[ recovery-image] Aug 28 22:32:03.775 INFO O| Aug 28 22:32:03.775 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-28T22:32:04.766Z[ recovery-image] Aug 28 22:32:03.786 INFO O| Aug 28 22:32:03.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73712026-08-28T22:32:04.767Z[ recovery-image] Aug 28 22:32:03.786 INFO O| Aug 28 22:32:03.786 INFO STEP 683 (remove_files) COMPLETE
73722026-08-28T22:32:04.767Z[ recovery-image] Aug 28 22:32:03.786 INFO O| Aug 28 22:32:03.786 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-28T22:32:04.776Z[ recovery-image] Aug 28 22:32:03.796 INFO O| Aug 28 22:32:03.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73742026-08-28T22:32:04.777Z[ recovery-image] Aug 28 22:32:03.796 INFO O| Aug 28 22:32:03.796 INFO STEP 684 (remove_files) COMPLETE
73752026-08-28T22:32:04.787Z[ recovery-image] Aug 28 22:32:03.796 INFO O| Aug 28 22:32:03.796 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-28T22:32:04.809Z[ recovery-image] Aug 28 22:32:03.807 INFO O| Aug 28 22:32:03.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73772026-08-28T22:32:04.809Z[ recovery-image] Aug 28 22:32:03.807 INFO O| Aug 28 22:32:03.807 INFO STEP 685 (remove_files) COMPLETE
73782026-08-28T22:32:04.809Z[ recovery-image] Aug 28 22:32:03.807 INFO O| Aug 28 22:32:03.807 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-28T22:32:04.810Z[ recovery-image] Aug 28 22:32:03.816 INFO O| Aug 28 22:32:03.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73802026-08-28T22:32:04.810Z[ recovery-image] Aug 28 22:32:03.816 INFO O| Aug 28 22:32:03.816 INFO STEP 686 (remove_files) COMPLETE
73812026-08-28T22:32:04.810Z[ recovery-image] Aug 28 22:32:03.816 INFO O| Aug 28 22:32:03.816 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-28T22:32:04.815Z[ recovery-image] Aug 28 22:32:03.825 INFO O| Aug 28 22:32:03.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73832026-08-28T22:32:04.816Z[ recovery-image] Aug 28 22:32:03.825 INFO O| Aug 28 22:32:03.825 INFO STEP 687 (remove_files) COMPLETE
73842026-08-28T22:32:04.816Z[ recovery-image] Aug 28 22:32:03.825 INFO O| Aug 28 22:32:03.825 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-28T22:32:04.816Z[ recovery-image] Aug 28 22:32:03.835 INFO O| Aug 28 22:32:03.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73862026-08-28T22:32:04.816Z[ recovery-image] Aug 28 22:32:03.835 INFO O| Aug 28 22:32:03.835 INFO STEP 688 (remove_files) COMPLETE
73872026-08-28T22:32:04.816Z[ recovery-image] Aug 28 22:32:03.835 INFO O| Aug 28 22:32:03.835 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-28T22:32:04.825Z[ recovery-image] Aug 28 22:32:03.845 INFO O| Aug 28 22:32:03.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73892026-08-28T22:32:04.836Z[ recovery-image] Aug 28 22:32:03.855 INFO O| Aug 28 22:32:03.855 INFO STEP 689 (remove_files) COMPLETE
73902026-08-28T22:32:04.836Z[ recovery-image] Aug 28 22:32:03.855 INFO O| Aug 28 22:32:03.855 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-28T22:32:04.873Z[ recovery-image] Aug 28 22:32:03.866 INFO O| Aug 28 22:32:03.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73922026-08-28T22:32:04.873Z[ recovery-image] Aug 28 22:32:03.866 INFO O| Aug 28 22:32:03.866 INFO STEP 690 (remove_files) COMPLETE
73932026-08-28T22:32:04.873Z[ recovery-image] Aug 28 22:32:03.866 INFO O| Aug 28 22:32:03.866 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-28T22:32:04.879Z[ recovery-image] Aug 28 22:32:03.878 INFO O| Aug 28 22:32:03.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73952026-08-28T22:32:04.879Z[ recovery-image] Aug 28 22:32:03.878 INFO O| Aug 28 22:32:03.878 INFO STEP 691 (remove_files) COMPLETE
73962026-08-28T22:32:04.879Z[ recovery-image] Aug 28 22:32:03.878 INFO O| Aug 28 22:32:03.878 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-28T22:32:04.880Z[ recovery-image] Aug 28 22:32:03.887 INFO O| Aug 28 22:32:03.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73982026-08-28T22:32:04.880Z[ recovery-image] Aug 28 22:32:03.887 INFO O| Aug 28 22:32:03.887 INFO STEP 692 (remove_files) COMPLETE
73992026-08-28T22:32:04.880Z[ recovery-image] Aug 28 22:32:03.887 INFO O| Aug 28 22:32:03.887 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-28T22:32:04.885Z[ recovery-image] Aug 28 22:32:03.898 INFO O| Aug 28 22:32:03.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74012026-08-28T22:32:04.885Z[ recovery-image] Aug 28 22:32:03.898 INFO O| Aug 28 22:32:03.898 INFO STEP 693 (remove_files) COMPLETE
74022026-08-28T22:32:04.885Z[ recovery-image] Aug 28 22:32:03.898 INFO O| Aug 28 22:32:03.898 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-28T22:32:04.888Z[ recovery-image] Aug 28 22:32:03.908 INFO O| Aug 28 22:32:03.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74042026-08-28T22:32:04.888Z[ recovery-image] Aug 28 22:32:03.908 INFO O| Aug 28 22:32:03.908 INFO STEP 694 (remove_files) COMPLETE
74052026-08-28T22:32:04.888Z[ recovery-image] Aug 28 22:32:03.908 INFO O| Aug 28 22:32:03.908 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-28T22:32:04.903Z[ recovery-image] Aug 28 22:32:03.919 INFO O| Aug 28 22:32:03.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74072026-08-28T22:32:04.903Z[ recovery-image] Aug 28 22:32:03.919 INFO O| Aug 28 22:32:03.919 INFO STEP 695 (remove_files) COMPLETE
74082026-08-28T22:32:04.914Z[ recovery-image] Aug 28 22:32:03.919 INFO O| Aug 28 22:32:03.919 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-28T22:32:04.928Z[ recovery-image] Aug 28 22:32:03.930 INFO O| Aug 28 22:32:03.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74102026-08-28T22:32:04.928Z[ recovery-image] Aug 28 22:32:03.930 INFO O| Aug 28 22:32:03.930 INFO STEP 696 (remove_files) COMPLETE
74112026-08-28T22:32:04.928Z[ recovery-image] Aug 28 22:32:03.930 INFO O| Aug 28 22:32:03.930 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-28T22:32:04.929Z[ recovery-image] Aug 28 22:32:03.941 INFO O| Aug 28 22:32:03.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74132026-08-28T22:32:04.929Z[ recovery-image] Aug 28 22:32:03.941 INFO O| Aug 28 22:32:03.941 INFO STEP 697 (remove_files) COMPLETE
74142026-08-28T22:32:04.929Z[ recovery-image] Aug 28 22:32:03.941 INFO O| Aug 28 22:32:03.941 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-28T22:32:04.933Z[ recovery-image] Aug 28 22:32:03.952 INFO O| Aug 28 22:32:03.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74162026-08-28T22:32:04.933Z[ recovery-image] Aug 28 22:32:03.952 INFO O| Aug 28 22:32:03.952 INFO STEP 698 (remove_files) COMPLETE
74172026-08-28T22:32:04.933Z[ recovery-image] Aug 28 22:32:03.952 INFO O| Aug 28 22:32:03.952 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-28T22:32:04.942Z[ recovery-image] Aug 28 22:32:03.961 INFO O| Aug 28 22:32:03.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74192026-08-28T22:32:04.943Z[ recovery-image] Aug 28 22:32:03.961 INFO O| Aug 28 22:32:03.961 INFO STEP 699 (remove_files) COMPLETE
74202026-08-28T22:32:04.943Z[ recovery-image] Aug 28 22:32:03.961 INFO O| Aug 28 22:32:03.961 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-28T22:32:04.971Z[ recovery-image] Aug 28 22:32:03.971 INFO O| Aug 28 22:32:03.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74222026-08-28T22:32:04.971Z[ recovery-image] Aug 28 22:32:03.971 INFO O| Aug 28 22:32:03.971 INFO STEP 700 (remove_files) COMPLETE
74232026-08-28T22:32:04.971Z[ recovery-image] Aug 28 22:32:03.971 INFO O| Aug 28 22:32:03.971 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-28T22:32:04.993Z[ recovery-image] Aug 28 22:32:03.979 INFO O| Aug 28 22:32:03.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74252026-08-28T22:32:04.993Z[ recovery-image] Aug 28 22:32:03.979 INFO O| Aug 28 22:32:03.979 INFO STEP 701 (remove_files) COMPLETE
74262026-08-28T22:32:04.993Z[ recovery-image] Aug 28 22:32:03.979 INFO O| Aug 28 22:32:03.979 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-28T22:32:04.993Z[ recovery-image] Aug 28 22:32:03.987 INFO O| Aug 28 22:32:03.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74282026-08-28T22:32:04.993Z[ recovery-image] Aug 28 22:32:03.987 INFO O| Aug 28 22:32:03.987 INFO STEP 702 (remove_files) COMPLETE
74292026-08-28T22:32:04.993Z[ recovery-image] Aug 28 22:32:03.987 INFO O| Aug 28 22:32:03.987 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-28T22:32:04.994Z[ recovery-image] Aug 28 22:32:03.995 INFO O| Aug 28 22:32:03.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74312026-08-28T22:32:04.994Z[ recovery-image] Aug 28 22:32:03.995 INFO O| Aug 28 22:32:03.995 INFO STEP 703 (remove_files) COMPLETE
74322026-08-28T22:32:04.994Z[ recovery-image] Aug 28 22:32:03.995 INFO O| Aug 28 22:32:03.995 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-28T22:32:05.001Z[ recovery-image] Aug 28 22:32:04.003 INFO O| Aug 28 22:32:04.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74342026-08-28T22:32:05.001Z[ recovery-image] Aug 28 22:32:04.003 INFO O| Aug 28 22:32:04.003 INFO STEP 704 (remove_files) COMPLETE
74352026-08-28T22:32:05.001Z[ recovery-image] Aug 28 22:32:04.003 INFO O| Aug 28 22:32:04.003 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-28T22:32:05.001Z[ recovery-image] Aug 28 22:32:04.012 INFO O| Aug 28 22:32:04.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74372026-08-28T22:32:05.002Z[ recovery-image] Aug 28 22:32:04.012 INFO O| Aug 28 22:32:04.012 INFO STEP 705 (remove_files) COMPLETE
74382026-08-28T22:32:05.002Z[ recovery-image] Aug 28 22:32:04.012 INFO O| Aug 28 22:32:04.012 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-28T22:32:05.037Z[ recovery-image] Aug 28 22:32:04.020 INFO O| Aug 28 22:32:04.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74402026-08-28T22:32:05.037Z[ recovery-image] Aug 28 22:32:04.020 INFO O| Aug 28 22:32:04.020 INFO STEP 706 (remove_files) COMPLETE
74412026-08-28T22:32:05.037Z[ recovery-image] Aug 28 22:32:04.020 INFO O| Aug 28 22:32:04.020 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-28T22:32:05.038Z[ recovery-image] Aug 28 22:32:04.031 INFO O| Aug 28 22:32:04.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74432026-08-28T22:32:05.038Z[ recovery-image] Aug 28 22:32:04.031 INFO O| Aug 28 22:32:04.029 INFO STEP 707 (remove_files) COMPLETE
74442026-08-28T22:32:05.039Z[ recovery-image] Aug 28 22:32:04.031 INFO O| Aug 28 22:32:04.029 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-28T22:32:05.039Z[ recovery-image] Aug 28 22:32:04.038 INFO O| Aug 28 22:32:04.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74462026-08-28T22:32:05.039Z[ recovery-image] Aug 28 22:32:04.038 INFO O| Aug 28 22:32:04.038 INFO STEP 708 (remove_files) COMPLETE
74472026-08-28T22:32:05.039Z[ recovery-image] Aug 28 22:32:04.038 INFO O| Aug 28 22:32:04.038 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-28T22:32:05.039Z[ recovery-image] Aug 28 22:32:04.046 INFO O| Aug 28 22:32:04.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74492026-08-28T22:32:05.039Z[ recovery-image] Aug 28 22:32:04.046 INFO O| Aug 28 22:32:04.046 INFO STEP 709 (remove_files) COMPLETE
74502026-08-28T22:32:05.039Z[ recovery-image] Aug 28 22:32:04.046 INFO O| Aug 28 22:32:04.046 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-28T22:32:05.046Z[ recovery-image] Aug 28 22:32:04.058 INFO O| Aug 28 22:32:04.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74522026-08-28T22:32:05.046Z[ recovery-image] Aug 28 22:32:04.058 INFO O| Aug 28 22:32:04.058 INFO STEP 710 (remove_files) COMPLETE
74532026-08-28T22:32:05.046Z[ recovery-image] Aug 28 22:32:04.058 INFO O| Aug 28 22:32:04.058 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-28T22:32:05.055Z[ recovery-image] Aug 28 22:32:04.068 INFO O| Aug 28 22:32:04.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74552026-08-28T22:32:05.055Z[ recovery-image] Aug 28 22:32:04.068 INFO O| Aug 28 22:32:04.068 INFO STEP 711 (remove_files) COMPLETE
74562026-08-28T22:32:05.056Z[ recovery-image] Aug 28 22:32:04.068 INFO O| Aug 28 22:32:04.068 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-28T22:32:05.067Z[ recovery-image] Aug 28 22:32:04.078 INFO O| Aug 28 22:32:04.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74582026-08-28T22:32:05.067Z[ recovery-image] Aug 28 22:32:04.078 INFO O| Aug 28 22:32:04.078 INFO STEP 712 (remove_files) COMPLETE
74592026-08-28T22:32:05.067Z[ recovery-image] Aug 28 22:32:04.078 INFO O| Aug 28 22:32:04.078 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-28T22:32:05.079Z[ recovery-image] Aug 28 22:32:04.086 INFO O| Aug 28 22:32:04.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74612026-08-28T22:32:05.079Z[ recovery-image] Aug 28 22:32:04.086 INFO O| Aug 28 22:32:04.086 INFO STEP 713 (remove_files) COMPLETE
74622026-08-28T22:32:05.079Z[ recovery-image] Aug 28 22:32:04.086 INFO O| Aug 28 22:32:04.086 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-28T22:32:05.086Z[ recovery-image] Aug 28 22:32:04.095 INFO O| Aug 28 22:32:04.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74642026-08-28T22:32:05.086Z[ recovery-image] Aug 28 22:32:04.095 INFO O| Aug 28 22:32:04.095 INFO STEP 714 (remove_files) COMPLETE
74652026-08-28T22:32:05.086Z[ recovery-image] Aug 28 22:32:04.095 INFO O| Aug 28 22:32:04.095 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-28T22:32:05.095Z[ recovery-image] Aug 28 22:32:04.106 INFO O| Aug 28 22:32:04.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74672026-08-28T22:32:05.095Z[ recovery-image] Aug 28 22:32:04.106 INFO O| Aug 28 22:32:04.106 INFO STEP 715 (remove_files) COMPLETE
74682026-08-28T22:32:05.095Z[ recovery-image] Aug 28 22:32:04.106 INFO O| Aug 28 22:32:04.106 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-28T22:32:05.102Z[ recovery-image] Aug 28 22:32:04.118 INFO O| Aug 28 22:32:04.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74702026-08-28T22:32:05.102Z[ recovery-image] Aug 28 22:32:04.118 INFO O| Aug 28 22:32:04.118 INFO STEP 716 (remove_files) COMPLETE
74712026-08-28T22:32:05.102Z[ recovery-image] Aug 28 22:32:04.118 INFO O| Aug 28 22:32:04.118 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-28T22:32:05.111Z[ recovery-image] Aug 28 22:32:04.128 INFO O| Aug 28 22:32:04.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74732026-08-28T22:32:05.111Z[ recovery-image] Aug 28 22:32:04.128 INFO O| Aug 28 22:32:04.128 INFO STEP 717 (remove_files) COMPLETE
74742026-08-28T22:32:05.111Z[ recovery-image] Aug 28 22:32:04.128 INFO O| Aug 28 22:32:04.128 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-28T22:32:05.136Z[ recovery-image] Aug 28 22:32:04.138 INFO O| Aug 28 22:32:04.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74762026-08-28T22:32:05.136Z[ recovery-image] Aug 28 22:32:04.139 INFO O| Aug 28 22:32:04.139 INFO STEP 718 (remove_files) COMPLETE
74772026-08-28T22:32:05.136Z[ recovery-image] Aug 28 22:32:04.139 INFO O| Aug 28 22:32:04.139 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-28T22:32:05.145Z[ recovery-image] Aug 28 22:32:04.149 INFO O| Aug 28 22:32:04.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74792026-08-28T22:32:05.145Z[ recovery-image] Aug 28 22:32:04.149 INFO O| Aug 28 22:32:04.149 INFO STEP 719 (remove_files) COMPLETE
74802026-08-28T22:32:05.145Z[ recovery-image] Aug 28 22:32:04.149 INFO O| Aug 28 22:32:04.149 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-28T22:32:05.145Z[ recovery-image] Aug 28 22:32:04.160 INFO O| Aug 28 22:32:04.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74822026-08-28T22:32:05.145Z[ recovery-image] Aug 28 22:32:04.160 INFO O| Aug 28 22:32:04.160 INFO STEP 720 (remove_files) COMPLETE
74832026-08-28T22:32:05.145Z[ recovery-image] Aug 28 22:32:04.160 INFO O| Aug 28 22:32:04.160 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-28T22:32:05.149Z[ recovery-image] Aug 28 22:32:04.170 INFO O| Aug 28 22:32:04.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74852026-08-28T22:32:05.149Z[ recovery-image] Aug 28 22:32:04.170 INFO O| Aug 28 22:32:04.170 INFO STEP 721 (remove_files) COMPLETE
74862026-08-28T22:32:05.149Z[ recovery-image] Aug 28 22:32:04.170 INFO O| Aug 28 22:32:04.170 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-28T22:32:05.159Z[ recovery-image] Aug 28 22:32:04.179 INFO O| Aug 28 22:32:04.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74882026-08-28T22:32:05.164Z[ recovery-image] Aug 28 22:32:04.179 INFO O| Aug 28 22:32:04.179 INFO STEP 722 (remove_files) COMPLETE
74892026-08-28T22:32:05.164Z[ recovery-image] Aug 28 22:32:04.179 INFO O| Aug 28 22:32:04.179 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-28T22:32:05.170Z[ recovery-image] Aug 28 22:32:04.189 INFO O| Aug 28 22:32:04.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74912026-08-28T22:32:05.170Z[ recovery-image] Aug 28 22:32:04.190 INFO O| Aug 28 22:32:04.190 INFO STEP 723 (remove_files) COMPLETE
74922026-08-28T22:32:05.170Z[ recovery-image] Aug 28 22:32:04.190 INFO O| Aug 28 22:32:04.190 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-28T22:32:05.180Z[ recovery-image] Aug 28 22:32:04.201 INFO O| Aug 28 22:32:04.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74942026-08-28T22:32:05.180Z[ recovery-image] Aug 28 22:32:04.201 INFO O| Aug 28 22:32:04.201 INFO STEP 724 (remove_files) COMPLETE
74952026-08-28T22:32:05.180Z[ recovery-image] Aug 28 22:32:04.201 INFO O| Aug 28 22:32:04.201 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-28T22:32:05.193Z[ recovery-image] Aug 28 22:32:04.211 INFO O| Aug 28 22:32:04.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74972026-08-28T22:32:05.193Z[ recovery-image] Aug 28 22:32:04.211 INFO O| Aug 28 22:32:04.211 INFO STEP 725 (remove_files) COMPLETE
74982026-08-28T22:32:05.193Z[ recovery-image] Aug 28 22:32:04.211 INFO O| Aug 28 22:32:04.211 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-28T22:32:05.202Z[ recovery-image] Aug 28 22:32:04.222 INFO O| Aug 28 22:32:04.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75002026-08-28T22:32:05.202Z[ recovery-image] Aug 28 22:32:04.223 INFO O| Aug 28 22:32:04.222 INFO STEP 726 (remove_files) COMPLETE
75012026-08-28T22:32:05.202Z[ recovery-image] Aug 28 22:32:04.223 INFO O| Aug 28 22:32:04.222 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-28T22:32:05.213Z[ recovery-image] Aug 28 22:32:04.234 INFO O| Aug 28 22:32:04.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75032026-08-28T22:32:05.213Z[ recovery-image] Aug 28 22:32:04.234 INFO O| Aug 28 22:32:04.234 INFO STEP 727 (remove_files) COMPLETE
75042026-08-28T22:32:05.213Z[ recovery-image] Aug 28 22:32:04.234 INFO O| Aug 28 22:32:04.234 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-28T22:32:05.226Z[ recovery-image] Aug 28 22:32:04.244 INFO O| Aug 28 22:32:04.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75062026-08-28T22:32:05.226Z[ recovery-image] Aug 28 22:32:04.244 INFO O| Aug 28 22:32:04.244 INFO STEP 728 (remove_files) COMPLETE
75072026-08-28T22:32:05.226Z[ recovery-image] Aug 28 22:32:04.244 INFO O| Aug 28 22:32:04.244 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-28T22:32:05.235Z[ recovery-image] Aug 28 22:32:04.254 INFO O| Aug 28 22:32:04.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75092026-08-28T22:32:05.235Z[ recovery-image] Aug 28 22:32:04.254 INFO O| Aug 28 22:32:04.254 INFO STEP 729 (remove_files) COMPLETE
75102026-08-28T22:32:05.235Z[ recovery-image] Aug 28 22:32:04.254 INFO O| Aug 28 22:32:04.254 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-28T22:32:05.245Z[ recovery-image] Aug 28 22:32:04.265 INFO O| Aug 28 22:32:04.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75122026-08-28T22:32:05.249Z[ recovery-image] Aug 28 22:32:04.265 INFO O| Aug 28 22:32:04.265 INFO STEP 730 (remove_files) COMPLETE
75132026-08-28T22:32:05.249Z[ recovery-image] Aug 28 22:32:04.265 INFO O| Aug 28 22:32:04.265 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-28T22:32:05.254Z[ recovery-image] Aug 28 22:32:04.274 INFO O| Aug 28 22:32:04.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75152026-08-28T22:32:05.255Z[ recovery-image] Aug 28 22:32:04.274 INFO O| Aug 28 22:32:04.274 INFO STEP 731 (remove_files) COMPLETE
75162026-08-28T22:32:05.255Z[ recovery-image] Aug 28 22:32:04.274 INFO O| Aug 28 22:32:04.274 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-28T22:32:05.263Z[ recovery-image] Aug 28 22:32:04.284 INFO O| Aug 28 22:32:04.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75182026-08-28T22:32:05.263Z[ recovery-image] Aug 28 22:32:04.284 INFO O| Aug 28 22:32:04.284 INFO STEP 732 (remove_files) COMPLETE
75192026-08-28T22:32:05.268Z[ recovery-image] Aug 28 22:32:04.284 INFO O| Aug 28 22:32:04.284 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-28T22:32:05.274Z[ recovery-image] Aug 28 22:32:04.292 INFO O| Aug 28 22:32:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75212026-08-28T22:32:05.274Z[ recovery-image] Aug 28 22:32:04.292 INFO O| Aug 28 22:32:04.292 INFO STEP 733 (remove_files) COMPLETE
75222026-08-28T22:32:05.274Z[ recovery-image] Aug 28 22:32:04.292 INFO O| Aug 28 22:32:04.292 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-28T22:32:05.281Z[ recovery-image] Aug 28 22:32:04.301 INFO O| Aug 28 22:32:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75242026-08-28T22:32:05.281Z[ recovery-image] Aug 28 22:32:04.301 INFO O| Aug 28 22:32:04.301 INFO STEP 734 (remove_files) COMPLETE
75252026-08-28T22:32:05.281Z[ recovery-image] Aug 28 22:32:04.301 INFO O| Aug 28 22:32:04.301 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-28T22:32:05.293Z[ recovery-image] Aug 28 22:32:04.311 INFO O| Aug 28 22:32:04.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75272026-08-28T22:32:05.293Z[ recovery-image] Aug 28 22:32:04.311 INFO O| Aug 28 22:32:04.311 INFO STEP 735 (remove_files) COMPLETE
75282026-08-28T22:32:05.293Z[ recovery-image] Aug 28 22:32:04.311 INFO O| Aug 28 22:32:04.311 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-28T22:32:05.299Z[ recovery-image] Aug 28 22:32:04.320 INFO O| Aug 28 22:32:04.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75302026-08-28T22:32:05.299Z[ recovery-image] Aug 28 22:32:04.320 INFO O| Aug 28 22:32:04.320 INFO STEP 736 (remove_files) COMPLETE
75312026-08-28T22:32:05.305Z[ recovery-image] Aug 28 22:32:04.320 INFO O| Aug 28 22:32:04.320 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-28T22:32:05.308Z[ recovery-image] Aug 28 22:32:04.328 INFO O| Aug 28 22:32:04.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75332026-08-28T22:32:05.308Z[ recovery-image] Aug 28 22:32:04.328 INFO O| Aug 28 22:32:04.328 INFO STEP 737 (remove_files) COMPLETE
75342026-08-28T22:32:05.308Z[ recovery-image] Aug 28 22:32:04.328 INFO O| Aug 28 22:32:04.328 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-28T22:32:05.318Z[ recovery-image] Aug 28 22:32:04.338 INFO O| Aug 28 22:32:04.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75362026-08-28T22:32:05.318Z[ recovery-image] Aug 28 22:32:04.338 INFO O| Aug 28 22:32:04.338 INFO STEP 738 (remove_files) COMPLETE
75372026-08-28T22:32:05.318Z[ recovery-image] Aug 28 22:32:04.338 INFO O| Aug 28 22:32:04.338 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-28T22:32:05.328Z[ recovery-image] Aug 28 22:32:04.347 INFO O| Aug 28 22:32:04.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75392026-08-28T22:32:05.329Z[ recovery-image] Aug 28 22:32:04.347 INFO O| Aug 28 22:32:04.347 INFO STEP 739 (remove_files) COMPLETE
75402026-08-28T22:32:05.344Z[ recovery-image] Aug 28 22:32:04.347 INFO O| Aug 28 22:32:04.347 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-28T22:32:05.344Z[ recovery-image] Aug 28 22:32:04.356 INFO O| Aug 28 22:32:04.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75422026-08-28T22:32:05.344Z[ recovery-image] Aug 28 22:32:04.356 INFO O| Aug 28 22:32:04.356 INFO STEP 740 (remove_files) COMPLETE
75432026-08-28T22:32:05.344Z[ recovery-image] Aug 28 22:32:04.356 INFO O| Aug 28 22:32:04.356 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-28T22:32:05.352Z[ recovery-image] Aug 28 22:32:04.366 INFO O| Aug 28 22:32:04.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75452026-08-28T22:32:05.352Z[ recovery-image] Aug 28 22:32:04.366 INFO O| Aug 28 22:32:04.366 INFO STEP 741 (remove_files) COMPLETE
75462026-08-28T22:32:05.353Z[ recovery-image] Aug 28 22:32:04.366 INFO O| Aug 28 22:32:04.366 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-28T22:32:05.357Z[ recovery-image] Aug 28 22:32:04.376 INFO O| Aug 28 22:32:04.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75482026-08-28T22:32:05.357Z[ recovery-image] Aug 28 22:32:04.376 INFO O| Aug 28 22:32:04.376 INFO STEP 742 (remove_files) COMPLETE
75492026-08-28T22:32:05.357Z[ recovery-image] Aug 28 22:32:04.376 INFO O| Aug 28 22:32:04.376 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-28T22:32:05.366Z[ recovery-image] Aug 28 22:32:04.387 INFO O| Aug 28 22:32:04.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75512026-08-28T22:32:05.366Z[ recovery-image] Aug 28 22:32:04.387 INFO O| Aug 28 22:32:04.387 INFO STEP 743 (remove_files) COMPLETE
75522026-08-28T22:32:05.372Z[ recovery-image] Aug 28 22:32:04.387 INFO O| Aug 28 22:32:04.387 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-28T22:32:05.378Z[ recovery-image] Aug 28 22:32:04.397 INFO O| Aug 28 22:32:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75542026-08-28T22:32:05.378Z[ recovery-image] Aug 28 22:32:04.397 INFO O| Aug 28 22:32:04.397 INFO STEP 744 (remove_files) COMPLETE
75552026-08-28T22:32:05.378Z[ recovery-image] Aug 28 22:32:04.397 INFO O| Aug 28 22:32:04.397 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-28T22:32:05.395Z[ recovery-image] Aug 28 22:32:04.407 INFO O| Aug 28 22:32:04.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75572026-08-28T22:32:05.395Z[ recovery-image] Aug 28 22:32:04.407 INFO O| Aug 28 22:32:04.407 INFO STEP 745 (remove_files) COMPLETE
75582026-08-28T22:32:05.399Z[ recovery-image] Aug 28 22:32:04.407 INFO O| Aug 28 22:32:04.407 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-28T22:32:05.399Z[ recovery-image] Aug 28 22:32:04.416 INFO O| Aug 28 22:32:04.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75602026-08-28T22:32:05.400Z[ recovery-image] Aug 28 22:32:04.417 INFO O| Aug 28 22:32:04.417 INFO STEP 746 (remove_files) COMPLETE
75612026-08-28T22:32:05.400Z[ recovery-image] Aug 28 22:32:04.417 INFO O| Aug 28 22:32:04.417 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-28T22:32:05.415Z[ recovery-image] Aug 28 22:32:04.425 INFO O| Aug 28 22:32:04.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75632026-08-28T22:32:05.415Z[ recovery-image] Aug 28 22:32:04.426 INFO O| Aug 28 22:32:04.426 INFO STEP 747 (remove_files) COMPLETE
75642026-08-28T22:32:05.421Z[ recovery-image] Aug 28 22:32:04.426 INFO O| Aug 28 22:32:04.426 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-28T22:32:05.421Z[ recovery-image] Aug 28 22:32:04.434 INFO O| Aug 28 22:32:04.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75662026-08-28T22:32:05.421Z[ recovery-image] Aug 28 22:32:04.434 INFO O| Aug 28 22:32:04.434 INFO STEP 748 (remove_files) COMPLETE
75672026-08-28T22:32:05.421Z[ recovery-image] Aug 28 22:32:04.434 INFO O| Aug 28 22:32:04.434 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-28T22:32:05.432Z[ recovery-image] Aug 28 22:32:04.443 INFO O| Aug 28 22:32:04.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75692026-08-28T22:32:05.432Z[ recovery-image] Aug 28 22:32:04.443 INFO O| Aug 28 22:32:04.443 INFO STEP 749 (remove_files) COMPLETE
75702026-08-28T22:32:05.432Z[ recovery-image] Aug 28 22:32:04.443 INFO O| Aug 28 22:32:04.443 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-28T22:32:05.443Z[ recovery-image] Aug 28 22:32:04.454 INFO O| Aug 28 22:32:04.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75722026-08-28T22:32:05.443Z[ recovery-image] Aug 28 22:32:04.454 INFO O| Aug 28 22:32:04.454 INFO STEP 750 (remove_files) COMPLETE
75732026-08-28T22:32:05.443Z[ recovery-image] Aug 28 22:32:04.454 INFO O| Aug 28 22:32:04.454 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-28T22:32:05.452Z[ recovery-image] Aug 28 22:32:04.463 INFO O| Aug 28 22:32:04.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75752026-08-28T22:32:05.452Z[ recovery-image] Aug 28 22:32:04.463 INFO O| Aug 28 22:32:04.463 INFO STEP 751 (remove_files) COMPLETE
75762026-08-28T22:32:05.452Z[ recovery-image] Aug 28 22:32:04.463 INFO O| Aug 28 22:32:04.463 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-28T22:32:05.456Z[ recovery-image] Aug 28 22:32:04.473 INFO O| Aug 28 22:32:04.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75782026-08-28T22:32:05.456Z[ recovery-image] Aug 28 22:32:04.474 INFO O| Aug 28 22:32:04.474 INFO STEP 752 (remove_files) COMPLETE
75792026-08-28T22:32:05.456Z[ recovery-image] Aug 28 22:32:04.474 INFO O| Aug 28 22:32:04.474 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-28T22:32:05.463Z[ recovery-image] Aug 28 22:32:04.483 INFO O| Aug 28 22:32:04.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75812026-08-28T22:32:05.463Z[ recovery-image] Aug 28 22:32:04.484 INFO O| Aug 28 22:32:04.484 INFO STEP 753 (remove_files) COMPLETE
75822026-08-28T22:32:05.468Z[ recovery-image] Aug 28 22:32:04.484 INFO O| Aug 28 22:32:04.484 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-28T22:32:05.477Z[ recovery-image] Aug 28 22:32:04.494 INFO O| Aug 28 22:32:04.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75842026-08-28T22:32:05.477Z[ recovery-image] Aug 28 22:32:04.494 INFO O| Aug 28 22:32:04.494 INFO STEP 754 (remove_files) COMPLETE
75852026-08-28T22:32:05.477Z[ recovery-image] Aug 28 22:32:04.494 INFO O| Aug 28 22:32:04.494 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-28T22:32:05.490Z[ recovery-image] Aug 28 22:32:04.503 INFO O| Aug 28 22:32:04.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75872026-08-28T22:32:05.490Z[ recovery-image] Aug 28 22:32:04.503 INFO O| Aug 28 22:32:04.503 INFO STEP 755 (remove_files) COMPLETE
75882026-08-28T22:32:05.490Z[ recovery-image] Aug 28 22:32:04.503 INFO O| Aug 28 22:32:04.503 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-28T22:32:05.496Z[ recovery-image] Aug 28 22:32:04.513 INFO O| Aug 28 22:32:04.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75902026-08-28T22:32:05.496Z[ recovery-image] Aug 28 22:32:04.513 INFO O| Aug 28 22:32:04.513 INFO STEP 756 (remove_files) COMPLETE
75912026-08-28T22:32:05.496Z[ recovery-image] Aug 28 22:32:04.513 INFO O| Aug 28 22:32:04.513 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-28T22:32:05.505Z[ recovery-image] Aug 28 22:32:04.525 INFO O| Aug 28 22:32:04.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75932026-08-28T22:32:05.505Z[ recovery-image] Aug 28 22:32:04.525 INFO O| Aug 28 22:32:04.525 INFO STEP 757 (remove_files) COMPLETE
75942026-08-28T22:32:05.505Z[ recovery-image] Aug 28 22:32:04.525 INFO O| Aug 28 22:32:04.525 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-28T22:32:05.515Z[ recovery-image] Aug 28 22:32:04.536 INFO O| Aug 28 22:32:04.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75962026-08-28T22:32:05.520Z[ recovery-image] Aug 28 22:32:04.536 INFO O| Aug 28 22:32:04.536 INFO STEP 758 (remove_files) COMPLETE
75972026-08-28T22:32:05.520Z[ recovery-image] Aug 28 22:32:04.536 INFO O| Aug 28 22:32:04.536 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-28T22:32:05.529Z[ recovery-image] Aug 28 22:32:04.546 INFO O| Aug 28 22:32:04.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75992026-08-28T22:32:05.529Z[ recovery-image] Aug 28 22:32:04.546 INFO O| Aug 28 22:32:04.546 INFO STEP 759 (remove_files) COMPLETE
76002026-08-28T22:32:05.529Z[ recovery-image] Aug 28 22:32:04.546 INFO O| Aug 28 22:32:04.546 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-28T22:32:05.536Z[ recovery-image] Aug 28 22:32:04.557 INFO O| Aug 28 22:32:04.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76022026-08-28T22:32:05.537Z[ recovery-image] Aug 28 22:32:04.557 INFO O| Aug 28 22:32:04.557 INFO STEP 760 (remove_files) COMPLETE
76032026-08-28T22:32:05.537Z[ recovery-image] Aug 28 22:32:04.557 INFO O| Aug 28 22:32:04.557 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-28T22:32:05.546Z[ recovery-image] Aug 28 22:32:04.567 INFO O| Aug 28 22:32:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76052026-08-28T22:32:05.547Z[ recovery-image] Aug 28 22:32:04.567 INFO O| Aug 28 22:32:04.567 INFO STEP 761 (remove_files) COMPLETE
76062026-08-28T22:32:05.552Z[ recovery-image] Aug 28 22:32:04.567 INFO O| Aug 28 22:32:04.567 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-28T22:32:05.558Z[ recovery-image] Aug 28 22:32:04.575 INFO O| Aug 28 22:32:04.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76082026-08-28T22:32:05.558Z[ recovery-image] Aug 28 22:32:04.575 INFO O| Aug 28 22:32:04.575 INFO STEP 762 (remove_files) COMPLETE
76092026-08-28T22:32:05.558Z[ recovery-image] Aug 28 22:32:04.575 INFO O| Aug 28 22:32:04.575 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-28T22:32:05.570Z[ recovery-image] Aug 28 22:32:04.585 INFO O| Aug 28 22:32:04.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76112026-08-28T22:32:05.570Z[ recovery-image] Aug 28 22:32:04.585 INFO O| Aug 28 22:32:04.585 INFO STEP 763 (remove_files) COMPLETE
76122026-08-28T22:32:05.570Z[ recovery-image] Aug 28 22:32:04.585 INFO O| Aug 28 22:32:04.585 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-28T22:32:05.575Z[ recovery-image] Aug 28 22:32:04.596 INFO O| Aug 28 22:32:04.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76142026-08-28T22:32:05.575Z[ recovery-image] Aug 28 22:32:04.596 INFO O| Aug 28 22:32:04.596 INFO STEP 764 (remove_files) COMPLETE
76152026-08-28T22:32:05.575Z[ recovery-image] Aug 28 22:32:04.596 INFO O| Aug 28 22:32:04.596 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-28T22:32:05.593Z[ recovery-image] Aug 28 22:32:04.606 INFO O| Aug 28 22:32:04.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76172026-08-28T22:32:05.593Z[ recovery-image] Aug 28 22:32:04.606 INFO O| Aug 28 22:32:04.606 INFO STEP 765 (remove_files) COMPLETE
76182026-08-28T22:32:05.603Z[ recovery-image] Aug 28 22:32:04.606 INFO O| Aug 28 22:32:04.606 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-28T22:32:05.603Z[ recovery-image] Aug 28 22:32:04.616 INFO O| Aug 28 22:32:04.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76202026-08-28T22:32:05.603Z[ recovery-image] Aug 28 22:32:04.616 INFO O| Aug 28 22:32:04.616 INFO STEP 766 (remove_files) COMPLETE
76212026-08-28T22:32:05.603Z[ recovery-image] Aug 28 22:32:04.616 INFO O| Aug 28 22:32:04.616 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-28T22:32:05.607Z[ recovery-image] Aug 28 22:32:04.626 INFO O| Aug 28 22:32:04.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76232026-08-28T22:32:05.607Z[ recovery-image] Aug 28 22:32:04.626 INFO O| Aug 28 22:32:04.626 INFO STEP 767 (remove_files) COMPLETE
76242026-08-28T22:32:05.607Z[ recovery-image] Aug 28 22:32:04.626 INFO O| Aug 28 22:32:04.626 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-28T22:32:05.616Z[ recovery-image] Aug 28 22:32:04.635 INFO O| Aug 28 22:32:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76262026-08-28T22:32:05.616Z[ recovery-image] Aug 28 22:32:04.635 INFO O| Aug 28 22:32:04.635 INFO STEP 768 (remove_files) COMPLETE
76272026-08-28T22:32:05.616Z[ recovery-image] Aug 28 22:32:04.635 INFO O| Aug 28 22:32:04.635 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-28T22:32:05.627Z[ recovery-image] Aug 28 22:32:04.645 INFO O| Aug 28 22:32:04.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76292026-08-28T22:32:05.627Z[ recovery-image] Aug 28 22:32:04.645 INFO O| Aug 28 22:32:04.645 INFO STEP 769 (remove_files) COMPLETE
76302026-08-28T22:32:05.627Z[ recovery-image] Aug 28 22:32:04.645 INFO O| Aug 28 22:32:04.645 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-28T22:32:05.637Z[ recovery-image] Aug 28 22:32:04.655 INFO O| Aug 28 22:32:04.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76322026-08-28T22:32:05.637Z[ recovery-image] Aug 28 22:32:04.655 INFO O| Aug 28 22:32:04.655 INFO STEP 770 (remove_files) COMPLETE
76332026-08-28T22:32:05.637Z[ recovery-image] Aug 28 22:32:04.655 INFO O| Aug 28 22:32:04.655 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-28T22:32:05.643Z[ recovery-image] Aug 28 22:32:04.663 INFO O| Aug 28 22:32:04.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76352026-08-28T22:32:05.643Z[ recovery-image] Aug 28 22:32:04.663 INFO O| Aug 28 22:32:04.663 INFO STEP 771 (remove_files) COMPLETE
76362026-08-28T22:32:05.643Z[ recovery-image] Aug 28 22:32:04.663 INFO O| Aug 28 22:32:04.663 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-28T22:32:05.653Z[ recovery-image] Aug 28 22:32:04.672 INFO O| Aug 28 22:32:04.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76382026-08-28T22:32:05.653Z[ recovery-image] Aug 28 22:32:04.672 INFO O| Aug 28 22:32:04.672 INFO STEP 772 (remove_files) COMPLETE
76392026-08-28T22:32:05.653Z[ recovery-image] Aug 28 22:32:04.672 INFO O| Aug 28 22:32:04.672 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-28T22:32:05.659Z[ recovery-image] Aug 28 22:32:04.680 INFO O| Aug 28 22:32:04.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76412026-08-28T22:32:05.659Z[ recovery-image] Aug 28 22:32:04.680 INFO O| Aug 28 22:32:04.680 INFO STEP 773 (remove_files) COMPLETE
76422026-08-28T22:32:05.659Z[ recovery-image] Aug 28 22:32:04.680 INFO O| Aug 28 22:32:04.680 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-28T22:32:05.670Z[ recovery-image] Aug 28 22:32:04.689 INFO O| Aug 28 22:32:04.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76442026-08-28T22:32:05.670Z[ recovery-image] Aug 28 22:32:04.689 INFO O| Aug 28 22:32:04.689 INFO STEP 774 (remove_files) COMPLETE
76452026-08-28T22:32:05.684Z[ recovery-image] Aug 28 22:32:04.689 INFO O| Aug 28 22:32:04.689 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-28T22:32:05.690Z[ recovery-image] Aug 28 22:32:04.699 INFO O| Aug 28 22:32:04.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76472026-08-28T22:32:05.690Z[ recovery-image] Aug 28 22:32:04.699 INFO O| Aug 28 22:32:04.699 INFO STEP 775 (remove_files) COMPLETE
76482026-08-28T22:32:05.690Z[ recovery-image] Aug 28 22:32:04.699 INFO O| Aug 28 22:32:04.699 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-28T22:32:05.690Z[ recovery-image] Aug 28 22:32:04.708 INFO O| Aug 28 22:32:04.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76502026-08-28T22:32:05.690Z[ recovery-image] Aug 28 22:32:04.708 INFO O| Aug 28 22:32:04.708 INFO STEP 776 (remove_files) COMPLETE
76512026-08-28T22:32:05.690Z[ recovery-image] Aug 28 22:32:04.708 INFO O| Aug 28 22:32:04.708 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-28T22:32:05.718Z[ recovery-image] Aug 28 22:32:04.717 INFO O| Aug 28 22:32:04.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76532026-08-28T22:32:05.719Z[ recovery-image] Aug 28 22:32:04.717 INFO O| Aug 28 22:32:04.717 INFO STEP 777 (remove_files) COMPLETE
76542026-08-28T22:32:05.719Z[ recovery-image] Aug 28 22:32:04.717 INFO O| Aug 28 22:32:04.717 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.726 INFO O| Aug 28 22:32:04.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76562026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.726 INFO O| Aug 28 22:32:04.726 INFO STEP 778 (remove_files) COMPLETE
76572026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.726 INFO O| Aug 28 22:32:04.726 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.735 INFO O| Aug 28 22:32:04.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76592026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.735 INFO O| Aug 28 22:32:04.735 INFO STEP 779 (remove_files) COMPLETE
76602026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.735 INFO O| Aug 28 22:32:04.735 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.745 INFO O| Aug 28 22:32:04.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76622026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.745 INFO O| Aug 28 22:32:04.745 INFO STEP 780 (remove_files) COMPLETE
76632026-08-28T22:32:05.726Z[ recovery-image] Aug 28 22:32:04.745 INFO O| Aug 28 22:32:04.745 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-28T22:32:05.738Z[ recovery-image] Aug 28 22:32:04.756 INFO O| Aug 28 22:32:04.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76652026-08-28T22:32:05.738Z[ recovery-image] Aug 28 22:32:04.756 INFO O| Aug 28 22:32:04.756 INFO STEP 781 (remove_files) COMPLETE
76662026-08-28T22:32:05.738Z[ recovery-image] Aug 28 22:32:04.756 INFO O| Aug 28 22:32:04.756 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-28T22:32:05.747Z[ recovery-image] Aug 28 22:32:04.767 INFO O| Aug 28 22:32:04.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76682026-08-28T22:32:05.747Z[ recovery-image] Aug 28 22:32:04.767 INFO O| Aug 28 22:32:04.767 INFO STEP 782 (remove_files) COMPLETE
76692026-08-28T22:32:05.747Z[ recovery-image] Aug 28 22:32:04.767 INFO O| Aug 28 22:32:04.767 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-28T22:32:05.756Z[ recovery-image] Aug 28 22:32:04.777 INFO O| Aug 28 22:32:04.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76712026-08-28T22:32:05.756Z[ recovery-image] Aug 28 22:32:04.777 INFO O| Aug 28 22:32:04.777 INFO STEP 783 (remove_files) COMPLETE
76722026-08-28T22:32:05.757Z[ recovery-image] Aug 28 22:32:04.777 INFO O| Aug 28 22:32:04.777 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-28T22:32:05.766Z[ recovery-image] Aug 28 22:32:04.786 INFO O| Aug 28 22:32:04.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76742026-08-28T22:32:05.766Z[ recovery-image] Aug 28 22:32:04.786 INFO O| Aug 28 22:32:04.786 INFO STEP 784 (remove_files) COMPLETE
76752026-08-28T22:32:05.766Z[ recovery-image] Aug 28 22:32:04.786 INFO O| Aug 28 22:32:04.786 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-28T22:32:05.779Z[ recovery-image] Aug 28 22:32:04.795 INFO O| Aug 28 22:32:04.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76772026-08-28T22:32:05.779Z[ recovery-image] Aug 28 22:32:04.795 INFO O| Aug 28 22:32:04.795 INFO STEP 785 (remove_files) COMPLETE
76782026-08-28T22:32:05.779Z[ recovery-image] Aug 28 22:32:04.795 INFO O| Aug 28 22:32:04.795 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-28T22:32:05.804Z[ recovery-image] Aug 28 22:32:04.805 INFO O| Aug 28 22:32:04.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76802026-08-28T22:32:05.804Z[ recovery-image] Aug 28 22:32:04.805 INFO O| Aug 28 22:32:04.805 INFO STEP 786 (remove_files) COMPLETE
76812026-08-28T22:32:05.818Z[ recovery-image] Aug 28 22:32:04.805 INFO O| Aug 28 22:32:04.805 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-28T22:32:05.818Z[ recovery-image] Aug 28 22:32:04.816 INFO O| Aug 28 22:32:04.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76832026-08-28T22:32:05.818Z[ recovery-image] Aug 28 22:32:04.816 INFO O| Aug 28 22:32:04.816 INFO STEP 787 (remove_files) COMPLETE
76842026-08-28T22:32:05.818Z[ recovery-image] Aug 28 22:32:04.816 INFO O| Aug 28 22:32:04.816 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-28T22:32:05.818Z[ recovery-image] Aug 28 22:32:04.826 INFO O| Aug 28 22:32:04.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76862026-08-28T22:32:05.818Z[ recovery-image] Aug 28 22:32:04.826 INFO O| Aug 28 22:32:04.826 INFO STEP 788 (remove_files) COMPLETE
76872026-08-28T22:32:05.818Z[ recovery-image] Aug 28 22:32:04.826 INFO O| Aug 28 22:32:04.826 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-28T22:32:05.829Z[ recovery-image] Aug 28 22:32:04.837 INFO O| Aug 28 22:32:04.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76892026-08-28T22:32:05.829Z[ recovery-image] Aug 28 22:32:04.837 INFO O| Aug 28 22:32:04.837 INFO STEP 789 (remove_files) COMPLETE
76902026-08-28T22:32:05.829Z[ recovery-image] Aug 28 22:32:04.837 INFO O| Aug 28 22:32:04.837 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-28T22:32:05.840Z[ recovery-image] Aug 28 22:32:04.846 INFO O| Aug 28 22:32:04.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76922026-08-28T22:32:05.840Z[ recovery-image] Aug 28 22:32:04.846 INFO O| Aug 28 22:32:04.846 INFO STEP 790 (remove_files) COMPLETE
76932026-08-28T22:32:05.840Z[ recovery-image] Aug 28 22:32:04.846 INFO O| Aug 28 22:32:04.846 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-28T22:32:05.840Z[ recovery-image] Aug 28 22:32:04.855 INFO O| Aug 28 22:32:04.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76952026-08-28T22:32:05.840Z[ recovery-image] Aug 28 22:32:04.855 INFO O| Aug 28 22:32:04.855 INFO STEP 791 (remove_files) COMPLETE
76962026-08-28T22:32:05.840Z[ recovery-image] Aug 28 22:32:04.855 INFO O| Aug 28 22:32:04.855 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-28T22:32:05.846Z[ recovery-image] Aug 28 22:32:04.864 INFO O| Aug 28 22:32:04.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76982026-08-28T22:32:05.846Z[ recovery-image] Aug 28 22:32:04.864 INFO O| Aug 28 22:32:04.864 INFO STEP 792 (remove_files) COMPLETE
76992026-08-28T22:32:05.846Z[ recovery-image] Aug 28 22:32:04.864 INFO O| Aug 28 22:32:04.864 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-28T22:32:05.859Z[ recovery-image] Aug 28 22:32:04.872 INFO O| Aug 28 22:32:04.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77012026-08-28T22:32:05.859Z[ recovery-image] Aug 28 22:32:04.872 INFO O| Aug 28 22:32:04.872 INFO STEP 793 (remove_files) COMPLETE
77022026-08-28T22:32:05.859Z[ recovery-image] Aug 28 22:32:04.872 INFO O| Aug 28 22:32:04.872 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-28T22:32:05.872Z[ recovery-image] Aug 28 22:32:04.879 INFO O| Aug 28 22:32:04.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77042026-08-28T22:32:05.872Z[ recovery-image] Aug 28 22:32:04.880 INFO O| Aug 28 22:32:04.880 INFO STEP 794 (remove_files) COMPLETE
77052026-08-28T22:32:05.872Z[ recovery-image] Aug 28 22:32:04.880 INFO O| Aug 28 22:32:04.880 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-28T22:32:05.872Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
77072026-08-28T22:32:05.887Z[ recovery-image] Aug 28 22:32:04.888 INFO O| Aug 28 22:32:04.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77082026-08-28T22:32:05.887Z[ recovery-image] Aug 28 22:32:04.888 INFO O| Aug 28 22:32:04.888 INFO STEP 795 (remove_files) COMPLETE
77092026-08-28T22:32:05.887Z[ recovery-image] Aug 28 22:32:04.888 INFO O| Aug 28 22:32:04.888 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-28T22:32:05.887Z[ recovery-image] Aug 28 22:32:04.896 INFO O| Aug 28 22:32:04.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77112026-08-28T22:32:05.887Z[ recovery-image] Aug 28 22:32:04.896 INFO O| Aug 28 22:32:04.896 INFO STEP 796 (remove_files) COMPLETE
77122026-08-28T22:32:05.887Z[ recovery-image] Aug 28 22:32:04.896 INFO O| Aug 28 22:32:04.896 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-28T22:32:05.914Z[ recovery-image] Aug 28 22:32:04.906 INFO O| Aug 28 22:32:04.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77142026-08-28T22:32:05.914Z[ recovery-image] Aug 28 22:32:04.906 INFO O| Aug 28 22:32:04.906 INFO STEP 797 (remove_files) COMPLETE
77152026-08-28T22:32:05.914Z[ recovery-image] Aug 28 22:32:04.906 INFO O| Aug 28 22:32:04.906 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-28T22:32:05.934Z[ recovery-image] Aug 28 22:32:04.915 INFO O| Aug 28 22:32:04.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77172026-08-28T22:32:05.934Z[ recovery-image] Aug 28 22:32:04.915 INFO O| Aug 28 22:32:04.915 INFO STEP 798 (remove_files) COMPLETE
77182026-08-28T22:32:05.934Z[ recovery-image] Aug 28 22:32:04.915 INFO O| Aug 28 22:32:04.915 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-28T22:32:05.934Z[ recovery-image] Aug 28 22:32:04.924 INFO O| Aug 28 22:32:04.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77202026-08-28T22:32:05.934Z[ recovery-image] Aug 28 22:32:04.924 INFO O| Aug 28 22:32:04.924 INFO STEP 799 (remove_files) COMPLETE
77212026-08-28T22:32:05.934Z[ recovery-image] Aug 28 22:32:04.924 INFO O| Aug 28 22:32:04.924 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-28T22:32:05.935Z[ recovery-image] Aug 28 22:32:04.934 INFO O| Aug 28 22:32:04.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77232026-08-28T22:32:05.935Z[ recovery-image] Aug 28 22:32:04.934 INFO O| Aug 28 22:32:04.934 INFO STEP 800 (remove_files) COMPLETE
77242026-08-28T22:32:05.935Z[ recovery-image] Aug 28 22:32:04.934 INFO O| Aug 28 22:32:04.934 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-28T22:32:05.943Z[ recovery-image] Aug 28 22:32:04.944 INFO O| Aug 28 22:32:04.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77262026-08-28T22:32:05.943Z[ recovery-image] Aug 28 22:32:04.945 INFO O| Aug 28 22:32:04.945 INFO STEP 801 (remove_files) COMPLETE
77272026-08-28T22:32:05.943Z[ recovery-image] Aug 28 22:32:04.945 INFO O| Aug 28 22:32:04.945 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-28T22:32:05.943Z[ recovery-image] Aug 28 22:32:04.954 INFO O| Aug 28 22:32:04.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77292026-08-28T22:32:05.943Z[ recovery-image] Aug 28 22:32:04.954 INFO O| Aug 28 22:32:04.954 INFO STEP 802 (remove_files) COMPLETE
77302026-08-28T22:32:05.943Z[ recovery-image] Aug 28 22:32:04.954 INFO O| Aug 28 22:32:04.954 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-28T22:32:05.948Z[ recovery-image] Aug 28 22:32:04.963 INFO O| Aug 28 22:32:04.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77322026-08-28T22:32:05.948Z[ recovery-image] Aug 28 22:32:04.963 INFO O| Aug 28 22:32:04.963 INFO STEP 803 (remove_files) COMPLETE
77332026-08-28T22:32:05.949Z[ recovery-image] Aug 28 22:32:04.963 INFO O| Aug 28 22:32:04.963 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-28T22:32:05.952Z[ recovery-image] Aug 28 22:32:04.973 INFO O| Aug 28 22:32:04.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77352026-08-28T22:32:05.952Z[ recovery-image] Aug 28 22:32:04.973 INFO O| Aug 28 22:32:04.973 INFO STEP 804 (remove_files) COMPLETE
77362026-08-28T22:32:05.952Z[ recovery-image] Aug 28 22:32:04.973 INFO O| Aug 28 22:32:04.973 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-28T22:32:05.966Z[ recovery-image] Aug 28 22:32:04.983 INFO O| Aug 28 22:32:04.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77382026-08-28T22:32:05.966Z[ recovery-image] Aug 28 22:32:04.983 INFO O| Aug 28 22:32:04.983 INFO STEP 805 (remove_files) COMPLETE
77392026-08-28T22:32:05.966Z[ recovery-image] Aug 28 22:32:04.983 INFO O| Aug 28 22:32:04.983 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-28T22:32:05.980Z[ recovery-image] Aug 28 22:32:04.993 INFO O| Aug 28 22:32:04.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77412026-08-28T22:32:05.980Z[ recovery-image] Aug 28 22:32:04.993 INFO O| Aug 28 22:32:04.993 INFO STEP 806 (remove_files) COMPLETE
77422026-08-28T22:32:05.980Z[ recovery-image] Aug 28 22:32:04.993 INFO O| Aug 28 22:32:04.993 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-28T22:32:05.990Z[ recovery-image] Aug 28 22:32:05.003 INFO O| Aug 28 22:32:05.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77442026-08-28T22:32:05.990Z[ recovery-image] Aug 28 22:32:05.003 INFO O| Aug 28 22:32:05.003 INFO STEP 807 (remove_files) COMPLETE
77452026-08-28T22:32:05.990Z[ recovery-image] Aug 28 22:32:05.003 INFO O| Aug 28 22:32:05.003 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-28T22:32:06.003Z[ recovery-image] Aug 28 22:32:05.012 INFO O| Aug 28 22:32:05.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77472026-08-28T22:32:06.003Z[ recovery-image] Aug 28 22:32:05.012 INFO O| Aug 28 22:32:05.012 INFO STEP 808 (remove_files) COMPLETE
77482026-08-28T22:32:06.003Z[ recovery-image] Aug 28 22:32:05.012 INFO O| Aug 28 22:32:05.012 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-28T22:32:06.009Z[ recovery-image] Aug 28 22:32:05.022 INFO O| Aug 28 22:32:05.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77502026-08-28T22:32:06.010Z[ recovery-image] Aug 28 22:32:05.022 INFO O| Aug 28 22:32:05.022 INFO STEP 809 (remove_files) COMPLETE
77512026-08-28T22:32:06.010Z[ recovery-image] Aug 28 22:32:05.022 INFO O| Aug 28 22:32:05.022 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-28T22:32:06.016Z[ recovery-image] Aug 28 22:32:05.032 INFO O| Aug 28 22:32:05.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77532026-08-28T22:32:06.016Z[ recovery-image] Aug 28 22:32:05.032 INFO O| Aug 28 22:32:05.032 INFO STEP 810 (remove_files) COMPLETE
77542026-08-28T22:32:06.016Z[ recovery-image] Aug 28 22:32:05.032 INFO O| Aug 28 22:32:05.032 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-28T22:32:06.027Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
77562026-08-28T22:32:06.027Z[ recovery-image] Aug 28 22:32:05.042 INFO O| Aug 28 22:32:05.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77572026-08-28T22:32:06.027Z[ recovery-image] Aug 28 22:32:05.042 INFO O| Aug 28 22:32:05.042 INFO STEP 811 (remove_files) COMPLETE
77582026-08-28T22:32:06.027Z[ recovery-image] Aug 28 22:32:05.042 INFO O| Aug 28 22:32:05.042 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-28T22:32:06.037Z[ recovery-image] Aug 28 22:32:05.050 INFO O| Aug 28 22:32:05.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77602026-08-28T22:32:06.037Z[ recovery-image] Aug 28 22:32:05.050 INFO O| Aug 28 22:32:05.050 INFO STEP 812 (remove_files) COMPLETE
77612026-08-28T22:32:06.037Z[ recovery-image] Aug 28 22:32:05.050 INFO O| Aug 28 22:32:05.050 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-28T22:32:06.048Z[ recovery-image] Aug 28 22:32:05.059 INFO O| Aug 28 22:32:05.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77632026-08-28T22:32:06.049Z[ recovery-image] Aug 28 22:32:05.059 INFO O| Aug 28 22:32:05.059 INFO STEP 813 (remove_files) COMPLETE
77642026-08-28T22:32:06.049Z[ recovery-image] Aug 28 22:32:05.059 INFO O| Aug 28 22:32:05.059 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-28T22:32:06.055Z[ recovery-image] Aug 28 22:32:05.069 INFO O| Aug 28 22:32:05.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77662026-08-28T22:32:06.055Z[ recovery-image] Aug 28 22:32:05.069 INFO O| Aug 28 22:32:05.069 INFO STEP 814 (remove_files) COMPLETE
77672026-08-28T22:32:06.055Z[ recovery-image] Aug 28 22:32:05.069 INFO O| Aug 28 22:32:05.069 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-28T22:32:06.060Z[ recovery-image] Aug 28 22:32:05.079 INFO O| Aug 28 22:32:05.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77692026-08-28T22:32:06.060Z[ recovery-image] Aug 28 22:32:05.079 INFO O| Aug 28 22:32:05.079 INFO STEP 815 (remove_files) COMPLETE
77702026-08-28T22:32:06.060Z[ recovery-image] Aug 28 22:32:05.079 INFO O| Aug 28 22:32:05.079 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-28T22:32:06.070Z[ recovery-image] Aug 28 22:32:05.089 INFO O| Aug 28 22:32:05.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77722026-08-28T22:32:06.070Z[ recovery-image] Aug 28 22:32:05.089 INFO O| Aug 28 22:32:05.089 INFO STEP 816 (remove_files) COMPLETE
77732026-08-28T22:32:06.070Z[ recovery-image] Aug 28 22:32:05.089 INFO O| Aug 28 22:32:05.089 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-28T22:32:06.084Z[ recovery-image] Aug 28 22:32:05.098 INFO O| Aug 28 22:32:05.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77752026-08-28T22:32:06.084Z[ recovery-image] Aug 28 22:32:05.098 INFO O| Aug 28 22:32:05.098 INFO STEP 817 (remove_files) COMPLETE
77762026-08-28T22:32:06.084Z[ recovery-image] Aug 28 22:32:05.098 INFO O| Aug 28 22:32:05.098 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-28T22:32:06.090Z[ recovery-image] Aug 28 22:32:05.110 INFO O| Aug 28 22:32:05.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77782026-08-28T22:32:06.090Z[ recovery-image] Aug 28 22:32:05.110 INFO O| Aug 28 22:32:05.110 INFO STEP 818 (remove_files) COMPLETE
77792026-08-28T22:32:06.090Z[ recovery-image] Aug 28 22:32:05.110 INFO O| Aug 28 22:32:05.110 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-28T22:32:06.108Z[ recovery-image] Aug 28 22:32:05.121 INFO O| Aug 28 22:32:05.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77812026-08-28T22:32:06.108Z[ recovery-image] Aug 28 22:32:05.121 INFO O| Aug 28 22:32:05.121 INFO STEP 819 (remove_files) COMPLETE
77822026-08-28T22:32:06.108Z[ recovery-image] Aug 28 22:32:05.121 INFO O| Aug 28 22:32:05.121 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-28T22:32:06.112Z[ recovery-image] Aug 28 22:32:05.131 INFO O| Aug 28 22:32:05.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77842026-08-28T22:32:06.112Z[ recovery-image] Aug 28 22:32:05.131 INFO O| Aug 28 22:32:05.131 INFO STEP 820 (remove_files) COMPLETE
77852026-08-28T22:32:06.112Z[ recovery-image] Aug 28 22:32:05.131 INFO O| Aug 28 22:32:05.131 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-28T22:32:06.121Z[ recovery-image] Aug 28 22:32:05.141 INFO O| Aug 28 22:32:05.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77872026-08-28T22:32:06.121Z[ recovery-image] Aug 28 22:32:05.141 INFO O| Aug 28 22:32:05.141 INFO STEP 821 (remove_files) COMPLETE
77882026-08-28T22:32:06.121Z[ recovery-image] Aug 28 22:32:05.141 INFO O| Aug 28 22:32:05.141 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-28T22:32:06.132Z[ recovery-image] Aug 28 22:32:05.151 INFO O| Aug 28 22:32:05.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77902026-08-28T22:32:06.132Z[ recovery-image] Aug 28 22:32:05.151 INFO O| Aug 28 22:32:05.151 INFO STEP 822 (remove_files) COMPLETE
77912026-08-28T22:32:06.132Z[ recovery-image] Aug 28 22:32:05.151 INFO O| Aug 28 22:32:05.151 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-28T22:32:06.142Z[ recovery-image] Aug 28 22:32:05.160 INFO O| Aug 28 22:32:05.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77932026-08-28T22:32:06.142Z[ recovery-image] Aug 28 22:32:05.160 INFO O| Aug 28 22:32:05.160 INFO STEP 823 (remove_files) COMPLETE
77942026-08-28T22:32:06.142Z[ recovery-image] Aug 28 22:32:05.160 INFO O| Aug 28 22:32:05.160 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-28T22:32:06.151Z[ recovery-image] Aug 28 22:32:05.170 INFO O| Aug 28 22:32:05.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77962026-08-28T22:32:06.151Z[ recovery-image] Aug 28 22:32:05.170 INFO O| Aug 28 22:32:05.170 INFO STEP 824 (remove_files) COMPLETE
77972026-08-28T22:32:06.151Z[ recovery-image] Aug 28 22:32:05.170 INFO O| Aug 28 22:32:05.170 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-28T22:32:06.172Z[ recovery-image] Aug 28 22:32:05.181 INFO O| Aug 28 22:32:05.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77992026-08-28T22:32:06.172Z[ recovery-image] Aug 28 22:32:05.181 INFO O| Aug 28 22:32:05.181 INFO STEP 825 (remove_files) COMPLETE
78002026-08-28T22:32:06.179Z[ recovery-image] Aug 28 22:32:05.181 INFO O| Aug 28 22:32:05.181 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-28T22:32:06.179Z[ recovery-image] Aug 28 22:32:05.190 INFO O| Aug 28 22:32:05.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78022026-08-28T22:32:06.179Z[ recovery-image] Aug 28 22:32:05.190 INFO O| Aug 28 22:32:05.190 INFO STEP 826 (remove_files) COMPLETE
78032026-08-28T22:32:06.179Z[ recovery-image] Aug 28 22:32:05.190 INFO O| Aug 28 22:32:05.190 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-28T22:32:06.179Z[ recovery-image] Aug 28 22:32:05.198 INFO O| Aug 28 22:32:05.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78052026-08-28T22:32:06.180Z[ recovery-image] Aug 28 22:32:05.198 INFO O| Aug 28 22:32:05.198 INFO STEP 827 (remove_files) COMPLETE
78062026-08-28T22:32:06.180Z[ recovery-image] Aug 28 22:32:05.198 INFO O| Aug 28 22:32:05.198 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-28T22:32:06.194Z[ recovery-image] Aug 28 22:32:05.209 INFO O| Aug 28 22:32:05.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78082026-08-28T22:32:06.194Z[ recovery-image] Aug 28 22:32:05.209 INFO O| Aug 28 22:32:05.209 INFO STEP 828 (remove_files) COMPLETE
78092026-08-28T22:32:06.194Z[ recovery-image] Aug 28 22:32:05.209 INFO O| Aug 28 22:32:05.209 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-28T22:32:06.232Z[ recovery-image] Aug 28 22:32:05.219 INFO O| Aug 28 22:32:05.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78112026-08-28T22:32:06.233Z[ recovery-image] Aug 28 22:32:05.220 INFO O| Aug 28 22:32:05.219 INFO STEP 829 (remove_files) COMPLETE
78122026-08-28T22:32:06.233Z[ recovery-image] Aug 28 22:32:05.220 INFO O| Aug 28 22:32:05.219 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.229 INFO O| Aug 28 22:32:05.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78142026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.229 INFO O| Aug 28 22:32:05.229 INFO STEP 830 (remove_files) COMPLETE
78152026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.229 INFO O| Aug 28 22:32:05.229 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.238 INFO O| Aug 28 22:32:05.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78172026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.239 INFO O| Aug 28 22:32:05.239 INFO STEP 831 (remove_files) COMPLETE
78182026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.239 INFO O| Aug 28 22:32:05.239 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.247 INFO O| Aug 28 22:32:05.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78202026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.247 INFO O| Aug 28 22:32:05.247 INFO STEP 832 (remove_files) COMPLETE
78212026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.247 INFO O| Aug 28 22:32:05.247 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.257 INFO O| Aug 28 22:32:05.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78232026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.257 INFO O| Aug 28 22:32:05.257 INFO STEP 833 (remove_files) COMPLETE
78242026-08-28T22:32:06.238Z[ recovery-image] Aug 28 22:32:05.257 INFO O| Aug 28 22:32:05.257 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-28T22:32:06.250Z[ recovery-image] Aug 28 22:32:05.267 INFO O| Aug 28 22:32:05.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78262026-08-28T22:32:06.250Z[ recovery-image] Aug 28 22:32:05.267 INFO O| Aug 28 22:32:05.267 INFO STEP 834 (remove_files) COMPLETE
78272026-08-28T22:32:06.250Z[ recovery-image] Aug 28 22:32:05.267 INFO O| Aug 28 22:32:05.267 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-28T22:32:06.259Z[ recovery-image] Aug 28 22:32:05.276 INFO O| Aug 28 22:32:05.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78292026-08-28T22:32:06.259Z[ recovery-image] Aug 28 22:32:05.276 INFO O| Aug 28 22:32:05.276 INFO STEP 835 (remove_files) COMPLETE
78302026-08-28T22:32:06.259Z[ recovery-image] Aug 28 22:32:05.276 INFO O| Aug 28 22:32:05.276 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-28T22:32:06.265Z[ recovery-image] Aug 28 22:32:05.285 INFO O| Aug 28 22:32:05.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78322026-08-28T22:32:06.266Z[ recovery-image] Aug 28 22:32:05.285 INFO O| Aug 28 22:32:05.285 INFO STEP 836 (remove_files) COMPLETE
78332026-08-28T22:32:06.266Z[ recovery-image] Aug 28 22:32:05.285 INFO O| Aug 28 22:32:05.285 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-28T22:32:06.279Z[ recovery-image] Aug 28 22:32:05.295 INFO O| Aug 28 22:32:05.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78352026-08-28T22:32:06.280Z[ recovery-image] Aug 28 22:32:05.295 INFO O| Aug 28 22:32:05.295 INFO STEP 837 (remove_files) COMPLETE
78362026-08-28T22:32:06.280Z[ recovery-image] Aug 28 22:32:05.295 INFO O| Aug 28 22:32:05.295 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-28T22:32:06.295Z[ recovery-image] Aug 28 22:32:05.306 INFO O| Aug 28 22:32:05.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78382026-08-28T22:32:06.296Z[ recovery-image] Aug 28 22:32:05.306 INFO O| Aug 28 22:32:05.306 INFO STEP 838 (remove_files) COMPLETE
78392026-08-28T22:32:06.296Z[ recovery-image] Aug 28 22:32:05.306 INFO O| Aug 28 22:32:05.306 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-28T22:32:06.303Z[ recovery-image] Aug 28 22:32:05.318 INFO O| Aug 28 22:32:05.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78412026-08-28T22:32:06.303Z[ recovery-image] Aug 28 22:32:05.318 INFO O| Aug 28 22:32:05.318 INFO STEP 839 (remove_files) COMPLETE
78422026-08-28T22:32:06.303Z[ recovery-image] Aug 28 22:32:05.318 INFO O| Aug 28 22:32:05.318 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-28T22:32:06.316Z[ recovery-image] Aug 28 22:32:05.327 INFO O| Aug 28 22:32:05.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78442026-08-28T22:32:06.316Z[ recovery-image] Aug 28 22:32:05.327 INFO O| Aug 28 22:32:05.327 INFO STEP 840 (remove_files) COMPLETE
78452026-08-28T22:32:06.316Z[ recovery-image] Aug 28 22:32:05.327 INFO O| Aug 28 22:32:05.327 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-28T22:32:06.343Z[ recovery-image] Aug 28 22:32:05.337 INFO O| Aug 28 22:32:05.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78472026-08-28T22:32:06.343Z[ recovery-image] Aug 28 22:32:05.337 INFO O| Aug 28 22:32:05.337 INFO STEP 841 (remove_files) COMPLETE
78482026-08-28T22:32:06.343Z[ recovery-image] Aug 28 22:32:05.337 INFO O| Aug 28 22:32:05.337 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-28T22:32:06.353Z[ recovery-image] Aug 28 22:32:05.346 INFO O| Aug 28 22:32:05.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78502026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.346 INFO O| Aug 28 22:32:05.346 INFO STEP 842 (remove_files) COMPLETE
78512026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.346 INFO O| Aug 28 22:32:05.346 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.356 INFO O| Aug 28 22:32:05.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78532026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.356 INFO O| Aug 28 22:32:05.356 INFO STEP 843 (remove_files) COMPLETE
78542026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.356 INFO O| Aug 28 22:32:05.356 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.366 INFO O| Aug 28 22:32:05.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78562026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.366 INFO O| Aug 28 22:32:05.366 INFO STEP 844 (remove_files) COMPLETE
78572026-08-28T22:32:06.354Z[ recovery-image] Aug 28 22:32:05.366 INFO O| Aug 28 22:32:05.366 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-28T22:32:06.362Z[ recovery-image] Aug 28 22:32:05.376 INFO O| Aug 28 22:32:05.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78592026-08-28T22:32:06.362Z[ recovery-image] Aug 28 22:32:05.376 INFO O| Aug 28 22:32:05.376 INFO STEP 845 (remove_files) COMPLETE
78602026-08-28T22:32:06.362Z[ recovery-image] Aug 28 22:32:05.376 INFO O| Aug 28 22:32:05.376 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-28T22:32:06.366Z[ recovery-image] Aug 28 22:32:05.385 INFO O| Aug 28 22:32:05.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78622026-08-28T22:32:06.367Z[ recovery-image] Aug 28 22:32:05.385 INFO O| Aug 28 22:32:05.385 INFO STEP 846 (remove_files) COMPLETE
78632026-08-28T22:32:06.367Z[ recovery-image] Aug 28 22:32:05.385 INFO O| Aug 28 22:32:05.385 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-28T22:32:06.377Z[ recovery-image] Aug 28 22:32:05.395 INFO O| Aug 28 22:32:05.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78652026-08-28T22:32:06.377Z[ recovery-image] Aug 28 22:32:05.395 INFO O| Aug 28 22:32:05.395 INFO STEP 847 (remove_files) COMPLETE
78662026-08-28T22:32:06.377Z[ recovery-image] Aug 28 22:32:05.395 INFO O| Aug 28 22:32:05.395 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-28T22:32:06.386Z[ recovery-image] Aug 28 22:32:05.404 INFO O| Aug 28 22:32:05.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78682026-08-28T22:32:06.386Z[ recovery-image] Aug 28 22:32:05.404 INFO O| Aug 28 22:32:05.404 INFO STEP 848 (remove_files) COMPLETE
78692026-08-28T22:32:06.386Z[ recovery-image] Aug 28 22:32:05.404 INFO O| Aug 28 22:32:05.404 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-28T22:32:06.397Z[ recovery-image] Aug 28 22:32:05.413 INFO O| Aug 28 22:32:05.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78712026-08-28T22:32:06.398Z[ recovery-image] Aug 28 22:32:05.413 INFO O| Aug 28 22:32:05.413 INFO STEP 849 (remove_files) COMPLETE
78722026-08-28T22:32:06.403Z[ recovery-image] Aug 28 22:32:05.413 INFO O| Aug 28 22:32:05.413 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-28T22:32:06.403Z[ recovery-image] Aug 28 22:32:05.422 INFO O| Aug 28 22:32:05.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78742026-08-28T22:32:06.403Z[ recovery-image] Aug 28 22:32:05.422 INFO O| Aug 28 22:32:05.422 INFO STEP 850 (remove_files) COMPLETE
78752026-08-28T22:32:06.403Z[ recovery-image] Aug 28 22:32:05.422 INFO O| Aug 28 22:32:05.422 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-28T22:32:06.423Z[ recovery-image] Aug 28 22:32:05.431 INFO O| Aug 28 22:32:05.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78772026-08-28T22:32:06.423Z[ recovery-image] Aug 28 22:32:05.431 INFO O| Aug 28 22:32:05.431 INFO STEP 851 (remove_files) COMPLETE
78782026-08-28T22:32:06.429Z[ recovery-image] Aug 28 22:32:05.431 INFO O| Aug 28 22:32:05.431 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-28T22:32:06.429Z[ recovery-image] Aug 28 22:32:05.440 INFO O| Aug 28 22:32:05.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78802026-08-28T22:32:06.429Z[ recovery-image] Aug 28 22:32:05.440 INFO O| Aug 28 22:32:05.440 INFO STEP 852 (remove_files) COMPLETE
78812026-08-28T22:32:06.429Z[ recovery-image] Aug 28 22:32:05.440 INFO O| Aug 28 22:32:05.440 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-28T22:32:06.443Z[ recovery-image] Aug 28 22:32:05.449 INFO O| Aug 28 22:32:05.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78832026-08-28T22:32:06.443Z[ recovery-image] Aug 28 22:32:05.450 INFO O| Aug 28 22:32:05.450 INFO STEP 853 (remove_files) COMPLETE
78842026-08-28T22:32:06.443Z[ recovery-image] Aug 28 22:32:05.450 INFO O| Aug 28 22:32:05.450 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-28T22:32:06.448Z[ recovery-image] Aug 28 22:32:05.458 INFO O| Aug 28 22:32:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78862026-08-28T22:32:06.448Z[ recovery-image] Aug 28 22:32:05.458 INFO O| Aug 28 22:32:05.458 INFO STEP 854 (remove_files) COMPLETE
78872026-08-28T22:32:06.449Z[ recovery-image] Aug 28 22:32:05.458 INFO O| Aug 28 22:32:05.458 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-28T22:32:06.449Z[ recovery-image] Aug 28 22:32:05.468 INFO O| Aug 28 22:32:05.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78892026-08-28T22:32:06.449Z[ recovery-image] Aug 28 22:32:05.468 INFO O| Aug 28 22:32:05.468 INFO STEP 855 (remove_files) COMPLETE
78902026-08-28T22:32:06.449Z[ recovery-image] Aug 28 22:32:05.468 INFO O| Aug 28 22:32:05.468 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-28T22:32:06.460Z[ recovery-image] Aug 28 22:32:05.478 INFO O| Aug 28 22:32:05.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78922026-08-28T22:32:06.460Z[ recovery-image] Aug 28 22:32:05.478 INFO O| Aug 28 22:32:05.478 INFO STEP 856 (remove_files) COMPLETE
78932026-08-28T22:32:06.460Z[ recovery-image] Aug 28 22:32:05.478 INFO O| Aug 28 22:32:05.478 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-28T22:32:06.472Z[ recovery-image] Aug 28 22:32:05.489 INFO O| Aug 28 22:32:05.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78952026-08-28T22:32:06.472Z[ recovery-image] Aug 28 22:32:05.489 INFO O| Aug 28 22:32:05.489 INFO STEP 857 (remove_files) COMPLETE
78962026-08-28T22:32:06.472Z[ recovery-image] Aug 28 22:32:05.489 INFO O| Aug 28 22:32:05.489 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-28T22:32:06.480Z[ recovery-image] Aug 28 22:32:05.499 INFO O| Aug 28 22:32:05.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78982026-08-28T22:32:06.480Z[ recovery-image] Aug 28 22:32:05.499 INFO O| Aug 28 22:32:05.499 INFO STEP 858 (remove_files) COMPLETE
78992026-08-28T22:32:06.480Z[ recovery-image] Aug 28 22:32:05.499 INFO O| Aug 28 22:32:05.499 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-28T22:32:06.490Z[ recovery-image] Aug 28 22:32:05.509 INFO O| Aug 28 22:32:05.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79012026-08-28T22:32:06.490Z[ recovery-image] Aug 28 22:32:05.509 INFO O| Aug 28 22:32:05.509 INFO STEP 859 (remove_files) COMPLETE
79022026-08-28T22:32:06.490Z[ recovery-image] Aug 28 22:32:05.509 INFO O| Aug 28 22:32:05.509 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-28T22:32:06.498Z[ recovery-image] Aug 28 22:32:05.519 INFO O| Aug 28 22:32:05.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79042026-08-28T22:32:06.498Z[ recovery-image] Aug 28 22:32:05.519 INFO O| Aug 28 22:32:05.519 INFO STEP 860 (remove_files) COMPLETE
79052026-08-28T22:32:06.506Z[ recovery-image] Aug 28 22:32:05.519 INFO O| Aug 28 22:32:05.519 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-28T22:32:06.512Z[ recovery-image] Aug 28 22:32:05.528 INFO O| Aug 28 22:32:05.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79072026-08-28T22:32:06.512Z[ recovery-image] Aug 28 22:32:05.528 INFO O| Aug 28 22:32:05.528 INFO STEP 861 (remove_files) COMPLETE
79082026-08-28T22:32:06.512Z[ recovery-image] Aug 28 22:32:05.528 INFO O| Aug 28 22:32:05.528 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-28T22:32:06.524Z[ recovery-image] Aug 28 22:32:05.538 INFO O| Aug 28 22:32:05.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79102026-08-28T22:32:06.524Z[ recovery-image] Aug 28 22:32:05.538 INFO O| Aug 28 22:32:05.538 INFO STEP 862 (remove_files) COMPLETE
79112026-08-28T22:32:06.524Z[ recovery-image] Aug 28 22:32:05.538 INFO O| Aug 28 22:32:05.538 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-28T22:32:06.531Z[ recovery-image] Aug 28 22:32:05.548 INFO O| Aug 28 22:32:05.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79132026-08-28T22:32:06.531Z[ recovery-image] Aug 28 22:32:05.548 INFO O| Aug 28 22:32:05.548 INFO STEP 863 (remove_files) COMPLETE
79142026-08-28T22:32:06.531Z[ recovery-image] Aug 28 22:32:05.548 INFO O| Aug 28 22:32:05.548 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-28T22:32:06.570Z[ recovery-image] Aug 28 22:32:05.559 INFO O| Aug 28 22:32:05.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79162026-08-28T22:32:06.570Z[ recovery-image] Aug 28 22:32:05.559 INFO O| Aug 28 22:32:05.559 INFO STEP 864 (remove_files) COMPLETE
79172026-08-28T22:32:06.570Z[ recovery-image] Aug 28 22:32:05.559 INFO O| Aug 28 22:32:05.559 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.569 INFO O| Aug 28 22:32:05.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79192026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.570 INFO O| Aug 28 22:32:05.570 INFO STEP 865 (remove_files) COMPLETE
79202026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.570 INFO O| Aug 28 22:32:05.570 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.580 INFO O| Aug 28 22:32:05.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79222026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.580 INFO O| Aug 28 22:32:05.580 INFO STEP 866 (remove_files) COMPLETE
79232026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.580 INFO O| Aug 28 22:32:05.580 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.590 INFO O| Aug 28 22:32:05.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79252026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.590 INFO O| Aug 28 22:32:05.590 INFO STEP 867 (remove_files) COMPLETE
79262026-08-28T22:32:06.580Z[ recovery-image] Aug 28 22:32:05.590 INFO O| Aug 28 22:32:05.590 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-28T22:32:06.588Z[ recovery-image] Aug 28 22:32:05.600 INFO O| Aug 28 22:32:05.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79282026-08-28T22:32:06.588Z[ recovery-image] Aug 28 22:32:05.600 INFO O| Aug 28 22:32:05.600 INFO STEP 868 (remove_files) COMPLETE
79292026-08-28T22:32:06.588Z[ recovery-image] Aug 28 22:32:05.600 INFO O| Aug 28 22:32:05.600 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-28T22:32:06.592Z[ recovery-image] Aug 28 22:32:05.612 INFO O| Aug 28 22:32:05.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79312026-08-28T22:32:06.593Z[ recovery-image] Aug 28 22:32:05.612 INFO O| Aug 28 22:32:05.612 INFO STEP 869 (remove_files) COMPLETE
79322026-08-28T22:32:06.593Z[ recovery-image] Aug 28 22:32:05.612 INFO O| Aug 28 22:32:05.612 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-28T22:32:06.603Z[ recovery-image] Aug 28 22:32:05.622 INFO O| Aug 28 22:32:05.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79342026-08-28T22:32:06.603Z[ recovery-image] Aug 28 22:32:05.622 INFO O| Aug 28 22:32:05.622 INFO STEP 870 (remove_files) COMPLETE
79352026-08-28T22:32:06.603Z[ recovery-image] Aug 28 22:32:05.622 INFO O| Aug 28 22:32:05.622 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-28T22:32:06.610Z[ recovery-image] Aug 28 22:32:05.631 INFO O| Aug 28 22:32:05.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79372026-08-28T22:32:06.610Z[ recovery-image] Aug 28 22:32:05.631 INFO O| Aug 28 22:32:05.631 INFO STEP 871 (remove_files) COMPLETE
79382026-08-28T22:32:06.610Z[ recovery-image] Aug 28 22:32:05.631 INFO O| Aug 28 22:32:05.631 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-28T22:32:06.624Z[ recovery-image] Aug 28 22:32:05.641 INFO O| Aug 28 22:32:05.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79402026-08-28T22:32:06.624Z[ recovery-image] Aug 28 22:32:05.641 INFO O| Aug 28 22:32:05.641 INFO STEP 872 (remove_files) COMPLETE
79412026-08-28T22:32:06.624Z[ recovery-image] Aug 28 22:32:05.641 INFO O| Aug 28 22:32:05.641 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-28T22:32:06.632Z[ recovery-image] Aug 28 22:32:05.652 INFO O| Aug 28 22:32:05.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79432026-08-28T22:32:06.632Z[ recovery-image] Aug 28 22:32:05.652 INFO O| Aug 28 22:32:05.652 INFO STEP 873 (remove_files) COMPLETE
79442026-08-28T22:32:06.632Z[ recovery-image] Aug 28 22:32:05.652 INFO O| Aug 28 22:32:05.652 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-28T22:32:06.650Z[ recovery-image] Aug 28 22:32:05.661 INFO O| Aug 28 22:32:05.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79462026-08-28T22:32:06.650Z[ recovery-image] Aug 28 22:32:05.661 INFO O| Aug 28 22:32:05.661 INFO STEP 874 (remove_files) COMPLETE
79472026-08-28T22:32:06.650Z[ recovery-image] Aug 28 22:32:05.661 INFO O| Aug 28 22:32:05.661 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-28T22:32:06.692Z[ recovery-image] Aug 28 22:32:05.671 INFO O| Aug 28 22:32:05.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79492026-08-28T22:32:06.692Z[ recovery-image] Aug 28 22:32:05.671 INFO O| Aug 28 22:32:05.671 INFO STEP 875 (remove_files) COMPLETE
79502026-08-28T22:32:06.692Z[ recovery-image] Aug 28 22:32:05.671 INFO O| Aug 28 22:32:05.671 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-28T22:32:06.696Z[ recovery-image] Aug 28 22:32:05.680 INFO O| Aug 28 22:32:05.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79522026-08-28T22:32:06.696Z[ recovery-image] Aug 28 22:32:05.680 INFO O| Aug 28 22:32:05.680 INFO STEP 876 (remove_files) COMPLETE
79532026-08-28T22:32:06.696Z[ recovery-image] Aug 28 22:32:05.680 INFO O| Aug 28 22:32:05.680 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-28T22:32:06.696Z[ recovery-image] Aug 28 22:32:05.688 INFO O| Aug 28 22:32:05.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79552026-08-28T22:32:06.696Z[ recovery-image] Aug 28 22:32:05.688 INFO O| Aug 28 22:32:05.688 INFO STEP 877 (remove_files) COMPLETE
79562026-08-28T22:32:06.696Z[ recovery-image] Aug 28 22:32:05.688 INFO O| Aug 28 22:32:05.688 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.696 INFO O| Aug 28 22:32:05.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79582026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.697 INFO O| Aug 28 22:32:05.697 INFO STEP 878 (remove_files) COMPLETE
79592026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.697 INFO O| Aug 28 22:32:05.697 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-28T22:32:06.697Z[verify-libraries] Compiling git2 v0.20.4
79612026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.705 INFO O| Aug 28 22:32:05.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79622026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.705 INFO O| Aug 28 22:32:05.705 INFO STEP 879 (remove_files) COMPLETE
79632026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.705 INFO O| Aug 28 22:32:05.705 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.715 INFO O| Aug 28 22:32:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79652026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.715 INFO O| Aug 28 22:32:05.715 INFO STEP 880 (remove_files) COMPLETE
79662026-08-28T22:32:06.697Z[ recovery-image] Aug 28 22:32:05.715 INFO O| Aug 28 22:32:05.715 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-28T22:32:06.731Z[ recovery-image] Aug 28 22:32:05.730 INFO O| Aug 28 22:32:05.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79682026-08-28T22:32:06.731Z[ recovery-image] Aug 28 22:32:05.730 INFO O| Aug 28 22:32:05.730 INFO STEP 881 (remove_files) COMPLETE
79692026-08-28T22:32:06.731Z[ recovery-image] Aug 28 22:32:05.730 INFO O| Aug 28 22:32:05.730 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-28T22:32:06.731Z[ recovery-image] Aug 28 22:32:05.742 INFO O| Aug 28 22:32:05.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79712026-08-28T22:32:06.731Z[ recovery-image] Aug 28 22:32:05.742 INFO O| Aug 28 22:32:05.742 INFO STEP 882 (remove_files) COMPLETE
79722026-08-28T22:32:06.732Z[ recovery-image] Aug 28 22:32:05.742 INFO O| Aug 28 22:32:05.742 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-28T22:32:06.736Z[ recovery-image] Aug 28 22:32:05.752 INFO O| Aug 28 22:32:05.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79742026-08-28T22:32:06.737Z[ recovery-image] Aug 28 22:32:05.752 INFO O| Aug 28 22:32:05.752 INFO STEP 883 (remove_files) COMPLETE
79752026-08-28T22:32:06.737Z[ recovery-image] Aug 28 22:32:05.752 INFO O| Aug 28 22:32:05.752 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-28T22:32:06.741Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
79772026-08-28T22:32:06.747Z[ recovery-image] Aug 28 22:32:05.763 INFO O| Aug 28 22:32:05.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79782026-08-28T22:32:06.748Z[ recovery-image] Aug 28 22:32:05.763 INFO O| Aug 28 22:32:05.763 INFO STEP 884 (remove_files) COMPLETE
79792026-08-28T22:32:06.748Z[ recovery-image] Aug 28 22:32:05.763 INFO O| Aug 28 22:32:05.763 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-28T22:32:06.756Z[ recovery-image] Aug 28 22:32:05.772 INFO O| Aug 28 22:32:05.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79812026-08-28T22:32:06.756Z[ recovery-image] Aug 28 22:32:05.772 INFO O| Aug 28 22:32:05.772 INFO STEP 885 (remove_files) COMPLETE
79822026-08-28T22:32:06.756Z[ recovery-image] Aug 28 22:32:05.772 INFO O| Aug 28 22:32:05.772 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-28T22:32:06.764Z[ recovery-image] Aug 28 22:32:05.784 INFO O| Aug 28 22:32:05.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79842026-08-28T22:32:06.764Z[ recovery-image] Aug 28 22:32:05.784 INFO O| Aug 28 22:32:05.784 INFO STEP 886 (remove_files) COMPLETE
79852026-08-28T22:32:06.771Z[ recovery-image] Aug 28 22:32:05.784 INFO O| Aug 28 22:32:05.784 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-28T22:32:06.778Z[ recovery-image] Aug 28 22:32:05.796 INFO O| Aug 28 22:32:05.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79872026-08-28T22:32:06.778Z[ recovery-image] Aug 28 22:32:05.796 INFO O| Aug 28 22:32:05.796 INFO STEP 887 (remove_files) COMPLETE
79882026-08-28T22:32:06.778Z[ recovery-image] Aug 28 22:32:05.796 INFO O| Aug 28 22:32:05.796 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-28T22:32:06.787Z[ recovery-image] Aug 28 22:32:05.806 INFO O| Aug 28 22:32:05.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79902026-08-28T22:32:06.787Z[ recovery-image] Aug 28 22:32:05.806 INFO O| Aug 28 22:32:05.806 INFO STEP 888 (remove_files) COMPLETE
79912026-08-28T22:32:06.791Z[ recovery-image] Aug 28 22:32:05.806 INFO O| Aug 28 22:32:05.806 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-28T22:32:06.796Z[ recovery-image] Aug 28 22:32:05.817 INFO O| Aug 28 22:32:05.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79932026-08-28T22:32:06.797Z[ recovery-image] Aug 28 22:32:05.817 INFO O| Aug 28 22:32:05.817 INFO STEP 889 (remove_files) COMPLETE
79942026-08-28T22:32:06.800Z[ recovery-image] Aug 28 22:32:05.817 INFO O| Aug 28 22:32:05.817 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-28T22:32:06.825Z[ recovery-image] Aug 28 22:32:05.826 INFO O| Aug 28 22:32:05.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79962026-08-28T22:32:06.825Z[ recovery-image] Aug 28 22:32:05.827 INFO O| Aug 28 22:32:05.827 INFO STEP 890 (remove_files) COMPLETE
79972026-08-28T22:32:06.825Z[ recovery-image] Aug 28 22:32:05.827 INFO O| Aug 28 22:32:05.827 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-28T22:32:06.825Z[ recovery-image] Aug 28 22:32:05.836 INFO O| Aug 28 22:32:05.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79992026-08-28T22:32:06.825Z[ recovery-image] Aug 28 22:32:05.836 INFO O| Aug 28 22:32:05.836 INFO STEP 891 (remove_files) COMPLETE
80002026-08-28T22:32:06.825Z[ recovery-image] Aug 28 22:32:05.836 INFO O| Aug 28 22:32:05.836 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-28T22:32:06.868Z[ recovery-image] Aug 28 22:32:05.845 INFO O| Aug 28 22:32:05.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80022026-08-28T22:32:06.868Z[ recovery-image] Aug 28 22:32:05.845 INFO O| Aug 28 22:32:05.845 INFO STEP 892 (remove_files) COMPLETE
80032026-08-28T22:32:06.868Z[ recovery-image] Aug 28 22:32:05.845 INFO O| Aug 28 22:32:05.845 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-28T22:32:06.873Z[ recovery-image] Aug 28 22:32:05.855 INFO O| Aug 28 22:32:05.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80052026-08-28T22:32:06.874Z[ recovery-image] Aug 28 22:32:05.856 INFO O| Aug 28 22:32:05.855 INFO STEP 893 (remove_files) COMPLETE
80062026-08-28T22:32:06.874Z[ recovery-image] Aug 28 22:32:05.856 INFO O| Aug 28 22:32:05.856 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-28T22:32:06.900Z[ recovery-image] Aug 28 22:32:05.865 INFO O| Aug 28 22:32:05.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80082026-08-28T22:32:06.900Z[ recovery-image] Aug 28 22:32:05.865 INFO O| Aug 28 22:32:05.865 INFO STEP 894 (remove_files) COMPLETE
80092026-08-28T22:32:06.901Z[ recovery-image] Aug 28 22:32:05.865 INFO O| Aug 28 22:32:05.865 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-28T22:32:06.901Z[ recovery-image] Aug 28 22:32:05.875 INFO O| Aug 28 22:32:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80112026-08-28T22:32:06.901Z[ recovery-image] Aug 28 22:32:05.875 INFO O| Aug 28 22:32:05.875 INFO STEP 895 (remove_files) COMPLETE
80122026-08-28T22:32:06.901Z[ recovery-image] Aug 28 22:32:05.875 INFO O| Aug 28 22:32:05.875 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-28T22:32:06.901Z[ recovery-image] Aug 28 22:32:05.889 INFO O| Aug 28 22:32:05.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80142026-08-28T22:32:06.901Z[ recovery-image] Aug 28 22:32:05.889 INFO O| Aug 28 22:32:05.889 INFO STEP 896 (remove_files) COMPLETE
80152026-08-28T22:32:06.901Z[ recovery-image] Aug 28 22:32:05.890 INFO O| Aug 28 22:32:05.889 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-28T22:32:06.970Z[ recovery-image] Aug 28 22:32:05.962 INFO O| Aug 28 22:32:05.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80172026-08-28T22:32:06.970Z[ recovery-image] Aug 28 22:32:05.962 INFO O| Aug 28 22:32:05.962 INFO STEP 897 (remove_files) COMPLETE
80182026-08-28T22:32:06.990Z[ recovery-image] Aug 28 22:32:05.962 INFO O| Aug 28 22:32:05.962 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-28T22:32:06.990Z[ recovery-image] Aug 28 22:32:05.972 INFO O| Aug 28 22:32:05.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80202026-08-28T22:32:06.990Z[ recovery-image] Aug 28 22:32:05.972 INFO O| Aug 28 22:32:05.972 INFO STEP 898 (remove_files) COMPLETE
80212026-08-28T22:32:06.990Z[ recovery-image] Aug 28 22:32:05.972 INFO O| Aug 28 22:32:05.972 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-28T22:32:06.996Z[ recovery-image] Aug 28 22:32:05.982 INFO O| Aug 28 22:32:05.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80232026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:05.982 INFO O| Aug 28 22:32:05.982 INFO STEP 899 (remove_files) COMPLETE
80242026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:05.982 INFO O| Aug 28 22:32:05.982 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:05.993 INFO O| Aug 28 22:32:05.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80262026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:05.993 INFO O| Aug 28 22:32:05.993 INFO STEP 900 (remove_files) COMPLETE
80272026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:05.993 INFO O| Aug 28 22:32:05.993 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:06.005 INFO O| Aug 28 22:32:06.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80292026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:06.005 INFO O| Aug 28 22:32:06.005 INFO STEP 901 (remove_files) COMPLETE
80302026-08-28T22:32:06.997Z[ recovery-image] Aug 28 22:32:06.005 INFO O| Aug 28 22:32:06.005 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-28T22:32:07.009Z[ recovery-image] Aug 28 22:32:06.015 INFO O| Aug 28 22:32:06.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80322026-08-28T22:32:07.009Z[ recovery-image] Aug 28 22:32:06.015 INFO O| Aug 28 22:32:06.015 INFO STEP 902 (remove_files) COMPLETE
80332026-08-28T22:32:07.009Z[ recovery-image] Aug 28 22:32:06.015 INFO O| Aug 28 22:32:06.015 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-28T22:32:07.018Z[ recovery-image] Aug 28 22:32:06.025 INFO O| Aug 28 22:32:06.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80352026-08-28T22:32:07.018Z[ recovery-image] Aug 28 22:32:06.025 INFO O| Aug 28 22:32:06.025 INFO STEP 903 (remove_files) COMPLETE
80362026-08-28T22:32:07.018Z[ recovery-image] Aug 28 22:32:06.025 INFO O| Aug 28 22:32:06.025 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-28T22:32:07.027Z[ recovery-image] Aug 28 22:32:06.036 INFO O| Aug 28 22:32:06.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80382026-08-28T22:32:07.027Z[ recovery-image] Aug 28 22:32:06.036 INFO O| Aug 28 22:32:06.036 INFO STEP 904 (remove_files) COMPLETE
80392026-08-28T22:32:07.027Z[ recovery-image] Aug 28 22:32:06.036 INFO O| Aug 28 22:32:06.036 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-28T22:32:07.032Z[ recovery-image] Aug 28 22:32:06.047 INFO O| Aug 28 22:32:06.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80412026-08-28T22:32:07.033Z[ recovery-image] Aug 28 22:32:06.048 INFO O| Aug 28 22:32:06.048 INFO STEP 905 (remove_files) COMPLETE
80422026-08-28T22:32:07.033Z[ recovery-image] Aug 28 22:32:06.048 INFO O| Aug 28 22:32:06.048 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-28T22:32:07.043Z[ recovery-image] Aug 28 22:32:06.063 INFO O| Aug 28 22:32:06.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80442026-08-28T22:32:07.043Z[ recovery-image] Aug 28 22:32:06.063 INFO O| Aug 28 22:32:06.063 INFO STEP 906 (remove_files) COMPLETE
80452026-08-28T22:32:07.043Z[ recovery-image] Aug 28 22:32:06.063 INFO O| Aug 28 22:32:06.063 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-28T22:32:07.055Z[ recovery-image] Aug 28 22:32:06.074 INFO O| Aug 28 22:32:06.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80472026-08-28T22:32:07.055Z[ recovery-image] Aug 28 22:32:06.074 INFO O| Aug 28 22:32:06.074 INFO STEP 907 (remove_files) COMPLETE
80482026-08-28T22:32:07.055Z[ recovery-image] Aug 28 22:32:06.074 INFO O| Aug 28 22:32:06.074 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-28T22:32:07.068Z[ recovery-image] Aug 28 22:32:06.085 INFO O| Aug 28 22:32:06.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80502026-08-28T22:32:07.068Z[ recovery-image] Aug 28 22:32:06.085 INFO O| Aug 28 22:32:06.085 INFO STEP 908 (remove_files) COMPLETE
80512026-08-28T22:32:07.077Z[ recovery-image] Aug 28 22:32:06.085 INFO O| Aug 28 22:32:06.085 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-28T22:32:07.087Z[ recovery-image] Aug 28 22:32:06.095 INFO O| Aug 28 22:32:06.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80532026-08-28T22:32:07.087Z[ recovery-image] Aug 28 22:32:06.095 INFO O| Aug 28 22:32:06.095 INFO STEP 909 (remove_files) COMPLETE
80542026-08-28T22:32:07.087Z[ recovery-image] Aug 28 22:32:06.095 INFO O| Aug 28 22:32:06.095 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-28T22:32:07.097Z[ recovery-image] Aug 28 22:32:06.105 INFO O| Aug 28 22:32:06.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80562026-08-28T22:32:07.097Z[ recovery-image] Aug 28 22:32:06.105 INFO O| Aug 28 22:32:06.105 INFO STEP 910 (remove_files) COMPLETE
80572026-08-28T22:32:07.097Z[ recovery-image] Aug 28 22:32:06.105 INFO O| Aug 28 22:32:06.105 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-28T22:32:07.097Z[ recovery-image] Aug 28 22:32:06.116 INFO O| Aug 28 22:32:06.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80592026-08-28T22:32:07.097Z[ recovery-image] Aug 28 22:32:06.116 INFO O| Aug 28 22:32:06.116 INFO STEP 911 (remove_files) COMPLETE
80602026-08-28T22:32:07.097Z[ recovery-image] Aug 28 22:32:06.116 INFO O| Aug 28 22:32:06.116 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-28T22:32:07.106Z[ recovery-image] Aug 28 22:32:06.126 INFO O| Aug 28 22:32:06.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80622026-08-28T22:32:07.110Z[ recovery-image] Aug 28 22:32:06.126 INFO O| Aug 28 22:32:06.126 INFO STEP 912 (remove_files) COMPLETE
80632026-08-28T22:32:07.110Z[ recovery-image] Aug 28 22:32:06.126 INFO O| Aug 28 22:32:06.126 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-28T22:32:07.116Z[ recovery-image] Aug 28 22:32:06.137 INFO O| Aug 28 22:32:06.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80652026-08-28T22:32:07.116Z[ recovery-image] Aug 28 22:32:06.137 INFO O| Aug 28 22:32:06.137 INFO STEP 913 (remove_files) COMPLETE
80662026-08-28T22:32:07.116Z[ recovery-image] Aug 28 22:32:06.137 INFO O| Aug 28 22:32:06.137 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-28T22:32:07.128Z[ recovery-image] Aug 28 22:32:06.147 INFO O| Aug 28 22:32:06.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80682026-08-28T22:32:07.128Z[ recovery-image] Aug 28 22:32:06.147 INFO O| Aug 28 22:32:06.147 INFO STEP 914 (remove_files) COMPLETE
80692026-08-28T22:32:07.128Z[ recovery-image] Aug 28 22:32:06.147 INFO O| Aug 28 22:32:06.147 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-28T22:32:07.153Z[ recovery-image] Aug 28 22:32:06.157 INFO O| Aug 28 22:32:06.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80712026-08-28T22:32:07.153Z[ recovery-image] Aug 28 22:32:06.157 INFO O| Aug 28 22:32:06.157 INFO STEP 915 (remove_files) COMPLETE
80722026-08-28T22:32:07.153Z[ recovery-image] Aug 28 22:32:06.157 INFO O| Aug 28 22:32:06.157 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.166 INFO O| Aug 28 22:32:06.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80742026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.166 INFO O| Aug 28 22:32:06.166 INFO STEP 916 (remove_files) COMPLETE
80752026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.166 INFO O| Aug 28 22:32:06.166 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.175 INFO O| Aug 28 22:32:06.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80772026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.175 INFO O| Aug 28 22:32:06.175 INFO STEP 917 (remove_files) COMPLETE
80782026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.175 INFO O| Aug 28 22:32:06.175 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.186 INFO O| Aug 28 22:32:06.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80802026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.186 INFO O| Aug 28 22:32:06.186 INFO STEP 918 (remove_files) COMPLETE
80812026-08-28T22:32:07.172Z[ recovery-image] Aug 28 22:32:06.186 INFO O| Aug 28 22:32:06.186 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-28T22:32:07.187Z[ recovery-image] Aug 28 22:32:06.197 INFO O| Aug 28 22:32:06.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80832026-08-28T22:32:07.187Z[ recovery-image] Aug 28 22:32:06.197 INFO O| Aug 28 22:32:06.197 INFO STEP 919 (remove_files) COMPLETE
80842026-08-28T22:32:07.187Z[ recovery-image] Aug 28 22:32:06.197 INFO O| Aug 28 22:32:06.197 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-28T22:32:07.192Z[ recovery-image] Aug 28 22:32:06.207 INFO O| Aug 28 22:32:06.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80862026-08-28T22:32:07.193Z[ recovery-image] Aug 28 22:32:06.207 INFO O| Aug 28 22:32:06.207 INFO STEP 920 (remove_files) COMPLETE
80872026-08-28T22:32:07.193Z[ recovery-image] Aug 28 22:32:06.207 INFO O| Aug 28 22:32:06.207 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-28T22:32:07.206Z[ recovery-image] Aug 28 22:32:06.217 INFO O| Aug 28 22:32:06.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80892026-08-28T22:32:07.207Z[ recovery-image] Aug 28 22:32:06.218 INFO O| Aug 28 22:32:06.217 INFO STEP 921 (remove_files) COMPLETE
80902026-08-28T22:32:07.207Z[ recovery-image] Aug 28 22:32:06.218 INFO O| Aug 28 22:32:06.217 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-28T22:32:07.215Z[ recovery-image] Aug 28 22:32:06.228 INFO O| Aug 28 22:32:06.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80922026-08-28T22:32:07.216Z[ recovery-image] Aug 28 22:32:06.228 INFO O| Aug 28 22:32:06.228 INFO STEP 922 (remove_files) COMPLETE
80932026-08-28T22:32:07.216Z[ recovery-image] Aug 28 22:32:06.228 INFO O| Aug 28 22:32:06.228 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-28T22:32:07.230Z[ recovery-image] Aug 28 22:32:06.238 INFO O| Aug 28 22:32:06.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80952026-08-28T22:32:07.230Z[ recovery-image] Aug 28 22:32:06.238 INFO O| Aug 28 22:32:06.238 INFO STEP 923 (remove_files) COMPLETE
80962026-08-28T22:32:07.230Z[ recovery-image] Aug 28 22:32:06.238 INFO O| Aug 28 22:32:06.238 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-28T22:32:07.237Z[ recovery-image] Aug 28 22:32:06.249 INFO O| Aug 28 22:32:06.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80982026-08-28T22:32:07.237Z[ recovery-image] Aug 28 22:32:06.249 INFO O| Aug 28 22:32:06.249 INFO STEP 924 (remove_files) COMPLETE
80992026-08-28T22:32:07.237Z[ recovery-image] Aug 28 22:32:06.249 INFO O| Aug 28 22:32:06.249 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-28T22:32:07.242Z[ recovery-image] Aug 28 22:32:06.259 INFO O| Aug 28 22:32:06.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81012026-08-28T22:32:07.242Z[ recovery-image] Aug 28 22:32:06.259 INFO O| Aug 28 22:32:06.259 INFO STEP 925 (remove_files) COMPLETE
81022026-08-28T22:32:07.242Z[ recovery-image] Aug 28 22:32:06.259 INFO O| Aug 28 22:32:06.259 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-28T22:32:07.250Z[ recovery-image] Aug 28 22:32:06.268 INFO O| Aug 28 22:32:06.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81042026-08-28T22:32:07.250Z[ recovery-image] Aug 28 22:32:06.268 INFO O| Aug 28 22:32:06.268 INFO STEP 926 (remove_files) COMPLETE
81052026-08-28T22:32:07.250Z[ recovery-image] Aug 28 22:32:06.268 INFO O| Aug 28 22:32:06.268 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-28T22:32:07.261Z[ recovery-image] Aug 28 22:32:06.279 INFO O| Aug 28 22:32:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81072026-08-28T22:32:07.261Z[ recovery-image] Aug 28 22:32:06.279 INFO O| Aug 28 22:32:06.279 INFO STEP 927 (remove_files) COMPLETE
81082026-08-28T22:32:07.279Z[ recovery-image] Aug 28 22:32:06.279 INFO O| Aug 28 22:32:06.279 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-28T22:32:07.284Z[ recovery-image] Aug 28 22:32:06.290 INFO O| Aug 28 22:32:06.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81102026-08-28T22:32:07.284Z[ recovery-image] Aug 28 22:32:06.290 INFO O| Aug 28 22:32:06.290 INFO STEP 928 (remove_files) COMPLETE
81112026-08-28T22:32:07.284Z[ recovery-image] Aug 28 22:32:06.290 INFO O| Aug 28 22:32:06.290 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-28T22:32:07.284Z[ recovery-image] Aug 28 22:32:06.301 INFO O| Aug 28 22:32:06.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81132026-08-28T22:32:07.284Z[ recovery-image] Aug 28 22:32:06.301 INFO O| Aug 28 22:32:06.301 INFO STEP 929 (remove_files) COMPLETE
81142026-08-28T22:32:07.284Z[ recovery-image] Aug 28 22:32:06.301 INFO O| Aug 28 22:32:06.301 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-28T22:32:07.289Z[ recovery-image] Aug 28 22:32:06.310 INFO O| Aug 28 22:32:06.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81162026-08-28T22:32:07.290Z[ recovery-image] Aug 28 22:32:06.311 INFO O| Aug 28 22:32:06.311 INFO STEP 930 (remove_files) COMPLETE
81172026-08-28T22:32:07.290Z[ recovery-image] Aug 28 22:32:06.311 INFO O| Aug 28 22:32:06.311 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-28T22:32:07.304Z[ recovery-image] Aug 28 22:32:06.320 INFO O| Aug 28 22:32:06.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81192026-08-28T22:32:07.304Z[ recovery-image] Aug 28 22:32:06.320 INFO O| Aug 28 22:32:06.320 INFO STEP 931 (remove_files) COMPLETE
81202026-08-28T22:32:07.311Z[ recovery-image] Aug 28 22:32:06.320 INFO O| Aug 28 22:32:06.320 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-28T22:32:07.311Z[ recovery-image] Aug 28 22:32:06.329 INFO O| Aug 28 22:32:06.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81222026-08-28T22:32:07.311Z[ recovery-image] Aug 28 22:32:06.329 INFO O| Aug 28 22:32:06.329 INFO STEP 932 (remove_files) COMPLETE
81232026-08-28T22:32:07.315Z[ recovery-image] Aug 28 22:32:06.329 INFO O| Aug 28 22:32:06.329 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-28T22:32:07.319Z[ recovery-image] Aug 28 22:32:06.338 INFO O| Aug 28 22:32:06.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81252026-08-28T22:32:07.319Z[ recovery-image] Aug 28 22:32:06.338 INFO O| Aug 28 22:32:06.338 INFO STEP 933 (remove_files) COMPLETE
81262026-08-28T22:32:07.319Z[ recovery-image] Aug 28 22:32:06.338 INFO O| Aug 28 22:32:06.338 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-28T22:32:07.335Z[ recovery-image] Aug 28 22:32:06.347 INFO O| Aug 28 22:32:06.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81282026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.347 INFO O| Aug 28 22:32:06.347 INFO STEP 934 (remove_files) COMPLETE
81292026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.347 INFO O| Aug 28 22:32:06.347 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.356 INFO O| Aug 28 22:32:06.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81312026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.356 INFO O| Aug 28 22:32:06.356 INFO STEP 935 (remove_files) COMPLETE
81322026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.356 INFO O| Aug 28 22:32:06.356 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.366 INFO O| Aug 28 22:32:06.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81342026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.366 INFO O| Aug 28 22:32:06.366 INFO STEP 936 (remove_files) COMPLETE
81352026-08-28T22:32:07.364Z[ recovery-image] Aug 28 22:32:06.366 INFO O| Aug 28 22:32:06.366 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-28T22:32:07.374Z[ recovery-image] Aug 28 22:32:06.375 INFO O| Aug 28 22:32:06.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81372026-08-28T22:32:07.374Z[ recovery-image] Aug 28 22:32:06.375 INFO O| Aug 28 22:32:06.375 INFO STEP 937 (remove_files) COMPLETE
81382026-08-28T22:32:07.374Z[ recovery-image] Aug 28 22:32:06.375 INFO O| Aug 28 22:32:06.375 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-28T22:32:07.375Z[ recovery-image] Aug 28 22:32:06.383 INFO O| Aug 28 22:32:06.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81402026-08-28T22:32:07.375Z[ recovery-image] Aug 28 22:32:06.383 INFO O| Aug 28 22:32:06.383 INFO STEP 938 (remove_files) COMPLETE
81412026-08-28T22:32:07.375Z[ recovery-image] Aug 28 22:32:06.383 INFO O| Aug 28 22:32:06.383 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-28T22:32:07.388Z[ recovery-image] Aug 28 22:32:06.392 INFO O| Aug 28 22:32:06.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81432026-08-28T22:32:07.388Z[ recovery-image] Aug 28 22:32:06.392 INFO O| Aug 28 22:32:06.392 INFO STEP 939 (remove_files) COMPLETE
81442026-08-28T22:32:07.388Z[ recovery-image] Aug 28 22:32:06.392 INFO O| Aug 28 22:32:06.392 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-28T22:32:07.388Z[ recovery-image] Aug 28 22:32:06.401 INFO O| Aug 28 22:32:06.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81462026-08-28T22:32:07.388Z[ recovery-image] Aug 28 22:32:06.401 INFO O| Aug 28 22:32:06.401 INFO STEP 940 (remove_files) COMPLETE
81472026-08-28T22:32:07.388Z[ recovery-image] Aug 28 22:32:06.401 INFO O| Aug 28 22:32:06.401 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-28T22:32:07.400Z[ recovery-image] Aug 28 22:32:06.410 INFO O| Aug 28 22:32:06.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81492026-08-28T22:32:07.400Z[ recovery-image] Aug 28 22:32:06.410 INFO O| Aug 28 22:32:06.410 INFO STEP 941 (remove_files) COMPLETE
81502026-08-28T22:32:07.400Z[ recovery-image] Aug 28 22:32:06.410 INFO O| Aug 28 22:32:06.410 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-28T22:32:07.403Z[ recovery-image] Aug 28 22:32:06.421 INFO O| Aug 28 22:32:06.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81522026-08-28T22:32:07.403Z[ recovery-image] Aug 28 22:32:06.421 INFO O| Aug 28 22:32:06.421 INFO STEP 942 (remove_files) COMPLETE
81532026-08-28T22:32:07.403Z[ recovery-image] Aug 28 22:32:06.421 INFO O| Aug 28 22:32:06.421 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-28T22:32:07.412Z[ recovery-image] Aug 28 22:32:06.430 INFO O| Aug 28 22:32:06.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81552026-08-28T22:32:07.412Z[ recovery-image] Aug 28 22:32:06.431 INFO O| Aug 28 22:32:06.431 INFO STEP 943 (remove_files) COMPLETE
81562026-08-28T22:32:07.412Z[ recovery-image] Aug 28 22:32:06.431 INFO O| Aug 28 22:32:06.431 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-28T22:32:07.421Z[ recovery-image] Aug 28 22:32:06.440 INFO O| Aug 28 22:32:06.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81582026-08-28T22:32:07.421Z[ recovery-image] Aug 28 22:32:06.440 INFO O| Aug 28 22:32:06.440 INFO STEP 944 (remove_files) COMPLETE
81592026-08-28T22:32:07.421Z[ recovery-image] Aug 28 22:32:06.440 INFO O| Aug 28 22:32:06.440 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-28T22:32:07.429Z[ recovery-image] Aug 28 22:32:06.450 INFO O| Aug 28 22:32:06.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81612026-08-28T22:32:07.442Z[ recovery-image] Aug 28 22:32:06.450 INFO O| Aug 28 22:32:06.450 INFO STEP 945 (remove_files) COMPLETE
81622026-08-28T22:32:07.442Z[ recovery-image] Aug 28 22:32:06.450 INFO O| Aug 28 22:32:06.450 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-28T22:32:07.456Z[ recovery-image] Aug 28 22:32:06.461 INFO O| Aug 28 22:32:06.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81642026-08-28T22:32:07.457Z[ recovery-image] Aug 28 22:32:06.461 INFO O| Aug 28 22:32:06.461 INFO STEP 946 (remove_files) COMPLETE
81652026-08-28T22:32:07.457Z[ recovery-image] Aug 28 22:32:06.461 INFO O| Aug 28 22:32:06.461 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-28T22:32:07.461Z[ recovery-image] Aug 28 22:32:06.471 INFO O| Aug 28 22:32:06.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81672026-08-28T22:32:07.461Z[ recovery-image] Aug 28 22:32:06.471 INFO O| Aug 28 22:32:06.471 INFO STEP 947 (remove_files) COMPLETE
81682026-08-28T22:32:07.461Z[ recovery-image] Aug 28 22:32:06.471 INFO O| Aug 28 22:32:06.471 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-28T22:32:07.461Z[ recovery-image] Aug 28 22:32:06.480 INFO O| Aug 28 22:32:06.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81702026-08-28T22:32:07.461Z[ recovery-image] Aug 28 22:32:06.481 INFO O| Aug 28 22:32:06.480 INFO STEP 948 (remove_files) COMPLETE
81712026-08-28T22:32:07.461Z[ recovery-image] Aug 28 22:32:06.481 INFO O| Aug 28 22:32:06.481 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-28T22:32:07.469Z[ recovery-image] Aug 28 22:32:06.490 INFO O| Aug 28 22:32:06.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81732026-08-28T22:32:07.469Z[ recovery-image] Aug 28 22:32:06.490 INFO O| Aug 28 22:32:06.490 INFO STEP 949 (remove_files) COMPLETE
81742026-08-28T22:32:07.469Z[ recovery-image] Aug 28 22:32:06.490 INFO O| Aug 28 22:32:06.490 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-28T22:32:07.483Z[ recovery-image] Aug 28 22:32:06.498 INFO O| Aug 28 22:32:06.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81762026-08-28T22:32:07.488Z[ recovery-image] Aug 28 22:32:06.498 INFO O| Aug 28 22:32:06.498 INFO STEP 950 (remove_files) COMPLETE
81772026-08-28T22:32:07.488Z[ recovery-image] Aug 28 22:32:06.498 INFO O| Aug 28 22:32:06.498 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-28T22:32:07.488Z[ recovery-image] Aug 28 22:32:06.507 INFO O| Aug 28 22:32:06.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81792026-08-28T22:32:07.488Z[ recovery-image] Aug 28 22:32:06.507 INFO O| Aug 28 22:32:06.507 INFO STEP 951 (remove_files) COMPLETE
81802026-08-28T22:32:07.488Z[ recovery-image] Aug 28 22:32:06.507 INFO O| Aug 28 22:32:06.507 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-28T22:32:07.507Z[ recovery-image] Aug 28 22:32:06.515 INFO O| Aug 28 22:32:06.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81822026-08-28T22:32:07.507Z[ recovery-image] Aug 28 22:32:06.515 INFO O| Aug 28 22:32:06.515 INFO STEP 952 (remove_files) COMPLETE
81832026-08-28T22:32:07.507Z[ recovery-image] Aug 28 22:32:06.515 INFO O| Aug 28 22:32:06.515 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-28T22:32:07.518Z[ recovery-image] Aug 28 22:32:06.523 INFO O| Aug 28 22:32:06.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81852026-08-28T22:32:07.518Z[ recovery-image] Aug 28 22:32:06.523 INFO O| Aug 28 22:32:06.523 INFO STEP 953 (remove_files) COMPLETE
81862026-08-28T22:32:07.518Z[ recovery-image] Aug 28 22:32:06.523 INFO O| Aug 28 22:32:06.523 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-28T22:32:07.518Z[ recovery-image] Aug 28 22:32:06.531 INFO O| Aug 28 22:32:06.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81882026-08-28T22:32:07.518Z[ recovery-image] Aug 28 22:32:06.531 INFO O| Aug 28 22:32:06.531 INFO STEP 954 (remove_files) COMPLETE
81892026-08-28T22:32:07.518Z[ recovery-image] Aug 28 22:32:06.532 INFO O| Aug 28 22:32:06.532 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-28T22:32:07.535Z[ recovery-image] Aug 28 22:32:06.541 INFO O| Aug 28 22:32:06.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81912026-08-28T22:32:07.536Z[ recovery-image] Aug 28 22:32:06.541 INFO O| Aug 28 22:32:06.541 INFO STEP 955 (remove_files) COMPLETE
81922026-08-28T22:32:07.536Z[ recovery-image] Aug 28 22:32:06.541 INFO O| Aug 28 22:32:06.541 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-28T22:32:07.546Z[ recovery-image] Aug 28 22:32:06.549 INFO O| Aug 28 22:32:06.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81942026-08-28T22:32:07.546Z[ recovery-image] Aug 28 22:32:06.549 INFO O| Aug 28 22:32:06.549 INFO STEP 956 (remove_files) COMPLETE
81952026-08-28T22:32:07.546Z[ recovery-image] Aug 28 22:32:06.549 INFO O| Aug 28 22:32:06.549 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-28T22:32:07.546Z[ recovery-image] Aug 28 22:32:06.559 INFO O| Aug 28 22:32:06.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81972026-08-28T22:32:07.546Z[ recovery-image] Aug 28 22:32:06.559 INFO O| Aug 28 22:32:06.559 INFO STEP 957 (remove_files) COMPLETE
81982026-08-28T22:32:07.546Z[ recovery-image] Aug 28 22:32:06.559 INFO O| Aug 28 22:32:06.559 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-28T22:32:07.550Z[ recovery-image] Aug 28 22:32:06.569 INFO O| Aug 28 22:32:06.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82002026-08-28T22:32:07.550Z[ recovery-image] Aug 28 22:32:06.569 INFO O| Aug 28 22:32:06.569 INFO STEP 958 (remove_files) COMPLETE
82012026-08-28T22:32:07.550Z[ recovery-image] Aug 28 22:32:06.569 INFO O| Aug 28 22:32:06.569 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-28T22:32:07.558Z[ recovery-image] Aug 28 22:32:06.578 INFO O| Aug 28 22:32:06.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82032026-08-28T22:32:07.558Z[ recovery-image] Aug 28 22:32:06.578 INFO O| Aug 28 22:32:06.578 INFO STEP 959 (remove_files) COMPLETE
82042026-08-28T22:32:07.558Z[ recovery-image] Aug 28 22:32:06.578 INFO O| Aug 28 22:32:06.578 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-28T22:32:07.567Z[ recovery-image] Aug 28 22:32:06.587 INFO O| Aug 28 22:32:06.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82062026-08-28T22:32:07.567Z[ recovery-image] Aug 28 22:32:06.587 INFO O| Aug 28 22:32:06.587 INFO STEP 960 (remove_files) COMPLETE
82072026-08-28T22:32:07.567Z[ recovery-image] Aug 28 22:32:06.587 INFO O| Aug 28 22:32:06.587 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-28T22:32:07.575Z[ recovery-image] Aug 28 22:32:06.595 INFO O| Aug 28 22:32:06.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82092026-08-28T22:32:07.576Z[ recovery-image] Aug 28 22:32:06.595 INFO O| Aug 28 22:32:06.595 INFO STEP 961 (remove_files) COMPLETE
82102026-08-28T22:32:07.587Z[ recovery-image] Aug 28 22:32:06.595 INFO O| Aug 28 22:32:06.595 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-28T22:32:07.601Z[ recovery-image] Aug 28 22:32:06.603 INFO O| Aug 28 22:32:06.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82122026-08-28T22:32:07.601Z[ recovery-image] Aug 28 22:32:06.603 INFO O| Aug 28 22:32:06.603 INFO STEP 962 (remove_files) COMPLETE
82132026-08-28T22:32:07.601Z[ recovery-image] Aug 28 22:32:06.603 INFO O| Aug 28 22:32:06.603 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-28T22:32:07.601Z[ recovery-image] Aug 28 22:32:06.611 INFO O| Aug 28 22:32:06.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82152026-08-28T22:32:07.602Z[ recovery-image] Aug 28 22:32:06.611 INFO O| Aug 28 22:32:06.611 INFO STEP 963 (remove_files) COMPLETE
82162026-08-28T22:32:07.602Z[ recovery-image] Aug 28 22:32:06.611 INFO O| Aug 28 22:32:06.611 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-28T22:32:07.605Z[ recovery-image] Aug 28 22:32:06.618 INFO O| Aug 28 22:32:06.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82182026-08-28T22:32:07.605Z[ recovery-image] Aug 28 22:32:06.618 INFO O| Aug 28 22:32:06.618 INFO STEP 964 (remove_files) COMPLETE
82192026-08-28T22:32:07.605Z[ recovery-image] Aug 28 22:32:06.618 INFO O| Aug 28 22:32:06.618 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-28T22:32:07.609Z[ recovery-image] Aug 28 22:32:06.628 INFO O| Aug 28 22:32:06.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82212026-08-28T22:32:07.610Z[ recovery-image] Aug 28 22:32:06.628 INFO O| Aug 28 22:32:06.628 INFO STEP 965 (remove_files) COMPLETE
82222026-08-28T22:32:07.610Z[ recovery-image] Aug 28 22:32:06.628 INFO O| Aug 28 22:32:06.628 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-28T22:32:07.617Z[ recovery-image] Aug 28 22:32:06.638 INFO O| Aug 28 22:32:06.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82242026-08-28T22:32:07.617Z[ recovery-image] Aug 28 22:32:06.638 INFO O| Aug 28 22:32:06.638 INFO STEP 966 (remove_files) COMPLETE
82252026-08-28T22:32:07.617Z[ recovery-image] Aug 28 22:32:06.638 INFO O| Aug 28 22:32:06.638 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-28T22:32:07.626Z[ recovery-image] Aug 28 22:32:06.646 INFO O| Aug 28 22:32:06.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82272026-08-28T22:32:07.626Z[ recovery-image] Aug 28 22:32:06.646 INFO O| Aug 28 22:32:06.646 INFO STEP 967 (remove_files) COMPLETE
82282026-08-28T22:32:07.626Z[ recovery-image] Aug 28 22:32:06.646 INFO O| Aug 28 22:32:06.646 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-28T22:32:07.637Z[ recovery-image] Aug 28 22:32:06.657 INFO O| Aug 28 22:32:06.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82302026-08-28T22:32:07.637Z[ recovery-image] Aug 28 22:32:06.657 INFO O| Aug 28 22:32:06.657 INFO STEP 968 (remove_files) COMPLETE
82312026-08-28T22:32:07.637Z[ recovery-image] Aug 28 22:32:06.657 INFO O| Aug 28 22:32:06.657 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-28T22:32:07.664Z[ recovery-image] Aug 28 22:32:06.667 INFO O| Aug 28 22:32:06.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82332026-08-28T22:32:07.664Z[ recovery-image] Aug 28 22:32:06.668 INFO O| Aug 28 22:32:06.668 INFO STEP 969 (remove_files) COMPLETE
82342026-08-28T22:32:07.664Z[ recovery-image] Aug 28 22:32:06.668 INFO O| Aug 28 22:32:06.668 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-28T22:32:07.677Z[ recovery-image] Aug 28 22:32:06.677 INFO O| Aug 28 22:32:06.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82362026-08-28T22:32:07.677Z[ recovery-image] Aug 28 22:32:06.677 INFO O| Aug 28 22:32:06.677 INFO STEP 970 (remove_files) COMPLETE
82372026-08-28T22:32:07.677Z[ recovery-image] Aug 28 22:32:06.677 INFO O| Aug 28 22:32:06.677 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-28T22:32:07.677Z[ recovery-image] Aug 28 22:32:06.687 INFO O| Aug 28 22:32:06.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82392026-08-28T22:32:07.677Z[ recovery-image] Aug 28 22:32:06.687 INFO O| Aug 28 22:32:06.687 INFO STEP 971 (remove_files) COMPLETE
82402026-08-28T22:32:07.677Z[ recovery-image] Aug 28 22:32:06.687 INFO O| Aug 28 22:32:06.687 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-28T22:32:07.682Z[ recovery-image] Aug 28 22:32:06.696 INFO O| Aug 28 22:32:06.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82422026-08-28T22:32:07.683Z[ recovery-image] Aug 28 22:32:06.696 INFO O| Aug 28 22:32:06.696 INFO STEP 972 (remove_files) COMPLETE
82432026-08-28T22:32:07.683Z[ recovery-image] Aug 28 22:32:06.696 INFO O| Aug 28 22:32:06.696 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-28T22:32:07.689Z[ recovery-image] Aug 28 22:32:06.705 INFO O| Aug 28 22:32:06.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82452026-08-28T22:32:07.689Z[ recovery-image] Aug 28 22:32:06.706 INFO O| Aug 28 22:32:06.705 INFO STEP 973 (remove_files) COMPLETE
82462026-08-28T22:32:07.689Z[ recovery-image] Aug 28 22:32:06.706 INFO O| Aug 28 22:32:06.705 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-28T22:32:07.698Z[ recovery-image] Aug 28 22:32:06.714 INFO O| Aug 28 22:32:06.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82482026-08-28T22:32:07.699Z[ recovery-image] Aug 28 22:32:06.714 INFO O| Aug 28 22:32:06.714 INFO STEP 974 (remove_files) COMPLETE
82492026-08-28T22:32:07.713Z[ recovery-image] Aug 28 22:32:06.714 INFO O| Aug 28 22:32:06.714 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-28T22:32:07.713Z[ recovery-image] Aug 28 22:32:06.723 INFO O| Aug 28 22:32:06.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82512026-08-28T22:32:07.713Z[ recovery-image] Aug 28 22:32:06.723 INFO O| Aug 28 22:32:06.723 INFO STEP 975 (remove_files) COMPLETE
82522026-08-28T22:32:07.713Z[ recovery-image] Aug 28 22:32:06.723 INFO O| Aug 28 22:32:06.723 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-28T22:32:07.722Z[ recovery-image] Aug 28 22:32:06.732 INFO O| Aug 28 22:32:06.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82542026-08-28T22:32:07.723Z[ recovery-image] Aug 28 22:32:06.732 INFO O| Aug 28 22:32:06.732 INFO STEP 976 (remove_files) COMPLETE
82552026-08-28T22:32:07.723Z[ recovery-image] Aug 28 22:32:06.732 INFO O| Aug 28 22:32:06.732 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-28T22:32:07.730Z[ recovery-image] Aug 28 22:32:06.740 INFO O| Aug 28 22:32:06.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82572026-08-28T22:32:07.730Z[ recovery-image] Aug 28 22:32:06.740 INFO O| Aug 28 22:32:06.740 INFO STEP 977 (remove_files) COMPLETE
82582026-08-28T22:32:07.730Z[ recovery-image] Aug 28 22:32:06.740 INFO O| Aug 28 22:32:06.740 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-28T22:32:07.730Z[ recovery-image] Aug 28 22:32:06.749 INFO O| Aug 28 22:32:06.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82602026-08-28T22:32:07.730Z[ recovery-image] Aug 28 22:32:06.749 INFO O| Aug 28 22:32:06.749 INFO STEP 978 (remove_files) COMPLETE
82612026-08-28T22:32:07.730Z[ recovery-image] Aug 28 22:32:06.749 INFO O| Aug 28 22:32:06.749 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-28T22:32:07.747Z[ recovery-image] Aug 28 22:32:06.757 INFO O| Aug 28 22:32:06.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82632026-08-28T22:32:07.747Z[ recovery-image] Aug 28 22:32:06.757 INFO O| Aug 28 22:32:06.757 INFO STEP 979 (remove_files) COMPLETE
82642026-08-28T22:32:07.747Z[ recovery-image] Aug 28 22:32:06.757 INFO O| Aug 28 22:32:06.757 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-28T22:32:07.755Z[ recovery-image] Aug 28 22:32:06.766 INFO O| Aug 28 22:32:06.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82662026-08-28T22:32:07.755Z[ recovery-image] Aug 28 22:32:06.766 INFO O| Aug 28 22:32:06.766 INFO STEP 980 (remove_files) COMPLETE
82672026-08-28T22:32:07.755Z[ recovery-image] Aug 28 22:32:06.766 INFO O| Aug 28 22:32:06.766 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-28T22:32:07.767Z[ recovery-image] Aug 28 22:32:06.777 INFO O| Aug 28 22:32:06.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82692026-08-28T22:32:07.767Z[ recovery-image] Aug 28 22:32:06.777 INFO O| Aug 28 22:32:06.777 INFO STEP 981 (remove_files) COMPLETE
82702026-08-28T22:32:07.768Z[ recovery-image] Aug 28 22:32:06.777 INFO O| Aug 28 22:32:06.777 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-28T22:32:07.776Z[ recovery-image] Aug 28 22:32:06.788 INFO O| Aug 28 22:32:06.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82722026-08-28T22:32:07.776Z[ recovery-image] Aug 28 22:32:06.788 INFO O| Aug 28 22:32:06.788 INFO STEP 982 (remove_files) COMPLETE
82732026-08-28T22:32:07.776Z[ recovery-image] Aug 28 22:32:06.788 INFO O| Aug 28 22:32:06.788 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-28T22:32:07.791Z[ recovery-image] Aug 28 22:32:06.798 INFO O| Aug 28 22:32:06.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82752026-08-28T22:32:07.792Z[ recovery-image] Aug 28 22:32:06.799 INFO O| Aug 28 22:32:06.799 INFO STEP 983 (remove_files) COMPLETE
82762026-08-28T22:32:07.792Z[ recovery-image] Aug 28 22:32:06.799 INFO O| Aug 28 22:32:06.799 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-28T22:32:07.797Z[ recovery-image] Aug 28 22:32:06.810 INFO O| Aug 28 22:32:06.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82782026-08-28T22:32:07.797Z[ recovery-image] Aug 28 22:32:06.810 INFO O| Aug 28 22:32:06.810 INFO STEP 984 (remove_files) COMPLETE
82792026-08-28T22:32:07.797Z[ recovery-image] Aug 28 22:32:06.810 INFO O| Aug 28 22:32:06.810 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-28T22:32:07.803Z[ recovery-image] Aug 28 22:32:06.820 INFO O| Aug 28 22:32:06.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82812026-08-28T22:32:07.803Z[ recovery-image] Aug 28 22:32:06.820 INFO O| Aug 28 22:32:06.820 INFO STEP 985 (remove_files) COMPLETE
82822026-08-28T22:32:07.803Z[ recovery-image] Aug 28 22:32:06.820 INFO O| Aug 28 22:32:06.820 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-28T22:32:07.826Z[ recovery-image] Aug 28 22:32:06.831 INFO O| Aug 28 22:32:06.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82842026-08-28T22:32:07.826Z[ recovery-image] Aug 28 22:32:06.831 INFO O| Aug 28 22:32:06.831 INFO STEP 986 (remove_files) COMPLETE
82852026-08-28T22:32:07.826Z[ recovery-image] Aug 28 22:32:06.831 INFO O| Aug 28 22:32:06.831 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-28T22:32:07.826Z[ recovery-image] Aug 28 22:32:06.839 INFO O| Aug 28 22:32:06.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82872026-08-28T22:32:07.826Z[ recovery-image] Aug 28 22:32:06.839 INFO O| Aug 28 22:32:06.839 INFO STEP 987 (remove_files) COMPLETE
82882026-08-28T22:32:07.826Z[ recovery-image] Aug 28 22:32:06.839 INFO O| Aug 28 22:32:06.839 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-28T22:32:07.835Z[ recovery-image] Aug 28 22:32:06.848 INFO O| Aug 28 22:32:06.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82902026-08-28T22:32:07.835Z[ recovery-image] Aug 28 22:32:06.848 INFO O| Aug 28 22:32:06.848 INFO STEP 988 (remove_files) COMPLETE
82912026-08-28T22:32:07.835Z[ recovery-image] Aug 28 22:32:06.848 INFO O| Aug 28 22:32:06.848 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-28T22:32:07.856Z[ recovery-image] Aug 28 22:32:06.858 INFO O| Aug 28 22:32:06.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82932026-08-28T22:32:07.856Z[ recovery-image] Aug 28 22:32:06.858 INFO O| Aug 28 22:32:06.858 INFO STEP 989 (remove_files) COMPLETE
82942026-08-28T22:32:07.856Z[ recovery-image] Aug 28 22:32:06.858 INFO O| Aug 28 22:32:06.858 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-28T22:32:07.861Z[ recovery-image] Aug 28 22:32:06.869 INFO O| Aug 28 22:32:06.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82962026-08-28T22:32:07.861Z[ recovery-image] Aug 28 22:32:06.869 INFO O| Aug 28 22:32:06.869 INFO STEP 990 (remove_files) COMPLETE
82972026-08-28T22:32:07.861Z[ recovery-image] Aug 28 22:32:06.869 INFO O| Aug 28 22:32:06.869 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-28T22:32:07.861Z[ recovery-image] Aug 28 22:32:06.879 INFO O| Aug 28 22:32:06.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82992026-08-28T22:32:07.861Z[ recovery-image] Aug 28 22:32:06.879 INFO O| Aug 28 22:32:06.879 INFO STEP 991 (remove_files) COMPLETE
83002026-08-28T22:32:07.861Z[ recovery-image] Aug 28 22:32:06.880 INFO O| Aug 28 22:32:06.879 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-28T22:32:07.872Z[ recovery-image] Aug 28 22:32:06.889 INFO O| Aug 28 22:32:06.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83022026-08-28T22:32:07.872Z[ recovery-image] Aug 28 22:32:06.889 INFO O| Aug 28 22:32:06.889 INFO STEP 992 (remove_files) COMPLETE
83032026-08-28T22:32:07.872Z[ recovery-image] Aug 28 22:32:06.889 INFO O| Aug 28 22:32:06.889 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-28T22:32:07.892Z[ recovery-image] Aug 28 22:32:06.900 INFO O| Aug 28 22:32:06.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83052026-08-28T22:32:07.905Z[ recovery-image] Aug 28 22:32:06.900 INFO O| Aug 28 22:32:06.900 INFO STEP 993 (remove_files) COMPLETE
83062026-08-28T22:32:07.906Z[ recovery-image] Aug 28 22:32:06.900 INFO O| Aug 28 22:32:06.900 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-28T22:32:07.906Z[ recovery-image] Aug 28 22:32:06.912 INFO O| Aug 28 22:32:06.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83082026-08-28T22:32:07.906Z[ recovery-image] Aug 28 22:32:06.912 INFO O| Aug 28 22:32:06.912 INFO STEP 994 (remove_files) COMPLETE
83092026-08-28T22:32:07.906Z[ recovery-image] Aug 28 22:32:06.912 INFO O| Aug 28 22:32:06.912 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-28T22:32:07.910Z[ recovery-image] Aug 28 22:32:06.923 INFO O| Aug 28 22:32:06.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83112026-08-28T22:32:07.911Z[ recovery-image] Aug 28 22:32:06.923 INFO O| Aug 28 22:32:06.923 INFO STEP 995 (remove_files) COMPLETE
83122026-08-28T22:32:07.911Z[ recovery-image] Aug 28 22:32:06.923 INFO O| Aug 28 22:32:06.923 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-28T22:32:07.923Z[ recovery-image] Aug 28 22:32:06.933 INFO O| Aug 28 22:32:06.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83142026-08-28T22:32:07.923Z[ recovery-image] Aug 28 22:32:06.933 INFO O| Aug 28 22:32:06.933 INFO STEP 996 (remove_files) COMPLETE
83152026-08-28T22:32:07.923Z[ recovery-image] Aug 28 22:32:06.933 INFO O| Aug 28 22:32:06.933 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-28T22:32:07.929Z[ recovery-image] Aug 28 22:32:06.943 INFO O| Aug 28 22:32:06.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83172026-08-28T22:32:07.930Z[ recovery-image] Aug 28 22:32:06.943 INFO O| Aug 28 22:32:06.943 INFO STEP 997 (remove_files) COMPLETE
83182026-08-28T22:32:07.930Z[ recovery-image] Aug 28 22:32:06.943 INFO O| Aug 28 22:32:06.943 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-28T22:32:07.948Z[ recovery-image] Aug 28 22:32:06.953 INFO O| Aug 28 22:32:06.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83202026-08-28T22:32:07.948Z[ recovery-image] Aug 28 22:32:06.953 INFO O| Aug 28 22:32:06.953 INFO STEP 998 (remove_files) COMPLETE
83212026-08-28T22:32:07.948Z[ recovery-image] Aug 28 22:32:06.953 INFO O| Aug 28 22:32:06.953 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-28T22:32:07.964Z[ recovery-image] Aug 28 22:32:06.962 INFO O| Aug 28 22:32:06.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83232026-08-28T22:32:07.964Z[ recovery-image] Aug 28 22:32:06.962 INFO O| Aug 28 22:32:06.962 INFO STEP 999 (remove_files) COMPLETE
83242026-08-28T22:32:07.964Z[ recovery-image] Aug 28 22:32:06.962 INFO O| Aug 28 22:32:06.962 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-28T22:32:07.964Z[ recovery-image] Aug 28 22:32:06.972 INFO O| Aug 28 22:32:06.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83262026-08-28T22:32:07.964Z[ recovery-image] Aug 28 22:32:06.972 INFO O| Aug 28 22:32:06.972 INFO STEP 1000 (remove_files) COMPLETE
83272026-08-28T22:32:07.964Z[ recovery-image] Aug 28 22:32:06.972 INFO O| Aug 28 22:32:06.972 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-28T22:32:07.977Z[ recovery-image] Aug 28 22:32:06.984 INFO O| Aug 28 22:32:06.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83292026-08-28T22:32:07.978Z[ recovery-image] Aug 28 22:32:06.984 INFO O| Aug 28 22:32:06.984 INFO STEP 1001 (remove_files) COMPLETE
83302026-08-28T22:32:07.978Z[ recovery-image] Aug 28 22:32:06.984 INFO O| Aug 28 22:32:06.984 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-28T22:32:07.994Z[ recovery-image] Aug 28 22:32:06.995 INFO O| Aug 28 22:32:06.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83322026-08-28T22:32:07.995Z[ recovery-image] Aug 28 22:32:06.995 INFO O| Aug 28 22:32:06.995 INFO STEP 1002 (remove_files) COMPLETE
83332026-08-28T22:32:07.995Z[ recovery-image] Aug 28 22:32:06.995 INFO O| Aug 28 22:32:06.995 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-28T22:32:08.010Z[ recovery-image] Aug 28 22:32:07.007 INFO O| Aug 28 22:32:07.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83352026-08-28T22:32:08.010Z[ recovery-image] Aug 28 22:32:07.007 INFO O| Aug 28 22:32:07.007 INFO STEP 1003 (remove_files) COMPLETE
83362026-08-28T22:32:08.010Z[ recovery-image] Aug 28 22:32:07.007 INFO O| Aug 28 22:32:07.007 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-28T22:32:08.010Z[ recovery-image] Aug 28 22:32:07.019 INFO O| Aug 28 22:32:07.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83382026-08-28T22:32:08.010Z[ recovery-image] Aug 28 22:32:07.019 INFO O| Aug 28 22:32:07.019 INFO STEP 1004 (remove_files) COMPLETE
83392026-08-28T22:32:08.010Z[ recovery-image] Aug 28 22:32:07.019 INFO O| Aug 28 22:32:07.019 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-28T22:32:08.019Z[ recovery-image] Aug 28 22:32:07.029 INFO O| Aug 28 22:32:07.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83412026-08-28T22:32:08.019Z[ recovery-image] Aug 28 22:32:07.029 INFO O| Aug 28 22:32:07.029 INFO STEP 1005 (remove_files) COMPLETE
83422026-08-28T22:32:08.019Z[ recovery-image] Aug 28 22:32:07.029 INFO O| Aug 28 22:32:07.029 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-28T22:32:08.031Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
83442026-08-28T22:32:08.031Z[ recovery-image] Aug 28 22:32:07.038 INFO O| Aug 28 22:32:07.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83452026-08-28T22:32:08.031Z[ recovery-image] Aug 28 22:32:07.039 INFO O| Aug 28 22:32:07.038 INFO STEP 1006 (remove_files) COMPLETE
83462026-08-28T22:32:08.031Z[ recovery-image] Aug 28 22:32:07.039 INFO O| Aug 28 22:32:07.039 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-28T22:32:08.046Z[ recovery-image] Aug 28 22:32:07.047 INFO O| Aug 28 22:32:07.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83482026-08-28T22:32:08.046Z[ recovery-image] Aug 28 22:32:07.047 INFO O| Aug 28 22:32:07.047 INFO STEP 1007 (remove_files) COMPLETE
83492026-08-28T22:32:08.047Z[ recovery-image] Aug 28 22:32:07.047 INFO O| Aug 28 22:32:07.047 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-28T22:32:08.055Z[ recovery-image] Aug 28 22:32:07.057 INFO O| Aug 28 22:32:07.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83512026-08-28T22:32:08.055Z[ recovery-image] Aug 28 22:32:07.057 INFO O| Aug 28 22:32:07.057 INFO STEP 1008 (remove_files) COMPLETE
83522026-08-28T22:32:08.055Z[ recovery-image] Aug 28 22:32:07.057 INFO O| Aug 28 22:32:07.057 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-28T22:32:08.055Z[ recovery-image] Aug 28 22:32:07.067 INFO O| Aug 28 22:32:07.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83542026-08-28T22:32:08.055Z[ recovery-image] Aug 28 22:32:07.067 INFO O| Aug 28 22:32:07.067 INFO STEP 1009 (remove_files) COMPLETE
83552026-08-28T22:32:08.055Z[ recovery-image] Aug 28 22:32:07.067 INFO O| Aug 28 22:32:07.067 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-28T22:32:08.061Z[ recovery-image] Aug 28 22:32:07.077 INFO O| Aug 28 22:32:07.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83572026-08-28T22:32:08.061Z[ recovery-image] Aug 28 22:32:07.077 INFO O| Aug 28 22:32:07.077 INFO STEP 1010 (remove_files) COMPLETE
83582026-08-28T22:32:08.061Z[ recovery-image] Aug 28 22:32:07.077 INFO O| Aug 28 22:32:07.077 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-28T22:32:08.074Z[ recovery-image] Aug 28 22:32:07.089 INFO O| Aug 28 22:32:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83602026-08-28T22:32:08.074Z[ recovery-image] Aug 28 22:32:07.089 INFO O| Aug 28 22:32:07.089 INFO STEP 1011 (remove_files) COMPLETE
83612026-08-28T22:32:08.074Z[ recovery-image] Aug 28 22:32:07.089 INFO O| Aug 28 22:32:07.089 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-28T22:32:08.079Z[ recovery-image] Aug 28 22:32:07.100 INFO O| Aug 28 22:32:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83632026-08-28T22:32:08.079Z[ recovery-image] Aug 28 22:32:07.100 INFO O| Aug 28 22:32:07.100 INFO STEP 1012 (remove_files) COMPLETE
83642026-08-28T22:32:08.080Z[ recovery-image] Aug 28 22:32:07.100 INFO O| Aug 28 22:32:07.100 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-28T22:32:08.090Z[ recovery-image] Aug 28 22:32:07.110 INFO O| Aug 28 22:32:07.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83662026-08-28T22:32:08.094Z[ recovery-image] Aug 28 22:32:07.111 INFO O| Aug 28 22:32:07.111 INFO STEP 1013 (remove_files) COMPLETE
83672026-08-28T22:32:08.094Z[ recovery-image] Aug 28 22:32:07.111 INFO O| Aug 28 22:32:07.111 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-28T22:32:08.106Z[ recovery-image] Aug 28 22:32:07.121 INFO O| Aug 28 22:32:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83692026-08-28T22:32:08.107Z[ recovery-image] Aug 28 22:32:07.121 INFO O| Aug 28 22:32:07.121 INFO STEP 1014 (remove_files) COMPLETE
83702026-08-28T22:32:08.107Z[ recovery-image] Aug 28 22:32:07.121 INFO O| Aug 28 22:32:07.121 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-28T22:32:08.111Z[ recovery-image] Aug 28 22:32:07.131 INFO O| Aug 28 22:32:07.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83722026-08-28T22:32:08.119Z[ recovery-image] Aug 28 22:32:07.132 INFO O| Aug 28 22:32:07.132 INFO STEP 1015 (remove_files) COMPLETE
83732026-08-28T22:32:08.119Z[ recovery-image] Aug 28 22:32:07.132 INFO O| Aug 28 22:32:07.132 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-28T22:32:08.130Z[ recovery-image] Aug 28 22:32:07.143 INFO O| Aug 28 22:32:07.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83752026-08-28T22:32:08.131Z[ recovery-image] Aug 28 22:32:07.143 INFO O| Aug 28 22:32:07.143 INFO STEP 1016 (remove_files) COMPLETE
83762026-08-28T22:32:08.131Z[ recovery-image] Aug 28 22:32:07.143 INFO O| Aug 28 22:32:07.143 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-28T22:32:08.143Z[ recovery-image] Aug 28 22:32:07.154 INFO O| Aug 28 22:32:07.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83782026-08-28T22:32:08.143Z[ recovery-image] Aug 28 22:32:07.154 INFO O| Aug 28 22:32:07.154 INFO STEP 1017 (remove_files) COMPLETE
83792026-08-28T22:32:08.143Z[ recovery-image] Aug 28 22:32:07.154 INFO O| Aug 28 22:32:07.154 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-28T22:32:08.162Z[ recovery-image] Aug 28 22:32:07.164 INFO O| Aug 28 22:32:07.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83812026-08-28T22:32:08.162Z[ recovery-image] Aug 28 22:32:07.164 INFO O| Aug 28 22:32:07.164 INFO STEP 1018 (remove_files) COMPLETE
83822026-08-28T22:32:08.162Z[ recovery-image] Aug 28 22:32:07.164 INFO O| Aug 28 22:32:07.164 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-28T22:32:08.187Z[ recovery-image] Aug 28 22:32:07.174 INFO O| Aug 28 22:32:07.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83842026-08-28T22:32:08.187Z[ recovery-image] Aug 28 22:32:07.174 INFO O| Aug 28 22:32:07.174 INFO STEP 1019 (remove_files) COMPLETE
83852026-08-28T22:32:08.187Z[ recovery-image] Aug 28 22:32:07.174 INFO O| Aug 28 22:32:07.174 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-28T22:32:08.187Z[ recovery-image] Aug 28 22:32:07.185 INFO O| Aug 28 22:32:07.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83872026-08-28T22:32:08.187Z[ recovery-image] Aug 28 22:32:07.185 INFO O| Aug 28 22:32:07.185 INFO STEP 1020 (remove_files) COMPLETE
83882026-08-28T22:32:08.187Z[ recovery-image] Aug 28 22:32:07.185 INFO O| Aug 28 22:32:07.185 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-28T22:32:08.196Z[ recovery-image] Aug 28 22:32:07.196 INFO O| Aug 28 22:32:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83902026-08-28T22:32:08.197Z[ recovery-image] Aug 28 22:32:07.196 INFO O| Aug 28 22:32:07.196 INFO STEP 1021 (remove_files) COMPLETE
83912026-08-28T22:32:08.197Z[ recovery-image] Aug 28 22:32:07.196 INFO O| Aug 28 22:32:07.196 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-28T22:32:08.197Z[ recovery-image] Aug 28 22:32:07.207 INFO O| Aug 28 22:32:07.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83932026-08-28T22:32:08.197Z[ recovery-image] Aug 28 22:32:07.207 INFO O| Aug 28 22:32:07.207 INFO STEP 1022 (remove_files) COMPLETE
83942026-08-28T22:32:08.197Z[ recovery-image] Aug 28 22:32:07.207 INFO O| Aug 28 22:32:07.207 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-28T22:32:08.201Z[ recovery-image] Aug 28 22:32:07.217 INFO O| Aug 28 22:32:07.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83962026-08-28T22:32:08.201Z[ recovery-image] Aug 28 22:32:07.217 INFO O| Aug 28 22:32:07.217 INFO STEP 1023 (remove_files) COMPLETE
83972026-08-28T22:32:08.201Z[ recovery-image] Aug 28 22:32:07.217 INFO O| Aug 28 22:32:07.217 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-28T22:32:08.213Z[ recovery-image] Aug 28 22:32:07.227 INFO O| Aug 28 22:32:07.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83992026-08-28T22:32:08.213Z[ recovery-image] Aug 28 22:32:07.228 INFO O| Aug 28 22:32:07.227 INFO STEP 1024 (remove_files) COMPLETE
84002026-08-28T22:32:08.229Z[ recovery-image] Aug 28 22:32:07.228 INFO O| Aug 28 22:32:07.227 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-28T22:32:08.242Z[ recovery-image] Aug 28 22:32:07.239 INFO O| Aug 28 22:32:07.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84022026-08-28T22:32:08.242Z[ recovery-image] Aug 28 22:32:07.239 INFO O| Aug 28 22:32:07.239 INFO STEP 1025 (remove_files) COMPLETE
84032026-08-28T22:32:08.242Z[ recovery-image] Aug 28 22:32:07.239 INFO O| Aug 28 22:32:07.239 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-28T22:32:08.242Z[ recovery-image] Aug 28 22:32:07.248 INFO O| Aug 28 22:32:07.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84052026-08-28T22:32:08.242Z[ recovery-image] Aug 28 22:32:07.248 INFO O| Aug 28 22:32:07.248 INFO STEP 1026 (remove_files) COMPLETE
84062026-08-28T22:32:08.242Z[ recovery-image] Aug 28 22:32:07.248 INFO O| Aug 28 22:32:07.248 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-28T22:32:08.248Z[ recovery-image] Aug 28 22:32:07.258 INFO O| Aug 28 22:32:07.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84082026-08-28T22:32:08.248Z[ recovery-image] Aug 28 22:32:07.258 INFO O| Aug 28 22:32:07.258 INFO STEP 1027 (remove_files) COMPLETE
84092026-08-28T22:32:08.248Z[ recovery-image] Aug 28 22:32:07.258 INFO O| Aug 28 22:32:07.258 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-28T22:32:08.248Z[ recovery-image] Aug 28 22:32:07.268 INFO O| Aug 28 22:32:07.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84112026-08-28T22:32:08.248Z[ recovery-image] Aug 28 22:32:07.268 INFO O| Aug 28 22:32:07.268 INFO STEP 1028 (remove_files) COMPLETE
84122026-08-28T22:32:08.248Z[ recovery-image] Aug 28 22:32:07.268 INFO O| Aug 28 22:32:07.268 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-28T22:32:08.261Z[ recovery-image] Aug 28 22:32:07.278 INFO O| Aug 28 22:32:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84142026-08-28T22:32:08.261Z[ recovery-image] Aug 28 22:32:07.278 INFO O| Aug 28 22:32:07.278 INFO STEP 1029 (remove_files) COMPLETE
84152026-08-28T22:32:08.261Z[ recovery-image] Aug 28 22:32:07.278 INFO O| Aug 28 22:32:07.278 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-28T22:32:08.273Z[ recovery-image] Aug 28 22:32:07.290 INFO O| Aug 28 22:32:07.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84172026-08-28T22:32:08.273Z[ recovery-image] Aug 28 22:32:07.290 INFO O| Aug 28 22:32:07.290 INFO STEP 1030 (remove_files) COMPLETE
84182026-08-28T22:32:08.273Z[ recovery-image] Aug 28 22:32:07.290 INFO O| Aug 28 22:32:07.290 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-28T22:32:08.280Z[ recovery-image] Aug 28 22:32:07.300 INFO O| Aug 28 22:32:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84202026-08-28T22:32:08.281Z[ recovery-image] Aug 28 22:32:07.300 INFO O| Aug 28 22:32:07.300 INFO STEP 1031 (remove_files) COMPLETE
84212026-08-28T22:32:08.281Z[ recovery-image] Aug 28 22:32:07.300 INFO O| Aug 28 22:32:07.300 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-28T22:32:08.292Z[ recovery-image] Aug 28 22:32:07.310 INFO O| Aug 28 22:32:07.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84232026-08-28T22:32:08.293Z[ recovery-image] Aug 28 22:32:07.310 INFO O| Aug 28 22:32:07.310 INFO STEP 1032 (remove_files) COMPLETE
84242026-08-28T22:32:08.293Z[ recovery-image] Aug 28 22:32:07.310 INFO O| Aug 28 22:32:07.310 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-28T22:32:08.301Z[ recovery-image] Aug 28 22:32:07.319 INFO O| Aug 28 22:32:07.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84262026-08-28T22:32:08.301Z[ recovery-image] Aug 28 22:32:07.319 INFO O| Aug 28 22:32:07.319 INFO STEP 1033 (remove_files) COMPLETE
84272026-08-28T22:32:08.301Z[ recovery-image] Aug 28 22:32:07.319 INFO O| Aug 28 22:32:07.319 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-28T22:32:08.309Z[ recovery-image] Aug 28 22:32:07.329 INFO O| Aug 28 22:32:07.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84292026-08-28T22:32:08.309Z[ recovery-image] Aug 28 22:32:07.329 INFO O| Aug 28 22:32:07.329 INFO STEP 1034 (remove_files) COMPLETE
84302026-08-28T22:32:08.309Z[ recovery-image] Aug 28 22:32:07.329 INFO O| Aug 28 22:32:07.329 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-28T22:32:08.318Z[ recovery-image] Aug 28 22:32:07.339 INFO O| Aug 28 22:32:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84322026-08-28T22:32:08.318Z[ recovery-image] Aug 28 22:32:07.339 INFO O| Aug 28 22:32:07.339 INFO STEP 1035 (remove_files) COMPLETE
84332026-08-28T22:32:08.318Z[ recovery-image] Aug 28 22:32:07.339 INFO O| Aug 28 22:32:07.339 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-28T22:32:08.334Z[ recovery-image] Aug 28 22:32:07.348 INFO O| Aug 28 22:32:07.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84352026-08-28T22:32:08.346Z[ recovery-image] Aug 28 22:32:07.349 INFO O| Aug 28 22:32:07.348 INFO STEP 1036 (remove_files) COMPLETE
84362026-08-28T22:32:08.346Z[ recovery-image] Aug 28 22:32:07.349 INFO O| Aug 28 22:32:07.348 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-28T22:32:08.346Z[ recovery-image] Aug 28 22:32:07.358 INFO O| Aug 28 22:32:07.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84382026-08-28T22:32:08.346Z[ recovery-image] Aug 28 22:32:07.358 INFO O| Aug 28 22:32:07.358 INFO STEP 1037 (remove_files) COMPLETE
84392026-08-28T22:32:08.346Z[ recovery-image] Aug 28 22:32:07.358 INFO O| Aug 28 22:32:07.358 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-28T22:32:08.352Z[ recovery-image] Aug 28 22:32:07.369 INFO O| Aug 28 22:32:07.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84412026-08-28T22:32:08.352Z[ recovery-image] Aug 28 22:32:07.369 INFO O| Aug 28 22:32:07.369 INFO STEP 1038 (remove_files) COMPLETE
84422026-08-28T22:32:08.352Z[ recovery-image] Aug 28 22:32:07.370 INFO O| Aug 28 22:32:07.369 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-28T22:32:08.361Z[ recovery-image] Aug 28 22:32:07.380 INFO O| Aug 28 22:32:07.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84442026-08-28T22:32:08.361Z[ recovery-image] Aug 28 22:32:07.380 INFO O| Aug 28 22:32:07.380 INFO STEP 1039 (remove_files) COMPLETE
84452026-08-28T22:32:08.361Z[ recovery-image] Aug 28 22:32:07.380 INFO O| Aug 28 22:32:07.380 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-28T22:32:08.369Z[ recovery-image] Aug 28 22:32:07.389 INFO O| Aug 28 22:32:07.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84472026-08-28T22:32:08.374Z[ recovery-image] Aug 28 22:32:07.389 INFO O| Aug 28 22:32:07.389 INFO STEP 1040 (remove_files) COMPLETE
84482026-08-28T22:32:08.374Z[ recovery-image] Aug 28 22:32:07.389 INFO O| Aug 28 22:32:07.389 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-28T22:32:08.378Z[ recovery-image] Aug 28 22:32:07.399 INFO O| Aug 28 22:32:07.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84502026-08-28T22:32:08.378Z[ recovery-image] Aug 28 22:32:07.399 INFO O| Aug 28 22:32:07.399 INFO STEP 1041 (remove_files) COMPLETE
84512026-08-28T22:32:08.389Z[ recovery-image] Aug 28 22:32:07.399 INFO O| Aug 28 22:32:07.399 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-28T22:32:08.389Z[ recovery-image] Aug 28 22:32:07.409 INFO O| Aug 28 22:32:07.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84532026-08-28T22:32:08.390Z[ recovery-image] Aug 28 22:32:07.409 INFO O| Aug 28 22:32:07.409 INFO STEP 1042 (remove_files) COMPLETE
84542026-08-28T22:32:08.390Z[ recovery-image] Aug 28 22:32:07.409 INFO O| Aug 28 22:32:07.409 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-28T22:32:08.400Z[ recovery-image] Aug 28 22:32:07.418 INFO O| Aug 28 22:32:07.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84562026-08-28T22:32:08.400Z[ recovery-image] Aug 28 22:32:07.418 INFO O| Aug 28 22:32:07.418 INFO STEP 1043 (remove_files) COMPLETE
84572026-08-28T22:32:08.405Z[ recovery-image] Aug 28 22:32:07.418 INFO O| Aug 28 22:32:07.418 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-28T22:32:08.422Z[ recovery-image] Aug 28 22:32:07.428 INFO O| Aug 28 22:32:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84592026-08-28T22:32:08.422Z[ recovery-image] Aug 28 22:32:07.428 INFO O| Aug 28 22:32:07.428 INFO STEP 1044 (remove_files) COMPLETE
84602026-08-28T22:32:08.422Z[ recovery-image] Aug 28 22:32:07.428 INFO O| Aug 28 22:32:07.428 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-28T22:32:08.426Z[ recovery-image] Aug 28 22:32:07.438 INFO O| Aug 28 22:32:07.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84622026-08-28T22:32:08.426Z[ recovery-image] Aug 28 22:32:07.438 INFO O| Aug 28 22:32:07.438 INFO STEP 1045 (remove_files) COMPLETE
84632026-08-28T22:32:08.426Z[ recovery-image] Aug 28 22:32:07.438 INFO O| Aug 28 22:32:07.438 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-28T22:32:08.437Z[ recovery-image] Aug 28 22:32:07.448 INFO O| Aug 28 22:32:07.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84652026-08-28T22:32:08.437Z[ recovery-image] Aug 28 22:32:07.448 INFO O| Aug 28 22:32:07.448 INFO STEP 1046 (remove_files) COMPLETE
84662026-08-28T22:32:08.437Z[ recovery-image] Aug 28 22:32:07.448 INFO O| Aug 28 22:32:07.448 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-28T22:32:08.445Z[ recovery-image] Aug 28 22:32:07.458 INFO O| Aug 28 22:32:07.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84682026-08-28T22:32:08.445Z[ recovery-image] Aug 28 22:32:07.459 INFO O| Aug 28 22:32:07.459 INFO STEP 1047 (remove_files) COMPLETE
84692026-08-28T22:32:08.445Z[ recovery-image] Aug 28 22:32:07.459 INFO O| Aug 28 22:32:07.459 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-28T22:32:08.451Z[ recovery-image] Aug 28 22:32:07.469 INFO O| Aug 28 22:32:07.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84712026-08-28T22:32:08.451Z[ recovery-image] Aug 28 22:32:07.469 INFO O| Aug 28 22:32:07.469 INFO STEP 1048 (remove_files) COMPLETE
84722026-08-28T22:32:08.451Z[ recovery-image] Aug 28 22:32:07.469 INFO O| Aug 28 22:32:07.469 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-28T22:32:08.503Z[ recovery-image] Aug 28 22:32:07.520 INFO O| Aug 28 22:32:07.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84742026-08-28T22:32:08.503Z[ recovery-image] Aug 28 22:32:07.520 INFO O| Aug 28 22:32:07.520 INFO STEP 1049 (remove_files) COMPLETE
84752026-08-28T22:32:08.503Z[ recovery-image] Aug 28 22:32:07.520 INFO O| Aug 28 22:32:07.520 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-28T22:32:08.510Z[ recovery-image] Aug 28 22:32:07.531 INFO O| Aug 28 22:32:07.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84772026-08-28T22:32:08.511Z[ recovery-image] Aug 28 22:32:07.531 INFO O| Aug 28 22:32:07.531 INFO STEP 1050 (remove_files) COMPLETE
84782026-08-28T22:32:08.511Z[ recovery-image] Aug 28 22:32:07.531 INFO O| Aug 28 22:32:07.531 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-28T22:32:08.530Z[ recovery-image] Aug 28 22:32:07.541 INFO O| Aug 28 22:32:07.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84802026-08-28T22:32:08.530Z[ recovery-image] Aug 28 22:32:07.541 INFO O| Aug 28 22:32:07.541 INFO STEP 1051 (remove_files) COMPLETE
84812026-08-28T22:32:08.545Z[ recovery-image] Aug 28 22:32:07.541 INFO O| Aug 28 22:32:07.541 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-28T22:32:08.545Z[ recovery-image] Aug 28 22:32:07.551 INFO O| Aug 28 22:32:07.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84832026-08-28T22:32:08.545Z[ recovery-image] Aug 28 22:32:07.551 INFO O| Aug 28 22:32:07.551 INFO STEP 1052 (remove_files) COMPLETE
84842026-08-28T22:32:08.545Z[ recovery-image] Aug 28 22:32:07.551 INFO O| Aug 28 22:32:07.551 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-28T22:32:08.552Z[ recovery-image] Aug 28 22:32:07.561 INFO O| Aug 28 22:32:07.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84862026-08-28T22:32:08.552Z[ recovery-image] Aug 28 22:32:07.561 INFO O| Aug 28 22:32:07.561 INFO STEP 1053 (remove_files) COMPLETE
84872026-08-28T22:32:08.552Z[ recovery-image] Aug 28 22:32:07.561 INFO O| Aug 28 22:32:07.561 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-28T22:32:08.563Z[ recovery-image] Aug 28 22:32:07.571 INFO O| Aug 28 22:32:07.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84892026-08-28T22:32:08.563Z[ recovery-image] Aug 28 22:32:07.571 INFO O| Aug 28 22:32:07.571 INFO STEP 1054 (remove_files) COMPLETE
84902026-08-28T22:32:08.563Z[ recovery-image] Aug 28 22:32:07.571 INFO O| Aug 28 22:32:07.571 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-28T22:32:08.571Z[ recovery-image] Aug 28 22:32:07.581 INFO O| Aug 28 22:32:07.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84922026-08-28T22:32:08.571Z[ recovery-image] Aug 28 22:32:07.581 INFO O| Aug 28 22:32:07.581 INFO STEP 1055 (remove_files) COMPLETE
84932026-08-28T22:32:08.571Z[ recovery-image] Aug 28 22:32:07.581 INFO O| Aug 28 22:32:07.581 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-28T22:32:08.578Z[ recovery-image] Aug 28 22:32:07.591 INFO O| Aug 28 22:32:07.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84952026-08-28T22:32:08.578Z[ recovery-image] Aug 28 22:32:07.591 INFO O| Aug 28 22:32:07.591 INFO STEP 1056 (remove_files) COMPLETE
84962026-08-28T22:32:08.578Z[ recovery-image] Aug 28 22:32:07.591 INFO O| Aug 28 22:32:07.591 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-28T22:32:08.586Z[ recovery-image] Aug 28 22:32:07.600 INFO O| Aug 28 22:32:07.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84982026-08-28T22:32:08.586Z[ recovery-image] Aug 28 22:32:07.600 INFO O| Aug 28 22:32:07.600 INFO STEP 1057 (remove_files) COMPLETE
84992026-08-28T22:32:08.586Z[ recovery-image] Aug 28 22:32:07.600 INFO O| Aug 28 22:32:07.600 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-28T22:32:08.599Z[ recovery-image] Aug 28 22:32:07.610 INFO O| Aug 28 22:32:07.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85012026-08-28T22:32:08.599Z[ recovery-image] Aug 28 22:32:07.610 INFO O| Aug 28 22:32:07.610 INFO STEP 1058 (remove_files) COMPLETE
85022026-08-28T22:32:08.599Z[ recovery-image] Aug 28 22:32:07.610 INFO O| Aug 28 22:32:07.610 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-28T22:32:08.603Z[ recovery-image] Aug 28 22:32:07.622 INFO O| Aug 28 22:32:07.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85042026-08-28T22:32:08.603Z[ recovery-image] Aug 28 22:32:07.622 INFO O| Aug 28 22:32:07.622 INFO STEP 1059 (remove_files) COMPLETE
85052026-08-28T22:32:08.604Z[ recovery-image] Aug 28 22:32:07.622 INFO O| Aug 28 22:32:07.622 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-28T22:32:08.617Z[ recovery-image] Aug 28 22:32:07.631 INFO O| Aug 28 22:32:07.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85072026-08-28T22:32:08.617Z[ recovery-image] Aug 28 22:32:07.631 INFO O| Aug 28 22:32:07.631 INFO STEP 1060 (remove_files) COMPLETE
85082026-08-28T22:32:08.617Z[ recovery-image] Aug 28 22:32:07.631 INFO O| Aug 28 22:32:07.631 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-28T22:32:08.622Z[ recovery-image] Aug 28 22:32:07.641 INFO O| Aug 28 22:32:07.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85102026-08-28T22:32:08.622Z[ recovery-image] Aug 28 22:32:07.641 INFO O| Aug 28 22:32:07.641 INFO STEP 1061 (remove_files) COMPLETE
85112026-08-28T22:32:08.622Z[ recovery-image] Aug 28 22:32:07.641 INFO O| Aug 28 22:32:07.641 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-28T22:32:08.671Z[ recovery-image] Aug 28 22:32:07.652 INFO O| Aug 28 22:32:07.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85132026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.652 INFO O| Aug 28 22:32:07.652 INFO STEP 1062 (remove_files) COMPLETE
85142026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.653 INFO O| Aug 28 22:32:07.652 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.670 INFO O| Aug 28 22:32:07.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85162026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.671 INFO O| Aug 28 22:32:07.671 INFO STEP 1063 (remove_files) COMPLETE
85172026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.671 INFO O| Aug 28 22:32:07.671 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.682 INFO O| Aug 28 22:32:07.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85192026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.683 INFO O| Aug 28 22:32:07.683 INFO STEP 1064 (remove_files) COMPLETE
85202026-08-28T22:32:08.681Z[ recovery-image] Aug 28 22:32:07.683 INFO O| Aug 28 22:32:07.683 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-28T22:32:08.682Z[ recovery-image] Aug 28 22:32:07.693 INFO O| Aug 28 22:32:07.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85222026-08-28T22:32:08.682Z[ recovery-image] Aug 28 22:32:07.693 INFO O| Aug 28 22:32:07.693 INFO STEP 1065 (remove_files) COMPLETE
85232026-08-28T22:32:08.682Z[ recovery-image] Aug 28 22:32:07.693 INFO O| Aug 28 22:32:07.693 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-28T22:32:08.687Z[ recovery-image] Aug 28 22:32:07.701 INFO O| Aug 28 22:32:07.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85252026-08-28T22:32:08.687Z[ recovery-image] Aug 28 22:32:07.702 INFO O| Aug 28 22:32:07.702 INFO STEP 1066 (remove_files) COMPLETE
85262026-08-28T22:32:08.687Z[ recovery-image] Aug 28 22:32:07.702 INFO O| Aug 28 22:32:07.702 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-28T22:32:08.692Z[ recovery-image] Aug 28 22:32:07.711 INFO O| Aug 28 22:32:07.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85282026-08-28T22:32:08.692Z[ recovery-image] Aug 28 22:32:07.711 INFO O| Aug 28 22:32:07.711 INFO STEP 1067 (remove_files) COMPLETE
85292026-08-28T22:32:08.692Z[ recovery-image] Aug 28 22:32:07.711 INFO O| Aug 28 22:32:07.711 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-28T22:32:08.698Z[ recovery-image] Aug 28 22:32:07.719 INFO O| Aug 28 22:32:07.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85312026-08-28T22:32:08.699Z[ recovery-image] Aug 28 22:32:07.719 INFO O| Aug 28 22:32:07.719 INFO STEP 1068 (remove_files) COMPLETE
85322026-08-28T22:32:08.704Z[ recovery-image] Aug 28 22:32:07.719 INFO O| Aug 28 22:32:07.719 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-28T22:32:08.711Z[ recovery-image] Aug 28 22:32:07.727 INFO O| Aug 28 22:32:07.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85342026-08-28T22:32:08.711Z[ recovery-image] Aug 28 22:32:07.727 INFO O| Aug 28 22:32:07.727 INFO STEP 1069 (remove_files) COMPLETE
85352026-08-28T22:32:08.712Z[ recovery-image] Aug 28 22:32:07.727 INFO O| Aug 28 22:32:07.727 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-28T22:32:08.735Z[ recovery-image] Aug 28 22:32:07.735 INFO O| Aug 28 22:32:07.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85372026-08-28T22:32:08.735Z[ recovery-image] Aug 28 22:32:07.735 INFO O| Aug 28 22:32:07.735 INFO STEP 1070 (remove_files) COMPLETE
85382026-08-28T22:32:08.736Z[ recovery-image] Aug 28 22:32:07.735 INFO O| Aug 28 22:32:07.735 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-28T22:32:08.751Z[ recovery-image] Aug 28 22:32:07.743 INFO O| Aug 28 22:32:07.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85402026-08-28T22:32:08.751Z[ recovery-image] Aug 28 22:32:07.743 INFO O| Aug 28 22:32:07.743 INFO STEP 1071 (remove_files) COMPLETE
85412026-08-28T22:32:08.751Z[ recovery-image] Aug 28 22:32:07.743 INFO O| Aug 28 22:32:07.743 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-28T22:32:08.751Z[ recovery-image] Aug 28 22:32:07.751 INFO O| Aug 28 22:32:07.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85432026-08-28T22:32:08.751Z[ recovery-image] Aug 28 22:32:07.751 INFO O| Aug 28 22:32:07.751 INFO STEP 1072 (remove_files) COMPLETE
85442026-08-28T22:32:08.751Z[ recovery-image] Aug 28 22:32:07.751 INFO O| Aug 28 22:32:07.751 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-28T22:32:08.751Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
85462026-08-28T22:32:08.762Z[ recovery-image] Aug 28 22:32:07.762 INFO O| Aug 28 22:32:07.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85472026-08-28T22:32:08.762Z[ recovery-image] Aug 28 22:32:07.762 INFO O| Aug 28 22:32:07.762 INFO STEP 1073 (remove_files) COMPLETE
85482026-08-28T22:32:08.762Z[ recovery-image] Aug 28 22:32:07.762 INFO O| Aug 28 22:32:07.762 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-28T22:32:08.762Z[ recovery-image] Aug 28 22:32:07.773 INFO O| Aug 28 22:32:07.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85502026-08-28T22:32:08.763Z[ recovery-image] Aug 28 22:32:07.773 INFO O| Aug 28 22:32:07.773 INFO STEP 1074 (remove_files) COMPLETE
85512026-08-28T22:32:08.763Z[ recovery-image] Aug 28 22:32:07.773 INFO O| Aug 28 22:32:07.773 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-28T22:32:08.780Z[ recovery-image] Aug 28 22:32:07.784 INFO O| Aug 28 22:32:07.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85532026-08-28T22:32:08.780Z[ recovery-image] Aug 28 22:32:07.784 INFO O| Aug 28 22:32:07.784 INFO STEP 1075 (remove_files) COMPLETE
85542026-08-28T22:32:08.780Z[ recovery-image] Aug 28 22:32:07.784 INFO O| Aug 28 22:32:07.784 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-28T22:32:08.791Z[ recovery-image] Aug 28 22:32:07.795 INFO O| Aug 28 22:32:07.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85562026-08-28T22:32:08.791Z[ recovery-image] Aug 28 22:32:07.795 INFO O| Aug 28 22:32:07.795 INFO STEP 1076 (remove_files) COMPLETE
85572026-08-28T22:32:08.791Z[ recovery-image] Aug 28 22:32:07.795 INFO O| Aug 28 22:32:07.795 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-28T22:32:08.791Z[ recovery-image] Aug 28 22:32:07.805 INFO O| Aug 28 22:32:07.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85592026-08-28T22:32:08.791Z[ recovery-image] Aug 28 22:32:07.805 INFO O| Aug 28 22:32:07.805 INFO STEP 1077 (remove_files) COMPLETE
85602026-08-28T22:32:08.791Z[ recovery-image] Aug 28 22:32:07.805 INFO O| Aug 28 22:32:07.805 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-28T22:32:08.803Z[ recovery-image] Aug 28 22:32:07.814 INFO O| Aug 28 22:32:07.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85622026-08-28T22:32:08.804Z[ recovery-image] Aug 28 22:32:07.814 INFO O| Aug 28 22:32:07.814 INFO STEP 1078 (remove_files) COMPLETE
85632026-08-28T22:32:08.804Z[ recovery-image] Aug 28 22:32:07.814 INFO O| Aug 28 22:32:07.814 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-28T22:32:08.824Z[ recovery-image] Aug 28 22:32:07.823 INFO O| Aug 28 22:32:07.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85652026-08-28T22:32:08.824Z[ recovery-image] Aug 28 22:32:07.823 INFO O| Aug 28 22:32:07.823 INFO STEP 1079 (remove_files) COMPLETE
85662026-08-28T22:32:08.824Z[ recovery-image] Aug 28 22:32:07.823 INFO O| Aug 28 22:32:07.823 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-28T22:32:08.824Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
85682026-08-28T22:32:08.839Z[ recovery-image] Aug 28 22:32:07.833 INFO O| Aug 28 22:32:07.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85692026-08-28T22:32:08.839Z[ recovery-image] Aug 28 22:32:07.834 INFO O| Aug 28 22:32:07.833 INFO STEP 1080 (remove_files) COMPLETE
85702026-08-28T22:32:08.839Z[ recovery-image] Aug 28 22:32:07.834 INFO O| Aug 28 22:32:07.834 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-28T22:32:08.840Z[ recovery-image] Aug 28 22:32:07.844 INFO O| Aug 28 22:32:07.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85722026-08-28T22:32:08.840Z[ recovery-image] Aug 28 22:32:07.844 INFO O| Aug 28 22:32:07.844 INFO STEP 1081 (remove_files) COMPLETE
85732026-08-28T22:32:08.840Z[ recovery-image] Aug 28 22:32:07.844 INFO O| Aug 28 22:32:07.844 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-28T22:32:08.847Z[ recovery-image] Aug 28 22:32:07.854 INFO O| Aug 28 22:32:07.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85752026-08-28T22:32:08.847Z[ recovery-image] Aug 28 22:32:07.854 INFO O| Aug 28 22:32:07.854 INFO STEP 1082 (remove_files) COMPLETE
85762026-08-28T22:32:08.847Z[ recovery-image] Aug 28 22:32:07.854 INFO O| Aug 28 22:32:07.854 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-28T22:32:08.847Z[ recovery-image] Aug 28 22:32:07.865 INFO O| Aug 28 22:32:07.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85782026-08-28T22:32:08.847Z[ recovery-image] Aug 28 22:32:07.865 INFO O| Aug 28 22:32:07.865 INFO STEP 1083 (remove_files) COMPLETE
85792026-08-28T22:32:08.847Z[ recovery-image] Aug 28 22:32:07.865 INFO O| Aug 28 22:32:07.865 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-28T22:32:08.864Z[ recovery-image] Aug 28 22:32:07.875 INFO O| Aug 28 22:32:07.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85812026-08-28T22:32:08.864Z[ recovery-image] Aug 28 22:32:07.875 INFO O| Aug 28 22:32:07.875 INFO STEP 1084 (remove_files) COMPLETE
85822026-08-28T22:32:08.877Z[ recovery-image] Aug 28 22:32:07.875 INFO O| Aug 28 22:32:07.875 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-28T22:32:08.877Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
85842026-08-28T22:32:08.877Z[ recovery-image] Aug 28 22:32:07.884 INFO O| Aug 28 22:32:07.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85852026-08-28T22:32:08.877Z[ recovery-image] Aug 28 22:32:07.884 INFO O| Aug 28 22:32:07.884 INFO STEP 1085 (remove_files) COMPLETE
85862026-08-28T22:32:08.877Z[ recovery-image] Aug 28 22:32:07.884 INFO O| Aug 28 22:32:07.884 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-28T22:32:08.882Z[ recovery-image] Aug 28 22:32:07.893 INFO O| Aug 28 22:32:07.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85882026-08-28T22:32:08.882Z[ recovery-image] Aug 28 22:32:07.894 INFO O| Aug 28 22:32:07.894 INFO STEP 1086 (remove_files) COMPLETE
85892026-08-28T22:32:08.883Z[ recovery-image] Aug 28 22:32:07.894 INFO O| Aug 28 22:32:07.894 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-28T22:32:08.898Z[ recovery-image] Aug 28 22:32:07.905 INFO O| Aug 28 22:32:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85912026-08-28T22:32:08.898Z[ recovery-image] Aug 28 22:32:07.905 INFO O| Aug 28 22:32:07.905 INFO STEP 1087 (remove_files) COMPLETE
85922026-08-28T22:32:08.898Z[ recovery-image] Aug 28 22:32:07.905 INFO O| Aug 28 22:32:07.905 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.916 INFO O| Aug 28 22:32:07.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85942026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.916 INFO O| Aug 28 22:32:07.916 INFO STEP 1088 (remove_files) COMPLETE
85952026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.916 INFO O| Aug 28 22:32:07.916 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.925 INFO O| Aug 28 22:32:07.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85972026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.925 INFO O| Aug 28 22:32:07.925 INFO STEP 1089 (remove_files) COMPLETE
85982026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.925 INFO O| Aug 28 22:32:07.925 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.935 INFO O| Aug 28 22:32:07.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86002026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.935 INFO O| Aug 28 22:32:07.935 INFO STEP 1090 (remove_files) COMPLETE
86012026-08-28T22:32:08.921Z[ recovery-image] Aug 28 22:32:07.935 INFO O| Aug 28 22:32:07.935 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-28T22:32:08.930Z[ recovery-image] Aug 28 22:32:07.945 INFO O| Aug 28 22:32:07.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86032026-08-28T22:32:08.930Z[ recovery-image] Aug 28 22:32:07.945 INFO O| Aug 28 22:32:07.945 INFO STEP 1091 (remove_files) COMPLETE
86042026-08-28T22:32:08.930Z[ recovery-image] Aug 28 22:32:07.945 INFO O| Aug 28 22:32:07.945 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-28T22:32:08.936Z[ recovery-image] Aug 28 22:32:07.954 INFO O| Aug 28 22:32:07.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86062026-08-28T22:32:08.936Z[ recovery-image] Aug 28 22:32:07.954 INFO O| Aug 28 22:32:07.954 INFO STEP 1092 (remove_files) COMPLETE
86072026-08-28T22:32:08.936Z[ recovery-image] Aug 28 22:32:07.954 INFO O| Aug 28 22:32:07.954 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-28T22:32:08.952Z[ recovery-image] Aug 28 22:32:07.963 INFO O| Aug 28 22:32:07.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86092026-08-28T22:32:08.953Z[ recovery-image] Aug 28 22:32:07.963 INFO O| Aug 28 22:32:07.963 INFO STEP 1093 (remove_files) COMPLETE
86102026-08-28T22:32:08.953Z[ recovery-image] Aug 28 22:32:07.963 INFO O| Aug 28 22:32:07.963 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-28T22:32:08.958Z[ recovery-image] Aug 28 22:32:07.972 INFO O| Aug 28 22:32:07.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86122026-08-28T22:32:08.958Z[ recovery-image] Aug 28 22:32:07.972 INFO O| Aug 28 22:32:07.972 INFO STEP 1094 (remove_files) COMPLETE
86132026-08-28T22:32:08.958Z[ recovery-image] Aug 28 22:32:07.972 INFO O| Aug 28 22:32:07.972 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-28T22:32:08.970Z[ recovery-image] Aug 28 22:32:07.982 INFO O| Aug 28 22:32:07.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86152026-08-28T22:32:08.970Z[ recovery-image] Aug 28 22:32:07.982 INFO O| Aug 28 22:32:07.982 INFO STEP 1095 (remove_files) COMPLETE
86162026-08-28T22:32:08.978Z[ recovery-image] Aug 28 22:32:07.982 INFO O| Aug 28 22:32:07.982 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-28T22:32:08.978Z[ recovery-image] Aug 28 22:32:07.993 INFO O| Aug 28 22:32:07.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86182026-08-28T22:32:08.978Z[ recovery-image] Aug 28 22:32:07.993 INFO O| Aug 28 22:32:07.993 INFO STEP 1096 (remove_files) COMPLETE
86192026-08-28T22:32:08.978Z[ recovery-image] Aug 28 22:32:07.993 INFO O| Aug 28 22:32:07.993 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-28T22:32:08.983Z[ recovery-image] Aug 28 22:32:08.003 INFO O| Aug 28 22:32:08.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86212026-08-28T22:32:08.983Z[ recovery-image] Aug 28 22:32:08.003 INFO O| Aug 28 22:32:08.003 INFO STEP 1097 (remove_files) COMPLETE
86222026-08-28T22:32:08.983Z[ recovery-image] Aug 28 22:32:08.003 INFO O| Aug 28 22:32:08.003 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-28T22:32:08.996Z[ recovery-image] Aug 28 22:32:08.015 INFO O| Aug 28 22:32:08.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86242026-08-28T22:32:08.996Z[ recovery-image] Aug 28 22:32:08.015 INFO O| Aug 28 22:32:08.015 INFO STEP 1098 (remove_files) COMPLETE
86252026-08-28T22:32:09.006Z[ recovery-image] Aug 28 22:32:08.015 INFO O| Aug 28 22:32:08.015 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-28T22:32:09.023Z[ recovery-image] Aug 28 22:32:08.026 INFO O| Aug 28 22:32:08.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86272026-08-28T22:32:09.023Z[ recovery-image] Aug 28 22:32:08.027 INFO O| Aug 28 22:32:08.026 INFO STEP 1099 (remove_files) COMPLETE
86282026-08-28T22:32:09.023Z[ recovery-image] Aug 28 22:32:08.027 INFO O| Aug 28 22:32:08.027 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-28T22:32:09.023Z[ recovery-image] Aug 28 22:32:08.035 INFO O| Aug 28 22:32:08.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86302026-08-28T22:32:09.023Z[ recovery-image] Aug 28 22:32:08.035 INFO O| Aug 28 22:32:08.035 INFO STEP 1100 (remove_files) COMPLETE
86312026-08-28T22:32:09.023Z[ recovery-image] Aug 28 22:32:08.035 INFO O| Aug 28 22:32:08.035 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-28T22:32:09.037Z[ recovery-image] Aug 28 22:32:08.043 INFO O| Aug 28 22:32:08.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86332026-08-28T22:32:09.037Z[ recovery-image] Aug 28 22:32:08.043 INFO O| Aug 28 22:32:08.043 INFO STEP 1101 (remove_files) COMPLETE
86342026-08-28T22:32:09.037Z[ recovery-image] Aug 28 22:32:08.043 INFO O| Aug 28 22:32:08.043 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-28T22:32:09.043Z[ recovery-image] Aug 28 22:32:08.052 INFO O| Aug 28 22:32:08.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86362026-08-28T22:32:09.043Z[ recovery-image] Aug 28 22:32:08.052 INFO O| Aug 28 22:32:08.052 INFO STEP 1102 (remove_files) COMPLETE
86372026-08-28T22:32:09.043Z[ recovery-image] Aug 28 22:32:08.052 INFO O| Aug 28 22:32:08.052 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-08-28T22:32:09.055Z[ recovery-image] Aug 28 22:32:08.065 INFO O| Aug 28 22:32:08.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86392026-08-28T22:32:09.055Z[ recovery-image] Aug 28 22:32:08.065 INFO O| Aug 28 22:32:08.065 INFO STEP 1103 (remove_files) COMPLETE
86402026-08-28T22:32:09.055Z[ recovery-image] Aug 28 22:32:08.065 INFO O| Aug 28 22:32:08.065 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-08-28T22:32:09.063Z[ recovery-image] Aug 28 22:32:08.077 INFO O| Aug 28 22:32:08.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86422026-08-28T22:32:09.063Z[ recovery-image] Aug 28 22:32:08.077 INFO O| Aug 28 22:32:08.077 INFO STEP 1104 (remove_files) COMPLETE
86432026-08-28T22:32:09.063Z[ recovery-image] Aug 28 22:32:08.077 INFO O| Aug 28 22:32:08.077 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-08-28T22:32:09.075Z[ recovery-image] Aug 28 22:32:08.086 INFO O| Aug 28 22:32:08.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86452026-08-28T22:32:09.075Z[ recovery-image] Aug 28 22:32:08.086 INFO O| Aug 28 22:32:08.086 INFO STEP 1105 (remove_files) COMPLETE
86462026-08-28T22:32:09.075Z[ recovery-image] Aug 28 22:32:08.086 INFO O| Aug 28 22:32:08.086 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-28T22:32:09.092Z[ recovery-image] Aug 28 22:32:08.096 INFO O| Aug 28 22:32:08.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86482026-08-28T22:32:09.092Z[ recovery-image] Aug 28 22:32:08.096 INFO O| Aug 28 22:32:08.096 INFO STEP 1106 (remove_files) COMPLETE
86492026-08-28T22:32:09.092Z[ recovery-image] Aug 28 22:32:08.096 INFO O| Aug 28 22:32:08.096 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.105 INFO O| Aug 28 22:32:08.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86512026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.105 INFO O| Aug 28 22:32:08.105 INFO STEP 1107 (remove_files) COMPLETE
86522026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.105 INFO O| Aug 28 22:32:08.105 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.113 INFO O| Aug 28 22:32:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86542026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.113 INFO O| Aug 28 22:32:08.113 INFO STEP 1108 (remove_files) COMPLETE
86552026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.113 INFO O| Aug 28 22:32:08.113 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.122 INFO O| Aug 28 22:32:08.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86572026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.123 INFO O| Aug 28 22:32:08.123 INFO STEP 1109 (remove_files) COMPLETE
86582026-08-28T22:32:09.105Z[ recovery-image] Aug 28 22:32:08.123 INFO O| Aug 28 22:32:08.123 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-08-28T22:32:09.120Z[ recovery-image] Aug 28 22:32:08.132 INFO O| Aug 28 22:32:08.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86602026-08-28T22:32:09.120Z[ recovery-image] Aug 28 22:32:08.132 INFO O| Aug 28 22:32:08.132 INFO STEP 1110 (remove_files) COMPLETE
86612026-08-28T22:32:09.135Z[ recovery-image] Aug 28 22:32:08.132 INFO O| Aug 28 22:32:08.132 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-08-28T22:32:09.135Z[ recovery-image] Aug 28 22:32:08.144 INFO O| Aug 28 22:32:08.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86632026-08-28T22:32:09.135Z[ recovery-image] Aug 28 22:32:08.144 INFO O| Aug 28 22:32:08.144 INFO STEP 1111 (remove_files) COMPLETE
86642026-08-28T22:32:09.135Z[ recovery-image] Aug 28 22:32:08.144 INFO O| Aug 28 22:32:08.144 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-08-28T22:32:09.141Z[ recovery-image] Aug 28 22:32:08.155 INFO O| Aug 28 22:32:08.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86662026-08-28T22:32:09.141Z[ recovery-image] Aug 28 22:32:08.155 INFO O| Aug 28 22:32:08.155 INFO STEP 1112 (remove_files) COMPLETE
86672026-08-28T22:32:09.141Z[ recovery-image] Aug 28 22:32:08.155 INFO O| Aug 28 22:32:08.155 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-08-28T22:32:09.145Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86692026-08-28T22:32:09.145Z[ recovery-image] Aug 28 22:32:08.165 INFO O| Aug 28 22:32:08.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86702026-08-28T22:32:09.145Z[ recovery-image] Aug 28 22:32:08.165 INFO O| Aug 28 22:32:08.165 INFO STEP 1113 (remove_files) COMPLETE
86712026-08-28T22:32:09.145Z[ recovery-image] Aug 28 22:32:08.165 INFO O| Aug 28 22:32:08.165 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-28T22:32:09.156Z[ recovery-image] Aug 28 22:32:08.175 INFO O| Aug 28 22:32:08.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86732026-08-28T22:32:09.156Z[ recovery-image] Aug 28 22:32:08.176 INFO O| Aug 28 22:32:08.176 INFO STEP 1114 (remove_files) COMPLETE
86742026-08-28T22:32:09.156Z[ recovery-image] Aug 28 22:32:08.176 INFO O| Aug 28 22:32:08.176 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-28T22:32:09.168Z[ recovery-image] Aug 28 22:32:08.186 INFO O| Aug 28 22:32:08.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86762026-08-28T22:32:09.169Z[ recovery-image] Aug 28 22:32:08.186 INFO O| Aug 28 22:32:08.186 INFO STEP 1115 (remove_files) COMPLETE
86772026-08-28T22:32:09.169Z[ recovery-image] Aug 28 22:32:08.186 INFO O| Aug 28 22:32:08.186 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-28T22:32:09.183Z[ recovery-image] Aug 28 22:32:08.196 INFO O| Aug 28 22:32:08.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86792026-08-28T22:32:09.183Z[ recovery-image] Aug 28 22:32:08.196 INFO O| Aug 28 22:32:08.196 INFO STEP 1116 (remove_files) COMPLETE
86802026-08-28T22:32:09.195Z[ recovery-image] Aug 28 22:32:08.196 INFO O| Aug 28 22:32:08.196 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-28T22:32:09.195Z[verify-libraries] Compiling yansi v1.0.1
86822026-08-28T22:32:09.195Z[ recovery-image] Aug 28 22:32:08.206 INFO O| Aug 28 22:32:08.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86832026-08-28T22:32:09.195Z[ recovery-image] Aug 28 22:32:08.206 INFO O| Aug 28 22:32:08.206 INFO STEP 1117 (remove_files) COMPLETE
86842026-08-28T22:32:09.195Z[ recovery-image] Aug 28 22:32:08.206 INFO O| Aug 28 22:32:08.206 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86852026-08-28T22:32:09.201Z[ recovery-image] Aug 28 22:32:08.222 INFO O| Aug 28 22:32:08.221 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86862026-08-28T22:32:09.201Z[ recovery-image] Aug 28 22:32:08.222 INFO O| Aug 28 22:32:08.222 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86872026-08-28T22:32:09.752Z[verify-libraries] Compiling pretty_assertions v1.4.1
86882026-08-28T22:32:09.937Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86892026-08-28T22:32:09.991Z[ recovery-image] Aug 28 22:32:09.010 INFO O| Aug 28 22:32:09.010 INFO STEP 1118 (pack_tar) COMPLETE
86902026-08-28T22:32:09.991Z[ recovery-image] Aug 28 22:32:09.010 INFO O| Aug 28 22:32:09.010 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86912026-08-28T22:32:09.991Z[ recovery-image] Aug 28 22:32:09.010 INFO O| Aug 28 22:32:09.010 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86922026-08-28T22:32:10.087Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86932026-08-28T22:32:10.573Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86942026-08-28T22:32:10.738Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86952026-08-28T22:32:10.796Z[ recovery-image] Aug 28 22:32:09.812 INFO O| Aug 28 22:32:09.812 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86962026-08-28T22:32:10.868Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86972026-08-28T22:32:11.010Z[ recovery-image] Aug 28 22:32:10.029 INFO O| Aug 28 22:32:10.029 INFO completed processing sled/ramdisk-03-recovery-trim
86982026-08-28T22:32:11.014Z[ recovery-image] Aug 28 22:32:10.033 INFO image builder template: zfs-recovery...
86992026-08-28T22:32:11.014Z[ recovery-image] Aug 28 22:32:10.033 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/.tmp1w4NLE/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
87002026-08-28T22:32:11.048Z[ recovery-image] Aug 28 22:32:10.062 INFO O| Aug 28 22:32:10.062 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87012026-08-28T22:32:11.053Z[ recovery-image] Aug 28 22:32:10.067 INFO O| Aug 28 22:32:10.066 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87022026-08-28T22:32:11.181Z[ recovery-image] Aug 28 22:32:10.193 INFO O| Aug 28 22:32:10.193 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87032026-08-28T22:32:11.268Z[ recovery-image] Aug 28 22:32:10.276 INFO O| Aug 28 22:32:10.276 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87042026-08-28T22:32:11.268Z[ recovery-image] Aug 28 22:32:10.276 INFO O| Aug 28 22:32:10.276 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87052026-08-28T22:32:11.277Z[ recovery-image] Aug 28 22:32:10.280 INFO O| Aug 28 22:32:10.280 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87062026-08-28T22:32:11.384Z[ recovery-image] Aug 28 22:32:10.404 INFO O| Aug 28 22:32:10.404 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87072026-08-28T22:32:11.497Z[ recovery-image] Aug 28 22:32:10.508 INFO O| Aug 28 22:32:10.507 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87082026-08-28T22:32:11.503Z[ recovery-image] Aug 28 22:32:10.518 INFO O| Aug 28 22:32:10.518 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87092026-08-28T22:32:11.507Z[ recovery-image] Aug 28 22:32:10.523 INFO O| Aug 28 22:32:10.523 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87102026-08-28T22:32:11.507Z[ recovery-image] Aug 28 22:32:10.524 INFO O| Aug 28 22:32:10.524 INFO no lofi found
87112026-08-28T22:32:11.507Z[ recovery-image] Aug 28 22:32:10.524 INFO O| Aug 28 22:32:10.524 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87122026-08-28T22:32:11.508Z[ recovery-image] Aug 28 22:32:10.524 INFO O| Aug 28 22:32:10.524 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87132026-08-28T22:32:11.508Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87142026-08-28T22:32:11.531Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87152026-08-28T22:32:11.773Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87162026-08-28T22:32:11.933Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87172026-08-28T22:32:11.999Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87182026-08-28T22:32:12.128Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87192026-08-28T22:32:12.258Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87202026-08-28T22:32:12.344Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87212026-08-28T22:32:12.388Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87222026-08-28T22:32:12.458Z[verify-libraries] Compiling drift v0.2.0
87232026-08-28T22:32:12.565Z[verify-libraries] Compiling uzers v0.12.2
87242026-08-28T22:32:12.651Z[verify-libraries] Compiling parse-size v1.1.0
87252026-08-28T22:32:12.864Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87262026-08-28T22:32:12.870Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87272026-08-28T22:32:13.060Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87282026-08-28T22:32:13.179Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87292026-08-28T22:32:13.755Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87302026-08-28T22:32:13.991Z[ recovery-image] Aug 28 22:32:13.001 INFO O| Aug 28 22:32:13.001 INFO lofi device = /dev/dsk/c2t1d0p0
87312026-08-28T22:32:13.991Z[ recovery-image] Aug 28 22:32:13.001 INFO O| Aug 28 22:32:13.001 INFO pool device = /dev/dsk/c2t1d0p0
87322026-08-28T22:32:14.012Z[ recovery-image] Aug 28 22:32:13.001 INFO O| Aug 28 22:32:13.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87332026-08-28T22:32:14.167Z[ recovery-image] Aug 28 22:32:13.181 INFO O| Aug 28 22:32:13.181 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87342026-08-28T22:32:14.167Z[ recovery-image] Aug 28 22:32:13.181 INFO O| Aug 28 22:32:13.181 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87352026-08-28T22:32:14.194Z[ recovery-image] Aug 28 22:32:13.212 INFO O| Aug 28 22:32:13.212 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87362026-08-28T22:32:14.300Z[ recovery-image] Aug 28 22:32:13.319 INFO O| Aug 28 22:32:13.319 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87372026-08-28T22:32:14.336Z[ recovery-image] Aug 28 22:32:13.352 INFO O| Aug 28 22:32:13.352 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87382026-08-28T22:32:14.354Z[ recovery-image] Aug 28 22:32:13.374 INFO O| Aug 28 22:32:13.374 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87392026-08-28T22:32:14.370Z[ recovery-image] Aug 28 22:32:13.390 INFO O| Aug 28 22:32:13.390 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87402026-08-28T22:32:14.415Z[ recovery-image] Aug 28 22:32:13.433 INFO O| Aug 28 22:32:13.432 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87412026-08-28T22:32:14.416Z[ recovery-image] Aug 28 22:32:13.433 INFO O| Aug 28 22:32:13.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87422026-08-28T22:32:14.416Z[ recovery-image] Aug 28 22:32:13.433 INFO O| Aug 28 22:32:13.433 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87432026-08-28T22:32:14.427Z[ recovery-image] Aug 28 22:32:13.446 INFO O| Aug 28 22:32:13.446 INFO boot environment UUID: 9b91d05b-ab9f-408b-9061-fd78ed3a15b2
87442026-08-28T22:32:14.427Z[ recovery-image] Aug 28 22:32:13.446 INFO O| Aug 28 22:32:13.446 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9b91d05b-ab9f-408b-9061-fd78ed3a15b2
87452026-08-28T22:32:14.449Z[ recovery-image] Aug 28 22:32:13.463 INFO O| Aug 28 22:32:13.463 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87462026-08-28T22:32:14.493Z[ recovery-image] Aug 28 22:32:13.482 INFO O| Aug 28 22:32:13.482 INFO STEP 0 (create_be) COMPLETE
87472026-08-28T22:32:14.494Z[ recovery-image] Aug 28 22:32:13.482 INFO O| Aug 28 22:32:13.482 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87482026-08-28T22:32:14.502Z[ recovery-image] Aug 28 22:32:13.498 INFO O| Aug 28 22:32:13.498 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"]
87492026-08-28T22:32:14.777Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87502026-08-28T22:32:15.624Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87512026-08-28T22:32:16.524Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87522026-08-28T22:32:17.369Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87532026-08-28T22:32:18.356Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87542026-08-28T22:32:18.736Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87552026-08-28T22:32:22.673Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87562026-08-28T22:32:22.869Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87572026-08-28T22:32:22.869Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87582026-08-28T22:32:22.869Z[verify-libraries] Compiling multimap v0.10.1
87592026-08-28T22:32:22.869Z[verify-libraries] Compiling termios v0.3.3
87602026-08-28T22:32:22.869Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87612026-08-28T22:32:22.869Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87622026-08-28T22:32:22.869Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87632026-08-28T22:32:23.453Z[ recovery-image] Aug 28 22:32:22.423 INFO O| Aug 28 22:32:22.423 INFO STEP 1 (unpack_tar) COMPLETE
87642026-08-28T22:32:23.453Z[ recovery-image] Aug 28 22:32:22.423 INFO O| Aug 28 22:32:22.423 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-08-28T22:32:23.555Z[ recovery-image] Aug 28 22:32:22.435 INFO O| Aug 28 22:32:22.434 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87662026-08-28T22:32:24.728Z[ recovery-image] Aug 28 22:32:23.718 INFO O| Aug 28 22:32:23.718 INFO STEP 2 (devfsadm) COMPLETE
87672026-08-28T22:32:24.728Z[ recovery-image] Aug 28 22:32:23.718 INFO O| Aug 28 22:32:23.718 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-28T22:32:24.774Z[ recovery-image] Aug 28 22:32:23.729 INFO O| Aug 28 22:32:23.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87692026-08-28T22:32:24.774Z[ recovery-image] Aug 28 22:32:23.729 INFO O| Aug 28 22:32:23.728 INFO STEP 3 (ensure_dir) COMPLETE
87702026-08-28T22:32:24.774Z[ recovery-image] Aug 28 22:32:23.729 INFO O| Aug 28 22:32:23.729 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-28T22:32:24.774Z[ recovery-image] Aug 28 22:32:23.737 INFO O| Aug 28 22:32:23.737 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87722026-08-28T22:32:24.775Z[ recovery-image] Aug 28 22:32:23.737 INFO O| Aug 28 22:32:23.737 INFO STEP 4 (ensure_dir) COMPLETE
87732026-08-28T22:32:24.775Z[ recovery-image] Aug 28 22:32:23.737 INFO O| Aug 28 22:32:23.737 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-28T22:32:24.775Z[ recovery-image] Aug 28 22:32:23.746 INFO O| Aug 28 22:32:23.746 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87752026-08-28T22:32:24.776Z[ recovery-image] Aug 28 22:32:23.746 INFO O| Aug 28 22:32:23.746 INFO STEP 5 (ensure_dir) COMPLETE
87762026-08-28T22:32:24.776Z[ recovery-image] Aug 28 22:32:23.746 INFO O| Aug 28 22:32:23.746 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-28T22:32:24.776Z[ recovery-image] Aug 28 22:32:23.755 INFO O| Aug 28 22:32:23.755 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87782026-08-28T22:32:24.776Z[ recovery-image] Aug 28 22:32:23.755 INFO O| Aug 28 22:32:23.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87792026-08-28T22:32:24.776Z[ recovery-image] Aug 28 22:32:23.755 INFO O| Aug 28 22:32:23.755 INFO STEP 6 (ensure_dir) COMPLETE
87802026-08-28T22:32:24.776Z[ recovery-image] Aug 28 22:32:23.755 INFO O| Aug 28 22:32:23.755 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-28T22:32:24.793Z[ recovery-image] Aug 28 22:32:23.775 INFO O| Aug 28 22:32:23.775 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87822026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.775 INFO O| Aug 28 22:32:23.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87832026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.775 INFO O| Aug 28 22:32:23.775 INFO STEP 7 (ensure_dir) COMPLETE
87842026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.775 INFO O| Aug 28 22:32:23.775 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.786 INFO O| Aug 28 22:32:23.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87862026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.787 INFO O| Aug 28 22:32:23.787 INFO STEP 8 (remove_files) COMPLETE
87872026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.787 INFO O| Aug 28 22:32:23.787 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.797 INFO O| Aug 28 22:32:23.797 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87892026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.797 INFO O| Aug 28 22:32:23.797 INFO STEP 9 (remove_files) COMPLETE
87902026-08-28T22:32:24.794Z[ recovery-image] Aug 28 22:32:23.797 INFO O| Aug 28 22:32:23.797 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-28T22:32:24.832Z[ recovery-image] Aug 28 22:32:23.810 INFO O| Aug 28 22:32:23.810 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87922026-08-28T22:32:24.832Z[ recovery-image] Aug 28 22:32:23.810 INFO O| Aug 28 22:32:23.810 INFO STEP 10 (remove_files) COMPLETE
87932026-08-28T22:32:24.832Z[ recovery-image] Aug 28 22:32:23.810 INFO O| Aug 28 22:32:23.810 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-08-28T22:32:25.276Z[ recovery-image] Aug 28 22:32:23.856 INFO O| Aug 28 22:32:23.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87952026-08-28T22:32:25.277Z[ recovery-image] Aug 28 22:32:23.856 INFO O| Aug 28 22:32:23.856 INFO STEP 11 (remove_files) COMPLETE
87962026-08-28T22:32:25.277Z[ recovery-image] Aug 28 22:32:23.856 INFO O| Aug 28 22:32:23.856 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.871 INFO O| Aug 28 22:32:23.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87982026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.871 INFO O| Aug 28 22:32:23.871 INFO STEP 12 (remove_files) COMPLETE
87992026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.871 INFO O| Aug 28 22:32:23.871 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.882 INFO O| Aug 28 22:32:23.882 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88012026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.882 INFO O| Aug 28 22:32:23.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88022026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.882 INFO O| Aug 28 22:32:23.882 INFO STEP 13 (ensure_dir) COMPLETE
88032026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.882 INFO O| Aug 28 22:32:23.882 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.891 INFO O| Aug 28 22:32:23.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88052026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.891 INFO O| Aug 28 22:32:23.891 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88062026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.892 INFO O| Aug 28 22:32:23.891 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88072026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.892 INFO O| Aug 28 22:32:23.892 INFO STEP 14 (ensure_dir) COMPLETE
88082026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.892 INFO O| Aug 28 22:32:23.892 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-28T22:32:25.310Z[verify-libraries] Compiling polar-core v0.27.3
88102026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.901 INFO O| Aug 28 22:32:23.901 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88112026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.901 INFO O| Aug 28 22:32:23.901 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88122026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.901 INFO O| Aug 28 22:32:23.901 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88132026-08-28T22:32:25.310Z[ recovery-image] Aug 28 22:32:23.901 INFO O| Aug 28 22:32:23.901 INFO STEP 15 (ensure_dir) COMPLETE
88142026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.901 INFO O| Aug 28 22:32:23.901 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.910 INFO O| Aug 28 22:32:23.910 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88162026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.910 INFO O| Aug 28 22:32:23.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88172026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.910 INFO O| Aug 28 22:32:23.910 INFO STEP 16 (ensure_dir) COMPLETE
88182026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.910 INFO O| Aug 28 22:32:23.910 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.918 INFO O| Aug 28 22:32:23.918 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88202026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.918 INFO O| Aug 28 22:32:23.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88212026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.918 INFO O| Aug 28 22:32:23.918 INFO STEP 17 (ensure_dir) COMPLETE
88222026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.918 INFO O| Aug 28 22:32:23.918 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.927 INFO O| Aug 28 22:32:23.927 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88242026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.927 INFO O| Aug 28 22:32:23.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88252026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.927 INFO O| Aug 28 22:32:23.927 INFO ok!
88262026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.927 INFO O| Aug 28 22:32:23.927 INFO STEP 18 (ensure_symlink) COMPLETE
88272026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.927 INFO O| Aug 28 22:32:23.927 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.937 INFO O| Aug 28 22:32:23.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88292026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.937 INFO O| Aug 28 22:32:23.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88302026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.937 INFO O| Aug 28 22:32:23.937 INFO ok!
88312026-08-28T22:32:25.311Z[ recovery-image] Aug 28 22:32:23.937 INFO O| Aug 28 22:32:23.937 INFO STEP 19 (ensure_file) COMPLETE
88322026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.937 INFO O| Aug 28 22:32:23.937 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.948 INFO O| Aug 28 22:32:23.948 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88342026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.948 INFO O| Aug 28 22:32:23.948 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88352026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.948 INFO O| Aug 28 22:32:23.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88362026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.948 INFO O| Aug 28 22:32:23.948 INFO ok!
88372026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.948 INFO O| Aug 28 22:32:23.948 INFO STEP 20 (ensure_symlink) COMPLETE
88382026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.948 INFO O| Aug 28 22:32:23.948 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.958 INFO O| Aug 28 22:32:23.958 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88402026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.958 INFO O| Aug 28 22:32:23.958 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88412026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.958 INFO O| Aug 28 22:32:23.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88422026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.958 INFO O| Aug 28 22:32:23.958 INFO ok!
88432026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.958 INFO O| Aug 28 22:32:23.958 INFO STEP 21 (ensure_symlink) COMPLETE
88442026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.958 INFO O| Aug 28 22:32:23.958 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.967 INFO O| Aug 28 22:32:23.967 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88462026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.967 INFO O| Aug 28 22:32:23.967 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88472026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.967 INFO O| Aug 28 22:32:23.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88482026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.968 INFO O| Aug 28 22:32:23.967 INFO ok!
88492026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.968 INFO O| Aug 28 22:32:23.967 INFO STEP 22 (ensure_symlink) COMPLETE
88502026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.968 INFO O| Aug 28 22:32:23.968 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.978 INFO O| Aug 28 22:32:23.978 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88522026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.978 INFO O| Aug 28 22:32:23.978 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88532026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.978 INFO O| Aug 28 22:32:23.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88542026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.978 INFO O| Aug 28 22:32:23.978 INFO ok!
88552026-08-28T22:32:25.312Z[ recovery-image] Aug 28 22:32:23.978 INFO O| Aug 28 22:32:23.978 INFO STEP 23 (ensure_symlink) COMPLETE
88562026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:23.978 INFO O| Aug 28 22:32:23.978 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:23.989 INFO O| Aug 28 22:32:23.989 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88582026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:23.989 INFO O| Aug 28 22:32:23.989 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 ...
88592026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:23.989 INFO O| Aug 28 22:32:23.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88602026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:23.989 INFO O| Aug 28 22:32:23.989 INFO ok!
88612026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:23.989 INFO O| Aug 28 22:32:23.989 INFO STEP 24 (ensure_file) COMPLETE
88622026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:23.989 INFO O| Aug 28 22:32:23.989 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.001 INFO O| Aug 28 22:32:24.000 INFO updating shadow file
88642026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.001 INFO O| Aug 28 22:32:24.001 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88652026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.001 INFO O| Aug 28 22:32:24.001 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88662026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.001 INFO O| Aug 28 22:32:24.001 INFO STEP 25 (shadow) COMPLETE
88672026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.001 INFO O| Aug 28 22:32:24.001 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.012 INFO O| Aug 28 22:32:24.012 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88692026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.012 INFO O| Aug 28 22:32:24.012 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88702026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.012 INFO O| Aug 28 22:32:24.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88712026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.012 INFO O| Aug 28 22:32:24.012 INFO ok!
88722026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.012 INFO O| Aug 28 22:32:24.012 INFO STEP 26 (ensure_file) COMPLETE
88732026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.012 INFO O| Aug 28 22:32:24.012 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-08-28T22:32:25.313Z[ recovery-image] Aug 28 22:32:24.023 INFO O| Aug 28 22:32:24.023 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88752026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.023 INFO O| Aug 28 22:32:24.023 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88762026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.023 INFO O| Aug 28 22:32:24.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88772026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.023 INFO O| Aug 28 22:32:24.023 INFO ok!
88782026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.023 INFO O| Aug 28 22:32:24.023 INFO STEP 27 (ensure_file) COMPLETE
88792026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.023 INFO O| Aug 28 22:32:24.023 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.036 INFO O| Aug 28 22:32:24.036 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88812026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.036 INFO O| Aug 28 22:32:24.036 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88822026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.036 INFO O| Aug 28 22:32:24.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88832026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.036 INFO O| Aug 28 22:32:24.036 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88842026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.036 INFO O| Aug 28 22:32:24.036 INFO ok!
88852026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.036 INFO O| Aug 28 22:32:24.036 INFO STEP 28 (ensure_file) COMPLETE
88862026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.036 INFO O| Aug 28 22:32:24.036 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.047 INFO O| Aug 28 22:32:24.047 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88882026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.047 INFO O| Aug 28 22:32:24.047 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88892026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.047 INFO O| Aug 28 22:32:24.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88902026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.047 INFO O| Aug 28 22:32:24.047 INFO ok!
88912026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.047 INFO O| Aug 28 22:32:24.047 INFO STEP 29 (ensure_file) COMPLETE
88922026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.047 INFO O| Aug 28 22:32:24.047 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88932026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.058 INFO O| Aug 28 22:32:24.058 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88942026-08-28T22:32:25.314Z[ recovery-image] Aug 28 22:32:24.059 INFO O| Aug 28 22:32:24.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88952026-08-28T22:32:25.315Z[ recovery-image] Aug 28 22:32:24.059 INFO O| Aug 28 22:32:24.059 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88962026-08-28T22:32:25.315Z[ recovery-image] Aug 28 22:32:24.059 INFO O| Aug 28 22:32:24.059 INFO STEP 30 (ensure_dir) COMPLETE
88972026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.059 INFO O| Aug 28 22:32:24.059 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.069 INFO O| Aug 28 22:32:24.069 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88992026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.069 INFO O| Aug 28 22:32:24.069 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 ...
89002026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.069 INFO O| Aug 28 22:32:24.069 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
89012026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.069 INFO O| Aug 28 22:32:24.069 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89022026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.069 INFO O| Aug 28 22:32:24.069 INFO ok!
89032026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.069 INFO O| Aug 28 22:32:24.069 INFO STEP 31 (ensure_file) COMPLETE
89042026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.069 INFO O| Aug 28 22:32:24.069 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.079 INFO O| Aug 28 22:32:24.079 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89062026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.079 INFO O| Aug 28 22:32:24.079 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89072026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.079 INFO O| Aug 28 22:32:24.079 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89082026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.079 INFO O| Aug 28 22:32:24.079 INFO STEP 32 (ensure_dir) COMPLETE
89092026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.079 INFO O| Aug 28 22:32:24.079 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89102026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.089 INFO O| Aug 28 22:32:24.089 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89112026-08-28T22:32:25.352Z[ recovery-image] Aug 28 22:32:24.089 INFO O| Aug 28 22:32:24.089 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 ...
89122026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.089 INFO O| Aug 28 22:32:24.089 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
89132026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.089 INFO O| Aug 28 22:32:24.089 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89142026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.089 INFO O| Aug 28 22:32:24.089 INFO ok!
89152026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.089 INFO O| Aug 28 22:32:24.089 INFO STEP 33 (ensure_file) COMPLETE
89162026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.089 INFO O| Aug 28 22:32:24.089 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.101 INFO O| Aug 28 22:32:24.100 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89182026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.101 INFO O| Aug 28 22:32:24.101 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89192026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.101 INFO O| Aug 28 22:32:24.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89202026-08-28T22:32:25.353Z[ recovery-image] Aug 28 22:32:24.101 INFO O| Aug 28 22:32:24.101 INFO ok!
89212026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.101 INFO O| Aug 28 22:32:24.101 INFO STEP 34 (ensure_file) COMPLETE
89222026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.101 INFO O| Aug 28 22:32:24.101 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.113 INFO O| Aug 28 22:32:24.113 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89242026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.113 INFO O| Aug 28 22:32:24.113 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89252026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.113 INFO O| Aug 28 22:32:24.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89262026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.113 INFO O| Aug 28 22:32:24.113 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89272026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.113 INFO O| Aug 28 22:32:24.113 INFO ok!
89282026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.113 INFO O| Aug 28 22:32:24.113 INFO STEP 35 (ensure_file) COMPLETE
89292026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.113 INFO O| Aug 28 22:32:24.113 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.125 INFO O| Aug 28 22:32:24.125 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89312026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.125 INFO O| Aug 28 22:32:24.125 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89322026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.125 INFO O| Aug 28 22:32:24.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89332026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.125 INFO O| Aug 28 22:32:24.125 INFO ok!
89342026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.125 INFO O| Aug 28 22:32:24.125 INFO STEP 36 (ensure_file) COMPLETE
89352026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.125 INFO O| Aug 28 22:32:24.125 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.137 INFO O| Aug 28 22:32:24.137 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89372026-08-28T22:32:25.354Z[ recovery-image] Aug 28 22:32:24.137 INFO O| Aug 28 22:32:24.137 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89382026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.137 INFO O| Aug 28 22:32:24.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89392026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.137 INFO O| Aug 28 22:32:24.137 INFO ok!
89402026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.137 INFO O| Aug 28 22:32:24.137 INFO STEP 37 (ensure_file) COMPLETE
89412026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.137 INFO O| Aug 28 22:32:24.137 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89422026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.148 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89432026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89442026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89452026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89462026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89472026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89482026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO ok!
89492026-08-28T22:32:25.355Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO STEP 38 (ensure_file) COMPLETE
89502026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.149 INFO O| Aug 28 22:32:24.149 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89512026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.160 INFO O| Aug 28 22:32:24.160 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89522026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.160 INFO O| Aug 28 22:32:24.160 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89532026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.160 INFO O| Aug 28 22:32:24.160 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89542026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.160 INFO O| Aug 28 22:32:24.160 INFO STEP 39 (ensure_dir) COMPLETE
89552026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.160 INFO O| Aug 28 22:32:24.160 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89562026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.171 INFO O| Aug 28 22:32:24.171 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
89572026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.171 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 ...
89582026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.172 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
89592026-08-28T22:32:25.356Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.172 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
89602026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.172 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
89612026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.172 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
89622026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.172 INFO ok!
89632026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.172 INFO STEP 40 (ensure_file) COMPLETE
89642026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.172 INFO O| Aug 28 22:32:24.172 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89652026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.181 INFO O| Aug 28 22:32:24.181 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89662026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.181 INFO O| Aug 28 22:32:24.181 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 ...
89672026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.181 INFO O| Aug 28 22:32:24.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89682026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.181 INFO O| Aug 28 22:32:24.181 INFO ok!
89692026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.181 INFO O| Aug 28 22:32:24.181 INFO STEP 41 (ensure_symlink) COMPLETE
89702026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.181 INFO O| Aug 28 22:32:24.181 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89712026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.191 INFO O| Aug 28 22:32:24.191 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89722026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.191 INFO O| Aug 28 22:32:24.191 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89732026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.191 INFO O| Aug 28 22:32:24.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89742026-08-28T22:32:25.357Z[ recovery-image] Aug 28 22:32:24.191 INFO O| Aug 28 22:32:24.191 INFO ok!
89752026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.191 INFO O| Aug 28 22:32:24.191 INFO STEP 42 (ensure_symlink) COMPLETE
89762026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.191 INFO O| Aug 28 22:32:24.191 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89772026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.200 INFO O| Aug 28 22:32:24.200 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89782026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.200 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89792026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.201 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89802026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.201 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89812026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.201 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89822026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.201 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89832026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.201 INFO ok!
89842026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.201 INFO STEP 43 (ensure_file) COMPLETE
89852026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.201 INFO O| Aug 28 22:32:24.201 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89862026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.210 INFO O| Aug 28 22:32:24.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89872026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.210 INFO O| Aug 28 22:32:24.210 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 ...
89882026-08-28T22:32:25.358Z[ recovery-image] Aug 28 22:32:24.210 INFO O| Aug 28 22:32:24.210 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
89892026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.210 INFO O| Aug 28 22:32:24.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89902026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.210 INFO O| Aug 28 22:32:24.210 INFO ok!
89912026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.210 INFO O| Aug 28 22:32:24.210 INFO STEP 44 (ensure_file) COMPLETE
89922026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.210 INFO O| Aug 28 22:32:24.210 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89932026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.220 INFO O| Aug 28 22:32:24.220 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89942026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.220 INFO O| Aug 28 22:32:24.220 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89952026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.220 INFO O| Aug 28 22:32:24.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89962026-08-28T22:32:25.359Z[ recovery-image] Aug 28 22:32:24.220 INFO O| Aug 28 22:32:24.220 INFO ok!
89972026-08-28T22:32:25.387Z[ recovery-image] Aug 28 22:32:24.220 INFO O| Aug 28 22:32:24.220 INFO STEP 45 (ensure_file) COMPLETE
89982026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.220 INFO O| Aug 28 22:32:24.220 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89992026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.229 INFO O| Aug 28 22:32:24.228 INFO updating shadow file
90002026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.229 INFO O| Aug 28 22:32:24.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90012026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.229 INFO O| Aug 28 22:32:24.229 INFO STEP 46 (shadow) COMPLETE
90022026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.229 INFO O| Aug 28 22:32:24.229 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90032026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.241 INFO O| Aug 28 22:32:24.241 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90042026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.241 INFO O| Aug 28 22:32:24.241 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90052026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.241 INFO O| Aug 28 22:32:24.241 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90062026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.241 INFO O| Aug 28 22:32:24.241 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90072026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.241 INFO O| Aug 28 22:32:24.241 INFO ok!
90082026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.241 INFO O| Aug 28 22:32:24.241 INFO STEP 47 (ensure_file) COMPLETE
90092026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.241 INFO O| Aug 28 22:32:24.241 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90102026-08-28T22:32:25.388Z[ recovery-image] Aug 28 22:32:24.251 INFO O| Aug 28 22:32:24.251 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90112026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.252 INFO O| Aug 28 22:32:24.251 INFO STEP 48 (ensure_dir) COMPLETE
90122026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.252 INFO O| Aug 28 22:32:24.251 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90132026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.261 INFO O| Aug 28 22:32:24.261 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90142026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.261 INFO O| Aug 28 22:32:24.261 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90152026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.261 INFO O| Aug 28 22:32:24.261 INFO STEP 49 (ensure_dir) COMPLETE
90162026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.261 INFO O| Aug 28 22:32:24.261 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.271 INFO O| Aug 28 22:32:24.271 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90182026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.271 INFO O| Aug 28 22:32:24.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90192026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.271 INFO O| Aug 28 22:32:24.271 INFO STEP 50 (ensure_dir) COMPLETE
90202026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.271 INFO O| Aug 28 22:32:24.271 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.280 INFO O| Aug 28 22:32:24.280 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90222026-08-28T22:32:25.389Z[ recovery-image] Aug 28 22:32:24.280 INFO O| Aug 28 22:32:24.280 INFO copying /tmp/.tmp1w4NLE/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90232026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.310 INFO O| Aug 28 22:32:24.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90242026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.311 INFO O| Aug 28 22:32:24.310 INFO ok!
90252026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.311 INFO O| Aug 28 22:32:24.310 INFO STEP 51 (ensure_file) COMPLETE
90262026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.311 INFO O| Aug 28 22:32:24.310 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.322 INFO O| Aug 28 22:32:24.322 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90282026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.322 INFO O| Aug 28 22:32:24.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90292026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.322 INFO O| Aug 28 22:32:24.322 INFO STEP 52 (ensure_dir) COMPLETE
90302026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.322 INFO O| Aug 28 22:32:24.322 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.332 INFO O| Aug 28 22:32:24.332 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90322026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.332 INFO O| Aug 28 22:32:24.332 INFO copying /tmp/.tmp1w4NLE/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90332026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.332 INFO O| Aug 28 22:32:24.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90342026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.332 INFO O| Aug 28 22:32:24.332 INFO ok!
90352026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.332 INFO O| Aug 28 22:32:24.332 INFO STEP 53 (ensure_file) COMPLETE
90362026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.332 INFO O| Aug 28 22:32:24.332 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-28T22:32:25.390Z[ recovery-image] Aug 28 22:32:24.343 INFO O| Aug 28 22:32:24.343 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90382026-08-28T22:32:25.391Z[ recovery-image] Aug 28 22:32:24.343 INFO O| Aug 28 22:32:24.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90392026-08-28T22:32:25.391Z[ recovery-image] Aug 28 22:32:24.343 INFO O| Aug 28 22:32:24.343 INFO STEP 54 (ensure_dir) COMPLETE
90402026-08-28T22:32:25.391Z[ recovery-image] Aug 28 22:32:24.343 INFO O| Aug 28 22:32:24.343 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-28T22:32:25.391Z[ recovery-image] Aug 28 22:32:24.353 INFO O| Aug 28 22:32:24.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90422026-08-28T22:32:25.391Z[ recovery-image] Aug 28 22:32:24.353 INFO O| Aug 28 22:32:24.353 INFO copying /tmp/.tmp1w4NLE/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90432026-08-28T22:32:27.357Z[ recovery-image] Aug 28 22:32:26.377 INFO O| Aug 28 22:32:26.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90442026-08-28T22:32:27.357Z[ recovery-image] Aug 28 22:32:26.377 INFO O| Aug 28 22:32:26.377 INFO ok!
90452026-08-28T22:32:27.357Z[ recovery-image] Aug 28 22:32:26.377 INFO O| Aug 28 22:32:26.377 INFO STEP 55 (ensure_file) COMPLETE
90462026-08-28T22:32:27.361Z[ recovery-image] Aug 28 22:32:26.377 INFO O| Aug 28 22:32:26.377 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-28T22:32:27.393Z[ recovery-image] Aug 28 22:32:26.414 INFO O| Aug 28 22:32:26.414 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90482026-08-28T22:32:27.394Z[ recovery-image] Aug 28 22:32:26.414 INFO O| Aug 28 22:32:26.414 INFO copying /tmp/.tmp1w4NLE/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90492026-08-28T22:32:29.417Z[ recovery-image] Aug 28 22:32:28.436 INFO O| Aug 28 22:32:28.436 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90502026-08-28T22:32:29.417Z[ recovery-image] Aug 28 22:32:28.436 INFO O| Aug 28 22:32:28.436 INFO ok!
90512026-08-28T22:32:29.417Z[ recovery-image] Aug 28 22:32:28.436 INFO O| Aug 28 22:32:28.436 INFO STEP 56 (ensure_file) COMPLETE
90522026-08-28T22:32:29.421Z[ recovery-image] Aug 28 22:32:28.436 INFO O| Aug 28 22:32:28.436 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-28T22:32:29.431Z[ recovery-image] Aug 28 22:32:28.449 INFO O| Aug 28 22:32:28.449 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90542026-08-28T22:32:29.431Z[ recovery-image] Aug 28 22:32:28.449 INFO O| Aug 28 22:32:28.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90552026-08-28T22:32:29.431Z[ recovery-image] Aug 28 22:32:28.449 INFO O| Aug 28 22:32:28.449 INFO STEP 57 (ensure_dir) COMPLETE
90562026-08-28T22:32:29.473Z[ recovery-image] Aug 28 22:32:28.449 INFO O| Aug 28 22:32:28.449 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.460 INFO O| Aug 28 22:32:28.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90582026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.460 INFO O| Aug 28 22:32:28.460 INFO copying /tmp/.tmp1w4NLE/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 ...
90592026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.460 INFO O| Aug 28 22:32:28.460 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
90602026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.460 INFO O| Aug 28 22:32:28.460 INFO ok!
90612026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.460 INFO O| Aug 28 22:32:28.460 INFO STEP 58 (ensure_file) COMPLETE
90622026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.460 INFO O| Aug 28 22:32:28.460 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.471 INFO O| Aug 28 22:32:28.471 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90642026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.471 INFO O| Aug 28 22:32:28.471 INFO copying /tmp/.tmp1w4NLE/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 ...
90652026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.471 INFO O| Aug 28 22:32:28.471 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
90662026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.471 INFO O| Aug 28 22:32:28.471 INFO ok!
90672026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.471 INFO O| Aug 28 22:32:28.471 INFO STEP 59 (ensure_file) COMPLETE
90682026-08-28T22:32:29.487Z[ recovery-image] Aug 28 22:32:28.471 INFO O| Aug 28 22:32:28.471 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-28T22:32:29.492Z[ recovery-image] Aug 28 22:32:28.496 INFO O| Aug 28 22:32:28.496 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90702026-08-28T22:32:29.492Z[ recovery-image] Aug 28 22:32:28.496 INFO O| Aug 28 22:32:28.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90712026-08-28T22:32:29.492Z[ recovery-image] Aug 28 22:32:28.496 INFO O| Aug 28 22:32:28.496 INFO STEP 60 (ensure_dir) COMPLETE
90722026-08-28T22:32:29.492Z[ recovery-image] Aug 28 22:32:28.496 INFO O| Aug 28 22:32:28.496 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-08-28T22:32:29.519Z[ recovery-image] Aug 28 22:32:28.506 INFO O| Aug 28 22:32:28.506 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90742026-08-28T22:32:29.519Z[ recovery-image] Aug 28 22:32:28.506 INFO O| Aug 28 22:32:28.506 INFO copying /tmp/.tmp1w4NLE/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 ...
90752026-08-28T22:32:29.519Z[ recovery-image] Aug 28 22:32:28.506 INFO O| Aug 28 22:32:28.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90762026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.506 INFO O| Aug 28 22:32:28.506 INFO ok!
90772026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.506 INFO O| Aug 28 22:32:28.506 INFO STEP 61 (ensure_file) COMPLETE
90782026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.506 INFO O| Aug 28 22:32:28.506 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.518 INFO O| Aug 28 22:32:28.518 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90802026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.518 INFO O| Aug 28 22:32:28.518 INFO copying /tmp/.tmp1w4NLE/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 ...
90812026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.518 INFO O| Aug 28 22:32:28.518 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
90822026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.518 INFO O| Aug 28 22:32:28.518 INFO ok!
90832026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.518 INFO O| Aug 28 22:32:28.518 INFO STEP 62 (ensure_file) COMPLETE
90842026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.518 INFO O| Aug 28 22:32:28.518 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.529 INFO O| Aug 28 22:32:28.529 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90862026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.529 INFO O| Aug 28 22:32:28.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90872026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.529 INFO O| Aug 28 22:32:28.529 INFO STEP 63 (ensure_dir) COMPLETE
90882026-08-28T22:32:29.520Z[ recovery-image] Aug 28 22:32:28.529 INFO O| Aug 28 22:32:28.529 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-08-28T22:32:29.534Z[ recovery-image] Aug 28 22:32:28.540 INFO O| Aug 28 22:32:28.539 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90902026-08-28T22:32:29.534Z[ recovery-image] Aug 28 22:32:28.540 INFO O| Aug 28 22:32:28.540 INFO copying /tmp/.tmp1w4NLE/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 ...
90912026-08-28T22:32:29.534Z[ recovery-image] Aug 28 22:32:28.540 INFO O| Aug 28 22:32:28.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90922026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.540 INFO O| Aug 28 22:32:28.540 INFO ok!
90932026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.540 INFO O| Aug 28 22:32:28.540 INFO STEP 64 (ensure_file) COMPLETE
90942026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.540 INFO O| Aug 28 22:32:28.540 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.550 INFO O| Aug 28 22:32:28.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90962026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.550 INFO O| Aug 28 22:32:28.550 INFO copying /tmp/.tmp1w4NLE/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90972026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.550 INFO O| Aug 28 22:32:28.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90982026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.550 INFO O| Aug 28 22:32:28.550 INFO ok!
90992026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.550 INFO O| Aug 28 22:32:28.550 INFO STEP 65 (ensure_file) COMPLETE
91002026-08-28T22:32:29.535Z[ recovery-image] Aug 28 22:32:28.550 INFO O| Aug 28 22:32:28.550 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-28T22:32:29.540Z[ recovery-image] Aug 28 22:32:28.560 INFO O| Aug 28 22:32:28.560 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91022026-08-28T22:32:29.540Z[ recovery-image] Aug 28 22:32:28.560 INFO O| Aug 28 22:32:28.560 INFO STEP 66 (ensure_dir) COMPLETE
91032026-08-28T22:32:29.544Z[ recovery-image] Aug 28 22:32:28.560 INFO O| Aug 28 22:32:28.560 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-08-28T22:32:29.551Z[ recovery-image] Aug 28 22:32:28.570 INFO O| Aug 28 22:32:28.570 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91052026-08-28T22:32:29.551Z[ recovery-image] Aug 28 22:32:28.570 INFO O| Aug 28 22:32:28.570 INFO STEP 67 (ensure_dir) COMPLETE
91062026-08-28T22:32:29.556Z[ recovery-image] Aug 28 22:32:28.570 INFO O| Aug 28 22:32:28.570 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-28T22:32:29.562Z[ recovery-image] Aug 28 22:32:28.580 INFO O| Aug 28 22:32:28.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91082026-08-28T22:32:29.562Z[ recovery-image] Aug 28 22:32:28.580 INFO O| Aug 28 22:32:28.580 INFO STEP 68 (ensure_dir) COMPLETE
91092026-08-28T22:32:29.562Z[ recovery-image] Aug 28 22:32:28.580 INFO O| Aug 28 22:32:28.580 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91102026-08-28T22:32:29.569Z[ recovery-image] Aug 28 22:32:28.590 INFO O| Aug 28 22:32:28.590 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91112026-08-28T22:32:29.569Z[ recovery-image] Aug 28 22:32:28.590 INFO O| Aug 28 22:32:28.590 INFO STEP 69 (ensure_dir) COMPLETE
91122026-08-28T22:32:29.574Z[ recovery-image] Aug 28 22:32:28.590 INFO O| Aug 28 22:32:28.590 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-08-28T22:32:29.596Z[ recovery-image] Aug 28 22:32:28.600 INFO O| Aug 28 22:32:28.600 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91142026-08-28T22:32:29.597Z[ recovery-image] Aug 28 22:32:28.600 INFO O| Aug 28 22:32:28.600 INFO copying /tmp/.tmp1w4NLE/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91152026-08-28T22:32:29.597Z[ recovery-image] Aug 28 22:32:28.600 INFO O| Aug 28 22:32:28.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91162026-08-28T22:32:29.601Z[ recovery-image] Aug 28 22:32:28.600 INFO O| Aug 28 22:32:28.600 INFO ok!
91172026-08-28T22:32:29.602Z[ recovery-image] Aug 28 22:32:28.600 INFO O| Aug 28 22:32:28.600 INFO STEP 70 (ensure_file) COMPLETE
91182026-08-28T22:32:29.602Z[ recovery-image] Aug 28 22:32:28.600 INFO O| Aug 28 22:32:28.600 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-28T22:32:29.602Z[ recovery-image] Aug 28 22:32:28.611 INFO O| Aug 28 22:32:28.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91202026-08-28T22:32:29.602Z[ recovery-image] Aug 28 22:32:28.611 INFO O| Aug 28 22:32:28.611 INFO STEP 71 (remove_files) COMPLETE
91212026-08-28T22:32:29.602Z[ recovery-image] Aug 28 22:32:28.611 INFO O| Aug 28 22:32:28.611 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-28T22:32:29.605Z[ recovery-image] Aug 28 22:32:28.622 INFO O| Aug 28 22:32:28.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91232026-08-28T22:32:29.605Z[ recovery-image] Aug 28 22:32:28.622 INFO O| Aug 28 22:32:28.622 INFO STEP 72 (remove_files) COMPLETE
91242026-08-28T22:32:29.605Z[ recovery-image] Aug 28 22:32:28.622 INFO O| Aug 28 22:32:28.622 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-28T22:32:29.613Z[ recovery-image] Aug 28 22:32:28.633 INFO O| Aug 28 22:32:28.633 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91262026-08-28T22:32:29.613Z[ recovery-image] Aug 28 22:32:28.633 INFO O| Aug 28 22:32:28.633 INFO STEP 73 (remove_files) COMPLETE
91272026-08-28T22:32:29.613Z[ recovery-image] Aug 28 22:32:28.633 INFO O| Aug 28 22:32:28.633 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-28T22:32:29.631Z[ recovery-image] Aug 28 22:32:28.651 INFO O| Aug 28 22:32:28.644 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91292026-08-28T22:32:29.631Z[ recovery-image] Aug 28 22:32:28.651 INFO O| Aug 28 22:32:28.644 INFO STEP 74 (remove_files) COMPLETE
91302026-08-28T22:32:29.631Z[ recovery-image] Aug 28 22:32:28.651 INFO O| Aug 28 22:32:28.644 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-28T22:32:29.647Z[ recovery-image] Aug 28 22:32:28.668 INFO O| Aug 28 22:32:28.654 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91322026-08-28T22:32:29.647Z[ recovery-image] Aug 28 22:32:28.668 INFO O| Aug 28 22:32:28.654 INFO STEP 75 (remove_files) COMPLETE
91332026-08-28T22:32:29.647Z[ recovery-image] Aug 28 22:32:28.668 INFO O| Aug 28 22:32:28.654 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-28T22:32:29.654Z[ recovery-image] Aug 28 22:32:28.668 INFO O| Aug 28 22:32:28.665 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91352026-08-28T22:32:29.654Z[ recovery-image] Aug 28 22:32:28.668 INFO O| Aug 28 22:32:28.665 INFO STEP 76 (remove_files) COMPLETE
91362026-08-28T22:32:29.654Z[ recovery-image] Aug 28 22:32:28.668 INFO O| Aug 28 22:32:28.665 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-28T22:32:29.658Z[ recovery-image] Aug 28 22:32:28.675 INFO O| Aug 28 22:32:28.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91382026-08-28T22:32:29.658Z[ recovery-image] Aug 28 22:32:28.676 INFO O| Aug 28 22:32:28.676 INFO STEP 77 (remove_files) COMPLETE
91392026-08-28T22:32:29.658Z[ recovery-image] Aug 28 22:32:28.676 INFO O| Aug 28 22:32:28.676 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-28T22:32:29.706Z[ recovery-image] Aug 28 22:32:28.727 INFO O| Aug 28 22:32:28.726 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91412026-08-28T22:32:29.706Z[ recovery-image] Aug 28 22:32:28.727 INFO O| Aug 28 22:32:28.727 INFO STEP 78 (remove_files) COMPLETE
91422026-08-28T22:32:29.706Z[ recovery-image] Aug 28 22:32:28.727 INFO O| Aug 28 22:32:28.727 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-28T22:32:29.731Z[ recovery-image] Aug 28 22:32:28.750 INFO O| Aug 28 22:32:28.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91442026-08-28T22:32:29.731Z[ recovery-image] Aug 28 22:32:28.750 INFO O| Aug 28 22:32:28.750 INFO STEP 79 (remove_files) COMPLETE
91452026-08-28T22:32:29.731Z[ recovery-image] Aug 28 22:32:28.750 INFO O| Aug 28 22:32:28.750 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-28T22:32:29.786Z[ recovery-image] Aug 28 22:32:28.806 INFO O| Aug 28 22:32:28.806 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91472026-08-28T22:32:29.786Z[ recovery-image] Aug 28 22:32:28.806 INFO O| Aug 28 22:32:28.806 INFO STEP 80 (remove_files) COMPLETE
91482026-08-28T22:32:29.790Z[ recovery-image] Aug 28 22:32:28.806 INFO O| Aug 28 22:32:28.806 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-28T22:32:29.797Z[ recovery-image] Aug 28 22:32:28.817 INFO O| Aug 28 22:32:28.817 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91502026-08-28T22:32:29.797Z[ recovery-image] Aug 28 22:32:28.817 INFO O| Aug 28 22:32:28.817 INFO STEP 81 (remove_files) COMPLETE
91512026-08-28T22:32:29.801Z[ recovery-image] Aug 28 22:32:28.817 INFO O| Aug 28 22:32:28.817 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-28T22:32:29.818Z[ recovery-image] Aug 28 22:32:28.828 INFO O| Aug 28 22:32:28.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91532026-08-28T22:32:29.818Z[ recovery-image] Aug 28 22:32:28.828 INFO O| Aug 28 22:32:28.828 INFO STEP 82 (remove_files) COMPLETE
91542026-08-28T22:32:29.842Z[ recovery-image] Aug 28 22:32:28.828 INFO O| Aug 28 22:32:28.828 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-28T22:32:29.842Z[ recovery-image] Aug 28 22:32:28.839 INFO O| Aug 28 22:32:28.839 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91562026-08-28T22:32:29.842Z[ recovery-image] Aug 28 22:32:28.839 INFO O| Aug 28 22:32:28.839 INFO STEP 83 (remove_files) COMPLETE
91572026-08-28T22:32:29.842Z[ recovery-image] Aug 28 22:32:28.839 INFO O| Aug 28 22:32:28.839 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-28T22:32:29.872Z[ recovery-image] Aug 28 22:32:28.891 INFO O| Aug 28 22:32:28.891 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91592026-08-28T22:32:29.872Z[ recovery-image] Aug 28 22:32:28.891 INFO O| Aug 28 22:32:28.891 INFO STEP 84 (remove_files) COMPLETE
91602026-08-28T22:32:29.872Z[ recovery-image] Aug 28 22:32:28.891 INFO O| Aug 28 22:32:28.891 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-28T22:32:29.886Z[ recovery-image] Aug 28 22:32:28.904 INFO O| Aug 28 22:32:28.904 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91622026-08-28T22:32:29.886Z[ recovery-image] Aug 28 22:32:28.904 INFO O| Aug 28 22:32:28.904 INFO STEP 85 (remove_files) COMPLETE
91632026-08-28T22:32:29.889Z[ recovery-image] Aug 28 22:32:28.904 INFO O| Aug 28 22:32:28.904 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-28T22:32:29.894Z[ recovery-image] Aug 28 22:32:28.915 INFO O| Aug 28 22:32:28.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91652026-08-28T22:32:29.894Z[ recovery-image] Aug 28 22:32:28.915 INFO O| Aug 28 22:32:28.915 INFO STEP 86 (remove_files) COMPLETE
91662026-08-28T22:32:29.898Z[ recovery-image] Aug 28 22:32:28.915 INFO O| Aug 28 22:32:28.915 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-28T22:32:29.909Z[ recovery-image] Aug 28 22:32:28.925 INFO O| Aug 28 22:32:28.925 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91682026-08-28T22:32:29.909Z[ recovery-image] Aug 28 22:32:28.925 INFO O| Aug 28 22:32:28.925 INFO STEP 87 (remove_files) COMPLETE
91692026-08-28T22:32:29.909Z[ recovery-image] Aug 28 22:32:28.925 INFO O| Aug 28 22:32:28.925 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-28T22:32:29.921Z[ recovery-image] Aug 28 22:32:28.936 INFO O| Aug 28 22:32:28.935 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91712026-08-28T22:32:29.921Z[ recovery-image] Aug 28 22:32:28.936 INFO O| Aug 28 22:32:28.936 INFO STEP 88 (remove_files) COMPLETE
91722026-08-28T22:32:29.926Z[ recovery-image] Aug 28 22:32:28.936 INFO O| Aug 28 22:32:28.936 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-28T22:32:29.929Z[ recovery-image] Aug 28 22:32:28.947 INFO O| Aug 28 22:32:28.946 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91742026-08-28T22:32:29.929Z[ recovery-image] Aug 28 22:32:28.947 INFO O| Aug 28 22:32:28.947 INFO STEP 89 (remove_files) COMPLETE
91752026-08-28T22:32:29.929Z[ recovery-image] Aug 28 22:32:28.947 INFO O| Aug 28 22:32:28.947 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-28T22:32:29.934Z[ recovery-image] Aug 28 22:32:28.955 INFO O| Aug 28 22:32:28.955 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91772026-08-28T22:32:29.934Z[ recovery-image] Aug 28 22:32:28.955 INFO O| Aug 28 22:32:28.955 INFO STEP 90 (remove_files) COMPLETE
91782026-08-28T22:32:29.935Z[ recovery-image] Aug 28 22:32:28.955 INFO O| Aug 28 22:32:28.955 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-28T22:32:29.944Z[ recovery-image] Aug 28 22:32:28.963 INFO O| Aug 28 22:32:28.963 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91802026-08-28T22:32:29.944Z[ recovery-image] Aug 28 22:32:28.963 INFO O| Aug 28 22:32:28.963 INFO STEP 91 (remove_files) COMPLETE
91812026-08-28T22:32:29.945Z[ recovery-image] Aug 28 22:32:28.963 INFO O| Aug 28 22:32:28.963 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-28T22:32:29.952Z[ recovery-image] Aug 28 22:32:28.971 INFO O| Aug 28 22:32:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91832026-08-28T22:32:29.952Z[ recovery-image] Aug 28 22:32:28.971 INFO O| Aug 28 22:32:28.971 INFO STEP 92 (remove_files) COMPLETE
91842026-08-28T22:32:29.956Z[ recovery-image] Aug 28 22:32:28.971 INFO O| Aug 28 22:32:28.971 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-28T22:32:29.961Z[ recovery-image] Aug 28 22:32:28.979 INFO O| Aug 28 22:32:28.978 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91862026-08-28T22:32:29.961Z[ recovery-image] Aug 28 22:32:28.979 INFO O| Aug 28 22:32:28.979 INFO STEP 93 (remove_files) COMPLETE
91872026-08-28T22:32:29.962Z[ recovery-image] Aug 28 22:32:28.979 INFO O| Aug 28 22:32:28.979 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-28T22:32:29.968Z[ recovery-image] Aug 28 22:32:28.987 INFO O| Aug 28 22:32:28.987 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91892026-08-28T22:32:29.972Z[ recovery-image] Aug 28 22:32:28.987 INFO O| Aug 28 22:32:28.987 INFO STEP 94 (remove_files) COMPLETE
91902026-08-28T22:32:29.972Z[ recovery-image] Aug 28 22:32:28.987 INFO O| Aug 28 22:32:28.987 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-28T22:32:29.979Z[ recovery-image] Aug 28 22:32:29.000 INFO O| Aug 28 22:32:29.000 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91922026-08-28T22:32:29.979Z[ recovery-image] Aug 28 22:32:29.000 INFO O| Aug 28 22:32:29.000 INFO STEP 95 (remove_files) COMPLETE
91932026-08-28T22:32:29.983Z[ recovery-image] Aug 28 22:32:29.000 INFO O| Aug 28 22:32:29.000 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-28T22:32:29.991Z[ recovery-image] Aug 28 22:32:29.011 INFO O| Aug 28 22:32:29.011 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91952026-08-28T22:32:29.991Z[ recovery-image] Aug 28 22:32:29.011 INFO O| Aug 28 22:32:29.011 INFO STEP 96 (remove_files) COMPLETE
91962026-08-28T22:32:29.994Z[ recovery-image] Aug 28 22:32:29.011 INFO O| Aug 28 22:32:29.011 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-08-28T22:32:30.004Z[ recovery-image] Aug 28 22:32:29.022 INFO O| Aug 28 22:32:29.022 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91982026-08-28T22:32:30.004Z[ recovery-image] Aug 28 22:32:29.023 INFO O| Aug 28 22:32:29.022 INFO STEP 97 (remove_files) COMPLETE
91992026-08-28T22:32:30.009Z[ recovery-image] Aug 28 22:32:29.023 INFO O| Aug 28 22:32:29.022 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002026-08-28T22:32:30.017Z[ recovery-image] Aug 28 22:32:29.033 INFO O| Aug 28 22:32:29.033 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92012026-08-28T22:32:30.017Z[ recovery-image] Aug 28 22:32:29.033 INFO O| Aug 28 22:32:29.033 INFO STEP 98 (remove_files) COMPLETE
92022026-08-28T22:32:30.017Z[ recovery-image] Aug 28 22:32:29.033 INFO O| Aug 28 22:32:29.033 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032026-08-28T22:32:30.030Z[ recovery-image] Aug 28 22:32:29.046 INFO O| Aug 28 22:32:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92042026-08-28T22:32:30.030Z[ recovery-image] Aug 28 22:32:29.046 INFO O| Aug 28 22:32:29.046 INFO STEP 99 (remove_files) COMPLETE
92052026-08-28T22:32:30.035Z[ recovery-image] Aug 28 22:32:29.046 INFO O| Aug 28 22:32:29.046 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92062026-08-28T22:32:30.215Z[ recovery-image] Aug 28 22:32:29.070 INFO O| Aug 28 22:32:29.069 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92072026-08-28T22:32:30.215Z[ recovery-image] Aug 28 22:32:29.070 INFO O| Aug 28 22:32:29.070 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92082026-08-28T22:32:35.490Z[verify-libraries] Compiling oso v0.27.3
92092026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:32.983 INFO O| Aug 28 22:32:32.983 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
92102026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:32.983 INFO O| Aug 28 22:32:32.983 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92112026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:32.996 INFO O| Aug 28 22:32:32.996 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92122026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.094 INFO O| Aug 28 22:32:33.093 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_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"}
92132026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.152 INFO O| Aug 28 22:32:33.152 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92142026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.222 INFO O| Aug 28 22:32:33.222 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92152026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.223 INFO O| Aug 28 22:32:33.222 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 ...
92162026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.224 INFO O| Aug 28 22:32:33.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92172026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.224 INFO O| Aug 28 22:32:33.224 INFO ok!
92182026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.224 INFO O| Aug 28 22:32:33.224 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92192026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.224 INFO O| Aug 28 22:32:33.224 INFO STEP 100 (seed_smf) COMPLETE
92202026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.224 INFO O| Aug 28 22:32:33.224 INFO steps complete; finalising image!
92212026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.224 INFO O| Aug 28 22:32:33.224 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92222026-08-28T22:32:35.490Z[ recovery-image] Aug 28 22:32:33.288 INFO O| Aug 28 22:32:33.288 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Aug 28 22:32:33 2026)
92232026-08-28T22:32:35.491Z[ recovery-image] Aug 28 22:32:33.495 INFO O| Aug 28 22:32:33.495 INFO trim TEMPORARY-sled-zfs-recovery: (21% trimmed, started at Fri Aug 28 22:32:33 2026)
92242026-08-28T22:32:35.491Z[ recovery-image] Aug 28 22:32:33.703 INFO O| Aug 28 22:32:33.703 INFO trim TEMPORARY-sled-zfs-recovery: (71% trimmed, started at Fri Aug 28 22:32:33 2026)
92252026-08-28T22:32:35.491Z[ recovery-image] Aug 28 22:32:33.909 INFO O| Aug 28 22:32:33.909 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92262026-08-28T22:32:35.491Z[ recovery-image] Aug 28 22:32:34.116 INFO O| Aug 28 22:32:34.116 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92272026-08-28T22:32:35.491Z[ recovery-image] Aug 28 22:32:34.323 INFO O| Aug 28 22:32:34.323 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92282026-08-28T22:32:35.550Z[ recovery-image] Aug 28 22:32:34.529 INFO O| Aug 28 22:32:34.529 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92292026-08-28T22:32:35.716Z[ recovery-image] Aug 28 22:32:34.737 INFO O| Aug 28 22:32:34.736 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92302026-08-28T22:32:35.923Z[ recovery-image] Aug 28 22:32:34.943 INFO O| Aug 28 22:32:34.943 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92312026-08-28T22:32:36.129Z[ recovery-image] Aug 28 22:32:35.149 INFO O| Aug 28 22:32:35.149 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92322026-08-28T22:32:36.336Z[ recovery-image] Aug 28 22:32:35.356 INFO O| Aug 28 22:32:35.356 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92332026-08-28T22:32:36.542Z[ recovery-image] Aug 28 22:32:35.563 INFO O| Aug 28 22:32:35.562 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92342026-08-28T22:32:36.749Z[ recovery-image] Aug 28 22:32:35.769 INFO O| Aug 28 22:32:35.769 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92352026-08-28T22:32:36.955Z[ recovery-image] Aug 28 22:32:35.975 INFO O| Aug 28 22:32:35.975 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92362026-08-28T22:32:37.160Z[ recovery-image] Aug 28 22:32:36.181 INFO O| Aug 28 22:32:36.181 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92372026-08-28T22:32:37.367Z[ recovery-image] Aug 28 22:32:36.387 INFO O| Aug 28 22:32:36.387 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92382026-08-28T22:32:37.572Z[ recovery-image] Aug 28 22:32:36.593 INFO O| Aug 28 22:32:36.593 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92392026-08-28T22:32:37.778Z[ recovery-image] Aug 28 22:32:36.799 INFO O| Aug 28 22:32:36.799 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92402026-08-28T22:32:37.987Z[ recovery-image] Aug 28 22:32:37.006 INFO O| Aug 28 22:32:37.006 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92412026-08-28T22:32:38.192Z[ recovery-image] Aug 28 22:32:37.212 INFO O| Aug 28 22:32:37.212 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92422026-08-28T22:32:38.397Z[ recovery-image] Aug 28 22:32:37.418 INFO O| Aug 28 22:32:37.418 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 28 22:32:33 2026)
92432026-08-28T22:32:38.616Z[ recovery-image] Aug 28 22:32:37.632 INFO O| Aug 28 22:32:37.631 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Aug 28 22:32:33 2026)
92442026-08-28T22:32:38.707Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92452026-08-28T22:32:38.831Z[ recovery-image] Aug 28 22:32:37.852 INFO O| Aug 28 22:32:37.852 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
92462026-08-28T22:32:38.831Z[ recovery-image] Aug 28 22:32:37.852 INFO O| Aug 28 22:32:37.852 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92472026-08-28T22:32:38.900Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92482026-08-28T22:32:39.590Z[ recovery-image] Aug 28 22:32:38.610 INFO O| Aug 28 22:32:38.610 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
92492026-08-28T22:32:39.590Z[ recovery-image] Aug 28 22:32:38.610 INFO O| Aug 28 22:32:38.610 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92502026-08-28T22:32:42.216Z[ recovery-image] Aug 28 22:32:41.232 INFO O| Aug 28 22:32:41.232 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92512026-08-28T22:32:42.216Z[ recovery-image] Aug 28 22:32:41.232 INFO O| Aug 28 22:32:41.232 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92522026-08-28T22:32:42.216Z[ recovery-image] Aug 28 22:32:41.232 INFO O| Aug 28 22:32:41.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92532026-08-28T22:32:42.216Z[ recovery-image] Aug 28 22:32:41.232 INFO O| Aug 28 22:32:41.232 INFO completed processing sled/zfs-recovery
92542026-08-28T22:32:42.216Z[ recovery-image] Aug 28 22:32:41.232 INFO O| Aug 28 22:32:41.232 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92552026-08-28T22:32:43.814Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24217:20260827T182804Z
92562026-08-28T22:32:43.815Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24217:20260827T182804Z
92572026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92582026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92592026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92602026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92612026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92622026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.835 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92632026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.836 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260828T221914Z
92642026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.836 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92652026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.836 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92662026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.836 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24217:20260827T182804Z
92672026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.836 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24217:20260827T182804Z
92682026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24217:20260827T182805Z
92692026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24217:20260827T182805Z
92702026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92712026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24217:20260827T182805Z
92722026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24217:20260827T182805Z
92732026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24217:20260827T182805Z
92742026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24217:20260827T182805Z
92752026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24217:20260827T182805Z
92762026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24217:20260827T182805Z
92772026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24217:20260827T182805Z
92782026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24217:20260827T182805Z
92792026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.837 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24217:20260827T182806Z
92802026-08-28T22:32:43.819Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24217:20260827T182806Z
92812026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24217:20260827T182806Z
92822026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24217:20260827T182806Z
92832026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24217:20260827T182807Z
92842026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24217:20260827T182807Z
92852026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24217:20260827T182807Z
92862026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92872026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24217:20260827T182808Z
92882026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24217:20260827T182809Z
92892026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24217:20260827T182809Z
92902026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24217:20260827T182809Z
92912026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24217:20260827T182810Z
92922026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24217:20260827T182810Z
92932026-08-28T22:32:43.820Z[ host-image] Aug 28 22:32:42.838 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24217:20260827T182810Z
92942026-08-28T22:32:43.824Z[ host-image] Aug 28 22:32:42.841 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92952026-08-28T22:32:43.824Z[ host-image] Aug 28 22:32:42.841 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24217:20260827T182810Z
92962026-08-28T22:32:43.824Z[ host-image] Aug 28 22:32:42.841 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92972026-08-28T22:32:43.824Z[ host-image] Aug 28 22:32:42.841 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92982026-08-28T22:32:43.824Z[ host-image] Aug 28 22:32:42.841 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92992026-08-28T22:32:43.824Z[ host-image] Aug 28 22:32:42.841 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93002026-08-28T22:32:43.824Z[ host-image] Aug 28 22:32:42.842 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24217:20260827T182810Z
93012026-08-28T22:32:43.825Z[ host-image] Aug 28 22:32:42.842 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93022026-08-28T22:32:43.825Z[ host-image] Aug 28 22:32:42.842 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93032026-08-28T22:32:43.825Z[ host-image] Aug 28 22:32:42.842 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93042026-08-28T22:32:43.825Z[ host-image] Aug 28 22:32:42.842 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93052026-08-28T22:32:43.829Z[ host-image] Aug 28 22:32:42.845 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93062026-08-28T22:32:43.829Z[ host-image] Aug 28 22:32:42.845 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93072026-08-28T22:32:43.829Z[ host-image] Aug 28 22:32:42.846 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93082026-08-28T22:32:43.830Z[ host-image] Aug 28 22:32:42.846 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93092026-08-28T22:32:43.830Z[ host-image] Aug 28 22:32:42.846 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93102026-08-28T22:32:43.830Z[ host-image] Aug 28 22:32:42.846 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93112026-08-28T22:32:43.837Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93122026-08-28T22:32:43.837Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93132026-08-28T22:32:43.842Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93142026-08-28T22:32:43.842Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24217:20260827T182811Z
93152026-08-28T22:32:43.842Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24217:20260827T182814Z
93162026-08-28T22:32:43.842Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93172026-08-28T22:32:43.842Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24217:20260827T182814Z
93182026-08-28T22:32:43.842Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93192026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93202026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93212026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93222026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24217:20260827T182814Z
93232026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.858 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93242026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.859 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93252026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.859 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93262026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.859 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93272026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.859 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24217:20260827T182814Z
93282026-08-28T22:32:43.843Z[ host-image] Aug 28 22:32:42.859 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93292026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.864 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93302026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.864 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24217:20260827T182814Z
93312026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.864 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24217:20260827T182815Z
93322026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.864 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24217:20260827T182815Z
93332026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.864 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93342026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.864 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24217:20260827T182815Z
93352026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.865 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24217:20260827T182815Z
93362026-08-28T22:32:43.851Z[ host-image] Aug 28 22:32:42.865 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24217:20260827T182815Z
93372026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.865 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24217:20260827T182815Z
93382026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93392026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24217:20260827T182816Z
93402026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24217:20260827T182816Z
93412026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93422026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24217:20260827T182816Z
93432026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24217:20260827T182816Z
93442026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24217:20260827T182816Z
93452026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.866 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24217:20260827T182816Z
93462026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24217:20260827T182816Z
93472026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93482026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24217:20260827T182816Z
93492026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24217:20260827T182816Z
93502026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24217:20260827T182817Z
93512026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24217:20260827T182817Z
93522026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24217:20260827T182817Z
93532026-08-28T22:32:43.852Z[ host-image] Aug 28 22:32:42.870 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24217:20260827T182817Z
93542026-08-28T22:32:43.858Z[ host-image] Aug 28 22:32:42.874 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24217:20260827T182817Z
93552026-08-28T22:32:43.858Z[ host-image] Aug 28 22:32:42.874 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24217:20260827T182817Z
93562026-08-28T22:32:43.858Z[ host-image] Aug 28 22:32:42.874 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24217:20260827T182818Z
93572026-08-28T22:32:43.858Z[ host-image] Aug 28 22:32:42.874 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24217:20260827T182817Z
93582026-08-28T22:32:43.858Z[ host-image] Aug 28 22:32:42.874 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24217:20260827T182817Z
93592026-08-28T22:32:43.858Z[ host-image] Aug 28 22:32:42.874 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24217:20260827T182817Z
93602026-08-28T22:32:43.858Z[ host-image] Aug 28 22:32:42.874 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24217:20260827T182818Z
93612026-08-28T22:32:43.864Z[ host-image] Aug 28 22:32:42.879 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24217:20260827T182819Z
93622026-08-28T22:32:43.864Z[ host-image] Aug 28 22:32:42.879 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24217:20260827T182818Z
93632026-08-28T22:32:43.864Z[ host-image] Aug 28 22:32:42.879 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24217:20260827T182818Z
93642026-08-28T22:32:43.864Z[ host-image] Aug 28 22:32:42.879 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93652026-08-28T22:32:43.864Z[ host-image] Aug 28 22:32:42.879 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93662026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.887 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24217:20260827T182818Z
93672026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.887 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93682026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.887 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24217:20260827T182818Z
93692026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.887 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24217:20260827T182818Z
93702026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.888 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24217:20260827T182818Z
93712026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.888 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93722026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.888 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93732026-08-28T22:32:43.868Z[ host-image] Aug 28 22:32:42.888 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24217:20260827T182819Z
93742026-08-28T22:32:43.869Z[ host-image] Aug 28 22:32:42.888 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24217:20260827T182819Z
93752026-08-28T22:32:43.869Z[ host-image] Aug 28 22:32:42.888 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24217:20260827T182819Z
93762026-08-28T22:32:43.872Z[ host-image] Aug 28 22:32:42.888 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24217:20260827T182819Z
93772026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.889 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24217:20260827T182819Z
93782026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.889 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24217:20260827T182819Z
93792026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.889 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93802026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.889 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24217:20260827T182819Z
93812026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24217:20260827T182819Z
93822026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24217:20260827T182819Z
93832026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24217:20260827T182820Z
93842026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24217:20260827T182820Z
93852026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24217:20260827T182820Z
93862026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93872026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93882026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24217:20260827T182821Z
93892026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24217:20260827T182821Z
93902026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93912026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93922026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93932026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93942026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.890 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93952026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.891 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93962026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.891 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93972026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.892 INFO O| tempdir @ "/tmp/.tmp4J6619/tmp"
93982026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.892 INFO O| image root @ "/tmp/.tmp4J6619/tmp/root"
93992026-08-28T22:32:43.873Z[ host-image] Aug 28 22:32:42.892 INFO O| creating image...
94002026-08-28T22:32:44.490Z[ recovery-image] Aug 28 22:32:43.511 INFO O| Aug 28 22:32:43.511 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94012026-08-28T22:32:44.599Z[ recovery-image] Aug 28 22:32:43.619 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
94022026-08-28T22:32:44.599Z[ recovery-image] Aug 28 22:32:43.619 INFO expanded image name: "recovery c265b11/${os_short_commit} 2026-08-28 22:19" -> "recovery c265b11/e73f257 2026-08-28 22:19"
94032026-08-28T22:32:44.599Z[ recovery-image] Aug 28 22:32:43.620 INFO output artefacts stored in: "/work/os-recovery"
94042026-08-28T22:32:44.599Z[ recovery-image] Aug 28 22:32:43.620 INFO collecting git info from project "pilot"...
94052026-08-28T22:32:44.611Z[ recovery-image] Aug 28 22:32:43.630 INFO collecting git info from project "pinprick"...
94062026-08-28T22:32:44.623Z[ recovery-image] Aug 28 22:32:43.643 INFO collecting git info from project "image-builder"...
94072026-08-28T22:32:44.633Z[ recovery-image] Aug 28 22:32:43.654 INFO collecting git info from project "dmar-report"...
94082026-08-28T22:32:44.644Z[ recovery-image] Aug 28 22:32:43.665 INFO collecting git info from project "amd-host-image-builder"...
94092026-08-28T22:32:44.651Z[ host-image] Aug 28 22:32:43.671 INFO O| copying publishers...
94102026-08-28T22:32:44.702Z[ recovery-image] Aug 28 22:32:43.722 INFO collecting git info from project "phbl"...
94112026-08-28T22:32:44.710Z[ recovery-image] Aug 28 22:32:43.730 INFO collecting git info from project "chelsio-t6-roms"...
94122026-08-28T22:32:44.752Z[ recovery-image] Aug 28 22:32:43.773 INFO collecting git info from project "bootserver"...
94132026-08-28T22:32:44.760Z[ recovery-image] Aug 28 22:32:43.781 INFO collecting git info from project "amd-firmware"...
94142026-08-28T22:32:45.194Z[ recovery-image] Aug 28 22:32:44.204 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94152026-08-28T22:32:45.754Z[ recovery-image] Aug 28 22:32:44.774 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94162026-08-28T22:32:46.155Z[ recovery-image] Aug 28 22:32:45.176 INFO creating Oxide boot image...
94172026-08-28T22:32:46.155Z[ recovery-image] Aug 28 22:32:45.176 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c265b11/e73f257 2026-08-28 22:19", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94182026-08-28T22:32:48.273Z[ host-image] Aug 28 22:32:47.260 INFO O| adding properties...
94192026-08-28T22:32:48.349Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94202026-08-28T22:32:49.388Z[ host-image] Aug 28 22:32:48.407 INFO O| installing packages...
94212026-08-28T22:32:50.584Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94222026-08-28T22:32:52.263Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94232026-08-28T22:32:53.078Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94242026-08-28T22:32:53.338Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94252026-08-28T22:32:56.864Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94262026-08-28T22:32:59.418Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94272026-08-28T22:33:00.545Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94282026-08-28T22:33:01.399Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94292026-08-28T22:33:01.942Z[ host-image] Aug 28 22:33:00.963 INFO O| seeding SMF database...
94302026-08-28T22:33:07.267Z[ host-image] Aug 28 22:33:06.266 INFO O| configuring SMF profile...
94312026-08-28T22:33:07.267Z[ host-image] Aug 28 22:33:06.266 INFO O| modifying shadow(5)...
94322026-08-28T22:33:07.273Z[ host-image] Aug 28 22:33:06.266 INFO O| loading user and group database...
94332026-08-28T22:33:07.273Z[ host-image] Aug 28 22:33:06.266 INFO O| loading facet selections...
94342026-08-28T22:33:07.650Z[ host-image] Aug 28 22:33:06.669 INFO O| devel -> true
94352026-08-28T22:33:07.650Z[ host-image] Aug 28 22:33:06.669 INFO O| doc.man -> true
94362026-08-28T22:33:07.650Z[ host-image] Aug 28 22:33:06.669 INFO O| version-lock.shell/ksh93 -> true
94372026-08-28T22:33:07.653Z[ host-image] Aug 28 22:33:06.669 INFO O| version-lock.system/data/hardware-registry -> true
94382026-08-28T22:33:07.653Z[ host-image] Aug 28 22:33:06.669 INFO O| version-lock.system/data/zoneinfo -> true
94392026-08-28T22:33:07.654Z[ host-image] Aug 28 22:33:06.669 INFO O| version-lock.system/microcode/amd -> true
94402026-08-28T22:33:07.654Z[ host-image] Aug 28 22:33:06.669 INFO O| version-lock.system/microcode/intel -> true
94412026-08-28T22:33:07.654Z[ host-image] Aug 28 22:33:06.669 INFO O| version-lock.system/microcode/oxide -> true
94422026-08-28T22:33:07.654Z[ host-image] Aug 28 22:33:06.669 INFO O| assessing packaged files...
94432026-08-28T22:33:09.157Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94442026-08-28T22:33:09.293Z[ host-image] Aug 28 22:33:08.313 INFO O| creating archive...
94452026-08-28T22:33:09.315Z[ host-image] Aug 28 22:33:08.335 INFO O| missing from packaging:
94462026-08-28T22:33:09.315Z[ host-image] Aug 28 22:33:08.335 INFO O| "etc/.pwd.lock"
94472026-08-28T22:33:09.318Z[ host-image] Aug 28 22:33:08.335 INFO O| "etc/bash"
94482026-08-28T22:33:09.318Z[ host-image] Aug 28 22:33:08.338 INFO O| "etc/svc/profile/generic.xml"
94492026-08-28T22:33:09.318Z[ host-image] Aug 28 22:33:08.338 INFO O| "etc/svc/profile/inetd_services.xml"
94502026-08-28T22:33:09.318Z[ host-image] Aug 28 22:33:08.338 INFO O| "etc/svc/profile/name_service.xml"
94512026-08-28T22:33:09.325Z[ host-image] Aug 28 22:33:08.338 INFO O| "etc/svc/profile/platform.xml"
94522026-08-28T22:33:09.325Z[ host-image] Aug 28 22:33:08.338 INFO O| "etc/svc/profile/platform_omicron1.xml"
94532026-08-28T22:33:09.325Z[ host-image] Aug 28 22:33:08.338 INFO O| "etc/svc/repository.db"
94542026-08-28T22:33:09.330Z[ host-image] Aug 28 22:33:08.344 INFO O| "opt/ooce/share"
94552026-08-28T22:33:09.330Z[ host-image] Aug 28 22:33:08.344 INFO O| "opt/ooce/share/man"
94562026-08-28T22:33:09.330Z[ host-image] Aug 28 22:33:08.344 INFO O| "opt/ooce/share/man/man1"
94572026-08-28T22:33:09.334Z[ host-image] Aug 28 22:33:08.353 INFO O| finishing archive...
94582026-08-28T22:33:11.714Z[ host-image] Aug 28 22:33:10.734 INFO O| creating gzonly manifest...
94592026-08-28T22:33:11.721Z[ host-image] Aug 28 22:33:10.740 INFO O| ok
94602026-08-28T22:33:11.828Z[ host-image] Aug 28 22:33:10.848 INFO image builder template: ramdisk-02-trim...
94612026-08-28T22:33:11.828Z[ host-image] Aug 28 22:33:10.848 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/.tmp1w4NLE/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
94622026-08-28T22:33:11.848Z[ host-image] Aug 28 22:33:10.869 INFO O| Aug 28 22:33:10.868 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94632026-08-28T22:33:11.853Z[ host-image] Aug 28 22:33:10.873 INFO O| Aug 28 22:33:10.873 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94642026-08-28T22:33:12.831Z[ host-image] Aug 28 22:33:11.851 INFO O| Aug 28 22:33:11.851 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94652026-08-28T22:33:13.237Z[ host-image] Aug 28 22:33:12.257 INFO O| Aug 28 22:33:12.257 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94662026-08-28T22:33:13.237Z[ host-image] Aug 28 22:33:12.257 INFO O| Aug 28 22:33:12.257 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94672026-08-28T22:33:13.242Z[ host-image] Aug 28 22:33:12.263 INFO O| Aug 28 22:33:12.263 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94682026-08-28T22:33:13.247Z[ host-image] Aug 28 22:33:12.266 INFO O| Aug 28 22:33:12.266 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94692026-08-28T22:33:13.251Z[ host-image] Aug 28 22:33:12.272 INFO O| Aug 28 22:33:12.272 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94702026-08-28T22:33:13.874Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94712026-08-28T22:33:13.881Z[ host-image] Aug 28 22:33:12.901 INFO O| Aug 28 22:33:12.901 INFO rolled back to input snapshot; work may begin
94722026-08-28T22:33:13.886Z[ host-image] Aug 28 22:33:12.901 INFO O| Aug 28 22:33:12.901 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94732026-08-28T22:33:13.890Z[ host-image] Aug 28 22:33:12.906 INFO O| Aug 28 22:33:12.906 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-28T22:33:13.896Z[ host-image] Aug 28 22:33:12.915 INFO O| Aug 28 22:33:12.915 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94752026-08-28T22:33:13.936Z[ host-image] Aug 28 22:33:12.955 INFO O| Aug 28 22:33:12.955 INFO STEP 0 (remove_files) COMPLETE
94762026-08-28T22:33:13.936Z[ host-image] Aug 28 22:33:12.955 INFO O| Aug 28 22:33:12.955 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-28T22:33:13.944Z[ host-image] Aug 28 22:33:12.964 INFO O| Aug 28 22:33:12.964 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94782026-08-28T22:33:13.947Z[ host-image] Aug 28 22:33:12.965 INFO O| Aug 28 22:33:12.965 INFO STEP 1 (remove_files) COMPLETE
94792026-08-28T22:33:13.947Z[ host-image] Aug 28 22:33:12.965 INFO O| Aug 28 22:33:12.965 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-28T22:33:13.955Z[ host-image] Aug 28 22:33:12.975 INFO O| Aug 28 22:33:12.975 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94812026-08-28T22:33:13.969Z[ host-image] Aug 28 22:33:12.989 INFO O| Aug 28 22:33:12.989 INFO STEP 2 (remove_files) COMPLETE
94822026-08-28T22:33:13.969Z[ host-image] Aug 28 22:33:12.989 INFO O| Aug 28 22:33:12.989 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-28T22:33:13.979Z[ host-image] Aug 28 22:33:12.999 INFO O| Aug 28 22:33:12.999 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94842026-08-28T22:33:13.984Z[ host-image] Aug 28 22:33:13.004 INFO O| Aug 28 22:33:13.001 INFO STEP 3 (remove_files) COMPLETE
94852026-08-28T22:33:13.984Z[ host-image] Aug 28 22:33:13.004 INFO O| Aug 28 22:33:13.001 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-28T22:33:13.992Z[ host-image] Aug 28 22:33:13.012 INFO O| Aug 28 22:33:13.012 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94872026-08-28T22:33:13.996Z[ host-image] Aug 28 22:33:13.015 INFO O| Aug 28 22:33:13.015 INFO STEP 4 (remove_files) COMPLETE
94882026-08-28T22:33:13.996Z[ host-image] Aug 28 22:33:13.015 INFO O| Aug 28 22:33:13.015 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-28T22:33:14.005Z[ host-image] Aug 28 22:33:13.025 INFO O| Aug 28 22:33:13.025 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94902026-08-28T22:33:14.008Z[ host-image] Aug 28 22:33:13.027 INFO O| Aug 28 22:33:13.027 INFO STEP 5 (remove_files) COMPLETE
94912026-08-28T22:33:14.008Z[ host-image] Aug 28 22:33:13.027 INFO O| Aug 28 22:33:13.027 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-28T22:33:14.017Z[ host-image] Aug 28 22:33:13.037 INFO O| Aug 28 22:33:13.037 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94932026-08-28T22:33:14.026Z[ host-image] Aug 28 22:33:13.047 INFO O| Aug 28 22:33:13.047 INFO STEP 6 (remove_files) COMPLETE
94942026-08-28T22:33:14.027Z[ host-image] Aug 28 22:33:13.047 INFO O| Aug 28 22:33:13.047 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-28T22:33:14.030Z[ host-image] Aug 28 22:33:13.047 INFO O| Aug 28 22:33:13.047 INFO skip step because feature "heliosv2" is not enabled
94962026-08-28T22:33:14.030Z[ host-image] Aug 28 22:33:13.047 INFO O| Aug 28 22:33:13.047 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-28T22:33:14.038Z[ host-image] Aug 28 22:33:13.057 INFO O| Aug 28 22:33:13.057 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94982026-08-28T22:33:14.048Z[ host-image] Aug 28 22:33:13.068 INFO O| Aug 28 22:33:13.068 INFO STEP 8 (remove_files) COMPLETE
94992026-08-28T22:33:14.048Z[ host-image] Aug 28 22:33:13.068 INFO O| Aug 28 22:33:13.068 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-28T22:33:14.060Z[ host-image] Aug 28 22:33:13.079 INFO O| Aug 28 22:33:13.079 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95012026-08-28T22:33:14.126Z[ host-image] Aug 28 22:33:13.146 INFO O| Aug 28 22:33:13.146 INFO STEP 9 (remove_files) COMPLETE
95022026-08-28T22:33:14.126Z[ host-image] Aug 28 22:33:13.146 INFO O| Aug 28 22:33:13.146 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-28T22:33:14.138Z[ host-image] Aug 28 22:33:13.158 INFO O| Aug 28 22:33:13.158 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95042026-08-28T22:33:14.235Z[ host-image] Aug 28 22:33:13.255 INFO O| Aug 28 22:33:13.255 INFO STEP 10 (remove_files) COMPLETE
95052026-08-28T22:33:14.235Z[ host-image] Aug 28 22:33:13.255 INFO O| Aug 28 22:33:13.255 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-28T22:33:14.244Z[ host-image] Aug 28 22:33:13.264 INFO O| Aug 28 22:33:13.264 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95072026-08-28T22:33:14.247Z[ host-image] Aug 28 22:33:13.267 INFO O| Aug 28 22:33:13.267 INFO STEP 11 (remove_files) COMPLETE
95082026-08-28T22:33:14.248Z[ host-image] Aug 28 22:33:13.267 INFO O| Aug 28 22:33:13.267 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-28T22:33:14.263Z[ host-image] Aug 28 22:33:13.283 INFO O| Aug 28 22:33:13.283 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95102026-08-28T22:33:14.266Z[ host-image] Aug 28 22:33:13.283 INFO O| Aug 28 22:33:13.283 INFO STEP 12 (remove_files) COMPLETE
95112026-08-28T22:33:14.266Z[ host-image] Aug 28 22:33:13.283 INFO O| Aug 28 22:33:13.283 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-28T22:33:14.272Z[ host-image] Aug 28 22:33:13.293 INFO O| Aug 28 22:33:13.292 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95132026-08-28T22:33:14.276Z[ host-image] Aug 28 22:33:13.294 INFO O| Aug 28 22:33:13.294 INFO STEP 13 (remove_files) COMPLETE
95142026-08-28T22:33:14.276Z[ host-image] Aug 28 22:33:13.294 INFO O| Aug 28 22:33:13.294 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-28T22:33:14.465Z[ host-image] Aug 28 22:33:13.485 INFO O| Aug 28 22:33:13.485 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95162026-08-28T22:33:14.471Z[ host-image] Aug 28 22:33:13.491 INFO O| Aug 28 22:33:13.491 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95172026-08-28T22:33:14.541Z[ host-image] Aug 28 22:33:13.560 INFO O| Aug 28 22:33:13.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95182026-08-28T22:33:14.541Z[ host-image] Aug 28 22:33:13.560 INFO O| Aug 28 22:33:13.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95192026-08-28T22:33:14.541Z[ host-image] Aug 28 22:33:13.560 INFO O| Aug 28 22:33:13.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95202026-08-28T22:33:14.545Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95212026-08-28T22:33:14.545Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95222026-08-28T22:33:14.545Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95232026-08-28T22:33:14.545Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95242026-08-28T22:33:14.545Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95252026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95262026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95272026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95282026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95292026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95302026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95312026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95322026-08-28T22:33:14.546Z[ host-image] Aug 28 22:33:13.561 INFO O| Aug 28 22:33:13.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95332026-08-28T22:33:14.550Z[ host-image] Aug 28 22:33:13.568 INFO O| Aug 28 22:33:13.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95342026-08-28T22:33:14.550Z[ host-image] Aug 28 22:33:13.568 INFO O| Aug 28 22:33:13.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95352026-08-28T22:33:14.550Z[ host-image] Aug 28 22:33:13.568 INFO O| Aug 28 22:33:13.568 INFO STEP 14 (remove_files) COMPLETE
95362026-08-28T22:33:14.550Z[ host-image] Aug 28 22:33:13.568 INFO O| Aug 28 22:33:13.568 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-28T22:33:14.558Z[ host-image] Aug 28 22:33:13.579 INFO O| Aug 28 22:33:13.579 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95382026-08-28T22:33:14.562Z[ host-image] Aug 28 22:33:13.580 INFO O| Aug 28 22:33:13.580 INFO STEP 15 (remove_files) COMPLETE
95392026-08-28T22:33:14.562Z[ host-image] Aug 28 22:33:13.580 INFO O| Aug 28 22:33:13.580 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-28T22:33:14.570Z[ host-image] Aug 28 22:33:13.590 INFO O| Aug 28 22:33:13.590 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95412026-08-28T22:33:14.575Z[ host-image] Aug 28 22:33:13.596 INFO O| Aug 28 22:33:13.596 INFO STEP 16 (remove_files) COMPLETE
95422026-08-28T22:33:14.579Z[ host-image] Aug 28 22:33:13.596 INFO O| Aug 28 22:33:13.596 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-28T22:33:14.585Z[ host-image] Aug 28 22:33:13.605 INFO O| Aug 28 22:33:13.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95442026-08-28T22:33:14.588Z[ host-image] Aug 28 22:33:13.606 INFO O| Aug 28 22:33:13.606 INFO STEP 17 (remove_files) COMPLETE
95452026-08-28T22:33:14.588Z[ host-image] Aug 28 22:33:13.606 INFO O| Aug 28 22:33:13.606 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-28T22:33:14.595Z[ host-image] Aug 28 22:33:13.615 INFO O| Aug 28 22:33:13.615 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95472026-08-28T22:33:14.598Z[ host-image] Aug 28 22:33:13.616 INFO O| Aug 28 22:33:13.616 INFO STEP 18 (remove_files) COMPLETE
95482026-08-28T22:33:14.598Z[ host-image] Aug 28 22:33:13.616 INFO O| Aug 28 22:33:13.616 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-28T22:33:14.605Z[ host-image] Aug 28 22:33:13.625 INFO O| Aug 28 22:33:13.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95502026-08-28T22:33:14.605Z[ host-image] Aug 28 22:33:13.625 INFO O| Aug 28 22:33:13.625 INFO STEP 19 (remove_files) COMPLETE
95512026-08-28T22:33:14.610Z[ host-image] Aug 28 22:33:13.625 INFO O| Aug 28 22:33:13.625 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-28T22:33:14.616Z[ host-image] Aug 28 22:33:13.636 INFO O| Aug 28 22:33:13.636 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95532026-08-28T22:33:14.616Z[ host-image] Aug 28 22:33:13.636 INFO O| Aug 28 22:33:13.636 INFO STEP 20 (remove_files) COMPLETE
95542026-08-28T22:33:14.616Z[ host-image] Aug 28 22:33:13.636 INFO O| Aug 28 22:33:13.636 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-28T22:33:14.626Z[ host-image] Aug 28 22:33:13.646 INFO O| Aug 28 22:33:13.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95562026-08-28T22:33:14.626Z[ host-image] Aug 28 22:33:13.646 INFO O| Aug 28 22:33:13.646 INFO STEP 21 (remove_files) COMPLETE
95572026-08-28T22:33:14.630Z[ host-image] Aug 28 22:33:13.646 INFO O| Aug 28 22:33:13.646 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-28T22:33:14.635Z[ host-image] Aug 28 22:33:13.656 INFO O| Aug 28 22:33:13.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95592026-08-28T22:33:14.635Z[ host-image] Aug 28 22:33:13.656 INFO O| Aug 28 22:33:13.656 INFO STEP 22 (remove_files) COMPLETE
95602026-08-28T22:33:14.635Z[ host-image] Aug 28 22:33:13.656 INFO O| Aug 28 22:33:13.656 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-28T22:33:14.647Z[ host-image] Aug 28 22:33:13.667 INFO O| Aug 28 22:33:13.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95622026-08-28T22:33:14.648Z[ host-image] Aug 28 22:33:13.667 INFO O| Aug 28 22:33:13.667 INFO STEP 23 (remove_files) COMPLETE
95632026-08-28T22:33:14.652Z[ host-image] Aug 28 22:33:13.667 INFO O| Aug 28 22:33:13.667 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-28T22:33:14.657Z[ host-image] Aug 28 22:33:13.677 INFO O| Aug 28 22:33:13.677 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95652026-08-28T22:33:14.657Z[ host-image] Aug 28 22:33:13.677 INFO O| Aug 28 22:33:13.677 INFO STEP 24 (remove_files) COMPLETE
95662026-08-28T22:33:14.662Z[ host-image] Aug 28 22:33:13.677 INFO O| Aug 28 22:33:13.677 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-28T22:33:14.667Z[ host-image] Aug 28 22:33:13.687 INFO O| Aug 28 22:33:13.687 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95682026-08-28T22:33:14.667Z[ host-image] Aug 28 22:33:13.687 INFO O| Aug 28 22:33:13.687 INFO STEP 25 (remove_files) COMPLETE
95692026-08-28T22:33:14.671Z[ host-image] Aug 28 22:33:13.687 INFO O| Aug 28 22:33:13.687 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-28T22:33:14.679Z[ host-image] Aug 28 22:33:13.697 INFO O| Aug 28 22:33:13.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95712026-08-28T22:33:14.683Z[ host-image] Aug 28 22:33:13.697 INFO O| Aug 28 22:33:13.697 INFO STEP 26 (remove_files) COMPLETE
95722026-08-28T22:33:14.683Z[ host-image] Aug 28 22:33:13.697 INFO O| Aug 28 22:33:13.697 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-28T22:33:14.686Z[ host-image] Aug 28 22:33:13.706 INFO O| Aug 28 22:33:13.706 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95742026-08-28T22:33:14.686Z[ host-image] Aug 28 22:33:13.706 INFO O| Aug 28 22:33:13.706 INFO STEP 27 (remove_files) COMPLETE
95752026-08-28T22:33:14.686Z[ host-image] Aug 28 22:33:13.706 INFO O| Aug 28 22:33:13.706 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-28T22:33:14.693Z[ host-image] Aug 28 22:33:13.713 INFO O| Aug 28 22:33:13.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95772026-08-28T22:33:14.693Z[ host-image] Aug 28 22:33:13.713 INFO O| Aug 28 22:33:13.713 INFO STEP 28 (remove_files) COMPLETE
95782026-08-28T22:33:14.698Z[ host-image] Aug 28 22:33:13.713 INFO O| Aug 28 22:33:13.713 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-28T22:33:14.723Z[ host-image] Aug 28 22:33:13.724 INFO O| Aug 28 22:33:13.724 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95802026-08-28T22:33:14.723Z[ host-image] Aug 28 22:33:13.724 INFO O| Aug 28 22:33:13.724 INFO STEP 29 (remove_files) COMPLETE
95812026-08-28T22:33:14.781Z[ host-image] Aug 28 22:33:13.724 INFO O| Aug 28 22:33:13.724 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-28T22:33:14.781Z[ host-image] Aug 28 22:33:13.732 INFO O| Aug 28 22:33:13.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95832026-08-28T22:33:14.781Z[ host-image] Aug 28 22:33:13.732 INFO O| Aug 28 22:33:13.732 INFO STEP 30 (remove_files) COMPLETE
95842026-08-28T22:33:14.781Z[ host-image] Aug 28 22:33:13.732 INFO O| Aug 28 22:33:13.732 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-28T22:33:14.781Z[ host-image] Aug 28 22:33:13.740 INFO O| Aug 28 22:33:13.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95862026-08-28T22:33:14.781Z[ host-image] Aug 28 22:33:13.740 INFO O| Aug 28 22:33:13.740 INFO STEP 31 (remove_files) COMPLETE
95872026-08-28T22:33:14.781Z[ host-image] Aug 28 22:33:13.740 INFO O| Aug 28 22:33:13.740 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-28T22:33:14.795Z[ host-image] Aug 28 22:33:13.748 INFO O| Aug 28 22:33:13.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95892026-08-28T22:33:14.795Z[ host-image] Aug 28 22:33:13.748 INFO O| Aug 28 22:33:13.748 INFO STEP 32 (remove_files) COMPLETE
95902026-08-28T22:33:14.795Z[ host-image] Aug 28 22:33:13.748 INFO O| Aug 28 22:33:13.748 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-28T22:33:14.795Z[ host-image] Aug 28 22:33:13.757 INFO O| Aug 28 22:33:13.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95922026-08-28T22:33:14.795Z[ host-image] Aug 28 22:33:13.757 INFO O| Aug 28 22:33:13.757 INFO STEP 33 (remove_files) COMPLETE
95932026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.757 INFO O| Aug 28 22:33:13.757 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.765 INFO O| Aug 28 22:33:13.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95952026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.765 INFO O| Aug 28 22:33:13.765 INFO STEP 34 (remove_files) COMPLETE
95962026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.765 INFO O| Aug 28 22:33:13.765 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.773 INFO O| Aug 28 22:33:13.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95982026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.774 INFO O| Aug 28 22:33:13.773 INFO STEP 35 (remove_files) COMPLETE
95992026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.774 INFO O| Aug 28 22:33:13.774 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.782 INFO O| Aug 28 22:33:13.782 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96012026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.782 INFO O| Aug 28 22:33:13.782 INFO STEP 36 (remove_files) COMPLETE
96022026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.782 INFO O| Aug 28 22:33:13.782 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.789 INFO O| Aug 28 22:33:13.789 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96042026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.790 INFO O| Aug 28 22:33:13.789 INFO STEP 37 (remove_files) COMPLETE
96052026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.790 INFO O| Aug 28 22:33:13.790 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.798 INFO O| Aug 28 22:33:13.798 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96072026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.798 INFO O| Aug 28 22:33:13.798 INFO STEP 38 (remove_files) COMPLETE
96082026-08-28T22:33:14.797Z[ host-image] Aug 28 22:33:13.798 INFO O| Aug 28 22:33:13.798 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-28T22:33:14.816Z[ host-image] Aug 28 22:33:13.809 INFO O| Aug 28 22:33:13.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96102026-08-28T22:33:14.816Z[ host-image] Aug 28 22:33:13.809 INFO O| Aug 28 22:33:13.809 INFO STEP 39 (remove_files) COMPLETE
96112026-08-28T22:33:14.816Z[ host-image] Aug 28 22:33:13.809 INFO O| Aug 28 22:33:13.809 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-28T22:33:14.816Z[ host-image] Aug 28 22:33:13.818 INFO O| Aug 28 22:33:13.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96132026-08-28T22:33:14.816Z[ host-image] Aug 28 22:33:13.818 INFO O| Aug 28 22:33:13.818 INFO STEP 40 (remove_files) COMPLETE
96142026-08-28T22:33:14.816Z[ host-image] Aug 28 22:33:13.818 INFO O| Aug 28 22:33:13.818 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-28T22:33:14.816Z[ host-image] Aug 28 22:33:13.830 INFO O| Aug 28 22:33:13.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96162026-08-28T22:33:14.817Z[ host-image] Aug 28 22:33:13.830 INFO O| Aug 28 22:33:13.830 INFO STEP 41 (remove_files) COMPLETE
96172026-08-28T22:33:14.817Z[ host-image] Aug 28 22:33:13.830 INFO O| Aug 28 22:33:13.830 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-28T22:33:14.824Z[ host-image] Aug 28 22:33:13.841 INFO O| Aug 28 22:33:13.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96192026-08-28T22:33:14.824Z[ host-image] Aug 28 22:33:13.841 INFO O| Aug 28 22:33:13.841 INFO STEP 42 (remove_files) COMPLETE
96202026-08-28T22:33:14.824Z[ host-image] Aug 28 22:33:13.841 INFO O| Aug 28 22:33:13.841 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.851 INFO O| Aug 28 22:33:13.851 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96222026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.851 INFO O| Aug 28 22:33:13.851 INFO STEP 43 (remove_files) COMPLETE
96232026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.851 INFO O| Aug 28 22:33:13.851 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.860 INFO O| Aug 28 22:33:13.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96252026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.860 INFO O| Aug 28 22:33:13.860 INFO STEP 44 (remove_files) COMPLETE
96262026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.860 INFO O| Aug 28 22:33:13.860 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.869 INFO O| Aug 28 22:33:13.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96282026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.869 INFO O| Aug 28 22:33:13.869 INFO STEP 45 (remove_files) COMPLETE
96292026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.869 INFO O| Aug 28 22:33:13.869 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.878 INFO O| Aug 28 22:33:13.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96312026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.878 INFO O| Aug 28 22:33:13.878 INFO STEP 46 (remove_files) COMPLETE
96322026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.878 INFO O| Aug 28 22:33:13.878 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.888 INFO O| Aug 28 22:33:13.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96342026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.888 INFO O| Aug 28 22:33:13.888 INFO STEP 47 (remove_files) COMPLETE
96352026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.888 INFO O| Aug 28 22:33:13.888 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.899 INFO O| Aug 28 22:33:13.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96372026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.899 INFO O| Aug 28 22:33:13.899 INFO STEP 48 (remove_files) COMPLETE
96382026-08-28T22:33:14.888Z[ host-image] Aug 28 22:33:13.899 INFO O| Aug 28 22:33:13.899 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-28T22:33:14.894Z[ host-image] Aug 28 22:33:13.909 INFO O| Aug 28 22:33:13.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96402026-08-28T22:33:14.894Z[ host-image] Aug 28 22:33:13.909 INFO O| Aug 28 22:33:13.909 INFO STEP 49 (remove_files) COMPLETE
96412026-08-28T22:33:14.894Z[ host-image] Aug 28 22:33:13.909 INFO O| Aug 28 22:33:13.909 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-28T22:33:14.901Z[ host-image] Aug 28 22:33:13.919 INFO O| Aug 28 22:33:13.918 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96432026-08-28T22:33:14.901Z[ host-image] Aug 28 22:33:13.919 INFO O| Aug 28 22:33:13.919 INFO STEP 50 (remove_files) COMPLETE
96442026-08-28T22:33:14.901Z[ host-image] Aug 28 22:33:13.919 INFO O| Aug 28 22:33:13.919 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-28T22:33:14.910Z[ host-image] Aug 28 22:33:13.930 INFO O| Aug 28 22:33:13.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96462026-08-28T22:33:14.910Z[ host-image] Aug 28 22:33:13.930 INFO O| Aug 28 22:33:13.930 INFO STEP 51 (remove_files) COMPLETE
96472026-08-28T22:33:14.921Z[ host-image] Aug 28 22:33:13.930 INFO O| Aug 28 22:33:13.930 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-28T22:33:14.925Z[ host-image] Aug 28 22:33:13.940 INFO O| Aug 28 22:33:13.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96492026-08-28T22:33:14.925Z[ host-image] Aug 28 22:33:13.941 INFO O| Aug 28 22:33:13.940 INFO STEP 52 (remove_files) COMPLETE
96502026-08-28T22:33:14.925Z[ host-image] Aug 28 22:33:13.941 INFO O| Aug 28 22:33:13.941 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-28T22:33:14.932Z[ host-image] Aug 28 22:33:13.951 INFO O| Aug 28 22:33:13.951 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96522026-08-28T22:33:14.932Z[ host-image] Aug 28 22:33:13.951 INFO O| Aug 28 22:33:13.951 INFO STEP 53 (remove_files) COMPLETE
96532026-08-28T22:33:14.932Z[ host-image] Aug 28 22:33:13.951 INFO O| Aug 28 22:33:13.951 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-28T22:33:14.943Z[ host-image] Aug 28 22:33:13.963 INFO O| Aug 28 22:33:13.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96552026-08-28T22:33:14.943Z[ host-image] Aug 28 22:33:13.963 INFO O| Aug 28 22:33:13.963 INFO STEP 54 (remove_files) COMPLETE
96562026-08-28T22:33:14.944Z[ host-image] Aug 28 22:33:13.963 INFO O| Aug 28 22:33:13.963 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-28T22:33:14.955Z[ host-image] Aug 28 22:33:13.975 INFO O| Aug 28 22:33:13.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96582026-08-28T22:33:14.955Z[ host-image] Aug 28 22:33:13.975 INFO O| Aug 28 22:33:13.975 INFO STEP 55 (remove_files) COMPLETE
96592026-08-28T22:33:14.955Z[ host-image] Aug 28 22:33:13.975 INFO O| Aug 28 22:33:13.975 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-28T22:33:14.967Z[ host-image] Aug 28 22:33:13.986 INFO O| Aug 28 22:33:13.986 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96612026-08-28T22:33:14.967Z[ host-image] Aug 28 22:33:13.986 INFO O| Aug 28 22:33:13.986 INFO STEP 56 (remove_files) COMPLETE
96622026-08-28T22:33:14.967Z[ host-image] Aug 28 22:33:13.986 INFO O| Aug 28 22:33:13.986 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-28T22:33:14.977Z[ host-image] Aug 28 22:33:13.995 INFO O| Aug 28 22:33:13.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96642026-08-28T22:33:14.977Z[ host-image] Aug 28 22:33:13.995 INFO O| Aug 28 22:33:13.995 INFO STEP 57 (remove_files) COMPLETE
96652026-08-28T22:33:14.977Z[ host-image] Aug 28 22:33:13.995 INFO O| Aug 28 22:33:13.995 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-28T22:33:14.985Z[ host-image] Aug 28 22:33:14.005 INFO O| Aug 28 22:33:14.005 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96672026-08-28T22:33:14.985Z[ host-image] Aug 28 22:33:14.005 INFO O| Aug 28 22:33:14.005 INFO STEP 58 (remove_files) COMPLETE
96682026-08-28T22:33:14.985Z[ host-image] Aug 28 22:33:14.005 INFO O| Aug 28 22:33:14.005 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-28T22:33:15.002Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96702026-08-28T22:33:15.003Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96712026-08-28T22:33:15.003Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96722026-08-28T22:33:15.003Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96732026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96742026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96752026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO ok!
96762026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO STEP 59 (ensure_file) COMPLETE
96772026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.015 INFO O| Aug 28 22:33:14.015 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.024 INFO O| Aug 28 22:33:14.024 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96792026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.024 INFO O| Aug 28 22:33:14.024 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96802026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.025 INFO O| Aug 28 22:33:14.024 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96812026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.025 INFO O| Aug 28 22:33:14.025 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96822026-08-28T22:33:15.007Z[ host-image] Aug 28 22:33:14.025 INFO O| Aug 28 22:33:14.025 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96832026-08-28T22:33:15.008Z[ host-image] Aug 28 22:33:14.025 INFO O| Aug 28 22:33:14.025 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96842026-08-28T22:33:15.008Z[ host-image] Aug 28 22:33:14.025 INFO O| Aug 28 22:33:14.025 INFO ok!
96852026-08-28T22:33:15.008Z[ host-image] Aug 28 22:33:14.025 INFO O| Aug 28 22:33:14.025 INFO STEP 60 (ensure_file) COMPLETE
96862026-08-28T22:33:15.008Z[ host-image] Aug 28 22:33:14.025 INFO O| Aug 28 22:33:14.025 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-08-28T22:33:15.015Z[ host-image] Aug 28 22:33:14.035 INFO O| Aug 28 22:33:14.035 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96882026-08-28T22:33:15.015Z[ host-image] Aug 28 22:33:14.035 INFO O| Aug 28 22:33:14.035 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96892026-08-28T22:33:15.019Z[ host-image] Aug 28 22:33:14.035 INFO O| Aug 28 22:33:14.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96902026-08-28T22:33:15.019Z[ host-image] Aug 28 22:33:14.035 INFO O| Aug 28 22:33:14.035 INFO ok!
96912026-08-28T22:33:15.019Z[ host-image] Aug 28 22:33:14.035 INFO O| Aug 28 22:33:14.035 INFO STEP 61 (ensure_file) COMPLETE
96922026-08-28T22:33:15.019Z[ host-image] Aug 28 22:33:14.035 INFO O| Aug 28 22:33:14.035 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-08-28T22:33:15.028Z[ host-image] Aug 28 22:33:14.044 INFO O| Aug 28 22:33:14.044 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96942026-08-28T22:33:15.028Z[ host-image] Aug 28 22:33:14.044 INFO O| Aug 28 22:33:14.044 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96952026-08-28T22:33:15.033Z[ host-image] Aug 28 22:33:14.044 INFO O| Aug 28 22:33:14.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96962026-08-28T22:33:15.033Z[ host-image] Aug 28 22:33:14.044 INFO O| Aug 28 22:33:14.044 INFO ok!
96972026-08-28T22:33:15.033Z[ host-image] Aug 28 22:33:14.044 INFO O| Aug 28 22:33:14.044 INFO STEP 62 (ensure_file) COMPLETE
96982026-08-28T22:33:15.033Z[ host-image] Aug 28 22:33:14.044 INFO O| Aug 28 22:33:14.044 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-28T22:33:15.037Z[ host-image] Aug 28 22:33:14.053 INFO O| Aug 28 22:33:14.053 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97002026-08-28T22:33:15.037Z[ host-image] Aug 28 22:33:14.053 INFO O| Aug 28 22:33:14.053 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97012026-08-28T22:33:15.037Z[ host-image] Aug 28 22:33:14.053 INFO O| Aug 28 22:33:14.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97022026-08-28T22:33:15.037Z[ host-image] Aug 28 22:33:14.053 INFO O| Aug 28 22:33:14.053 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97032026-08-28T22:33:15.037Z[ host-image] Aug 28 22:33:14.053 INFO O| Aug 28 22:33:14.053 INFO ok!
97042026-08-28T22:33:15.037Z[ host-image] Aug 28 22:33:14.053 INFO O| Aug 28 22:33:14.053 INFO STEP 63 (ensure_file) COMPLETE
97052026-08-28T22:33:15.038Z[ host-image] Aug 28 22:33:14.053 INFO O| Aug 28 22:33:14.053 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-08-28T22:33:15.043Z[ host-image] Aug 28 22:33:14.063 INFO O| Aug 28 22:33:14.063 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97072026-08-28T22:33:15.043Z[ host-image] Aug 28 22:33:14.064 INFO O| Aug 28 22:33:14.063 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97082026-08-28T22:33:15.046Z[ host-image] Aug 28 22:33:14.064 INFO O| Aug 28 22:33:14.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97092026-08-28T22:33:15.047Z[ host-image] Aug 28 22:33:14.064 INFO O| Aug 28 22:33:14.064 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97102026-08-28T22:33:15.047Z[ host-image] Aug 28 22:33:14.064 INFO O| Aug 28 22:33:14.064 INFO ok!
97112026-08-28T22:33:15.047Z[ host-image] Aug 28 22:33:14.064 INFO O| Aug 28 22:33:14.064 INFO STEP 64 (ensure_file) COMPLETE
97122026-08-28T22:33:15.047Z[ host-image] Aug 28 22:33:14.064 INFO O| Aug 28 22:33:14.064 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-08-28T22:33:15.053Z[ host-image] Aug 28 22:33:14.073 INFO O| Aug 28 22:33:14.073 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97142026-08-28T22:33:15.053Z[ host-image] Aug 28 22:33:14.073 INFO O| Aug 28 22:33:14.073 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97152026-08-28T22:33:15.058Z[ host-image] Aug 28 22:33:14.073 INFO O| Aug 28 22:33:14.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97162026-08-28T22:33:15.058Z[ host-image] Aug 28 22:33:14.073 INFO O| Aug 28 22:33:14.073 INFO ok!
97172026-08-28T22:33:15.058Z[ host-image] Aug 28 22:33:14.073 INFO O| Aug 28 22:33:14.073 INFO STEP 65 (assemble_files) COMPLETE
97182026-08-28T22:33:15.058Z[ host-image] Aug 28 22:33:14.073 INFO O| Aug 28 22:33:14.073 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-08-28T22:33:15.064Z[ host-image] Aug 28 22:33:14.084 INFO O| Aug 28 22:33:14.084 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97202026-08-28T22:33:15.064Z[ host-image] Aug 28 22:33:14.084 INFO O| Aug 28 22:33:14.084 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97212026-08-28T22:33:15.064Z[ host-image] Aug 28 22:33:14.084 INFO O| Aug 28 22:33:14.084 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97222026-08-28T22:33:15.067Z[ host-image] Aug 28 22:33:14.084 INFO O| Aug 28 22:33:14.084 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97232026-08-28T22:33:15.067Z[ host-image] Aug 28 22:33:14.084 INFO O| Aug 28 22:33:14.084 INFO ok!
97242026-08-28T22:33:15.067Z[ host-image] Aug 28 22:33:14.084 INFO O| Aug 28 22:33:14.084 INFO STEP 66 (ensure_file) COMPLETE
97252026-08-28T22:33:15.067Z[ host-image] Aug 28 22:33:14.084 INFO O| Aug 28 22:33:14.084 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-08-28T22:33:15.073Z[ host-image] Aug 28 22:33:14.093 INFO O| Aug 28 22:33:14.093 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97272026-08-28T22:33:15.076Z[ host-image] Aug 28 22:33:14.093 INFO O| Aug 28 22:33:14.093 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97282026-08-28T22:33:15.076Z[ host-image] Aug 28 22:33:14.093 INFO O| Aug 28 22:33:14.093 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97292026-08-28T22:33:15.076Z[ host-image] Aug 28 22:33:14.093 INFO O| Aug 28 22:33:14.093 INFO STEP 67 (ensure_dir) COMPLETE
97302026-08-28T22:33:15.076Z[ host-image] Aug 28 22:33:14.093 INFO O| Aug 28 22:33:14.093 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-08-28T22:33:15.084Z[ host-image] Aug 28 22:33:14.104 INFO O| Aug 28 22:33:14.104 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97322026-08-28T22:33:15.084Z[ host-image] Aug 28 22:33:14.104 INFO O| Aug 28 22:33:14.104 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 ...
97332026-08-28T22:33:15.089Z[ host-image] Aug 28 22:33:14.110 INFO O| Aug 28 22:33:14.110 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
97342026-08-28T22:33:15.089Z[ host-image] Aug 28 22:33:14.110 INFO O| Aug 28 22:33:14.110 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97352026-08-28T22:33:15.093Z[ host-image] Aug 28 22:33:14.110 INFO O| Aug 28 22:33:14.110 INFO ok!
97362026-08-28T22:33:15.093Z[ host-image] Aug 28 22:33:14.110 INFO O| Aug 28 22:33:14.110 INFO STEP 68 (ensure_file) COMPLETE
97372026-08-28T22:33:15.093Z[ host-image] Aug 28 22:33:14.110 INFO O| Aug 28 22:33:14.110 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97382026-08-28T22:33:15.100Z[ host-image] Aug 28 22:33:14.120 INFO O| Aug 28 22:33:14.120 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97392026-08-28T22:33:15.100Z[ host-image] Aug 28 22:33:14.120 INFO O| Aug 28 22:33:14.120 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 ...
97402026-08-28T22:33:15.103Z[ host-image] Aug 28 22:33:14.120 INFO O| Aug 28 22:33:14.120 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
97412026-08-28T22:33:15.103Z[ host-image] Aug 28 22:33:14.120 INFO O| Aug 28 22:33:14.120 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97422026-08-28T22:33:15.103Z[ host-image] Aug 28 22:33:14.120 INFO O| Aug 28 22:33:14.120 INFO ok!
97432026-08-28T22:33:15.103Z[ host-image] Aug 28 22:33:14.120 INFO O| Aug 28 22:33:14.120 INFO STEP 69 (ensure_file) COMPLETE
97442026-08-28T22:33:15.103Z[ host-image] Aug 28 22:33:14.120 INFO O| Aug 28 22:33:14.120 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97452026-08-28T22:33:15.112Z[ host-image] Aug 28 22:33:14.132 INFO O| Aug 28 22:33:14.132 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97462026-08-28T22:33:15.116Z[ host-image] Aug 28 22:33:14.132 INFO O| Aug 28 22:33:14.132 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97472026-08-28T22:33:16.609Z[ host-image] Aug 28 22:33:15.628 INFO O| Aug 28 22:33:15.628 INFO STEP 70 (pack_tar) COMPLETE
97482026-08-28T22:33:16.609Z[ host-image] Aug 28 22:33:15.629 INFO O| Aug 28 22:33:15.628 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97492026-08-28T22:33:16.609Z[ host-image] Aug 28 22:33:15.629 INFO O| Aug 28 22:33:15.628 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97502026-08-28T22:33:17.610Z[ host-image] Aug 28 22:33:16.630 INFO O| Aug 28 22:33:16.630 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97512026-08-28T22:33:18.048Z[ host-image] Aug 28 22:33:17.068 INFO O| Aug 28 22:33:17.068 INFO completed processing sled/ramdisk-02-trim
97522026-08-28T22:33:18.054Z[ host-image] Aug 28 22:33:17.070 INFO image builder template: zfs...
97532026-08-28T22:33:18.054Z[ host-image] Aug 28 22:33:17.070 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/.tmp1w4NLE/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
97542026-08-28T22:33:18.066Z[ host-image] Aug 28 22:33:17.082 INFO O| Aug 28 22:33:17.082 INFO skip include "stress" because feature "stress" is not enabled
97552026-08-28T22:33:18.103Z[ host-image] Aug 28 22:33:17.082 INFO O| Aug 28 22:33:17.082 INFO skip include "stress" because feature "compliance" is not enabled
97562026-08-28T22:33:18.115Z[ host-image] Aug 28 22:33:17.111 INFO O| Aug 28 22:33:17.111 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97572026-08-28T22:33:18.115Z[ host-image] Aug 28 22:33:17.115 INFO O| Aug 28 22:33:17.115 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97582026-08-28T22:33:18.205Z[ host-image] Aug 28 22:33:17.224 INFO O| Aug 28 22:33:17.224 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97592026-08-28T22:33:18.271Z[ host-image] Aug 28 22:33:17.290 INFO O| Aug 28 22:33:17.290 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97602026-08-28T22:33:18.275Z[ host-image] Aug 28 22:33:17.290 INFO O| Aug 28 22:33:17.290 INFO work dataset: rpool/images/build/host/work/sled/zfs
97612026-08-28T22:33:18.275Z[ host-image] Aug 28 22:33:17.294 INFO O| Aug 28 22:33:17.294 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97622026-08-28T22:33:18.414Z[ host-image] Aug 28 22:33:17.434 INFO O| Aug 28 22:33:17.434 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97632026-08-28T22:33:18.533Z[ host-image] Aug 28 22:33:17.554 INFO O| Aug 28 22:33:17.553 INFO DESTROY POOL: TEMPORARY-sled-zfs
97642026-08-28T22:33:18.545Z[ host-image] Aug 28 22:33:17.564 INFO O| Aug 28 22:33:17.564 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97652026-08-28T22:33:18.549Z[ host-image] Aug 28 22:33:17.569 INFO O| Aug 28 22:33:17.569 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97662026-08-28T22:33:18.552Z[ host-image] Aug 28 22:33:17.569 INFO O| Aug 28 22:33:17.569 INFO no lofi found
97672026-08-28T22:33:18.552Z[ host-image] Aug 28 22:33:17.569 INFO O| Aug 28 22:33:17.569 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97682026-08-28T22:33:18.552Z[ host-image] Aug 28 22:33:17.569 INFO O| Aug 28 22:33:17.569 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97692026-08-28T22:33:19.981Z[ host-image] Aug 28 22:33:19.001 INFO O| Aug 28 22:33:19.001 INFO lofi device = /dev/dsk/c2t1d0p0
97702026-08-28T22:33:19.984Z[ host-image] Aug 28 22:33:19.001 INFO O| Aug 28 22:33:19.001 INFO pool device = /dev/dsk/c2t1d0p0
97712026-08-28T22:33:19.984Z[ host-image] Aug 28 22:33:19.001 INFO O| Aug 28 22:33:19.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"]
97722026-08-28T22:33:20.060Z[ host-image] Aug 28 22:33:19.079 INFO O| Aug 28 22:33:19.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97732026-08-28T22:33:20.060Z[ host-image] Aug 28 22:33:19.079 INFO O| Aug 28 22:33:19.079 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97742026-08-28T22:33:20.075Z[ host-image] Aug 28 22:33:19.095 INFO O| Aug 28 22:33:19.095 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97752026-08-28T22:33:20.124Z[ host-image] Aug 28 22:33:19.145 INFO O| Aug 28 22:33:19.145 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97762026-08-28T22:33:20.153Z[ host-image] Aug 28 22:33:19.173 INFO O| Aug 28 22:33:19.173 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97772026-08-28T22:33:20.166Z[ host-image] Aug 28 22:33:19.186 INFO O| Aug 28 22:33:19.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97782026-08-28T22:33:20.177Z[ host-image] Aug 28 22:33:19.197 INFO O| Aug 28 22:33:19.197 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97792026-08-28T22:33:20.213Z[ host-image] Aug 28 22:33:19.234 INFO O| Aug 28 22:33:19.234 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97802026-08-28T22:33:20.214Z[ host-image] Aug 28 22:33:19.234 INFO O| Aug 28 22:33:19.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97812026-08-28T22:33:20.217Z[ host-image] Aug 28 22:33:19.234 INFO O| Aug 28 22:33:19.234 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97822026-08-28T22:33:20.221Z[ host-image] Aug 28 22:33:19.241 INFO O| Aug 28 22:33:19.241 INFO boot environment UUID: b2a14676-4380-4230-9722-02b70d3da098
97832026-08-28T22:33:20.221Z[ host-image] Aug 28 22:33:19.241 INFO O| Aug 28 22:33:19.241 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b2a14676-4380-4230-9722-02b70d3da098
97842026-08-28T22:33:20.231Z[ host-image] Aug 28 22:33:19.251 INFO O| Aug 28 22:33:19.251 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97852026-08-28T22:33:20.241Z[ host-image] Aug 28 22:33:19.261 INFO O| Aug 28 22:33:19.261 INFO STEP 0 (create_be) COMPLETE
97862026-08-28T22:33:20.241Z[ host-image] Aug 28 22:33:19.261 INFO O| Aug 28 22:33:19.261 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97872026-08-28T22:33:20.256Z[ host-image] Aug 28 22:33:19.277 INFO O| Aug 28 22:33:19.277 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97882026-08-28T22:33:29.235Z[ host-image] Aug 28 22:33:28.247 INFO O| Aug 28 22:33:28.247 INFO STEP 1 (unpack_tar) COMPLETE
97892026-08-28T22:33:29.236Z[ host-image] Aug 28 22:33:28.247 INFO O| Aug 28 22:33:28.247 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-28T22:33:29.241Z[ host-image] Aug 28 22:33:28.257 INFO O| Aug 28 22:33:28.257 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97912026-08-28T22:33:29.499Z[ host-image] Aug 28 22:33:28.509 INFO O| Aug 28 22:33:28.509 INFO STEP 2 (devfsadm) COMPLETE
97922026-08-28T22:33:29.500Z[ host-image] Aug 28 22:33:28.509 INFO O| Aug 28 22:33:28.509 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-08-28T22:33:29.505Z[ host-image] Aug 28 22:33:28.518 INFO O| Aug 28 22:33:28.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97942026-08-28T22:33:29.505Z[ host-image] Aug 28 22:33:28.518 INFO O| Aug 28 22:33:28.518 INFO STEP 3 (ensure_dir) COMPLETE
97952026-08-28T22:33:29.505Z[ host-image] Aug 28 22:33:28.518 INFO O| Aug 28 22:33:28.518 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-28T22:33:29.510Z[ host-image] Aug 28 22:33:28.524 INFO O| Aug 28 22:33:28.524 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97972026-08-28T22:33:29.510Z[ host-image] Aug 28 22:33:28.524 INFO O| Aug 28 22:33:28.524 INFO STEP 4 (ensure_dir) COMPLETE
97982026-08-28T22:33:29.510Z[ host-image] Aug 28 22:33:28.524 INFO O| Aug 28 22:33:28.524 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-28T22:33:29.513Z[ host-image] Aug 28 22:33:28.534 INFO O| Aug 28 22:33:28.534 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98002026-08-28T22:33:29.514Z[ host-image] Aug 28 22:33:28.534 INFO O| Aug 28 22:33:28.534 INFO STEP 5 (ensure_dir) COMPLETE
98012026-08-28T22:33:29.522Z[ host-image] Aug 28 22:33:28.534 INFO O| Aug 28 22:33:28.534 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-28T22:33:29.525Z[ host-image] Aug 28 22:33:28.541 INFO O| Aug 28 22:33:28.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98032026-08-28T22:33:29.525Z[ host-image] Aug 28 22:33:28.541 INFO O| Aug 28 22:33:28.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98042026-08-28T22:33:29.525Z[ host-image] Aug 28 22:33:28.541 INFO O| Aug 28 22:33:28.541 INFO STEP 6 (ensure_dir) COMPLETE
98052026-08-28T22:33:29.525Z[ host-image] Aug 28 22:33:28.541 INFO O| Aug 28 22:33:28.541 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-28T22:33:29.528Z[ host-image] Aug 28 22:33:28.547 INFO O| Aug 28 22:33:28.547 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98072026-08-28T22:33:29.528Z[ host-image] Aug 28 22:33:28.547 INFO O| Aug 28 22:33:28.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98082026-08-28T22:33:29.528Z[ host-image] Aug 28 22:33:28.547 INFO O| Aug 28 22:33:28.547 INFO STEP 7 (ensure_dir) COMPLETE
98092026-08-28T22:33:29.528Z[ host-image] Aug 28 22:33:28.547 INFO O| Aug 28 22:33:28.547 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-28T22:33:29.535Z[ host-image] Aug 28 22:33:28.553 INFO O| Aug 28 22:33:28.553 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98112026-08-28T22:33:29.535Z[ host-image] Aug 28 22:33:28.553 INFO O| Aug 28 22:33:28.553 INFO STEP 8 (remove_files) COMPLETE
98122026-08-28T22:33:29.535Z[ host-image] Aug 28 22:33:28.553 INFO O| Aug 28 22:33:28.553 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-08-28T22:33:29.545Z[ host-image] Aug 28 22:33:28.560 INFO O| Aug 28 22:33:28.560 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98142026-08-28T22:33:29.551Z[ host-image] Aug 28 22:33:28.560 INFO O| Aug 28 22:33:28.560 INFO STEP 9 (remove_files) COMPLETE
98152026-08-28T22:33:29.551Z[ host-image] Aug 28 22:33:28.560 INFO O| Aug 28 22:33:28.560 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-28T22:33:29.551Z[ host-image] Aug 28 22:33:28.567 INFO O| Aug 28 22:33:28.567 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98172026-08-28T22:33:29.551Z[ host-image] Aug 28 22:33:28.568 INFO O| Aug 28 22:33:28.568 INFO STEP 10 (remove_files) COMPLETE
98182026-08-28T22:33:29.551Z[ host-image] Aug 28 22:33:28.568 INFO O| Aug 28 22:33:28.568 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-28T22:33:29.558Z[ host-image] Aug 28 22:33:28.578 INFO O| Aug 28 22:33:28.578 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98202026-08-28T22:33:29.561Z[ host-image] Aug 28 22:33:28.578 INFO O| Aug 28 22:33:28.578 INFO STEP 11 (remove_files) COMPLETE
98212026-08-28T22:33:29.561Z[ host-image] Aug 28 22:33:28.578 INFO O| Aug 28 22:33:28.578 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-28T22:33:29.566Z[ host-image] Aug 28 22:33:28.586 INFO O| Aug 28 22:33:28.586 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98232026-08-28T22:33:29.566Z[ host-image] Aug 28 22:33:28.586 INFO O| Aug 28 22:33:28.586 INFO STEP 12 (remove_files) COMPLETE
98242026-08-28T22:33:29.566Z[ host-image] Aug 28 22:33:28.586 INFO O| Aug 28 22:33:28.586 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-28T22:33:29.578Z[ host-image] Aug 28 22:33:28.594 INFO O| Aug 28 22:33:28.594 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98262026-08-28T22:33:29.578Z[ host-image] Aug 28 22:33:28.594 INFO O| Aug 28 22:33:28.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98272026-08-28T22:33:29.578Z[ host-image] Aug 28 22:33:28.594 INFO O| Aug 28 22:33:28.594 INFO STEP 13 (ensure_dir) COMPLETE
98282026-08-28T22:33:29.583Z[ host-image] Aug 28 22:33:28.594 INFO O| Aug 28 22:33:28.594 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.602 INFO O| Aug 28 22:33:28.602 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98302026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.602 INFO O| Aug 28 22:33:28.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98312026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.602 INFO O| Aug 28 22:33:28.602 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98322026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.602 INFO O| Aug 28 22:33:28.602 INFO STEP 14 (ensure_dir) COMPLETE
98332026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.602 INFO O| Aug 28 22:33:28.602 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.609 INFO O| Aug 28 22:33:28.609 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98352026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.609 INFO O| Aug 28 22:33:28.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98362026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.609 INFO O| Aug 28 22:33:28.609 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98372026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.609 INFO O| Aug 28 22:33:28.609 INFO STEP 15 (ensure_dir) COMPLETE
98382026-08-28T22:33:29.594Z[ host-image] Aug 28 22:33:28.609 INFO O| Aug 28 22:33:28.609 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-28T22:33:29.603Z[ host-image] Aug 28 22:33:28.616 INFO O| Aug 28 22:33:28.616 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98402026-08-28T22:33:29.603Z[ host-image] Aug 28 22:33:28.616 INFO O| Aug 28 22:33:28.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98412026-08-28T22:33:29.604Z[ host-image] Aug 28 22:33:28.616 INFO O| Aug 28 22:33:28.616 INFO STEP 16 (ensure_dir) COMPLETE
98422026-08-28T22:33:29.604Z[ host-image] Aug 28 22:33:28.616 INFO O| Aug 28 22:33:28.616 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98432026-08-28T22:33:29.614Z[ host-image] Aug 28 22:33:28.622 INFO O| Aug 28 22:33:28.622 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98442026-08-28T22:33:29.614Z[ host-image] Aug 28 22:33:28.622 INFO O| Aug 28 22:33:28.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98452026-08-28T22:33:29.614Z[ host-image] Aug 28 22:33:28.622 INFO O| Aug 28 22:33:28.622 INFO STEP 17 (ensure_dir) COMPLETE
98462026-08-28T22:33:29.614Z[ host-image] Aug 28 22:33:28.622 INFO O| Aug 28 22:33:28.622 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-08-28T22:33:29.615Z[ host-image] Aug 28 22:33:28.631 INFO O| Aug 28 22:33:28.631 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98482026-08-28T22:33:29.615Z[ host-image] Aug 28 22:33:28.631 INFO O| Aug 28 22:33:28.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98492026-08-28T22:33:29.615Z[ host-image] Aug 28 22:33:28.631 INFO O| Aug 28 22:33:28.631 INFO ok!
98502026-08-28T22:33:29.615Z[ host-image] Aug 28 22:33:28.631 INFO O| Aug 28 22:33:28.631 INFO STEP 18 (ensure_symlink) COMPLETE
98512026-08-28T22:33:29.615Z[ host-image] Aug 28 22:33:28.631 INFO O| Aug 28 22:33:28.631 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-08-28T22:33:29.626Z[ host-image] Aug 28 22:33:28.638 INFO O| Aug 28 22:33:28.638 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98532026-08-28T22:33:29.626Z[ host-image] Aug 28 22:33:28.638 INFO O| Aug 28 22:33:28.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98542026-08-28T22:33:29.626Z[ host-image] Aug 28 22:33:28.638 INFO O| Aug 28 22:33:28.638 INFO ok!
98552026-08-28T22:33:29.626Z[ host-image] Aug 28 22:33:28.638 INFO O| Aug 28 22:33:28.638 INFO STEP 19 (ensure_file) COMPLETE
98562026-08-28T22:33:29.626Z[ host-image] Aug 28 22:33:28.638 INFO O| Aug 28 22:33:28.638 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.644 INFO O| Aug 28 22:33:28.644 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98582026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.644 INFO O| Aug 28 22:33:28.644 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98592026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.644 INFO O| Aug 28 22:33:28.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98602026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.644 INFO O| Aug 28 22:33:28.644 INFO ok!
98612026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.644 INFO O| Aug 28 22:33:28.644 INFO STEP 20 (ensure_symlink) COMPLETE
98622026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.644 INFO O| Aug 28 22:33:28.644 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98632026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.650 INFO O| Aug 28 22:33:28.650 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98642026-08-28T22:33:29.653Z[ host-image] Aug 28 22:33:28.650 INFO O| Aug 28 22:33:28.650 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98652026-08-28T22:33:29.654Z[ host-image] Aug 28 22:33:28.650 INFO O| Aug 28 22:33:28.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98662026-08-28T22:33:29.654Z[ host-image] Aug 28 22:33:28.650 INFO O| Aug 28 22:33:28.650 INFO ok!
98672026-08-28T22:33:29.654Z[ host-image] Aug 28 22:33:28.650 INFO O| Aug 28 22:33:28.650 INFO STEP 21 (ensure_symlink) COMPLETE
98682026-08-28T22:33:29.654Z[ host-image] Aug 28 22:33:28.650 INFO O| Aug 28 22:33:28.650 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98692026-08-28T22:33:29.654Z[ host-image] Aug 28 22:33:28.658 INFO O| Aug 28 22:33:28.658 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98702026-08-28T22:33:29.654Z[ host-image] Aug 28 22:33:28.658 INFO O| Aug 28 22:33:28.658 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98712026-08-28T22:33:29.681Z[ host-image] Aug 28 22:33:28.658 INFO O| Aug 28 22:33:28.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98722026-08-28T22:33:29.681Z[ host-image] Aug 28 22:33:28.658 INFO O| Aug 28 22:33:28.658 INFO ok!
98732026-08-28T22:33:29.681Z[ host-image] Aug 28 22:33:28.658 INFO O| Aug 28 22:33:28.658 INFO STEP 22 (ensure_symlink) COMPLETE
98742026-08-28T22:33:29.681Z[ host-image] Aug 28 22:33:28.658 INFO O| Aug 28 22:33:28.658 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98752026-08-28T22:33:29.681Z[ host-image] Aug 28 22:33:28.665 INFO O| Aug 28 22:33:28.665 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98762026-08-28T22:33:29.681Z[ host-image] Aug 28 22:33:28.665 INFO O| Aug 28 22:33:28.665 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98772026-08-28T22:33:29.681Z[ host-image] Aug 28 22:33:28.665 INFO O| Aug 28 22:33:28.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98782026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.665 INFO O| Aug 28 22:33:28.665 INFO ok!
98792026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.665 INFO O| Aug 28 22:33:28.665 INFO STEP 23 (ensure_symlink) COMPLETE
98802026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.665 INFO O| Aug 28 22:33:28.665 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98812026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.672 INFO O| Aug 28 22:33:28.671 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98822026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.672 INFO O| Aug 28 22:33:28.672 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98832026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.672 INFO O| Aug 28 22:33:28.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98842026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.672 INFO O| Aug 28 22:33:28.672 INFO ok!
98852026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.672 INFO O| Aug 28 22:33:28.672 INFO STEP 24 (ensure_file) COMPLETE
98862026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.672 INFO O| Aug 28 22:33:28.672 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98872026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.678 INFO O| Aug 28 22:33:28.678 INFO updating shadow file
98882026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.679 INFO O| Aug 28 22:33:28.679 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98892026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.679 INFO O| Aug 28 22:33:28.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98902026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.679 INFO O| Aug 28 22:33:28.679 INFO STEP 25 (shadow) COMPLETE
98912026-08-28T22:33:29.682Z[ host-image] Aug 28 22:33:28.679 INFO O| Aug 28 22:33:28.679 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98922026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.687 INFO O| Aug 28 22:33:28.687 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98932026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.687 INFO O| Aug 28 22:33:28.687 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98942026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.687 INFO O| Aug 28 22:33:28.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98952026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.687 INFO O| Aug 28 22:33:28.687 INFO ok!
98962026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.687 INFO O| Aug 28 22:33:28.687 INFO STEP 26 (ensure_file) COMPLETE
98972026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.687 INFO O| Aug 28 22:33:28.687 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98982026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.695 INFO O| Aug 28 22:33:28.695 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98992026-08-28T22:33:29.689Z[ host-image] Aug 28 22:33:28.695 INFO O| Aug 28 22:33:28.695 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99002026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.695 INFO O| Aug 28 22:33:28.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99012026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.695 INFO O| Aug 28 22:33:28.695 INFO ok!
99022026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.695 INFO O| Aug 28 22:33:28.695 INFO STEP 27 (ensure_file) COMPLETE
99032026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.695 INFO O| Aug 28 22:33:28.695 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.702 INFO O| Aug 28 22:33:28.702 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99052026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.702 INFO O| Aug 28 22:33:28.702 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99062026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.702 INFO O| Aug 28 22:33:28.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99072026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.702 INFO O| Aug 28 22:33:28.702 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99082026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.702 INFO O| Aug 28 22:33:28.702 INFO ok!
99092026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.702 INFO O| Aug 28 22:33:28.702 INFO STEP 28 (ensure_file) COMPLETE
99102026-08-28T22:33:29.690Z[ host-image] Aug 28 22:33:28.702 INFO O| Aug 28 22:33:28.702 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99112026-08-28T22:33:29.690Z[ recovery-image] Aug 28 22:33:28.707 INFO O| ok, image written!
99122026-08-28T22:33:29.691Z[ recovery-image] Aug 28 22:33:28.707 INFO O| ok, boot_image_csum file written!
99132026-08-28T22:33:29.713Z[ host-image] Aug 28 22:33:28.708 INFO O| Aug 28 22:33:28.708 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99142026-08-28T22:33:29.713Z[ host-image] Aug 28 22:33:28.708 INFO O| Aug 28 22:33:28.708 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99152026-08-28T22:33:29.713Z[ host-image] Aug 28 22:33:28.708 INFO O| Aug 28 22:33:28.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99162026-08-28T22:33:29.713Z[ host-image] Aug 28 22:33:28.708 INFO O| Aug 28 22:33:28.708 INFO ok!
99172026-08-28T22:33:29.713Z[ host-image] Aug 28 22:33:28.708 INFO O| Aug 28 22:33:28.708 INFO STEP 29 (ensure_file) COMPLETE
99182026-08-28T22:33:29.713Z[ host-image] Aug 28 22:33:28.708 INFO O| Aug 28 22:33:28.708 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99192026-08-28T22:33:29.713Z[ recovery-image] Aug 28 22:33:28.709 INFO creating boot archive (CPIO)...
99202026-08-28T22:33:29.713Z[ recovery-image] Aug 28 22:33:28.709 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
99212026-08-28T22:33:29.713Z[ recovery-image] Aug 28 22:33:28.713 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
99222026-08-28T22:33:29.713Z[ recovery-image] Aug 28 22:33:28.713 INFO E| + outfile=/work/os-recovery/cpio
99232026-08-28T22:33:29.713Z[ recovery-image] Aug 28 22:33:28.713 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
99242026-08-28T22:33:29.714Z[ recovery-image] Aug 28 22:33:28.715 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
99252026-08-28T22:33:29.714Z[ recovery-image] Aug 28 22:33:28.715 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
99262026-08-28T22:33:29.714Z[ host-image] Aug 28 22:33:28.716 INFO O| Aug 28 22:33:28.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99272026-08-28T22:33:29.714Z[ host-image] Aug 28 22:33:28.716 INFO O| Aug 28 22:33:28.716 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99282026-08-28T22:33:29.714Z[ host-image] Aug 28 22:33:28.716 INFO O| Aug 28 22:33:28.716 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99292026-08-28T22:33:29.714Z[ host-image] Aug 28 22:33:28.716 INFO O| Aug 28 22:33:28.716 INFO STEP 30 (ensure_dir) COMPLETE
99302026-08-28T22:33:29.714Z[ host-image] Aug 28 22:33:28.716 INFO O| Aug 28 22:33:28.716 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-28T22:33:29.723Z[ host-image] Aug 28 22:33:28.723 INFO O| Aug 28 22:33:28.723 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99322026-08-28T22:33:29.723Z[ host-image] Aug 28 22:33:28.723 INFO O| Aug 28 22:33:28.723 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99332026-08-28T22:33:29.723Z[ host-image] Aug 28 22:33:28.723 INFO O| Aug 28 22:33:28.723 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99342026-08-28T22:33:29.723Z[ host-image] Aug 28 22:33:28.723 INFO O| Aug 28 22:33:28.723 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99352026-08-28T22:33:29.723Z[ host-image] Aug 28 22:33:28.723 INFO O| Aug 28 22:33:28.723 INFO ok!
99362026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.723 INFO O| Aug 28 22:33:28.723 INFO STEP 31 (ensure_file) COMPLETE
99372026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.723 INFO O| Aug 28 22:33:28.723 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99382026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.731 INFO O| Aug 28 22:33:28.731 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99392026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.731 INFO O| Aug 28 22:33:28.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99402026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.731 INFO O| Aug 28 22:33:28.731 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99412026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.731 INFO O| Aug 28 22:33:28.731 INFO STEP 32 (ensure_dir) COMPLETE
99422026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.731 INFO O| Aug 28 22:33:28.731 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.739 INFO O| Aug 28 22:33:28.739 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99442026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.739 INFO O| Aug 28 22:33:28.739 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 ...
99452026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.739 INFO O| Aug 28 22:33:28.739 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
99462026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.739 INFO O| Aug 28 22:33:28.739 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99472026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.739 INFO O| Aug 28 22:33:28.739 INFO ok!
99482026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.739 INFO O| Aug 28 22:33:28.739 INFO STEP 33 (ensure_file) COMPLETE
99492026-08-28T22:33:29.724Z[ host-image] Aug 28 22:33:28.739 INFO O| Aug 28 22:33:28.739 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99502026-08-28T22:33:29.725Z[ recovery-image] Aug 28 22:33:28.741 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
99512026-08-28T22:33:29.725Z[ recovery-image] Aug 28 22:33:28.741 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
99522026-08-28T22:33:29.730Z[ recovery-image] Aug 28 22:33:28.748 INFO creating compressed cpio/unix for dev loaders...
99532026-08-28T22:33:29.730Z[ recovery-image] Aug 28 22:33:28.748 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
99542026-08-28T22:33:29.730Z[ host-image] Aug 28 22:33:28.748 INFO O| Aug 28 22:33:28.748 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99552026-08-28T22:33:29.731Z[ host-image] Aug 28 22:33:28.748 INFO O| Aug 28 22:33:28.748 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99562026-08-28T22:33:29.731Z[ host-image] Aug 28 22:33:28.748 INFO O| Aug 28 22:33:28.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99572026-08-28T22:33:29.731Z[ host-image] Aug 28 22:33:28.748 INFO O| Aug 28 22:33:28.748 INFO ok!
99582026-08-28T22:33:29.731Z[ host-image] Aug 28 22:33:28.748 INFO O| Aug 28 22:33:28.748 INFO STEP 34 (ensure_file) COMPLETE
99592026-08-28T22:33:29.731Z[ host-image] Aug 28 22:33:28.748 INFO O| Aug 28 22:33:28.748 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99602026-08-28T22:33:29.736Z[ host-image] Aug 28 22:33:28.756 INFO O| Aug 28 22:33:28.756 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99612026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.756 INFO O| Aug 28 22:33:28.756 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99622026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.756 INFO O| Aug 28 22:33:28.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99632026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.756 INFO O| Aug 28 22:33:28.756 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99642026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.756 INFO O| Aug 28 22:33:28.756 INFO ok!
99652026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.756 INFO O| Aug 28 22:33:28.756 INFO STEP 35 (ensure_file) COMPLETE
99662026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.756 INFO O| Aug 28 22:33:28.756 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.763 INFO O| Aug 28 22:33:28.763 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99682026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.763 INFO O| Aug 28 22:33:28.763 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99692026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.763 INFO O| Aug 28 22:33:28.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99702026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.763 INFO O| Aug 28 22:33:28.763 INFO ok!
99712026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.763 INFO O| Aug 28 22:33:28.763 INFO STEP 36 (ensure_file) COMPLETE
99722026-08-28T22:33:29.743Z[ host-image] Aug 28 22:33:28.763 INFO O| Aug 28 22:33:28.763 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-28T22:33:29.752Z[ host-image] Aug 28 22:33:28.770 INFO O| Aug 28 22:33:28.770 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99742026-08-28T22:33:29.752Z[ host-image] Aug 28 22:33:28.770 INFO O| Aug 28 22:33:28.770 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99752026-08-28T22:33:29.752Z[ host-image] Aug 28 22:33:28.770 INFO O| Aug 28 22:33:28.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99762026-08-28T22:33:29.755Z[ host-image] Aug 28 22:33:28.770 INFO O| Aug 28 22:33:28.770 INFO ok!
99772026-08-28T22:33:29.756Z[ host-image] Aug 28 22:33:28.770 INFO O| Aug 28 22:33:28.770 INFO STEP 37 (ensure_file) COMPLETE
99782026-08-28T22:33:29.756Z[ host-image] Aug 28 22:33:28.770 INFO O| Aug 28 22:33:28.770 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-28T22:33:29.758Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99802026-08-28T22:33:29.758Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99812026-08-28T22:33:29.759Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99822026-08-28T22:33:29.759Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99832026-08-28T22:33:29.759Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99842026-08-28T22:33:29.759Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99852026-08-28T22:33:29.759Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO ok!
99862026-08-28T22:33:29.759Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO STEP 38 (ensure_file) COMPLETE
99872026-08-28T22:33:29.759Z[ host-image] Aug 28 22:33:28.777 INFO O| Aug 28 22:33:28.777 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99882026-08-28T22:33:29.764Z[ host-image] Aug 28 22:33:28.784 INFO O| Aug 28 22:33:28.784 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99892026-08-28T22:33:29.764Z[ host-image] Aug 28 22:33:28.784 INFO O| Aug 28 22:33:28.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99902026-08-28T22:33:29.764Z[ host-image] Aug 28 22:33:28.784 INFO O| Aug 28 22:33:28.784 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99912026-08-28T22:33:29.764Z[ host-image] Aug 28 22:33:28.784 INFO O| Aug 28 22:33:28.784 INFO STEP 39 (ensure_dir) COMPLETE
99922026-08-28T22:33:29.764Z[ host-image] Aug 28 22:33:28.784 INFO O| Aug 28 22:33:28.784 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99932026-08-28T22:33:29.776Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 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
99942026-08-28T22:33:29.776Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 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 ...
99952026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 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
99962026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 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
99972026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 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
99982026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 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
99992026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 INFO ok!
100002026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 INFO STEP 40 (ensure_file) COMPLETE
100012026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.793 INFO O| Aug 28 22:33:28.793 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100022026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.799 INFO O| Aug 28 22:33:28.799 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100032026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.799 INFO O| Aug 28 22:33:28.799 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 ...
100042026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.799 INFO O| Aug 28 22:33:28.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100052026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.799 INFO O| Aug 28 22:33:28.799 INFO ok!
100062026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.799 INFO O| Aug 28 22:33:28.799 INFO STEP 41 (ensure_symlink) COMPLETE
100072026-08-28T22:33:29.780Z[ host-image] Aug 28 22:33:28.799 INFO O| Aug 28 22:33:28.799 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100082026-08-28T22:33:29.788Z[ host-image] Aug 28 22:33:28.808 INFO O| Aug 28 22:33:28.808 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100092026-08-28T22:33:29.788Z[ host-image] Aug 28 22:33:28.808 INFO O| Aug 28 22:33:28.808 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100102026-08-28T22:33:29.788Z[ host-image] Aug 28 22:33:28.808 INFO O| Aug 28 22:33:28.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100112026-08-28T22:33:29.795Z[ host-image] Aug 28 22:33:28.808 INFO O| Aug 28 22:33:28.808 INFO ok!
100122026-08-28T22:33:29.795Z[ host-image] Aug 28 22:33:28.808 INFO O| Aug 28 22:33:28.808 INFO STEP 42 (ensure_symlink) COMPLETE
100132026-08-28T22:33:29.795Z[ host-image] Aug 28 22:33:28.808 INFO O| Aug 28 22:33:28.808 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.814 INFO O| Aug 28 22:33:28.814 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100152026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.814 INFO O| Aug 28 22:33:28.814 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100162026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.814 INFO O| Aug 28 22:33:28.814 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100172026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.814 INFO O| Aug 28 22:33:28.814 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100182026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.815 INFO O| Aug 28 22:33:28.814 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100192026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.815 INFO O| Aug 28 22:33:28.814 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100202026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.815 INFO O| Aug 28 22:33:28.815 INFO ok!
100212026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.815 INFO O| Aug 28 22:33:28.815 INFO STEP 43 (ensure_file) COMPLETE
100222026-08-28T22:33:29.799Z[ host-image] Aug 28 22:33:28.815 INFO O| Aug 28 22:33:28.815 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-08-28T22:33:29.812Z[ host-image] Aug 28 22:33:28.822 INFO O| Aug 28 22:33:28.822 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100242026-08-28T22:33:29.812Z[ host-image] Aug 28 22:33:28.822 INFO O| Aug 28 22:33:28.822 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 ...
100252026-08-28T22:33:29.812Z[ host-image] Aug 28 22:33:28.822 INFO O| Aug 28 22:33:28.822 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
100262026-08-28T22:33:29.812Z[ host-image] Aug 28 22:33:28.822 INFO O| Aug 28 22:33:28.822 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100272026-08-28T22:33:29.812Z[ host-image] Aug 28 22:33:28.822 INFO O| Aug 28 22:33:28.822 INFO ok!
100282026-08-28T22:33:29.812Z[ host-image] Aug 28 22:33:28.822 INFO O| Aug 28 22:33:28.822 INFO STEP 44 (ensure_file) COMPLETE
100292026-08-28T22:33:29.813Z[ host-image] Aug 28 22:33:28.822 INFO O| Aug 28 22:33:28.822 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.831 INFO O| Aug 28 22:33:28.830 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100312026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.831 INFO O| Aug 28 22:33:28.831 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100322026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.831 INFO O| Aug 28 22:33:28.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100332026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.831 INFO O| Aug 28 22:33:28.831 INFO ok!
100342026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.831 INFO O| Aug 28 22:33:28.831 INFO STEP 45 (ensure_file) COMPLETE
100352026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.831 INFO O| Aug 28 22:33:28.831 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100362026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.838 INFO O| Aug 28 22:33:28.838 INFO updating shadow file
100372026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.838 INFO O| Aug 28 22:33:28.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100382026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.838 INFO O| Aug 28 22:33:28.838 INFO STEP 46 (shadow) COMPLETE
100392026-08-28T22:33:29.830Z[ host-image] Aug 28 22:33:28.838 INFO O| Aug 28 22:33:28.838 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100402026-08-28T22:33:29.843Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100412026-08-28T22:33:29.843Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100422026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100432026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100442026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO ok!
100452026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO STEP 47 (ensure_file) COMPLETE
100462026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO skip step because feature "mfg" is not enabled
100482026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100492026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO skip step because feature "mfg" is not enabled
100502026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.847 INFO O| Aug 28 22:33:28.847 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100512026-08-28T22:33:29.844Z[ host-image] Aug 28 22:33:28.856 INFO O| Aug 28 22:33:28.856 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100522026-08-28T22:33:29.845Z[ host-image] Aug 28 22:33:28.856 INFO O| Aug 28 22:33:28.856 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100532026-08-28T22:33:29.867Z[ host-image] Aug 28 22:33:28.879 INFO O| Aug 28 22:33:28.879 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100542026-08-28T22:33:29.867Z[ host-image] Aug 28 22:33:28.879 INFO O| Aug 28 22:33:28.879 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100552026-08-28T22:33:29.867Z[ host-image] Aug 28 22:33:28.879 INFO O| Aug 28 22:33:28.879 INFO ok!
100562026-08-28T22:33:29.867Z[ host-image] Aug 28 22:33:28.879 INFO O| Aug 28 22:33:28.879 INFO STEP 50 (ensure_file) COMPLETE
100572026-08-28T22:33:29.867Z[ host-image] Aug 28 22:33:28.879 INFO O| Aug 28 22:33:28.879 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-28T22:33:29.867Z[ host-image] Aug 28 22:33:28.879 INFO O| Aug 28 22:33:28.879 INFO skip step because feature "compliance" is not enabled
100592026-08-28T22:33:29.867Z[ host-image] Aug 28 22:33:28.879 INFO O| Aug 28 22:33:28.879 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-28T22:33:29.886Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100612026-08-28T22:33:29.886Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100622026-08-28T22:33:29.886Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100632026-08-28T22:33:29.886Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100642026-08-28T22:33:29.887Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100652026-08-28T22:33:29.887Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100662026-08-28T22:33:29.887Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO ok!
100672026-08-28T22:33:29.887Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO STEP 52 (ensure_file) COMPLETE
100682026-08-28T22:33:29.887Z[ host-image] Aug 28 22:33:28.888 INFO O| Aug 28 22:33:28.888 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.897 INFO O| Aug 28 22:33:28.897 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100702026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.897 INFO O| Aug 28 22:33:28.897 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 ...
100712026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.898 INFO O| Aug 28 22:33:28.898 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100722026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.898 INFO O| Aug 28 22:33:28.898 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100732026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.898 INFO O| Aug 28 22:33:28.898 INFO ok!
100742026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.898 INFO O| Aug 28 22:33:28.898 INFO STEP 53 (ensure_file) COMPLETE
100752026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.898 INFO O| Aug 28 22:33:28.898 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.906 INFO O| Aug 28 22:33:28.905 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100772026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.906 INFO O| Aug 28 22:33:28.906 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 ...
100782026-08-28T22:33:29.899Z[ host-image] Aug 28 22:33:28.906 INFO O| Aug 28 22:33:28.906 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100792026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.906 INFO O| Aug 28 22:33:28.906 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100802026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.906 INFO O| Aug 28 22:33:28.906 INFO ok!
100812026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.906 INFO O| Aug 28 22:33:28.906 INFO STEP 54 (ensure_file) COMPLETE
100822026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.906 INFO O| Aug 28 22:33:28.906 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.913 INFO O| Aug 28 22:33:28.913 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100842026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.913 INFO O| Aug 28 22:33:28.913 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 ...
100852026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.913 INFO O| Aug 28 22:33:28.913 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
100862026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.913 INFO O| Aug 28 22:33:28.913 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100872026-08-28T22:33:29.900Z[ host-image] Aug 28 22:33:28.913 INFO O| Aug 28 22:33:28.913 INFO ok!
100882026-08-28T22:33:29.901Z[ host-image] Aug 28 22:33:28.913 INFO O| Aug 28 22:33:28.913 INFO STEP 55 (ensure_file) COMPLETE
100892026-08-28T22:33:29.901Z[ host-image] Aug 28 22:33:28.913 INFO O| Aug 28 22:33:28.913 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-08-28T22:33:29.920Z[ host-image] Aug 28 22:33:28.920 INFO O| Aug 28 22:33:28.920 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100912026-08-28T22:33:29.920Z[ host-image] Aug 28 22:33:28.920 INFO O| Aug 28 22:33:28.920 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 ...
100922026-08-28T22:33:29.920Z[ host-image] Aug 28 22:33:28.920 INFO O| Aug 28 22:33:28.920 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100932026-08-28T22:33:29.920Z[ host-image] Aug 28 22:33:28.920 INFO O| Aug 28 22:33:28.920 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100942026-08-28T22:33:29.920Z[ host-image] Aug 28 22:33:28.920 INFO O| Aug 28 22:33:28.920 INFO ok!
100952026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.920 INFO O| Aug 28 22:33:28.920 INFO STEP 56 (ensure_file) COMPLETE
100962026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.920 INFO O| Aug 28 22:33:28.920 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.927 INFO O| Aug 28 22:33:28.927 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100982026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.927 INFO O| Aug 28 22:33:28.927 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 ...
100992026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.927 INFO O| Aug 28 22:33:28.927 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
101002026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.927 INFO O| Aug 28 22:33:28.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101012026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.927 INFO O| Aug 28 22:33:28.927 INFO ok!
101022026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.927 INFO O| Aug 28 22:33:28.927 INFO STEP 57 (ensure_file) COMPLETE
101032026-08-28T22:33:29.921Z[ host-image] Aug 28 22:33:28.927 INFO O| Aug 28 22:33:28.927 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-08-28T22:33:29.938Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101052026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 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 ...
101062026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101072026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101082026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101092026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101102026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO ok!
101112026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO STEP 58 (ensure_file) COMPLETE
101122026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.935 INFO O| Aug 28 22:33:28.935 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.942 INFO O| Aug 28 22:33:28.942 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101142026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.942 INFO O| Aug 28 22:33:28.942 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 ...
101152026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.942 INFO O| Aug 28 22:33:28.942 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
101162026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.942 INFO O| Aug 28 22:33:28.942 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101172026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.942 INFO O| Aug 28 22:33:28.942 INFO ok!
101182026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.942 INFO O| Aug 28 22:33:28.942 INFO STEP 59 (ensure_file) COMPLETE
101192026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.942 INFO O| Aug 28 22:33:28.942 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.948 INFO O| Aug 28 22:33:28.948 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101212026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.948 INFO O| Aug 28 22:33:28.948 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101222026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.948 INFO O| Aug 28 22:33:28.948 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101232026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.948 INFO O| Aug 28 22:33:28.948 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101242026-08-28T22:33:29.939Z[ host-image] Aug 28 22:33:28.948 INFO O| Aug 28 22:33:28.948 INFO ok!
101252026-08-28T22:33:29.940Z[ host-image] Aug 28 22:33:28.948 INFO O| Aug 28 22:33:28.948 INFO STEP 60 (ensure_file) COMPLETE
101262026-08-28T22:33:29.940Z[ host-image] Aug 28 22:33:28.948 INFO O| Aug 28 22:33:28.948 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-08-28T22:33:29.945Z[ host-image] Aug 28 22:33:28.958 INFO O| Aug 28 22:33:28.958 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101282026-08-28T22:33:29.945Z[ host-image] Aug 28 22:33:28.958 INFO O| Aug 28 22:33:28.958 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 ...
101292026-08-28T22:33:29.945Z[ host-image] Aug 28 22:33:28.958 INFO O| Aug 28 22:33:28.958 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
101302026-08-28T22:33:29.945Z[ host-image] Aug 28 22:33:28.958 INFO O| Aug 28 22:33:28.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101312026-08-28T22:33:29.945Z[ host-image] Aug 28 22:33:28.958 INFO O| Aug 28 22:33:28.958 INFO ok!
101322026-08-28T22:33:29.945Z[ host-image] Aug 28 22:33:28.958 INFO O| Aug 28 22:33:28.958 INFO STEP 61 (ensure_file) COMPLETE
101332026-08-28T22:33:29.945Z[ host-image] Aug 28 22:33:28.958 INFO O| Aug 28 22:33:28.958 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101342026-08-28T22:33:29.949Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101352026-08-28T22:33:29.949Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101362026-08-28T22:33:29.949Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101372026-08-28T22:33:29.949Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101382026-08-28T22:33:29.949Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101392026-08-28T22:33:29.950Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101402026-08-28T22:33:29.950Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO ok!
101412026-08-28T22:33:29.950Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO STEP 62 (ensure_file) COMPLETE
101422026-08-28T22:33:29.950Z[ host-image] Aug 28 22:33:28.965 INFO O| Aug 28 22:33:28.965 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101432026-08-28T22:33:29.953Z[ host-image] Aug 28 22:33:28.971 INFO O| Aug 28 22:33:28.971 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101442026-08-28T22:33:29.953Z[ host-image] Aug 28 22:33:28.971 INFO O| Aug 28 22:33:28.971 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 ...
101452026-08-28T22:33:29.954Z[ host-image] Aug 28 22:33:28.971 INFO O| Aug 28 22:33:28.971 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
101462026-08-28T22:33:29.954Z[ host-image] Aug 28 22:33:28.971 INFO O| Aug 28 22:33:28.971 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101472026-08-28T22:33:29.954Z[ host-image] Aug 28 22:33:28.971 INFO O| Aug 28 22:33:28.971 INFO ok!
101482026-08-28T22:33:29.954Z[ host-image] Aug 28 22:33:28.971 INFO O| Aug 28 22:33:28.971 INFO STEP 63 (ensure_file) COMPLETE
101492026-08-28T22:33:29.954Z[ host-image] Aug 28 22:33:28.971 INFO O| Aug 28 22:33:28.971 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101502026-08-28T22:33:29.957Z[ recovery-image] Aug 28 22:33:28.975 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101512026-08-28T22:33:29.960Z[ host-image] Aug 28 22:33:28.980 INFO O| Aug 28 22:33:28.980 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101522026-08-28T22:33:29.961Z[ host-image] Aug 28 22:33:28.980 INFO O| Aug 28 22:33:28.980 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 ...
101532026-08-28T22:33:29.966Z[ host-image] Aug 28 22:33:28.980 INFO O| Aug 28 22:33:28.980 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
101542026-08-28T22:33:29.966Z[ host-image] Aug 28 22:33:28.980 INFO O| Aug 28 22:33:28.980 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101552026-08-28T22:33:29.966Z[ host-image] Aug 28 22:33:28.980 INFO O| Aug 28 22:33:28.980 INFO ok!
101562026-08-28T22:33:29.966Z[ host-image] Aug 28 22:33:28.981 INFO O| Aug 28 22:33:28.981 INFO STEP 64 (ensure_file) COMPLETE
101572026-08-28T22:33:29.966Z[ host-image] Aug 28 22:33:28.981 INFO O| Aug 28 22:33:28.981 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101582026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101592026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 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 ...
101602026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 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
101612026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101622026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 INFO ok!
101632026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 INFO STEP 65 (ensure_file) COMPLETE
101642026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101652026-08-28T22:33:29.970Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 INFO skip step because feature "mbist" is not enabled
101662026-08-28T22:33:29.971Z[ host-image] Aug 28 22:33:28.989 INFO O| Aug 28 22:33:28.989 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-28T22:33:29.977Z[ host-image] Aug 28 22:33:28.997 INFO O| Aug 28 22:33:28.997 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101682026-08-28T22:33:29.977Z[ host-image] Aug 28 22:33:28.997 INFO O| Aug 28 22:33:28.997 INFO STEP 67 (ensure_dir) COMPLETE
101692026-08-28T22:33:29.977Z[ host-image] Aug 28 22:33:28.997 INFO O| Aug 28 22:33:28.997 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-28T22:33:29.985Z[ host-image] Aug 28 22:33:29.006 INFO O| Aug 28 22:33:29.006 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101712026-08-28T22:33:29.989Z[ host-image] Aug 28 22:33:29.006 INFO O| Aug 28 22:33:29.006 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101722026-08-28T22:33:29.989Z[ host-image] Aug 28 22:33:29.006 INFO O| Aug 28 22:33:29.006 INFO STEP 68 (ensure_dir) COMPLETE
101732026-08-28T22:33:29.989Z[ host-image] Aug 28 22:33:29.006 INFO O| Aug 28 22:33:29.006 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-08-28T22:33:29.993Z[ host-image] Aug 28 22:33:29.013 INFO O| Aug 28 22:33:29.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101752026-08-28T22:33:29.996Z[ host-image] Aug 28 22:33:29.013 INFO O| Aug 28 22:33:29.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101762026-08-28T22:33:29.996Z[ host-image] Aug 28 22:33:29.014 INFO O| Aug 28 22:33:29.013 INFO STEP 69 (ensure_dir) COMPLETE
101772026-08-28T22:33:29.996Z[ host-image] Aug 28 22:33:29.014 INFO O| Aug 28 22:33:29.014 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-08-28T22:33:30.001Z[ host-image] Aug 28 22:33:29.020 INFO O| Aug 28 22:33:29.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101792026-08-28T22:33:30.001Z[ host-image] Aug 28 22:33:29.020 INFO O| Aug 28 22:33:29.020 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101802026-08-28T22:33:30.354Z[ host-image] Aug 28 22:33:29.358 INFO O| Aug 28 22:33:29.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101812026-08-28T22:33:30.354Z[ host-image] Aug 28 22:33:29.358 INFO O| Aug 28 22:33:29.358 INFO ok!
101822026-08-28T22:33:30.372Z[ host-image] Aug 28 22:33:29.358 INFO O| Aug 28 22:33:29.358 INFO STEP 70 (ensure_file) COMPLETE
101832026-08-28T22:33:30.372Z[ host-image] Aug 28 22:33:29.358 INFO O| Aug 28 22:33:29.358 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-08-28T22:33:30.372Z[ host-image] Aug 28 22:33:29.368 INFO O| Aug 28 22:33:29.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101852026-08-28T22:33:30.372Z[ host-image] Aug 28 22:33:29.368 INFO O| Aug 28 22:33:29.368 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101862026-08-28T22:33:30.963Z[ host-image] Aug 28 22:33:29.978 INFO O| Aug 28 22:33:29.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101872026-08-28T22:33:30.963Z[ host-image] Aug 28 22:33:29.978 INFO O| Aug 28 22:33:29.978 INFO ok!
101882026-08-28T22:33:30.963Z[ host-image] Aug 28 22:33:29.978 INFO O| Aug 28 22:33:29.978 INFO STEP 71 (ensure_file) COMPLETE
101892026-08-28T22:33:30.967Z[ host-image] Aug 28 22:33:29.978 INFO O| Aug 28 22:33:29.978 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-28T22:33:30.970Z[ host-image] Aug 28 22:33:29.987 INFO O| Aug 28 22:33:29.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101912026-08-28T22:33:30.970Z[ host-image] Aug 28 22:33:29.987 INFO O| Aug 28 22:33:29.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101922026-08-28T22:33:30.971Z[ host-image] Aug 28 22:33:29.987 INFO O| Aug 28 22:33:29.987 INFO STEP 72 (ensure_dir) COMPLETE
101932026-08-28T22:33:30.971Z[ host-image] Aug 28 22:33:29.987 INFO O| Aug 28 22:33:29.987 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-08-28T22:33:30.976Z[ host-image] Aug 28 22:33:29.996 INFO O| Aug 28 22:33:29.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101952026-08-28T22:33:30.976Z[ host-image] Aug 28 22:33:29.996 INFO O| Aug 28 22:33:29.996 INFO copying /tmp/.tmp1w4NLE/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 ...
101962026-08-28T22:33:30.976Z[ host-image] Aug 28 22:33:29.996 INFO O| Aug 28 22:33:29.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101972026-08-28T22:33:30.976Z[ host-image] Aug 28 22:33:29.996 INFO O| Aug 28 22:33:29.996 INFO ok!
101982026-08-28T22:33:30.976Z[ host-image] Aug 28 22:33:29.996 INFO O| Aug 28 22:33:29.996 INFO STEP 73 (ensure_file) COMPLETE
101992026-08-28T22:33:30.976Z[ host-image] Aug 28 22:33:29.996 INFO O| Aug 28 22:33:29.996 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-08-28T22:33:30.989Z[ host-image] Aug 28 22:33:30.002 INFO O| Aug 28 22:33:30.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102012026-08-28T22:33:30.989Z[ host-image] Aug 28 22:33:30.002 INFO O| Aug 28 22:33:30.002 INFO copying /tmp/.tmp1w4NLE/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 ...
102022026-08-28T22:33:30.995Z[ host-image] Aug 28 22:33:30.002 INFO O| Aug 28 22:33:30.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102032026-08-28T22:33:30.996Z[ host-image] Aug 28 22:33:30.002 INFO O| Aug 28 22:33:30.002 INFO ok!
102042026-08-28T22:33:30.996Z[ host-image] Aug 28 22:33:30.002 INFO O| Aug 28 22:33:30.002 INFO STEP 74 (ensure_file) COMPLETE
102052026-08-28T22:33:30.996Z[ host-image] Aug 28 22:33:30.002 INFO O| Aug 28 22:33:30.002 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-28T22:33:30.996Z[ host-image] Aug 28 22:33:30.010 INFO O| Aug 28 22:33:30.010 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102072026-08-28T22:33:30.996Z[ host-image] Aug 28 22:33:30.010 INFO O| Aug 28 22:33:30.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102082026-08-28T22:33:30.996Z[ host-image] Aug 28 22:33:30.010 INFO O| Aug 28 22:33:30.010 INFO STEP 75 (ensure_dir) COMPLETE
102092026-08-28T22:33:30.996Z[ host-image] Aug 28 22:33:30.010 INFO O| Aug 28 22:33:30.010 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-28T22:33:31.013Z[ host-image] Aug 28 22:33:30.017 INFO O| Aug 28 22:33:30.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102112026-08-28T22:33:31.013Z[ host-image] Aug 28 22:33:30.017 INFO O| Aug 28 22:33:30.017 INFO copying /tmp/.tmp1w4NLE/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 ...
102122026-08-28T22:33:31.013Z[ host-image] Aug 28 22:33:30.017 INFO O| Aug 28 22:33:30.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102132026-08-28T22:33:31.013Z[ host-image] Aug 28 22:33:30.017 INFO O| Aug 28 22:33:30.017 INFO ok!
102142026-08-28T22:33:31.013Z[ host-image] Aug 28 22:33:30.017 INFO O| Aug 28 22:33:30.017 INFO STEP 76 (ensure_file) COMPLETE
102152026-08-28T22:33:31.013Z[ host-image] Aug 28 22:33:30.017 INFO O| Aug 28 22:33:30.017 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-28T22:33:31.021Z[ host-image] Aug 28 22:33:30.024 INFO O| Aug 28 22:33:30.024 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102172026-08-28T22:33:31.021Z[ host-image] Aug 28 22:33:30.024 INFO O| Aug 28 22:33:30.024 INFO copying /tmp/.tmp1w4NLE/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 ...
102182026-08-28T22:33:31.021Z[ host-image] Aug 28 22:33:30.025 INFO O| Aug 28 22:33:30.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102192026-08-28T22:33:31.021Z[ host-image] Aug 28 22:33:30.025 INFO O| Aug 28 22:33:30.025 INFO ok!
102202026-08-28T22:33:31.021Z[ host-image] Aug 28 22:33:30.025 INFO O| Aug 28 22:33:30.025 INFO STEP 77 (ensure_file) COMPLETE
102212026-08-28T22:33:31.021Z[ host-image] Aug 28 22:33:30.025 INFO O| Aug 28 22:33:30.025 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.031 INFO O| Aug 28 22:33:30.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102232026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.031 INFO O| Aug 28 22:33:30.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102242026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.031 INFO O| Aug 28 22:33:30.031 INFO STEP 78 (ensure_dir) COMPLETE
102252026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.031 INFO O| Aug 28 22:33:30.031 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.037 INFO O| Aug 28 22:33:30.037 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102272026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.037 INFO O| Aug 28 22:33:30.037 INFO copying /tmp/.tmp1w4NLE/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 ...
102282026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.037 INFO O| Aug 28 22:33:30.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102292026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.037 INFO O| Aug 28 22:33:30.037 INFO ok!
102302026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.038 INFO O| Aug 28 22:33:30.037 INFO STEP 79 (ensure_file) COMPLETE
102312026-08-28T22:33:31.022Z[ host-image] Aug 28 22:33:30.038 INFO O| Aug 28 22:33:30.037 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-28T22:33:31.030Z[ host-image] Aug 28 22:33:30.045 INFO O| Aug 28 22:33:30.045 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102332026-08-28T22:33:31.030Z[ host-image] Aug 28 22:33:30.045 INFO O| Aug 28 22:33:30.045 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102342026-08-28T22:33:31.030Z[ host-image] Aug 28 22:33:30.045 INFO O| Aug 28 22:33:30.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102352026-08-28T22:33:31.030Z[ host-image] Aug 28 22:33:30.045 INFO O| Aug 28 22:33:30.045 INFO ok!
102362026-08-28T22:33:31.030Z[ host-image] Aug 28 22:33:30.045 INFO O| Aug 28 22:33:30.045 INFO STEP 80 (ensure_file) COMPLETE
102372026-08-28T22:33:31.030Z[ host-image] Aug 28 22:33:30.045 INFO O| Aug 28 22:33:30.045 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-28T22:33:31.037Z[ host-image] Aug 28 22:33:30.052 INFO O| Aug 28 22:33:30.052 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102392026-08-28T22:33:31.037Z[ host-image] Aug 28 22:33:30.052 INFO O| Aug 28 22:33:30.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102402026-08-28T22:33:31.037Z[ host-image] Aug 28 22:33:30.052 INFO O| Aug 28 22:33:30.052 INFO STEP 81 (ensure_dir) COMPLETE
102412026-08-28T22:33:31.037Z[ host-image] Aug 28 22:33:30.052 INFO O| Aug 28 22:33:30.052 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-28T22:33:31.043Z[ host-image] Aug 28 22:33:30.059 INFO O| Aug 28 22:33:30.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102432026-08-28T22:33:31.043Z[ host-image] Aug 28 22:33:30.059 INFO O| Aug 28 22:33:30.059 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102442026-08-28T22:33:31.721Z[ host-image] Aug 28 22:33:30.676 INFO O| Aug 28 22:33:30.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102452026-08-28T22:33:31.721Z[ host-image] Aug 28 22:33:30.676 INFO O| Aug 28 22:33:30.676 INFO ok!
102462026-08-28T22:33:31.721Z[ host-image] Aug 28 22:33:30.676 INFO O| Aug 28 22:33:30.676 INFO STEP 82 (ensure_file) COMPLETE
102472026-08-28T22:33:31.758Z[ host-image] Aug 28 22:33:30.676 INFO O| Aug 28 22:33:30.676 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-28T22:33:31.758Z[ host-image] Aug 28 22:33:30.686 INFO O| Aug 28 22:33:30.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102492026-08-28T22:33:31.758Z[ host-image] Aug 28 22:33:30.686 INFO O| Aug 28 22:33:30.686 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102502026-08-28T22:33:32.128Z[ host-image] Aug 28 22:33:30.983 INFO O| Aug 28 22:33:30.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102512026-08-28T22:33:32.128Z[ host-image] Aug 28 22:33:30.984 INFO O| Aug 28 22:33:30.983 INFO ok!
102522026-08-28T22:33:32.128Z[ host-image] Aug 28 22:33:30.984 INFO O| Aug 28 22:33:30.983 INFO STEP 83 (ensure_file) COMPLETE
102532026-08-28T22:33:32.128Z[ host-image] Aug 28 22:33:30.984 INFO O| Aug 28 22:33:30.983 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-28T22:33:32.129Z[ host-image] Aug 28 22:33:30.992 INFO O| Aug 28 22:33:30.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102552026-08-28T22:33:32.129Z[ host-image] Aug 28 22:33:30.992 INFO O| Aug 28 22:33:30.992 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102562026-08-28T22:33:33.382Z[ host-image] Aug 28 22:33:32.402 INFO O| Aug 28 22:33:32.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102572026-08-28T22:33:33.383Z[ host-image] Aug 28 22:33:32.402 INFO O| Aug 28 22:33:32.402 INFO ok!
102582026-08-28T22:33:33.383Z[ host-image] Aug 28 22:33:32.403 INFO O| Aug 28 22:33:32.402 INFO STEP 84 (ensure_file) COMPLETE
102592026-08-28T22:33:33.387Z[ host-image] Aug 28 22:33:32.403 INFO O| Aug 28 22:33:32.402 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-28T22:33:33.390Z[ host-image] Aug 28 22:33:32.410 INFO O| Aug 28 22:33:32.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102612026-08-28T22:33:33.391Z[ host-image] Aug 28 22:33:32.410 INFO O| Aug 28 22:33:32.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102622026-08-28T22:33:33.391Z[ host-image] Aug 28 22:33:32.410 INFO O| Aug 28 22:33:32.410 INFO STEP 85 (ensure_dir) COMPLETE
102632026-08-28T22:33:33.391Z[ host-image] Aug 28 22:33:32.410 INFO O| Aug 28 22:33:32.410 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-28T22:33:33.398Z[ host-image] Aug 28 22:33:32.418 INFO O| Aug 28 22:33:32.418 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102652026-08-28T22:33:33.398Z[ host-image] Aug 28 22:33:32.418 INFO O| Aug 28 22:33:32.418 INFO copying /tmp/.tmp1w4NLE/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 ...
102662026-08-28T22:33:33.401Z[ host-image] Aug 28 22:33:32.418 INFO O| Aug 28 22:33:32.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102672026-08-28T22:33:33.401Z[ host-image] Aug 28 22:33:32.418 INFO O| Aug 28 22:33:32.418 INFO ok!
102682026-08-28T22:33:33.401Z[ host-image] Aug 28 22:33:32.418 INFO O| Aug 28 22:33:32.418 INFO STEP 86 (ensure_file) COMPLETE
102692026-08-28T22:33:33.401Z[ host-image] Aug 28 22:33:32.418 INFO O| Aug 28 22:33:32.418 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-28T22:33:33.503Z[ host-image] Aug 28 22:33:32.425 INFO O| Aug 28 22:33:32.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102712026-08-28T22:33:33.508Z[ host-image] Aug 28 22:33:32.425 INFO O| Aug 28 22:33:32.425 INFO copying /tmp/.tmp1w4NLE/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 ...
102722026-08-28T22:33:33.508Z[ host-image] Aug 28 22:33:32.425 INFO O| Aug 28 22:33:32.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102732026-08-28T22:33:33.508Z[ host-image] Aug 28 22:33:32.425 INFO O| Aug 28 22:33:32.425 INFO ok!
102742026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.425 INFO O| Aug 28 22:33:32.425 INFO STEP 87 (ensure_file) COMPLETE
102752026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.425 INFO O| Aug 28 22:33:32.425 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.432 INFO O| Aug 28 22:33:32.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102772026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.432 INFO O| Aug 28 22:33:32.432 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102782026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.432 INFO O| Aug 28 22:33:32.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102792026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.432 INFO O| Aug 28 22:33:32.432 INFO ok!
102802026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.432 INFO O| Aug 28 22:33:32.432 INFO STEP 88 (ensure_file) COMPLETE
102812026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.432 INFO O| Aug 28 22:33:32.432 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.439 INFO O| Aug 28 22:33:32.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102832026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.439 INFO O| Aug 28 22:33:32.439 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102842026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.439 INFO O| Aug 28 22:33:32.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102852026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.439 INFO O| Aug 28 22:33:32.439 INFO ok!
102862026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.439 INFO O| Aug 28 22:33:32.439 INFO STEP 89 (ensure_file) COMPLETE
102872026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.439 INFO O| Aug 28 22:33:32.439 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.445 INFO O| Aug 28 22:33:32.445 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102892026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.445 INFO O| Aug 28 22:33:32.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102902026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.445 INFO O| Aug 28 22:33:32.445 INFO STEP 90 (ensure_dir) COMPLETE
102912026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.445 INFO O| Aug 28 22:33:32.445 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.451 INFO O| Aug 28 22:33:32.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102932026-08-28T22:33:33.509Z[ host-image] Aug 28 22:33:32.451 INFO O| Aug 28 22:33:32.451 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102942026-08-28T22:33:33.574Z[ host-image] Aug 28 22:33:32.594 INFO O| Aug 28 22:33:32.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102952026-08-28T22:33:33.574Z[ host-image] Aug 28 22:33:32.594 INFO O| Aug 28 22:33:32.594 INFO ok!
102962026-08-28T22:33:33.578Z[ host-image] Aug 28 22:33:32.594 INFO O| Aug 28 22:33:32.594 INFO STEP 91 (ensure_file) COMPLETE
102972026-08-28T22:33:33.578Z[ host-image] Aug 28 22:33:32.594 INFO O| Aug 28 22:33:32.594 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-28T22:33:33.582Z[ host-image] Aug 28 22:33:32.602 INFO O| Aug 28 22:33:32.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102992026-08-28T22:33:33.585Z[ host-image] Aug 28 22:33:32.602 INFO O| Aug 28 22:33:32.602 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103002026-08-28T22:33:33.585Z[ host-image] Aug 28 22:33:32.602 INFO O| Aug 28 22:33:32.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103012026-08-28T22:33:33.585Z[ host-image] Aug 28 22:33:32.602 INFO O| Aug 28 22:33:32.602 INFO ok!
103022026-08-28T22:33:33.585Z[ host-image] Aug 28 22:33:32.602 INFO O| Aug 28 22:33:32.602 INFO STEP 92 (ensure_file) COMPLETE
103032026-08-28T22:33:33.585Z[ host-image] Aug 28 22:33:32.602 INFO O| Aug 28 22:33:32.602 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-08-28T22:33:33.590Z[ host-image] Aug 28 22:33:32.608 INFO O| Aug 28 22:33:32.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103052026-08-28T22:33:33.590Z[ host-image] Aug 28 22:33:32.608 INFO O| Aug 28 22:33:32.608 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103062026-08-28T22:33:33.838Z[ recovery-image] Aug 28 22:33:32.858 INFO creating reset image...
103072026-08-28T22:33:33.838Z[ recovery-image] Aug 28 22:33:32.858 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")
103082026-08-28T22:33:33.982Z[ host-image] Aug 28 22:33:33.002 INFO O| Aug 28 22:33:33.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103092026-08-28T22:33:33.982Z[ host-image] Aug 28 22:33:33.002 INFO O| Aug 28 22:33:33.002 INFO ok!
103102026-08-28T22:33:33.982Z[ host-image] Aug 28 22:33:33.002 INFO O| Aug 28 22:33:33.002 INFO STEP 93 (ensure_file) COMPLETE
103112026-08-28T22:33:33.986Z[ host-image] Aug 28 22:33:33.002 INFO O| Aug 28 22:33:33.002 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-28T22:33:33.991Z[ host-image] Aug 28 22:33:33.012 INFO O| Aug 28 22:33:33.012 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103132026-08-28T22:33:33.992Z[ host-image] Aug 28 22:33:33.012 INFO O| Aug 28 22:33:33.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103142026-08-28T22:33:33.992Z[ host-image] Aug 28 22:33:33.012 INFO O| Aug 28 22:33:33.012 INFO STEP 94 (ensure_dir) COMPLETE
103152026-08-28T22:33:33.992Z[ host-image] Aug 28 22:33:33.012 INFO O| Aug 28 22:33:33.012 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-28T22:33:34.000Z[ host-image] Aug 28 22:33:33.021 INFO O| Aug 28 22:33:33.021 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103172026-08-28T22:33:34.000Z[ host-image] Aug 28 22:33:33.021 INFO O| Aug 28 22:33:33.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103182026-08-28T22:33:34.005Z[ host-image] Aug 28 22:33:33.021 INFO O| Aug 28 22:33:33.021 INFO STEP 95 (ensure_dir) COMPLETE
103192026-08-28T22:33:34.005Z[ host-image] Aug 28 22:33:33.021 INFO O| Aug 28 22:33:33.021 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-08-28T22:33:34.009Z[ host-image] Aug 28 22:33:33.028 INFO O| Aug 28 22:33:33.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103212026-08-28T22:33:34.009Z[ host-image] Aug 28 22:33:33.028 INFO O| Aug 28 22:33:33.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103222026-08-28T22:33:34.009Z[ host-image] Aug 28 22:33:33.028 INFO O| Aug 28 22:33:33.028 INFO STEP 96 (ensure_dir) COMPLETE
103232026-08-28T22:33:34.009Z[ host-image] Aug 28 22:33:33.028 INFO O| Aug 28 22:33:33.028 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-28T22:33:34.017Z[ host-image] Aug 28 22:33:33.036 INFO O| Aug 28 22:33:33.036 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103252026-08-28T22:33:34.017Z[ host-image] Aug 28 22:33:33.036 INFO O| Aug 28 22:33:33.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103262026-08-28T22:33:34.020Z[ host-image] Aug 28 22:33:33.036 INFO O| Aug 28 22:33:33.036 INFO STEP 97 (ensure_dir) COMPLETE
103272026-08-28T22:33:34.020Z[ host-image] Aug 28 22:33:33.036 INFO O| Aug 28 22:33:33.036 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-28T22:33:34.025Z[ host-image] Aug 28 22:33:33.046 INFO O| Aug 28 22:33:33.046 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103292026-08-28T22:33:34.029Z[ host-image] Aug 28 22:33:33.046 INFO O| Aug 28 22:33:33.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103302026-08-28T22:33:34.029Z[ host-image] Aug 28 22:33:33.046 INFO O| Aug 28 22:33:33.046 INFO STEP 98 (ensure_dir) COMPLETE
103312026-08-28T22:33:34.029Z[ host-image] Aug 28 22:33:33.046 INFO O| Aug 28 22:33:33.046 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-28T22:33:34.034Z[ host-image] Aug 28 22:33:33.054 INFO O| Aug 28 22:33:33.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103332026-08-28T22:33:34.034Z[ host-image] Aug 28 22:33:33.054 INFO O| Aug 28 22:33:33.054 INFO copying /tmp/.tmp1w4NLE/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 ...
103342026-08-28T22:33:34.037Z[ host-image] Aug 28 22:33:33.054 INFO O| Aug 28 22:33:33.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103352026-08-28T22:33:34.037Z[ host-image] Aug 28 22:33:33.054 INFO O| Aug 28 22:33:33.054 INFO ok!
103362026-08-28T22:33:34.037Z[ host-image] Aug 28 22:33:33.054 INFO O| Aug 28 22:33:33.054 INFO STEP 99 (ensure_file) COMPLETE
103372026-08-28T22:33:34.037Z[ host-image] Aug 28 22:33:33.054 INFO O| Aug 28 22:33:33.054 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-28T22:33:34.042Z[ host-image] Aug 28 22:33:33.063 INFO O| Aug 28 22:33:33.063 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103392026-08-28T22:33:34.045Z[ host-image] Aug 28 22:33:33.063 INFO O| Aug 28 22:33:33.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103402026-08-28T22:33:34.045Z[ host-image] Aug 28 22:33:33.063 INFO O| Aug 28 22:33:33.063 INFO STEP 100 (ensure_dir) COMPLETE
103412026-08-28T22:33:34.045Z[ host-image] Aug 28 22:33:33.063 INFO O| Aug 28 22:33:33.063 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-28T22:33:34.050Z[ host-image] Aug 28 22:33:33.071 INFO O| Aug 28 22:33:33.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103432026-08-28T22:33:34.050Z[ host-image] Aug 28 22:33:33.071 INFO O| Aug 28 22:33:33.071 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103442026-08-28T22:33:34.130Z[ recovery-image] Aug 28 22:33:33.146 INFO E| Updating crates.io index
103452026-08-28T22:33:34.241Z[ recovery-image] Aug 28 22:33:33.261 INFO E| Downloading crates ...
103462026-08-28T22:33:34.284Z[ recovery-image] Aug 28 22:33:33.304 INFO E| Downloaded duct v1.1.1
103472026-08-28T22:33:34.288Z[ recovery-image] Aug 28 22:33:33.307 INFO E| Downloaded colorchoice v1.0.5
103482026-08-28T22:33:34.291Z[ recovery-image] Aug 28 22:33:33.308 INFO E| Downloaded clap_lex v1.1.0
103492026-08-28T22:33:34.291Z[ recovery-image] Aug 28 22:33:33.309 INFO E| Downloaded sigchld v0.2.4
103502026-08-28T22:33:34.291Z[ recovery-image] Aug 28 22:33:33.310 INFO E| Downloaded os_pipe v1.2.3
103512026-08-28T22:33:34.291Z[ recovery-image] Aug 28 22:33:33.311 INFO E| Downloaded shared_child v1.1.1
103522026-08-28T22:33:34.294Z[ recovery-image] Aug 28 22:33:33.312 INFO E| Downloaded shared_thread v0.2.0
103532026-08-28T22:33:34.332Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling libc v0.2.186
103542026-08-28T22:33:34.333Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling proc-macro2 v1.0.106
103552026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling unicode-ident v1.0.24
103562026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling quote v1.0.45
103572026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling signal-hook v0.3.18
103582026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling utf8parse v0.2.2
103592026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling colorchoice v1.0.5
103602026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling anstyle v1.0.14
103612026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling anstyle-query v1.1.5
103622026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling is_terminal_polyfill v1.70.2
103632026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling clap_lex v1.1.0
103642026-08-28T22:33:34.336Z[ recovery-image] Aug 28 22:33:33.353 INFO E| Compiling strsim v0.11.1
103652026-08-28T22:33:34.346Z[ recovery-image] Aug 28 22:33:33.366 INFO E| Compiling heck v0.5.0
103662026-08-28T22:33:34.349Z[ recovery-image] Aug 28 22:33:33.366 INFO E| Compiling shared_thread v0.2.0
103672026-08-28T22:33:34.411Z[ host-image] Aug 28 22:33:33.430 INFO O| Aug 28 22:33:33.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103682026-08-28T22:33:34.412Z[ host-image] Aug 28 22:33:33.430 INFO O| Aug 28 22:33:33.430 INFO ok!
103692026-08-28T22:33:34.416Z[ host-image] Aug 28 22:33:33.430 INFO O| Aug 28 22:33:33.430 INFO STEP 101 (ensure_file) COMPLETE
103702026-08-28T22:33:34.416Z[ host-image] Aug 28 22:33:33.430 INFO O| Aug 28 22:33:33.430 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-28T22:33:34.421Z[ host-image] Aug 28 22:33:33.442 INFO O| Aug 28 22:33:33.441 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103722026-08-28T22:33:34.421Z[ host-image] Aug 28 22:33:33.442 INFO O| Aug 28 22:33:33.442 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103732026-08-28T22:33:34.422Z[ host-image] Aug 28 22:33:33.442 INFO O| Aug 28 22:33:33.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103742026-08-28T22:33:34.425Z[ host-image] Aug 28 22:33:33.442 INFO O| Aug 28 22:33:33.442 INFO ok!
103752026-08-28T22:33:34.425Z[ host-image] Aug 28 22:33:33.442 INFO O| Aug 28 22:33:33.442 INFO STEP 102 (ensure_file) COMPLETE
103762026-08-28T22:33:34.425Z[ host-image] Aug 28 22:33:33.442 INFO O| Aug 28 22:33:33.442 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-28T22:33:34.432Z[ host-image] Aug 28 22:33:33.452 INFO O| Aug 28 22:33:33.452 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103782026-08-28T22:33:34.432Z[ host-image] Aug 28 22:33:33.452 INFO O| Aug 28 22:33:33.452 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103792026-08-28T22:33:34.444Z[ host-image] Aug 28 22:33:33.464 INFO O| Aug 28 22:33:33.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103802026-08-28T22:33:34.444Z[ host-image] Aug 28 22:33:33.464 INFO O| Aug 28 22:33:33.464 INFO ok!
103812026-08-28T22:33:34.447Z[ host-image] Aug 28 22:33:33.464 INFO O| Aug 28 22:33:33.464 INFO STEP 103 (ensure_file) COMPLETE
103822026-08-28T22:33:34.447Z[ host-image] Aug 28 22:33:33.464 INFO O| Aug 28 22:33:33.464 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-28T22:33:34.463Z[ host-image] Aug 28 22:33:33.476 INFO O| Aug 28 22:33:33.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103842026-08-28T22:33:34.463Z[ host-image] Aug 28 22:33:33.476 INFO O| Aug 28 22:33:33.476 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103852026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.476 INFO O| Aug 28 22:33:33.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103862026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.476 INFO O| Aug 28 22:33:33.476 INFO ok!
103872026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.476 INFO O| Aug 28 22:33:33.476 INFO STEP 104 (ensure_file) COMPLETE
103882026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.476 INFO O| Aug 28 22:33:33.476 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.487 INFO O| Aug 28 22:33:33.486 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103902026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.487 INFO O| Aug 28 22:33:33.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103912026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.487 INFO O| Aug 28 22:33:33.487 INFO STEP 105 (ensure_dir) COMPLETE
103922026-08-28T22:33:34.467Z[ host-image] Aug 28 22:33:33.487 INFO O| Aug 28 22:33:33.487 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-08-28T22:33:34.477Z[ host-image] Aug 28 22:33:33.497 INFO O| Aug 28 22:33:33.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103942026-08-28T22:33:34.477Z[ host-image] Aug 28 22:33:33.497 INFO O| Aug 28 22:33:33.497 INFO copying /tmp/.tmp1w4NLE/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 ...
103952026-08-28T22:33:34.480Z[ recovery-image] Aug 28 22:33:33.498 INFO E| Compiling anstyle-parse v1.0.0
103962026-08-28T22:33:34.967Z[ host-image] Aug 28 22:33:33.849 INFO O| Aug 28 22:33:33.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103972026-08-28T22:33:34.967Z[ host-image] Aug 28 22:33:33.849 INFO O| Aug 28 22:33:33.849 INFO ok!
103982026-08-28T22:33:34.967Z[ host-image] Aug 28 22:33:33.849 INFO O| Aug 28 22:33:33.849 INFO STEP 106 (ensure_file) COMPLETE
103992026-08-28T22:33:34.967Z[ host-image] Aug 28 22:33:33.849 INFO O| Aug 28 22:33:33.849 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-28T22:33:35.075Z[ recovery-image] Aug 28 22:33:33.857 INFO E| Compiling anstream v1.0.0
104012026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.859 INFO O| Aug 28 22:33:33.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104022026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.859 INFO O| Aug 28 22:33:33.859 INFO copying /tmp/.tmp1w4NLE/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 ...
104032026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.860 INFO O| Aug 28 22:33:33.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104042026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.860 INFO O| Aug 28 22:33:33.860 INFO ok!
104052026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.860 INFO O| Aug 28 22:33:33.860 INFO STEP 107 (ensure_file) COMPLETE
104062026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.860 INFO O| Aug 28 22:33:33.860 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.870 INFO O| Aug 28 22:33:33.870 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104082026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.870 INFO O| Aug 28 22:33:33.870 INFO copying /tmp/.tmp1w4NLE/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 ...
104092026-08-28T22:33:35.075Z[ host-image] Aug 28 22:33:33.870 INFO O| Aug 28 22:33:33.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104102026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.870 INFO O| Aug 28 22:33:33.870 INFO ok!
104112026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.870 INFO O| Aug 28 22:33:33.870 INFO STEP 108 (ensure_file) COMPLETE
104122026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.870 INFO O| Aug 28 22:33:33.870 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.880 INFO O| Aug 28 22:33:33.880 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104142026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.880 INFO O| Aug 28 22:33:33.880 INFO copying /tmp/.tmp1w4NLE/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 ...
104152026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.880 INFO O| Aug 28 22:33:33.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104162026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.880 INFO O| Aug 28 22:33:33.880 INFO ok!
104172026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.880 INFO O| Aug 28 22:33:33.880 INFO STEP 109 (ensure_file) COMPLETE
104182026-08-28T22:33:35.076Z[ host-image] Aug 28 22:33:33.880 INFO O| Aug 28 22:33:33.880 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.889 INFO O| Aug 28 22:33:33.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104202026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.889 INFO O| Aug 28 22:33:33.889 INFO copying /tmp/.tmp1w4NLE/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 ...
104212026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.889 INFO O| Aug 28 22:33:33.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104222026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.889 INFO O| Aug 28 22:33:33.889 INFO ok!
104232026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.889 INFO O| Aug 28 22:33:33.889 INFO STEP 110 (ensure_file) COMPLETE
104242026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.889 INFO O| Aug 28 22:33:33.889 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.899 INFO O| Aug 28 22:33:33.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104262026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.899 INFO O| Aug 28 22:33:33.899 INFO copying /tmp/.tmp1w4NLE/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 ...
104272026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.899 INFO O| Aug 28 22:33:33.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104282026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.899 INFO O| Aug 28 22:33:33.899 INFO ok!
104292026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.899 INFO O| Aug 28 22:33:33.899 INFO STEP 111 (ensure_file) COMPLETE
104302026-08-28T22:33:35.077Z[ host-image] Aug 28 22:33:33.899 INFO O| Aug 28 22:33:33.899 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.908 INFO O| Aug 28 22:33:33.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104322026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.908 INFO O| Aug 28 22:33:33.908 INFO copying /tmp/.tmp1w4NLE/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 ...
104332026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.908 INFO O| Aug 28 22:33:33.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104342026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.908 INFO O| Aug 28 22:33:33.908 INFO ok!
104352026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.908 INFO O| Aug 28 22:33:33.908 INFO STEP 112 (ensure_file) COMPLETE
104362026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.908 INFO O| Aug 28 22:33:33.908 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.918 INFO O| Aug 28 22:33:33.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104382026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.918 INFO O| Aug 28 22:33:33.918 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104392026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.918 INFO O| Aug 28 22:33:33.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104402026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.918 INFO O| Aug 28 22:33:33.918 INFO ok!
104412026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.918 INFO O| Aug 28 22:33:33.918 INFO STEP 113 (ensure_file) COMPLETE
104422026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.918 INFO O| Aug 28 22:33:33.918 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.927 INFO O| Aug 28 22:33:33.927 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104442026-08-28T22:33:35.078Z[ host-image] Aug 28 22:33:33.927 INFO O| Aug 28 22:33:33.927 INFO copying /tmp/.tmp1w4NLE/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 ...
104452026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.927 INFO O| Aug 28 22:33:33.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104462026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.927 INFO O| Aug 28 22:33:33.927 INFO ok!
104472026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.927 INFO O| Aug 28 22:33:33.927 INFO STEP 114 (ensure_file) COMPLETE
104482026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.927 INFO O| Aug 28 22:33:33.927 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.936 INFO O| Aug 28 22:33:33.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104502026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.936 INFO O| Aug 28 22:33:33.936 INFO copying /tmp/.tmp1w4NLE/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 ...
104512026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.936 INFO O| Aug 28 22:33:33.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104522026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.936 INFO O| Aug 28 22:33:33.936 INFO ok!
104532026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.936 INFO O| Aug 28 22:33:33.936 INFO STEP 115 (ensure_file) COMPLETE
104542026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.936 INFO O| Aug 28 22:33:33.936 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.945 INFO O| Aug 28 22:33:33.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104562026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.945 INFO O| Aug 28 22:33:33.945 INFO copying /tmp/.tmp1w4NLE/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 ...
104572026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.945 INFO O| Aug 28 22:33:33.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104582026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.945 INFO O| Aug 28 22:33:33.945 INFO ok!
104592026-08-28T22:33:35.079Z[ host-image] Aug 28 22:33:33.945 INFO O| Aug 28 22:33:33.945 INFO STEP 116 (ensure_file) COMPLETE
104602026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.945 INFO O| Aug 28 22:33:33.945 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.954 INFO O| Aug 28 22:33:33.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104622026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.954 INFO O| Aug 28 22:33:33.954 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104632026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.954 INFO O| Aug 28 22:33:33.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104642026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.954 INFO O| Aug 28 22:33:33.954 INFO ok!
104652026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.954 INFO O| Aug 28 22:33:33.954 INFO STEP 117 (ensure_file) COMPLETE
104662026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.954 INFO O| Aug 28 22:33:33.954 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.962 INFO O| Aug 28 22:33:33.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104682026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.963 INFO O| Aug 28 22:33:33.962 INFO copying /tmp/.tmp1w4NLE/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 ...
104692026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.963 INFO O| Aug 28 22:33:33.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104702026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.963 INFO O| Aug 28 22:33:33.963 INFO ok!
104712026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.963 INFO O| Aug 28 22:33:33.963 INFO STEP 118 (ensure_file) COMPLETE
104722026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.963 INFO O| Aug 28 22:33:33.963 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-28T22:33:35.080Z[ host-image] Aug 28 22:33:33.970 INFO O| Aug 28 22:33:33.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104742026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.970 INFO O| Aug 28 22:33:33.970 INFO copying /tmp/.tmp1w4NLE/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 ...
104752026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.970 INFO O| Aug 28 22:33:33.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104762026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.970 INFO O| Aug 28 22:33:33.970 INFO ok!
104772026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.970 INFO O| Aug 28 22:33:33.970 INFO STEP 119 (ensure_file) COMPLETE
104782026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.970 INFO O| Aug 28 22:33:33.970 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.978 INFO O| Aug 28 22:33:33.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104802026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.978 INFO O| Aug 28 22:33:33.978 INFO copying /tmp/.tmp1w4NLE/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 ...
104812026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.978 INFO O| Aug 28 22:33:33.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104822026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.978 INFO O| Aug 28 22:33:33.978 INFO ok!
104832026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.978 INFO O| Aug 28 22:33:33.978 INFO STEP 120 (ensure_file) COMPLETE
104842026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.978 INFO O| Aug 28 22:33:33.978 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.986 INFO O| Aug 28 22:33:33.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104862026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.986 INFO O| Aug 28 22:33:33.986 INFO copying /tmp/.tmp1w4NLE/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 ...
104872026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.986 INFO O| Aug 28 22:33:33.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104882026-08-28T22:33:35.081Z[ host-image] Aug 28 22:33:33.986 INFO O| Aug 28 22:33:33.986 INFO ok!
104892026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.986 INFO O| Aug 28 22:33:33.986 INFO STEP 121 (ensure_file) COMPLETE
104902026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.986 INFO O| Aug 28 22:33:33.986 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.995 INFO O| Aug 28 22:33:33.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104922026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.995 INFO O| Aug 28 22:33:33.995 INFO copying /tmp/.tmp1w4NLE/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 ...
104932026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.995 INFO O| Aug 28 22:33:33.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104942026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.995 INFO O| Aug 28 22:33:33.995 INFO ok!
104952026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.995 INFO O| Aug 28 22:33:33.995 INFO STEP 122 (ensure_file) COMPLETE
104962026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:33.995 INFO O| Aug 28 22:33:33.995 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:34.003 INFO O| Aug 28 22:33:34.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104982026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:34.003 INFO O| Aug 28 22:33:34.003 INFO copying /tmp/.tmp1w4NLE/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 ...
104992026-08-28T22:33:35.082Z[ host-image] Aug 28 22:33:34.003 INFO O| Aug 28 22:33:34.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105002026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.003 INFO O| Aug 28 22:33:34.003 INFO ok!
105012026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.003 INFO O| Aug 28 22:33:34.003 INFO STEP 123 (ensure_file) COMPLETE
105022026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.003 INFO O| Aug 28 22:33:34.003 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.011 INFO O| Aug 28 22:33:34.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105042026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.011 INFO O| Aug 28 22:33:34.011 INFO copying /tmp/.tmp1w4NLE/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 ...
105052026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.011 INFO O| Aug 28 22:33:34.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105062026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.011 INFO O| Aug 28 22:33:34.011 INFO ok!
105072026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.011 INFO O| Aug 28 22:33:34.011 INFO STEP 124 (ensure_file) COMPLETE
105082026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.011 INFO O| Aug 28 22:33:34.011 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-08-28T22:33:35.143Z[ host-image] Aug 28 22:33:34.019 INFO O| Aug 28 22:33:34.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105102026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.019 INFO O| Aug 28 22:33:34.019 INFO copying /tmp/.tmp1w4NLE/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 ...
105112026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.019 INFO O| Aug 28 22:33:34.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105122026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.019 INFO O| Aug 28 22:33:34.019 INFO ok!
105132026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.019 INFO O| Aug 28 22:33:34.019 INFO STEP 125 (ensure_file) COMPLETE
105142026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.019 INFO O| Aug 28 22:33:34.019 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.043 INFO O| Aug 28 22:33:34.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105162026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.043 INFO O| Aug 28 22:33:34.042 INFO copying /tmp/.tmp1w4NLE/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 ...
105172026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.043 INFO O| Aug 28 22:33:34.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105182026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.043 INFO O| Aug 28 22:33:34.042 INFO ok!
105192026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.043 INFO O| Aug 28 22:33:34.042 INFO STEP 126 (ensure_file) COMPLETE
105202026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.043 INFO O| Aug 28 22:33:34.042 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.055 INFO O| Aug 28 22:33:34.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105222026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.055 INFO O| Aug 28 22:33:34.055 INFO copying /tmp/.tmp1w4NLE/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 ...
105232026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.055 INFO O| Aug 28 22:33:34.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105242026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.055 INFO O| Aug 28 22:33:34.055 INFO ok!
105252026-08-28T22:33:35.144Z[ host-image] Aug 28 22:33:34.055 INFO O| Aug 28 22:33:34.055 INFO STEP 127 (ensure_file) COMPLETE
105262026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.055 INFO O| Aug 28 22:33:34.055 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-08-28T22:33:35.145Z[ recovery-image] Aug 28 22:33:34.061 INFO E| Compiling clap_builder v4.6.0
105282026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.066 INFO O| Aug 28 22:33:34.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105292026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.066 INFO O| Aug 28 22:33:34.065 INFO copying /tmp/.tmp1w4NLE/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 ...
105302026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.066 INFO O| Aug 28 22:33:34.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105312026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.066 INFO O| Aug 28 22:33:34.066 INFO ok!
105322026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.066 INFO O| Aug 28 22:33:34.066 INFO STEP 128 (ensure_file) COMPLETE
105332026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.066 INFO O| Aug 28 22:33:34.066 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.075 INFO O| Aug 28 22:33:34.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105352026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.075 INFO O| Aug 28 22:33:34.075 INFO copying /tmp/.tmp1w4NLE/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 ...
105362026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.075 INFO O| Aug 28 22:33:34.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105372026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.075 INFO O| Aug 28 22:33:34.075 INFO ok!
105382026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.075 INFO O| Aug 28 22:33:34.075 INFO STEP 129 (ensure_file) COMPLETE
105392026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.075 INFO O| Aug 28 22:33:34.075 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.084 INFO O| Aug 28 22:33:34.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105412026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.084 INFO O| Aug 28 22:33:34.084 INFO copying /tmp/.tmp1w4NLE/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 ...
105422026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.084 INFO O| Aug 28 22:33:34.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105432026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.084 INFO O| Aug 28 22:33:34.084 INFO ok!
105442026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.084 INFO O| Aug 28 22:33:34.084 INFO STEP 130 (ensure_file) COMPLETE
105452026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.084 INFO O| Aug 28 22:33:34.084 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.094 INFO O| Aug 28 22:33:34.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105472026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.094 INFO O| Aug 28 22:33:34.092 INFO copying /tmp/.tmp1w4NLE/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 ...
105482026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.094 INFO O| Aug 28 22:33:34.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105492026-08-28T22:33:35.145Z[ host-image] Aug 28 22:33:34.094 INFO O| Aug 28 22:33:34.092 INFO ok!
105502026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.094 INFO O| Aug 28 22:33:34.092 INFO STEP 131 (ensure_file) COMPLETE
105512026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.094 INFO O| Aug 28 22:33:34.092 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.109 INFO O| Aug 28 22:33:34.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105532026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.109 INFO O| Aug 28 22:33:34.108 INFO copying /tmp/.tmp1w4NLE/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 ...
105542026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.109 INFO O| Aug 28 22:33:34.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105552026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.109 INFO O| Aug 28 22:33:34.108 INFO ok!
105562026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.109 INFO O| Aug 28 22:33:34.108 INFO STEP 132 (ensure_file) COMPLETE
105572026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.109 INFO O| Aug 28 22:33:34.108 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.122 INFO O| Aug 28 22:33:34.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105592026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.122 INFO O| Aug 28 22:33:34.122 INFO copying /tmp/.tmp1w4NLE/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 ...
105602026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.122 INFO O| Aug 28 22:33:34.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105612026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.122 INFO O| Aug 28 22:33:34.122 INFO ok!
105622026-08-28T22:33:35.146Z[ host-image] Aug 28 22:33:34.122 INFO O| Aug 28 22:33:34.122 INFO STEP 133 (ensure_file) COMPLETE
105632026-08-28T22:33:35.147Z[ host-image] Aug 28 22:33:34.122 INFO O| Aug 28 22:33:34.122 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.134 INFO O| Aug 28 22:33:34.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105652026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.134 INFO O| Aug 28 22:33:34.134 INFO copying /tmp/.tmp1w4NLE/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 ...
105662026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.134 INFO O| Aug 28 22:33:34.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105672026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.134 INFO O| Aug 28 22:33:34.134 INFO ok!
105682026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.134 INFO O| Aug 28 22:33:34.134 INFO STEP 134 (ensure_file) COMPLETE
105692026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.134 INFO O| Aug 28 22:33:34.134 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.143 INFO O| Aug 28 22:33:34.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105712026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.143 INFO O| Aug 28 22:33:34.143 INFO copying /tmp/.tmp1w4NLE/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 ...
105722026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.143 INFO O| Aug 28 22:33:34.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105732026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.143 INFO O| Aug 28 22:33:34.143 INFO ok!
105742026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.143 INFO O| Aug 28 22:33:34.143 INFO STEP 135 (ensure_file) COMPLETE
105752026-08-28T22:33:35.229Z[ host-image] Aug 28 22:33:34.143 INFO O| Aug 28 22:33:34.143 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.151 INFO O| Aug 28 22:33:34.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105772026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.152 INFO O| Aug 28 22:33:34.151 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105782026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.152 INFO O| Aug 28 22:33:34.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105792026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.152 INFO O| Aug 28 22:33:34.152 INFO ok!
105802026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.152 INFO O| Aug 28 22:33:34.152 INFO STEP 136 (ensure_file) COMPLETE
105812026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.152 INFO O| Aug 28 22:33:34.152 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.159 INFO O| Aug 28 22:33:34.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105832026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.159 INFO O| Aug 28 22:33:34.159 INFO copying /tmp/.tmp1w4NLE/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 ...
105842026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.159 INFO O| Aug 28 22:33:34.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105852026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.159 INFO O| Aug 28 22:33:34.159 INFO ok!
105862026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.159 INFO O| Aug 28 22:33:34.159 INFO STEP 137 (ensure_file) COMPLETE
105872026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.159 INFO O| Aug 28 22:33:34.159 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.168 INFO O| Aug 28 22:33:34.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105892026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.168 INFO O| Aug 28 22:33:34.168 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105902026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.168 INFO O| Aug 28 22:33:34.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105912026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.168 INFO O| Aug 28 22:33:34.168 INFO ok!
105922026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.168 INFO O| Aug 28 22:33:34.168 INFO STEP 138 (ensure_file) COMPLETE
105932026-08-28T22:33:35.230Z[ host-image] Aug 28 22:33:34.168 INFO O| Aug 28 22:33:34.168 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-08-28T22:33:35.231Z[ host-image] Aug 28 22:33:34.177 INFO O| Aug 28 22:33:34.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105952026-08-28T22:33:35.231Z[ host-image] Aug 28 22:33:34.177 INFO O| Aug 28 22:33:34.177 INFO copying /tmp/.tmp1w4NLE/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105962026-08-28T22:33:35.538Z[ recovery-image] Aug 28 22:33:34.329 INFO E| Compiling errno v0.3.14
105972026-08-28T22:33:35.538Z[ recovery-image] Aug 28 22:33:34.329 INFO E| Compiling os_pipe v1.2.3
105982026-08-28T22:33:35.617Z[ recovery-image] Aug 28 22:33:34.441 INFO E| Compiling signal-hook-registry v1.4.8
105992026-08-28T22:33:35.690Z[ recovery-image] Aug 28 22:33:34.697 INFO E| Compiling syn v2.0.117
106002026-08-28T22:33:35.722Z[ recovery-image] Aug 28 22:33:34.738 INFO E| Compiling sigchld v0.2.4
106012026-08-28T22:33:35.835Z[ recovery-image] Aug 28 22:33:34.849 INFO E| Compiling shared_child v1.1.1
106022026-08-28T22:33:36.287Z[ recovery-image] Aug 28 22:33:34.981 INFO E| Compiling duct v1.1.1
106032026-08-28T22:33:38.096Z[ recovery-image] Aug 28 22:33:37.087 INFO E| Compiling clap_derive v4.6.1
106042026-08-28T22:33:39.649Z[ recovery-image] Aug 28 22:33:38.611 INFO E| Compiling clap v4.6.1
106052026-08-28T22:33:39.797Z[ recovery-image] Aug 28 22:33:38.693 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106062026-08-28T22:33:40.762Z[ recovery-image] Aug 28 22:33:39.736 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s
106072026-08-28T22:33:40.771Z[ recovery-image] Aug 28 22:33:39.742 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106082026-08-28T22:33:41.010Z[ recovery-image] Aug 28 22:33:40.027 INFO E| Downloading crates ...
106092026-08-28T22:33:41.079Z[ recovery-image] Aug 28 22:33:40.087 INFO E| Downloaded bitstruct_derive v0.1.0
106102026-08-28T22:33:41.156Z[ recovery-image] Aug 28 22:33:40.088 INFO E| Downloaded raw-cpuid v10.7.0
106112026-08-28T22:33:41.156Z[ recovery-image] Aug 28 22:33:40.092 INFO E| Downloaded cpio_reader v0.1.2
106122026-08-28T22:33:41.156Z[ recovery-image] Aug 28 22:33:40.093 INFO E| Downloaded bit_field v0.10.3
106132026-08-28T22:33:41.156Z[ recovery-image] Aug 28 22:33:40.094 INFO E| Downloaded bitstruct v0.1.1
106142026-08-28T22:33:41.156Z[ recovery-image] Aug 28 22:33:40.097 INFO E| Downloaded bitflags v2.13.0
106152026-08-28T22:33:41.156Z[ recovery-image] Aug 28 22:33:40.108 INFO E| Downloaded log v0.4.32
106162026-08-28T22:33:41.156Z[ recovery-image] Aug 28 22:33:40.110 INFO E| Downloaded miniz_oxide v0.9.1
106172026-08-28T22:33:41.416Z[ recovery-image] Aug 28 22:33:40.145 INFO E| Downloaded goblin v0.10.7
106182026-08-28T22:33:41.465Z[ recovery-image] Aug 28 22:33:40.265 INFO E| Downloaded x86 v0.52.0
106192026-08-28T22:33:41.465Z[ recovery-image] Aug 28 22:33:40.317 INFO E| Updating crates.io index
106202026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.418 INFO O| Aug 28 22:33:40.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106212026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.418 INFO O| Aug 28 22:33:40.418 INFO ok!
106222026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.418 INFO O| Aug 28 22:33:40.418 INFO STEP 139 (ensure_file) COMPLETE
106232026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.418 INFO O| Aug 28 22:33:40.418 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.428 INFO O| Aug 28 22:33:40.428 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106252026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.428 INFO O| Aug 28 22:33:40.428 INFO STEP 140 (ensure_dir) COMPLETE
106262026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.428 INFO O| Aug 28 22:33:40.428 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.434 INFO O| Aug 28 22:33:40.434 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106282026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.434 INFO O| Aug 28 22:33:40.434 INFO STEP 141 (ensure_dir) COMPLETE
106292026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.434 INFO O| Aug 28 22:33:40.434 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.442 INFO O| Aug 28 22:33:40.442 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106312026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.442 INFO O| Aug 28 22:33:40.442 INFO STEP 142 (ensure_dir) COMPLETE
106322026-08-28T22:33:41.465Z[ host-image] Aug 28 22:33:40.442 INFO O| Aug 28 22:33:40.442 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-08-28T22:33:41.484Z[ host-image] Aug 28 22:33:40.449 INFO O| Aug 28 22:33:40.449 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106342026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.449 INFO O| Aug 28 22:33:40.449 INFO STEP 143 (ensure_dir) COMPLETE
106352026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.449 INFO O| Aug 28 22:33:40.449 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.455 INFO O| Aug 28 22:33:40.455 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106372026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.455 INFO O| Aug 28 22:33:40.455 INFO copying /tmp/.tmp1w4NLE/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
106382026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.455 INFO O| Aug 28 22:33:40.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106392026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.455 INFO O| Aug 28 22:33:40.455 INFO ok!
106402026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.455 INFO O| Aug 28 22:33:40.455 INFO STEP 144 (ensure_file) COMPLETE
106412026-08-28T22:33:41.485Z[ host-image] Aug 28 22:33:40.455 INFO O| Aug 28 22:33:40.455 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-08-28T22:33:41.486Z[ recovery-image] Aug 28 22:33:40.459 INFO E| Downloading crates ...
106432026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.461 INFO O| Aug 28 22:33:40.461 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106442026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.461 INFO O| Aug 28 22:33:40.461 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106452026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.461 INFO O| Aug 28 22:33:40.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106462026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.461 INFO O| Aug 28 22:33:40.461 INFO STEP 145 (ensure_dir) COMPLETE
106472026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.461 INFO O| Aug 28 22:33:40.461 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.466 INFO O| Aug 28 22:33:40.466 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106492026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.466 INFO O| Aug 28 22:33:40.466 INFO copying /tmp/.tmp1w4NLE/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106502026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.466 INFO O| Aug 28 22:33:40.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106512026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.466 INFO O| Aug 28 22:33:40.466 INFO ok!
106522026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.466 INFO O| Aug 28 22:33:40.466 INFO STEP 146 (ensure_file) COMPLETE
106532026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.466 INFO O| Aug 28 22:33:40.466 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.473 INFO O| Aug 28 22:33:40.473 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106552026-08-28T22:33:41.486Z[ host-image] Aug 28 22:33:40.473 INFO O| Aug 28 22:33:40.473 INFO STEP 147 (remove_files) COMPLETE
106562026-08-28T22:33:41.487Z[ host-image] Aug 28 22:33:40.473 INFO O| Aug 28 22:33:40.473 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-28T22:33:41.487Z[ host-image] Aug 28 22:33:40.480 INFO O| Aug 28 22:33:40.480 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106582026-08-28T22:33:41.487Z[ host-image] Aug 28 22:33:40.480 INFO O| Aug 28 22:33:40.480 INFO STEP 148 (remove_files) COMPLETE
106592026-08-28T22:33:41.487Z[ host-image] Aug 28 22:33:40.480 INFO O| Aug 28 22:33:40.480 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-28T22:33:41.487Z[ recovery-image] Aug 28 22:33:40.481 INFO E| Downloaded hashbrown v0.17.1
106612026-08-28T22:33:41.487Z[ recovery-image] Aug 28 22:33:40.485 INFO E| Downloaded rustc-literal-escaper v0.0.7
106622026-08-28T22:33:41.487Z[ host-image] Aug 28 22:33:40.487 INFO O| Aug 28 22:33:40.487 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106632026-08-28T22:33:41.487Z[ host-image] Aug 28 22:33:40.487 INFO O| Aug 28 22:33:40.487 INFO STEP 149 (remove_files) COMPLETE
106642026-08-28T22:33:41.487Z[ host-image] Aug 28 22:33:40.487 INFO O| Aug 28 22:33:40.487 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-28T22:33:41.606Z[ host-image] Aug 28 22:33:40.495 INFO O| Aug 28 22:33:40.494 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106662026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.495 INFO O| Aug 28 22:33:40.495 INFO STEP 150 (remove_files) COMPLETE
106672026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.495 INFO O| Aug 28 22:33:40.495 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.501 INFO O| Aug 28 22:33:40.501 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106692026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.502 INFO O| Aug 28 22:33:40.502 INFO STEP 151 (remove_files) COMPLETE
106702026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.502 INFO O| Aug 28 22:33:40.502 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.509 INFO O| Aug 28 22:33:40.509 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106722026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.509 INFO O| Aug 28 22:33:40.509 INFO STEP 152 (remove_files) COMPLETE
106732026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.509 INFO O| Aug 28 22:33:40.509 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.516 INFO O| Aug 28 22:33:40.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106752026-08-28T22:33:41.607Z[ host-image] Aug 28 22:33:40.516 INFO O| Aug 28 22:33:40.516 INFO STEP 153 (remove_files) COMPLETE
106762026-08-28T22:33:41.608Z[ host-image] Aug 28 22:33:40.516 INFO O| Aug 28 22:33:40.516 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-28T22:33:41.608Z[ host-image] Aug 28 22:33:40.522 INFO O| Aug 28 22:33:40.522 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106782026-08-28T22:33:41.608Z[ host-image] Aug 28 22:33:40.522 INFO O| Aug 28 22:33:40.522 INFO STEP 154 (remove_files) COMPLETE
106792026-08-28T22:33:41.608Z[ host-image] Aug 28 22:33:40.522 INFO O| Aug 28 22:33:40.522 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.525 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)
106812026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.525 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)
106822026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.525 INFO E| Compiling proc-macro2 v1.0.106
106832026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.525 INFO E| Compiling quote v1.0.45
106842026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.525 INFO E| Compiling unicode-ident v1.0.24
106852026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.525 INFO E| Compiling syn v1.0.109
106862026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.526 INFO E| Compiling x86 v0.52.0
106872026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.526 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106882026-08-28T22:33:41.608Z[ recovery-image] Aug 28 22:33:40.526 INFO E| Compiling seq-macro v0.3.6
106892026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.528 INFO O| Aug 28 22:33:40.528 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106902026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.528 INFO O| Aug 28 22:33:40.528 INFO STEP 155 (remove_files) COMPLETE
106912026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.528 INFO O| Aug 28 22:33:40.528 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.533 INFO O| Aug 28 22:33:40.533 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106932026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.533 INFO O| Aug 28 22:33:40.533 INFO STEP 156 (remove_files) COMPLETE
106942026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.533 INFO O| Aug 28 22:33:40.533 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.542 INFO O| Aug 28 22:33:40.542 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106962026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.542 INFO O| Aug 28 22:33:40.542 INFO STEP 157 (remove_files) COMPLETE
106972026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.542 INFO O| Aug 28 22:33:40.542 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.550 INFO O| Aug 28 22:33:40.550 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106992026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.550 INFO O| Aug 28 22:33:40.550 INFO STEP 158 (remove_files) COMPLETE
107002026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.550 INFO O| Aug 28 22:33:40.550 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.559 INFO O| Aug 28 22:33:40.559 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107022026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.559 INFO O| Aug 28 22:33:40.559 INFO STEP 159 (remove_files) COMPLETE
107032026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.559 INFO O| Aug 28 22:33:40.559 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.567 INFO O| Aug 28 22:33:40.567 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107052026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.567 INFO O| Aug 28 22:33:40.567 INFO STEP 160 (remove_files) COMPLETE
107062026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.567 INFO O| Aug 28 22:33:40.567 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.575 INFO O| Aug 28 22:33:40.575 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107082026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.575 INFO O| Aug 28 22:33:40.575 INFO STEP 161 (remove_files) COMPLETE
107092026-08-28T22:33:41.609Z[ host-image] Aug 28 22:33:40.575 INFO O| Aug 28 22:33:40.575 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.585 INFO O| Aug 28 22:33:40.585 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107112026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.585 INFO O| Aug 28 22:33:40.585 INFO STEP 162 (remove_files) COMPLETE
107122026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.585 INFO O| Aug 28 22:33:40.585 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.594 INFO O| Aug 28 22:33:40.594 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107142026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.594 INFO O| Aug 28 22:33:40.594 INFO STEP 163 (remove_files) COMPLETE
107152026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.594 INFO O| Aug 28 22:33:40.594 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.602 INFO O| Aug 28 22:33:40.602 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107172026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.602 INFO O| Aug 28 22:33:40.602 INFO STEP 164 (remove_files) COMPLETE
107182026-08-28T22:33:41.610Z[ host-image] Aug 28 22:33:40.602 INFO O| Aug 28 22:33:40.602 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-28T22:33:41.625Z[ host-image] Aug 28 22:33:40.612 INFO O| Aug 28 22:33:40.612 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107202026-08-28T22:33:41.625Z[ host-image] Aug 28 22:33:40.612 INFO O| Aug 28 22:33:40.612 INFO STEP 165 (remove_files) COMPLETE
107212026-08-28T22:33:41.625Z[ host-image] Aug 28 22:33:40.612 INFO O| Aug 28 22:33:40.612 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-28T22:33:41.625Z[ host-image] Aug 28 22:33:40.621 INFO O| Aug 28 22:33:40.621 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107232026-08-28T22:33:41.625Z[ host-image] Aug 28 22:33:40.621 INFO O| Aug 28 22:33:40.621 INFO STEP 166 (remove_files) COMPLETE
107242026-08-28T22:33:41.626Z[ host-image] Aug 28 22:33:40.621 INFO O| Aug 28 22:33:40.621 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-28T22:33:41.626Z[ host-image] Aug 28 22:33:40.630 INFO O| Aug 28 22:33:40.630 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107262026-08-28T22:33:41.626Z[ host-image] Aug 28 22:33:40.630 INFO O| Aug 28 22:33:40.630 INFO STEP 167 (remove_files) COMPLETE
107272026-08-28T22:33:41.626Z[ host-image] Aug 28 22:33:40.630 INFO O| Aug 28 22:33:40.630 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-08-28T22:33:41.637Z[ host-image] Aug 28 22:33:40.639 INFO O| Aug 28 22:33:40.639 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107292026-08-28T22:33:41.637Z[ host-image] Aug 28 22:33:40.639 INFO O| Aug 28 22:33:40.639 INFO STEP 168 (remove_files) COMPLETE
107302026-08-28T22:33:41.637Z[ host-image] Aug 28 22:33:40.639 INFO O| Aug 28 22:33:40.639 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-08-28T22:33:41.638Z[ host-image] Aug 28 22:33:40.647 INFO O| Aug 28 22:33:40.647 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107322026-08-28T22:33:41.638Z[ host-image] Aug 28 22:33:40.647 INFO O| Aug 28 22:33:40.647 INFO STEP 169 (remove_files) COMPLETE
107332026-08-28T22:33:41.638Z[ host-image] Aug 28 22:33:40.647 INFO O| Aug 28 22:33:40.647 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-08-28T22:33:41.702Z[ host-image] Aug 28 22:33:40.657 INFO O| Aug 28 22:33:40.657 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107352026-08-28T22:33:41.702Z[ host-image] Aug 28 22:33:40.657 INFO O| Aug 28 22:33:40.657 INFO STEP 170 (remove_files) COMPLETE
107362026-08-28T22:33:41.702Z[ host-image] Aug 28 22:33:40.657 INFO O| Aug 28 22:33:40.657 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107372026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.666 INFO O| Aug 28 22:33:40.666 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107382026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.666 INFO O| Aug 28 22:33:40.666 INFO STEP 171 (remove_files) COMPLETE
107392026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.667 INFO O| Aug 28 22:33:40.666 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107402026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.675 INFO O| Aug 28 22:33:40.675 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107412026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.675 INFO O| Aug 28 22:33:40.675 INFO STEP 172 (remove_files) COMPLETE
107422026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.675 INFO O| Aug 28 22:33:40.675 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107432026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.685 INFO O| Aug 28 22:33:40.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107442026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.685 INFO O| Aug 28 22:33:40.685 INFO STEP 173 (remove_files) COMPLETE
107452026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.685 INFO O| Aug 28 22:33:40.685 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107462026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.693 INFO O| Aug 28 22:33:40.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107472026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.693 INFO O| Aug 28 22:33:40.693 INFO STEP 174 (remove_files) COMPLETE
107482026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.693 INFO O| Aug 28 22:33:40.693 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107492026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.703 INFO O| Aug 28 22:33:40.703 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107502026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.703 INFO O| Aug 28 22:33:40.703 INFO STEP 175 (remove_files) COMPLETE
107512026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.703 INFO O| Aug 28 22:33:40.703 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107522026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.717 INFO O| Aug 28 22:33:40.717 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107532026-08-28T22:33:42.303Z[ host-image] Aug 28 22:33:40.717 INFO O| Aug 28 22:33:40.717 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107542026-08-28T22:33:42.530Z[ recovery-image] Aug 28 22:33:41.465 INFO E| Compiling syn v2.0.117
107552026-08-28T22:33:43.777Z[ recovery-image] Aug 28 22:33:42.790 INFO E| Compiling scroll_derive v0.13.1
107562026-08-28T22:33:44.754Z[ recovery-image] Aug 28 22:33:43.768 INFO E| Compiling bitstruct_derive v0.1.0
107572026-08-28T22:33:44.983Z[ host-image] Aug 28 22:33:44.000 INFO O| Aug 28 22:33:44.000 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
107582026-08-28T22:33:44.984Z[ host-image] Aug 28 22:33:44.000 INFO O| Aug 28 22:33:44.000 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107592026-08-28T22:33:45.000Z[ host-image] Aug 28 22:33:44.012 INFO O| Aug 28 22:33:44.012 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107602026-08-28T22:33:45.091Z[ host-image] Aug 28 22:33:44.110 INFO O| Aug 28 22:33:44.110 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107612026-08-28T22:33:45.150Z[ host-image] Aug 28 22:33:44.166 INFO O| Aug 28 22:33:44.166 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107622026-08-28T22:33:45.212Z[ host-image] Aug 28 22:33:44.230 INFO O| Aug 28 22:33:44.230 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107632026-08-28T22:33:45.212Z[ host-image] Aug 28 22:33:44.230 INFO O| Aug 28 22:33:44.230 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107642026-08-28T22:33:45.261Z[ host-image] Aug 28 22:33:44.281 INFO O| Aug 28 22:33:44.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107652026-08-28T22:33:45.261Z[ host-image] Aug 28 22:33:44.281 INFO O| Aug 28 22:33:44.280 INFO ok!
107662026-08-28T22:33:45.261Z[ host-image] Aug 28 22:33:44.281 INFO O| Aug 28 22:33:44.281 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107672026-08-28T22:33:45.264Z[ host-image] Aug 28 22:33:44.281 INFO O| Aug 28 22:33:44.281 INFO STEP 176 (seed_smf) COMPLETE
107682026-08-28T22:33:45.264Z[ host-image] Aug 28 22:33:44.281 INFO O| Aug 28 22:33:44.281 INFO steps complete; finalising image!
107692026-08-28T22:33:45.264Z[ host-image] Aug 28 22:33:44.281 INFO O| Aug 28 22:33:44.281 INFO TRIM POOL: TEMPORARY-sled-zfs
107702026-08-28T22:33:45.332Z[ host-image] Aug 28 22:33:44.352 INFO O| Aug 28 22:33:44.352 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Fri Aug 28 22:33:44 2026)
107712026-08-28T22:33:45.548Z[ host-image] Aug 28 22:33:44.567 INFO O| Aug 28 22:33:44.567 INFO temporary pool has 915M used, 109M avail, 1.80x compressratio
107722026-08-28T22:33:45.548Z[ host-image] Aug 28 22:33:44.567 INFO O| Aug 28 22:33:44.567 INFO EXPORT POOL: TEMPORARY-sled-zfs
107732026-08-28T22:33:45.888Z[ host-image] Aug 28 22:33:44.908 INFO O| Aug 28 22:33:44.908 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107742026-08-28T22:33:45.888Z[ host-image] Aug 28 22:33:44.908 INFO O| Aug 28 22:33:44.908 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107752026-08-28T22:33:46.662Z[ host-image] Aug 28 22:33:45.681 INFO O| Aug 28 22:33:45.681 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107762026-08-28T22:33:46.662Z[ host-image] Aug 28 22:33:45.682 INFO O| Aug 28 22:33:45.681 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107772026-08-28T22:33:46.662Z[ host-image] Aug 28 22:33:45.682 INFO O| Aug 28 22:33:45.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107782026-08-28T22:33:46.662Z[ host-image] Aug 28 22:33:45.682 INFO O| Aug 28 22:33:45.681 INFO completed processing sled/zfs
107792026-08-28T22:33:46.666Z[ host-image] Aug 28 22:33:45.682 INFO O| Aug 28 22:33:45.682 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107802026-08-28T22:33:53.767Z[ recovery-image] Aug 28 22:33:52.787 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)
107812026-08-28T22:33:55.812Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling bitflags v1.3.2
107822026-08-28T22:33:55.812Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling log v0.4.32
107832026-08-28T22:33:55.812Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling scroll v0.13.0
107842026-08-28T22:33:55.816Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling adler2 v2.0.1
107852026-08-28T22:33:55.816Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling bit_field v0.10.3
107862026-08-28T22:33:55.816Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling bitflags v2.13.0
107872026-08-28T22:33:55.817Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling plain v0.2.3
107882026-08-28T22:33:55.817Z[ recovery-image] Aug 28 22:33:54.831 INFO E| Compiling static_assertions v1.1.0
107892026-08-28T22:33:55.817Z[ recovery-image] Aug 28 22:33:54.832 INFO E| Compiling bitstruct v0.1.1
107902026-08-28T22:33:55.863Z[ recovery-image] Aug 28 22:33:54.883 INFO E| Compiling raw-cpuid v10.7.0
107912026-08-28T22:33:55.915Z[ recovery-image] Aug 28 22:33:54.934 INFO E| Compiling miniz_oxide v0.9.1
107922026-08-28T22:33:55.972Z[ recovery-image] Aug 28 22:33:54.991 INFO E| Compiling cpio_reader v0.1.2
107932026-08-28T22:33:56.038Z[ recovery-image] Aug 28 22:33:55.058 INFO E| Compiling goblin v0.10.7
107942026-08-28T22:33:58.800Z[ recovery-image] Aug 28 22:33:57.819 INFO E| Finished `release` profile [optimized] target(s) in 18.05s
107952026-08-28T22:33:58.818Z[ recovery-image] Aug 28 22:33:57.838 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107962026-08-28T22:33:58.818Z[ recovery-image] Aug 28 22:33:57.838 INFO building ROM for gimlet
107972026-08-28T22:33:58.821Z[ recovery-image] Aug 28 22:33:57.838 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")
107982026-08-28T22:33:58.894Z[ recovery-image] Aug 28 22:33:57.914 INFO E| Downloading crates ...
107992026-08-28T22:33:58.938Z[ recovery-image] Aug 28 22:33:57.958 INFO E| Downloaded anstream v0.6.18
108002026-08-28T22:33:58.944Z[ recovery-image] Aug 28 22:33:57.964 INFO E| Downloaded serde_spanned v0.6.8
108012026-08-28T22:33:58.947Z[ recovery-image] Aug 28 22:33:57.965 INFO E| Downloaded duct v0.13.7
108022026-08-28T22:33:58.955Z[ recovery-image] Aug 28 22:33:57.974 INFO E| Downloaded shared_child v1.0.1
108032026-08-28T22:33:58.959Z[ recovery-image] Aug 28 22:33:57.975 INFO E| Downloaded toml_datetime v0.6.9
108042026-08-28T22:33:58.959Z[ recovery-image] Aug 28 22:33:57.975 INFO E| Downloaded anstyle-query v1.1.2
108052026-08-28T22:33:58.962Z[ recovery-image] Aug 28 22:33:57.980 INFO E| Downloaded colorchoice v1.0.3
108062026-08-28T22:33:58.962Z[ recovery-image] Aug 28 22:33:57.981 INFO E| Downloaded anstyle v1.0.10
108072026-08-28T22:33:58.965Z[ recovery-image] Aug 28 22:33:57.982 INFO E| Downloaded clap_lex v0.7.4
108082026-08-28T22:33:58.966Z[ recovery-image] Aug 28 22:33:57.983 INFO E| Downloaded os_pipe v1.2.1
108092026-08-28T22:33:58.969Z[ recovery-image] Aug 28 22:33:57.986 INFO E| Downloaded is_terminal_polyfill v1.70.1
108102026-08-28T22:33:58.973Z[ recovery-image] Aug 28 22:33:57.990 INFO E| Downloaded toml_write v0.1.1
108112026-08-28T22:33:58.973Z[ recovery-image] Aug 28 22:33:57.990 INFO E| Downloaded anstyle-parse v0.2.6
108122026-08-28T22:33:58.976Z[ recovery-image] Aug 28 22:33:57.995 INFO E| Downloaded clap_derive v4.5.32
108132026-08-28T22:33:58.985Z[ recovery-image] Aug 28 22:33:58.005 INFO E| Downloaded clap v4.5.37
108142026-08-28T22:33:58.990Z[ recovery-image] Aug 28 22:33:58.010 INFO E| Downloaded toml_edit v0.22.26
108152026-08-28T22:33:59.018Z[ recovery-image] Aug 28 22:33:58.030 INFO E| Downloaded toml v0.8.22
108162026-08-28T22:33:59.028Z[ recovery-image] Aug 28 22:33:58.048 INFO E| Downloaded cc v1.2.20
108172026-08-28T22:33:59.031Z[ recovery-image] Aug 28 22:33:58.049 INFO E| Downloaded winnow v0.7.7
108182026-08-28T22:33:59.034Z[ recovery-image] Aug 28 22:33:58.054 INFO E| Downloaded clap_builder v4.5.37
108192026-08-28T22:33:59.051Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling libc v0.2.172
108202026-08-28T22:33:59.051Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling utf8parse v0.2.2
108212026-08-28T22:33:59.055Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling equivalent v1.0.2
108222026-08-28T22:33:59.055Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling anstyle-query v1.1.2
108232026-08-28T22:33:59.055Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling shlex v1.3.0
108242026-08-28T22:33:59.055Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling hashbrown v0.15.2
108252026-08-28T22:33:59.055Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling anstyle v1.0.10
108262026-08-28T22:33:59.055Z[ recovery-image] Aug 28 22:33:58.068 INFO E| Compiling once_cell v1.21.3
108272026-08-28T22:33:59.065Z[ recovery-image] Aug 28 22:33:58.085 INFO E| Compiling colorchoice v1.0.3
108282026-08-28T22:33:59.069Z[ recovery-image] Aug 28 22:33:58.086 INFO E| Compiling is_terminal_polyfill v1.70.1
108292026-08-28T22:33:59.069Z[ recovery-image] Aug 28 22:33:58.086 INFO E| Compiling strsim v0.11.1
108302026-08-28T22:33:59.069Z[ recovery-image] Aug 28 22:33:58.086 INFO E| Compiling clap_lex v0.7.4
108312026-08-28T22:33:59.077Z[ recovery-image] Aug 28 22:33:58.097 INFO E| Compiling anyhow v1.0.98
108322026-08-28T22:33:59.080Z[ recovery-image] Aug 28 22:33:58.097 INFO E| Compiling winnow v0.7.7
108332026-08-28T22:33:59.087Z[ recovery-image] Aug 28 22:33:58.107 INFO E| Compiling toml_write v0.1.1
108342026-08-28T22:33:59.090Z[ recovery-image] Aug 28 22:33:58.110 INFO E| Compiling syn v2.0.101
108352026-08-28T22:33:59.175Z[ recovery-image] Aug 28 22:33:58.194 INFO E| Compiling anstyle-parse v0.2.6
108362026-08-28T22:33:59.233Z[ recovery-image] Aug 28 22:33:58.253 INFO E| Compiling cc v1.2.20
108372026-08-28T22:33:59.315Z[ recovery-image] Aug 28 22:33:58.335 INFO E| Compiling anstream v0.6.18
108382026-08-28T22:33:59.510Z[ recovery-image] Aug 28 22:33:58.528 INFO E| Compiling clap_builder v4.5.37
108392026-08-28T22:33:59.538Z[ recovery-image] Aug 28 22:33:58.558 INFO E| Compiling indexmap v2.9.0
108402026-08-28T22:33:59.665Z[ recovery-image] Aug 28 22:33:58.685 INFO E| Compiling os_pipe v1.2.1
108412026-08-28T22:33:59.665Z[ recovery-image] Aug 28 22:33:58.685 INFO E| Compiling shared_child v1.0.1
108422026-08-28T22:33:59.781Z[ recovery-image] Aug 28 22:33:58.801 INFO E| Compiling duct v0.13.7
108432026-08-28T22:34:00.263Z[ recovery-image] Aug 28 22:33:59.283 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108442026-08-28T22:34:01.125Z[ recovery-image] Aug 28 22:34:00.145 INFO E| Compiling serde_derive v1.0.219
108452026-08-28T22:34:01.125Z[ recovery-image] Aug 28 22:34:00.145 INFO E| Compiling clap_derive v4.5.32
108462026-08-28T22:34:02.568Z[ recovery-image] Aug 28 22:34:01.587 INFO E| Compiling clap v4.5.37
108472026-08-28T22:34:03.170Z[ host-image] Aug 28 22:34:02.189 INFO O| Aug 28 22:34:02.189 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108482026-08-28T22:34:03.278Z[ host-image] Aug 28 22:34:02.296 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
108492026-08-28T22:34:03.278Z[ host-image] Aug 28 22:34:02.296 INFO expanded image name: "ci c265b11/${os_short_commit} 2026-08-28 22:19" -> "ci c265b11/e73f257 2026-08-28 22:19"
108502026-08-28T22:34:03.278Z[ host-image] Aug 28 22:34:02.296 INFO output artefacts stored in: "/work/os-host"
108512026-08-28T22:34:03.281Z[ host-image] Aug 28 22:34:02.296 INFO collecting git info from project "pilot"...
108522026-08-28T22:34:03.284Z[ host-image] Aug 28 22:34:02.304 INFO collecting git info from project "pinprick"...
108532026-08-28T22:34:03.293Z[ host-image] Aug 28 22:34:02.310 INFO collecting git info from project "image-builder"...
108542026-08-28T22:34:03.297Z[ host-image] Aug 28 22:34:02.315 INFO collecting git info from project "dmar-report"...
108552026-08-28T22:34:03.301Z[ host-image] Aug 28 22:34:02.321 INFO collecting git info from project "amd-host-image-builder"...
108562026-08-28T22:34:03.309Z[ host-image] Aug 28 22:34:02.329 INFO collecting git info from project "phbl"...
108572026-08-28T22:34:03.316Z[ host-image] Aug 28 22:34:02.335 INFO collecting git info from project "chelsio-t6-roms"...
108582026-08-28T22:34:03.322Z[ host-image] Aug 28 22:34:02.342 INFO collecting git info from project "bootserver"...
108592026-08-28T22:34:03.327Z[ host-image] Aug 28 22:34:02.348 INFO collecting git info from project "amd-firmware"...
108602026-08-28T22:34:03.342Z[ host-image] Aug 28 22:34:02.360 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108612026-08-28T22:34:03.363Z[ recovery-image] Aug 28 22:34:02.382 INFO E| Compiling serde v1.0.219
108622026-08-28T22:34:03.718Z[ host-image] Aug 28 22:34:02.737 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108632026-08-28T22:34:04.054Z[ host-image] Aug 28 22:34:03.074 INFO creating Oxide boot image...
108642026-08-28T22:34:04.054Z[ host-image] Aug 28 22:34:03.074 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c265b11/e73f257 2026-08-28 22:19", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108652026-08-28T22:34:04.904Z[ host-image] Aug 28 22:34:03.924 INFO O| ok, image written!
108662026-08-28T22:34:04.904Z[ host-image] Aug 28 22:34:03.924 INFO O| ok, boot_image_csum file written!
108672026-08-28T22:34:04.911Z[ host-image] Aug 28 22:34:03.926 INFO creating boot archive (CPIO)...
108682026-08-28T22:34:04.911Z[ host-image] Aug 28 22:34:03.926 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
108692026-08-28T22:34:04.914Z[ host-image] Aug 28 22:34:03.930 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108702026-08-28T22:34:04.914Z[ host-image] Aug 28 22:34:03.930 INFO E| + outfile=/work/os-host/cpio
108712026-08-28T22:34:04.914Z[ host-image] Aug 28 22:34:03.930 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108722026-08-28T22:34:04.914Z[ host-image] Aug 28 22:34:03.933 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108732026-08-28T22:34:04.914Z[ host-image] Aug 28 22:34:03.933 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108742026-08-28T22:34:04.952Z[ host-image] Aug 28 22:34:03.972 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108752026-08-28T22:34:04.952Z[ host-image] Aug 28 22:34:03.972 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108762026-08-28T22:34:04.959Z[ host-image] Aug 28 22:34:03.978 INFO creating compressed cpio/unix for dev loaders...
108772026-08-28T22:34:04.959Z[ host-image] Aug 28 22:34:03.978 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
108782026-08-28T22:34:05.188Z[ host-image] Aug 28 22:34:04.206 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108792026-08-28T22:34:05.354Z[ recovery-image] Aug 28 22:34:04.373 INFO E| Compiling serde_spanned v0.6.8
108802026-08-28T22:34:05.354Z[ recovery-image] Aug 28 22:34:04.373 INFO E| Compiling toml_datetime v0.6.9
108812026-08-28T22:34:05.526Z[ recovery-image] Aug 28 22:34:04.546 INFO E| Compiling toml_edit v0.22.26
108822026-08-28T22:34:06.829Z[ recovery-image] Aug 28 22:34:05.849 INFO E| Compiling toml v0.8.22
108832026-08-28T22:34:08.517Z[ host-image] Aug 28 22:34:07.537 INFO creating reset image...
108842026-08-28T22:34:08.520Z[ host-image] Aug 28 22:34:07.537 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")
108852026-08-28T22:34:08.591Z[ host-image] Aug 28 22:34:07.611 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108862026-08-28T22:34:08.594Z[ host-image] Aug 28 22:34:07.612 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108872026-08-28T22:34:08.894Z[ host-image] Aug 28 22:34:07.913 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)
108882026-08-28T22:34:08.894Z[ host-image] Aug 28 22:34:07.913 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)
108892026-08-28T22:34:08.894Z[ host-image] Aug 28 22:34:07.913 INFO E| Compiling proc-macro2 v1.0.106
108902026-08-28T22:34:08.897Z[ host-image] Aug 28 22:34:07.913 INFO E| Compiling quote v1.0.45
108912026-08-28T22:34:08.897Z[ host-image] Aug 28 22:34:07.913 INFO E| Compiling unicode-ident v1.0.24
108922026-08-28T22:34:08.897Z[ host-image] Aug 28 22:34:07.913 INFO E| Compiling syn v1.0.109
108932026-08-28T22:34:08.897Z[ host-image] Aug 28 22:34:07.913 INFO E| Compiling x86 v0.52.0
108942026-08-28T22:34:08.897Z[ host-image] Aug 28 22:34:07.913 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108952026-08-28T22:34:08.897Z[ host-image] Aug 28 22:34:07.913 INFO E| Compiling seq-macro v0.3.6
108962026-08-28T22:34:09.315Z[ recovery-image] Aug 28 22:34:08.333 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s
108972026-08-28T22:34:09.323Z[ recovery-image] Aug 28 22:34:08.343 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
108982026-08-28T22:34:09.341Z[ recovery-image] Aug 28 22:34:08.361 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108992026-08-28T22:34:09.431Z[ recovery-image] Aug 28 22:34:08.449 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
109002026-08-28T22:34:09.434Z[ recovery-image] Aug 28 22:34:08.454 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-recovery/gimlet.rom`
109012026-08-28T22:34:09.607Z[ recovery-image] Aug 28 22:34:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109022026-08-28T22:34:09.607Z[ recovery-image] Aug 28 22:34:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109032026-08-28T22:34:09.607Z[ recovery-image] Aug 28 22:34:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109042026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109052026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109062026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109072026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109082026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109092026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109102026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109112026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109122026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109132026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109142026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109152026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109162026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO O| Info: ABL version: 0x100f5010
109172026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109182026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109192026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109202026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109212026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109222026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109232026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109242026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109252026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109262026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109272026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109282026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109292026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109302026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109312026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109322026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109332026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109342026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109352026-08-28T22:34:09.614Z[ recovery-image] Aug 28 22:34:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109362026-08-28T22:34:09.619Z[ recovery-image] Aug 28 22:34:08.632 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109372026-08-28T22:34:09.619Z[ recovery-image] Aug 28 22:34:08.632 INFO building ROM for cosmo
109382026-08-28T22:34:09.619Z[ recovery-image] Aug 28 22:34:08.632 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
109392026-08-28T22:34:09.720Z[ recovery-image] Aug 28 22:34:08.740 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109402026-08-28T22:34:09.725Z[ recovery-image] Aug 28 22:34:08.744 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
109412026-08-28T22:34:09.741Z[ recovery-image] Aug 28 22:34:08.761 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109422026-08-28T22:34:09.826Z[ recovery-image] Aug 28 22:34:08.846 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109432026-08-28T22:34:09.833Z[ recovery-image] Aug 28 22:34:08.852 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom`
109442026-08-28T22:34:09.988Z[ host-image] Aug 28 22:34:09.007 INFO E| Compiling syn v2.0.117
109452026-08-28T22:34:10.074Z[ recovery-image] Aug 28 22:34:09.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109462026-08-28T22:34:10.074Z[ recovery-image] Aug 28 22:34:09.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109472026-08-28T22:34:10.074Z[ recovery-image] Aug 28 22:34:09.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109482026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109492026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109502026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109512026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109522026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109532026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109542026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109552026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109562026-08-28T22:34:10.078Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109572026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109582026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109592026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109602026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109612026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109622026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109632026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109642026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109652026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109662026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109672026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109682026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109692026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109702026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109712026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109722026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109732026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109742026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109752026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109762026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109772026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109782026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109792026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109802026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109812026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109822026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109832026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109842026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109852026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109862026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109872026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109882026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109892026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109902026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109912026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109922026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109932026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109942026-08-28T22:34:10.079Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109952026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109962026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109972026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109982026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.096 INFO O| Info: ABL version: 0x100af010
109992026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.096 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110002026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.096 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110012026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110022026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110032026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110042026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110052026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110062026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110072026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110082026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110092026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110102026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110112026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110122026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110132026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110142026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110152026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110162026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110172026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110182026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110192026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110202026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110212026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110222026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110232026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110242026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110252026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110262026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110272026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110282026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110292026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110302026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110312026-08-28T22:34:10.080Z[ recovery-image] Aug 28 22:34:09.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110322026-08-28T22:34:10.117Z[ recovery-image] Aug 28 22:34:09.137 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110332026-08-28T22:34:11.310Z[ recovery-image] Aug 28 22:34:10.330 INFO image complete! materials are in "/work/os-recovery"
110342026-08-28T22:34:11.313Z[ recovery-image]
110352026-08-28T22:34:11.316Z[ recovery-image] real 3:20.725738060
110362026-08-28T22:34:11.316Z[ recovery-image] user 2:39.349349472
110372026-08-28T22:34:11.316Z[ recovery-image] sys 38.148660186
110382026-08-28T22:34:11.316Z[ recovery-image] trap 0.137881970
110392026-08-28T22:34:11.316Z[ recovery-image] tflt 0.759540568
110402026-08-28T22:34:11.316Z[ recovery-image] dflt 0.782412190
110412026-08-28T22:34:11.316Z[ recovery-image] kflt 0.000191390
110422026-08-28T22:34:11.316Z[ recovery-image] lock 8:08.239691509
110432026-08-28T22:34:11.316Z[ recovery-image] slp 17:40.842215886
110442026-08-28T22:34:11.316Z[ recovery-image] lat 32.851876201
110452026-08-28T22:34:11.316Z[ recovery-image] stop 7.582980391
110462026-08-28T22:34:11.316ZAug 28 22:34:10.334 INFO [recovery-image] process exited with exit status: 0 (200.731244085s)
110472026-08-28T22:34:11.316ZAug 28 22:34:10.334 INFO [tuf-v2-recovery] running task
110482026-08-28T22:34:11.316ZAug 28 22:34:10.335 INFO [tuf-v2-recovery] task succeeded (747.96µs)
110492026-08-28T22:34:11.334Z[ host-image] Aug 28 22:34:10.354 INFO E| Compiling scroll_derive v0.13.1
110502026-08-28T22:34:12.376Z[ host-image] Aug 28 22:34:11.395 INFO E| Compiling bitstruct_derive v0.1.0
110512026-08-28T22:34:21.547Z[ host-image] Aug 28 22:34:20.567 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)
110522026-08-28T22:34:23.681Z[ host-image] Aug 28 22:34:22.699 INFO E| Compiling bitflags v1.3.2
110532026-08-28T22:34:23.681Z[ host-image] Aug 28 22:34:22.699 INFO E| Compiling scroll v0.13.0
110542026-08-28T22:34:23.686Z[ host-image] Aug 28 22:34:22.699 INFO E| Compiling bitflags v2.13.0
110552026-08-28T22:34:23.686Z[ host-image] Aug 28 22:34:22.699 INFO E| Compiling plain v0.2.3
110562026-08-28T22:34:23.686Z[ host-image] Aug 28 22:34:22.699 INFO E| Compiling log v0.4.32
110572026-08-28T22:34:23.686Z[ host-image] Aug 28 22:34:22.700 INFO E| Compiling bit_field v0.10.3
110582026-08-28T22:34:23.686Z[ host-image] Aug 28 22:34:22.700 INFO E| Compiling adler2 v2.0.1
110592026-08-28T22:34:23.686Z[ host-image] Aug 28 22:34:22.700 INFO E| Compiling static_assertions v1.1.0
110602026-08-28T22:34:23.686Z[ host-image] Aug 28 22:34:22.700 INFO E| Compiling bitstruct v0.1.1
110612026-08-28T22:34:23.738Z[ host-image] Aug 28 22:34:22.757 INFO E| Compiling raw-cpuid v10.7.0
110622026-08-28T22:34:23.776Z[ host-image] Aug 28 22:34:22.795 INFO E| Compiling miniz_oxide v0.9.1
110632026-08-28T22:34:23.847Z[ host-image] Aug 28 22:34:22.866 INFO E| Compiling cpio_reader v0.1.2
110642026-08-28T22:34:23.903Z[ host-image] Aug 28 22:34:22.923 INFO E| Compiling goblin v0.10.7
110652026-08-28T22:34:26.739Z[ host-image] Aug 28 22:34:25.744 INFO E| Finished `release` profile [optimized] target(s) in 18.11s
110662026-08-28T22:34:26.777Z[ host-image] Aug 28 22:34:25.755 INFO building ROM for cosmo
110672026-08-28T22:34:26.777Z[ host-image] Aug 28 22:34:25.756 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")
110682026-08-28T22:34:26.838Z[ host-image] Aug 28 22:34:25.839 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110692026-08-28T22:34:26.850Z[ host-image] Aug 28 22:34:25.841 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`
110702026-08-28T22:34:26.850Z[ host-image] Aug 28 22:34:25.851 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110712026-08-28T22:34:26.916Z[ host-image] Aug 28 22:34:25.919 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110722026-08-28T22:34:26.944Z[ host-image] Aug 28 22:34:25.924 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`
110732026-08-28T22:34:27.122Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110742026-08-28T22:34:27.123Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110752026-08-28T22:34:27.123Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110762026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110772026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110782026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110792026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110802026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110812026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110822026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110832026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110842026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110852026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110862026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110872026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110882026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110892026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110902026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110912026-08-28T22:34:27.134Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110922026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110932026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110942026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110952026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110962026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110972026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110982026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110992026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111002026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111012026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111022026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111032026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111042026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111052026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111062026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111072026-08-28T22:34:27.135Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111082026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111092026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111102026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111112026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111122026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111132026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111142026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111152026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111162026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111172026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111182026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111192026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111202026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111212026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111222026-08-28T22:34:27.136Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111232026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111242026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111252026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111262026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.133 INFO O| Info: ABL version: 0x100af010
111272026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.133 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111282026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.133 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111292026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111302026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111312026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111322026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111332026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111342026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111352026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111362026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111372026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111382026-08-28T22:34:27.137Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111392026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111402026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111412026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111422026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111432026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111442026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111452026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111462026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111472026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111482026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111492026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111502026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111512026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111522026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111532026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111542026-08-28T22:34:27.138Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111552026-08-28T22:34:27.139Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111562026-08-28T22:34:27.139Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111572026-08-28T22:34:27.139Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111582026-08-28T22:34:27.139Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111592026-08-28T22:34:27.139Z[ host-image] Aug 28 22:34:26.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111602026-08-28T22:34:27.152Z[ host-image] Aug 28 22:34:26.165 INFO building ROM for gimlet
111612026-08-28T22:34:27.167Z[ host-image] Aug 28 22:34:26.165 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")
111622026-08-28T22:34:27.244Z[ host-image] Aug 28 22:34:26.251 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111632026-08-28T22:34:27.249Z[ host-image] Aug 28 22:34:26.253 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`
111642026-08-28T22:34:27.249Z[ host-image] Aug 28 22:34:26.264 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111652026-08-28T22:34:27.340Z[ host-image] Aug 28 22:34:26.328 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111662026-08-28T22:34:27.364Z[ host-image] Aug 28 22:34:26.331 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`
111672026-08-28T22:34:27.439Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111682026-08-28T22:34:27.439Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111692026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111702026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111712026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111722026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111732026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111742026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111752026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111762026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111772026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111782026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111792026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111802026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111812026-08-28T22:34:27.455Z[ host-image] Aug 28 22:34:26.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111822026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.442 INFO O| Info: ABL version: 0x100f5010
111832026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.442 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111842026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111852026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111862026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111872026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111882026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111892026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111902026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111912026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111922026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111932026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111942026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111952026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111962026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111972026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111982026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111992026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112002026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112012026-08-28T22:34:27.456Z[ host-image] Aug 28 22:34:26.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112022026-08-28T22:34:27.474Z[ host-image] Aug 28 22:34:26.475 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112032026-08-28T22:34:27.474Z[ host-image] Aug 28 22:34:26.475 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112042026-08-28T22:34:27.474Z[ host-image] Aug 28 22:34:26.475 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112052026-08-28T22:34:39.650Z[ host-image] Aug 28 22:34:38.635 INFO image complete! materials are in "/work/os-host"
112062026-08-28T22:34:39.687Z[ host-image]
112072026-08-28T22:34:39.687Z[ host-image] real 3:58.721559297
112082026-08-28T22:34:39.687Z[ host-image] user 2:51.641624370
112092026-08-28T22:34:39.688Z[ host-image] sys 35.936716702
112102026-08-28T22:34:39.688Z[ host-image] trap 0.155329960
112112026-08-28T22:34:39.688Z[ host-image] tflt 0.277978009
112122026-08-28T22:34:39.688Z[ host-image] dflt 0.169059388
112132026-08-28T22:34:39.688Z[ host-image] kflt 0.000215140
112142026-08-28T22:34:39.688Z[ host-image] lock 4:43.946597511
112152026-08-28T22:34:39.688Z[ host-image] slp 20:04.910028073
112162026-08-28T22:34:39.688Z[ host-image] lat 26.112479156
112172026-08-28T22:34:39.688Z[ host-image] stop 1.961825314
112182026-08-28T22:34:39.688ZAug 28 22:34:38.640 INFO [host-image] process exited with exit status: 0 (238.727623761s)
112192026-08-28T22:34:39.688ZAug 28 22:34:38.640 INFO [tuf-v2-host] running task
112202026-08-28T22:34:39.688ZAug 28 22:34:38.640 INFO [tuf-repo] running task
112212026-08-28T22:34:39.688ZAug 28 22:34:38.641 INFO [tuf-v2-host] task succeeded (856.581µs)
112222026-08-28T22:34:39.688ZAug 28 22:34:38.641 INFO [tuf-v2-repo] running task
112232026-08-28T22:35:01.281ZAug 28 22:35:00.301 INFO [tuf-v2-repo] task succeeded (21.660239942s)
112242026-08-28T22:35:01.395ZAug 28 22:35:00.415 INFO assembling repository in `/tmp/tufaceousoyuWJx`, component: OmicronRepoAssembler
112252026-08-28T22:35:10.150ZAug 28 22:35:09.169 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112262026-08-28T22:35:10.390ZAug 28 22:35:09.409 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112272026-08-28T22:35:12.725ZAug 28 22:35:11.744 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112282026-08-28T22:35:12.783ZAug 28 22:35:11.802 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112292026-08-28T22:35:12.835ZAug 28 22:35:11.854 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112302026-08-28T22:35:12.884ZAug 28 22:35:11.903 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112312026-08-28T22:35:12.937ZAug 28 22:35:11.956 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112322026-08-28T22:35:12.987ZAug 28 22:35:12.006 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112332026-08-28T22:35:13.040ZAug 28 22:35:12.059 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112342026-08-28T22:35:23.537ZAug 28 22:35:22.556 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
112352026-08-28T22:35:23.543ZAug 28 22:35:22.562 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
112362026-08-28T22:35:23.566ZAug 28 22:35:22.585 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
112372026-08-28T22:35:23.626ZAug 28 22:35:22.645 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112382026-08-28T22:35:23.686ZAug 28 22:35:22.705 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112392026-08-28T22:35:23.754ZAug 28 22:35:22.774 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112402026-08-28T22:35:23.819ZAug 28 22:35:22.838 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
112412026-08-28T22:35:23.825ZAug 28 22:35:22.844 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
112422026-08-28T22:35:23.849ZAug 28 22:35:22.868 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
112432026-08-28T22:35:25.623ZAug 28 22:35:24.641 INFO [tuf-repo] task succeeded (46.000875601s)
112442026-08-28T22:38:00.494Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
112452026-08-28T22:38:00.497Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112462026-08-28T22:38:00.497Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112472026-08-28T22:38:03.140ZAug 28 22:38:02.157 INFO [verify-libraries] process exited with exit status: 0 (432.819011303s)
112482026-08-28T22:38:03.140ZAug 28 22:38:02.157 INFO all jobs completed in 1133.096408228s
112492026-08-28T22:38:04.386Zprocess exited: duration 1356800 ms, exit code 0
 
112502026-08-28T22:38:04.400Zfound 41 output files
112512026-08-28T22:38:04.401Zuploading: /work/manifest.toml (17334 bytes)
112522026-08-28T22:38:05.419Zuploaded: /work/manifest.toml
112532026-08-28T22:38:05.419Zuploading: /work/repo.zip (3300963306 bytes)
112542026-08-28T22:40:00.359Zuploaded: /work/repo.zip
112552026-08-28T22:40:00.359Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112562026-08-28T22:40:01.835Zuploaded: /work/repo.zip.sha256.txt
112572026-08-28T22:40:01.836Zuploading: /work/helios.json (647 bytes)
112582026-08-28T22:40:03.061Zuploaded: /work/helios.json
112592026-08-28T22:40:03.062Zuploading: /work/incorporation.p5m (113590 bytes)
112602026-08-28T22:40:04.142Zuploaded: /work/incorporation.p5m
112612026-08-28T22:40:04.142Zuploading: /work/incorporation.p5p (133120 bytes)
112622026-08-28T22:40:05.233Zuploaded: /work/incorporation.p5p
112632026-08-28T22:40:05.233Zuploading: /work/helios-incorp.log (522 bytes)
112642026-08-28T22:40:06.368Zuploaded: /work/helios-incorp.log
112652026-08-28T22:40:06.368Zuploading: /work/helios-setup.log (57032 bytes)
112662026-08-28T22:40:07.477Zuploaded: /work/helios-setup.log
112672026-08-28T22:40:07.477Zuploading: /work/host-image.log (233348 bytes)
112682026-08-28T22:40:08.545Zuploaded: /work/host-image.log
112692026-08-28T22:40:08.545Zuploading: /work/host-package.log (33434 bytes)
112702026-08-28T22:40:09.588Zuploaded: /work/host-package.log
112712026-08-28T22:40:09.588Zuploading: /work/host-target.log (101 bytes)
112722026-08-28T22:40:10.776Zuploaded: /work/host-target.log
112732026-08-28T22:40:10.776Zuploading: /work/incorp-create.log (0 bytes)
112742026-08-28T22:40:12.272Zuploaded: /work/incorp-create.log
112752026-08-28T22:40:12.272Zuploading: /work/incorp-fmt.log (0 bytes)
112762026-08-28T22:40:13.215Zuploaded: /work/incorp-fmt.log
112772026-08-28T22:40:13.216Zuploading: /work/incorp-pkgsend.log (108 bytes)
112782026-08-28T22:40:14.265Zuploaded: /work/incorp-pkgsend.log
112792026-08-28T22:40:14.265Zuploading: /work/incorp-publisher.log (0 bytes)
112802026-08-28T22:40:15.323Zuploaded: /work/incorp-publisher.log
112812026-08-28T22:40:15.323Zuploading: /work/omicron-package.log (10474 bytes)
112822026-08-28T22:40:16.350Zuploaded: /work/omicron-package.log
112832026-08-28T22:40:16.350Zuploading: /work/recovery-image.log (591647 bytes)
112842026-08-28T22:40:17.389Zuploaded: /work/recovery-image.log
112852026-08-28T22:40:17.390Zuploading: /work/recovery-package.log (321 bytes)
112862026-08-28T22:40:18.413Zuploaded: /work/recovery-package.log
112872026-08-28T22:40:18.413Zuploading: /work/recovery-target.log (98 bytes)
112882026-08-28T22:40:19.438Zuploaded: /work/recovery-target.log
112892026-08-28T22:40:19.438Zuploading: /work/stamp-clickhouse.log (117 bytes)
112902026-08-28T22:40:20.459Zuploaded: /work/stamp-clickhouse.log
112912026-08-28T22:40:20.460Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112922026-08-28T22:40:21.482Zuploaded: /work/stamp-clickhouse_keeper.log
112932026-08-28T22:40:21.482Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112942026-08-28T22:40:24.149Zuploaded: /work/stamp-clickhouse_server.log
112952026-08-28T22:40:24.149Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112962026-08-28T22:40:25.267Zuploaded: /work/stamp-cockroachdb.log
112972026-08-28T22:40:25.267Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112982026-08-28T22:40:26.288Zuploaded: /work/stamp-crucible-pantry-zone.log
112992026-08-28T22:40:26.288Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113002026-08-28T22:40:27.319Zuploaded: /work/stamp-crucible-utils.log
113012026-08-28T22:40:27.323Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113022026-08-28T22:40:28.359Zuploaded: /work/stamp-crucible-zone.log
113032026-08-28T22:40:28.359Zuploading: /work/stamp-external-dns.log (119 bytes)
113042026-08-28T22:40:31.227Zuploaded: /work/stamp-external-dns.log
113052026-08-28T22:40:31.227Zuploading: /work/stamp-installinator.log (103 bytes)
113062026-08-28T22:40:32.299Zuploaded: /work/stamp-installinator.log
113072026-08-28T22:40:32.300Zuploading: /work/stamp-internal-dns.log (119 bytes)
113082026-08-28T22:40:33.322Zuploaded: /work/stamp-internal-dns.log
113092026-08-28T22:40:33.323Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113102026-08-28T22:40:34.347Zuploaded: /work/stamp-mg-ddm-gz.log
113112026-08-28T22:40:34.347Zuploading: /work/stamp-nexus.log (112 bytes)
113122026-08-28T22:40:35.366Zuploaded: /work/stamp-nexus.log
113132026-08-28T22:40:35.366Zuploading: /work/stamp-ntp.log (110 bytes)
113142026-08-28T22:40:36.381Zuploaded: /work/stamp-ntp.log
113152026-08-28T22:40:36.381Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113162026-08-28T22:40:37.440Zuploaded: /work/stamp-omicron-sled-agent.log
113172026-08-28T22:40:37.440Zuploading: /work/stamp-overlay.log (114 bytes)
113182026-08-28T22:40:38.563Zuploaded: /work/stamp-overlay.log
113192026-08-28T22:40:38.563Zuploading: /work/stamp-oximeter.log (115 bytes)
113202026-08-28T22:40:39.643Zuploaded: /work/stamp-oximeter.log
113212026-08-28T22:40:39.643Zuploading: /work/stamp-oxlog.log (109 bytes)
113222026-08-28T22:40:40.666Zuploaded: /work/stamp-oxlog.log
113232026-08-28T22:40:40.666Zuploading: /work/stamp-probe.log (112 bytes)
113242026-08-28T22:40:41.681Zuploaded: /work/stamp-probe.log
113252026-08-28T22:40:41.682Zuploading: /work/stamp-propolis-server.log (122 bytes)
113262026-08-28T22:40:42.696Zuploaded: /work/stamp-propolis-server.log
113272026-08-28T22:40:42.696Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113282026-08-28T22:40:43.711Zuploaded: /work/stamp-pumpkind-gz.log
113292026-08-28T22:40:43.711Zuploading: /work/stamp-switch-asic.log (118 bytes)
113302026-08-28T22:40:44.726Zuploaded: /work/stamp-switch-asic.log
113312026-08-28T22:40:44.727Zuploading: /work/verify-libraries.log (50340 bytes)
113322026-08-28T22:40:45.757Zuploaded: /work/verify-libraries.log