01M0X78Z1D4HN91ANEY5G9FBQR: 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: 01M0X79J2XTG5ND5BWK11TQZF2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T19:46:21.740Zjob assigned to worker 01M0X79VFXQYTPJJWXQ4DC1FWK [factory aws, i-0bba80dd0b065b3be] (queued for 54 s)
 
22026-08-25T19:46:28.556Zstarting task 0: "setup"
32026-08-25T19:46:28.559Z++ uname -s
42026-08-25T19:46:28.563Z+ kern=SunOS
52026-08-25T19:46:28.563Z+ build_user=build
62026-08-25T19:46:28.563Z+ build_uid=12345
72026-08-25T19:46:28.563Z+ work_dir=/work
82026-08-25T19:46:28.563Z+ input_dir=/input
92026-08-25T19:46:28.563Z+ [[ 0 == 12345 ]]
102026-08-25T19:46:28.563Z+ case "$kern" in
112026-08-25T19:46:28.563Z+ groupadd -g 12345 build
122026-08-25T19:46:28.566Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T19:46:30.570Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T19:46:30.718Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T19:46:30.721Z+ home_fs=zfs
162026-08-25T19:46:30.721Z+ [[ zfs == autofs ]]
172026-08-25T19:46:30.721Z+ mkdir -p /home/build
182026-08-25T19:46:30.724Z+ chown build:build /home/build /work
192026-08-25T19:46:32.723Z+ chmod 0700 /home/build /work
202026-08-25T19:46:32.727Zprocess exited: duration 4173 ms, exit code 0
 
212026-08-25T19:46:32.733Zstarting task 1: "rust-toolchain"
222026-08-25T19:46:32.738Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T19:46:32.738Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T19:46:32.738Z * rust toolchain channel = "1.97.1"
252026-08-25T19:46:32.738Z * rust toolchain profile = "default"
262026-08-25T19:46:32.738Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T19:46:32.738Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T19:46:32.741Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T19:46:32.741Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T19:46:32.804Zinfo: downloading installer
312026-08-25T19:46:34.565Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T19:46:34.565Zwarn: /home/build/.rustup/settings.toml
332026-08-25T19:46:34.565Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T19:46:34.565Zwarn: instead of the one inferred from the default host triple.
352026-08-25T19:46:34.578Zinfo: profile set to default
362026-08-25T19:46:34.578Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T19:46:34.583Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T19:46:34.718Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T19:46:34.723Zinfo: downloading 6 components
402026-08-25T19:46:51.198Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T19:46:51.198Z
422026-08-25T19:46:51.203Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T19:46:51.203Z
442026-08-25T19:46:51.203Z
452026-08-25T19:46:51.203ZRust is installed now. Great!
462026-08-25T19:46:51.203Z
472026-08-25T19:46:51.203ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T19:46:51.203Zenvironment variable. This has not been done automatically.
492026-08-25T19:46:51.203Z
502026-08-25T19:46:51.203ZTo configure your current shell, you need to source
512026-08-25T19:46:51.203Zthe corresponding env file under $HOME/.cargo.
522026-08-25T19:46:51.203Z
532026-08-25T19:46:51.203ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T19:46:51.204Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T19:46:51.204Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T19:46:51.204Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T19:46:51.204Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T19:46:51.204Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T19:46:51.204Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T19:46:51.204Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T19:46:51.204Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T19:46:51.311Z+ rustup --version
632026-08-25T19:46:51.316Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T19:46:51.316Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T19:46:51.334Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T19:46:51.337Z+ cargo --version
672026-08-25T19:46:51.356Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T19:46:51.359Z+ rustc --version
692026-08-25T19:46:51.369Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T19:46:51.372Zprocess exited: duration 18637 ms, exit code 0
 
712026-08-25T19:46:51.378Zstarting task 2: "authentication"
722026-08-25T19:46:51.401Zprocess exited: duration 18 ms, exit code 0
 
732026-08-25T19:46:51.410Zstarting task 3: "clone repository"
742026-08-25T19:46:51.415Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T19:46:51.429Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T19:46:51.449ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T19:47:04.248Z+ cd /work/oxidecomputer/omicron
782026-08-25T19:47:04.248Z+ git fetch origin e3bcc062ff9586ad6791f8ae1f71869d667b9a61
792026-08-25T19:47:05.012ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T19:47:05.013Z * branch e3bcc062ff9586ad6791f8ae1f71869d667b9a61 -> FETCH_HEAD
812026-08-25T19:47:05.022Z+ [[ -n sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]]
822026-08-25T19:47:05.025Z++ git branch --show-current
832026-08-25T19:47:05.025Z+ current=main
842026-08-25T19:47:05.025Z+ [[ main != sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]]
852026-08-25T19:47:05.025Z+ git branch -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled e3bcc062ff9586ad6791f8ae1f71869d667b9a61
862026-08-25T19:47:05.030Z+ git checkout -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled
872026-08-25T19:47:05.099ZSwitched to branch 'sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled'
882026-08-25T19:47:05.138Z+ git reset --hard e3bcc062ff9586ad6791f8ae1f71869d667b9a61
892026-08-25T19:47:05.164ZHEAD is now at e3bcc062f rebase on main
902026-08-25T19:47:05.164Zprocess exited: duration 13714 ms, exit code 0
 
912026-08-25T19:47:05.208Zstarting task 4: "build"
922026-08-25T19:47:05.220Z+ source .github/buildomat/ci-env.sh
932026-08-25T19:47:05.220Z++ export CARGO_TERM_COLOR=always
942026-08-25T19:47:05.220Z++ CARGO_TERM_COLOR=always
952026-08-25T19:47:05.220Z+++ uname -s
962026-08-25T19:47:05.220Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T19:47:05.220Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T19:47:05.220Z+ cargo --version
992026-08-25T19:47:05.225Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T19:47:05.225Z+ rustc --version
1012026-08-25T19:47:05.246Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T19:47:05.253Z+ cargo tree --locked
1032026-08-25T19:47:05.412Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-25T19:47:05.944Z Updating crates.io index
1052026-08-25T19:47:05.947Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-25T19:47:06.215Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-25T19:47:06.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-25T19:47:07.803Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-25T19:47:08.358Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-25T19:47:10.397Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-25T19:47:11.388Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-25T19:47:11.758Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-25T19:47:12.266Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-25T19:47:13.735Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-25T19:47:14.038Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-25T19:47:14.470Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-25T19:47:14.760Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-25T19:47:15.430Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-25T19:47:15.733Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-25T19:47:16.158Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-25T19:47:18.590Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-25T19:47:18.620Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-25T19:47:18.620Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-25T19:47:18.660Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1252026-08-25T19:47:20.034Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-25T19:47:20.067Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-25T19:47:20.067Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-25T19:47:21.612Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-25T19:47:21.922Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-25T19:47:22.295Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-25T19:47:22.809Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-25T19:47:23.121Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-25T19:47:23.688Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-25T19:47:24.036Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-25T19:47:24.596Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-25T19:47:25.190Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-25T19:47:25.588Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-25T19:47:26.118Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-25T19:47:26.685Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-25T19:47:26.979Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-25T19:47:27.789Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-25T19:47:28.461Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-25T19:47:29.014Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-25T19:47:29.394Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-25T19:47:29.715Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-25T19:47:30.020Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-25T19:47:30.474Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-25T19:47:33.635Z Downloading crates ...
1492026-08-25T19:47:33.691Z Downloaded colorchoice v1.0.4
1502026-08-25T19:47:33.694Z Downloaded cipher v0.5.2
1512026-08-25T19:47:33.697Z Downloaded colored v2.2.0
1522026-08-25T19:47:33.697Z Downloaded addr2line v0.25.1
1532026-08-25T19:47:33.700Z Downloaded crypto-common v0.2.2
1542026-08-25T19:47:33.700Z Downloaded constant_time_eq v0.3.1
1552026-08-25T19:47:33.704Z Downloaded cobs v0.3.0
1562026-08-25T19:47:33.706Z Downloaded clap_derive v4.6.1
1572026-08-25T19:47:33.707Z Downloaded cpufeatures v0.2.17
1582026-08-25T19:47:33.709Z Downloaded compression-core v0.4.31
1592026-08-25T19:47:33.719Z Downloaded diesel_table_macro_syntax v0.3.0
1602026-08-25T19:47:33.723Z Downloaded heck v0.4.1
1612026-08-25T19:47:33.730Z Downloaded h2 v0.4.15
1622026-08-25T19:47:33.734Z Downloaded http-body v1.0.1
1632026-08-25T19:47:33.738Z Downloaded crc-catalog v2.4.0
1642026-08-25T19:47:33.741Z Downloaded crc8 v0.1.1
1652026-08-25T19:47:33.741Z Downloaded crucible-workspace-hack v0.1.0
1662026-08-25T19:47:33.741Z Downloaded clap_lex v1.0.0
1672026-08-25T19:47:33.741Z Downloaded hex v0.4.3
1682026-08-25T19:47:33.744Z Downloaded convert_case v0.4.0
1692026-08-25T19:47:33.744Z Downloaded cpubits v0.1.1
1702026-08-25T19:47:33.748Z Downloaded const_format_proc_macros v0.2.34
1712026-08-25T19:47:33.751Z Downloaded highway v1.3.0
1722026-08-25T19:47:33.754Z Downloaded convert_case v0.10.0
1732026-08-25T19:47:33.754Z Downloaded diesel-dtrace v0.5.0
1742026-08-25T19:47:33.756Z Downloaded daft-derive v0.1.8
1752026-08-25T19:47:33.759Z Downloaded compression-codecs v0.4.37
1762026-08-25T19:47:33.762Z Downloaded crossbeam-deque v0.8.6
1772026-08-25T19:47:33.762Z Downloaded hex-literal v0.4.1
1782026-08-25T19:47:33.762Z Downloaded hmac v0.13.0
1792026-08-25T19:47:33.765Z Downloaded crunchy v0.2.4
1802026-08-25T19:47:33.769Z Downloaded cmov v0.5.4
1812026-08-25T19:47:33.769Z Downloaded colored v3.1.1
1822026-08-25T19:47:33.769Z Downloaded ctutils v0.4.2
1832026-08-25T19:47:33.772Z Downloaded hostname v0.3.1
1842026-08-25T19:47:33.772Z Downloaded httpdate v1.0.3
1852026-08-25T19:47:33.772Z Downloaded cpufeatures v0.3.0
1862026-08-25T19:47:33.772Z Downloaded http-range v0.1.5
1872026-08-25T19:47:33.775Z Downloaded crc v3.4.0
1882026-08-25T19:47:33.775Z Downloaded group v0.13.0
1892026-08-25T19:47:33.775Z Downloaded hickory-client v0.25.2
1902026-08-25T19:47:33.779Z Downloaded httptest v0.16.4
1912026-08-25T19:47:33.779Z Downloaded cmake v0.1.57
1922026-08-25T19:47:33.779Z Downloaded half v1.8.3
1932026-08-25T19:47:33.782Z Downloaded darling_macro v0.20.11
1942026-08-25T19:47:33.782Z Downloaded guppy-workspace-hack v0.1.0
1952026-08-25T19:47:33.782Z Downloaded hash32 v0.2.1
1962026-08-25T19:47:33.782Z Downloaded hostname v0.4.2
1972026-08-25T19:47:33.782Z Downloaded derive_builder_macro v0.20.2
1982026-08-25T19:47:33.782Z Downloaded darling_macro v0.21.3
1992026-08-25T19:47:33.788Z Downloaded darling_macro v0.13.4
2002026-08-25T19:47:33.791Z Downloaded headers-core v0.3.0
2012026-08-25T19:47:33.794Z Downloaded hash32 v0.3.1
2022026-08-25T19:47:33.797Z Downloaded hex-literal v1.1.0
2032026-08-25T19:47:33.797Z Downloaded heck v0.5.0
2042026-08-25T19:47:33.797Z Downloaded instability v0.3.11
2052026-08-25T19:47:33.800Z Downloaded crypto-common v0.1.7
2062026-08-25T19:47:33.800Z Downloaded darling_macro v0.23.0
2072026-08-25T19:47:33.800Z Downloaded curve25519-dalek-derive v0.1.1
2082026-08-25T19:47:33.806Z Downloaded defmt-parser v1.0.0
2092026-08-25T19:47:33.810Z Downloaded cstr-argument v0.1.2
2102026-08-25T19:47:33.813Z Downloaded httparse v1.10.1
2112026-08-25T19:47:33.816Z Downloaded defmt v0.3.100
2122026-08-25T19:47:33.816Z Downloaded half v2.7.1
2132026-08-25T19:47:33.818Z Downloaded arrayref v0.3.9
2142026-08-25T19:47:33.821Z Downloaded corncobs v0.1.4
2152026-08-25T19:47:33.821Z Downloaded critical-section v1.2.0
2162026-08-25T19:47:33.824Z Downloaded crossbeam-utils v0.8.21
2172026-08-25T19:47:33.830Z Downloaded is_terminal_polyfill v1.70.2
2182026-08-25T19:47:33.833Z Downloaded console v0.16.2
2192026-08-25T19:47:33.833Z Downloaded const-oid v0.9.6
2202026-08-25T19:47:33.833Z Downloaded illumos-nvpair-sys v0.2.0
2212026-08-25T19:47:33.833Z Downloaded indoc v1.0.9
2222026-08-25T19:47:33.836Z Downloaded is-terminal v0.4.17
2232026-08-25T19:47:33.836Z Downloaded hubpack_derive v0.1.1
2242026-08-25T19:47:33.836Z Downloaded inout v0.2.2
2252026-08-25T19:47:33.839Z Downloaded async-object-pool v0.2.0
2262026-08-25T19:47:33.839Z Downloaded indent_write v2.2.0
2272026-08-25T19:47:33.842Z Downloaded idna_adapter v1.2.1
2282026-08-25T19:47:33.842Z Downloaded is_ci v1.2.0
2292026-08-25T19:47:33.842Z Downloaded concurrent-queue v2.5.0
2302026-08-25T19:47:33.842Z Downloaded assert_matches v1.5.0
2312026-08-25T19:47:33.845Z Downloaded instant v0.1.13
2322026-08-25T19:47:33.848Z Downloaded bitfield-macros v0.19.4
2332026-08-25T19:47:33.848Z Downloaded bitfield-struct v0.6.2
2342026-08-25T19:47:33.848Z Downloaded block-padding v0.4.2
2352026-08-25T19:47:33.848Z Downloaded ciborium-io v0.2.2
2362026-08-25T19:47:33.852Z Downloaded hubpack v0.1.2
2372026-08-25T19:47:33.854Z Downloaded clang-sys v1.8.1
2382026-08-25T19:47:33.854Z Downloaded internet-checksum v0.2.1
2392026-08-25T19:47:33.857Z Downloaded console v0.15.11
2402026-08-25T19:47:33.857Z Downloaded constant_time_eq v0.4.2
2412026-08-25T19:47:33.857Z Downloaded debug-ignore v1.0.5
2422026-08-25T19:47:33.860Z Downloaded defmt-macros v1.0.1
2432026-08-25T19:47:33.863Z Downloaded daft v0.1.8
2442026-08-25T19:47:33.866Z Downloaded data-encoding v2.10.0
2452026-08-25T19:47:33.869Z Downloaded der_derive v0.7.3
2462026-08-25T19:47:33.872Z Downloaded csv-core v0.1.13
2472026-08-25T19:47:33.875Z Downloaded derive_builder_core v0.20.2
2482026-08-25T19:47:33.878Z Downloaded ctr v0.10.1
2492026-08-25T19:47:33.878Z Downloaded darling v0.13.4
2502026-08-25T19:47:33.878Z Downloaded home v0.5.12
2512026-08-25T19:47:33.880Z Downloaded autocfg v1.5.0
2522026-08-25T19:47:33.880Z Downloaded ident_case v1.0.1
2532026-08-25T19:47:33.880Z Downloaded illumos-nvpair v0.3.0
2542026-08-25T19:47:33.880Z Downloaded deranged v0.5.8
2552026-08-25T19:47:33.883Z Downloaded oso-derive v0.27.3
2562026-08-25T19:47:33.883Z Downloaded bb8 v0.8.6
2572026-08-25T19:47:33.883Z Downloaded base16ct v1.0.0
2582026-08-25T19:47:33.886Z Downloaded bit-set v0.5.3
2592026-08-25T19:47:33.886Z Downloaded pathdiff v0.2.3
2602026-08-25T19:47:33.886Z Downloaded inout v0.1.4
2612026-08-25T19:47:33.889Z Downloaded oxide-generation-macros v0.2.0
2622026-08-25T19:47:33.892Z Downloaded humantime v2.3.0
2632026-08-25T19:47:33.895Z Downloaded http-body-util v0.1.3
2642026-08-25T19:47:33.895Z Downloaded group v0.14.0
2652026-08-25T19:47:33.895Z Downloaded cast v0.3.0
2662026-08-25T19:47:33.895Z Downloaded heapless v0.8.0
2672026-08-25T19:47:33.899Z Downloaded anstyle v1.0.14
2682026-08-25T19:47:33.899Z Downloaded crossbeam-epoch v0.9.18
2692026-08-25T19:47:33.901Z Downloaded crc32fast v1.5.0
2702026-08-25T19:47:33.904Z Downloaded hmac v0.12.1
2712026-08-25T19:47:33.904Z Downloaded impl-trait-for-tuples v0.2.3
2722026-08-25T19:47:33.904Z Downloaded cookie v0.18.1
2732026-08-25T19:47:33.907Z Downloaded opaque-debug v0.3.1
2742026-08-25T19:47:33.907Z Downloaded openssl-probe v0.1.6
2752026-08-25T19:47:33.907Z Downloaded const-oid v0.10.2
2762026-08-25T19:47:33.910Z Downloaded criterion-plot v0.6.0
2772026-08-25T19:47:33.910Z Downloaded delegate v0.13.5
2782026-08-25T19:47:33.910Z Downloaded password-hash v0.6.1
2792026-08-25T19:47:33.913Z Downloaded peg-runtime v0.8.5
2802026-08-25T19:47:33.913Z Downloaded phf_shared v0.11.3
2812026-08-25T19:47:33.916Z Downloaded async-trait v0.1.89
2822026-08-25T19:47:33.919Z Downloaded bitfield v0.19.4
2832026-08-25T19:47:33.919Z Downloaded pretty-hex v0.4.1
2842026-08-25T19:47:33.919Z Downloaded byteorder v1.5.0
2852026-08-25T19:47:33.928Z Downloaded ref-cast-impl v1.0.25
2862026-08-25T19:47:33.931Z Downloaded derive-ex v0.1.8
2872026-08-25T19:47:33.935Z Downloaded clap v4.6.1
2882026-08-25T19:47:33.938Z Downloaded cexpr v0.6.0
2892026-08-25T19:47:33.941Z Downloaded ipnetwork v0.21.1
2902026-08-25T19:47:33.941Z Downloaded hyper-tls v0.6.0
2912026-08-25T19:47:33.941Z Downloaded hyper-staticfile v0.10.1
2922026-08-25T19:47:33.944Z Downloaded ingot-types v0.2.0
2932026-08-25T19:47:33.944Z Downloaded darling v0.20.11
2942026-08-25T19:47:33.947Z Downloaded darling v0.23.0
2952026-08-25T19:47:33.950Z Downloaded darling v0.21.3
2962026-08-25T19:47:33.952Z Downloaded indoc v2.0.7
2972026-08-25T19:47:33.955Z Downloaded datatest-stable v0.3.3
2982026-08-25T19:47:33.955Z Downloaded defmt v1.0.1
2992026-08-25T19:47:33.960Z Downloaded derive_builder v0.20.2
3002026-08-25T19:47:33.963Z Downloaded pin-project-lite v0.2.17
3012026-08-25T19:47:33.965Z Downloaded oxide-generation v0.1.3
3022026-08-25T19:47:33.968Z Downloaded parse-display-derive v0.10.0
3032026-08-25T19:47:33.968Z Downloaded cookie_store v0.22.1
3042026-08-25T19:47:33.971Z Downloaded crc-any v2.5.0
3052026-08-25T19:47:33.971Z Downloaded anyhow v1.0.104
3062026-08-25T19:47:33.975Z Downloaded iana-time-zone v0.1.65
3072026-08-25T19:47:33.981Z Downloaded argon2 v0.5.3
3082026-08-25T19:47:33.985Z Downloaded predicates v3.1.4
3092026-08-25T19:47:33.985Z Downloaded rfc6979 v0.4.0
3102026-08-25T19:47:33.988Z Downloaded russh-util v0.52.0
3112026-08-25T19:47:33.988Z Downloaded signal-hook-mio v0.2.5
3122026-08-25T19:47:33.988Z Downloaded similar-asserts v1.7.0
3132026-08-25T19:47:33.991Z Downloaded siphasher v1.0.2
3142026-08-25T19:47:33.991Z Downloaded slog-envlogger v2.2.0
3152026-08-25T19:47:33.994Z Downloaded heapless v0.7.17
3162026-08-25T19:47:33.998Z Downloaded sqlparser_derive v0.5.0
3172026-08-25T19:47:33.998Z Downloaded cfg-expr v0.20.6
3182026-08-25T19:47:34.001Z Downloaded rand_core v0.10.0
3192026-08-25T19:47:34.001Z Downloaded ref-cast v1.0.25
3202026-08-25T19:47:34.004Z Downloaded packed_struct v0.10.1
3212026-08-25T19:47:34.004Z Downloaded pem-rfc7468 v0.7.0
3222026-08-25T19:47:34.004Z Downloaded quote v1.0.45
3232026-08-25T19:47:34.007Z Downloaded relative-path v1.9.3
3242026-08-25T19:47:34.007Z Downloaded pem v3.0.6
3252026-08-25T19:47:34.007Z Downloaded pkcs8 v0.10.2
3262026-08-25T19:47:34.010Z Downloaded pkg-config v0.3.32
3272026-08-25T19:47:34.010Z Downloaded strip-ansi-escapes v0.2.1
3282026-08-25T19:47:34.010Z Downloaded supports-hyperlinks v3.2.0
3292026-08-25T19:47:34.010Z Downloaded strsim v0.10.0
3302026-08-25T19:47:34.013Z Downloaded sync_wrapper v1.0.2
3312026-08-25T19:47:34.014Z Downloaded tap v1.0.1
3322026-08-25T19:47:34.014Z Downloaded toml_datetime v0.6.11
3332026-08-25T19:47:34.014Z Downloaded tower-service v0.3.3
3342026-08-25T19:47:34.016Z Downloaded target-triple v1.0.0
3352026-08-25T19:47:34.019Z Downloaded cancel-safe-futures v0.1.5
3362026-08-25T19:47:34.019Z Downloaded primeorder v0.13.6
3372026-08-25T19:47:34.024Z Downloaded derive-where v1.6.0
3382026-08-25T19:47:34.027Z Downloaded ingot v0.2.1
3392026-08-25T19:47:34.030Z Downloaded ipnet v2.12.0
3402026-08-25T19:47:34.030Z Downloaded des v0.9.0
3412026-08-25T19:47:34.030Z Downloaded derive_more v0.99.20
3422026-08-25T19:47:34.033Z Downloaded ciborium v0.2.2
3432026-08-25T19:47:34.036Z Downloaded oxide-tokio-rt v0.1.4
3442026-08-25T19:47:34.036Z Downloaded rpassword v7.5.4
3452026-08-25T19:47:34.036Z Downloaded hybrid-array v0.4.13
3462026-08-25T19:47:34.039Z Downloaded primeorder v0.14.0
3472026-08-25T19:47:34.039Z Downloaded sec1 v0.7.3
3482026-08-25T19:47:34.042Z Downloaded signature v2.2.0
3492026-08-25T19:47:34.042Z Downloaded serde_derive_internals v0.29.1
3502026-08-25T19:47:34.042Z Downloaded unicode-truncate v1.1.0
3512026-08-25T19:47:34.042Z Downloaded progenitor v0.13.0
3522026-08-25T19:47:34.045Z Downloaded termtree v0.5.1
3532026-08-25T19:47:34.045Z Downloaded postgres-types v0.2.12
3542026-08-25T19:47:34.048Z Downloaded usdt-attr-macro v0.6.0
3552026-08-25T19:47:34.048Z Downloaded thiserror-impl-no-std v2.0.2
3562026-08-25T19:47:34.048Z Downloaded crossbeam-channel v0.5.15
3572026-08-25T19:47:34.052Z Downloaded darling_core v0.13.4
3582026-08-25T19:47:34.052Z Downloaded compact_str v0.8.1
3592026-08-25T19:47:34.055Z Downloaded rand_chacha v0.9.0
3602026-08-25T19:47:34.055Z Downloaded usdt-macro v0.6.0
3612026-08-25T19:47:34.058Z Downloaded wnaf v0.14.0
3622026-08-25T19:47:34.058Z Downloaded backon v1.6.0
3632026-08-25T19:47:34.061Z Downloaded buf-list v1.1.2
3642026-08-25T19:47:34.061Z Downloaded sha2 v0.10.9
3652026-08-25T19:47:34.064Z Downloaded smf v0.2.3
3662026-08-25T19:47:34.067Z Downloaded yoke-derive v0.8.1
3672026-08-25T19:47:34.067Z Downloaded unit-prefix v0.5.2
3682026-08-25T19:47:34.072Z Downloaded snafu-derive v0.8.9
3692026-08-25T19:47:34.075Z Downloaded support-bundle-viewer v0.1.2
3702026-08-25T19:47:34.075Z Downloaded icu_properties v2.1.2
3712026-08-25T19:47:34.078Z Downloaded rustls-native-certs v0.8.3
3722026-08-25T19:47:34.078Z Downloaded ssh-cipher v0.3.0
3732026-08-25T19:47:34.082Z Downloaded rust-argon2 v2.1.0
3742026-08-25T19:47:34.082Z Downloaded rustc-demangle v0.1.27
3752026-08-25T19:47:34.082Z Downloaded scopeguard v1.2.0
3762026-08-25T19:47:34.085Z Downloaded termcolor v1.4.1
3772026-08-25T19:47:34.085Z Downloaded tls_codec_derive v0.4.2
3782026-08-25T19:47:34.085Z Downloaded difflib v0.4.0
3792026-08-25T19:47:34.085Z Downloaded document-features v0.2.12
3802026-08-25T19:47:34.085Z Downloaded want v0.3.1
3812026-08-25T19:47:34.085Z Downloaded version_check v0.9.5
3822026-08-25T19:47:34.088Z Downloaded dropshot-api-manager-types v0.8.0
3832026-08-25T19:47:34.088Z Downloaded const_format v0.2.35
3842026-08-25T19:47:34.092Z Downloaded darling_core v0.21.3
3852026-08-25T19:47:34.096Z Downloaded scroll v0.12.0
3862026-08-25T19:47:34.099Z Downloaded serde-hex v0.1.0
3872026-08-25T19:47:34.102Z Downloaded ssh-encoding v0.3.0
3882026-08-25T19:47:34.102Z Downloaded swrite v0.1.0
3892026-08-25T19:47:34.102Z Downloaded darling_core v0.23.0
3902026-08-25T19:47:34.107Z Downloaded guppy v0.17.25
3912026-08-25T19:47:34.110Z Downloaded pkcs8 v0.11.0
3922026-08-25T19:47:34.113Z Downloaded equivalent v1.0.2
3932026-08-25T19:47:34.113Z Downloaded indexmap v1.9.3
3942026-08-25T19:47:34.116Z Downloaded synstructure v0.13.2
3952026-08-25T19:47:34.116Z Downloaded fd-lock v4.0.4
3962026-08-25T19:47:34.116Z Downloaded foreign-types-macros v0.2.3
3972026-08-25T19:47:34.119Z Downloaded crypto-bigint v0.5.5
3982026-08-25T19:47:34.122Z Downloaded icu_provider v2.1.1
3992026-08-25T19:47:34.125Z Downloaded ingot-macros v0.2.0
4002026-08-25T19:47:34.125Z Downloaded allocator-api2 v0.2.21
4012026-08-25T19:47:34.125Z Downloaded utf8parse v0.2.2
4022026-08-25T19:47:34.125Z Downloaded writeable v0.6.2
4032026-08-25T19:47:34.128Z Downloaded vergen-git2 v9.1.0
4042026-08-25T19:47:34.128Z Downloaded fnv v1.0.7
4052026-08-25T19:47:34.128Z Downloaded futures-task v0.3.32
4062026-08-25T19:47:34.131Z Downloaded tokio-tungstenite v0.21.0
4072026-08-25T19:47:34.131Z Downloaded tokio-tungstenite v0.23.1
4082026-08-25T19:47:34.131Z Downloaded embedded-io v0.4.0
4092026-08-25T19:47:34.134Z Downloaded endian-type v0.1.2
4102026-08-25T19:47:34.134Z Downloaded fixedbitset v0.4.2
4112026-08-25T19:47:34.134Z Downloaded foreign-types v0.5.0
4122026-08-25T19:47:34.134Z Downloaded libscf-sys v1.2.0
4132026-08-25T19:47:34.137Z Downloaded funty v2.0.0
4142026-08-25T19:47:34.137Z Downloaded slog-term v2.9.2
4152026-08-25T19:47:34.137Z Downloaded spki v0.7.3
4162026-08-25T19:47:34.137Z Downloaded thiserror-impl v2.0.18
4172026-08-25T19:47:34.140Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4182026-08-25T19:47:34.140Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4192026-08-25T19:47:34.140Z Downloaded zerovec-derive v0.11.2
4202026-08-25T19:47:34.140Z Downloaded maplit v1.0.2
4212026-08-25T19:47:34.143Z Downloaded hyper-rustls v0.27.7
4222026-08-25T19:47:34.143Z Downloaded bytes v1.11.1
4232026-08-25T19:47:34.146Z Downloaded progenitor-impl v0.14.0
4242026-08-25T19:47:34.146Z Downloaded rcgen v0.12.1
4252026-08-25T19:47:34.150Z Downloaded lalrpop-util v0.19.12
4262026-08-25T19:47:34.153Z Downloaded num-iter v0.1.45
4272026-08-25T19:47:34.158Z Downloaded lru-slab v0.1.2
4282026-08-25T19:47:34.158Z Downloaded num v0.4.3
4292026-08-25T19:47:34.161Z Downloaded nested v0.1.1
4302026-08-25T19:47:34.163Z Downloaded icu_normalizer_data v2.1.1
4312026-08-25T19:47:34.163Z Downloaded ignore v0.4.25
4322026-08-25T19:47:34.166Z Downloaded assert-json-diff v2.0.2
4332026-08-25T19:47:34.166Z Downloaded base16ct v0.2.0
4342026-08-25T19:47:34.166Z Downloaded icu_locale_core v2.1.1
4352026-08-25T19:47:34.169Z Downloaded md5 v0.8.0
4362026-08-25T19:47:34.172Z Downloaded rustls-pemfile v2.2.0
4372026-08-25T19:47:34.172Z Downloaded displaydoc v0.2.5
4382026-08-25T19:47:34.175Z Downloaded whoami v1.6.1
4392026-08-25T19:47:34.178Z Downloaded darling_core v0.20.11
4402026-08-25T19:47:34.182Z Downloaded serde_derive v1.0.228
4412026-08-25T19:47:34.185Z Downloaded dtrace-parser v0.3.0
4422026-08-25T19:47:34.185Z Downloaded adler2 v2.0.1
4432026-08-25T19:47:34.188Z Downloaded env_logger v0.11.11
4442026-08-25T19:47:34.190Z Downloaded bcrypt-pbkdf v0.11.0
4452026-08-25T19:47:34.203Z Downloaded ciborium-ll v0.2.2
4462026-08-25T19:47:34.203Z Downloaded derive_more-impl v2.1.1
4472026-08-25T19:47:34.206Z Downloaded fallible-iterator v0.2.0
4482026-08-25T19:47:34.206Z Downloaded generic-array v0.14.7
4492026-08-25T19:47:34.206Z Downloaded keccak v0.2.0
4502026-08-25T19:47:34.206Z Downloaded libefi-sys v0.1.0
4512026-08-25T19:47:34.209Z Downloaded lock_api v0.4.14
4522026-08-25T19:47:34.212Z Downloaded proc-macro2 v1.0.106
4532026-08-25T19:47:34.212Z Downloaded phf_shared v0.12.1
4542026-08-25T19:47:34.215Z Downloaded proc-macro-error-attr2 v2.0.0
4552026-08-25T19:47:34.218Z Downloaded progenitor-impl v0.13.0
4562026-08-25T19:47:34.218Z Downloaded der v0.7.10
4572026-08-25T19:47:34.221Z Downloaded castaway v0.2.4
4582026-08-25T19:47:34.221Z Downloaded path-slash v0.1.5
4592026-08-25T19:47:34.224Z Downloaded headers v0.4.1
4602026-08-25T19:47:34.227Z Downloaded tinyvec v1.10.0
4612026-08-25T19:47:34.231Z Downloaded native-tls v0.2.18
4622026-08-25T19:47:34.231Z Downloaded nu-ansi-term v0.50.3
4632026-08-25T19:47:34.234Z Downloaded anstream v0.6.21
4642026-08-25T19:47:34.234Z Downloaded anstream v1.0.0
4652026-08-25T19:47:34.234Z Downloaded atomic-waker v1.1.2
4662026-08-25T19:47:34.234Z Downloaded num-rational v0.4.2
4672026-08-25T19:47:34.237Z Downloaded rfc6979 v0.6.0
4682026-08-25T19:47:34.237Z Downloaded recursive v0.1.1
4692026-08-25T19:47:34.240Z Downloaded ghash v0.6.0
4702026-08-25T19:47:34.245Z Downloaded secrecy v0.10.3
4712026-08-25T19:47:34.249Z Downloaded linkme v0.3.35
4722026-08-25T19:47:34.249Z Downloaded slog-bunyan v2.5.0
4732026-08-25T19:47:34.252Z Downloaded indicatif v0.18.4
4742026-08-25T19:47:34.252Z Downloaded tungstenite v0.21.0
4752026-08-25T19:47:34.252Z Downloaded derive_more v2.1.1
4762026-08-25T19:47:34.258Z Downloaded diff v0.1.13
4772026-08-25T19:47:34.261Z Downloaded bs58 v0.5.1
4782026-08-25T19:47:34.262Z Downloaded schemars v0.8.22
4792026-08-25T19:47:34.267Z Downloaded plotters-svg v0.3.7
4802026-08-25T19:47:34.273Z Downloaded plotters-backend v0.3.7
4812026-08-25T19:47:34.273Z Downloaded progenitor-client v0.14.0
4822026-08-25T19:47:34.273Z Downloaded progenitor-macro v0.14.0
4832026-08-25T19:47:34.273Z Downloaded bytecount v0.6.9
4842026-08-25T19:47:34.273Z Downloaded cargo_metadata v0.23.1
4852026-08-25T19:47:34.273Z Downloaded cassowary v0.3.0
4862026-08-25T19:47:34.276Z Downloaded find-msvc-tools v0.1.9
4872026-08-25T19:47:34.276Z Downloaded serde_repr v0.1.20
4882026-08-25T19:47:34.276Z Downloaded hickory-resolver v0.24.4
4892026-08-25T19:47:34.276Z Downloaded serde_plain v1.0.2
4902026-08-25T19:47:34.279Z Downloaded hashbrown v0.13.2
4912026-08-25T19:47:34.279Z Downloaded zerocopy v0.6.6
4922026-08-25T19:47:34.282Z Downloaded serde_yaml v0.9.34+deprecated
4932026-08-25T19:47:34.285Z Downloaded criterion v0.7.0
4942026-08-25T19:47:34.288Z Downloaded crossterm v0.28.1
4952026-08-25T19:47:34.290Z Downloaded bit-vec v0.6.3
4962026-08-25T19:47:34.293Z Downloaded openssl-macros v0.1.1
4972026-08-25T19:47:34.293Z Downloaded parking_lot_core v0.8.6
4982026-08-25T19:47:34.293Z Downloaded serde_regex v1.1.0
4992026-08-25T19:47:34.293Z Downloaded testing_table v0.3.0
5002026-08-25T19:47:34.296Z Downloaded zopfli v0.8.3
5012026-08-25T19:47:34.299Z Downloaded hickory-resolver v0.25.2
5022026-08-25T19:47:34.302Z Downloaded rand v0.8.6
5032026-08-25T19:47:34.305Z Downloaded module-lattice v0.2.3
5042026-08-25T19:47:34.305Z Downloaded assert_cmd v2.1.2
5052026-08-25T19:47:34.309Z Downloaded icu_normalizer v2.1.1
5062026-08-25T19:47:34.312Z Downloaded serde_path_to_error v0.1.20
5072026-08-25T19:47:34.312Z Downloaded tower-layer v0.3.3
5082026-08-25T19:47:34.317Z Downloaded ecdsa v0.17.0
5092026-08-25T19:47:34.320Z Downloaded shlex v1.3.0
5102026-08-25T19:47:34.320Z Downloaded subtle v2.6.1
5112026-08-25T19:47:34.323Z Downloaded supports-color v2.1.0
5122026-08-25T19:47:34.323Z Downloaded tagptr v0.2.0
5132026-08-25T19:47:34.323Z Downloaded take_mut v0.2.2
5142026-08-25T19:47:34.323Z Downloaded diesel_derives v2.3.7
5152026-08-25T19:47:34.326Z Downloaded rsa v0.9.10
5162026-08-25T19:47:34.329Z Downloaded samael v0.0.19
5172026-08-25T19:47:34.332Z Downloaded scuffle v0.1.0
5182026-08-25T19:47:34.335Z Downloaded peg-macros v0.8.5
5192026-08-25T19:47:34.338Z Downloaded slog-async v2.8.0
5202026-08-25T19:47:34.338Z Downloaded icu_collections v2.1.1
5212026-08-25T19:47:34.341Z Downloaded rand_distr v0.5.1
5222026-08-25T19:47:34.341Z Downloaded untrusted v0.9.0
5232026-08-25T19:47:34.344Z Downloaded utf8_iter v1.0.4
5242026-08-25T19:47:34.344Z Downloaded xattr v1.6.1
5252026-08-25T19:47:34.344Z Downloaded typify v0.6.2
5262026-08-25T19:47:34.347Z Downloaded crossterm v0.29.0
5272026-08-25T19:47:34.350Z Downloaded sqlformat v0.3.5
5282026-08-25T19:47:34.350Z Downloaded strum v0.26.3
5292026-08-25T19:47:34.350Z Downloaded stringprep v0.1.5
5302026-08-25T19:47:34.353Z Downloaded dirs-sys-next v0.1.2
5312026-08-25T19:47:34.353Z Downloaded downcast-rs v2.0.2
5322026-08-25T19:47:34.356Z Downloaded dyn-clone v1.0.20
5332026-08-25T19:47:34.359Z Downloaded escape8259 v0.5.3
5342026-08-25T19:47:34.362Z Downloaded pest_derive v2.8.6
5352026-08-25T19:47:34.365Z Downloaded rand_core v0.6.4
5362026-08-25T19:47:34.365Z Downloaded rand_core v0.9.5
5372026-08-25T19:47:34.368Z Downloaded rustversion v1.0.22
5382026-08-25T19:47:34.368Z Downloaded strum_macros v0.27.2
5392026-08-25T19:47:34.372Z Downloaded thread_local v1.1.9
5402026-08-25T19:47:34.372Z Downloaded universal-hash v0.5.1
5412026-08-25T19:47:34.372Z Downloaded embedded-io v0.6.1
5422026-08-25T19:47:34.375Z Downloaded fastrand v2.3.0
5432026-08-25T19:47:34.375Z Downloaded argon2 v0.6.0-rc.8
5442026-08-25T19:47:34.380Z Downloaded tokio-postgres v0.7.16
5452026-08-25T19:47:34.384Z Downloaded vte v0.14.1
5462026-08-25T19:47:34.387Z Downloaded blake2 v0.10.6
5472026-08-25T19:47:34.387Z Downloaded camino v1.2.5
5482026-08-25T19:47:34.390Z Downloaded slab v0.4.12
5492026-08-25T19:47:34.390Z Downloaded unarray v0.1.4
5502026-08-25T19:47:34.392Z Downloaded foreign-types-shared v0.3.1
5512026-08-25T19:47:34.400Z Downloaded der v0.8.0
5522026-08-25T19:47:34.404Z Downloaded internal-russh-num-bigint v0.5.0
5532026-08-25T19:47:34.407Z Downloaded url v2.5.8
5542026-08-25T19:47:34.410Z Downloaded indexmap v2.14.0
5552026-08-25T19:47:34.413Z Downloaded textwrap v0.16.2
5562026-08-25T19:47:34.413Z Downloaded usdt-impl v0.5.0
5572026-08-25T19:47:34.415Z Downloaded stacker v0.1.23
5582026-08-25T19:47:34.415Z Downloaded multimap v0.10.1
5592026-08-25T19:47:34.416Z Downloaded futures-io v0.3.32
5602026-08-25T19:47:34.418Z Downloaded futures-macro v0.3.32
5612026-08-25T19:47:34.421Z Downloaded yoke v0.8.1
5622026-08-25T19:47:34.424Z Downloaded lru-cache v0.1.2
5632026-08-25T19:47:34.432Z Downloaded hashbrown v0.12.3
5642026-08-25T19:47:34.435Z Downloaded hyper-util v0.1.20
5652026-08-25T19:47:34.438Z Downloaded nonempty v0.12.0
5662026-08-25T19:47:34.441Z Downloaded getrandom v0.3.4
5672026-08-25T19:47:34.441Z Downloaded getrandom v0.4.3
5682026-08-25T19:47:34.444Z Downloaded ascii-canvas v3.0.0
5692026-08-25T19:47:34.449Z Downloaded async-recursion v1.1.1
5702026-08-25T19:47:34.449Z Downloaded pkcs1 v0.7.5
5712026-08-25T19:47:34.449Z Downloaded thiserror-impl v1.0.69
5722026-08-25T19:47:34.449Z Downloaded parking_lot v0.12.5
5732026-08-25T19:47:34.452Z Downloaded digest v0.10.7
5742026-08-25T19:47:34.452Z Downloaded tokio-dtrace v0.1.1
5752026-08-25T19:47:34.452Z Downloaded tinystr v0.8.2
5762026-08-25T19:47:34.455Z Downloaded quinn-udp v0.5.14
5772026-08-25T19:47:34.455Z Downloaded fixedbitset v0.5.7
5782026-08-25T19:47:34.455Z Downloaded atty v0.2.14
5792026-08-25T19:47:34.458Z Downloaded toml_writer v1.1.1+spec-1.1.0
5802026-08-25T19:47:34.458Z Downloaded cfg_aliases v0.1.1
5812026-08-25T19:47:34.458Z Downloaded olpc-cjson v0.1.4
5822026-08-25T19:47:34.458Z Downloaded parse-display v0.10.0
5832026-08-25T19:47:34.458Z Downloaded rusty-fork v0.3.1
5842026-08-25T19:47:34.463Z Downloaded miniz_oxide v0.8.9
5852026-08-25T19:47:34.466Z Downloaded backtrace-ext v0.2.1
5862026-08-25T19:47:34.469Z Downloaded walkdir v2.5.0
5872026-08-25T19:47:34.472Z Downloaded ron v0.8.1
5882026-08-25T19:47:34.475Z Downloaded signal-hook v0.3.18
5892026-08-25T19:47:34.478Z Downloaded tracing-attributes v0.1.31
5902026-08-25T19:47:34.481Z Downloaded predicates-core v1.0.10
5912026-08-25T19:47:34.484Z Downloaded precomputed-hash v0.1.1
5922026-08-25T19:47:34.484Z Downloaded enum_dispatch v0.3.13
5932026-08-25T19:47:34.487Z Downloaded foldhash v0.1.5
5942026-08-25T19:47:34.487Z Downloaded unicode-segmentation v1.12.0
5952026-08-25T19:47:34.490Z Downloaded glob v0.3.3
5962026-08-25T19:47:34.490Z Downloaded globset v0.4.18
5972026-08-25T19:47:34.490Z Downloaded progenitor-macro v0.13.0
5982026-08-25T19:47:34.493Z Downloaded fs_extra v1.3.0
5992026-08-25T19:47:34.498Z Downloaded match_cfg v0.1.0
6002026-08-25T19:47:34.501Z Downloaded proc-macro-error-attr v1.0.4
6012026-08-25T19:47:34.501Z Downloaded http v1.4.2
6022026-08-25T19:47:34.504Z Downloaded itertools v0.10.5
6032026-08-25T19:47:34.507Z Downloaded futures v0.3.32
6042026-08-25T19:47:34.510Z Downloaded chumsky v0.9.3
6052026-08-25T19:47:34.510Z Downloaded rustc-hash v2.1.1
6062026-08-25T19:47:34.513Z Downloaded num_enum_derive v0.7.6
6072026-08-25T19:47:34.513Z Downloaded aead v0.6.1
6082026-08-25T19:47:34.513Z Downloaded p256 v0.14.0
6092026-08-25T19:47:34.516Z Downloaded knus-derive v3.4.0
6102026-08-25T19:47:34.516Z Downloaded libloading v0.8.9
6112026-08-25T19:47:34.519Z Downloaded secrecy v0.8.0
6122026-08-25T19:47:34.519Z Downloaded radium v0.7.0
6132026-08-25T19:47:34.519Z Downloaded serde_spanned v1.1.1
6142026-08-25T19:47:34.523Z Downloaded sha1 v0.10.6
6152026-08-25T19:47:34.523Z Downloaded knus v3.4.0
6162026-08-25T19:47:34.523Z Downloaded newtype-uuid v1.3.2
6172026-08-25T19:47:34.525Z Downloaded subprocess v0.2.15
6182026-08-25T19:47:34.525Z Downloaded toml v0.7.8
6192026-08-25T19:47:34.528Z Downloaded bitflags v1.3.2
6202026-08-25T19:47:34.528Z Downloaded hickory-server v0.25.2
6212026-08-25T19:47:34.531Z Downloaded owo-colors v3.5.0
6222026-08-25T19:47:34.534Z Downloaded owo-colors v4.3.0
6232026-08-25T19:47:34.534Z Downloaded smawk v0.3.2
6242026-08-25T19:47:34.534Z Downloaded miette-derive v7.6.0
6252026-08-25T19:47:34.537Z Downloaded mime v0.3.17
6262026-08-25T19:47:34.537Z Downloaded getrandom v0.2.17
6272026-08-25T19:47:34.537Z Downloaded scroll_derive v0.12.1
6282026-08-25T19:47:34.540Z Downloaded serde-big-array v0.5.1
6292026-08-25T19:47:34.540Z Downloaded pem-rfc7468 v1.0.0
6302026-08-25T19:47:34.540Z Downloaded rustls-platform-verifier v0.6.2
6312026-08-25T19:47:34.543Z Downloaded num-complex v0.4.6
6322026-08-25T19:47:34.546Z Downloaded ucd-trie v0.1.7
6332026-08-25T19:47:34.546Z Downloaded prefix-trie v0.7.0
6342026-08-25T19:47:34.550Z Downloaded postgres-protocol v0.6.10
6352026-08-25T19:47:34.553Z Downloaded supports-hyperlinks v2.1.0
6362026-08-25T19:47:34.553Z Downloaded vergen v9.1.0
6372026-08-25T19:47:34.555Z Downloaded anstyle-parse v0.2.7
6382026-08-25T19:47:34.555Z Downloaded tokio-test v0.4.5
6392026-08-25T19:47:34.555Z Downloaded trait-variant v0.1.2
6402026-08-25T19:47:34.558Z Downloaded r2d2 v0.8.10
6412026-08-25T19:47:34.558Z Downloaded serde_core v1.0.228
6422026-08-25T19:47:34.562Z Downloaded usdt-macro v0.5.0
6432026-08-25T19:47:34.562Z Downloaded signature v3.0.0
6442026-08-25T19:47:34.566Z Downloaded supports-unicode v2.1.0
6452026-08-25T19:47:34.569Z Downloaded hashbrown v0.16.1
6462026-08-25T19:47:34.572Z Downloaded memmap2 v0.9.10
6472026-08-25T19:47:34.575Z Downloaded usdt v0.5.0
6482026-08-25T19:47:34.575Z Downloaded utf-8 v0.7.6
6492026-08-25T19:47:34.578Z Downloaded openssl-probe v0.2.1
6502026-08-25T19:47:34.578Z Downloaded oxide-update-engine v0.1.2
6512026-08-25T19:47:34.578Z Downloaded p521 v0.14.0
6522026-08-25T19:47:34.581Z Downloaded strum v0.27.2
6532026-08-25T19:47:34.581Z Downloaded supports-unicode v3.0.0
6542026-08-25T19:47:34.581Z Downloaded yasna v0.5.2
6552026-08-25T19:47:34.584Z Downloaded aes v0.9.1
6562026-08-25T19:47:34.586Z Downloaded topological-sort v0.2.2
6572026-08-25T19:47:34.586Z Downloaded zerofrom-derive v0.1.6
6582026-08-25T19:47:34.589Z Downloaded paste v1.0.15
6592026-08-25T19:47:34.589Z Downloaded digest-io v0.1.0
6602026-08-25T19:47:34.593Z Downloaded serde_with v1.14.0
6612026-08-25T19:47:34.596Z Downloaded zerocopy-derive v0.8.55
6622026-08-25T19:47:34.599Z Downloaded clap_builder v4.6.0
6632026-08-25T19:47:34.603Z Downloaded bzip2 v0.6.1
6642026-08-25T19:47:34.606Z Downloaded stringmetrics v2.2.2
6652026-08-25T19:47:34.606Z Downloaded dof v0.4.0
6662026-08-25T19:47:34.606Z Downloaded socket2 v0.6.3
6672026-08-25T19:47:34.609Z Downloaded env_filter v2.0.0
6682026-08-25T19:47:34.609Z Downloaded event-listener-strategy v0.5.4
6692026-08-25T19:47:34.609Z Downloaded foreign-types v0.3.2
6702026-08-25T19:47:34.612Z Downloaded litemap v0.8.1
6712026-08-25T19:47:34.612Z Downloaded progenitor-extras v0.2.0
6722026-08-25T19:47:34.612Z Downloaded lazy_static v1.5.0
6732026-08-25T19:47:34.615Z Downloaded linked-hash-map v0.5.6
6742026-08-25T19:47:34.615Z Downloaded pkcs1 v0.8.0-rc.4
6752026-08-25T19:47:34.615Z Downloaded toml_edit v0.22.27
6762026-08-25T19:47:34.618Z Downloaded poly1305 v0.9.0
6772026-08-25T19:47:34.618Z Downloaded tui-tree-widget v0.23.1
6782026-08-25T19:47:34.622Z Downloaded jiff-static v0.2.34
6792026-08-25T19:47:34.625Z Downloaded memoffset v0.9.1
6802026-08-25T19:47:34.625Z Downloaded newtype_derive v0.1.6
6812026-08-25T19:47:34.625Z Downloaded num_enum_derive v0.5.11
6822026-08-25T19:47:34.628Z Downloaded dsl_auto_type v0.2.0
6832026-08-25T19:47:34.628Z Downloaded dtrace-parser v0.2.0
6842026-08-25T19:47:34.628Z Downloaded unicase v2.9.0
6852026-08-25T19:47:34.628Z Downloaded float-cmp v0.10.0
6862026-08-25T19:47:34.631Z Downloaded futures-sink v0.3.32
6872026-08-25T19:47:34.634Z Downloaded hashbrown v0.17.0
6882026-08-25T19:47:34.637Z Downloaded lru v0.12.5
6892026-08-25T19:47:34.637Z Downloaded ed25519-dalek v3.0.0
6902026-08-25T19:47:34.643Z Downloaded async-stream v0.3.6
6912026-08-25T19:47:34.649Z Downloaded bitflags v2.11.0
6922026-08-25T19:47:34.652Z Downloaded blake2 v0.11.0-rc.6
6932026-08-25T19:47:34.655Z Downloaded sha1 v0.11.0
6942026-08-25T19:47:34.655Z Downloaded slog-scope v4.4.1
6952026-08-25T19:47:34.655Z Downloaded spki v0.8.0
6962026-08-25T19:47:34.658Z Downloaded num-traits v0.2.19
6972026-08-25T19:47:34.658Z Downloaded zeroize v1.9.0
6982026-08-25T19:47:34.658Z Downloaded maybe-uninit v2.0.0
6992026-08-25T19:47:34.661Z Downloaded normalize-line-endings v0.3.0
7002026-08-25T19:47:34.661Z Downloaded array-init v0.0.4
7012026-08-25T19:47:34.661Z Downloaded proc-macro-crate v1.3.1
7022026-08-25T19:47:34.664Z Downloaded zstd v0.13.3
7032026-08-25T19:47:34.667Z Downloaded foreign-types-shared v0.1.1
7042026-08-25T19:47:34.670Z Downloaded dropshot_endpoint v0.17.1
7052026-08-25T19:47:34.670Z Downloaded proc-macro-crate v3.4.0
7062026-08-25T19:47:34.673Z Downloaded miette v7.6.0
7072026-08-25T19:47:34.676Z Downloaded target-spec v3.5.7
7082026-08-25T19:47:34.676Z Downloaded tiny-keccak v2.0.2
7092026-08-25T19:47:34.679Z Downloaded tinytemplate v1.2.1
7102026-08-25T19:47:34.679Z Downloaded qorb v0.4.1
7112026-08-25T19:47:34.683Z Downloaded pest_generator v2.8.6
7122026-08-25T19:47:34.683Z Downloaded cargo-platform v0.3.2
7132026-08-25T19:47:34.684Z Downloaded zerovec v0.11.5
7142026-08-25T19:47:34.687Z Downloaded phf_shared v0.13.1
7152026-08-25T19:47:34.687Z Downloaded hashbrown v0.15.5
7162026-08-25T19:47:34.690Z Downloaded itertools v0.12.1
7172026-08-25T19:47:34.693Z Downloaded serde_urlencoded v0.7.1
7182026-08-25T19:47:34.696Z Downloaded strsim v0.11.1
7192026-08-25T19:47:34.696Z Downloaded libbz2-rs-sys v0.2.2
7202026-08-25T19:47:34.696Z Downloaded stable_deref_trait v1.2.1
7212026-08-25T19:47:34.696Z Downloaded tabled_derive v0.7.0
7222026-08-25T19:47:34.698Z Downloaded thread-id v5.1.0
7232026-08-25T19:47:34.698Z Downloaded vsss-rs v3.3.4
7242026-08-25T19:47:34.702Z Downloaded crypto-primes v0.7.2
7252026-08-25T19:47:34.704Z Downloaded serde_json v1.0.151
7262026-08-25T19:47:34.708Z Downloaded rand_xorshift v0.4.0
7272026-08-25T19:47:34.711Z Downloaded itertools v0.13.0
7282026-08-25T19:47:34.714Z Downloaded num_enum v0.7.6
7292026-08-25T19:47:34.717Z Downloaded base64ct v1.8.3
7302026-08-25T19:47:34.717Z Downloaded byte-wrapper v0.1.0
7312026-08-25T19:47:34.720Z Downloaded rustls-pki-types v1.14.0
7322026-08-25T19:47:34.720Z Downloaded hashbrown v0.14.5
7332026-08-25T19:47:34.724Z Downloaded time-core v0.1.8
7342026-08-25T19:47:34.724Z Downloaded untrusted v0.7.1
7352026-08-25T19:47:34.726Z Downloaded semver v0.1.20
7362026-08-25T19:47:34.727Z Downloaded oorandom v11.1.5
7372026-08-25T19:47:34.729Z Downloaded cipher v0.4.4
7382026-08-25T19:47:34.732Z Downloaded ff v0.14.0
7392026-08-25T19:47:34.732Z Downloaded futures-timer v3.0.3
7402026-08-25T19:47:34.732Z Downloaded hkdf v0.13.0
7412026-08-25T19:47:34.735Z Downloaded memchr v2.8.0
7422026-08-25T19:47:34.738Z Downloaded wait-timeout v0.2.1
7432026-08-25T19:47:34.738Z Downloaded xshell-macros v0.2.7
7442026-08-25T19:47:34.738Z Downloaded fancy-regex v0.14.0
7452026-08-25T19:47:34.741Z Downloaded path-tree v0.8.3
7462026-08-25T19:47:34.741Z Downloaded rustls-webpki v0.103.13
7472026-08-25T19:47:34.744Z Downloaded proc-macro-error v1.0.4
7482026-08-25T19:47:34.747Z Downloaded git-stub-vcs v0.1.0
7492026-08-25T19:47:34.750Z Downloaded port-file v0.1.0
7502026-08-25T19:47:34.753Z Downloaded serde v1.0.228
7512026-08-25T19:47:34.756Z Downloaded pest_meta v2.8.6
7522026-08-25T19:47:34.761Z Downloaded serde_with_macros v1.5.2
7532026-08-25T19:47:34.765Z Downloaded cbc v0.2.1
7542026-08-25T19:47:34.768Z Downloaded lzss v0.8.2
7552026-08-25T19:47:34.770Z Downloaded num-conv v0.2.0
7562026-08-25T19:47:34.770Z Downloaded num_threads v0.1.7
7572026-08-25T19:47:34.770Z Downloaded approx v0.5.1
7582026-08-25T19:47:34.773Z Downloaded async-stream-impl v0.3.6
7592026-08-25T19:47:34.776Z Downloaded iri-string v0.7.10
7602026-08-25T19:47:34.779Z Downloaded string_cache v0.8.9
7612026-08-25T19:47:34.779Z Downloaded tar v0.4.46
7622026-08-25T19:47:34.782Z Downloaded unicode-bidi v0.3.18
7632026-08-25T19:47:34.785Z Downloaded async-lock v3.4.2
7642026-08-25T19:47:34.788Z Downloaded anstyle-parse v1.0.0
7652026-08-25T19:47:34.788Z Downloaded phf v0.13.1
7662026-08-25T19:47:34.791Z Downloaded kem v0.3.0
7672026-08-25T19:47:34.794Z Downloaded memmap v0.7.0
7682026-08-25T19:47:34.794Z Downloaded cfg_aliases v0.2.1
7692026-08-25T19:47:34.794Z Downloaded portable-atomic v1.13.1
7702026-08-25T19:47:34.797Z Downloaded time-macros v0.2.27
7712026-08-25T19:47:34.800Z Downloaded new_debug_unreachable v1.0.6
7722026-08-25T19:47:34.800Z Downloaded ar_archive_writer v0.5.1
7732026-08-25T19:47:34.803Z Downloaded rand_seeder v0.4.0
7742026-08-25T19:47:34.803Z Downloaded pbkdf2 v0.13.0
7752026-08-25T19:47:34.806Z Downloaded xshell v0.2.7
7762026-08-25T19:47:34.806Z Downloaded zeroize_derive v1.5.0
7772026-08-25T19:47:34.806Z Downloaded plain v0.2.3
7782026-08-25T19:47:34.806Z Downloaded quick-error v1.2.3
7792026-08-25T19:47:34.809Z Downloaded ryu v1.0.23
7802026-08-25T19:47:34.809Z Downloaded typenum v1.20.1
7812026-08-25T19:47:34.813Z Downloaded same-file v1.0.6
7822026-08-25T19:47:34.813Z Downloaded libxml v0.3.3
7832026-08-25T19:47:34.816Z Downloaded uzers v0.12.2
7842026-08-25T19:47:34.818Z Downloaded slog-stdlog v4.1.1
7852026-08-25T19:47:34.818Z Downloaded fs-err v3.3.0
7862026-08-25T19:47:34.818Z Downloaded recursive-proc-macro-impl v0.1.1
7872026-08-25T19:47:34.821Z Downloaded seq-macro v0.3.6
7882026-08-25T19:47:34.824Z Downloaded structmeta-derive v0.3.0
7892026-08-25T19:47:34.824Z Downloaded packed_struct_codegen v0.10.1
7902026-08-25T19:47:34.824Z Downloaded signal-hook-registry v1.4.8
7912026-08-25T19:47:34.824Z Downloaded hkdf v0.12.4
7922026-08-25T19:47:34.828Z Downloaded pretty_assertions v1.4.1
7932026-08-25T19:47:34.828Z Downloaded postcard v1.1.3
7942026-08-25T19:47:34.832Z Downloaded quick-xml v0.37.5
7952026-08-25T19:47:34.832Z Downloaded nom v7.1.3
7962026-08-25T19:47:34.834Z Downloaded thiserror v1.0.69
7972026-08-25T19:47:34.839Z Downloaded parking v2.2.1
7982026-08-25T19:47:34.842Z Downloaded powerfmt v0.2.0
7992026-08-25T19:47:34.842Z Downloaded linear-map v1.2.0
8002026-08-25T19:47:34.847Z Downloaded unicode-linebreak v0.1.5
8012026-08-25T19:47:34.851Z Downloaded rand_pcg v0.10.2
8022026-08-25T19:47:34.851Z Downloaded textwrap v0.15.2
8032026-08-25T19:47:34.851Z Downloaded russh-cryptovec v0.62.0
8042026-08-25T19:47:34.851Z Downloaded spin v0.9.8
8052026-08-25T19:47:34.854Z Downloaded goblin v0.8.2
8062026-08-25T19:47:34.858Z Downloaded itertools v0.14.0
8072026-08-25T19:47:34.861Z Downloaded blake2b_simd v1.0.4
8082026-08-25T19:47:34.861Z Downloaded chacha20poly1305 v0.10.1
8092026-08-25T19:47:34.864Z Downloaded tempfile v3.27.0
8102026-08-25T19:47:34.864Z Downloaded zstd-safe v7.2.4
8112026-08-25T19:47:34.864Z Downloaded term v0.7.0
8122026-08-25T19:47:34.866Z Downloaded twox-hash v2.1.2
8132026-08-25T19:47:34.870Z Downloaded sapling-renderdag v0.1.0
8142026-08-25T19:47:34.870Z Downloaded shell-words v1.1.1
8152026-08-25T19:47:34.870Z Downloaded camino-tempfile v1.4.1
8162026-08-25T19:47:34.873Z Downloaded tabwriter v1.4.1
8172026-08-25T19:47:34.873Z Downloaded icu_properties_data v2.1.2
8182026-08-25T19:47:34.877Z Downloaded papergrid v0.11.0
8192026-08-25T19:47:34.880Z Downloaded ed25519 v3.0.0
8202026-08-25T19:47:34.880Z Downloaded either v1.15.0
8212026-08-25T19:47:34.883Z Downloaded phf v0.12.1
8222026-08-25T19:47:34.883Z Downloaded zip v4.6.1
8232026-08-25T19:47:34.886Z Downloaded itertools v0.15.0
8242026-08-25T19:47:34.889Z Downloaded dirs-next v2.0.0
8252026-08-25T19:47:34.891Z Downloaded parking_lot_core v0.9.12
8262026-08-25T19:47:34.891Z Downloaded primefield v0.14.0
8272026-08-25T19:47:34.891Z Downloaded elliptic-curve v0.14.1
8282026-08-25T19:47:34.894Z Downloaded idna v1.1.0
8292026-08-25T19:47:34.897Z Downloaded rayon-core v1.13.0
8302026-08-25T19:47:34.897Z Downloaded rstest_macros v0.25.0
8312026-08-25T19:47:34.900Z Downloaded proc-macro-error2 v2.0.1
8322026-08-25T19:47:34.903Z Downloaded schemars_derive v0.8.22
8332026-08-25T19:47:34.904Z Downloaded keccak v0.1.6
8342026-08-25T19:47:34.904Z Downloaded sec1 v0.8.1
8352026-08-25T19:47:34.907Z Downloaded mime_guess v2.0.5
8362026-08-25T19:47:34.907Z Downloaded universal-hash v0.6.1
8372026-08-25T19:47:34.907Z Downloaded void v1.0.2
8382026-08-25T19:47:34.907Z Downloaded flagset v0.4.7
8392026-08-25T19:47:34.907Z Downloaded miette-derive v5.10.0
8402026-08-25T19:47:34.910Z Downloaded macaddr v1.0.1
8412026-08-25T19:47:34.910Z Downloaded jiff-core v0.1.0
8422026-08-25T19:47:34.912Z Downloaded salsa20 v0.11.0
8432026-08-25T19:47:34.912Z Downloaded toml_edit v0.19.15
8442026-08-25T19:47:34.922Z Downloaded semver v1.0.28
8452026-08-25T19:47:34.925Z Downloaded bcs v0.1.6
8462026-08-25T19:47:34.925Z Downloaded rstest v0.25.0
8472026-08-25T19:47:34.928Z Downloaded similar v2.7.0
8482026-08-25T19:47:34.931Z Downloaded toml v0.8.23
8492026-08-25T19:47:34.935Z Downloaded base64 v0.21.7
8502026-08-25T19:47:34.938Z Downloaded ml-kem v0.3.2
8512026-08-25T19:47:34.938Z Downloaded usdt-impl v0.6.0
8522026-08-25T19:47:34.938Z Downloaded percent-encoding v2.3.2
8532026-08-25T19:47:34.938Z Downloaded rustyline v14.0.0
8542026-08-25T19:47:34.940Z Downloaded gethostname v0.5.0
8552026-08-25T19:47:34.941Z Downloaded num-derive v0.4.2
8562026-08-25T19:47:34.943Z Downloaded nodrop v0.1.14
8572026-08-25T19:47:34.943Z Downloaded ed25519-dalek v2.2.0
8582026-08-25T19:47:34.943Z Downloaded bit-vec v0.8.0
8592026-08-25T19:47:34.946Z Downloaded serdect v0.4.3
8602026-08-25T19:47:34.946Z Downloaded target-lexicon v0.13.3
8612026-08-25T19:47:34.949Z Downloaded psl-types v2.0.11
8622026-08-25T19:47:34.949Z Downloaded rtoolbox v0.0.3
8632026-08-25T19:47:34.949Z Downloaded serde_bytes v0.11.19
8642026-08-25T19:47:34.949Z Downloaded event-listener v5.4.1
8652026-08-25T19:47:34.952Z Downloaded hyper v1.10.1
8662026-08-25T19:47:34.955Z Downloaded zmij v1.0.21
8672026-08-25T19:47:34.958Z Downloaded filetime v0.2.27
8682026-08-25T19:47:34.958Z Downloaded oxide-update-engine-types v0.1.2
8692026-08-25T19:47:34.965Z Downloaded erased-serde v0.3.31
8702026-08-25T19:47:34.970Z Downloaded terminal_size v0.4.3
8712026-08-25T19:47:34.973Z Downloaded signal-hook-tokio v0.3.1
8722026-08-25T19:47:34.973Z Downloaded sponge-cursor v0.1.0
8732026-08-25T19:47:34.975Z Downloaded toml_write v0.1.2
8742026-08-25T19:47:34.976Z Downloaded usdt v0.6.0
8752026-08-25T19:47:34.982Z Downloaded jobserver v0.1.34
8762026-08-25T19:47:34.985Z Downloaded iddqd v0.4.2
8772026-08-25T19:47:34.989Z Downloaded tower-http v0.6.8
8782026-08-25T19:47:34.995Z Downloaded goblin v0.10.5
8792026-08-25T19:47:34.999Z Downloaded smallvec v1.15.1
8802026-08-25T19:47:35.002Z Downloaded dunce v1.0.5
8812026-08-25T19:47:35.003Z Downloaded arrayvec v0.7.6
8822026-08-25T19:47:35.003Z Downloaded itoa v1.0.17
8832026-08-25T19:47:35.003Z Downloaded newline-converter v0.3.0
8842026-08-25T19:47:35.006Z Downloaded fxhash v0.2.1
8852026-08-25T19:47:35.009Z Downloaded rand_chacha v0.3.1
8862026-08-25T19:47:35.012Z Downloaded test-strategy v0.4.5
8872026-08-25T19:47:35.015Z Downloaded structmeta v0.3.0
8882026-08-25T19:47:35.018Z Downloaded nanorand v0.7.0
8892026-08-25T19:47:35.022Z Downloaded predicates-tree v1.0.13
8902026-08-25T19:47:35.025Z Downloaded scheduled-thread-pool v0.2.7
8912026-08-25T19:47:35.028Z Downloaded thread-id v4.2.2
8922026-08-25T19:47:35.031Z Downloaded tungstenite v0.23.0
8932026-08-25T19:47:35.034Z Downloaded unicode_categories v0.1.1
8942026-08-25T19:47:35.034Z Downloaded oso v0.27.3
8952026-08-25T19:47:35.037Z Downloaded resolv-conf v0.7.6
8962026-08-25T19:47:35.037Z Downloaded term v1.2.1
8972026-08-25T19:47:35.040Z Downloaded typify-macro v0.6.2
8982026-08-25T19:47:35.040Z Downloaded polyval v0.7.1
8992026-08-25T19:47:35.040Z Downloaded sync-ptr v0.1.4
9002026-08-25T19:47:35.043Z Downloaded waitgroup v0.1.2
9012026-08-25T19:47:35.043Z Downloaded form_urlencoded v1.2.2
9022026-08-25T19:47:35.043Z Downloaded kstat-rs v0.2.5
9032026-08-25T19:47:35.047Z Downloaded nibble_vec v0.1.0
9042026-08-25T19:47:35.047Z Downloaded aead v0.5.2
9052026-08-25T19:47:35.047Z Downloaded plotters v0.3.7
9062026-08-25T19:47:35.051Z Downloaded serde_tokenstream v0.3.0
9072026-08-25T19:47:35.054Z Downloaded strum_macros v0.26.4
9082026-08-25T19:47:35.054Z Downloaded uuid v1.23.4
9092026-08-25T19:47:35.057Z Downloaded flume v0.11.1
9102026-08-25T19:47:35.061Z Downloaded slog v2.8.2
9112026-08-25T19:47:35.061Z Downloaded thiserror-no-std v2.0.2
9122026-08-25T19:47:35.064Z Downloaded linkme-impl v0.3.35
9132026-08-25T19:47:35.064Z Downloaded tokio-native-tls v0.3.1
9142026-08-25T19:47:35.064Z Downloaded libsw v3.5.0
9152026-08-25T19:47:35.064Z Downloaded backoff v0.4.0
9162026-08-25T19:47:35.066Z Downloaded cfg-if v1.0.4
9172026-08-25T19:47:35.067Z Downloaded supports-color v3.0.2
9182026-08-25T19:47:35.074Z Downloaded vergen-lib v9.1.0
9192026-08-25T19:47:35.080Z Downloaded snafu v0.8.9
9202026-08-25T19:47:35.083Z Downloaded toml v1.1.2+spec-1.1.0
9212026-08-25T19:47:35.087Z Downloaded once_cell v1.21.3
9222026-08-25T19:47:35.090Z Downloaded ecdsa v0.16.9
9232026-08-25T19:47:35.090Z Downloaded ed25519 v2.2.3
9242026-08-25T19:47:35.094Z Downloaded fs-err v2.11.0
9252026-08-25T19:47:35.094Z Downloaded oxnet v0.1.6
9262026-08-25T19:47:35.097Z Downloaded serde_tokenstream v0.2.3
9272026-08-25T19:47:35.097Z Downloaded unicode-xid v0.2.6
9282026-08-25T19:47:35.101Z Downloaded sigpipe v0.1.3
9292026-08-25T19:47:35.101Z Downloaded chrono v0.4.45
9302026-08-25T19:47:35.105Z Downloaded oxide-update-engine-display v0.1.2
9312026-08-25T19:47:35.108Z Downloaded papergrid v0.18.0
9322026-08-25T19:47:35.111Z Downloaded blowfish v0.10.0
9332026-08-25T19:47:35.111Z Downloaded smallvec v0.6.14
9342026-08-25T19:47:35.115Z Downloaded zerofrom v0.1.6
9352026-08-25T19:47:35.125Z Downloaded thiserror v2.0.18
9362026-08-25T19:47:35.129Z Downloaded zerocopy v0.7.35
9372026-08-25T19:47:35.138Z Downloaded atomicwrites v0.4.4
9382026-08-25T19:47:35.141Z Downloaded scroll_derive v0.13.1
9392026-08-25T19:47:35.141Z Downloaded potential_utf v0.1.4
9402026-08-25T19:47:35.141Z Downloaded p384 v0.13.1
9412026-08-25T19:47:35.145Z Downloaded elliptic-curve v0.13.8
9422026-08-25T19:47:35.148Z Downloaded ena v0.14.4
9432026-08-25T19:47:35.148Z Downloaded x509-cert v0.2.5
9442026-08-25T19:47:35.151Z Downloaded termios v0.3.3
9452026-08-25T19:47:35.151Z Downloaded display-error-chain v0.2.2
9462026-08-25T19:47:35.151Z Downloaded dof v0.3.0
9472026-08-25T19:47:35.154Z Downloaded serde_spanned v0.6.9
9482026-08-25T19:47:35.154Z Downloaded globwalk v0.9.1
9492026-08-25T19:47:35.154Z Downloaded tinyvec_macros v0.1.1
9502026-08-25T19:47:35.154Z Downloaded block-buffer v0.10.4
9512026-08-25T19:47:35.158Z Downloaded rsa v0.10.0-rc.18
9522026-08-25T19:47:35.162Z Downloaded pin-project-internal v1.1.11
9532026-08-25T19:47:35.162Z Downloaded rustc_version v0.1.7
9542026-08-25T19:47:35.162Z Downloaded tokio-macros v2.7.0
9552026-08-25T19:47:35.165Z Downloaded usdt-attr-macro v0.5.0
9562026-08-25T19:47:35.165Z Downloaded md-5 v0.10.6
9572026-08-25T19:47:35.168Z Downloaded zerocopy-derive v0.7.35
9582026-08-25T19:47:35.168Z Downloaded password-hash v0.5.0
9592026-08-25T19:47:35.171Z Downloaded progenitor v0.14.0
9602026-08-25T19:47:35.174Z Downloaded base64 v0.22.1
9612026-08-25T19:47:35.177Z Downloaded omicron-zone-package v0.12.3
9622026-08-25T19:47:35.180Z Downloaded pin-project v1.1.11
9632026-08-25T19:47:35.184Z Downloaded whoami v2.1.0
9642026-08-25T19:47:35.187Z Downloaded psm v0.1.30
9652026-08-25T19:47:35.187Z Downloaded async-bb8-diesel v0.2.1
9662026-08-25T19:47:35.190Z Downloaded anstyle-query v1.1.5
9672026-08-25T19:47:35.190Z Downloaded serde_with_macros v3.21.0
9682026-08-25T19:47:35.193Z Downloaded managed v0.8.0
9692026-08-25T19:47:35.205Z Downloaded wyz v0.5.1
9702026-08-25T19:47:35.208Z Downloaded float-ord v0.3.2
9712026-08-25T19:47:35.208Z Downloaded futures-channel v0.3.32
9722026-08-25T19:47:35.211Z Downloaded sha3 v0.12.0
9732026-08-25T19:47:35.214Z Downloaded digest v0.11.3
9742026-08-25T19:47:35.217Z Downloaded terminal_size v0.1.17
9752026-08-25T19:47:35.217Z Downloaded futures-executor v0.3.32
9762026-08-25T19:47:35.220Z Downloaded knuffel-derive v3.2.0
9772026-08-25T19:47:35.220Z Downloaded multer v3.1.0
9782026-08-25T19:47:35.224Z Downloaded num_enum v0.5.11
9792026-08-25T19:47:35.227Z Downloaded knuffel v3.2.0
9802026-08-25T19:47:35.241Z Downloaded litrs v1.0.0
9812026-08-25T19:47:35.241Z Downloaded ppv-lite86 v0.2.21
9822026-08-25T19:47:35.241Z Downloaded camino-tempfile-ext v0.3.3
9832026-08-25T19:47:35.241Z Downloaded poly1305 v0.8.0
9842026-08-25T19:47:35.244Z Downloaded futures-core v0.3.32
9852026-08-25T19:47:35.244Z Downloaded socket2 v0.5.10
9862026-08-25T19:47:35.247Z Downloaded trybuild v1.0.116
9872026-08-25T19:47:35.247Z Downloaded toml_parser v1.1.2+spec-1.1.0
9882026-08-25T19:47:35.250Z Downloaded static_assertions v1.1.0
9892026-08-25T19:47:35.253Z Downloaded foldhash v0.2.0
9902026-08-25T19:47:35.253Z Downloaded zone v0.3.1
9912026-08-25T19:47:35.256Z Downloaded rustc_version v0.4.1
9922026-08-25T19:47:35.262Z Downloaded pkcs5 v0.8.1
9932026-08-25T19:47:35.265Z Downloaded tls_codec v0.4.2
9942026-08-25T19:47:35.268Z Downloaded libsw-core v0.3.2
9952026-08-25T19:47:35.277Z Downloaded ahash v0.8.12
9962026-08-25T19:47:35.280Z Downloaded tracing-core v0.1.36
9972026-08-25T19:47:35.280Z Downloaded tokio-rustls v0.26.4
9982026-08-25T19:47:35.283Z Downloaded bit-set v0.8.0
9992026-08-25T19:47:35.283Z Downloaded unsafe-libyaml v0.2.11
10002026-08-25T19:47:35.286Z Downloaded mio v1.2.0
10012026-08-25T19:47:35.289Z Downloaded block-buffer v0.12.1
10022026-08-25T19:47:35.289Z Downloaded parse-size v1.1.0
10032026-08-25T19:47:35.289Z Downloaded reqwest v0.13.2
10042026-08-25T19:47:35.292Z Downloaded winnow v0.6.26
10052026-08-25T19:47:35.297Z Downloaded bzip2 v0.4.4
10062026-08-25T19:47:35.300Z Downloaded scroll v0.13.0
10072026-08-25T19:47:35.300Z Downloaded anes v0.1.6
10082026-08-25T19:47:35.303Z Downloaded git-stub v1.0.0
10092026-08-25T19:47:35.306Z Downloaded libtest-mimic v0.8.1
10102026-08-25T19:47:35.306Z Downloaded slog-dtrace v0.3.0
10112026-08-25T19:47:35.309Z Downloaded flate2 v1.1.9
10122026-08-25T19:47:35.312Z Downloaded try-lock v0.2.5
10132026-08-25T19:47:35.312Z Downloaded zone_cfg_derive v0.3.1
10142026-08-25T19:47:35.312Z Downloaded serde_cbor v0.11.2
10152026-08-25T19:47:35.315Z Downloaded vergen-lib v0.1.6
10162026-08-25T19:47:35.315Z Downloaded peg v0.8.5
10172026-08-25T19:47:35.318Z Downloaded expectorate v1.2.0
10182026-08-25T19:47:35.321Z Downloaded parking_lot v0.11.2
10192026-08-25T19:47:35.324Z Downloaded ff v0.13.1
10202026-08-25T19:47:35.324Z Downloaded newtype-uuid-macros v0.1.0
10212026-08-25T19:47:35.327Z Downloaded rand v0.9.2
10222026-08-25T19:47:35.332Z Downloaded crypto-bigint v0.7.5
10232026-08-25T19:47:35.341Z Downloaded curve25519-dalek v4.1.3
10242026-08-25T19:47:35.346Z Downloaded sha2 v0.11.0
10252026-08-25T19:47:35.349Z Downloaded phc v0.6.1
10262026-08-25T19:47:35.349Z Downloaded fatfs v0.3.6
10272026-08-25T19:47:35.352Z Downloaded simd-adler32 v0.3.8
10282026-08-25T19:47:35.352Z Downloaded errno v0.3.14
10292026-08-25T19:47:35.355Z Downloaded schemars v1.2.1
10302026-08-25T19:47:35.361Z Downloaded zip v0.6.6
10312026-08-25T19:47:35.364Z Downloaded chacha20 v0.9.1
10322026-08-25T19:47:35.367Z Downloaded log v0.4.33
10332026-08-25T19:47:35.367Z Downloaded slog-json v2.6.1
10342026-08-25T19:47:35.367Z Downloaded winnow v0.5.40
10352026-08-25T19:47:35.372Z Downloaded num-integer v0.1.46
10362026-08-25T19:47:35.375Z Downloaded petname v2.0.2
10372026-08-25T19:47:35.378Z Downloaded backtrace v0.3.76
10382026-08-25T19:47:35.381Z Downloaded zerotrie v0.2.3
10392026-08-25T19:47:35.384Z Downloaded scrypt v0.12.0
10402026-08-25T19:47:35.384Z Downloaded vergen-gitcl v1.0.8
10412026-08-25T19:47:35.384Z Downloaded chacha20 v0.10.0
10422026-08-25T19:47:35.388Z Downloaded tower v0.5.3
10432026-08-25T19:47:35.390Z Downloaded enum-as-inner v0.6.1
10442026-08-25T19:47:35.394Z Downloaded bitvec v1.0.1
10452026-08-25T19:47:35.401Z Downloaded progenitor-client v0.13.0
10462026-08-25T19:47:35.404Z Downloaded rand v0.10.1
10472026-08-25T19:47:35.404Z Downloaded cc v1.2.56
10482026-08-25T19:47:35.407Z Downloaded prettyplease v0.2.37
10492026-08-25T19:47:35.410Z Downloaded time v0.3.47
10502026-08-25T19:47:35.416Z Downloaded unicode-properties v0.1.4
10512026-08-25T19:47:35.419Z Downloaded zlib-rs v0.6.2
10522026-08-25T19:47:35.422Z Downloaded p384 v0.14.0
10532026-08-25T19:47:35.425Z Downloaded radix_trie v0.2.1
10542026-08-25T19:47:35.428Z Downloaded dropshot-api-manager v0.8.0
10552026-08-25T19:47:36.434Z Downloaded schemars v0.9.0
10562026-08-25T19:47:36.438Z Downloaded drift v0.2.0
10572026-08-25T19:47:36.438Z Downloaded generic-array v1.4.3
10582026-08-25T19:47:36.438Z Downloaded strum_macros v0.24.3
10592026-08-25T19:47:36.438Z Downloaded bumpalo v3.20.2
10602026-08-25T19:47:36.438Z Downloaded nom v8.0.0
10612026-08-25T19:47:36.438Z Downloaded publicsuffix v2.3.0
10622026-08-25T19:47:36.438Z Downloaded partial-io v0.5.4
10632026-08-25T19:47:36.438Z Downloaded tokio-stream v0.1.18
10642026-08-25T19:47:36.438Z Downloaded openssl-sys v0.9.117
10652026-08-25T19:47:36.438Z Downloaded unicode-ident v1.0.24
10662026-08-25T19:47:36.438Z Downloaded libm v0.2.16
10672026-08-25T19:47:36.438Z Downloaded git2 v0.20.4
10682026-08-25T19:47:36.438Z Downloaded tough v0.22.0
10692026-08-25T19:47:36.438Z Downloaded minimal-lexical v0.2.1
10702026-08-25T19:47:36.438Z Downloaded quinn v0.11.11
10712026-08-25T19:47:36.438Z Downloaded miette v5.10.0
10722026-08-25T19:47:36.438Z Downloaded typed-path v0.9.3
10732026-08-25T19:47:36.438Z Downloaded yansi v1.0.1
10742026-08-25T19:47:36.438Z Downloaded tokio-util v0.7.18
10752026-08-25T19:47:36.438Z Downloaded num-bigint-dig v0.8.6
10762026-08-25T19:47:36.438Z Downloaded toml_edit v0.23.10+spec-1.0.0
10772026-08-25T19:47:36.438Z Downloaded async-compression v0.4.41
10782026-08-25T19:47:36.438Z Downloaded arc-swap v1.8.2
10792026-08-25T19:47:36.438Z Downloaded curve25519-dalek v5.0.0
10802026-08-25T19:47:36.439Z Downloaded reqwest v0.12.28
10812026-08-25T19:47:36.439Z Downloaded aes-gcm v0.11.0
10822026-08-25T19:47:36.439Z Downloaded unicode-normalization v0.1.25
10832026-08-25T19:47:36.439Z Downloaded regex-syntax v0.6.29
10842026-08-25T19:47:36.439Z Downloaded num-bigint v0.4.6
10852026-08-25T19:47:36.439Z Downloaded unicode-width v0.1.14
10862026-08-25T19:47:36.439Z Downloaded ssh-key v0.7.0-rc.11
10872026-08-25T19:47:36.439Z Downloaded vcpkg v0.2.15
10882026-08-25T19:47:36.439Z Downloaded smoltcp v0.9.1
10892026-08-25T19:47:36.439Z Downloaded steno v0.4.1
10902026-08-25T19:47:36.439Z Downloaded salty v0.3.0
10912026-08-25T19:47:36.439Z Downloaded quinn-proto v0.11.16
10922026-08-25T19:47:36.439Z Downloaded winnow v1.0.3
10932026-08-25T19:47:36.439Z Downloaded rayon v1.11.0
10942026-08-25T19:47:36.439Z Downloaded object v0.30.4
10952026-08-25T19:47:36.439Z Downloaded pest v2.8.6
10962026-08-25T19:47:36.439Z Downloaded futures-util v0.3.32
10972026-08-25T19:47:36.439Z Downloaded serde_with v3.21.0
10982026-08-25T19:47:36.439Z Downloaded reedline v0.40.0
10992026-08-25T19:47:36.439Z Downloaded winnow v0.7.14
11002026-08-25T19:47:36.439Z Downloaded aho-corasick v1.1.4
11012026-08-25T19:47:36.439Z Downloaded regex v1.12.3
11022026-08-25T19:47:36.439Z Downloaded nix v0.27.1
11032026-08-25T19:47:36.439Z Downloaded polar-core v0.27.3
11042026-08-25T19:47:36.439Z Downloaded diesel v2.3.7
11052026-08-25T19:47:36.439Z Downloaded nix v0.28.0
11062026-08-25T19:47:36.439Z Downloaded syn v1.0.109
11072026-08-25T19:47:36.439Z Downloaded unicode-width v0.2.0
11082026-08-25T19:47:36.439Z Downloaded openssl v0.10.80
11092026-08-25T19:47:36.439Z Downloaded aws-lc-rs v1.16.3
11102026-08-25T19:47:36.439Z Downloaded lalrpop v0.19.12
11112026-08-25T19:47:36.439Z Downloaded proptest v1.11.0
11122026-08-25T19:47:36.439Z Downloaded blake3 v1.8.5
11132026-08-25T19:47:36.439Z Downloaded tracing v0.1.44
11142026-08-25T19:47:36.439Z Downloaded sqlparser v0.61.0
11152026-08-25T19:47:36.439Z Downloaded zerocopy v0.8.55
11162026-08-25T19:47:36.439Z Downloaded tabled v0.21.0
11172026-08-25T19:47:36.439Z Downloaded regress v0.10.5
11182026-08-25T19:47:36.439Z Downloaded hickory-proto v0.24.4
11192026-08-25T19:47:36.439Z Downloaded rawzip v0.4.4
11202026-08-25T19:47:36.440Z Downloaded syn v3.0.3
11212026-08-25T19:47:36.440Z Downloaded regex-syntax v0.8.10
11222026-08-25T19:47:36.440Z Downloaded bindgen v0.71.1
11232026-08-25T19:47:36.440Z Downloaded hickory-proto v0.25.2
11242026-08-25T19:47:36.440Z Downloaded tabled v0.15.0
11252026-08-25T19:47:36.440Z Downloaded nix v0.31.2
11262026-08-25T19:47:36.440Z Downloaded bstr v1.12.1
11272026-08-25T19:47:36.440Z Downloaded syn v2.0.117
11282026-08-25T19:47:36.440Z Downloaded russh v0.62.4
11292026-08-25T19:47:36.440Z Downloaded gimli v0.32.3
11302026-08-25T19:47:36.440Z Downloaded openapiv3 v2.2.0
11312026-08-25T19:47:36.440Z Downloaded sled v0.34.7
11322026-08-25T19:47:36.440Z Downloaded rustix v0.38.44
11332026-08-25T19:47:36.440Z Downloaded moka v0.12.13
11342026-08-25T19:47:36.440Z Downloaded rustls v0.23.41
11352026-08-25T19:47:36.440Z Downloaded typify-impl v0.6.2
11362026-08-25T19:47:36.440Z Downloaded regex-automata v0.4.14
11372026-08-25T19:47:36.440Z Downloaded petgraph v0.6.5
11382026-08-25T19:47:36.440Z Downloaded object v0.37.3
11392026-08-25T19:47:36.440Z Downloaded bzip2-sys v0.1.13+1.0.8
11402026-08-25T19:47:36.440Z Downloaded dropshot v0.17.1
11412026-08-25T19:47:36.440Z Downloaded jiff v0.2.34
11422026-08-25T19:47:36.440Z Downloaded csv v1.4.0
11432026-08-25T19:47:36.440Z Downloaded regress v0.11.1
11442026-08-25T19:47:36.440Z Downloaded smoltcp v0.11.0
11452026-08-25T19:47:36.440Z Downloaded libc v0.2.185
11462026-08-25T19:47:36.440Z Downloaded chrono-tz v0.10.4
11472026-08-25T19:47:36.440Z Downloaded libz-sys v1.1.24
11482026-08-25T19:47:36.440Z Downloaded petgraph v0.8.3
11492026-08-25T19:47:36.440Z Downloaded rustix v1.1.4
11502026-08-25T19:47:36.440Z Downloaded ring v0.17.14
11512026-08-25T19:47:36.440Z Downloaded zerocopy-derive v0.6.6
11522026-08-25T19:47:36.440Z Downloaded sha3 v0.11.0
11532026-08-25T19:47:36.440Z Downloaded ratatui v0.29.0
11542026-08-25T19:47:36.440Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11552026-08-25T19:47:36.440Z Downloaded tokio v1.52.1
11562026-08-25T19:47:36.444Z Downloaded sha3 v0.10.8
11572026-08-25T19:47:36.508Z Downloaded encoding_rs v0.8.35
11582026-08-25T19:47:36.536Z Downloaded httpmock v0.8.3
11592026-08-25T19:47:36.572Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-25T19:47:37.205Z Downloaded aws-lc-sys v0.40.0
11612026-08-25T19:47:37.621Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-25T19:47:42.884Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-25T19:47:43.277Z Startup: Caching catalogs ... Done
11642026-08-25T19:47:45.514ZPlanning: Solver setup ... Done (2.068s)
11652026-08-25T19:47:45.558ZPlanning: Running solver ... Done (0.062s)
11662026-08-25T19:47:45.590ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-25T19:47:45.604ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-25T19:47:45.628ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-25T19:47:45.663ZPlanning: Package planning ... Done (0.013s)
11702026-08-25T19:47:45.663ZPlanning: Merging actions ... Done (0.002s)
11712026-08-25T19:47:45.847ZPlanning: Checking for conflicting actions ... Done (0.225s)
11722026-08-25T19:47:45.853ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-25T19:47:46.750ZPlanning: Evaluating mediators ... Done (0.901s)
11742026-08-25T19:47:46.753ZPlanning: Planning completed in 3.44 seconds
11752026-08-25T19:47:46.759Z Packages to install: 2
11762026-08-25T19:47:46.759Z Estimated space available: 155.73 GB
11772026-08-25T19:47:46.762ZEstimated space to be consumed: 80.56 MB
11782026-08-25T19:47:46.762Z Create boot environment: No
11792026-08-25T19:47:46.762ZCreate backup boot environment: No
11802026-08-25T19:47:46.762Z Rebuild boot archive: No
11812026-08-25T19:47:46.762Z
11822026-08-25T19:47:46.762ZChanged packages:
11832026-08-25T19:47:46.762Zhelios
11842026-08-25T19:47:46.762Z developer/build-essential
11852026-08-25T19:47:46.762Z None -> 11-3.0
11862026-08-25T19:47:46.762Z library/libxmlsec1
11872026-08-25T19:47:46.762Z None -> 1.2.35-3.0
11882026-08-25T19:47:46.784Z
11892026-08-25T19:47:46.784ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-25T19:47:46.866ZDownload: Completed 1.28 MB in 0.08 seconds (15.8M/s)
11912026-08-25T19:47:46.983Z Actions: 1/268 actions (Installing new actions)
11922026-08-25T19:47:47.031Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-25T19:47:47.056ZFinalize: Updating package state database ... Done (0.036s)
11942026-08-25T19:47:47.059ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-25T19:47:47.147ZFinalize: Updating image state ... Done (0.089s)
11962026-08-25T19:47:49.832ZFinalize: Creating fast lookup database ... Done (2.634s)
11972026-08-25T19:47:49.897ZFinalize: Reading search index ... Done (0.012s)
11982026-08-25T19:47:49.900ZFinalize: Updating search index ... Done (0.000s)
11992026-08-25T19:47:49.991ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-25T19:47:50.360ZPlanning: Evaluating mediator changes ... Done
12012026-08-25T19:47:50.463ZPlanning: Checking for conflicting actions ... Done
12022026-08-25T19:47:50.466ZPlanning: Consolidating action changes ... Done
12032026-08-25T19:47:50.621ZPlanning: Evaluating mediators ... Done
12042026-08-25T19:47:50.624ZPlanning: Planning completed in 0.26 seconds
12052026-08-25T19:47:50.645Z Mediators to change: 2
12062026-08-25T19:47:50.646Z Create boot environment: No
12072026-08-25T19:47:50.646ZCreate backup boot environment: No
12082026-08-25T19:47:50.696ZFinalize: Updating package state database ... Done
12092026-08-25T19:47:50.696ZFinalize: Updating package cache ... Done
12102026-08-25T19:47:50.754ZFinalize: Updating image state ... Done
12112026-08-25T19:47:52.710ZFinalize: Creating fast lookup database ... Done
12122026-08-25T19:47:52.770ZFinalize: Reading search index ... Done
12132026-08-25T19:47:52.775ZFinalize: Updating search index ... Done
12142026-08-25T19:47:52.832ZFinalize: Updating package cache ... Done
12152026-08-25T19:47:53.137ZPlanning: Evaluating mediator changes ... Done
12162026-08-25T19:47:53.228ZPlanning: Checking for conflicting actions ... Done
12172026-08-25T19:47:53.239ZPlanning: Consolidating action changes ... Done
12182026-08-25T19:47:53.385ZPlanning: Evaluating mediators ... Done
12192026-08-25T19:47:53.392ZPlanning: Planning completed in 0.27 seconds
12202026-08-25T19:47:53.416Z Mediators to change: 1
12212026-08-25T19:47:53.416Z Create boot environment: No
12222026-08-25T19:47:53.416ZCreate backup boot environment: No
12232026-08-25T19:47:53.456ZFinalize: Updating package state database ... Done
12242026-08-25T19:47:53.457ZFinalize: Updating package cache ... Done
12252026-08-25T19:47:53.512ZFinalize: Updating image state ... Done
12262026-08-25T19:47:55.465ZFinalize: Creating fast lookup database ... Done
12272026-08-25T19:47:55.527ZFinalize: Reading search index ... Done
12282026-08-25T19:47:55.530ZFinalize: Updating search index ... Done
12292026-08-25T19:47:55.587ZFinalize: Updating package cache ... Done
12302026-08-25T19:47:55.910ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-25T19:47:55.910Zapache system 2.4 system
12322026-08-25T19:47:55.910Zclang system 15 system
12332026-08-25T19:47:55.910Zcsh system system illumos
12342026-08-25T19:47:55.910Zctags system system illumos
12352026-08-25T19:47:55.910Zfile vendor vendor darwinsys
12362026-08-25T19:47:55.910Zfile system system illumos
12372026-08-25T19:47:55.910Zgcc vendor 14 vendor
12382026-08-25T19:47:55.910Zgcc system 13 system
12392026-08-25T19:47:55.910Zgcc system 10 system
12402026-08-25T19:47:55.910Zgo system 1.25 system
12412026-08-25T19:47:55.910Zllvm system 15 system
12422026-08-25T19:47:55.910Zmariadb system 11.4 system
12432026-08-25T19:47:55.910Zmta vendor vendor dma
12442026-08-25T19:47:55.911Zopenjdk system 17 system
12452026-08-25T19:47:55.911Zopenjdk system 11 system
12462026-08-25T19:47:55.911Zopenssl vendor 3 vendor
12472026-08-25T19:47:55.911Zperl system 5.40 system
12482026-08-25T19:47:55.911Zpostgresql system 18 system
12492026-08-25T19:47:55.911Zpostgresql system 17 system
12502026-08-25T19:47:55.911Zpython vendor 3 vendor
12512026-08-25T19:47:55.911Zpython system 2 system
12522026-08-25T19:47:55.911Zpython3 vendor 3.13 vendor
12532026-08-25T19:47:55.911Zruby system 3.4 system
12542026-08-25T19:47:55.911Zruby system 3.0 system
12552026-08-25T19:47:55.911Zwords vendor vendor american-english
12562026-08-25T19:47:55.911Zwords system system australian-english
12572026-08-25T19:47:55.911Zwords system system british-english
12582026-08-25T19:47:55.911Zwords system system canadian-english
12592026-08-25T19:47:55.911Zwords system system french
12602026-08-25T19:47:55.911Zwords system system italian
12612026-08-25T19:47:55.911Zwords system system ngerman
12622026-08-25T19:47:55.911Zwords system system ogerman
12632026-08-25T19:47:55.911Zwords system system spanish
12642026-08-25T19:47:56.178ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-25T19:47:56.178Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-25T19:47:56.662ZFMRI IFO
12672026-08-25T19:47:56.662Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-25T19:47:56.662Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-25T19:47:56.662Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-25T19:47:56.662Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-25T19:47:56.662Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-25T19:47:56.662Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-25T19:47:56.662Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-25T19:47:56.663Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-25T19:47:56.663Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-25T19:47:57.289Z Downloading crates ...
12772026-08-25T19:47:57.334Z Downloaded cargo_toml v0.21.0
12782026-08-25T19:47:57.376Z Compiling proc-macro2 v1.0.106
12792026-08-25T19:47:57.376Z Compiling unicode-ident v1.0.24
12802026-08-25T19:47:57.376Z Compiling quote v1.0.45
12812026-08-25T19:47:57.377Z Compiling serde_core v1.0.228
12822026-08-25T19:47:57.390Z Compiling libc v0.2.185
12832026-08-25T19:47:57.390Z Compiling version_check v0.9.5
12842026-08-25T19:47:57.454Z Compiling memchr v2.8.0
12852026-08-25T19:47:57.466Z Compiling serde v1.0.228
12862026-08-25T19:47:57.466Z Compiling zmij v1.0.21
12872026-08-25T19:47:57.467Z Compiling itoa v1.0.17
12882026-08-25T19:47:57.467Z Compiling ucd-trie v0.1.7
12892026-08-25T19:47:57.467Z Compiling thiserror v1.0.69
12902026-08-25T19:47:57.467Z Compiling rustix v1.1.4
12912026-08-25T19:47:57.467Z Compiling byteorder v1.5.0
12922026-08-25T19:47:57.715Z Compiling serde_json v1.0.151
12932026-08-25T19:47:57.769Z Compiling bitflags v2.11.0
12942026-08-25T19:47:57.801Z Compiling camino v1.2.5
12952026-08-25T19:47:57.963Z Compiling proc-macro-error-attr v1.0.4
12962026-08-25T19:47:57.995Z Compiling usdt-impl v0.5.0
12972026-08-25T19:47:58.003Z Compiling pest v2.8.6
12982026-08-25T19:47:58.070Z Compiling syn v1.0.109
12992026-08-25T19:47:58.075Z Compiling proc-macro-error v1.0.4
13002026-08-25T19:47:58.091Z Compiling hashbrown v0.17.0
13012026-08-25T19:47:58.125Z Compiling equivalent v1.0.2
13022026-08-25T19:47:58.147Z Compiling utf8parse v0.2.2
13032026-08-25T19:47:58.211Z Compiling log v0.4.33
13042026-08-25T19:47:58.225Z Compiling getrandom v0.4.3
13052026-08-25T19:47:58.237Z Compiling plain v0.2.3
13062026-08-25T19:47:58.245Z Compiling anstyle-parse v1.0.0
13072026-08-25T19:47:58.296Z Compiling is_terminal_polyfill v1.70.2
13082026-08-25T19:47:58.315Z Compiling anstyle-query v1.1.5
13092026-08-25T19:47:58.367Z Compiling winnow v0.7.14
13102026-08-25T19:47:58.384Z Compiling anstyle v1.0.14
13112026-08-25T19:47:58.399Z Compiling cfg-if v1.0.4
13122026-08-25T19:47:58.426Z Compiling thiserror v2.0.18
13132026-08-25T19:47:58.432Z Compiling toml_write v0.1.2
13142026-08-25T19:47:58.436Z Compiling pretty-hex v0.4.1
13152026-08-25T19:47:58.455Z Compiling errno v0.3.14
13162026-08-25T19:47:58.481Z Compiling thread-id v4.2.2
13172026-08-25T19:47:58.494Z Compiling autocfg v1.5.0
13182026-08-25T19:47:58.508Z Compiling colorchoice v1.0.4
13192026-08-25T19:47:58.590Z Compiling heck v0.4.1
13202026-08-25T19:47:58.619Z Compiling indexmap v2.14.0
13212026-08-25T19:47:58.628Z Compiling anstream v1.0.0
13222026-08-25T19:47:58.648Z Compiling bytecount v0.6.9
13232026-08-25T19:47:58.652Z Compiling strsim v0.11.1
13242026-08-25T19:47:58.652Z Compiling anyhow v1.0.104
13252026-08-25T19:47:58.701Z Compiling heck v0.5.0
13262026-08-25T19:47:58.842Z Compiling fnv v1.0.7
13272026-08-25T19:47:58.853Z Compiling unicode-width v0.1.14
13282026-08-25T19:47:58.957Z Compiling fastrand v2.3.0
13292026-08-25T19:47:58.968Z Compiling syn v2.0.117
13302026-08-25T19:47:58.989Z Compiling fs-err v3.3.0
13312026-08-25T19:47:59.005Z Compiling clap_lex v1.0.0
13322026-08-25T19:47:59.039Z Compiling once_cell v1.21.3
13332026-08-25T19:47:59.062Z Compiling memmap v0.7.0
13342026-08-25T19:47:59.147Z Compiling pest_meta v2.8.6
13352026-08-25T19:47:59.233Z Compiling papergrid v0.11.0
13362026-08-25T19:47:59.249Z Compiling unicode-linebreak v0.1.5
13372026-08-25T19:47:59.262Z Compiling smawk v0.3.2
13382026-08-25T19:47:59.286Z Compiling unicode-width v0.2.0
13392026-08-25T19:47:59.308Z Compiling swrite v0.1.0
13402026-08-25T19:47:59.462Z Compiling terminal_size v0.4.3
13412026-08-25T19:47:59.462Z Compiling tempfile v3.27.0
13422026-08-25T19:47:59.543Z Compiling clap_builder v4.6.0
13432026-08-25T19:47:59.544Z Compiling textwrap v0.16.2
13442026-08-25T19:47:59.779Z Compiling semver v1.0.28
13452026-08-25T19:47:59.779Z Compiling cargo-platform v0.3.2
13462026-08-25T19:48:00.052Z Compiling camino-tempfile v1.4.1
13472026-08-25T19:48:00.397Z Compiling tabled_derive v0.7.0
13482026-08-25T19:48:01.076Z Compiling tabled v0.15.0
13492026-08-25T19:48:01.090Z Compiling pest_generator v2.8.6
13502026-08-25T19:48:01.568Z Compiling serde_derive v1.0.228
13512026-08-25T19:48:01.568Z Compiling thiserror-impl v1.0.69
13522026-08-25T19:48:01.574Z Compiling zerocopy-derive v0.7.35
13532026-08-25T19:48:01.574Z Compiling scroll_derive v0.12.1
13542026-08-25T19:48:01.574Z Compiling thiserror-impl v2.0.18
13552026-08-25T19:48:01.574Z Compiling clap_derive v4.6.1
13562026-08-25T19:48:01.616Z Compiling pest_derive v2.8.6
13572026-08-25T19:48:02.174Z Compiling scroll v0.12.0
13582026-08-25T19:48:02.217Z Compiling zerocopy v0.7.35
13592026-08-25T19:48:02.381Z Compiling goblin v0.8.2
13602026-08-25T19:48:02.556Z Compiling dtrace-parser v0.2.0
13612026-08-25T19:48:02.864Z Compiling clap v4.6.1
13622026-08-25T19:48:03.946Z Compiling dof v0.3.0
13632026-08-25T19:48:03.946Z Compiling serde_tokenstream v0.2.3
13642026-08-25T19:48:03.954Z Compiling serde_spanned v0.6.9
13652026-08-25T19:48:03.958Z Compiling toml_datetime v0.6.11
13662026-08-25T19:48:03.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13672026-08-25T19:48:03.966Z Compiling cargo_metadata v0.23.1
13682026-08-25T19:48:03.966Z Compiling macaddr v1.0.1
13692026-08-25T19:48:04.130Z Compiling toml_edit v0.22.27
13702026-08-25T19:48:04.613Z Compiling usdt-attr-macro v0.5.0
13712026-08-25T19:48:04.616Z Compiling usdt-macro v0.5.0
13722026-08-25T19:48:05.218Z Compiling usdt v0.5.0
13732026-08-25T19:48:05.372Z Compiling toml v0.8.23
13742026-08-25T19:48:05.689Z Compiling cargo_toml v0.21.0
13752026-08-25T19:48:06.977Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13762026-08-25T19:48:09.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.20s
13772026-08-25T19:48:09.077Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13782026-08-25T19:48:09.851Z Compiling serde_core v1.0.228
13792026-08-25T19:48:09.851Z Compiling libc v0.2.185
13802026-08-25T19:48:09.851Z Compiling serde v1.0.228
13812026-08-25T19:48:09.858Z Compiling log v0.4.33
13822026-08-25T19:48:09.858Z Compiling smallvec v1.15.1
13832026-08-25T19:48:09.858Z Compiling shlex v1.3.0
13842026-08-25T19:48:09.858Z Compiling find-msvc-tools v0.1.9
13852026-08-25T19:48:09.858Z Compiling subtle v2.6.1
13862026-08-25T19:48:10.027Z Compiling scopeguard v1.2.0
13872026-08-25T19:48:10.036Z Compiling stable_deref_trait v1.2.1
13882026-08-25T19:48:10.039Z Compiling typenum v1.20.1
13892026-08-25T19:48:10.039Z Compiling zerocopy v0.8.55
13902026-08-25T19:48:10.039Z Compiling portable-atomic v1.13.1
13912026-08-25T19:48:10.075Z Compiling serde_json v1.0.151
13922026-08-25T19:48:10.089Z Compiling syn v2.0.117
13932026-08-25T19:48:10.101Z Compiling critical-section v1.2.0
13942026-08-25T19:48:10.159Z Compiling lock_api v0.4.14
13952026-08-25T19:48:10.174Z Compiling libm v0.2.16
13962026-08-25T19:48:10.189Z Compiling num-traits v0.2.19
13972026-08-25T19:48:10.201Z Compiling pkg-config v0.3.32
13982026-08-25T19:48:10.215Z Compiling generic-array v0.14.7
13992026-08-25T19:48:10.257Z Compiling const-oid v0.9.6
14002026-08-25T19:48:10.285Z Compiling pin-project-lite v0.2.17
14012026-08-25T19:48:10.299Z Compiling parking_lot_core v0.9.12
14022026-08-25T19:48:10.342Z Compiling getrandom v0.4.3
14032026-08-25T19:48:10.373Z Compiling rand_core v0.10.0
14042026-08-25T19:48:10.402Z Compiling futures-core v0.3.32
14052026-08-25T19:48:10.453Z Compiling writeable v0.6.2
14062026-08-25T19:48:10.528Z Compiling percent-encoding v2.3.2
14072026-08-25T19:48:10.544Z Compiling litemap v0.8.1
14082026-08-25T19:48:10.578Z Compiling icu_normalizer_data v2.1.1
14092026-08-25T19:48:10.606Z Compiling icu_properties_data v2.1.2
14102026-08-25T19:48:10.620Z Compiling rustix v1.1.4
14112026-08-25T19:48:10.623Z Compiling getrandom v0.3.4
14122026-08-25T19:48:10.664Z Compiling futures-sink v0.3.32
14132026-08-25T19:48:10.727Z Compiling utf8_iter v1.0.4
14142026-08-25T19:48:10.741Z Compiling futures-task v0.3.32
14152026-08-25T19:48:10.754Z Compiling futures-io v0.3.32
14162026-08-25T19:48:10.779Z Compiling futures-channel v0.3.32
14172026-08-25T19:48:10.793Z Compiling slab v0.4.12
14182026-08-25T19:48:10.889Z Compiling errno v0.3.14
14192026-08-25T19:48:10.902Z Compiling jobserver v0.1.34
14202026-08-25T19:48:10.925Z Compiling getrandom v0.2.17
14212026-08-25T19:48:10.971Z Compiling mio v1.2.0
14222026-08-25T19:48:10.993Z Compiling socket2 v0.6.3
14232026-08-25T19:48:11.008Z Compiling signal-hook-registry v1.4.8
14242026-08-25T19:48:11.024Z Compiling form_urlencoded v1.2.2
14252026-08-25T19:48:11.032Z Compiling rustversion v1.0.22
14262026-08-25T19:48:11.105Z Compiling rand_core v0.6.4
14272026-08-25T19:48:11.183Z Compiling cc v1.2.56
14282026-08-25T19:48:11.200Z Compiling once_cell v1.21.3
14292026-08-25T19:48:11.222Z Compiling parking_lot v0.12.5
14302026-08-25T19:48:11.262Z Compiling base64ct v1.8.3
14312026-08-25T19:48:11.277Z Compiling iana-time-zone v0.1.65
14322026-08-25T19:48:11.325Z Compiling flagset v0.4.7
14332026-08-25T19:48:11.359Z Compiling fs_extra v1.3.0
14342026-08-25T19:48:11.427Z Compiling dunce v1.0.5
14352026-08-25T19:48:11.431Z Compiling regex-syntax v0.8.10
14362026-08-25T19:48:11.469Z Compiling ident_case v1.0.1
14372026-08-25T19:48:11.472Z Compiling base64 v0.22.1
14382026-08-25T19:48:11.485Z Compiling rand_core v0.9.5
14392026-08-25T19:48:11.513Z Compiling pem-rfc7468 v0.7.0
14402026-08-25T19:48:11.540Z Compiling syn v1.0.109
14412026-08-25T19:48:11.566Z Compiling vcpkg v0.2.15
14422026-08-25T19:48:11.581Z Compiling tracing-core v0.1.36
14432026-08-25T19:48:11.613Z Compiling cpufeatures v0.2.17
14442026-08-25T19:48:11.626Z Compiling simd-adler32 v0.3.8
14452026-08-25T19:48:11.643Z Compiling aws-lc-rs v1.16.3
14462026-08-25T19:48:11.664Z Compiling schemars v0.8.22
14472026-08-25T19:48:11.697Z Compiling dyn-clone v1.0.20
14482026-08-25T19:48:11.790Z Compiling spin v0.9.8
14492026-08-25T19:48:11.826Z Compiling adler2 v2.0.1
14502026-08-25T19:48:11.840Z Compiling cmov v0.5.4
14512026-08-25T19:48:11.855Z Compiling openssl-probe v0.2.1
14522026-08-25T19:48:11.901Z Compiling tinyvec_macros v0.1.1
14532026-08-25T19:48:11.919Z Compiling httparse v1.10.1
14542026-08-25T19:48:11.948Z Compiling cmake v0.1.57
14552026-08-25T19:48:11.965Z Compiling crc32fast v1.5.0
14562026-08-25T19:48:11.977Z Compiling tinyvec v1.10.0
14572026-08-25T19:48:11.988Z Compiling miniz_oxide v0.8.9
14582026-08-25T19:48:12.007Z Compiling aho-corasick v1.1.4
14592026-08-25T19:48:12.044Z Compiling ctutils v0.4.2
14602026-08-25T19:48:12.072Z Compiling tower-layer v0.3.3
14612026-08-25T19:48:12.150Z Compiling tower-service v0.3.3
14622026-08-25T19:48:12.155Z Compiling bitflags v2.11.0
14632026-08-25T19:48:12.265Z Compiling semver v1.0.28
14642026-08-25T19:48:12.268Z Compiling indexmap v2.14.0
14652026-08-25T19:48:12.292Z Compiling uuid v1.23.4
14662026-08-25T19:48:12.341Z Compiling atomic-waker v1.1.2
14672026-08-25T19:48:12.368Z Compiling try-lock v0.2.5
14682026-08-25T19:48:12.371Z Compiling radium v0.7.0
14692026-08-25T19:48:12.401Z Compiling untrusted v0.7.1
14702026-08-25T19:48:12.489Z Compiling rustc_version v0.4.1
14712026-08-25T19:48:12.492Z Compiling want v0.3.1
14722026-08-25T19:48:12.602Z Compiling tap v1.0.1
14732026-08-25T19:48:12.617Z Compiling maybe-uninit v2.0.0
14742026-08-25T19:48:12.621Z Compiling untrusted v0.9.0
14752026-08-25T19:48:12.677Z Compiling foreign-types-shared v0.1.1
14762026-08-25T19:48:12.691Z Compiling rustls v0.23.41
14772026-08-25T19:48:12.725Z Compiling openssl v0.10.80
14782026-08-25T19:48:12.767Z Compiling httpdate v1.0.3
14792026-08-25T19:48:12.785Z Compiling aws-lc-sys v0.40.0
14802026-08-25T19:48:12.786Z Compiling openssl-sys v0.9.117
14812026-08-25T19:48:12.824Z Compiling bzip2-sys v0.1.13+1.0.8
14822026-08-25T19:48:12.860Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-08-25T19:48:12.887Z Compiling foreign-types v0.3.2
14842026-08-25T19:48:12.913Z Compiling synstructure v0.13.2
14852026-08-25T19:48:12.935Z Compiling serde_derive_internals v0.29.1
14862026-08-25T19:48:12.967Z Compiling pest_generator v2.8.6
14872026-08-25T19:48:12.982Z Compiling regex-automata v0.4.14
14882026-08-25T19:48:12.996Z Compiling darling_core v0.20.11
14892026-08-25T19:48:13.071Z Compiling wyz v0.5.1
14902026-08-25T19:48:13.320Z Compiling tempfile v3.27.0
14912026-08-25T19:48:13.336Z Compiling terminal_size v0.4.3
14922026-08-25T19:48:13.406Z Compiling unicode-normalization v0.1.25
14932026-08-25T19:48:13.420Z Compiling num-integer v0.1.46
14942026-08-25T19:48:13.494Z Compiling wait-timeout v0.2.1
14952026-08-25T19:48:13.539Z Compiling ahash v0.8.12
14962026-08-25T19:48:13.575Z Compiling num-conv v0.2.0
14972026-08-25T19:48:13.717Z Compiling bit-vec v0.8.0
14982026-08-25T19:48:13.732Z Compiling powerfmt v0.2.0
14992026-08-25T19:48:13.732Z Compiling native-tls v0.2.18
15002026-08-25T19:48:13.764Z Compiling funty v2.0.0
15012026-08-25T19:48:13.779Z Compiling packed_struct v0.10.1
15022026-08-25T19:48:13.783Z Compiling num-bigint-dig v0.8.6
15032026-08-25T19:48:13.795Z Compiling time-core v0.1.8
15042026-08-25T19:48:13.858Z Compiling quick-error v1.2.3
15052026-08-25T19:48:13.900Z Compiling deranged v0.5.8
15062026-08-25T19:48:13.938Z Compiling bit-set v0.8.0
15072026-08-25T19:48:13.977Z Compiling rusty-fork v0.3.1
15082026-08-25T19:48:13.980Z Compiling time-macros v0.2.27
15092026-08-25T19:48:13.980Z Compiling num-iter v0.1.45
15102026-08-25T19:48:13.981Z Compiling clap_builder v4.6.0
15112026-08-25T19:48:14.095Z Compiling bitvec v1.0.1
15122026-08-25T19:48:14.126Z Compiling lazy_static v1.5.0
15132026-08-25T19:48:14.149Z Compiling rand_xorshift v0.4.0
15142026-08-25T19:48:14.190Z Compiling sync_wrapper v1.0.2
15152026-08-25T19:48:14.225Z Compiling indexmap v1.9.3
15162026-08-25T19:48:14.304Z Compiling num_threads v0.1.7
15172026-08-25T19:48:14.318Z Compiling crossbeam-utils v0.8.21
15182026-08-25T19:48:14.331Z Compiling zlib-rs v0.6.2
15192026-08-25T19:48:14.362Z Compiling crc-catalog v2.4.0
15202026-08-25T19:48:14.415Z Compiling nodrop v0.1.14
15212026-08-25T19:48:14.430Z Compiling object v0.37.3
15222026-08-25T19:48:14.467Z Compiling paste v1.0.15
15232026-08-25T19:48:14.519Z Compiling unarray v0.1.4
15242026-08-25T19:48:14.615Z Compiling unicode-segmentation v1.12.0
15252026-08-25T19:48:14.631Z Compiling serde_derive v1.0.228
15262026-08-25T19:48:14.644Z Compiling zeroize_derive v1.5.0
15272026-08-25T19:48:14.717Z Compiling zerofrom-derive v0.1.6
15282026-08-25T19:48:14.751Z Compiling zerocopy-derive v0.8.55
15292026-08-25T19:48:14.921Z Compiling yoke-derive v0.8.1
15302026-08-25T19:48:15.028Z Compiling zerovec-derive v0.11.2
15312026-08-25T19:48:15.101Z Compiling displaydoc v0.2.5
15322026-08-25T19:48:15.164Z Compiling tokio-macros v2.7.0
15332026-08-25T19:48:15.341Z Compiling futures-macro v0.3.32
15342026-08-25T19:48:15.381Z Compiling thiserror-impl v2.0.18
15352026-08-25T19:48:15.593Z Compiling der_derive v0.7.3
15362026-08-25T19:48:15.852Z Compiling tracing-attributes v0.1.31
15372026-08-25T19:48:15.866Z Compiling schemars_derive v0.8.22
15382026-08-25T19:48:15.872Z Compiling scroll_derive v0.13.1
15392026-08-25T19:48:16.158Z Compiling pest_derive v2.8.6
15402026-08-25T19:48:16.165Z Compiling zerofrom v0.1.6
15412026-08-25T19:48:16.198Z Compiling darling_macro v0.20.11
15422026-08-25T19:48:16.212Z Compiling futures-util v0.3.32
15432026-08-25T19:48:16.321Z Compiling yoke v0.8.1
15442026-08-25T19:48:16.541Z Compiling zerovec v0.11.5
15452026-08-25T19:48:16.628Z Compiling zerotrie v0.2.3
15462026-08-25T19:48:16.659Z Compiling thiserror-impl v1.0.69
15472026-08-25T19:48:16.729Z Compiling openssl-macros v0.1.1
15482026-08-25T19:48:16.741Z Compiling scroll v0.13.0
15492026-08-25T19:48:16.828Z Compiling thiserror v2.0.18
15502026-08-25T19:48:16.935Z Compiling darling v0.20.11
15512026-08-25T19:48:16.951Z Compiling packed_struct_codegen v0.10.1
15522026-08-25T19:48:17.031Z Compiling tinystr v0.8.2
15532026-08-25T19:48:17.042Z Compiling potential_utf v0.1.4
15542026-08-25T19:48:17.062Z Compiling goblin v0.10.5
15552026-08-25T19:48:17.081Z Compiling bitfield-macros v0.19.4
15562026-08-25T19:48:17.172Z Compiling icu_collections v2.1.1
15572026-08-25T19:48:17.215Z Compiling icu_locale_core v2.1.1
15582026-08-25T19:48:17.218Z Compiling tracing v0.1.44
15592026-08-25T19:48:17.218Z Compiling clap_derive v4.6.1
15602026-08-25T19:48:17.257Z Compiling zerocopy-derive v0.6.6
15612026-08-25T19:48:17.523Z Compiling usdt-impl v0.6.0
15622026-08-25T19:48:17.659Z Compiling siphasher v1.0.2
15632026-08-25T19:48:17.692Z Compiling flate2 v1.1.9
15642026-08-25T19:48:17.769Z Compiling derive_builder_core v0.20.2
15652026-08-25T19:48:17.845Z Compiling bitfield v0.19.4
15662026-08-25T19:48:17.878Z Compiling icu_provider v2.1.1
15672026-08-25T19:48:17.982Z Compiling thiserror v1.0.69
15682026-08-25T19:48:18.079Z Compiling dtrace-parser v0.3.0
15692026-08-25T19:48:18.107Z Compiling icu_normalizer v2.1.1
15702026-08-25T19:48:18.128Z Compiling zeroize v1.9.0
15712026-08-25T19:48:18.151Z Compiling bytes v1.11.1
15722026-08-25T19:48:18.156Z Compiling icu_properties v2.1.2
15732026-08-25T19:48:18.175Z Compiling chrono v0.4.45
15742026-08-25T19:48:18.199Z Compiling ipnet v2.12.0
15752026-08-25T19:48:18.218Z Compiling hex v0.4.3
15762026-08-25T19:48:18.506Z Compiling der v0.7.10
15772026-08-25T19:48:18.561Z Compiling rustls-pki-types v1.14.0
15782026-08-25T19:48:18.646Z Compiling tokio v1.52.1
15792026-08-25T19:48:18.660Z Compiling http v1.4.2
15802026-08-25T19:48:18.702Z Compiling hybrid-array v0.4.13
15812026-08-25T19:48:18.784Z Compiling toml_datetime v0.6.11
15822026-08-25T19:48:18.828Z Compiling serde_spanned v0.6.9
15832026-08-25T19:48:18.934Z Compiling block-buffer v0.10.4
15842026-08-25T19:48:18.987Z Compiling crypto-common v0.1.7
15852026-08-25T19:48:19.021Z Compiling idna_adapter v1.2.1
15862026-08-25T19:48:19.053Z Compiling clap v4.6.1
15872026-08-25T19:48:19.068Z Compiling zerocopy v0.6.6
15882026-08-25T19:48:19.123Z Compiling digest v0.10.7
15892026-08-25T19:48:19.142Z Compiling idna v1.1.0
15902026-08-25T19:48:19.175Z Compiling time v0.3.47
15912026-08-25T19:48:19.376Z Compiling ppv-lite86 v0.2.21
15922026-08-25T19:48:19.391Z Compiling spki v0.7.3
15932026-08-25T19:48:19.408Z Compiling http-body v1.0.1
15942026-08-25T19:48:19.483Z Compiling url v2.5.8
15952026-08-25T19:48:19.508Z Compiling sha2 v0.10.9
15962026-08-25T19:48:19.571Z Compiling pkcs8 v0.10.2
15972026-08-25T19:48:19.593Z Compiling signature v2.2.0
15982026-08-25T19:48:19.605Z Compiling hmac v0.12.1
15992026-08-25T19:48:19.623Z Compiling http-body-util v0.1.3
16002026-08-25T19:48:19.720Z Compiling rand_chacha v0.9.0
16012026-08-25T19:48:19.730Z Compiling rand_chacha v0.3.1
16022026-08-25T19:48:19.774Z Compiling dof v0.4.0
16032026-08-25T19:48:19.789Z Compiling pkcs1 v0.7.5
16042026-08-25T19:48:19.923Z Compiling rand v0.9.2
16052026-08-25T19:48:20.147Z Compiling rand v0.8.6
16062026-08-25T19:48:20.209Z Compiling scroll_derive v0.12.1
16072026-08-25T19:48:20.247Z Compiling structmeta-derive v0.3.0
16082026-08-25T19:48:20.342Z Compiling array-init v0.0.4
16092026-08-25T19:48:20.416Z Compiling crc v3.4.0
16102026-08-25T19:48:20.509Z Compiling proptest v1.11.0
16112026-08-25T19:48:20.561Z Compiling smallvec v0.6.14
16122026-08-25T19:48:20.692Z Compiling darling_core v0.23.0
16132026-08-25T19:48:20.731Z Compiling heapless v0.7.17
16142026-08-25T19:48:20.745Z Compiling slog v2.8.2
16152026-08-25T19:48:20.773Z Compiling thread-id v5.1.0
16162026-08-25T19:48:20.849Z Compiling env_filter v2.0.0
16172026-08-25T19:48:20.865Z Compiling syn v3.0.3
16182026-08-25T19:48:20.912Z Compiling ipnetwork v0.21.1
16192026-08-25T19:48:20.933Z Compiling cookie v0.18.1
16202026-08-25T19:48:20.954Z Compiling hashbrown v0.12.3
16212026-08-25T19:48:20.995Z Compiling gimli v0.32.3
16222026-08-25T19:48:21.036Z Compiling unicode-bidi v0.3.18
16232026-08-25T19:48:21.060Z Compiling anyhow v1.0.104
16242026-08-25T19:48:21.124Z Compiling allocator-api2 v0.2.21
16252026-08-25T19:48:21.173Z Compiling unicode-properties v0.1.4
16262026-08-25T19:48:21.334Z Compiling ryu v1.0.23
16272026-08-25T19:48:21.388Z Compiling winnow v0.5.40
16282026-08-25T19:48:21.400Z Compiling zstd-safe v7.2.4
16292026-08-25T19:48:21.424Z Compiling base64 v0.21.7
16302026-08-25T19:48:21.440Z Compiling iri-string v0.7.10
16312026-08-25T19:48:21.450Z Compiling signal-hook v0.3.18
16322026-08-25T19:48:21.460Z Compiling structmeta v0.3.0
16332026-08-25T19:48:21.495Z Compiling serde_urlencoded v0.7.1
16342026-08-25T19:48:21.639Z Compiling stringprep v0.1.5
16352026-08-25T19:48:21.668Z Compiling ron v0.8.1
16362026-08-25T19:48:21.705Z Compiling oxnet v0.1.6
16372026-08-25T19:48:21.789Z Compiling env_logger v0.11.11
16382026-08-25T19:48:21.843Z Compiling scroll v0.12.0
16392026-08-25T19:48:21.973Z Compiling rsa v0.9.10
16402026-08-25T19:48:22.099Z Compiling serde-hex v0.1.0
16412026-08-25T19:48:22.116Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-25T19:48:22.147Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16432026-08-25T19:48:22.605Z Compiling tokio-util v0.7.18
16442026-08-25T19:48:22.663Z Compiling tower v0.5.3
16452026-08-25T19:48:22.678Z Compiling tokio-native-tls v0.3.1
16462026-08-25T19:48:22.866Z Compiling addr2line v0.25.1
16472026-08-25T19:48:22.882Z Compiling toml_edit v0.19.15
16482026-08-25T19:48:23.023Z Compiling newtype-uuid v1.3.2
16492026-08-25T19:48:23.040Z Compiling hashbrown v0.13.2
16502026-08-25T19:48:23.168Z Compiling tower-http v0.6.8
16512026-08-25T19:48:23.285Z Compiling darling_macro v0.23.0
16522026-08-25T19:48:23.376Z Compiling h2 v0.4.15
16532026-08-25T19:48:23.550Z Compiling x509-cert v0.2.5
16542026-08-25T19:48:23.615Z Compiling block-buffer v0.12.1
16552026-08-25T19:48:23.685Z Compiling block-padding v0.4.2
16562026-08-25T19:48:23.746Z Compiling crypto-common v0.2.2
16572026-08-25T19:48:23.799Z Compiling bzip2 v0.4.4
16582026-08-25T19:48:23.833Z Compiling md-5 v0.10.6
16592026-08-25T19:48:23.872Z Compiling rustls-native-certs v0.8.3
16602026-08-25T19:48:23.895Z Compiling derive_builder_macro v0.20.2
16612026-08-25T19:48:24.020Z Compiling erased-serde v0.3.31
16622026-08-25T19:48:24.020Z Compiling serde_tokenstream v0.2.3
16632026-08-25T19:48:24.184Z Compiling camino v1.2.5
16642026-08-25T19:48:24.386Z Compiling bstr v1.12.1
16652026-08-25T19:48:24.390Z Compiling daft-derive v0.1.8
16662026-08-25T19:48:24.404Z Compiling pin-project-internal v1.1.11
16672026-08-25T19:48:24.511Z Compiling zerocopy-derive v0.7.35
16682026-08-25T19:48:24.528Z Compiling async-trait v0.1.89
16692026-08-25T19:48:24.583Z Compiling curve25519-dalek v4.1.3
16702026-08-25T19:48:24.935Z Compiling vergen-lib v9.1.0
16712026-08-25T19:48:25.051Z Compiling hash32 v0.2.1
16722026-08-25T19:48:25.067Z Compiling memoffset v0.9.1
16732026-08-25T19:48:25.129Z Compiling encoding_rs v0.8.35
16742026-08-25T19:48:25.132Z Compiling rustix v0.38.44
16752026-08-25T19:48:25.158Z Compiling ref-cast v1.0.25
16762026-08-25T19:48:25.171Z Compiling smoltcp v0.9.1
16772026-08-25T19:48:25.272Z Compiling owo-colors v4.3.0
16782026-08-25T19:48:25.284Z Compiling litrs v1.0.0
16792026-08-25T19:48:25.416Z Compiling rustc-demangle v0.1.27
16802026-08-25T19:48:25.482Z Compiling psl-types v2.0.11
16812026-08-25T19:48:25.498Z Compiling fallible-iterator v0.2.0
16822026-08-25T19:48:25.514Z Compiling mime v0.3.17
16832026-08-25T19:48:25.566Z Compiling crc-any v2.5.0
16842026-08-25T19:48:25.622Z Compiling cfg_aliases v0.2.1
16852026-08-25T19:48:25.626Z Compiling pin-project v1.1.11
16862026-08-25T19:48:25.626Z Compiling publicsuffix v2.3.0
16872026-08-25T19:48:25.698Z Compiling backtrace v0.3.76
16882026-08-25T19:48:25.735Z Compiling nix v0.31.2
16892026-08-25T19:48:25.813Z Compiling postgres-protocol v0.6.10
16902026-08-25T19:48:25.828Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16912026-08-25T19:48:25.842Z Compiling zerocopy v0.7.35
16922026-08-25T19:48:25.845Z Compiling document-features v0.2.12
16932026-08-25T19:48:25.910Z Compiling daft v0.1.8
16942026-08-25T19:48:26.014Z Compiling derive_builder v0.20.2
16952026-08-25T19:48:26.131Z Compiling toml v0.7.8
16962026-08-25T19:48:26.155Z Compiling zip v0.6.6
16972026-08-25T19:48:26.215Z Compiling inout v0.2.2
16982026-08-25T19:48:26.376Z Compiling darling v0.23.0
16992026-08-25T19:48:26.392Z Compiling object v0.30.4
17002026-08-25T19:48:26.407Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17012026-08-25T19:48:26.410Z Compiling goblin v0.8.2
17022026-08-25T19:48:26.487Z Compiling derive-ex v0.1.8
17032026-08-25T19:48:26.672Z Compiling hyper v1.10.1
17042026-08-25T19:48:26.722Z Compiling futures-executor v0.3.32
17052026-08-25T19:48:26.749Z Compiling phf_shared v0.13.1
17062026-08-25T19:48:26.768Z Compiling hubpack_derive v0.1.1
17072026-08-25T19:48:26.854Z Compiling regex v1.12.3
17082026-08-25T19:48:26.899Z Compiling convert_case v0.10.0
17092026-08-25T19:48:26.935Z Compiling curve25519-dalek-derive v0.1.1
17102026-08-25T19:48:26.998Z Compiling snafu-derive v0.8.9
17112026-08-25T19:48:27.012Z Compiling ref-cast-impl v1.0.25
17122026-08-25T19:48:27.016Z Compiling strum_macros v0.27.2
17132026-08-25T19:48:27.043Z Compiling cargo-platform v0.3.2
17142026-08-25T19:48:27.227Z Compiling vergen v9.1.0
17152026-08-25T19:48:27.250Z Compiling ff v0.13.1
17162026-08-25T19:48:27.308Z Compiling fs-err v3.3.0
17172026-08-25T19:48:27.338Z Compiling bitflags v1.3.2
17182026-08-25T19:48:27.408Z Compiling path-slash v0.1.5
17192026-08-25T19:48:27.426Z Compiling base16ct v0.2.0
17202026-08-25T19:48:27.441Z Compiling managed v0.8.0
17212026-08-25T19:48:27.512Z Compiling same-file v1.0.6
17222026-08-25T19:48:27.553Z Compiling bumpalo v3.20.2
17232026-08-25T19:48:27.608Z Compiling foldhash v0.2.0
17242026-08-25T19:48:27.630Z Compiling is_ci v1.2.0
17252026-08-25T19:48:27.650Z Compiling jiff-core v0.1.0
17262026-08-25T19:48:27.660Z Compiling foldhash v0.1.5
17272026-08-25T19:48:27.678Z Compiling either v1.15.0
17282026-08-25T19:48:27.696Z Compiling libbz2-rs-sys v0.2.2
17292026-08-25T19:48:27.791Z Compiling hyper-util v0.1.20
17302026-08-25T19:48:27.832Z Compiling hashbrown v0.15.5
17312026-08-25T19:48:27.853Z Compiling hashbrown v0.16.1
17322026-08-25T19:48:27.867Z Compiling zopfli v0.8.3
17332026-08-25T19:48:27.910Z Compiling supports-color v3.0.2
17342026-08-25T19:48:28.206Z Compiling test-strategy v0.4.5
17352026-08-25T19:48:28.304Z Compiling bzip2 v0.6.1
17362026-08-25T19:48:28.401Z Compiling jiff v0.2.34
17372026-08-25T19:48:28.461Z Compiling walkdir v2.5.0
17382026-08-25T19:48:28.543Z Compiling sec1 v0.7.3
17392026-08-25T19:48:28.739Z Compiling dof v0.3.0
17402026-08-25T19:48:28.755Z Compiling textwrap v0.16.2
17412026-08-25T19:48:28.785Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17422026-08-25T19:48:28.863Z Compiling group v0.13.0
17432026-08-25T19:48:28.947Z Compiling snafu v0.8.9
17442026-08-25T19:48:29.044Z Compiling strum v0.27.2
17452026-08-25T19:48:29.059Z Compiling hubpack v0.1.2
17462026-08-25T19:48:29.194Z Compiling hyper-tls v0.6.0
17472026-08-25T19:48:29.224Z Compiling derive_more-impl v2.1.1
17482026-08-25T19:48:29.260Z Compiling cargo_metadata v0.23.1
17492026-08-25T19:48:29.325Z Compiling phf v0.13.1
17502026-08-25T19:48:29.349Z Compiling signal-hook-mio v0.2.5
17512026-08-25T19:48:29.370Z Compiling futures v0.3.32
17522026-08-25T19:48:29.470Z Compiling reqwest v0.12.28
17532026-08-25T19:48:29.488Z Compiling cookie_store v0.22.1
17542026-08-25T19:48:29.502Z Compiling zstd v0.13.3
17552026-08-25T19:48:29.514Z Compiling serde_with_macros v3.21.0
17562026-08-25T19:48:29.558Z Compiling cipher v0.5.2
17572026-08-25T19:48:29.735Z Compiling postgres-types v0.2.12
17582026-08-25T19:48:29.827Z Compiling backtrace-ext v0.2.1
17592026-08-25T19:48:30.003Z Compiling globset v0.4.18
17602026-08-25T19:48:30.047Z Compiling usdt-macro v0.6.0
17612026-08-25T19:48:30.161Z Compiling usdt-attr-macro v0.6.0
17622026-08-25T19:48:30.229Z Compiling byte-wrapper v0.1.0
17632026-08-25T19:48:30.293Z Compiling hkdf v0.12.4
17642026-08-25T19:48:30.429Z Compiling ed25519 v2.2.3
17652026-08-25T19:48:30.476Z Compiling crypto-bigint v0.5.5
17662026-08-25T19:48:30.599Z Compiling olpc-cjson v0.1.4
17672026-08-25T19:48:30.619Z Compiling serde_plain v1.0.2
17682026-08-25T19:48:30.718Z Compiling serde-big-array v0.5.1
17692026-08-25T19:48:30.736Z Compiling dtrace-parser v0.2.0
17702026-08-25T19:48:30.760Z Compiling phf_shared v0.11.3
17712026-08-25T19:48:30.797Z Compiling miette-derive v7.6.0
17722026-08-25T19:48:30.842Z Compiling async-recursion v1.1.1
17732026-08-25T19:48:30.859Z Compiling enum-as-inner v0.6.1
17742026-08-25T19:48:30.889Z Compiling strum_macros v0.26.4
17752026-08-25T19:48:30.954Z Compiling serde_repr v0.1.20
17762026-08-25T19:48:31.014Z Compiling float-cmp v0.10.0
17772026-08-25T19:48:31.066Z Compiling pem v3.0.6
17782026-08-25T19:48:31.083Z Compiling thread-id v4.2.2
17792026-08-25T19:48:31.167Z Compiling memmap2 v0.9.10
17802026-08-25T19:48:31.181Z Compiling supports-hyperlinks v3.2.0
17812026-08-25T19:48:31.360Z Compiling predicates-core v1.0.10
17822026-08-25T19:48:31.385Z Compiling const-oid v0.10.2
17832026-08-25T19:48:31.392Z Compiling cpufeatures v0.3.0
17842026-08-25T19:48:31.408Z Compiling fixedbitset v0.4.2
17852026-08-25T19:48:31.423Z Compiling static_assertions v1.1.0
17862026-08-25T19:48:31.481Z Compiling keccak v0.1.6
17872026-08-25T19:48:31.511Z Compiling whoami v2.1.0
17882026-08-25T19:48:31.532Z Compiling winnow v1.0.3
17892026-08-25T19:48:31.543Z Compiling precomputed-hash v0.1.1
17902026-08-25T19:48:31.624Z Compiling new_debug_unreachable v1.0.6
17912026-08-25T19:48:31.678Z Compiling difflib v0.4.0
17922026-08-25T19:48:31.678Z Compiling fixedbitset v0.5.7
17932026-08-25T19:48:31.678Z Compiling supports-unicode v3.0.0
17942026-08-25T19:48:31.708Z Compiling typed-path v0.9.3
17952026-08-25T19:48:31.709Z Compiling data-encoding v2.10.0
17962026-08-25T19:48:31.731Z Compiling normalize-line-endings v0.3.0
17972026-08-25T19:48:31.854Z Compiling tokio-postgres v0.7.16
17982026-08-25T19:48:31.854Z Compiling sha3 v0.10.8
17992026-08-25T19:48:31.909Z Compiling petgraph v0.8.3
18002026-08-25T19:48:31.940Z Compiling predicates v3.1.4
18012026-08-25T19:48:31.987Z Compiling miette v7.6.0
18022026-08-25T19:48:32.019Z Compiling hickory-proto v0.25.2
18032026-08-25T19:48:32.164Z Compiling string_cache v0.8.9
18042026-08-25T19:48:32.249Z Compiling petgraph v0.6.5
18052026-08-25T19:48:32.305Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18062026-08-25T19:48:32.388Z Compiling digest v0.11.3
18072026-08-25T19:48:32.420Z Compiling elliptic-curve v0.13.8
18082026-08-25T19:48:32.610Z Compiling toml_parser v1.1.2+spec-1.1.0
18092026-08-25T19:48:32.635Z Compiling chacha20 v0.10.0
18102026-08-25T19:48:32.651Z Compiling toml_edit v0.22.27
18112026-08-25T19:48:32.706Z Compiling strum v0.26.3
18122026-08-25T19:48:32.720Z Compiling usdt v0.6.0
18132026-08-25T19:48:32.842Z Compiling usdt-impl v0.5.0
18142026-08-25T19:48:32.852Z Compiling crossterm v0.28.1
18152026-08-25T19:48:32.916Z Compiling serde_with v3.21.0
18162026-08-25T19:48:33.004Z Compiling zip v4.6.1
18172026-08-25T19:48:33.022Z Compiling ed25519-dalek v2.2.0
18182026-08-25T19:48:33.161Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18192026-08-25T19:48:33.259Z Compiling derive_more v2.1.1
18202026-08-25T19:48:33.584Z Compiling iddqd v0.4.2
18212026-08-25T19:48:33.750Z Compiling itertools v0.13.0
18222026-08-25T19:48:33.778Z Compiling itertools v0.15.0
18232026-08-25T19:48:33.867Z Compiling similar v2.7.0
18242026-08-25T19:48:33.897Z Compiling tokio-stream v0.1.18
18252026-08-25T19:48:33.962Z Compiling buf-list v1.1.2
18262026-08-25T19:48:34.091Z Compiling crossbeam-epoch v0.9.18
18272026-08-25T19:48:34.147Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-25T19:48:34.278Z Compiling openapiv3 v2.2.0
18292026-08-25T19:48:34.344Z Compiling heck v0.4.1
18302026-08-25T19:48:34.428Z Compiling lalrpop-util v0.19.12
18312026-08-25T19:48:34.470Z Compiling peg-runtime v0.8.5
18322026-08-25T19:48:34.603Z Compiling thread_local v1.1.9
18332026-08-25T19:48:34.665Z Compiling slog-async v2.8.0
18342026-08-25T19:48:34.692Z Compiling crossbeam-channel v0.5.15
18352026-08-25T19:48:34.732Z Compiling filetime v0.2.27
18362026-08-25T19:48:34.741Z Compiling is-terminal v0.4.17
18372026-08-25T19:48:34.770Z Compiling term v1.2.1
18382026-08-25T19:48:34.887Z Compiling take_mut v0.2.2
18392026-08-25T19:48:34.898Z Compiling xattr v1.6.1
18402026-08-25T19:48:34.899Z Compiling camino-tempfile v1.4.1
18412026-08-25T19:48:34.999Z Compiling tar v0.4.46
18422026-08-25T19:48:35.105Z Compiling slog-term v2.9.2
18432026-08-25T19:48:52.299Z Compiling rustls-webpki v0.103.13
18442026-08-25T19:48:54.983Z Compiling tokio-rustls v0.26.4
18452026-08-25T19:48:54.983Z Compiling rustls-platform-verifier v0.6.2
18462026-08-25T19:48:54.987Z Compiling tough v0.22.0
18472026-08-25T19:48:55.181Z Compiling hyper-rustls v0.27.7
18482026-08-25T19:48:55.379Z Compiling reqwest v0.13.2
18492026-08-25T19:48:57.563Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502026-08-25T19:48:57.802Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18512026-08-25T19:49:00.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.57s
18522026-08-25T19:49:00.818Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18532026-08-25T19:49:00.872ZAug 25 19:48:59.737 INFO Starting download, target: Console
18542026-08-25T19:49:00.872ZAug 25 19:48:59.738 INFO Starting download, target: MaghemiteMgd
18552026-08-25T19:49:00.872ZAug 25 19:48:59.738 INFO Starting download, target: Clickhouse
18562026-08-25T19:49:00.872ZAug 25 19:48:59.738 INFO Starting download, target: DendriteStub
18572026-08-25T19:49:00.872ZAug 25 19:48:59.738 INFO Starting download, target: Cockroach
18582026-08-25T19:49:00.872ZAug 25 19:48:59.738 INFO Starting download, target: MaghemiteDdmd
18592026-08-25T19:49:00.875ZAug 25 19:48:59.738 INFO Starting download, target: TransceiverControl
18602026-08-25T19:49:00.875ZAug 25 19:48:59.738 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18612026-08-25T19:49:00.875ZAug 25 19:48:59.738 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18622026-08-25T19:49:00.875ZAug 25 19:48:59.738 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18632026-08-25T19:49:00.876ZAug 25 19:48:59.738 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18642026-08-25T19:49:00.876ZAug 25 19:48:59.738 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18652026-08-25T19:49:00.876ZAug 25 19:48:59.738 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18662026-08-25T19:49:00.876ZAug 25 19:48:59.738 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18672026-08-25T19:49:01.469ZAug 25 19:49:00.293 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18682026-08-25T19:49:01.708ZAug 25 19:49:00.555 INFO Download complete, target: TransceiverControl
18692026-08-25T19:49:02.690ZAug 25 19:49:01.545 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18702026-08-25T19:49:02.720ZAug 25 19:49:01.573 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18712026-08-25T19:49:02.936ZAug 25 19:49:01.797 INFO Download complete, target: Console
18722026-08-25T19:49:03.255ZAug 25 19:49:02.116 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18732026-08-25T19:49:03.354ZAug 25 19:49:02.209 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18742026-08-25T19:49:03.707ZAug 25 19:49:02.570 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18752026-08-25T19:49:04.121ZAug 25 19:49:02.988 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18762026-08-25T19:49:04.121ZAug 25 19:49:02.988 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18772026-08-25T19:49:05.217ZAug 25 19:49:04.082 INFO Download complete, target: MaghemiteDdmd
18782026-08-25T19:49:05.973ZAug 25 19:49:04.837 INFO Download complete, target: DendriteStub
18792026-08-25T19:49:06.347ZAug 25 19:49:05.212 INFO Download complete, target: MaghemiteMgd
18802026-08-25T19:49:08.925ZAug 25 19:49:07.792 INFO Checking that binary works, target: Cockroach
18812026-08-25T19:49:09.065ZAug 25 19:49:07.930 INFO Download complete, target: Cockroach
18822026-08-25T19:49:09.743ZAug 25 19:49:08.609 INFO Checking that binary works, target: Clickhouse
18832026-08-25T19:49:09.827ZAug 25 19:49:08.693 INFO Download complete, target: Clickhouse
18842026-08-25T19:49:09.831ZAll prerequisites installed successfully
18852026-08-25T19:49:09.836Z
18862026-08-25T19:49:09.836Zreal 1:32.206746956
18872026-08-25T19:49:09.836Zuser 7:18.583390203
18882026-08-25T19:49:09.836Zsys 1:43.076180647
18892026-08-25T19:49:09.836Ztrap 0.252631873
18902026-08-25T19:49:09.836Ztflt 1.000421831
18912026-08-25T19:49:09.836Zdflt 1.573326302
18922026-08-25T19:49:09.836Zkflt 0.032920601
18932026-08-25T19:49:09.837Zlock 26:44.642604943
18942026-08-25T19:49:09.837Zslp 19:47.403875798
18952026-08-25T19:49:09.837Zlat 24.586549950
18962026-08-25T19:49:09.837Zstop 2:52.822978368
18972026-08-25T19:49:09.837Z+ source ./tools/include/force-git-over-https.sh
18982026-08-25T19:49:09.837Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18992026-08-25T19:49:09.837Z++ (( i = 0 ))
19002026-08-25T19:49:09.837Z++ (( i < 5 ))
19012026-08-25T19:49:09.837Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19022026-08-25T19:49:09.840Z++ (( i++ ))
19032026-08-25T19:49:09.840Z++ (( i < 5 ))
19042026-08-25T19:49:09.840Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19052026-08-25T19:49:09.840Z++ (( i++ ))
19062026-08-25T19:49:09.840Z++ (( i < 5 ))
19072026-08-25T19:49:09.840Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19082026-08-25T19:49:09.843Z++ (( i++ ))
19092026-08-25T19:49:09.843Z++ (( i < 5 ))
19102026-08-25T19:49:09.843Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19112026-08-25T19:49:09.846Z++ (( i++ ))
19122026-08-25T19:49:09.846Z++ (( i < 5 ))
19132026-08-25T19:49:09.846Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19142026-08-25T19:49:09.850Z++ (( i++ ))
19152026-08-25T19:49:09.850Z++ (( i < 5 ))
19162026-08-25T19:49:09.851Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-25T19:49:09.851Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-08-25T19:49:09.851Z+ rc=0
19192026-08-25T19:49:09.851Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19202026-08-25T19:49:19.259Z+ case $rc in
19212026-08-25T19:49:19.259Z+ pfexec zfs create -p rpool/images/build/host
19222026-08-25T19:49:19.446Z+ pfexec zfs create -p rpool/images/build/recovery
19232026-08-25T19:49:19.523Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19242026-08-25T19:49:20.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19252026-08-25T19:49:20.437Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19262026-08-25T19:49:20.854Z Compiling proc-macro2 v1.0.106
19272026-08-25T19:49:20.854Z Compiling quote v1.0.45
19282026-08-25T19:49:20.854Z Compiling unicode-ident v1.0.24
19292026-08-25T19:49:20.855Z Compiling serde_core v1.0.228
19302026-08-25T19:49:20.864Z Compiling libc v0.2.185
19312026-08-25T19:49:20.864Z Compiling serde v1.0.228
19322026-08-25T19:49:20.864Z Compiling cfg-if v1.0.4
19332026-08-25T19:49:20.864Z Compiling shlex v1.3.0
19342026-08-25T19:49:20.864Z Compiling find-msvc-tools v0.1.9
19352026-08-25T19:49:20.981Z Compiling autocfg v1.5.0
19362026-08-25T19:49:20.984Z Compiling version_check v0.9.5
19372026-08-25T19:49:20.984Z Compiling zerocopy v0.8.55
19382026-08-25T19:49:20.984Z Compiling memchr v2.8.0
19392026-08-25T19:49:20.985Z Compiling portable-atomic v1.13.1
19402026-08-25T19:49:20.985Z Compiling zmij v1.0.21
19412026-08-25T19:49:21.188Z Compiling serde_json v1.0.151
19422026-08-25T19:49:21.192Z Compiling libm v0.2.16
19432026-08-25T19:49:21.299Z Compiling getrandom v0.4.3
19442026-08-25T19:49:21.426Z Compiling generic-array v0.14.7
19452026-08-25T19:49:21.457Z Compiling parking_lot_core v0.9.12
19462026-08-25T19:49:21.468Z Compiling num-traits v0.2.19
19472026-08-25T19:49:21.484Z Compiling pkg-config v0.3.32
19482026-08-25T19:49:21.496Z Compiling icu_normalizer_data v2.1.1
19492026-08-25T19:49:21.530Z Compiling icu_properties_data v2.1.2
19502026-08-25T19:49:21.558Z Compiling smallvec v1.15.1
19512026-08-25T19:49:21.587Z Compiling rustix v1.1.4
19522026-08-25T19:49:21.637Z Compiling log v0.4.33
19532026-08-25T19:49:21.641Z Compiling itoa v1.0.17
19542026-08-25T19:49:21.724Z Compiling getrandom v0.3.4
19552026-08-25T19:49:21.747Z Compiling subtle v2.6.1
19562026-08-25T19:49:21.942Z Compiling jobserver v0.1.34
19572026-08-25T19:49:21.947Z Compiling errno v0.3.14
19582026-08-25T19:49:21.947Z Compiling scopeguard v1.2.0
19592026-08-25T19:49:21.956Z Compiling stable_deref_trait v1.2.1
19602026-08-25T19:49:21.974Z Compiling typenum v1.20.1
19612026-08-25T19:49:22.021Z Compiling heck v0.5.0
19622026-08-25T19:49:22.024Z Compiling critical-section v1.2.0
19632026-08-25T19:49:22.072Z Compiling lock_api v0.4.14
19642026-08-25T19:49:22.120Z Compiling cc v1.2.56
19652026-08-25T19:49:22.169Z Compiling thiserror v2.0.18
19662026-08-25T19:49:22.199Z Compiling rand_core v0.10.0
19672026-08-25T19:49:22.242Z Compiling syn v2.0.117
19682026-08-25T19:49:22.393Z Compiling getrandom v0.2.17
19692026-08-25T19:49:22.425Z Compiling fs_extra v1.3.0
19702026-08-25T19:49:22.470Z Compiling dunce v1.0.5
19712026-08-25T19:49:22.568Z Compiling once_cell v1.21.3
19722026-08-25T19:49:22.593Z Compiling rand_core v0.6.4
19732026-08-25T19:49:22.610Z Compiling percent-encoding v2.3.2
19742026-08-25T19:49:22.617Z Compiling writeable v0.6.2
19752026-08-25T19:49:22.644Z Compiling litemap v0.8.1
19762026-08-25T19:49:22.713Z Compiling const-oid v0.9.6
19772026-08-25T19:49:22.862Z Compiling cmake v0.1.57
19782026-08-25T19:49:22.887Z Compiling pin-project-lite v0.2.17
19792026-08-25T19:49:22.893Z Compiling schemars v0.8.22
19802026-08-25T19:49:23.054Z Compiling equivalent v1.0.2
19812026-08-25T19:49:23.073Z Compiling signal-hook-registry v1.4.8
19822026-08-25T19:49:23.169Z Compiling aws-lc-rs v1.16.3
19832026-08-25T19:49:23.182Z Compiling rustversion v1.0.22
19842026-08-25T19:49:23.246Z Compiling futures-core v0.3.32
19852026-08-25T19:49:23.350Z Compiling bitflags v2.11.0
19862026-08-25T19:49:23.502Z Compiling aws-lc-sys v0.40.0
19872026-08-25T19:49:23.522Z Compiling semver v1.0.28
19882026-08-25T19:49:23.541Z Compiling parking_lot v0.12.5
19892026-08-25T19:49:23.587Z Compiling mio v1.2.0
19902026-08-25T19:49:23.689Z Compiling utf8_iter v1.0.4
19912026-08-25T19:49:23.727Z Compiling crc32fast v1.5.0
19922026-08-25T19:49:23.877Z Compiling form_urlencoded v1.2.2
19932026-08-25T19:49:24.017Z Compiling byteorder v1.5.0
19942026-08-25T19:49:24.086Z Compiling vcpkg v0.2.15
19952026-08-25T19:49:24.211Z Compiling strsim v0.11.1
19962026-08-25T19:49:24.216Z Compiling hashbrown v0.17.0
19972026-08-25T19:49:24.286Z Compiling fnv v1.0.7
19982026-08-25T19:49:24.289Z Compiling syn v1.0.109
19992026-08-25T19:49:24.436Z Compiling socket2 v0.6.3
20002026-08-25T19:49:24.602Z Compiling httparse v1.10.1
20012026-08-25T19:49:24.630Z Compiling futures-sink v0.3.32
20022026-08-25T19:49:24.634Z Compiling radium v0.7.0
20032026-08-25T19:49:24.699Z Compiling openssl-sys v0.9.117
20042026-08-25T19:49:24.728Z Compiling futures-channel v0.3.32
20052026-08-25T19:49:24.797Z Compiling thiserror v1.0.69
20062026-08-25T19:49:24.803Z Compiling iana-time-zone v0.1.65
20072026-08-25T19:49:24.840Z Compiling slab v0.4.12
20082026-08-25T19:49:24.855Z Compiling futures-io v0.3.32
20092026-08-25T19:49:24.919Z Compiling futures-task v0.3.32
20102026-08-25T19:49:24.962Z Compiling indexmap v2.14.0
20112026-08-25T19:49:25.035Z Compiling base64 v0.22.1
20122026-08-25T19:49:25.069Z Compiling maybe-uninit v2.0.0
20132026-08-25T19:49:25.074Z Compiling rustls v0.23.41
20142026-08-25T19:49:25.110Z Compiling synstructure v0.13.2
20152026-08-25T19:49:25.127Z Compiling serde_derive_internals v0.29.1
20162026-08-25T19:49:25.258Z Compiling rustc_version v0.4.1
20172026-08-25T19:49:25.475Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-25T19:49:25.517Z Compiling uuid v1.23.4
20192026-08-25T19:49:25.584Z Compiling ahash v0.8.12
20202026-08-25T19:49:25.585Z Compiling num-bigint-dig v0.8.6
20212026-08-25T19:49:25.590Z Compiling packed_struct v0.10.1
20222026-08-25T19:49:25.635Z Compiling base64ct v1.8.3
20232026-08-25T19:49:25.639Z Compiling regex-syntax v0.8.10
20242026-08-25T19:49:25.652Z Compiling ident_case v1.0.1
20252026-08-25T19:49:25.655Z Compiling ucd-trie v0.1.7
20262026-08-25T19:49:25.802Z Compiling rand_core v0.9.5
20272026-08-25T19:49:25.878Z Compiling fastrand v2.3.0
20282026-08-25T19:49:25.883Z Compiling pest v2.8.6
20292026-08-25T19:49:25.930Z Compiling pem-rfc7468 v0.7.0
20302026-08-25T19:49:25.975Z Compiling flagset v0.4.7
20312026-08-25T19:49:25.992Z Compiling dyn-clone v1.0.20
20322026-08-25T19:49:26.027Z Compiling openssl v0.10.80
20332026-08-25T19:49:26.095Z Compiling tempfile v3.27.0
20342026-08-25T19:49:26.188Z Compiling indexmap v1.9.3
20352026-08-25T19:49:26.247Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20362026-08-25T19:49:26.287Z Compiling simd-adler32 v0.3.8
20372026-08-25T19:49:26.335Z Compiling cpufeatures v0.2.17
20382026-08-25T19:49:26.350Z Compiling serde_derive v1.0.228
20392026-08-25T19:49:26.405Z Compiling zeroize_derive v1.5.0
20402026-08-25T19:49:26.412Z Compiling zerofrom-derive v0.1.6
20412026-08-25T19:49:26.441Z Compiling zerocopy-derive v0.8.55
20422026-08-25T19:49:26.502Z Compiling yoke-derive v0.8.1
20432026-08-25T19:49:26.524Z Compiling zerovec-derive v0.11.2
20442026-08-25T19:49:26.540Z Compiling displaydoc v0.2.5
20452026-08-25T19:49:26.634Z Compiling tokio-macros v2.7.0
20462026-08-25T19:49:26.656Z Compiling futures-macro v0.3.32
20472026-08-25T19:49:26.671Z Compiling thiserror-impl v2.0.18
20482026-08-25T19:49:26.888Z Compiling der_derive v0.7.3
20492026-08-25T19:49:26.999Z Compiling schemars_derive v0.8.22
20502026-08-25T19:49:27.036Z Compiling tracing-attributes v0.1.31
20512026-08-25T19:49:27.168Z Compiling thiserror-impl v1.0.69
20522026-08-25T19:49:27.235Z Compiling clap_derive v4.6.1
20532026-08-25T19:49:27.341Z Compiling pest_meta v2.8.6
20542026-08-25T19:49:27.466Z Compiling futures-util v0.3.32
20552026-08-25T19:49:27.561Z Compiling zerofrom v0.1.6
20562026-08-25T19:49:27.723Z Compiling yoke v0.8.1
20572026-08-25T19:49:27.860Z Compiling zerocopy-derive v0.6.6
20582026-08-25T19:49:27.949Z Compiling zerovec v0.11.5
20592026-08-25T19:49:27.965Z Compiling zerotrie v0.2.3
20602026-08-25T19:49:28.256Z Compiling packed_struct_codegen v0.10.1
20612026-08-25T19:49:28.414Z Compiling bitfield-macros v0.19.4
20622026-08-25T19:49:28.441Z Compiling pest_generator v2.8.6
20632026-08-25T19:49:28.565Z Compiling tinystr v0.8.2
20642026-08-25T19:49:28.584Z Compiling potential_utf v0.1.4
20652026-08-25T19:49:28.724Z Compiling icu_collections v2.1.1
20662026-08-25T19:49:28.754Z Compiling icu_locale_core v2.1.1
20672026-08-25T19:49:28.894Z Compiling openssl-macros v0.1.1
20682026-08-25T19:49:29.272Z Compiling native-tls v0.2.18
20692026-08-25T19:49:29.287Z Compiling paste v1.0.15
20702026-08-25T19:49:29.308Z Compiling pest_derive v2.8.6
20712026-08-25T19:49:29.448Z Compiling scroll_derive v0.13.1
20722026-08-25T19:49:29.602Z Compiling zeroize v1.9.0
20732026-08-25T19:49:29.715Z Compiling bytes v1.11.1
20742026-08-25T19:49:29.835Z Compiling icu_provider v2.1.1
20752026-08-25T19:49:29.900Z Compiling chrono v0.4.45
20762026-08-25T19:49:29.958Z Compiling der v0.7.10
20772026-08-25T19:49:30.238Z Compiling icu_normalizer v2.1.1
20782026-08-25T19:49:30.264Z Compiling icu_properties v2.1.2
20792026-08-25T19:49:30.284Z Compiling tokio v1.52.1
20802026-08-25T19:49:30.437Z Compiling block-buffer v0.10.4
20812026-08-25T19:49:30.465Z Compiling crypto-common v0.1.7
20822026-08-25T19:49:30.620Z Compiling digest v0.10.7
20832026-08-25T19:49:30.920Z Compiling ppv-lite86 v0.2.21
20842026-08-25T19:49:31.115Z Compiling hex v0.4.3
20852026-08-25T19:49:31.146Z Compiling spki v0.7.3
20862026-08-25T19:49:31.206Z Compiling idna_adapter v1.2.1
20872026-08-25T19:49:31.358Z Compiling idna v1.1.0
20882026-08-25T19:49:31.443Z Compiling rand_chacha v0.9.0
20892026-08-25T19:49:31.446Z Compiling syn v3.0.3
20902026-08-25T19:49:31.492Z Compiling adler2 v2.0.1
20912026-08-25T19:49:31.492Z Compiling camino v1.2.5
20922026-08-25T19:49:31.680Z Compiling rand v0.9.2
20932026-08-25T19:49:31.791Z Compiling url v2.5.8
20942026-08-25T19:49:31.844Z Compiling crossbeam-utils v0.8.21
20952026-08-25T19:49:31.962Z Compiling anstyle v1.0.14
20962026-08-25T19:49:32.082Z Compiling utf8parse v0.2.2
20972026-08-25T19:49:32.256Z Compiling anstyle-parse v1.0.0
20982026-08-25T19:49:32.274Z Compiling miniz_oxide v0.8.9
20992026-08-25T19:49:32.463Z Compiling pkcs8 v0.10.2
21002026-08-25T19:49:32.515Z Compiling sha2 v0.10.9
21012026-08-25T19:49:32.530Z Compiling http v1.4.2
21022026-08-25T19:49:32.665Z Compiling rustls-pki-types v1.14.0
21032026-08-25T19:49:32.838Z Compiling terminal_size v0.4.3
21042026-08-25T19:49:33.095Z Compiling spin v0.9.8
21052026-08-25T19:49:33.226Z Compiling is_terminal_polyfill v1.70.2
21062026-08-25T19:49:33.346Z Compiling anstyle-query v1.1.5
21072026-08-25T19:49:33.360Z Compiling time-core v0.1.8
21082026-08-25T19:49:33.363Z Compiling num-conv v0.2.0
21092026-08-25T19:49:33.433Z Compiling colorchoice v1.0.4
21102026-08-25T19:49:33.454Z Compiling tinyvec_macros v0.1.1
21112026-08-25T19:49:33.526Z Compiling anstream v1.0.0
21122026-08-25T19:49:33.538Z Compiling tinyvec v1.10.0
21132026-08-25T19:49:33.541Z Compiling time-macros v0.2.27
21142026-08-25T19:49:33.624Z Compiling async-trait v0.1.89
21152026-08-25T19:49:33.714Z Compiling structmeta-derive v0.3.0
21162026-08-25T19:49:33.738Z Compiling tracing-core v0.1.36
21172026-08-25T19:49:33.950Z Compiling plain v0.2.3
21182026-08-25T19:49:34.005Z Compiling cmov v0.5.4
21192026-08-25T19:49:34.074Z Compiling tokio-util v0.7.18
21202026-08-25T19:49:34.202Z Compiling untrusted v0.7.1
21212026-08-25T19:49:34.265Z Compiling object v0.37.3
21222026-08-25T19:49:34.291Z Compiling tracing v0.1.44
21232026-08-25T19:49:34.350Z Compiling ctutils v0.4.2
21242026-08-25T19:49:34.568Z Compiling http-body v1.0.1
21252026-08-25T19:49:34.622Z Compiling daft-derive v0.1.8
21262026-08-25T19:49:34.761Z Compiling structmeta v0.3.0
21272026-08-25T19:49:34.774Z Compiling toml_datetime v0.6.11
21282026-08-25T19:49:34.774Z Compiling serde_spanned v0.6.9
21292026-08-25T19:49:34.823Z Compiling pin-project-internal v1.1.11
21302026-08-25T19:49:34.979Z Compiling slog v2.8.2
21312026-08-25T19:49:35.030Z Compiling wait-timeout v0.2.1
21322026-08-25T19:49:35.103Z Compiling cookie v0.18.1
21332026-08-25T19:49:35.128Z Compiling tap v1.0.1
21342026-08-25T19:49:35.144Z Compiling clap_lex v1.0.0
21352026-08-25T19:49:35.159Z Compiling zstd-safe v7.2.4
21362026-08-25T19:49:35.168Z Compiling openssl-probe v0.2.1
21372026-08-25T19:49:35.253Z Compiling quick-error v1.2.3
21382026-08-25T19:49:35.340Z Compiling untrusted v0.9.0
21392026-08-25T19:49:35.461Z Compiling bit-vec v0.8.0
21402026-08-25T19:49:35.510Z Compiling rusty-fork v0.3.1
21412026-08-25T19:49:35.572Z Compiling wyz v0.5.1
21422026-08-25T19:49:35.590Z Compiling clap_builder v4.6.0
21432026-08-25T19:49:35.707Z Compiling bit-set v0.8.0
21442026-08-25T19:49:35.779Z Compiling derive-ex v0.1.8
21452026-08-25T19:49:35.815Z Compiling hybrid-array v0.4.13
21462026-08-25T19:49:35.895Z Compiling unicode-normalization v0.1.25
21472026-08-25T19:49:35.938Z Compiling rand_chacha v0.3.1
21482026-08-25T19:49:36.029Z Compiling signature v2.2.0
21492026-08-25T19:49:36.181Z Compiling scroll_derive v0.12.1
21502026-08-25T19:49:36.203Z Compiling rand_xorshift v0.4.0
21512026-08-25T19:49:36.208Z Compiling heapless v0.7.17
21522026-08-25T19:49:36.399Z Compiling num-integer v0.1.46
21532026-08-25T19:49:36.419Z Compiling aho-corasick v1.1.4
21542026-08-25T19:49:36.504Z Compiling tower-service v0.3.3
21552026-08-25T19:49:36.602Z Compiling usdt-impl v0.6.0
21562026-08-25T19:49:36.619Z Compiling funty v2.0.0
21572026-08-25T19:49:36.655Z Compiling anyhow v1.0.104
21582026-08-25T19:49:36.843Z Compiling rustix v0.38.44
21592026-08-25T19:49:36.857Z Compiling atomic-waker v1.1.2
21602026-08-25T19:49:36.864Z Compiling tower-layer v0.3.3
21612026-08-25T19:49:36.864Z Compiling pretty-hex v0.4.1
21622026-08-25T19:49:36.904Z Compiling unarray v0.1.4
21632026-08-25T19:49:36.964Z Compiling try-lock v0.2.5
21642026-08-25T19:49:36.993Z Compiling signal-hook v0.3.18
21652026-08-25T19:49:37.039Z Compiling zlib-rs v0.6.2
21662026-08-25T19:49:37.053Z Compiling proptest v1.11.0
21672026-08-25T19:49:37.108Z Compiling want v0.3.1
21682026-08-25T19:49:37.139Z Compiling bitvec v1.0.1
21692026-08-25T19:49:37.164Z Compiling h2 v0.4.15
21702026-08-25T19:49:37.272Z Compiling test-strategy v0.4.5
21712026-08-25T19:49:37.302Z Compiling regex-automata v0.4.14
21722026-08-25T19:49:37.528Z Compiling clap v4.6.1
21732026-08-25T19:49:37.626Z Compiling num-iter v0.1.45
21742026-08-25T19:49:38.062Z Compiling rand v0.8.6
21752026-08-25T19:49:38.340Z Compiling ipnetwork v0.21.1
21762026-08-25T19:49:38.550Z Compiling lazy_static v1.5.0
21772026-08-25T19:49:38.658Z Compiling scroll v0.13.0
21782026-08-25T19:49:38.830Z Compiling ipnet v2.12.0
21792026-08-25T19:49:38.963Z Compiling strum_macros v0.26.4
21802026-08-25T19:49:39.052Z Compiling snafu-derive v0.8.9
21812026-08-25T19:49:39.390Z Compiling flate2 v1.1.9
21822026-08-25T19:49:40.064Z Compiling darling_core v0.23.0
21832026-08-25T19:49:40.113Z Compiling darling_core v0.20.11
21842026-08-25T19:49:40.616Z Compiling nodrop v0.1.14
21852026-08-25T19:49:40.732Z Compiling httpdate v1.0.3
21862026-08-25T19:49:40.851Z Compiling crc-catalog v2.4.0
21872026-08-25T19:49:41.044Z Compiling winnow v0.5.40
21882026-08-25T19:49:41.089Z Compiling foreign-types-shared v0.1.1
21892026-08-25T19:49:41.147Z Compiling hyper v1.10.1
21902026-08-25T19:49:41.194Z Compiling foreign-types v0.3.2
21912026-08-25T19:49:41.282Z Compiling crc v3.4.0
21922026-08-25T19:49:41.441Z Compiling array-init v0.0.4
21932026-08-25T19:49:41.925Z Compiling newtype-uuid v1.3.2
21942026-08-25T19:49:42.088Z Compiling darling_macro v0.20.11
21952026-08-25T19:49:42.274Z Compiling darling_macro v0.23.0
21962026-08-25T19:49:42.632Z Compiling toml_edit v0.19.15
21972026-08-25T19:49:42.662Z Compiling goblin v0.10.5
21982026-08-25T19:49:42.817Z Compiling oxnet v0.1.6
21992026-08-25T19:49:42.834Z Compiling smallvec v0.6.14
22002026-08-25T19:49:43.032Z Compiling pkcs1 v0.7.5
22012026-08-25T19:49:43.407Z Compiling bitfield v0.19.4
22022026-08-25T19:49:43.499Z Compiling zerocopy v0.6.6
22032026-08-25T19:49:43.539Z Compiling zerocopy-derive v0.7.35
22042026-08-25T19:49:43.658Z Compiling curve25519-dalek v4.1.3
22052026-08-25T19:49:43.965Z Compiling env_filter v2.0.0
22062026-08-25T19:49:44.165Z Compiling memoffset v0.9.1
22072026-08-25T19:49:44.325Z Compiling unicode-segmentation v1.12.0
22082026-08-25T19:49:44.382Z Compiling litrs v1.0.0
22092026-08-25T19:49:44.660Z Compiling hashbrown v0.12.3
22102026-08-25T19:49:44.743Z Compiling ref-cast v1.0.25
22112026-08-25T19:49:44.746Z Compiling smoltcp v0.9.1
22122026-08-25T19:49:44.833Z Compiling owo-colors v4.3.0
22132026-08-25T19:49:44.885Z Compiling base64 v0.21.7
22142026-08-25T19:49:44.914Z Compiling document-features v0.2.12
22152026-08-25T19:49:45.172Z Compiling ron v0.8.1
22162026-08-25T19:49:45.329Z Compiling toml v0.7.8
22172026-08-25T19:49:45.357Z Compiling env_logger v0.11.11
22182026-08-25T19:49:45.449Z Compiling dof v0.4.0
22192026-08-25T19:49:45.532Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-25T19:49:45.589Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22212026-08-25T19:49:45.766Z Compiling rsa v0.9.10
22222026-08-25T19:49:46.026Z Compiling daft v0.1.8
22232026-08-25T19:49:46.352Z Compiling serde-hex v0.1.0
22242026-08-25T19:49:46.376Z Compiling bzip2 v0.4.4
22252026-08-25T19:49:46.477Z Compiling darling v0.23.0
22262026-08-25T19:49:46.491Z Compiling hyper-util v0.1.20
22272026-08-25T19:49:46.575Z Compiling darling v0.20.11
22282026-08-25T19:49:46.675Z Compiling hashbrown v0.13.2
22292026-08-25T19:49:47.037Z Compiling x509-cert v0.2.5
22302026-08-25T19:49:47.248Z Compiling hmac v0.12.1
22312026-08-25T19:49:47.273Z Compiling dtrace-parser v0.3.0
22322026-08-25T19:49:47.514Z Compiling async-recursion v1.1.1
22332026-08-25T19:49:47.695Z Compiling sync_wrapper v1.0.2
22342026-08-25T19:49:47.863Z Compiling thread-id v5.1.0
22352026-08-25T19:49:47.953Z Compiling crc-any v2.5.0
22362026-08-25T19:49:47.983Z Compiling powerfmt v0.2.0
22372026-08-25T19:49:48.100Z Compiling cfg_aliases v0.2.1
22382026-08-25T19:49:48.326Z Compiling siphasher v1.0.2
22392026-08-25T19:49:48.408Z Compiling deranged v0.5.8
22402026-08-25T19:49:48.503Z Compiling nix v0.31.2
22412026-08-25T19:49:48.564Z Compiling tower v0.5.3
22422026-08-25T19:49:49.330Z Compiling object v0.30.4
22432026-08-25T19:49:49.566Z Compiling derive_builder_core v0.20.2
22442026-08-25T19:49:49.581Z Compiling serde_with_macros v3.21.0
22452026-08-25T19:49:50.174Z Compiling zip v0.6.6
22462026-08-25T19:49:50.210Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-25T19:49:50.492Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-25T19:49:50.640Z Compiling bstr v1.12.1
22492026-08-25T19:49:50.740Z Compiling block-buffer v0.12.1
22502026-08-25T19:49:50.765Z Compiling crypto-common v0.2.2
22512026-08-25T19:49:51.297Z Compiling http-body-util v0.1.3
22522026-08-25T19:49:51.771Z Compiling futures-executor v0.3.32
22532026-08-25T19:49:51.789Z Compiling erased-serde v0.3.31
22542026-08-25T19:49:51.789Z Compiling serde_tokenstream v0.2.3
22552026-08-25T19:49:51.789Z Compiling hubpack_derive v0.1.1
22562026-08-25T19:49:51.885Z Compiling strum_macros v0.27.2
22572026-08-25T19:49:51.891Z Compiling curve25519-dalek-derive v0.1.1
22582026-08-25T19:49:51.906Z Compiling ref-cast-impl v1.0.25
22592026-08-25T19:49:51.998Z Compiling fs-err v3.3.0
22602026-08-25T19:49:52.065Z Compiling usdt-impl v0.5.0
22612026-08-25T19:49:52.207Z Compiling unicode-properties v0.1.4
22622026-08-25T19:49:52.234Z Compiling gimli v0.32.3
22632026-08-25T19:49:52.422Z Compiling unicode-bidi v0.3.18
22642026-08-25T19:49:52.440Z Compiling ryu v1.0.23
22652026-08-25T19:49:52.457Z Compiling allocator-api2 v0.2.21
22662026-08-25T19:49:52.473Z Compiling num_threads v0.1.7
22672026-08-25T19:49:52.513Z Compiling iri-string v0.7.10
22682026-08-25T19:49:52.584Z Compiling same-file v1.0.6
22692026-08-25T19:49:52.917Z Compiling path-slash v0.1.5
22702026-08-25T19:49:53.225Z Compiling time v0.3.47
22712026-08-25T19:49:53.300Z Compiling serde_urlencoded v0.7.1
22722026-08-25T19:49:53.634Z Compiling stringprep v0.1.5
22732026-08-25T19:49:54.036Z Compiling addr2line v0.25.1
22742026-08-25T19:49:54.108Z Compiling tower-http v0.6.8
22752026-08-25T19:49:54.193Z Compiling walkdir v2.5.0
22762026-08-25T19:49:55.156Z Compiling futures v0.3.32
22772026-08-25T19:49:55.704Z Compiling derive_builder_macro v0.20.2
22782026-08-25T19:49:55.859Z Compiling tokio-native-tls v0.3.1
22792026-08-25T19:49:55.929Z Compiling convert_case v0.10.0
22802026-08-25T19:49:55.947Z Compiling strum v0.26.3
22812026-08-25T19:49:56.073Z Compiling block-padding v0.4.2
22822026-08-25T19:49:56.163Z Compiling scroll v0.12.0
22832026-08-25T19:49:56.220Z Compiling pin-project v1.1.11
22842026-08-25T19:49:56.265Z Compiling rustls-native-certs v0.8.3
22852026-08-25T19:49:56.333Z Compiling md-5 v0.10.6
22862026-08-25T19:49:56.366Z Compiling vergen-lib v9.1.0
22872026-08-25T19:49:56.383Z Compiling hash32 v0.2.1
22882026-08-25T19:49:56.442Z Compiling encoding_rs v0.8.35
22892026-08-25T19:49:56.503Z Compiling jiff-core v0.1.0
22902026-08-25T19:49:56.534Z Compiling fallible-iterator v0.2.0
22912026-08-25T19:49:56.568Z Compiling psl-types v2.0.11
22922026-08-25T19:49:56.636Z Compiling mime v0.3.17
22932026-08-25T19:49:56.705Z Compiling cpufeatures v0.3.0
22942026-08-25T19:49:56.747Z Compiling rustc-demangle v0.1.27
22952026-08-25T19:49:56.849Z Compiling postgres-protocol v0.6.10
22962026-08-25T19:49:56.884Z Compiling publicsuffix v2.3.0
22972026-08-25T19:49:57.074Z Compiling goblin v0.8.2
22982026-08-25T19:49:57.293Z Compiling snafu v0.8.9
22992026-08-25T19:49:57.342Z Compiling jiff v0.2.34
23002026-08-25T19:49:57.567Z Compiling derive_more-impl v2.1.1
23012026-08-25T19:49:57.723Z Compiling backtrace v0.3.76
23022026-08-25T19:49:57.746Z Compiling derive_builder v0.20.2
23032026-08-25T19:49:57.836Z Compiling inout v0.2.2
23042026-08-25T19:49:57.904Z Compiling hyper-tls v0.6.0
23052026-08-25T19:49:58.289Z Compiling usdt-attr-macro v0.6.0
23062026-08-25T19:49:58.332Z Compiling usdt-macro v0.6.0
23072026-08-25T19:49:58.430Z Compiling globset v0.4.18
23082026-08-25T19:49:58.478Z Compiling phf_shared v0.13.1
23092026-08-25T19:49:58.552Z Compiling crossbeam-epoch v0.9.18
23102026-08-25T19:49:58.728Z Compiling zerocopy v0.7.35
23112026-08-25T19:49:58.812Z Compiling regex v1.12.3
23122026-08-25T19:49:59.155Z Compiling serde_plain v1.0.2
23132026-08-25T19:49:59.230Z Compiling serde_repr v0.1.20
23142026-08-25T19:49:59.291Z Compiling miette-derive v7.6.0
23152026-08-25T19:49:59.375Z Compiling enum-as-inner v0.6.1
23162026-08-25T19:49:59.397Z Compiling pem v3.0.6
23172026-08-25T19:49:59.449Z Compiling vergen v9.1.0
23182026-08-25T19:49:59.473Z Compiling cargo-platform v0.3.2
23192026-08-25T19:49:59.655Z Compiling ff v0.13.1
23202026-08-25T19:49:59.729Z Compiling filetime v0.2.27
23212026-08-25T19:49:59.756Z Compiling is_ci v1.2.0
23222026-08-25T19:49:59.772Z Compiling xattr v1.6.1
23232026-08-25T19:49:59.813Z Compiling libbz2-rs-sys v0.2.2
23242026-08-25T19:49:59.861Z Compiling const-oid v0.10.2
23252026-08-25T19:49:59.985Z Compiling smawk v0.3.2
23262026-08-25T19:50:00.128Z Compiling managed v0.8.0
23272026-08-25T19:50:00.147Z Compiling typed-path v0.9.3
23282026-08-25T19:50:00.187Z Compiling either v1.15.0
23292026-08-25T19:50:00.215Z Compiling base16ct v0.2.0
23302026-08-25T19:50:00.395Z Compiling unicode-linebreak v0.1.5
23312026-08-25T19:50:00.424Z Compiling bitflags v1.3.2
23322026-08-25T19:50:00.427Z Compiling foldhash v0.1.5
23332026-08-25T19:50:00.457Z Compiling unicode-width v0.2.0
23342026-08-25T19:50:00.514Z Compiling bumpalo v3.20.2
23352026-08-25T19:50:00.548Z Compiling foldhash v0.2.0
23362026-08-25T19:50:00.630Z Compiling hashbrown v0.15.5
23372026-08-25T19:50:00.653Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23382026-08-25T19:50:00.752Z Compiling zopfli v0.8.3
23392026-08-25T19:50:00.787Z Compiling hashbrown v0.16.1
23402026-08-25T19:50:00.814Z Compiling textwrap v0.16.2
23412026-08-25T19:50:01.194Z Compiling sec1 v0.7.3
23422026-08-25T19:50:01.226Z Compiling bzip2 v0.6.1
23432026-08-25T19:50:01.309Z Compiling digest v0.11.3
23442026-08-25T19:50:01.362Z Compiling tar v0.4.46
23452026-08-25T19:50:01.398Z Compiling supports-color v3.0.2
23462026-08-25T19:50:01.436Z Compiling group v0.13.0
23472026-08-25T19:50:01.482Z Compiling cargo_metadata v0.23.1
23482026-08-25T19:50:01.580Z Compiling dof v0.3.0
23492026-08-25T19:50:02.726Z Compiling phf v0.13.1
23502026-08-25T19:50:02.814Z Compiling zstd v0.13.3
23512026-08-25T19:50:02.940Z Compiling backtrace-ext v0.2.1
23522026-08-25T19:50:03.081Z Compiling reqwest v0.12.28
23532026-08-25T19:50:03.117Z Compiling signal-hook-mio v0.2.5
23542026-08-25T19:50:03.169Z Compiling cipher v0.5.2
23552026-08-25T19:50:03.253Z Compiling cookie_store v0.22.1
23562026-08-25T19:50:03.270Z Compiling postgres-types v0.2.12
23572026-08-25T19:50:03.504Z Compiling strum v0.27.2
23582026-08-25T19:50:03.790Z Compiling hubpack v0.1.2
23592026-08-25T19:50:03.829Z Compiling phf_shared v0.11.3
23602026-08-25T19:50:03.844Z Compiling hkdf v0.12.4
23612026-08-25T19:50:03.891Z Compiling dtrace-parser v0.2.0
23622026-08-25T19:50:03.908Z Compiling byte-wrapper v0.1.0
23632026-08-25T19:50:04.013Z Compiling ed25519 v2.2.3
23642026-08-25T19:50:04.029Z Compiling olpc-cjson v0.1.4
23652026-08-25T19:50:04.301Z Compiling crypto-bigint v0.5.5
23662026-08-25T19:50:04.480Z Compiling serde-big-array v0.5.1
23672026-08-25T19:50:04.522Z Compiling float-cmp v0.10.0
23682026-08-25T19:50:04.586Z Compiling memmap2 v0.9.10
23692026-08-25T19:50:04.680Z Compiling thread-id v4.2.2
23702026-08-25T19:50:04.779Z Compiling winnow v0.7.14
23712026-08-25T19:50:04.880Z Compiling whoami v2.1.0
23722026-08-25T19:50:04.903Z Compiling fixedbitset v0.5.7
23732026-08-25T19:50:05.076Z Compiling unicode-width v0.1.14
23742026-08-25T19:50:05.096Z Compiling toml_write v0.1.2
23752026-08-25T19:50:05.198Z Compiling static_assertions v1.1.0
23762026-08-25T19:50:05.226Z Compiling precomputed-hash v0.1.1
23772026-08-25T19:50:05.328Z Compiling fixedbitset v0.4.2
23782026-08-25T19:50:05.361Z Compiling supports-hyperlinks v3.2.0
23792026-08-25T19:50:05.528Z Compiling predicates-core v1.0.10
23802026-08-25T19:50:05.547Z Compiling rayon-core v1.13.0
23812026-08-25T19:50:05.563Z Compiling winnow v1.0.3
23822026-08-25T19:50:05.719Z Compiling normalize-line-endings v0.3.0
23832026-08-25T19:50:05.748Z Compiling data-encoding v2.10.0
23842026-08-25T19:50:05.826Z Compiling new_debug_unreachable v1.0.6
23852026-08-25T19:50:05.864Z Compiling supports-unicode v3.0.0
23862026-08-25T19:50:05.911Z Compiling difflib v0.4.0
23872026-08-25T19:50:06.021Z Compiling keccak v0.1.6
23882026-08-25T19:50:06.284Z Compiling sha3 v0.10.8
23892026-08-25T19:50:06.317Z Compiling predicates v3.1.4
23902026-08-25T19:50:06.364Z Compiling toml_edit v0.22.27
23912026-08-25T19:50:06.391Z Compiling hickory-proto v0.25.2
23922026-08-25T19:50:06.521Z Compiling toml_parser v1.1.2+spec-1.1.0
23932026-08-25T19:50:06.540Z Compiling miette v7.6.0
23942026-08-25T19:50:06.569Z Compiling string_cache v0.8.9
23952026-08-25T19:50:06.820Z Compiling chacha20 v0.10.0
23962026-08-25T19:50:06.879Z Compiling petgraph v0.6.5
23972026-08-25T19:50:07.087Z Compiling elliptic-curve v0.13.8
23982026-08-25T19:50:07.132Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23992026-08-25T19:50:07.280Z Compiling petgraph v0.8.3
24002026-08-25T19:50:07.443Z Compiling tokio-postgres v0.7.16
24012026-08-25T19:50:08.042Z Compiling usdt v0.6.0
24022026-08-25T19:50:08.673Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24032026-08-25T19:50:09.385Z Compiling ed25519-dalek v2.2.0
24042026-08-25T19:50:10.014Z Compiling crossterm v0.28.1
24052026-08-25T19:50:10.154Z Compiling zip v4.6.1
24062026-08-25T19:50:10.649Z Compiling iddqd v0.4.2
24072026-08-25T19:50:11.166Z Compiling itertools v0.13.0
24082026-08-25T19:50:11.267Z Compiling itertools v0.15.0
24092026-08-25T19:50:11.376Z Compiling derive_more v2.1.1
24102026-08-25T19:50:11.498Z Compiling similar v2.7.0
24112026-08-25T19:50:11.856Z Compiling serde_with v3.21.0
24122026-08-25T19:50:12.365Z Compiling heck v0.4.1
24132026-08-25T19:50:12.659Z Compiling tokio-stream v0.1.18
24142026-08-25T19:50:12.710Z Compiling buf-list v1.1.2
24152026-08-25T19:50:12.740Z Compiling half v2.7.1
24162026-08-25T19:50:12.862Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24172026-08-25T19:50:12.979Z Compiling openapiv3 v2.2.0
24182026-08-25T19:50:13.315Z Compiling peg-runtime v0.8.5
24192026-08-25T19:50:13.719Z Compiling lalrpop-util v0.19.12
24202026-08-25T19:50:13.735Z Compiling ciborium-io v0.2.2
24212026-08-25T19:50:13.850Z Compiling ciborium-ll v0.2.2
24222026-08-25T19:50:15.200Z Compiling crossbeam-deque v0.8.6
24232026-08-25T19:50:15.628Z Compiling camino-tempfile v1.4.1
24242026-08-25T19:50:16.273Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24252026-08-25T19:50:16.703Z Compiling blake3 v1.8.5
24262026-08-25T19:50:16.738Z Compiling fs-err v2.11.0
24272026-08-25T19:50:18.398Z Compiling rustls-webpki v0.103.13
24282026-08-25T19:50:19.496Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-25T19:50:20.902Z Compiling ciborium v0.2.2
24302026-08-25T19:50:21.354Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-08-25T19:50:21.770Z Compiling thread_local v1.1.9
24322026-08-25T19:50:21.783Z Compiling constant_time_eq v0.4.2
24332026-08-25T19:50:22.019Z Compiling arrayvec v0.7.6
24342026-08-25T19:50:22.129Z Compiling tokio-rustls v0.26.4
24352026-08-25T19:50:22.172Z Compiling rustls-platform-verifier v0.6.2
24362026-08-25T19:50:22.272Z Compiling tough v0.22.0
24372026-08-25T19:50:22.418Z Compiling hyper-rustls v0.27.7
24382026-08-25T19:50:22.435Z Compiling arrayref v0.3.9
24392026-08-25T19:50:22.453Z Compiling slog-async v2.8.0
24402026-08-25T19:50:22.696Z Compiling reqwest v0.13.2
24412026-08-25T19:50:22.751Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24422026-08-25T19:50:22.779Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24432026-08-25T19:50:22.899Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24442026-08-25T19:50:23.083Z Compiling toml v0.8.23
24452026-08-25T19:50:23.178Z Compiling atomicwrites v0.4.4
24462026-08-25T19:50:23.253Z Compiling sha2 v0.11.0
24472026-08-25T19:50:23.334Z Compiling digest-io v0.1.0
24482026-08-25T19:50:23.473Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-25T19:50:23.506Z Compiling crossbeam-channel v0.5.15
24502026-08-25T19:50:23.680Z Compiling serde_path_to_error v0.1.20
24512026-08-25T19:50:23.683Z Compiling is-terminal v0.4.17
24522026-08-25T19:50:23.752Z Compiling rawzip v0.4.4
24532026-08-25T19:50:23.815Z Compiling take_mut v0.2.2
24542026-08-25T19:50:23.953Z Compiling topological-sort v0.2.2
24552026-08-25T19:50:24.135Z Compiling debug-ignore v1.0.5
24562026-08-25T19:50:24.139Z Compiling parse-size v1.1.0
24572026-08-25T19:50:24.169Z Compiling indent_write v2.2.0
24582026-08-25T19:50:24.189Z Compiling term v1.2.1
24592026-08-25T19:50:24.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-25T19:50:24.354Z Compiling shell-words v1.1.1
24612026-08-25T19:50:24.642Z Compiling slog-term v2.9.2
24622026-08-25T19:50:25.814Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-08-25T19:50:31.982Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-08-25T19:50:34.043Z Compiling omicron-zone-package v0.12.3
24652026-08-25T19:50:34.367Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24662026-08-25T19:50:34.648Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24672026-08-25T19:50:34.666Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24682026-08-25T19:50:39.191Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24692026-08-25T19:50:51.512Z Finished `release` profile [optimized] target(s) in 1m 31s
24702026-08-25T19:50:51.656Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24712026-08-25T19:50:51.713ZAug 25 19:50:50.579 DEBG changing working directory to /work/oxidecomputer/omicron
24722026-08-25T19:50:51.815ZAug 25 19:50:50.679 DEBG running: git rev-parse HEAD
24732026-08-25T19:50:51.824ZAug 25 19:50:50.681 DEBG process exited with exit status: 0 (2.51566ms)
24742026-08-25T19:50:51.824ZAug 25 19:50:50.681 INFO version: 23.0.0-0.ci+gite3bcc062ff9
24752026-08-25T19:50:51.840ZAug 25 19:50:50.690 INFO cloning helios to /work/oxidecomputer/helios
24762026-08-25T19:50:51.840ZAug 25 19:50:50.690 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24772026-08-25T19:50:51.840ZCloning into '/work/oxidecomputer/helios'...
24782026-08-25T19:50:52.586ZAug 25 19:50:51.453 DEBG process exited with exit status: 0 (762.945709ms)
24792026-08-25T19:50:52.586ZAug 25 19:50:51.453 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24802026-08-25T19:50:52.590ZAug 25 19:50:51.455 DEBG process exited with exit status: 0 (2.543ms)
24812026-08-25T19:50:52.590ZAug 25 19:50:51.455 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24822026-08-25T19:50:52.963ZAug 25 19:50:51.829 DEBG process exited with exit status: 0 (373.616218ms)
24832026-08-25T19:50:52.963ZAug 25 19:50:51.829 DEBG running: zfs list rpool/images/build/host
24842026-08-25T19:50:52.966ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-25T19:50:52.967Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24862026-08-25T19:50:52.970ZAug 25 19:50:51.834 DEBG process exited with exit status: 0 (4.41546ms)
24872026-08-25T19:50:52.970ZAug 25 19:50:51.834 DEBG running: zfs list rpool/images/build/recovery
24882026-08-25T19:50:52.972ZNAME USED AVAIL REFER MOUNTPOINT
24892026-08-25T19:50:52.972Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24902026-08-25T19:50:52.972ZAug 25 19:50:51.837 DEBG process exited with exit status: 0 (3.42028ms)
24912026-08-25T19:50:52.973ZAug 25 19:50:51.837 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24922026-08-25T19:50:52.984ZAug 25 19:50:51.850 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24932026-08-25T19:50:52.987ZAug 25 19:50:51.851 INFO [hubris-staging] running task
24942026-08-25T19:50:52.987ZAug 25 19:50:51.851 INFO [incorp-manifest] running task
24952026-08-25T19:50:52.987ZAug 25 19:50:51.851 INFO [hubris-production] running task
24962026-08-25T19:50:52.987ZAug 25 19:50:51.851 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24972026-08-25T19:50:52.987ZAug 25 19:50:51.851 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24982026-08-25T19:50:52.987ZAug 25 19:50:51.852 INFO [incorp-create] running: pkgrepo create /work/incorporation
24992026-08-25T19:50:52.987ZAug 25 19:50:51.853 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
25002026-08-25T19:50:53.027Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-08-25T19:50:53.097Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-25T19:50:53.250ZAug 25 19:50:52.116 INFO [incorp-create] process exited with exit status: 0 (263.83841ms)
25032026-08-25T19:50:53.253ZAug 25 19:50:52.116 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25042026-08-25T19:50:53.463ZAug 25 19:50:52.330 INFO [incorp-publisher] process exited with exit status: 0 (213.84333ms)
25052026-08-25T19:50:53.849Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-08-25T19:50:54.153ZAug 25 19:50:52.988 INFO [hubris-production] task succeeded (1.137276108s)
25072026-08-25T19:50:55.054Z[ omicron-package] Compiling macaddr v1.0.1
25082026-08-25T19:50:55.058Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25092026-08-25T19:50:55.058Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-25T19:50:55.058Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-25T19:50:55.058Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25122026-08-25T19:50:55.058Z[ omicron-package] Compiling heapless v0.8.0
25132026-08-25T19:50:55.058Z[ omicron-package] Compiling ingot-macros v0.2.0
25142026-08-25T19:50:55.058Z[ omicron-package] Compiling inout v0.1.4
25152026-08-25T19:50:55.058Z[ omicron-package] Compiling hash32 v0.3.1
25162026-08-25T19:50:55.058Z[ omicron-package] Compiling multer v3.1.0
25172026-08-25T19:50:55.058Z[ omicron-package] Compiling compression-core v0.4.31
25182026-08-25T19:50:55.058Z[ omicron-package] Compiling smoltcp v0.11.0
25192026-08-25T19:50:55.058Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25202026-08-25T19:50:55.058Z[ omicron-package] Compiling match_cfg v0.1.0
25212026-08-25T19:50:55.058Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-08-25T19:50:55.058Z[ omicron-package] Compiling slog-json v2.6.1
25232026-08-25T19:50:55.191ZAug 25 19:50:54.057 DEBG process exited with exit status: 0 (2.206001546s)
25242026-08-25T19:50:55.191ZAug 25 19:50:54.057 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25252026-08-25T19:50:55.799Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25262026-08-25T19:50:55.803Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25272026-08-25T19:50:55.979Z[ omicron-package] Compiling cipher v0.4.4
25282026-08-25T19:50:55.980Z[ omicron-package] Compiling hostname v0.3.1
25292026-08-25T19:50:56.125Z[ omicron-package] Compiling compression-codecs v0.4.37
25302026-08-25T19:50:56.175Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25312026-08-25T19:50:56.183Z[ omicron-package] Compiling cobs v0.3.0
25322026-08-25T19:50:56.183Z[ omicron-package] Compiling universal-hash v0.5.1
25332026-08-25T19:50:56.251Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25342026-08-25T19:50:56.288Z[ omicron-package] Compiling async-stream-impl v0.3.6
25352026-08-25T19:50:56.288Z[ omicron-package] Compiling serde_spanned v1.1.1
25362026-08-25T19:50:56.394Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25372026-08-25T19:50:56.472Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25382026-08-25T19:50:56.561Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25392026-08-25T19:50:56.568Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25402026-08-25T19:50:56.668Z[ omicron-package] Compiling dropshot v0.17.1
25412026-08-25T19:50:56.757Z[ omicron-package] Compiling convert_case v0.4.0
25422026-08-25T19:50:56.763Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25432026-08-25T19:50:56.870Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-08-25T19:50:56.901Z[ omicron-package] Compiling opaque-debug v0.3.1
25452026-08-25T19:50:56.977Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25462026-08-25T19:50:57.136Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25472026-08-25T19:50:57.136Z[ omicron-package] Compiling derive_more v0.99.20
25482026-08-25T19:50:57.136Z[ omicron-package] Compiling postcard v1.1.3
25492026-08-25T19:50:57.143Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25502026-08-25T19:50:57.143Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25512026-08-25T19:50:57.274Z[ omicron-package] Compiling poly1305 v0.8.0
25522026-08-25T19:50:57.287Z[ omicron-package] Compiling async-stream v0.3.6
25532026-08-25T19:50:57.287Z[ omicron-package] Compiling num_enum_derive v0.7.6
25542026-08-25T19:50:57.310Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25552026-08-25T19:50:57.328Z[ omicron-package] Compiling async-compression v0.4.41
25562026-08-25T19:50:57.595Z[ omicron-package] Compiling chacha20 v0.9.1
25572026-08-25T19:50:57.629Z[ omicron-package] Compiling slog-bunyan v2.5.0
25582026-08-25T19:50:57.693Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25592026-08-25T19:50:57.906Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25602026-08-25T19:50:57.933Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-25T19:50:57.964Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-25T19:50:57.964Z[ omicron-package] Compiling oxide-generation v0.1.3
25632026-08-25T19:50:57.997Z[ omicron-package] Compiling parse-display-derive v0.10.0
25642026-08-25T19:50:58.053ZAug 25 19:50:56.919 DEBG process exited with exit status: 0 (2.862062724s)
25652026-08-25T19:50:58.057ZAug 25 19:50:56.921 INFO [incorp-manifest] task succeeded (5.0703656s)
25662026-08-25T19:50:58.060ZAug 25 19:50:56.925 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25672026-08-25T19:50:58.089Z[ omicron-package] Compiling waitgroup v0.1.2
25682026-08-25T19:50:58.221Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25692026-08-25T19:50:58.265ZAug 25 19:50:57.131 INFO [incorp-fmt] process exited with exit status: 0 (206.71265ms)
25702026-08-25T19:50:58.265ZAug 25 19:50:57.131 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25712026-08-25T19:50:58.342Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25722026-08-25T19:50:58.345Z[ omicron-package] Compiling backon v1.6.0
25732026-08-25T19:50:58.419Z[ omicron-package] Compiling password-hash v0.5.0
25742026-08-25T19:50:58.474Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25752026-08-25T19:50:58.551Z[ omicron-package] Compiling blake2 v0.10.6
25762026-08-25T19:50:58.590Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T195057Z
25772026-08-25T19:50:58.590Z[ incorp-pkgsend] PUBLISHED
25782026-08-25T19:50:58.685Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25792026-08-25T19:50:58.699ZAug 25 19:50:57.566 INFO [incorp-pkgsend] process exited with exit status: 0 (437.287629ms)
25802026-08-25T19:50:58.703ZAug 25 19:50:57.566 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25812026-08-25T19:50:58.749Z[ omicron-package] Compiling aead v0.5.2
25822026-08-25T19:50:58.836Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25832026-08-25T19:50:58.841Z[ omicron-package] Compiling ingot-types v0.2.0
25842026-08-25T19:50:58.914Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-08-25T19:50:58.933Z[ helios-incorp] Retrieving packages for publisher helios ...
25862026-08-25T19:50:58.936Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25872026-08-25T19:50:58.972Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25882026-08-25T19:50:58.972Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25892026-08-25T19:50:58.972Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25902026-08-25T19:50:58.976Z[ helios-incorp]
25912026-08-25T19:50:59.019Z[ helios-incorp] Archiving packages ...
25922026-08-25T19:50:59.019Z[ helios-incorp] Packages to add: 1
25932026-08-25T19:50:59.019Z[ helios-incorp] Files to retrieve: 0
25942026-08-25T19:50:59.023Z[ helios-incorp] Estimated transfer size: 0.00 B
25952026-08-25T19:50:59.023Z[ omicron-package] Compiling hostname v0.4.2
25962026-08-25T19:50:59.023Z[ helios-incorp]
25972026-08-25T19:50:59.023Z[ helios-incorp] Packages to archive:
25982026-08-25T19:50:59.023Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T195057Z
25992026-08-25T19:50:59.029Z[ helios-incorp]
26002026-08-25T19:50:59.029ZAug 25 19:50:57.894 INFO [helios-incorp] process exited with exit status: 0 (328.221649ms)
26012026-08-25T19:50:59.029Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26022026-08-25T19:50:59.033Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26032026-08-25T19:50:59.083Z[ omicron-package] Compiling instant v0.1.13
26042026-08-25T19:50:59.166Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26052026-08-25T19:50:59.231Z[ omicron-package] Compiling proc-macro-error v1.0.4
26062026-08-25T19:50:59.273Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26072026-08-25T19:50:59.276Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26082026-08-25T19:50:59.359Z[ omicron-package] Compiling ingot v0.2.1
26092026-08-25T19:50:59.365Z[ omicron-package] Compiling backoff v0.4.0
26102026-08-25T19:50:59.448Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-08-25T19:50:59.448Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26122026-08-25T19:50:59.596Z[ omicron-package] Compiling foreign-types v0.5.0
26132026-08-25T19:50:59.733Z[ omicron-package] Compiling argon2 v0.5.3
26142026-08-25T19:50:59.753Z[ omicron-package] Compiling num_enum v0.7.6
26152026-08-25T19:50:59.753Z[ omicron-package] Compiling num_enum_derive v0.5.11
26162026-08-25T19:50:59.758Z[ omicron-package] Compiling progenitor-extras v0.2.0
26172026-08-25T19:50:59.785Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26182026-08-25T19:50:59.828Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26192026-08-25T19:50:59.889Z[ omicron-package] Compiling vsss-rs v3.3.4
26202026-08-25T19:50:59.894Z[ omicron-package] Compiling parse-display v0.10.0
26212026-08-25T19:51:00.044Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26222026-08-25T19:51:00.122Z[ omicron-package] Compiling regress v0.10.5
26232026-08-25T19:51:00.156Z[ omicron-package] Compiling itertools v0.14.0
26242026-08-25T19:51:00.196Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-08-25T19:51:00.346Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-25T19:51:00.468Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-25T19:51:00.517Z[ omicron-package] Compiling cstr-argument v0.1.2
26282026-08-25T19:51:00.738Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26292026-08-25T19:51:00.800Z[ omicron-package] Compiling humantime v2.3.0
26302026-08-25T19:51:00.836Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312026-08-25T19:51:00.854Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26322026-08-25T19:51:00.994Z[ omicron-package] Compiling num_enum v0.5.11
26332026-08-25T19:51:01.083Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26342026-08-25T19:51:01.121Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352026-08-25T19:51:01.176Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26362026-08-25T19:51:01.275Z[ omicron-package] Compiling rayon v1.11.0
26372026-08-25T19:51:01.342Z[ omicron-package] Compiling rand v0.10.1
26382026-08-25T19:51:01.349Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26392026-08-25T19:51:01.394Z[ omicron-package] Compiling colored v3.1.1
26402026-08-25T19:51:01.449Z[ omicron-package] Compiling libefi-sys v0.1.0
26412026-08-25T19:51:01.520Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26422026-08-25T19:51:01.542Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26432026-08-25T19:51:01.640Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26442026-08-25T19:51:01.707Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26452026-08-25T19:51:01.881Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462026-08-25T19:51:01.928Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-08-25T19:51:01.960Z[ omicron-package] Compiling itertools v0.12.1
26482026-08-25T19:51:01.964Z[ omicron-package] Compiling usdt-macro v0.5.0
26492026-08-25T19:51:02.117Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26502026-08-25T19:51:02.176Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26512026-08-25T19:51:02.229Z[ omicron-package] Compiling bitfield-struct v0.6.2
26522026-08-25T19:51:02.361Z[ omicron-package] Compiling num-derive v0.4.2
26532026-08-25T19:51:02.364Z[ omicron-package] Compiling sigpipe v0.1.3
26542026-08-25T19:51:02.423Z[ omicron-package] Compiling memmap v0.7.0
26552026-08-25T19:51:02.569Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26562026-08-25T19:51:02.623Z[ omicron-package] Compiling glob v0.3.3
26572026-08-25T19:51:02.982Z[ omicron-package] Compiling swrite v0.1.0
26582026-08-25T19:51:03.187Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26592026-08-25T19:51:03.229Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26602026-08-25T19:51:03.281Z[ omicron-package] Compiling usdt v0.5.0
26612026-08-25T19:51:03.423Z[ omicron-package] Compiling zone v0.3.1
26622026-08-25T19:51:03.580Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26632026-08-25T19:51:03.619Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26642026-08-25T19:51:03.644Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26652026-08-25T19:51:03.808Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26662026-08-25T19:51:03.887Z[ omicron-package] Compiling smf v0.2.3
26672026-08-25T19:51:03.989Z[ omicron-package] Compiling whoami v1.6.1
26682026-08-25T19:51:04.061Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-08-25T19:51:04.127Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26702026-08-25T19:51:04.177Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-08-25T19:51:04.251Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26722026-08-25T19:51:04.346Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26732026-08-25T19:51:04.480Z[ omicron-package] Compiling gethostname v0.5.0
26742026-08-25T19:51:04.592Z[ omicron-package] Compiling console v0.16.2
26752026-08-25T19:51:04.740Z[ omicron-package] Compiling unit-prefix v0.5.2
26762026-08-25T19:51:04.792Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26772026-08-25T19:51:05.211Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26782026-08-25T19:51:05.306Z[ omicron-package] Compiling indicatif v0.18.4
26792026-08-25T19:51:08.292Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-25T19:51:08.984Z[ helios-setup] Aug 25 19:51:07.850 INFO helios repository root is: /work/oxidecomputer/helios
26812026-08-25T19:51:08.988Z[ helios-setup] Aug 25 19:51:07.852 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
26822026-08-25T19:51:08.988Z[ helios-setup] Aug 25 19:51:07.852 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26832026-08-25T19:51:08.988Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26842026-08-25T19:51:09.813Z[ helios-setup] Aug 25 19:51:08.679 INFO clone ok!, project: chelsio-t6-roms
26852026-08-25T19:51:09.813Z[ helios-setup] Aug 25 19:51:08.679 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
26862026-08-25T19:51:09.817Z[ helios-setup] Aug 25 19:51:08.679 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26872026-08-25T19:51:09.817Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26882026-08-25T19:51:10.124ZAug 25 19:51:08.990 INFO [hubris-staging] task succeeded (17.139515216s)
26892026-08-25T19:51:17.453Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26902026-08-25T19:51:20.585Z[ helios-setup] Aug 25 19:51:19.450 INFO clone ok!, project: amd-firmware
26912026-08-25T19:51:20.585Z[ helios-setup] Aug 25 19:51:19.451 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
26922026-08-25T19:51:20.585Z[ helios-setup] Aug 25 19:51:19.451 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26932026-08-25T19:51:20.589Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26942026-08-25T19:51:20.838Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26952026-08-25T19:51:21.386Z[ helios-setup] Aug 25 19:51:20.252 INFO clone ok!, project: pilot
26962026-08-25T19:51:21.389Z[ helios-setup] Aug 25 19:51:20.252 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
26972026-08-25T19:51:21.389Z[ helios-setup] Aug 25 19:51:20.252 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26982026-08-25T19:51:21.389Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26992026-08-25T19:51:21.925Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27002026-08-25T19:51:21.938Z[ helios-setup] Aug 25 19:51:20.804 INFO clone ok!, project: phbl
27012026-08-25T19:51:21.941Z[ helios-setup] Aug 25 19:51:20.804 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
27022026-08-25T19:51:21.941Z[ helios-setup] Aug 25 19:51:20.804 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
27032026-08-25T19:51:21.941Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27042026-08-25T19:51:22.829Z[ helios-setup] Aug 25 19:51:21.695 INFO clone ok!, project: amd-host-image-builder
27052026-08-25T19:51:22.833Z[ helios-setup] Aug 25 19:51:21.695 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
27062026-08-25T19:51:22.833Z[ helios-setup] Aug 25 19:51:21.695 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27072026-08-25T19:51:22.833Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27082026-08-25T19:51:23.515Z[ helios-setup] Aug 25 19:51:22.381 INFO clone ok!, project: image-builder
27092026-08-25T19:51:23.518Z[ helios-setup] Aug 25 19:51:22.381 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27102026-08-25T19:51:23.518Z[ helios-setup] Aug 25 19:51:22.381 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27112026-08-25T19:51:23.518Z[ helios-setup] Aug 25 19:51:22.381 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
27122026-08-25T19:51:23.518Z[ helios-setup] Aug 25 19:51:22.381 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27132026-08-25T19:51:23.518Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27142026-08-25T19:51:24.210Z[ helios-setup] Aug 25 19:51:23.075 INFO clone ok!, project: dmar-report
27152026-08-25T19:51:24.210Z[ helios-setup] Aug 25 19:51:23.076 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27162026-08-25T19:51:24.213Z[ helios-setup] Aug 25 19:51:23.076 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
27172026-08-25T19:51:24.213Z[ helios-setup] Aug 25 19:51:23.076 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27182026-08-25T19:51:24.213Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27192026-08-25T19:51:24.735Z[ helios-setup] Aug 25 19:51:23.600 INFO clone ok!, project: bootserver
27202026-08-25T19:51:24.735Z[ helios-setup] Aug 25 19:51:23.601 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
27212026-08-25T19:51:24.738Z[ helios-setup] Aug 25 19:51:23.601 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27222026-08-25T19:51:24.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27232026-08-25T19:51:25.213Z[ helios-setup] Aug 25 19:51:24.079 INFO clone ok!, project: pinprick
27242026-08-25T19:51:25.217Z[ helios-setup] Aug 25 19:51:24.079 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27252026-08-25T19:51:25.424Z[ helios-setup] Aug 25 19:51:24.287 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27262026-08-25T19:51:25.635Z[ helios-setup] Aug 25 19:51:24.500 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27272026-08-25T19:51:25.635Z[ helios-setup] Aug 25 19:51:24.501 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27282026-08-25T19:51:25.845Z[ helios-setup] Aug 25 19:51:24.710 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-25T19:51:26.064Z[ helios-setup] Aug 25 19:51:24.928 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-25T19:51:26.064Z[ helios-setup] Aug 25 19:51:24.928 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-25T19:51:26.273Z[ helios-setup] Aug 25 19:51:25.137 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-25T19:51:26.479Z[ helios-setup] Aug 25 19:51:25.345 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-25T19:51:26.479Z[ helios-setup] Aug 25 19:51:25.345 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO ok!
27362026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO ok!
27392026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO ok!
27422026-08-25T19:51:26.483Z[ helios-setup] Aug 25 19:51:25.345 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27432026-08-25T19:51:26.487Z[ helios-setup] Aug 25 19:51:25.352 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27442026-08-25T19:51:26.487Z[ helios-setup] Aug 25 19:51:25.352 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27452026-08-25T19:51:26.487Z[ helios-setup] Aug 25 19:51:25.352 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27462026-08-25T19:51:26.563Z[ helios-setup] Aug 25 19:51:25.425 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27472026-08-25T19:51:26.877Z[ helios-setup] Aug 25 19:51:25.742 INFO E| From https://github.com/jclulow/hiercmd
27482026-08-25T19:51:26.877Z[ helios-setup] Aug 25 19:51:25.742 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27492026-08-25T19:51:26.893Z[ helios-setup] Aug 25 19:51:25.752 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27502026-08-25T19:51:27.212Z[ helios-setup] Aug 25 19:51:26.078 INFO E| From https://github.com/oxidecomputer/network-interface
27512026-08-25T19:51:27.212Z[ helios-setup] Aug 25 19:51:26.078 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27522026-08-25T19:51:27.221Z[ helios-setup] Aug 25 19:51:26.087 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27532026-08-25T19:51:27.495Z[ helios-setup] Aug 25 19:51:26.361 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27542026-08-25T19:51:27.495Z[ helios-setup] Aug 25 19:51:26.361 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27552026-08-25T19:51:27.508Z[ helios-setup] Aug 25 19:51:26.374 INFO E| Updating crates.io index
27562026-08-25T19:51:27.574Z[ helios-setup] Aug 25 19:51:26.440 INFO E| Downloading crates ...
27572026-08-25T19:51:27.622Z[ helios-setup] Aug 25 19:51:26.487 INFO E| Downloaded futures-task v0.3.31
27582026-08-25T19:51:27.628Z[ helios-setup] Aug 25 19:51:26.494 INFO E| Downloaded deranged v0.5.5
27592026-08-25T19:51:27.632Z[ helios-setup] Aug 25 19:51:26.495 INFO E| Downloaded env_logger v0.11.8
27602026-08-25T19:51:27.636Z[ helios-setup] Aug 25 19:51:26.498 INFO E| Downloaded iana-time-zone v0.1.64
27612026-08-25T19:51:27.636Z[ helios-setup] Aug 25 19:51:26.500 INFO E| Downloaded simd-adler32 v0.3.7
27622026-08-25T19:51:27.636Z[ helios-setup] Aug 25 19:51:26.500 INFO E| Downloaded time-core v0.1.6
27632026-08-25T19:51:27.636Z[ helios-setup] Aug 25 19:51:26.501 INFO E| Downloaded anstyle v1.0.13
27642026-08-25T19:51:27.642Z[ helios-setup] Aug 25 19:51:26.502 INFO E| Downloaded bitfield v0.19.3
27652026-08-25T19:51:27.642Z[ helios-setup] Aug 25 19:51:26.503 INFO E| Downloaded clap v4.5.51
27662026-08-25T19:51:27.646Z[ helios-setup] Aug 25 19:51:26.509 INFO E| Downloaded hashbrown v0.16.0
27672026-08-25T19:51:27.653Z[ helios-setup] Aug 25 19:51:26.512 INFO E| Downloaded env_filter v0.1.4
27682026-08-25T19:51:27.653Z[ helios-setup] Aug 25 19:51:26.515 INFO E| Downloaded futures-macro v0.3.31
27692026-08-25T19:51:27.656Z[ helios-setup] Aug 25 19:51:26.515 INFO E| Downloaded itoa v1.0.15
27702026-08-25T19:51:27.656Z[ helios-setup] Aug 25 19:51:26.516 INFO E| Downloaded log v0.4.28
27712026-08-25T19:51:27.663Z[ helios-setup] Aug 25 19:51:26.528 INFO E| Downloaded libdevinfo-sys v1.1.0
27722026-08-25T19:51:27.666Z[ helios-setup] Aug 25 19:51:26.530 INFO E| Downloaded generic-array v0.14.9
27732026-08-25T19:51:27.666Z[ helios-setup] Aug 25 19:51:26.530 INFO E| Downloaded pin-project-lite v0.2.16
27742026-08-25T19:51:27.670Z[ helios-setup] Aug 25 19:51:26.535 INFO E| Downloaded bitfield-macros v0.19.3
27752026-08-25T19:51:27.673Z[ helios-setup] Aug 25 19:51:26.537 INFO E| Downloaded futures-core v0.3.31
27762026-08-25T19:51:27.678Z[ helios-setup] Aug 25 19:51:26.540 INFO E| Downloaded num_enum v0.7.5
27772026-08-25T19:51:27.678Z[ helios-setup] Aug 25 19:51:26.542 INFO E| Downloaded futures-executor v0.3.31
27782026-08-25T19:51:27.681Z[ helios-setup] Aug 25 19:51:26.543 INFO E| Downloaded bitflags v2.10.0
27792026-08-25T19:51:27.685Z[ helios-setup] Aug 25 19:51:26.549 INFO E| Downloaded devinfo v0.1.0
27802026-08-25T19:51:27.685Z[ helios-setup] Aug 25 19:51:26.550 INFO E| Downloaded futures-io v0.3.31
27812026-08-25T19:51:27.685Z[ helios-setup] Aug 25 19:51:26.550 INFO E| Downloaded anstyle-query v1.1.4
27822026-08-25T19:51:27.692Z[ helios-setup] Aug 25 19:51:26.558 INFO E| Downloaded futures-sink v0.3.31
27832026-08-25T19:51:27.695Z[ helios-setup] Aug 25 19:51:26.558 INFO E| Downloaded zeroize_derive v1.4.2
27842026-08-25T19:51:27.699Z[ helios-setup] Aug 25 19:51:26.561 INFO E| Downloaded pin-utils v0.1.0
27852026-08-25T19:51:27.704Z[ helios-setup] Aug 25 19:51:26.565 INFO E| Downloaded serde_spanned v1.0.3
27862026-08-25T19:51:27.704Z[ helios-setup] Aug 25 19:51:26.567 INFO E| Downloaded clap_lex v0.7.6
27872026-08-25T19:51:27.716Z[ helios-setup] Aug 25 19:51:26.569 INFO E| Downloaded anyhow v1.0.100
27882026-08-25T19:51:27.716Z[ helios-setup] Aug 25 19:51:26.572 INFO E| Downloaded clap_derive v4.5.49
27892026-08-25T19:51:27.716Z[ helios-setup] Aug 25 19:51:26.573 INFO E| Downloaded proc-macro2 v1.0.103
27902026-08-25T19:51:27.729Z[ helios-setup] Aug 25 19:51:26.578 INFO E| Downloaded crc v3.3.0
27912026-08-25T19:51:27.732Z[ helios-setup] Aug 25 19:51:26.594 INFO E| Downloaded find-msvc-tools v0.1.4
27922026-08-25T19:51:27.756Z[ helios-setup] Aug 25 19:51:26.601 INFO E| Downloaded futures-channel v0.3.31
27932026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.605 INFO E| Downloaded signal-hook-registry v1.4.6
27942026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.606 INFO E| Downloaded quote v1.0.41
27952026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.613 INFO E| Downloaded thiserror-impl v2.0.17
27962026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.614 INFO E| Downloaded toml_writer v1.0.4
27972026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.615 INFO E| Downloaded toml_datetime v0.7.3
27982026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.620 INFO E| Downloaded tokio-macros v2.6.0
27992026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.621 INFO E| Downloaded zeroize v1.8.2
28002026-08-25T19:51:27.760Z[ helios-setup] Aug 25 19:51:26.625 INFO E| Downloaded base64ct v1.8.0
28012026-08-25T19:51:27.765Z[ helios-setup] Aug 25 19:51:26.627 INFO E| Downloaded getopts v0.2.24
28022026-08-25T19:51:27.765Z[ helios-setup] Aug 25 19:51:26.628 INFO E| Downloaded num_enum_derive v0.7.5
28032026-08-25T19:51:27.765Z[ helios-setup] Aug 25 19:51:26.629 INFO E| Downloaded toml_parser v1.0.4
28042026-08-25T19:51:27.770Z[ helios-setup] Aug 25 19:51:26.635 INFO E| Downloaded ryu v1.0.20
28052026-08-25T19:51:27.774Z[ helios-setup] Aug 25 19:51:26.638 INFO E| Downloaded getrandom v0.2.16
28062026-08-25T19:51:27.777Z[ helios-setup] Aug 25 19:51:26.640 INFO E| Downloaded thiserror v2.0.17
28072026-08-25T19:51:27.783Z[ helios-setup] Aug 25 19:51:26.646 INFO E| Downloaded time-macros v0.2.24
28082026-08-25T19:51:27.788Z[ helios-setup] Aug 25 19:51:26.652 INFO E| Downloaded slab v0.4.11
28092026-08-25T19:51:27.791Z[ helios-setup] Aug 25 19:51:26.655 INFO E| Downloaded term v1.2.0
28102026-08-25T19:51:27.791Z[ helios-setup] Aug 25 19:51:26.657 INFO E| Downloaded futures v0.3.31
28112026-08-25T19:51:27.799Z[ helios-setup] Aug 25 19:51:26.664 INFO E| Downloaded unicode-ident v1.0.22
28122026-08-25T19:51:27.802Z[ helios-setup] Aug 25 19:51:26.668 INFO E| Downloaded indexmap v2.12.0
28132026-08-25T19:51:27.805Z[ helios-setup] Aug 25 19:51:26.671 INFO E| Downloaded uuid v1.18.1
28142026-08-25T19:51:27.811Z[ helios-setup] Aug 25 19:51:26.676 INFO E| Downloaded socket2 v0.6.1
28152026-08-25T19:51:27.821Z[ helios-setup] Aug 25 19:51:26.680 INFO E| Downloaded mio v1.1.0
28162026-08-25T19:51:27.825Z[ helios-setup] Aug 25 19:51:26.683 INFO E| Downloaded flate2 v1.1.5
28172026-08-25T19:51:27.825Z[ helios-setup] Aug 25 19:51:26.685 INFO E| Downloaded typenum v1.19.0
28182026-08-25T19:51:27.825Z[ helios-setup] Aug 25 19:51:26.689 INFO E| Downloaded iddqd v0.3.14
28192026-08-25T19:51:27.835Z[ helios-setup] Aug 25 19:51:26.700 INFO E| Downloaded memchr v2.7.6
28202026-08-25T19:51:27.845Z[ helios-setup] Aug 25 19:51:26.703 INFO E| Downloaded toml v0.9.8
28212026-08-25T19:51:27.857Z[ helios-setup] Aug 25 19:51:26.705 INFO E| Downloaded bytes v1.10.1
28222026-08-25T19:51:27.857Z[ helios-setup] Aug 25 19:51:26.707 INFO E| Downloaded cc v1.2.44
28232026-08-25T19:51:27.857Z[ helios-setup] Aug 25 19:51:26.709 INFO E| Downloaded libm v0.2.15
28242026-08-25T19:51:27.866Z[ helios-setup] Aug 25 19:51:26.715 INFO E| Downloaded rand v0.8.5
28252026-08-25T19:51:27.866Z[ helios-setup] Aug 25 19:51:26.716 INFO E| Downloaded toml_edit v0.23.7
28262026-08-25T19:51:27.866Z[ helios-setup] Aug 25 19:51:26.718 INFO E| Downloaded zerocopy-derive v0.8.27
28272026-08-25T19:51:27.866Z[ helios-setup] Aug 25 19:51:26.722 INFO E| Downloaded num-bigint-dig v0.8.4
28282026-08-25T19:51:27.866Z[ helios-setup] Aug 25 19:51:26.724 INFO E| Downloaded rsa v0.9.8
28292026-08-25T19:51:27.887Z[ helios-setup] Aug 25 19:51:26.752 INFO E| Downloaded futures-util v0.3.31
28302026-08-25T19:51:27.892Z[ helios-setup] Aug 25 19:51:26.758 INFO E| Downloaded time v0.3.44
28312026-08-25T19:51:27.898Z[ helios-setup] Aug 25 19:51:26.762 INFO E| Downloaded serde_json v1.0.145
28322026-08-25T19:51:27.903Z[ helios-setup] Aug 25 19:51:26.765 INFO E| Downloaded clap_builder v4.5.51
28332026-08-25T19:51:27.909Z[ helios-setup] Aug 25 19:51:26.768 INFO E| Downloaded winnow v0.7.13
28342026-08-25T19:51:27.920Z[ helios-setup] Aug 25 19:51:26.786 INFO E| Downloaded chrono v0.4.42
28352026-08-25T19:51:27.933Z[ helios-setup] Aug 25 19:51:26.793 INFO E| Downloaded unicode-width v0.2.2
28362026-08-25T19:51:27.937Z[ helios-setup] Aug 25 19:51:26.797 INFO E| Downloaded zerocopy v0.8.27
28372026-08-25T19:51:27.943Z[ helios-setup] Aug 25 19:51:26.809 INFO E| Downloaded syn v2.0.108
28382026-08-25T19:51:27.960Z[ helios-setup] Aug 25 19:51:26.825 INFO E| Downloaded rustix v1.1.2
28392026-08-25T19:51:27.999Z[ helios-setup] Aug 25 19:51:26.864 INFO E| Downloaded tokio v1.48.0
28402026-08-25T19:51:28.021Z[ helios-setup] Aug 25 19:51:26.887 INFO E| Downloaded libc v0.2.177
28412026-08-25T19:51:28.096Z[ helios-setup] Aug 25 19:51:26.962 INFO E| Compiling proc-macro2 v1.0.103
28422026-08-25T19:51:28.100Z[ helios-setup] Aug 25 19:51:26.962 INFO E| Compiling quote v1.0.41
28432026-08-25T19:51:28.100Z[ helios-setup] Aug 25 19:51:26.962 INFO E| Compiling unicode-ident v1.0.22
28442026-08-25T19:51:28.100Z[ helios-setup] Aug 25 19:51:26.962 INFO E| Compiling libc v0.2.177
28452026-08-25T19:51:28.100Z[ helios-setup] Aug 25 19:51:26.962 INFO E| Compiling serde_core v1.0.228
28462026-08-25T19:51:28.100Z[ helios-setup] Aug 25 19:51:26.962 INFO E| Compiling cfg-if v1.0.4
28472026-08-25T19:51:28.100Z[ helios-setup] Aug 25 19:51:26.962 INFO E| Compiling serde v1.0.228
28482026-08-25T19:51:28.131Z[ helios-setup] Aug 25 19:51:26.995 INFO E| Compiling version_check v0.9.5
28492026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.995 INFO E| Compiling autocfg v1.5.0
28502026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.996 INFO E| Compiling typenum v1.19.0
28512026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.996 INFO E| Compiling const-oid v0.9.6
28522026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.996 INFO E| Compiling libm v0.2.15
28532026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.998 INFO E| Compiling zerocopy v0.8.27
28542026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.998 INFO E| Compiling rustversion v1.0.22
28552026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.999 INFO E| Compiling zeroize v1.8.2
28562026-08-25T19:51:28.136Z[ helios-setup] Aug 25 19:51:26.999 INFO E| Compiling base64ct v1.8.0
28572026-08-25T19:51:28.242Z[ helios-setup] Aug 25 19:51:27.107 INFO E| Compiling smallvec v1.15.1
28582026-08-25T19:51:28.255Z[ helios-setup] Aug 25 19:51:27.118 INFO E| Compiling winnow v0.7.13
28592026-08-25T19:51:28.342Z[ helios-setup] Aug 25 19:51:27.208 INFO E| Compiling byteorder v1.5.0
28602026-08-25T19:51:28.472Z[ helios-setup] Aug 25 19:51:27.338 INFO E| Compiling generic-array v0.14.9
28612026-08-25T19:51:28.509Z[ helios-setup] Aug 25 19:51:27.375 INFO E| Compiling pem-rfc7468 v0.7.0
28622026-08-25T19:51:28.515Z[ helios-setup] Aug 25 19:51:27.381 INFO E| Compiling anyhow v1.0.100
28632026-08-25T19:51:28.535Z[ helios-setup] Aug 25 19:51:27.400 INFO E| Compiling num-traits v0.2.19
28642026-08-25T19:51:28.560Z[ helios-setup] Aug 25 19:51:27.422 INFO E| Compiling hashbrown v0.16.0
28652026-08-25T19:51:28.573Z[ helios-setup] Aug 25 19:51:27.439 INFO E| Compiling rustix v1.1.2
28662026-08-25T19:51:28.625Z[ helios-setup] Aug 25 19:51:27.491 INFO E| Compiling flagset v0.4.7
28672026-08-25T19:51:28.629Z[ helios-setup] Aug 25 19:51:27.492 INFO E| Compiling memchr v2.7.6
28682026-08-25T19:51:28.779Z[ helios-setup] Aug 25 19:51:27.645 INFO E| Compiling utf8parse v0.2.2
28692026-08-25T19:51:28.869Z[ helios-setup] Aug 25 19:51:27.735 INFO E| Compiling crc32fast v1.5.0
28702026-08-25T19:51:28.894Z[ helios-setup] Aug 25 19:51:27.760 INFO E| Compiling equivalent v1.0.2
28712026-08-25T19:51:28.930Z[ helios-setup] Aug 25 19:51:27.795 INFO E| Compiling getrandom v0.2.16
28722026-08-25T19:51:28.991Z[ helios-setup] Aug 25 19:51:27.856 INFO E| Compiling errno v0.3.14
28732026-08-25T19:51:28.995Z[ helios-setup] Aug 25 19:51:27.861 INFO E| Compiling anstyle-parse v0.2.7
28742026-08-25T19:51:29.085Z[ helios-setup] Aug 25 19:51:27.951 INFO E| Compiling rand_core v0.6.4
28752026-08-25T19:51:29.168Z[ helios-setup] Aug 25 19:51:28.034 INFO E| Compiling indexmap v2.12.0
28762026-08-25T19:51:29.185Z[ helios-setup] Aug 25 19:51:28.047 INFO E| Compiling allocator-api2 v0.2.21
28772026-08-25T19:51:29.213Z[ helios-setup] Aug 25 19:51:28.079 INFO E| Compiling anstyle v1.0.13
28782026-08-25T19:51:29.226Z[ helios-setup] Aug 25 19:51:28.091 INFO E| Compiling find-msvc-tools v0.1.4
28792026-08-25T19:51:29.229Z[ helios-setup] Aug 25 19:51:28.092 INFO E| Compiling cpufeatures v0.2.17
28802026-08-25T19:51:29.232Z[ helios-setup] Aug 25 19:51:28.097 INFO E| Compiling syn v1.0.109
28812026-08-25T19:51:29.288Z[ helios-setup] Aug 25 19:51:28.154 INFO E| Compiling is_terminal_polyfill v1.70.2
28822026-08-25T19:51:29.302Z[ helios-setup] Aug 25 19:51:28.168 INFO E| Compiling anstyle-query v1.1.4
28832026-08-25T19:51:29.376Z[ helios-setup] Aug 25 19:51:28.241 INFO E| Compiling shlex v1.3.0
28842026-08-25T19:51:29.392Z[ helios-setup] Aug 25 19:51:28.255 INFO E| Compiling colorchoice v1.0.4
28852026-08-25T19:51:29.416Z[ helios-setup] Aug 25 19:51:28.282 INFO E| Compiling radium v0.7.0
28862026-08-25T19:51:29.450Z[ helios-setup] Aug 25 19:51:28.315 INFO E| Compiling syn v2.0.108
28872026-08-25T19:51:29.489Z[ helios-setup] Aug 25 19:51:28.355 INFO E| Compiling toml_datetime v0.7.3
28882026-08-25T19:51:29.511Z[ helios-setup] Aug 25 19:51:28.377 INFO E| Compiling anstream v0.6.21
28892026-08-25T19:51:29.612Z[ helios-setup] Aug 25 19:51:28.478 INFO E| Compiling cc v1.2.44
28902026-08-25T19:51:29.630Z[ helios-setup] Aug 25 19:51:28.495 INFO E| Compiling slog v2.8.2
28912026-08-25T19:51:29.644Z[ helios-setup] Aug 25 19:51:28.509 INFO E| Compiling toml_parser v1.0.4
28922026-08-25T19:51:29.759Z[ helios-setup] Aug 25 19:51:28.623 INFO E| Compiling crypto-common v0.1.6
28932026-08-25T19:51:29.766Z[ helios-setup] Aug 25 19:51:28.631 INFO E| Compiling block-buffer v0.10.4
28942026-08-25T19:51:29.834Z[ helios-setup] Aug 25 19:51:28.696 INFO E| Compiling futures-core v0.3.31
28952026-08-25T19:51:29.834Z[ helios-setup] Aug 25 19:51:28.696 INFO E| Compiling unicode-width v0.2.2
28962026-08-25T19:51:29.903Z[ helios-setup] Aug 25 19:51:28.768 INFO E| Compiling digest v0.10.7
28972026-08-25T19:51:29.924Z[ helios-setup] Aug 25 19:51:28.789 INFO E| Compiling futures-sink v0.3.31
28982026-08-25T19:51:29.940Z[ helios-setup] Aug 25 19:51:28.806 INFO E| Compiling parking_lot_core v0.9.12
28992026-08-25T19:51:29.972Z[ helios-setup] Aug 25 19:51:28.838 INFO E| Compiling tap v1.0.1
29002026-08-25T19:51:29.985Z[ helios-setup] Aug 25 19:51:28.850 INFO E| Compiling pkg-config v0.3.32
29012026-08-25T19:51:30.035Z[ helios-setup] Aug 25 19:51:28.901 INFO E| Compiling pin-project-lite v0.2.16
29022026-08-25T19:51:30.042Z[ helios-setup] Aug 25 19:51:28.908 INFO E| Compiling maybe-uninit v2.0.0
29032026-08-25T19:51:30.124Z[ helios-setup] Aug 25 19:51:28.988 INFO E| Compiling sha2 v0.10.9
29042026-08-25T19:51:30.147Z[ helios-setup] Aug 25 19:51:29.013 INFO E| Compiling toml_edit v0.23.7
29052026-08-25T19:51:30.157Z[ helios-setup] Aug 25 19:51:29.023 INFO E| Compiling getopts v0.2.24
29062026-08-25T19:51:30.178Z[ helios-setup] Aug 25 19:51:29.044 INFO E| Compiling wyz v0.5.1
29072026-08-25T19:51:30.214Z[ helios-setup] Aug 25 19:51:29.080 INFO E| Compiling futures-channel v0.3.31
29082026-08-25T19:51:30.232Z[ helios-setup] Aug 25 19:51:29.098 INFO E| Compiling num-integer v0.1.46
29092026-08-25T19:51:30.427Z[ helios-setup] Aug 25 19:51:29.291 INFO E| Compiling ahash v0.8.12
29102026-08-25T19:51:30.444Z[ helios-setup] Aug 25 19:51:29.310 INFO E| Compiling packed_struct v0.10.1
29112026-08-25T19:51:30.480Z[ helios-setup] Aug 25 19:51:29.345 INFO E| Compiling slab v0.4.11
29122026-08-25T19:51:30.515Z[ helios-setup] Aug 25 19:51:29.381 INFO E| Compiling num-conv v0.1.0
29132026-08-25T19:51:30.537Z[ helios-setup] Aug 25 19:51:29.403 INFO E| Compiling futures-io v0.3.31
29142026-08-25T19:51:30.563Z[ helios-setup] Aug 25 19:51:29.428 INFO E| Compiling powerfmt v0.2.0
29152026-08-25T19:51:30.618Z[ helios-setup] Aug 25 19:51:29.483 INFO E| Compiling funty v2.0.0
29162026-08-25T19:51:30.692Z[ helios-setup] Aug 25 19:51:29.558 INFO E| Compiling time-core v0.1.6
29172026-08-25T19:51:30.733Z[ helios-setup] Aug 25 19:51:29.598 INFO E| Compiling bitflags v2.10.0
29182026-08-25T19:51:30.741Z[ helios-setup] Aug 25 19:51:29.599 INFO E| Compiling clap_lex v0.7.6
29192026-08-25T19:51:30.756Z[ helios-setup] Aug 25 19:51:29.622 INFO E| Compiling bytes v1.10.1
29202026-08-25T19:51:30.765Z[ helios-setup] Aug 25 19:51:29.631 INFO E| Compiling spin v0.9.8
29212026-08-25T19:51:30.811Z[ helios-setup] Aug 25 19:51:29.676 INFO E| Compiling proc-macro-crate v3.4.0
29222026-08-25T19:51:30.822Z[ helios-setup] Aug 25 19:51:29.688 INFO E| Compiling strsim v0.11.1
29232026-08-25T19:51:30.843Z[ helios-setup] Aug 25 19:51:29.708 INFO E| Compiling scopeguard v1.2.0
29242026-08-25T19:51:30.965Z[ helios-setup] Aug 25 19:51:29.829 INFO E| Compiling num-bigint-dig v0.8.4
29252026-08-25T19:51:31.033Z[ helios-setup] Aug 25 19:51:29.899 INFO E| Compiling getrandom v0.3.4
29262026-08-25T19:51:31.102Z[ helios-setup] Aug 25 19:51:29.965 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29272026-08-25T19:51:31.153Z[ helios-setup] Aug 25 19:51:30.014 INFO E| Compiling futures-task v0.3.31
29282026-08-25T19:51:31.176Z[ helios-setup] Aug 25 19:51:30.041 INFO E| Compiling heck v0.5.0
29292026-08-25T19:51:31.216Z[ helios-setup] Aug 25 19:51:30.064 INFO E| Compiling pin-utils v0.1.0
29302026-08-25T19:51:31.225Z[ helios-setup] Aug 25 19:51:30.076 INFO E| Compiling itoa v1.0.15
29312026-08-25T19:51:31.245Z[ helios-setup] Aug 25 19:51:30.108 INFO E| Compiling thiserror v1.0.69
29322026-08-25T19:51:31.291Z[ helios-setup] Aug 25 19:51:30.152 INFO E| Compiling bitvec v1.0.1
29332026-08-25T19:51:31.346Z[ helios-setup] Aug 25 19:51:30.211 INFO E| Compiling lock_api v0.4.14
29342026-08-25T19:51:31.436Z[ helios-setup] Aug 25 19:51:30.293 INFO E| Compiling lazy_static v1.5.0
29352026-08-25T19:51:31.441Z[ helios-setup] Aug 25 19:51:30.300 INFO E| Compiling time-macros v0.2.24
29362026-08-25T19:51:31.521Z[ helios-setup] Aug 25 19:51:30.387 INFO E| Compiling deranged v0.5.5
29372026-08-25T19:51:31.544Z[ helios-setup] Aug 25 19:51:30.407 INFO E| Compiling num-iter v0.1.45
29382026-08-25T19:51:31.659Z[ helios-setup] Aug 25 19:51:30.523 INFO E| Compiling indexmap v1.9.3
29392026-08-25T19:51:31.679Z[ helios-setup] Aug 25 19:51:30.541 INFO E| Compiling simd-adler32 v0.3.7
29402026-08-25T19:51:31.684Z[ helios-setup] Aug 25 19:51:30.548 INFO E| Compiling serde_json v1.0.145
29412026-08-25T19:51:31.753Z[ helios-setup] Aug 25 19:51:30.619 INFO E| Compiling terminal_size v0.4.3
29422026-08-25T19:51:31.893Z[ helios-setup] Aug 25 19:51:30.753 INFO E| Compiling clap_builder v4.5.51
29432026-08-25T19:51:31.917Z[ helios-setup] Aug 25 19:51:30.780 INFO E| Compiling crc-catalog v2.4.0
29442026-08-25T19:51:31.963Z[ helios-setup] Aug 25 19:51:30.827 INFO E| Compiling once_cell v1.21.3
29452026-08-25T19:51:32.004Z[ helios-setup] Aug 25 19:51:30.867 INFO E| Compiling iana-time-zone v0.1.64
29462026-08-25T19:51:32.013Z[ helios-setup] Aug 25 19:51:30.878 INFO E| Compiling adler2 v2.0.1
29472026-08-25T19:51:32.023Z[ helios-setup] Aug 25 19:51:30.886 INFO E| Compiling log v0.4.28
29482026-08-25T19:51:32.103Z[ helios-setup] Aug 25 19:51:30.969 INFO E| Compiling thiserror v2.0.17
29492026-08-25T19:51:32.257Z[ helios-setup] Aug 25 19:51:31.122 INFO E| Compiling nodrop v0.1.14
29502026-08-25T19:51:32.283Z[ helios-setup] Aug 25 19:51:31.149 INFO E| Compiling env_filter v0.1.4
29512026-08-25T19:51:32.313Z[ helios-setup] Aug 25 19:51:31.177 INFO E| Compiling chrono v0.4.42
29522026-08-25T19:51:32.350Z[ helios-setup] Aug 25 19:51:31.214 INFO E| Compiling array-init v0.0.4
29532026-08-25T19:51:32.380Z[ helios-setup] Aug 25 19:51:31.244 INFO E| Compiling miniz_oxide v0.8.9
29542026-08-25T19:51:32.397Z[ helios-setup] Aug 25 19:51:31.262 INFO E| Compiling crc v3.3.0
29552026-08-25T19:51:32.464Z[ helios-setup] Aug 25 19:51:31.329 INFO E| Compiling parking_lot v0.12.5
29562026-08-25T19:51:32.588Z[ helios-setup] Aug 25 19:51:31.454 INFO E| Compiling smallvec v0.6.14
29572026-08-25T19:51:32.781Z[ helios-setup] Aug 25 19:51:31.644 INFO E| Compiling serde_spanned v1.0.3
29582026-08-25T19:51:33.026Z[ helios-setup] Aug 25 19:51:31.892 INFO E| Compiling time v0.3.44
29592026-08-25T19:51:33.154Z[ helios-setup] Aug 25 19:51:32.020 INFO E| Compiling signature v2.2.0
29602026-08-25T19:51:33.184Z[ helios-setup] Aug 25 19:51:32.049 INFO E| Compiling mio v1.1.0
29612026-08-25T19:51:33.204Z[ helios-setup] Aug 25 19:51:32.070 INFO E| Compiling socket2 v0.6.1
29622026-08-25T19:51:33.232Z[ helios-setup] Aug 25 19:51:32.096 INFO E| Compiling is-terminal v0.4.17
29632026-08-25T19:51:33.333Z[ helios-setup] Aug 25 19:51:32.198 INFO E| Compiling signal-hook-registry v1.4.6
29642026-08-25T19:51:33.408Z[ helios-setup] Aug 25 19:51:32.274 INFO E| Compiling thread_local v1.1.9
29652026-08-25T19:51:33.832Z[ helios-setup] Aug 25 19:51:32.677 INFO E| Compiling term v1.2.0
29662026-08-25T19:51:33.841Z[ helios-setup] Aug 25 19:51:32.684 INFO E| Compiling hashbrown v0.12.3
29672026-08-25T19:51:33.982Z[ helios-setup] Aug 25 19:51:32.848 INFO E| Compiling winnow v0.5.40
29682026-08-25T19:51:34.050Z[ helios-setup] Aug 25 19:51:32.916 INFO E| Compiling toml_writer v1.0.4
29692026-08-25T19:51:34.235Z[ helios-setup] Aug 25 19:51:33.093 INFO E| Compiling packed_struct_codegen v0.10.1
29702026-08-25T19:51:34.320Z[ helios-setup] Aug 25 19:51:33.186 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29712026-08-25T19:51:34.331Z[ helios-setup] Aug 25 19:51:33.196 INFO E| Compiling serde_derive v1.0.228
29722026-08-25T19:51:34.350Z[ helios-setup] Aug 25 19:51:33.216 INFO E| Compiling zerocopy-derive v0.8.27
29732026-08-25T19:51:34.368Z[ helios-setup] Aug 25 19:51:33.231 INFO E| Compiling der_derive v0.7.3
29742026-08-25T19:51:34.385Z[ helios-setup] Aug 25 19:51:33.251 INFO E| Compiling futures-macro v0.3.31
29752026-08-25T19:51:34.389Z[ helios-setup] Aug 25 19:51:33.252 INFO E| Compiling clap_derive v4.5.49
29762026-08-25T19:51:34.421Z[ helios-setup] Aug 25 19:51:33.283 INFO E| Compiling thiserror-impl v1.0.69
29772026-08-25T19:51:34.446Z[ helios-setup] Aug 25 19:51:33.312 INFO E| Compiling bitfield-macros v0.19.3
29782026-08-25T19:51:34.606Z[ helios-setup] Aug 25 19:51:33.470 INFO E| Compiling num_enum_derive v0.7.5
29792026-08-25T19:51:34.654Z[ helios-setup] Aug 25 19:51:33.517 INFO E| Compiling zerocopy-derive v0.6.6
29802026-08-25T19:51:35.298Z[ helios-setup] Aug 25 19:51:34.164 INFO E| Compiling bitfield v0.19.3
29812026-08-25T19:51:35.393Z[ helios-setup] Aug 25 19:51:34.258 INFO E| Compiling futures-util v0.3.31
29822026-08-25T19:51:35.453Z[ helios-setup] Aug 25 19:51:34.318 INFO E| Compiling thiserror-impl v2.0.17
29832026-08-25T19:51:35.546Z[ helios-setup] Aug 25 19:51:34.411 INFO E| Compiling tokio-macros v2.6.0
29842026-08-25T19:51:35.556Z[ helios-setup] Aug 25 19:51:34.418 INFO E| Compiling der v0.7.10
29852026-08-25T19:51:35.635Z[ helios-setup] Aug 25 19:51:34.501 INFO E| Compiling zerocopy v0.6.6
29862026-08-25T19:51:35.642Z[ helios-setup] Aug 25 19:51:34.508 INFO E| Compiling libdevinfo-sys v1.1.0
29872026-08-25T19:51:35.675Z[ helios-setup] Aug 25 19:51:34.538 INFO E| Compiling base64 v0.21.7
29882026-08-25T19:51:35.760Z[ helios-setup] Aug 25 19:51:34.625 INFO E| Compiling subtle v2.6.1
29892026-08-25T19:51:35.829Z[ helios-setup] Aug 25 19:51:34.694 INFO E| Compiling ryu v1.0.20
29902026-08-25T19:51:35.947Z[ helios-setup] Aug 25 19:51:34.809 INFO E| Compiling num_enum v0.7.5
29912026-08-25T19:51:35.976Z[ helios-setup] Aug 25 19:51:34.841 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29922026-08-25T19:51:35.984Z[ helios-setup] Aug 25 19:51:34.849 INFO E| Compiling bzip2 v0.4.4
29932026-08-25T19:51:35.997Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.00s
29942026-08-25T19:51:36.028Z[ helios-setup] Aug 25 19:51:34.894 INFO E| Compiling toml v0.9.8
29952026-08-25T19:51:36.107Z[ helios-setup] Aug 25 19:51:34.973 INFO E| Compiling devinfo v0.1.0
29962026-08-25T19:51:36.190Z[ helios-setup] Aug 25 19:51:35.055 INFO E| Compiling uuid v1.18.1
29972026-08-25T19:51:36.208Z[ helios-setup] Aug 25 19:51:35.073 INFO E| Compiling flate2 v1.1.5
29982026-08-25T19:51:36.247Z[ helios-setup] Aug 25 19:51:35.113 INFO E| Compiling env_logger v0.11.8
29992026-08-25T19:51:36.253Z[ omicron-package]
30002026-08-25T19:51:36.253Z[ omicron-package] real 43.182407174
30012026-08-25T19:51:36.253Z[ omicron-package] user 3:53.836106570
30022026-08-25T19:51:36.253Z[ omicron-package] sys 28.085546652
30032026-08-25T19:51:36.253Z[ omicron-package] trap 0.465338608
30042026-08-25T19:51:36.253Z[ omicron-package] tflt 0.518371142
30052026-08-25T19:51:36.253Z[ omicron-package] dflt 2.613647238
30062026-08-25T19:51:36.254Z[ omicron-package] kflt 0.000209993
30072026-08-25T19:51:36.254Z[ omicron-package] lock 12:07.845753784
30082026-08-25T19:51:36.254Z[ omicron-package] slp 6:22.189755884
30092026-08-25T19:51:36.254Z[ omicron-package] lat 1:05.431492035
30102026-08-25T19:51:36.254Z[ omicron-package] stop 1:57.467346052
30112026-08-25T19:51:36.257ZAug 25 19:51:35.119 INFO [omicron-package] process exited with exit status: 0 (43.266405214s)
30122026-08-25T19:51:36.257ZAug 25 19:51:35.120 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30132026-08-25T19:51:36.257ZAug 25 19:51:35.122 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30142026-08-25T19:51:36.268Z[ host-target] Created new build target 'host' and set it as active
30152026-08-25T19:51:36.268Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-25T19:51:36.268Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30172026-08-25T19:51:36.268Z[ recovery-target] Created new build target 'recovery' and set it as active
30182026-08-25T19:51:36.271ZAug 25 19:51:35.136 INFO [recovery-target] process exited with exit status: 0 (16.08273ms)
30192026-08-25T19:51:36.280ZAug 25 19:51:35.146 INFO [host-target] process exited with exit status: 0 (26.54331ms)
30202026-08-25T19:51:36.283ZAug 25 19:51:35.146 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30212026-08-25T19:51:36.288Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30222026-08-25T19:51:36.393Z[ helios-setup] Aug 25 19:51:35.258 INFO E| Compiling tokio v1.48.0
30232026-08-25T19:51:36.441Z[ helios-setup] Aug 25 19:51:35.305 INFO E| Compiling bitflags v1.3.2
30242026-08-25T19:51:36.456Z[ helios-setup] Aug 25 19:51:35.322 INFO E| Compiling clap v4.5.51
30252026-08-25T19:51:36.515Z[ helios-setup] Aug 25 19:51:35.381 INFO E| Compiling hex v0.4.3
30262026-08-25T19:51:36.542Z[ helios-setup] Aug 25 19:51:35.407 INFO E| Compiling rustc-hash v2.1.1
30272026-08-25T19:51:36.669Z[ helios-setup] Aug 25 19:51:35.534 INFO E| Compiling spki v0.7.3
30282026-08-25T19:51:36.697Z[ helios-setup] Aug 25 19:51:35.562 INFO E| Compiling foldhash v0.2.0
30292026-08-25T19:51:36.787Z[ helios-setup] Aug 25 19:51:35.652 INFO E| Compiling crc-any v2.5.0
30302026-08-25T19:51:36.817Z[ helios-setup] Aug 25 19:51:35.682 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30312026-08-25T19:51:36.847Z[ helios-setup] Aug 25 19:51:35.712 INFO E| Compiling pkcs8 v0.10.2
30322026-08-25T19:51:36.908Z[ helios-setup] Aug 25 19:51:35.774 INFO E| Compiling x509-cert v0.2.5
30332026-08-25T19:51:36.974Z[ helios-setup] Aug 25 19:51:35.838 INFO E| Compiling iddqd v0.3.14
30342026-08-25T19:51:37.020Z[ helios-setup] Aug 25 19:51:35.886 INFO E| Compiling pkcs1 v0.7.5
30352026-08-25T19:51:37.176Z[ helios-setup] Aug 25 19:51:36.039 INFO E| Compiling zip v0.6.6
30362026-08-25T19:51:37.228Z[ helios-setup] Aug 25 19:51:36.093 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30372026-08-25T19:51:37.496Z[ helios-setup] Aug 25 19:51:36.361 INFO E| Compiling ppv-lite86 v0.2.21
30382026-08-25T19:51:37.610Z[ helios-setup] Aug 25 19:51:36.474 INFO E| Compiling path-slash v0.1.5
30392026-08-25T19:51:37.745Z[ helios-setup] Aug 25 19:51:36.610 INFO E| Compiling hashbrown v0.13.2
30402026-08-25T19:51:37.853Z[ helios-setup] Aug 25 19:51:36.718 INFO E| Compiling erased-serde v0.3.31
30412026-08-25T19:51:38.002Z[ helios-setup] Aug 25 19:51:36.867 INFO E| Compiling rand_chacha v0.3.1
30422026-08-25T19:51:38.015Z[ helios-setup] Aug 25 19:51:36.880 INFO E| Compiling futures-executor v0.3.31
30432026-08-25T19:51:38.138Z[ helios-setup] Aug 25 19:51:37.002 INFO E| Compiling toml_datetime v0.6.11
30442026-08-25T19:51:38.236Z[ host-package] Compiling heck v0.5.0
30452026-08-25T19:51:38.236Z[ host-package] Compiling regress v0.11.1
30462026-08-25T19:51:38.244Z[ host-package] Compiling unsafe-libyaml v0.2.11
30472026-08-25T19:51:38.244Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30482026-08-25T19:51:38.244Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30492026-08-25T19:51:38.244Z[ host-package] Compiling derive-where v1.6.0
30502026-08-25T19:51:38.244Z[ host-package] Compiling bytecount v0.6.9
30512026-08-25T19:51:38.244Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30522026-08-25T19:51:38.244Z[ host-package] Compiling atomicwrites v0.4.4
30532026-08-25T19:51:38.244Z[ host-package] Compiling is-terminal v0.4.17
30542026-08-25T19:51:38.245Z[ host-package] Compiling prettyplease v0.2.37
30552026-08-25T19:51:38.245Z[ host-package] Compiling newline-converter v0.3.0
30562026-08-25T19:51:38.245Z[ host-package] Compiling console v0.15.11
30572026-08-25T19:51:38.245Z[ host-package] Compiling slog-dtrace v0.3.0
30582026-08-25T19:51:38.245Z[ host-package] Compiling resolv-conf v0.7.6
30592026-08-25T19:51:38.279Z[ helios-setup] Aug 25 19:51:37.144 INFO E| Compiling rand v0.8.5
30602026-08-25T19:51:38.407Z[ helios-setup] Aug 25 19:51:37.271 INFO E| Compiling serde_spanned v0.6.9
30612026-08-25T19:51:38.446Z[ helios-setup] Aug 25 19:51:37.304 INFO E| Compiling futures v0.3.31
30622026-08-25T19:51:38.462Z[ helios-setup] Aug 25 19:51:37.326 INFO E| Compiling serde-hex v0.1.0
30632026-08-25T19:51:38.488Z[ helios-setup] Aug 25 19:51:37.353 INFO E| Compiling ron v0.8.1
30642026-08-25T19:51:38.524Z[ helios-setup] Aug 25 19:51:37.390 INFO E| Compiling object v0.30.4
30652026-08-25T19:51:38.536Z[ helios-setup] Aug 25 19:51:37.401 INFO E| Compiling toml_edit v0.19.15
30662026-08-25T19:51:38.683Z[ helios-setup] Aug 25 19:51:37.549 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30672026-08-25T19:51:38.925Z[ helios-setup] Aug 25 19:51:37.790 INFO E| Compiling slog-term v2.9.2
30682026-08-25T19:51:39.483Z[ host-package] Compiling cancel-safe-futures v0.1.5
30692026-08-25T19:51:39.573Z[ helios-setup] Aug 25 19:51:38.438 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30702026-08-25T19:51:39.589Z[ host-package] Compiling num-rational v0.4.2
30712026-08-25T19:51:39.949Z[ helios-setup] Aug 25 19:51:38.814 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30722026-08-25T19:51:40.009Z[ helios-setup] Aug 25 19:51:38.873 INFO E| Compiling rsa v0.9.8
30732026-08-25T19:51:40.248Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30742026-08-25T19:51:40.248Z[ host-package] Compiling num-complex v0.4.6
30752026-08-25T19:51:40.328Z[ host-package] Compiling thread_local v1.1.9
30762026-08-25T19:51:40.567Z[ helios-setup] Aug 25 19:51:39.425 INFO E| Compiling toml v0.7.8
30772026-08-25T19:51:41.095Z[ helios-setup] Aug 25 19:51:39.953 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30782026-08-25T19:51:41.250Z[ host-package] Compiling typify-impl v0.6.2
30792026-08-25T19:51:41.254Z[ host-package] Compiling expectorate v1.2.0
30802026-08-25T19:51:41.330Z[ host-package] Compiling compression-core v0.4.31
30812026-08-25T19:51:41.426Z[ host-package] Compiling match_cfg v0.1.0
30822026-08-25T19:51:41.487Z[ helios-setup] Aug 25 19:51:40.353 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30832026-08-25T19:51:41.723Z[ host-package] Compiling multer v3.1.0
30842026-08-25T19:51:41.726Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30852026-08-25T19:51:42.112Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30862026-08-25T19:51:42.436Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30872026-08-25T19:51:42.440Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30882026-08-25T19:51:42.440Z[ host-package] Compiling num v0.4.3
30892026-08-25T19:51:42.440Z[ host-package] Compiling compression-codecs v0.4.37
30902026-08-25T19:51:42.440Z[ host-package] Compiling hostname v0.3.1
30912026-08-25T19:51:42.440Z[ host-package] Compiling slog-async v2.8.0
30922026-08-25T19:51:43.047Z[ host-package] Compiling crossbeam-channel v0.5.15
30932026-08-25T19:51:43.191Z[ host-package] Compiling slog-json v2.6.1
30942026-08-25T19:51:43.217Z[ host-package] Compiling serde_spanned v1.1.1
30952026-08-25T19:51:43.420Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30962026-08-25T19:51:43.423Z[ host-package] Compiling linked-hash-map v0.5.6
30972026-08-25T19:51:43.455Z[ host-package] Compiling linear-map v1.2.0
30982026-08-25T19:51:44.220Z[ host-package] Compiling term v1.2.1
30992026-08-25T19:51:44.234Z[ host-package] Compiling float-ord v0.3.2
31002026-08-25T19:51:44.235Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
31012026-08-25T19:51:44.479Z[ host-package] Compiling take_mut v0.2.2
31022026-08-25T19:51:44.479Z[ host-package] Compiling async-compression v0.4.41
31032026-08-25T19:51:44.587Z[ host-package] Compiling oxide-update-engine v0.1.2
31042026-08-25T19:51:44.679Z[ host-package] Compiling lru-cache v0.1.2
31052026-08-25T19:51:44.804Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-08-25T19:51:44.904Z[ host-package] Compiling slog-bunyan v2.5.0
31072026-08-25T19:51:44.908Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31082026-08-25T19:51:45.216Z[ host-package] Compiling slog-term v2.9.2
31092026-08-25T19:51:45.353Z[ host-package] Compiling dropshot v0.17.1
31102026-08-25T19:51:45.446Z[ host-package] Compiling async-stream v0.3.6
31112026-08-25T19:51:45.484Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31122026-08-25T19:51:45.566Z[ host-package] Compiling sha1 v0.11.0
31132026-08-25T19:51:45.607Z[ host-package] Compiling progenitor-client v0.14.0
31142026-08-25T19:51:45.661Z[ host-package] Compiling oxide-generation v0.1.3
31152026-08-25T19:51:45.742Z[ host-package] Compiling waitgroup v0.1.2
31162026-08-25T19:51:45.776Z[ host-package] Compiling rustls-pemfile v2.2.0
31172026-08-25T19:51:45.799Z[ host-package] Compiling backon v1.6.0
31182026-08-25T19:51:45.803Z[ host-package] Compiling serde_path_to_error v0.1.20
31192026-08-25T19:51:45.870Z[ host-package] Compiling hostname v0.4.2
31202026-08-25T19:51:45.912Z[ host-package] Compiling instant v0.1.13
31212026-08-25T19:51:45.994Z[ host-package] Compiling debug-ignore v1.0.5
31222026-08-25T19:51:46.001Z[ host-package] Compiling minimal-lexical v0.2.1
31232026-08-25T19:51:46.031Z[ host-package] Compiling progenitor-extras v0.2.0
31242026-08-25T19:51:46.047Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31252026-08-25T19:51:46.050Z[ host-package] Compiling backoff v0.4.0
31262026-08-25T19:51:46.050Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31272026-08-25T19:51:46.094Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31282026-08-25T19:51:46.111Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31292026-08-25T19:51:46.244Z[ host-package] Compiling nom v7.1.3
31302026-08-25T19:51:46.285Z[ host-package] Compiling parse-display v0.10.0
31312026-08-25T19:51:46.325Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31322026-08-25T19:51:46.329Z[ host-package] Compiling hickory-proto v0.24.4
31332026-08-25T19:51:46.394Z[ host-package] Compiling regress v0.10.5
31342026-08-25T19:51:46.394Z[ host-package] Compiling itertools v0.14.0
31352026-08-25T19:51:46.608Z[ host-package] Compiling macaddr v1.0.1
31362026-08-25T19:51:46.918Z[ helios-setup] Aug 25 19:51:45.783 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31372026-08-25T19:51:46.925Z[ host-package] Compiling unicode-xid v0.2.6
31382026-08-25T19:51:47.017Z[ host-package] Compiling humantime v2.3.0
31392026-08-25T19:51:47.051Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31402026-08-25T19:51:47.222Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31412026-08-25T19:51:47.397Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31422026-08-25T19:51:47.465Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31432026-08-25T19:51:47.599Z[ host-package] Compiling typify-macro v0.6.2
31442026-08-25T19:51:47.612Z[ host-package] Compiling toml v0.8.23
31452026-08-25T19:51:47.779Z[ host-package] Compiling papergrid v0.11.0
31462026-08-25T19:51:47.832Z[ host-package] Compiling tabled_derive v0.7.0
31472026-08-25T19:51:47.967Z[ host-package] Compiling termtree v0.5.1
31482026-08-25T19:51:48.085Z[ helios-setup] Aug 25 19:51:46.950 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31492026-08-25T19:51:48.323Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31502026-08-25T19:51:48.395Z[ host-package] Compiling crossterm v0.29.0
31512026-08-25T19:51:48.542Z[ host-package] Compiling phf_shared v0.12.1
31522026-08-25T19:51:48.675Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31532026-08-25T19:51:48.844Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-08-25T19:51:48.938Z[ host-package] Compiling vte v0.14.1
31552026-08-25T19:51:49.329Z[ host-package] Compiling hickory-resolver v0.24.4
31562026-08-25T19:51:49.384Z[ host-package] Compiling tabled v0.15.0
31572026-08-25T19:51:49.603Z[ host-package] Compiling typify v0.6.2
31582026-08-25T19:51:50.029Z[ host-package] Compiling progenitor-impl v0.14.0
31592026-08-25T19:51:50.568Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-08-25T19:51:51.227Z[ host-package] Compiling qorb v0.4.1
31612026-08-25T19:51:52.040Z[ host-package] Compiling csv-core v0.1.13
31622026-08-25T19:51:52.319Z[ helios-setup] Aug 25 19:51:51.184 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31632026-08-25T19:51:52.396Z[ host-package] Compiling highway v1.3.0
31642026-08-25T19:51:52.505Z[ host-package] Compiling chrono-tz v0.10.4
31652026-08-25T19:51:52.785Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-08-25T19:51:52.838Z[ host-package] Compiling progenitor-macro v0.14.0
31672026-08-25T19:51:53.136Z[ host-package] Compiling csv v1.4.0
31682026-08-25T19:51:54.148Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31692026-08-25T19:51:54.778Z[ host-package] Compiling phf v0.12.1
31702026-08-25T19:51:55.023Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31712026-08-25T19:51:55.280Z[ host-package] Compiling const_format_proc_macros v0.2.34
31722026-08-25T19:51:55.304Z[ host-package] Compiling fd-lock v4.0.4
31732026-08-25T19:51:55.367Z[ host-package] Compiling peg-macros v0.8.5
31742026-08-25T19:51:55.547Z[ host-package] Compiling nu-ansi-term v0.50.3
31752026-08-25T19:51:55.844Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-08-25T19:51:56.449Z[ host-package] Compiling const_format v0.2.35
31772026-08-25T19:51:56.789Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-08-25T19:51:56.865Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31792026-08-25T19:51:57.338Z[ host-package] Compiling peg v0.8.5
31802026-08-25T19:51:57.481Z[ host-package] Compiling reedline v0.40.0
31812026-08-25T19:51:57.645Z[ host-package] Compiling progenitor v0.14.0
31822026-08-25T19:51:57.884Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31832026-08-25T19:51:58.443Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-08-25T19:51:58.599Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31852026-08-25T19:51:58.815Z[ host-package] Compiling bcs v0.1.6
31862026-08-25T19:51:59.211Z[ host-package] Compiling nom v8.0.0
31872026-08-25T19:51:59.377Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31882026-08-25T19:51:59.620Z[ host-package] Compiling semver v0.1.20
31892026-08-25T19:51:59.755Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-08-25T19:51:59.885Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31912026-08-25T19:52:00.213Z[ host-package] Compiling rustc_version v0.1.7
31922026-08-25T19:52:00.294Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31932026-08-25T19:52:00.464Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31942026-08-25T19:52:00.814Z[ host-package] Compiling newtype_derive v0.1.6
31952026-08-25T19:52:01.238Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31962026-08-25T19:52:01.413Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31972026-08-25T19:52:01.802Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31982026-08-25T19:52:02.315Z[ host-package] Compiling steno v0.4.1
31992026-08-25T19:52:02.811Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32002026-08-25T19:52:02.939Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32012026-08-25T19:52:03.540Z[ host-package] Compiling sha1 v0.10.6
32022026-08-25T19:52:03.733Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32032026-08-25T19:52:03.753Z[ host-package] Compiling tagptr v0.2.0
32042026-08-25T19:52:03.943Z[ host-package] Compiling utf-8 v0.7.6
32052026-08-25T19:52:03.978Z[ host-package] Compiling moka v0.12.13
32062026-08-25T19:52:04.176Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32072026-08-25T19:52:04.223Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32082026-08-25T19:52:04.306Z[ helios-setup] Aug 25 19:52:03.168 INFO E| Finished `release` profile [optimized] target(s) in 37.80s
32092026-08-25T19:52:04.311Z[ helios-setup] Aug 25 19:52:03.170 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32102026-08-25T19:52:04.311Z[ helios-setup] Aug 25 19:52:03.170 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32112026-08-25T19:52:04.363Z[ helios-setup] Aug 25 19:52:03.228 INFO building project "pilot" ok (37 seconds)
32122026-08-25T19:52:04.363Z[ helios-setup] Aug 25 19:52:03.228 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
32132026-08-25T19:52:04.519Z[ host-package] Compiling tungstenite v0.21.0
32142026-08-25T19:52:04.741Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32152026-08-25T19:52:05.029Z[ host-package] Compiling darling_core v0.21.3
32162026-08-25T19:52:05.329Z[ host-package] Compiling hickory-resolver v0.25.2
32172026-08-25T19:52:06.759Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32182026-08-25T19:52:07.441Z[ host-package] Compiling tokio-tungstenite v0.21.0
32192026-08-25T19:52:07.538Z[ host-package] Compiling darling_macro v0.21.3
32202026-08-25T19:52:07.906Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32212026-08-25T19:52:07.952Z[ host-package] Compiling display-error-chain v0.2.2
32222026-08-25T19:52:08.137Z[ host-package] Compiling libscf-sys v1.2.0
32232026-08-25T19:52:08.161Z[ host-package] Compiling darling v0.21.3
32242026-08-25T19:52:08.272Z[ host-package] Compiling vergen-lib v0.1.6
32252026-08-25T19:52:08.298Z[ host-package] Compiling diesel_derives v2.3.7
32262026-08-25T19:52:08.536Z[ host-package] Compiling dsl_auto_type v0.2.0
32272026-08-25T19:52:08.747Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32282026-08-25T19:52:09.113Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32292026-08-25T19:52:09.360Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32302026-08-25T19:52:09.447Z[ host-package] Compiling vergen-gitcl v1.0.8
32312026-08-25T19:52:09.521Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32322026-08-25T19:52:09.596Z[ host-package] Compiling dirs-sys-next v0.1.2
32332026-08-25T19:52:09.798Z[ host-package] Compiling maplit v1.0.2
32342026-08-25T19:52:09.816Z[ host-package] Compiling glob v0.3.3
32352026-08-25T19:52:09.836Z[ host-package] Compiling crunchy v0.2.4
32362026-08-25T19:52:10.196Z[ host-package] Compiling clang-sys v1.8.1
32372026-08-25T19:52:10.289Z[ host-package] Compiling dirs-next v2.0.0
32382026-08-25T19:52:10.497Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32392026-08-25T19:52:10.745Z[ host-package] Compiling r2d2 v0.8.10
32402026-08-25T19:52:11.129Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32412026-08-25T19:52:11.223Z[ host-package] Compiling papergrid v0.18.0
32422026-08-25T19:52:11.316Z[ host-package] Compiling xshell-macros v0.2.7
32432026-08-25T19:52:11.538Z[ host-package] Compiling downcast-rs v2.0.2
32442026-08-25T19:52:11.621Z[ host-package] Compiling tiny-keccak v2.0.2
32452026-08-25T19:52:11.858Z[ host-package] Compiling xshell v0.2.7
32462026-08-25T19:52:11.925Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32472026-08-25T19:52:12.063Z[ host-package] Compiling term v0.7.0
32482026-08-25T19:52:12.250Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32492026-08-25T19:52:12.270Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32502026-08-25T19:52:12.305Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32512026-08-25T19:52:12.654Z[ host-package] Compiling tabled v0.21.0
32522026-08-25T19:52:12.675Z[ host-package] Compiling bit-vec v0.6.3
32532026-08-25T19:52:12.978Z[ host-package] Compiling bit-set v0.5.3
32542026-08-25T19:52:13.027Z[ host-package] Compiling ascii-canvas v3.0.0
32552026-08-25T19:52:13.047Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32562026-08-25T19:52:13.228Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32572026-08-25T19:52:13.248Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32582026-08-25T19:52:13.310Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32592026-08-25T19:52:13.548Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32602026-08-25T19:52:13.654Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32612026-08-25T19:52:13.682Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32622026-08-25T19:52:13.976Z[ host-package] Compiling itertools v0.10.5
32632026-08-25T19:52:14.047Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32642026-08-25T19:52:14.077Z[ host-package] Compiling ena v0.14.4
32652026-08-25T19:52:14.358Z[ host-package] Compiling libloading v0.8.9
32662026-08-25T19:52:14.720Z[ host-package] Compiling unicase v2.9.0
32672026-08-25T19:52:14.840Z[ host-package] Compiling bindgen v0.71.1
32682026-08-25T19:52:14.890Z[ host-package] Compiling diff v0.1.13
32692026-08-25T19:52:15.045Z[ host-package] Compiling regex-syntax v0.6.29
32702026-08-25T19:52:15.270Z[ host-package] Compiling diesel v2.3.7
32712026-08-25T19:52:15.361Z[ host-package] Compiling cexpr v0.6.0
32722026-08-25T19:52:15.397Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32732026-08-25T19:52:15.806Z[ host-package] Compiling rustc-hash v2.1.1
32742026-08-25T19:52:16.045Z[ host-package] Compiling crc8 v0.1.1
32752026-08-25T19:52:16.248Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32762026-08-25T19:52:16.464Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32772026-08-25T19:52:16.863Z[ host-package] Compiling lalrpop v0.19.12
32782026-08-25T19:52:17.219Z[ host-package] Compiling headers-core v0.3.0
32792026-08-25T19:52:17.369Z[ host-package] Compiling libxml v0.3.3
32802026-08-25T19:52:17.423Z[ host-package] Compiling headers v0.4.1
32812026-08-25T19:52:17.701Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32822026-08-25T19:52:17.888Z[ host-package] Compiling strum_macros v0.24.3
32832026-08-25T19:52:17.969Z[ host-package] Compiling indoc v1.0.9
32842026-08-25T19:52:18.390Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32852026-08-25T19:52:18.470Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32862026-08-25T19:52:18.511Z[ host-package] Compiling derive_builder v0.20.2
32872026-08-25T19:52:18.630Z[ host-package] Compiling quick-xml v0.37.5
32882026-08-25T19:52:18.768Z[ host-package] Compiling oso-derive v0.27.3
32892026-08-25T19:52:19.200Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32902026-08-25T19:52:19.222Z[ host-package] Compiling openssl-probe v0.1.6
32912026-08-25T19:52:19.570Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32922026-08-25T19:52:19.636Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32932026-08-25T19:52:20.163Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32942026-08-25T19:52:20.359Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32952026-08-25T19:52:20.389Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32962026-08-25T19:52:20.486Z[ host-package] Compiling bb8 v0.8.6
32972026-08-25T19:52:20.626Z[ host-package] Compiling trait-variant v0.1.2
32982026-08-25T19:52:20.662Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32992026-08-25T19:52:20.967Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-08-25T19:52:21.251Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33012026-08-25T19:52:21.291Z[ host-package] Compiling half v1.8.3
33022026-08-25T19:52:21.320Z[ host-package] Compiling proc-macro-error2 v2.0.1
33032026-08-25T19:52:21.572Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33042026-08-25T19:52:21.637Z[ host-package] Compiling serde_cbor v0.11.2
33052026-08-25T19:52:21.748Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33062026-08-25T19:52:21.770Z[ host-package] Compiling hashbrown v0.14.5
33072026-08-25T19:52:21.804Z[ host-package] Compiling rfc6979 v0.4.0
33082026-08-25T19:52:22.014Z[ host-package] Compiling salty v0.3.0
33092026-08-25T19:52:22.182Z[ host-package] Compiling ecdsa v0.16.9
33102026-08-25T19:52:22.359Z[ host-package] Compiling samael v0.0.19
33112026-08-25T19:52:22.383Z[ host-package] Compiling chumsky v0.9.3
33122026-08-25T19:52:22.387Z[ host-package] Compiling knus-derive v3.4.0
33132026-08-25T19:52:22.680Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33142026-08-25T19:52:22.738Z[ host-package] Compiling progenitor-impl v0.13.0
33152026-08-25T19:52:22.939Z[ host-package] Compiling primeorder v0.13.6
33162026-08-25T19:52:23.381Z[ host-package] Compiling nonempty v0.12.0
33172026-08-25T19:52:23.677Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33182026-08-25T19:52:23.782Z[ host-package] Compiling p384 v0.13.1
33192026-08-25T19:52:23.916Z[ host-package] Compiling knus v3.4.0
33202026-08-25T19:52:24.928Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33212026-08-25T19:52:24.981Z[ host-package] Compiling polar-core v0.27.3
33222026-08-25T19:52:25.003Z[ host-package] Compiling progenitor-macro v0.13.0
33232026-08-25T19:52:25.351Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33242026-08-25T19:52:26.159Z[ host-package] Compiling progenitor-client v0.13.0
33252026-08-25T19:52:26.472Z[ helios-setup] Aug 25 19:52:25.329 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')"
33262026-08-25T19:52:26.472Z[ helios-setup] Aug 25 19:52:25.329 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33272026-08-25T19:52:26.477Z[ host-package] Compiling fxhash v0.2.1
33282026-08-25T19:52:26.501Z[ helios-setup] Aug 25 19:52:25.364 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')"
33292026-08-25T19:52:26.502Z[ helios-setup] Aug 25 19:52:25.365 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33302026-08-25T19:52:26.502Z[ helios-setup] Aug 25 19:52:25.365 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33312026-08-25T19:52:26.692Z[ helios-setup] Aug 25 19:52:25.550 INFO E| Updating crates.io index
33322026-08-25T19:52:26.699Z[ helios-setup] Aug 25 19:52:25.551 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33332026-08-25T19:52:26.760Z[ host-package] Compiling libz-sys v1.1.24
33342026-08-25T19:52:26.858Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33352026-08-25T19:52:26.935Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33362026-08-25T19:52:27.210Z[ helios-setup] Aug 25 19:52:26.075 INFO E| From https://github.com/oxidecomputer/amd-apcb
33372026-08-25T19:52:27.210Z[ helios-setup] Aug 25 19:52:26.075 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33382026-08-25T19:52:27.224Z[ helios-setup] Aug 25 19:52:26.089 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33392026-08-25T19:52:27.361Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33402026-08-25T19:52:27.438Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33412026-08-25T19:52:27.941Z[ helios-setup] Aug 25 19:52:26.801 INFO E| From https://github.com/oxidecomputer/amd-efs
33422026-08-25T19:52:27.941Z[ helios-setup] Aug 25 19:52:26.801 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33432026-08-25T19:52:28.004Z[ host-package] Compiling kstat-rs v0.2.5
33442026-08-25T19:52:28.085Z[ helios-setup] Aug 25 19:52:26.949 INFO E| Downloading crates ...
33452026-08-25T19:52:28.151Z[ helios-setup] Aug 25 19:52:27.016 INFO E| Downloaded four-cc v0.4.0
33462026-08-25T19:52:28.156Z[ helios-setup] Aug 25 19:52:27.021 INFO E| Downloaded vec_map v0.8.2
33472026-08-25T19:52:28.160Z[ helios-setup] Aug 25 19:52:27.023 INFO E| Downloaded dyn-clone v1.0.19
33482026-08-25T19:52:28.165Z[ helios-setup] Aug 25 19:52:27.030 INFO E| Downloaded strsim v0.8.0
33492026-08-25T19:52:28.169Z[ helios-setup] Aug 25 19:52:27.031 INFO E| Downloaded modular-bitfield v0.13.1
33502026-08-25T19:52:28.173Z[ helios-setup] Aug 25 19:52:27.037 INFO E| Downloaded structopt-derive v0.4.18
33512026-08-25T19:52:28.178Z[ helios-setup] Aug 25 19:52:27.043 INFO E| Downloaded thiserror v2.0.12
33522026-08-25T19:52:28.183Z[ helios-setup] Aug 25 19:52:27.047 INFO E| Downloaded ansi_term v0.12.1
33532026-08-25T19:52:28.187Z[ helios-setup] Aug 25 19:52:27.048 INFO E| Downloaded modular-bitfield-impl v0.13.1
33542026-08-25T19:52:28.187Z[ helios-setup] Aug 25 19:52:27.049 INFO E| Downloaded unic-common v0.9.0
33552026-08-25T19:52:28.187Z[ helios-setup] Aug 25 19:52:27.050 INFO E| Downloaded strum v0.27.1
33562026-08-25T19:52:28.187Z[ helios-setup] Aug 25 19:52:27.051 INFO E| Downloaded unic-char-range v0.9.0
33572026-08-25T19:52:28.187Z[ helios-setup] Aug 25 19:52:27.052 INFO E| Downloaded thiserror-impl v2.0.12
33582026-08-25T19:52:28.190Z[ helios-setup] Aug 25 19:52:27.052 INFO E| Downloaded heck v0.3.3
33592026-08-25T19:52:28.190Z[ helios-setup] Aug 25 19:52:27.053 INFO E| Downloaded unic-ucd-ident v0.9.0
33602026-08-25T19:52:28.190Z[ helios-setup] Aug 25 19:52:27.054 INFO E| Downloaded parse_int v0.9.0
33612026-08-25T19:52:28.190Z[ helios-setup] Aug 25 19:52:27.055 INFO E| Downloaded fletcher v1.0.0
33622026-08-25T19:52:28.190Z[ helios-setup] Aug 25 19:52:27.055 INFO E| Downloaded unic-ucd-version v0.9.0
33632026-08-25T19:52:28.206Z[ helios-setup] Aug 25 19:52:27.068 INFO E| Downloaded modular-bitfield v0.11.2
33642026-08-25T19:52:28.212Z[ helios-setup] Aug 25 19:52:27.073 INFO E| Downloaded strum_macros v0.27.1
33652026-08-25T19:52:28.212Z[ helios-setup] Aug 25 19:52:27.075 INFO E| Downloaded rustversion v1.0.20
33662026-08-25T19:52:28.216Z[ helios-setup] Aug 25 19:52:27.076 INFO E| Downloaded unicode-ident v1.0.18
33672026-08-25T19:52:28.217Z[ helios-setup] Aug 25 19:52:27.078 INFO E| Downloaded unic-char-property v0.9.0
33682026-08-25T19:52:28.217Z[ helios-setup] Aug 25 19:52:27.079 INFO E| Downloaded modular-bitfield-impl v0.11.2
33692026-08-25T19:52:28.217Z[ helios-setup] Aug 25 19:52:27.079 INFO E| Downloaded pest_generator v2.8.0
33702026-08-25T19:52:28.223Z[ helios-setup] Aug 25 19:52:27.085 INFO E| Downloaded textwrap v0.11.0
33712026-08-25T19:52:28.223Z[ helios-setup] Aug 25 19:52:27.085 INFO E| Downloaded autocfg v1.4.0
33722026-08-25T19:52:28.223Z[ helios-setup] Aug 25 19:52:27.085 INFO E| Downloaded quote v1.0.40
33732026-08-25T19:52:28.223Z[ helios-setup] Aug 25 19:52:27.085 INFO E| Downloaded bytesize v2.0.1
33742026-08-25T19:52:28.229Z[ helios-setup] Aug 25 19:52:27.087 INFO E| Downloaded log v0.4.27
33752026-08-25T19:52:28.229Z[ helios-setup] Aug 25 19:52:27.089 INFO E| Downloaded serde_derive v1.0.219
33762026-08-25T19:52:28.232Z[ helios-setup] Aug 25 19:52:27.095 INFO E| Downloaded structopt v0.3.26
33772026-08-25T19:52:28.235Z[ helios-setup] Aug 25 19:52:27.100 INFO E| Downloaded pest_derive v2.8.0
33782026-08-25T19:52:28.240Z[ helios-setup] Aug 25 19:52:27.105 INFO E| Downloaded proc-macro2 v1.0.95
33792026-08-25T19:52:28.243Z[ helios-setup] Aug 25 19:52:27.109 INFO E| Downloaded pest_meta v2.8.0
33802026-08-25T19:52:28.246Z[ helios-setup] Aug 25 19:52:27.112 INFO E| Downloaded zerocopy-derive v0.8.25
33812026-08-25T19:52:28.250Z[ helios-setup] Aug 25 19:52:27.115 INFO E| Downloaded serde v1.0.219
33822026-08-25T19:52:28.253Z[ helios-setup] Aug 25 19:52:27.119 INFO E| Downloaded typenum v1.18.0
33832026-08-25T19:52:28.256Z[ helios-setup] Aug 25 19:52:27.121 INFO E| Downloaded goblin v0.9.3
33842026-08-25T19:52:28.266Z[ helios-setup] Aug 25 19:52:27.129 INFO E| Downloaded memchr v2.7.4
33852026-08-25T19:52:28.277Z[ helios-setup] Aug 25 19:52:27.142 INFO E| Downloaded serde_json v1.0.140
33862026-08-25T19:52:28.283Z[ helios-setup] Aug 25 19:52:27.146 INFO E| Downloaded pest v2.8.0
33872026-08-25T19:52:28.294Z[ helios-setup] Aug 25 19:52:27.160 INFO E| Downloaded clap v2.34.0
33882026-08-25T19:52:28.312Z[ helios-setup] Aug 25 19:52:27.177 INFO E| Downloaded syn v2.0.101
33892026-08-25T19:52:28.370Z[ helios-setup] Aug 25 19:52:27.236 INFO E| Downloaded zerocopy v0.8.25
33902026-08-25T19:52:28.388Z[ helios-setup] Aug 25 19:52:27.253 INFO E| Downloaded libc v0.2.172
33912026-08-25T19:52:28.494Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling proc-macro2 v1.0.95
33922026-08-25T19:52:28.494Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling unicode-ident v1.0.18
33932026-08-25T19:52:28.494Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling memchr v2.7.4
33942026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling autocfg v1.4.0
33952026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling thiserror v2.0.12
33962026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling syn v1.0.109
33972026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling serde v1.0.219
33982026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling version_check v0.9.5
33992026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling serde_json v1.0.140
34002026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling ryu v1.0.20
34012026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling itoa v1.0.15
34022026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling schemars v0.8.22
34032026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling zerocopy v0.8.25
34042026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling rustversion v1.0.20
34052026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling ucd-trie v0.1.7
34062026-08-25T19:52:28.497Z[ helios-setup] Aug 25 19:52:27.359 INFO E| Compiling dyn-clone v1.0.19
34072026-08-25T19:52:28.502Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-08-25T19:52:28.540Z[ host-package] Compiling mime_guess v2.0.5
34092026-08-25T19:52:29.248Z[ helios-setup] Aug 25 19:52:28.107 INFO E| Compiling libc v0.2.172
34102026-08-25T19:52:29.272Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34112026-08-25T19:52:29.507Z[ host-package] Compiling progenitor v0.13.0
34122026-08-25T19:52:29.581Z[ helios-setup] Aug 25 19:52:28.445 INFO E| Compiling paste v1.0.15
34132026-08-25T19:52:29.595Z[ helios-setup] Aug 25 19:52:28.458 INFO E| Compiling static_assertions v1.1.0
34142026-08-25T19:52:29.676Z[ helios-setup] Aug 25 19:52:28.532 INFO E| Compiling once_cell v1.21.3
34152026-08-25T19:52:29.686Z[ helios-setup] Aug 25 19:52:28.538 INFO E| Compiling heck v0.5.0
34162026-08-25T19:52:29.848Z[ helios-setup] Aug 25 19:52:28.713 INFO E| Compiling unicode-width v0.1.14
34172026-08-25T19:52:29.883Z[ helios-setup] Aug 25 19:52:28.748 INFO E| Compiling proc-macro-error-attr v1.0.4
34182026-08-25T19:52:29.935Z[ helios-setup] Aug 25 19:52:28.798 INFO E| Compiling proc-macro-error v1.0.4
34192026-08-25T19:52:29.974Z[ helios-setup] Aug 25 19:52:28.839 INFO E| Compiling unicode-segmentation v1.12.0
34202026-08-25T19:52:29.982Z[ helios-setup] Aug 25 19:52:28.844 INFO E| Compiling fletcher v1.0.0
34212026-08-25T19:52:29.982Z[ helios-setup] Aug 25 19:52:28.845 INFO E| Compiling byteorder v1.5.0
34222026-08-25T19:52:30.228Z[ helios-setup] Aug 25 19:52:29.093 INFO E| Compiling num-traits v0.2.19
34232026-08-25T19:52:30.254Z[ helios-setup] Aug 25 19:52:29.119 INFO E| Compiling memoffset v0.9.1
34242026-08-25T19:52:30.349Z[ helios-setup] Aug 25 19:52:29.214 INFO E| Compiling strum v0.27.1
34252026-08-25T19:52:30.377Z[ helios-setup] Aug 25 19:52:29.240 INFO E| Compiling unic-common v0.9.0
34262026-08-25T19:52:30.399Z[ helios-setup] Aug 25 19:52:29.261 INFO E| Compiling strsim v0.8.0
34272026-08-25T19:52:30.474Z[ helios-setup] Aug 25 19:52:29.329 INFO E| Compiling heck v0.3.3
34282026-08-25T19:52:30.507Z[ helios-setup] Aug 25 19:52:29.373 INFO E| Compiling textwrap v0.11.0
34292026-08-25T19:52:30.510Z[ helios-setup] Aug 25 19:52:29.373 INFO E| Compiling vec_map v0.8.2
34302026-08-25T19:52:30.560Z[ helios-setup] Aug 25 19:52:29.425 INFO E| Compiling bitflags v1.3.2
34312026-08-25T19:52:30.598Z[ helios-setup] Aug 25 19:52:29.458 INFO E| Compiling ansi_term v0.12.1
34322026-08-25T19:52:30.598Z[ helios-setup] Aug 25 19:52:29.458 INFO E| Compiling unic-char-range v0.9.0
34332026-08-25T19:52:30.648Z[ helios-setup] Aug 25 19:52:29.513 INFO E| Compiling unic-ucd-version v0.9.0
34342026-08-25T19:52:30.656Z[ helios-setup] Aug 25 19:52:29.521 INFO E| Compiling lazy_static v1.5.0
34352026-08-25T19:52:30.688Z[ helios-setup] Aug 25 19:52:29.549 INFO E| Compiling log v0.4.27
34362026-08-25T19:52:30.742Z[ helios-setup] Aug 25 19:52:29.606 INFO E| Compiling plain v0.2.3
34372026-08-25T19:52:30.750Z[ helios-setup] Aug 25 19:52:29.615 INFO E| Compiling bytesize v2.0.1
34382026-08-25T19:52:30.796Z[ helios-setup] Aug 25 19:52:29.660 INFO E| Compiling unic-char-property v0.9.0
34392026-08-25T19:52:30.873Z[ helios-setup] Aug 25 19:52:29.736 INFO E| Compiling quote v1.0.40
34402026-08-25T19:52:30.967Z[ helios-setup] Aug 25 19:52:29.832 INFO E| Compiling unic-ucd-ident v0.9.0
34412026-08-25T19:52:31.021Z[ helios-setup] Aug 25 19:52:29.885 INFO E| Compiling atty v0.2.14
34422026-08-25T19:52:31.102Z[ helios-setup] Aug 25 19:52:29.967 INFO E| Compiling clap v2.34.0
34432026-08-25T19:52:31.167Z[ helios-setup] Aug 25 19:52:30.031 INFO E| Compiling syn v2.0.101
34442026-08-25T19:52:31.716Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34452026-08-25T19:52:31.953Z[ helios-setup] Aug 25 19:52:30.817 INFO E| Compiling parse_int v0.9.0
34462026-08-25T19:52:31.975Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34472026-08-25T19:52:32.450Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34482026-08-25T19:52:32.555Z[ host-package] Compiling nanorand v0.7.0
34492026-08-25T19:52:32.939Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34502026-08-25T19:52:33.181Z[ host-package] Compiling parking_lot_core v0.8.6
34512026-08-25T19:52:33.541Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34522026-08-25T19:52:33.772Z[ host-package] Compiling flume v0.11.1
34532026-08-25T19:52:34.222Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34542026-08-25T19:52:34.425Z[ helios-setup] Aug 25 19:52:33.290 INFO E| Compiling serde_derive_internals v0.29.1
34552026-08-25T19:52:34.505Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34562026-08-25T19:52:34.642Z[ helios-setup] Aug 25 19:52:33.507 INFO E| Compiling modular-bitfield-impl v0.11.2
34572026-08-25T19:52:34.642Z[ helios-setup] Aug 25 19:52:33.507 INFO E| Compiling structopt-derive v0.4.18
34582026-08-25T19:52:35.097Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34592026-08-25T19:52:35.436Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling thiserror-impl v2.0.12
34602026-08-25T19:52:35.436Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling serde_derive v1.0.219
34612026-08-25T19:52:35.436Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling schemars_derive v0.8.22
34622026-08-25T19:52:35.443Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling zerocopy-derive v0.8.25
34632026-08-25T19:52:35.443Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling num-derive v0.4.2
34642026-08-25T19:52:35.443Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling modular-bitfield-impl v0.13.1
34652026-08-25T19:52:35.443Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling strum_macros v0.27.1
34662026-08-25T19:52:35.443Z[ helios-setup] Aug 25 19:52:34.296 INFO E| Compiling scroll_derive v0.12.1
34672026-08-25T19:52:35.609Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34682026-08-25T19:52:36.163Z[ host-package] Compiling git-stub v1.0.0
34692026-08-25T19:52:36.226Z[ helios-setup] Aug 25 19:52:35.088 INFO E| Compiling modular-bitfield v0.11.2
34702026-08-25T19:52:36.705Z[ helios-setup] Aug 25 19:52:35.549 INFO E| Compiling structopt v0.3.26
34712026-08-25T19:52:36.779Z[ host-package] Compiling oso v0.27.3
34722026-08-25T19:52:36.964Z[ host-package] Compiling diesel-dtrace v0.5.0
34732026-08-25T19:52:37.036Z[ helios-setup] Aug 25 19:52:35.899 INFO E| Compiling scroll v0.12.0
34742026-08-25T19:52:37.054Z[ host-package] Compiling async-bb8-diesel v0.2.1
34752026-08-25T19:52:37.105Z[ helios-setup] Aug 25 19:52:35.948 INFO E| Compiling modular-bitfield v0.13.1
34762026-08-25T19:52:37.218Z[ helios-setup] Aug 25 19:52:36.069 INFO E| Compiling pest v2.8.0
34772026-08-25T19:52:37.416Z[ helios-setup] Aug 25 19:52:36.261 INFO E| Compiling goblin v0.9.3
34782026-08-25T19:52:37.553Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34792026-08-25T19:52:37.806Z[ host-package] Compiling strsim v0.10.0
34802026-08-25T19:52:37.963Z[ host-package] Compiling corncobs v0.1.4
34812026-08-25T19:52:38.287Z[ host-package] Compiling http-range v0.1.5
34822026-08-25T19:52:38.367Z[ host-package] Compiling instability v0.3.11
34832026-08-25T19:52:38.760Z[ helios-setup] Aug 25 19:52:37.614 INFO E| Compiling pest_meta v2.8.0
34842026-08-25T19:52:38.777Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34852026-08-25T19:52:38.828Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34862026-08-25T19:52:39.521Z[ helios-setup] Aug 25 19:52:38.371 INFO E| Compiling pest_generator v2.8.0
34872026-08-25T19:52:39.938Z[ host-package] Compiling darling_core v0.13.4
34882026-08-25T19:52:40.432Z[ helios-setup] Aug 25 19:52:39.281 INFO E| Compiling pest_derive v2.8.0
34892026-08-25T19:52:40.992Z[ host-package] Compiling git-stub-vcs v0.1.0
34902026-08-25T19:52:42.132Z[ helios-setup] Aug 25 19:52:40.997 INFO E| Compiling json5 v0.4.1
34912026-08-25T19:52:42.216Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34922026-08-25T19:52:43.112Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34932026-08-25T19:52:43.193Z[ host-package] Compiling ignore v0.4.25
34942026-08-25T19:52:43.376Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34952026-08-25T19:52:43.727Z[ host-package] Compiling anstyle-parse v0.2.7
34962026-08-25T19:52:43.769Z[ helios-setup] Aug 25 19:52:42.634 INFO E| Compiling four-cc v0.4.0
34972026-08-25T19:52:43.769Z[ helios-setup] Aug 25 19:52:42.634 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34982026-08-25T19:52:43.906Z[ helios-setup] Aug 25 19:52:42.771 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34992026-08-25T19:52:44.097Z[ host-package] Compiling secrecy v0.8.0
35002026-08-25T19:52:44.134Z[ host-package] Compiling castaway v0.2.4
35012026-08-25T19:52:44.336Z[ host-package] Compiling vergen-git2 v9.1.0
35022026-08-25T19:52:44.431Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35032026-08-25T19:52:44.435Z[ host-package] Compiling indoc v2.0.7
35042026-08-25T19:52:44.603Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35052026-08-25T19:52:44.908Z[ host-package] Compiling compact_str v0.8.1
35062026-08-25T19:52:45.825Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35072026-08-25T19:52:46.138Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35082026-08-25T19:52:46.879Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35092026-08-25T19:52:47.203Z[ host-package] Compiling anstream v0.6.21
35102026-08-25T19:52:47.754Z[ host-package] Compiling globwalk v0.9.1
35112026-08-25T19:52:47.794Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35122026-08-25T19:52:47.853Z[ host-package] Compiling parking_lot v0.11.2
35132026-08-25T19:52:48.435Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35142026-08-25T19:52:48.487Z[ host-package] Compiling darling_macro v0.13.4
35152026-08-25T19:52:48.528Z[ host-package] Compiling hyper-staticfile v0.10.1
35162026-08-25T19:52:48.790Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35172026-08-25T19:52:48.941Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35182026-08-25T19:52:49.036Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35192026-08-25T19:52:49.380Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35202026-08-25T19:52:49.734Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35212026-08-25T19:52:49.760Z[ host-package] Compiling predicates-tree v1.0.13
35222026-08-25T19:52:50.248Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35232026-08-25T19:52:50.523Z[ host-package] Compiling unicode-truncate v1.1.0
35242026-08-25T19:52:50.578Z[ host-package] Compiling lru v0.12.5
35252026-08-25T19:52:50.660Z[ host-package] Compiling rand_seeder v0.4.0
35262026-08-25T19:52:50.741Z[ host-package] Compiling prefix-trie v0.7.0
35272026-08-25T19:52:50.785Z[ host-package] Compiling cassowary v0.3.0
35282026-08-25T19:52:50.958Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35292026-08-25T19:52:51.081Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35302026-08-25T19:52:51.210Z[ host-package] Compiling hickory-server v0.25.2
35312026-08-25T19:52:51.260Z[ host-package] Compiling ratatui v0.29.0
35322026-08-25T19:52:51.290Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35332026-08-25T19:52:51.774Z[ host-package] Compiling darling v0.13.4
35342026-08-25T19:52:51.811Z[ host-package] Compiling sled v0.34.7
35352026-08-25T19:52:52.374Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35362026-08-25T19:52:52.932Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35372026-08-25T19:52:53.382Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35382026-08-25T19:52:53.816Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35392026-08-25T19:52:53.996Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35402026-08-25T19:52:54.400Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35412026-08-25T19:52:54.487Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35422026-08-25T19:52:55.481Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35432026-08-25T19:52:56.487Z[ host-package] Compiling serde_with_macros v1.5.2
35442026-08-25T19:52:56.514Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35452026-08-25T19:52:57.299Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35462026-08-25T19:52:57.627Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35472026-08-25T19:52:57.930Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35482026-08-25T19:52:58.161Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35492026-08-25T19:52:58.302Z[ helios-setup] Aug 25 19:52:57.165 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35502026-08-25T19:52:58.473Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35512026-08-25T19:52:58.682Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35522026-08-25T19:52:58.777Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35532026-08-25T19:52:58.812Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35542026-08-25T19:52:59.059Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35552026-08-25T19:52:59.104Z[ host-package] Compiling arc-swap v1.8.2
35562026-08-25T19:52:59.205Z[ host-package] Compiling void v1.0.2
35572026-08-25T19:52:59.429Z[ host-package] Compiling lzss v0.8.2
35582026-08-25T19:52:59.456Z[ host-package] Compiling slog-scope v4.4.1
35592026-08-25T19:52:59.836Z[ host-package] Compiling serde_with v1.14.0
35602026-08-25T19:52:59.918Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35612026-08-25T19:53:01.048Z[ host-package] Compiling git2 v0.20.4
35622026-08-25T19:53:01.134Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35632026-08-25T19:53:01.172Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35642026-08-25T19:53:01.362Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35652026-08-25T19:53:01.497Z[ helios-setup] Aug 25 19:53:00.360 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35662026-08-25T19:53:02.231Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35672026-08-25T19:53:03.123Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35682026-08-25T19:53:04.204Z[ host-package] Compiling scuffle v0.1.0
35692026-08-25T19:53:04.491Z[ host-package] Compiling tungstenite v0.23.0
35702026-08-25T19:53:04.612Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35712026-08-25T19:53:05.492Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35722026-08-25T19:53:06.248Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35732026-08-25T19:53:06.271Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35742026-08-25T19:53:06.437Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35752026-08-25T19:53:06.596Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35762026-08-25T19:53:06.681Z[ host-package] Compiling nix v0.27.1
35772026-08-25T19:53:06.863Z[ host-package] Compiling twox-hash v2.1.2
35782026-08-25T19:53:07.097Z[ host-package] Compiling libsw-core v0.3.2
35792026-08-25T19:53:07.437Z[ host-package] Compiling serde_bytes v0.11.19
35802026-08-25T19:53:07.484Z[ host-package] Compiling atty v0.2.14
35812026-08-25T19:53:07.596Z[ host-package] Compiling libsw v3.5.0
35822026-08-25T19:53:07.820Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35832026-08-25T19:53:07.927Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35842026-08-25T19:53:08.014Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35852026-08-25T19:53:08.252Z[ host-package] Compiling tokio-tungstenite v0.23.1
35862026-08-25T19:53:08.389Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35872026-08-25T19:53:08.498Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35882026-08-25T19:53:08.806Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35892026-08-25T19:53:08.926Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35902026-08-25T19:53:12.296Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35912026-08-25T19:53:12.566Z[ host-package] Compiling slog-stdlog v4.1.1
35922026-08-25T19:53:12.994Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35932026-08-25T19:53:13.148Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35942026-08-25T19:53:13.266Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35952026-08-25T19:53:13.627Z[ helios-setup] Aug 25 19:53:12.489 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.08s
35962026-08-25T19:53:13.660Z[ helios-setup] Aug 25 19:53:12.525 INFO building project "amd-host-image-builder" ok (47 seconds)
35972026-08-25T19:53:13.660Z[ helios-setup] Aug 25 19:53:12.525 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35982026-08-25T19:53:13.670Z[ helios-setup] Aug 25 19:53:12.535 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
35992026-08-25T19:53:13.670Z[ helios-setup] Aug 25 19:53:12.535 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36002026-08-25T19:53:13.674Z[ helios-setup] Aug 25 19:53:12.535 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36012026-08-25T19:53:13.794Z[ helios-setup] Aug 25 19:53:12.645 INFO E| Blocking waiting for file lock on package cache
36022026-08-25T19:53:13.809Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36032026-08-25T19:53:13.916Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36042026-08-25T19:53:14.011Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36052026-08-25T19:53:14.282Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36062026-08-25T19:53:15.915Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36072026-08-25T19:53:16.888Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36082026-08-25T19:53:17.531Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36092026-08-25T19:53:17.564Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36102026-08-25T19:53:18.148Z[ helios-setup] Aug 25 19:53:17.013 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36112026-08-25T19:53:18.156Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36122026-08-25T19:53:18.608Z[ helios-setup] Aug 25 19:53:17.472 INFO E| From https://github.com/jclulow/rust-jmclib
36132026-08-25T19:53:18.608Z[ helios-setup] Aug 25 19:53:17.472 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36142026-08-25T19:53:18.619Z[ helios-setup] Aug 25 19:53:17.484 INFO E| Updating crates.io index
36152026-08-25T19:53:18.665Z[ helios-setup] Aug 25 19:53:17.530 INFO E| Blocking waiting for file lock on package cache
36162026-08-25T19:53:18.721Z[ helios-setup] Aug 25 19:53:17.586 INFO E| Downloading crates ...
36172026-08-25T19:53:18.764Z[ helios-setup] Aug 25 19:53:17.629 INFO E| Downloaded uuid v0.8.2
36182026-08-25T19:53:18.768Z[ helios-setup] Aug 25 19:53:17.632 INFO E| Downloaded fastrand v2.0.0
36192026-08-25T19:53:18.770Z[ helios-setup] Aug 25 19:53:17.633 INFO E| Downloaded errno v0.3.1
36202026-08-25T19:53:18.771Z[ helios-setup] Aug 25 19:53:17.634 INFO E| Downloaded itoa v1.0.9
36212026-08-25T19:53:18.771Z[ helios-setup] Aug 25 19:53:17.635 INFO E| Downloaded digest v0.9.0
36222026-08-25T19:53:18.774Z[ helios-setup] Aug 25 19:53:17.639 INFO E| Downloaded opaque-debug v0.3.0
36232026-08-25T19:53:18.777Z[ helios-setup] Aug 25 19:53:17.640 INFO E| Downloaded block-buffer v0.9.0
36242026-08-25T19:53:18.787Z[ helios-setup] Aug 25 19:53:17.652 INFO E| Downloaded md-5 v0.9.1
36252026-08-25T19:53:18.791Z[ helios-setup] Aug 25 19:53:17.653 INFO E| Downloaded sha-1 v0.9.8
36262026-08-25T19:53:18.791Z[ helios-setup] Aug 25 19:53:17.654 INFO E| Downloaded cpufeatures v0.2.9
36272026-08-25T19:53:18.791Z[ helios-setup] Aug 25 19:53:17.655 INFO E| Downloaded libdevinfo-sys v1.0.0
36282026-08-25T19:53:18.797Z[ helios-setup] Aug 25 19:53:17.662 INFO E| Downloaded tempfile v3.7.0
36292026-08-25T19:53:18.813Z[ helios-setup] Aug 25 19:53:17.678 INFO E| Downloaded quote v1.0.31
36302026-08-25T19:53:18.816Z[ helios-setup] Aug 25 19:53:17.680 INFO E| Downloaded ryu v1.0.15
36312026-08-25T19:53:18.819Z[ helios-setup] Aug 25 19:53:17.682 INFO E| Downloaded unicode-width v0.1.10
36322026-08-25T19:53:18.819Z[ helios-setup] Aug 25 19:53:17.682 INFO E| Downloaded glob v0.3.1
36332026-08-25T19:53:18.819Z[ helios-setup] Aug 25 19:53:17.683 INFO E| Downloaded anyhow v1.0.72
36342026-08-25T19:53:18.822Z[ helios-setup] Aug 25 19:53:17.685 INFO E| Downloaded once_cell v1.18.0
36352026-08-25T19:53:18.822Z[ helios-setup] Aug 25 19:53:17.687 INFO E| Downloaded bitflags v2.3.3
36362026-08-25T19:53:18.825Z[ helios-setup] Aug 25 19:53:17.688 INFO E| Downloaded getrandom v0.2.10
36372026-08-25T19:53:18.825Z[ helios-setup] Aug 25 19:53:17.690 INFO E| Downloaded walkdir v2.3.3
36382026-08-25T19:53:18.828Z[ helios-setup] Aug 25 19:53:17.691 INFO E| Downloaded unicode-ident v1.0.11
36392026-08-25T19:53:18.828Z[ helios-setup] Aug 25 19:53:17.692 INFO E| Downloaded typenum v1.16.0
36402026-08-25T19:53:18.831Z[ helios-setup] Aug 25 19:53:17.694 INFO E| Downloaded serde_derive v1.0.193
36412026-08-25T19:53:18.831Z[ helios-setup] Aug 25 19:53:17.696 INFO E| Downloaded toml v0.5.11
36422026-08-25T19:53:18.834Z[ helios-setup] Aug 25 19:53:17.697 INFO E| Downloaded proc-macro2 v1.0.66
36432026-08-25T19:53:18.839Z[ helios-setup] Aug 25 19:53:17.704 INFO E| Downloaded serde v1.0.193
36442026-08-25T19:53:18.854Z[ helios-setup] Aug 25 19:53:17.719 INFO E| Downloaded serde_json v1.0.103
36452026-08-25T19:53:18.865Z[ helios-setup] Aug 25 19:53:17.730 INFO E| Downloaded syn v2.0.32
36462026-08-25T19:53:18.887Z[ helios-setup] Aug 25 19:53:17.751 INFO E| Downloaded rustix v0.38.4
36472026-08-25T19:53:18.908Z[ helios-setup] Aug 25 19:53:17.773 INFO E| Downloaded libc v0.2.147
36482026-08-25T19:53:18.925Z[ helios-setup] Aug 25 19:53:17.789 INFO E| Blocking waiting for file lock on package cache
36492026-08-25T19:53:19.345Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36502026-08-25T19:53:21.054Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36512026-08-25T19:53:21.682Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36522026-08-25T19:53:21.989Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36532026-08-25T19:53:23.304Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling libc v0.2.147
36542026-08-25T19:53:23.304Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling proc-macro2 v1.0.66
36552026-08-25T19:53:23.305Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling cfg-if v1.0.0
36562026-08-25T19:53:23.308Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling unicode-ident v1.0.11
36572026-08-25T19:53:23.308Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling typenum v1.16.0
36582026-08-25T19:53:23.308Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling version_check v0.9.4
36592026-08-25T19:53:23.308Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling serde v1.0.193
36602026-08-25T19:53:23.309Z[ helios-setup] Aug 25 19:53:22.169 INFO E| Compiling itoa v1.0.9
36612026-08-25T19:53:23.309Z[ helios-setup] Aug 25 19:53:22.170 INFO E| Compiling rustix v0.38.4
36622026-08-25T19:53:23.319Z[ helios-setup] Aug 25 19:53:22.184 INFO E| Compiling num-conv v0.1.0
36632026-08-25T19:53:23.319Z[ helios-setup] Aug 25 19:53:22.184 INFO E| Compiling powerfmt v0.2.0
36642026-08-25T19:53:23.319Z[ helios-setup] Aug 25 19:53:22.185 INFO E| Compiling time-core v0.1.2
36652026-08-25T19:53:23.323Z[ helios-setup] Aug 25 19:53:22.185 INFO E| Compiling slog v2.7.0
36662026-08-25T19:53:23.323Z[ helios-setup] Aug 25 19:53:22.185 INFO E| Compiling bitflags v2.3.3
36672026-08-25T19:53:23.323Z[ helios-setup] Aug 25 19:53:22.185 INFO E| Compiling once_cell v1.18.0
36682026-08-25T19:53:23.323Z[ helios-setup] Aug 25 19:53:22.185 INFO E| Compiling num_threads v0.1.6
36692026-08-25T19:53:23.425Z[ helios-setup] Aug 25 19:53:22.290 INFO E| Compiling opaque-debug v0.3.0
36702026-08-25T19:53:23.530Z[ helios-setup] Aug 25 19:53:22.395 INFO E| Compiling serde_json v1.0.103
36712026-08-25T19:53:23.530Z[ helios-setup] Aug 25 19:53:22.395 INFO E| Compiling anyhow v1.0.72
36722026-08-25T19:53:23.547Z[ helios-setup] Aug 25 19:53:22.412 INFO E| Compiling fastrand v2.0.0
36732026-08-25T19:53:23.616Z[ helios-setup] Aug 25 19:53:22.481 INFO E| Compiling ryu v1.0.15
36742026-08-25T19:53:23.694Z[ helios-setup] Aug 25 19:53:22.559 INFO E| Compiling thread_local v1.1.7
36752026-08-25T19:53:23.833Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36762026-08-25T19:53:23.880Z[ helios-setup] Aug 25 19:53:22.744 INFO E| Compiling generic-array v0.14.7
36772026-08-25T19:53:23.928Z[ helios-setup] Aug 25 19:53:22.793 INFO E| Compiling deranged v0.3.11
36782026-08-25T19:53:23.950Z[ helios-setup] Aug 25 19:53:22.813 INFO E| Compiling time-macros v0.2.18
36792026-08-25T19:53:24.038Z[ helios-setup] Aug 25 19:53:22.883 INFO E| Compiling cpufeatures v0.2.9
36802026-08-25T19:53:24.117Z[ helios-setup] Aug 25 19:53:22.980 INFO E| Compiling unicode-width v0.1.10
36812026-08-25T19:53:24.125Z[ helios-setup] Aug 25 19:53:22.986 INFO E| Compiling same-file v1.0.6
36822026-08-25T19:53:24.166Z[ helios-setup] Aug 25 19:53:23.027 INFO E| Compiling glob v0.3.1
36832026-08-25T19:53:24.236Z[ helios-setup] Aug 25 19:53:23.089 INFO E| Compiling libdevinfo-sys v1.0.0
36842026-08-25T19:53:24.298Z[ helios-setup] Aug 25 19:53:23.161 INFO E| Compiling getopts v0.2.21
36852026-08-25T19:53:24.331Z[ helios-setup] Aug 25 19:53:23.194 INFO E| Compiling walkdir v2.3.3
36862026-08-25T19:53:24.446Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36872026-08-25T19:53:24.679Z[ helios-setup] Aug 25 19:53:23.536 INFO E| Compiling dirs-sys-next v0.1.2
36882026-08-25T19:53:24.679Z[ helios-setup] Aug 25 19:53:23.536 INFO E| Compiling errno v0.3.1
36892026-08-25T19:53:24.695Z[ helios-setup] Aug 25 19:53:23.536 INFO E| Compiling atty v0.2.14
36902026-08-25T19:53:24.695Z[ helios-setup] Aug 25 19:53:23.536 INFO E| Compiling getrandom v0.2.10
36912026-08-25T19:53:24.935Z[ helios-setup] Aug 25 19:53:23.798 INFO E| Compiling dirs-next v2.0.0
36922026-08-25T19:53:25.027Z[ helios-setup] Aug 25 19:53:23.884 INFO E| Compiling quote v1.0.31
36932026-08-25T19:53:25.056Z[ helios-setup] Aug 25 19:53:23.888 INFO E| Compiling term v0.7.0
36942026-08-25T19:53:25.240Z[ helios-setup] Aug 25 19:53:24.098 INFO E| Compiling syn v2.0.32
36952026-08-25T19:53:25.605Z[ helios-setup] Aug 25 19:53:24.470 INFO E| Compiling tempfile v3.7.0
36962026-08-25T19:53:25.624Z[ helios-setup] Aug 25 19:53:24.482 INFO E| Compiling block-buffer v0.9.0
36972026-08-25T19:53:25.624Z[ helios-setup] Aug 25 19:53:24.482 INFO E| Compiling digest v0.9.0
36982026-08-25T19:53:25.733Z[ helios-setup] Aug 25 19:53:24.597 INFO E| Compiling sha-1 v0.9.8
36992026-08-25T19:53:25.733Z[ helios-setup] Aug 25 19:53:24.597 INFO E| Compiling md-5 v0.9.1
37002026-08-25T19:53:25.842Z[ host-package] Compiling fatfs v0.3.6
37012026-08-25T19:53:25.865Z[ helios-setup] Aug 25 19:53:24.729 INFO E| Compiling time v0.3.36
37022026-08-25T19:53:25.882Z[ host-package] Compiling signal-hook-tokio v0.3.1
37032026-08-25T19:53:26.213Z[ host-package] Compiling yasna v0.5.2
37042026-08-25T19:53:26.499Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37052026-08-25T19:53:26.995Z[ helios-setup] Aug 25 19:53:25.860 INFO E| Compiling slog-term v2.9.0
37062026-08-25T19:53:27.411Z[ helios-setup] Aug 25 19:53:26.276 INFO E| Compiling serde_derive v1.0.193
37072026-08-25T19:53:27.507Z[ host-package] Compiling seq-macro v0.3.6
37082026-08-25T19:53:27.665Z[ host-package] Compiling assert_matches v1.5.0
37092026-08-25T19:53:27.790Z[ host-package] Compiling rcgen v0.12.1
37102026-08-25T19:53:28.070Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37112026-08-25T19:53:29.399Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37122026-08-25T19:53:30.077Z[ host-package] Compiling slog-envlogger v2.2.0
37132026-08-25T19:53:30.291Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37142026-08-25T19:53:30.881Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37152026-08-25T19:53:31.303Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37162026-08-25T19:53:31.403Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37172026-08-25T19:53:31.646Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37182026-08-25T19:53:31.918Z[ host-package] Compiling port-file v0.1.0
37192026-08-25T19:53:32.109Z[ helios-setup] Aug 25 19:53:30.973 INFO E| Compiling toml v0.5.11
37202026-08-25T19:53:32.109Z[ helios-setup] Aug 25 19:53:30.973 INFO E| Compiling uuid v0.8.2
37212026-08-25T19:53:32.285Z[ host-package] Compiling subprocess v0.2.15
37222026-08-25T19:53:32.644Z[ host-package] Compiling rtoolbox v0.0.3
37232026-08-25T19:53:32.956Z[ helios-setup] Aug 25 19:53:31.821 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37242026-08-25T19:53:33.078Z[ host-package] Compiling rpassword v7.5.4
37252026-08-25T19:53:33.257Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37262026-08-25T19:53:33.513Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37272026-08-25T19:53:33.589Z[ helios-setup] Aug 25 19:53:32.454 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37282026-08-25T19:53:34.527Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37292026-08-25T19:53:34.744Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37302026-08-25T19:53:35.390Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37312026-08-25T19:53:37.187Z[ host-package] Compiling tui-tree-widget v0.23.1
37322026-08-25T19:53:37.615Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37332026-08-25T19:53:38.426Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37342026-08-25T19:53:38.457Z[ helios-setup] Aug 25 19:53:37.316 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.76s
37352026-08-25T19:53:38.477Z[ helios-setup] Aug 25 19:53:37.341 INFO building project "image-builder" ok (24 seconds)
37362026-08-25T19:53:38.477Z[ helios-setup] Aug 25 19:53:37.342 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37372026-08-25T19:53:38.486Z[ helios-setup] Aug 25 19:53:37.351 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37382026-08-25T19:53:38.486Z[ helios-setup] Aug 25 19:53:37.351 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37392026-08-25T19:53:38.486Z[ helios-setup] Aug 25 19:53:37.351 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37402026-08-25T19:53:38.690Z[ helios-setup] Aug 25 19:53:37.554 INFO E| Downloading crates ...
37412026-08-25T19:53:38.734Z[ helios-setup] Aug 25 19:53:37.598 INFO E| Downloaded iana-time-zone v0.1.63
37422026-08-25T19:53:38.750Z[ helios-setup] Aug 25 19:53:37.615 INFO E| Downloaded errno v0.3.12
37432026-08-25T19:53:38.754Z[ helios-setup] Aug 25 19:53:37.616 INFO E| Downloaded time-core v0.1.4
37442026-08-25T19:53:38.757Z[ helios-setup] Aug 25 19:53:37.622 INFO E| Downloaded deranged v0.4.0
37452026-08-25T19:53:38.765Z[ helios-setup] Aug 25 19:53:37.630 INFO E| Downloaded serde_with_macros v3.12.0
37462026-08-25T19:53:38.768Z[ helios-setup] Aug 25 19:53:37.631 INFO E| Downloaded time-macros v0.2.22
37472026-08-25T19:53:38.768Z[ helios-setup] Aug 25 19:53:37.633 INFO E| Downloaded tempfile v3.20.0
37482026-08-25T19:53:38.774Z[ helios-setup] Aug 25 19:53:37.639 INFO E| Downloaded bitflags v2.9.1
37492026-08-25T19:53:38.778Z[ helios-setup] Aug 25 19:53:37.643 INFO E| Downloaded anyhow v1.0.98
37502026-08-25T19:53:38.781Z[ helios-setup] Aug 25 19:53:37.646 INFO E| Downloaded getrandom v0.3.3
37512026-08-25T19:53:38.787Z[ helios-setup] Aug 25 19:53:37.652 INFO E| Downloaded indexmap v2.9.0
37522026-08-25T19:53:38.799Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37532026-08-25T19:53:38.802Z[ helios-setup] Aug 25 19:53:37.664 INFO E| Downloaded time v0.3.41
37542026-08-25T19:53:38.814Z[ helios-setup] Aug 25 19:53:37.678 INFO E| Downloaded hashbrown v0.15.3
37552026-08-25T19:53:38.817Z[ helios-setup] Aug 25 19:53:37.682 INFO E| Downloaded chrono v0.4.41
37562026-08-25T19:53:38.821Z[ helios-setup] Aug 25 19:53:37.686 INFO E| Downloaded serde_with v3.12.0
37572026-08-25T19:53:38.826Z[ helios-setup] Aug 25 19:53:37.691 INFO E| Downloaded rustix v1.0.7
37582026-08-25T19:53:38.944Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling proc-macro2 v1.0.95
37592026-08-25T19:53:38.944Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling unicode-ident v1.0.18
37602026-08-25T19:53:38.949Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling libc v0.2.172
37612026-08-25T19:53:38.949Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling strsim v0.11.1
37622026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling ident_case v1.0.1
37632026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling fnv v1.0.7
37642026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling serde v1.0.219
37652026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling getrandom v0.3.3
37662026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling rustix v1.0.7
37672026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling cfg-if v1.0.0
37682026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling serde_json v1.0.140
37692026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling thiserror v2.0.12
37702026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling bitflags v2.9.1
37712026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling anyhow v1.0.98
37722026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling itoa v1.0.15
37732026-08-25T19:53:38.950Z[ helios-setup] Aug 25 19:53:37.809 INFO E| Compiling memchr v2.7.4
37742026-08-25T19:53:39.188Z[ helios-setup] Aug 25 19:53:38.053 INFO E| Compiling ryu v1.0.20
37752026-08-25T19:53:39.474Z[ helios-setup] Aug 25 19:53:38.339 INFO E| Compiling once_cell v1.21.3
37762026-08-25T19:53:39.518Z[ helios-setup] Aug 25 19:53:38.381 INFO E| Compiling fastrand v2.3.0
37772026-08-25T19:53:39.573Z[ helios-setup] Aug 25 19:53:38.436 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37782026-08-25T19:53:39.768Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37792026-08-25T19:53:40.558Z[ helios-setup] Aug 25 19:53:39.422 INFO E| Compiling errno v0.3.12
37802026-08-25T19:53:40.750Z[ helios-setup] Aug 25 19:53:39.615 INFO E| Compiling quote v1.0.40
37812026-08-25T19:53:41.021Z[ helios-setup] Aug 25 19:53:39.848 INFO E| Compiling syn v2.0.101
37822026-08-25T19:53:41.325Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37832026-08-25T19:53:41.555Z[ host-package] Compiling uzers v0.12.2
37842026-08-25T19:53:41.585Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37852026-08-25T19:53:41.758Z[ helios-setup] Aug 25 19:53:40.623 INFO E| Compiling tempfile v3.20.0
37862026-08-25T19:53:42.726Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37872026-08-25T19:53:43.290Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37882026-08-25T19:53:43.729Z[ helios-setup] Aug 25 19:53:42.594 INFO E| Compiling darling_core v0.20.11
37892026-08-25T19:53:44.055Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37902026-08-25T19:53:44.475Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37912026-08-25T19:53:44.945Z[ host-package] Compiling support-bundle-viewer v0.1.2
37922026-08-25T19:53:45.042Z[ helios-setup] Aug 25 19:53:43.907 INFO E| Compiling serde_derive v1.0.219
37932026-08-25T19:53:45.042Z[ helios-setup] Aug 25 19:53:43.907 INFO E| Compiling thiserror-impl v2.0.12
37942026-08-25T19:53:45.575Z[ helios-setup] Aug 25 19:53:44.439 INFO E| Compiling darling_macro v0.20.11
37952026-08-25T19:53:46.317Z[ helios-setup] Aug 25 19:53:45.182 INFO E| Compiling darling v0.20.11
37962026-08-25T19:53:46.413Z[ helios-setup] Aug 25 19:53:45.278 INFO E| Compiling serde_with_macros v3.12.0
37972026-08-25T19:53:47.090Z[ host-package] Compiling multimap v0.10.1
37982026-08-25T19:53:50.380Z[ helios-setup] Aug 25 19:53:49.245 INFO E| Compiling serde_with v3.12.0
37992026-08-25T19:53:55.341Z[ helios-setup] Aug 25 19:53:54.206 INFO E| Finished `release` profile [optimized] target(s) in 16.84s
38002026-08-25T19:53:55.365Z[ helios-setup] Aug 25 19:53:54.229 INFO building project "dmar-report" ok (16 seconds)
38012026-08-25T19:53:55.365Z[ helios-setup] Aug 25 19:53:54.229 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38022026-08-25T19:53:55.373Z[ helios-setup] Aug 25 19:53:54.238 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38032026-08-25T19:53:55.373Z[ helios-setup] Aug 25 19:53:54.238 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38042026-08-25T19:53:55.378Z[ helios-setup] Aug 25 19:53:54.238 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38052026-08-25T19:53:55.494Z[ helios-setup] Aug 25 19:53:54.359 INFO E| Downloading crates ...
38062026-08-25T19:53:55.542Z[ helios-setup] Aug 25 19:53:54.407 INFO E| Downloaded digest v0.10.3
38072026-08-25T19:53:55.586Z[ helios-setup] Aug 25 19:53:54.415 INFO E| Downloaded miniz_oxide v0.6.2
38082026-08-25T19:53:55.586Z[ helios-setup] Aug 25 19:53:54.419 INFO E| Downloaded generic-array v0.14.6
38092026-08-25T19:53:55.586Z[ helios-setup] Aug 25 19:53:54.419 INFO E| Downloaded block-buffer v0.10.3
38102026-08-25T19:53:55.586Z[ helios-setup] Aug 25 19:53:54.424 INFO E| Downloaded cpufeatures v0.2.5
38112026-08-25T19:53:55.586Z[ helios-setup] Aug 25 19:53:54.432 INFO E| Downloaded sha2 v0.10.5
38122026-08-25T19:53:55.586Z[ helios-setup] Aug 25 19:53:54.433 INFO E| Downloaded flate2 v1.0.25
38132026-08-25T19:53:55.586Z[ helios-setup] Aug 25 19:53:54.436 INFO E| Downloaded typenum v1.15.0
38142026-08-25T19:53:55.587Z[ helios-setup] Aug 25 19:53:54.438 INFO E| Downloaded anyhow v1.0.62
38152026-08-25T19:53:55.587Z[ helios-setup] Aug 25 19:53:54.440 INFO E| Downloaded bytes v1.2.1
38162026-08-25T19:53:55.622Z[ helios-setup] Aug 25 19:53:54.487 INFO E| Compiling typenum v1.15.0
38172026-08-25T19:53:55.623Z[ helios-setup] Aug 25 19:53:54.487 INFO E| Compiling version_check v0.9.4
38182026-08-25T19:53:55.626Z[ helios-setup] Aug 25 19:53:54.487 INFO E| Compiling crc32fast v1.3.2
38192026-08-25T19:53:55.626Z[ helios-setup] Aug 25 19:53:54.488 INFO E| Compiling cfg-if v1.0.0
38202026-08-25T19:53:55.626Z[ helios-setup] Aug 25 19:53:54.488 INFO E| Compiling anyhow v1.0.62
38212026-08-25T19:53:55.626Z[ helios-setup] Aug 25 19:53:54.488 INFO E| Compiling adler v1.0.2
38222026-08-25T19:53:55.626Z[ helios-setup] Aug 25 19:53:54.488 INFO E| Compiling cpufeatures v0.2.5
38232026-08-25T19:53:55.626Z[ helios-setup] Aug 25 19:53:54.488 INFO E| Compiling unicode-width v0.1.10
38242026-08-25T19:53:55.629Z[ helios-setup] Aug 25 19:53:54.494 INFO E| Compiling bytes v1.2.1
38252026-08-25T19:53:55.632Z[ helios-setup] Aug 25 19:53:54.494 INFO E| Compiling bitflags v1.3.2
38262026-08-25T19:53:55.828Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38272026-08-25T19:53:55.885Z[ helios-setup] Aug 25 19:53:54.749 INFO E| Compiling miniz_oxide v0.6.2
38282026-08-25T19:53:56.298Z[ helios-setup] Aug 25 19:53:55.162 INFO E| Compiling getopts v0.2.21
38292026-08-25T19:53:56.630Z[ helios-setup] Aug 25 19:53:55.495 INFO E| Compiling generic-array v0.14.6
38302026-08-25T19:53:57.055Z[ helios-setup] Aug 25 19:53:55.914 INFO E| Compiling flate2 v1.0.25
38312026-08-25T19:53:58.104Z[ helios-setup] Aug 25 19:53:56.967 INFO E| Compiling block-buffer v0.10.3
38322026-08-25T19:53:58.104Z[ helios-setup] Aug 25 19:53:56.967 INFO E| Compiling crypto-common v0.1.6
38332026-08-25T19:53:58.216Z[ helios-setup] Aug 25 19:53:57.081 INFO E| Compiling digest v0.10.3
38342026-08-25T19:53:58.392Z[ helios-setup] Aug 25 19:53:57.256 INFO E| Compiling sha2 v0.10.5
38352026-08-25T19:53:58.773Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38362026-08-25T19:53:58.778Z[ helios-setup] Aug 25 19:53:57.643 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38372026-08-25T19:54:00.946Z[ helios-setup] Aug 25 19:53:59.809 INFO E| Finished `release` profile [optimized] target(s) in 5.55s
38382026-08-25T19:54:00.957Z[ helios-setup] Aug 25 19:53:59.822 INFO building project "bootserver" ok (5 seconds)
38392026-08-25T19:54:00.958Z[ helios-setup] Aug 25 19:53:59.822 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
38402026-08-25T19:54:00.967Z[ helios-setup] Aug 25 19:53:59.831 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
38412026-08-25T19:54:00.967Z[ helios-setup] Aug 25 19:53:59.831 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
38422026-08-25T19:54:00.970Z[ helios-setup] Aug 25 19:53:59.831 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
38432026-08-25T19:54:01.159Z[ helios-setup] Aug 25 19:54:00.023 INFO E| Downloading crates ...
38442026-08-25T19:54:01.212Z[ helios-setup] Aug 25 19:54:00.077 INFO E| Downloaded adler2 v2.0.0
38452026-08-25T19:54:01.223Z[ helios-setup] Aug 25 19:54:00.088 INFO E| Downloaded miniz_oxide v0.8.8
38462026-08-25T19:54:01.266Z[ helios-setup] Aug 25 19:54:00.131 INFO E| Compiling adler2 v2.0.0
38472026-08-25T19:54:01.360Z[ helios-setup] Aug 25 19:54:00.225 INFO E| Compiling miniz_oxide v0.8.8
38482026-08-25T19:54:02.682Z[ helios-setup] Aug 25 19:54:01.547 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38492026-08-25T19:54:03.192Z[ helios-setup] Aug 25 19:54:02.057 INFO E| Finished `release` profile [optimized] target(s) in 2.21s
38502026-08-25T19:54:03.203Z[ helios-setup] Aug 25 19:54:02.068 INFO building project "pinprick" ok (2 seconds)
38512026-08-25T19:54:03.207Z[ helios-setup] rm -f helios-build
38522026-08-25T19:54:03.210Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38532026-08-25T19:54:03.210Z[ helios-setup]
38542026-08-25T19:54:03.215Z[ helios-setup] Setup complete! ./helios-build is now available.
38552026-08-25T19:54:03.215Z[ helios-setup]
38562026-08-25T19:54:03.215Z[ helios-setup]
38572026-08-25T19:54:03.215Z[ helios-setup] real 3:10.224059630
38582026-08-25T19:54:03.215Z[ helios-setup] user 7:03.131504608
38592026-08-25T19:54:03.215Z[ helios-setup] sys 1:17.073072129
38602026-08-25T19:54:03.215Z[ helios-setup] trap 0.532300010
38612026-08-25T19:54:03.215Z[ helios-setup] tflt 2.634538966
38622026-08-25T19:54:03.215Z[ helios-setup] dflt 7.799071706
38632026-08-25T19:54:03.215Z[ helios-setup] kflt 0.001170283
38642026-08-25T19:54:03.215Z[ helios-setup] lock 49:26.735574223
38652026-08-25T19:54:03.215Z[ helios-setup] slp 32:50.167258450
38662026-08-25T19:54:03.215Z[ helios-setup] lat 4:48.061830117
38672026-08-25T19:54:03.215Z[ helios-setup] stop 1:26.884741661
38682026-08-25T19:54:03.219ZAug 25 19:54:02.078 INFO [helios-setup] process exited with exit status: 0 (190.22701262s)
38692026-08-25T19:54:03.219ZAug 25 19:54:02.078 INFO [helios-record] running task
38702026-08-25T19:54:03.219ZAug 25 19:54:02.079 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38712026-08-25T19:54:03.219ZAug 25 19:54:02.083 DEBG process exited with exit status: 0 (4.176ms)
38722026-08-25T19:54:03.219ZAug 25 19:54:02.083 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38732026-08-25T19:54:03.222ZAug 25 19:54:02.087 DEBG process exited with exit status: 0 (4.51099ms)
38742026-08-25T19:54:03.222ZAug 25 19:54:02.087 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38752026-08-25T19:54:03.227ZAug 25 19:54:02.092 DEBG process exited with exit status: 0 (4.08874ms)
38762026-08-25T19:54:03.227ZAug 25 19:54:02.092 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38772026-08-25T19:54:03.230ZAug 25 19:54:02.095 DEBG process exited with exit status: 0 (3.5272ms)
38782026-08-25T19:54:03.230ZAug 25 19:54:02.095 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38792026-08-25T19:54:03.234ZAug 25 19:54:02.098 DEBG process exited with exit status: 0 (3.32865ms)
38802026-08-25T19:54:03.234ZAug 25 19:54:02.098 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38812026-08-25T19:54:03.238ZAug 25 19:54:02.102 DEBG process exited with exit status: 0 (3.67233ms)
38822026-08-25T19:54:03.238ZAug 25 19:54:02.102 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38832026-08-25T19:54:03.241ZAug 25 19:54:02.106 DEBG process exited with exit status: 0 (3.52062ms)
38842026-08-25T19:54:03.241ZAug 25 19:54:02.106 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38852026-08-25T19:54:03.244ZAug 25 19:54:02.109 DEBG process exited with exit status: 0 (3.48804ms)
38862026-08-25T19:54:03.244ZAug 25 19:54:02.109 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38872026-08-25T19:54:03.248ZAug 25 19:54:02.113 DEBG process exited with exit status: 0 (3.34224ms)
38882026-08-25T19:54:03.252ZAug 25 19:54:02.113 INFO [helios-record] task succeeded (34.36109ms)
38892026-08-25T19:54:03.418Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38902026-08-25T19:54:08.408Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38912026-08-25T19:54:08.627Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38922026-08-25T20:02:04.420Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 27s
38932026-08-25T20:02:04.424Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38942026-08-25T20:02:04.425Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-08-25T20:02:55.171ZAug 25 20:02:54.032 INFO [host-package] process exited with exit status: 0 (678.886098052s)
38962026-08-25T20:02:55.171ZAug 25 20:02:54.033 INFO [host-libraries] running task
38972026-08-25T20:02:55.171ZAug 25 20:02:54.033 INFO [host-stamp] running task
38982026-08-25T20:02:55.175ZAug 25 20:02:54.035 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+gite3bcc062ff9
38992026-08-25T20:02:55.175ZAug 25 20:02:54.035 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+gite3bcc062ff9
39002026-08-25T20:02:55.175ZAug 25 20:02:54.036 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+gite3bcc062ff9
39012026-08-25T20:02:55.175ZAug 25 20:02:54.036 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+gite3bcc062ff9
39022026-08-25T20:02:55.178ZAug 25 20:02:54.036 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+gite3bcc062ff9
39032026-08-25T20:02:55.178ZAug 25 20:02:54.036 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+gite3bcc062ff9
39042026-08-25T20:02:55.178ZAug 25 20:02:54.036 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+gite3bcc062ff9
39052026-08-25T20:02:55.178ZAug 25 20:02:54.037 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+gite3bcc062ff9
39062026-08-25T20:02:55.184Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-25T20:02:55.184Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-25T20:02:55.184Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-25T20:02:55.187Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-25T20:02:55.187Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-08-25T20:02:55.187Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39122026-08-25T20:02:55.187Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39132026-08-25T20:02:55.187Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39142026-08-25T20:02:55.187Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39152026-08-25T20:02:55.190ZAug 25 20:02:54.049 INFO [stamp-overlay] process exited with exit status: 0 (14.08553ms)
39162026-08-25T20:02:55.194Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39172026-08-25T20:02:55.197ZAug 25 20:02:54.059 INFO [stamp-oxlog] process exited with exit status: 0 (22.39839ms)
39182026-08-25T20:02:55.232Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39192026-08-25T20:02:55.235ZAug 25 20:02:54.096 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.20493ms)
39202026-08-25T20:02:55.250Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39212026-08-25T20:02:55.253ZAug 25 20:02:54.115 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (78.19645ms)
39222026-08-25T20:02:55.381Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39232026-08-25T20:02:55.384ZAug 25 20:02:54.245 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (209.88478ms)
39242026-08-25T20:02:55.721Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39252026-08-25T20:02:55.724ZAug 25 20:02:54.585 INFO [stamp-propolis-server] process exited with exit status: 0 (550.320889ms)
39262026-08-25T20:02:55.811Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39272026-08-25T20:02:55.814ZAug 25 20:02:54.674 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (637.276299ms)
39282026-08-25T20:02:56.941ZAug 25 20:02:55.801 INFO [host-libraries] task succeeded (1.768740926s)
39292026-08-25T20:02:56.948ZAug 25 20:02:55.801 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39302026-08-25T20:02:56.952Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39312026-08-25T20:02:57.916Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39322026-08-25T20:02:58.795Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39332026-08-25T20:03:02.267Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39342026-08-25T20:03:02.271ZAug 25 20:03:01.131 INFO [stamp-switch-asic] process exited with exit status: 0 (7.095388386s)
39352026-08-25T20:03:02.271ZAug 25 20:03:01.131 INFO [host-stamp] task succeeded (7.098947026s)
39362026-08-25T20:03:02.271ZAug 25 20:03:01.131 INFO [host-proto] running task
39372026-08-25T20:03:02.803ZAug 25 20:03:01.663 INFO [host-proto] task succeeded (531.216919ms)
39382026-08-25T20:03:02.803ZAug 25 20:03:01.663 INFO [host-profile] running task
39392026-08-25T20:03:02.807ZAug 25 20:03:01.663 INFO [host-profile] task succeeded (218.08µs)
39402026-08-25T20:03:02.807ZAug 25 20:03:01.663 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/.tmpZkE6Di/proto/host/root -N 'ci e3bcc06/${os_short_commit} 2026-08-25 19:50' -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/'
39412026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.669 INFO Checking files for board 'cosmo-mbist'
39422026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.669 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39432026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.669 INFO Checking files for board 'cosmo'
39442026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.669 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39452026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.669 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39462026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.669 INFO Checking files for board 'cosmo-mbist-noaggr'
39472026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.670 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39482026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.670 INFO Checking files for board 'gimlet'
39492026-08-25T20:03:02.811Z[ host-image] Aug 25 20:03:01.670 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39502026-08-25T20:03:02.812Z[ host-image] Aug 25 20:03:01.670 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39512026-08-25T20:03:02.818Z[ host-image] Aug 25 20:03:01.679 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpZkE6Di/proto/host/root"
39522026-08-25T20:03:02.818Z[ host-image] Aug 25 20:03:01.679 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39532026-08-25T20:03:02.821Z[ host-image] Aug 25 20:03:01.679 INFO image builder template: ramdisk-01-os...
39542026-08-25T20:03:02.821Z[ host-image] Aug 25 20:03:01.679 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/.tmpZkE6Di/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39552026-08-25T20:03:02.832Z[ host-image] Aug 25 20:03:01.692 INFO O| Aug 25 20:03:01.692 INFO CREATE DATASET: rpool/images/build/host/output
39562026-08-25T20:03:04.533Z[ host-image] Aug 25 20:03:03.385 INFO O| Aug 25 20:03:03.384 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39572026-08-25T20:03:04.538Z[ host-image] Aug 25 20:03:03.387 INFO O| Aug 25 20:03:03.387 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39582026-08-25T20:03:04.766Z[ host-image] Aug 25 20:03:03.603 INFO O| Aug 25 20:03:03.603 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39592026-08-25T20:03:04.791Z[ host-image] Aug 25 20:03:03.650 INFO O| Aug 25 20:03:03.650 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39602026-08-25T20:03:04.791Z[ host-image] Aug 25 20:03:03.650 INFO O| Aug 25 20:03:03.650 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39612026-08-25T20:03:04.803Z[ host-image] Aug 25 20:03:03.650 INFO O| Aug 25 20:03:03.650 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39622026-08-25T20:03:04.803Z[ host-image] Aug 25 20:03:03.650 INFO O| Aug 25 20:03:03.650 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39632026-08-25T20:03:04.803Z[ host-image] Aug 25 20:03:03.655 INFO O| Aug 25 20:03:03.655 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39642026-08-25T20:03:05.030Z[ host-image] Aug 25 20:03:03.867 INFO O| Aug 25 20:03:03.867 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-25T20:03:05.065Z[ host-image] Aug 25 20:03:03.874 INFO O| Aug 25 20:03:03.874 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39662026-08-25T20:03:05.291Z[ host-image] Aug 25 20:03:04.153 INFO O| Aug 25 20:03:04.152 INFO O| Caching catalogs ... Done
39672026-08-25T20:03:05.369Z[ host-image] Aug 25 20:03:04.218 INFO O| Aug 25 20:03:04.218 INFO STEP 0 (pkg_image_create) COMPLETE
39682026-08-25T20:03:05.369Z[ host-image] Aug 25 20:03:04.218 INFO O| Aug 25 20:03:04.218 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-25T20:03:05.377Z[ host-image] Aug 25 20:03:04.224 INFO O| Aug 25 20:03:04.224 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"]
39702026-08-25T20:03:05.611Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO STEP 1 (pkg_set_publisher) COMPLETE
39712026-08-25T20:03:05.611Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-25T20:03:05.611Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO skip step because feature "publisher_1_name" is not enabled
39732026-08-25T20:03:05.614Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-08-25T20:03:05.614Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO skip step because feature "publisher_2_name" is not enabled
39752026-08-25T20:03:05.614Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-08-25T20:03:05.615Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO skip step because feature "publisher_3_name" is not enabled
39772026-08-25T20:03:05.615Z[ host-image] Aug 25 20:03:04.472 INFO O| Aug 25 20:03:04.472 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-08-25T20:03:05.851Z[ host-image] Aug 25 20:03:04.712 INFO O| Aug 25 20:03:04.712 INFO variant opensolaris.zone is already global
39792026-08-25T20:03:05.851Z[ host-image] Aug 25 20:03:04.712 INFO O| Aug 25 20:03:04.712 INFO STEP 5 (pkg_change_variant) COMPLETE
39802026-08-25T20:03:05.854Z[ host-image] Aug 25 20:03:04.712 INFO O| Aug 25 20:03:04.712 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39812026-08-25T20:03:06.145Z[ host-image] Aug 25 20:03:05.006 INFO O| Aug 25 20:03:05.005 INFO variant opensolaris.imagetype is full; changing to partial
39822026-08-25T20:03:06.145Z[ host-image] Aug 25 20:03:05.006 INFO O| Aug 25 20:03:05.005 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39832026-08-25T20:03:07.988Z[ host-image] Aug 25 20:03:06.848 INFO O| Aug 25 20:03:06.848 INFO O| Startup: Refreshing catalog 'helios' ... Done
39842026-08-25T20:03:08.390Z[ host-image] Aug 25 20:03:07.251 INFO O| Aug 25 20:03:07.251 INFO O| Startup: Caching catalogs ... Done
39852026-08-25T20:03:08.404Z[ host-image] Aug 25 20:03:07.265 INFO O| Aug 25 20:03:07.265 INFO O| Planning: Planning completed in 0.00 seconds
39862026-08-25T20:03:08.407Z[ host-image] Aug 25 20:03:07.265 INFO O| Aug 25 20:03:07.265 INFO O| Planning: Consolidating action changes ... Done
39872026-08-25T20:03:08.407Z[ host-image] Aug 25 20:03:07.265 INFO O| Aug 25 20:03:07.265 INFO O| Planning: Evaluating mediators ... Done
39882026-08-25T20:03:08.407Z[ host-image] Aug 25 20:03:07.266 INFO O| Aug 25 20:03:07.266 INFO O| Planning: Planning completed in 0.00 seconds
39892026-08-25T20:03:08.407Z[ host-image] Aug 25 20:03:07.266 INFO O| Aug 25 20:03:07.266 INFO O| Variants/Facets to change: 1
39902026-08-25T20:03:08.413Z[ host-image] Aug 25 20:03:07.274 INFO O| Aug 25 20:03:07.274 INFO O| Finalize: Updating package state database ... Done
39912026-08-25T20:03:08.413Z[ host-image] Aug 25 20:03:07.274 INFO O| Aug 25 20:03:07.274 INFO O| Finalize: Updating package cache ... Done
39922026-08-25T20:03:08.478Z[ host-image] Aug 25 20:03:07.340 INFO O| Aug 25 20:03:07.340 INFO O| Finalize: Updating image state ... Done
39932026-08-25T20:03:08.489Z[ host-image] Aug 25 20:03:07.350 INFO O| Aug 25 20:03:07.350 INFO O| Finalize: Creating fast lookup database ... Done
39942026-08-25T20:03:08.492Z[ host-image] Aug 25 20:03:07.351 INFO O| Aug 25 20:03:07.351 INFO O| Finalize: Reading search index ... Done
39952026-08-25T20:03:08.493Z[ host-image] Aug 25 20:03:07.351 INFO O| Aug 25 20:03:07.351 INFO O| Finalize: Updating search index ... Done
39962026-08-25T20:03:08.493Z[ host-image] Aug 25 20:03:07.352 INFO O| Aug 25 20:03:07.352 INFO O| Finalize: Updating package cache ... Done
39972026-08-25T20:03:08.674Z[ host-image] Aug 25 20:03:07.535 INFO O| Aug 25 20:03:07.535 INFO STEP 6 (pkg_change_variant) COMPLETE
39982026-08-25T20:03:08.674Z[ host-image] Aug 25 20:03:07.535 INFO O| Aug 25 20:03:07.535 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-25T20:03:08.678Z[ host-image] Aug 25 20:03:07.535 INFO O| Aug 25 20:03:07.535 INFO skip step because feature "debug_variant" is not enabled
40002026-08-25T20:03:08.678Z[ host-image] Aug 25 20:03:07.535 INFO O| Aug 25 20:03:07.535 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-08-25T20:03:08.921Z[ host-image] Aug 25 20:03:07.782 INFO O| Aug 25 20:03:07.782 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40022026-08-25T20:03:09.980Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.91s
40032026-08-25T20:03:10.735Z[ host-image] Aug 25 20:03:09.596 INFO O| Aug 25 20:03:09.596 INFO O| Startup: Refreshing catalog 'helios' ... Done
40042026-08-25T20:03:11.187Z[ host-image] Aug 25 20:03:10.045 INFO O| Aug 25 20:03:10.045 INFO O| Startup: Caching catalogs ... Done
40052026-08-25T20:03:11.200Z[ host-image] Aug 25 20:03:10.060 INFO O| Aug 25 20:03:10.060 INFO O| Planning: Planning completed in 0.00 seconds
40062026-08-25T20:03:11.205Z[ host-image] Aug 25 20:03:10.061 INFO O| Aug 25 20:03:10.061 INFO O| Planning: Consolidating action changes ... Done
40072026-08-25T20:03:11.205Z[ host-image] Aug 25 20:03:10.061 INFO O| Aug 25 20:03:10.061 INFO O| Planning: Evaluating mediators ... Done
40082026-08-25T20:03:11.205Z[ host-image] Aug 25 20:03:10.061 INFO O| Aug 25 20:03:10.061 INFO O| Planning: Planning completed in 0.00 seconds
40092026-08-25T20:03:11.205Z[ host-image] Aug 25 20:03:10.061 INFO O| Aug 25 20:03:10.061 INFO O| Variants/Facets to change: 1
40102026-08-25T20:03:11.209Z[ host-image] Aug 25 20:03:10.070 INFO O| Aug 25 20:03:10.070 INFO O| Finalize: Updating package state database ... Done
40112026-08-25T20:03:11.209Z[ host-image] Aug 25 20:03:10.070 INFO O| Aug 25 20:03:10.070 INFO O| Finalize: Updating package cache ... Done
40122026-08-25T20:03:11.281Z[ host-image] Aug 25 20:03:10.142 INFO O| Aug 25 20:03:10.142 INFO O| Finalize: Updating image state ... Done
40132026-08-25T20:03:11.291Z[ host-image] Aug 25 20:03:10.153 INFO O| Aug 25 20:03:10.153 INFO O| Finalize: Creating fast lookup database ... Done
40142026-08-25T20:03:11.296Z[ host-image] Aug 25 20:03:10.153 INFO O| Aug 25 20:03:10.153 INFO O| Finalize: Reading search index ... Done
40152026-08-25T20:03:11.296Z[ host-image] Aug 25 20:03:10.153 INFO O| Aug 25 20:03:10.153 INFO O| Finalize: Updating search index ... Done
40162026-08-25T20:03:11.296Z[ host-image] Aug 25 20:03:10.154 INFO O| Aug 25 20:03:10.154 INFO O| Finalize: Updating package cache ... Done
40172026-08-25T20:03:11.489Z[ host-image] Aug 25 20:03:10.343 INFO O| Aug 25 20:03:10.343 INFO STEP 8 (pkg_change_facet) COMPLETE
40182026-08-25T20:03:11.489Z[ host-image] Aug 25 20:03:10.343 INFO O| Aug 25 20:03:10.343 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40192026-08-25T20:03:11.490Z[ host-image] Aug 25 20:03:10.343 INFO O| Aug 25 20:03:10.343 INFO skip step because feature "recovery" is not enabled
40202026-08-25T20:03:11.511Z[ host-image] Aug 25 20:03:10.343 INFO O| Aug 25 20:03:10.343 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212026-08-25T20:03:11.511Z[ host-image] Aug 25 20:03:10.343 INFO O| Aug 25 20:03:10.343 INFO skip step because feature "recovery" is not enabled
40222026-08-25T20:03:11.511Z[ host-image] Aug 25 20:03:10.343 INFO O| Aug 25 20:03:10.343 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40232026-08-25T20:03:11.511Z[ host-image] Aug 25 20:03:10.351 INFO O| Aug 25 20:03:10.351 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"]
40242026-08-25T20:03:11.800ZAug 25 20:03:10.661 INFO [recovery-package] process exited with exit status: 0 (14.859161731s)
40252026-08-25T20:03:11.800ZAug 25 20:03:10.661 INFO [recovery-libraries] running task
40262026-08-25T20:03:11.800ZAug 25 20:03:10.661 INFO [recovery-stamp] running task
40272026-08-25T20:03:11.804ZAug 25 20:03:10.661 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+gite3bcc062ff9
40282026-08-25T20:03:11.804ZAug 25 20:03:10.661 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gite3bcc062ff9
40292026-08-25T20:03:11.807Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40302026-08-25T20:03:11.811Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40312026-08-25T20:03:11.896ZAug 25 20:03:10.757 INFO [recovery-libraries] task succeeded (96.18164ms)
40322026-08-25T20:03:11.896ZAug 25 20:03:10.757 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40332026-08-25T20:03:11.927Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40342026-08-25T20:03:11.931ZAug 25 20:03:10.792 INFO [stamp-installinator] process exited with exit status: 0 (130.28147ms)
40352026-08-25T20:03:11.992Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40362026-08-25T20:03:11.995ZAug 25 20:03:10.856 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (194.996139ms)
40372026-08-25T20:03:11.995ZAug 25 20:03:10.856 INFO [recovery-stamp] task succeeded (195.395959ms)
40382026-08-25T20:03:11.996ZAug 25 20:03:10.856 INFO [recovery-proto] running task
40392026-08-25T20:03:11.996ZAug 25 20:03:10.856 INFO [tuf-stamp] running task
40402026-08-25T20:03:11.999ZAug 25 20:03:10.857 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+gite3bcc062ff9
40412026-08-25T20:03:12.000ZAug 25 20:03:10.857 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+gite3bcc062ff9
40422026-08-25T20:03:12.000ZAug 25 20:03:10.858 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+gite3bcc062ff9
40432026-08-25T20:03:12.000ZAug 25 20:03:10.858 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+gite3bcc062ff9
40442026-08-25T20:03:12.000ZAug 25 20:03:10.858 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+gite3bcc062ff9
40452026-08-25T20:03:12.000ZAug 25 20:03:10.859 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+gite3bcc062ff9
40462026-08-25T20:03:12.000ZAug 25 20:03:10.859 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+gite3bcc062ff9
40472026-08-25T20:03:12.000ZAug 25 20:03:10.859 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+gite3bcc062ff9
40482026-08-25T20:03:12.000ZAug 25 20:03:10.860 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+gite3bcc062ff9
40492026-08-25T20:03:12.004ZAug 25 20:03:10.861 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+gite3bcc062ff9
40502026-08-25T20:03:12.004ZAug 25 20:03:10.861 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+gite3bcc062ff9
40512026-08-25T20:03:12.005ZAug 25 20:03:10.861 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+gite3bcc062ff9
40522026-08-25T20:03:12.009Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-25T20:03:12.009Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-25T20:03:12.009Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-25T20:03:12.009Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-25T20:03:12.009Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-25T20:03:12.009Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-25T20:03:12.009Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-25T20:03:12.009Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-25T20:03:12.009Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-25T20:03:12.009Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-08-25T20:03:12.009Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-08-25T20:03:12.009Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-08-25T20:03:12.054Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40652026-08-25T20:03:12.057ZAug 25 20:03:10.919 INFO [stamp-probe] process exited with exit status: 0 (58.98315ms)
40662026-08-25T20:03:12.121ZAug 25 20:03:10.982 INFO [recovery-proto] task succeeded (125.91296ms)
40672026-08-25T20:03:12.121ZAug 25 20:03:10.982 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/.tmpZkE6Di/proto/recovery/root -N 'recovery e3bcc06/${os_short_commit} 2026-08-25 19:50' -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/'
40682026-08-25T20:03:12.127Z[ recovery-image] Aug 25 20:03:10.989 INFO Checking files for board 'cosmo'
40692026-08-25T20:03:12.128Z[ recovery-image] Aug 25 20:03:10.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40702026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40712026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO Checking files for board 'cosmo-mbist-noaggr'
40722026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40732026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO Checking files for board 'gimlet'
40742026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40752026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40762026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO Checking files for board 'cosmo-mbist'
40772026-08-25T20:03:12.131Z[ recovery-image] Aug 25 20:03:10.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40782026-08-25T20:03:12.136Z[ recovery-image] Aug 25 20:03:10.997 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpZkE6Di/proto/recovery/root"
40792026-08-25T20:03:12.136Z[ recovery-image] Aug 25 20:03:10.998 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40802026-08-25T20:03:12.139Z[ recovery-image] Aug 25 20:03:10.998 INFO image builder template: ramdisk-01-os...
40812026-08-25T20:03:12.139Z[ recovery-image] Aug 25 20:03:10.998 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/.tmpZkE6Di/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
40822026-08-25T20:03:12.185Z[ recovery-image] Aug 25 20:03:11.014 INFO O| Aug 25 20:03:11.014 INFO CREATE DATASET: rpool/images/build/recovery/output
40832026-08-25T20:03:12.434Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40842026-08-25T20:03:12.459Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40852026-08-25T20:03:12.506Z[ recovery-image] Aug 25 20:03:11.367 INFO O| Aug 25 20:03:11.367 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40862026-08-25T20:03:12.510Z[ recovery-image] Aug 25 20:03:11.371 INFO O| Aug 25 20:03:11.371 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40872026-08-25T20:03:12.570Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40882026-08-25T20:03:12.575ZAug 25 20:03:11.435 INFO [stamp-ntp] process exited with exit status: 0 (577.31996ms)
40892026-08-25T20:03:12.639Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40902026-08-25T20:03:12.643ZAug 25 20:03:11.504 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (647.473249ms)
40912026-08-25T20:03:12.703Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40922026-08-25T20:03:12.706ZAug 25 20:03:11.568 INFO [stamp-internal-dns] process exited with exit status: 0 (709.436929ms)
40932026-08-25T20:03:12.731Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40942026-08-25T20:03:12.734ZAug 25 20:03:11.596 INFO [stamp-external-dns] process exited with exit status: 0 (737.021349ms)
40952026-08-25T20:03:12.891Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40962026-08-25T20:03:12.895ZAug 25 20:03:11.756 INFO [stamp-crucible-zone] process exited with exit status: 0 (895.796309ms)
40972026-08-25T20:03:13.070Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40982026-08-25T20:03:13.075ZAug 25 20:03:11.935 INFO [stamp-oximeter] process exited with exit status: 0 (1.077475088s)
40992026-08-25T20:03:13.287Z[ host-image] Aug 25 20:03:12.148 INFO O| Aug 25 20:03:12.148 INFO O| Startup: Refreshing catalog 'helios' ... Done
41002026-08-25T20:03:13.340Z[ recovery-image] Aug 25 20:03:12.201 INFO O| Aug 25 20:03:12.201 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41012026-08-25T20:03:13.726Z[ recovery-image] Aug 25 20:03:12.587 INFO O| Aug 25 20:03:12.587 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41022026-08-25T20:03:13.726Z[ recovery-image] Aug 25 20:03:12.587 INFO O| Aug 25 20:03:12.587 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41032026-08-25T20:03:13.726Z[ recovery-image] Aug 25 20:03:12.588 INFO O| Aug 25 20:03:12.587 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41042026-08-25T20:03:13.731Z[ recovery-image] Aug 25 20:03:12.588 INFO O| Aug 25 20:03:12.588 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41052026-08-25T20:03:13.734Z[ recovery-image] Aug 25 20:03:12.594 INFO O| Aug 25 20:03:12.594 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41062026-08-25T20:03:13.758Z[ host-image] Aug 25 20:03:12.620 INFO O| Aug 25 20:03:12.620 INFO O| Startup: Caching catalogs ... Done
41072026-08-25T20:03:14.667Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41082026-08-25T20:03:14.671ZAug 25 20:03:13.532 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.672927105s)
41092026-08-25T20:03:16.226Z[ host-image] Aug 25 20:03:15.087 INFO O| Aug 25 20:03:15.087 INFO O| Planning: Solver setup ... Done
41102026-08-25T20:03:16.489Z[ host-image] Aug 25 20:03:15.348 INFO O| Aug 25 20:03:15.347 INFO O| Planning: Running solver ... Done
41112026-08-25T20:03:16.539Z[ host-image] Aug 25 20:03:15.400 INFO O| Aug 25 20:03:15.400 INFO O| Planning: Finding local manifests ... Done
41122026-08-25T20:03:16.558Z[ host-image] Aug 25 20:03:15.419 INFO O| Aug 25 20:03:15.419 INFO O| Planning: Fetching manifests: 0/130 0% complete
41132026-08-25T20:03:16.646Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41142026-08-25T20:03:16.649ZAug 25 20:03:15.510 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.650734371s)
41152026-08-25T20:03:16.705Z[verify-libraries] Compiling match_cfg v0.1.0
41162026-08-25T20:03:16.705Z[verify-libraries] Compiling slog-json v2.6.1
41172026-08-25T20:03:16.709Z[verify-libraries] Compiling debug-ignore v1.0.5
41182026-08-25T20:03:16.709Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41192026-08-25T20:03:16.966Z[verify-libraries] Compiling sha1 v0.11.0
41202026-08-25T20:03:16.969Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41212026-08-25T20:03:16.969Z[verify-libraries] Compiling multer v3.1.0
41222026-08-25T20:03:16.969Z[verify-libraries] Compiling compression-core v0.4.31
41232026-08-25T20:03:16.969Z[verify-libraries] Compiling progenitor-client v0.14.0
41242026-08-25T20:03:16.969Z[verify-libraries] Compiling async-stream-impl v0.3.6
41252026-08-25T20:03:16.969Z[verify-libraries] Compiling serde_spanned v1.1.1
41262026-08-25T20:03:16.969Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41272026-08-25T20:03:16.969Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41282026-08-25T20:03:16.973ZAug 25 20:03:15.833 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.97524673s)
41292026-08-25T20:03:16.989Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41302026-08-25T20:03:16.992ZAug 25 20:03:15.853 INFO [stamp-clickhouse] process exited with exit status: 0 (4.99300108s)
41312026-08-25T20:03:17.134Z[verify-libraries] Compiling dropshot v0.17.1
41322026-08-25T20:03:17.138Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41332026-08-25T20:03:17.174Z[verify-libraries] Compiling hostname v0.3.1
41342026-08-25T20:03:17.174Z[verify-libraries] Compiling compression-codecs v0.4.37
41352026-08-25T20:03:17.175Z[verify-libraries] Compiling waitgroup v0.1.2
41362026-08-25T20:03:17.185Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41372026-08-25T20:03:17.296Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41382026-08-25T20:03:17.296Z[verify-libraries] Compiling hostname v0.4.2
41392026-08-25T20:03:17.307Z[verify-libraries] Compiling atomicwrites v0.4.4
41402026-08-25T20:03:17.320Z[verify-libraries] Compiling slog-bunyan v2.5.0
41412026-08-25T20:03:17.377Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41422026-08-25T20:03:17.377Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41432026-08-25T20:03:17.423Z[verify-libraries] Compiling regress v0.10.5
41442026-08-25T20:03:17.423Z[verify-libraries] Compiling macaddr v1.0.1
41452026-08-25T20:03:17.426Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41462026-08-25T20:03:17.465Z[verify-libraries] Compiling async-compression v0.4.41
41472026-08-25T20:03:17.508Z[verify-libraries] Compiling instant v0.1.13
41482026-08-25T20:03:17.513Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41492026-08-25T20:03:17.513ZAug 25 20:03:16.374 INFO [stamp-nexus] process exited with exit status: 0 (5.51373587s)
41502026-08-25T20:03:17.513ZAug 25 20:03:16.374 INFO [tuf-stamp] task succeeded (5.51813237s)
41512026-08-25T20:03:17.513ZAug 25 20:03:16.374 INFO [tuf-v2-zones] running task
41522026-08-25T20:03:17.548Z[verify-libraries] Compiling oxide-generation v0.1.3
41532026-08-25T20:03:17.570Z[verify-libraries] Compiling parse-display-derive v0.10.0
41542026-08-25T20:03:17.570Z[verify-libraries] Compiling itertools v0.14.0
41552026-08-25T20:03:17.573Z[verify-libraries] Compiling backon v1.6.0
41562026-08-25T20:03:17.573Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41572026-08-25T20:03:17.639ZAug 25 20:03:16.500 INFO [tuf-v2-zones] task succeeded (125.396989ms)
41582026-08-25T20:03:17.681Z[verify-libraries] Compiling backoff v0.4.0
41592026-08-25T20:03:17.769Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41602026-08-25T20:03:17.773Z[verify-libraries] Compiling humantime v2.3.0
41612026-08-25T20:03:17.812Z[verify-libraries] Compiling async-stream v0.3.6
41622026-08-25T20:03:17.859Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41632026-08-25T20:03:17.883Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41642026-08-25T20:03:17.883Z[verify-libraries] Compiling progenitor-extras v0.2.0
41652026-08-25T20:03:17.926Z[verify-libraries] Compiling convert_case v0.4.0
41662026-08-25T20:03:17.950Z[verify-libraries] Compiling half v2.7.1
41672026-08-25T20:03:17.955Z[verify-libraries] Compiling ciborium-io v0.2.2
41682026-08-25T20:03:17.955Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41692026-08-25T20:03:18.038Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41702026-08-25T20:03:18.060Z[verify-libraries] Compiling indent_write v2.2.0
41712026-08-25T20:03:18.101Z[verify-libraries] Compiling regress v0.11.1
41722026-08-25T20:03:18.126Z[verify-libraries] Compiling secrecy v0.10.3
41732026-08-25T20:03:18.215Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41742026-08-25T20:03:18.261Z[verify-libraries] Compiling ciborium-ll v0.2.2
41752026-08-25T20:03:18.288Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41762026-08-25T20:03:18.341Z[verify-libraries] Compiling inout v0.1.4
41772026-08-25T20:03:18.341Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41782026-08-25T20:03:18.393Z[verify-libraries] Compiling derive_more v0.99.20
41792026-08-25T20:03:18.427Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41802026-08-25T20:03:18.447Z[verify-libraries] Compiling universal-hash v0.5.1
41812026-08-25T20:03:18.536Z[ host-image] Aug 25 20:03:17.396 INFO O| Aug 25 20:03:17.396 INFO O| Planning: Fetching manifests: 130/130 100% complete
41822026-08-25T20:03:18.552Z[verify-libraries] Compiling ciborium v0.2.2
41832026-08-25T20:03:18.587Z[verify-libraries] Compiling cipher v0.4.4
41842026-08-25T20:03:18.639Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41852026-08-25T20:03:18.681Z[verify-libraries] Compiling opaque-debug v0.3.1
41862026-08-25T20:03:18.712Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41872026-08-25T20:03:18.754Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41882026-08-25T20:03:18.782Z[ recovery-image] Aug 25 20:03:17.643 INFO O| Aug 25 20:03:17.643 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-08-25T20:03:18.790Z[ recovery-image] Aug 25 20:03:17.651 INFO O| Aug 25 20:03:17.651 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41902026-08-25T20:03:18.802Z[verify-libraries] Compiling poly1305 v0.8.0
41912026-08-25T20:03:18.831Z[verify-libraries] Compiling blake2 v0.10.6
41922026-08-25T20:03:18.929Z[verify-libraries] Compiling chacha20 v0.9.1
41932026-08-25T20:03:18.994Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41942026-08-25T20:03:19.074Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41952026-08-25T20:03:19.074Z[verify-libraries] Compiling aead v0.5.2
41962026-08-25T20:03:19.116Z[ recovery-image] Aug 25 20:03:17.977 INFO O| Aug 25 20:03:17.977 INFO O| Caching catalogs ... Done
41972026-08-25T20:03:19.145Z[ host-image] Aug 25 20:03:18.005 INFO O| Aug 25 20:03:18.005 INFO O| Planning: Package planning ... Done
41982026-08-25T20:03:19.220Z[ recovery-image] Aug 25 20:03:18.076 INFO O| Aug 25 20:03:18.073 INFO STEP 0 (pkg_image_create) COMPLETE
41992026-08-25T20:03:19.220Z[ recovery-image] Aug 25 20:03:18.076 INFO O| Aug 25 20:03:18.074 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42002026-08-25T20:03:19.225Z[ recovery-image] Aug 25 20:03:18.084 INFO O| Aug 25 20:03:18.084 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"]
42012026-08-25T20:03:19.228Z[verify-libraries] Compiling password-hash v0.5.0
42022026-08-25T20:03:19.272Z[verify-libraries] Compiling num-derive v0.4.2
42032026-08-25T20:03:19.275Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42042026-08-25T20:03:19.393Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42052026-08-25T20:03:19.397Z[verify-libraries] Compiling rayon-core v1.13.0
42062026-08-25T20:03:19.461Z[verify-libraries] Compiling parse-display v0.10.0
42072026-08-25T20:03:19.488Z[ host-image] Aug 25 20:03:18.349 INFO O| Aug 25 20:03:18.349 INFO O| Planning: Merging actions ... Done
42082026-08-25T20:03:19.524Z[verify-libraries] Compiling argon2 v0.5.3
42092026-08-25T20:03:19.575Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO STEP 1 (pkg_set_publisher) COMPLETE
42102026-08-25T20:03:19.575Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42112026-08-25T20:03:19.579Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO skip step because feature "publisher_1_name" is not enabled
42122026-08-25T20:03:19.579Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42132026-08-25T20:03:19.579Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO skip step because feature "publisher_2_name" is not enabled
42142026-08-25T20:03:19.579Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42152026-08-25T20:03:19.579Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO skip step because feature "publisher_3_name" is not enabled
42162026-08-25T20:03:19.579Z[ recovery-image] Aug 25 20:03:18.436 INFO O| Aug 25 20:03:18.436 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-08-25T20:03:19.579Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42182026-08-25T20:03:19.614Z[verify-libraries] Compiling glob v0.3.3
42192026-08-25T20:03:19.638Z[ host-image] Aug 25 20:03:18.497 INFO O| Aug 25 20:03:18.497 INFO O| Planning: Checking for conflicting actions ... Done
42202026-08-25T20:03:19.680Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42212026-08-25T20:03:19.702Z[verify-libraries] Compiling usdt-macro v0.5.0
42222026-08-25T20:03:19.745Z[ host-image] Aug 25 20:03:18.605 INFO O| Aug 25 20:03:18.605 INFO O| Planning: Consolidating action changes ... Done
42232026-08-25T20:03:19.796Z[verify-libraries] Compiling typify-impl v0.6.2
42242026-08-25T20:03:19.888Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42252026-08-25T20:03:19.892Z[ recovery-image] Aug 25 20:03:18.750 INFO O| Aug 25 20:03:18.750 INFO variant opensolaris.zone is already global
42262026-08-25T20:03:19.892Z[ recovery-image] Aug 25 20:03:18.750 INFO O| Aug 25 20:03:18.750 INFO STEP 5 (pkg_change_variant) COMPLETE
42272026-08-25T20:03:19.892Z[ recovery-image] Aug 25 20:03:18.750 INFO O| Aug 25 20:03:18.750 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42282026-08-25T20:03:19.933Z[ host-image] Aug 25 20:03:18.794 INFO O| Aug 25 20:03:18.794 INFO O| Planning: Evaluating mediators ... Done
42292026-08-25T20:03:19.995Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42302026-08-25T20:03:20.095Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42312026-08-25T20:03:20.190Z[verify-libraries] Compiling vsss-rs v3.3.4
42322026-08-25T20:03:20.218Z[ recovery-image] Aug 25 20:03:19.078 INFO O| Aug 25 20:03:19.078 INFO variant opensolaris.imagetype is full; changing to partial
42332026-08-25T20:03:20.218Z[ recovery-image] Aug 25 20:03:19.079 INFO O| Aug 25 20:03:19.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42342026-08-25T20:03:20.348Z[verify-libraries] Compiling memmap v0.7.0
42352026-08-25T20:03:20.609Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42362026-08-25T20:03:20.661Z[verify-libraries] Compiling heapless v0.8.0
42372026-08-25T20:03:20.661Z[verify-libraries] Compiling usdt v0.5.0
42382026-08-25T20:03:20.714Z[verify-libraries] Compiling proc-macro-error v1.0.4
42392026-08-25T20:03:20.718Z[verify-libraries] Compiling ingot-macros v0.2.0
42402026-08-25T20:03:20.775Z[verify-libraries] Compiling tabwriter v1.4.1
42412026-08-25T20:03:20.815Z[verify-libraries] Compiling hash32 v0.3.1
42422026-08-25T20:03:20.902Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42432026-08-25T20:03:20.970Z[verify-libraries] Compiling smoltcp v0.11.0
42442026-08-25T20:03:21.057Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42452026-08-25T20:03:21.108Z[verify-libraries] Compiling cobs v0.3.0
42462026-08-25T20:03:21.132Z[verify-libraries] Compiling colored v3.1.1
42472026-08-25T20:03:21.133Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42482026-08-25T20:03:21.178Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42492026-08-25T20:03:21.283Z[verify-libraries] Compiling num_enum_derive v0.7.6
42502026-08-25T20:03:21.348Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42512026-08-25T20:03:21.388Z[verify-libraries] Compiling postcard v1.1.3
42522026-08-25T20:03:21.413Z[verify-libraries] Compiling rayon v1.11.0
42532026-08-25T20:03:21.457Z[verify-libraries] Compiling rand v0.10.1
42542026-08-25T20:03:21.525Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42552026-08-25T20:03:21.534Z[ host-image] Aug 25 20:03:20.395 INFO O| Aug 25 20:03:20.395 INFO O| Planning: Planning completed in 7.76 seconds
42562026-08-25T20:03:21.534Z[ host-image] Aug 25 20:03:20.395 INFO O| Aug 25 20:03:20.395 INFO O| Packages to install: 130
42572026-08-25T20:03:21.537Z[ host-image] Aug 25 20:03:20.395 INFO O| Aug 25 20:03:20.395 INFO O| Mediators to change: 5
42582026-08-25T20:03:21.537Z[ host-image] Aug 25 20:03:20.395 INFO O| Aug 25 20:03:20.395 INFO O| Services to change: 6
42592026-08-25T20:03:21.556Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42602026-08-25T20:03:21.569Z[ host-image] Aug 25 20:03:20.430 INFO O| Aug 25 20:03:20.430 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42612026-08-25T20:03:21.622Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42622026-08-25T20:03:21.668Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42632026-08-25T20:03:21.727Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42642026-08-25T20:03:21.828Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42652026-08-25T20:03:21.957Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42662026-08-25T20:03:22.030Z[verify-libraries] Compiling num_enum_derive v0.5.11
42672026-08-25T20:03:22.192Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42682026-08-25T20:03:22.204Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42692026-08-25T20:03:22.228Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42702026-08-25T20:03:22.272Z[verify-libraries] Compiling cstr-argument v0.1.2
42712026-08-25T20:03:22.325Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42722026-08-25T20:03:22.378Z[verify-libraries] Compiling foreign-types v0.5.0
42732026-08-25T20:03:22.445Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42742026-08-25T20:03:22.524Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42752026-08-25T20:03:22.573Z[verify-libraries] Compiling num_enum v0.7.6
42762026-08-25T20:03:22.579Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42772026-08-25T20:03:22.647Z[verify-libraries] Compiling sigpipe v0.1.3
42782026-08-25T20:03:22.665Z[ recovery-image] Aug 25 20:03:21.526 INFO O| Aug 25 20:03:21.526 INFO O| Startup: Refreshing catalog 'helios' ... Done
42792026-08-25T20:03:22.689Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42802026-08-25T20:03:22.778Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42812026-08-25T20:03:22.778Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42822026-08-25T20:03:22.817Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42832026-08-25T20:03:22.848Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42842026-08-25T20:03:22.879Z[verify-libraries] Compiling itertools v0.12.1
42852026-08-25T20:03:22.933Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42862026-08-25T20:03:22.996Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42872026-08-25T20:03:23.055Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42882026-08-25T20:03:23.088Z[verify-libraries] Compiling toml v0.8.23
42892026-08-25T20:03:23.124Z[verify-libraries] Compiling smf v0.2.3
42902026-08-25T20:03:23.127Z[ recovery-image] Aug 25 20:03:21.988 INFO O| Aug 25 20:03:21.988 INFO O| Startup: Caching catalogs ... Done
42912026-08-25T20:03:23.144Z[ recovery-image] Aug 25 20:03:22.004 INFO O| Aug 25 20:03:22.004 INFO O| Planning: Planning completed in 0.00 seconds
42922026-08-25T20:03:23.144Z[ recovery-image] Aug 25 20:03:22.005 INFO O| Aug 25 20:03:22.004 INFO O| Planning: Consolidating action changes ... Done
42932026-08-25T20:03:23.149Z[ recovery-image] Aug 25 20:03:22.005 INFO O| Aug 25 20:03:22.005 INFO O| Planning: Evaluating mediators ... Done
42942026-08-25T20:03:23.149Z[ recovery-image] Aug 25 20:03:22.005 INFO O| Aug 25 20:03:22.005 INFO O| Planning: Planning completed in 0.00 seconds
42952026-08-25T20:03:23.149Z[ recovery-image] Aug 25 20:03:22.005 INFO O| Aug 25 20:03:22.005 INFO O| Variants/Facets to change: 1
42962026-08-25T20:03:23.162Z[ recovery-image] Aug 25 20:03:22.023 INFO O| Aug 25 20:03:22.023 INFO O| Finalize: Updating package state database ... Done
42972026-08-25T20:03:23.162Z[ recovery-image] Aug 25 20:03:22.023 INFO O| Aug 25 20:03:22.023 INFO O| Finalize: Updating package cache ... Done
42982026-08-25T20:03:23.190Z[verify-libraries] Compiling num_enum v0.5.11
42992026-08-25T20:03:23.248Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43002026-08-25T20:03:23.252Z[ recovery-image] Aug 25 20:03:22.113 INFO O| Aug 25 20:03:22.113 INFO O| Finalize: Updating image state ... Done
43012026-08-25T20:03:23.268Z[ recovery-image] Aug 25 20:03:22.129 INFO O| Aug 25 20:03:22.129 INFO O| Finalize: Creating fast lookup database ... Done
43022026-08-25T20:03:23.271Z[ recovery-image] Aug 25 20:03:22.130 INFO O| Aug 25 20:03:22.130 INFO O| Finalize: Reading search index ... Done
43032026-08-25T20:03:23.271Z[ recovery-image] Aug 25 20:03:22.130 INFO O| Aug 25 20:03:22.130 INFO O| Finalize: Updating search index ... Done
43042026-08-25T20:03:23.271Z[ recovery-image] Aug 25 20:03:22.131 INFO O| Aug 25 20:03:22.131 INFO O| Finalize: Updating package cache ... Done
43052026-08-25T20:03:23.395Z[verify-libraries] Compiling whoami v1.6.1
43062026-08-25T20:03:23.425Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43072026-08-25T20:03:23.425Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43082026-08-25T20:03:23.490Z[verify-libraries] Compiling derive-where v1.6.0
43092026-08-25T20:03:23.493Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43102026-08-25T20:03:23.582Z[ recovery-image] Aug 25 20:03:22.443 INFO O| Aug 25 20:03:22.443 INFO STEP 6 (pkg_change_variant) COMPLETE
43112026-08-25T20:03:23.582Z[ recovery-image] Aug 25 20:03:22.443 INFO O| Aug 25 20:03:22.443 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43122026-08-25T20:03:23.586Z[ recovery-image] Aug 25 20:03:22.443 INFO O| Aug 25 20:03:22.443 INFO skip step because feature "debug_variant" is not enabled
43132026-08-25T20:03:23.586Z[ recovery-image] Aug 25 20:03:22.443 INFO O| Aug 25 20:03:22.443 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43142026-08-25T20:03:23.799Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43152026-08-25T20:03:23.799Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43162026-08-25T20:03:23.846Z[verify-libraries] Compiling gethostname v0.5.0
43172026-08-25T20:03:23.846Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43182026-08-25T20:03:23.849Z[verify-libraries] Compiling newline-converter v0.3.0
43192026-08-25T20:03:23.917Z[ recovery-image] Aug 25 20:03:22.777 INFO O| Aug 25 20:03:22.777 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43202026-08-25T20:03:23.942Z[verify-libraries] Compiling ingot-types v0.2.0
43212026-08-25T20:03:24.018Z[verify-libraries] Compiling console v0.15.11
43222026-08-25T20:03:24.080Z[verify-libraries] Compiling resolv-conf v0.7.6
43232026-08-25T20:03:24.083Z[verify-libraries] Compiling linear-map v1.2.0
43242026-08-25T20:03:24.147Z[verify-libraries] Compiling zone v0.3.1
43252026-08-25T20:03:24.203Z[verify-libraries] Compiling num-rational v0.4.2
43262026-08-25T20:03:24.206Z[verify-libraries] Compiling num-complex v0.4.6
43272026-08-25T20:03:24.277Z[verify-libraries] Compiling slog-dtrace v0.3.0
43282026-08-25T20:03:24.376Z[verify-libraries] Compiling ingot v0.2.1
43292026-08-25T20:03:24.439Z[verify-libraries] Compiling expectorate v1.2.0
43302026-08-25T20:03:24.478Z[verify-libraries] Compiling prettyplease v0.2.37
43312026-08-25T20:03:24.609Z[verify-libraries] Compiling float-ord v0.3.2
43322026-08-25T20:03:24.648Z[verify-libraries] Compiling num v0.4.3
43332026-08-25T20:03:24.715Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43342026-08-25T20:03:24.720Z[verify-libraries] Compiling typify-macro v0.6.2
43352026-08-25T20:03:24.753Z[verify-libraries] Compiling linked-hash-map v0.5.6
43362026-08-25T20:03:24.756Z[verify-libraries] Compiling hickory-proto v0.24.4
43372026-08-25T20:03:24.787Z[verify-libraries] Compiling minimal-lexical v0.2.1
43382026-08-25T20:03:24.862Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43392026-08-25T20:03:24.903Z[verify-libraries] Compiling unicode-xid v0.2.6
43402026-08-25T20:03:24.927Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43412026-08-25T20:03:24.969Z[verify-libraries] Compiling lru-cache v0.1.2
43422026-08-25T20:03:25.059Z[verify-libraries] Compiling nom v7.1.3
43432026-08-25T20:03:25.086Z[verify-libraries] Compiling tabled_derive v0.7.0
43442026-08-25T20:03:25.112Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43452026-08-25T20:03:25.158Z[verify-libraries] Compiling fd-lock v4.0.4
43462026-08-25T20:03:25.184Z[verify-libraries] Compiling vte v0.14.1
43472026-08-25T20:03:25.239Z[verify-libraries] Compiling display-error-chain v0.2.2
43482026-08-25T20:03:25.341Z[verify-libraries] Compiling crossterm v0.29.0
43492026-08-25T20:03:25.472Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43502026-08-25T20:03:25.527Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43512026-08-25T20:03:25.677Z[verify-libraries] Compiling stacker v0.1.23
43522026-08-25T20:03:25.748Z[verify-libraries] Compiling cfg_aliases v0.1.1
43532026-08-25T20:03:25.932Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43542026-08-25T20:03:25.966Z[verify-libraries] Compiling reedline v0.40.0
43552026-08-25T20:03:26.051Z[verify-libraries] Compiling psm v0.1.30
43562026-08-25T20:03:26.107Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43572026-08-25T20:03:26.226Z[ recovery-image] Aug 25 20:03:25.087 INFO O| Aug 25 20:03:25.087 INFO O| Startup: Refreshing catalog 'helios' ... Done
43582026-08-25T20:03:26.256Z[verify-libraries] Compiling nix v0.28.0
43592026-08-25T20:03:26.307Z[verify-libraries] Compiling tabled v0.15.0
43602026-08-25T20:03:26.329Z[verify-libraries] Compiling termtree v0.5.1
43612026-08-25T20:03:26.356Z[verify-libraries] Compiling semver v0.1.20
43622026-08-25T20:03:26.386Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43632026-08-25T20:03:26.571Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43642026-08-25T20:03:26.576Z[ host-image] Aug 25 20:03:25.436 INFO O| Aug 25 20:03:25.436 INFO O| Download: 11697/23888 items 99.2/222.8MB 44% complete (20.0M/s)
43652026-08-25T20:03:26.641Z[verify-libraries] Compiling rustc_version v0.1.7
43662026-08-25T20:03:26.676Z[verify-libraries] Compiling phf_shared v0.12.1
43672026-08-25T20:03:26.743Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43682026-08-25T20:03:26.771Z[verify-libraries] Compiling nibble_vec v0.1.0
43692026-08-25T20:03:26.774Z[verify-libraries] Compiling chrono-tz v0.10.4
43702026-08-25T20:03:26.827Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43712026-08-25T20:03:26.831Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43722026-08-25T20:03:26.892Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43732026-08-25T20:03:26.928Z[ recovery-image] Aug 25 20:03:25.789 INFO O| Aug 25 20:03:25.788 INFO O| Startup: Caching catalogs ... Done
43742026-08-25T20:03:26.944Z[verify-libraries] Compiling typify v0.6.2
43752026-08-25T20:03:26.947Z[ recovery-image] Aug 25 20:03:25.806 INFO O| Aug 25 20:03:25.806 INFO O| Planning: Planning completed in 0.00 seconds
43762026-08-25T20:03:26.947Z[ recovery-image] Aug 25 20:03:25.806 INFO O| Aug 25 20:03:25.806 INFO O| Planning: Consolidating action changes ... Done
43772026-08-25T20:03:26.947Z[ recovery-image] Aug 25 20:03:25.806 INFO O| Aug 25 20:03:25.806 INFO O| Planning: Evaluating mediators ... Done
43782026-08-25T20:03:26.947Z[ recovery-image] Aug 25 20:03:25.807 INFO O| Aug 25 20:03:25.807 INFO O| Planning: Planning completed in 0.00 seconds
43792026-08-25T20:03:26.947Z[ recovery-image] Aug 25 20:03:25.807 INFO O| Aug 25 20:03:25.807 INFO O| Variants/Facets to change: 1
43802026-08-25T20:03:26.958Z[ recovery-image] Aug 25 20:03:25.817 INFO O| Aug 25 20:03:25.817 INFO O| Finalize: Updating package state database ... Done
43812026-08-25T20:03:26.958Z[ recovery-image] Aug 25 20:03:25.817 INFO O| Aug 25 20:03:25.817 INFO O| Finalize: Updating package cache ... Done
43822026-08-25T20:03:27.009Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43832026-08-25T20:03:27.012Z[verify-libraries] Compiling endian-type v0.1.2
43842026-08-25T20:03:27.029Z[ recovery-image] Aug 25 20:03:25.890 INFO O| Aug 25 20:03:25.890 INFO O| Finalize: Updating image state ... Done
43852026-08-25T20:03:27.045Z[ recovery-image] Aug 25 20:03:25.906 INFO O| Aug 25 20:03:25.906 INFO O| Finalize: Creating fast lookup database ... Done
43862026-08-25T20:03:27.051Z[ recovery-image] Aug 25 20:03:25.907 INFO O| Aug 25 20:03:25.907 INFO O| Finalize: Reading search index ... Done
43872026-08-25T20:03:27.051Z[ recovery-image] Aug 25 20:03:25.907 INFO O| Aug 25 20:03:25.907 INFO O| Finalize: Updating search index ... Done
43882026-08-25T20:03:27.051Z[ recovery-image] Aug 25 20:03:25.908 INFO O| Aug 25 20:03:25.907 INFO O| Finalize: Updating package cache ... Done
43892026-08-25T20:03:27.090Z[verify-libraries] Compiling progenitor-impl v0.14.0
43902026-08-25T20:03:27.158Z[verify-libraries] Compiling highway v1.3.0
43912026-08-25T20:03:27.252Z[verify-libraries] Compiling radix_trie v0.2.1
43922026-08-25T20:03:27.322Z[verify-libraries] Compiling hickory-resolver v0.24.4
43932026-08-25T20:03:27.369Z[ recovery-image] Aug 25 20:03:26.227 INFO O| Aug 25 20:03:26.227 INFO STEP 8 (pkg_change_facet) COMPLETE
43942026-08-25T20:03:27.369Z[ recovery-image] Aug 25 20:03:26.227 INFO O| Aug 25 20:03:26.227 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43952026-08-25T20:03:27.625Z[verify-libraries] Compiling recursive v0.1.1
43962026-08-25T20:03:27.683Z[verify-libraries] Compiling newtype_derive v0.1.6
43972026-08-25T20:03:27.711Z[ recovery-image] Aug 25 20:03:26.557 INFO O| Aug 25 20:03:26.557 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43982026-08-25T20:03:27.799Z[verify-libraries] Compiling phf v0.12.1
43992026-08-25T20:03:27.881Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44002026-08-25T20:03:27.958Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44012026-08-25T20:03:28.032Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44022026-08-25T20:03:28.155Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44032026-08-25T20:03:28.555Z[verify-libraries] Compiling qorb v0.4.1
44042026-08-25T20:03:28.577Z[verify-libraries] Compiling peg-macros v0.8.5
44052026-08-25T20:03:28.662Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44062026-08-25T20:03:28.803Z[verify-libraries] Compiling csv-core v0.1.13
44072026-08-25T20:03:28.842Z[verify-libraries] Compiling winnow v0.6.26
44082026-08-25T20:03:28.903Z[verify-libraries] Compiling home v0.5.12
44092026-08-25T20:03:29.059Z[verify-libraries] Compiling unicode_categories v0.1.1
44102026-08-25T20:03:29.096Z[verify-libraries] Compiling const_format v0.2.35
44112026-08-25T20:03:29.178Z[verify-libraries] Compiling csv v1.4.0
44122026-08-25T20:03:29.254Z[verify-libraries] Compiling rustyline v14.0.0
44132026-08-25T20:03:29.334Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44142026-08-25T20:03:29.495Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44152026-08-25T20:03:29.559Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44162026-08-25T20:03:29.657Z[verify-libraries] Compiling sqlparser v0.61.0
44172026-08-25T20:03:29.768Z[ recovery-image] Aug 25 20:03:28.629 INFO O| Aug 25 20:03:28.629 INFO O| Startup: Refreshing catalog 'helios' ... Done
44182026-08-25T20:03:29.855Z[verify-libraries] Compiling bcs v0.1.6
44192026-08-25T20:03:29.895Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44202026-08-25T20:03:29.947Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44212026-08-25T20:03:30.022Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44222026-08-25T20:03:30.022Z[verify-libraries] Compiling progenitor-macro v0.14.0
44232026-08-25T20:03:30.151Z[verify-libraries] Compiling peg v0.8.5
44242026-08-25T20:03:30.264Z[ recovery-image] Aug 25 20:03:29.116 INFO O| Aug 25 20:03:29.116 INFO O| Startup: Caching catalogs ... Done
44252026-08-25T20:03:30.277Z[ recovery-image] Aug 25 20:03:29.135 INFO O| Aug 25 20:03:29.135 INFO O| Planning: Planning completed in 0.00 seconds
44262026-08-25T20:03:30.298Z[ recovery-image] Aug 25 20:03:29.135 INFO O| Aug 25 20:03:29.135 INFO O| Planning: Consolidating action changes ... Done
44272026-08-25T20:03:30.298Z[ recovery-image] Aug 25 20:03:29.135 INFO O| Aug 25 20:03:29.135 INFO O| Planning: Evaluating mediators ... Done
44282026-08-25T20:03:30.298Z[ recovery-image] Aug 25 20:03:29.136 INFO O| Aug 25 20:03:29.136 INFO O| Planning: Planning completed in 0.00 seconds
44292026-08-25T20:03:30.298Z[ recovery-image] Aug 25 20:03:29.137 INFO O| Aug 25 20:03:29.137 INFO O| Variants/Facets to change: 1
44302026-08-25T20:03:30.298Z[verify-libraries] Compiling sqlformat v0.3.5
44312026-08-25T20:03:30.305Z[ recovery-image] Aug 25 20:03:29.164 INFO O| Aug 25 20:03:29.160 INFO O| Finalize: Updating package state database ... Done
44322026-08-25T20:03:30.305Z[ recovery-image] Aug 25 20:03:29.164 INFO O| Aug 25 20:03:29.161 INFO O| Finalize: Updating package cache ... Done
44332026-08-25T20:03:30.395Z[ recovery-image] Aug 25 20:03:29.247 INFO O| Aug 25 20:03:29.247 INFO O| Finalize: Updating image state ... Done
44342026-08-25T20:03:30.415Z[ recovery-image] Aug 25 20:03:29.275 INFO O| Aug 25 20:03:29.275 INFO O| Finalize: Creating fast lookup database ... Done
44352026-08-25T20:03:30.426Z[ recovery-image] Aug 25 20:03:29.276 INFO O| Aug 25 20:03:29.275 INFO O| Finalize: Reading search index ... Done
44362026-08-25T20:03:30.426Z[ recovery-image] Aug 25 20:03:29.276 INFO O| Aug 25 20:03:29.275 INFO O| Finalize: Updating search index ... Done
44372026-08-25T20:03:30.426Z[ recovery-image] Aug 25 20:03:29.276 INFO O| Aug 25 20:03:29.276 INFO O| Finalize: Updating package cache ... Done
44382026-08-25T20:03:30.438Z[verify-libraries] Compiling nom v8.0.0
44392026-08-25T20:03:30.493Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44402026-08-25T20:03:30.564Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44412026-08-25T20:03:30.632Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44422026-08-25T20:03:30.715Z[verify-libraries] Compiling steno v0.4.1
44432026-08-25T20:03:30.748Z[verify-libraries] Compiling sha1 v0.10.6
44442026-08-25T20:03:30.765Z[ recovery-image] Aug 25 20:03:29.625 INFO O| Aug 25 20:03:29.625 INFO STEP 9 (pkg_change_facet) COMPLETE
44452026-08-25T20:03:30.765Z[ recovery-image] Aug 25 20:03:29.625 INFO O| Aug 25 20:03:29.625 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44462026-08-25T20:03:30.990Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44472026-08-25T20:03:31.018Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44482026-08-25T20:03:31.054Z[verify-libraries] Compiling tagptr v0.2.0
44492026-08-25T20:03:31.173Z[verify-libraries] Compiling utf-8 v0.7.6
44502026-08-25T20:03:31.201Z[ recovery-image] Aug 25 20:03:30.062 INFO O| Aug 25 20:03:30.062 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44512026-08-25T20:03:31.270Z[verify-libraries] Compiling moka v0.12.13
44522026-08-25T20:03:31.279Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44532026-08-25T20:03:31.481Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44542026-08-25T20:03:31.572Z[verify-libraries] Compiling tungstenite v0.21.0
44552026-08-25T20:03:31.572Z[verify-libraries] Compiling libefi-sys v0.1.0
44562026-08-25T20:03:31.576Z[ host-image] Aug 25 20:03:30.437 INFO O| Aug 25 20:03:30.436 INFO O| Download: 21982/23888 items 190.4/222.8MB 85% complete (19.0M/s)
44572026-08-25T20:03:31.609Z[verify-libraries] Compiling bitfield-struct v0.6.2
44582026-08-25T20:03:31.630Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44592026-08-25T20:03:31.682Z[verify-libraries] Compiling xshell-macros v0.2.7
44602026-08-25T20:03:31.994Z[verify-libraries] Compiling libscf-sys v1.2.0
44612026-08-25T20:03:32.025Z[verify-libraries] Compiling papergrid v0.18.0
44622026-08-25T20:03:32.141Z[verify-libraries] Compiling hickory-resolver v0.25.2
44632026-08-25T20:03:32.173Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44642026-08-25T20:03:32.196Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44652026-08-25T20:03:32.248Z[verify-libraries] Compiling xshell v0.2.7
44662026-08-25T20:03:32.391Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44672026-08-25T20:03:32.417Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44682026-08-25T20:03:32.486Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44692026-08-25T20:03:32.529Z[verify-libraries] Compiling sha2 v0.11.0
44702026-08-25T20:03:32.563Z[ host-image] Aug 25 20:03:31.423 INFO O| Aug 25 20:03:31.422 INFO O| Download: Completed 222.83 MB in 10.99 seconds (20.2M/s)
44712026-08-25T20:03:32.597Z[verify-libraries] Compiling subprocess v0.2.15
44722026-08-25T20:03:32.721Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44732026-08-25T20:03:32.808Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44742026-08-25T20:03:32.874Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44752026-08-25T20:03:32.957Z[ host-image] Aug 25 20:03:31.815 INFO O| Aug 25 20:03:31.815 INFO O| Actions: 1/54182 actions (Installing new actions)
44762026-08-25T20:03:32.971Z[verify-libraries] Compiling headers-core v0.3.0
44772026-08-25T20:03:33.211Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44782026-08-25T20:03:33.231Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44792026-08-25T20:03:33.278Z[verify-libraries] Compiling tabled v0.21.0
44802026-08-25T20:03:33.325Z[ recovery-image] Aug 25 20:03:32.185 INFO O| Aug 25 20:03:32.185 INFO O| Startup: Refreshing catalog 'helios' ... Done
44812026-08-25T20:03:33.417Z[verify-libraries] Compiling unicase v2.9.0
44822026-08-25T20:03:33.530Z[verify-libraries] Compiling headers v0.4.1
44832026-08-25T20:03:33.698Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44842026-08-25T20:03:33.841Z[verify-libraries] Compiling darling_core v0.21.3
44852026-08-25T20:03:33.845Z[ recovery-image] Aug 25 20:03:32.697 INFO O| Aug 25 20:03:32.697 INFO O| Startup: Caching catalogs ... Done
44862026-08-25T20:03:33.852Z[ recovery-image] Aug 25 20:03:32.713 INFO O| Aug 25 20:03:32.713 INFO O| Planning: Planning completed in 0.00 seconds
44872026-08-25T20:03:33.858Z[ recovery-image] Aug 25 20:03:32.713 INFO O| Aug 25 20:03:32.713 INFO O| Planning: Consolidating action changes ... Done
44882026-08-25T20:03:33.858Z[ recovery-image] Aug 25 20:03:32.713 INFO O| Aug 25 20:03:32.713 INFO O| Planning: Evaluating mediators ... Done
44892026-08-25T20:03:33.858Z[ recovery-image] Aug 25 20:03:32.714 INFO O| Aug 25 20:03:32.713 INFO O| Planning: Planning completed in 0.00 seconds
44902026-08-25T20:03:33.858Z[ recovery-image] Aug 25 20:03:32.714 INFO O| Aug 25 20:03:32.714 INFO O| Variants/Facets to change: 1
44912026-08-25T20:03:33.871Z[ recovery-image] Aug 25 20:03:32.727 INFO O| Aug 25 20:03:32.727 INFO O| Finalize: Updating package state database ... Done
44922026-08-25T20:03:33.872Z[ recovery-image] Aug 25 20:03:32.727 INFO O| Aug 25 20:03:32.727 INFO O| Finalize: Updating package cache ... Done
44932026-08-25T20:03:33.913Z[verify-libraries] Compiling crc8 v0.1.1
44942026-08-25T20:03:33.922Z[verify-libraries] Compiling maplit v1.0.2
44952026-08-25T20:03:33.955Z[ recovery-image] Aug 25 20:03:32.808 INFO O| Aug 25 20:03:32.808 INFO O| Finalize: Updating image state ... Done
44962026-08-25T20:03:33.970Z[ recovery-image] Aug 25 20:03:32.824 INFO O| Aug 25 20:03:32.824 INFO O| Finalize: Creating fast lookup database ... Done
44972026-08-25T20:03:33.982Z[ recovery-image] Aug 25 20:03:32.825 INFO O| Aug 25 20:03:32.825 INFO O| Finalize: Reading search index ... Done
44982026-08-25T20:03:33.982Z[ recovery-image] Aug 25 20:03:32.825 INFO O| Aug 25 20:03:32.825 INFO O| Finalize: Updating search index ... Done
44992026-08-25T20:03:33.983Z[ recovery-image] Aug 25 20:03:32.826 INFO O| Aug 25 20:03:32.826 INFO O| Finalize: Updating package cache ... Done
45002026-08-25T20:03:34.174Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45012026-08-25T20:03:34.246Z[verify-libraries] Compiling yasna v0.5.2
45022026-08-25T20:03:34.250Z[verify-libraries] Compiling vergen-lib v0.1.6
45032026-08-25T20:03:34.262Z[ recovery-image] Aug 25 20:03:33.123 INFO O| Aug 25 20:03:33.123 INFO STEP 10 (pkg_change_facet) COMPLETE
45042026-08-25T20:03:34.262Z[ recovery-image] Aug 25 20:03:33.123 INFO O| Aug 25 20:03:33.123 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45052026-08-25T20:03:34.288Z[ recovery-image] Aug 25 20:03:33.133 INFO O| Aug 25 20:03:33.133 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"]
45062026-08-25T20:03:34.460Z[verify-libraries] Compiling diesel_derives v2.3.7
45072026-08-25T20:03:34.530Z[verify-libraries] Compiling port-file v0.1.0
45082026-08-25T20:03:34.704Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45092026-08-25T20:03:34.743Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45102026-08-25T20:03:34.778Z[verify-libraries] Compiling rcgen v0.12.1
45112026-08-25T20:03:34.899Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45122026-08-25T20:03:35.011Z[verify-libraries] Compiling half v1.8.3
45132026-08-25T20:03:35.131Z[verify-libraries] Compiling r2d2 v0.8.10
45142026-08-25T20:03:35.196Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45152026-08-25T20:03:35.340Z[verify-libraries] Compiling serde_cbor v0.11.2
45162026-08-25T20:03:35.488Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45172026-08-25T20:03:35.514Z[verify-libraries] Compiling downcast-rs v2.0.2
45182026-08-25T20:03:35.809Z[verify-libraries] Compiling crunchy v0.2.4
45192026-08-25T20:03:35.815Z[verify-libraries] Compiling cpubits v0.1.1
45202026-08-25T20:03:35.846Z[verify-libraries] Compiling progenitor v0.14.0
45212026-08-25T20:03:35.908Z[verify-libraries] Compiling dirs-next v2.0.0
45222026-08-25T20:03:35.948Z[verify-libraries] Compiling clang-sys v1.8.1
45232026-08-25T20:03:36.049Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45242026-08-25T20:03:36.088Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45252026-08-25T20:03:36.144Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45262026-08-25T20:03:36.173Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45272026-08-25T20:03:36.287Z[verify-libraries] Compiling tiny-keccak v2.0.2
45282026-08-25T20:03:36.643Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45292026-08-25T20:03:36.706Z[verify-libraries] Compiling term v0.7.0
45302026-08-25T20:03:36.729Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45312026-08-25T20:03:36.738Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45322026-08-25T20:03:36.779Z[verify-libraries] Compiling darling_macro v0.21.3
45332026-08-25T20:03:36.815Z[ recovery-image] Aug 25 20:03:35.661 INFO O| Aug 25 20:03:35.661 INFO O| Startup: Refreshing catalog 'helios' ... Done
45342026-08-25T20:03:36.828Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45352026-08-25T20:03:36.928Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45362026-08-25T20:03:37.017Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45372026-08-25T20:03:37.205Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45382026-08-25T20:03:37.277Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45392026-08-25T20:03:37.309Z[ recovery-image] Aug 25 20:03:36.170 INFO O| Aug 25 20:03:36.170 INFO O| Startup: Caching catalogs ... Done
45402026-08-25T20:03:37.327Z[verify-libraries] Compiling diff v0.1.13
45412026-08-25T20:03:37.381Z[verify-libraries] Compiling bit-vec v0.6.3
45422026-08-25T20:03:37.427Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45432026-08-25T20:03:37.474Z[verify-libraries] Compiling darling v0.21.3
45442026-08-25T20:03:37.601Z[verify-libraries] Compiling ascii-canvas v3.0.0
45452026-08-25T20:03:37.655Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45462026-08-25T20:03:37.670Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45472026-08-25T20:03:37.799Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45482026-08-25T20:03:37.800Z[verify-libraries] Compiling bit-set v0.5.3
45492026-08-25T20:03:37.843Z[verify-libraries] Compiling itertools v0.10.5
45502026-08-25T20:03:37.849Z[verify-libraries] Compiling ena v0.14.4
45512026-08-25T20:03:37.989Z[ host-image] Aug 25 20:03:36.847 INFO O| Aug 25 20:03:36.847 INFO O| Actions: 25484/54182 actions (Installing new actions)
45522026-08-25T20:03:38.024Z[verify-libraries] Compiling libloading v0.8.9
45532026-08-25T20:03:38.078Z[verify-libraries] Compiling bindgen v0.71.1
45542026-08-25T20:03:38.300Z[verify-libraries] Compiling regex-syntax v0.6.29
45552026-08-25T20:03:38.345Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45562026-08-25T20:03:38.465Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45572026-08-25T20:03:38.493Z[verify-libraries] Compiling cexpr v0.6.0
45582026-08-25T20:03:38.599Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45592026-08-25T20:03:38.753Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45602026-08-25T20:03:38.864Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45612026-08-25T20:03:38.938Z[verify-libraries] Compiling rustc-hash v2.1.1
45622026-08-25T20:03:38.996Z[verify-libraries] Compiling rfc6979 v0.4.0
45632026-08-25T20:03:39.049Z[verify-libraries] Compiling libxml v0.3.3
45642026-08-25T20:03:39.131Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45652026-08-25T20:03:39.183Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45662026-08-25T20:03:39.234Z[verify-libraries] Compiling ecdsa v0.16.9
45672026-08-25T20:03:39.239Z[verify-libraries] Compiling strum_macros v0.24.3
45682026-08-25T20:03:39.324Z[verify-libraries] Compiling primeorder v0.13.6
45692026-08-25T20:03:39.428Z[verify-libraries] Compiling hashbrown v0.14.5
45702026-08-25T20:03:39.630Z[verify-libraries] Compiling lalrpop v0.19.12
45712026-08-25T20:03:39.682Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45722026-08-25T20:03:39.682Z[verify-libraries] Compiling hmac v0.13.0
45732026-08-25T20:03:39.743Z[verify-libraries] Compiling universal-hash v0.6.1
45742026-08-25T20:03:39.838Z[verify-libraries] Compiling fxhash v0.2.1
45752026-08-25T20:03:40.044Z[verify-libraries] Compiling salty v0.3.0
45762026-08-25T20:03:40.056Z[verify-libraries] Compiling indoc v1.0.9
45772026-08-25T20:03:40.110Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45782026-08-25T20:03:40.110Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45792026-08-25T20:03:40.181Z[ recovery-image] Aug 25 20:03:39.041 INFO O| Aug 25 20:03:39.041 INFO O| Planning: Solver setup ... Done
45802026-08-25T20:03:40.230Z[ host-image] Aug 25 20:03:39.087 INFO O| Aug 25 20:03:39.087 INFO O| Actions: Completed 54182 actions in 7.27 seconds.
45812026-08-25T20:03:40.246Z[verify-libraries] Compiling knus-derive v3.4.0
45822026-08-25T20:03:40.337Z[ host-image] Aug 25 20:03:39.194 INFO O| Aug 25 20:03:39.194 INFO O| Finalize: Updating package state database ... Done
45832026-08-25T20:03:40.337Z[ host-image] Aug 25 20:03:39.194 INFO O| Aug 25 20:03:39.194 INFO O| Finalize: Updating package cache ... Done
45842026-08-25T20:03:40.401Z[verify-libraries] Compiling chumsky v0.9.3
45852026-08-25T20:03:40.446Z[ recovery-image] Aug 25 20:03:39.305 INFO O| Aug 25 20:03:39.304 INFO O| Planning: Running solver ... Done
45862026-08-25T20:03:40.471Z[ host-image] Aug 25 20:03:39.330 INFO O| Aug 25 20:03:39.330 INFO O| Finalize: Updating image state ... Done
45872026-08-25T20:03:40.506Z[ recovery-image] Aug 25 20:03:39.366 INFO O| Aug 25 20:03:39.366 INFO O| Planning: Finding local manifests ... Done
45882026-08-25T20:03:40.700Z[ recovery-image] Aug 25 20:03:39.419 INFO O| Aug 25 20:03:39.419 INFO O| Planning: Fetching manifests: 1/130 0% complete
45892026-08-25T20:03:40.720Z[verify-libraries] Compiling p384 v0.13.1
45902026-08-25T20:03:40.827Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45912026-08-25T20:03:41.348Z[verify-libraries] Compiling progenitor-impl v0.13.0
45922026-08-25T20:03:41.406Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45932026-08-25T20:03:41.485Z[ host-image] Aug 25 20:03:40.341 INFO O| Aug 25 20:03:40.341 INFO O| Finalize: Creating fast lookup database ... Done
45942026-08-25T20:03:41.508Z[ host-image] Aug 25 20:03:40.367 INFO O| Aug 25 20:03:40.367 INFO O| Finalize: Reading search index ... Done
45952026-08-25T20:03:41.749Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45962026-08-25T20:03:41.824Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45972026-08-25T20:03:42.028Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45982026-08-25T20:03:42.283Z[verify-libraries] Compiling oso-derive v0.27.3
45992026-08-25T20:03:42.930Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46002026-08-25T20:03:43.212Z[verify-libraries] Compiling quick-xml v0.37.5
46012026-08-25T20:03:43.591Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46022026-08-25T20:03:43.667Z[verify-libraries] Compiling openssl-probe v0.1.6
46032026-08-25T20:03:44.072Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46042026-08-25T20:03:44.245Z[verify-libraries] Compiling diesel v2.3.7
46052026-08-25T20:03:44.332Z[verify-libraries] Compiling progenitor-macro v0.13.0
46062026-08-25T20:03:44.380Z[ host-image] Aug 25 20:03:43.237 INFO O| Aug 25 20:03:43.237 INFO O| Finalize: Building new search index ... Done
46072026-08-25T20:03:44.471Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46082026-08-25T20:03:44.798Z[verify-libraries] Compiling knus v3.4.0
46092026-08-25T20:03:44.831Z[ recovery-image] Aug 25 20:03:43.692 INFO O| Aug 25 20:03:43.692 INFO O| Planning: Fetching manifests: 130/130 100% complete
46102026-08-25T20:03:44.847Z[ host-image] Aug 25 20:03:43.701 INFO O| Aug 25 20:03:43.700 INFO O| Finalize: Updating package cache ... Done
46112026-08-25T20:03:45.300Z[ host-image] Aug 25 20:03:44.121 INFO O| Aug 25 20:03:44.120 INFO STEP 11 (pkg_install) COMPLETE
46122026-08-25T20:03:45.300Z[ host-image] Aug 25 20:03:44.121 INFO O| Aug 25 20:03:44.121 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46132026-08-25T20:03:45.306Z[ host-image] Aug 25 20:03:44.132 INFO O| Aug 25 20:03:44.132 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"]
46142026-08-25T20:03:45.306Z[ recovery-image] Aug 25 20:03:44.144 INFO O| Aug 25 20:03:44.143 INFO O| Planning: Package planning ... Done
46152026-08-25T20:03:45.377Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46162026-08-25T20:03:45.480Z[ recovery-image] Aug 25 20:03:44.340 INFO O| Aug 25 20:03:44.340 INFO O| Planning: Merging actions ... Done
46172026-08-25T20:03:45.521Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46182026-08-25T20:03:45.737Z[ recovery-image] Aug 25 20:03:44.595 INFO O| Aug 25 20:03:44.595 INFO O| Planning: Checking for conflicting actions ... Done
46192026-08-25T20:03:45.794Z[ recovery-image] Aug 25 20:03:44.654 INFO O| Aug 25 20:03:44.654 INFO O| Planning: Consolidating action changes ... Done
46202026-08-25T20:03:45.946Z[ recovery-image] Aug 25 20:03:44.803 INFO O| Aug 25 20:03:44.803 INFO O| Planning: Evaluating mediators ... Done
46212026-08-25T20:03:45.952Z[verify-libraries] Compiling polyval v0.7.1
46222026-08-25T20:03:46.165Z[verify-libraries] Compiling der v0.8.0
46232026-08-25T20:03:46.205Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46242026-08-25T20:03:46.243Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46252026-08-25T20:03:46.267Z[verify-libraries] Compiling progenitor-client v0.13.0
46262026-08-25T20:03:46.755Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46272026-08-25T20:03:46.963Z[verify-libraries] Compiling git-stub v1.0.0
46282026-08-25T20:03:47.285Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46292026-08-25T20:03:47.343Z[verify-libraries] Compiling kstat-rs v0.2.5
46302026-08-25T20:03:47.478Z[ recovery-image] Aug 25 20:03:46.338 INFO O| Aug 25 20:03:46.338 INFO O| Planning: Planning completed in 10.15 seconds
46312026-08-25T20:03:47.485Z[ recovery-image] Aug 25 20:03:46.340 INFO O| Aug 25 20:03:46.340 INFO O| Packages to install: 130
46322026-08-25T20:03:47.485Z[ recovery-image] Aug 25 20:03:46.340 INFO O| Aug 25 20:03:46.340 INFO O| Mediators to change: 5
46332026-08-25T20:03:47.485Z[ recovery-image] Aug 25 20:03:46.340 INFO O| Aug 25 20:03:46.340 INFO O| Services to change: 5
46342026-08-25T20:03:47.510Z[verify-libraries] Compiling trait-variant v0.1.2
46352026-08-25T20:03:47.515Z[ recovery-image] Aug 25 20:03:46.371 INFO O| Aug 25 20:03:46.371 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46362026-08-25T20:03:47.600Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46372026-08-25T20:03:47.708Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46382026-08-25T20:03:47.861Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46392026-08-25T20:03:47.950Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46402026-08-25T20:03:48.024Z[verify-libraries] Compiling ghash v0.6.0
46412026-08-25T20:03:48.231Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46422026-08-25T20:03:48.267Z[verify-libraries] Compiling pbkdf2 v0.13.0
46432026-08-25T20:03:48.293Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46442026-08-25T20:03:48.395Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46452026-08-25T20:03:48.461Z[verify-libraries] Compiling crypto-bigint v0.7.5
46462026-08-25T20:03:48.601Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46472026-08-25T20:03:48.679Z[verify-libraries] Compiling aes v0.9.1
46482026-08-25T20:03:48.807Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46492026-08-25T20:03:48.909Z[verify-libraries] Compiling ctr v0.10.1
46502026-08-25T20:03:49.153Z[verify-libraries] Compiling aead v0.6.1
46512026-08-25T20:03:49.338Z[verify-libraries] Compiling bb8 v0.8.6
46522026-08-25T20:03:49.367Z[ host-image] Aug 25 20:03:48.224 INFO O| Aug 25 20:03:48.224 INFO O| Startup: Refreshing catalog 'helios' ... Done
46532026-08-25T20:03:49.405Z[verify-libraries] Compiling parking_lot_core v0.8.6
46542026-08-25T20:03:49.661Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46552026-08-25T20:03:49.867Z[ host-image] Aug 25 20:03:48.728 INFO O| Aug 25 20:03:48.728 INFO O| Startup: Caching catalogs ... Done
46562026-08-25T20:03:49.902Z[verify-libraries] Compiling aes-gcm v0.11.0
46572026-08-25T20:03:49.934Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46582026-08-25T20:03:50.253Z[verify-libraries] Compiling spki v0.8.0
46592026-08-25T20:03:50.459Z[verify-libraries] Compiling mime_guess v2.0.5
46602026-08-25T20:03:50.581Z[verify-libraries] Compiling progenitor v0.13.0
46612026-08-25T20:03:50.581Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46622026-08-25T20:03:50.641Z[ host-image] Aug 25 20:03:49.441 INFO O| Aug 25 20:03:49.441 INFO O| Planning: Solver setup ... Done
46632026-08-25T20:03:50.641Z[ host-image] Aug 25 20:03:49.447 INFO O| Aug 25 20:03:49.447 INFO O| Planning: Running solver ... Done
46642026-08-25T20:03:50.641Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
46652026-08-25T20:03:50.642Z[ host-image] Aug 25 20:03:49.463 INFO O| Aug 25 20:03:49.463 INFO O| Planning: Finding local manifests ... Done
46662026-08-25T20:03:50.642Z[verify-libraries] Compiling salsa20 v0.11.0
46672026-08-25T20:03:50.655Z[ host-image] Aug 25 20:03:49.494 INFO O| Aug 25 20:03:49.494 INFO O| Planning: Fetching manifests: 0/6 0% complete
46682026-08-25T20:03:50.754Z[verify-libraries] Compiling nanorand v0.7.0
46692026-08-25T20:03:50.766Z[ host-image] Aug 25 20:03:49.626 INFO O| Aug 25 20:03:49.625 INFO O| Planning: Fetching manifests: 6/6 100% complete
46702026-08-25T20:03:50.790Z[ host-image] Aug 25 20:03:49.651 INFO O| Aug 25 20:03:49.651 INFO O| Planning: Package planning ... Done
46712026-08-25T20:03:50.794Z[ host-image] Aug 25 20:03:49.653 INFO O| Aug 25 20:03:49.653 INFO O| Planning: Merging actions ... Done
46722026-08-25T20:03:50.853Z[verify-libraries] Compiling scrypt v0.12.0
46732026-08-25T20:03:50.853Z[ host-image] Aug 25 20:03:49.708 INFO O| Aug 25 20:03:49.707 INFO O| Planning: Checking for conflicting actions ... Done
46742026-08-25T20:03:50.853Z[ host-image] Aug 25 20:03:49.709 INFO O| Aug 25 20:03:49.709 INFO O| Planning: Consolidating action changes ... Done
46752026-08-25T20:03:50.873Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46762026-08-25T20:03:50.986Z[ host-image] Aug 25 20:03:49.846 INFO O| Aug 25 20:03:49.846 INFO O| Planning: Evaluating mediators ... Done
46772026-08-25T20:03:50.990Z[ host-image] Aug 25 20:03:49.847 INFO O| Aug 25 20:03:49.847 INFO O| Planning: Planning completed in 1.10 seconds
46782026-08-25T20:03:50.990Z[ host-image] Aug 25 20:03:49.848 INFO O| Aug 25 20:03:49.848 INFO O| Packages to install: 6
46792026-08-25T20:03:50.990Z[ host-image] Aug 25 20:03:49.848 INFO O| Aug 25 20:03:49.848 INFO O| Services to change: 2
46802026-08-25T20:03:51.055Z[ host-image] Aug 25 20:03:49.858 INFO O| Aug 25 20:03:49.858 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46812026-08-25T20:03:51.059Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46822026-08-25T20:03:51.059Z[verify-libraries] Compiling flume v0.11.1
46832026-08-25T20:03:51.158Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46842026-08-25T20:03:51.198Z[ host-image] Aug 25 20:03:50.058 INFO O| Aug 25 20:03:50.057 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.8M/s)
46852026-08-25T20:03:51.223Z[ host-image] Aug 25 20:03:50.084 INFO O| Aug 25 20:03:50.083 INFO O| Actions: 1/391 actions (Installing new actions)
46862026-08-25T20:03:51.286Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46872026-08-25T20:03:51.400Z[ host-image] Aug 25 20:03:50.258 INFO O| Aug 25 20:03:50.258 INFO O| Actions: Completed 391 actions in 0.17 seconds.
46882026-08-25T20:03:51.449Z[ host-image] Aug 25 20:03:50.309 INFO O| Aug 25 20:03:50.309 INFO O| Finalize: Updating package state database ... Done
46892026-08-25T20:03:51.449Z[ host-image] Aug 25 20:03:50.309 INFO O| Aug 25 20:03:50.309 INFO O| Finalize: Updating package cache ... Done
46902026-08-25T20:03:51.573Z[verify-libraries] Compiling cbc v0.2.1
46912026-08-25T20:03:51.588Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46922026-08-25T20:03:51.588Z[ host-image] Aug 25 20:03:50.411 INFO O| Aug 25 20:03:50.411 INFO O| Finalize: Updating image state ... Done
46932026-08-25T20:03:51.589Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46942026-08-25T20:03:51.731Z[verify-libraries] Compiling nonempty v0.12.0
46952026-08-25T20:03:51.804Z[verify-libraries] Compiling http-range v0.1.5
46962026-08-25T20:03:51.851Z[verify-libraries] Compiling corncobs v0.1.4
46972026-08-25T20:03:51.858Z[verify-libraries] Compiling pkcs5 v0.8.1
46982026-08-25T20:03:51.971Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46992026-08-25T20:03:52.007Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47002026-08-25T20:03:52.049Z[verify-libraries] Compiling parking_lot v0.11.2
47012026-08-25T20:03:52.165Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47022026-08-25T20:03:52.453Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47032026-08-25T20:03:52.483Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47042026-08-25T20:03:52.505Z[ host-image] Aug 25 20:03:51.365 INFO O| Aug 25 20:03:51.365 INFO O| Finalize: Creating fast lookup database ... Done
47052026-08-25T20:03:52.514Z[ recovery-image] Aug 25 20:03:51.372 INFO O| Aug 25 20:03:51.372 INFO O| Download: 8546/16682 items 87.9/200.0MB 43% complete (17.7M/s)
47062026-08-25T20:03:52.523Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47072026-08-25T20:03:52.539Z[ host-image] Aug 25 20:03:51.397 INFO O| Aug 25 20:03:51.397 INFO O| Finalize: Reading search index ... Done
47082026-08-25T20:03:52.539Z[ host-image] Aug 25 20:03:51.397 INFO O| Aug 25 20:03:51.397 INFO O| Finalize: Updating search index ... Done
47092026-08-25T20:03:52.552Z[ host-image] Aug 25 20:03:51.413 INFO O| Aug 25 20:03:51.412 INFO O| Finalize: Updating package cache ... Done
47102026-08-25T20:03:52.597Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47112026-08-25T20:03:52.714Z[verify-libraries] Compiling digest-io v0.1.0
47122026-08-25T20:03:52.917Z[ host-image] Aug 25 20:03:51.768 INFO O| Aug 25 20:03:51.768 INFO STEP 12 (pkg_install) COMPLETE
47132026-08-25T20:03:52.917Z[ host-image] Aug 25 20:03:51.768 INFO O| Aug 25 20:03:51.768 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47142026-08-25T20:03:52.943Z[ host-image] Aug 25 20:03:51.782 INFO O| Aug 25 20:03:51.782 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47152026-08-25T20:03:52.948Z[verify-libraries] Compiling prefix-trie v0.7.0
47162026-08-25T20:03:52.985Z[verify-libraries] Compiling secrecy v0.8.0
47172026-08-25T20:03:53.203Z[verify-libraries] Compiling rawzip v0.4.4
47182026-08-25T20:03:53.533Z[verify-libraries] Compiling hickory-server v0.25.2
47192026-08-25T20:03:53.586Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47202026-08-25T20:03:53.631Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47212026-08-25T20:03:53.655Z[verify-libraries] Compiling sled v0.34.7
47222026-08-25T20:03:54.050Z[verify-libraries] Compiling pkcs8 v0.11.0
47232026-08-25T20:03:54.930Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47242026-08-25T20:03:54.971Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47252026-08-25T20:03:54.971Z[verify-libraries] Compiling ignore v0.4.25
47262026-08-25T20:03:54.971Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47272026-08-25T20:03:54.971Z[verify-libraries] Compiling anstyle-parse v0.2.7
47282026-08-25T20:03:54.980Z[verify-libraries] Compiling ff v0.14.0
47292026-08-25T20:03:55.186Z[verify-libraries] Compiling anstream v0.6.21
47302026-08-25T20:03:55.697Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47312026-08-25T20:03:55.795Z[verify-libraries] Compiling globwalk v0.9.1
47322026-08-25T20:03:55.795Z[ host-image] Aug 25 20:03:54.443 INFO O| Aug 25 20:03:54.443 INFO O| Startup: Refreshing catalog 'helios' ... Done
47332026-08-25T20:03:55.795Z[verify-libraries] Compiling predicates-tree v1.0.13
47342026-08-25T20:03:55.922Z[verify-libraries] Compiling libz-sys v1.1.24
47352026-08-25T20:03:56.043Z[ host-image] Aug 25 20:03:54.899 INFO O| Aug 25 20:03:54.899 INFO O| Startup: Caching catalogs ... Done
47362026-08-25T20:03:56.229Z[verify-libraries] Compiling rand_seeder v0.4.0
47372026-08-25T20:03:56.332Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47382026-08-25T20:03:56.382Z[verify-libraries] Compiling group v0.14.0
47392026-08-25T20:03:56.525Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47402026-08-25T20:03:56.568Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47412026-08-25T20:03:56.611Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47422026-08-25T20:03:56.639Z[ host-image] Aug 25 20:03:55.491 INFO O| Aug 25 20:03:55.491 INFO O| Planning: Solver setup ... Done
47432026-08-25T20:03:56.651Z[ host-image] Aug 25 20:03:55.496 INFO O| Aug 25 20:03:55.496 INFO O| Planning: Running solver ... Done
47442026-08-25T20:03:56.651Z[ host-image] Aug 25 20:03:55.511 INFO O| Aug 25 20:03:55.511 INFO O| Planning: Finding local manifests ... Done
47452026-08-25T20:03:56.665Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47462026-08-25T20:03:56.685Z[ host-image] Aug 25 20:03:55.527 INFO O| Aug 25 20:03:55.527 INFO O| Planning: Fetching manifests: 0/6 0% complete
47472026-08-25T20:03:56.708Z[verify-libraries] Compiling signature v3.0.0
47482026-08-25T20:03:56.753Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47492026-08-25T20:03:56.800Z[ host-image] Aug 25 20:03:55.659 INFO O| Aug 25 20:03:55.659 INFO O| Planning: Fetching manifests: 6/6 100% complete
47502026-08-25T20:03:56.860Z[ host-image] Aug 25 20:03:55.708 INFO O| Aug 25 20:03:55.708 INFO O| Planning: Package planning ... Done
47512026-08-25T20:03:56.868Z[ host-image] Aug 25 20:03:55.717 INFO O| Aug 25 20:03:55.717 INFO O| Planning: Merging actions ... Done
47522026-08-25T20:03:56.885Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47532026-08-25T20:03:56.918Z[ host-image] Aug 25 20:03:55.766 INFO O| Aug 25 20:03:55.766 INFO O| Planning: Checking for conflicting actions ... Done
47542026-08-25T20:03:56.948Z[ host-image] Aug 25 20:03:55.769 INFO O| Aug 25 20:03:55.769 INFO O| Planning: Consolidating action changes ... Done
47552026-08-25T20:03:56.978Z[verify-libraries] Compiling instability v0.3.11
47562026-08-25T20:03:57.005Z[verify-libraries] Compiling base16ct v1.0.0
47572026-08-25T20:03:57.133Z[ host-image] Aug 25 20:03:55.907 INFO O| Aug 25 20:03:55.907 INFO O| Planning: Evaluating mediators ... Done
47582026-08-25T20:03:57.148Z[ host-image] Aug 25 20:03:55.910 INFO O| Aug 25 20:03:55.910 INFO O| Planning: Planning completed in 0.99 seconds
47592026-08-25T20:03:57.148Z[ host-image] Aug 25 20:03:55.910 INFO O| Aug 25 20:03:55.910 INFO O| Packages to install: 6
47602026-08-25T20:03:57.148Z[ host-image] Aug 25 20:03:55.910 INFO O| Aug 25 20:03:55.910 INFO O| Mediators to change: 1
47612026-08-25T20:03:57.148Z[ host-image] Aug 25 20:03:55.910 INFO O| Aug 25 20:03:55.910 INFO O| Services to change: 1
47622026-08-25T20:03:57.148Z[ host-image] Aug 25 20:03:55.922 INFO O| Aug 25 20:03:55.922 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47632026-08-25T20:03:57.180Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47642026-08-25T20:03:57.257Z[verify-libraries] Compiling sec1 v0.8.1
47652026-08-25T20:03:57.283Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47662026-08-25T20:03:57.402Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47672026-08-25T20:03:57.523Z[ recovery-image] Aug 25 20:03:56.384 INFO O| Aug 25 20:03:56.383 INFO O| Download: 16473/16682 items 195.8/200.0MB 97% complete (19.7M/s)
47682026-08-25T20:03:57.668Z[verify-libraries] Compiling hkdf v0.13.0
47692026-08-25T20:03:57.746Z[ recovery-image] Aug 25 20:03:56.600 INFO O| Aug 25 20:03:56.600 INFO O| Download: Completed 200.00 MB in 10.23 seconds (19.5M/s)
47702026-08-25T20:03:57.779Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47712026-08-25T20:03:57.824Z[ host-image] Aug 25 20:03:56.685 INFO O| Aug 25 20:03:56.685 INFO O| Download: Completed 7.84 MB in 0.76 seconds (10.3M/s)
47722026-08-25T20:03:57.917Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47732026-08-25T20:03:57.941Z[verify-libraries] Compiling scuffle v0.1.0
47742026-08-25T20:03:57.969Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47752026-08-25T20:03:57.970Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47762026-08-25T20:03:58.011Z[verify-libraries] Compiling castaway v0.2.4
47772026-08-25T20:03:58.187Z[ host-image] Aug 25 20:03:57.048 INFO O| Aug 25 20:03:57.048 INFO O| Actions: 1/1366 actions (Installing new actions)
47782026-08-25T20:03:58.208Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47792026-08-25T20:03:58.230Z[verify-libraries] Compiling indoc v2.0.7
47802026-08-25T20:03:58.450Z[ recovery-image] Aug 25 20:03:57.311 INFO O| Aug 25 20:03:57.311 INFO O| Actions: 1/27580 actions (Installing new actions)
47812026-08-25T20:03:58.463Z[ host-image] Aug 25 20:03:57.323 INFO O| Aug 25 20:03:57.323 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
47822026-08-25T20:03:58.504Z[ host-image] Aug 25 20:03:57.364 INFO O| Aug 25 20:03:57.364 INFO O| Finalize: Updating package state database ... Done
47832026-08-25T20:03:58.504Z[ host-image] Aug 25 20:03:57.364 INFO O| Aug 25 20:03:57.364 INFO O| Finalize: Updating package cache ... Done
47842026-08-25T20:03:58.568Z[verify-libraries] Compiling compact_str v0.8.1
47852026-08-25T20:03:58.588Z[verify-libraries] Compiling elliptic-curve v0.14.1
47862026-08-25T20:03:58.599Z[ host-image] Aug 25 20:03:57.459 INFO O| Aug 25 20:03:57.459 INFO O| Finalize: Updating image state ... Done
47872026-08-25T20:03:58.939Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47882026-08-25T20:03:59.126Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47892026-08-25T20:03:59.225Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47902026-08-25T20:03:59.268Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47912026-08-25T20:03:59.394Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47922026-08-25T20:04:03.348Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47932026-08-25T20:04:03.519Z[ host-image] Aug 25 20:03:58.459 INFO O| Aug 25 20:03:58.459 INFO O| Finalize: Creating fast lookup database ... Done
47942026-08-25T20:04:03.520Z[ host-image] Aug 25 20:03:58.491 INFO O| Aug 25 20:03:58.491 INFO O| Finalize: Reading search index ... Done
47952026-08-25T20:04:03.520Z[ host-image] Aug 25 20:03:58.491 INFO O| Aug 25 20:03:58.491 INFO O| Finalize: Updating search index ... Done
47962026-08-25T20:04:03.520Z[ host-image] Aug 25 20:03:58.528 INFO O| Aug 25 20:03:58.528 INFO O| Finalize: Updating package cache ... Done
47972026-08-25T20:04:03.520Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47982026-08-25T20:04:03.521Z[ host-image] Aug 25 20:03:58.835 INFO O| Aug 25 20:03:58.835 INFO STEP 13 (pkg_install) COMPLETE
47992026-08-25T20:04:03.521Z[ host-image] Aug 25 20:03:58.835 INFO O| Aug 25 20:03:58.835 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48002026-08-25T20:04:03.521Z[ host-image] Aug 25 20:03:58.847 INFO O| Aug 25 20:03:58.847 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48012026-08-25T20:04:03.521Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48022026-08-25T20:04:03.521Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48032026-08-25T20:04:03.521Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48042026-08-25T20:04:03.521Z[verify-libraries] Compiling lru v0.12.5
48052026-08-25T20:04:03.521Z[verify-libraries] Compiling unicode-truncate v1.1.0
48062026-08-25T20:04:03.521Z[verify-libraries] Compiling arc-swap v1.8.2
48072026-08-25T20:04:03.521Z[verify-libraries] Compiling cassowary v0.3.0
48082026-08-25T20:04:03.522Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48092026-08-25T20:04:03.522Z[verify-libraries] Compiling wnaf v0.14.0
48102026-08-25T20:04:03.522Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48112026-08-25T20:04:03.522Z[verify-libraries] Compiling ratatui v0.29.0
48122026-08-25T20:04:03.522Z[verify-libraries] Compiling slog-scope v4.4.1
48132026-08-25T20:04:03.522Z[verify-libraries] Compiling primefield v0.14.0
48142026-08-25T20:04:03.522Z[verify-libraries] Compiling rfc6979 v0.6.0
48152026-08-25T20:04:03.522Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48162026-08-25T20:04:03.522Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48172026-08-25T20:04:03.522Z[ host-image] Aug 25 20:04:01.213 INFO O| Aug 25 20:04:01.213 INFO O| Startup: Refreshing catalog 'helios' ... Done
48182026-08-25T20:04:03.522Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48192026-08-25T20:04:03.523Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48202026-08-25T20:04:03.523Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48212026-08-25T20:04:03.523Z[ host-image] Aug 25 20:04:01.730 INFO O| Aug 25 20:04:01.730 INFO O| Startup: Caching catalogs ... Done
48222026-08-25T20:04:03.523Z[verify-libraries] Compiling vergen-git2 v9.1.0
48232026-08-25T20:04:03.523Z[verify-libraries] Compiling strsim v0.10.0
48242026-08-25T20:04:03.523Z[verify-libraries] Compiling primeorder v0.14.0
48252026-08-25T20:04:03.587Z[verify-libraries] Compiling darling_core v0.13.4
48262026-08-25T20:04:03.587Z[ host-image] Aug 25 20:04:02.305 INFO O| Aug 25 20:04:02.305 INFO O| Planning: Solver setup ... Done
48272026-08-25T20:04:03.587Z[ host-image] Aug 25 20:04:02.308 INFO O| Aug 25 20:04:02.308 INFO O| Planning: Running solver ... Done
48282026-08-25T20:04:03.587Z[ recovery-image] Aug 25 20:04:02.311 INFO O| Aug 25 20:04:02.311 INFO O| Actions: 22063/27580 actions (Installing new actions)
48292026-08-25T20:04:03.588Z[ host-image] Aug 25 20:04:02.324 INFO O| Aug 25 20:04:02.324 INFO O| Planning: Finding local manifests ... Done
48302026-08-25T20:04:03.589Z[verify-libraries] Compiling ecdsa v0.17.0
48312026-08-25T20:04:03.589Z[ host-image] Aug 25 20:04:02.366 INFO O| Aug 25 20:04:02.366 INFO O| Planning: Fetching manifests: 0/1 0% complete
48322026-08-25T20:04:03.611Z[ host-image] Aug 25 20:04:02.406 INFO O| Aug 25 20:04:02.405 INFO O| Planning: Fetching manifests: 1/1 100% complete
48332026-08-25T20:04:03.617Z[ host-image] Aug 25 20:04:02.429 INFO O| Aug 25 20:04:02.429 INFO O| Planning: Package planning ... Done
48342026-08-25T20:04:03.617Z[ host-image] Aug 25 20:04:02.429 INFO O| Aug 25 20:04:02.429 INFO O| Planning: Merging actions ... Done
48352026-08-25T20:04:03.620Z[ host-image] Aug 25 20:04:02.478 INFO O| Aug 25 20:04:02.478 INFO O| Planning: Checking for conflicting actions ... Done
48362026-08-25T20:04:03.620Z[ host-image] Aug 25 20:04:02.478 INFO O| Aug 25 20:04:02.478 INFO O| Planning: Consolidating action changes ... Done
48372026-08-25T20:04:03.679Z[verify-libraries] Compiling slog-stdlog v4.1.1
48382026-08-25T20:04:03.771Z[ host-image] Aug 25 20:04:02.631 INFO O| Aug 25 20:04:02.631 INFO O| Planning: Evaluating mediators ... Done
48392026-08-25T20:04:03.775Z[ host-image] Aug 25 20:04:02.632 INFO O| Aug 25 20:04:02.632 INFO O| Planning: Planning completed in 0.89 seconds
48402026-08-25T20:04:03.775Z[ host-image] Aug 25 20:04:02.632 INFO O| Aug 25 20:04:02.632 INFO O| Packages to install: 1
48412026-08-25T20:04:03.784Z[ host-image] Aug 25 20:04:02.644 INFO O| Aug 25 20:04:02.644 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48422026-08-25T20:04:03.852Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48432026-08-25T20:04:03.977Z[verify-libraries] Compiling tungstenite v0.23.0
48442026-08-25T20:04:04.086Z[ host-image] Aug 25 20:04:02.945 INFO O| Aug 25 20:04:02.945 INFO O| Download: Completed 13.27 MB in 0.30 seconds (44.2M/s)
48452026-08-25T20:04:04.142Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48462026-08-25T20:04:04.158Z[ host-image] Aug 25 20:04:03.019 INFO O| Aug 25 20:04:03.019 INFO O| Actions: 1/22 actions (Installing new actions)
48472026-08-25T20:04:04.248Z[verify-libraries] Compiling console v0.16.2
48482026-08-25T20:04:04.350Z[ recovery-image] Aug 25 20:04:03.209 INFO O| Aug 25 20:04:03.209 INFO O| Actions: Completed 27580 actions in 5.90 seconds.
48492026-08-25T20:04:04.426Z[ recovery-image] Aug 25 20:04:03.286 INFO O| Aug 25 20:04:03.286 INFO O| Finalize: Updating package state database ... Done
48502026-08-25T20:04:04.426Z[ recovery-image] Aug 25 20:04:03.286 INFO O| Aug 25 20:04:03.286 INFO O| Finalize: Updating package cache ... Done
48512026-08-25T20:04:04.436Z[verify-libraries] Compiling libsw-core v0.3.2
48522026-08-25T20:04:04.531Z[ host-image] Aug 25 20:04:03.391 INFO O| Aug 25 20:04:03.391 INFO O| Actions: Completed 22 actions in 0.37 seconds.
48532026-08-25T20:04:04.572Z[ host-image] Aug 25 20:04:03.433 INFO O| Aug 25 20:04:03.433 INFO O| Finalize: Updating package state database ... Done
48542026-08-25T20:04:04.572Z[ host-image] Aug 25 20:04:03.433 INFO O| Aug 25 20:04:03.433 INFO O| Finalize: Updating package cache ... Done
48552026-08-25T20:04:04.596Z[verify-libraries] Compiling unit-prefix v0.5.2
48562026-08-25T20:04:04.615Z[ recovery-image] Aug 25 20:04:03.469 INFO O| Aug 25 20:04:03.469 INFO O| Finalize: Updating image state ... Done
48572026-08-25T20:04:04.642Z[verify-libraries] Compiling void v1.0.2
48582026-08-25T20:04:04.674Z[ host-image] Aug 25 20:04:03.528 INFO O| Aug 25 20:04:03.528 INFO O| Finalize: Updating image state ... Done
48592026-08-25T20:04:04.743Z[verify-libraries] Compiling assert_matches v1.5.0
48602026-08-25T20:04:04.836Z[verify-libraries] Compiling lzss v0.8.2
48612026-08-25T20:04:04.866Z[verify-libraries] Compiling indicatif v0.18.4
48622026-08-25T20:04:04.871Z[verify-libraries] Compiling libsw v3.5.0
48632026-08-25T20:04:04.934Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48642026-08-25T20:04:04.978Z[verify-libraries] Compiling slog-envlogger v2.2.0
48652026-08-25T20:04:05.065Z[verify-libraries] Compiling ssh-encoding v0.3.0
48662026-08-25T20:04:05.132Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48672026-08-25T20:04:05.173Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48682026-08-25T20:04:05.344Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48692026-08-25T20:04:05.347Z[ recovery-image] Aug 25 20:04:04.205 INFO O| Aug 25 20:04:04.205 INFO O| Finalize: Creating fast lookup database ... Done
48702026-08-25T20:04:05.363Z[ recovery-image] Aug 25 20:04:04.223 INFO O| Aug 25 20:04:04.223 INFO O| Finalize: Reading search index ... Done
48712026-08-25T20:04:05.478Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48722026-08-25T20:04:05.526Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48732026-08-25T20:04:05.586Z[verify-libraries] Compiling darling_macro v0.13.4
48742026-08-25T20:04:05.680Z[ host-image] Aug 25 20:04:04.540 INFO O| Aug 25 20:04:04.540 INFO O| Finalize: Creating fast lookup database ... Done
48752026-08-25T20:04:05.692Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48762026-08-25T20:04:05.709Z[ host-image] Aug 25 20:04:04.569 INFO O| Aug 25 20:04:04.569 INFO O| Finalize: Reading search index ... Done
48772026-08-25T20:04:05.709Z[ host-image] Aug 25 20:04:04.569 INFO O| Aug 25 20:04:04.569 INFO O| Finalize: Updating search index ... Done
48782026-08-25T20:04:05.719Z[ host-image] Aug 25 20:04:04.580 INFO O| Aug 25 20:04:04.579 INFO O| Finalize: Updating package cache ... Done
48792026-08-25T20:04:05.788Z[verify-libraries] Compiling nix v0.27.1
48802026-08-25T20:04:05.839Z[verify-libraries] Compiling colored v2.2.0
48812026-08-25T20:04:05.885Z[verify-libraries] Compiling blake3 v1.8.5
48822026-08-25T20:04:06.023Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.883 INFO STEP 14 (pkg_install) COMPLETE
48832026-08-25T20:04:06.023Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48842026-08-25T20:04:06.025Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO skip step because feature "mbist" is not enabled
48852026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48862026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO skip step because feature "mfg" is not enabled
48872026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48882026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO skip step because feature "compliance" is not enabled
48892026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48902026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO skip step because feature "stress" is not enabled
48912026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48922026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO skip step because feature "compliance" is not enabled
48932026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48942026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO skip step because feature "nfs" is not enabled
48952026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48962026-08-25T20:04:06.029Z[ host-image] Aug 25 20:04:04.884 INFO O| Aug 25 20:04:04.884 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48972026-08-25T20:04:06.037Z[verify-libraries] Compiling serde_bytes v0.11.19
48982026-08-25T20:04:06.236Z[verify-libraries] Compiling keccak v0.2.0
48992026-08-25T20:04:06.277Z[verify-libraries] Compiling shell-words v1.1.1
49002026-08-25T20:04:06.361Z[verify-libraries] Compiling darling v0.13.4
49012026-08-25T20:04:06.477Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49022026-08-25T20:04:06.520Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49032026-08-25T20:04:06.638Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49042026-08-25T20:04:06.657Z[ host-image] Aug 25 20:04:05.517 INFO O| Aug 25 20:04:05.517 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49052026-08-25T20:04:06.803Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49062026-08-25T20:04:06.881Z[ host-image] Aug 25 20:04:05.742 INFO O| Aug 25 20:04:05.742 INFO completed processing sled/ramdisk-01-os
49072026-08-25T20:04:06.885Z[ host-image] Aug 25 20:04:05.744 INFO omicron1 baseline generation...
49082026-08-25T20:04:06.885Z[ host-image] Aug 25 20:04:05.744 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49092026-08-25T20:04:07.064Z[verify-libraries] Compiling ed25519 v3.0.0
49102026-08-25T20:04:07.157Z[verify-libraries] Compiling crypto-primes v0.7.2
49112026-08-25T20:04:07.163Z[ recovery-image] Aug 25 20:04:06.022 INFO O| Aug 25 20:04:06.022 INFO O| Finalize: Building new search index ... Done
49122026-08-25T20:04:07.254Z[ host-image] Aug 25 20:04:06.113 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
49132026-08-25T20:04:07.416Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49142026-08-25T20:04:07.558Z[ recovery-image] Aug 25 20:04:06.418 INFO O| Aug 25 20:04:06.418 INFO O| Finalize: Updating package cache ... Done
49152026-08-25T20:04:07.908Z[ recovery-image] Aug 25 20:04:06.764 INFO O| Aug 25 20:04:06.764 INFO STEP 11 (pkg_install) COMPLETE
49162026-08-25T20:04:07.908Z[ recovery-image] Aug 25 20:04:06.764 INFO O| Aug 25 20:04:06.764 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49172026-08-25T20:04:07.908Z[ recovery-image] Aug 25 20:04:06.764 INFO O| Aug 25 20:04:06.764 INFO skip step because feature "recovery" is enabled
49182026-08-25T20:04:07.908Z[ recovery-image] Aug 25 20:04:06.764 INFO O| Aug 25 20:04:06.764 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49192026-08-25T20:04:07.909Z[ recovery-image] Aug 25 20:04:06.764 INFO O| Aug 25 20:04:06.764 INFO skip step because feature "omicron1" is not enabled
49202026-08-25T20:04:07.909Z[ recovery-image] Aug 25 20:04:06.764 INFO O| Aug 25 20:04:06.764 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49212026-08-25T20:04:07.912Z[verify-libraries] Compiling poly1305 v0.9.0
49222026-08-25T20:04:07.916Z[ recovery-image] Aug 25 20:04:06.774 INFO O| Aug 25 20:04:06.774 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49232026-08-25T20:04:08.303Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49242026-08-25T20:04:08.411Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49252026-08-25T20:04:08.494Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49262026-08-25T20:04:08.730Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49272026-08-25T20:04:08.770Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49282026-08-25T20:04:08.809Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49292026-08-25T20:04:08.950Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49302026-08-25T20:04:09.008Z[verify-libraries] Compiling blowfish v0.10.0
49312026-08-25T20:04:09.034Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49322026-08-25T20:04:09.070Z[verify-libraries] Compiling petname v2.0.2
49332026-08-25T20:04:09.109Z[verify-libraries] Compiling arrayref v0.3.9
49342026-08-25T20:04:09.241Z[verify-libraries] Compiling constant_time_eq v0.4.2
49352026-08-25T20:04:09.290Z[verify-libraries] Compiling arrayvec v0.7.6
49362026-08-25T20:04:09.356Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49372026-08-25T20:04:09.478Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49382026-08-25T20:04:09.840Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49392026-08-25T20:04:09.861Z[verify-libraries] Compiling ssh-cipher v0.3.0
49402026-08-25T20:04:09.905Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49412026-08-25T20:04:09.983Z[verify-libraries] Compiling serde_with_macros v1.5.2
49422026-08-25T20:04:10.114Z[ recovery-image] Aug 25 20:04:08.974 INFO O| Aug 25 20:04:08.974 INFO O| Startup: Refreshing catalog 'helios' ... Done
49432026-08-25T20:04:10.248Z[verify-libraries] Compiling sha3 v0.11.0
49442026-08-25T20:04:10.388Z[verify-libraries] Compiling p256 v0.14.0
49452026-08-25T20:04:10.431Z[verify-libraries] Compiling p384 v0.14.0
49462026-08-25T20:04:10.518Z[verify-libraries] Compiling p521 v0.14.0
49472026-08-25T20:04:10.523Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49482026-08-25T20:04:10.623Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49492026-08-25T20:04:10.651Z[ recovery-image] Aug 25 20:04:09.511 INFO O| Aug 25 20:04:09.511 INFO O| Startup: Caching catalogs ... Done
49502026-08-25T20:04:10.755Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49512026-08-25T20:04:11.090Z[verify-libraries] Compiling twox-hash v2.1.2
49522026-08-25T20:04:11.150Z[verify-libraries] Compiling kem v0.3.0
49532026-08-25T20:04:11.228Z[ recovery-image] Aug 25 20:04:10.087 INFO O| Aug 25 20:04:10.087 INFO O| Planning: Solver setup ... Done
49542026-08-25T20:04:11.232Z[ recovery-image] Aug 25 20:04:10.092 INFO O| Aug 25 20:04:10.092 INFO O| Planning: Running solver ... Done
49552026-08-25T20:04:11.246Z[ recovery-image] Aug 25 20:04:10.107 INFO O| Aug 25 20:04:10.107 INFO O| Planning: Finding local manifests ... Done
49562026-08-25T20:04:11.293Z[ recovery-image] Aug 25 20:04:10.152 INFO O| Aug 25 20:04:10.152 INFO O| Planning: Fetching manifests: 0/1 0% complete
49572026-08-25T20:04:11.302Z[ recovery-image] Aug 25 20:04:10.162 INFO O| Aug 25 20:04:10.162 INFO O| Planning: Fetching manifests: 1/1 100% complete
49582026-08-25T20:04:11.306Z[verify-libraries] Compiling module-lattice v0.2.3
49592026-08-25T20:04:11.344Z[ recovery-image] Aug 25 20:04:10.204 INFO O| Aug 25 20:04:10.204 INFO O| Planning: Package planning ... Done
49602026-08-25T20:04:11.344Z[ recovery-image] Aug 25 20:04:10.204 INFO O| Aug 25 20:04:10.204 INFO O| Planning: Merging actions ... Done
49612026-08-25T20:04:11.364Z[ recovery-image] Aug 25 20:04:10.224 INFO O| Aug 25 20:04:10.224 INFO O| Planning: Checking for conflicting actions ... Done
49622026-08-25T20:04:11.368Z[ recovery-image] Aug 25 20:04:10.224 INFO O| Aug 25 20:04:10.224 INFO O| Planning: Consolidating action changes ... Done
49632026-08-25T20:04:11.424Z[verify-libraries] Compiling atty v0.2.14
49642026-08-25T20:04:11.456Z[ recovery-image] Aug 25 20:04:10.317 INFO O| Aug 25 20:04:10.317 INFO O| Planning: Evaluating mediators ... Done
49652026-08-25T20:04:11.460Z[ recovery-image] Aug 25 20:04:10.317 INFO O| Aug 25 20:04:10.317 INFO O| Planning: Planning completed in 0.79 seconds
49662026-08-25T20:04:11.460Z[ recovery-image] Aug 25 20:04:10.317 INFO O| Aug 25 20:04:10.317 INFO O| Packages to install: 1
49672026-08-25T20:04:11.467Z[ recovery-image] Aug 25 20:04:10.328 INFO O| Aug 25 20:04:10.328 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49682026-08-25T20:04:11.554Z[verify-libraries] Compiling rtoolbox v0.0.3
49692026-08-25T20:04:11.617Z[verify-libraries] Compiling sponge-cursor v0.1.0
49702026-08-25T20:04:11.667Z[verify-libraries] Compiling topological-sort v0.2.2
49712026-08-25T20:04:11.698Z[verify-libraries] Compiling ml-kem v0.3.2
49722026-08-25T20:04:11.865Z[verify-libraries] Compiling sha3 v0.12.0
49732026-08-25T20:04:11.886Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49742026-08-25T20:04:11.909Z[verify-libraries] Compiling rpassword v7.5.4
49752026-08-25T20:04:11.915Z[ recovery-image] Aug 25 20:04:10.762 INFO O| Aug 25 20:04:10.762 INFO O| Download: Completed 13.27 MB in 0.43 seconds (30.6M/s)
49762026-08-25T20:04:11.935Z[verify-libraries] Compiling serde_with v1.14.0
49772026-08-25T20:04:12.222Z[ recovery-image] Aug 25 20:04:11.079 INFO O| Aug 25 20:04:11.079 INFO O| Actions: 1/22 actions (Installing new actions)
49782026-08-25T20:04:12.485Z[ recovery-image] Aug 25 20:04:11.346 INFO O| Aug 25 20:04:11.345 INFO O| Actions: Completed 22 actions in 0.27 seconds.
49792026-08-25T20:04:12.526Z[ recovery-image] Aug 25 20:04:11.386 INFO O| Aug 25 20:04:11.386 INFO O| Finalize: Updating package state database ... Done
49802026-08-25T20:04:12.526Z[ recovery-image] Aug 25 20:04:11.386 INFO O| Aug 25 20:04:11.386 INFO O| Finalize: Updating package cache ... Done
49812026-08-25T20:04:12.538Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49822026-08-25T20:04:12.622Z[ recovery-image] Aug 25 20:04:11.482 INFO O| Aug 25 20:04:11.482 INFO O| Finalize: Updating image state ... Done
49832026-08-25T20:04:12.825Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49842026-08-25T20:04:12.910Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49852026-08-25T20:04:13.037Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49862026-08-25T20:04:13.195Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49872026-08-25T20:04:13.417Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49882026-08-25T20:04:13.439Z[ recovery-image] Aug 25 20:04:12.300 INFO O| Aug 25 20:04:12.300 INFO O| Finalize: Creating fast lookup database ... Done
49892026-08-25T20:04:13.456Z[ recovery-image] Aug 25 20:04:12.317 INFO O| Aug 25 20:04:12.317 INFO O| Finalize: Reading search index ... Done
49902026-08-25T20:04:13.456Z[ recovery-image] Aug 25 20:04:12.317 INFO O| Aug 25 20:04:12.317 INFO O| Finalize: Updating search index ... Done
49912026-08-25T20:04:13.476Z[ recovery-image] Aug 25 20:04:12.327 INFO O| Aug 25 20:04:12.327 INFO O| Finalize: Updating package cache ... Done
49922026-08-25T20:04:13.482Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49932026-08-25T20:04:13.591Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49942026-08-25T20:04:13.747Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49952026-08-25T20:04:13.792Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO STEP 14 (pkg_install) COMPLETE
49962026-08-25T20:04:13.792Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49972026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO skip step because feature "mbist" is not enabled
49982026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49992026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO skip step because feature "mfg" is not enabled
50002026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50012026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO skip step because feature "compliance" is not enabled
50022026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50032026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO skip step because feature "stress" is not enabled
50042026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50052026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO skip step because feature "compliance" is not enabled
50062026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50072026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO skip step because feature "nfs" is not enabled
50082026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50092026-08-25T20:04:13.798Z[ recovery-image] Aug 25 20:04:12.651 INFO O| Aug 25 20:04:12.651 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50102026-08-25T20:04:13.991Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50112026-08-25T20:04:14.033Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50122026-08-25T20:04:14.104Z[ recovery-image] Aug 25 20:04:12.959 INFO O| Aug 25 20:04:12.959 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50132026-08-25T20:04:14.180Z[ recovery-image] Aug 25 20:04:13.040 INFO O| Aug 25 20:04:13.040 INFO completed processing sled/ramdisk-01-os
50142026-08-25T20:04:14.184Z[ recovery-image] Aug 25 20:04:13.042 INFO image builder template: ramdisk-02-trim...
50152026-08-25T20:04:14.184Z[ recovery-image] Aug 25 20:04:13.043 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/.tmpZkE6Di/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
50162026-08-25T20:04:14.202Z[ recovery-image] Aug 25 20:04:13.062 INFO O| Aug 25 20:04:13.062 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50172026-08-25T20:04:14.206Z[ recovery-image] Aug 25 20:04:13.066 INFO O| Aug 25 20:04:13.066 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50182026-08-25T20:04:14.267Z[ recovery-image] Aug 25 20:04:13.127 INFO O| Aug 25 20:04:13.127 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50192026-08-25T20:04:14.318Z[ recovery-image] Aug 25 20:04:13.178 INFO O| Aug 25 20:04:13.178 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50202026-08-25T20:04:14.318Z[ recovery-image] Aug 25 20:04:13.178 INFO O| Aug 25 20:04:13.178 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50212026-08-25T20:04:14.325Z[ recovery-image] Aug 25 20:04:13.184 INFO O| Aug 25 20:04:13.184 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50222026-08-25T20:04:14.330Z[ recovery-image] Aug 25 20:04:13.188 INFO O| Aug 25 20:04:13.188 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50232026-08-25T20:04:14.334Z[ recovery-image] Aug 25 20:04:13.193 INFO O| Aug 25 20:04:13.192 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50242026-08-25T20:04:14.407Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50252026-08-25T20:04:14.578Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50262026-08-25T20:04:14.682Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50272026-08-25T20:04:14.733Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50282026-08-25T20:04:14.886Z[ recovery-image] Aug 25 20:04:13.746 INFO O| Aug 25 20:04:13.746 INFO rolled back to input snapshot; work may begin
50292026-08-25T20:04:14.887Z[ recovery-image] Aug 25 20:04:13.746 INFO O| Aug 25 20:04:13.746 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50302026-08-25T20:04:14.890Z[ recovery-image] Aug 25 20:04:13.751 INFO O| Aug 25 20:04:13.750 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-25T20:04:14.899Z[ recovery-image] Aug 25 20:04:13.759 INFO O| Aug 25 20:04:13.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50322026-08-25T20:04:14.910Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50332026-08-25T20:04:14.942Z[ recovery-image] Aug 25 20:04:13.802 INFO O| Aug 25 20:04:13.802 INFO STEP 0 (remove_files) COMPLETE
50342026-08-25T20:04:14.942Z[ recovery-image] Aug 25 20:04:13.802 INFO O| Aug 25 20:04:13.802 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-25T20:04:14.951Z[ recovery-image] Aug 25 20:04:13.811 INFO O| Aug 25 20:04:13.811 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50362026-08-25T20:04:14.955Z[ recovery-image] Aug 25 20:04:13.812 INFO O| Aug 25 20:04:13.812 INFO STEP 1 (remove_files) COMPLETE
50372026-08-25T20:04:14.955Z[ recovery-image] Aug 25 20:04:13.812 INFO O| Aug 25 20:04:13.812 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-25T20:04:14.961Z[ recovery-image] Aug 25 20:04:13.821 INFO O| Aug 25 20:04:13.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50392026-08-25T20:04:14.975Z[ recovery-image] Aug 25 20:04:13.835 INFO O| Aug 25 20:04:13.835 INFO STEP 2 (remove_files) COMPLETE
50402026-08-25T20:04:14.975Z[ recovery-image] Aug 25 20:04:13.835 INFO O| Aug 25 20:04:13.835 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-25T20:04:14.984Z[ recovery-image] Aug 25 20:04:13.845 INFO O| Aug 25 20:04:13.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50422026-08-25T20:04:14.989Z[ recovery-image] Aug 25 20:04:13.846 INFO O| Aug 25 20:04:13.846 INFO STEP 3 (remove_files) COMPLETE
50432026-08-25T20:04:14.989Z[ recovery-image] Aug 25 20:04:13.846 INFO O| Aug 25 20:04:13.846 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-25T20:04:14.994Z[ recovery-image] Aug 25 20:04:13.855 INFO O| Aug 25 20:04:13.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50452026-08-25T20:04:14.998Z[ recovery-image] Aug 25 20:04:13.858 INFO O| Aug 25 20:04:13.857 INFO STEP 4 (remove_files) COMPLETE
50462026-08-25T20:04:14.998Z[ recovery-image] Aug 25 20:04:13.858 INFO O| Aug 25 20:04:13.857 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-25T20:04:15.006Z[ recovery-image] Aug 25 20:04:13.866 INFO O| Aug 25 20:04:13.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50482026-08-25T20:04:15.006Z[ recovery-image] Aug 25 20:04:13.866 INFO O| Aug 25 20:04:13.866 INFO STEP 5 (remove_files) COMPLETE
50492026-08-25T20:04:15.009Z[ recovery-image] Aug 25 20:04:13.866 INFO O| Aug 25 20:04:13.866 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-25T20:04:15.013Z[ recovery-image] Aug 25 20:04:13.874 INFO O| Aug 25 20:04:13.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50512026-08-25T20:04:15.026Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO STEP 6 (remove_files) COMPLETE
50522026-08-25T20:04:15.026Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-25T20:04:15.026Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO skip step because feature "heliosv2" is not enabled
50542026-08-25T20:04:15.031Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-25T20:04:15.031Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO skip step because feature "recovery" is enabled
50562026-08-25T20:04:15.031Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-25T20:04:15.031Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO skip step because feature "recovery" is enabled
50582026-08-25T20:04:15.031Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-25T20:04:15.031Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO skip step because feature "recovery" is enabled
50602026-08-25T20:04:15.031Z[ recovery-image] Aug 25 20:04:13.886 INFO O| Aug 25 20:04:13.886 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-25T20:04:15.031Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50622026-08-25T20:04:15.035Z[ recovery-image] Aug 25 20:04:13.896 INFO O| Aug 25 20:04:13.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50632026-08-25T20:04:15.041Z[ recovery-image] Aug 25 20:04:13.898 INFO O| Aug 25 20:04:13.898 INFO STEP 11 (remove_files) COMPLETE
50642026-08-25T20:04:15.041Z[ recovery-image] Aug 25 20:04:13.898 INFO O| Aug 25 20:04:13.898 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-25T20:04:15.047Z[ recovery-image] Aug 25 20:04:13.908 INFO O| Aug 25 20:04:13.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50662026-08-25T20:04:15.051Z[ recovery-image] Aug 25 20:04:13.908 INFO O| Aug 25 20:04:13.908 INFO STEP 12 (remove_files) COMPLETE
50672026-08-25T20:04:15.051Z[ recovery-image] Aug 25 20:04:13.908 INFO O| Aug 25 20:04:13.908 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-25T20:04:15.057Z[ recovery-image] Aug 25 20:04:13.917 INFO O| Aug 25 20:04:13.917 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50692026-08-25T20:04:15.061Z[ recovery-image] Aug 25 20:04:13.918 INFO O| Aug 25 20:04:13.918 INFO STEP 13 (remove_files) COMPLETE
50702026-08-25T20:04:15.061Z[ recovery-image] Aug 25 20:04:13.918 INFO O| Aug 25 20:04:13.918 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-25T20:04:15.155Z[ recovery-image] Aug 25 20:04:14.015 INFO O| Aug 25 20:04:14.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50722026-08-25T20:04:15.159Z[ recovery-image] Aug 25 20:04:14.019 INFO O| Aug 25 20:04:14.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50732026-08-25T20:04:15.265Z[ recovery-image] Aug 25 20:04:14.125 INFO O| Aug 25 20:04:14.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50742026-08-25T20:04:15.265Z[ recovery-image] Aug 25 20:04:14.125 INFO O| Aug 25 20:04:14.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50752026-08-25T20:04:15.268Z[ recovery-image] Aug 25 20:04:14.126 INFO O| Aug 25 20:04:14.126 INFO STEP 14 (remove_files) COMPLETE
50762026-08-25T20:04:15.269Z[ recovery-image] Aug 25 20:04:14.126 INFO O| Aug 25 20:04:14.126 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-25T20:04:15.275Z[ recovery-image] Aug 25 20:04:14.135 INFO O| Aug 25 20:04:14.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50782026-08-25T20:04:15.280Z[ recovery-image] Aug 25 20:04:14.136 INFO O| Aug 25 20:04:14.136 INFO STEP 15 (remove_files) COMPLETE
50792026-08-25T20:04:15.280Z[ recovery-image] Aug 25 20:04:14.136 INFO O| Aug 25 20:04:14.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-25T20:04:15.285Z[ recovery-image] Aug 25 20:04:14.145 INFO O| Aug 25 20:04:14.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50812026-08-25T20:04:15.290Z[ recovery-image] Aug 25 20:04:14.151 INFO O| Aug 25 20:04:14.150 INFO STEP 16 (remove_files) COMPLETE
50822026-08-25T20:04:15.290Z[ recovery-image] Aug 25 20:04:14.151 INFO O| Aug 25 20:04:14.151 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-25T20:04:15.300Z[ recovery-image] Aug 25 20:04:14.160 INFO O| Aug 25 20:04:14.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50842026-08-25T20:04:15.304Z[ recovery-image] Aug 25 20:04:14.160 INFO O| Aug 25 20:04:14.160 INFO STEP 17 (remove_files) COMPLETE
50852026-08-25T20:04:15.304Z[ recovery-image] Aug 25 20:04:14.160 INFO O| Aug 25 20:04:14.160 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-25T20:04:15.308Z[ recovery-image] Aug 25 20:04:14.168 INFO O| Aug 25 20:04:14.168 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50872026-08-25T20:04:15.312Z[ recovery-image] Aug 25 20:04:14.169 INFO O| Aug 25 20:04:14.169 INFO STEP 18 (remove_files) COMPLETE
50882026-08-25T20:04:15.312Z[ recovery-image] Aug 25 20:04:14.169 INFO O| Aug 25 20:04:14.169 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-25T20:04:15.318Z[ recovery-image] Aug 25 20:04:14.178 INFO O| Aug 25 20:04:14.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50902026-08-25T20:04:15.318Z[ recovery-image] Aug 25 20:04:14.178 INFO O| Aug 25 20:04:14.178 INFO STEP 19 (remove_files) COMPLETE
50912026-08-25T20:04:15.318Z[ recovery-image] Aug 25 20:04:14.178 INFO O| Aug 25 20:04:14.178 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-25T20:04:15.329Z[ recovery-image] Aug 25 20:04:14.189 INFO O| Aug 25 20:04:14.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50932026-08-25T20:04:15.330Z[ recovery-image] Aug 25 20:04:14.189 INFO O| Aug 25 20:04:14.189 INFO STEP 20 (remove_files) COMPLETE
50942026-08-25T20:04:15.335Z[ recovery-image] Aug 25 20:04:14.189 INFO O| Aug 25 20:04:14.189 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-25T20:04:15.339Z[ recovery-image] Aug 25 20:04:14.198 INFO O| Aug 25 20:04:14.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50962026-08-25T20:04:15.339Z[ recovery-image] Aug 25 20:04:14.198 INFO O| Aug 25 20:04:14.198 INFO STEP 21 (remove_files) COMPLETE
50972026-08-25T20:04:15.339Z[ recovery-image] Aug 25 20:04:14.198 INFO O| Aug 25 20:04:14.198 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-25T20:04:15.346Z[ recovery-image] Aug 25 20:04:14.206 INFO O| Aug 25 20:04:14.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50992026-08-25T20:04:15.350Z[ recovery-image] Aug 25 20:04:14.206 INFO O| Aug 25 20:04:14.206 INFO STEP 22 (remove_files) COMPLETE
51002026-08-25T20:04:15.350Z[ recovery-image] Aug 25 20:04:14.206 INFO O| Aug 25 20:04:14.206 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-25T20:04:15.354Z[ recovery-image] Aug 25 20:04:14.214 INFO O| Aug 25 20:04:14.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51022026-08-25T20:04:15.354Z[ recovery-image] Aug 25 20:04:14.214 INFO O| Aug 25 20:04:14.214 INFO STEP 23 (remove_files) COMPLETE
51032026-08-25T20:04:15.354Z[ recovery-image] Aug 25 20:04:14.214 INFO O| Aug 25 20:04:14.214 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-25T20:04:15.361Z[ recovery-image] Aug 25 20:04:14.222 INFO O| Aug 25 20:04:14.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51052026-08-25T20:04:15.361Z[ recovery-image] Aug 25 20:04:14.222 INFO O| Aug 25 20:04:14.222 INFO STEP 24 (remove_files) COMPLETE
51062026-08-25T20:04:15.365Z[ recovery-image] Aug 25 20:04:14.222 INFO O| Aug 25 20:04:14.222 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-25T20:04:15.369Z[ recovery-image] Aug 25 20:04:14.230 INFO O| Aug 25 20:04:14.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51082026-08-25T20:04:15.370Z[ recovery-image] Aug 25 20:04:14.230 INFO O| Aug 25 20:04:14.230 INFO STEP 25 (remove_files) COMPLETE
51092026-08-25T20:04:15.370Z[ recovery-image] Aug 25 20:04:14.230 INFO O| Aug 25 20:04:14.230 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-25T20:04:15.378Z[ recovery-image] Aug 25 20:04:14.238 INFO O| Aug 25 20:04:14.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51112026-08-25T20:04:15.378Z[ recovery-image] Aug 25 20:04:14.238 INFO O| Aug 25 20:04:14.238 INFO STEP 26 (remove_files) COMPLETE
51122026-08-25T20:04:15.378Z[ recovery-image] Aug 25 20:04:14.238 INFO O| Aug 25 20:04:14.238 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-25T20:04:15.397Z[ recovery-image] Aug 25 20:04:14.258 INFO O| Aug 25 20:04:14.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51142026-08-25T20:04:15.397Z[ recovery-image] Aug 25 20:04:14.258 INFO O| Aug 25 20:04:14.258 INFO STEP 27 (remove_files) COMPLETE
51152026-08-25T20:04:15.397Z[ recovery-image] Aug 25 20:04:14.258 INFO O| Aug 25 20:04:14.258 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-25T20:04:15.407Z[ recovery-image] Aug 25 20:04:14.267 INFO O| Aug 25 20:04:14.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51172026-08-25T20:04:15.407Z[ recovery-image] Aug 25 20:04:14.267 INFO O| Aug 25 20:04:14.267 INFO STEP 28 (remove_files) COMPLETE
51182026-08-25T20:04:15.412Z[ recovery-image] Aug 25 20:04:14.267 INFO O| Aug 25 20:04:14.267 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-25T20:04:15.418Z[ recovery-image] Aug 25 20:04:14.275 INFO O| Aug 25 20:04:14.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51202026-08-25T20:04:15.418Z[ recovery-image] Aug 25 20:04:14.275 INFO O| Aug 25 20:04:14.275 INFO STEP 29 (remove_files) COMPLETE
51212026-08-25T20:04:15.418Z[ recovery-image] Aug 25 20:04:14.275 INFO O| Aug 25 20:04:14.275 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-25T20:04:15.425Z[ recovery-image] Aug 25 20:04:14.285 INFO O| Aug 25 20:04:14.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51232026-08-25T20:04:15.425Z[ recovery-image] Aug 25 20:04:14.285 INFO O| Aug 25 20:04:14.285 INFO STEP 30 (remove_files) COMPLETE
51242026-08-25T20:04:15.426Z[ recovery-image] Aug 25 20:04:14.285 INFO O| Aug 25 20:04:14.285 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-25T20:04:15.473Z[ recovery-image] Aug 25 20:04:14.333 INFO O| Aug 25 20:04:14.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51262026-08-25T20:04:15.473Z[ recovery-image] Aug 25 20:04:14.333 INFO O| Aug 25 20:04:14.333 INFO STEP 31 (remove_files) COMPLETE
51272026-08-25T20:04:15.473Z[ recovery-image] Aug 25 20:04:14.333 INFO O| Aug 25 20:04:14.333 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-25T20:04:15.484Z[ recovery-image] Aug 25 20:04:14.344 INFO O| Aug 25 20:04:14.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51292026-08-25T20:04:15.484Z[ recovery-image] Aug 25 20:04:14.344 INFO O| Aug 25 20:04:14.344 INFO STEP 32 (remove_files) COMPLETE
51302026-08-25T20:04:15.488Z[ recovery-image] Aug 25 20:04:14.344 INFO O| Aug 25 20:04:14.344 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-25T20:04:15.493Z[ recovery-image] Aug 25 20:04:14.353 INFO O| Aug 25 20:04:14.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51322026-08-25T20:04:15.493Z[ recovery-image] Aug 25 20:04:14.353 INFO O| Aug 25 20:04:14.353 INFO STEP 33 (remove_files) COMPLETE
51332026-08-25T20:04:15.493Z[ recovery-image] Aug 25 20:04:14.353 INFO O| Aug 25 20:04:14.353 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-25T20:04:15.502Z[ recovery-image] Aug 25 20:04:14.362 INFO O| Aug 25 20:04:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51352026-08-25T20:04:15.502Z[ recovery-image] Aug 25 20:04:14.362 INFO O| Aug 25 20:04:14.362 INFO STEP 34 (remove_files) COMPLETE
51362026-08-25T20:04:15.507Z[ recovery-image] Aug 25 20:04:14.362 INFO O| Aug 25 20:04:14.362 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-25T20:04:15.511Z[ recovery-image] Aug 25 20:04:14.370 INFO O| Aug 25 20:04:14.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51382026-08-25T20:04:15.512Z[ recovery-image] Aug 25 20:04:14.370 INFO O| Aug 25 20:04:14.370 INFO STEP 35 (remove_files) COMPLETE
51392026-08-25T20:04:15.512Z[ recovery-image] Aug 25 20:04:14.370 INFO O| Aug 25 20:04:14.370 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-25T20:04:15.518Z[ recovery-image] Aug 25 20:04:14.378 INFO O| Aug 25 20:04:14.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51412026-08-25T20:04:15.518Z[ recovery-image] Aug 25 20:04:14.379 INFO O| Aug 25 20:04:14.378 INFO STEP 36 (remove_files) COMPLETE
51422026-08-25T20:04:15.518Z[ recovery-image] Aug 25 20:04:14.379 INFO O| Aug 25 20:04:14.379 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-25T20:04:15.527Z[ recovery-image] Aug 25 20:04:14.387 INFO O| Aug 25 20:04:14.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51442026-08-25T20:04:15.527Z[ recovery-image] Aug 25 20:04:14.387 INFO O| Aug 25 20:04:14.387 INFO STEP 37 (remove_files) COMPLETE
51452026-08-25T20:04:15.527Z[ recovery-image] Aug 25 20:04:14.387 INFO O| Aug 25 20:04:14.387 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-25T20:04:15.536Z[ recovery-image] Aug 25 20:04:14.397 INFO O| Aug 25 20:04:14.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51472026-08-25T20:04:15.537Z[ recovery-image] Aug 25 20:04:14.397 INFO O| Aug 25 20:04:14.397 INFO STEP 38 (remove_files) COMPLETE
51482026-08-25T20:04:15.537Z[ recovery-image] Aug 25 20:04:14.397 INFO O| Aug 25 20:04:14.397 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-25T20:04:15.546Z[ recovery-image] Aug 25 20:04:14.406 INFO O| Aug 25 20:04:14.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51502026-08-25T20:04:15.546Z[ recovery-image] Aug 25 20:04:14.406 INFO O| Aug 25 20:04:14.406 INFO STEP 39 (remove_files) COMPLETE
51512026-08-25T20:04:15.546Z[ recovery-image] Aug 25 20:04:14.406 INFO O| Aug 25 20:04:14.406 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-25T20:04:15.555Z[ recovery-image] Aug 25 20:04:14.415 INFO O| Aug 25 20:04:14.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51532026-08-25T20:04:15.555Z[ recovery-image] Aug 25 20:04:14.415 INFO O| Aug 25 20:04:14.415 INFO STEP 40 (remove_files) COMPLETE
51542026-08-25T20:04:15.555Z[ recovery-image] Aug 25 20:04:14.415 INFO O| Aug 25 20:04:14.415 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-25T20:04:15.563Z[ recovery-image] Aug 25 20:04:14.424 INFO O| Aug 25 20:04:14.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51562026-08-25T20:04:15.563Z[ recovery-image] Aug 25 20:04:14.424 INFO O| Aug 25 20:04:14.424 INFO STEP 41 (remove_files) COMPLETE
51572026-08-25T20:04:15.567Z[ recovery-image] Aug 25 20:04:14.424 INFO O| Aug 25 20:04:14.424 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-25T20:04:15.572Z[ recovery-image] Aug 25 20:04:14.433 INFO O| Aug 25 20:04:14.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51592026-08-25T20:04:15.573Z[ recovery-image] Aug 25 20:04:14.433 INFO O| Aug 25 20:04:14.433 INFO STEP 42 (remove_files) COMPLETE
51602026-08-25T20:04:15.576Z[ recovery-image] Aug 25 20:04:14.433 INFO O| Aug 25 20:04:14.433 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-25T20:04:15.581Z[ recovery-image] Aug 25 20:04:14.442 INFO O| Aug 25 20:04:14.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51622026-08-25T20:04:15.581Z[ recovery-image] Aug 25 20:04:14.442 INFO O| Aug 25 20:04:14.442 INFO STEP 43 (remove_files) COMPLETE
51632026-08-25T20:04:15.585Z[ recovery-image] Aug 25 20:04:14.442 INFO O| Aug 25 20:04:14.442 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-25T20:04:15.591Z[ recovery-image] Aug 25 20:04:14.451 INFO O| Aug 25 20:04:14.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51652026-08-25T20:04:15.591Z[ recovery-image] Aug 25 20:04:14.451 INFO O| Aug 25 20:04:14.451 INFO STEP 44 (remove_files) COMPLETE
51662026-08-25T20:04:15.591Z[ recovery-image] Aug 25 20:04:14.451 INFO O| Aug 25 20:04:14.451 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-25T20:04:15.600Z[ recovery-image] Aug 25 20:04:14.460 INFO O| Aug 25 20:04:14.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51682026-08-25T20:04:15.600Z[ recovery-image] Aug 25 20:04:14.460 INFO O| Aug 25 20:04:14.460 INFO STEP 45 (remove_files) COMPLETE
51692026-08-25T20:04:15.603Z[ recovery-image] Aug 25 20:04:14.460 INFO O| Aug 25 20:04:14.460 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-25T20:04:15.632Z[ recovery-image] Aug 25 20:04:14.492 INFO O| Aug 25 20:04:14.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51712026-08-25T20:04:15.632Z[ recovery-image] Aug 25 20:04:14.492 INFO O| Aug 25 20:04:14.492 INFO STEP 46 (remove_files) COMPLETE
51722026-08-25T20:04:15.638Z[ recovery-image] Aug 25 20:04:14.492 INFO O| Aug 25 20:04:14.492 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-25T20:04:15.646Z[ recovery-image] Aug 25 20:04:14.506 INFO O| Aug 25 20:04:14.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51742026-08-25T20:04:15.646Z[ recovery-image] Aug 25 20:04:14.506 INFO O| Aug 25 20:04:14.504 INFO STEP 47 (remove_files) COMPLETE
51752026-08-25T20:04:15.651Z[ recovery-image] Aug 25 20:04:14.506 INFO O| Aug 25 20:04:14.504 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-25T20:04:15.655Z[ recovery-image] Aug 25 20:04:14.513 INFO O| Aug 25 20:04:14.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51772026-08-25T20:04:15.655Z[ recovery-image] Aug 25 20:04:14.513 INFO O| Aug 25 20:04:14.513 INFO STEP 48 (remove_files) COMPLETE
51782026-08-25T20:04:15.655Z[ recovery-image] Aug 25 20:04:14.513 INFO O| Aug 25 20:04:14.513 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-25T20:04:15.661Z[ recovery-image] Aug 25 20:04:14.522 INFO O| Aug 25 20:04:14.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51802026-08-25T20:04:15.661Z[ recovery-image] Aug 25 20:04:14.522 INFO O| Aug 25 20:04:14.521 INFO STEP 49 (remove_files) COMPLETE
51812026-08-25T20:04:15.666Z[ recovery-image] Aug 25 20:04:14.522 INFO O| Aug 25 20:04:14.521 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-25T20:04:15.670Z[ recovery-image] Aug 25 20:04:14.530 INFO O| Aug 25 20:04:14.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51832026-08-25T20:04:15.670Z[ recovery-image] Aug 25 20:04:14.530 INFO O| Aug 25 20:04:14.530 INFO STEP 50 (remove_files) COMPLETE
51842026-08-25T20:04:15.670Z[ recovery-image] Aug 25 20:04:14.530 INFO O| Aug 25 20:04:14.530 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-25T20:04:15.678Z[ recovery-image] Aug 25 20:04:14.539 INFO O| Aug 25 20:04:14.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51862026-08-25T20:04:15.678Z[ recovery-image] Aug 25 20:04:14.539 INFO O| Aug 25 20:04:14.539 INFO STEP 51 (remove_files) COMPLETE
51872026-08-25T20:04:15.678Z[ recovery-image] Aug 25 20:04:14.539 INFO O| Aug 25 20:04:14.539 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-25T20:04:15.687Z[ recovery-image] Aug 25 20:04:14.547 INFO O| Aug 25 20:04:14.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51892026-08-25T20:04:15.687Z[ recovery-image] Aug 25 20:04:14.547 INFO O| Aug 25 20:04:14.547 INFO STEP 52 (remove_files) COMPLETE
51902026-08-25T20:04:15.688Z[ recovery-image] Aug 25 20:04:14.547 INFO O| Aug 25 20:04:14.547 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-25T20:04:15.697Z[ recovery-image] Aug 25 20:04:14.556 INFO O| Aug 25 20:04:14.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51922026-08-25T20:04:15.697Z[ recovery-image] Aug 25 20:04:14.556 INFO O| Aug 25 20:04:14.556 INFO STEP 53 (remove_files) COMPLETE
51932026-08-25T20:04:15.697Z[ recovery-image] Aug 25 20:04:14.556 INFO O| Aug 25 20:04:14.556 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-25T20:04:15.704Z[ recovery-image] Aug 25 20:04:14.565 INFO O| Aug 25 20:04:14.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51952026-08-25T20:04:15.704Z[ recovery-image] Aug 25 20:04:14.565 INFO O| Aug 25 20:04:14.565 INFO STEP 54 (remove_files) COMPLETE
51962026-08-25T20:04:15.708Z[ recovery-image] Aug 25 20:04:14.565 INFO O| Aug 25 20:04:14.565 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-25T20:04:15.760Z[ recovery-image] Aug 25 20:04:14.574 INFO O| Aug 25 20:04:14.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51982026-08-25T20:04:15.760Z[ recovery-image] Aug 25 20:04:14.574 INFO O| Aug 25 20:04:14.574 INFO STEP 55 (remove_files) COMPLETE
51992026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.574 INFO O| Aug 25 20:04:14.574 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.583 INFO O| Aug 25 20:04:14.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52012026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.583 INFO O| Aug 25 20:04:14.583 INFO STEP 56 (remove_files) COMPLETE
52022026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.583 INFO O| Aug 25 20:04:14.583 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.592 INFO O| Aug 25 20:04:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52042026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.592 INFO O| Aug 25 20:04:14.592 INFO STEP 57 (remove_files) COMPLETE
52052026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.592 INFO O| Aug 25 20:04:14.592 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.602 INFO O| Aug 25 20:04:14.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52072026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.602 INFO O| Aug 25 20:04:14.602 INFO STEP 58 (remove_files) COMPLETE
52082026-08-25T20:04:15.771Z[ recovery-image] Aug 25 20:04:14.602 INFO O| Aug 25 20:04:14.602 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-25T20:04:15.804Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52102026-08-25T20:04:15.804Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52112026-08-25T20:04:15.804Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52122026-08-25T20:04:15.809Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52132026-08-25T20:04:15.809Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52142026-08-25T20:04:15.810Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52152026-08-25T20:04:15.810Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO ok!
52162026-08-25T20:04:15.810Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO STEP 59 (ensure_file) COMPLETE
52172026-08-25T20:04:15.810Z[ recovery-image] Aug 25 20:04:14.664 INFO O| Aug 25 20:04:14.664 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-25T20:04:15.816Z[ recovery-image] Aug 25 20:04:14.673 INFO O| Aug 25 20:04:14.673 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52192026-08-25T20:04:15.816Z[ recovery-image] Aug 25 20:04:14.673 INFO O| Aug 25 20:04:14.673 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52202026-08-25T20:04:15.817Z[ recovery-image] Aug 25 20:04:14.674 INFO O| Aug 25 20:04:14.673 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52212026-08-25T20:04:15.817Z[ recovery-image] Aug 25 20:04:14.674 INFO O| Aug 25 20:04:14.673 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52222026-08-25T20:04:15.817Z[ recovery-image] Aug 25 20:04:14.674 INFO O| Aug 25 20:04:14.674 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52232026-08-25T20:04:15.817Z[ recovery-image] Aug 25 20:04:14.674 INFO O| Aug 25 20:04:14.674 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52242026-08-25T20:04:15.817Z[ recovery-image] Aug 25 20:04:14.674 INFO O| Aug 25 20:04:14.674 INFO ok!
52252026-08-25T20:04:15.817Z[ recovery-image] Aug 25 20:04:14.674 INFO O| Aug 25 20:04:14.674 INFO STEP 60 (ensure_file) COMPLETE
52262026-08-25T20:04:15.817Z[ recovery-image] Aug 25 20:04:14.674 INFO O| Aug 25 20:04:14.674 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-08-25T20:04:15.822Z[ recovery-image] Aug 25 20:04:14.682 INFO O| Aug 25 20:04:14.682 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52282026-08-25T20:04:15.822Z[ recovery-image] Aug 25 20:04:14.682 INFO O| Aug 25 20:04:14.682 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52292026-08-25T20:04:15.822Z[ recovery-image] Aug 25 20:04:14.682 INFO O| Aug 25 20:04:14.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52302026-08-25T20:04:15.828Z[ recovery-image] Aug 25 20:04:14.682 INFO O| Aug 25 20:04:14.682 INFO ok!
52312026-08-25T20:04:15.828Z[ recovery-image] Aug 25 20:04:14.682 INFO O| Aug 25 20:04:14.682 INFO STEP 61 (ensure_file) COMPLETE
52322026-08-25T20:04:15.828Z[ recovery-image] Aug 25 20:04:14.682 INFO O| Aug 25 20:04:14.682 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-08-25T20:04:15.832Z[ recovery-image] Aug 25 20:04:14.690 INFO O| Aug 25 20:04:14.690 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52342026-08-25T20:04:15.832Z[ recovery-image] Aug 25 20:04:14.690 INFO O| Aug 25 20:04:14.690 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52352026-08-25T20:04:15.833Z[ recovery-image] Aug 25 20:04:14.690 INFO O| Aug 25 20:04:14.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52362026-08-25T20:04:15.833Z[ recovery-image] Aug 25 20:04:14.690 INFO O| Aug 25 20:04:14.690 INFO ok!
52372026-08-25T20:04:15.833Z[ recovery-image] Aug 25 20:04:14.690 INFO O| Aug 25 20:04:14.690 INFO STEP 62 (ensure_file) COMPLETE
52382026-08-25T20:04:15.833Z[ recovery-image] Aug 25 20:04:14.690 INFO O| Aug 25 20:04:14.690 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-08-25T20:04:15.905Z[ recovery-image] Aug 25 20:04:14.762 INFO O| Aug 25 20:04:14.762 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52402026-08-25T20:04:15.905Z[ recovery-image] Aug 25 20:04:14.762 INFO O| Aug 25 20:04:14.762 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52412026-08-25T20:04:15.905Z[ recovery-image] Aug 25 20:04:14.762 INFO O| Aug 25 20:04:14.762 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52422026-08-25T20:04:15.905Z[ recovery-image] Aug 25 20:04:14.762 INFO O| Aug 25 20:04:14.762 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52432026-08-25T20:04:15.905Z[ recovery-image] Aug 25 20:04:14.762 INFO O| Aug 25 20:04:14.762 INFO ok!
52442026-08-25T20:04:15.910Z[ recovery-image] Aug 25 20:04:14.762 INFO O| Aug 25 20:04:14.762 INFO STEP 63 (ensure_file) COMPLETE
52452026-08-25T20:04:15.910Z[ recovery-image] Aug 25 20:04:14.762 INFO O| Aug 25 20:04:14.762 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-08-25T20:04:15.930Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52472026-08-25T20:04:15.955Z[ recovery-image] Aug 25 20:04:14.815 INFO O| Aug 25 20:04:14.815 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52482026-08-25T20:04:15.955Z[ recovery-image] Aug 25 20:04:14.815 INFO O| Aug 25 20:04:14.815 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52492026-08-25T20:04:15.955Z[ recovery-image] Aug 25 20:04:14.815 INFO O| Aug 25 20:04:14.815 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52502026-08-25T20:04:15.958Z[ recovery-image] Aug 25 20:04:14.815 INFO O| Aug 25 20:04:14.815 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52512026-08-25T20:04:15.959Z[ recovery-image] Aug 25 20:04:14.815 INFO O| Aug 25 20:04:14.815 INFO ok!
52522026-08-25T20:04:15.959Z[ recovery-image] Aug 25 20:04:14.815 INFO O| Aug 25 20:04:14.815 INFO STEP 64 (ensure_file) COMPLETE
52532026-08-25T20:04:15.959Z[ recovery-image] Aug 25 20:04:14.815 INFO O| Aug 25 20:04:14.815 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-08-25T20:04:15.964Z[ recovery-image] Aug 25 20:04:14.824 INFO O| Aug 25 20:04:14.824 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52552026-08-25T20:04:15.964Z[ recovery-image] Aug 25 20:04:14.824 INFO O| Aug 25 20:04:14.824 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52562026-08-25T20:04:15.964Z[ recovery-image] Aug 25 20:04:14.824 INFO O| Aug 25 20:04:14.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52572026-08-25T20:04:15.964Z[ recovery-image] Aug 25 20:04:14.824 INFO O| Aug 25 20:04:14.824 INFO ok!
52582026-08-25T20:04:15.969Z[ recovery-image] Aug 25 20:04:14.825 INFO O| Aug 25 20:04:14.825 INFO STEP 65 (assemble_files) COMPLETE
52592026-08-25T20:04:15.970Z[ recovery-image] Aug 25 20:04:14.825 INFO O| Aug 25 20:04:14.825 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-08-25T20:04:15.974Z[ recovery-image] Aug 25 20:04:14.833 INFO O| Aug 25 20:04:14.833 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52612026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.833 INFO O| Aug 25 20:04:14.833 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52622026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52632026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52642026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO ok!
52652026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO STEP 66 (ensure_file) COMPLETE
52662026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52672026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO skip step because feature "omicron1" is not enabled
52682026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52692026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO skip step because feature "omicron1" is not enabled
52702026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO skip step because feature "omicron1" is not enabled
52722026-08-25T20:04:15.975Z[ recovery-image] Aug 25 20:04:14.834 INFO O| Aug 25 20:04:14.834 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52732026-08-25T20:04:15.984Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52742026-08-25T20:04:15.989Z[ recovery-image] Aug 25 20:04:14.848 INFO O| Aug 25 20:04:14.848 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52752026-08-25T20:04:15.989Z[ recovery-image] Aug 25 20:04:14.848 INFO O| Aug 25 20:04:14.848 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52762026-08-25T20:04:17.217Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52772026-08-25T20:04:17.302Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52782026-08-25T20:04:17.357Z[ recovery-image] Aug 25 20:04:16.218 INFO O| Aug 25 20:04:16.218 INFO STEP 70 (pack_tar) COMPLETE
52792026-08-25T20:04:17.358Z[ recovery-image] Aug 25 20:04:16.218 INFO O| Aug 25 20:04:16.218 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52802026-08-25T20:04:17.361Z[ recovery-image] Aug 25 20:04:16.218 INFO O| Aug 25 20:04:16.218 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52812026-08-25T20:04:17.776Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52822026-08-25T20:04:17.875Z[ recovery-image] Aug 25 20:04:16.734 INFO O| Aug 25 20:04:16.734 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52832026-08-25T20:04:17.973Z[ recovery-image] Aug 25 20:04:16.833 INFO O| Aug 25 20:04:16.833 INFO completed processing sled/ramdisk-02-trim
52842026-08-25T20:04:17.977Z[ recovery-image] Aug 25 20:04:16.835 INFO image builder template: ramdisk-03-recovery-trim...
52852026-08-25T20:04:17.977Z[ recovery-image] Aug 25 20:04:16.835 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/.tmpZkE6Di/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
52862026-08-25T20:04:17.982Z[ recovery-image] Aug 25 20:04:16.840 INFO O| Aug 25 20:04:16.840 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52872026-08-25T20:04:18.056Z[ recovery-image] Aug 25 20:04:16.917 INFO O| Aug 25 20:04:16.917 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52882026-08-25T20:04:18.061Z[ recovery-image] Aug 25 20:04:16.921 INFO O| Aug 25 20:04:16.921 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52892026-08-25T20:04:18.078Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52902026-08-25T20:04:18.148Z[ recovery-image] Aug 25 20:04:17.008 INFO O| Aug 25 20:04:17.008 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52912026-08-25T20:04:18.259Z[ recovery-image] Aug 25 20:04:17.085 INFO O| Aug 25 20:04:17.085 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52922026-08-25T20:04:18.259Z[ recovery-image] Aug 25 20:04:17.086 INFO O| Aug 25 20:04:17.085 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52932026-08-25T20:04:18.269Z[ recovery-image] Aug 25 20:04:17.092 INFO O| Aug 25 20:04:17.092 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52942026-08-25T20:04:18.269Z[ recovery-image] Aug 25 20:04:17.096 INFO O| Aug 25 20:04:17.096 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52952026-08-25T20:04:18.269Z[ recovery-image] Aug 25 20:04:17.100 INFO O| Aug 25 20:04:17.100 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52962026-08-25T20:04:18.269Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52972026-08-25T20:04:18.328Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52982026-08-25T20:04:18.365Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52992026-08-25T20:04:18.545Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53002026-08-25T20:04:18.813Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53012026-08-25T20:04:19.040Z[ recovery-image] Aug 25 20:04:17.900 INFO O| Aug 25 20:04:17.900 INFO rolled back to input snapshot; work may begin
53022026-08-25T20:04:19.040Z[ recovery-image] Aug 25 20:04:17.900 INFO O| Aug 25 20:04:17.900 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53032026-08-25T20:04:19.045Z[ recovery-image] Aug 25 20:04:17.905 INFO O| Aug 25 20:04:17.905 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-25T20:04:19.055Z[ recovery-image] Aug 25 20:04:17.915 INFO O| Aug 25 20:04:17.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53052026-08-25T20:04:19.059Z[ recovery-image] Aug 25 20:04:17.918 INFO O| Aug 25 20:04:17.918 INFO STEP 0 (remove_files) COMPLETE
53062026-08-25T20:04:19.061Z[ recovery-image] Aug 25 20:04:17.918 INFO O| Aug 25 20:04:17.918 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-25T20:04:19.068Z[ recovery-image] Aug 25 20:04:17.928 INFO O| Aug 25 20:04:17.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53082026-08-25T20:04:19.072Z[ recovery-image] Aug 25 20:04:17.929 INFO O| Aug 25 20:04:17.929 INFO STEP 1 (remove_files) COMPLETE
53092026-08-25T20:04:19.072Z[ recovery-image] Aug 25 20:04:17.929 INFO O| Aug 25 20:04:17.929 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-25T20:04:19.080Z[ recovery-image] Aug 25 20:04:17.941 INFO O| Aug 25 20:04:17.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53112026-08-25T20:04:19.087Z[ recovery-image] Aug 25 20:04:17.943 INFO O| Aug 25 20:04:17.943 INFO STEP 2 (remove_files) COMPLETE
53122026-08-25T20:04:19.087Z[ recovery-image] Aug 25 20:04:17.943 INFO O| Aug 25 20:04:17.943 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-25T20:04:19.093Z[ recovery-image] Aug 25 20:04:17.954 INFO O| Aug 25 20:04:17.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53142026-08-25T20:04:19.145Z[ recovery-image] Aug 25 20:04:18.003 INFO O| Aug 25 20:04:18.003 INFO STEP 3 (remove_files) COMPLETE
53152026-08-25T20:04:19.145Z[ recovery-image] Aug 25 20:04:18.004 INFO O| Aug 25 20:04:18.003 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-25T20:04:19.153Z[ recovery-image] Aug 25 20:04:18.013 INFO O| Aug 25 20:04:18.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53172026-08-25T20:04:19.157Z[ recovery-image] Aug 25 20:04:18.015 INFO O| Aug 25 20:04:18.015 INFO STEP 4 (remove_files) COMPLETE
53182026-08-25T20:04:19.157Z[ recovery-image] Aug 25 20:04:18.015 INFO O| Aug 25 20:04:18.015 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-25T20:04:19.165Z[ recovery-image] Aug 25 20:04:18.025 INFO O| Aug 25 20:04:18.025 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53202026-08-25T20:04:19.171Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53212026-08-25T20:04:19.210Z[ recovery-image] Aug 25 20:04:18.070 INFO O| Aug 25 20:04:18.070 INFO STEP 5 (remove_files) COMPLETE
53222026-08-25T20:04:19.210Z[ recovery-image] Aug 25 20:04:18.070 INFO O| Aug 25 20:04:18.070 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-25T20:04:19.220Z[ recovery-image] Aug 25 20:04:18.080 INFO O| Aug 25 20:04:18.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53242026-08-25T20:04:19.242Z[ recovery-image] Aug 25 20:04:18.101 INFO O| Aug 25 20:04:18.101 INFO STEP 6 (remove_files) COMPLETE
53252026-08-25T20:04:19.242Z[ recovery-image] Aug 25 20:04:18.101 INFO O| Aug 25 20:04:18.101 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-25T20:04:19.250Z[ recovery-image] Aug 25 20:04:18.111 INFO O| Aug 25 20:04:18.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53272026-08-25T20:04:19.254Z[ recovery-image] Aug 25 20:04:18.113 INFO O| Aug 25 20:04:18.113 INFO STEP 7 (remove_files) COMPLETE
53282026-08-25T20:04:19.254Z[ recovery-image] Aug 25 20:04:18.113 INFO O| Aug 25 20:04:18.113 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-25T20:04:19.264Z[ recovery-image] Aug 25 20:04:18.123 INFO O| Aug 25 20:04:18.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53302026-08-25T20:04:19.268Z[ recovery-image] Aug 25 20:04:18.125 INFO O| Aug 25 20:04:18.125 INFO STEP 8 (remove_files) COMPLETE
53312026-08-25T20:04:19.268Z[ recovery-image] Aug 25 20:04:18.125 INFO O| Aug 25 20:04:18.125 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-25T20:04:19.276Z[ recovery-image] Aug 25 20:04:18.136 INFO O| Aug 25 20:04:18.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53332026-08-25T20:04:19.280Z[ recovery-image] Aug 25 20:04:18.139 INFO O| Aug 25 20:04:18.139 INFO STEP 9 (remove_files) COMPLETE
53342026-08-25T20:04:19.280Z[ recovery-image] Aug 25 20:04:18.139 INFO O| Aug 25 20:04:18.139 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-25T20:04:19.288Z[ recovery-image] Aug 25 20:04:18.148 INFO O| Aug 25 20:04:18.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53362026-08-25T20:04:19.292Z[ recovery-image] Aug 25 20:04:18.149 INFO O| Aug 25 20:04:18.149 INFO STEP 10 (remove_files) COMPLETE
53372026-08-25T20:04:19.292Z[ recovery-image] Aug 25 20:04:18.149 INFO O| Aug 25 20:04:18.149 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-25T20:04:19.297Z[ recovery-image] Aug 25 20:04:18.157 INFO O| Aug 25 20:04:18.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53392026-08-25T20:04:19.301Z[ recovery-image] Aug 25 20:04:18.159 INFO O| Aug 25 20:04:18.159 INFO STEP 11 (remove_files) COMPLETE
53402026-08-25T20:04:19.301Z[ recovery-image] Aug 25 20:04:18.159 INFO O| Aug 25 20:04:18.159 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-25T20:04:19.307Z[ recovery-image] Aug 25 20:04:18.168 INFO O| Aug 25 20:04:18.168 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53422026-08-25T20:04:19.364Z[ recovery-image] Aug 25 20:04:18.220 INFO O| Aug 25 20:04:18.220 INFO STEP 12 (remove_files) COMPLETE
53432026-08-25T20:04:19.364Z[ recovery-image] Aug 25 20:04:18.220 INFO O| Aug 25 20:04:18.220 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-25T20:04:19.371Z[ recovery-image] Aug 25 20:04:18.232 INFO O| Aug 25 20:04:18.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53452026-08-25T20:04:19.375Z[ recovery-image] Aug 25 20:04:18.235 INFO O| Aug 25 20:04:18.235 INFO STEP 13 (remove_files) COMPLETE
53462026-08-25T20:04:19.375Z[ recovery-image] Aug 25 20:04:18.235 INFO O| Aug 25 20:04:18.235 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-25T20:04:19.384Z[ recovery-image] Aug 25 20:04:18.245 INFO O| Aug 25 20:04:18.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53482026-08-25T20:04:19.388Z[ recovery-image] Aug 25 20:04:18.247 INFO O| Aug 25 20:04:18.247 INFO STEP 14 (remove_files) COMPLETE
53492026-08-25T20:04:19.388Z[ recovery-image] Aug 25 20:04:18.247 INFO O| Aug 25 20:04:18.247 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-25T20:04:19.395Z[ recovery-image] Aug 25 20:04:18.256 INFO O| Aug 25 20:04:18.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53512026-08-25T20:04:19.400Z[ recovery-image] Aug 25 20:04:18.257 INFO O| Aug 25 20:04:18.257 INFO STEP 15 (remove_files) COMPLETE
53522026-08-25T20:04:19.402Z[ recovery-image] Aug 25 20:04:18.257 INFO O| Aug 25 20:04:18.257 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-25T20:04:19.407Z[ recovery-image] Aug 25 20:04:18.267 INFO O| Aug 25 20:04:18.267 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53542026-08-25T20:04:19.410Z[ recovery-image] Aug 25 20:04:18.268 INFO O| Aug 25 20:04:18.268 INFO STEP 16 (remove_files) COMPLETE
53552026-08-25T20:04:19.410Z[ recovery-image] Aug 25 20:04:18.268 INFO O| Aug 25 20:04:18.268 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-25T20:04:19.417Z[ recovery-image] Aug 25 20:04:18.277 INFO O| Aug 25 20:04:18.277 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53572026-08-25T20:04:19.430Z[ recovery-image] Aug 25 20:04:18.290 INFO O| Aug 25 20:04:18.290 INFO STEP 17 (remove_files) COMPLETE
53582026-08-25T20:04:19.430Z[ recovery-image] Aug 25 20:04:18.290 INFO O| Aug 25 20:04:18.290 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-25T20:04:19.440Z[ recovery-image] Aug 25 20:04:18.300 INFO O| Aug 25 20:04:18.300 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53602026-08-25T20:04:19.440Z[ recovery-image] Aug 25 20:04:18.300 INFO O| Aug 25 20:04:18.300 INFO STEP 18 (remove_files) COMPLETE
53612026-08-25T20:04:19.440Z[ recovery-image] Aug 25 20:04:18.300 INFO O| Aug 25 20:04:18.300 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-25T20:04:19.451Z[ recovery-image] Aug 25 20:04:18.310 INFO O| Aug 25 20:04:18.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53632026-08-25T20:04:19.455Z[ recovery-image] Aug 25 20:04:18.310 INFO O| Aug 25 20:04:18.310 INFO STEP 19 (remove_files) COMPLETE
53642026-08-25T20:04:19.455Z[ recovery-image] Aug 25 20:04:18.310 INFO O| Aug 25 20:04:18.310 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-25T20:04:19.460Z[ recovery-image] Aug 25 20:04:18.320 INFO O| Aug 25 20:04:18.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53662026-08-25T20:04:19.560Z[ recovery-image] Aug 25 20:04:18.419 INFO O| Aug 25 20:04:18.419 INFO STEP 20 (remove_files) COMPLETE
53672026-08-25T20:04:19.560Z[ recovery-image] Aug 25 20:04:18.419 INFO O| Aug 25 20:04:18.419 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-25T20:04:19.569Z[ recovery-image] Aug 25 20:04:18.429 INFO O| Aug 25 20:04:18.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53692026-08-25T20:04:19.582Z[ recovery-image] Aug 25 20:04:18.442 INFO O| Aug 25 20:04:18.442 INFO STEP 21 (remove_files) COMPLETE
53702026-08-25T20:04:19.582Z[ recovery-image] Aug 25 20:04:18.442 INFO O| Aug 25 20:04:18.442 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-25T20:04:19.592Z[ recovery-image] Aug 25 20:04:18.452 INFO O| Aug 25 20:04:18.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53722026-08-25T20:04:19.593Z[ recovery-image] Aug 25 20:04:18.452 INFO O| Aug 25 20:04:18.452 INFO STEP 22 (remove_files) COMPLETE
53732026-08-25T20:04:19.593Z[ recovery-image] Aug 25 20:04:18.452 INFO O| Aug 25 20:04:18.452 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-25T20:04:19.610Z[ recovery-image] Aug 25 20:04:18.470 INFO O| Aug 25 20:04:18.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53752026-08-25T20:04:19.631Z[ recovery-image] Aug 25 20:04:18.491 INFO O| Aug 25 20:04:18.491 INFO STEP 23 (remove_files) COMPLETE
53762026-08-25T20:04:19.631Z[ recovery-image] Aug 25 20:04:18.491 INFO O| Aug 25 20:04:18.491 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-25T20:04:19.641Z[ recovery-image] Aug 25 20:04:18.501 INFO O| Aug 25 20:04:18.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53782026-08-25T20:04:19.641Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53792026-08-25T20:04:19.644Z[ recovery-image] Aug 25 20:04:18.502 INFO O| Aug 25 20:04:18.502 INFO STEP 24 (remove_files) COMPLETE
53802026-08-25T20:04:19.644Z[ recovery-image] Aug 25 20:04:18.502 INFO O| Aug 25 20:04:18.502 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-25T20:04:19.696Z[ recovery-image] Aug 25 20:04:18.553 INFO O| Aug 25 20:04:18.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53822026-08-25T20:04:19.711Z[ recovery-image] Aug 25 20:04:18.571 INFO O| Aug 25 20:04:18.571 INFO STEP 25 (remove_files) COMPLETE
53832026-08-25T20:04:19.711Z[ recovery-image] Aug 25 20:04:18.571 INFO O| Aug 25 20:04:18.571 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-25T20:04:19.720Z[ recovery-image] Aug 25 20:04:18.580 INFO O| Aug 25 20:04:18.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53852026-08-25T20:04:19.720Z[ recovery-image] Aug 25 20:04:18.580 INFO O| Aug 25 20:04:18.580 INFO STEP 26 (remove_files) COMPLETE
53862026-08-25T20:04:19.721Z[ recovery-image] Aug 25 20:04:18.580 INFO O| Aug 25 20:04:18.580 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-25T20:04:19.728Z[ recovery-image] Aug 25 20:04:18.588 INFO O| Aug 25 20:04:18.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53882026-08-25T20:04:19.728Z[ recovery-image] Aug 25 20:04:18.588 INFO O| Aug 25 20:04:18.588 INFO STEP 27 (remove_files) COMPLETE
53892026-08-25T20:04:19.728Z[ recovery-image] Aug 25 20:04:18.588 INFO O| Aug 25 20:04:18.588 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-25T20:04:19.736Z[ recovery-image] Aug 25 20:04:18.596 INFO O| Aug 25 20:04:18.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53912026-08-25T20:04:19.736Z[ recovery-image] Aug 25 20:04:18.596 INFO O| Aug 25 20:04:18.596 INFO STEP 28 (remove_files) COMPLETE
53922026-08-25T20:04:19.736Z[ recovery-image] Aug 25 20:04:18.596 INFO O| Aug 25 20:04:18.596 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-25T20:04:19.743Z[ recovery-image] Aug 25 20:04:18.604 INFO O| Aug 25 20:04:18.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53942026-08-25T20:04:19.748Z[ recovery-image] Aug 25 20:04:18.605 INFO O| Aug 25 20:04:18.605 INFO STEP 29 (remove_files) COMPLETE
53952026-08-25T20:04:19.748Z[ recovery-image] Aug 25 20:04:18.605 INFO O| Aug 25 20:04:18.605 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-25T20:04:19.759Z[ recovery-image] Aug 25 20:04:18.617 INFO O| Aug 25 20:04:18.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53972026-08-25T20:04:19.765Z[ recovery-image] Aug 25 20:04:18.624 INFO O| Aug 25 20:04:18.624 INFO STEP 30 (remove_files) COMPLETE
53982026-08-25T20:04:19.765Z[ recovery-image] Aug 25 20:04:18.624 INFO O| Aug 25 20:04:18.624 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-25T20:04:19.801Z[ recovery-image] Aug 25 20:04:18.661 INFO O| Aug 25 20:04:18.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54002026-08-25T20:04:19.801Z[ recovery-image] Aug 25 20:04:18.661 INFO O| Aug 25 20:04:18.661 INFO STEP 31 (remove_files) COMPLETE
54012026-08-25T20:04:19.801Z[ recovery-image] Aug 25 20:04:18.661 INFO O| Aug 25 20:04:18.661 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-25T20:04:19.809Z[ recovery-image] Aug 25 20:04:18.670 INFO O| Aug 25 20:04:18.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54032026-08-25T20:04:19.819Z[ recovery-image] Aug 25 20:04:18.679 INFO O| Aug 25 20:04:18.679 INFO STEP 32 (remove_files) COMPLETE
54042026-08-25T20:04:19.823Z[ recovery-image] Aug 25 20:04:18.679 INFO O| Aug 25 20:04:18.679 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-25T20:04:19.828Z[ recovery-image] Aug 25 20:04:18.688 INFO O| Aug 25 20:04:18.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54062026-08-25T20:04:19.828Z[ recovery-image] Aug 25 20:04:18.688 INFO O| Aug 25 20:04:18.688 INFO STEP 33 (remove_files) COMPLETE
54072026-08-25T20:04:19.828Z[ recovery-image] Aug 25 20:04:18.688 INFO O| Aug 25 20:04:18.688 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-25T20:04:19.839Z[ recovery-image] Aug 25 20:04:18.699 INFO O| Aug 25 20:04:18.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54092026-08-25T20:04:19.839Z[ recovery-image] Aug 25 20:04:18.699 INFO O| Aug 25 20:04:18.699 INFO STEP 34 (remove_files) COMPLETE
54102026-08-25T20:04:19.839Z[ recovery-image] Aug 25 20:04:18.699 INFO O| Aug 25 20:04:18.699 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-25T20:04:19.849Z[ recovery-image] Aug 25 20:04:18.709 INFO O| Aug 25 20:04:18.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54122026-08-25T20:04:19.850Z[ recovery-image] Aug 25 20:04:18.709 INFO O| Aug 25 20:04:18.709 INFO STEP 35 (remove_files) COMPLETE
54132026-08-25T20:04:19.854Z[ recovery-image] Aug 25 20:04:18.709 INFO O| Aug 25 20:04:18.709 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-25T20:04:19.858Z[ recovery-image] Aug 25 20:04:18.718 INFO O| Aug 25 20:04:18.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54152026-08-25T20:04:19.858Z[ recovery-image] Aug 25 20:04:18.718 INFO O| Aug 25 20:04:18.718 INFO STEP 36 (remove_files) COMPLETE
54162026-08-25T20:04:19.858Z[ recovery-image] Aug 25 20:04:18.718 INFO O| Aug 25 20:04:18.718 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-25T20:04:19.866Z[ recovery-image] Aug 25 20:04:18.726 INFO O| Aug 25 20:04:18.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54182026-08-25T20:04:19.867Z[ recovery-image] Aug 25 20:04:18.727 INFO O| Aug 25 20:04:18.727 INFO STEP 37 (remove_files) COMPLETE
54192026-08-25T20:04:19.867Z[ recovery-image] Aug 25 20:04:18.727 INFO O| Aug 25 20:04:18.727 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-25T20:04:19.876Z[ recovery-image] Aug 25 20:04:18.736 INFO O| Aug 25 20:04:18.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54212026-08-25T20:04:19.876Z[ recovery-image] Aug 25 20:04:18.736 INFO O| Aug 25 20:04:18.736 INFO STEP 38 (remove_files) COMPLETE
54222026-08-25T20:04:19.876Z[ recovery-image] Aug 25 20:04:18.736 INFO O| Aug 25 20:04:18.736 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-25T20:04:19.887Z[ recovery-image] Aug 25 20:04:18.747 INFO O| Aug 25 20:04:18.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54242026-08-25T20:04:19.887Z[ recovery-image] Aug 25 20:04:18.747 INFO O| Aug 25 20:04:18.747 INFO STEP 39 (remove_files) COMPLETE
54252026-08-25T20:04:19.888Z[ recovery-image] Aug 25 20:04:18.747 INFO O| Aug 25 20:04:18.747 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-25T20:04:19.895Z[ recovery-image] Aug 25 20:04:18.755 INFO O| Aug 25 20:04:18.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54272026-08-25T20:04:19.895Z[ recovery-image] Aug 25 20:04:18.755 INFO O| Aug 25 20:04:18.755 INFO STEP 40 (remove_files) COMPLETE
54282026-08-25T20:04:19.895Z[ recovery-image] Aug 25 20:04:18.755 INFO O| Aug 25 20:04:18.755 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-25T20:04:19.903Z[ recovery-image] Aug 25 20:04:18.763 INFO O| Aug 25 20:04:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54302026-08-25T20:04:19.904Z[ recovery-image] Aug 25 20:04:18.763 INFO O| Aug 25 20:04:18.763 INFO STEP 41 (remove_files) COMPLETE
54312026-08-25T20:04:19.907Z[ recovery-image] Aug 25 20:04:18.763 INFO O| Aug 25 20:04:18.763 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-25T20:04:19.913Z[ recovery-image] Aug 25 20:04:18.773 INFO O| Aug 25 20:04:18.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54332026-08-25T20:04:19.913Z[ recovery-image] Aug 25 20:04:18.773 INFO O| Aug 25 20:04:18.773 INFO STEP 42 (remove_files) COMPLETE
54342026-08-25T20:04:19.917Z[ recovery-image] Aug 25 20:04:18.773 INFO O| Aug 25 20:04:18.773 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-25T20:04:19.949Z[ recovery-image] Aug 25 20:04:18.809 INFO O| Aug 25 20:04:18.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54362026-08-25T20:04:19.955Z[ recovery-image] Aug 25 20:04:18.815 INFO O| Aug 25 20:04:18.815 INFO STEP 43 (remove_files) COMPLETE
54372026-08-25T20:04:19.955Z[ recovery-image] Aug 25 20:04:18.815 INFO O| Aug 25 20:04:18.815 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-25T20:04:19.964Z[ recovery-image] Aug 25 20:04:18.824 INFO O| Aug 25 20:04:18.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54392026-08-25T20:04:19.985Z[ recovery-image] Aug 25 20:04:18.846 INFO O| Aug 25 20:04:18.846 INFO STEP 44 (remove_files) COMPLETE
54402026-08-25T20:04:19.985Z[ recovery-image] Aug 25 20:04:18.846 INFO O| Aug 25 20:04:18.846 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-25T20:04:19.998Z[ recovery-image] Aug 25 20:04:18.858 INFO O| Aug 25 20:04:18.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54422026-08-25T20:04:19.998Z[ recovery-image] Aug 25 20:04:18.858 INFO O| Aug 25 20:04:18.858 INFO STEP 45 (remove_files) COMPLETE
54432026-08-25T20:04:19.998Z[ recovery-image] Aug 25 20:04:18.858 INFO O| Aug 25 20:04:18.858 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-25T20:04:20.007Z[ recovery-image] Aug 25 20:04:18.867 INFO O| Aug 25 20:04:18.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54452026-08-25T20:04:20.007Z[ recovery-image] Aug 25 20:04:18.867 INFO O| Aug 25 20:04:18.867 INFO STEP 46 (remove_files) COMPLETE
54462026-08-25T20:04:20.007Z[ recovery-image] Aug 25 20:04:18.867 INFO O| Aug 25 20:04:18.867 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-25T20:04:20.015Z[ recovery-image] Aug 25 20:04:18.875 INFO O| Aug 25 20:04:18.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54482026-08-25T20:04:20.016Z[ recovery-image] Aug 25 20:04:18.875 INFO O| Aug 25 20:04:18.875 INFO STEP 47 (remove_files) COMPLETE
54492026-08-25T20:04:20.019Z[ recovery-image] Aug 25 20:04:18.875 INFO O| Aug 25 20:04:18.875 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-25T20:04:20.023Z[ recovery-image] Aug 25 20:04:18.883 INFO O| Aug 25 20:04:18.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54512026-08-25T20:04:20.023Z[ recovery-image] Aug 25 20:04:18.884 INFO O| Aug 25 20:04:18.884 INFO STEP 48 (remove_files) COMPLETE
54522026-08-25T20:04:20.027Z[ recovery-image] Aug 25 20:04:18.884 INFO O| Aug 25 20:04:18.884 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-25T20:04:20.031Z[ recovery-image] Aug 25 20:04:18.891 INFO O| Aug 25 20:04:18.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54542026-08-25T20:04:20.031Z[ recovery-image] Aug 25 20:04:18.891 INFO O| Aug 25 20:04:18.891 INFO STEP 49 (remove_files) COMPLETE
54552026-08-25T20:04:20.035Z[ recovery-image] Aug 25 20:04:18.892 INFO O| Aug 25 20:04:18.891 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-25T20:04:20.114Z[ recovery-image] Aug 25 20:04:18.975 INFO O| Aug 25 20:04:18.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54572026-08-25T20:04:20.115Z[ recovery-image] Aug 25 20:04:18.975 INFO O| Aug 25 20:04:18.975 INFO STEP 50 (remove_files) COMPLETE
54582026-08-25T20:04:20.115Z[ recovery-image] Aug 25 20:04:18.975 INFO O| Aug 25 20:04:18.975 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-25T20:04:20.124Z[ recovery-image] Aug 25 20:04:18.984 INFO O| Aug 25 20:04:18.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54602026-08-25T20:04:20.124Z[ recovery-image] Aug 25 20:04:18.985 INFO O| Aug 25 20:04:18.984 INFO STEP 51 (remove_files) COMPLETE
54612026-08-25T20:04:20.124Z[ recovery-image] Aug 25 20:04:18.985 INFO O| Aug 25 20:04:18.984 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-25T20:04:20.133Z[ recovery-image] Aug 25 20:04:18.993 INFO O| Aug 25 20:04:18.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54632026-08-25T20:04:20.133Z[ recovery-image] Aug 25 20:04:18.993 INFO O| Aug 25 20:04:18.993 INFO STEP 52 (remove_files) COMPLETE
54642026-08-25T20:04:20.133Z[ recovery-image] Aug 25 20:04:18.993 INFO O| Aug 25 20:04:18.993 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-25T20:04:20.143Z[ recovery-image] Aug 25 20:04:19.002 INFO O| Aug 25 20:04:19.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54662026-08-25T20:04:20.143Z[ recovery-image] Aug 25 20:04:19.002 INFO O| Aug 25 20:04:19.002 INFO STEP 53 (remove_files) COMPLETE
54672026-08-25T20:04:20.143Z[ recovery-image] Aug 25 20:04:19.002 INFO O| Aug 25 20:04:19.002 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-25T20:04:20.151Z[ recovery-image] Aug 25 20:04:19.011 INFO O| Aug 25 20:04:19.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54692026-08-25T20:04:20.151Z[ recovery-image] Aug 25 20:04:19.011 INFO O| Aug 25 20:04:19.011 INFO STEP 54 (remove_files) COMPLETE
54702026-08-25T20:04:20.155Z[ recovery-image] Aug 25 20:04:19.011 INFO O| Aug 25 20:04:19.011 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-25T20:04:20.160Z[ recovery-image] Aug 25 20:04:19.019 INFO O| Aug 25 20:04:19.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54722026-08-25T20:04:20.160Z[ recovery-image] Aug 25 20:04:19.019 INFO O| Aug 25 20:04:19.019 INFO STEP 55 (remove_files) COMPLETE
54732026-08-25T20:04:20.161Z[ recovery-image] Aug 25 20:04:19.019 INFO O| Aug 25 20:04:19.019 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-25T20:04:20.167Z[ recovery-image] Aug 25 20:04:19.027 INFO O| Aug 25 20:04:19.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54752026-08-25T20:04:20.167Z[ recovery-image] Aug 25 20:04:19.027 INFO O| Aug 25 20:04:19.027 INFO STEP 56 (remove_files) COMPLETE
54762026-08-25T20:04:20.172Z[ recovery-image] Aug 25 20:04:19.027 INFO O| Aug 25 20:04:19.027 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-25T20:04:20.176Z[ recovery-image] Aug 25 20:04:19.036 INFO O| Aug 25 20:04:19.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54782026-08-25T20:04:20.176Z[ recovery-image] Aug 25 20:04:19.036 INFO O| Aug 25 20:04:19.036 INFO STEP 57 (remove_files) COMPLETE
54792026-08-25T20:04:20.179Z[ recovery-image] Aug 25 20:04:19.036 INFO O| Aug 25 20:04:19.036 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-25T20:04:20.192Z[ recovery-image] Aug 25 20:04:19.051 INFO O| Aug 25 20:04:19.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54812026-08-25T20:04:20.192Z[ recovery-image] Aug 25 20:04:19.051 INFO O| Aug 25 20:04:19.051 INFO STEP 58 (remove_files) COMPLETE
54822026-08-25T20:04:20.192Z[ recovery-image] Aug 25 20:04:19.051 INFO O| Aug 25 20:04:19.051 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-25T20:04:20.205Z[ recovery-image] Aug 25 20:04:19.065 INFO O| Aug 25 20:04:19.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54842026-08-25T20:04:20.206Z[ recovery-image] Aug 25 20:04:19.065 INFO O| Aug 25 20:04:19.064 INFO STEP 59 (remove_files) COMPLETE
54852026-08-25T20:04:20.206Z[ recovery-image] Aug 25 20:04:19.065 INFO O| Aug 25 20:04:19.064 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-25T20:04:20.214Z[ recovery-image] Aug 25 20:04:19.074 INFO O| Aug 25 20:04:19.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54872026-08-25T20:04:20.214Z[ recovery-image] Aug 25 20:04:19.074 INFO O| Aug 25 20:04:19.074 INFO STEP 60 (remove_files) COMPLETE
54882026-08-25T20:04:20.215Z[ recovery-image] Aug 25 20:04:19.074 INFO O| Aug 25 20:04:19.074 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-25T20:04:20.226Z[ recovery-image] Aug 25 20:04:19.087 INFO O| Aug 25 20:04:19.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54902026-08-25T20:04:20.230Z[ recovery-image] Aug 25 20:04:19.087 INFO O| Aug 25 20:04:19.087 INFO STEP 61 (remove_files) COMPLETE
54912026-08-25T20:04:20.230Z[ recovery-image] Aug 25 20:04:19.087 INFO O| Aug 25 20:04:19.087 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-25T20:04:20.236Z[ recovery-image] Aug 25 20:04:19.096 INFO O| Aug 25 20:04:19.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54932026-08-25T20:04:20.236Z[ recovery-image] Aug 25 20:04:19.096 INFO O| Aug 25 20:04:19.096 INFO STEP 62 (remove_files) COMPLETE
54942026-08-25T20:04:20.236Z[ recovery-image] Aug 25 20:04:19.096 INFO O| Aug 25 20:04:19.096 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-25T20:04:20.246Z[ recovery-image] Aug 25 20:04:19.106 INFO O| Aug 25 20:04:19.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54962026-08-25T20:04:20.246Z[ recovery-image] Aug 25 20:04:19.106 INFO O| Aug 25 20:04:19.106 INFO STEP 63 (remove_files) COMPLETE
54972026-08-25T20:04:20.251Z[ recovery-image] Aug 25 20:04:19.106 INFO O| Aug 25 20:04:19.106 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-25T20:04:20.255Z[ recovery-image] Aug 25 20:04:19.115 INFO O| Aug 25 20:04:19.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54992026-08-25T20:04:20.255Z[ recovery-image] Aug 25 20:04:19.115 INFO O| Aug 25 20:04:19.115 INFO STEP 64 (remove_files) COMPLETE
55002026-08-25T20:04:20.255Z[ recovery-image] Aug 25 20:04:19.115 INFO O| Aug 25 20:04:19.115 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-25T20:04:20.264Z[ recovery-image] Aug 25 20:04:19.124 INFO O| Aug 25 20:04:19.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55022026-08-25T20:04:20.264Z[ recovery-image] Aug 25 20:04:19.124 INFO O| Aug 25 20:04:19.124 INFO STEP 65 (remove_files) COMPLETE
55032026-08-25T20:04:20.264Z[ recovery-image] Aug 25 20:04:19.124 INFO O| Aug 25 20:04:19.124 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-25T20:04:20.272Z[ recovery-image] Aug 25 20:04:19.132 INFO O| Aug 25 20:04:19.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55052026-08-25T20:04:20.272Z[ recovery-image] Aug 25 20:04:19.132 INFO O| Aug 25 20:04:19.132 INFO STEP 66 (remove_files) COMPLETE
55062026-08-25T20:04:20.272Z[ recovery-image] Aug 25 20:04:19.132 INFO O| Aug 25 20:04:19.132 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-25T20:04:20.284Z[ recovery-image] Aug 25 20:04:19.144 INFO O| Aug 25 20:04:19.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55082026-08-25T20:04:20.284Z[ recovery-image] Aug 25 20:04:19.144 INFO O| Aug 25 20:04:19.144 INFO STEP 67 (remove_files) COMPLETE
55092026-08-25T20:04:20.284Z[ recovery-image] Aug 25 20:04:19.144 INFO O| Aug 25 20:04:19.144 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-25T20:04:20.293Z[ recovery-image] Aug 25 20:04:19.154 INFO O| Aug 25 20:04:19.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55112026-08-25T20:04:20.294Z[ recovery-image] Aug 25 20:04:19.154 INFO O| Aug 25 20:04:19.154 INFO STEP 68 (remove_files) COMPLETE
55122026-08-25T20:04:20.294Z[ recovery-image] Aug 25 20:04:19.154 INFO O| Aug 25 20:04:19.154 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-25T20:04:20.303Z[ recovery-image] Aug 25 20:04:19.163 INFO O| Aug 25 20:04:19.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55142026-08-25T20:04:20.303Z[ recovery-image] Aug 25 20:04:19.163 INFO O| Aug 25 20:04:19.163 INFO STEP 69 (remove_files) COMPLETE
55152026-08-25T20:04:20.303Z[ recovery-image] Aug 25 20:04:19.163 INFO O| Aug 25 20:04:19.163 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-25T20:04:20.312Z[ recovery-image] Aug 25 20:04:19.173 INFO O| Aug 25 20:04:19.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55172026-08-25T20:04:20.312Z[ recovery-image] Aug 25 20:04:19.173 INFO O| Aug 25 20:04:19.173 INFO STEP 70 (remove_files) COMPLETE
55182026-08-25T20:04:20.316Z[ recovery-image] Aug 25 20:04:19.173 INFO O| Aug 25 20:04:19.173 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-25T20:04:20.321Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
55202026-08-25T20:04:20.325Z[ recovery-image] Aug 25 20:04:19.182 INFO O| Aug 25 20:04:19.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55212026-08-25T20:04:20.325Z[ recovery-image] Aug 25 20:04:19.183 INFO O| Aug 25 20:04:19.183 INFO STEP 71 (remove_files) COMPLETE
55222026-08-25T20:04:20.325Z[ recovery-image] Aug 25 20:04:19.183 INFO O| Aug 25 20:04:19.183 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-25T20:04:20.334Z[ recovery-image] Aug 25 20:04:19.194 INFO O| Aug 25 20:04:19.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55242026-08-25T20:04:20.334Z[ recovery-image] Aug 25 20:04:19.194 INFO O| Aug 25 20:04:19.194 INFO STEP 72 (remove_files) COMPLETE
55252026-08-25T20:04:20.338Z[ recovery-image] Aug 25 20:04:19.194 INFO O| Aug 25 20:04:19.194 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-25T20:04:20.345Z[ recovery-image] Aug 25 20:04:19.205 INFO O| Aug 25 20:04:19.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55272026-08-25T20:04:20.345Z[ recovery-image] Aug 25 20:04:19.205 INFO O| Aug 25 20:04:19.205 INFO STEP 73 (remove_files) COMPLETE
55282026-08-25T20:04:20.349Z[ recovery-image] Aug 25 20:04:19.205 INFO O| Aug 25 20:04:19.205 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-25T20:04:20.352Z[verify-libraries] Compiling fatfs v0.3.6
55302026-08-25T20:04:20.356Z[ recovery-image] Aug 25 20:04:19.215 INFO O| Aug 25 20:04:19.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55312026-08-25T20:04:20.356Z[ recovery-image] Aug 25 20:04:19.216 INFO O| Aug 25 20:04:19.216 INFO STEP 74 (remove_files) COMPLETE
55322026-08-25T20:04:20.356Z[ recovery-image] Aug 25 20:04:19.216 INFO O| Aug 25 20:04:19.216 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-25T20:04:20.365Z[ recovery-image] Aug 25 20:04:19.225 INFO O| Aug 25 20:04:19.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55342026-08-25T20:04:20.365Z[ recovery-image] Aug 25 20:04:19.225 INFO O| Aug 25 20:04:19.225 INFO STEP 75 (remove_files) COMPLETE
55352026-08-25T20:04:20.366Z[ recovery-image] Aug 25 20:04:19.225 INFO O| Aug 25 20:04:19.225 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-25T20:04:20.374Z[ recovery-image] Aug 25 20:04:19.234 INFO O| Aug 25 20:04:19.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55372026-08-25T20:04:20.374Z[ recovery-image] Aug 25 20:04:19.234 INFO O| Aug 25 20:04:19.234 INFO STEP 76 (remove_files) COMPLETE
55382026-08-25T20:04:20.374Z[ recovery-image] Aug 25 20:04:19.234 INFO O| Aug 25 20:04:19.234 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-25T20:04:20.383Z[ recovery-image] Aug 25 20:04:19.243 INFO O| Aug 25 20:04:19.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55402026-08-25T20:04:20.383Z[ recovery-image] Aug 25 20:04:19.243 INFO O| Aug 25 20:04:19.243 INFO STEP 77 (remove_files) COMPLETE
55412026-08-25T20:04:20.386Z[ recovery-image] Aug 25 20:04:19.243 INFO O| Aug 25 20:04:19.243 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-25T20:04:20.394Z[ recovery-image] Aug 25 20:04:19.253 INFO O| Aug 25 20:04:19.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55432026-08-25T20:04:20.394Z[ recovery-image] Aug 25 20:04:19.254 INFO O| Aug 25 20:04:19.254 INFO STEP 78 (remove_files) COMPLETE
55442026-08-25T20:04:20.398Z[ recovery-image] Aug 25 20:04:19.254 INFO O| Aug 25 20:04:19.254 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-25T20:04:20.402Z[ recovery-image] Aug 25 20:04:19.262 INFO O| Aug 25 20:04:19.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55462026-08-25T20:04:20.404Z[ recovery-image] Aug 25 20:04:19.262 INFO O| Aug 25 20:04:19.262 INFO STEP 79 (remove_files) COMPLETE
55472026-08-25T20:04:20.404Z[ recovery-image] Aug 25 20:04:19.262 INFO O| Aug 25 20:04:19.262 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-25T20:04:20.413Z[ recovery-image] Aug 25 20:04:19.273 INFO O| Aug 25 20:04:19.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55492026-08-25T20:04:20.413Z[ recovery-image] Aug 25 20:04:19.273 INFO O| Aug 25 20:04:19.273 INFO STEP 80 (remove_files) COMPLETE
55502026-08-25T20:04:20.413Z[ recovery-image] Aug 25 20:04:19.273 INFO O| Aug 25 20:04:19.273 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-25T20:04:20.424Z[ recovery-image] Aug 25 20:04:19.283 INFO O| Aug 25 20:04:19.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55522026-08-25T20:04:20.428Z[ recovery-image] Aug 25 20:04:19.283 INFO O| Aug 25 20:04:19.283 INFO STEP 81 (remove_files) COMPLETE
55532026-08-25T20:04:20.428Z[ recovery-image] Aug 25 20:04:19.283 INFO O| Aug 25 20:04:19.283 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-25T20:04:20.434Z[ recovery-image] Aug 25 20:04:19.294 INFO O| Aug 25 20:04:19.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55552026-08-25T20:04:20.434Z[ recovery-image] Aug 25 20:04:19.294 INFO O| Aug 25 20:04:19.294 INFO STEP 82 (remove_files) COMPLETE
55562026-08-25T20:04:20.439Z[ recovery-image] Aug 25 20:04:19.294 INFO O| Aug 25 20:04:19.294 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-25T20:04:20.488Z[ recovery-image] Aug 25 20:04:19.305 INFO O| Aug 25 20:04:19.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55582026-08-25T20:04:20.488Z[ recovery-image] Aug 25 20:04:19.305 INFO O| Aug 25 20:04:19.305 INFO STEP 83 (remove_files) COMPLETE
55592026-08-25T20:04:20.488Z[ recovery-image] Aug 25 20:04:19.305 INFO O| Aug 25 20:04:19.305 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.314 INFO O| Aug 25 20:04:19.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55612026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.315 INFO O| Aug 25 20:04:19.315 INFO STEP 84 (remove_files) COMPLETE
55622026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.315 INFO O| Aug 25 20:04:19.315 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.327 INFO O| Aug 25 20:04:19.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55642026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.327 INFO O| Aug 25 20:04:19.327 INFO STEP 85 (remove_files) COMPLETE
55652026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.327 INFO O| Aug 25 20:04:19.327 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.337 INFO O| Aug 25 20:04:19.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55672026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.337 INFO O| Aug 25 20:04:19.337 INFO STEP 86 (remove_files) COMPLETE
55682026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.337 INFO O| Aug 25 20:04:19.337 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.348 INFO O| Aug 25 20:04:19.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55702026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.349 INFO O| Aug 25 20:04:19.348 INFO STEP 87 (remove_files) COMPLETE
55712026-08-25T20:04:20.508Z[ recovery-image] Aug 25 20:04:19.349 INFO O| Aug 25 20:04:19.348 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-25T20:04:20.515Z[ recovery-image] Aug 25 20:04:19.360 INFO O| Aug 25 20:04:19.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55732026-08-25T20:04:20.515Z[ recovery-image] Aug 25 20:04:19.360 INFO O| Aug 25 20:04:19.360 INFO STEP 88 (remove_files) COMPLETE
55742026-08-25T20:04:20.515Z[ recovery-image] Aug 25 20:04:19.360 INFO O| Aug 25 20:04:19.360 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-25T20:04:20.515Z[ recovery-image] Aug 25 20:04:19.371 INFO O| Aug 25 20:04:19.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55762026-08-25T20:04:20.515Z[ recovery-image] Aug 25 20:04:19.371 INFO O| Aug 25 20:04:19.371 INFO STEP 89 (remove_files) COMPLETE
55772026-08-25T20:04:20.515Z[ recovery-image] Aug 25 20:04:19.371 INFO O| Aug 25 20:04:19.371 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-25T20:04:20.519Z[ recovery-image] Aug 25 20:04:19.380 INFO O| Aug 25 20:04:19.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55792026-08-25T20:04:20.521Z[ recovery-image] Aug 25 20:04:19.380 INFO O| Aug 25 20:04:19.380 INFO STEP 90 (remove_files) COMPLETE
55802026-08-25T20:04:20.525Z[ recovery-image] Aug 25 20:04:19.380 INFO O| Aug 25 20:04:19.380 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-25T20:04:20.529Z[ recovery-image] Aug 25 20:04:19.389 INFO O| Aug 25 20:04:19.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55822026-08-25T20:04:20.529Z[ recovery-image] Aug 25 20:04:19.389 INFO O| Aug 25 20:04:19.389 INFO STEP 91 (remove_files) COMPLETE
55832026-08-25T20:04:20.533Z[ recovery-image] Aug 25 20:04:19.389 INFO O| Aug 25 20:04:19.389 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-25T20:04:20.537Z[ recovery-image] Aug 25 20:04:19.398 INFO O| Aug 25 20:04:19.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55852026-08-25T20:04:20.537Z[ recovery-image] Aug 25 20:04:19.398 INFO O| Aug 25 20:04:19.398 INFO STEP 92 (remove_files) COMPLETE
55862026-08-25T20:04:20.541Z[ recovery-image] Aug 25 20:04:19.398 INFO O| Aug 25 20:04:19.398 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-25T20:04:20.547Z[ recovery-image] Aug 25 20:04:19.407 INFO O| Aug 25 20:04:19.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55882026-08-25T20:04:20.547Z[ recovery-image] Aug 25 20:04:19.407 INFO O| Aug 25 20:04:19.407 INFO STEP 93 (remove_files) COMPLETE
55892026-08-25T20:04:20.551Z[ recovery-image] Aug 25 20:04:19.407 INFO O| Aug 25 20:04:19.407 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-25T20:04:20.557Z[ recovery-image] Aug 25 20:04:19.417 INFO O| Aug 25 20:04:19.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55912026-08-25T20:04:20.558Z[ recovery-image] Aug 25 20:04:19.417 INFO O| Aug 25 20:04:19.417 INFO STEP 94 (remove_files) COMPLETE
55922026-08-25T20:04:20.564Z[ recovery-image] Aug 25 20:04:19.417 INFO O| Aug 25 20:04:19.417 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-25T20:04:20.568Z[ recovery-image] Aug 25 20:04:19.428 INFO O| Aug 25 20:04:19.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55942026-08-25T20:04:20.568Z[ recovery-image] Aug 25 20:04:19.428 INFO O| Aug 25 20:04:19.428 INFO STEP 95 (remove_files) COMPLETE
55952026-08-25T20:04:20.571Z[ recovery-image] Aug 25 20:04:19.428 INFO O| Aug 25 20:04:19.428 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-25T20:04:20.579Z[ recovery-image] Aug 25 20:04:19.439 INFO O| Aug 25 20:04:19.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55972026-08-25T20:04:20.579Z[ recovery-image] Aug 25 20:04:19.439 INFO O| Aug 25 20:04:19.439 INFO STEP 96 (remove_files) COMPLETE
55982026-08-25T20:04:20.579Z[ recovery-image] Aug 25 20:04:19.439 INFO O| Aug 25 20:04:19.439 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-25T20:04:20.591Z[ recovery-image] Aug 25 20:04:19.451 INFO O| Aug 25 20:04:19.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56002026-08-25T20:04:20.591Z[ recovery-image] Aug 25 20:04:19.451 INFO O| Aug 25 20:04:19.451 INFO STEP 97 (remove_files) COMPLETE
56012026-08-25T20:04:20.591Z[ recovery-image] Aug 25 20:04:19.451 INFO O| Aug 25 20:04:19.451 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-25T20:04:20.601Z[ recovery-image] Aug 25 20:04:19.461 INFO O| Aug 25 20:04:19.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56032026-08-25T20:04:20.601Z[ recovery-image] Aug 25 20:04:19.461 INFO O| Aug 25 20:04:19.461 INFO STEP 98 (remove_files) COMPLETE
56042026-08-25T20:04:20.601Z[ recovery-image] Aug 25 20:04:19.461 INFO O| Aug 25 20:04:19.461 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-25T20:04:20.611Z[ recovery-image] Aug 25 20:04:19.471 INFO O| Aug 25 20:04:19.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56062026-08-25T20:04:20.611Z[ recovery-image] Aug 25 20:04:19.471 INFO O| Aug 25 20:04:19.471 INFO STEP 99 (remove_files) COMPLETE
56072026-08-25T20:04:20.616Z[ recovery-image] Aug 25 20:04:19.471 INFO O| Aug 25 20:04:19.471 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-25T20:04:20.622Z[ recovery-image] Aug 25 20:04:19.481 INFO O| Aug 25 20:04:19.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56092026-08-25T20:04:20.622Z[ recovery-image] Aug 25 20:04:19.481 INFO O| Aug 25 20:04:19.481 INFO STEP 100 (remove_files) COMPLETE
56102026-08-25T20:04:20.622Z[ recovery-image] Aug 25 20:04:19.481 INFO O| Aug 25 20:04:19.481 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-25T20:04:20.627Z[verify-libraries] Compiling num-bigint v0.4.6
56122026-08-25T20:04:20.634Z[ recovery-image] Aug 25 20:04:19.490 INFO O| Aug 25 20:04:19.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56132026-08-25T20:04:20.634Z[ recovery-image] Aug 25 20:04:19.490 INFO O| Aug 25 20:04:19.490 INFO STEP 101 (remove_files) COMPLETE
56142026-08-25T20:04:20.634Z[ recovery-image] Aug 25 20:04:19.490 INFO O| Aug 25 20:04:19.490 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-25T20:04:20.638Z[ recovery-image] Aug 25 20:04:19.499 INFO O| Aug 25 20:04:19.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56162026-08-25T20:04:20.638Z[ recovery-image] Aug 25 20:04:19.499 INFO O| Aug 25 20:04:19.499 INFO STEP 102 (remove_files) COMPLETE
56172026-08-25T20:04:20.639Z[ recovery-image] Aug 25 20:04:19.499 INFO O| Aug 25 20:04:19.499 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-25T20:04:20.647Z[ recovery-image] Aug 25 20:04:19.507 INFO O| Aug 25 20:04:19.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56192026-08-25T20:04:20.647Z[ recovery-image] Aug 25 20:04:19.507 INFO O| Aug 25 20:04:19.507 INFO STEP 103 (remove_files) COMPLETE
56202026-08-25T20:04:20.651Z[ recovery-image] Aug 25 20:04:19.507 INFO O| Aug 25 20:04:19.507 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-25T20:04:20.657Z[ recovery-image] Aug 25 20:04:19.517 INFO O| Aug 25 20:04:19.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56222026-08-25T20:04:20.661Z[ recovery-image] Aug 25 20:04:19.518 INFO O| Aug 25 20:04:19.518 INFO STEP 104 (remove_files) COMPLETE
56232026-08-25T20:04:20.661Z[ recovery-image] Aug 25 20:04:19.518 INFO O| Aug 25 20:04:19.518 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-25T20:04:20.669Z[ recovery-image] Aug 25 20:04:19.528 INFO O| Aug 25 20:04:19.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56252026-08-25T20:04:20.669Z[ recovery-image] Aug 25 20:04:19.528 INFO O| Aug 25 20:04:19.528 INFO STEP 105 (remove_files) COMPLETE
56262026-08-25T20:04:20.669Z[ recovery-image] Aug 25 20:04:19.528 INFO O| Aug 25 20:04:19.528 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-25T20:04:20.677Z[ recovery-image] Aug 25 20:04:19.537 INFO O| Aug 25 20:04:19.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56282026-08-25T20:04:20.677Z[ recovery-image] Aug 25 20:04:19.537 INFO O| Aug 25 20:04:19.537 INFO STEP 106 (remove_files) COMPLETE
56292026-08-25T20:04:20.681Z[ recovery-image] Aug 25 20:04:19.537 INFO O| Aug 25 20:04:19.537 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-25T20:04:20.687Z[ recovery-image] Aug 25 20:04:19.547 INFO O| Aug 25 20:04:19.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56312026-08-25T20:04:20.687Z[ recovery-image] Aug 25 20:04:19.547 INFO O| Aug 25 20:04:19.547 INFO STEP 107 (remove_files) COMPLETE
56322026-08-25T20:04:20.687Z[ recovery-image] Aug 25 20:04:19.547 INFO O| Aug 25 20:04:19.547 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-25T20:04:20.699Z[ recovery-image] Aug 25 20:04:19.558 INFO O| Aug 25 20:04:19.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56342026-08-25T20:04:20.699Z[ recovery-image] Aug 25 20:04:19.558 INFO O| Aug 25 20:04:19.558 INFO STEP 108 (remove_files) COMPLETE
56352026-08-25T20:04:20.699Z[ recovery-image] Aug 25 20:04:19.558 INFO O| Aug 25 20:04:19.558 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-25T20:04:20.707Z[ recovery-image] Aug 25 20:04:19.568 INFO O| Aug 25 20:04:19.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56372026-08-25T20:04:20.707Z[ recovery-image] Aug 25 20:04:19.568 INFO O| Aug 25 20:04:19.568 INFO STEP 109 (remove_files) COMPLETE
56382026-08-25T20:04:20.712Z[ recovery-image] Aug 25 20:04:19.568 INFO O| Aug 25 20:04:19.568 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-25T20:04:20.717Z[ recovery-image] Aug 25 20:04:19.577 INFO O| Aug 25 20:04:19.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56402026-08-25T20:04:20.720Z[ recovery-image] Aug 25 20:04:19.577 INFO O| Aug 25 20:04:19.577 INFO STEP 110 (remove_files) COMPLETE
56412026-08-25T20:04:20.720Z[ recovery-image] Aug 25 20:04:19.577 INFO O| Aug 25 20:04:19.577 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-25T20:04:20.727Z[ recovery-image] Aug 25 20:04:19.588 INFO O| Aug 25 20:04:19.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56432026-08-25T20:04:20.728Z[ recovery-image] Aug 25 20:04:19.588 INFO O| Aug 25 20:04:19.588 INFO STEP 111 (remove_files) COMPLETE
56442026-08-25T20:04:20.733Z[ recovery-image] Aug 25 20:04:19.588 INFO O| Aug 25 20:04:19.588 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-25T20:04:20.738Z[ recovery-image] Aug 25 20:04:19.598 INFO O| Aug 25 20:04:19.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56462026-08-25T20:04:20.742Z[ recovery-image] Aug 25 20:04:19.599 INFO O| Aug 25 20:04:19.599 INFO STEP 112 (remove_files) COMPLETE
56472026-08-25T20:04:20.742Z[ recovery-image] Aug 25 20:04:19.599 INFO O| Aug 25 20:04:19.599 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-25T20:04:20.749Z[ recovery-image] Aug 25 20:04:19.610 INFO O| Aug 25 20:04:19.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56492026-08-25T20:04:20.749Z[ recovery-image] Aug 25 20:04:19.610 INFO O| Aug 25 20:04:19.610 INFO STEP 113 (remove_files) COMPLETE
56502026-08-25T20:04:20.753Z[ recovery-image] Aug 25 20:04:19.610 INFO O| Aug 25 20:04:19.610 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-25T20:04:20.760Z[ recovery-image] Aug 25 20:04:19.619 INFO O| Aug 25 20:04:19.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56522026-08-25T20:04:20.766Z[ recovery-image] Aug 25 20:04:19.620 INFO O| Aug 25 20:04:19.619 INFO STEP 114 (remove_files) COMPLETE
56532026-08-25T20:04:20.766Z[ recovery-image] Aug 25 20:04:19.620 INFO O| Aug 25 20:04:19.619 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-25T20:04:20.772Z[ recovery-image] Aug 25 20:04:19.630 INFO O| Aug 25 20:04:19.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56552026-08-25T20:04:20.772Z[ recovery-image] Aug 25 20:04:19.630 INFO O| Aug 25 20:04:19.630 INFO STEP 115 (remove_files) COMPLETE
56562026-08-25T20:04:20.772Z[ recovery-image] Aug 25 20:04:19.630 INFO O| Aug 25 20:04:19.630 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-25T20:04:20.782Z[ recovery-image] Aug 25 20:04:19.640 INFO O| Aug 25 20:04:19.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56582026-08-25T20:04:20.782Z[ recovery-image] Aug 25 20:04:19.640 INFO O| Aug 25 20:04:19.640 INFO STEP 116 (remove_files) COMPLETE
56592026-08-25T20:04:20.782Z[ recovery-image] Aug 25 20:04:19.640 INFO O| Aug 25 20:04:19.640 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-25T20:04:20.790Z[ recovery-image] Aug 25 20:04:19.650 INFO O| Aug 25 20:04:19.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56612026-08-25T20:04:20.790Z[ recovery-image] Aug 25 20:04:19.650 INFO O| Aug 25 20:04:19.650 INFO STEP 117 (remove_files) COMPLETE
56622026-08-25T20:04:20.790Z[ recovery-image] Aug 25 20:04:19.650 INFO O| Aug 25 20:04:19.650 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-25T20:04:20.801Z[ recovery-image] Aug 25 20:04:19.661 INFO O| Aug 25 20:04:19.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56642026-08-25T20:04:20.801Z[ recovery-image] Aug 25 20:04:19.661 INFO O| Aug 25 20:04:19.661 INFO STEP 118 (remove_files) COMPLETE
56652026-08-25T20:04:20.801Z[ recovery-image] Aug 25 20:04:19.661 INFO O| Aug 25 20:04:19.661 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-25T20:04:20.810Z[ recovery-image] Aug 25 20:04:19.670 INFO O| Aug 25 20:04:19.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56672026-08-25T20:04:20.810Z[ recovery-image] Aug 25 20:04:19.670 INFO O| Aug 25 20:04:19.670 INFO STEP 119 (remove_files) COMPLETE
56682026-08-25T20:04:20.811Z[ recovery-image] Aug 25 20:04:19.670 INFO O| Aug 25 20:04:19.670 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-25T20:04:20.821Z[ recovery-image] Aug 25 20:04:19.680 INFO O| Aug 25 20:04:19.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56702026-08-25T20:04:20.821Z[ recovery-image] Aug 25 20:04:19.680 INFO O| Aug 25 20:04:19.680 INFO STEP 120 (remove_files) COMPLETE
56712026-08-25T20:04:20.821Z[ recovery-image] Aug 25 20:04:19.680 INFO O| Aug 25 20:04:19.680 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-25T20:04:20.829Z[ recovery-image] Aug 25 20:04:19.688 INFO O| Aug 25 20:04:19.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56732026-08-25T20:04:20.829Z[ recovery-image] Aug 25 20:04:19.689 INFO O| Aug 25 20:04:19.689 INFO STEP 121 (remove_files) COMPLETE
56742026-08-25T20:04:20.833Z[ recovery-image] Aug 25 20:04:19.689 INFO O| Aug 25 20:04:19.689 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-25T20:04:20.838Z[ recovery-image] Aug 25 20:04:19.697 INFO O| Aug 25 20:04:19.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56762026-08-25T20:04:20.838Z[ recovery-image] Aug 25 20:04:19.697 INFO O| Aug 25 20:04:19.697 INFO STEP 122 (remove_files) COMPLETE
56772026-08-25T20:04:20.838Z[ recovery-image] Aug 25 20:04:19.697 INFO O| Aug 25 20:04:19.697 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-25T20:04:20.843Z[verify-libraries] Compiling generic-array v1.4.3
56792026-08-25T20:04:20.849Z[ recovery-image] Aug 25 20:04:19.709 INFO O| Aug 25 20:04:19.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56802026-08-25T20:04:20.849Z[ recovery-image] Aug 25 20:04:19.709 INFO O| Aug 25 20:04:19.709 INFO STEP 123 (remove_files) COMPLETE
56812026-08-25T20:04:20.854Z[ recovery-image] Aug 25 20:04:19.709 INFO O| Aug 25 20:04:19.709 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-25T20:04:20.861Z[ recovery-image] Aug 25 20:04:19.720 INFO O| Aug 25 20:04:19.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56832026-08-25T20:04:20.861Z[ recovery-image] Aug 25 20:04:19.721 INFO O| Aug 25 20:04:19.720 INFO STEP 124 (remove_files) COMPLETE
56842026-08-25T20:04:20.861Z[ recovery-image] Aug 25 20:04:19.721 INFO O| Aug 25 20:04:19.721 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-25T20:04:20.885Z[ recovery-image] Aug 25 20:04:19.744 INFO O| Aug 25 20:04:19.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56862026-08-25T20:04:20.885Z[ recovery-image] Aug 25 20:04:19.744 INFO O| Aug 25 20:04:19.744 INFO STEP 125 (remove_files) COMPLETE
56872026-08-25T20:04:20.889Z[ recovery-image] Aug 25 20:04:19.744 INFO O| Aug 25 20:04:19.744 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-25T20:04:20.909Z[ recovery-image] Aug 25 20:04:19.768 INFO O| Aug 25 20:04:19.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56892026-08-25T20:04:20.909Z[ recovery-image] Aug 25 20:04:19.768 INFO O| Aug 25 20:04:19.768 INFO STEP 126 (remove_files) COMPLETE
56902026-08-25T20:04:20.913Z[ recovery-image] Aug 25 20:04:19.768 INFO O| Aug 25 20:04:19.768 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-25T20:04:20.922Z[ recovery-image] Aug 25 20:04:19.778 INFO O| Aug 25 20:04:19.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56922026-08-25T20:04:20.922Z[ recovery-image] Aug 25 20:04:19.778 INFO O| Aug 25 20:04:19.778 INFO STEP 127 (remove_files) COMPLETE
56932026-08-25T20:04:20.926Z[ recovery-image] Aug 25 20:04:19.778 INFO O| Aug 25 20:04:19.778 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-25T20:04:20.932Z[ recovery-image] Aug 25 20:04:19.788 INFO O| Aug 25 20:04:19.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56952026-08-25T20:04:20.932Z[ recovery-image] Aug 25 20:04:19.788 INFO O| Aug 25 20:04:19.788 INFO STEP 128 (remove_files) COMPLETE
56962026-08-25T20:04:20.932Z[ recovery-image] Aug 25 20:04:19.788 INFO O| Aug 25 20:04:19.788 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-25T20:04:20.939Z[ recovery-image] Aug 25 20:04:19.798 INFO O| Aug 25 20:04:19.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56982026-08-25T20:04:20.939Z[ recovery-image] Aug 25 20:04:19.798 INFO O| Aug 25 20:04:19.798 INFO STEP 129 (remove_files) COMPLETE
56992026-08-25T20:04:20.942Z[ recovery-image] Aug 25 20:04:19.798 INFO O| Aug 25 20:04:19.798 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-25T20:04:20.954Z[ recovery-image] Aug 25 20:04:19.814 INFO O| Aug 25 20:04:19.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57012026-08-25T20:04:20.954Z[ recovery-image] Aug 25 20:04:19.815 INFO O| Aug 25 20:04:19.815 INFO STEP 130 (remove_files) COMPLETE
57022026-08-25T20:04:20.954Z[ recovery-image] Aug 25 20:04:19.815 INFO O| Aug 25 20:04:19.815 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-25T20:04:20.965Z[ recovery-image] Aug 25 20:04:19.825 INFO O| Aug 25 20:04:19.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57042026-08-25T20:04:20.965Z[ recovery-image] Aug 25 20:04:19.825 INFO O| Aug 25 20:04:19.825 INFO STEP 131 (remove_files) COMPLETE
57052026-08-25T20:04:20.965Z[ recovery-image] Aug 25 20:04:19.825 INFO O| Aug 25 20:04:19.825 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-25T20:04:20.985Z[ recovery-image] Aug 25 20:04:19.844 INFO O| Aug 25 20:04:19.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57072026-08-25T20:04:20.985Z[ recovery-image] Aug 25 20:04:19.844 INFO O| Aug 25 20:04:19.844 INFO STEP 132 (remove_files) COMPLETE
57082026-08-25T20:04:20.989Z[ recovery-image] Aug 25 20:04:19.844 INFO O| Aug 25 20:04:19.844 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-25T20:04:21.008Z[ recovery-image] Aug 25 20:04:19.865 INFO O| Aug 25 20:04:19.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57102026-08-25T20:04:21.008Z[ recovery-image] Aug 25 20:04:19.865 INFO O| Aug 25 20:04:19.865 INFO STEP 133 (remove_files) COMPLETE
57112026-08-25T20:04:21.008Z[ recovery-image] Aug 25 20:04:19.865 INFO O| Aug 25 20:04:19.865 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-25T20:04:21.017Z[ recovery-image] Aug 25 20:04:19.875 INFO O| Aug 25 20:04:19.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57132026-08-25T20:04:21.017Z[ recovery-image] Aug 25 20:04:19.875 INFO O| Aug 25 20:04:19.875 INFO STEP 134 (remove_files) COMPLETE
57142026-08-25T20:04:21.022Z[ recovery-image] Aug 25 20:04:19.875 INFO O| Aug 25 20:04:19.875 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-25T20:04:21.040Z[ recovery-image] Aug 25 20:04:19.899 INFO O| Aug 25 20:04:19.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57162026-08-25T20:04:21.041Z[ recovery-image] Aug 25 20:04:19.899 INFO O| Aug 25 20:04:19.899 INFO STEP 135 (remove_files) COMPLETE
57172026-08-25T20:04:21.041Z[ recovery-image] Aug 25 20:04:19.899 INFO O| Aug 25 20:04:19.899 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-25T20:04:21.052Z[ recovery-image] Aug 25 20:04:19.912 INFO O| Aug 25 20:04:19.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57192026-08-25T20:04:21.052Z[ recovery-image] Aug 25 20:04:19.912 INFO O| Aug 25 20:04:19.912 INFO STEP 136 (remove_files) COMPLETE
57202026-08-25T20:04:21.056Z[ recovery-image] Aug 25 20:04:19.912 INFO O| Aug 25 20:04:19.912 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-25T20:04:21.068Z[ recovery-image] Aug 25 20:04:19.924 INFO O| Aug 25 20:04:19.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57222026-08-25T20:04:21.068Z[ recovery-image] Aug 25 20:04:19.925 INFO O| Aug 25 20:04:19.924 INFO STEP 137 (remove_files) COMPLETE
57232026-08-25T20:04:21.073Z[ recovery-image] Aug 25 20:04:19.925 INFO O| Aug 25 20:04:19.925 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-25T20:04:21.078Z[ recovery-image] Aug 25 20:04:19.934 INFO O| Aug 25 20:04:19.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57252026-08-25T20:04:21.078Z[ recovery-image] Aug 25 20:04:19.934 INFO O| Aug 25 20:04:19.934 INFO STEP 138 (remove_files) COMPLETE
57262026-08-25T20:04:21.078Z[ recovery-image] Aug 25 20:04:19.934 INFO O| Aug 25 20:04:19.934 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-25T20:04:21.085Z[ recovery-image] Aug 25 20:04:19.945 INFO O| Aug 25 20:04:19.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57282026-08-25T20:04:21.086Z[ recovery-image] Aug 25 20:04:19.945 INFO O| Aug 25 20:04:19.945 INFO STEP 139 (remove_files) COMPLETE
57292026-08-25T20:04:21.086Z[ recovery-image] Aug 25 20:04:19.945 INFO O| Aug 25 20:04:19.945 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-25T20:04:21.096Z[ recovery-image] Aug 25 20:04:19.955 INFO O| Aug 25 20:04:19.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57312026-08-25T20:04:21.096Z[ recovery-image] Aug 25 20:04:19.955 INFO O| Aug 25 20:04:19.955 INFO STEP 140 (remove_files) COMPLETE
57322026-08-25T20:04:21.101Z[ recovery-image] Aug 25 20:04:19.955 INFO O| Aug 25 20:04:19.955 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-25T20:04:21.106Z[ recovery-image] Aug 25 20:04:19.963 INFO O| Aug 25 20:04:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57342026-08-25T20:04:21.106Z[ recovery-image] Aug 25 20:04:19.963 INFO O| Aug 25 20:04:19.963 INFO STEP 141 (remove_files) COMPLETE
57352026-08-25T20:04:21.106Z[ recovery-image] Aug 25 20:04:19.963 INFO O| Aug 25 20:04:19.963 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-25T20:04:21.117Z[ recovery-image] Aug 25 20:04:19.975 INFO O| Aug 25 20:04:19.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57372026-08-25T20:04:21.117Z[ recovery-image] Aug 25 20:04:19.975 INFO O| Aug 25 20:04:19.975 INFO STEP 142 (remove_files) COMPLETE
57382026-08-25T20:04:21.118Z[ recovery-image] Aug 25 20:04:19.975 INFO O| Aug 25 20:04:19.975 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-25T20:04:21.126Z[ recovery-image] Aug 25 20:04:19.987 INFO O| Aug 25 20:04:19.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57402026-08-25T20:04:21.127Z[ recovery-image] Aug 25 20:04:19.987 INFO O| Aug 25 20:04:19.985 INFO STEP 143 (remove_files) COMPLETE
57412026-08-25T20:04:21.130Z[ recovery-image] Aug 25 20:04:19.987 INFO O| Aug 25 20:04:19.985 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-25T20:04:21.142Z[ recovery-image] Aug 25 20:04:20.001 INFO O| Aug 25 20:04:20.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57432026-08-25T20:04:21.142Z[ recovery-image] Aug 25 20:04:20.001 INFO O| Aug 25 20:04:20.001 INFO STEP 144 (remove_files) COMPLETE
57442026-08-25T20:04:21.146Z[ recovery-image] Aug 25 20:04:20.002 INFO O| Aug 25 20:04:20.001 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-25T20:04:21.153Z[ recovery-image] Aug 25 20:04:20.012 INFO O| Aug 25 20:04:20.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57462026-08-25T20:04:21.153Z[ recovery-image] Aug 25 20:04:20.012 INFO O| Aug 25 20:04:20.012 INFO STEP 145 (remove_files) COMPLETE
57472026-08-25T20:04:21.153Z[ recovery-image] Aug 25 20:04:20.012 INFO O| Aug 25 20:04:20.012 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-25T20:04:21.166Z[ recovery-image] Aug 25 20:04:20.025 INFO O| Aug 25 20:04:20.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57492026-08-25T20:04:21.166Z[ recovery-image] Aug 25 20:04:20.025 INFO O| Aug 25 20:04:20.025 INFO STEP 146 (remove_files) COMPLETE
57502026-08-25T20:04:21.166Z[ recovery-image] Aug 25 20:04:20.025 INFO O| Aug 25 20:04:20.025 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-25T20:04:21.171Z[verify-libraries] Compiling russh-util v0.52.0
57522026-08-25T20:04:21.180Z[ recovery-image] Aug 25 20:04:20.040 INFO O| Aug 25 20:04:20.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57532026-08-25T20:04:21.180Z[ recovery-image] Aug 25 20:04:20.040 INFO O| Aug 25 20:04:20.040 INFO STEP 147 (remove_files) COMPLETE
57542026-08-25T20:04:21.180Z[ recovery-image] Aug 25 20:04:20.040 INFO O| Aug 25 20:04:20.040 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-25T20:04:21.192Z[ recovery-image] Aug 25 20:04:20.052 INFO O| Aug 25 20:04:20.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57562026-08-25T20:04:21.192Z[ recovery-image] Aug 25 20:04:20.052 INFO O| Aug 25 20:04:20.052 INFO STEP 148 (remove_files) COMPLETE
57572026-08-25T20:04:21.192Z[ recovery-image] Aug 25 20:04:20.052 INFO O| Aug 25 20:04:20.052 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-25T20:04:21.204Z[ recovery-image] Aug 25 20:04:20.063 INFO O| Aug 25 20:04:20.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57592026-08-25T20:04:21.204Z[ recovery-image] Aug 25 20:04:20.063 INFO O| Aug 25 20:04:20.063 INFO STEP 149 (remove_files) COMPLETE
57602026-08-25T20:04:21.204Z[ recovery-image] Aug 25 20:04:20.063 INFO O| Aug 25 20:04:20.063 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-25T20:04:21.215Z[ recovery-image] Aug 25 20:04:20.074 INFO O| Aug 25 20:04:20.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57622026-08-25T20:04:21.220Z[ recovery-image] Aug 25 20:04:20.075 INFO O| Aug 25 20:04:20.075 INFO STEP 150 (remove_files) COMPLETE
57632026-08-25T20:04:21.220Z[ recovery-image] Aug 25 20:04:20.075 INFO O| Aug 25 20:04:20.075 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-25T20:04:21.227Z[ recovery-image] Aug 25 20:04:20.087 INFO O| Aug 25 20:04:20.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57652026-08-25T20:04:21.227Z[ recovery-image] Aug 25 20:04:20.087 INFO O| Aug 25 20:04:20.087 INFO STEP 151 (remove_files) COMPLETE
57662026-08-25T20:04:21.227Z[ recovery-image] Aug 25 20:04:20.087 INFO O| Aug 25 20:04:20.087 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-25T20:04:21.238Z[ recovery-image] Aug 25 20:04:20.097 INFO O| Aug 25 20:04:20.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57682026-08-25T20:04:21.238Z[ recovery-image] Aug 25 20:04:20.097 INFO O| Aug 25 20:04:20.097 INFO STEP 152 (remove_files) COMPLETE
57692026-08-25T20:04:21.238Z[ recovery-image] Aug 25 20:04:20.097 INFO O| Aug 25 20:04:20.097 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-25T20:04:21.249Z[ recovery-image] Aug 25 20:04:20.107 INFO O| Aug 25 20:04:20.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57712026-08-25T20:04:21.249Z[ recovery-image] Aug 25 20:04:20.107 INFO O| Aug 25 20:04:20.107 INFO STEP 153 (remove_files) COMPLETE
57722026-08-25T20:04:21.249Z[ recovery-image] Aug 25 20:04:20.107 INFO O| Aug 25 20:04:20.107 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-25T20:04:21.257Z[ recovery-image] Aug 25 20:04:20.116 INFO O| Aug 25 20:04:20.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57742026-08-25T20:04:21.257Z[ recovery-image] Aug 25 20:04:20.116 INFO O| Aug 25 20:04:20.116 INFO STEP 154 (remove_files) COMPLETE
57752026-08-25T20:04:21.261Z[ recovery-image] Aug 25 20:04:20.116 INFO O| Aug 25 20:04:20.116 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-25T20:04:21.267Z[ recovery-image] Aug 25 20:04:20.126 INFO O| Aug 25 20:04:20.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57772026-08-25T20:04:21.271Z[ recovery-image] Aug 25 20:04:20.127 INFO O| Aug 25 20:04:20.127 INFO STEP 155 (remove_files) COMPLETE
57782026-08-25T20:04:21.271Z[ recovery-image] Aug 25 20:04:20.127 INFO O| Aug 25 20:04:20.127 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-25T20:04:21.279Z[ recovery-image] Aug 25 20:04:20.138 INFO O| Aug 25 20:04:20.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57802026-08-25T20:04:21.279Z[ recovery-image] Aug 25 20:04:20.138 INFO O| Aug 25 20:04:20.138 INFO STEP 156 (remove_files) COMPLETE
57812026-08-25T20:04:21.279Z[ recovery-image] Aug 25 20:04:20.138 INFO O| Aug 25 20:04:20.138 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-25T20:04:21.288Z[ recovery-image] Aug 25 20:04:20.149 INFO O| Aug 25 20:04:20.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57832026-08-25T20:04:21.289Z[ recovery-image] Aug 25 20:04:20.149 INFO O| Aug 25 20:04:20.149 INFO STEP 157 (remove_files) COMPLETE
57842026-08-25T20:04:21.292Z[ recovery-image] Aug 25 20:04:20.149 INFO O| Aug 25 20:04:20.149 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-25T20:04:21.292Z[verify-libraries] Compiling enum_dispatch v0.3.13
57862026-08-25T20:04:21.299Z[ recovery-image] Aug 25 20:04:20.158 INFO O| Aug 25 20:04:20.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57872026-08-25T20:04:21.299Z[ recovery-image] Aug 25 20:04:20.159 INFO O| Aug 25 20:04:20.159 INFO STEP 158 (remove_files) COMPLETE
57882026-08-25T20:04:21.307Z[ recovery-image] Aug 25 20:04:20.159 INFO O| Aug 25 20:04:20.159 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-25T20:04:21.311Z[ recovery-image] Aug 25 20:04:20.168 INFO O| Aug 25 20:04:20.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57902026-08-25T20:04:21.311Z[ recovery-image] Aug 25 20:04:20.168 INFO O| Aug 25 20:04:20.168 INFO STEP 159 (remove_files) COMPLETE
57912026-08-25T20:04:21.311Z[ recovery-image] Aug 25 20:04:20.168 INFO O| Aug 25 20:04:20.168 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-25T20:04:21.319Z[ recovery-image] Aug 25 20:04:20.178 INFO O| Aug 25 20:04:20.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57932026-08-25T20:04:21.319Z[ recovery-image] Aug 25 20:04:20.178 INFO O| Aug 25 20:04:20.178 INFO STEP 160 (remove_files) COMPLETE
57942026-08-25T20:04:21.319Z[ recovery-image] Aug 25 20:04:20.178 INFO O| Aug 25 20:04:20.178 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-25T20:04:21.328Z[ recovery-image] Aug 25 20:04:20.187 INFO O| Aug 25 20:04:20.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57962026-08-25T20:04:21.328Z[ recovery-image] Aug 25 20:04:20.187 INFO O| Aug 25 20:04:20.187 INFO STEP 161 (remove_files) COMPLETE
57972026-08-25T20:04:21.332Z[ recovery-image] Aug 25 20:04:20.187 INFO O| Aug 25 20:04:20.187 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-25T20:04:21.373Z[ recovery-image] Aug 25 20:04:20.196 INFO O| Aug 25 20:04:20.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57992026-08-25T20:04:21.373Z[ recovery-image] Aug 25 20:04:20.196 INFO O| Aug 25 20:04:20.196 INFO STEP 162 (remove_files) COMPLETE
58002026-08-25T20:04:21.373Z[ recovery-image] Aug 25 20:04:20.196 INFO O| Aug 25 20:04:20.196 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.205 INFO O| Aug 25 20:04:20.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58022026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.205 INFO O| Aug 25 20:04:20.205 INFO STEP 163 (remove_files) COMPLETE
58032026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.205 INFO O| Aug 25 20:04:20.205 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.217 INFO O| Aug 25 20:04:20.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58052026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.217 INFO O| Aug 25 20:04:20.217 INFO STEP 164 (remove_files) COMPLETE
58062026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.217 INFO O| Aug 25 20:04:20.217 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.228 INFO O| Aug 25 20:04:20.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58082026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.228 INFO O| Aug 25 20:04:20.228 INFO STEP 165 (remove_files) COMPLETE
58092026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.228 INFO O| Aug 25 20:04:20.228 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.237 INFO O| Aug 25 20:04:20.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58112026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.238 INFO O| Aug 25 20:04:20.238 INFO STEP 166 (remove_files) COMPLETE
58122026-08-25T20:04:21.391Z[ recovery-image] Aug 25 20:04:20.238 INFO O| Aug 25 20:04:20.238 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-25T20:04:21.396Z[ recovery-image] Aug 25 20:04:20.247 INFO O| Aug 25 20:04:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58142026-08-25T20:04:21.396Z[ recovery-image] Aug 25 20:04:20.247 INFO O| Aug 25 20:04:20.247 INFO STEP 167 (remove_files) COMPLETE
58152026-08-25T20:04:21.396Z[ recovery-image] Aug 25 20:04:20.247 INFO O| Aug 25 20:04:20.247 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-25T20:04:21.401Z[ recovery-image] Aug 25 20:04:20.257 INFO O| Aug 25 20:04:20.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58172026-08-25T20:04:21.401Z[ recovery-image] Aug 25 20:04:20.257 INFO O| Aug 25 20:04:20.257 INFO STEP 168 (remove_files) COMPLETE
58182026-08-25T20:04:21.401Z[ recovery-image] Aug 25 20:04:20.257 INFO O| Aug 25 20:04:20.257 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-25T20:04:21.407Z[ recovery-image] Aug 25 20:04:20.266 INFO O| Aug 25 20:04:20.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58202026-08-25T20:04:21.407Z[ recovery-image] Aug 25 20:04:20.266 INFO O| Aug 25 20:04:20.266 INFO STEP 169 (remove_files) COMPLETE
58212026-08-25T20:04:21.411Z[ recovery-image] Aug 25 20:04:20.266 INFO O| Aug 25 20:04:20.266 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-25T20:04:21.416Z[ recovery-image] Aug 25 20:04:20.277 INFO O| Aug 25 20:04:20.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58232026-08-25T20:04:21.416Z[ recovery-image] Aug 25 20:04:20.277 INFO O| Aug 25 20:04:20.277 INFO STEP 170 (remove_files) COMPLETE
58242026-08-25T20:04:21.417Z[ recovery-image] Aug 25 20:04:20.277 INFO O| Aug 25 20:04:20.277 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-25T20:04:21.427Z[ recovery-image] Aug 25 20:04:20.286 INFO O| Aug 25 20:04:20.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58262026-08-25T20:04:21.432Z[ recovery-image] Aug 25 20:04:20.287 INFO O| Aug 25 20:04:20.287 INFO STEP 171 (remove_files) COMPLETE
58272026-08-25T20:04:21.432Z[ recovery-image] Aug 25 20:04:20.287 INFO O| Aug 25 20:04:20.287 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-25T20:04:21.432Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
58292026-08-25T20:04:21.436Z[ recovery-image] Aug 25 20:04:20.295 INFO O| Aug 25 20:04:20.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58302026-08-25T20:04:21.437Z[ recovery-image] Aug 25 20:04:20.295 INFO O| Aug 25 20:04:20.295 INFO STEP 172 (remove_files) COMPLETE
58312026-08-25T20:04:21.437Z[ recovery-image] Aug 25 20:04:20.295 INFO O| Aug 25 20:04:20.295 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-25T20:04:21.444Z[ recovery-image] Aug 25 20:04:20.303 INFO O| Aug 25 20:04:20.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58332026-08-25T20:04:21.451Z[ recovery-image] Aug 25 20:04:20.303 INFO O| Aug 25 20:04:20.303 INFO STEP 173 (remove_files) COMPLETE
58342026-08-25T20:04:21.451Z[ recovery-image] Aug 25 20:04:20.303 INFO O| Aug 25 20:04:20.303 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-25T20:04:21.455Z[ recovery-image] Aug 25 20:04:20.311 INFO O| Aug 25 20:04:20.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58362026-08-25T20:04:21.455Z[ recovery-image] Aug 25 20:04:20.311 INFO O| Aug 25 20:04:20.311 INFO STEP 174 (remove_files) COMPLETE
58372026-08-25T20:04:21.455Z[ recovery-image] Aug 25 20:04:20.311 INFO O| Aug 25 20:04:20.311 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-25T20:04:21.459Z[verify-libraries] Compiling sapling-renderdag v0.1.0
58392026-08-25T20:04:21.462Z[ recovery-image] Aug 25 20:04:20.322 INFO O| Aug 25 20:04:20.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58402026-08-25T20:04:21.462Z[ recovery-image] Aug 25 20:04:20.322 INFO O| Aug 25 20:04:20.322 INFO STEP 175 (remove_files) COMPLETE
58412026-08-25T20:04:21.463Z[ recovery-image] Aug 25 20:04:20.322 INFO O| Aug 25 20:04:20.322 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-25T20:04:21.473Z[ recovery-image] Aug 25 20:04:20.332 INFO O| Aug 25 20:04:20.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58432026-08-25T20:04:21.473Z[ recovery-image] Aug 25 20:04:20.332 INFO O| Aug 25 20:04:20.332 INFO STEP 176 (remove_files) COMPLETE
58442026-08-25T20:04:21.477Z[ recovery-image] Aug 25 20:04:20.332 INFO O| Aug 25 20:04:20.332 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-25T20:04:21.482Z[ recovery-image] Aug 25 20:04:20.342 INFO O| Aug 25 20:04:20.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58462026-08-25T20:04:21.482Z[ recovery-image] Aug 25 20:04:20.342 INFO O| Aug 25 20:04:20.342 INFO STEP 177 (remove_files) COMPLETE
58472026-08-25T20:04:21.487Z[ recovery-image] Aug 25 20:04:20.342 INFO O| Aug 25 20:04:20.342 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-25T20:04:21.492Z[ recovery-image] Aug 25 20:04:20.352 INFO O| Aug 25 20:04:20.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58492026-08-25T20:04:21.492Z[ recovery-image] Aug 25 20:04:20.352 INFO O| Aug 25 20:04:20.352 INFO STEP 178 (remove_files) COMPLETE
58502026-08-25T20:04:21.492Z[ recovery-image] Aug 25 20:04:20.352 INFO O| Aug 25 20:04:20.352 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-25T20:04:21.505Z[ recovery-image] Aug 25 20:04:20.362 INFO O| Aug 25 20:04:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58522026-08-25T20:04:21.505Z[ recovery-image] Aug 25 20:04:20.362 INFO O| Aug 25 20:04:20.362 INFO STEP 179 (remove_files) COMPLETE
58532026-08-25T20:04:21.505Z[ recovery-image] Aug 25 20:04:20.362 INFO O| Aug 25 20:04:20.362 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-25T20:04:21.511Z[ recovery-image] Aug 25 20:04:20.371 INFO O| Aug 25 20:04:20.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58552026-08-25T20:04:21.511Z[ recovery-image] Aug 25 20:04:20.371 INFO O| Aug 25 20:04:20.371 INFO STEP 180 (remove_files) COMPLETE
58562026-08-25T20:04:21.515Z[ recovery-image] Aug 25 20:04:20.371 INFO O| Aug 25 20:04:20.371 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-25T20:04:21.521Z[ recovery-image] Aug 25 20:04:20.380 INFO O| Aug 25 20:04:20.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58582026-08-25T20:04:21.521Z[ recovery-image] Aug 25 20:04:20.380 INFO O| Aug 25 20:04:20.380 INFO STEP 181 (remove_files) COMPLETE
58592026-08-25T20:04:21.521Z[ recovery-image] Aug 25 20:04:20.380 INFO O| Aug 25 20:04:20.380 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-25T20:04:21.530Z[ recovery-image] Aug 25 20:04:20.390 INFO O| Aug 25 20:04:20.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58612026-08-25T20:04:21.530Z[ recovery-image] Aug 25 20:04:20.390 INFO O| Aug 25 20:04:20.390 INFO STEP 182 (remove_files) COMPLETE
58622026-08-25T20:04:21.530Z[ recovery-image] Aug 25 20:04:20.390 INFO O| Aug 25 20:04:20.390 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-25T20:04:21.539Z[ recovery-image] Aug 25 20:04:20.399 INFO O| Aug 25 20:04:20.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58642026-08-25T20:04:21.539Z[ recovery-image] Aug 25 20:04:20.399 INFO O| Aug 25 20:04:20.399 INFO STEP 183 (remove_files) COMPLETE
58652026-08-25T20:04:21.539Z[ recovery-image] Aug 25 20:04:20.399 INFO O| Aug 25 20:04:20.399 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-25T20:04:21.550Z[ recovery-image] Aug 25 20:04:20.408 INFO O| Aug 25 20:04:20.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58672026-08-25T20:04:21.550Z[ recovery-image] Aug 25 20:04:20.408 INFO O| Aug 25 20:04:20.408 INFO STEP 184 (remove_files) COMPLETE
58682026-08-25T20:04:21.550Z[ recovery-image] Aug 25 20:04:20.408 INFO O| Aug 25 20:04:20.408 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-25T20:04:21.555Z[verify-libraries] Compiling delegate v0.13.5
58702026-08-25T20:04:21.560Z[ recovery-image] Aug 25 20:04:20.418 INFO O| Aug 25 20:04:20.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58712026-08-25T20:04:21.560Z[ recovery-image] Aug 25 20:04:20.418 INFO O| Aug 25 20:04:20.418 INFO STEP 185 (remove_files) COMPLETE
58722026-08-25T20:04:21.560Z[ recovery-image] Aug 25 20:04:20.418 INFO O| Aug 25 20:04:20.418 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-25T20:04:21.567Z[ recovery-image] Aug 25 20:04:20.427 INFO O| Aug 25 20:04:20.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58742026-08-25T20:04:21.567Z[ recovery-image] Aug 25 20:04:20.427 INFO O| Aug 25 20:04:20.427 INFO STEP 186 (remove_files) COMPLETE
58752026-08-25T20:04:21.567Z[ recovery-image] Aug 25 20:04:20.427 INFO O| Aug 25 20:04:20.427 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-25T20:04:21.577Z[ recovery-image] Aug 25 20:04:20.437 INFO O| Aug 25 20:04:20.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58772026-08-25T20:04:21.577Z[ recovery-image] Aug 25 20:04:20.437 INFO O| Aug 25 20:04:20.437 INFO STEP 187 (remove_files) COMPLETE
58782026-08-25T20:04:21.577Z[ recovery-image] Aug 25 20:04:20.437 INFO O| Aug 25 20:04:20.437 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-25T20:04:21.586Z[ recovery-image] Aug 25 20:04:20.446 INFO O| Aug 25 20:04:20.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58802026-08-25T20:04:21.586Z[ recovery-image] Aug 25 20:04:20.446 INFO O| Aug 25 20:04:20.446 INFO STEP 188 (remove_files) COMPLETE
58812026-08-25T20:04:21.586Z[ recovery-image] Aug 25 20:04:20.446 INFO O| Aug 25 20:04:20.446 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-25T20:04:21.596Z[ recovery-image] Aug 25 20:04:20.455 INFO O| Aug 25 20:04:20.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58832026-08-25T20:04:21.597Z[ recovery-image] Aug 25 20:04:20.455 INFO O| Aug 25 20:04:20.455 INFO STEP 189 (remove_files) COMPLETE
58842026-08-25T20:04:21.597Z[ recovery-image] Aug 25 20:04:20.455 INFO O| Aug 25 20:04:20.455 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-25T20:04:21.604Z[ recovery-image] Aug 25 20:04:20.464 INFO O| Aug 25 20:04:20.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58862026-08-25T20:04:21.604Z[ recovery-image] Aug 25 20:04:20.464 INFO O| Aug 25 20:04:20.464 INFO STEP 190 (remove_files) COMPLETE
58872026-08-25T20:04:21.605Z[ recovery-image] Aug 25 20:04:20.464 INFO O| Aug 25 20:04:20.464 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-25T20:04:21.614Z[ recovery-image] Aug 25 20:04:20.473 INFO O| Aug 25 20:04:20.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58892026-08-25T20:04:21.614Z[ recovery-image] Aug 25 20:04:20.473 INFO O| Aug 25 20:04:20.473 INFO STEP 191 (remove_files) COMPLETE
58902026-08-25T20:04:21.614Z[ recovery-image] Aug 25 20:04:20.473 INFO O| Aug 25 20:04:20.473 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-25T20:04:21.623Z[ recovery-image] Aug 25 20:04:20.482 INFO O| Aug 25 20:04:20.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58922026-08-25T20:04:21.624Z[ recovery-image] Aug 25 20:04:20.482 INFO O| Aug 25 20:04:20.482 INFO STEP 192 (remove_files) COMPLETE
58932026-08-25T20:04:21.624Z[ recovery-image] Aug 25 20:04:20.482 INFO O| Aug 25 20:04:20.482 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-25T20:04:21.631Z[ recovery-image] Aug 25 20:04:20.490 INFO O| Aug 25 20:04:20.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58952026-08-25T20:04:21.631Z[ recovery-image] Aug 25 20:04:20.490 INFO O| Aug 25 20:04:20.490 INFO STEP 193 (remove_files) COMPLETE
58962026-08-25T20:04:21.636Z[ recovery-image] Aug 25 20:04:20.490 INFO O| Aug 25 20:04:20.490 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-25T20:04:21.640Z[ recovery-image] Aug 25 20:04:20.498 INFO O| Aug 25 20:04:20.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58982026-08-25T20:04:21.640Z[ recovery-image] Aug 25 20:04:20.498 INFO O| Aug 25 20:04:20.498 INFO STEP 194 (remove_files) COMPLETE
58992026-08-25T20:04:21.640Z[ recovery-image] Aug 25 20:04:20.498 INFO O| Aug 25 20:04:20.498 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-25T20:04:21.649Z[ recovery-image] Aug 25 20:04:20.508 INFO O| Aug 25 20:04:20.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59012026-08-25T20:04:21.649Z[ recovery-image] Aug 25 20:04:20.508 INFO O| Aug 25 20:04:20.508 INFO STEP 195 (remove_files) COMPLETE
59022026-08-25T20:04:21.654Z[ recovery-image] Aug 25 20:04:20.508 INFO O| Aug 25 20:04:20.508 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-25T20:04:21.658Z[ recovery-image] Aug 25 20:04:20.517 INFO O| Aug 25 20:04:20.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59042026-08-25T20:04:21.658Z[ recovery-image] Aug 25 20:04:20.517 INFO O| Aug 25 20:04:20.517 INFO STEP 196 (remove_files) COMPLETE
59052026-08-25T20:04:21.658Z[ recovery-image] Aug 25 20:04:20.517 INFO O| Aug 25 20:04:20.517 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-25T20:04:21.666Z[ recovery-image] Aug 25 20:04:20.526 INFO O| Aug 25 20:04:20.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59072026-08-25T20:04:21.666Z[ recovery-image] Aug 25 20:04:20.526 INFO O| Aug 25 20:04:20.526 INFO STEP 197 (remove_files) COMPLETE
59082026-08-25T20:04:21.672Z[ recovery-image] Aug 25 20:04:20.526 INFO O| Aug 25 20:04:20.526 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-25T20:04:21.678Z[ recovery-image] Aug 25 20:04:20.535 INFO O| Aug 25 20:04:20.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59102026-08-25T20:04:21.678Z[ recovery-image] Aug 25 20:04:20.535 INFO O| Aug 25 20:04:20.535 INFO STEP 198 (remove_files) COMPLETE
59112026-08-25T20:04:21.678Z[ recovery-image] Aug 25 20:04:20.535 INFO O| Aug 25 20:04:20.535 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-25T20:04:21.685Z[ recovery-image] Aug 25 20:04:20.544 INFO O| Aug 25 20:04:20.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59132026-08-25T20:04:21.685Z[ recovery-image] Aug 25 20:04:20.544 INFO O| Aug 25 20:04:20.544 INFO STEP 199 (remove_files) COMPLETE
59142026-08-25T20:04:21.689Z[ recovery-image] Aug 25 20:04:20.544 INFO O| Aug 25 20:04:20.544 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-25T20:04:21.695Z[ recovery-image] Aug 25 20:04:20.554 INFO O| Aug 25 20:04:20.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59162026-08-25T20:04:21.695Z[ recovery-image] Aug 25 20:04:20.554 INFO O| Aug 25 20:04:20.554 INFO STEP 200 (remove_files) COMPLETE
59172026-08-25T20:04:21.699Z[ recovery-image] Aug 25 20:04:20.554 INFO O| Aug 25 20:04:20.554 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-25T20:04:21.704Z[ recovery-image] Aug 25 20:04:20.563 INFO O| Aug 25 20:04:20.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59192026-08-25T20:04:21.708Z[ recovery-image] Aug 25 20:04:20.564 INFO O| Aug 25 20:04:20.564 INFO STEP 201 (remove_files) COMPLETE
59202026-08-25T20:04:21.708Z[ recovery-image] Aug 25 20:04:20.564 INFO O| Aug 25 20:04:20.564 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-25T20:04:21.716Z[ recovery-image] Aug 25 20:04:20.573 INFO O| Aug 25 20:04:20.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59222026-08-25T20:04:21.716Z[ recovery-image] Aug 25 20:04:20.573 INFO O| Aug 25 20:04:20.573 INFO STEP 202 (remove_files) COMPLETE
59232026-08-25T20:04:21.716Z[ recovery-image] Aug 25 20:04:20.573 INFO O| Aug 25 20:04:20.573 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-25T20:04:21.724Z[ recovery-image] Aug 25 20:04:20.584 INFO O| Aug 25 20:04:20.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59252026-08-25T20:04:21.728Z[ recovery-image] Aug 25 20:04:20.585 INFO O| Aug 25 20:04:20.585 INFO STEP 203 (remove_files) COMPLETE
59262026-08-25T20:04:21.728Z[ recovery-image] Aug 25 20:04:20.585 INFO O| Aug 25 20:04:20.585 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-25T20:04:21.735Z[ recovery-image] Aug 25 20:04:20.595 INFO O| Aug 25 20:04:20.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59282026-08-25T20:04:21.735Z[ recovery-image] Aug 25 20:04:20.595 INFO O| Aug 25 20:04:20.595 INFO STEP 204 (remove_files) COMPLETE
59292026-08-25T20:04:21.735Z[ recovery-image] Aug 25 20:04:20.595 INFO O| Aug 25 20:04:20.595 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-25T20:04:21.750Z[ recovery-image] Aug 25 20:04:20.605 INFO O| Aug 25 20:04:20.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59312026-08-25T20:04:21.751Z[ recovery-image] Aug 25 20:04:20.605 INFO O| Aug 25 20:04:20.605 INFO STEP 205 (remove_files) COMPLETE
59322026-08-25T20:04:21.751Z[ recovery-image] Aug 25 20:04:20.605 INFO O| Aug 25 20:04:20.605 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-25T20:04:21.756Z[ recovery-image] Aug 25 20:04:20.614 INFO O| Aug 25 20:04:20.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59342026-08-25T20:04:21.756Z[ recovery-image] Aug 25 20:04:20.614 INFO O| Aug 25 20:04:20.614 INFO STEP 206 (remove_files) COMPLETE
59352026-08-25T20:04:21.756Z[ recovery-image] Aug 25 20:04:20.614 INFO O| Aug 25 20:04:20.614 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-25T20:04:21.761Z[ recovery-image] Aug 25 20:04:20.622 INFO O| Aug 25 20:04:20.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59372026-08-25T20:04:21.762Z[ recovery-image] Aug 25 20:04:20.622 INFO O| Aug 25 20:04:20.622 INFO STEP 207 (remove_files) COMPLETE
59382026-08-25T20:04:21.762Z[ recovery-image] Aug 25 20:04:20.622 INFO O| Aug 25 20:04:20.622 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-25T20:04:21.772Z[ recovery-image] Aug 25 20:04:20.631 INFO O| Aug 25 20:04:20.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59402026-08-25T20:04:21.772Z[ recovery-image] Aug 25 20:04:20.632 INFO O| Aug 25 20:04:20.632 INFO STEP 208 (remove_files) COMPLETE
59412026-08-25T20:04:21.772Z[ recovery-image] Aug 25 20:04:20.632 INFO O| Aug 25 20:04:20.632 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-25T20:04:21.781Z[ recovery-image] Aug 25 20:04:20.641 INFO O| Aug 25 20:04:20.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59432026-08-25T20:04:21.781Z[ recovery-image] Aug 25 20:04:20.641 INFO O| Aug 25 20:04:20.641 INFO STEP 209 (remove_files) COMPLETE
59442026-08-25T20:04:21.781Z[ recovery-image] Aug 25 20:04:20.641 INFO O| Aug 25 20:04:20.641 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-25T20:04:21.789Z[ recovery-image] Aug 25 20:04:20.650 INFO O| Aug 25 20:04:20.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59462026-08-25T20:04:21.790Z[ recovery-image] Aug 25 20:04:20.650 INFO O| Aug 25 20:04:20.650 INFO STEP 210 (remove_files) COMPLETE
59472026-08-25T20:04:21.793Z[ recovery-image] Aug 25 20:04:20.650 INFO O| Aug 25 20:04:20.650 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-25T20:04:21.801Z[ recovery-image] Aug 25 20:04:20.660 INFO O| Aug 25 20:04:20.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59492026-08-25T20:04:21.801Z[ recovery-image] Aug 25 20:04:20.660 INFO O| Aug 25 20:04:20.660 INFO STEP 211 (remove_files) COMPLETE
59502026-08-25T20:04:21.805Z[ recovery-image] Aug 25 20:04:20.660 INFO O| Aug 25 20:04:20.660 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-25T20:04:21.810Z[ recovery-image] Aug 25 20:04:20.671 INFO O| Aug 25 20:04:20.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59522026-08-25T20:04:21.811Z[ recovery-image] Aug 25 20:04:20.671 INFO O| Aug 25 20:04:20.671 INFO STEP 212 (remove_files) COMPLETE
59532026-08-25T20:04:21.811Z[ recovery-image] Aug 25 20:04:20.671 INFO O| Aug 25 20:04:20.671 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-25T20:04:21.824Z[ recovery-image] Aug 25 20:04:20.681 INFO O| Aug 25 20:04:20.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59552026-08-25T20:04:21.824Z[ recovery-image] Aug 25 20:04:20.681 INFO O| Aug 25 20:04:20.681 INFO STEP 213 (remove_files) COMPLETE
59562026-08-25T20:04:21.824Z[ recovery-image] Aug 25 20:04:20.681 INFO O| Aug 25 20:04:20.681 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-25T20:04:21.832Z[ recovery-image] Aug 25 20:04:20.692 INFO O| Aug 25 20:04:20.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59582026-08-25T20:04:21.837Z[ recovery-image] Aug 25 20:04:20.692 INFO O| Aug 25 20:04:20.692 INFO STEP 214 (remove_files) COMPLETE
59592026-08-25T20:04:21.837Z[ recovery-image] Aug 25 20:04:20.692 INFO O| Aug 25 20:04:20.692 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-25T20:04:21.837Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59612026-08-25T20:04:21.843Z[ recovery-image] Aug 25 20:04:20.701 INFO O| Aug 25 20:04:20.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59622026-08-25T20:04:21.843Z[ recovery-image] Aug 25 20:04:20.701 INFO O| Aug 25 20:04:20.701 INFO STEP 215 (remove_files) COMPLETE
59632026-08-25T20:04:21.843Z[ recovery-image] Aug 25 20:04:20.701 INFO O| Aug 25 20:04:20.701 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-25T20:04:21.852Z[ recovery-image] Aug 25 20:04:20.712 INFO O| Aug 25 20:04:20.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59652026-08-25T20:04:21.853Z[ recovery-image] Aug 25 20:04:20.712 INFO O| Aug 25 20:04:20.712 INFO STEP 216 (remove_files) COMPLETE
59662026-08-25T20:04:21.853Z[ recovery-image] Aug 25 20:04:20.712 INFO O| Aug 25 20:04:20.712 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-25T20:04:21.861Z[ recovery-image] Aug 25 20:04:20.721 INFO O| Aug 25 20:04:20.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59682026-08-25T20:04:21.861Z[ recovery-image] Aug 25 20:04:20.721 INFO O| Aug 25 20:04:20.721 INFO STEP 217 (remove_files) COMPLETE
59692026-08-25T20:04:21.861Z[ recovery-image] Aug 25 20:04:20.721 INFO O| Aug 25 20:04:20.721 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-25T20:04:21.870Z[ recovery-image] Aug 25 20:04:20.731 INFO O| Aug 25 20:04:20.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59712026-08-25T20:04:21.871Z[ recovery-image] Aug 25 20:04:20.731 INFO O| Aug 25 20:04:20.731 INFO STEP 218 (remove_files) COMPLETE
59722026-08-25T20:04:21.871Z[ recovery-image] Aug 25 20:04:20.731 INFO O| Aug 25 20:04:20.731 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-25T20:04:21.880Z[ recovery-image] Aug 25 20:04:20.740 INFO O| Aug 25 20:04:20.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59742026-08-25T20:04:21.881Z[ recovery-image] Aug 25 20:04:20.740 INFO O| Aug 25 20:04:20.740 INFO STEP 219 (remove_files) COMPLETE
59752026-08-25T20:04:21.881Z[ recovery-image] Aug 25 20:04:20.740 INFO O| Aug 25 20:04:20.740 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-25T20:04:21.890Z[ recovery-image] Aug 25 20:04:20.749 INFO O| Aug 25 20:04:20.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59772026-08-25T20:04:21.890Z[ recovery-image] Aug 25 20:04:20.749 INFO O| Aug 25 20:04:20.749 INFO STEP 220 (remove_files) COMPLETE
59782026-08-25T20:04:21.894Z[ recovery-image] Aug 25 20:04:20.749 INFO O| Aug 25 20:04:20.749 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-25T20:04:21.898Z[ recovery-image] Aug 25 20:04:20.758 INFO O| Aug 25 20:04:20.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59802026-08-25T20:04:21.898Z[ recovery-image] Aug 25 20:04:20.758 INFO O| Aug 25 20:04:20.758 INFO STEP 221 (remove_files) COMPLETE
59812026-08-25T20:04:21.898Z[ recovery-image] Aug 25 20:04:20.758 INFO O| Aug 25 20:04:20.758 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-25T20:04:21.904Z[verify-libraries] Compiling sync-ptr v0.1.4
59832026-08-25T20:04:21.909Z[ recovery-image] Aug 25 20:04:20.767 INFO O| Aug 25 20:04:20.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59842026-08-25T20:04:21.909Z[ recovery-image] Aug 25 20:04:20.767 INFO O| Aug 25 20:04:20.767 INFO STEP 222 (remove_files) COMPLETE
59852026-08-25T20:04:21.909Z[ recovery-image] Aug 25 20:04:20.767 INFO O| Aug 25 20:04:20.767 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-25T20:04:21.917Z[ recovery-image] Aug 25 20:04:20.777 INFO O| Aug 25 20:04:20.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59872026-08-25T20:04:21.917Z[ recovery-image] Aug 25 20:04:20.777 INFO O| Aug 25 20:04:20.777 INFO STEP 223 (remove_files) COMPLETE
59882026-08-25T20:04:21.917Z[ recovery-image] Aug 25 20:04:20.777 INFO O| Aug 25 20:04:20.777 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-25T20:04:21.927Z[ recovery-image] Aug 25 20:04:20.787 INFO O| Aug 25 20:04:20.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59902026-08-25T20:04:21.927Z[ recovery-image] Aug 25 20:04:20.787 INFO O| Aug 25 20:04:20.787 INFO STEP 224 (remove_files) COMPLETE
59912026-08-25T20:04:21.927Z[ recovery-image] Aug 25 20:04:20.787 INFO O| Aug 25 20:04:20.787 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-25T20:04:21.937Z[ recovery-image] Aug 25 20:04:20.797 INFO O| Aug 25 20:04:20.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59932026-08-25T20:04:21.937Z[ recovery-image] Aug 25 20:04:20.797 INFO O| Aug 25 20:04:20.797 INFO STEP 225 (remove_files) COMPLETE
59942026-08-25T20:04:21.937Z[ recovery-image] Aug 25 20:04:20.797 INFO O| Aug 25 20:04:20.797 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-25T20:04:21.945Z[verify-libraries] Compiling hex-literal v1.1.0
59962026-08-25T20:04:21.949Z[ recovery-image] Aug 25 20:04:20.807 INFO O| Aug 25 20:04:20.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59972026-08-25T20:04:21.949Z[ recovery-image] Aug 25 20:04:20.807 INFO O| Aug 25 20:04:20.807 INFO STEP 226 (remove_files) COMPLETE
59982026-08-25T20:04:21.949Z[ recovery-image] Aug 25 20:04:20.807 INFO O| Aug 25 20:04:20.807 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-25T20:04:21.958Z[ recovery-image] Aug 25 20:04:20.817 INFO O| Aug 25 20:04:20.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60002026-08-25T20:04:21.958Z[ recovery-image] Aug 25 20:04:20.818 INFO O| Aug 25 20:04:20.817 INFO STEP 227 (remove_files) COMPLETE
60012026-08-25T20:04:21.961Z[ recovery-image] Aug 25 20:04:20.818 INFO O| Aug 25 20:04:20.817 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-25T20:04:21.968Z[ recovery-image] Aug 25 20:04:20.827 INFO O| Aug 25 20:04:20.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60032026-08-25T20:04:21.968Z[ recovery-image] Aug 25 20:04:20.827 INFO O| Aug 25 20:04:20.827 INFO STEP 228 (remove_files) COMPLETE
60042026-08-25T20:04:21.972Z[ recovery-image] Aug 25 20:04:20.827 INFO O| Aug 25 20:04:20.827 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-25T20:04:21.977Z[ recovery-image] Aug 25 20:04:20.836 INFO O| Aug 25 20:04:20.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60062026-08-25T20:04:21.977Z[ recovery-image] Aug 25 20:04:20.836 INFO O| Aug 25 20:04:20.836 INFO STEP 229 (remove_files) COMPLETE
60072026-08-25T20:04:21.977Z[ recovery-image] Aug 25 20:04:20.837 INFO O| Aug 25 20:04:20.836 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-25T20:04:21.987Z[ recovery-image] Aug 25 20:04:20.846 INFO O| Aug 25 20:04:20.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60092026-08-25T20:04:21.987Z[ recovery-image] Aug 25 20:04:20.846 INFO O| Aug 25 20:04:20.846 INFO STEP 230 (remove_files) COMPLETE
60102026-08-25T20:04:21.987Z[ recovery-image] Aug 25 20:04:20.846 INFO O| Aug 25 20:04:20.846 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-25T20:04:21.995Z[ recovery-image] Aug 25 20:04:20.855 INFO O| Aug 25 20:04:20.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60122026-08-25T20:04:21.995Z[ recovery-image] Aug 25 20:04:20.855 INFO O| Aug 25 20:04:20.855 INFO STEP 231 (remove_files) COMPLETE
60132026-08-25T20:04:21.995Z[ recovery-image] Aug 25 20:04:20.855 INFO O| Aug 25 20:04:20.855 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-25T20:04:22.004Z[ recovery-image] Aug 25 20:04:20.864 INFO O| Aug 25 20:04:20.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60152026-08-25T20:04:22.004Z[ recovery-image] Aug 25 20:04:20.864 INFO O| Aug 25 20:04:20.864 INFO STEP 232 (remove_files) COMPLETE
60162026-08-25T20:04:22.004Z[ recovery-image] Aug 25 20:04:20.864 INFO O| Aug 25 20:04:20.864 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-25T20:04:22.013Z[ recovery-image] Aug 25 20:04:20.873 INFO O| Aug 25 20:04:20.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60182026-08-25T20:04:22.013Z[ recovery-image] Aug 25 20:04:20.873 INFO O| Aug 25 20:04:20.873 INFO STEP 233 (remove_files) COMPLETE
60192026-08-25T20:04:22.013Z[ recovery-image] Aug 25 20:04:20.873 INFO O| Aug 25 20:04:20.873 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-25T20:04:22.022Z[ recovery-image] Aug 25 20:04:20.882 INFO O| Aug 25 20:04:20.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60212026-08-25T20:04:22.027Z[ recovery-image] Aug 25 20:04:20.883 INFO O| Aug 25 20:04:20.883 INFO STEP 234 (remove_files) COMPLETE
60222026-08-25T20:04:22.027Z[ recovery-image] Aug 25 20:04:20.883 INFO O| Aug 25 20:04:20.883 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-25T20:04:22.032Z[ recovery-image] Aug 25 20:04:20.892 INFO O| Aug 25 20:04:20.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60242026-08-25T20:04:22.032Z[ recovery-image] Aug 25 20:04:20.892 INFO O| Aug 25 20:04:20.892 INFO STEP 235 (remove_files) COMPLETE
60252026-08-25T20:04:22.032Z[ recovery-image] Aug 25 20:04:20.892 INFO O| Aug 25 20:04:20.892 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-25T20:04:22.050Z[ recovery-image] Aug 25 20:04:20.910 INFO O| Aug 25 20:04:20.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60272026-08-25T20:04:22.050Z[ recovery-image] Aug 25 20:04:20.910 INFO O| Aug 25 20:04:20.910 INFO STEP 236 (remove_files) COMPLETE
60282026-08-25T20:04:22.050Z[ recovery-image] Aug 25 20:04:20.910 INFO O| Aug 25 20:04:20.910 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-25T20:04:22.060Z[ recovery-image] Aug 25 20:04:20.920 INFO O| Aug 25 20:04:20.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60302026-08-25T20:04:22.060Z[ recovery-image] Aug 25 20:04:20.920 INFO O| Aug 25 20:04:20.920 INFO STEP 237 (remove_files) COMPLETE
60312026-08-25T20:04:22.060Z[ recovery-image] Aug 25 20:04:20.920 INFO O| Aug 25 20:04:20.920 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-25T20:04:22.070Z[ recovery-image] Aug 25 20:04:20.930 INFO O| Aug 25 20:04:20.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60332026-08-25T20:04:22.070Z[ recovery-image] Aug 25 20:04:20.930 INFO O| Aug 25 20:04:20.930 INFO STEP 238 (remove_files) COMPLETE
60342026-08-25T20:04:22.070Z[ recovery-image] Aug 25 20:04:20.930 INFO O| Aug 25 20:04:20.930 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-25T20:04:22.080Z[ recovery-image] Aug 25 20:04:20.940 INFO O| Aug 25 20:04:20.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60362026-08-25T20:04:22.080Z[ recovery-image] Aug 25 20:04:20.940 INFO O| Aug 25 20:04:20.940 INFO STEP 239 (remove_files) COMPLETE
60372026-08-25T20:04:22.084Z[ recovery-image] Aug 25 20:04:20.941 INFO O| Aug 25 20:04:20.940 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-25T20:04:22.090Z[verify-libraries] Compiling md5 v0.8.0
60392026-08-25T20:04:22.095Z[ recovery-image] Aug 25 20:04:20.950 INFO O| Aug 25 20:04:20.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60402026-08-25T20:04:22.095Z[ recovery-image] Aug 25 20:04:20.950 INFO O| Aug 25 20:04:20.950 INFO STEP 240 (remove_files) COMPLETE
60412026-08-25T20:04:22.095Z[ recovery-image] Aug 25 20:04:20.950 INFO O| Aug 25 20:04:20.950 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-25T20:04:22.099Z[ recovery-image] Aug 25 20:04:20.959 INFO O| Aug 25 20:04:20.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60432026-08-25T20:04:22.099Z[ recovery-image] Aug 25 20:04:20.959 INFO O| Aug 25 20:04:20.959 INFO STEP 241 (remove_files) COMPLETE
60442026-08-25T20:04:22.099Z[ recovery-image] Aug 25 20:04:20.959 INFO O| Aug 25 20:04:20.959 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-25T20:04:22.108Z[ recovery-image] Aug 25 20:04:20.968 INFO O| Aug 25 20:04:20.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60462026-08-25T20:04:22.108Z[ recovery-image] Aug 25 20:04:20.968 INFO O| Aug 25 20:04:20.968 INFO STEP 242 (remove_files) COMPLETE
60472026-08-25T20:04:22.108Z[ recovery-image] Aug 25 20:04:20.968 INFO O| Aug 25 20:04:20.968 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-25T20:04:22.142Z[verify-libraries] Compiling seq-macro v0.3.6
60492026-08-25T20:04:22.145Z[ recovery-image] Aug 25 20:04:21.004 INFO O| Aug 25 20:04:21.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60502026-08-25T20:04:22.145Z[ recovery-image] Aug 25 20:04:21.004 INFO O| Aug 25 20:04:21.003 INFO STEP 243 (remove_files) COMPLETE
60512026-08-25T20:04:22.145Z[ recovery-image] Aug 25 20:04:21.004 INFO O| Aug 25 20:04:21.003 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-25T20:04:22.156Z[ recovery-image] Aug 25 20:04:21.015 INFO O| Aug 25 20:04:21.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60532026-08-25T20:04:22.156Z[ recovery-image] Aug 25 20:04:21.016 INFO O| Aug 25 20:04:21.015 INFO STEP 244 (remove_files) COMPLETE
60542026-08-25T20:04:22.156Z[ recovery-image] Aug 25 20:04:21.016 INFO O| Aug 25 20:04:21.015 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-25T20:04:22.166Z[ recovery-image] Aug 25 20:04:21.025 INFO O| Aug 25 20:04:21.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60562026-08-25T20:04:22.166Z[ recovery-image] Aug 25 20:04:21.025 INFO O| Aug 25 20:04:21.025 INFO STEP 245 (remove_files) COMPLETE
60572026-08-25T20:04:22.170Z[ recovery-image] Aug 25 20:04:21.025 INFO O| Aug 25 20:04:21.025 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-25T20:04:22.175Z[ recovery-image] Aug 25 20:04:21.035 INFO O| Aug 25 20:04:21.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60592026-08-25T20:04:22.175Z[ recovery-image] Aug 25 20:04:21.035 INFO O| Aug 25 20:04:21.035 INFO STEP 246 (remove_files) COMPLETE
60602026-08-25T20:04:22.175Z[ recovery-image] Aug 25 20:04:21.035 INFO O| Aug 25 20:04:21.035 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-25T20:04:22.186Z[ recovery-image] Aug 25 20:04:21.044 INFO O| Aug 25 20:04:21.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60622026-08-25T20:04:22.186Z[ recovery-image] Aug 25 20:04:21.045 INFO O| Aug 25 20:04:21.044 INFO STEP 247 (remove_files) COMPLETE
60632026-08-25T20:04:22.187Z[ recovery-image] Aug 25 20:04:21.045 INFO O| Aug 25 20:04:21.045 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-25T20:04:22.194Z[ recovery-image] Aug 25 20:04:21.054 INFO O| Aug 25 20:04:21.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60652026-08-25T20:04:22.194Z[ recovery-image] Aug 25 20:04:21.054 INFO O| Aug 25 20:04:21.054 INFO STEP 248 (remove_files) COMPLETE
60662026-08-25T20:04:22.203Z[ recovery-image] Aug 25 20:04:21.054 INFO O| Aug 25 20:04:21.054 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-25T20:04:22.206Z[ recovery-image] Aug 25 20:04:21.064 INFO O| Aug 25 20:04:21.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60682026-08-25T20:04:22.206Z[ recovery-image] Aug 25 20:04:21.064 INFO O| Aug 25 20:04:21.064 INFO STEP 249 (remove_files) COMPLETE
60692026-08-25T20:04:22.207Z[ recovery-image] Aug 25 20:04:21.064 INFO O| Aug 25 20:04:21.064 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-25T20:04:22.215Z[ recovery-image] Aug 25 20:04:21.075 INFO O| Aug 25 20:04:21.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60712026-08-25T20:04:22.215Z[ recovery-image] Aug 25 20:04:21.075 INFO O| Aug 25 20:04:21.075 INFO STEP 250 (remove_files) COMPLETE
60722026-08-25T20:04:22.215Z[ recovery-image] Aug 25 20:04:21.075 INFO O| Aug 25 20:04:21.075 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-25T20:04:22.228Z[ recovery-image] Aug 25 20:04:21.086 INFO O| Aug 25 20:04:21.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60742026-08-25T20:04:22.228Z[ recovery-image] Aug 25 20:04:21.086 INFO O| Aug 25 20:04:21.086 INFO STEP 251 (remove_files) COMPLETE
60752026-08-25T20:04:22.228Z[ recovery-image] Aug 25 20:04:21.086 INFO O| Aug 25 20:04:21.086 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-25T20:04:22.235Z[ recovery-image] Aug 25 20:04:21.095 INFO O| Aug 25 20:04:21.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60772026-08-25T20:04:22.235Z[ recovery-image] Aug 25 20:04:21.095 INFO O| Aug 25 20:04:21.095 INFO STEP 252 (remove_files) COMPLETE
60782026-08-25T20:04:22.238Z[ recovery-image] Aug 25 20:04:21.095 INFO O| Aug 25 20:04:21.095 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-25T20:04:22.244Z[ recovery-image] Aug 25 20:04:21.105 INFO O| Aug 25 20:04:21.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60802026-08-25T20:04:22.245Z[ recovery-image] Aug 25 20:04:21.105 INFO O| Aug 25 20:04:21.105 INFO STEP 253 (remove_files) COMPLETE
60812026-08-25T20:04:22.245Z[ recovery-image] Aug 25 20:04:21.105 INFO O| Aug 25 20:04:21.105 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-25T20:04:22.254Z[ recovery-image] Aug 25 20:04:21.114 INFO O| Aug 25 20:04:21.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60832026-08-25T20:04:22.254Z[ recovery-image] Aug 25 20:04:21.114 INFO O| Aug 25 20:04:21.114 INFO STEP 254 (remove_files) COMPLETE
60842026-08-25T20:04:22.254Z[ recovery-image] Aug 25 20:04:21.114 INFO O| Aug 25 20:04:21.114 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-25T20:04:22.264Z[ recovery-image] Aug 25 20:04:21.124 INFO O| Aug 25 20:04:21.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60862026-08-25T20:04:22.264Z[ recovery-image] Aug 25 20:04:21.125 INFO O| Aug 25 20:04:21.125 INFO STEP 255 (remove_files) COMPLETE
60872026-08-25T20:04:22.264Z[ recovery-image] Aug 25 20:04:21.125 INFO O| Aug 25 20:04:21.125 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-25T20:04:22.274Z[ recovery-image] Aug 25 20:04:21.135 INFO O| Aug 25 20:04:21.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60892026-08-25T20:04:22.274Z[ recovery-image] Aug 25 20:04:21.135 INFO O| Aug 25 20:04:21.135 INFO STEP 256 (remove_files) COMPLETE
60902026-08-25T20:04:22.275Z[ recovery-image] Aug 25 20:04:21.135 INFO O| Aug 25 20:04:21.135 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-25T20:04:22.284Z[ recovery-image] Aug 25 20:04:21.144 INFO O| Aug 25 20:04:21.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60922026-08-25T20:04:22.284Z[ recovery-image] Aug 25 20:04:21.144 INFO O| Aug 25 20:04:21.144 INFO STEP 257 (remove_files) COMPLETE
60932026-08-25T20:04:22.284Z[ recovery-image] Aug 25 20:04:21.144 INFO O| Aug 25 20:04:21.144 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-25T20:04:22.293Z[ recovery-image] Aug 25 20:04:21.153 INFO O| Aug 25 20:04:21.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60952026-08-25T20:04:22.293Z[ recovery-image] Aug 25 20:04:21.153 INFO O| Aug 25 20:04:21.153 INFO STEP 258 (remove_files) COMPLETE
60962026-08-25T20:04:22.298Z[ recovery-image] Aug 25 20:04:21.153 INFO O| Aug 25 20:04:21.153 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-25T20:04:22.349Z[ recovery-image] Aug 25 20:04:21.164 INFO O| Aug 25 20:04:21.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60982026-08-25T20:04:22.349Z[ recovery-image] Aug 25 20:04:21.164 INFO O| Aug 25 20:04:21.164 INFO STEP 259 (remove_files) COMPLETE
60992026-08-25T20:04:22.349Z[ recovery-image] Aug 25 20:04:21.164 INFO O| Aug 25 20:04:21.164 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-25T20:04:22.349Z[ recovery-image] Aug 25 20:04:21.175 INFO O| Aug 25 20:04:21.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61012026-08-25T20:04:22.349Z[ recovery-image] Aug 25 20:04:21.176 INFO O| Aug 25 20:04:21.176 INFO STEP 260 (remove_files) COMPLETE
61022026-08-25T20:04:22.350Z[ recovery-image] Aug 25 20:04:21.176 INFO O| Aug 25 20:04:21.176 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-25T20:04:22.350Z[ recovery-image] Aug 25 20:04:21.187 INFO O| Aug 25 20:04:21.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61042026-08-25T20:04:22.350Z[ recovery-image] Aug 25 20:04:21.187 INFO O| Aug 25 20:04:21.187 INFO STEP 261 (remove_files) COMPLETE
61052026-08-25T20:04:22.350Z[ recovery-image] Aug 25 20:04:21.187 INFO O| Aug 25 20:04:21.187 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-25T20:04:22.350Z[ recovery-image] Aug 25 20:04:21.197 INFO O| Aug 25 20:04:21.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61072026-08-25T20:04:22.350Z[ recovery-image] Aug 25 20:04:21.197 INFO O| Aug 25 20:04:21.197 INFO STEP 262 (remove_files) COMPLETE
61082026-08-25T20:04:22.350Z[ recovery-image] Aug 25 20:04:21.197 INFO O| Aug 25 20:04:21.197 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-25T20:04:22.354Z[ recovery-image] Aug 25 20:04:21.208 INFO O| Aug 25 20:04:21.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61102026-08-25T20:04:22.354Z[ recovery-image] Aug 25 20:04:21.208 INFO O| Aug 25 20:04:21.208 INFO STEP 263 (remove_files) COMPLETE
61112026-08-25T20:04:22.354Z[ recovery-image] Aug 25 20:04:21.208 INFO O| Aug 25 20:04:21.208 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-25T20:04:22.359Z[ recovery-image] Aug 25 20:04:21.219 INFO O| Aug 25 20:04:21.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61132026-08-25T20:04:22.359Z[ recovery-image] Aug 25 20:04:21.219 INFO O| Aug 25 20:04:21.219 INFO STEP 264 (remove_files) COMPLETE
61142026-08-25T20:04:22.360Z[ recovery-image] Aug 25 20:04:21.219 INFO O| Aug 25 20:04:21.219 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-25T20:04:22.370Z[ recovery-image] Aug 25 20:04:21.229 INFO O| Aug 25 20:04:21.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61162026-08-25T20:04:22.370Z[ recovery-image] Aug 25 20:04:21.229 INFO O| Aug 25 20:04:21.229 INFO STEP 265 (remove_files) COMPLETE
61172026-08-25T20:04:22.370Z[ recovery-image] Aug 25 20:04:21.229 INFO O| Aug 25 20:04:21.229 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-25T20:04:22.381Z[ recovery-image] Aug 25 20:04:21.241 INFO O| Aug 25 20:04:21.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61192026-08-25T20:04:22.381Z[ recovery-image] Aug 25 20:04:21.241 INFO O| Aug 25 20:04:21.241 INFO STEP 266 (remove_files) COMPLETE
61202026-08-25T20:04:22.381Z[ recovery-image] Aug 25 20:04:21.241 INFO O| Aug 25 20:04:21.241 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-25T20:04:22.395Z[ recovery-image] Aug 25 20:04:21.252 INFO O| Aug 25 20:04:21.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61222026-08-25T20:04:22.395Z[ recovery-image] Aug 25 20:04:21.252 INFO O| Aug 25 20:04:21.252 INFO STEP 267 (remove_files) COMPLETE
61232026-08-25T20:04:22.399Z[ recovery-image] Aug 25 20:04:21.252 INFO O| Aug 25 20:04:21.252 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-25T20:04:22.403Z[ recovery-image] Aug 25 20:04:21.262 INFO O| Aug 25 20:04:21.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61252026-08-25T20:04:22.403Z[ recovery-image] Aug 25 20:04:21.262 INFO O| Aug 25 20:04:21.262 INFO STEP 268 (remove_files) COMPLETE
61262026-08-25T20:04:22.403Z[ recovery-image] Aug 25 20:04:21.262 INFO O| Aug 25 20:04:21.262 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-25T20:04:22.412Z[ recovery-image] Aug 25 20:04:21.272 INFO O| Aug 25 20:04:21.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61282026-08-25T20:04:22.413Z[ recovery-image] Aug 25 20:04:21.272 INFO O| Aug 25 20:04:21.272 INFO STEP 269 (remove_files) COMPLETE
61292026-08-25T20:04:22.414Z[ recovery-image] Aug 25 20:04:21.272 INFO O| Aug 25 20:04:21.272 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-25T20:04:22.421Z[ recovery-image] Aug 25 20:04:21.282 INFO O| Aug 25 20:04:21.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61312026-08-25T20:04:22.421Z[ recovery-image] Aug 25 20:04:21.282 INFO O| Aug 25 20:04:21.282 INFO STEP 270 (remove_files) COMPLETE
61322026-08-25T20:04:22.422Z[ recovery-image] Aug 25 20:04:21.282 INFO O| Aug 25 20:04:21.282 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-25T20:04:22.432Z[ recovery-image] Aug 25 20:04:21.292 INFO O| Aug 25 20:04:21.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61342026-08-25T20:04:22.432Z[ recovery-image] Aug 25 20:04:21.292 INFO O| Aug 25 20:04:21.292 INFO STEP 271 (remove_files) COMPLETE
61352026-08-25T20:04:22.436Z[ recovery-image] Aug 25 20:04:21.292 INFO O| Aug 25 20:04:21.292 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-25T20:04:22.442Z[ recovery-image] Aug 25 20:04:21.302 INFO O| Aug 25 20:04:21.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61372026-08-25T20:04:22.442Z[ recovery-image] Aug 25 20:04:21.302 INFO O| Aug 25 20:04:21.302 INFO STEP 272 (remove_files) COMPLETE
61382026-08-25T20:04:22.446Z[ recovery-image] Aug 25 20:04:21.302 INFO O| Aug 25 20:04:21.302 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-25T20:04:22.446Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
61402026-08-25T20:04:22.451Z[ recovery-image] Aug 25 20:04:21.312 INFO O| Aug 25 20:04:21.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61412026-08-25T20:04:22.451Z[ recovery-image] Aug 25 20:04:21.312 INFO O| Aug 25 20:04:21.312 INFO STEP 273 (remove_files) COMPLETE
61422026-08-25T20:04:22.451Z[ recovery-image] Aug 25 20:04:21.312 INFO O| Aug 25 20:04:21.312 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-25T20:04:22.461Z[ recovery-image] Aug 25 20:04:21.321 INFO O| Aug 25 20:04:21.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61442026-08-25T20:04:22.461Z[ recovery-image] Aug 25 20:04:21.321 INFO O| Aug 25 20:04:21.321 INFO STEP 274 (remove_files) COMPLETE
61452026-08-25T20:04:22.461Z[ recovery-image] Aug 25 20:04:21.321 INFO O| Aug 25 20:04:21.321 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-25T20:04:22.465Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61472026-08-25T20:04:22.471Z[ recovery-image] Aug 25 20:04:21.331 INFO O| Aug 25 20:04:21.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61482026-08-25T20:04:22.471Z[ recovery-image] Aug 25 20:04:21.331 INFO O| Aug 25 20:04:21.331 INFO STEP 275 (remove_files) COMPLETE
61492026-08-25T20:04:22.476Z[ recovery-image] Aug 25 20:04:21.331 INFO O| Aug 25 20:04:21.331 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-25T20:04:22.482Z[ recovery-image] Aug 25 20:04:21.342 INFO O| Aug 25 20:04:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61512026-08-25T20:04:22.482Z[ recovery-image] Aug 25 20:04:21.342 INFO O| Aug 25 20:04:21.342 INFO STEP 276 (remove_files) COMPLETE
61522026-08-25T20:04:22.482Z[ recovery-image] Aug 25 20:04:21.342 INFO O| Aug 25 20:04:21.342 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-25T20:04:22.491Z[ recovery-image] Aug 25 20:04:21.351 INFO O| Aug 25 20:04:21.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61542026-08-25T20:04:22.491Z[ recovery-image] Aug 25 20:04:21.351 INFO O| Aug 25 20:04:21.351 INFO STEP 277 (remove_files) COMPLETE
61552026-08-25T20:04:22.494Z[ recovery-image] Aug 25 20:04:21.351 INFO O| Aug 25 20:04:21.351 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-25T20:04:22.499Z[ recovery-image] Aug 25 20:04:21.360 INFO O| Aug 25 20:04:21.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61572026-08-25T20:04:22.499Z[ recovery-image] Aug 25 20:04:21.360 INFO O| Aug 25 20:04:21.360 INFO STEP 278 (remove_files) COMPLETE
61582026-08-25T20:04:22.499Z[ recovery-image] Aug 25 20:04:21.360 INFO O| Aug 25 20:04:21.360 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-25T20:04:22.509Z[ recovery-image] Aug 25 20:04:21.369 INFO O| Aug 25 20:04:21.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61602026-08-25T20:04:22.510Z[ recovery-image] Aug 25 20:04:21.369 INFO O| Aug 25 20:04:21.369 INFO STEP 279 (remove_files) COMPLETE
61612026-08-25T20:04:22.510Z[ recovery-image] Aug 25 20:04:21.369 INFO O| Aug 25 20:04:21.369 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-25T20:04:22.517Z[ recovery-image] Aug 25 20:04:21.377 INFO O| Aug 25 20:04:21.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61632026-08-25T20:04:22.517Z[ recovery-image] Aug 25 20:04:21.377 INFO O| Aug 25 20:04:21.377 INFO STEP 280 (remove_files) COMPLETE
61642026-08-25T20:04:22.517Z[ recovery-image] Aug 25 20:04:21.377 INFO O| Aug 25 20:04:21.377 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-25T20:04:22.525Z[ recovery-image] Aug 25 20:04:21.385 INFO O| Aug 25 20:04:21.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61662026-08-25T20:04:22.525Z[ recovery-image] Aug 25 20:04:21.386 INFO O| Aug 25 20:04:21.386 INFO STEP 281 (remove_files) COMPLETE
61672026-08-25T20:04:22.529Z[ recovery-image] Aug 25 20:04:21.386 INFO O| Aug 25 20:04:21.386 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-25T20:04:22.534Z[ recovery-image] Aug 25 20:04:21.394 INFO O| Aug 25 20:04:21.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61692026-08-25T20:04:22.534Z[ recovery-image] Aug 25 20:04:21.394 INFO O| Aug 25 20:04:21.394 INFO STEP 282 (remove_files) COMPLETE
61702026-08-25T20:04:22.534Z[ recovery-image] Aug 25 20:04:21.394 INFO O| Aug 25 20:04:21.394 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-25T20:04:22.538Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
61722026-08-25T20:04:22.543Z[ recovery-image] Aug 25 20:04:21.404 INFO O| Aug 25 20:04:21.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61732026-08-25T20:04:22.543Z[ recovery-image] Aug 25 20:04:21.404 INFO O| Aug 25 20:04:21.404 INFO STEP 283 (remove_files) COMPLETE
61742026-08-25T20:04:22.543Z[ recovery-image] Aug 25 20:04:21.404 INFO O| Aug 25 20:04:21.404 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-25T20:04:22.553Z[ recovery-image] Aug 25 20:04:21.412 INFO O| Aug 25 20:04:21.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61762026-08-25T20:04:22.553Z[ recovery-image] Aug 25 20:04:21.412 INFO O| Aug 25 20:04:21.412 INFO STEP 284 (remove_files) COMPLETE
61772026-08-25T20:04:22.557Z[ recovery-image] Aug 25 20:04:21.412 INFO O| Aug 25 20:04:21.412 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-25T20:04:22.561Z[ recovery-image] Aug 25 20:04:21.420 INFO O| Aug 25 20:04:21.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61792026-08-25T20:04:22.561Z[ recovery-image] Aug 25 20:04:21.420 INFO O| Aug 25 20:04:21.420 INFO STEP 285 (remove_files) COMPLETE
61802026-08-25T20:04:22.561Z[ recovery-image] Aug 25 20:04:21.420 INFO O| Aug 25 20:04:21.420 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-25T20:04:22.575Z[ recovery-image] Aug 25 20:04:21.434 INFO O| Aug 25 20:04:21.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61822026-08-25T20:04:22.575Z[ recovery-image] Aug 25 20:04:21.434 INFO O| Aug 25 20:04:21.434 INFO STEP 286 (remove_files) COMPLETE
61832026-08-25T20:04:22.575Z[ recovery-image] Aug 25 20:04:21.434 INFO O| Aug 25 20:04:21.434 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-25T20:04:22.582Z[ recovery-image] Aug 25 20:04:21.442 INFO O| Aug 25 20:04:21.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61852026-08-25T20:04:22.582Z[ recovery-image] Aug 25 20:04:21.442 INFO O| Aug 25 20:04:21.442 INFO STEP 287 (remove_files) COMPLETE
61862026-08-25T20:04:22.586Z[ recovery-image] Aug 25 20:04:21.442 INFO O| Aug 25 20:04:21.442 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-25T20:04:22.589Z[ recovery-image] Aug 25 20:04:21.450 INFO O| Aug 25 20:04:21.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61882026-08-25T20:04:22.593Z[ recovery-image] Aug 25 20:04:21.450 INFO O| Aug 25 20:04:21.450 INFO STEP 288 (remove_files) COMPLETE
61892026-08-25T20:04:22.593Z[ recovery-image] Aug 25 20:04:21.450 INFO O| Aug 25 20:04:21.450 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-25T20:04:22.598Z[ recovery-image] Aug 25 20:04:21.458 INFO O| Aug 25 20:04:21.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61912026-08-25T20:04:22.598Z[ recovery-image] Aug 25 20:04:21.458 INFO O| Aug 25 20:04:21.458 INFO STEP 289 (remove_files) COMPLETE
61922026-08-25T20:04:22.598Z[ recovery-image] Aug 25 20:04:21.458 INFO O| Aug 25 20:04:21.458 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-25T20:04:22.606Z[ recovery-image] Aug 25 20:04:21.466 INFO O| Aug 25 20:04:21.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61942026-08-25T20:04:22.606Z[ recovery-image] Aug 25 20:04:21.466 INFO O| Aug 25 20:04:21.466 INFO STEP 290 (remove_files) COMPLETE
61952026-08-25T20:04:22.606Z[ recovery-image] Aug 25 20:04:21.466 INFO O| Aug 25 20:04:21.466 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-25T20:04:22.615Z[ recovery-image] Aug 25 20:04:21.474 INFO O| Aug 25 20:04:21.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61972026-08-25T20:04:22.615Z[ recovery-image] Aug 25 20:04:21.474 INFO O| Aug 25 20:04:21.474 INFO STEP 291 (remove_files) COMPLETE
61982026-08-25T20:04:22.615Z[ recovery-image] Aug 25 20:04:21.474 INFO O| Aug 25 20:04:21.474 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-25T20:04:22.623Z[ recovery-image] Aug 25 20:04:21.482 INFO O| Aug 25 20:04:21.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62002026-08-25T20:04:22.623Z[ recovery-image] Aug 25 20:04:21.482 INFO O| Aug 25 20:04:21.482 INFO STEP 292 (remove_files) COMPLETE
62012026-08-25T20:04:22.623Z[ recovery-image] Aug 25 20:04:21.482 INFO O| Aug 25 20:04:21.482 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-25T20:04:22.631Z[ recovery-image] Aug 25 20:04:21.490 INFO O| Aug 25 20:04:21.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62032026-08-25T20:04:22.631Z[ recovery-image] Aug 25 20:04:21.490 INFO O| Aug 25 20:04:21.490 INFO STEP 293 (remove_files) COMPLETE
62042026-08-25T20:04:22.635Z[ recovery-image] Aug 25 20:04:21.490 INFO O| Aug 25 20:04:21.490 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-25T20:04:22.640Z[ recovery-image] Aug 25 20:04:21.500 INFO O| Aug 25 20:04:21.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62062026-08-25T20:04:22.640Z[ recovery-image] Aug 25 20:04:21.500 INFO O| Aug 25 20:04:21.500 INFO STEP 294 (remove_files) COMPLETE
62072026-08-25T20:04:22.643Z[ recovery-image] Aug 25 20:04:21.500 INFO O| Aug 25 20:04:21.500 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-25T20:04:22.652Z[ recovery-image] Aug 25 20:04:21.510 INFO O| Aug 25 20:04:21.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62092026-08-25T20:04:22.652Z[ recovery-image] Aug 25 20:04:21.510 INFO O| Aug 25 20:04:21.510 INFO STEP 295 (remove_files) COMPLETE
62102026-08-25T20:04:22.652Z[ recovery-image] Aug 25 20:04:21.510 INFO O| Aug 25 20:04:21.510 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-25T20:04:22.660Z[ recovery-image] Aug 25 20:04:21.520 INFO O| Aug 25 20:04:21.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62122026-08-25T20:04:22.660Z[ recovery-image] Aug 25 20:04:21.521 INFO O| Aug 25 20:04:21.521 INFO STEP 296 (remove_files) COMPLETE
62132026-08-25T20:04:22.660Z[ recovery-image] Aug 25 20:04:21.521 INFO O| Aug 25 20:04:21.521 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-25T20:04:22.668Z[verify-libraries] Compiling russh v0.62.4
62152026-08-25T20:04:22.671Z[ recovery-image] Aug 25 20:04:21.531 INFO O| Aug 25 20:04:21.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62162026-08-25T20:04:22.671Z[ recovery-image] Aug 25 20:04:21.531 INFO O| Aug 25 20:04:21.531 INFO STEP 297 (remove_files) COMPLETE
62172026-08-25T20:04:22.671Z[ recovery-image] Aug 25 20:04:21.531 INFO O| Aug 25 20:04:21.531 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-25T20:04:22.683Z[ recovery-image] Aug 25 20:04:21.541 INFO O| Aug 25 20:04:21.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62192026-08-25T20:04:22.683Z[ recovery-image] Aug 25 20:04:21.541 INFO O| Aug 25 20:04:21.541 INFO STEP 298 (remove_files) COMPLETE
62202026-08-25T20:04:22.683Z[ recovery-image] Aug 25 20:04:21.541 INFO O| Aug 25 20:04:21.541 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-25T20:04:22.691Z[ recovery-image] Aug 25 20:04:21.551 INFO O| Aug 25 20:04:21.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62222026-08-25T20:04:22.691Z[ recovery-image] Aug 25 20:04:21.551 INFO O| Aug 25 20:04:21.551 INFO STEP 299 (remove_files) COMPLETE
62232026-08-25T20:04:22.691Z[ recovery-image] Aug 25 20:04:21.551 INFO O| Aug 25 20:04:21.551 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-25T20:04:22.701Z[ recovery-image] Aug 25 20:04:21.561 INFO O| Aug 25 20:04:21.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62252026-08-25T20:04:22.701Z[ recovery-image] Aug 25 20:04:21.561 INFO O| Aug 25 20:04:21.561 INFO STEP 300 (remove_files) COMPLETE
62262026-08-25T20:04:22.706Z[ recovery-image] Aug 25 20:04:21.561 INFO O| Aug 25 20:04:21.561 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-25T20:04:22.717Z[ recovery-image] Aug 25 20:04:21.577 INFO O| Aug 25 20:04:21.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62282026-08-25T20:04:22.718Z[ recovery-image] Aug 25 20:04:21.577 INFO O| Aug 25 20:04:21.577 INFO STEP 301 (remove_files) COMPLETE
62292026-08-25T20:04:22.718Z[ recovery-image] Aug 25 20:04:21.577 INFO O| Aug 25 20:04:21.577 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-25T20:04:22.727Z[ recovery-image] Aug 25 20:04:21.587 INFO O| Aug 25 20:04:21.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62312026-08-25T20:04:22.727Z[ recovery-image] Aug 25 20:04:21.587 INFO O| Aug 25 20:04:21.587 INFO STEP 302 (remove_files) COMPLETE
62322026-08-25T20:04:22.731Z[ recovery-image] Aug 25 20:04:21.587 INFO O| Aug 25 20:04:21.587 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-25T20:04:22.737Z[ recovery-image] Aug 25 20:04:21.597 INFO O| Aug 25 20:04:21.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62342026-08-25T20:04:22.741Z[ recovery-image] Aug 25 20:04:21.597 INFO O| Aug 25 20:04:21.597 INFO STEP 303 (remove_files) COMPLETE
62352026-08-25T20:04:22.741Z[ recovery-image] Aug 25 20:04:21.597 INFO O| Aug 25 20:04:21.597 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-25T20:04:22.745Z[ recovery-image] Aug 25 20:04:21.605 INFO O| Aug 25 20:04:21.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62372026-08-25T20:04:22.745Z[ recovery-image] Aug 25 20:04:21.605 INFO O| Aug 25 20:04:21.605 INFO STEP 304 (remove_files) COMPLETE
62382026-08-25T20:04:22.749Z[ recovery-image] Aug 25 20:04:21.605 INFO O| Aug 25 20:04:21.605 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-25T20:04:22.753Z[ recovery-image] Aug 25 20:04:21.614 INFO O| Aug 25 20:04:21.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62402026-08-25T20:04:22.757Z[ recovery-image] Aug 25 20:04:21.614 INFO O| Aug 25 20:04:21.614 INFO STEP 305 (remove_files) COMPLETE
62412026-08-25T20:04:22.757Z[ recovery-image] Aug 25 20:04:21.614 INFO O| Aug 25 20:04:21.614 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-25T20:04:22.764Z[ recovery-image] Aug 25 20:04:21.623 INFO O| Aug 25 20:04:21.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62432026-08-25T20:04:22.767Z[ recovery-image] Aug 25 20:04:21.623 INFO O| Aug 25 20:04:21.623 INFO STEP 306 (remove_files) COMPLETE
62442026-08-25T20:04:22.767Z[ recovery-image] Aug 25 20:04:21.623 INFO O| Aug 25 20:04:21.623 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-25T20:04:22.772Z[ recovery-image] Aug 25 20:04:21.633 INFO O| Aug 25 20:04:21.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62462026-08-25T20:04:22.775Z[ recovery-image] Aug 25 20:04:21.633 INFO O| Aug 25 20:04:21.633 INFO STEP 307 (remove_files) COMPLETE
62472026-08-25T20:04:22.776Z[ recovery-image] Aug 25 20:04:21.633 INFO O| Aug 25 20:04:21.633 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-25T20:04:22.783Z[ recovery-image] Aug 25 20:04:21.643 INFO O| Aug 25 20:04:21.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62492026-08-25T20:04:22.783Z[ recovery-image] Aug 25 20:04:21.643 INFO O| Aug 25 20:04:21.643 INFO STEP 308 (remove_files) COMPLETE
62502026-08-25T20:04:22.783Z[ recovery-image] Aug 25 20:04:21.643 INFO O| Aug 25 20:04:21.643 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-25T20:04:22.792Z[ recovery-image] Aug 25 20:04:21.652 INFO O| Aug 25 20:04:21.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62522026-08-25T20:04:22.792Z[ recovery-image] Aug 25 20:04:21.653 INFO O| Aug 25 20:04:21.652 INFO STEP 309 (remove_files) COMPLETE
62532026-08-25T20:04:22.792Z[ recovery-image] Aug 25 20:04:21.653 INFO O| Aug 25 20:04:21.653 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-25T20:04:22.802Z[ recovery-image] Aug 25 20:04:21.662 INFO O| Aug 25 20:04:21.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62552026-08-25T20:04:22.803Z[ recovery-image] Aug 25 20:04:21.662 INFO O| Aug 25 20:04:21.662 INFO STEP 310 (remove_files) COMPLETE
62562026-08-25T20:04:22.806Z[ recovery-image] Aug 25 20:04:21.662 INFO O| Aug 25 20:04:21.662 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-25T20:04:22.812Z[ recovery-image] Aug 25 20:04:21.672 INFO O| Aug 25 20:04:21.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62582026-08-25T20:04:22.812Z[ recovery-image] Aug 25 20:04:21.672 INFO O| Aug 25 20:04:21.672 INFO STEP 311 (remove_files) COMPLETE
62592026-08-25T20:04:22.812Z[ recovery-image] Aug 25 20:04:21.672 INFO O| Aug 25 20:04:21.672 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-25T20:04:22.827Z[ recovery-image] Aug 25 20:04:21.682 INFO O| Aug 25 20:04:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62612026-08-25T20:04:22.827Z[ recovery-image] Aug 25 20:04:21.682 INFO O| Aug 25 20:04:21.682 INFO STEP 312 (remove_files) COMPLETE
62622026-08-25T20:04:22.831Z[ recovery-image] Aug 25 20:04:21.682 INFO O| Aug 25 20:04:21.682 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-25T20:04:22.831Z[ recovery-image] Aug 25 20:04:21.692 INFO O| Aug 25 20:04:21.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62642026-08-25T20:04:22.832Z[ recovery-image] Aug 25 20:04:21.692 INFO O| Aug 25 20:04:21.692 INFO STEP 313 (remove_files) COMPLETE
62652026-08-25T20:04:22.832Z[ recovery-image] Aug 25 20:04:21.692 INFO O| Aug 25 20:04:21.692 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-25T20:04:22.841Z[ recovery-image] Aug 25 20:04:21.700 INFO O| Aug 25 20:04:21.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62672026-08-25T20:04:22.841Z[ recovery-image] Aug 25 20:04:21.700 INFO O| Aug 25 20:04:21.700 INFO STEP 314 (remove_files) COMPLETE
62682026-08-25T20:04:22.841Z[ recovery-image] Aug 25 20:04:21.700 INFO O| Aug 25 20:04:21.700 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-25T20:04:22.850Z[ recovery-image] Aug 25 20:04:21.709 INFO O| Aug 25 20:04:21.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62702026-08-25T20:04:22.850Z[ recovery-image] Aug 25 20:04:21.709 INFO O| Aug 25 20:04:21.709 INFO STEP 315 (remove_files) COMPLETE
62712026-08-25T20:04:22.850Z[ recovery-image] Aug 25 20:04:21.709 INFO O| Aug 25 20:04:21.709 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-25T20:04:22.857Z[ recovery-image] Aug 25 20:04:21.717 INFO O| Aug 25 20:04:21.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62732026-08-25T20:04:22.857Z[ recovery-image] Aug 25 20:04:21.717 INFO O| Aug 25 20:04:21.717 INFO STEP 316 (remove_files) COMPLETE
62742026-08-25T20:04:22.857Z[ recovery-image] Aug 25 20:04:21.717 INFO O| Aug 25 20:04:21.717 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-25T20:04:22.872Z[ recovery-image] Aug 25 20:04:21.726 INFO O| Aug 25 20:04:21.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62762026-08-25T20:04:22.872Z[ recovery-image] Aug 25 20:04:21.726 INFO O| Aug 25 20:04:21.726 INFO STEP 317 (remove_files) COMPLETE
62772026-08-25T20:04:22.873Z[ recovery-image] Aug 25 20:04:21.726 INFO O| Aug 25 20:04:21.726 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-25T20:04:22.878Z[ recovery-image] Aug 25 20:04:21.738 INFO O| Aug 25 20:04:21.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62792026-08-25T20:04:22.878Z[ recovery-image] Aug 25 20:04:21.738 INFO O| Aug 25 20:04:21.738 INFO STEP 318 (remove_files) COMPLETE
62802026-08-25T20:04:22.878Z[ recovery-image] Aug 25 20:04:21.738 INFO O| Aug 25 20:04:21.738 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-25T20:04:22.897Z[ recovery-image] Aug 25 20:04:21.755 INFO O| Aug 25 20:04:21.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62822026-08-25T20:04:22.897Z[ recovery-image] Aug 25 20:04:21.755 INFO O| Aug 25 20:04:21.755 INFO STEP 319 (remove_files) COMPLETE
62832026-08-25T20:04:22.897Z[ recovery-image] Aug 25 20:04:21.755 INFO O| Aug 25 20:04:21.755 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-25T20:04:22.907Z[ recovery-image] Aug 25 20:04:21.767 INFO O| Aug 25 20:04:21.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62852026-08-25T20:04:22.907Z[ recovery-image] Aug 25 20:04:21.767 INFO O| Aug 25 20:04:21.767 INFO STEP 320 (remove_files) COMPLETE
62862026-08-25T20:04:22.907Z[ recovery-image] Aug 25 20:04:21.767 INFO O| Aug 25 20:04:21.767 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-25T20:04:22.918Z[ recovery-image] Aug 25 20:04:21.778 INFO O| Aug 25 20:04:21.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62882026-08-25T20:04:22.918Z[ recovery-image] Aug 25 20:04:21.778 INFO O| Aug 25 20:04:21.778 INFO STEP 321 (remove_files) COMPLETE
62892026-08-25T20:04:22.918Z[ recovery-image] Aug 25 20:04:21.778 INFO O| Aug 25 20:04:21.778 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-25T20:04:22.925Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62912026-08-25T20:04:22.928Z[ recovery-image] Aug 25 20:04:21.788 INFO O| Aug 25 20:04:21.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62922026-08-25T20:04:22.928Z[ recovery-image] Aug 25 20:04:21.788 INFO O| Aug 25 20:04:21.788 INFO STEP 322 (remove_files) COMPLETE
62932026-08-25T20:04:22.928Z[ recovery-image] Aug 25 20:04:21.788 INFO O| Aug 25 20:04:21.788 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-25T20:04:22.940Z[ recovery-image] Aug 25 20:04:21.798 INFO O| Aug 25 20:04:21.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62952026-08-25T20:04:22.940Z[ recovery-image] Aug 25 20:04:21.798 INFO O| Aug 25 20:04:21.798 INFO STEP 323 (remove_files) COMPLETE
62962026-08-25T20:04:22.940Z[ recovery-image] Aug 25 20:04:21.798 INFO O| Aug 25 20:04:21.798 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-25T20:04:22.949Z[ recovery-image] Aug 25 20:04:21.808 INFO O| Aug 25 20:04:21.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62982026-08-25T20:04:22.950Z[ recovery-image] Aug 25 20:04:21.808 INFO O| Aug 25 20:04:21.808 INFO STEP 324 (remove_files) COMPLETE
62992026-08-25T20:04:22.950Z[ recovery-image] Aug 25 20:04:21.808 INFO O| Aug 25 20:04:21.808 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-25T20:04:22.963Z[ recovery-image] Aug 25 20:04:21.823 INFO O| Aug 25 20:04:21.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63012026-08-25T20:04:22.964Z[ recovery-image] Aug 25 20:04:21.823 INFO O| Aug 25 20:04:21.823 INFO STEP 325 (remove_files) COMPLETE
63022026-08-25T20:04:22.964Z[ recovery-image] Aug 25 20:04:21.823 INFO O| Aug 25 20:04:21.823 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-25T20:04:22.973Z[ recovery-image] Aug 25 20:04:21.833 INFO O| Aug 25 20:04:21.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63042026-08-25T20:04:22.973Z[ recovery-image] Aug 25 20:04:21.833 INFO O| Aug 25 20:04:21.833 INFO STEP 326 (remove_files) COMPLETE
63052026-08-25T20:04:22.973Z[ recovery-image] Aug 25 20:04:21.833 INFO O| Aug 25 20:04:21.833 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-25T20:04:22.983Z[ recovery-image] Aug 25 20:04:21.843 INFO O| Aug 25 20:04:21.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63072026-08-25T20:04:22.983Z[ recovery-image] Aug 25 20:04:21.843 INFO O| Aug 25 20:04:21.843 INFO STEP 327 (remove_files) COMPLETE
63082026-08-25T20:04:22.983Z[ recovery-image] Aug 25 20:04:21.843 INFO O| Aug 25 20:04:21.843 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-25T20:04:22.994Z[ recovery-image] Aug 25 20:04:21.854 INFO O| Aug 25 20:04:21.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63102026-08-25T20:04:22.994Z[ recovery-image] Aug 25 20:04:21.854 INFO O| Aug 25 20:04:21.854 INFO STEP 328 (remove_files) COMPLETE
63112026-08-25T20:04:22.995Z[ recovery-image] Aug 25 20:04:21.854 INFO O| Aug 25 20:04:21.854 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-25T20:04:23.005Z[ recovery-image] Aug 25 20:04:21.865 INFO O| Aug 25 20:04:21.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63132026-08-25T20:04:23.005Z[ recovery-image] Aug 25 20:04:21.865 INFO O| Aug 25 20:04:21.865 INFO STEP 329 (remove_files) COMPLETE
63142026-08-25T20:04:23.005Z[ recovery-image] Aug 25 20:04:21.865 INFO O| Aug 25 20:04:21.865 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-25T20:04:23.014Z[ recovery-image] Aug 25 20:04:21.874 INFO O| Aug 25 20:04:21.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63162026-08-25T20:04:23.018Z[ recovery-image] Aug 25 20:04:21.875 INFO O| Aug 25 20:04:21.875 INFO STEP 330 (remove_files) COMPLETE
63172026-08-25T20:04:23.018Z[ recovery-image] Aug 25 20:04:21.875 INFO O| Aug 25 20:04:21.875 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-25T20:04:23.025Z[ recovery-image] Aug 25 20:04:21.885 INFO O| Aug 25 20:04:21.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63192026-08-25T20:04:23.025Z[ recovery-image] Aug 25 20:04:21.885 INFO O| Aug 25 20:04:21.885 INFO STEP 331 (remove_files) COMPLETE
63202026-08-25T20:04:23.029Z[ recovery-image] Aug 25 20:04:21.885 INFO O| Aug 25 20:04:21.885 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-25T20:04:23.035Z[ recovery-image] Aug 25 20:04:21.896 INFO O| Aug 25 20:04:21.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63222026-08-25T20:04:23.036Z[ recovery-image] Aug 25 20:04:21.896 INFO O| Aug 25 20:04:21.896 INFO STEP 332 (remove_files) COMPLETE
63232026-08-25T20:04:23.036Z[ recovery-image] Aug 25 20:04:21.896 INFO O| Aug 25 20:04:21.896 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-25T20:04:23.045Z[ recovery-image] Aug 25 20:04:21.905 INFO O| Aug 25 20:04:21.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63252026-08-25T20:04:23.045Z[ recovery-image] Aug 25 20:04:21.905 INFO O| Aug 25 20:04:21.905 INFO STEP 333 (remove_files) COMPLETE
63262026-08-25T20:04:23.046Z[ recovery-image] Aug 25 20:04:21.905 INFO O| Aug 25 20:04:21.905 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-25T20:04:23.056Z[ recovery-image] Aug 25 20:04:21.916 INFO O| Aug 25 20:04:21.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63282026-08-25T20:04:23.056Z[ recovery-image] Aug 25 20:04:21.916 INFO O| Aug 25 20:04:21.916 INFO STEP 334 (remove_files) COMPLETE
63292026-08-25T20:04:23.056Z[ recovery-image] Aug 25 20:04:21.916 INFO O| Aug 25 20:04:21.916 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-25T20:04:23.067Z[ recovery-image] Aug 25 20:04:21.927 INFO O| Aug 25 20:04:21.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63312026-08-25T20:04:23.067Z[ recovery-image] Aug 25 20:04:21.927 INFO O| Aug 25 20:04:21.927 INFO STEP 335 (remove_files) COMPLETE
63322026-08-25T20:04:23.067Z[ recovery-image] Aug 25 20:04:21.927 INFO O| Aug 25 20:04:21.927 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-25T20:04:23.079Z[ recovery-image] Aug 25 20:04:21.939 INFO O| Aug 25 20:04:21.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63342026-08-25T20:04:23.080Z[ recovery-image] Aug 25 20:04:21.939 INFO O| Aug 25 20:04:21.939 INFO STEP 336 (remove_files) COMPLETE
63352026-08-25T20:04:23.081Z[ recovery-image] Aug 25 20:04:21.939 INFO O| Aug 25 20:04:21.939 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-25T20:04:23.090Z[ recovery-image] Aug 25 20:04:21.950 INFO O| Aug 25 20:04:21.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63372026-08-25T20:04:23.090Z[ recovery-image] Aug 25 20:04:21.950 INFO O| Aug 25 20:04:21.950 INFO STEP 337 (remove_files) COMPLETE
63382026-08-25T20:04:23.090Z[ recovery-image] Aug 25 20:04:21.950 INFO O| Aug 25 20:04:21.950 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-25T20:04:23.110Z[ recovery-image] Aug 25 20:04:21.970 INFO O| Aug 25 20:04:21.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63402026-08-25T20:04:23.110Z[ recovery-image] Aug 25 20:04:21.970 INFO O| Aug 25 20:04:21.961 INFO STEP 338 (remove_files) COMPLETE
63412026-08-25T20:04:23.110Z[ recovery-image] Aug 25 20:04:21.970 INFO O| Aug 25 20:04:21.961 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-25T20:04:23.116Z[ recovery-image] Aug 25 20:04:21.971 INFO O| Aug 25 20:04:21.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63432026-08-25T20:04:23.116Z[ recovery-image] Aug 25 20:04:21.971 INFO O| Aug 25 20:04:21.971 INFO STEP 339 (remove_files) COMPLETE
63442026-08-25T20:04:23.117Z[ recovery-image] Aug 25 20:04:21.971 INFO O| Aug 25 20:04:21.971 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-25T20:04:23.120Z[ recovery-image] Aug 25 20:04:21.980 INFO O| Aug 25 20:04:21.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63462026-08-25T20:04:23.120Z[ recovery-image] Aug 25 20:04:21.980 INFO O| Aug 25 20:04:21.980 INFO STEP 340 (remove_files) COMPLETE
63472026-08-25T20:04:23.120Z[ recovery-image] Aug 25 20:04:21.980 INFO O| Aug 25 20:04:21.980 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-25T20:04:23.130Z[ recovery-image] Aug 25 20:04:21.990 INFO O| Aug 25 20:04:21.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63492026-08-25T20:04:23.131Z[ recovery-image] Aug 25 20:04:21.990 INFO O| Aug 25 20:04:21.990 INFO STEP 341 (remove_files) COMPLETE
63502026-08-25T20:04:23.132Z[ recovery-image] Aug 25 20:04:21.990 INFO O| Aug 25 20:04:21.990 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-25T20:04:23.141Z[ recovery-image] Aug 25 20:04:22.001 INFO O| Aug 25 20:04:22.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63522026-08-25T20:04:23.142Z[ recovery-image] Aug 25 20:04:22.001 INFO O| Aug 25 20:04:22.001 INFO STEP 342 (remove_files) COMPLETE
63532026-08-25T20:04:23.142Z[ recovery-image] Aug 25 20:04:22.001 INFO O| Aug 25 20:04:22.001 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-25T20:04:23.151Z[ recovery-image] Aug 25 20:04:22.011 INFO O| Aug 25 20:04:22.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63552026-08-25T20:04:23.151Z[ recovery-image] Aug 25 20:04:22.011 INFO O| Aug 25 20:04:22.011 INFO STEP 343 (remove_files) COMPLETE
63562026-08-25T20:04:23.151Z[ recovery-image] Aug 25 20:04:22.011 INFO O| Aug 25 20:04:22.011 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-25T20:04:23.162Z[ recovery-image] Aug 25 20:04:22.022 INFO O| Aug 25 20:04:22.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63582026-08-25T20:04:23.162Z[ recovery-image] Aug 25 20:04:22.022 INFO O| Aug 25 20:04:22.022 INFO STEP 344 (remove_files) COMPLETE
63592026-08-25T20:04:23.162Z[ recovery-image] Aug 25 20:04:22.022 INFO O| Aug 25 20:04:22.022 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-25T20:04:23.174Z[ recovery-image] Aug 25 20:04:22.032 INFO O| Aug 25 20:04:22.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63612026-08-25T20:04:23.174Z[ recovery-image] Aug 25 20:04:22.032 INFO O| Aug 25 20:04:22.032 INFO STEP 345 (remove_files) COMPLETE
63622026-08-25T20:04:23.174Z[ recovery-image] Aug 25 20:04:22.032 INFO O| Aug 25 20:04:22.032 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-25T20:04:23.182Z[ recovery-image] Aug 25 20:04:22.042 INFO O| Aug 25 20:04:22.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63642026-08-25T20:04:23.182Z[ recovery-image] Aug 25 20:04:22.042 INFO O| Aug 25 20:04:22.042 INFO STEP 346 (remove_files) COMPLETE
63652026-08-25T20:04:23.182Z[ recovery-image] Aug 25 20:04:22.042 INFO O| Aug 25 20:04:22.042 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-25T20:04:23.192Z[ recovery-image] Aug 25 20:04:22.052 INFO O| Aug 25 20:04:22.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63672026-08-25T20:04:23.192Z[ recovery-image] Aug 25 20:04:22.052 INFO O| Aug 25 20:04:22.052 INFO STEP 347 (remove_files) COMPLETE
63682026-08-25T20:04:23.192Z[ recovery-image] Aug 25 20:04:22.052 INFO O| Aug 25 20:04:22.052 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-25T20:04:23.203Z[ recovery-image] Aug 25 20:04:22.063 INFO O| Aug 25 20:04:22.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63702026-08-25T20:04:23.203Z[ recovery-image] Aug 25 20:04:22.063 INFO O| Aug 25 20:04:22.063 INFO STEP 348 (remove_files) COMPLETE
63712026-08-25T20:04:23.203Z[ recovery-image] Aug 25 20:04:22.063 INFO O| Aug 25 20:04:22.063 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-25T20:04:23.213Z[ recovery-image] Aug 25 20:04:22.073 INFO O| Aug 25 20:04:22.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63732026-08-25T20:04:23.213Z[ recovery-image] Aug 25 20:04:22.073 INFO O| Aug 25 20:04:22.073 INFO STEP 349 (remove_files) COMPLETE
63742026-08-25T20:04:23.213Z[ recovery-image] Aug 25 20:04:22.073 INFO O| Aug 25 20:04:22.073 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-25T20:04:23.223Z[ recovery-image] Aug 25 20:04:22.083 INFO O| Aug 25 20:04:22.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63762026-08-25T20:04:23.223Z[ recovery-image] Aug 25 20:04:22.083 INFO O| Aug 25 20:04:22.083 INFO STEP 350 (remove_files) COMPLETE
63772026-08-25T20:04:23.223Z[ recovery-image] Aug 25 20:04:22.083 INFO O| Aug 25 20:04:22.083 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-25T20:04:23.232Z[ recovery-image] Aug 25 20:04:22.093 INFO O| Aug 25 20:04:22.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63792026-08-25T20:04:23.232Z[ recovery-image] Aug 25 20:04:22.093 INFO O| Aug 25 20:04:22.093 INFO STEP 351 (remove_files) COMPLETE
63802026-08-25T20:04:23.232Z[ recovery-image] Aug 25 20:04:22.093 INFO O| Aug 25 20:04:22.093 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-25T20:04:23.242Z[ recovery-image] Aug 25 20:04:22.102 INFO O| Aug 25 20:04:22.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63822026-08-25T20:04:23.242Z[ recovery-image] Aug 25 20:04:22.102 INFO O| Aug 25 20:04:22.102 INFO STEP 352 (remove_files) COMPLETE
63832026-08-25T20:04:23.242Z[ recovery-image] Aug 25 20:04:22.102 INFO O| Aug 25 20:04:22.102 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-25T20:04:23.251Z[ recovery-image] Aug 25 20:04:22.111 INFO O| Aug 25 20:04:22.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63852026-08-25T20:04:23.251Z[ recovery-image] Aug 25 20:04:22.111 INFO O| Aug 25 20:04:22.111 INFO STEP 353 (remove_files) COMPLETE
63862026-08-25T20:04:23.251Z[ recovery-image] Aug 25 20:04:22.111 INFO O| Aug 25 20:04:22.111 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-25T20:04:23.260Z[ recovery-image] Aug 25 20:04:22.121 INFO O| Aug 25 20:04:22.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63882026-08-25T20:04:23.260Z[ recovery-image] Aug 25 20:04:22.121 INFO O| Aug 25 20:04:22.121 INFO STEP 354 (remove_files) COMPLETE
63892026-08-25T20:04:23.267Z[ recovery-image] Aug 25 20:04:22.121 INFO O| Aug 25 20:04:22.121 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-25T20:04:23.271Z[ recovery-image] Aug 25 20:04:22.129 INFO O| Aug 25 20:04:22.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63912026-08-25T20:04:23.271Z[ recovery-image] Aug 25 20:04:22.129 INFO O| Aug 25 20:04:22.129 INFO STEP 355 (remove_files) COMPLETE
63922026-08-25T20:04:23.271Z[ recovery-image] Aug 25 20:04:22.130 INFO O| Aug 25 20:04:22.129 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-25T20:04:23.281Z[ recovery-image] Aug 25 20:04:22.140 INFO O| Aug 25 20:04:22.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63942026-08-25T20:04:23.281Z[ recovery-image] Aug 25 20:04:22.140 INFO O| Aug 25 20:04:22.140 INFO STEP 356 (remove_files) COMPLETE
63952026-08-25T20:04:23.281Z[ recovery-image] Aug 25 20:04:22.140 INFO O| Aug 25 20:04:22.140 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-25T20:04:23.290Z[ recovery-image] Aug 25 20:04:22.150 INFO O| Aug 25 20:04:22.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63972026-08-25T20:04:23.290Z[ recovery-image] Aug 25 20:04:22.150 INFO O| Aug 25 20:04:22.150 INFO STEP 357 (remove_files) COMPLETE
63982026-08-25T20:04:23.290Z[ recovery-image] Aug 25 20:04:22.150 INFO O| Aug 25 20:04:22.150 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-25T20:04:23.299Z[ recovery-image] Aug 25 20:04:22.160 INFO O| Aug 25 20:04:22.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64002026-08-25T20:04:23.299Z[ recovery-image] Aug 25 20:04:22.160 INFO O| Aug 25 20:04:22.160 INFO STEP 358 (remove_files) COMPLETE
64012026-08-25T20:04:23.299Z[ recovery-image] Aug 25 20:04:22.160 INFO O| Aug 25 20:04:22.160 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-25T20:04:23.308Z[ recovery-image] Aug 25 20:04:22.169 INFO O| Aug 25 20:04:22.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64032026-08-25T20:04:23.309Z[ recovery-image] Aug 25 20:04:22.169 INFO O| Aug 25 20:04:22.169 INFO STEP 359 (remove_files) COMPLETE
64042026-08-25T20:04:23.309Z[ recovery-image] Aug 25 20:04:22.169 INFO O| Aug 25 20:04:22.169 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-25T20:04:23.318Z[ recovery-image] Aug 25 20:04:22.178 INFO O| Aug 25 20:04:22.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64062026-08-25T20:04:23.318Z[ recovery-image] Aug 25 20:04:22.178 INFO O| Aug 25 20:04:22.178 INFO STEP 360 (remove_files) COMPLETE
64072026-08-25T20:04:23.318Z[ recovery-image] Aug 25 20:04:22.178 INFO O| Aug 25 20:04:22.178 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-25T20:04:23.326Z[ recovery-image] Aug 25 20:04:22.187 INFO O| Aug 25 20:04:22.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64092026-08-25T20:04:23.326Z[ recovery-image] Aug 25 20:04:22.187 INFO O| Aug 25 20:04:22.187 INFO STEP 361 (remove_files) COMPLETE
64102026-08-25T20:04:23.327Z[ recovery-image] Aug 25 20:04:22.187 INFO O| Aug 25 20:04:22.187 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-25T20:04:23.336Z[ recovery-image] Aug 25 20:04:22.197 INFO O| Aug 25 20:04:22.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64122026-08-25T20:04:23.336Z[ recovery-image] Aug 25 20:04:22.197 INFO O| Aug 25 20:04:22.197 INFO STEP 362 (remove_files) COMPLETE
64132026-08-25T20:04:23.337Z[ recovery-image] Aug 25 20:04:22.197 INFO O| Aug 25 20:04:22.197 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-25T20:04:23.347Z[ recovery-image] Aug 25 20:04:22.207 INFO O| Aug 25 20:04:22.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64152026-08-25T20:04:23.348Z[ recovery-image] Aug 25 20:04:22.208 INFO O| Aug 25 20:04:22.208 INFO STEP 363 (remove_files) COMPLETE
64162026-08-25T20:04:23.353Z[ recovery-image] Aug 25 20:04:22.208 INFO O| Aug 25 20:04:22.208 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-25T20:04:23.357Z[ recovery-image] Aug 25 20:04:22.218 INFO O| Aug 25 20:04:22.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64182026-08-25T20:04:23.357Z[ recovery-image] Aug 25 20:04:22.218 INFO O| Aug 25 20:04:22.218 INFO STEP 364 (remove_files) COMPLETE
64192026-08-25T20:04:23.358Z[ recovery-image] Aug 25 20:04:22.218 INFO O| Aug 25 20:04:22.218 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-25T20:04:23.370Z[ recovery-image] Aug 25 20:04:22.229 INFO O| Aug 25 20:04:22.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64212026-08-25T20:04:23.370Z[ recovery-image] Aug 25 20:04:22.229 INFO O| Aug 25 20:04:22.229 INFO STEP 365 (remove_files) COMPLETE
64222026-08-25T20:04:23.370Z[ recovery-image] Aug 25 20:04:22.229 INFO O| Aug 25 20:04:22.229 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-25T20:04:23.378Z[ recovery-image] Aug 25 20:04:22.239 INFO O| Aug 25 20:04:22.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64242026-08-25T20:04:23.379Z[ recovery-image] Aug 25 20:04:22.239 INFO O| Aug 25 20:04:22.239 INFO STEP 366 (remove_files) COMPLETE
64252026-08-25T20:04:23.379Z[ recovery-image] Aug 25 20:04:22.239 INFO O| Aug 25 20:04:22.239 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-25T20:04:23.389Z[ recovery-image] Aug 25 20:04:22.249 INFO O| Aug 25 20:04:22.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64272026-08-25T20:04:23.389Z[ recovery-image] Aug 25 20:04:22.249 INFO O| Aug 25 20:04:22.249 INFO STEP 367 (remove_files) COMPLETE
64282026-08-25T20:04:23.389Z[ recovery-image] Aug 25 20:04:22.249 INFO O| Aug 25 20:04:22.249 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-25T20:04:23.398Z[ recovery-image] Aug 25 20:04:22.258 INFO O| Aug 25 20:04:22.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64302026-08-25T20:04:23.398Z[ recovery-image] Aug 25 20:04:22.258 INFO O| Aug 25 20:04:22.258 INFO STEP 368 (remove_files) COMPLETE
64312026-08-25T20:04:23.398Z[ recovery-image] Aug 25 20:04:22.258 INFO O| Aug 25 20:04:22.258 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-25T20:04:23.409Z[ recovery-image] Aug 25 20:04:22.269 INFO O| Aug 25 20:04:22.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64332026-08-25T20:04:23.410Z[ recovery-image] Aug 25 20:04:22.270 INFO O| Aug 25 20:04:22.270 INFO STEP 369 (remove_files) COMPLETE
64342026-08-25T20:04:23.410Z[ recovery-image] Aug 25 20:04:22.270 INFO O| Aug 25 20:04:22.270 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-25T20:04:23.420Z[ recovery-image] Aug 25 20:04:22.281 INFO O| Aug 25 20:04:22.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64362026-08-25T20:04:23.420Z[ recovery-image] Aug 25 20:04:22.281 INFO O| Aug 25 20:04:22.281 INFO STEP 370 (remove_files) COMPLETE
64372026-08-25T20:04:23.420Z[ recovery-image] Aug 25 20:04:22.281 INFO O| Aug 25 20:04:22.281 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-25T20:04:23.423Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
64392026-08-25T20:04:23.431Z[ recovery-image] Aug 25 20:04:22.290 INFO O| Aug 25 20:04:22.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64402026-08-25T20:04:23.431Z[ recovery-image] Aug 25 20:04:22.290 INFO O| Aug 25 20:04:22.290 INFO STEP 371 (remove_files) COMPLETE
64412026-08-25T20:04:23.435Z[ recovery-image] Aug 25 20:04:22.290 INFO O| Aug 25 20:04:22.290 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-25T20:04:23.439Z[ recovery-image] Aug 25 20:04:22.300 INFO O| Aug 25 20:04:22.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64432026-08-25T20:04:23.439Z[ recovery-image] Aug 25 20:04:22.300 INFO O| Aug 25 20:04:22.300 INFO STEP 372 (remove_files) COMPLETE
64442026-08-25T20:04:23.439Z[ recovery-image] Aug 25 20:04:22.300 INFO O| Aug 25 20:04:22.300 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-25T20:04:23.451Z[ recovery-image] Aug 25 20:04:22.312 INFO O| Aug 25 20:04:22.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64462026-08-25T20:04:23.451Z[ recovery-image] Aug 25 20:04:22.312 INFO O| Aug 25 20:04:22.312 INFO STEP 373 (remove_files) COMPLETE
64472026-08-25T20:04:23.451Z[ recovery-image] Aug 25 20:04:22.312 INFO O| Aug 25 20:04:22.312 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-25T20:04:23.461Z[ recovery-image] Aug 25 20:04:22.321 INFO O| Aug 25 20:04:22.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64492026-08-25T20:04:23.461Z[ recovery-image] Aug 25 20:04:22.321 INFO O| Aug 25 20:04:22.321 INFO STEP 374 (remove_files) COMPLETE
64502026-08-25T20:04:23.462Z[ recovery-image] Aug 25 20:04:22.321 INFO O| Aug 25 20:04:22.321 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-25T20:04:23.474Z[ recovery-image] Aug 25 20:04:22.330 INFO O| Aug 25 20:04:22.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64522026-08-25T20:04:23.474Z[ recovery-image] Aug 25 20:04:22.330 INFO O| Aug 25 20:04:22.330 INFO STEP 375 (remove_files) COMPLETE
64532026-08-25T20:04:23.478Z[ recovery-image] Aug 25 20:04:22.330 INFO O| Aug 25 20:04:22.330 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-25T20:04:23.481Z[ recovery-image] Aug 25 20:04:22.339 INFO O| Aug 25 20:04:22.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64552026-08-25T20:04:23.481Z[ recovery-image] Aug 25 20:04:22.339 INFO O| Aug 25 20:04:22.339 INFO STEP 376 (remove_files) COMPLETE
64562026-08-25T20:04:23.481Z[ recovery-image] Aug 25 20:04:22.339 INFO O| Aug 25 20:04:22.339 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-25T20:04:23.488Z[ recovery-image] Aug 25 20:04:22.349 INFO O| Aug 25 20:04:22.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64582026-08-25T20:04:23.488Z[ recovery-image] Aug 25 20:04:22.349 INFO O| Aug 25 20:04:22.349 INFO STEP 377 (remove_files) COMPLETE
64592026-08-25T20:04:23.488Z[ recovery-image] Aug 25 20:04:22.349 INFO O| Aug 25 20:04:22.349 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-25T20:04:23.499Z[ recovery-image] Aug 25 20:04:22.359 INFO O| Aug 25 20:04:22.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64612026-08-25T20:04:23.499Z[ recovery-image] Aug 25 20:04:22.359 INFO O| Aug 25 20:04:22.359 INFO STEP 378 (remove_files) COMPLETE
64622026-08-25T20:04:23.500Z[ recovery-image] Aug 25 20:04:22.359 INFO O| Aug 25 20:04:22.359 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-25T20:04:23.509Z[ recovery-image] Aug 25 20:04:22.367 INFO O| Aug 25 20:04:22.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64642026-08-25T20:04:23.509Z[ recovery-image] Aug 25 20:04:22.367 INFO O| Aug 25 20:04:22.367 INFO STEP 379 (remove_files) COMPLETE
64652026-08-25T20:04:23.509Z[ recovery-image] Aug 25 20:04:22.367 INFO O| Aug 25 20:04:22.367 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-25T20:04:23.515Z[ recovery-image] Aug 25 20:04:22.375 INFO O| Aug 25 20:04:22.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64672026-08-25T20:04:23.515Z[ recovery-image] Aug 25 20:04:22.375 INFO O| Aug 25 20:04:22.375 INFO STEP 380 (remove_files) COMPLETE
64682026-08-25T20:04:23.515Z[ recovery-image] Aug 25 20:04:22.375 INFO O| Aug 25 20:04:22.375 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-25T20:04:23.523Z[ recovery-image] Aug 25 20:04:22.383 INFO O| Aug 25 20:04:22.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64702026-08-25T20:04:23.523Z[ recovery-image] Aug 25 20:04:22.383 INFO O| Aug 25 20:04:22.383 INFO STEP 381 (remove_files) COMPLETE
64712026-08-25T20:04:23.523Z[ recovery-image] Aug 25 20:04:22.383 INFO O| Aug 25 20:04:22.383 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-25T20:04:23.531Z[ recovery-image] Aug 25 20:04:22.391 INFO O| Aug 25 20:04:22.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64732026-08-25T20:04:23.531Z[ recovery-image] Aug 25 20:04:22.391 INFO O| Aug 25 20:04:22.391 INFO STEP 382 (remove_files) COMPLETE
64742026-08-25T20:04:23.535Z[ recovery-image] Aug 25 20:04:22.391 INFO O| Aug 25 20:04:22.391 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-25T20:04:23.539Z[ recovery-image] Aug 25 20:04:22.399 INFO O| Aug 25 20:04:22.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64762026-08-25T20:04:23.540Z[ recovery-image] Aug 25 20:04:22.399 INFO O| Aug 25 20:04:22.399 INFO STEP 383 (remove_files) COMPLETE
64772026-08-25T20:04:23.543Z[ recovery-image] Aug 25 20:04:22.399 INFO O| Aug 25 20:04:22.399 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-25T20:04:23.547Z[ recovery-image] Aug 25 20:04:22.407 INFO O| Aug 25 20:04:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64792026-08-25T20:04:23.547Z[ recovery-image] Aug 25 20:04:22.407 INFO O| Aug 25 20:04:22.407 INFO STEP 384 (remove_files) COMPLETE
64802026-08-25T20:04:23.547Z[ recovery-image] Aug 25 20:04:22.407 INFO O| Aug 25 20:04:22.407 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-25T20:04:23.557Z[ recovery-image] Aug 25 20:04:22.417 INFO O| Aug 25 20:04:22.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64822026-08-25T20:04:23.569Z[ recovery-image] Aug 25 20:04:22.418 INFO O| Aug 25 20:04:22.418 INFO STEP 385 (remove_files) COMPLETE
64832026-08-25T20:04:23.569Z[ recovery-image] Aug 25 20:04:22.418 INFO O| Aug 25 20:04:22.418 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.429 INFO O| Aug 25 20:04:22.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64852026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.429 INFO O| Aug 25 20:04:22.429 INFO STEP 386 (remove_files) COMPLETE
64862026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.429 INFO O| Aug 25 20:04:22.429 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.439 INFO O| Aug 25 20:04:22.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64882026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.439 INFO O| Aug 25 20:04:22.439 INFO STEP 387 (remove_files) COMPLETE
64892026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.439 INFO O| Aug 25 20:04:22.439 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.447 INFO O| Aug 25 20:04:22.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64912026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.448 INFO O| Aug 25 20:04:22.448 INFO STEP 388 (remove_files) COMPLETE
64922026-08-25T20:04:23.589Z[ recovery-image] Aug 25 20:04:22.448 INFO O| Aug 25 20:04:22.448 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-25T20:04:23.597Z[ recovery-image] Aug 25 20:04:22.457 INFO O| Aug 25 20:04:22.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64942026-08-25T20:04:23.597Z[ recovery-image] Aug 25 20:04:22.457 INFO O| Aug 25 20:04:22.457 INFO STEP 389 (remove_files) COMPLETE
64952026-08-25T20:04:23.598Z[ recovery-image] Aug 25 20:04:22.457 INFO O| Aug 25 20:04:22.457 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-25T20:04:23.606Z[ recovery-image] Aug 25 20:04:22.466 INFO O| Aug 25 20:04:22.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64972026-08-25T20:04:23.606Z[ recovery-image] Aug 25 20:04:22.466 INFO O| Aug 25 20:04:22.466 INFO STEP 390 (remove_files) COMPLETE
64982026-08-25T20:04:23.606Z[ recovery-image] Aug 25 20:04:22.466 INFO O| Aug 25 20:04:22.466 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-25T20:04:23.614Z[ recovery-image] Aug 25 20:04:22.474 INFO O| Aug 25 20:04:22.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65002026-08-25T20:04:23.614Z[ recovery-image] Aug 25 20:04:22.474 INFO O| Aug 25 20:04:22.474 INFO STEP 391 (remove_files) COMPLETE
65012026-08-25T20:04:23.614Z[ recovery-image] Aug 25 20:04:22.474 INFO O| Aug 25 20:04:22.474 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-25T20:04:23.622Z[ recovery-image] Aug 25 20:04:22.482 INFO O| Aug 25 20:04:22.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65032026-08-25T20:04:23.622Z[ recovery-image] Aug 25 20:04:22.482 INFO O| Aug 25 20:04:22.482 INFO STEP 392 (remove_files) COMPLETE
65042026-08-25T20:04:23.622Z[ recovery-image] Aug 25 20:04:22.482 INFO O| Aug 25 20:04:22.482 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-25T20:04:23.630Z[ recovery-image] Aug 25 20:04:22.490 INFO O| Aug 25 20:04:22.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65062026-08-25T20:04:23.630Z[ recovery-image] Aug 25 20:04:22.490 INFO O| Aug 25 20:04:22.490 INFO STEP 393 (remove_files) COMPLETE
65072026-08-25T20:04:23.635Z[ recovery-image] Aug 25 20:04:22.490 INFO O| Aug 25 20:04:22.490 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-25T20:04:23.639Z[ recovery-image] Aug 25 20:04:22.499 INFO O| Aug 25 20:04:22.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65092026-08-25T20:04:23.639Z[ recovery-image] Aug 25 20:04:22.499 INFO O| Aug 25 20:04:22.499 INFO STEP 394 (remove_files) COMPLETE
65102026-08-25T20:04:23.640Z[ recovery-image] Aug 25 20:04:22.499 INFO O| Aug 25 20:04:22.499 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-25T20:04:23.649Z[ recovery-image] Aug 25 20:04:22.509 INFO O| Aug 25 20:04:22.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65122026-08-25T20:04:23.649Z[ recovery-image] Aug 25 20:04:22.509 INFO O| Aug 25 20:04:22.509 INFO STEP 395 (remove_files) COMPLETE
65132026-08-25T20:04:23.649Z[ recovery-image] Aug 25 20:04:22.509 INFO O| Aug 25 20:04:22.509 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-25T20:04:23.659Z[ recovery-image] Aug 25 20:04:22.518 INFO O| Aug 25 20:04:22.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65152026-08-25T20:04:23.659Z[ recovery-image] Aug 25 20:04:22.518 INFO O| Aug 25 20:04:22.518 INFO STEP 396 (remove_files) COMPLETE
65162026-08-25T20:04:23.659Z[ recovery-image] Aug 25 20:04:22.518 INFO O| Aug 25 20:04:22.518 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-25T20:04:23.668Z[ recovery-image] Aug 25 20:04:22.527 INFO O| Aug 25 20:04:22.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65182026-08-25T20:04:23.668Z[ recovery-image] Aug 25 20:04:22.527 INFO O| Aug 25 20:04:22.527 INFO STEP 397 (remove_files) COMPLETE
65192026-08-25T20:04:23.672Z[ recovery-image] Aug 25 20:04:22.527 INFO O| Aug 25 20:04:22.527 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-25T20:04:23.678Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65212026-08-25T20:04:23.684Z[ recovery-image] Aug 25 20:04:22.538 INFO O| Aug 25 20:04:22.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65222026-08-25T20:04:23.684Z[ recovery-image] Aug 25 20:04:22.538 INFO O| Aug 25 20:04:22.538 INFO STEP 398 (remove_files) COMPLETE
65232026-08-25T20:04:23.684Z[ recovery-image] Aug 25 20:04:22.538 INFO O| Aug 25 20:04:22.538 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-25T20:04:23.688Z[ recovery-image] Aug 25 20:04:22.548 INFO O| Aug 25 20:04:22.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65252026-08-25T20:04:23.688Z[ recovery-image] Aug 25 20:04:22.548 INFO O| Aug 25 20:04:22.548 INFO STEP 399 (remove_files) COMPLETE
65262026-08-25T20:04:23.688Z[ recovery-image] Aug 25 20:04:22.548 INFO O| Aug 25 20:04:22.548 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-25T20:04:23.698Z[ recovery-image] Aug 25 20:04:22.558 INFO O| Aug 25 20:04:22.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65282026-08-25T20:04:23.698Z[ recovery-image] Aug 25 20:04:22.558 INFO O| Aug 25 20:04:22.558 INFO STEP 400 (remove_files) COMPLETE
65292026-08-25T20:04:23.698Z[ recovery-image] Aug 25 20:04:22.558 INFO O| Aug 25 20:04:22.558 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-25T20:04:23.706Z[ recovery-image] Aug 25 20:04:22.566 INFO O| Aug 25 20:04:22.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65312026-08-25T20:04:23.706Z[ recovery-image] Aug 25 20:04:22.566 INFO O| Aug 25 20:04:22.566 INFO STEP 401 (remove_files) COMPLETE
65322026-08-25T20:04:23.706Z[ recovery-image] Aug 25 20:04:22.566 INFO O| Aug 25 20:04:22.566 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-25T20:04:23.715Z[ recovery-image] Aug 25 20:04:22.575 INFO O| Aug 25 20:04:22.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65342026-08-25T20:04:23.715Z[ recovery-image] Aug 25 20:04:22.575 INFO O| Aug 25 20:04:22.575 INFO STEP 402 (remove_files) COMPLETE
65352026-08-25T20:04:23.715Z[ recovery-image] Aug 25 20:04:22.575 INFO O| Aug 25 20:04:22.575 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-25T20:04:23.724Z[ recovery-image] Aug 25 20:04:22.584 INFO O| Aug 25 20:04:22.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65372026-08-25T20:04:23.724Z[ recovery-image] Aug 25 20:04:22.584 INFO O| Aug 25 20:04:22.584 INFO STEP 403 (remove_files) COMPLETE
65382026-08-25T20:04:23.724Z[ recovery-image] Aug 25 20:04:22.584 INFO O| Aug 25 20:04:22.584 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-25T20:04:23.773Z[ recovery-image] Aug 25 20:04:22.594 INFO O| Aug 25 20:04:22.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65402026-08-25T20:04:23.773Z[ recovery-image] Aug 25 20:04:22.594 INFO O| Aug 25 20:04:22.594 INFO STEP 404 (remove_files) COMPLETE
65412026-08-25T20:04:23.773Z[ recovery-image] Aug 25 20:04:22.594 INFO O| Aug 25 20:04:22.594 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-25T20:04:23.773Z[ recovery-image] Aug 25 20:04:22.603 INFO O| Aug 25 20:04:22.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65432026-08-25T20:04:23.773Z[ recovery-image] Aug 25 20:04:22.603 INFO O| Aug 25 20:04:22.603 INFO STEP 405 (remove_files) COMPLETE
65442026-08-25T20:04:23.773Z[ recovery-image] Aug 25 20:04:22.603 INFO O| Aug 25 20:04:22.603 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.612 INFO O| Aug 25 20:04:22.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65462026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.612 INFO O| Aug 25 20:04:22.612 INFO STEP 406 (remove_files) COMPLETE
65472026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.612 INFO O| Aug 25 20:04:22.612 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.622 INFO O| Aug 25 20:04:22.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65492026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.622 INFO O| Aug 25 20:04:22.622 INFO STEP 407 (remove_files) COMPLETE
65502026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.622 INFO O| Aug 25 20:04:22.622 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.633 INFO O| Aug 25 20:04:22.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65522026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.633 INFO O| Aug 25 20:04:22.633 INFO STEP 408 (remove_files) COMPLETE
65532026-08-25T20:04:23.774Z[ recovery-image] Aug 25 20:04:22.633 INFO O| Aug 25 20:04:22.633 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-25T20:04:23.782Z[ recovery-image] Aug 25 20:04:22.643 INFO O| Aug 25 20:04:22.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65552026-08-25T20:04:23.783Z[ recovery-image] Aug 25 20:04:22.643 INFO O| Aug 25 20:04:22.643 INFO STEP 409 (remove_files) COMPLETE
65562026-08-25T20:04:23.786Z[ recovery-image] Aug 25 20:04:22.643 INFO O| Aug 25 20:04:22.643 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-25T20:04:23.834Z[ recovery-image] Aug 25 20:04:22.694 INFO O| Aug 25 20:04:22.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65582026-08-25T20:04:23.834Z[ recovery-image] Aug 25 20:04:22.694 INFO O| Aug 25 20:04:22.694 INFO STEP 410 (remove_files) COMPLETE
65592026-08-25T20:04:23.835Z[ recovery-image] Aug 25 20:04:22.694 INFO O| Aug 25 20:04:22.694 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-25T20:04:23.854Z[ recovery-image] Aug 25 20:04:22.713 INFO O| Aug 25 20:04:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65612026-08-25T20:04:23.854Z[ recovery-image] Aug 25 20:04:22.714 INFO O| Aug 25 20:04:22.713 INFO STEP 411 (remove_files) COMPLETE
65622026-08-25T20:04:23.854Z[ recovery-image] Aug 25 20:04:22.714 INFO O| Aug 25 20:04:22.714 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-25T20:04:23.866Z[ recovery-image] Aug 25 20:04:22.725 INFO O| Aug 25 20:04:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65642026-08-25T20:04:23.866Z[ recovery-image] Aug 25 20:04:22.725 INFO O| Aug 25 20:04:22.725 INFO STEP 412 (remove_files) COMPLETE
65652026-08-25T20:04:23.871Z[ recovery-image] Aug 25 20:04:22.726 INFO O| Aug 25 20:04:22.725 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-25T20:04:23.877Z[ recovery-image] Aug 25 20:04:22.736 INFO O| Aug 25 20:04:22.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65672026-08-25T20:04:23.877Z[ recovery-image] Aug 25 20:04:22.736 INFO O| Aug 25 20:04:22.736 INFO STEP 413 (remove_files) COMPLETE
65682026-08-25T20:04:23.877Z[ recovery-image] Aug 25 20:04:22.736 INFO O| Aug 25 20:04:22.736 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-25T20:04:23.885Z[ recovery-image] Aug 25 20:04:22.745 INFO O| Aug 25 20:04:22.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65702026-08-25T20:04:23.885Z[ recovery-image] Aug 25 20:04:22.745 INFO O| Aug 25 20:04:22.745 INFO STEP 414 (remove_files) COMPLETE
65712026-08-25T20:04:23.885Z[ recovery-image] Aug 25 20:04:22.745 INFO O| Aug 25 20:04:22.745 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-25T20:04:23.896Z[ recovery-image] Aug 25 20:04:22.756 INFO O| Aug 25 20:04:22.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65732026-08-25T20:04:23.896Z[ recovery-image] Aug 25 20:04:22.757 INFO O| Aug 25 20:04:22.756 INFO STEP 415 (remove_files) COMPLETE
65742026-08-25T20:04:23.896Z[ recovery-image] Aug 25 20:04:22.757 INFO O| Aug 25 20:04:22.757 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-25T20:04:23.909Z[ recovery-image] Aug 25 20:04:22.767 INFO O| Aug 25 20:04:22.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65762026-08-25T20:04:23.909Z[ recovery-image] Aug 25 20:04:22.767 INFO O| Aug 25 20:04:22.767 INFO STEP 416 (remove_files) COMPLETE
65772026-08-25T20:04:23.909Z[ recovery-image] Aug 25 20:04:22.767 INFO O| Aug 25 20:04:22.767 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-25T20:04:23.918Z[ recovery-image] Aug 25 20:04:22.778 INFO O| Aug 25 20:04:22.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65792026-08-25T20:04:23.918Z[ recovery-image] Aug 25 20:04:22.778 INFO O| Aug 25 20:04:22.778 INFO STEP 417 (remove_files) COMPLETE
65802026-08-25T20:04:23.918Z[ recovery-image] Aug 25 20:04:22.778 INFO O| Aug 25 20:04:22.778 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-25T20:04:23.929Z[ recovery-image] Aug 25 20:04:22.789 INFO O| Aug 25 20:04:22.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65822026-08-25T20:04:23.929Z[ recovery-image] Aug 25 20:04:22.789 INFO O| Aug 25 20:04:22.789 INFO STEP 418 (remove_files) COMPLETE
65832026-08-25T20:04:23.930Z[ recovery-image] Aug 25 20:04:22.789 INFO O| Aug 25 20:04:22.789 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-25T20:04:23.941Z[ recovery-image] Aug 25 20:04:22.801 INFO O| Aug 25 20:04:22.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65852026-08-25T20:04:23.941Z[ recovery-image] Aug 25 20:04:22.801 INFO O| Aug 25 20:04:22.801 INFO STEP 419 (remove_files) COMPLETE
65862026-08-25T20:04:23.945Z[ recovery-image] Aug 25 20:04:22.801 INFO O| Aug 25 20:04:22.801 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-25T20:04:23.952Z[ recovery-image] Aug 25 20:04:22.812 INFO O| Aug 25 20:04:22.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65882026-08-25T20:04:23.952Z[ recovery-image] Aug 25 20:04:22.812 INFO O| Aug 25 20:04:22.812 INFO STEP 420 (remove_files) COMPLETE
65892026-08-25T20:04:23.952Z[ recovery-image] Aug 25 20:04:22.812 INFO O| Aug 25 20:04:22.812 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-25T20:04:23.963Z[ recovery-image] Aug 25 20:04:22.823 INFO O| Aug 25 20:04:22.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65912026-08-25T20:04:23.963Z[ recovery-image] Aug 25 20:04:22.823 INFO O| Aug 25 20:04:22.823 INFO STEP 421 (remove_files) COMPLETE
65922026-08-25T20:04:23.963Z[ recovery-image] Aug 25 20:04:22.823 INFO O| Aug 25 20:04:22.823 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-25T20:04:23.974Z[ recovery-image] Aug 25 20:04:22.834 INFO O| Aug 25 20:04:22.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65942026-08-25T20:04:23.975Z[ recovery-image] Aug 25 20:04:22.834 INFO O| Aug 25 20:04:22.834 INFO STEP 422 (remove_files) COMPLETE
65952026-08-25T20:04:23.975Z[ recovery-image] Aug 25 20:04:22.834 INFO O| Aug 25 20:04:22.834 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-25T20:04:23.980Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
65972026-08-25T20:04:23.985Z[ recovery-image] Aug 25 20:04:22.845 INFO O| Aug 25 20:04:22.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65982026-08-25T20:04:23.985Z[ recovery-image] Aug 25 20:04:22.845 INFO O| Aug 25 20:04:22.845 INFO STEP 423 (remove_files) COMPLETE
65992026-08-25T20:04:23.985Z[ recovery-image] Aug 25 20:04:22.845 INFO O| Aug 25 20:04:22.845 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-25T20:04:23.996Z[ recovery-image] Aug 25 20:04:22.856 INFO O| Aug 25 20:04:22.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66012026-08-25T20:04:23.996Z[ recovery-image] Aug 25 20:04:22.856 INFO O| Aug 25 20:04:22.856 INFO STEP 424 (remove_files) COMPLETE
66022026-08-25T20:04:23.996Z[ recovery-image] Aug 25 20:04:22.856 INFO O| Aug 25 20:04:22.856 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-25T20:04:24.006Z[ recovery-image] Aug 25 20:04:22.866 INFO O| Aug 25 20:04:22.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66042026-08-25T20:04:24.006Z[ recovery-image] Aug 25 20:04:22.866 INFO O| Aug 25 20:04:22.866 INFO STEP 425 (remove_files) COMPLETE
66052026-08-25T20:04:24.007Z[ recovery-image] Aug 25 20:04:22.866 INFO O| Aug 25 20:04:22.866 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-25T20:04:24.017Z[ recovery-image] Aug 25 20:04:22.877 INFO O| Aug 25 20:04:22.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66072026-08-25T20:04:24.021Z[ recovery-image] Aug 25 20:04:22.877 INFO O| Aug 25 20:04:22.877 INFO STEP 426 (remove_files) COMPLETE
66082026-08-25T20:04:24.021Z[ recovery-image] Aug 25 20:04:22.877 INFO O| Aug 25 20:04:22.877 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-25T20:04:24.026Z[ recovery-image] Aug 25 20:04:22.886 INFO O| Aug 25 20:04:22.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66102026-08-25T20:04:24.030Z[ recovery-image] Aug 25 20:04:22.886 INFO O| Aug 25 20:04:22.886 INFO STEP 427 (remove_files) COMPLETE
66112026-08-25T20:04:24.033Z[ recovery-image] Aug 25 20:04:22.886 INFO O| Aug 25 20:04:22.886 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-25T20:04:24.037Z[ recovery-image] Aug 25 20:04:22.895 INFO O| Aug 25 20:04:22.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66132026-08-25T20:04:24.038Z[ recovery-image] Aug 25 20:04:22.895 INFO O| Aug 25 20:04:22.895 INFO STEP 428 (remove_files) COMPLETE
66142026-08-25T20:04:24.038Z[ recovery-image] Aug 25 20:04:22.895 INFO O| Aug 25 20:04:22.895 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-25T20:04:24.045Z[ recovery-image] Aug 25 20:04:22.905 INFO O| Aug 25 20:04:22.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66162026-08-25T20:04:24.045Z[ recovery-image] Aug 25 20:04:22.905 INFO O| Aug 25 20:04:22.905 INFO STEP 429 (remove_files) COMPLETE
66172026-08-25T20:04:24.049Z[ recovery-image] Aug 25 20:04:22.905 INFO O| Aug 25 20:04:22.905 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-25T20:04:24.057Z[ recovery-image] Aug 25 20:04:22.917 INFO O| Aug 25 20:04:22.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66192026-08-25T20:04:24.061Z[ recovery-image] Aug 25 20:04:22.917 INFO O| Aug 25 20:04:22.917 INFO STEP 430 (remove_files) COMPLETE
66202026-08-25T20:04:24.061Z[ recovery-image] Aug 25 20:04:22.917 INFO O| Aug 25 20:04:22.917 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-25T20:04:24.067Z[ recovery-image] Aug 25 20:04:22.927 INFO O| Aug 25 20:04:22.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66222026-08-25T20:04:24.067Z[ recovery-image] Aug 25 20:04:22.927 INFO O| Aug 25 20:04:22.927 INFO STEP 431 (remove_files) COMPLETE
66232026-08-25T20:04:24.068Z[ recovery-image] Aug 25 20:04:22.927 INFO O| Aug 25 20:04:22.927 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-25T20:04:24.076Z[ recovery-image] Aug 25 20:04:22.936 INFO O| Aug 25 20:04:22.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66252026-08-25T20:04:24.076Z[ recovery-image] Aug 25 20:04:22.936 INFO O| Aug 25 20:04:22.936 INFO STEP 432 (remove_files) COMPLETE
66262026-08-25T20:04:24.076Z[ recovery-image] Aug 25 20:04:22.936 INFO O| Aug 25 20:04:22.936 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-25T20:04:24.085Z[ recovery-image] Aug 25 20:04:22.945 INFO O| Aug 25 20:04:22.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66282026-08-25T20:04:24.089Z[ recovery-image] Aug 25 20:04:22.945 INFO O| Aug 25 20:04:22.945 INFO STEP 433 (remove_files) COMPLETE
66292026-08-25T20:04:24.089Z[ recovery-image] Aug 25 20:04:22.945 INFO O| Aug 25 20:04:22.945 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-25T20:04:24.095Z[ recovery-image] Aug 25 20:04:22.956 INFO O| Aug 25 20:04:22.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66312026-08-25T20:04:24.095Z[ recovery-image] Aug 25 20:04:22.956 INFO O| Aug 25 20:04:22.956 INFO STEP 434 (remove_files) COMPLETE
66322026-08-25T20:04:24.099Z[ recovery-image] Aug 25 20:04:22.956 INFO O| Aug 25 20:04:22.956 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-25T20:04:24.107Z[ recovery-image] Aug 25 20:04:22.967 INFO O| Aug 25 20:04:22.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66342026-08-25T20:04:24.107Z[ recovery-image] Aug 25 20:04:22.967 INFO O| Aug 25 20:04:22.967 INFO STEP 435 (remove_files) COMPLETE
66352026-08-25T20:04:24.107Z[ recovery-image] Aug 25 20:04:22.967 INFO O| Aug 25 20:04:22.967 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-25T20:04:24.118Z[ recovery-image] Aug 25 20:04:22.978 INFO O| Aug 25 20:04:22.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66372026-08-25T20:04:24.118Z[ recovery-image] Aug 25 20:04:22.978 INFO O| Aug 25 20:04:22.978 INFO STEP 436 (remove_files) COMPLETE
66382026-08-25T20:04:24.118Z[ recovery-image] Aug 25 20:04:22.978 INFO O| Aug 25 20:04:22.978 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-25T20:04:24.130Z[ recovery-image] Aug 25 20:04:22.990 INFO O| Aug 25 20:04:22.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66402026-08-25T20:04:24.130Z[ recovery-image] Aug 25 20:04:22.991 INFO O| Aug 25 20:04:22.990 INFO STEP 437 (remove_files) COMPLETE
66412026-08-25T20:04:24.130Z[ recovery-image] Aug 25 20:04:22.991 INFO O| Aug 25 20:04:22.991 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-25T20:04:24.142Z[ recovery-image] Aug 25 20:04:23.002 INFO O| Aug 25 20:04:23.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66432026-08-25T20:04:24.142Z[ recovery-image] Aug 25 20:04:23.002 INFO O| Aug 25 20:04:23.002 INFO STEP 438 (remove_files) COMPLETE
66442026-08-25T20:04:24.146Z[ recovery-image] Aug 25 20:04:23.002 INFO O| Aug 25 20:04:23.002 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-25T20:04:24.151Z[ recovery-image] Aug 25 20:04:23.011 INFO O| Aug 25 20:04:23.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66462026-08-25T20:04:24.151Z[ recovery-image] Aug 25 20:04:23.011 INFO O| Aug 25 20:04:23.011 INFO STEP 439 (remove_files) COMPLETE
66472026-08-25T20:04:24.151Z[ recovery-image] Aug 25 20:04:23.011 INFO O| Aug 25 20:04:23.011 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-25T20:04:24.161Z[ recovery-image] Aug 25 20:04:23.021 INFO O| Aug 25 20:04:23.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66492026-08-25T20:04:24.161Z[ recovery-image] Aug 25 20:04:23.021 INFO O| Aug 25 20:04:23.021 INFO STEP 440 (remove_files) COMPLETE
66502026-08-25T20:04:24.161Z[ recovery-image] Aug 25 20:04:23.021 INFO O| Aug 25 20:04:23.021 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-25T20:04:24.173Z[ recovery-image] Aug 25 20:04:23.033 INFO O| Aug 25 20:04:23.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66522026-08-25T20:04:24.173Z[ recovery-image] Aug 25 20:04:23.033 INFO O| Aug 25 20:04:23.033 INFO STEP 441 (remove_files) COMPLETE
66532026-08-25T20:04:24.177Z[ recovery-image] Aug 25 20:04:23.033 INFO O| Aug 25 20:04:23.033 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-25T20:04:24.183Z[ recovery-image] Aug 25 20:04:23.043 INFO O| Aug 25 20:04:23.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66552026-08-25T20:04:24.183Z[ recovery-image] Aug 25 20:04:23.043 INFO O| Aug 25 20:04:23.043 INFO STEP 442 (remove_files) COMPLETE
66562026-08-25T20:04:24.187Z[ recovery-image] Aug 25 20:04:23.043 INFO O| Aug 25 20:04:23.043 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-25T20:04:24.193Z[ recovery-image] Aug 25 20:04:23.053 INFO O| Aug 25 20:04:23.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66582026-08-25T20:04:24.193Z[ recovery-image] Aug 25 20:04:23.053 INFO O| Aug 25 20:04:23.053 INFO STEP 443 (remove_files) COMPLETE
66592026-08-25T20:04:24.193Z[ recovery-image] Aug 25 20:04:23.053 INFO O| Aug 25 20:04:23.053 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-25T20:04:24.204Z[ recovery-image] Aug 25 20:04:23.064 INFO O| Aug 25 20:04:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66612026-08-25T20:04:24.204Z[ recovery-image] Aug 25 20:04:23.064 INFO O| Aug 25 20:04:23.064 INFO STEP 444 (remove_files) COMPLETE
66622026-08-25T20:04:24.204Z[ recovery-image] Aug 25 20:04:23.064 INFO O| Aug 25 20:04:23.064 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-25T20:04:24.215Z[ recovery-image] Aug 25 20:04:23.075 INFO O| Aug 25 20:04:23.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66642026-08-25T20:04:24.215Z[ recovery-image] Aug 25 20:04:23.075 INFO O| Aug 25 20:04:23.075 INFO STEP 445 (remove_files) COMPLETE
66652026-08-25T20:04:24.215Z[ recovery-image] Aug 25 20:04:23.075 INFO O| Aug 25 20:04:23.075 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-25T20:04:24.224Z[ recovery-image] Aug 25 20:04:23.084 INFO O| Aug 25 20:04:23.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66672026-08-25T20:04:24.224Z[ recovery-image] Aug 25 20:04:23.084 INFO O| Aug 25 20:04:23.084 INFO STEP 446 (remove_files) COMPLETE
66682026-08-25T20:04:24.224Z[ recovery-image] Aug 25 20:04:23.084 INFO O| Aug 25 20:04:23.084 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-25T20:04:24.235Z[ recovery-image] Aug 25 20:04:23.094 INFO O| Aug 25 20:04:23.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66702026-08-25T20:04:24.239Z[ recovery-image] Aug 25 20:04:23.095 INFO O| Aug 25 20:04:23.095 INFO STEP 447 (remove_files) COMPLETE
66712026-08-25T20:04:24.239Z[ recovery-image] Aug 25 20:04:23.095 INFO O| Aug 25 20:04:23.095 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-25T20:04:24.245Z[ recovery-image] Aug 25 20:04:23.105 INFO O| Aug 25 20:04:23.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66732026-08-25T20:04:24.245Z[ recovery-image] Aug 25 20:04:23.105 INFO O| Aug 25 20:04:23.105 INFO STEP 448 (remove_files) COMPLETE
66742026-08-25T20:04:24.245Z[ recovery-image] Aug 25 20:04:23.105 INFO O| Aug 25 20:04:23.105 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-25T20:04:24.254Z[ recovery-image] Aug 25 20:04:23.114 INFO O| Aug 25 20:04:23.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66762026-08-25T20:04:24.254Z[ recovery-image] Aug 25 20:04:23.114 INFO O| Aug 25 20:04:23.114 INFO STEP 449 (remove_files) COMPLETE
66772026-08-25T20:04:24.254Z[ recovery-image] Aug 25 20:04:23.114 INFO O| Aug 25 20:04:23.114 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-25T20:04:24.263Z[ recovery-image] Aug 25 20:04:23.123 INFO O| Aug 25 20:04:23.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66792026-08-25T20:04:24.263Z[ recovery-image] Aug 25 20:04:23.123 INFO O| Aug 25 20:04:23.123 INFO STEP 450 (remove_files) COMPLETE
66802026-08-25T20:04:24.263Z[ recovery-image] Aug 25 20:04:23.123 INFO O| Aug 25 20:04:23.123 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-25T20:04:24.268Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
66822026-08-25T20:04:24.275Z[ recovery-image] Aug 25 20:04:23.133 INFO O| Aug 25 20:04:23.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66832026-08-25T20:04:24.279Z[ recovery-image] Aug 25 20:04:23.134 INFO O| Aug 25 20:04:23.134 INFO STEP 451 (remove_files) COMPLETE
66842026-08-25T20:04:24.279Z[ recovery-image] Aug 25 20:04:23.134 INFO O| Aug 25 20:04:23.134 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-25T20:04:24.286Z[ recovery-image] Aug 25 20:04:23.144 INFO O| Aug 25 20:04:23.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66862026-08-25T20:04:24.286Z[ recovery-image] Aug 25 20:04:23.144 INFO O| Aug 25 20:04:23.144 INFO STEP 452 (remove_files) COMPLETE
66872026-08-25T20:04:24.286Z[ recovery-image] Aug 25 20:04:23.144 INFO O| Aug 25 20:04:23.144 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-25T20:04:24.294Z[ recovery-image] Aug 25 20:04:23.154 INFO O| Aug 25 20:04:23.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66892026-08-25T20:04:24.294Z[ recovery-image] Aug 25 20:04:23.154 INFO O| Aug 25 20:04:23.154 INFO STEP 453 (remove_files) COMPLETE
66902026-08-25T20:04:24.294Z[ recovery-image] Aug 25 20:04:23.154 INFO O| Aug 25 20:04:23.154 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-25T20:04:24.304Z[ recovery-image] Aug 25 20:04:23.164 INFO O| Aug 25 20:04:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66922026-08-25T20:04:24.308Z[ recovery-image] Aug 25 20:04:23.165 INFO O| Aug 25 20:04:23.165 INFO STEP 454 (remove_files) COMPLETE
66932026-08-25T20:04:24.308Z[ recovery-image] Aug 25 20:04:23.165 INFO O| Aug 25 20:04:23.165 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-25T20:04:24.315Z[ recovery-image] Aug 25 20:04:23.175 INFO O| Aug 25 20:04:23.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66952026-08-25T20:04:24.315Z[ recovery-image] Aug 25 20:04:23.175 INFO O| Aug 25 20:04:23.175 INFO STEP 455 (remove_files) COMPLETE
66962026-08-25T20:04:24.315Z[ recovery-image] Aug 25 20:04:23.175 INFO O| Aug 25 20:04:23.175 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-25T20:04:24.324Z[ recovery-image] Aug 25 20:04:23.184 INFO O| Aug 25 20:04:23.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66982026-08-25T20:04:24.328Z[ recovery-image] Aug 25 20:04:23.185 INFO O| Aug 25 20:04:23.185 INFO STEP 456 (remove_files) COMPLETE
66992026-08-25T20:04:24.328Z[ recovery-image] Aug 25 20:04:23.185 INFO O| Aug 25 20:04:23.185 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-25T20:04:24.334Z[ recovery-image] Aug 25 20:04:23.193 INFO O| Aug 25 20:04:23.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67012026-08-25T20:04:24.334Z[ recovery-image] Aug 25 20:04:23.193 INFO O| Aug 25 20:04:23.193 INFO STEP 457 (remove_files) COMPLETE
67022026-08-25T20:04:24.340Z[ recovery-image] Aug 25 20:04:23.193 INFO O| Aug 25 20:04:23.193 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-25T20:04:24.343Z[ recovery-image] Aug 25 20:04:23.204 INFO O| Aug 25 20:04:23.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67042026-08-25T20:04:24.343Z[ recovery-image] Aug 25 20:04:23.204 INFO O| Aug 25 20:04:23.204 INFO STEP 458 (remove_files) COMPLETE
67052026-08-25T20:04:24.343Z[ recovery-image] Aug 25 20:04:23.204 INFO O| Aug 25 20:04:23.204 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-25T20:04:24.354Z[ recovery-image] Aug 25 20:04:23.215 INFO O| Aug 25 20:04:23.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67072026-08-25T20:04:24.354Z[ recovery-image] Aug 25 20:04:23.215 INFO O| Aug 25 20:04:23.215 INFO STEP 459 (remove_files) COMPLETE
67082026-08-25T20:04:24.354Z[ recovery-image] Aug 25 20:04:23.215 INFO O| Aug 25 20:04:23.215 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-25T20:04:24.364Z[ recovery-image] Aug 25 20:04:23.224 INFO O| Aug 25 20:04:23.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67102026-08-25T20:04:24.365Z[ recovery-image] Aug 25 20:04:23.224 INFO O| Aug 25 20:04:23.224 INFO STEP 460 (remove_files) COMPLETE
67112026-08-25T20:04:24.369Z[ recovery-image] Aug 25 20:04:23.224 INFO O| Aug 25 20:04:23.224 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-25T20:04:24.373Z[ recovery-image] Aug 25 20:04:23.234 INFO O| Aug 25 20:04:23.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67132026-08-25T20:04:24.373Z[ recovery-image] Aug 25 20:04:23.234 INFO O| Aug 25 20:04:23.234 INFO STEP 461 (remove_files) COMPLETE
67142026-08-25T20:04:24.373Z[ recovery-image] Aug 25 20:04:23.234 INFO O| Aug 25 20:04:23.234 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-25T20:04:24.382Z[ recovery-image] Aug 25 20:04:23.243 INFO O| Aug 25 20:04:23.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67162026-08-25T20:04:24.383Z[ recovery-image] Aug 25 20:04:23.243 INFO O| Aug 25 20:04:23.243 INFO STEP 462 (remove_files) COMPLETE
67172026-08-25T20:04:24.387Z[ recovery-image] Aug 25 20:04:23.243 INFO O| Aug 25 20:04:23.243 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-25T20:04:24.392Z[ recovery-image] Aug 25 20:04:23.252 INFO O| Aug 25 20:04:23.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67192026-08-25T20:04:24.392Z[ recovery-image] Aug 25 20:04:23.252 INFO O| Aug 25 20:04:23.252 INFO STEP 463 (remove_files) COMPLETE
67202026-08-25T20:04:24.392Z[ recovery-image] Aug 25 20:04:23.252 INFO O| Aug 25 20:04:23.252 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-25T20:04:24.402Z[ recovery-image] Aug 25 20:04:23.262 INFO O| Aug 25 20:04:23.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67222026-08-25T20:04:24.402Z[ recovery-image] Aug 25 20:04:23.262 INFO O| Aug 25 20:04:23.262 INFO STEP 464 (remove_files) COMPLETE
67232026-08-25T20:04:24.402Z[ recovery-image] Aug 25 20:04:23.262 INFO O| Aug 25 20:04:23.262 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-25T20:04:24.412Z[ recovery-image] Aug 25 20:04:23.272 INFO O| Aug 25 20:04:23.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67252026-08-25T20:04:24.413Z[ recovery-image] Aug 25 20:04:23.272 INFO O| Aug 25 20:04:23.272 INFO STEP 465 (remove_files) COMPLETE
67262026-08-25T20:04:24.413Z[ recovery-image] Aug 25 20:04:23.272 INFO O| Aug 25 20:04:23.272 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-25T20:04:24.422Z[ recovery-image] Aug 25 20:04:23.281 INFO O| Aug 25 20:04:23.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67282026-08-25T20:04:24.422Z[ recovery-image] Aug 25 20:04:23.281 INFO O| Aug 25 20:04:23.281 INFO STEP 466 (remove_files) COMPLETE
67292026-08-25T20:04:24.422Z[ recovery-image] Aug 25 20:04:23.281 INFO O| Aug 25 20:04:23.281 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-25T20:04:24.431Z[ recovery-image] Aug 25 20:04:23.291 INFO O| Aug 25 20:04:23.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67312026-08-25T20:04:24.432Z[ recovery-image] Aug 25 20:04:23.291 INFO O| Aug 25 20:04:23.291 INFO STEP 467 (remove_files) COMPLETE
67322026-08-25T20:04:24.432Z[ recovery-image] Aug 25 20:04:23.291 INFO O| Aug 25 20:04:23.291 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-25T20:04:24.441Z[ recovery-image] Aug 25 20:04:23.300 INFO O| Aug 25 20:04:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67342026-08-25T20:04:24.441Z[ recovery-image] Aug 25 20:04:23.300 INFO O| Aug 25 20:04:23.300 INFO STEP 468 (remove_files) COMPLETE
67352026-08-25T20:04:24.444Z[ recovery-image] Aug 25 20:04:23.300 INFO O| Aug 25 20:04:23.300 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-25T20:04:24.449Z[ recovery-image] Aug 25 20:04:23.310 INFO O| Aug 25 20:04:23.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67372026-08-25T20:04:24.449Z[ recovery-image] Aug 25 20:04:23.310 INFO O| Aug 25 20:04:23.310 INFO STEP 469 (remove_files) COMPLETE
67382026-08-25T20:04:24.450Z[ recovery-image] Aug 25 20:04:23.310 INFO O| Aug 25 20:04:23.310 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-25T20:04:24.459Z[ recovery-image] Aug 25 20:04:23.319 INFO O| Aug 25 20:04:23.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67402026-08-25T20:04:24.459Z[ recovery-image] Aug 25 20:04:23.319 INFO O| Aug 25 20:04:23.319 INFO STEP 470 (remove_files) COMPLETE
67412026-08-25T20:04:24.463Z[ recovery-image] Aug 25 20:04:23.319 INFO O| Aug 25 20:04:23.319 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-25T20:04:24.463Z[verify-libraries] Compiling samael v0.0.19
67432026-08-25T20:04:24.468Z[ recovery-image] Aug 25 20:04:23.328 INFO O| Aug 25 20:04:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67442026-08-25T20:04:24.468Z[ recovery-image] Aug 25 20:04:23.328 INFO O| Aug 25 20:04:23.328 INFO STEP 471 (remove_files) COMPLETE
67452026-08-25T20:04:24.468Z[ recovery-image] Aug 25 20:04:23.328 INFO O| Aug 25 20:04:23.328 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-25T20:04:24.478Z[ recovery-image] Aug 25 20:04:23.339 INFO O| Aug 25 20:04:23.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67472026-08-25T20:04:24.479Z[ recovery-image] Aug 25 20:04:23.339 INFO O| Aug 25 20:04:23.339 INFO STEP 472 (remove_files) COMPLETE
67482026-08-25T20:04:24.479Z[ recovery-image] Aug 25 20:04:23.339 INFO O| Aug 25 20:04:23.339 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-25T20:04:24.487Z[ recovery-image] Aug 25 20:04:23.348 INFO O| Aug 25 20:04:23.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67502026-08-25T20:04:24.487Z[ recovery-image] Aug 25 20:04:23.348 INFO O| Aug 25 20:04:23.348 INFO STEP 473 (remove_files) COMPLETE
67512026-08-25T20:04:24.491Z[ recovery-image] Aug 25 20:04:23.348 INFO O| Aug 25 20:04:23.348 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-25T20:04:24.497Z[ recovery-image] Aug 25 20:04:23.358 INFO O| Aug 25 20:04:23.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67532026-08-25T20:04:24.497Z[ recovery-image] Aug 25 20:04:23.358 INFO O| Aug 25 20:04:23.358 INFO STEP 474 (remove_files) COMPLETE
67542026-08-25T20:04:24.501Z[ recovery-image] Aug 25 20:04:23.358 INFO O| Aug 25 20:04:23.358 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-25T20:04:24.512Z[ recovery-image] Aug 25 20:04:23.372 INFO O| Aug 25 20:04:23.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67562026-08-25T20:04:24.512Z[ recovery-image] Aug 25 20:04:23.372 INFO O| Aug 25 20:04:23.372 INFO STEP 475 (remove_files) COMPLETE
67572026-08-25T20:04:24.512Z[ recovery-image] Aug 25 20:04:23.372 INFO O| Aug 25 20:04:23.372 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-25T20:04:24.522Z[ recovery-image] Aug 25 20:04:23.382 INFO O| Aug 25 20:04:23.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67592026-08-25T20:04:24.522Z[ recovery-image] Aug 25 20:04:23.382 INFO O| Aug 25 20:04:23.382 INFO STEP 476 (remove_files) COMPLETE
67602026-08-25T20:04:24.522Z[ recovery-image] Aug 25 20:04:23.382 INFO O| Aug 25 20:04:23.382 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-25T20:04:24.530Z[ recovery-image] Aug 25 20:04:23.390 INFO O| Aug 25 20:04:23.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67622026-08-25T20:04:24.530Z[ recovery-image] Aug 25 20:04:23.390 INFO O| Aug 25 20:04:23.390 INFO STEP 477 (remove_files) COMPLETE
67632026-08-25T20:04:24.530Z[ recovery-image] Aug 25 20:04:23.390 INFO O| Aug 25 20:04:23.390 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-25T20:04:24.543Z[ recovery-image] Aug 25 20:04:23.401 INFO O| Aug 25 20:04:23.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67652026-08-25T20:04:24.543Z[ recovery-image] Aug 25 20:04:23.401 INFO O| Aug 25 20:04:23.401 INFO STEP 478 (remove_files) COMPLETE
67662026-08-25T20:04:24.543Z[ recovery-image] Aug 25 20:04:23.401 INFO O| Aug 25 20:04:23.401 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-25T20:04:24.551Z[ recovery-image] Aug 25 20:04:23.411 INFO O| Aug 25 20:04:23.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67682026-08-25T20:04:24.551Z[ recovery-image] Aug 25 20:04:23.411 INFO O| Aug 25 20:04:23.411 INFO STEP 479 (remove_files) COMPLETE
67692026-08-25T20:04:24.555Z[ recovery-image] Aug 25 20:04:23.411 INFO O| Aug 25 20:04:23.411 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-25T20:04:24.555Z[verify-libraries] Compiling socket2 v0.5.10
67712026-08-25T20:04:24.561Z[ recovery-image] Aug 25 20:04:23.421 INFO O| Aug 25 20:04:23.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67722026-08-25T20:04:24.566Z[ recovery-image] Aug 25 20:04:23.422 INFO O| Aug 25 20:04:23.422 INFO STEP 480 (remove_files) COMPLETE
67732026-08-25T20:04:24.566Z[ recovery-image] Aug 25 20:04:23.422 INFO O| Aug 25 20:04:23.422 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-25T20:04:24.571Z[ recovery-image] Aug 25 20:04:23.431 INFO O| Aug 25 20:04:23.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67752026-08-25T20:04:24.571Z[ recovery-image] Aug 25 20:04:23.431 INFO O| Aug 25 20:04:23.431 INFO STEP 481 (remove_files) COMPLETE
67762026-08-25T20:04:24.571Z[ recovery-image] Aug 25 20:04:23.431 INFO O| Aug 25 20:04:23.431 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-25T20:04:24.579Z[ recovery-image] Aug 25 20:04:23.439 INFO O| Aug 25 20:04:23.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67782026-08-25T20:04:24.579Z[ recovery-image] Aug 25 20:04:23.439 INFO O| Aug 25 20:04:23.439 INFO STEP 482 (remove_files) COMPLETE
67792026-08-25T20:04:24.579Z[ recovery-image] Aug 25 20:04:23.439 INFO O| Aug 25 20:04:23.439 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-25T20:04:24.586Z[ recovery-image] Aug 25 20:04:23.446 INFO O| Aug 25 20:04:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67812026-08-25T20:04:24.586Z[ recovery-image] Aug 25 20:04:23.446 INFO O| Aug 25 20:04:23.446 INFO STEP 483 (remove_files) COMPLETE
67822026-08-25T20:04:24.586Z[ recovery-image] Aug 25 20:04:23.446 INFO O| Aug 25 20:04:23.446 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-25T20:04:24.594Z[ recovery-image] Aug 25 20:04:23.454 INFO O| Aug 25 20:04:23.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67842026-08-25T20:04:24.594Z[ recovery-image] Aug 25 20:04:23.454 INFO O| Aug 25 20:04:23.454 INFO STEP 484 (remove_files) COMPLETE
67852026-08-25T20:04:24.598Z[ recovery-image] Aug 25 20:04:23.454 INFO O| Aug 25 20:04:23.454 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-25T20:04:24.602Z[ recovery-image] Aug 25 20:04:23.463 INFO O| Aug 25 20:04:23.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67872026-08-25T20:04:24.603Z[ recovery-image] Aug 25 20:04:23.463 INFO O| Aug 25 20:04:23.463 INFO STEP 485 (remove_files) COMPLETE
67882026-08-25T20:04:24.606Z[ recovery-image] Aug 25 20:04:23.463 INFO O| Aug 25 20:04:23.463 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-25T20:04:24.611Z[ recovery-image] Aug 25 20:04:23.472 INFO O| Aug 25 20:04:23.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67902026-08-25T20:04:24.615Z[ recovery-image] Aug 25 20:04:23.472 INFO O| Aug 25 20:04:23.472 INFO STEP 486 (remove_files) COMPLETE
67912026-08-25T20:04:24.615Z[ recovery-image] Aug 25 20:04:23.472 INFO O| Aug 25 20:04:23.472 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-25T20:04:24.620Z[ recovery-image] Aug 25 20:04:23.480 INFO O| Aug 25 20:04:23.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67932026-08-25T20:04:24.620Z[ recovery-image] Aug 25 20:04:23.480 INFO O| Aug 25 20:04:23.480 INFO STEP 487 (remove_files) COMPLETE
67942026-08-25T20:04:24.620Z[ recovery-image] Aug 25 20:04:23.480 INFO O| Aug 25 20:04:23.480 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-25T20:04:24.630Z[ recovery-image] Aug 25 20:04:23.490 INFO O| Aug 25 20:04:23.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67962026-08-25T20:04:24.630Z[ recovery-image] Aug 25 20:04:23.490 INFO O| Aug 25 20:04:23.490 INFO STEP 488 (remove_files) COMPLETE
67972026-08-25T20:04:24.633Z[ recovery-image] Aug 25 20:04:23.490 INFO O| Aug 25 20:04:23.490 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-25T20:04:24.638Z[ recovery-image] Aug 25 20:04:23.499 INFO O| Aug 25 20:04:23.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67992026-08-25T20:04:24.638Z[ recovery-image] Aug 25 20:04:23.499 INFO O| Aug 25 20:04:23.499 INFO STEP 489 (remove_files) COMPLETE
68002026-08-25T20:04:24.638Z[ recovery-image] Aug 25 20:04:23.499 INFO O| Aug 25 20:04:23.499 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-25T20:04:24.648Z[ recovery-image] Aug 25 20:04:23.508 INFO O| Aug 25 20:04:23.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68022026-08-25T20:04:24.648Z[ recovery-image] Aug 25 20:04:23.508 INFO O| Aug 25 20:04:23.508 INFO STEP 490 (remove_files) COMPLETE
68032026-08-25T20:04:24.648Z[ recovery-image] Aug 25 20:04:23.508 INFO O| Aug 25 20:04:23.508 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-25T20:04:24.658Z[ recovery-image] Aug 25 20:04:23.519 INFO O| Aug 25 20:04:23.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68052026-08-25T20:04:24.658Z[ recovery-image] Aug 25 20:04:23.519 INFO O| Aug 25 20:04:23.519 INFO STEP 491 (remove_files) COMPLETE
68062026-08-25T20:04:24.663Z[ recovery-image] Aug 25 20:04:23.519 INFO O| Aug 25 20:04:23.519 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-25T20:04:24.666Z[ recovery-image] Aug 25 20:04:23.527 INFO O| Aug 25 20:04:23.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68082026-08-25T20:04:24.666Z[ recovery-image] Aug 25 20:04:23.527 INFO O| Aug 25 20:04:23.527 INFO STEP 492 (remove_files) COMPLETE
68092026-08-25T20:04:24.666Z[ recovery-image] Aug 25 20:04:23.527 INFO O| Aug 25 20:04:23.527 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-25T20:04:24.680Z[ recovery-image] Aug 25 20:04:23.538 INFO O| Aug 25 20:04:23.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68112026-08-25T20:04:24.680Z[ recovery-image] Aug 25 20:04:23.538 INFO O| Aug 25 20:04:23.538 INFO STEP 493 (remove_files) COMPLETE
68122026-08-25T20:04:24.680Z[ recovery-image] Aug 25 20:04:23.538 INFO O| Aug 25 20:04:23.538 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-25T20:04:24.686Z[ recovery-image] Aug 25 20:04:23.546 INFO O| Aug 25 20:04:23.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68142026-08-25T20:04:24.686Z[ recovery-image] Aug 25 20:04:23.547 INFO O| Aug 25 20:04:23.547 INFO STEP 494 (remove_files) COMPLETE
68152026-08-25T20:04:24.687Z[ recovery-image] Aug 25 20:04:23.547 INFO O| Aug 25 20:04:23.547 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-25T20:04:24.697Z[ recovery-image] Aug 25 20:04:23.556 INFO O| Aug 25 20:04:23.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68172026-08-25T20:04:24.697Z[ recovery-image] Aug 25 20:04:23.556 INFO O| Aug 25 20:04:23.556 INFO STEP 495 (remove_files) COMPLETE
68182026-08-25T20:04:24.697Z[ recovery-image] Aug 25 20:04:23.556 INFO O| Aug 25 20:04:23.556 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-25T20:04:24.703Z[ recovery-image] Aug 25 20:04:23.564 INFO O| Aug 25 20:04:23.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68202026-08-25T20:04:24.704Z[ recovery-image] Aug 25 20:04:23.564 INFO O| Aug 25 20:04:23.564 INFO STEP 496 (remove_files) COMPLETE
68212026-08-25T20:04:24.710Z[ recovery-image] Aug 25 20:04:23.564 INFO O| Aug 25 20:04:23.564 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-25T20:04:24.717Z[ recovery-image] Aug 25 20:04:23.572 INFO O| Aug 25 20:04:23.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68232026-08-25T20:04:24.717Z[ recovery-image] Aug 25 20:04:23.572 INFO O| Aug 25 20:04:23.572 INFO STEP 497 (remove_files) COMPLETE
68242026-08-25T20:04:24.717Z[ recovery-image] Aug 25 20:04:23.572 INFO O| Aug 25 20:04:23.572 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-25T20:04:24.721Z[ recovery-image] Aug 25 20:04:23.581 INFO O| Aug 25 20:04:23.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68262026-08-25T20:04:24.721Z[ recovery-image] Aug 25 20:04:23.582 INFO O| Aug 25 20:04:23.582 INFO STEP 498 (remove_files) COMPLETE
68272026-08-25T20:04:24.721Z[ recovery-image] Aug 25 20:04:23.582 INFO O| Aug 25 20:04:23.582 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-25T20:04:24.730Z[ recovery-image] Aug 25 20:04:23.591 INFO O| Aug 25 20:04:23.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68292026-08-25T20:04:24.730Z[ recovery-image] Aug 25 20:04:23.591 INFO O| Aug 25 20:04:23.591 INFO STEP 499 (remove_files) COMPLETE
68302026-08-25T20:04:24.734Z[ recovery-image] Aug 25 20:04:23.591 INFO O| Aug 25 20:04:23.591 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-25T20:04:24.739Z[ recovery-image] Aug 25 20:04:23.599 INFO O| Aug 25 20:04:23.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68322026-08-25T20:04:24.739Z[ recovery-image] Aug 25 20:04:23.599 INFO O| Aug 25 20:04:23.599 INFO STEP 500 (remove_files) COMPLETE
68332026-08-25T20:04:24.743Z[ recovery-image] Aug 25 20:04:23.599 INFO O| Aug 25 20:04:23.599 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-25T20:04:24.747Z[ recovery-image] Aug 25 20:04:23.608 INFO O| Aug 25 20:04:23.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68352026-08-25T20:04:24.748Z[ recovery-image] Aug 25 20:04:23.608 INFO O| Aug 25 20:04:23.608 INFO STEP 501 (remove_files) COMPLETE
68362026-08-25T20:04:24.748Z[ recovery-image] Aug 25 20:04:23.608 INFO O| Aug 25 20:04:23.608 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-25T20:04:24.756Z[ recovery-image] Aug 25 20:04:23.616 INFO O| Aug 25 20:04:23.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68382026-08-25T20:04:24.757Z[ recovery-image] Aug 25 20:04:23.616 INFO O| Aug 25 20:04:23.616 INFO STEP 502 (remove_files) COMPLETE
68392026-08-25T20:04:24.757Z[ recovery-image] Aug 25 20:04:23.616 INFO O| Aug 25 20:04:23.616 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-25T20:04:24.764Z[ recovery-image] Aug 25 20:04:23.625 INFO O| Aug 25 20:04:23.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68412026-08-25T20:04:24.764Z[ recovery-image] Aug 25 20:04:23.625 INFO O| Aug 25 20:04:23.625 INFO STEP 503 (remove_files) COMPLETE
68422026-08-25T20:04:24.764Z[ recovery-image] Aug 25 20:04:23.625 INFO O| Aug 25 20:04:23.625 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-25T20:04:24.773Z[ recovery-image] Aug 25 20:04:23.633 INFO O| Aug 25 20:04:23.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68442026-08-25T20:04:24.773Z[ recovery-image] Aug 25 20:04:23.633 INFO O| Aug 25 20:04:23.633 INFO STEP 504 (remove_files) COMPLETE
68452026-08-25T20:04:24.779Z[ recovery-image] Aug 25 20:04:23.633 INFO O| Aug 25 20:04:23.633 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-25T20:04:24.787Z[ recovery-image] Aug 25 20:04:23.642 INFO O| Aug 25 20:04:23.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68472026-08-25T20:04:24.787Z[ recovery-image] Aug 25 20:04:23.642 INFO O| Aug 25 20:04:23.642 INFO STEP 505 (remove_files) COMPLETE
68482026-08-25T20:04:24.787Z[ recovery-image] Aug 25 20:04:23.642 INFO O| Aug 25 20:04:23.642 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-25T20:04:24.793Z[ recovery-image] Aug 25 20:04:23.650 INFO O| Aug 25 20:04:23.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68502026-08-25T20:04:24.793Z[ recovery-image] Aug 25 20:04:23.650 INFO O| Aug 25 20:04:23.650 INFO STEP 506 (remove_files) COMPLETE
68512026-08-25T20:04:24.793Z[ recovery-image] Aug 25 20:04:23.650 INFO O| Aug 25 20:04:23.650 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-25T20:04:24.797Z[ recovery-image] Aug 25 20:04:23.658 INFO O| Aug 25 20:04:23.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68532026-08-25T20:04:24.797Z[ recovery-image] Aug 25 20:04:23.658 INFO O| Aug 25 20:04:23.658 INFO STEP 507 (remove_files) COMPLETE
68542026-08-25T20:04:24.798Z[ recovery-image] Aug 25 20:04:23.658 INFO O| Aug 25 20:04:23.658 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-25T20:04:24.808Z[ recovery-image] Aug 25 20:04:23.667 INFO O| Aug 25 20:04:23.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68562026-08-25T20:04:24.808Z[ recovery-image] Aug 25 20:04:23.667 INFO O| Aug 25 20:04:23.667 INFO STEP 508 (remove_files) COMPLETE
68572026-08-25T20:04:24.808Z[ recovery-image] Aug 25 20:04:23.667 INFO O| Aug 25 20:04:23.667 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-25T20:04:24.815Z[ recovery-image] Aug 25 20:04:23.675 INFO O| Aug 25 20:04:23.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68592026-08-25T20:04:24.815Z[ recovery-image] Aug 25 20:04:23.675 INFO O| Aug 25 20:04:23.675 INFO STEP 509 (remove_files) COMPLETE
68602026-08-25T20:04:24.819Z[ recovery-image] Aug 25 20:04:23.675 INFO O| Aug 25 20:04:23.675 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-25T20:04:24.825Z[ recovery-image] Aug 25 20:04:23.683 INFO O| Aug 25 20:04:23.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68622026-08-25T20:04:24.825Z[ recovery-image] Aug 25 20:04:23.683 INFO O| Aug 25 20:04:23.683 INFO STEP 510 (remove_files) COMPLETE
68632026-08-25T20:04:24.825Z[ recovery-image] Aug 25 20:04:23.683 INFO O| Aug 25 20:04:23.683 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-25T20:04:24.831Z[ recovery-image] Aug 25 20:04:23.691 INFO O| Aug 25 20:04:23.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68652026-08-25T20:04:24.831Z[ recovery-image] Aug 25 20:04:23.691 INFO O| Aug 25 20:04:23.691 INFO STEP 511 (remove_files) COMPLETE
68662026-08-25T20:04:24.834Z[ recovery-image] Aug 25 20:04:23.691 INFO O| Aug 25 20:04:23.691 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-25T20:04:24.840Z[ recovery-image] Aug 25 20:04:23.699 INFO O| Aug 25 20:04:23.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68682026-08-25T20:04:24.840Z[ recovery-image] Aug 25 20:04:23.699 INFO O| Aug 25 20:04:23.699 INFO STEP 512 (remove_files) COMPLETE
68692026-08-25T20:04:24.840Z[ recovery-image] Aug 25 20:04:23.699 INFO O| Aug 25 20:04:23.699 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-25T20:04:24.847Z[ recovery-image] Aug 25 20:04:23.708 INFO O| Aug 25 20:04:23.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68712026-08-25T20:04:24.852Z[ recovery-image] Aug 25 20:04:23.708 INFO O| Aug 25 20:04:23.708 INFO STEP 513 (remove_files) COMPLETE
68722026-08-25T20:04:24.852Z[ recovery-image] Aug 25 20:04:23.708 INFO O| Aug 25 20:04:23.708 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-25T20:04:24.856Z[ recovery-image] Aug 25 20:04:23.717 INFO O| Aug 25 20:04:23.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68742026-08-25T20:04:24.857Z[ recovery-image] Aug 25 20:04:23.717 INFO O| Aug 25 20:04:23.717 INFO STEP 514 (remove_files) COMPLETE
68752026-08-25T20:04:24.857Z[ recovery-image] Aug 25 20:04:23.717 INFO O| Aug 25 20:04:23.717 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-25T20:04:24.866Z[ recovery-image] Aug 25 20:04:23.726 INFO O| Aug 25 20:04:23.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68772026-08-25T20:04:24.866Z[ recovery-image] Aug 25 20:04:23.726 INFO O| Aug 25 20:04:23.726 INFO STEP 515 (remove_files) COMPLETE
68782026-08-25T20:04:24.866Z[ recovery-image] Aug 25 20:04:23.726 INFO O| Aug 25 20:04:23.726 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-25T20:04:24.875Z[ recovery-image] Aug 25 20:04:23.735 INFO O| Aug 25 20:04:23.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68802026-08-25T20:04:24.875Z[ recovery-image] Aug 25 20:04:23.736 INFO O| Aug 25 20:04:23.736 INFO STEP 516 (remove_files) COMPLETE
68812026-08-25T20:04:24.876Z[ recovery-image] Aug 25 20:04:23.736 INFO O| Aug 25 20:04:23.736 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-25T20:04:24.885Z[ recovery-image] Aug 25 20:04:23.745 INFO O| Aug 25 20:04:23.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68832026-08-25T20:04:24.885Z[ recovery-image] Aug 25 20:04:23.745 INFO O| Aug 25 20:04:23.745 INFO STEP 517 (remove_files) COMPLETE
68842026-08-25T20:04:24.885Z[ recovery-image] Aug 25 20:04:23.745 INFO O| Aug 25 20:04:23.745 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-25T20:04:24.894Z[ recovery-image] Aug 25 20:04:23.755 INFO O| Aug 25 20:04:23.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68862026-08-25T20:04:24.895Z[ recovery-image] Aug 25 20:04:23.755 INFO O| Aug 25 20:04:23.755 INFO STEP 518 (remove_files) COMPLETE
68872026-08-25T20:04:24.899Z[ recovery-image] Aug 25 20:04:23.755 INFO O| Aug 25 20:04:23.755 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-25T20:04:24.903Z[ recovery-image] Aug 25 20:04:23.763 INFO O| Aug 25 20:04:23.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68892026-08-25T20:04:24.903Z[ recovery-image] Aug 25 20:04:23.763 INFO O| Aug 25 20:04:23.763 INFO STEP 519 (remove_files) COMPLETE
68902026-08-25T20:04:24.903Z[ recovery-image] Aug 25 20:04:23.763 INFO O| Aug 25 20:04:23.763 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-25T20:04:24.911Z[ recovery-image] Aug 25 20:04:23.772 INFO O| Aug 25 20:04:23.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68922026-08-25T20:04:24.911Z[ recovery-image] Aug 25 20:04:23.772 INFO O| Aug 25 20:04:23.772 INFO STEP 520 (remove_files) COMPLETE
68932026-08-25T20:04:24.915Z[ recovery-image] Aug 25 20:04:23.772 INFO O| Aug 25 20:04:23.772 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-25T20:04:24.919Z[ recovery-image] Aug 25 20:04:23.780 INFO O| Aug 25 20:04:23.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68952026-08-25T20:04:24.919Z[ recovery-image] Aug 25 20:04:23.780 INFO O| Aug 25 20:04:23.780 INFO STEP 521 (remove_files) COMPLETE
68962026-08-25T20:04:24.919Z[ recovery-image] Aug 25 20:04:23.780 INFO O| Aug 25 20:04:23.780 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-25T20:04:24.928Z[ recovery-image] Aug 25 20:04:23.788 INFO O| Aug 25 20:04:23.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68982026-08-25T20:04:24.928Z[ recovery-image] Aug 25 20:04:23.788 INFO O| Aug 25 20:04:23.788 INFO STEP 522 (remove_files) COMPLETE
68992026-08-25T20:04:24.928Z[ recovery-image] Aug 25 20:04:23.788 INFO O| Aug 25 20:04:23.788 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-25T20:04:24.935Z[ recovery-image] Aug 25 20:04:23.796 INFO O| Aug 25 20:04:23.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69012026-08-25T20:04:24.945Z[ recovery-image] Aug 25 20:04:23.797 INFO O| Aug 25 20:04:23.797 INFO STEP 523 (remove_files) COMPLETE
69022026-08-25T20:04:24.946Z[ recovery-image] Aug 25 20:04:23.797 INFO O| Aug 25 20:04:23.797 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-25T20:04:24.950Z[ recovery-image] Aug 25 20:04:23.806 INFO O| Aug 25 20:04:23.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69042026-08-25T20:04:24.950Z[ recovery-image] Aug 25 20:04:23.806 INFO O| Aug 25 20:04:23.806 INFO STEP 524 (remove_files) COMPLETE
69052026-08-25T20:04:24.950Z[ recovery-image] Aug 25 20:04:23.806 INFO O| Aug 25 20:04:23.806 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-25T20:04:24.956Z[ recovery-image] Aug 25 20:04:23.816 INFO O| Aug 25 20:04:23.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69072026-08-25T20:04:24.960Z[ recovery-image] Aug 25 20:04:23.817 INFO O| Aug 25 20:04:23.817 INFO STEP 525 (remove_files) COMPLETE
69082026-08-25T20:04:24.960Z[ recovery-image] Aug 25 20:04:23.817 INFO O| Aug 25 20:04:23.817 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-25T20:04:24.965Z[ recovery-image] Aug 25 20:04:23.826 INFO O| Aug 25 20:04:23.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69102026-08-25T20:04:24.966Z[ recovery-image] Aug 25 20:04:23.826 INFO O| Aug 25 20:04:23.826 INFO STEP 526 (remove_files) COMPLETE
69112026-08-25T20:04:24.966Z[ recovery-image] Aug 25 20:04:23.826 INFO O| Aug 25 20:04:23.826 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-25T20:04:24.975Z[ recovery-image] Aug 25 20:04:23.834 INFO O| Aug 25 20:04:23.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69132026-08-25T20:04:24.975Z[ recovery-image] Aug 25 20:04:23.834 INFO O| Aug 25 20:04:23.834 INFO STEP 527 (remove_files) COMPLETE
69142026-08-25T20:04:24.975Z[ recovery-image] Aug 25 20:04:23.834 INFO O| Aug 25 20:04:23.834 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-25T20:04:24.982Z[ recovery-image] Aug 25 20:04:23.842 INFO O| Aug 25 20:04:23.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69162026-08-25T20:04:24.982Z[ recovery-image] Aug 25 20:04:23.842 INFO O| Aug 25 20:04:23.842 INFO STEP 528 (remove_files) COMPLETE
69172026-08-25T20:04:24.982Z[ recovery-image] Aug 25 20:04:23.842 INFO O| Aug 25 20:04:23.842 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-25T20:04:24.991Z[ recovery-image] Aug 25 20:04:23.850 INFO O| Aug 25 20:04:23.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69192026-08-25T20:04:24.991Z[ recovery-image] Aug 25 20:04:23.850 INFO O| Aug 25 20:04:23.850 INFO STEP 529 (remove_files) COMPLETE
69202026-08-25T20:04:24.991Z[ recovery-image] Aug 25 20:04:23.850 INFO O| Aug 25 20:04:23.850 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-25T20:04:25.000Z[ recovery-image] Aug 25 20:04:23.860 INFO O| Aug 25 20:04:23.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69222026-08-25T20:04:25.000Z[ recovery-image] Aug 25 20:04:23.860 INFO O| Aug 25 20:04:23.860 INFO STEP 530 (remove_files) COMPLETE
69232026-08-25T20:04:25.000Z[ recovery-image] Aug 25 20:04:23.860 INFO O| Aug 25 20:04:23.860 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-25T20:04:25.008Z[ recovery-image] Aug 25 20:04:23.868 INFO O| Aug 25 20:04:23.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69252026-08-25T20:04:25.009Z[ recovery-image] Aug 25 20:04:23.869 INFO O| Aug 25 20:04:23.869 INFO STEP 531 (remove_files) COMPLETE
69262026-08-25T20:04:25.009Z[ recovery-image] Aug 25 20:04:23.869 INFO O| Aug 25 20:04:23.869 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-25T20:04:25.017Z[ recovery-image] Aug 25 20:04:23.877 INFO O| Aug 25 20:04:23.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69282026-08-25T20:04:25.017Z[ recovery-image] Aug 25 20:04:23.877 INFO O| Aug 25 20:04:23.877 INFO STEP 532 (remove_files) COMPLETE
69292026-08-25T20:04:25.017Z[ recovery-image] Aug 25 20:04:23.877 INFO O| Aug 25 20:04:23.877 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-25T20:04:25.027Z[ recovery-image] Aug 25 20:04:23.886 INFO O| Aug 25 20:04:23.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69312026-08-25T20:04:25.027Z[ recovery-image] Aug 25 20:04:23.886 INFO O| Aug 25 20:04:23.886 INFO STEP 533 (remove_files) COMPLETE
69322026-08-25T20:04:25.027Z[ recovery-image] Aug 25 20:04:23.886 INFO O| Aug 25 20:04:23.886 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-25T20:04:25.034Z[ recovery-image] Aug 25 20:04:23.894 INFO O| Aug 25 20:04:23.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69342026-08-25T20:04:25.034Z[ recovery-image] Aug 25 20:04:23.894 INFO O| Aug 25 20:04:23.894 INFO STEP 534 (remove_files) COMPLETE
69352026-08-25T20:04:25.035Z[ recovery-image] Aug 25 20:04:23.894 INFO O| Aug 25 20:04:23.894 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-25T20:04:25.043Z[ recovery-image] Aug 25 20:04:23.903 INFO O| Aug 25 20:04:23.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69372026-08-25T20:04:25.043Z[ recovery-image] Aug 25 20:04:23.903 INFO O| Aug 25 20:04:23.903 INFO STEP 535 (remove_files) COMPLETE
69382026-08-25T20:04:25.043Z[ recovery-image] Aug 25 20:04:23.903 INFO O| Aug 25 20:04:23.903 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-25T20:04:25.054Z[ recovery-image] Aug 25 20:04:23.913 INFO O| Aug 25 20:04:23.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69402026-08-25T20:04:25.054Z[ recovery-image] Aug 25 20:04:23.913 INFO O| Aug 25 20:04:23.913 INFO STEP 536 (remove_files) COMPLETE
69412026-08-25T20:04:25.054Z[ recovery-image] Aug 25 20:04:23.913 INFO O| Aug 25 20:04:23.913 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-25T20:04:25.062Z[ recovery-image] Aug 25 20:04:23.922 INFO O| Aug 25 20:04:23.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69432026-08-25T20:04:25.062Z[ recovery-image] Aug 25 20:04:23.922 INFO O| Aug 25 20:04:23.922 INFO STEP 537 (remove_files) COMPLETE
69442026-08-25T20:04:25.062Z[ recovery-image] Aug 25 20:04:23.922 INFO O| Aug 25 20:04:23.922 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-25T20:04:25.082Z[ recovery-image] Aug 25 20:04:23.932 INFO O| Aug 25 20:04:23.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69462026-08-25T20:04:25.083Z[ recovery-image] Aug 25 20:04:23.932 INFO O| Aug 25 20:04:23.932 INFO STEP 538 (remove_files) COMPLETE
69472026-08-25T20:04:25.083Z[ recovery-image] Aug 25 20:04:23.932 INFO O| Aug 25 20:04:23.932 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-25T20:04:25.083Z[ recovery-image] Aug 25 20:04:23.941 INFO O| Aug 25 20:04:23.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69492026-08-25T20:04:25.083Z[ recovery-image] Aug 25 20:04:23.941 INFO O| Aug 25 20:04:23.941 INFO STEP 539 (remove_files) COMPLETE
69502026-08-25T20:04:25.083Z[ recovery-image] Aug 25 20:04:23.941 INFO O| Aug 25 20:04:23.941 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-25T20:04:25.090Z[ recovery-image] Aug 25 20:04:23.950 INFO O| Aug 25 20:04:23.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69522026-08-25T20:04:25.090Z[ recovery-image] Aug 25 20:04:23.950 INFO O| Aug 25 20:04:23.950 INFO STEP 540 (remove_files) COMPLETE
69532026-08-25T20:04:25.095Z[ recovery-image] Aug 25 20:04:23.950 INFO O| Aug 25 20:04:23.950 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-25T20:04:25.100Z[ recovery-image] Aug 25 20:04:23.960 INFO O| Aug 25 20:04:23.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69552026-08-25T20:04:25.100Z[ recovery-image] Aug 25 20:04:23.960 INFO O| Aug 25 20:04:23.960 INFO STEP 541 (remove_files) COMPLETE
69562026-08-25T20:04:25.100Z[ recovery-image] Aug 25 20:04:23.960 INFO O| Aug 25 20:04:23.960 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-25T20:04:25.109Z[ recovery-image] Aug 25 20:04:23.969 INFO O| Aug 25 20:04:23.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69582026-08-25T20:04:25.109Z[ recovery-image] Aug 25 20:04:23.969 INFO O| Aug 25 20:04:23.969 INFO STEP 542 (remove_files) COMPLETE
69592026-08-25T20:04:25.113Z[ recovery-image] Aug 25 20:04:23.969 INFO O| Aug 25 20:04:23.969 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-25T20:04:25.113Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
69612026-08-25T20:04:25.119Z[ recovery-image] Aug 25 20:04:23.979 INFO O| Aug 25 20:04:23.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69622026-08-25T20:04:25.119Z[ recovery-image] Aug 25 20:04:23.979 INFO O| Aug 25 20:04:23.979 INFO STEP 543 (remove_files) COMPLETE
69632026-08-25T20:04:25.123Z[ recovery-image] Aug 25 20:04:23.979 INFO O| Aug 25 20:04:23.979 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-25T20:04:25.130Z[ recovery-image] Aug 25 20:04:23.988 INFO O| Aug 25 20:04:23.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69652026-08-25T20:04:25.130Z[ recovery-image] Aug 25 20:04:23.988 INFO O| Aug 25 20:04:23.988 INFO STEP 544 (remove_files) COMPLETE
69662026-08-25T20:04:25.130Z[ recovery-image] Aug 25 20:04:23.988 INFO O| Aug 25 20:04:23.988 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-25T20:04:25.134Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
69682026-08-25T20:04:25.138Z[ recovery-image] Aug 25 20:04:23.998 INFO O| Aug 25 20:04:23.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69692026-08-25T20:04:25.138Z[ recovery-image] Aug 25 20:04:23.998 INFO O| Aug 25 20:04:23.998 INFO STEP 545 (remove_files) COMPLETE
69702026-08-25T20:04:25.141Z[ recovery-image] Aug 25 20:04:23.998 INFO O| Aug 25 20:04:23.998 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-25T20:04:25.148Z[ recovery-image] Aug 25 20:04:24.008 INFO O| Aug 25 20:04:24.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69722026-08-25T20:04:25.149Z[ recovery-image] Aug 25 20:04:24.009 INFO O| Aug 25 20:04:24.009 INFO STEP 546 (remove_files) COMPLETE
69732026-08-25T20:04:25.149Z[ recovery-image] Aug 25 20:04:24.009 INFO O| Aug 25 20:04:24.009 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-25T20:04:25.158Z[ recovery-image] Aug 25 20:04:24.018 INFO O| Aug 25 20:04:24.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69752026-08-25T20:04:25.158Z[ recovery-image] Aug 25 20:04:24.018 INFO O| Aug 25 20:04:24.018 INFO STEP 547 (remove_files) COMPLETE
69762026-08-25T20:04:25.158Z[ recovery-image] Aug 25 20:04:24.018 INFO O| Aug 25 20:04:24.018 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-25T20:04:25.168Z[ recovery-image] Aug 25 20:04:24.028 INFO O| Aug 25 20:04:24.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69782026-08-25T20:04:25.169Z[ recovery-image] Aug 25 20:04:24.028 INFO O| Aug 25 20:04:24.028 INFO STEP 548 (remove_files) COMPLETE
69792026-08-25T20:04:25.169Z[ recovery-image] Aug 25 20:04:24.028 INFO O| Aug 25 20:04:24.028 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-25T20:04:25.177Z[ recovery-image] Aug 25 20:04:24.037 INFO O| Aug 25 20:04:24.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69812026-08-25T20:04:25.177Z[ recovery-image] Aug 25 20:04:24.037 INFO O| Aug 25 20:04:24.037 INFO STEP 549 (remove_files) COMPLETE
69822026-08-25T20:04:25.177Z[ recovery-image] Aug 25 20:04:24.037 INFO O| Aug 25 20:04:24.037 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-25T20:04:25.186Z[ recovery-image] Aug 25 20:04:24.046 INFO O| Aug 25 20:04:24.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69842026-08-25T20:04:25.186Z[ recovery-image] Aug 25 20:04:24.046 INFO O| Aug 25 20:04:24.046 INFO STEP 550 (remove_files) COMPLETE
69852026-08-25T20:04:25.190Z[ recovery-image] Aug 25 20:04:24.046 INFO O| Aug 25 20:04:24.046 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-25T20:04:25.195Z[ recovery-image] Aug 25 20:04:24.055 INFO O| Aug 25 20:04:24.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69872026-08-25T20:04:25.195Z[ recovery-image] Aug 25 20:04:24.055 INFO O| Aug 25 20:04:24.055 INFO STEP 551 (remove_files) COMPLETE
69882026-08-25T20:04:25.196Z[ recovery-image] Aug 25 20:04:24.055 INFO O| Aug 25 20:04:24.055 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-25T20:04:25.206Z[ recovery-image] Aug 25 20:04:24.066 INFO O| Aug 25 20:04:24.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69902026-08-25T20:04:25.206Z[ recovery-image] Aug 25 20:04:24.066 INFO O| Aug 25 20:04:24.066 INFO STEP 552 (remove_files) COMPLETE
69912026-08-25T20:04:25.206Z[ recovery-image] Aug 25 20:04:24.066 INFO O| Aug 25 20:04:24.066 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-25T20:04:25.216Z[ recovery-image] Aug 25 20:04:24.076 INFO O| Aug 25 20:04:24.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69932026-08-25T20:04:25.216Z[ recovery-image] Aug 25 20:04:24.076 INFO O| Aug 25 20:04:24.076 INFO STEP 553 (remove_files) COMPLETE
69942026-08-25T20:04:25.216Z[ recovery-image] Aug 25 20:04:24.076 INFO O| Aug 25 20:04:24.076 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-25T20:04:25.228Z[ recovery-image] Aug 25 20:04:24.088 INFO O| Aug 25 20:04:24.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69962026-08-25T20:04:25.228Z[ recovery-image] Aug 25 20:04:24.088 INFO O| Aug 25 20:04:24.088 INFO STEP 554 (remove_files) COMPLETE
69972026-08-25T20:04:25.232Z[ recovery-image] Aug 25 20:04:24.088 INFO O| Aug 25 20:04:24.088 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-25T20:04:25.239Z[ recovery-image] Aug 25 20:04:24.098 INFO O| Aug 25 20:04:24.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69992026-08-25T20:04:25.239Z[ recovery-image] Aug 25 20:04:24.098 INFO O| Aug 25 20:04:24.098 INFO STEP 555 (remove_files) COMPLETE
70002026-08-25T20:04:25.239Z[ recovery-image] Aug 25 20:04:24.098 INFO O| Aug 25 20:04:24.098 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-25T20:04:25.248Z[ recovery-image] Aug 25 20:04:24.108 INFO O| Aug 25 20:04:24.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70022026-08-25T20:04:25.248Z[ recovery-image] Aug 25 20:04:24.109 INFO O| Aug 25 20:04:24.109 INFO STEP 556 (remove_files) COMPLETE
70032026-08-25T20:04:25.249Z[ recovery-image] Aug 25 20:04:24.109 INFO O| Aug 25 20:04:24.109 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-25T20:04:25.259Z[ recovery-image] Aug 25 20:04:24.117 INFO O| Aug 25 20:04:24.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70052026-08-25T20:04:25.259Z[ recovery-image] Aug 25 20:04:24.117 INFO O| Aug 25 20:04:24.117 INFO STEP 557 (remove_files) COMPLETE
70062026-08-25T20:04:25.259Z[ recovery-image] Aug 25 20:04:24.117 INFO O| Aug 25 20:04:24.117 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-25T20:04:25.271Z[ recovery-image] Aug 25 20:04:24.127 INFO O| Aug 25 20:04:24.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70082026-08-25T20:04:25.271Z[ recovery-image] Aug 25 20:04:24.127 INFO O| Aug 25 20:04:24.127 INFO STEP 558 (remove_files) COMPLETE
70092026-08-25T20:04:25.277Z[ recovery-image] Aug 25 20:04:24.127 INFO O| Aug 25 20:04:24.127 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-25T20:04:25.285Z[ recovery-image] Aug 25 20:04:24.137 INFO O| Aug 25 20:04:24.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70112026-08-25T20:04:25.285Z[ recovery-image] Aug 25 20:04:24.137 INFO O| Aug 25 20:04:24.137 INFO STEP 559 (remove_files) COMPLETE
70122026-08-25T20:04:25.285Z[ recovery-image] Aug 25 20:04:24.137 INFO O| Aug 25 20:04:24.137 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-25T20:04:25.291Z[ recovery-image] Aug 25 20:04:24.148 INFO O| Aug 25 20:04:24.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70142026-08-25T20:04:25.291Z[ recovery-image] Aug 25 20:04:24.148 INFO O| Aug 25 20:04:24.148 INFO STEP 560 (remove_files) COMPLETE
70152026-08-25T20:04:25.291Z[ recovery-image] Aug 25 20:04:24.148 INFO O| Aug 25 20:04:24.148 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-25T20:04:25.299Z[ recovery-image] Aug 25 20:04:24.159 INFO O| Aug 25 20:04:24.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70172026-08-25T20:04:25.299Z[ recovery-image] Aug 25 20:04:24.159 INFO O| Aug 25 20:04:24.159 INFO STEP 561 (remove_files) COMPLETE
70182026-08-25T20:04:25.299Z[ recovery-image] Aug 25 20:04:24.159 INFO O| Aug 25 20:04:24.159 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-25T20:04:25.357Z[ recovery-image] Aug 25 20:04:24.168 INFO O| Aug 25 20:04:24.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70202026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.168 INFO O| Aug 25 20:04:24.168 INFO STEP 562 (remove_files) COMPLETE
70212026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.168 INFO O| Aug 25 20:04:24.168 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.178 INFO O| Aug 25 20:04:24.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70232026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.178 INFO O| Aug 25 20:04:24.178 INFO STEP 563 (remove_files) COMPLETE
70242026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.178 INFO O| Aug 25 20:04:24.178 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.188 INFO O| Aug 25 20:04:24.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70262026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.189 INFO O| Aug 25 20:04:24.188 INFO STEP 564 (remove_files) COMPLETE
70272026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.189 INFO O| Aug 25 20:04:24.189 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-25T20:04:25.358Z[verify-libraries] Compiling fs-err v2.11.0
70292026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.197 INFO O| Aug 25 20:04:24.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70302026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.197 INFO O| Aug 25 20:04:24.197 INFO STEP 565 (remove_files) COMPLETE
70312026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.197 INFO O| Aug 25 20:04:24.197 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.208 INFO O| Aug 25 20:04:24.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70332026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.208 INFO O| Aug 25 20:04:24.208 INFO STEP 566 (remove_files) COMPLETE
70342026-08-25T20:04:25.358Z[ recovery-image] Aug 25 20:04:24.208 INFO O| Aug 25 20:04:24.208 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-25T20:04:25.369Z[ recovery-image] Aug 25 20:04:24.218 INFO O| Aug 25 20:04:24.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70362026-08-25T20:04:25.369Z[ recovery-image] Aug 25 20:04:24.218 INFO O| Aug 25 20:04:24.218 INFO STEP 567 (remove_files) COMPLETE
70372026-08-25T20:04:25.369Z[ recovery-image] Aug 25 20:04:24.219 INFO O| Aug 25 20:04:24.218 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-25T20:04:25.373Z[ recovery-image] Aug 25 20:04:24.228 INFO O| Aug 25 20:04:24.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70392026-08-25T20:04:25.373Z[ recovery-image] Aug 25 20:04:24.228 INFO O| Aug 25 20:04:24.228 INFO STEP 568 (remove_files) COMPLETE
70402026-08-25T20:04:25.374Z[ recovery-image] Aug 25 20:04:24.228 INFO O| Aug 25 20:04:24.228 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-25T20:04:25.377Z[ recovery-image] Aug 25 20:04:24.236 INFO O| Aug 25 20:04:24.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70422026-08-25T20:04:25.377Z[ recovery-image] Aug 25 20:04:24.236 INFO O| Aug 25 20:04:24.236 INFO STEP 569 (remove_files) COMPLETE
70432026-08-25T20:04:25.377Z[ recovery-image] Aug 25 20:04:24.236 INFO O| Aug 25 20:04:24.236 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-25T20:04:25.385Z[ recovery-image] Aug 25 20:04:24.245 INFO O| Aug 25 20:04:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70452026-08-25T20:04:25.385Z[ recovery-image] Aug 25 20:04:24.245 INFO O| Aug 25 20:04:24.245 INFO STEP 570 (remove_files) COMPLETE
70462026-08-25T20:04:25.385Z[ recovery-image] Aug 25 20:04:24.245 INFO O| Aug 25 20:04:24.245 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-25T20:04:25.393Z[ recovery-image] Aug 25 20:04:24.254 INFO O| Aug 25 20:04:24.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70482026-08-25T20:04:25.394Z[ recovery-image] Aug 25 20:04:24.254 INFO O| Aug 25 20:04:24.254 INFO STEP 571 (remove_files) COMPLETE
70492026-08-25T20:04:25.394Z[ recovery-image] Aug 25 20:04:24.254 INFO O| Aug 25 20:04:24.254 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-25T20:04:25.403Z[ recovery-image] Aug 25 20:04:24.263 INFO O| Aug 25 20:04:24.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70512026-08-25T20:04:25.403Z[ recovery-image] Aug 25 20:04:24.263 INFO O| Aug 25 20:04:24.263 INFO STEP 572 (remove_files) COMPLETE
70522026-08-25T20:04:25.403Z[ recovery-image] Aug 25 20:04:24.263 INFO O| Aug 25 20:04:24.263 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-25T20:04:25.412Z[ recovery-image] Aug 25 20:04:24.272 INFO O| Aug 25 20:04:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70542026-08-25T20:04:25.412Z[ recovery-image] Aug 25 20:04:24.273 INFO O| Aug 25 20:04:24.273 INFO STEP 573 (remove_files) COMPLETE
70552026-08-25T20:04:25.416Z[ recovery-image] Aug 25 20:04:24.273 INFO O| Aug 25 20:04:24.273 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-25T20:04:25.421Z[ recovery-image] Aug 25 20:04:24.282 INFO O| Aug 25 20:04:24.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70572026-08-25T20:04:25.421Z[ recovery-image] Aug 25 20:04:24.282 INFO O| Aug 25 20:04:24.282 INFO STEP 574 (remove_files) COMPLETE
70582026-08-25T20:04:25.425Z[ recovery-image] Aug 25 20:04:24.282 INFO O| Aug 25 20:04:24.282 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-25T20:04:25.432Z[ recovery-image] Aug 25 20:04:24.292 INFO O| Aug 25 20:04:24.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70602026-08-25T20:04:25.432Z[ recovery-image] Aug 25 20:04:24.292 INFO O| Aug 25 20:04:24.292 INFO STEP 575 (remove_files) COMPLETE
70612026-08-25T20:04:25.432Z[ recovery-image] Aug 25 20:04:24.292 INFO O| Aug 25 20:04:24.292 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-25T20:04:25.441Z[ recovery-image] Aug 25 20:04:24.301 INFO O| Aug 25 20:04:24.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70632026-08-25T20:04:25.441Z[ recovery-image] Aug 25 20:04:24.301 INFO O| Aug 25 20:04:24.301 INFO STEP 576 (remove_files) COMPLETE
70642026-08-25T20:04:25.441Z[ recovery-image] Aug 25 20:04:24.301 INFO O| Aug 25 20:04:24.301 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-25T20:04:25.450Z[ recovery-image] Aug 25 20:04:24.310 INFO O| Aug 25 20:04:24.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70662026-08-25T20:04:25.450Z[ recovery-image] Aug 25 20:04:24.310 INFO O| Aug 25 20:04:24.310 INFO STEP 577 (remove_files) COMPLETE
70672026-08-25T20:04:25.454Z[ recovery-image] Aug 25 20:04:24.310 INFO O| Aug 25 20:04:24.310 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-25T20:04:25.458Z[ recovery-image] Aug 25 20:04:24.319 INFO O| Aug 25 20:04:24.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70692026-08-25T20:04:25.458Z[ recovery-image] Aug 25 20:04:24.319 INFO O| Aug 25 20:04:24.319 INFO STEP 578 (remove_files) COMPLETE
70702026-08-25T20:04:25.458Z[ recovery-image] Aug 25 20:04:24.319 INFO O| Aug 25 20:04:24.319 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-25T20:04:25.467Z[ recovery-image] Aug 25 20:04:24.327 INFO O| Aug 25 20:04:24.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70722026-08-25T20:04:25.467Z[ recovery-image] Aug 25 20:04:24.327 INFO O| Aug 25 20:04:24.327 INFO STEP 579 (remove_files) COMPLETE
70732026-08-25T20:04:25.471Z[ recovery-image] Aug 25 20:04:24.327 INFO O| Aug 25 20:04:24.327 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-25T20:04:25.475Z[ recovery-image] Aug 25 20:04:24.335 INFO O| Aug 25 20:04:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70752026-08-25T20:04:25.475Z[ recovery-image] Aug 25 20:04:24.335 INFO O| Aug 25 20:04:24.335 INFO STEP 580 (remove_files) COMPLETE
70762026-08-25T20:04:25.479Z[ recovery-image] Aug 25 20:04:24.335 INFO O| Aug 25 20:04:24.335 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-25T20:04:25.483Z[ recovery-image] Aug 25 20:04:24.343 INFO O| Aug 25 20:04:24.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70782026-08-25T20:04:25.483Z[ recovery-image] Aug 25 20:04:24.343 INFO O| Aug 25 20:04:24.343 INFO STEP 581 (remove_files) COMPLETE
70792026-08-25T20:04:25.483Z[ recovery-image] Aug 25 20:04:24.343 INFO O| Aug 25 20:04:24.343 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-25T20:04:25.491Z[ recovery-image] Aug 25 20:04:24.352 INFO O| Aug 25 20:04:24.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70812026-08-25T20:04:25.491Z[ recovery-image] Aug 25 20:04:24.352 INFO O| Aug 25 20:04:24.352 INFO STEP 582 (remove_files) COMPLETE
70822026-08-25T20:04:25.492Z[ recovery-image] Aug 25 20:04:24.352 INFO O| Aug 25 20:04:24.352 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-25T20:04:25.500Z[ recovery-image] Aug 25 20:04:24.360 INFO O| Aug 25 20:04:24.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70842026-08-25T20:04:25.500Z[ recovery-image] Aug 25 20:04:24.360 INFO O| Aug 25 20:04:24.360 INFO STEP 583 (remove_files) COMPLETE
70852026-08-25T20:04:25.500Z[ recovery-image] Aug 25 20:04:24.360 INFO O| Aug 25 20:04:24.360 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-25T20:04:25.509Z[ recovery-image] Aug 25 20:04:24.369 INFO O| Aug 25 20:04:24.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70872026-08-25T20:04:25.509Z[ recovery-image] Aug 25 20:04:24.369 INFO O| Aug 25 20:04:24.369 INFO STEP 584 (remove_files) COMPLETE
70882026-08-25T20:04:25.513Z[ recovery-image] Aug 25 20:04:24.369 INFO O| Aug 25 20:04:24.369 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-25T20:04:25.521Z[ recovery-image] Aug 25 20:04:24.381 INFO O| Aug 25 20:04:24.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70902026-08-25T20:04:25.521Z[ recovery-image] Aug 25 20:04:24.381 INFO O| Aug 25 20:04:24.381 INFO STEP 585 (remove_files) COMPLETE
70912026-08-25T20:04:25.521Z[ recovery-image] Aug 25 20:04:24.381 INFO O| Aug 25 20:04:24.381 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-25T20:04:25.533Z[ recovery-image] Aug 25 20:04:24.390 INFO O| Aug 25 20:04:24.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70932026-08-25T20:04:25.533Z[ recovery-image] Aug 25 20:04:24.391 INFO O| Aug 25 20:04:24.390 INFO STEP 586 (remove_files) COMPLETE
70942026-08-25T20:04:25.533Z[ recovery-image] Aug 25 20:04:24.391 INFO O| Aug 25 20:04:24.390 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-25T20:04:25.540Z[ recovery-image] Aug 25 20:04:24.399 INFO O| Aug 25 20:04:24.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70962026-08-25T20:04:25.540Z[ recovery-image] Aug 25 20:04:24.399 INFO O| Aug 25 20:04:24.399 INFO STEP 587 (remove_files) COMPLETE
70972026-08-25T20:04:25.540Z[ recovery-image] Aug 25 20:04:24.399 INFO O| Aug 25 20:04:24.399 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-25T20:04:25.552Z[ recovery-image] Aug 25 20:04:24.408 INFO O| Aug 25 20:04:24.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70992026-08-25T20:04:25.552Z[ recovery-image] Aug 25 20:04:24.408 INFO O| Aug 25 20:04:24.408 INFO STEP 588 (remove_files) COMPLETE
71002026-08-25T20:04:25.552Z[ recovery-image] Aug 25 20:04:24.408 INFO O| Aug 25 20:04:24.408 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-25T20:04:25.559Z[ recovery-image] Aug 25 20:04:24.417 INFO O| Aug 25 20:04:24.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71022026-08-25T20:04:25.559Z[ recovery-image] Aug 25 20:04:24.417 INFO O| Aug 25 20:04:24.417 INFO STEP 589 (remove_files) COMPLETE
71032026-08-25T20:04:25.560Z[ recovery-image] Aug 25 20:04:24.417 INFO O| Aug 25 20:04:24.417 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-25T20:04:25.565Z[ recovery-image] Aug 25 20:04:24.425 INFO O| Aug 25 20:04:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71052026-08-25T20:04:25.565Z[ recovery-image] Aug 25 20:04:24.425 INFO O| Aug 25 20:04:24.425 INFO STEP 590 (remove_files) COMPLETE
71062026-08-25T20:04:25.565Z[ recovery-image] Aug 25 20:04:24.425 INFO O| Aug 25 20:04:24.425 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-25T20:04:25.573Z[ recovery-image] Aug 25 20:04:24.434 INFO O| Aug 25 20:04:24.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71082026-08-25T20:04:25.574Z[ recovery-image] Aug 25 20:04:24.434 INFO O| Aug 25 20:04:24.434 INFO STEP 591 (remove_files) COMPLETE
71092026-08-25T20:04:25.574Z[ recovery-image] Aug 25 20:04:24.434 INFO O| Aug 25 20:04:24.434 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-25T20:04:25.582Z[ recovery-image] Aug 25 20:04:24.442 INFO O| Aug 25 20:04:24.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71112026-08-25T20:04:25.582Z[ recovery-image] Aug 25 20:04:24.442 INFO O| Aug 25 20:04:24.442 INFO STEP 592 (remove_files) COMPLETE
71122026-08-25T20:04:25.582Z[ recovery-image] Aug 25 20:04:24.442 INFO O| Aug 25 20:04:24.442 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-25T20:04:25.593Z[ recovery-image] Aug 25 20:04:24.452 INFO O| Aug 25 20:04:24.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71142026-08-25T20:04:25.593Z[ recovery-image] Aug 25 20:04:24.452 INFO O| Aug 25 20:04:24.452 INFO STEP 593 (remove_files) COMPLETE
71152026-08-25T20:04:25.599Z[ recovery-image] Aug 25 20:04:24.452 INFO O| Aug 25 20:04:24.452 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-25T20:04:25.603Z[ recovery-image] Aug 25 20:04:24.463 INFO O| Aug 25 20:04:24.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71172026-08-25T20:04:25.607Z[ recovery-image] Aug 25 20:04:24.464 INFO O| Aug 25 20:04:24.464 INFO STEP 594 (remove_files) COMPLETE
71182026-08-25T20:04:25.608Z[ recovery-image] Aug 25 20:04:24.464 INFO O| Aug 25 20:04:24.464 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-25T20:04:25.613Z[verify-libraries] Compiling internet-checksum v0.2.1
71202026-08-25T20:04:25.616Z[ recovery-image] Aug 25 20:04:24.474 INFO O| Aug 25 20:04:24.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71212026-08-25T20:04:25.616Z[ recovery-image] Aug 25 20:04:24.474 INFO O| Aug 25 20:04:24.474 INFO STEP 595 (remove_files) COMPLETE
71222026-08-25T20:04:25.616Z[ recovery-image] Aug 25 20:04:24.474 INFO O| Aug 25 20:04:24.474 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-25T20:04:25.625Z[ recovery-image] Aug 25 20:04:24.484 INFO O| Aug 25 20:04:24.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71242026-08-25T20:04:25.625Z[ recovery-image] Aug 25 20:04:24.484 INFO O| Aug 25 20:04:24.484 INFO STEP 596 (remove_files) COMPLETE
71252026-08-25T20:04:25.629Z[ recovery-image] Aug 25 20:04:24.484 INFO O| Aug 25 20:04:24.484 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-25T20:04:25.634Z[ recovery-image] Aug 25 20:04:24.494 INFO O| Aug 25 20:04:24.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71272026-08-25T20:04:25.634Z[ recovery-image] Aug 25 20:04:24.494 INFO O| Aug 25 20:04:24.494 INFO STEP 597 (remove_files) COMPLETE
71282026-08-25T20:04:25.634Z[ recovery-image] Aug 25 20:04:24.494 INFO O| Aug 25 20:04:24.494 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-25T20:04:25.645Z[ recovery-image] Aug 25 20:04:24.505 INFO O| Aug 25 20:04:24.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71302026-08-25T20:04:25.649Z[ recovery-image] Aug 25 20:04:24.506 INFO O| Aug 25 20:04:24.506 INFO STEP 598 (remove_files) COMPLETE
71312026-08-25T20:04:25.649Z[ recovery-image] Aug 25 20:04:24.506 INFO O| Aug 25 20:04:24.506 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-25T20:04:25.655Z[ recovery-image] Aug 25 20:04:24.516 INFO O| Aug 25 20:04:24.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71332026-08-25T20:04:25.656Z[ recovery-image] Aug 25 20:04:24.516 INFO O| Aug 25 20:04:24.516 INFO STEP 599 (remove_files) COMPLETE
71342026-08-25T20:04:25.659Z[ recovery-image] Aug 25 20:04:24.516 INFO O| Aug 25 20:04:24.516 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-25T20:04:25.667Z[ recovery-image] Aug 25 20:04:24.525 INFO O| Aug 25 20:04:24.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71362026-08-25T20:04:25.667Z[ recovery-image] Aug 25 20:04:24.525 INFO O| Aug 25 20:04:24.525 INFO STEP 600 (remove_files) COMPLETE
71372026-08-25T20:04:25.667Z[ recovery-image] Aug 25 20:04:24.526 INFO O| Aug 25 20:04:24.525 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-25T20:04:25.674Z[ recovery-image] Aug 25 20:04:24.534 INFO O| Aug 25 20:04:24.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71392026-08-25T20:04:25.674Z[ recovery-image] Aug 25 20:04:24.534 INFO O| Aug 25 20:04:24.534 INFO STEP 601 (remove_files) COMPLETE
71402026-08-25T20:04:25.674Z[ recovery-image] Aug 25 20:04:24.534 INFO O| Aug 25 20:04:24.534 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-25T20:04:25.686Z[ recovery-image] Aug 25 20:04:24.545 INFO O| Aug 25 20:04:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71422026-08-25T20:04:25.687Z[ recovery-image] Aug 25 20:04:24.545 INFO O| Aug 25 20:04:24.545 INFO STEP 602 (remove_files) COMPLETE
71432026-08-25T20:04:25.691Z[ recovery-image] Aug 25 20:04:24.545 INFO O| Aug 25 20:04:24.545 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-25T20:04:25.695Z[ recovery-image] Aug 25 20:04:24.556 INFO O| Aug 25 20:04:24.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71452026-08-25T20:04:25.696Z[ recovery-image] Aug 25 20:04:24.556 INFO O| Aug 25 20:04:24.556 INFO STEP 603 (remove_files) COMPLETE
71462026-08-25T20:04:25.696Z[ recovery-image] Aug 25 20:04:24.556 INFO O| Aug 25 20:04:24.556 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-25T20:04:25.705Z[ recovery-image] Aug 25 20:04:24.566 INFO O| Aug 25 20:04:24.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71482026-08-25T20:04:25.706Z[ recovery-image] Aug 25 20:04:24.566 INFO O| Aug 25 20:04:24.566 INFO STEP 604 (remove_files) COMPLETE
71492026-08-25T20:04:25.706Z[ recovery-image] Aug 25 20:04:24.566 INFO O| Aug 25 20:04:24.566 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-25T20:04:25.716Z[ recovery-image] Aug 25 20:04:24.576 INFO O| Aug 25 20:04:24.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71512026-08-25T20:04:25.716Z[ recovery-image] Aug 25 20:04:24.576 INFO O| Aug 25 20:04:24.576 INFO STEP 605 (remove_files) COMPLETE
71522026-08-25T20:04:25.717Z[ recovery-image] Aug 25 20:04:24.576 INFO O| Aug 25 20:04:24.576 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-25T20:04:25.726Z[ recovery-image] Aug 25 20:04:24.586 INFO O| Aug 25 20:04:24.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71542026-08-25T20:04:25.727Z[ recovery-image] Aug 25 20:04:24.586 INFO O| Aug 25 20:04:24.586 INFO STEP 606 (remove_files) COMPLETE
71552026-08-25T20:04:25.727Z[ recovery-image] Aug 25 20:04:24.587 INFO O| Aug 25 20:04:24.586 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-25T20:04:25.737Z[ recovery-image] Aug 25 20:04:24.597 INFO O| Aug 25 20:04:24.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71572026-08-25T20:04:25.737Z[ recovery-image] Aug 25 20:04:24.597 INFO O| Aug 25 20:04:24.597 INFO STEP 607 (remove_files) COMPLETE
71582026-08-25T20:04:25.737Z[ recovery-image] Aug 25 20:04:24.598 INFO O| Aug 25 20:04:24.597 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-25T20:04:25.747Z[ recovery-image] Aug 25 20:04:24.607 INFO O| Aug 25 20:04:24.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71602026-08-25T20:04:25.747Z[ recovery-image] Aug 25 20:04:24.607 INFO O| Aug 25 20:04:24.607 INFO STEP 608 (remove_files) COMPLETE
71612026-08-25T20:04:25.747Z[ recovery-image] Aug 25 20:04:24.607 INFO O| Aug 25 20:04:24.607 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-25T20:04:25.756Z[ recovery-image] Aug 25 20:04:24.616 INFO O| Aug 25 20:04:24.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71632026-08-25T20:04:25.757Z[ recovery-image] Aug 25 20:04:24.617 INFO O| Aug 25 20:04:24.617 INFO STEP 609 (remove_files) COMPLETE
71642026-08-25T20:04:25.757Z[ recovery-image] Aug 25 20:04:24.617 INFO O| Aug 25 20:04:24.617 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-25T20:04:25.764Z[ recovery-image] Aug 25 20:04:24.625 INFO O| Aug 25 20:04:24.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71662026-08-25T20:04:25.765Z[ recovery-image] Aug 25 20:04:24.625 INFO O| Aug 25 20:04:24.625 INFO STEP 610 (remove_files) COMPLETE
71672026-08-25T20:04:25.765Z[ recovery-image] Aug 25 20:04:24.625 INFO O| Aug 25 20:04:24.625 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-25T20:04:25.774Z[ recovery-image] Aug 25 20:04:24.634 INFO O| Aug 25 20:04:24.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71692026-08-25T20:04:25.774Z[ recovery-image] Aug 25 20:04:24.634 INFO O| Aug 25 20:04:24.634 INFO STEP 611 (remove_files) COMPLETE
71702026-08-25T20:04:25.778Z[ recovery-image] Aug 25 20:04:24.634 INFO O| Aug 25 20:04:24.634 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-25T20:04:25.785Z[ recovery-image] Aug 25 20:04:24.645 INFO O| Aug 25 20:04:24.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71722026-08-25T20:04:25.789Z[ recovery-image] Aug 25 20:04:24.646 INFO O| Aug 25 20:04:24.645 INFO STEP 612 (remove_files) COMPLETE
71732026-08-25T20:04:25.789Z[ recovery-image] Aug 25 20:04:24.646 INFO O| Aug 25 20:04:24.646 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-25T20:04:25.795Z[ recovery-image] Aug 25 20:04:24.656 INFO O| Aug 25 20:04:24.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71752026-08-25T20:04:25.796Z[ recovery-image] Aug 25 20:04:24.656 INFO O| Aug 25 20:04:24.656 INFO STEP 613 (remove_files) COMPLETE
71762026-08-25T20:04:25.799Z[ recovery-image] Aug 25 20:04:24.656 INFO O| Aug 25 20:04:24.656 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-25T20:04:25.804Z[ recovery-image] Aug 25 20:04:24.664 INFO O| Aug 25 20:04:24.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71782026-08-25T20:04:25.804Z[ recovery-image] Aug 25 20:04:24.664 INFO O| Aug 25 20:04:24.664 INFO STEP 614 (remove_files) COMPLETE
71792026-08-25T20:04:25.804Z[ recovery-image] Aug 25 20:04:24.664 INFO O| Aug 25 20:04:24.664 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-25T20:04:25.812Z[ recovery-image] Aug 25 20:04:24.673 INFO O| Aug 25 20:04:24.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71812026-08-25T20:04:25.812Z[ recovery-image] Aug 25 20:04:24.673 INFO O| Aug 25 20:04:24.673 INFO STEP 615 (remove_files) COMPLETE
71822026-08-25T20:04:25.812Z[ recovery-image] Aug 25 20:04:24.673 INFO O| Aug 25 20:04:24.673 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-25T20:04:25.821Z[ recovery-image] Aug 25 20:04:24.681 INFO O| Aug 25 20:04:24.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71842026-08-25T20:04:25.821Z[ recovery-image] Aug 25 20:04:24.681 INFO O| Aug 25 20:04:24.681 INFO STEP 616 (remove_files) COMPLETE
71852026-08-25T20:04:25.821Z[ recovery-image] Aug 25 20:04:24.681 INFO O| Aug 25 20:04:24.681 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-25T20:04:25.832Z[ recovery-image] Aug 25 20:04:24.689 INFO O| Aug 25 20:04:24.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71872026-08-25T20:04:25.832Z[ recovery-image] Aug 25 20:04:24.689 INFO O| Aug 25 20:04:24.689 INFO STEP 617 (remove_files) COMPLETE
71882026-08-25T20:04:25.832Z[ recovery-image] Aug 25 20:04:24.689 INFO O| Aug 25 20:04:24.689 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-25T20:04:25.841Z[ recovery-image] Aug 25 20:04:24.698 INFO O| Aug 25 20:04:24.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71902026-08-25T20:04:25.841Z[ recovery-image] Aug 25 20:04:24.698 INFO O| Aug 25 20:04:24.698 INFO STEP 618 (remove_files) COMPLETE
71912026-08-25T20:04:25.841Z[ recovery-image] Aug 25 20:04:24.698 INFO O| Aug 25 20:04:24.698 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-25T20:04:25.849Z[ recovery-image] Aug 25 20:04:24.709 INFO O| Aug 25 20:04:24.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71932026-08-25T20:04:25.849Z[ recovery-image] Aug 25 20:04:24.709 INFO O| Aug 25 20:04:24.709 INFO STEP 619 (remove_files) COMPLETE
71942026-08-25T20:04:25.849Z[ recovery-image] Aug 25 20:04:24.709 INFO O| Aug 25 20:04:24.709 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-25T20:04:25.860Z[ recovery-image] Aug 25 20:04:24.720 INFO O| Aug 25 20:04:24.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71962026-08-25T20:04:25.860Z[ recovery-image] Aug 25 20:04:24.720 INFO O| Aug 25 20:04:24.720 INFO STEP 620 (remove_files) COMPLETE
71972026-08-25T20:04:25.860Z[ recovery-image] Aug 25 20:04:24.721 INFO O| Aug 25 20:04:24.720 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-25T20:04:25.870Z[ recovery-image] Aug 25 20:04:24.730 INFO O| Aug 25 20:04:24.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71992026-08-25T20:04:25.870Z[ recovery-image] Aug 25 20:04:24.730 INFO O| Aug 25 20:04:24.730 INFO STEP 621 (remove_files) COMPLETE
72002026-08-25T20:04:25.870Z[ recovery-image] Aug 25 20:04:24.730 INFO O| Aug 25 20:04:24.730 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-25T20:04:25.879Z[ recovery-image] Aug 25 20:04:24.740 INFO O| Aug 25 20:04:24.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72022026-08-25T20:04:25.879Z[ recovery-image] Aug 25 20:04:24.740 INFO O| Aug 25 20:04:24.740 INFO STEP 622 (remove_files) COMPLETE
72032026-08-25T20:04:25.879Z[ recovery-image] Aug 25 20:04:24.740 INFO O| Aug 25 20:04:24.740 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-25T20:04:25.892Z[ recovery-image] Aug 25 20:04:24.752 INFO O| Aug 25 20:04:24.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72052026-08-25T20:04:25.892Z[ recovery-image] Aug 25 20:04:24.752 INFO O| Aug 25 20:04:24.752 INFO STEP 623 (remove_files) COMPLETE
72062026-08-25T20:04:25.892Z[ recovery-image] Aug 25 20:04:24.752 INFO O| Aug 25 20:04:24.752 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-25T20:04:25.902Z[ recovery-image] Aug 25 20:04:24.762 INFO O| Aug 25 20:04:24.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72082026-08-25T20:04:25.902Z[ recovery-image] Aug 25 20:04:24.762 INFO O| Aug 25 20:04:24.762 INFO STEP 624 (remove_files) COMPLETE
72092026-08-25T20:04:25.902Z[ recovery-image] Aug 25 20:04:24.762 INFO O| Aug 25 20:04:24.762 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-25T20:04:25.911Z[ recovery-image] Aug 25 20:04:24.771 INFO O| Aug 25 20:04:24.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72112026-08-25T20:04:25.911Z[ recovery-image] Aug 25 20:04:24.771 INFO O| Aug 25 20:04:24.771 INFO STEP 625 (remove_files) COMPLETE
72122026-08-25T20:04:25.911Z[ recovery-image] Aug 25 20:04:24.771 INFO O| Aug 25 20:04:24.771 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-25T20:04:25.920Z[ recovery-image] Aug 25 20:04:24.780 INFO O| Aug 25 20:04:24.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72142026-08-25T20:04:25.920Z[ recovery-image] Aug 25 20:04:24.780 INFO O| Aug 25 20:04:24.780 INFO STEP 626 (remove_files) COMPLETE
72152026-08-25T20:04:25.920Z[ recovery-image] Aug 25 20:04:24.780 INFO O| Aug 25 20:04:24.780 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-25T20:04:25.928Z[ recovery-image] Aug 25 20:04:24.788 INFO O| Aug 25 20:04:24.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72172026-08-25T20:04:25.929Z[ recovery-image] Aug 25 20:04:24.789 INFO O| Aug 25 20:04:24.788 INFO STEP 627 (remove_files) COMPLETE
72182026-08-25T20:04:25.929Z[ recovery-image] Aug 25 20:04:24.789 INFO O| Aug 25 20:04:24.789 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-25T20:04:25.937Z[ recovery-image] Aug 25 20:04:24.797 INFO O| Aug 25 20:04:24.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72202026-08-25T20:04:25.937Z[ recovery-image] Aug 25 20:04:24.797 INFO O| Aug 25 20:04:24.797 INFO STEP 628 (remove_files) COMPLETE
72212026-08-25T20:04:25.941Z[ recovery-image] Aug 25 20:04:24.797 INFO O| Aug 25 20:04:24.797 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-25T20:04:25.945Z[ recovery-image] Aug 25 20:04:24.805 INFO O| Aug 25 20:04:24.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72232026-08-25T20:04:25.945Z[ recovery-image] Aug 25 20:04:24.805 INFO O| Aug 25 20:04:24.805 INFO STEP 629 (remove_files) COMPLETE
72242026-08-25T20:04:25.945Z[ recovery-image] Aug 25 20:04:24.805 INFO O| Aug 25 20:04:24.805 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-25T20:04:25.954Z[ recovery-image] Aug 25 20:04:24.814 INFO O| Aug 25 20:04:24.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72262026-08-25T20:04:25.954Z[ recovery-image] Aug 25 20:04:24.814 INFO O| Aug 25 20:04:24.814 INFO STEP 630 (remove_files) COMPLETE
72272026-08-25T20:04:25.958Z[ recovery-image] Aug 25 20:04:24.814 INFO O| Aug 25 20:04:24.814 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-25T20:04:25.963Z[ recovery-image] Aug 25 20:04:24.823 INFO O| Aug 25 20:04:24.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72292026-08-25T20:04:25.963Z[ recovery-image] Aug 25 20:04:24.823 INFO O| Aug 25 20:04:24.823 INFO STEP 631 (remove_files) COMPLETE
72302026-08-25T20:04:25.963Z[ recovery-image] Aug 25 20:04:24.823 INFO O| Aug 25 20:04:24.823 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-25T20:04:25.973Z[ recovery-image] Aug 25 20:04:24.832 INFO O| Aug 25 20:04:24.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72322026-08-25T20:04:25.973Z[ recovery-image] Aug 25 20:04:24.832 INFO O| Aug 25 20:04:24.832 INFO STEP 632 (remove_files) COMPLETE
72332026-08-25T20:04:25.973Z[ recovery-image] Aug 25 20:04:24.832 INFO O| Aug 25 20:04:24.832 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-25T20:04:25.980Z[ recovery-image] Aug 25 20:04:24.841 INFO O| Aug 25 20:04:24.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72352026-08-25T20:04:25.980Z[ recovery-image] Aug 25 20:04:24.841 INFO O| Aug 25 20:04:24.841 INFO STEP 633 (remove_files) COMPLETE
72362026-08-25T20:04:25.980Z[ recovery-image] Aug 25 20:04:24.841 INFO O| Aug 25 20:04:24.841 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-25T20:04:25.999Z[ recovery-image] Aug 25 20:04:24.849 INFO O| Aug 25 20:04:24.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72382026-08-25T20:04:26.000Z[ recovery-image] Aug 25 20:04:24.849 INFO O| Aug 25 20:04:24.849 INFO STEP 634 (remove_files) COMPLETE
72392026-08-25T20:04:26.005Z[ recovery-image] Aug 25 20:04:24.849 INFO O| Aug 25 20:04:24.849 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-25T20:04:26.005Z[ recovery-image] Aug 25 20:04:24.858 INFO O| Aug 25 20:04:24.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72412026-08-25T20:04:26.006Z[ recovery-image] Aug 25 20:04:24.858 INFO O| Aug 25 20:04:24.858 INFO STEP 635 (remove_files) COMPLETE
72422026-08-25T20:04:26.006Z[ recovery-image] Aug 25 20:04:24.858 INFO O| Aug 25 20:04:24.858 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-25T20:04:26.011Z[ recovery-image] Aug 25 20:04:24.867 INFO O| Aug 25 20:04:24.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72442026-08-25T20:04:26.011Z[ recovery-image] Aug 25 20:04:24.867 INFO O| Aug 25 20:04:24.867 INFO STEP 636 (remove_files) COMPLETE
72452026-08-25T20:04:26.011Z[ recovery-image] Aug 25 20:04:24.867 INFO O| Aug 25 20:04:24.867 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-25T20:04:26.016Z[ recovery-image] Aug 25 20:04:24.876 INFO O| Aug 25 20:04:24.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72472026-08-25T20:04:26.016Z[ recovery-image] Aug 25 20:04:24.876 INFO O| Aug 25 20:04:24.876 INFO STEP 637 (remove_files) COMPLETE
72482026-08-25T20:04:26.016Z[ recovery-image] Aug 25 20:04:24.876 INFO O| Aug 25 20:04:24.876 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-25T20:04:26.027Z[ recovery-image] Aug 25 20:04:24.886 INFO O| Aug 25 20:04:24.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72502026-08-25T20:04:26.027Z[ recovery-image] Aug 25 20:04:24.886 INFO O| Aug 25 20:04:24.886 INFO STEP 638 (remove_files) COMPLETE
72512026-08-25T20:04:26.027Z[ recovery-image] Aug 25 20:04:24.886 INFO O| Aug 25 20:04:24.886 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-25T20:04:26.038Z[ recovery-image] Aug 25 20:04:24.897 INFO O| Aug 25 20:04:24.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72532026-08-25T20:04:26.038Z[ recovery-image] Aug 25 20:04:24.897 INFO O| Aug 25 20:04:24.897 INFO STEP 639 (remove_files) COMPLETE
72542026-08-25T20:04:26.038Z[ recovery-image] Aug 25 20:04:24.897 INFO O| Aug 25 20:04:24.897 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-25T20:04:26.047Z[ recovery-image] Aug 25 20:04:24.907 INFO O| Aug 25 20:04:24.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72562026-08-25T20:04:26.047Z[ recovery-image] Aug 25 20:04:24.907 INFO O| Aug 25 20:04:24.907 INFO STEP 640 (remove_files) COMPLETE
72572026-08-25T20:04:26.047Z[ recovery-image] Aug 25 20:04:24.907 INFO O| Aug 25 20:04:24.907 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-25T20:04:26.057Z[ recovery-image] Aug 25 20:04:24.917 INFO O| Aug 25 20:04:24.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72592026-08-25T20:04:26.057Z[ recovery-image] Aug 25 20:04:24.917 INFO O| Aug 25 20:04:24.917 INFO STEP 641 (remove_files) COMPLETE
72602026-08-25T20:04:26.057Z[ recovery-image] Aug 25 20:04:24.917 INFO O| Aug 25 20:04:24.917 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-25T20:04:26.066Z[ recovery-image] Aug 25 20:04:24.926 INFO O| Aug 25 20:04:24.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72622026-08-25T20:04:26.066Z[ recovery-image] Aug 25 20:04:24.926 INFO O| Aug 25 20:04:24.926 INFO STEP 642 (remove_files) COMPLETE
72632026-08-25T20:04:26.066Z[ recovery-image] Aug 25 20:04:24.926 INFO O| Aug 25 20:04:24.926 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-25T20:04:26.074Z[ recovery-image] Aug 25 20:04:24.934 INFO O| Aug 25 20:04:24.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72652026-08-25T20:04:26.075Z[ recovery-image] Aug 25 20:04:24.935 INFO O| Aug 25 20:04:24.935 INFO STEP 643 (remove_files) COMPLETE
72662026-08-25T20:04:26.075Z[ recovery-image] Aug 25 20:04:24.935 INFO O| Aug 25 20:04:24.935 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-25T20:04:26.083Z[ recovery-image] Aug 25 20:04:24.944 INFO O| Aug 25 20:04:24.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72682026-08-25T20:04:26.083Z[ recovery-image] Aug 25 20:04:24.944 INFO O| Aug 25 20:04:24.944 INFO STEP 644 (remove_files) COMPLETE
72692026-08-25T20:04:26.083Z[ recovery-image] Aug 25 20:04:24.944 INFO O| Aug 25 20:04:24.944 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-25T20:04:26.094Z[ recovery-image] Aug 25 20:04:24.953 INFO O| Aug 25 20:04:24.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72712026-08-25T20:04:26.094Z[ recovery-image] Aug 25 20:04:24.953 INFO O| Aug 25 20:04:24.953 INFO STEP 645 (remove_files) COMPLETE
72722026-08-25T20:04:26.095Z[ recovery-image] Aug 25 20:04:24.953 INFO O| Aug 25 20:04:24.953 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-25T20:04:26.103Z[ recovery-image] Aug 25 20:04:24.963 INFO O| Aug 25 20:04:24.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72742026-08-25T20:04:26.103Z[ recovery-image] Aug 25 20:04:24.963 INFO O| Aug 25 20:04:24.963 INFO STEP 646 (remove_files) COMPLETE
72752026-08-25T20:04:26.103Z[ recovery-image] Aug 25 20:04:24.963 INFO O| Aug 25 20:04:24.963 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-25T20:04:26.111Z[ recovery-image] Aug 25 20:04:24.972 INFO O| Aug 25 20:04:24.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72772026-08-25T20:04:26.111Z[ recovery-image] Aug 25 20:04:24.972 INFO O| Aug 25 20:04:24.972 INFO STEP 647 (remove_files) COMPLETE
72782026-08-25T20:04:26.112Z[ recovery-image] Aug 25 20:04:24.972 INFO O| Aug 25 20:04:24.972 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-25T20:04:26.123Z[ recovery-image] Aug 25 20:04:24.982 INFO O| Aug 25 20:04:24.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72802026-08-25T20:04:26.123Z[ recovery-image] Aug 25 20:04:24.982 INFO O| Aug 25 20:04:24.982 INFO STEP 648 (remove_files) COMPLETE
72812026-08-25T20:04:26.123Z[ recovery-image] Aug 25 20:04:24.982 INFO O| Aug 25 20:04:24.982 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-25T20:04:26.128Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
72832026-08-25T20:04:26.132Z[ recovery-image] Aug 25 20:04:24.990 INFO O| Aug 25 20:04:24.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72842026-08-25T20:04:26.132Z[ recovery-image] Aug 25 20:04:24.991 INFO O| Aug 25 20:04:24.991 INFO STEP 649 (remove_files) COMPLETE
72852026-08-25T20:04:26.132Z[ recovery-image] Aug 25 20:04:24.991 INFO O| Aug 25 20:04:24.991 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-25T20:04:26.142Z[ recovery-image] Aug 25 20:04:25.002 INFO O| Aug 25 20:04:25.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72872026-08-25T20:04:26.142Z[ recovery-image] Aug 25 20:04:25.002 INFO O| Aug 25 20:04:25.002 INFO STEP 650 (remove_files) COMPLETE
72882026-08-25T20:04:26.143Z[ recovery-image] Aug 25 20:04:25.002 INFO O| Aug 25 20:04:25.002 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-25T20:04:26.151Z[ recovery-image] Aug 25 20:04:25.011 INFO O| Aug 25 20:04:25.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72902026-08-25T20:04:26.151Z[ recovery-image] Aug 25 20:04:25.012 INFO O| Aug 25 20:04:25.012 INFO STEP 651 (remove_files) COMPLETE
72912026-08-25T20:04:26.152Z[ recovery-image] Aug 25 20:04:25.012 INFO O| Aug 25 20:04:25.012 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-25T20:04:26.159Z[ recovery-image] Aug 25 20:04:25.020 INFO O| Aug 25 20:04:25.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72932026-08-25T20:04:26.159Z[ recovery-image] Aug 25 20:04:25.020 INFO O| Aug 25 20:04:25.020 INFO STEP 652 (remove_files) COMPLETE
72942026-08-25T20:04:26.163Z[ recovery-image] Aug 25 20:04:25.020 INFO O| Aug 25 20:04:25.020 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-25T20:04:26.167Z[ recovery-image] Aug 25 20:04:25.028 INFO O| Aug 25 20:04:25.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72962026-08-25T20:04:26.167Z[ recovery-image] Aug 25 20:04:25.028 INFO O| Aug 25 20:04:25.028 INFO STEP 653 (remove_files) COMPLETE
72972026-08-25T20:04:26.171Z[ recovery-image] Aug 25 20:04:25.028 INFO O| Aug 25 20:04:25.028 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-25T20:04:26.176Z[ recovery-image] Aug 25 20:04:25.037 INFO O| Aug 25 20:04:25.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72992026-08-25T20:04:26.176Z[ recovery-image] Aug 25 20:04:25.037 INFO O| Aug 25 20:04:25.037 INFO STEP 654 (remove_files) COMPLETE
73002026-08-25T20:04:26.183Z[ recovery-image] Aug 25 20:04:25.037 INFO O| Aug 25 20:04:25.037 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-25T20:04:26.191Z[ recovery-image] Aug 25 20:04:25.051 INFO O| Aug 25 20:04:25.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73022026-08-25T20:04:26.191Z[ recovery-image] Aug 25 20:04:25.051 INFO O| Aug 25 20:04:25.051 INFO STEP 655 (remove_files) COMPLETE
73032026-08-25T20:04:26.191Z[ recovery-image] Aug 25 20:04:25.051 INFO O| Aug 25 20:04:25.051 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-25T20:04:26.202Z[ recovery-image] Aug 25 20:04:25.062 INFO O| Aug 25 20:04:25.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73052026-08-25T20:04:26.202Z[ recovery-image] Aug 25 20:04:25.062 INFO O| Aug 25 20:04:25.062 INFO STEP 656 (remove_files) COMPLETE
73062026-08-25T20:04:26.202Z[ recovery-image] Aug 25 20:04:25.062 INFO O| Aug 25 20:04:25.062 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-25T20:04:26.212Z[ recovery-image] Aug 25 20:04:25.072 INFO O| Aug 25 20:04:25.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73082026-08-25T20:04:26.212Z[ recovery-image] Aug 25 20:04:25.072 INFO O| Aug 25 20:04:25.072 INFO STEP 657 (remove_files) COMPLETE
73092026-08-25T20:04:26.212Z[ recovery-image] Aug 25 20:04:25.072 INFO O| Aug 25 20:04:25.072 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-25T20:04:26.223Z[ recovery-image] Aug 25 20:04:25.082 INFO O| Aug 25 20:04:25.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73112026-08-25T20:04:26.223Z[ recovery-image] Aug 25 20:04:25.082 INFO O| Aug 25 20:04:25.082 INFO STEP 658 (remove_files) COMPLETE
73122026-08-25T20:04:26.223Z[ recovery-image] Aug 25 20:04:25.082 INFO O| Aug 25 20:04:25.082 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-25T20:04:26.232Z[ recovery-image] Aug 25 20:04:25.092 INFO O| Aug 25 20:04:25.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73142026-08-25T20:04:26.234Z[ recovery-image] Aug 25 20:04:25.092 INFO O| Aug 25 20:04:25.092 INFO STEP 659 (remove_files) COMPLETE
73152026-08-25T20:04:26.234Z[ recovery-image] Aug 25 20:04:25.092 INFO O| Aug 25 20:04:25.092 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-25T20:04:26.242Z[ recovery-image] Aug 25 20:04:25.102 INFO O| Aug 25 20:04:25.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73172026-08-25T20:04:26.242Z[ recovery-image] Aug 25 20:04:25.102 INFO O| Aug 25 20:04:25.102 INFO STEP 660 (remove_files) COMPLETE
73182026-08-25T20:04:26.242Z[ recovery-image] Aug 25 20:04:25.102 INFO O| Aug 25 20:04:25.102 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-25T20:04:26.251Z[ recovery-image] Aug 25 20:04:25.111 INFO O| Aug 25 20:04:25.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73202026-08-25T20:04:26.251Z[ recovery-image] Aug 25 20:04:25.111 INFO O| Aug 25 20:04:25.111 INFO STEP 661 (remove_files) COMPLETE
73212026-08-25T20:04:26.254Z[ recovery-image] Aug 25 20:04:25.111 INFO O| Aug 25 20:04:25.111 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-25T20:04:26.260Z[ recovery-image] Aug 25 20:04:25.120 INFO O| Aug 25 20:04:25.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73232026-08-25T20:04:26.260Z[ recovery-image] Aug 25 20:04:25.121 INFO O| Aug 25 20:04:25.121 INFO STEP 662 (remove_files) COMPLETE
73242026-08-25T20:04:26.260Z[ recovery-image] Aug 25 20:04:25.121 INFO O| Aug 25 20:04:25.121 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-25T20:04:26.270Z[ recovery-image] Aug 25 20:04:25.130 INFO O| Aug 25 20:04:25.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73262026-08-25T20:04:26.271Z[ recovery-image] Aug 25 20:04:25.130 INFO O| Aug 25 20:04:25.130 INFO STEP 663 (remove_files) COMPLETE
73272026-08-25T20:04:26.271Z[ recovery-image] Aug 25 20:04:25.130 INFO O| Aug 25 20:04:25.130 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-25T20:04:26.279Z[ recovery-image] Aug 25 20:04:25.139 INFO O| Aug 25 20:04:25.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73292026-08-25T20:04:26.279Z[ recovery-image] Aug 25 20:04:25.139 INFO O| Aug 25 20:04:25.139 INFO STEP 664 (remove_files) COMPLETE
73302026-08-25T20:04:26.283Z[ recovery-image] Aug 25 20:04:25.139 INFO O| Aug 25 20:04:25.139 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-25T20:04:26.289Z[ recovery-image] Aug 25 20:04:25.149 INFO O| Aug 25 20:04:25.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73322026-08-25T20:04:26.289Z[ recovery-image] Aug 25 20:04:25.149 INFO O| Aug 25 20:04:25.149 INFO STEP 665 (remove_files) COMPLETE
73332026-08-25T20:04:26.292Z[ recovery-image] Aug 25 20:04:25.149 INFO O| Aug 25 20:04:25.149 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-25T20:04:26.298Z[ recovery-image] Aug 25 20:04:25.159 INFO O| Aug 25 20:04:25.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73352026-08-25T20:04:26.298Z[ recovery-image] Aug 25 20:04:25.159 INFO O| Aug 25 20:04:25.159 INFO STEP 666 (remove_files) COMPLETE
73362026-08-25T20:04:26.302Z[ recovery-image] Aug 25 20:04:25.159 INFO O| Aug 25 20:04:25.159 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-25T20:04:26.307Z[ recovery-image] Aug 25 20:04:25.167 INFO O| Aug 25 20:04:25.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73382026-08-25T20:04:26.307Z[ recovery-image] Aug 25 20:04:25.167 INFO O| Aug 25 20:04:25.167 INFO STEP 667 (remove_files) COMPLETE
73392026-08-25T20:04:26.307Z[ recovery-image] Aug 25 20:04:25.167 INFO O| Aug 25 20:04:25.167 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-25T20:04:26.316Z[ recovery-image] Aug 25 20:04:25.176 INFO O| Aug 25 20:04:25.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73412026-08-25T20:04:26.316Z[ recovery-image] Aug 25 20:04:25.176 INFO O| Aug 25 20:04:25.176 INFO STEP 668 (remove_files) COMPLETE
73422026-08-25T20:04:26.316Z[ recovery-image] Aug 25 20:04:25.176 INFO O| Aug 25 20:04:25.176 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-25T20:04:26.324Z[ recovery-image] Aug 25 20:04:25.185 INFO O| Aug 25 20:04:25.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73442026-08-25T20:04:26.325Z[ recovery-image] Aug 25 20:04:25.185 INFO O| Aug 25 20:04:25.185 INFO STEP 669 (remove_files) COMPLETE
73452026-08-25T20:04:26.325Z[ recovery-image] Aug 25 20:04:25.185 INFO O| Aug 25 20:04:25.185 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-25T20:04:26.333Z[ recovery-image] Aug 25 20:04:25.194 INFO O| Aug 25 20:04:25.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73472026-08-25T20:04:26.333Z[ recovery-image] Aug 25 20:04:25.194 INFO O| Aug 25 20:04:25.194 INFO STEP 670 (remove_files) COMPLETE
73482026-08-25T20:04:26.334Z[ recovery-image] Aug 25 20:04:25.194 INFO O| Aug 25 20:04:25.194 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-25T20:04:26.343Z[ recovery-image] Aug 25 20:04:25.202 INFO O| Aug 25 20:04:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73502026-08-25T20:04:26.343Z[ recovery-image] Aug 25 20:04:25.202 INFO O| Aug 25 20:04:25.202 INFO STEP 671 (remove_files) COMPLETE
73512026-08-25T20:04:26.347Z[ recovery-image] Aug 25 20:04:25.202 INFO O| Aug 25 20:04:25.202 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-25T20:04:26.352Z[ recovery-image] Aug 25 20:04:25.210 INFO O| Aug 25 20:04:25.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73532026-08-25T20:04:26.352Z[ recovery-image] Aug 25 20:04:25.210 INFO O| Aug 25 20:04:25.210 INFO STEP 672 (remove_files) COMPLETE
73542026-08-25T20:04:26.352Z[ recovery-image] Aug 25 20:04:25.210 INFO O| Aug 25 20:04:25.210 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-25T20:04:26.357Z[ recovery-image] Aug 25 20:04:25.218 INFO O| Aug 25 20:04:25.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73562026-08-25T20:04:26.362Z[ recovery-image] Aug 25 20:04:25.219 INFO O| Aug 25 20:04:25.219 INFO STEP 673 (remove_files) COMPLETE
73572026-08-25T20:04:26.362Z[ recovery-image] Aug 25 20:04:25.219 INFO O| Aug 25 20:04:25.219 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-25T20:04:26.371Z[ recovery-image] Aug 25 20:04:25.231 INFO O| Aug 25 20:04:25.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73592026-08-25T20:04:26.371Z[ recovery-image] Aug 25 20:04:25.231 INFO O| Aug 25 20:04:25.231 INFO STEP 674 (remove_files) COMPLETE
73602026-08-25T20:04:26.371Z[ recovery-image] Aug 25 20:04:25.231 INFO O| Aug 25 20:04:25.231 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-25T20:04:26.381Z[ recovery-image] Aug 25 20:04:25.242 INFO O| Aug 25 20:04:25.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73622026-08-25T20:04:26.381Z[ recovery-image] Aug 25 20:04:25.242 INFO O| Aug 25 20:04:25.242 INFO STEP 675 (remove_files) COMPLETE
73632026-08-25T20:04:26.382Z[ recovery-image] Aug 25 20:04:25.242 INFO O| Aug 25 20:04:25.242 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-25T20:04:26.391Z[ recovery-image] Aug 25 20:04:25.252 INFO O| Aug 25 20:04:25.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73652026-08-25T20:04:26.391Z[ recovery-image] Aug 25 20:04:25.252 INFO O| Aug 25 20:04:25.252 INFO STEP 676 (remove_files) COMPLETE
73662026-08-25T20:04:26.396Z[ recovery-image] Aug 25 20:04:25.252 INFO O| Aug 25 20:04:25.252 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-25T20:04:26.401Z[ recovery-image] Aug 25 20:04:25.262 INFO O| Aug 25 20:04:25.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73682026-08-25T20:04:26.402Z[ recovery-image] Aug 25 20:04:25.262 INFO O| Aug 25 20:04:25.262 INFO STEP 677 (remove_files) COMPLETE
73692026-08-25T20:04:26.405Z[ recovery-image] Aug 25 20:04:25.262 INFO O| Aug 25 20:04:25.262 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-25T20:04:26.413Z[ recovery-image] Aug 25 20:04:25.273 INFO O| Aug 25 20:04:25.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73712026-08-25T20:04:26.413Z[ recovery-image] Aug 25 20:04:25.273 INFO O| Aug 25 20:04:25.273 INFO STEP 678 (remove_files) COMPLETE
73722026-08-25T20:04:26.413Z[ recovery-image] Aug 25 20:04:25.273 INFO O| Aug 25 20:04:25.273 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-25T20:04:26.423Z[ recovery-image] Aug 25 20:04:25.283 INFO O| Aug 25 20:04:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73742026-08-25T20:04:26.423Z[ recovery-image] Aug 25 20:04:25.283 INFO O| Aug 25 20:04:25.283 INFO STEP 679 (remove_files) COMPLETE
73752026-08-25T20:04:26.427Z[ recovery-image] Aug 25 20:04:25.283 INFO O| Aug 25 20:04:25.283 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-25T20:04:26.433Z[ recovery-image] Aug 25 20:04:25.293 INFO O| Aug 25 20:04:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73772026-08-25T20:04:26.433Z[ recovery-image] Aug 25 20:04:25.293 INFO O| Aug 25 20:04:25.293 INFO STEP 680 (remove_files) COMPLETE
73782026-08-25T20:04:26.433Z[ recovery-image] Aug 25 20:04:25.293 INFO O| Aug 25 20:04:25.293 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-25T20:04:26.442Z[ recovery-image] Aug 25 20:04:25.302 INFO O| Aug 25 20:04:25.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73802026-08-25T20:04:26.443Z[ recovery-image] Aug 25 20:04:25.302 INFO O| Aug 25 20:04:25.302 INFO STEP 681 (remove_files) COMPLETE
73812026-08-25T20:04:26.443Z[ recovery-image] Aug 25 20:04:25.302 INFO O| Aug 25 20:04:25.302 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-25T20:04:26.460Z[ recovery-image] Aug 25 20:04:25.319 INFO O| Aug 25 20:04:25.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73832026-08-25T20:04:26.460Z[ recovery-image] Aug 25 20:04:25.320 INFO O| Aug 25 20:04:25.311 INFO STEP 682 (remove_files) COMPLETE
73842026-08-25T20:04:26.461Z[ recovery-image] Aug 25 20:04:25.320 INFO O| Aug 25 20:04:25.311 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-25T20:04:26.465Z[ recovery-image] Aug 25 20:04:25.320 INFO O| Aug 25 20:04:25.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73862026-08-25T20:04:26.465Z[ recovery-image] Aug 25 20:04:25.320 INFO O| Aug 25 20:04:25.320 INFO STEP 683 (remove_files) COMPLETE
73872026-08-25T20:04:26.465Z[ recovery-image] Aug 25 20:04:25.320 INFO O| Aug 25 20:04:25.320 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-25T20:04:26.469Z[ recovery-image] Aug 25 20:04:25.329 INFO O| Aug 25 20:04:25.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73892026-08-25T20:04:26.469Z[ recovery-image] Aug 25 20:04:25.329 INFO O| Aug 25 20:04:25.329 INFO STEP 684 (remove_files) COMPLETE
73902026-08-25T20:04:26.469Z[ recovery-image] Aug 25 20:04:25.329 INFO O| Aug 25 20:04:25.329 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-25T20:04:26.477Z[ recovery-image] Aug 25 20:04:25.338 INFO O| Aug 25 20:04:25.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73922026-08-25T20:04:26.478Z[ recovery-image] Aug 25 20:04:25.338 INFO O| Aug 25 20:04:25.338 INFO STEP 685 (remove_files) COMPLETE
73932026-08-25T20:04:26.478Z[ recovery-image] Aug 25 20:04:25.338 INFO O| Aug 25 20:04:25.338 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-25T20:04:26.486Z[ recovery-image] Aug 25 20:04:25.346 INFO O| Aug 25 20:04:25.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73952026-08-25T20:04:26.486Z[ recovery-image] Aug 25 20:04:25.346 INFO O| Aug 25 20:04:25.346 INFO STEP 686 (remove_files) COMPLETE
73962026-08-25T20:04:26.489Z[ recovery-image] Aug 25 20:04:25.346 INFO O| Aug 25 20:04:25.346 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-25T20:04:26.495Z[ recovery-image] Aug 25 20:04:25.354 INFO O| Aug 25 20:04:25.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73982026-08-25T20:04:26.495Z[ recovery-image] Aug 25 20:04:25.354 INFO O| Aug 25 20:04:25.354 INFO STEP 687 (remove_files) COMPLETE
73992026-08-25T20:04:26.495Z[ recovery-image] Aug 25 20:04:25.354 INFO O| Aug 25 20:04:25.354 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-25T20:04:26.502Z[ recovery-image] Aug 25 20:04:25.362 INFO O| Aug 25 20:04:25.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74012026-08-25T20:04:26.506Z[ recovery-image] Aug 25 20:04:25.362 INFO O| Aug 25 20:04:25.362 INFO STEP 688 (remove_files) COMPLETE
74022026-08-25T20:04:26.506Z[ recovery-image] Aug 25 20:04:25.362 INFO O| Aug 25 20:04:25.362 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-25T20:04:26.510Z[ recovery-image] Aug 25 20:04:25.370 INFO O| Aug 25 20:04:25.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74042026-08-25T20:04:26.510Z[ recovery-image] Aug 25 20:04:25.370 INFO O| Aug 25 20:04:25.370 INFO STEP 689 (remove_files) COMPLETE
74052026-08-25T20:04:26.510Z[ recovery-image] Aug 25 20:04:25.370 INFO O| Aug 25 20:04:25.370 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-25T20:04:26.517Z[ recovery-image] Aug 25 20:04:25.377 INFO O| Aug 25 20:04:25.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74072026-08-25T20:04:26.517Z[ recovery-image] Aug 25 20:04:25.377 INFO O| Aug 25 20:04:25.377 INFO STEP 690 (remove_files) COMPLETE
74082026-08-25T20:04:26.517Z[ recovery-image] Aug 25 20:04:25.377 INFO O| Aug 25 20:04:25.377 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-25T20:04:26.526Z[ recovery-image] Aug 25 20:04:25.386 INFO O| Aug 25 20:04:25.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74102026-08-25T20:04:26.526Z[ recovery-image] Aug 25 20:04:25.386 INFO O| Aug 25 20:04:25.386 INFO STEP 691 (remove_files) COMPLETE
74112026-08-25T20:04:26.526Z[ recovery-image] Aug 25 20:04:25.386 INFO O| Aug 25 20:04:25.386 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-25T20:04:26.536Z[ recovery-image] Aug 25 20:04:25.395 INFO O| Aug 25 20:04:25.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74132026-08-25T20:04:26.536Z[ recovery-image] Aug 25 20:04:25.395 INFO O| Aug 25 20:04:25.395 INFO STEP 692 (remove_files) COMPLETE
74142026-08-25T20:04:26.540Z[ recovery-image] Aug 25 20:04:25.395 INFO O| Aug 25 20:04:25.395 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-25T20:04:26.544Z[ recovery-image] Aug 25 20:04:25.404 INFO O| Aug 25 20:04:25.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74162026-08-25T20:04:26.545Z[ recovery-image] Aug 25 20:04:25.404 INFO O| Aug 25 20:04:25.404 INFO STEP 693 (remove_files) COMPLETE
74172026-08-25T20:04:26.545Z[ recovery-image] Aug 25 20:04:25.404 INFO O| Aug 25 20:04:25.404 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-25T20:04:26.554Z[ recovery-image] Aug 25 20:04:25.414 INFO O| Aug 25 20:04:25.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74192026-08-25T20:04:26.555Z[ recovery-image] Aug 25 20:04:25.414 INFO O| Aug 25 20:04:25.414 INFO STEP 694 (remove_files) COMPLETE
74202026-08-25T20:04:26.555Z[ recovery-image] Aug 25 20:04:25.414 INFO O| Aug 25 20:04:25.414 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-25T20:04:26.563Z[ recovery-image] Aug 25 20:04:25.423 INFO O| Aug 25 20:04:25.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74222026-08-25T20:04:26.563Z[ recovery-image] Aug 25 20:04:25.423 INFO O| Aug 25 20:04:25.423 INFO STEP 695 (remove_files) COMPLETE
74232026-08-25T20:04:26.567Z[ recovery-image] Aug 25 20:04:25.423 INFO O| Aug 25 20:04:25.423 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-25T20:04:26.575Z[ recovery-image] Aug 25 20:04:25.433 INFO O| Aug 25 20:04:25.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74252026-08-25T20:04:26.575Z[ recovery-image] Aug 25 20:04:25.433 INFO O| Aug 25 20:04:25.433 INFO STEP 696 (remove_files) COMPLETE
74262026-08-25T20:04:26.575Z[ recovery-image] Aug 25 20:04:25.433 INFO O| Aug 25 20:04:25.433 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-25T20:04:26.584Z[ recovery-image] Aug 25 20:04:25.444 INFO O| Aug 25 20:04:25.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74282026-08-25T20:04:26.584Z[ recovery-image] Aug 25 20:04:25.444 INFO O| Aug 25 20:04:25.444 INFO STEP 697 (remove_files) COMPLETE
74292026-08-25T20:04:26.584Z[ recovery-image] Aug 25 20:04:25.444 INFO O| Aug 25 20:04:25.444 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-25T20:04:26.594Z[ recovery-image] Aug 25 20:04:25.454 INFO O| Aug 25 20:04:25.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74312026-08-25T20:04:26.595Z[ recovery-image] Aug 25 20:04:25.454 INFO O| Aug 25 20:04:25.454 INFO STEP 698 (remove_files) COMPLETE
74322026-08-25T20:04:26.595Z[ recovery-image] Aug 25 20:04:25.454 INFO O| Aug 25 20:04:25.454 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-25T20:04:26.602Z[ recovery-image] Aug 25 20:04:25.463 INFO O| Aug 25 20:04:25.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74342026-08-25T20:04:26.602Z[ recovery-image] Aug 25 20:04:25.463 INFO O| Aug 25 20:04:25.463 INFO STEP 699 (remove_files) COMPLETE
74352026-08-25T20:04:26.602Z[ recovery-image] Aug 25 20:04:25.463 INFO O| Aug 25 20:04:25.463 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-25T20:04:26.611Z[ recovery-image] Aug 25 20:04:25.471 INFO O| Aug 25 20:04:25.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74372026-08-25T20:04:26.611Z[ recovery-image] Aug 25 20:04:25.471 INFO O| Aug 25 20:04:25.471 INFO STEP 700 (remove_files) COMPLETE
74382026-08-25T20:04:26.611Z[ recovery-image] Aug 25 20:04:25.471 INFO O| Aug 25 20:04:25.471 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-25T20:04:26.619Z[ recovery-image] Aug 25 20:04:25.479 INFO O| Aug 25 20:04:25.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74402026-08-25T20:04:26.619Z[ recovery-image] Aug 25 20:04:25.479 INFO O| Aug 25 20:04:25.479 INFO STEP 701 (remove_files) COMPLETE
74412026-08-25T20:04:26.619Z[ recovery-image] Aug 25 20:04:25.479 INFO O| Aug 25 20:04:25.479 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-25T20:04:26.632Z[ recovery-image] Aug 25 20:04:25.493 INFO O| Aug 25 20:04:25.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74432026-08-25T20:04:26.632Z[ recovery-image] Aug 25 20:04:25.493 INFO O| Aug 25 20:04:25.493 INFO STEP 702 (remove_files) COMPLETE
74442026-08-25T20:04:26.632Z[ recovery-image] Aug 25 20:04:25.493 INFO O| Aug 25 20:04:25.493 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-25T20:04:26.643Z[ recovery-image] Aug 25 20:04:25.503 INFO O| Aug 25 20:04:25.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74462026-08-25T20:04:26.644Z[ recovery-image] Aug 25 20:04:25.503 INFO O| Aug 25 20:04:25.503 INFO STEP 703 (remove_files) COMPLETE
74472026-08-25T20:04:26.644Z[ recovery-image] Aug 25 20:04:25.503 INFO O| Aug 25 20:04:25.503 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-25T20:04:26.653Z[ recovery-image] Aug 25 20:04:25.513 INFO O| Aug 25 20:04:25.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74492026-08-25T20:04:26.653Z[ recovery-image] Aug 25 20:04:25.513 INFO O| Aug 25 20:04:25.513 INFO STEP 704 (remove_files) COMPLETE
74502026-08-25T20:04:26.653Z[ recovery-image] Aug 25 20:04:25.513 INFO O| Aug 25 20:04:25.513 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-25T20:04:26.661Z[ recovery-image] Aug 25 20:04:25.522 INFO O| Aug 25 20:04:25.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74522026-08-25T20:04:26.661Z[ recovery-image] Aug 25 20:04:25.522 INFO O| Aug 25 20:04:25.522 INFO STEP 705 (remove_files) COMPLETE
74532026-08-25T20:04:26.661Z[ recovery-image] Aug 25 20:04:25.522 INFO O| Aug 25 20:04:25.522 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-25T20:04:26.669Z[ recovery-image] Aug 25 20:04:25.530 INFO O| Aug 25 20:04:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74552026-08-25T20:04:26.670Z[ recovery-image] Aug 25 20:04:25.530 INFO O| Aug 25 20:04:25.530 INFO STEP 706 (remove_files) COMPLETE
74562026-08-25T20:04:26.673Z[ recovery-image] Aug 25 20:04:25.530 INFO O| Aug 25 20:04:25.530 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-25T20:04:26.677Z[ recovery-image] Aug 25 20:04:25.538 INFO O| Aug 25 20:04:25.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74582026-08-25T20:04:26.678Z[ recovery-image] Aug 25 20:04:25.538 INFO O| Aug 25 20:04:25.538 INFO STEP 707 (remove_files) COMPLETE
74592026-08-25T20:04:26.678Z[ recovery-image] Aug 25 20:04:25.538 INFO O| Aug 25 20:04:25.538 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-25T20:04:26.688Z[ recovery-image] Aug 25 20:04:25.548 INFO O| Aug 25 20:04:25.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74612026-08-25T20:04:26.688Z[ recovery-image] Aug 25 20:04:25.548 INFO O| Aug 25 20:04:25.548 INFO STEP 708 (remove_files) COMPLETE
74622026-08-25T20:04:26.688Z[ recovery-image] Aug 25 20:04:25.548 INFO O| Aug 25 20:04:25.548 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-25T20:04:26.699Z[ recovery-image] Aug 25 20:04:25.559 INFO O| Aug 25 20:04:25.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74642026-08-25T20:04:26.699Z[ recovery-image] Aug 25 20:04:25.559 INFO O| Aug 25 20:04:25.559 INFO STEP 709 (remove_files) COMPLETE
74652026-08-25T20:04:26.699Z[ recovery-image] Aug 25 20:04:25.559 INFO O| Aug 25 20:04:25.559 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-25T20:04:26.709Z[ recovery-image] Aug 25 20:04:25.569 INFO O| Aug 25 20:04:25.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74672026-08-25T20:04:26.709Z[ recovery-image] Aug 25 20:04:25.569 INFO O| Aug 25 20:04:25.569 INFO STEP 710 (remove_files) COMPLETE
74682026-08-25T20:04:26.709Z[ recovery-image] Aug 25 20:04:25.569 INFO O| Aug 25 20:04:25.569 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-25T20:04:26.719Z[ recovery-image] Aug 25 20:04:25.580 INFO O| Aug 25 20:04:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74702026-08-25T20:04:26.720Z[ recovery-image] Aug 25 20:04:25.580 INFO O| Aug 25 20:04:25.580 INFO STEP 711 (remove_files) COMPLETE
74712026-08-25T20:04:26.720Z[ recovery-image] Aug 25 20:04:25.580 INFO O| Aug 25 20:04:25.580 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-25T20:04:26.731Z[ recovery-image] Aug 25 20:04:25.591 INFO O| Aug 25 20:04:25.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74732026-08-25T20:04:26.735Z[ recovery-image] Aug 25 20:04:25.591 INFO O| Aug 25 20:04:25.591 INFO STEP 712 (remove_files) COMPLETE
74742026-08-25T20:04:26.735Z[ recovery-image] Aug 25 20:04:25.591 INFO O| Aug 25 20:04:25.591 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-25T20:04:26.742Z[ recovery-image] Aug 25 20:04:25.602 INFO O| Aug 25 20:04:25.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74762026-08-25T20:04:26.742Z[ recovery-image] Aug 25 20:04:25.602 INFO O| Aug 25 20:04:25.602 INFO STEP 713 (remove_files) COMPLETE
74772026-08-25T20:04:26.745Z[ recovery-image] Aug 25 20:04:25.602 INFO O| Aug 25 20:04:25.602 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-25T20:04:26.752Z[ recovery-image] Aug 25 20:04:25.612 INFO O| Aug 25 20:04:25.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74792026-08-25T20:04:26.752Z[ recovery-image] Aug 25 20:04:25.612 INFO O| Aug 25 20:04:25.612 INFO STEP 714 (remove_files) COMPLETE
74802026-08-25T20:04:26.752Z[ recovery-image] Aug 25 20:04:25.612 INFO O| Aug 25 20:04:25.612 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-25T20:04:26.761Z[ recovery-image] Aug 25 20:04:25.621 INFO O| Aug 25 20:04:25.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74822026-08-25T20:04:26.761Z[ recovery-image] Aug 25 20:04:25.622 INFO O| Aug 25 20:04:25.621 INFO STEP 715 (remove_files) COMPLETE
74832026-08-25T20:04:26.761Z[ recovery-image] Aug 25 20:04:25.622 INFO O| Aug 25 20:04:25.621 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-25T20:04:26.770Z[ recovery-image] Aug 25 20:04:25.631 INFO O| Aug 25 20:04:25.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74852026-08-25T20:04:26.770Z[ recovery-image] Aug 25 20:04:25.631 INFO O| Aug 25 20:04:25.631 INFO STEP 716 (remove_files) COMPLETE
74862026-08-25T20:04:26.770Z[ recovery-image] Aug 25 20:04:25.631 INFO O| Aug 25 20:04:25.631 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-25T20:04:26.780Z[ recovery-image] Aug 25 20:04:25.640 INFO O| Aug 25 20:04:25.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74882026-08-25T20:04:26.783Z[ recovery-image] Aug 25 20:04:25.640 INFO O| Aug 25 20:04:25.640 INFO STEP 717 (remove_files) COMPLETE
74892026-08-25T20:04:26.783Z[ recovery-image] Aug 25 20:04:25.640 INFO O| Aug 25 20:04:25.640 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-25T20:04:26.791Z[ recovery-image] Aug 25 20:04:25.652 INFO O| Aug 25 20:04:25.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74912026-08-25T20:04:26.792Z[ recovery-image] Aug 25 20:04:25.652 INFO O| Aug 25 20:04:25.652 INFO STEP 718 (remove_files) COMPLETE
74922026-08-25T20:04:26.792Z[ recovery-image] Aug 25 20:04:25.652 INFO O| Aug 25 20:04:25.652 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-25T20:04:26.801Z[ recovery-image] Aug 25 20:04:25.661 INFO O| Aug 25 20:04:25.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74942026-08-25T20:04:26.801Z[ recovery-image] Aug 25 20:04:25.661 INFO O| Aug 25 20:04:25.661 INFO STEP 719 (remove_files) COMPLETE
74952026-08-25T20:04:26.801Z[ recovery-image] Aug 25 20:04:25.661 INFO O| Aug 25 20:04:25.661 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-25T20:04:26.805Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
74972026-08-25T20:04:26.810Z[ recovery-image] Aug 25 20:04:25.670 INFO O| Aug 25 20:04:25.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74982026-08-25T20:04:26.810Z[ recovery-image] Aug 25 20:04:25.670 INFO O| Aug 25 20:04:25.670 INFO STEP 720 (remove_files) COMPLETE
74992026-08-25T20:04:26.810Z[ recovery-image] Aug 25 20:04:25.670 INFO O| Aug 25 20:04:25.670 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-25T20:04:26.818Z[ recovery-image] Aug 25 20:04:25.678 INFO O| Aug 25 20:04:25.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75012026-08-25T20:04:26.821Z[ recovery-image] Aug 25 20:04:25.679 INFO O| Aug 25 20:04:25.679 INFO STEP 721 (remove_files) COMPLETE
75022026-08-25T20:04:26.821Z[ recovery-image] Aug 25 20:04:25.679 INFO O| Aug 25 20:04:25.679 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-25T20:04:26.831Z[ recovery-image] Aug 25 20:04:25.691 INFO O| Aug 25 20:04:25.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75042026-08-25T20:04:26.831Z[ recovery-image] Aug 25 20:04:25.691 INFO O| Aug 25 20:04:25.691 INFO STEP 722 (remove_files) COMPLETE
75052026-08-25T20:04:26.831Z[ recovery-image] Aug 25 20:04:25.691 INFO O| Aug 25 20:04:25.691 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-25T20:04:26.840Z[ recovery-image] Aug 25 20:04:25.700 INFO O| Aug 25 20:04:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75072026-08-25T20:04:26.840Z[ recovery-image] Aug 25 20:04:25.700 INFO O| Aug 25 20:04:25.700 INFO STEP 723 (remove_files) COMPLETE
75082026-08-25T20:04:26.840Z[ recovery-image] Aug 25 20:04:25.700 INFO O| Aug 25 20:04:25.700 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-25T20:04:26.850Z[ recovery-image] Aug 25 20:04:25.710 INFO O| Aug 25 20:04:25.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75102026-08-25T20:04:26.850Z[ recovery-image] Aug 25 20:04:25.710 INFO O| Aug 25 20:04:25.710 INFO STEP 724 (remove_files) COMPLETE
75112026-08-25T20:04:26.855Z[ recovery-image] Aug 25 20:04:25.710 INFO O| Aug 25 20:04:25.710 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.722 INFO O| Aug 25 20:04:25.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75132026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.722 INFO O| Aug 25 20:04:25.722 INFO STEP 725 (remove_files) COMPLETE
75142026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.722 INFO O| Aug 25 20:04:25.722 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.730 INFO O| Aug 25 20:04:25.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75162026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.730 INFO O| Aug 25 20:04:25.730 INFO STEP 726 (remove_files) COMPLETE
75172026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.730 INFO O| Aug 25 20:04:25.730 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.739 INFO O| Aug 25 20:04:25.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75192026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.739 INFO O| Aug 25 20:04:25.739 INFO STEP 727 (remove_files) COMPLETE
75202026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.739 INFO O| Aug 25 20:04:25.739 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-25T20:04:26.915Z[ recovery-image] Aug 25 20:04:25.748 INFO O| Aug 25 20:04:25.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75222026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.748 INFO O| Aug 25 20:04:25.748 INFO STEP 728 (remove_files) COMPLETE
75232026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.748 INFO O| Aug 25 20:04:25.748 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.756 INFO O| Aug 25 20:04:25.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75252026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.756 INFO O| Aug 25 20:04:25.756 INFO STEP 729 (remove_files) COMPLETE
75262026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.756 INFO O| Aug 25 20:04:25.756 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.764 INFO O| Aug 25 20:04:25.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75282026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.764 INFO O| Aug 25 20:04:25.764 INFO STEP 730 (remove_files) COMPLETE
75292026-08-25T20:04:26.916Z[ recovery-image] Aug 25 20:04:25.764 INFO O| Aug 25 20:04:25.764 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-25T20:04:26.917Z[ recovery-image] Aug 25 20:04:25.771 INFO O| Aug 25 20:04:25.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75312026-08-25T20:04:26.917Z[ recovery-image] Aug 25 20:04:25.771 INFO O| Aug 25 20:04:25.771 INFO STEP 731 (remove_files) COMPLETE
75322026-08-25T20:04:26.917Z[ recovery-image] Aug 25 20:04:25.771 INFO O| Aug 25 20:04:25.771 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-25T20:04:26.921Z[ recovery-image] Aug 25 20:04:25.779 INFO O| Aug 25 20:04:25.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75342026-08-25T20:04:26.921Z[ recovery-image] Aug 25 20:04:25.779 INFO O| Aug 25 20:04:25.779 INFO STEP 732 (remove_files) COMPLETE
75352026-08-25T20:04:26.921Z[ recovery-image] Aug 25 20:04:25.779 INFO O| Aug 25 20:04:25.779 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-25T20:04:26.928Z[ recovery-image] Aug 25 20:04:25.788 INFO O| Aug 25 20:04:25.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75372026-08-25T20:04:26.928Z[ recovery-image] Aug 25 20:04:25.788 INFO O| Aug 25 20:04:25.788 INFO STEP 733 (remove_files) COMPLETE
75382026-08-25T20:04:26.928Z[ recovery-image] Aug 25 20:04:25.788 INFO O| Aug 25 20:04:25.788 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-25T20:04:26.937Z[ recovery-image] Aug 25 20:04:25.796 INFO O| Aug 25 20:04:25.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75402026-08-25T20:04:26.938Z[ recovery-image] Aug 25 20:04:25.796 INFO O| Aug 25 20:04:25.796 INFO STEP 734 (remove_files) COMPLETE
75412026-08-25T20:04:26.938Z[ recovery-image] Aug 25 20:04:25.796 INFO O| Aug 25 20:04:25.796 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-25T20:04:26.944Z[ recovery-image] Aug 25 20:04:25.804 INFO O| Aug 25 20:04:25.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75432026-08-25T20:04:26.944Z[ recovery-image] Aug 25 20:04:25.804 INFO O| Aug 25 20:04:25.804 INFO STEP 735 (remove_files) COMPLETE
75442026-08-25T20:04:26.948Z[ recovery-image] Aug 25 20:04:25.804 INFO O| Aug 25 20:04:25.804 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-25T20:04:26.952Z[ recovery-image] Aug 25 20:04:25.812 INFO O| Aug 25 20:04:25.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75462026-08-25T20:04:26.952Z[ recovery-image] Aug 25 20:04:25.812 INFO O| Aug 25 20:04:25.812 INFO STEP 736 (remove_files) COMPLETE
75472026-08-25T20:04:26.952Z[ recovery-image] Aug 25 20:04:25.812 INFO O| Aug 25 20:04:25.812 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-25T20:04:26.961Z[ recovery-image] Aug 25 20:04:25.821 INFO O| Aug 25 20:04:25.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75492026-08-25T20:04:26.961Z[ recovery-image] Aug 25 20:04:25.821 INFO O| Aug 25 20:04:25.821 INFO STEP 737 (remove_files) COMPLETE
75502026-08-25T20:04:26.961Z[ recovery-image] Aug 25 20:04:25.821 INFO O| Aug 25 20:04:25.821 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-25T20:04:26.969Z[ recovery-image] Aug 25 20:04:25.829 INFO O| Aug 25 20:04:25.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75522026-08-25T20:04:26.970Z[ recovery-image] Aug 25 20:04:25.830 INFO O| Aug 25 20:04:25.830 INFO STEP 738 (remove_files) COMPLETE
75532026-08-25T20:04:26.973Z[ recovery-image] Aug 25 20:04:25.830 INFO O| Aug 25 20:04:25.830 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-25T20:04:26.977Z[ recovery-image] Aug 25 20:04:25.837 INFO O| Aug 25 20:04:25.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75552026-08-25T20:04:26.978Z[ recovery-image] Aug 25 20:04:25.837 INFO O| Aug 25 20:04:25.837 INFO STEP 739 (remove_files) COMPLETE
75562026-08-25T20:04:26.978Z[ recovery-image] Aug 25 20:04:25.837 INFO O| Aug 25 20:04:25.837 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-25T20:04:26.987Z[ recovery-image] Aug 25 20:04:25.847 INFO O| Aug 25 20:04:25.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75582026-08-25T20:04:26.987Z[ recovery-image] Aug 25 20:04:25.847 INFO O| Aug 25 20:04:25.847 INFO STEP 740 (remove_files) COMPLETE
75592026-08-25T20:04:26.987Z[ recovery-image] Aug 25 20:04:25.847 INFO O| Aug 25 20:04:25.847 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-25T20:04:26.995Z[ recovery-image] Aug 25 20:04:25.855 INFO O| Aug 25 20:04:25.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75612026-08-25T20:04:26.995Z[ recovery-image] Aug 25 20:04:25.855 INFO O| Aug 25 20:04:25.855 INFO STEP 741 (remove_files) COMPLETE
75622026-08-25T20:04:26.995Z[ recovery-image] Aug 25 20:04:25.855 INFO O| Aug 25 20:04:25.855 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-25T20:04:27.004Z[ recovery-image] Aug 25 20:04:25.864 INFO O| Aug 25 20:04:25.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75642026-08-25T20:04:27.005Z[ recovery-image] Aug 25 20:04:25.864 INFO O| Aug 25 20:04:25.864 INFO STEP 742 (remove_files) COMPLETE
75652026-08-25T20:04:27.005Z[ recovery-image] Aug 25 20:04:25.864 INFO O| Aug 25 20:04:25.864 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-25T20:04:27.013Z[ recovery-image] Aug 25 20:04:25.873 INFO O| Aug 25 20:04:25.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75672026-08-25T20:04:27.013Z[ recovery-image] Aug 25 20:04:25.873 INFO O| Aug 25 20:04:25.873 INFO STEP 743 (remove_files) COMPLETE
75682026-08-25T20:04:27.017Z[ recovery-image] Aug 25 20:04:25.873 INFO O| Aug 25 20:04:25.873 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-25T20:04:27.022Z[ recovery-image] Aug 25 20:04:25.882 INFO O| Aug 25 20:04:25.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75702026-08-25T20:04:27.022Z[ recovery-image] Aug 25 20:04:25.882 INFO O| Aug 25 20:04:25.882 INFO STEP 744 (remove_files) COMPLETE
75712026-08-25T20:04:27.023Z[ recovery-image] Aug 25 20:04:25.882 INFO O| Aug 25 20:04:25.882 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-25T20:04:27.032Z[ recovery-image] Aug 25 20:04:25.892 INFO O| Aug 25 20:04:25.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75732026-08-25T20:04:27.032Z[ recovery-image] Aug 25 20:04:25.892 INFO O| Aug 25 20:04:25.892 INFO STEP 745 (remove_files) COMPLETE
75742026-08-25T20:04:27.032Z[ recovery-image] Aug 25 20:04:25.892 INFO O| Aug 25 20:04:25.892 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-25T20:04:27.042Z[ recovery-image] Aug 25 20:04:25.903 INFO O| Aug 25 20:04:25.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75762026-08-25T20:04:27.042Z[ recovery-image] Aug 25 20:04:25.903 INFO O| Aug 25 20:04:25.903 INFO STEP 746 (remove_files) COMPLETE
75772026-08-25T20:04:27.046Z[ recovery-image] Aug 25 20:04:25.903 INFO O| Aug 25 20:04:25.903 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-25T20:04:27.052Z[ recovery-image] Aug 25 20:04:25.912 INFO O| Aug 25 20:04:25.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75792026-08-25T20:04:27.052Z[ recovery-image] Aug 25 20:04:25.912 INFO O| Aug 25 20:04:25.912 INFO STEP 747 (remove_files) COMPLETE
75802026-08-25T20:04:27.055Z[ recovery-image] Aug 25 20:04:25.912 INFO O| Aug 25 20:04:25.912 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-25T20:04:27.061Z[ recovery-image] Aug 25 20:04:25.921 INFO O| Aug 25 20:04:25.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75822026-08-25T20:04:27.061Z[ recovery-image] Aug 25 20:04:25.921 INFO O| Aug 25 20:04:25.921 INFO STEP 748 (remove_files) COMPLETE
75832026-08-25T20:04:27.061Z[ recovery-image] Aug 25 20:04:25.921 INFO O| Aug 25 20:04:25.921 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-25T20:04:27.070Z[ recovery-image] Aug 25 20:04:25.930 INFO O| Aug 25 20:04:25.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75852026-08-25T20:04:27.070Z[ recovery-image] Aug 25 20:04:25.930 INFO O| Aug 25 20:04:25.930 INFO STEP 749 (remove_files) COMPLETE
75862026-08-25T20:04:27.070Z[ recovery-image] Aug 25 20:04:25.930 INFO O| Aug 25 20:04:25.930 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-25T20:04:27.081Z[ recovery-image] Aug 25 20:04:25.941 INFO O| Aug 25 20:04:25.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75882026-08-25T20:04:27.081Z[ recovery-image] Aug 25 20:04:25.941 INFO O| Aug 25 20:04:25.941 INFO STEP 750 (remove_files) COMPLETE
75892026-08-25T20:04:27.081Z[ recovery-image] Aug 25 20:04:25.941 INFO O| Aug 25 20:04:25.941 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-25T20:04:27.090Z[ recovery-image] Aug 25 20:04:25.950 INFO O| Aug 25 20:04:25.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75912026-08-25T20:04:27.091Z[ recovery-image] Aug 25 20:04:25.951 INFO O| Aug 25 20:04:25.950 INFO STEP 751 (remove_files) COMPLETE
75922026-08-25T20:04:27.095Z[ recovery-image] Aug 25 20:04:25.951 INFO O| Aug 25 20:04:25.950 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-25T20:04:27.099Z[ recovery-image] Aug 25 20:04:25.959 INFO O| Aug 25 20:04:25.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75942026-08-25T20:04:27.099Z[ recovery-image] Aug 25 20:04:25.959 INFO O| Aug 25 20:04:25.959 INFO STEP 752 (remove_files) COMPLETE
75952026-08-25T20:04:27.099Z[ recovery-image] Aug 25 20:04:25.959 INFO O| Aug 25 20:04:25.959 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-25T20:04:27.110Z[ recovery-image] Aug 25 20:04:25.970 INFO O| Aug 25 20:04:25.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75972026-08-25T20:04:27.110Z[ recovery-image] Aug 25 20:04:25.970 INFO O| Aug 25 20:04:25.970 INFO STEP 753 (remove_files) COMPLETE
75982026-08-25T20:04:27.110Z[ recovery-image] Aug 25 20:04:25.970 INFO O| Aug 25 20:04:25.970 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-25T20:04:27.120Z[ recovery-image] Aug 25 20:04:25.980 INFO O| Aug 25 20:04:25.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76002026-08-25T20:04:27.120Z[ recovery-image] Aug 25 20:04:25.980 INFO O| Aug 25 20:04:25.980 INFO STEP 754 (remove_files) COMPLETE
76012026-08-25T20:04:27.124Z[ recovery-image] Aug 25 20:04:25.980 INFO O| Aug 25 20:04:25.980 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-25T20:04:27.130Z[ recovery-image] Aug 25 20:04:25.990 INFO O| Aug 25 20:04:25.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76032026-08-25T20:04:27.130Z[ recovery-image] Aug 25 20:04:25.991 INFO O| Aug 25 20:04:25.991 INFO STEP 755 (remove_files) COMPLETE
76042026-08-25T20:04:27.134Z[ recovery-image] Aug 25 20:04:25.991 INFO O| Aug 25 20:04:25.991 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-25T20:04:27.141Z[ recovery-image] Aug 25 20:04:26.001 INFO O| Aug 25 20:04:26.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76062026-08-25T20:04:27.141Z[ recovery-image] Aug 25 20:04:26.001 INFO O| Aug 25 20:04:26.001 INFO STEP 756 (remove_files) COMPLETE
76072026-08-25T20:04:27.141Z[ recovery-image] Aug 25 20:04:26.001 INFO O| Aug 25 20:04:26.001 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-25T20:04:27.150Z[ recovery-image] Aug 25 20:04:26.011 INFO O| Aug 25 20:04:26.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76092026-08-25T20:04:27.155Z[ recovery-image] Aug 25 20:04:26.011 INFO O| Aug 25 20:04:26.011 INFO STEP 757 (remove_files) COMPLETE
76102026-08-25T20:04:27.155Z[ recovery-image] Aug 25 20:04:26.011 INFO O| Aug 25 20:04:26.011 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-25T20:04:27.162Z[ recovery-image] Aug 25 20:04:26.022 INFO O| Aug 25 20:04:26.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76122026-08-25T20:04:27.162Z[ recovery-image] Aug 25 20:04:26.022 INFO O| Aug 25 20:04:26.022 INFO STEP 758 (remove_files) COMPLETE
76132026-08-25T20:04:27.162Z[ recovery-image] Aug 25 20:04:26.022 INFO O| Aug 25 20:04:26.022 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-25T20:04:27.173Z[ recovery-image] Aug 25 20:04:26.033 INFO O| Aug 25 20:04:26.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76152026-08-25T20:04:27.173Z[ recovery-image] Aug 25 20:04:26.033 INFO O| Aug 25 20:04:26.033 INFO STEP 759 (remove_files) COMPLETE
76162026-08-25T20:04:27.173Z[ recovery-image] Aug 25 20:04:26.033 INFO O| Aug 25 20:04:26.033 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-25T20:04:27.182Z[ recovery-image] Aug 25 20:04:26.043 INFO O| Aug 25 20:04:26.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76182026-08-25T20:04:27.183Z[ recovery-image] Aug 25 20:04:26.043 INFO O| Aug 25 20:04:26.043 INFO STEP 760 (remove_files) COMPLETE
76192026-08-25T20:04:27.183Z[ recovery-image] Aug 25 20:04:26.043 INFO O| Aug 25 20:04:26.043 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-25T20:04:27.192Z[ recovery-image] Aug 25 20:04:26.053 INFO O| Aug 25 20:04:26.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76212026-08-25T20:04:27.193Z[ recovery-image] Aug 25 20:04:26.053 INFO O| Aug 25 20:04:26.053 INFO STEP 761 (remove_files) COMPLETE
76222026-08-25T20:04:27.196Z[ recovery-image] Aug 25 20:04:26.053 INFO O| Aug 25 20:04:26.053 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-25T20:04:27.202Z[ recovery-image] Aug 25 20:04:26.063 INFO O| Aug 25 20:04:26.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76242026-08-25T20:04:27.203Z[ recovery-image] Aug 25 20:04:26.063 INFO O| Aug 25 20:04:26.063 INFO STEP 762 (remove_files) COMPLETE
76252026-08-25T20:04:27.203Z[ recovery-image] Aug 25 20:04:26.063 INFO O| Aug 25 20:04:26.063 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-25T20:04:27.213Z[ recovery-image] Aug 25 20:04:26.073 INFO O| Aug 25 20:04:26.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76272026-08-25T20:04:27.213Z[ recovery-image] Aug 25 20:04:26.073 INFO O| Aug 25 20:04:26.073 INFO STEP 763 (remove_files) COMPLETE
76282026-08-25T20:04:27.214Z[ recovery-image] Aug 25 20:04:26.073 INFO O| Aug 25 20:04:26.073 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-25T20:04:27.223Z[ recovery-image] Aug 25 20:04:26.084 INFO O| Aug 25 20:04:26.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76302026-08-25T20:04:27.223Z[ recovery-image] Aug 25 20:04:26.084 INFO O| Aug 25 20:04:26.084 INFO STEP 764 (remove_files) COMPLETE
76312026-08-25T20:04:27.223Z[ recovery-image] Aug 25 20:04:26.084 INFO O| Aug 25 20:04:26.084 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-25T20:04:27.233Z[ recovery-image] Aug 25 20:04:26.093 INFO O| Aug 25 20:04:26.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76332026-08-25T20:04:27.233Z[ recovery-image] Aug 25 20:04:26.093 INFO O| Aug 25 20:04:26.093 INFO STEP 765 (remove_files) COMPLETE
76342026-08-25T20:04:27.237Z[ recovery-image] Aug 25 20:04:26.093 INFO O| Aug 25 20:04:26.093 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-25T20:04:27.242Z[ recovery-image] Aug 25 20:04:26.102 INFO O| Aug 25 20:04:26.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76362026-08-25T20:04:27.243Z[ recovery-image] Aug 25 20:04:26.102 INFO O| Aug 25 20:04:26.102 INFO STEP 766 (remove_files) COMPLETE
76372026-08-25T20:04:27.243Z[ recovery-image] Aug 25 20:04:26.102 INFO O| Aug 25 20:04:26.102 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-25T20:04:27.251Z[ recovery-image] Aug 25 20:04:26.111 INFO O| Aug 25 20:04:26.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76392026-08-25T20:04:27.251Z[ recovery-image] Aug 25 20:04:26.112 INFO O| Aug 25 20:04:26.112 INFO STEP 767 (remove_files) COMPLETE
76402026-08-25T20:04:27.255Z[ recovery-image] Aug 25 20:04:26.112 INFO O| Aug 25 20:04:26.112 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-25T20:04:27.262Z[ recovery-image] Aug 25 20:04:26.122 INFO O| Aug 25 20:04:26.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76422026-08-25T20:04:27.262Z[ recovery-image] Aug 25 20:04:26.122 INFO O| Aug 25 20:04:26.122 INFO STEP 768 (remove_files) COMPLETE
76432026-08-25T20:04:27.262Z[ recovery-image] Aug 25 20:04:26.122 INFO O| Aug 25 20:04:26.122 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-25T20:04:27.270Z[ recovery-image] Aug 25 20:04:26.130 INFO O| Aug 25 20:04:26.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76452026-08-25T20:04:27.270Z[ recovery-image] Aug 25 20:04:26.130 INFO O| Aug 25 20:04:26.130 INFO STEP 769 (remove_files) COMPLETE
76462026-08-25T20:04:27.274Z[ recovery-image] Aug 25 20:04:26.130 INFO O| Aug 25 20:04:26.130 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-25T20:04:27.277Z[ recovery-image] Aug 25 20:04:26.138 INFO O| Aug 25 20:04:26.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76482026-08-25T20:04:27.277Z[ recovery-image] Aug 25 20:04:26.138 INFO O| Aug 25 20:04:26.138 INFO STEP 770 (remove_files) COMPLETE
76492026-08-25T20:04:27.278Z[ recovery-image] Aug 25 20:04:26.138 INFO O| Aug 25 20:04:26.138 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-25T20:04:27.285Z[ recovery-image] Aug 25 20:04:26.145 INFO O| Aug 25 20:04:26.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76512026-08-25T20:04:27.285Z[ recovery-image] Aug 25 20:04:26.145 INFO O| Aug 25 20:04:26.145 INFO STEP 771 (remove_files) COMPLETE
76522026-08-25T20:04:27.285Z[ recovery-image] Aug 25 20:04:26.145 INFO O| Aug 25 20:04:26.145 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-25T20:04:27.293Z[ recovery-image] Aug 25 20:04:26.152 INFO O| Aug 25 20:04:26.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76542026-08-25T20:04:27.293Z[ recovery-image] Aug 25 20:04:26.152 INFO O| Aug 25 20:04:26.152 INFO STEP 772 (remove_files) COMPLETE
76552026-08-25T20:04:27.293Z[ recovery-image] Aug 25 20:04:26.152 INFO O| Aug 25 20:04:26.152 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-25T20:04:27.301Z[ recovery-image] Aug 25 20:04:26.161 INFO O| Aug 25 20:04:26.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76572026-08-25T20:04:27.301Z[ recovery-image] Aug 25 20:04:26.161 INFO O| Aug 25 20:04:26.161 INFO STEP 773 (remove_files) COMPLETE
76582026-08-25T20:04:27.301Z[ recovery-image] Aug 25 20:04:26.161 INFO O| Aug 25 20:04:26.161 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-25T20:04:27.311Z[ recovery-image] Aug 25 20:04:26.171 INFO O| Aug 25 20:04:26.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76602026-08-25T20:04:27.311Z[ recovery-image] Aug 25 20:04:26.171 INFO O| Aug 25 20:04:26.171 INFO STEP 774 (remove_files) COMPLETE
76612026-08-25T20:04:27.311Z[ recovery-image] Aug 25 20:04:26.171 INFO O| Aug 25 20:04:26.171 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-25T20:04:27.322Z[ recovery-image] Aug 25 20:04:26.182 INFO O| Aug 25 20:04:26.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76632026-08-25T20:04:27.322Z[ recovery-image] Aug 25 20:04:26.182 INFO O| Aug 25 20:04:26.182 INFO STEP 775 (remove_files) COMPLETE
76642026-08-25T20:04:27.322Z[ recovery-image] Aug 25 20:04:26.182 INFO O| Aug 25 20:04:26.182 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-25T20:04:27.331Z[ recovery-image] Aug 25 20:04:26.191 INFO O| Aug 25 20:04:26.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76662026-08-25T20:04:27.331Z[ recovery-image] Aug 25 20:04:26.191 INFO O| Aug 25 20:04:26.191 INFO STEP 776 (remove_files) COMPLETE
76672026-08-25T20:04:27.335Z[ recovery-image] Aug 25 20:04:26.191 INFO O| Aug 25 20:04:26.191 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-25T20:04:27.339Z[ recovery-image] Aug 25 20:04:26.200 INFO O| Aug 25 20:04:26.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76692026-08-25T20:04:27.339Z[ recovery-image] Aug 25 20:04:26.200 INFO O| Aug 25 20:04:26.200 INFO STEP 777 (remove_files) COMPLETE
76702026-08-25T20:04:27.343Z[ recovery-image] Aug 25 20:04:26.200 INFO O| Aug 25 20:04:26.200 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-25T20:04:27.349Z[ recovery-image] Aug 25 20:04:26.209 INFO O| Aug 25 20:04:26.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76722026-08-25T20:04:27.349Z[ recovery-image] Aug 25 20:04:26.209 INFO O| Aug 25 20:04:26.209 INFO STEP 778 (remove_files) COMPLETE
76732026-08-25T20:04:27.349Z[ recovery-image] Aug 25 20:04:26.209 INFO O| Aug 25 20:04:26.209 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-25T20:04:27.360Z[ recovery-image] Aug 25 20:04:26.220 INFO O| Aug 25 20:04:26.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76752026-08-25T20:04:27.361Z[ recovery-image] Aug 25 20:04:26.220 INFO O| Aug 25 20:04:26.220 INFO STEP 779 (remove_files) COMPLETE
76762026-08-25T20:04:27.361Z[ recovery-image] Aug 25 20:04:26.220 INFO O| Aug 25 20:04:26.220 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-25T20:04:27.369Z[ recovery-image] Aug 25 20:04:26.230 INFO O| Aug 25 20:04:26.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76782026-08-25T20:04:27.373Z[ recovery-image] Aug 25 20:04:26.231 INFO O| Aug 25 20:04:26.231 INFO STEP 780 (remove_files) COMPLETE
76792026-08-25T20:04:27.373Z[ recovery-image] Aug 25 20:04:26.231 INFO O| Aug 25 20:04:26.231 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-25T20:04:27.381Z[ recovery-image] Aug 25 20:04:26.241 INFO O| Aug 25 20:04:26.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76812026-08-25T20:04:27.381Z[ recovery-image] Aug 25 20:04:26.241 INFO O| Aug 25 20:04:26.241 INFO STEP 781 (remove_files) COMPLETE
76822026-08-25T20:04:27.381Z[ recovery-image] Aug 25 20:04:26.241 INFO O| Aug 25 20:04:26.241 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-25T20:04:27.391Z[ recovery-image] Aug 25 20:04:26.251 INFO O| Aug 25 20:04:26.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76842026-08-25T20:04:27.391Z[ recovery-image] Aug 25 20:04:26.251 INFO O| Aug 25 20:04:26.251 INFO STEP 782 (remove_files) COMPLETE
76852026-08-25T20:04:27.395Z[ recovery-image] Aug 25 20:04:26.251 INFO O| Aug 25 20:04:26.251 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-25T20:04:27.408Z[ recovery-image] Aug 25 20:04:26.261 INFO O| Aug 25 20:04:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76872026-08-25T20:04:27.409Z[ recovery-image] Aug 25 20:04:26.261 INFO O| Aug 25 20:04:26.261 INFO STEP 783 (remove_files) COMPLETE
76882026-08-25T20:04:27.409Z[ recovery-image] Aug 25 20:04:26.261 INFO O| Aug 25 20:04:26.261 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-25T20:04:27.413Z[ recovery-image] Aug 25 20:04:26.270 INFO O| Aug 25 20:04:26.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76902026-08-25T20:04:27.414Z[ recovery-image] Aug 25 20:04:26.271 INFO O| Aug 25 20:04:26.271 INFO STEP 784 (remove_files) COMPLETE
76912026-08-25T20:04:27.414Z[ recovery-image] Aug 25 20:04:26.271 INFO O| Aug 25 20:04:26.271 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-25T20:04:27.419Z[ recovery-image] Aug 25 20:04:26.280 INFO O| Aug 25 20:04:26.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76932026-08-25T20:04:27.419Z[ recovery-image] Aug 25 20:04:26.280 INFO O| Aug 25 20:04:26.280 INFO STEP 785 (remove_files) COMPLETE
76942026-08-25T20:04:27.423Z[ recovery-image] Aug 25 20:04:26.280 INFO O| Aug 25 20:04:26.280 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-25T20:04:27.429Z[ recovery-image] Aug 25 20:04:26.289 INFO O| Aug 25 20:04:26.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76962026-08-25T20:04:27.429Z[ recovery-image] Aug 25 20:04:26.289 INFO O| Aug 25 20:04:26.289 INFO STEP 786 (remove_files) COMPLETE
76972026-08-25T20:04:27.433Z[ recovery-image] Aug 25 20:04:26.289 INFO O| Aug 25 20:04:26.289 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-25T20:04:27.440Z[ recovery-image] Aug 25 20:04:26.300 INFO O| Aug 25 20:04:26.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76992026-08-25T20:04:27.440Z[ recovery-image] Aug 25 20:04:26.300 INFO O| Aug 25 20:04:26.300 INFO STEP 787 (remove_files) COMPLETE
77002026-08-25T20:04:27.455Z[ recovery-image] Aug 25 20:04:26.300 INFO O| Aug 25 20:04:26.300 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-25T20:04:27.476Z[ recovery-image] Aug 25 20:04:26.335 INFO O| Aug 25 20:04:26.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77022026-08-25T20:04:27.476Z[ recovery-image] Aug 25 20:04:26.335 INFO O| Aug 25 20:04:26.335 INFO STEP 788 (remove_files) COMPLETE
77032026-08-25T20:04:27.476Z[ recovery-image] Aug 25 20:04:26.336 INFO O| Aug 25 20:04:26.335 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-25T20:04:27.485Z[ recovery-image] Aug 25 20:04:26.346 INFO O| Aug 25 20:04:26.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77052026-08-25T20:04:27.485Z[ recovery-image] Aug 25 20:04:26.346 INFO O| Aug 25 20:04:26.346 INFO STEP 789 (remove_files) COMPLETE
77062026-08-25T20:04:27.486Z[ recovery-image] Aug 25 20:04:26.346 INFO O| Aug 25 20:04:26.346 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-25T20:04:27.496Z[ recovery-image] Aug 25 20:04:26.356 INFO O| Aug 25 20:04:26.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77082026-08-25T20:04:27.496Z[ recovery-image] Aug 25 20:04:26.356 INFO O| Aug 25 20:04:26.356 INFO STEP 790 (remove_files) COMPLETE
77092026-08-25T20:04:27.496Z[ recovery-image] Aug 25 20:04:26.356 INFO O| Aug 25 20:04:26.356 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-25T20:04:27.507Z[ recovery-image] Aug 25 20:04:26.366 INFO O| Aug 25 20:04:26.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77112026-08-25T20:04:27.511Z[ recovery-image] Aug 25 20:04:26.366 INFO O| Aug 25 20:04:26.366 INFO STEP 791 (remove_files) COMPLETE
77122026-08-25T20:04:27.511Z[ recovery-image] Aug 25 20:04:26.366 INFO O| Aug 25 20:04:26.366 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-25T20:04:27.516Z[ recovery-image] Aug 25 20:04:26.376 INFO O| Aug 25 20:04:26.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77142026-08-25T20:04:27.516Z[ recovery-image] Aug 25 20:04:26.376 INFO O| Aug 25 20:04:26.376 INFO STEP 792 (remove_files) COMPLETE
77152026-08-25T20:04:27.516Z[ recovery-image] Aug 25 20:04:26.376 INFO O| Aug 25 20:04:26.376 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-25T20:04:27.525Z[ recovery-image] Aug 25 20:04:26.386 INFO O| Aug 25 20:04:26.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77172026-08-25T20:04:27.525Z[ recovery-image] Aug 25 20:04:26.386 INFO O| Aug 25 20:04:26.386 INFO STEP 793 (remove_files) COMPLETE
77182026-08-25T20:04:27.525Z[ recovery-image] Aug 25 20:04:26.386 INFO O| Aug 25 20:04:26.386 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-25T20:04:27.536Z[ recovery-image] Aug 25 20:04:26.396 INFO O| Aug 25 20:04:26.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77202026-08-25T20:04:27.536Z[ recovery-image] Aug 25 20:04:26.396 INFO O| Aug 25 20:04:26.396 INFO STEP 794 (remove_files) COMPLETE
77212026-08-25T20:04:27.536Z[ recovery-image] Aug 25 20:04:26.396 INFO O| Aug 25 20:04:26.396 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-25T20:04:27.546Z[ recovery-image] Aug 25 20:04:26.406 INFO O| Aug 25 20:04:26.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77232026-08-25T20:04:27.547Z[ recovery-image] Aug 25 20:04:26.406 INFO O| Aug 25 20:04:26.406 INFO STEP 795 (remove_files) COMPLETE
77242026-08-25T20:04:27.547Z[ recovery-image] Aug 25 20:04:26.406 INFO O| Aug 25 20:04:26.406 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-25T20:04:27.556Z[ recovery-image] Aug 25 20:04:26.416 INFO O| Aug 25 20:04:26.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77262026-08-25T20:04:27.556Z[ recovery-image] Aug 25 20:04:26.416 INFO O| Aug 25 20:04:26.416 INFO STEP 796 (remove_files) COMPLETE
77272026-08-25T20:04:27.561Z[ recovery-image] Aug 25 20:04:26.416 INFO O| Aug 25 20:04:26.416 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-25T20:04:27.565Z[ recovery-image] Aug 25 20:04:26.426 INFO O| Aug 25 20:04:26.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77292026-08-25T20:04:27.565Z[ recovery-image] Aug 25 20:04:26.426 INFO O| Aug 25 20:04:26.426 INFO STEP 797 (remove_files) COMPLETE
77302026-08-25T20:04:27.569Z[ recovery-image] Aug 25 20:04:26.426 INFO O| Aug 25 20:04:26.426 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-25T20:04:27.575Z[ recovery-image] Aug 25 20:04:26.435 INFO O| Aug 25 20:04:26.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77322026-08-25T20:04:27.575Z[ recovery-image] Aug 25 20:04:26.435 INFO O| Aug 25 20:04:26.435 INFO STEP 798 (remove_files) COMPLETE
77332026-08-25T20:04:27.579Z[ recovery-image] Aug 25 20:04:26.435 INFO O| Aug 25 20:04:26.435 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-25T20:04:27.585Z[ recovery-image] Aug 25 20:04:26.445 INFO O| Aug 25 20:04:26.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77352026-08-25T20:04:27.585Z[ recovery-image] Aug 25 20:04:26.445 INFO O| Aug 25 20:04:26.445 INFO STEP 799 (remove_files) COMPLETE
77362026-08-25T20:04:27.585Z[ recovery-image] Aug 25 20:04:26.445 INFO O| Aug 25 20:04:26.445 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-25T20:04:27.596Z[ recovery-image] Aug 25 20:04:26.455 INFO O| Aug 25 20:04:26.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77382026-08-25T20:04:27.596Z[ recovery-image] Aug 25 20:04:26.455 INFO O| Aug 25 20:04:26.455 INFO STEP 800 (remove_files) COMPLETE
77392026-08-25T20:04:27.600Z[ recovery-image] Aug 25 20:04:26.455 INFO O| Aug 25 20:04:26.455 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-25T20:04:27.604Z[ recovery-image] Aug 25 20:04:26.464 INFO O| Aug 25 20:04:26.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77412026-08-25T20:04:27.608Z[ recovery-image] Aug 25 20:04:26.465 INFO O| Aug 25 20:04:26.465 INFO STEP 801 (remove_files) COMPLETE
77422026-08-25T20:04:27.608Z[ recovery-image] Aug 25 20:04:26.465 INFO O| Aug 25 20:04:26.465 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-25T20:04:27.615Z[ recovery-image] Aug 25 20:04:26.475 INFO O| Aug 25 20:04:26.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77442026-08-25T20:04:27.616Z[ recovery-image] Aug 25 20:04:26.475 INFO O| Aug 25 20:04:26.475 INFO STEP 802 (remove_files) COMPLETE
77452026-08-25T20:04:27.616Z[ recovery-image] Aug 25 20:04:26.475 INFO O| Aug 25 20:04:26.475 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-25T20:04:27.624Z[ recovery-image] Aug 25 20:04:26.484 INFO O| Aug 25 20:04:26.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77472026-08-25T20:04:27.624Z[ recovery-image] Aug 25 20:04:26.484 INFO O| Aug 25 20:04:26.484 INFO STEP 803 (remove_files) COMPLETE
77482026-08-25T20:04:27.624Z[ recovery-image] Aug 25 20:04:26.484 INFO O| Aug 25 20:04:26.484 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-25T20:04:27.634Z[ recovery-image] Aug 25 20:04:26.494 INFO O| Aug 25 20:04:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77502026-08-25T20:04:27.634Z[ recovery-image] Aug 25 20:04:26.494 INFO O| Aug 25 20:04:26.494 INFO STEP 804 (remove_files) COMPLETE
77512026-08-25T20:04:27.634Z[ recovery-image] Aug 25 20:04:26.494 INFO O| Aug 25 20:04:26.494 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-25T20:04:27.644Z[ recovery-image] Aug 25 20:04:26.504 INFO O| Aug 25 20:04:26.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77532026-08-25T20:04:27.644Z[ recovery-image] Aug 25 20:04:26.504 INFO O| Aug 25 20:04:26.504 INFO STEP 805 (remove_files) COMPLETE
77542026-08-25T20:04:27.644Z[ recovery-image] Aug 25 20:04:26.504 INFO O| Aug 25 20:04:26.504 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-25T20:04:27.654Z[ recovery-image] Aug 25 20:04:26.514 INFO O| Aug 25 20:04:26.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77562026-08-25T20:04:27.654Z[ recovery-image] Aug 25 20:04:26.514 INFO O| Aug 25 20:04:26.514 INFO STEP 806 (remove_files) COMPLETE
77572026-08-25T20:04:27.654Z[ recovery-image] Aug 25 20:04:26.514 INFO O| Aug 25 20:04:26.514 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-25T20:04:27.664Z[ recovery-image] Aug 25 20:04:26.524 INFO O| Aug 25 20:04:26.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77592026-08-25T20:04:27.664Z[ recovery-image] Aug 25 20:04:26.524 INFO O| Aug 25 20:04:26.524 INFO STEP 807 (remove_files) COMPLETE
77602026-08-25T20:04:27.669Z[ recovery-image] Aug 25 20:04:26.524 INFO O| Aug 25 20:04:26.524 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-25T20:04:28.675Z[ recovery-image] Aug 25 20:04:26.534 INFO O| Aug 25 20:04:26.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77622026-08-25T20:04:28.676Z[ recovery-image] Aug 25 20:04:26.534 INFO O| Aug 25 20:04:26.534 INFO STEP 808 (remove_files) COMPLETE
77632026-08-25T20:04:28.676Z[ recovery-image] Aug 25 20:04:26.534 INFO O| Aug 25 20:04:26.534 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-25T20:04:28.685Z[ recovery-image] Aug 25 20:04:26.543 INFO O| Aug 25 20:04:26.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77652026-08-25T20:04:28.685Z[ recovery-image] Aug 25 20:04:26.543 INFO O| Aug 25 20:04:26.543 INFO STEP 809 (remove_files) COMPLETE
77662026-08-25T20:04:28.685Z[ recovery-image] Aug 25 20:04:26.543 INFO O| Aug 25 20:04:26.543 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-25T20:04:28.685Z[ recovery-image] Aug 25 20:04:26.552 INFO O| Aug 25 20:04:26.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77682026-08-25T20:04:28.686Z[ recovery-image] Aug 25 20:04:26.552 INFO O| Aug 25 20:04:26.552 INFO STEP 810 (remove_files) COMPLETE
77692026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.552 INFO O| Aug 25 20:04:26.552 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.562 INFO O| Aug 25 20:04:26.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77712026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.562 INFO O| Aug 25 20:04:26.562 INFO STEP 811 (remove_files) COMPLETE
77722026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.562 INFO O| Aug 25 20:04:26.562 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.572 INFO O| Aug 25 20:04:26.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77742026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.572 INFO O| Aug 25 20:04:26.572 INFO STEP 812 (remove_files) COMPLETE
77752026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.572 INFO O| Aug 25 20:04:26.572 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.581 INFO O| Aug 25 20:04:26.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77772026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.581 INFO O| Aug 25 20:04:26.581 INFO STEP 813 (remove_files) COMPLETE
77782026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.581 INFO O| Aug 25 20:04:26.581 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.592 INFO O| Aug 25 20:04:26.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77802026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.592 INFO O| Aug 25 20:04:26.592 INFO STEP 814 (remove_files) COMPLETE
77812026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.592 INFO O| Aug 25 20:04:26.592 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-25T20:04:28.687Z[ recovery-image] Aug 25 20:04:26.602 INFO O| Aug 25 20:04:26.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77832026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.602 INFO O| Aug 25 20:04:26.602 INFO STEP 815 (remove_files) COMPLETE
77842026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.602 INFO O| Aug 25 20:04:26.602 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.611 INFO O| Aug 25 20:04:26.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77862026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.611 INFO O| Aug 25 20:04:26.611 INFO STEP 816 (remove_files) COMPLETE
77872026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.611 INFO O| Aug 25 20:04:26.611 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.621 INFO O| Aug 25 20:04:26.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77892026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.621 INFO O| Aug 25 20:04:26.621 INFO STEP 817 (remove_files) COMPLETE
77902026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.621 INFO O| Aug 25 20:04:26.621 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.632 INFO O| Aug 25 20:04:26.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77922026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.632 INFO O| Aug 25 20:04:26.632 INFO STEP 818 (remove_files) COMPLETE
77932026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.632 INFO O| Aug 25 20:04:26.632 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.643 INFO O| Aug 25 20:04:26.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77952026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.643 INFO O| Aug 25 20:04:26.643 INFO STEP 819 (remove_files) COMPLETE
77962026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.643 INFO O| Aug 25 20:04:26.643 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-25T20:04:28.688Z[ recovery-image] Aug 25 20:04:26.653 INFO O| Aug 25 20:04:26.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77982026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.653 INFO O| Aug 25 20:04:26.653 INFO STEP 820 (remove_files) COMPLETE
77992026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.653 INFO O| Aug 25 20:04:26.653 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.662 INFO O| Aug 25 20:04:26.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78012026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.662 INFO O| Aug 25 20:04:26.662 INFO STEP 821 (remove_files) COMPLETE
78022026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.662 INFO O| Aug 25 20:04:26.662 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.673 INFO O| Aug 25 20:04:26.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78042026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.673 INFO O| Aug 25 20:04:26.673 INFO STEP 822 (remove_files) COMPLETE
78052026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.673 INFO O| Aug 25 20:04:26.673 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.684 INFO O| Aug 25 20:04:26.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78072026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.684 INFO O| Aug 25 20:04:26.684 INFO STEP 823 (remove_files) COMPLETE
78082026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.684 INFO O| Aug 25 20:04:26.684 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.694 INFO O| Aug 25 20:04:26.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78102026-08-25T20:04:28.689Z[ recovery-image] Aug 25 20:04:26.694 INFO O| Aug 25 20:04:26.694 INFO STEP 824 (remove_files) COMPLETE
78112026-08-25T20:04:28.690Z[ recovery-image] Aug 25 20:04:26.694 INFO O| Aug 25 20:04:26.694 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-25T20:04:28.690Z[ recovery-image] Aug 25 20:04:26.704 INFO O| Aug 25 20:04:26.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78132026-08-25T20:04:28.690Z[ recovery-image] Aug 25 20:04:26.704 INFO O| Aug 25 20:04:26.704 INFO STEP 825 (remove_files) COMPLETE
78142026-08-25T20:04:28.690Z[ recovery-image] Aug 25 20:04:26.704 INFO O| Aug 25 20:04:26.704 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-25T20:04:28.690Z[ recovery-image] Aug 25 20:04:26.713 INFO O| Aug 25 20:04:26.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78162026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.713 INFO O| Aug 25 20:04:26.713 INFO STEP 826 (remove_files) COMPLETE
78172026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.713 INFO O| Aug 25 20:04:26.713 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.722 INFO O| Aug 25 20:04:26.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78192026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.723 INFO O| Aug 25 20:04:26.723 INFO STEP 827 (remove_files) COMPLETE
78202026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.723 INFO O| Aug 25 20:04:26.723 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.732 INFO O| Aug 25 20:04:26.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78222026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.732 INFO O| Aug 25 20:04:26.732 INFO STEP 828 (remove_files) COMPLETE
78232026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.732 INFO O| Aug 25 20:04:26.732 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.741 INFO O| Aug 25 20:04:26.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78252026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.741 INFO O| Aug 25 20:04:26.741 INFO STEP 829 (remove_files) COMPLETE
78262026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.741 INFO O| Aug 25 20:04:26.741 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.750 INFO O| Aug 25 20:04:26.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78282026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.750 INFO O| Aug 25 20:04:26.750 INFO STEP 830 (remove_files) COMPLETE
78292026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.750 INFO O| Aug 25 20:04:26.750 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.759 INFO O| Aug 25 20:04:26.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78312026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.759 INFO O| Aug 25 20:04:26.759 INFO STEP 831 (remove_files) COMPLETE
78322026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.759 INFO O| Aug 25 20:04:26.759 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.767 INFO O| Aug 25 20:04:26.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78342026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.767 INFO O| Aug 25 20:04:26.767 INFO STEP 832 (remove_files) COMPLETE
78352026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.767 INFO O| Aug 25 20:04:26.767 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.778 INFO O| Aug 25 20:04:26.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78372026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.778 INFO O| Aug 25 20:04:26.778 INFO STEP 833 (remove_files) COMPLETE
78382026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.778 INFO O| Aug 25 20:04:26.778 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.790 INFO O| Aug 25 20:04:26.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78402026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.790 INFO O| Aug 25 20:04:26.790 INFO STEP 834 (remove_files) COMPLETE
78412026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.790 INFO O| Aug 25 20:04:26.790 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.801 INFO O| Aug 25 20:04:26.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78432026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.801 INFO O| Aug 25 20:04:26.801 INFO STEP 835 (remove_files) COMPLETE
78442026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.801 INFO O| Aug 25 20:04:26.801 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-25T20:04:28.691Z[ recovery-image] Aug 25 20:04:26.810 INFO O| Aug 25 20:04:26.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78462026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.810 INFO O| Aug 25 20:04:26.810 INFO STEP 836 (remove_files) COMPLETE
78472026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.810 INFO O| Aug 25 20:04:26.810 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.818 INFO O| Aug 25 20:04:26.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78492026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.818 INFO O| Aug 25 20:04:26.818 INFO STEP 837 (remove_files) COMPLETE
78502026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.818 INFO O| Aug 25 20:04:26.818 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.829 INFO O| Aug 25 20:04:26.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78522026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.829 INFO O| Aug 25 20:04:26.829 INFO STEP 838 (remove_files) COMPLETE
78532026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.829 INFO O| Aug 25 20:04:26.829 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.838 INFO O| Aug 25 20:04:26.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78552026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.838 INFO O| Aug 25 20:04:26.838 INFO STEP 839 (remove_files) COMPLETE
78562026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.838 INFO O| Aug 25 20:04:26.838 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.848 INFO O| Aug 25 20:04:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78582026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.848 INFO O| Aug 25 20:04:26.848 INFO STEP 840 (remove_files) COMPLETE
78592026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.848 INFO O| Aug 25 20:04:26.848 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.857 INFO O| Aug 25 20:04:26.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78612026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.857 INFO O| Aug 25 20:04:26.857 INFO STEP 841 (remove_files) COMPLETE
78622026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.857 INFO O| Aug 25 20:04:26.857 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-25T20:04:28.692Z[ recovery-image] Aug 25 20:04:26.868 INFO O| Aug 25 20:04:26.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78642026-08-25T20:04:28.697Z[ recovery-image] Aug 25 20:04:26.868 INFO O| Aug 25 20:04:26.868 INFO STEP 842 (remove_files) COMPLETE
78652026-08-25T20:04:28.697Z[ recovery-image] Aug 25 20:04:26.868 INFO O| Aug 25 20:04:26.868 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-25T20:04:28.697Z[ recovery-image] Aug 25 20:04:26.877 INFO O| Aug 25 20:04:26.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78672026-08-25T20:04:28.697Z[ recovery-image] Aug 25 20:04:26.877 INFO O| Aug 25 20:04:26.877 INFO STEP 843 (remove_files) COMPLETE
78682026-08-25T20:04:28.697Z[ recovery-image] Aug 25 20:04:26.877 INFO O| Aug 25 20:04:26.877 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.886 INFO O| Aug 25 20:04:26.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78702026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.886 INFO O| Aug 25 20:04:26.886 INFO STEP 844 (remove_files) COMPLETE
78712026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.886 INFO O| Aug 25 20:04:26.886 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.896 INFO O| Aug 25 20:04:26.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78732026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.896 INFO O| Aug 25 20:04:26.896 INFO STEP 845 (remove_files) COMPLETE
78742026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.896 INFO O| Aug 25 20:04:26.896 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.906 INFO O| Aug 25 20:04:26.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78762026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.906 INFO O| Aug 25 20:04:26.906 INFO STEP 846 (remove_files) COMPLETE
78772026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.907 INFO O| Aug 25 20:04:26.906 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.918 INFO O| Aug 25 20:04:26.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78792026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.918 INFO O| Aug 25 20:04:26.918 INFO STEP 847 (remove_files) COMPLETE
78802026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.918 INFO O| Aug 25 20:04:26.918 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.927 INFO O| Aug 25 20:04:26.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78822026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.927 INFO O| Aug 25 20:04:26.927 INFO STEP 848 (remove_files) COMPLETE
78832026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.927 INFO O| Aug 25 20:04:26.927 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.937 INFO O| Aug 25 20:04:26.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78852026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.937 INFO O| Aug 25 20:04:26.937 INFO STEP 849 (remove_files) COMPLETE
78862026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.937 INFO O| Aug 25 20:04:26.937 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-25T20:04:28.698Z[ recovery-image] Aug 25 20:04:26.947 INFO O| Aug 25 20:04:26.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78882026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.947 INFO O| Aug 25 20:04:26.947 INFO STEP 850 (remove_files) COMPLETE
78892026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.947 INFO O| Aug 25 20:04:26.947 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.957 INFO O| Aug 25 20:04:26.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78912026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.957 INFO O| Aug 25 20:04:26.957 INFO STEP 851 (remove_files) COMPLETE
78922026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.957 INFO O| Aug 25 20:04:26.957 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.968 INFO O| Aug 25 20:04:26.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78942026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.968 INFO O| Aug 25 20:04:26.968 INFO STEP 852 (remove_files) COMPLETE
78952026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.968 INFO O| Aug 25 20:04:26.968 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.979 INFO O| Aug 25 20:04:26.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78972026-08-25T20:04:28.699Z[ recovery-image] Aug 25 20:04:26.979 INFO O| Aug 25 20:04:26.979 INFO STEP 853 (remove_files) COMPLETE
78982026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:26.979 INFO O| Aug 25 20:04:26.979 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:26.989 INFO O| Aug 25 20:04:26.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79002026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:26.989 INFO O| Aug 25 20:04:26.989 INFO STEP 854 (remove_files) COMPLETE
79012026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:26.989 INFO O| Aug 25 20:04:26.989 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:26.998 INFO O| Aug 25 20:04:26.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79032026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:26.999 INFO O| Aug 25 20:04:26.998 INFO STEP 855 (remove_files) COMPLETE
79042026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:26.999 INFO O| Aug 25 20:04:26.998 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:27.007 INFO O| Aug 25 20:04:27.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79062026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:27.007 INFO O| Aug 25 20:04:27.007 INFO STEP 856 (remove_files) COMPLETE
79072026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:27.007 INFO O| Aug 25 20:04:27.007 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:27.018 INFO O| Aug 25 20:04:27.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79092026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:27.018 INFO O| Aug 25 20:04:27.018 INFO STEP 857 (remove_files) COMPLETE
79102026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:27.018 INFO O| Aug 25 20:04:27.018 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-25T20:04:28.700Z[ recovery-image] Aug 25 20:04:27.028 INFO O| Aug 25 20:04:27.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79122026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.028 INFO O| Aug 25 20:04:27.028 INFO STEP 858 (remove_files) COMPLETE
79132026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.028 INFO O| Aug 25 20:04:27.028 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.037 INFO O| Aug 25 20:04:27.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79152026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.037 INFO O| Aug 25 20:04:27.037 INFO STEP 859 (remove_files) COMPLETE
79162026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.037 INFO O| Aug 25 20:04:27.037 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.047 INFO O| Aug 25 20:04:27.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79182026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.047 INFO O| Aug 25 20:04:27.047 INFO STEP 860 (remove_files) COMPLETE
79192026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.047 INFO O| Aug 25 20:04:27.047 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.057 INFO O| Aug 25 20:04:27.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79212026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.057 INFO O| Aug 25 20:04:27.057 INFO STEP 861 (remove_files) COMPLETE
79222026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.057 INFO O| Aug 25 20:04:27.057 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.067 INFO O| Aug 25 20:04:27.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79242026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.067 INFO O| Aug 25 20:04:27.067 INFO STEP 862 (remove_files) COMPLETE
79252026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.067 INFO O| Aug 25 20:04:27.067 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.077 INFO O| Aug 25 20:04:27.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79272026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.077 INFO O| Aug 25 20:04:27.077 INFO STEP 863 (remove_files) COMPLETE
79282026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.077 INFO O| Aug 25 20:04:27.077 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.088 INFO O| Aug 25 20:04:27.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79302026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.088 INFO O| Aug 25 20:04:27.088 INFO STEP 864 (remove_files) COMPLETE
79312026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.088 INFO O| Aug 25 20:04:27.088 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.098 INFO O| Aug 25 20:04:27.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79332026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.098 INFO O| Aug 25 20:04:27.098 INFO STEP 865 (remove_files) COMPLETE
79342026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.098 INFO O| Aug 25 20:04:27.098 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.107 INFO O| Aug 25 20:04:27.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79362026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.107 INFO O| Aug 25 20:04:27.107 INFO STEP 866 (remove_files) COMPLETE
79372026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.107 INFO O| Aug 25 20:04:27.107 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.116 INFO O| Aug 25 20:04:27.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79392026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.116 INFO O| Aug 25 20:04:27.116 INFO STEP 867 (remove_files) COMPLETE
79402026-08-25T20:04:28.701Z[ recovery-image] Aug 25 20:04:27.116 INFO O| Aug 25 20:04:27.116 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.126 INFO O| Aug 25 20:04:27.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79422026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.126 INFO O| Aug 25 20:04:27.126 INFO STEP 868 (remove_files) COMPLETE
79432026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.126 INFO O| Aug 25 20:04:27.126 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.136 INFO O| Aug 25 20:04:27.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79452026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.136 INFO O| Aug 25 20:04:27.136 INFO STEP 869 (remove_files) COMPLETE
79462026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.136 INFO O| Aug 25 20:04:27.136 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.147 INFO O| Aug 25 20:04:27.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79482026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.147 INFO O| Aug 25 20:04:27.147 INFO STEP 870 (remove_files) COMPLETE
79492026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.147 INFO O| Aug 25 20:04:27.147 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.157 INFO O| Aug 25 20:04:27.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79512026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.157 INFO O| Aug 25 20:04:27.157 INFO STEP 871 (remove_files) COMPLETE
79522026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.157 INFO O| Aug 25 20:04:27.157 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.168 INFO O| Aug 25 20:04:27.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79542026-08-25T20:04:28.702Z[ recovery-image] Aug 25 20:04:27.168 INFO O| Aug 25 20:04:27.168 INFO STEP 872 (remove_files) COMPLETE
79552026-08-25T20:04:28.703Z[ recovery-image] Aug 25 20:04:27.168 INFO O| Aug 25 20:04:27.168 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-25T20:04:28.703Z[ recovery-image] Aug 25 20:04:27.178 INFO O| Aug 25 20:04:27.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79572026-08-25T20:04:28.703Z[ recovery-image] Aug 25 20:04:27.178 INFO O| Aug 25 20:04:27.178 INFO STEP 873 (remove_files) COMPLETE
79582026-08-25T20:04:28.704Z[ recovery-image] Aug 25 20:04:27.178 INFO O| Aug 25 20:04:27.178 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-25T20:04:28.704Z[ recovery-image] Aug 25 20:04:27.187 INFO O| Aug 25 20:04:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79602026-08-25T20:04:28.704Z[ recovery-image] Aug 25 20:04:27.187 INFO O| Aug 25 20:04:27.187 INFO STEP 874 (remove_files) COMPLETE
79612026-08-25T20:04:28.704Z[ recovery-image] Aug 25 20:04:27.187 INFO O| Aug 25 20:04:27.187 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-25T20:04:28.704Z[ recovery-image] Aug 25 20:04:27.196 INFO O| Aug 25 20:04:27.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79632026-08-25T20:04:28.704Z[ recovery-image] Aug 25 20:04:27.196 INFO O| Aug 25 20:04:27.196 INFO STEP 875 (remove_files) COMPLETE
79642026-08-25T20:04:28.710Z[ recovery-image] Aug 25 20:04:27.196 INFO O| Aug 25 20:04:27.196 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.205 INFO O| Aug 25 20:04:27.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79662026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.205 INFO O| Aug 25 20:04:27.205 INFO STEP 876 (remove_files) COMPLETE
79672026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.205 INFO O| Aug 25 20:04:27.205 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.214 INFO O| Aug 25 20:04:27.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79692026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.214 INFO O| Aug 25 20:04:27.214 INFO STEP 877 (remove_files) COMPLETE
79702026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.214 INFO O| Aug 25 20:04:27.214 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.222 INFO O| Aug 25 20:04:27.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79722026-08-25T20:04:28.711Z[ recovery-image] Aug 25 20:04:27.223 INFO O| Aug 25 20:04:27.223 INFO STEP 878 (remove_files) COMPLETE
79732026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.223 INFO O| Aug 25 20:04:27.223 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.231 INFO O| Aug 25 20:04:27.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79752026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.231 INFO O| Aug 25 20:04:27.231 INFO STEP 879 (remove_files) COMPLETE
79762026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.231 INFO O| Aug 25 20:04:27.231 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.240 INFO O| Aug 25 20:04:27.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79782026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.240 INFO O| Aug 25 20:04:27.240 INFO STEP 880 (remove_files) COMPLETE
79792026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.240 INFO O| Aug 25 20:04:27.240 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.249 INFO O| Aug 25 20:04:27.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79812026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.249 INFO O| Aug 25 20:04:27.249 INFO STEP 881 (remove_files) COMPLETE
79822026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.249 INFO O| Aug 25 20:04:27.249 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.258 INFO O| Aug 25 20:04:27.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79842026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.258 INFO O| Aug 25 20:04:27.258 INFO STEP 882 (remove_files) COMPLETE
79852026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.258 INFO O| Aug 25 20:04:27.258 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-25T20:04:28.712Z[ recovery-image] Aug 25 20:04:27.268 INFO O| Aug 25 20:04:27.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79872026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.268 INFO O| Aug 25 20:04:27.268 INFO STEP 883 (remove_files) COMPLETE
79882026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.268 INFO O| Aug 25 20:04:27.268 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.277 INFO O| Aug 25 20:04:27.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79902026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.277 INFO O| Aug 25 20:04:27.277 INFO STEP 884 (remove_files) COMPLETE
79912026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.277 INFO O| Aug 25 20:04:27.277 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.287 INFO O| Aug 25 20:04:27.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79932026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.287 INFO O| Aug 25 20:04:27.287 INFO STEP 885 (remove_files) COMPLETE
79942026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.287 INFO O| Aug 25 20:04:27.287 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.296 INFO O| Aug 25 20:04:27.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79962026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.296 INFO O| Aug 25 20:04:27.296 INFO STEP 886 (remove_files) COMPLETE
79972026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.296 INFO O| Aug 25 20:04:27.296 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-25T20:04:28.713Z[verify-libraries] Compiling git2 v0.20.4
79992026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.306 INFO O| Aug 25 20:04:27.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80002026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.306 INFO O| Aug 25 20:04:27.306 INFO STEP 887 (remove_files) COMPLETE
80012026-08-25T20:04:28.713Z[ recovery-image] Aug 25 20:04:27.306 INFO O| Aug 25 20:04:27.306 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-25T20:04:28.714Z[ recovery-image] Aug 25 20:04:27.315 INFO O| Aug 25 20:04:27.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80032026-08-25T20:04:28.714Z[ recovery-image] Aug 25 20:04:27.315 INFO O| Aug 25 20:04:27.315 INFO STEP 888 (remove_files) COMPLETE
80042026-08-25T20:04:28.714Z[ recovery-image] Aug 25 20:04:27.315 INFO O| Aug 25 20:04:27.315 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-25T20:04:28.714Z[ recovery-image] Aug 25 20:04:27.324 INFO O| Aug 25 20:04:27.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80062026-08-25T20:04:28.714Z[ recovery-image] Aug 25 20:04:27.324 INFO O| Aug 25 20:04:27.324 INFO STEP 889 (remove_files) COMPLETE
80072026-08-25T20:04:28.714Z[ recovery-image] Aug 25 20:04:27.324 INFO O| Aug 25 20:04:27.324 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-25T20:04:28.714Z[ recovery-image] Aug 25 20:04:27.333 INFO O| Aug 25 20:04:27.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80092026-08-25T20:04:28.715Z[ recovery-image] Aug 25 20:04:27.333 INFO O| Aug 25 20:04:27.333 INFO STEP 890 (remove_files) COMPLETE
80102026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.333 INFO O| Aug 25 20:04:27.333 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.342 INFO O| Aug 25 20:04:27.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80122026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.342 INFO O| Aug 25 20:04:27.342 INFO STEP 891 (remove_files) COMPLETE
80132026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.342 INFO O| Aug 25 20:04:27.342 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.352 INFO O| Aug 25 20:04:27.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80152026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.352 INFO O| Aug 25 20:04:27.352 INFO STEP 892 (remove_files) COMPLETE
80162026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.352 INFO O| Aug 25 20:04:27.352 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.362 INFO O| Aug 25 20:04:27.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80182026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.362 INFO O| Aug 25 20:04:27.362 INFO STEP 893 (remove_files) COMPLETE
80192026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.362 INFO O| Aug 25 20:04:27.362 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.374 INFO O| Aug 25 20:04:27.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80212026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.374 INFO O| Aug 25 20:04:27.374 INFO STEP 894 (remove_files) COMPLETE
80222026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.374 INFO O| Aug 25 20:04:27.374 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.387 INFO O| Aug 25 20:04:27.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80242026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.387 INFO O| Aug 25 20:04:27.387 INFO STEP 895 (remove_files) COMPLETE
80252026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.387 INFO O| Aug 25 20:04:27.387 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.396 INFO O| Aug 25 20:04:27.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80272026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.396 INFO O| Aug 25 20:04:27.396 INFO STEP 896 (remove_files) COMPLETE
80282026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.396 INFO O| Aug 25 20:04:27.396 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.405 INFO O| Aug 25 20:04:27.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80302026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.405 INFO O| Aug 25 20:04:27.405 INFO STEP 897 (remove_files) COMPLETE
80312026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.405 INFO O| Aug 25 20:04:27.405 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.414 INFO O| Aug 25 20:04:27.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80332026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.414 INFO O| Aug 25 20:04:27.414 INFO STEP 898 (remove_files) COMPLETE
80342026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.414 INFO O| Aug 25 20:04:27.414 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.424 INFO O| Aug 25 20:04:27.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80362026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.424 INFO O| Aug 25 20:04:27.424 INFO STEP 899 (remove_files) COMPLETE
80372026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.425 INFO O| Aug 25 20:04:27.424 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.435 INFO O| Aug 25 20:04:27.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80392026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.435 INFO O| Aug 25 20:04:27.435 INFO STEP 900 (remove_files) COMPLETE
80402026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.435 INFO O| Aug 25 20:04:27.435 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.445 INFO O| Aug 25 20:04:27.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80422026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.445 INFO O| Aug 25 20:04:27.445 INFO STEP 901 (remove_files) COMPLETE
80432026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.445 INFO O| Aug 25 20:04:27.445 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.455 INFO O| Aug 25 20:04:27.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80452026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.455 INFO O| Aug 25 20:04:27.455 INFO STEP 902 (remove_files) COMPLETE
80462026-08-25T20:04:28.716Z[ recovery-image] Aug 25 20:04:27.455 INFO O| Aug 25 20:04:27.455 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.465 INFO O| Aug 25 20:04:27.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80482026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.465 INFO O| Aug 25 20:04:27.465 INFO STEP 903 (remove_files) COMPLETE
80492026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.465 INFO O| Aug 25 20:04:27.465 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.475 INFO O| Aug 25 20:04:27.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80512026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.475 INFO O| Aug 25 20:04:27.475 INFO STEP 904 (remove_files) COMPLETE
80522026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.475 INFO O| Aug 25 20:04:27.475 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.486 INFO O| Aug 25 20:04:27.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80542026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.486 INFO O| Aug 25 20:04:27.486 INFO STEP 905 (remove_files) COMPLETE
80552026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.486 INFO O| Aug 25 20:04:27.486 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.495 INFO O| Aug 25 20:04:27.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80572026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.495 INFO O| Aug 25 20:04:27.495 INFO STEP 906 (remove_files) COMPLETE
80582026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.495 INFO O| Aug 25 20:04:27.495 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.503 INFO O| Aug 25 20:04:27.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80602026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.503 INFO O| Aug 25 20:04:27.503 INFO STEP 907 (remove_files) COMPLETE
80612026-08-25T20:04:28.717Z[ recovery-image] Aug 25 20:04:27.503 INFO O| Aug 25 20:04:27.503 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-25T20:04:28.718Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
80632026-08-25T20:04:28.718Z[ recovery-image] Aug 25 20:04:27.512 INFO O| Aug 25 20:04:27.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80642026-08-25T20:04:28.723Z[ recovery-image] Aug 25 20:04:27.512 INFO O| Aug 25 20:04:27.512 INFO STEP 908 (remove_files) COMPLETE
80652026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.512 INFO O| Aug 25 20:04:27.512 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.524 INFO O| Aug 25 20:04:27.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80672026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.524 INFO O| Aug 25 20:04:27.524 INFO STEP 909 (remove_files) COMPLETE
80682026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.524 INFO O| Aug 25 20:04:27.524 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.537 INFO O| Aug 25 20:04:27.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80702026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.537 INFO O| Aug 25 20:04:27.537 INFO STEP 910 (remove_files) COMPLETE
80712026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.537 INFO O| Aug 25 20:04:27.537 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.548 INFO O| Aug 25 20:04:27.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80732026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.548 INFO O| Aug 25 20:04:27.548 INFO STEP 911 (remove_files) COMPLETE
80742026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.548 INFO O| Aug 25 20:04:27.548 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.559 INFO O| Aug 25 20:04:27.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80762026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.559 INFO O| Aug 25 20:04:27.559 INFO STEP 912 (remove_files) COMPLETE
80772026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.559 INFO O| Aug 25 20:04:27.559 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.568 INFO O| Aug 25 20:04:27.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80792026-08-25T20:04:28.724Z[ recovery-image] Aug 25 20:04:27.568 INFO O| Aug 25 20:04:27.568 INFO STEP 913 (remove_files) COMPLETE
80802026-08-25T20:04:28.725Z[ recovery-image] Aug 25 20:04:27.568 INFO O| Aug 25 20:04:27.568 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-25T20:04:28.725Z[ recovery-image] Aug 25 20:04:27.577 INFO O| Aug 25 20:04:27.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80822026-08-25T20:04:28.725Z[ recovery-image] Aug 25 20:04:27.577 INFO O| Aug 25 20:04:27.577 INFO STEP 914 (remove_files) COMPLETE
80832026-08-25T20:04:28.725Z[ recovery-image] Aug 25 20:04:27.577 INFO O| Aug 25 20:04:27.577 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-25T20:04:28.729Z[ recovery-image] Aug 25 20:04:27.585 INFO O| Aug 25 20:04:27.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80852026-08-25T20:04:28.729Z[ recovery-image] Aug 25 20:04:27.586 INFO O| Aug 25 20:04:27.586 INFO STEP 915 (remove_files) COMPLETE
80862026-08-25T20:04:28.729Z[ recovery-image] Aug 25 20:04:27.586 INFO O| Aug 25 20:04:27.586 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-25T20:04:28.734Z[ recovery-image] Aug 25 20:04:27.594 INFO O| Aug 25 20:04:27.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80882026-08-25T20:04:28.735Z[ recovery-image] Aug 25 20:04:27.594 INFO O| Aug 25 20:04:27.594 INFO STEP 916 (remove_files) COMPLETE
80892026-08-25T20:04:28.735Z[ recovery-image] Aug 25 20:04:27.594 INFO O| Aug 25 20:04:27.594 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-25T20:04:28.744Z[ recovery-image] Aug 25 20:04:27.604 INFO O| Aug 25 20:04:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80912026-08-25T20:04:28.744Z[ recovery-image] Aug 25 20:04:27.604 INFO O| Aug 25 20:04:27.604 INFO STEP 917 (remove_files) COMPLETE
80922026-08-25T20:04:28.744Z[ recovery-image] Aug 25 20:04:27.604 INFO O| Aug 25 20:04:27.604 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-25T20:04:28.754Z[ recovery-image] Aug 25 20:04:27.614 INFO O| Aug 25 20:04:27.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80942026-08-25T20:04:28.755Z[ recovery-image] Aug 25 20:04:27.614 INFO O| Aug 25 20:04:27.614 INFO STEP 918 (remove_files) COMPLETE
80952026-08-25T20:04:28.755Z[ recovery-image] Aug 25 20:04:27.614 INFO O| Aug 25 20:04:27.614 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-25T20:04:28.764Z[ recovery-image] Aug 25 20:04:27.624 INFO O| Aug 25 20:04:27.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80972026-08-25T20:04:28.764Z[ recovery-image] Aug 25 20:04:27.624 INFO O| Aug 25 20:04:27.624 INFO STEP 919 (remove_files) COMPLETE
80982026-08-25T20:04:28.765Z[ recovery-image] Aug 25 20:04:27.624 INFO O| Aug 25 20:04:27.624 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-25T20:04:28.774Z[ recovery-image] Aug 25 20:04:27.634 INFO O| Aug 25 20:04:27.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81002026-08-25T20:04:28.775Z[ recovery-image] Aug 25 20:04:27.634 INFO O| Aug 25 20:04:27.634 INFO STEP 920 (remove_files) COMPLETE
81012026-08-25T20:04:28.775Z[ recovery-image] Aug 25 20:04:27.634 INFO O| Aug 25 20:04:27.634 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-25T20:04:28.808Z[ recovery-image] Aug 25 20:04:27.668 INFO O| Aug 25 20:04:27.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81032026-08-25T20:04:28.808Z[ recovery-image] Aug 25 20:04:27.668 INFO O| Aug 25 20:04:27.668 INFO STEP 921 (remove_files) COMPLETE
81042026-08-25T20:04:28.808Z[ recovery-image] Aug 25 20:04:27.668 INFO O| Aug 25 20:04:27.668 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-25T20:04:28.819Z[ recovery-image] Aug 25 20:04:27.677 INFO O| Aug 25 20:04:27.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81062026-08-25T20:04:28.824Z[ recovery-image] Aug 25 20:04:27.677 INFO O| Aug 25 20:04:27.677 INFO STEP 922 (remove_files) COMPLETE
81072026-08-25T20:04:28.825Z[ recovery-image] Aug 25 20:04:27.677 INFO O| Aug 25 20:04:27.677 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-25T20:04:28.831Z[ recovery-image] Aug 25 20:04:27.685 INFO O| Aug 25 20:04:27.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81092026-08-25T20:04:28.831Z[ recovery-image] Aug 25 20:04:27.685 INFO O| Aug 25 20:04:27.685 INFO STEP 923 (remove_files) COMPLETE
81102026-08-25T20:04:28.831Z[ recovery-image] Aug 25 20:04:27.685 INFO O| Aug 25 20:04:27.685 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-25T20:04:28.836Z[ recovery-image] Aug 25 20:04:27.694 INFO O| Aug 25 20:04:27.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81122026-08-25T20:04:28.836Z[ recovery-image] Aug 25 20:04:27.694 INFO O| Aug 25 20:04:27.694 INFO STEP 924 (remove_files) COMPLETE
81132026-08-25T20:04:28.837Z[ recovery-image] Aug 25 20:04:27.694 INFO O| Aug 25 20:04:27.694 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-25T20:04:28.846Z[ recovery-image] Aug 25 20:04:27.705 INFO O| Aug 25 20:04:27.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81152026-08-25T20:04:28.846Z[ recovery-image] Aug 25 20:04:27.705 INFO O| Aug 25 20:04:27.705 INFO STEP 925 (remove_files) COMPLETE
81162026-08-25T20:04:28.850Z[ recovery-image] Aug 25 20:04:27.705 INFO O| Aug 25 20:04:27.705 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-25T20:04:28.850Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
81182026-08-25T20:04:28.855Z[ recovery-image] Aug 25 20:04:27.715 INFO O| Aug 25 20:04:27.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81192026-08-25T20:04:28.855Z[ recovery-image] Aug 25 20:04:27.715 INFO O| Aug 25 20:04:27.715 INFO STEP 926 (remove_files) COMPLETE
81202026-08-25T20:04:28.858Z[ recovery-image] Aug 25 20:04:27.715 INFO O| Aug 25 20:04:27.715 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-25T20:04:28.866Z[ recovery-image] Aug 25 20:04:27.726 INFO O| Aug 25 20:04:27.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81222026-08-25T20:04:28.866Z[ recovery-image] Aug 25 20:04:27.726 INFO O| Aug 25 20:04:27.726 INFO STEP 927 (remove_files) COMPLETE
81232026-08-25T20:04:28.866Z[ recovery-image] Aug 25 20:04:27.726 INFO O| Aug 25 20:04:27.726 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-25T20:04:28.876Z[ recovery-image] Aug 25 20:04:27.737 INFO O| Aug 25 20:04:27.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81252026-08-25T20:04:28.876Z[ recovery-image] Aug 25 20:04:27.737 INFO O| Aug 25 20:04:27.737 INFO STEP 928 (remove_files) COMPLETE
81262026-08-25T20:04:28.877Z[ recovery-image] Aug 25 20:04:27.737 INFO O| Aug 25 20:04:27.737 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-25T20:04:28.887Z[ recovery-image] Aug 25 20:04:27.746 INFO O| Aug 25 20:04:27.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81282026-08-25T20:04:28.887Z[ recovery-image] Aug 25 20:04:27.747 INFO O| Aug 25 20:04:27.747 INFO STEP 929 (remove_files) COMPLETE
81292026-08-25T20:04:28.888Z[ recovery-image] Aug 25 20:04:27.747 INFO O| Aug 25 20:04:27.747 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-25T20:04:28.900Z[ recovery-image] Aug 25 20:04:27.760 INFO O| Aug 25 20:04:27.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81312026-08-25T20:04:28.901Z[ recovery-image] Aug 25 20:04:27.760 INFO O| Aug 25 20:04:27.760 INFO STEP 930 (remove_files) COMPLETE
81322026-08-25T20:04:28.904Z[ recovery-image] Aug 25 20:04:27.760 INFO O| Aug 25 20:04:27.760 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-25T20:04:28.994Z[ recovery-image] Aug 25 20:04:27.771 INFO O| Aug 25 20:04:27.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81342026-08-25T20:04:28.994Z[ recovery-image] Aug 25 20:04:27.771 INFO O| Aug 25 20:04:27.771 INFO STEP 931 (remove_files) COMPLETE
81352026-08-25T20:04:28.994Z[ recovery-image] Aug 25 20:04:27.771 INFO O| Aug 25 20:04:27.771 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-25T20:04:28.994Z[ recovery-image] Aug 25 20:04:27.782 INFO O| Aug 25 20:04:27.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81372026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.782 INFO O| Aug 25 20:04:27.782 INFO STEP 932 (remove_files) COMPLETE
81382026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.782 INFO O| Aug 25 20:04:27.782 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.791 INFO O| Aug 25 20:04:27.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81402026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.792 INFO O| Aug 25 20:04:27.792 INFO STEP 933 (remove_files) COMPLETE
81412026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.792 INFO O| Aug 25 20:04:27.792 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.801 INFO O| Aug 25 20:04:27.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81432026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.801 INFO O| Aug 25 20:04:27.801 INFO STEP 934 (remove_files) COMPLETE
81442026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.801 INFO O| Aug 25 20:04:27.801 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.810 INFO O| Aug 25 20:04:27.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81462026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.810 INFO O| Aug 25 20:04:27.810 INFO STEP 935 (remove_files) COMPLETE
81472026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.810 INFO O| Aug 25 20:04:27.810 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.818 INFO O| Aug 25 20:04:27.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81492026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.818 INFO O| Aug 25 20:04:27.818 INFO STEP 936 (remove_files) COMPLETE
81502026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.818 INFO O| Aug 25 20:04:27.818 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-25T20:04:28.995Z[ recovery-image] Aug 25 20:04:27.826 INFO O| Aug 25 20:04:27.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81522026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.826 INFO O| Aug 25 20:04:27.826 INFO STEP 937 (remove_files) COMPLETE
81532026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.826 INFO O| Aug 25 20:04:27.826 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.835 INFO O| Aug 25 20:04:27.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81552026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.835 INFO O| Aug 25 20:04:27.835 INFO STEP 938 (remove_files) COMPLETE
81562026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.835 INFO O| Aug 25 20:04:27.835 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.846 INFO O| Aug 25 20:04:27.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81582026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.846 INFO O| Aug 25 20:04:27.846 INFO STEP 939 (remove_files) COMPLETE
81592026-08-25T20:04:28.996Z[ recovery-image] Aug 25 20:04:27.846 INFO O| Aug 25 20:04:27.846 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-25T20:04:29.011Z[ recovery-image] Aug 25 20:04:27.855 INFO O| Aug 25 20:04:27.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81612026-08-25T20:04:29.011Z[ recovery-image] Aug 25 20:04:27.855 INFO O| Aug 25 20:04:27.855 INFO STEP 940 (remove_files) COMPLETE
81622026-08-25T20:04:29.011Z[ recovery-image] Aug 25 20:04:27.855 INFO O| Aug 25 20:04:27.855 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-25T20:04:29.017Z[ recovery-image] Aug 25 20:04:27.863 INFO O| Aug 25 20:04:27.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81642026-08-25T20:04:29.017Z[ recovery-image] Aug 25 20:04:27.863 INFO O| Aug 25 20:04:27.863 INFO STEP 941 (remove_files) COMPLETE
81652026-08-25T20:04:29.019Z[ recovery-image] Aug 25 20:04:27.863 INFO O| Aug 25 20:04:27.863 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-25T20:04:29.019Z[ recovery-image] Aug 25 20:04:27.872 INFO O| Aug 25 20:04:27.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81672026-08-25T20:04:29.019Z[ recovery-image] Aug 25 20:04:27.872 INFO O| Aug 25 20:04:27.872 INFO STEP 942 (remove_files) COMPLETE
81682026-08-25T20:04:29.019Z[ recovery-image] Aug 25 20:04:27.872 INFO O| Aug 25 20:04:27.872 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-25T20:04:29.024Z[ recovery-image] Aug 25 20:04:27.883 INFO O| Aug 25 20:04:27.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81702026-08-25T20:04:29.024Z[ recovery-image] Aug 25 20:04:27.883 INFO O| Aug 25 20:04:27.883 INFO STEP 943 (remove_files) COMPLETE
81712026-08-25T20:04:29.024Z[ recovery-image] Aug 25 20:04:27.883 INFO O| Aug 25 20:04:27.883 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-25T20:04:29.036Z[ recovery-image] Aug 25 20:04:27.893 INFO O| Aug 25 20:04:27.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81732026-08-25T20:04:29.036Z[ recovery-image] Aug 25 20:04:27.893 INFO O| Aug 25 20:04:27.893 INFO STEP 944 (remove_files) COMPLETE
81742026-08-25T20:04:29.037Z[ recovery-image] Aug 25 20:04:27.893 INFO O| Aug 25 20:04:27.893 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-25T20:04:29.043Z[ recovery-image] Aug 25 20:04:27.903 INFO O| Aug 25 20:04:27.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81762026-08-25T20:04:29.043Z[ recovery-image] Aug 25 20:04:27.903 INFO O| Aug 25 20:04:27.903 INFO STEP 945 (remove_files) COMPLETE
81772026-08-25T20:04:29.047Z[ recovery-image] Aug 25 20:04:27.903 INFO O| Aug 25 20:04:27.903 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-25T20:04:29.053Z[ recovery-image] Aug 25 20:04:27.912 INFO O| Aug 25 20:04:27.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81792026-08-25T20:04:29.053Z[ recovery-image] Aug 25 20:04:27.912 INFO O| Aug 25 20:04:27.912 INFO STEP 946 (remove_files) COMPLETE
81802026-08-25T20:04:29.057Z[ recovery-image] Aug 25 20:04:27.912 INFO O| Aug 25 20:04:27.912 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-25T20:04:29.063Z[ recovery-image] Aug 25 20:04:27.923 INFO O| Aug 25 20:04:27.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81822026-08-25T20:04:29.063Z[ recovery-image] Aug 25 20:04:27.923 INFO O| Aug 25 20:04:27.923 INFO STEP 947 (remove_files) COMPLETE
81832026-08-25T20:04:29.063Z[ recovery-image] Aug 25 20:04:27.923 INFO O| Aug 25 20:04:27.923 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-25T20:04:29.074Z[ recovery-image] Aug 25 20:04:27.934 INFO O| Aug 25 20:04:27.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81852026-08-25T20:04:29.074Z[ recovery-image] Aug 25 20:04:27.934 INFO O| Aug 25 20:04:27.934 INFO STEP 948 (remove_files) COMPLETE
81862026-08-25T20:04:29.078Z[ recovery-image] Aug 25 20:04:27.934 INFO O| Aug 25 20:04:27.934 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-25T20:04:29.085Z[ recovery-image] Aug 25 20:04:27.944 INFO O| Aug 25 20:04:27.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81882026-08-25T20:04:29.085Z[ recovery-image] Aug 25 20:04:27.944 INFO O| Aug 25 20:04:27.944 INFO STEP 949 (remove_files) COMPLETE
81892026-08-25T20:04:29.085Z[ recovery-image] Aug 25 20:04:27.944 INFO O| Aug 25 20:04:27.944 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-25T20:04:29.097Z[ recovery-image] Aug 25 20:04:27.957 INFO O| Aug 25 20:04:27.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81912026-08-25T20:04:29.097Z[ recovery-image] Aug 25 20:04:27.957 INFO O| Aug 25 20:04:27.957 INFO STEP 950 (remove_files) COMPLETE
81922026-08-25T20:04:29.102Z[ recovery-image] Aug 25 20:04:27.957 INFO O| Aug 25 20:04:27.957 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-25T20:04:29.108Z[ recovery-image] Aug 25 20:04:27.968 INFO O| Aug 25 20:04:27.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81942026-08-25T20:04:29.108Z[ recovery-image] Aug 25 20:04:27.968 INFO O| Aug 25 20:04:27.968 INFO STEP 951 (remove_files) COMPLETE
81952026-08-25T20:04:29.108Z[ recovery-image] Aug 25 20:04:27.968 INFO O| Aug 25 20:04:27.968 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-25T20:04:29.119Z[ recovery-image] Aug 25 20:04:27.979 INFO O| Aug 25 20:04:27.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81972026-08-25T20:04:29.125Z[ recovery-image] Aug 25 20:04:27.979 INFO O| Aug 25 20:04:27.979 INFO STEP 952 (remove_files) COMPLETE
81982026-08-25T20:04:29.125Z[ recovery-image] Aug 25 20:04:27.979 INFO O| Aug 25 20:04:27.979 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-25T20:04:29.130Z[ recovery-image] Aug 25 20:04:27.989 INFO O| Aug 25 20:04:27.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82002026-08-25T20:04:29.130Z[ recovery-image] Aug 25 20:04:27.989 INFO O| Aug 25 20:04:27.989 INFO STEP 953 (remove_files) COMPLETE
82012026-08-25T20:04:29.130Z[ recovery-image] Aug 25 20:04:27.989 INFO O| Aug 25 20:04:27.989 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-25T20:04:29.164Z[ recovery-image] Aug 25 20:04:28.024 INFO O| Aug 25 20:04:27.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82032026-08-25T20:04:29.164Z[ recovery-image] Aug 25 20:04:28.024 INFO O| Aug 25 20:04:28.024 INFO STEP 954 (remove_files) COMPLETE
82042026-08-25T20:04:29.164Z[ recovery-image] Aug 25 20:04:28.024 INFO O| Aug 25 20:04:28.024 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-25T20:04:29.174Z[ recovery-image] Aug 25 20:04:28.034 INFO O| Aug 25 20:04:28.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82062026-08-25T20:04:29.174Z[ recovery-image] Aug 25 20:04:28.034 INFO O| Aug 25 20:04:28.034 INFO STEP 955 (remove_files) COMPLETE
82072026-08-25T20:04:29.174Z[ recovery-image] Aug 25 20:04:28.034 INFO O| Aug 25 20:04:28.034 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-25T20:04:29.179Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
82092026-08-25T20:04:29.187Z[ recovery-image] Aug 25 20:04:28.047 INFO O| Aug 25 20:04:28.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82102026-08-25T20:04:29.188Z[ recovery-image] Aug 25 20:04:28.047 INFO O| Aug 25 20:04:28.047 INFO STEP 956 (remove_files) COMPLETE
82112026-08-25T20:04:29.188Z[ recovery-image] Aug 25 20:04:28.047 INFO O| Aug 25 20:04:28.047 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-25T20:04:29.201Z[ recovery-image] Aug 25 20:04:28.061 INFO O| Aug 25 20:04:28.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82132026-08-25T20:04:29.201Z[ recovery-image] Aug 25 20:04:28.061 INFO O| Aug 25 20:04:28.061 INFO STEP 957 (remove_files) COMPLETE
82142026-08-25T20:04:29.201Z[ recovery-image] Aug 25 20:04:28.061 INFO O| Aug 25 20:04:28.061 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-25T20:04:29.210Z[ recovery-image] Aug 25 20:04:28.071 INFO O| Aug 25 20:04:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82162026-08-25T20:04:29.211Z[ recovery-image] Aug 25 20:04:28.071 INFO O| Aug 25 20:04:28.071 INFO STEP 958 (remove_files) COMPLETE
82172026-08-25T20:04:29.214Z[ recovery-image] Aug 25 20:04:28.071 INFO O| Aug 25 20:04:28.071 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-25T20:04:29.220Z[ recovery-image] Aug 25 20:04:28.080 INFO O| Aug 25 20:04:28.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82192026-08-25T20:04:29.220Z[ recovery-image] Aug 25 20:04:28.080 INFO O| Aug 25 20:04:28.080 INFO STEP 959 (remove_files) COMPLETE
82202026-08-25T20:04:29.220Z[ recovery-image] Aug 25 20:04:28.080 INFO O| Aug 25 20:04:28.080 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-25T20:04:29.233Z[ recovery-image] Aug 25 20:04:28.092 INFO O| Aug 25 20:04:28.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82222026-08-25T20:04:29.233Z[ recovery-image] Aug 25 20:04:28.092 INFO O| Aug 25 20:04:28.092 INFO STEP 960 (remove_files) COMPLETE
82232026-08-25T20:04:29.237Z[ recovery-image] Aug 25 20:04:28.092 INFO O| Aug 25 20:04:28.092 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-25T20:04:29.242Z[ recovery-image] Aug 25 20:04:28.102 INFO O| Aug 25 20:04:28.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82252026-08-25T20:04:29.242Z[ recovery-image] Aug 25 20:04:28.102 INFO O| Aug 25 20:04:28.102 INFO STEP 961 (remove_files) COMPLETE
82262026-08-25T20:04:29.243Z[ recovery-image] Aug 25 20:04:28.102 INFO O| Aug 25 20:04:28.102 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-25T20:04:29.253Z[ recovery-image] Aug 25 20:04:28.114 INFO O| Aug 25 20:04:28.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82282026-08-25T20:04:29.254Z[ recovery-image] Aug 25 20:04:28.114 INFO O| Aug 25 20:04:28.114 INFO STEP 962 (remove_files) COMPLETE
82292026-08-25T20:04:29.257Z[ recovery-image] Aug 25 20:04:28.114 INFO O| Aug 25 20:04:28.114 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-25T20:04:29.265Z[ recovery-image] Aug 25 20:04:28.125 INFO O| Aug 25 20:04:28.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82312026-08-25T20:04:29.265Z[ recovery-image] Aug 25 20:04:28.125 INFO O| Aug 25 20:04:28.125 INFO STEP 963 (remove_files) COMPLETE
82322026-08-25T20:04:29.269Z[ recovery-image] Aug 25 20:04:28.125 INFO O| Aug 25 20:04:28.125 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-25T20:04:29.276Z[ recovery-image] Aug 25 20:04:28.135 INFO O| Aug 25 20:04:28.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82342026-08-25T20:04:29.276Z[ recovery-image] Aug 25 20:04:28.135 INFO O| Aug 25 20:04:28.135 INFO STEP 964 (remove_files) COMPLETE
82352026-08-25T20:04:29.276Z[ recovery-image] Aug 25 20:04:28.135 INFO O| Aug 25 20:04:28.135 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-25T20:04:29.286Z[ recovery-image] Aug 25 20:04:28.146 INFO O| Aug 25 20:04:28.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82372026-08-25T20:04:29.286Z[ recovery-image] Aug 25 20:04:28.146 INFO O| Aug 25 20:04:28.146 INFO STEP 965 (remove_files) COMPLETE
82382026-08-25T20:04:29.286Z[ recovery-image] Aug 25 20:04:28.146 INFO O| Aug 25 20:04:28.146 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-25T20:04:29.296Z[ recovery-image] Aug 25 20:04:28.156 INFO O| Aug 25 20:04:28.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82402026-08-25T20:04:29.296Z[ recovery-image] Aug 25 20:04:28.156 INFO O| Aug 25 20:04:28.156 INFO STEP 966 (remove_files) COMPLETE
82412026-08-25T20:04:29.296Z[ recovery-image] Aug 25 20:04:28.156 INFO O| Aug 25 20:04:28.156 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-25T20:04:29.306Z[ recovery-image] Aug 25 20:04:28.166 INFO O| Aug 25 20:04:28.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82432026-08-25T20:04:29.306Z[ recovery-image] Aug 25 20:04:28.166 INFO O| Aug 25 20:04:28.166 INFO STEP 967 (remove_files) COMPLETE
82442026-08-25T20:04:29.311Z[ recovery-image] Aug 25 20:04:28.166 INFO O| Aug 25 20:04:28.166 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-25T20:04:29.315Z[ recovery-image] Aug 25 20:04:28.174 INFO O| Aug 25 20:04:28.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82462026-08-25T20:04:29.316Z[ recovery-image] Aug 25 20:04:28.174 INFO O| Aug 25 20:04:28.174 INFO STEP 968 (remove_files) COMPLETE
82472026-08-25T20:04:29.316Z[ recovery-image] Aug 25 20:04:28.174 INFO O| Aug 25 20:04:28.174 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-25T20:04:29.322Z[ recovery-image] Aug 25 20:04:28.183 INFO O| Aug 25 20:04:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82492026-08-25T20:04:29.323Z[ recovery-image] Aug 25 20:04:28.183 INFO O| Aug 25 20:04:28.183 INFO STEP 969 (remove_files) COMPLETE
82502026-08-25T20:04:29.323Z[ recovery-image] Aug 25 20:04:28.183 INFO O| Aug 25 20:04:28.183 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-25T20:04:29.332Z[ recovery-image] Aug 25 20:04:28.192 INFO O| Aug 25 20:04:28.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82522026-08-25T20:04:29.332Z[ recovery-image] Aug 25 20:04:28.192 INFO O| Aug 25 20:04:28.192 INFO STEP 970 (remove_files) COMPLETE
82532026-08-25T20:04:29.332Z[ recovery-image] Aug 25 20:04:28.192 INFO O| Aug 25 20:04:28.192 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-25T20:04:29.340Z[ recovery-image] Aug 25 20:04:28.200 INFO O| Aug 25 20:04:28.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82552026-08-25T20:04:29.340Z[ recovery-image] Aug 25 20:04:28.200 INFO O| Aug 25 20:04:28.200 INFO STEP 971 (remove_files) COMPLETE
82562026-08-25T20:04:29.340Z[ recovery-image] Aug 25 20:04:28.200 INFO O| Aug 25 20:04:28.200 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-25T20:04:29.349Z[ recovery-image] Aug 25 20:04:28.209 INFO O| Aug 25 20:04:28.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82582026-08-25T20:04:29.349Z[ recovery-image] Aug 25 20:04:28.209 INFO O| Aug 25 20:04:28.209 INFO STEP 972 (remove_files) COMPLETE
82592026-08-25T20:04:29.349Z[ recovery-image] Aug 25 20:04:28.209 INFO O| Aug 25 20:04:28.209 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-25T20:04:29.358Z[ recovery-image] Aug 25 20:04:28.218 INFO O| Aug 25 20:04:28.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82612026-08-25T20:04:29.358Z[ recovery-image] Aug 25 20:04:28.218 INFO O| Aug 25 20:04:28.218 INFO STEP 973 (remove_files) COMPLETE
82622026-08-25T20:04:29.358Z[ recovery-image] Aug 25 20:04:28.218 INFO O| Aug 25 20:04:28.218 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-25T20:04:29.368Z[ recovery-image] Aug 25 20:04:28.228 INFO O| Aug 25 20:04:28.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82642026-08-25T20:04:29.368Z[ recovery-image] Aug 25 20:04:28.228 INFO O| Aug 25 20:04:28.228 INFO STEP 974 (remove_files) COMPLETE
82652026-08-25T20:04:29.368Z[ recovery-image] Aug 25 20:04:28.228 INFO O| Aug 25 20:04:28.228 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-25T20:04:29.377Z[ recovery-image] Aug 25 20:04:28.237 INFO O| Aug 25 20:04:28.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82672026-08-25T20:04:29.377Z[ recovery-image] Aug 25 20:04:28.237 INFO O| Aug 25 20:04:28.237 INFO STEP 975 (remove_files) COMPLETE
82682026-08-25T20:04:29.381Z[ recovery-image] Aug 25 20:04:28.237 INFO O| Aug 25 20:04:28.237 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-25T20:04:29.387Z[ recovery-image] Aug 25 20:04:28.247 INFO O| Aug 25 20:04:28.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82702026-08-25T20:04:29.387Z[ recovery-image] Aug 25 20:04:28.247 INFO O| Aug 25 20:04:28.247 INFO STEP 976 (remove_files) COMPLETE
82712026-08-25T20:04:29.387Z[ recovery-image] Aug 25 20:04:28.247 INFO O| Aug 25 20:04:28.247 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-25T20:04:29.396Z[ recovery-image] Aug 25 20:04:28.256 INFO O| Aug 25 20:04:28.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82732026-08-25T20:04:29.396Z[ recovery-image] Aug 25 20:04:28.256 INFO O| Aug 25 20:04:28.256 INFO STEP 977 (remove_files) COMPLETE
82742026-08-25T20:04:29.396Z[ recovery-image] Aug 25 20:04:28.256 INFO O| Aug 25 20:04:28.256 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-25T20:04:29.406Z[ recovery-image] Aug 25 20:04:28.265 INFO O| Aug 25 20:04:28.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82762026-08-25T20:04:29.407Z[ recovery-image] Aug 25 20:04:28.266 INFO O| Aug 25 20:04:28.266 INFO STEP 978 (remove_files) COMPLETE
82772026-08-25T20:04:29.407Z[ recovery-image] Aug 25 20:04:28.266 INFO O| Aug 25 20:04:28.266 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-25T20:04:29.417Z[ recovery-image] Aug 25 20:04:28.276 INFO O| Aug 25 20:04:28.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82792026-08-25T20:04:29.417Z[ recovery-image] Aug 25 20:04:28.276 INFO O| Aug 25 20:04:28.276 INFO STEP 979 (remove_files) COMPLETE
82802026-08-25T20:04:29.417Z[ recovery-image] Aug 25 20:04:28.276 INFO O| Aug 25 20:04:28.276 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-25T20:04:29.427Z[ recovery-image] Aug 25 20:04:28.285 INFO O| Aug 25 20:04:28.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82822026-08-25T20:04:29.427Z[ recovery-image] Aug 25 20:04:28.285 INFO O| Aug 25 20:04:28.285 INFO STEP 980 (remove_files) COMPLETE
82832026-08-25T20:04:29.427Z[ recovery-image] Aug 25 20:04:28.285 INFO O| Aug 25 20:04:28.285 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-25T20:04:29.433Z[ recovery-image] Aug 25 20:04:28.294 INFO O| Aug 25 20:04:28.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82852026-08-25T20:04:29.434Z[ recovery-image] Aug 25 20:04:28.294 INFO O| Aug 25 20:04:28.294 INFO STEP 981 (remove_files) COMPLETE
82862026-08-25T20:04:29.434Z[ recovery-image] Aug 25 20:04:28.294 INFO O| Aug 25 20:04:28.294 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-25T20:04:29.442Z[ recovery-image] Aug 25 20:04:28.303 INFO O| Aug 25 20:04:28.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82882026-08-25T20:04:29.442Z[ recovery-image] Aug 25 20:04:28.303 INFO O| Aug 25 20:04:28.303 INFO STEP 982 (remove_files) COMPLETE
82892026-08-25T20:04:29.443Z[ recovery-image] Aug 25 20:04:28.303 INFO O| Aug 25 20:04:28.303 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-25T20:04:29.451Z[ recovery-image] Aug 25 20:04:28.311 INFO O| Aug 25 20:04:28.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82912026-08-25T20:04:29.452Z[ recovery-image] Aug 25 20:04:28.311 INFO O| Aug 25 20:04:28.311 INFO STEP 983 (remove_files) COMPLETE
82922026-08-25T20:04:29.452Z[ recovery-image] Aug 25 20:04:28.311 INFO O| Aug 25 20:04:28.311 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-25T20:04:29.460Z[ recovery-image] Aug 25 20:04:28.319 INFO O| Aug 25 20:04:28.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82942026-08-25T20:04:29.460Z[ recovery-image] Aug 25 20:04:28.319 INFO O| Aug 25 20:04:28.319 INFO STEP 984 (remove_files) COMPLETE
82952026-08-25T20:04:29.460Z[ recovery-image] Aug 25 20:04:28.319 INFO O| Aug 25 20:04:28.319 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-25T20:04:29.467Z[ recovery-image] Aug 25 20:04:28.328 INFO O| Aug 25 20:04:28.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82972026-08-25T20:04:29.468Z[ recovery-image] Aug 25 20:04:28.328 INFO O| Aug 25 20:04:28.328 INFO STEP 985 (remove_files) COMPLETE
82982026-08-25T20:04:29.468Z[ recovery-image] Aug 25 20:04:28.328 INFO O| Aug 25 20:04:28.328 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-25T20:04:29.479Z[ recovery-image] Aug 25 20:04:28.337 INFO O| Aug 25 20:04:28.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83002026-08-25T20:04:29.479Z[ recovery-image] Aug 25 20:04:28.337 INFO O| Aug 25 20:04:28.337 INFO STEP 986 (remove_files) COMPLETE
83012026-08-25T20:04:29.479Z[ recovery-image] Aug 25 20:04:28.337 INFO O| Aug 25 20:04:28.337 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-25T20:04:29.485Z[ recovery-image] Aug 25 20:04:28.345 INFO O| Aug 25 20:04:28.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83032026-08-25T20:04:29.487Z[ recovery-image] Aug 25 20:04:28.345 INFO O| Aug 25 20:04:28.345 INFO STEP 987 (remove_files) COMPLETE
83042026-08-25T20:04:29.487Z[ recovery-image] Aug 25 20:04:28.345 INFO O| Aug 25 20:04:28.345 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-25T20:04:29.493Z[ recovery-image] Aug 25 20:04:28.353 INFO O| Aug 25 20:04:28.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83062026-08-25T20:04:29.494Z[ recovery-image] Aug 25 20:04:28.353 INFO O| Aug 25 20:04:28.353 INFO STEP 988 (remove_files) COMPLETE
83072026-08-25T20:04:29.494Z[ recovery-image] Aug 25 20:04:28.353 INFO O| Aug 25 20:04:28.353 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-25T20:04:29.502Z[ recovery-image] Aug 25 20:04:28.362 INFO O| Aug 25 20:04:28.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83092026-08-25T20:04:29.502Z[ recovery-image] Aug 25 20:04:28.362 INFO O| Aug 25 20:04:28.362 INFO STEP 989 (remove_files) COMPLETE
83102026-08-25T20:04:29.502Z[ recovery-image] Aug 25 20:04:28.362 INFO O| Aug 25 20:04:28.362 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-25T20:04:29.511Z[ recovery-image] Aug 25 20:04:28.370 INFO O| Aug 25 20:04:28.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83122026-08-25T20:04:29.511Z[ recovery-image] Aug 25 20:04:28.370 INFO O| Aug 25 20:04:28.370 INFO STEP 990 (remove_files) COMPLETE
83132026-08-25T20:04:29.511Z[ recovery-image] Aug 25 20:04:28.370 INFO O| Aug 25 20:04:28.370 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-25T20:04:29.518Z[ recovery-image] Aug 25 20:04:28.378 INFO O| Aug 25 20:04:28.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83152026-08-25T20:04:29.522Z[ recovery-image] Aug 25 20:04:28.378 INFO O| Aug 25 20:04:28.378 INFO STEP 991 (remove_files) COMPLETE
83162026-08-25T20:04:29.522Z[ recovery-image] Aug 25 20:04:28.378 INFO O| Aug 25 20:04:28.378 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-25T20:04:29.527Z[ recovery-image] Aug 25 20:04:28.388 INFO O| Aug 25 20:04:28.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83182026-08-25T20:04:29.533Z[ recovery-image] Aug 25 20:04:28.388 INFO O| Aug 25 20:04:28.388 INFO STEP 992 (remove_files) COMPLETE
83192026-08-25T20:04:29.533Z[ recovery-image] Aug 25 20:04:28.388 INFO O| Aug 25 20:04:28.388 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-25T20:04:29.538Z[ recovery-image] Aug 25 20:04:28.398 INFO O| Aug 25 20:04:28.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83212026-08-25T20:04:29.538Z[ recovery-image] Aug 25 20:04:28.398 INFO O| Aug 25 20:04:28.398 INFO STEP 993 (remove_files) COMPLETE
83222026-08-25T20:04:29.542Z[ recovery-image] Aug 25 20:04:28.398 INFO O| Aug 25 20:04:28.398 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-25T20:04:29.548Z[ recovery-image] Aug 25 20:04:28.408 INFO O| Aug 25 20:04:28.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83242026-08-25T20:04:29.552Z[ recovery-image] Aug 25 20:04:28.408 INFO O| Aug 25 20:04:28.408 INFO STEP 994 (remove_files) COMPLETE
83252026-08-25T20:04:29.552Z[ recovery-image] Aug 25 20:04:28.408 INFO O| Aug 25 20:04:28.408 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-25T20:04:29.560Z[ recovery-image] Aug 25 20:04:28.417 INFO O| Aug 25 20:04:28.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83272026-08-25T20:04:29.560Z[ recovery-image] Aug 25 20:04:28.417 INFO O| Aug 25 20:04:28.417 INFO STEP 995 (remove_files) COMPLETE
83282026-08-25T20:04:29.565Z[ recovery-image] Aug 25 20:04:28.417 INFO O| Aug 25 20:04:28.417 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-25T20:04:29.569Z[ recovery-image] Aug 25 20:04:28.428 INFO O| Aug 25 20:04:28.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83302026-08-25T20:04:29.569Z[ recovery-image] Aug 25 20:04:28.428 INFO O| Aug 25 20:04:28.428 INFO STEP 996 (remove_files) COMPLETE
83312026-08-25T20:04:29.569Z[ recovery-image] Aug 25 20:04:28.428 INFO O| Aug 25 20:04:28.428 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-25T20:04:29.577Z[ recovery-image] Aug 25 20:04:28.437 INFO O| Aug 25 20:04:28.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83332026-08-25T20:04:29.577Z[ recovery-image] Aug 25 20:04:28.437 INFO O| Aug 25 20:04:28.437 INFO STEP 997 (remove_files) COMPLETE
83342026-08-25T20:04:29.577Z[ recovery-image] Aug 25 20:04:28.437 INFO O| Aug 25 20:04:28.437 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-25T20:04:29.587Z[ recovery-image] Aug 25 20:04:28.447 INFO O| Aug 25 20:04:28.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83362026-08-25T20:04:29.587Z[ recovery-image] Aug 25 20:04:28.447 INFO O| Aug 25 20:04:28.447 INFO STEP 998 (remove_files) COMPLETE
83372026-08-25T20:04:29.591Z[ recovery-image] Aug 25 20:04:28.447 INFO O| Aug 25 20:04:28.447 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-25T20:04:29.596Z[ recovery-image] Aug 25 20:04:28.456 INFO O| Aug 25 20:04:28.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83392026-08-25T20:04:29.596Z[ recovery-image] Aug 25 20:04:28.456 INFO O| Aug 25 20:04:28.456 INFO STEP 999 (remove_files) COMPLETE
83402026-08-25T20:04:29.597Z[ recovery-image] Aug 25 20:04:28.456 INFO O| Aug 25 20:04:28.456 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-25T20:04:29.608Z[ recovery-image] Aug 25 20:04:28.468 INFO O| Aug 25 20:04:28.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83422026-08-25T20:04:29.608Z[ recovery-image] Aug 25 20:04:28.468 INFO O| Aug 25 20:04:28.468 INFO STEP 1000 (remove_files) COMPLETE
83432026-08-25T20:04:29.608Z[ recovery-image] Aug 25 20:04:28.468 INFO O| Aug 25 20:04:28.468 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-25T20:04:29.620Z[ recovery-image] Aug 25 20:04:28.480 INFO O| Aug 25 20:04:28.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83452026-08-25T20:04:29.620Z[ recovery-image] Aug 25 20:04:28.480 INFO O| Aug 25 20:04:28.480 INFO STEP 1001 (remove_files) COMPLETE
83462026-08-25T20:04:29.621Z[ recovery-image] Aug 25 20:04:28.480 INFO O| Aug 25 20:04:28.480 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-25T20:04:29.633Z[ recovery-image] Aug 25 20:04:28.493 INFO O| Aug 25 20:04:28.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83482026-08-25T20:04:29.633Z[ recovery-image] Aug 25 20:04:28.493 INFO O| Aug 25 20:04:28.493 INFO STEP 1002 (remove_files) COMPLETE
83492026-08-25T20:04:29.633Z[ recovery-image] Aug 25 20:04:28.493 INFO O| Aug 25 20:04:28.493 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-25T20:04:29.645Z[ recovery-image] Aug 25 20:04:28.505 INFO O| Aug 25 20:04:28.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83512026-08-25T20:04:29.646Z[ recovery-image] Aug 25 20:04:28.505 INFO O| Aug 25 20:04:28.505 INFO STEP 1003 (remove_files) COMPLETE
83522026-08-25T20:04:29.649Z[ recovery-image] Aug 25 20:04:28.505 INFO O| Aug 25 20:04:28.505 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-25T20:04:29.655Z[ recovery-image] Aug 25 20:04:28.515 INFO O| Aug 25 20:04:28.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83542026-08-25T20:04:29.655Z[ recovery-image] Aug 25 20:04:28.515 INFO O| Aug 25 20:04:28.515 INFO STEP 1004 (remove_files) COMPLETE
83552026-08-25T20:04:29.659Z[ recovery-image] Aug 25 20:04:28.515 INFO O| Aug 25 20:04:28.515 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-25T20:04:29.666Z[ recovery-image] Aug 25 20:04:28.526 INFO O| Aug 25 20:04:28.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83572026-08-25T20:04:29.666Z[ recovery-image] Aug 25 20:04:28.526 INFO O| Aug 25 20:04:28.526 INFO STEP 1005 (remove_files) COMPLETE
83582026-08-25T20:04:29.666Z[ recovery-image] Aug 25 20:04:28.526 INFO O| Aug 25 20:04:28.526 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-25T20:04:29.677Z[ recovery-image] Aug 25 20:04:28.536 INFO O| Aug 25 20:04:28.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83602026-08-25T20:04:29.681Z[ recovery-image] Aug 25 20:04:28.536 INFO O| Aug 25 20:04:28.536 INFO STEP 1006 (remove_files) COMPLETE
83612026-08-25T20:04:29.681Z[ recovery-image] Aug 25 20:04:28.536 INFO O| Aug 25 20:04:28.536 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-25T20:04:29.686Z[ recovery-image] Aug 25 20:04:28.546 INFO O| Aug 25 20:04:28.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83632026-08-25T20:04:29.686Z[ recovery-image] Aug 25 20:04:28.546 INFO O| Aug 25 20:04:28.546 INFO STEP 1007 (remove_files) COMPLETE
83642026-08-25T20:04:29.686Z[ recovery-image] Aug 25 20:04:28.546 INFO O| Aug 25 20:04:28.546 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-25T20:04:29.698Z[ recovery-image] Aug 25 20:04:28.556 INFO O| Aug 25 20:04:28.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83662026-08-25T20:04:29.698Z[ recovery-image] Aug 25 20:04:28.556 INFO O| Aug 25 20:04:28.556 INFO STEP 1008 (remove_files) COMPLETE
83672026-08-25T20:04:29.698Z[ recovery-image] Aug 25 20:04:28.556 INFO O| Aug 25 20:04:28.556 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-25T20:04:29.710Z[ recovery-image] Aug 25 20:04:28.565 INFO O| Aug 25 20:04:28.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83692026-08-25T20:04:29.711Z[ recovery-image] Aug 25 20:04:28.565 INFO O| Aug 25 20:04:28.565 INFO STEP 1009 (remove_files) COMPLETE
83702026-08-25T20:04:29.711Z[ recovery-image] Aug 25 20:04:28.565 INFO O| Aug 25 20:04:28.565 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-25T20:04:29.725Z[ recovery-image] Aug 25 20:04:28.575 INFO O| Aug 25 20:04:28.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83722026-08-25T20:04:29.725Z[ recovery-image] Aug 25 20:04:28.575 INFO O| Aug 25 20:04:28.575 INFO STEP 1010 (remove_files) COMPLETE
83732026-08-25T20:04:29.725Z[ recovery-image] Aug 25 20:04:28.575 INFO O| Aug 25 20:04:28.575 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-25T20:04:29.729Z[ recovery-image] Aug 25 20:04:28.585 INFO O| Aug 25 20:04:28.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83752026-08-25T20:04:29.729Z[ recovery-image] Aug 25 20:04:28.585 INFO O| Aug 25 20:04:28.585 INFO STEP 1011 (remove_files) COMPLETE
83762026-08-25T20:04:29.729Z[ recovery-image] Aug 25 20:04:28.585 INFO O| Aug 25 20:04:28.585 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-25T20:04:29.738Z[ recovery-image] Aug 25 20:04:28.597 INFO O| Aug 25 20:04:28.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83782026-08-25T20:04:29.738Z[ recovery-image] Aug 25 20:04:28.597 INFO O| Aug 25 20:04:28.597 INFO STEP 1012 (remove_files) COMPLETE
83792026-08-25T20:04:29.738Z[ recovery-image] Aug 25 20:04:28.597 INFO O| Aug 25 20:04:28.597 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-25T20:04:29.746Z[ recovery-image] Aug 25 20:04:28.607 INFO O| Aug 25 20:04:28.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83812026-08-25T20:04:29.747Z[ recovery-image] Aug 25 20:04:28.607 INFO O| Aug 25 20:04:28.607 INFO STEP 1013 (remove_files) COMPLETE
83822026-08-25T20:04:29.747Z[ recovery-image] Aug 25 20:04:28.607 INFO O| Aug 25 20:04:28.607 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-25T20:04:29.756Z[ recovery-image] Aug 25 20:04:28.616 INFO O| Aug 25 20:04:28.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83842026-08-25T20:04:29.756Z[ recovery-image] Aug 25 20:04:28.616 INFO O| Aug 25 20:04:28.616 INFO STEP 1014 (remove_files) COMPLETE
83852026-08-25T20:04:29.756Z[ recovery-image] Aug 25 20:04:28.616 INFO O| Aug 25 20:04:28.616 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-25T20:04:29.767Z[ recovery-image] Aug 25 20:04:28.626 INFO O| Aug 25 20:04:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83872026-08-25T20:04:29.768Z[ recovery-image] Aug 25 20:04:28.626 INFO O| Aug 25 20:04:28.626 INFO STEP 1015 (remove_files) COMPLETE
83882026-08-25T20:04:29.768Z[ recovery-image] Aug 25 20:04:28.626 INFO O| Aug 25 20:04:28.626 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-25T20:04:29.774Z[ recovery-image] Aug 25 20:04:28.634 INFO O| Aug 25 20:04:28.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83902026-08-25T20:04:29.775Z[ recovery-image] Aug 25 20:04:28.634 INFO O| Aug 25 20:04:28.634 INFO STEP 1016 (remove_files) COMPLETE
83912026-08-25T20:04:29.775Z[ recovery-image] Aug 25 20:04:28.634 INFO O| Aug 25 20:04:28.634 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-25T20:04:29.782Z[ recovery-image] Aug 25 20:04:28.642 INFO O| Aug 25 20:04:28.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83932026-08-25T20:04:29.782Z[ recovery-image] Aug 25 20:04:28.642 INFO O| Aug 25 20:04:28.642 INFO STEP 1017 (remove_files) COMPLETE
83942026-08-25T20:04:29.786Z[ recovery-image] Aug 25 20:04:28.642 INFO O| Aug 25 20:04:28.642 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-25T20:04:29.791Z[ recovery-image] Aug 25 20:04:28.651 INFO O| Aug 25 20:04:28.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83962026-08-25T20:04:29.791Z[ recovery-image] Aug 25 20:04:28.651 INFO O| Aug 25 20:04:28.651 INFO STEP 1018 (remove_files) COMPLETE
83972026-08-25T20:04:29.791Z[ recovery-image] Aug 25 20:04:28.651 INFO O| Aug 25 20:04:28.651 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-25T20:04:29.800Z[ recovery-image] Aug 25 20:04:28.660 INFO O| Aug 25 20:04:28.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83992026-08-25T20:04:29.800Z[ recovery-image] Aug 25 20:04:28.660 INFO O| Aug 25 20:04:28.660 INFO STEP 1019 (remove_files) COMPLETE
84002026-08-25T20:04:29.801Z[ recovery-image] Aug 25 20:04:28.660 INFO O| Aug 25 20:04:28.660 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-25T20:04:29.811Z[ recovery-image] Aug 25 20:04:28.671 INFO O| Aug 25 20:04:28.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84022026-08-25T20:04:29.811Z[ recovery-image] Aug 25 20:04:28.671 INFO O| Aug 25 20:04:28.671 INFO STEP 1020 (remove_files) COMPLETE
84032026-08-25T20:04:29.815Z[ recovery-image] Aug 25 20:04:28.671 INFO O| Aug 25 20:04:28.671 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-25T20:04:29.819Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
84052026-08-25T20:04:29.824Z[ recovery-image] Aug 25 20:04:28.680 INFO O| Aug 25 20:04:28.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84062026-08-25T20:04:29.824Z[ recovery-image] Aug 25 20:04:28.680 INFO O| Aug 25 20:04:28.680 INFO STEP 1021 (remove_files) COMPLETE
84072026-08-25T20:04:29.824Z[ recovery-image] Aug 25 20:04:28.680 INFO O| Aug 25 20:04:28.680 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-25T20:04:29.830Z[ recovery-image] Aug 25 20:04:28.690 INFO O| Aug 25 20:04:28.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84092026-08-25T20:04:29.830Z[ recovery-image] Aug 25 20:04:28.690 INFO O| Aug 25 20:04:28.690 INFO STEP 1022 (remove_files) COMPLETE
84102026-08-25T20:04:29.833Z[ recovery-image] Aug 25 20:04:28.690 INFO O| Aug 25 20:04:28.690 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-25T20:04:29.839Z[ recovery-image] Aug 25 20:04:28.699 INFO O| Aug 25 20:04:28.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84122026-08-25T20:04:29.839Z[ recovery-image] Aug 25 20:04:28.699 INFO O| Aug 25 20:04:28.699 INFO STEP 1023 (remove_files) COMPLETE
84132026-08-25T20:04:29.843Z[ recovery-image] Aug 25 20:04:28.699 INFO O| Aug 25 20:04:28.699 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-25T20:04:29.848Z[ recovery-image] Aug 25 20:04:28.708 INFO O| Aug 25 20:04:28.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84152026-08-25T20:04:29.848Z[ recovery-image] Aug 25 20:04:28.708 INFO O| Aug 25 20:04:28.708 INFO STEP 1024 (remove_files) COMPLETE
84162026-08-25T20:04:29.852Z[ recovery-image] Aug 25 20:04:28.708 INFO O| Aug 25 20:04:28.708 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-25T20:04:29.857Z[ recovery-image] Aug 25 20:04:28.717 INFO O| Aug 25 20:04:28.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84182026-08-25T20:04:29.857Z[ recovery-image] Aug 25 20:04:28.717 INFO O| Aug 25 20:04:28.717 INFO STEP 1025 (remove_files) COMPLETE
84192026-08-25T20:04:29.861Z[ recovery-image] Aug 25 20:04:28.717 INFO O| Aug 25 20:04:28.717 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-25T20:04:29.861Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
84212026-08-25T20:04:29.867Z[ recovery-image] Aug 25 20:04:28.727 INFO O| Aug 25 20:04:28.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84222026-08-25T20:04:29.867Z[ recovery-image] Aug 25 20:04:28.727 INFO O| Aug 25 20:04:28.727 INFO STEP 1026 (remove_files) COMPLETE
84232026-08-25T20:04:29.874Z[ recovery-image] Aug 25 20:04:28.727 INFO O| Aug 25 20:04:28.727 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-25T20:04:29.878Z[ recovery-image] Aug 25 20:04:28.736 INFO O| Aug 25 20:04:28.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84252026-08-25T20:04:29.879Z[ recovery-image] Aug 25 20:04:28.736 INFO O| Aug 25 20:04:28.736 INFO STEP 1027 (remove_files) COMPLETE
84262026-08-25T20:04:29.879Z[ recovery-image] Aug 25 20:04:28.736 INFO O| Aug 25 20:04:28.736 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-25T20:04:29.889Z[ recovery-image] Aug 25 20:04:28.747 INFO O| Aug 25 20:04:28.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84282026-08-25T20:04:29.889Z[ recovery-image] Aug 25 20:04:28.747 INFO O| Aug 25 20:04:28.747 INFO STEP 1028 (remove_files) COMPLETE
84292026-08-25T20:04:29.893Z[ recovery-image] Aug 25 20:04:28.747 INFO O| Aug 25 20:04:28.747 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-25T20:04:29.897Z[ recovery-image] Aug 25 20:04:28.757 INFO O| Aug 25 20:04:28.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84312026-08-25T20:04:29.897Z[ recovery-image] Aug 25 20:04:28.757 INFO O| Aug 25 20:04:28.757 INFO STEP 1029 (remove_files) COMPLETE
84322026-08-25T20:04:29.900Z[ recovery-image] Aug 25 20:04:28.757 INFO O| Aug 25 20:04:28.757 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-25T20:04:29.907Z[ recovery-image] Aug 25 20:04:28.767 INFO O| Aug 25 20:04:28.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84342026-08-25T20:04:29.907Z[ recovery-image] Aug 25 20:04:28.767 INFO O| Aug 25 20:04:28.767 INFO STEP 1030 (remove_files) COMPLETE
84352026-08-25T20:04:29.911Z[ recovery-image] Aug 25 20:04:28.767 INFO O| Aug 25 20:04:28.767 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-25T20:04:29.917Z[ recovery-image] Aug 25 20:04:28.777 INFO O| Aug 25 20:04:28.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84372026-08-25T20:04:29.917Z[ recovery-image] Aug 25 20:04:28.777 INFO O| Aug 25 20:04:28.777 INFO STEP 1031 (remove_files) COMPLETE
84382026-08-25T20:04:29.917Z[ recovery-image] Aug 25 20:04:28.777 INFO O| Aug 25 20:04:28.777 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-25T20:04:29.927Z[ recovery-image] Aug 25 20:04:28.786 INFO O| Aug 25 20:04:28.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84402026-08-25T20:04:29.927Z[ recovery-image] Aug 25 20:04:28.786 INFO O| Aug 25 20:04:28.786 INFO STEP 1032 (remove_files) COMPLETE
84412026-08-25T20:04:29.927Z[ recovery-image] Aug 25 20:04:28.786 INFO O| Aug 25 20:04:28.786 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-25T20:04:29.937Z[ recovery-image] Aug 25 20:04:28.796 INFO O| Aug 25 20:04:28.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84432026-08-25T20:04:29.937Z[ recovery-image] Aug 25 20:04:28.796 INFO O| Aug 25 20:04:28.796 INFO STEP 1033 (remove_files) COMPLETE
84442026-08-25T20:04:29.942Z[ recovery-image] Aug 25 20:04:28.796 INFO O| Aug 25 20:04:28.796 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-25T20:04:29.946Z[ recovery-image] Aug 25 20:04:28.805 INFO O| Aug 25 20:04:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84462026-08-25T20:04:29.947Z[ recovery-image] Aug 25 20:04:28.805 INFO O| Aug 25 20:04:28.805 INFO STEP 1034 (remove_files) COMPLETE
84472026-08-25T20:04:29.947Z[ recovery-image] Aug 25 20:04:28.805 INFO O| Aug 25 20:04:28.805 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-25T20:04:29.956Z[ recovery-image] Aug 25 20:04:28.814 INFO O| Aug 25 20:04:28.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84492026-08-25T20:04:29.956Z[ recovery-image] Aug 25 20:04:28.814 INFO O| Aug 25 20:04:28.814 INFO STEP 1035 (remove_files) COMPLETE
84502026-08-25T20:04:29.956Z[ recovery-image] Aug 25 20:04:28.814 INFO O| Aug 25 20:04:28.814 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-25T20:04:29.963Z[ recovery-image] Aug 25 20:04:28.823 INFO O| Aug 25 20:04:28.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84522026-08-25T20:04:29.964Z[ recovery-image] Aug 25 20:04:28.824 INFO O| Aug 25 20:04:28.824 INFO STEP 1036 (remove_files) COMPLETE
84532026-08-25T20:04:29.967Z[ recovery-image] Aug 25 20:04:28.824 INFO O| Aug 25 20:04:28.824 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-25T20:04:29.973Z[ recovery-image] Aug 25 20:04:28.833 INFO O| Aug 25 20:04:28.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84552026-08-25T20:04:29.973Z[ recovery-image] Aug 25 20:04:28.833 INFO O| Aug 25 20:04:28.833 INFO STEP 1037 (remove_files) COMPLETE
84562026-08-25T20:04:29.976Z[ recovery-image] Aug 25 20:04:28.833 INFO O| Aug 25 20:04:28.833 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-25T20:04:29.981Z[ recovery-image] Aug 25 20:04:28.841 INFO O| Aug 25 20:04:28.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84582026-08-25T20:04:29.982Z[ recovery-image] Aug 25 20:04:28.841 INFO O| Aug 25 20:04:28.841 INFO STEP 1038 (remove_files) COMPLETE
84592026-08-25T20:04:29.986Z[ recovery-image] Aug 25 20:04:28.841 INFO O| Aug 25 20:04:28.841 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-25T20:04:29.992Z[ recovery-image] Aug 25 20:04:28.851 INFO O| Aug 25 20:04:28.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84612026-08-25T20:04:29.992Z[ recovery-image] Aug 25 20:04:28.851 INFO O| Aug 25 20:04:28.851 INFO STEP 1039 (remove_files) COMPLETE
84622026-08-25T20:04:29.992Z[ recovery-image] Aug 25 20:04:28.851 INFO O| Aug 25 20:04:28.851 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-25T20:04:30.001Z[ recovery-image] Aug 25 20:04:28.860 INFO O| Aug 25 20:04:28.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84642026-08-25T20:04:30.001Z[ recovery-image] Aug 25 20:04:28.860 INFO O| Aug 25 20:04:28.860 INFO STEP 1040 (remove_files) COMPLETE
84652026-08-25T20:04:30.005Z[ recovery-image] Aug 25 20:04:28.860 INFO O| Aug 25 20:04:28.860 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-25T20:04:30.010Z[ recovery-image] Aug 25 20:04:28.870 INFO O| Aug 25 20:04:28.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84672026-08-25T20:04:30.010Z[ recovery-image] Aug 25 20:04:28.870 INFO O| Aug 25 20:04:28.870 INFO STEP 1041 (remove_files) COMPLETE
84682026-08-25T20:04:30.015Z[ recovery-image] Aug 25 20:04:28.870 INFO O| Aug 25 20:04:28.870 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-25T20:04:30.020Z[ recovery-image] Aug 25 20:04:28.880 INFO O| Aug 25 20:04:28.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84702026-08-25T20:04:30.020Z[ recovery-image] Aug 25 20:04:28.880 INFO O| Aug 25 20:04:28.880 INFO STEP 1042 (remove_files) COMPLETE
84712026-08-25T20:04:30.020Z[ recovery-image] Aug 25 20:04:28.880 INFO O| Aug 25 20:04:28.880 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-25T20:04:30.033Z[ recovery-image] Aug 25 20:04:28.889 INFO O| Aug 25 20:04:28.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84732026-08-25T20:04:30.033Z[ recovery-image] Aug 25 20:04:28.889 INFO O| Aug 25 20:04:28.889 INFO STEP 1043 (remove_files) COMPLETE
84742026-08-25T20:04:30.033Z[ recovery-image] Aug 25 20:04:28.889 INFO O| Aug 25 20:04:28.889 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-25T20:04:30.038Z[ recovery-image] Aug 25 20:04:28.898 INFO O| Aug 25 20:04:28.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84762026-08-25T20:04:30.038Z[ recovery-image] Aug 25 20:04:28.898 INFO O| Aug 25 20:04:28.898 INFO STEP 1044 (remove_files) COMPLETE
84772026-08-25T20:04:30.038Z[ recovery-image] Aug 25 20:04:28.898 INFO O| Aug 25 20:04:28.898 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-25T20:04:30.048Z[ recovery-image] Aug 25 20:04:28.908 INFO O| Aug 25 20:04:28.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84792026-08-25T20:04:30.048Z[ recovery-image] Aug 25 20:04:28.908 INFO O| Aug 25 20:04:28.908 INFO STEP 1045 (remove_files) COMPLETE
84802026-08-25T20:04:30.048Z[ recovery-image] Aug 25 20:04:28.908 INFO O| Aug 25 20:04:28.908 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-25T20:04:30.058Z[ recovery-image] Aug 25 20:04:28.918 INFO O| Aug 25 20:04:28.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84822026-08-25T20:04:30.058Z[ recovery-image] Aug 25 20:04:28.918 INFO O| Aug 25 20:04:28.918 INFO STEP 1046 (remove_files) COMPLETE
84832026-08-25T20:04:30.058Z[ recovery-image] Aug 25 20:04:28.918 INFO O| Aug 25 20:04:28.918 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-25T20:04:30.070Z[ recovery-image] Aug 25 20:04:28.929 INFO O| Aug 25 20:04:28.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84852026-08-25T20:04:30.070Z[ recovery-image] Aug 25 20:04:28.929 INFO O| Aug 25 20:04:28.929 INFO STEP 1047 (remove_files) COMPLETE
84862026-08-25T20:04:30.070Z[ recovery-image] Aug 25 20:04:28.929 INFO O| Aug 25 20:04:28.929 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-25T20:04:30.080Z[ recovery-image] Aug 25 20:04:28.940 INFO O| Aug 25 20:04:28.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84882026-08-25T20:04:30.080Z[ recovery-image] Aug 25 20:04:28.940 INFO O| Aug 25 20:04:28.940 INFO STEP 1048 (remove_files) COMPLETE
84892026-08-25T20:04:30.080Z[ recovery-image] Aug 25 20:04:28.940 INFO O| Aug 25 20:04:28.940 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-25T20:04:30.090Z[ recovery-image] Aug 25 20:04:28.950 INFO O| Aug 25 20:04:28.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84912026-08-25T20:04:30.090Z[ recovery-image] Aug 25 20:04:28.950 INFO O| Aug 25 20:04:28.950 INFO STEP 1049 (remove_files) COMPLETE
84922026-08-25T20:04:30.090Z[ recovery-image] Aug 25 20:04:28.950 INFO O| Aug 25 20:04:28.950 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-25T20:04:30.102Z[ recovery-image] Aug 25 20:04:28.960 INFO O| Aug 25 20:04:28.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84942026-08-25T20:04:30.105Z[ recovery-image] Aug 25 20:04:28.961 INFO O| Aug 25 20:04:28.961 INFO STEP 1050 (remove_files) COMPLETE
84952026-08-25T20:04:30.106Z[ recovery-image] Aug 25 20:04:28.961 INFO O| Aug 25 20:04:28.961 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-25T20:04:30.110Z[ recovery-image] Aug 25 20:04:28.971 INFO O| Aug 25 20:04:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84972026-08-25T20:04:30.111Z[ recovery-image] Aug 25 20:04:28.971 INFO O| Aug 25 20:04:28.971 INFO STEP 1051 (remove_files) COMPLETE
84982026-08-25T20:04:30.111Z[ recovery-image] Aug 25 20:04:28.971 INFO O| Aug 25 20:04:28.971 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-25T20:04:30.125Z[ recovery-image] Aug 25 20:04:28.985 INFO O| Aug 25 20:04:28.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85002026-08-25T20:04:30.125Z[ recovery-image] Aug 25 20:04:28.985 INFO O| Aug 25 20:04:28.985 INFO STEP 1052 (remove_files) COMPLETE
85012026-08-25T20:04:30.125Z[ recovery-image] Aug 25 20:04:28.985 INFO O| Aug 25 20:04:28.985 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-25T20:04:30.135Z[ recovery-image] Aug 25 20:04:28.995 INFO O| Aug 25 20:04:28.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85032026-08-25T20:04:30.135Z[ recovery-image] Aug 25 20:04:28.995 INFO O| Aug 25 20:04:28.995 INFO STEP 1053 (remove_files) COMPLETE
85042026-08-25T20:04:30.136Z[ recovery-image] Aug 25 20:04:28.995 INFO O| Aug 25 20:04:28.995 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-25T20:04:30.146Z[ recovery-image] Aug 25 20:04:29.006 INFO O| Aug 25 20:04:29.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85062026-08-25T20:04:30.146Z[ recovery-image] Aug 25 20:04:29.006 INFO O| Aug 25 20:04:29.006 INFO STEP 1054 (remove_files) COMPLETE
85072026-08-25T20:04:30.146Z[ recovery-image] Aug 25 20:04:29.006 INFO O| Aug 25 20:04:29.006 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-25T20:04:30.156Z[ recovery-image] Aug 25 20:04:29.016 INFO O| Aug 25 20:04:29.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85092026-08-25T20:04:30.156Z[ recovery-image] Aug 25 20:04:29.016 INFO O| Aug 25 20:04:29.016 INFO STEP 1055 (remove_files) COMPLETE
85102026-08-25T20:04:30.160Z[ recovery-image] Aug 25 20:04:29.016 INFO O| Aug 25 20:04:29.016 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-25T20:04:30.165Z[ recovery-image] Aug 25 20:04:29.025 INFO O| Aug 25 20:04:29.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85122026-08-25T20:04:30.165Z[ recovery-image] Aug 25 20:04:29.025 INFO O| Aug 25 20:04:29.025 INFO STEP 1056 (remove_files) COMPLETE
85132026-08-25T20:04:30.166Z[ recovery-image] Aug 25 20:04:29.025 INFO O| Aug 25 20:04:29.025 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-25T20:04:30.176Z[ recovery-image] Aug 25 20:04:29.035 INFO O| Aug 25 20:04:29.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85152026-08-25T20:04:30.176Z[ recovery-image] Aug 25 20:04:29.035 INFO O| Aug 25 20:04:29.035 INFO STEP 1057 (remove_files) COMPLETE
85162026-08-25T20:04:30.176Z[ recovery-image] Aug 25 20:04:29.035 INFO O| Aug 25 20:04:29.035 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-25T20:04:30.186Z[ recovery-image] Aug 25 20:04:29.046 INFO O| Aug 25 20:04:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85182026-08-25T20:04:30.187Z[ recovery-image] Aug 25 20:04:29.046 INFO O| Aug 25 20:04:29.046 INFO STEP 1058 (remove_files) COMPLETE
85192026-08-25T20:04:30.187Z[ recovery-image] Aug 25 20:04:29.046 INFO O| Aug 25 20:04:29.046 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-25T20:04:30.198Z[ recovery-image] Aug 25 20:04:29.057 INFO O| Aug 25 20:04:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85212026-08-25T20:04:30.198Z[ recovery-image] Aug 25 20:04:29.057 INFO O| Aug 25 20:04:29.057 INFO STEP 1059 (remove_files) COMPLETE
85222026-08-25T20:04:30.198Z[ recovery-image] Aug 25 20:04:29.057 INFO O| Aug 25 20:04:29.057 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-25T20:04:30.207Z[ recovery-image] Aug 25 20:04:29.067 INFO O| Aug 25 20:04:29.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85242026-08-25T20:04:30.207Z[ recovery-image] Aug 25 20:04:29.067 INFO O| Aug 25 20:04:29.067 INFO STEP 1060 (remove_files) COMPLETE
85252026-08-25T20:04:30.211Z[ recovery-image] Aug 25 20:04:29.067 INFO O| Aug 25 20:04:29.067 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-25T20:04:30.216Z[ recovery-image] Aug 25 20:04:29.076 INFO O| Aug 25 20:04:29.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85272026-08-25T20:04:30.216Z[ recovery-image] Aug 25 20:04:29.076 INFO O| Aug 25 20:04:29.076 INFO STEP 1061 (remove_files) COMPLETE
85282026-08-25T20:04:30.216Z[ recovery-image] Aug 25 20:04:29.076 INFO O| Aug 25 20:04:29.076 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-25T20:04:30.225Z[ recovery-image] Aug 25 20:04:29.085 INFO O| Aug 25 20:04:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85302026-08-25T20:04:30.225Z[ recovery-image] Aug 25 20:04:29.085 INFO O| Aug 25 20:04:29.085 INFO STEP 1062 (remove_files) COMPLETE
85312026-08-25T20:04:30.229Z[ recovery-image] Aug 25 20:04:29.085 INFO O| Aug 25 20:04:29.085 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-25T20:04:30.234Z[ recovery-image] Aug 25 20:04:29.094 INFO O| Aug 25 20:04:29.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85332026-08-25T20:04:30.234Z[ recovery-image] Aug 25 20:04:29.095 INFO O| Aug 25 20:04:29.095 INFO STEP 1063 (remove_files) COMPLETE
85342026-08-25T20:04:30.238Z[ recovery-image] Aug 25 20:04:29.095 INFO O| Aug 25 20:04:29.095 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-25T20:04:30.243Z[ recovery-image] Aug 25 20:04:29.103 INFO O| Aug 25 20:04:29.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85362026-08-25T20:04:30.244Z[ recovery-image] Aug 25 20:04:29.103 INFO O| Aug 25 20:04:29.103 INFO STEP 1064 (remove_files) COMPLETE
85372026-08-25T20:04:30.247Z[ recovery-image] Aug 25 20:04:29.103 INFO O| Aug 25 20:04:29.103 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-25T20:04:30.253Z[ recovery-image] Aug 25 20:04:29.114 INFO O| Aug 25 20:04:29.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85392026-08-25T20:04:30.253Z[ recovery-image] Aug 25 20:04:29.114 INFO O| Aug 25 20:04:29.114 INFO STEP 1065 (remove_files) COMPLETE
85402026-08-25T20:04:30.254Z[ recovery-image] Aug 25 20:04:29.114 INFO O| Aug 25 20:04:29.114 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-25T20:04:30.265Z[ recovery-image] Aug 25 20:04:29.125 INFO O| Aug 25 20:04:29.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85422026-08-25T20:04:30.265Z[ recovery-image] Aug 25 20:04:29.125 INFO O| Aug 25 20:04:29.125 INFO STEP 1066 (remove_files) COMPLETE
85432026-08-25T20:04:30.265Z[ recovery-image] Aug 25 20:04:29.125 INFO O| Aug 25 20:04:29.125 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-25T20:04:30.276Z[ recovery-image] Aug 25 20:04:29.136 INFO O| Aug 25 20:04:29.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85452026-08-25T20:04:30.276Z[ recovery-image] Aug 25 20:04:29.136 INFO O| Aug 25 20:04:29.136 INFO STEP 1067 (remove_files) COMPLETE
85462026-08-25T20:04:30.276Z[ recovery-image] Aug 25 20:04:29.136 INFO O| Aug 25 20:04:29.136 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-25T20:04:30.331Z[ recovery-image] Aug 25 20:04:29.147 INFO O| Aug 25 20:04:29.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85482026-08-25T20:04:30.331Z[ recovery-image] Aug 25 20:04:29.147 INFO O| Aug 25 20:04:29.147 INFO STEP 1068 (remove_files) COMPLETE
85492026-08-25T20:04:30.340Z[ recovery-image] Aug 25 20:04:29.147 INFO O| Aug 25 20:04:29.147 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-25T20:04:30.340Z[ recovery-image] Aug 25 20:04:29.158 INFO O| Aug 25 20:04:29.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85512026-08-25T20:04:30.340Z[ recovery-image] Aug 25 20:04:29.158 INFO O| Aug 25 20:04:29.158 INFO STEP 1069 (remove_files) COMPLETE
85522026-08-25T20:04:30.340Z[ recovery-image] Aug 25 20:04:29.158 INFO O| Aug 25 20:04:29.158 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-25T20:04:30.340Z[ recovery-image] Aug 25 20:04:29.168 INFO O| Aug 25 20:04:29.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85542026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.168 INFO O| Aug 25 20:04:29.168 INFO STEP 1070 (remove_files) COMPLETE
85552026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.168 INFO O| Aug 25 20:04:29.168 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.180 INFO O| Aug 25 20:04:29.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85572026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.180 INFO O| Aug 25 20:04:29.180 INFO STEP 1071 (remove_files) COMPLETE
85582026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.180 INFO O| Aug 25 20:04:29.180 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.190 INFO O| Aug 25 20:04:29.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85602026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.191 INFO O| Aug 25 20:04:29.191 INFO STEP 1072 (remove_files) COMPLETE
85612026-08-25T20:04:30.341Z[ recovery-image] Aug 25 20:04:29.191 INFO O| Aug 25 20:04:29.191 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-25T20:04:30.345Z[ recovery-image] Aug 25 20:04:29.201 INFO O| Aug 25 20:04:29.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85632026-08-25T20:04:30.345Z[ recovery-image] Aug 25 20:04:29.201 INFO O| Aug 25 20:04:29.201 INFO STEP 1073 (remove_files) COMPLETE
85642026-08-25T20:04:30.345Z[ recovery-image] Aug 25 20:04:29.201 INFO O| Aug 25 20:04:29.201 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-25T20:04:30.351Z[ recovery-image] Aug 25 20:04:29.211 INFO O| Aug 25 20:04:29.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85662026-08-25T20:04:30.352Z[ recovery-image] Aug 25 20:04:29.211 INFO O| Aug 25 20:04:29.211 INFO STEP 1074 (remove_files) COMPLETE
85672026-08-25T20:04:30.352Z[ recovery-image] Aug 25 20:04:29.211 INFO O| Aug 25 20:04:29.211 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-25T20:04:30.363Z[ recovery-image] Aug 25 20:04:29.222 INFO O| Aug 25 20:04:29.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85692026-08-25T20:04:30.363Z[ recovery-image] Aug 25 20:04:29.223 INFO O| Aug 25 20:04:29.223 INFO STEP 1075 (remove_files) COMPLETE
85702026-08-25T20:04:30.363Z[ recovery-image] Aug 25 20:04:29.223 INFO O| Aug 25 20:04:29.223 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-25T20:04:30.374Z[ recovery-image] Aug 25 20:04:29.234 INFO O| Aug 25 20:04:29.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85722026-08-25T20:04:30.374Z[ recovery-image] Aug 25 20:04:29.234 INFO O| Aug 25 20:04:29.234 INFO STEP 1076 (remove_files) COMPLETE
85732026-08-25T20:04:30.378Z[ recovery-image] Aug 25 20:04:29.234 INFO O| Aug 25 20:04:29.234 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-25T20:04:30.387Z[ recovery-image] Aug 25 20:04:29.245 INFO O| Aug 25 20:04:29.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85752026-08-25T20:04:30.388Z[ recovery-image] Aug 25 20:04:29.245 INFO O| Aug 25 20:04:29.245 INFO STEP 1077 (remove_files) COMPLETE
85762026-08-25T20:04:30.388Z[ recovery-image] Aug 25 20:04:29.245 INFO O| Aug 25 20:04:29.245 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-25T20:04:30.396Z[ recovery-image] Aug 25 20:04:29.256 INFO O| Aug 25 20:04:29.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85782026-08-25T20:04:30.397Z[ recovery-image] Aug 25 20:04:29.256 INFO O| Aug 25 20:04:29.256 INFO STEP 1078 (remove_files) COMPLETE
85792026-08-25T20:04:30.397Z[ recovery-image] Aug 25 20:04:29.256 INFO O| Aug 25 20:04:29.256 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-25T20:04:30.407Z[ recovery-image] Aug 25 20:04:29.267 INFO O| Aug 25 20:04:29.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85812026-08-25T20:04:30.408Z[ recovery-image] Aug 25 20:04:29.268 INFO O| Aug 25 20:04:29.268 INFO STEP 1079 (remove_files) COMPLETE
85822026-08-25T20:04:30.412Z[ recovery-image] Aug 25 20:04:29.268 INFO O| Aug 25 20:04:29.268 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-25T20:04:30.418Z[ recovery-image] Aug 25 20:04:29.278 INFO O| Aug 25 20:04:29.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85842026-08-25T20:04:30.418Z[ recovery-image] Aug 25 20:04:29.278 INFO O| Aug 25 20:04:29.278 INFO STEP 1080 (remove_files) COMPLETE
85852026-08-25T20:04:30.418Z[ recovery-image] Aug 25 20:04:29.278 INFO O| Aug 25 20:04:29.278 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-25T20:04:30.428Z[ recovery-image] Aug 25 20:04:29.289 INFO O| Aug 25 20:04:29.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85872026-08-25T20:04:30.429Z[ recovery-image] Aug 25 20:04:29.289 INFO O| Aug 25 20:04:29.289 INFO STEP 1081 (remove_files) COMPLETE
85882026-08-25T20:04:30.429Z[ recovery-image] Aug 25 20:04:29.289 INFO O| Aug 25 20:04:29.289 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-25T20:04:30.439Z[ recovery-image] Aug 25 20:04:29.298 INFO O| Aug 25 20:04:29.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85902026-08-25T20:04:30.439Z[ recovery-image] Aug 25 20:04:29.298 INFO O| Aug 25 20:04:29.298 INFO STEP 1082 (remove_files) COMPLETE
85912026-08-25T20:04:30.443Z[ recovery-image] Aug 25 20:04:29.298 INFO O| Aug 25 20:04:29.298 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-25T20:04:30.449Z[ recovery-image] Aug 25 20:04:29.309 INFO O| Aug 25 20:04:29.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85932026-08-25T20:04:30.449Z[ recovery-image] Aug 25 20:04:29.309 INFO O| Aug 25 20:04:29.309 INFO STEP 1083 (remove_files) COMPLETE
85942026-08-25T20:04:30.449Z[ recovery-image] Aug 25 20:04:29.309 INFO O| Aug 25 20:04:29.309 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-25T20:04:30.460Z[ recovery-image] Aug 25 20:04:29.319 INFO O| Aug 25 20:04:29.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85962026-08-25T20:04:30.460Z[ recovery-image] Aug 25 20:04:29.319 INFO O| Aug 25 20:04:29.319 INFO STEP 1084 (remove_files) COMPLETE
85972026-08-25T20:04:30.460Z[ recovery-image] Aug 25 20:04:29.319 INFO O| Aug 25 20:04:29.319 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-25T20:04:30.468Z[ recovery-image] Aug 25 20:04:29.328 INFO O| Aug 25 20:04:29.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85992026-08-25T20:04:30.468Z[ recovery-image] Aug 25 20:04:29.328 INFO O| Aug 25 20:04:29.328 INFO STEP 1085 (remove_files) COMPLETE
86002026-08-25T20:04:30.473Z[ recovery-image] Aug 25 20:04:29.328 INFO O| Aug 25 20:04:29.328 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-25T20:04:30.481Z[ recovery-image] Aug 25 20:04:29.341 INFO O| Aug 25 20:04:29.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86022026-08-25T20:04:30.481Z[ recovery-image] Aug 25 20:04:29.341 INFO O| Aug 25 20:04:29.341 INFO STEP 1086 (remove_files) COMPLETE
86032026-08-25T20:04:30.482Z[ recovery-image] Aug 25 20:04:29.341 INFO O| Aug 25 20:04:29.341 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-25T20:04:30.491Z[ recovery-image] Aug 25 20:04:29.351 INFO O| Aug 25 20:04:29.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86052026-08-25T20:04:30.491Z[ recovery-image] Aug 25 20:04:29.351 INFO O| Aug 25 20:04:29.351 INFO STEP 1087 (remove_files) COMPLETE
86062026-08-25T20:04:30.491Z[ recovery-image] Aug 25 20:04:29.351 INFO O| Aug 25 20:04:29.351 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-25T20:04:30.500Z[ recovery-image] Aug 25 20:04:29.360 INFO O| Aug 25 20:04:29.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86082026-08-25T20:04:30.500Z[ recovery-image] Aug 25 20:04:29.360 INFO O| Aug 25 20:04:29.360 INFO STEP 1088 (remove_files) COMPLETE
86092026-08-25T20:04:30.504Z[ recovery-image] Aug 25 20:04:29.360 INFO O| Aug 25 20:04:29.360 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-25T20:04:30.509Z[ recovery-image] Aug 25 20:04:29.369 INFO O| Aug 25 20:04:29.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86112026-08-25T20:04:30.509Z[ recovery-image] Aug 25 20:04:29.369 INFO O| Aug 25 20:04:29.369 INFO STEP 1089 (remove_files) COMPLETE
86122026-08-25T20:04:30.513Z[ recovery-image] Aug 25 20:04:29.369 INFO O| Aug 25 20:04:29.369 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-25T20:04:30.518Z[ recovery-image] Aug 25 20:04:29.378 INFO O| Aug 25 20:04:29.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86142026-08-25T20:04:30.518Z[ recovery-image] Aug 25 20:04:29.378 INFO O| Aug 25 20:04:29.378 INFO STEP 1090 (remove_files) COMPLETE
86152026-08-25T20:04:30.518Z[ recovery-image] Aug 25 20:04:29.378 INFO O| Aug 25 20:04:29.378 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-25T20:04:30.527Z[ recovery-image] Aug 25 20:04:29.387 INFO O| Aug 25 20:04:29.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86172026-08-25T20:04:30.527Z[ recovery-image] Aug 25 20:04:29.387 INFO O| Aug 25 20:04:29.387 INFO STEP 1091 (remove_files) COMPLETE
86182026-08-25T20:04:30.528Z[ recovery-image] Aug 25 20:04:29.387 INFO O| Aug 25 20:04:29.387 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-25T20:04:30.536Z[ recovery-image] Aug 25 20:04:29.396 INFO O| Aug 25 20:04:29.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86202026-08-25T20:04:30.536Z[ recovery-image] Aug 25 20:04:29.396 INFO O| Aug 25 20:04:29.396 INFO STEP 1092 (remove_files) COMPLETE
86212026-08-25T20:04:30.536Z[ recovery-image] Aug 25 20:04:29.396 INFO O| Aug 25 20:04:29.396 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-25T20:04:30.544Z[ recovery-image] Aug 25 20:04:29.404 INFO O| Aug 25 20:04:29.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86232026-08-25T20:04:30.544Z[ recovery-image] Aug 25 20:04:29.405 INFO O| Aug 25 20:04:29.405 INFO STEP 1093 (remove_files) COMPLETE
86242026-08-25T20:04:30.547Z[ recovery-image] Aug 25 20:04:29.405 INFO O| Aug 25 20:04:29.405 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-25T20:04:30.556Z[ recovery-image] Aug 25 20:04:29.416 INFO O| Aug 25 20:04:29.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86262026-08-25T20:04:30.556Z[ recovery-image] Aug 25 20:04:29.416 INFO O| Aug 25 20:04:29.416 INFO STEP 1094 (remove_files) COMPLETE
86272026-08-25T20:04:30.556Z[ recovery-image] Aug 25 20:04:29.416 INFO O| Aug 25 20:04:29.416 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-25T20:04:30.567Z[ recovery-image] Aug 25 20:04:29.425 INFO O| Aug 25 20:04:29.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86292026-08-25T20:04:30.568Z[ recovery-image] Aug 25 20:04:29.425 INFO O| Aug 25 20:04:29.425 INFO STEP 1095 (remove_files) COMPLETE
86302026-08-25T20:04:30.568Z[ recovery-image] Aug 25 20:04:29.425 INFO O| Aug 25 20:04:29.425 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-25T20:04:30.574Z[ recovery-image] Aug 25 20:04:29.434 INFO O| Aug 25 20:04:29.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86322026-08-25T20:04:30.574Z[ recovery-image] Aug 25 20:04:29.434 INFO O| Aug 25 20:04:29.434 INFO STEP 1096 (remove_files) COMPLETE
86332026-08-25T20:04:30.574Z[ recovery-image] Aug 25 20:04:29.434 INFO O| Aug 25 20:04:29.434 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-25T20:04:30.583Z[ recovery-image] Aug 25 20:04:29.442 INFO O| Aug 25 20:04:29.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86352026-08-25T20:04:30.583Z[ recovery-image] Aug 25 20:04:29.442 INFO O| Aug 25 20:04:29.442 INFO STEP 1097 (remove_files) COMPLETE
86362026-08-25T20:04:30.583Z[ recovery-image] Aug 25 20:04:29.442 INFO O| Aug 25 20:04:29.442 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-25T20:04:30.591Z[ recovery-image] Aug 25 20:04:29.451 INFO O| Aug 25 20:04:29.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86382026-08-25T20:04:30.592Z[ recovery-image] Aug 25 20:04:29.451 INFO O| Aug 25 20:04:29.451 INFO STEP 1098 (remove_files) COMPLETE
86392026-08-25T20:04:30.592Z[ recovery-image] Aug 25 20:04:29.451 INFO O| Aug 25 20:04:29.451 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-25T20:04:30.600Z[ recovery-image] Aug 25 20:04:29.460 INFO O| Aug 25 20:04:29.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86412026-08-25T20:04:30.601Z[ recovery-image] Aug 25 20:04:29.460 INFO O| Aug 25 20:04:29.460 INFO STEP 1099 (remove_files) COMPLETE
86422026-08-25T20:04:30.601Z[ recovery-image] Aug 25 20:04:29.460 INFO O| Aug 25 20:04:29.460 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-25T20:04:30.609Z[ recovery-image] Aug 25 20:04:29.470 INFO O| Aug 25 20:04:29.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86442026-08-25T20:04:30.610Z[ recovery-image] Aug 25 20:04:29.470 INFO O| Aug 25 20:04:29.470 INFO STEP 1100 (remove_files) COMPLETE
86452026-08-25T20:04:30.610Z[ recovery-image] Aug 25 20:04:29.470 INFO O| Aug 25 20:04:29.470 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-25T20:04:30.619Z[ recovery-image] Aug 25 20:04:29.479 INFO O| Aug 25 20:04:29.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86472026-08-25T20:04:30.619Z[ recovery-image] Aug 25 20:04:29.479 INFO O| Aug 25 20:04:29.479 INFO STEP 1101 (remove_files) COMPLETE
86482026-08-25T20:04:30.619Z[ recovery-image] Aug 25 20:04:29.479 INFO O| Aug 25 20:04:29.479 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-25T20:04:30.629Z[ recovery-image] Aug 25 20:04:29.488 INFO O| Aug 25 20:04:29.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86502026-08-25T20:04:30.629Z[ recovery-image] Aug 25 20:04:29.488 INFO O| Aug 25 20:04:29.488 INFO STEP 1102 (remove_files) COMPLETE
86512026-08-25T20:04:30.629Z[ recovery-image] Aug 25 20:04:29.488 INFO O| Aug 25 20:04:29.488 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-25T20:04:30.639Z[ recovery-image] Aug 25 20:04:29.499 INFO O| Aug 25 20:04:29.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86532026-08-25T20:04:30.639Z[ recovery-image] Aug 25 20:04:29.499 INFO O| Aug 25 20:04:29.499 INFO STEP 1103 (remove_files) COMPLETE
86542026-08-25T20:04:30.639Z[ recovery-image] Aug 25 20:04:29.499 INFO O| Aug 25 20:04:29.499 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-25T20:04:30.648Z[ recovery-image] Aug 25 20:04:29.508 INFO O| Aug 25 20:04:29.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86562026-08-25T20:04:30.649Z[ recovery-image] Aug 25 20:04:29.508 INFO O| Aug 25 20:04:29.508 INFO STEP 1104 (remove_files) COMPLETE
86572026-08-25T20:04:30.650Z[ recovery-image] Aug 25 20:04:29.508 INFO O| Aug 25 20:04:29.508 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-25T20:04:30.656Z[ recovery-image] Aug 25 20:04:29.516 INFO O| Aug 25 20:04:29.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86592026-08-25T20:04:30.656Z[ recovery-image] Aug 25 20:04:29.516 INFO O| Aug 25 20:04:29.516 INFO STEP 1105 (remove_files) COMPLETE
86602026-08-25T20:04:30.660Z[ recovery-image] Aug 25 20:04:29.516 INFO O| Aug 25 20:04:29.516 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-25T20:04:30.664Z[ recovery-image] Aug 25 20:04:29.524 INFO O| Aug 25 20:04:29.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86622026-08-25T20:04:30.664Z[ recovery-image] Aug 25 20:04:29.524 INFO O| Aug 25 20:04:29.524 INFO STEP 1106 (remove_files) COMPLETE
86632026-08-25T20:04:30.664Z[ recovery-image] Aug 25 20:04:29.524 INFO O| Aug 25 20:04:29.524 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-25T20:04:30.672Z[ recovery-image] Aug 25 20:04:29.533 INFO O| Aug 25 20:04:29.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86652026-08-25T20:04:30.672Z[ recovery-image] Aug 25 20:04:29.533 INFO O| Aug 25 20:04:29.533 INFO STEP 1107 (remove_files) COMPLETE
86662026-08-25T20:04:30.673Z[ recovery-image] Aug 25 20:04:29.533 INFO O| Aug 25 20:04:29.533 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-25T20:04:30.681Z[ recovery-image] Aug 25 20:04:29.541 INFO O| Aug 25 20:04:29.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86682026-08-25T20:04:30.681Z[ recovery-image] Aug 25 20:04:29.541 INFO O| Aug 25 20:04:29.541 INFO STEP 1108 (remove_files) COMPLETE
86692026-08-25T20:04:30.685Z[ recovery-image] Aug 25 20:04:29.541 INFO O| Aug 25 20:04:29.541 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-25T20:04:30.692Z[ recovery-image] Aug 25 20:04:29.553 INFO O| Aug 25 20:04:29.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86712026-08-25T20:04:30.693Z[ recovery-image] Aug 25 20:04:29.553 INFO O| Aug 25 20:04:29.553 INFO STEP 1109 (remove_files) COMPLETE
86722026-08-25T20:04:30.693Z[ recovery-image] Aug 25 20:04:29.553 INFO O| Aug 25 20:04:29.553 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-25T20:04:30.704Z[ recovery-image] Aug 25 20:04:29.563 INFO O| Aug 25 20:04:29.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86742026-08-25T20:04:30.704Z[ recovery-image] Aug 25 20:04:29.563 INFO O| Aug 25 20:04:29.563 INFO STEP 1110 (remove_files) COMPLETE
86752026-08-25T20:04:30.708Z[ recovery-image] Aug 25 20:04:29.563 INFO O| Aug 25 20:04:29.563 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-25T20:04:30.716Z[ recovery-image] Aug 25 20:04:29.574 INFO O| Aug 25 20:04:29.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86772026-08-25T20:04:30.716Z[ recovery-image] Aug 25 20:04:29.574 INFO O| Aug 25 20:04:29.574 INFO STEP 1111 (remove_files) COMPLETE
86782026-08-25T20:04:30.716Z[ recovery-image] Aug 25 20:04:29.574 INFO O| Aug 25 20:04:29.574 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-25T20:04:30.725Z[ recovery-image] Aug 25 20:04:29.585 INFO O| Aug 25 20:04:29.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86802026-08-25T20:04:30.725Z[ recovery-image] Aug 25 20:04:29.585 INFO O| Aug 25 20:04:29.585 INFO STEP 1112 (remove_files) COMPLETE
86812026-08-25T20:04:30.725Z[ recovery-image] Aug 25 20:04:29.585 INFO O| Aug 25 20:04:29.585 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-25T20:04:30.737Z[ recovery-image] Aug 25 20:04:29.595 INFO O| Aug 25 20:04:29.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86832026-08-25T20:04:30.737Z[ recovery-image] Aug 25 20:04:29.595 INFO O| Aug 25 20:04:29.595 INFO STEP 1113 (remove_files) COMPLETE
86842026-08-25T20:04:30.737Z[ recovery-image] Aug 25 20:04:29.595 INFO O| Aug 25 20:04:29.595 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-25T20:04:30.747Z[ recovery-image] Aug 25 20:04:29.605 INFO O| Aug 25 20:04:29.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86862026-08-25T20:04:30.747Z[ recovery-image] Aug 25 20:04:29.605 INFO O| Aug 25 20:04:29.605 INFO STEP 1114 (remove_files) COMPLETE
86872026-08-25T20:04:30.747Z[ recovery-image] Aug 25 20:04:29.605 INFO O| Aug 25 20:04:29.605 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-25T20:04:30.754Z[ recovery-image] Aug 25 20:04:29.614 INFO O| Aug 25 20:04:29.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86892026-08-25T20:04:30.754Z[ recovery-image] Aug 25 20:04:29.614 INFO O| Aug 25 20:04:29.614 INFO STEP 1115 (remove_files) COMPLETE
86902026-08-25T20:04:30.754Z[ recovery-image] Aug 25 20:04:29.614 INFO O| Aug 25 20:04:29.614 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-25T20:04:30.764Z[ recovery-image] Aug 25 20:04:29.624 INFO O| Aug 25 20:04:29.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86922026-08-25T20:04:30.764Z[ recovery-image] Aug 25 20:04:29.624 INFO O| Aug 25 20:04:29.624 INFO STEP 1116 (remove_files) COMPLETE
86932026-08-25T20:04:30.764Z[ recovery-image] Aug 25 20:04:29.624 INFO O| Aug 25 20:04:29.624 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-25T20:04:30.776Z[ recovery-image] Aug 25 20:04:29.634 INFO O| Aug 25 20:04:29.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86952026-08-25T20:04:30.776Z[ recovery-image] Aug 25 20:04:29.634 INFO O| Aug 25 20:04:29.634 INFO STEP 1117 (remove_files) COMPLETE
86962026-08-25T20:04:30.776Z[ recovery-image] Aug 25 20:04:29.634 INFO O| Aug 25 20:04:29.634 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86972026-08-25T20:04:30.790Z[ recovery-image] Aug 25 20:04:29.650 INFO O| Aug 25 20:04:29.650 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86982026-08-25T20:04:30.790Z[ recovery-image] Aug 25 20:04:29.650 INFO O| Aug 25 20:04:29.650 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86992026-08-25T20:04:31.512Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87002026-08-25T20:04:31.580Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87012026-08-25T20:04:31.661Z[ recovery-image] Aug 25 20:04:30.519 INFO O| Aug 25 20:04:30.519 INFO STEP 1118 (pack_tar) COMPLETE
87022026-08-25T20:04:31.662Z[ recovery-image] Aug 25 20:04:30.519 INFO O| Aug 25 20:04:30.519 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87032026-08-25T20:04:31.662Z[ recovery-image] Aug 25 20:04:30.519 INFO O| Aug 25 20:04:30.519 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87042026-08-25T20:04:31.959Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87052026-08-25T20:04:32.047Z[verify-libraries] Compiling yansi v1.0.1
87062026-08-25T20:04:32.282Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87072026-08-25T20:04:32.457Z[verify-libraries] Compiling pretty_assertions v1.4.1
87082026-08-25T20:04:32.504Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87092026-08-25T20:04:32.669Z[ recovery-image] Aug 25 20:04:31.529 INFO O| Aug 25 20:04:31.529 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87102026-08-25T20:04:32.719Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87112026-08-25T20:04:32.853Z[ recovery-image] Aug 25 20:04:31.711 INFO O| Aug 25 20:04:31.711 INFO completed processing sled/ramdisk-03-recovery-trim
87122026-08-25T20:04:32.856Z[ recovery-image] Aug 25 20:04:31.714 INFO image builder template: zfs-recovery...
87132026-08-25T20:04:32.857Z[ recovery-image] Aug 25 20:04:31.715 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/.tmpZkE6Di/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
87142026-08-25T20:04:32.883Z[ recovery-image] Aug 25 20:04:31.741 INFO O| Aug 25 20:04:31.741 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87152026-08-25T20:04:32.887Z[ recovery-image] Aug 25 20:04:31.745 INFO O| Aug 25 20:04:31.745 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87162026-08-25T20:04:32.974Z[ recovery-image] Aug 25 20:04:31.834 INFO O| Aug 25 20:04:31.834 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87172026-08-25T20:04:33.048Z[ recovery-image] Aug 25 20:04:31.904 INFO O| Aug 25 20:04:31.904 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87182026-08-25T20:04:33.048Z[ recovery-image] Aug 25 20:04:31.904 INFO O| Aug 25 20:04:31.904 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87192026-08-25T20:04:33.052Z[ recovery-image] Aug 25 20:04:31.908 INFO O| Aug 25 20:04:31.908 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87202026-08-25T20:04:33.086Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87212026-08-25T20:04:33.098Z[ recovery-image] Aug 25 20:04:31.958 INFO O| Aug 25 20:04:31.958 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87222026-08-25T20:04:33.140Z[ recovery-image] Aug 25 20:04:32.000 INFO O| Aug 25 20:04:32.000 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87232026-08-25T20:04:33.151Z[ recovery-image] Aug 25 20:04:32.010 INFO O| Aug 25 20:04:32.010 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87242026-08-25T20:04:33.155Z[ recovery-image] Aug 25 20:04:32.014 INFO O| Aug 25 20:04:32.014 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87252026-08-25T20:04:33.158Z[ recovery-image] Aug 25 20:04:32.016 INFO O| Aug 25 20:04:32.016 INFO no lofi found
87262026-08-25T20:04:33.158Z[ recovery-image] Aug 25 20:04:32.016 INFO O| Aug 25 20:04:32.016 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87272026-08-25T20:04:33.158Z[ recovery-image] Aug 25 20:04:32.016 INFO O| Aug 25 20:04:32.016 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87282026-08-25T20:04:33.256Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87292026-08-25T20:04:33.279Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87302026-08-25T20:04:33.403Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87312026-08-25T20:04:33.674Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87322026-08-25T20:04:33.825Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87332026-08-25T20:04:33.870Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87342026-08-25T20:04:33.936Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87352026-08-25T20:04:34.154Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87362026-08-25T20:04:34.179Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87372026-08-25T20:04:34.218Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87382026-08-25T20:04:34.448Z[verify-libraries] Compiling drift v0.2.0
87392026-08-25T20:04:34.491Z[verify-libraries] Compiling uzers v0.12.2
87402026-08-25T20:04:34.866Z[verify-libraries] Compiling parse-size v1.1.0
87412026-08-25T20:04:34.901Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87422026-08-25T20:04:35.065Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87432026-08-25T20:04:35.141Z[ recovery-image] Aug 25 20:04:34.001 INFO O| Aug 25 20:04:34.001 INFO lofi device = /dev/dsk/c2t1d0p0
87442026-08-25T20:04:35.141Z[ recovery-image] Aug 25 20:04:34.001 INFO O| Aug 25 20:04:34.001 INFO pool device = /dev/dsk/c2t1d0p0
87452026-08-25T20:04:35.142Z[ recovery-image] Aug 25 20:04:34.001 INFO O| Aug 25 20:04:34.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"]
87462026-08-25T20:04:35.270Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87472026-08-25T20:04:35.273Z[ recovery-image] Aug 25 20:04:34.133 INFO O| Aug 25 20:04:34.133 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87482026-08-25T20:04:35.274Z[ recovery-image] Aug 25 20:04:34.133 INFO O| Aug 25 20:04:34.133 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87492026-08-25T20:04:35.294Z[ recovery-image] Aug 25 20:04:34.155 INFO O| Aug 25 20:04:34.155 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87502026-08-25T20:04:35.410Z[ recovery-image] Aug 25 20:04:34.269 INFO O| Aug 25 20:04:34.269 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87512026-08-25T20:04:35.443Z[ recovery-image] Aug 25 20:04:34.302 INFO O| Aug 25 20:04:34.302 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87522026-08-25T20:04:35.467Z[ recovery-image] Aug 25 20:04:34.327 INFO O| Aug 25 20:04:34.327 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87532026-08-25T20:04:35.487Z[ recovery-image] Aug 25 20:04:34.347 INFO O| Aug 25 20:04:34.347 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87542026-08-25T20:04:35.528Z[ recovery-image] Aug 25 20:04:34.387 INFO O| Aug 25 20:04:34.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87552026-08-25T20:04:35.529Z[ recovery-image] Aug 25 20:04:34.387 INFO O| Aug 25 20:04:34.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87562026-08-25T20:04:35.529Z[ recovery-image] Aug 25 20:04:34.388 INFO O| Aug 25 20:04:34.388 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87572026-08-25T20:04:35.542Z[ recovery-image] Aug 25 20:04:34.402 INFO O| Aug 25 20:04:34.402 INFO boot environment UUID: fdba3bd0-a353-490e-ae91-e9006186ff65
87582026-08-25T20:04:35.542Z[ recovery-image] Aug 25 20:04:34.402 INFO O| Aug 25 20:04:34.402 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fdba3bd0-a353-490e-ae91-e9006186ff65
87592026-08-25T20:04:35.559Z[ recovery-image] Aug 25 20:04:34.418 INFO O| Aug 25 20:04:34.418 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87602026-08-25T20:04:35.575Z[ recovery-image] Aug 25 20:04:34.435 INFO O| Aug 25 20:04:34.435 INFO STEP 0 (create_be) COMPLETE
87612026-08-25T20:04:35.575Z[ recovery-image] Aug 25 20:04:34.435 INFO O| Aug 25 20:04:34.435 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87622026-08-25T20:04:35.593Z[ recovery-image] Aug 25 20:04:34.453 INFO O| Aug 25 20:04:34.453 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"]
87632026-08-25T20:04:35.610Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87642026-08-25T20:04:35.983Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87652026-08-25T20:04:36.646Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87662026-08-25T20:04:38.417Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87672026-08-25T20:04:39.101Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87682026-08-25T20:04:39.611Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87692026-08-25T20:04:41.031Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87702026-08-25T20:04:41.232Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87712026-08-25T20:04:41.622Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87722026-08-25T20:04:41.933Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87732026-08-25T20:04:42.034Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87742026-08-25T20:04:42.128Z[verify-libraries] Compiling multimap v0.10.1
87752026-08-25T20:04:42.178Z[verify-libraries] Compiling termios v0.3.3
87762026-08-25T20:04:42.256Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87772026-08-25T20:04:42.490Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87782026-08-25T20:04:42.748Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87792026-08-25T20:04:44.486Z[ recovery-image] Aug 25 20:04:43.346 INFO O| Aug 25 20:04:43.346 INFO STEP 1 (unpack_tar) COMPLETE
87802026-08-25T20:04:44.486Z[ recovery-image] Aug 25 20:04:43.347 INFO O| Aug 25 20:04:43.346 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-25T20:04:44.497Z[ recovery-image] Aug 25 20:04:43.357 INFO O| Aug 25 20:04:43.357 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87822026-08-25T20:04:45.914Z[verify-libraries] Compiling polar-core v0.27.3
87832026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.662 INFO O| Aug 25 20:04:44.662 INFO STEP 2 (devfsadm) COMPLETE
87842026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.662 INFO O| Aug 25 20:04:44.662 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.672 INFO O| Aug 25 20:04:44.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87862026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.672 INFO O| Aug 25 20:04:44.672 INFO STEP 3 (ensure_dir) COMPLETE
87872026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.672 INFO O| Aug 25 20:04:44.672 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.684 INFO O| Aug 25 20:04:44.684 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87892026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.684 INFO O| Aug 25 20:04:44.684 INFO STEP 4 (ensure_dir) COMPLETE
87902026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.684 INFO O| Aug 25 20:04:44.684 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.696 INFO O| Aug 25 20:04:44.695 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87922026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.696 INFO O| Aug 25 20:04:44.696 INFO STEP 5 (ensure_dir) COMPLETE
87932026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.696 INFO O| Aug 25 20:04:44.696 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.705 INFO O| Aug 25 20:04:44.705 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87952026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.705 INFO O| Aug 25 20:04:44.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87962026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.705 INFO O| Aug 25 20:04:44.705 INFO STEP 6 (ensure_dir) COMPLETE
87972026-08-25T20:04:45.934Z[ recovery-image] Aug 25 20:04:44.705 INFO O| Aug 25 20:04:44.705 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.713 INFO O| Aug 25 20:04:44.713 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87992026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.713 INFO O| Aug 25 20:04:44.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88002026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.713 INFO O| Aug 25 20:04:44.713 INFO STEP 7 (ensure_dir) COMPLETE
88012026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.713 INFO O| Aug 25 20:04:44.713 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.722 INFO O| Aug 25 20:04:44.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88032026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.722 INFO O| Aug 25 20:04:44.722 INFO STEP 8 (remove_files) COMPLETE
88042026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.722 INFO O| Aug 25 20:04:44.722 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.732 INFO O| Aug 25 20:04:44.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88062026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.733 INFO O| Aug 25 20:04:44.733 INFO STEP 9 (remove_files) COMPLETE
88072026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.733 INFO O| Aug 25 20:04:44.733 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.742 INFO O| Aug 25 20:04:44.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88092026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.743 INFO O| Aug 25 20:04:44.742 INFO STEP 10 (remove_files) COMPLETE
88102026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.743 INFO O| Aug 25 20:04:44.742 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.752 INFO O| Aug 25 20:04:44.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88122026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.752 INFO O| Aug 25 20:04:44.752 INFO STEP 11 (remove_files) COMPLETE
88132026-08-25T20:04:45.935Z[ recovery-image] Aug 25 20:04:44.752 INFO O| Aug 25 20:04:44.752 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.760 INFO O| Aug 25 20:04:44.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88152026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.761 INFO O| Aug 25 20:04:44.761 INFO STEP 12 (remove_files) COMPLETE
88162026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.761 INFO O| Aug 25 20:04:44.761 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.768 INFO O| Aug 25 20:04:44.768 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88182026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.768 INFO O| Aug 25 20:04:44.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88192026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.768 INFO O| Aug 25 20:04:44.768 INFO STEP 13 (ensure_dir) COMPLETE
88202026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.768 INFO O| Aug 25 20:04:44.768 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.776 INFO O| Aug 25 20:04:44.776 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88222026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.776 INFO O| Aug 25 20:04:44.776 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88232026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.776 INFO O| Aug 25 20:04:44.776 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88242026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.776 INFO O| Aug 25 20:04:44.776 INFO STEP 14 (ensure_dir) COMPLETE
88252026-08-25T20:04:45.937Z[ recovery-image] Aug 25 20:04:44.776 INFO O| Aug 25 20:04:44.776 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.784 INFO O| Aug 25 20:04:44.784 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88272026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.784 INFO O| Aug 25 20:04:44.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88282026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.784 INFO O| Aug 25 20:04:44.784 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88292026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.784 INFO O| Aug 25 20:04:44.784 INFO STEP 15 (ensure_dir) COMPLETE
88302026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.784 INFO O| Aug 25 20:04:44.784 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.791 INFO O| Aug 25 20:04:44.791 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88322026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.791 INFO O| Aug 25 20:04:44.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88332026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.791 INFO O| Aug 25 20:04:44.791 INFO STEP 16 (ensure_dir) COMPLETE
88342026-08-25T20:04:45.952Z[ recovery-image] Aug 25 20:04:44.791 INFO O| Aug 25 20:04:44.791 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88352026-08-25T20:04:45.962Z[ recovery-image] Aug 25 20:04:44.802 INFO O| Aug 25 20:04:44.802 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88362026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.802 INFO O| Aug 25 20:04:44.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88372026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.802 INFO O| Aug 25 20:04:44.802 INFO STEP 17 (ensure_dir) COMPLETE
88382026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.802 INFO O| Aug 25 20:04:44.802 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88392026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.811 INFO O| Aug 25 20:04:44.811 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88402026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.811 INFO O| Aug 25 20:04:44.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88412026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.811 INFO O| Aug 25 20:04:44.811 INFO ok!
88422026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.811 INFO O| Aug 25 20:04:44.811 INFO STEP 18 (ensure_symlink) COMPLETE
88432026-08-25T20:04:45.963Z[ recovery-image] Aug 25 20:04:44.811 INFO O| Aug 25 20:04:44.811 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88442026-08-25T20:04:45.968Z[ recovery-image] Aug 25 20:04:44.822 INFO O| Aug 25 20:04:44.821 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88452026-08-25T20:04:45.968Z[ recovery-image] Aug 25 20:04:44.822 INFO O| Aug 25 20:04:44.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88462026-08-25T20:04:45.968Z[ recovery-image] Aug 25 20:04:44.822 INFO O| Aug 25 20:04:44.822 INFO ok!
88472026-08-25T20:04:45.968Z[ recovery-image] Aug 25 20:04:44.822 INFO O| Aug 25 20:04:44.822 INFO STEP 19 (ensure_file) COMPLETE
88482026-08-25T20:04:45.968Z[ recovery-image] Aug 25 20:04:44.822 INFO O| Aug 25 20:04:44.822 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-25T20:04:45.973Z[ recovery-image] Aug 25 20:04:44.832 INFO O| Aug 25 20:04:44.832 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88502026-08-25T20:04:45.973Z[ recovery-image] Aug 25 20:04:44.832 INFO O| Aug 25 20:04:44.832 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88512026-08-25T20:04:45.974Z[ recovery-image] Aug 25 20:04:44.832 INFO O| Aug 25 20:04:44.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88522026-08-25T20:04:45.977Z[ recovery-image] Aug 25 20:04:44.832 INFO O| Aug 25 20:04:44.832 INFO ok!
88532026-08-25T20:04:45.977Z[ recovery-image] Aug 25 20:04:44.832 INFO O| Aug 25 20:04:44.832 INFO STEP 20 (ensure_symlink) COMPLETE
88542026-08-25T20:04:45.977Z[ recovery-image] Aug 25 20:04:44.832 INFO O| Aug 25 20:04:44.832 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-25T20:04:45.983Z[ recovery-image] Aug 25 20:04:44.842 INFO O| Aug 25 20:04:44.842 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88562026-08-25T20:04:45.986Z[ recovery-image] Aug 25 20:04:44.842 INFO O| Aug 25 20:04:44.842 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88572026-08-25T20:04:45.987Z[ recovery-image] Aug 25 20:04:44.842 INFO O| Aug 25 20:04:44.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88582026-08-25T20:04:45.987Z[ recovery-image] Aug 25 20:04:44.842 INFO O| Aug 25 20:04:44.842 INFO ok!
88592026-08-25T20:04:45.987Z[ recovery-image] Aug 25 20:04:44.842 INFO O| Aug 25 20:04:44.842 INFO STEP 21 (ensure_symlink) COMPLETE
88602026-08-25T20:04:45.987Z[ recovery-image] Aug 25 20:04:44.843 INFO O| Aug 25 20:04:44.842 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-25T20:04:45.995Z[ recovery-image] Aug 25 20:04:44.853 INFO O| Aug 25 20:04:44.853 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88622026-08-25T20:04:45.995Z[ recovery-image] Aug 25 20:04:44.853 INFO O| Aug 25 20:04:44.853 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88632026-08-25T20:04:45.995Z[ recovery-image] Aug 25 20:04:44.853 INFO O| Aug 25 20:04:44.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88642026-08-25T20:04:46.003Z[ recovery-image] Aug 25 20:04:44.853 INFO O| Aug 25 20:04:44.853 INFO ok!
88652026-08-25T20:04:46.003Z[ recovery-image] Aug 25 20:04:44.853 INFO O| Aug 25 20:04:44.853 INFO STEP 22 (ensure_symlink) COMPLETE
88662026-08-25T20:04:46.003Z[ recovery-image] Aug 25 20:04:44.853 INFO O| Aug 25 20:04:44.853 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-08-25T20:04:46.008Z[ recovery-image] Aug 25 20:04:44.863 INFO O| Aug 25 20:04:44.863 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88682026-08-25T20:04:46.008Z[ recovery-image] Aug 25 20:04:44.863 INFO O| Aug 25 20:04:44.863 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88692026-08-25T20:04:46.008Z[ recovery-image] Aug 25 20:04:44.863 INFO O| Aug 25 20:04:44.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88702026-08-25T20:04:46.008Z[ recovery-image] Aug 25 20:04:44.863 INFO O| Aug 25 20:04:44.863 INFO ok!
88712026-08-25T20:04:46.008Z[ recovery-image] Aug 25 20:04:44.863 INFO O| Aug 25 20:04:44.863 INFO STEP 23 (ensure_symlink) COMPLETE
88722026-08-25T20:04:46.008Z[ recovery-image] Aug 25 20:04:44.863 INFO O| Aug 25 20:04:44.863 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-25T20:04:46.014Z[ recovery-image] Aug 25 20:04:44.873 INFO O| Aug 25 20:04:44.873 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88742026-08-25T20:04:46.014Z[ recovery-image] Aug 25 20:04:44.873 INFO O| Aug 25 20:04:44.873 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 ...
88752026-08-25T20:04:46.019Z[ recovery-image] Aug 25 20:04:44.873 INFO O| Aug 25 20:04:44.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88762026-08-25T20:04:46.019Z[ recovery-image] Aug 25 20:04:44.873 INFO O| Aug 25 20:04:44.873 INFO ok!
88772026-08-25T20:04:46.019Z[ recovery-image] Aug 25 20:04:44.873 INFO O| Aug 25 20:04:44.873 INFO STEP 24 (ensure_file) COMPLETE
88782026-08-25T20:04:46.019Z[ recovery-image] Aug 25 20:04:44.873 INFO O| Aug 25 20:04:44.873 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-08-25T20:04:46.024Z[ recovery-image] Aug 25 20:04:44.883 INFO O| Aug 25 20:04:44.883 INFO updating shadow file
88802026-08-25T20:04:46.024Z[ recovery-image] Aug 25 20:04:44.884 INFO O| Aug 25 20:04:44.884 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88812026-08-25T20:04:46.029Z[ recovery-image] Aug 25 20:04:44.884 INFO O| Aug 25 20:04:44.884 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88822026-08-25T20:04:46.029Z[ recovery-image] Aug 25 20:04:44.884 INFO O| Aug 25 20:04:44.884 INFO STEP 25 (shadow) COMPLETE
88832026-08-25T20:04:46.029Z[ recovery-image] Aug 25 20:04:44.884 INFO O| Aug 25 20:04:44.884 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88842026-08-25T20:04:46.036Z[ recovery-image] Aug 25 20:04:44.895 INFO O| Aug 25 20:04:44.895 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88852026-08-25T20:04:46.038Z[ recovery-image] Aug 25 20:04:44.895 INFO O| Aug 25 20:04:44.895 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88862026-08-25T20:04:46.038Z[ recovery-image] Aug 25 20:04:44.895 INFO O| Aug 25 20:04:44.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88872026-08-25T20:04:46.041Z[ recovery-image] Aug 25 20:04:44.895 INFO O| Aug 25 20:04:44.895 INFO ok!
88882026-08-25T20:04:46.041Z[ recovery-image] Aug 25 20:04:44.895 INFO O| Aug 25 20:04:44.895 INFO STEP 26 (ensure_file) COMPLETE
88892026-08-25T20:04:46.041Z[ recovery-image] Aug 25 20:04:44.895 INFO O| Aug 25 20:04:44.895 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-08-25T20:04:46.045Z[ recovery-image] Aug 25 20:04:44.905 INFO O| Aug 25 20:04:44.905 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88912026-08-25T20:04:46.045Z[ recovery-image] Aug 25 20:04:44.905 INFO O| Aug 25 20:04:44.905 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88922026-08-25T20:04:46.048Z[ recovery-image] Aug 25 20:04:44.905 INFO O| Aug 25 20:04:44.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88932026-08-25T20:04:46.048Z[ recovery-image] Aug 25 20:04:44.905 INFO O| Aug 25 20:04:44.905 INFO ok!
88942026-08-25T20:04:46.048Z[ recovery-image] Aug 25 20:04:44.905 INFO O| Aug 25 20:04:44.905 INFO STEP 27 (ensure_file) COMPLETE
88952026-08-25T20:04:46.048Z[ recovery-image] Aug 25 20:04:44.905 INFO O| Aug 25 20:04:44.905 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88962026-08-25T20:04:46.055Z[ recovery-image] Aug 25 20:04:44.914 INFO O| Aug 25 20:04:44.914 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88972026-08-25T20:04:46.055Z[ recovery-image] Aug 25 20:04:44.914 INFO O| Aug 25 20:04:44.914 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88982026-08-25T20:04:46.058Z[ recovery-image] Aug 25 20:04:44.914 INFO O| Aug 25 20:04:44.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88992026-08-25T20:04:46.059Z[ recovery-image] Aug 25 20:04:44.914 INFO O| Aug 25 20:04:44.914 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89002026-08-25T20:04:46.059Z[ recovery-image] Aug 25 20:04:44.914 INFO O| Aug 25 20:04:44.914 INFO ok!
89012026-08-25T20:04:46.059Z[ recovery-image] Aug 25 20:04:44.914 INFO O| Aug 25 20:04:44.914 INFO STEP 28 (ensure_file) COMPLETE
89022026-08-25T20:04:46.059Z[ recovery-image] Aug 25 20:04:44.914 INFO O| Aug 25 20:04:44.914 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-08-25T20:04:46.066Z[ recovery-image] Aug 25 20:04:44.922 INFO O| Aug 25 20:04:44.922 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89042026-08-25T20:04:46.066Z[ recovery-image] Aug 25 20:04:44.922 INFO O| Aug 25 20:04:44.922 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89052026-08-25T20:04:46.067Z[ recovery-image] Aug 25 20:04:44.922 INFO O| Aug 25 20:04:44.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89062026-08-25T20:04:46.067Z[ recovery-image] Aug 25 20:04:44.922 INFO O| Aug 25 20:04:44.922 INFO ok!
89072026-08-25T20:04:46.067Z[ recovery-image] Aug 25 20:04:44.922 INFO O| Aug 25 20:04:44.922 INFO STEP 29 (ensure_file) COMPLETE
89082026-08-25T20:04:46.067Z[ recovery-image] Aug 25 20:04:44.922 INFO O| Aug 25 20:04:44.922 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-08-25T20:04:46.072Z[ recovery-image] Aug 25 20:04:44.933 INFO O| Aug 25 20:04:44.933 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89102026-08-25T20:04:46.075Z[ recovery-image] Aug 25 20:04:44.933 INFO O| Aug 25 20:04:44.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89112026-08-25T20:04:46.075Z[ recovery-image] Aug 25 20:04:44.933 INFO O| Aug 25 20:04:44.933 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89122026-08-25T20:04:46.075Z[ recovery-image] Aug 25 20:04:44.933 INFO O| Aug 25 20:04:44.933 INFO STEP 30 (ensure_dir) COMPLETE
89132026-08-25T20:04:46.075Z[ recovery-image] Aug 25 20:04:44.933 INFO O| Aug 25 20:04:44.933 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89142026-08-25T20:04:46.084Z[ recovery-image] Aug 25 20:04:44.944 INFO O| Aug 25 20:04:44.944 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89152026-08-25T20:04:46.085Z[ recovery-image] Aug 25 20:04:44.944 INFO O| Aug 25 20:04:44.944 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 ...
89162026-08-25T20:04:46.085Z[ recovery-image] Aug 25 20:04:44.944 INFO O| Aug 25 20:04:44.944 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
89172026-08-25T20:04:46.085Z[ recovery-image] Aug 25 20:04:44.944 INFO O| Aug 25 20:04:44.944 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89182026-08-25T20:04:46.088Z[ recovery-image] Aug 25 20:04:44.944 INFO O| Aug 25 20:04:44.944 INFO ok!
89192026-08-25T20:04:46.088Z[ recovery-image] Aug 25 20:04:44.944 INFO O| Aug 25 20:04:44.944 INFO STEP 31 (ensure_file) COMPLETE
89202026-08-25T20:04:46.088Z[ recovery-image] Aug 25 20:04:44.944 INFO O| Aug 25 20:04:44.944 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89212026-08-25T20:04:46.096Z[ recovery-image] Aug 25 20:04:44.955 INFO O| Aug 25 20:04:44.955 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89222026-08-25T20:04:46.096Z[ recovery-image] Aug 25 20:04:44.955 INFO O| Aug 25 20:04:44.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89232026-08-25T20:04:46.096Z[ recovery-image] Aug 25 20:04:44.955 INFO O| Aug 25 20:04:44.955 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89242026-08-25T20:04:46.100Z[ recovery-image] Aug 25 20:04:44.955 INFO O| Aug 25 20:04:44.955 INFO STEP 32 (ensure_dir) COMPLETE
89252026-08-25T20:04:46.100Z[ recovery-image] Aug 25 20:04:44.955 INFO O| Aug 25 20:04:44.955 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89262026-08-25T20:04:46.107Z[ recovery-image] Aug 25 20:04:44.966 INFO O| Aug 25 20:04:44.966 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89272026-08-25T20:04:46.107Z[ recovery-image] Aug 25 20:04:44.966 INFO O| Aug 25 20:04:44.966 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 ...
89282026-08-25T20:04:46.107Z[ recovery-image] Aug 25 20:04:44.966 INFO O| Aug 25 20:04:44.966 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
89292026-08-25T20:04:46.111Z[ recovery-image] Aug 25 20:04:44.966 INFO O| Aug 25 20:04:44.966 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89302026-08-25T20:04:46.111Z[ recovery-image] Aug 25 20:04:44.966 INFO O| Aug 25 20:04:44.966 INFO ok!
89312026-08-25T20:04:46.111Z[ recovery-image] Aug 25 20:04:44.966 INFO O| Aug 25 20:04:44.966 INFO STEP 33 (ensure_file) COMPLETE
89322026-08-25T20:04:46.111Z[ recovery-image] Aug 25 20:04:44.966 INFO O| Aug 25 20:04:44.966 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-25T20:04:46.118Z[ recovery-image] Aug 25 20:04:44.977 INFO O| Aug 25 20:04:44.977 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89342026-08-25T20:04:46.118Z[ recovery-image] Aug 25 20:04:44.977 INFO O| Aug 25 20:04:44.977 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89352026-08-25T20:04:46.122Z[ recovery-image] Aug 25 20:04:44.977 INFO O| Aug 25 20:04:44.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89362026-08-25T20:04:46.122Z[ recovery-image] Aug 25 20:04:44.977 INFO O| Aug 25 20:04:44.977 INFO ok!
89372026-08-25T20:04:46.122Z[ recovery-image] Aug 25 20:04:44.977 INFO O| Aug 25 20:04:44.977 INFO STEP 34 (ensure_file) COMPLETE
89382026-08-25T20:04:46.122Z[ recovery-image] Aug 25 20:04:44.977 INFO O| Aug 25 20:04:44.977 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-08-25T20:04:46.128Z[ recovery-image] Aug 25 20:04:44.987 INFO O| Aug 25 20:04:44.987 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89402026-08-25T20:04:46.128Z[ recovery-image] Aug 25 20:04:44.987 INFO O| Aug 25 20:04:44.987 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89412026-08-25T20:04:46.128Z[ recovery-image] Aug 25 20:04:44.987 INFO O| Aug 25 20:04:44.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89422026-08-25T20:04:46.132Z[ recovery-image] Aug 25 20:04:44.987 INFO O| Aug 25 20:04:44.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89432026-08-25T20:04:46.132Z[ recovery-image] Aug 25 20:04:44.987 INFO O| Aug 25 20:04:44.987 INFO ok!
89442026-08-25T20:04:46.132Z[ recovery-image] Aug 25 20:04:44.987 INFO O| Aug 25 20:04:44.987 INFO STEP 35 (ensure_file) COMPLETE
89452026-08-25T20:04:46.132Z[ recovery-image] Aug 25 20:04:44.987 INFO O| Aug 25 20:04:44.987 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-08-25T20:04:46.141Z[ recovery-image] Aug 25 20:04:44.997 INFO O| Aug 25 20:04:44.997 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89472026-08-25T20:04:46.141Z[ recovery-image] Aug 25 20:04:44.997 INFO O| Aug 25 20:04:44.997 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89482026-08-25T20:04:46.141Z[ recovery-image] Aug 25 20:04:44.997 INFO O| Aug 25 20:04:44.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89492026-08-25T20:04:46.145Z[ recovery-image] Aug 25 20:04:44.997 INFO O| Aug 25 20:04:44.997 INFO ok!
89502026-08-25T20:04:46.145Z[ recovery-image] Aug 25 20:04:44.997 INFO O| Aug 25 20:04:44.997 INFO STEP 36 (ensure_file) COMPLETE
89512026-08-25T20:04:46.145Z[ recovery-image] Aug 25 20:04:44.997 INFO O| Aug 25 20:04:44.997 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-08-25T20:04:46.152Z[ recovery-image] Aug 25 20:04:45.008 INFO O| Aug 25 20:04:45.008 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89532026-08-25T20:04:46.152Z[ recovery-image] Aug 25 20:04:45.008 INFO O| Aug 25 20:04:45.008 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89542026-08-25T20:04:46.152Z[ recovery-image] Aug 25 20:04:45.008 INFO O| Aug 25 20:04:45.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89552026-08-25T20:04:46.152Z[ recovery-image] Aug 25 20:04:45.008 INFO O| Aug 25 20:04:45.008 INFO ok!
89562026-08-25T20:04:46.152Z[ recovery-image] Aug 25 20:04:45.008 INFO O| Aug 25 20:04:45.008 INFO STEP 37 (ensure_file) COMPLETE
89572026-08-25T20:04:46.152Z[ recovery-image] Aug 25 20:04:45.008 INFO O| Aug 25 20:04:45.008 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89582026-08-25T20:04:46.159Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89592026-08-25T20:04:46.160Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89602026-08-25T20:04:46.163Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89612026-08-25T20:04:46.164Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89622026-08-25T20:04:46.164Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89632026-08-25T20:04:46.164Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89642026-08-25T20:04:46.164Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO ok!
89652026-08-25T20:04:46.164Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO STEP 38 (ensure_file) COMPLETE
89662026-08-25T20:04:46.164Z[ recovery-image] Aug 25 20:04:45.019 INFO O| Aug 25 20:04:45.019 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89672026-08-25T20:04:46.171Z[ recovery-image] Aug 25 20:04:45.030 INFO O| Aug 25 20:04:45.030 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89682026-08-25T20:04:46.171Z[ recovery-image] Aug 25 20:04:45.030 INFO O| Aug 25 20:04:45.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89692026-08-25T20:04:46.177Z[ recovery-image] Aug 25 20:04:45.030 INFO O| Aug 25 20:04:45.030 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89702026-08-25T20:04:46.177Z[ recovery-image] Aug 25 20:04:45.030 INFO O| Aug 25 20:04:45.030 INFO STEP 39 (ensure_dir) COMPLETE
89712026-08-25T20:04:46.177Z[ recovery-image] Aug 25 20:04:45.030 INFO O| Aug 25 20:04:45.030 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89722026-08-25T20:04:46.183Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 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
89732026-08-25T20:04:46.183Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 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 ...
89742026-08-25T20:04:46.187Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 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
89752026-08-25T20:04:46.187Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 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
89762026-08-25T20:04:46.187Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 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
89772026-08-25T20:04:46.187Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 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
89782026-08-25T20:04:46.187Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 INFO ok!
89792026-08-25T20:04:46.187Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 INFO STEP 40 (ensure_file) COMPLETE
89802026-08-25T20:04:46.188Z[ recovery-image] Aug 25 20:04:45.042 INFO O| Aug 25 20:04:45.042 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89812026-08-25T20:04:46.193Z[ recovery-image] Aug 25 20:04:45.053 INFO O| Aug 25 20:04:45.053 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89822026-08-25T20:04:46.193Z[ recovery-image] Aug 25 20:04:45.053 INFO O| Aug 25 20:04:45.053 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 ...
89832026-08-25T20:04:46.193Z[ recovery-image] Aug 25 20:04:45.053 INFO O| Aug 25 20:04:45.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89842026-08-25T20:04:46.193Z[ recovery-image] Aug 25 20:04:45.053 INFO O| Aug 25 20:04:45.053 INFO ok!
89852026-08-25T20:04:46.193Z[ recovery-image] Aug 25 20:04:45.053 INFO O| Aug 25 20:04:45.053 INFO STEP 41 (ensure_symlink) COMPLETE
89862026-08-25T20:04:46.193Z[ recovery-image] Aug 25 20:04:45.053 INFO O| Aug 25 20:04:45.053 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89872026-08-25T20:04:46.205Z[ recovery-image] Aug 25 20:04:45.065 INFO O| Aug 25 20:04:45.065 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89882026-08-25T20:04:46.205Z[ recovery-image] Aug 25 20:04:45.065 INFO O| Aug 25 20:04:45.065 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89892026-08-25T20:04:46.205Z[ recovery-image] Aug 25 20:04:45.065 INFO O| Aug 25 20:04:45.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89902026-08-25T20:04:46.211Z[ recovery-image] Aug 25 20:04:45.065 INFO O| Aug 25 20:04:45.065 INFO ok!
89912026-08-25T20:04:46.211Z[ recovery-image] Aug 25 20:04:45.065 INFO O| Aug 25 20:04:45.065 INFO STEP 42 (ensure_symlink) COMPLETE
89922026-08-25T20:04:46.211Z[ recovery-image] Aug 25 20:04:45.065 INFO O| Aug 25 20:04:45.065 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89932026-08-25T20:04:46.215Z[ recovery-image] Aug 25 20:04:45.075 INFO O| Aug 25 20:04:45.075 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89942026-08-25T20:04:46.215Z[ recovery-image] Aug 25 20:04:45.075 INFO O| Aug 25 20:04:45.075 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89952026-08-25T20:04:46.215Z[ recovery-image] Aug 25 20:04:45.076 INFO O| Aug 25 20:04:45.075 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89962026-08-25T20:04:46.215Z[ recovery-image] Aug 25 20:04:45.076 INFO O| Aug 25 20:04:45.076 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89972026-08-25T20:04:46.220Z[ recovery-image] Aug 25 20:04:45.076 INFO O| Aug 25 20:04:45.076 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89982026-08-25T20:04:46.220Z[ recovery-image] Aug 25 20:04:45.076 INFO O| Aug 25 20:04:45.076 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89992026-08-25T20:04:46.220Z[ recovery-image] Aug 25 20:04:45.076 INFO O| Aug 25 20:04:45.076 INFO ok!
90002026-08-25T20:04:46.220Z[ recovery-image] Aug 25 20:04:45.076 INFO O| Aug 25 20:04:45.076 INFO STEP 43 (ensure_file) COMPLETE
90012026-08-25T20:04:46.220Z[ recovery-image] Aug 25 20:04:45.076 INFO O| Aug 25 20:04:45.076 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90022026-08-25T20:04:46.226Z[ recovery-image] Aug 25 20:04:45.086 INFO O| Aug 25 20:04:45.086 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90032026-08-25T20:04:46.226Z[ recovery-image] Aug 25 20:04:45.086 INFO O| Aug 25 20:04:45.086 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 ...
90042026-08-25T20:04:46.226Z[ recovery-image] Aug 25 20:04:45.086 INFO O| Aug 25 20:04:45.086 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
90052026-08-25T20:04:46.229Z[ recovery-image] Aug 25 20:04:45.086 INFO O| Aug 25 20:04:45.086 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90062026-08-25T20:04:46.229Z[ recovery-image] Aug 25 20:04:45.086 INFO O| Aug 25 20:04:45.086 INFO ok!
90072026-08-25T20:04:46.229Z[ recovery-image] Aug 25 20:04:45.086 INFO O| Aug 25 20:04:45.086 INFO STEP 44 (ensure_file) COMPLETE
90082026-08-25T20:04:46.229Z[ recovery-image] Aug 25 20:04:45.086 INFO O| Aug 25 20:04:45.086 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90092026-08-25T20:04:46.236Z[ recovery-image] Aug 25 20:04:45.096 INFO O| Aug 25 20:04:45.096 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90102026-08-25T20:04:46.236Z[ recovery-image] Aug 25 20:04:45.096 INFO O| Aug 25 20:04:45.096 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90112026-08-25T20:04:46.236Z[ recovery-image] Aug 25 20:04:45.096 INFO O| Aug 25 20:04:45.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90122026-08-25T20:04:46.236Z[ recovery-image] Aug 25 20:04:45.096 INFO O| Aug 25 20:04:45.096 INFO ok!
90132026-08-25T20:04:46.239Z[ recovery-image] Aug 25 20:04:45.096 INFO O| Aug 25 20:04:45.096 INFO STEP 45 (ensure_file) COMPLETE
90142026-08-25T20:04:46.239Z[ recovery-image] Aug 25 20:04:45.096 INFO O| Aug 25 20:04:45.096 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90152026-08-25T20:04:46.248Z[ recovery-image] Aug 25 20:04:45.108 INFO O| Aug 25 20:04:45.108 INFO updating shadow file
90162026-08-25T20:04:46.248Z[ recovery-image] Aug 25 20:04:45.108 INFO O| Aug 25 20:04:45.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90172026-08-25T20:04:46.248Z[ recovery-image] Aug 25 20:04:45.108 INFO O| Aug 25 20:04:45.108 INFO STEP 46 (shadow) COMPLETE
90182026-08-25T20:04:46.251Z[ recovery-image] Aug 25 20:04:45.108 INFO O| Aug 25 20:04:45.108 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90192026-08-25T20:04:46.260Z[ recovery-image] Aug 25 20:04:45.120 INFO O| Aug 25 20:04:45.120 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90202026-08-25T20:04:46.260Z[ recovery-image] Aug 25 20:04:45.120 INFO O| Aug 25 20:04:45.120 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90212026-08-25T20:04:46.260Z[ recovery-image] Aug 25 20:04:45.120 INFO O| Aug 25 20:04:45.120 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90222026-08-25T20:04:46.263Z[ recovery-image] Aug 25 20:04:45.120 INFO O| Aug 25 20:04:45.120 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90232026-08-25T20:04:46.263Z[ recovery-image] Aug 25 20:04:45.120 INFO O| Aug 25 20:04:45.120 INFO ok!
90242026-08-25T20:04:46.263Z[ recovery-image] Aug 25 20:04:45.120 INFO O| Aug 25 20:04:45.120 INFO STEP 47 (ensure_file) COMPLETE
90252026-08-25T20:04:46.263Z[ recovery-image] Aug 25 20:04:45.120 INFO O| Aug 25 20:04:45.120 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-08-25T20:04:46.272Z[ recovery-image] Aug 25 20:04:45.132 INFO O| Aug 25 20:04:45.132 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90272026-08-25T20:04:46.272Z[ recovery-image] Aug 25 20:04:45.133 INFO O| Aug 25 20:04:45.133 INFO STEP 48 (ensure_dir) COMPLETE
90282026-08-25T20:04:46.272Z[ recovery-image] Aug 25 20:04:45.133 INFO O| Aug 25 20:04:45.133 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-25T20:04:46.284Z[ recovery-image] Aug 25 20:04:45.144 INFO O| Aug 25 20:04:45.144 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90302026-08-25T20:04:46.284Z[ recovery-image] Aug 25 20:04:45.144 INFO O| Aug 25 20:04:45.144 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90312026-08-25T20:04:46.284Z[ recovery-image] Aug 25 20:04:45.144 INFO O| Aug 25 20:04:45.144 INFO STEP 49 (ensure_dir) COMPLETE
90322026-08-25T20:04:46.287Z[ recovery-image] Aug 25 20:04:45.144 INFO O| Aug 25 20:04:45.144 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-25T20:04:46.294Z[ recovery-image] Aug 25 20:04:45.153 INFO O| Aug 25 20:04:45.153 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90342026-08-25T20:04:46.294Z[ recovery-image] Aug 25 20:04:45.153 INFO O| Aug 25 20:04:45.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90352026-08-25T20:04:46.294Z[ recovery-image] Aug 25 20:04:45.153 INFO O| Aug 25 20:04:45.153 INFO STEP 50 (ensure_dir) COMPLETE
90362026-08-25T20:04:46.294Z[ recovery-image] Aug 25 20:04:45.153 INFO O| Aug 25 20:04:45.153 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-25T20:04:46.304Z[ recovery-image] Aug 25 20:04:45.164 INFO O| Aug 25 20:04:45.164 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90382026-08-25T20:04:46.304Z[ recovery-image] Aug 25 20:04:45.165 INFO O| Aug 25 20:04:45.164 INFO copying /tmp/.tmpZkE6Di/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90392026-08-25T20:04:46.337Z[ recovery-image] Aug 25 20:04:45.197 INFO O| Aug 25 20:04:45.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90402026-08-25T20:04:46.337Z[ recovery-image] Aug 25 20:04:45.197 INFO O| Aug 25 20:04:45.197 INFO ok!
90412026-08-25T20:04:46.340Z[ recovery-image] Aug 25 20:04:45.197 INFO O| Aug 25 20:04:45.197 INFO STEP 51 (ensure_file) COMPLETE
90422026-08-25T20:04:46.340Z[ recovery-image] Aug 25 20:04:45.197 INFO O| Aug 25 20:04:45.197 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-25T20:04:46.348Z[ recovery-image] Aug 25 20:04:45.209 INFO O| Aug 25 20:04:45.209 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90442026-08-25T20:04:46.348Z[ recovery-image] Aug 25 20:04:45.209 INFO O| Aug 25 20:04:45.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90452026-08-25T20:04:46.352Z[ recovery-image] Aug 25 20:04:45.209 INFO O| Aug 25 20:04:45.209 INFO STEP 52 (ensure_dir) COMPLETE
90462026-08-25T20:04:46.352Z[ recovery-image] Aug 25 20:04:45.209 INFO O| Aug 25 20:04:45.209 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-25T20:04:46.358Z[ recovery-image] Aug 25 20:04:45.219 INFO O| Aug 25 20:04:45.218 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90482026-08-25T20:04:46.364Z[ recovery-image] Aug 25 20:04:45.219 INFO O| Aug 25 20:04:45.219 INFO copying /tmp/.tmpZkE6Di/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90492026-08-25T20:04:46.364Z[ recovery-image] Aug 25 20:04:45.219 INFO O| Aug 25 20:04:45.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90502026-08-25T20:04:46.364Z[ recovery-image] Aug 25 20:04:45.219 INFO O| Aug 25 20:04:45.219 INFO ok!
90512026-08-25T20:04:46.364Z[ recovery-image] Aug 25 20:04:45.219 INFO O| Aug 25 20:04:45.219 INFO STEP 53 (ensure_file) COMPLETE
90522026-08-25T20:04:46.364Z[ recovery-image] Aug 25 20:04:45.219 INFO O| Aug 25 20:04:45.219 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-25T20:04:46.368Z[ recovery-image] Aug 25 20:04:45.229 INFO O| Aug 25 20:04:45.229 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90542026-08-25T20:04:46.368Z[ recovery-image] Aug 25 20:04:45.229 INFO O| Aug 25 20:04:45.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90552026-08-25T20:04:46.372Z[ recovery-image] Aug 25 20:04:45.229 INFO O| Aug 25 20:04:45.229 INFO STEP 54 (ensure_dir) COMPLETE
90562026-08-25T20:04:46.372Z[ recovery-image] Aug 25 20:04:45.229 INFO O| Aug 25 20:04:45.229 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-25T20:04:46.380Z[ recovery-image] Aug 25 20:04:45.240 INFO O| Aug 25 20:04:45.240 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90582026-08-25T20:04:46.380Z[ recovery-image] Aug 25 20:04:45.240 INFO O| Aug 25 20:04:45.240 INFO copying /tmp/.tmpZkE6Di/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90592026-08-25T20:04:48.431Z[ recovery-image] Aug 25 20:04:47.288 INFO O| Aug 25 20:04:47.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90602026-08-25T20:04:48.431Z[ recovery-image] Aug 25 20:04:47.288 INFO O| Aug 25 20:04:47.288 INFO ok!
90612026-08-25T20:04:48.435Z[ recovery-image] Aug 25 20:04:47.288 INFO O| Aug 25 20:04:47.288 INFO STEP 55 (ensure_file) COMPLETE
90622026-08-25T20:04:48.435Z[ recovery-image] Aug 25 20:04:47.288 INFO O| Aug 25 20:04:47.288 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-25T20:04:48.440Z[ recovery-image] Aug 25 20:04:47.300 INFO O| Aug 25 20:04:47.300 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90642026-08-25T20:04:48.440Z[ recovery-image] Aug 25 20:04:47.300 INFO O| Aug 25 20:04:47.300 INFO copying /tmp/.tmpZkE6Di/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90652026-08-25T20:04:50.428Z[ recovery-image] Aug 25 20:04:49.288 INFO O| Aug 25 20:04:49.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90662026-08-25T20:04:50.428Z[ recovery-image] Aug 25 20:04:49.288 INFO O| Aug 25 20:04:49.288 INFO ok!
90672026-08-25T20:04:50.428Z[ recovery-image] Aug 25 20:04:49.288 INFO O| Aug 25 20:04:49.288 INFO STEP 56 (ensure_file) COMPLETE
90682026-08-25T20:04:50.431Z[ recovery-image] Aug 25 20:04:49.288 INFO O| Aug 25 20:04:49.288 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-25T20:04:50.438Z[ recovery-image] Aug 25 20:04:49.298 INFO O| Aug 25 20:04:49.298 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90702026-08-25T20:04:50.438Z[ recovery-image] Aug 25 20:04:49.298 INFO O| Aug 25 20:04:49.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90712026-08-25T20:04:50.441Z[ recovery-image] Aug 25 20:04:49.298 INFO O| Aug 25 20:04:49.298 INFO STEP 57 (ensure_dir) COMPLETE
90722026-08-25T20:04:50.441Z[ recovery-image] Aug 25 20:04:49.298 INFO O| Aug 25 20:04:49.298 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-08-25T20:04:50.446Z[ recovery-image] Aug 25 20:04:49.306 INFO O| Aug 25 20:04:49.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90742026-08-25T20:04:50.446Z[ recovery-image] Aug 25 20:04:49.306 INFO O| Aug 25 20:04:49.306 INFO copying /tmp/.tmpZkE6Di/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 ...
90752026-08-25T20:04:50.446Z[ recovery-image] Aug 25 20:04:49.306 INFO O| Aug 25 20:04:49.306 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
90762026-08-25T20:04:50.450Z[ recovery-image] Aug 25 20:04:49.306 INFO O| Aug 25 20:04:49.306 INFO ok!
90772026-08-25T20:04:50.450Z[ recovery-image] Aug 25 20:04:49.306 INFO O| Aug 25 20:04:49.306 INFO STEP 58 (ensure_file) COMPLETE
90782026-08-25T20:04:50.450Z[ recovery-image] Aug 25 20:04:49.306 INFO O| Aug 25 20:04:49.306 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-08-25T20:04:50.456Z[ recovery-image] Aug 25 20:04:49.315 INFO O| Aug 25 20:04:49.315 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90802026-08-25T20:04:50.456Z[ recovery-image] Aug 25 20:04:49.315 INFO O| Aug 25 20:04:49.315 INFO copying /tmp/.tmpZkE6Di/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 ...
90812026-08-25T20:04:50.460Z[ recovery-image] Aug 25 20:04:49.315 INFO O| Aug 25 20:04:49.315 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
90822026-08-25T20:04:50.460Z[ recovery-image] Aug 25 20:04:49.315 INFO O| Aug 25 20:04:49.315 INFO ok!
90832026-08-25T20:04:50.460Z[ recovery-image] Aug 25 20:04:49.315 INFO O| Aug 25 20:04:49.315 INFO STEP 59 (ensure_file) COMPLETE
90842026-08-25T20:04:50.461Z[ recovery-image] Aug 25 20:04:49.315 INFO O| Aug 25 20:04:49.315 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-25T20:04:50.464Z[ recovery-image] Aug 25 20:04:49.324 INFO O| Aug 25 20:04:49.323 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90862026-08-25T20:04:50.464Z[ recovery-image] Aug 25 20:04:49.324 INFO O| Aug 25 20:04:49.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90872026-08-25T20:04:50.464Z[ recovery-image] Aug 25 20:04:49.324 INFO O| Aug 25 20:04:49.324 INFO STEP 60 (ensure_dir) COMPLETE
90882026-08-25T20:04:50.464Z[ recovery-image] Aug 25 20:04:49.324 INFO O| Aug 25 20:04:49.324 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-08-25T20:04:50.472Z[ recovery-image] Aug 25 20:04:49.332 INFO O| Aug 25 20:04:49.332 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90902026-08-25T20:04:50.472Z[ recovery-image] Aug 25 20:04:49.332 INFO O| Aug 25 20:04:49.332 INFO copying /tmp/.tmpZkE6Di/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 ...
90912026-08-25T20:04:50.475Z[ recovery-image] Aug 25 20:04:49.332 INFO O| Aug 25 20:04:49.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90922026-08-25T20:04:50.475Z[ recovery-image] Aug 25 20:04:49.332 INFO O| Aug 25 20:04:49.332 INFO ok!
90932026-08-25T20:04:50.476Z[ recovery-image] Aug 25 20:04:49.332 INFO O| Aug 25 20:04:49.332 INFO STEP 61 (ensure_file) COMPLETE
90942026-08-25T20:04:50.476Z[ recovery-image] Aug 25 20:04:49.332 INFO O| Aug 25 20:04:49.332 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-08-25T20:04:50.481Z[ recovery-image] Aug 25 20:04:49.341 INFO O| Aug 25 20:04:49.341 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90962026-08-25T20:04:50.481Z[ recovery-image] Aug 25 20:04:49.342 INFO O| Aug 25 20:04:49.341 INFO copying /tmp/.tmpZkE6Di/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 ...
90972026-08-25T20:04:50.481Z[ recovery-image] Aug 25 20:04:49.342 INFO O| Aug 25 20:04:49.342 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
90982026-08-25T20:04:50.482Z[ recovery-image] Aug 25 20:04:49.342 INFO O| Aug 25 20:04:49.342 INFO ok!
90992026-08-25T20:04:50.487Z[ recovery-image] Aug 25 20:04:49.342 INFO O| Aug 25 20:04:49.342 INFO STEP 62 (ensure_file) COMPLETE
91002026-08-25T20:04:50.488Z[ recovery-image] Aug 25 20:04:49.342 INFO O| Aug 25 20:04:49.342 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-25T20:04:50.492Z[ recovery-image] Aug 25 20:04:49.353 INFO O| Aug 25 20:04:49.353 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91022026-08-25T20:04:50.492Z[ recovery-image] Aug 25 20:04:49.353 INFO O| Aug 25 20:04:49.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91032026-08-25T20:04:50.496Z[ recovery-image] Aug 25 20:04:49.353 INFO O| Aug 25 20:04:49.353 INFO STEP 63 (ensure_dir) COMPLETE
91042026-08-25T20:04:50.496Z[ recovery-image] Aug 25 20:04:49.353 INFO O| Aug 25 20:04:49.353 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-08-25T20:04:50.505Z[ recovery-image] Aug 25 20:04:49.365 INFO O| Aug 25 20:04:49.365 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91062026-08-25T20:04:50.505Z[ recovery-image] Aug 25 20:04:49.365 INFO O| Aug 25 20:04:49.365 INFO copying /tmp/.tmpZkE6Di/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 ...
91072026-08-25T20:04:50.508Z[ recovery-image] Aug 25 20:04:49.365 INFO O| Aug 25 20:04:49.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91082026-08-25T20:04:50.508Z[ recovery-image] Aug 25 20:04:49.365 INFO O| Aug 25 20:04:49.365 INFO ok!
91092026-08-25T20:04:50.508Z[ recovery-image] Aug 25 20:04:49.365 INFO O| Aug 25 20:04:49.365 INFO STEP 64 (ensure_file) COMPLETE
91102026-08-25T20:04:50.508Z[ recovery-image] Aug 25 20:04:49.365 INFO O| Aug 25 20:04:49.365 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-08-25T20:04:50.536Z[ recovery-image] Aug 25 20:04:49.396 INFO O| Aug 25 20:04:49.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91122026-08-25T20:04:50.536Z[ recovery-image] Aug 25 20:04:49.396 INFO O| Aug 25 20:04:49.396 INFO copying /tmp/.tmpZkE6Di/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91132026-08-25T20:04:50.536Z[ recovery-image] Aug 25 20:04:49.396 INFO O| Aug 25 20:04:49.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91142026-08-25T20:04:50.540Z[ recovery-image] Aug 25 20:04:49.396 INFO O| Aug 25 20:04:49.396 INFO ok!
91152026-08-25T20:04:50.540Z[ recovery-image] Aug 25 20:04:49.396 INFO O| Aug 25 20:04:49.396 INFO STEP 65 (ensure_file) COMPLETE
91162026-08-25T20:04:50.540Z[ recovery-image] Aug 25 20:04:49.396 INFO O| Aug 25 20:04:49.396 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-08-25T20:04:50.547Z[ recovery-image] Aug 25 20:04:49.406 INFO O| Aug 25 20:04:49.406 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91182026-08-25T20:04:50.547Z[ recovery-image] Aug 25 20:04:49.406 INFO O| Aug 25 20:04:49.406 INFO STEP 66 (ensure_dir) COMPLETE
91192026-08-25T20:04:50.547Z[ recovery-image] Aug 25 20:04:49.406 INFO O| Aug 25 20:04:49.406 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-08-25T20:04:50.555Z[ recovery-image] Aug 25 20:04:49.416 INFO O| Aug 25 20:04:49.415 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91212026-08-25T20:04:50.555Z[ recovery-image] Aug 25 20:04:49.416 INFO O| Aug 25 20:04:49.415 INFO STEP 67 (ensure_dir) COMPLETE
91222026-08-25T20:04:50.559Z[ recovery-image] Aug 25 20:04:49.416 INFO O| Aug 25 20:04:49.415 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-08-25T20:04:50.565Z[ recovery-image] Aug 25 20:04:49.425 INFO O| Aug 25 20:04:49.425 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91242026-08-25T20:04:50.569Z[ recovery-image] Aug 25 20:04:49.425 INFO O| Aug 25 20:04:49.425 INFO STEP 68 (ensure_dir) COMPLETE
91252026-08-25T20:04:50.569Z[ recovery-image] Aug 25 20:04:49.425 INFO O| Aug 25 20:04:49.425 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-08-25T20:04:50.575Z[ recovery-image] Aug 25 20:04:49.435 INFO O| Aug 25 20:04:49.435 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91272026-08-25T20:04:50.575Z[ recovery-image] Aug 25 20:04:49.435 INFO O| Aug 25 20:04:49.435 INFO STEP 69 (ensure_dir) COMPLETE
91282026-08-25T20:04:50.578Z[ recovery-image] Aug 25 20:04:49.435 INFO O| Aug 25 20:04:49.435 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91292026-08-25T20:04:50.586Z[ recovery-image] Aug 25 20:04:49.446 INFO O| Aug 25 20:04:49.446 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91302026-08-25T20:04:50.586Z[ recovery-image] Aug 25 20:04:49.446 INFO O| Aug 25 20:04:49.446 INFO copying /tmp/.tmpZkE6Di/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91312026-08-25T20:04:50.586Z[ recovery-image] Aug 25 20:04:49.446 INFO O| Aug 25 20:04:49.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91322026-08-25T20:04:50.589Z[ recovery-image] Aug 25 20:04:49.446 INFO O| Aug 25 20:04:49.446 INFO ok!
91332026-08-25T20:04:50.589Z[ recovery-image] Aug 25 20:04:49.446 INFO O| Aug 25 20:04:49.446 INFO STEP 70 (ensure_file) COMPLETE
91342026-08-25T20:04:50.589Z[ recovery-image] Aug 25 20:04:49.446 INFO O| Aug 25 20:04:49.446 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-25T20:04:50.603Z[ recovery-image] Aug 25 20:04:49.456 INFO O| Aug 25 20:04:49.456 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91362026-08-25T20:04:50.603Z[ recovery-image] Aug 25 20:04:49.456 INFO O| Aug 25 20:04:49.456 INFO STEP 71 (remove_files) COMPLETE
91372026-08-25T20:04:50.603Z[ recovery-image] Aug 25 20:04:49.456 INFO O| Aug 25 20:04:49.456 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-25T20:04:50.606Z[ recovery-image] Aug 25 20:04:49.466 INFO O| Aug 25 20:04:49.466 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91392026-08-25T20:04:50.606Z[ recovery-image] Aug 25 20:04:49.466 INFO O| Aug 25 20:04:49.466 INFO STEP 72 (remove_files) COMPLETE
91402026-08-25T20:04:50.608Z[ recovery-image] Aug 25 20:04:49.466 INFO O| Aug 25 20:04:49.466 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-25T20:04:50.618Z[ recovery-image] Aug 25 20:04:49.478 INFO O| Aug 25 20:04:49.478 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91422026-08-25T20:04:50.618Z[ recovery-image] Aug 25 20:04:49.479 INFO O| Aug 25 20:04:49.478 INFO STEP 73 (remove_files) COMPLETE
91432026-08-25T20:04:50.618Z[ recovery-image] Aug 25 20:04:49.479 INFO O| Aug 25 20:04:49.479 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-25T20:04:50.642Z[ recovery-image] Aug 25 20:04:49.502 INFO O| Aug 25 20:04:49.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91452026-08-25T20:04:50.643Z[ recovery-image] Aug 25 20:04:49.503 INFO O| Aug 25 20:04:49.503 INFO STEP 74 (remove_files) COMPLETE
91462026-08-25T20:04:50.643Z[ recovery-image] Aug 25 20:04:49.503 INFO O| Aug 25 20:04:49.503 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-25T20:04:50.653Z[ recovery-image] Aug 25 20:04:49.513 INFO O| Aug 25 20:04:49.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91482026-08-25T20:04:50.653Z[ recovery-image] Aug 25 20:04:49.513 INFO O| Aug 25 20:04:49.513 INFO STEP 75 (remove_files) COMPLETE
91492026-08-25T20:04:50.656Z[ recovery-image] Aug 25 20:04:49.513 INFO O| Aug 25 20:04:49.513 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-25T20:04:50.663Z[ recovery-image] Aug 25 20:04:49.523 INFO O| Aug 25 20:04:49.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91512026-08-25T20:04:50.663Z[ recovery-image] Aug 25 20:04:49.523 INFO O| Aug 25 20:04:49.523 INFO STEP 76 (remove_files) COMPLETE
91522026-08-25T20:04:50.667Z[ recovery-image] Aug 25 20:04:49.523 INFO O| Aug 25 20:04:49.523 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-25T20:04:50.671Z[ recovery-image] Aug 25 20:04:49.532 INFO O| Aug 25 20:04:49.532 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91542026-08-25T20:04:50.671Z[ recovery-image] Aug 25 20:04:49.532 INFO O| Aug 25 20:04:49.532 INFO STEP 77 (remove_files) COMPLETE
91552026-08-25T20:04:50.672Z[ recovery-image] Aug 25 20:04:49.532 INFO O| Aug 25 20:04:49.532 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-25T20:04:50.681Z[ recovery-image] Aug 25 20:04:49.542 INFO O| Aug 25 20:04:49.541 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91572026-08-25T20:04:50.681Z[ recovery-image] Aug 25 20:04:49.542 INFO O| Aug 25 20:04:49.542 INFO STEP 78 (remove_files) COMPLETE
91582026-08-25T20:04:50.681Z[ recovery-image] Aug 25 20:04:49.542 INFO O| Aug 25 20:04:49.542 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-25T20:04:50.692Z[ recovery-image] Aug 25 20:04:49.552 INFO O| Aug 25 20:04:49.552 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91602026-08-25T20:04:50.692Z[ recovery-image] Aug 25 20:04:49.552 INFO O| Aug 25 20:04:49.552 INFO STEP 79 (remove_files) COMPLETE
91612026-08-25T20:04:50.692Z[ recovery-image] Aug 25 20:04:49.552 INFO O| Aug 25 20:04:49.552 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-25T20:04:50.702Z[ recovery-image] Aug 25 20:04:49.562 INFO O| Aug 25 20:04:49.562 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91632026-08-25T20:04:50.702Z[ recovery-image] Aug 25 20:04:49.562 INFO O| Aug 25 20:04:49.562 INFO STEP 80 (remove_files) COMPLETE
91642026-08-25T20:04:50.702Z[ recovery-image] Aug 25 20:04:49.562 INFO O| Aug 25 20:04:49.562 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-25T20:04:50.712Z[ recovery-image] Aug 25 20:04:49.572 INFO O| Aug 25 20:04:49.572 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91662026-08-25T20:04:50.712Z[ recovery-image] Aug 25 20:04:49.572 INFO O| Aug 25 20:04:49.572 INFO STEP 81 (remove_files) COMPLETE
91672026-08-25T20:04:50.716Z[ recovery-image] Aug 25 20:04:49.572 INFO O| Aug 25 20:04:49.572 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-25T20:04:50.722Z[ recovery-image] Aug 25 20:04:49.582 INFO O| Aug 25 20:04:49.582 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91692026-08-25T20:04:50.722Z[ recovery-image] Aug 25 20:04:49.582 INFO O| Aug 25 20:04:49.582 INFO STEP 82 (remove_files) COMPLETE
91702026-08-25T20:04:50.725Z[ recovery-image] Aug 25 20:04:49.582 INFO O| Aug 25 20:04:49.582 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-25T20:04:50.732Z[ recovery-image] Aug 25 20:04:49.592 INFO O| Aug 25 20:04:49.592 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91722026-08-25T20:04:50.732Z[ recovery-image] Aug 25 20:04:49.592 INFO O| Aug 25 20:04:49.592 INFO STEP 83 (remove_files) COMPLETE
91732026-08-25T20:04:50.736Z[ recovery-image] Aug 25 20:04:49.592 INFO O| Aug 25 20:04:49.592 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-25T20:04:50.741Z[ recovery-image] Aug 25 20:04:49.602 INFO O| Aug 25 20:04:49.602 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91752026-08-25T20:04:50.741Z[ recovery-image] Aug 25 20:04:49.602 INFO O| Aug 25 20:04:49.602 INFO STEP 84 (remove_files) COMPLETE
91762026-08-25T20:04:50.745Z[ recovery-image] Aug 25 20:04:49.602 INFO O| Aug 25 20:04:49.602 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-25T20:04:50.753Z[ recovery-image] Aug 25 20:04:49.612 INFO O| Aug 25 20:04:49.612 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91782026-08-25T20:04:50.753Z[ recovery-image] Aug 25 20:04:49.612 INFO O| Aug 25 20:04:49.612 INFO STEP 85 (remove_files) COMPLETE
91792026-08-25T20:04:50.753Z[ recovery-image] Aug 25 20:04:49.612 INFO O| Aug 25 20:04:49.612 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-25T20:04:50.762Z[ recovery-image] Aug 25 20:04:49.622 INFO O| Aug 25 20:04:49.622 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91812026-08-25T20:04:50.763Z[ recovery-image] Aug 25 20:04:49.622 INFO O| Aug 25 20:04:49.622 INFO STEP 86 (remove_files) COMPLETE
91822026-08-25T20:04:50.763Z[ recovery-image] Aug 25 20:04:49.622 INFO O| Aug 25 20:04:49.622 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-25T20:04:50.772Z[ recovery-image] Aug 25 20:04:49.633 INFO O| Aug 25 20:04:49.633 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91842026-08-25T20:04:50.772Z[ recovery-image] Aug 25 20:04:49.633 INFO O| Aug 25 20:04:49.633 INFO STEP 87 (remove_files) COMPLETE
91852026-08-25T20:04:50.775Z[ recovery-image] Aug 25 20:04:49.633 INFO O| Aug 25 20:04:49.633 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-25T20:04:50.783Z[ recovery-image] Aug 25 20:04:49.643 INFO O| Aug 25 20:04:49.643 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91872026-08-25T20:04:50.783Z[ recovery-image] Aug 25 20:04:49.643 INFO O| Aug 25 20:04:49.643 INFO STEP 88 (remove_files) COMPLETE
91882026-08-25T20:04:50.787Z[ recovery-image] Aug 25 20:04:49.643 INFO O| Aug 25 20:04:49.643 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-25T20:04:50.793Z[ recovery-image] Aug 25 20:04:49.654 INFO O| Aug 25 20:04:49.654 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91902026-08-25T20:04:50.793Z[ recovery-image] Aug 25 20:04:49.654 INFO O| Aug 25 20:04:49.654 INFO STEP 89 (remove_files) COMPLETE
91912026-08-25T20:04:50.797Z[ recovery-image] Aug 25 20:04:49.654 INFO O| Aug 25 20:04:49.654 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-25T20:04:50.804Z[ recovery-image] Aug 25 20:04:49.664 INFO O| Aug 25 20:04:49.664 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91932026-08-25T20:04:50.804Z[ recovery-image] Aug 25 20:04:49.664 INFO O| Aug 25 20:04:49.664 INFO STEP 90 (remove_files) COMPLETE
91942026-08-25T20:04:50.804Z[ recovery-image] Aug 25 20:04:49.664 INFO O| Aug 25 20:04:49.664 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-25T20:04:50.814Z[ recovery-image] Aug 25 20:04:49.674 INFO O| Aug 25 20:04:49.674 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91962026-08-25T20:04:50.814Z[ recovery-image] Aug 25 20:04:49.674 INFO O| Aug 25 20:04:49.674 INFO STEP 91 (remove_files) COMPLETE
91972026-08-25T20:04:50.820Z[ recovery-image] Aug 25 20:04:49.674 INFO O| Aug 25 20:04:49.674 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-25T20:04:50.824Z[ recovery-image] Aug 25 20:04:49.685 INFO O| Aug 25 20:04:49.684 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91992026-08-25T20:04:50.824Z[ recovery-image] Aug 25 20:04:49.685 INFO O| Aug 25 20:04:49.685 INFO STEP 92 (remove_files) COMPLETE
92002026-08-25T20:04:50.827Z[ recovery-image] Aug 25 20:04:49.685 INFO O| Aug 25 20:04:49.685 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-25T20:04:50.834Z[ recovery-image] Aug 25 20:04:49.695 INFO O| Aug 25 20:04:49.695 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92022026-08-25T20:04:50.834Z[ recovery-image] Aug 25 20:04:49.695 INFO O| Aug 25 20:04:49.695 INFO STEP 93 (remove_files) COMPLETE
92032026-08-25T20:04:50.835Z[ recovery-image] Aug 25 20:04:49.695 INFO O| Aug 25 20:04:49.695 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-08-25T20:04:50.845Z[ recovery-image] Aug 25 20:04:49.705 INFO O| Aug 25 20:04:49.705 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92052026-08-25T20:04:50.845Z[ recovery-image] Aug 25 20:04:49.705 INFO O| Aug 25 20:04:49.705 INFO STEP 94 (remove_files) COMPLETE
92062026-08-25T20:04:50.848Z[ recovery-image] Aug 25 20:04:49.705 INFO O| Aug 25 20:04:49.705 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-08-25T20:04:50.855Z[ recovery-image] Aug 25 20:04:49.715 INFO O| Aug 25 20:04:49.715 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92082026-08-25T20:04:50.855Z[ recovery-image] Aug 25 20:04:49.716 INFO O| Aug 25 20:04:49.715 INFO STEP 95 (remove_files) COMPLETE
92092026-08-25T20:04:50.858Z[ recovery-image] Aug 25 20:04:49.716 INFO O| Aug 25 20:04:49.715 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-08-25T20:04:50.867Z[ recovery-image] Aug 25 20:04:49.727 INFO O| Aug 25 20:04:49.727 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92112026-08-25T20:04:50.867Z[ recovery-image] Aug 25 20:04:49.727 INFO O| Aug 25 20:04:49.727 INFO STEP 96 (remove_files) COMPLETE
92122026-08-25T20:04:50.867Z[ recovery-image] Aug 25 20:04:49.727 INFO O| Aug 25 20:04:49.727 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-08-25T20:04:50.879Z[ recovery-image] Aug 25 20:04:49.739 INFO O| Aug 25 20:04:49.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92142026-08-25T20:04:50.879Z[ recovery-image] Aug 25 20:04:49.739 INFO O| Aug 25 20:04:49.739 INFO STEP 97 (remove_files) COMPLETE
92152026-08-25T20:04:50.883Z[ recovery-image] Aug 25 20:04:49.739 INFO O| Aug 25 20:04:49.739 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-08-25T20:04:50.890Z[ recovery-image] Aug 25 20:04:49.750 INFO O| Aug 25 20:04:49.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92172026-08-25T20:04:50.890Z[ recovery-image] Aug 25 20:04:49.750 INFO O| Aug 25 20:04:49.750 INFO STEP 98 (remove_files) COMPLETE
92182026-08-25T20:04:50.890Z[ recovery-image] Aug 25 20:04:49.750 INFO O| Aug 25 20:04:49.750 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92192026-08-25T20:04:50.899Z[ recovery-image] Aug 25 20:04:49.759 INFO O| Aug 25 20:04:49.759 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92202026-08-25T20:04:50.899Z[ recovery-image] Aug 25 20:04:49.759 INFO O| Aug 25 20:04:49.759 INFO STEP 99 (remove_files) COMPLETE
92212026-08-25T20:04:50.912Z[ recovery-image] Aug 25 20:04:49.759 INFO O| Aug 25 20:04:49.759 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92222026-08-25T20:04:50.948Z[ recovery-image] Aug 25 20:04:49.772 INFO O| Aug 25 20:04:49.772 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92232026-08-25T20:04:50.949Z[ recovery-image] Aug 25 20:04:49.772 INFO O| Aug 25 20:04:49.772 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92242026-08-25T20:04:54.107Z[verify-libraries] Compiling oso v0.27.3
92252026-08-25T20:04:55.696Z[ recovery-image] Aug 25 20:04:54.556 INFO O| Aug 25 20:04:54.556 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
92262026-08-25T20:04:55.700Z[ recovery-image] Aug 25 20:04:54.558 INFO O| Aug 25 20:04:54.558 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92272026-08-25T20:04:55.709Z[ recovery-image] Aug 25 20:04:54.570 INFO O| Aug 25 20:04:54.569 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_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"}
92282026-08-25T20:04:55.808Z[ recovery-image] Aug 25 20:04:54.667 INFO O| Aug 25 20:04:54.667 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92292026-08-25T20:04:55.876Z[ recovery-image] Aug 25 20:04:54.736 INFO O| Aug 25 20:04:54.736 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92302026-08-25T20:04:55.947Z[ recovery-image] Aug 25 20:04:54.806 INFO O| Aug 25 20:04:54.806 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92312026-08-25T20:04:55.947Z[ recovery-image] Aug 25 20:04:54.806 INFO O| Aug 25 20:04:54.806 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 ...
92322026-08-25T20:04:55.951Z[ recovery-image] Aug 25 20:04:54.808 INFO O| Aug 25 20:04:54.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92332026-08-25T20:04:55.951Z[ recovery-image] Aug 25 20:04:54.809 INFO O| Aug 25 20:04:54.808 INFO ok!
92342026-08-25T20:04:55.951Z[ recovery-image] Aug 25 20:04:54.809 INFO O| Aug 25 20:04:54.808 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92352026-08-25T20:04:55.951Z[ recovery-image] Aug 25 20:04:54.809 INFO O| Aug 25 20:04:54.809 INFO STEP 100 (seed_smf) COMPLETE
92362026-08-25T20:04:55.951Z[ recovery-image] Aug 25 20:04:54.809 INFO O| Aug 25 20:04:54.809 INFO steps complete; finalising image!
92372026-08-25T20:04:55.951Z[ recovery-image] Aug 25 20:04:54.809 INFO O| Aug 25 20:04:54.809 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92382026-08-25T20:04:56.018Z[ recovery-image] Aug 25 20:04:54.878 INFO O| Aug 25 20:04:54.878 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 25 20:04:54 2026)
92392026-08-25T20:04:56.225Z[ recovery-image] Aug 25 20:04:55.085 INFO O| Aug 25 20:04:55.085 INFO trim TEMPORARY-sled-zfs-recovery: (73% trimmed, started at Tue Aug 25 20:04:54 2026)
92402026-08-25T20:04:56.432Z[ recovery-image] Aug 25 20:04:55.292 INFO O| Aug 25 20:04:55.292 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92412026-08-25T20:04:56.639Z[ recovery-image] Aug 25 20:04:55.499 INFO O| Aug 25 20:04:55.499 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92422026-08-25T20:04:56.845Z[ recovery-image] Aug 25 20:04:55.706 INFO O| Aug 25 20:04:55.705 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92432026-08-25T20:04:57.051Z[ recovery-image] Aug 25 20:04:55.912 INFO O| Aug 25 20:04:55.912 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92442026-08-25T20:04:57.258Z[ recovery-image] Aug 25 20:04:56.118 INFO O| Aug 25 20:04:56.118 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92452026-08-25T20:04:57.464Z[ recovery-image] Aug 25 20:04:56.324 INFO O| Aug 25 20:04:56.324 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92462026-08-25T20:04:57.672Z[ recovery-image] Aug 25 20:04:56.532 INFO O| Aug 25 20:04:56.532 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92472026-08-25T20:04:57.877Z[ recovery-image] Aug 25 20:04:56.738 INFO O| Aug 25 20:04:56.738 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92482026-08-25T20:04:58.084Z[ recovery-image] Aug 25 20:04:56.944 INFO O| Aug 25 20:04:56.944 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92492026-08-25T20:04:58.290Z[ recovery-image] Aug 25 20:04:57.150 INFO O| Aug 25 20:04:57.150 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92502026-08-25T20:04:58.496Z[ recovery-image] Aug 25 20:04:57.356 INFO O| Aug 25 20:04:57.356 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92512026-08-25T20:04:58.702Z[ recovery-image] Aug 25 20:04:57.562 INFO O| Aug 25 20:04:57.562 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92522026-08-25T20:04:58.908Z[ recovery-image] Aug 25 20:04:57.768 INFO O| Aug 25 20:04:57.768 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92532026-08-25T20:04:59.114Z[ recovery-image] Aug 25 20:04:57.975 INFO O| Aug 25 20:04:57.975 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92542026-08-25T20:04:59.321Z[ recovery-image] Aug 25 20:04:58.181 INFO O| Aug 25 20:04:58.181 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92552026-08-25T20:04:59.528Z[ recovery-image] Aug 25 20:04:58.386 INFO O| Aug 25 20:04:58.386 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92562026-08-25T20:04:59.732Z[ recovery-image] Aug 25 20:04:58.592 INFO O| Aug 25 20:04:58.592 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92572026-08-25T20:04:59.938Z[ recovery-image] Aug 25 20:04:58.798 INFO O| Aug 25 20:04:58.798 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92582026-08-25T20:05:00.145Z[ recovery-image] Aug 25 20:04:59.005 INFO O| Aug 25 20:04:59.005 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92592026-08-25T20:05:00.350Z[ recovery-image] Aug 25 20:04:59.210 INFO O| Aug 25 20:04:59.210 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92602026-08-25T20:05:00.555Z[ recovery-image] Aug 25 20:04:59.416 INFO O| Aug 25 20:04:59.415 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92612026-08-25T20:05:00.762Z[ recovery-image] Aug 25 20:04:59.622 INFO O| Aug 25 20:04:59.622 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92622026-08-25T20:05:00.966Z[ recovery-image] Aug 25 20:04:59.826 INFO O| Aug 25 20:04:59.826 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:04:54 2026)
92632026-08-25T20:05:01.175Z[ recovery-image] Aug 25 20:05:00.032 INFO O| Aug 25 20:05:00.032 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 25 20:04:54 2026)
92642026-08-25T20:05:01.261Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92652026-08-25T20:05:01.387Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92662026-08-25T20:05:01.394Z[ recovery-image] Aug 25 20:05:00.254 INFO O| Aug 25 20:05:00.254 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
92672026-08-25T20:05:01.394Z[ recovery-image] Aug 25 20:05:00.254 INFO O| Aug 25 20:05:00.254 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92682026-08-25T20:05:02.165Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92692026-08-25T20:05:02.165Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92702026-08-25T20:05:02.169Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92712026-08-25T20:05:02.169Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92722026-08-25T20:05:02.169Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92732026-08-25T20:05:02.169Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92742026-08-25T20:05:02.169Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92752026-08-25T20:05:02.169Z[ host-image] Aug 25 20:05:01.025 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92762026-08-25T20:05:02.169Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T195057Z
92772026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92782026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92792026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92802026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92812026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92822026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92832026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.026 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92842026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92852026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92862026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92872026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92882026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92892026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92902026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92912026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92922026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92932026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92942026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92952026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.027 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92962026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92972026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92982026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92992026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93002026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
93012026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
93022026-08-25T20:05:02.170Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
93032026-08-25T20:05:02.171Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
93042026-08-25T20:05:02.171Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
93052026-08-25T20:05:02.171Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
93062026-08-25T20:05:02.171Z[ host-image] Aug 25 20:05:01.028 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
93072026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93082026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93092026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93102026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93112026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93122026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93132026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93142026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.031 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93152026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.032 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93162026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.032 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93172026-08-25T20:05:02.175Z[ host-image] Aug 25 20:05:01.032 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93182026-08-25T20:05:02.178Z[ host-image] Aug 25 20:05:01.035 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93192026-08-25T20:05:02.178Z[ host-image] Aug 25 20:05:01.035 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93202026-08-25T20:05:02.179Z[ host-image] Aug 25 20:05:01.035 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93212026-08-25T20:05:02.179Z[ host-image] Aug 25 20:05:01.036 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93222026-08-25T20:05:02.179Z[ host-image] Aug 25 20:05:01.036 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93232026-08-25T20:05:02.179Z[ host-image] Aug 25 20:05:01.036 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93242026-08-25T20:05:02.183Z[ recovery-image] Aug 25 20:05:01.043 INFO O| Aug 25 20:05:01.043 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
93252026-08-25T20:05:02.183Z[ recovery-image] Aug 25 20:05:01.043 INFO O| Aug 25 20:05:01.043 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93262026-08-25T20:05:02.187Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93272026-08-25T20:05:02.190Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93282026-08-25T20:05:02.190Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93292026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93302026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93312026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93322026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93332026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93342026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93352026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93362026-08-25T20:05:02.191Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93372026-08-25T20:05:02.192Z[ host-image] Aug 25 20:05:01.048 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93382026-08-25T20:05:02.192Z[ host-image] Aug 25 20:05:01.049 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93392026-08-25T20:05:02.192Z[ host-image] Aug 25 20:05:01.050 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93402026-08-25T20:05:02.192Z[ host-image] Aug 25 20:05:01.050 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93412026-08-25T20:05:02.192Z[ host-image] Aug 25 20:05:01.050 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93422026-08-25T20:05:02.192Z[ host-image] Aug 25 20:05:01.050 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93432026-08-25T20:05:02.192Z[ host-image] Aug 25 20:05:01.050 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93442026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.054 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93452026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.054 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93462026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.055 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93472026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.055 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93482026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.055 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93492026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.055 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93502026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.055 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93512026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.055 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93522026-08-25T20:05:02.196Z[ host-image] Aug 25 20:05:01.056 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93532026-08-25T20:05:02.199Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93542026-08-25T20:05:02.200Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93552026-08-25T20:05:02.200Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93562026-08-25T20:05:02.200Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93572026-08-25T20:05:02.200Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93582026-08-25T20:05:02.200Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93592026-08-25T20:05:02.200Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93602026-08-25T20:05:02.200Z[ host-image] Aug 25 20:05:01.057 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93612026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.060 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93622026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.060 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93632026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.060 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93642026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.060 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93652026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.061 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93662026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.061 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93672026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.061 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93682026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.061 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93692026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.061 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93702026-08-25T20:05:02.203Z[ host-image] Aug 25 20:05:01.061 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93712026-08-25T20:05:02.207Z[ host-image] Aug 25 20:05:01.064 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93722026-08-25T20:05:02.207Z[ host-image] Aug 25 20:05:01.064 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93732026-08-25T20:05:02.207Z[ host-image] Aug 25 20:05:01.064 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93742026-08-25T20:05:02.207Z[ host-image] Aug 25 20:05:01.065 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93752026-08-25T20:05:02.207Z[ host-image] Aug 25 20:05:01.065 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93762026-08-25T20:05:02.212Z[ host-image] Aug 25 20:05:01.073 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93772026-08-25T20:05:02.213Z[ host-image] Aug 25 20:05:01.073 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93782026-08-25T20:05:02.215Z[ host-image] Aug 25 20:05:01.073 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93792026-08-25T20:05:02.215Z[ host-image] Aug 25 20:05:01.073 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93802026-08-25T20:05:02.215Z[ host-image] Aug 25 20:05:01.073 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93812026-08-25T20:05:02.224Z[ host-image] Aug 25 20:05:01.084 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93822026-08-25T20:05:02.224Z[ host-image] Aug 25 20:05:01.084 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93832026-08-25T20:05:02.224Z[ host-image] Aug 25 20:05:01.084 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93842026-08-25T20:05:02.224Z[ host-image] Aug 25 20:05:01.084 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93852026-08-25T20:05:02.227Z[ host-image] Aug 25 20:05:01.085 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93862026-08-25T20:05:02.227Z[ host-image] Aug 25 20:05:01.085 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93872026-08-25T20:05:02.227Z[ host-image] Aug 25 20:05:01.085 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93882026-08-25T20:05:02.227Z[ host-image] Aug 25 20:05:01.085 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93892026-08-25T20:05:02.227Z[ host-image] Aug 25 20:05:01.085 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93902026-08-25T20:05:02.227Z[ host-image] Aug 25 20:05:01.085 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93912026-08-25T20:05:02.231Z[ host-image] Aug 25 20:05:01.091 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93922026-08-25T20:05:02.231Z[ host-image] Aug 25 20:05:01.091 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93932026-08-25T20:05:02.231Z[ host-image] Aug 25 20:05:01.091 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93942026-08-25T20:05:02.234Z[ host-image] Aug 25 20:05:01.093 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93952026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.093 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93962026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.093 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93972026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.093 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93982026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.093 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93992026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
94002026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
94012026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94022026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94032026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
94042026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
94052026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94062026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94072026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94082026-08-25T20:05:02.235Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94092026-08-25T20:05:02.239Z[ host-image] Aug 25 20:05:01.094 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94102026-08-25T20:05:02.239Z[ host-image] Aug 25 20:05:01.095 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94112026-08-25T20:05:02.239Z[ host-image] Aug 25 20:05:01.095 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94122026-08-25T20:05:02.239Z[ host-image] Aug 25 20:05:01.095 INFO O| tempdir @ "/tmp/.tmpsRCaHW/tmp"
94132026-08-25T20:05:02.239Z[ host-image] Aug 25 20:05:01.095 INFO O| image root @ "/tmp/.tmpsRCaHW/tmp/root"
94142026-08-25T20:05:02.239Z[ host-image] Aug 25 20:05:01.095 INFO O| creating image...
94152026-08-25T20:05:04.833Z[ recovery-image] Aug 25 20:05:03.693 INFO O| Aug 25 20:05:03.693 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94162026-08-25T20:05:04.837Z[ recovery-image] Aug 25 20:05:03.693 INFO O| Aug 25 20:05:03.693 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94172026-08-25T20:05:04.837Z[ recovery-image] Aug 25 20:05:03.693 INFO O| Aug 25 20:05:03.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94182026-08-25T20:05:04.837Z[ recovery-image] Aug 25 20:05:03.693 INFO O| Aug 25 20:05:03.693 INFO completed processing sled/zfs-recovery
94192026-08-25T20:05:04.842Z[ recovery-image] Aug 25 20:05:03.693 INFO O| Aug 25 20:05:03.693 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94202026-08-25T20:05:05.029Z[ host-image] Aug 25 20:05:03.889 INFO O| copying publishers...
94212026-08-25T20:05:05.244Z[ recovery-image] Aug 25 20:05:04.104 INFO O| Aug 25 20:05:04.104 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94222026-08-25T20:05:05.390Z[ recovery-image] Aug 25 20:05:04.250 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94232026-08-25T20:05:05.390Z[ recovery-image] Aug 25 20:05:04.250 INFO expanded image name: "recovery e3bcc06/${os_short_commit} 2026-08-25 19:50" -> "recovery e3bcc06/bbd33bf 2026-08-25 19:50"
94242026-08-25T20:05:05.394Z[ recovery-image] Aug 25 20:05:04.250 INFO output artefacts stored in: "/work/os-recovery"
94252026-08-25T20:05:05.394Z[ recovery-image] Aug 25 20:05:04.250 INFO collecting git info from project "amd-host-image-builder"...
94262026-08-25T20:05:05.433Z[ recovery-image] Aug 25 20:05:04.293 INFO collecting git info from project "chelsio-t6-roms"...
94272026-08-25T20:05:05.457Z[ recovery-image] Aug 25 20:05:04.311 INFO collecting git info from project "pilot"...
94282026-08-25T20:05:05.462Z[ recovery-image] Aug 25 20:05:04.320 INFO collecting git info from project "dmar-report"...
94292026-08-25T20:05:05.471Z[ recovery-image] Aug 25 20:05:04.331 INFO collecting git info from project "pinprick"...
94302026-08-25T20:05:05.478Z[ recovery-image] Aug 25 20:05:04.338 INFO collecting git info from project "bootserver"...
94312026-08-25T20:05:05.509Z[ recovery-image] Aug 25 20:05:04.369 INFO collecting git info from project "phbl"...
94322026-08-25T20:05:05.584Z[ recovery-image] Aug 25 20:05:04.399 INFO collecting git info from project "image-builder"...
94332026-08-25T20:05:05.614Z[ recovery-image] Aug 25 20:05:04.474 INFO collecting git info from project "amd-firmware"...
94342026-08-25T20:05:06.082Z[ recovery-image] Aug 25 20:05:04.941 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94352026-08-25T20:05:06.741Z[ recovery-image] Aug 25 20:05:05.601 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94362026-08-25T20:05:07.145Z[ recovery-image] Aug 25 20:05:06.005 INFO creating Oxide boot image...
94372026-08-25T20:05:07.145Z[ recovery-image] Aug 25 20:05:06.005 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery e3bcc06/bbd33bf 2026-08-25 19:50", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94382026-08-25T20:05:08.595Z[ host-image] Aug 25 20:05:07.455 INFO O| adding properties...
94392026-08-25T20:05:10.953Z[ host-image] Aug 25 20:05:09.813 INFO O| installing packages...
94402026-08-25T20:05:11.107Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94412026-08-25T20:05:15.656Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94422026-08-25T20:05:15.678Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94432026-08-25T20:05:16.746Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94442026-08-25T20:05:17.676Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94452026-08-25T20:05:18.403Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94462026-08-25T20:05:20.697Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94472026-08-25T20:05:22.835Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94482026-08-25T20:05:24.003Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94492026-08-25T20:05:24.097Z[ host-image] Aug 25 20:05:22.956 INFO O| seeding SMF database...
94502026-08-25T20:05:29.149Z[ host-image] Aug 25 20:05:28.009 INFO O| configuring SMF profile...
94512026-08-25T20:05:29.149Z[ host-image] Aug 25 20:05:28.009 INFO O| modifying shadow(5)...
94522026-08-25T20:05:29.149Z[ host-image] Aug 25 20:05:28.009 INFO O| loading user and group database...
94532026-08-25T20:05:29.153Z[ host-image] Aug 25 20:05:28.009 INFO O| loading facet selections...
94542026-08-25T20:05:29.634Z[ host-image] Aug 25 20:05:28.494 INFO O| devel -> true
94552026-08-25T20:05:29.634Z[ host-image] Aug 25 20:05:28.494 INFO O| doc.man -> true
94562026-08-25T20:05:29.638Z[ host-image] Aug 25 20:05:28.494 INFO O| version-lock.shell/ksh93 -> true
94572026-08-25T20:05:29.638Z[ host-image] Aug 25 20:05:28.494 INFO O| version-lock.system/data/hardware-registry -> true
94582026-08-25T20:05:29.638Z[ host-image] Aug 25 20:05:28.494 INFO O| version-lock.system/data/zoneinfo -> true
94592026-08-25T20:05:29.638Z[ host-image] Aug 25 20:05:28.494 INFO O| version-lock.system/microcode/amd -> true
94602026-08-25T20:05:29.638Z[ host-image] Aug 25 20:05:28.494 INFO O| version-lock.system/microcode/intel -> true
94612026-08-25T20:05:29.638Z[ host-image] Aug 25 20:05:28.494 INFO O| version-lock.system/microcode/oxide -> true
94622026-08-25T20:05:29.638Z[ host-image] Aug 25 20:05:28.494 INFO O| assessing packaged files...
94632026-08-25T20:05:31.187Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94642026-08-25T20:05:31.320Z[ host-image] Aug 25 20:05:30.180 INFO O| creating archive...
94652026-08-25T20:05:31.344Z[ host-image] Aug 25 20:05:30.202 INFO O| missing from packaging:
94662026-08-25T20:05:31.344Z[ host-image] Aug 25 20:05:30.202 INFO O| "etc/.pwd.lock"
94672026-08-25T20:05:31.438Z[ host-image] Aug 25 20:05:30.202 INFO O| "etc/bash"
94682026-08-25T20:05:31.438Z[ host-image] Aug 25 20:05:30.206 INFO O| "etc/svc/profile/generic.xml"
94692026-08-25T20:05:31.439Z[ host-image] Aug 25 20:05:30.206 INFO O| "etc/svc/profile/inetd_services.xml"
94702026-08-25T20:05:31.439Z[ host-image] Aug 25 20:05:30.206 INFO O| "etc/svc/profile/name_service.xml"
94712026-08-25T20:05:31.439Z[ host-image] Aug 25 20:05:30.206 INFO O| "etc/svc/profile/platform.xml"
94722026-08-25T20:05:31.439Z[ host-image] Aug 25 20:05:30.206 INFO O| "etc/svc/profile/platform_omicron1.xml"
94732026-08-25T20:05:31.439Z[ host-image] Aug 25 20:05:30.206 INFO O| "etc/svc/repository.db"
94742026-08-25T20:05:31.442Z[ host-image] Aug 25 20:05:30.212 INFO O| "opt/ooce/share"
94752026-08-25T20:05:31.442Z[ host-image] Aug 25 20:05:30.212 INFO O| "opt/ooce/share/man"
94762026-08-25T20:05:31.442Z[ host-image] Aug 25 20:05:30.212 INFO O| "opt/ooce/share/man/man1"
94772026-08-25T20:05:31.442Z[ host-image] Aug 25 20:05:30.221 INFO O| finishing archive...
94782026-08-25T20:05:33.774Z[ host-image] Aug 25 20:05:32.633 INFO O| creating gzonly manifest...
94792026-08-25T20:05:33.811Z[ host-image] Aug 25 20:05:32.639 INFO O| ok
94802026-08-25T20:05:33.885Z[ host-image] Aug 25 20:05:32.741 INFO image builder template: ramdisk-02-trim...
94812026-08-25T20:05:33.885Z[ host-image] Aug 25 20:05:32.741 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/.tmpZkE6Di/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
94822026-08-25T20:05:33.909Z[ host-image] Aug 25 20:05:32.758 INFO O| Aug 25 20:05:32.758 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94832026-08-25T20:05:33.915Z[ host-image] Aug 25 20:05:32.762 INFO O| Aug 25 20:05:32.762 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94842026-08-25T20:05:35.313Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94852026-08-25T20:05:36.174Z[ host-image] Aug 25 20:05:35.034 INFO O| Aug 25 20:05:35.034 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94862026-08-25T20:05:36.381Z[ host-image] Aug 25 20:05:35.241 INFO O| Aug 25 20:05:35.241 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94872026-08-25T20:05:36.381Z[ host-image] Aug 25 20:05:35.241 INFO O| Aug 25 20:05:35.241 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94882026-08-25T20:05:36.443Z[ host-image] Aug 25 20:05:35.247 INFO O| Aug 25 20:05:35.246 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94892026-08-25T20:05:36.443Z[ host-image] Aug 25 20:05:35.250 INFO O| Aug 25 20:05:35.250 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94902026-08-25T20:05:36.443Z[ host-image] Aug 25 20:05:35.256 INFO O| Aug 25 20:05:35.256 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94912026-08-25T20:05:36.814Z[ host-image] Aug 25 20:05:35.674 INFO O| Aug 25 20:05:35.674 INFO rolled back to input snapshot; work may begin
94922026-08-25T20:05:36.814Z[ host-image] Aug 25 20:05:35.674 INFO O| Aug 25 20:05:35.674 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94932026-08-25T20:05:36.820Z[ host-image] Aug 25 20:05:35.679 INFO O| Aug 25 20:05:35.679 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-25T20:05:36.829Z[ host-image] Aug 25 20:05:35.688 INFO O| Aug 25 20:05:35.688 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94952026-08-25T20:05:36.870Z[ host-image] Aug 25 20:05:35.730 INFO O| Aug 25 20:05:35.730 INFO STEP 0 (remove_files) COMPLETE
94962026-08-25T20:05:36.871Z[ host-image] Aug 25 20:05:35.730 INFO O| Aug 25 20:05:35.730 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-25T20:05:36.882Z[ host-image] Aug 25 20:05:35.742 INFO O| Aug 25 20:05:35.742 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94982026-08-25T20:05:36.885Z[ host-image] Aug 25 20:05:35.743 INFO O| Aug 25 20:05:35.743 INFO STEP 1 (remove_files) COMPLETE
94992026-08-25T20:05:36.885Z[ host-image] Aug 25 20:05:35.743 INFO O| Aug 25 20:05:35.743 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-25T20:05:36.892Z[ host-image] Aug 25 20:05:35.752 INFO O| Aug 25 20:05:35.752 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95012026-08-25T20:05:36.907Z[ host-image] Aug 25 20:05:35.767 INFO O| Aug 25 20:05:35.767 INFO STEP 2 (remove_files) COMPLETE
95022026-08-25T20:05:36.907Z[ host-image] Aug 25 20:05:35.767 INFO O| Aug 25 20:05:35.767 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-25T20:05:36.919Z[ host-image] Aug 25 20:05:35.779 INFO O| Aug 25 20:05:35.779 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95042026-08-25T20:05:36.922Z[ host-image] Aug 25 20:05:35.780 INFO O| Aug 25 20:05:35.780 INFO STEP 3 (remove_files) COMPLETE
95052026-08-25T20:05:36.922Z[ host-image] Aug 25 20:05:35.780 INFO O| Aug 25 20:05:35.780 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-25T20:05:36.930Z[ host-image] Aug 25 20:05:35.790 INFO O| Aug 25 20:05:35.790 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95072026-08-25T20:05:36.933Z[ host-image] Aug 25 20:05:35.793 INFO O| Aug 25 20:05:35.793 INFO STEP 4 (remove_files) COMPLETE
95082026-08-25T20:05:36.933Z[ host-image] Aug 25 20:05:35.793 INFO O| Aug 25 20:05:35.793 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-25T20:05:36.943Z[ host-image] Aug 25 20:05:35.803 INFO O| Aug 25 20:05:35.803 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95102026-08-25T20:05:36.947Z[ host-image] Aug 25 20:05:35.805 INFO O| Aug 25 20:05:35.805 INFO STEP 5 (remove_files) COMPLETE
95112026-08-25T20:05:36.947Z[ host-image] Aug 25 20:05:35.805 INFO O| Aug 25 20:05:35.805 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-25T20:05:36.955Z[ host-image] Aug 25 20:05:35.815 INFO O| Aug 25 20:05:35.815 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95132026-08-25T20:05:36.965Z[ host-image] Aug 25 20:05:35.825 INFO O| Aug 25 20:05:35.825 INFO STEP 6 (remove_files) COMPLETE
95142026-08-25T20:05:36.965Z[ host-image] Aug 25 20:05:35.825 INFO O| Aug 25 20:05:35.825 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-25T20:05:36.968Z[ host-image] Aug 25 20:05:35.825 INFO O| Aug 25 20:05:35.825 INFO skip step because feature "heliosv2" is not enabled
95162026-08-25T20:05:36.968Z[ host-image] Aug 25 20:05:35.825 INFO O| Aug 25 20:05:35.825 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-25T20:05:36.976Z[ host-image] Aug 25 20:05:35.836 INFO O| Aug 25 20:05:35.836 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95182026-08-25T20:05:36.987Z[ host-image] Aug 25 20:05:35.847 INFO O| Aug 25 20:05:35.847 INFO STEP 8 (remove_files) COMPLETE
95192026-08-25T20:05:36.987Z[ host-image] Aug 25 20:05:35.847 INFO O| Aug 25 20:05:35.847 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-25T20:05:36.998Z[ host-image] Aug 25 20:05:35.857 INFO O| Aug 25 20:05:35.857 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95212026-08-25T20:05:37.065Z[ host-image] Aug 25 20:05:35.925 INFO O| Aug 25 20:05:35.925 INFO STEP 9 (remove_files) COMPLETE
95222026-08-25T20:05:37.065Z[ host-image] Aug 25 20:05:35.925 INFO O| Aug 25 20:05:35.925 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-25T20:05:37.077Z[ host-image] Aug 25 20:05:35.937 INFO O| Aug 25 20:05:35.937 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95242026-08-25T20:05:37.154Z[ host-image] Aug 25 20:05:36.014 INFO O| Aug 25 20:05:36.014 INFO STEP 10 (remove_files) COMPLETE
95252026-08-25T20:05:37.154Z[ host-image] Aug 25 20:05:36.014 INFO O| Aug 25 20:05:36.014 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-25T20:05:37.167Z[ host-image] Aug 25 20:05:36.027 INFO O| Aug 25 20:05:36.027 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95272026-08-25T20:05:37.170Z[ host-image] Aug 25 20:05:36.030 INFO O| Aug 25 20:05:36.030 INFO STEP 11 (remove_files) COMPLETE
95282026-08-25T20:05:37.170Z[ host-image] Aug 25 20:05:36.030 INFO O| Aug 25 20:05:36.030 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-25T20:05:37.180Z[ host-image] Aug 25 20:05:36.040 INFO O| Aug 25 20:05:36.040 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95302026-08-25T20:05:37.183Z[ host-image] Aug 25 20:05:36.041 INFO O| Aug 25 20:05:36.041 INFO STEP 12 (remove_files) COMPLETE
95312026-08-25T20:05:37.183Z[ host-image] Aug 25 20:05:36.041 INFO O| Aug 25 20:05:36.041 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-25T20:05:37.190Z[ host-image] Aug 25 20:05:36.050 INFO O| Aug 25 20:05:36.050 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95332026-08-25T20:05:37.193Z[ host-image] Aug 25 20:05:36.051 INFO O| Aug 25 20:05:36.051 INFO STEP 13 (remove_files) COMPLETE
95342026-08-25T20:05:37.194Z[ host-image] Aug 25 20:05:36.051 INFO O| Aug 25 20:05:36.051 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-25T20:05:37.351Z[ host-image] Aug 25 20:05:36.210 INFO O| Aug 25 20:05:36.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95362026-08-25T20:05:37.372Z[ host-image] Aug 25 20:05:36.232 INFO O| Aug 25 20:05:36.231 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95372026-08-25T20:05:37.440Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95382026-08-25T20:05:37.440Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95392026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95402026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95412026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95422026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95432026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95442026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.300 INFO O| Aug 25 20:05:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95452026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95462026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95472026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95482026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95492026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95502026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95512026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95522026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95532026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95542026-08-25T20:05:37.444Z[ host-image] Aug 25 20:05:36.301 INFO O| Aug 25 20:05:36.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95552026-08-25T20:05:37.447Z[ host-image] Aug 25 20:05:36.306 INFO O| Aug 25 20:05:36.306 INFO STEP 14 (remove_files) COMPLETE
95562026-08-25T20:05:37.447Z[ host-image] Aug 25 20:05:36.306 INFO O| Aug 25 20:05:36.306 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-25T20:05:37.457Z[ host-image] Aug 25 20:05:36.317 INFO O| Aug 25 20:05:36.317 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95582026-08-25T20:05:37.460Z[ host-image] Aug 25 20:05:36.318 INFO O| Aug 25 20:05:36.318 INFO STEP 15 (remove_files) COMPLETE
95592026-08-25T20:05:37.460Z[ host-image] Aug 25 20:05:36.318 INFO O| Aug 25 20:05:36.318 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-25T20:05:37.467Z[ host-image] Aug 25 20:05:36.327 INFO O| Aug 25 20:05:36.327 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95612026-08-25T20:05:37.473Z[ host-image] Aug 25 20:05:36.333 INFO O| Aug 25 20:05:36.333 INFO STEP 16 (remove_files) COMPLETE
95622026-08-25T20:05:37.473Z[ host-image] Aug 25 20:05:36.333 INFO O| Aug 25 20:05:36.333 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-25T20:05:37.483Z[ host-image] Aug 25 20:05:36.343 INFO O| Aug 25 20:05:36.343 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95642026-08-25T20:05:37.489Z[ host-image] Aug 25 20:05:36.343 INFO O| Aug 25 20:05:36.343 INFO STEP 17 (remove_files) COMPLETE
95652026-08-25T20:05:37.489Z[ host-image] Aug 25 20:05:36.343 INFO O| Aug 25 20:05:36.343 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-25T20:05:37.492Z[ host-image] Aug 25 20:05:36.352 INFO O| Aug 25 20:05:36.352 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95672026-08-25T20:05:37.495Z[ host-image] Aug 25 20:05:36.354 INFO O| Aug 25 20:05:36.354 INFO STEP 18 (remove_files) COMPLETE
95682026-08-25T20:05:37.496Z[ host-image] Aug 25 20:05:36.354 INFO O| Aug 25 20:05:36.354 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-25T20:05:37.502Z[ host-image] Aug 25 20:05:36.362 INFO O| Aug 25 20:05:36.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95702026-08-25T20:05:37.502Z[ host-image] Aug 25 20:05:36.362 INFO O| Aug 25 20:05:36.362 INFO STEP 19 (remove_files) COMPLETE
95712026-08-25T20:05:37.502Z[ host-image] Aug 25 20:05:36.362 INFO O| Aug 25 20:05:36.362 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-25T20:05:37.510Z[ host-image] Aug 25 20:05:36.370 INFO O| Aug 25 20:05:36.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95732026-08-25T20:05:37.513Z[ host-image] Aug 25 20:05:36.370 INFO O| Aug 25 20:05:36.370 INFO STEP 20 (remove_files) COMPLETE
95742026-08-25T20:05:37.513Z[ host-image] Aug 25 20:05:36.370 INFO O| Aug 25 20:05:36.370 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-25T20:05:37.518Z[ host-image] Aug 25 20:05:36.378 INFO O| Aug 25 20:05:36.378 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95762026-08-25T20:05:37.521Z[ host-image] Aug 25 20:05:36.378 INFO O| Aug 25 20:05:36.378 INFO STEP 21 (remove_files) COMPLETE
95772026-08-25T20:05:37.521Z[ host-image] Aug 25 20:05:36.378 INFO O| Aug 25 20:05:36.378 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-25T20:05:37.527Z[ host-image] Aug 25 20:05:36.387 INFO O| Aug 25 20:05:36.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95792026-08-25T20:05:37.530Z[ host-image] Aug 25 20:05:36.388 INFO O| Aug 25 20:05:36.388 INFO STEP 22 (remove_files) COMPLETE
95802026-08-25T20:05:37.530Z[ host-image] Aug 25 20:05:36.388 INFO O| Aug 25 20:05:36.388 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-25T20:05:37.537Z[ host-image] Aug 25 20:05:36.397 INFO O| Aug 25 20:05:36.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95822026-08-25T20:05:37.540Z[ host-image] Aug 25 20:05:36.397 INFO O| Aug 25 20:05:36.397 INFO STEP 23 (remove_files) COMPLETE
95832026-08-25T20:05:37.540Z[ host-image] Aug 25 20:05:36.397 INFO O| Aug 25 20:05:36.397 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-25T20:05:37.545Z[ host-image] Aug 25 20:05:36.405 INFO O| Aug 25 20:05:36.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95852026-08-25T20:05:37.545Z[ host-image] Aug 25 20:05:36.405 INFO O| Aug 25 20:05:36.405 INFO STEP 24 (remove_files) COMPLETE
95862026-08-25T20:05:37.548Z[ host-image] Aug 25 20:05:36.405 INFO O| Aug 25 20:05:36.405 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-25T20:05:37.556Z[ host-image] Aug 25 20:05:36.414 INFO O| Aug 25 20:05:36.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95882026-08-25T20:05:37.556Z[ host-image] Aug 25 20:05:36.414 INFO O| Aug 25 20:05:36.414 INFO STEP 25 (remove_files) COMPLETE
95892026-08-25T20:05:37.560Z[ host-image] Aug 25 20:05:36.414 INFO O| Aug 25 20:05:36.414 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-25T20:05:37.564Z[ host-image] Aug 25 20:05:36.424 INFO O| Aug 25 20:05:36.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95912026-08-25T20:05:37.564Z[ host-image] Aug 25 20:05:36.424 INFO O| Aug 25 20:05:36.424 INFO STEP 26 (remove_files) COMPLETE
95922026-08-25T20:05:37.569Z[ host-image] Aug 25 20:05:36.424 INFO O| Aug 25 20:05:36.424 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-25T20:05:37.573Z[ host-image] Aug 25 20:05:36.433 INFO O| Aug 25 20:05:36.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95942026-08-25T20:05:37.573Z[ host-image] Aug 25 20:05:36.433 INFO O| Aug 25 20:05:36.433 INFO STEP 27 (remove_files) COMPLETE
95952026-08-25T20:05:37.576Z[ host-image] Aug 25 20:05:36.433 INFO O| Aug 25 20:05:36.433 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-25T20:05:37.582Z[ host-image] Aug 25 20:05:36.442 INFO O| Aug 25 20:05:36.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95972026-08-25T20:05:37.582Z[ host-image] Aug 25 20:05:36.442 INFO O| Aug 25 20:05:36.442 INFO STEP 28 (remove_files) COMPLETE
95982026-08-25T20:05:37.585Z[ host-image] Aug 25 20:05:36.442 INFO O| Aug 25 20:05:36.442 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-25T20:05:37.593Z[ host-image] Aug 25 20:05:36.453 INFO O| Aug 25 20:05:36.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96002026-08-25T20:05:37.597Z[ host-image] Aug 25 20:05:36.453 INFO O| Aug 25 20:05:36.453 INFO STEP 29 (remove_files) COMPLETE
96012026-08-25T20:05:37.597Z[ host-image] Aug 25 20:05:36.453 INFO O| Aug 25 20:05:36.453 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-25T20:05:37.602Z[ host-image] Aug 25 20:05:36.462 INFO O| Aug 25 20:05:36.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96032026-08-25T20:05:37.602Z[ host-image] Aug 25 20:05:36.462 INFO O| Aug 25 20:05:36.462 INFO STEP 30 (remove_files) COMPLETE
96042026-08-25T20:05:37.602Z[ host-image] Aug 25 20:05:36.462 INFO O| Aug 25 20:05:36.462 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-25T20:05:37.611Z[ host-image] Aug 25 20:05:36.471 INFO O| Aug 25 20:05:36.471 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96062026-08-25T20:05:37.611Z[ host-image] Aug 25 20:05:36.471 INFO O| Aug 25 20:05:36.471 INFO STEP 31 (remove_files) COMPLETE
96072026-08-25T20:05:37.614Z[ host-image] Aug 25 20:05:36.471 INFO O| Aug 25 20:05:36.471 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-25T20:05:37.620Z[ host-image] Aug 25 20:05:36.480 INFO O| Aug 25 20:05:36.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96092026-08-25T20:05:37.620Z[ host-image] Aug 25 20:05:36.480 INFO O| Aug 25 20:05:36.480 INFO STEP 32 (remove_files) COMPLETE
96102026-08-25T20:05:37.620Z[ host-image] Aug 25 20:05:36.480 INFO O| Aug 25 20:05:36.480 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-25T20:05:37.630Z[ host-image] Aug 25 20:05:36.490 INFO O| Aug 25 20:05:36.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96122026-08-25T20:05:37.630Z[ host-image] Aug 25 20:05:36.490 INFO O| Aug 25 20:05:36.490 INFO STEP 33 (remove_files) COMPLETE
96132026-08-25T20:05:37.633Z[ host-image] Aug 25 20:05:36.490 INFO O| Aug 25 20:05:36.490 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-25T20:05:37.637Z[ host-image] Aug 25 20:05:36.498 INFO O| Aug 25 20:05:36.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96152026-08-25T20:05:37.641Z[ host-image] Aug 25 20:05:36.498 INFO O| Aug 25 20:05:36.498 INFO STEP 34 (remove_files) COMPLETE
96162026-08-25T20:05:37.641Z[ host-image] Aug 25 20:05:36.498 INFO O| Aug 25 20:05:36.498 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-25T20:05:37.645Z[ host-image] Aug 25 20:05:36.506 INFO O| Aug 25 20:05:36.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96182026-08-25T20:05:37.648Z[ host-image] Aug 25 20:05:36.506 INFO O| Aug 25 20:05:36.506 INFO STEP 35 (remove_files) COMPLETE
96192026-08-25T20:05:37.648Z[ host-image] Aug 25 20:05:36.506 INFO O| Aug 25 20:05:36.506 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-25T20:05:37.655Z[ host-image] Aug 25 20:05:36.515 INFO O| Aug 25 20:05:36.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96212026-08-25T20:05:37.655Z[ host-image] Aug 25 20:05:36.515 INFO O| Aug 25 20:05:36.515 INFO STEP 36 (remove_files) COMPLETE
96222026-08-25T20:05:37.658Z[ host-image] Aug 25 20:05:36.515 INFO O| Aug 25 20:05:36.515 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-25T20:05:37.664Z[ host-image] Aug 25 20:05:36.524 INFO O| Aug 25 20:05:36.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96242026-08-25T20:05:37.667Z[ host-image] Aug 25 20:05:36.524 INFO O| Aug 25 20:05:36.524 INFO STEP 37 (remove_files) COMPLETE
96252026-08-25T20:05:37.667Z[ host-image] Aug 25 20:05:36.524 INFO O| Aug 25 20:05:36.524 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-25T20:05:37.673Z[ host-image] Aug 25 20:05:36.533 INFO O| Aug 25 20:05:36.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96272026-08-25T20:05:37.673Z[ host-image] Aug 25 20:05:36.533 INFO O| Aug 25 20:05:36.533 INFO STEP 38 (remove_files) COMPLETE
96282026-08-25T20:05:37.673Z[ host-image] Aug 25 20:05:36.533 INFO O| Aug 25 20:05:36.533 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-25T20:05:37.681Z[ host-image] Aug 25 20:05:36.541 INFO O| Aug 25 20:05:36.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96302026-08-25T20:05:37.681Z[ host-image] Aug 25 20:05:36.541 INFO O| Aug 25 20:05:36.541 INFO STEP 39 (remove_files) COMPLETE
96312026-08-25T20:05:37.685Z[ host-image] Aug 25 20:05:36.541 INFO O| Aug 25 20:05:36.541 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-25T20:05:37.690Z[ host-image] Aug 25 20:05:36.550 INFO O| Aug 25 20:05:36.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96332026-08-25T20:05:37.690Z[ host-image] Aug 25 20:05:36.550 INFO O| Aug 25 20:05:36.550 INFO STEP 40 (remove_files) COMPLETE
96342026-08-25T20:05:37.690Z[ host-image] Aug 25 20:05:36.550 INFO O| Aug 25 20:05:36.550 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-25T20:05:37.700Z[ host-image] Aug 25 20:05:36.560 INFO O| Aug 25 20:05:36.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96362026-08-25T20:05:37.700Z[ host-image] Aug 25 20:05:36.560 INFO O| Aug 25 20:05:36.560 INFO STEP 41 (remove_files) COMPLETE
96372026-08-25T20:05:37.700Z[ host-image] Aug 25 20:05:36.560 INFO O| Aug 25 20:05:36.560 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-25T20:05:37.709Z[ host-image] Aug 25 20:05:36.569 INFO O| Aug 25 20:05:36.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96392026-08-25T20:05:37.709Z[ host-image] Aug 25 20:05:36.570 INFO O| Aug 25 20:05:36.570 INFO STEP 42 (remove_files) COMPLETE
96402026-08-25T20:05:37.713Z[ host-image] Aug 25 20:05:36.570 INFO O| Aug 25 20:05:36.570 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-25T20:05:37.718Z[ host-image] Aug 25 20:05:36.578 INFO O| Aug 25 20:05:36.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96422026-08-25T20:05:37.718Z[ host-image] Aug 25 20:05:36.578 INFO O| Aug 25 20:05:36.578 INFO STEP 43 (remove_files) COMPLETE
96432026-08-25T20:05:37.722Z[ host-image] Aug 25 20:05:36.578 INFO O| Aug 25 20:05:36.578 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-25T20:05:37.728Z[ host-image] Aug 25 20:05:36.588 INFO O| Aug 25 20:05:36.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96452026-08-25T20:05:37.731Z[ host-image] Aug 25 20:05:36.588 INFO O| Aug 25 20:05:36.588 INFO STEP 44 (remove_files) COMPLETE
96462026-08-25T20:05:37.731Z[ host-image] Aug 25 20:05:36.588 INFO O| Aug 25 20:05:36.588 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-08-25T20:05:37.737Z[ host-image] Aug 25 20:05:36.597 INFO O| Aug 25 20:05:36.597 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96482026-08-25T20:05:37.737Z[ host-image] Aug 25 20:05:36.597 INFO O| Aug 25 20:05:36.597 INFO STEP 45 (remove_files) COMPLETE
96492026-08-25T20:05:37.737Z[ host-image] Aug 25 20:05:36.597 INFO O| Aug 25 20:05:36.597 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-25T20:05:37.748Z[ host-image] Aug 25 20:05:36.607 INFO O| Aug 25 20:05:36.607 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96512026-08-25T20:05:37.748Z[ host-image] Aug 25 20:05:36.607 INFO O| Aug 25 20:05:36.607 INFO STEP 46 (remove_files) COMPLETE
96522026-08-25T20:05:37.748Z[ host-image] Aug 25 20:05:36.607 INFO O| Aug 25 20:05:36.607 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-25T20:05:37.756Z[ host-image] Aug 25 20:05:36.616 INFO O| Aug 25 20:05:36.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96542026-08-25T20:05:37.756Z[ host-image] Aug 25 20:05:36.616 INFO O| Aug 25 20:05:36.616 INFO STEP 47 (remove_files) COMPLETE
96552026-08-25T20:05:37.756Z[ host-image] Aug 25 20:05:36.616 INFO O| Aug 25 20:05:36.616 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-08-25T20:05:37.766Z[ host-image] Aug 25 20:05:36.626 INFO O| Aug 25 20:05:36.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96572026-08-25T20:05:37.770Z[ host-image] Aug 25 20:05:36.626 INFO O| Aug 25 20:05:36.626 INFO STEP 48 (remove_files) COMPLETE
96582026-08-25T20:05:37.770Z[ host-image] Aug 25 20:05:36.626 INFO O| Aug 25 20:05:36.626 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-08-25T20:05:37.777Z[ host-image] Aug 25 20:05:36.637 INFO O| Aug 25 20:05:36.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96602026-08-25T20:05:37.780Z[ host-image] Aug 25 20:05:36.637 INFO O| Aug 25 20:05:36.637 INFO STEP 49 (remove_files) COMPLETE
96612026-08-25T20:05:37.780Z[ host-image] Aug 25 20:05:36.637 INFO O| Aug 25 20:05:36.637 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-25T20:05:37.787Z[ host-image] Aug 25 20:05:36.647 INFO O| Aug 25 20:05:36.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96632026-08-25T20:05:37.787Z[ host-image] Aug 25 20:05:36.647 INFO O| Aug 25 20:05:36.647 INFO STEP 50 (remove_files) COMPLETE
96642026-08-25T20:05:37.791Z[ host-image] Aug 25 20:05:36.647 INFO O| Aug 25 20:05:36.647 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-25T20:05:37.796Z[ host-image] Aug 25 20:05:36.656 INFO O| Aug 25 20:05:36.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96662026-08-25T20:05:37.796Z[ host-image] Aug 25 20:05:36.656 INFO O| Aug 25 20:05:36.656 INFO STEP 51 (remove_files) COMPLETE
96672026-08-25T20:05:37.796Z[ host-image] Aug 25 20:05:36.656 INFO O| Aug 25 20:05:36.656 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-08-25T20:05:37.805Z[ host-image] Aug 25 20:05:36.665 INFO O| Aug 25 20:05:36.665 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96692026-08-25T20:05:37.808Z[ host-image] Aug 25 20:05:36.665 INFO O| Aug 25 20:05:36.665 INFO STEP 52 (remove_files) COMPLETE
96702026-08-25T20:05:37.808Z[ host-image] Aug 25 20:05:36.665 INFO O| Aug 25 20:05:36.665 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-08-25T20:05:37.814Z[ host-image] Aug 25 20:05:36.674 INFO O| Aug 25 20:05:36.674 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96722026-08-25T20:05:37.814Z[ host-image] Aug 25 20:05:36.674 INFO O| Aug 25 20:05:36.674 INFO STEP 53 (remove_files) COMPLETE
96732026-08-25T20:05:37.817Z[ host-image] Aug 25 20:05:36.674 INFO O| Aug 25 20:05:36.674 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-25T20:05:37.823Z[ host-image] Aug 25 20:05:36.683 INFO O| Aug 25 20:05:36.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96752026-08-25T20:05:37.826Z[ host-image] Aug 25 20:05:36.683 INFO O| Aug 25 20:05:36.683 INFO STEP 54 (remove_files) COMPLETE
96762026-08-25T20:05:37.826Z[ host-image] Aug 25 20:05:36.683 INFO O| Aug 25 20:05:36.683 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-25T20:05:37.832Z[ host-image] Aug 25 20:05:36.692 INFO O| Aug 25 20:05:36.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96782026-08-25T20:05:37.835Z[ host-image] Aug 25 20:05:36.692 INFO O| Aug 25 20:05:36.692 INFO STEP 55 (remove_files) COMPLETE
96792026-08-25T20:05:37.835Z[ host-image] Aug 25 20:05:36.692 INFO O| Aug 25 20:05:36.692 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-08-25T20:05:37.840Z[ host-image] Aug 25 20:05:36.701 INFO O| Aug 25 20:05:36.701 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96812026-08-25T20:05:37.840Z[ host-image] Aug 25 20:05:36.701 INFO O| Aug 25 20:05:36.701 INFO STEP 56 (remove_files) COMPLETE
96822026-08-25T20:05:37.844Z[ host-image] Aug 25 20:05:36.701 INFO O| Aug 25 20:05:36.701 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-08-25T20:05:37.850Z[ host-image] Aug 25 20:05:36.710 INFO O| Aug 25 20:05:36.710 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96842026-08-25T20:05:37.850Z[ host-image] Aug 25 20:05:36.710 INFO O| Aug 25 20:05:36.710 INFO STEP 57 (remove_files) COMPLETE
96852026-08-25T20:05:37.850Z[ host-image] Aug 25 20:05:36.710 INFO O| Aug 25 20:05:36.710 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-08-25T20:05:37.860Z[ host-image] Aug 25 20:05:36.720 INFO O| Aug 25 20:05:36.720 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96872026-08-25T20:05:37.860Z[ host-image] Aug 25 20:05:36.721 INFO O| Aug 25 20:05:36.721 INFO STEP 58 (remove_files) COMPLETE
96882026-08-25T20:05:37.860Z[ host-image] Aug 25 20:05:36.721 INFO O| Aug 25 20:05:36.721 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-08-25T20:05:37.870Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96902026-08-25T20:05:37.870Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96912026-08-25T20:05:37.874Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96922026-08-25T20:05:37.874Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96932026-08-25T20:05:37.874Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96942026-08-25T20:05:37.874Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96952026-08-25T20:05:37.874Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO ok!
96962026-08-25T20:05:37.874Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO STEP 59 (ensure_file) COMPLETE
96972026-08-25T20:05:37.874Z[ host-image] Aug 25 20:05:36.730 INFO O| Aug 25 20:05:36.730 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-25T20:05:37.880Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96992026-08-25T20:05:37.880Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97002026-08-25T20:05:37.883Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97012026-08-25T20:05:37.883Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97022026-08-25T20:05:37.883Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97032026-08-25T20:05:37.883Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97042026-08-25T20:05:37.883Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO ok!
97052026-08-25T20:05:37.883Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO STEP 60 (ensure_file) COMPLETE
97062026-08-25T20:05:37.883Z[ host-image] Aug 25 20:05:36.740 INFO O| Aug 25 20:05:36.740 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-08-25T20:05:37.891Z[ host-image] Aug 25 20:05:36.751 INFO O| Aug 25 20:05:36.751 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97082026-08-25T20:05:37.891Z[ host-image] Aug 25 20:05:36.751 INFO O| Aug 25 20:05:36.751 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97092026-08-25T20:05:37.891Z[ host-image] Aug 25 20:05:36.751 INFO O| Aug 25 20:05:36.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97102026-08-25T20:05:37.894Z[ host-image] Aug 25 20:05:36.751 INFO O| Aug 25 20:05:36.751 INFO ok!
97112026-08-25T20:05:37.894Z[ host-image] Aug 25 20:05:36.751 INFO O| Aug 25 20:05:36.751 INFO STEP 61 (ensure_file) COMPLETE
97122026-08-25T20:05:37.894Z[ host-image] Aug 25 20:05:36.751 INFO O| Aug 25 20:05:36.751 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-08-25T20:05:37.900Z[ host-image] Aug 25 20:05:36.761 INFO O| Aug 25 20:05:36.761 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97142026-08-25T20:05:37.903Z[ host-image] Aug 25 20:05:36.761 INFO O| Aug 25 20:05:36.761 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97152026-08-25T20:05:37.903Z[ host-image] Aug 25 20:05:36.761 INFO O| Aug 25 20:05:36.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97162026-08-25T20:05:37.904Z[ host-image] Aug 25 20:05:36.761 INFO O| Aug 25 20:05:36.761 INFO ok!
97172026-08-25T20:05:37.904Z[ host-image] Aug 25 20:05:36.761 INFO O| Aug 25 20:05:36.761 INFO STEP 62 (ensure_file) COMPLETE
97182026-08-25T20:05:37.904Z[ host-image] Aug 25 20:05:36.761 INFO O| Aug 25 20:05:36.761 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-08-25T20:05:37.909Z[ host-image] Aug 25 20:05:36.769 INFO O| Aug 25 20:05:36.769 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97202026-08-25T20:05:37.909Z[ host-image] Aug 25 20:05:36.769 INFO O| Aug 25 20:05:36.769 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97212026-08-25T20:05:37.912Z[ host-image] Aug 25 20:05:36.769 INFO O| Aug 25 20:05:36.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97222026-08-25T20:05:37.912Z[ host-image] Aug 25 20:05:36.769 INFO O| Aug 25 20:05:36.769 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97232026-08-25T20:05:37.912Z[ host-image] Aug 25 20:05:36.769 INFO O| Aug 25 20:05:36.769 INFO ok!
97242026-08-25T20:05:37.912Z[ host-image] Aug 25 20:05:36.769 INFO O| Aug 25 20:05:36.769 INFO STEP 63 (ensure_file) COMPLETE
97252026-08-25T20:05:37.912Z[ host-image] Aug 25 20:05:36.769 INFO O| Aug 25 20:05:36.769 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-08-25T20:05:37.919Z[ host-image] Aug 25 20:05:36.780 INFO O| Aug 25 20:05:36.780 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97272026-08-25T20:05:37.920Z[ host-image] Aug 25 20:05:36.780 INFO O| Aug 25 20:05:36.780 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97282026-08-25T20:05:37.923Z[ host-image] Aug 25 20:05:36.780 INFO O| Aug 25 20:05:36.780 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97292026-08-25T20:05:37.923Z[ host-image] Aug 25 20:05:36.780 INFO O| Aug 25 20:05:36.780 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97302026-08-25T20:05:37.923Z[ host-image] Aug 25 20:05:36.780 INFO O| Aug 25 20:05:36.780 INFO ok!
97312026-08-25T20:05:37.923Z[ host-image] Aug 25 20:05:36.780 INFO O| Aug 25 20:05:36.780 INFO STEP 64 (ensure_file) COMPLETE
97322026-08-25T20:05:37.923Z[ host-image] Aug 25 20:05:36.780 INFO O| Aug 25 20:05:36.780 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97332026-08-25T20:05:37.928Z[ host-image] Aug 25 20:05:36.788 INFO O| Aug 25 20:05:36.788 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97342026-08-25T20:05:37.928Z[ host-image] Aug 25 20:05:36.788 INFO O| Aug 25 20:05:36.788 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97352026-08-25T20:05:37.931Z[ host-image] Aug 25 20:05:36.788 INFO O| Aug 25 20:05:36.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97362026-08-25T20:05:37.931Z[ host-image] Aug 25 20:05:36.788 INFO O| Aug 25 20:05:36.788 INFO ok!
97372026-08-25T20:05:37.931Z[ host-image] Aug 25 20:05:36.788 INFO O| Aug 25 20:05:36.788 INFO STEP 65 (assemble_files) COMPLETE
97382026-08-25T20:05:37.931Z[ host-image] Aug 25 20:05:36.788 INFO O| Aug 25 20:05:36.788 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97392026-08-25T20:05:37.936Z[ host-image] Aug 25 20:05:36.796 INFO O| Aug 25 20:05:36.796 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97402026-08-25T20:05:37.936Z[ host-image] Aug 25 20:05:36.796 INFO O| Aug 25 20:05:36.796 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97412026-08-25T20:05:37.939Z[ host-image] Aug 25 20:05:36.796 INFO O| Aug 25 20:05:36.796 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97422026-08-25T20:05:37.939Z[ host-image] Aug 25 20:05:36.796 INFO O| Aug 25 20:05:36.796 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97432026-08-25T20:05:37.939Z[ host-image] Aug 25 20:05:36.796 INFO O| Aug 25 20:05:36.796 INFO ok!
97442026-08-25T20:05:37.939Z[ host-image] Aug 25 20:05:36.796 INFO O| Aug 25 20:05:36.796 INFO STEP 66 (ensure_file) COMPLETE
97452026-08-25T20:05:37.939Z[ host-image] Aug 25 20:05:36.796 INFO O| Aug 25 20:05:36.796 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97462026-08-25T20:05:37.945Z[ host-image] Aug 25 20:05:36.805 INFO O| Aug 25 20:05:36.805 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97472026-08-25T20:05:37.945Z[ host-image] Aug 25 20:05:36.805 INFO O| Aug 25 20:05:36.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97482026-08-25T20:05:37.948Z[ host-image] Aug 25 20:05:36.805 INFO O| Aug 25 20:05:36.805 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97492026-08-25T20:05:37.948Z[ host-image] Aug 25 20:05:36.805 INFO O| Aug 25 20:05:36.805 INFO STEP 67 (ensure_dir) COMPLETE
97502026-08-25T20:05:37.948Z[ host-image] Aug 25 20:05:36.805 INFO O| Aug 25 20:05:36.805 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97512026-08-25T20:05:37.953Z[ host-image] Aug 25 20:05:36.813 INFO O| Aug 25 20:05:36.813 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97522026-08-25T20:05:37.953Z[ host-image] Aug 25 20:05:36.813 INFO O| Aug 25 20:05:36.813 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 ...
97532026-08-25T20:05:37.959Z[ host-image] Aug 25 20:05:36.819 INFO O| Aug 25 20:05:36.819 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
97542026-08-25T20:05:37.959Z[ host-image] Aug 25 20:05:36.819 INFO O| Aug 25 20:05:36.819 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97552026-08-25T20:05:37.962Z[ host-image] Aug 25 20:05:36.819 INFO O| Aug 25 20:05:36.819 INFO ok!
97562026-08-25T20:05:37.962Z[ host-image] Aug 25 20:05:36.819 INFO O| Aug 25 20:05:36.819 INFO STEP 68 (ensure_file) COMPLETE
97572026-08-25T20:05:37.962Z[ host-image] Aug 25 20:05:36.819 INFO O| Aug 25 20:05:36.819 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97582026-08-25T20:05:37.968Z[ host-image] Aug 25 20:05:36.828 INFO O| Aug 25 20:05:36.828 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97592026-08-25T20:05:37.968Z[ host-image] Aug 25 20:05:36.828 INFO O| Aug 25 20:05:36.828 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 ...
97602026-08-25T20:05:37.971Z[ host-image] Aug 25 20:05:36.828 INFO O| Aug 25 20:05:36.828 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
97612026-08-25T20:05:37.971Z[ host-image] Aug 25 20:05:36.828 INFO O| Aug 25 20:05:36.828 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97622026-08-25T20:05:37.971Z[ host-image] Aug 25 20:05:36.828 INFO O| Aug 25 20:05:36.828 INFO ok!
97632026-08-25T20:05:37.971Z[ host-image] Aug 25 20:05:36.828 INFO O| Aug 25 20:05:36.828 INFO STEP 69 (ensure_file) COMPLETE
97642026-08-25T20:05:37.971Z[ host-image] Aug 25 20:05:36.828 INFO O| Aug 25 20:05:36.828 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97652026-08-25T20:05:37.980Z[ host-image] Aug 25 20:05:36.840 INFO O| Aug 25 20:05:36.840 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97662026-08-25T20:05:37.980Z[ host-image] Aug 25 20:05:36.840 INFO O| Aug 25 20:05:36.840 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97672026-08-25T20:05:39.484Z[ host-image] Aug 25 20:05:38.344 INFO O| Aug 25 20:05:38.344 INFO STEP 70 (pack_tar) COMPLETE
97682026-08-25T20:05:39.484Z[ host-image] Aug 25 20:05:38.344 INFO O| Aug 25 20:05:38.344 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97692026-08-25T20:05:39.484Z[ host-image] Aug 25 20:05:38.344 INFO O| Aug 25 20:05:38.344 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97702026-08-25T20:05:39.891Z[ host-image] Aug 25 20:05:38.751 INFO O| Aug 25 20:05:38.751 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97712026-08-25T20:05:40.298Z[ host-image] Aug 25 20:05:39.158 INFO O| Aug 25 20:05:39.158 INFO completed processing sled/ramdisk-02-trim
97722026-08-25T20:05:40.302Z[ host-image] Aug 25 20:05:39.160 INFO image builder template: zfs...
97732026-08-25T20:05:40.302Z[ host-image] Aug 25 20:05:39.160 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/.tmpZkE6Di/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
97742026-08-25T20:05:40.313Z[ host-image] Aug 25 20:05:39.173 INFO O| Aug 25 20:05:39.173 INFO skip include "stress" because feature "stress" is not enabled
97752026-08-25T20:05:40.313Z[ host-image] Aug 25 20:05:39.173 INFO O| Aug 25 20:05:39.173 INFO skip include "stress" because feature "compliance" is not enabled
97762026-08-25T20:05:40.344Z[ host-image] Aug 25 20:05:39.204 INFO O| Aug 25 20:05:39.204 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97772026-08-25T20:05:40.348Z[ host-image] Aug 25 20:05:39.208 INFO O| Aug 25 20:05:39.208 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97782026-08-25T20:05:40.424Z[ host-image] Aug 25 20:05:39.284 INFO O| Aug 25 20:05:39.284 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97792026-08-25T20:05:40.488Z[ host-image] Aug 25 20:05:39.348 INFO O| Aug 25 20:05:39.348 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97802026-08-25T20:05:40.488Z[ host-image] Aug 25 20:05:39.348 INFO O| Aug 25 20:05:39.348 INFO work dataset: rpool/images/build/host/work/sled/zfs
97812026-08-25T20:05:40.491Z[ host-image] Aug 25 20:05:39.351 INFO O| Aug 25 20:05:39.351 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97822026-08-25T20:05:40.546Z[ host-image] Aug 25 20:05:39.406 INFO O| Aug 25 20:05:39.406 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97832026-08-25T20:05:40.589Z[ host-image] Aug 25 20:05:39.449 INFO O| Aug 25 20:05:39.449 INFO DESTROY POOL: TEMPORARY-sled-zfs
97842026-08-25T20:05:40.597Z[ host-image] Aug 25 20:05:39.457 INFO O| Aug 25 20:05:39.457 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97852026-08-25T20:05:40.603Z[ host-image] Aug 25 20:05:39.462 INFO O| Aug 25 20:05:39.462 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97862026-08-25T20:05:40.603Z[ host-image] Aug 25 20:05:39.462 INFO O| Aug 25 20:05:39.462 INFO no lofi found
97872026-08-25T20:05:40.603Z[ host-image] Aug 25 20:05:39.462 INFO O| Aug 25 20:05:39.462 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97882026-08-25T20:05:40.603Z[ host-image] Aug 25 20:05:39.462 INFO O| Aug 25 20:05:39.462 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97892026-08-25T20:05:42.142Z[ host-image] Aug 25 20:05:41.001 INFO O| Aug 25 20:05:41.001 INFO lofi device = /dev/dsk/c2t1d0p0
97902026-08-25T20:05:42.143Z[ host-image] Aug 25 20:05:41.001 INFO O| Aug 25 20:05:41.001 INFO pool device = /dev/dsk/c2t1d0p0
97912026-08-25T20:05:42.143Z[ host-image] Aug 25 20:05:41.001 INFO O| Aug 25 20:05:41.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"]
97922026-08-25T20:05:42.214Z[ host-image] Aug 25 20:05:41.074 INFO O| Aug 25 20:05:41.074 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97932026-08-25T20:05:42.214Z[ host-image] Aug 25 20:05:41.074 INFO O| Aug 25 20:05:41.074 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97942026-08-25T20:05:42.235Z[ host-image] Aug 25 20:05:41.095 INFO O| Aug 25 20:05:41.095 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97952026-08-25T20:05:42.286Z[ host-image] Aug 25 20:05:41.146 INFO O| Aug 25 20:05:41.145 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97962026-08-25T20:05:42.315Z[ host-image] Aug 25 20:05:41.175 INFO O| Aug 25 20:05:41.175 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97972026-08-25T20:05:42.329Z[ host-image] Aug 25 20:05:41.189 INFO O| Aug 25 20:05:41.189 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97982026-08-25T20:05:42.342Z[ host-image] Aug 25 20:05:41.202 INFO O| Aug 25 20:05:41.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97992026-08-25T20:05:42.379Z[ host-image] Aug 25 20:05:41.239 INFO O| Aug 25 20:05:41.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98002026-08-25T20:05:42.379Z[ host-image] Aug 25 20:05:41.239 INFO O| Aug 25 20:05:41.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98012026-08-25T20:05:42.379Z[ host-image] Aug 25 20:05:41.239 INFO O| Aug 25 20:05:41.239 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98022026-08-25T20:05:42.391Z[ host-image] Aug 25 20:05:41.250 INFO O| Aug 25 20:05:41.250 INFO boot environment UUID: d7048257-dee9-4142-99e4-c6a8d1ce4c55
98032026-08-25T20:05:42.391Z[ host-image] Aug 25 20:05:41.250 INFO O| Aug 25 20:05:41.250 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d7048257-dee9-4142-99e4-c6a8d1ce4c55
98042026-08-25T20:05:42.401Z[ host-image] Aug 25 20:05:41.261 INFO O| Aug 25 20:05:41.261 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98052026-08-25T20:05:42.412Z[ host-image] Aug 25 20:05:41.272 INFO O| Aug 25 20:05:41.272 INFO STEP 0 (create_be) COMPLETE
98062026-08-25T20:05:42.412Z[ host-image] Aug 25 20:05:41.272 INFO O| Aug 25 20:05:41.272 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98072026-08-25T20:05:42.428Z[ host-image] Aug 25 20:05:41.288 INFO O| Aug 25 20:05:41.288 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98082026-08-25T20:05:51.404Z[ host-image] Aug 25 20:05:50.264 INFO O| Aug 25 20:05:50.263 INFO STEP 1 (unpack_tar) COMPLETE
98092026-08-25T20:05:51.404Z[ host-image] Aug 25 20:05:50.264 INFO O| Aug 25 20:05:50.263 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-25T20:05:51.412Z[ host-image] Aug 25 20:05:50.272 INFO O| Aug 25 20:05:50.272 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98112026-08-25T20:05:51.711Z[ host-image] Aug 25 20:05:50.571 INFO O| Aug 25 20:05:50.571 INFO STEP 2 (devfsadm) COMPLETE
98122026-08-25T20:05:51.711Z[ host-image] Aug 25 20:05:50.571 INFO O| Aug 25 20:05:50.571 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-08-25T20:05:51.720Z[ host-image] Aug 25 20:05:50.580 INFO O| Aug 25 20:05:50.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98142026-08-25T20:05:51.720Z[ host-image] Aug 25 20:05:50.580 INFO O| Aug 25 20:05:50.580 INFO STEP 3 (ensure_dir) COMPLETE
98152026-08-25T20:05:51.723Z[ host-image] Aug 25 20:05:50.580 INFO O| Aug 25 20:05:50.580 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-25T20:05:51.729Z[ host-image] Aug 25 20:05:50.589 INFO O| Aug 25 20:05:50.589 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98172026-08-25T20:05:51.732Z[ host-image] Aug 25 20:05:50.589 INFO O| Aug 25 20:05:50.589 INFO STEP 4 (ensure_dir) COMPLETE
98182026-08-25T20:05:51.732Z[ host-image] Aug 25 20:05:50.589 INFO O| Aug 25 20:05:50.589 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-25T20:05:51.737Z[ host-image] Aug 25 20:05:50.597 INFO O| Aug 25 20:05:50.597 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98202026-08-25T20:05:51.740Z[ host-image] Aug 25 20:05:50.597 INFO O| Aug 25 20:05:50.597 INFO STEP 5 (ensure_dir) COMPLETE
98212026-08-25T20:05:51.740Z[ host-image] Aug 25 20:05:50.597 INFO O| Aug 25 20:05:50.597 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-25T20:05:51.745Z[ host-image] Aug 25 20:05:50.605 INFO O| Aug 25 20:05:50.605 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98232026-08-25T20:05:51.745Z[ host-image] Aug 25 20:05:50.605 INFO O| Aug 25 20:05:50.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98242026-08-25T20:05:51.748Z[ host-image] Aug 25 20:05:50.605 INFO O| Aug 25 20:05:50.605 INFO STEP 6 (ensure_dir) COMPLETE
98252026-08-25T20:05:51.748Z[ host-image] Aug 25 20:05:50.605 INFO O| Aug 25 20:05:50.605 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-25T20:05:51.752Z[ host-image] Aug 25 20:05:50.613 INFO O| Aug 25 20:05:50.612 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98272026-08-25T20:05:51.752Z[ host-image] Aug 25 20:05:50.613 INFO O| Aug 25 20:05:50.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98282026-08-25T20:05:51.752Z[ host-image] Aug 25 20:05:50.613 INFO O| Aug 25 20:05:50.613 INFO STEP 7 (ensure_dir) COMPLETE
98292026-08-25T20:05:51.755Z[ host-image] Aug 25 20:05:50.613 INFO O| Aug 25 20:05:50.613 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-08-25T20:05:51.760Z[ host-image] Aug 25 20:05:50.620 INFO O| Aug 25 20:05:50.620 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98312026-08-25T20:05:51.763Z[ host-image] Aug 25 20:05:50.621 INFO O| Aug 25 20:05:50.621 INFO STEP 8 (remove_files) COMPLETE
98322026-08-25T20:05:51.763Z[ host-image] Aug 25 20:05:50.621 INFO O| Aug 25 20:05:50.621 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98332026-08-25T20:05:51.768Z[ host-image] Aug 25 20:05:50.628 INFO O| Aug 25 20:05:50.628 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98342026-08-25T20:05:51.771Z[ host-image] Aug 25 20:05:50.629 INFO O| Aug 25 20:05:50.629 INFO STEP 9 (remove_files) COMPLETE
98352026-08-25T20:05:51.771Z[ host-image] Aug 25 20:05:50.629 INFO O| Aug 25 20:05:50.629 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-25T20:05:51.776Z[ host-image] Aug 25 20:05:50.636 INFO O| Aug 25 20:05:50.636 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98372026-08-25T20:05:51.781Z[ host-image] Aug 25 20:05:50.637 INFO O| Aug 25 20:05:50.637 INFO STEP 10 (remove_files) COMPLETE
98382026-08-25T20:05:51.782Z[ host-image] Aug 25 20:05:50.637 INFO O| Aug 25 20:05:50.637 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-25T20:05:51.786Z[ host-image] Aug 25 20:05:50.646 INFO O| Aug 25 20:05:50.646 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98402026-08-25T20:05:51.786Z[ host-image] Aug 25 20:05:50.646 INFO O| Aug 25 20:05:50.646 INFO STEP 11 (remove_files) COMPLETE
98412026-08-25T20:05:51.786Z[ host-image] Aug 25 20:05:50.646 INFO O| Aug 25 20:05:50.646 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-08-25T20:05:51.793Z[ host-image] Aug 25 20:05:50.653 INFO O| Aug 25 20:05:50.653 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98432026-08-25T20:05:51.793Z[ host-image] Aug 25 20:05:50.653 INFO O| Aug 25 20:05:50.653 INFO STEP 12 (remove_files) COMPLETE
98442026-08-25T20:05:51.793Z[ host-image] Aug 25 20:05:50.653 INFO O| Aug 25 20:05:50.653 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-08-25T20:05:51.802Z[ host-image] Aug 25 20:05:50.662 INFO O| Aug 25 20:05:50.662 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98462026-08-25T20:05:51.802Z[ host-image] Aug 25 20:05:50.662 INFO O| Aug 25 20:05:50.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98472026-08-25T20:05:51.805Z[ host-image] Aug 25 20:05:50.662 INFO O| Aug 25 20:05:50.662 INFO STEP 13 (ensure_dir) COMPLETE
98482026-08-25T20:05:51.805Z[ host-image] Aug 25 20:05:50.662 INFO O| Aug 25 20:05:50.662 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98492026-08-25T20:05:51.809Z[ host-image] Aug 25 20:05:50.670 INFO O| Aug 25 20:05:50.670 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98502026-08-25T20:05:51.809Z[ host-image] Aug 25 20:05:50.670 INFO O| Aug 25 20:05:50.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98512026-08-25T20:05:51.810Z[ host-image] Aug 25 20:05:50.670 INFO O| Aug 25 20:05:50.670 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98522026-08-25T20:05:51.813Z[ host-image] Aug 25 20:05:50.670 INFO O| Aug 25 20:05:50.670 INFO STEP 14 (ensure_dir) COMPLETE
98532026-08-25T20:05:51.813Z[ host-image] Aug 25 20:05:50.670 INFO O| Aug 25 20:05:50.670 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-08-25T20:05:51.818Z[ host-image] Aug 25 20:05:50.678 INFO O| Aug 25 20:05:50.678 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98552026-08-25T20:05:51.821Z[ host-image] Aug 25 20:05:50.678 INFO O| Aug 25 20:05:50.678 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98562026-08-25T20:05:51.821Z[ host-image] Aug 25 20:05:50.678 INFO O| Aug 25 20:05:50.678 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98572026-08-25T20:05:51.821Z[ host-image] Aug 25 20:05:50.678 INFO O| Aug 25 20:05:50.678 INFO STEP 15 (ensure_dir) COMPLETE
98582026-08-25T20:05:51.821Z[ host-image] Aug 25 20:05:50.678 INFO O| Aug 25 20:05:50.678 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98592026-08-25T20:05:51.825Z[ host-image] Aug 25 20:05:50.685 INFO O| Aug 25 20:05:50.685 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98602026-08-25T20:05:51.825Z[ host-image] Aug 25 20:05:50.685 INFO O| Aug 25 20:05:50.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98612026-08-25T20:05:51.825Z[ host-image] Aug 25 20:05:50.685 INFO O| Aug 25 20:05:50.685 INFO STEP 16 (ensure_dir) COMPLETE
98622026-08-25T20:05:51.825Z[ host-image] Aug 25 20:05:50.685 INFO O| Aug 25 20:05:50.685 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98632026-08-25T20:05:51.832Z[ host-image] Aug 25 20:05:50.692 INFO O| Aug 25 20:05:50.692 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98642026-08-25T20:05:51.835Z[ host-image] Aug 25 20:05:50.692 INFO O| Aug 25 20:05:50.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98652026-08-25T20:05:51.835Z[ host-image] Aug 25 20:05:50.692 INFO O| Aug 25 20:05:50.692 INFO STEP 17 (ensure_dir) COMPLETE
98662026-08-25T20:05:51.835Z[ host-image] Aug 25 20:05:50.692 INFO O| Aug 25 20:05:50.692 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98672026-08-25T20:05:51.841Z[ host-image] Aug 25 20:05:50.701 INFO O| Aug 25 20:05:50.701 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98682026-08-25T20:05:51.844Z[ host-image] Aug 25 20:05:50.701 INFO O| Aug 25 20:05:50.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98692026-08-25T20:05:51.844Z[ host-image] Aug 25 20:05:50.701 INFO O| Aug 25 20:05:50.701 INFO ok!
98702026-08-25T20:05:51.844Z[ host-image] Aug 25 20:05:50.701 INFO O| Aug 25 20:05:50.701 INFO STEP 18 (ensure_symlink) COMPLETE
98712026-08-25T20:05:51.844Z[ host-image] Aug 25 20:05:50.701 INFO O| Aug 25 20:05:50.701 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98722026-08-25T20:05:51.848Z[ host-image] Aug 25 20:05:50.708 INFO O| Aug 25 20:05:50.708 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98732026-08-25T20:05:51.848Z[ host-image] Aug 25 20:05:50.708 INFO O| Aug 25 20:05:50.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98742026-08-25T20:05:51.852Z[ host-image] Aug 25 20:05:50.708 INFO O| Aug 25 20:05:50.708 INFO ok!
98752026-08-25T20:05:51.852Z[ host-image] Aug 25 20:05:50.708 INFO O| Aug 25 20:05:50.708 INFO STEP 19 (ensure_file) COMPLETE
98762026-08-25T20:05:51.852Z[ host-image] Aug 25 20:05:50.708 INFO O| Aug 25 20:05:50.708 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-08-25T20:05:51.856Z[ host-image] Aug 25 20:05:50.716 INFO O| Aug 25 20:05:50.716 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98782026-08-25T20:05:51.859Z[ host-image] Aug 25 20:05:50.716 INFO O| Aug 25 20:05:50.716 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98792026-08-25T20:05:51.859Z[ host-image] Aug 25 20:05:50.716 INFO O| Aug 25 20:05:50.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98802026-08-25T20:05:51.859Z[ host-image] Aug 25 20:05:50.716 INFO O| Aug 25 20:05:50.716 INFO ok!
98812026-08-25T20:05:51.859Z[ host-image] Aug 25 20:05:50.716 INFO O| Aug 25 20:05:50.716 INFO STEP 20 (ensure_symlink) COMPLETE
98822026-08-25T20:05:51.859Z[ host-image] Aug 25 20:05:50.716 INFO O| Aug 25 20:05:50.716 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-08-25T20:05:51.863Z[ host-image] Aug 25 20:05:50.723 INFO O| Aug 25 20:05:50.723 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98842026-08-25T20:05:51.863Z[ host-image] Aug 25 20:05:50.723 INFO O| Aug 25 20:05:50.723 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98852026-08-25T20:05:51.866Z[ host-image] Aug 25 20:05:50.724 INFO O| Aug 25 20:05:50.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98862026-08-25T20:05:51.866Z[ host-image] Aug 25 20:05:50.724 INFO O| Aug 25 20:05:50.723 INFO ok!
98872026-08-25T20:05:51.867Z[ host-image] Aug 25 20:05:50.724 INFO O| Aug 25 20:05:50.724 INFO STEP 21 (ensure_symlink) COMPLETE
98882026-08-25T20:05:51.867Z[ host-image] Aug 25 20:05:50.724 INFO O| Aug 25 20:05:50.724 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-08-25T20:05:51.871Z[ host-image] Aug 25 20:05:50.731 INFO O| Aug 25 20:05:50.731 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98902026-08-25T20:05:51.871Z[ host-image] Aug 25 20:05:50.731 INFO O| Aug 25 20:05:50.731 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98912026-08-25T20:05:51.871Z[ host-image] Aug 25 20:05:50.731 INFO O| Aug 25 20:05:50.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98922026-08-25T20:05:51.874Z[ host-image] Aug 25 20:05:50.731 INFO O| Aug 25 20:05:50.731 INFO ok!
98932026-08-25T20:05:51.874Z[ host-image] Aug 25 20:05:50.731 INFO O| Aug 25 20:05:50.731 INFO STEP 22 (ensure_symlink) COMPLETE
98942026-08-25T20:05:51.874Z[ host-image] Aug 25 20:05:50.731 INFO O| Aug 25 20:05:50.731 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-08-25T20:05:51.878Z[ host-image] Aug 25 20:05:50.738 INFO O| Aug 25 20:05:50.738 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98962026-08-25T20:05:51.881Z[ host-image] Aug 25 20:05:50.738 INFO O| Aug 25 20:05:50.738 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98972026-08-25T20:05:51.881Z[ host-image] Aug 25 20:05:50.738 INFO O| Aug 25 20:05:50.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98982026-08-25T20:05:51.881Z[ host-image] Aug 25 20:05:50.738 INFO O| Aug 25 20:05:50.738 INFO ok!
98992026-08-25T20:05:51.881Z[ host-image] Aug 25 20:05:50.738 INFO O| Aug 25 20:05:50.738 INFO STEP 23 (ensure_symlink) COMPLETE
99002026-08-25T20:05:51.881Z[ host-image] Aug 25 20:05:50.738 INFO O| Aug 25 20:05:50.738 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-08-25T20:05:51.886Z[ host-image] Aug 25 20:05:50.746 INFO O| Aug 25 20:05:50.746 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99022026-08-25T20:05:51.886Z[ host-image] Aug 25 20:05:50.746 INFO O| Aug 25 20:05:50.746 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99032026-08-25T20:05:51.889Z[ host-image] Aug 25 20:05:50.746 INFO O| Aug 25 20:05:50.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99042026-08-25T20:05:51.890Z[ host-image] Aug 25 20:05:50.746 INFO O| Aug 25 20:05:50.746 INFO ok!
99052026-08-25T20:05:51.890Z[ host-image] Aug 25 20:05:50.746 INFO O| Aug 25 20:05:50.746 INFO STEP 24 (ensure_file) COMPLETE
99062026-08-25T20:05:51.890Z[ host-image] Aug 25 20:05:50.746 INFO O| Aug 25 20:05:50.746 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-08-25T20:05:51.894Z[ host-image] Aug 25 20:05:50.754 INFO O| Aug 25 20:05:50.754 INFO updating shadow file
99082026-08-25T20:05:51.894Z[ host-image] Aug 25 20:05:50.754 INFO O| Aug 25 20:05:50.754 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99092026-08-25T20:05:51.897Z[ host-image] Aug 25 20:05:50.754 INFO O| Aug 25 20:05:50.754 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99102026-08-25T20:05:51.897Z[ host-image] Aug 25 20:05:50.754 INFO O| Aug 25 20:05:50.754 INFO STEP 25 (shadow) COMPLETE
99112026-08-25T20:05:51.897Z[ host-image] Aug 25 20:05:50.754 INFO O| Aug 25 20:05:50.754 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-08-25T20:05:51.902Z[ host-image] Aug 25 20:05:50.763 INFO O| Aug 25 20:05:50.763 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99132026-08-25T20:05:51.902Z[ host-image] Aug 25 20:05:50.763 INFO O| Aug 25 20:05:50.763 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99142026-08-25T20:05:51.905Z[ host-image] Aug 25 20:05:50.763 INFO O| Aug 25 20:05:50.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99152026-08-25T20:05:51.905Z[ host-image] Aug 25 20:05:50.763 INFO O| Aug 25 20:05:50.763 INFO ok!
99162026-08-25T20:05:51.905Z[ host-image] Aug 25 20:05:50.763 INFO O| Aug 25 20:05:50.763 INFO STEP 26 (ensure_file) COMPLETE
99172026-08-25T20:05:51.905Z[ host-image] Aug 25 20:05:50.763 INFO O| Aug 25 20:05:50.763 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-08-25T20:05:51.910Z[ host-image] Aug 25 20:05:50.770 INFO O| Aug 25 20:05:50.770 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99192026-08-25T20:05:51.910Z[ host-image] Aug 25 20:05:50.770 INFO O| Aug 25 20:05:50.770 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99202026-08-25T20:05:51.914Z[ host-image] Aug 25 20:05:50.770 INFO O| Aug 25 20:05:50.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99212026-08-25T20:05:51.914Z[ host-image] Aug 25 20:05:50.770 INFO O| Aug 25 20:05:50.770 INFO ok!
99222026-08-25T20:05:51.914Z[ host-image] Aug 25 20:05:50.770 INFO O| Aug 25 20:05:50.770 INFO STEP 27 (ensure_file) COMPLETE
99232026-08-25T20:05:51.914Z[ host-image] Aug 25 20:05:50.770 INFO O| Aug 25 20:05:50.770 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-08-25T20:05:51.918Z[ host-image] Aug 25 20:05:50.778 INFO O| Aug 25 20:05:50.778 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99252026-08-25T20:05:51.919Z[ host-image] Aug 25 20:05:50.778 INFO O| Aug 25 20:05:50.778 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99262026-08-25T20:05:51.922Z[ host-image] Aug 25 20:05:50.778 INFO O| Aug 25 20:05:50.778 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99272026-08-25T20:05:51.922Z[ host-image] Aug 25 20:05:50.778 INFO O| Aug 25 20:05:50.778 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99282026-08-25T20:05:51.922Z[ host-image] Aug 25 20:05:50.778 INFO O| Aug 25 20:05:50.778 INFO ok!
99292026-08-25T20:05:51.922Z[ host-image] Aug 25 20:05:50.778 INFO O| Aug 25 20:05:50.778 INFO STEP 28 (ensure_file) COMPLETE
99302026-08-25T20:05:51.922Z[ host-image] Aug 25 20:05:50.778 INFO O| Aug 25 20:05:50.778 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-25T20:05:51.927Z[ host-image] Aug 25 20:05:50.786 INFO O| Aug 25 20:05:50.786 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99322026-08-25T20:05:51.927Z[ host-image] Aug 25 20:05:50.786 INFO O| Aug 25 20:05:50.786 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99332026-08-25T20:05:51.930Z[ host-image] Aug 25 20:05:50.786 INFO O| Aug 25 20:05:50.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99342026-08-25T20:05:51.930Z[ host-image] Aug 25 20:05:50.786 INFO O| Aug 25 20:05:50.786 INFO ok!
99352026-08-25T20:05:51.930Z[ host-image] Aug 25 20:05:50.786 INFO O| Aug 25 20:05:50.786 INFO STEP 29 (ensure_file) COMPLETE
99362026-08-25T20:05:51.930Z[ host-image] Aug 25 20:05:50.786 INFO O| Aug 25 20:05:50.786 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99372026-08-25T20:05:51.933Z[ host-image] Aug 25 20:05:50.794 INFO O| Aug 25 20:05:50.794 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99382026-08-25T20:05:51.937Z[ host-image] Aug 25 20:05:50.794 INFO O| Aug 25 20:05:50.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99392026-08-25T20:05:51.937Z[ host-image] Aug 25 20:05:50.794 INFO O| Aug 25 20:05:50.794 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99402026-08-25T20:05:51.937Z[ host-image] Aug 25 20:05:50.794 INFO O| Aug 25 20:05:50.794 INFO STEP 30 (ensure_dir) COMPLETE
99412026-08-25T20:05:51.937Z[ host-image] Aug 25 20:05:50.794 INFO O| Aug 25 20:05:50.794 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-08-25T20:05:51.941Z[ host-image] Aug 25 20:05:50.801 INFO O| Aug 25 20:05:50.801 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99432026-08-25T20:05:51.941Z[ host-image] Aug 25 20:05:50.801 INFO O| Aug 25 20:05:50.801 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99442026-08-25T20:05:51.944Z[ host-image] Aug 25 20:05:50.801 INFO O| Aug 25 20:05:50.801 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99452026-08-25T20:05:51.944Z[ host-image] Aug 25 20:05:50.801 INFO O| Aug 25 20:05:50.801 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99462026-08-25T20:05:51.944Z[ host-image] Aug 25 20:05:50.801 INFO O| Aug 25 20:05:50.801 INFO ok!
99472026-08-25T20:05:51.944Z[ host-image] Aug 25 20:05:50.801 INFO O| Aug 25 20:05:50.801 INFO STEP 31 (ensure_file) COMPLETE
99482026-08-25T20:05:51.944Z[ host-image] Aug 25 20:05:50.801 INFO O| Aug 25 20:05:50.801 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99492026-08-25T20:05:51.949Z[ host-image] Aug 25 20:05:50.810 INFO O| Aug 25 20:05:50.809 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99502026-08-25T20:05:51.949Z[ host-image] Aug 25 20:05:50.810 INFO O| Aug 25 20:05:50.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99512026-08-25T20:05:51.953Z[ host-image] Aug 25 20:05:50.810 INFO O| Aug 25 20:05:50.810 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99522026-08-25T20:05:51.953Z[ host-image] Aug 25 20:05:50.810 INFO O| Aug 25 20:05:50.810 INFO STEP 32 (ensure_dir) COMPLETE
99532026-08-25T20:05:51.953Z[ host-image] Aug 25 20:05:50.810 INFO O| Aug 25 20:05:50.810 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99542026-08-25T20:05:51.957Z[ host-image] Aug 25 20:05:50.817 INFO O| Aug 25 20:05:50.817 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99552026-08-25T20:05:51.957Z[ host-image] Aug 25 20:05:50.817 INFO O| Aug 25 20:05:50.817 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 ...
99562026-08-25T20:05:51.957Z[ host-image] Aug 25 20:05:50.817 INFO O| Aug 25 20:05:50.817 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
99572026-08-25T20:05:51.957Z[ host-image] Aug 25 20:05:50.817 INFO O| Aug 25 20:05:50.817 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99582026-08-25T20:05:51.961Z[ host-image] Aug 25 20:05:50.817 INFO O| Aug 25 20:05:50.817 INFO ok!
99592026-08-25T20:05:51.961Z[ host-image] Aug 25 20:05:50.817 INFO O| Aug 25 20:05:50.817 INFO STEP 33 (ensure_file) COMPLETE
99602026-08-25T20:05:51.961Z[ host-image] Aug 25 20:05:50.817 INFO O| Aug 25 20:05:50.817 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99612026-08-25T20:05:51.964Z[ host-image] Aug 25 20:05:50.824 INFO O| Aug 25 20:05:50.824 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99622026-08-25T20:05:51.965Z[ host-image] Aug 25 20:05:50.824 INFO O| Aug 25 20:05:50.824 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99632026-08-25T20:05:51.965Z[ host-image] Aug 25 20:05:50.824 INFO O| Aug 25 20:05:50.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99642026-08-25T20:05:51.965Z[ host-image] Aug 25 20:05:50.824 INFO O| Aug 25 20:05:50.824 INFO ok!
99652026-08-25T20:05:51.965Z[ host-image] Aug 25 20:05:50.824 INFO O| Aug 25 20:05:50.824 INFO STEP 34 (ensure_file) COMPLETE
99662026-08-25T20:05:51.965Z[ host-image] Aug 25 20:05:50.824 INFO O| Aug 25 20:05:50.824 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-08-25T20:05:51.971Z[ host-image] Aug 25 20:05:50.831 INFO O| Aug 25 20:05:50.831 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99682026-08-25T20:05:51.975Z[ host-image] Aug 25 20:05:50.831 INFO O| Aug 25 20:05:50.831 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99692026-08-25T20:05:51.975Z[ host-image] Aug 25 20:05:50.831 INFO O| Aug 25 20:05:50.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99702026-08-25T20:05:51.975Z[ host-image] Aug 25 20:05:50.831 INFO O| Aug 25 20:05:50.831 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99712026-08-25T20:05:51.975Z[ host-image] Aug 25 20:05:50.831 INFO O| Aug 25 20:05:50.831 INFO ok!
99722026-08-25T20:05:51.975Z[ host-image] Aug 25 20:05:50.831 INFO O| Aug 25 20:05:50.831 INFO STEP 35 (ensure_file) COMPLETE
99732026-08-25T20:05:51.975Z[ host-image] Aug 25 20:05:50.831 INFO O| Aug 25 20:05:50.831 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99742026-08-25T20:05:51.978Z[ host-image] Aug 25 20:05:50.838 INFO O| Aug 25 20:05:50.838 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99752026-08-25T20:05:51.978Z[ host-image] Aug 25 20:05:50.838 INFO O| Aug 25 20:05:50.838 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99762026-08-25T20:05:51.978Z[ host-image] Aug 25 20:05:50.838 INFO O| Aug 25 20:05:50.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99772026-08-25T20:05:51.978Z[ host-image] Aug 25 20:05:50.838 INFO O| Aug 25 20:05:50.838 INFO ok!
99782026-08-25T20:05:51.981Z[ host-image] Aug 25 20:05:50.838 INFO O| Aug 25 20:05:50.838 INFO STEP 36 (ensure_file) COMPLETE
99792026-08-25T20:05:51.981Z[ host-image] Aug 25 20:05:50.838 INFO O| Aug 25 20:05:50.838 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99802026-08-25T20:05:51.988Z[ host-image] Aug 25 20:05:50.845 INFO O| Aug 25 20:05:50.845 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99812026-08-25T20:05:51.988Z[ host-image] Aug 25 20:05:50.845 INFO O| Aug 25 20:05:50.845 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99822026-08-25T20:05:51.991Z[ host-image] Aug 25 20:05:50.845 INFO O| Aug 25 20:05:50.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99832026-08-25T20:05:51.991Z[ host-image] Aug 25 20:05:50.845 INFO O| Aug 25 20:05:50.845 INFO ok!
99842026-08-25T20:05:51.991Z[ host-image] Aug 25 20:05:50.845 INFO O| Aug 25 20:05:50.845 INFO STEP 37 (ensure_file) COMPLETE
99852026-08-25T20:05:51.991Z[ host-image] Aug 25 20:05:50.845 INFO O| Aug 25 20:05:50.845 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-08-25T20:05:51.994Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99872026-08-25T20:05:51.994Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99882026-08-25T20:05:51.995Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99892026-08-25T20:05:51.995Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99902026-08-25T20:05:51.995Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99912026-08-25T20:05:51.995Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99922026-08-25T20:05:51.995Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO ok!
99932026-08-25T20:05:51.995Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO STEP 38 (ensure_file) COMPLETE
99942026-08-25T20:05:51.995Z[ host-image] Aug 25 20:05:50.852 INFO O| Aug 25 20:05:50.852 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99952026-08-25T20:05:51.999Z[ host-image] Aug 25 20:05:50.858 INFO O| Aug 25 20:05:50.858 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99962026-08-25T20:05:51.999Z[ host-image] Aug 25 20:05:50.859 INFO O| Aug 25 20:05:50.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99972026-08-25T20:05:51.999Z[ host-image] Aug 25 20:05:50.859 INFO O| Aug 25 20:05:50.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99982026-08-25T20:05:51.999Z[ host-image] Aug 25 20:05:50.859 INFO O| Aug 25 20:05:50.859 INFO STEP 39 (ensure_dir) COMPLETE
99992026-08-25T20:05:51.999Z[ host-image] Aug 25 20:05:50.859 INFO O| Aug 25 20:05:50.859 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100002026-08-25T20:05:52.007Z[ host-image] Aug 25 20:05:50.867 INFO O| Aug 25 20:05:50.867 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
100012026-08-25T20:05:52.007Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.867 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 ...
100022026-08-25T20:05:52.011Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.868 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
100032026-08-25T20:05:52.011Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.868 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
100042026-08-25T20:05:52.011Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.868 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
100052026-08-25T20:05:52.011Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.868 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
100062026-08-25T20:05:52.011Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.868 INFO ok!
100072026-08-25T20:05:52.011Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.868 INFO STEP 40 (ensure_file) COMPLETE
100082026-08-25T20:05:52.011Z[ host-image] Aug 25 20:05:50.868 INFO O| Aug 25 20:05:50.868 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100092026-08-25T20:05:52.015Z[ host-image] Aug 25 20:05:50.875 INFO O| Aug 25 20:05:50.875 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100102026-08-25T20:05:52.015Z[ host-image] Aug 25 20:05:50.875 INFO O| Aug 25 20:05:50.875 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 ...
100112026-08-25T20:05:52.018Z[ host-image] Aug 25 20:05:50.876 INFO O| Aug 25 20:05:50.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100122026-08-25T20:05:52.018Z[ host-image] Aug 25 20:05:50.876 INFO O| Aug 25 20:05:50.876 INFO ok!
100132026-08-25T20:05:52.018Z[ host-image] Aug 25 20:05:50.876 INFO O| Aug 25 20:05:50.876 INFO STEP 41 (ensure_symlink) COMPLETE
100142026-08-25T20:05:52.019Z[ host-image] Aug 25 20:05:50.876 INFO O| Aug 25 20:05:50.876 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100152026-08-25T20:05:52.024Z[ host-image] Aug 25 20:05:50.884 INFO O| Aug 25 20:05:50.884 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100162026-08-25T20:05:52.024Z[ host-image] Aug 25 20:05:50.884 INFO O| Aug 25 20:05:50.884 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100172026-08-25T20:05:52.027Z[ host-image] Aug 25 20:05:50.884 INFO O| Aug 25 20:05:50.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100182026-08-25T20:05:52.027Z[ host-image] Aug 25 20:05:50.884 INFO O| Aug 25 20:05:50.884 INFO ok!
100192026-08-25T20:05:52.027Z[ host-image] Aug 25 20:05:50.884 INFO O| Aug 25 20:05:50.884 INFO STEP 42 (ensure_symlink) COMPLETE
100202026-08-25T20:05:52.027Z[ host-image] Aug 25 20:05:50.884 INFO O| Aug 25 20:05:50.884 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100212026-08-25T20:05:52.032Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100222026-08-25T20:05:52.032Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100232026-08-25T20:05:52.035Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100242026-08-25T20:05:52.035Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100252026-08-25T20:05:52.035Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100262026-08-25T20:05:52.035Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100272026-08-25T20:05:52.035Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO ok!
100282026-08-25T20:05:52.035Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO STEP 43 (ensure_file) COMPLETE
100292026-08-25T20:05:52.035Z[ host-image] Aug 25 20:05:50.892 INFO O| Aug 25 20:05:50.892 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-08-25T20:05:52.040Z[ host-image] Aug 25 20:05:50.900 INFO O| Aug 25 20:05:50.900 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100312026-08-25T20:05:52.040Z[ host-image] Aug 25 20:05:50.900 INFO O| Aug 25 20:05:50.900 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 ...
100322026-08-25T20:05:52.043Z[ host-image] Aug 25 20:05:50.900 INFO O| Aug 25 20:05:50.900 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
100332026-08-25T20:05:52.043Z[ host-image] Aug 25 20:05:50.900 INFO O| Aug 25 20:05:50.900 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100342026-08-25T20:05:52.043Z[ host-image] Aug 25 20:05:50.900 INFO O| Aug 25 20:05:50.900 INFO ok!
100352026-08-25T20:05:52.043Z[ host-image] Aug 25 20:05:50.900 INFO O| Aug 25 20:05:50.900 INFO STEP 44 (ensure_file) COMPLETE
100362026-08-25T20:05:52.043Z[ host-image] Aug 25 20:05:50.900 INFO O| Aug 25 20:05:50.900 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100372026-08-25T20:05:52.049Z[ host-image] Aug 25 20:05:50.909 INFO O| Aug 25 20:05:50.909 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100382026-08-25T20:05:52.049Z[ host-image] Aug 25 20:05:50.909 INFO O| Aug 25 20:05:50.909 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100392026-08-25T20:05:52.049Z[ host-image] Aug 25 20:05:50.909 INFO O| Aug 25 20:05:50.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100402026-08-25T20:05:52.052Z[ host-image] Aug 25 20:05:50.909 INFO O| Aug 25 20:05:50.909 INFO ok!
100412026-08-25T20:05:52.052Z[ host-image] Aug 25 20:05:50.909 INFO O| Aug 25 20:05:50.909 INFO STEP 45 (ensure_file) COMPLETE
100422026-08-25T20:05:52.052Z[ host-image] Aug 25 20:05:50.909 INFO O| Aug 25 20:05:50.909 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100432026-08-25T20:05:52.055Z[ host-image] Aug 25 20:05:50.915 INFO O| Aug 25 20:05:50.915 INFO updating shadow file
100442026-08-25T20:05:52.055Z[ host-image] Aug 25 20:05:50.915 INFO O| Aug 25 20:05:50.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100452026-08-25T20:05:52.059Z[ host-image] Aug 25 20:05:50.915 INFO O| Aug 25 20:05:50.915 INFO STEP 46 (shadow) COMPLETE
100462026-08-25T20:05:52.059Z[ host-image] Aug 25 20:05:50.915 INFO O| Aug 25 20:05:50.915 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100472026-08-25T20:05:52.063Z[ host-image] Aug 25 20:05:50.923 INFO O| Aug 25 20:05:50.923 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100482026-08-25T20:05:52.063Z[ host-image] Aug 25 20:05:50.923 INFO O| Aug 25 20:05:50.923 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100492026-08-25T20:05:52.066Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100502026-08-25T20:05:52.066Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100512026-08-25T20:05:52.067Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO ok!
100522026-08-25T20:05:52.067Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO STEP 47 (ensure_file) COMPLETE
100532026-08-25T20:05:52.067Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100542026-08-25T20:05:52.067Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO skip step because feature "mfg" is not enabled
100552026-08-25T20:05:52.067Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100562026-08-25T20:05:52.067Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO skip step because feature "mfg" is not enabled
100572026-08-25T20:05:52.067Z[ host-image] Aug 25 20:05:50.924 INFO O| Aug 25 20:05:50.924 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100582026-08-25T20:05:52.070Z[ host-image] Aug 25 20:05:50.930 INFO O| Aug 25 20:05:50.930 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100592026-08-25T20:05:52.070Z[ host-image] Aug 25 20:05:50.930 INFO O| Aug 25 20:05:50.930 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100602026-08-25T20:05:52.094Z[ host-image] Aug 25 20:05:50.954 INFO O| Aug 25 20:05:50.954 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100612026-08-25T20:05:52.094Z[ host-image] Aug 25 20:05:50.954 INFO O| Aug 25 20:05:50.954 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100622026-08-25T20:05:52.097Z[ host-image] Aug 25 20:05:50.954 INFO O| Aug 25 20:05:50.954 INFO ok!
100632026-08-25T20:05:52.097Z[ host-image] Aug 25 20:05:50.954 INFO O| Aug 25 20:05:50.954 INFO STEP 50 (ensure_file) COMPLETE
100642026-08-25T20:05:52.097Z[ host-image] Aug 25 20:05:50.954 INFO O| Aug 25 20:05:50.954 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-25T20:05:52.097Z[ host-image] Aug 25 20:05:50.954 INFO O| Aug 25 20:05:50.954 INFO skip step because feature "compliance" is not enabled
100662026-08-25T20:05:52.097Z[ host-image] Aug 25 20:05:50.954 INFO O| Aug 25 20:05:50.954 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-25T20:05:52.101Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100682026-08-25T20:05:52.101Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100692026-08-25T20:05:52.101Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100702026-08-25T20:05:52.104Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100712026-08-25T20:05:52.104Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100722026-08-25T20:05:52.104Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100732026-08-25T20:05:52.104Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO ok!
100742026-08-25T20:05:52.104Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO STEP 52 (ensure_file) COMPLETE
100752026-08-25T20:05:52.105Z[ host-image] Aug 25 20:05:50.961 INFO O| Aug 25 20:05:50.961 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-25T20:05:52.108Z[ host-image] Aug 25 20:05:50.967 INFO O| Aug 25 20:05:50.967 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100772026-08-25T20:05:52.108Z[ host-image] Aug 25 20:05:50.968 INFO O| Aug 25 20:05:50.967 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 ...
100782026-08-25T20:05:52.108Z[ host-image] Aug 25 20:05:50.968 INFO O| Aug 25 20:05:50.968 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
100792026-08-25T20:05:52.108Z[ host-image] Aug 25 20:05:50.968 INFO O| Aug 25 20:05:50.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100802026-08-25T20:05:52.108Z[ host-image] Aug 25 20:05:50.968 INFO O| Aug 25 20:05:50.968 INFO ok!
100812026-08-25T20:05:52.108Z[ host-image] Aug 25 20:05:50.968 INFO O| Aug 25 20:05:50.968 INFO STEP 53 (ensure_file) COMPLETE
100822026-08-25T20:05:52.108Z[ host-image] Aug 25 20:05:50.968 INFO O| Aug 25 20:05:50.968 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-25T20:05:52.116Z[ host-image] Aug 25 20:05:50.976 INFO O| Aug 25 20:05:50.976 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100842026-08-25T20:05:52.116Z[ host-image] Aug 25 20:05:50.976 INFO O| Aug 25 20:05:50.976 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 ...
100852026-08-25T20:05:52.119Z[ host-image] Aug 25 20:05:50.976 INFO O| Aug 25 20:05:50.976 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100862026-08-25T20:05:52.119Z[ host-image] Aug 25 20:05:50.976 INFO O| Aug 25 20:05:50.976 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100872026-08-25T20:05:52.119Z[ host-image] Aug 25 20:05:50.976 INFO O| Aug 25 20:05:50.976 INFO ok!
100882026-08-25T20:05:52.120Z[ host-image] Aug 25 20:05:50.976 INFO O| Aug 25 20:05:50.976 INFO STEP 54 (ensure_file) COMPLETE
100892026-08-25T20:05:52.120Z[ host-image] Aug 25 20:05:50.976 INFO O| Aug 25 20:05:50.976 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-08-25T20:05:52.125Z[ host-image] Aug 25 20:05:50.982 INFO O| Aug 25 20:05:50.982 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100912026-08-25T20:05:52.125Z[ host-image] Aug 25 20:05:50.982 INFO O| Aug 25 20:05:50.982 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 ...
100922026-08-25T20:05:52.125Z[ host-image] Aug 25 20:05:50.982 INFO O| Aug 25 20:05:50.982 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
100932026-08-25T20:05:52.125Z[ host-image] Aug 25 20:05:50.982 INFO O| Aug 25 20:05:50.982 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100942026-08-25T20:05:52.125Z[ host-image] Aug 25 20:05:50.982 INFO O| Aug 25 20:05:50.982 INFO ok!
100952026-08-25T20:05:52.125Z[ host-image] Aug 25 20:05:50.982 INFO O| Aug 25 20:05:50.982 INFO STEP 55 (ensure_file) COMPLETE
100962026-08-25T20:05:52.125Z[ host-image] Aug 25 20:05:50.982 INFO O| Aug 25 20:05:50.982 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-08-25T20:05:52.130Z[ host-image] Aug 25 20:05:50.990 INFO O| Aug 25 20:05:50.990 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100982026-08-25T20:05:52.130Z[ host-image] Aug 25 20:05:50.991 INFO O| Aug 25 20:05:50.990 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 ...
100992026-08-25T20:05:52.133Z[ host-image] Aug 25 20:05:50.991 INFO O| Aug 25 20:05:50.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101002026-08-25T20:05:52.134Z[ host-image] Aug 25 20:05:50.991 INFO O| Aug 25 20:05:50.991 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101012026-08-25T20:05:52.134Z[ host-image] Aug 25 20:05:50.991 INFO O| Aug 25 20:05:50.991 INFO ok!
101022026-08-25T20:05:52.134Z[ host-image] Aug 25 20:05:50.991 INFO O| Aug 25 20:05:50.991 INFO STEP 56 (ensure_file) COMPLETE
101032026-08-25T20:05:52.134Z[ host-image] Aug 25 20:05:50.991 INFO O| Aug 25 20:05:50.991 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-08-25T20:05:52.138Z[ host-image] Aug 25 20:05:50.998 INFO O| Aug 25 20:05:50.998 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101052026-08-25T20:05:52.138Z[ host-image] Aug 25 20:05:50.998 INFO O| Aug 25 20:05:50.998 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 ...
101062026-08-25T20:05:52.141Z[ host-image] Aug 25 20:05:50.998 INFO O| Aug 25 20:05:50.998 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
101072026-08-25T20:05:52.141Z[ host-image] Aug 25 20:05:50.998 INFO O| Aug 25 20:05:50.998 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101082026-08-25T20:05:52.141Z[ host-image] Aug 25 20:05:50.998 INFO O| Aug 25 20:05:50.998 INFO ok!
101092026-08-25T20:05:52.141Z[ host-image] Aug 25 20:05:50.998 INFO O| Aug 25 20:05:50.998 INFO STEP 57 (ensure_file) COMPLETE
101102026-08-25T20:05:52.141Z[ host-image] Aug 25 20:05:50.998 INFO O| Aug 25 20:05:50.998 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101112026-08-25T20:05:52.145Z[ host-image] Aug 25 20:05:51.005 INFO O| Aug 25 20:05:51.005 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101122026-08-25T20:05:52.145Z[ host-image] Aug 25 20:05:51.005 INFO O| Aug 25 20:05:51.005 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 ...
101132026-08-25T20:05:52.149Z[ host-image] Aug 25 20:05:51.006 INFO O| Aug 25 20:05:51.006 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101142026-08-25T20:05:52.149Z[ host-image] Aug 25 20:05:51.006 INFO O| Aug 25 20:05:51.006 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101152026-08-25T20:05:52.149Z[ host-image] Aug 25 20:05:51.006 INFO O| Aug 25 20:05:51.006 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101162026-08-25T20:05:52.149Z[ host-image] Aug 25 20:05:51.006 INFO O| Aug 25 20:05:51.006 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101172026-08-25T20:05:52.149Z[ host-image] Aug 25 20:05:51.006 INFO O| Aug 25 20:05:51.006 INFO ok!
101182026-08-25T20:05:52.149Z[ host-image] Aug 25 20:05:51.006 INFO O| Aug 25 20:05:51.006 INFO STEP 58 (ensure_file) COMPLETE
101192026-08-25T20:05:52.149Z[ host-image] Aug 25 20:05:51.006 INFO O| Aug 25 20:05:51.006 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-08-25T20:05:52.153Z[ host-image] Aug 25 20:05:51.013 INFO O| Aug 25 20:05:51.013 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101212026-08-25T20:05:52.153Z[ host-image] Aug 25 20:05:51.013 INFO O| Aug 25 20:05:51.013 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 ...
101222026-08-25T20:05:52.156Z[ host-image] Aug 25 20:05:51.013 INFO O| Aug 25 20:05:51.013 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
101232026-08-25T20:05:52.156Z[ host-image] Aug 25 20:05:51.013 INFO O| Aug 25 20:05:51.013 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101242026-08-25T20:05:52.156Z[ host-image] Aug 25 20:05:51.013 INFO O| Aug 25 20:05:51.013 INFO ok!
101252026-08-25T20:05:52.156Z[ host-image] Aug 25 20:05:51.013 INFO O| Aug 25 20:05:51.013 INFO STEP 59 (ensure_file) COMPLETE
101262026-08-25T20:05:52.156Z[ host-image] Aug 25 20:05:51.013 INFO O| Aug 25 20:05:51.013 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-08-25T20:05:52.160Z[ host-image] Aug 25 20:05:51.020 INFO O| Aug 25 20:05:51.020 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101282026-08-25T20:05:52.160Z[ host-image] Aug 25 20:05:51.020 INFO O| Aug 25 20:05:51.020 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101292026-08-25T20:05:52.163Z[ host-image] Aug 25 20:05:51.020 INFO O| Aug 25 20:05:51.020 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101302026-08-25T20:05:52.163Z[ host-image] Aug 25 20:05:51.020 INFO O| Aug 25 20:05:51.020 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101312026-08-25T20:05:52.163Z[ host-image] Aug 25 20:05:51.020 INFO O| Aug 25 20:05:51.020 INFO ok!
101322026-08-25T20:05:52.163Z[ host-image] Aug 25 20:05:51.020 INFO O| Aug 25 20:05:51.020 INFO STEP 60 (ensure_file) COMPLETE
101332026-08-25T20:05:52.163Z[ host-image] Aug 25 20:05:51.020 INFO O| Aug 25 20:05:51.020 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101342026-08-25T20:05:52.167Z[ host-image] Aug 25 20:05:51.027 INFO O| Aug 25 20:05:51.027 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101352026-08-25T20:05:52.167Z[ host-image] Aug 25 20:05:51.027 INFO O| Aug 25 20:05:51.027 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 ...
101362026-08-25T20:05:52.170Z[ host-image] Aug 25 20:05:51.027 INFO O| Aug 25 20:05:51.027 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
101372026-08-25T20:05:52.170Z[ host-image] Aug 25 20:05:51.027 INFO O| Aug 25 20:05:51.027 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101382026-08-25T20:05:52.170Z[ host-image] Aug 25 20:05:51.027 INFO O| Aug 25 20:05:51.027 INFO ok!
101392026-08-25T20:05:52.170Z[ host-image] Aug 25 20:05:51.027 INFO O| Aug 25 20:05:51.027 INFO STEP 61 (ensure_file) COMPLETE
101402026-08-25T20:05:52.170Z[ host-image] Aug 25 20:05:51.027 INFO O| Aug 25 20:05:51.027 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101412026-08-25T20:05:52.173Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101422026-08-25T20:05:52.173Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101432026-08-25T20:05:52.176Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101442026-08-25T20:05:52.176Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101452026-08-25T20:05:52.176Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101462026-08-25T20:05:52.176Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101472026-08-25T20:05:52.176Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO ok!
101482026-08-25T20:05:52.176Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO STEP 62 (ensure_file) COMPLETE
101492026-08-25T20:05:52.177Z[ host-image] Aug 25 20:05:51.033 INFO O| Aug 25 20:05:51.033 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101502026-08-25T20:05:52.181Z[ host-image] Aug 25 20:05:51.041 INFO O| Aug 25 20:05:51.041 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101512026-08-25T20:05:52.181Z[ host-image] Aug 25 20:05:51.041 INFO O| Aug 25 20:05:51.041 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 ...
101522026-08-25T20:05:52.185Z[ host-image] Aug 25 20:05:51.041 INFO O| Aug 25 20:05:51.041 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
101532026-08-25T20:05:52.185Z[ host-image] Aug 25 20:05:51.041 INFO O| Aug 25 20:05:51.041 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101542026-08-25T20:05:52.185Z[ host-image] Aug 25 20:05:51.041 INFO O| Aug 25 20:05:51.041 INFO ok!
101552026-08-25T20:05:52.185Z[ host-image] Aug 25 20:05:51.041 INFO O| Aug 25 20:05:51.041 INFO STEP 63 (ensure_file) COMPLETE
101562026-08-25T20:05:52.185Z[ host-image] Aug 25 20:05:51.041 INFO O| Aug 25 20:05:51.041 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101572026-08-25T20:05:52.188Z[ host-image] Aug 25 20:05:51.048 INFO O| Aug 25 20:05:51.048 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101582026-08-25T20:05:52.188Z[ host-image] Aug 25 20:05:51.048 INFO O| Aug 25 20:05:51.048 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 ...
101592026-08-25T20:05:52.189Z[ host-image] Aug 25 20:05:51.048 INFO O| Aug 25 20:05:51.048 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
101602026-08-25T20:05:52.189Z[ host-image] Aug 25 20:05:51.048 INFO O| Aug 25 20:05:51.048 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101612026-08-25T20:05:52.189Z[ host-image] Aug 25 20:05:51.048 INFO O| Aug 25 20:05:51.048 INFO ok!
101622026-08-25T20:05:52.189Z[ host-image] Aug 25 20:05:51.048 INFO O| Aug 25 20:05:51.048 INFO STEP 64 (ensure_file) COMPLETE
101632026-08-25T20:05:52.189Z[ host-image] Aug 25 20:05:51.048 INFO O| Aug 25 20:05:51.048 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101642026-08-25T20:05:52.195Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101652026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 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 ...
101662026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 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
101672026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101682026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 INFO ok!
101692026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 INFO STEP 65 (ensure_file) COMPLETE
101702026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101712026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 INFO skip step because feature "mbist" is not enabled
101722026-08-25T20:05:52.198Z[ host-image] Aug 25 20:05:51.055 INFO O| Aug 25 20:05:51.055 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-25T20:05:52.202Z[ host-image] Aug 25 20:05:51.061 INFO O| Aug 25 20:05:51.061 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101742026-08-25T20:05:52.202Z[ host-image] Aug 25 20:05:51.061 INFO O| Aug 25 20:05:51.061 INFO STEP 67 (ensure_dir) COMPLETE
101752026-08-25T20:05:52.202Z[ host-image] Aug 25 20:05:51.061 INFO O| Aug 25 20:05:51.061 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-25T20:05:52.209Z[ host-image] Aug 25 20:05:51.069 INFO O| Aug 25 20:05:51.069 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101772026-08-25T20:05:52.209Z[ host-image] Aug 25 20:05:51.069 INFO O| Aug 25 20:05:51.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101782026-08-25T20:05:52.212Z[ host-image] Aug 25 20:05:51.069 INFO O| Aug 25 20:05:51.069 INFO STEP 68 (ensure_dir) COMPLETE
101792026-08-25T20:05:52.212Z[ host-image] Aug 25 20:05:51.069 INFO O| Aug 25 20:05:51.069 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-08-25T20:05:52.215Z[ host-image] Aug 25 20:05:51.075 INFO O| Aug 25 20:05:51.075 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101812026-08-25T20:05:52.215Z[ host-image] Aug 25 20:05:51.075 INFO O| Aug 25 20:05:51.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101822026-08-25T20:05:52.215Z[ host-image] Aug 25 20:05:51.075 INFO O| Aug 25 20:05:51.075 INFO STEP 69 (ensure_dir) COMPLETE
101832026-08-25T20:05:52.215Z[ host-image] Aug 25 20:05:51.075 INFO O| Aug 25 20:05:51.075 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-08-25T20:05:52.221Z[ host-image] Aug 25 20:05:51.081 INFO O| Aug 25 20:05:51.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101852026-08-25T20:05:52.221Z[ host-image] Aug 25 20:05:51.081 INFO O| Aug 25 20:05:51.081 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101862026-08-25T20:05:52.553Z[ host-image] Aug 25 20:05:51.413 INFO O| Aug 25 20:05:51.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101872026-08-25T20:05:52.554Z[ host-image] Aug 25 20:05:51.413 INFO O| Aug 25 20:05:51.413 INFO ok!
101882026-08-25T20:05:52.558Z[ host-image] Aug 25 20:05:51.413 INFO O| Aug 25 20:05:51.413 INFO STEP 70 (ensure_file) COMPLETE
101892026-08-25T20:05:52.558Z[ host-image] Aug 25 20:05:51.413 INFO O| Aug 25 20:05:51.413 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-25T20:05:52.562Z[ host-image] Aug 25 20:05:51.423 INFO O| Aug 25 20:05:51.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101912026-08-25T20:05:52.566Z[ host-image] Aug 25 20:05:51.423 INFO O| Aug 25 20:05:51.423 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101922026-08-25T20:05:53.155Z[ host-image] Aug 25 20:05:52.015 INFO O| Aug 25 20:05:52.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101932026-08-25T20:05:53.155Z[ host-image] Aug 25 20:05:52.015 INFO O| Aug 25 20:05:52.015 INFO ok!
101942026-08-25T20:05:53.159Z[ host-image] Aug 25 20:05:52.015 INFO O| Aug 25 20:05:52.015 INFO STEP 71 (ensure_file) COMPLETE
101952026-08-25T20:05:53.159Z[ host-image] Aug 25 20:05:52.015 INFO O| Aug 25 20:05:52.015 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-25T20:05:53.165Z[ host-image] Aug 25 20:05:52.025 INFO O| Aug 25 20:05:52.025 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101972026-08-25T20:05:53.168Z[ host-image] Aug 25 20:05:52.025 INFO O| Aug 25 20:05:52.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101982026-08-25T20:05:53.168Z[ host-image] Aug 25 20:05:52.025 INFO O| Aug 25 20:05:52.025 INFO STEP 72 (ensure_dir) COMPLETE
101992026-08-25T20:05:53.168Z[ host-image] Aug 25 20:05:52.025 INFO O| Aug 25 20:05:52.025 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-08-25T20:05:53.173Z[ host-image] Aug 25 20:05:52.033 INFO O| Aug 25 20:05:52.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102012026-08-25T20:05:53.173Z[ host-image] Aug 25 20:05:52.033 INFO O| Aug 25 20:05:52.033 INFO copying /tmp/.tmpZkE6Di/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 ...
102022026-08-25T20:05:53.176Z[ host-image] Aug 25 20:05:52.033 INFO O| Aug 25 20:05:52.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102032026-08-25T20:05:53.176Z[ host-image] Aug 25 20:05:52.033 INFO O| Aug 25 20:05:52.033 INFO ok!
102042026-08-25T20:05:53.176Z[ host-image] Aug 25 20:05:52.033 INFO O| Aug 25 20:05:52.033 INFO STEP 73 (ensure_file) COMPLETE
102052026-08-25T20:05:53.176Z[ host-image] Aug 25 20:05:52.033 INFO O| Aug 25 20:05:52.033 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-25T20:05:53.181Z[ host-image] Aug 25 20:05:52.041 INFO O| Aug 25 20:05:52.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102072026-08-25T20:05:53.181Z[ host-image] Aug 25 20:05:52.041 INFO O| Aug 25 20:05:52.041 INFO copying /tmp/.tmpZkE6Di/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 ...
102082026-08-25T20:05:53.184Z[ host-image] Aug 25 20:05:52.041 INFO O| Aug 25 20:05:52.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102092026-08-25T20:05:53.185Z[ host-image] Aug 25 20:05:52.041 INFO O| Aug 25 20:05:52.041 INFO ok!
102102026-08-25T20:05:53.185Z[ host-image] Aug 25 20:05:52.041 INFO O| Aug 25 20:05:52.041 INFO STEP 74 (ensure_file) COMPLETE
102112026-08-25T20:05:53.185Z[ host-image] Aug 25 20:05:52.041 INFO O| Aug 25 20:05:52.041 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-08-25T20:05:53.189Z[ host-image] Aug 25 20:05:52.049 INFO O| Aug 25 20:05:52.049 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102132026-08-25T20:05:53.189Z[ host-image] Aug 25 20:05:52.049 INFO O| Aug 25 20:05:52.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102142026-08-25T20:05:53.192Z[ host-image] Aug 25 20:05:52.049 INFO O| Aug 25 20:05:52.049 INFO STEP 75 (ensure_dir) COMPLETE
102152026-08-25T20:05:53.192Z[ host-image] Aug 25 20:05:52.049 INFO O| Aug 25 20:05:52.049 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-25T20:05:53.198Z[ host-image] Aug 25 20:05:52.058 INFO O| Aug 25 20:05:52.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102172026-08-25T20:05:53.198Z[ host-image] Aug 25 20:05:52.058 INFO O| Aug 25 20:05:52.058 INFO copying /tmp/.tmpZkE6Di/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 ...
102182026-08-25T20:05:53.201Z[ host-image] Aug 25 20:05:52.058 INFO O| Aug 25 20:05:52.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102192026-08-25T20:05:53.201Z[ host-image] Aug 25 20:05:52.058 INFO O| Aug 25 20:05:52.058 INFO ok!
102202026-08-25T20:05:53.201Z[ host-image] Aug 25 20:05:52.058 INFO O| Aug 25 20:05:52.058 INFO STEP 76 (ensure_file) COMPLETE
102212026-08-25T20:05:53.201Z[ host-image] Aug 25 20:05:52.058 INFO O| Aug 25 20:05:52.058 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-25T20:05:53.206Z[ host-image] Aug 25 20:05:52.066 INFO O| Aug 25 20:05:52.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102232026-08-25T20:05:53.206Z[ host-image] Aug 25 20:05:52.066 INFO O| Aug 25 20:05:52.066 INFO copying /tmp/.tmpZkE6Di/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 ...
102242026-08-25T20:05:53.210Z[ host-image] Aug 25 20:05:52.066 INFO O| Aug 25 20:05:52.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102252026-08-25T20:05:53.211Z[ host-image] Aug 25 20:05:52.066 INFO O| Aug 25 20:05:52.066 INFO ok!
102262026-08-25T20:05:53.211Z[ host-image] Aug 25 20:05:52.066 INFO O| Aug 25 20:05:52.066 INFO STEP 77 (ensure_file) COMPLETE
102272026-08-25T20:05:53.211Z[ host-image] Aug 25 20:05:52.066 INFO O| Aug 25 20:05:52.066 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-25T20:05:53.215Z[ host-image] Aug 25 20:05:52.075 INFO O| Aug 25 20:05:52.075 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102292026-08-25T20:05:53.218Z[ host-image] Aug 25 20:05:52.075 INFO O| Aug 25 20:05:52.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102302026-08-25T20:05:53.218Z[ host-image] Aug 25 20:05:52.075 INFO O| Aug 25 20:05:52.075 INFO STEP 78 (ensure_dir) COMPLETE
102312026-08-25T20:05:53.218Z[ host-image] Aug 25 20:05:52.075 INFO O| Aug 25 20:05:52.075 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-25T20:05:53.222Z[ host-image] Aug 25 20:05:52.082 INFO O| Aug 25 20:05:52.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102332026-08-25T20:05:53.222Z[ host-image] Aug 25 20:05:52.082 INFO O| Aug 25 20:05:52.082 INFO copying /tmp/.tmpZkE6Di/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 ...
102342026-08-25T20:05:53.225Z[ host-image] Aug 25 20:05:52.082 INFO O| Aug 25 20:05:52.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102352026-08-25T20:05:53.225Z[ host-image] Aug 25 20:05:52.082 INFO O| Aug 25 20:05:52.082 INFO ok!
102362026-08-25T20:05:53.225Z[ host-image] Aug 25 20:05:52.082 INFO O| Aug 25 20:05:52.082 INFO STEP 79 (ensure_file) COMPLETE
102372026-08-25T20:05:53.225Z[ host-image] Aug 25 20:05:52.082 INFO O| Aug 25 20:05:52.082 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-25T20:05:53.230Z[ host-image] Aug 25 20:05:52.090 INFO O| Aug 25 20:05:52.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102392026-08-25T20:05:53.230Z[ host-image] Aug 25 20:05:52.090 INFO O| Aug 25 20:05:52.090 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102402026-08-25T20:05:53.233Z[ host-image] Aug 25 20:05:52.090 INFO O| Aug 25 20:05:52.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102412026-08-25T20:05:53.233Z[ host-image] Aug 25 20:05:52.090 INFO O| Aug 25 20:05:52.090 INFO ok!
102422026-08-25T20:05:53.233Z[ host-image] Aug 25 20:05:52.090 INFO O| Aug 25 20:05:52.090 INFO STEP 80 (ensure_file) COMPLETE
102432026-08-25T20:05:53.233Z[ host-image] Aug 25 20:05:52.090 INFO O| Aug 25 20:05:52.090 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-08-25T20:05:53.237Z[ host-image] Aug 25 20:05:52.097 INFO O| Aug 25 20:05:52.097 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102452026-08-25T20:05:53.237Z[ host-image] Aug 25 20:05:52.097 INFO O| Aug 25 20:05:52.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102462026-08-25T20:05:53.240Z[ host-image] Aug 25 20:05:52.097 INFO O| Aug 25 20:05:52.097 INFO STEP 81 (ensure_dir) COMPLETE
102472026-08-25T20:05:53.240Z[ host-image] Aug 25 20:05:52.097 INFO O| Aug 25 20:05:52.097 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-25T20:05:53.245Z[ host-image] Aug 25 20:05:52.105 INFO O| Aug 25 20:05:52.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102492026-08-25T20:05:53.245Z[ host-image] Aug 25 20:05:52.105 INFO O| Aug 25 20:05:52.105 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102502026-08-25T20:05:53.775Z[ host-image] Aug 25 20:05:52.635 INFO O| Aug 25 20:05:52.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102512026-08-25T20:05:53.775Z[ host-image] Aug 25 20:05:52.635 INFO O| Aug 25 20:05:52.635 INFO ok!
102522026-08-25T20:05:53.775Z[ host-image] Aug 25 20:05:52.635 INFO O| Aug 25 20:05:52.635 INFO STEP 82 (ensure_file) COMPLETE
102532026-08-25T20:05:53.779Z[ host-image] Aug 25 20:05:52.635 INFO O| Aug 25 20:05:52.635 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-25T20:05:53.786Z[ host-image] Aug 25 20:05:52.645 INFO O| Aug 25 20:05:52.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102552026-08-25T20:05:53.786Z[ host-image] Aug 25 20:05:52.645 INFO O| Aug 25 20:05:52.645 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102562026-08-25T20:05:54.066Z[ host-image] Aug 25 20:05:52.926 INFO O| Aug 25 20:05:52.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102572026-08-25T20:05:54.066Z[ host-image] Aug 25 20:05:52.926 INFO O| Aug 25 20:05:52.925 INFO ok!
102582026-08-25T20:05:54.066Z[ host-image] Aug 25 20:05:52.926 INFO O| Aug 25 20:05:52.926 INFO STEP 83 (ensure_file) COMPLETE
102592026-08-25T20:05:54.069Z[ host-image] Aug 25 20:05:52.926 INFO O| Aug 25 20:05:52.926 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-25T20:05:54.076Z[ host-image] Aug 25 20:05:52.936 INFO O| Aug 25 20:05:52.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102612026-08-25T20:05:54.077Z[ host-image] Aug 25 20:05:52.936 INFO O| Aug 25 20:05:52.936 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102622026-08-25T20:05:55.342Z[ host-image] Aug 25 20:05:54.201 INFO O| Aug 25 20:05:54.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102632026-08-25T20:05:55.342Z[ host-image] Aug 25 20:05:54.201 INFO O| Aug 25 20:05:54.201 INFO ok!
102642026-08-25T20:05:55.342Z[ host-image] Aug 25 20:05:54.201 INFO O| Aug 25 20:05:54.201 INFO STEP 84 (ensure_file) COMPLETE
102652026-08-25T20:05:55.346Z[ host-image] Aug 25 20:05:54.201 INFO O| Aug 25 20:05:54.201 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-25T20:05:55.352Z[ host-image] Aug 25 20:05:54.212 INFO O| Aug 25 20:05:54.212 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102672026-08-25T20:05:55.355Z[ host-image] Aug 25 20:05:54.212 INFO O| Aug 25 20:05:54.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102682026-08-25T20:05:55.355Z[ host-image] Aug 25 20:05:54.212 INFO O| Aug 25 20:05:54.212 INFO STEP 85 (ensure_dir) COMPLETE
102692026-08-25T20:05:55.355Z[ host-image] Aug 25 20:05:54.212 INFO O| Aug 25 20:05:54.212 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-25T20:05:55.361Z[ host-image] Aug 25 20:05:54.221 INFO O| Aug 25 20:05:54.221 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102712026-08-25T20:05:55.361Z[ host-image] Aug 25 20:05:54.221 INFO O| Aug 25 20:05:54.221 INFO copying /tmp/.tmpZkE6Di/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 ...
102722026-08-25T20:05:55.365Z[ host-image] Aug 25 20:05:54.221 INFO O| Aug 25 20:05:54.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102732026-08-25T20:05:55.365Z[ host-image] Aug 25 20:05:54.221 INFO O| Aug 25 20:05:54.221 INFO ok!
102742026-08-25T20:05:55.365Z[ host-image] Aug 25 20:05:54.221 INFO O| Aug 25 20:05:54.221 INFO STEP 86 (ensure_file) COMPLETE
102752026-08-25T20:05:55.365Z[ host-image] Aug 25 20:05:54.221 INFO O| Aug 25 20:05:54.221 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-25T20:05:55.370Z[ host-image] Aug 25 20:05:54.230 INFO O| Aug 25 20:05:54.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102772026-08-25T20:05:55.374Z[ host-image] Aug 25 20:05:54.230 INFO O| Aug 25 20:05:54.230 INFO copying /tmp/.tmpZkE6Di/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 ...
102782026-08-25T20:05:55.374Z[ host-image] Aug 25 20:05:54.230 INFO O| Aug 25 20:05:54.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102792026-08-25T20:05:55.374Z[ host-image] Aug 25 20:05:54.230 INFO O| Aug 25 20:05:54.230 INFO ok!
102802026-08-25T20:05:55.374Z[ host-image] Aug 25 20:05:54.230 INFO O| Aug 25 20:05:54.230 INFO STEP 87 (ensure_file) COMPLETE
102812026-08-25T20:05:55.374Z[ host-image] Aug 25 20:05:54.230 INFO O| Aug 25 20:05:54.230 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-08-25T20:05:55.378Z[ host-image] Aug 25 20:05:54.238 INFO O| Aug 25 20:05:54.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102832026-08-25T20:05:55.378Z[ host-image] Aug 25 20:05:54.238 INFO O| Aug 25 20:05:54.238 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102842026-08-25T20:05:55.382Z[ host-image] Aug 25 20:05:54.238 INFO O| Aug 25 20:05:54.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102852026-08-25T20:05:55.382Z[ host-image] Aug 25 20:05:54.238 INFO O| Aug 25 20:05:54.238 INFO ok!
102862026-08-25T20:05:55.382Z[ host-image] Aug 25 20:05:54.238 INFO O| Aug 25 20:05:54.238 INFO STEP 88 (ensure_file) COMPLETE
102872026-08-25T20:05:55.382Z[ host-image] Aug 25 20:05:54.238 INFO O| Aug 25 20:05:54.238 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-25T20:05:55.386Z[ host-image] Aug 25 20:05:54.246 INFO O| Aug 25 20:05:54.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102892026-08-25T20:05:55.386Z[ host-image] Aug 25 20:05:54.246 INFO O| Aug 25 20:05:54.246 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102902026-08-25T20:05:55.389Z[ host-image] Aug 25 20:05:54.246 INFO O| Aug 25 20:05:54.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102912026-08-25T20:05:55.389Z[ host-image] Aug 25 20:05:54.246 INFO O| Aug 25 20:05:54.246 INFO ok!
102922026-08-25T20:05:55.389Z[ host-image] Aug 25 20:05:54.246 INFO O| Aug 25 20:05:54.246 INFO STEP 89 (ensure_file) COMPLETE
102932026-08-25T20:05:55.389Z[ host-image] Aug 25 20:05:54.246 INFO O| Aug 25 20:05:54.246 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-25T20:05:55.393Z[ host-image] Aug 25 20:05:54.253 INFO O| Aug 25 20:05:54.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102952026-08-25T20:05:55.397Z[ host-image] Aug 25 20:05:54.253 INFO O| Aug 25 20:05:54.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102962026-08-25T20:05:55.397Z[ host-image] Aug 25 20:05:54.253 INFO O| Aug 25 20:05:54.253 INFO STEP 90 (ensure_dir) COMPLETE
102972026-08-25T20:05:55.397Z[ host-image] Aug 25 20:05:54.253 INFO O| Aug 25 20:05:54.253 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-25T20:05:55.401Z[ host-image] Aug 25 20:05:54.261 INFO O| Aug 25 20:05:54.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102992026-08-25T20:05:55.401Z[ host-image] Aug 25 20:05:54.261 INFO O| Aug 25 20:05:54.261 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103002026-08-25T20:05:55.545Z[ host-image] Aug 25 20:05:54.404 INFO O| Aug 25 20:05:54.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103012026-08-25T20:05:55.545Z[ host-image] Aug 25 20:05:54.404 INFO O| Aug 25 20:05:54.404 INFO ok!
103022026-08-25T20:05:55.545Z[ host-image] Aug 25 20:05:54.404 INFO O| Aug 25 20:05:54.404 INFO STEP 91 (ensure_file) COMPLETE
103032026-08-25T20:05:55.548Z[ host-image] Aug 25 20:05:54.404 INFO O| Aug 25 20:05:54.404 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-08-25T20:05:55.555Z[ host-image] Aug 25 20:05:54.413 INFO O| Aug 25 20:05:54.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103052026-08-25T20:05:55.555Z[ host-image] Aug 25 20:05:54.413 INFO O| Aug 25 20:05:54.413 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103062026-08-25T20:05:55.555Z[ host-image] Aug 25 20:05:54.413 INFO O| Aug 25 20:05:54.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103072026-08-25T20:05:55.558Z[ host-image] Aug 25 20:05:54.413 INFO O| Aug 25 20:05:54.413 INFO ok!
103082026-08-25T20:05:55.558Z[ host-image] Aug 25 20:05:54.413 INFO O| Aug 25 20:05:54.413 INFO STEP 92 (ensure_file) COMPLETE
103092026-08-25T20:05:55.558Z[ host-image] Aug 25 20:05:54.413 INFO O| Aug 25 20:05:54.413 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-25T20:05:55.562Z[ host-image] Aug 25 20:05:54.420 INFO O| Aug 25 20:05:54.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103112026-08-25T20:05:55.562Z[ host-image] Aug 25 20:05:54.420 INFO O| Aug 25 20:05:54.420 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103122026-08-25T20:05:55.906Z[ host-image] Aug 25 20:05:54.766 INFO O| Aug 25 20:05:54.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103132026-08-25T20:05:55.906Z[ host-image] Aug 25 20:05:54.766 INFO O| Aug 25 20:05:54.766 INFO ok!
103142026-08-25T20:05:55.906Z[ host-image] Aug 25 20:05:54.766 INFO O| Aug 25 20:05:54.766 INFO STEP 93 (ensure_file) COMPLETE
103152026-08-25T20:05:55.909Z[ host-image] Aug 25 20:05:54.766 INFO O| Aug 25 20:05:54.766 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-25T20:05:55.915Z[ host-image] Aug 25 20:05:54.775 INFO O| Aug 25 20:05:54.775 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103172026-08-25T20:05:55.919Z[ host-image] Aug 25 20:05:54.776 INFO O| Aug 25 20:05:54.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103182026-08-25T20:05:55.919Z[ host-image] Aug 25 20:05:54.776 INFO O| Aug 25 20:05:54.776 INFO STEP 94 (ensure_dir) COMPLETE
103192026-08-25T20:05:55.919Z[ host-image] Aug 25 20:05:54.776 INFO O| Aug 25 20:05:54.776 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-08-25T20:05:55.924Z[ host-image] Aug 25 20:05:54.783 INFO O| Aug 25 20:05:54.783 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103212026-08-25T20:05:55.924Z[ host-image] Aug 25 20:05:54.783 INFO O| Aug 25 20:05:54.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103222026-08-25T20:05:55.924Z[ host-image] Aug 25 20:05:54.783 INFO O| Aug 25 20:05:54.783 INFO STEP 95 (ensure_dir) COMPLETE
103232026-08-25T20:05:55.928Z[ host-image] Aug 25 20:05:54.784 INFO O| Aug 25 20:05:54.783 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-25T20:05:55.931Z[ host-image] Aug 25 20:05:54.791 INFO O| Aug 25 20:05:54.791 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103252026-08-25T20:05:55.935Z[ host-image] Aug 25 20:05:54.791 INFO O| Aug 25 20:05:54.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103262026-08-25T20:05:55.935Z[ host-image] Aug 25 20:05:54.791 INFO O| Aug 25 20:05:54.791 INFO STEP 96 (ensure_dir) COMPLETE
103272026-08-25T20:05:55.935Z[ host-image] Aug 25 20:05:54.791 INFO O| Aug 25 20:05:54.791 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-25T20:05:55.939Z[ host-image] Aug 25 20:05:54.799 INFO O| Aug 25 20:05:54.799 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103292026-08-25T20:05:55.942Z[ host-image] Aug 25 20:05:54.799 INFO O| Aug 25 20:05:54.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103302026-08-25T20:05:55.942Z[ host-image] Aug 25 20:05:54.799 INFO O| Aug 25 20:05:54.799 INFO STEP 97 (ensure_dir) COMPLETE
103312026-08-25T20:05:55.942Z[ host-image] Aug 25 20:05:54.799 INFO O| Aug 25 20:05:54.799 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-25T20:05:55.946Z[ host-image] Aug 25 20:05:54.807 INFO O| Aug 25 20:05:54.806 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103332026-08-25T20:05:55.949Z[ host-image] Aug 25 20:05:54.807 INFO O| Aug 25 20:05:54.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103342026-08-25T20:05:55.950Z[ host-image] Aug 25 20:05:54.807 INFO O| Aug 25 20:05:54.807 INFO STEP 98 (ensure_dir) COMPLETE
103352026-08-25T20:05:55.950Z[ host-image] Aug 25 20:05:54.807 INFO O| Aug 25 20:05:54.807 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-25T20:05:55.954Z[ host-image] Aug 25 20:05:54.814 INFO O| Aug 25 20:05:54.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103372026-08-25T20:05:55.958Z[ host-image] Aug 25 20:05:54.814 INFO O| Aug 25 20:05:54.814 INFO copying /tmp/.tmpZkE6Di/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 ...
103382026-08-25T20:05:55.959Z[ host-image] Aug 25 20:05:54.814 INFO O| Aug 25 20:05:54.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103392026-08-25T20:05:55.960Z[ host-image] Aug 25 20:05:54.814 INFO O| Aug 25 20:05:54.814 INFO ok!
103402026-08-25T20:05:55.960Z[ host-image] Aug 25 20:05:54.814 INFO O| Aug 25 20:05:54.814 INFO STEP 99 (ensure_file) COMPLETE
103412026-08-25T20:05:55.960Z[ host-image] Aug 25 20:05:54.814 INFO O| Aug 25 20:05:54.814 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-25T20:05:55.963Z[ host-image] Aug 25 20:05:54.822 INFO O| Aug 25 20:05:54.822 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103432026-08-25T20:05:55.963Z[ host-image] Aug 25 20:05:54.822 INFO O| Aug 25 20:05:54.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103442026-08-25T20:05:55.963Z[ host-image] Aug 25 20:05:54.822 INFO O| Aug 25 20:05:54.822 INFO STEP 100 (ensure_dir) COMPLETE
103452026-08-25T20:05:55.963Z[ host-image] Aug 25 20:05:54.822 INFO O| Aug 25 20:05:54.822 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-25T20:05:55.968Z[ host-image] Aug 25 20:05:54.829 INFO O| Aug 25 20:05:54.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103472026-08-25T20:05:55.968Z[ host-image] Aug 25 20:05:54.829 INFO O| Aug 25 20:05:54.829 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103482026-08-25T20:05:55.985Z[ host-image] Aug 25 20:05:54.845 INFO O| Aug 25 20:05:54.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103492026-08-25T20:05:55.985Z[ host-image] Aug 25 20:05:54.845 INFO O| Aug 25 20:05:54.845 INFO ok!
103502026-08-25T20:05:55.988Z[ host-image] Aug 25 20:05:54.845 INFO O| Aug 25 20:05:54.845 INFO STEP 101 (ensure_file) COMPLETE
103512026-08-25T20:05:55.988Z[ host-image] Aug 25 20:05:54.845 INFO O| Aug 25 20:05:54.845 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-25T20:05:55.992Z[ host-image] Aug 25 20:05:54.852 INFO O| Aug 25 20:05:54.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103532026-08-25T20:05:55.992Z[ host-image] Aug 25 20:05:54.852 INFO O| Aug 25 20:05:54.852 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103542026-08-25T20:05:55.995Z[ host-image] Aug 25 20:05:54.852 INFO O| Aug 25 20:05:54.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103552026-08-25T20:05:55.995Z[ host-image] Aug 25 20:05:54.852 INFO O| Aug 25 20:05:54.852 INFO ok!
103562026-08-25T20:05:55.995Z[ host-image] Aug 25 20:05:54.852 INFO O| Aug 25 20:05:54.852 INFO STEP 102 (ensure_file) COMPLETE
103572026-08-25T20:05:55.995Z[ host-image] Aug 25 20:05:54.852 INFO O| Aug 25 20:05:54.852 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-25T20:05:55.999Z[ host-image] Aug 25 20:05:54.859 INFO O| Aug 25 20:05:54.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103592026-08-25T20:05:56.003Z[ host-image] Aug 25 20:05:54.859 INFO O| Aug 25 20:05:54.859 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103602026-08-25T20:05:56.283Z[ host-image] Aug 25 20:05:55.142 INFO O| Aug 25 20:05:55.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103612026-08-25T20:05:56.283Z[ host-image] Aug 25 20:05:55.142 INFO O| Aug 25 20:05:55.142 INFO ok!
103622026-08-25T20:05:56.283Z[ host-image] Aug 25 20:05:55.142 INFO O| Aug 25 20:05:55.142 INFO STEP 103 (ensure_file) COMPLETE
103632026-08-25T20:05:56.286Z[ host-image] Aug 25 20:05:55.142 INFO O| Aug 25 20:05:55.142 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-25T20:05:56.290Z[ host-image] Aug 25 20:05:55.150 INFO O| Aug 25 20:05:55.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103652026-08-25T20:05:56.290Z[ host-image] Aug 25 20:05:55.150 INFO O| Aug 25 20:05:55.150 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103662026-08-25T20:05:56.290Z[ host-image] Aug 25 20:05:55.150 INFO O| Aug 25 20:05:55.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103672026-08-25T20:05:56.293Z[ host-image] Aug 25 20:05:55.150 INFO O| Aug 25 20:05:55.150 INFO ok!
103682026-08-25T20:05:56.293Z[ host-image] Aug 25 20:05:55.150 INFO O| Aug 25 20:05:55.150 INFO STEP 104 (ensure_file) COMPLETE
103692026-08-25T20:05:56.293Z[ host-image] Aug 25 20:05:55.150 INFO O| Aug 25 20:05:55.150 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-25T20:05:56.296Z[ host-image] Aug 25 20:05:55.156 INFO O| Aug 25 20:05:55.156 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103712026-08-25T20:05:56.296Z[ host-image] Aug 25 20:05:55.156 INFO O| Aug 25 20:05:55.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103722026-08-25T20:05:56.296Z[ host-image] Aug 25 20:05:55.156 INFO O| Aug 25 20:05:55.156 INFO STEP 105 (ensure_dir) COMPLETE
103732026-08-25T20:05:56.296Z[ host-image] Aug 25 20:05:55.156 INFO O| Aug 25 20:05:55.156 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-08-25T20:05:56.302Z[ host-image] Aug 25 20:05:55.162 INFO O| Aug 25 20:05:55.162 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103752026-08-25T20:05:56.302Z[ host-image] Aug 25 20:05:55.162 INFO O| Aug 25 20:05:55.162 INFO copying /tmp/.tmpZkE6Di/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 ...
103762026-08-25T20:05:56.588Z[ host-image] Aug 25 20:05:55.447 INFO O| Aug 25 20:05:55.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103772026-08-25T20:05:56.588Z[ host-image] Aug 25 20:05:55.447 INFO O| Aug 25 20:05:55.447 INFO ok!
103782026-08-25T20:05:56.588Z[ host-image] Aug 25 20:05:55.447 INFO O| Aug 25 20:05:55.447 INFO STEP 106 (ensure_file) COMPLETE
103792026-08-25T20:05:56.591Z[ host-image] Aug 25 20:05:55.447 INFO O| Aug 25 20:05:55.447 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-25T20:05:56.596Z[ host-image] Aug 25 20:05:55.456 INFO O| Aug 25 20:05:55.456 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103812026-08-25T20:05:56.596Z[ host-image] Aug 25 20:05:55.456 INFO O| Aug 25 20:05:55.456 INFO copying /tmp/.tmpZkE6Di/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 ...
103822026-08-25T20:05:56.599Z[ host-image] Aug 25 20:05:55.456 INFO O| Aug 25 20:05:55.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103832026-08-25T20:05:56.599Z[ host-image] Aug 25 20:05:55.456 INFO O| Aug 25 20:05:55.456 INFO ok!
103842026-08-25T20:05:56.599Z[ host-image] Aug 25 20:05:55.456 INFO O| Aug 25 20:05:55.456 INFO STEP 107 (ensure_file) COMPLETE
103852026-08-25T20:05:56.600Z[ host-image] Aug 25 20:05:55.456 INFO O| Aug 25 20:05:55.456 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-25T20:05:56.603Z[ host-image] Aug 25 20:05:55.463 INFO O| Aug 25 20:05:55.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103872026-08-25T20:05:56.603Z[ host-image] Aug 25 20:05:55.463 INFO O| Aug 25 20:05:55.463 INFO copying /tmp/.tmpZkE6Di/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 ...
103882026-08-25T20:05:56.603Z[ host-image] Aug 25 20:05:55.463 INFO O| Aug 25 20:05:55.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103892026-08-25T20:05:56.603Z[ host-image] Aug 25 20:05:55.463 INFO O| Aug 25 20:05:55.463 INFO ok!
103902026-08-25T20:05:56.604Z[ host-image] Aug 25 20:05:55.463 INFO O| Aug 25 20:05:55.463 INFO STEP 108 (ensure_file) COMPLETE
103912026-08-25T20:05:56.607Z[ host-image] Aug 25 20:05:55.463 INFO O| Aug 25 20:05:55.463 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-25T20:05:56.612Z[ host-image] Aug 25 20:05:55.472 INFO O| Aug 25 20:05:55.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103932026-08-25T20:05:56.612Z[ host-image] Aug 25 20:05:55.472 INFO O| Aug 25 20:05:55.472 INFO copying /tmp/.tmpZkE6Di/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 ...
103942026-08-25T20:05:56.615Z[ host-image] Aug 25 20:05:55.472 INFO O| Aug 25 20:05:55.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103952026-08-25T20:05:56.616Z[ host-image] Aug 25 20:05:55.472 INFO O| Aug 25 20:05:55.472 INFO ok!
103962026-08-25T20:05:56.616Z[ host-image] Aug 25 20:05:55.472 INFO O| Aug 25 20:05:55.472 INFO STEP 109 (ensure_file) COMPLETE
103972026-08-25T20:05:56.616Z[ host-image] Aug 25 20:05:55.472 INFO O| Aug 25 20:05:55.472 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-25T20:05:56.619Z[ host-image] Aug 25 20:05:55.479 INFO O| Aug 25 20:05:55.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103992026-08-25T20:05:56.619Z[ host-image] Aug 25 20:05:55.479 INFO O| Aug 25 20:05:55.479 INFO copying /tmp/.tmpZkE6Di/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 ...
104002026-08-25T20:05:56.623Z[ host-image] Aug 25 20:05:55.479 INFO O| Aug 25 20:05:55.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104012026-08-25T20:05:56.623Z[ host-image] Aug 25 20:05:55.479 INFO O| Aug 25 20:05:55.479 INFO ok!
104022026-08-25T20:05:56.623Z[ host-image] Aug 25 20:05:55.479 INFO O| Aug 25 20:05:55.479 INFO STEP 110 (ensure_file) COMPLETE
104032026-08-25T20:05:56.623Z[ host-image] Aug 25 20:05:55.479 INFO O| Aug 25 20:05:55.479 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-25T20:05:56.627Z[ host-image] Aug 25 20:05:55.487 INFO O| Aug 25 20:05:55.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104052026-08-25T20:05:56.627Z[ host-image] Aug 25 20:05:55.487 INFO O| Aug 25 20:05:55.487 INFO copying /tmp/.tmpZkE6Di/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 ...
104062026-08-25T20:05:56.630Z[ host-image] Aug 25 20:05:55.487 INFO O| Aug 25 20:05:55.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104072026-08-25T20:05:56.630Z[ host-image] Aug 25 20:05:55.487 INFO O| Aug 25 20:05:55.487 INFO ok!
104082026-08-25T20:05:56.630Z[ host-image] Aug 25 20:05:55.487 INFO O| Aug 25 20:05:55.487 INFO STEP 111 (ensure_file) COMPLETE
104092026-08-25T20:05:56.630Z[ host-image] Aug 25 20:05:55.487 INFO O| Aug 25 20:05:55.487 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-08-25T20:05:56.634Z[ host-image] Aug 25 20:05:55.494 INFO O| Aug 25 20:05:55.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104112026-08-25T20:05:56.634Z[ host-image] Aug 25 20:05:55.494 INFO O| Aug 25 20:05:55.494 INFO copying /tmp/.tmpZkE6Di/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 ...
104122026-08-25T20:05:56.634Z[ host-image] Aug 25 20:05:55.494 INFO O| Aug 25 20:05:55.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104132026-08-25T20:05:56.637Z[ host-image] Aug 25 20:05:55.494 INFO O| Aug 25 20:05:55.494 INFO ok!
104142026-08-25T20:05:56.637Z[ host-image] Aug 25 20:05:55.494 INFO O| Aug 25 20:05:55.494 INFO STEP 112 (ensure_file) COMPLETE
104152026-08-25T20:05:56.637Z[ host-image] Aug 25 20:05:55.494 INFO O| Aug 25 20:05:55.494 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-08-25T20:05:56.642Z[ host-image] Aug 25 20:05:55.502 INFO O| Aug 25 20:05:55.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104172026-08-25T20:05:56.642Z[ host-image] Aug 25 20:05:55.502 INFO O| Aug 25 20:05:55.502 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104182026-08-25T20:05:56.642Z[ host-image] Aug 25 20:05:55.502 INFO O| Aug 25 20:05:55.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104192026-08-25T20:05:56.645Z[ host-image] Aug 25 20:05:55.502 INFO O| Aug 25 20:05:55.502 INFO ok!
104202026-08-25T20:05:56.645Z[ host-image] Aug 25 20:05:55.502 INFO O| Aug 25 20:05:55.502 INFO STEP 113 (ensure_file) COMPLETE
104212026-08-25T20:05:56.645Z[ host-image] Aug 25 20:05:55.502 INFO O| Aug 25 20:05:55.502 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-08-25T20:05:56.648Z[ recovery-image] Aug 25 20:05:55.508 INFO O| ok, image written!
104232026-08-25T20:05:56.648Z[ recovery-image] Aug 25 20:05:55.508 INFO O| ok, boot_image_csum file written!
104242026-08-25T20:05:56.651Z[ host-image] Aug 25 20:05:55.509 INFO O| Aug 25 20:05:55.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104252026-08-25T20:05:56.651Z[ host-image] Aug 25 20:05:55.509 INFO O| Aug 25 20:05:55.509 INFO copying /tmp/.tmpZkE6Di/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 ...
104262026-08-25T20:05:56.651Z[ host-image] Aug 25 20:05:55.509 INFO O| Aug 25 20:05:55.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104272026-08-25T20:05:56.651Z[ host-image] Aug 25 20:05:55.509 INFO O| Aug 25 20:05:55.509 INFO ok!
104282026-08-25T20:05:56.651Z[ host-image] Aug 25 20:05:55.509 INFO O| Aug 25 20:05:55.509 INFO STEP 114 (ensure_file) COMPLETE
104292026-08-25T20:05:56.651Z[ host-image] Aug 25 20:05:55.509 INFO O| Aug 25 20:05:55.509 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-25T20:05:56.652Z[ recovery-image] Aug 25 20:05:55.510 INFO creating boot archive (CPIO)...
104312026-08-25T20:05:56.652Z[ recovery-image] Aug 25 20:05:55.510 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
104322026-08-25T20:05:56.656Z[ recovery-image] Aug 25 20:05:55.514 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
104332026-08-25T20:05:56.656Z[ recovery-image] Aug 25 20:05:55.514 INFO E| + outfile=/work/os-recovery/cpio
104342026-08-25T20:05:56.656Z[ recovery-image] Aug 25 20:05:55.514 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
104352026-08-25T20:05:56.659Z[ recovery-image] Aug 25 20:05:55.516 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
104362026-08-25T20:05:56.659Z[ recovery-image] Aug 25 20:05:55.516 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
104372026-08-25T20:05:56.659Z[ host-image] Aug 25 20:05:55.517 INFO O| Aug 25 20:05:55.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104382026-08-25T20:05:56.659Z[ host-image] Aug 25 20:05:55.517 INFO O| Aug 25 20:05:55.517 INFO copying /tmp/.tmpZkE6Di/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 ...
104392026-08-25T20:05:56.659Z[ host-image] Aug 25 20:05:55.517 INFO O| Aug 25 20:05:55.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104402026-08-25T20:05:56.659Z[ host-image] Aug 25 20:05:55.517 INFO O| Aug 25 20:05:55.517 INFO ok!
104412026-08-25T20:05:56.659Z[ host-image] Aug 25 20:05:55.517 INFO O| Aug 25 20:05:55.517 INFO STEP 115 (ensure_file) COMPLETE
104422026-08-25T20:05:56.659Z[ host-image] Aug 25 20:05:55.517 INFO O| Aug 25 20:05:55.517 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-25T20:05:56.664Z[ host-image] Aug 25 20:05:55.524 INFO O| Aug 25 20:05:55.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104442026-08-25T20:05:56.667Z[ host-image] Aug 25 20:05:55.524 INFO O| Aug 25 20:05:55.524 INFO copying /tmp/.tmpZkE6Di/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 ...
104452026-08-25T20:05:56.667Z[ host-image] Aug 25 20:05:55.524 INFO O| Aug 25 20:05:55.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104462026-08-25T20:05:56.667Z[ host-image] Aug 25 20:05:55.524 INFO O| Aug 25 20:05:55.524 INFO ok!
104472026-08-25T20:05:56.668Z[ host-image] Aug 25 20:05:55.524 INFO O| Aug 25 20:05:55.524 INFO STEP 116 (ensure_file) COMPLETE
104482026-08-25T20:05:56.668Z[ host-image] Aug 25 20:05:55.524 INFO O| Aug 25 20:05:55.524 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-25T20:05:56.671Z[ host-image] Aug 25 20:05:55.531 INFO O| Aug 25 20:05:55.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104502026-08-25T20:05:56.674Z[ host-image] Aug 25 20:05:55.531 INFO O| Aug 25 20:05:55.531 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104512026-08-25T20:05:56.674Z[ host-image] Aug 25 20:05:55.531 INFO O| Aug 25 20:05:55.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104522026-08-25T20:05:56.674Z[ host-image] Aug 25 20:05:55.531 INFO O| Aug 25 20:05:55.531 INFO ok!
104532026-08-25T20:05:56.674Z[ host-image] Aug 25 20:05:55.531 INFO O| Aug 25 20:05:55.531 INFO STEP 117 (ensure_file) COMPLETE
104542026-08-25T20:05:56.674Z[ host-image] Aug 25 20:05:55.531 INFO O| Aug 25 20:05:55.531 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-25T20:05:56.678Z[ host-image] Aug 25 20:05:55.538 INFO O| Aug 25 20:05:55.538 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104562026-08-25T20:05:56.678Z[ host-image] Aug 25 20:05:55.538 INFO O| Aug 25 20:05:55.538 INFO copying /tmp/.tmpZkE6Di/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 ...
104572026-08-25T20:05:56.681Z[ host-image] Aug 25 20:05:55.538 INFO O| Aug 25 20:05:55.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104582026-08-25T20:05:56.681Z[ host-image] Aug 25 20:05:55.538 INFO O| Aug 25 20:05:55.538 INFO ok!
104592026-08-25T20:05:56.681Z[ host-image] Aug 25 20:05:55.538 INFO O| Aug 25 20:05:55.538 INFO STEP 118 (ensure_file) COMPLETE
104602026-08-25T20:05:56.681Z[ host-image] Aug 25 20:05:55.538 INFO O| Aug 25 20:05:55.538 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-25T20:05:56.685Z[ host-image] Aug 25 20:05:55.545 INFO O| Aug 25 20:05:55.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104622026-08-25T20:05:56.685Z[ host-image] Aug 25 20:05:55.545 INFO O| Aug 25 20:05:55.545 INFO copying /tmp/.tmpZkE6Di/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 ...
104632026-08-25T20:05:56.688Z[ host-image] Aug 25 20:05:55.545 INFO O| Aug 25 20:05:55.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104642026-08-25T20:05:56.688Z[ host-image] Aug 25 20:05:55.545 INFO O| Aug 25 20:05:55.545 INFO ok!
104652026-08-25T20:05:56.688Z[ host-image] Aug 25 20:05:55.545 INFO O| Aug 25 20:05:55.545 INFO STEP 119 (ensure_file) COMPLETE
104662026-08-25T20:05:56.688Z[ host-image] Aug 25 20:05:55.545 INFO O| Aug 25 20:05:55.545 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-25T20:05:56.692Z[ recovery-image] Aug 25 20:05:55.552 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
104682026-08-25T20:05:56.692Z[ host-image] Aug 25 20:05:55.552 INFO O| Aug 25 20:05:55.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104692026-08-25T20:05:56.696Z[ host-image] Aug 25 20:05:55.552 INFO O| Aug 25 20:05:55.552 INFO copying /tmp/.tmpZkE6Di/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 ...
104702026-08-25T20:05:56.696Z[ host-image] Aug 25 20:05:55.552 INFO O| Aug 25 20:05:55.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104712026-08-25T20:05:56.696Z[ host-image] Aug 25 20:05:55.552 INFO O| Aug 25 20:05:55.552 INFO ok!
104722026-08-25T20:05:56.696Z[ recovery-image] Aug 25 20:05:55.552 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
104732026-08-25T20:05:56.696Z[ host-image] Aug 25 20:05:55.552 INFO O| Aug 25 20:05:55.552 INFO STEP 120 (ensure_file) COMPLETE
104742026-08-25T20:05:56.696Z[ host-image] Aug 25 20:05:55.552 INFO O| Aug 25 20:05:55.552 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-25T20:05:56.700Z[ recovery-image] Aug 25 20:05:55.558 INFO creating compressed cpio/unix for dev loaders...
104762026-08-25T20:05:56.700Z[ recovery-image] Aug 25 20:05:55.558 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
104772026-08-25T20:05:56.700Z[ host-image] Aug 25 20:05:55.560 INFO O| Aug 25 20:05:55.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104782026-08-25T20:05:56.700Z[ host-image] Aug 25 20:05:55.560 INFO O| Aug 25 20:05:55.560 INFO copying /tmp/.tmpZkE6Di/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 ...
104792026-08-25T20:05:56.700Z[ host-image] Aug 25 20:05:55.560 INFO O| Aug 25 20:05:55.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104802026-08-25T20:05:56.700Z[ host-image] Aug 25 20:05:55.560 INFO O| Aug 25 20:05:55.560 INFO ok!
104812026-08-25T20:05:56.700Z[ host-image] Aug 25 20:05:55.560 INFO O| Aug 25 20:05:55.560 INFO STEP 121 (ensure_file) COMPLETE
104822026-08-25T20:05:56.700Z[ host-image] Aug 25 20:05:55.560 INFO O| Aug 25 20:05:55.560 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-08-25T20:05:56.708Z[ host-image] Aug 25 20:05:55.567 INFO O| Aug 25 20:05:55.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104842026-08-25T20:05:56.709Z[ host-image] Aug 25 20:05:55.567 INFO O| Aug 25 20:05:55.567 INFO copying /tmp/.tmpZkE6Di/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 ...
104852026-08-25T20:05:56.713Z[ host-image] Aug 25 20:05:55.567 INFO O| Aug 25 20:05:55.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104862026-08-25T20:05:56.713Z[ host-image] Aug 25 20:05:55.567 INFO O| Aug 25 20:05:55.567 INFO ok!
104872026-08-25T20:05:56.713Z[ host-image] Aug 25 20:05:55.567 INFO O| Aug 25 20:05:55.567 INFO STEP 122 (ensure_file) COMPLETE
104882026-08-25T20:05:56.713Z[ host-image] Aug 25 20:05:55.567 INFO O| Aug 25 20:05:55.567 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-08-25T20:05:56.716Z[ host-image] Aug 25 20:05:55.574 INFO O| Aug 25 20:05:55.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104902026-08-25T20:05:56.716Z[ host-image] Aug 25 20:05:55.574 INFO O| Aug 25 20:05:55.574 INFO copying /tmp/.tmpZkE6Di/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 ...
104912026-08-25T20:05:56.716Z[ host-image] Aug 25 20:05:55.574 INFO O| Aug 25 20:05:55.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104922026-08-25T20:05:56.716Z[ host-image] Aug 25 20:05:55.574 INFO O| Aug 25 20:05:55.574 INFO ok!
104932026-08-25T20:05:56.716Z[ host-image] Aug 25 20:05:55.575 INFO O| Aug 25 20:05:55.574 INFO STEP 123 (ensure_file) COMPLETE
104942026-08-25T20:05:56.716Z[ host-image] Aug 25 20:05:55.575 INFO O| Aug 25 20:05:55.575 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-08-25T20:05:56.720Z[ host-image] Aug 25 20:05:55.580 INFO O| Aug 25 20:05:55.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104962026-08-25T20:05:56.720Z[ host-image] Aug 25 20:05:55.580 INFO O| Aug 25 20:05:55.580 INFO copying /tmp/.tmpZkE6Di/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 ...
104972026-08-25T20:05:56.723Z[ host-image] Aug 25 20:05:55.581 INFO O| Aug 25 20:05:55.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104982026-08-25T20:05:56.723Z[ host-image] Aug 25 20:05:55.581 INFO O| Aug 25 20:05:55.581 INFO ok!
104992026-08-25T20:05:56.724Z[ host-image] Aug 25 20:05:55.581 INFO O| Aug 25 20:05:55.581 INFO STEP 124 (ensure_file) COMPLETE
105002026-08-25T20:05:56.724Z[ host-image] Aug 25 20:05:55.581 INFO O| Aug 25 20:05:55.581 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-08-25T20:05:56.728Z[ host-image] Aug 25 20:05:55.588 INFO O| Aug 25 20:05:55.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105022026-08-25T20:05:56.728Z[ host-image] Aug 25 20:05:55.588 INFO O| Aug 25 20:05:55.588 INFO copying /tmp/.tmpZkE6Di/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 ...
105032026-08-25T20:05:56.731Z[ host-image] Aug 25 20:05:55.588 INFO O| Aug 25 20:05:55.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105042026-08-25T20:05:56.731Z[ host-image] Aug 25 20:05:55.588 INFO O| Aug 25 20:05:55.588 INFO ok!
105052026-08-25T20:05:56.731Z[ host-image] Aug 25 20:05:55.588 INFO O| Aug 25 20:05:55.588 INFO STEP 125 (ensure_file) COMPLETE
105062026-08-25T20:05:56.731Z[ host-image] Aug 25 20:05:55.588 INFO O| Aug 25 20:05:55.588 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-08-25T20:05:56.734Z[ host-image] Aug 25 20:05:55.594 INFO O| Aug 25 20:05:55.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105082026-08-25T20:05:56.738Z[ host-image] Aug 25 20:05:55.594 INFO O| Aug 25 20:05:55.594 INFO copying /tmp/.tmpZkE6Di/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 ...
105092026-08-25T20:05:56.738Z[ host-image] Aug 25 20:05:55.594 INFO O| Aug 25 20:05:55.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105102026-08-25T20:05:56.738Z[ host-image] Aug 25 20:05:55.594 INFO O| Aug 25 20:05:55.594 INFO ok!
105112026-08-25T20:05:56.738Z[ host-image] Aug 25 20:05:55.595 INFO O| Aug 25 20:05:55.594 INFO STEP 126 (ensure_file) COMPLETE
105122026-08-25T20:05:56.738Z[ host-image] Aug 25 20:05:55.595 INFO O| Aug 25 20:05:55.594 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-08-25T20:05:56.741Z[ host-image] Aug 25 20:05:55.601 INFO O| Aug 25 20:05:55.601 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105142026-08-25T20:05:56.741Z[ host-image] Aug 25 20:05:55.601 INFO O| Aug 25 20:05:55.601 INFO copying /tmp/.tmpZkE6Di/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 ...
105152026-08-25T20:05:56.741Z[ host-image] Aug 25 20:05:55.601 INFO O| Aug 25 20:05:55.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105162026-08-25T20:05:56.741Z[ host-image] Aug 25 20:05:55.601 INFO O| Aug 25 20:05:55.601 INFO ok!
105172026-08-25T20:05:56.744Z[ host-image] Aug 25 20:05:55.601 INFO O| Aug 25 20:05:55.601 INFO STEP 127 (ensure_file) COMPLETE
105182026-08-25T20:05:56.744Z[ host-image] Aug 25 20:05:55.601 INFO O| Aug 25 20:05:55.601 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-08-25T20:05:56.748Z[ host-image] Aug 25 20:05:55.608 INFO O| Aug 25 20:05:55.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105202026-08-25T20:05:56.748Z[ host-image] Aug 25 20:05:55.608 INFO O| Aug 25 20:05:55.608 INFO copying /tmp/.tmpZkE6Di/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 ...
105212026-08-25T20:05:56.751Z[ host-image] Aug 25 20:05:55.608 INFO O| Aug 25 20:05:55.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105222026-08-25T20:05:56.751Z[ host-image] Aug 25 20:05:55.608 INFO O| Aug 25 20:05:55.608 INFO ok!
105232026-08-25T20:05:56.751Z[ host-image] Aug 25 20:05:55.608 INFO O| Aug 25 20:05:55.608 INFO STEP 128 (ensure_file) COMPLETE
105242026-08-25T20:05:56.751Z[ host-image] Aug 25 20:05:55.608 INFO O| Aug 25 20:05:55.608 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-08-25T20:05:56.755Z[ host-image] Aug 25 20:05:55.615 INFO O| Aug 25 20:05:55.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105262026-08-25T20:05:56.756Z[ host-image] Aug 25 20:05:55.615 INFO O| Aug 25 20:05:55.615 INFO copying /tmp/.tmpZkE6Di/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 ...
105272026-08-25T20:05:56.756Z[ host-image] Aug 25 20:05:55.615 INFO O| Aug 25 20:05:55.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105282026-08-25T20:05:56.756Z[ host-image] Aug 25 20:05:55.615 INFO O| Aug 25 20:05:55.615 INFO ok!
105292026-08-25T20:05:56.756Z[ host-image] Aug 25 20:05:55.615 INFO O| Aug 25 20:05:55.615 INFO STEP 129 (ensure_file) COMPLETE
105302026-08-25T20:05:56.759Z[ host-image] Aug 25 20:05:55.615 INFO O| Aug 25 20:05:55.615 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-08-25T20:05:56.762Z[ host-image] Aug 25 20:05:55.621 INFO O| Aug 25 20:05:55.621 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105322026-08-25T20:05:56.762Z[ host-image] Aug 25 20:05:55.621 INFO O| Aug 25 20:05:55.621 INFO copying /tmp/.tmpZkE6Di/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 ...
105332026-08-25T20:05:56.762Z[ host-image] Aug 25 20:05:55.621 INFO O| Aug 25 20:05:55.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105342026-08-25T20:05:56.762Z[ host-image] Aug 25 20:05:55.621 INFO O| Aug 25 20:05:55.621 INFO ok!
105352026-08-25T20:05:56.762Z[ host-image] Aug 25 20:05:55.621 INFO O| Aug 25 20:05:55.621 INFO STEP 130 (ensure_file) COMPLETE
105362026-08-25T20:05:56.762Z[ host-image] Aug 25 20:05:55.621 INFO O| Aug 25 20:05:55.621 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-08-25T20:05:56.769Z[ host-image] Aug 25 20:05:55.629 INFO O| Aug 25 20:05:55.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105382026-08-25T20:05:56.769Z[ host-image] Aug 25 20:05:55.629 INFO O| Aug 25 20:05:55.629 INFO copying /tmp/.tmpZkE6Di/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 ...
105392026-08-25T20:05:56.772Z[ host-image] Aug 25 20:05:55.629 INFO O| Aug 25 20:05:55.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105402026-08-25T20:05:56.772Z[ host-image] Aug 25 20:05:55.629 INFO O| Aug 25 20:05:55.629 INFO ok!
105412026-08-25T20:05:56.772Z[ host-image] Aug 25 20:05:55.629 INFO O| Aug 25 20:05:55.629 INFO STEP 131 (ensure_file) COMPLETE
105422026-08-25T20:05:56.772Z[ host-image] Aug 25 20:05:55.629 INFO O| Aug 25 20:05:55.629 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-25T20:05:56.776Z[ host-image] Aug 25 20:05:55.636 INFO O| Aug 25 20:05:55.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105442026-08-25T20:05:56.779Z[ host-image] Aug 25 20:05:55.636 INFO O| Aug 25 20:05:55.636 INFO copying /tmp/.tmpZkE6Di/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 ...
105452026-08-25T20:05:56.779Z[ host-image] Aug 25 20:05:55.636 INFO O| Aug 25 20:05:55.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105462026-08-25T20:05:56.779Z[ host-image] Aug 25 20:05:55.636 INFO O| Aug 25 20:05:55.636 INFO ok!
105472026-08-25T20:05:56.779Z[ host-image] Aug 25 20:05:55.636 INFO O| Aug 25 20:05:55.636 INFO STEP 132 (ensure_file) COMPLETE
105482026-08-25T20:05:56.779Z[ host-image] Aug 25 20:05:55.636 INFO O| Aug 25 20:05:55.636 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-25T20:05:56.783Z[ host-image] Aug 25 20:05:55.644 INFO O| Aug 25 20:05:55.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105502026-08-25T20:05:56.783Z[ host-image] Aug 25 20:05:55.644 INFO O| Aug 25 20:05:55.644 INFO copying /tmp/.tmpZkE6Di/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 ...
105512026-08-25T20:05:56.787Z[ host-image] Aug 25 20:05:55.644 INFO O| Aug 25 20:05:55.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105522026-08-25T20:05:56.787Z[ host-image] Aug 25 20:05:55.644 INFO O| Aug 25 20:05:55.644 INFO ok!
105532026-08-25T20:05:56.787Z[ host-image] Aug 25 20:05:55.644 INFO O| Aug 25 20:05:55.644 INFO STEP 133 (ensure_file) COMPLETE
105542026-08-25T20:05:56.787Z[ host-image] Aug 25 20:05:55.644 INFO O| Aug 25 20:05:55.644 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-08-25T20:05:56.791Z[ host-image] Aug 25 20:05:55.651 INFO O| Aug 25 20:05:55.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105562026-08-25T20:05:56.791Z[ host-image] Aug 25 20:05:55.651 INFO O| Aug 25 20:05:55.651 INFO copying /tmp/.tmpZkE6Di/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 ...
105572026-08-25T20:05:56.794Z[ host-image] Aug 25 20:05:55.651 INFO O| Aug 25 20:05:55.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105582026-08-25T20:05:56.795Z[ host-image] Aug 25 20:05:55.651 INFO O| Aug 25 20:05:55.651 INFO ok!
105592026-08-25T20:05:56.795Z[ host-image] Aug 25 20:05:55.651 INFO O| Aug 25 20:05:55.651 INFO STEP 134 (ensure_file) COMPLETE
105602026-08-25T20:05:56.795Z[ host-image] Aug 25 20:05:55.651 INFO O| Aug 25 20:05:55.651 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-25T20:05:56.799Z[ host-image] Aug 25 20:05:55.658 INFO O| Aug 25 20:05:55.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105622026-08-25T20:05:56.799Z[ host-image] Aug 25 20:05:55.658 INFO O| Aug 25 20:05:55.658 INFO copying /tmp/.tmpZkE6Di/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 ...
105632026-08-25T20:05:56.799Z[ host-image] Aug 25 20:05:55.658 INFO O| Aug 25 20:05:55.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105642026-08-25T20:05:56.799Z[ host-image] Aug 25 20:05:55.658 INFO O| Aug 25 20:05:55.658 INFO ok!
105652026-08-25T20:05:56.799Z[ host-image] Aug 25 20:05:55.658 INFO O| Aug 25 20:05:55.658 INFO STEP 135 (ensure_file) COMPLETE
105662026-08-25T20:05:56.799Z[ host-image] Aug 25 20:05:55.658 INFO O| Aug 25 20:05:55.658 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-08-25T20:05:56.805Z[ host-image] Aug 25 20:05:55.665 INFO O| Aug 25 20:05:55.665 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105682026-08-25T20:05:56.805Z[ host-image] Aug 25 20:05:55.665 INFO O| Aug 25 20:05:55.665 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105692026-08-25T20:05:56.808Z[ host-image] Aug 25 20:05:55.665 INFO O| Aug 25 20:05:55.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105702026-08-25T20:05:56.808Z[ host-image] Aug 25 20:05:55.665 INFO O| Aug 25 20:05:55.665 INFO ok!
105712026-08-25T20:05:56.808Z[ host-image] Aug 25 20:05:55.665 INFO O| Aug 25 20:05:55.665 INFO STEP 136 (ensure_file) COMPLETE
105722026-08-25T20:05:56.808Z[ host-image] Aug 25 20:05:55.665 INFO O| Aug 25 20:05:55.665 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-08-25T20:05:56.812Z[ host-image] Aug 25 20:05:55.673 INFO O| Aug 25 20:05:55.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105742026-08-25T20:05:56.812Z[ host-image] Aug 25 20:05:55.673 INFO O| Aug 25 20:05:55.673 INFO copying /tmp/.tmpZkE6Di/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 ...
105752026-08-25T20:05:56.815Z[ host-image] Aug 25 20:05:55.673 INFO O| Aug 25 20:05:55.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105762026-08-25T20:05:56.815Z[ host-image] Aug 25 20:05:55.673 INFO O| Aug 25 20:05:55.673 INFO ok!
105772026-08-25T20:05:56.815Z[ host-image] Aug 25 20:05:55.673 INFO O| Aug 25 20:05:55.673 INFO STEP 137 (ensure_file) COMPLETE
105782026-08-25T20:05:56.815Z[ host-image] Aug 25 20:05:55.673 INFO O| Aug 25 20:05:55.673 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105792026-08-25T20:05:56.820Z[ host-image] Aug 25 20:05:55.680 INFO O| Aug 25 20:05:55.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105802026-08-25T20:05:56.820Z[ host-image] Aug 25 20:05:55.680 INFO O| Aug 25 20:05:55.680 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105812026-08-25T20:05:56.823Z[ host-image] Aug 25 20:05:55.680 INFO O| Aug 25 20:05:55.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105822026-08-25T20:05:56.823Z[ host-image] Aug 25 20:05:55.680 INFO O| Aug 25 20:05:55.680 INFO ok!
105832026-08-25T20:05:56.824Z[ host-image] Aug 25 20:05:55.680 INFO O| Aug 25 20:05:55.680 INFO STEP 138 (ensure_file) COMPLETE
105842026-08-25T20:05:56.824Z[ host-image] Aug 25 20:05:55.680 INFO O| Aug 25 20:05:55.680 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105852026-08-25T20:05:56.827Z[ host-image] Aug 25 20:05:55.688 INFO O| Aug 25 20:05:55.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105862026-08-25T20:05:56.827Z[ host-image] Aug 25 20:05:55.688 INFO O| Aug 25 20:05:55.688 INFO copying /tmp/.tmpZkE6Di/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105872026-08-25T20:05:56.966Z[ recovery-image] Aug 25 20:05:55.826 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105882026-08-25T20:06:01.068Z[ recovery-image] Aug 25 20:05:59.928 INFO creating reset image...
105892026-08-25T20:06:01.068Z[ recovery-image] Aug 25 20:05:59.928 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")
105902026-08-25T20:06:01.364Z[ recovery-image] Aug 25 20:06:00.220 INFO E| Updating crates.io index
105912026-08-25T20:06:01.569Z[ recovery-image] Aug 25 20:06:00.429 INFO E| Downloading crates ...
105922026-08-25T20:06:01.625Z[ recovery-image] Aug 25 20:06:00.485 INFO E| Downloaded os_pipe v1.2.3
105932026-08-25T20:06:01.633Z[ recovery-image] Aug 25 20:06:00.493 INFO E| Downloaded clap_lex v1.1.0
105942026-08-25T20:06:01.637Z[ recovery-image] Aug 25 20:06:00.496 INFO E| Downloaded shared_child v1.1.1
105952026-08-25T20:06:01.637Z[ recovery-image] Aug 25 20:06:00.497 INFO E| Downloaded sigchld v0.2.4
105962026-08-25T20:06:01.640Z[ recovery-image] Aug 25 20:06:00.500 INFO E| Downloaded shared_thread v0.2.0
105972026-08-25T20:06:01.644Z[ recovery-image] Aug 25 20:06:00.503 INFO E| Downloaded duct v1.1.1
105982026-08-25T20:06:01.648Z[ recovery-image] Aug 25 20:06:00.505 INFO E| Downloaded colorchoice v1.0.5
105992026-08-25T20:06:01.690Z[ recovery-image] Aug 25 20:06:00.549 INFO E| Compiling libc v0.2.186
106002026-08-25T20:06:01.690Z[ recovery-image] Aug 25 20:06:00.549 INFO E| Compiling proc-macro2 v1.0.106
106012026-08-25T20:06:01.690Z[ recovery-image] Aug 25 20:06:00.549 INFO E| Compiling unicode-ident v1.0.24
106022026-08-25T20:06:01.693Z[ recovery-image] Aug 25 20:06:00.549 INFO E| Compiling quote v1.0.45
106032026-08-25T20:06:01.693Z[ recovery-image] Aug 25 20:06:00.549 INFO E| Compiling signal-hook v0.3.18
106042026-08-25T20:06:01.693Z[ recovery-image] Aug 25 20:06:00.549 INFO E| Compiling utf8parse v0.2.2
106052026-08-25T20:06:01.693Z[ recovery-image] Aug 25 20:06:00.550 INFO E| Compiling is_terminal_polyfill v1.70.2
106062026-08-25T20:06:01.693Z[ recovery-image] Aug 25 20:06:00.550 INFO E| Compiling anstyle-query v1.1.5
106072026-08-25T20:06:01.693Z[ recovery-image] Aug 25 20:06:00.550 INFO E| Compiling anstyle v1.0.14
106082026-08-25T20:06:01.693Z[ recovery-image] Aug 25 20:06:00.550 INFO E| Compiling colorchoice v1.0.5
106092026-08-25T20:06:01.694Z[ recovery-image] Aug 25 20:06:00.550 INFO E| Compiling strsim v0.11.1
106102026-08-25T20:06:01.700Z[ recovery-image] Aug 25 20:06:00.560 INFO E| Compiling clap_lex v1.1.0
106112026-08-25T20:06:01.700Z[ recovery-image] Aug 25 20:06:00.560 INFO E| Compiling heck v0.5.0
106122026-08-25T20:06:01.700Z[ recovery-image] Aug 25 20:06:00.560 INFO E| Compiling shared_thread v0.2.0
106132026-08-25T20:06:01.833Z[ recovery-image] Aug 25 20:06:00.693 INFO E| Compiling anstyle-parse v1.0.0
106142026-08-25T20:06:01.992Z[ recovery-image] Aug 25 20:06:00.852 INFO E| Compiling anstream v1.0.0
106152026-08-25T20:06:02.226Z[ recovery-image] Aug 25 20:06:01.085 INFO E| Compiling clap_builder v4.6.0
106162026-08-25T20:06:02.543Z[ recovery-image] Aug 25 20:06:01.397 INFO E| Compiling errno v0.3.14
106172026-08-25T20:06:02.543Z[ recovery-image] Aug 25 20:06:01.397 INFO E| Compiling os_pipe v1.2.3
106182026-08-25T20:06:02.665Z[ recovery-image] Aug 25 20:06:01.519 INFO E| Compiling signal-hook-registry v1.4.8
106192026-08-25T20:06:02.862Z[ recovery-image] Aug 25 20:06:01.722 INFO E| Compiling syn v2.0.117
106202026-08-25T20:06:02.961Z[ recovery-image] Aug 25 20:06:01.821 INFO E| Compiling sigchld v0.2.4
106212026-08-25T20:06:03.068Z[ recovery-image] Aug 25 20:06:01.928 INFO E| Compiling shared_child v1.1.1
106222026-08-25T20:06:03.192Z[ recovery-image] Aug 25 20:06:02.052 INFO E| Compiling duct v1.1.1
106232026-08-25T20:06:03.835Z[ host-image] Aug 25 20:06:02.694 INFO O| Aug 25 20:06:02.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106242026-08-25T20:06:03.835Z[ host-image] Aug 25 20:06:02.694 INFO O| Aug 25 20:06:02.694 INFO ok!
106252026-08-25T20:06:03.839Z[ host-image] Aug 25 20:06:02.694 INFO O| Aug 25 20:06:02.694 INFO STEP 139 (ensure_file) COMPLETE
106262026-08-25T20:06:03.839Z[ host-image] Aug 25 20:06:02.694 INFO O| Aug 25 20:06:02.694 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-08-25T20:06:03.843Z[ host-image] Aug 25 20:06:02.703 INFO O| Aug 25 20:06:02.703 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106282026-08-25T20:06:03.843Z[ host-image] Aug 25 20:06:02.703 INFO O| Aug 25 20:06:02.703 INFO STEP 140 (ensure_dir) COMPLETE
106292026-08-25T20:06:03.843Z[ host-image] Aug 25 20:06:02.703 INFO O| Aug 25 20:06:02.703 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-08-25T20:06:03.852Z[ host-image] Aug 25 20:06:02.712 INFO O| Aug 25 20:06:02.712 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106312026-08-25T20:06:03.852Z[ host-image] Aug 25 20:06:02.712 INFO O| Aug 25 20:06:02.712 INFO STEP 141 (ensure_dir) COMPLETE
106322026-08-25T20:06:03.855Z[ host-image] Aug 25 20:06:02.712 INFO O| Aug 25 20:06:02.712 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-08-25T20:06:03.858Z[ host-image] Aug 25 20:06:02.718 INFO O| Aug 25 20:06:02.718 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106342026-08-25T20:06:03.858Z[ host-image] Aug 25 20:06:02.718 INFO O| Aug 25 20:06:02.718 INFO STEP 142 (ensure_dir) COMPLETE
106352026-08-25T20:06:03.858Z[ host-image] Aug 25 20:06:02.718 INFO O| Aug 25 20:06:02.718 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-25T20:06:03.864Z[ host-image] Aug 25 20:06:02.724 INFO O| Aug 25 20:06:02.724 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106372026-08-25T20:06:03.864Z[ host-image] Aug 25 20:06:02.724 INFO O| Aug 25 20:06:02.724 INFO STEP 143 (ensure_dir) COMPLETE
106382026-08-25T20:06:03.867Z[ host-image] Aug 25 20:06:02.724 INFO O| Aug 25 20:06:02.724 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106392026-08-25T20:06:03.870Z[ host-image] Aug 25 20:06:02.730 INFO O| Aug 25 20:06:02.729 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106402026-08-25T20:06:03.870Z[ host-image] Aug 25 20:06:02.730 INFO O| Aug 25 20:06:02.729 INFO copying /tmp/.tmpZkE6Di/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 ...
106412026-08-25T20:06:03.870Z[ host-image] Aug 25 20:06:02.730 INFO O| Aug 25 20:06:02.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106422026-08-25T20:06:03.870Z[ host-image] Aug 25 20:06:02.730 INFO O| Aug 25 20:06:02.730 INFO ok!
106432026-08-25T20:06:03.870Z[ host-image] Aug 25 20:06:02.730 INFO O| Aug 25 20:06:02.730 INFO STEP 144 (ensure_file) COMPLETE
106442026-08-25T20:06:03.870Z[ host-image] Aug 25 20:06:02.730 INFO O| Aug 25 20:06:02.730 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-08-25T20:06:03.875Z[ host-image] Aug 25 20:06:02.735 INFO O| Aug 25 20:06:02.735 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106462026-08-25T20:06:03.875Z[ host-image] Aug 25 20:06:02.735 INFO O| Aug 25 20:06:02.735 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106472026-08-25T20:06:03.878Z[ host-image] Aug 25 20:06:02.735 INFO O| Aug 25 20:06:02.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106482026-08-25T20:06:03.878Z[ host-image] Aug 25 20:06:02.735 INFO O| Aug 25 20:06:02.735 INFO STEP 145 (ensure_dir) COMPLETE
106492026-08-25T20:06:03.878Z[ host-image] Aug 25 20:06:02.735 INFO O| Aug 25 20:06:02.735 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-08-25T20:06:03.883Z[ host-image] Aug 25 20:06:02.743 INFO O| Aug 25 20:06:02.743 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106512026-08-25T20:06:03.886Z[ host-image] Aug 25 20:06:02.743 INFO O| Aug 25 20:06:02.743 INFO copying /tmp/.tmpZkE6Di/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106522026-08-25T20:06:03.886Z[ host-image] Aug 25 20:06:02.744 INFO O| Aug 25 20:06:02.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106532026-08-25T20:06:03.886Z[ host-image] Aug 25 20:06:02.744 INFO O| Aug 25 20:06:02.744 INFO ok!
106542026-08-25T20:06:03.886Z[ host-image] Aug 25 20:06:02.744 INFO O| Aug 25 20:06:02.744 INFO STEP 146 (ensure_file) COMPLETE
106552026-08-25T20:06:03.886Z[ host-image] Aug 25 20:06:02.744 INFO O| Aug 25 20:06:02.744 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-25T20:06:03.891Z[ host-image] Aug 25 20:06:02.750 INFO O| Aug 25 20:06:02.750 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106572026-08-25T20:06:03.891Z[ host-image] Aug 25 20:06:02.750 INFO O| Aug 25 20:06:02.750 INFO STEP 147 (remove_files) COMPLETE
106582026-08-25T20:06:03.891Z[ host-image] Aug 25 20:06:02.750 INFO O| Aug 25 20:06:02.750 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-25T20:06:03.896Z[ host-image] Aug 25 20:06:02.756 INFO O| Aug 25 20:06:02.756 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106602026-08-25T20:06:03.899Z[ host-image] Aug 25 20:06:02.756 INFO O| Aug 25 20:06:02.756 INFO STEP 148 (remove_files) COMPLETE
106612026-08-25T20:06:03.899Z[ host-image] Aug 25 20:06:02.756 INFO O| Aug 25 20:06:02.756 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-25T20:06:03.902Z[ host-image] Aug 25 20:06:02.762 INFO O| Aug 25 20:06:02.762 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106632026-08-25T20:06:03.902Z[ host-image] Aug 25 20:06:02.762 INFO O| Aug 25 20:06:02.762 INFO STEP 149 (remove_files) COMPLETE
106642026-08-25T20:06:03.902Z[ host-image] Aug 25 20:06:02.762 INFO O| Aug 25 20:06:02.762 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-25T20:06:03.907Z[ host-image] Aug 25 20:06:02.768 INFO O| Aug 25 20:06:02.768 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106662026-08-25T20:06:03.910Z[ host-image] Aug 25 20:06:02.768 INFO O| Aug 25 20:06:02.768 INFO STEP 150 (remove_files) COMPLETE
106672026-08-25T20:06:03.910Z[ host-image] Aug 25 20:06:02.768 INFO O| Aug 25 20:06:02.768 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-25T20:06:03.914Z[ host-image] Aug 25 20:06:02.773 INFO O| Aug 25 20:06:02.773 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106692026-08-25T20:06:03.914Z[ host-image] Aug 25 20:06:02.773 INFO O| Aug 25 20:06:02.773 INFO STEP 151 (remove_files) COMPLETE
106702026-08-25T20:06:03.914Z[ host-image] Aug 25 20:06:02.773 INFO O| Aug 25 20:06:02.773 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-25T20:06:03.922Z[ host-image] Aug 25 20:06:02.782 INFO O| Aug 25 20:06:02.782 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106722026-08-25T20:06:03.925Z[ host-image] Aug 25 20:06:02.782 INFO O| Aug 25 20:06:02.782 INFO STEP 152 (remove_files) COMPLETE
106732026-08-25T20:06:03.925Z[ host-image] Aug 25 20:06:02.782 INFO O| Aug 25 20:06:02.782 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-25T20:06:03.929Z[ host-image] Aug 25 20:06:02.789 INFO O| Aug 25 20:06:02.789 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106752026-08-25T20:06:03.929Z[ host-image] Aug 25 20:06:02.789 INFO O| Aug 25 20:06:02.789 INFO STEP 153 (remove_files) COMPLETE
106762026-08-25T20:06:03.932Z[ host-image] Aug 25 20:06:02.789 INFO O| Aug 25 20:06:02.789 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-25T20:06:03.936Z[ host-image] Aug 25 20:06:02.797 INFO O| Aug 25 20:06:02.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106782026-08-25T20:06:03.939Z[ host-image] Aug 25 20:06:02.797 INFO O| Aug 25 20:06:02.797 INFO STEP 154 (remove_files) COMPLETE
106792026-08-25T20:06:03.939Z[ host-image] Aug 25 20:06:02.797 INFO O| Aug 25 20:06:02.797 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-25T20:06:03.943Z[ host-image] Aug 25 20:06:02.804 INFO O| Aug 25 20:06:02.804 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106812026-08-25T20:06:03.947Z[ host-image] Aug 25 20:06:02.804 INFO O| Aug 25 20:06:02.804 INFO STEP 155 (remove_files) COMPLETE
106822026-08-25T20:06:03.947Z[ host-image] Aug 25 20:06:02.804 INFO O| Aug 25 20:06:02.804 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-25T20:06:03.951Z[ host-image] Aug 25 20:06:02.810 INFO O| Aug 25 20:06:02.810 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106842026-08-25T20:06:03.951Z[ host-image] Aug 25 20:06:02.810 INFO O| Aug 25 20:06:02.810 INFO STEP 156 (remove_files) COMPLETE
106852026-08-25T20:06:03.951Z[ host-image] Aug 25 20:06:02.810 INFO O| Aug 25 20:06:02.810 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-25T20:06:03.955Z[ host-image] Aug 25 20:06:02.816 INFO O| Aug 25 20:06:02.816 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106872026-08-25T20:06:03.958Z[ host-image] Aug 25 20:06:02.816 INFO O| Aug 25 20:06:02.816 INFO STEP 157 (remove_files) COMPLETE
106882026-08-25T20:06:03.958Z[ host-image] Aug 25 20:06:02.816 INFO O| Aug 25 20:06:02.816 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-25T20:06:03.961Z[ host-image] Aug 25 20:06:02.821 INFO O| Aug 25 20:06:02.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106902026-08-25T20:06:03.965Z[ host-image] Aug 25 20:06:02.822 INFO O| Aug 25 20:06:02.822 INFO STEP 158 (remove_files) COMPLETE
106912026-08-25T20:06:03.965Z[ host-image] Aug 25 20:06:02.822 INFO O| Aug 25 20:06:02.822 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-25T20:06:03.969Z[ host-image] Aug 25 20:06:02.829 INFO O| Aug 25 20:06:02.829 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106932026-08-25T20:06:03.969Z[ host-image] Aug 25 20:06:02.829 INFO O| Aug 25 20:06:02.829 INFO STEP 159 (remove_files) COMPLETE
106942026-08-25T20:06:03.972Z[ host-image] Aug 25 20:06:02.829 INFO O| Aug 25 20:06:02.829 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-25T20:06:03.975Z[ host-image] Aug 25 20:06:02.834 INFO O| Aug 25 20:06:02.834 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106962026-08-25T20:06:03.976Z[ host-image] Aug 25 20:06:02.834 INFO O| Aug 25 20:06:02.834 INFO STEP 160 (remove_files) COMPLETE
106972026-08-25T20:06:03.976Z[ host-image] Aug 25 20:06:02.834 INFO O| Aug 25 20:06:02.834 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-25T20:06:03.979Z[ host-image] Aug 25 20:06:02.840 INFO O| Aug 25 20:06:02.840 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106992026-08-25T20:06:03.980Z[ host-image] Aug 25 20:06:02.840 INFO O| Aug 25 20:06:02.840 INFO STEP 161 (remove_files) COMPLETE
107002026-08-25T20:06:03.980Z[ host-image] Aug 25 20:06:02.840 INFO O| Aug 25 20:06:02.840 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-25T20:06:03.985Z[ host-image] Aug 25 20:06:02.845 INFO O| Aug 25 20:06:02.845 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107022026-08-25T20:06:03.985Z[ host-image] Aug 25 20:06:02.845 INFO O| Aug 25 20:06:02.845 INFO STEP 162 (remove_files) COMPLETE
107032026-08-25T20:06:03.988Z[ host-image] Aug 25 20:06:02.845 INFO O| Aug 25 20:06:02.845 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-25T20:06:03.992Z[ host-image] Aug 25 20:06:02.852 INFO O| Aug 25 20:06:02.852 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107052026-08-25T20:06:03.992Z[ host-image] Aug 25 20:06:02.852 INFO O| Aug 25 20:06:02.852 INFO STEP 163 (remove_files) COMPLETE
107062026-08-25T20:06:03.995Z[ host-image] Aug 25 20:06:02.852 INFO O| Aug 25 20:06:02.852 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-25T20:06:03.999Z[ host-image] Aug 25 20:06:02.859 INFO O| Aug 25 20:06:02.859 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107082026-08-25T20:06:03.999Z[ host-image] Aug 25 20:06:02.859 INFO O| Aug 25 20:06:02.859 INFO STEP 164 (remove_files) COMPLETE
107092026-08-25T20:06:03.999Z[ host-image] Aug 25 20:06:02.859 INFO O| Aug 25 20:06:02.859 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-25T20:06:04.005Z[ host-image] Aug 25 20:06:02.864 INFO O| Aug 25 20:06:02.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107112026-08-25T20:06:04.005Z[ host-image] Aug 25 20:06:02.864 INFO O| Aug 25 20:06:02.864 INFO STEP 165 (remove_files) COMPLETE
107122026-08-25T20:06:04.005Z[ host-image] Aug 25 20:06:02.864 INFO O| Aug 25 20:06:02.864 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-25T20:06:04.011Z[ host-image] Aug 25 20:06:02.871 INFO O| Aug 25 20:06:02.871 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107142026-08-25T20:06:04.011Z[ host-image] Aug 25 20:06:02.871 INFO O| Aug 25 20:06:02.871 INFO STEP 166 (remove_files) COMPLETE
107152026-08-25T20:06:04.014Z[ host-image] Aug 25 20:06:02.871 INFO O| Aug 25 20:06:02.871 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-25T20:06:04.017Z[ host-image] Aug 25 20:06:02.877 INFO O| Aug 25 20:06:02.877 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107172026-08-25T20:06:04.017Z[ host-image] Aug 25 20:06:02.877 INFO O| Aug 25 20:06:02.877 INFO STEP 167 (remove_files) COMPLETE
107182026-08-25T20:06:04.017Z[ host-image] Aug 25 20:06:02.877 INFO O| Aug 25 20:06:02.877 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-25T20:06:04.024Z[ host-image] Aug 25 20:06:02.884 INFO O| Aug 25 20:06:02.884 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107202026-08-25T20:06:04.024Z[ host-image] Aug 25 20:06:02.884 INFO O| Aug 25 20:06:02.884 INFO STEP 168 (remove_files) COMPLETE
107212026-08-25T20:06:04.028Z[ host-image] Aug 25 20:06:02.884 INFO O| Aug 25 20:06:02.884 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-25T20:06:04.032Z[ host-image] Aug 25 20:06:02.892 INFO O| Aug 25 20:06:02.892 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107232026-08-25T20:06:04.032Z[ host-image] Aug 25 20:06:02.892 INFO O| Aug 25 20:06:02.892 INFO STEP 169 (remove_files) COMPLETE
107242026-08-25T20:06:04.032Z[ host-image] Aug 25 20:06:02.892 INFO O| Aug 25 20:06:02.892 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-25T20:06:04.039Z[ host-image] Aug 25 20:06:02.900 INFO O| Aug 25 20:06:02.899 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107262026-08-25T20:06:04.039Z[ host-image] Aug 25 20:06:02.900 INFO O| Aug 25 20:06:02.900 INFO STEP 170 (remove_files) COMPLETE
107272026-08-25T20:06:04.042Z[ host-image] Aug 25 20:06:02.900 INFO O| Aug 25 20:06:02.900 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-08-25T20:06:04.047Z[ host-image] Aug 25 20:06:02.907 INFO O| Aug 25 20:06:02.907 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107292026-08-25T20:06:04.047Z[ host-image] Aug 25 20:06:02.907 INFO O| Aug 25 20:06:02.907 INFO STEP 171 (remove_files) COMPLETE
107302026-08-25T20:06:04.047Z[ host-image] Aug 25 20:06:02.907 INFO O| Aug 25 20:06:02.907 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-08-25T20:06:04.053Z[ host-image] Aug 25 20:06:02.914 INFO O| Aug 25 20:06:02.914 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107322026-08-25T20:06:04.053Z[ host-image] Aug 25 20:06:02.914 INFO O| Aug 25 20:06:02.914 INFO STEP 172 (remove_files) COMPLETE
107332026-08-25T20:06:04.056Z[ host-image] Aug 25 20:06:02.914 INFO O| Aug 25 20:06:02.914 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-08-25T20:06:04.061Z[ host-image] Aug 25 20:06:02.921 INFO O| Aug 25 20:06:02.921 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107352026-08-25T20:06:04.065Z[ host-image] Aug 25 20:06:02.921 INFO O| Aug 25 20:06:02.921 INFO STEP 173 (remove_files) COMPLETE
107362026-08-25T20:06:04.065Z[ host-image] Aug 25 20:06:02.921 INFO O| Aug 25 20:06:02.921 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107372026-08-25T20:06:04.068Z[ host-image] Aug 25 20:06:02.927 INFO O| Aug 25 20:06:02.927 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107382026-08-25T20:06:04.068Z[ host-image] Aug 25 20:06:02.927 INFO O| Aug 25 20:06:02.927 INFO STEP 174 (remove_files) COMPLETE
107392026-08-25T20:06:04.068Z[ host-image] Aug 25 20:06:02.927 INFO O| Aug 25 20:06:02.927 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107402026-08-25T20:06:04.075Z[ host-image] Aug 25 20:06:02.935 INFO O| Aug 25 20:06:02.935 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107412026-08-25T20:06:04.079Z[ host-image] Aug 25 20:06:02.935 INFO O| Aug 25 20:06:02.935 INFO STEP 175 (remove_files) COMPLETE
107422026-08-25T20:06:04.079Z[ host-image] Aug 25 20:06:02.935 INFO O| Aug 25 20:06:02.935 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107432026-08-25T20:06:04.085Z[ host-image] Aug 25 20:06:02.945 INFO O| Aug 25 20:06:02.945 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107442026-08-25T20:06:04.085Z[ host-image] Aug 25 20:06:02.945 INFO O| Aug 25 20:06:02.945 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107452026-08-25T20:06:04.966Z[ recovery-image] Aug 25 20:06:03.826 INFO E| Compiling clap_derive v4.6.1
107462026-08-25T20:06:06.137Z[ recovery-image] Aug 25 20:06:04.997 INFO E| Compiling clap v4.6.1
107472026-08-25T20:06:06.198Z[ recovery-image] Aug 25 20:06:05.058 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107482026-08-25T20:06:06.947Z[ recovery-image] Aug 25 20:06:05.807 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
107492026-08-25T20:06:06.952Z[ recovery-image] Aug 25 20:06:05.812 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107502026-08-25T20:06:07.127Z[ recovery-image] Aug 25 20:06:05.987 INFO E| Downloading crates ...
107512026-08-25T20:06:07.169Z[ recovery-image] Aug 25 20:06:06.029 INFO E| Downloaded bitstruct v0.1.1
107522026-08-25T20:06:07.181Z[ recovery-image] Aug 25 20:06:06.041 INFO E| Downloaded log v0.4.32
107532026-08-25T20:06:07.184Z[ recovery-image] Aug 25 20:06:06.044 INFO E| Downloaded bitflags v2.13.0
107542026-08-25T20:06:07.188Z[ recovery-image] Aug 25 20:06:06.048 INFO E| Downloaded bit_field v0.10.3
107552026-08-25T20:06:07.191Z[ recovery-image] Aug 25 20:06:06.049 INFO E| Downloaded bitstruct_derive v0.1.0
107562026-08-25T20:06:07.194Z[ recovery-image] Aug 25 20:06:06.052 INFO E| Downloaded cpio_reader v0.1.2
107572026-08-25T20:06:07.199Z[ recovery-image] Aug 25 20:06:06.059 INFO E| Downloaded raw-cpuid v10.7.0
107582026-08-25T20:06:07.206Z[ recovery-image] Aug 25 20:06:06.066 INFO E| Downloaded miniz_oxide v0.9.1
107592026-08-25T20:06:07.228Z[ recovery-image] Aug 25 20:06:06.088 INFO E| Downloaded goblin v0.10.7
107602026-08-25T20:06:07.348Z[ recovery-image] Aug 25 20:06:06.208 INFO E| Downloaded x86 v0.52.0
107612026-08-25T20:06:07.381Z[ recovery-image] Aug 25 20:06:06.241 INFO E| Updating crates.io index
107622026-08-25T20:06:07.429Z[ recovery-image] Aug 25 20:06:06.289 INFO E| Downloading crates ...
107632026-08-25T20:06:07.446Z[ recovery-image] Aug 25 20:06:06.306 INFO E| Downloaded rustc-literal-escaper v0.0.7
107642026-08-25T20:06:07.453Z[ recovery-image] Aug 25 20:06:06.313 INFO E| Downloaded hashbrown v0.17.1
107652026-08-25T20:06:07.493Z[ recovery-image] Aug 25 20:06:06.353 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)
107662026-08-25T20:06:07.493Z[ recovery-image] Aug 25 20:06:06.353 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)
107672026-08-25T20:06:07.493Z[ recovery-image] Aug 25 20:06:06.353 INFO E| Compiling proc-macro2 v1.0.106
107682026-08-25T20:06:07.498Z[ recovery-image] Aug 25 20:06:06.353 INFO E| Compiling quote v1.0.45
107692026-08-25T20:06:07.498Z[ recovery-image] Aug 25 20:06:06.353 INFO E| Compiling unicode-ident v1.0.24
107702026-08-25T20:06:07.498Z[ recovery-image] Aug 25 20:06:06.353 INFO E| Compiling syn v1.0.109
107712026-08-25T20:06:07.498Z[ recovery-image] Aug 25 20:06:06.353 INFO E| Compiling x86 v0.52.0
107722026-08-25T20:06:07.498Z[ recovery-image] Aug 25 20:06:06.353 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107732026-08-25T20:06:07.498Z[ recovery-image] Aug 25 20:06:06.353 INFO E| Compiling seq-macro v0.3.6
107742026-08-25T20:06:07.634Z[ host-image] Aug 25 20:06:06.494 INFO O| Aug 25 20:06:06.494 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
107752026-08-25T20:06:07.634Z[ host-image] Aug 25 20:06:06.494 INFO O| Aug 25 20:06:06.494 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107762026-08-25T20:06:07.646Z[ host-image] Aug 25 20:06:06.506 INFO O| Aug 25 20:06:06.506 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107772026-08-25T20:06:07.744Z[ host-image] Aug 25 20:06:06.604 INFO O| Aug 25 20:06:06.604 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107782026-08-25T20:06:07.802Z[ host-image] Aug 25 20:06:06.661 INFO O| Aug 25 20:06:06.661 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"}
107792026-08-25T20:06:07.866Z[ host-image] Aug 25 20:06:06.726 INFO O| Aug 25 20:06:06.726 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107802026-08-25T20:06:07.866Z[ host-image] Aug 25 20:06:06.726 INFO O| Aug 25 20:06:06.726 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107812026-08-25T20:06:07.930Z[ host-image] Aug 25 20:06:06.790 INFO O| Aug 25 20:06:06.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107822026-08-25T20:06:07.930Z[ host-image] Aug 25 20:06:06.790 INFO O| Aug 25 20:06:06.790 INFO ok!
107832026-08-25T20:06:07.930Z[ host-image] Aug 25 20:06:06.790 INFO O| Aug 25 20:06:06.790 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107842026-08-25T20:06:07.933Z[ host-image] Aug 25 20:06:06.790 INFO O| Aug 25 20:06:06.790 INFO STEP 176 (seed_smf) COMPLETE
107852026-08-25T20:06:07.933Z[ host-image] Aug 25 20:06:06.790 INFO O| Aug 25 20:06:06.790 INFO steps complete; finalising image!
107862026-08-25T20:06:07.933Z[ host-image] Aug 25 20:06:06.790 INFO O| Aug 25 20:06:06.790 INFO TRIM POOL: TEMPORARY-sled-zfs
107872026-08-25T20:06:08.003Z[ host-image] Aug 25 20:06:06.863 INFO O| Aug 25 20:06:06.862 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Tue Aug 25 20:06:06 2026)
107882026-08-25T20:06:08.217Z[ host-image] Aug 25 20:06:07.077 INFO O| Aug 25 20:06:07.076 INFO temporary pool has 912M used, 112M avail, 1.80x compressratio
107892026-08-25T20:06:08.217Z[ host-image] Aug 25 20:06:07.077 INFO O| Aug 25 20:06:07.076 INFO EXPORT POOL: TEMPORARY-sled-zfs
107902026-08-25T20:06:08.441Z[ recovery-image] Aug 25 20:06:07.301 INFO E| Compiling syn v2.0.117
107912026-08-25T20:06:08.557Z[ host-image] Aug 25 20:06:07.417 INFO O| Aug 25 20:06:07.417 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107922026-08-25T20:06:08.557Z[ host-image] Aug 25 20:06:07.417 INFO O| Aug 25 20:06:07.417 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107932026-08-25T20:06:09.359Z[ host-image] Aug 25 20:06:08.219 INFO O| Aug 25 20:06:08.219 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107942026-08-25T20:06:09.359Z[ host-image] Aug 25 20:06:08.219 INFO O| Aug 25 20:06:08.219 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107952026-08-25T20:06:09.359Z[ host-image] Aug 25 20:06:08.219 INFO O| Aug 25 20:06:08.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107962026-08-25T20:06:09.365Z[ host-image] Aug 25 20:06:08.219 INFO O| Aug 25 20:06:08.219 INFO completed processing sled/zfs
107972026-08-25T20:06:09.365Z[ host-image] Aug 25 20:06:08.219 INFO O| Aug 25 20:06:08.219 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107982026-08-25T20:06:09.729Z[ recovery-image] Aug 25 20:06:08.588 INFO E| Compiling scroll_derive v0.13.1
107992026-08-25T20:06:10.738Z[ recovery-image] Aug 25 20:06:09.597 INFO E| Compiling bitstruct_derive v0.1.0
108002026-08-25T20:06:19.693Z[ recovery-image] Aug 25 20:06:18.553 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)
108012026-08-25T20:06:21.742Z[ recovery-image] Aug 25 20:06:20.600 INFO E| Compiling bitflags v1.3.2
108022026-08-25T20:06:21.742Z[ recovery-image] Aug 25 20:06:20.600 INFO E| Compiling log v0.4.32
108032026-08-25T20:06:21.755Z[ recovery-image] Aug 25 20:06:20.600 INFO E| Compiling bit_field v0.10.3
108042026-08-25T20:06:21.755Z[ recovery-image] Aug 25 20:06:20.601 INFO E| Compiling bitflags v2.13.0
108052026-08-25T20:06:21.755Z[ recovery-image] Aug 25 20:06:20.601 INFO E| Compiling plain v0.2.3
108062026-08-25T20:06:21.755Z[ recovery-image] Aug 25 20:06:20.601 INFO E| Compiling adler2 v2.0.1
108072026-08-25T20:06:21.755Z[ recovery-image] Aug 25 20:06:20.601 INFO E| Compiling scroll v0.13.0
108082026-08-25T20:06:21.755Z[ recovery-image] Aug 25 20:06:20.601 INFO E| Compiling static_assertions v1.1.0
108092026-08-25T20:06:21.755Z[ recovery-image] Aug 25 20:06:20.601 INFO E| Compiling bitstruct v0.1.1
108102026-08-25T20:06:21.793Z[ recovery-image] Aug 25 20:06:20.652 INFO E| Compiling raw-cpuid v10.7.0
108112026-08-25T20:06:21.832Z[ recovery-image] Aug 25 20:06:20.691 INFO E| Compiling miniz_oxide v0.9.1
108122026-08-25T20:06:21.898Z[ recovery-image] Aug 25 20:06:20.758 INFO E| Compiling cpio_reader v0.1.2
108132026-08-25T20:06:21.963Z[ recovery-image] Aug 25 20:06:20.822 INFO E| Compiling goblin v0.10.7
108142026-08-25T20:06:25.198Z[ recovery-image] Aug 25 20:06:24.057 INFO E| Finished `release` profile [optimized] target(s) in 18.23s
108152026-08-25T20:06:25.219Z[ recovery-image] Aug 25 20:06:24.078 INFO building ROM for cosmo
108162026-08-25T20:06:25.219Z[ recovery-image] Aug 25 20:06:24.078 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")
108172026-08-25T20:06:25.310Z[ recovery-image] Aug 25 20:06:24.167 INFO E| Downloading crates ...
108182026-08-25T20:06:25.357Z[ recovery-image] Aug 25 20:06:24.215 INFO E| Downloaded anstream v0.6.18
108192026-08-25T20:06:25.368Z[ recovery-image] Aug 25 20:06:24.224 INFO E| Downloaded clap v4.5.37
108202026-08-25T20:06:25.373Z[ recovery-image] Aug 25 20:06:24.230 INFO E| Downloaded anstyle-query v1.1.2
108212026-08-25T20:06:25.373Z[ recovery-image] Aug 25 20:06:24.231 INFO E| Downloaded is_terminal_polyfill v1.70.1
108222026-08-25T20:06:25.378Z[ recovery-image] Aug 25 20:06:24.237 INFO E| Downloaded anstyle v1.0.10
108232026-08-25T20:06:25.384Z[ recovery-image] Aug 25 20:06:24.238 INFO E| Downloaded colorchoice v1.0.3
108242026-08-25T20:06:25.384Z[ recovery-image] Aug 25 20:06:24.239 INFO E| Downloaded os_pipe v1.2.1
108252026-08-25T20:06:25.384Z[ recovery-image] Aug 25 20:06:24.239 INFO E| Downloaded shared_child v1.0.1
108262026-08-25T20:06:25.388Z[ recovery-image] Aug 25 20:06:24.243 INFO E| Downloaded serde_spanned v0.6.8
108272026-08-25T20:06:25.391Z[ recovery-image] Aug 25 20:06:24.250 INFO E| Downloaded clap_derive v4.5.32
108282026-08-25T20:06:25.397Z[ recovery-image] Aug 25 20:06:24.253 INFO E| Downloaded toml_datetime v0.6.9
108292026-08-25T20:06:25.400Z[ recovery-image] Aug 25 20:06:24.257 INFO E| Downloaded anstyle-parse v0.2.6
108302026-08-25T20:06:25.400Z[ recovery-image] Aug 25 20:06:24.258 INFO E| Downloaded duct v0.13.7
108312026-08-25T20:06:25.403Z[ recovery-image] Aug 25 20:06:24.261 INFO E| Downloaded toml_edit v0.22.26
108322026-08-25T20:06:25.423Z[ recovery-image] Aug 25 20:06:24.283 INFO E| Downloaded clap_lex v0.7.4
108332026-08-25T20:06:25.426Z[ recovery-image] Aug 25 20:06:24.283 INFO E| Downloaded toml v0.8.22
108342026-08-25T20:06:25.444Z[ recovery-image] Aug 25 20:06:24.303 INFO E| Downloaded toml_write v0.1.1
108352026-08-25T20:06:25.452Z[ recovery-image] Aug 25 20:06:24.304 INFO E| Downloaded cc v1.2.20
108362026-08-25T20:06:25.452Z[ recovery-image] Aug 25 20:06:24.306 INFO E| Downloaded winnow v0.7.7
108372026-08-25T20:06:25.458Z[ recovery-image] Aug 25 20:06:24.312 INFO E| Downloaded clap_builder v4.5.37
108382026-08-25T20:06:25.467Z[ recovery-image] Aug 25 20:06:24.327 INFO E| Compiling libc v0.2.172
108392026-08-25T20:06:25.468Z[ recovery-image] Aug 25 20:06:24.327 INFO E| Compiling utf8parse v0.2.2
108402026-08-25T20:06:25.474Z[ recovery-image] Aug 25 20:06:24.327 INFO E| Compiling shlex v1.3.0
108412026-08-25T20:06:25.474Z[ recovery-image] Aug 25 20:06:24.327 INFO E| Compiling anstyle-query v1.1.2
108422026-08-25T20:06:25.474Z[ recovery-image] Aug 25 20:06:24.327 INFO E| Compiling anstyle v1.0.10
108432026-08-25T20:06:25.474Z[ recovery-image] Aug 25 20:06:24.327 INFO E| Compiling is_terminal_polyfill v1.70.1
108442026-08-25T20:06:25.474Z[ recovery-image] Aug 25 20:06:24.327 INFO E| Compiling equivalent v1.0.2
108452026-08-25T20:06:25.485Z[ recovery-image] Aug 25 20:06:24.345 INFO E| Compiling once_cell v1.21.3
108462026-08-25T20:06:25.489Z[ recovery-image] Aug 25 20:06:24.345 INFO E| Compiling hashbrown v0.15.2
108472026-08-25T20:06:25.489Z[ recovery-image] Aug 25 20:06:24.345 INFO E| Compiling colorchoice v1.0.3
108482026-08-25T20:06:25.489Z[ recovery-image] Aug 25 20:06:24.346 INFO E| Compiling anyhow v1.0.98
108492026-08-25T20:06:25.489Z[ recovery-image] Aug 25 20:06:24.346 INFO E| Compiling clap_lex v0.7.4
108502026-08-25T20:06:25.489Z[ recovery-image] Aug 25 20:06:24.346 INFO E| Compiling strsim v0.11.1
108512026-08-25T20:06:25.498Z[ recovery-image] Aug 25 20:06:24.356 INFO E| Compiling toml_write v0.1.1
108522026-08-25T20:06:25.503Z[ recovery-image] Aug 25 20:06:24.356 INFO E| Compiling winnow v0.7.7
108532026-08-25T20:06:25.503Z[ recovery-image] Aug 25 20:06:24.357 INFO E| Compiling syn v2.0.101
108542026-08-25T20:06:25.650Z[ recovery-image] Aug 25 20:06:24.509 INFO E| Compiling anstyle-parse v0.2.6
108552026-08-25T20:06:25.845Z[ recovery-image] Aug 25 20:06:24.704 INFO E| Compiling anstream v0.6.18
108562026-08-25T20:06:25.951Z[ recovery-image] Aug 25 20:06:24.811 INFO E| Compiling cc v1.2.20
108572026-08-25T20:06:26.044Z[ recovery-image] Aug 25 20:06:24.898 INFO E| Compiling indexmap v2.9.0
108582026-08-25T20:06:26.099Z[ recovery-image] Aug 25 20:06:24.936 INFO E| Compiling clap_builder v4.5.37
108592026-08-25T20:06:26.258Z[ recovery-image] Aug 25 20:06:25.117 INFO E| Compiling os_pipe v1.2.1
108602026-08-25T20:06:26.258Z[ recovery-image] Aug 25 20:06:25.117 INFO E| Compiling shared_child v1.0.1
108612026-08-25T20:06:26.383Z[ recovery-image] Aug 25 20:06:25.242 INFO E| Compiling duct v0.13.7
108622026-08-25T20:06:26.912Z[ recovery-image] Aug 25 20:06:25.764 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108632026-08-25T20:06:27.160Z[ host-image] Aug 25 20:06:26.020 INFO O| Aug 25 20:06:26.020 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108642026-08-25T20:06:27.319Z[ host-image] Aug 25 20:06:26.176 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108652026-08-25T20:06:27.319Z[ host-image] Aug 25 20:06:26.176 INFO expanded image name: "ci e3bcc06/${os_short_commit} 2026-08-25 19:50" -> "ci e3bcc06/bbd33bf 2026-08-25 19:50"
108662026-08-25T20:06:27.319Z[ host-image] Aug 25 20:06:26.177 INFO output artefacts stored in: "/work/os-host"
108672026-08-25T20:06:27.333Z[ host-image] Aug 25 20:06:26.177 INFO collecting git info from project "amd-host-image-builder"...
108682026-08-25T20:06:27.339Z[ host-image] Aug 25 20:06:26.185 INFO collecting git info from project "chelsio-t6-roms"...
108692026-08-25T20:06:27.339Z[ host-image] Aug 25 20:06:26.191 INFO collecting git info from project "pilot"...
108702026-08-25T20:06:27.339Z[ host-image] Aug 25 20:06:26.198 INFO collecting git info from project "dmar-report"...
108712026-08-25T20:06:27.345Z[ host-image] Aug 25 20:06:26.204 INFO collecting git info from project "pinprick"...
108722026-08-25T20:06:27.350Z[ host-image] Aug 25 20:06:26.209 INFO collecting git info from project "bootserver"...
108732026-08-25T20:06:27.357Z[ host-image] Aug 25 20:06:26.215 INFO collecting git info from project "phbl"...
108742026-08-25T20:06:27.361Z[ host-image] Aug 25 20:06:26.221 INFO collecting git info from project "image-builder"...
108752026-08-25T20:06:27.368Z[ host-image] Aug 25 20:06:26.227 INFO collecting git info from project "amd-firmware"...
108762026-08-25T20:06:27.382Z[ host-image] Aug 25 20:06:26.242 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108772026-08-25T20:06:27.693Z[ recovery-image] Aug 25 20:06:26.552 INFO E| Compiling serde_derive v1.0.219
108782026-08-25T20:06:27.693Z[ recovery-image] Aug 25 20:06:26.552 INFO E| Compiling clap_derive v4.5.32
108792026-08-25T20:06:27.734Z[ host-image] Aug 25 20:06:26.593 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108802026-08-25T20:06:28.078Z[ host-image] Aug 25 20:06:26.936 INFO creating Oxide boot image...
108812026-08-25T20:06:28.078Z[ host-image] Aug 25 20:06:26.936 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci e3bcc06/bbd33bf 2026-08-25 19:50", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108822026-08-25T20:06:28.948Z[ host-image] Aug 25 20:06:27.806 INFO O| ok, image written!
108832026-08-25T20:06:28.948Z[ host-image] Aug 25 20:06:27.806 INFO O| ok, boot_image_csum file written!
108842026-08-25T20:06:28.951Z[ host-image] Aug 25 20:06:27.809 INFO creating boot archive (CPIO)...
108852026-08-25T20:06:28.951Z[ host-image] Aug 25 20:06:27.809 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
108862026-08-25T20:06:28.956Z[ host-image] Aug 25 20:06:27.813 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108872026-08-25T20:06:28.956Z[ host-image] Aug 25 20:06:27.813 INFO E| + outfile=/work/os-host/cpio
108882026-08-25T20:06:28.957Z[ host-image] Aug 25 20:06:27.813 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108892026-08-25T20:06:28.957Z[ host-image] Aug 25 20:06:27.815 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108902026-08-25T20:06:28.957Z[ host-image] Aug 25 20:06:27.815 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108912026-08-25T20:06:28.983Z[ host-image] Aug 25 20:06:27.842 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108922026-08-25T20:06:28.983Z[ host-image] Aug 25 20:06:27.842 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108932026-08-25T20:06:28.990Z[ host-image] Aug 25 20:06:27.849 INFO creating compressed cpio/unix for dev loaders...
108942026-08-25T20:06:28.990Z[ host-image] Aug 25 20:06:27.849 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-host/unix.z'"], pwd: None
108952026-08-25T20:06:29.143Z[ recovery-image] Aug 25 20:06:27.960 INFO E| Compiling clap v4.5.37
108962026-08-25T20:06:29.224Z[ host-image] Aug 25 20:06:28.078 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108972026-08-25T20:06:29.822Z[ recovery-image] Aug 25 20:06:28.680 INFO E| Compiling serde v1.0.219
108982026-08-25T20:06:31.672Z[ recovery-image] Aug 25 20:06:30.530 INFO E| Compiling toml_datetime v0.6.9
108992026-08-25T20:06:31.672Z[ recovery-image] Aug 25 20:06:30.530 INFO E| Compiling serde_spanned v0.6.8
109002026-08-25T20:06:31.823Z[ recovery-image] Aug 25 20:06:30.678 INFO E| Compiling toml_edit v0.22.26
109012026-08-25T20:06:32.517Z[ host-image] Aug 25 20:06:31.376 INFO creating reset image...
109022026-08-25T20:06:32.517Z[ host-image] Aug 25 20:06:31.376 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")
109032026-08-25T20:06:32.588Z[ host-image] Aug 25 20:06:31.446 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109042026-08-25T20:06:32.592Z[ host-image] Aug 25 20:06:31.448 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109052026-08-25T20:06:32.852Z[ host-image] Aug 25 20:06:31.707 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)
109062026-08-25T20:06:32.852Z[ host-image] Aug 25 20:06:31.707 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)
109072026-08-25T20:06:32.856Z[ host-image] Aug 25 20:06:31.707 INFO E| Compiling proc-macro2 v1.0.106
109082026-08-25T20:06:32.856Z[ host-image] Aug 25 20:06:31.707 INFO E| Compiling unicode-ident v1.0.24
109092026-08-25T20:06:32.856Z[ host-image] Aug 25 20:06:31.707 INFO E| Compiling quote v1.0.45
109102026-08-25T20:06:32.857Z[ host-image] Aug 25 20:06:31.707 INFO E| Compiling syn v1.0.109
109112026-08-25T20:06:32.857Z[ host-image] Aug 25 20:06:31.707 INFO E| Compiling x86 v0.52.0
109122026-08-25T20:06:32.857Z[ host-image] Aug 25 20:06:31.707 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109132026-08-25T20:06:32.857Z[ host-image] Aug 25 20:06:31.707 INFO E| Compiling seq-macro v0.3.6
109142026-08-25T20:06:33.058Z[ recovery-image] Aug 25 20:06:31.912 INFO E| Compiling toml v0.8.22
109152026-08-25T20:06:33.857Z[ host-image] Aug 25 20:06:32.715 INFO E| Compiling syn v2.0.117
109162026-08-25T20:06:35.194Z[ host-image] Aug 25 20:06:34.052 INFO E| Compiling scroll_derive v0.13.1
109172026-08-25T20:06:35.354Z[ recovery-image] Aug 25 20:06:34.212 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s
109182026-08-25T20:06:35.363Z[ recovery-image] Aug 25 20:06:34.222 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`
109192026-08-25T20:06:35.380Z[ recovery-image] Aug 25 20:06:34.239 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109202026-08-25T20:06:35.465Z[ recovery-image] Aug 25 20:06:34.324 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109212026-08-25T20:06:35.471Z[ recovery-image] Aug 25 20:06:34.329 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`
109222026-08-25T20:06:35.692Z[ recovery-image] Aug 25 20:06:34.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109232026-08-25T20:06:35.692Z[ recovery-image] Aug 25 20:06:34.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109242026-08-25T20:06:35.697Z[ recovery-image] Aug 25 20:06:34.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109252026-08-25T20:06:35.697Z[ recovery-image] Aug 25 20:06:34.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109262026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109272026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109282026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109292026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109302026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109312026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109322026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109332026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109342026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109352026-08-25T20:06:35.698Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109362026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109372026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109382026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109392026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109402026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109412026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109422026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109432026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109442026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109452026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109462026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109472026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109482026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109492026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109502026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109512026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109522026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109532026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109542026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109552026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109562026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109572026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109582026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109592026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109602026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109612026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109622026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109632026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109642026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109652026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109662026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109672026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109682026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109692026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109702026-08-25T20:06:35.699Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109712026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109722026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109732026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109742026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109752026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO O| Info: ABL version: 0x100af010
109762026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109772026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109782026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109792026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109802026-08-25T20:06:35.700Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109812026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109822026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109832026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109842026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109852026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109862026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109872026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109882026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109892026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109902026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109912026-08-25T20:06:35.701Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109922026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109932026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109942026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109952026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109962026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109972026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109982026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109992026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110002026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110012026-08-25T20:06:35.702Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110022026-08-25T20:06:35.703Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110032026-08-25T20:06:35.703Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110042026-08-25T20:06:35.703Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110052026-08-25T20:06:35.703Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110062026-08-25T20:06:35.704Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110072026-08-25T20:06:35.704Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110082026-08-25T20:06:35.704Z[ recovery-image] Aug 25 20:06:34.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110092026-08-25T20:06:35.732Z[ recovery-image] Aug 25 20:06:34.592 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110102026-08-25T20:06:35.732Z[ recovery-image] Aug 25 20:06:34.592 INFO building ROM for gimlet
110112026-08-25T20:06:35.737Z[ recovery-image] Aug 25 20:06:34.592 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")
110122026-08-25T20:06:35.833Z[ recovery-image] Aug 25 20:06:34.692 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110132026-08-25T20:06:35.837Z[ recovery-image] Aug 25 20:06:34.696 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`
110142026-08-25T20:06:35.856Z[ recovery-image] Aug 25 20:06:34.715 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110152026-08-25T20:06:35.931Z[ recovery-image] Aug 25 20:06:34.791 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110162026-08-25T20:06:35.938Z[ recovery-image] Aug 25 20:06:34.797 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`
110172026-08-25T20:06:36.062Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110182026-08-25T20:06:36.062Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110192026-08-25T20:06:36.062Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110202026-08-25T20:06:36.062Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110212026-08-25T20:06:36.067Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110222026-08-25T20:06:36.067Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110232026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110242026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110252026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110262026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.922 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110272026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110282026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110292026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110302026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110312026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110322026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO O| Info: ABL version: 0x100f5010
110332026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110342026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110352026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110362026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110372026-08-25T20:06:36.068Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110382026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110392026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110402026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110412026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.923 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110422026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110432026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110442026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110452026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110462026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110472026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110482026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110492026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110502026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110512026-08-25T20:06:36.069Z[ recovery-image] Aug 25 20:06:34.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110522026-08-25T20:06:36.104Z[ recovery-image] Aug 25 20:06:34.962 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110532026-08-25T20:06:36.104Z[ recovery-image] Aug 25 20:06:34.962 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110542026-08-25T20:06:36.256Z[ host-image] Aug 25 20:06:35.115 INFO E| Compiling bitstruct_derive v0.1.0
110552026-08-25T20:06:37.363Z[ recovery-image] Aug 25 20:06:36.222 INFO image complete! materials are in "/work/os-recovery"
110562026-08-25T20:06:37.367Z[ recovery-image]
110572026-08-25T20:06:37.367Z[ recovery-image] real 3:25.238864990
110582026-08-25T20:06:37.367Z[ recovery-image] user 2:45.867121926
110592026-08-25T20:06:37.367Z[ recovery-image] sys 38.852159467
110602026-08-25T20:06:37.367Z[ recovery-image] trap 0.143978319
110612026-08-25T20:06:37.367Z[ recovery-image] tflt 0.538093786
110622026-08-25T20:06:37.367Z[ recovery-image] dflt 0.820510666
110632026-08-25T20:06:37.368Z[ recovery-image] kflt 0.000094759
110642026-08-25T20:06:37.368Z[ recovery-image] lock 7:54.670761145
110652026-08-25T20:06:37.368Z[ recovery-image] slp 17:49.453516731
110662026-08-25T20:06:37.368Z[ recovery-image] lat 31.099375554
110672026-08-25T20:06:37.368Z[ recovery-image] stop 8.869500431
110682026-08-25T20:06:37.368ZAug 25 20:06:36.226 INFO [recovery-image] process exited with exit status: 0 (205.24380892s)
110692026-08-25T20:06:37.368ZAug 25 20:06:36.226 INFO [tuf-v2-recovery] running task
110702026-08-25T20:06:37.372ZAug 25 20:06:36.227 INFO [tuf-v2-recovery] task succeeded (751.75µs)
110712026-08-25T20:06:45.449Z[ host-image] Aug 25 20:06:44.308 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)
110722026-08-25T20:06:50.304Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling bitflags v1.3.2
110732026-08-25T20:06:50.304Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling bitflags v2.13.0
110742026-08-25T20:06:50.466Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling bit_field v0.10.3
110752026-08-25T20:06:50.466Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling adler2 v2.0.1
110762026-08-25T20:06:50.466Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling plain v0.2.3
110772026-08-25T20:06:50.467Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling log v0.4.32
110782026-08-25T20:06:50.467Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling scroll v0.13.0
110792026-08-25T20:06:50.467Z[ host-image] Aug 25 20:06:46.427 INFO E| Compiling bitstruct v0.1.1
110802026-08-25T20:06:50.467Z[ host-image] Aug 25 20:06:46.428 INFO E| Compiling static_assertions v1.1.0
110812026-08-25T20:06:50.473Z[ host-image] Aug 25 20:06:46.481 INFO E| Compiling raw-cpuid v10.7.0
110822026-08-25T20:06:50.473Z[ host-image] Aug 25 20:06:46.529 INFO E| Compiling miniz_oxide v0.9.1
110832026-08-25T20:06:50.473Z[ host-image] Aug 25 20:06:46.595 INFO E| Compiling cpio_reader v0.1.2
110842026-08-25T20:06:50.473Z[ host-image] Aug 25 20:06:46.641 INFO E| Compiling goblin v0.10.7
110852026-08-25T20:06:50.617Z[ host-image] Aug 25 20:06:49.476 INFO E| Finished `release` profile [optimized] target(s) in 18.01s
110862026-08-25T20:06:50.642Z[ host-image] Aug 25 20:06:49.489 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110872026-08-25T20:06:50.642Z[ host-image] Aug 25 20:06:49.489 INFO building ROM for cosmo
110882026-08-25T20:06:50.642Z[ host-image] Aug 25 20:06:49.489 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")
110892026-08-25T20:06:50.717Z[ host-image] Aug 25 20:06:49.576 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110902026-08-25T20:06:50.724Z[ host-image] Aug 25 20:06:49.578 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`
110912026-08-25T20:06:50.730Z[ host-image] Aug 25 20:06:49.589 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110922026-08-25T20:06:50.800Z[ host-image] Aug 25 20:06:49.659 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110932026-08-25T20:06:50.806Z[ host-image] Aug 25 20:06:49.665 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`
110942026-08-25T20:06:51.010Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110952026-08-25T20:06:51.010Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110962026-08-25T20:06:51.011Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110972026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110982026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110992026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111002026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111012026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111022026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111032026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111042026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111052026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111062026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111072026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111082026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111092026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111102026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111112026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111122026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111132026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111142026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111152026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111162026-08-25T20:06:51.016Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111172026-08-25T20:06:51.017Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111182026-08-25T20:06:51.017Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111192026-08-25T20:06:51.017Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111202026-08-25T20:06:51.017Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111212026-08-25T20:06:51.017Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111222026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111232026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111242026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111252026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111262026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111272026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111282026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111292026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111302026-08-25T20:06:51.018Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111312026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111322026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111332026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111342026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111352026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111362026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111372026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111382026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111392026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111402026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111412026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111422026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111432026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111442026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111452026-08-25T20:06:51.020Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111462026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111472026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO O| Info: ABL version: 0x100af010
111482026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111492026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111502026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111512026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111522026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111532026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111542026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111552026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111562026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111572026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111582026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111592026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111602026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111612026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111622026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111632026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111642026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111652026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111662026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111672026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111682026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111692026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111702026-08-25T20:06:51.021Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111712026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111722026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111732026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111742026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111752026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111762026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111772026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111782026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111792026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111802026-08-25T20:06:51.022Z[ host-image] Aug 25 20:06:49.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111812026-08-25T20:06:51.044Z[ host-image] Aug 25 20:06:49.903 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111822026-08-25T20:06:51.044Z[ host-image] Aug 25 20:06:49.903 INFO building ROM for gimlet
111832026-08-25T20:06:51.047Z[ host-image] Aug 25 20:06:49.903 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")
111842026-08-25T20:06:51.129Z[ host-image] Aug 25 20:06:49.989 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111852026-08-25T20:06:51.133Z[ host-image] Aug 25 20:06:49.991 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`
111862026-08-25T20:06:51.142Z[ host-image] Aug 25 20:06:50.002 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111872026-08-25T20:06:51.212Z[ host-image] Aug 25 20:06:50.072 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111882026-08-25T20:06:51.216Z[ host-image] Aug 25 20:06:50.075 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`
111892026-08-25T20:06:51.329Z[ host-image] Aug 25 20:06:50.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111902026-08-25T20:06:51.329Z[ host-image] Aug 25 20:06:50.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111912026-08-25T20:06:51.337Z[ host-image] Aug 25 20:06:50.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111922026-08-25T20:06:51.337Z[ host-image] Aug 25 20:06:50.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111932026-08-25T20:06:51.337Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111942026-08-25T20:06:51.337Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111952026-08-25T20:06:51.337Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111962026-08-25T20:06:51.337Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111972026-08-25T20:06:51.337Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111982026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111992026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112002026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112012026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112022026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112032026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112042026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO O| Info: ABL version: 0x100f5010
112052026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
112062026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
112072026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
112082026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112092026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112102026-08-25T20:06:51.338Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112112026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112122026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
112132026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
112142026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
112152026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
112162026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112172026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112182026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112192026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112202026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112212026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112222026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112232026-08-25T20:06:51.339Z[ host-image] Aug 25 20:06:50.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112242026-08-25T20:06:51.364Z[ host-image] Aug 25 20:06:50.223 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112252026-08-25T20:07:03.208Z[ host-image] Aug 25 20:07:02.067 INFO image complete! materials are in "/work/os-host"
112262026-08-25T20:07:03.212Z[ host-image]
112272026-08-25T20:07:03.212Z[ host-image] real 4:00.403080059
112282026-08-25T20:07:03.212Z[ host-image] user 2:50.021977327
112292026-08-25T20:07:03.212Z[ host-image] sys 35.880612728
112302026-08-25T20:07:03.212Z[ host-image] trap 0.133476377
112312026-08-25T20:07:03.212Z[ host-image] tflt 0.290469067
112322026-08-25T20:07:03.212Z[ host-image] dflt 0.201226064
112332026-08-25T20:07:03.212Z[ host-image] kflt 0.005434485
112342026-08-25T20:07:03.212Z[ host-image] lock 5:53.316431845
112352026-08-25T20:07:03.212Z[ host-image] slp 20:13.048233222
112362026-08-25T20:07:03.212Z[ host-image] lat 23.304795398
112372026-08-25T20:07:03.212Z[ host-image] stop 1.747729705
112382026-08-25T20:07:03.212ZAug 25 20:07:02.071 INFO [host-image] process exited with exit status: 0 (240.408073219s)
112392026-08-25T20:07:03.212ZAug 25 20:07:02.071 INFO [tuf-v2-host] running task
112402026-08-25T20:07:03.212ZAug 25 20:07:02.071 INFO [tuf-repo] running task
112412026-08-25T20:07:03.216ZAug 25 20:07:02.072 INFO [tuf-v2-host] task succeeded (795.58µs)
112422026-08-25T20:07:03.216ZAug 25 20:07:02.072 INFO [tuf-v2-repo] running task
112432026-08-25T20:07:25.044ZAug 25 20:07:23.901 INFO [tuf-v2-repo] task succeeded (21.828847466s)
112442026-08-25T20:07:25.284ZAug 25 20:07:24.143 INFO assembling repository in `/tmp/tufaceousTcm1wN`, component: OmicronRepoAssembler
112452026-08-25T20:07:33.902ZAug 25 20:07:32.761 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112462026-08-25T20:07:34.217ZAug 25 20:07:33.076 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112472026-08-25T20:07:36.390ZAug 25 20:07:35.210 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112482026-08-25T20:07:36.406ZAug 25 20:07:35.264 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112492026-08-25T20:07:36.455ZAug 25 20:07:35.311 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112502026-08-25T20:07:36.499ZAug 25 20:07:35.359 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112512026-08-25T20:07:36.551ZAug 25 20:07:35.410 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112522026-08-25T20:07:36.605ZAug 25 20:07:35.464 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112532026-08-25T20:07:36.654ZAug 25 20:07:35.514 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112542026-08-25T20:07:47.024ZAug 25 20:07:45.883 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
112552026-08-25T20:07:47.029ZAug 25 20:07:45.889 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
112562026-08-25T20:07:47.054ZAug 25 20:07:45.913 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
112572026-08-25T20:07:47.107ZAug 25 20:07:45.966 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112582026-08-25T20:07:47.165ZAug 25 20:07:46.024 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112592026-08-25T20:07:47.220ZAug 25 20:07:46.079 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112602026-08-25T20:07:47.286ZAug 25 20:07:46.145 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
112612026-08-25T20:07:47.292ZAug 25 20:07:46.151 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
112622026-08-25T20:07:47.313ZAug 25 20:07:46.173 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
112632026-08-25T20:07:49.183ZAug 25 20:07:48.042 INFO [tuf-repo] task succeeded (45.971114498s)
112642026-08-25T20:10:17.921Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
112652026-08-25T20:10:17.925Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112662026-08-25T20:10:17.926Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112672026-08-25T20:10:20.557ZAug 25 20:10:19.415 INFO [verify-libraries] process exited with exit status: 0 (428.658385283s)
112682026-08-25T20:10:20.558ZAug 25 20:10:19.415 INFO all jobs completed in 1167.564715526s
112692026-08-25T20:10:21.783Zprocess exited: duration 1396575 ms, exit code 0
 
112702026-08-25T20:10:21.797Zfound 41 output files
112712026-08-25T20:10:21.797Zuploading: /work/manifest.toml (17334 bytes)
112722026-08-25T20:10:22.810Zuploaded: /work/manifest.toml
112732026-08-25T20:10:22.810Zuploading: /work/repo.zip (3288795524 bytes)
112742026-08-25T20:11:29.848Zuploaded: /work/repo.zip
112752026-08-25T20:11:29.858Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112762026-08-25T20:11:30.915Zuploaded: /work/repo.zip.sha256.txt
112772026-08-25T20:11:30.915Zuploading: /work/helios.json (647 bytes)
112782026-08-25T20:11:31.940Zuploaded: /work/helios.json
112792026-08-25T20:11:31.940Zuploading: /work/incorporation.p5m (113590 bytes)
112802026-08-25T20:11:33.009Zuploaded: /work/incorporation.p5m
112812026-08-25T20:11:33.009Zuploading: /work/incorporation.p5p (133120 bytes)
112822026-08-25T20:11:34.099Zuploaded: /work/incorporation.p5p
112832026-08-25T20:11:34.099Zuploading: /work/helios-incorp.log (522 bytes)
112842026-08-25T20:11:35.151Zuploaded: /work/helios-incorp.log
112852026-08-25T20:11:35.152Zuploading: /work/helios-setup.log (57392 bytes)
112862026-08-25T20:11:36.191Zuploaded: /work/helios-setup.log
112872026-08-25T20:11:36.191Zuploading: /work/host-image.log (233349 bytes)
112882026-08-25T20:11:37.293Zuploaded: /work/host-image.log
112892026-08-25T20:11:37.293Zuploading: /work/host-package.log (33790 bytes)
112902026-08-25T20:11:38.358Zuploaded: /work/host-package.log
112912026-08-25T20:11:38.358Zuploading: /work/host-target.log (101 bytes)
112922026-08-25T20:11:39.402Zuploaded: /work/host-target.log
112932026-08-25T20:11:39.402Zuploading: /work/incorp-create.log (0 bytes)
112942026-08-25T20:11:40.426Zuploaded: /work/incorp-create.log
112952026-08-25T20:11:40.426Zuploading: /work/incorp-fmt.log (0 bytes)
112962026-08-25T20:11:41.475Zuploaded: /work/incorp-fmt.log
112972026-08-25T20:11:41.475Zuploading: /work/incorp-pkgsend.log (108 bytes)
112982026-08-25T20:11:42.578Zuploaded: /work/incorp-pkgsend.log
112992026-08-25T20:11:42.578Zuploading: /work/incorp-publisher.log (0 bytes)
113002026-08-25T20:11:43.608Zuploaded: /work/incorp-publisher.log
113012026-08-25T20:11:43.608Zuploading: /work/omicron-package.log (10430 bytes)
113022026-08-25T20:11:44.645Zuploaded: /work/omicron-package.log
113032026-08-25T20:11:44.645Zuploading: /work/recovery-image.log (592200 bytes)
113042026-08-25T20:11:48.254Zuploaded: /work/recovery-image.log
113052026-08-25T20:11:48.254Zuploading: /work/recovery-package.log (321 bytes)
113062026-08-25T20:11:49.382Zuploaded: /work/recovery-package.log
113072026-08-25T20:11:49.382Zuploading: /work/recovery-target.log (98 bytes)
113082026-08-25T20:11:50.401Zuploaded: /work/recovery-target.log
113092026-08-25T20:11:50.401Zuploading: /work/stamp-clickhouse.log (117 bytes)
113102026-08-25T20:11:51.421Zuploaded: /work/stamp-clickhouse.log
113112026-08-25T20:11:51.421Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113122026-08-25T20:11:52.438Zuploaded: /work/stamp-clickhouse_keeper.log
113132026-08-25T20:11:52.438Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113142026-08-25T20:11:53.453Zuploaded: /work/stamp-clickhouse_server.log
113152026-08-25T20:11:53.453Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113162026-08-25T20:11:54.469Zuploaded: /work/stamp-cockroachdb.log
113172026-08-25T20:11:54.469Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113182026-08-25T20:11:55.486Zuploaded: /work/stamp-crucible-pantry-zone.log
113192026-08-25T20:11:55.486Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113202026-08-25T20:11:56.503Zuploaded: /work/stamp-crucible-utils.log
113212026-08-25T20:11:56.503Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113222026-08-25T20:11:57.519Zuploaded: /work/stamp-crucible-zone.log
113232026-08-25T20:11:57.519Zuploading: /work/stamp-external-dns.log (119 bytes)
113242026-08-25T20:11:58.547Zuploaded: /work/stamp-external-dns.log
113252026-08-25T20:11:58.547Zuploading: /work/stamp-installinator.log (103 bytes)
113262026-08-25T20:11:59.566Zuploaded: /work/stamp-installinator.log
113272026-08-25T20:11:59.566Zuploading: /work/stamp-internal-dns.log (119 bytes)
113282026-08-25T20:12:00.583Zuploaded: /work/stamp-internal-dns.log
113292026-08-25T20:12:00.583Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113302026-08-25T20:12:01.610Zuploaded: /work/stamp-mg-ddm-gz.log
113312026-08-25T20:12:01.610Zuploading: /work/stamp-nexus.log (112 bytes)
113322026-08-25T20:12:02.650Zuploaded: /work/stamp-nexus.log
113332026-08-25T20:12:02.650Zuploading: /work/stamp-ntp.log (110 bytes)
113342026-08-25T20:12:05.334Zuploaded: /work/stamp-ntp.log
113352026-08-25T20:12:05.334Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113362026-08-25T20:12:06.360Zuploaded: /work/stamp-omicron-sled-agent.log
113372026-08-25T20:12:06.361Zuploading: /work/stamp-overlay.log (114 bytes)
113382026-08-25T20:12:07.375Zuploaded: /work/stamp-overlay.log
113392026-08-25T20:12:07.375Zuploading: /work/stamp-oximeter.log (115 bytes)
113402026-08-25T20:12:08.387Zuploaded: /work/stamp-oximeter.log
113412026-08-25T20:12:08.388Zuploading: /work/stamp-oxlog.log (109 bytes)
113422026-08-25T20:12:09.404Zuploaded: /work/stamp-oxlog.log
113432026-08-25T20:12:09.405Zuploading: /work/stamp-probe.log (112 bytes)
113442026-08-25T20:12:10.417Zuploaded: /work/stamp-probe.log
113452026-08-25T20:12:10.417Zuploading: /work/stamp-propolis-server.log (122 bytes)
113462026-08-25T20:12:11.429Zuploaded: /work/stamp-propolis-server.log
113472026-08-25T20:12:11.429Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113482026-08-25T20:12:12.447Zuploaded: /work/stamp-pumpkind-gz.log
113492026-08-25T20:12:12.447Zuploading: /work/stamp-switch-asic.log (118 bytes)
113502026-08-25T20:12:13.471Zuploaded: /work/stamp-switch-asic.log
113512026-08-25T20:12:13.471Zuploading: /work/verify-libraries.log (50737 bytes)
113522026-08-25T20:12:14.487Zuploaded: /work/verify-libraries.log