01KJ6KM57MH7MFC04M5ZXDJ8X6: 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-2.0",
    ),
    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: 01KJ6KMKZGFB2Z1DPYCPTT622H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T01:19:26.865Zjob assigned to worker 01KJ6KMPGE0PC90004491703S9 [factory gimlet-EVT22200007-propolis, EVT22200007/59139] (queued for 31 s)
 
22026-02-24T01:19:36.455Zstarting task 0: "setup"
32026-02-24T01:19:36.479Z++ uname -s
42026-02-24T01:19:36.479Z+ kern=SunOS
52026-02-24T01:19:36.479Z+ build_user=build
62026-02-24T01:19:36.479Z+ build_uid=12345
72026-02-24T01:19:36.479Z+ work_dir=/work
82026-02-24T01:19:36.480Z+ input_dir=/input
92026-02-24T01:19:36.480Z+ [[ 0 == 12345 ]]
102026-02-24T01:19:36.480Z+ case "$kern" in
112026-02-24T01:19:36.480Z+ groupadd -g 12345 build
122026-02-24T01:19:36.480Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T01:19:38.480Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T01:19:38.517Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T01:19:38.541Z+ home_fs=zfs
162026-02-24T01:19:38.541Z+ [[ zfs == autofs ]]
172026-02-24T01:19:38.541Z+ mkdir -p /home/build
182026-02-24T01:19:38.542Z+ chown build:build /home/build /work
192026-02-24T01:19:40.527Z+ chmod 0700 /home/build /work
202026-02-24T01:19:40.552Zprocess exited: duration 4079 ms, exit code 0
 
212026-02-24T01:19:40.602Zstarting task 1: "rust-toolchain"
222026-02-24T01:19:40.628Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T01:19:40.628Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-24T01:19:40.628Z * rust toolchain channel = "1.91.1"
252026-02-24T01:19:40.628Z * rust toolchain profile = "default"
262026-02-24T01:19:40.628Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T01:19:40.628Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T01:19:40.628Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T01:19:40.628Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T01:19:40.781Zinfo: downloading installer
312026-02-24T01:19:41.829Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T01:19:41.829Zwarn: /opt/ooce/bin
332026-02-24T01:19:41.829Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T01:19:41.829Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T01:19:41.829Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T01:19:41.829Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T01:19:41.829Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T01:19:41.829Zerror: cannot install while Rust is installed
392026-02-24T01:19:41.829Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T01:19:41.855Zinfo: profile set to 'default'
412026-02-24T01:19:41.855Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T01:19:41.855Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T01:19:41.999Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T01:19:41.999Zinfo: downloading component 'cargo'
452026-02-24T01:19:42.234Zinfo: downloading component 'clippy'
462026-02-24T01:19:42.334Zinfo: downloading component 'rust-docs'
472026-02-24T01:19:43.154Zinfo: downloading component 'rust-std'
482026-02-24T01:19:43.726Zinfo: downloading component 'rustc'
492026-02-24T01:19:47.557Zinfo: downloading component 'rustfmt'
502026-02-24T01:19:47.646Zinfo: installing component 'cargo'
512026-02-24T01:19:49.077Zinfo: installing component 'clippy'
522026-02-24T01:19:49.570Zinfo: installing component 'rust-docs'
532026-02-24T01:19:53.256Zinfo: installing component 'rust-std'
542026-02-24T01:19:55.579Zinfo: installing component 'rustc'
552026-02-24T01:20:04.595Zinfo: installing component 'rustfmt'
562026-02-24T01:20:05.052Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T01:20:05.052Z
582026-02-24T01:20:05.258Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T01:20:05.258Z
602026-02-24T01:20:05.258Z
612026-02-24T01:20:05.259ZRust is installed now. Great!
622026-02-24T01:20:05.259Z
632026-02-24T01:20:05.259ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T01:20:05.284Zenvironment variable. This has not been done automatically.
652026-02-24T01:20:05.284Z
662026-02-24T01:20:05.284ZTo configure your current shell, you need to source
672026-02-24T01:20:05.284Zthe corresponding env file under $HOME/.cargo.
682026-02-24T01:20:05.284Z
692026-02-24T01:20:05.284ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T01:20:05.284Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T01:20:05.284Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T01:20:05.284Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T01:20:05.410Z+ rustup --version
742026-02-24T01:20:05.434Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T01:20:05.434Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T01:20:05.573Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T01:20:05.597Z+ cargo --version
782026-02-24T01:20:05.711Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T01:20:05.735Z+ rustc --version
802026-02-24T01:20:05.846Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T01:20:05.870Zprocess exited: duration 25251 ms, exit code 0
 
822026-02-24T01:20:05.919Zstarting task 2: "authentication"
832026-02-24T01:20:05.979Zprocess exited: duration 59 ms, exit code 0
 
842026-02-24T01:20:06.029Zstarting task 3: "clone repository"
852026-02-24T01:20:06.053Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T01:20:06.053Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T01:20:06.078ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T01:20:33.000Z+ cd /work/oxidecomputer/omicron
892026-02-24T01:20:33.000Z+ git fetch origin 377e51584fe210e5014b71d0da5edb5f2273144f
902026-02-24T01:20:33.622ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T01:20:33.622Z * branch 377e51584fe210e5014b71d0da5edb5f2273144f -> FETCH_HEAD
922026-02-24T01:20:33.647Z+ [[ -n physical-prov ]]
932026-02-24T01:20:33.647Z++ git branch --show-current
942026-02-24T01:20:33.647Z+ current=main
952026-02-24T01:20:33.647Z+ [[ main != physical-prov ]]
962026-02-24T01:20:33.647Z+ git branch -f physical-prov 377e51584fe210e5014b71d0da5edb5f2273144f
972026-02-24T01:20:33.671Z+ git checkout -f physical-prov
982026-02-24T01:20:34.338ZSwitched to branch 'physical-prov'
992026-02-24T01:20:34.363Z+ git reset --hard 377e51584fe210e5014b71d0da5edb5f2273144f
1002026-02-24T01:20:34.387ZHEAD is now at 377e51584 fix imports
1012026-02-24T01:20:34.387Zprocess exited: duration 28350 ms, exit code 0
 
1022026-02-24T01:20:34.440Zstarting task 4: "build"
1032026-02-24T01:20:34.464Z+ source .github/buildomat/ci-env.sh
1042026-02-24T01:20:34.464Z++ export CARGO_TERM_COLOR=always
1052026-02-24T01:20:34.464Z++ CARGO_TERM_COLOR=always
1062026-02-24T01:20:34.465Z+ cargo --version
1072026-02-24T01:20:34.539Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T01:20:34.565Z+ rustc --version
1092026-02-24T01:20:34.647Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T01:20:34.671Z+ cargo tree --locked
1112026-02-24T01:20:35.062Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-24T01:20:35.733Z Updating crates.io index
1132026-02-24T01:20:35.759Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-24T01:20:36.307Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-24T01:20:37.253Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-24T01:20:39.054Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-24T01:20:39.817Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-24T01:20:40.580Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-24T01:20:49.425Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-24T01:20:55.226Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-24T01:20:55.226Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-24T01:20:58.065Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-24T01:20:58.114Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-24T01:20:58.704Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-24T01:20:58.784Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-24T01:21:00.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-24T01:21:00.804Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-24T01:21:01.998Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-24T01:21:03.179Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-24T01:21:03.754Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-24T01:21:04.185Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-24T01:21:05.330Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-24T01:21:05.608Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-24T01:21:06.109Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-24T01:21:06.690Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-24T01:21:07.481Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-24T01:21:08.285Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-24T01:21:09.301Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-24T01:21:09.910Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-24T01:21:10.785Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-24T01:21:11.438Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-24T01:21:12.714Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-24T01:21:13.512Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-24T01:21:14.075Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-24T01:21:14.825Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-24T01:21:15.447Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-24T01:21:16.212Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-24T01:21:16.835Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-24T01:21:17.483Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-24T01:21:18.024Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-24T01:21:18.736Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-24T01:21:39.356Z Downloading crates ...
1532026-02-24T01:21:39.504Z Downloaded addr2line v0.24.2
1542026-02-24T01:21:39.529Z Downloaded arrayref v0.3.9
1552026-02-24T01:21:39.554Z Downloaded cast v0.3.0
1562026-02-24T01:21:39.554Z Downloaded cargo-platform v0.1.8
1572026-02-24T01:21:39.554Z Downloaded ciborium-ll v0.2.2
1582026-02-24T01:21:39.579Z Downloaded clang-sys v1.8.1
1592026-02-24T01:21:39.604Z Downloaded dof v0.4.0
1602026-02-24T01:21:39.604Z Downloaded embedded-io v0.6.1
1612026-02-24T01:21:39.629Z Downloaded endian-type v0.1.2
1622026-02-24T01:21:39.629Z Downloaded event-listener v5.3.1
1632026-02-24T01:21:39.654Z Downloaded dropshot-api-manager v0.3.0
1642026-02-24T01:21:39.654Z Downloaded ff v0.13.0
1652026-02-24T01:21:39.679Z Downloaded hex v0.4.3
1662026-02-24T01:21:39.704Z Downloaded httptest v0.16.3
1672026-02-24T01:21:39.704Z Downloaded internet-checksum v0.2.1
1682026-02-24T01:21:39.730Z Downloaded keccak v0.1.5
1692026-02-24T01:21:39.730Z Downloaded kstat-rs v0.2.4
1702026-02-24T01:21:39.755Z Downloaded new_debug_unreachable v1.0.6
1712026-02-24T01:21:39.780Z Downloaded num-conv v0.1.0
1722026-02-24T01:21:39.780Z Downloaded num-derive v0.4.2
1732026-02-24T01:21:39.780Z Downloaded peg-runtime v0.8.5
1742026-02-24T01:21:39.808Z Downloaded oxnet v0.1.4
1752026-02-24T01:21:39.808Z Downloaded quick-error v1.2.3
1762026-02-24T01:21:39.834Z Downloaded radium v0.7.0
1772026-02-24T01:21:39.834Z Downloaded num_threads v0.1.7
1782026-02-24T01:21:39.834Z Downloaded postgres-types v0.2.9
1792026-02-24T01:21:39.834Z Downloaded precomputed-hash v0.1.1
1802026-02-24T01:21:39.859Z Downloaded rand_xorshift v0.4.0
1812026-02-24T01:21:39.859Z Downloaded owo-colors v4.2.3
1822026-02-24T01:21:39.884Z Downloaded rfc6979 v0.4.0
1832026-02-24T01:21:39.884Z Downloaded resolv-conf v0.7.0
1842026-02-24T01:21:39.910Z Downloaded scroll_derive v0.13.1
1852026-02-24T01:21:39.910Z Downloaded seq-macro v0.3.6
1862026-02-24T01:21:39.935Z Downloaded serde-big-array v0.5.1
1872026-02-24T01:21:39.935Z Downloaded serde_tokenstream v0.2.2
1882026-02-24T01:21:39.959Z Downloaded stacker v0.1.23
1892026-02-24T01:21:39.959Z Downloaded structmeta v0.3.0
1902026-02-24T01:21:39.959Z Downloaded swrite v0.1.0
1912026-02-24T01:21:39.984Z Downloaded terminal_size v0.4.0
1922026-02-24T01:21:39.984Z Downloaded serde-hex v0.1.0
1932026-02-24T01:21:39.984Z Downloaded stringmetrics v2.2.2
1942026-02-24T01:21:40.009Z Downloaded tabled_derive v0.11.0
1952026-02-24T01:21:40.009Z Downloaded tower-service v0.3.3
1962026-02-24T01:21:40.009Z Downloaded toml_datetime v0.6.11
1972026-02-24T01:21:40.009Z Downloaded tokio-tungstenite v0.23.1
1982026-02-24T01:21:40.033Z Downloaded typeid v1.0.3
1992026-02-24T01:21:40.033Z Downloaded toml_parser v1.0.6+spec-1.1.0
2002026-02-24T01:21:40.033Z Downloaded unicode-properties v0.1.3
2012026-02-24T01:21:40.058Z Downloaded similar-asserts v1.7.0
2022026-02-24T01:21:40.058Z Downloaded unarray v0.1.4
2032026-02-24T01:21:40.083Z Downloaded write16 v1.0.0
2042026-02-24T01:21:40.083Z Downloaded version_check v0.9.5
2052026-02-24T01:21:40.083Z Downloaded which v4.4.2
2062026-02-24T01:21:40.083Z Downloaded whoami v1.5.2
2072026-02-24T01:21:40.110Z Downloaded yoke-derive v0.7.4
2082026-02-24T01:21:40.111Z Downloaded typenum v1.17.0
2092026-02-24T01:21:40.111Z Downloaded unicode-linebreak v0.1.5
2102026-02-24T01:21:40.111Z Downloaded tokio-rustls v0.26.0
2112026-02-24T01:21:40.111Z Downloaded void v1.0.2
2122026-02-24T01:21:40.111Z Downloaded unit-prefix v0.5.1
2132026-02-24T01:21:40.111Z Downloaded unicode-truncate v1.1.0
2142026-02-24T01:21:40.111Z Downloaded tinytemplate v1.2.1
2152026-02-24T01:21:40.136Z Downloaded vergen v9.0.6
2162026-02-24T01:21:40.136Z Downloaded time v0.3.43
2172026-02-24T01:21:40.136Z Downloaded zone v0.1.8
2182026-02-24T01:21:40.136Z Downloaded xattr v1.3.1
2192026-02-24T01:21:40.162Z Downloaded zone_cfg_derive v0.3.0
2202026-02-24T01:21:40.162Z Downloaded zstd v0.13.3
2212026-02-24T01:21:40.162Z Downloaded toml_edit v0.19.15
2222026-02-24T01:21:40.187Z Downloaded zstd-safe v7.2.3
2232026-02-24T01:21:40.187Z Downloaded zip v4.2.0
2242026-02-24T01:21:40.212Z Downloaded x509-cert v0.2.5
2252026-02-24T01:21:40.236Z Downloaded unicode-xid v0.2.6
2262026-02-24T01:21:40.236Z Downloaded zerocopy-derive v0.8.27
2272026-02-24T01:21:40.261Z Downloaded zone v0.3.1
2282026-02-24T01:21:40.261Z Downloaded xz2 v0.1.7
2292026-02-24T01:21:40.261Z Downloaded zeroize_derive v1.4.2
2302026-02-24T01:21:40.261Z Downloaded url v2.5.4
2312026-02-24T01:21:40.261Z Downloaded winnow v0.7.14
2322026-02-24T01:21:40.285Z Downloaded zlib-rs v0.5.1
2332026-02-24T01:21:40.285Z Downloaded tabled v0.20.0
2342026-02-24T01:21:40.310Z Downloaded smoltcp v0.9.1
2352026-02-24T01:21:40.334Z Downloaded zerocopy v0.8.27
2362026-02-24T01:21:40.359Z Downloaded webpki-roots v1.0.1
2372026-02-24T01:21:40.359Z Downloaded unicode-width v0.2.0
2382026-02-24T01:21:40.384Z Downloaded unicode-width v0.1.14
2392026-02-24T01:21:40.384Z Downloaded rustix v1.1.3
2402026-02-24T01:21:40.408Z Downloaded jiff v0.2.15
2412026-02-24T01:21:40.432Z Downloaded smoltcp v0.11.0
2422026-02-24T01:21:40.456Z Downloaded tough v0.20.0
2432026-02-24T01:21:40.456Z Downloaded regress v0.10.4
2442026-02-24T01:21:40.481Z Downloaded regex-syntax v0.6.29
2452026-02-24T01:21:40.481Z Downloaded petgraph v0.6.5
2462026-02-24T01:21:40.505Z Downloaded zerofrom-derive v0.1.4
2472026-02-24T01:21:40.505Z Downloaded typify-impl v0.4.3
2482026-02-24T01:21:40.529Z Downloaded regex-automata v0.4.11
2492026-02-24T01:21:40.553Z Downloaded csv v1.3.1
2502026-02-24T01:21:40.578Z Downloaded zip v0.6.6
2512026-02-24T01:21:40.578Z Downloaded zerocopy-derive v0.6.6
2522026-02-24T01:21:40.578Z Downloaded aws-lc-sys v0.26.0
2532026-02-24T01:21:40.826Z Downloaded petgraph v0.8.2
2542026-02-24T01:21:40.853Z Downloaded libz-sys v1.1.20
2552026-02-24T01:21:40.878Z Downloaded libc v0.2.180
2562026-02-24T01:21:40.920Z Downloaded typify-impl v0.2.0
2572026-02-24T01:21:40.944Z Downloaded zerofrom v0.1.4
2582026-02-24T01:21:40.944Z Downloaded zerocopy v0.7.35
2592026-02-24T01:21:40.969Z Downloaded value-bag v1.12.0
2602026-02-24T01:21:40.969Z Downloaded rustls v0.21.12
2612026-02-24T01:21:40.993Z Downloaded regex-syntax v0.8.5
2622026-02-24T01:21:40.993Z Downloaded winnow v0.6.26
2632026-02-24T01:21:41.020Z Downloaded winnow v0.5.40
2642026-02-24T01:21:41.020Z Downloaded tabled v0.15.0
2652026-02-24T01:21:41.045Z Downloaded xshell v0.2.7
2662026-02-24T01:21:41.045Z Downloaded tabled v0.18.0
2672026-02-24T01:21:41.069Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2682026-02-24T01:21:41.094Z Downloaded vte v0.11.1
2692026-02-24T01:21:41.094Z Downloaded tokio v1.49.0
2702026-02-24T01:21:41.124Z Downloaded vergen-lib v0.1.6
2712026-02-24T01:21:41.149Z Downloaded vergen-gitcl v1.0.8
2722026-02-24T01:21:41.149Z Downloaded unicode-normalization v0.1.24
2732026-02-24T01:21:41.149Z Downloaded tower-http v0.6.6
2742026-02-24T01:21:41.149Z Downloaded sled v0.34.7
2752026-02-24T01:21:41.174Z Downloaded serde_json v1.0.149
2762026-02-24T01:21:41.174Z Downloaded utf-8 v0.7.6
2772026-02-24T01:21:41.174Z Downloaded unicode_categories v0.1.1
2782026-02-24T01:21:41.174Z Downloaded httpmock v0.8.0-alpha.1
2792026-02-24T01:21:41.199Z Downloaded unicode-segmentation v1.12.0
2802026-02-24T01:21:41.199Z Downloaded typed-path v0.9.3
2812026-02-24T01:21:41.223Z Downloaded zerovec v0.10.4
2822026-02-24T01:21:41.223Z Downloaded yansi v1.0.1
2832026-02-24T01:21:41.223Z Downloaded vcpkg v0.2.15
2842026-02-24T01:21:41.270Z Downloaded unicode-bidi v0.3.17
2852026-02-24T01:21:41.295Z Downloaded tungstenite v0.21.0
2862026-02-24T01:21:41.295Z Downloaded toml_writer v1.0.6+spec-1.1.0
2872026-02-24T01:21:41.295Z Downloaded toml v0.7.8
2882026-02-24T01:21:41.295Z Downloaded zopfli v0.8.1
2892026-02-24T01:21:41.295Z Downloaded zone_cfg_derive v0.1.2
2902026-02-24T01:21:41.295Z Downloaded zerovec-derive v0.10.3
2912026-02-24T01:21:41.295Z Downloaded zerocopy-derive v0.7.35
2922026-02-24T01:21:41.295Z Downloaded zerocopy v0.6.6
2932026-02-24T01:21:41.319Z Downloaded yoke v0.7.4
2942026-02-24T01:21:41.319Z Downloaded yasna v0.5.2
2952026-02-24T01:21:41.319Z Downloaded ring v0.17.14
2962026-02-24T01:21:41.356Z Downloaded wyz v0.5.1
2972026-02-24T01:21:41.380Z Downloaded writeable v0.5.5
2982026-02-24T01:21:41.380Z Downloaded vsss-rs v3.3.4
2992026-02-24T01:21:41.380Z Downloaded utf8_iter v1.0.4
3002026-02-24T01:21:41.380Z Downloaded usdt-impl v0.6.0
3012026-02-24T01:21:41.380Z Downloaded tokio-rustls v0.25.0
3022026-02-24T01:21:41.380Z Downloaded wait-timeout v0.2.0
3032026-02-24T01:21:41.380Z Downloaded vergen-git2 v1.0.7
3042026-02-24T01:21:41.380Z Downloaded uuid v1.19.0
3052026-02-24T01:21:41.405Z Downloaded usdt v0.6.0
3062026-02-24T01:21:41.405Z Downloaded twox-hash v2.1.0
3072026-02-24T01:21:41.405Z Downloaded tungstenite v0.23.0
3082026-02-24T01:21:41.405Z Downloaded trybuild v1.0.106
3092026-02-24T01:21:41.405Z Downloaded libgit2-sys v0.18.2+1.9.1
3102026-02-24T01:21:41.473Z Downloaded syn v1.0.109
3112026-02-24T01:21:41.497Z Downloaded vte_generate_state_changes v0.1.2
3122026-02-24T01:21:41.497Z Downloaded uzers v0.12.1
3132026-02-24T01:21:41.497Z Downloaded utf16_iter v1.0.5
3142026-02-24T01:21:41.497Z Downloaded try-lock v0.2.5
3152026-02-24T01:21:41.497Z Downloaded tracing v0.1.40
3162026-02-24T01:21:41.497Z Downloaded topological-sort v0.2.2
3172026-02-24T01:21:41.522Z Downloaded tokio-native-tls v0.3.1
3182026-02-24T01:21:41.522Z Downloaded tinystr v0.7.6
3192026-02-24T01:21:41.522Z Downloaded zmij v1.0.15
3202026-02-24T01:21:41.522Z Downloaded zeroize v1.8.1
3212026-02-24T01:21:41.522Z Downloaded xshell-macros v0.2.7
3222026-02-24T01:21:41.522Z Downloaded want v0.3.1
3232026-02-24T01:21:41.522Z Downloaded usdt-attr-macro v0.5.0
3242026-02-24T01:21:41.522Z Downloaded usdt v0.5.0
3252026-02-24T01:21:41.522Z Downloaded unsafe-libyaml v0.2.11
3262026-02-24T01:21:41.523Z Downloaded typify v0.4.3
3272026-02-24T01:21:41.523Z Downloaded tracing-core v0.1.32
3282026-02-24T01:21:41.547Z Downloaded toml v0.8.23
3292026-02-24T01:21:41.547Z Downloaded tokio-rustls v0.24.1
3302026-02-24T01:21:41.547Z Downloaded thiserror-impl v2.0.18
3312026-02-24T01:21:41.547Z Downloaded tar v0.4.44
3322026-02-24T01:21:41.547Z Downloaded target-spec v3.5.0
3332026-02-24T01:21:41.547Z Downloaded subprocess v0.2.9
3342026-02-24T01:21:41.547Z Downloaded thiserror v2.0.18
3352026-02-24T01:21:41.547Z Downloaded toml v0.9.11+spec-1.1.0
3362026-02-24T01:21:41.572Z Downloaded subtle v2.6.1
3372026-02-24T01:21:41.572Z Downloaded tiny-keccak v2.0.2
3382026-02-24T01:21:41.572Z Downloaded time-macros v0.2.24
3392026-02-24T01:21:41.572Z Downloaded thiserror-no-std v2.0.2
3402026-02-24T01:21:41.572Z Downloaded test-strategy v0.4.3
3412026-02-24T01:21:41.572Z Downloaded toml_edit v0.22.27
3422026-02-24T01:21:41.596Z Downloaded term v0.7.0
3432026-02-24T01:21:41.596Z Downloaded tempfile v3.24.0
3442026-02-24T01:21:41.596Z Downloaded target-lexicon v0.13.2
3452026-02-24T01:21:41.596Z Downloaded take_mut v0.2.2
3462026-02-24T01:21:41.596Z Downloaded tagptr v0.2.0
3472026-02-24T01:21:41.596Z Downloaded strum_macros v0.27.2
3482026-02-24T01:21:41.596Z Downloaded sqlparser v0.61.0
3492026-02-24T01:21:41.621Z Downloaded quick-xml v0.37.2
3502026-02-24T01:21:41.621Z Downloaded walkdir v2.5.0
3512026-02-24T01:21:41.621Z Downloaded unicode-ident v1.0.19
3522026-02-24T01:21:41.621Z Downloaded thread_local v1.1.8
3532026-02-24T01:21:41.621Z Downloaded thread-id v4.2.2
3542026-02-24T01:21:41.621Z Downloaded supports-color v3.0.2
3552026-02-24T01:21:41.621Z Downloaded ssh-encoding v0.2.0
3562026-02-24T01:21:41.621Z Downloaded slog-json v2.6.1
3572026-02-24T01:21:41.646Z Downloaded radix_trie v0.2.1
3582026-02-24T01:21:41.646Z Downloaded usdt-impl v0.5.0
3592026-02-24T01:21:41.646Z Downloaded supports-hyperlinks v2.1.0
3602026-02-24T01:21:41.646Z Downloaded waitgroup v0.1.2
3612026-02-24T01:21:41.646Z Downloaded usdt-macro v0.6.0
3622026-02-24T01:21:41.646Z Downloaded typify v0.2.0
3632026-02-24T01:21:41.646Z Downloaded tokio-tungstenite v0.21.0
3642026-02-24T01:21:41.646Z Downloaded tls_codec v0.4.1
3652026-02-24T01:21:41.646Z Downloaded thiserror v1.0.69
3662026-02-24T01:21:41.670Z Downloaded termios v0.3.3
3672026-02-24T01:21:41.670Z Downloaded supports-unicode v2.1.0
3682026-02-24T01:21:41.671Z Downloaded spin v0.9.8
3692026-02-24T01:21:41.671Z Downloaded sha3 v0.10.8
3702026-02-24T01:21:41.671Z Downloaded regex v1.11.3
3712026-02-24T01:21:41.671Z Downloaded usdt-macro v0.5.0
3722026-02-24T01:21:41.695Z Downloaded unicase v2.8.1
3732026-02-24T01:21:41.695Z Downloaded target-triple v0.1.3
3742026-02-24T01:21:41.695Z Downloaded string_cache v0.8.9
3752026-02-24T01:21:41.695Z Downloaded steno v0.4.1
3762026-02-24T01:21:41.695Z Downloaded spki v0.7.3
3772026-02-24T01:21:41.695Z Downloaded slog-term v2.9.2
3782026-02-24T01:21:41.695Z Downloaded slog-scope v4.4.0
3792026-02-24T01:21:41.695Z Downloaded siphasher v1.0.1
3802026-02-24T01:21:41.695Z Downloaded siphasher v0.3.11
3812026-02-24T01:21:41.695Z Downloaded similar v2.7.0
3822026-02-24T01:21:41.720Z Downloaded reqwest v0.12.24
3832026-02-24T01:21:41.720Z Downloaded utf8parse v0.2.2
3842026-02-24T01:21:41.720Z Downloaded usdt-attr-macro v0.6.0
3852026-02-24T01:21:41.720Z Downloaded untrusted v0.9.0
3862026-02-24T01:21:41.721Z Downloaded untrusted v0.7.1
3872026-02-24T01:21:41.721Z Downloaded universal-hash v0.5.1
3882026-02-24T01:21:41.721Z Downloaded typify-macro v0.4.3
3892026-02-24T01:21:41.721Z Downloaded typify-macro v0.2.0
3902026-02-24T01:21:41.721Z Downloaded tinyvec v1.8.0
3912026-02-24T01:21:41.721Z Downloaded term v1.1.0
3922026-02-24T01:21:41.745Z Downloaded ssh-key v0.6.6
3932026-02-24T01:21:41.745Z Downloaded sqlparser_derive v0.5.0
3942026-02-24T01:21:41.745Z Downloaded serde_with v3.16.1
3952026-02-24T01:21:41.769Z Downloaded quinn-proto v0.11.8
3962026-02-24T01:21:41.770Z Downloaded moka v0.12.10
3972026-02-24T01:21:41.770Z Downloaded tui-tree-widget v0.23.1
3982026-02-24T01:21:41.794Z Downloaded trait-variant v0.1.2
3992026-02-24T01:21:41.794Z Downloaded tracing-attributes v0.1.27
4002026-02-24T01:21:41.794Z Downloaded tower v0.5.2
4012026-02-24T01:21:41.794Z Downloaded toml_write v0.1.2
4022026-02-24T01:21:41.794Z Downloaded tinyvec_macros v0.1.1
4032026-02-24T01:21:41.794Z Downloaded textwrap v0.15.2
4042026-02-24T01:21:41.794Z Downloaded strum_macros v0.24.3
4052026-02-24T01:21:41.846Z Downloaded slog-envlogger v2.2.0
4062026-02-24T01:21:41.846Z Downloaded slog-async v2.8.0
4072026-02-24T01:21:41.846Z Downloaded polar-core v0.27.3
4082026-02-24T01:21:41.871Z Downloaded ucd-trie v0.1.7
4092026-02-24T01:21:41.871Z Downloaded stringprep v0.1.5
4102026-02-24T01:21:41.871Z Downloaded smallvec v1.15.1
4112026-02-24T01:21:41.897Z Downloaded slog-dtrace v0.3.0
4122026-02-24T01:21:41.897Z Downloaded serde_yaml v0.9.34+deprecated
4132026-02-24T01:21:41.897Z Downloaded serde_spanned v1.0.4
4142026-02-24T01:21:41.897Z Downloaded salty v0.3.0
4152026-02-24T01:21:41.921Z Downloaded rustix v0.38.37
4162026-02-24T01:21:41.959Z Downloaded russh v0.45.0
4172026-02-24T01:21:41.984Z Downloaded ratatui v0.29.0
4182026-02-24T01:21:42.008Z Downloaded tokio-util v0.7.15
4192026-02-24T01:21:42.033Z Downloaded tokio-postgres v0.7.13
4202026-02-24T01:21:42.033Z Downloaded testing_table v0.3.0
4212026-02-24T01:21:42.033Z Downloaded tabled_derive v0.10.0
4222026-02-24T01:21:42.033Z Downloaded syn v2.0.114
4232026-02-24T01:21:42.057Z Downloaded snafu-derive v0.8.5
4242026-02-24T01:21:42.057Z Downloaded sigpipe v0.1.3
4252026-02-24T01:21:42.057Z Downloaded serde-untagged v0.1.7
4262026-02-24T01:21:42.057Z Downloaded serde v1.0.228
4272026-02-24T01:21:42.081Z Downloaded rustyline v14.0.0
4282026-02-24T01:21:42.082Z Downloaded rustls v0.23.19
4292026-02-24T01:21:42.106Z Downloaded object v0.37.3
4302026-02-24T01:21:42.106Z Downloaded object v0.36.5
4312026-02-24T01:21:42.130Z Downloaded hickory-proto v0.25.2
4322026-02-24T01:21:42.164Z Downloaded tower-layer v0.3.3
4332026-02-24T01:21:42.189Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4342026-02-24T01:21:42.189Z Downloaded tokio-stream v0.1.17
4352026-02-24T01:21:42.189Z Downloaded tokio-dtrace v0.1.0
4362026-02-24T01:21:42.189Z Downloaded textwrap v0.16.2
4372026-02-24T01:21:42.189Z Downloaded synstructure v0.13.1
4382026-02-24T01:21:42.189Z Downloaded snafu v0.8.5
4392026-02-24T01:21:42.213Z Downloaded signal-hook-registry v1.4.2
4402026-02-24T01:21:42.213Z Downloaded serde_derive v1.0.228
4412026-02-24T01:21:42.214Z Downloaded schemars v0.9.0
4422026-02-24T01:21:42.214Z Downloaded ryu v1.0.18
4432026-02-24T01:21:42.238Z Downloaded rustls v0.22.4
4442026-02-24T01:21:42.238Z Downloaded rayon v1.10.0
4452026-02-24T01:21:42.262Z Downloaded qorb v0.4.1
4462026-02-24T01:21:42.262Z Downloaded openssl v0.10.73
4472026-02-24T01:21:42.262Z Downloaded nix v0.29.0
4482026-02-24T01:21:42.288Z Downloaded thiserror-impl v1.0.69
4492026-02-24T01:21:42.288Z Downloaded terminal_size v0.1.17
4502026-02-24T01:21:42.288Z Downloaded termcolor v1.4.1
4512026-02-24T01:21:42.288Z Downloaded strip-ansi-escapes v0.2.0
4522026-02-24T01:21:42.288Z Downloaded sha1 v0.10.6
4532026-02-24T01:21:42.288Z Downloaded scroll v0.12.0
4542026-02-24T01:21:42.288Z Downloaded rustls-webpki v0.102.8
4552026-02-24T01:21:42.313Z Downloaded time-core v0.1.6
4562026-02-24T01:21:42.313Z Downloaded thiserror-impl-no-std v2.0.2
4572026-02-24T01:21:42.313Z Downloaded signal-hook v0.3.18
4582026-02-24T01:21:42.338Z Downloaded schemars v1.0.4
4592026-02-24T01:21:42.338Z Downloaded portable-atomic v1.11.0
4602026-02-24T01:21:42.362Z Downloaded tokio-macros v2.6.0
4612026-02-24T01:21:42.362Z Downloaded tls_codec_derive v0.4.1
4622026-02-24T01:21:42.362Z Downloaded thread-id v5.0.0
4632026-02-24T01:21:42.362Z Downloaded termtree v0.5.1
4642026-02-24T01:21:42.362Z Downloaded tap v1.0.1
4652026-02-24T01:21:42.362Z Downloaded tabled_derive v0.7.0
4662026-02-24T01:21:42.362Z Downloaded sync_wrapper v1.0.1
4672026-02-24T01:21:42.362Z Downloaded socket2 v0.6.1
4682026-02-24T01:21:42.362Z Downloaded socket2 v0.5.10
4692026-02-24T01:21:42.362Z Downloaded signature v2.2.0
4702026-02-24T01:21:42.362Z Downloaded shell-words v1.1.0
4712026-02-24T01:21:42.362Z Downloaded serde_with_macros v3.16.1
4722026-02-24T01:21:42.362Z Downloaded rand v0.9.2
4732026-02-24T01:21:42.387Z Downloaded serde_core v1.0.228
4742026-02-24T01:21:42.387Z Downloaded serde-value v0.7.0
4752026-02-24T01:21:42.387Z Downloaded rsa v0.9.8
4762026-02-24T01:21:42.387Z Downloaded petname v2.0.2
4772026-02-24T01:21:42.387Z Downloaded sct v0.7.1
4782026-02-24T01:21:42.387Z Downloaded schemars v0.8.22
4792026-02-24T01:21:42.411Z Downloaded rstest_macros v0.25.0
4802026-02-24T01:21:42.411Z Downloaded psl-types v2.0.11
4812026-02-24T01:21:42.411Z Downloaded lalrpop v0.19.12
4822026-02-24T01:21:42.436Z Downloaded hickory-proto v0.24.4
4832026-02-24T01:21:42.460Z Downloaded tabwriter v1.4.0
4842026-02-24T01:21:42.460Z Downloaded sync-ptr v0.1.4
4852026-02-24T01:21:42.460Z Downloaded supports-color v2.1.0
4862026-02-24T01:21:42.460Z Downloaded support-bundle-viewer v0.1.2
4872026-02-24T01:21:42.460Z Downloaded strum_macros v0.26.4
4882026-02-24T01:21:42.460Z Downloaded strum v0.27.2
4892026-02-24T01:21:42.460Z Downloaded structmeta-derive v0.3.0
4902026-02-24T01:21:42.460Z Downloaded smf v0.2.3
4912026-02-24T01:21:42.460Z Downloaded smallvec v0.6.14
4922026-02-24T01:21:42.460Z Downloaded serde_cbor v0.11.2
4932026-02-24T01:21:42.460Z Downloaded secrecy v0.8.0
4942026-02-24T01:21:42.460Z Downloaded schemars_derive v0.8.22
4952026-02-24T01:21:42.460Z Downloaded rstest v0.25.0
4962026-02-24T01:21:42.484Z Downloaded progenitor-impl v0.8.0
4972026-02-24T01:21:42.484Z Downloaded pkg-config v0.3.31
4982026-02-24T01:21:42.484Z Downloaded strum v0.26.3
4992026-02-24T01:21:42.484Z Downloaded strsim v0.11.1
5002026-02-24T01:21:42.485Z Downloaded serde_path_to_error v0.1.20
5012026-02-24T01:21:42.485Z Downloaded rustls-webpki v0.101.7
5022026-02-24T01:21:42.509Z Downloaded rustls-native-certs v0.8.1
5032026-02-24T01:21:42.509Z Downloaded proc-macro2 v1.0.101
5042026-02-24T01:21:42.510Z Downloaded pretty_assertions v1.4.1
5052026-02-24T01:21:42.510Z Downloaded polyval v0.6.2
5062026-02-24T01:21:42.510Z Downloaded p521 v0.13.3
5072026-02-24T01:21:42.510Z Downloaded static_assertions v1.1.0
5082026-02-24T01:21:42.510Z Downloaded stable_deref_trait v1.2.0
5092026-02-24T01:21:42.510Z Downloaded sqlformat v0.3.5
5102026-02-24T01:21:42.510Z Downloaded slog v2.8.2
5112026-02-24T01:21:42.534Z Downloaded slab v0.4.9
5122026-02-24T01:21:42.534Z Downloaded shlex v1.3.0
5132026-02-24T01:21:42.534Z Downloaded serde_spanned v0.6.9
5142026-02-24T01:21:42.534Z Downloaded serde_derive_internals v0.29.1
5152026-02-24T01:21:42.534Z Downloaded sec1 v0.7.3
5162026-02-24T01:21:42.534Z Downloaded rusty-fork v0.3.0
5172026-02-24T01:21:42.534Z Downloaded rustls-pemfile v2.2.0
5182026-02-24T01:21:42.534Z Downloaded reedline v0.40.0
5192026-02-24T01:21:42.559Z Downloaded progenitor-impl v0.10.0
5202026-02-24T01:21:42.559Z Downloaded predicates-core v1.0.8
5212026-02-24T01:21:42.559Z Downloaded pin-project-internal v1.1.6
5222026-02-24T01:21:42.559Z Downloaded nix v0.28.0
5232026-02-24T01:21:42.559Z Downloaded nix v0.27.1
5242026-02-24T01:21:42.583Z Downloaded ssh-cipher v0.2.0
5252026-02-24T01:21:42.583Z Downloaded smawk v0.3.2
5262026-02-24T01:21:42.583Z Downloaded slog-stdlog v4.1.1
5272026-02-24T01:21:42.583Z Downloaded slog-bunyan v2.5.0
5282026-02-24T01:21:42.583Z Downloaded simd-adler32 v0.3.7
5292026-02-24T01:21:42.583Z Downloaded signal-hook-tokio v0.3.1
5302026-02-24T01:21:42.584Z Downloaded signal-hook-mio v0.2.4
5312026-02-24T01:21:42.584Z Downloaded sha2 v0.10.9
5322026-02-24T01:21:42.608Z Downloaded serde_urlencoded v0.7.1
5332026-02-24T01:21:42.608Z Downloaded serde_bytes v0.11.19
5342026-02-24T01:21:42.608Z Downloaded semver v0.1.20
5352026-02-24T01:21:42.608Z Downloaded rustc-hash v1.1.0
5362026-02-24T01:21:42.608Z Downloaded rust-argon2 v2.1.0
5372026-02-24T01:21:42.608Z Downloaded rpassword v7.4.0
5382026-02-24T01:21:42.608Z Downloaded proptest v1.7.0
5392026-02-24T01:21:42.632Z Downloaded progenitor-macro v0.10.0
5402026-02-24T01:21:42.632Z Downloaded proc-macro-error v1.0.4
5412026-02-24T01:21:42.632Z Downloaded plotters-backend v0.3.7
5422026-02-24T01:21:42.632Z Downloaded pbkdf2 v0.11.0
5432026-02-24T01:21:42.632Z Downloaded path-tree v0.8.1
5442026-02-24T01:21:42.632Z Downloaded oso v0.27.3
5452026-02-24T01:21:42.632Z Downloaded serde_repr v0.1.19
5462026-02-24T01:21:42.632Z Downloaded serde_regex v1.1.0
5472026-02-24T01:21:42.632Z Downloaded serde_plain v1.0.2
5482026-02-24T01:21:42.633Z Downloaded secrecy v0.10.3
5492026-02-24T01:21:42.633Z Downloaded sapling-renderdag v0.1.0
5502026-02-24T01:21:42.633Z Downloaded samael v0.0.19
5512026-02-24T01:21:42.657Z Downloaded rustversion v1.0.22
5522026-02-24T01:21:42.657Z Downloaded russh-keys v0.45.0
5532026-02-24T01:21:42.657Z Downloaded rcgen v0.12.1
5542026-02-24T01:21:42.657Z Downloaded phf v0.12.1
5552026-02-24T01:21:42.681Z Downloaded pbkdf2 v0.12.2
5562026-02-24T01:21:42.681Z Downloaded password-hash v0.4.2
5572026-02-24T01:21:42.681Z Downloaded p384 v0.13.1
5582026-02-24T01:21:42.681Z Downloaded openapiv3 v2.2.0
5592026-02-24T01:21:42.681Z Downloaded num_enum v0.5.11
5602026-02-24T01:21:42.705Z Downloaded num-integer v0.1.46
5612026-02-24T01:21:42.706Z Downloaded nom v7.1.3
5622026-02-24T01:21:42.706Z Downloaded lzma-sys v0.1.20
5632026-02-24T01:21:42.732Z Downloaded semver v1.0.27
5642026-02-24T01:21:42.756Z Downloaded scrypt v0.11.0
5652026-02-24T01:21:42.756Z Downloaded scroll v0.13.0
5662026-02-24T01:21:42.756Z Downloaded scopeguard v1.2.0
5672026-02-24T01:21:42.756Z Downloaded scheduled-thread-pool v0.2.7
5682026-02-24T01:21:42.756Z Downloaded rustls-pki-types v1.10.0
5692026-02-24T01:21:42.756Z Downloaded rustc-demangle v0.1.24
5702026-02-24T01:21:42.756Z Downloaded russh-cryptovec v0.7.3
5712026-02-24T01:21:42.756Z Downloaded ron v0.7.1
5722026-02-24T01:21:42.756Z Downloaded ref-cast-impl v1.0.25
5732026-02-24T01:21:42.756Z Downloaded quinn-udp v0.5.5
5742026-02-24T01:21:42.756Z Downloaded postcard v1.0.10
5752026-02-24T01:21:42.781Z Downloaded plain v0.2.3
5762026-02-24T01:21:42.781Z Downloaded phf_shared v0.12.1
5772026-02-24T01:21:42.781Z Downloaded olpc-cjson v0.1.4
5782026-02-24T01:21:42.781Z Downloaded num_enum_derive v0.5.11
5792026-02-24T01:21:42.781Z Downloaded newtype_derive v0.1.6
5802026-02-24T01:21:42.781Z Downloaded newtype-uuid v1.3.2
5812026-02-24T01:21:42.781Z Downloaded mio v1.0.2
5822026-02-24T01:21:42.805Z Downloaded goblin v0.10.2
5832026-02-24T01:21:42.830Z Downloaded scroll_derive v0.12.0
5842026-02-24T01:21:42.830Z Downloaded same-file v1.0.6
5852026-02-24T01:21:42.830Z Downloaded salsa20 v0.10.2
5862026-02-24T01:21:42.830Z Downloaded rustls-pemfile v1.0.4
5872026-02-24T01:21:42.830Z Downloaded rustc_version v0.4.1
5882026-02-24T01:21:42.830Z Downloaded rustc_version v0.1.7
5892026-02-24T01:21:42.830Z Downloaded ron v0.8.1
5902026-02-24T01:21:42.855Z Downloaded relative-path v1.9.3
5912026-02-24T01:21:42.855Z Downloaded recursive-proc-macro-impl v0.1.1
5922026-02-24T01:21:42.855Z Downloaded rayon-core v1.12.1
5932026-02-24T01:21:42.855Z Downloaded rand_core v0.6.4
5942026-02-24T01:21:42.880Z Downloaded rand_chacha v0.3.1
5952026-02-24T01:21:42.880Z Downloaded quinn v0.11.5
5962026-02-24T01:21:42.880Z Downloaded progenitor-impl v0.11.2
5972026-02-24T01:21:42.880Z Downloaded progenitor-client v0.10.0
5982026-02-24T01:21:42.880Z Downloaded proc-macro-error-attr v1.0.4
5992026-02-24T01:21:42.880Z Downloaded prettyplease v0.2.36
6002026-02-24T01:21:42.905Z Downloaded postgres-protocol v0.6.8
6012026-02-24T01:21:42.905Z Downloaded pin-project v1.1.6
6022026-02-24T01:21:42.929Z Downloaded pest_generator v2.8.2
6032026-02-24T01:21:42.929Z Downloaded openssl-sys v0.9.109
6042026-02-24T01:21:42.929Z Downloaded miette v5.10.0
6052026-02-24T01:21:42.929Z Downloaded rustc-hash v2.1.1
6062026-02-24T01:21:42.929Z Downloaded rtoolbox v0.0.2
6072026-02-24T01:21:42.929Z Downloaded recursive v0.1.1
6082026-02-24T01:21:42.929Z Downloaded rand_distr v0.5.1
6092026-02-24T01:21:42.954Z Downloaded rand v0.8.5
6102026-02-24T01:21:42.954Z Downloaded psm v0.1.30
6112026-02-24T01:21:42.954Z Downloaded progenitor-macro v0.11.2
6122026-02-24T01:21:42.954Z Downloaded progenitor-macro v0.8.0
6132026-02-24T01:21:42.954Z Downloaded proc-macro-error-attr2 v2.0.0
6142026-02-24T01:21:42.954Z Downloaded proc-macro-crate v3.2.0
6152026-02-24T01:21:42.954Z Downloaded proc-macro-crate v1.3.1
6162026-02-24T01:21:42.954Z Downloaded pretty-hex v0.2.1
6172026-02-24T01:21:42.954Z Downloaded predicates-tree v1.0.12
6182026-02-24T01:21:42.954Z Downloaded powerfmt v0.2.0
6192026-02-24T01:21:42.954Z Downloaded pkcs8 v0.10.2
6202026-02-24T01:21:42.954Z Downloaded pin-utils v0.1.0
6212026-02-24T01:21:42.954Z Downloaded pin-project-lite v0.2.14
6222026-02-24T01:21:42.979Z Downloaded phf v0.11.2
6232026-02-24T01:21:42.979Z Downloaded pest v2.8.2
6242026-02-24T01:21:42.979Z Downloaded pem v3.0.5
6252026-02-24T01:21:42.979Z Downloaded peg-macros v0.8.5
6262026-02-24T01:21:42.979Z Downloaded password-hash v0.5.0
6272026-02-24T01:21:42.979Z Downloaded partial-io v0.5.4
6282026-02-24T01:21:42.979Z Downloaded openssl-probe v0.1.5
6292026-02-24T01:21:42.979Z Downloaded icu_properties_data v1.5.0
6302026-02-24T01:21:43.003Z Downloaded curve25519-dalek v4.1.3
6312026-02-24T01:21:43.003Z Downloaded prefix-trie v0.7.0
6322026-02-24T01:21:43.003Z Downloaded polling v3.7.3
6332026-02-24T01:21:43.003Z Downloaded pkcs1 v0.7.5
6342026-02-24T01:21:43.003Z Downloaded phf_shared v0.11.2
6352026-02-24T01:21:43.003Z Downloaded peg v0.8.5
6362026-02-24T01:21:43.028Z Downloaded pathdiff v0.2.3
6372026-02-24T01:21:43.028Z Downloaded parse-display-derive v0.10.0
6382026-02-24T01:21:43.028Z Downloaded parking_lot v0.12.3
6392026-02-24T01:21:43.028Z Downloaded parking_lot v0.11.2
6402026-02-24T01:21:43.028Z Downloaded papergrid v0.11.0
6412026-02-24T01:21:43.028Z Downloaded p256 v0.13.2
6422026-02-24T01:21:43.028Z Downloaded oso-derive v0.27.3
6432026-02-24T01:21:43.028Z Downloaded opaque-debug v0.3.1
6442026-02-24T01:21:43.028Z Downloaded oorandom v11.1.4
6452026-02-24T01:21:43.028Z Downloaded object v0.30.4
6462026-02-24T01:21:43.053Z Downloaded number_prefix v0.4.0
6472026-02-24T01:21:43.053Z Downloaded num-rational v0.4.2
6482026-02-24T01:21:43.053Z Downloaded nix v0.30.1
6492026-02-24T01:21:43.077Z Downloaded itertools v0.13.0
6502026-02-24T01:21:43.077Z Downloaded ref-cast v1.0.25
6512026-02-24T01:21:43.077Z Downloaded rand_seeder v0.4.0
6522026-02-24T01:21:43.077Z Downloaded rand_core v0.9.3
6532026-02-24T01:21:43.102Z Downloaded rand_chacha v0.9.0
6542026-02-24T01:21:43.102Z Downloaded r2d2 v0.8.10
6552026-02-24T01:21:43.102Z Downloaded quote v1.0.40
6562026-02-24T01:21:43.102Z Downloaded publicsuffix v2.3.0
6572026-02-24T01:21:43.102Z Downloaded progenitor v0.10.0
6582026-02-24T01:21:43.102Z Downloaded primeorder v0.13.6
6592026-02-24T01:21:43.102Z Downloaded pretty-hex v0.4.1
6602026-02-24T01:21:43.102Z Downloaded ppv-lite86 v0.2.20
6612026-02-24T01:21:43.102Z Downloaded piper v0.2.4
6622026-02-24T01:21:43.102Z Downloaded pest_derive v2.8.2
6632026-02-24T01:21:43.102Z Downloaded num-complex v0.4.6
6642026-02-24T01:21:43.102Z Downloaded num-bigint-dig v0.8.6
6652026-02-24T01:21:43.135Z Downloaded progenitor-client v0.11.2
6662026-02-24T01:21:43.135Z Downloaded progenitor v0.8.0
6672026-02-24T01:21:43.135Z Downloaded plotters-svg v0.3.7
6682026-02-24T01:21:43.135Z Downloaded pkcs5 v0.7.1
6692026-02-24T01:21:43.135Z Downloaded omicron-zone-package v0.12.2
6702026-02-24T01:21:43.135Z Downloaded num-traits v0.2.19
6712026-02-24T01:21:43.135Z Downloaded plotters v0.3.7
6722026-02-24T01:21:43.160Z Downloaded percent-encoding v2.3.2
6732026-02-24T01:21:43.160Z Downloaded paste v1.0.15
6742026-02-24T01:21:43.160Z Downloaded parse-size v1.1.0
6752026-02-24T01:21:43.160Z Downloaded parse-display v0.10.0
6762026-02-24T01:21:43.160Z Downloaded parking_lot_core v0.8.6
6772026-02-24T01:21:43.160Z Downloaded oxide-tokio-rt v0.1.2
6782026-02-24T01:21:43.160Z Downloaded native-tls v0.2.12
6792026-02-24T01:21:43.160Z Downloaded mime_guess v2.0.5
6802026-02-24T01:21:43.160Z Downloaded maybe-uninit v2.0.0
6812026-02-24T01:21:43.160Z Downloaded lockfree-object-pool v0.1.6
6822026-02-24T01:21:43.160Z Downloaded path-slash v0.1.5
6832026-02-24T01:21:43.160Z Downloaded parking v2.2.1
6842026-02-24T01:21:43.160Z Downloaded ordered-float v2.10.1
6852026-02-24T01:21:43.185Z Downloaded openssl-macros v0.1.1
6862026-02-24T01:21:43.185Z Downloaded once_cell v1.21.3
6872026-02-24T01:21:43.185Z Downloaded num-bigint v0.4.6
6882026-02-24T01:21:43.185Z Downloaded nu-ansi-term v0.50.1
6892026-02-24T01:21:43.185Z Downloaded memchr v2.7.4
6902026-02-24T01:21:43.185Z Downloaded lru-cache v0.1.2
6912026-02-24T01:21:43.185Z Downloaded iddqd v0.3.16
6922026-02-24T01:21:43.210Z Downloaded num-iter v0.1.45
6932026-02-24T01:21:43.210Z Downloaded newline-converter v0.3.0
6942026-02-24T01:21:43.210Z Downloaded lzss v0.8.2
6952026-02-24T01:21:43.210Z Downloaded knuffel v3.2.0
6962026-02-24T01:21:43.210Z Downloaded hashbrown v0.16.1
6972026-02-24T01:21:43.210Z Downloaded nonempty v0.12.0
6982026-02-24T01:21:43.210Z Downloaded nodrop v0.1.14
6992026-02-24T01:21:43.210Z Downloaded minimal-lexical v0.2.1
7002026-02-24T01:21:43.234Z Downloaded libxml v0.3.3
7012026-02-24T01:21:43.234Z Downloaded libm v0.2.8
7022026-02-24T01:21:43.235Z Downloaded itertools v0.14.0
7032026-02-24T01:21:43.259Z Downloaded itertools v0.10.5
7042026-02-24T01:21:43.259Z Downloaded iri-string v0.7.8
7052026-02-24T01:21:43.259Z Downloaded ident_case v1.0.1
7062026-02-24T01:21:43.259Z Downloaded hyper-staticfile v0.10.1
7072026-02-24T01:21:43.284Z Downloaded hyper v1.8.1
7082026-02-24T01:21:43.284Z Downloaded goblin v0.8.2
7092026-02-24T01:21:43.284Z Downloaded progenitor-client v0.8.0
7102026-02-24T01:21:43.284Z Downloaded progenitor v0.11.2
7112026-02-24T01:21:43.284Z Downloaded proc-macro-error2 v2.0.1
7122026-02-24T01:21:43.284Z Downloaded predicates v3.1.3
7132026-02-24T01:21:43.309Z Downloaded poly1305 v0.8.0
7142026-02-24T01:21:43.309Z Downloaded pest_meta v2.8.2
7152026-02-24T01:21:43.309Z Downloaded pem-rfc7468 v0.7.0
7162026-02-24T01:21:43.309Z Downloaded papergrid v0.17.0
7172026-02-24T01:21:43.309Z Downloaded papergrid v0.14.0
7182026-02-24T01:21:43.309Z Downloaded normalize-line-endings v0.3.0
7192026-02-24T01:21:43.333Z Downloaded nibble_vec v0.1.0
7202026-02-24T01:21:43.333Z Downloaded newtype-uuid-macros v0.1.0
7212026-02-24T01:21:43.333Z Downloaded miniz_oxide v0.8.5
7222026-02-24T01:21:43.333Z Downloaded itertools v0.12.1
7232026-02-24T01:21:43.333Z Downloaded indexmap v1.9.3
7242026-02-24T01:21:43.333Z Downloaded indoc v1.0.9
7252026-02-24T01:21:43.333Z Downloaded hashbrown v0.14.5
7262026-02-24T01:21:43.358Z Downloaded parking_lot_core v0.9.10
7272026-02-24T01:21:43.358Z Downloaded packed_struct_codegen v0.10.1
7282026-02-24T01:21:43.358Z Downloaded packed_struct v0.10.1
7292026-02-24T01:21:43.358Z Downloaded owo-colors v3.5.0
7302026-02-24T01:21:43.358Z Downloaded hickory-resolver v0.25.2
7312026-02-24T01:21:43.358Z Downloaded hashbrown v0.15.4
7322026-02-24T01:21:43.382Z Downloaded num-derive v0.3.3
7332026-02-24T01:21:43.383Z Downloaded nested v0.1.1
7342026-02-24T01:21:43.383Z Downloaded nanorand v0.7.0
7352026-02-24T01:21:43.383Z Downloaded miette-derive v5.10.0
7362026-02-24T01:21:43.383Z Downloaded memmap2 v0.9.8
7372026-02-24T01:21:43.383Z Downloaded md5 v0.7.0
7382026-02-24T01:21:43.383Z Downloaded managed v0.8.0
7392026-02-24T01:21:43.383Z Downloaded macaddr v1.0.1
7402026-02-24T01:21:43.383Z Downloaded log v0.4.29
7412026-02-24T01:21:43.383Z Downloaded litrs v0.4.1
7422026-02-24T01:21:43.383Z Downloaded libsw-core v0.3.1
7432026-02-24T01:21:43.383Z Downloaded libsw v3.5.0
7442026-02-24T01:21:43.408Z Downloaded jiff-static v0.2.15
7452026-02-24T01:21:43.408Z Downloaded indicatif v0.17.11
7462026-02-24T01:21:43.408Z Downloaded indexmap v2.13.0
7472026-02-24T01:21:43.408Z Downloaded icu_properties v1.5.1
7482026-02-24T01:21:43.408Z Downloaded icu_normalizer_data v1.5.0
7492026-02-24T01:21:43.408Z Downloaded icu_normalizer v1.5.0
7502026-02-24T01:21:43.408Z Downloaded iana-time-zone v0.1.63
7512026-02-24T01:21:43.433Z Downloaded hyper-rustls v0.27.7
7522026-02-24T01:21:43.433Z Downloaded guppy v0.17.20
7532026-02-24T01:21:43.433Z Downloaded num v0.4.3
7542026-02-24T01:21:43.433Z Downloaded multer v3.1.0
7552026-02-24T01:21:43.433Z Downloaded memmap v0.7.0
7562026-02-24T01:21:43.433Z Downloaded md-5 v0.10.6
7572026-02-24T01:21:43.433Z Downloaded match_cfg v0.1.0
7582026-02-24T01:21:43.433Z Downloaded maplit v1.0.2
7592026-02-24T01:21:43.433Z Downloaded lru v0.12.5
7602026-02-24T01:21:43.457Z Downloaded litemap v0.7.3
7612026-02-24T01:21:43.457Z Downloaded linear-map v1.2.0
7622026-02-24T01:21:43.458Z Downloaded libtest-mimic v0.8.1
7632026-02-24T01:21:43.458Z Downloaded libscf-sys v1.1.0
7642026-02-24T01:21:43.458Z Downloaded libloading v0.8.5
7652026-02-24T01:21:43.458Z Downloaded libefi-sys v0.1.0
7662026-02-24T01:21:43.458Z Downloaded indicatif v0.18.0
7672026-02-24T01:21:43.458Z Downloaded hyper-util v0.1.19
7682026-02-24T01:21:43.482Z Downloaded http-range v0.1.5
7692026-02-24T01:21:43.482Z Downloaded hickory-server v0.25.2
7702026-02-24T01:21:43.482Z Downloaded hashbrown v0.12.3
7712026-02-24T01:21:43.482Z Downloaded futures v0.3.31
7722026-02-24T01:21:43.482Z Downloaded fs-err v3.1.1
7732026-02-24T01:21:43.482Z Downloaded multimap v0.10.1
7742026-02-24T01:21:43.482Z Downloaded mime v0.3.17
7752026-02-24T01:21:43.482Z Downloaded memoffset v0.9.1
7762026-02-24T01:21:43.482Z Downloaded lock_api v0.4.12
7772026-02-24T01:21:43.507Z Downloaded linked-hash-map v0.5.6
7782026-02-24T01:21:43.507Z Downloaded libz-rs-sys v0.5.1
7792026-02-24T01:21:43.507Z Downloaded lazycell v1.3.0
7802026-02-24T01:21:43.507Z Downloaded lazy_static v1.5.0
7812026-02-24T01:21:43.507Z Downloaded lalrpop-util v0.19.12
7822026-02-24T01:21:43.507Z Downloaded kv-log-macro v1.0.7
7832026-02-24T01:21:43.507Z Downloaded knuffel-derive v3.2.0
7842026-02-24T01:21:43.507Z Downloaded ingot v0.1.1
7852026-02-24T01:21:43.507Z Downloaded idna_adapter v1.2.0
7862026-02-24T01:21:43.507Z Downloaded icu_locid_transform_data v1.5.0
7872026-02-24T01:21:43.507Z Downloaded hyper-tls v0.6.0
7882026-02-24T01:21:43.508Z Downloaded http-body-util v0.1.3
7892026-02-24T01:21:43.508Z Downloaded hostname v0.4.2
7902026-02-24T01:21:43.508Z Downloaded hostname v0.3.1
7912026-02-24T01:21:43.508Z Downloaded hmac v0.12.1
7922026-02-24T01:21:43.532Z Downloaded highway v1.3.0
7932026-02-24T01:21:43.532Z Downloaded hickory-client v0.25.2
7942026-02-24T01:21:43.532Z Downloaded hash32 v0.3.1
7952026-02-24T01:21:43.532Z Downloaded half v1.8.3
7962026-02-24T01:21:43.532Z Downloaded gimli v0.31.1
7972026-02-24T01:21:43.532Z Downloaded futures-util v0.3.31
7982026-02-24T01:21:43.557Z Downloaded foreign-types-shared v0.1.1
7992026-02-24T01:21:43.557Z Downloaded flume v0.11.1
8002026-02-24T01:21:43.557Z Downloaded itoa v1.0.11
8012026-02-24T01:21:43.557Z Downloaded ipnet v2.11.0
8022026-02-24T01:21:43.557Z Downloaded instant v0.1.13
8032026-02-24T01:21:43.557Z Downloaded ingot-macros v0.1.1
8042026-02-24T01:21:43.557Z Downloaded indoc v2.0.6
8052026-02-24T01:21:43.582Z Downloaded icu_locid_transform v1.5.0
8062026-02-24T01:21:43.582Z Downloaded httparse v1.9.5
8072026-02-24T01:21:43.582Z Downloaded hickory-resolver v0.24.4
8082026-02-24T01:21:43.582Z Downloaded hex-literal v0.4.1
8092026-02-24T01:21:43.582Z Downloaded heapless v0.7.17
8102026-02-24T01:21:43.582Z Downloaded headers v0.4.1
8112026-02-24T01:21:43.607Z Downloaded half v2.4.1
8122026-02-24T01:21:43.607Z Downloaded guppy-workspace-hack v0.1.0
8132026-02-24T01:21:43.607Z Downloaded glob v0.3.2
8142026-02-24T01:21:43.607Z Downloaded ghash v0.5.1
8152026-02-24T01:21:43.607Z Downloaded getrandom v0.3.4
8162026-02-24T01:21:43.607Z Downloaded getrandom v0.2.15
8172026-02-24T01:21:43.607Z Downloaded fs-err v2.11.0
8182026-02-24T01:21:43.607Z Downloaded foreign-types-shared v0.3.1
8192026-02-24T01:21:43.607Z Downloaded foreign-types-macros v0.2.3
8202026-02-24T01:21:43.607Z Downloaded flate2 v1.1.2
8212026-02-24T01:21:43.631Z Downloaded fancy-regex v0.14.0
8222026-02-24T01:21:43.632Z Downloaded expectorate v1.2.0
8232026-02-24T01:21:43.632Z Downloaded der v0.7.10
8242026-02-24T01:21:43.632Z Downloaded jobserver v0.1.32
8252026-02-24T01:21:43.632Z Downloaded is_terminal_polyfill v1.70.1
8262026-02-24T01:21:43.632Z Downloaded is_ci v1.2.0
8272026-02-24T01:21:43.632Z Downloaded is-terminal v0.4.13
8282026-02-24T01:21:43.632Z Downloaded ipnetwork v0.21.1
8292026-02-24T01:21:43.632Z Downloaded instability v0.3.2
8302026-02-24T01:21:43.656Z Downloaded inout v0.1.3
8312026-02-24T01:21:43.656Z Downloaded ingot-types v0.1.2
8322026-02-24T01:21:43.656Z Downloaded indent_write v2.2.0
8332026-02-24T01:21:43.656Z Downloaded impl-trait-for-tuples v0.2.2
8342026-02-24T01:21:43.656Z Downloaded ignore v0.4.23
8352026-02-24T01:21:43.657Z Downloaded idna v1.0.3
8362026-02-24T01:21:43.657Z Downloaded icu_provider_macros v1.5.0
8372026-02-24T01:21:43.657Z Downloaded icu_provider v1.5.0
8382026-02-24T01:21:43.657Z Downloaded icu_collections v1.5.0
8392026-02-24T01:21:43.681Z Downloaded hubpack v0.1.2
8402026-02-24T01:21:43.681Z Downloaded httpdate v1.0.3
8412026-02-24T01:21:43.681Z Downloaded http v1.4.0
8422026-02-24T01:21:43.681Z Downloaded hkdf v0.12.4
8432026-02-24T01:21:43.681Z Downloaded heck v0.5.0
8442026-02-24T01:21:43.681Z Downloaded heck v0.3.3
8452026-02-24T01:21:43.681Z Downloaded heapless v0.8.0
8462026-02-24T01:21:43.681Z Downloaded hashbrown v0.13.2
8472026-02-24T01:21:43.706Z Downloaded h2 v0.4.6
8482026-02-24T01:21:43.706Z Downloaded git2 v0.20.2
8492026-02-24T01:21:43.706Z Downloaded fxhash v0.2.1
8502026-02-24T01:21:43.706Z Downloaded futures-sink v0.3.31
8512026-02-24T01:21:43.706Z Downloaded futures-core v0.3.31
8522026-02-24T01:21:43.706Z Downloaded futures-channel v0.3.31
8532026-02-24T01:21:43.730Z Downloaded foreign-types v0.5.0
8542026-02-24T01:21:43.730Z Downloaded float-ord v0.3.2
8552026-02-24T01:21:43.730Z Downloaded float-cmp v0.10.0
8562026-02-24T01:21:43.730Z Downloaded fixedbitset v0.5.7
8572026-02-24T01:21:43.730Z Downloaded find-msvc-tools v0.1.9
8582026-02-24T01:21:43.730Z Downloaded fd-lock v4.0.2
8592026-02-24T01:21:43.730Z Downloaded fallible-iterator v0.2.0
8602026-02-24T01:21:43.730Z Downloaded env_filter v0.1.2
8612026-02-24T01:21:43.730Z Downloaded ed25519 v2.2.3
8622026-02-24T01:21:43.730Z Downloaded crossterm v0.29.0
8632026-02-24T01:21:43.755Z Downloaded crossbeam-utils v0.8.21
8642026-02-24T01:21:43.755Z Downloaded compact_str v0.8.0
8652026-02-24T01:21:43.755Z Downloaded icu_locid v1.5.0
8662026-02-24T01:21:43.755Z Downloaded humantime v2.2.0
8672026-02-24T01:21:43.755Z Downloaded hubpack_derive v0.1.1
8682026-02-24T01:21:43.755Z Downloaded http-body v1.0.1
8692026-02-24T01:21:43.755Z Downloaded home v0.5.9
8702026-02-24T01:21:43.755Z Downloaded hash32 v0.2.1
8712026-02-24T01:21:43.755Z Downloaded generic-array v0.14.7
8722026-02-24T01:21:43.755Z Downloaded futures-timer v3.0.3
8732026-02-24T01:21:43.779Z Downloaded funty v2.0.0
8742026-02-24T01:21:43.779Z Downloaded foreign-types v0.3.2
8752026-02-24T01:21:43.779Z Downloaded flagset v0.4.6
8762026-02-24T01:21:43.779Z Downloaded filetime v0.2.26
8772026-02-24T01:21:43.780Z Downloaded escape8259 v0.5.3
8782026-02-24T01:21:43.780Z Downloaded erased-serde v0.3.31
8792026-02-24T01:21:43.780Z Downloaded env_logger v0.11.8
8802026-02-24T01:21:43.780Z Downloaded elliptic-curve v0.13.8
8812026-02-24T01:21:43.780Z Downloaded either v1.15.0
8822026-02-24T01:21:43.780Z Downloaded digest v0.10.7
8832026-02-24T01:21:43.780Z Downloaded diesel v2.2.12
8842026-02-24T01:21:43.804Z Downloaded headers-core v0.3.0
8852026-02-24T01:21:43.804Z Downloaded globwalk v0.9.1
8862026-02-24T01:21:43.804Z Downloaded globset v0.4.15
8872026-02-24T01:21:43.804Z Downloaded gethostname v0.5.0
8882026-02-24T01:21:43.829Z Downloaded futures-task v0.3.31
8892026-02-24T01:21:43.829Z Downloaded futures-lite v2.3.0
8902026-02-24T01:21:43.829Z Downloaded futures-io v0.3.31
8912026-02-24T01:21:43.829Z Downloaded futures-executor v0.3.31
8922026-02-24T01:21:43.829Z Downloaded fs_extra v1.3.0
8932026-02-24T01:21:43.829Z Downloaded form_urlencoded v1.2.2
8942026-02-24T01:21:43.829Z Downloaded foldhash v0.1.5
8952026-02-24T01:21:43.829Z Downloaded fnv v1.0.7
8962026-02-24T01:21:43.829Z Downloaded fixedbitset v0.4.2
8972026-02-24T01:21:43.829Z Downloaded fatfs v0.3.6
8982026-02-24T01:21:43.829Z Downloaded fastrand v2.1.1
8992026-02-24T01:21:43.829Z Downloaded event-listener v2.5.3
9002026-02-24T01:21:43.829Z Downloaded erased-serde v0.4.6
9012026-02-24T01:21:43.829Z Downloaded equivalent v1.0.2
9022026-02-24T01:21:43.854Z Downloaded encoding_rs v0.8.34
9032026-02-24T01:21:43.878Z Downloaded embedded-io v0.4.0
9042026-02-24T01:21:43.878Z Downloaded dyn-clone v1.0.20
9052026-02-24T01:21:43.878Z Downloaded dsl_auto_type v0.1.2
9062026-02-24T01:21:43.878Z Downloaded dropshot-api-manager-types v0.3.0
9072026-02-24T01:21:43.878Z Downloaded dof v0.3.0
9082026-02-24T01:21:43.878Z Downloaded displaydoc v0.2.5
9092026-02-24T01:21:43.878Z Downloaded diesel_table_macro_syntax v0.2.0
9102026-02-24T01:21:43.878Z Downloaded derive_more-impl v2.0.1
9112026-02-24T01:21:43.878Z Downloaded deranged v0.5.3
9122026-02-24T01:21:43.878Z Downloaded datatest-stable v0.3.2
9132026-02-24T01:21:43.903Z Downloaded darling v0.20.10
9142026-02-24T01:21:43.903Z Downloaded crucible-workspace-hack v0.1.0
9152026-02-24T01:21:43.903Z Downloaded crossbeam-epoch v0.9.18
9162026-02-24T01:21:43.903Z Downloaded criterion v0.7.0
9172026-02-24T01:21:43.903Z Downloaded crc-any v2.5.0
9182026-02-24T01:21:43.903Z Downloaded const_format v0.2.34
9192026-02-24T01:21:43.927Z Downloaded heck v0.4.1
9202026-02-24T01:21:43.928Z Downloaded group v0.13.0
9212026-02-24T01:21:43.928Z Downloaded futures-macro v0.3.31
9222026-02-24T01:21:43.928Z Downloaded foldhash v0.2.0
9232026-02-24T01:21:43.928Z Downloaded event-listener-strategy v0.5.2
9242026-02-24T01:21:43.928Z Downloaded errno v0.3.12
9252026-02-24T01:21:43.928Z Downloaded ena v0.14.3
9262026-02-24T01:21:43.928Z Downloaded ed25519-dalek v2.1.1
9272026-02-24T01:21:43.928Z Downloaded ecdsa v0.16.9
9282026-02-24T01:21:43.928Z Downloaded diesel_derives v2.2.3
9292026-02-24T01:21:43.952Z Downloaded derive_more v0.99.20
9302026-02-24T01:21:43.952Z Downloaded derive-ex v0.1.8
9312026-02-24T01:21:43.952Z Downloaded darling_core v0.21.0
9322026-02-24T01:21:43.952Z Downloaded darling_core v0.20.10
9332026-02-24T01:21:43.952Z Downloaded crypto-common v0.1.6
9342026-02-24T01:21:43.952Z Downloaded crossterm v0.28.1
9352026-02-24T01:21:43.977Z Downloaded crossbeam-channel v0.5.15
9362026-02-24T01:21:43.977Z Downloaded criterion-plot v0.6.0
9372026-02-24T01:21:43.977Z Downloaded corncobs v0.1.4
9382026-02-24T01:21:43.977Z Downloaded convert_case v0.7.1
9392026-02-24T01:21:43.977Z Downloaded console v0.16.0
9402026-02-24T01:21:43.977Z Downloaded ciborium-io v0.2.2
9412026-02-24T01:21:44.002Z Downloaded ar_archive_writer v0.5.1
9422026-02-24T01:21:44.002Z Downloaded enum-as-inner v0.6.1
9432026-02-24T01:21:44.002Z Downloaded document-features v0.2.11
9442026-02-24T01:21:44.002Z Downloaded dirs-next v2.0.0
9452026-02-24T01:21:44.002Z Downloaded difflib v0.4.0
9462026-02-24T01:21:44.002Z Downloaded diff v0.1.13
9472026-02-24T01:21:44.002Z Downloaded diesel-dtrace v0.4.2
9482026-02-24T01:21:44.002Z Downloaded des v0.8.1
9492026-02-24T01:21:44.002Z Downloaded derive_builder_core v0.20.2
9502026-02-24T01:21:44.002Z Downloaded defmt-macros v0.3.9
9512026-02-24T01:21:44.029Z Downloaded defmt v0.3.8
9522026-02-24T01:21:44.029Z Downloaded debug-ignore v1.0.5
9532026-02-24T01:21:44.029Z Downloaded daft-derive v0.1.4
9542026-02-24T01:21:44.029Z Downloaded curve25519-dalek-derive v0.1.1
9552026-02-24T01:21:44.029Z Downloaded cstr-argument v0.1.2
9562026-02-24T01:21:44.029Z Downloaded crunchy v0.2.2
9572026-02-24T01:21:44.029Z Downloaded cpufeatures v0.2.14
9582026-02-24T01:21:44.029Z Downloaded convert_case v0.4.0
9592026-02-24T01:21:44.029Z Downloaded constant_time_eq v0.3.1
9602026-02-24T01:21:44.029Z Downloaded cobs v0.2.3
9612026-02-24T01:21:44.029Z Downloaded cfg_aliases v0.2.1
9622026-02-24T01:21:44.029Z Downloaded cfg_aliases v0.1.1
9632026-02-24T01:21:44.054Z Downloaded cargo_metadata v0.21.0
9642026-02-24T01:21:44.054Z Downloaded cancel-safe-futures v0.1.5
9652026-02-24T01:21:44.054Z Downloaded camino-tempfile-ext v0.3.2
9662026-02-24T01:21:44.054Z Downloaded bzip2 v0.5.2
9672026-02-24T01:21:44.054Z Downloaded bzip2 v0.4.4
9682026-02-24T01:21:44.054Z Downloaded byteorder v1.5.0
9692026-02-24T01:21:44.054Z Downloaded buf-list v1.0.3
9702026-02-24T01:21:44.054Z Downloaded base64 v0.21.7
9712026-02-24T01:21:44.054Z Downloaded atty v0.2.14
9722026-02-24T01:21:44.054Z Downloaded async-stream-impl v0.3.6
9732026-02-24T01:21:44.079Z Downloaded allocator-api2 v0.2.21
9742026-02-24T01:21:44.079Z Downloaded doc-comment v0.3.3
9752026-02-24T01:21:44.079Z Downloaded display-error-chain v0.2.2
9762026-02-24T01:21:44.079Z Downloaded dirs-sys-next v0.1.2
9772026-02-24T01:21:44.079Z Downloaded derive_builder_macro v0.20.2
9782026-02-24T01:21:44.079Z Downloaded data-encoding v2.9.0
9792026-02-24T01:21:44.079Z Downloaded cookie v0.18.1
9802026-02-24T01:21:44.079Z Downloaded colored v3.0.0
9812026-02-24T01:21:44.079Z Downloaded bitflags v2.9.4
9822026-02-24T01:21:44.079Z Downloaded base16ct v0.2.0
9832026-02-24T01:21:44.079Z Downloaded async-attributes v1.1.2
9842026-02-24T01:21:44.104Z Downloaded ascii-canvas v3.0.0
9852026-02-24T01:21:44.104Z Downloaded anstyle v1.0.11
9862026-02-24T01:21:44.104Z Downloaded derive_more v2.0.1
9872026-02-24T01:21:44.104Z Downloaded derive_builder v0.20.2
9882026-02-24T01:21:44.104Z Downloaded darling v0.21.0
9892026-02-24T01:21:44.128Z Downloaded daft v0.1.4
9902026-02-24T01:21:44.129Z Downloaded crypto-bigint v0.5.5
9912026-02-24T01:21:44.129Z Downloaded critical-section v1.1.3
9922026-02-24T01:21:44.129Z Downloaded crc8 v0.1.1
9932026-02-24T01:21:44.129Z Downloaded crc32fast v1.4.2
9942026-02-24T01:21:44.129Z Downloaded cookie_store v0.21.1
9952026-02-24T01:21:44.129Z Downloaded blake2b_simd v1.0.2
9962026-02-24T01:21:44.153Z Downloaded bit-set v0.5.3
9972026-02-24T01:21:44.153Z Downloaded base64ct v1.6.0
9982026-02-24T01:21:44.154Z Downloaded autocfg v1.4.0
9992026-02-24T01:21:44.154Z Downloaded async-process v2.3.0
10002026-02-24T01:21:44.154Z Downloaded async-lock v3.4.0
10012026-02-24T01:21:44.154Z Downloaded async-channel v2.3.1
10022026-02-24T01:21:44.154Z Downloaded arc-swap v1.7.1
10032026-02-24T01:21:44.154Z Downloaded anes v0.1.6
10042026-02-24T01:21:44.154Z Downloaded dropshot_endpoint v0.16.7
10052026-02-24T01:21:44.178Z Downloaded derive-where v1.5.0
10062026-02-24T01:21:44.178Z Downloaded der_derive v0.7.3
10072026-02-24T01:21:44.178Z Downloaded defmt-parser v0.3.4
10082026-02-24T01:21:44.178Z Downloaded darling_macro v0.21.0
10092026-02-24T01:21:44.178Z Downloaded darling_macro v0.20.10
10102026-02-24T01:21:44.178Z Downloaded ctr v0.9.2
10112026-02-24T01:21:44.178Z Downloaded csv-core v0.1.11
10122026-02-24T01:21:44.178Z Downloaded crossbeam-deque v0.8.5
10132026-02-24T01:21:44.178Z Downloaded crc-catalog v2.4.0
10142026-02-24T01:21:44.178Z Downloaded crc v3.2.1
10152026-02-24T01:21:44.178Z Downloaded const_format_proc_macros v0.2.34
10162026-02-24T01:21:44.203Z Downloaded const-oid v0.9.6
10172026-02-24T01:21:44.203Z Downloaded concurrent-queue v2.5.0
10182026-02-24T01:21:44.203Z Downloaded colored v2.2.0
10192026-02-24T01:21:44.203Z Downloaded colorchoice v1.0.2
10202026-02-24T01:21:44.203Z Downloaded cmake v0.1.51
10212026-02-24T01:21:44.203Z Downloaded clap_lex v0.7.4
10222026-02-24T01:21:44.204Z Downloaded chrono-tz v0.10.4
10232026-02-24T01:21:44.228Z Downloaded cassowary v0.3.0
10242026-02-24T01:21:44.228Z Downloaded bzip2-sys v0.1.13+1.0.8
10252026-02-24T01:21:44.252Z Downloaded bitfield-macros v0.19.2
10262026-02-24T01:21:44.252Z Downloaded bit-vec v0.8.0
10272026-02-24T01:21:44.252Z Downloaded base64 v0.13.1
10282026-02-24T01:21:44.252Z Downloaded async-stream v0.3.6
10292026-02-24T01:21:44.252Z Downloaded adler2 v2.0.0
10302026-02-24T01:21:44.253Z Downloaded dunce v1.0.5
10312026-02-24T01:21:44.253Z Downloaded dtrace-parser v0.3.0
10322026-02-24T01:21:44.253Z Downloaded dtrace-parser v0.2.0
10332026-02-24T01:21:44.253Z Downloaded dropshot v0.16.7
10342026-02-24T01:21:44.279Z Downloaded drift v0.1.3
10352026-02-24T01:21:44.303Z Downloaded console v0.15.10
10362026-02-24T01:21:44.303Z Downloaded clap_builder v4.5.48
10372026-02-24T01:21:44.303Z Downloaded clap v4.5.48
10382026-02-24T01:21:44.328Z Downloaded chrono v0.4.43
10392026-02-24T01:21:44.328Z Downloaded cc v1.2.56
10402026-02-24T01:21:44.328Z Downloaded bstr v1.10.0
10412026-02-24T01:21:44.352Z Downloaded blake3 v1.5.4
10422026-02-24T01:21:44.352Z Downloaded bitvec v1.0.1
10432026-02-24T01:21:44.377Z Downloaded bindgen v0.69.5
10442026-02-24T01:21:44.401Z Downloaded async-std v1.13.0
10452026-02-24T01:21:44.427Z Downloaded clap_derive v4.5.47
10462026-02-24T01:21:44.427Z Downloaded ciborium v0.2.2
10472026-02-24T01:21:44.427Z Downloaded chumsky v0.9.3
10482026-02-24T01:21:44.427Z Downloaded chacha20poly1305 v0.10.1
10492026-02-24T01:21:44.427Z Downloaded cfg-expr v0.20.1
10502026-02-24T01:21:44.452Z Downloaded cbc v0.1.2
10512026-02-24T01:21:44.452Z Downloaded cargo_metadata v0.19.2
10522026-02-24T01:21:44.452Z Downloaded cargo-util-schemas v0.8.2
10532026-02-24T01:21:44.452Z Downloaded camino v1.2.2
10542026-02-24T01:21:44.452Z Downloaded bumpalo v3.16.0
10552026-02-24T01:21:44.452Z Downloaded blocking v1.6.1
10562026-02-24T01:21:44.452Z Downloaded bitflags v1.3.2
10572026-02-24T01:21:44.452Z Downloaded bit-vec v0.6.3
10582026-02-24T01:21:44.452Z Downloaded bindgen v0.71.1
10592026-02-24T01:21:44.477Z Downloaded bcs v0.1.6
10602026-02-24T01:21:44.477Z Downloaded anyhow v1.0.99
10612026-02-24T01:21:44.477Z Downloaded cipher v0.4.4
10622026-02-24T01:21:44.477Z Downloaded chacha20 v0.9.1
10632026-02-24T01:21:44.477Z Downloaded cargo-platform v0.2.0
10642026-02-24T01:21:44.477Z Downloaded bytecount v0.6.8
10652026-02-24T01:21:44.477Z Downloaded bcrypt-pbkdf v0.10.0
10662026-02-24T01:21:44.477Z Downloaded bb8 v0.8.5
10672026-02-24T01:21:44.477Z Downloaded backtrace v0.3.74
10682026-02-24T01:21:44.502Z Downloaded assert_cmd v2.0.17
10692026-02-24T01:21:44.502Z Downloaded cfg-if v1.0.4
10702026-02-24T01:21:44.502Z Downloaded cexpr v0.6.0
10712026-02-24T01:21:44.502Z Downloaded castaway v0.2.3
10722026-02-24T01:21:44.502Z Downloaded block-padding v0.3.3
10732026-02-24T01:21:44.502Z Downloaded blake2 v0.10.6
10742026-02-24T01:21:44.502Z Downloaded bit-set v0.8.0
10752026-02-24T01:21:44.502Z Downloaded base64 v0.22.1
10762026-02-24T01:21:44.502Z Downloaded backtrace-ext v0.2.1
10772026-02-24T01:21:44.527Z Downloaded async-trait v0.1.89
10782026-02-24T01:21:44.527Z Downloaded async-io v2.3.4
10792026-02-24T01:21:44.527Z Downloaded async-global-executor v2.4.1
10802026-02-24T01:21:44.527Z Downloaded arrayvec v0.7.6
10812026-02-24T01:21:44.527Z Downloaded camino-tempfile v1.4.1
10822026-02-24T01:21:44.527Z Downloaded bytes v1.11.1
10832026-02-24T01:21:44.527Z Downloaded blowfish v0.9.1
10842026-02-24T01:21:44.527Z Downloaded block-buffer v0.10.4
10852026-02-24T01:21:44.527Z Downloaded bitfield-struct v0.6.2
10862026-02-24T01:21:44.551Z Downloaded bitfield v0.19.2
10872026-02-24T01:21:44.551Z Downloaded backoff v0.4.0
10882026-02-24T01:21:44.551Z Downloaded aws-lc-rs v1.12.4
10892026-02-24T01:21:44.551Z Downloaded async-signal v0.2.10
10902026-02-24T01:21:44.551Z Downloaded async-recursion v1.1.1
10912026-02-24T01:21:44.551Z Downloaded async-object-pool v0.1.5
10922026-02-24T01:21:44.576Z Downloaded async-executor v1.13.1
10932026-02-24T01:21:44.576Z Downloaded async-bb8-diesel v0.2.1
10942026-02-24T01:21:44.576Z Downloaded assert-json-diff v2.0.2
10952026-02-24T01:21:44.576Z Downloaded array-init v0.0.4
10962026-02-24T01:21:44.576Z Downloaded argon2 v0.5.3
10972026-02-24T01:21:44.576Z Downloaded approx v0.5.1
10982026-02-24T01:21:44.576Z Downloaded anstyle-query v1.1.1
10992026-02-24T01:21:44.576Z Downloaded anstream v0.6.18
11002026-02-24T01:21:44.576Z Downloaded aho-corasick v1.1.3
11012026-02-24T01:21:44.601Z Downloaded aes v0.8.4
11022026-02-24T01:21:44.601Z Downloaded atomicwrites v0.4.4
11032026-02-24T01:21:44.601Z Downloaded atomic-waker v1.1.2
11042026-02-24T01:21:44.601Z Downloaded async-task v4.7.1
11052026-02-24T01:21:44.601Z Downloaded async-channel v1.9.0
11062026-02-24T01:21:44.601Z Downloaded assert_matches v1.5.0
11072026-02-24T01:21:44.601Z Downloaded ahash v0.8.12
11082026-02-24T01:21:44.601Z Downloaded aes-gcm v0.10.3
11092026-02-24T01:21:44.601Z Downloaded aead v0.5.2
11102026-02-24T01:21:44.626Z Downloaded anstyle-parse v0.2.5
11112026-02-24T01:21:45.061Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11122026-02-24T01:22:08.527Z Startup: Refreshing catalog 'helios-dev' ... Done
11132026-02-24T01:22:28.976Z Startup: Caching catalogs ... Done
11142026-02-24T01:23:08.775ZPlanning: Solver setup ... Done (36.571s)
11152026-02-24T01:23:09.055ZPlanning: Running solver ... Done (0.280s)
11162026-02-24T01:23:09.258ZPlanning: Finding local manifests ... Done (0.002s)
11172026-02-24T01:23:09.466ZPlanning: Fetching manifests: 0/4 0% complete
11182026-02-24T01:23:09.955ZPlanning: Fetching manifests: 4/4 100% complete
11192026-02-24T01:23:10.040ZPlanning: Package planning ... Done (0.084s)
11202026-02-24T01:23:10.130ZPlanning: Merging actions ... Done (0.089s)
11212026-02-24T01:23:10.589ZPlanning: Checking for conflicting actions ... Done (0.460s)
11222026-02-24T01:23:10.614ZPlanning: Consolidating action changes ... Done (0.018s)
11232026-02-24T01:23:11.424ZPlanning: Evaluating mediators ... Done (0.815s)
11242026-02-24T01:23:11.473ZPlanning: Planning completed in 42.32 seconds
11252026-02-24T01:23:11.498Z Packages to install: 4
11262026-02-24T01:23:11.498Z Mediators to change: 2
11272026-02-24T01:23:11.498Z Services to change: 1
11282026-02-24T01:23:11.498Z Estimated space available: 154.46 GB
11292026-02-24T01:23:11.498ZEstimated space to be consumed: 1.81 GB
11302026-02-24T01:23:11.498Z Create boot environment: No
11312026-02-24T01:23:11.498ZCreate backup boot environment: No
11322026-02-24T01:23:11.498Z Rebuild boot archive: No
11332026-02-24T01:23:11.498Z
11342026-02-24T01:23:11.498ZChanged mediators:
11352026-02-24T01:23:11.498Z mediator clang:
11362026-02-24T01:23:11.498Z version: None -> 15 (system default)
11372026-02-24T01:23:11.498Z
11382026-02-24T01:23:11.498Z mediator llvm:
11392026-02-24T01:23:11.498Z version: 14 (system default) -> 15 (system default)
11402026-02-24T01:23:11.498Z
11412026-02-24T01:23:11.498ZChanged packages:
11422026-02-24T01:23:11.498Zhelios-dev
11432026-02-24T01:23:11.498Z developer/build-essential
11442026-02-24T01:23:11.498Z None -> 11-2.0
11452026-02-24T01:23:11.499Z library/libxmlsec1
11462026-02-24T01:23:11.499Z None -> 1.2.35-2.0
11472026-02-24T01:23:11.499Z ooce/developer/clang-15
11482026-02-24T01:23:11.499Z None -> 15.0.7-2.0
11492026-02-24T01:23:11.499Z ooce/developer/llvm-15
11502026-02-24T01:23:11.499Z None -> 15.0.7-2.0
11512026-02-24T01:23:11.499Z
11522026-02-24T01:23:11.499ZServices:
11532026-02-24T01:23:11.499Z restart_fmri:
11542026-02-24T01:23:11.499Z svc:/system/update-man-index:default
11552026-02-24T01:23:11.535Z
11562026-02-24T01:23:11.535ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11572026-02-24T01:23:16.552ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s)
11582026-02-24T01:23:21.557ZDownload: 2339/3290 items 119.7/212.6MB 56% complete (12.1M/s)
11592026-02-24T01:23:26.557ZDownload: 3248/3290 items 198.1/212.6MB 93% complete (11.5M/s)
11602026-02-24T01:23:28.763ZDownload: Completed 212.60 MB in 17.23 seconds (12.3M/s)
11612026-02-24T01:23:28.993Z Actions: 1/3689 actions (Installing new actions)
11622026-02-24T01:23:33.994Z Actions: 2815/3689 actions (Installing new actions)
11632026-02-24T01:23:35.228Z Actions: Completed 3689 actions in 6.23 seconds.
11642026-02-24T01:23:36.086Z Done (0.852s)
11652026-02-24T01:23:36.086Z Done (0.000s)
11662026-02-24T01:23:37.889Z Done (1.803s)
11672026-02-24T01:23:44.370Z Done (6.185s)
11682026-02-24T01:23:44.487Z Done (0.023s)
11692026-02-24T01:23:44.511Z Done (0.000s)
11702026-02-24T01:23:44.672Z Done (0.000s)
11712026-02-24T01:23:45.885ZPlanning: Evaluating mediator changes ... Done
11722026-02-24T01:23:46.145ZPlanning: Checking for conflicting actions ... Done
11732026-02-24T01:23:46.170ZPlanning: Consolidating action changes ... Done
11742026-02-24T01:23:46.560ZPlanning: Evaluating mediators ... Done
11752026-02-24T01:23:46.584ZPlanning: Planning completed in 0.68 seconds
11762026-02-24T01:23:46.612Z Mediators to change: 2
11772026-02-24T01:23:46.612Z Create boot environment: No
11782026-02-24T01:23:46.612ZCreate backup boot environment: No
11792026-02-24T01:23:46.695Z Done
11802026-02-24T01:23:46.695Z Done
11812026-02-24T01:23:48.026Z Done
11822026-02-24T01:23:54.145Z Done
11832026-02-24T01:23:54.266Z Done
11842026-02-24T01:23:54.266Z Done
11852026-02-24T01:23:54.349Z Done
11862026-02-24T01:23:55.294ZPlanning: Evaluating mediator changes ... Done
11872026-02-24T01:23:55.320ZPlanning: Merging actions ... Done
11882026-02-24T01:23:55.614ZPlanning: Checking for conflicting actions ... Done
11892026-02-24T01:23:55.639ZPlanning: Consolidating action changes ... Done
11902026-02-24T01:23:56.048ZPlanning: Evaluating mediators ... Done
11912026-02-24T01:23:56.143ZPlanning: Planning completed in 1.22 seconds
11922026-02-24T01:23:56.202Z Packages to change: 1
11932026-02-24T01:23:56.202Z Mediators to change: 1
11942026-02-24T01:23:56.202Z Services to change: 1
11952026-02-24T01:23:56.202Z Create boot environment: No
11962026-02-24T01:23:56.202ZCreate backup boot environment: Yes
11972026-02-24T01:23:58.555Z Actions: 1/6 actions (Updating modified actions)
11982026-02-24T01:23:58.579Z Actions: Completed 6 actions in 0.00 seconds.
11992026-02-24T01:23:58.579Z Done
12002026-02-24T01:23:58.579Z Done
12012026-02-24T01:23:58.903Z Done
12022026-02-24T01:24:05.107Z Done
12032026-02-24T01:24:05.220Z Done
12042026-02-24T01:24:05.220Z Done
12052026-02-24T01:24:05.298Z Done
12062026-02-24T01:24:05.984ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-02-24T01:24:05.984Zclang system 15 system
12082026-02-24T01:24:05.984Zcsh system system illumos
12092026-02-24T01:24:05.984Zctags system system illumos
12102026-02-24T01:24:05.984Zfile system system illumos
12112026-02-24T01:24:05.984Zgcc vendor 12 vendor
12122026-02-24T01:24:05.984Zgcc system 10 system
12132026-02-24T01:24:05.984Zgcc system 7 system
12142026-02-24T01:24:05.984Zgo system 1.20 system
12152026-02-24T01:24:05.984Zgo system 1.19 system
12162026-02-24T01:24:05.984Zllvm system 15 system
12172026-02-24T01:24:05.984Zllvm system 14 system
12182026-02-24T01:24:05.984Zmariadb system 10.6 system
12192026-02-24T01:24:05.984Zmta vendor vendor dma
12202026-02-24T01:24:05.984Zopenjdk system 17 system
12212026-02-24T01:24:05.984Zopenjdk system 11 system
12222026-02-24T01:24:05.984Zopenjdk system 1.8 system
12232026-02-24T01:24:05.984Zopenssl vendor 3 vendor
12242026-02-24T01:24:05.984Zperl system 5.36 system
12252026-02-24T01:24:05.984Zpostgresql system 15 system
12262026-02-24T01:24:05.984Zpostgresql system 13 system
12272026-02-24T01:24:05.984Zpython vendor 3 vendor
12282026-02-24T01:24:05.984Zpython system 2 system
12292026-02-24T01:24:05.984Zpython3 system 3.11 system
12302026-02-24T01:24:05.984Zruby system 3.0 system
12312026-02-24T01:24:05.984Zwords vendor vendor american-english
12322026-02-24T01:24:05.984Zwords system system australian-english
12332026-02-24T01:24:05.984Zwords system system british-english
12342026-02-24T01:24:05.984Zwords system system canadian-english
12352026-02-24T01:24:05.984Zwords system system french
12362026-02-24T01:24:05.984Zwords system system italian
12372026-02-24T01:24:05.985Zwords system system ngerman
12382026-02-24T01:24:05.985Zwords system system ogerman
12392026-02-24T01:24:05.985Zwords system system spanish
12402026-02-24T01:24:06.502ZPUBLISHER TYPE STATUS P LOCATION
12412026-02-24T01:24:06.502Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12422026-02-24T01:24:18.383ZFMRI IFO
12432026-02-24T01:24:18.383Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12442026-02-24T01:24:18.383Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12452026-02-24T01:24:18.383Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12462026-02-24T01:24:18.383Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12472026-02-24T01:24:18.383Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12482026-02-24T01:24:18.383Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12492026-02-24T01:24:18.383Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12502026-02-24T01:24:18.383Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12512026-02-24T01:24:18.383Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12522026-02-24T01:24:18.383Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12532026-02-24T01:24:18.383Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12542026-02-24T01:24:18.383Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12552026-02-24T01:24:18.383Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12562026-02-24T01:24:18.383Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12572026-02-24T01:24:18.383Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12582026-02-24T01:24:18.383Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12592026-02-24T01:24:21.077Z Downloading crates ...
12602026-02-24T01:24:21.213Z Downloaded cargo_toml v0.21.0
12612026-02-24T01:24:21.317Z Compiling proc-macro2 v1.0.101
12622026-02-24T01:24:21.342Z Compiling unicode-ident v1.0.19
12632026-02-24T01:24:21.342Z Compiling serde_core v1.0.228
12642026-02-24T01:24:21.342Z Compiling version_check v0.9.5
12652026-02-24T01:24:21.342Z Compiling serde v1.0.228
12662026-02-24T01:24:21.342Z Compiling libc v0.2.180
12672026-02-24T01:24:21.342Z Compiling memchr v2.7.4
12682026-02-24T01:24:21.342Z Compiling stable_deref_trait v1.2.0
12692026-02-24T01:24:21.614Z Compiling thiserror v2.0.18
12702026-02-24T01:24:21.649Z Compiling zmij v1.0.15
12712026-02-24T01:24:22.223Z Compiling litemap v0.7.3
12722026-02-24T01:24:22.322Z Compiling ucd-trie v0.1.7
12732026-02-24T01:24:22.695Z Compiling autocfg v1.4.0
12742026-02-24T01:24:22.852Z Compiling thiserror v1.0.69
12752026-02-24T01:24:22.913Z Compiling writeable v0.5.5
12762026-02-24T01:24:23.001Z Compiling itoa v1.0.11
12772026-02-24T01:24:23.538Z Compiling icu_locid_transform_data v1.5.0
12782026-02-24T01:24:23.664Z Compiling errno v0.3.12
12792026-02-24T01:24:23.688Z Compiling byteorder v1.5.0
12802026-02-24T01:24:23.793Z Compiling quote v1.0.40
12812026-02-24T01:24:23.817Z Compiling bitflags v2.9.4
12822026-02-24T01:24:23.929Z Compiling icu_properties_data v1.5.0
12832026-02-24T01:24:23.974Z Compiling serde_json v1.0.149
12842026-02-24T01:24:24.193Z Compiling num-traits v0.2.19
12852026-02-24T01:24:24.248Z Compiling syn v2.0.114
12862026-02-24T01:24:24.332Z Compiling typeid v1.0.3
12872026-02-24T01:24:24.460Z Compiling utf16_iter v1.0.5
12882026-02-24T01:24:24.497Z Compiling hashbrown v0.16.1
12892026-02-24T01:24:24.521Z Compiling equivalent v1.0.2
12902026-02-24T01:24:24.646Z Compiling utf8_iter v1.0.4
12912026-02-24T01:24:24.794Z Compiling smallvec v1.15.1
12922026-02-24T01:24:24.930Z Compiling write16 v1.0.0
12932026-02-24T01:24:24.958Z Compiling icu_normalizer_data v1.5.0
12942026-02-24T01:24:25.077Z Compiling rustix v0.38.37
12952026-02-24T01:24:25.263Z Compiling usdt-impl v0.5.0
12962026-02-24T01:24:25.562Z Compiling proc-macro-error-attr v1.0.4
12972026-02-24T01:24:25.744Z Compiling toml_write v0.1.2
12982026-02-24T01:24:25.879Z Compiling indexmap v2.13.0
12992026-02-24T01:24:25.903Z Compiling syn v1.0.109
13002026-02-24T01:24:25.961Z Compiling winnow v0.7.14
13012026-02-24T01:24:26.142Z Compiling thread-id v4.2.2
13022026-02-24T01:24:26.829Z Compiling proc-macro-error v1.0.4
13032026-02-24T01:24:27.230Z Compiling utf8parse v0.2.2
13042026-02-24T01:24:27.370Z Compiling rustix v1.1.3
13052026-02-24T01:24:27.444Z Compiling camino v1.2.2
13062026-02-24T01:24:27.589Z Compiling log v0.4.29
13072026-02-24T01:24:27.953Z Compiling percent-encoding v2.3.2
13082026-02-24T01:24:28.058Z Compiling getrandom v0.3.4
13092026-02-24T01:24:28.083Z Compiling plain v0.2.3
13102026-02-24T01:24:28.274Z Compiling ordered-float v2.10.1
13112026-02-24T01:24:28.313Z Compiling form_urlencoded v1.2.2
13122026-02-24T01:24:28.850Z Compiling anstyle-parse v0.2.5
13132026-02-24T01:24:28.874Z Compiling terminal_size v0.4.0
13142026-02-24T01:24:29.662Z Compiling anstyle v1.0.11
13152026-02-24T01:24:29.761Z Compiling is_terminal_polyfill v1.70.1
13162026-02-24T01:24:29.863Z Compiling anstyle-query v1.1.1
13172026-02-24T01:24:29.888Z Compiling cfg-if v1.0.4
13182026-02-24T01:24:29.929Z Compiling pretty-hex v0.4.1
13192026-02-24T01:24:29.992Z Compiling colorchoice v1.0.2
13202026-02-24T01:24:30.176Z Compiling anstream v0.6.18
13212026-02-24T01:24:30.268Z Compiling semver v1.0.27
13222026-02-24T01:24:30.951Z Compiling fs-err v3.1.1
13232026-02-24T01:24:31.229Z Compiling unicode-width v0.1.14
13242026-02-24T01:24:31.266Z Compiling bytecount v0.6.8
13252026-02-24T01:24:31.300Z Compiling fnv v1.0.7
13262026-02-24T01:24:31.349Z Compiling fastrand v2.1.1
13272026-02-24T01:24:31.469Z Compiling unicode-xid v0.2.6
13282026-02-24T01:24:31.506Z Compiling heck v0.5.0
13292026-02-24T01:24:31.675Z Compiling heck v0.4.1
13302026-02-24T01:24:31.827Z Compiling once_cell v1.21.3
13312026-02-24T01:24:31.928Z Compiling synstructure v0.13.1
13322026-02-24T01:24:32.049Z Compiling anyhow v1.0.99
13332026-02-24T01:24:32.120Z Compiling strsim v0.11.1
13342026-02-24T01:24:32.498Z Compiling clap_lex v0.7.4
13352026-02-24T01:24:32.854Z Compiling clap_builder v4.5.48
13362026-02-24T01:24:32.929Z Compiling tempfile v3.24.0
13372026-02-24T01:24:32.981Z Compiling papergrid v0.11.0
13382026-02-24T01:24:33.309Z Compiling memmap v0.7.0
13392026-02-24T01:24:33.372Z Compiling smawk v0.3.2
13402026-02-24T01:24:33.651Z Compiling unicode-linebreak v0.1.5
13412026-02-24T01:24:33.698Z Compiling unicode-width v0.2.0
13422026-02-24T01:24:33.764Z Compiling camino-tempfile v1.4.1
13432026-02-24T01:24:34.219Z Compiling textwrap v0.16.2
13442026-02-24T01:24:34.587Z Compiling tabled_derive v0.7.0
13452026-02-24T01:24:34.838Z Compiling swrite v0.1.0
13462026-02-24T01:24:35.032Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13472026-02-24T01:24:35.996Z Compiling serde_derive v1.0.228
13482026-02-24T01:24:35.996Z Compiling zerofrom-derive v0.1.4
13492026-02-24T01:24:35.996Z Compiling yoke-derive v0.7.4
13502026-02-24T01:24:35.996Z Compiling thiserror-impl v2.0.18
13512026-02-24T01:24:36.020Z Compiling zerovec-derive v0.10.3
13522026-02-24T01:24:36.368Z Compiling displaydoc v0.2.5
13532026-02-24T01:24:38.037Z Compiling icu_provider_macros v1.5.0
13542026-02-24T01:24:38.422Z Compiling thiserror-impl v1.0.69
13552026-02-24T01:24:38.839Z Compiling zerocopy-derive v0.7.35
13562026-02-24T01:24:39.072Z Compiling scroll_derive v0.12.0
13572026-02-24T01:24:39.521Z Compiling zerofrom v0.1.4
13582026-02-24T01:24:39.545Z Compiling pest v2.8.2
13592026-02-24T01:24:39.835Z Compiling yoke v0.7.4
13602026-02-24T01:24:40.387Z Compiling zerovec v0.10.4
13612026-02-24T01:24:40.599Z Compiling scroll v0.12.0
13622026-02-24T01:24:40.835Z Compiling clap_derive v4.5.47
13632026-02-24T01:24:40.983Z Compiling zerocopy v0.7.35
13642026-02-24T01:24:41.229Z Compiling goblin v0.8.2
13652026-02-24T01:24:41.386Z Compiling tabled v0.15.0
13662026-02-24T01:24:42.245Z Compiling tinystr v0.7.6
13672026-02-24T01:24:42.436Z Compiling icu_collections v1.5.0
13682026-02-24T01:24:42.574Z Compiling icu_locid v1.5.0
13692026-02-24T01:24:42.643Z Compiling pest_meta v2.8.2
13702026-02-24T01:24:43.725Z Compiling icu_provider v1.5.0
13712026-02-24T01:24:44.126Z Compiling pest_generator v2.8.2
13722026-02-24T01:24:44.219Z Compiling serde_spanned v0.6.9
13732026-02-24T01:24:44.439Z Compiling icu_locid_transform v1.5.0
13742026-02-24T01:24:44.463Z Compiling toml_datetime v0.6.11
13752026-02-24T01:24:44.644Z Compiling dof v0.3.0
13762026-02-24T01:24:44.879Z Compiling toml_edit v0.22.27
13772026-02-24T01:24:44.974Z Compiling erased-serde v0.4.6
13782026-02-24T01:24:45.556Z Compiling serde_tokenstream v0.2.2
13792026-02-24T01:24:45.763Z Compiling icu_properties v1.5.1
13802026-02-24T01:24:46.075Z Compiling serde-untagged v0.1.7
13812026-02-24T01:24:46.162Z Compiling serde-value v0.7.0
13822026-02-24T01:24:46.545Z Compiling cargo-platform v0.2.0
13832026-02-24T01:24:46.644Z Compiling pest_derive v2.8.2
13842026-02-24T01:24:46.768Z Compiling clap v4.5.48
13852026-02-24T01:24:46.792Z Compiling macaddr v1.0.1
13862026-02-24T01:24:47.395Z Compiling dtrace-parser v0.2.0
13872026-02-24T01:24:48.286Z Compiling toml v0.8.23
13882026-02-24T01:24:49.110Z Compiling cargo_toml v0.21.0
13892026-02-24T01:24:49.135Z Compiling usdt-macro v0.5.0
13902026-02-24T01:24:49.159Z Compiling usdt-attr-macro v0.5.0
13912026-02-24T01:24:49.237Z Compiling icu_normalizer v1.5.0
13922026-02-24T01:24:50.100Z Compiling idna_adapter v1.2.0
13932026-02-24T01:24:50.231Z Compiling usdt v0.5.0
13942026-02-24T01:24:50.329Z Compiling idna v1.0.3
13952026-02-24T01:24:50.884Z Compiling url v2.5.4
13962026-02-24T01:24:51.687Z Compiling cargo-util-schemas v0.8.2
13972026-02-24T01:24:53.754Z Compiling cargo_metadata v0.21.0
13982026-02-24T01:24:55.927Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13992026-02-24T01:25:00.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.90s
14002026-02-24T01:25:00.544Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
14012026-02-24T01:25:02.499Z Compiling value-bag v1.12.0
14022026-02-24T01:25:02.499Z Compiling lock_api v0.4.12
14032026-02-24T01:25:02.499Z Compiling scopeguard v1.2.0
14042026-02-24T01:25:02.524Z Compiling shlex v1.3.0
14052026-02-24T01:25:02.524Z Compiling find-msvc-tools v0.1.9
14062026-02-24T01:25:02.524Z Compiling syn v2.0.114
14072026-02-24T01:25:02.524Z Compiling getrandom v0.2.15
14082026-02-24T01:25:02.524Z Compiling jobserver v0.1.32
14092026-02-24T01:25:02.809Z Compiling smallvec v1.15.1
14102026-02-24T01:25:02.948Z Compiling typenum v1.17.0
14112026-02-24T01:25:03.086Z Compiling log v0.4.29
14122026-02-24T01:25:03.113Z Compiling cc v1.2.56
14132026-02-24T01:25:03.187Z Compiling rand_core v0.6.4
14142026-02-24T01:25:03.269Z Compiling generic-array v0.14.7
14152026-02-24T01:25:03.488Z Compiling subtle v2.6.1
14162026-02-24T01:25:03.515Z Compiling portable-atomic v1.11.0
14172026-02-24T01:25:03.692Z Compiling critical-section v1.1.3
14182026-02-24T01:25:03.775Z Compiling const-oid v0.9.6
14192026-02-24T01:25:03.911Z Compiling getrandom v0.3.4
14202026-02-24T01:25:03.911Z Compiling serde_json v1.0.149
14212026-02-24T01:25:03.911Z Compiling pkg-config v0.3.31
14222026-02-24T01:25:04.356Z Compiling spin v0.9.8
14232026-02-24T01:25:04.748Z Compiling regex-syntax v0.8.5
14242026-02-24T01:25:05.169Z Compiling pin-project-lite v0.2.14
14252026-02-24T01:25:05.262Z Compiling parking_lot_core v0.9.10
14262026-02-24T01:25:05.656Z Compiling once_cell v1.21.3
14272026-02-24T01:25:05.706Z Compiling rustix v0.38.37
14282026-02-24T01:25:05.767Z Compiling libm v0.2.8
14292026-02-24T01:25:06.064Z Compiling signal-hook-registry v1.4.2
14302026-02-24T01:25:06.145Z Compiling num-traits v0.2.19
14312026-02-24T01:25:06.503Z Compiling allocator-api2 v0.2.21
14322026-02-24T01:25:06.588Z Compiling parking_lot v0.12.3
14332026-02-24T01:25:06.864Z Compiling mio v1.0.2
14342026-02-24T01:25:07.053Z Compiling futures-core v0.3.31
14352026-02-24T01:25:07.287Z Compiling lazy_static v1.5.0
14362026-02-24T01:25:07.392Z Compiling aho-corasick v1.1.3
14372026-02-24T01:25:07.420Z Compiling percent-encoding v2.3.2
14382026-02-24T01:25:07.455Z Compiling socket2 v0.6.1
14392026-02-24T01:25:07.815Z Compiling slab v0.4.9
14402026-02-24T01:25:08.164Z Compiling cpufeatures v0.2.14
14412026-02-24T01:25:08.316Z Compiling futures-sink v0.3.31
14422026-02-24T01:25:08.340Z Compiling either v1.15.0
14432026-02-24T01:25:08.375Z Compiling glob v0.3.2
14442026-02-24T01:25:08.517Z Compiling futures-channel v0.3.31
14452026-02-24T01:25:08.713Z Compiling hashbrown v0.16.1
14462026-02-24T01:25:08.776Z Compiling prettyplease v0.2.36
14472026-02-24T01:25:08.969Z Compiling rustversion v1.0.22
14482026-02-24T01:25:09.117Z Compiling futures-io v0.3.31
14492026-02-24T01:25:09.333Z Compiling clang-sys v1.8.1
14502026-02-24T01:25:09.420Z Compiling pin-utils v0.1.0
14512026-02-24T01:25:09.547Z Compiling regex-automata v0.4.11
14522026-02-24T01:25:09.672Z Compiling futures-task v0.3.31
14532026-02-24T01:25:09.984Z Compiling minimal-lexical v0.2.1
14542026-02-24T01:25:10.036Z Compiling indexmap v2.13.0
14552026-02-24T01:25:10.097Z Compiling libloading v0.8.5
14562026-02-24T01:25:10.538Z Compiling synstructure v0.13.1
14572026-02-24T01:25:10.569Z Compiling nom v7.1.3
14582026-02-24T01:25:10.970Z Compiling bindgen v0.69.5
14592026-02-24T01:25:11.271Z Compiling ident_case v1.0.1
14602026-02-24T01:25:11.480Z Compiling base64ct v1.6.0
14612026-02-24T01:25:11.761Z Compiling home v0.5.9
14622026-02-24T01:25:12.058Z Compiling pem-rfc7468 v0.7.0
14632026-02-24T01:25:12.085Z Compiling itertools v0.12.1
14642026-02-24T01:25:12.200Z Compiling form_urlencoded v1.2.2
14652026-02-24T01:25:12.593Z Compiling lazycell v1.3.0
14662026-02-24T01:25:12.821Z Compiling flagset v0.4.6
14672026-02-24T01:25:12.851Z Compiling rustc-hash v1.1.0
14682026-02-24T01:25:13.035Z Compiling rand_core v0.9.3
14692026-02-24T01:25:13.092Z Compiling cmake v0.1.51
14702026-02-24T01:25:13.630Z Compiling cexpr v0.6.0
14712026-02-24T01:25:13.957Z Compiling foldhash v0.1.5
14722026-02-24T01:25:13.981Z Compiling fs_extra v1.3.0
14732026-02-24T01:25:14.312Z Compiling paste v1.0.15
14742026-02-24T01:25:14.550Z Compiling iana-time-zone v0.1.63
14752026-02-24T01:25:14.742Z Compiling dunce v1.0.5
14762026-02-24T01:25:14.890Z Compiling hashbrown v0.15.4
14772026-02-24T01:25:14.914Z Compiling rustc_version v0.4.1
14782026-02-24T01:25:14.941Z Compiling uuid v1.19.0
14792026-02-24T01:25:15.090Z Compiling zerocopy v0.8.27
14802026-02-24T01:25:15.139Z Compiling vcpkg v0.2.15
14812026-02-24T01:25:15.505Z Compiling serde_derive v1.0.228
14822026-02-24T01:25:15.668Z Compiling zeroize_derive v1.4.2
14832026-02-24T01:25:15.943Z Compiling zerofrom-derive v0.1.4
14842026-02-24T01:25:16.206Z Compiling yoke-derive v0.7.4
14852026-02-24T01:25:16.633Z Compiling zerovec-derive v0.10.3
14862026-02-24T01:25:17.033Z Compiling displaydoc v0.2.5
14872026-02-24T01:25:17.151Z Compiling zeroize v1.8.1
14882026-02-24T01:25:18.802Z Compiling icu_provider_macros v1.5.0
14892026-02-24T01:25:18.991Z Compiling zerocopy-derive v0.7.35
14902026-02-24T01:25:19.082Z Compiling crypto-common v0.1.6
14912026-02-24T01:25:19.144Z Compiling block-buffer v0.10.4
14922026-02-24T01:25:19.348Z Compiling tokio-macros v2.6.0
14932026-02-24T01:25:19.461Z Compiling digest v0.10.7
14942026-02-24T01:25:19.485Z Compiling zerofrom v0.1.4
14952026-02-24T01:25:19.723Z Compiling yoke v0.7.4
14962026-02-24T01:25:19.872Z Compiling thiserror-impl v2.0.18
14972026-02-24T01:25:20.003Z Compiling hmac v0.12.1
14982026-02-24T01:25:20.165Z Compiling zerovec v0.10.4
14992026-02-24T01:25:20.383Z Compiling block-padding v0.3.3
15002026-02-24T01:25:20.667Z Compiling futures-macro v0.3.31
15012026-02-24T01:25:20.701Z Compiling inout v0.1.3
15022026-02-24T01:25:21.018Z Compiling zerocopy v0.7.35
15032026-02-24T01:25:21.042Z Compiling regex v1.11.3
15042026-02-24T01:25:21.092Z Compiling cipher v0.4.4
15052026-02-24T01:25:21.758Z Compiling sha2 v0.10.9
15062026-02-24T01:25:22.108Z Compiling tinystr v0.7.6
15072026-02-24T01:25:22.243Z Compiling icu_collections v1.5.0
15082026-02-24T01:25:22.429Z Compiling ppv-lite86 v0.2.20
15092026-02-24T01:25:22.495Z Compiling icu_locid v1.5.0
15102026-02-24T01:25:22.547Z Compiling der_derive v0.7.3
15112026-02-24T01:25:22.631Z Compiling futures-util v0.3.31
15122026-02-24T01:25:23.027Z Compiling serde v1.0.228
15132026-02-24T01:25:23.166Z Compiling thiserror v2.0.18
15142026-02-24T01:25:23.267Z Compiling salsa20 v0.10.2
15152026-02-24T01:25:23.357Z Compiling pest v2.8.2
15162026-02-24T01:25:23.534Z Compiling pbkdf2 v0.12.2
15172026-02-24T01:25:23.581Z Compiling rand_chacha v0.9.0
15182026-02-24T01:25:23.773Z Compiling icu_provider v1.5.0
15192026-02-24T01:25:24.507Z Compiling bitflags v2.9.4
15202026-02-24T01:25:24.563Z Compiling bytes v1.11.1
15212026-02-24T01:25:24.739Z Compiling icu_locid_transform v1.5.0
15222026-02-24T01:25:24.775Z Compiling der v0.7.10
15232026-02-24T01:25:25.118Z Compiling chrono v0.4.43
15242026-02-24T01:25:25.216Z Compiling scrypt v0.11.0
15252026-02-24T01:25:25.792Z Compiling cbc v0.1.2
15262026-02-24T01:25:26.075Z Compiling tokio v1.49.0
15272026-02-24T01:25:26.128Z Compiling http v1.4.0
15282026-02-24T01:25:26.848Z Compiling icu_properties v1.5.1
15292026-02-24T01:25:27.358Z Compiling spki v0.7.3
15302026-02-24T01:25:27.821Z Compiling pest_meta v2.8.2
15312026-02-24T01:25:28.006Z Compiling aes v0.8.4
15322026-02-24T01:25:28.469Z Compiling openssl-sys v0.9.109
15332026-02-24T01:25:28.677Z Compiling zerocopy-derive v0.8.27
15342026-02-24T01:25:29.534Z Compiling which v4.4.2
15352026-02-24T01:25:29.840Z Compiling pest_generator v2.8.2
15362026-02-24T01:25:30.146Z Compiling pkcs5 v0.7.1
15372026-02-24T01:25:30.680Z Compiling rand v0.9.2
15382026-02-24T01:25:31.323Z Compiling icu_normalizer v1.5.0
15392026-02-24T01:25:31.771Z Compiling tracing-attributes v0.1.27
15402026-02-24T01:25:31.857Z Compiling serde_derive_internals v0.29.1
15412026-02-24T01:25:32.497Z Compiling idna_adapter v1.2.0
15422026-02-24T01:25:32.677Z Compiling ring v0.17.14
15432026-02-24T01:25:32.785Z Compiling idna v1.0.3
15442026-02-24T01:25:33.139Z Compiling tracing-core v0.1.32
15452026-02-24T01:25:33.763Z Compiling url v2.5.4
15462026-02-24T01:25:34.032Z Compiling rustix v1.1.3
15472026-02-24T01:25:34.252Z Compiling adler2 v2.0.0
15482026-02-24T01:25:34.414Z Compiling schemars v0.8.22
15492026-02-24T01:25:34.512Z Compiling aws-lc-rs v1.12.4
15502026-02-24T01:25:34.865Z Compiling miniz_oxide v0.8.5
15512026-02-24T01:25:34.892Z Compiling tracing v0.1.40
15522026-02-24T01:25:35.041Z Compiling schemars_derive v0.8.22
15532026-02-24T01:25:35.534Z Compiling pest_derive v2.8.2
15542026-02-24T01:25:35.578Z Compiling pkcs8 v0.10.2
15552026-02-24T01:25:35.668Z Compiling http-body v1.0.1
15562026-02-24T01:25:35.987Z Compiling scroll_derive v0.13.1
15572026-02-24T01:25:36.323Z Compiling tokio-util v0.7.15
15582026-02-24T01:25:36.561Z Compiling darling_core v0.20.10
15592026-02-24T01:25:36.645Z Compiling dyn-clone v1.0.20
15602026-02-24T01:25:36.942Z Compiling base64 v0.22.1
15612026-02-24T01:25:37.724Z Compiling rustls-pki-types v1.10.0
15622026-02-24T01:25:37.911Z Compiling tinyvec_macros v0.1.1
15632026-02-24T01:25:38.030Z Compiling httparse v1.9.5
15642026-02-24T01:25:38.723Z Compiling tinyvec v1.8.0
15652026-02-24T01:25:38.787Z Compiling scroll v0.13.0
15662026-02-24T01:25:39.401Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15672026-02-24T01:25:40.217Z Compiling bzip2-sys v0.1.13+1.0.8
15682026-02-24T01:25:40.242Z Compiling tower-layer v0.3.3
15692026-02-24T01:25:40.647Z Compiling openssl-probe v0.1.5
15702026-02-24T01:25:40.781Z Compiling foreign-types-shared v0.1.1
15712026-02-24T01:25:40.936Z Compiling untrusted v0.7.1
15722026-02-24T01:25:41.005Z Compiling time-core v0.1.6
15732026-02-24T01:25:41.171Z Compiling untrusted v0.9.0
15742026-02-24T01:25:41.286Z Compiling atomic-waker v1.1.2
15752026-02-24T01:25:41.382Z Compiling try-lock v0.2.5
15762026-02-24T01:25:41.462Z Compiling powerfmt v0.2.0
15772026-02-24T01:25:41.546Z Compiling openssl v0.10.73
15782026-02-24T01:25:41.572Z Compiling num-conv v0.1.0
15792026-02-24T01:25:41.626Z Compiling tower-service v0.3.3
15802026-02-24T01:25:41.679Z Compiling want v0.3.1
15812026-02-24T01:25:41.879Z Compiling deranged v0.5.3
15822026-02-24T01:25:41.903Z Compiling h2 v0.4.6
15832026-02-24T01:25:41.963Z Compiling time-macros v0.2.24
15842026-02-24T01:25:42.095Z Compiling tempfile v3.24.0
15852026-02-24T01:25:42.121Z Compiling foreign-types v0.3.2
15862026-02-24T01:25:42.796Z Compiling darling_macro v0.20.10
15872026-02-24T01:25:43.692Z Compiling darling v0.20.10
15882026-02-24T01:25:43.716Z Compiling goblin v0.10.2
15892026-02-24T01:25:44.646Z Compiling ipnet v2.11.0
15902026-02-24T01:25:44.712Z Compiling openssl-macros v0.1.1
15912026-02-24T01:25:45.502Z Compiling wait-timeout v0.2.0
15922026-02-24T01:25:45.915Z Compiling usdt-impl v0.6.0
15932026-02-24T01:25:45.940Z Compiling bit-vec v0.8.0
15942026-02-24T01:25:46.084Z Compiling native-tls v0.2.12
15952026-02-24T01:25:46.363Z Compiling quick-error v1.2.3
15962026-02-24T01:25:46.477Z Compiling rustls v0.23.19
15972026-02-24T01:25:46.503Z Compiling httpdate v1.0.3
15982026-02-24T01:25:46.537Z Compiling gimli v0.31.1
15992026-02-24T01:25:46.569Z Compiling num_threads v0.1.7
16002026-02-24T01:25:46.757Z Compiling crossbeam-utils v0.8.21
16012026-02-24T01:25:46.781Z Compiling syn v1.0.109
16022026-02-24T01:25:46.997Z Compiling time v0.3.43
16032026-02-24T01:25:47.374Z Compiling rusty-fork v0.3.0
16042026-02-24T01:25:47.598Z Compiling bit-set v0.8.0
16052026-02-24T01:25:48.193Z Compiling derive_builder_core v0.20.2
16062026-02-24T01:25:50.429Z Compiling hyper v1.8.1
16072026-02-24T01:25:51.278Z Compiling unicode-normalization v0.1.24
16082026-02-24T01:25:52.334Z Compiling addr2line v0.24.2
16092026-02-24T01:25:52.469Z Compiling dof v0.4.0
16102026-02-24T01:25:52.608Z Compiling dtrace-parser v0.3.0
16112026-02-24T01:25:53.306Z Compiling signature v2.2.0
16122026-02-24T01:25:53.637Z Compiling heapless v0.7.17
16132026-02-24T01:25:54.128Z Compiling scroll_derive v0.12.0
16142026-02-24T01:25:54.676Z Compiling thiserror-impl v1.0.69
16152026-02-24T01:25:54.715Z Compiling rand_xorshift v0.4.0
16162026-02-24T01:25:54.848Z Compiling darling_core v0.21.0
16172026-02-24T01:25:55.075Z Compiling slog v2.8.2
16182026-02-24T01:25:55.460Z Compiling thread-id v5.0.0
16192026-02-24T01:25:55.598Z Compiling cookie v0.18.1
16202026-02-24T01:25:55.622Z Compiling object v0.36.5
16212026-02-24T01:25:56.019Z Compiling crc32fast v1.4.2
16222026-02-24T01:25:56.051Z Compiling signal-hook v0.3.18
16232026-02-24T01:25:56.347Z Compiling siphasher v0.3.11
16242026-02-24T01:25:56.462Z Compiling zlib-rs v0.5.1
16252026-02-24T01:25:56.487Z Compiling unicode-bidi v0.3.17
16262026-02-24T01:25:56.809Z Compiling unarray v0.1.4
16272026-02-24T01:25:57.024Z Compiling zstd-safe v7.2.3
16282026-02-24T01:25:57.371Z Compiling anyhow v1.0.99
16292026-02-24T01:25:58.064Z Compiling rustc-demangle v0.1.24
16302026-02-24T01:25:58.099Z Compiling unicode-properties v0.1.3
16312026-02-24T01:25:58.184Z Compiling thiserror v1.0.69
16322026-02-24T01:25:58.596Z Compiling stringprep v0.1.5
16332026-02-24T01:25:58.641Z Compiling proptest v1.7.0
16342026-02-24T01:25:58.904Z Compiling phf_shared v0.11.2
16352026-02-24T01:25:59.433Z Compiling scroll v0.12.0
16362026-02-24T01:26:00.231Z Compiling hyper-util v0.1.19
16372026-02-24T01:26:00.521Z Compiling derive_builder_macro v0.20.2
16382026-02-24T01:26:02.597Z Compiling darling_macro v0.21.0
16392026-02-24T01:26:02.624Z Compiling ipnetwork v0.21.1
16402026-02-24T01:26:03.460Z Compiling backtrace v0.3.74
16412026-02-24T01:26:03.536Z Compiling serde_spanned v0.6.9
16422026-02-24T01:26:03.813Z Compiling toml_datetime v0.6.11
16432026-02-24T01:26:03.901Z Compiling erased-serde v0.3.31
16442026-02-24T01:26:04.379Z Compiling libz-rs-sys v0.5.1
16452026-02-24T01:26:04.668Z Compiling serde_tokenstream v0.2.2
16462026-02-24T01:26:04.781Z Compiling rand_chacha v0.3.1
16472026-02-24T01:26:04.887Z Compiling md-5 v0.10.6
16482026-02-24T01:26:05.142Z Compiling curve25519-dalek v4.1.3
16492026-02-24T01:26:05.313Z Compiling vergen-lib v0.1.6
16502026-02-24T01:26:05.461Z Compiling num-integer v0.1.46
16512026-02-24T01:26:05.727Z Compiling sync_wrapper v1.0.1
16522026-02-24T01:26:05.934Z Compiling hash32 v0.2.1
16532026-02-24T01:26:05.958Z Compiling ff v0.13.0
16542026-02-24T01:26:06.252Z Compiling memoffset v0.9.1
16552026-02-24T01:26:06.276Z Compiling smoltcp v0.9.1
16562026-02-24T01:26:06.357Z Compiling cfg_aliases v0.2.1
16572026-02-24T01:26:06.418Z Compiling base16ct v0.2.0
16582026-02-24T01:26:06.490Z Compiling fallible-iterator v0.2.0
16592026-02-24T01:26:06.625Z Compiling num-bigint-dig v0.8.6
16602026-02-24T01:26:06.767Z Compiling litrs v0.4.1
16612026-02-24T01:26:06.920Z Compiling psl-types v2.0.11
16622026-02-24T01:26:06.950Z Compiling ref-cast v1.0.25
16632026-02-24T01:26:07.109Z Compiling sec1 v0.7.3
16642026-02-24T01:26:07.160Z Compiling publicsuffix v2.3.0
16652026-02-24T01:26:07.268Z Compiling postgres-protocol v0.6.8
16662026-02-24T01:26:07.650Z Compiling nix v0.29.0
16672026-02-24T01:26:07.700Z Compiling group v0.13.0
16682026-02-24T01:26:08.003Z Compiling document-features v0.2.11
16692026-02-24T01:26:08.053Z Compiling num-iter v0.1.45
16702026-02-24T01:26:08.439Z Compiling tower v0.5.2
16712026-02-24T01:26:08.505Z Compiling rand v0.8.5
16722026-02-24T01:26:08.538Z Compiling newtype-uuid v1.3.2
16732026-02-24T01:26:09.204Z Compiling flate2 v1.1.2
16742026-02-24T01:26:09.559Z Compiling darling v0.21.0
16752026-02-24T01:26:09.723Z Compiling oxnet v0.1.4
16762026-02-24T01:26:09.866Z Compiling derive_builder v0.20.2
16772026-02-24T01:26:10.071Z Compiling tokio-native-tls v0.3.1
16782026-02-24T01:26:10.114Z Compiling goblin v0.8.2
16792026-02-24T01:26:10.705Z Compiling rustls-native-certs v0.8.1
16802026-02-24T01:26:11.179Z Compiling webpki-roots v1.0.1
16812026-02-24T01:26:11.304Z Compiling http-body-util v0.1.3
16822026-02-24T01:26:11.403Z Compiling strum_macros v0.27.2
16832026-02-24T01:26:11.461Z Compiling terminal_size v0.4.0
16842026-02-24T01:26:11.485Z Compiling cargo-platform v0.1.8
16852026-02-24T01:26:11.785Z Compiling hkdf v0.12.4
16862026-02-24T01:26:11.861Z Compiling crypto-bigint v0.5.5
16872026-02-24T01:26:12.059Z Compiling async-trait v0.1.89
16882026-02-24T01:26:12.127Z Compiling ref-cast-impl v1.0.25
16892026-02-24T01:26:13.338Z Compiling daft-derive v0.1.4
16902026-02-24T01:26:13.379Z Compiling hubpack_derive v0.1.1
16912026-02-24T01:26:14.369Z Compiling curve25519-dalek-derive v0.1.1
16922026-02-24T01:26:14.585Z Compiling vergen v9.0.6
16932026-02-24T01:26:14.923Z Compiling ahash v0.8.12
16942026-02-24T01:26:14.947Z Compiling fs-err v3.1.1
16952026-02-24T01:26:15.294Z Compiling lockfree-object-pool v0.1.6
16962026-02-24T01:26:15.335Z Compiling iri-string v0.7.8
16972026-02-24T01:26:15.615Z Compiling managed v0.8.0
16982026-02-24T01:26:15.795Z Compiling buf-list v1.0.3
16992026-02-24T01:26:16.099Z Compiling bitflags v1.3.2
17002026-02-24T01:26:16.193Z Compiling winnow v0.5.40
17012026-02-24T01:26:16.248Z Compiling unicode-segmentation v1.12.0
17022026-02-24T01:26:16.405Z Compiling ryu v1.0.18
17032026-02-24T01:26:16.776Z Compiling simd-adler32 v0.3.7
17042026-02-24T01:26:17.183Z Compiling bumpalo v3.16.0
17052026-02-24T01:26:17.355Z Compiling serde_urlencoded v0.7.1
17062026-02-24T01:26:17.700Z Compiling zopfli v0.8.1
17072026-02-24T01:26:17.921Z Compiling dof v0.3.0
17082026-02-24T01:26:19.220Z Compiling tower-http v0.6.6
17092026-02-24T01:26:19.321Z Compiling strum v0.27.2
17102026-02-24T01:26:19.755Z Compiling toml_edit v0.19.15
17112026-02-24T01:26:19.797Z Compiling elliptic-curve v0.13.8
17122026-02-24T01:26:20.026Z Compiling clap_builder v4.5.48
17132026-02-24T01:26:20.300Z Compiling daft v0.1.4
17142026-02-24T01:26:20.520Z Compiling hubpack v0.1.2
17152026-02-24T01:26:20.975Z Compiling cargo_metadata v0.19.2
17162026-02-24T01:26:20.999Z Compiling hyper-tls v0.6.0
17172026-02-24T01:26:20.999Z Compiling zstd v0.13.3
17182026-02-24T01:26:21.464Z Compiling signal-hook-mio v0.2.4
17192026-02-24T01:26:21.666Z Compiling cookie_store v0.21.1
17202026-02-24T01:26:24.064Z Compiling serde_with_macros v3.16.1
17212026-02-24T01:26:24.655Z Compiling postgres-types v0.2.9
17222026-02-24T01:26:26.096Z Compiling usdt-macro v0.6.0
17232026-02-24T01:26:26.133Z Compiling usdt-attr-macro v0.6.0
17242026-02-24T01:26:26.546Z Compiling phf v0.11.2
17252026-02-24T01:26:26.844Z Compiling dtrace-parser v0.2.0
17262026-02-24T01:26:26.905Z Compiling ed25519 v2.2.3
17272026-02-24T01:26:27.552Z Compiling bzip2 v0.5.2
17282026-02-24T01:26:27.763Z Compiling bzip2 v0.4.4
17292026-02-24T01:26:27.800Z Compiling pkcs1 v0.7.5
17302026-02-24T01:26:27.981Z Compiling strum_macros v0.26.4
17312026-02-24T01:26:28.201Z Compiling clap_derive v4.5.47
17322026-02-24T01:26:28.227Z Compiling enum-as-inner v0.6.1
17332026-02-24T01:26:28.695Z Compiling hex v0.4.3
17342026-02-24T01:26:28.724Z Compiling serde-big-array v0.5.1
17352026-02-24T01:26:29.001Z Compiling rfc6979 v0.4.0
17362026-02-24T01:26:29.078Z Compiling serde_repr v0.1.19
17372026-02-24T01:26:29.244Z Compiling bstr v1.10.0
17382026-02-24T01:26:29.282Z Compiling float-cmp v0.10.0
17392026-02-24T01:26:29.310Z Compiling env_filter v0.1.2
17402026-02-24T01:26:29.561Z Compiling socket2 v0.5.10
17412026-02-24T01:26:29.959Z Compiling memmap2 v0.9.8
17422026-02-24T01:26:30.216Z Compiling encoding_rs v0.8.34
17432026-02-24T01:26:30.525Z Compiling jiff v0.2.15
17442026-02-24T01:26:30.558Z Compiling fixedbitset v0.4.2
17452026-02-24T01:26:30.841Z Compiling predicates-core v1.0.8
17462026-02-24T01:26:31.021Z Compiling fixedbitset v0.5.7
17472026-02-24T01:26:31.206Z Compiling rustc-hash v2.1.1
17482026-02-24T01:26:31.468Z Compiling data-encoding v2.9.0
17492026-02-24T01:26:31.810Z Compiling normalize-line-endings v0.3.0
17502026-02-24T01:26:32.000Z Compiling mime v0.3.17
17512026-02-24T01:26:32.323Z Compiling difflib v0.4.0
17522026-02-24T01:26:32.631Z Compiling whoami v1.5.2
17532026-02-24T01:26:32.656Z Compiling new_debug_unreachable v1.0.6
17542026-02-24T01:26:32.784Z Compiling precomputed-hash v0.1.1
17552026-02-24T01:26:32.953Z Compiling keccak v0.1.5
17562026-02-24T01:26:33.232Z Compiling static_assertions v1.1.0
17572026-02-24T01:26:33.351Z Compiling foldhash v0.2.0
17582026-02-24T01:26:33.375Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17592026-02-24T01:26:33.705Z Compiling iddqd v0.3.16
17602026-02-24T01:26:33.794Z Compiling sha3 v0.10.8
17612026-02-24T01:26:33.994Z Compiling toml_edit v0.22.27
17622026-02-24T01:26:34.832Z Compiling tokio-postgres v0.7.13
17632026-02-24T01:26:34.866Z Compiling string_cache v0.8.9
17642026-02-24T01:26:34.978Z Compiling predicates v3.1.3
17652026-02-24T01:26:35.359Z Compiling clap v4.5.48
17662026-02-24T01:26:35.510Z Compiling strum v0.26.3
17672026-02-24T01:26:35.726Z Compiling hickory-proto v0.25.2
17682026-02-24T01:26:36.468Z Compiling petgraph v0.8.2
17692026-02-24T01:26:36.525Z Compiling petgraph v0.6.5
17702026-02-24T01:26:40.470Z Compiling zip v4.2.0
17712026-02-24T01:26:40.513Z Compiling usdt v0.6.0
17722026-02-24T01:26:40.537Z Compiling similar v2.7.0
17732026-02-24T01:26:41.012Z Compiling env_logger v0.11.8
17742026-02-24T01:26:41.291Z Compiling usdt-impl v0.5.0
17752026-02-24T01:26:41.514Z Compiling ecdsa v0.16.9
17762026-02-24T01:26:41.855Z Compiling serde_with v3.16.1
17772026-02-24T01:26:42.408Z Compiling rsa v0.9.8
17782026-02-24T01:26:42.589Z Compiling zip v0.6.6
17792026-02-24T01:26:42.615Z Compiling ed25519-dalek v2.1.1
17802026-02-24T01:26:43.715Z Compiling toml v0.7.8
17812026-02-24T01:26:43.894Z Compiling crossterm v0.28.1
17822026-02-24T01:26:45.066Z Compiling heck v0.4.1
17832026-02-24T01:26:45.191Z Compiling crossbeam-epoch v0.9.18
17842026-02-24T01:26:45.555Z Compiling tokio-stream v0.1.17
17852026-02-24T01:26:45.579Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17862026-02-24T01:26:45.938Z Compiling x509-cert v0.2.5
17872026-02-24T01:26:46.065Z Compiling openapiv3 v2.2.0
17882026-02-24T01:26:46.312Z Compiling sha1 v0.10.6
17892026-02-24T01:26:46.586Z Compiling itertools v0.13.0
17902026-02-24T01:26:46.789Z Compiling itertools v0.10.5
17912026-02-24T01:26:47.423Z Compiling winnow v0.6.26
17922026-02-24T01:26:47.752Z Compiling peg-runtime v0.8.5
17932026-02-24T01:26:48.422Z Compiling lalrpop-util v0.19.12
17942026-02-24T01:26:48.815Z Compiling thread_local v1.1.8
17952026-02-24T01:26:49.329Z Compiling slog-async v2.8.0
17962026-02-24T01:26:49.409Z Compiling crossbeam-channel v0.5.15
17972026-02-24T01:26:49.641Z Compiling xattr v1.3.1
17982026-02-24T01:26:49.926Z Compiling futures-executor v0.3.31
17992026-02-24T01:26:49.950Z Compiling filetime v0.2.26
18002026-02-24T01:26:50.066Z Compiling is-terminal v0.4.13
18012026-02-24T01:26:50.137Z Compiling take_mut v0.2.2
18022026-02-24T01:26:50.223Z Compiling term v1.1.0
18032026-02-24T01:26:50.264Z Compiling futures v0.3.31
18042026-02-24T01:26:50.318Z Compiling tar v0.4.44
18052026-02-24T01:26:50.872Z Compiling slog-term v2.9.2
18062026-02-24T01:26:54.421Z Compiling aws-lc-sys v0.26.0
18072026-02-24T01:27:31.229Z Compiling rustls-webpki v0.102.8
18082026-02-24T01:27:37.618Z Compiling tokio-rustls v0.26.0
18092026-02-24T01:27:38.007Z Compiling hyper-rustls v0.27.7
18102026-02-24T01:27:38.408Z Compiling reqwest v0.12.24
18112026-02-24T01:27:43.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-02-24T01:27:44.144Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-02-24T01:27:50.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
18142026-02-24T01:27:50.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18152026-02-24T01:27:50.833ZFeb 24 01:27:50.712 INFO Starting download, target: Clickhouse
18162026-02-24T01:27:50.833ZFeb 24 01:27:50.713 INFO Starting download, target: Cockroach
18172026-02-24T01:27:50.857ZFeb 24 01:27:50.713 INFO Starting download, target: Console
18182026-02-24T01:27:50.857ZFeb 24 01:27:50.713 INFO Starting download, target: DendriteStub
18192026-02-24T01:27:50.857ZFeb 24 01:27:50.713 INFO Starting download, target: TransceiverControl
18202026-02-24T01:27:50.857ZFeb 24 01:27:50.713 INFO Starting download, target: MaghemiteMgd
18212026-02-24T01:27:50.858ZFeb 24 01:27:50.714 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-02-24T01:27:50.858ZFeb 24 01:27:50.714 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-02-24T01:27:50.858ZFeb 24 01:27:50.714 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-02-24T01:27:50.858ZFeb 24 01:27:50.714 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18252026-02-24T01:27:50.858ZFeb 24 01:27:50.714 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18262026-02-24T01:27:50.858ZFeb 24 01:27:50.714 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18272026-02-24T01:27:51.321ZFeb 24 01:27:51.204 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-02-24T01:27:51.780ZFeb 24 01:27:51.660 INFO Download complete, target: Console
18292026-02-24T01:27:52.392ZFeb 24 01:27:52.245 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18302026-02-24T01:27:52.872ZFeb 24 01:27:52.763 INFO Download complete, target: TransceiverControl
18312026-02-24T01:27:54.855ZFeb 24 01:27:54.741 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-02-24T01:27:58.971ZFeb 24 01:27:58.862 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18332026-02-24T01:27:58.971ZFeb 24 01:27:58.862 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18342026-02-24T01:28:00.654ZFeb 24 01:28:00.547 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18352026-02-24T01:28:01.192ZFeb 24 01:28:01.085 INFO Download complete, target: DendriteStub
18362026-02-24T01:28:06.560ZFeb 24 01:28:06.454 INFO Download complete, target: MaghemiteMgd
18372026-02-24T01:28:11.269ZFeb 24 01:28:11.163 INFO Checking that binary works, target: Cockroach
18382026-02-24T01:28:11.570ZFeb 24 01:28:11.464 INFO Download complete, target: Cockroach
18392026-02-24T01:28:12.266ZFeb 24 01:28:12.160 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18402026-02-24T01:28:27.279ZFeb 24 01:28:27.172 INFO Checking that binary works, target: Clickhouse
18412026-02-24T01:28:27.467ZFeb 24 01:28:27.361 INFO Download complete, target: Clickhouse
18422026-02-24T01:28:27.491ZAll prerequisites installed successfully
18432026-02-24T01:28:27.491Z
18442026-02-24T01:28:27.491Zreal 6:42.423945893
18452026-02-24T01:28:27.491Zuser 20:30.712727849
18462026-02-24T01:28:27.491Zsys 3:04.793850175
18472026-02-24T01:28:27.491Ztrap 0.883889015
18482026-02-24T01:28:27.491Ztflt 0.485839939
18492026-02-24T01:28:27.491Zdflt 1.076115623
18502026-02-24T01:28:27.491Zkflt 0.010712893
18512026-02-24T01:28:27.491Zlock 56:02.860820234
18522026-02-24T01:28:27.491Zslp 1:14:39.030375451
18532026-02-24T01:28:27.491Zlat 1:28.010538989
18542026-02-24T01:28:27.491Zstop 3:07.233354103
18552026-02-24T01:28:27.491Z+ source ./tools/include/force-git-over-https.sh
18562026-02-24T01:28:27.491Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18572026-02-24T01:28:27.491Z++ (( i = 0 ))
18582026-02-24T01:28:27.491Z++ (( i < 5 ))
18592026-02-24T01:28:27.491Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18602026-02-24T01:28:27.491Z++ (( i++ ))
18612026-02-24T01:28:27.491Z++ (( i < 5 ))
18622026-02-24T01:28:27.491Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18632026-02-24T01:28:27.491Z++ (( i++ ))
18642026-02-24T01:28:27.491Z++ (( i < 5 ))
18652026-02-24T01:28:27.491Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18662026-02-24T01:28:27.516Z++ (( i++ ))
18672026-02-24T01:28:27.516Z++ (( i < 5 ))
18682026-02-24T01:28:27.516Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18692026-02-24T01:28:27.516Z++ (( i++ ))
18702026-02-24T01:28:27.516Z++ (( i < 5 ))
18712026-02-24T01:28:27.516Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18722026-02-24T01:28:27.516Z++ (( i++ ))
18732026-02-24T01:28:27.516Z++ (( i < 5 ))
18742026-02-24T01:28:27.516Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18752026-02-24T01:28:27.516Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18762026-02-24T01:28:27.516Z+ rc=0
18772026-02-24T01:28:27.516Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18782026-02-24T01:29:37.881Z+ case $rc in
18792026-02-24T01:29:37.881Z+ pfexec zfs create -p rpool/images/build/host
18802026-02-24T01:29:37.965Z+ pfexec zfs create -p rpool/images/build/recovery
18812026-02-24T01:29:37.997Z+ cargo xtask releng --output-dir /work --mkincorp
18822026-02-24T01:29:39.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
18832026-02-24T01:29:39.321Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18842026-02-24T01:29:41.272Z Compiling proc-macro2 v1.0.101
18852026-02-24T01:29:41.272Z Compiling unicode-ident v1.0.19
18862026-02-24T01:29:41.272Z Compiling libc v0.2.180
18872026-02-24T01:29:41.296Z Compiling serde_core v1.0.228
18882026-02-24T01:29:41.296Z Compiling serde v1.0.228
18892026-02-24T01:29:41.296Z Compiling autocfg v1.4.0
18902026-02-24T01:29:41.320Z Compiling cfg-if v1.0.4
18912026-02-24T01:29:41.479Z Compiling version_check v0.9.5
18922026-02-24T01:29:41.538Z Compiling memchr v2.7.4
18932026-02-24T01:29:41.604Z Compiling shlex v1.3.0
18942026-02-24T01:29:42.059Z Compiling find-msvc-tools v0.1.9
18952026-02-24T01:29:42.221Z Compiling lock_api v0.4.12
18962026-02-24T01:29:42.561Z Compiling typenum v1.17.0
18972026-02-24T01:29:42.585Z Compiling generic-array v0.14.7
18982026-02-24T01:29:42.853Z Compiling value-bag v1.12.0
18992026-02-24T01:29:42.945Z Compiling getrandom v0.3.4
19002026-02-24T01:29:43.517Z Compiling quote v1.0.40
19012026-02-24T01:29:43.546Z Compiling jobserver v0.1.32
19022026-02-24T01:29:43.623Z Compiling log v0.4.29
19032026-02-24T01:29:43.708Z Compiling portable-atomic v1.11.0
19042026-02-24T01:29:43.880Z Compiling zmij v1.0.15
19052026-02-24T01:29:44.206Z Compiling syn v2.0.114
19062026-02-24T01:29:44.472Z Compiling cc v1.2.56
19072026-02-24T01:29:44.546Z Compiling libm v0.2.8
19082026-02-24T01:29:44.589Z Compiling serde_json v1.0.149
19092026-02-24T01:29:44.708Z Compiling num-traits v0.2.19
19102026-02-24T01:29:44.986Z Compiling scopeguard v1.2.0
19112026-02-24T01:29:45.056Z Compiling smallvec v1.15.1
19122026-02-24T01:29:45.134Z Compiling parking_lot_core v0.9.10
19132026-02-24T01:29:45.537Z Compiling rustix v0.38.37
19142026-02-24T01:29:45.597Z Compiling pkg-config v0.3.31
19152026-02-24T01:29:45.653Z Compiling getrandom v0.2.15
19162026-02-24T01:29:46.144Z Compiling thiserror v2.0.18
19172026-02-24T01:29:46.559Z Compiling regex-syntax v0.8.5
19182026-02-24T01:29:46.601Z Compiling itoa v1.0.11
19192026-02-24T01:29:46.888Z Compiling errno v0.3.12
19202026-02-24T01:29:47.484Z Compiling spin v0.9.8
19212026-02-24T01:29:47.640Z Compiling aho-corasick v1.1.3
19222026-02-24T01:29:47.684Z Compiling slab v0.4.9
19232026-02-24T01:29:47.788Z Compiling stable_deref_trait v1.2.0
19242026-02-24T01:29:47.899Z Compiling subtle v2.6.1
19252026-02-24T01:29:47.959Z Compiling lazy_static v1.5.0
19262026-02-24T01:29:48.127Z Compiling heck v0.5.0
19272026-02-24T01:29:48.205Z Compiling critical-section v1.1.3
19282026-02-24T01:29:48.260Z Compiling semver v1.0.27
19292026-02-24T01:29:48.309Z Compiling rand_core v0.6.4
19302026-02-24T01:29:49.019Z Compiling glob v0.3.2
19312026-02-24T01:29:49.172Z Compiling either v1.15.0
19322026-02-24T01:29:49.623Z Compiling once_cell v1.21.3
19332026-02-24T01:29:49.762Z Compiling clang-sys v1.8.1
19342026-02-24T01:29:50.427Z Compiling regex-automata v0.4.11
19352026-02-24T01:29:50.619Z Compiling prettyplease v0.2.36
19362026-02-24T01:29:51.634Z Compiling schemars v0.8.22
19372026-02-24T01:29:51.695Z Compiling synstructure v0.13.1
19382026-02-24T01:29:51.719Z Compiling minimal-lexical v0.2.1
19392026-02-24T01:29:51.825Z Compiling serde_derive_internals v0.29.1
19402026-02-24T01:29:52.231Z Compiling nom v7.1.3
19412026-02-24T01:29:52.544Z Compiling libloading v0.8.5
19422026-02-24T01:29:52.594Z Compiling bindgen v0.69.5
19432026-02-24T01:29:52.749Z Compiling litemap v0.7.3
19442026-02-24T01:29:52.934Z Compiling writeable v0.5.5
19452026-02-24T01:29:53.122Z Compiling home v0.5.9
19462026-02-24T01:29:53.307Z Compiling paste v1.0.15
19472026-02-24T01:29:54.077Z Compiling itertools v0.12.1
19482026-02-24T01:29:55.294Z Compiling serde_derive v1.0.228
19492026-02-24T01:29:55.541Z Compiling zeroize_derive v1.4.2
19502026-02-24T01:29:56.369Z Compiling zerofrom-derive v0.1.4
19512026-02-24T01:29:56.403Z Compiling yoke-derive v0.7.4
19522026-02-24T01:29:56.707Z Compiling zerovec-derive v0.10.3
19532026-02-24T01:29:56.890Z Compiling displaydoc v0.2.5
19542026-02-24T01:29:58.290Z Compiling icu_provider_macros v1.5.0
19552026-02-24T01:29:58.565Z Compiling zeroize v1.8.1
19562026-02-24T01:29:58.596Z Compiling thiserror-impl v2.0.18
19572026-02-24T01:29:58.942Z Compiling zerocopy-derive v0.7.35
19582026-02-24T01:29:59.076Z Compiling tokio-macros v2.6.0
19592026-02-24T01:29:59.247Z Compiling regex v1.11.3
19602026-02-24T01:29:59.334Z Compiling zerofrom v0.1.4
19612026-02-24T01:29:59.381Z Compiling futures-macro v0.3.31
19622026-02-24T01:29:59.670Z Compiling yoke v0.7.4
19632026-02-24T01:30:00.181Z Compiling zerovec v0.10.4
19642026-02-24T01:30:01.080Z Compiling cexpr v0.6.0
19652026-02-24T01:30:01.165Z Compiling schemars_derive v0.8.22
19662026-02-24T01:30:01.375Z Compiling byteorder v1.5.0
19672026-02-24T01:30:01.994Z Compiling lazycell v1.3.0
19682026-02-24T01:30:02.035Z Compiling rustc-hash v1.1.0
19692026-02-24T01:30:02.098Z Compiling allocator-api2 v0.2.21
19702026-02-24T01:30:02.246Z Compiling percent-encoding v2.3.2
19712026-02-24T01:30:02.547Z Compiling tinystr v0.7.6
19722026-02-24T01:30:02.843Z Compiling bitflags v2.9.4
19732026-02-24T01:30:02.875Z Compiling bytes v1.11.1
19742026-02-24T01:30:03.130Z Compiling icu_locid v1.5.0
19752026-02-24T01:30:03.976Z Compiling cmake v0.1.51
19762026-02-24T01:30:04.160Z Compiling equivalent v1.0.2
19772026-02-24T01:30:04.409Z Compiling dunce v1.0.5
19782026-02-24T01:30:04.507Z Compiling icu_locid_transform_data v1.5.0
19792026-02-24T01:30:04.507Z Compiling fs_extra v1.3.0
19802026-02-24T01:30:04.621Z Compiling icu_provider v1.5.0
19812026-02-24T01:30:05.070Z Compiling icu_collections v1.5.0
19822026-02-24T01:30:05.224Z Compiling icu_properties_data v1.5.0
19832026-02-24T01:30:05.446Z Compiling crypto-common v0.1.6
19842026-02-24T01:30:05.495Z Compiling write16 v1.0.0
19852026-02-24T01:30:05.616Z Compiling icu_locid_transform v1.5.0
19862026-02-24T01:30:05.747Z Compiling utf8_iter v1.0.4
19872026-02-24T01:30:05.822Z Compiling icu_normalizer_data v1.5.0
19882026-02-24T01:30:06.119Z Compiling utf16_iter v1.0.5
19892026-02-24T01:30:06.211Z Compiling pin-project-lite v0.2.14
19902026-02-24T01:30:06.758Z Compiling der_derive v0.7.3
19912026-02-24T01:30:06.908Z Compiling const-oid v0.9.6
19922026-02-24T01:30:06.987Z Compiling rustversion v1.0.22
19932026-02-24T01:30:07.365Z Compiling which v4.4.2
19942026-02-24T01:30:07.593Z Compiling icu_properties v1.5.1
19952026-02-24T01:30:09.043Z Compiling ring v0.17.14
19962026-02-24T01:30:10.981Z Compiling form_urlencoded v1.2.2
19972026-02-24T01:30:11.394Z Compiling fnv v1.0.7
19982026-02-24T01:30:11.611Z Compiling futures-core v0.3.31
19992026-02-24T01:30:11.663Z Compiling vcpkg v0.2.15
20002026-02-24T01:30:11.713Z Compiling aws-lc-rs v1.12.4
20012026-02-24T01:30:12.016Z Compiling icu_normalizer v1.5.0
20022026-02-24T01:30:12.278Z Compiling block-buffer v0.10.4
20032026-02-24T01:30:12.851Z Compiling signal-hook-registry v1.4.2
20042026-02-24T01:30:13.313Z Compiling zerocopy v0.8.27
20052026-02-24T01:30:13.397Z Compiling idna_adapter v1.2.0
20062026-02-24T01:30:13.556Z Compiling openssl-sys v0.9.109
20072026-02-24T01:30:13.714Z Compiling idna v1.0.3
20082026-02-24T01:30:14.386Z Compiling digest v0.10.7
20092026-02-24T01:30:14.529Z Compiling parking_lot v0.12.3
20102026-02-24T01:30:14.789Z Compiling url v2.5.4
20112026-02-24T01:30:15.012Z Compiling hashbrown v0.16.1
20122026-02-24T01:30:16.166Z Compiling tracing-attributes v0.1.27
20132026-02-24T01:30:16.737Z Compiling mio v1.0.2
20142026-02-24T01:30:18.417Z Compiling zerocopy-derive v0.8.27
20152026-02-24T01:30:18.496Z Compiling httparse v1.9.5
20162026-02-24T01:30:18.925Z Compiling rustix v1.1.3
20172026-02-24T01:30:19.054Z Compiling indexmap v2.13.0
20182026-02-24T01:30:19.225Z Compiling socket2 v0.6.1
20192026-02-24T01:30:20.044Z Compiling tokio v1.49.0
20202026-02-24T01:30:20.118Z Compiling aws-lc-sys v0.26.0
20212026-02-24T01:30:20.202Z Compiling foldhash v0.1.5
20222026-02-24T01:30:20.544Z Compiling iana-time-zone v0.1.63
20232026-02-24T01:30:20.594Z Compiling hashbrown v0.15.4
20242026-02-24T01:30:20.967Z Compiling chrono v0.4.43
20252026-02-24T01:30:21.325Z Compiling zerocopy v0.7.35
20262026-02-24T01:30:21.693Z Compiling time-core v0.1.6
20272026-02-24T01:30:22.138Z Compiling num-conv v0.1.0
20282026-02-24T01:30:22.176Z Compiling futures-sink v0.3.31
20292026-02-24T01:30:22.440Z Compiling futures-channel v0.3.31
20302026-02-24T01:30:22.619Z Compiling time-macros v0.2.24
20312026-02-24T01:30:22.796Z Compiling uuid v1.19.0
20322026-02-24T01:30:23.380Z Compiling futures-io v0.3.31
20332026-02-24T01:30:23.569Z Compiling pin-utils v0.1.0
20342026-02-24T01:30:23.719Z Compiling openssl v0.10.73
20352026-02-24T01:30:23.768Z Compiling futures-task v0.3.31
20362026-02-24T01:30:24.192Z Compiling futures-util v0.3.31
20372026-02-24T01:30:25.624Z Compiling cpufeatures v0.2.14
20382026-02-24T01:30:25.751Z Compiling ppv-lite86 v0.2.20
20392026-02-24T01:30:25.793Z Compiling openssl-macros v0.1.1
20402026-02-24T01:30:26.682Z Compiling rustc_version v0.4.1
20412026-02-24T01:30:27.192Z Compiling rustls v0.23.19
20422026-02-24T01:30:27.217Z Compiling strsim v0.11.1
20432026-02-24T01:30:27.535Z Compiling ucd-trie v0.1.7
20442026-02-24T01:30:27.590Z Compiling native-tls v0.2.12
20452026-02-24T01:30:27.858Z Compiling pest v2.8.2
20462026-02-24T01:30:27.889Z Compiling hmac v0.12.1
20472026-02-24T01:30:27.995Z Compiling serde_tokenstream v0.2.2
20482026-02-24T01:30:28.121Z Compiling dyn-clone v1.0.20
20492026-02-24T01:30:29.213Z Compiling block-padding v0.3.3
20502026-02-24T01:30:29.299Z Compiling bzip2-sys v0.1.13+1.0.8
20512026-02-24T01:30:29.498Z Compiling cookie v0.18.1
20522026-02-24T01:30:29.949Z Compiling thiserror v1.0.69
20532026-02-24T01:30:29.985Z Compiling ident_case v1.0.1
20542026-02-24T01:30:30.331Z Compiling inout v0.1.3
20552026-02-24T01:30:30.826Z Compiling http v1.4.0
20562026-02-24T01:30:31.239Z Compiling pest_meta v2.8.2
20572026-02-24T01:30:32.776Z Compiling syn v1.0.109
20582026-02-24T01:30:33.531Z Compiling pest_generator v2.8.2
20592026-02-24T01:30:34.754Z Compiling base64 v0.22.1
20602026-02-24T01:30:35.166Z Compiling pest_derive v2.8.2
20612026-02-24T01:30:36.186Z Compiling cipher v0.4.4
20622026-02-24T01:30:36.250Z Compiling sha2 v0.10.9
20632026-02-24T01:30:36.779Z Compiling slog v2.8.2
20642026-02-24T01:30:39.555Z Compiling thiserror-impl v1.0.69
20652026-02-24T01:30:39.781Z Compiling scroll_derive v0.13.1
20662026-02-24T01:30:41.003Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20672026-02-24T01:30:41.706Z Compiling crossbeam-utils v0.8.21
20682026-02-24T01:30:42.387Z Compiling rustls-pki-types v1.10.0
20692026-02-24T01:30:42.430Z Compiling base64ct v1.6.0
20702026-02-24T01:30:43.109Z Compiling pem-rfc7468 v0.7.0
20712026-02-24T01:30:44.291Z Compiling litrs v0.4.1
20722026-02-24T01:30:44.621Z Compiling flagset v0.4.6
20732026-02-24T01:30:44.959Z Compiling der v0.7.10
20742026-02-24T01:30:45.367Z Compiling document-features v0.2.11
20752026-02-24T01:30:48.195Z Compiling tokio-util v0.7.15
20762026-02-24T01:30:48.494Z Compiling rand_core v0.9.3
20772026-02-24T01:30:48.932Z Compiling tracing-core v0.1.32
20782026-02-24T01:30:49.085Z Compiling untrusted v0.7.1
20792026-02-24T01:30:49.328Z Compiling camino v1.2.2
20802026-02-24T01:30:49.531Z Compiling untrusted v0.9.0
20812026-02-24T01:30:49.898Z Compiling plain v0.2.3
20822026-02-24T01:30:50.032Z Compiling powerfmt v0.2.0
20832026-02-24T01:30:50.595Z Compiling deranged v0.5.3
20842026-02-24T01:30:51.316Z Compiling tracing v0.1.40
20852026-02-24T01:30:52.409Z Compiling spki v0.7.3
20862026-02-24T01:30:52.813Z Compiling salsa20 v0.10.2
20872026-02-24T01:30:53.144Z Compiling http-body v1.0.1
20882026-02-24T01:30:53.211Z Compiling pbkdf2 v0.12.2
20892026-02-24T01:30:54.014Z Compiling num_threads v0.1.7
20902026-02-24T01:30:54.351Z Compiling atomic-waker v1.1.2
20912026-02-24T01:30:54.407Z Compiling num-bigint-dig v0.8.6
20922026-02-24T01:30:54.549Z Compiling time v0.3.43
20932026-02-24T01:30:55.387Z Compiling scrypt v0.11.0
20942026-02-24T01:30:55.997Z Compiling rand_chacha v0.9.0
20952026-02-24T01:30:56.467Z Compiling aes v0.8.4
20962026-02-24T01:30:56.549Z Compiling cbc v0.1.2
20972026-02-24T01:30:57.776Z Compiling ahash v0.8.12
20982026-02-24T01:30:57.800Z Compiling usdt-impl v0.6.0
20992026-02-24T01:30:57.883Z Compiling pretty-hex v0.4.1
21002026-02-24T01:30:58.233Z Compiling anyhow v1.0.99
21012026-02-24T01:30:58.332Z Compiling tower-layer v0.3.3
21022026-02-24T01:30:58.394Z Compiling zstd-safe v7.2.3
21032026-02-24T01:30:58.895Z Compiling try-lock v0.2.5
21042026-02-24T01:30:58.971Z Compiling tower-service v0.3.3
21052026-02-24T01:30:59.113Z Compiling want v0.3.1
21062026-02-24T01:30:59.570Z Compiling pkcs5 v0.7.1
21072026-02-24T01:31:01.681Z Compiling rand v0.9.2
21082026-02-24T01:31:02.319Z Compiling h2 v0.4.6
21092026-02-24T01:31:04.139Z Compiling scroll v0.13.0
21102026-02-24T01:31:04.541Z Compiling heapless v0.7.17
21112026-02-24T01:31:05.004Z Compiling ipnet v2.11.0
21122026-02-24T01:31:05.141Z Compiling scroll_derive v0.12.0
21132026-02-24T01:31:05.200Z Compiling clap_derive v4.5.47
21142026-02-24T01:31:05.729Z Compiling async-trait v0.1.89
21152026-02-24T01:31:06.077Z Compiling daft-derive v0.1.4
21162026-02-24T01:31:06.493Z Compiling openssl-probe v0.1.5
21172026-02-24T01:31:07.073Z Compiling adler2 v2.0.0
21182026-02-24T01:31:07.532Z Compiling httpdate v1.0.3
21192026-02-24T01:31:07.733Z Compiling fastrand v2.1.1
21202026-02-24T01:31:07.932Z Compiling signal-hook v0.3.18
21212026-02-24T01:31:08.334Z Compiling foreign-types-shared v0.1.1
21222026-02-24T01:31:08.473Z Compiling tempfile v3.24.0
21232026-02-24T01:31:08.527Z Compiling foreign-types v0.3.2
21242026-02-24T01:31:08.571Z Compiling miniz_oxide v0.8.5
21252026-02-24T01:31:08.744Z Compiling goblin v0.10.2
21262026-02-24T01:31:10.129Z Compiling pkcs8 v0.10.2
21272026-02-24T01:31:11.013Z Compiling darling_core v0.20.10
21282026-02-24T01:31:12.343Z Compiling hyper v1.8.1
21292026-02-24T01:31:17.433Z Compiling tinyvec_macros v0.1.1
21302026-02-24T01:31:18.851Z Compiling tinyvec v1.8.0
21312026-02-24T01:31:20.248Z Compiling dof v0.4.0
21322026-02-24T01:31:20.692Z Compiling darling_macro v0.20.10
21332026-02-24T01:31:21.800Z Compiling hyper-util v0.1.19
21342026-02-24T01:31:27.229Z Compiling dtrace-parser v0.3.0
21352026-02-24T01:31:27.269Z Compiling darling_core v0.21.0
21362026-02-24T01:31:27.341Z Compiling curve25519-dalek v4.1.3
21372026-02-24T01:31:28.082Z Compiling strum_macros v0.26.4
21382026-02-24T01:31:29.035Z Compiling hex v0.4.3
21392026-02-24T01:31:29.828Z Compiling thread-id v5.0.0
21402026-02-24T01:31:29.947Z Compiling memoffset v0.9.1
21412026-02-24T01:31:30.713Z Compiling anstyle v1.0.11
21422026-02-24T01:31:31.632Z Compiling smoltcp v0.9.1
21432026-02-24T01:31:31.871Z Compiling ref-cast v1.0.25
21442026-02-24T01:31:32.545Z Compiling utf8parse v0.2.2
21452026-02-24T01:31:32.709Z Compiling ryu v1.0.18
21462026-02-24T01:31:32.770Z Compiling anstyle-parse v0.2.5
21472026-02-24T01:31:33.273Z Compiling darling_macro v0.21.0
21482026-02-24T01:31:37.517Z Compiling darling v0.20.10
21492026-02-24T01:31:38.783Z Compiling http-body-util v0.1.3
21502026-02-24T01:31:39.578Z Compiling sync_wrapper v1.0.1
21512026-02-24T01:31:39.777Z Compiling toml_datetime v0.6.11
21522026-02-24T01:31:39.991Z Compiling serde_spanned v0.6.9
21532026-02-24T01:31:40.286Z Compiling erased-serde v0.3.31
21542026-02-24T01:31:41.044Z Compiling wait-timeout v0.2.0
21552026-02-24T01:31:41.617Z Compiling encoding_rs v0.8.34
21562026-02-24T01:31:42.019Z Compiling anstyle-query v1.1.1
21572026-02-24T01:31:42.778Z Compiling quick-error v1.2.3
21582026-02-24T01:31:42.831Z Compiling bit-vec v0.8.0
21592026-02-24T01:31:43.390Z Compiling gimli v0.31.1
21602026-02-24T01:31:43.458Z Compiling colorchoice v1.0.2
21612026-02-24T01:31:43.696Z Compiling mime v0.3.17
21622026-02-24T01:31:43.854Z Compiling is_terminal_polyfill v1.70.1
21632026-02-24T01:31:44.078Z Compiling buf-list v1.0.3
21642026-02-24T01:31:44.685Z Compiling psl-types v2.0.11
21652026-02-24T01:31:44.824Z Compiling cfg_aliases v0.2.1
21662026-02-24T01:31:44.935Z Compiling publicsuffix v2.3.0
21672026-02-24T01:31:44.961Z Compiling nix v0.29.0
21682026-02-24T01:31:45.395Z Compiling anstream v0.6.18
21692026-02-24T01:31:45.856Z Compiling bit-set v0.8.0
21702026-02-24T01:31:46.651Z Compiling rusty-fork v0.3.0
21712026-02-24T01:31:47.278Z Compiling serde_urlencoded v0.7.1
21722026-02-24T01:31:47.906Z Compiling addr2line v0.24.2
21732026-02-24T01:31:50.590Z Compiling tower v0.5.2
21742026-02-24T01:31:52.378Z Compiling derive_builder_core v0.20.2
21752026-02-24T01:31:52.415Z Compiling tokio-native-tls v0.3.1
21762026-02-24T01:31:52.886Z Compiling darling v0.21.0
21772026-02-24T01:31:53.143Z Compiling unicode-normalization v0.1.24
21782026-02-24T01:31:54.298Z Compiling rustls-native-certs v0.8.1
21792026-02-24T01:31:54.518Z Compiling hubpack_derive v0.1.1
21802026-02-24T01:31:54.568Z Compiling rand_xorshift v0.4.0
21812026-02-24T01:31:54.843Z Compiling webpki-roots v1.0.1
21822026-02-24T01:31:55.258Z Compiling ipnetwork v0.21.1
21832026-02-24T01:31:55.989Z Compiling openapiv3 v2.2.0
21842026-02-24T01:31:56.262Z Compiling signature v2.2.0
21852026-02-24T01:31:56.516Z Compiling strum_macros v0.27.2
21862026-02-24T01:31:59.280Z Compiling ref-cast-impl v1.0.25
21872026-02-24T01:31:59.695Z Compiling curve25519-dalek-derive v0.1.1
21882026-02-24T01:32:00.664Z Compiling object v0.36.5
21892026-02-24T01:32:01.073Z Compiling fs-err v3.1.1
21902026-02-24T01:32:01.123Z Compiling usdt-impl v0.5.0
21912026-02-24T01:32:01.401Z Compiling crc32fast v1.4.2
21922026-02-24T01:32:01.653Z Compiling unarray v0.1.4
21932026-02-24T01:32:01.983Z Compiling rustc-demangle v0.1.24
21942026-02-24T01:32:02.007Z Compiling zlib-rs v0.5.1
21952026-02-24T01:32:02.473Z Compiling iri-string v0.7.8
21962026-02-24T01:32:02.864Z Compiling unicode-bidi v0.3.17
21972026-02-24T01:32:04.044Z Compiling siphasher v0.3.11
21982026-02-24T01:32:04.577Z Compiling unicode-properties v0.1.3
21992026-02-24T01:32:05.064Z Compiling stringprep v0.1.5
22002026-02-24T01:32:06.636Z Compiling tower-http v0.6.6
22012026-02-24T01:32:06.988Z Compiling phf_shared v0.11.2
22022026-02-24T01:32:07.547Z Compiling libz-rs-sys v0.5.1
22032026-02-24T01:32:07.802Z Compiling backtrace v0.3.74
22042026-02-24T01:32:08.401Z Compiling proptest v1.7.0
22052026-02-24T01:32:09.287Z Compiling oxnet v0.1.4
22062026-02-24T01:32:10.425Z Compiling derive_builder_macro v0.20.2
22072026-02-24T01:32:11.359Z Compiling serde_with_macros v3.16.1
22082026-02-24T01:32:11.998Z Compiling hyper-tls v0.6.0
22092026-02-24T01:32:12.524Z Compiling cookie_store v0.21.1
22102026-02-24T01:32:13.027Z Compiling usdt-macro v0.6.0
22112026-02-24T01:32:13.817Z Compiling usdt-attr-macro v0.6.0
22122026-02-24T01:32:14.875Z Compiling scroll v0.12.0
22132026-02-24T01:32:15.608Z Compiling terminal_size v0.4.0
22142026-02-24T01:32:16.181Z Compiling rand_chacha v0.3.1
22152026-02-24T01:32:16.849Z Compiling rustls-webpki v0.102.8
22162026-02-24T01:32:17.285Z Compiling md-5 v0.10.6
22172026-02-24T01:32:17.494Z Compiling vergen-lib v0.1.6
22182026-02-24T01:32:17.693Z Compiling num-integer v0.1.46
22192026-02-24T01:32:17.786Z Compiling hash32 v0.2.1
22202026-02-24T01:32:18.303Z Compiling ff v0.13.0
22212026-02-24T01:32:18.648Z Compiling clap_lex v0.7.4
22222026-02-24T01:32:18.978Z Compiling fallible-iterator v0.2.0
22232026-02-24T01:32:19.247Z Compiling base16ct v0.2.0
22242026-02-24T01:32:19.542Z Compiling winnow v0.7.14
22252026-02-24T01:32:21.816Z Compiling clap_builder v4.5.48
22262026-02-24T01:32:23.903Z Compiling postgres-protocol v0.6.8
22272026-02-24T01:32:24.589Z Compiling sec1 v0.7.3
22282026-02-24T01:32:25.679Z Compiling tokio-rustls v0.26.0
22292026-02-24T01:32:25.862Z Compiling group v0.13.0
22302026-02-24T01:32:26.352Z Compiling num-iter v0.1.45
22312026-02-24T01:32:26.694Z Compiling rand v0.8.5
22322026-02-24T01:32:30.240Z Compiling goblin v0.8.2
22332026-02-24T01:32:30.986Z Compiling newtype-uuid v1.3.2
22342026-02-24T01:32:31.751Z Compiling derive_builder v0.20.2
22352026-02-24T01:32:32.182Z Compiling flate2 v1.1.2
22362026-02-24T01:32:35.494Z Compiling hkdf v0.12.4
22372026-02-24T01:32:35.800Z Compiling regress v0.10.4
22382026-02-24T01:32:35.931Z Compiling vergen v9.0.6
22392026-02-24T01:32:36.286Z Compiling crypto-bigint v0.5.5
22402026-02-24T01:32:36.338Z Compiling cargo-platform v0.1.8
22412026-02-24T01:32:36.884Z Compiling serde_repr v0.1.19
22422026-02-24T01:32:38.026Z Compiling enum-as-inner v0.6.1
22432026-02-24T01:32:39.171Z Compiling unicode-segmentation v1.12.0
22442026-02-24T01:32:39.989Z Compiling lockfree-object-pool v0.1.6
22452026-02-24T01:32:40.250Z Compiling bitflags v1.3.2
22462026-02-24T01:32:40.284Z Compiling bumpalo v3.16.0
22472026-02-24T01:32:40.352Z Compiling simd-adler32 v0.3.7
22482026-02-24T01:32:40.426Z Compiling managed v0.8.0
22492026-02-24T01:32:41.006Z Compiling winnow v0.5.40
22502026-02-24T01:32:43.010Z Compiling hyper-rustls v0.27.7
22512026-02-24T01:32:44.681Z Compiling reqwest v0.12.24
22522026-02-24T01:32:44.709Z Compiling toml_edit v0.19.15
22532026-02-24T01:32:46.481Z Compiling zopfli v0.8.1
22542026-02-24T01:32:46.653Z Compiling typify-impl v0.4.3
22552026-02-24T01:32:48.041Z Compiling elliptic-curve v0.13.8
22562026-02-24T01:32:48.251Z Compiling cargo_metadata v0.19.2
22572026-02-24T01:32:48.376Z Compiling dof v0.3.0
22582026-02-24T01:32:50.840Z Compiling zstd v0.13.3
22592026-02-24T01:32:51.446Z Compiling daft v0.1.4
22602026-02-24T01:32:51.594Z Compiling signal-hook-mio v0.2.4
22612026-02-24T01:32:51.798Z Compiling clap v4.5.48
22622026-02-24T01:32:52.056Z Compiling postgres-types v0.2.9
22632026-02-24T01:32:52.838Z Compiling dtrace-parser v0.2.0
22642026-02-24T01:32:53.180Z Compiling phf v0.11.2
22652026-02-24T01:32:53.639Z Compiling strum v0.27.2
22662026-02-24T01:32:53.663Z Compiling ed25519 v2.2.3
22672026-02-24T01:32:53.702Z Compiling hubpack v0.1.2
22682026-02-24T01:32:53.921Z Compiling bzip2 v0.5.2
22692026-02-24T01:32:54.160Z Compiling bzip2 v0.4.4
22702026-02-24T01:32:54.417Z Compiling pkcs1 v0.7.5
22712026-02-24T01:32:54.749Z Compiling rfc6979 v0.4.0
22722026-02-24T01:32:54.794Z Compiling float-cmp v0.10.0
22732026-02-24T01:32:55.125Z Compiling serde-big-array v0.5.1
22742026-02-24T01:32:55.394Z Compiling bstr v1.10.0
22752026-02-24T01:32:55.448Z Compiling structmeta-derive v0.3.0
22762026-02-24T01:32:55.689Z Compiling env_filter v0.1.2
22772026-02-24T01:32:56.275Z Compiling memmap2 v0.9.8
22782026-02-24T01:32:56.338Z Compiling thread-id v4.2.2
22792026-02-24T01:32:56.422Z Compiling socket2 v0.5.10
22802026-02-24T01:32:56.750Z Compiling new_debug_unreachable v1.0.6
22812026-02-24T01:32:56.843Z Compiling difflib v0.4.0
22822026-02-24T01:32:56.917Z Compiling keccak v0.1.5
22832026-02-24T01:32:57.270Z Compiling static_assertions v1.1.0
22842026-02-24T01:32:57.429Z Compiling toml_write v0.1.2
22852026-02-24T01:32:57.737Z Compiling jiff v0.2.15
22862026-02-24T01:32:57.815Z Compiling predicates-core v1.0.8
22872026-02-24T01:32:57.927Z Compiling fixedbitset v0.4.2
22882026-02-24T01:32:58.235Z Compiling rustc-hash v2.1.1
22892026-02-24T01:32:58.443Z Compiling whoami v1.5.2
22902026-02-24T01:32:58.499Z Compiling radium v0.7.0
22912026-02-24T01:32:59.145Z Compiling precomputed-hash v0.1.1
22922026-02-24T01:32:59.301Z Compiling data-encoding v2.9.0
22932026-02-24T01:32:59.381Z Compiling fixedbitset v0.5.7
22942026-02-24T01:33:00.018Z Compiling normalize-line-endings v0.3.0
22952026-02-24T01:33:00.860Z Compiling foldhash v0.2.0
22962026-02-24T01:33:01.377Z Compiling iddqd v0.3.16
22972026-02-24T01:33:04.648Z Compiling toml_edit v0.22.27
22982026-02-24T01:33:05.381Z Compiling predicates v3.1.3
22992026-02-24T01:33:05.471Z Compiling zip v4.2.0
23002026-02-24T01:33:06.829Z Compiling hickory-proto v0.25.2
23012026-02-24T01:33:07.673Z Compiling petgraph v0.8.2
23022026-02-24T01:33:08.273Z Compiling string_cache v0.8.9
23032026-02-24T01:33:11.323Z Compiling tokio-postgres v0.7.13
23042026-02-24T01:33:12.706Z Compiling petgraph v0.6.5
23052026-02-24T01:33:16.903Z Compiling structmeta v0.3.0
23062026-02-24T01:33:16.981Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23072026-02-24T01:33:17.449Z Compiling sha3 v0.10.8
23082026-02-24T01:33:18.141Z Compiling usdt v0.6.0
23092026-02-24T01:33:18.922Z Compiling similar v2.7.0
23102026-02-24T01:33:18.984Z Compiling typify-macro v0.4.3
23112026-02-24T01:33:20.540Z Compiling env_logger v0.11.8
23122026-02-24T01:33:20.767Z Compiling serde_with v3.16.1
23132026-02-24T01:33:20.809Z Compiling rsa v0.9.8
23142026-02-24T01:33:21.254Z Compiling ecdsa v0.16.9
23152026-02-24T01:33:22.763Z Compiling zip v0.6.6
23162026-02-24T01:33:24.311Z Compiling ed25519-dalek v2.1.1
23172026-02-24T01:33:25.283Z Compiling crossterm v0.28.1
23182026-02-24T01:33:25.740Z Compiling crossbeam-epoch v0.9.18
23192026-02-24T01:33:26.032Z Compiling toml v0.7.8
23202026-02-24T01:33:26.648Z Compiling heck v0.4.1
23212026-02-24T01:33:26.727Z Compiling strum v0.26.3
23222026-02-24T01:33:27.136Z Compiling tokio-stream v0.1.17
23232026-02-24T01:33:27.538Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23242026-02-24T01:33:28.123Z Compiling x509-cert v0.2.5
23252026-02-24T01:33:28.285Z Compiling sha1 v0.10.6
23262026-02-24T01:33:28.711Z Compiling itertools v0.10.5
23272026-02-24T01:33:28.895Z Compiling itertools v0.13.0
23282026-02-24T01:33:31.150Z Compiling winnow v0.6.26
23292026-02-24T01:33:31.895Z Compiling peg-runtime v0.8.5
23302026-02-24T01:33:31.954Z Compiling maybe-uninit v2.0.0
23312026-02-24T01:33:32.482Z Compiling lalrpop-util v0.19.12
23322026-02-24T01:33:32.539Z Compiling tap v1.0.1
23332026-02-24T01:33:32.814Z Compiling wyz v0.5.1
23342026-02-24T01:33:35.051Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23352026-02-24T01:33:41.284Z Compiling packed_struct v0.10.1
23362026-02-24T01:33:41.507Z Compiling funty v2.0.0
23372026-02-24T01:33:43.363Z Compiling bitvec v1.0.1
23382026-02-24T01:33:49.233Z Compiling packed_struct_codegen v0.10.1
23392026-02-24T01:33:49.493Z Compiling futures-executor v0.3.31
23402026-02-24T01:33:50.897Z Compiling bitfield-macros v0.19.2
23412026-02-24T01:33:51.095Z Compiling zerocopy-derive v0.6.6
23422026-02-24T01:33:51.708Z Compiling indexmap v1.9.3
23432026-02-24T01:33:52.318Z Compiling nodrop v0.1.14
23442026-02-24T01:33:52.794Z Compiling typeid v1.0.3
23452026-02-24T01:33:53.393Z Compiling crc-catalog v2.4.0
23462026-02-24T01:33:53.618Z Compiling crc v3.2.1
23472026-02-24T01:33:54.489Z Compiling zerocopy v0.6.6
23482026-02-24T01:33:55.440Z Compiling array-init v0.0.4
23492026-02-24T01:33:55.516Z Compiling bitfield v0.19.2
23502026-02-24T01:33:57.517Z Compiling futures v0.3.31
23512026-02-24T01:33:58.928Z Compiling smallvec v0.6.14
23522026-02-24T01:34:00.387Z Compiling typify v0.4.3
23532026-02-24T01:34:00.482Z Compiling derive-ex v0.1.8
23542026-02-24T01:34:01.544Z Compiling hashbrown v0.12.3
23552026-02-24T01:34:02.527Z Compiling base64 v0.21.7
23562026-02-24T01:34:02.767Z Compiling unsafe-libyaml v0.2.11
23572026-02-24T01:34:02.964Z Compiling rustls v0.22.4
23582026-02-24T01:34:04.165Z Compiling test-strategy v0.4.3
23592026-02-24T01:34:05.834Z Compiling serde_yaml v0.9.34+deprecated
23602026-02-24T01:34:06.914Z Compiling ron v0.8.1
23612026-02-24T01:34:09.142Z Compiling progenitor-impl v0.11.2
23622026-02-24T01:34:09.407Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23632026-02-24T01:34:10.697Z Compiling serde-hex v0.1.0
23642026-02-24T01:34:16.127Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23652026-02-24T01:34:16.896Z Compiling toml v0.8.23
23662026-02-24T01:34:17.818Z Compiling hashbrown v0.13.2
23672026-02-24T01:34:22.046Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23682026-02-24T01:34:22.300Z Compiling xattr v1.3.1
23692026-02-24T01:34:22.672Z Compiling pin-project-internal v1.1.6
23702026-02-24T01:34:23.280Z Compiling thread_local v1.1.8
23712026-02-24T01:34:23.305Z Compiling filetime v0.2.26
23722026-02-24T01:34:23.993Z Compiling multer v3.1.0
23732026-02-24T01:34:24.361Z Compiling slog-async v2.8.0
23742026-02-24T01:34:24.891Z Compiling same-file v1.0.6
23752026-02-24T01:34:25.036Z Compiling match_cfg v0.1.0
23762026-02-24T01:34:25.172Z Compiling rayon-core v1.12.1
23772026-02-24T01:34:27.250Z Compiling crc-any v2.5.0
23782026-02-24T01:34:28.275Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23792026-02-24T01:34:41.102Z Compiling hostname v0.3.1
23802026-02-24T01:34:41.355Z Compiling walkdir v2.5.0
23812026-02-24T01:34:41.447Z Compiling pin-project v1.1.6
23822026-02-24T01:34:43.130Z Compiling tar v0.4.44
23832026-02-24T01:34:43.936Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23842026-02-24T01:34:47.733Z Compiling object v0.30.4
23852026-02-24T01:34:48.313Z Compiling erased-serde v0.4.6
23862026-02-24T01:34:48.449Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23872026-02-24T01:34:49.254Z Compiling progenitor-macro v0.11.2
23882026-02-24T01:34:58.647Z Compiling progenitor-client v0.11.2
23892026-02-24T01:34:58.692Z Compiling toml_parser v1.0.6+spec-1.1.0
23902026-02-24T01:34:59.596Z Compiling crossbeam-channel v0.5.15
23912026-02-24T01:34:59.738Z Compiling slog-json v2.6.1
23922026-02-24T01:35:00.673Z Compiling snafu-derive v0.8.5
23932026-02-24T01:35:01.122Z Compiling async-stream-impl v0.3.6
23942026-02-24T01:35:01.349Z Compiling ordered-float v2.10.1
23952026-02-24T01:35:01.728Z Compiling serde_spanned v1.0.4
23962026-02-24T01:35:01.753Z Compiling toml_datetime v0.7.5+spec-1.1.0
23972026-02-24T01:35:01.972Z Compiling serde_path_to_error v0.1.20
23982026-02-24T01:35:02.224Z Compiling is-terminal v0.4.13
23992026-02-24T01:35:02.408Z Compiling fs-err v2.11.0
24002026-02-24T01:35:02.676Z Compiling dropshot v0.16.7
24012026-02-24T01:35:02.780Z Compiling term v1.1.0
24022026-02-24T01:35:03.090Z Compiling debug-ignore v1.0.5
24032026-02-24T01:35:03.321Z Compiling take_mut v0.2.2
24042026-02-24T01:35:03.826Z Compiling path-slash v0.1.5
24052026-02-24T01:35:04.066Z Compiling toml_writer v1.0.6+spec-1.1.0
24062026-02-24T01:35:04.099Z Compiling unicode-width v0.1.14
24072026-02-24T01:35:04.268Z Compiling slog-term v2.9.2
24082026-02-24T01:35:04.464Z Compiling snafu v0.8.5
24092026-02-24T01:35:04.614Z Compiling tabwriter v1.4.0
24102026-02-24T01:35:04.747Z Compiling toml v0.9.11+spec-1.1.0
24112026-02-24T01:35:05.989Z Compiling async-stream v0.3.6
24122026-02-24T01:35:06.154Z Compiling serde-value v0.7.0
24132026-02-24T01:35:06.316Z Compiling slog-bunyan v2.5.0
24142026-02-24T01:35:06.619Z Compiling progenitor v0.11.2
24152026-02-24T01:35:06.673Z Compiling tokio-rustls v0.25.0
24162026-02-24T01:35:07.024Z Compiling serde-untagged v0.1.7
24172026-02-24T01:35:07.174Z Compiling globset v0.4.15
24182026-02-24T01:35:07.666Z Compiling crossbeam-deque v0.8.5
24192026-02-24T01:35:07.750Z Compiling camino-tempfile v1.4.1
24202026-02-24T01:35:07.994Z Compiling parse-display-derive v0.10.0
24212026-02-24T01:35:08.166Z Compiling olpc-cjson v0.1.4
24222026-02-24T01:35:08.583Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24232026-02-24T01:35:08.608Z Compiling waitgroup v0.1.2
24242026-02-24T01:35:08.930Z Compiling rustls-pemfile v2.2.0
24252026-02-24T01:35:09.482Z Compiling pem v3.0.5
24262026-02-24T01:35:09.610Z Compiling dropshot_endpoint v0.16.7
24272026-02-24T01:35:10.926Z Compiling newtype-uuid-macros v0.1.0
24282026-02-24T01:35:11.045Z Compiling serde_plain v1.0.2
24292026-02-24T01:35:11.095Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24302026-02-24T01:35:11.670Z Compiling async-recursion v1.1.1
24312026-02-24T01:35:11.818Z Compiling blake3 v1.5.4
24322026-02-24T01:35:12.435Z Compiling hostname v0.4.2
24332026-02-24T01:35:12.459Z Compiling instant v0.1.13
24342026-02-24T01:35:12.677Z Compiling half v2.4.1
24352026-02-24T01:35:12.767Z Compiling ciborium-io v0.2.2
24362026-02-24T01:35:12.878Z Compiling colored v3.0.0
24372026-02-24T01:35:12.964Z Compiling typed-path v0.9.3
24382026-02-24T01:35:13.122Z Compiling unicode-xid v0.2.6
24392026-02-24T01:35:13.388Z Compiling ciborium-ll v0.2.2
24402026-02-24T01:35:13.483Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24412026-02-24T01:35:13.868Z Compiling cargo-util-schemas v0.8.2
24422026-02-24T01:35:13.930Z Compiling backoff v0.4.0
24432026-02-24T01:35:14.322Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-02-24T01:35:14.884Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-02-24T01:35:15.143Z Compiling parse-display v0.10.0
24462026-02-24T01:35:16.897Z Compiling tough v0.20.0
24472026-02-24T01:35:19.026Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24482026-02-24T01:35:19.650Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-02-24T01:35:19.696Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24502026-02-24T01:35:19.879Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24512026-02-24T01:35:20.241Z Compiling itertools v0.14.0
24522026-02-24T01:35:21.732Z Compiling progenitor-client v0.10.0
24532026-02-24T01:35:22.653Z Compiling cargo-platform v0.2.0
24542026-02-24T01:35:23.664Z Compiling macaddr v1.0.1
24552026-02-24T01:35:23.822Z Compiling indent_write v2.2.0
24562026-02-24T01:35:24.101Z Compiling constant_time_eq v0.3.1
24572026-02-24T01:35:24.231Z Compiling arrayref v0.3.9
24582026-02-24T01:35:24.338Z Compiling parse-size v1.1.0
24592026-02-24T01:35:24.377Z Compiling arrayvec v0.7.6
24602026-02-24T01:35:24.683Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-02-24T01:35:25.723Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24622026-02-24T01:35:26.852Z Compiling cargo_metadata v0.21.0
24632026-02-24T01:35:27.151Z Compiling ciborium v0.2.2
24642026-02-24T01:35:29.185Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24652026-02-24T01:35:33.370Z Compiling topological-sort v0.2.2
24662026-02-24T01:35:33.695Z Compiling display-error-chain v0.2.2
24672026-02-24T01:35:33.950Z Compiling omicron-zone-package v0.12.2
24682026-02-24T01:35:37.468Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24692026-02-24T01:35:41.176Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24702026-02-24T01:35:41.635Z Compiling shell-words v1.1.0
24712026-02-24T01:35:42.507Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24722026-02-24T01:36:05.179Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24732026-02-24T01:36:27.617Z Finished `release` profile [optimized] target(s) in 6m 48s
24742026-02-24T01:36:27.808Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24752026-02-24T01:36:27.898ZFeb 24 01:36:27.810 DEBG changing working directory to /work/oxidecomputer/omicron
24762026-02-24T01:36:28.143ZFeb 24 01:36:28.056 DEBG running: git rev-parse HEAD
24772026-02-24T01:36:28.167ZFeb 24 01:36:28.061 DEBG process exited with exit status: 0 (5.178327ms)
24782026-02-24T01:36:28.167ZFeb 24 01:36:28.061 INFO version: 19.0.0-0.ci+git377e51584fe
24792026-02-24T01:36:28.216ZFeb 24 01:36:28.129 INFO cloning helios to /work/oxidecomputer/helios
24802026-02-24T01:36:28.216ZFeb 24 01:36:28.129 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24812026-02-24T01:36:28.240ZCloning into '/work/oxidecomputer/helios'...
24822026-02-24T01:36:29.112ZFeb 24 01:36:29.025 DEBG process exited with exit status: 0 (896.036717ms)
24832026-02-24T01:36:29.112ZFeb 24 01:36:29.025 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24842026-02-24T01:36:29.137ZFeb 24 01:36:29.030 DEBG process exited with exit status: 0 (5.275582ms)
24852026-02-24T01:36:29.137ZFeb 24 01:36:29.030 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24862026-02-24T01:36:31.279ZFeb 24 01:36:31.192 DEBG process exited with exit status: 0 (2.162113935s)
24872026-02-24T01:36:31.279ZFeb 24 01:36:31.192 DEBG running: zfs list rpool/images/build/host
24882026-02-24T01:36:31.304ZNAME USED AVAIL REFER MOUNTPOINT
24892026-02-24T01:36:31.304Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24902026-02-24T01:36:31.304ZFeb 24 01:36:31.201 DEBG process exited with exit status: 0 (8.611707ms)
24912026-02-24T01:36:31.304ZFeb 24 01:36:31.201 DEBG running: zfs list rpool/images/build/recovery
24922026-02-24T01:36:31.304ZNAME USED AVAIL REFER MOUNTPOINT
24932026-02-24T01:36:31.304Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24942026-02-24T01:36:31.304ZFeb 24 01:36:31.213 DEBG process exited with exit status: 0 (11.909916ms)
24952026-02-24T01:36:31.304ZFeb 24 01:36:31.214 INFO [incorp-manifest] running task
24962026-02-24T01:36:31.304ZFeb 24 01:36:31.214 INFO [hubris-staging] running task
24972026-02-24T01:36:31.304ZFeb 24 01:36:31.214 INFO [hubris-production] running task
24982026-02-24T01:36:31.304ZFeb 24 01:36:31.215 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24992026-02-24T01:36:31.304ZFeb 24 01:36:31.215 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
25002026-02-24T01:36:31.304ZFeb 24 01:36:31.216 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25012026-02-24T01:36:31.328ZFeb 24 01:36:31.218 INFO [incorp-create] running: pkgrepo create /work/incorporation
25022026-02-24T01:36:31.456Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25032026-02-24T01:36:31.829ZFeb 24 01:36:31.741 INFO [incorp-create] process exited with exit status: 0 (523.595744ms)
25042026-02-24T01:36:31.861ZFeb 24 01:36:31.741 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
25052026-02-24T01:36:32.436ZFeb 24 01:36:32.349 INFO [incorp-publisher] process exited with exit status: 0 (608.274775ms)
25062026-02-24T01:36:32.471Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-02-24T01:36:34.691Z[ omicron-package] Blocking waiting for file lock on package cache
25082026-02-24T01:36:35.676Z[ omicron-package] Compiling ring v0.17.14
25092026-02-24T01:36:35.865Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25102026-02-24T01:36:35.889Z[ omicron-package] Compiling itertools v0.14.0
25112026-02-24T01:36:35.889Z[ omicron-package] Compiling heapless v0.8.0
25122026-02-24T01:36:35.942Z[ omicron-package] Compiling hash32 v0.3.1
25132026-02-24T01:36:35.966Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25142026-02-24T01:36:36.074Z[ omicron-package] Compiling smoltcp v0.11.0
25152026-02-24T01:36:36.866Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25162026-02-24T01:36:37.516Z[ omicron-package] Compiling cobs v0.2.3
25172026-02-24T01:36:37.882Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25182026-02-24T01:36:38.164Z[ omicron-package] Compiling num_enum_derive v0.5.11
25192026-02-24T01:36:38.773Z[ omicron-package] Compiling postcard v1.0.10
25202026-02-24T01:36:39.026Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25212026-02-24T01:36:39.130ZFeb 24 01:36:39.043 INFO [hubris-production] task succeeded (7.828199539s)
25222026-02-24T01:36:39.197Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25232026-02-24T01:36:40.305Z[ omicron-package] Compiling proc-macro-error v1.0.4
25242026-02-24T01:36:40.371Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25252026-02-24T01:36:41.015Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25262026-02-24T01:36:42.209Z[ omicron-package] Compiling num_enum v0.5.11
25272026-02-24T01:36:42.609Z[ omicron-package] Compiling ingot-macros v0.1.1
25282026-02-24T01:36:42.941Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25292026-02-24T01:36:43.029Z[ omicron-package] Compiling foreign-types v0.5.0
25302026-02-24T01:36:43.467Z[ omicron-package] Compiling rustls v0.23.19
25312026-02-24T01:36:43.699Z[ omicron-package] Compiling cstr-argument v0.1.2
25322026-02-24T01:36:43.806Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25332026-02-24T01:36:43.920Z[ omicron-package] Compiling pretty-hex v0.2.1
25342026-02-24T01:36:44.483Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25352026-02-24T01:36:44.701Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25362026-02-24T01:36:44.887Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25372026-02-24T01:36:45.333Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25382026-02-24T01:36:45.475Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25392026-02-24T01:36:46.003Z[ omicron-package] Compiling rayon v1.10.0
25402026-02-24T01:36:46.498Z[ omicron-package] Compiling colored v2.2.0
25412026-02-24T01:36:47.175Z[ omicron-package] Compiling nix v0.30.1
25422026-02-24T01:36:47.517Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25432026-02-24T01:36:49.057Z[ omicron-package] Compiling rustls-webpki v0.102.8
25442026-02-24T01:36:49.149Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25452026-02-24T01:36:51.384Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25462026-02-24T01:36:51.457Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25472026-02-24T01:36:52.385Z[ omicron-package] Compiling secrecy v0.10.3
25482026-02-24T01:36:52.873Z[ omicron-package] Compiling sigpipe v0.1.3
25492026-02-24T01:36:52.929Z[ omicron-package] Compiling num-derive v0.4.2
25502026-02-24T01:36:53.080Z[ omicron-package] Compiling ingot-types v0.1.2
25512026-02-24T01:36:53.285Z[ omicron-package] Compiling glob v0.3.2
25522026-02-24T01:36:53.696Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25532026-02-24T01:36:54.218Z[ omicron-package] Compiling libefi-sys v0.1.0
25542026-02-24T01:36:54.431Z[ omicron-package] Compiling ingot v0.1.1
25552026-02-24T01:36:54.592Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25562026-02-24T01:36:55.292Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25572026-02-24T01:36:55.388Z[ omicron-package] Compiling zone v0.3.1
25582026-02-24T01:36:55.868Z[ omicron-package] Compiling rustls v0.22.4
25592026-02-24T01:36:56.894Z[ omicron-package] Compiling usdt-macro v0.5.0
25602026-02-24T01:36:57.469Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25612026-02-24T01:36:58.982Z[ omicron-package] Compiling smf v0.2.3
25622026-02-24T01:37:00.007Z[ omicron-package] Compiling memmap v0.7.0
25632026-02-24T01:37:00.647Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-02-24T01:37:01.554Z[ omicron-package] Compiling tokio-rustls v0.26.0
25652026-02-24T01:37:02.009Z[ omicron-package] Compiling bitfield-struct v0.6.2
25662026-02-24T01:37:02.456Z[ omicron-package] Compiling hyper-rustls v0.27.7
25672026-02-24T01:37:03.399Z[ omicron-package] Compiling reqwest v0.12.24
25682026-02-24T01:37:05.727Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-02-24T01:37:05.918Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25702026-02-24T01:37:07.156Z[ omicron-package] Compiling usdt v0.5.0
25712026-02-24T01:37:07.730Z[ omicron-package] Compiling unicode-width v0.2.0
25722026-02-24T01:37:08.418Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25732026-02-24T01:37:08.607Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25742026-02-24T01:37:08.647Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25752026-02-24T01:37:08.958Z[ omicron-package] Compiling console v0.16.0
25762026-02-24T01:37:09.047Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25772026-02-24T01:37:09.328Z[ omicron-package] Compiling gethostname v0.5.0
25782026-02-24T01:37:09.692Z[ omicron-package] Compiling unit-prefix v0.5.1
25792026-02-24T01:37:09.860Z[ omicron-package] Compiling tokio-rustls v0.25.0
25802026-02-24T01:37:10.175Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25812026-02-24T01:37:10.510Z[ omicron-package] Compiling dropshot v0.16.7
25822026-02-24T01:37:10.630Z[ omicron-package] Compiling indicatif v0.18.0
25832026-02-24T01:37:12.524Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25842026-02-24T01:37:12.736Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25852026-02-24T01:37:16.234Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25862026-02-24T01:37:16.234Z[ helios-setup] --> src/main.rs:79:10
25872026-02-24T01:37:16.259Z[ helios-setup] |
25882026-02-24T01:37:16.259Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25892026-02-24T01:37:16.259Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25902026-02-24T01:37:16.283Z[ helios-setup] | |
25912026-02-24T01:37:16.283Z[ helios-setup] | the lifetime is elided here
25922026-02-24T01:37:16.308Z[ helios-setup] |
25932026-02-24T01:37:16.308Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25942026-02-24T01:37:16.308Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25952026-02-24T01:37:16.308Z[ helios-setup] help: use `'_` for type paths
25962026-02-24T01:37:16.308Z[ helios-setup] |
25972026-02-24T01:37:16.308Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25982026-02-24T01:37:16.308Z[ helios-setup] | ++++
25992026-02-24T01:37:16.353Z[ helios-setup]
26002026-02-24T01:37:16.400Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26012026-02-24T01:37:18.457Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26022026-02-24T01:37:23.014ZFeb 24 01:37:22.929 INFO [hubris-staging] task succeeded (51.71481828s)
26032026-02-24T01:37:23.048Z[ omicron-package] Compiling progenitor-client v0.11.2
26042026-02-24T01:37:24.272Z[ omicron-package] Compiling progenitor v0.11.2
26052026-02-24T01:37:24.488Z[ omicron-package] Compiling progenitor-client v0.10.0
26062026-02-24T01:37:24.623Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26072026-02-24T01:37:25.828Z[ helios-setup] Feb 24 01:37:25.743 INFO helios repository root is: /work/oxidecomputer/helios
26082026-02-24T01:37:25.852Z[ helios-setup] Feb 24 01:37:25.745 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26092026-02-24T01:37:25.853Z[ helios-setup] Feb 24 01:37:25.745 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, unless_env: None, fixup: [] }, project: pinprick
26102026-02-24T01:37:25.853Z[ helios-setup] Feb 24 01:37:25.745 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26112026-02-24T01:37:25.853Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26122026-02-24T01:37:26.116Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26132026-02-24T01:37:26.352Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-02-24T01:37:26.838Z[ helios-setup] Feb 24 01:37:26.753 INFO clone ok!, project: pinprick
26152026-02-24T01:37:26.862Z[ helios-setup] Feb 24 01:37:26.753 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, unless_env: None, fixup: [] }, project: phbl
26162026-02-24T01:37:26.862Z[ helios-setup] Feb 24 01:37:26.753 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26172026-02-24T01:37:26.862Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26182026-02-24T01:37:27.865Z[ helios-setup] Feb 24 01:37:27.780 INFO clone ok!, project: phbl
26192026-02-24T01:37:27.888Z[ helios-setup] Feb 24 01:37:27.780 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26202026-02-24T01:37:27.889Z[ helios-setup] Feb 24 01:37:27.780 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, unless_env: None, fixup: [] }, project: bootserver
26212026-02-24T01:37:27.889Z[ helios-setup] Feb 24 01:37:27.780 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26222026-02-24T01:37:27.889Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26232026-02-24T01:37:28.660Z[ helios-setup] Feb 24 01:37:28.574 INFO clone ok!, project: bootserver
26242026-02-24T01:37:28.660Z[ helios-setup] Feb 24 01:37:28.575 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, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
26252026-02-24T01:37:28.684Z[ helios-setup] Feb 24 01:37:28.575 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
26262026-02-24T01:37:28.684Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26272026-02-24T01:37:30.101Z[ helios-setup] Feb 24 01:37:30.016 INFO clone ok!, project: amd-host-image-builder
26282026-02-24T01:37:30.125Z[ helios-setup] Feb 24 01:37:30.016 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26292026-02-24T01:37:30.125Z[ helios-setup] Feb 24 01:37:30.016 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26302026-02-24T01:37:30.125Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26312026-02-24T01:37:31.347Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26322026-02-24T01:37:36.691Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26332026-02-24T01:37:43.626Z[ helios-setup] Feb 24 01:37:43.541 INFO clone ok!, project: amd-firmware
26342026-02-24T01:37:43.626Z[ helios-setup] Feb 24 01:37:43.542 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26352026-02-24T01:37:43.650Z[ helios-setup] Feb 24 01:37:43.542 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26362026-02-24T01:37:43.650Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26372026-02-24T01:37:44.945Z[ helios-setup] Feb 24 01:37:44.860 INFO clone ok!, project: chelsio-t6-roms
26382026-02-24T01:37:44.969Z[ helios-setup] Feb 24 01:37:44.861 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
26392026-02-24T01:37:44.969Z[ helios-setup] Feb 24 01:37:44.861 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26402026-02-24T01:37:44.969Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26412026-02-24T01:37:45.933ZFeb 24 01:37:45.849 DEBG process exited with exit status: 0 (74.63317733s)
26422026-02-24T01:37:45.956ZFeb 24 01:37:45.851 INFO [incorp-manifest] task succeeded (74.636950283s)
26432026-02-24T01:37:45.956ZFeb 24 01:37:45.851 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26442026-02-24T01:37:46.016Z[ helios-setup] Feb 24 01:37:45.932 INFO clone ok!, project: dmar-report
26452026-02-24T01:37:46.040Z[ helios-setup] Feb 24 01:37:45.932 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26462026-02-24T01:37:46.040Z[ helios-setup] Feb 24 01:37:45.932 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, unless_env: None, fixup: [] }, project: image-builder
26472026-02-24T01:37:46.040Z[ helios-setup] Feb 24 01:37:45.932 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26482026-02-24T01:37:46.040Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26492026-02-24T01:37:46.335ZFeb 24 01:37:46.250 INFO [incorp-fmt] process exited with exit status: 0 (398.574616ms)
26502026-02-24T01:37:46.359ZFeb 24 01:37:46.250 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26512026-02-24T01:37:46.841Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T013746Z
26522026-02-24T01:37:46.841Z[ incorp-pkgsend] PUBLISHED
26532026-02-24T01:37:46.865Z[ helios-setup] Feb 24 01:37:46.772 INFO clone ok!, project: image-builder
26542026-02-24T01:37:46.865Z[ helios-setup] Feb 24 01:37:46.773 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26552026-02-24T01:37:46.865Z[ helios-setup] Feb 24 01:37:46.773 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26562026-02-24T01:37:46.865Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26572026-02-24T01:37:46.916ZFeb 24 01:37:46.832 INFO [incorp-pkgsend] process exited with exit status: 0 (581.523742ms)
26582026-02-24T01:37:46.940ZFeb 24 01:37:46.832 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26592026-02-24T01:37:47.322Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26602026-02-24T01:37:47.346Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26612026-02-24T01:37:47.393Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26622026-02-24T01:37:47.393Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26632026-02-24T01:37:47.417Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26642026-02-24T01:37:47.417Z[ helios-incorp]
26652026-02-24T01:37:47.417Z[ helios-incorp] Archiving packages ...
26662026-02-24T01:37:47.417Z[ helios-incorp] Packages to add: 1
26672026-02-24T01:37:47.417Z[ helios-incorp] Files to retrieve: 0
26682026-02-24T01:37:47.417Z[ helios-incorp] Estimated transfer size: 0.00 B
26692026-02-24T01:37:47.417Z[ helios-incorp]
26702026-02-24T01:37:47.417Z[ helios-incorp] Packages to archive:
26712026-02-24T01:37:47.417Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T013746Z
26722026-02-24T01:37:47.417Z[ helios-incorp]
26732026-02-24T01:37:47.417Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26742026-02-24T01:37:47.417Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26752026-02-24T01:37:47.490ZFeb 24 01:37:47.406 INFO [helios-incorp] process exited with exit status: 0 (573.66071ms)
26762026-02-24T01:37:48.170Z[ helios-setup] Feb 24 01:37:48.085 INFO clone ok!, project: pilot
26772026-02-24T01:37:48.194Z[ helios-setup] Feb 24 01:37:48.086 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26782026-02-24T01:37:48.687Z[ helios-setup] Feb 24 01:37:48.603 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26792026-02-24T01:37:49.190Z[ helios-setup] Feb 24 01:37:49.106 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26802026-02-24T01:37:49.190Z[ helios-setup] Feb 24 01:37:49.106 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26812026-02-24T01:37:49.694Z[ helios-setup] Feb 24 01:37:49.609 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26822026-02-24T01:37:50.199Z[ helios-setup] Feb 24 01:37:50.114 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26832026-02-24T01:37:50.223Z[ helios-setup] Feb 24 01:37:50.114 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26842026-02-24T01:37:50.652Z[ helios-setup] Feb 24 01:37:50.568 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26852026-02-24T01:37:51.134Z[ helios-setup] Feb 24 01:37:51.050 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26862026-02-24T01:37:51.134Z[ helios-setup] Feb 24 01:37:51.051 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26872026-02-24T01:37:51.158Z[ helios-setup] Feb 24 01:37:51.051 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26882026-02-24T01:37:51.158Z[ helios-setup] Feb 24 01:37:51.051 INFO ok!
26892026-02-24T01:37:51.158Z[ helios-setup] Feb 24 01:37:51.051 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26902026-02-24T01:37:51.158Z[ helios-setup] Feb 24 01:37:51.051 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26912026-02-24T01:37:51.159Z[ helios-setup] Feb 24 01:37:51.051 INFO ok!
26922026-02-24T01:37:51.159Z[ helios-setup] Feb 24 01:37:51.051 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26932026-02-24T01:37:51.159Z[ helios-setup] Feb 24 01:37:51.051 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26942026-02-24T01:37:51.159Z[ helios-setup] Feb 24 01:37:51.051 INFO ok!
26952026-02-24T01:37:51.159Z[ helios-setup] Feb 24 01:37:51.051 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26962026-02-24T01:37:51.256Z[ helios-setup] Feb 24 01:37:51.172 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
26972026-02-24T01:37:51.257Z[ helios-setup] Feb 24 01:37:51.172 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26982026-02-24T01:37:51.282Z[ helios-setup] Feb 24 01:37:51.172 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26992026-02-24T01:37:51.619Z[ helios-setup] Feb 24 01:37:51.535 INFO E| Downloading crates ...
27002026-02-24T01:37:51.686Z[ helios-setup] Feb 24 01:37:51.602 INFO E| Downloaded miniz_oxide v0.8.8
27012026-02-24T01:37:51.752Z[ helios-setup] Feb 24 01:37:51.668 INFO E| Compiling adler2 v2.0.0
27022026-02-24T01:37:51.900Z[ helios-setup] Feb 24 01:37:51.816 INFO E| Compiling miniz_oxide v0.8.8
27032026-02-24T01:37:53.856Z[ helios-setup] Feb 24 01:37:53.772 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27042026-02-24T01:37:54.623Z[ helios-setup] Feb 24 01:37:54.539 INFO E| Finished `release` profile [optimized] target(s) in 3.25s
27052026-02-24T01:37:54.647Z[ helios-setup] Feb 24 01:37:54.550 INFO building project "pinprick" ok (3 seconds)
27062026-02-24T01:37:54.647Z[ helios-setup] Feb 24 01:37:54.551 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27072026-02-24T01:37:54.770Z[ helios-setup] Feb 24 01:37:54.687 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
27082026-02-24T01:37:54.794Z[ helios-setup] Feb 24 01:37:54.687 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27092026-02-24T01:37:54.794Z[ helios-setup] Feb 24 01:37:54.687 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27102026-02-24T01:37:55.066Z[ helios-setup] Feb 24 01:37:54.982 INFO E| Downloading crates ...
27112026-02-24T01:37:55.138Z[ helios-setup] Feb 24 01:37:55.054 INFO E| Downloaded generic-array v0.14.6
27122026-02-24T01:37:55.161Z[ helios-setup] Feb 24 01:37:55.057 INFO E| Downloaded block-buffer v0.10.3
27132026-02-24T01:37:55.161Z[ helios-setup] Feb 24 01:37:55.059 INFO E| Downloaded cpufeatures v0.2.5
27142026-02-24T01:37:55.161Z[ helios-setup] Feb 24 01:37:55.060 INFO E| Downloaded bytes v1.2.1
27152026-02-24T01:37:55.161Z[ helios-setup] Feb 24 01:37:55.067 INFO E| Downloaded unicode-width v0.1.10
27162026-02-24T01:37:55.161Z[ helios-setup] Feb 24 01:37:55.069 INFO E| Downloaded sha2 v0.10.5
27172026-02-24T01:37:55.161Z[ helios-setup] Feb 24 01:37:55.072 INFO E| Downloaded miniz_oxide v0.6.2
27182026-02-24T01:37:55.161Z[ helios-setup] Feb 24 01:37:55.074 INFO E| Downloaded typenum v1.15.0
27192026-02-24T01:37:55.185Z[ helios-setup] Feb 24 01:37:55.077 INFO E| Downloaded flate2 v1.0.25
27202026-02-24T01:37:55.185Z[ helios-setup] Feb 24 01:37:55.083 INFO E| Downloaded digest v0.10.3
27212026-02-24T01:37:55.185Z[ helios-setup] Feb 24 01:37:55.084 INFO E| Downloaded anyhow v1.0.62
27222026-02-24T01:37:55.233Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling version_check v0.9.4
27232026-02-24T01:37:55.233Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling typenum v1.15.0
27242026-02-24T01:37:55.256Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling crc32fast v1.3.2
27252026-02-24T01:37:55.256Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling cfg-if v1.0.0
27262026-02-24T01:37:55.256Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling adler v1.0.2
27272026-02-24T01:37:55.256Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling anyhow v1.0.62
27282026-02-24T01:37:55.256Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling unicode-width v0.1.10
27292026-02-24T01:37:55.256Z[ helios-setup] Feb 24 01:37:55.149 INFO E| Compiling cpufeatures v0.2.5
27302026-02-24T01:37:55.808Z[ helios-setup] Feb 24 01:37:55.724 INFO E| Compiling bytes v1.2.1
27312026-02-24T01:37:56.025Z[ helios-setup] Feb 24 01:37:55.939 INFO E| Compiling getopts v0.2.21
27322026-02-24T01:37:56.122Z[ helios-setup] Feb 24 01:37:56.038 INFO E| Compiling miniz_oxide v0.6.2
27332026-02-24T01:37:56.310Z[ helios-setup] Feb 24 01:37:56.226 INFO E| Compiling bitflags v1.3.2
27342026-02-24T01:37:56.612Z[ helios-setup] Feb 24 01:37:56.528 INFO E| Compiling generic-array v0.14.6
27352026-02-24T01:37:57.130Z[ helios-setup] Feb 24 01:37:57.046 INFO E| Compiling flate2 v1.0.25
27362026-02-24T01:37:59.549Z[ helios-setup] Feb 24 01:37:59.465 INFO E| Compiling crypto-common v0.1.6
27372026-02-24T01:37:59.549Z[ helios-setup] Feb 24 01:37:59.465 INFO E| Compiling block-buffer v0.10.3
27382026-02-24T01:37:59.819Z[ helios-setup] Feb 24 01:37:59.736 INFO E| Compiling digest v0.10.3
27392026-02-24T01:38:00.222Z[ helios-setup] Feb 24 01:38:00.139 INFO E| Compiling sha2 v0.10.5
27402026-02-24T01:38:00.783Z[ helios-setup] Feb 24 01:38:00.700 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27412026-02-24T01:38:01.361Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27422026-02-24T01:38:02.771Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27432026-02-24T01:38:05.371Z[ helios-setup] Feb 24 01:38:05.287 INFO E| Finished `release` profile [optimized] target(s) in 10.47s
27442026-02-24T01:38:05.395Z[ helios-setup] Feb 24 01:38:05.302 INFO building project "bootserver" ok (10 seconds)
27452026-02-24T01:38:05.395Z[ helios-setup] Feb 24 01:38:05.302 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27462026-02-24T01:38:05.511Z[ helios-setup] Feb 24 01:38:05.428 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
27472026-02-24T01:38:05.511Z[ helios-setup] Feb 24 01:38:05.428 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27482026-02-24T01:38:05.535Z[ helios-setup] Feb 24 01:38:05.428 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27492026-02-24T01:38:05.892Z[ helios-setup] Feb 24 01:38:05.809 INFO E| Updating crates.io index
27502026-02-24T01:38:05.916Z[ helios-setup] Feb 24 01:38:05.809 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27512026-02-24T01:38:06.783Z[ helios-setup] Feb 24 01:38:06.700 INFO E| From https://github.com/oxidecomputer/amd-apcb
27522026-02-24T01:38:06.783Z[ helios-setup] Feb 24 01:38:06.700 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27532026-02-24T01:38:06.932Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27542026-02-24T01:38:06.981Z[ helios-setup] Feb 24 01:38:06.897 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27552026-02-24T01:38:07.756Z[ helios-setup] Feb 24 01:38:07.672 INFO E| From https://github.com/oxidecomputer/amd-efs
27562026-02-24T01:38:07.756Z[ helios-setup] Feb 24 01:38:07.672 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27572026-02-24T01:38:08.040Z[ helios-setup] Feb 24 01:38:07.956 INFO E| Downloading crates ...
27582026-02-24T01:38:08.166Z[ helios-setup] Feb 24 01:38:08.083 INFO E| Downloaded itoa v1.0.15
27592026-02-24T01:38:08.190Z[ helios-setup] Feb 24 01:38:08.086 INFO E| Downloaded rustversion v1.0.20
27602026-02-24T01:38:08.190Z[ helios-setup] Feb 24 01:38:08.091 INFO E| Downloaded ansi_term v0.12.1
27612026-02-24T01:38:08.190Z[ helios-setup] Feb 24 01:38:08.095 INFO E| Downloaded vec_map v0.8.2
27622026-02-24T01:38:08.190Z[ helios-setup] Feb 24 01:38:08.097 INFO E| Downloaded unic-ucd-ident v0.9.0
27632026-02-24T01:38:08.190Z[ helios-setup] Feb 24 01:38:08.102 INFO E| Downloaded unic-common v0.9.0
27642026-02-24T01:38:08.190Z[ helios-setup] Feb 24 01:38:08.103 INFO E| Downloaded modular-bitfield v0.13.1
27652026-02-24T01:38:08.214Z[ helios-setup] Feb 24 01:38:08.116 INFO E| Downloaded thiserror v2.0.12
27662026-02-24T01:38:08.214Z[ helios-setup] Feb 24 01:38:08.125 INFO E| Downloaded unicode-ident v1.0.18
27672026-02-24T01:38:08.214Z[ helios-setup] Feb 24 01:38:08.129 INFO E| Downloaded typenum v1.18.0
27682026-02-24T01:38:08.237Z[ helios-setup] Feb 24 01:38:08.134 INFO E| Downloaded zerocopy-derive v0.8.25
27692026-02-24T01:38:08.237Z[ helios-setup] Feb 24 01:38:08.142 INFO E| Downloaded proc-macro2 v1.0.95
27702026-02-24T01:38:08.237Z[ helios-setup] Feb 24 01:38:08.146 INFO E| Downloaded pest v2.8.0
27712026-02-24T01:38:08.238Z[ helios-setup] Feb 24 01:38:08.153 INFO E| Downloaded goblin v0.9.3
27722026-02-24T01:38:08.262Z[ helios-setup] Feb 24 01:38:08.160 INFO E| Downloaded serde_json v1.0.140
27732026-02-24T01:38:08.262Z[ helios-setup] Feb 24 01:38:08.169 INFO E| Downloaded serde_derive v1.0.219
27742026-02-24T01:38:08.262Z[ helios-setup] Feb 24 01:38:08.177 INFO E| Downloaded serde v1.0.219
27752026-02-24T01:38:08.262Z[ helios-setup] Feb 24 01:38:08.177 INFO E| Downloaded clap v2.34.0
27762026-02-24T01:38:08.285Z[ helios-setup] Feb 24 01:38:08.186 INFO E| Downloaded thiserror-impl v2.0.12
27772026-02-24T01:38:08.285Z[ helios-setup] Feb 24 01:38:08.188 INFO E| Downloaded ryu v1.0.20
27782026-02-24T01:38:08.285Z[ helios-setup] Feb 24 01:38:08.193 INFO E| Downloaded zerocopy v0.8.25
27792026-02-24T01:38:08.310Z[ helios-setup] Feb 24 01:38:08.227 INFO E| Downloaded pest_meta v2.8.0
27802026-02-24T01:38:08.334Z[ helios-setup] Feb 24 01:38:08.230 INFO E| Downloaded pest_derive v2.8.0
27812026-02-24T01:38:08.334Z[ helios-setup] Feb 24 01:38:08.233 INFO E| Downloaded syn v2.0.101
27822026-02-24T01:38:08.334Z[ helios-setup] Feb 24 01:38:08.248 INFO E| Downloaded modular-bitfield-impl v0.13.1
27832026-02-24T01:38:08.334Z[ helios-setup] Feb 24 01:38:08.250 INFO E| Downloaded modular-bitfield-impl v0.11.2
27842026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.252 INFO E| Downloaded fletcher v1.0.0
27852026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.253 INFO E| Downloaded textwrap v0.11.0
27862026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.255 INFO E| Downloaded strum_macros v0.27.1
27872026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.258 INFO E| Downloaded structopt v0.3.26
27882026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.267 INFO E| Downloaded pest_generator v2.8.0
27892026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.269 INFO E| Downloaded cpufeatures v0.2.17
27902026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.271 INFO E| Downloaded unic-char-range v0.9.0
27912026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.273 INFO E| Downloaded structopt-derive v0.4.18
27922026-02-24T01:38:08.358Z[ helios-setup] Feb 24 01:38:08.274 INFO E| Downloaded scroll_derive v0.12.1
27932026-02-24T01:38:08.382Z[ helios-setup] Feb 24 01:38:08.276 INFO E| Downloaded strsim v0.8.0
27942026-02-24T01:38:08.382Z[ helios-setup] Feb 24 01:38:08.277 INFO E| Downloaded libc v0.2.172
27952026-02-24T01:38:08.405Z[ helios-setup] Feb 24 01:38:08.313 INFO E| Downloaded unic-ucd-version v0.9.0
27962026-02-24T01:38:08.405Z[ helios-setup] Feb 24 01:38:08.315 INFO E| Downloaded unic-char-property v0.9.0
27972026-02-24T01:38:08.405Z[ helios-setup] Feb 24 01:38:08.316 INFO E| Downloaded strum v0.27.1
27982026-02-24T01:38:08.405Z[ helios-setup] Feb 24 01:38:08.317 INFO E| Downloaded parse_int v0.9.0
27992026-02-24T01:38:08.406Z[ helios-setup] Feb 24 01:38:08.318 INFO E| Downloaded modular-bitfield v0.11.2
28002026-02-24T01:38:08.429Z[ helios-setup] Feb 24 01:38:08.332 INFO E| Downloaded log v0.4.27
28012026-02-24T01:38:08.429Z[ helios-setup] Feb 24 01:38:08.335 INFO E| Downloaded four-cc v0.4.0
28022026-02-24T01:38:08.429Z[ helios-setup] Feb 24 01:38:08.336 INFO E| Downloaded bytesize v2.0.1
28032026-02-24T01:38:08.429Z[ helios-setup] Feb 24 01:38:08.339 INFO E| Downloaded dyn-clone v1.0.19
28042026-02-24T01:38:08.497Z[ helios-setup] Feb 24 01:38:08.414 INFO E| Compiling proc-macro2 v1.0.95
28052026-02-24T01:38:08.497Z[ helios-setup] Feb 24 01:38:08.414 INFO E| Compiling unicode-ident v1.0.18
28062026-02-24T01:38:08.497Z[ helios-setup] Feb 24 01:38:08.414 INFO E| Compiling memchr v2.7.4
28072026-02-24T01:38:08.521Z[ helios-setup] Feb 24 01:38:08.414 INFO E| Compiling thiserror v2.0.12
28082026-02-24T01:38:08.521Z[ helios-setup] Feb 24 01:38:08.414 INFO E| Compiling autocfg v1.4.0
28092026-02-24T01:38:08.522Z[ helios-setup] Feb 24 01:38:08.414 INFO E| Compiling syn v1.0.109
28102026-02-24T01:38:08.522Z[ helios-setup] Feb 24 01:38:08.425 INFO E| Compiling serde v1.0.219
28112026-02-24T01:38:08.522Z[ helios-setup] Feb 24 01:38:08.425 INFO E| Compiling version_check v0.9.5
28122026-02-24T01:38:08.830Z[ helios-setup] Feb 24 01:38:08.747 INFO E| Compiling serde_json v1.0.140
28132026-02-24T01:38:09.466Z[ helios-setup] Feb 24 01:38:09.383 INFO E| Compiling schemars v0.8.22
28142026-02-24T01:38:09.517Z[ helios-setup] Feb 24 01:38:09.434 INFO E| Compiling itoa v1.0.15
28152026-02-24T01:38:09.560Z[ helios-setup] Feb 24 01:38:09.477 INFO E| Compiling ryu v1.0.20
28162026-02-24T01:38:09.714Z[ helios-setup] Feb 24 01:38:09.630 INFO E| Compiling proc-macro-error-attr v1.0.4
28172026-02-24T01:38:09.737Z[ helios-setup] Feb 24 01:38:09.652 INFO E| Compiling ucd-trie v0.1.7
28182026-02-24T01:38:09.859Z[ helios-setup] Feb 24 01:38:09.775 INFO E| Compiling zerocopy v0.8.25
28192026-02-24T01:38:09.994Z[ helios-setup] Feb 24 01:38:09.911 INFO E| Compiling num-traits v0.2.19
28202026-02-24T01:38:10.106Z[ helios-setup] Feb 24 01:38:10.022 INFO E| Compiling memoffset v0.9.1
28212026-02-24T01:38:10.144Z[ helios-setup] Feb 24 01:38:10.061 INFO E| Compiling rustversion v1.0.20
28222026-02-24T01:38:10.364Z[ helios-setup] Feb 24 01:38:10.281 INFO E| Compiling static_assertions v1.1.0
28232026-02-24T01:38:10.485Z[ helios-setup] Feb 24 01:38:10.402 INFO E| Compiling dyn-clone v1.0.19
28242026-02-24T01:38:10.509Z[ helios-setup] Feb 24 01:38:10.410 INFO E| Compiling paste v1.0.15
28252026-02-24T01:38:10.634Z[ helios-setup] Feb 24 01:38:10.551 INFO E| Compiling libc v0.2.172
28262026-02-24T01:38:10.911Z[ helios-setup] Feb 24 01:38:10.828 INFO E| Compiling quote v1.0.40
28272026-02-24T01:38:11.181Z[ helios-setup] Feb 24 01:38:11.098 INFO E| Compiling proc-macro-error v1.0.4
28282026-02-24T01:38:11.459Z[ helios-setup] Feb 24 01:38:11.365 INFO E| Compiling once_cell v1.21.3
28292026-02-24T01:38:11.837Z[ helios-setup] Feb 24 01:38:11.753 INFO E| Compiling syn v2.0.101
28302026-02-24T01:38:12.520Z[ helios-setup] Feb 24 01:38:12.437 INFO E| Compiling unicode-segmentation v1.12.0
28312026-02-24T01:38:13.309Z[ helios-setup] Feb 24 01:38:13.226 INFO E| Compiling unicode-width v0.1.14
28322026-02-24T01:38:13.502Z[ helios-setup] Feb 24 01:38:13.419 INFO E| Compiling heck v0.5.0
28332026-02-24T01:38:13.629Z[ helios-setup] Feb 24 01:38:13.546 INFO E| Compiling atty v0.2.14
28342026-02-24T01:38:13.694Z[ helios-setup] Feb 24 01:38:13.611 INFO E| Compiling heck v0.3.3
28352026-02-24T01:38:13.859Z[ helios-setup] Feb 24 01:38:13.775 INFO E| Compiling parse_int v0.9.0
28362026-02-24T01:38:13.930Z[ helios-setup] Feb 24 01:38:13.847 INFO E| Compiling unic-common v0.9.0
28372026-02-24T01:38:14.052Z[ helios-setup] Feb 24 01:38:13.969 INFO E| Compiling ansi_term v0.12.1
28382026-02-24T01:38:14.319Z[ helios-setup] Feb 24 01:38:14.236 INFO E| Compiling textwrap v0.11.0
28392026-02-24T01:38:14.430Z[ helios-setup] Feb 24 01:38:14.347 INFO E| Compiling strum v0.27.1
28402026-02-24T01:38:14.491Z[ helios-setup] Feb 24 01:38:14.408 INFO E| Compiling unic-char-range v0.9.0
28412026-02-24T01:38:14.558Z[ helios-setup] Feb 24 01:38:14.475 INFO E| Compiling byteorder v1.5.0
28422026-02-24T01:38:14.705Z[ helios-setup] Feb 24 01:38:14.622 INFO E| Compiling vec_map v0.8.2
28432026-02-24T01:38:14.836Z[ helios-setup] Feb 24 01:38:14.753 INFO E| Compiling strsim v0.8.0
28442026-02-24T01:38:14.861Z[ helios-setup] Feb 24 01:38:14.767 INFO E| Compiling fletcher v1.0.0
28452026-02-24T01:38:14.915Z[ helios-setup] Feb 24 01:38:14.831 INFO E| Compiling bitflags v1.3.2
28462026-02-24T01:38:15.294Z[ helios-setup] Feb 24 01:38:15.211 INFO E| Compiling clap v2.34.0
28472026-02-24T01:38:15.379Z[ helios-setup] Feb 24 01:38:15.296 INFO E| Compiling unic-char-property v0.9.0
28482026-02-24T01:38:15.492Z[ helios-setup] Feb 24 01:38:15.409 INFO E| Compiling unic-ucd-version v0.9.0
28492026-02-24T01:38:15.551Z[ helios-setup] Feb 24 01:38:15.468 INFO E| Compiling log v0.4.27
28502026-02-24T01:38:15.599Z[ helios-setup] Feb 24 01:38:15.516 INFO E| Compiling lazy_static v1.5.0
28512026-02-24T01:38:15.785Z[ helios-setup] Feb 24 01:38:15.702 INFO E| Compiling plain v0.2.3
28522026-02-24T01:38:15.833Z[ helios-setup] Feb 24 01:38:15.750 INFO E| Compiling unic-ucd-ident v0.9.0
28532026-02-24T01:38:16.042Z[ helios-setup] Feb 24 01:38:15.959 INFO E| Compiling bytesize v2.0.1
28542026-02-24T01:38:18.821Z[ helios-setup] Feb 24 01:38:18.738 INFO E| Compiling modular-bitfield-impl v0.11.2
28552026-02-24T01:38:18.821Z[ helios-setup] Feb 24 01:38:18.738 INFO E| Compiling structopt-derive v0.4.18
28562026-02-24T01:38:19.223Z[ helios-setup] Feb 24 01:38:19.140 INFO E| Compiling serde_derive_internals v0.29.1
28572026-02-24T01:38:20.934Z[ helios-setup] Feb 24 01:38:20.851 INFO E| Compiling structopt v0.3.26
28582026-02-24T01:38:21.011Z[ helios-setup] Feb 24 01:38:20.928 INFO E| Compiling thiserror-impl v2.0.12
28592026-02-24T01:38:21.105Z[ helios-setup] Feb 24 01:38:21.022 INFO E| Compiling serde_derive v1.0.219
28602026-02-24T01:38:21.171Z[ helios-setup] Feb 24 01:38:21.088 INFO E| Compiling zerocopy-derive v0.8.25
28612026-02-24T01:38:21.218Z[ helios-setup] Feb 24 01:38:21.135 INFO E| Compiling schemars_derive v0.8.22
28622026-02-24T01:38:21.298Z[ helios-setup] Feb 24 01:38:21.215 INFO E| Compiling modular-bitfield-impl v0.13.1
28632026-02-24T01:38:21.445Z[ helios-setup] Feb 24 01:38:21.362 INFO E| Compiling num-derive v0.4.2
28642026-02-24T01:38:21.898Z[ helios-setup] Feb 24 01:38:21.815 INFO E| Compiling modular-bitfield v0.11.2
28652026-02-24T01:38:22.402Z[ helios-setup] Feb 24 01:38:22.319 INFO E| Compiling scroll_derive v0.12.1
28662026-02-24T01:38:23.172Z[ helios-setup] Feb 24 01:38:23.087 INFO E| Compiling strum_macros v0.27.1
28672026-02-24T01:38:25.059Z[ helios-setup] Feb 24 01:38:24.977 INFO E| Compiling modular-bitfield v0.13.1
28682026-02-24T01:38:25.117Z[ helios-setup] Feb 24 01:38:25.034 INFO E| Compiling scroll v0.12.0
28692026-02-24T01:38:25.312Z[ helios-setup] Feb 24 01:38:25.230 INFO E| Compiling pest v2.8.0
28702026-02-24T01:38:26.011Z[ helios-setup] Feb 24 01:38:25.928 INFO E| Compiling goblin v0.9.3
28712026-02-24T01:38:29.144Z[ helios-setup] Feb 24 01:38:29.061 INFO E| Compiling pest_meta v2.8.0
28722026-02-24T01:38:31.088Z[ helios-setup] Feb 24 01:38:31.005 INFO E| Compiling pest_generator v2.8.0
28732026-02-24T01:38:32.935Z[ helios-setup] Feb 24 01:38:32.853 INFO E| Compiling pest_derive v2.8.0
28742026-02-24T01:38:35.210Z[ helios-setup] Feb 24 01:38:35.127 INFO E| Compiling json5 v0.4.1
28752026-02-24T01:38:35.255Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 03s
28762026-02-24T01:38:35.575Z[ omicron-package]
28772026-02-24T01:38:35.575Z[ omicron-package] real 2:04.177815180
28782026-02-24T01:38:35.575Z[ omicron-package] user 8:32.854279711
28792026-02-24T01:38:35.575Z[ omicron-package] sys 37.139198899
28802026-02-24T01:38:35.575Z[ omicron-package] trap 1.062728339
28812026-02-24T01:38:35.598Z[ omicron-package] tflt 0.563878015
28822026-02-24T01:38:35.599Z[ omicron-package] dflt 1.538355694
28832026-02-24T01:38:35.599Z[ omicron-package] kflt 0.000458949
28842026-02-24T01:38:35.599Z[ omicron-package] lock 26:56.756104846
28852026-02-24T01:38:35.599Z[ omicron-package] slp 30:09.809471980
28862026-02-24T01:38:35.599Z[ omicron-package] lat 4:29.655336583
28872026-02-24T01:38:35.599Z[ omicron-package] stop 1:30.632631744
28882026-02-24T01:38:35.599ZFeb 24 01:38:35.494 INFO [omicron-package] process exited with exit status: 0 (124.279133863s)
28892026-02-24T01:38:35.599ZFeb 24 01:38:35.494 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28902026-02-24T01:38:35.599ZFeb 24 01:38:35.495 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28912026-02-24T01:38:35.623Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28922026-02-24T01:38:35.623Z[ recovery-target] Created new build target 'recovery' and set it as active
28932026-02-24T01:38:35.623Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28942026-02-24T01:38:35.623Z[ host-target] Created new build target 'host' and set it as active
28952026-02-24T01:38:35.623ZFeb 24 01:38:35.525 INFO [recovery-target] process exited with exit status: 0 (30.09364ms)
28962026-02-24T01:38:35.623ZFeb 24 01:38:35.530 INFO [host-target] process exited with exit status: 0 (35.180293ms)
28972026-02-24T01:38:35.623ZFeb 24 01:38:35.530 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28982026-02-24T01:38:35.647Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28992026-02-24T01:38:38.845Z[ helios-setup] Feb 24 01:38:38.763 INFO E| Compiling four-cc v0.4.0
29002026-02-24T01:38:38.845Z[ helios-setup] Feb 24 01:38:38.763 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29012026-02-24T01:38:39.070Z[ helios-setup] Feb 24 01:38:38.988 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29022026-02-24T01:38:39.386Z[ host-package] Compiling ring v0.17.14
29032026-02-24T01:38:39.559Z[ host-package] Compiling convert_case v0.4.0
29042026-02-24T01:38:39.559Z[ host-package] Compiling progenitor-impl v0.10.0
29052026-02-24T01:38:39.710Z[ host-package] Compiling is-terminal v0.4.13
29062026-02-24T01:38:39.710Z[ host-package] Compiling thread_local v1.1.8
29072026-02-24T01:38:39.710Z[ host-package] Compiling match_cfg v0.1.0
29082026-02-24T01:38:39.955Z[ host-package] Compiling bytecount v0.6.8
29092026-02-24T01:38:40.031Z[ host-package] Compiling hostname v0.3.1
29102026-02-24T01:38:40.340Z[ host-package] Compiling derive_more v0.99.20
29112026-02-24T01:38:40.398Z[ host-package] Compiling multer v3.1.0
29122026-02-24T01:38:40.421Z[ host-package] Compiling slog-async v2.8.0
29132026-02-24T01:38:40.501Z[ host-package] Compiling password-hash v0.5.0
29142026-02-24T01:38:40.559Z[ host-package] Compiling blake2 v0.10.6
29152026-02-24T01:38:40.649Z[ host-package] Compiling crossbeam-channel v0.5.15
29162026-02-24T01:38:41.917Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
29172026-02-24T01:38:42.191Z[ host-package] Compiling slog-json v2.6.1
29182026-02-24T01:38:42.726Z[ host-package] Compiling futures-executor v0.3.31
29192026-02-24T01:38:43.030Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
29202026-02-24T01:38:43.451Z[ host-package] Compiling serde_spanned v1.0.4
29212026-02-24T01:38:43.609Z[ host-package] Compiling swrite v0.1.0
29222026-02-24T01:38:43.828Z[ host-package] Compiling term v1.1.0
29232026-02-24T01:38:43.916Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29242026-02-24T01:38:43.940Z[ host-package] Compiling unicode-width v0.1.14
29252026-02-24T01:38:44.538Z[ host-package] Compiling take_mut v0.2.2
29262026-02-24T01:38:44.832Z[ host-package] Compiling slog-term v2.9.2
29272026-02-24T01:38:45.230Z[ host-package] Compiling rustls v0.23.19
29282026-02-24T01:38:45.309Z[ host-package] Compiling rustls v0.22.4
29292026-02-24T01:38:45.369Z[ host-package] Compiling tabwriter v1.4.0
29302026-02-24T01:38:45.555Z[ host-package] Compiling progenitor-macro v0.10.0
29312026-02-24T01:38:45.762Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
29322026-02-24T01:38:45.820Z[ host-package] Compiling futures v0.3.31
29332026-02-24T01:38:45.965Z[ host-package] Compiling slog-bunyan v2.5.0
29342026-02-24T01:38:46.002Z[ host-package] Compiling argon2 v0.5.3
29352026-02-24T01:38:46.326Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29362026-02-24T01:38:47.221Z[ host-package] Compiling dropshot v0.16.7
29372026-02-24T01:38:47.389Z[ host-package] Compiling async-stream v0.3.6
29382026-02-24T01:38:47.737Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
29392026-02-24T01:38:48.133Z[ host-package] Compiling rustls-webpki v0.102.8
29402026-02-24T01:38:48.581Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29412026-02-24T01:38:48.789Z[ host-package] Compiling universal-hash v0.5.1
29422026-02-24T01:38:49.113Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29432026-02-24T01:38:50.042Z[ host-package] Compiling waitgroup v0.1.2
29442026-02-24T01:38:50.188Z[ host-package] Compiling rustls-pemfile v2.2.0
29452026-02-24T01:38:50.351Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29462026-02-24T01:38:50.687Z[ host-package] Compiling serde_path_to_error v0.1.20
29472026-02-24T01:38:51.492Z[ host-package] Compiling hostname v0.4.2
29482026-02-24T01:38:51.602Z[ host-package] Compiling instant v0.1.13
29492026-02-24T01:38:51.812Z[ host-package] Compiling opaque-debug v0.3.1
29502026-02-24T01:38:51.859Z[ host-package] Compiling colored v3.0.0
29512026-02-24T01:38:51.976Z[ host-package] Compiling debug-ignore v1.0.5
29522026-02-24T01:38:52.240Z[ host-package] Compiling poly1305 v0.8.0
29532026-02-24T01:38:52.617Z[ host-package] Compiling backoff v0.4.0
29542026-02-24T01:38:52.781Z[ host-package] Compiling thiserror-no-std v2.0.2
29552026-02-24T01:38:52.996Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29562026-02-24T01:38:53.137Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29572026-02-24T01:38:53.807Z[ host-package] Compiling parse-display v0.10.0
29582026-02-24T01:38:54.437Z[ host-package] Compiling tokio-rustls v0.25.0
29592026-02-24T01:38:54.481Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29602026-02-24T01:38:54.809Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29612026-02-24T01:38:56.293Z[ host-package] Compiling chacha20 v0.9.1
29622026-02-24T01:38:56.910Z[ host-package] Compiling tokio-rustls v0.26.0
29632026-02-24T01:38:57.283Z[ host-package] Compiling aead v0.5.2
29642026-02-24T01:38:57.553Z[ host-package] Compiling hyper-rustls v0.27.7
29652026-02-24T01:38:58.313Z[ host-package] Compiling reqwest v0.12.24
29662026-02-24T01:39:01.115Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29672026-02-24T01:39:03.076Z[ host-package] Compiling progenitor-client v0.11.2
29682026-02-24T01:39:03.203Z[ host-package] Compiling progenitor-client v0.10.0
29692026-02-24T01:39:03.802Z[ host-package] Compiling progenitor v0.11.2
29702026-02-24T01:39:03.867Z[ host-package] Compiling macaddr v1.0.1
29712026-02-24T01:39:04.216Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29722026-02-24T01:39:04.403Z[ host-package] Compiling derive-where v1.5.0
29732026-02-24T01:39:07.918Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29742026-02-24T01:39:09.267Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29752026-02-24T01:39:09.997Z[ host-package] Compiling chacha20poly1305 v0.10.1
29762026-02-24T01:39:10.094Z[ host-package] Compiling vsss-rs v3.3.4
29772026-02-24T01:39:10.347Z[ host-package] Compiling num-rational v0.4.2
29782026-02-24T01:39:15.956Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29792026-02-24T01:39:17.428Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29802026-02-24T01:39:17.709Z[ host-package] Compiling progenitor v0.10.0
29812026-02-24T01:39:18.062Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29822026-02-24T01:39:18.507Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29832026-02-24T01:39:18.911Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29842026-02-24T01:39:19.216Z[ helios-setup] Feb 24 01:39:19.135 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29852026-02-24T01:39:21.581Z[ host-package] Compiling num-complex v0.4.6
29862026-02-24T01:39:23.196Z[ host-package] Compiling num v0.4.3
29872026-02-24T01:39:23.379Z[ host-package] Compiling console v0.15.10
29882026-02-24T01:39:23.652Z[ host-package] Compiling float-ord v0.3.2
29892026-02-24T01:39:24.369Z[ host-package] Compiling toml v0.8.23
29902026-02-24T01:39:26.118Z[ host-package] Compiling newline-converter v0.3.0
29912026-02-24T01:39:26.511Z[ host-package] Compiling atomicwrites v0.4.4
29922026-02-24T01:39:26.660Z[ host-package] Compiling prettyplease v0.2.36
29932026-02-24T01:39:26.743Z[ host-package] Compiling slog-dtrace v0.3.0
29942026-02-24T01:39:27.693Z[ host-package] Compiling expectorate v1.2.0
29952026-02-24T01:39:28.383Z[ host-package] Compiling cancel-safe-futures v0.1.5
29962026-02-24T01:39:29.654Z[ helios-setup] Feb 24 01:39:29.574 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29972026-02-24T01:39:32.699Z[ host-package] Compiling owo-colors v4.2.3
29982026-02-24T01:39:35.798Z[ host-package] Compiling resolv-conf v0.7.0
29992026-02-24T01:39:37.640Z[ host-package] Compiling libsw-core v0.3.1
30002026-02-24T01:39:38.036Z[ host-package] Compiling libsw v3.5.0
30012026-02-24T01:39:42.290Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30022026-02-24T01:39:42.408Z[ host-package] Compiling linear-map v1.2.0
30032026-02-24T01:39:42.690Z[ host-package] Compiling linked-hash-map v0.5.6
30042026-02-24T01:39:43.046Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30052026-02-24T01:39:43.492Z[ host-package] Compiling lru-cache v0.1.2
30062026-02-24T01:39:43.864Z[ host-package] Compiling unicode-xid v0.2.6
30072026-02-24T01:39:44.132Z[ host-package] Compiling hickory-proto v0.24.4
30082026-02-24T01:39:46.916Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30092026-02-24T01:39:48.724Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-02-24T01:39:52.232Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30112026-02-24T01:39:52.803Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30122026-02-24T01:39:53.840Z[ host-package] Compiling hickory-resolver v0.24.4
30132026-02-24T01:39:53.888Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30142026-02-24T01:40:00.347Z[ helios-setup] Feb 24 01:40:00.268 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
30152026-02-24T01:40:00.393Z[ helios-setup] Feb 24 01:40:00.314 INFO building project "amd-host-image-builder" ok (114 seconds)
30162026-02-24T01:40:00.393Z[ helios-setup] Feb 24 01:40:00.314 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
30172026-02-24T01:40:00.542Z[ helios-setup] Feb 24 01:40:00.463 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
30182026-02-24T01:40:00.542Z[ helios-setup] Feb 24 01:40:00.463 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
30192026-02-24T01:40:00.566Z[ helios-setup] Feb 24 01:40:00.463 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
30202026-02-24T01:40:00.566Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30212026-02-24T01:40:01.047Z[ helios-setup] Feb 24 01:40:00.968 INFO E| Downloading crates ...
30222026-02-24T01:40:01.136Z[ helios-setup] Feb 24 01:40:01.056 INFO E| Downloaded time-core v0.1.4
30232026-02-24T01:40:01.159Z[ helios-setup] Feb 24 01:40:01.059 INFO E| Downloaded fastrand v2.3.0
30242026-02-24T01:40:01.159Z[ helios-setup] Feb 24 01:40:01.078 INFO E| Downloaded deranged v0.4.0
30252026-02-24T01:40:01.183Z[ helios-setup] Feb 24 01:40:01.086 INFO E| Downloaded time-macros v0.2.22
30262026-02-24T01:40:01.183Z[ helios-setup] Feb 24 01:40:01.097 INFO E| Downloaded tempfile v3.20.0
30272026-02-24T01:40:01.184Z[ helios-setup] Feb 24 01:40:01.102 INFO E| Downloaded serde_with_macros v3.12.0
30282026-02-24T01:40:01.210Z[ helios-setup] Feb 24 01:40:01.106 INFO E| Downloaded anyhow v1.0.98
30292026-02-24T01:40:01.210Z[ helios-setup] Feb 24 01:40:01.112 INFO E| Downloaded time v0.3.41
30302026-02-24T01:40:01.210Z[ helios-setup] Feb 24 01:40:01.123 INFO E| Downloaded indexmap v2.9.0
30312026-02-24T01:40:01.210Z[ helios-setup] Feb 24 01:40:01.129 INFO E| Downloaded getrandom v0.3.3
30322026-02-24T01:40:01.234Z[ helios-setup] Feb 24 01:40:01.134 INFO E| Downloaded hashbrown v0.15.3
30332026-02-24T01:40:01.235Z[ helios-setup] Feb 24 01:40:01.142 INFO E| Downloaded serde_with v3.12.0
30342026-02-24T01:40:01.235Z[ helios-setup] Feb 24 01:40:01.154 INFO E| Downloaded darling_core v0.20.11
30352026-02-24T01:40:01.259Z[ helios-setup] Feb 24 01:40:01.160 INFO E| Downloaded darling v0.20.11
30362026-02-24T01:40:01.259Z[ helios-setup] Feb 24 01:40:01.167 INFO E| Downloaded chrono v0.4.41
30372026-02-24T01:40:01.283Z[ helios-setup] Feb 24 01:40:01.182 INFO E| Downloaded darling_macro v0.20.11
30382026-02-24T01:40:01.283Z[ helios-setup] Feb 24 01:40:01.183 INFO E| Downloaded bitflags v2.9.1
30392026-02-24T01:40:01.283Z[ helios-setup] Feb 24 01:40:01.189 INFO E| Downloaded rustix v1.0.7
30402026-02-24T01:40:01.374Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling proc-macro2 v1.0.95
30412026-02-24T01:40:01.374Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling unicode-ident v1.0.18
30422026-02-24T01:40:01.398Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling libc v0.2.172
30432026-02-24T01:40:01.398Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling fnv v1.0.7
30442026-02-24T01:40:01.398Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling ident_case v1.0.1
30452026-02-24T01:40:01.398Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling strsim v0.11.1
30462026-02-24T01:40:01.398Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling serde v1.0.219
30472026-02-24T01:40:01.398Z[ helios-setup] Feb 24 01:40:01.295 INFO E| Compiling rustix v1.0.7
30482026-02-24T01:40:01.808Z[ helios-setup] Feb 24 01:40:01.729 INFO E| Compiling getrandom v0.3.3
30492026-02-24T01:40:02.180Z[ helios-setup] Feb 24 01:40:02.101 INFO E| Compiling cfg-if v1.0.0
30502026-02-24T01:40:02.308Z[ helios-setup] Feb 24 01:40:02.229 INFO E| Compiling bitflags v2.9.1
30512026-02-24T01:40:02.429Z[ helios-setup] Feb 24 01:40:02.349 INFO E| Compiling anyhow v1.0.98
30522026-02-24T01:40:02.837Z[ helios-setup] Feb 24 01:40:02.758 INFO E| Compiling thiserror v2.0.12
30532026-02-24T01:40:03.356Z[ helios-setup] Feb 24 01:40:03.277 INFO E| Compiling serde_json v1.0.140
30542026-02-24T01:40:03.582Z[ helios-setup] Feb 24 01:40:03.503 INFO E| Compiling fastrand v2.3.0
30552026-02-24T01:40:03.650Z[ helios-setup] Feb 24 01:40:03.571 INFO E| Compiling memchr v2.7.4
30562026-02-24T01:40:04.022Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-02-24T01:40:04.153Z[ helios-setup] Feb 24 01:40:04.074 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30582026-02-24T01:40:04.203Z[ helios-setup] Feb 24 01:40:04.121 INFO E| Compiling once_cell v1.21.3
30592026-02-24T01:40:04.605Z[ helios-setup] Feb 24 01:40:04.525 INFO E| Compiling itoa v1.0.15
30602026-02-24T01:40:04.645Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-02-24T01:40:04.960Z[ helios-setup] Feb 24 01:40:04.875 INFO E| Compiling ryu v1.0.20
30622026-02-24T01:40:05.364Z[ helios-setup] Feb 24 01:40:05.285 INFO E| Compiling errno v0.3.12
30632026-02-24T01:40:06.031Z[ helios-setup] Feb 24 01:40:05.952 INFO E| Compiling quote v1.0.40
30642026-02-24T01:40:06.625Z[ helios-setup] Feb 24 01:40:06.546 INFO E| Compiling syn v2.0.101
30652026-02-24T01:40:08.876Z[ helios-setup] Feb 24 01:40:08.796 INFO E| Compiling tempfile v3.20.0
30662026-02-24T01:40:11.701Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30672026-02-24T01:40:12.263Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30682026-02-24T01:40:14.375Z[ helios-setup] Feb 24 01:40:14.296 INFO E| Compiling darling_core v0.20.11
30692026-02-24T01:40:17.487Z[ helios-setup] Feb 24 01:40:17.408 INFO E| Compiling serde_derive v1.0.219
30702026-02-24T01:40:17.511Z[ helios-setup] Feb 24 01:40:17.409 INFO E| Compiling thiserror-impl v2.0.12
30712026-02-24T01:40:18.203Z[ host-package] Compiling convert_case v0.7.1
30722026-02-24T01:40:19.320Z[ host-package] Compiling derive_more-impl v2.0.1
30732026-02-24T01:40:20.069Z[ helios-setup] Feb 24 01:40:19.990 INFO E| Compiling darling_macro v0.20.11
30742026-02-24T01:40:20.418Z[ host-package] Compiling qorb v0.4.1
30752026-02-24T01:40:20.912Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30762026-02-24T01:40:22.039Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30772026-02-24T01:40:22.155Z[ helios-setup] Feb 24 01:40:22.076 INFO E| Compiling darling v0.20.11
30782026-02-24T01:40:22.324Z[ helios-setup] Feb 24 01:40:22.246 INFO E| Compiling serde_with_macros v3.12.0
30792026-02-24T01:40:26.566Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30802026-02-24T01:40:28.782Z[ host-package] Compiling derive_more v2.0.1
30812026-02-24T01:40:28.824Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30822026-02-24T01:40:29.102Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30832026-02-24T01:40:29.320Z[ host-package] Compiling vte_generate_state_changes v0.1.2
30842026-02-24T01:40:29.794Z[ host-package] Compiling termtree v0.5.1
30852026-02-24T01:40:29.984Z[ host-package] Compiling siphasher v1.0.1
30862026-02-24T01:40:30.110Z[ host-package] Compiling vte v0.11.1
30872026-02-24T01:40:30.270Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30882026-02-24T01:40:30.364Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30892026-02-24T01:40:30.611Z[ host-package] Compiling phf_shared v0.12.1
30902026-02-24T01:40:31.474Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30912026-02-24T01:40:31.904Z[ host-package] Compiling crossterm v0.29.0
30922026-02-24T01:40:32.139Z[ helios-setup] Feb 24 01:40:32.061 INFO E| Compiling serde_with v3.12.0
30932026-02-24T01:40:38.303Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30942026-02-24T01:40:41.896Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30952026-02-24T01:40:43.610Z[ host-package] Compiling csv-core v0.1.11
30962026-02-24T01:40:43.798Z[ helios-setup] Feb 24 01:40:43.720 INFO E| Finished `release` profile [optimized] target(s) in 43.12s
30972026-02-24T01:40:43.849Z[ helios-setup] Feb 24 01:40:43.771 INFO building project "dmar-report" ok (43 seconds)
30982026-02-24T01:40:43.849Z[ helios-setup] Feb 24 01:40:43.771 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30992026-02-24T01:40:44.021Z[ helios-setup] Feb 24 01:40:43.943 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
31002026-02-24T01:40:44.021Z[ helios-setup] Feb 24 01:40:43.943 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31012026-02-24T01:40:44.045Z[ helios-setup] Feb 24 01:40:43.944 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31022026-02-24T01:40:44.389Z[ helios-setup] Feb 24 01:40:44.312 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31032026-02-24T01:40:45.821Z[ host-package] Compiling chrono-tz v0.10.4
31042026-02-24T01:40:45.867Z[ helios-setup] Feb 24 01:40:44.955 INFO E| From https://github.com/jclulow/rust-jmclib
31052026-02-24T01:40:45.867Z[ helios-setup] Feb 24 01:40:44.955 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31062026-02-24T01:40:45.867Z[ helios-setup] Feb 24 01:40:44.975 INFO E| Updating crates.io index
31072026-02-24T01:40:45.867Z[ helios-setup] Feb 24 01:40:45.085 INFO E| Downloading crates ...
31082026-02-24T01:40:45.867Z[ host-package] Compiling highway v1.3.0
31092026-02-24T01:40:45.867Z[ helios-setup] Feb 24 01:40:45.276 INFO E| Downloaded anyhow v1.0.72
31102026-02-24T01:40:45.867Z[ helios-setup] Feb 24 01:40:45.281 INFO E| Downloaded sha-1 v0.9.8
31112026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.284 INFO E| Downloaded libdevinfo-sys v1.0.0
31122026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.285 INFO E| Downloaded walkdir v2.3.3
31132026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.288 INFO E| Downloaded unicode-ident v1.0.11
31142026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.291 INFO E| Downloaded proc-macro2 v1.0.66
31152026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.294 INFO E| Downloaded uuid v0.8.2
31162026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.299 INFO E| Downloaded opaque-debug v0.3.0
31172026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.300 INFO E| Downloaded digest v0.9.0
31182026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.302 INFO E| Downloaded itoa v1.0.9
31192026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.304 INFO E| Downloaded block-buffer v0.9.0
31202026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.305 INFO E| Downloaded serde_json v1.0.103
31212026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.314 INFO E| Downloaded typenum v1.16.0
31222026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.317 INFO E| Downloaded getrandom v0.2.10
31232026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.320 INFO E| Downloaded toml v0.5.11
31242026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.323 INFO E| Downloaded serde v1.0.193
31252026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.326 INFO E| Downloaded serde_derive v1.0.193
31262026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.329 INFO E| Downloaded quote v1.0.31
31272026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.332 INFO E| Downloaded bitflags v2.3.3
31282026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.335 INFO E| Downloaded md-5 v0.9.1
31292026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.337 INFO E| Downloaded tempfile v3.7.0
31302026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.339 INFO E| Downloaded errno v0.3.1
31312026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.341 INFO E| Downloaded ryu v1.0.15
31322026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.344 INFO E| Downloaded once_cell v1.18.0
31332026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.347 INFO E| Downloaded syn v2.0.32
31342026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.358 INFO E| Downloaded glob v0.3.1
31352026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.359 INFO E| Downloaded fastrand v2.0.0
31362026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.361 INFO E| Downloaded cpufeatures v0.2.9
31372026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.362 INFO E| Downloaded rustix v0.38.4
31382026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.385 INFO E| Downloaded libc v0.2.147
31392026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling libc v0.2.147
31402026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling proc-macro2 v1.0.66
31412026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling unicode-ident v1.0.11
31422026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling cfg-if v1.0.0
31432026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling version_check v0.9.4
31442026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling typenum v1.16.0
31452026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling serde v1.0.193
31462026-02-24T01:40:45.868Z[ helios-setup] Feb 24 01:40:45.487 INFO E| Compiling rustix v0.38.4
31472026-02-24T01:40:46.063Z[ helios-setup] Feb 24 01:40:45.986 INFO E| Compiling num-conv v0.1.0
31482026-02-24T01:40:46.580Z[ helios-setup] Feb 24 01:40:46.503 INFO E| Compiling powerfmt v0.2.0
31492026-02-24T01:40:46.846Z[ helios-setup] Feb 24 01:40:46.769 INFO E| Compiling itoa v1.0.9
31502026-02-24T01:40:46.871Z[ host-package] Compiling tough v0.20.0
31512026-02-24T01:40:47.110Z[ helios-setup] Feb 24 01:40:47.032 INFO E| Compiling generic-array v0.14.7
31522026-02-24T01:40:47.144Z[ helios-setup] Feb 24 01:40:47.067 INFO E| Compiling slog v2.7.0
31532026-02-24T01:40:47.240Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31542026-02-24T01:40:47.353Z[ helios-setup] Feb 24 01:40:47.265 INFO E| Compiling time-core v0.1.2
31552026-02-24T01:40:47.388Z[ helios-setup] Feb 24 01:40:47.310 INFO E| Compiling deranged v0.3.11
31562026-02-24T01:40:47.857Z[ helios-setup] Feb 24 01:40:47.780 INFO E| Compiling time-macros v0.2.18
31572026-02-24T01:40:47.882Z[ helios-setup] Feb 24 01:40:47.787 INFO E| Compiling bitflags v2.3.3
31582026-02-24T01:40:47.910Z[ host-package] Compiling csv v1.3.1
31592026-02-24T01:40:48.350Z[ helios-setup] Feb 24 01:40:48.273 INFO E| Compiling once_cell v1.18.0
31602026-02-24T01:40:48.390Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31612026-02-24T01:40:48.697Z[ helios-setup] Feb 24 01:40:48.619 INFO E| Compiling num_threads v0.1.6
31622026-02-24T01:40:48.886Z[ helios-setup] Feb 24 01:40:48.809 INFO E| Compiling quote v1.0.31
31632026-02-24T01:40:49.020Z[ helios-setup] Feb 24 01:40:48.943 INFO E| Compiling thread_local v1.1.7
31642026-02-24T01:40:49.627Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31652026-02-24T01:40:49.792Z[ helios-setup] Feb 24 01:40:49.715 INFO E| Compiling syn v2.0.32
31662026-02-24T01:40:50.169Z[ helios-setup] Feb 24 01:40:50.092 INFO E| Compiling dirs-sys-next v0.1.2
31672026-02-24T01:40:50.194Z[ helios-setup] Feb 24 01:40:50.099 INFO E| Compiling errno v0.3.1
31682026-02-24T01:40:50.462Z[ helios-setup] Feb 24 01:40:50.385 INFO E| Compiling atty v0.2.14
31692026-02-24T01:40:50.712Z[ helios-setup] Feb 24 01:40:50.635 INFO E| Compiling dirs-next v2.0.0
31702026-02-24T01:40:50.752Z[ helios-setup] Feb 24 01:40:50.675 INFO E| Compiling serde_json v1.0.103
31712026-02-24T01:40:50.842Z[ helios-setup] Feb 24 01:40:50.765 INFO E| Compiling opaque-debug v0.3.0
31722026-02-24T01:40:51.003Z[ host-package] Compiling phf v0.12.1
31732026-02-24T01:40:51.072Z[ helios-setup] Feb 24 01:40:50.995 INFO E| Compiling term v0.7.0
31742026-02-24T01:40:51.344Z[ helios-setup] Feb 24 01:40:51.267 INFO E| Compiling anyhow v1.0.72
31752026-02-24T01:40:51.449Z[ helios-setup] Feb 24 01:40:51.372 INFO E| Compiling fastrand v2.0.0
31762026-02-24T01:40:51.932Z[ host-package] Compiling const_format_proc_macros v0.2.34
31772026-02-24T01:40:51.978Z[ host-package] Compiling papergrid v0.11.0
31782026-02-24T01:40:52.111Z[ helios-setup] Feb 24 01:40:52.034 INFO E| Compiling getrandom v0.2.10
31792026-02-24T01:40:52.280Z[ host-package] Compiling tabled_derive v0.7.0
31802026-02-24T01:40:52.806Z[ helios-setup] Feb 24 01:40:52.728 INFO E| Compiling block-buffer v0.9.0
31812026-02-24T01:40:52.856Z[ helios-setup] Feb 24 01:40:52.779 INFO E| Compiling digest v0.9.0
31822026-02-24T01:40:52.901Z[ helios-setup] Feb 24 01:40:52.824 INFO E| Compiling same-file v1.0.6
31832026-02-24T01:40:52.926Z[ helios-setup] Feb 24 01:40:52.825 INFO E| Compiling time v0.3.36
31842026-02-24T01:40:53.253Z[ host-package] Compiling fd-lock v4.0.2
31852026-02-24T01:40:53.474Z[ helios-setup] Feb 24 01:40:53.397 INFO E| Compiling tempfile v3.7.0
31862026-02-24T01:40:53.526Z[ helios-setup] Feb 24 01:40:53.449 INFO E| Compiling cpufeatures v0.2.9
31872026-02-24T01:40:53.698Z[ helios-setup] Feb 24 01:40:53.621 INFO E| Compiling unicode-width v0.1.10
31882026-02-24T01:40:53.801Z[ host-package] Compiling peg-macros v0.8.5
31892026-02-24T01:40:53.829Z[ helios-setup] Feb 24 01:40:53.752 INFO E| Compiling ryu v1.0.15
31902026-02-24T01:40:53.907Z[ helios-setup] Feb 24 01:40:53.829 INFO E| Compiling sha-1 v0.9.8
31912026-02-24T01:40:54.033Z[ helios-setup] Feb 24 01:40:53.956 INFO E| Compiling walkdir v2.3.3
31922026-02-24T01:40:54.288Z[ helios-setup] Feb 24 01:40:54.211 INFO E| Compiling getopts v0.2.21
31932026-02-24T01:40:54.637Z[ helios-setup] Feb 24 01:40:54.560 INFO E| Compiling md-5 v0.9.1
31942026-02-24T01:40:54.866Z[ helios-setup] Feb 24 01:40:54.789 INFO E| Compiling libdevinfo-sys v1.0.0
31952026-02-24T01:40:55.073Z[ helios-setup] Feb 24 01:40:54.996 INFO E| Compiling glob v0.3.1
31962026-02-24T01:40:55.111Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31972026-02-24T01:40:56.127Z[ host-package] Compiling nu-ansi-term v0.50.1
31982026-02-24T01:40:56.361Z[ helios-setup] Feb 24 01:40:56.284 INFO E| Compiling slog-term v2.9.0
31992026-02-24T01:40:56.797Z[ host-package] Compiling tabled v0.15.0
32002026-02-24T01:40:57.125Z[ helios-setup] Feb 24 01:40:57.048 INFO E| Compiling serde_derive v1.0.193
32012026-02-24T01:40:57.863Z[ host-package] Compiling reedline v0.40.0
32022026-02-24T01:40:58.316Z[ host-package] Compiling peg v0.8.5
32032026-02-24T01:40:58.498Z[ host-package] Compiling const_format v0.2.34
32042026-02-24T01:41:06.988Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32052026-02-24T01:41:07.466Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32062026-02-24T01:41:08.575Z[ helios-setup] Feb 24 01:41:08.496 INFO E| Compiling toml v0.5.11
32072026-02-24T01:41:08.575Z[ helios-setup] Feb 24 01:41:08.496 INFO E| Compiling uuid v0.8.2
32082026-02-24T01:41:10.728Z[ helios-setup] Feb 24 01:41:10.651 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32092026-02-24T01:41:11.540Z[ host-package] Compiling bcs v0.1.6
32102026-02-24T01:41:12.580Z[ helios-setup] Feb 24 01:41:12.503 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32112026-02-24T01:41:12.653Z[ host-package] Compiling semver v0.1.20
32122026-02-24T01:41:13.224Z[ host-package] Compiling rustc_version v0.1.7
32132026-02-24T01:41:13.788Z[ host-package] Compiling newtype_derive v0.1.6
32142026-02-24T01:41:14.380Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32152026-02-24T01:41:14.923Z[ host-package] Compiling unicode-linebreak v0.1.5
32162026-02-24T01:41:15.578Z[ host-package] Compiling humantime v2.2.0
32172026-02-24T01:41:15.753Z[ host-package] Compiling smawk v0.3.2
32182026-02-24T01:41:16.165Z[ host-package] Compiling textwrap v0.16.2
32192026-02-24T01:41:16.807Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
32202026-02-24T01:41:17.247Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32212026-02-24T01:41:18.540Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-02-24T01:41:18.766Z[ host-package] Compiling steno v0.4.1
32232026-02-24T01:41:19.231Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32242026-02-24T01:41:20.419Z[ host-package] Compiling utf-8 v0.7.6
32252026-02-24T01:41:21.114Z[ host-package] Compiling moka v0.12.10
32262026-02-24T01:41:21.792Z[ host-package] Compiling tagptr v0.2.0
32272026-02-24T01:41:23.224Z[ helios-setup] Feb 24 01:41:23.148 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.04s
32282026-02-24T01:41:23.263Z[ helios-setup] Feb 24 01:41:23.187 INFO building project "image-builder" ok (39 seconds)
32292026-02-24T01:41:23.263Z[ helios-setup] Feb 24 01:41:23.187 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32302026-02-24T01:41:23.381Z[ helios-setup] Feb 24 01:41:23.305 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
32312026-02-24T01:41:23.381Z[ helios-setup] Feb 24 01:41:23.305 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32322026-02-24T01:41:23.381Z[ helios-setup] Feb 24 01:41:23.305 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32332026-02-24T01:41:23.716Z[ helios-setup] Feb 24 01:41:23.639 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32342026-02-24T01:41:24.302Z[ helios-setup] Feb 24 01:41:24.226 INFO E| From https://github.com/jclulow/hiercmd
32352026-02-24T01:41:24.302Z[ helios-setup] Feb 24 01:41:24.226 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32362026-02-24T01:41:24.327Z[ helios-setup] Feb 24 01:41:24.251 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32372026-02-24T01:41:24.834Z[ helios-setup] Feb 24 01:41:24.758 INFO E| From https://github.com/oxidecomputer/network-interface
32382026-02-24T01:41:24.834Z[ helios-setup] Feb 24 01:41:24.758 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32392026-02-24T01:41:24.859Z[ helios-setup] Feb 24 01:41:24.783 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32402026-02-24T01:41:25.370Z[ helios-setup] Feb 24 01:41:25.293 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32412026-02-24T01:41:25.370Z[ helios-setup] Feb 24 01:41:25.294 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32422026-02-24T01:41:25.415Z[ helios-setup] Feb 24 01:41:25.339 INFO E| Updating crates.io index
32432026-02-24T01:41:25.738Z[ helios-setup] Feb 24 01:41:25.662 INFO E| Downloading crates ...
32442026-02-24T01:41:25.847Z[ host-package] Compiling hickory-resolver v0.25.2
32452026-02-24T01:41:25.944Z[ helios-setup] Feb 24 01:41:25.868 INFO E| Downloaded bitflags v2.10.0
32462026-02-24T01:41:25.969Z[ helios-setup] Feb 24 01:41:25.875 INFO E| Downloaded autocfg v1.5.0
32472026-02-24T01:41:25.969Z[ helios-setup] Feb 24 01:41:25.878 INFO E| Downloaded errno v0.3.14
32482026-02-24T01:41:25.969Z[ helios-setup] Feb 24 01:41:25.881 INFO E| Downloaded clap_lex v0.7.6
32492026-02-24T01:41:25.969Z[ helios-setup] Feb 24 01:41:25.883 INFO E| Downloaded base64ct v1.8.0
32502026-02-24T01:41:25.969Z[ helios-setup] Feb 24 01:41:25.887 INFO E| Downloaded colorchoice v1.0.4
32512026-02-24T01:41:25.969Z[ helios-setup] Feb 24 01:41:25.889 INFO E| Downloaded lock_api v0.4.14
32522026-02-24T01:41:25.969Z[ helios-setup] Feb 24 01:41:25.891 INFO E| Downloaded log v0.4.28
32532026-02-24T01:41:25.993Z[ helios-setup] Feb 24 01:41:25.896 INFO E| Downloaded thread_local v1.1.9
32542026-02-24T01:41:25.993Z[ helios-setup] Feb 24 01:41:25.899 INFO E| Downloaded parking_lot_core v0.9.12
32552026-02-24T01:41:25.993Z[ helios-setup] Feb 24 01:41:25.902 INFO E| Downloaded flagset v0.4.7
32562026-02-24T01:41:25.994Z[ helios-setup] Feb 24 01:41:25.905 INFO E| Downloaded serde_spanned v1.0.3
32572026-02-24T01:41:25.994Z[ helios-setup] Feb 24 01:41:25.907 INFO E| Downloaded getrandom v0.2.16
32582026-02-24T01:41:25.994Z[ helios-setup] Feb 24 01:41:25.912 INFO E| Downloaded zeroize v1.8.2
32592026-02-24T01:41:25.994Z[ helios-setup] Feb 24 01:41:25.915 INFO E| Downloaded terminal_size v0.4.3
32602026-02-24T01:41:25.994Z[ helios-setup] Feb 24 01:41:25.917 INFO E| Downloaded devinfo v0.1.0
32612026-02-24T01:41:26.020Z[ helios-setup] Feb 24 01:41:25.924 INFO E| Downloaded pkg-config v0.3.32
32622026-02-24T01:41:26.020Z[ helios-setup] Feb 24 01:41:25.927 INFO E| Downloaded toml_parser v1.0.4
32632026-02-24T01:41:26.020Z[ helios-setup] Feb 24 01:41:25.932 INFO E| Downloaded toml_writer v1.0.4
32642026-02-24T01:41:26.020Z[ helios-setup] Feb 24 01:41:25.936 INFO E| Downloaded is-terminal v0.4.17
32652026-02-24T01:41:26.020Z[ helios-setup] Feb 24 01:41:25.939 INFO E| Downloaded toml_edit v0.23.7
32662026-02-24T01:41:26.045Z[ helios-setup] Feb 24 01:41:25.945 INFO E| Downloaded proc-macro-crate v3.4.0
32672026-02-24T01:41:26.045Z[ helios-setup] Feb 24 01:41:25.947 INFO E| Downloaded iana-time-zone v0.1.64
32682026-02-24T01:41:26.045Z[ helios-setup] Feb 24 01:41:25.953 INFO E| Downloaded num_enum v0.7.5
32692026-02-24T01:41:26.045Z[ helios-setup] Feb 24 01:41:25.962 INFO E| Downloaded unicode-ident v1.0.22
32702026-02-24T01:41:26.045Z[ helios-setup] Feb 24 01:41:25.967 INFO E| Downloaded thiserror-impl v2.0.17
32712026-02-24T01:41:26.069Z[ helios-setup] Feb 24 01:41:25.972 INFO E| Downloaded toml_datetime v0.7.3
32722026-02-24T01:41:26.069Z[ helios-setup] Feb 24 01:41:25.975 INFO E| Downloaded uuid v1.18.1
32732026-02-24T01:41:26.069Z[ helios-setup] Feb 24 01:41:25.981 INFO E| Downloaded winnow v0.7.13
32742026-02-24T01:41:26.069Z[ helios-setup] Feb 24 01:41:25.993 INFO E| Downloaded serde_json v1.0.145
32752026-02-24T01:41:26.094Z[ helios-setup] Feb 24 01:41:26.002 INFO E| Downloaded indexmap v2.12.0
32762026-02-24T01:41:26.094Z[ helios-setup] Feb 24 01:41:26.009 INFO E| Downloaded syn v2.0.108
32772026-02-24T01:41:26.119Z[ helios-setup] Feb 24 01:41:26.023 INFO E| Downloaded libm v0.2.15
32782026-02-24T01:41:26.119Z[ helios-setup] Feb 24 01:41:26.036 INFO E| Downloaded chrono v0.4.42
32792026-02-24T01:41:26.143Z[ helios-setup] Feb 24 01:41:26.045 INFO E| Downloaded clap_builder v4.5.51
32802026-02-24T01:41:26.143Z[ helios-setup] Feb 24 01:41:26.053 INFO E| Downloaded unicode-width v0.2.2
32812026-02-24T01:41:26.143Z[ host-package] Compiling tungstenite v0.21.0
32822026-02-24T01:41:26.143Z[ helios-setup] Feb 24 01:41:26.063 INFO E| Downloaded num-bigint-dig v0.8.4
32832026-02-24T01:41:26.167Z[ helios-setup] Feb 24 01:41:26.069 INFO E| Downloaded iddqd v0.3.14
32842026-02-24T01:41:26.168Z[ helios-setup] Feb 24 01:41:26.077 INFO E| Downloaded memchr v2.7.6
32852026-02-24T01:41:26.168Z[ helios-setup] Feb 24 01:41:26.084 INFO E| Downloaded rustix v1.1.2
32862026-02-24T01:41:26.192Z[ helios-setup] Feb 24 01:41:26.114 INFO E| Downloaded hashbrown v0.16.0
32872026-02-24T01:41:26.217Z[ helios-setup] Feb 24 01:41:26.122 INFO E| Downloaded toml v0.9.8
32882026-02-24T01:41:26.217Z[ helios-setup] Feb 24 01:41:26.128 INFO E| Downloaded time v0.3.44
32892026-02-24T01:41:26.217Z[ helios-setup] Feb 24 01:41:26.139 INFO E| Downloaded miniz_oxide v0.8.9
32902026-02-24T01:41:26.241Z[ helios-setup] Feb 24 01:41:26.143 INFO E| Downloaded is_terminal_polyfill v1.70.2
32912026-02-24T01:41:26.241Z[ helios-setup] Feb 24 01:41:26.145 INFO E| Downloaded flate2 v1.1.5
32922026-02-24T01:41:26.241Z[ helios-setup] Feb 24 01:41:26.165 INFO E| Downloaded typenum v1.19.0
32932026-02-24T01:41:26.266Z[ helios-setup] Feb 24 01:41:26.170 INFO E| Downloaded tls_codec v0.4.2
32942026-02-24T01:41:26.266Z[ helios-setup] Feb 24 01:41:26.173 INFO E| Downloaded term v1.2.0
32952026-02-24T01:41:26.266Z[ helios-setup] Feb 24 01:41:26.178 INFO E| Downloaded signal-hook-registry v1.4.6
32962026-02-24T01:41:26.266Z[ helios-setup] Feb 24 01:41:26.179 INFO E| Downloaded quote v1.0.41
32972026-02-24T01:41:26.266Z[ helios-setup] Feb 24 01:41:26.184 INFO E| Downloaded mio v1.1.0
32982026-02-24T01:41:26.291Z[ helios-setup] Feb 24 01:41:26.192 INFO E| Downloaded pin-project-lite v0.2.16
32992026-02-24T01:41:26.291Z[ helios-setup] Feb 24 01:41:26.200 INFO E| Downloaded parking_lot v0.12.5
33002026-02-24T01:41:26.291Z[ helios-setup] Feb 24 01:41:26.204 INFO E| Downloaded find-msvc-tools v0.1.4
33012026-02-24T01:41:26.291Z[ helios-setup] Feb 24 01:41:26.206 INFO E| Downloaded libc v0.2.177
33022026-02-24T01:41:26.316Z[ helios-setup] Feb 24 01:41:26.240 INFO E| Downloaded clap v4.5.51
33032026-02-24T01:41:26.341Z[ helios-setup] Feb 24 01:41:26.253 INFO E| Downloaded thiserror v2.0.17
33042026-02-24T01:41:26.341Z[ helios-setup] Feb 24 01:41:26.261 INFO E| Downloaded tls_codec_derive v0.4.2
33052026-02-24T01:41:26.341Z[ helios-setup] Feb 24 01:41:26.263 INFO E| Downloaded slab v0.4.11
33062026-02-24T01:41:26.341Z[ helios-setup] Feb 24 01:41:26.265 INFO E| Downloaded ppv-lite86 v0.2.21
33072026-02-24T01:41:26.366Z[ helios-setup] Feb 24 01:41:26.267 INFO E| Downloaded deranged v0.5.5
33082026-02-24T01:41:26.366Z[ helios-setup] Feb 24 01:41:26.269 INFO E| Downloaded anstream v0.6.21
33092026-02-24T01:41:26.366Z[ helios-setup] Feb 24 01:41:26.272 INFO E| Downloaded num_enum_derive v0.7.5
33102026-02-24T01:41:26.366Z[ helios-setup] Feb 24 01:41:26.274 INFO E| Downloaded generic-array v0.14.9
33112026-02-24T01:41:26.367Z[ helios-setup] Feb 24 01:41:26.276 INFO E| Downloaded anstyle-parse v0.2.7
33122026-02-24T01:41:26.367Z[ helios-setup] Feb 24 01:41:26.279 INFO E| Downloaded libdevinfo-sys v1.1.0
33132026-02-24T01:41:26.367Z[ helios-setup] Feb 24 01:41:26.280 INFO E| Downloaded env_filter v0.1.4
33142026-02-24T01:41:26.367Z[ helios-setup] Feb 24 01:41:26.282 INFO E| Downloaded proc-macro2 v1.0.103
33152026-02-24T01:41:26.367Z[ helios-setup] Feb 24 01:41:26.287 INFO E| Downloaded tokio v1.48.0
33162026-02-24T01:41:26.427Z[ helios-setup] Feb 24 01:41:26.343 INFO E| Downloaded getopts v0.2.24
33172026-02-24T01:41:26.427Z[ helios-setup] Feb 24 01:41:26.347 INFO E| Downloaded crc32fast v1.5.0
33182026-02-24T01:41:26.427Z[ helios-setup] Feb 24 01:41:26.351 INFO E| Downloaded crc v3.3.0
33192026-02-24T01:41:26.452Z[ helios-setup] Feb 24 01:41:26.354 INFO E| Downloaded cc v1.2.44
33202026-02-24T01:41:26.452Z[ helios-setup] Feb 24 01:41:26.362 INFO E| Downloaded clap_derive v4.5.49
33212026-02-24T01:41:26.452Z[ helios-setup] Feb 24 01:41:26.366 INFO E| Downloaded anstyle-query v1.1.4
33222026-02-24T01:41:26.452Z[ helios-setup] Feb 24 01:41:26.369 INFO E| Downloaded adler2 v2.0.1
33232026-02-24T01:41:26.452Z[ helios-setup] Feb 24 01:41:26.372 INFO E| Downloaded bytes v1.10.1
33242026-02-24T01:41:26.476Z[ helios-setup] Feb 24 01:41:26.378 INFO E| Downloaded anstyle v1.0.13
33252026-02-24T01:41:26.476Z[ helios-setup] Feb 24 01:41:26.380 INFO E| Downloaded bitfield-macros v0.19.3
33262026-02-24T01:41:26.476Z[ helios-setup] Feb 24 01:41:26.381 INFO E| Downloaded bitfield v0.19.3
33272026-02-24T01:41:26.476Z[ helios-setup] Feb 24 01:41:26.383 INFO E| Downloaded anyhow v1.0.100
33282026-02-24T01:41:26.611Z[ helios-setup] Feb 24 01:41:26.535 INFO E| Compiling proc-macro2 v1.0.103
33292026-02-24T01:41:26.611Z[ helios-setup] Feb 24 01:41:26.535 INFO E| Compiling unicode-ident v1.0.22
33302026-02-24T01:41:26.611Z[ helios-setup] Feb 24 01:41:26.536 INFO E| Compiling quote v1.0.41
33312026-02-24T01:41:26.636Z[ helios-setup] Feb 24 01:41:26.536 INFO E| Compiling libc v0.2.177
33322026-02-24T01:41:26.636Z[ helios-setup] Feb 24 01:41:26.536 INFO E| Compiling serde_core v1.0.228
33332026-02-24T01:41:26.636Z[ helios-setup] Feb 24 01:41:26.536 INFO E| Compiling cfg-if v1.0.4
33342026-02-24T01:41:26.636Z[ helios-setup] Feb 24 01:41:26.536 INFO E| Compiling serde v1.0.228
33352026-02-24T01:41:26.636Z[ helios-setup] Feb 24 01:41:26.536 INFO E| Compiling version_check v0.9.5
33362026-02-24T01:41:27.532Z[ helios-setup] Feb 24 01:41:27.455 INFO E| Compiling autocfg v1.5.0
33372026-02-24T01:41:27.911Z[ helios-setup] Feb 24 01:41:27.823 INFO E| Compiling const-oid v0.9.6
33382026-02-24T01:41:28.099Z[ helios-setup] Feb 24 01:41:28.023 INFO E| Compiling typenum v1.19.0
33392026-02-24T01:41:28.633Z[ helios-setup] Feb 24 01:41:28.557 INFO E| Compiling generic-array v0.14.9
33402026-02-24T01:41:28.763Z[ helios-setup] Feb 24 01:41:28.687 INFO E| Compiling libm v0.2.15
33412026-02-24T01:41:28.790Z[ host-package] Compiling tokio-tungstenite v0.21.0
33422026-02-24T01:41:29.996Z[ helios-setup] Feb 24 01:41:29.911 INFO E| Compiling num-traits v0.2.19
33432026-02-24T01:41:30.291Z[ helios-setup] Feb 24 01:41:30.212 INFO E| Compiling zerocopy v0.8.27
33442026-02-24T01:41:30.520Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33452026-02-24T01:41:31.140Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33462026-02-24T01:41:31.850Z[ helios-setup] Feb 24 01:41:31.774 INFO E| Compiling rustversion v1.0.22
33472026-02-24T01:41:32.055Z[ helios-setup] Feb 24 01:41:31.979 INFO E| Compiling base64ct v1.8.0
33482026-02-24T01:41:32.653Z[ helios-setup] Feb 24 01:41:32.562 INFO E| Compiling syn v2.0.108
33492026-02-24T01:41:33.115Z[ helios-setup] Feb 24 01:41:33.040 INFO E| Compiling zeroize v1.8.2
33502026-02-24T01:41:33.174Z[ helios-setup] Feb 24 01:41:33.097 INFO E| Compiling smallvec v1.15.1
33512026-02-24T01:41:33.684Z[ helios-setup] Feb 24 01:41:33.609 INFO E| Compiling pem-rfc7468 v0.7.0
33522026-02-24T01:41:33.885Z[ helios-setup] Feb 24 01:41:33.810 INFO E| Compiling getrandom v0.2.16
33532026-02-24T01:41:34.438Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33542026-02-24T01:41:34.790Z[ helios-setup] Feb 24 01:41:34.714 INFO E| Compiling hashbrown v0.16.0
33552026-02-24T01:41:35.012Z[ helios-setup] Feb 24 01:41:34.935 INFO E| Compiling equivalent v1.0.2
33562026-02-24T01:41:35.314Z[ helios-setup] Feb 24 01:41:35.238 INFO E| Compiling memchr v2.7.6
33572026-02-24T01:41:36.188Z[ helios-setup] Feb 24 01:41:36.113 INFO E| Compiling crypto-common v0.1.6
33582026-02-24T01:41:36.242Z[ host-package] Compiling proc-macro-error2 v2.0.1
33592026-02-24T01:41:36.394Z[ helios-setup] Feb 24 01:41:36.319 INFO E| Compiling block-buffer v0.10.4
33602026-02-24T01:41:36.907Z[ helios-setup] Feb 24 01:41:36.831 INFO E| Compiling anyhow v1.0.100
33612026-02-24T01:41:37.038Z[ helios-setup] Feb 24 01:41:36.963 INFO E| Compiling digest v0.10.7
33622026-02-24T01:41:37.079Z[ helios-setup] Feb 24 01:41:37.003 INFO E| Compiling utf8parse v0.2.2
33632026-02-24T01:41:37.473Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33642026-02-24T01:41:37.837Z[ helios-setup] Feb 24 01:41:37.762 INFO E| Compiling byteorder v1.5.0
33652026-02-24T01:41:37.992Z[ helios-setup] Feb 24 01:41:37.916 INFO E| Compiling rustix v1.1.2
33662026-02-24T01:41:38.350Z[ helios-setup] Feb 24 01:41:38.274 INFO E| Compiling flagset v0.4.7
33672026-02-24T01:41:38.524Z[ helios-setup] Feb 24 01:41:38.449 INFO E| Compiling winnow v0.7.13
33682026-02-24T01:41:38.898Z[ helios-setup] Feb 24 01:41:38.822 INFO E| Compiling crc32fast v1.5.0
33692026-02-24T01:41:39.664Z[ helios-setup] Feb 24 01:41:39.589 INFO E| Compiling bitflags v2.10.0
33702026-02-24T01:41:40.143Z[ helios-setup] Feb 24 01:41:40.068 INFO E| Compiling anstyle-parse v0.2.7
33712026-02-24T01:41:40.212Z[ helios-setup] Feb 24 01:41:40.136 INFO E| Compiling indexmap v2.12.0
33722026-02-24T01:41:40.514Z[ helios-setup] Feb 24 01:41:40.439 INFO E| Compiling rand_core v0.6.4
33732026-02-24T01:41:40.950Z[ helios-setup] Feb 24 01:41:40.874 INFO E| Compiling errno v0.3.14
33742026-02-24T01:41:41.139Z[ helios-setup] Feb 24 01:41:41.064 INFO E| Compiling allocator-api2 v0.2.21
33752026-02-24T01:41:41.264Z[ helios-setup] Feb 24 01:41:41.188 INFO E| Compiling anstyle v1.0.13
33762026-02-24T01:41:41.373Z[ helios-setup] Feb 24 01:41:41.298 INFO E| Compiling anstyle-query v1.1.4
33772026-02-24T01:41:41.572Z[ helios-setup] Feb 24 01:41:41.497 INFO E| Compiling syn v1.0.109
33782026-02-24T01:41:41.853Z[ helios-setup] Feb 24 01:41:41.777 INFO E| Compiling find-msvc-tools v0.1.4
33792026-02-24T01:41:41.853Z[ helios-setup] Feb 24 01:41:41.777 INFO E| Compiling shlex v1.3.0
33802026-02-24T01:41:42.655Z[ helios-setup] Feb 24 01:41:42.580 INFO E| Compiling radium v0.7.0
33812026-02-24T01:41:42.721Z[ helios-setup] Feb 24 01:41:42.645 INFO E| Compiling toml_datetime v0.7.3
33822026-02-24T01:41:42.867Z[ helios-setup] Feb 24 01:41:42.792 INFO E| Compiling is_terminal_polyfill v1.70.2
33832026-02-24T01:41:42.892Z[ helios-setup] Feb 24 01:41:42.817 INFO E| Compiling colorchoice v1.0.4
33842026-02-24T01:41:42.969Z[ helios-setup] Feb 24 01:41:42.894 INFO E| Compiling cpufeatures v0.2.17
33852026-02-24T01:41:43.178Z[ helios-setup] Feb 24 01:41:43.103 INFO E| Compiling anstream v0.6.21
33862026-02-24T01:41:43.469Z[ helios-setup] Feb 24 01:41:43.394 INFO E| Compiling sha2 v0.10.9
33872026-02-24T01:41:43.624Z[ helios-setup] Feb 24 01:41:43.549 INFO E| Compiling cc v1.2.44
33882026-02-24T01:41:44.975Z[ helios-setup] Feb 24 01:41:44.900 INFO E| Compiling toml_parser v1.0.4
33892026-02-24T01:41:45.303Z[ helios-setup] Feb 24 01:41:45.228 INFO E| Compiling slog v2.8.2
33902026-02-24T01:41:46.456Z[ helios-setup] Feb 24 01:41:46.381 INFO E| Compiling tap v1.0.1
33912026-02-24T01:41:46.739Z[ helios-setup] Feb 24 01:41:46.664 INFO E| Compiling pkg-config v0.3.32
33922026-02-24T01:41:47.295Z[ helios-setup] Feb 24 01:41:47.220 INFO E| Compiling toml_edit v0.23.7
33932026-02-24T01:41:47.997Z[ helios-setup] Feb 24 01:41:47.922 INFO E| Compiling maybe-uninit v2.0.0
33942026-02-24T01:41:48.154Z[ helios-setup] Feb 24 01:41:48.079 INFO E| Compiling futures-core v0.3.31
33952026-02-24T01:41:48.281Z[ helios-setup] Feb 24 01:41:48.206 INFO E| Compiling parking_lot_core v0.9.12
33962026-02-24T01:41:48.678Z[ helios-setup] Feb 24 01:41:48.603 INFO E| Compiling futures-sink v0.3.31
33972026-02-24T01:41:49.041Z[ helios-setup] Feb 24 01:41:48.966 INFO E| Compiling pin-project-lite v0.2.16
33982026-02-24T01:41:49.112Z[ helios-setup] Feb 24 01:41:49.037 INFO E| Compiling unicode-width v0.2.2
33992026-02-24T01:41:49.161Z[ helios-setup] Feb 24 01:41:49.085 INFO E| Compiling futures-channel v0.3.31
34002026-02-24T01:41:49.291Z[ helios-setup] Feb 24 01:41:49.216 INFO E| Compiling wyz v0.5.1
34012026-02-24T01:41:49.367Z[ helios-setup] Feb 24 01:41:49.292 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34022026-02-24T01:41:49.696Z[ helios-setup] Feb 24 01:41:49.620 INFO E| Compiling proc-macro-crate v3.4.0
34032026-02-24T01:41:49.850Z[ helios-setup] Feb 24 01:41:49.775 INFO E| Compiling terminal_size v0.4.3
34042026-02-24T01:41:50.599Z[ helios-setup] Feb 24 01:41:50.524 INFO E| Compiling getopts v0.2.24
34052026-02-24T01:41:50.646Z[ helios-setup] Feb 24 01:41:50.571 INFO E| Compiling num-integer v0.1.46
34062026-02-24T01:41:50.798Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34072026-02-24T01:41:50.854Z[ helios-setup] Feb 24 01:41:50.779 INFO E| Compiling ahash v0.8.12
34082026-02-24T01:41:51.218Z[ helios-setup] Feb 24 01:41:51.142 INFO E| Compiling futures-io v0.3.31
34092026-02-24T01:41:51.364Z[ helios-setup] Feb 24 01:41:51.289 INFO E| Compiling serde_derive v1.0.228
34102026-02-24T01:41:51.439Z[ helios-setup] Feb 24 01:41:51.364 INFO E| Compiling zerocopy-derive v0.8.27
34112026-02-24T01:41:51.636Z[ helios-setup] Feb 24 01:41:51.562 INFO E| Compiling der_derive v0.7.3
34122026-02-24T01:41:51.963Z[ helios-setup] Feb 24 01:41:51.889 INFO E| Compiling futures-macro v0.3.31
34132026-02-24T01:41:52.116Z[ helios-setup] Feb 24 01:41:52.041 INFO E| Compiling packed_struct v0.10.1
34142026-02-24T01:41:52.859Z[ helios-setup] Feb 24 01:41:52.784 INFO E| Compiling slab v0.4.11
34152026-02-24T01:41:53.373Z[ helios-setup] Feb 24 01:41:53.298 INFO E| Compiling getrandom v0.3.4
34162026-02-24T01:41:53.946Z[ helios-setup] Feb 24 01:41:53.872 INFO E| Compiling thiserror v1.0.69
34172026-02-24T01:41:54.359Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34182026-02-24T01:41:54.419Z[ host-package] Compiling num-derive v0.3.3
34192026-02-24T01:41:54.611Z[ helios-setup] Feb 24 01:41:54.536 INFO E| Compiling clap_lex v0.7.6
34202026-02-24T01:41:54.830Z[ helios-setup] Feb 24 01:41:54.755 INFO E| Compiling scopeguard v1.2.0
34212026-02-24T01:41:55.329Z[ helios-setup] Feb 24 01:41:55.254 INFO E| Compiling spin v0.9.8
34222026-02-24T01:41:55.417Z[ helios-setup] Feb 24 01:41:55.342 INFO E| Compiling heck v0.5.0
34232026-02-24T01:41:55.601Z[ helios-setup] Feb 24 01:41:55.527 INFO E| Compiling powerfmt v0.2.0
34242026-02-24T01:41:55.821Z[ host-package] Compiling vergen-gitcl v1.0.8
34252026-02-24T01:41:55.929Z[ helios-setup] Feb 24 01:41:55.854 INFO E| Compiling futures-task v0.3.31
34262026-02-24T01:41:56.121Z[ helios-setup] Feb 24 01:41:56.046 INFO E| Compiling bytes v1.10.1
34272026-02-24T01:41:56.183Z[ helios-setup] Feb 24 01:41:56.108 INFO E| Compiling der v0.7.10
34282026-02-24T01:41:56.480Z[ helios-setup] Feb 24 01:41:56.405 INFO E| Compiling num-conv v0.1.0
34292026-02-24T01:41:56.697Z[ helios-setup] Feb 24 01:41:56.623 INFO E| Compiling time-core v0.1.6
34302026-02-24T01:41:56.918Z[ helios-setup] Feb 24 01:41:56.839 INFO E| Compiling itoa v1.0.15
34312026-02-24T01:41:56.988Z[ host-package] Compiling dirs-sys-next v0.1.2
34322026-02-24T01:41:57.328Z[ helios-setup] Feb 24 01:41:57.253 INFO E| Compiling pin-utils v0.1.0
34332026-02-24T01:41:57.458Z[ helios-setup] Feb 24 01:41:57.384 INFO E| Compiling num-bigint-dig v0.8.4
34342026-02-24T01:41:57.736Z[ helios-setup] Feb 24 01:41:57.661 INFO E| Compiling funty v2.0.0
34352026-02-24T01:41:57.770Z[ helios-setup] Feb 24 01:41:57.696 INFO E| Compiling strsim v0.11.1
34362026-02-24T01:41:57.970Z[ host-package] Compiling libscf-sys v1.1.0
34372026-02-24T01:41:58.128Z[ helios-setup] Feb 24 01:41:58.054 INFO E| Compiling time-macros v0.2.24
34382026-02-24T01:41:58.152Z[ host-package] Compiling maplit v1.0.2
34392026-02-24T01:41:58.672Z[ host-package] Compiling crunchy v0.2.2
34402026-02-24T01:41:58.791Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34412026-02-24T01:41:59.989Z[ helios-setup] Feb 24 01:41:59.914 INFO E| Compiling bitvec v1.0.1
34422026-02-24T01:42:00.054Z[ host-package] Compiling dirs-next v2.0.0
34432026-02-24T01:42:00.838Z[ helios-setup] Feb 24 01:42:00.763 INFO E| Compiling spki v0.7.3
34442026-02-24T01:42:01.083Z[ host-package] Compiling dsl_auto_type v0.1.2
34452026-02-24T01:42:01.922Z[ helios-setup] Feb 24 01:42:01.848 INFO E| Compiling pkcs8 v0.10.2
34462026-02-24T01:42:01.962Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34472026-02-24T01:42:02.837Z[ helios-setup] Feb 24 01:42:02.763 INFO E| Compiling clap_builder v4.5.51
34482026-02-24T01:42:03.273Z[ helios-setup] Feb 24 01:42:03.199 INFO E| Compiling futures-util v0.3.31
34492026-02-24T01:42:03.738Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34502026-02-24T01:42:04.140Z[ helios-setup] Feb 24 01:42:04.065 INFO E| Compiling packed_struct_codegen v0.10.1
34512026-02-24T01:42:04.666Z[ host-package] Compiling tiny-keccak v2.0.2
34522026-02-24T01:42:04.738Z[ host-package] Compiling r2d2 v0.8.10
34532026-02-24T01:42:04.835Z[ host-package] Compiling diesel_derives v2.2.3
34542026-02-24T01:42:05.011Z[ helios-setup] Feb 24 01:42:04.936 INFO E| Compiling clap_derive v4.5.49
34552026-02-24T01:42:05.983Z[ host-package] Compiling term v0.7.0
34562026-02-24T01:42:06.145Z[ helios-setup] Feb 24 01:42:06.070 INFO E| Compiling ppv-lite86 v0.2.21
34572026-02-24T01:42:07.172Z[ helios-setup] Feb 24 01:42:07.098 INFO E| Compiling erased-serde v0.3.31
34582026-02-24T01:42:07.470Z[ host-package] Compiling tabled_derive v0.11.0
34592026-02-24T01:42:08.218Z[ helios-setup] Feb 24 01:42:08.143 INFO E| Compiling rand_chacha v0.3.1
34602026-02-24T01:42:08.273Z[ helios-setup] Feb 24 01:42:08.199 INFO E| Compiling deranged v0.5.5
34612026-02-24T01:42:08.364Z[ host-package] Compiling papergrid v0.17.0
34622026-02-24T01:42:08.452Z[ host-package] Compiling testing_table v0.3.0
34632026-02-24T01:42:08.558Z[ helios-setup] Feb 24 01:42:08.468 INFO E| Compiling lazy_static v1.5.0
34642026-02-24T01:42:09.348Z[ helios-setup] Feb 24 01:42:09.274 INFO E| Compiling rand v0.8.5
34652026-02-24T01:42:10.267Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-02-24T01:42:10.318Z[ helios-setup] Feb 24 01:42:10.243 INFO E| Compiling lock_api v0.4.14
34672026-02-24T01:42:10.621Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34682026-02-24T01:42:11.385Z[ helios-setup] Feb 24 01:42:11.311 INFO E| Compiling num_enum_derive v0.7.5
34692026-02-24T01:42:11.860Z[ helios-setup] Feb 24 01:42:11.786 INFO E| Compiling num-iter v0.1.45
34702026-02-24T01:42:11.893Z[ helios-setup] Feb 24 01:42:11.819 INFO E| Compiling thiserror-impl v1.0.69
34712026-02-24T01:42:12.407Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34722026-02-24T01:42:12.584Z[ helios-setup] Feb 24 01:42:12.510 INFO E| Compiling zerocopy-derive v0.6.6
34732026-02-24T01:42:12.841Z[ helios-setup] Feb 24 01:42:12.767 INFO E| Compiling bitfield-macros v0.19.3
34742026-02-24T01:42:13.266Z[ host-package] Compiling xshell-macros v0.2.7
34752026-02-24T01:42:14.870Z[ host-package] Compiling arc-swap v1.7.1
34762026-02-24T01:42:15.908Z[ helios-setup] Feb 24 01:42:15.834 INFO E| Compiling indexmap v1.9.3
34772026-02-24T01:42:15.986Z[ helios-setup] Feb 24 01:42:15.912 INFO E| Compiling adler2 v2.0.1
34782026-02-24T01:42:16.256Z[ helios-setup] Feb 24 01:42:16.183 INFO E| Compiling log v0.4.28
34792026-02-24T01:42:16.628Z[ host-package] Compiling bit-vec v0.6.3
34802026-02-24T01:42:16.708Z[ helios-setup] Feb 24 01:42:16.627 INFO E| Compiling once_cell v1.21.3
34812026-02-24T01:42:16.863Z[ helios-setup] Feb 24 01:42:16.789 INFO E| Compiling nodrop v0.1.14
34822026-02-24T01:42:16.927Z[ helios-setup] Feb 24 01:42:16.853 INFO E| Compiling simd-adler32 v0.3.7
34832026-02-24T01:42:16.956Z[ host-package] Compiling slog-scope v4.4.0
34842026-02-24T01:42:17.553Z[ helios-setup] Feb 24 01:42:17.479 INFO E| Compiling serde_json v1.0.145
34852026-02-24T01:42:17.841Z[ helios-setup] Feb 24 01:42:17.766 INFO E| Compiling crc-catalog v2.4.0
34862026-02-24T01:42:17.866Z[ helios-setup] Feb 24 01:42:17.784 INFO E| Compiling thiserror v2.0.17
34872026-02-24T01:42:17.945Z[ host-package] Compiling bit-set v0.5.3
34882026-02-24T01:42:18.478Z[ host-package] Compiling xshell v0.2.7
34892026-02-24T01:42:18.602Z[ helios-setup] Feb 24 01:42:18.528 INFO E| Compiling iana-time-zone v0.1.64
34902026-02-24T01:42:18.626Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34912026-02-24T01:42:18.946Z[ helios-setup] Feb 24 01:42:18.872 INFO E| Compiling crc v3.3.0
34922026-02-24T01:42:19.272Z[ helios-setup] Feb 24 01:42:19.181 INFO E| Compiling time v0.3.44
34932026-02-24T01:42:19.724Z[ helios-setup] Feb 24 01:42:19.650 INFO E| Compiling chrono v0.4.42
34942026-02-24T01:42:20.482Z[ helios-setup] Feb 24 01:42:20.408 INFO E| Compiling miniz_oxide v0.8.9
34952026-02-24T01:42:20.951Z[ helios-setup] Feb 24 01:42:20.878 INFO E| Compiling array-init v0.0.4
34962026-02-24T01:42:21.486Z[ helios-setup] Feb 24 01:42:21.412 INFO E| Compiling env_filter v0.1.4
34972026-02-24T01:42:23.234Z[ host-package] Compiling tabled v0.20.0
34982026-02-24T01:42:23.743Z[ helios-setup] Feb 24 01:42:23.669 INFO E| Compiling zerocopy v0.6.6
34992026-02-24T01:42:23.942Z[ host-package] Compiling diesel v2.2.12
35002026-02-24T01:42:24.418Z[ helios-setup] Feb 24 01:42:24.344 INFO E| Compiling bitfield v0.19.3
35012026-02-24T01:42:24.554Z[ helios-setup] Feb 24 01:42:24.480 INFO E| Compiling num_enum v0.7.5
35022026-02-24T01:42:24.855Z[ helios-setup] Feb 24 01:42:24.781 INFO E| Compiling parking_lot v0.12.5
35032026-02-24T01:42:25.482Z[ helios-setup] Feb 24 01:42:25.408 INFO E| Compiling futures-executor v0.3.31
35042026-02-24T01:42:26.426Z[ helios-setup] Feb 24 01:42:26.331 INFO E| Compiling smallvec v0.6.14
35052026-02-24T01:42:27.066Z[ helios-setup] Feb 24 01:42:26.992 INFO E| Compiling clap v4.5.51
35062026-02-24T01:42:28.616Z[ helios-setup] Feb 24 01:42:28.543 INFO E| Compiling toml_datetime v0.6.11
35072026-02-24T01:42:28.714Z[ helios-setup] Feb 24 01:42:28.640 INFO E| Compiling serde_spanned v0.6.9
35082026-02-24T01:42:28.850Z[ helios-setup] Feb 24 01:42:28.777 INFO E| Compiling pkcs1 v0.7.5
35092026-02-24T01:42:29.111Z[ helios-setup] Feb 24 01:42:29.037 INFO E| Compiling thiserror-impl v2.0.17
35102026-02-24T01:42:29.388Z[ helios-setup] Feb 24 01:42:29.315 INFO E| Compiling tokio-macros v2.6.0
35112026-02-24T01:42:32.690Z[ helios-setup] Feb 24 01:42:32.616 INFO E| Compiling signature v2.2.0
35122026-02-24T01:42:35.654Z[ helios-setup] Feb 24 01:42:35.581 INFO E| Compiling serde_spanned v1.0.3
35132026-02-24T01:42:35.728Z[ helios-setup] Feb 24 01:42:35.655 INFO E| Compiling mio v1.1.0
35142026-02-24T01:42:35.815Z[ helios-setup] Feb 24 01:42:35.742 INFO E| Compiling socket2 v0.6.1
35152026-02-24T01:42:35.914Z[ helios-setup] Feb 24 01:42:35.841 INFO E| Compiling signal-hook-registry v1.4.6
35162026-02-24T01:42:36.185Z[ helios-setup] Feb 24 01:42:36.111 INFO E| Compiling is-terminal v0.4.17
35172026-02-24T01:42:36.299Z[ host-package] Compiling ascii-canvas v3.0.0
35182026-02-24T01:42:36.464Z[ helios-setup] Feb 24 01:42:36.391 INFO E| Compiling thread_local v1.1.9
35192026-02-24T01:42:36.723Z[ helios-setup] Feb 24 01:42:36.650 INFO E| Compiling subtle v2.6.1
35202026-02-24T01:42:37.820Z[ helios-setup] Feb 24 01:42:37.747 INFO E| Compiling hashbrown v0.12.3
35212026-02-24T01:42:37.889Z[ helios-setup] Feb 24 01:42:37.815 INFO E| Compiling ryu v1.0.20
35222026-02-24T01:42:38.049Z[ helios-setup] Feb 24 01:42:37.974 INFO E| Compiling winnow v0.5.40
35232026-02-24T01:42:38.700Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35242026-02-24T01:42:39.080Z[ helios-setup] Feb 24 01:42:39.007 INFO E| Compiling libdevinfo-sys v1.1.0
35252026-02-24T01:42:39.387Z[ helios-setup] Feb 24 01:42:39.314 INFO E| Compiling base64 v0.21.7
35262026-02-24T01:42:39.516Z[ helios-setup] Feb 24 01:42:39.443 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35272026-02-24T01:42:39.634Z[ helios-setup] Feb 24 01:42:39.561 INFO E| Compiling toml_writer v1.0.4
35282026-02-24T01:42:39.837Z[ helios-setup] Feb 24 01:42:39.764 INFO E| Compiling term v1.2.0
35292026-02-24T01:42:40.601Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35302026-02-24T01:42:40.671Z[ helios-setup] Feb 24 01:42:40.598 INFO E| Compiling toml v0.9.8
35312026-02-24T01:42:41.062Z[ helios-setup] Feb 24 01:42:40.989 INFO E| Compiling ron v0.8.1
35322026-02-24T01:42:41.904Z[ helios-setup] Feb 24 01:42:41.831 INFO E| Compiling slog-term v2.9.2
35332026-02-24T01:42:42.601Z[ host-package] Compiling ena v0.14.3
35342026-02-24T01:42:43.226Z[ helios-setup] Feb 24 01:42:43.153 INFO E| Compiling devinfo v0.1.0
35352026-02-24T01:42:43.609Z[ host-package] Compiling regex-syntax v0.6.29
35362026-02-24T01:42:48.310Z[ helios-setup] Feb 24 01:42:48.237 INFO E| Compiling toml_edit v0.19.15
35372026-02-24T01:42:48.422Z[ helios-setup] Feb 24 01:42:48.349 INFO E| Compiling rsa v0.9.8
35382026-02-24T01:42:48.808Z[ helios-setup] Feb 24 01:42:48.735 INFO E| Compiling tokio v1.48.0
35392026-02-24T01:42:51.211Z[ helios-setup] Feb 24 01:42:51.139 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35402026-02-24T01:42:53.534Z[ helios-setup] Feb 24 01:42:53.461 INFO E| Compiling uuid v1.18.1
35412026-02-24T01:42:54.022Z[ host-package] Compiling unicase v2.8.1
35422026-02-24T01:42:55.829Z[ host-package] Compiling bindgen v0.71.1
35432026-02-24T01:42:55.853Z[ helios-setup] Feb 24 01:42:55.768 INFO E| Compiling serde-hex v0.1.0
35442026-02-24T01:42:57.596Z[ host-package] Compiling diff v0.1.13
35452026-02-24T01:42:57.900Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35462026-02-24T01:42:58.671Z[ helios-setup] Feb 24 01:42:58.599 INFO E| Compiling futures v0.3.31
35472026-02-24T01:42:58.770Z[ host-package] Compiling lalrpop v0.19.12
35482026-02-24T01:42:59.066Z[ helios-setup] Feb 24 01:42:58.994 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35492026-02-24T01:42:59.327Z[ helios-setup] Feb 24 01:42:59.255 INFO E| Compiling bzip2 v0.4.4
35502026-02-24T01:42:59.522Z[ helios-setup] Feb 24 01:42:59.450 INFO E| Compiling flate2 v1.1.5
35512026-02-24T01:42:59.966Z[ helios-setup] Feb 24 01:42:59.893 INFO E| Compiling env_logger v0.11.8
35522026-02-24T01:43:00.468Z[ helios-setup] Feb 24 01:43:00.396 INFO E| Compiling hashbrown v0.13.2
35532026-02-24T01:43:01.367Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35542026-02-24T01:43:02.032Z[ helios-setup] Feb 24 01:43:01.957 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35552026-02-24T01:43:02.462Z[ helios-setup] Feb 24 01:43:02.390 INFO E| Compiling x509-cert v0.2.5
35562026-02-24T01:43:03.326Z[ helios-setup] Feb 24 01:43:03.254 INFO E| Compiling rustc-hash v2.1.1
35572026-02-24T01:43:03.553Z[ helios-setup] Feb 24 01:43:03.481 INFO E| Compiling bitflags v1.3.2
35582026-02-24T01:43:03.840Z[ helios-setup] Feb 24 01:43:03.768 INFO E| Compiling hex v0.4.3
35592026-02-24T01:43:03.909Z[ helios-setup] Feb 24 01:43:03.837 INFO E| Compiling foldhash v0.2.0
35602026-02-24T01:43:05.080Z[ helios-setup] Feb 24 01:43:05.008 INFO E| Compiling crc-any v2.5.0
35612026-02-24T01:43:05.428Z[ helios-setup] Feb 24 01:43:05.356 INFO E| Compiling iddqd v0.3.14
35622026-02-24T01:43:06.853Z[ helios-setup] Feb 24 01:43:06.781 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35632026-02-24T01:43:07.187Z[ helios-setup] Feb 24 01:43:07.114 INFO E| Compiling object v0.30.4
35642026-02-24T01:43:07.576Z[ helios-setup] Feb 24 01:43:07.504 INFO E| Compiling zip v0.6.6
35652026-02-24T01:43:09.525Z[ helios-setup] Feb 24 01:43:09.453 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35662026-02-24T01:43:11.295Z[ helios-setup] Feb 24 01:43:11.223 INFO E| Compiling toml v0.7.8
35672026-02-24T01:43:12.811Z[ helios-setup] Feb 24 01:43:12.739 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35682026-02-24T01:43:13.414Z[ host-package] Compiling slog-stdlog v4.1.1
35692026-02-24T01:43:14.803Z[ helios-setup] Feb 24 01:43:14.715 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35702026-02-24T01:43:15.003Z[ helios-setup] Feb 24 01:43:14.931 INFO E| Compiling path-slash v0.1.5
35712026-02-24T01:43:15.189Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35722026-02-24T01:43:15.852Z[ helios-setup] Feb 24 01:43:15.781 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35732026-02-24T01:43:19.373Z[ helios-setup] Feb 24 01:43:19.301 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35742026-02-24T01:43:20.876Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35752026-02-24T01:43:21.583Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35762026-02-24T01:43:22.511Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35772026-02-24T01:43:23.490Z[ host-package] Compiling crc8 v0.1.1
35782026-02-24T01:43:24.173Z[ host-package] Compiling slog-envlogger v2.2.0
35792026-02-24T01:43:24.214Z[ helios-setup] Feb 24 01:43:24.143 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35802026-02-24T01:43:28.656Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35812026-02-24T01:43:30.835Z[ host-package] Compiling headers-core v0.3.0
35822026-02-24T01:43:31.720Z[ host-package] Compiling libxml v0.3.3
35832026-02-24T01:43:33.265Z[ host-package] Compiling headers v0.4.1
35842026-02-24T01:43:41.668Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35852026-02-24T01:43:41.698Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35862026-02-24T01:43:45.273Z[ host-package] Compiling polar-core v0.27.3
35872026-02-24T01:43:45.321Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35882026-02-24T01:43:45.321Z[ host-package] Compiling strum_macros v0.24.3
35892026-02-24T01:43:45.321Z[ helios-setup] Feb 24 01:43:44.926 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35902026-02-24T01:43:46.684Z[ host-package] Compiling indoc v1.0.9
35912026-02-24T01:43:48.671Z[ host-package] Compiling samael v0.0.19
35922026-02-24T01:43:48.700Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35932026-02-24T01:43:49.124Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35942026-02-24T01:43:52.026Z[ host-package] Compiling derive_builder v0.20.2
35952026-02-24T01:43:52.426Z[ host-package] Compiling oso-derive v0.27.3
35962026-02-24T01:43:53.632Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35972026-02-24T01:43:53.690Z[ host-package] Compiling quick-xml v0.37.2
35982026-02-24T01:43:54.593Z[ host-package] Compiling half v1.8.3
35992026-02-24T01:43:56.314Z[ host-package] Compiling serde_cbor v0.11.2
36002026-02-24T01:43:56.566Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36012026-02-24T01:43:57.944Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36022026-02-24T01:44:00.748Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36032026-02-24T01:44:01.782Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36042026-02-24T01:44:02.305Z[ host-package] Compiling diesel-dtrace v0.4.2
36052026-02-24T01:44:03.375Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36062026-02-24T01:44:13.489Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36072026-02-24T01:44:13.962Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36082026-02-24T01:44:17.330Z[ helios-setup] Feb 24 01:44:17.260 INFO E| Finished `release` profile [optimized] target(s) in 2m 53s
36092026-02-24T01:44:17.353Z[ helios-setup] Feb 24 01:44:17.260 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36102026-02-24T01:44:17.353Z[ helios-setup] Feb 24 01:44:17.263 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36112026-02-24T01:44:17.400Z[ helios-setup] Feb 24 01:44:17.331 INFO building project "pilot" ok (174 seconds)
36122026-02-24T01:44:17.425Z[ helios-setup] rm -f helios-build
36132026-02-24T01:44:17.425Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36142026-02-24T01:44:17.425Z[ helios-setup]
36152026-02-24T01:44:17.425Z[ helios-setup] Setup complete! ./helios-build is now available.
36162026-02-24T01:44:17.425Z[ helios-setup]
36172026-02-24T01:44:17.425Z[ helios-setup]
36182026-02-24T01:44:17.425Z[ helios-setup] real 7:46.125021815
36192026-02-24T01:44:17.425ZFeb 24 01:44:17.347 INFO [helios-setup] process exited with exit status: 0 (466.130774556s)
36202026-02-24T01:44:17.425Z[ helios-setup] user 16:45.426592821
36212026-02-24T01:44:17.425Z[ helios-setup] sys 2:13.424969840
36222026-02-24T01:44:17.425Z[ helios-setup] trap 1.337672277
36232026-02-24T01:44:17.425Z[ helios-setup] tflt 4.571920567
36242026-02-24T01:44:17.425Z[ helios-setup] dflt 9.862370283
36252026-02-24T01:44:17.425Z[ helios-setup] kflt 0.000711925
36262026-02-24T01:44:17.425Z[ helios-setup] lock 1:27:18.985494100
36272026-02-24T01:44:17.425Z[ helios-setup] slp 2:09:52.559481758
36282026-02-24T01:44:17.425Z[ helios-setup] lat 17:52.621064692
36292026-02-24T01:44:17.425Z[ helios-setup] stop 2:53.246892191
36302026-02-24T01:44:17.425ZFeb 24 01:44:17.348 INFO [helios-record] running task
36312026-02-24T01:44:17.425ZFeb 24 01:44:17.348 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36322026-02-24T01:44:17.450ZFeb 24 01:44:17.356 DEBG process exited with exit status: 0 (8.124528ms)
36332026-02-24T01:44:17.450ZFeb 24 01:44:17.356 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36342026-02-24T01:44:17.450ZFeb 24 01:44:17.364 DEBG process exited with exit status: 0 (7.862582ms)
36352026-02-24T01:44:17.450ZFeb 24 01:44:17.364 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36362026-02-24T01:44:17.450ZFeb 24 01:44:17.371 DEBG process exited with exit status: 0 (6.5284ms)
36372026-02-24T01:44:17.450ZFeb 24 01:44:17.371 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36382026-02-24T01:44:17.450ZFeb 24 01:44:17.377 DEBG process exited with exit status: 0 (6.551927ms)
36392026-02-24T01:44:17.450ZFeb 24 01:44:17.377 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36402026-02-24T01:44:17.474ZFeb 24 01:44:17.386 DEBG process exited with exit status: 0 (8.328267ms)
36412026-02-24T01:44:17.474ZFeb 24 01:44:17.386 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36422026-02-24T01:44:17.474ZFeb 24 01:44:17.393 DEBG process exited with exit status: 0 (7.022834ms)
36432026-02-24T01:44:17.474ZFeb 24 01:44:17.393 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36442026-02-24T01:44:17.474ZFeb 24 01:44:17.400 DEBG process exited with exit status: 0 (6.82201ms)
36452026-02-24T01:44:17.474ZFeb 24 01:44:17.400 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36462026-02-24T01:44:17.498ZFeb 24 01:44:17.408 DEBG process exited with exit status: 0 (8.268167ms)
36472026-02-24T01:44:17.498ZFeb 24 01:44:17.408 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36482026-02-24T01:44:17.548ZFeb 24 01:44:17.479 DEBG process exited with exit status: 0 (71.119851ms)
36492026-02-24T01:44:17.582ZFeb 24 01:44:17.480 INFO [helios-record] task succeeded (131.981356ms)
36502026-02-24T01:44:17.582Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36512026-02-24T01:44:18.646Z[ host-package] Compiling bb8 v0.8.5
36522026-02-24T01:44:19.303Z[ host-package] Compiling oso v0.27.3
36532026-02-24T01:44:24.870Z[ host-package] Compiling trait-variant v0.1.2
36542026-02-24T01:44:25.928Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36552026-02-24T01:44:26.847Z[ host-package] Compiling async-bb8-diesel v0.2.1
36562026-02-24T01:44:27.770Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36572026-02-24T01:44:28.463Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36582026-02-24T01:44:29.347Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36592026-02-24T01:44:32.273Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36602026-02-24T01:44:32.665Z[ host-package] Compiling fxhash v0.2.1
36612026-02-24T01:44:32.979Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36622026-02-24T01:44:33.515Z[ host-package] Compiling typify-impl v0.2.0
36632026-02-24T01:44:33.567Z[ host-package] Compiling kstat-rs v0.2.4
36642026-02-24T01:44:34.543Z[ host-package] Compiling libz-sys v1.1.20
36652026-02-24T01:44:34.770Z[ host-package] Compiling salty v0.3.0
36662026-02-24T01:44:35.330Z[ host-package] Compiling nonempty v0.12.0
36672026-02-24T01:44:35.664Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36682026-02-24T01:44:36.444Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36692026-02-24T01:44:40.241Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36702026-02-24T01:44:42.066Z[ host-package] Compiling typify-macro v0.2.0
36712026-02-24T01:44:45.175Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36722026-02-24T01:44:50.037Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36732026-02-24T01:44:55.045Z[ host-package] Compiling nanorand v0.7.0
36742026-02-24T01:44:55.662Z[ host-package] Compiling parking_lot_core v0.8.6
36752026-02-24T01:44:55.807Z[ host-package] Compiling mime_guess v2.0.5
36762026-02-24T01:44:56.282Z[ host-package] Compiling flume v0.11.1
36772026-02-24T01:44:56.825Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36782026-02-24T01:44:57.092Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36792026-02-24T01:44:59.730Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36802026-02-24T01:45:03.849Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36812026-02-24T01:45:04.760Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-02-24T01:45:21.954Z[ host-package] Compiling tabled_derive v0.10.0
36832026-02-24T01:45:22.156Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36842026-02-24T01:45:24.305Z[ host-package] Compiling ignore v0.4.23
36852026-02-24T01:45:27.630Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36862026-02-24T01:45:29.272Z[ host-package] Compiling papergrid v0.14.0
36872026-02-24T01:45:30.533Z[ host-package] Compiling primeorder v0.13.6
36882026-02-24T01:45:31.250Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36892026-02-24T01:45:31.673Z[ host-package] Compiling castaway v0.2.3
36902026-02-24T01:45:31.956Z[ host-package] Compiling nibble_vec v0.1.0
36912026-02-24T01:45:32.159Z[ host-package] Compiling atty v0.2.14
36922026-02-24T01:45:32.289Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36932026-02-24T01:45:32.405Z[ host-package] Compiling endian-type v0.1.2
36942026-02-24T01:45:32.715Z[ host-package] Compiling http-range v0.1.5
36952026-02-24T01:45:32.754Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36962026-02-24T01:45:33.406Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36972026-02-24T01:45:33.499Z[ host-package] Compiling radix_trie v0.2.1
36982026-02-24T01:45:34.439Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36992026-02-24T01:45:34.554Z[ host-package] Compiling compact_str v0.8.0
37002026-02-24T01:45:35.452Z[ host-package] Compiling tabled v0.18.0
37012026-02-24T01:45:37.130Z[ host-package] Compiling p384 v0.13.1
37022026-02-24T01:45:40.973Z[ host-package] Compiling globwalk v0.9.1
37032026-02-24T01:45:41.602Z[ host-package] Compiling parking_lot v0.11.2
37042026-02-24T01:45:42.335Z[ host-package] Compiling typify v0.2.0
37052026-02-24T01:45:42.560Z[ host-package] Compiling predicates-tree v1.0.12
37062026-02-24T01:45:43.521Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37072026-02-24T01:45:43.566Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37082026-02-24T01:45:43.612Z[ host-package] Compiling unicode-truncate v1.1.0
37092026-02-24T01:45:43.966Z[ host-package] Compiling prefix-trie v0.7.0
37102026-02-24T01:45:44.938Z[ host-package] Compiling lru v0.12.5
37112026-02-24T01:45:45.406Z[ host-package] Compiling vergen-git2 v1.0.7
37122026-02-24T01:45:45.829Z[ host-package] Compiling instability v0.3.2
37132026-02-24T01:45:46.838Z[ host-package] Compiling cassowary v0.3.0
37142026-02-24T01:45:47.812Z[ host-package] Compiling indoc v2.0.6
37152026-02-24T01:45:48.692Z[ host-package] Compiling ratatui v0.29.0
37162026-02-24T01:45:50.494Z[ host-package] Compiling hickory-server v0.25.2
37172026-02-24T01:45:50.866Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37182026-02-24T01:45:52.271Z[ host-package] Compiling hyper-staticfile v0.10.1
37192026-02-24T01:45:54.120Z[ host-package] Compiling progenitor-impl v0.8.0
37202026-02-24T01:45:54.705Z[ host-package] Compiling sled v0.34.7
37212026-02-24T01:45:56.719Z[ host-package] Compiling git2 v0.20.2
37222026-02-24T01:46:02.448Z[ host-package] Compiling hickory-client v0.25.2
37232026-02-24T01:46:04.349Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-02-24T01:46:04.863Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37252026-02-24T01:46:05.123Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37262026-02-24T01:46:05.615Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37272026-02-24T01:46:06.836Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37282026-02-24T01:46:07.182Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37292026-02-24T01:46:11.679Z[ host-package] Compiling rand_seeder v0.4.0
37302026-02-24T01:46:12.154Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37312026-02-24T01:46:13.148Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37322026-02-24T01:46:13.436Z[ host-package] Compiling lzma-sys v0.1.20
37332026-02-24T01:46:13.573Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37342026-02-24T01:46:13.964Z[ host-package] Compiling corncobs v0.1.4
37352026-02-24T01:46:14.165Z[ host-package] Compiling rustls v0.21.12
37362026-02-24T01:46:14.331Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37372026-02-24T01:46:14.636Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37382026-02-24T01:46:14.690Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37392026-02-24T01:46:14.991Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37402026-02-24T01:46:15.761Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37412026-02-24T01:46:16.142Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37422026-02-24T01:46:27.055Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37432026-02-24T01:46:28.318Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37442026-02-24T01:46:28.572Z[ host-package] Compiling progenitor-macro v0.8.0
37452026-02-24T01:46:38.244Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37462026-02-24T01:46:42.018Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37472026-02-24T01:46:44.990Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37482026-02-24T01:46:45.618Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37492026-02-24T01:46:48.746Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37502026-02-24T01:46:49.110Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37512026-02-24T01:46:49.484Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37522026-02-24T01:46:49.842Z[ host-package] Compiling progenitor-client v0.8.0
37532026-02-24T01:46:50.801Z[ host-package] Compiling rustls-webpki v0.101.7
37542026-02-24T01:46:53.363Z[ host-package] Compiling sct v0.7.1
37552026-02-24T01:46:53.593Z[ host-package] Compiling heck v0.3.3
37562026-02-24T01:46:53.925Z[ host-package] Compiling secrecy v0.8.0
37572026-02-24T01:46:53.958Z[ host-package] Compiling void v1.0.2
37582026-02-24T01:46:54.216Z[ host-package] Compiling lzss v0.8.2
37592026-02-24T01:46:54.257Z[ host-package] Compiling zone_cfg_derive v0.1.2
37602026-02-24T01:46:55.495Z[ host-package] Compiling progenitor v0.8.0
37612026-02-24T01:46:55.969Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37622026-02-24T01:46:58.242Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37632026-02-24T01:47:04.310Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37642026-02-24T01:47:05.322Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37652026-02-24T01:47:06.483Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37662026-02-24T01:47:07.925Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37672026-02-24T01:47:09.137Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37682026-02-24T01:47:11.777Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37692026-02-24T01:47:12.250Z[ host-package] Compiling tungstenite v0.23.0
37702026-02-24T01:47:16.650Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37712026-02-24T01:47:16.888Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37722026-02-24T01:47:17.065Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37732026-02-24T01:47:17.285Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37742026-02-24T01:47:17.329Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37752026-02-24T01:47:17.461Z[ host-package] Compiling nix v0.27.1
37762026-02-24T01:47:17.688Z[ host-package] Compiling serde_bytes v0.11.19
37772026-02-24T01:47:18.071Z[ host-package] Compiling number_prefix v0.4.0
37782026-02-24T01:47:18.298Z[ host-package] Compiling base64 v0.13.1
37792026-02-24T01:47:18.408Z[ host-package] Compiling indicatif v0.17.11
37802026-02-24T01:47:19.062Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37812026-02-24T01:47:20.106Z[ host-package] Compiling ron v0.7.1
37822026-02-24T01:47:21.219Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37832026-02-24T01:47:22.340Z[ host-package] Compiling tokio-tungstenite v0.23.1
37842026-02-24T01:47:22.986Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37852026-02-24T01:47:24.390Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37862026-02-24T01:47:24.803Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37872026-02-24T01:47:26.885Z[ host-package] Compiling xz2 v0.1.7
37882026-02-24T01:47:27.569Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37892026-02-24T01:47:35.221Z[ host-package] Compiling tokio-rustls v0.24.1
37902026-02-24T01:47:35.733Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37912026-02-24T01:47:35.946Z[ host-package] Compiling zone v0.1.8
37922026-02-24T01:47:38.749Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37932026-02-24T01:47:39.157Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37942026-02-24T01:47:43.591Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37952026-02-24T01:47:43.629Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37962026-02-24T01:48:09.101Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37972026-02-24T01:48:11.223Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37982026-02-24T01:48:12.448Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37992026-02-24T01:48:12.898Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38002026-02-24T01:48:15.212Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38012026-02-24T01:48:21.522Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38022026-02-24T01:48:25.457Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38032026-02-24T01:48:26.410Z[ host-package] Compiling rustls-pemfile v1.0.4
38042026-02-24T01:48:27.092Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38052026-02-24T01:48:28.042Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38062026-02-24T01:48:31.037Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38072026-02-24T01:48:31.432Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38082026-02-24T01:48:33.612Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38092026-02-24T01:48:34.744Z[ host-package] Compiling signal-hook-tokio v0.3.1
38102026-02-24T01:48:35.080Z[ host-package] Compiling twox-hash v2.1.0
38112026-02-24T01:48:35.120Z[ host-package] Compiling yasna v0.5.2
38122026-02-24T01:48:35.791Z[ host-package] Compiling is_ci v1.2.0
38132026-02-24T01:48:36.145Z[ host-package] Compiling supports-color v3.0.2
38142026-02-24T01:48:36.678Z[ host-package] Compiling rcgen v0.12.1
38152026-02-24T01:48:37.107Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38162026-02-24T01:48:43.551Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38172026-02-24T01:48:46.010Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38182026-02-24T01:48:46.678Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38192026-02-24T01:49:07.528Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38202026-02-24T01:49:07.716Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38212026-02-24T01:49:13.711Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38222026-02-24T01:49:18.439Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38232026-02-24T01:49:36.971Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38242026-02-24T01:49:37.242Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38252026-02-24T01:49:39.774Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38262026-02-24T01:49:45.600Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38272026-02-24T01:49:45.991Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38282026-02-24T01:49:46.407Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38292026-02-24T01:49:46.728Z[ host-package] Compiling fatfs v0.3.6
38302026-02-24T01:49:49.197Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38312026-02-24T01:49:53.642Z[ host-package] Compiling subprocess v0.2.9
38322026-02-24T01:49:58.019Z[ host-package] Compiling rtoolbox v0.0.2
38332026-02-24T01:49:58.053Z[ host-package] Compiling seq-macro v0.3.6
38342026-02-24T01:49:58.493Z[ host-package] Compiling assert_matches v1.5.0
38352026-02-24T01:49:58.666Z[ host-package] Compiling rpassword v7.4.0
38362026-02-24T01:49:58.992Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38372026-02-24T01:49:59.289Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38382026-02-24T01:50:09.409Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38392026-02-24T01:50:18.545Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38402026-02-24T01:50:23.374Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38412026-02-24T01:50:23.608Z[ host-package] Compiling tui-tree-widget v0.23.1
38422026-02-24T01:50:24.204Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38432026-02-24T01:50:32.581Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38442026-02-24T01:50:33.422Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38452026-02-24T01:50:33.645Z[ host-package] Compiling uzers v0.12.1
38462026-02-24T01:50:36.650Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38472026-02-24T01:50:38.643Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38482026-02-24T01:50:45.312Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38492026-02-24T01:50:54.803Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38502026-02-24T01:51:09.926Z[ host-package] Compiling support-bundle-viewer v0.1.2
38512026-02-24T01:51:13.685Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38522026-02-24T01:51:16.179Z[ host-package] Compiling multimap v0.10.1
38532026-02-24T01:53:14.859Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38542026-02-24T02:05:33.559Z[ host-package] Finished `release` profile [optimized] target(s) in 26m 57s
38552026-02-24T02:07:04.889ZFeb 24 02:07:04.872 INFO [host-package] process exited with exit status: 0 (1709.342251488s)
38562026-02-24T02:07:04.889ZFeb 24 02:07:04.872 INFO [host-stamp] running task
38572026-02-24T02:07:04.913ZFeb 24 02:07:04.873 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+git377e51584fe
38582026-02-24T02:07:04.914ZFeb 24 02:07:04.874 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+git377e51584fe
38592026-02-24T02:07:04.914ZFeb 24 02:07:04.874 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38602026-02-24T02:07:04.914ZFeb 24 02:07:04.876 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+git377e51584fe
38612026-02-24T02:07:04.914ZFeb 24 02:07:04.876 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+git377e51584fe
38622026-02-24T02:07:04.914ZFeb 24 02:07:04.877 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+git377e51584fe
38632026-02-24T02:07:04.914ZFeb 24 02:07:04.879 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+git377e51584fe
38642026-02-24T02:07:04.914ZFeb 24 02:07:04.879 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+git377e51584fe
38652026-02-24T02:07:04.914ZFeb 24 02:07:04.879 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+git377e51584fe
38662026-02-24T02:07:04.914Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38672026-02-24T02:07:04.914Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38682026-02-24T02:07:04.914Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38692026-02-24T02:07:04.914Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38702026-02-24T02:07:04.914Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38712026-02-24T02:07:04.938Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38722026-02-24T02:07:04.938Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38732026-02-24T02:07:04.938Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38742026-02-24T02:07:04.938Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38752026-02-24T02:07:04.939Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38762026-02-24T02:07:04.939ZFeb 24 02:07:04.911 INFO [stamp-overlay] process exited with exit status: 0 (34.871523ms)
38772026-02-24T02:07:04.939Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38782026-02-24T02:07:04.963ZFeb 24 02:07:04.927 INFO [stamp-oxlog] process exited with exit status: 0 (52.373917ms)
38792026-02-24T02:07:05.013Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38802026-02-24T02:07:05.037ZFeb 24 02:07:05.003 INFO [stamp-crucible-utils] process exited with exit status: 0 (129.722888ms)
38812026-02-24T02:07:05.061Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38822026-02-24T02:07:05.061ZFeb 24 02:07:05.039 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (162.699782ms)
38832026-02-24T02:07:05.352Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38842026-02-24T02:07:05.376ZFeb 24 02:07:05.342 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (466.271097ms)
38852026-02-24T02:07:05.875Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38862026-02-24T02:07:05.899ZFeb 24 02:07:05.866 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (988.076091ms)
38872026-02-24T02:07:06.765Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38882026-02-24T02:07:06.789ZFeb 24 02:07:06.754 INFO [stamp-propolis-server] process exited with exit status: 0 (1.875459969s)
38892026-02-24T02:07:07.233Z[recovery-package] Compiling newtype-uuid v1.3.2
38902026-02-24T02:07:07.538Z[recovery-package] Compiling daft v0.1.4
38912026-02-24T02:07:08.040Z[recovery-package] Compiling iddqd v0.3.16
38922026-02-24T02:07:10.348Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38932026-02-24T02:07:10.941Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38942026-02-24T02:07:10.966Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38952026-02-24T02:07:10.966Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38962026-02-24T02:07:10.966Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38972026-02-24T02:07:11.046Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38982026-02-24T02:07:11.757Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38992026-02-24T02:07:15.868Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39002026-02-24T02:07:15.893ZFeb 24 02:07:15.858 INFO [stamp-switch-asic] process exited with exit status: 0 (10.981192136s)
39012026-02-24T02:07:15.893ZFeb 24 02:07:15.858 INFO [host-stamp] task succeeded (10.986006552s)
39022026-02-24T02:07:15.893ZFeb 24 02:07:15.858 INFO [host-proto] running task
39032026-02-24T02:07:17.054ZFeb 24 02:07:17.038 INFO [host-proto] task succeeded (1.179211722s)
39042026-02-24T02:07:17.054ZFeb 24 02:07:17.038 INFO [host-profile] running task
39052026-02-24T02:07:17.078ZFeb 24 02:07:17.038 INFO [host-profile] task succeeded (647.361µs)
39062026-02-24T02:07:17.078ZFeb 24 02:07:17.039 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.39.455' -P /tmp/.tmp5z1CyQ/proto/host/root -N 'ci 377e515/${os_short_commit} 2026-02-24 01:36' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39072026-02-24T02:07:17.078Z[ host-image] Feb 24 02:07:17.052 INFO Checking files for board 'cosmo-mbist-noaggr'
39082026-02-24T02:07:17.078Z[ host-image] Feb 24 02:07:17.052 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39092026-02-24T02:07:17.078Z[ host-image] Feb 24 02:07:17.052 INFO Checking files for board 'cosmo'
39102026-02-24T02:07:17.078Z[ host-image] Feb 24 02:07:17.052 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39112026-02-24T02:07:17.079Z[ host-image] Feb 24 02:07:17.052 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39122026-02-24T02:07:17.079Z[ host-image] Feb 24 02:07:17.052 INFO Checking files for board 'cosmo-mbist'
39132026-02-24T02:07:17.079Z[ host-image] Feb 24 02:07:17.052 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39142026-02-24T02:07:17.079Z[ host-image] Feb 24 02:07:17.052 INFO Checking files for board 'gimlet'
39152026-02-24T02:07:17.079Z[ host-image] Feb 24 02:07:17.052 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39162026-02-24T02:07:17.079Z[ host-image] Feb 24 02:07:17.052 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39172026-02-24T02:07:17.103Z[ host-image] Feb 24 02:07:17.076 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp5z1CyQ/proto/host/root"
39182026-02-24T02:07:17.103Z[ host-image] Feb 24 02:07:17.076 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39192026-02-24T02:07:17.103Z[ host-image] Feb 24 02:07:17.077 INFO image builder template: ramdisk-01-os...
39202026-02-24T02:07:17.103Z[ host-image] Feb 24 02:07:17.077 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/.tmp5z1CyQ/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39212026-02-24T02:07:17.135Z[ host-image] Feb 24 02:07:17.118 INFO O| Feb 24 02:07:17.118 INFO CREATE DATASET: rpool/images/build/host/output
39222026-02-24T02:07:17.195Z[ host-image] Feb 24 02:07:17.179 INFO O| Feb 24 02:07:17.179 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39232026-02-24T02:07:17.220Z[ host-image] Feb 24 02:07:17.188 INFO O| Feb 24 02:07:17.188 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39242026-02-24T02:07:17.328Z[ host-image] Feb 24 02:07:17.311 INFO O| Feb 24 02:07:17.311 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39252026-02-24T02:07:17.363Z[ host-image] Feb 24 02:07:17.346 INFO O| Feb 24 02:07:17.346 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39262026-02-24T02:07:17.363Z[ host-image] Feb 24 02:07:17.346 INFO O| Feb 24 02:07:17.346 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39272026-02-24T02:07:17.387Z[ host-image] Feb 24 02:07:17.346 INFO O| Feb 24 02:07:17.346 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39282026-02-24T02:07:17.387Z[ host-image] Feb 24 02:07:17.346 INFO O| Feb 24 02:07:17.346 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39292026-02-24T02:07:17.387Z[ host-image] Feb 24 02:07:17.365 INFO O| Feb 24 02:07:17.365 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39302026-02-24T02:07:17.483Z[ host-image] Feb 24 02:07:17.466 INFO O| Feb 24 02:07:17.466 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39312026-02-24T02:07:17.507Z[ host-image] Feb 24 02:07:17.486 INFO O| Feb 24 02:07:17.486 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39322026-02-24T02:07:18.016Z[ host-image] Feb 24 02:07:17.999 INFO O| Feb 24 02:07:17.999 INFO O| Caching catalogs ... Done
39332026-02-24T02:07:18.142Z[ host-image] Feb 24 02:07:18.126 INFO O| Feb 24 02:07:18.126 INFO STEP 0 (pkg_image_create) COMPLETE
39342026-02-24T02:07:18.167Z[ host-image] Feb 24 02:07:18.126 INFO O| Feb 24 02:07:18.126 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39352026-02-24T02:07:18.167Z[ host-image] Feb 24 02:07:18.145 INFO O| Feb 24 02:07:18.145 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/2/dev/", "helios-dev"]
39362026-02-24T02:07:18.713Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO STEP 1 (pkg_set_publisher) COMPLETE
39372026-02-24T02:07:18.713Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-02-24T02:07:18.738Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO skip step because feature "publisher_1_name" is not enabled
39392026-02-24T02:07:18.738Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-02-24T02:07:18.738Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO skip step because feature "publisher_2_name" is not enabled
39412026-02-24T02:07:18.738Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-02-24T02:07:18.738Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO skip step because feature "publisher_3_name" is not enabled
39432026-02-24T02:07:18.738Z[ host-image] Feb 24 02:07:18.697 INFO O| Feb 24 02:07:18.697 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-02-24T02:07:19.258Z[ host-image] Feb 24 02:07:19.240 INFO O| Feb 24 02:07:19.240 INFO variant opensolaris.zone is already global
39452026-02-24T02:07:19.259Z[ host-image] Feb 24 02:07:19.240 INFO O| Feb 24 02:07:19.240 INFO STEP 5 (pkg_change_variant) COMPLETE
39462026-02-24T02:07:19.259Z[ host-image] Feb 24 02:07:19.240 INFO O| Feb 24 02:07:19.240 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-02-24T02:07:19.758Z[ host-image] Feb 24 02:07:19.741 INFO O| Feb 24 02:07:19.741 INFO variant opensolaris.imagetype is full; changing to partial
39482026-02-24T02:07:19.758Z[ host-image] Feb 24 02:07:19.741 INFO O| Feb 24 02:07:19.741 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39492026-02-24T02:07:26.716Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39502026-02-24T02:07:26.741Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39512026-02-24T02:07:26.741Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39522026-02-24T02:07:26.741Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39532026-02-24T02:07:33.514Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39542026-02-24T02:07:33.725Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39552026-02-24T02:07:34.727Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39562026-02-24T02:07:36.050Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39572026-02-24T02:07:37.429Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39582026-02-24T02:07:39.818Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39592026-02-24T02:08:06.067Z[ host-image] Feb 24 02:08:06.052 INFO O| Feb 24 02:08:06.052 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39602026-02-24T02:08:09.117Z[recovery-package] Finished `release` profile [optimized] target(s) in 1m 03s
39612026-02-24T02:08:13.777ZFeb 24 02:08:13.763 INFO [recovery-package] process exited with exit status: 0 (68.888766484s)
39622026-02-24T02:08:13.777ZFeb 24 02:08:13.763 INFO [recovery-stamp] running task
39632026-02-24T02:08:13.801ZFeb 24 02:08:13.764 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39642026-02-24T02:08:13.801ZFeb 24 02:08:13.764 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git377e51584fe
39652026-02-24T02:08:13.801ZFeb 24 02:08:13.766 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+git377e51584fe
39662026-02-24T02:08:13.802Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39672026-02-24T02:08:13.802Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39682026-02-24T02:08:13.944Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39692026-02-24T02:08:13.968ZFeb 24 02:08:13.937 INFO [stamp-installinator] process exited with exit status: 0 (172.03836ms)
39702026-02-24T02:08:14.055Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39712026-02-24T02:08:14.080ZFeb 24 02:08:14.047 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (281.568265ms)
39722026-02-24T02:08:14.080ZFeb 24 02:08:14.047 INFO [recovery-stamp] task succeeded (284.055334ms)
39732026-02-24T02:08:14.080ZFeb 24 02:08:14.047 INFO [recovery-proto] running task
39742026-02-24T02:08:14.080ZFeb 24 02:08:14.047 INFO [tuf-stamp] running task
39752026-02-24T02:08:14.080ZFeb 24 02:08:14.049 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+git377e51584fe
39762026-02-24T02:08:14.080ZFeb 24 02:08:14.049 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+git377e51584fe
39772026-02-24T02:08:14.080ZFeb 24 02:08:14.050 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+git377e51584fe
39782026-02-24T02:08:14.080ZFeb 24 02:08:14.051 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+git377e51584fe
39792026-02-24T02:08:14.080ZFeb 24 02:08:14.051 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+git377e51584fe
39802026-02-24T02:08:14.080ZFeb 24 02:08:14.057 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+git377e51584fe
39812026-02-24T02:08:14.080ZFeb 24 02:08:14.059 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+git377e51584fe
39822026-02-24T02:08:14.080ZFeb 24 02:08:14.061 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+git377e51584fe
39832026-02-24T02:08:14.080ZFeb 24 02:08:14.062 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+git377e51584fe
39842026-02-24T02:08:14.080ZFeb 24 02:08:14.064 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+git377e51584fe
39852026-02-24T02:08:14.105ZFeb 24 02:08:14.066 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+git377e51584fe
39862026-02-24T02:08:14.105Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-02-24T02:08:14.105ZFeb 24 02:08:14.071 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+git377e51584fe
39882026-02-24T02:08:14.105Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-02-24T02:08:14.105Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-02-24T02:08:14.105Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-02-24T02:08:14.105Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-02-24T02:08:14.105Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-02-24T02:08:14.105Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-02-24T02:08:14.105Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-02-24T02:08:14.129Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-02-24T02:08:14.129Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-02-24T02:08:14.129Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-02-24T02:08:14.129Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-02-24T02:08:14.234Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40002026-02-24T02:08:14.275ZFeb 24 02:08:14.261 INFO [stamp-probe] process exited with exit status: 0 (210.566741ms)
40012026-02-24T02:08:14.441ZFeb 24 02:08:14.427 INFO [recovery-proto] task succeeded (379.493748ms)
40022026-02-24T02:08:14.465ZFeb 24 02:08:14.427 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.39.455' -P /tmp/.tmp5z1CyQ/proto/recovery/root -N 'recovery 377e515/${os_short_commit} 2026-02-24 01:36' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40032026-02-24T02:08:14.489Z[ recovery-image] Feb 24 02:08:14.470 INFO Checking files for board 'cosmo-mbist'
40042026-02-24T02:08:14.489Z[ recovery-image] Feb 24 02:08:14.471 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40052026-02-24T02:08:14.489Z[ recovery-image] Feb 24 02:08:14.471 INFO Checking files for board 'cosmo-mbist-noaggr'
40062026-02-24T02:08:14.490Z[ recovery-image] Feb 24 02:08:14.471 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40072026-02-24T02:08:14.490Z[ recovery-image] Feb 24 02:08:14.471 INFO Checking files for board 'gimlet'
40082026-02-24T02:08:14.490Z[ recovery-image] Feb 24 02:08:14.471 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40092026-02-24T02:08:14.490Z[ recovery-image] Feb 24 02:08:14.471 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40102026-02-24T02:08:14.490Z[ recovery-image] Feb 24 02:08:14.471 INFO Checking files for board 'cosmo'
40112026-02-24T02:08:14.490Z[ recovery-image] Feb 24 02:08:14.471 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40122026-02-24T02:08:14.490Z[ recovery-image] Feb 24 02:08:14.471 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40132026-02-24T02:08:14.514Z[ recovery-image] Feb 24 02:08:14.489 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp5z1CyQ/proto/recovery/root"
40142026-02-24T02:08:14.514Z[ recovery-image] Feb 24 02:08:14.489 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40152026-02-24T02:08:14.514Z[ recovery-image] Feb 24 02:08:14.489 INFO image builder template: ramdisk-01-os...
40162026-02-24T02:08:14.514Z[ recovery-image] Feb 24 02:08:14.490 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/.tmp5z1CyQ/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40172026-02-24T02:08:14.539Z[ recovery-image] Feb 24 02:08:14.522 INFO O| Feb 24 02:08:14.522 INFO CREATE DATASET: rpool/images/build/recovery/output
40182026-02-24T02:08:14.779Z[ recovery-image] Feb 24 02:08:14.765 INFO O| Feb 24 02:08:14.765 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40192026-02-24T02:08:14.804Z[ recovery-image] Feb 24 02:08:14.773 INFO O| Feb 24 02:08:14.773 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40202026-02-24T02:08:14.979Z[ recovery-image] Feb 24 02:08:14.964 INFO O| Feb 24 02:08:14.964 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40212026-02-24T02:08:15.014Z[ recovery-image] Feb 24 02:08:15.000 INFO O| Feb 24 02:08:15.000 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40222026-02-24T02:08:15.014Z[ recovery-image] Feb 24 02:08:15.000 INFO O| Feb 24 02:08:15.000 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40232026-02-24T02:08:15.038Z[ recovery-image] Feb 24 02:08:15.000 INFO O| Feb 24 02:08:15.000 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40242026-02-24T02:08:15.038Z[ recovery-image] Feb 24 02:08:15.000 INFO O| Feb 24 02:08:15.000 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40252026-02-24T02:08:15.038Z[ recovery-image] Feb 24 02:08:15.011 INFO O| Feb 24 02:08:15.011 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40262026-02-24T02:08:15.196Z[ recovery-image] Feb 24 02:08:15.182 INFO O| Feb 24 02:08:15.182 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40272026-02-24T02:08:15.220Z[ recovery-image] Feb 24 02:08:15.198 INFO O| Feb 24 02:08:15.198 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40282026-02-24T02:08:15.610Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40292026-02-24T02:08:15.677ZFeb 24 02:08:15.663 INFO [stamp-ntp] process exited with exit status: 0 (1.611616827s)
40302026-02-24T02:08:15.861Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
40312026-02-24T02:08:15.907Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40322026-02-24T02:08:15.970Z[ recovery-image] Feb 24 02:08:15.956 INFO O| Feb 24 02:08:15.956 INFO O| Caching catalogs ... Done
40332026-02-24T02:08:16.091Z[ recovery-image] Feb 24 02:08:16.077 INFO O| Feb 24 02:08:16.077 INFO STEP 0 (pkg_image_create) COMPLETE
40342026-02-24T02:08:16.091Z[ recovery-image] Feb 24 02:08:16.077 INFO O| Feb 24 02:08:16.077 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352026-02-24T02:08:16.115Z[ recovery-image] Feb 24 02:08:16.097 INFO O| Feb 24 02:08:16.097 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/2/dev/", "helios-dev"]
40362026-02-24T02:08:16.220Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40372026-02-24T02:08:16.244ZFeb 24 02:08:16.217 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.167390359s)
40382026-02-24T02:08:16.582Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40392026-02-24T02:08:16.607Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40402026-02-24T02:08:16.632ZFeb 24 02:08:16.614 INFO [stamp-internal-dns] process exited with exit status: 0 (2.554901651s)
40412026-02-24T02:08:16.698ZFeb 24 02:08:16.684 INFO [stamp-external-dns] process exited with exit status: 0 (2.622643714s)
40422026-02-24T02:08:16.735Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40432026-02-24T02:08:16.759ZFeb 24 02:08:16.729 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.680239755s)
40442026-02-24T02:08:16.831Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.816 INFO STEP 1 (pkg_set_publisher) COMPLETE
40452026-02-24T02:08:16.831Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.817 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-02-24T02:08:16.831Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.817 INFO skip step because feature "publisher_1_name" is not enabled
40472026-02-24T02:08:16.855Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.817 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-02-24T02:08:16.855Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.817 INFO skip step because feature "publisher_2_name" is not enabled
40492026-02-24T02:08:16.855Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.817 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-02-24T02:08:16.855Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.817 INFO skip step because feature "publisher_3_name" is not enabled
40512026-02-24T02:08:16.855Z[ recovery-image] Feb 24 02:08:16.817 INFO O| Feb 24 02:08:16.817 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-02-24T02:08:17.106Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40532026-02-24T02:08:17.144ZFeb 24 02:08:17.130 INFO [stamp-oximeter] process exited with exit status: 0 (3.058805589s)
40542026-02-24T02:08:17.447Z[ recovery-image] Feb 24 02:08:17.433 INFO O| Feb 24 02:08:17.433 INFO variant opensolaris.zone is already global
40552026-02-24T02:08:17.447Z[ recovery-image] Feb 24 02:08:17.433 INFO O| Feb 24 02:08:17.433 INFO STEP 5 (pkg_change_variant) COMPLETE
40562026-02-24T02:08:17.447Z[ recovery-image] Feb 24 02:08:17.433 INFO O| Feb 24 02:08:17.433 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40572026-02-24T02:08:17.996Z[ recovery-image] Feb 24 02:08:17.982 INFO O| Feb 24 02:08:17.982 INFO variant opensolaris.imagetype is full; changing to partial
40582026-02-24T02:08:17.996Z[ recovery-image] Feb 24 02:08:17.982 INFO O| Feb 24 02:08:17.982 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40592026-02-24T02:08:20.960Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40602026-02-24T02:08:20.984ZFeb 24 02:08:20.955 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.890152022s)
40612026-02-24T02:08:22.414Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40622026-02-24T02:08:22.438ZFeb 24 02:08:22.408 INFO [stamp-nexus] process exited with exit status: 0 (8.357832085s)
40632026-02-24T02:08:25.341Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40642026-02-24T02:08:25.365ZFeb 24 02:08:25.335 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.277888305s)
40652026-02-24T02:08:25.774Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40662026-02-24T02:08:25.798ZFeb 24 02:08:25.766 INFO [stamp-clickhouse] process exited with exit status: 0 (11.700314155s)
40672026-02-24T02:08:25.798Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40682026-02-24T02:08:25.798ZFeb 24 02:08:25.781 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.718879566s)
40692026-02-24T02:08:25.798ZFeb 24 02:08:25.781 INFO [tuf-stamp] task succeeded (11.733711223s)
40702026-02-24T02:08:26.148Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40712026-02-24T02:08:26.213Z[verify-libraries] Compiling object v0.37.3
40722026-02-24T02:08:26.251Z[verify-libraries] Compiling stacker v0.1.23
40732026-02-24T02:08:26.275Z[verify-libraries] Compiling cfg_aliases v0.1.1
40742026-02-24T02:08:26.275Z[verify-libraries] Compiling home v0.5.9
40752026-02-24T02:08:26.364Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40762026-02-24T02:08:26.388Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40772026-02-24T02:08:26.388Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40782026-02-24T02:08:26.718Z[verify-libraries] Compiling nix v0.28.0
40792026-02-24T02:08:26.718Z[verify-libraries] Compiling unicode_categories v0.1.1
40802026-02-24T02:08:27.002Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40812026-02-24T02:08:27.387Z[verify-libraries] Compiling sqlformat v0.3.5
40822026-02-24T02:08:27.570Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40832026-02-24T02:08:27.641Z[verify-libraries] Compiling polyval v0.6.2
40842026-02-24T02:08:28.182Z[verify-libraries] Compiling ctr v0.9.2
40852026-02-24T02:08:28.270Z[verify-libraries] Compiling ghash v0.5.1
40862026-02-24T02:08:28.377Z[ host-image] Feb 24 02:08:28.363 INFO O| Feb 24 02:08:28.363 INFO O| Startup: Caching catalogs ... Done
40872026-02-24T02:08:28.527Z[ host-image] Feb 24 02:08:28.514 INFO O| Feb 24 02:08:28.514 INFO O| Planning: Planning completed in 0.00 seconds
40882026-02-24T02:08:28.551Z[ host-image] Feb 24 02:08:28.515 INFO O| Feb 24 02:08:28.515 INFO O| Planning: Consolidating action changes ... Done
40892026-02-24T02:08:28.551Z[ host-image] Feb 24 02:08:28.515 INFO O| Feb 24 02:08:28.515 INFO O| Planning: Evaluating mediators ... Done
40902026-02-24T02:08:28.551Z[ host-image] Feb 24 02:08:28.516 INFO O| Feb 24 02:08:28.516 INFO O| Planning: Planning completed in 0.00 seconds
40912026-02-24T02:08:28.551Z[ host-image] Feb 24 02:08:28.516 INFO O| Feb 24 02:08:28.516 INFO O| Variants/Facets to change: 1
40922026-02-24T02:08:28.579Z[ host-image] Feb 24 02:08:28.565 INFO O| Feb 24 02:08:28.565 INFO O| Done
40932026-02-24T02:08:28.579Z[ host-image] Feb 24 02:08:28.565 INFO O| Feb 24 02:08:28.565 INFO O| Done
40942026-02-24T02:08:28.637Z[verify-libraries] Compiling ssh-encoding v0.2.0
40952026-02-24T02:08:28.707Z[verify-libraries] Compiling blowfish v0.9.1
40962026-02-24T02:08:28.786Z[verify-libraries] Compiling aes-gcm v0.10.3
40972026-02-24T02:08:29.319Z[verify-libraries] Compiling ssh-cipher v0.2.0
40982026-02-24T02:08:29.365Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40992026-02-24T02:08:29.460Z[verify-libraries] Compiling password-hash v0.4.2
41002026-02-24T02:08:30.188Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41012026-02-24T02:08:30.284Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41022026-02-24T02:08:30.907Z[verify-libraries] Compiling petname v2.0.2
41032026-02-24T02:08:31.642Z[ host-image] Feb 24 02:08:31.629 INFO O| Feb 24 02:08:31.629 INFO O| Done
41042026-02-24T02:08:31.808Z[ host-image] Feb 24 02:08:31.795 INFO O| Feb 24 02:08:31.794 INFO O| Done
41052026-02-24T02:08:31.832Z[ host-image] Feb 24 02:08:31.808 INFO O| Feb 24 02:08:31.808 INFO O| Done
41062026-02-24T02:08:31.832Z[ host-image] Feb 24 02:08:31.808 INFO O| Feb 24 02:08:31.808 INFO O| Done
41072026-02-24T02:08:31.832Z[ host-image] Feb 24 02:08:31.810 INFO O| Feb 24 02:08:31.810 INFO O| Done
41082026-02-24T02:08:31.856Z[verify-libraries] Compiling rustyline v14.0.0
41092026-02-24T02:08:32.403Z[verify-libraries] Compiling pbkdf2 v0.11.0
41102026-02-24T02:08:33.136Z[verify-libraries] Compiling ssh-key v0.6.6
41112026-02-24T02:08:33.734Z[verify-libraries] Compiling p256 v0.13.2
41122026-02-24T02:08:34.069Z[ host-image] Feb 24 02:08:34.055 INFO O| Feb 24 02:08:34.055 INFO STEP 6 (pkg_change_variant) COMPLETE
41132026-02-24T02:08:34.069Z[ host-image] Feb 24 02:08:34.055 INFO O| Feb 24 02:08:34.055 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41142026-02-24T02:08:34.094Z[ host-image] Feb 24 02:08:34.055 INFO O| Feb 24 02:08:34.055 INFO skip step because feature "debug_variant" is not enabled
41152026-02-24T02:08:34.094Z[ host-image] Feb 24 02:08:34.055 INFO O| Feb 24 02:08:34.055 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41162026-02-24T02:08:34.661Z[verify-libraries] Compiling p521 v0.13.3
41172026-02-24T02:08:34.873Z[ host-image] Feb 24 02:08:34.859 INFO O| Feb 24 02:08:34.859 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41182026-02-24T02:08:36.325Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41192026-02-24T02:08:36.478Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41202026-02-24T02:08:37.162Z[verify-libraries] Compiling md5 v0.7.0
41212026-02-24T02:08:37.875Z[verify-libraries] Compiling russh-keys v0.45.0
41222026-02-24T02:08:38.537Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41232026-02-24T02:08:38.594Z[verify-libraries] Compiling psm v0.1.30
41242026-02-24T02:08:39.026Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41252026-02-24T02:08:39.675Z[verify-libraries] Compiling num-bigint v0.4.6
41262026-02-24T02:08:40.970Z[verify-libraries] Compiling recursive v0.1.1
41272026-02-24T02:08:41.317Z[verify-libraries] Compiling sqlparser v0.61.0
41282026-02-24T02:08:43.410Z[verify-libraries] Compiling des v0.8.1
41292026-02-24T02:08:44.017Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41302026-02-24T02:08:44.047Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41312026-02-24T02:08:45.082Z[verify-libraries] Compiling hex-literal v0.4.1
41322026-02-24T02:08:45.195Z[verify-libraries] Compiling sync-ptr v0.1.4
41332026-02-24T02:08:45.375Z[verify-libraries] Compiling russh v0.45.0
41342026-02-24T02:08:45.503Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41352026-02-24T02:08:45.731Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41362026-02-24T02:08:49.046Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41372026-02-24T02:08:50.596Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41382026-02-24T02:08:51.290Z[verify-libraries] Compiling internet-checksum v0.2.1
41392026-02-24T02:08:51.739Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41402026-02-24T02:08:55.457Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41412026-02-24T02:08:58.448Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41422026-02-24T02:09:08.772Z[ recovery-image] Feb 24 02:09:08.759 INFO O| Feb 24 02:09:08.759 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41432026-02-24T02:09:09.520Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41442026-02-24T02:09:12.969Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41452026-02-24T02:09:21.647Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41462026-02-24T02:09:22.357Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41472026-02-24T02:09:30.846Z[ host-image] Feb 24 02:09:30.835 INFO O| Feb 24 02:09:30.835 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41482026-02-24T02:09:33.716Z[ recovery-image] Feb 24 02:09:33.705 INFO O| Feb 24 02:09:33.705 INFO O| Startup: Caching catalogs ... Done
41492026-02-24T02:09:33.831Z[ recovery-image] Feb 24 02:09:33.820 INFO O| Feb 24 02:09:33.820 INFO O| Planning: Planning completed in 0.00 seconds
41502026-02-24T02:09:33.856Z[ recovery-image] Feb 24 02:09:33.821 INFO O| Feb 24 02:09:33.821 INFO O| Planning: Consolidating action changes ... Done
41512026-02-24T02:09:33.856Z[ recovery-image] Feb 24 02:09:33.821 INFO O| Feb 24 02:09:33.821 INFO O| Planning: Evaluating mediators ... Done
41522026-02-24T02:09:33.856Z[ recovery-image] Feb 24 02:09:33.822 INFO O| Feb 24 02:09:33.821 INFO O| Planning: Planning completed in 0.00 seconds
41532026-02-24T02:09:33.856Z[ recovery-image] Feb 24 02:09:33.822 INFO O| Feb 24 02:09:33.822 INFO O| Variants/Facets to change: 1
41542026-02-24T02:09:33.919Z[ recovery-image] Feb 24 02:09:33.908 INFO O| Feb 24 02:09:33.908 INFO O| Done
41552026-02-24T02:09:33.919Z[ recovery-image] Feb 24 02:09:33.908 INFO O| Feb 24 02:09:33.908 INFO O| Done
41562026-02-24T02:09:36.378Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41572026-02-24T02:09:36.948Z[ recovery-image] Feb 24 02:09:36.937 INFO O| Feb 24 02:09:36.937 INFO O| Done
41582026-02-24T02:09:37.094Z[ recovery-image] Feb 24 02:09:37.083 INFO O| Feb 24 02:09:37.083 INFO O| Done
41592026-02-24T02:09:37.118Z[ recovery-image] Feb 24 02:09:37.085 INFO O| Feb 24 02:09:37.085 INFO O| Done
41602026-02-24T02:09:37.118Z[ recovery-image] Feb 24 02:09:37.085 INFO O| Feb 24 02:09:37.085 INFO O| Done
41612026-02-24T02:09:37.118Z[ recovery-image] Feb 24 02:09:37.086 INFO O| Feb 24 02:09:37.086 INFO O| Done
41622026-02-24T02:09:37.546Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41632026-02-24T02:09:38.989Z[ recovery-image] Feb 24 02:09:38.978 INFO O| Feb 24 02:09:38.978 INFO STEP 6 (pkg_change_variant) COMPLETE
41642026-02-24T02:09:38.989Z[ recovery-image] Feb 24 02:09:38.978 INFO O| Feb 24 02:09:38.978 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-02-24T02:09:38.989Z[ recovery-image] Feb 24 02:09:38.978 INFO O| Feb 24 02:09:38.978 INFO skip step because feature "debug_variant" is not enabled
41662026-02-24T02:09:39.013Z[ recovery-image] Feb 24 02:09:38.978 INFO O| Feb 24 02:09:38.978 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-02-24T02:09:39.654Z[ recovery-image] Feb 24 02:09:39.643 INFO O| Feb 24 02:09:39.643 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41682026-02-24T02:09:41.011Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41692026-02-24T02:09:47.291Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41702026-02-24T02:09:49.613Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41712026-02-24T02:09:52.517Z[ host-image] Feb 24 02:09:52.506 INFO O| Feb 24 02:09:52.506 INFO O| Startup: Caching catalogs ... Done
41722026-02-24T02:09:52.655Z[ host-image] Feb 24 02:09:52.644 INFO O| Feb 24 02:09:52.644 INFO O| Planning: Planning completed in 0.00 seconds
41732026-02-24T02:09:52.679Z[ host-image] Feb 24 02:09:52.645 INFO O| Feb 24 02:09:52.645 INFO O| Planning: Consolidating action changes ... Done
41742026-02-24T02:09:52.679Z[ host-image] Feb 24 02:09:52.645 INFO O| Feb 24 02:09:52.645 INFO O| Planning: Evaluating mediators ... Done
41752026-02-24T02:09:52.679Z[ host-image] Feb 24 02:09:52.646 INFO O| Feb 24 02:09:52.646 INFO O| Planning: Planning completed in 0.00 seconds
41762026-02-24T02:09:52.679Z[ host-image] Feb 24 02:09:52.646 INFO O| Feb 24 02:09:52.646 INFO O| Variants/Facets to change: 1
41772026-02-24T02:09:52.719Z[ host-image] Feb 24 02:09:52.709 INFO O| Feb 24 02:09:52.709 INFO O| Done
41782026-02-24T02:09:52.719Z[ host-image] Feb 24 02:09:52.709 INFO O| Feb 24 02:09:52.709 INFO O| Done
41792026-02-24T02:09:55.203Z[ host-image] Feb 24 02:09:55.192 INFO O| Feb 24 02:09:55.192 INFO O| Done
41802026-02-24T02:09:55.340Z[ host-image] Feb 24 02:09:55.330 INFO O| Feb 24 02:09:55.330 INFO O| Done
41812026-02-24T02:09:55.368Z[ host-image] Feb 24 02:09:55.331 INFO O| Feb 24 02:09:55.331 INFO O| Done
41822026-02-24T02:09:55.368Z[ host-image] Feb 24 02:09:55.331 INFO O| Feb 24 02:09:55.331 INFO O| Done
41832026-02-24T02:09:55.368Z[ host-image] Feb 24 02:09:55.333 INFO O| Feb 24 02:09:55.333 INFO O| Done
41842026-02-24T02:09:57.201Z[ host-image] Feb 24 02:09:57.188 INFO O| Feb 24 02:09:57.188 INFO STEP 8 (pkg_change_facet) COMPLETE
41852026-02-24T02:09:57.201Z[ host-image] Feb 24 02:09:57.188 INFO O| Feb 24 02:09:57.188 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41862026-02-24T02:09:57.201Z[ host-image] Feb 24 02:09:57.188 INFO O| Feb 24 02:09:57.188 INFO skip step because feature "recovery" is not enabled
41872026-02-24T02:09:57.225Z[ host-image] Feb 24 02:09:57.188 INFO O| Feb 24 02:09:57.188 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41882026-02-24T02:09:57.225Z[ host-image] Feb 24 02:09:57.188 INFO O| Feb 24 02:09:57.188 INFO skip step because feature "recovery" is not enabled
41892026-02-24T02:09:57.225Z[ host-image] Feb 24 02:09:57.188 INFO O| Feb 24 02:09:57.188 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41902026-02-24T02:09:57.225Z[ host-image] Feb 24 02:09:57.205 INFO O| Feb 24 02:09:57.205 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", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
41912026-02-24T02:09:59.728Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41922026-02-24T02:10:03.516Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41932026-02-24T02:10:03.826Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41942026-02-24T02:10:19.533Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41952026-02-24T02:10:20.788Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41962026-02-24T02:10:21.487Z[ recovery-image] Feb 24 02:10:21.478 INFO O| Feb 24 02:10:21.478 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41972026-02-24T02:10:30.527Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41982026-02-24T02:10:37.553Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41992026-02-24T02:10:40.771Z[ recovery-image] Feb 24 02:10:40.762 INFO O| Feb 24 02:10:40.762 INFO O| Startup: Caching catalogs ... Done
42002026-02-24T02:10:40.918Z[ recovery-image] Feb 24 02:10:40.902 INFO O| Feb 24 02:10:40.902 INFO O| Planning: Planning completed in 0.00 seconds
42012026-02-24T02:10:40.945Z[ recovery-image] Feb 24 02:10:40.903 INFO O| Feb 24 02:10:40.903 INFO O| Planning: Consolidating action changes ... Done
42022026-02-24T02:10:40.945Z[ recovery-image] Feb 24 02:10:40.903 INFO O| Feb 24 02:10:40.903 INFO O| Planning: Evaluating mediators ... Done
42032026-02-24T02:10:40.945Z[ recovery-image] Feb 24 02:10:40.904 INFO O| Feb 24 02:10:40.904 INFO O| Planning: Planning completed in 0.00 seconds
42042026-02-24T02:10:40.945Z[ recovery-image] Feb 24 02:10:40.904 INFO O| Feb 24 02:10:40.904 INFO O| Variants/Facets to change: 1
42052026-02-24T02:10:40.945Z[ recovery-image] Feb 24 02:10:40.924 INFO O| Feb 24 02:10:40.924 INFO O| Done
42062026-02-24T02:10:40.945Z[ recovery-image] Feb 24 02:10:40.924 INFO O| Feb 24 02:10:40.924 INFO O| Done
42072026-02-24T02:10:43.352Z[ host-image] Feb 24 02:10:43.344 INFO O| Feb 24 02:10:43.344 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42082026-02-24T02:10:43.378Z[ recovery-image] Feb 24 02:10:43.364 INFO O| Feb 24 02:10:43.364 INFO O| Done
42092026-02-24T02:10:43.535Z[ recovery-image] Feb 24 02:10:43.525 INFO O| Feb 24 02:10:43.525 INFO O| Done
42102026-02-24T02:10:43.559Z[ recovery-image] Feb 24 02:10:43.526 INFO O| Feb 24 02:10:43.526 INFO O| Done
42112026-02-24T02:10:43.559Z[ recovery-image] Feb 24 02:10:43.526 INFO O| Feb 24 02:10:43.526 INFO O| Done
42122026-02-24T02:10:43.559Z[ recovery-image] Feb 24 02:10:43.528 INFO O| Feb 24 02:10:43.528 INFO O| Done
42132026-02-24T02:10:44.743Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42142026-02-24T02:10:45.494Z[ recovery-image] Feb 24 02:10:45.486 INFO O| Feb 24 02:10:45.486 INFO STEP 8 (pkg_change_facet) COMPLETE
42152026-02-24T02:10:45.494Z[ recovery-image] Feb 24 02:10:45.486 INFO O| Feb 24 02:10:45.486 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-02-24T02:10:46.029Z[ recovery-image] Feb 24 02:10:46.020 INFO O| Feb 24 02:10:46.020 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42172026-02-24T02:10:46.079Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42182026-02-24T02:10:57.726Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42192026-02-24T02:11:00.461Z[ host-image] Feb 24 02:11:00.454 INFO O| Feb 24 02:11:00.453 INFO O| Startup: Caching catalogs ... Done
42202026-02-24T02:11:02.731Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42212026-02-24T02:11:33.344Z[ recovery-image] Feb 24 02:11:33.337 INFO O| Feb 24 02:11:33.337 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42222026-02-24T02:11:38.102Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42232026-02-24T02:11:50.479Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42242026-02-24T02:11:51.716Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42252026-02-24T02:11:52.349Z[ recovery-image] Feb 24 02:11:52.343 INFO O| Feb 24 02:11:52.343 INFO O| Startup: Caching catalogs ... Done
42262026-02-24T02:11:52.487Z[ recovery-image] Feb 24 02:11:52.481 INFO O| Feb 24 02:11:52.481 INFO O| Planning: Planning completed in 0.00 seconds
42272026-02-24T02:11:52.511Z[ recovery-image] Feb 24 02:11:52.482 INFO O| Feb 24 02:11:52.481 INFO O| Planning: Consolidating action changes ... Done
42282026-02-24T02:11:52.511Z[ recovery-image] Feb 24 02:11:52.482 INFO O| Feb 24 02:11:52.481 INFO O| Planning: Evaluating mediators ... Done
42292026-02-24T02:11:52.511Z[ recovery-image] Feb 24 02:11:52.482 INFO O| Feb 24 02:11:52.482 INFO O| Planning: Planning completed in 0.00 seconds
42302026-02-24T02:11:52.511Z[ recovery-image] Feb 24 02:11:52.482 INFO O| Feb 24 02:11:52.482 INFO O| Variants/Facets to change: 1
42312026-02-24T02:11:52.551Z[ recovery-image] Feb 24 02:11:52.545 INFO O| Feb 24 02:11:52.545 INFO O| Done
42322026-02-24T02:11:52.551Z[ recovery-image] Feb 24 02:11:52.545 INFO O| Feb 24 02:11:52.545 INFO O| Done
42332026-02-24T02:11:54.302Z[ recovery-image] Feb 24 02:11:54.297 INFO O| Feb 24 02:11:54.297 INFO O| Done
42342026-02-24T02:11:54.407Z[ recovery-image] Feb 24 02:11:54.401 INFO O| Feb 24 02:11:54.400 INFO O| Done
42352026-02-24T02:11:54.471Z[ recovery-image] Feb 24 02:11:54.455 INFO O| Feb 24 02:11:54.454 INFO O| Done
42362026-02-24T02:11:54.471Z[ recovery-image] Feb 24 02:11:54.455 INFO O| Feb 24 02:11:54.455 INFO O| Done
42372026-02-24T02:11:54.497Z[ recovery-image] Feb 24 02:11:54.469 INFO O| Feb 24 02:11:54.469 INFO O| Done
42382026-02-24T02:11:56.145Z[ recovery-image] Feb 24 02:11:56.139 INFO O| Feb 24 02:11:56.139 INFO STEP 9 (pkg_change_facet) COMPLETE
42392026-02-24T02:11:56.145Z[ recovery-image] Feb 24 02:11:56.139 INFO O| Feb 24 02:11:56.139 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-02-24T02:11:56.746Z[ recovery-image] Feb 24 02:11:56.741 INFO O| Feb 24 02:11:56.740 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42412026-02-24T02:12:05.376Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42422026-02-24T02:12:21.211Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42432026-02-24T02:12:23.941Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42442026-02-24T02:12:38.869Z[ recovery-image] Feb 24 02:12:38.865 INFO O| Feb 24 02:12:38.865 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42452026-02-24T02:12:43.200Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42462026-02-24T02:12:44.768Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42472026-02-24T02:12:48.239Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42482026-02-24T02:12:55.724Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42492026-02-24T02:13:00.520Z[ recovery-image] Feb 24 02:13:00.517 INFO O| Feb 24 02:13:00.516 INFO O| Startup: Caching catalogs ... Done
42502026-02-24T02:13:00.763Z[ recovery-image] Feb 24 02:13:00.760 INFO O| Feb 24 02:13:00.760 INFO O| Planning: Planning completed in 0.00 seconds
42512026-02-24T02:13:00.787Z[ recovery-image] Feb 24 02:13:00.762 INFO O| Feb 24 02:13:00.762 INFO O| Planning: Consolidating action changes ... Done
42522026-02-24T02:13:00.787Z[ recovery-image] Feb 24 02:13:00.762 INFO O| Feb 24 02:13:00.762 INFO O| Planning: Evaluating mediators ... Done
42532026-02-24T02:13:00.787Z[ recovery-image] Feb 24 02:13:00.763 INFO O| Feb 24 02:13:00.763 INFO O| Planning: Planning completed in 0.01 seconds
42542026-02-24T02:13:00.788Z[ recovery-image] Feb 24 02:13:00.763 INFO O| Feb 24 02:13:00.763 INFO O| Variants/Facets to change: 1
42552026-02-24T02:13:00.847Z[ recovery-image] Feb 24 02:13:00.843 INFO O| Feb 24 02:13:00.843 INFO O| Done
42562026-02-24T02:13:00.847Z[ recovery-image] Feb 24 02:13:00.844 INFO O| Feb 24 02:13:00.843 INFO O| Done
42572026-02-24T02:13:04.176Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42582026-02-24T02:13:05.216Z[ recovery-image] Feb 24 02:13:05.212 INFO O| Feb 24 02:13:05.212 INFO O| Done
42592026-02-24T02:13:05.474Z[ recovery-image] Feb 24 02:13:05.471 INFO O| Feb 24 02:13:05.471 INFO O| Done
42602026-02-24T02:13:05.498Z[ recovery-image] Feb 24 02:13:05.472 INFO O| Feb 24 02:13:05.472 INFO O| Done
42612026-02-24T02:13:05.498Z[ recovery-image] Feb 24 02:13:05.472 INFO O| Feb 24 02:13:05.472 INFO O| Done
42622026-02-24T02:13:05.498Z[ recovery-image] Feb 24 02:13:05.474 INFO O| Feb 24 02:13:05.474 INFO O| Done
42632026-02-24T02:13:10.555Z[ recovery-image] Feb 24 02:13:10.552 INFO O| Feb 24 02:13:10.552 INFO STEP 10 (pkg_change_facet) COMPLETE
42642026-02-24T02:13:10.555Z[ recovery-image] Feb 24 02:13:10.552 INFO O| Feb 24 02:13:10.552 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42652026-02-24T02:13:10.579Z[ recovery-image] Feb 24 02:13:10.573 INFO O| Feb 24 02:13:10.573 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", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
42662026-02-24T02:13:16.824Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42672026-02-24T02:13:25.651Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42682026-02-24T02:13:31.125Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42692026-02-24T02:13:35.703Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42702026-02-24T02:13:58.336Z[ host-image] Feb 24 02:13:58.335 INFO O| Feb 24 02:13:58.334 INFO O| Planning: Solver setup ... Done
42712026-02-24T02:13:59.512Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42722026-02-24T02:14:01.179Z[ recovery-image] Feb 24 02:14:01.178 INFO O| Feb 24 02:14:01.178 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42732026-02-24T02:14:34.215Z[ recovery-image] Feb 24 02:14:34.197 INFO O| Feb 24 02:14:34.191 INFO O| Startup: Caching catalogs ... Done
42742026-02-24T02:14:52.208Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42752026-02-24T02:15:05.888Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42762026-02-24T02:15:26.237Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42772026-02-24T02:15:30.852Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42782026-02-24T02:15:32.937Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42792026-02-24T02:15:33.198Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42802026-02-24T02:15:39.276Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42812026-02-24T02:15:47.388Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42822026-02-24T02:15:50.904Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42832026-02-24T02:16:23.595Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42842026-02-24T02:16:25.404Z[verify-libraries] Compiling diff v0.1.13
42852026-02-24T02:16:26.875Z[verify-libraries] Compiling yansi v1.0.1
42862026-02-24T02:16:28.760Z[verify-libraries] Compiling pretty_assertions v1.4.1
42872026-02-24T02:16:30.168Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42882026-02-24T02:16:54.586Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42892026-02-24T02:16:55.388Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42902026-02-24T02:16:56.188Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42912026-02-24T02:16:57.038Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42922026-02-24T02:16:57.655Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42932026-02-24T02:16:58.335Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42942026-02-24T02:17:10.090Z[verify-libraries] Compiling drift v0.1.3
42952026-02-24T02:17:22.037Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42962026-02-24T02:17:42.389Z[ recovery-image] Feb 24 02:17:42.396 INFO O| Feb 24 02:17:42.396 INFO O| Planning: Solver setup ... Done
42972026-02-24T02:17:43.150Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42982026-02-24T02:17:45.668Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42992026-02-24T02:17:53.219Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43002026-02-24T02:18:03.161Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43012026-02-24T02:18:17.501Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43022026-02-24T02:18:24.871Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43032026-02-24T02:18:31.647Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43042026-02-24T02:18:38.433Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43052026-02-24T02:18:42.714Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43062026-02-24T02:18:58.976Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43072026-02-24T02:18:59.407Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43082026-02-24T02:18:59.857Z[verify-libraries] Compiling termios v0.3.3
43092026-02-24T02:19:00.399Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43102026-02-24T02:19:07.249Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43112026-02-24T02:19:11.915Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43122026-02-24T02:19:19.418Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43132026-02-24T02:19:34.306Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43142026-02-24T02:19:39.175Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43152026-02-24T02:22:45.190Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43162026-02-24T02:23:00.747Z[ host-image] Feb 24 02:23:00.765 INFO O| Feb 24 02:23:00.764 INFO O| Planning: Running solver ... Done
43172026-02-24T02:23:25.725Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43182026-02-24T02:23:47.682Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43192026-02-24T02:23:59.651Z[ host-image] Feb 24 02:23:59.673 INFO O| Feb 24 02:23:59.673 INFO O| Planning: Finding local manifests ... Done
43202026-02-24T02:24:01.699Z[ host-image] Feb 24 02:24:01.721 INFO O| Feb 24 02:24:01.721 INFO O| Planning: Fetching manifests: 0/126 0% complete
43212026-02-24T02:24:06.702Z[ host-image] Feb 24 02:24:06.724 INFO O| Feb 24 02:24:06.723 INFO O| Planning: Fetching manifests: 41/126 32% complete
43222026-02-24T02:24:11.939Z[ host-image] Feb 24 02:24:11.961 INFO O| Feb 24 02:24:11.961 INFO O| Planning: Fetching manifests: 90/126 71% complete
43232026-02-24T02:24:14.531Z[ host-image] Feb 24 02:24:14.554 INFO O| Feb 24 02:24:14.554 INFO O| Planning: Fetching manifests: 126/126 100% complete
43242026-02-24T02:24:16.757Z[ host-image] Feb 24 02:24:16.780 INFO O| Feb 24 02:24:16.779 INFO O| Planning: Package planning ... Done
43252026-02-24T02:24:17.877Z[ host-image] Feb 24 02:24:17.900 INFO O| Feb 24 02:24:17.900 INFO O| Planning: Merging actions ... Done
43262026-02-24T02:24:18.182Z[ host-image] Feb 24 02:24:18.205 INFO O| Feb 24 02:24:18.205 INFO O| Planning: Checking for conflicting actions ... Done
43272026-02-24T02:24:18.442Z[ host-image] Feb 24 02:24:18.463 INFO O| Feb 24 02:24:18.463 INFO O| Planning: Consolidating action changes ... Done
43282026-02-24T02:24:18.857Z[ host-image] Feb 24 02:24:18.880 INFO O| Feb 24 02:24:18.880 INFO O| Planning: Evaluating mediators ... Done
43292026-02-24T02:24:23.731Z[ host-image] Feb 24 02:24:23.754 INFO O| Feb 24 02:24:23.754 INFO O| Planning: Planning completed in 803.16 seconds
43302026-02-24T02:24:23.755Z[ host-image] Feb 24 02:24:23.765 INFO O| Feb 24 02:24:23.765 INFO O| Packages to install: 126
43312026-02-24T02:24:23.755Z[ host-image] Feb 24 02:24:23.765 INFO O| Feb 24 02:24:23.765 INFO O| Mediators to change: 5
43322026-02-24T02:24:23.755Z[ host-image] Feb 24 02:24:23.766 INFO O| Feb 24 02:24:23.765 INFO O| Services to change: 6
43332026-02-24T02:24:24.974Z[ host-image] Feb 24 02:24:24.997 INFO O| Feb 24 02:24:24.997 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43342026-02-24T02:24:30.152Z[ host-image] Feb 24 02:24:30.175 INFO O| Feb 24 02:24:30.175 INFO O| Download: 1023/22925 items 6.2/210.6MB 2% complete (1.5M/s)
43352026-02-24T02:24:35.833Z[ host-image] Feb 24 02:24:35.856 INFO O| Feb 24 02:24:35.856 INFO O| Download: 1654/22925 items 11.0/210.6MB 5% complete (1.1M/s)
43362026-02-24T02:24:40.884Z[ host-image] Feb 24 02:24:40.908 INFO O| Feb 24 02:24:40.907 INFO O| Download: 1794/22925 items 13.3/210.6MB 6% complete (681k/s)
43372026-02-24T02:24:45.885Z[ host-image] Feb 24 02:24:45.909 INFO O| Feb 24 02:24:45.909 INFO O| Download: 2186/22925 items 24.2/210.6MB 11% complete (1.3M/s)
43382026-02-24T02:24:50.891Z[ host-image] Feb 24 02:24:50.915 INFO O| Feb 24 02:24:50.915 INFO O| Download: 2490/22925 items 30.1/210.6MB 14% complete (1.6M/s)
43392026-02-24T02:24:56.006Z[ host-image] Feb 24 02:24:56.031 INFO O| Feb 24 02:24:56.030 INFO O| Download: 3492/22925 items 35.9/210.6MB 17% complete (1.2M/s)
43402026-02-24T02:25:01.069Z[ host-image] Feb 24 02:25:01.091 INFO O| Feb 24 02:25:01.091 INFO O| Download: 4541/22925 items 42.1/210.6MB 19% complete (1.3M/s)
43412026-02-24T02:25:06.652Z[ host-image] Feb 24 02:25:06.676 INFO O| Feb 24 02:25:06.676 INFO O| Download: 4713/22925 items 43.4/210.6MB 20% complete (789k/s)
43422026-02-24T02:25:11.090Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43432026-02-24T02:25:11.692Z[ host-image] Feb 24 02:25:11.716 INFO O| Feb 24 02:25:11.716 INFO O| Download: 5383/22925 items 46.5/210.6MB 22% complete (448k/s)
43442026-02-24T02:25:11.822Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43452026-02-24T02:25:16.695Z[ host-image] Feb 24 02:25:16.720 INFO O| Feb 24 02:25:16.720 INFO O| Download: 6305/22925 items 47.0/210.6MB 22% complete (371k/s)
43462026-02-24T02:25:17.696Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43472026-02-24T02:25:20.832Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43482026-02-24T02:25:21.710Z[ host-image] Feb 24 02:25:21.725 INFO O| Feb 24 02:25:21.725 INFO O| Download: 6982/22925 items 50.5/210.6MB 23% complete (377k/s)
43492026-02-24T02:25:26.702Z[ host-image] Feb 24 02:25:26.727 INFO O| Feb 24 02:25:26.727 INFO O| Download: 7708/22925 items 58.9/210.6MB 27% complete (1.2M/s)
43502026-02-24T02:25:31.704Z[ host-image] Feb 24 02:25:31.728 INFO O| Feb 24 02:25:31.727 INFO O| Download: 8314/22925 items 62.4/210.6MB 29% complete (1.2M/s)
43512026-02-24T02:25:36.723Z[ host-image] Feb 24 02:25:36.749 INFO O| Feb 24 02:25:36.749 INFO O| Download: 8379/22925 items 72.2/210.6MB 34% complete (1.2M/s)
43522026-02-24T02:25:41.728Z[ host-image] Feb 24 02:25:41.754 INFO O| Feb 24 02:25:41.754 INFO O| Download: 9296/22925 items 81.9/210.6MB 38% complete (1.9M/s)
43532026-02-24T02:25:46.734Z[ host-image] Feb 24 02:25:46.755 INFO O| Feb 24 02:25:46.754 INFO O| Download: 9888/22925 items 88.4/210.6MB 41% complete (1.6M/s)
43542026-02-24T02:25:51.728Z[ host-image] Feb 24 02:25:51.755 INFO O| Feb 24 02:25:51.754 INFO O| Download: 10913/22925 items 94.7/210.6MB 44% complete (1.4M/s)
43552026-02-24T02:25:56.931Z[ host-image] Feb 24 02:25:56.957 INFO O| Feb 24 02:25:56.957 INFO O| Download: 11216/22925 items 97.9/210.6MB 46% complete (945k/s)
43562026-02-24T02:26:01.944Z[ host-image] Feb 24 02:26:01.971 INFO O| Feb 24 02:26:01.971 INFO O| Download: 11548/22925 items 101.0/210.6MB 47% complete (670k/s)
43572026-02-24T02:26:06.947Z[ host-image] Feb 24 02:26:06.972 INFO O| Feb 24 02:26:06.972 INFO O| Download: 12133/22925 items 105.2/210.6MB 49% complete (742k/s)
43582026-02-24T02:26:12.286Z[ host-image] Feb 24 02:26:12.313 INFO O| Feb 24 02:26:12.313 INFO O| Download: 12281/22925 items 113.6/210.6MB 53% complete (1.3M/s)
43592026-02-24T02:26:17.299Z[ host-image] Feb 24 02:26:17.326 INFO O| Feb 24 02:26:17.326 INFO O| Download: 13151/22925 items 114.7/210.6MB 54% complete (919k/s)
43602026-02-24T02:26:22.615Z[ host-image] Feb 24 02:26:22.643 INFO O| Feb 24 02:26:22.642 INFO O| Download: 13983/22925 items 115.1/210.6MB 54% complete (162k/s)
43612026-02-24T02:26:27.819Z[ host-image] Feb 24 02:26:27.847 INFO O| Feb 24 02:26:27.847 INFO O| Download: 14537/22925 items 117.3/210.6MB 55% complete (243k/s)
43622026-02-24T02:26:32.825Z[ host-image] Feb 24 02:26:32.853 INFO O| Feb 24 02:26:32.853 INFO O| Download: 15253/22925 items 128.2/210.6MB 60% complete (1.3M/s)
43632026-02-24T02:26:38.029Z[ host-image] Feb 24 02:26:38.057 INFO O| Feb 24 02:26:38.057 INFO O| Download: 15836/22925 items 131.1/210.6MB 62% complete (1.4M/s)
43642026-02-24T02:26:43.050Z[ host-image] Feb 24 02:26:43.079 INFO O| Feb 24 02:26:43.079 INFO O| Download: 16787/22925 items 143.8/210.6MB 68% complete (1.5M/s)
43652026-02-24T02:26:48.056Z[ host-image] Feb 24 02:26:48.084 INFO O| Feb 24 02:26:48.084 INFO O| Download: 17499/22925 items 151.4/210.6MB 71% complete (2.0M/s)
43662026-02-24T02:26:53.057Z[ host-image] Feb 24 02:26:53.086 INFO O| Feb 24 02:26:53.085 INFO O| Download: 18214/22925 items 167.9/210.6MB 79% complete (2.4M/s)
43672026-02-24T02:26:58.057Z[ host-image] Feb 24 02:26:58.086 INFO O| Feb 24 02:26:58.086 INFO O| Download: 19194/22925 items 171.4/210.6MB 81% complete (2.0M/s)
43682026-02-24T02:27:03.061Z[ host-image] Feb 24 02:27:03.090 INFO O| Feb 24 02:27:03.090 INFO O| Download: 20101/22925 items 174.4/210.6MB 82% complete (675k/s)
43692026-02-24T02:27:08.199Z[ host-image] Feb 24 02:27:08.228 INFO O| Feb 24 02:27:08.228 INFO O| Download: 20745/22925 items 178.2/210.6MB 84% complete (713k/s)
43702026-02-24T02:27:13.717Z[ host-image] Feb 24 02:27:13.747 INFO O| Feb 24 02:27:13.747 INFO O| Download: 21072/22925 items 184.3/210.6MB 87% complete (1006k/s)
43712026-02-24T02:27:19.338Z[ host-image] Feb 24 02:27:19.357 INFO O| Feb 24 02:27:19.357 INFO O| Download: 21677/22925 items 188.9/210.6MB 89% complete (1.1M/s)
43722026-02-24T02:27:25.318Z[ host-image] Feb 24 02:27:25.348 INFO O| Feb 24 02:27:25.348 INFO O| Download: 22093/22925 items 203.8/210.6MB 96% complete (2.1M/s)
43732026-02-24T02:27:26.211Z[ recovery-image] Feb 24 02:27:26.239 INFO O| Feb 24 02:27:26.239 INFO O| Planning: Running solver ... Done
43742026-02-24T02:27:27.728Z[ recovery-image] Feb 24 02:27:27.758 INFO O| Feb 24 02:27:27.758 INFO O| Planning: Finding local manifests ... Done
43752026-02-24T02:27:27.872Z[ recovery-image] Feb 24 02:27:27.903 INFO O| Feb 24 02:27:27.902 INFO O| Planning: Fetching manifests: 0/126 0% complete
43762026-02-24T02:27:30.337Z[ host-image] Feb 24 02:27:30.356 INFO O| Feb 24 02:27:30.356 INFO O| Download: 22213/22925 items 207.5/210.6MB 98% complete (1.8M/s)
43772026-02-24T02:27:33.098Z[ recovery-image] Feb 24 02:27:33.128 INFO O| Feb 24 02:27:33.128 INFO O| Planning: Fetching manifests: 67/126 53% complete
43782026-02-24T02:27:35.545Z[ host-image] Feb 24 02:27:35.575 INFO O| Feb 24 02:27:35.575 INFO O| Download: 22922/22925 items 210.6/210.6MB 99% complete (735k/s)
43792026-02-24T02:27:35.654Z[ host-image] Feb 24 02:27:35.683 INFO O| Feb 24 02:27:35.683 INFO O| Download: Completed 210.65 MB in 190.69 seconds (1.1M/s)
43802026-02-24T02:27:36.943Z[ host-image] Feb 24 02:27:36.973 INFO O| Feb 24 02:27:36.973 INFO O| Actions: 1/50885 actions (Installing new actions)
43812026-02-24T02:27:38.104Z[ recovery-image] Feb 24 02:27:38.135 INFO O| Feb 24 02:27:38.135 INFO O| Planning: Fetching manifests: 110/126 87% complete
43822026-02-24T02:27:39.683Z[ recovery-image] Feb 24 02:27:39.714 INFO O| Feb 24 02:27:39.713 INFO O| Planning: Fetching manifests: 126/126 100% complete
43832026-02-24T02:27:40.541Z[ recovery-image] Feb 24 02:27:40.572 INFO O| Feb 24 02:27:40.572 INFO O| Planning: Package planning ... Done
43842026-02-24T02:27:41.088Z[ recovery-image] Feb 24 02:27:41.118 INFO O| Feb 24 02:27:41.118 INFO O| Planning: Merging actions ... Done
43852026-02-24T02:27:41.229Z[ recovery-image] Feb 24 02:27:41.260 INFO O| Feb 24 02:27:41.260 INFO O| Planning: Checking for conflicting actions ... Done
43862026-02-24T02:27:41.393Z[ recovery-image] Feb 24 02:27:41.424 INFO O| Feb 24 02:27:41.424 INFO O| Planning: Consolidating action changes ... Done
43872026-02-24T02:27:41.662Z[ recovery-image] Feb 24 02:27:41.693 INFO O| Feb 24 02:27:41.693 INFO O| Planning: Evaluating mediators ... Done
43882026-02-24T02:27:41.951Z[ host-image] Feb 24 02:27:41.982 INFO O| Feb 24 02:27:41.981 INFO O| Actions: 10986/50885 actions (Installing new actions)
43892026-02-24T02:27:46.208Z[ recovery-image] Feb 24 02:27:46.239 INFO O| Feb 24 02:27:46.239 INFO O| Planning: Planning completed in 791.81 seconds
43902026-02-24T02:27:46.233Z[ recovery-image] Feb 24 02:27:46.243 INFO O| Feb 24 02:27:46.243 INFO O| Packages to install: 126
43912026-02-24T02:27:46.233Z[ recovery-image] Feb 24 02:27:46.243 INFO O| Feb 24 02:27:46.243 INFO O| Mediators to change: 5
43922026-02-24T02:27:46.233Z[ recovery-image] Feb 24 02:27:46.243 INFO O| Feb 24 02:27:46.243 INFO O| Services to change: 5
43932026-02-24T02:27:46.341Z[ recovery-image] Feb 24 02:27:46.371 INFO O| Feb 24 02:27:46.371 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43942026-02-24T02:27:46.963Z[ host-image] Feb 24 02:27:46.993 INFO O| Feb 24 02:27:46.993 INFO O| Actions: 17399/50885 actions (Installing new actions)
43952026-02-24T02:27:51.560Z[ recovery-image] Feb 24 02:27:51.590 INFO O| Feb 24 02:27:51.590 INFO O| Download: 988/15969 items 7.9/187.3MB 4% complete (1.7M/s)
43962026-02-24T02:27:51.962Z[ host-image] Feb 24 02:27:51.994 INFO O| Feb 24 02:27:51.993 INFO O| Actions: 23874/50885 actions (Installing new actions)
43972026-02-24T02:27:56.684Z[ recovery-image] Feb 24 02:27:56.714 INFO O| Feb 24 02:27:56.714 INFO O| Download: 1099/15969 items 9.2/187.3MB 4% complete (1.0M/s)
43982026-02-24T02:27:56.969Z[ host-image] Feb 24 02:27:56.997 INFO O| Feb 24 02:27:56.996 INFO O| Actions: 50369/50885 actions (Installing new actions)
43992026-02-24T02:27:57.968Z[ host-image] Feb 24 02:27:57.998 INFO O| Feb 24 02:27:57.998 INFO O| Actions: Completed 50885 actions in 21.00 seconds.
44002026-02-24T02:27:59.207Z[ host-image] Feb 24 02:27:59.235 INFO O| Feb 24 02:27:59.235 INFO O| Done
44012026-02-24T02:27:59.207Z[ host-image] Feb 24 02:27:59.236 INFO O| Feb 24 02:27:59.235 INFO O| Done
44022026-02-24T02:28:03.484Z[ recovery-image] Feb 24 02:28:03.516 INFO O| Feb 24 02:28:03.516 INFO O| Download: 1320/15969 items 20.3/187.3MB 10% complete (1.4M/s)
44032026-02-24T02:28:08.495Z[ recovery-image] Feb 24 02:28:08.527 INFO O| Feb 24 02:28:08.527 INFO O| Download: 1438/15969 items 21.2/187.3MB 11% complete (1.1M/s)
44042026-02-24T02:28:13.504Z[ recovery-image] Feb 24 02:28:13.533 INFO O| Feb 24 02:28:13.533 INFO O| Download: 1652/15969 items 25.7/187.3MB 13% complete (526k/s)
44052026-02-24T02:28:18.507Z[ recovery-image] Feb 24 02:28:18.536 INFO O| Feb 24 02:28:18.536 INFO O| Download: 2594/15969 items 32.7/187.3MB 17% complete (1.1M/s)
44062026-02-24T02:28:23.505Z[ recovery-image] Feb 24 02:28:23.538 INFO O| Feb 24 02:28:23.537 INFO O| Download: 3562/15969 items 38.7/187.3MB 20% complete (1.3M/s)
44072026-02-24T02:28:28.512Z[ recovery-image] Feb 24 02:28:28.544 INFO O| Feb 24 02:28:28.544 INFO O| Download: 3824/15969 items 41.4/187.3MB 22% complete (900k/s)
44082026-02-24T02:28:33.516Z[ recovery-image] Feb 24 02:28:33.548 INFO O| Feb 24 02:28:33.548 INFO O| Download: 4857/15969 items 43.4/187.3MB 23% complete (508k/s)
44092026-02-24T02:28:38.533Z[ recovery-image] Feb 24 02:28:38.566 INFO O| Feb 24 02:28:38.565 INFO O| Download: 5739/15969 items 44.9/187.3MB 23% complete (425k/s)
44102026-02-24T02:28:41.263Z[ host-image] Feb 24 02:28:41.296 INFO O| Feb 24 02:28:41.296 INFO O| Done
44112026-02-24T02:28:43.548Z[ recovery-image] Feb 24 02:28:43.581 INFO O| Feb 24 02:28:43.581 INFO O| Download: 6000/15969 items 53.4/187.3MB 28% complete (1022k/s)
44122026-02-24T02:28:44.888Z[ host-image] Feb 24 02:28:44.921 INFO O| Feb 24 02:28:44.921 INFO O| Done
44132026-02-24T02:28:44.941Z[ host-image] Feb 24 02:28:44.974 INFO O| Feb 24 02:28:44.974 INFO O| Done
44142026-02-24T02:28:48.554Z[ recovery-image] Feb 24 02:28:48.587 INFO O| Feb 24 02:28:48.587 INFO O| Download: 6194/15969 items 59.1/187.3MB 31% complete (1.4M/s)
44152026-02-24T02:28:49.766Z[ host-image] Feb 24 02:28:49.799 INFO O| Feb 24 02:28:49.799 INFO O| Done
44162026-02-24T02:28:50.631Z[ host-image] Feb 24 02:28:50.665 INFO O| Feb 24 02:28:50.664 INFO O| Done
44172026-02-24T02:28:53.571Z[ recovery-image] Feb 24 02:28:53.604 INFO O| Feb 24 02:28:53.604 INFO O| Download: 7116/15969 items 77.1/187.3MB 41% complete (2.2M/s)
44182026-02-24T02:28:59.280Z[ recovery-image] Feb 24 02:28:59.314 INFO O| Feb 24 02:28:59.314 INFO O| Download: 7716/15969 items 78.5/187.3MB 41% complete (2.0M/s)
44192026-02-24T02:29:04.284Z[ recovery-image] Feb 24 02:29:04.318 INFO O| Feb 24 02:29:04.318 INFO O| Download: 8072/15969 items 83.8/187.3MB 44% complete (586k/s)
44202026-02-24T02:29:10.881Z[ recovery-image] Feb 24 02:29:10.915 INFO O| Feb 24 02:29:10.915 INFO O| Download: 8758/15969 items 88.4/187.3MB 47% complete (979k/s)
44212026-02-24T02:29:18.186Z[ recovery-image] Feb 24 02:29:18.220 INFO O| Feb 24 02:29:18.220 INFO O| Download: 8895/15969 items 96.1/187.3MB 51% complete (1.1M/s)
44222026-02-24T02:29:23.192Z[ recovery-image] Feb 24 02:29:23.227 INFO O| Feb 24 02:29:23.227 INFO O| Download: 9569/15969 items 97.7/187.3MB 52% complete (1.0M/s)
44232026-02-24T02:29:28.192Z[ recovery-image] Feb 24 02:29:28.227 INFO O| Feb 24 02:29:28.227 INFO O| Download: 10528/15969 items 98.2/187.3MB 52% complete (213k/s)
44242026-02-24T02:29:33.699Z[ recovery-image] Feb 24 02:29:33.734 INFO O| Feb 24 02:29:33.734 INFO O| Download: 11077/15969 items 99.5/187.3MB 53% complete (170k/s)
44252026-02-24T02:29:38.711Z[ recovery-image] Feb 24 02:29:38.746 INFO O| Feb 24 02:29:38.746 INFO O| Download: 11421/15969 items 111.3/187.3MB 59% complete (1.2M/s)
44262026-02-24T02:29:43.715Z[ recovery-image] Feb 24 02:29:43.750 INFO O| Feb 24 02:29:43.750 INFO O| Download: 11946/15969 items 131.8/187.3MB 70% complete (3.1M/s)
44272026-02-24T02:29:45.005Z[ host-image] Feb 24 02:29:45.040 INFO O| Feb 24 02:29:45.040 INFO STEP 11 (pkg_install) COMPLETE
44282026-02-24T02:29:45.030Z[ host-image] Feb 24 02:29:45.040 INFO O| Feb 24 02:29:45.040 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44292026-02-24T02:29:45.055Z[ host-image] Feb 24 02:29:45.069 INFO O| Feb 24 02:29:45.069 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"]
44302026-02-24T02:29:48.715Z[ recovery-image] Feb 24 02:29:48.751 INFO O| Feb 24 02:29:48.751 INFO O| Download: 12225/15969 items 145.9/187.3MB 77% complete (3.5M/s)
44312026-02-24T02:29:53.715Z[ recovery-image] Feb 24 02:29:53.751 INFO O| Feb 24 02:29:53.751 INFO O| Download: 13351/15969 items 149.9/187.3MB 80% complete (2.0M/s)
44322026-02-24T02:29:58.716Z[ recovery-image] Feb 24 02:29:58.752 INFO O| Feb 24 02:29:58.751 INFO O| Download: 14274/15969 items 153.8/187.3MB 82% complete (818k/s)
44332026-02-24T02:30:03.967Z[ recovery-image] Feb 24 02:30:04.003 INFO O| Feb 24 02:30:04.003 INFO O| Download: 14794/15969 items 157.1/187.3MB 83% complete (768k/s)
44342026-02-24T02:30:08.973Z[ recovery-image] Feb 24 02:30:09.009 INFO O| Feb 24 02:30:09.009 INFO O| Download: 15312/15969 items 163.3/187.3MB 87% complete (957k/s)
44352026-02-24T02:30:14.277Z[ recovery-image] Feb 24 02:30:14.314 INFO O| Feb 24 02:30:14.314 INFO O| Download: 15668/15969 items 181.0/187.3MB 96% complete (2.6M/s)
44362026-02-24T02:30:19.314Z[ recovery-image] Feb 24 02:30:19.351 INFO O| Feb 24 02:30:19.351 INFO O| Download: 15765/15969 items 182.3/187.3MB 97% complete (1.9M/s)
44372026-02-24T02:30:23.586Z[ recovery-image] Feb 24 02:30:23.623 INFO O| Feb 24 02:30:23.623 INFO O| Download: Completed 187.26 MB in 157.25 seconds (1.2M/s)
44382026-02-24T02:30:24.371Z[ recovery-image] Feb 24 02:30:24.407 INFO O| Feb 24 02:30:24.407 INFO O| Actions: 1/26357 actions (Installing new actions)
44392026-02-24T02:30:29.372Z[ recovery-image] Feb 24 02:30:29.407 INFO O| Feb 24 02:30:29.407 INFO O| Actions: 10458/26357 actions (Installing new actions)
44402026-02-24T02:30:34.372Z[ recovery-image] Feb 24 02:30:34.408 INFO O| Feb 24 02:30:34.408 INFO O| Actions: 16981/26357 actions (Installing new actions)
44412026-02-24T02:30:39.003Z[ recovery-image] Feb 24 02:30:39.040 INFO O| Feb 24 02:30:39.040 INFO O| Actions: Completed 26357 actions in 14.63 seconds.
44422026-02-24T02:30:40.086Z[ recovery-image] Feb 24 02:30:40.123 INFO O| Feb 24 02:30:40.123 INFO O| Done
44432026-02-24T02:30:40.111Z[ recovery-image] Feb 24 02:30:40.123 INFO O| Feb 24 02:30:40.123 INFO O| Done
44442026-02-24T02:30:40.390Z[ host-image] Feb 24 02:30:40.428 INFO O| Feb 24 02:30:40.428 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44452026-02-24T02:30:42.682Z[ recovery-image] Feb 24 02:30:42.719 INFO O| Feb 24 02:30:42.719 INFO O| Done
44462026-02-24T02:30:44.511Z[ recovery-image] Feb 24 02:30:44.549 INFO O| Feb 24 02:30:44.548 INFO O| Done
44472026-02-24T02:30:44.539Z[ recovery-image] Feb 24 02:30:44.577 INFO O| Feb 24 02:30:44.577 INFO O| Done
44482026-02-24T02:30:48.497Z[ recovery-image] Feb 24 02:30:48.535 INFO O| Feb 24 02:30:48.535 INFO O| Done
44492026-02-24T02:30:49.080Z[ recovery-image] Feb 24 02:30:49.117 INFO O| Feb 24 02:30:49.117 INFO O| Done
44502026-02-24T02:30:53.177Z[ recovery-image] Feb 24 02:30:53.215 INFO O| Feb 24 02:30:53.215 INFO STEP 11 (pkg_install) COMPLETE
44512026-02-24T02:30:53.177Z[ recovery-image] Feb 24 02:30:53.215 INFO O| Feb 24 02:30:53.215 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44522026-02-24T02:30:53.201Z[ recovery-image] Feb 24 02:30:53.216 INFO O| Feb 24 02:30:53.215 INFO skip step because feature "recovery" is enabled
44532026-02-24T02:30:53.201Z[ recovery-image] Feb 24 02:30:53.216 INFO O| Feb 24 02:30:53.216 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44542026-02-24T02:30:53.201Z[ recovery-image] Feb 24 02:30:53.216 INFO O| Feb 24 02:30:53.216 INFO skip step because feature "omicron1" is not enabled
44552026-02-24T02:30:53.201Z[ recovery-image] Feb 24 02:30:53.216 INFO O| Feb 24 02:30:53.216 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44562026-02-24T02:30:53.201Z[ recovery-image] Feb 24 02:30:53.235 INFO O| Feb 24 02:30:53.235 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44572026-02-24T02:31:04.693Z[ host-image] Feb 24 02:31:04.731 INFO O| Feb 24 02:31:04.731 INFO O| Startup: Caching catalogs ... Done
44582026-02-24T02:31:17.438Z[ host-image] Feb 24 02:31:17.477 INFO O| Feb 24 02:31:17.477 INFO O| Planning: Solver setup ... Done
44592026-02-24T02:31:17.463Z[ host-image] Feb 24 02:31:17.490 INFO O| Feb 24 02:31:17.490 INFO O| Planning: Running solver ... Done
44602026-02-24T02:31:17.605Z[ host-image] Feb 24 02:31:17.643 INFO O| Feb 24 02:31:17.643 INFO O| Planning: Finding local manifests ... Done
44612026-02-24T02:31:17.785Z[ host-image] Feb 24 02:31:17.824 INFO O| Feb 24 02:31:17.823 INFO O| Planning: Fetching manifests: 0/6 0% complete
44622026-02-24T02:31:18.048Z[ host-image] Feb 24 02:31:18.087 INFO O| Feb 24 02:31:18.087 INFO O| Planning: Fetching manifests: 6/6 100% complete
44632026-02-24T02:31:18.106Z[ host-image] Feb 24 02:31:18.145 INFO O| Feb 24 02:31:18.145 INFO O| Planning: Package planning ... Done
44642026-02-24T02:31:18.130Z[ host-image] Feb 24 02:31:18.158 INFO O| Feb 24 02:31:18.157 INFO O| Planning: Merging actions ... Done
44652026-02-24T02:31:18.277Z[ host-image] Feb 24 02:31:18.315 INFO O| Feb 24 02:31:18.315 INFO O| Planning: Checking for conflicting actions ... Done
44662026-02-24T02:31:18.304Z[ host-image] Feb 24 02:31:18.318 INFO O| Feb 24 02:31:18.318 INFO O| Planning: Consolidating action changes ... Done
44672026-02-24T02:31:18.745Z[ host-image] Feb 24 02:31:18.782 INFO O| Feb 24 02:31:18.782 INFO O| Planning: Evaluating mediators ... Done
44682026-02-24T02:31:18.770Z[ host-image] Feb 24 02:31:18.785 INFO O| Feb 24 02:31:18.785 INFO O| Planning: Planning completed in 13.94 seconds
44692026-02-24T02:31:18.770Z[ host-image] Feb 24 02:31:18.786 INFO O| Feb 24 02:31:18.786 INFO O| Packages to install: 6
44702026-02-24T02:31:18.770Z[ host-image] Feb 24 02:31:18.786 INFO O| Feb 24 02:31:18.786 INFO O| Services to change: 2
44712026-02-24T02:31:18.794Z[ host-image] Feb 24 02:31:18.819 INFO O| Feb 24 02:31:18.818 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44722026-02-24T02:31:23.881Z[ host-image] Feb 24 02:31:23.920 INFO O| Feb 24 02:31:23.920 INFO O| Download: 152/155 items 1.7/1.7MB 99% complete (427k/s)
44732026-02-24T02:31:23.905Z[ host-image] Feb 24 02:31:23.929 INFO O| Feb 24 02:31:23.928 INFO O| Download: Completed 1.75 MB in 5.11 seconds (349k/s)
44742026-02-24T02:31:29.120Z[ host-image] Feb 24 02:31:23.987 INFO O| Feb 24 02:31:23.987 INFO O| Actions: 1/390 actions (Installing new actions)
44752026-02-24T02:31:29.163Z[ host-image] Feb 24 02:31:24.462 INFO O| Feb 24 02:31:24.462 INFO O| Actions: Completed 390 actions in 0.48 seconds.
44762026-02-24T02:31:29.163Z[ host-image] Feb 24 02:31:25.396 INFO O| Feb 24 02:31:25.396 INFO O| Done
44772026-02-24T02:31:29.163Z[ host-image] Feb 24 02:31:25.396 INFO O| Feb 24 02:31:25.396 INFO O| Done
44782026-02-24T02:31:29.189Z[ host-image] Feb 24 02:31:28.211 INFO O| Feb 24 02:31:28.211 INFO O| Done
44792026-02-24T02:31:30.733Z[ host-image] Feb 24 02:31:30.772 INFO O| Feb 24 02:31:30.772 INFO O| Done
44802026-02-24T02:31:30.794Z[ host-image] Feb 24 02:31:30.832 INFO O| Feb 24 02:31:30.832 INFO O| Done
44812026-02-24T02:31:30.819Z[ host-image] Feb 24 02:31:30.833 INFO O| Feb 24 02:31:30.833 INFO O| Done
44822026-02-24T02:31:30.842Z[ host-image] Feb 24 02:31:30.874 INFO O| Feb 24 02:31:30.874 INFO O| Done
44832026-02-24T02:31:32.665Z[ host-image] Feb 24 02:31:32.704 INFO O| Feb 24 02:31:32.704 INFO STEP 12 (pkg_install) COMPLETE
44842026-02-24T02:31:32.665Z[ host-image] Feb 24 02:31:32.704 INFO O| Feb 24 02:31:32.704 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-02-24T02:31:32.689Z[ host-image] Feb 24 02:31:32.721 INFO O| Feb 24 02:31:32.721 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44862026-02-24T02:31:44.053Z[ recovery-image] Feb 24 02:31:44.093 INFO O| Feb 24 02:31:44.092 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44872026-02-24T02:32:07.045Z[ recovery-image] Feb 24 02:32:07.086 INFO O| Feb 24 02:32:07.086 INFO O| Startup: Caching catalogs ... Done
44882026-02-24T02:32:16.309Z[ recovery-image] Feb 24 02:32:16.335 INFO O| Feb 24 02:32:16.334 INFO O| Planning: Solver setup ... Done
44892026-02-24T02:32:16.309Z[ recovery-image] Feb 24 02:32:16.346 INFO O| Feb 24 02:32:16.346 INFO O| Planning: Running solver ... Done
44902026-02-24T02:32:16.444Z[ recovery-image] Feb 24 02:32:16.486 INFO O| Feb 24 02:32:16.485 INFO O| Planning: Finding local manifests ... Done
44912026-02-24T02:32:16.525Z[ recovery-image] Feb 24 02:32:16.566 INFO O| Feb 24 02:32:16.566 INFO O| Planning: Fetching manifests: 0/1 0% complete
44922026-02-24T02:32:16.556Z[ recovery-image] Feb 24 02:32:16.597 INFO O| Feb 24 02:32:16.597 INFO O| Planning: Fetching manifests: 1/1 100% complete
44932026-02-24T02:32:16.587Z[ recovery-image] Feb 24 02:32:16.628 INFO O| Feb 24 02:32:16.628 INFO O| Planning: Package planning ... Done
44942026-02-24T02:32:16.611Z[ recovery-image] Feb 24 02:32:16.629 INFO O| Feb 24 02:32:16.629 INFO O| Planning: Merging actions ... Done
44952026-02-24T02:32:16.635Z[ recovery-image] Feb 24 02:32:16.676 INFO O| Feb 24 02:32:16.675 INFO O| Planning: Checking for conflicting actions ... Done
44962026-02-24T02:32:16.635Z[ recovery-image] Feb 24 02:32:16.676 INFO O| Feb 24 02:32:16.676 INFO O| Planning: Consolidating action changes ... Done
44972026-02-24T02:32:16.877Z[ recovery-image] Feb 24 02:32:16.918 INFO O| Feb 24 02:32:16.917 INFO O| Planning: Evaluating mediators ... Done
44982026-02-24T02:32:16.900Z[ recovery-image] Feb 24 02:32:16.918 INFO O| Feb 24 02:32:16.918 INFO O| Planning: Planning completed in 9.71 seconds
44992026-02-24T02:32:16.900Z[ recovery-image] Feb 24 02:32:16.919 INFO O| Feb 24 02:32:16.919 INFO O| Packages to install: 1
45002026-02-24T02:32:16.924Z[ recovery-image] Feb 24 02:32:16.945 INFO O| Feb 24 02:32:16.945 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45012026-02-24T02:32:17.584Z[ recovery-image] Feb 24 02:32:17.624 INFO O| Feb 24 02:32:17.624 INFO O| Download: Completed 12.26 MB in 0.68 seconds (18.1M/s)
45022026-02-24T02:32:17.645Z[ recovery-image] Feb 24 02:32:17.686 INFO O| Feb 24 02:32:17.686 INFO O| Actions: 1/22 actions (Installing new actions)
45032026-02-24T02:32:17.993Z[ recovery-image] Feb 24 02:32:18.034 INFO O| Feb 24 02:32:18.034 INFO O| Actions: Completed 22 actions in 0.35 seconds.
45042026-02-24T02:32:18.772Z[ recovery-image] Feb 24 02:32:18.813 INFO O| Feb 24 02:32:18.812 INFO O| Done
45052026-02-24T02:32:18.795Z[ recovery-image] Feb 24 02:32:18.813 INFO O| Feb 24 02:32:18.813 INFO O| Done
45062026-02-24T02:32:19.945Z[ host-image] Feb 24 02:32:19.986 INFO O| Feb 24 02:32:19.986 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45072026-02-24T02:32:20.578Z[ recovery-image] Feb 24 02:32:20.620 INFO O| Feb 24 02:32:20.619 INFO O| Done
45082026-02-24T02:32:22.020Z[ recovery-image] Feb 24 02:32:22.060 INFO O| Feb 24 02:32:22.059 INFO O| Done
45092026-02-24T02:32:22.046Z[ recovery-image] Feb 24 02:32:22.080 INFO O| Feb 24 02:32:22.080 INFO O| Done
45102026-02-24T02:32:22.046Z[ recovery-image] Feb 24 02:32:22.080 INFO O| Feb 24 02:32:22.080 INFO O| Done
45112026-02-24T02:32:22.071Z[ recovery-image] Feb 24 02:32:22.101 INFO O| Feb 24 02:32:22.101 INFO O| Done
45122026-02-24T02:32:23.856Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO STEP 14 (pkg_install) COMPLETE
45132026-02-24T02:32:23.856Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142026-02-24T02:32:23.881Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO skip step because feature "mbist" is not enabled
45152026-02-24T02:32:23.881Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162026-02-24T02:32:23.881Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO skip step because feature "mfg" is not enabled
45172026-02-24T02:32:23.881Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45182026-02-24T02:32:23.881Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO skip step because feature "compliance" is not enabled
45192026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45202026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO skip step because feature "stress" is not enabled
45212026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45222026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO skip step because feature "compliance" is not enabled
45232026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO skip step because feature "nfs" is not enabled
45252026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.897 INFO O| Feb 24 02:32:23.897 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45262026-02-24T02:32:23.882Z[ recovery-image] Feb 24 02:32:23.898 INFO O| Feb 24 02:32:23.898 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45272026-02-24T02:32:23.981Z[ recovery-image] Feb 24 02:32:24.022 INFO O| Feb 24 02:32:24.022 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45282026-02-24T02:32:24.058Z[ recovery-image] Feb 24 02:32:24.095 INFO O| Feb 24 02:32:24.094 INFO completed processing sled/ramdisk-01-os
45292026-02-24T02:32:24.083Z[ recovery-image] Feb 24 02:32:24.116 INFO image builder template: ramdisk-02-trim...
45302026-02-24T02:32:24.083Z[ recovery-image] Feb 24 02:32:24.121 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/.tmp5z1CyQ/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
45312026-02-24T02:32:24.137Z[ recovery-image] Feb 24 02:32:24.176 INFO O| Feb 24 02:32:24.176 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45322026-02-24T02:32:24.162Z[ recovery-image] Feb 24 02:32:24.184 INFO O| Feb 24 02:32:24.184 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45332026-02-24T02:32:24.187Z[ recovery-image] Feb 24 02:32:24.220 INFO O| Feb 24 02:32:24.220 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45342026-02-24T02:32:24.212Z[ recovery-image] Feb 24 02:32:24.252 INFO O| Feb 24 02:32:24.252 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45352026-02-24T02:32:24.213Z[ recovery-image] Feb 24 02:32:24.253 INFO O| Feb 24 02:32:24.253 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45362026-02-24T02:32:24.239Z[ recovery-image] Feb 24 02:32:24.266 INFO O| Feb 24 02:32:24.266 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45372026-02-24T02:32:24.239Z[ recovery-image] Feb 24 02:32:24.274 INFO O| Feb 24 02:32:24.274 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45382026-02-24T02:32:24.264Z[ recovery-image] Feb 24 02:32:24.281 INFO O| Feb 24 02:32:24.281 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45392026-02-24T02:32:24.388Z[ recovery-image] Feb 24 02:32:24.430 INFO O| Feb 24 02:32:24.430 INFO rolled back to input snapshot; work may begin
45402026-02-24T02:32:24.388Z[ recovery-image] Feb 24 02:32:24.430 INFO O| Feb 24 02:32:24.430 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45412026-02-24T02:32:24.412Z[ recovery-image] Feb 24 02:32:24.437 INFO O| Feb 24 02:32:24.437 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-02-24T02:32:24.447Z[ recovery-image] Feb 24 02:32:24.459 INFO O| Feb 24 02:32:24.459 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45432026-02-24T02:32:24.491Z[ recovery-image] Feb 24 02:32:24.533 INFO O| Feb 24 02:32:24.533 INFO STEP 0 (remove_files) COMPLETE
45442026-02-24T02:32:24.491Z[ recovery-image] Feb 24 02:32:24.533 INFO O| Feb 24 02:32:24.533 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452026-02-24T02:32:24.516Z[ recovery-image] Feb 24 02:32:24.551 INFO O| Feb 24 02:32:24.551 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45462026-02-24T02:32:24.516Z[ recovery-image] Feb 24 02:32:24.556 INFO O| Feb 24 02:32:24.556 INFO STEP 1 (remove_files) COMPLETE
45472026-02-24T02:32:24.516Z[ recovery-image] Feb 24 02:32:24.556 INFO O| Feb 24 02:32:24.556 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482026-02-24T02:32:24.540Z[ recovery-image] Feb 24 02:32:24.573 INFO O| Feb 24 02:32:24.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45492026-02-24T02:32:24.564Z[ recovery-image] Feb 24 02:32:24.593 INFO O| Feb 24 02:32:24.593 INFO STEP 2 (remove_files) COMPLETE
45502026-02-24T02:32:24.564Z[ recovery-image] Feb 24 02:32:24.593 INFO O| Feb 24 02:32:24.593 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512026-02-24T02:32:24.588Z[ recovery-image] Feb 24 02:32:24.612 INFO O| Feb 24 02:32:24.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45522026-02-24T02:32:24.588Z[ recovery-image] Feb 24 02:32:24.615 INFO O| Feb 24 02:32:24.615 INFO STEP 3 (remove_files) COMPLETE
45532026-02-24T02:32:24.588Z[ recovery-image] Feb 24 02:32:24.615 INFO O| Feb 24 02:32:24.615 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542026-02-24T02:32:24.612Z[ recovery-image] Feb 24 02:32:24.632 INFO O| Feb 24 02:32:24.632 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45552026-02-24T02:32:24.612Z[ recovery-image] Feb 24 02:32:24.640 INFO O| Feb 24 02:32:24.640 INFO STEP 4 (remove_files) COMPLETE
45562026-02-24T02:32:24.612Z[ recovery-image] Feb 24 02:32:24.640 INFO O| Feb 24 02:32:24.640 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-02-24T02:32:24.636Z[ recovery-image] Feb 24 02:32:24.658 INFO O| Feb 24 02:32:24.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45582026-02-24T02:32:24.636Z[ recovery-image] Feb 24 02:32:24.658 INFO O| Feb 24 02:32:24.658 INFO STEP 5 (remove_files) COMPLETE
45592026-02-24T02:32:24.636Z[ recovery-image] Feb 24 02:32:24.658 INFO O| Feb 24 02:32:24.658 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.680 INFO O| Feb 24 02:32:24.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45612026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.695 INFO O| Feb 24 02:32:24.695 INFO STEP 6 (remove_files) COMPLETE
45622026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.696 INFO O| Feb 24 02:32:24.695 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.696 INFO O| Feb 24 02:32:24.695 INFO skip step because feature "recovery" is enabled
45642026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.696 INFO O| Feb 24 02:32:24.696 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.696 INFO O| Feb 24 02:32:24.696 INFO skip step because feature "recovery" is enabled
45662026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.696 INFO O| Feb 24 02:32:24.696 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.696 INFO O| Feb 24 02:32:24.696 INFO skip step because feature "recovery" is enabled
45682026-02-24T02:32:24.660Z[ recovery-image] Feb 24 02:32:24.696 INFO O| Feb 24 02:32:24.696 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-02-24T02:32:24.684Z[ recovery-image] Feb 24 02:32:24.713 INFO O| Feb 24 02:32:24.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45702026-02-24T02:32:24.684Z[ recovery-image] Feb 24 02:32:24.718 INFO O| Feb 24 02:32:24.717 INFO STEP 10 (remove_files) COMPLETE
45712026-02-24T02:32:24.684Z[ recovery-image] Feb 24 02:32:24.718 INFO O| Feb 24 02:32:24.718 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722026-02-24T02:32:24.708Z[ recovery-image] Feb 24 02:32:24.738 INFO O| Feb 24 02:32:24.737 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45732026-02-24T02:32:24.708Z[ recovery-image] Feb 24 02:32:24.739 INFO O| Feb 24 02:32:24.739 INFO STEP 11 (remove_files) COMPLETE
45742026-02-24T02:32:24.708Z[ recovery-image] Feb 24 02:32:24.739 INFO O| Feb 24 02:32:24.739 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-02-24T02:32:24.732Z[ recovery-image] Feb 24 02:32:24.754 INFO O| Feb 24 02:32:24.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45762026-02-24T02:32:24.732Z[ recovery-image] Feb 24 02:32:24.756 INFO O| Feb 24 02:32:24.756 INFO STEP 12 (remove_files) COMPLETE
45772026-02-24T02:32:24.732Z[ recovery-image] Feb 24 02:32:24.756 INFO O| Feb 24 02:32:24.756 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782026-02-24T02:32:24.776Z[ recovery-image] Feb 24 02:32:24.818 INFO O| Feb 24 02:32:24.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45792026-02-24T02:32:24.800Z[ recovery-image] Feb 24 02:32:24.821 INFO O| Feb 24 02:32:24.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45802026-02-24T02:32:24.801Z[ recovery-image] Feb 24 02:32:24.824 INFO O| Feb 24 02:32:24.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45812026-02-24T02:32:24.801Z[ recovery-image] Feb 24 02:32:24.841 INFO O| Feb 24 02:32:24.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45822026-02-24T02:32:25.032Z[ recovery-image] Feb 24 02:32:25.074 INFO O| Feb 24 02:32:25.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45832026-02-24T02:32:25.057Z[ recovery-image] Feb 24 02:32:25.074 INFO O| Feb 24 02:32:25.074 INFO STEP 13 (remove_files) COMPLETE
45842026-02-24T02:32:25.057Z[ recovery-image] Feb 24 02:32:25.074 INFO O| Feb 24 02:32:25.074 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-02-24T02:32:25.081Z[ recovery-image] Feb 24 02:32:25.098 INFO O| Feb 24 02:32:25.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45862026-02-24T02:32:25.081Z[ recovery-image] Feb 24 02:32:25.100 INFO O| Feb 24 02:32:25.100 INFO STEP 14 (remove_files) COMPLETE
45872026-02-24T02:32:25.081Z[ recovery-image] Feb 24 02:32:25.100 INFO O| Feb 24 02:32:25.100 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-02-24T02:32:25.106Z[ recovery-image] Feb 24 02:32:25.125 INFO O| Feb 24 02:32:25.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45892026-02-24T02:32:25.106Z[ recovery-image] Feb 24 02:32:25.136 INFO O| Feb 24 02:32:25.136 INFO STEP 15 (remove_files) COMPLETE
45902026-02-24T02:32:25.106Z[ recovery-image] Feb 24 02:32:25.136 INFO O| Feb 24 02:32:25.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-02-24T02:32:25.132Z[ recovery-image] Feb 24 02:32:25.156 INFO O| Feb 24 02:32:25.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45922026-02-24T02:32:25.132Z[ recovery-image] Feb 24 02:32:25.157 INFO O| Feb 24 02:32:25.157 INFO STEP 16 (remove_files) COMPLETE
45932026-02-24T02:32:25.132Z[ recovery-image] Feb 24 02:32:25.157 INFO O| Feb 24 02:32:25.157 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-02-24T02:32:25.158Z[ recovery-image] Feb 24 02:32:25.175 INFO O| Feb 24 02:32:25.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45952026-02-24T02:32:25.158Z[ recovery-image] Feb 24 02:32:25.177 INFO O| Feb 24 02:32:25.177 INFO STEP 17 (remove_files) COMPLETE
45962026-02-24T02:32:25.158Z[ recovery-image] Feb 24 02:32:25.177 INFO O| Feb 24 02:32:25.177 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-02-24T02:32:25.158Z[ recovery-image] Feb 24 02:32:25.196 INFO O| Feb 24 02:32:25.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45982026-02-24T02:32:25.158Z[ recovery-image] Feb 24 02:32:25.196 INFO O| Feb 24 02:32:25.196 INFO STEP 18 (remove_files) COMPLETE
45992026-02-24T02:32:25.158Z[ recovery-image] Feb 24 02:32:25.196 INFO O| Feb 24 02:32:25.196 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-02-24T02:32:25.182Z[ recovery-image] Feb 24 02:32:25.211 INFO O| Feb 24 02:32:25.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46012026-02-24T02:32:25.182Z[ recovery-image] Feb 24 02:32:25.211 INFO O| Feb 24 02:32:25.211 INFO STEP 19 (remove_files) COMPLETE
46022026-02-24T02:32:25.182Z[ recovery-image] Feb 24 02:32:25.211 INFO O| Feb 24 02:32:25.211 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-02-24T02:32:25.206Z[ recovery-image] Feb 24 02:32:25.230 INFO O| Feb 24 02:32:25.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46042026-02-24T02:32:25.206Z[ recovery-image] Feb 24 02:32:25.230 INFO O| Feb 24 02:32:25.230 INFO STEP 20 (remove_files) COMPLETE
46052026-02-24T02:32:25.206Z[ recovery-image] Feb 24 02:32:25.230 INFO O| Feb 24 02:32:25.230 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-02-24T02:32:25.206Z[ recovery-image] Feb 24 02:32:25.246 INFO O| Feb 24 02:32:25.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46072026-02-24T02:32:25.207Z[ recovery-image] Feb 24 02:32:25.247 INFO O| Feb 24 02:32:25.247 INFO STEP 21 (remove_files) COMPLETE
46082026-02-24T02:32:25.207Z[ recovery-image] Feb 24 02:32:25.247 INFO O| Feb 24 02:32:25.247 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-02-24T02:32:25.232Z[ recovery-image] Feb 24 02:32:25.261 INFO O| Feb 24 02:32:25.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46102026-02-24T02:32:25.232Z[ recovery-image] Feb 24 02:32:25.262 INFO O| Feb 24 02:32:25.261 INFO STEP 22 (remove_files) COMPLETE
46112026-02-24T02:32:25.232Z[ recovery-image] Feb 24 02:32:25.262 INFO O| Feb 24 02:32:25.261 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-02-24T02:32:25.256Z[ recovery-image] Feb 24 02:32:25.277 INFO O| Feb 24 02:32:25.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46132026-02-24T02:32:25.256Z[ recovery-image] Feb 24 02:32:25.277 INFO O| Feb 24 02:32:25.277 INFO STEP 23 (remove_files) COMPLETE
46142026-02-24T02:32:25.256Z[ recovery-image] Feb 24 02:32:25.277 INFO O| Feb 24 02:32:25.277 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-02-24T02:32:25.256Z[ recovery-image] Feb 24 02:32:25.291 INFO O| Feb 24 02:32:25.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46162026-02-24T02:32:25.256Z[ recovery-image] Feb 24 02:32:25.291 INFO O| Feb 24 02:32:25.291 INFO STEP 24 (remove_files) COMPLETE
46172026-02-24T02:32:25.256Z[ recovery-image] Feb 24 02:32:25.291 INFO O| Feb 24 02:32:25.291 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-02-24T02:32:25.282Z[ recovery-image] Feb 24 02:32:25.310 INFO O| Feb 24 02:32:25.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46192026-02-24T02:32:25.282Z[ recovery-image] Feb 24 02:32:25.310 INFO O| Feb 24 02:32:25.310 INFO STEP 25 (remove_files) COMPLETE
46202026-02-24T02:32:25.282Z[ recovery-image] Feb 24 02:32:25.310 INFO O| Feb 24 02:32:25.310 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-02-24T02:32:25.307Z[ recovery-image] Feb 24 02:32:25.327 INFO O| Feb 24 02:32:25.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46222026-02-24T02:32:25.307Z[ recovery-image] Feb 24 02:32:25.328 INFO O| Feb 24 02:32:25.327 INFO STEP 26 (remove_files) COMPLETE
46232026-02-24T02:32:25.307Z[ recovery-image] Feb 24 02:32:25.328 INFO O| Feb 24 02:32:25.328 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-02-24T02:32:25.307Z[ recovery-image] Feb 24 02:32:25.344 INFO O| Feb 24 02:32:25.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46252026-02-24T02:32:25.307Z[ recovery-image] Feb 24 02:32:25.344 INFO O| Feb 24 02:32:25.344 INFO STEP 27 (remove_files) COMPLETE
46262026-02-24T02:32:25.307Z[ recovery-image] Feb 24 02:32:25.344 INFO O| Feb 24 02:32:25.344 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-02-24T02:32:25.333Z[ recovery-image] Feb 24 02:32:25.360 INFO O| Feb 24 02:32:25.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46282026-02-24T02:32:25.333Z[ recovery-image] Feb 24 02:32:25.360 INFO O| Feb 24 02:32:25.360 INFO STEP 28 (remove_files) COMPLETE
46292026-02-24T02:32:25.333Z[ recovery-image] Feb 24 02:32:25.360 INFO O| Feb 24 02:32:25.360 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-02-24T02:32:25.357Z[ recovery-image] Feb 24 02:32:25.376 INFO O| Feb 24 02:32:25.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46312026-02-24T02:32:25.357Z[ recovery-image] Feb 24 02:32:25.376 INFO O| Feb 24 02:32:25.376 INFO STEP 29 (remove_files) COMPLETE
46322026-02-24T02:32:25.357Z[ recovery-image] Feb 24 02:32:25.376 INFO O| Feb 24 02:32:25.376 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-02-24T02:32:25.357Z[ recovery-image] Feb 24 02:32:25.392 INFO O| Feb 24 02:32:25.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46342026-02-24T02:32:25.357Z[ recovery-image] Feb 24 02:32:25.392 INFO O| Feb 24 02:32:25.392 INFO STEP 30 (remove_files) COMPLETE
46352026-02-24T02:32:25.357Z[ recovery-image] Feb 24 02:32:25.392 INFO O| Feb 24 02:32:25.392 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-02-24T02:32:25.381Z[ recovery-image] Feb 24 02:32:25.410 INFO O| Feb 24 02:32:25.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46372026-02-24T02:32:25.381Z[ recovery-image] Feb 24 02:32:25.410 INFO O| Feb 24 02:32:25.410 INFO STEP 31 (remove_files) COMPLETE
46382026-02-24T02:32:25.381Z[ recovery-image] Feb 24 02:32:25.410 INFO O| Feb 24 02:32:25.410 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-02-24T02:32:25.406Z[ recovery-image] Feb 24 02:32:25.428 INFO O| Feb 24 02:32:25.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46402026-02-24T02:32:25.406Z[ recovery-image] Feb 24 02:32:25.428 INFO O| Feb 24 02:32:25.428 INFO STEP 32 (remove_files) COMPLETE
46412026-02-24T02:32:25.406Z[ recovery-image] Feb 24 02:32:25.428 INFO O| Feb 24 02:32:25.428 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-02-24T02:32:25.430Z[ recovery-image] Feb 24 02:32:25.452 INFO O| Feb 24 02:32:25.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46432026-02-24T02:32:25.430Z[ recovery-image] Feb 24 02:32:25.452 INFO O| Feb 24 02:32:25.452 INFO STEP 33 (remove_files) COMPLETE
46442026-02-24T02:32:25.430Z[ recovery-image] Feb 24 02:32:25.452 INFO O| Feb 24 02:32:25.452 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-02-24T02:32:25.461Z[ recovery-image] Feb 24 02:32:25.473 INFO O| Feb 24 02:32:25.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46462026-02-24T02:32:25.461Z[ recovery-image] Feb 24 02:32:25.473 INFO O| Feb 24 02:32:25.473 INFO STEP 34 (remove_files) COMPLETE
46472026-02-24T02:32:25.461Z[ recovery-image] Feb 24 02:32:25.473 INFO O| Feb 24 02:32:25.473 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-02-24T02:32:25.461Z[ recovery-image] Feb 24 02:32:25.491 INFO O| Feb 24 02:32:25.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46492026-02-24T02:32:25.461Z[ recovery-image] Feb 24 02:32:25.491 INFO O| Feb 24 02:32:25.491 INFO STEP 35 (remove_files) COMPLETE
46502026-02-24T02:32:25.461Z[ recovery-image] Feb 24 02:32:25.491 INFO O| Feb 24 02:32:25.491 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-02-24T02:32:25.485Z[ recovery-image] Feb 24 02:32:25.505 INFO O| Feb 24 02:32:25.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46522026-02-24T02:32:25.486Z[ recovery-image] Feb 24 02:32:25.505 INFO O| Feb 24 02:32:25.505 INFO STEP 36 (remove_files) COMPLETE
46532026-02-24T02:32:25.486Z[ recovery-image] Feb 24 02:32:25.505 INFO O| Feb 24 02:32:25.505 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-02-24T02:32:25.486Z[ recovery-image] Feb 24 02:32:25.518 INFO O| Feb 24 02:32:25.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46552026-02-24T02:32:25.486Z[ recovery-image] Feb 24 02:32:25.519 INFO O| Feb 24 02:32:25.518 INFO STEP 37 (remove_files) COMPLETE
46562026-02-24T02:32:25.486Z[ recovery-image] Feb 24 02:32:25.519 INFO O| Feb 24 02:32:25.519 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-02-24T02:32:25.510Z[ recovery-image] Feb 24 02:32:25.532 INFO O| Feb 24 02:32:25.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46582026-02-24T02:32:25.510Z[ recovery-image] Feb 24 02:32:25.532 INFO O| Feb 24 02:32:25.532 INFO STEP 38 (remove_files) COMPLETE
46592026-02-24T02:32:25.510Z[ recovery-image] Feb 24 02:32:25.532 INFO O| Feb 24 02:32:25.532 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-02-24T02:32:25.510Z[ recovery-image] Feb 24 02:32:25.548 INFO O| Feb 24 02:32:25.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46612026-02-24T02:32:25.510Z[ recovery-image] Feb 24 02:32:25.548 INFO O| Feb 24 02:32:25.548 INFO STEP 39 (remove_files) COMPLETE
46622026-02-24T02:32:25.510Z[ recovery-image] Feb 24 02:32:25.548 INFO O| Feb 24 02:32:25.548 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-02-24T02:32:25.534Z[ recovery-image] Feb 24 02:32:25.566 INFO O| Feb 24 02:32:25.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46642026-02-24T02:32:25.534Z[ recovery-image] Feb 24 02:32:25.566 INFO O| Feb 24 02:32:25.566 INFO STEP 40 (remove_files) COMPLETE
46652026-02-24T02:32:25.534Z[ recovery-image] Feb 24 02:32:25.566 INFO O| Feb 24 02:32:25.566 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-02-24T02:32:25.558Z[ recovery-image] Feb 24 02:32:25.587 INFO O| Feb 24 02:32:25.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46672026-02-24T02:32:25.558Z[ recovery-image] Feb 24 02:32:25.587 INFO O| Feb 24 02:32:25.587 INFO STEP 41 (remove_files) COMPLETE
46682026-02-24T02:32:25.558Z[ recovery-image] Feb 24 02:32:25.587 INFO O| Feb 24 02:32:25.587 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-02-24T02:32:25.582Z[ recovery-image] Feb 24 02:32:25.607 INFO O| Feb 24 02:32:25.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46702026-02-24T02:32:25.582Z[ recovery-image] Feb 24 02:32:25.608 INFO O| Feb 24 02:32:25.608 INFO STEP 42 (remove_files) COMPLETE
46712026-02-24T02:32:25.582Z[ recovery-image] Feb 24 02:32:25.608 INFO O| Feb 24 02:32:25.608 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-02-24T02:32:25.606Z[ recovery-image] Feb 24 02:32:25.625 INFO O| Feb 24 02:32:25.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46732026-02-24T02:32:25.606Z[ recovery-image] Feb 24 02:32:25.625 INFO O| Feb 24 02:32:25.625 INFO STEP 43 (remove_files) COMPLETE
46742026-02-24T02:32:25.606Z[ recovery-image] Feb 24 02:32:25.625 INFO O| Feb 24 02:32:25.625 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-02-24T02:32:25.606Z[ recovery-image] Feb 24 02:32:25.642 INFO O| Feb 24 02:32:25.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46762026-02-24T02:32:25.606Z[ recovery-image] Feb 24 02:32:25.642 INFO O| Feb 24 02:32:25.642 INFO STEP 44 (remove_files) COMPLETE
46772026-02-24T02:32:25.606Z[ recovery-image] Feb 24 02:32:25.642 INFO O| Feb 24 02:32:25.642 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-02-24T02:32:25.630Z[ recovery-image] Feb 24 02:32:25.661 INFO O| Feb 24 02:32:25.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46792026-02-24T02:32:25.630Z[ recovery-image] Feb 24 02:32:25.661 INFO O| Feb 24 02:32:25.661 INFO STEP 45 (remove_files) COMPLETE
46802026-02-24T02:32:25.630Z[ recovery-image] Feb 24 02:32:25.661 INFO O| Feb 24 02:32:25.661 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-02-24T02:32:25.654Z[ recovery-image] Feb 24 02:32:25.675 INFO O| Feb 24 02:32:25.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46822026-02-24T02:32:25.654Z[ recovery-image] Feb 24 02:32:25.675 INFO O| Feb 24 02:32:25.675 INFO STEP 46 (remove_files) COMPLETE
46832026-02-24T02:32:25.655Z[ recovery-image] Feb 24 02:32:25.675 INFO O| Feb 24 02:32:25.675 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-02-24T02:32:25.655Z[ recovery-image] Feb 24 02:32:25.691 INFO O| Feb 24 02:32:25.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46852026-02-24T02:32:25.655Z[ recovery-image] Feb 24 02:32:25.691 INFO O| Feb 24 02:32:25.691 INFO STEP 47 (remove_files) COMPLETE
46862026-02-24T02:32:25.655Z[ recovery-image] Feb 24 02:32:25.691 INFO O| Feb 24 02:32:25.691 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-02-24T02:32:25.679Z[ recovery-image] Feb 24 02:32:25.707 INFO O| Feb 24 02:32:25.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46882026-02-24T02:32:25.679Z[ recovery-image] Feb 24 02:32:25.707 INFO O| Feb 24 02:32:25.707 INFO STEP 48 (remove_files) COMPLETE
46892026-02-24T02:32:25.680Z[ recovery-image] Feb 24 02:32:25.707 INFO O| Feb 24 02:32:25.707 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-02-24T02:32:25.703Z[ recovery-image] Feb 24 02:32:25.723 INFO O| Feb 24 02:32:25.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46912026-02-24T02:32:25.703Z[ recovery-image] Feb 24 02:32:25.723 INFO O| Feb 24 02:32:25.723 INFO STEP 49 (remove_files) COMPLETE
46922026-02-24T02:32:25.703Z[ recovery-image] Feb 24 02:32:25.723 INFO O| Feb 24 02:32:25.723 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-02-24T02:32:25.703Z[ recovery-image] Feb 24 02:32:25.739 INFO O| Feb 24 02:32:25.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46942026-02-24T02:32:25.703Z[ recovery-image] Feb 24 02:32:25.739 INFO O| Feb 24 02:32:25.739 INFO STEP 50 (remove_files) COMPLETE
46952026-02-24T02:32:25.703Z[ recovery-image] Feb 24 02:32:25.739 INFO O| Feb 24 02:32:25.739 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-02-24T02:32:25.729Z[ recovery-image] Feb 24 02:32:25.753 INFO O| Feb 24 02:32:25.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46972026-02-24T02:32:25.729Z[ recovery-image] Feb 24 02:32:25.753 INFO O| Feb 24 02:32:25.753 INFO STEP 51 (remove_files) COMPLETE
46982026-02-24T02:32:25.729Z[ recovery-image] Feb 24 02:32:25.753 INFO O| Feb 24 02:32:25.753 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-02-24T02:32:25.729Z[ recovery-image] Feb 24 02:32:25.768 INFO O| Feb 24 02:32:25.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47002026-02-24T02:32:25.729Z[ recovery-image] Feb 24 02:32:25.768 INFO O| Feb 24 02:32:25.768 INFO STEP 52 (remove_files) COMPLETE
47012026-02-24T02:32:25.729Z[ recovery-image] Feb 24 02:32:25.768 INFO O| Feb 24 02:32:25.768 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-02-24T02:32:25.755Z[ recovery-image] Feb 24 02:32:25.784 INFO O| Feb 24 02:32:25.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47032026-02-24T02:32:25.755Z[ recovery-image] Feb 24 02:32:25.785 INFO O| Feb 24 02:32:25.784 INFO STEP 53 (remove_files) COMPLETE
47042026-02-24T02:32:25.755Z[ recovery-image] Feb 24 02:32:25.785 INFO O| Feb 24 02:32:25.784 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-02-24T02:32:25.780Z[ recovery-image] Feb 24 02:32:25.806 INFO O| Feb 24 02:32:25.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47062026-02-24T02:32:25.780Z[ recovery-image] Feb 24 02:32:25.806 INFO O| Feb 24 02:32:25.806 INFO STEP 54 (remove_files) COMPLETE
47072026-02-24T02:32:25.781Z[ recovery-image] Feb 24 02:32:25.806 INFO O| Feb 24 02:32:25.806 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-02-24T02:32:25.804Z[ recovery-image] Feb 24 02:32:25.828 INFO O| Feb 24 02:32:25.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47092026-02-24T02:32:25.805Z[ recovery-image] Feb 24 02:32:25.828 INFO O| Feb 24 02:32:25.828 INFO STEP 55 (remove_files) COMPLETE
47102026-02-24T02:32:25.805Z[ recovery-image] Feb 24 02:32:25.828 INFO O| Feb 24 02:32:25.828 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-02-24T02:32:25.805Z[ recovery-image] Feb 24 02:32:25.844 INFO O| Feb 24 02:32:25.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47122026-02-24T02:32:25.805Z[ recovery-image] Feb 24 02:32:25.844 INFO O| Feb 24 02:32:25.844 INFO STEP 56 (remove_files) COMPLETE
47132026-02-24T02:32:25.805Z[ recovery-image] Feb 24 02:32:25.844 INFO O| Feb 24 02:32:25.844 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-02-24T02:32:25.829Z[ recovery-image] Feb 24 02:32:25.869 INFO O| Feb 24 02:32:25.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47152026-02-24T02:32:25.829Z[ recovery-image] Feb 24 02:32:25.869 INFO O| Feb 24 02:32:25.869 INFO STEP 57 (remove_files) COMPLETE
47162026-02-24T02:32:25.829Z[ recovery-image] Feb 24 02:32:25.869 INFO O| Feb 24 02:32:25.869 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-02-24T02:32:25.855Z[ recovery-image] Feb 24 02:32:25.896 INFO O| Feb 24 02:32:25.896 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47182026-02-24T02:32:25.855Z[ recovery-image] Feb 24 02:32:25.896 INFO O| Feb 24 02:32:25.896 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47192026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.897 INFO O| Feb 24 02:32:25.896 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47202026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.897 INFO O| Feb 24 02:32:25.897 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47212026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.897 INFO O| Feb 24 02:32:25.897 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47222026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.897 INFO O| Feb 24 02:32:25.897 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47232026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.897 INFO O| Feb 24 02:32:25.897 INFO ok!
47242026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.897 INFO O| Feb 24 02:32:25.897 INFO STEP 58 (ensure_file) COMPLETE
47252026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.897 INFO O| Feb 24 02:32:25.897 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.918 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47272026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47282026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47292026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47302026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47312026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47322026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO ok!
47332026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO STEP 59 (ensure_file) COMPLETE
47342026-02-24T02:32:25.879Z[ recovery-image] Feb 24 02:32:25.919 INFO O| Feb 24 02:32:25.919 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-02-24T02:32:25.903Z[ recovery-image] Feb 24 02:32:25.939 INFO O| Feb 24 02:32:25.939 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47362026-02-24T02:32:25.903Z[ recovery-image] Feb 24 02:32:25.939 INFO O| Feb 24 02:32:25.939 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47372026-02-24T02:32:25.903Z[ recovery-image] Feb 24 02:32:25.939 INFO O| Feb 24 02:32:25.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47382026-02-24T02:32:25.903Z[ recovery-image] Feb 24 02:32:25.939 INFO O| Feb 24 02:32:25.939 INFO ok!
47392026-02-24T02:32:25.903Z[ recovery-image] Feb 24 02:32:25.939 INFO O| Feb 24 02:32:25.939 INFO STEP 60 (ensure_file) COMPLETE
47402026-02-24T02:32:25.903Z[ recovery-image] Feb 24 02:32:25.939 INFO O| Feb 24 02:32:25.939 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-02-24T02:32:25.927Z[ recovery-image] Feb 24 02:32:25.960 INFO O| Feb 24 02:32:25.960 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47422026-02-24T02:32:25.927Z[ recovery-image] Feb 24 02:32:25.960 INFO O| Feb 24 02:32:25.960 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47432026-02-24T02:32:25.927Z[ recovery-image] Feb 24 02:32:25.961 INFO O| Feb 24 02:32:25.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47442026-02-24T02:32:25.927Z[ recovery-image] Feb 24 02:32:25.961 INFO O| Feb 24 02:32:25.961 INFO ok!
47452026-02-24T02:32:25.927Z[ recovery-image] Feb 24 02:32:25.961 INFO O| Feb 24 02:32:25.961 INFO STEP 61 (ensure_file) COMPLETE
47462026-02-24T02:32:25.927Z[ recovery-image] Feb 24 02:32:25.961 INFO O| Feb 24 02:32:25.961 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-02-24T02:32:25.951Z[ recovery-image] Feb 24 02:32:25.978 INFO O| Feb 24 02:32:25.978 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47482026-02-24T02:32:25.951Z[ recovery-image] Feb 24 02:32:25.978 INFO O| Feb 24 02:32:25.978 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47492026-02-24T02:32:25.951Z[ recovery-image] Feb 24 02:32:25.979 INFO O| Feb 24 02:32:25.979 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47502026-02-24T02:32:25.951Z[ recovery-image] Feb 24 02:32:25.979 INFO O| Feb 24 02:32:25.979 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47512026-02-24T02:32:25.951Z[ recovery-image] Feb 24 02:32:25.979 INFO O| Feb 24 02:32:25.979 INFO ok!
47522026-02-24T02:32:25.951Z[ recovery-image] Feb 24 02:32:25.979 INFO O| Feb 24 02:32:25.979 INFO STEP 62 (ensure_file) COMPLETE
47532026-02-24T02:32:25.951Z[ recovery-image] Feb 24 02:32:25.979 INFO O| Feb 24 02:32:25.979 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-02-24T02:32:25.975Z[ recovery-image] Feb 24 02:32:26.002 INFO O| Feb 24 02:32:26.002 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47552026-02-24T02:32:25.975Z[ recovery-image] Feb 24 02:32:26.002 INFO O| Feb 24 02:32:26.002 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47562026-02-24T02:32:25.975Z[ recovery-image] Feb 24 02:32:26.003 INFO O| Feb 24 02:32:26.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47572026-02-24T02:32:25.975Z[ recovery-image] Feb 24 02:32:26.003 INFO O| Feb 24 02:32:26.003 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47582026-02-24T02:32:25.975Z[ recovery-image] Feb 24 02:32:26.003 INFO O| Feb 24 02:32:26.003 INFO ok!
47592026-02-24T02:32:25.975Z[ recovery-image] Feb 24 02:32:26.003 INFO O| Feb 24 02:32:26.003 INFO STEP 63 (ensure_file) COMPLETE
47602026-02-24T02:32:25.975Z[ recovery-image] Feb 24 02:32:26.003 INFO O| Feb 24 02:32:26.003 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-02-24T02:32:25.999Z[ recovery-image] Feb 24 02:32:26.023 INFO O| Feb 24 02:32:26.023 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47622026-02-24T02:32:25.999Z[ recovery-image] Feb 24 02:32:26.023 INFO O| Feb 24 02:32:26.023 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47632026-02-24T02:32:25.999Z[ recovery-image] Feb 24 02:32:26.023 INFO O| Feb 24 02:32:26.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47642026-02-24T02:32:25.999Z[ recovery-image] Feb 24 02:32:26.023 INFO O| Feb 24 02:32:26.023 INFO ok!
47652026-02-24T02:32:26.000Z[ recovery-image] Feb 24 02:32:26.023 INFO O| Feb 24 02:32:26.023 INFO STEP 64 (assemble_files) COMPLETE
47662026-02-24T02:32:26.000Z[ recovery-image] Feb 24 02:32:26.023 INFO O| Feb 24 02:32:26.023 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47672026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47682026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47692026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47702026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47712026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO ok!
47722026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO STEP 65 (ensure_file) COMPLETE
47732026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO skip step because feature "omicron1" is not enabled
47752026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.043 INFO O| Feb 24 02:32:26.043 INFO skip step because feature "omicron1" is not enabled
47772026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.044 INFO O| Feb 24 02:32:26.043 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.044 INFO O| Feb 24 02:32:26.043 INFO skip step because feature "omicron1" is not enabled
47792026-02-24T02:32:26.024Z[ recovery-image] Feb 24 02:32:26.044 INFO O| Feb 24 02:32:26.043 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47802026-02-24T02:32:26.048Z[ recovery-image] Feb 24 02:32:26.078 INFO O| Feb 24 02:32:26.078 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47812026-02-24T02:32:26.048Z[ recovery-image] Feb 24 02:32:26.078 INFO O| Feb 24 02:32:26.078 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47822026-02-24T02:32:28.278Z[ recovery-image] Feb 24 02:32:28.320 INFO O| Feb 24 02:32:28.320 INFO STEP 69 (pack_tar) COMPLETE
47832026-02-24T02:32:28.278Z[ recovery-image] Feb 24 02:32:28.320 INFO O| Feb 24 02:32:28.320 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47842026-02-24T02:32:28.303Z[ recovery-image] Feb 24 02:32:28.320 INFO O| Feb 24 02:32:28.320 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47852026-02-24T02:32:28.756Z[ recovery-image] Feb 24 02:32:28.798 INFO O| Feb 24 02:32:28.797 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47862026-02-24T02:32:28.814Z[ recovery-image] Feb 24 02:32:28.855 INFO O| Feb 24 02:32:28.855 INFO completed processing sled/ramdisk-02-trim
47872026-02-24T02:32:28.839Z[ recovery-image] Feb 24 02:32:28.859 INFO image builder template: ramdisk-03-recovery-trim...
47882026-02-24T02:32:28.839Z[ recovery-image] Feb 24 02:32:28.860 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/.tmp5z1CyQ/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
47892026-02-24T02:32:28.971Z[ recovery-image] Feb 24 02:32:29.012 INFO O| Feb 24 02:32:29.012 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47902026-02-24T02:32:28.994Z[ recovery-image] Feb 24 02:32:29.019 INFO O| Feb 24 02:32:29.019 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47912026-02-24T02:32:29.019Z[ recovery-image] Feb 24 02:32:29.061 INFO O| Feb 24 02:32:29.061 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47922026-02-24T02:32:29.058Z[ recovery-image] Feb 24 02:32:29.100 INFO O| Feb 24 02:32:29.100 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47932026-02-24T02:32:29.059Z[ recovery-image] Feb 24 02:32:29.100 INFO O| Feb 24 02:32:29.100 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47942026-02-24T02:32:29.083Z[ recovery-image] Feb 24 02:32:29.117 INFO O| Feb 24 02:32:29.116 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47952026-02-24T02:32:29.083Z[ recovery-image] Feb 24 02:32:29.124 INFO O| Feb 24 02:32:29.124 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47962026-02-24T02:32:29.107Z[ recovery-image] Feb 24 02:32:29.136 INFO O| Feb 24 02:32:29.136 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47972026-02-24T02:32:29.361Z[ recovery-image] Feb 24 02:32:29.403 INFO O| Feb 24 02:32:29.403 INFO rolled back to input snapshot; work may begin
47982026-02-24T02:32:29.386Z[ recovery-image] Feb 24 02:32:29.403 INFO O| Feb 24 02:32:29.403 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47992026-02-24T02:32:29.386Z[ recovery-image] Feb 24 02:32:29.414 INFO O| Feb 24 02:32:29.413 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002026-02-24T02:32:29.411Z[ recovery-image] Feb 24 02:32:29.430 INFO O| Feb 24 02:32:29.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48012026-02-24T02:32:29.412Z[ recovery-image] Feb 24 02:32:29.434 INFO O| Feb 24 02:32:29.434 INFO STEP 0 (remove_files) COMPLETE
48022026-02-24T02:32:29.412Z[ recovery-image] Feb 24 02:32:29.434 INFO O| Feb 24 02:32:29.434 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032026-02-24T02:32:29.412Z[ recovery-image] Feb 24 02:32:29.450 INFO O| Feb 24 02:32:29.449 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48042026-02-24T02:32:29.480Z[ recovery-image] Feb 24 02:32:29.522 INFO O| Feb 24 02:32:29.522 INFO STEP 1 (remove_files) COMPLETE
48052026-02-24T02:32:29.480Z[ recovery-image] Feb 24 02:32:29.522 INFO O| Feb 24 02:32:29.522 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062026-02-24T02:32:29.504Z[ recovery-image] Feb 24 02:32:29.539 INFO O| Feb 24 02:32:29.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48072026-02-24T02:32:29.504Z[ recovery-image] Feb 24 02:32:29.541 INFO O| Feb 24 02:32:29.541 INFO STEP 2 (remove_files) COMPLETE
48082026-02-24T02:32:29.504Z[ recovery-image] Feb 24 02:32:29.541 INFO O| Feb 24 02:32:29.541 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092026-02-24T02:32:29.528Z[ recovery-image] Feb 24 02:32:29.559 INFO O| Feb 24 02:32:29.559 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48102026-02-24T02:32:29.603Z[ recovery-image] Feb 24 02:32:29.645 INFO O| Feb 24 02:32:29.644 INFO STEP 3 (remove_files) COMPLETE
48112026-02-24T02:32:29.627Z[ recovery-image] Feb 24 02:32:29.645 INFO O| Feb 24 02:32:29.645 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122026-02-24T02:32:29.627Z[ recovery-image] Feb 24 02:32:29.659 INFO O| Feb 24 02:32:29.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48132026-02-24T02:32:29.651Z[ recovery-image] Feb 24 02:32:29.669 INFO O| Feb 24 02:32:29.669 INFO STEP 4 (remove_files) COMPLETE
48142026-02-24T02:32:29.651Z[ recovery-image] Feb 24 02:32:29.670 INFO O| Feb 24 02:32:29.669 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152026-02-24T02:32:29.651Z[ recovery-image] Feb 24 02:32:29.689 INFO O| Feb 24 02:32:29.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48162026-02-24T02:32:29.651Z[ recovery-image] Feb 24 02:32:29.691 INFO O| Feb 24 02:32:29.691 INFO STEP 5 (remove_files) COMPLETE
48172026-02-24T02:32:29.651Z[ recovery-image] Feb 24 02:32:29.691 INFO O| Feb 24 02:32:29.691 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182026-02-24T02:32:29.676Z[ recovery-image] Feb 24 02:32:29.705 INFO O| Feb 24 02:32:29.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48192026-02-24T02:32:29.676Z[ recovery-image] Feb 24 02:32:29.707 INFO O| Feb 24 02:32:29.707 INFO STEP 6 (remove_files) COMPLETE
48202026-02-24T02:32:29.676Z[ recovery-image] Feb 24 02:32:29.707 INFO O| Feb 24 02:32:29.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-02-24T02:32:29.701Z[ recovery-image] Feb 24 02:32:29.721 INFO O| Feb 24 02:32:29.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48222026-02-24T02:32:29.701Z[ recovery-image] Feb 24 02:32:29.724 INFO O| Feb 24 02:32:29.724 INFO STEP 7 (remove_files) COMPLETE
48232026-02-24T02:32:29.701Z[ recovery-image] Feb 24 02:32:29.724 INFO O| Feb 24 02:32:29.724 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-02-24T02:32:29.725Z[ recovery-image] Feb 24 02:32:29.744 INFO O| Feb 24 02:32:29.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48252026-02-24T02:32:29.725Z[ recovery-image] Feb 24 02:32:29.745 INFO O| Feb 24 02:32:29.745 INFO STEP 8 (remove_files) COMPLETE
48262026-02-24T02:32:29.725Z[ recovery-image] Feb 24 02:32:29.745 INFO O| Feb 24 02:32:29.745 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-02-24T02:32:29.725Z[ recovery-image] Feb 24 02:32:29.761 INFO O| Feb 24 02:32:29.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48282026-02-24T02:32:29.725Z[ recovery-image] Feb 24 02:32:29.762 INFO O| Feb 24 02:32:29.762 INFO STEP 9 (remove_files) COMPLETE
48292026-02-24T02:32:29.725Z[ recovery-image] Feb 24 02:32:29.762 INFO O| Feb 24 02:32:29.762 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-02-24T02:32:29.749Z[ recovery-image] Feb 24 02:32:29.778 INFO O| Feb 24 02:32:29.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48312026-02-24T02:32:29.790Z[ recovery-image] Feb 24 02:32:29.832 INFO O| Feb 24 02:32:29.832 INFO STEP 10 (remove_files) COMPLETE
48322026-02-24T02:32:29.790Z[ recovery-image] Feb 24 02:32:29.832 INFO O| Feb 24 02:32:29.832 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-02-24T02:32:29.816Z[ recovery-image] Feb 24 02:32:29.854 INFO O| Feb 24 02:32:29.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48342026-02-24T02:32:29.840Z[ recovery-image] Feb 24 02:32:29.858 INFO O| Feb 24 02:32:29.858 INFO STEP 11 (remove_files) COMPLETE
48352026-02-24T02:32:29.840Z[ recovery-image] Feb 24 02:32:29.858 INFO O| Feb 24 02:32:29.858 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-02-24T02:32:29.840Z[ recovery-image] Feb 24 02:32:29.872 INFO O| Feb 24 02:32:29.872 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48372026-02-24T02:32:29.840Z[ recovery-image] Feb 24 02:32:29.875 INFO O| Feb 24 02:32:29.875 INFO STEP 12 (remove_files) COMPLETE
48382026-02-24T02:32:29.841Z[ recovery-image] Feb 24 02:32:29.875 INFO O| Feb 24 02:32:29.875 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-02-24T02:32:29.864Z[ recovery-image] Feb 24 02:32:29.894 INFO O| Feb 24 02:32:29.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48402026-02-24T02:32:29.864Z[ recovery-image] Feb 24 02:32:29.894 INFO O| Feb 24 02:32:29.894 INFO STEP 13 (remove_files) COMPLETE
48412026-02-24T02:32:29.865Z[ recovery-image] Feb 24 02:32:29.895 INFO O| Feb 24 02:32:29.894 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-02-24T02:32:29.889Z[ recovery-image] Feb 24 02:32:29.915 INFO O| Feb 24 02:32:29.915 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48432026-02-24T02:32:29.889Z[ recovery-image] Feb 24 02:32:29.917 INFO O| Feb 24 02:32:29.917 INFO STEP 14 (remove_files) COMPLETE
48442026-02-24T02:32:29.889Z[ recovery-image] Feb 24 02:32:29.917 INFO O| Feb 24 02:32:29.917 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-02-24T02:32:29.913Z[ recovery-image] Feb 24 02:32:29.936 INFO O| Feb 24 02:32:29.936 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48462026-02-24T02:32:29.913Z[ recovery-image] Feb 24 02:32:29.945 INFO O| Feb 24 02:32:29.944 INFO STEP 15 (remove_files) COMPLETE
48472026-02-24T02:32:29.913Z[ recovery-image] Feb 24 02:32:29.945 INFO O| Feb 24 02:32:29.945 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-02-24T02:32:29.936Z[ recovery-image] Feb 24 02:32:29.962 INFO O| Feb 24 02:32:29.962 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48492026-02-24T02:32:29.936Z[ recovery-image] Feb 24 02:32:29.963 INFO O| Feb 24 02:32:29.962 INFO STEP 16 (remove_files) COMPLETE
48502026-02-24T02:32:29.936Z[ recovery-image] Feb 24 02:32:29.963 INFO O| Feb 24 02:32:29.963 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-02-24T02:32:29.960Z[ recovery-image] Feb 24 02:32:29.980 INFO O| Feb 24 02:32:29.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48522026-02-24T02:32:29.960Z[ recovery-image] Feb 24 02:32:29.980 INFO O| Feb 24 02:32:29.980 INFO STEP 17 (remove_files) COMPLETE
48532026-02-24T02:32:29.960Z[ recovery-image] Feb 24 02:32:29.980 INFO O| Feb 24 02:32:29.980 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-02-24T02:32:29.960Z[ recovery-image] Feb 24 02:32:30.000 INFO O| Feb 24 02:32:30.000 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48552026-02-24T02:32:30.021Z[ recovery-image] Feb 24 02:32:30.063 INFO O| Feb 24 02:32:30.062 INFO STEP 18 (remove_files) COMPLETE
48562026-02-24T02:32:30.021Z[ recovery-image] Feb 24 02:32:30.063 INFO O| Feb 24 02:32:30.063 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-02-24T02:32:30.045Z[ recovery-image] Feb 24 02:32:30.083 INFO O| Feb 24 02:32:30.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48582026-02-24T02:32:30.045Z[ recovery-image] Feb 24 02:32:30.085 INFO O| Feb 24 02:32:30.085 INFO STEP 19 (remove_files) COMPLETE
48592026-02-24T02:32:30.045Z[ recovery-image] Feb 24 02:32:30.085 INFO O| Feb 24 02:32:30.085 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-02-24T02:32:30.069Z[ recovery-image] Feb 24 02:32:30.102 INFO O| Feb 24 02:32:30.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48612026-02-24T02:32:30.069Z[ recovery-image] Feb 24 02:32:30.103 INFO O| Feb 24 02:32:30.103 INFO STEP 20 (remove_files) COMPLETE
48622026-02-24T02:32:30.069Z[ recovery-image] Feb 24 02:32:30.103 INFO O| Feb 24 02:32:30.103 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-02-24T02:32:30.092Z[ recovery-image] Feb 24 02:32:30.120 INFO O| Feb 24 02:32:30.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48642026-02-24T02:32:30.092Z[ recovery-image] Feb 24 02:32:30.121 INFO O| Feb 24 02:32:30.121 INFO STEP 21 (remove_files) COMPLETE
48652026-02-24T02:32:30.092Z[ recovery-image] Feb 24 02:32:30.121 INFO O| Feb 24 02:32:30.121 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-02-24T02:32:30.116Z[ recovery-image] Feb 24 02:32:30.139 INFO O| Feb 24 02:32:30.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48672026-02-24T02:32:30.117Z[ recovery-image] Feb 24 02:32:30.139 INFO O| Feb 24 02:32:30.139 INFO STEP 22 (remove_files) COMPLETE
48682026-02-24T02:32:30.117Z[ recovery-image] Feb 24 02:32:30.139 INFO O| Feb 24 02:32:30.139 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-02-24T02:32:30.140Z[ recovery-image] Feb 24 02:32:30.161 INFO O| Feb 24 02:32:30.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48702026-02-24T02:32:30.140Z[ recovery-image] Feb 24 02:32:30.162 INFO O| Feb 24 02:32:30.162 INFO STEP 23 (remove_files) COMPLETE
48712026-02-24T02:32:30.140Z[ recovery-image] Feb 24 02:32:30.162 INFO O| Feb 24 02:32:30.162 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-02-24T02:32:30.165Z[ recovery-image] Feb 24 02:32:30.183 INFO O| Feb 24 02:32:30.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48732026-02-24T02:32:30.165Z[ recovery-image] Feb 24 02:32:30.183 INFO O| Feb 24 02:32:30.183 INFO STEP 24 (remove_files) COMPLETE
48742026-02-24T02:32:30.165Z[ recovery-image] Feb 24 02:32:30.183 INFO O| Feb 24 02:32:30.183 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-02-24T02:32:30.165Z[ recovery-image] Feb 24 02:32:30.203 INFO O| Feb 24 02:32:30.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48762026-02-24T02:32:30.165Z[ recovery-image] Feb 24 02:32:30.204 INFO O| Feb 24 02:32:30.204 INFO STEP 25 (remove_files) COMPLETE
48772026-02-24T02:32:30.165Z[ recovery-image] Feb 24 02:32:30.204 INFO O| Feb 24 02:32:30.204 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-02-24T02:32:30.189Z[ recovery-image] Feb 24 02:32:30.222 INFO O| Feb 24 02:32:30.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48792026-02-24T02:32:30.189Z[ recovery-image] Feb 24 02:32:30.222 INFO O| Feb 24 02:32:30.222 INFO STEP 26 (remove_files) COMPLETE
48802026-02-24T02:32:30.189Z[ recovery-image] Feb 24 02:32:30.222 INFO O| Feb 24 02:32:30.222 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-02-24T02:32:30.213Z[ recovery-image] Feb 24 02:32:30.243 INFO O| Feb 24 02:32:30.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48822026-02-24T02:32:30.213Z[ recovery-image] Feb 24 02:32:30.244 INFO O| Feb 24 02:32:30.243 INFO STEP 27 (remove_files) COMPLETE
48832026-02-24T02:32:30.213Z[ recovery-image] Feb 24 02:32:30.244 INFO O| Feb 24 02:32:30.244 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-02-24T02:32:30.237Z[ recovery-image] Feb 24 02:32:30.265 INFO O| Feb 24 02:32:30.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48852026-02-24T02:32:30.237Z[ recovery-image] Feb 24 02:32:30.265 INFO O| Feb 24 02:32:30.265 INFO STEP 28 (remove_files) COMPLETE
48862026-02-24T02:32:30.237Z[ recovery-image] Feb 24 02:32:30.265 INFO O| Feb 24 02:32:30.265 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-02-24T02:32:30.261Z[ recovery-image] Feb 24 02:32:30.285 INFO O| Feb 24 02:32:30.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48882026-02-24T02:32:30.261Z[ recovery-image] Feb 24 02:32:30.285 INFO O| Feb 24 02:32:30.285 INFO STEP 29 (remove_files) COMPLETE
48892026-02-24T02:32:30.261Z[ recovery-image] Feb 24 02:32:30.285 INFO O| Feb 24 02:32:30.285 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-02-24T02:32:30.285Z[ recovery-image] Feb 24 02:32:30.303 INFO O| Feb 24 02:32:30.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48912026-02-24T02:32:30.285Z[ recovery-image] Feb 24 02:32:30.303 INFO O| Feb 24 02:32:30.303 INFO STEP 30 (remove_files) COMPLETE
48922026-02-24T02:32:30.285Z[ recovery-image] Feb 24 02:32:30.303 INFO O| Feb 24 02:32:30.303 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-02-24T02:32:30.285Z[ recovery-image] Feb 24 02:32:30.318 INFO O| Feb 24 02:32:30.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48942026-02-24T02:32:30.285Z[ recovery-image] Feb 24 02:32:30.319 INFO O| Feb 24 02:32:30.319 INFO STEP 31 (remove_files) COMPLETE
48952026-02-24T02:32:30.285Z[ recovery-image] Feb 24 02:32:30.319 INFO O| Feb 24 02:32:30.319 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-02-24T02:32:30.310Z[ recovery-image] Feb 24 02:32:30.334 INFO O| Feb 24 02:32:30.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48972026-02-24T02:32:30.310Z[ recovery-image] Feb 24 02:32:30.335 INFO O| Feb 24 02:32:30.335 INFO STEP 32 (remove_files) COMPLETE
48982026-02-24T02:32:30.310Z[ recovery-image] Feb 24 02:32:30.335 INFO O| Feb 24 02:32:30.335 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-02-24T02:32:30.334Z[ recovery-image] Feb 24 02:32:30.355 INFO O| Feb 24 02:32:30.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49002026-02-24T02:32:30.334Z[ recovery-image] Feb 24 02:32:30.355 INFO O| Feb 24 02:32:30.355 INFO STEP 33 (remove_files) COMPLETE
49012026-02-24T02:32:30.334Z[ recovery-image] Feb 24 02:32:30.355 INFO O| Feb 24 02:32:30.355 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-02-24T02:32:30.334Z[ recovery-image] Feb 24 02:32:30.371 INFO O| Feb 24 02:32:30.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49032026-02-24T02:32:30.334Z[ recovery-image] Feb 24 02:32:30.371 INFO O| Feb 24 02:32:30.371 INFO STEP 34 (remove_files) COMPLETE
49042026-02-24T02:32:30.334Z[ recovery-image] Feb 24 02:32:30.371 INFO O| Feb 24 02:32:30.371 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-02-24T02:32:30.357Z[ recovery-image] Feb 24 02:32:30.386 INFO O| Feb 24 02:32:30.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49062026-02-24T02:32:30.357Z[ recovery-image] Feb 24 02:32:30.386 INFO O| Feb 24 02:32:30.386 INFO STEP 35 (remove_files) COMPLETE
49072026-02-24T02:32:30.358Z[ recovery-image] Feb 24 02:32:30.386 INFO O| Feb 24 02:32:30.386 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-02-24T02:32:30.358Z[ recovery-image] Feb 24 02:32:30.399 INFO O| Feb 24 02:32:30.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49092026-02-24T02:32:30.358Z[ recovery-image] Feb 24 02:32:30.399 INFO O| Feb 24 02:32:30.399 INFO STEP 36 (remove_files) COMPLETE
49102026-02-24T02:32:30.358Z[ recovery-image] Feb 24 02:32:30.399 INFO O| Feb 24 02:32:30.399 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-02-24T02:32:30.382Z[ recovery-image] Feb 24 02:32:30.416 INFO O| Feb 24 02:32:30.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49122026-02-24T02:32:30.382Z[ recovery-image] Feb 24 02:32:30.417 INFO O| Feb 24 02:32:30.417 INFO STEP 37 (remove_files) COMPLETE
49132026-02-24T02:32:30.382Z[ recovery-image] Feb 24 02:32:30.417 INFO O| Feb 24 02:32:30.417 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-02-24T02:32:30.406Z[ recovery-image] Feb 24 02:32:30.436 INFO O| Feb 24 02:32:30.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49152026-02-24T02:32:30.406Z[ recovery-image] Feb 24 02:32:30.437 INFO O| Feb 24 02:32:30.437 INFO STEP 38 (remove_files) COMPLETE
49162026-02-24T02:32:30.406Z[ recovery-image] Feb 24 02:32:30.437 INFO O| Feb 24 02:32:30.437 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-02-24T02:32:30.431Z[ recovery-image] Feb 24 02:32:30.457 INFO O| Feb 24 02:32:30.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49182026-02-24T02:32:30.431Z[ recovery-image] Feb 24 02:32:30.457 INFO O| Feb 24 02:32:30.457 INFO STEP 39 (remove_files) COMPLETE
49192026-02-24T02:32:30.431Z[ recovery-image] Feb 24 02:32:30.457 INFO O| Feb 24 02:32:30.457 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-02-24T02:32:30.455Z[ recovery-image] Feb 24 02:32:30.474 INFO O| Feb 24 02:32:30.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49212026-02-24T02:32:30.455Z[ recovery-image] Feb 24 02:32:30.474 INFO O| Feb 24 02:32:30.474 INFO STEP 40 (remove_files) COMPLETE
49222026-02-24T02:32:30.455Z[ recovery-image] Feb 24 02:32:30.474 INFO O| Feb 24 02:32:30.474 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-02-24T02:32:30.455Z[ recovery-image] Feb 24 02:32:30.487 INFO O| Feb 24 02:32:30.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49242026-02-24T02:32:30.455Z[ recovery-image] Feb 24 02:32:30.487 INFO O| Feb 24 02:32:30.487 INFO STEP 41 (remove_files) COMPLETE
49252026-02-24T02:32:30.455Z[ recovery-image] Feb 24 02:32:30.487 INFO O| Feb 24 02:32:30.487 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-02-24T02:32:30.508Z[ recovery-image] Feb 24 02:32:30.500 INFO O| Feb 24 02:32:30.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49272026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.501 INFO O| Feb 24 02:32:30.500 INFO STEP 42 (remove_files) COMPLETE
49282026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.501 INFO O| Feb 24 02:32:30.500 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.515 INFO O| Feb 24 02:32:30.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49302026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.515 INFO O| Feb 24 02:32:30.515 INFO STEP 43 (remove_files) COMPLETE
49312026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.515 INFO O| Feb 24 02:32:30.515 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.539 INFO O| Feb 24 02:32:30.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49332026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.539 INFO O| Feb 24 02:32:30.539 INFO STEP 44 (remove_files) COMPLETE
49342026-02-24T02:32:30.509Z[ recovery-image] Feb 24 02:32:30.539 INFO O| Feb 24 02:32:30.539 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-02-24T02:32:30.534Z[ recovery-image] Feb 24 02:32:30.558 INFO O| Feb 24 02:32:30.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49362026-02-24T02:32:30.534Z[ recovery-image] Feb 24 02:32:30.558 INFO O| Feb 24 02:32:30.558 INFO STEP 45 (remove_files) COMPLETE
49372026-02-24T02:32:30.534Z[ recovery-image] Feb 24 02:32:30.558 INFO O| Feb 24 02:32:30.558 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-02-24T02:32:30.558Z[ recovery-image] Feb 24 02:32:30.579 INFO O| Feb 24 02:32:30.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49392026-02-24T02:32:30.558Z[ recovery-image] Feb 24 02:32:30.579 INFO O| Feb 24 02:32:30.579 INFO STEP 46 (remove_files) COMPLETE
49402026-02-24T02:32:30.558Z[ recovery-image] Feb 24 02:32:30.579 INFO O| Feb 24 02:32:30.579 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-02-24T02:32:30.558Z[ recovery-image] Feb 24 02:32:30.599 INFO O| Feb 24 02:32:30.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49422026-02-24T02:32:30.558Z[ recovery-image] Feb 24 02:32:30.599 INFO O| Feb 24 02:32:30.599 INFO STEP 47 (remove_files) COMPLETE
49432026-02-24T02:32:30.582Z[ recovery-image] Feb 24 02:32:30.600 INFO O| Feb 24 02:32:30.599 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-02-24T02:32:30.582Z[ recovery-image] Feb 24 02:32:30.615 INFO O| Feb 24 02:32:30.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49452026-02-24T02:32:30.582Z[ recovery-image] Feb 24 02:32:30.616 INFO O| Feb 24 02:32:30.615 INFO STEP 48 (remove_files) COMPLETE
49462026-02-24T02:32:30.582Z[ recovery-image] Feb 24 02:32:30.616 INFO O| Feb 24 02:32:30.616 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-02-24T02:32:30.606Z[ recovery-image] Feb 24 02:32:30.636 INFO O| Feb 24 02:32:30.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49482026-02-24T02:32:30.606Z[ recovery-image] Feb 24 02:32:30.636 INFO O| Feb 24 02:32:30.636 INFO STEP 49 (remove_files) COMPLETE
49492026-02-24T02:32:30.606Z[ recovery-image] Feb 24 02:32:30.636 INFO O| Feb 24 02:32:30.636 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-02-24T02:32:30.631Z[ recovery-image] Feb 24 02:32:30.656 INFO O| Feb 24 02:32:30.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49512026-02-24T02:32:30.631Z[ recovery-image] Feb 24 02:32:30.657 INFO O| Feb 24 02:32:30.656 INFO STEP 50 (remove_files) COMPLETE
49522026-02-24T02:32:30.631Z[ recovery-image] Feb 24 02:32:30.657 INFO O| Feb 24 02:32:30.656 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-02-24T02:32:30.631Z[ recovery-image] Feb 24 02:32:30.671 INFO O| Feb 24 02:32:30.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49542026-02-24T02:32:30.631Z[ recovery-image] Feb 24 02:32:30.671 INFO O| Feb 24 02:32:30.671 INFO STEP 51 (remove_files) COMPLETE
49552026-02-24T02:32:30.631Z[ recovery-image] Feb 24 02:32:30.671 INFO O| Feb 24 02:32:30.671 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-02-24T02:32:30.655Z[ recovery-image] Feb 24 02:32:30.690 INFO O| Feb 24 02:32:30.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49572026-02-24T02:32:30.655Z[ recovery-image] Feb 24 02:32:30.691 INFO O| Feb 24 02:32:30.690 INFO STEP 52 (remove_files) COMPLETE
49582026-02-24T02:32:30.655Z[ recovery-image] Feb 24 02:32:30.691 INFO O| Feb 24 02:32:30.690 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-02-24T02:32:30.679Z[ recovery-image] Feb 24 02:32:30.709 INFO O| Feb 24 02:32:30.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49602026-02-24T02:32:30.679Z[ recovery-image] Feb 24 02:32:30.709 INFO O| Feb 24 02:32:30.709 INFO STEP 53 (remove_files) COMPLETE
49612026-02-24T02:32:30.679Z[ recovery-image] Feb 24 02:32:30.709 INFO O| Feb 24 02:32:30.709 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-02-24T02:32:30.704Z[ recovery-image] Feb 24 02:32:30.730 INFO O| Feb 24 02:32:30.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49632026-02-24T02:32:30.704Z[ recovery-image] Feb 24 02:32:30.730 INFO O| Feb 24 02:32:30.730 INFO STEP 54 (remove_files) COMPLETE
49642026-02-24T02:32:30.704Z[ recovery-image] Feb 24 02:32:30.730 INFO O| Feb 24 02:32:30.730 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-02-24T02:32:30.728Z[ recovery-image] Feb 24 02:32:30.753 INFO O| Feb 24 02:32:30.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49662026-02-24T02:32:30.728Z[ recovery-image] Feb 24 02:32:30.753 INFO O| Feb 24 02:32:30.753 INFO STEP 55 (remove_files) COMPLETE
49672026-02-24T02:32:30.728Z[ recovery-image] Feb 24 02:32:30.753 INFO O| Feb 24 02:32:30.753 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-02-24T02:32:30.752Z[ recovery-image] Feb 24 02:32:30.775 INFO O| Feb 24 02:32:30.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49692026-02-24T02:32:30.752Z[ recovery-image] Feb 24 02:32:30.775 INFO O| Feb 24 02:32:30.775 INFO STEP 56 (remove_files) COMPLETE
49702026-02-24T02:32:30.752Z[ recovery-image] Feb 24 02:32:30.775 INFO O| Feb 24 02:32:30.775 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-02-24T02:32:30.776Z[ recovery-image] Feb 24 02:32:30.795 INFO O| Feb 24 02:32:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49722026-02-24T02:32:30.776Z[ recovery-image] Feb 24 02:32:30.795 INFO O| Feb 24 02:32:30.795 INFO STEP 57 (remove_files) COMPLETE
49732026-02-24T02:32:30.777Z[ recovery-image] Feb 24 02:32:30.795 INFO O| Feb 24 02:32:30.795 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-02-24T02:32:30.777Z[ recovery-image] Feb 24 02:32:30.814 INFO O| Feb 24 02:32:30.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49752026-02-24T02:32:30.777Z[ recovery-image] Feb 24 02:32:30.814 INFO O| Feb 24 02:32:30.814 INFO STEP 58 (remove_files) COMPLETE
49762026-02-24T02:32:30.777Z[ recovery-image] Feb 24 02:32:30.814 INFO O| Feb 24 02:32:30.814 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-02-24T02:32:30.800Z[ recovery-image] Feb 24 02:32:30.832 INFO O| Feb 24 02:32:30.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49782026-02-24T02:32:30.800Z[ recovery-image] Feb 24 02:32:30.832 INFO O| Feb 24 02:32:30.832 INFO STEP 59 (remove_files) COMPLETE
49792026-02-24T02:32:30.800Z[ recovery-image] Feb 24 02:32:30.832 INFO O| Feb 24 02:32:30.832 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-02-24T02:32:30.824Z[ recovery-image] Feb 24 02:32:30.851 INFO O| Feb 24 02:32:30.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49812026-02-24T02:32:30.824Z[ recovery-image] Feb 24 02:32:30.851 INFO O| Feb 24 02:32:30.851 INFO STEP 60 (remove_files) COMPLETE
49822026-02-24T02:32:30.824Z[ recovery-image] Feb 24 02:32:30.851 INFO O| Feb 24 02:32:30.851 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-02-24T02:32:30.849Z[ recovery-image] Feb 24 02:32:30.869 INFO O| Feb 24 02:32:30.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49842026-02-24T02:32:30.849Z[ recovery-image] Feb 24 02:32:30.869 INFO O| Feb 24 02:32:30.869 INFO STEP 61 (remove_files) COMPLETE
49852026-02-24T02:32:30.849Z[ recovery-image] Feb 24 02:32:30.869 INFO O| Feb 24 02:32:30.869 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-02-24T02:32:30.849Z[ recovery-image] Feb 24 02:32:30.886 INFO O| Feb 24 02:32:30.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49872026-02-24T02:32:30.849Z[ recovery-image] Feb 24 02:32:30.886 INFO O| Feb 24 02:32:30.886 INFO STEP 62 (remove_files) COMPLETE
49882026-02-24T02:32:30.849Z[ recovery-image] Feb 24 02:32:30.886 INFO O| Feb 24 02:32:30.886 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-02-24T02:32:30.873Z[ recovery-image] Feb 24 02:32:30.901 INFO O| Feb 24 02:32:30.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49902026-02-24T02:32:30.873Z[ recovery-image] Feb 24 02:32:30.901 INFO O| Feb 24 02:32:30.901 INFO STEP 63 (remove_files) COMPLETE
49912026-02-24T02:32:30.873Z[ recovery-image] Feb 24 02:32:30.901 INFO O| Feb 24 02:32:30.901 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-02-24T02:32:30.899Z[ recovery-image] Feb 24 02:32:30.917 INFO O| Feb 24 02:32:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49932026-02-24T02:32:30.899Z[ recovery-image] Feb 24 02:32:30.917 INFO O| Feb 24 02:32:30.917 INFO STEP 64 (remove_files) COMPLETE
49942026-02-24T02:32:30.899Z[ recovery-image] Feb 24 02:32:30.917 INFO O| Feb 24 02:32:30.917 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-02-24T02:32:30.899Z[ recovery-image] Feb 24 02:32:30.930 INFO O| Feb 24 02:32:30.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49962026-02-24T02:32:30.899Z[ recovery-image] Feb 24 02:32:30.930 INFO O| Feb 24 02:32:30.930 INFO STEP 65 (remove_files) COMPLETE
49972026-02-24T02:32:30.899Z[ recovery-image] Feb 24 02:32:30.930 INFO O| Feb 24 02:32:30.930 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-02-24T02:32:30.924Z[ recovery-image] Feb 24 02:32:30.954 INFO O| Feb 24 02:32:30.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49992026-02-24T02:32:30.924Z[ recovery-image] Feb 24 02:32:30.954 INFO O| Feb 24 02:32:30.954 INFO STEP 66 (remove_files) COMPLETE
50002026-02-24T02:32:30.924Z[ recovery-image] Feb 24 02:32:30.954 INFO O| Feb 24 02:32:30.954 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-02-24T02:32:30.948Z[ recovery-image] Feb 24 02:32:30.975 INFO O| Feb 24 02:32:30.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50022026-02-24T02:32:30.948Z[ recovery-image] Feb 24 02:32:30.975 INFO O| Feb 24 02:32:30.975 INFO STEP 67 (remove_files) COMPLETE
50032026-02-24T02:32:30.949Z[ recovery-image] Feb 24 02:32:30.975 INFO O| Feb 24 02:32:30.975 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-02-24T02:32:30.972Z[ recovery-image] Feb 24 02:32:30.995 INFO O| Feb 24 02:32:30.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50052026-02-24T02:32:30.973Z[ recovery-image] Feb 24 02:32:30.995 INFO O| Feb 24 02:32:30.995 INFO STEP 68 (remove_files) COMPLETE
50062026-02-24T02:32:30.973Z[ recovery-image] Feb 24 02:32:30.995 INFO O| Feb 24 02:32:30.995 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-02-24T02:32:30.973Z[ recovery-image] Feb 24 02:32:31.014 INFO O| Feb 24 02:32:31.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50082026-02-24T02:32:30.973Z[ recovery-image] Feb 24 02:32:31.014 INFO O| Feb 24 02:32:31.014 INFO STEP 69 (remove_files) COMPLETE
50092026-02-24T02:32:30.973Z[ recovery-image] Feb 24 02:32:31.014 INFO O| Feb 24 02:32:31.014 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-02-24T02:32:30.997Z[ recovery-image] Feb 24 02:32:31.034 INFO O| Feb 24 02:32:31.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50112026-02-24T02:32:30.997Z[ recovery-image] Feb 24 02:32:31.035 INFO O| Feb 24 02:32:31.034 INFO STEP 70 (remove_files) COMPLETE
50122026-02-24T02:32:30.997Z[ recovery-image] Feb 24 02:32:31.035 INFO O| Feb 24 02:32:31.034 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-02-24T02:32:31.021Z[ recovery-image] Feb 24 02:32:31.052 INFO O| Feb 24 02:32:31.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50142026-02-24T02:32:31.021Z[ recovery-image] Feb 24 02:32:31.052 INFO O| Feb 24 02:32:31.052 INFO STEP 71 (remove_files) COMPLETE
50152026-02-24T02:32:31.021Z[ recovery-image] Feb 24 02:32:31.052 INFO O| Feb 24 02:32:31.052 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-02-24T02:32:31.046Z[ recovery-image] Feb 24 02:32:31.074 INFO O| Feb 24 02:32:31.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50172026-02-24T02:32:31.046Z[ recovery-image] Feb 24 02:32:31.074 INFO O| Feb 24 02:32:31.074 INFO STEP 72 (remove_files) COMPLETE
50182026-02-24T02:32:31.046Z[ recovery-image] Feb 24 02:32:31.074 INFO O| Feb 24 02:32:31.074 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-02-24T02:32:31.070Z[ recovery-image] Feb 24 02:32:31.090 INFO O| Feb 24 02:32:31.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50202026-02-24T02:32:31.070Z[ recovery-image] Feb 24 02:32:31.090 INFO O| Feb 24 02:32:31.090 INFO STEP 73 (remove_files) COMPLETE
50212026-02-24T02:32:31.070Z[ recovery-image] Feb 24 02:32:31.090 INFO O| Feb 24 02:32:31.090 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-02-24T02:32:31.070Z[ recovery-image] Feb 24 02:32:31.107 INFO O| Feb 24 02:32:31.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50232026-02-24T02:32:31.070Z[ recovery-image] Feb 24 02:32:31.107 INFO O| Feb 24 02:32:31.107 INFO STEP 74 (remove_files) COMPLETE
50242026-02-24T02:32:31.070Z[ recovery-image] Feb 24 02:32:31.107 INFO O| Feb 24 02:32:31.107 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-02-24T02:32:31.094Z[ recovery-image] Feb 24 02:32:31.122 INFO O| Feb 24 02:32:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50262026-02-24T02:32:31.094Z[ recovery-image] Feb 24 02:32:31.122 INFO O| Feb 24 02:32:31.122 INFO STEP 75 (remove_files) COMPLETE
50272026-02-24T02:32:31.094Z[ recovery-image] Feb 24 02:32:31.122 INFO O| Feb 24 02:32:31.122 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-02-24T02:32:31.119Z[ recovery-image] Feb 24 02:32:31.136 INFO O| Feb 24 02:32:31.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50292026-02-24T02:32:31.119Z[ recovery-image] Feb 24 02:32:31.136 INFO O| Feb 24 02:32:31.136 INFO STEP 76 (remove_files) COMPLETE
50302026-02-24T02:32:31.119Z[ recovery-image] Feb 24 02:32:31.136 INFO O| Feb 24 02:32:31.136 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-02-24T02:32:31.119Z[ recovery-image] Feb 24 02:32:31.150 INFO O| Feb 24 02:32:31.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50322026-02-24T02:32:31.119Z[ recovery-image] Feb 24 02:32:31.150 INFO O| Feb 24 02:32:31.150 INFO STEP 77 (remove_files) COMPLETE
50332026-02-24T02:32:31.119Z[ recovery-image] Feb 24 02:32:31.150 INFO O| Feb 24 02:32:31.150 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-02-24T02:32:31.143Z[ recovery-image] Feb 24 02:32:31.162 INFO O| Feb 24 02:32:31.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50352026-02-24T02:32:31.143Z[ recovery-image] Feb 24 02:32:31.162 INFO O| Feb 24 02:32:31.162 INFO STEP 78 (remove_files) COMPLETE
50362026-02-24T02:32:31.143Z[ recovery-image] Feb 24 02:32:31.162 INFO O| Feb 24 02:32:31.162 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-02-24T02:32:31.143Z[ recovery-image] Feb 24 02:32:31.174 INFO O| Feb 24 02:32:31.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50382026-02-24T02:32:31.143Z[ recovery-image] Feb 24 02:32:31.174 INFO O| Feb 24 02:32:31.174 INFO STEP 79 (remove_files) COMPLETE
50392026-02-24T02:32:31.143Z[ recovery-image] Feb 24 02:32:31.174 INFO O| Feb 24 02:32:31.174 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-02-24T02:32:31.167Z[ recovery-image] Feb 24 02:32:31.187 INFO O| Feb 24 02:32:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50412026-02-24T02:32:31.167Z[ recovery-image] Feb 24 02:32:31.187 INFO O| Feb 24 02:32:31.187 INFO STEP 80 (remove_files) COMPLETE
50422026-02-24T02:32:31.167Z[ recovery-image] Feb 24 02:32:31.187 INFO O| Feb 24 02:32:31.187 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-02-24T02:32:31.167Z[ recovery-image] Feb 24 02:32:31.201 INFO O| Feb 24 02:32:31.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50442026-02-24T02:32:31.167Z[ recovery-image] Feb 24 02:32:31.201 INFO O| Feb 24 02:32:31.201 INFO STEP 81 (remove_files) COMPLETE
50452026-02-24T02:32:31.167Z[ recovery-image] Feb 24 02:32:31.201 INFO O| Feb 24 02:32:31.201 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-02-24T02:32:31.192Z[ recovery-image] Feb 24 02:32:31.213 INFO O| Feb 24 02:32:31.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50472026-02-24T02:32:31.192Z[ recovery-image] Feb 24 02:32:31.214 INFO O| Feb 24 02:32:31.213 INFO STEP 82 (remove_files) COMPLETE
50482026-02-24T02:32:31.192Z[ recovery-image] Feb 24 02:32:31.214 INFO O| Feb 24 02:32:31.214 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-02-24T02:32:31.193Z[ recovery-image] Feb 24 02:32:31.229 INFO O| Feb 24 02:32:31.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50502026-02-24T02:32:31.193Z[ recovery-image] Feb 24 02:32:31.229 INFO O| Feb 24 02:32:31.229 INFO STEP 83 (remove_files) COMPLETE
50512026-02-24T02:32:31.193Z[ recovery-image] Feb 24 02:32:31.229 INFO O| Feb 24 02:32:31.229 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-02-24T02:32:31.217Z[ recovery-image] Feb 24 02:32:31.243 INFO O| Feb 24 02:32:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50532026-02-24T02:32:31.217Z[ recovery-image] Feb 24 02:32:31.243 INFO O| Feb 24 02:32:31.243 INFO STEP 84 (remove_files) COMPLETE
50542026-02-24T02:32:31.217Z[ recovery-image] Feb 24 02:32:31.243 INFO O| Feb 24 02:32:31.243 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-02-24T02:32:31.217Z[ recovery-image] Feb 24 02:32:31.258 INFO O| Feb 24 02:32:31.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50562026-02-24T02:32:31.217Z[ recovery-image] Feb 24 02:32:31.258 INFO O| Feb 24 02:32:31.258 INFO STEP 85 (remove_files) COMPLETE
50572026-02-24T02:32:31.217Z[ recovery-image] Feb 24 02:32:31.258 INFO O| Feb 24 02:32:31.258 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-02-24T02:32:31.242Z[ recovery-image] Feb 24 02:32:31.280 INFO O| Feb 24 02:32:31.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50592026-02-24T02:32:31.242Z[ recovery-image] Feb 24 02:32:31.281 INFO O| Feb 24 02:32:31.281 INFO STEP 86 (remove_files) COMPLETE
50602026-02-24T02:32:31.242Z[ recovery-image] Feb 24 02:32:31.281 INFO O| Feb 24 02:32:31.281 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-02-24T02:32:31.266Z[ recovery-image] Feb 24 02:32:31.304 INFO O| Feb 24 02:32:31.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50622026-02-24T02:32:31.266Z[ recovery-image] Feb 24 02:32:31.304 INFO O| Feb 24 02:32:31.304 INFO STEP 87 (remove_files) COMPLETE
50632026-02-24T02:32:31.266Z[ recovery-image] Feb 24 02:32:31.304 INFO O| Feb 24 02:32:31.304 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-02-24T02:32:31.290Z[ recovery-image] Feb 24 02:32:31.325 INFO O| Feb 24 02:32:31.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50652026-02-24T02:32:31.290Z[ recovery-image] Feb 24 02:32:31.326 INFO O| Feb 24 02:32:31.325 INFO STEP 88 (remove_files) COMPLETE
50662026-02-24T02:32:31.330Z[ recovery-image] Feb 24 02:32:31.326 INFO O| Feb 24 02:32:31.326 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-02-24T02:32:31.330Z[ recovery-image] Feb 24 02:32:31.348 INFO O| Feb 24 02:32:31.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50682026-02-24T02:32:31.330Z[ recovery-image] Feb 24 02:32:31.349 INFO O| Feb 24 02:32:31.348 INFO STEP 89 (remove_files) COMPLETE
50692026-02-24T02:32:31.331Z[ recovery-image] Feb 24 02:32:31.349 INFO O| Feb 24 02:32:31.348 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-02-24T02:32:31.331Z[ recovery-image] Feb 24 02:32:31.366 INFO O| Feb 24 02:32:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50712026-02-24T02:32:31.331Z[ recovery-image] Feb 24 02:32:31.366 INFO O| Feb 24 02:32:31.366 INFO STEP 90 (remove_files) COMPLETE
50722026-02-24T02:32:31.331Z[ recovery-image] Feb 24 02:32:31.366 INFO O| Feb 24 02:32:31.366 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-02-24T02:32:31.358Z[ recovery-image] Feb 24 02:32:31.386 INFO O| Feb 24 02:32:31.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50742026-02-24T02:32:31.358Z[ recovery-image] Feb 24 02:32:31.386 INFO O| Feb 24 02:32:31.386 INFO STEP 91 (remove_files) COMPLETE
50752026-02-24T02:32:31.358Z[ recovery-image] Feb 24 02:32:31.386 INFO O| Feb 24 02:32:31.386 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-02-24T02:32:31.382Z[ recovery-image] Feb 24 02:32:31.407 INFO O| Feb 24 02:32:31.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50772026-02-24T02:32:31.382Z[ recovery-image] Feb 24 02:32:31.407 INFO O| Feb 24 02:32:31.407 INFO STEP 92 (remove_files) COMPLETE
50782026-02-24T02:32:31.382Z[ recovery-image] Feb 24 02:32:31.407 INFO O| Feb 24 02:32:31.407 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-02-24T02:32:31.406Z[ recovery-image] Feb 24 02:32:31.425 INFO O| Feb 24 02:32:31.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50802026-02-24T02:32:31.406Z[ recovery-image] Feb 24 02:32:31.425 INFO O| Feb 24 02:32:31.425 INFO STEP 93 (remove_files) COMPLETE
50812026-02-24T02:32:31.406Z[ recovery-image] Feb 24 02:32:31.425 INFO O| Feb 24 02:32:31.425 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-02-24T02:32:31.406Z[ recovery-image] Feb 24 02:32:31.439 INFO O| Feb 24 02:32:31.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50832026-02-24T02:32:31.406Z[ recovery-image] Feb 24 02:32:31.439 INFO O| Feb 24 02:32:31.439 INFO STEP 94 (remove_files) COMPLETE
50842026-02-24T02:32:31.406Z[ recovery-image] Feb 24 02:32:31.439 INFO O| Feb 24 02:32:31.439 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-02-24T02:32:31.430Z[ recovery-image] Feb 24 02:32:31.452 INFO O| Feb 24 02:32:31.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50862026-02-24T02:32:31.430Z[ recovery-image] Feb 24 02:32:31.452 INFO O| Feb 24 02:32:31.452 INFO STEP 95 (remove_files) COMPLETE
50872026-02-24T02:32:31.430Z[ recovery-image] Feb 24 02:32:31.452 INFO O| Feb 24 02:32:31.452 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-02-24T02:32:31.430Z[ recovery-image] Feb 24 02:32:31.464 INFO O| Feb 24 02:32:31.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50892026-02-24T02:32:31.430Z[ recovery-image] Feb 24 02:32:31.464 INFO O| Feb 24 02:32:31.464 INFO STEP 96 (remove_files) COMPLETE
50902026-02-24T02:32:31.430Z[ recovery-image] Feb 24 02:32:31.464 INFO O| Feb 24 02:32:31.464 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-02-24T02:32:31.455Z[ recovery-image] Feb 24 02:32:31.476 INFO O| Feb 24 02:32:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50922026-02-24T02:32:31.455Z[ recovery-image] Feb 24 02:32:31.476 INFO O| Feb 24 02:32:31.476 INFO STEP 97 (remove_files) COMPLETE
50932026-02-24T02:32:31.455Z[ recovery-image] Feb 24 02:32:31.476 INFO O| Feb 24 02:32:31.476 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-02-24T02:32:31.455Z[ recovery-image] Feb 24 02:32:31.488 INFO O| Feb 24 02:32:31.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50952026-02-24T02:32:31.455Z[ recovery-image] Feb 24 02:32:31.488 INFO O| Feb 24 02:32:31.488 INFO STEP 98 (remove_files) COMPLETE
50962026-02-24T02:32:31.455Z[ recovery-image] Feb 24 02:32:31.488 INFO O| Feb 24 02:32:31.488 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-02-24T02:32:31.479Z[ recovery-image] Feb 24 02:32:31.504 INFO O| Feb 24 02:32:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50982026-02-24T02:32:31.479Z[ recovery-image] Feb 24 02:32:31.504 INFO O| Feb 24 02:32:31.504 INFO STEP 99 (remove_files) COMPLETE
50992026-02-24T02:32:31.479Z[ recovery-image] Feb 24 02:32:31.504 INFO O| Feb 24 02:32:31.504 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-02-24T02:32:31.479Z[ recovery-image] Feb 24 02:32:31.518 INFO O| Feb 24 02:32:31.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51012026-02-24T02:32:31.479Z[ recovery-image] Feb 24 02:32:31.518 INFO O| Feb 24 02:32:31.518 INFO STEP 100 (remove_files) COMPLETE
51022026-02-24T02:32:31.479Z[ recovery-image] Feb 24 02:32:31.518 INFO O| Feb 24 02:32:31.518 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-02-24T02:32:31.503Z[ recovery-image] Feb 24 02:32:31.536 INFO O| Feb 24 02:32:31.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51042026-02-24T02:32:31.503Z[ recovery-image] Feb 24 02:32:31.536 INFO O| Feb 24 02:32:31.536 INFO STEP 101 (remove_files) COMPLETE
51052026-02-24T02:32:31.503Z[ recovery-image] Feb 24 02:32:31.536 INFO O| Feb 24 02:32:31.536 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-02-24T02:32:31.527Z[ recovery-image] Feb 24 02:32:31.550 INFO O| Feb 24 02:32:31.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51072026-02-24T02:32:31.527Z[ recovery-image] Feb 24 02:32:31.550 INFO O| Feb 24 02:32:31.550 INFO STEP 102 (remove_files) COMPLETE
51082026-02-24T02:32:31.527Z[ recovery-image] Feb 24 02:32:31.550 INFO O| Feb 24 02:32:31.550 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-02-24T02:32:31.527Z[ recovery-image] Feb 24 02:32:31.567 INFO O| Feb 24 02:32:31.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51102026-02-24T02:32:31.527Z[ recovery-image] Feb 24 02:32:31.568 INFO O| Feb 24 02:32:31.568 INFO STEP 103 (remove_files) COMPLETE
51112026-02-24T02:32:31.527Z[ recovery-image] Feb 24 02:32:31.568 INFO O| Feb 24 02:32:31.568 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-02-24T02:32:31.552Z[ recovery-image] Feb 24 02:32:31.585 INFO O| Feb 24 02:32:31.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51132026-02-24T02:32:31.552Z[ recovery-image] Feb 24 02:32:31.586 INFO O| Feb 24 02:32:31.586 INFO STEP 104 (remove_files) COMPLETE
51142026-02-24T02:32:31.552Z[ recovery-image] Feb 24 02:32:31.586 INFO O| Feb 24 02:32:31.586 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-02-24T02:32:31.576Z[ recovery-image] Feb 24 02:32:31.598 INFO O| Feb 24 02:32:31.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51162026-02-24T02:32:31.576Z[ recovery-image] Feb 24 02:32:31.598 INFO O| Feb 24 02:32:31.598 INFO STEP 105 (remove_files) COMPLETE
51172026-02-24T02:32:31.576Z[ recovery-image] Feb 24 02:32:31.598 INFO O| Feb 24 02:32:31.598 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-02-24T02:32:31.576Z[ recovery-image] Feb 24 02:32:31.613 INFO O| Feb 24 02:32:31.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51192026-02-24T02:32:31.576Z[ recovery-image] Feb 24 02:32:31.613 INFO O| Feb 24 02:32:31.613 INFO STEP 106 (remove_files) COMPLETE
51202026-02-24T02:32:31.576Z[ recovery-image] Feb 24 02:32:31.613 INFO O| Feb 24 02:32:31.613 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-02-24T02:32:31.601Z[ recovery-image] Feb 24 02:32:31.630 INFO O| Feb 24 02:32:31.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51222026-02-24T02:32:31.601Z[ recovery-image] Feb 24 02:32:31.630 INFO O| Feb 24 02:32:31.630 INFO STEP 107 (remove_files) COMPLETE
51232026-02-24T02:32:31.601Z[ recovery-image] Feb 24 02:32:31.630 INFO O| Feb 24 02:32:31.630 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-02-24T02:32:31.625Z[ recovery-image] Feb 24 02:32:31.646 INFO O| Feb 24 02:32:31.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51252026-02-24T02:32:31.625Z[ recovery-image] Feb 24 02:32:31.646 INFO O| Feb 24 02:32:31.646 INFO STEP 108 (remove_files) COMPLETE
51262026-02-24T02:32:31.625Z[ recovery-image] Feb 24 02:32:31.646 INFO O| Feb 24 02:32:31.646 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-02-24T02:32:31.649Z[ recovery-image] Feb 24 02:32:31.668 INFO O| Feb 24 02:32:31.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51282026-02-24T02:32:31.649Z[ recovery-image] Feb 24 02:32:31.668 INFO O| Feb 24 02:32:31.668 INFO STEP 109 (remove_files) COMPLETE
51292026-02-24T02:32:31.649Z[ recovery-image] Feb 24 02:32:31.668 INFO O| Feb 24 02:32:31.668 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-02-24T02:32:31.649Z[ recovery-image] Feb 24 02:32:31.689 INFO O| Feb 24 02:32:31.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51312026-02-24T02:32:31.649Z[ recovery-image] Feb 24 02:32:31.689 INFO O| Feb 24 02:32:31.689 INFO STEP 110 (remove_files) COMPLETE
51322026-02-24T02:32:31.649Z[ recovery-image] Feb 24 02:32:31.690 INFO O| Feb 24 02:32:31.689 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-02-24T02:32:31.674Z[ recovery-image] Feb 24 02:32:31.706 INFO O| Feb 24 02:32:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51342026-02-24T02:32:31.674Z[ recovery-image] Feb 24 02:32:31.706 INFO O| Feb 24 02:32:31.706 INFO STEP 111 (remove_files) COMPLETE
51352026-02-24T02:32:31.674Z[ recovery-image] Feb 24 02:32:31.706 INFO O| Feb 24 02:32:31.706 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-02-24T02:32:31.698Z[ recovery-image] Feb 24 02:32:31.727 INFO O| Feb 24 02:32:31.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51372026-02-24T02:32:31.699Z[ recovery-image] Feb 24 02:32:31.727 INFO O| Feb 24 02:32:31.727 INFO STEP 112 (remove_files) COMPLETE
51382026-02-24T02:32:31.699Z[ recovery-image] Feb 24 02:32:31.727 INFO O| Feb 24 02:32:31.727 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-02-24T02:32:31.723Z[ recovery-image] Feb 24 02:32:31.744 INFO O| Feb 24 02:32:31.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51402026-02-24T02:32:31.723Z[ recovery-image] Feb 24 02:32:31.744 INFO O| Feb 24 02:32:31.744 INFO STEP 113 (remove_files) COMPLETE
51412026-02-24T02:32:31.723Z[ recovery-image] Feb 24 02:32:31.744 INFO O| Feb 24 02:32:31.744 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-02-24T02:32:31.747Z[ recovery-image] Feb 24 02:32:31.767 INFO O| Feb 24 02:32:31.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51432026-02-24T02:32:31.747Z[ recovery-image] Feb 24 02:32:31.768 INFO O| Feb 24 02:32:31.768 INFO STEP 114 (remove_files) COMPLETE
51442026-02-24T02:32:31.747Z[ recovery-image] Feb 24 02:32:31.768 INFO O| Feb 24 02:32:31.768 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-02-24T02:32:31.747Z[ recovery-image] Feb 24 02:32:31.788 INFO O| Feb 24 02:32:31.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51462026-02-24T02:32:31.747Z[ recovery-image] Feb 24 02:32:31.788 INFO O| Feb 24 02:32:31.788 INFO STEP 115 (remove_files) COMPLETE
51472026-02-24T02:32:31.747Z[ recovery-image] Feb 24 02:32:31.788 INFO O| Feb 24 02:32:31.788 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-02-24T02:32:31.771Z[ recovery-image] Feb 24 02:32:31.811 INFO O| Feb 24 02:32:31.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51492026-02-24T02:32:31.771Z[ recovery-image] Feb 24 02:32:31.811 INFO O| Feb 24 02:32:31.811 INFO STEP 116 (remove_files) COMPLETE
51502026-02-24T02:32:31.771Z[ recovery-image] Feb 24 02:32:31.811 INFO O| Feb 24 02:32:31.811 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-02-24T02:32:31.795Z[ recovery-image] Feb 24 02:32:31.833 INFO O| Feb 24 02:32:31.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51522026-02-24T02:32:31.795Z[ recovery-image] Feb 24 02:32:31.833 INFO O| Feb 24 02:32:31.833 INFO STEP 117 (remove_files) COMPLETE
51532026-02-24T02:32:31.796Z[ recovery-image] Feb 24 02:32:31.833 INFO O| Feb 24 02:32:31.833 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-02-24T02:32:31.819Z[ recovery-image] Feb 24 02:32:31.852 INFO O| Feb 24 02:32:31.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51552026-02-24T02:32:31.820Z[ recovery-image] Feb 24 02:32:31.852 INFO O| Feb 24 02:32:31.852 INFO STEP 118 (remove_files) COMPLETE
51562026-02-24T02:32:31.820Z[ recovery-image] Feb 24 02:32:31.852 INFO O| Feb 24 02:32:31.852 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-02-24T02:32:31.844Z[ recovery-image] Feb 24 02:32:31.871 INFO O| Feb 24 02:32:31.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51582026-02-24T02:32:31.844Z[ recovery-image] Feb 24 02:32:31.871 INFO O| Feb 24 02:32:31.871 INFO STEP 119 (remove_files) COMPLETE
51592026-02-24T02:32:31.844Z[ recovery-image] Feb 24 02:32:31.871 INFO O| Feb 24 02:32:31.871 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-02-24T02:32:31.868Z[ recovery-image] Feb 24 02:32:31.891 INFO O| Feb 24 02:32:31.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51612026-02-24T02:32:31.868Z[ recovery-image] Feb 24 02:32:31.891 INFO O| Feb 24 02:32:31.891 INFO STEP 120 (remove_files) COMPLETE
51622026-02-24T02:32:31.868Z[ recovery-image] Feb 24 02:32:31.891 INFO O| Feb 24 02:32:31.891 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-02-24T02:32:31.892Z[ recovery-image] Feb 24 02:32:31.917 INFO O| Feb 24 02:32:31.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51642026-02-24T02:32:31.892Z[ recovery-image] Feb 24 02:32:31.917 INFO O| Feb 24 02:32:31.917 INFO STEP 121 (remove_files) COMPLETE
51652026-02-24T02:32:31.892Z[ recovery-image] Feb 24 02:32:31.917 INFO O| Feb 24 02:32:31.917 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-02-24T02:32:31.916Z[ recovery-image] Feb 24 02:32:31.945 INFO O| Feb 24 02:32:31.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51672026-02-24T02:32:31.916Z[ recovery-image] Feb 24 02:32:31.945 INFO O| Feb 24 02:32:31.945 INFO STEP 122 (remove_files) COMPLETE
51682026-02-24T02:32:31.916Z[ recovery-image] Feb 24 02:32:31.945 INFO O| Feb 24 02:32:31.945 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-02-24T02:32:31.940Z[ recovery-image] Feb 24 02:32:31.969 INFO O| Feb 24 02:32:31.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51702026-02-24T02:32:31.940Z[ recovery-image] Feb 24 02:32:31.969 INFO O| Feb 24 02:32:31.969 INFO STEP 123 (remove_files) COMPLETE
51712026-02-24T02:32:31.940Z[ recovery-image] Feb 24 02:32:31.969 INFO O| Feb 24 02:32:31.969 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-02-24T02:32:31.963Z[ recovery-image] Feb 24 02:32:31.994 INFO O| Feb 24 02:32:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51732026-02-24T02:32:31.963Z[ recovery-image] Feb 24 02:32:31.994 INFO O| Feb 24 02:32:31.994 INFO STEP 124 (remove_files) COMPLETE
51742026-02-24T02:32:31.964Z[ recovery-image] Feb 24 02:32:31.994 INFO O| Feb 24 02:32:31.994 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-02-24T02:32:31.987Z[ recovery-image] Feb 24 02:32:32.018 INFO O| Feb 24 02:32:32.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51762026-02-24T02:32:31.987Z[ recovery-image] Feb 24 02:32:32.018 INFO O| Feb 24 02:32:32.018 INFO STEP 125 (remove_files) COMPLETE
51772026-02-24T02:32:31.987Z[ recovery-image] Feb 24 02:32:32.018 INFO O| Feb 24 02:32:32.018 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-02-24T02:32:32.011Z[ recovery-image] Feb 24 02:32:32.039 INFO O| Feb 24 02:32:32.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51792026-02-24T02:32:32.011Z[ recovery-image] Feb 24 02:32:32.039 INFO O| Feb 24 02:32:32.039 INFO STEP 126 (remove_files) COMPLETE
51802026-02-24T02:32:32.011Z[ recovery-image] Feb 24 02:32:32.039 INFO O| Feb 24 02:32:32.039 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-02-24T02:32:32.036Z[ recovery-image] Feb 24 02:32:32.058 INFO O| Feb 24 02:32:32.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51822026-02-24T02:32:32.036Z[ recovery-image] Feb 24 02:32:32.058 INFO O| Feb 24 02:32:32.058 INFO STEP 127 (remove_files) COMPLETE
51832026-02-24T02:32:32.036Z[ recovery-image] Feb 24 02:32:32.058 INFO O| Feb 24 02:32:32.058 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-02-24T02:32:32.036Z[ recovery-image] Feb 24 02:32:32.071 INFO O| Feb 24 02:32:32.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51852026-02-24T02:32:32.036Z[ recovery-image] Feb 24 02:32:32.071 INFO O| Feb 24 02:32:32.071 INFO STEP 128 (remove_files) COMPLETE
51862026-02-24T02:32:32.036Z[ recovery-image] Feb 24 02:32:32.071 INFO O| Feb 24 02:32:32.071 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-02-24T02:32:32.060Z[ recovery-image] Feb 24 02:32:32.090 INFO O| Feb 24 02:32:32.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51882026-02-24T02:32:32.060Z[ recovery-image] Feb 24 02:32:32.090 INFO O| Feb 24 02:32:32.090 INFO STEP 129 (remove_files) COMPLETE
51892026-02-24T02:32:32.060Z[ recovery-image] Feb 24 02:32:32.090 INFO O| Feb 24 02:32:32.090 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-02-24T02:32:32.084Z[ recovery-image] Feb 24 02:32:32.108 INFO O| Feb 24 02:32:32.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51912026-02-24T02:32:32.084Z[ recovery-image] Feb 24 02:32:32.108 INFO O| Feb 24 02:32:32.108 INFO STEP 130 (remove_files) COMPLETE
51922026-02-24T02:32:32.084Z[ recovery-image] Feb 24 02:32:32.108 INFO O| Feb 24 02:32:32.108 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-02-24T02:32:32.084Z[ recovery-image] Feb 24 02:32:32.124 INFO O| Feb 24 02:32:32.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51942026-02-24T02:32:32.084Z[ recovery-image] Feb 24 02:32:32.124 INFO O| Feb 24 02:32:32.124 INFO STEP 131 (remove_files) COMPLETE
51952026-02-24T02:32:32.084Z[ recovery-image] Feb 24 02:32:32.124 INFO O| Feb 24 02:32:32.124 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-02-24T02:32:32.108Z[ recovery-image] Feb 24 02:32:32.143 INFO O| Feb 24 02:32:32.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51972026-02-24T02:32:32.108Z[ recovery-image] Feb 24 02:32:32.143 INFO O| Feb 24 02:32:32.143 INFO STEP 132 (remove_files) COMPLETE
51982026-02-24T02:32:32.108Z[ recovery-image] Feb 24 02:32:32.143 INFO O| Feb 24 02:32:32.143 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-02-24T02:32:32.133Z[ recovery-image] Feb 24 02:32:32.162 INFO O| Feb 24 02:32:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52002026-02-24T02:32:32.133Z[ recovery-image] Feb 24 02:32:32.162 INFO O| Feb 24 02:32:32.162 INFO STEP 133 (remove_files) COMPLETE
52012026-02-24T02:32:32.133Z[ recovery-image] Feb 24 02:32:32.162 INFO O| Feb 24 02:32:32.162 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-02-24T02:32:32.157Z[ recovery-image] Feb 24 02:32:32.184 INFO O| Feb 24 02:32:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52032026-02-24T02:32:32.157Z[ recovery-image] Feb 24 02:32:32.185 INFO O| Feb 24 02:32:32.185 INFO STEP 134 (remove_files) COMPLETE
52042026-02-24T02:32:32.157Z[ recovery-image] Feb 24 02:32:32.185 INFO O| Feb 24 02:32:32.185 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-02-24T02:32:32.182Z[ recovery-image] Feb 24 02:32:32.204 INFO O| Feb 24 02:32:32.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52062026-02-24T02:32:32.182Z[ recovery-image] Feb 24 02:32:32.204 INFO O| Feb 24 02:32:32.204 INFO STEP 135 (remove_files) COMPLETE
52072026-02-24T02:32:32.182Z[ recovery-image] Feb 24 02:32:32.204 INFO O| Feb 24 02:32:32.204 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-02-24T02:32:32.182Z[ recovery-image] Feb 24 02:32:32.223 INFO O| Feb 24 02:32:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52092026-02-24T02:32:32.182Z[ recovery-image] Feb 24 02:32:32.223 INFO O| Feb 24 02:32:32.223 INFO STEP 136 (remove_files) COMPLETE
52102026-02-24T02:32:32.182Z[ recovery-image] Feb 24 02:32:32.223 INFO O| Feb 24 02:32:32.223 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-02-24T02:32:32.206Z[ recovery-image] Feb 24 02:32:32.245 INFO O| Feb 24 02:32:32.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52122026-02-24T02:32:32.206Z[ recovery-image] Feb 24 02:32:32.245 INFO O| Feb 24 02:32:32.245 INFO STEP 137 (remove_files) COMPLETE
52132026-02-24T02:32:32.206Z[ recovery-image] Feb 24 02:32:32.245 INFO O| Feb 24 02:32:32.245 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-02-24T02:32:32.230Z[ recovery-image] Feb 24 02:32:32.262 INFO O| Feb 24 02:32:32.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52152026-02-24T02:32:32.230Z[ recovery-image] Feb 24 02:32:32.262 INFO O| Feb 24 02:32:32.262 INFO STEP 138 (remove_files) COMPLETE
52162026-02-24T02:32:32.230Z[ recovery-image] Feb 24 02:32:32.262 INFO O| Feb 24 02:32:32.262 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-02-24T02:32:32.254Z[ recovery-image] Feb 24 02:32:32.285 INFO O| Feb 24 02:32:32.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52182026-02-24T02:32:32.254Z[ recovery-image] Feb 24 02:32:32.286 INFO O| Feb 24 02:32:32.286 INFO STEP 139 (remove_files) COMPLETE
52192026-02-24T02:32:32.254Z[ recovery-image] Feb 24 02:32:32.286 INFO O| Feb 24 02:32:32.286 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-02-24T02:32:32.278Z[ recovery-image] Feb 24 02:32:32.309 INFO O| Feb 24 02:32:32.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52212026-02-24T02:32:32.278Z[ recovery-image] Feb 24 02:32:32.309 INFO O| Feb 24 02:32:32.309 INFO STEP 140 (remove_files) COMPLETE
52222026-02-24T02:32:32.278Z[ recovery-image] Feb 24 02:32:32.309 INFO O| Feb 24 02:32:32.309 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-02-24T02:32:32.302Z[ recovery-image] Feb 24 02:32:32.331 INFO O| Feb 24 02:32:32.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52242026-02-24T02:32:32.302Z[ recovery-image] Feb 24 02:32:32.332 INFO O| Feb 24 02:32:32.332 INFO STEP 141 (remove_files) COMPLETE
52252026-02-24T02:32:32.302Z[ recovery-image] Feb 24 02:32:32.332 INFO O| Feb 24 02:32:32.332 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-02-24T02:32:32.326Z[ recovery-image] Feb 24 02:32:32.352 INFO O| Feb 24 02:32:32.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52272026-02-24T02:32:32.326Z[ recovery-image] Feb 24 02:32:32.352 INFO O| Feb 24 02:32:32.352 INFO STEP 142 (remove_files) COMPLETE
52282026-02-24T02:32:32.326Z[ recovery-image] Feb 24 02:32:32.352 INFO O| Feb 24 02:32:32.352 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-02-24T02:32:32.326Z[ recovery-image] Feb 24 02:32:32.367 INFO O| Feb 24 02:32:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52302026-02-24T02:32:32.326Z[ recovery-image] Feb 24 02:32:32.367 INFO O| Feb 24 02:32:32.367 INFO STEP 143 (remove_files) COMPLETE
52312026-02-24T02:32:32.326Z[ recovery-image] Feb 24 02:32:32.367 INFO O| Feb 24 02:32:32.367 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-02-24T02:32:32.351Z[ recovery-image] Feb 24 02:32:32.380 INFO O| Feb 24 02:32:32.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52332026-02-24T02:32:32.351Z[ recovery-image] Feb 24 02:32:32.380 INFO O| Feb 24 02:32:32.380 INFO STEP 144 (remove_files) COMPLETE
52342026-02-24T02:32:32.351Z[ recovery-image] Feb 24 02:32:32.381 INFO O| Feb 24 02:32:32.380 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-02-24T02:32:32.375Z[ recovery-image] Feb 24 02:32:32.397 INFO O| Feb 24 02:32:32.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52362026-02-24T02:32:32.375Z[ recovery-image] Feb 24 02:32:32.397 INFO O| Feb 24 02:32:32.397 INFO STEP 145 (remove_files) COMPLETE
52372026-02-24T02:32:32.375Z[ recovery-image] Feb 24 02:32:32.397 INFO O| Feb 24 02:32:32.397 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-02-24T02:32:32.399Z[ recovery-image] Feb 24 02:32:32.419 INFO O| Feb 24 02:32:32.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52392026-02-24T02:32:32.399Z[ recovery-image] Feb 24 02:32:32.419 INFO O| Feb 24 02:32:32.419 INFO STEP 146 (remove_files) COMPLETE
52402026-02-24T02:32:32.399Z[ recovery-image] Feb 24 02:32:32.419 INFO O| Feb 24 02:32:32.419 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-02-24T02:32:32.399Z[ recovery-image] Feb 24 02:32:32.438 INFO O| Feb 24 02:32:32.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52422026-02-24T02:32:32.399Z[ recovery-image] Feb 24 02:32:32.439 INFO O| Feb 24 02:32:32.438 INFO STEP 147 (remove_files) COMPLETE
52432026-02-24T02:32:32.399Z[ recovery-image] Feb 24 02:32:32.439 INFO O| Feb 24 02:32:32.439 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-02-24T02:32:32.423Z[ recovery-image] Feb 24 02:32:32.456 INFO O| Feb 24 02:32:32.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52452026-02-24T02:32:32.423Z[ recovery-image] Feb 24 02:32:32.456 INFO O| Feb 24 02:32:32.456 INFO STEP 148 (remove_files) COMPLETE
52462026-02-24T02:32:32.423Z[ recovery-image] Feb 24 02:32:32.456 INFO O| Feb 24 02:32:32.456 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-02-24T02:32:32.447Z[ recovery-image] Feb 24 02:32:32.476 INFO O| Feb 24 02:32:32.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52482026-02-24T02:32:32.447Z[ recovery-image] Feb 24 02:32:32.476 INFO O| Feb 24 02:32:32.476 INFO STEP 149 (remove_files) COMPLETE
52492026-02-24T02:32:32.447Z[ recovery-image] Feb 24 02:32:32.477 INFO O| Feb 24 02:32:32.476 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-02-24T02:32:32.471Z[ recovery-image] Feb 24 02:32:32.496 INFO O| Feb 24 02:32:32.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52512026-02-24T02:32:32.471Z[ recovery-image] Feb 24 02:32:32.496 INFO O| Feb 24 02:32:32.496 INFO STEP 150 (remove_files) COMPLETE
52522026-02-24T02:32:32.471Z[ recovery-image] Feb 24 02:32:32.496 INFO O| Feb 24 02:32:32.496 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-02-24T02:32:32.495Z[ recovery-image] Feb 24 02:32:32.517 INFO O| Feb 24 02:32:32.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52542026-02-24T02:32:32.496Z[ recovery-image] Feb 24 02:32:32.517 INFO O| Feb 24 02:32:32.517 INFO STEP 151 (remove_files) COMPLETE
52552026-02-24T02:32:32.496Z[ recovery-image] Feb 24 02:32:32.517 INFO O| Feb 24 02:32:32.517 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-02-24T02:32:32.519Z[ recovery-image] Feb 24 02:32:32.541 INFO O| Feb 24 02:32:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52572026-02-24T02:32:32.519Z[ recovery-image] Feb 24 02:32:32.541 INFO O| Feb 24 02:32:32.541 INFO STEP 152 (remove_files) COMPLETE
52582026-02-24T02:32:32.519Z[ recovery-image] Feb 24 02:32:32.541 INFO O| Feb 24 02:32:32.541 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-02-24T02:32:32.543Z[ recovery-image] Feb 24 02:32:32.562 INFO O| Feb 24 02:32:32.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52602026-02-24T02:32:32.543Z[ recovery-image] Feb 24 02:32:32.563 INFO O| Feb 24 02:32:32.562 INFO STEP 153 (remove_files) COMPLETE
52612026-02-24T02:32:32.543Z[ recovery-image] Feb 24 02:32:32.563 INFO O| Feb 24 02:32:32.563 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-02-24T02:32:32.543Z[ recovery-image] Feb 24 02:32:32.585 INFO O| Feb 24 02:32:32.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52632026-02-24T02:32:32.543Z[ recovery-image] Feb 24 02:32:32.585 INFO O| Feb 24 02:32:32.585 INFO STEP 154 (remove_files) COMPLETE
52642026-02-24T02:32:32.567Z[ recovery-image] Feb 24 02:32:32.585 INFO O| Feb 24 02:32:32.585 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-02-24T02:32:32.568Z[ recovery-image] Feb 24 02:32:32.607 INFO O| Feb 24 02:32:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52662026-02-24T02:32:32.568Z[ recovery-image] Feb 24 02:32:32.607 INFO O| Feb 24 02:32:32.607 INFO STEP 155 (remove_files) COMPLETE
52672026-02-24T02:32:32.568Z[ recovery-image] Feb 24 02:32:32.607 INFO O| Feb 24 02:32:32.607 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-02-24T02:32:32.592Z[ recovery-image] Feb 24 02:32:32.626 INFO O| Feb 24 02:32:32.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52692026-02-24T02:32:32.592Z[ recovery-image] Feb 24 02:32:32.627 INFO O| Feb 24 02:32:32.627 INFO STEP 156 (remove_files) COMPLETE
52702026-02-24T02:32:32.592Z[ recovery-image] Feb 24 02:32:32.627 INFO O| Feb 24 02:32:32.627 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-02-24T02:32:32.616Z[ recovery-image] Feb 24 02:32:32.643 INFO O| Feb 24 02:32:32.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52722026-02-24T02:32:32.616Z[ recovery-image] Feb 24 02:32:32.644 INFO O| Feb 24 02:32:32.644 INFO STEP 157 (remove_files) COMPLETE
52732026-02-24T02:32:32.616Z[ recovery-image] Feb 24 02:32:32.644 INFO O| Feb 24 02:32:32.644 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-02-24T02:32:32.640Z[ recovery-image] Feb 24 02:32:32.662 INFO O| Feb 24 02:32:32.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52752026-02-24T02:32:32.640Z[ recovery-image] Feb 24 02:32:32.662 INFO O| Feb 24 02:32:32.662 INFO STEP 158 (remove_files) COMPLETE
52762026-02-24T02:32:32.640Z[ recovery-image] Feb 24 02:32:32.662 INFO O| Feb 24 02:32:32.662 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-02-24T02:32:32.640Z[ recovery-image] Feb 24 02:32:32.678 INFO O| Feb 24 02:32:32.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52782026-02-24T02:32:32.640Z[ recovery-image] Feb 24 02:32:32.678 INFO O| Feb 24 02:32:32.678 INFO STEP 159 (remove_files) COMPLETE
52792026-02-24T02:32:32.640Z[ recovery-image] Feb 24 02:32:32.678 INFO O| Feb 24 02:32:32.678 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-02-24T02:32:32.664Z[ recovery-image] Feb 24 02:32:32.696 INFO O| Feb 24 02:32:32.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52812026-02-24T02:32:32.664Z[ recovery-image] Feb 24 02:32:32.696 INFO O| Feb 24 02:32:32.696 INFO STEP 160 (remove_files) COMPLETE
52822026-02-24T02:32:32.664Z[ recovery-image] Feb 24 02:32:32.696 INFO O| Feb 24 02:32:32.696 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-02-24T02:32:32.688Z[ recovery-image] Feb 24 02:32:32.715 INFO O| Feb 24 02:32:32.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52842026-02-24T02:32:32.688Z[ recovery-image] Feb 24 02:32:32.715 INFO O| Feb 24 02:32:32.715 INFO STEP 161 (remove_files) COMPLETE
52852026-02-24T02:32:32.688Z[ recovery-image] Feb 24 02:32:32.715 INFO O| Feb 24 02:32:32.715 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-02-24T02:32:32.712Z[ recovery-image] Feb 24 02:32:32.733 INFO O| Feb 24 02:32:32.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52872026-02-24T02:32:32.712Z[ recovery-image] Feb 24 02:32:32.734 INFO O| Feb 24 02:32:32.734 INFO STEP 162 (remove_files) COMPLETE
52882026-02-24T02:32:32.712Z[ recovery-image] Feb 24 02:32:32.734 INFO O| Feb 24 02:32:32.734 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-02-24T02:32:32.712Z[ recovery-image] Feb 24 02:32:32.748 INFO O| Feb 24 02:32:32.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52902026-02-24T02:32:32.713Z[ recovery-image] Feb 24 02:32:32.749 INFO O| Feb 24 02:32:32.749 INFO STEP 163 (remove_files) COMPLETE
52912026-02-24T02:32:32.713Z[ recovery-image] Feb 24 02:32:32.749 INFO O| Feb 24 02:32:32.749 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-02-24T02:32:32.737Z[ recovery-image] Feb 24 02:32:32.762 INFO O| Feb 24 02:32:32.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52932026-02-24T02:32:32.737Z[ recovery-image] Feb 24 02:32:32.762 INFO O| Feb 24 02:32:32.762 INFO STEP 164 (remove_files) COMPLETE
52942026-02-24T02:32:32.737Z[ recovery-image] Feb 24 02:32:32.762 INFO O| Feb 24 02:32:32.762 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-02-24T02:32:32.737Z[ recovery-image] Feb 24 02:32:32.777 INFO O| Feb 24 02:32:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52962026-02-24T02:32:32.737Z[ recovery-image] Feb 24 02:32:32.777 INFO O| Feb 24 02:32:32.777 INFO STEP 165 (remove_files) COMPLETE
52972026-02-24T02:32:32.737Z[ recovery-image] Feb 24 02:32:32.777 INFO O| Feb 24 02:32:32.777 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-02-24T02:32:32.761Z[ recovery-image] Feb 24 02:32:32.788 INFO O| Feb 24 02:32:32.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52992026-02-24T02:32:32.761Z[ recovery-image] Feb 24 02:32:32.789 INFO O| Feb 24 02:32:32.788 INFO STEP 166 (remove_files) COMPLETE
53002026-02-24T02:32:32.761Z[ recovery-image] Feb 24 02:32:32.789 INFO O| Feb 24 02:32:32.788 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-02-24T02:32:32.785Z[ recovery-image] Feb 24 02:32:32.809 INFO O| Feb 24 02:32:32.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53022026-02-24T02:32:32.785Z[ recovery-image] Feb 24 02:32:32.809 INFO O| Feb 24 02:32:32.809 INFO STEP 167 (remove_files) COMPLETE
53032026-02-24T02:32:32.785Z[ recovery-image] Feb 24 02:32:32.809 INFO O| Feb 24 02:32:32.809 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-02-24T02:32:32.785Z[ recovery-image] Feb 24 02:32:32.827 INFO O| Feb 24 02:32:32.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53052026-02-24T02:32:32.785Z[ recovery-image] Feb 24 02:32:32.827 INFO O| Feb 24 02:32:32.827 INFO STEP 168 (remove_files) COMPLETE
53062026-02-24T02:32:32.809Z[ recovery-image] Feb 24 02:32:32.827 INFO O| Feb 24 02:32:32.827 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-02-24T02:32:32.809Z[ recovery-image] Feb 24 02:32:32.841 INFO O| Feb 24 02:32:32.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53082026-02-24T02:32:32.809Z[ recovery-image] Feb 24 02:32:32.841 INFO O| Feb 24 02:32:32.841 INFO STEP 169 (remove_files) COMPLETE
53092026-02-24T02:32:32.809Z[ recovery-image] Feb 24 02:32:32.841 INFO O| Feb 24 02:32:32.841 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-02-24T02:32:32.833Z[ recovery-image] Feb 24 02:32:32.862 INFO O| Feb 24 02:32:32.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53112026-02-24T02:32:32.833Z[ recovery-image] Feb 24 02:32:32.862 INFO O| Feb 24 02:32:32.862 INFO STEP 170 (remove_files) COMPLETE
53122026-02-24T02:32:32.833Z[ recovery-image] Feb 24 02:32:32.862 INFO O| Feb 24 02:32:32.862 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-02-24T02:32:32.857Z[ recovery-image] Feb 24 02:32:32.880 INFO O| Feb 24 02:32:32.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53142026-02-24T02:32:32.857Z[ recovery-image] Feb 24 02:32:32.880 INFO O| Feb 24 02:32:32.880 INFO STEP 171 (remove_files) COMPLETE
53152026-02-24T02:32:32.857Z[ recovery-image] Feb 24 02:32:32.881 INFO O| Feb 24 02:32:32.880 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-02-24T02:32:32.857Z[ recovery-image] Feb 24 02:32:32.899 INFO O| Feb 24 02:32:32.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53172026-02-24T02:32:32.857Z[ recovery-image] Feb 24 02:32:32.899 INFO O| Feb 24 02:32:32.899 INFO STEP 172 (remove_files) COMPLETE
53182026-02-24T02:32:32.857Z[ recovery-image] Feb 24 02:32:32.899 INFO O| Feb 24 02:32:32.899 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-02-24T02:32:32.881Z[ recovery-image] Feb 24 02:32:32.921 INFO O| Feb 24 02:32:32.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53202026-02-24T02:32:32.881Z[ recovery-image] Feb 24 02:32:32.921 INFO O| Feb 24 02:32:32.921 INFO STEP 173 (remove_files) COMPLETE
53212026-02-24T02:32:32.881Z[ recovery-image] Feb 24 02:32:32.921 INFO O| Feb 24 02:32:32.921 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-02-24T02:32:32.905Z[ recovery-image] Feb 24 02:32:32.936 INFO O| Feb 24 02:32:32.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53232026-02-24T02:32:32.905Z[ recovery-image] Feb 24 02:32:32.937 INFO O| Feb 24 02:32:32.936 INFO STEP 174 (remove_files) COMPLETE
53242026-02-24T02:32:32.905Z[ recovery-image] Feb 24 02:32:32.937 INFO O| Feb 24 02:32:32.936 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-02-24T02:32:32.929Z[ recovery-image] Feb 24 02:32:32.950 INFO O| Feb 24 02:32:32.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53262026-02-24T02:32:32.929Z[ recovery-image] Feb 24 02:32:32.950 INFO O| Feb 24 02:32:32.950 INFO STEP 175 (remove_files) COMPLETE
53272026-02-24T02:32:32.929Z[ recovery-image] Feb 24 02:32:32.950 INFO O| Feb 24 02:32:32.950 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-02-24T02:32:32.929Z[ recovery-image] Feb 24 02:32:32.970 INFO O| Feb 24 02:32:32.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53292026-02-24T02:32:32.929Z[ recovery-image] Feb 24 02:32:32.970 INFO O| Feb 24 02:32:32.970 INFO STEP 176 (remove_files) COMPLETE
53302026-02-24T02:32:32.929Z[ recovery-image] Feb 24 02:32:32.970 INFO O| Feb 24 02:32:32.970 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-02-24T02:32:32.954Z[ recovery-image] Feb 24 02:32:32.994 INFO O| Feb 24 02:32:32.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53322026-02-24T02:32:32.954Z[ recovery-image] Feb 24 02:32:32.994 INFO O| Feb 24 02:32:32.994 INFO STEP 177 (remove_files) COMPLETE
53332026-02-24T02:32:32.954Z[ recovery-image] Feb 24 02:32:32.994 INFO O| Feb 24 02:32:32.994 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-02-24T02:32:32.978Z[ recovery-image] Feb 24 02:32:33.011 INFO O| Feb 24 02:32:33.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53352026-02-24T02:32:32.978Z[ recovery-image] Feb 24 02:32:33.011 INFO O| Feb 24 02:32:33.011 INFO STEP 178 (remove_files) COMPLETE
53362026-02-24T02:32:32.978Z[ recovery-image] Feb 24 02:32:33.011 INFO O| Feb 24 02:32:33.011 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-02-24T02:32:33.003Z[ recovery-image] Feb 24 02:32:33.028 INFO O| Feb 24 02:32:33.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53382026-02-24T02:32:33.003Z[ recovery-image] Feb 24 02:32:33.028 INFO O| Feb 24 02:32:33.028 INFO STEP 179 (remove_files) COMPLETE
53392026-02-24T02:32:33.003Z[ recovery-image] Feb 24 02:32:33.028 INFO O| Feb 24 02:32:33.028 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-02-24T02:32:33.027Z[ recovery-image] Feb 24 02:32:33.046 INFO O| Feb 24 02:32:33.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53412026-02-24T02:32:33.027Z[ recovery-image] Feb 24 02:32:33.046 INFO O| Feb 24 02:32:33.046 INFO STEP 180 (remove_files) COMPLETE
53422026-02-24T02:32:33.027Z[ recovery-image] Feb 24 02:32:33.046 INFO O| Feb 24 02:32:33.046 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-02-24T02:32:33.027Z[ recovery-image] Feb 24 02:32:33.065 INFO O| Feb 24 02:32:33.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53442026-02-24T02:32:33.027Z[ recovery-image] Feb 24 02:32:33.065 INFO O| Feb 24 02:32:33.065 INFO STEP 181 (remove_files) COMPLETE
53452026-02-24T02:32:33.027Z[ recovery-image] Feb 24 02:32:33.065 INFO O| Feb 24 02:32:33.065 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-02-24T02:32:33.051Z[ recovery-image] Feb 24 02:32:33.085 INFO O| Feb 24 02:32:33.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53472026-02-24T02:32:33.051Z[ recovery-image] Feb 24 02:32:33.085 INFO O| Feb 24 02:32:33.085 INFO STEP 182 (remove_files) COMPLETE
53482026-02-24T02:32:33.051Z[ recovery-image] Feb 24 02:32:33.085 INFO O| Feb 24 02:32:33.085 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-02-24T02:32:33.076Z[ recovery-image] Feb 24 02:32:33.108 INFO O| Feb 24 02:32:33.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53502026-02-24T02:32:33.076Z[ recovery-image] Feb 24 02:32:33.108 INFO O| Feb 24 02:32:33.108 INFO STEP 183 (remove_files) COMPLETE
53512026-02-24T02:32:33.076Z[ recovery-image] Feb 24 02:32:33.108 INFO O| Feb 24 02:32:33.108 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-02-24T02:32:33.100Z[ recovery-image] Feb 24 02:32:33.131 INFO O| Feb 24 02:32:33.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53532026-02-24T02:32:33.100Z[ recovery-image] Feb 24 02:32:33.131 INFO O| Feb 24 02:32:33.131 INFO STEP 184 (remove_files) COMPLETE
53542026-02-24T02:32:33.100Z[ recovery-image] Feb 24 02:32:33.131 INFO O| Feb 24 02:32:33.131 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-02-24T02:32:33.124Z[ recovery-image] Feb 24 02:32:33.153 INFO O| Feb 24 02:32:33.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53562026-02-24T02:32:33.124Z[ recovery-image] Feb 24 02:32:33.153 INFO O| Feb 24 02:32:33.153 INFO STEP 185 (remove_files) COMPLETE
53572026-02-24T02:32:33.124Z[ recovery-image] Feb 24 02:32:33.153 INFO O| Feb 24 02:32:33.153 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-02-24T02:32:33.148Z[ recovery-image] Feb 24 02:32:33.174 INFO O| Feb 24 02:32:33.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53592026-02-24T02:32:33.148Z[ recovery-image] Feb 24 02:32:33.174 INFO O| Feb 24 02:32:33.174 INFO STEP 186 (remove_files) COMPLETE
53602026-02-24T02:32:33.148Z[ recovery-image] Feb 24 02:32:33.174 INFO O| Feb 24 02:32:33.174 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-02-24T02:32:33.172Z[ recovery-image] Feb 24 02:32:33.191 INFO O| Feb 24 02:32:33.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53622026-02-24T02:32:33.172Z[ recovery-image] Feb 24 02:32:33.191 INFO O| Feb 24 02:32:33.191 INFO STEP 187 (remove_files) COMPLETE
53632026-02-24T02:32:33.172Z[ recovery-image] Feb 24 02:32:33.191 INFO O| Feb 24 02:32:33.191 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-02-24T02:32:33.172Z[ recovery-image] Feb 24 02:32:33.213 INFO O| Feb 24 02:32:33.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53652026-02-24T02:32:33.172Z[ recovery-image] Feb 24 02:32:33.213 INFO O| Feb 24 02:32:33.213 INFO STEP 188 (remove_files) COMPLETE
53662026-02-24T02:32:33.172Z[ recovery-image] Feb 24 02:32:33.213 INFO O| Feb 24 02:32:33.213 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-02-24T02:32:33.197Z[ recovery-image] Feb 24 02:32:33.232 INFO O| Feb 24 02:32:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53682026-02-24T02:32:33.198Z[ recovery-image] Feb 24 02:32:33.232 INFO O| Feb 24 02:32:33.232 INFO STEP 189 (remove_files) COMPLETE
53692026-02-24T02:32:33.198Z[ recovery-image] Feb 24 02:32:33.232 INFO O| Feb 24 02:32:33.232 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-02-24T02:32:33.221Z[ recovery-image] Feb 24 02:32:33.252 INFO O| Feb 24 02:32:33.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53712026-02-24T02:32:33.221Z[ recovery-image] Feb 24 02:32:33.252 INFO O| Feb 24 02:32:33.252 INFO STEP 190 (remove_files) COMPLETE
53722026-02-24T02:32:33.222Z[ recovery-image] Feb 24 02:32:33.253 INFO O| Feb 24 02:32:33.252 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-02-24T02:32:33.246Z[ recovery-image] Feb 24 02:32:33.270 INFO O| Feb 24 02:32:33.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53742026-02-24T02:32:33.246Z[ recovery-image] Feb 24 02:32:33.270 INFO O| Feb 24 02:32:33.270 INFO STEP 191 (remove_files) COMPLETE
53752026-02-24T02:32:33.246Z[ recovery-image] Feb 24 02:32:33.270 INFO O| Feb 24 02:32:33.270 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-02-24T02:32:33.246Z[ recovery-image] Feb 24 02:32:33.284 INFO O| Feb 24 02:32:33.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53772026-02-24T02:32:33.246Z[ recovery-image] Feb 24 02:32:33.284 INFO O| Feb 24 02:32:33.284 INFO STEP 192 (remove_files) COMPLETE
53782026-02-24T02:32:33.246Z[ recovery-image] Feb 24 02:32:33.284 INFO O| Feb 24 02:32:33.284 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-02-24T02:32:33.270Z[ recovery-image] Feb 24 02:32:33.303 INFO O| Feb 24 02:32:33.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53802026-02-24T02:32:33.270Z[ recovery-image] Feb 24 02:32:33.303 INFO O| Feb 24 02:32:33.303 INFO STEP 193 (remove_files) COMPLETE
53812026-02-24T02:32:33.270Z[ recovery-image] Feb 24 02:32:33.303 INFO O| Feb 24 02:32:33.303 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-02-24T02:32:33.294Z[ recovery-image] Feb 24 02:32:33.318 INFO O| Feb 24 02:32:33.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53832026-02-24T02:32:33.294Z[ recovery-image] Feb 24 02:32:33.318 INFO O| Feb 24 02:32:33.318 INFO STEP 194 (remove_files) COMPLETE
53842026-02-24T02:32:33.294Z[ recovery-image] Feb 24 02:32:33.318 INFO O| Feb 24 02:32:33.318 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-02-24T02:32:33.318Z[ recovery-image] Feb 24 02:32:33.340 INFO O| Feb 24 02:32:33.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53862026-02-24T02:32:33.318Z[ recovery-image] Feb 24 02:32:33.340 INFO O| Feb 24 02:32:33.340 INFO STEP 195 (remove_files) COMPLETE
53872026-02-24T02:32:33.318Z[ recovery-image] Feb 24 02:32:33.340 INFO O| Feb 24 02:32:33.340 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-02-24T02:32:33.342Z[ recovery-image] Feb 24 02:32:33.360 INFO O| Feb 24 02:32:33.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53892026-02-24T02:32:33.342Z[ recovery-image] Feb 24 02:32:33.360 INFO O| Feb 24 02:32:33.360 INFO STEP 196 (remove_files) COMPLETE
53902026-02-24T02:32:33.342Z[ recovery-image] Feb 24 02:32:33.360 INFO O| Feb 24 02:32:33.360 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-02-24T02:32:33.342Z[ recovery-image] Feb 24 02:32:33.380 INFO O| Feb 24 02:32:33.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53922026-02-24T02:32:33.342Z[ recovery-image] Feb 24 02:32:33.380 INFO O| Feb 24 02:32:33.380 INFO STEP 197 (remove_files) COMPLETE
53932026-02-24T02:32:33.342Z[ recovery-image] Feb 24 02:32:33.380 INFO O| Feb 24 02:32:33.380 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-02-24T02:32:33.367Z[ recovery-image] Feb 24 02:32:33.405 INFO O| Feb 24 02:32:33.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53952026-02-24T02:32:33.367Z[ recovery-image] Feb 24 02:32:33.405 INFO O| Feb 24 02:32:33.405 INFO STEP 198 (remove_files) COMPLETE
53962026-02-24T02:32:33.367Z[ recovery-image] Feb 24 02:32:33.405 INFO O| Feb 24 02:32:33.405 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-02-24T02:32:33.391Z[ recovery-image] Feb 24 02:32:33.424 INFO O| Feb 24 02:32:33.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53982026-02-24T02:32:33.392Z[ recovery-image] Feb 24 02:32:33.425 INFO O| Feb 24 02:32:33.425 INFO STEP 199 (remove_files) COMPLETE
53992026-02-24T02:32:33.392Z[ recovery-image] Feb 24 02:32:33.425 INFO O| Feb 24 02:32:33.425 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-02-24T02:32:33.416Z[ recovery-image] Feb 24 02:32:33.443 INFO O| Feb 24 02:32:33.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54012026-02-24T02:32:33.416Z[ recovery-image] Feb 24 02:32:33.443 INFO O| Feb 24 02:32:33.443 INFO STEP 200 (remove_files) COMPLETE
54022026-02-24T02:32:33.416Z[ recovery-image] Feb 24 02:32:33.443 INFO O| Feb 24 02:32:33.443 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-02-24T02:32:33.440Z[ recovery-image] Feb 24 02:32:33.463 INFO O| Feb 24 02:32:33.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54042026-02-24T02:32:33.440Z[ recovery-image] Feb 24 02:32:33.464 INFO O| Feb 24 02:32:33.464 INFO STEP 201 (remove_files) COMPLETE
54052026-02-24T02:32:33.440Z[ recovery-image] Feb 24 02:32:33.464 INFO O| Feb 24 02:32:33.464 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-02-24T02:32:33.464Z[ recovery-image] Feb 24 02:32:33.488 INFO O| Feb 24 02:32:33.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54072026-02-24T02:32:33.464Z[ recovery-image] Feb 24 02:32:33.489 INFO O| Feb 24 02:32:33.489 INFO STEP 202 (remove_files) COMPLETE
54082026-02-24T02:32:33.464Z[ recovery-image] Feb 24 02:32:33.489 INFO O| Feb 24 02:32:33.489 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-02-24T02:32:33.492Z[ recovery-image] Feb 24 02:32:33.506 INFO O| Feb 24 02:32:33.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54102026-02-24T02:32:33.492Z[ recovery-image] Feb 24 02:32:33.506 INFO O| Feb 24 02:32:33.506 INFO STEP 203 (remove_files) COMPLETE
54112026-02-24T02:32:33.492Z[ recovery-image] Feb 24 02:32:33.507 INFO O| Feb 24 02:32:33.506 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-02-24T02:32:33.492Z[ recovery-image] Feb 24 02:32:33.523 INFO O| Feb 24 02:32:33.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54132026-02-24T02:32:33.492Z[ recovery-image] Feb 24 02:32:33.523 INFO O| Feb 24 02:32:33.523 INFO STEP 204 (remove_files) COMPLETE
54142026-02-24T02:32:33.492Z[ recovery-image] Feb 24 02:32:33.523 INFO O| Feb 24 02:32:33.523 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-02-24T02:32:33.516Z[ recovery-image] Feb 24 02:32:33.540 INFO O| Feb 24 02:32:33.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54162026-02-24T02:32:33.516Z[ recovery-image] Feb 24 02:32:33.540 INFO O| Feb 24 02:32:33.540 INFO STEP 205 (remove_files) COMPLETE
54172026-02-24T02:32:33.516Z[ recovery-image] Feb 24 02:32:33.540 INFO O| Feb 24 02:32:33.540 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-02-24T02:32:33.516Z[ recovery-image] Feb 24 02:32:33.557 INFO O| Feb 24 02:32:33.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54192026-02-24T02:32:33.516Z[ recovery-image] Feb 24 02:32:33.557 INFO O| Feb 24 02:32:33.557 INFO STEP 206 (remove_files) COMPLETE
54202026-02-24T02:32:33.516Z[ recovery-image] Feb 24 02:32:33.557 INFO O| Feb 24 02:32:33.557 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-02-24T02:32:33.540Z[ recovery-image] Feb 24 02:32:33.572 INFO O| Feb 24 02:32:33.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54222026-02-24T02:32:33.540Z[ recovery-image] Feb 24 02:32:33.572 INFO O| Feb 24 02:32:33.572 INFO STEP 207 (remove_files) COMPLETE
54232026-02-24T02:32:33.540Z[ recovery-image] Feb 24 02:32:33.572 INFO O| Feb 24 02:32:33.572 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-02-24T02:32:33.564Z[ recovery-image] Feb 24 02:32:33.587 INFO O| Feb 24 02:32:33.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54252026-02-24T02:32:33.564Z[ recovery-image] Feb 24 02:32:33.587 INFO O| Feb 24 02:32:33.587 INFO STEP 208 (remove_files) COMPLETE
54262026-02-24T02:32:33.564Z[ recovery-image] Feb 24 02:32:33.587 INFO O| Feb 24 02:32:33.587 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-02-24T02:32:33.564Z[ recovery-image] Feb 24 02:32:33.604 INFO O| Feb 24 02:32:33.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54282026-02-24T02:32:33.564Z[ recovery-image] Feb 24 02:32:33.604 INFO O| Feb 24 02:32:33.604 INFO STEP 209 (remove_files) COMPLETE
54292026-02-24T02:32:33.564Z[ recovery-image] Feb 24 02:32:33.604 INFO O| Feb 24 02:32:33.604 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-02-24T02:32:33.589Z[ recovery-image] Feb 24 02:32:33.621 INFO O| Feb 24 02:32:33.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54312026-02-24T02:32:33.589Z[ recovery-image] Feb 24 02:32:33.621 INFO O| Feb 24 02:32:33.621 INFO STEP 210 (remove_files) COMPLETE
54322026-02-24T02:32:33.589Z[ recovery-image] Feb 24 02:32:33.621 INFO O| Feb 24 02:32:33.621 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-02-24T02:32:33.613Z[ recovery-image] Feb 24 02:32:33.636 INFO O| Feb 24 02:32:33.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54342026-02-24T02:32:33.613Z[ recovery-image] Feb 24 02:32:33.636 INFO O| Feb 24 02:32:33.636 INFO STEP 211 (remove_files) COMPLETE
54352026-02-24T02:32:33.613Z[ recovery-image] Feb 24 02:32:33.636 INFO O| Feb 24 02:32:33.636 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-02-24T02:32:33.613Z[ recovery-image] Feb 24 02:32:33.654 INFO O| Feb 24 02:32:33.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54372026-02-24T02:32:33.613Z[ recovery-image] Feb 24 02:32:33.654 INFO O| Feb 24 02:32:33.654 INFO STEP 212 (remove_files) COMPLETE
54382026-02-24T02:32:33.613Z[ recovery-image] Feb 24 02:32:33.654 INFO O| Feb 24 02:32:33.654 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-02-24T02:32:33.637Z[ recovery-image] Feb 24 02:32:33.673 INFO O| Feb 24 02:32:33.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54402026-02-24T02:32:33.637Z[ recovery-image] Feb 24 02:32:33.673 INFO O| Feb 24 02:32:33.673 INFO STEP 213 (remove_files) COMPLETE
54412026-02-24T02:32:33.637Z[ recovery-image] Feb 24 02:32:33.673 INFO O| Feb 24 02:32:33.673 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-02-24T02:32:33.661Z[ recovery-image] Feb 24 02:32:33.688 INFO O| Feb 24 02:32:33.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54432026-02-24T02:32:33.661Z[ recovery-image] Feb 24 02:32:33.688 INFO O| Feb 24 02:32:33.688 INFO STEP 214 (remove_files) COMPLETE
54442026-02-24T02:32:33.661Z[ recovery-image] Feb 24 02:32:33.688 INFO O| Feb 24 02:32:33.688 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-02-24T02:32:33.686Z[ recovery-image] Feb 24 02:32:33.707 INFO O| Feb 24 02:32:33.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54462026-02-24T02:32:33.686Z[ recovery-image] Feb 24 02:32:33.707 INFO O| Feb 24 02:32:33.707 INFO STEP 215 (remove_files) COMPLETE
54472026-02-24T02:32:33.686Z[ recovery-image] Feb 24 02:32:33.707 INFO O| Feb 24 02:32:33.707 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-02-24T02:32:33.686Z[ recovery-image] Feb 24 02:32:33.722 INFO O| Feb 24 02:32:33.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54492026-02-24T02:32:33.686Z[ recovery-image] Feb 24 02:32:33.723 INFO O| Feb 24 02:32:33.723 INFO STEP 216 (remove_files) COMPLETE
54502026-02-24T02:32:33.686Z[ recovery-image] Feb 24 02:32:33.723 INFO O| Feb 24 02:32:33.723 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-02-24T02:32:33.710Z[ recovery-image] Feb 24 02:32:33.741 INFO O| Feb 24 02:32:33.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54522026-02-24T02:32:33.710Z[ recovery-image] Feb 24 02:32:33.742 INFO O| Feb 24 02:32:33.742 INFO STEP 217 (remove_files) COMPLETE
54532026-02-24T02:32:33.710Z[ recovery-image] Feb 24 02:32:33.742 INFO O| Feb 24 02:32:33.742 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-02-24T02:32:33.734Z[ recovery-image] Feb 24 02:32:33.761 INFO O| Feb 24 02:32:33.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54552026-02-24T02:32:33.734Z[ recovery-image] Feb 24 02:32:33.761 INFO O| Feb 24 02:32:33.761 INFO STEP 218 (remove_files) COMPLETE
54562026-02-24T02:32:33.734Z[ recovery-image] Feb 24 02:32:33.761 INFO O| Feb 24 02:32:33.761 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-02-24T02:32:33.758Z[ recovery-image] Feb 24 02:32:33.784 INFO O| Feb 24 02:32:33.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54582026-02-24T02:32:33.758Z[ recovery-image] Feb 24 02:32:33.784 INFO O| Feb 24 02:32:33.784 INFO STEP 219 (remove_files) COMPLETE
54592026-02-24T02:32:33.758Z[ recovery-image] Feb 24 02:32:33.784 INFO O| Feb 24 02:32:33.784 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-02-24T02:32:33.782Z[ recovery-image] Feb 24 02:32:33.806 INFO O| Feb 24 02:32:33.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54612026-02-24T02:32:33.782Z[ recovery-image] Feb 24 02:32:33.806 INFO O| Feb 24 02:32:33.806 INFO STEP 220 (remove_files) COMPLETE
54622026-02-24T02:32:33.782Z[ recovery-image] Feb 24 02:32:33.806 INFO O| Feb 24 02:32:33.806 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-02-24T02:32:33.806Z[ recovery-image] Feb 24 02:32:33.825 INFO O| Feb 24 02:32:33.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54642026-02-24T02:32:33.806Z[ recovery-image] Feb 24 02:32:33.825 INFO O| Feb 24 02:32:33.825 INFO STEP 221 (remove_files) COMPLETE
54652026-02-24T02:32:33.806Z[ recovery-image] Feb 24 02:32:33.825 INFO O| Feb 24 02:32:33.825 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-02-24T02:32:33.806Z[ recovery-image] Feb 24 02:32:33.843 INFO O| Feb 24 02:32:33.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54672026-02-24T02:32:33.806Z[ recovery-image] Feb 24 02:32:33.843 INFO O| Feb 24 02:32:33.843 INFO STEP 222 (remove_files) COMPLETE
54682026-02-24T02:32:33.806Z[ recovery-image] Feb 24 02:32:33.843 INFO O| Feb 24 02:32:33.843 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-02-24T02:32:33.830Z[ recovery-image] Feb 24 02:32:33.861 INFO O| Feb 24 02:32:33.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54702026-02-24T02:32:33.830Z[ recovery-image] Feb 24 02:32:33.861 INFO O| Feb 24 02:32:33.861 INFO STEP 223 (remove_files) COMPLETE
54712026-02-24T02:32:33.830Z[ recovery-image] Feb 24 02:32:33.861 INFO O| Feb 24 02:32:33.861 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-02-24T02:32:33.854Z[ recovery-image] Feb 24 02:32:33.884 INFO O| Feb 24 02:32:33.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54732026-02-24T02:32:33.854Z[ recovery-image] Feb 24 02:32:33.884 INFO O| Feb 24 02:32:33.884 INFO STEP 224 (remove_files) COMPLETE
54742026-02-24T02:32:33.854Z[ recovery-image] Feb 24 02:32:33.884 INFO O| Feb 24 02:32:33.884 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-02-24T02:32:33.878Z[ recovery-image] Feb 24 02:32:33.906 INFO O| Feb 24 02:32:33.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54762026-02-24T02:32:33.878Z[ recovery-image] Feb 24 02:32:33.906 INFO O| Feb 24 02:32:33.906 INFO STEP 225 (remove_files) COMPLETE
54772026-02-24T02:32:33.878Z[ recovery-image] Feb 24 02:32:33.906 INFO O| Feb 24 02:32:33.906 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-02-24T02:32:33.902Z[ recovery-image] Feb 24 02:32:33.929 INFO O| Feb 24 02:32:33.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54792026-02-24T02:32:33.902Z[ recovery-image] Feb 24 02:32:33.929 INFO O| Feb 24 02:32:33.929 INFO STEP 226 (remove_files) COMPLETE
54802026-02-24T02:32:33.902Z[ recovery-image] Feb 24 02:32:33.929 INFO O| Feb 24 02:32:33.929 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-02-24T02:32:33.926Z[ recovery-image] Feb 24 02:32:33.948 INFO O| Feb 24 02:32:33.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54822026-02-24T02:32:33.927Z[ recovery-image] Feb 24 02:32:33.948 INFO O| Feb 24 02:32:33.948 INFO STEP 227 (remove_files) COMPLETE
54832026-02-24T02:32:33.927Z[ recovery-image] Feb 24 02:32:33.948 INFO O| Feb 24 02:32:33.948 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-02-24T02:32:33.927Z[ recovery-image] Feb 24 02:32:33.964 INFO O| Feb 24 02:32:33.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54852026-02-24T02:32:33.927Z[ recovery-image] Feb 24 02:32:33.964 INFO O| Feb 24 02:32:33.964 INFO STEP 228 (remove_files) COMPLETE
54862026-02-24T02:32:33.927Z[ recovery-image] Feb 24 02:32:33.964 INFO O| Feb 24 02:32:33.964 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-02-24T02:32:33.951Z[ recovery-image] Feb 24 02:32:33.978 INFO O| Feb 24 02:32:33.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54882026-02-24T02:32:33.951Z[ recovery-image] Feb 24 02:32:33.978 INFO O| Feb 24 02:32:33.978 INFO STEP 229 (remove_files) COMPLETE
54892026-02-24T02:32:33.951Z[ recovery-image] Feb 24 02:32:33.978 INFO O| Feb 24 02:32:33.978 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-02-24T02:32:33.975Z[ recovery-image] Feb 24 02:32:34.003 INFO O| Feb 24 02:32:34.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54912026-02-24T02:32:33.975Z[ recovery-image] Feb 24 02:32:34.003 INFO O| Feb 24 02:32:34.003 INFO STEP 230 (remove_files) COMPLETE
54922026-02-24T02:32:33.975Z[ recovery-image] Feb 24 02:32:34.003 INFO O| Feb 24 02:32:34.003 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-02-24T02:32:33.998Z[ recovery-image] Feb 24 02:32:34.021 INFO O| Feb 24 02:32:34.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54942026-02-24T02:32:33.998Z[ recovery-image] Feb 24 02:32:34.021 INFO O| Feb 24 02:32:34.021 INFO STEP 231 (remove_files) COMPLETE
54952026-02-24T02:32:33.998Z[ recovery-image] Feb 24 02:32:34.021 INFO O| Feb 24 02:32:34.021 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-02-24T02:32:34.022Z[ recovery-image] Feb 24 02:32:34.043 INFO O| Feb 24 02:32:34.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54972026-02-24T02:32:34.022Z[ recovery-image] Feb 24 02:32:34.043 INFO O| Feb 24 02:32:34.043 INFO STEP 232 (remove_files) COMPLETE
54982026-02-24T02:32:34.023Z[ recovery-image] Feb 24 02:32:34.043 INFO O| Feb 24 02:32:34.043 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-02-24T02:32:34.023Z[ recovery-image] Feb 24 02:32:34.060 INFO O| Feb 24 02:32:34.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55002026-02-24T02:32:34.023Z[ recovery-image] Feb 24 02:32:34.061 INFO O| Feb 24 02:32:34.061 INFO STEP 233 (remove_files) COMPLETE
55012026-02-24T02:32:34.023Z[ recovery-image] Feb 24 02:32:34.061 INFO O| Feb 24 02:32:34.061 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-02-24T02:32:34.047Z[ recovery-image] Feb 24 02:32:34.079 INFO O| Feb 24 02:32:34.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55032026-02-24T02:32:34.047Z[ recovery-image] Feb 24 02:32:34.079 INFO O| Feb 24 02:32:34.079 INFO STEP 234 (remove_files) COMPLETE
55042026-02-24T02:32:34.047Z[ recovery-image] Feb 24 02:32:34.079 INFO O| Feb 24 02:32:34.079 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-02-24T02:32:34.073Z[ recovery-image] Feb 24 02:32:34.093 INFO O| Feb 24 02:32:34.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55062026-02-24T02:32:34.073Z[ recovery-image] Feb 24 02:32:34.094 INFO O| Feb 24 02:32:34.094 INFO STEP 235 (remove_files) COMPLETE
55072026-02-24T02:32:34.073Z[ recovery-image] Feb 24 02:32:34.094 INFO O| Feb 24 02:32:34.094 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-02-24T02:32:34.073Z[ recovery-image] Feb 24 02:32:34.110 INFO O| Feb 24 02:32:34.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55092026-02-24T02:32:34.073Z[ recovery-image] Feb 24 02:32:34.110 INFO O| Feb 24 02:32:34.110 INFO STEP 236 (remove_files) COMPLETE
55102026-02-24T02:32:34.073Z[ recovery-image] Feb 24 02:32:34.110 INFO O| Feb 24 02:32:34.110 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-02-24T02:32:34.097Z[ recovery-image] Feb 24 02:32:34.126 INFO O| Feb 24 02:32:34.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55122026-02-24T02:32:34.097Z[ recovery-image] Feb 24 02:32:34.127 INFO O| Feb 24 02:32:34.126 INFO STEP 237 (remove_files) COMPLETE
55132026-02-24T02:32:34.097Z[ recovery-image] Feb 24 02:32:34.127 INFO O| Feb 24 02:32:34.127 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-02-24T02:32:34.121Z[ recovery-image] Feb 24 02:32:34.142 INFO O| Feb 24 02:32:34.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55152026-02-24T02:32:34.121Z[ recovery-image] Feb 24 02:32:34.142 INFO O| Feb 24 02:32:34.142 INFO STEP 238 (remove_files) COMPLETE
55162026-02-24T02:32:34.121Z[ recovery-image] Feb 24 02:32:34.142 INFO O| Feb 24 02:32:34.142 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-02-24T02:32:34.145Z[ recovery-image] Feb 24 02:32:34.167 INFO O| Feb 24 02:32:34.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55182026-02-24T02:32:34.145Z[ recovery-image] Feb 24 02:32:34.167 INFO O| Feb 24 02:32:34.167 INFO STEP 239 (remove_files) COMPLETE
55192026-02-24T02:32:34.145Z[ recovery-image] Feb 24 02:32:34.167 INFO O| Feb 24 02:32:34.167 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-02-24T02:32:34.145Z[ recovery-image] Feb 24 02:32:34.183 INFO O| Feb 24 02:32:34.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55212026-02-24T02:32:34.145Z[ recovery-image] Feb 24 02:32:34.183 INFO O| Feb 24 02:32:34.183 INFO STEP 240 (remove_files) COMPLETE
55222026-02-24T02:32:34.145Z[ recovery-image] Feb 24 02:32:34.183 INFO O| Feb 24 02:32:34.183 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-02-24T02:32:34.169Z[ recovery-image] Feb 24 02:32:34.197 INFO O| Feb 24 02:32:34.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55242026-02-24T02:32:34.169Z[ recovery-image] Feb 24 02:32:34.197 INFO O| Feb 24 02:32:34.197 INFO STEP 241 (remove_files) COMPLETE
55252026-02-24T02:32:34.169Z[ recovery-image] Feb 24 02:32:34.197 INFO O| Feb 24 02:32:34.197 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-02-24T02:32:34.193Z[ recovery-image] Feb 24 02:32:34.217 INFO O| Feb 24 02:32:34.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55272026-02-24T02:32:34.193Z[ recovery-image] Feb 24 02:32:34.217 INFO O| Feb 24 02:32:34.217 INFO STEP 242 (remove_files) COMPLETE
55282026-02-24T02:32:34.193Z[ recovery-image] Feb 24 02:32:34.217 INFO O| Feb 24 02:32:34.217 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-02-24T02:32:34.193Z[ recovery-image] Feb 24 02:32:34.232 INFO O| Feb 24 02:32:34.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55302026-02-24T02:32:34.193Z[ recovery-image] Feb 24 02:32:34.232 INFO O| Feb 24 02:32:34.232 INFO STEP 243 (remove_files) COMPLETE
55312026-02-24T02:32:34.193Z[ recovery-image] Feb 24 02:32:34.232 INFO O| Feb 24 02:32:34.232 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-02-24T02:32:34.217Z[ recovery-image] Feb 24 02:32:34.250 INFO O| Feb 24 02:32:34.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55332026-02-24T02:32:34.218Z[ recovery-image] Feb 24 02:32:34.250 INFO O| Feb 24 02:32:34.250 INFO STEP 244 (remove_files) COMPLETE
55342026-02-24T02:32:34.218Z[ recovery-image] Feb 24 02:32:34.250 INFO O| Feb 24 02:32:34.250 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-02-24T02:32:34.241Z[ recovery-image] Feb 24 02:32:34.268 INFO O| Feb 24 02:32:34.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55362026-02-24T02:32:34.242Z[ recovery-image] Feb 24 02:32:34.268 INFO O| Feb 24 02:32:34.268 INFO STEP 245 (remove_files) COMPLETE
55372026-02-24T02:32:34.242Z[ recovery-image] Feb 24 02:32:34.268 INFO O| Feb 24 02:32:34.268 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-02-24T02:32:34.265Z[ recovery-image] Feb 24 02:32:34.286 INFO O| Feb 24 02:32:34.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55392026-02-24T02:32:34.265Z[ recovery-image] Feb 24 02:32:34.286 INFO O| Feb 24 02:32:34.286 INFO STEP 246 (remove_files) COMPLETE
55402026-02-24T02:32:34.266Z[ recovery-image] Feb 24 02:32:34.286 INFO O| Feb 24 02:32:34.286 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-02-24T02:32:34.266Z[ recovery-image] Feb 24 02:32:34.300 INFO O| Feb 24 02:32:34.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55422026-02-24T02:32:34.266Z[ recovery-image] Feb 24 02:32:34.301 INFO O| Feb 24 02:32:34.300 INFO STEP 247 (remove_files) COMPLETE
55432026-02-24T02:32:34.266Z[ recovery-image] Feb 24 02:32:34.301 INFO O| Feb 24 02:32:34.301 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-02-24T02:32:34.291Z[ recovery-image] Feb 24 02:32:34.313 INFO O| Feb 24 02:32:34.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55452026-02-24T02:32:34.291Z[ recovery-image] Feb 24 02:32:34.314 INFO O| Feb 24 02:32:34.314 INFO STEP 248 (remove_files) COMPLETE
55462026-02-24T02:32:34.291Z[ recovery-image] Feb 24 02:32:34.314 INFO O| Feb 24 02:32:34.314 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-02-24T02:32:34.291Z[ recovery-image] Feb 24 02:32:34.326 INFO O| Feb 24 02:32:34.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55482026-02-24T02:32:34.291Z[ recovery-image] Feb 24 02:32:34.326 INFO O| Feb 24 02:32:34.326 INFO STEP 249 (remove_files) COMPLETE
55492026-02-24T02:32:34.291Z[ recovery-image] Feb 24 02:32:34.326 INFO O| Feb 24 02:32:34.326 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-02-24T02:32:34.315Z[ recovery-image] Feb 24 02:32:34.337 INFO O| Feb 24 02:32:34.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55512026-02-24T02:32:34.315Z[ recovery-image] Feb 24 02:32:34.338 INFO O| Feb 24 02:32:34.338 INFO STEP 250 (remove_files) COMPLETE
55522026-02-24T02:32:34.315Z[ recovery-image] Feb 24 02:32:34.338 INFO O| Feb 24 02:32:34.338 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-02-24T02:32:34.315Z[ recovery-image] Feb 24 02:32:34.349 INFO O| Feb 24 02:32:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55542026-02-24T02:32:34.315Z[ recovery-image] Feb 24 02:32:34.350 INFO O| Feb 24 02:32:34.350 INFO STEP 251 (remove_files) COMPLETE
55552026-02-24T02:32:34.315Z[ recovery-image] Feb 24 02:32:34.350 INFO O| Feb 24 02:32:34.350 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-02-24T02:32:34.339Z[ recovery-image] Feb 24 02:32:34.362 INFO O| Feb 24 02:32:34.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55572026-02-24T02:32:34.339Z[ recovery-image] Feb 24 02:32:34.362 INFO O| Feb 24 02:32:34.362 INFO STEP 252 (remove_files) COMPLETE
55582026-02-24T02:32:34.339Z[ recovery-image] Feb 24 02:32:34.362 INFO O| Feb 24 02:32:34.362 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-02-24T02:32:34.363Z[ recovery-image] Feb 24 02:32:34.383 INFO O| Feb 24 02:32:34.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55602026-02-24T02:32:34.363Z[ recovery-image] Feb 24 02:32:34.383 INFO O| Feb 24 02:32:34.383 INFO STEP 253 (remove_files) COMPLETE
55612026-02-24T02:32:34.363Z[ recovery-image] Feb 24 02:32:34.383 INFO O| Feb 24 02:32:34.383 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-02-24T02:32:34.363Z[ recovery-image] Feb 24 02:32:34.398 INFO O| Feb 24 02:32:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55632026-02-24T02:32:34.363Z[ recovery-image] Feb 24 02:32:34.398 INFO O| Feb 24 02:32:34.398 INFO STEP 254 (remove_files) COMPLETE
55642026-02-24T02:32:34.363Z[ recovery-image] Feb 24 02:32:34.398 INFO O| Feb 24 02:32:34.398 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-02-24T02:32:34.388Z[ recovery-image] Feb 24 02:32:34.413 INFO O| Feb 24 02:32:34.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55662026-02-24T02:32:34.388Z[ recovery-image] Feb 24 02:32:34.413 INFO O| Feb 24 02:32:34.413 INFO STEP 255 (remove_files) COMPLETE
55672026-02-24T02:32:34.388Z[ recovery-image] Feb 24 02:32:34.413 INFO O| Feb 24 02:32:34.413 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-02-24T02:32:34.439Z[ recovery-image] Feb 24 02:32:34.432 INFO O| Feb 24 02:32:34.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55692026-02-24T02:32:34.439Z[ recovery-image] Feb 24 02:32:34.432 INFO O| Feb 24 02:32:34.432 INFO STEP 256 (remove_files) COMPLETE
55702026-02-24T02:32:34.439Z[ recovery-image] Feb 24 02:32:34.432 INFO O| Feb 24 02:32:34.432 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-02-24T02:32:34.439Z[ recovery-image] Feb 24 02:32:34.449 INFO O| Feb 24 02:32:34.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55722026-02-24T02:32:34.439Z[ recovery-image] Feb 24 02:32:34.449 INFO O| Feb 24 02:32:34.449 INFO STEP 257 (remove_files) COMPLETE
55732026-02-24T02:32:34.440Z[ recovery-image] Feb 24 02:32:34.449 INFO O| Feb 24 02:32:34.449 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-02-24T02:32:34.440Z[ recovery-image] Feb 24 02:32:34.464 INFO O| Feb 24 02:32:34.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55752026-02-24T02:32:34.440Z[ recovery-image] Feb 24 02:32:34.465 INFO O| Feb 24 02:32:34.465 INFO STEP 258 (remove_files) COMPLETE
55762026-02-24T02:32:34.440Z[ recovery-image] Feb 24 02:32:34.465 INFO O| Feb 24 02:32:34.465 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-02-24T02:32:34.464Z[ recovery-image] Feb 24 02:32:34.481 INFO O| Feb 24 02:32:34.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55782026-02-24T02:32:34.464Z[ recovery-image] Feb 24 02:32:34.482 INFO O| Feb 24 02:32:34.481 INFO STEP 259 (remove_files) COMPLETE
55792026-02-24T02:32:34.464Z[ recovery-image] Feb 24 02:32:34.482 INFO O| Feb 24 02:32:34.482 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-02-24T02:32:34.464Z[ recovery-image] Feb 24 02:32:34.503 INFO O| Feb 24 02:32:34.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55812026-02-24T02:32:34.464Z[ recovery-image] Feb 24 02:32:34.503 INFO O| Feb 24 02:32:34.503 INFO STEP 260 (remove_files) COMPLETE
55822026-02-24T02:32:34.464Z[ recovery-image] Feb 24 02:32:34.503 INFO O| Feb 24 02:32:34.503 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-24T02:32:34.488Z[ recovery-image] Feb 24 02:32:34.524 INFO O| Feb 24 02:32:34.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55842026-02-24T02:32:34.488Z[ recovery-image] Feb 24 02:32:34.524 INFO O| Feb 24 02:32:34.524 INFO STEP 261 (remove_files) COMPLETE
55852026-02-24T02:32:34.488Z[ recovery-image] Feb 24 02:32:34.524 INFO O| Feb 24 02:32:34.524 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-02-24T02:32:34.512Z[ recovery-image] Feb 24 02:32:34.539 INFO O| Feb 24 02:32:34.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55872026-02-24T02:32:34.512Z[ recovery-image] Feb 24 02:32:34.539 INFO O| Feb 24 02:32:34.539 INFO STEP 262 (remove_files) COMPLETE
55882026-02-24T02:32:34.512Z[ recovery-image] Feb 24 02:32:34.539 INFO O| Feb 24 02:32:34.539 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-02-24T02:32:34.512Z[ recovery-image] Feb 24 02:32:34.553 INFO O| Feb 24 02:32:34.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55902026-02-24T02:32:34.512Z[ recovery-image] Feb 24 02:32:34.553 INFO O| Feb 24 02:32:34.553 INFO STEP 263 (remove_files) COMPLETE
55912026-02-24T02:32:34.512Z[ recovery-image] Feb 24 02:32:34.553 INFO O| Feb 24 02:32:34.553 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-02-24T02:32:34.536Z[ recovery-image] Feb 24 02:32:34.575 INFO O| Feb 24 02:32:34.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55932026-02-24T02:32:34.536Z[ recovery-image] Feb 24 02:32:34.575 INFO O| Feb 24 02:32:34.575 INFO STEP 264 (remove_files) COMPLETE
55942026-02-24T02:32:34.536Z[ recovery-image] Feb 24 02:32:34.575 INFO O| Feb 24 02:32:34.575 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-02-24T02:32:34.560Z[ recovery-image] Feb 24 02:32:34.594 INFO O| Feb 24 02:32:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55962026-02-24T02:32:34.560Z[ recovery-image] Feb 24 02:32:34.594 INFO O| Feb 24 02:32:34.594 INFO STEP 265 (remove_files) COMPLETE
55972026-02-24T02:32:34.560Z[ recovery-image] Feb 24 02:32:34.594 INFO O| Feb 24 02:32:34.594 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-02-24T02:32:34.584Z[ recovery-image] Feb 24 02:32:34.610 INFO O| Feb 24 02:32:34.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55992026-02-24T02:32:34.584Z[ recovery-image] Feb 24 02:32:34.610 INFO O| Feb 24 02:32:34.610 INFO STEP 266 (remove_files) COMPLETE
56002026-02-24T02:32:34.584Z[ recovery-image] Feb 24 02:32:34.610 INFO O| Feb 24 02:32:34.610 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-02-24T02:32:34.608Z[ recovery-image] Feb 24 02:32:34.627 INFO O| Feb 24 02:32:34.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56022026-02-24T02:32:34.608Z[ recovery-image] Feb 24 02:32:34.627 INFO O| Feb 24 02:32:34.627 INFO STEP 267 (remove_files) COMPLETE
56032026-02-24T02:32:34.608Z[ recovery-image] Feb 24 02:32:34.627 INFO O| Feb 24 02:32:34.627 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-02-24T02:32:34.608Z[ recovery-image] Feb 24 02:32:34.646 INFO O| Feb 24 02:32:34.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56052026-02-24T02:32:34.608Z[ recovery-image] Feb 24 02:32:34.646 INFO O| Feb 24 02:32:34.646 INFO STEP 268 (remove_files) COMPLETE
56062026-02-24T02:32:34.608Z[ recovery-image] Feb 24 02:32:34.646 INFO O| Feb 24 02:32:34.646 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-02-24T02:32:34.632Z[ recovery-image] Feb 24 02:32:34.663 INFO O| Feb 24 02:32:34.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56082026-02-24T02:32:34.632Z[ recovery-image] Feb 24 02:32:34.663 INFO O| Feb 24 02:32:34.663 INFO STEP 269 (remove_files) COMPLETE
56092026-02-24T02:32:34.632Z[ recovery-image] Feb 24 02:32:34.663 INFO O| Feb 24 02:32:34.663 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-02-24T02:32:34.656Z[ recovery-image] Feb 24 02:32:34.682 INFO O| Feb 24 02:32:34.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56112026-02-24T02:32:34.657Z[ recovery-image] Feb 24 02:32:34.682 INFO O| Feb 24 02:32:34.682 INFO STEP 270 (remove_files) COMPLETE
56122026-02-24T02:32:34.657Z[ recovery-image] Feb 24 02:32:34.682 INFO O| Feb 24 02:32:34.682 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-24T02:32:34.680Z[ recovery-image] Feb 24 02:32:34.705 INFO O| Feb 24 02:32:34.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56142026-02-24T02:32:34.681Z[ recovery-image] Feb 24 02:32:34.705 INFO O| Feb 24 02:32:34.705 INFO STEP 271 (remove_files) COMPLETE
56152026-02-24T02:32:34.681Z[ recovery-image] Feb 24 02:32:34.705 INFO O| Feb 24 02:32:34.705 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-02-24T02:32:34.681Z[ recovery-image] Feb 24 02:32:34.721 INFO O| Feb 24 02:32:34.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56172026-02-24T02:32:34.681Z[ recovery-image] Feb 24 02:32:34.721 INFO O| Feb 24 02:32:34.721 INFO STEP 272 (remove_files) COMPLETE
56182026-02-24T02:32:34.681Z[ recovery-image] Feb 24 02:32:34.721 INFO O| Feb 24 02:32:34.721 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-02-24T02:32:34.706Z[ recovery-image] Feb 24 02:32:34.739 INFO O| Feb 24 02:32:34.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56202026-02-24T02:32:34.706Z[ recovery-image] Feb 24 02:32:34.740 INFO O| Feb 24 02:32:34.739 INFO STEP 273 (remove_files) COMPLETE
56212026-02-24T02:32:34.706Z[ recovery-image] Feb 24 02:32:34.740 INFO O| Feb 24 02:32:34.740 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-02-24T02:32:34.730Z[ recovery-image] Feb 24 02:32:34.755 INFO O| Feb 24 02:32:34.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56232026-02-24T02:32:34.730Z[ recovery-image] Feb 24 02:32:34.755 INFO O| Feb 24 02:32:34.755 INFO STEP 274 (remove_files) COMPLETE
56242026-02-24T02:32:34.731Z[ recovery-image] Feb 24 02:32:34.755 INFO O| Feb 24 02:32:34.755 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-02-24T02:32:34.731Z[ recovery-image] Feb 24 02:32:34.770 INFO O| Feb 24 02:32:34.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56262026-02-24T02:32:34.731Z[ recovery-image] Feb 24 02:32:34.770 INFO O| Feb 24 02:32:34.770 INFO STEP 275 (remove_files) COMPLETE
56272026-02-24T02:32:34.731Z[ recovery-image] Feb 24 02:32:34.770 INFO O| Feb 24 02:32:34.770 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-02-24T02:32:34.755Z[ recovery-image] Feb 24 02:32:34.784 INFO O| Feb 24 02:32:34.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56292026-02-24T02:32:34.755Z[ recovery-image] Feb 24 02:32:34.784 INFO O| Feb 24 02:32:34.784 INFO STEP 276 (remove_files) COMPLETE
56302026-02-24T02:32:34.755Z[ recovery-image] Feb 24 02:32:34.784 INFO O| Feb 24 02:32:34.784 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-02-24T02:32:34.779Z[ recovery-image] Feb 24 02:32:34.804 INFO O| Feb 24 02:32:34.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56322026-02-24T02:32:34.779Z[ recovery-image] Feb 24 02:32:34.804 INFO O| Feb 24 02:32:34.804 INFO STEP 277 (remove_files) COMPLETE
56332026-02-24T02:32:34.779Z[ recovery-image] Feb 24 02:32:34.804 INFO O| Feb 24 02:32:34.804 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-02-24T02:32:34.803Z[ recovery-image] Feb 24 02:32:34.824 INFO O| Feb 24 02:32:34.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56352026-02-24T02:32:34.803Z[ recovery-image] Feb 24 02:32:34.824 INFO O| Feb 24 02:32:34.824 INFO STEP 278 (remove_files) COMPLETE
56362026-02-24T02:32:34.803Z[ recovery-image] Feb 24 02:32:34.824 INFO O| Feb 24 02:32:34.824 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-02-24T02:32:34.803Z[ recovery-image] Feb 24 02:32:34.842 INFO O| Feb 24 02:32:34.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56382026-02-24T02:32:34.803Z[ recovery-image] Feb 24 02:32:34.842 INFO O| Feb 24 02:32:34.842 INFO STEP 279 (remove_files) COMPLETE
56392026-02-24T02:32:34.803Z[ recovery-image] Feb 24 02:32:34.842 INFO O| Feb 24 02:32:34.842 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-02-24T02:32:34.827Z[ recovery-image] Feb 24 02:32:34.859 INFO O| Feb 24 02:32:34.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56412026-02-24T02:32:34.827Z[ recovery-image] Feb 24 02:32:34.859 INFO O| Feb 24 02:32:34.859 INFO STEP 280 (remove_files) COMPLETE
56422026-02-24T02:32:34.827Z[ recovery-image] Feb 24 02:32:34.859 INFO O| Feb 24 02:32:34.859 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-02-24T02:32:34.866Z[ recovery-image] Feb 24 02:32:34.873 INFO O| Feb 24 02:32:34.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56442026-02-24T02:32:34.866Z[ recovery-image] Feb 24 02:32:34.873 INFO O| Feb 24 02:32:34.873 INFO STEP 281 (remove_files) COMPLETE
56452026-02-24T02:32:34.866Z[ recovery-image] Feb 24 02:32:34.873 INFO O| Feb 24 02:32:34.873 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-02-24T02:32:34.890Z[ recovery-image] Feb 24 02:32:34.897 INFO O| Feb 24 02:32:34.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56472026-02-24T02:32:34.890Z[ recovery-image] Feb 24 02:32:34.898 INFO O| Feb 24 02:32:34.898 INFO STEP 282 (remove_files) COMPLETE
56482026-02-24T02:32:34.890Z[ recovery-image] Feb 24 02:32:34.898 INFO O| Feb 24 02:32:34.898 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-02-24T02:32:34.890Z[ recovery-image] Feb 24 02:32:34.917 INFO O| Feb 24 02:32:34.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56502026-02-24T02:32:34.890Z[ recovery-image] Feb 24 02:32:34.917 INFO O| Feb 24 02:32:34.917 INFO STEP 283 (remove_files) COMPLETE
56512026-02-24T02:32:34.890Z[ recovery-image] Feb 24 02:32:34.917 INFO O| Feb 24 02:32:34.917 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-02-24T02:32:34.914Z[ recovery-image] Feb 24 02:32:34.936 INFO O| Feb 24 02:32:34.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56532026-02-24T02:32:34.914Z[ recovery-image] Feb 24 02:32:34.936 INFO O| Feb 24 02:32:34.936 INFO STEP 284 (remove_files) COMPLETE
56542026-02-24T02:32:34.914Z[ recovery-image] Feb 24 02:32:34.936 INFO O| Feb 24 02:32:34.936 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-02-24T02:32:34.938Z[ recovery-image] Feb 24 02:32:34.958 INFO O| Feb 24 02:32:34.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56562026-02-24T02:32:34.938Z[ recovery-image] Feb 24 02:32:34.959 INFO O| Feb 24 02:32:34.959 INFO STEP 285 (remove_files) COMPLETE
56572026-02-24T02:32:34.938Z[ recovery-image] Feb 24 02:32:34.959 INFO O| Feb 24 02:32:34.959 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-02-24T02:32:34.962Z[ recovery-image] Feb 24 02:32:34.991 INFO O| Feb 24 02:32:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56592026-02-24T02:32:34.962Z[ recovery-image] Feb 24 02:32:34.991 INFO O| Feb 24 02:32:34.991 INFO STEP 286 (remove_files) COMPLETE
56602026-02-24T02:32:34.962Z[ recovery-image] Feb 24 02:32:34.992 INFO O| Feb 24 02:32:34.991 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-02-24T02:32:34.986Z[ recovery-image] Feb 24 02:32:35.015 INFO O| Feb 24 02:32:35.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56622026-02-24T02:32:34.986Z[ recovery-image] Feb 24 02:32:35.015 INFO O| Feb 24 02:32:35.015 INFO STEP 287 (remove_files) COMPLETE
56632026-02-24T02:32:34.986Z[ recovery-image] Feb 24 02:32:35.016 INFO O| Feb 24 02:32:35.015 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-02-24T02:32:35.012Z[ recovery-image] Feb 24 02:32:35.044 INFO O| Feb 24 02:32:35.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56652026-02-24T02:32:35.012Z[ recovery-image] Feb 24 02:32:35.044 INFO O| Feb 24 02:32:35.044 INFO STEP 288 (remove_files) COMPLETE
56662026-02-24T02:32:35.012Z[ recovery-image] Feb 24 02:32:35.044 INFO O| Feb 24 02:32:35.044 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-02-24T02:32:35.036Z[ recovery-image] Feb 24 02:32:35.069 INFO O| Feb 24 02:32:35.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56682026-02-24T02:32:35.036Z[ recovery-image] Feb 24 02:32:35.069 INFO O| Feb 24 02:32:35.069 INFO STEP 289 (remove_files) COMPLETE
56692026-02-24T02:32:35.036Z[ recovery-image] Feb 24 02:32:35.069 INFO O| Feb 24 02:32:35.069 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-02-24T02:32:35.060Z[ recovery-image] Feb 24 02:32:35.100 INFO O| Feb 24 02:32:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56712026-02-24T02:32:35.060Z[ recovery-image] Feb 24 02:32:35.101 INFO O| Feb 24 02:32:35.101 INFO STEP 290 (remove_files) COMPLETE
56722026-02-24T02:32:35.060Z[ recovery-image] Feb 24 02:32:35.101 INFO O| Feb 24 02:32:35.101 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-02-24T02:32:35.091Z[ recovery-image] Feb 24 02:32:35.133 INFO O| Feb 24 02:32:35.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56742026-02-24T02:32:35.091Z[ recovery-image] Feb 24 02:32:35.133 INFO O| Feb 24 02:32:35.133 INFO STEP 291 (remove_files) COMPLETE
56752026-02-24T02:32:35.115Z[ recovery-image] Feb 24 02:32:35.133 INFO O| Feb 24 02:32:35.133 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-02-24T02:32:35.140Z[ recovery-image] Feb 24 02:32:35.165 INFO O| Feb 24 02:32:35.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56772026-02-24T02:32:35.140Z[ recovery-image] Feb 24 02:32:35.165 INFO O| Feb 24 02:32:35.165 INFO STEP 292 (remove_files) COMPLETE
56782026-02-24T02:32:35.140Z[ recovery-image] Feb 24 02:32:35.166 INFO O| Feb 24 02:32:35.165 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-02-24T02:32:35.164Z[ recovery-image] Feb 24 02:32:35.198 INFO O| Feb 24 02:32:35.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56802026-02-24T02:32:35.164Z[ recovery-image] Feb 24 02:32:35.198 INFO O| Feb 24 02:32:35.198 INFO STEP 293 (remove_files) COMPLETE
56812026-02-24T02:32:35.164Z[ recovery-image] Feb 24 02:32:35.198 INFO O| Feb 24 02:32:35.198 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-02-24T02:32:35.189Z[ recovery-image] Feb 24 02:32:35.223 INFO O| Feb 24 02:32:35.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56832026-02-24T02:32:35.189Z[ recovery-image] Feb 24 02:32:35.224 INFO O| Feb 24 02:32:35.224 INFO STEP 294 (remove_files) COMPLETE
56842026-02-24T02:32:35.189Z[ recovery-image] Feb 24 02:32:35.224 INFO O| Feb 24 02:32:35.224 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-02-24T02:32:35.214Z[ recovery-image] Feb 24 02:32:35.244 INFO O| Feb 24 02:32:35.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56862026-02-24T02:32:35.214Z[ recovery-image] Feb 24 02:32:35.244 INFO O| Feb 24 02:32:35.244 INFO STEP 295 (remove_files) COMPLETE
56872026-02-24T02:32:35.214Z[ recovery-image] Feb 24 02:32:35.245 INFO O| Feb 24 02:32:35.244 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-02-24T02:32:35.239Z[ recovery-image] Feb 24 02:32:35.273 INFO O| Feb 24 02:32:35.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56892026-02-24T02:32:35.239Z[ recovery-image] Feb 24 02:32:35.273 INFO O| Feb 24 02:32:35.273 INFO STEP 296 (remove_files) COMPLETE
56902026-02-24T02:32:35.239Z[ recovery-image] Feb 24 02:32:35.273 INFO O| Feb 24 02:32:35.273 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-02-24T02:32:35.263Z[ recovery-image] Feb 24 02:32:35.301 INFO O| Feb 24 02:32:35.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56922026-02-24T02:32:35.264Z[ recovery-image] Feb 24 02:32:35.301 INFO O| Feb 24 02:32:35.301 INFO STEP 297 (remove_files) COMPLETE
56932026-02-24T02:32:35.264Z[ recovery-image] Feb 24 02:32:35.301 INFO O| Feb 24 02:32:35.301 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-02-24T02:32:35.288Z[ recovery-image] Feb 24 02:32:35.323 INFO O| Feb 24 02:32:35.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56952026-02-24T02:32:35.288Z[ recovery-image] Feb 24 02:32:35.323 INFO O| Feb 24 02:32:35.323 INFO STEP 298 (remove_files) COMPLETE
56962026-02-24T02:32:35.288Z[ recovery-image] Feb 24 02:32:35.323 INFO O| Feb 24 02:32:35.323 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-02-24T02:32:35.312Z[ recovery-image] Feb 24 02:32:35.348 INFO O| Feb 24 02:32:35.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56982026-02-24T02:32:35.312Z[ recovery-image] Feb 24 02:32:35.349 INFO O| Feb 24 02:32:35.349 INFO STEP 299 (remove_files) COMPLETE
56992026-02-24T02:32:35.312Z[ recovery-image] Feb 24 02:32:35.349 INFO O| Feb 24 02:32:35.349 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-02-24T02:32:35.336Z[ recovery-image] Feb 24 02:32:35.370 INFO O| Feb 24 02:32:35.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57012026-02-24T02:32:35.336Z[ recovery-image] Feb 24 02:32:35.371 INFO O| Feb 24 02:32:35.370 INFO STEP 300 (remove_files) COMPLETE
57022026-02-24T02:32:35.337Z[ recovery-image] Feb 24 02:32:35.371 INFO O| Feb 24 02:32:35.371 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-02-24T02:32:35.361Z[ recovery-image] Feb 24 02:32:35.398 INFO O| Feb 24 02:32:35.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57042026-02-24T02:32:35.361Z[ recovery-image] Feb 24 02:32:35.398 INFO O| Feb 24 02:32:35.398 INFO STEP 301 (remove_files) COMPLETE
57052026-02-24T02:32:35.361Z[ recovery-image] Feb 24 02:32:35.398 INFO O| Feb 24 02:32:35.398 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-02-24T02:32:35.385Z[ recovery-image] Feb 24 02:32:35.426 INFO O| Feb 24 02:32:35.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57072026-02-24T02:32:35.385Z[ recovery-image] Feb 24 02:32:35.427 INFO O| Feb 24 02:32:35.427 INFO STEP 302 (remove_files) COMPLETE
57082026-02-24T02:32:35.409Z[ recovery-image] Feb 24 02:32:35.427 INFO O| Feb 24 02:32:35.427 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-02-24T02:32:35.409Z[ recovery-image] Feb 24 02:32:35.450 INFO O| Feb 24 02:32:35.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57102026-02-24T02:32:35.409Z[ recovery-image] Feb 24 02:32:35.450 INFO O| Feb 24 02:32:35.450 INFO STEP 303 (remove_files) COMPLETE
57112026-02-24T02:32:35.409Z[ recovery-image] Feb 24 02:32:35.450 INFO O| Feb 24 02:32:35.450 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-02-24T02:32:35.434Z[ recovery-image] Feb 24 02:32:35.476 INFO O| Feb 24 02:32:35.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57132026-02-24T02:32:35.434Z[ recovery-image] Feb 24 02:32:35.477 INFO O| Feb 24 02:32:35.476 INFO STEP 304 (remove_files) COMPLETE
57142026-02-24T02:32:35.434Z[ recovery-image] Feb 24 02:32:35.477 INFO O| Feb 24 02:32:35.477 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-02-24T02:32:35.459Z[ recovery-image] Feb 24 02:32:35.496 INFO O| Feb 24 02:32:35.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57162026-02-24T02:32:35.459Z[ recovery-image] Feb 24 02:32:35.496 INFO O| Feb 24 02:32:35.496 INFO STEP 305 (remove_files) COMPLETE
57172026-02-24T02:32:35.459Z[ recovery-image] Feb 24 02:32:35.496 INFO O| Feb 24 02:32:35.496 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-02-24T02:32:35.483Z[ recovery-image] Feb 24 02:32:35.515 INFO O| Feb 24 02:32:35.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57192026-02-24T02:32:35.483Z[ recovery-image] Feb 24 02:32:35.515 INFO O| Feb 24 02:32:35.515 INFO STEP 306 (remove_files) COMPLETE
57202026-02-24T02:32:35.483Z[ recovery-image] Feb 24 02:32:35.515 INFO O| Feb 24 02:32:35.515 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-02-24T02:32:35.507Z[ recovery-image] Feb 24 02:32:35.536 INFO O| Feb 24 02:32:35.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57222026-02-24T02:32:35.507Z[ recovery-image] Feb 24 02:32:35.537 INFO O| Feb 24 02:32:35.537 INFO STEP 307 (remove_files) COMPLETE
57232026-02-24T02:32:35.507Z[ recovery-image] Feb 24 02:32:35.537 INFO O| Feb 24 02:32:35.537 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-02-24T02:32:35.531Z[ recovery-image] Feb 24 02:32:35.560 INFO O| Feb 24 02:32:35.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57252026-02-24T02:32:35.531Z[ recovery-image] Feb 24 02:32:35.560 INFO O| Feb 24 02:32:35.560 INFO STEP 308 (remove_files) COMPLETE
57262026-02-24T02:32:35.531Z[ recovery-image] Feb 24 02:32:35.560 INFO O| Feb 24 02:32:35.560 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-02-24T02:32:35.555Z[ recovery-image] Feb 24 02:32:35.583 INFO O| Feb 24 02:32:35.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57282026-02-24T02:32:35.555Z[ recovery-image] Feb 24 02:32:35.583 INFO O| Feb 24 02:32:35.583 INFO STEP 309 (remove_files) COMPLETE
57292026-02-24T02:32:35.555Z[ recovery-image] Feb 24 02:32:35.583 INFO O| Feb 24 02:32:35.583 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-02-24T02:32:35.579Z[ recovery-image] Feb 24 02:32:35.600 INFO O| Feb 24 02:32:35.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57312026-02-24T02:32:35.580Z[ recovery-image] Feb 24 02:32:35.600 INFO O| Feb 24 02:32:35.600 INFO STEP 310 (remove_files) COMPLETE
57322026-02-24T02:32:35.580Z[ recovery-image] Feb 24 02:32:35.600 INFO O| Feb 24 02:32:35.600 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-02-24T02:32:35.580Z[ recovery-image] Feb 24 02:32:35.618 INFO O| Feb 24 02:32:35.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57342026-02-24T02:32:35.580Z[ recovery-image] Feb 24 02:32:35.618 INFO O| Feb 24 02:32:35.618 INFO STEP 311 (remove_files) COMPLETE
57352026-02-24T02:32:35.580Z[ recovery-image] Feb 24 02:32:35.618 INFO O| Feb 24 02:32:35.618 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-02-24T02:32:35.604Z[ recovery-image] Feb 24 02:32:35.635 INFO O| Feb 24 02:32:35.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57372026-02-24T02:32:35.604Z[ recovery-image] Feb 24 02:32:35.635 INFO O| Feb 24 02:32:35.635 INFO STEP 312 (remove_files) COMPLETE
57382026-02-24T02:32:35.604Z[ recovery-image] Feb 24 02:32:35.635 INFO O| Feb 24 02:32:35.635 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-02-24T02:32:35.628Z[ recovery-image] Feb 24 02:32:35.652 INFO O| Feb 24 02:32:35.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57402026-02-24T02:32:35.628Z[ recovery-image] Feb 24 02:32:35.652 INFO O| Feb 24 02:32:35.652 INFO STEP 313 (remove_files) COMPLETE
57412026-02-24T02:32:35.628Z[ recovery-image] Feb 24 02:32:35.652 INFO O| Feb 24 02:32:35.652 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-02-24T02:32:35.652Z[ recovery-image] Feb 24 02:32:35.671 INFO O| Feb 24 02:32:35.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57432026-02-24T02:32:35.652Z[ recovery-image] Feb 24 02:32:35.671 INFO O| Feb 24 02:32:35.671 INFO STEP 314 (remove_files) COMPLETE
57442026-02-24T02:32:35.652Z[ recovery-image] Feb 24 02:32:35.671 INFO O| Feb 24 02:32:35.671 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-02-24T02:32:35.652Z[ recovery-image] Feb 24 02:32:35.690 INFO O| Feb 24 02:32:35.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57462026-02-24T02:32:35.652Z[ recovery-image] Feb 24 02:32:35.690 INFO O| Feb 24 02:32:35.690 INFO STEP 315 (remove_files) COMPLETE
57472026-02-24T02:32:35.652Z[ recovery-image] Feb 24 02:32:35.690 INFO O| Feb 24 02:32:35.690 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-02-24T02:32:35.676Z[ recovery-image] Feb 24 02:32:35.707 INFO O| Feb 24 02:32:35.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57492026-02-24T02:32:35.676Z[ recovery-image] Feb 24 02:32:35.707 INFO O| Feb 24 02:32:35.707 INFO STEP 316 (remove_files) COMPLETE
57502026-02-24T02:32:35.676Z[ recovery-image] Feb 24 02:32:35.707 INFO O| Feb 24 02:32:35.707 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-02-24T02:32:35.700Z[ recovery-image] Feb 24 02:32:35.718 INFO O| Feb 24 02:32:35.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57522026-02-24T02:32:35.700Z[ recovery-image] Feb 24 02:32:35.719 INFO O| Feb 24 02:32:35.718 INFO STEP 317 (remove_files) COMPLETE
57532026-02-24T02:32:35.700Z[ recovery-image] Feb 24 02:32:35.719 INFO O| Feb 24 02:32:35.718 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-02-24T02:32:35.700Z[ recovery-image] Feb 24 02:32:35.730 INFO O| Feb 24 02:32:35.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57552026-02-24T02:32:35.700Z[ recovery-image] Feb 24 02:32:35.730 INFO O| Feb 24 02:32:35.730 INFO STEP 318 (remove_files) COMPLETE
57562026-02-24T02:32:35.700Z[ recovery-image] Feb 24 02:32:35.730 INFO O| Feb 24 02:32:35.730 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-02-24T02:32:35.724Z[ recovery-image] Feb 24 02:32:35.744 INFO O| Feb 24 02:32:35.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57582026-02-24T02:32:35.724Z[ recovery-image] Feb 24 02:32:35.744 INFO O| Feb 24 02:32:35.744 INFO STEP 319 (remove_files) COMPLETE
57592026-02-24T02:32:35.724Z[ recovery-image] Feb 24 02:32:35.744 INFO O| Feb 24 02:32:35.744 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-02-24T02:32:35.724Z[ recovery-image] Feb 24 02:32:35.755 INFO O| Feb 24 02:32:35.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57612026-02-24T02:32:35.724Z[ recovery-image] Feb 24 02:32:35.756 INFO O| Feb 24 02:32:35.755 INFO STEP 320 (remove_files) COMPLETE
57622026-02-24T02:32:35.724Z[ recovery-image] Feb 24 02:32:35.756 INFO O| Feb 24 02:32:35.755 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-02-24T02:32:35.748Z[ recovery-image] Feb 24 02:32:35.772 INFO O| Feb 24 02:32:35.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57642026-02-24T02:32:35.748Z[ recovery-image] Feb 24 02:32:35.772 INFO O| Feb 24 02:32:35.772 INFO STEP 321 (remove_files) COMPLETE
57652026-02-24T02:32:35.748Z[ recovery-image] Feb 24 02:32:35.772 INFO O| Feb 24 02:32:35.772 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-02-24T02:32:35.772Z[ recovery-image] Feb 24 02:32:35.791 INFO O| Feb 24 02:32:35.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57672026-02-24T02:32:35.772Z[ recovery-image] Feb 24 02:32:35.791 INFO O| Feb 24 02:32:35.791 INFO STEP 322 (remove_files) COMPLETE
57682026-02-24T02:32:35.772Z[ recovery-image] Feb 24 02:32:35.791 INFO O| Feb 24 02:32:35.791 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-02-24T02:32:35.772Z[ recovery-image] Feb 24 02:32:35.805 INFO O| Feb 24 02:32:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57702026-02-24T02:32:35.772Z[ recovery-image] Feb 24 02:32:35.805 INFO O| Feb 24 02:32:35.805 INFO STEP 323 (remove_files) COMPLETE
57712026-02-24T02:32:35.772Z[ recovery-image] Feb 24 02:32:35.805 INFO O| Feb 24 02:32:35.805 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-02-24T02:32:35.796Z[ recovery-image] Feb 24 02:32:35.824 INFO O| Feb 24 02:32:35.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57732026-02-24T02:32:35.796Z[ recovery-image] Feb 24 02:32:35.824 INFO O| Feb 24 02:32:35.824 INFO STEP 324 (remove_files) COMPLETE
57742026-02-24T02:32:35.796Z[ recovery-image] Feb 24 02:32:35.824 INFO O| Feb 24 02:32:35.824 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-02-24T02:32:35.821Z[ recovery-image] Feb 24 02:32:35.841 INFO O| Feb 24 02:32:35.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57762026-02-24T02:32:35.821Z[ recovery-image] Feb 24 02:32:35.841 INFO O| Feb 24 02:32:35.841 INFO STEP 325 (remove_files) COMPLETE
57772026-02-24T02:32:35.821Z[ recovery-image] Feb 24 02:32:35.841 INFO O| Feb 24 02:32:35.841 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-02-24T02:32:35.821Z[ recovery-image] Feb 24 02:32:35.854 INFO O| Feb 24 02:32:35.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57792026-02-24T02:32:35.821Z[ recovery-image] Feb 24 02:32:35.854 INFO O| Feb 24 02:32:35.854 INFO STEP 326 (remove_files) COMPLETE
57802026-02-24T02:32:35.821Z[ recovery-image] Feb 24 02:32:35.854 INFO O| Feb 24 02:32:35.854 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-02-24T02:32:35.846Z[ recovery-image] Feb 24 02:32:35.867 INFO O| Feb 24 02:32:35.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57822026-02-24T02:32:35.846Z[ recovery-image] Feb 24 02:32:35.867 INFO O| Feb 24 02:32:35.867 INFO STEP 327 (remove_files) COMPLETE
57832026-02-24T02:32:35.846Z[ recovery-image] Feb 24 02:32:35.867 INFO O| Feb 24 02:32:35.867 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-02-24T02:32:35.846Z[ recovery-image] Feb 24 02:32:35.883 INFO O| Feb 24 02:32:35.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57852026-02-24T02:32:35.846Z[ recovery-image] Feb 24 02:32:35.883 INFO O| Feb 24 02:32:35.883 INFO STEP 328 (remove_files) COMPLETE
57862026-02-24T02:32:35.846Z[ recovery-image] Feb 24 02:32:35.883 INFO O| Feb 24 02:32:35.883 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-02-24T02:32:35.870Z[ recovery-image] Feb 24 02:32:35.901 INFO O| Feb 24 02:32:35.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57882026-02-24T02:32:35.870Z[ recovery-image] Feb 24 02:32:35.901 INFO O| Feb 24 02:32:35.901 INFO STEP 329 (remove_files) COMPLETE
57892026-02-24T02:32:35.870Z[ recovery-image] Feb 24 02:32:35.901 INFO O| Feb 24 02:32:35.901 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-02-24T02:32:35.894Z[ recovery-image] Feb 24 02:32:35.919 INFO O| Feb 24 02:32:35.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57912026-02-24T02:32:35.894Z[ recovery-image] Feb 24 02:32:35.920 INFO O| Feb 24 02:32:35.920 INFO STEP 330 (remove_files) COMPLETE
57922026-02-24T02:32:35.895Z[ recovery-image] Feb 24 02:32:35.920 INFO O| Feb 24 02:32:35.920 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-02-24T02:32:35.919Z[ recovery-image] Feb 24 02:32:35.937 INFO O| Feb 24 02:32:35.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57942026-02-24T02:32:35.919Z[ recovery-image] Feb 24 02:32:35.937 INFO O| Feb 24 02:32:35.937 INFO STEP 331 (remove_files) COMPLETE
57952026-02-24T02:32:35.919Z[ recovery-image] Feb 24 02:32:35.937 INFO O| Feb 24 02:32:35.937 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-02-24T02:32:35.919Z[ recovery-image] Feb 24 02:32:35.951 INFO O| Feb 24 02:32:35.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57972026-02-24T02:32:35.919Z[ recovery-image] Feb 24 02:32:35.952 INFO O| Feb 24 02:32:35.951 INFO STEP 332 (remove_files) COMPLETE
57982026-02-24T02:32:35.919Z[ recovery-image] Feb 24 02:32:35.952 INFO O| Feb 24 02:32:35.952 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-02-24T02:32:35.943Z[ recovery-image] Feb 24 02:32:35.970 INFO O| Feb 24 02:32:35.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58002026-02-24T02:32:35.943Z[ recovery-image] Feb 24 02:32:35.970 INFO O| Feb 24 02:32:35.970 INFO STEP 333 (remove_files) COMPLETE
58012026-02-24T02:32:35.943Z[ recovery-image] Feb 24 02:32:35.971 INFO O| Feb 24 02:32:35.970 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-02-24T02:32:35.967Z[ recovery-image] Feb 24 02:32:35.991 INFO O| Feb 24 02:32:35.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58032026-02-24T02:32:35.967Z[ recovery-image] Feb 24 02:32:35.991 INFO O| Feb 24 02:32:35.991 INFO STEP 334 (remove_files) COMPLETE
58042026-02-24T02:32:35.967Z[ recovery-image] Feb 24 02:32:35.991 INFO O| Feb 24 02:32:35.991 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-02-24T02:32:35.991Z[ recovery-image] Feb 24 02:32:36.013 INFO O| Feb 24 02:32:36.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58062026-02-24T02:32:35.991Z[ recovery-image] Feb 24 02:32:36.013 INFO O| Feb 24 02:32:36.013 INFO STEP 335 (remove_files) COMPLETE
58072026-02-24T02:32:35.991Z[ recovery-image] Feb 24 02:32:36.013 INFO O| Feb 24 02:32:36.013 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-02-24T02:32:35.991Z[ recovery-image] Feb 24 02:32:36.031 INFO O| Feb 24 02:32:36.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58092026-02-24T02:32:35.991Z[ recovery-image] Feb 24 02:32:36.031 INFO O| Feb 24 02:32:36.031 INFO STEP 336 (remove_files) COMPLETE
58102026-02-24T02:32:35.991Z[ recovery-image] Feb 24 02:32:36.031 INFO O| Feb 24 02:32:36.031 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-02-24T02:32:36.015Z[ recovery-image] Feb 24 02:32:36.050 INFO O| Feb 24 02:32:36.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58122026-02-24T02:32:36.016Z[ recovery-image] Feb 24 02:32:36.051 INFO O| Feb 24 02:32:36.051 INFO STEP 337 (remove_files) COMPLETE
58132026-02-24T02:32:36.016Z[ recovery-image] Feb 24 02:32:36.051 INFO O| Feb 24 02:32:36.051 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-02-24T02:32:36.040Z[ recovery-image] Feb 24 02:32:36.064 INFO O| Feb 24 02:32:36.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58152026-02-24T02:32:36.040Z[ recovery-image] Feb 24 02:32:36.064 INFO O| Feb 24 02:32:36.064 INFO STEP 338 (remove_files) COMPLETE
58162026-02-24T02:32:36.040Z[ recovery-image] Feb 24 02:32:36.064 INFO O| Feb 24 02:32:36.064 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-02-24T02:32:36.040Z[ recovery-image] Feb 24 02:32:36.075 INFO O| Feb 24 02:32:36.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58182026-02-24T02:32:36.040Z[ recovery-image] Feb 24 02:32:36.075 INFO O| Feb 24 02:32:36.075 INFO STEP 339 (remove_files) COMPLETE
58192026-02-24T02:32:36.040Z[ recovery-image] Feb 24 02:32:36.075 INFO O| Feb 24 02:32:36.075 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-02-24T02:32:36.064Z[ recovery-image] Feb 24 02:32:36.087 INFO O| Feb 24 02:32:36.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58212026-02-24T02:32:36.064Z[ recovery-image] Feb 24 02:32:36.087 INFO O| Feb 24 02:32:36.087 INFO STEP 340 (remove_files) COMPLETE
58222026-02-24T02:32:36.064Z[ recovery-image] Feb 24 02:32:36.087 INFO O| Feb 24 02:32:36.087 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-02-24T02:32:36.064Z[ recovery-image] Feb 24 02:32:36.098 INFO O| Feb 24 02:32:36.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58242026-02-24T02:32:36.064Z[ recovery-image] Feb 24 02:32:36.098 INFO O| Feb 24 02:32:36.098 INFO STEP 341 (remove_files) COMPLETE
58252026-02-24T02:32:36.064Z[ recovery-image] Feb 24 02:32:36.098 INFO O| Feb 24 02:32:36.098 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-02-24T02:32:36.088Z[ recovery-image] Feb 24 02:32:36.112 INFO O| Feb 24 02:32:36.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58272026-02-24T02:32:36.088Z[ recovery-image] Feb 24 02:32:36.112 INFO O| Feb 24 02:32:36.112 INFO STEP 342 (remove_files) COMPLETE
58282026-02-24T02:32:36.088Z[ recovery-image] Feb 24 02:32:36.112 INFO O| Feb 24 02:32:36.112 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-02-24T02:32:36.088Z[ recovery-image] Feb 24 02:32:36.124 INFO O| Feb 24 02:32:36.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58302026-02-24T02:32:36.088Z[ recovery-image] Feb 24 02:32:36.125 INFO O| Feb 24 02:32:36.124 INFO STEP 343 (remove_files) COMPLETE
58312026-02-24T02:32:36.088Z[ recovery-image] Feb 24 02:32:36.125 INFO O| Feb 24 02:32:36.124 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-02-24T02:32:36.114Z[ recovery-image] Feb 24 02:32:36.136 INFO O| Feb 24 02:32:36.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58332026-02-24T02:32:36.114Z[ recovery-image] Feb 24 02:32:36.136 INFO O| Feb 24 02:32:36.136 INFO STEP 344 (remove_files) COMPLETE
58342026-02-24T02:32:36.114Z[ recovery-image] Feb 24 02:32:36.136 INFO O| Feb 24 02:32:36.136 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-02-24T02:32:36.114Z[ recovery-image] Feb 24 02:32:36.148 INFO O| Feb 24 02:32:36.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58362026-02-24T02:32:36.114Z[ recovery-image] Feb 24 02:32:36.148 INFO O| Feb 24 02:32:36.148 INFO STEP 345 (remove_files) COMPLETE
58372026-02-24T02:32:36.114Z[ recovery-image] Feb 24 02:32:36.148 INFO O| Feb 24 02:32:36.148 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-02-24T02:32:36.138Z[ recovery-image] Feb 24 02:32:36.159 INFO O| Feb 24 02:32:36.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58392026-02-24T02:32:36.138Z[ recovery-image] Feb 24 02:32:36.160 INFO O| Feb 24 02:32:36.159 INFO STEP 346 (remove_files) COMPLETE
58402026-02-24T02:32:36.138Z[ recovery-image] Feb 24 02:32:36.160 INFO O| Feb 24 02:32:36.160 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-02-24T02:32:36.138Z[ recovery-image] Feb 24 02:32:36.175 INFO O| Feb 24 02:32:36.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58422026-02-24T02:32:36.138Z[ recovery-image] Feb 24 02:32:36.175 INFO O| Feb 24 02:32:36.175 INFO STEP 347 (remove_files) COMPLETE
58432026-02-24T02:32:36.138Z[ recovery-image] Feb 24 02:32:36.176 INFO O| Feb 24 02:32:36.175 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-02-24T02:32:36.162Z[ recovery-image] Feb 24 02:32:36.189 INFO O| Feb 24 02:32:36.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58452026-02-24T02:32:36.162Z[ recovery-image] Feb 24 02:32:36.189 INFO O| Feb 24 02:32:36.189 INFO STEP 348 (remove_files) COMPLETE
58462026-02-24T02:32:36.162Z[ recovery-image] Feb 24 02:32:36.189 INFO O| Feb 24 02:32:36.189 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-02-24T02:32:36.186Z[ recovery-image] Feb 24 02:32:36.210 INFO O| Feb 24 02:32:36.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58482026-02-24T02:32:36.187Z[ recovery-image] Feb 24 02:32:36.210 INFO O| Feb 24 02:32:36.210 INFO STEP 349 (remove_files) COMPLETE
58492026-02-24T02:32:36.187Z[ recovery-image] Feb 24 02:32:36.210 INFO O| Feb 24 02:32:36.210 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-02-24T02:32:36.187Z[ recovery-image] Feb 24 02:32:36.225 INFO O| Feb 24 02:32:36.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58512026-02-24T02:32:36.187Z[ recovery-image] Feb 24 02:32:36.225 INFO O| Feb 24 02:32:36.225 INFO STEP 350 (remove_files) COMPLETE
58522026-02-24T02:32:36.187Z[ recovery-image] Feb 24 02:32:36.226 INFO O| Feb 24 02:32:36.225 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-02-24T02:32:36.210Z[ recovery-image] Feb 24 02:32:36.245 INFO O| Feb 24 02:32:36.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58542026-02-24T02:32:36.210Z[ recovery-image] Feb 24 02:32:36.245 INFO O| Feb 24 02:32:36.245 INFO STEP 351 (remove_files) COMPLETE
58552026-02-24T02:32:36.210Z[ recovery-image] Feb 24 02:32:36.245 INFO O| Feb 24 02:32:36.245 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-02-24T02:32:36.235Z[ recovery-image] Feb 24 02:32:36.262 INFO O| Feb 24 02:32:36.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58572026-02-24T02:32:36.235Z[ recovery-image] Feb 24 02:32:36.262 INFO O| Feb 24 02:32:36.262 INFO STEP 352 (remove_files) COMPLETE
58582026-02-24T02:32:36.235Z[ recovery-image] Feb 24 02:32:36.262 INFO O| Feb 24 02:32:36.262 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-02-24T02:32:36.260Z[ recovery-image] Feb 24 02:32:36.278 INFO O| Feb 24 02:32:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58602026-02-24T02:32:36.260Z[ recovery-image] Feb 24 02:32:36.279 INFO O| Feb 24 02:32:36.279 INFO STEP 353 (remove_files) COMPLETE
58612026-02-24T02:32:36.260Z[ recovery-image] Feb 24 02:32:36.279 INFO O| Feb 24 02:32:36.279 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-02-24T02:32:36.260Z[ recovery-image] Feb 24 02:32:36.293 INFO O| Feb 24 02:32:36.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58632026-02-24T02:32:36.260Z[ recovery-image] Feb 24 02:32:36.293 INFO O| Feb 24 02:32:36.293 INFO STEP 354 (remove_files) COMPLETE
58642026-02-24T02:32:36.260Z[ recovery-image] Feb 24 02:32:36.293 INFO O| Feb 24 02:32:36.293 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-02-24T02:32:36.285Z[ recovery-image] Feb 24 02:32:36.308 INFO O| Feb 24 02:32:36.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58662026-02-24T02:32:36.285Z[ recovery-image] Feb 24 02:32:36.308 INFO O| Feb 24 02:32:36.307 INFO STEP 355 (remove_files) COMPLETE
58672026-02-24T02:32:36.285Z[ recovery-image] Feb 24 02:32:36.308 INFO O| Feb 24 02:32:36.308 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-02-24T02:32:36.309Z[ recovery-image] Feb 24 02:32:36.328 INFO O| Feb 24 02:32:36.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58692026-02-24T02:32:36.309Z[ recovery-image] Feb 24 02:32:36.328 INFO O| Feb 24 02:32:36.328 INFO STEP 356 (remove_files) COMPLETE
58702026-02-24T02:32:36.309Z[ recovery-image] Feb 24 02:32:36.328 INFO O| Feb 24 02:32:36.328 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-02-24T02:32:36.309Z[ recovery-image] Feb 24 02:32:36.343 INFO O| Feb 24 02:32:36.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58722026-02-24T02:32:36.309Z[ recovery-image] Feb 24 02:32:36.343 INFO O| Feb 24 02:32:36.343 INFO STEP 357 (remove_files) COMPLETE
58732026-02-24T02:32:36.309Z[ recovery-image] Feb 24 02:32:36.343 INFO O| Feb 24 02:32:36.343 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-02-24T02:32:36.334Z[ recovery-image] Feb 24 02:32:36.360 INFO O| Feb 24 02:32:36.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58752026-02-24T02:32:36.334Z[ recovery-image] Feb 24 02:32:36.360 INFO O| Feb 24 02:32:36.360 INFO STEP 358 (remove_files) COMPLETE
58762026-02-24T02:32:36.335Z[ recovery-image] Feb 24 02:32:36.360 INFO O| Feb 24 02:32:36.360 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-02-24T02:32:36.359Z[ recovery-image] Feb 24 02:32:36.376 INFO O| Feb 24 02:32:36.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58782026-02-24T02:32:36.359Z[ recovery-image] Feb 24 02:32:36.376 INFO O| Feb 24 02:32:36.376 INFO STEP 359 (remove_files) COMPLETE
58792026-02-24T02:32:36.359Z[ recovery-image] Feb 24 02:32:36.376 INFO O| Feb 24 02:32:36.376 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-02-24T02:32:36.359Z[ recovery-image] Feb 24 02:32:36.394 INFO O| Feb 24 02:32:36.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58812026-02-24T02:32:36.359Z[ recovery-image] Feb 24 02:32:36.394 INFO O| Feb 24 02:32:36.394 INFO STEP 360 (remove_files) COMPLETE
58822026-02-24T02:32:36.359Z[ recovery-image] Feb 24 02:32:36.394 INFO O| Feb 24 02:32:36.394 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-02-24T02:32:36.383Z[ recovery-image] Feb 24 02:32:36.414 INFO O| Feb 24 02:32:36.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58842026-02-24T02:32:36.383Z[ recovery-image] Feb 24 02:32:36.414 INFO O| Feb 24 02:32:36.414 INFO STEP 361 (remove_files) COMPLETE
58852026-02-24T02:32:36.383Z[ recovery-image] Feb 24 02:32:36.414 INFO O| Feb 24 02:32:36.414 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-02-24T02:32:36.407Z[ recovery-image] Feb 24 02:32:36.431 INFO O| Feb 24 02:32:36.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58872026-02-24T02:32:36.407Z[ recovery-image] Feb 24 02:32:36.431 INFO O| Feb 24 02:32:36.431 INFO STEP 362 (remove_files) COMPLETE
58882026-02-24T02:32:36.407Z[ recovery-image] Feb 24 02:32:36.431 INFO O| Feb 24 02:32:36.431 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-02-24T02:32:36.407Z[ recovery-image] Feb 24 02:32:36.448 INFO O| Feb 24 02:32:36.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58902026-02-24T02:32:36.407Z[ recovery-image] Feb 24 02:32:36.448 INFO O| Feb 24 02:32:36.448 INFO STEP 363 (remove_files) COMPLETE
58912026-02-24T02:32:36.407Z[ recovery-image] Feb 24 02:32:36.448 INFO O| Feb 24 02:32:36.448 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-02-24T02:32:36.432Z[ recovery-image] Feb 24 02:32:36.469 INFO O| Feb 24 02:32:36.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58932026-02-24T02:32:36.432Z[ recovery-image] Feb 24 02:32:36.470 INFO O| Feb 24 02:32:36.470 INFO STEP 364 (remove_files) COMPLETE
58942026-02-24T02:32:36.432Z[ recovery-image] Feb 24 02:32:36.470 INFO O| Feb 24 02:32:36.470 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-02-24T02:32:36.456Z[ recovery-image] Feb 24 02:32:36.484 INFO O| Feb 24 02:32:36.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58962026-02-24T02:32:36.456Z[ recovery-image] Feb 24 02:32:36.484 INFO O| Feb 24 02:32:36.484 INFO STEP 365 (remove_files) COMPLETE
58972026-02-24T02:32:36.456Z[ recovery-image] Feb 24 02:32:36.484 INFO O| Feb 24 02:32:36.484 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-02-24T02:32:36.456Z[ recovery-image] Feb 24 02:32:36.497 INFO O| Feb 24 02:32:36.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58992026-02-24T02:32:36.456Z[ recovery-image] Feb 24 02:32:36.497 INFO O| Feb 24 02:32:36.497 INFO STEP 366 (remove_files) COMPLETE
59002026-02-24T02:32:36.456Z[ recovery-image] Feb 24 02:32:36.497 INFO O| Feb 24 02:32:36.497 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-02-24T02:32:36.482Z[ recovery-image] Feb 24 02:32:36.515 INFO O| Feb 24 02:32:36.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59022026-02-24T02:32:36.482Z[ recovery-image] Feb 24 02:32:36.515 INFO O| Feb 24 02:32:36.515 INFO STEP 367 (remove_files) COMPLETE
59032026-02-24T02:32:36.482Z[ recovery-image] Feb 24 02:32:36.515 INFO O| Feb 24 02:32:36.515 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-02-24T02:32:36.506Z[ recovery-image] Feb 24 02:32:36.532 INFO O| Feb 24 02:32:36.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59052026-02-24T02:32:36.506Z[ recovery-image] Feb 24 02:32:36.532 INFO O| Feb 24 02:32:36.532 INFO STEP 368 (remove_files) COMPLETE
59062026-02-24T02:32:36.506Z[ recovery-image] Feb 24 02:32:36.532 INFO O| Feb 24 02:32:36.532 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-02-24T02:32:36.530Z[ recovery-image] Feb 24 02:32:36.550 INFO O| Feb 24 02:32:36.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59082026-02-24T02:32:36.530Z[ recovery-image] Feb 24 02:32:36.550 INFO O| Feb 24 02:32:36.550 INFO STEP 369 (remove_files) COMPLETE
59092026-02-24T02:32:36.530Z[ recovery-image] Feb 24 02:32:36.551 INFO O| Feb 24 02:32:36.550 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-02-24T02:32:36.530Z[ recovery-image] Feb 24 02:32:36.568 INFO O| Feb 24 02:32:36.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59112026-02-24T02:32:36.530Z[ recovery-image] Feb 24 02:32:36.568 INFO O| Feb 24 02:32:36.568 INFO STEP 370 (remove_files) COMPLETE
59122026-02-24T02:32:36.530Z[ recovery-image] Feb 24 02:32:36.568 INFO O| Feb 24 02:32:36.568 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-02-24T02:32:36.556Z[ recovery-image] Feb 24 02:32:36.586 INFO O| Feb 24 02:32:36.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59142026-02-24T02:32:36.556Z[ recovery-image] Feb 24 02:32:36.586 INFO O| Feb 24 02:32:36.586 INFO STEP 371 (remove_files) COMPLETE
59152026-02-24T02:32:36.556Z[ recovery-image] Feb 24 02:32:36.587 INFO O| Feb 24 02:32:36.586 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-02-24T02:32:36.580Z[ recovery-image] Feb 24 02:32:36.607 INFO O| Feb 24 02:32:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59172026-02-24T02:32:36.580Z[ recovery-image] Feb 24 02:32:36.608 INFO O| Feb 24 02:32:36.608 INFO STEP 372 (remove_files) COMPLETE
59182026-02-24T02:32:36.580Z[ recovery-image] Feb 24 02:32:36.608 INFO O| Feb 24 02:32:36.608 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-02-24T02:32:36.580Z[ recovery-image] Feb 24 02:32:36.622 INFO O| Feb 24 02:32:36.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59202026-02-24T02:32:36.604Z[ recovery-image] Feb 24 02:32:36.623 INFO O| Feb 24 02:32:36.623 INFO STEP 373 (remove_files) COMPLETE
59212026-02-24T02:32:36.604Z[ recovery-image] Feb 24 02:32:36.623 INFO O| Feb 24 02:32:36.623 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-02-24T02:32:36.604Z[ recovery-image] Feb 24 02:32:36.645 INFO O| Feb 24 02:32:36.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59232026-02-24T02:32:36.604Z[ recovery-image] Feb 24 02:32:36.645 INFO O| Feb 24 02:32:36.645 INFO STEP 374 (remove_files) COMPLETE
59242026-02-24T02:32:36.604Z[ recovery-image] Feb 24 02:32:36.645 INFO O| Feb 24 02:32:36.645 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-02-24T02:32:36.629Z[ recovery-image] Feb 24 02:32:36.666 INFO O| Feb 24 02:32:36.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59262026-02-24T02:32:36.629Z[ recovery-image] Feb 24 02:32:36.666 INFO O| Feb 24 02:32:36.666 INFO STEP 375 (remove_files) COMPLETE
59272026-02-24T02:32:36.629Z[ recovery-image] Feb 24 02:32:36.666 INFO O| Feb 24 02:32:36.666 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-02-24T02:32:36.663Z[ recovery-image] Feb 24 02:32:36.686 INFO O| Feb 24 02:32:36.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59292026-02-24T02:32:36.663Z[ recovery-image] Feb 24 02:32:36.686 INFO O| Feb 24 02:32:36.686 INFO STEP 376 (remove_files) COMPLETE
59302026-02-24T02:32:36.663Z[ recovery-image] Feb 24 02:32:36.686 INFO O| Feb 24 02:32:36.686 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-02-24T02:32:36.693Z[ recovery-image] Feb 24 02:32:36.707 INFO O| Feb 24 02:32:36.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59322026-02-24T02:32:36.694Z[ recovery-image] Feb 24 02:32:36.708 INFO O| Feb 24 02:32:36.708 INFO STEP 377 (remove_files) COMPLETE
59332026-02-24T02:32:36.694Z[ recovery-image] Feb 24 02:32:36.708 INFO O| Feb 24 02:32:36.708 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-02-24T02:32:36.727Z[ recovery-image] Feb 24 02:32:36.735 INFO O| Feb 24 02:32:36.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59352026-02-24T02:32:36.727Z[ recovery-image] Feb 24 02:32:36.736 INFO O| Feb 24 02:32:36.736 INFO STEP 378 (remove_files) COMPLETE
59362026-02-24T02:32:36.727Z[ recovery-image] Feb 24 02:32:36.736 INFO O| Feb 24 02:32:36.736 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-02-24T02:32:36.727Z[ recovery-image] Feb 24 02:32:36.755 INFO O| Feb 24 02:32:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59382026-02-24T02:32:36.727Z[ recovery-image] Feb 24 02:32:36.755 INFO O| Feb 24 02:32:36.755 INFO STEP 379 (remove_files) COMPLETE
59392026-02-24T02:32:36.727Z[ recovery-image] Feb 24 02:32:36.755 INFO O| Feb 24 02:32:36.755 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-02-24T02:32:36.760Z[ recovery-image] Feb 24 02:32:36.774 INFO O| Feb 24 02:32:36.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59412026-02-24T02:32:36.760Z[ recovery-image] Feb 24 02:32:36.774 INFO O| Feb 24 02:32:36.774 INFO STEP 380 (remove_files) COMPLETE
59422026-02-24T02:32:36.760Z[ recovery-image] Feb 24 02:32:36.774 INFO O| Feb 24 02:32:36.774 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-02-24T02:32:36.760Z[ recovery-image] Feb 24 02:32:36.792 INFO O| Feb 24 02:32:36.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59442026-02-24T02:32:36.760Z[ recovery-image] Feb 24 02:32:36.793 INFO O| Feb 24 02:32:36.793 INFO STEP 381 (remove_files) COMPLETE
59452026-02-24T02:32:36.761Z[ recovery-image] Feb 24 02:32:36.793 INFO O| Feb 24 02:32:36.793 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-02-24T02:32:36.842Z[ recovery-image] Feb 24 02:32:36.811 INFO O| Feb 24 02:32:36.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59472026-02-24T02:32:36.842Z[ recovery-image] Feb 24 02:32:36.812 INFO O| Feb 24 02:32:36.812 INFO STEP 382 (remove_files) COMPLETE
59482026-02-24T02:32:36.842Z[ recovery-image] Feb 24 02:32:36.812 INFO O| Feb 24 02:32:36.812 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-02-24T02:32:36.842Z[ recovery-image] Feb 24 02:32:36.827 INFO O| Feb 24 02:32:36.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59502026-02-24T02:32:36.842Z[ recovery-image] Feb 24 02:32:36.827 INFO O| Feb 24 02:32:36.827 INFO STEP 383 (remove_files) COMPLETE
59512026-02-24T02:32:36.843Z[ recovery-image] Feb 24 02:32:36.827 INFO O| Feb 24 02:32:36.827 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-02-24T02:32:36.843Z[ recovery-image] Feb 24 02:32:36.840 INFO O| Feb 24 02:32:36.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59532026-02-24T02:32:36.843Z[ recovery-image] Feb 24 02:32:36.841 INFO O| Feb 24 02:32:36.841 INFO STEP 384 (remove_files) COMPLETE
59542026-02-24T02:32:36.843Z[ recovery-image] Feb 24 02:32:36.841 INFO O| Feb 24 02:32:36.841 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-02-24T02:32:36.843Z[ recovery-image] Feb 24 02:32:36.859 INFO O| Feb 24 02:32:36.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59562026-02-24T02:32:36.843Z[ recovery-image] Feb 24 02:32:36.859 INFO O| Feb 24 02:32:36.859 INFO STEP 385 (remove_files) COMPLETE
59572026-02-24T02:32:36.843Z[ recovery-image] Feb 24 02:32:36.859 INFO O| Feb 24 02:32:36.859 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-02-24T02:32:36.873Z[ recovery-image] Feb 24 02:32:36.878 INFO O| Feb 24 02:32:36.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59592026-02-24T02:32:36.873Z[ recovery-image] Feb 24 02:32:36.878 INFO O| Feb 24 02:32:36.878 INFO STEP 386 (remove_files) COMPLETE
59602026-02-24T02:32:36.873Z[ recovery-image] Feb 24 02:32:36.878 INFO O| Feb 24 02:32:36.878 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-02-24T02:32:36.873Z[ recovery-image] Feb 24 02:32:36.893 INFO O| Feb 24 02:32:36.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59622026-02-24T02:32:36.874Z[ recovery-image] Feb 24 02:32:36.894 INFO O| Feb 24 02:32:36.894 INFO STEP 387 (remove_files) COMPLETE
59632026-02-24T02:32:36.874Z[ recovery-image] Feb 24 02:32:36.894 INFO O| Feb 24 02:32:36.894 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-02-24T02:32:36.915Z[ recovery-image] Feb 24 02:32:36.911 INFO O| Feb 24 02:32:36.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59652026-02-24T02:32:36.915Z[ recovery-image] Feb 24 02:32:36.911 INFO O| Feb 24 02:32:36.911 INFO STEP 388 (remove_files) COMPLETE
59662026-02-24T02:32:36.916Z[ recovery-image] Feb 24 02:32:36.911 INFO O| Feb 24 02:32:36.911 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-02-24T02:32:36.916Z[ recovery-image] Feb 24 02:32:36.931 INFO O| Feb 24 02:32:36.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59682026-02-24T02:32:36.916Z[ recovery-image] Feb 24 02:32:36.932 INFO O| Feb 24 02:32:36.931 INFO STEP 389 (remove_files) COMPLETE
59692026-02-24T02:32:36.917Z[ recovery-image] Feb 24 02:32:36.932 INFO O| Feb 24 02:32:36.932 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-02-24T02:32:36.944Z[ recovery-image] Feb 24 02:32:36.952 INFO O| Feb 24 02:32:36.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59712026-02-24T02:32:36.945Z[ recovery-image] Feb 24 02:32:36.952 INFO O| Feb 24 02:32:36.952 INFO STEP 390 (remove_files) COMPLETE
59722026-02-24T02:32:36.945Z[ recovery-image] Feb 24 02:32:36.952 INFO O| Feb 24 02:32:36.952 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-02-24T02:32:36.945Z[ recovery-image] Feb 24 02:32:36.969 INFO O| Feb 24 02:32:36.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59742026-02-24T02:32:36.945Z[ recovery-image] Feb 24 02:32:36.969 INFO O| Feb 24 02:32:36.969 INFO STEP 391 (remove_files) COMPLETE
59752026-02-24T02:32:36.945Z[ recovery-image] Feb 24 02:32:36.969 INFO O| Feb 24 02:32:36.969 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-02-24T02:32:36.975Z[ recovery-image] Feb 24 02:32:36.987 INFO O| Feb 24 02:32:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59772026-02-24T02:32:36.975Z[ recovery-image] Feb 24 02:32:36.988 INFO O| Feb 24 02:32:36.987 INFO STEP 392 (remove_files) COMPLETE
59782026-02-24T02:32:36.975Z[ recovery-image] Feb 24 02:32:36.988 INFO O| Feb 24 02:32:36.987 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-02-24T02:32:37.021Z[ recovery-image] Feb 24 02:32:37.014 INFO O| Feb 24 02:32:37.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59802026-02-24T02:32:37.022Z[ recovery-image] Feb 24 02:32:37.014 INFO O| Feb 24 02:32:37.014 INFO STEP 393 (remove_files) COMPLETE
59812026-02-24T02:32:37.022Z[ recovery-image] Feb 24 02:32:37.014 INFO O| Feb 24 02:32:37.014 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-02-24T02:32:37.022Z[ recovery-image] Feb 24 02:32:37.037 INFO O| Feb 24 02:32:37.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59832026-02-24T02:32:37.022Z[ recovery-image] Feb 24 02:32:37.037 INFO O| Feb 24 02:32:37.037 INFO STEP 394 (remove_files) COMPLETE
59842026-02-24T02:32:37.022Z[ recovery-image] Feb 24 02:32:37.037 INFO O| Feb 24 02:32:37.037 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-02-24T02:32:37.062Z[ recovery-image] Feb 24 02:32:37.060 INFO O| Feb 24 02:32:37.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59862026-02-24T02:32:37.062Z[ recovery-image] Feb 24 02:32:37.060 INFO O| Feb 24 02:32:37.060 INFO STEP 395 (remove_files) COMPLETE
59872026-02-24T02:32:37.062Z[ recovery-image] Feb 24 02:32:37.060 INFO O| Feb 24 02:32:37.060 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-02-24T02:32:37.062Z[ recovery-image] Feb 24 02:32:37.082 INFO O| Feb 24 02:32:37.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59892026-02-24T02:32:37.063Z[ recovery-image] Feb 24 02:32:37.082 INFO O| Feb 24 02:32:37.082 INFO STEP 396 (remove_files) COMPLETE
59902026-02-24T02:32:37.063Z[ recovery-image] Feb 24 02:32:37.082 INFO O| Feb 24 02:32:37.082 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-02-24T02:32:37.096Z[ recovery-image] Feb 24 02:32:37.102 INFO O| Feb 24 02:32:37.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59922026-02-24T02:32:37.096Z[ recovery-image] Feb 24 02:32:37.103 INFO O| Feb 24 02:32:37.103 INFO STEP 397 (remove_files) COMPLETE
59932026-02-24T02:32:37.096Z[ recovery-image] Feb 24 02:32:37.103 INFO O| Feb 24 02:32:37.103 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-02-24T02:32:37.096Z[ recovery-image] Feb 24 02:32:37.129 INFO O| Feb 24 02:32:37.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59952026-02-24T02:32:37.096Z[ recovery-image] Feb 24 02:32:37.129 INFO O| Feb 24 02:32:37.129 INFO STEP 398 (remove_files) COMPLETE
59962026-02-24T02:32:37.097Z[ recovery-image] Feb 24 02:32:37.129 INFO O| Feb 24 02:32:37.129 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-02-24T02:32:37.134Z[ recovery-image] Feb 24 02:32:37.149 INFO O| Feb 24 02:32:37.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59982026-02-24T02:32:37.135Z[ recovery-image] Feb 24 02:32:37.149 INFO O| Feb 24 02:32:37.149 INFO STEP 399 (remove_files) COMPLETE
59992026-02-24T02:32:37.137Z[ recovery-image] Feb 24 02:32:37.149 INFO O| Feb 24 02:32:37.149 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-02-24T02:32:37.137Z[ recovery-image] Feb 24 02:32:37.164 INFO O| Feb 24 02:32:37.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60012026-02-24T02:32:37.138Z[ recovery-image] Feb 24 02:32:37.164 INFO O| Feb 24 02:32:37.164 INFO STEP 400 (remove_files) COMPLETE
60022026-02-24T02:32:37.138Z[ recovery-image] Feb 24 02:32:37.164 INFO O| Feb 24 02:32:37.164 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-02-24T02:32:37.178Z[ recovery-image] Feb 24 02:32:37.178 INFO O| Feb 24 02:32:37.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60042026-02-24T02:32:37.179Z[ recovery-image] Feb 24 02:32:37.179 INFO O| Feb 24 02:32:37.178 INFO STEP 401 (remove_files) COMPLETE
60052026-02-24T02:32:37.179Z[ recovery-image] Feb 24 02:32:37.179 INFO O| Feb 24 02:32:37.179 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-02-24T02:32:37.179Z[ recovery-image] Feb 24 02:32:37.193 INFO O| Feb 24 02:32:37.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60072026-02-24T02:32:37.179Z[ recovery-image] Feb 24 02:32:37.193 INFO O| Feb 24 02:32:37.193 INFO STEP 402 (remove_files) COMPLETE
60082026-02-24T02:32:37.179Z[ recovery-image] Feb 24 02:32:37.193 INFO O| Feb 24 02:32:37.193 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-02-24T02:32:37.225Z[ recovery-image] Feb 24 02:32:37.212 INFO O| Feb 24 02:32:37.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60102026-02-24T02:32:37.225Z[ recovery-image] Feb 24 02:32:37.212 INFO O| Feb 24 02:32:37.212 INFO STEP 403 (remove_files) COMPLETE
60112026-02-24T02:32:37.225Z[ recovery-image] Feb 24 02:32:37.212 INFO O| Feb 24 02:32:37.212 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-02-24T02:32:37.225Z[ recovery-image] Feb 24 02:32:37.230 INFO O| Feb 24 02:32:37.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60132026-02-24T02:32:37.225Z[ recovery-image] Feb 24 02:32:37.230 INFO O| Feb 24 02:32:37.230 INFO STEP 404 (remove_files) COMPLETE
60142026-02-24T02:32:37.225Z[ recovery-image] Feb 24 02:32:37.230 INFO O| Feb 24 02:32:37.230 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-02-24T02:32:37.226Z[ recovery-image] Feb 24 02:32:37.251 INFO O| Feb 24 02:32:37.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60162026-02-24T02:32:37.226Z[ recovery-image] Feb 24 02:32:37.251 INFO O| Feb 24 02:32:37.251 INFO STEP 405 (remove_files) COMPLETE
60172026-02-24T02:32:37.226Z[ recovery-image] Feb 24 02:32:37.251 INFO O| Feb 24 02:32:37.251 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-02-24T02:32:37.266Z[ recovery-image] Feb 24 02:32:37.268 INFO O| Feb 24 02:32:37.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60192026-02-24T02:32:37.267Z[ recovery-image] Feb 24 02:32:37.269 INFO O| Feb 24 02:32:37.268 INFO STEP 406 (remove_files) COMPLETE
60202026-02-24T02:32:37.267Z[ recovery-image] Feb 24 02:32:37.269 INFO O| Feb 24 02:32:37.269 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-02-24T02:32:37.267Z[ recovery-image] Feb 24 02:32:37.288 INFO O| Feb 24 02:32:37.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60222026-02-24T02:32:37.267Z[ recovery-image] Feb 24 02:32:37.288 INFO O| Feb 24 02:32:37.288 INFO STEP 407 (remove_files) COMPLETE
60232026-02-24T02:32:37.267Z[ recovery-image] Feb 24 02:32:37.288 INFO O| Feb 24 02:32:37.288 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-02-24T02:32:37.296Z[ recovery-image] Feb 24 02:32:37.304 INFO O| Feb 24 02:32:37.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60252026-02-24T02:32:37.296Z[ recovery-image] Feb 24 02:32:37.304 INFO O| Feb 24 02:32:37.304 INFO STEP 408 (remove_files) COMPLETE
60262026-02-24T02:32:37.296Z[ recovery-image] Feb 24 02:32:37.304 INFO O| Feb 24 02:32:37.304 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-02-24T02:32:37.296Z[ recovery-image] Feb 24 02:32:37.319 INFO O| Feb 24 02:32:37.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60282026-02-24T02:32:37.296Z[ recovery-image] Feb 24 02:32:37.319 INFO O| Feb 24 02:32:37.319 INFO STEP 409 (remove_files) COMPLETE
60292026-02-24T02:32:37.297Z[ recovery-image] Feb 24 02:32:37.319 INFO O| Feb 24 02:32:37.319 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-02-24T02:32:37.338Z[ recovery-image] Feb 24 02:32:37.334 INFO O| Feb 24 02:32:37.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60312026-02-24T02:32:37.338Z[ recovery-image] Feb 24 02:32:37.334 INFO O| Feb 24 02:32:37.334 INFO STEP 410 (remove_files) COMPLETE
60322026-02-24T02:32:37.338Z[ recovery-image] Feb 24 02:32:37.334 INFO O| Feb 24 02:32:37.334 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-02-24T02:32:37.338Z[ recovery-image] Feb 24 02:32:37.355 INFO O| Feb 24 02:32:37.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60342026-02-24T02:32:37.338Z[ recovery-image] Feb 24 02:32:37.355 INFO O| Feb 24 02:32:37.355 INFO STEP 411 (remove_files) COMPLETE
60352026-02-24T02:32:37.338Z[ recovery-image] Feb 24 02:32:37.355 INFO O| Feb 24 02:32:37.355 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-02-24T02:32:37.395Z[ recovery-image] Feb 24 02:32:37.374 INFO O| Feb 24 02:32:37.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60372026-02-24T02:32:37.396Z[ recovery-image] Feb 24 02:32:37.374 INFO O| Feb 24 02:32:37.374 INFO STEP 412 (remove_files) COMPLETE
60382026-02-24T02:32:37.396Z[ recovery-image] Feb 24 02:32:37.374 INFO O| Feb 24 02:32:37.374 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-02-24T02:32:37.396Z[ recovery-image] Feb 24 02:32:37.386 INFO O| Feb 24 02:32:37.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60402026-02-24T02:32:37.396Z[ recovery-image] Feb 24 02:32:37.386 INFO O| Feb 24 02:32:37.386 INFO STEP 413 (remove_files) COMPLETE
60412026-02-24T02:32:37.396Z[ recovery-image] Feb 24 02:32:37.386 INFO O| Feb 24 02:32:37.386 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-02-24T02:32:37.396Z[ recovery-image] Feb 24 02:32:37.398 INFO O| Feb 24 02:32:37.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60432026-02-24T02:32:37.396Z[ recovery-image] Feb 24 02:32:37.398 INFO O| Feb 24 02:32:37.398 INFO STEP 414 (remove_files) COMPLETE
60442026-02-24T02:32:37.397Z[ recovery-image] Feb 24 02:32:37.398 INFO O| Feb 24 02:32:37.398 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-02-24T02:32:37.439Z[ recovery-image] Feb 24 02:32:37.411 INFO O| Feb 24 02:32:37.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60462026-02-24T02:32:37.439Z[ recovery-image] Feb 24 02:32:37.411 INFO O| Feb 24 02:32:37.411 INFO STEP 415 (remove_files) COMPLETE
60472026-02-24T02:32:37.439Z[ recovery-image] Feb 24 02:32:37.411 INFO O| Feb 24 02:32:37.411 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-02-24T02:32:37.439Z[ recovery-image] Feb 24 02:32:37.423 INFO O| Feb 24 02:32:37.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60492026-02-24T02:32:37.439Z[ recovery-image] Feb 24 02:32:37.423 INFO O| Feb 24 02:32:37.423 INFO STEP 416 (remove_files) COMPLETE
60502026-02-24T02:32:37.440Z[ recovery-image] Feb 24 02:32:37.423 INFO O| Feb 24 02:32:37.423 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-02-24T02:32:37.440Z[ recovery-image] Feb 24 02:32:37.444 INFO O| Feb 24 02:32:37.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60522026-02-24T02:32:37.440Z[ recovery-image] Feb 24 02:32:37.444 INFO O| Feb 24 02:32:37.444 INFO STEP 417 (remove_files) COMPLETE
60532026-02-24T02:32:37.440Z[ recovery-image] Feb 24 02:32:37.444 INFO O| Feb 24 02:32:37.444 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-02-24T02:32:37.440Z[ recovery-image] Feb 24 02:32:37.457 INFO O| Feb 24 02:32:37.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60552026-02-24T02:32:37.440Z[ recovery-image] Feb 24 02:32:37.457 INFO O| Feb 24 02:32:37.457 INFO STEP 418 (remove_files) COMPLETE
60562026-02-24T02:32:37.440Z[ recovery-image] Feb 24 02:32:37.457 INFO O| Feb 24 02:32:37.457 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-02-24T02:32:37.469Z[ recovery-image] Feb 24 02:32:37.469 INFO O| Feb 24 02:32:37.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60582026-02-24T02:32:37.469Z[ recovery-image] Feb 24 02:32:37.469 INFO O| Feb 24 02:32:37.469 INFO STEP 419 (remove_files) COMPLETE
60592026-02-24T02:32:37.469Z[ recovery-image] Feb 24 02:32:37.469 INFO O| Feb 24 02:32:37.469 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-02-24T02:32:37.470Z[ recovery-image] Feb 24 02:32:37.486 INFO O| Feb 24 02:32:37.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60612026-02-24T02:32:37.470Z[ recovery-image] Feb 24 02:32:37.486 INFO O| Feb 24 02:32:37.486 INFO STEP 420 (remove_files) COMPLETE
60622026-02-24T02:32:37.470Z[ recovery-image] Feb 24 02:32:37.486 INFO O| Feb 24 02:32:37.486 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-02-24T02:32:37.470Z[ recovery-image] Feb 24 02:32:37.499 INFO O| Feb 24 02:32:37.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60642026-02-24T02:32:37.470Z[ recovery-image] Feb 24 02:32:37.499 INFO O| Feb 24 02:32:37.499 INFO STEP 421 (remove_files) COMPLETE
60652026-02-24T02:32:37.470Z[ recovery-image] Feb 24 02:32:37.499 INFO O| Feb 24 02:32:37.499 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-02-24T02:32:37.498Z[ recovery-image] Feb 24 02:32:37.510 INFO O| Feb 24 02:32:37.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60672026-02-24T02:32:37.498Z[ recovery-image] Feb 24 02:32:37.510 INFO O| Feb 24 02:32:37.510 INFO STEP 422 (remove_files) COMPLETE
60682026-02-24T02:32:37.498Z[ recovery-image] Feb 24 02:32:37.510 INFO O| Feb 24 02:32:37.510 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-02-24T02:32:37.498Z[ recovery-image] Feb 24 02:32:37.527 INFO O| Feb 24 02:32:37.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60702026-02-24T02:32:37.498Z[ recovery-image] Feb 24 02:32:37.527 INFO O| Feb 24 02:32:37.527 INFO STEP 423 (remove_files) COMPLETE
60712026-02-24T02:32:37.498Z[ recovery-image] Feb 24 02:32:37.527 INFO O| Feb 24 02:32:37.527 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-02-24T02:32:37.525Z[ recovery-image] Feb 24 02:32:37.546 INFO O| Feb 24 02:32:37.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60732026-02-24T02:32:37.525Z[ recovery-image] Feb 24 02:32:37.547 INFO O| Feb 24 02:32:37.547 INFO STEP 424 (remove_files) COMPLETE
60742026-02-24T02:32:37.525Z[ recovery-image] Feb 24 02:32:37.547 INFO O| Feb 24 02:32:37.547 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-02-24T02:32:37.557Z[ recovery-image] Feb 24 02:32:37.567 INFO O| Feb 24 02:32:37.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60762026-02-24T02:32:37.557Z[ recovery-image] Feb 24 02:32:37.567 INFO O| Feb 24 02:32:37.567 INFO STEP 425 (remove_files) COMPLETE
60772026-02-24T02:32:37.557Z[ recovery-image] Feb 24 02:32:37.567 INFO O| Feb 24 02:32:37.567 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-02-24T02:32:37.557Z[ recovery-image] Feb 24 02:32:37.584 INFO O| Feb 24 02:32:37.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60792026-02-24T02:32:37.557Z[ recovery-image] Feb 24 02:32:37.584 INFO O| Feb 24 02:32:37.584 INFO STEP 426 (remove_files) COMPLETE
60802026-02-24T02:32:37.557Z[ recovery-image] Feb 24 02:32:37.584 INFO O| Feb 24 02:32:37.584 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-02-24T02:32:37.601Z[ recovery-image] Feb 24 02:32:37.597 INFO O| Feb 24 02:32:37.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60822026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.597 INFO O| Feb 24 02:32:37.597 INFO STEP 427 (remove_files) COMPLETE
60832026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.597 INFO O| Feb 24 02:32:37.597 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.611 INFO O| Feb 24 02:32:37.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60852026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.612 INFO O| Feb 24 02:32:37.612 INFO STEP 428 (remove_files) COMPLETE
60862026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.612 INFO O| Feb 24 02:32:37.612 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.630 INFO O| Feb 24 02:32:37.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60882026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.630 INFO O| Feb 24 02:32:37.630 INFO STEP 429 (remove_files) COMPLETE
60892026-02-24T02:32:37.602Z[ recovery-image] Feb 24 02:32:37.631 INFO O| Feb 24 02:32:37.630 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-02-24T02:32:37.649Z[ recovery-image] Feb 24 02:32:37.642 INFO O| Feb 24 02:32:37.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60912026-02-24T02:32:37.649Z[ recovery-image] Feb 24 02:32:37.643 INFO O| Feb 24 02:32:37.642 INFO STEP 430 (remove_files) COMPLETE
60922026-02-24T02:32:37.649Z[ recovery-image] Feb 24 02:32:37.643 INFO O| Feb 24 02:32:37.642 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-02-24T02:32:37.649Z[ recovery-image] Feb 24 02:32:37.659 INFO O| Feb 24 02:32:37.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60942026-02-24T02:32:37.649Z[ recovery-image] Feb 24 02:32:37.659 INFO O| Feb 24 02:32:37.659 INFO STEP 431 (remove_files) COMPLETE
60952026-02-24T02:32:37.649Z[ recovery-image] Feb 24 02:32:37.659 INFO O| Feb 24 02:32:37.659 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-02-24T02:32:37.707Z[ recovery-image] Feb 24 02:32:37.674 INFO O| Feb 24 02:32:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60972026-02-24T02:32:37.707Z[ recovery-image] Feb 24 02:32:37.674 INFO O| Feb 24 02:32:37.674 INFO STEP 432 (remove_files) COMPLETE
60982026-02-24T02:32:37.710Z[ recovery-image] Feb 24 02:32:37.674 INFO O| Feb 24 02:32:37.674 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-02-24T02:32:37.710Z[ recovery-image] Feb 24 02:32:37.688 INFO O| Feb 24 02:32:37.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61002026-02-24T02:32:37.710Z[ recovery-image] Feb 24 02:32:37.688 INFO O| Feb 24 02:32:37.688 INFO STEP 433 (remove_files) COMPLETE
61012026-02-24T02:32:37.710Z[ recovery-image] Feb 24 02:32:37.688 INFO O| Feb 24 02:32:37.688 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-02-24T02:32:37.710Z[ recovery-image] Feb 24 02:32:37.701 INFO O| Feb 24 02:32:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61032026-02-24T02:32:37.711Z[ recovery-image] Feb 24 02:32:37.702 INFO O| Feb 24 02:32:37.702 INFO STEP 434 (remove_files) COMPLETE
61042026-02-24T02:32:37.711Z[ recovery-image] Feb 24 02:32:37.702 INFO O| Feb 24 02:32:37.702 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-02-24T02:32:37.711Z[ recovery-image] Feb 24 02:32:37.715 INFO O| Feb 24 02:32:37.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61062026-02-24T02:32:37.711Z[ recovery-image] Feb 24 02:32:37.715 INFO O| Feb 24 02:32:37.715 INFO STEP 435 (remove_files) COMPLETE
61072026-02-24T02:32:37.711Z[ recovery-image] Feb 24 02:32:37.715 INFO O| Feb 24 02:32:37.715 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-02-24T02:32:37.758Z[ recovery-image] Feb 24 02:32:37.740 INFO O| Feb 24 02:32:37.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61092026-02-24T02:32:37.758Z[ recovery-image] Feb 24 02:32:37.740 INFO O| Feb 24 02:32:37.740 INFO STEP 436 (remove_files) COMPLETE
61102026-02-24T02:32:37.758Z[ recovery-image] Feb 24 02:32:37.740 INFO O| Feb 24 02:32:37.740 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-02-24T02:32:37.758Z[ recovery-image] Feb 24 02:32:37.758 INFO O| Feb 24 02:32:37.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61122026-02-24T02:32:37.758Z[ recovery-image] Feb 24 02:32:37.758 INFO O| Feb 24 02:32:37.758 INFO STEP 437 (remove_files) COMPLETE
61132026-02-24T02:32:37.758Z[ recovery-image] Feb 24 02:32:37.758 INFO O| Feb 24 02:32:37.758 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-02-24T02:32:37.759Z[ recovery-image] Feb 24 02:32:37.777 INFO O| Feb 24 02:32:37.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61152026-02-24T02:32:37.759Z[ recovery-image] Feb 24 02:32:37.777 INFO O| Feb 24 02:32:37.777 INFO STEP 438 (remove_files) COMPLETE
61162026-02-24T02:32:37.759Z[ recovery-image] Feb 24 02:32:37.777 INFO O| Feb 24 02:32:37.777 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-02-24T02:32:37.759Z[ recovery-image] Feb 24 02:32:37.793 INFO O| Feb 24 02:32:37.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61182026-02-24T02:32:37.759Z[ recovery-image] Feb 24 02:32:37.793 INFO O| Feb 24 02:32:37.793 INFO STEP 439 (remove_files) COMPLETE
61192026-02-24T02:32:37.759Z[ recovery-image] Feb 24 02:32:37.793 INFO O| Feb 24 02:32:37.793 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-02-24T02:32:37.814Z[ recovery-image] Feb 24 02:32:37.811 INFO O| Feb 24 02:32:37.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61212026-02-24T02:32:37.814Z[ recovery-image] Feb 24 02:32:37.811 INFO O| Feb 24 02:32:37.811 INFO STEP 440 (remove_files) COMPLETE
61222026-02-24T02:32:37.815Z[ recovery-image] Feb 24 02:32:37.811 INFO O| Feb 24 02:32:37.811 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-02-24T02:32:37.865Z[ recovery-image] Feb 24 02:32:37.834 INFO O| Feb 24 02:32:37.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61242026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.834 INFO O| Feb 24 02:32:37.834 INFO STEP 441 (remove_files) COMPLETE
61252026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.834 INFO O| Feb 24 02:32:37.834 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.852 INFO O| Feb 24 02:32:37.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61272026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.852 INFO O| Feb 24 02:32:37.852 INFO STEP 442 (remove_files) COMPLETE
61282026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.852 INFO O| Feb 24 02:32:37.852 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.865 INFO O| Feb 24 02:32:37.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61302026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.865 INFO O| Feb 24 02:32:37.865 INFO STEP 443 (remove_files) COMPLETE
61312026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.865 INFO O| Feb 24 02:32:37.865 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.881 INFO O| Feb 24 02:32:37.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61332026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.882 INFO O| Feb 24 02:32:37.881 INFO STEP 444 (remove_files) COMPLETE
61342026-02-24T02:32:37.866Z[ recovery-image] Feb 24 02:32:37.882 INFO O| Feb 24 02:32:37.882 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-02-24T02:32:37.908Z[ recovery-image] Feb 24 02:32:37.902 INFO O| Feb 24 02:32:37.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61362026-02-24T02:32:37.908Z[ recovery-image] Feb 24 02:32:37.903 INFO O| Feb 24 02:32:37.903 INFO STEP 445 (remove_files) COMPLETE
61372026-02-24T02:32:37.908Z[ recovery-image] Feb 24 02:32:37.903 INFO O| Feb 24 02:32:37.903 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-02-24T02:32:37.908Z[ recovery-image] Feb 24 02:32:37.920 INFO O| Feb 24 02:32:37.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61392026-02-24T02:32:37.909Z[ recovery-image] Feb 24 02:32:37.920 INFO O| Feb 24 02:32:37.920 INFO STEP 446 (remove_files) COMPLETE
61402026-02-24T02:32:37.909Z[ recovery-image] Feb 24 02:32:37.921 INFO O| Feb 24 02:32:37.920 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-02-24T02:32:37.909Z[ recovery-image] Feb 24 02:32:37.937 INFO O| Feb 24 02:32:37.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61422026-02-24T02:32:37.909Z[ recovery-image] Feb 24 02:32:37.937 INFO O| Feb 24 02:32:37.937 INFO STEP 447 (remove_files) COMPLETE
61432026-02-24T02:32:37.909Z[ recovery-image] Feb 24 02:32:37.937 INFO O| Feb 24 02:32:37.937 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-02-24T02:32:37.939Z[ recovery-image] Feb 24 02:32:37.953 INFO O| Feb 24 02:32:37.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61452026-02-24T02:32:37.939Z[ recovery-image] Feb 24 02:32:37.953 INFO O| Feb 24 02:32:37.953 INFO STEP 448 (remove_files) COMPLETE
61462026-02-24T02:32:37.939Z[ recovery-image] Feb 24 02:32:37.953 INFO O| Feb 24 02:32:37.953 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-02-24T02:32:37.940Z[ recovery-image] Feb 24 02:32:37.971 INFO O| Feb 24 02:32:37.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61482026-02-24T02:32:37.940Z[ recovery-image] Feb 24 02:32:37.971 INFO O| Feb 24 02:32:37.971 INFO STEP 449 (remove_files) COMPLETE
61492026-02-24T02:32:37.940Z[ recovery-image] Feb 24 02:32:37.971 INFO O| Feb 24 02:32:37.971 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-02-24T02:32:37.991Z[ recovery-image] Feb 24 02:32:37.990 INFO O| Feb 24 02:32:37.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61512026-02-24T02:32:37.991Z[ recovery-image] Feb 24 02:32:37.991 INFO O| Feb 24 02:32:37.990 INFO STEP 450 (remove_files) COMPLETE
61522026-02-24T02:32:37.991Z[ recovery-image] Feb 24 02:32:37.991 INFO O| Feb 24 02:32:37.991 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.010 INFO O| Feb 24 02:32:38.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61542026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.011 INFO O| Feb 24 02:32:38.010 INFO STEP 451 (remove_files) COMPLETE
61552026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.011 INFO O| Feb 24 02:32:38.010 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.028 INFO O| Feb 24 02:32:38.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61572026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.028 INFO O| Feb 24 02:32:38.028 INFO STEP 452 (remove_files) COMPLETE
61582026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.028 INFO O| Feb 24 02:32:38.028 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.045 INFO O| Feb 24 02:32:38.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61602026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.045 INFO O| Feb 24 02:32:38.045 INFO STEP 453 (remove_files) COMPLETE
61612026-02-24T02:32:38.034Z[ recovery-image] Feb 24 02:32:38.045 INFO O| Feb 24 02:32:38.045 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-02-24T02:32:38.070Z[ recovery-image] Feb 24 02:32:38.063 INFO O| Feb 24 02:32:38.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61632026-02-24T02:32:38.070Z[ recovery-image] Feb 24 02:32:38.064 INFO O| Feb 24 02:32:38.063 INFO STEP 454 (remove_files) COMPLETE
61642026-02-24T02:32:38.070Z[ recovery-image] Feb 24 02:32:38.064 INFO O| Feb 24 02:32:38.064 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-02-24T02:32:38.070Z[ recovery-image] Feb 24 02:32:38.083 INFO O| Feb 24 02:32:38.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61662026-02-24T02:32:38.071Z[ recovery-image] Feb 24 02:32:38.083 INFO O| Feb 24 02:32:38.083 INFO STEP 455 (remove_files) COMPLETE
61672026-02-24T02:32:38.071Z[ recovery-image] Feb 24 02:32:38.083 INFO O| Feb 24 02:32:38.083 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-02-24T02:32:38.111Z[ recovery-image] Feb 24 02:32:38.109 INFO O| Feb 24 02:32:38.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61692026-02-24T02:32:38.111Z[ recovery-image] Feb 24 02:32:38.109 INFO O| Feb 24 02:32:38.109 INFO STEP 456 (remove_files) COMPLETE
61702026-02-24T02:32:38.111Z[ recovery-image] Feb 24 02:32:38.109 INFO O| Feb 24 02:32:38.109 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-02-24T02:32:38.112Z[ recovery-image] Feb 24 02:32:38.129 INFO O| Feb 24 02:32:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61722026-02-24T02:32:38.112Z[ recovery-image] Feb 24 02:32:38.130 INFO O| Feb 24 02:32:38.129 INFO STEP 457 (remove_files) COMPLETE
61732026-02-24T02:32:38.112Z[ recovery-image] Feb 24 02:32:38.130 INFO O| Feb 24 02:32:38.130 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-02-24T02:32:38.150Z[ recovery-image] Feb 24 02:32:38.150 INFO O| Feb 24 02:32:38.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61752026-02-24T02:32:38.150Z[ recovery-image] Feb 24 02:32:38.150 INFO O| Feb 24 02:32:38.150 INFO STEP 458 (remove_files) COMPLETE
61762026-02-24T02:32:38.150Z[ recovery-image] Feb 24 02:32:38.150 INFO O| Feb 24 02:32:38.150 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-02-24T02:32:38.150Z[ recovery-image] Feb 24 02:32:38.171 INFO O| Feb 24 02:32:38.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61782026-02-24T02:32:38.151Z[ recovery-image] Feb 24 02:32:38.172 INFO O| Feb 24 02:32:38.171 INFO STEP 459 (remove_files) COMPLETE
61792026-02-24T02:32:38.151Z[ recovery-image] Feb 24 02:32:38.172 INFO O| Feb 24 02:32:38.172 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-02-24T02:32:38.192Z[ recovery-image] Feb 24 02:32:38.194 INFO O| Feb 24 02:32:38.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61812026-02-24T02:32:38.192Z[ recovery-image] Feb 24 02:32:38.195 INFO O| Feb 24 02:32:38.194 INFO STEP 460 (remove_files) COMPLETE
61822026-02-24T02:32:38.192Z[ recovery-image] Feb 24 02:32:38.195 INFO O| Feb 24 02:32:38.195 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-02-24T02:32:38.192Z[ recovery-image] Feb 24 02:32:38.212 INFO O| Feb 24 02:32:38.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61842026-02-24T02:32:38.193Z[ recovery-image] Feb 24 02:32:38.212 INFO O| Feb 24 02:32:38.212 INFO STEP 461 (remove_files) COMPLETE
61852026-02-24T02:32:38.193Z[ recovery-image] Feb 24 02:32:38.212 INFO O| Feb 24 02:32:38.212 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-02-24T02:32:38.249Z[ recovery-image] Feb 24 02:32:38.228 INFO O| Feb 24 02:32:38.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61872026-02-24T02:32:38.249Z[ recovery-image] Feb 24 02:32:38.228 INFO O| Feb 24 02:32:38.228 INFO STEP 462 (remove_files) COMPLETE
61882026-02-24T02:32:38.249Z[ recovery-image] Feb 24 02:32:38.228 INFO O| Feb 24 02:32:38.228 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-02-24T02:32:38.249Z[ recovery-image] Feb 24 02:32:38.246 INFO O| Feb 24 02:32:38.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61902026-02-24T02:32:38.250Z[ recovery-image] Feb 24 02:32:38.246 INFO O| Feb 24 02:32:38.246 INFO STEP 463 (remove_files) COMPLETE
61912026-02-24T02:32:38.250Z[ recovery-image] Feb 24 02:32:38.246 INFO O| Feb 24 02:32:38.246 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-02-24T02:32:38.250Z[ recovery-image] Feb 24 02:32:38.266 INFO O| Feb 24 02:32:38.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61932026-02-24T02:32:38.250Z[ recovery-image] Feb 24 02:32:38.266 INFO O| Feb 24 02:32:38.266 INFO STEP 464 (remove_files) COMPLETE
61942026-02-24T02:32:38.250Z[ recovery-image] Feb 24 02:32:38.266 INFO O| Feb 24 02:32:38.266 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-02-24T02:32:38.311Z[ recovery-image] Feb 24 02:32:38.283 INFO O| Feb 24 02:32:38.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61962026-02-24T02:32:38.311Z[ recovery-image] Feb 24 02:32:38.283 INFO O| Feb 24 02:32:38.283 INFO STEP 465 (remove_files) COMPLETE
61972026-02-24T02:32:38.311Z[ recovery-image] Feb 24 02:32:38.283 INFO O| Feb 24 02:32:38.283 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-02-24T02:32:38.311Z[ recovery-image] Feb 24 02:32:38.298 INFO O| Feb 24 02:32:38.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61992026-02-24T02:32:38.311Z[ recovery-image] Feb 24 02:32:38.298 INFO O| Feb 24 02:32:38.298 INFO STEP 466 (remove_files) COMPLETE
62002026-02-24T02:32:38.312Z[ recovery-image] Feb 24 02:32:38.298 INFO O| Feb 24 02:32:38.298 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-02-24T02:32:38.312Z[ recovery-image] Feb 24 02:32:38.312 INFO O| Feb 24 02:32:38.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62022026-02-24T02:32:38.312Z[ recovery-image] Feb 24 02:32:38.313 INFO O| Feb 24 02:32:38.313 INFO STEP 467 (remove_files) COMPLETE
62032026-02-24T02:32:38.313Z[ recovery-image] Feb 24 02:32:38.313 INFO O| Feb 24 02:32:38.313 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-02-24T02:32:38.359Z[ recovery-image] Feb 24 02:32:38.330 INFO O| Feb 24 02:32:38.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62052026-02-24T02:32:38.359Z[ recovery-image] Feb 24 02:32:38.330 INFO O| Feb 24 02:32:38.330 INFO STEP 468 (remove_files) COMPLETE
62062026-02-24T02:32:38.359Z[ recovery-image] Feb 24 02:32:38.330 INFO O| Feb 24 02:32:38.330 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-02-24T02:32:38.359Z[ recovery-image] Feb 24 02:32:38.345 INFO O| Feb 24 02:32:38.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62082026-02-24T02:32:38.359Z[ recovery-image] Feb 24 02:32:38.345 INFO O| Feb 24 02:32:38.345 INFO STEP 469 (remove_files) COMPLETE
62092026-02-24T02:32:38.359Z[ recovery-image] Feb 24 02:32:38.345 INFO O| Feb 24 02:32:38.345 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-02-24T02:32:38.360Z[ recovery-image] Feb 24 02:32:38.363 INFO O| Feb 24 02:32:38.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62112026-02-24T02:32:38.360Z[ recovery-image] Feb 24 02:32:38.363 INFO O| Feb 24 02:32:38.363 INFO STEP 470 (remove_files) COMPLETE
62122026-02-24T02:32:38.360Z[ recovery-image] Feb 24 02:32:38.363 INFO O| Feb 24 02:32:38.363 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-02-24T02:32:38.409Z[ recovery-image] Feb 24 02:32:38.388 INFO O| Feb 24 02:32:38.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62142026-02-24T02:32:38.409Z[ recovery-image] Feb 24 02:32:38.388 INFO O| Feb 24 02:32:38.388 INFO STEP 471 (remove_files) COMPLETE
62152026-02-24T02:32:38.410Z[ recovery-image] Feb 24 02:32:38.388 INFO O| Feb 24 02:32:38.388 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-02-24T02:32:38.410Z[ recovery-image] Feb 24 02:32:38.407 INFO O| Feb 24 02:32:38.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62172026-02-24T02:32:38.410Z[ recovery-image] Feb 24 02:32:38.408 INFO O| Feb 24 02:32:38.407 INFO STEP 472 (remove_files) COMPLETE
62182026-02-24T02:32:38.410Z[ recovery-image] Feb 24 02:32:38.408 INFO O| Feb 24 02:32:38.407 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-02-24T02:32:38.410Z[ recovery-image] Feb 24 02:32:38.426 INFO O| Feb 24 02:32:38.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62202026-02-24T02:32:38.410Z[ recovery-image] Feb 24 02:32:38.426 INFO O| Feb 24 02:32:38.426 INFO STEP 473 (remove_files) COMPLETE
62212026-02-24T02:32:38.410Z[ recovery-image] Feb 24 02:32:38.426 INFO O| Feb 24 02:32:38.426 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-02-24T02:32:38.464Z[ recovery-image] Feb 24 02:32:38.444 INFO O| Feb 24 02:32:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62232026-02-24T02:32:38.464Z[ recovery-image] Feb 24 02:32:38.444 INFO O| Feb 24 02:32:38.444 INFO STEP 474 (remove_files) COMPLETE
62242026-02-24T02:32:38.464Z[ recovery-image] Feb 24 02:32:38.444 INFO O| Feb 24 02:32:38.444 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-02-24T02:32:38.464Z[ recovery-image] Feb 24 02:32:38.463 INFO O| Feb 24 02:32:38.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62262026-02-24T02:32:38.464Z[ recovery-image] Feb 24 02:32:38.463 INFO O| Feb 24 02:32:38.463 INFO STEP 475 (remove_files) COMPLETE
62272026-02-24T02:32:38.465Z[ recovery-image] Feb 24 02:32:38.463 INFO O| Feb 24 02:32:38.463 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-02-24T02:32:38.465Z[ recovery-image] Feb 24 02:32:38.478 INFO O| Feb 24 02:32:38.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62292026-02-24T02:32:38.465Z[ recovery-image] Feb 24 02:32:38.478 INFO O| Feb 24 02:32:38.478 INFO STEP 476 (remove_files) COMPLETE
62302026-02-24T02:32:38.465Z[ recovery-image] Feb 24 02:32:38.478 INFO O| Feb 24 02:32:38.478 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-02-24T02:32:38.498Z[ recovery-image] Feb 24 02:32:38.494 INFO O| Feb 24 02:32:38.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62322026-02-24T02:32:38.498Z[ recovery-image] Feb 24 02:32:38.494 INFO O| Feb 24 02:32:38.494 INFO STEP 477 (remove_files) COMPLETE
62332026-02-24T02:32:38.498Z[ recovery-image] Feb 24 02:32:38.494 INFO O| Feb 24 02:32:38.494 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-02-24T02:32:38.499Z[ recovery-image] Feb 24 02:32:38.511 INFO O| Feb 24 02:32:38.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62352026-02-24T02:32:38.499Z[ recovery-image] Feb 24 02:32:38.511 INFO O| Feb 24 02:32:38.511 INFO STEP 478 (remove_files) COMPLETE
62362026-02-24T02:32:38.499Z[ recovery-image] Feb 24 02:32:38.512 INFO O| Feb 24 02:32:38.511 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-02-24T02:32:38.499Z[ recovery-image] Feb 24 02:32:38.531 INFO O| Feb 24 02:32:38.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62382026-02-24T02:32:38.499Z[ recovery-image] Feb 24 02:32:38.531 INFO O| Feb 24 02:32:38.531 INFO STEP 479 (remove_files) COMPLETE
62392026-02-24T02:32:38.499Z[ recovery-image] Feb 24 02:32:38.531 INFO O| Feb 24 02:32:38.531 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-02-24T02:32:38.542Z[ recovery-image] Feb 24 02:32:38.545 INFO O| Feb 24 02:32:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62412026-02-24T02:32:38.543Z[ recovery-image] Feb 24 02:32:38.546 INFO O| Feb 24 02:32:38.545 INFO STEP 480 (remove_files) COMPLETE
62422026-02-24T02:32:38.543Z[ recovery-image] Feb 24 02:32:38.546 INFO O| Feb 24 02:32:38.545 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-02-24T02:32:38.543Z[ recovery-image] Feb 24 02:32:38.563 INFO O| Feb 24 02:32:38.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62442026-02-24T02:32:38.543Z[ recovery-image] Feb 24 02:32:38.563 INFO O| Feb 24 02:32:38.563 INFO STEP 481 (remove_files) COMPLETE
62452026-02-24T02:32:38.543Z[ recovery-image] Feb 24 02:32:38.563 INFO O| Feb 24 02:32:38.563 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-02-24T02:32:38.581Z[ recovery-image] Feb 24 02:32:38.582 INFO O| Feb 24 02:32:38.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62472026-02-24T02:32:38.581Z[ recovery-image] Feb 24 02:32:38.583 INFO O| Feb 24 02:32:38.582 INFO STEP 482 (remove_files) COMPLETE
62482026-02-24T02:32:38.581Z[ recovery-image] Feb 24 02:32:38.583 INFO O| Feb 24 02:32:38.582 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-02-24T02:32:38.581Z[ recovery-image] Feb 24 02:32:38.600 INFO O| Feb 24 02:32:38.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62502026-02-24T02:32:38.581Z[ recovery-image] Feb 24 02:32:38.601 INFO O| Feb 24 02:32:38.601 INFO STEP 483 (remove_files) COMPLETE
62512026-02-24T02:32:38.581Z[ recovery-image] Feb 24 02:32:38.601 INFO O| Feb 24 02:32:38.601 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-02-24T02:32:38.612Z[ recovery-image] Feb 24 02:32:38.622 INFO O| Feb 24 02:32:38.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62532026-02-24T02:32:38.612Z[ recovery-image] Feb 24 02:32:38.622 INFO O| Feb 24 02:32:38.622 INFO STEP 484 (remove_files) COMPLETE
62542026-02-24T02:32:38.612Z[ recovery-image] Feb 24 02:32:38.622 INFO O| Feb 24 02:32:38.622 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-02-24T02:32:38.613Z[ recovery-image] Feb 24 02:32:38.641 INFO O| Feb 24 02:32:38.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62562026-02-24T02:32:38.613Z[ recovery-image] Feb 24 02:32:38.641 INFO O| Feb 24 02:32:38.641 INFO STEP 485 (remove_files) COMPLETE
62572026-02-24T02:32:38.613Z[ recovery-image] Feb 24 02:32:38.641 INFO O| Feb 24 02:32:38.641 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-02-24T02:32:38.655Z[ recovery-image] Feb 24 02:32:38.667 INFO O| Feb 24 02:32:38.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62592026-02-24T02:32:38.655Z[ recovery-image] Feb 24 02:32:38.668 INFO O| Feb 24 02:32:38.668 INFO STEP 486 (remove_files) COMPLETE
62602026-02-24T02:32:38.655Z[ recovery-image] Feb 24 02:32:38.668 INFO O| Feb 24 02:32:38.668 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-02-24T02:32:38.729Z[ recovery-image] Feb 24 02:32:38.693 INFO O| Feb 24 02:32:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62622026-02-24T02:32:38.730Z[ recovery-image] Feb 24 02:32:38.693 INFO O| Feb 24 02:32:38.693 INFO STEP 487 (remove_files) COMPLETE
62632026-02-24T02:32:38.730Z[ recovery-image] Feb 24 02:32:38.693 INFO O| Feb 24 02:32:38.693 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-02-24T02:32:38.730Z[ recovery-image] Feb 24 02:32:38.714 INFO O| Feb 24 02:32:38.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62652026-02-24T02:32:38.730Z[ recovery-image] Feb 24 02:32:38.714 INFO O| Feb 24 02:32:38.714 INFO STEP 488 (remove_files) COMPLETE
62662026-02-24T02:32:38.730Z[ recovery-image] Feb 24 02:32:38.714 INFO O| Feb 24 02:32:38.714 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-02-24T02:32:38.730Z[ recovery-image] Feb 24 02:32:38.735 INFO O| Feb 24 02:32:38.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62682026-02-24T02:32:38.731Z[ recovery-image] Feb 24 02:32:38.736 INFO O| Feb 24 02:32:38.736 INFO STEP 489 (remove_files) COMPLETE
62692026-02-24T02:32:38.731Z[ recovery-image] Feb 24 02:32:38.736 INFO O| Feb 24 02:32:38.736 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-02-24T02:32:38.779Z[ recovery-image] Feb 24 02:32:38.751 INFO O| Feb 24 02:32:38.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62712026-02-24T02:32:38.779Z[ recovery-image] Feb 24 02:32:38.751 INFO O| Feb 24 02:32:38.751 INFO STEP 490 (remove_files) COMPLETE
62722026-02-24T02:32:38.779Z[ recovery-image] Feb 24 02:32:38.751 INFO O| Feb 24 02:32:38.751 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-02-24T02:32:38.779Z[ recovery-image] Feb 24 02:32:38.772 INFO O| Feb 24 02:32:38.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62742026-02-24T02:32:38.780Z[ recovery-image] Feb 24 02:32:38.772 INFO O| Feb 24 02:32:38.772 INFO STEP 491 (remove_files) COMPLETE
62752026-02-24T02:32:38.780Z[ recovery-image] Feb 24 02:32:38.772 INFO O| Feb 24 02:32:38.772 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-02-24T02:32:38.780Z[ recovery-image] Feb 24 02:32:38.796 INFO O| Feb 24 02:32:38.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62772026-02-24T02:32:38.780Z[ recovery-image] Feb 24 02:32:38.796 INFO O| Feb 24 02:32:38.796 INFO STEP 492 (remove_files) COMPLETE
62782026-02-24T02:32:38.780Z[ recovery-image] Feb 24 02:32:38.796 INFO O| Feb 24 02:32:38.796 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-02-24T02:32:38.810Z[ recovery-image] Feb 24 02:32:38.811 INFO O| Feb 24 02:32:38.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62802026-02-24T02:32:38.810Z[ recovery-image] Feb 24 02:32:38.812 INFO O| Feb 24 02:32:38.812 INFO STEP 493 (remove_files) COMPLETE
62812026-02-24T02:32:38.811Z[ recovery-image] Feb 24 02:32:38.812 INFO O| Feb 24 02:32:38.812 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-02-24T02:32:38.811Z[ recovery-image] Feb 24 02:32:38.825 INFO O| Feb 24 02:32:38.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62832026-02-24T02:32:38.811Z[ recovery-image] Feb 24 02:32:38.825 INFO O| Feb 24 02:32:38.825 INFO STEP 494 (remove_files) COMPLETE
62842026-02-24T02:32:38.811Z[ recovery-image] Feb 24 02:32:38.825 INFO O| Feb 24 02:32:38.825 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-02-24T02:32:38.811Z[ recovery-image] Feb 24 02:32:38.838 INFO O| Feb 24 02:32:38.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62862026-02-24T02:32:38.811Z[ recovery-image] Feb 24 02:32:38.839 INFO O| Feb 24 02:32:38.839 INFO STEP 495 (remove_files) COMPLETE
62872026-02-24T02:32:38.811Z[ recovery-image] Feb 24 02:32:38.839 INFO O| Feb 24 02:32:38.839 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-02-24T02:32:38.842Z[ recovery-image] Feb 24 02:32:38.852 INFO O| Feb 24 02:32:38.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62892026-02-24T02:32:38.843Z[ recovery-image] Feb 24 02:32:38.852 INFO O| Feb 24 02:32:38.852 INFO STEP 496 (remove_files) COMPLETE
62902026-02-24T02:32:38.843Z[ recovery-image] Feb 24 02:32:38.852 INFO O| Feb 24 02:32:38.852 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-02-24T02:32:38.843Z[ recovery-image] Feb 24 02:32:38.873 INFO O| Feb 24 02:32:38.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62922026-02-24T02:32:38.843Z[ recovery-image] Feb 24 02:32:38.873 INFO O| Feb 24 02:32:38.873 INFO STEP 497 (remove_files) COMPLETE
62932026-02-24T02:32:38.843Z[ recovery-image] Feb 24 02:32:38.873 INFO O| Feb 24 02:32:38.873 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-02-24T02:32:38.892Z[ recovery-image] Feb 24 02:32:38.894 INFO O| Feb 24 02:32:38.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62952026-02-24T02:32:38.892Z[ recovery-image] Feb 24 02:32:38.894 INFO O| Feb 24 02:32:38.894 INFO STEP 498 (remove_files) COMPLETE
62962026-02-24T02:32:38.892Z[ recovery-image] Feb 24 02:32:38.894 INFO O| Feb 24 02:32:38.894 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-02-24T02:32:38.892Z[ recovery-image] Feb 24 02:32:38.915 INFO O| Feb 24 02:32:38.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62982026-02-24T02:32:38.893Z[ recovery-image] Feb 24 02:32:38.915 INFO O| Feb 24 02:32:38.915 INFO STEP 499 (remove_files) COMPLETE
62992026-02-24T02:32:38.893Z[ recovery-image] Feb 24 02:32:38.915 INFO O| Feb 24 02:32:38.915 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-02-24T02:32:38.927Z[ recovery-image] Feb 24 02:32:38.935 INFO O| Feb 24 02:32:38.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63012026-02-24T02:32:38.927Z[ recovery-image] Feb 24 02:32:38.935 INFO O| Feb 24 02:32:38.935 INFO STEP 500 (remove_files) COMPLETE
63022026-02-24T02:32:38.927Z[ recovery-image] Feb 24 02:32:38.935 INFO O| Feb 24 02:32:38.935 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-02-24T02:32:38.927Z[ recovery-image] Feb 24 02:32:38.949 INFO O| Feb 24 02:32:38.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63042026-02-24T02:32:38.927Z[ recovery-image] Feb 24 02:32:38.949 INFO O| Feb 24 02:32:38.949 INFO STEP 501 (remove_files) COMPLETE
63052026-02-24T02:32:38.927Z[ recovery-image] Feb 24 02:32:38.949 INFO O| Feb 24 02:32:38.949 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-02-24T02:32:38.928Z[ recovery-image] Feb 24 02:32:38.962 INFO O| Feb 24 02:32:38.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63072026-02-24T02:32:38.928Z[ recovery-image] Feb 24 02:32:38.962 INFO O| Feb 24 02:32:38.962 INFO STEP 502 (remove_files) COMPLETE
63082026-02-24T02:32:38.928Z[ recovery-image] Feb 24 02:32:38.962 INFO O| Feb 24 02:32:38.962 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-02-24T02:32:38.962Z[ recovery-image] Feb 24 02:32:38.974 INFO O| Feb 24 02:32:38.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63102026-02-24T02:32:38.962Z[ recovery-image] Feb 24 02:32:38.974 INFO O| Feb 24 02:32:38.974 INFO STEP 503 (remove_files) COMPLETE
63112026-02-24T02:32:38.962Z[ recovery-image] Feb 24 02:32:38.974 INFO O| Feb 24 02:32:38.974 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-02-24T02:32:38.962Z[ recovery-image] Feb 24 02:32:38.990 INFO O| Feb 24 02:32:38.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63132026-02-24T02:32:38.963Z[ recovery-image] Feb 24 02:32:38.990 INFO O| Feb 24 02:32:38.990 INFO STEP 504 (remove_files) COMPLETE
63142026-02-24T02:32:38.963Z[ recovery-image] Feb 24 02:32:38.990 INFO O| Feb 24 02:32:38.990 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-02-24T02:32:39.022Z[ recovery-image] Feb 24 02:32:39.013 INFO O| Feb 24 02:32:39.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63162026-02-24T02:32:39.022Z[ recovery-image] Feb 24 02:32:39.013 INFO O| Feb 24 02:32:39.013 INFO STEP 505 (remove_files) COMPLETE
63172026-02-24T02:32:39.023Z[ recovery-image] Feb 24 02:32:39.013 INFO O| Feb 24 02:32:39.013 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-02-24T02:32:39.023Z[ recovery-image] Feb 24 02:32:39.029 INFO O| Feb 24 02:32:39.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63192026-02-24T02:32:39.024Z[ recovery-image] Feb 24 02:32:39.030 INFO O| Feb 24 02:32:39.029 INFO STEP 506 (remove_files) COMPLETE
63202026-02-24T02:32:39.024Z[ recovery-image] Feb 24 02:32:39.030 INFO O| Feb 24 02:32:39.029 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-02-24T02:32:39.082Z[ recovery-image] Feb 24 02:32:39.044 INFO O| Feb 24 02:32:39.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63222026-02-24T02:32:39.083Z[ recovery-image] Feb 24 02:32:39.044 INFO O| Feb 24 02:32:39.044 INFO STEP 507 (remove_files) COMPLETE
63232026-02-24T02:32:39.083Z[ recovery-image] Feb 24 02:32:39.044 INFO O| Feb 24 02:32:39.044 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-02-24T02:32:39.083Z[ recovery-image] Feb 24 02:32:39.059 INFO O| Feb 24 02:32:39.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63252026-02-24T02:32:39.083Z[ recovery-image] Feb 24 02:32:39.059 INFO O| Feb 24 02:32:39.059 INFO STEP 508 (remove_files) COMPLETE
63262026-02-24T02:32:39.084Z[ recovery-image] Feb 24 02:32:39.059 INFO O| Feb 24 02:32:39.059 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-02-24T02:32:39.084Z[ recovery-image] Feb 24 02:32:39.074 INFO O| Feb 24 02:32:39.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63282026-02-24T02:32:39.084Z[ recovery-image] Feb 24 02:32:39.074 INFO O| Feb 24 02:32:39.074 INFO STEP 509 (remove_files) COMPLETE
63292026-02-24T02:32:39.084Z[ recovery-image] Feb 24 02:32:39.074 INFO O| Feb 24 02:32:39.074 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-02-24T02:32:39.162Z[ recovery-image] Feb 24 02:32:39.098 INFO O| Feb 24 02:32:39.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63312026-02-24T02:32:39.163Z[ recovery-image] Feb 24 02:32:39.098 INFO O| Feb 24 02:32:39.098 INFO STEP 510 (remove_files) COMPLETE
63322026-02-24T02:32:39.163Z[ recovery-image] Feb 24 02:32:39.098 INFO O| Feb 24 02:32:39.098 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-02-24T02:32:39.163Z[ recovery-image] Feb 24 02:32:39.118 INFO O| Feb 24 02:32:39.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63342026-02-24T02:32:39.163Z[ recovery-image] Feb 24 02:32:39.118 INFO O| Feb 24 02:32:39.118 INFO STEP 511 (remove_files) COMPLETE
63352026-02-24T02:32:39.163Z[ recovery-image] Feb 24 02:32:39.118 INFO O| Feb 24 02:32:39.118 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-02-24T02:32:39.163Z[ recovery-image] Feb 24 02:32:39.133 INFO O| Feb 24 02:32:39.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63372026-02-24T02:32:39.164Z[ recovery-image] Feb 24 02:32:39.133 INFO O| Feb 24 02:32:39.133 INFO STEP 512 (remove_files) COMPLETE
63382026-02-24T02:32:39.164Z[ recovery-image] Feb 24 02:32:39.133 INFO O| Feb 24 02:32:39.133 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-02-24T02:32:39.164Z[ recovery-image] Feb 24 02:32:39.153 INFO O| Feb 24 02:32:39.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63402026-02-24T02:32:39.164Z[ recovery-image] Feb 24 02:32:39.153 INFO O| Feb 24 02:32:39.153 INFO STEP 513 (remove_files) COMPLETE
63412026-02-24T02:32:39.164Z[ recovery-image] Feb 24 02:32:39.153 INFO O| Feb 24 02:32:39.153 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-02-24T02:32:39.164Z[ recovery-image] Feb 24 02:32:39.168 INFO O| Feb 24 02:32:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63432026-02-24T02:32:39.164Z[ recovery-image] Feb 24 02:32:39.168 INFO O| Feb 24 02:32:39.168 INFO STEP 514 (remove_files) COMPLETE
63442026-02-24T02:32:39.165Z[ recovery-image] Feb 24 02:32:39.168 INFO O| Feb 24 02:32:39.168 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-02-24T02:32:39.210Z[ recovery-image] Feb 24 02:32:39.185 INFO O| Feb 24 02:32:39.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63462026-02-24T02:32:39.210Z[ recovery-image] Feb 24 02:32:39.186 INFO O| Feb 24 02:32:39.185 INFO STEP 515 (remove_files) COMPLETE
63472026-02-24T02:32:39.211Z[ recovery-image] Feb 24 02:32:39.186 INFO O| Feb 24 02:32:39.185 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-02-24T02:32:39.211Z[ recovery-image] Feb 24 02:32:39.200 INFO O| Feb 24 02:32:39.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63492026-02-24T02:32:39.211Z[ recovery-image] Feb 24 02:32:39.200 INFO O| Feb 24 02:32:39.200 INFO STEP 516 (remove_files) COMPLETE
63502026-02-24T02:32:39.211Z[ recovery-image] Feb 24 02:32:39.200 INFO O| Feb 24 02:32:39.200 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-02-24T02:32:39.211Z[ recovery-image] Feb 24 02:32:39.214 INFO O| Feb 24 02:32:39.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63522026-02-24T02:32:39.211Z[ recovery-image] Feb 24 02:32:39.214 INFO O| Feb 24 02:32:39.214 INFO STEP 517 (remove_files) COMPLETE
63532026-02-24T02:32:39.211Z[ recovery-image] Feb 24 02:32:39.214 INFO O| Feb 24 02:32:39.214 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-02-24T02:32:39.212Z[ recovery-image] Feb 24 02:32:39.228 INFO O| Feb 24 02:32:39.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63552026-02-24T02:32:39.212Z[ recovery-image] Feb 24 02:32:39.228 INFO O| Feb 24 02:32:39.228 INFO STEP 518 (remove_files) COMPLETE
63562026-02-24T02:32:39.212Z[ recovery-image] Feb 24 02:32:39.228 INFO O| Feb 24 02:32:39.228 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-02-24T02:32:39.250Z[ recovery-image] Feb 24 02:32:39.240 INFO O| Feb 24 02:32:39.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63582026-02-24T02:32:39.251Z[ recovery-image] Feb 24 02:32:39.241 INFO O| Feb 24 02:32:39.241 INFO STEP 519 (remove_files) COMPLETE
63592026-02-24T02:32:39.251Z[ recovery-image] Feb 24 02:32:39.241 INFO O| Feb 24 02:32:39.241 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-02-24T02:32:39.251Z[ recovery-image] Feb 24 02:32:39.252 INFO O| Feb 24 02:32:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63612026-02-24T02:32:39.251Z[ recovery-image] Feb 24 02:32:39.253 INFO O| Feb 24 02:32:39.253 INFO STEP 520 (remove_files) COMPLETE
63622026-02-24T02:32:39.251Z[ recovery-image] Feb 24 02:32:39.253 INFO O| Feb 24 02:32:39.253 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-02-24T02:32:39.251Z[ recovery-image] Feb 24 02:32:39.267 INFO O| Feb 24 02:32:39.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63642026-02-24T02:32:39.251Z[ recovery-image] Feb 24 02:32:39.268 INFO O| Feb 24 02:32:39.268 INFO STEP 521 (remove_files) COMPLETE
63652026-02-24T02:32:39.252Z[ recovery-image] Feb 24 02:32:39.268 INFO O| Feb 24 02:32:39.268 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-02-24T02:32:39.286Z[ recovery-image] Feb 24 02:32:39.285 INFO O| Feb 24 02:32:39.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63672026-02-24T02:32:39.286Z[ recovery-image] Feb 24 02:32:39.285 INFO O| Feb 24 02:32:39.285 INFO STEP 522 (remove_files) COMPLETE
63682026-02-24T02:32:39.286Z[ recovery-image] Feb 24 02:32:39.285 INFO O| Feb 24 02:32:39.285 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-02-24T02:32:39.286Z[ recovery-image] Feb 24 02:32:39.302 INFO O| Feb 24 02:32:39.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63702026-02-24T02:32:39.287Z[ recovery-image] Feb 24 02:32:39.302 INFO O| Feb 24 02:32:39.302 INFO STEP 523 (remove_files) COMPLETE
63712026-02-24T02:32:39.287Z[ recovery-image] Feb 24 02:32:39.302 INFO O| Feb 24 02:32:39.302 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-02-24T02:32:39.337Z[ recovery-image] Feb 24 02:32:39.323 INFO O| Feb 24 02:32:39.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63732026-02-24T02:32:39.337Z[ recovery-image] Feb 24 02:32:39.323 INFO O| Feb 24 02:32:39.323 INFO STEP 524 (remove_files) COMPLETE
63742026-02-24T02:32:39.338Z[ recovery-image] Feb 24 02:32:39.323 INFO O| Feb 24 02:32:39.323 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-02-24T02:32:39.338Z[ recovery-image] Feb 24 02:32:39.340 INFO O| Feb 24 02:32:39.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63762026-02-24T02:32:39.338Z[ recovery-image] Feb 24 02:32:39.340 INFO O| Feb 24 02:32:39.340 INFO STEP 525 (remove_files) COMPLETE
63772026-02-24T02:32:39.338Z[ recovery-image] Feb 24 02:32:39.340 INFO O| Feb 24 02:32:39.340 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-02-24T02:32:39.371Z[ recovery-image] Feb 24 02:32:39.359 INFO O| Feb 24 02:32:39.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63792026-02-24T02:32:39.372Z[ recovery-image] Feb 24 02:32:39.359 INFO O| Feb 24 02:32:39.359 INFO STEP 526 (remove_files) COMPLETE
63802026-02-24T02:32:39.372Z[ recovery-image] Feb 24 02:32:39.359 INFO O| Feb 24 02:32:39.359 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-02-24T02:32:39.372Z[ recovery-image] Feb 24 02:32:39.382 INFO O| Feb 24 02:32:39.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63822026-02-24T02:32:39.372Z[ recovery-image] Feb 24 02:32:39.382 INFO O| Feb 24 02:32:39.382 INFO STEP 527 (remove_files) COMPLETE
63832026-02-24T02:32:39.372Z[ recovery-image] Feb 24 02:32:39.382 INFO O| Feb 24 02:32:39.382 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-02-24T02:32:39.372Z[ recovery-image] Feb 24 02:32:39.398 INFO O| Feb 24 02:32:39.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63852026-02-24T02:32:39.373Z[ recovery-image] Feb 24 02:32:39.399 INFO O| Feb 24 02:32:39.399 INFO STEP 528 (remove_files) COMPLETE
63862026-02-24T02:32:39.373Z[ recovery-image] Feb 24 02:32:39.399 INFO O| Feb 24 02:32:39.399 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-02-24T02:32:39.459Z[ recovery-image] Feb 24 02:32:39.421 INFO O| Feb 24 02:32:39.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63882026-02-24T02:32:39.459Z[ recovery-image] Feb 24 02:32:39.421 INFO O| Feb 24 02:32:39.421 INFO STEP 529 (remove_files) COMPLETE
63892026-02-24T02:32:39.459Z[ recovery-image] Feb 24 02:32:39.421 INFO O| Feb 24 02:32:39.421 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-02-24T02:32:39.459Z[ recovery-image] Feb 24 02:32:39.437 INFO O| Feb 24 02:32:39.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63912026-02-24T02:32:39.460Z[ recovery-image] Feb 24 02:32:39.437 INFO O| Feb 24 02:32:39.437 INFO STEP 530 (remove_files) COMPLETE
63922026-02-24T02:32:39.460Z[ recovery-image] Feb 24 02:32:39.437 INFO O| Feb 24 02:32:39.437 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-02-24T02:32:39.460Z[ recovery-image] Feb 24 02:32:39.458 INFO O| Feb 24 02:32:39.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63942026-02-24T02:32:39.460Z[ recovery-image] Feb 24 02:32:39.459 INFO O| Feb 24 02:32:39.459 INFO STEP 531 (remove_files) COMPLETE
63952026-02-24T02:32:39.460Z[ recovery-image] Feb 24 02:32:39.459 INFO O| Feb 24 02:32:39.459 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-02-24T02:32:39.460Z[ recovery-image] Feb 24 02:32:39.481 INFO O| Feb 24 02:32:39.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63972026-02-24T02:32:39.460Z[ recovery-image] Feb 24 02:32:39.481 INFO O| Feb 24 02:32:39.481 INFO STEP 532 (remove_files) COMPLETE
63982026-02-24T02:32:39.461Z[ recovery-image] Feb 24 02:32:39.481 INFO O| Feb 24 02:32:39.481 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-02-24T02:32:39.495Z[ recovery-image] Feb 24 02:32:39.501 INFO O| Feb 24 02:32:39.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64002026-02-24T02:32:39.495Z[ recovery-image] Feb 24 02:32:39.501 INFO O| Feb 24 02:32:39.501 INFO STEP 533 (remove_files) COMPLETE
64012026-02-24T02:32:39.495Z[ recovery-image] Feb 24 02:32:39.501 INFO O| Feb 24 02:32:39.501 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-02-24T02:32:39.496Z[ recovery-image] Feb 24 02:32:39.519 INFO O| Feb 24 02:32:39.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64032026-02-24T02:32:39.496Z[ recovery-image] Feb 24 02:32:39.519 INFO O| Feb 24 02:32:39.519 INFO STEP 534 (remove_files) COMPLETE
64042026-02-24T02:32:39.496Z[ recovery-image] Feb 24 02:32:39.519 INFO O| Feb 24 02:32:39.519 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-02-24T02:32:39.533Z[ recovery-image] Feb 24 02:32:39.538 INFO O| Feb 24 02:32:39.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64062026-02-24T02:32:39.534Z[ recovery-image] Feb 24 02:32:39.538 INFO O| Feb 24 02:32:39.538 INFO STEP 535 (remove_files) COMPLETE
64072026-02-24T02:32:39.534Z[ recovery-image] Feb 24 02:32:39.538 INFO O| Feb 24 02:32:39.538 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-02-24T02:32:39.534Z[ recovery-image] Feb 24 02:32:39.557 INFO O| Feb 24 02:32:39.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64092026-02-24T02:32:39.534Z[ recovery-image] Feb 24 02:32:39.557 INFO O| Feb 24 02:32:39.557 INFO STEP 536 (remove_files) COMPLETE
64102026-02-24T02:32:39.534Z[ recovery-image] Feb 24 02:32:39.557 INFO O| Feb 24 02:32:39.557 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-02-24T02:32:39.568Z[ recovery-image] Feb 24 02:32:39.576 INFO O| Feb 24 02:32:39.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64122026-02-24T02:32:39.568Z[ recovery-image] Feb 24 02:32:39.576 INFO O| Feb 24 02:32:39.576 INFO STEP 537 (remove_files) COMPLETE
64132026-02-24T02:32:39.568Z[ recovery-image] Feb 24 02:32:39.576 INFO O| Feb 24 02:32:39.576 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-02-24T02:32:39.568Z[ recovery-image] Feb 24 02:32:39.596 INFO O| Feb 24 02:32:39.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64152026-02-24T02:32:39.568Z[ recovery-image] Feb 24 02:32:39.596 INFO O| Feb 24 02:32:39.596 INFO STEP 538 (remove_files) COMPLETE
64162026-02-24T02:32:39.568Z[ recovery-image] Feb 24 02:32:39.597 INFO O| Feb 24 02:32:39.596 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-02-24T02:32:39.607Z[ recovery-image] Feb 24 02:32:39.619 INFO O| Feb 24 02:32:39.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64182026-02-24T02:32:39.607Z[ recovery-image] Feb 24 02:32:39.619 INFO O| Feb 24 02:32:39.619 INFO STEP 539 (remove_files) COMPLETE
64192026-02-24T02:32:39.608Z[ recovery-image] Feb 24 02:32:39.619 INFO O| Feb 24 02:32:39.619 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-02-24T02:32:39.608Z[ recovery-image] Feb 24 02:32:39.634 INFO O| Feb 24 02:32:39.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64212026-02-24T02:32:39.608Z[ recovery-image] Feb 24 02:32:39.634 INFO O| Feb 24 02:32:39.634 INFO STEP 540 (remove_files) COMPLETE
64222026-02-24T02:32:39.608Z[ recovery-image] Feb 24 02:32:39.634 INFO O| Feb 24 02:32:39.634 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-02-24T02:32:39.644Z[ recovery-image] Feb 24 02:32:39.653 INFO O| Feb 24 02:32:39.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64242026-02-24T02:32:39.644Z[ recovery-image] Feb 24 02:32:39.653 INFO O| Feb 24 02:32:39.653 INFO STEP 541 (remove_files) COMPLETE
64252026-02-24T02:32:39.645Z[ recovery-image] Feb 24 02:32:39.653 INFO O| Feb 24 02:32:39.653 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-02-24T02:32:39.645Z[ recovery-image] Feb 24 02:32:39.668 INFO O| Feb 24 02:32:39.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64272026-02-24T02:32:39.645Z[ recovery-image] Feb 24 02:32:39.668 INFO O| Feb 24 02:32:39.668 INFO STEP 542 (remove_files) COMPLETE
64282026-02-24T02:32:39.645Z[ recovery-image] Feb 24 02:32:39.668 INFO O| Feb 24 02:32:39.668 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-02-24T02:32:39.687Z[ recovery-image] Feb 24 02:32:39.682 INFO O| Feb 24 02:32:39.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64302026-02-24T02:32:39.687Z[ recovery-image] Feb 24 02:32:39.683 INFO O| Feb 24 02:32:39.683 INFO STEP 543 (remove_files) COMPLETE
64312026-02-24T02:32:39.687Z[ recovery-image] Feb 24 02:32:39.683 INFO O| Feb 24 02:32:39.683 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-02-24T02:32:39.688Z[ recovery-image] Feb 24 02:32:39.700 INFO O| Feb 24 02:32:39.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64332026-02-24T02:32:39.688Z[ recovery-image] Feb 24 02:32:39.701 INFO O| Feb 24 02:32:39.701 INFO STEP 544 (remove_files) COMPLETE
64342026-02-24T02:32:39.688Z[ recovery-image] Feb 24 02:32:39.701 INFO O| Feb 24 02:32:39.701 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-02-24T02:32:39.782Z[ recovery-image] Feb 24 02:32:39.719 INFO O| Feb 24 02:32:39.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64362026-02-24T02:32:39.782Z[ recovery-image] Feb 24 02:32:39.719 INFO O| Feb 24 02:32:39.719 INFO STEP 545 (remove_files) COMPLETE
64372026-02-24T02:32:39.783Z[ recovery-image] Feb 24 02:32:39.719 INFO O| Feb 24 02:32:39.719 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-02-24T02:32:39.783Z[ recovery-image] Feb 24 02:32:39.734 INFO O| Feb 24 02:32:39.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64392026-02-24T02:32:39.783Z[ recovery-image] Feb 24 02:32:39.735 INFO O| Feb 24 02:32:39.735 INFO STEP 546 (remove_files) COMPLETE
64402026-02-24T02:32:39.783Z[ recovery-image] Feb 24 02:32:39.735 INFO O| Feb 24 02:32:39.735 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-02-24T02:32:39.783Z[ recovery-image] Feb 24 02:32:39.749 INFO O| Feb 24 02:32:39.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64422026-02-24T02:32:39.783Z[ recovery-image] Feb 24 02:32:39.749 INFO O| Feb 24 02:32:39.749 INFO STEP 547 (remove_files) COMPLETE
64432026-02-24T02:32:39.783Z[ recovery-image] Feb 24 02:32:39.749 INFO O| Feb 24 02:32:39.749 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-02-24T02:32:39.821Z[ recovery-image] Feb 24 02:32:39.770 INFO O| Feb 24 02:32:39.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64452026-02-24T02:32:39.821Z[ recovery-image] Feb 24 02:32:39.770 INFO O| Feb 24 02:32:39.770 INFO STEP 548 (remove_files) COMPLETE
64462026-02-24T02:32:39.822Z[ recovery-image] Feb 24 02:32:39.770 INFO O| Feb 24 02:32:39.770 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-02-24T02:32:39.822Z[ recovery-image] Feb 24 02:32:39.789 INFO O| Feb 24 02:32:39.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64482026-02-24T02:32:39.822Z[ recovery-image] Feb 24 02:32:39.789 INFO O| Feb 24 02:32:39.789 INFO STEP 549 (remove_files) COMPLETE
64492026-02-24T02:32:39.822Z[ recovery-image] Feb 24 02:32:39.789 INFO O| Feb 24 02:32:39.789 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-02-24T02:32:39.822Z[ recovery-image] Feb 24 02:32:39.810 INFO O| Feb 24 02:32:39.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64512026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.810 INFO O| Feb 24 02:32:39.810 INFO STEP 550 (remove_files) COMPLETE
64522026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.810 INFO O| Feb 24 02:32:39.810 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.827 INFO O| Feb 24 02:32:39.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64542026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.827 INFO O| Feb 24 02:32:39.827 INFO STEP 551 (remove_files) COMPLETE
64552026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.827 INFO O| Feb 24 02:32:39.827 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.840 INFO O| Feb 24 02:32:39.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64572026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.840 INFO O| Feb 24 02:32:39.840 INFO STEP 552 (remove_files) COMPLETE
64582026-02-24T02:32:39.823Z[ recovery-image] Feb 24 02:32:39.840 INFO O| Feb 24 02:32:39.840 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-02-24T02:32:39.862Z[ recovery-image] Feb 24 02:32:39.854 INFO O| Feb 24 02:32:39.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64602026-02-24T02:32:39.862Z[ recovery-image] Feb 24 02:32:39.854 INFO O| Feb 24 02:32:39.854 INFO STEP 553 (remove_files) COMPLETE
64612026-02-24T02:32:39.862Z[ recovery-image] Feb 24 02:32:39.854 INFO O| Feb 24 02:32:39.854 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-02-24T02:32:39.862Z[ recovery-image] Feb 24 02:32:39.869 INFO O| Feb 24 02:32:39.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64632026-02-24T02:32:39.863Z[ recovery-image] Feb 24 02:32:39.869 INFO O| Feb 24 02:32:39.869 INFO STEP 554 (remove_files) COMPLETE
64642026-02-24T02:32:39.863Z[ recovery-image] Feb 24 02:32:39.869 INFO O| Feb 24 02:32:39.869 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-02-24T02:32:39.863Z[ recovery-image] Feb 24 02:32:39.887 INFO O| Feb 24 02:32:39.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64662026-02-24T02:32:39.863Z[ recovery-image] Feb 24 02:32:39.887 INFO O| Feb 24 02:32:39.887 INFO STEP 555 (remove_files) COMPLETE
64672026-02-24T02:32:39.863Z[ recovery-image] Feb 24 02:32:39.887 INFO O| Feb 24 02:32:39.887 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-02-24T02:32:39.894Z[ recovery-image] Feb 24 02:32:39.909 INFO O| Feb 24 02:32:39.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64692026-02-24T02:32:39.894Z[ recovery-image] Feb 24 02:32:39.909 INFO O| Feb 24 02:32:39.909 INFO STEP 556 (remove_files) COMPLETE
64702026-02-24T02:32:39.895Z[ recovery-image] Feb 24 02:32:39.909 INFO O| Feb 24 02:32:39.909 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-02-24T02:32:39.895Z[ recovery-image] Feb 24 02:32:39.931 INFO O| Feb 24 02:32:39.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64722026-02-24T02:32:39.895Z[ recovery-image] Feb 24 02:32:39.931 INFO O| Feb 24 02:32:39.931 INFO STEP 557 (remove_files) COMPLETE
64732026-02-24T02:32:39.895Z[ recovery-image] Feb 24 02:32:39.931 INFO O| Feb 24 02:32:39.931 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-02-24T02:32:39.922Z[ recovery-image] Feb 24 02:32:39.945 INFO O| Feb 24 02:32:39.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64752026-02-24T02:32:39.923Z[ recovery-image] Feb 24 02:32:39.945 INFO O| Feb 24 02:32:39.945 INFO STEP 558 (remove_files) COMPLETE
64762026-02-24T02:32:39.923Z[ recovery-image] Feb 24 02:32:39.945 INFO O| Feb 24 02:32:39.945 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-02-24T02:32:39.923Z[ recovery-image] Feb 24 02:32:39.957 INFO O| Feb 24 02:32:39.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64782026-02-24T02:32:39.923Z[ recovery-image] Feb 24 02:32:39.957 INFO O| Feb 24 02:32:39.957 INFO STEP 559 (remove_files) COMPLETE
64792026-02-24T02:32:39.923Z[ recovery-image] Feb 24 02:32:39.957 INFO O| Feb 24 02:32:39.957 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-02-24T02:32:39.959Z[ recovery-image] Feb 24 02:32:39.974 INFO O| Feb 24 02:32:39.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64812026-02-24T02:32:39.959Z[ recovery-image] Feb 24 02:32:39.974 INFO O| Feb 24 02:32:39.974 INFO STEP 560 (remove_files) COMPLETE
64822026-02-24T02:32:39.959Z[ recovery-image] Feb 24 02:32:39.974 INFO O| Feb 24 02:32:39.974 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-02-24T02:32:39.959Z[ recovery-image] Feb 24 02:32:39.987 INFO O| Feb 24 02:32:39.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64842026-02-24T02:32:39.959Z[ recovery-image] Feb 24 02:32:39.987 INFO O| Feb 24 02:32:39.987 INFO STEP 561 (remove_files) COMPLETE
64852026-02-24T02:32:39.960Z[ recovery-image] Feb 24 02:32:39.988 INFO O| Feb 24 02:32:39.987 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-02-24T02:32:39.987Z[ recovery-image] Feb 24 02:32:40.008 INFO O| Feb 24 02:32:40.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64872026-02-24T02:32:39.988Z[ recovery-image] Feb 24 02:32:40.008 INFO O| Feb 24 02:32:40.008 INFO STEP 562 (remove_files) COMPLETE
64882026-02-24T02:32:39.988Z[ recovery-image] Feb 24 02:32:40.008 INFO O| Feb 24 02:32:40.008 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-02-24T02:32:40.013Z[ recovery-image] Feb 24 02:32:40.029 INFO O| Feb 24 02:32:40.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64902026-02-24T02:32:40.013Z[ recovery-image] Feb 24 02:32:40.030 INFO O| Feb 24 02:32:40.030 INFO STEP 563 (remove_files) COMPLETE
64912026-02-24T02:32:40.013Z[ recovery-image] Feb 24 02:32:40.030 INFO O| Feb 24 02:32:40.030 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-02-24T02:32:40.013Z[ recovery-image] Feb 24 02:32:40.051 INFO O| Feb 24 02:32:40.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64932026-02-24T02:32:40.013Z[ recovery-image] Feb 24 02:32:40.051 INFO O| Feb 24 02:32:40.051 INFO STEP 564 (remove_files) COMPLETE
64942026-02-24T02:32:40.013Z[ recovery-image] Feb 24 02:32:40.051 INFO O| Feb 24 02:32:40.051 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-02-24T02:32:40.038Z[ recovery-image] Feb 24 02:32:40.068 INFO O| Feb 24 02:32:40.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64962026-02-24T02:32:40.038Z[ recovery-image] Feb 24 02:32:40.068 INFO O| Feb 24 02:32:40.068 INFO STEP 565 (remove_files) COMPLETE
64972026-02-24T02:32:40.038Z[ recovery-image] Feb 24 02:32:40.068 INFO O| Feb 24 02:32:40.068 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-02-24T02:32:40.063Z[ recovery-image] Feb 24 02:32:40.085 INFO O| Feb 24 02:32:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64992026-02-24T02:32:40.063Z[ recovery-image] Feb 24 02:32:40.085 INFO O| Feb 24 02:32:40.085 INFO STEP 566 (remove_files) COMPLETE
65002026-02-24T02:32:40.063Z[ recovery-image] Feb 24 02:32:40.085 INFO O| Feb 24 02:32:40.085 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-02-24T02:32:40.064Z[ recovery-image] Feb 24 02:32:40.102 INFO O| Feb 24 02:32:40.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65022026-02-24T02:32:40.064Z[ recovery-image] Feb 24 02:32:40.102 INFO O| Feb 24 02:32:40.102 INFO STEP 567 (remove_files) COMPLETE
65032026-02-24T02:32:40.064Z[ recovery-image] Feb 24 02:32:40.102 INFO O| Feb 24 02:32:40.102 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-02-24T02:32:40.108Z[ recovery-image] Feb 24 02:32:40.119 INFO O| Feb 24 02:32:40.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65052026-02-24T02:32:40.108Z[ recovery-image] Feb 24 02:32:40.119 INFO O| Feb 24 02:32:40.119 INFO STEP 568 (remove_files) COMPLETE
65062026-02-24T02:32:40.108Z[ recovery-image] Feb 24 02:32:40.119 INFO O| Feb 24 02:32:40.119 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.135 INFO O| Feb 24 02:32:40.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65082026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.135 INFO O| Feb 24 02:32:40.135 INFO STEP 569 (remove_files) COMPLETE
65092026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.135 INFO O| Feb 24 02:32:40.135 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.152 INFO O| Feb 24 02:32:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65112026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.152 INFO O| Feb 24 02:32:40.152 INFO STEP 570 (remove_files) COMPLETE
65122026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.152 INFO O| Feb 24 02:32:40.152 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.168 INFO O| Feb 24 02:32:40.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65142026-02-24T02:32:40.152Z[ recovery-image] Feb 24 02:32:40.168 INFO O| Feb 24 02:32:40.168 INFO STEP 571 (remove_files) COMPLETE
65152026-02-24T02:32:40.153Z[ recovery-image] Feb 24 02:32:40.168 INFO O| Feb 24 02:32:40.168 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-02-24T02:32:40.153Z[ recovery-image] Feb 24 02:32:40.186 INFO O| Feb 24 02:32:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65172026-02-24T02:32:40.153Z[ recovery-image] Feb 24 02:32:40.186 INFO O| Feb 24 02:32:40.186 INFO STEP 572 (remove_files) COMPLETE
65182026-02-24T02:32:40.153Z[ recovery-image] Feb 24 02:32:40.186 INFO O| Feb 24 02:32:40.186 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-02-24T02:32:40.181Z[ recovery-image] Feb 24 02:32:40.203 INFO O| Feb 24 02:32:40.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65202026-02-24T02:32:40.181Z[ recovery-image] Feb 24 02:32:40.204 INFO O| Feb 24 02:32:40.204 INFO STEP 573 (remove_files) COMPLETE
65212026-02-24T02:32:40.181Z[ recovery-image] Feb 24 02:32:40.204 INFO O| Feb 24 02:32:40.204 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-02-24T02:32:40.250Z[ recovery-image] Feb 24 02:32:40.221 INFO O| Feb 24 02:32:40.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65232026-02-24T02:32:40.250Z[ recovery-image] Feb 24 02:32:40.222 INFO O| Feb 24 02:32:40.222 INFO STEP 574 (remove_files) COMPLETE
65242026-02-24T02:32:40.250Z[ recovery-image] Feb 24 02:32:40.222 INFO O| Feb 24 02:32:40.222 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-02-24T02:32:40.251Z[ recovery-image] Feb 24 02:32:40.238 INFO O| Feb 24 02:32:40.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65262026-02-24T02:32:40.251Z[ recovery-image] Feb 24 02:32:40.238 INFO O| Feb 24 02:32:40.238 INFO STEP 575 (remove_files) COMPLETE
65272026-02-24T02:32:40.251Z[ recovery-image] Feb 24 02:32:40.238 INFO O| Feb 24 02:32:40.238 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-02-24T02:32:40.312Z[ recovery-image] Feb 24 02:32:40.254 INFO O| Feb 24 02:32:40.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65292026-02-24T02:32:40.312Z[ recovery-image] Feb 24 02:32:40.254 INFO O| Feb 24 02:32:40.254 INFO STEP 576 (remove_files) COMPLETE
65302026-02-24T02:32:40.312Z[ recovery-image] Feb 24 02:32:40.255 INFO O| Feb 24 02:32:40.254 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-02-24T02:32:40.313Z[ recovery-image] Feb 24 02:32:40.275 INFO O| Feb 24 02:32:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65322026-02-24T02:32:40.313Z[ recovery-image] Feb 24 02:32:40.275 INFO O| Feb 24 02:32:40.275 INFO STEP 577 (remove_files) COMPLETE
65332026-02-24T02:32:40.313Z[ recovery-image] Feb 24 02:32:40.275 INFO O| Feb 24 02:32:40.275 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-02-24T02:32:40.313Z[ recovery-image] Feb 24 02:32:40.293 INFO O| Feb 24 02:32:40.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65352026-02-24T02:32:40.313Z[ recovery-image] Feb 24 02:32:40.293 INFO O| Feb 24 02:32:40.293 INFO STEP 578 (remove_files) COMPLETE
65362026-02-24T02:32:40.313Z[ recovery-image] Feb 24 02:32:40.294 INFO O| Feb 24 02:32:40.293 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-02-24T02:32:40.314Z[ recovery-image] Feb 24 02:32:40.313 INFO O| Feb 24 02:32:40.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65382026-02-24T02:32:40.314Z[ recovery-image] Feb 24 02:32:40.314 INFO O| Feb 24 02:32:40.314 INFO STEP 579 (remove_files) COMPLETE
65392026-02-24T02:32:40.314Z[ recovery-image] Feb 24 02:32:40.314 INFO O| Feb 24 02:32:40.314 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-02-24T02:32:40.314Z[ recovery-image] Feb 24 02:32:40.330 INFO O| Feb 24 02:32:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65412026-02-24T02:32:40.314Z[ recovery-image] Feb 24 02:32:40.330 INFO O| Feb 24 02:32:40.330 INFO STEP 580 (remove_files) COMPLETE
65422026-02-24T02:32:40.314Z[ recovery-image] Feb 24 02:32:40.330 INFO O| Feb 24 02:32:40.330 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-02-24T02:32:40.314Z[ recovery-image] Feb 24 02:32:40.344 INFO O| Feb 24 02:32:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65442026-02-24T02:32:40.315Z[ recovery-image] Feb 24 02:32:40.344 INFO O| Feb 24 02:32:40.344 INFO STEP 581 (remove_files) COMPLETE
65452026-02-24T02:32:40.315Z[ recovery-image] Feb 24 02:32:40.344 INFO O| Feb 24 02:32:40.344 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-02-24T02:32:40.351Z[ recovery-image] Feb 24 02:32:40.363 INFO O| Feb 24 02:32:40.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65472026-02-24T02:32:40.351Z[ recovery-image] Feb 24 02:32:40.363 INFO O| Feb 24 02:32:40.363 INFO STEP 582 (remove_files) COMPLETE
65482026-02-24T02:32:40.351Z[ recovery-image] Feb 24 02:32:40.363 INFO O| Feb 24 02:32:40.363 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-02-24T02:32:40.351Z[ recovery-image] Feb 24 02:32:40.377 INFO O| Feb 24 02:32:40.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65502026-02-24T02:32:40.351Z[ recovery-image] Feb 24 02:32:40.378 INFO O| Feb 24 02:32:40.377 INFO STEP 583 (remove_files) COMPLETE
65512026-02-24T02:32:40.351Z[ recovery-image] Feb 24 02:32:40.378 INFO O| Feb 24 02:32:40.378 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-02-24T02:32:40.385Z[ recovery-image] Feb 24 02:32:40.393 INFO O| Feb 24 02:32:40.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65532026-02-24T02:32:40.385Z[ recovery-image] Feb 24 02:32:40.393 INFO O| Feb 24 02:32:40.393 INFO STEP 584 (remove_files) COMPLETE
65542026-02-24T02:32:40.385Z[ recovery-image] Feb 24 02:32:40.393 INFO O| Feb 24 02:32:40.393 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-02-24T02:32:40.386Z[ recovery-image] Feb 24 02:32:40.416 INFO O| Feb 24 02:32:40.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65562026-02-24T02:32:40.386Z[ recovery-image] Feb 24 02:32:40.416 INFO O| Feb 24 02:32:40.416 INFO STEP 585 (remove_files) COMPLETE
65572026-02-24T02:32:40.386Z[ recovery-image] Feb 24 02:32:40.416 INFO O| Feb 24 02:32:40.416 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-02-24T02:32:40.414Z[ recovery-image] Feb 24 02:32:40.430 INFO O| Feb 24 02:32:40.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65592026-02-24T02:32:40.414Z[ recovery-image] Feb 24 02:32:40.430 INFO O| Feb 24 02:32:40.430 INFO STEP 586 (remove_files) COMPLETE
65602026-02-24T02:32:40.414Z[ recovery-image] Feb 24 02:32:40.430 INFO O| Feb 24 02:32:40.430 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-02-24T02:32:40.414Z[ recovery-image] Feb 24 02:32:40.448 INFO O| Feb 24 02:32:40.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65622026-02-24T02:32:40.414Z[ recovery-image] Feb 24 02:32:40.448 INFO O| Feb 24 02:32:40.448 INFO STEP 587 (remove_files) COMPLETE
65632026-02-24T02:32:40.414Z[ recovery-image] Feb 24 02:32:40.448 INFO O| Feb 24 02:32:40.448 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-02-24T02:32:40.451Z[ recovery-image] Feb 24 02:32:40.467 INFO O| Feb 24 02:32:40.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65652026-02-24T02:32:40.451Z[ recovery-image] Feb 24 02:32:40.467 INFO O| Feb 24 02:32:40.467 INFO STEP 588 (remove_files) COMPLETE
65662026-02-24T02:32:40.451Z[ recovery-image] Feb 24 02:32:40.467 INFO O| Feb 24 02:32:40.467 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-02-24T02:32:40.516Z[ recovery-image] Feb 24 02:32:40.484 INFO O| Feb 24 02:32:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65682026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.484 INFO O| Feb 24 02:32:40.484 INFO STEP 589 (remove_files) COMPLETE
65692026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.484 INFO O| Feb 24 02:32:40.484 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.501 INFO O| Feb 24 02:32:40.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65712026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.501 INFO O| Feb 24 02:32:40.501 INFO STEP 590 (remove_files) COMPLETE
65722026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.501 INFO O| Feb 24 02:32:40.501 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.517 INFO O| Feb 24 02:32:40.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65742026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.517 INFO O| Feb 24 02:32:40.517 INFO STEP 591 (remove_files) COMPLETE
65752026-02-24T02:32:40.517Z[ recovery-image] Feb 24 02:32:40.517 INFO O| Feb 24 02:32:40.517 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-02-24T02:32:40.571Z[ recovery-image] Feb 24 02:32:40.535 INFO O| Feb 24 02:32:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65772026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.536 INFO O| Feb 24 02:32:40.535 INFO STEP 592 (remove_files) COMPLETE
65782026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.536 INFO O| Feb 24 02:32:40.536 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.557 INFO O| Feb 24 02:32:40.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65802026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.557 INFO O| Feb 24 02:32:40.557 INFO STEP 593 (remove_files) COMPLETE
65812026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.557 INFO O| Feb 24 02:32:40.557 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.575 INFO O| Feb 24 02:32:40.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65832026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.575 INFO O| Feb 24 02:32:40.575 INFO STEP 594 (remove_files) COMPLETE
65842026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.575 INFO O| Feb 24 02:32:40.575 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.590 INFO O| Feb 24 02:32:40.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65862026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.590 INFO O| Feb 24 02:32:40.590 INFO STEP 595 (remove_files) COMPLETE
65872026-02-24T02:32:40.572Z[ recovery-image] Feb 24 02:32:40.590 INFO O| Feb 24 02:32:40.590 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-02-24T02:32:40.613Z[ recovery-image] Feb 24 02:32:40.610 INFO O| Feb 24 02:32:40.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65892026-02-24T02:32:40.613Z[ recovery-image] Feb 24 02:32:40.610 INFO O| Feb 24 02:32:40.610 INFO STEP 596 (remove_files) COMPLETE
65902026-02-24T02:32:40.613Z[ recovery-image] Feb 24 02:32:40.610 INFO O| Feb 24 02:32:40.610 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-02-24T02:32:40.614Z[ recovery-image] Feb 24 02:32:40.627 INFO O| Feb 24 02:32:40.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65922026-02-24T02:32:40.614Z[ recovery-image] Feb 24 02:32:40.627 INFO O| Feb 24 02:32:40.627 INFO STEP 597 (remove_files) COMPLETE
65932026-02-24T02:32:40.614Z[ recovery-image] Feb 24 02:32:40.627 INFO O| Feb 24 02:32:40.627 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-02-24T02:32:40.644Z[ recovery-image] Feb 24 02:32:40.643 INFO O| Feb 24 02:32:40.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65952026-02-24T02:32:40.645Z[ recovery-image] Feb 24 02:32:40.643 INFO O| Feb 24 02:32:40.643 INFO STEP 598 (remove_files) COMPLETE
65962026-02-24T02:32:40.645Z[ recovery-image] Feb 24 02:32:40.643 INFO O| Feb 24 02:32:40.643 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-02-24T02:32:40.645Z[ recovery-image] Feb 24 02:32:40.664 INFO O| Feb 24 02:32:40.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65982026-02-24T02:32:40.645Z[ recovery-image] Feb 24 02:32:40.665 INFO O| Feb 24 02:32:40.665 INFO STEP 599 (remove_files) COMPLETE
65992026-02-24T02:32:40.645Z[ recovery-image] Feb 24 02:32:40.665 INFO O| Feb 24 02:32:40.665 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-02-24T02:32:40.673Z[ recovery-image] Feb 24 02:32:40.683 INFO O| Feb 24 02:32:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66012026-02-24T02:32:40.673Z[ recovery-image] Feb 24 02:32:40.683 INFO O| Feb 24 02:32:40.683 INFO STEP 600 (remove_files) COMPLETE
66022026-02-24T02:32:40.674Z[ recovery-image] Feb 24 02:32:40.683 INFO O| Feb 24 02:32:40.683 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-02-24T02:32:40.674Z[ recovery-image] Feb 24 02:32:40.703 INFO O| Feb 24 02:32:40.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66042026-02-24T02:32:40.674Z[ recovery-image] Feb 24 02:32:40.704 INFO O| Feb 24 02:32:40.704 INFO STEP 601 (remove_files) COMPLETE
66052026-02-24T02:32:40.674Z[ recovery-image] Feb 24 02:32:40.704 INFO O| Feb 24 02:32:40.704 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-02-24T02:32:40.700Z[ recovery-image] Feb 24 02:32:40.721 INFO O| Feb 24 02:32:40.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66072026-02-24T02:32:40.700Z[ recovery-image] Feb 24 02:32:40.721 INFO O| Feb 24 02:32:40.721 INFO STEP 602 (remove_files) COMPLETE
66082026-02-24T02:32:40.701Z[ recovery-image] Feb 24 02:32:40.722 INFO O| Feb 24 02:32:40.721 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-02-24T02:32:40.701Z[ recovery-image] Feb 24 02:32:40.739 INFO O| Feb 24 02:32:40.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66102026-02-24T02:32:40.701Z[ recovery-image] Feb 24 02:32:40.740 INFO O| Feb 24 02:32:40.740 INFO STEP 603 (remove_files) COMPLETE
66112026-02-24T02:32:40.701Z[ recovery-image] Feb 24 02:32:40.740 INFO O| Feb 24 02:32:40.740 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-02-24T02:32:40.732Z[ recovery-image] Feb 24 02:32:40.757 INFO O| Feb 24 02:32:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66132026-02-24T02:32:40.732Z[ recovery-image] Feb 24 02:32:40.757 INFO O| Feb 24 02:32:40.757 INFO STEP 604 (remove_files) COMPLETE
66142026-02-24T02:32:40.732Z[ recovery-image] Feb 24 02:32:40.757 INFO O| Feb 24 02:32:40.757 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-02-24T02:32:40.769Z[ recovery-image] Feb 24 02:32:40.776 INFO O| Feb 24 02:32:40.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66162026-02-24T02:32:40.769Z[ recovery-image] Feb 24 02:32:40.776 INFO O| Feb 24 02:32:40.776 INFO STEP 605 (remove_files) COMPLETE
66172026-02-24T02:32:40.770Z[ recovery-image] Feb 24 02:32:40.776 INFO O| Feb 24 02:32:40.776 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-02-24T02:32:40.770Z[ recovery-image] Feb 24 02:32:40.794 INFO O| Feb 24 02:32:40.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66192026-02-24T02:32:40.770Z[ recovery-image] Feb 24 02:32:40.794 INFO O| Feb 24 02:32:40.794 INFO STEP 606 (remove_files) COMPLETE
66202026-02-24T02:32:40.770Z[ recovery-image] Feb 24 02:32:40.794 INFO O| Feb 24 02:32:40.794 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-02-24T02:32:40.810Z[ recovery-image] Feb 24 02:32:40.811 INFO O| Feb 24 02:32:40.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66222026-02-24T02:32:40.811Z[ recovery-image] Feb 24 02:32:40.811 INFO O| Feb 24 02:32:40.811 INFO STEP 607 (remove_files) COMPLETE
66232026-02-24T02:32:40.811Z[ recovery-image] Feb 24 02:32:40.811 INFO O| Feb 24 02:32:40.811 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-02-24T02:32:40.811Z[ recovery-image] Feb 24 02:32:40.828 INFO O| Feb 24 02:32:40.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66252026-02-24T02:32:40.811Z[ recovery-image] Feb 24 02:32:40.828 INFO O| Feb 24 02:32:40.828 INFO STEP 608 (remove_files) COMPLETE
66262026-02-24T02:32:40.812Z[ recovery-image] Feb 24 02:32:40.828 INFO O| Feb 24 02:32:40.828 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-02-24T02:32:40.845Z[ recovery-image] Feb 24 02:32:40.846 INFO O| Feb 24 02:32:40.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66282026-02-24T02:32:40.845Z[ recovery-image] Feb 24 02:32:40.846 INFO O| Feb 24 02:32:40.846 INFO STEP 609 (remove_files) COMPLETE
66292026-02-24T02:32:40.845Z[ recovery-image] Feb 24 02:32:40.846 INFO O| Feb 24 02:32:40.846 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-02-24T02:32:40.845Z[ recovery-image] Feb 24 02:32:40.863 INFO O| Feb 24 02:32:40.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66312026-02-24T02:32:40.846Z[ recovery-image] Feb 24 02:32:40.864 INFO O| Feb 24 02:32:40.864 INFO STEP 610 (remove_files) COMPLETE
66322026-02-24T02:32:40.846Z[ recovery-image] Feb 24 02:32:40.864 INFO O| Feb 24 02:32:40.864 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-02-24T02:32:40.874Z[ recovery-image] Feb 24 02:32:40.886 INFO O| Feb 24 02:32:40.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66342026-02-24T02:32:40.874Z[ recovery-image] Feb 24 02:32:40.886 INFO O| Feb 24 02:32:40.886 INFO STEP 611 (remove_files) COMPLETE
66352026-02-24T02:32:40.874Z[ recovery-image] Feb 24 02:32:40.886 INFO O| Feb 24 02:32:40.886 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-02-24T02:32:40.874Z[ recovery-image] Feb 24 02:32:40.903 INFO O| Feb 24 02:32:40.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66372026-02-24T02:32:40.874Z[ recovery-image] Feb 24 02:32:40.903 INFO O| Feb 24 02:32:40.903 INFO STEP 612 (remove_files) COMPLETE
66382026-02-24T02:32:40.874Z[ recovery-image] Feb 24 02:32:40.903 INFO O| Feb 24 02:32:40.903 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-02-24T02:32:40.913Z[ recovery-image] Feb 24 02:32:40.917 INFO O| Feb 24 02:32:40.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66402026-02-24T02:32:40.913Z[ recovery-image] Feb 24 02:32:40.917 INFO O| Feb 24 02:32:40.917 INFO STEP 613 (remove_files) COMPLETE
66412026-02-24T02:32:40.914Z[ recovery-image] Feb 24 02:32:40.917 INFO O| Feb 24 02:32:40.917 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-02-24T02:32:40.914Z[ recovery-image] Feb 24 02:32:40.931 INFO O| Feb 24 02:32:40.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66432026-02-24T02:32:40.914Z[ recovery-image] Feb 24 02:32:40.932 INFO O| Feb 24 02:32:40.932 INFO STEP 614 (remove_files) COMPLETE
66442026-02-24T02:32:40.914Z[ recovery-image] Feb 24 02:32:40.932 INFO O| Feb 24 02:32:40.932 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-02-24T02:32:40.966Z[ recovery-image] Feb 24 02:32:40.948 INFO O| Feb 24 02:32:40.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66462026-02-24T02:32:40.967Z[ recovery-image] Feb 24 02:32:40.949 INFO O| Feb 24 02:32:40.949 INFO STEP 615 (remove_files) COMPLETE
66472026-02-24T02:32:40.967Z[ recovery-image] Feb 24 02:32:40.949 INFO O| Feb 24 02:32:40.949 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-02-24T02:32:40.967Z[ recovery-image] Feb 24 02:32:40.964 INFO O| Feb 24 02:32:40.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66492026-02-24T02:32:40.968Z[ recovery-image] Feb 24 02:32:40.964 INFO O| Feb 24 02:32:40.964 INFO STEP 616 (remove_files) COMPLETE
66502026-02-24T02:32:40.968Z[ recovery-image] Feb 24 02:32:40.964 INFO O| Feb 24 02:32:40.964 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-02-24T02:32:40.968Z[ recovery-image] Feb 24 02:32:40.978 INFO O| Feb 24 02:32:40.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66522026-02-24T02:32:40.968Z[ recovery-image] Feb 24 02:32:40.979 INFO O| Feb 24 02:32:40.979 INFO STEP 617 (remove_files) COMPLETE
66532026-02-24T02:32:40.968Z[ recovery-image] Feb 24 02:32:40.979 INFO O| Feb 24 02:32:40.979 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-02-24T02:32:41.021Z[ recovery-image] Feb 24 02:32:40.998 INFO O| Feb 24 02:32:40.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66552026-02-24T02:32:41.021Z[ recovery-image] Feb 24 02:32:40.998 INFO O| Feb 24 02:32:40.998 INFO STEP 618 (remove_files) COMPLETE
66562026-02-24T02:32:41.022Z[ recovery-image] Feb 24 02:32:40.998 INFO O| Feb 24 02:32:40.998 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-02-24T02:32:41.022Z[ recovery-image] Feb 24 02:32:41.018 INFO O| Feb 24 02:32:41.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66582026-02-24T02:32:41.022Z[ recovery-image] Feb 24 02:32:41.019 INFO O| Feb 24 02:32:41.019 INFO STEP 619 (remove_files) COMPLETE
66592026-02-24T02:32:41.022Z[ recovery-image] Feb 24 02:32:41.019 INFO O| Feb 24 02:32:41.019 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-02-24T02:32:41.022Z[ recovery-image] Feb 24 02:32:41.035 INFO O| Feb 24 02:32:41.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66612026-02-24T02:32:41.022Z[ recovery-image] Feb 24 02:32:41.035 INFO O| Feb 24 02:32:41.035 INFO STEP 620 (remove_files) COMPLETE
66622026-02-24T02:32:41.135Z[ recovery-image] Feb 24 02:32:41.035 INFO O| Feb 24 02:32:41.035 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.059 INFO O| Feb 24 02:32:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66642026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.060 INFO O| Feb 24 02:32:41.060 INFO STEP 621 (remove_files) COMPLETE
66652026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.060 INFO O| Feb 24 02:32:41.060 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.080 INFO O| Feb 24 02:32:41.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66672026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.080 INFO O| Feb 24 02:32:41.080 INFO STEP 622 (remove_files) COMPLETE
66682026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.080 INFO O| Feb 24 02:32:41.080 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.094 INFO O| Feb 24 02:32:41.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66702026-02-24T02:32:41.136Z[ recovery-image] Feb 24 02:32:41.095 INFO O| Feb 24 02:32:41.094 INFO STEP 623 (remove_files) COMPLETE
66712026-02-24T02:32:41.137Z[ recovery-image] Feb 24 02:32:41.095 INFO O| Feb 24 02:32:41.095 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-02-24T02:32:41.258Z[ recovery-image] Feb 24 02:32:41.108 INFO O| Feb 24 02:32:41.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66732026-02-24T02:32:41.258Z[ recovery-image] Feb 24 02:32:41.108 INFO O| Feb 24 02:32:41.108 INFO STEP 624 (remove_files) COMPLETE
66742026-02-24T02:32:41.258Z[ recovery-image] Feb 24 02:32:41.108 INFO O| Feb 24 02:32:41.108 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.124 INFO O| Feb 24 02:32:41.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66762026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.125 INFO O| Feb 24 02:32:41.124 INFO STEP 625 (remove_files) COMPLETE
66772026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.125 INFO O| Feb 24 02:32:41.125 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.141 INFO O| Feb 24 02:32:41.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66792026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.141 INFO O| Feb 24 02:32:41.141 INFO STEP 626 (remove_files) COMPLETE
66802026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.141 INFO O| Feb 24 02:32:41.141 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.155 INFO O| Feb 24 02:32:41.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66822026-02-24T02:32:41.259Z[ recovery-image] Feb 24 02:32:41.156 INFO O| Feb 24 02:32:41.155 INFO STEP 627 (remove_files) COMPLETE
66832026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.156 INFO O| Feb 24 02:32:41.156 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.170 INFO O| Feb 24 02:32:41.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66852026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.170 INFO O| Feb 24 02:32:41.170 INFO STEP 628 (remove_files) COMPLETE
66862026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.170 INFO O| Feb 24 02:32:41.170 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.184 INFO O| Feb 24 02:32:41.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66882026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.184 INFO O| Feb 24 02:32:41.184 INFO STEP 629 (remove_files) COMPLETE
66892026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.184 INFO O| Feb 24 02:32:41.184 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.197 INFO O| Feb 24 02:32:41.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66912026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.198 INFO O| Feb 24 02:32:41.197 INFO STEP 630 (remove_files) COMPLETE
66922026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.198 INFO O| Feb 24 02:32:41.197 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.211 INFO O| Feb 24 02:32:41.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66942026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.211 INFO O| Feb 24 02:32:41.211 INFO STEP 631 (remove_files) COMPLETE
66952026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.211 INFO O| Feb 24 02:32:41.211 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.226 INFO O| Feb 24 02:32:41.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66972026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.227 INFO O| Feb 24 02:32:41.227 INFO STEP 632 (remove_files) COMPLETE
66982026-02-24T02:32:41.260Z[ recovery-image] Feb 24 02:32:41.227 INFO O| Feb 24 02:32:41.227 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-02-24T02:32:41.339Z[ recovery-image] Feb 24 02:32:41.243 INFO O| Feb 24 02:32:41.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67002026-02-24T02:32:41.339Z[ recovery-image] Feb 24 02:32:41.243 INFO O| Feb 24 02:32:41.243 INFO STEP 633 (remove_files) COMPLETE
67012026-02-24T02:32:41.339Z[ recovery-image] Feb 24 02:32:41.243 INFO O| Feb 24 02:32:41.243 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-02-24T02:32:41.339Z[ recovery-image] Feb 24 02:32:41.264 INFO O| Feb 24 02:32:41.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67032026-02-24T02:32:41.339Z[ recovery-image] Feb 24 02:32:41.264 INFO O| Feb 24 02:32:41.264 INFO STEP 634 (remove_files) COMPLETE
67042026-02-24T02:32:41.340Z[ recovery-image] Feb 24 02:32:41.264 INFO O| Feb 24 02:32:41.264 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-02-24T02:32:41.340Z[ recovery-image] Feb 24 02:32:41.283 INFO O| Feb 24 02:32:41.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67062026-02-24T02:32:41.340Z[ recovery-image] Feb 24 02:32:41.283 INFO O| Feb 24 02:32:41.283 INFO STEP 635 (remove_files) COMPLETE
67072026-02-24T02:32:41.340Z[ recovery-image] Feb 24 02:32:41.283 INFO O| Feb 24 02:32:41.283 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-02-24T02:32:41.340Z[ recovery-image] Feb 24 02:32:41.299 INFO O| Feb 24 02:32:41.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67092026-02-24T02:32:41.340Z[ recovery-image] Feb 24 02:32:41.299 INFO O| Feb 24 02:32:41.299 INFO STEP 636 (remove_files) COMPLETE
67102026-02-24T02:32:41.341Z[ recovery-image] Feb 24 02:32:41.300 INFO O| Feb 24 02:32:41.299 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-02-24T02:32:41.341Z[ recovery-image] Feb 24 02:32:41.317 INFO O| Feb 24 02:32:41.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67122026-02-24T02:32:41.341Z[ recovery-image] Feb 24 02:32:41.317 INFO O| Feb 24 02:32:41.317 INFO STEP 637 (remove_files) COMPLETE
67132026-02-24T02:32:41.341Z[ recovery-image] Feb 24 02:32:41.317 INFO O| Feb 24 02:32:41.317 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.338 INFO O| Feb 24 02:32:41.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67152026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.339 INFO O| Feb 24 02:32:41.338 INFO STEP 638 (remove_files) COMPLETE
67162026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.339 INFO O| Feb 24 02:32:41.339 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.357 INFO O| Feb 24 02:32:41.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67182026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.357 INFO O| Feb 24 02:32:41.357 INFO STEP 639 (remove_files) COMPLETE
67192026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.357 INFO O| Feb 24 02:32:41.357 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.375 INFO O| Feb 24 02:32:41.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67212026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.375 INFO O| Feb 24 02:32:41.375 INFO STEP 640 (remove_files) COMPLETE
67222026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.375 INFO O| Feb 24 02:32:41.375 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.390 INFO O| Feb 24 02:32:41.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67242026-02-24T02:32:41.383Z[ recovery-image] Feb 24 02:32:41.390 INFO O| Feb 24 02:32:41.390 INFO STEP 641 (remove_files) COMPLETE
67252026-02-24T02:32:41.384Z[ recovery-image] Feb 24 02:32:41.390 INFO O| Feb 24 02:32:41.390 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-02-24T02:32:41.384Z[ recovery-image] Feb 24 02:32:41.409 INFO O| Feb 24 02:32:41.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67272026-02-24T02:32:41.384Z[ recovery-image] Feb 24 02:32:41.409 INFO O| Feb 24 02:32:41.409 INFO STEP 642 (remove_files) COMPLETE
67282026-02-24T02:32:41.384Z[ recovery-image] Feb 24 02:32:41.409 INFO O| Feb 24 02:32:41.409 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-02-24T02:32:41.418Z[ recovery-image] Feb 24 02:32:41.426 INFO O| Feb 24 02:32:41.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67302026-02-24T02:32:41.418Z[ recovery-image] Feb 24 02:32:41.426 INFO O| Feb 24 02:32:41.426 INFO STEP 643 (remove_files) COMPLETE
67312026-02-24T02:32:41.418Z[ recovery-image] Feb 24 02:32:41.426 INFO O| Feb 24 02:32:41.426 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-02-24T02:32:41.418Z[ recovery-image] Feb 24 02:32:41.438 INFO O| Feb 24 02:32:41.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67332026-02-24T02:32:41.418Z[ recovery-image] Feb 24 02:32:41.438 INFO O| Feb 24 02:32:41.438 INFO STEP 644 (remove_files) COMPLETE
67342026-02-24T02:32:41.418Z[ recovery-image] Feb 24 02:32:41.438 INFO O| Feb 24 02:32:41.438 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-02-24T02:32:41.447Z[ recovery-image] Feb 24 02:32:41.456 INFO O| Feb 24 02:32:41.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67362026-02-24T02:32:41.447Z[ recovery-image] Feb 24 02:32:41.456 INFO O| Feb 24 02:32:41.456 INFO STEP 645 (remove_files) COMPLETE
67372026-02-24T02:32:41.448Z[ recovery-image] Feb 24 02:32:41.456 INFO O| Feb 24 02:32:41.456 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-02-24T02:32:41.448Z[ recovery-image] Feb 24 02:32:41.474 INFO O| Feb 24 02:32:41.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67392026-02-24T02:32:41.448Z[ recovery-image] Feb 24 02:32:41.474 INFO O| Feb 24 02:32:41.474 INFO STEP 646 (remove_files) COMPLETE
67402026-02-24T02:32:41.448Z[ recovery-image] Feb 24 02:32:41.474 INFO O| Feb 24 02:32:41.474 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-02-24T02:32:41.476Z[ recovery-image] Feb 24 02:32:41.488 INFO O| Feb 24 02:32:41.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67422026-02-24T02:32:41.477Z[ recovery-image] Feb 24 02:32:41.488 INFO O| Feb 24 02:32:41.488 INFO STEP 647 (remove_files) COMPLETE
67432026-02-24T02:32:41.477Z[ recovery-image] Feb 24 02:32:41.488 INFO O| Feb 24 02:32:41.488 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-02-24T02:32:41.477Z[ recovery-image] Feb 24 02:32:41.502 INFO O| Feb 24 02:32:41.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67452026-02-24T02:32:41.477Z[ recovery-image] Feb 24 02:32:41.502 INFO O| Feb 24 02:32:41.502 INFO STEP 648 (remove_files) COMPLETE
67462026-02-24T02:32:41.477Z[ recovery-image] Feb 24 02:32:41.502 INFO O| Feb 24 02:32:41.502 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-02-24T02:32:41.521Z[ recovery-image] Feb 24 02:32:41.519 INFO O| Feb 24 02:32:41.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67482026-02-24T02:32:41.521Z[ recovery-image] Feb 24 02:32:41.519 INFO O| Feb 24 02:32:41.519 INFO STEP 649 (remove_files) COMPLETE
67492026-02-24T02:32:41.521Z[ recovery-image] Feb 24 02:32:41.519 INFO O| Feb 24 02:32:41.519 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-02-24T02:32:41.521Z[ recovery-image] Feb 24 02:32:41.532 INFO O| Feb 24 02:32:41.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67512026-02-24T02:32:41.521Z[ recovery-image] Feb 24 02:32:41.532 INFO O| Feb 24 02:32:41.532 INFO STEP 650 (remove_files) COMPLETE
67522026-02-24T02:32:41.522Z[ recovery-image] Feb 24 02:32:41.532 INFO O| Feb 24 02:32:41.532 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-02-24T02:32:41.522Z[ recovery-image] Feb 24 02:32:41.545 INFO O| Feb 24 02:32:41.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67542026-02-24T02:32:41.522Z[ recovery-image] Feb 24 02:32:41.545 INFO O| Feb 24 02:32:41.545 INFO STEP 651 (remove_files) COMPLETE
67552026-02-24T02:32:41.522Z[ recovery-image] Feb 24 02:32:41.546 INFO O| Feb 24 02:32:41.545 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-02-24T02:32:41.612Z[ recovery-image] Feb 24 02:32:41.566 INFO O| Feb 24 02:32:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67572026-02-24T02:32:41.612Z[ recovery-image] Feb 24 02:32:41.566 INFO O| Feb 24 02:32:41.566 INFO STEP 652 (remove_files) COMPLETE
67582026-02-24T02:32:41.612Z[ recovery-image] Feb 24 02:32:41.566 INFO O| Feb 24 02:32:41.566 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-02-24T02:32:41.612Z[ recovery-image] Feb 24 02:32:41.590 INFO O| Feb 24 02:32:41.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67602026-02-24T02:32:41.612Z[ recovery-image] Feb 24 02:32:41.590 INFO O| Feb 24 02:32:41.590 INFO STEP 653 (remove_files) COMPLETE
67612026-02-24T02:32:41.612Z[ recovery-image] Feb 24 02:32:41.590 INFO O| Feb 24 02:32:41.590 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-02-24T02:32:41.656Z[ recovery-image] Feb 24 02:32:41.611 INFO O| Feb 24 02:32:41.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67632026-02-24T02:32:41.656Z[ recovery-image] Feb 24 02:32:41.611 INFO O| Feb 24 02:32:41.611 INFO STEP 654 (remove_files) COMPLETE
67642026-02-24T02:32:41.656Z[ recovery-image] Feb 24 02:32:41.611 INFO O| Feb 24 02:32:41.611 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-02-24T02:32:41.656Z[ recovery-image] Feb 24 02:32:41.626 INFO O| Feb 24 02:32:41.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67662026-02-24T02:32:41.656Z[ recovery-image] Feb 24 02:32:41.626 INFO O| Feb 24 02:32:41.626 INFO STEP 655 (remove_files) COMPLETE
67672026-02-24T02:32:41.656Z[ recovery-image] Feb 24 02:32:41.626 INFO O| Feb 24 02:32:41.626 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.639 INFO O| Feb 24 02:32:41.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67692026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.639 INFO O| Feb 24 02:32:41.639 INFO STEP 656 (remove_files) COMPLETE
67702026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.639 INFO O| Feb 24 02:32:41.639 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.650 INFO O| Feb 24 02:32:41.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67722026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.650 INFO O| Feb 24 02:32:41.650 INFO STEP 657 (remove_files) COMPLETE
67732026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.650 INFO O| Feb 24 02:32:41.650 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.661 INFO O| Feb 24 02:32:41.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67752026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.661 INFO O| Feb 24 02:32:41.661 INFO STEP 658 (remove_files) COMPLETE
67762026-02-24T02:32:41.657Z[ recovery-image] Feb 24 02:32:41.661 INFO O| Feb 24 02:32:41.661 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-02-24T02:32:41.658Z[ recovery-image] Feb 24 02:32:41.679 INFO O| Feb 24 02:32:41.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67782026-02-24T02:32:41.658Z[ recovery-image] Feb 24 02:32:41.680 INFO O| Feb 24 02:32:41.679 INFO STEP 659 (remove_files) COMPLETE
67792026-02-24T02:32:41.658Z[ recovery-image] Feb 24 02:32:41.680 INFO O| Feb 24 02:32:41.679 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-02-24T02:32:41.658Z[ recovery-image] Feb 24 02:32:41.692 INFO O| Feb 24 02:32:41.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67812026-02-24T02:32:41.658Z[ recovery-image] Feb 24 02:32:41.692 INFO O| Feb 24 02:32:41.692 INFO STEP 660 (remove_files) COMPLETE
67822026-02-24T02:32:41.658Z[ recovery-image] Feb 24 02:32:41.692 INFO O| Feb 24 02:32:41.692 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-02-24T02:32:41.689Z[ recovery-image] Feb 24 02:32:41.703 INFO O| Feb 24 02:32:41.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67842026-02-24T02:32:41.689Z[ recovery-image] Feb 24 02:32:41.704 INFO O| Feb 24 02:32:41.704 INFO STEP 661 (remove_files) COMPLETE
67852026-02-24T02:32:41.689Z[ recovery-image] Feb 24 02:32:41.704 INFO O| Feb 24 02:32:41.704 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-02-24T02:32:41.689Z[ recovery-image] Feb 24 02:32:41.724 INFO O| Feb 24 02:32:41.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67872026-02-24T02:32:41.689Z[ recovery-image] Feb 24 02:32:41.724 INFO O| Feb 24 02:32:41.724 INFO STEP 662 (remove_files) COMPLETE
67882026-02-24T02:32:41.689Z[ recovery-image] Feb 24 02:32:41.724 INFO O| Feb 24 02:32:41.724 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-02-24T02:32:41.728Z[ recovery-image] Feb 24 02:32:41.739 INFO O| Feb 24 02:32:41.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67902026-02-24T02:32:41.728Z[ recovery-image] Feb 24 02:32:41.739 INFO O| Feb 24 02:32:41.739 INFO STEP 663 (remove_files) COMPLETE
67912026-02-24T02:32:41.728Z[ recovery-image] Feb 24 02:32:41.739 INFO O| Feb 24 02:32:41.739 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-02-24T02:32:41.797Z[ recovery-image] Feb 24 02:32:41.756 INFO O| Feb 24 02:32:41.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67932026-02-24T02:32:41.797Z[ recovery-image] Feb 24 02:32:41.756 INFO O| Feb 24 02:32:41.756 INFO STEP 664 (remove_files) COMPLETE
67942026-02-24T02:32:41.798Z[ recovery-image] Feb 24 02:32:41.756 INFO O| Feb 24 02:32:41.756 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-02-24T02:32:41.798Z[ recovery-image] Feb 24 02:32:41.774 INFO O| Feb 24 02:32:41.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67962026-02-24T02:32:41.798Z[ recovery-image] Feb 24 02:32:41.774 INFO O| Feb 24 02:32:41.774 INFO STEP 665 (remove_files) COMPLETE
67972026-02-24T02:32:41.798Z[ recovery-image] Feb 24 02:32:41.774 INFO O| Feb 24 02:32:41.774 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-02-24T02:32:41.798Z[ recovery-image] Feb 24 02:32:41.790 INFO O| Feb 24 02:32:41.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67992026-02-24T02:32:41.799Z[ recovery-image] Feb 24 02:32:41.790 INFO O| Feb 24 02:32:41.790 INFO STEP 666 (remove_files) COMPLETE
68002026-02-24T02:32:41.799Z[ recovery-image] Feb 24 02:32:41.790 INFO O| Feb 24 02:32:41.790 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-02-24T02:32:41.799Z[ recovery-image] Feb 24 02:32:41.802 INFO O| Feb 24 02:32:41.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68022026-02-24T02:32:41.799Z[ recovery-image] Feb 24 02:32:41.802 INFO O| Feb 24 02:32:41.802 INFO STEP 667 (remove_files) COMPLETE
68032026-02-24T02:32:41.799Z[ recovery-image] Feb 24 02:32:41.802 INFO O| Feb 24 02:32:41.802 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-02-24T02:32:41.836Z[ recovery-image] Feb 24 02:32:41.826 INFO O| Feb 24 02:32:41.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68052026-02-24T02:32:41.836Z[ recovery-image] Feb 24 02:32:41.826 INFO O| Feb 24 02:32:41.826 INFO STEP 668 (remove_files) COMPLETE
68062026-02-24T02:32:41.837Z[ recovery-image] Feb 24 02:32:41.827 INFO O| Feb 24 02:32:41.826 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-02-24T02:32:41.837Z[ recovery-image] Feb 24 02:32:41.843 INFO O| Feb 24 02:32:41.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68082026-02-24T02:32:41.837Z[ recovery-image] Feb 24 02:32:41.843 INFO O| Feb 24 02:32:41.843 INFO STEP 669 (remove_files) COMPLETE
68092026-02-24T02:32:41.837Z[ recovery-image] Feb 24 02:32:41.843 INFO O| Feb 24 02:32:41.843 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-02-24T02:32:41.838Z[ recovery-image] Feb 24 02:32:41.857 INFO O| Feb 24 02:32:41.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68112026-02-24T02:32:41.838Z[ recovery-image] Feb 24 02:32:41.858 INFO O| Feb 24 02:32:41.858 INFO STEP 670 (remove_files) COMPLETE
68122026-02-24T02:32:41.838Z[ recovery-image] Feb 24 02:32:41.858 INFO O| Feb 24 02:32:41.858 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-02-24T02:32:41.838Z[ host-image] Feb 24 02:32:41.859 INFO O| Feb 24 02:32:41.859 INFO O| Startup: Caching catalogs ... Done
68142026-02-24T02:32:41.889Z[ recovery-image] Feb 24 02:32:41.879 INFO O| Feb 24 02:32:41.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68152026-02-24T02:32:41.889Z[ recovery-image] Feb 24 02:32:41.880 INFO O| Feb 24 02:32:41.880 INFO STEP 671 (remove_files) COMPLETE
68162026-02-24T02:32:41.889Z[ recovery-image] Feb 24 02:32:41.880 INFO O| Feb 24 02:32:41.880 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-02-24T02:32:41.889Z[ recovery-image] Feb 24 02:32:41.898 INFO O| Feb 24 02:32:41.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68182026-02-24T02:32:41.889Z[ recovery-image] Feb 24 02:32:41.898 INFO O| Feb 24 02:32:41.898 INFO STEP 672 (remove_files) COMPLETE
68192026-02-24T02:32:41.890Z[ recovery-image] Feb 24 02:32:41.898 INFO O| Feb 24 02:32:41.898 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-02-24T02:32:41.946Z[ recovery-image] Feb 24 02:32:41.914 INFO O| Feb 24 02:32:41.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68212026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.915 INFO O| Feb 24 02:32:41.914 INFO STEP 673 (remove_files) COMPLETE
68222026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.915 INFO O| Feb 24 02:32:41.915 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.933 INFO O| Feb 24 02:32:41.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68242026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.933 INFO O| Feb 24 02:32:41.933 INFO STEP 674 (remove_files) COMPLETE
68252026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.933 INFO O| Feb 24 02:32:41.933 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.951 INFO O| Feb 24 02:32:41.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68272026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.951 INFO O| Feb 24 02:32:41.951 INFO STEP 675 (remove_files) COMPLETE
68282026-02-24T02:32:41.947Z[ recovery-image] Feb 24 02:32:41.951 INFO O| Feb 24 02:32:41.951 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-02-24T02:32:42.003Z[ recovery-image] Feb 24 02:32:41.970 INFO O| Feb 24 02:32:41.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68302026-02-24T02:32:42.004Z[ recovery-image] Feb 24 02:32:41.970 INFO O| Feb 24 02:32:41.970 INFO STEP 676 (remove_files) COMPLETE
68312026-02-24T02:32:42.004Z[ recovery-image] Feb 24 02:32:41.970 INFO O| Feb 24 02:32:41.970 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-02-24T02:32:42.004Z[ recovery-image] Feb 24 02:32:41.988 INFO O| Feb 24 02:32:41.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68332026-02-24T02:32:42.004Z[ recovery-image] Feb 24 02:32:41.988 INFO O| Feb 24 02:32:41.988 INFO STEP 677 (remove_files) COMPLETE
68342026-02-24T02:32:42.004Z[ recovery-image] Feb 24 02:32:41.988 INFO O| Feb 24 02:32:41.988 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-02-24T02:32:42.004Z[ recovery-image] Feb 24 02:32:42.004 INFO O| Feb 24 02:32:42.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68362026-02-24T02:32:42.004Z[ recovery-image] Feb 24 02:32:42.004 INFO O| Feb 24 02:32:42.004 INFO STEP 678 (remove_files) COMPLETE
68372026-02-24T02:32:42.005Z[ recovery-image] Feb 24 02:32:42.004 INFO O| Feb 24 02:32:42.004 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-02-24T02:32:42.005Z[ recovery-image] Feb 24 02:32:42.023 INFO O| Feb 24 02:32:42.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68392026-02-24T02:32:42.005Z[ recovery-image] Feb 24 02:32:42.023 INFO O| Feb 24 02:32:42.023 INFO STEP 679 (remove_files) COMPLETE
68402026-02-24T02:32:42.005Z[ recovery-image] Feb 24 02:32:42.023 INFO O| Feb 24 02:32:42.023 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-02-24T02:32:42.041Z[ recovery-image] Feb 24 02:32:42.043 INFO O| Feb 24 02:32:42.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68422026-02-24T02:32:42.042Z[ recovery-image] Feb 24 02:32:42.043 INFO O| Feb 24 02:32:42.043 INFO STEP 680 (remove_files) COMPLETE
68432026-02-24T02:32:42.043Z[ recovery-image] Feb 24 02:32:42.043 INFO O| Feb 24 02:32:42.043 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-02-24T02:32:42.043Z[ recovery-image] Feb 24 02:32:42.060 INFO O| Feb 24 02:32:42.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68452026-02-24T02:32:42.044Z[ recovery-image] Feb 24 02:32:42.061 INFO O| Feb 24 02:32:42.061 INFO STEP 681 (remove_files) COMPLETE
68462026-02-24T02:32:42.044Z[ recovery-image] Feb 24 02:32:42.061 INFO O| Feb 24 02:32:42.061 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-02-24T02:32:42.045Z[ recovery-image] Feb 24 02:32:42.075 INFO O| Feb 24 02:32:42.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68482026-02-24T02:32:42.047Z[ recovery-image] Feb 24 02:32:42.075 INFO O| Feb 24 02:32:42.075 INFO STEP 682 (remove_files) COMPLETE
68492026-02-24T02:32:42.047Z[ recovery-image] Feb 24 02:32:42.075 INFO O| Feb 24 02:32:42.075 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-02-24T02:32:42.089Z[ recovery-image] Feb 24 02:32:42.094 INFO O| Feb 24 02:32:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68512026-02-24T02:32:42.091Z[ recovery-image] Feb 24 02:32:42.094 INFO O| Feb 24 02:32:42.094 INFO STEP 683 (remove_files) COMPLETE
68522026-02-24T02:32:42.092Z[ recovery-image] Feb 24 02:32:42.094 INFO O| Feb 24 02:32:42.094 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-02-24T02:32:42.093Z[ recovery-image] Feb 24 02:32:42.113 INFO O| Feb 24 02:32:42.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68542026-02-24T02:32:42.093Z[ recovery-image] Feb 24 02:32:42.113 INFO O| Feb 24 02:32:42.113 INFO STEP 684 (remove_files) COMPLETE
68552026-02-24T02:32:42.094Z[ recovery-image] Feb 24 02:32:42.113 INFO O| Feb 24 02:32:42.113 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-02-24T02:32:42.138Z[ recovery-image] Feb 24 02:32:42.129 INFO O| Feb 24 02:32:42.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68572026-02-24T02:32:42.138Z[ recovery-image] Feb 24 02:32:42.129 INFO O| Feb 24 02:32:42.129 INFO STEP 685 (remove_files) COMPLETE
68582026-02-24T02:32:42.138Z[ recovery-image] Feb 24 02:32:42.129 INFO O| Feb 24 02:32:42.129 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-02-24T02:32:42.138Z[ recovery-image] Feb 24 02:32:42.146 INFO O| Feb 24 02:32:42.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68602026-02-24T02:32:42.138Z[ recovery-image] Feb 24 02:32:42.146 INFO O| Feb 24 02:32:42.146 INFO STEP 686 (remove_files) COMPLETE
68612026-02-24T02:32:42.138Z[ recovery-image] Feb 24 02:32:42.146 INFO O| Feb 24 02:32:42.146 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-02-24T02:32:42.139Z[ recovery-image] Feb 24 02:32:42.163 INFO O| Feb 24 02:32:42.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68632026-02-24T02:32:42.139Z[ recovery-image] Feb 24 02:32:42.163 INFO O| Feb 24 02:32:42.163 INFO STEP 687 (remove_files) COMPLETE
68642026-02-24T02:32:42.139Z[ recovery-image] Feb 24 02:32:42.164 INFO O| Feb 24 02:32:42.163 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-02-24T02:32:42.186Z[ recovery-image] Feb 24 02:32:42.179 INFO O| Feb 24 02:32:42.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68662026-02-24T02:32:42.186Z[ recovery-image] Feb 24 02:32:42.180 INFO O| Feb 24 02:32:42.180 INFO STEP 688 (remove_files) COMPLETE
68672026-02-24T02:32:42.187Z[ recovery-image] Feb 24 02:32:42.180 INFO O| Feb 24 02:32:42.180 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-02-24T02:32:42.187Z[ recovery-image] Feb 24 02:32:42.198 INFO O| Feb 24 02:32:42.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68692026-02-24T02:32:42.187Z[ recovery-image] Feb 24 02:32:42.198 INFO O| Feb 24 02:32:42.198 INFO STEP 689 (remove_files) COMPLETE
68702026-02-24T02:32:42.187Z[ recovery-image] Feb 24 02:32:42.198 INFO O| Feb 24 02:32:42.198 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-02-24T02:32:42.215Z[ recovery-image] Feb 24 02:32:42.220 INFO O| Feb 24 02:32:42.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68722026-02-24T02:32:42.215Z[ recovery-image] Feb 24 02:32:42.220 INFO O| Feb 24 02:32:42.220 INFO STEP 690 (remove_files) COMPLETE
68732026-02-24T02:32:42.215Z[ recovery-image] Feb 24 02:32:42.220 INFO O| Feb 24 02:32:42.220 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-02-24T02:32:42.215Z[ recovery-image] Feb 24 02:32:42.233 INFO O| Feb 24 02:32:42.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68752026-02-24T02:32:42.216Z[ recovery-image] Feb 24 02:32:42.233 INFO O| Feb 24 02:32:42.233 INFO STEP 691 (remove_files) COMPLETE
68762026-02-24T02:32:42.216Z[ recovery-image] Feb 24 02:32:42.233 INFO O| Feb 24 02:32:42.233 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-02-24T02:32:42.216Z[ recovery-image] Feb 24 02:32:42.250 INFO O| Feb 24 02:32:42.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68782026-02-24T02:32:42.216Z[ recovery-image] Feb 24 02:32:42.250 INFO O| Feb 24 02:32:42.250 INFO STEP 692 (remove_files) COMPLETE
68792026-02-24T02:32:42.216Z[ recovery-image] Feb 24 02:32:42.250 INFO O| Feb 24 02:32:42.250 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-02-24T02:32:42.244Z[ recovery-image] Feb 24 02:32:42.268 INFO O| Feb 24 02:32:42.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68812026-02-24T02:32:42.244Z[ recovery-image] Feb 24 02:32:42.268 INFO O| Feb 24 02:32:42.268 INFO STEP 693 (remove_files) COMPLETE
68822026-02-24T02:32:42.244Z[ recovery-image] Feb 24 02:32:42.268 INFO O| Feb 24 02:32:42.268 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-02-24T02:32:42.245Z[ recovery-image] Feb 24 02:32:42.283 INFO O| Feb 24 02:32:42.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68842026-02-24T02:32:42.245Z[ recovery-image] Feb 24 02:32:42.283 INFO O| Feb 24 02:32:42.283 INFO STEP 694 (remove_files) COMPLETE
68852026-02-24T02:32:42.245Z[ recovery-image] Feb 24 02:32:42.283 INFO O| Feb 24 02:32:42.283 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-02-24T02:32:42.286Z[ recovery-image] Feb 24 02:32:42.298 INFO O| Feb 24 02:32:42.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68872026-02-24T02:32:42.286Z[ recovery-image] Feb 24 02:32:42.298 INFO O| Feb 24 02:32:42.298 INFO STEP 695 (remove_files) COMPLETE
68882026-02-24T02:32:42.286Z[ recovery-image] Feb 24 02:32:42.298 INFO O| Feb 24 02:32:42.298 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-02-24T02:32:42.315Z[ recovery-image] Feb 24 02:32:42.318 INFO O| Feb 24 02:32:42.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68902026-02-24T02:32:42.315Z[ recovery-image] Feb 24 02:32:42.319 INFO O| Feb 24 02:32:42.319 INFO STEP 696 (remove_files) COMPLETE
68912026-02-24T02:32:42.315Z[ recovery-image] Feb 24 02:32:42.319 INFO O| Feb 24 02:32:42.319 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-02-24T02:32:42.315Z[ recovery-image] Feb 24 02:32:42.336 INFO O| Feb 24 02:32:42.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68932026-02-24T02:32:42.316Z[ recovery-image] Feb 24 02:32:42.336 INFO O| Feb 24 02:32:42.336 INFO STEP 697 (remove_files) COMPLETE
68942026-02-24T02:32:42.316Z[ recovery-image] Feb 24 02:32:42.337 INFO O| Feb 24 02:32:42.336 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-02-24T02:32:42.316Z[ recovery-image] Feb 24 02:32:42.353 INFO O| Feb 24 02:32:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68962026-02-24T02:32:42.316Z[ recovery-image] Feb 24 02:32:42.353 INFO O| Feb 24 02:32:42.353 INFO STEP 698 (remove_files) COMPLETE
68972026-02-24T02:32:42.316Z[ recovery-image] Feb 24 02:32:42.353 INFO O| Feb 24 02:32:42.353 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-02-24T02:32:42.347Z[ recovery-image] Feb 24 02:32:42.369 INFO O| Feb 24 02:32:42.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68992026-02-24T02:32:42.347Z[ recovery-image] Feb 24 02:32:42.370 INFO O| Feb 24 02:32:42.370 INFO STEP 699 (remove_files) COMPLETE
69002026-02-24T02:32:42.347Z[ recovery-image] Feb 24 02:32:42.370 INFO O| Feb 24 02:32:42.370 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-02-24T02:32:42.375Z[ recovery-image] Feb 24 02:32:42.387 INFO O| Feb 24 02:32:42.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69022026-02-24T02:32:42.375Z[ recovery-image] Feb 24 02:32:42.387 INFO O| Feb 24 02:32:42.387 INFO STEP 700 (remove_files) COMPLETE
69032026-02-24T02:32:42.375Z[ recovery-image] Feb 24 02:32:42.387 INFO O| Feb 24 02:32:42.387 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-02-24T02:32:42.376Z[ recovery-image] Feb 24 02:32:42.406 INFO O| Feb 24 02:32:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69052026-02-24T02:32:42.376Z[ recovery-image] Feb 24 02:32:42.406 INFO O| Feb 24 02:32:42.406 INFO STEP 701 (remove_files) COMPLETE
69062026-02-24T02:32:42.376Z[ recovery-image] Feb 24 02:32:42.407 INFO O| Feb 24 02:32:42.406 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-02-24T02:32:42.406Z[ recovery-image] Feb 24 02:32:42.422 INFO O| Feb 24 02:32:42.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69082026-02-24T02:32:42.406Z[ recovery-image] Feb 24 02:32:42.422 INFO O| Feb 24 02:32:42.422 INFO STEP 702 (remove_files) COMPLETE
69092026-02-24T02:32:42.407Z[ recovery-image] Feb 24 02:32:42.422 INFO O| Feb 24 02:32:42.422 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-02-24T02:32:42.407Z[ recovery-image] Feb 24 02:32:42.439 INFO O| Feb 24 02:32:42.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69112026-02-24T02:32:42.407Z[ recovery-image] Feb 24 02:32:42.440 INFO O| Feb 24 02:32:42.440 INFO STEP 703 (remove_files) COMPLETE
69122026-02-24T02:32:42.407Z[ recovery-image] Feb 24 02:32:42.440 INFO O| Feb 24 02:32:42.440 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-02-24T02:32:42.459Z[ recovery-image] Feb 24 02:32:42.458 INFO O| Feb 24 02:32:42.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69142026-02-24T02:32:42.459Z[ recovery-image] Feb 24 02:32:42.458 INFO O| Feb 24 02:32:42.458 INFO STEP 704 (remove_files) COMPLETE
69152026-02-24T02:32:42.460Z[ recovery-image] Feb 24 02:32:42.458 INFO O| Feb 24 02:32:42.458 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-02-24T02:32:42.491Z[ recovery-image] Feb 24 02:32:42.475 INFO O| Feb 24 02:32:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69172026-02-24T02:32:42.491Z[ recovery-image] Feb 24 02:32:42.476 INFO O| Feb 24 02:32:42.476 INFO STEP 705 (remove_files) COMPLETE
69182026-02-24T02:32:42.492Z[ recovery-image] Feb 24 02:32:42.476 INFO O| Feb 24 02:32:42.476 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-02-24T02:32:42.492Z[ recovery-image] Feb 24 02:32:42.488 INFO O| Feb 24 02:32:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69202026-02-24T02:32:42.492Z[ recovery-image] Feb 24 02:32:42.489 INFO O| Feb 24 02:32:42.489 INFO STEP 706 (remove_files) COMPLETE
69212026-02-24T02:32:42.492Z[ recovery-image] Feb 24 02:32:42.489 INFO O| Feb 24 02:32:42.489 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-02-24T02:32:42.492Z[ recovery-image] Feb 24 02:32:42.500 INFO O| Feb 24 02:32:42.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69232026-02-24T02:32:42.493Z[ recovery-image] Feb 24 02:32:42.500 INFO O| Feb 24 02:32:42.500 INFO STEP 707 (remove_files) COMPLETE
69242026-02-24T02:32:42.493Z[ recovery-image] Feb 24 02:32:42.500 INFO O| Feb 24 02:32:42.500 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-02-24T02:32:42.493Z[ recovery-image] Feb 24 02:32:42.513 INFO O| Feb 24 02:32:42.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69262026-02-24T02:32:42.493Z[ recovery-image] Feb 24 02:32:42.513 INFO O| Feb 24 02:32:42.513 INFO STEP 708 (remove_files) COMPLETE
69272026-02-24T02:32:42.493Z[ recovery-image] Feb 24 02:32:42.513 INFO O| Feb 24 02:32:42.513 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-02-24T02:32:42.494Z[ recovery-image] Feb 24 02:32:42.526 INFO O| Feb 24 02:32:42.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69292026-02-24T02:32:42.494Z[ recovery-image] Feb 24 02:32:42.527 INFO O| Feb 24 02:32:42.526 INFO STEP 709 (remove_files) COMPLETE
69302026-02-24T02:32:42.494Z[ recovery-image] Feb 24 02:32:42.527 INFO O| Feb 24 02:32:42.526 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-02-24T02:32:42.533Z[ recovery-image] Feb 24 02:32:42.549 INFO O| Feb 24 02:32:42.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69322026-02-24T02:32:42.533Z[ recovery-image] Feb 24 02:32:42.549 INFO O| Feb 24 02:32:42.549 INFO STEP 710 (remove_files) COMPLETE
69332026-02-24T02:32:42.533Z[ recovery-image] Feb 24 02:32:42.549 INFO O| Feb 24 02:32:42.549 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-02-24T02:32:42.533Z[ recovery-image] Feb 24 02:32:42.565 INFO O| Feb 24 02:32:42.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69352026-02-24T02:32:42.533Z[ recovery-image] Feb 24 02:32:42.565 INFO O| Feb 24 02:32:42.565 INFO STEP 711 (remove_files) COMPLETE
69362026-02-24T02:32:42.533Z[ recovery-image] Feb 24 02:32:42.565 INFO O| Feb 24 02:32:42.565 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-02-24T02:32:42.560Z[ recovery-image] Feb 24 02:32:42.583 INFO O| Feb 24 02:32:42.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69382026-02-24T02:32:42.560Z[ recovery-image] Feb 24 02:32:42.583 INFO O| Feb 24 02:32:42.583 INFO STEP 712 (remove_files) COMPLETE
69392026-02-24T02:32:42.560Z[ recovery-image] Feb 24 02:32:42.583 INFO O| Feb 24 02:32:42.583 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-02-24T02:32:42.560Z[ recovery-image] Feb 24 02:32:42.600 INFO O| Feb 24 02:32:42.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69412026-02-24T02:32:42.561Z[ recovery-image] Feb 24 02:32:42.600 INFO O| Feb 24 02:32:42.600 INFO STEP 713 (remove_files) COMPLETE
69422026-02-24T02:32:42.561Z[ recovery-image] Feb 24 02:32:42.600 INFO O| Feb 24 02:32:42.600 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-02-24T02:32:42.588Z[ recovery-image] Feb 24 02:32:42.616 INFO O| Feb 24 02:32:42.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69442026-02-24T02:32:42.588Z[ recovery-image] Feb 24 02:32:42.616 INFO O| Feb 24 02:32:42.616 INFO STEP 714 (remove_files) COMPLETE
69452026-02-24T02:32:42.588Z[ recovery-image] Feb 24 02:32:42.616 INFO O| Feb 24 02:32:42.616 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-02-24T02:32:42.615Z[ recovery-image] Feb 24 02:32:42.637 INFO O| Feb 24 02:32:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69472026-02-24T02:32:42.615Z[ recovery-image] Feb 24 02:32:42.637 INFO O| Feb 24 02:32:42.637 INFO STEP 715 (remove_files) COMPLETE
69482026-02-24T02:32:42.615Z[ recovery-image] Feb 24 02:32:42.638 INFO O| Feb 24 02:32:42.637 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-02-24T02:32:42.615Z[ recovery-image] Feb 24 02:32:42.651 INFO O| Feb 24 02:32:42.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69502026-02-24T02:32:42.615Z[ recovery-image] Feb 24 02:32:42.651 INFO O| Feb 24 02:32:42.651 INFO STEP 716 (remove_files) COMPLETE
69512026-02-24T02:32:42.616Z[ recovery-image] Feb 24 02:32:42.651 INFO O| Feb 24 02:32:42.651 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-02-24T02:32:42.643Z[ recovery-image] Feb 24 02:32:42.664 INFO O| Feb 24 02:32:42.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69532026-02-24T02:32:42.644Z[ recovery-image] Feb 24 02:32:42.664 INFO O| Feb 24 02:32:42.664 INFO STEP 717 (remove_files) COMPLETE
69542026-02-24T02:32:42.644Z[ recovery-image] Feb 24 02:32:42.664 INFO O| Feb 24 02:32:42.664 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-02-24T02:32:42.669Z[ recovery-image] Feb 24 02:32:42.684 INFO O| Feb 24 02:32:42.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69562026-02-24T02:32:42.670Z[ recovery-image] Feb 24 02:32:42.684 INFO O| Feb 24 02:32:42.684 INFO STEP 718 (remove_files) COMPLETE
69572026-02-24T02:32:42.670Z[ recovery-image] Feb 24 02:32:42.684 INFO O| Feb 24 02:32:42.684 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-02-24T02:32:42.670Z[ recovery-image] Feb 24 02:32:42.700 INFO O| Feb 24 02:32:42.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69592026-02-24T02:32:42.670Z[ recovery-image] Feb 24 02:32:42.701 INFO O| Feb 24 02:32:42.701 INFO STEP 719 (remove_files) COMPLETE
69602026-02-24T02:32:42.670Z[ recovery-image] Feb 24 02:32:42.701 INFO O| Feb 24 02:32:42.701 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-02-24T02:32:42.696Z[ recovery-image] Feb 24 02:32:42.722 INFO O| Feb 24 02:32:42.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69622026-02-24T02:32:42.696Z[ recovery-image] Feb 24 02:32:42.722 INFO O| Feb 24 02:32:42.722 INFO STEP 720 (remove_files) COMPLETE
69632026-02-24T02:32:42.696Z[ recovery-image] Feb 24 02:32:42.722 INFO O| Feb 24 02:32:42.722 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-02-24T02:32:42.741Z[ recovery-image] Feb 24 02:32:42.740 INFO O| Feb 24 02:32:42.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69652026-02-24T02:32:42.741Z[ recovery-image] Feb 24 02:32:42.740 INFO O| Feb 24 02:32:42.740 INFO STEP 721 (remove_files) COMPLETE
69662026-02-24T02:32:42.741Z[ recovery-image] Feb 24 02:32:42.740 INFO O| Feb 24 02:32:42.740 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-02-24T02:32:42.741Z[ recovery-image] Feb 24 02:32:42.760 INFO O| Feb 24 02:32:42.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69682026-02-24T02:32:42.741Z[ recovery-image] Feb 24 02:32:42.761 INFO O| Feb 24 02:32:42.761 INFO STEP 722 (remove_files) COMPLETE
69692026-02-24T02:32:42.742Z[ recovery-image] Feb 24 02:32:42.761 INFO O| Feb 24 02:32:42.761 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-02-24T02:32:42.768Z[ recovery-image] Feb 24 02:32:42.781 INFO O| Feb 24 02:32:42.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69712026-02-24T02:32:42.768Z[ recovery-image] Feb 24 02:32:42.781 INFO O| Feb 24 02:32:42.781 INFO STEP 723 (remove_files) COMPLETE
69722026-02-24T02:32:42.768Z[ recovery-image] Feb 24 02:32:42.781 INFO O| Feb 24 02:32:42.781 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-02-24T02:32:42.768Z[ recovery-image] Feb 24 02:32:42.802 INFO O| Feb 24 02:32:42.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69742026-02-24T02:32:42.769Z[ recovery-image] Feb 24 02:32:42.802 INFO O| Feb 24 02:32:42.802 INFO STEP 724 (remove_files) COMPLETE
69752026-02-24T02:32:42.769Z[ recovery-image] Feb 24 02:32:42.802 INFO O| Feb 24 02:32:42.802 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-02-24T02:32:42.795Z[ recovery-image] Feb 24 02:32:42.820 INFO O| Feb 24 02:32:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69772026-02-24T02:32:42.795Z[ recovery-image] Feb 24 02:32:42.820 INFO O| Feb 24 02:32:42.820 INFO STEP 725 (remove_files) COMPLETE
69782026-02-24T02:32:42.795Z[ recovery-image] Feb 24 02:32:42.820 INFO O| Feb 24 02:32:42.820 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-02-24T02:32:42.820Z[ recovery-image] Feb 24 02:32:42.838 INFO O| Feb 24 02:32:42.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69802026-02-24T02:32:42.820Z[ recovery-image] Feb 24 02:32:42.838 INFO O| Feb 24 02:32:42.838 INFO STEP 726 (remove_files) COMPLETE
69812026-02-24T02:32:42.820Z[ recovery-image] Feb 24 02:32:42.838 INFO O| Feb 24 02:32:42.838 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-02-24T02:32:42.820Z[ recovery-image] Feb 24 02:32:42.856 INFO O| Feb 24 02:32:42.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69832026-02-24T02:32:42.821Z[ recovery-image] Feb 24 02:32:42.856 INFO O| Feb 24 02:32:42.856 INFO STEP 727 (remove_files) COMPLETE
69842026-02-24T02:32:42.821Z[ recovery-image] Feb 24 02:32:42.856 INFO O| Feb 24 02:32:42.856 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-02-24T02:32:42.860Z[ recovery-image] Feb 24 02:32:42.874 INFO O| Feb 24 02:32:42.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69862026-02-24T02:32:42.860Z[ recovery-image] Feb 24 02:32:42.874 INFO O| Feb 24 02:32:42.874 INFO STEP 728 (remove_files) COMPLETE
69872026-02-24T02:32:42.860Z[ recovery-image] Feb 24 02:32:42.874 INFO O| Feb 24 02:32:42.874 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-02-24T02:32:42.886Z[ recovery-image] Feb 24 02:32:42.891 INFO O| Feb 24 02:32:42.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69892026-02-24T02:32:42.887Z[ recovery-image] Feb 24 02:32:42.892 INFO O| Feb 24 02:32:42.892 INFO STEP 729 (remove_files) COMPLETE
69902026-02-24T02:32:42.887Z[ recovery-image] Feb 24 02:32:42.892 INFO O| Feb 24 02:32:42.892 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-02-24T02:32:42.887Z[ recovery-image] Feb 24 02:32:42.908 INFO O| Feb 24 02:32:42.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69922026-02-24T02:32:42.887Z[ recovery-image] Feb 24 02:32:42.908 INFO O| Feb 24 02:32:42.908 INFO STEP 730 (remove_files) COMPLETE
69932026-02-24T02:32:42.887Z[ recovery-image] Feb 24 02:32:42.908 INFO O| Feb 24 02:32:42.908 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-02-24T02:32:42.887Z[ recovery-image] Feb 24 02:32:42.926 INFO O| Feb 24 02:32:42.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69952026-02-24T02:32:42.887Z[ recovery-image] Feb 24 02:32:42.927 INFO O| Feb 24 02:32:42.927 INFO STEP 731 (remove_files) COMPLETE
69962026-02-24T02:32:42.888Z[ recovery-image] Feb 24 02:32:42.927 INFO O| Feb 24 02:32:42.927 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-02-24T02:32:42.914Z[ recovery-image] Feb 24 02:32:42.944 INFO O| Feb 24 02:32:42.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69982026-02-24T02:32:42.914Z[ recovery-image] Feb 24 02:32:42.944 INFO O| Feb 24 02:32:42.944 INFO STEP 732 (remove_files) COMPLETE
69992026-02-24T02:32:42.914Z[ recovery-image] Feb 24 02:32:42.944 INFO O| Feb 24 02:32:42.944 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-02-24T02:32:42.942Z[ recovery-image] Feb 24 02:32:42.959 INFO O| Feb 24 02:32:42.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70012026-02-24T02:32:42.942Z[ recovery-image] Feb 24 02:32:42.959 INFO O| Feb 24 02:32:42.959 INFO STEP 733 (remove_files) COMPLETE
70022026-02-24T02:32:42.942Z[ recovery-image] Feb 24 02:32:42.959 INFO O| Feb 24 02:32:42.959 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-02-24T02:32:42.942Z[ recovery-image] Feb 24 02:32:42.974 INFO O| Feb 24 02:32:42.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70042026-02-24T02:32:42.942Z[ recovery-image] Feb 24 02:32:42.974 INFO O| Feb 24 02:32:42.974 INFO STEP 734 (remove_files) COMPLETE
70052026-02-24T02:32:42.942Z[ recovery-image] Feb 24 02:32:42.974 INFO O| Feb 24 02:32:42.974 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-02-24T02:32:42.966Z[ recovery-image] Feb 24 02:32:42.988 INFO O| Feb 24 02:32:42.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70072026-02-24T02:32:42.966Z[ recovery-image] Feb 24 02:32:42.989 INFO O| Feb 24 02:32:42.989 INFO STEP 735 (remove_files) COMPLETE
70082026-02-24T02:32:42.966Z[ recovery-image] Feb 24 02:32:42.989 INFO O| Feb 24 02:32:42.989 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-02-24T02:32:42.966Z[ recovery-image] Feb 24 02:32:43.006 INFO O| Feb 24 02:32:43.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70102026-02-24T02:32:42.966Z[ recovery-image] Feb 24 02:32:43.006 INFO O| Feb 24 02:32:43.006 INFO STEP 736 (remove_files) COMPLETE
70112026-02-24T02:32:42.966Z[ recovery-image] Feb 24 02:32:43.006 INFO O| Feb 24 02:32:43.006 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-02-24T02:32:42.992Z[ recovery-image] Feb 24 02:32:43.024 INFO O| Feb 24 02:32:43.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70132026-02-24T02:32:42.992Z[ recovery-image] Feb 24 02:32:43.024 INFO O| Feb 24 02:32:43.024 INFO STEP 737 (remove_files) COMPLETE
70142026-02-24T02:32:42.992Z[ recovery-image] Feb 24 02:32:43.024 INFO O| Feb 24 02:32:43.024 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-02-24T02:32:43.017Z[ recovery-image] Feb 24 02:32:43.040 INFO O| Feb 24 02:32:43.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70162026-02-24T02:32:43.018Z[ recovery-image] Feb 24 02:32:43.041 INFO O| Feb 24 02:32:43.041 INFO STEP 738 (remove_files) COMPLETE
70172026-02-24T02:32:43.018Z[ recovery-image] Feb 24 02:32:43.041 INFO O| Feb 24 02:32:43.041 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-02-24T02:32:43.042Z[ recovery-image] Feb 24 02:32:43.062 INFO O| Feb 24 02:32:43.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70192026-02-24T02:32:43.042Z[ recovery-image] Feb 24 02:32:43.063 INFO O| Feb 24 02:32:43.063 INFO STEP 739 (remove_files) COMPLETE
70202026-02-24T02:32:43.042Z[ recovery-image] Feb 24 02:32:43.063 INFO O| Feb 24 02:32:43.063 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-02-24T02:32:43.042Z[ recovery-image] Feb 24 02:32:43.084 INFO O| Feb 24 02:32:43.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70222026-02-24T02:32:43.042Z[ recovery-image] Feb 24 02:32:43.084 INFO O| Feb 24 02:32:43.084 INFO STEP 740 (remove_files) COMPLETE
70232026-02-24T02:32:43.066Z[ recovery-image] Feb 24 02:32:43.084 INFO O| Feb 24 02:32:43.084 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-02-24T02:32:43.066Z[ recovery-image] Feb 24 02:32:43.102 INFO O| Feb 24 02:32:43.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70252026-02-24T02:32:43.066Z[ recovery-image] Feb 24 02:32:43.102 INFO O| Feb 24 02:32:43.102 INFO STEP 741 (remove_files) COMPLETE
70262026-02-24T02:32:43.066Z[ recovery-image] Feb 24 02:32:43.102 INFO O| Feb 24 02:32:43.102 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-02-24T02:32:43.090Z[ recovery-image] Feb 24 02:32:43.124 INFO O| Feb 24 02:32:43.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70282026-02-24T02:32:43.090Z[ recovery-image] Feb 24 02:32:43.124 INFO O| Feb 24 02:32:43.124 INFO STEP 742 (remove_files) COMPLETE
70292026-02-24T02:32:43.090Z[ recovery-image] Feb 24 02:32:43.124 INFO O| Feb 24 02:32:43.124 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-02-24T02:32:43.114Z[ recovery-image] Feb 24 02:32:43.144 INFO O| Feb 24 02:32:43.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70312026-02-24T02:32:43.114Z[ recovery-image] Feb 24 02:32:43.144 INFO O| Feb 24 02:32:43.144 INFO STEP 743 (remove_files) COMPLETE
70322026-02-24T02:32:43.114Z[ recovery-image] Feb 24 02:32:43.144 INFO O| Feb 24 02:32:43.144 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-02-24T02:32:43.139Z[ recovery-image] Feb 24 02:32:43.160 INFO O| Feb 24 02:32:43.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70342026-02-24T02:32:43.139Z[ recovery-image] Feb 24 02:32:43.160 INFO O| Feb 24 02:32:43.160 INFO STEP 744 (remove_files) COMPLETE
70352026-02-24T02:32:43.139Z[ recovery-image] Feb 24 02:32:43.160 INFO O| Feb 24 02:32:43.160 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-02-24T02:32:43.139Z[ recovery-image] Feb 24 02:32:43.180 INFO O| Feb 24 02:32:43.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70372026-02-24T02:32:43.139Z[ recovery-image] Feb 24 02:32:43.180 INFO O| Feb 24 02:32:43.180 INFO STEP 745 (remove_files) COMPLETE
70382026-02-24T02:32:43.139Z[ recovery-image] Feb 24 02:32:43.180 INFO O| Feb 24 02:32:43.180 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-02-24T02:32:43.163Z[ recovery-image] Feb 24 02:32:43.198 INFO O| Feb 24 02:32:43.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70402026-02-24T02:32:43.164Z[ recovery-image] Feb 24 02:32:43.198 INFO O| Feb 24 02:32:43.198 INFO STEP 746 (remove_files) COMPLETE
70412026-02-24T02:32:43.164Z[ recovery-image] Feb 24 02:32:43.198 INFO O| Feb 24 02:32:43.198 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-02-24T02:32:43.194Z[ recovery-image] Feb 24 02:32:43.216 INFO O| Feb 24 02:32:43.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70432026-02-24T02:32:43.194Z[ recovery-image] Feb 24 02:32:43.216 INFO O| Feb 24 02:32:43.216 INFO STEP 747 (remove_files) COMPLETE
70442026-02-24T02:32:43.195Z[ recovery-image] Feb 24 02:32:43.216 INFO O| Feb 24 02:32:43.216 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-02-24T02:32:43.249Z[ recovery-image] Feb 24 02:32:43.236 INFO O| Feb 24 02:32:43.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70462026-02-24T02:32:43.249Z[ recovery-image] Feb 24 02:32:43.236 INFO O| Feb 24 02:32:43.236 INFO STEP 748 (remove_files) COMPLETE
70472026-02-24T02:32:43.249Z[ recovery-image] Feb 24 02:32:43.236 INFO O| Feb 24 02:32:43.236 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-02-24T02:32:43.249Z[ recovery-image] Feb 24 02:32:43.253 INFO O| Feb 24 02:32:43.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70492026-02-24T02:32:43.249Z[ recovery-image] Feb 24 02:32:43.253 INFO O| Feb 24 02:32:43.253 INFO STEP 749 (remove_files) COMPLETE
70502026-02-24T02:32:43.249Z[ recovery-image] Feb 24 02:32:43.253 INFO O| Feb 24 02:32:43.253 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-02-24T02:32:43.274Z[ recovery-image] Feb 24 02:32:43.270 INFO O| Feb 24 02:32:43.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70522026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.270 INFO O| Feb 24 02:32:43.270 INFO STEP 750 (remove_files) COMPLETE
70532026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.270 INFO O| Feb 24 02:32:43.270 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.283 INFO O| Feb 24 02:32:43.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70552026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.283 INFO O| Feb 24 02:32:43.283 INFO STEP 751 (remove_files) COMPLETE
70562026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.283 INFO O| Feb 24 02:32:43.283 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.295 INFO O| Feb 24 02:32:43.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70582026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.295 INFO O| Feb 24 02:32:43.295 INFO STEP 752 (remove_files) COMPLETE
70592026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.295 INFO O| Feb 24 02:32:43.295 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.310 INFO O| Feb 24 02:32:43.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70612026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.311 INFO O| Feb 24 02:32:43.311 INFO STEP 753 (remove_files) COMPLETE
70622026-02-24T02:32:43.275Z[ recovery-image] Feb 24 02:32:43.311 INFO O| Feb 24 02:32:43.311 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-02-24T02:32:43.305Z[ recovery-image] Feb 24 02:32:43.323 INFO O| Feb 24 02:32:43.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70642026-02-24T02:32:43.305Z[ recovery-image] Feb 24 02:32:43.323 INFO O| Feb 24 02:32:43.323 INFO STEP 754 (remove_files) COMPLETE
70652026-02-24T02:32:43.305Z[ recovery-image] Feb 24 02:32:43.323 INFO O| Feb 24 02:32:43.323 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-02-24T02:32:43.306Z[ recovery-image] Feb 24 02:32:43.335 INFO O| Feb 24 02:32:43.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70672026-02-24T02:32:43.306Z[ recovery-image] Feb 24 02:32:43.335 INFO O| Feb 24 02:32:43.335 INFO STEP 755 (remove_files) COMPLETE
70682026-02-24T02:32:43.306Z[ recovery-image] Feb 24 02:32:43.335 INFO O| Feb 24 02:32:43.335 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-02-24T02:32:43.331Z[ recovery-image] Feb 24 02:32:43.347 INFO O| Feb 24 02:32:43.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70702026-02-24T02:32:43.331Z[ recovery-image] Feb 24 02:32:43.347 INFO O| Feb 24 02:32:43.347 INFO STEP 756 (remove_files) COMPLETE
70712026-02-24T02:32:43.331Z[ recovery-image] Feb 24 02:32:43.347 INFO O| Feb 24 02:32:43.347 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-02-24T02:32:43.331Z[ recovery-image] Feb 24 02:32:43.359 INFO O| Feb 24 02:32:43.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70732026-02-24T02:32:43.331Z[ recovery-image] Feb 24 02:32:43.360 INFO O| Feb 24 02:32:43.360 INFO STEP 757 (remove_files) COMPLETE
70742026-02-24T02:32:43.331Z[ recovery-image] Feb 24 02:32:43.360 INFO O| Feb 24 02:32:43.360 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-02-24T02:32:43.374Z[ recovery-image] Feb 24 02:32:43.373 INFO O| Feb 24 02:32:43.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70762026-02-24T02:32:43.374Z[ recovery-image] Feb 24 02:32:43.373 INFO O| Feb 24 02:32:43.373 INFO STEP 758 (remove_files) COMPLETE
70772026-02-24T02:32:43.374Z[ recovery-image] Feb 24 02:32:43.373 INFO O| Feb 24 02:32:43.373 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-02-24T02:32:43.374Z[ recovery-image] Feb 24 02:32:43.396 INFO O| Feb 24 02:32:43.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70792026-02-24T02:32:43.374Z[ recovery-image] Feb 24 02:32:43.396 INFO O| Feb 24 02:32:43.396 INFO STEP 759 (remove_files) COMPLETE
70802026-02-24T02:32:43.374Z[ recovery-image] Feb 24 02:32:43.396 INFO O| Feb 24 02:32:43.396 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-02-24T02:32:43.400Z[ recovery-image] Feb 24 02:32:43.416 INFO O| Feb 24 02:32:43.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70822026-02-24T02:32:43.400Z[ recovery-image] Feb 24 02:32:43.416 INFO O| Feb 24 02:32:43.416 INFO STEP 760 (remove_files) COMPLETE
70832026-02-24T02:32:43.400Z[ recovery-image] Feb 24 02:32:43.416 INFO O| Feb 24 02:32:43.416 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-02-24T02:32:43.400Z[ recovery-image] Feb 24 02:32:43.434 INFO O| Feb 24 02:32:43.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70852026-02-24T02:32:43.400Z[ recovery-image] Feb 24 02:32:43.434 INFO O| Feb 24 02:32:43.434 INFO STEP 761 (remove_files) COMPLETE
70862026-02-24T02:32:43.401Z[ recovery-image] Feb 24 02:32:43.434 INFO O| Feb 24 02:32:43.434 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-02-24T02:32:43.427Z[ recovery-image] Feb 24 02:32:43.447 INFO O| Feb 24 02:32:43.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70882026-02-24T02:32:43.428Z[ recovery-image] Feb 24 02:32:43.447 INFO O| Feb 24 02:32:43.447 INFO STEP 762 (remove_files) COMPLETE
70892026-02-24T02:32:43.428Z[ recovery-image] Feb 24 02:32:43.448 INFO O| Feb 24 02:32:43.447 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-02-24T02:32:43.428Z[ recovery-image] Feb 24 02:32:43.461 INFO O| Feb 24 02:32:43.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70912026-02-24T02:32:43.428Z[ recovery-image] Feb 24 02:32:43.461 INFO O| Feb 24 02:32:43.461 INFO STEP 763 (remove_files) COMPLETE
70922026-02-24T02:32:43.428Z[ recovery-image] Feb 24 02:32:43.461 INFO O| Feb 24 02:32:43.461 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-02-24T02:32:43.455Z[ recovery-image] Feb 24 02:32:43.475 INFO O| Feb 24 02:32:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70942026-02-24T02:32:43.456Z[ recovery-image] Feb 24 02:32:43.475 INFO O| Feb 24 02:32:43.475 INFO STEP 764 (remove_files) COMPLETE
70952026-02-24T02:32:43.456Z[ recovery-image] Feb 24 02:32:43.475 INFO O| Feb 24 02:32:43.475 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-02-24T02:32:43.456Z[ recovery-image] Feb 24 02:32:43.492 INFO O| Feb 24 02:32:43.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70972026-02-24T02:32:43.456Z[ recovery-image] Feb 24 02:32:43.492 INFO O| Feb 24 02:32:43.492 INFO STEP 765 (remove_files) COMPLETE
70982026-02-24T02:32:43.456Z[ recovery-image] Feb 24 02:32:43.492 INFO O| Feb 24 02:32:43.492 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-02-24T02:32:43.482Z[ recovery-image] Feb 24 02:32:43.511 INFO O| Feb 24 02:32:43.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71002026-02-24T02:32:43.482Z[ recovery-image] Feb 24 02:32:43.511 INFO O| Feb 24 02:32:43.511 INFO STEP 766 (remove_files) COMPLETE
71012026-02-24T02:32:43.482Z[ recovery-image] Feb 24 02:32:43.511 INFO O| Feb 24 02:32:43.511 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-02-24T02:32:43.507Z[ recovery-image] Feb 24 02:32:43.529 INFO O| Feb 24 02:32:43.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71032026-02-24T02:32:43.507Z[ recovery-image] Feb 24 02:32:43.529 INFO O| Feb 24 02:32:43.529 INFO STEP 767 (remove_files) COMPLETE
71042026-02-24T02:32:43.507Z[ recovery-image] Feb 24 02:32:43.529 INFO O| Feb 24 02:32:43.529 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-02-24T02:32:43.533Z[ recovery-image] Feb 24 02:32:43.552 INFO O| Feb 24 02:32:43.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71062026-02-24T02:32:43.533Z[ recovery-image] Feb 24 02:32:43.552 INFO O| Feb 24 02:32:43.552 INFO STEP 768 (remove_files) COMPLETE
71072026-02-24T02:32:43.533Z[ recovery-image] Feb 24 02:32:43.552 INFO O| Feb 24 02:32:43.552 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-02-24T02:32:43.533Z[ recovery-image] Feb 24 02:32:43.571 INFO O| Feb 24 02:32:43.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71092026-02-24T02:32:43.533Z[ recovery-image] Feb 24 02:32:43.571 INFO O| Feb 24 02:32:43.571 INFO STEP 769 (remove_files) COMPLETE
71102026-02-24T02:32:43.533Z[ recovery-image] Feb 24 02:32:43.571 INFO O| Feb 24 02:32:43.571 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-02-24T02:32:43.558Z[ recovery-image] Feb 24 02:32:43.589 INFO O| Feb 24 02:32:43.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71122026-02-24T02:32:43.558Z[ recovery-image] Feb 24 02:32:43.589 INFO O| Feb 24 02:32:43.589 INFO STEP 770 (remove_files) COMPLETE
71132026-02-24T02:32:43.558Z[ recovery-image] Feb 24 02:32:43.589 INFO O| Feb 24 02:32:43.589 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-02-24T02:32:43.582Z[ recovery-image] Feb 24 02:32:43.607 INFO O| Feb 24 02:32:43.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71152026-02-24T02:32:43.582Z[ recovery-image] Feb 24 02:32:43.607 INFO O| Feb 24 02:32:43.607 INFO STEP 771 (remove_files) COMPLETE
71162026-02-24T02:32:43.582Z[ recovery-image] Feb 24 02:32:43.608 INFO O| Feb 24 02:32:43.607 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-02-24T02:32:43.582Z[ recovery-image] Feb 24 02:32:43.622 INFO O| Feb 24 02:32:43.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71182026-02-24T02:32:43.582Z[ recovery-image] Feb 24 02:32:43.622 INFO O| Feb 24 02:32:43.622 INFO STEP 772 (remove_files) COMPLETE
71192026-02-24T02:32:43.582Z[ recovery-image] Feb 24 02:32:43.622 INFO O| Feb 24 02:32:43.622 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-02-24T02:32:43.607Z[ recovery-image] Feb 24 02:32:43.634 INFO O| Feb 24 02:32:43.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71212026-02-24T02:32:43.607Z[ recovery-image] Feb 24 02:32:43.635 INFO O| Feb 24 02:32:43.635 INFO STEP 773 (remove_files) COMPLETE
71222026-02-24T02:32:43.607Z[ recovery-image] Feb 24 02:32:43.635 INFO O| Feb 24 02:32:43.635 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-02-24T02:32:43.607Z[ recovery-image] Feb 24 02:32:43.646 INFO O| Feb 24 02:32:43.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71242026-02-24T02:32:43.607Z[ recovery-image] Feb 24 02:32:43.647 INFO O| Feb 24 02:32:43.646 INFO STEP 774 (remove_files) COMPLETE
71252026-02-24T02:32:43.607Z[ recovery-image] Feb 24 02:32:43.647 INFO O| Feb 24 02:32:43.647 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-02-24T02:32:43.631Z[ recovery-image] Feb 24 02:32:43.658 INFO O| Feb 24 02:32:43.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71272026-02-24T02:32:43.631Z[ recovery-image] Feb 24 02:32:43.658 INFO O| Feb 24 02:32:43.658 INFO STEP 775 (remove_files) COMPLETE
71282026-02-24T02:32:43.631Z[ recovery-image] Feb 24 02:32:43.658 INFO O| Feb 24 02:32:43.658 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-02-24T02:32:43.631Z[ recovery-image] Feb 24 02:32:43.669 INFO O| Feb 24 02:32:43.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71302026-02-24T02:32:43.631Z[ recovery-image] Feb 24 02:32:43.670 INFO O| Feb 24 02:32:43.670 INFO STEP 776 (remove_files) COMPLETE
71312026-02-24T02:32:43.631Z[ recovery-image] Feb 24 02:32:43.670 INFO O| Feb 24 02:32:43.670 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-02-24T02:32:43.656Z[ recovery-image] Feb 24 02:32:43.688 INFO O| Feb 24 02:32:43.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71332026-02-24T02:32:43.656Z[ recovery-image] Feb 24 02:32:43.688 INFO O| Feb 24 02:32:43.688 INFO STEP 777 (remove_files) COMPLETE
71342026-02-24T02:32:43.656Z[ recovery-image] Feb 24 02:32:43.688 INFO O| Feb 24 02:32:43.688 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-02-24T02:32:43.680Z[ recovery-image] Feb 24 02:32:43.705 INFO O| Feb 24 02:32:43.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71362026-02-24T02:32:43.680Z[ recovery-image] Feb 24 02:32:43.706 INFO O| Feb 24 02:32:43.706 INFO STEP 778 (remove_files) COMPLETE
71372026-02-24T02:32:43.680Z[ recovery-image] Feb 24 02:32:43.706 INFO O| Feb 24 02:32:43.706 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-02-24T02:32:43.706Z[ recovery-image] Feb 24 02:32:43.727 INFO O| Feb 24 02:32:43.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71392026-02-24T02:32:43.706Z[ recovery-image] Feb 24 02:32:43.727 INFO O| Feb 24 02:32:43.727 INFO STEP 779 (remove_files) COMPLETE
71402026-02-24T02:32:43.706Z[ recovery-image] Feb 24 02:32:43.727 INFO O| Feb 24 02:32:43.727 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-02-24T02:32:43.730Z[ recovery-image] Feb 24 02:32:43.747 INFO O| Feb 24 02:32:43.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71422026-02-24T02:32:43.730Z[ recovery-image] Feb 24 02:32:43.747 INFO O| Feb 24 02:32:43.747 INFO STEP 780 (remove_files) COMPLETE
71432026-02-24T02:32:43.730Z[ recovery-image] Feb 24 02:32:43.747 INFO O| Feb 24 02:32:43.747 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-02-24T02:32:43.730Z[ recovery-image] Feb 24 02:32:43.765 INFO O| Feb 24 02:32:43.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71452026-02-24T02:32:43.730Z[ recovery-image] Feb 24 02:32:43.765 INFO O| Feb 24 02:32:43.765 INFO STEP 781 (remove_files) COMPLETE
71462026-02-24T02:32:43.730Z[ recovery-image] Feb 24 02:32:43.766 INFO O| Feb 24 02:32:43.765 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-02-24T02:32:43.754Z[ recovery-image] Feb 24 02:32:43.780 INFO O| Feb 24 02:32:43.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71482026-02-24T02:32:43.754Z[ recovery-image] Feb 24 02:32:43.780 INFO O| Feb 24 02:32:43.780 INFO STEP 782 (remove_files) COMPLETE
71492026-02-24T02:32:43.754Z[ recovery-image] Feb 24 02:32:43.780 INFO O| Feb 24 02:32:43.780 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-02-24T02:32:43.778Z[ recovery-image] Feb 24 02:32:43.797 INFO O| Feb 24 02:32:43.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71512026-02-24T02:32:43.778Z[ recovery-image] Feb 24 02:32:43.798 INFO O| Feb 24 02:32:43.798 INFO STEP 783 (remove_files) COMPLETE
71522026-02-24T02:32:43.778Z[ recovery-image] Feb 24 02:32:43.798 INFO O| Feb 24 02:32:43.798 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-02-24T02:32:43.802Z[ recovery-image] Feb 24 02:32:43.821 INFO O| Feb 24 02:32:43.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71542026-02-24T02:32:43.802Z[ recovery-image] Feb 24 02:32:43.821 INFO O| Feb 24 02:32:43.821 INFO STEP 784 (remove_files) COMPLETE
71552026-02-24T02:32:43.803Z[ recovery-image] Feb 24 02:32:43.821 INFO O| Feb 24 02:32:43.821 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-02-24T02:32:43.803Z[ recovery-image] Feb 24 02:32:43.837 INFO O| Feb 24 02:32:43.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71572026-02-24T02:32:43.803Z[ recovery-image] Feb 24 02:32:43.837 INFO O| Feb 24 02:32:43.837 INFO STEP 785 (remove_files) COMPLETE
71582026-02-24T02:32:43.803Z[ recovery-image] Feb 24 02:32:43.837 INFO O| Feb 24 02:32:43.837 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-02-24T02:32:43.827Z[ recovery-image] Feb 24 02:32:43.856 INFO O| Feb 24 02:32:43.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71602026-02-24T02:32:43.827Z[ recovery-image] Feb 24 02:32:43.857 INFO O| Feb 24 02:32:43.857 INFO STEP 786 (remove_files) COMPLETE
71612026-02-24T02:32:43.827Z[ recovery-image] Feb 24 02:32:43.857 INFO O| Feb 24 02:32:43.857 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-02-24T02:32:43.855Z[ recovery-image] Feb 24 02:32:43.873 INFO O| Feb 24 02:32:43.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71632026-02-24T02:32:43.856Z[ recovery-image] Feb 24 02:32:43.874 INFO O| Feb 24 02:32:43.874 INFO STEP 787 (remove_files) COMPLETE
71642026-02-24T02:32:43.856Z[ recovery-image] Feb 24 02:32:43.874 INFO O| Feb 24 02:32:43.874 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-02-24T02:32:43.856Z[ recovery-image] Feb 24 02:32:43.892 INFO O| Feb 24 02:32:43.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71662026-02-24T02:32:43.856Z[ recovery-image] Feb 24 02:32:43.892 INFO O| Feb 24 02:32:43.892 INFO STEP 788 (remove_files) COMPLETE
71672026-02-24T02:32:43.857Z[ recovery-image] Feb 24 02:32:43.892 INFO O| Feb 24 02:32:43.892 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-02-24T02:32:43.883Z[ recovery-image] Feb 24 02:32:43.909 INFO O| Feb 24 02:32:43.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71692026-02-24T02:32:43.883Z[ recovery-image] Feb 24 02:32:43.909 INFO O| Feb 24 02:32:43.909 INFO STEP 789 (remove_files) COMPLETE
71702026-02-24T02:32:43.883Z[ recovery-image] Feb 24 02:32:43.909 INFO O| Feb 24 02:32:43.909 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-02-24T02:32:43.883Z[ recovery-image] Feb 24 02:32:43.922 INFO O| Feb 24 02:32:43.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71722026-02-24T02:32:43.883Z[ recovery-image] Feb 24 02:32:43.922 INFO O| Feb 24 02:32:43.922 INFO STEP 790 (remove_files) COMPLETE
71732026-02-24T02:32:43.883Z[ recovery-image] Feb 24 02:32:43.922 INFO O| Feb 24 02:32:43.922 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-02-24T02:32:43.908Z[ recovery-image] Feb 24 02:32:43.934 INFO O| Feb 24 02:32:43.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71752026-02-24T02:32:43.908Z[ recovery-image] Feb 24 02:32:43.935 INFO O| Feb 24 02:32:43.934 INFO STEP 791 (remove_files) COMPLETE
71762026-02-24T02:32:43.908Z[ recovery-image] Feb 24 02:32:43.935 INFO O| Feb 24 02:32:43.935 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-02-24T02:32:43.934Z[ recovery-image] Feb 24 02:32:43.951 INFO O| Feb 24 02:32:43.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71782026-02-24T02:32:43.934Z[ recovery-image] Feb 24 02:32:43.951 INFO O| Feb 24 02:32:43.951 INFO STEP 792 (remove_files) COMPLETE
71792026-02-24T02:32:43.934Z[ recovery-image] Feb 24 02:32:43.951 INFO O| Feb 24 02:32:43.951 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-02-24T02:32:43.935Z[ recovery-image] Feb 24 02:32:43.969 INFO O| Feb 24 02:32:43.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71812026-02-24T02:32:43.935Z[ recovery-image] Feb 24 02:32:43.969 INFO O| Feb 24 02:32:43.969 INFO STEP 793 (remove_files) COMPLETE
71822026-02-24T02:32:43.935Z[ recovery-image] Feb 24 02:32:43.969 INFO O| Feb 24 02:32:43.969 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-02-24T02:32:43.967Z[ recovery-image] Feb 24 02:32:43.988 INFO O| Feb 24 02:32:43.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71842026-02-24T02:32:43.967Z[ recovery-image] Feb 24 02:32:43.989 INFO O| Feb 24 02:32:43.988 INFO STEP 794 (remove_files) COMPLETE
71852026-02-24T02:32:43.967Z[ recovery-image] Feb 24 02:32:43.989 INFO O| Feb 24 02:32:43.989 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-02-24T02:32:44.002Z[ recovery-image] Feb 24 02:32:44.006 INFO O| Feb 24 02:32:44.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71872026-02-24T02:32:44.003Z[ recovery-image] Feb 24 02:32:44.006 INFO O| Feb 24 02:32:44.006 INFO STEP 795 (remove_files) COMPLETE
71882026-02-24T02:32:44.003Z[ recovery-image] Feb 24 02:32:44.006 INFO O| Feb 24 02:32:44.006 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-02-24T02:32:44.003Z[ recovery-image] Feb 24 02:32:44.023 INFO O| Feb 24 02:32:44.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71902026-02-24T02:32:44.003Z[ recovery-image] Feb 24 02:32:44.023 INFO O| Feb 24 02:32:44.023 INFO STEP 796 (remove_files) COMPLETE
71912026-02-24T02:32:44.003Z[ recovery-image] Feb 24 02:32:44.023 INFO O| Feb 24 02:32:44.023 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-02-24T02:32:44.033Z[ recovery-image] Feb 24 02:32:44.037 INFO O| Feb 24 02:32:44.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71932026-02-24T02:32:44.035Z[ recovery-image] Feb 24 02:32:44.037 INFO O| Feb 24 02:32:44.037 INFO STEP 797 (remove_files) COMPLETE
71942026-02-24T02:32:44.035Z[ recovery-image] Feb 24 02:32:44.037 INFO O| Feb 24 02:32:44.037 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-02-24T02:32:44.035Z[ recovery-image] Feb 24 02:32:44.051 INFO O| Feb 24 02:32:44.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71962026-02-24T02:32:44.035Z[ recovery-image] Feb 24 02:32:44.051 INFO O| Feb 24 02:32:44.051 INFO STEP 798 (remove_files) COMPLETE
71972026-02-24T02:32:44.036Z[ recovery-image] Feb 24 02:32:44.051 INFO O| Feb 24 02:32:44.051 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-02-24T02:32:44.036Z[ recovery-image] Feb 24 02:32:44.066 INFO O| Feb 24 02:32:44.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71992026-02-24T02:32:44.036Z[ recovery-image] Feb 24 02:32:44.066 INFO O| Feb 24 02:32:44.066 INFO STEP 799 (remove_files) COMPLETE
72002026-02-24T02:32:44.036Z[ recovery-image] Feb 24 02:32:44.066 INFO O| Feb 24 02:32:44.066 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.078 INFO O| Feb 24 02:32:44.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72022026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.079 INFO O| Feb 24 02:32:44.078 INFO STEP 800 (remove_files) COMPLETE
72032026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.079 INFO O| Feb 24 02:32:44.079 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.096 INFO O| Feb 24 02:32:44.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72052026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.096 INFO O| Feb 24 02:32:44.096 INFO STEP 801 (remove_files) COMPLETE
72062026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.096 INFO O| Feb 24 02:32:44.096 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.110 INFO O| Feb 24 02:32:44.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72082026-02-24T02:32:44.079Z[ recovery-image] Feb 24 02:32:44.110 INFO O| Feb 24 02:32:44.110 INFO STEP 802 (remove_files) COMPLETE
72092026-02-24T02:32:44.080Z[ recovery-image] Feb 24 02:32:44.110 INFO O| Feb 24 02:32:44.110 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-02-24T02:32:44.115Z[ recovery-image] Feb 24 02:32:44.123 INFO O| Feb 24 02:32:44.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72112026-02-24T02:32:44.115Z[ recovery-image] Feb 24 02:32:44.123 INFO O| Feb 24 02:32:44.123 INFO STEP 803 (remove_files) COMPLETE
72122026-02-24T02:32:44.115Z[ recovery-image] Feb 24 02:32:44.123 INFO O| Feb 24 02:32:44.123 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-02-24T02:32:44.115Z[ recovery-image] Feb 24 02:32:44.135 INFO O| Feb 24 02:32:44.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72142026-02-24T02:32:44.116Z[ recovery-image] Feb 24 02:32:44.136 INFO O| Feb 24 02:32:44.136 INFO STEP 804 (remove_files) COMPLETE
72152026-02-24T02:32:44.116Z[ recovery-image] Feb 24 02:32:44.136 INFO O| Feb 24 02:32:44.136 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-02-24T02:32:44.116Z[ recovery-image] Feb 24 02:32:44.148 INFO O| Feb 24 02:32:44.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72172026-02-24T02:32:44.116Z[ recovery-image] Feb 24 02:32:44.148 INFO O| Feb 24 02:32:44.148 INFO STEP 805 (remove_files) COMPLETE
72182026-02-24T02:32:44.116Z[ recovery-image] Feb 24 02:32:44.148 INFO O| Feb 24 02:32:44.148 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-02-24T02:32:44.147Z[ recovery-image] Feb 24 02:32:44.164 INFO O| Feb 24 02:32:44.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72202026-02-24T02:32:44.147Z[ recovery-image] Feb 24 02:32:44.164 INFO O| Feb 24 02:32:44.164 INFO STEP 806 (remove_files) COMPLETE
72212026-02-24T02:32:44.147Z[ recovery-image] Feb 24 02:32:44.164 INFO O| Feb 24 02:32:44.164 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-02-24T02:32:44.147Z[ recovery-image] Feb 24 02:32:44.178 INFO O| Feb 24 02:32:44.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72232026-02-24T02:32:44.147Z[ recovery-image] Feb 24 02:32:44.178 INFO O| Feb 24 02:32:44.178 INFO STEP 807 (remove_files) COMPLETE
72242026-02-24T02:32:44.147Z[ recovery-image] Feb 24 02:32:44.178 INFO O| Feb 24 02:32:44.178 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-02-24T02:32:44.178Z[ recovery-image] Feb 24 02:32:44.196 INFO O| Feb 24 02:32:44.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72262026-02-24T02:32:44.178Z[ recovery-image] Feb 24 02:32:44.196 INFO O| Feb 24 02:32:44.196 INFO STEP 808 (remove_files) COMPLETE
72272026-02-24T02:32:44.178Z[ recovery-image] Feb 24 02:32:44.196 INFO O| Feb 24 02:32:44.196 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.217 INFO O| Feb 24 02:32:44.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72292026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.217 INFO O| Feb 24 02:32:44.217 INFO STEP 809 (remove_files) COMPLETE
72302026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.217 INFO O| Feb 24 02:32:44.217 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.230 INFO O| Feb 24 02:32:44.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72322026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.230 INFO O| Feb 24 02:32:44.230 INFO STEP 810 (remove_files) COMPLETE
72332026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.230 INFO O| Feb 24 02:32:44.230 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.242 INFO O| Feb 24 02:32:44.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72352026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.242 INFO O| Feb 24 02:32:44.242 INFO STEP 811 (remove_files) COMPLETE
72362026-02-24T02:32:44.206Z[ recovery-image] Feb 24 02:32:44.242 INFO O| Feb 24 02:32:44.242 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-02-24T02:32:44.232Z[ recovery-image] Feb 24 02:32:44.255 INFO O| Feb 24 02:32:44.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72382026-02-24T02:32:44.232Z[ recovery-image] Feb 24 02:32:44.255 INFO O| Feb 24 02:32:44.255 INFO STEP 812 (remove_files) COMPLETE
72392026-02-24T02:32:44.232Z[ recovery-image] Feb 24 02:32:44.255 INFO O| Feb 24 02:32:44.255 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-02-24T02:32:44.232Z[ recovery-image] Feb 24 02:32:44.267 INFO O| Feb 24 02:32:44.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72412026-02-24T02:32:44.232Z[ recovery-image] Feb 24 02:32:44.267 INFO O| Feb 24 02:32:44.267 INFO STEP 813 (remove_files) COMPLETE
72422026-02-24T02:32:44.232Z[ recovery-image] Feb 24 02:32:44.267 INFO O| Feb 24 02:32:44.267 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-02-24T02:32:44.258Z[ recovery-image] Feb 24 02:32:44.284 INFO O| Feb 24 02:32:44.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72442026-02-24T02:32:44.258Z[ recovery-image] Feb 24 02:32:44.284 INFO O| Feb 24 02:32:44.284 INFO STEP 814 (remove_files) COMPLETE
72452026-02-24T02:32:44.259Z[ recovery-image] Feb 24 02:32:44.284 INFO O| Feb 24 02:32:44.284 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-02-24T02:32:44.259Z[ recovery-image] Feb 24 02:32:44.297 INFO O| Feb 24 02:32:44.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72472026-02-24T02:32:44.259Z[ recovery-image] Feb 24 02:32:44.297 INFO O| Feb 24 02:32:44.297 INFO STEP 815 (remove_files) COMPLETE
72482026-02-24T02:32:44.259Z[ recovery-image] Feb 24 02:32:44.297 INFO O| Feb 24 02:32:44.297 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-02-24T02:32:44.287Z[ recovery-image] Feb 24 02:32:44.313 INFO O| Feb 24 02:32:44.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72502026-02-24T02:32:44.287Z[ recovery-image] Feb 24 02:32:44.314 INFO O| Feb 24 02:32:44.314 INFO STEP 816 (remove_files) COMPLETE
72512026-02-24T02:32:44.287Z[ recovery-image] Feb 24 02:32:44.314 INFO O| Feb 24 02:32:44.314 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-02-24T02:32:44.312Z[ recovery-image] Feb 24 02:32:44.329 INFO O| Feb 24 02:32:44.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72532026-02-24T02:32:44.312Z[ recovery-image] Feb 24 02:32:44.330 INFO O| Feb 24 02:32:44.330 INFO STEP 817 (remove_files) COMPLETE
72542026-02-24T02:32:44.312Z[ recovery-image] Feb 24 02:32:44.330 INFO O| Feb 24 02:32:44.330 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-02-24T02:32:44.312Z[ recovery-image] Feb 24 02:32:44.342 INFO O| Feb 24 02:32:44.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72562026-02-24T02:32:44.312Z[ recovery-image] Feb 24 02:32:44.343 INFO O| Feb 24 02:32:44.342 INFO STEP 818 (remove_files) COMPLETE
72572026-02-24T02:32:44.312Z[ recovery-image] Feb 24 02:32:44.343 INFO O| Feb 24 02:32:44.343 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-02-24T02:32:44.339Z[ recovery-image] Feb 24 02:32:44.361 INFO O| Feb 24 02:32:44.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72592026-02-24T02:32:44.339Z[ recovery-image] Feb 24 02:32:44.361 INFO O| Feb 24 02:32:44.361 INFO STEP 819 (remove_files) COMPLETE
72602026-02-24T02:32:44.339Z[ recovery-image] Feb 24 02:32:44.361 INFO O| Feb 24 02:32:44.361 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-02-24T02:32:44.339Z[ recovery-image] Feb 24 02:32:44.376 INFO O| Feb 24 02:32:44.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72622026-02-24T02:32:44.340Z[ recovery-image] Feb 24 02:32:44.376 INFO O| Feb 24 02:32:44.374 INFO STEP 820 (remove_files) COMPLETE
72632026-02-24T02:32:44.340Z[ recovery-image] Feb 24 02:32:44.376 INFO O| Feb 24 02:32:44.374 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-02-24T02:32:44.368Z[ recovery-image] Feb 24 02:32:44.407 INFO O| Feb 24 02:32:44.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72652026-02-24T02:32:44.369Z[ recovery-image] Feb 24 02:32:44.407 INFO O| Feb 24 02:32:44.407 INFO STEP 821 (remove_files) COMPLETE
72662026-02-24T02:32:44.369Z[ recovery-image] Feb 24 02:32:44.407 INFO O| Feb 24 02:32:44.407 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-02-24T02:32:44.417Z[ recovery-image] Feb 24 02:32:44.427 INFO O| Feb 24 02:32:44.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72682026-02-24T02:32:44.417Z[ recovery-image] Feb 24 02:32:44.428 INFO O| Feb 24 02:32:44.428 INFO STEP 822 (remove_files) COMPLETE
72692026-02-24T02:32:44.417Z[ recovery-image] Feb 24 02:32:44.428 INFO O| Feb 24 02:32:44.428 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-02-24T02:32:44.446Z[ recovery-image] Feb 24 02:32:44.448 INFO O| Feb 24 02:32:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72712026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.448 INFO O| Feb 24 02:32:44.448 INFO STEP 823 (remove_files) COMPLETE
72722026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.448 INFO O| Feb 24 02:32:44.448 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.462 INFO O| Feb 24 02:32:44.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72742026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.462 INFO O| Feb 24 02:32:44.462 INFO STEP 824 (remove_files) COMPLETE
72752026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.463 INFO O| Feb 24 02:32:44.462 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.475 INFO O| Feb 24 02:32:44.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72772026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.475 INFO O| Feb 24 02:32:44.475 INFO STEP 825 (remove_files) COMPLETE
72782026-02-24T02:32:44.447Z[ recovery-image] Feb 24 02:32:44.475 INFO O| Feb 24 02:32:44.475 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-02-24T02:32:44.471Z[ recovery-image] Feb 24 02:32:44.487 INFO O| Feb 24 02:32:44.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72802026-02-24T02:32:44.471Z[ recovery-image] Feb 24 02:32:44.487 INFO O| Feb 24 02:32:44.487 INFO STEP 826 (remove_files) COMPLETE
72812026-02-24T02:32:44.471Z[ recovery-image] Feb 24 02:32:44.487 INFO O| Feb 24 02:32:44.487 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-02-24T02:32:44.471Z[ recovery-image] Feb 24 02:32:44.500 INFO O| Feb 24 02:32:44.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72832026-02-24T02:32:44.471Z[ recovery-image] Feb 24 02:32:44.500 INFO O| Feb 24 02:32:44.500 INFO STEP 827 (remove_files) COMPLETE
72842026-02-24T02:32:44.471Z[ recovery-image] Feb 24 02:32:44.500 INFO O| Feb 24 02:32:44.500 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-02-24T02:32:44.496Z[ recovery-image] Feb 24 02:32:44.518 INFO O| Feb 24 02:32:44.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72862026-02-24T02:32:44.496Z[ recovery-image] Feb 24 02:32:44.518 INFO O| Feb 24 02:32:44.518 INFO STEP 828 (remove_files) COMPLETE
72872026-02-24T02:32:44.496Z[ recovery-image] Feb 24 02:32:44.518 INFO O| Feb 24 02:32:44.518 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-02-24T02:32:44.496Z[ recovery-image] Feb 24 02:32:44.536 INFO O| Feb 24 02:32:44.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72892026-02-24T02:32:44.496Z[ recovery-image] Feb 24 02:32:44.536 INFO O| Feb 24 02:32:44.536 INFO STEP 829 (remove_files) COMPLETE
72902026-02-24T02:32:44.496Z[ recovery-image] Feb 24 02:32:44.536 INFO O| Feb 24 02:32:44.536 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-02-24T02:32:44.523Z[ recovery-image] Feb 24 02:32:44.550 INFO O| Feb 24 02:32:44.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72922026-02-24T02:32:44.523Z[ recovery-image] Feb 24 02:32:44.550 INFO O| Feb 24 02:32:44.550 INFO STEP 830 (remove_files) COMPLETE
72932026-02-24T02:32:44.523Z[ recovery-image] Feb 24 02:32:44.550 INFO O| Feb 24 02:32:44.550 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-02-24T02:32:44.549Z[ recovery-image] Feb 24 02:32:44.572 INFO O| Feb 24 02:32:44.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72952026-02-24T02:32:44.549Z[ recovery-image] Feb 24 02:32:44.572 INFO O| Feb 24 02:32:44.572 INFO STEP 831 (remove_files) COMPLETE
72962026-02-24T02:32:44.549Z[ recovery-image] Feb 24 02:32:44.572 INFO O| Feb 24 02:32:44.572 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-02-24T02:32:44.578Z[ recovery-image] Feb 24 02:32:44.591 INFO O| Feb 24 02:32:44.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72982026-02-24T02:32:44.578Z[ recovery-image] Feb 24 02:32:44.591 INFO O| Feb 24 02:32:44.591 INFO STEP 832 (remove_files) COMPLETE
72992026-02-24T02:32:44.578Z[ recovery-image] Feb 24 02:32:44.591 INFO O| Feb 24 02:32:44.591 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-02-24T02:32:44.578Z[ recovery-image] Feb 24 02:32:44.605 INFO O| Feb 24 02:32:44.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73012026-02-24T02:32:44.578Z[ recovery-image] Feb 24 02:32:44.605 INFO O| Feb 24 02:32:44.605 INFO STEP 833 (remove_files) COMPLETE
73022026-02-24T02:32:44.578Z[ recovery-image] Feb 24 02:32:44.605 INFO O| Feb 24 02:32:44.605 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-02-24T02:32:44.603Z[ recovery-image] Feb 24 02:32:44.626 INFO O| Feb 24 02:32:44.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73042026-02-24T02:32:44.603Z[ recovery-image] Feb 24 02:32:44.626 INFO O| Feb 24 02:32:44.626 INFO STEP 834 (remove_files) COMPLETE
73052026-02-24T02:32:44.603Z[ recovery-image] Feb 24 02:32:44.626 INFO O| Feb 24 02:32:44.626 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-02-24T02:32:44.627Z[ recovery-image] Feb 24 02:32:44.646 INFO O| Feb 24 02:32:44.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73072026-02-24T02:32:44.627Z[ recovery-image] Feb 24 02:32:44.647 INFO O| Feb 24 02:32:44.647 INFO STEP 835 (remove_files) COMPLETE
73082026-02-24T02:32:44.627Z[ recovery-image] Feb 24 02:32:44.647 INFO O| Feb 24 02:32:44.647 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-02-24T02:32:44.627Z[ recovery-image] Feb 24 02:32:44.663 INFO O| Feb 24 02:32:44.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73102026-02-24T02:32:44.627Z[ recovery-image] Feb 24 02:32:44.664 INFO O| Feb 24 02:32:44.663 INFO STEP 836 (remove_files) COMPLETE
73112026-02-24T02:32:44.627Z[ recovery-image] Feb 24 02:32:44.664 INFO O| Feb 24 02:32:44.664 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-02-24T02:32:44.651Z[ recovery-image] Feb 24 02:32:44.679 INFO O| Feb 24 02:32:44.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73132026-02-24T02:32:44.652Z[ recovery-image] Feb 24 02:32:44.679 INFO O| Feb 24 02:32:44.679 INFO STEP 837 (remove_files) COMPLETE
73142026-02-24T02:32:44.652Z[ recovery-image] Feb 24 02:32:44.679 INFO O| Feb 24 02:32:44.679 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-02-24T02:32:44.675Z[ recovery-image] Feb 24 02:32:44.696 INFO O| Feb 24 02:32:44.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73162026-02-24T02:32:44.675Z[ recovery-image] Feb 24 02:32:44.697 INFO O| Feb 24 02:32:44.696 INFO STEP 838 (remove_files) COMPLETE
73172026-02-24T02:32:44.675Z[ recovery-image] Feb 24 02:32:44.697 INFO O| Feb 24 02:32:44.696 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-02-24T02:32:44.675Z[ recovery-image] Feb 24 02:32:44.715 INFO O| Feb 24 02:32:44.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73192026-02-24T02:32:44.676Z[ recovery-image] Feb 24 02:32:44.715 INFO O| Feb 24 02:32:44.715 INFO STEP 839 (remove_files) COMPLETE
73202026-02-24T02:32:44.676Z[ recovery-image] Feb 24 02:32:44.715 INFO O| Feb 24 02:32:44.715 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-02-24T02:32:44.700Z[ recovery-image] Feb 24 02:32:44.735 INFO O| Feb 24 02:32:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73222026-02-24T02:32:44.700Z[ recovery-image] Feb 24 02:32:44.735 INFO O| Feb 24 02:32:44.735 INFO STEP 840 (remove_files) COMPLETE
73232026-02-24T02:32:44.700Z[ recovery-image] Feb 24 02:32:44.735 INFO O| Feb 24 02:32:44.735 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-02-24T02:32:44.725Z[ recovery-image] Feb 24 02:32:44.756 INFO O| Feb 24 02:32:44.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73252026-02-24T02:32:44.725Z[ recovery-image] Feb 24 02:32:44.756 INFO O| Feb 24 02:32:44.756 INFO STEP 841 (remove_files) COMPLETE
73262026-02-24T02:32:44.725Z[ recovery-image] Feb 24 02:32:44.756 INFO O| Feb 24 02:32:44.756 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-02-24T02:32:44.749Z[ recovery-image] Feb 24 02:32:44.774 INFO O| Feb 24 02:32:44.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73282026-02-24T02:32:44.749Z[ recovery-image] Feb 24 02:32:44.774 INFO O| Feb 24 02:32:44.774 INFO STEP 842 (remove_files) COMPLETE
73292026-02-24T02:32:44.749Z[ recovery-image] Feb 24 02:32:44.774 INFO O| Feb 24 02:32:44.774 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-02-24T02:32:44.749Z[ recovery-image] Feb 24 02:32:44.790 INFO O| Feb 24 02:32:44.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73312026-02-24T02:32:44.749Z[ recovery-image] Feb 24 02:32:44.791 INFO O| Feb 24 02:32:44.791 INFO STEP 843 (remove_files) COMPLETE
73322026-02-24T02:32:44.749Z[ recovery-image] Feb 24 02:32:44.791 INFO O| Feb 24 02:32:44.791 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-02-24T02:32:44.773Z[ recovery-image] Feb 24 02:32:44.811 INFO O| Feb 24 02:32:44.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73342026-02-24T02:32:44.773Z[ recovery-image] Feb 24 02:32:44.811 INFO O| Feb 24 02:32:44.811 INFO STEP 844 (remove_files) COMPLETE
73352026-02-24T02:32:44.773Z[ recovery-image] Feb 24 02:32:44.811 INFO O| Feb 24 02:32:44.811 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-02-24T02:32:44.797Z[ recovery-image] Feb 24 02:32:44.830 INFO O| Feb 24 02:32:44.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73372026-02-24T02:32:44.797Z[ recovery-image] Feb 24 02:32:44.830 INFO O| Feb 24 02:32:44.830 INFO STEP 845 (remove_files) COMPLETE
73382026-02-24T02:32:44.797Z[ recovery-image] Feb 24 02:32:44.830 INFO O| Feb 24 02:32:44.830 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-02-24T02:32:44.821Z[ recovery-image] Feb 24 02:32:44.847 INFO O| Feb 24 02:32:44.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73402026-02-24T02:32:44.821Z[ recovery-image] Feb 24 02:32:44.847 INFO O| Feb 24 02:32:44.847 INFO STEP 846 (remove_files) COMPLETE
73412026-02-24T02:32:44.821Z[ recovery-image] Feb 24 02:32:44.847 INFO O| Feb 24 02:32:44.847 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-02-24T02:32:44.845Z[ recovery-image] Feb 24 02:32:44.866 INFO O| Feb 24 02:32:44.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73432026-02-24T02:32:44.845Z[ recovery-image] Feb 24 02:32:44.866 INFO O| Feb 24 02:32:44.866 INFO STEP 847 (remove_files) COMPLETE
73442026-02-24T02:32:44.845Z[ recovery-image] Feb 24 02:32:44.866 INFO O| Feb 24 02:32:44.866 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-02-24T02:32:44.845Z[ recovery-image] Feb 24 02:32:44.882 INFO O| Feb 24 02:32:44.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73462026-02-24T02:32:44.845Z[ recovery-image] Feb 24 02:32:44.882 INFO O| Feb 24 02:32:44.882 INFO STEP 848 (remove_files) COMPLETE
73472026-02-24T02:32:44.845Z[ recovery-image] Feb 24 02:32:44.882 INFO O| Feb 24 02:32:44.882 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-02-24T02:32:44.869Z[ recovery-image] Feb 24 02:32:44.897 INFO O| Feb 24 02:32:44.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73492026-02-24T02:32:44.870Z[ recovery-image] Feb 24 02:32:44.897 INFO O| Feb 24 02:32:44.897 INFO STEP 849 (remove_files) COMPLETE
73502026-02-24T02:32:44.870Z[ recovery-image] Feb 24 02:32:44.897 INFO O| Feb 24 02:32:44.897 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-02-24T02:32:44.870Z[ recovery-image] Feb 24 02:32:44.912 INFO O| Feb 24 02:32:44.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73522026-02-24T02:32:44.870Z[ recovery-image] Feb 24 02:32:44.912 INFO O| Feb 24 02:32:44.912 INFO STEP 850 (remove_files) COMPLETE
73532026-02-24T02:32:44.870Z[ recovery-image] Feb 24 02:32:44.912 INFO O| Feb 24 02:32:44.912 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-02-24T02:32:44.894Z[ recovery-image] Feb 24 02:32:44.928 INFO O| Feb 24 02:32:44.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73552026-02-24T02:32:44.894Z[ recovery-image] Feb 24 02:32:44.928 INFO O| Feb 24 02:32:44.928 INFO STEP 851 (remove_files) COMPLETE
73562026-02-24T02:32:44.894Z[ recovery-image] Feb 24 02:32:44.928 INFO O| Feb 24 02:32:44.928 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-02-24T02:32:44.917Z[ recovery-image] Feb 24 02:32:44.945 INFO O| Feb 24 02:32:44.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73582026-02-24T02:32:44.917Z[ recovery-image] Feb 24 02:32:44.946 INFO O| Feb 24 02:32:44.946 INFO STEP 852 (remove_files) COMPLETE
73592026-02-24T02:32:44.917Z[ recovery-image] Feb 24 02:32:44.946 INFO O| Feb 24 02:32:44.946 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-02-24T02:32:44.942Z[ recovery-image] Feb 24 02:32:44.966 INFO O| Feb 24 02:32:44.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73612026-02-24T02:32:44.942Z[ recovery-image] Feb 24 02:32:44.966 INFO O| Feb 24 02:32:44.966 INFO STEP 853 (remove_files) COMPLETE
73622026-02-24T02:32:44.942Z[ recovery-image] Feb 24 02:32:44.966 INFO O| Feb 24 02:32:44.966 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-02-24T02:32:44.942Z[ recovery-image] Feb 24 02:32:44.978 INFO O| Feb 24 02:32:44.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73642026-02-24T02:32:44.942Z[ recovery-image] Feb 24 02:32:44.978 INFO O| Feb 24 02:32:44.978 INFO STEP 854 (remove_files) COMPLETE
73652026-02-24T02:32:44.942Z[ recovery-image] Feb 24 02:32:44.978 INFO O| Feb 24 02:32:44.978 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-02-24T02:32:44.966Z[ recovery-image] Feb 24 02:32:45.001 INFO O| Feb 24 02:32:45.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73672026-02-24T02:32:44.966Z[ recovery-image] Feb 24 02:32:45.001 INFO O| Feb 24 02:32:45.001 INFO STEP 855 (remove_files) COMPLETE
73682026-02-24T02:32:44.966Z[ recovery-image] Feb 24 02:32:45.001 INFO O| Feb 24 02:32:45.001 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-02-24T02:32:44.990Z[ recovery-image] Feb 24 02:32:45.023 INFO O| Feb 24 02:32:45.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73702026-02-24T02:32:44.990Z[ recovery-image] Feb 24 02:32:45.023 INFO O| Feb 24 02:32:45.023 INFO STEP 856 (remove_files) COMPLETE
73712026-02-24T02:32:44.990Z[ recovery-image] Feb 24 02:32:45.023 INFO O| Feb 24 02:32:45.023 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-02-24T02:32:45.014Z[ recovery-image] Feb 24 02:32:45.041 INFO O| Feb 24 02:32:45.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73732026-02-24T02:32:45.014Z[ recovery-image] Feb 24 02:32:45.041 INFO O| Feb 24 02:32:45.041 INFO STEP 857 (remove_files) COMPLETE
73742026-02-24T02:32:45.014Z[ recovery-image] Feb 24 02:32:45.041 INFO O| Feb 24 02:32:45.041 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-02-24T02:32:45.039Z[ recovery-image] Feb 24 02:32:45.059 INFO O| Feb 24 02:32:45.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73762026-02-24T02:32:45.039Z[ recovery-image] Feb 24 02:32:45.060 INFO O| Feb 24 02:32:45.060 INFO STEP 858 (remove_files) COMPLETE
73772026-02-24T02:32:45.039Z[ recovery-image] Feb 24 02:32:45.060 INFO O| Feb 24 02:32:45.060 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-02-24T02:32:45.063Z[ recovery-image] Feb 24 02:32:45.082 INFO O| Feb 24 02:32:45.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73792026-02-24T02:32:45.063Z[ recovery-image] Feb 24 02:32:45.082 INFO O| Feb 24 02:32:45.082 INFO STEP 859 (remove_files) COMPLETE
73802026-02-24T02:32:45.063Z[ recovery-image] Feb 24 02:32:45.082 INFO O| Feb 24 02:32:45.082 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-02-24T02:32:45.063Z[ recovery-image] Feb 24 02:32:45.101 INFO O| Feb 24 02:32:45.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73822026-02-24T02:32:45.063Z[ recovery-image] Feb 24 02:32:45.101 INFO O| Feb 24 02:32:45.101 INFO STEP 860 (remove_files) COMPLETE
73832026-02-24T02:32:45.063Z[ recovery-image] Feb 24 02:32:45.101 INFO O| Feb 24 02:32:45.101 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-02-24T02:32:45.087Z[ recovery-image] Feb 24 02:32:45.123 INFO O| Feb 24 02:32:45.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73852026-02-24T02:32:45.087Z[ recovery-image] Feb 24 02:32:45.123 INFO O| Feb 24 02:32:45.123 INFO STEP 861 (remove_files) COMPLETE
73862026-02-24T02:32:45.087Z[ recovery-image] Feb 24 02:32:45.123 INFO O| Feb 24 02:32:45.123 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-02-24T02:32:45.111Z[ recovery-image] Feb 24 02:32:45.145 INFO O| Feb 24 02:32:45.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73882026-02-24T02:32:45.111Z[ recovery-image] Feb 24 02:32:45.145 INFO O| Feb 24 02:32:45.145 INFO STEP 862 (remove_files) COMPLETE
73892026-02-24T02:32:45.111Z[ recovery-image] Feb 24 02:32:45.145 INFO O| Feb 24 02:32:45.145 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-02-24T02:32:45.138Z[ recovery-image] Feb 24 02:32:45.168 INFO O| Feb 24 02:32:45.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73912026-02-24T02:32:45.138Z[ recovery-image] Feb 24 02:32:45.168 INFO O| Feb 24 02:32:45.168 INFO STEP 863 (remove_files) COMPLETE
73922026-02-24T02:32:45.138Z[ recovery-image] Feb 24 02:32:45.168 INFO O| Feb 24 02:32:45.168 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-02-24T02:32:45.162Z[ recovery-image] Feb 24 02:32:45.183 INFO O| Feb 24 02:32:45.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73942026-02-24T02:32:45.163Z[ recovery-image] Feb 24 02:32:45.183 INFO O| Feb 24 02:32:45.183 INFO STEP 864 (remove_files) COMPLETE
73952026-02-24T02:32:45.163Z[ recovery-image] Feb 24 02:32:45.183 INFO O| Feb 24 02:32:45.183 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-02-24T02:32:45.163Z[ recovery-image] Feb 24 02:32:45.201 INFO O| Feb 24 02:32:45.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73972026-02-24T02:32:45.163Z[ recovery-image] Feb 24 02:32:45.201 INFO O| Feb 24 02:32:45.201 INFO STEP 865 (remove_files) COMPLETE
73982026-02-24T02:32:45.163Z[ recovery-image] Feb 24 02:32:45.201 INFO O| Feb 24 02:32:45.201 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-02-24T02:32:45.187Z[ recovery-image] Feb 24 02:32:45.218 INFO O| Feb 24 02:32:45.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74002026-02-24T02:32:45.187Z[ recovery-image] Feb 24 02:32:45.219 INFO O| Feb 24 02:32:45.218 INFO STEP 866 (remove_files) COMPLETE
74012026-02-24T02:32:45.187Z[ recovery-image] Feb 24 02:32:45.219 INFO O| Feb 24 02:32:45.218 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-02-24T02:32:45.212Z[ recovery-image] Feb 24 02:32:45.233 INFO O| Feb 24 02:32:45.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74032026-02-24T02:32:45.212Z[ recovery-image] Feb 24 02:32:45.233 INFO O| Feb 24 02:32:45.233 INFO STEP 867 (remove_files) COMPLETE
74042026-02-24T02:32:45.212Z[ recovery-image] Feb 24 02:32:45.233 INFO O| Feb 24 02:32:45.233 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-02-24T02:32:45.212Z[ recovery-image] Feb 24 02:32:45.254 INFO O| Feb 24 02:32:45.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74062026-02-24T02:32:45.237Z[ recovery-image] Feb 24 02:32:45.254 INFO O| Feb 24 02:32:45.254 INFO STEP 868 (remove_files) COMPLETE
74072026-02-24T02:32:45.237Z[ recovery-image] Feb 24 02:32:45.254 INFO O| Feb 24 02:32:45.254 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-02-24T02:32:45.237Z[ recovery-image] Feb 24 02:32:45.271 INFO O| Feb 24 02:32:45.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74092026-02-24T02:32:45.237Z[ recovery-image] Feb 24 02:32:45.272 INFO O| Feb 24 02:32:45.271 INFO STEP 869 (remove_files) COMPLETE
74102026-02-24T02:32:45.237Z[ recovery-image] Feb 24 02:32:45.272 INFO O| Feb 24 02:32:45.272 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-02-24T02:32:45.261Z[ recovery-image] Feb 24 02:32:45.289 INFO O| Feb 24 02:32:45.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74122026-02-24T02:32:45.261Z[ recovery-image] Feb 24 02:32:45.290 INFO O| Feb 24 02:32:45.290 INFO STEP 870 (remove_files) COMPLETE
74132026-02-24T02:32:45.261Z[ recovery-image] Feb 24 02:32:45.290 INFO O| Feb 24 02:32:45.290 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-02-24T02:32:45.285Z[ recovery-image] Feb 24 02:32:45.308 INFO O| Feb 24 02:32:45.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74152026-02-24T02:32:45.286Z[ recovery-image] Feb 24 02:32:45.308 INFO O| Feb 24 02:32:45.308 INFO STEP 871 (remove_files) COMPLETE
74162026-02-24T02:32:45.286Z[ recovery-image] Feb 24 02:32:45.308 INFO O| Feb 24 02:32:45.308 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-02-24T02:32:45.286Z[ recovery-image] Feb 24 02:32:45.325 INFO O| Feb 24 02:32:45.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74182026-02-24T02:32:45.286Z[ recovery-image] Feb 24 02:32:45.326 INFO O| Feb 24 02:32:45.326 INFO STEP 872 (remove_files) COMPLETE
74192026-02-24T02:32:45.286Z[ recovery-image] Feb 24 02:32:45.326 INFO O| Feb 24 02:32:45.326 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-02-24T02:32:45.310Z[ recovery-image] Feb 24 02:32:45.348 INFO O| Feb 24 02:32:45.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74212026-02-24T02:32:45.310Z[ recovery-image] Feb 24 02:32:45.348 INFO O| Feb 24 02:32:45.348 INFO STEP 873 (remove_files) COMPLETE
74222026-02-24T02:32:45.310Z[ recovery-image] Feb 24 02:32:45.348 INFO O| Feb 24 02:32:45.348 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-02-24T02:32:45.334Z[ recovery-image] Feb 24 02:32:45.369 INFO O| Feb 24 02:32:45.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74242026-02-24T02:32:45.334Z[ recovery-image] Feb 24 02:32:45.369 INFO O| Feb 24 02:32:45.369 INFO STEP 874 (remove_files) COMPLETE
74252026-02-24T02:32:45.334Z[ recovery-image] Feb 24 02:32:45.369 INFO O| Feb 24 02:32:45.369 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-02-24T02:32:45.358Z[ recovery-image] Feb 24 02:32:45.387 INFO O| Feb 24 02:32:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74272026-02-24T02:32:45.358Z[ recovery-image] Feb 24 02:32:45.387 INFO O| Feb 24 02:32:45.387 INFO STEP 875 (remove_files) COMPLETE
74282026-02-24T02:32:45.358Z[ recovery-image] Feb 24 02:32:45.387 INFO O| Feb 24 02:32:45.387 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-02-24T02:32:45.382Z[ recovery-image] Feb 24 02:32:45.408 INFO O| Feb 24 02:32:45.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74302026-02-24T02:32:45.382Z[ recovery-image] Feb 24 02:32:45.408 INFO O| Feb 24 02:32:45.408 INFO STEP 876 (remove_files) COMPLETE
74312026-02-24T02:32:45.382Z[ recovery-image] Feb 24 02:32:45.408 INFO O| Feb 24 02:32:45.408 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-02-24T02:32:45.406Z[ recovery-image] Feb 24 02:32:45.427 INFO O| Feb 24 02:32:45.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74332026-02-24T02:32:45.406Z[ recovery-image] Feb 24 02:32:45.427 INFO O| Feb 24 02:32:45.427 INFO STEP 877 (remove_files) COMPLETE
74342026-02-24T02:32:45.406Z[ recovery-image] Feb 24 02:32:45.427 INFO O| Feb 24 02:32:45.427 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-02-24T02:32:45.406Z[ recovery-image] Feb 24 02:32:45.446 INFO O| Feb 24 02:32:45.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74362026-02-24T02:32:45.406Z[ recovery-image] Feb 24 02:32:45.446 INFO O| Feb 24 02:32:45.446 INFO STEP 878 (remove_files) COMPLETE
74372026-02-24T02:32:45.406Z[ recovery-image] Feb 24 02:32:45.446 INFO O| Feb 24 02:32:45.446 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-02-24T02:32:45.435Z[ recovery-image] Feb 24 02:32:45.463 INFO O| Feb 24 02:32:45.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74392026-02-24T02:32:45.435Z[ recovery-image] Feb 24 02:32:45.464 INFO O| Feb 24 02:32:45.463 INFO STEP 879 (remove_files) COMPLETE
74402026-02-24T02:32:45.435Z[ recovery-image] Feb 24 02:32:45.464 INFO O| Feb 24 02:32:45.463 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-02-24T02:32:45.459Z[ recovery-image] Feb 24 02:32:45.483 INFO O| Feb 24 02:32:45.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74422026-02-24T02:32:45.459Z[ recovery-image] Feb 24 02:32:45.483 INFO O| Feb 24 02:32:45.483 INFO STEP 880 (remove_files) COMPLETE
74432026-02-24T02:32:45.459Z[ recovery-image] Feb 24 02:32:45.483 INFO O| Feb 24 02:32:45.483 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-02-24T02:32:45.459Z[ recovery-image] Feb 24 02:32:45.500 INFO O| Feb 24 02:32:45.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74452026-02-24T02:32:45.459Z[ recovery-image] Feb 24 02:32:45.500 INFO O| Feb 24 02:32:45.500 INFO STEP 881 (remove_files) COMPLETE
74462026-02-24T02:32:45.459Z[ recovery-image] Feb 24 02:32:45.500 INFO O| Feb 24 02:32:45.500 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-02-24T02:32:45.485Z[ recovery-image] Feb 24 02:32:45.515 INFO O| Feb 24 02:32:45.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74482026-02-24T02:32:45.485Z[ recovery-image] Feb 24 02:32:45.516 INFO O| Feb 24 02:32:45.515 INFO STEP 882 (remove_files) COMPLETE
74492026-02-24T02:32:45.485Z[ recovery-image] Feb 24 02:32:45.516 INFO O| Feb 24 02:32:45.516 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-02-24T02:32:45.510Z[ recovery-image] Feb 24 02:32:45.533 INFO O| Feb 24 02:32:45.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74512026-02-24T02:32:45.510Z[ recovery-image] Feb 24 02:32:45.533 INFO O| Feb 24 02:32:45.533 INFO STEP 883 (remove_files) COMPLETE
74522026-02-24T02:32:45.510Z[ recovery-image] Feb 24 02:32:45.533 INFO O| Feb 24 02:32:45.533 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-02-24T02:32:45.510Z[ recovery-image] Feb 24 02:32:45.550 INFO O| Feb 24 02:32:45.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74542026-02-24T02:32:45.510Z[ recovery-image] Feb 24 02:32:45.550 INFO O| Feb 24 02:32:45.550 INFO STEP 884 (remove_files) COMPLETE
74552026-02-24T02:32:45.510Z[ recovery-image] Feb 24 02:32:45.550 INFO O| Feb 24 02:32:45.550 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-02-24T02:32:45.535Z[ recovery-image] Feb 24 02:32:45.568 INFO O| Feb 24 02:32:45.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74572026-02-24T02:32:45.535Z[ recovery-image] Feb 24 02:32:45.568 INFO O| Feb 24 02:32:45.568 INFO STEP 885 (remove_files) COMPLETE
74582026-02-24T02:32:45.535Z[ recovery-image] Feb 24 02:32:45.568 INFO O| Feb 24 02:32:45.568 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-02-24T02:32:45.559Z[ recovery-image] Feb 24 02:32:45.584 INFO O| Feb 24 02:32:45.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74602026-02-24T02:32:45.559Z[ recovery-image] Feb 24 02:32:45.584 INFO O| Feb 24 02:32:45.584 INFO STEP 886 (remove_files) COMPLETE
74612026-02-24T02:32:45.559Z[ recovery-image] Feb 24 02:32:45.584 INFO O| Feb 24 02:32:45.584 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-02-24T02:32:45.559Z[ recovery-image] Feb 24 02:32:45.601 INFO O| Feb 24 02:32:45.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74632026-02-24T02:32:45.559Z[ recovery-image] Feb 24 02:32:45.601 INFO O| Feb 24 02:32:45.601 INFO STEP 887 (remove_files) COMPLETE
74642026-02-24T02:32:45.559Z[ recovery-image] Feb 24 02:32:45.601 INFO O| Feb 24 02:32:45.601 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-02-24T02:32:45.584Z[ recovery-image] Feb 24 02:32:45.620 INFO O| Feb 24 02:32:45.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74662026-02-24T02:32:45.584Z[ recovery-image] Feb 24 02:32:45.620 INFO O| Feb 24 02:32:45.620 INFO STEP 888 (remove_files) COMPLETE
74672026-02-24T02:32:45.584Z[ recovery-image] Feb 24 02:32:45.620 INFO O| Feb 24 02:32:45.620 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-02-24T02:32:45.616Z[ recovery-image] Feb 24 02:32:45.642 INFO O| Feb 24 02:32:45.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74692026-02-24T02:32:45.616Z[ recovery-image] Feb 24 02:32:45.642 INFO O| Feb 24 02:32:45.642 INFO STEP 889 (remove_files) COMPLETE
74702026-02-24T02:32:45.616Z[ recovery-image] Feb 24 02:32:45.642 INFO O| Feb 24 02:32:45.642 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-02-24T02:32:45.640Z[ recovery-image] Feb 24 02:32:45.655 INFO O| Feb 24 02:32:45.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74722026-02-24T02:32:45.640Z[ recovery-image] Feb 24 02:32:45.656 INFO O| Feb 24 02:32:45.655 INFO STEP 890 (remove_files) COMPLETE
74732026-02-24T02:32:45.641Z[ recovery-image] Feb 24 02:32:45.656 INFO O| Feb 24 02:32:45.655 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-02-24T02:32:45.641Z[ recovery-image] Feb 24 02:32:45.667 INFO O| Feb 24 02:32:45.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74752026-02-24T02:32:45.641Z[ recovery-image] Feb 24 02:32:45.667 INFO O| Feb 24 02:32:45.667 INFO STEP 891 (remove_files) COMPLETE
74762026-02-24T02:32:45.641Z[ recovery-image] Feb 24 02:32:45.667 INFO O| Feb 24 02:32:45.667 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-02-24T02:32:45.641Z[ recovery-image] Feb 24 02:32:45.679 INFO O| Feb 24 02:32:45.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74782026-02-24T02:32:45.641Z[ recovery-image] Feb 24 02:32:45.679 INFO O| Feb 24 02:32:45.679 INFO STEP 892 (remove_files) COMPLETE
74792026-02-24T02:32:45.641Z[ recovery-image] Feb 24 02:32:45.679 INFO O| Feb 24 02:32:45.679 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-02-24T02:32:45.665Z[ recovery-image] Feb 24 02:32:45.692 INFO O| Feb 24 02:32:45.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74812026-02-24T02:32:45.665Z[ recovery-image] Feb 24 02:32:45.692 INFO O| Feb 24 02:32:45.692 INFO STEP 893 (remove_files) COMPLETE
74822026-02-24T02:32:45.665Z[ recovery-image] Feb 24 02:32:45.692 INFO O| Feb 24 02:32:45.692 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-02-24T02:32:45.690Z[ recovery-image] Feb 24 02:32:45.710 INFO O| Feb 24 02:32:45.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74842026-02-24T02:32:45.691Z[ recovery-image] Feb 24 02:32:45.710 INFO O| Feb 24 02:32:45.710 INFO STEP 894 (remove_files) COMPLETE
74852026-02-24T02:32:45.691Z[ recovery-image] Feb 24 02:32:45.710 INFO O| Feb 24 02:32:45.710 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-02-24T02:32:45.691Z[ recovery-image] Feb 24 02:32:45.726 INFO O| Feb 24 02:32:45.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74872026-02-24T02:32:45.691Z[ recovery-image] Feb 24 02:32:45.726 INFO O| Feb 24 02:32:45.726 INFO STEP 895 (remove_files) COMPLETE
74882026-02-24T02:32:45.691Z[ recovery-image] Feb 24 02:32:45.726 INFO O| Feb 24 02:32:45.726 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-02-24T02:32:45.716Z[ recovery-image] Feb 24 02:32:45.739 INFO O| Feb 24 02:32:45.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74902026-02-24T02:32:45.716Z[ recovery-image] Feb 24 02:32:45.739 INFO O| Feb 24 02:32:45.739 INFO STEP 896 (remove_files) COMPLETE
74912026-02-24T02:32:45.716Z[ recovery-image] Feb 24 02:32:45.739 INFO O| Feb 24 02:32:45.739 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-02-24T02:32:45.716Z[ recovery-image] Feb 24 02:32:45.752 INFO O| Feb 24 02:32:45.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74932026-02-24T02:32:45.716Z[ recovery-image] Feb 24 02:32:45.752 INFO O| Feb 24 02:32:45.752 INFO STEP 897 (remove_files) COMPLETE
74942026-02-24T02:32:45.716Z[ recovery-image] Feb 24 02:32:45.752 INFO O| Feb 24 02:32:45.752 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-02-24T02:32:45.740Z[ recovery-image] Feb 24 02:32:45.767 INFO O| Feb 24 02:32:45.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74962026-02-24T02:32:45.740Z[ recovery-image] Feb 24 02:32:45.767 INFO O| Feb 24 02:32:45.767 INFO STEP 898 (remove_files) COMPLETE
74972026-02-24T02:32:45.740Z[ recovery-image] Feb 24 02:32:45.767 INFO O| Feb 24 02:32:45.767 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-02-24T02:32:45.764Z[ recovery-image] Feb 24 02:32:45.784 INFO O| Feb 24 02:32:45.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74992026-02-24T02:32:45.765Z[ recovery-image] Feb 24 02:32:45.785 INFO O| Feb 24 02:32:45.785 INFO STEP 899 (remove_files) COMPLETE
75002026-02-24T02:32:45.765Z[ recovery-image] Feb 24 02:32:45.785 INFO O| Feb 24 02:32:45.785 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-02-24T02:32:45.765Z[ recovery-image] Feb 24 02:32:45.799 INFO O| Feb 24 02:32:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75022026-02-24T02:32:45.765Z[ recovery-image] Feb 24 02:32:45.799 INFO O| Feb 24 02:32:45.799 INFO STEP 900 (remove_files) COMPLETE
75032026-02-24T02:32:45.765Z[ recovery-image] Feb 24 02:32:45.799 INFO O| Feb 24 02:32:45.799 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-02-24T02:32:45.789Z[ recovery-image] Feb 24 02:32:45.818 INFO O| Feb 24 02:32:45.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75052026-02-24T02:32:45.789Z[ recovery-image] Feb 24 02:32:45.819 INFO O| Feb 24 02:32:45.819 INFO STEP 901 (remove_files) COMPLETE
75062026-02-24T02:32:45.789Z[ recovery-image] Feb 24 02:32:45.819 INFO O| Feb 24 02:32:45.819 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-02-24T02:32:45.813Z[ recovery-image] Feb 24 02:32:45.835 INFO O| Feb 24 02:32:45.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75082026-02-24T02:32:45.813Z[ recovery-image] Feb 24 02:32:45.835 INFO O| Feb 24 02:32:45.835 INFO STEP 902 (remove_files) COMPLETE
75092026-02-24T02:32:45.813Z[ recovery-image] Feb 24 02:32:45.835 INFO O| Feb 24 02:32:45.835 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-02-24T02:32:45.813Z[ recovery-image] Feb 24 02:32:45.852 INFO O| Feb 24 02:32:45.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75112026-02-24T02:32:45.813Z[ recovery-image] Feb 24 02:32:45.852 INFO O| Feb 24 02:32:45.852 INFO STEP 903 (remove_files) COMPLETE
75122026-02-24T02:32:45.813Z[ recovery-image] Feb 24 02:32:45.852 INFO O| Feb 24 02:32:45.852 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-02-24T02:32:45.841Z[ recovery-image] Feb 24 02:32:45.865 INFO O| Feb 24 02:32:45.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75142026-02-24T02:32:45.841Z[ recovery-image] Feb 24 02:32:45.865 INFO O| Feb 24 02:32:45.865 INFO STEP 904 (remove_files) COMPLETE
75152026-02-24T02:32:45.842Z[ recovery-image] Feb 24 02:32:45.865 INFO O| Feb 24 02:32:45.865 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-02-24T02:32:45.842Z[ recovery-image] Feb 24 02:32:45.877 INFO O| Feb 24 02:32:45.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75172026-02-24T02:32:45.842Z[ recovery-image] Feb 24 02:32:45.877 INFO O| Feb 24 02:32:45.877 INFO STEP 905 (remove_files) COMPLETE
75182026-02-24T02:32:45.842Z[ recovery-image] Feb 24 02:32:45.877 INFO O| Feb 24 02:32:45.877 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-02-24T02:32:45.865Z[ recovery-image] Feb 24 02:32:45.891 INFO O| Feb 24 02:32:45.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75202026-02-24T02:32:45.866Z[ recovery-image] Feb 24 02:32:45.891 INFO O| Feb 24 02:32:45.891 INFO STEP 906 (remove_files) COMPLETE
75212026-02-24T02:32:45.866Z[ recovery-image] Feb 24 02:32:45.891 INFO O| Feb 24 02:32:45.891 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-02-24T02:32:45.866Z[ recovery-image] Feb 24 02:32:45.903 INFO O| Feb 24 02:32:45.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75232026-02-24T02:32:45.866Z[ recovery-image] Feb 24 02:32:45.903 INFO O| Feb 24 02:32:45.903 INFO STEP 907 (remove_files) COMPLETE
75242026-02-24T02:32:45.866Z[ recovery-image] Feb 24 02:32:45.903 INFO O| Feb 24 02:32:45.903 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-02-24T02:32:45.890Z[ recovery-image] Feb 24 02:32:45.915 INFO O| Feb 24 02:32:45.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75262026-02-24T02:32:45.890Z[ recovery-image] Feb 24 02:32:45.915 INFO O| Feb 24 02:32:45.915 INFO STEP 908 (remove_files) COMPLETE
75272026-02-24T02:32:45.890Z[ recovery-image] Feb 24 02:32:45.916 INFO O| Feb 24 02:32:45.915 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-02-24T02:32:45.890Z[ recovery-image] Feb 24 02:32:45.931 INFO O| Feb 24 02:32:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75292026-02-24T02:32:45.890Z[ recovery-image] Feb 24 02:32:45.931 INFO O| Feb 24 02:32:45.931 INFO STEP 909 (remove_files) COMPLETE
75302026-02-24T02:32:45.890Z[ recovery-image] Feb 24 02:32:45.931 INFO O| Feb 24 02:32:45.931 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-02-24T02:32:45.914Z[ recovery-image] Feb 24 02:32:45.945 INFO O| Feb 24 02:32:45.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75322026-02-24T02:32:45.914Z[ recovery-image] Feb 24 02:32:45.945 INFO O| Feb 24 02:32:45.945 INFO STEP 910 (remove_files) COMPLETE
75332026-02-24T02:32:45.914Z[ recovery-image] Feb 24 02:32:45.945 INFO O| Feb 24 02:32:45.945 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-02-24T02:32:45.940Z[ recovery-image] Feb 24 02:32:45.958 INFO O| Feb 24 02:32:45.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75352026-02-24T02:32:45.940Z[ recovery-image] Feb 24 02:32:45.958 INFO O| Feb 24 02:32:45.958 INFO STEP 911 (remove_files) COMPLETE
75362026-02-24T02:32:45.941Z[ recovery-image] Feb 24 02:32:45.958 INFO O| Feb 24 02:32:45.958 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-02-24T02:32:45.941Z[ recovery-image] Feb 24 02:32:45.973 INFO O| Feb 24 02:32:45.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75382026-02-24T02:32:45.941Z[ recovery-image] Feb 24 02:32:45.973 INFO O| Feb 24 02:32:45.973 INFO STEP 912 (remove_files) COMPLETE
75392026-02-24T02:32:45.941Z[ recovery-image] Feb 24 02:32:45.973 INFO O| Feb 24 02:32:45.973 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-02-24T02:32:45.967Z[ recovery-image] Feb 24 02:32:45.985 INFO O| Feb 24 02:32:45.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75412026-02-24T02:32:45.967Z[ recovery-image] Feb 24 02:32:45.985 INFO O| Feb 24 02:32:45.985 INFO STEP 913 (remove_files) COMPLETE
75422026-02-24T02:32:45.967Z[ recovery-image] Feb 24 02:32:45.985 INFO O| Feb 24 02:32:45.985 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-02-24T02:32:45.967Z[ recovery-image] Feb 24 02:32:45.997 INFO O| Feb 24 02:32:45.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75442026-02-24T02:32:45.967Z[ recovery-image] Feb 24 02:32:45.997 INFO O| Feb 24 02:32:45.997 INFO STEP 914 (remove_files) COMPLETE
75452026-02-24T02:32:45.967Z[ recovery-image] Feb 24 02:32:45.997 INFO O| Feb 24 02:32:45.997 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-02-24T02:32:45.993Z[ recovery-image] Feb 24 02:32:46.009 INFO O| Feb 24 02:32:46.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75472026-02-24T02:32:45.994Z[ recovery-image] Feb 24 02:32:46.010 INFO O| Feb 24 02:32:46.009 INFO STEP 915 (remove_files) COMPLETE
75482026-02-24T02:32:45.994Z[ recovery-image] Feb 24 02:32:46.010 INFO O| Feb 24 02:32:46.010 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-02-24T02:32:45.994Z[ recovery-image] Feb 24 02:32:46.022 INFO O| Feb 24 02:32:46.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75502026-02-24T02:32:45.994Z[ recovery-image] Feb 24 02:32:46.022 INFO O| Feb 24 02:32:46.022 INFO STEP 916 (remove_files) COMPLETE
75512026-02-24T02:32:45.994Z[ recovery-image] Feb 24 02:32:46.022 INFO O| Feb 24 02:32:46.022 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-02-24T02:32:46.019Z[ recovery-image] Feb 24 02:32:46.039 INFO O| Feb 24 02:32:46.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75532026-02-24T02:32:46.019Z[ recovery-image] Feb 24 02:32:46.039 INFO O| Feb 24 02:32:46.039 INFO STEP 917 (remove_files) COMPLETE
75542026-02-24T02:32:46.019Z[ recovery-image] Feb 24 02:32:46.039 INFO O| Feb 24 02:32:46.039 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-02-24T02:32:46.019Z[ recovery-image] Feb 24 02:32:46.055 INFO O| Feb 24 02:32:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75562026-02-24T02:32:46.019Z[ recovery-image] Feb 24 02:32:46.056 INFO O| Feb 24 02:32:46.055 INFO STEP 918 (remove_files) COMPLETE
75572026-02-24T02:32:46.019Z[ recovery-image] Feb 24 02:32:46.056 INFO O| Feb 24 02:32:46.055 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-02-24T02:32:46.046Z[ recovery-image] Feb 24 02:32:46.076 INFO O| Feb 24 02:32:46.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75592026-02-24T02:32:46.046Z[ recovery-image] Feb 24 02:32:46.076 INFO O| Feb 24 02:32:46.076 INFO STEP 919 (remove_files) COMPLETE
75602026-02-24T02:32:46.046Z[ recovery-image] Feb 24 02:32:46.076 INFO O| Feb 24 02:32:46.076 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-02-24T02:32:46.072Z[ recovery-image] Feb 24 02:32:46.092 INFO O| Feb 24 02:32:46.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75622026-02-24T02:32:46.072Z[ recovery-image] Feb 24 02:32:46.092 INFO O| Feb 24 02:32:46.092 INFO STEP 920 (remove_files) COMPLETE
75632026-02-24T02:32:46.072Z[ recovery-image] Feb 24 02:32:46.092 INFO O| Feb 24 02:32:46.092 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-02-24T02:32:46.072Z[ recovery-image] Feb 24 02:32:46.109 INFO O| Feb 24 02:32:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75652026-02-24T02:32:46.072Z[ recovery-image] Feb 24 02:32:46.109 INFO O| Feb 24 02:32:46.109 INFO STEP 921 (remove_files) COMPLETE
75662026-02-24T02:32:46.072Z[ recovery-image] Feb 24 02:32:46.109 INFO O| Feb 24 02:32:46.109 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-02-24T02:32:46.098Z[ recovery-image] Feb 24 02:32:46.120 INFO O| Feb 24 02:32:46.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75682026-02-24T02:32:46.098Z[ recovery-image] Feb 24 02:32:46.120 INFO O| Feb 24 02:32:46.120 INFO STEP 922 (remove_files) COMPLETE
75692026-02-24T02:32:46.098Z[ recovery-image] Feb 24 02:32:46.120 INFO O| Feb 24 02:32:46.120 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-02-24T02:32:46.098Z[ recovery-image] Feb 24 02:32:46.132 INFO O| Feb 24 02:32:46.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75712026-02-24T02:32:46.099Z[ recovery-image] Feb 24 02:32:46.132 INFO O| Feb 24 02:32:46.132 INFO STEP 923 (remove_files) COMPLETE
75722026-02-24T02:32:46.099Z[ recovery-image] Feb 24 02:32:46.132 INFO O| Feb 24 02:32:46.132 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-02-24T02:32:46.126Z[ recovery-image] Feb 24 02:32:46.144 INFO O| Feb 24 02:32:46.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75742026-02-24T02:32:46.126Z[ recovery-image] Feb 24 02:32:46.145 INFO O| Feb 24 02:32:46.145 INFO STEP 924 (remove_files) COMPLETE
75752026-02-24T02:32:46.126Z[ recovery-image] Feb 24 02:32:46.145 INFO O| Feb 24 02:32:46.145 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-02-24T02:32:46.126Z[ recovery-image] Feb 24 02:32:46.163 INFO O| Feb 24 02:32:46.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75772026-02-24T02:32:46.126Z[ recovery-image] Feb 24 02:32:46.163 INFO O| Feb 24 02:32:46.163 INFO STEP 925 (remove_files) COMPLETE
75782026-02-24T02:32:46.126Z[ recovery-image] Feb 24 02:32:46.163 INFO O| Feb 24 02:32:46.163 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-02-24T02:32:46.153Z[ recovery-image] Feb 24 02:32:46.179 INFO O| Feb 24 02:32:46.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75802026-02-24T02:32:46.153Z[ recovery-image] Feb 24 02:32:46.179 INFO O| Feb 24 02:32:46.179 INFO STEP 926 (remove_files) COMPLETE
75812026-02-24T02:32:46.153Z[ recovery-image] Feb 24 02:32:46.179 INFO O| Feb 24 02:32:46.179 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-02-24T02:32:46.178Z[ recovery-image] Feb 24 02:32:46.195 INFO O| Feb 24 02:32:46.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75832026-02-24T02:32:46.178Z[ recovery-image] Feb 24 02:32:46.195 INFO O| Feb 24 02:32:46.195 INFO STEP 927 (remove_files) COMPLETE
75842026-02-24T02:32:46.178Z[ recovery-image] Feb 24 02:32:46.195 INFO O| Feb 24 02:32:46.195 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-02-24T02:32:46.178Z[ recovery-image] Feb 24 02:32:46.214 INFO O| Feb 24 02:32:46.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75862026-02-24T02:32:46.178Z[ recovery-image] Feb 24 02:32:46.214 INFO O| Feb 24 02:32:46.214 INFO STEP 928 (remove_files) COMPLETE
75872026-02-24T02:32:46.178Z[ recovery-image] Feb 24 02:32:46.214 INFO O| Feb 24 02:32:46.214 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-02-24T02:32:46.203Z[ recovery-image] Feb 24 02:32:46.228 INFO O| Feb 24 02:32:46.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75892026-02-24T02:32:46.203Z[ recovery-image] Feb 24 02:32:46.228 INFO O| Feb 24 02:32:46.228 INFO STEP 929 (remove_files) COMPLETE
75902026-02-24T02:32:46.204Z[ recovery-image] Feb 24 02:32:46.228 INFO O| Feb 24 02:32:46.228 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-02-24T02:32:46.229Z[ recovery-image] Feb 24 02:32:46.247 INFO O| Feb 24 02:32:46.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75922026-02-24T02:32:46.229Z[ recovery-image] Feb 24 02:32:46.247 INFO O| Feb 24 02:32:46.247 INFO STEP 930 (remove_files) COMPLETE
75932026-02-24T02:32:46.229Z[ recovery-image] Feb 24 02:32:46.247 INFO O| Feb 24 02:32:46.247 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-02-24T02:32:46.229Z[ recovery-image] Feb 24 02:32:46.263 INFO O| Feb 24 02:32:46.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75952026-02-24T02:32:46.229Z[ recovery-image] Feb 24 02:32:46.263 INFO O| Feb 24 02:32:46.263 INFO STEP 931 (remove_files) COMPLETE
75962026-02-24T02:32:46.229Z[ recovery-image] Feb 24 02:32:46.263 INFO O| Feb 24 02:32:46.263 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-02-24T02:32:46.254Z[ recovery-image] Feb 24 02:32:46.276 INFO O| Feb 24 02:32:46.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75982026-02-24T02:32:46.254Z[ recovery-image] Feb 24 02:32:46.276 INFO O| Feb 24 02:32:46.276 INFO STEP 932 (remove_files) COMPLETE
75992026-02-24T02:32:46.254Z[ recovery-image] Feb 24 02:32:46.276 INFO O| Feb 24 02:32:46.276 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-02-24T02:32:46.255Z[ recovery-image] Feb 24 02:32:46.293 INFO O| Feb 24 02:32:46.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76012026-02-24T02:32:46.255Z[ recovery-image] Feb 24 02:32:46.293 INFO O| Feb 24 02:32:46.293 INFO STEP 933 (remove_files) COMPLETE
76022026-02-24T02:32:46.255Z[ recovery-image] Feb 24 02:32:46.293 INFO O| Feb 24 02:32:46.293 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-02-24T02:32:46.283Z[ recovery-image] Feb 24 02:32:46.316 INFO O| Feb 24 02:32:46.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76042026-02-24T02:32:46.283Z[ recovery-image] Feb 24 02:32:46.316 INFO O| Feb 24 02:32:46.316 INFO STEP 934 (remove_files) COMPLETE
76052026-02-24T02:32:46.283Z[ recovery-image] Feb 24 02:32:46.316 INFO O| Feb 24 02:32:46.316 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-02-24T02:32:46.312Z[ recovery-image] Feb 24 02:32:46.334 INFO O| Feb 24 02:32:46.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76072026-02-24T02:32:46.312Z[ recovery-image] Feb 24 02:32:46.334 INFO O| Feb 24 02:32:46.334 INFO STEP 935 (remove_files) COMPLETE
76082026-02-24T02:32:46.312Z[ recovery-image] Feb 24 02:32:46.334 INFO O| Feb 24 02:32:46.334 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-02-24T02:32:46.312Z[ recovery-image] Feb 24 02:32:46.352 INFO O| Feb 24 02:32:46.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76102026-02-24T02:32:46.312Z[ recovery-image] Feb 24 02:32:46.353 INFO O| Feb 24 02:32:46.353 INFO STEP 936 (remove_files) COMPLETE
76112026-02-24T02:32:46.312Z[ recovery-image] Feb 24 02:32:46.353 INFO O| Feb 24 02:32:46.353 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-02-24T02:32:46.336Z[ recovery-image] Feb 24 02:32:46.373 INFO O| Feb 24 02:32:46.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76132026-02-24T02:32:46.336Z[ recovery-image] Feb 24 02:32:46.373 INFO O| Feb 24 02:32:46.373 INFO STEP 937 (remove_files) COMPLETE
76142026-02-24T02:32:46.336Z[ recovery-image] Feb 24 02:32:46.373 INFO O| Feb 24 02:32:46.373 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-02-24T02:32:46.359Z[ recovery-image] Feb 24 02:32:46.388 INFO O| Feb 24 02:32:46.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76162026-02-24T02:32:46.360Z[ recovery-image] Feb 24 02:32:46.389 INFO O| Feb 24 02:32:46.389 INFO STEP 938 (remove_files) COMPLETE
76172026-02-24T02:32:46.360Z[ recovery-image] Feb 24 02:32:46.389 INFO O| Feb 24 02:32:46.389 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-02-24T02:32:46.384Z[ recovery-image] Feb 24 02:32:46.403 INFO O| Feb 24 02:32:46.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76192026-02-24T02:32:46.384Z[ recovery-image] Feb 24 02:32:46.404 INFO O| Feb 24 02:32:46.403 INFO STEP 939 (remove_files) COMPLETE
76202026-02-24T02:32:46.384Z[ recovery-image] Feb 24 02:32:46.404 INFO O| Feb 24 02:32:46.403 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-02-24T02:32:46.384Z[ recovery-image] Feb 24 02:32:46.425 INFO O| Feb 24 02:32:46.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76222026-02-24T02:32:46.384Z[ recovery-image] Feb 24 02:32:46.426 INFO O| Feb 24 02:32:46.425 INFO STEP 940 (remove_files) COMPLETE
76232026-02-24T02:32:46.384Z[ recovery-image] Feb 24 02:32:46.426 INFO O| Feb 24 02:32:46.426 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-02-24T02:32:46.411Z[ recovery-image] Feb 24 02:32:46.441 INFO O| Feb 24 02:32:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76252026-02-24T02:32:46.411Z[ recovery-image] Feb 24 02:32:46.442 INFO O| Feb 24 02:32:46.441 INFO STEP 941 (remove_files) COMPLETE
76262026-02-24T02:32:46.411Z[ recovery-image] Feb 24 02:32:46.442 INFO O| Feb 24 02:32:46.442 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-02-24T02:32:46.437Z[ recovery-image] Feb 24 02:32:46.457 INFO O| Feb 24 02:32:46.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76282026-02-24T02:32:46.437Z[ recovery-image] Feb 24 02:32:46.457 INFO O| Feb 24 02:32:46.457 INFO STEP 942 (remove_files) COMPLETE
76292026-02-24T02:32:46.437Z[ recovery-image] Feb 24 02:32:46.457 INFO O| Feb 24 02:32:46.457 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-02-24T02:32:46.437Z[ recovery-image] Feb 24 02:32:46.471 INFO O| Feb 24 02:32:46.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76312026-02-24T02:32:46.437Z[ recovery-image] Feb 24 02:32:46.472 INFO O| Feb 24 02:32:46.471 INFO STEP 943 (remove_files) COMPLETE
76322026-02-24T02:32:46.437Z[ recovery-image] Feb 24 02:32:46.472 INFO O| Feb 24 02:32:46.472 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-02-24T02:32:46.464Z[ recovery-image] Feb 24 02:32:46.490 INFO O| Feb 24 02:32:46.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76342026-02-24T02:32:46.464Z[ recovery-image] Feb 24 02:32:46.490 INFO O| Feb 24 02:32:46.490 INFO STEP 944 (remove_files) COMPLETE
76352026-02-24T02:32:46.464Z[ recovery-image] Feb 24 02:32:46.490 INFO O| Feb 24 02:32:46.490 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-02-24T02:32:46.491Z[ recovery-image] Feb 24 02:32:46.506 INFO O| Feb 24 02:32:46.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76372026-02-24T02:32:46.491Z[ recovery-image] Feb 24 02:32:46.506 INFO O| Feb 24 02:32:46.506 INFO STEP 945 (remove_files) COMPLETE
76382026-02-24T02:32:46.491Z[ recovery-image] Feb 24 02:32:46.506 INFO O| Feb 24 02:32:46.506 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-02-24T02:32:46.492Z[ recovery-image] Feb 24 02:32:46.521 INFO O| Feb 24 02:32:46.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76402026-02-24T02:32:46.492Z[ recovery-image] Feb 24 02:32:46.521 INFO O| Feb 24 02:32:46.521 INFO STEP 946 (remove_files) COMPLETE
76412026-02-24T02:32:46.492Z[ recovery-image] Feb 24 02:32:46.521 INFO O| Feb 24 02:32:46.521 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-02-24T02:32:46.516Z[ recovery-image] Feb 24 02:32:46.535 INFO O| Feb 24 02:32:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76432026-02-24T02:32:46.516Z[ recovery-image] Feb 24 02:32:46.535 INFO O| Feb 24 02:32:46.535 INFO STEP 947 (remove_files) COMPLETE
76442026-02-24T02:32:46.516Z[ recovery-image] Feb 24 02:32:46.535 INFO O| Feb 24 02:32:46.535 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-02-24T02:32:46.517Z[ recovery-image] Feb 24 02:32:46.549 INFO O| Feb 24 02:32:46.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76462026-02-24T02:32:46.517Z[ recovery-image] Feb 24 02:32:46.550 INFO O| Feb 24 02:32:46.550 INFO STEP 948 (remove_files) COMPLETE
76472026-02-24T02:32:46.517Z[ recovery-image] Feb 24 02:32:46.550 INFO O| Feb 24 02:32:46.550 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-02-24T02:32:46.541Z[ recovery-image] Feb 24 02:32:46.563 INFO O| Feb 24 02:32:46.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76492026-02-24T02:32:46.541Z[ recovery-image] Feb 24 02:32:46.563 INFO O| Feb 24 02:32:46.563 INFO STEP 949 (remove_files) COMPLETE
76502026-02-24T02:32:46.541Z[ recovery-image] Feb 24 02:32:46.563 INFO O| Feb 24 02:32:46.563 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-02-24T02:32:46.541Z[ recovery-image] Feb 24 02:32:46.576 INFO O| Feb 24 02:32:46.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76522026-02-24T02:32:46.541Z[ recovery-image] Feb 24 02:32:46.576 INFO O| Feb 24 02:32:46.576 INFO STEP 950 (remove_files) COMPLETE
76532026-02-24T02:32:46.541Z[ recovery-image] Feb 24 02:32:46.576 INFO O| Feb 24 02:32:46.576 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-02-24T02:32:46.565Z[ recovery-image] Feb 24 02:32:46.589 INFO O| Feb 24 02:32:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76552026-02-24T02:32:46.565Z[ recovery-image] Feb 24 02:32:46.589 INFO O| Feb 24 02:32:46.589 INFO STEP 951 (remove_files) COMPLETE
76562026-02-24T02:32:46.565Z[ recovery-image] Feb 24 02:32:46.590 INFO O| Feb 24 02:32:46.589 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-02-24T02:32:46.565Z[ recovery-image] Feb 24 02:32:46.603 INFO O| Feb 24 02:32:46.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76582026-02-24T02:32:46.565Z[ recovery-image] Feb 24 02:32:46.603 INFO O| Feb 24 02:32:46.603 INFO STEP 952 (remove_files) COMPLETE
76592026-02-24T02:32:46.565Z[ recovery-image] Feb 24 02:32:46.603 INFO O| Feb 24 02:32:46.603 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-02-24T02:32:46.589Z[ recovery-image] Feb 24 02:32:46.619 INFO O| Feb 24 02:32:46.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76612026-02-24T02:32:46.590Z[ recovery-image] Feb 24 02:32:46.619 INFO O| Feb 24 02:32:46.619 INFO STEP 953 (remove_files) COMPLETE
76622026-02-24T02:32:46.590Z[ recovery-image] Feb 24 02:32:46.619 INFO O| Feb 24 02:32:46.619 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-02-24T02:32:46.590Z[ recovery-image] Feb 24 02:32:46.632 INFO O| Feb 24 02:32:46.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76642026-02-24T02:32:46.590Z[ recovery-image] Feb 24 02:32:46.632 INFO O| Feb 24 02:32:46.632 INFO STEP 954 (remove_files) COMPLETE
76652026-02-24T02:32:46.590Z[ recovery-image] Feb 24 02:32:46.632 INFO O| Feb 24 02:32:46.632 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-02-24T02:32:46.616Z[ recovery-image] Feb 24 02:32:46.656 INFO O| Feb 24 02:32:46.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76672026-02-24T02:32:46.616Z[ recovery-image] Feb 24 02:32:46.656 INFO O| Feb 24 02:32:46.656 INFO STEP 955 (remove_files) COMPLETE
76682026-02-24T02:32:46.616Z[ recovery-image] Feb 24 02:32:46.656 INFO O| Feb 24 02:32:46.656 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-02-24T02:32:46.641Z[ recovery-image] Feb 24 02:32:46.676 INFO O| Feb 24 02:32:46.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76702026-02-24T02:32:46.641Z[ recovery-image] Feb 24 02:32:46.676 INFO O| Feb 24 02:32:46.676 INFO STEP 956 (remove_files) COMPLETE
76712026-02-24T02:32:46.641Z[ recovery-image] Feb 24 02:32:46.676 INFO O| Feb 24 02:32:46.676 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-02-24T02:32:46.666Z[ recovery-image] Feb 24 02:32:46.688 INFO O| Feb 24 02:32:46.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76732026-02-24T02:32:46.666Z[ recovery-image] Feb 24 02:32:46.688 INFO O| Feb 24 02:32:46.688 INFO STEP 957 (remove_files) COMPLETE
76742026-02-24T02:32:46.666Z[ recovery-image] Feb 24 02:32:46.688 INFO O| Feb 24 02:32:46.688 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-02-24T02:32:46.666Z[ recovery-image] Feb 24 02:32:46.706 INFO O| Feb 24 02:32:46.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76762026-02-24T02:32:46.666Z[ recovery-image] Feb 24 02:32:46.706 INFO O| Feb 24 02:32:46.706 INFO STEP 958 (remove_files) COMPLETE
76772026-02-24T02:32:46.666Z[ recovery-image] Feb 24 02:32:46.706 INFO O| Feb 24 02:32:46.706 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-02-24T02:32:46.718Z[ recovery-image] Feb 24 02:32:46.721 INFO O| Feb 24 02:32:46.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76792026-02-24T02:32:46.718Z[ recovery-image] Feb 24 02:32:46.721 INFO O| Feb 24 02:32:46.721 INFO STEP 959 (remove_files) COMPLETE
76802026-02-24T02:32:46.718Z[ recovery-image] Feb 24 02:32:46.721 INFO O| Feb 24 02:32:46.721 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.736 INFO O| Feb 24 02:32:46.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76822026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.736 INFO O| Feb 24 02:32:46.736 INFO STEP 960 (remove_files) COMPLETE
76832026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.736 INFO O| Feb 24 02:32:46.736 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.754 INFO O| Feb 24 02:32:46.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76852026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.754 INFO O| Feb 24 02:32:46.754 INFO STEP 961 (remove_files) COMPLETE
76862026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.754 INFO O| Feb 24 02:32:46.754 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.773 INFO O| Feb 24 02:32:46.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76882026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.773 INFO O| Feb 24 02:32:46.773 INFO STEP 962 (remove_files) COMPLETE
76892026-02-24T02:32:46.742Z[ recovery-image] Feb 24 02:32:46.773 INFO O| Feb 24 02:32:46.773 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-02-24T02:32:46.768Z[ recovery-image] Feb 24 02:32:46.789 INFO O| Feb 24 02:32:46.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76912026-02-24T02:32:46.768Z[ recovery-image] Feb 24 02:32:46.789 INFO O| Feb 24 02:32:46.789 INFO STEP 963 (remove_files) COMPLETE
76922026-02-24T02:32:46.768Z[ recovery-image] Feb 24 02:32:46.789 INFO O| Feb 24 02:32:46.789 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-02-24T02:32:46.768Z[ recovery-image] Feb 24 02:32:46.804 INFO O| Feb 24 02:32:46.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76942026-02-24T02:32:46.768Z[ recovery-image] Feb 24 02:32:46.805 INFO O| Feb 24 02:32:46.805 INFO STEP 964 (remove_files) COMPLETE
76952026-02-24T02:32:46.768Z[ recovery-image] Feb 24 02:32:46.805 INFO O| Feb 24 02:32:46.805 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-02-24T02:32:46.792Z[ recovery-image] Feb 24 02:32:46.825 INFO O| Feb 24 02:32:46.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76972026-02-24T02:32:46.792Z[ recovery-image] Feb 24 02:32:46.825 INFO O| Feb 24 02:32:46.825 INFO STEP 965 (remove_files) COMPLETE
76982026-02-24T02:32:46.792Z[ recovery-image] Feb 24 02:32:46.825 INFO O| Feb 24 02:32:46.825 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-02-24T02:32:46.824Z[ recovery-image] Feb 24 02:32:46.841 INFO O| Feb 24 02:32:46.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77002026-02-24T02:32:46.824Z[ recovery-image] Feb 24 02:32:46.841 INFO O| Feb 24 02:32:46.841 INFO STEP 966 (remove_files) COMPLETE
77012026-02-24T02:32:46.824Z[ recovery-image] Feb 24 02:32:46.841 INFO O| Feb 24 02:32:46.841 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-02-24T02:32:46.850Z[ recovery-image] Feb 24 02:32:46.863 INFO O| Feb 24 02:32:46.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77032026-02-24T02:32:46.850Z[ recovery-image] Feb 24 02:32:46.863 INFO O| Feb 24 02:32:46.863 INFO STEP 967 (remove_files) COMPLETE
77042026-02-24T02:32:46.850Z[ recovery-image] Feb 24 02:32:46.863 INFO O| Feb 24 02:32:46.863 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-02-24T02:32:46.850Z[ recovery-image] Feb 24 02:32:46.881 INFO O| Feb 24 02:32:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77062026-02-24T02:32:46.850Z[ recovery-image] Feb 24 02:32:46.882 INFO O| Feb 24 02:32:46.881 INFO STEP 968 (remove_files) COMPLETE
77072026-02-24T02:32:46.850Z[ recovery-image] Feb 24 02:32:46.882 INFO O| Feb 24 02:32:46.881 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-02-24T02:32:46.877Z[ recovery-image] Feb 24 02:32:46.900 INFO O| Feb 24 02:32:46.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77092026-02-24T02:32:46.877Z[ recovery-image] Feb 24 02:32:46.900 INFO O| Feb 24 02:32:46.900 INFO STEP 969 (remove_files) COMPLETE
77102026-02-24T02:32:46.878Z[ recovery-image] Feb 24 02:32:46.900 INFO O| Feb 24 02:32:46.900 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-02-24T02:32:46.903Z[ recovery-image] Feb 24 02:32:46.918 INFO O| Feb 24 02:32:46.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77122026-02-24T02:32:46.903Z[ recovery-image] Feb 24 02:32:46.918 INFO O| Feb 24 02:32:46.918 INFO STEP 970 (remove_files) COMPLETE
77132026-02-24T02:32:46.903Z[ recovery-image] Feb 24 02:32:46.918 INFO O| Feb 24 02:32:46.918 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-02-24T02:32:46.904Z[ recovery-image] Feb 24 02:32:46.934 INFO O| Feb 24 02:32:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77152026-02-24T02:32:46.904Z[ recovery-image] Feb 24 02:32:46.934 INFO O| Feb 24 02:32:46.934 INFO STEP 971 (remove_files) COMPLETE
77162026-02-24T02:32:46.904Z[ recovery-image] Feb 24 02:32:46.934 INFO O| Feb 24 02:32:46.934 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-02-24T02:32:46.929Z[ recovery-image] Feb 24 02:32:46.949 INFO O| Feb 24 02:32:46.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77182026-02-24T02:32:46.929Z[ recovery-image] Feb 24 02:32:46.950 INFO O| Feb 24 02:32:46.950 INFO STEP 972 (remove_files) COMPLETE
77192026-02-24T02:32:46.929Z[ recovery-image] Feb 24 02:32:46.950 INFO O| Feb 24 02:32:46.950 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-02-24T02:32:46.929Z[ recovery-image] Feb 24 02:32:46.966 INFO O| Feb 24 02:32:46.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77212026-02-24T02:32:46.929Z[ recovery-image] Feb 24 02:32:46.966 INFO O| Feb 24 02:32:46.966 INFO STEP 973 (remove_files) COMPLETE
77222026-02-24T02:32:46.930Z[ recovery-image] Feb 24 02:32:46.966 INFO O| Feb 24 02:32:46.966 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-02-24T02:32:46.963Z[ recovery-image] Feb 24 02:32:46.980 INFO O| Feb 24 02:32:46.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77242026-02-24T02:32:46.963Z[ recovery-image] Feb 24 02:32:46.980 INFO O| Feb 24 02:32:46.980 INFO STEP 974 (remove_files) COMPLETE
77252026-02-24T02:32:46.964Z[ recovery-image] Feb 24 02:32:46.980 INFO O| Feb 24 02:32:46.980 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-02-24T02:32:46.996Z[ recovery-image] Feb 24 02:32:46.997 INFO O| Feb 24 02:32:46.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77272026-02-24T02:32:46.997Z[ recovery-image] Feb 24 02:32:46.997 INFO O| Feb 24 02:32:46.997 INFO STEP 975 (remove_files) COMPLETE
77282026-02-24T02:32:46.997Z[ recovery-image] Feb 24 02:32:46.997 INFO O| Feb 24 02:32:46.997 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-02-24T02:32:46.997Z[ recovery-image] Feb 24 02:32:47.014 INFO O| Feb 24 02:32:47.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77302026-02-24T02:32:46.997Z[ recovery-image] Feb 24 02:32:47.014 INFO O| Feb 24 02:32:47.014 INFO STEP 976 (remove_files) COMPLETE
77312026-02-24T02:32:46.997Z[ recovery-image] Feb 24 02:32:47.014 INFO O| Feb 24 02:32:47.014 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-02-24T02:32:47.025Z[ recovery-image] Feb 24 02:32:47.033 INFO O| Feb 24 02:32:47.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77332026-02-24T02:32:47.026Z[ recovery-image] Feb 24 02:32:47.033 INFO O| Feb 24 02:32:47.033 INFO STEP 977 (remove_files) COMPLETE
77342026-02-24T02:32:47.026Z[ recovery-image] Feb 24 02:32:47.033 INFO O| Feb 24 02:32:47.033 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-02-24T02:32:47.026Z[ recovery-image] Feb 24 02:32:47.049 INFO O| Feb 24 02:32:47.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77362026-02-24T02:32:47.026Z[ recovery-image] Feb 24 02:32:47.049 INFO O| Feb 24 02:32:47.049 INFO STEP 978 (remove_files) COMPLETE
77372026-02-24T02:32:47.026Z[ recovery-image] Feb 24 02:32:47.049 INFO O| Feb 24 02:32:47.049 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-02-24T02:32:47.027Z[ recovery-image] Feb 24 02:32:47.063 INFO O| Feb 24 02:32:47.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77392026-02-24T02:32:47.027Z[ recovery-image] Feb 24 02:32:47.064 INFO O| Feb 24 02:32:47.063 INFO STEP 979 (remove_files) COMPLETE
77402026-02-24T02:32:47.027Z[ recovery-image] Feb 24 02:32:47.064 INFO O| Feb 24 02:32:47.064 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-02-24T02:32:47.055Z[ recovery-image] Feb 24 02:32:47.083 INFO O| Feb 24 02:32:47.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77422026-02-24T02:32:47.055Z[ recovery-image] Feb 24 02:32:47.083 INFO O| Feb 24 02:32:47.083 INFO STEP 980 (remove_files) COMPLETE
77432026-02-24T02:32:47.056Z[ recovery-image] Feb 24 02:32:47.083 INFO O| Feb 24 02:32:47.083 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-02-24T02:32:47.083Z[ recovery-image] Feb 24 02:32:47.102 INFO O| Feb 24 02:32:47.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77452026-02-24T02:32:47.083Z[ recovery-image] Feb 24 02:32:47.103 INFO O| Feb 24 02:32:47.103 INFO STEP 981 (remove_files) COMPLETE
77462026-02-24T02:32:47.083Z[ recovery-image] Feb 24 02:32:47.103 INFO O| Feb 24 02:32:47.103 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-02-24T02:32:47.083Z[ recovery-image] Feb 24 02:32:47.120 INFO O| Feb 24 02:32:47.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77482026-02-24T02:32:47.083Z[ recovery-image] Feb 24 02:32:47.121 INFO O| Feb 24 02:32:47.121 INFO STEP 982 (remove_files) COMPLETE
77492026-02-24T02:32:47.083Z[ recovery-image] Feb 24 02:32:47.121 INFO O| Feb 24 02:32:47.121 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-02-24T02:32:47.109Z[ recovery-image] Feb 24 02:32:47.134 INFO O| Feb 24 02:32:47.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77512026-02-24T02:32:47.109Z[ recovery-image] Feb 24 02:32:47.135 INFO O| Feb 24 02:32:47.135 INFO STEP 983 (remove_files) COMPLETE
77522026-02-24T02:32:47.110Z[ recovery-image] Feb 24 02:32:47.135 INFO O| Feb 24 02:32:47.135 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-02-24T02:32:47.110Z[ recovery-image] Feb 24 02:32:47.148 INFO O| Feb 24 02:32:47.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77542026-02-24T02:32:47.110Z[ recovery-image] Feb 24 02:32:47.149 INFO O| Feb 24 02:32:47.149 INFO STEP 984 (remove_files) COMPLETE
77552026-02-24T02:32:47.110Z[ recovery-image] Feb 24 02:32:47.149 INFO O| Feb 24 02:32:47.149 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-02-24T02:32:47.135Z[ recovery-image] Feb 24 02:32:47.170 INFO O| Feb 24 02:32:47.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77572026-02-24T02:32:47.135Z[ recovery-image] Feb 24 02:32:47.171 INFO O| Feb 24 02:32:47.171 INFO STEP 985 (remove_files) COMPLETE
77582026-02-24T02:32:47.135Z[ recovery-image] Feb 24 02:32:47.171 INFO O| Feb 24 02:32:47.171 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-02-24T02:32:47.161Z[ recovery-image] Feb 24 02:32:47.187 INFO O| Feb 24 02:32:47.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77602026-02-24T02:32:47.161Z[ recovery-image] Feb 24 02:32:47.187 INFO O| Feb 24 02:32:47.187 INFO STEP 986 (remove_files) COMPLETE
77612026-02-24T02:32:47.161Z[ recovery-image] Feb 24 02:32:47.187 INFO O| Feb 24 02:32:47.187 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-02-24T02:32:47.161Z[ recovery-image] Feb 24 02:32:47.201 INFO O| Feb 24 02:32:47.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77632026-02-24T02:32:47.162Z[ recovery-image] Feb 24 02:32:47.201 INFO O| Feb 24 02:32:47.201 INFO STEP 987 (remove_files) COMPLETE
77642026-02-24T02:32:47.162Z[ recovery-image] Feb 24 02:32:47.201 INFO O| Feb 24 02:32:47.201 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-02-24T02:32:47.193Z[ recovery-image] Feb 24 02:32:47.214 INFO O| Feb 24 02:32:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77662026-02-24T02:32:47.193Z[ recovery-image] Feb 24 02:32:47.214 INFO O| Feb 24 02:32:47.214 INFO STEP 988 (remove_files) COMPLETE
77672026-02-24T02:32:47.193Z[ recovery-image] Feb 24 02:32:47.214 INFO O| Feb 24 02:32:47.214 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-02-24T02:32:47.218Z[ recovery-image] Feb 24 02:32:47.232 INFO O| Feb 24 02:32:47.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77692026-02-24T02:32:47.218Z[ recovery-image] Feb 24 02:32:47.232 INFO O| Feb 24 02:32:47.232 INFO STEP 989 (remove_files) COMPLETE
77702026-02-24T02:32:47.219Z[ recovery-image] Feb 24 02:32:47.232 INFO O| Feb 24 02:32:47.232 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-02-24T02:32:47.219Z[ recovery-image] Feb 24 02:32:47.252 INFO O| Feb 24 02:32:47.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77722026-02-24T02:32:47.219Z[ recovery-image] Feb 24 02:32:47.253 INFO O| Feb 24 02:32:47.253 INFO STEP 990 (remove_files) COMPLETE
77732026-02-24T02:32:47.219Z[ recovery-image] Feb 24 02:32:47.253 INFO O| Feb 24 02:32:47.253 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-02-24T02:32:47.244Z[ recovery-image] Feb 24 02:32:47.272 INFO O| Feb 24 02:32:47.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77752026-02-24T02:32:47.244Z[ recovery-image] Feb 24 02:32:47.272 INFO O| Feb 24 02:32:47.272 INFO STEP 991 (remove_files) COMPLETE
77762026-02-24T02:32:47.244Z[ recovery-image] Feb 24 02:32:47.272 INFO O| Feb 24 02:32:47.272 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-02-24T02:32:47.269Z[ recovery-image] Feb 24 02:32:47.291 INFO O| Feb 24 02:32:47.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77782026-02-24T02:32:47.269Z[ recovery-image] Feb 24 02:32:47.291 INFO O| Feb 24 02:32:47.291 INFO STEP 992 (remove_files) COMPLETE
77792026-02-24T02:32:47.269Z[ recovery-image] Feb 24 02:32:47.291 INFO O| Feb 24 02:32:47.291 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-02-24T02:32:47.270Z[ recovery-image] Feb 24 02:32:47.308 INFO O| Feb 24 02:32:47.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77812026-02-24T02:32:47.270Z[ recovery-image] Feb 24 02:32:47.308 INFO O| Feb 24 02:32:47.308 INFO STEP 993 (remove_files) COMPLETE
77822026-02-24T02:32:47.270Z[ recovery-image] Feb 24 02:32:47.308 INFO O| Feb 24 02:32:47.308 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-02-24T02:32:47.294Z[ recovery-image] Feb 24 02:32:47.327 INFO O| Feb 24 02:32:47.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77842026-02-24T02:32:47.295Z[ recovery-image] Feb 24 02:32:47.327 INFO O| Feb 24 02:32:47.327 INFO STEP 994 (remove_files) COMPLETE
77852026-02-24T02:32:47.295Z[ recovery-image] Feb 24 02:32:47.327 INFO O| Feb 24 02:32:47.327 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-02-24T02:32:47.319Z[ recovery-image] Feb 24 02:32:47.341 INFO O| Feb 24 02:32:47.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77872026-02-24T02:32:47.319Z[ recovery-image] Feb 24 02:32:47.341 INFO O| Feb 24 02:32:47.341 INFO STEP 995 (remove_files) COMPLETE
77882026-02-24T02:32:47.319Z[ recovery-image] Feb 24 02:32:47.341 INFO O| Feb 24 02:32:47.341 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-02-24T02:32:47.343Z[ recovery-image] Feb 24 02:32:47.362 INFO O| Feb 24 02:32:47.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77902026-02-24T02:32:47.343Z[ recovery-image] Feb 24 02:32:47.363 INFO O| Feb 24 02:32:47.363 INFO STEP 996 (remove_files) COMPLETE
77912026-02-24T02:32:47.343Z[ recovery-image] Feb 24 02:32:47.363 INFO O| Feb 24 02:32:47.363 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-02-24T02:32:47.343Z[ recovery-image] Feb 24 02:32:47.382 INFO O| Feb 24 02:32:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77932026-02-24T02:32:47.343Z[ recovery-image] Feb 24 02:32:47.382 INFO O| Feb 24 02:32:47.382 INFO STEP 997 (remove_files) COMPLETE
77942026-02-24T02:32:47.343Z[ recovery-image] Feb 24 02:32:47.382 INFO O| Feb 24 02:32:47.382 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-02-24T02:32:47.367Z[ recovery-image] Feb 24 02:32:47.399 INFO O| Feb 24 02:32:47.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77962026-02-24T02:32:47.367Z[ recovery-image] Feb 24 02:32:47.399 INFO O| Feb 24 02:32:47.399 INFO STEP 998 (remove_files) COMPLETE
77972026-02-24T02:32:47.367Z[ recovery-image] Feb 24 02:32:47.399 INFO O| Feb 24 02:32:47.399 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-02-24T02:32:47.392Z[ recovery-image] Feb 24 02:32:47.422 INFO O| Feb 24 02:32:47.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77992026-02-24T02:32:47.392Z[ recovery-image] Feb 24 02:32:47.422 INFO O| Feb 24 02:32:47.422 INFO STEP 999 (remove_files) COMPLETE
78002026-02-24T02:32:47.392Z[ recovery-image] Feb 24 02:32:47.422 INFO O| Feb 24 02:32:47.422 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-02-24T02:32:47.417Z[ recovery-image] Feb 24 02:32:47.435 INFO O| Feb 24 02:32:47.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78022026-02-24T02:32:47.417Z[ recovery-image] Feb 24 02:32:47.435 INFO O| Feb 24 02:32:47.435 INFO STEP 1000 (remove_files) COMPLETE
78032026-02-24T02:32:47.417Z[ recovery-image] Feb 24 02:32:47.435 INFO O| Feb 24 02:32:47.435 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-02-24T02:32:47.418Z[ recovery-image] Feb 24 02:32:47.456 INFO O| Feb 24 02:32:47.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78052026-02-24T02:32:47.418Z[ recovery-image] Feb 24 02:32:47.456 INFO O| Feb 24 02:32:47.456 INFO STEP 1001 (remove_files) COMPLETE
78062026-02-24T02:32:47.418Z[ recovery-image] Feb 24 02:32:47.456 INFO O| Feb 24 02:32:47.456 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-02-24T02:32:47.442Z[ recovery-image] Feb 24 02:32:47.470 INFO O| Feb 24 02:32:47.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78082026-02-24T02:32:47.442Z[ recovery-image] Feb 24 02:32:47.470 INFO O| Feb 24 02:32:47.470 INFO STEP 1002 (remove_files) COMPLETE
78092026-02-24T02:32:47.442Z[ recovery-image] Feb 24 02:32:47.471 INFO O| Feb 24 02:32:47.470 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-02-24T02:32:47.466Z[ recovery-image] Feb 24 02:32:47.492 INFO O| Feb 24 02:32:47.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78112026-02-24T02:32:47.466Z[ recovery-image] Feb 24 02:32:47.493 INFO O| Feb 24 02:32:47.493 INFO STEP 1003 (remove_files) COMPLETE
78122026-02-24T02:32:47.466Z[ recovery-image] Feb 24 02:32:47.493 INFO O| Feb 24 02:32:47.493 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-02-24T02:32:47.491Z[ recovery-image] Feb 24 02:32:47.509 INFO O| Feb 24 02:32:47.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78142026-02-24T02:32:47.491Z[ recovery-image] Feb 24 02:32:47.510 INFO O| Feb 24 02:32:47.510 INFO STEP 1004 (remove_files) COMPLETE
78152026-02-24T02:32:47.491Z[ recovery-image] Feb 24 02:32:47.510 INFO O| Feb 24 02:32:47.510 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-02-24T02:32:47.491Z[ recovery-image] Feb 24 02:32:47.521 INFO O| Feb 24 02:32:47.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78172026-02-24T02:32:47.491Z[ recovery-image] Feb 24 02:32:47.522 INFO O| Feb 24 02:32:47.522 INFO STEP 1005 (remove_files) COMPLETE
78182026-02-24T02:32:47.491Z[ recovery-image] Feb 24 02:32:47.522 INFO O| Feb 24 02:32:47.522 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-02-24T02:32:47.515Z[ recovery-image] Feb 24 02:32:47.544 INFO O| Feb 24 02:32:47.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78202026-02-24T02:32:47.515Z[ recovery-image] Feb 24 02:32:47.544 INFO O| Feb 24 02:32:47.544 INFO STEP 1006 (remove_files) COMPLETE
78212026-02-24T02:32:47.515Z[ recovery-image] Feb 24 02:32:47.544 INFO O| Feb 24 02:32:47.544 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-02-24T02:32:47.540Z[ recovery-image] Feb 24 02:32:47.562 INFO O| Feb 24 02:32:47.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78232026-02-24T02:32:47.540Z[ recovery-image] Feb 24 02:32:47.562 INFO O| Feb 24 02:32:47.562 INFO STEP 1007 (remove_files) COMPLETE
78242026-02-24T02:32:47.540Z[ recovery-image] Feb 24 02:32:47.562 INFO O| Feb 24 02:32:47.562 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-02-24T02:32:47.540Z[ recovery-image] Feb 24 02:32:47.579 INFO O| Feb 24 02:32:47.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78262026-02-24T02:32:47.540Z[ recovery-image] Feb 24 02:32:47.579 INFO O| Feb 24 02:32:47.579 INFO STEP 1008 (remove_files) COMPLETE
78272026-02-24T02:32:47.540Z[ recovery-image] Feb 24 02:32:47.579 INFO O| Feb 24 02:32:47.579 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-02-24T02:32:47.565Z[ recovery-image] Feb 24 02:32:47.596 INFO O| Feb 24 02:32:47.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78292026-02-24T02:32:47.565Z[ recovery-image] Feb 24 02:32:47.596 INFO O| Feb 24 02:32:47.596 INFO STEP 1009 (remove_files) COMPLETE
78302026-02-24T02:32:47.565Z[ recovery-image] Feb 24 02:32:47.596 INFO O| Feb 24 02:32:47.596 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-02-24T02:32:47.589Z[ recovery-image] Feb 24 02:32:47.612 INFO O| Feb 24 02:32:47.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78322026-02-24T02:32:47.589Z[ recovery-image] Feb 24 02:32:47.612 INFO O| Feb 24 02:32:47.612 INFO STEP 1010 (remove_files) COMPLETE
78332026-02-24T02:32:47.589Z[ recovery-image] Feb 24 02:32:47.612 INFO O| Feb 24 02:32:47.612 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-02-24T02:32:47.613Z[ recovery-image] Feb 24 02:32:47.632 INFO O| Feb 24 02:32:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78352026-02-24T02:32:47.613Z[ recovery-image] Feb 24 02:32:47.632 INFO O| Feb 24 02:32:47.632 INFO STEP 1011 (remove_files) COMPLETE
78362026-02-24T02:32:47.613Z[ recovery-image] Feb 24 02:32:47.632 INFO O| Feb 24 02:32:47.632 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-02-24T02:32:47.613Z[ recovery-image] Feb 24 02:32:47.649 INFO O| Feb 24 02:32:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78382026-02-24T02:32:47.613Z[ recovery-image] Feb 24 02:32:47.649 INFO O| Feb 24 02:32:47.649 INFO STEP 1012 (remove_files) COMPLETE
78392026-02-24T02:32:47.613Z[ recovery-image] Feb 24 02:32:47.649 INFO O| Feb 24 02:32:47.649 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-02-24T02:32:47.637Z[ recovery-image] Feb 24 02:32:47.664 INFO O| Feb 24 02:32:47.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78412026-02-24T02:32:47.637Z[ recovery-image] Feb 24 02:32:47.664 INFO O| Feb 24 02:32:47.664 INFO STEP 1013 (remove_files) COMPLETE
78422026-02-24T02:32:47.637Z[ recovery-image] Feb 24 02:32:47.664 INFO O| Feb 24 02:32:47.664 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-02-24T02:32:47.637Z[ recovery-image] Feb 24 02:32:47.678 INFO O| Feb 24 02:32:47.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78442026-02-24T02:32:47.637Z[ recovery-image] Feb 24 02:32:47.678 INFO O| Feb 24 02:32:47.678 INFO STEP 1014 (remove_files) COMPLETE
78452026-02-24T02:32:47.637Z[ recovery-image] Feb 24 02:32:47.678 INFO O| Feb 24 02:32:47.678 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-02-24T02:32:47.661Z[ recovery-image] Feb 24 02:32:47.692 INFO O| Feb 24 02:32:47.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78472026-02-24T02:32:47.661Z[ recovery-image] Feb 24 02:32:47.693 INFO O| Feb 24 02:32:47.693 INFO STEP 1015 (remove_files) COMPLETE
78482026-02-24T02:32:47.661Z[ recovery-image] Feb 24 02:32:47.693 INFO O| Feb 24 02:32:47.693 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-02-24T02:32:47.687Z[ recovery-image] Feb 24 02:32:47.707 INFO O| Feb 24 02:32:47.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78502026-02-24T02:32:47.687Z[ recovery-image] Feb 24 02:32:47.707 INFO O| Feb 24 02:32:47.707 INFO STEP 1016 (remove_files) COMPLETE
78512026-02-24T02:32:47.687Z[ recovery-image] Feb 24 02:32:47.707 INFO O| Feb 24 02:32:47.707 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-02-24T02:32:47.687Z[ recovery-image] Feb 24 02:32:47.727 INFO O| Feb 24 02:32:47.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78532026-02-24T02:32:47.687Z[ recovery-image] Feb 24 02:32:47.727 INFO O| Feb 24 02:32:47.727 INFO STEP 1017 (remove_files) COMPLETE
78542026-02-24T02:32:47.687Z[ recovery-image] Feb 24 02:32:47.727 INFO O| Feb 24 02:32:47.727 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-02-24T02:32:47.713Z[ recovery-image] Feb 24 02:32:47.744 INFO O| Feb 24 02:32:47.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78562026-02-24T02:32:47.713Z[ recovery-image] Feb 24 02:32:47.744 INFO O| Feb 24 02:32:47.744 INFO STEP 1018 (remove_files) COMPLETE
78572026-02-24T02:32:47.714Z[ recovery-image] Feb 24 02:32:47.744 INFO O| Feb 24 02:32:47.744 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-02-24T02:32:47.742Z[ recovery-image] Feb 24 02:32:47.758 INFO O| Feb 24 02:32:47.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78592026-02-24T02:32:47.742Z[ recovery-image] Feb 24 02:32:47.759 INFO O| Feb 24 02:32:47.759 INFO STEP 1019 (remove_files) COMPLETE
78602026-02-24T02:32:47.742Z[ recovery-image] Feb 24 02:32:47.759 INFO O| Feb 24 02:32:47.759 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-02-24T02:32:47.743Z[ recovery-image] Feb 24 02:32:47.773 INFO O| Feb 24 02:32:47.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78622026-02-24T02:32:47.743Z[ recovery-image] Feb 24 02:32:47.773 INFO O| Feb 24 02:32:47.773 INFO STEP 1020 (remove_files) COMPLETE
78632026-02-24T02:32:47.743Z[ recovery-image] Feb 24 02:32:47.773 INFO O| Feb 24 02:32:47.773 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-02-24T02:32:47.771Z[ recovery-image] Feb 24 02:32:47.795 INFO O| Feb 24 02:32:47.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78652026-02-24T02:32:47.771Z[ recovery-image] Feb 24 02:32:47.795 INFO O| Feb 24 02:32:47.795 INFO STEP 1021 (remove_files) COMPLETE
78662026-02-24T02:32:47.771Z[ recovery-image] Feb 24 02:32:47.795 INFO O| Feb 24 02:32:47.795 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-02-24T02:32:47.797Z[ recovery-image] Feb 24 02:32:47.812 INFO O| Feb 24 02:32:47.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78682026-02-24T02:32:47.797Z[ recovery-image] Feb 24 02:32:47.813 INFO O| Feb 24 02:32:47.813 INFO STEP 1022 (remove_files) COMPLETE
78692026-02-24T02:32:47.798Z[ recovery-image] Feb 24 02:32:47.813 INFO O| Feb 24 02:32:47.813 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-02-24T02:32:47.798Z[ recovery-image] Feb 24 02:32:47.829 INFO O| Feb 24 02:32:47.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78712026-02-24T02:32:47.798Z[ recovery-image] Feb 24 02:32:47.830 INFO O| Feb 24 02:32:47.829 INFO STEP 1023 (remove_files) COMPLETE
78722026-02-24T02:32:47.798Z[ recovery-image] Feb 24 02:32:47.830 INFO O| Feb 24 02:32:47.830 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-02-24T02:32:47.823Z[ recovery-image] Feb 24 02:32:47.851 INFO O| Feb 24 02:32:47.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78742026-02-24T02:32:47.823Z[ recovery-image] Feb 24 02:32:47.851 INFO O| Feb 24 02:32:47.850 INFO STEP 1024 (remove_files) COMPLETE
78752026-02-24T02:32:47.823Z[ recovery-image] Feb 24 02:32:47.851 INFO O| Feb 24 02:32:47.851 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-02-24T02:32:47.848Z[ recovery-image] Feb 24 02:32:47.866 INFO O| Feb 24 02:32:47.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78772026-02-24T02:32:47.848Z[ recovery-image] Feb 24 02:32:47.866 INFO O| Feb 24 02:32:47.866 INFO STEP 1025 (remove_files) COMPLETE
78782026-02-24T02:32:47.848Z[ recovery-image] Feb 24 02:32:47.866 INFO O| Feb 24 02:32:47.866 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-02-24T02:32:47.848Z[ recovery-image] Feb 24 02:32:47.882 INFO O| Feb 24 02:32:47.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78802026-02-24T02:32:47.848Z[ recovery-image] Feb 24 02:32:47.882 INFO O| Feb 24 02:32:47.882 INFO STEP 1026 (remove_files) COMPLETE
78812026-02-24T02:32:47.848Z[ recovery-image] Feb 24 02:32:47.882 INFO O| Feb 24 02:32:47.882 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-02-24T02:32:47.873Z[ recovery-image] Feb 24 02:32:47.900 INFO O| Feb 24 02:32:47.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78832026-02-24T02:32:47.874Z[ recovery-image] Feb 24 02:32:47.900 INFO O| Feb 24 02:32:47.900 INFO STEP 1027 (remove_files) COMPLETE
78842026-02-24T02:32:47.874Z[ recovery-image] Feb 24 02:32:47.900 INFO O| Feb 24 02:32:47.900 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-02-24T02:32:47.899Z[ recovery-image] Feb 24 02:32:47.920 INFO O| Feb 24 02:32:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78862026-02-24T02:32:47.899Z[ recovery-image] Feb 24 02:32:47.920 INFO O| Feb 24 02:32:47.920 INFO STEP 1028 (remove_files) COMPLETE
78872026-02-24T02:32:47.899Z[ recovery-image] Feb 24 02:32:47.920 INFO O| Feb 24 02:32:47.920 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-02-24T02:32:47.926Z[ recovery-image] Feb 24 02:32:47.941 INFO O| Feb 24 02:32:47.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78892026-02-24T02:32:47.926Z[ recovery-image] Feb 24 02:32:47.942 INFO O| Feb 24 02:32:47.942 INFO STEP 1029 (remove_files) COMPLETE
78902026-02-24T02:32:47.926Z[ recovery-image] Feb 24 02:32:47.942 INFO O| Feb 24 02:32:47.942 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-02-24T02:32:47.926Z[ recovery-image] Feb 24 02:32:47.958 INFO O| Feb 24 02:32:47.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78922026-02-24T02:32:47.926Z[ recovery-image] Feb 24 02:32:47.959 INFO O| Feb 24 02:32:47.958 INFO STEP 1030 (remove_files) COMPLETE
78932026-02-24T02:32:47.926Z[ recovery-image] Feb 24 02:32:47.959 INFO O| Feb 24 02:32:47.959 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-02-24T02:32:47.950Z[ recovery-image] Feb 24 02:32:47.977 INFO O| Feb 24 02:32:47.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78952026-02-24T02:32:47.950Z[ recovery-image] Feb 24 02:32:47.977 INFO O| Feb 24 02:32:47.977 INFO STEP 1031 (remove_files) COMPLETE
78962026-02-24T02:32:47.950Z[ recovery-image] Feb 24 02:32:47.977 INFO O| Feb 24 02:32:47.977 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-02-24T02:32:47.974Z[ recovery-image] Feb 24 02:32:47.996 INFO O| Feb 24 02:32:47.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78982026-02-24T02:32:47.974Z[ recovery-image] Feb 24 02:32:47.996 INFO O| Feb 24 02:32:47.996 INFO STEP 1032 (remove_files) COMPLETE
78992026-02-24T02:32:47.974Z[ recovery-image] Feb 24 02:32:47.996 INFO O| Feb 24 02:32:47.996 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-02-24T02:32:47.998Z[ recovery-image] Feb 24 02:32:48.018 INFO O| Feb 24 02:32:48.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79012026-02-24T02:32:47.998Z[ recovery-image] Feb 24 02:32:48.018 INFO O| Feb 24 02:32:48.018 INFO STEP 1033 (remove_files) COMPLETE
79022026-02-24T02:32:47.998Z[ recovery-image] Feb 24 02:32:48.018 INFO O| Feb 24 02:32:48.018 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-02-24T02:32:48.022Z[ recovery-image] Feb 24 02:32:48.042 INFO O| Feb 24 02:32:48.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79042026-02-24T02:32:48.022Z[ recovery-image] Feb 24 02:32:48.042 INFO O| Feb 24 02:32:48.042 INFO STEP 1034 (remove_files) COMPLETE
79052026-02-24T02:32:48.022Z[ recovery-image] Feb 24 02:32:48.043 INFO O| Feb 24 02:32:48.042 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-02-24T02:32:48.022Z[ recovery-image] Feb 24 02:32:48.061 INFO O| Feb 24 02:32:48.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79072026-02-24T02:32:48.022Z[ recovery-image] Feb 24 02:32:48.061 INFO O| Feb 24 02:32:48.061 INFO STEP 1035 (remove_files) COMPLETE
79082026-02-24T02:32:48.022Z[ recovery-image] Feb 24 02:32:48.061 INFO O| Feb 24 02:32:48.061 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-02-24T02:32:48.046Z[ recovery-image] Feb 24 02:32:48.075 INFO O| Feb 24 02:32:48.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79102026-02-24T02:32:48.047Z[ recovery-image] Feb 24 02:32:48.075 INFO O| Feb 24 02:32:48.075 INFO STEP 1036 (remove_files) COMPLETE
79112026-02-24T02:32:48.047Z[ recovery-image] Feb 24 02:32:48.075 INFO O| Feb 24 02:32:48.075 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-02-24T02:32:48.047Z[ recovery-image] Feb 24 02:32:48.088 INFO O| Feb 24 02:32:48.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79132026-02-24T02:32:48.047Z[ recovery-image] Feb 24 02:32:48.089 INFO O| Feb 24 02:32:48.089 INFO STEP 1037 (remove_files) COMPLETE
79142026-02-24T02:32:48.047Z[ recovery-image] Feb 24 02:32:48.089 INFO O| Feb 24 02:32:48.089 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-02-24T02:32:48.071Z[ recovery-image] Feb 24 02:32:48.102 INFO O| Feb 24 02:32:48.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79162026-02-24T02:32:48.071Z[ recovery-image] Feb 24 02:32:48.102 INFO O| Feb 24 02:32:48.102 INFO STEP 1038 (remove_files) COMPLETE
79172026-02-24T02:32:48.071Z[ recovery-image] Feb 24 02:32:48.102 INFO O| Feb 24 02:32:48.102 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-02-24T02:32:48.095Z[ recovery-image] Feb 24 02:32:48.125 INFO O| Feb 24 02:32:48.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79192026-02-24T02:32:48.095Z[ recovery-image] Feb 24 02:32:48.126 INFO O| Feb 24 02:32:48.125 INFO STEP 1039 (remove_files) COMPLETE
79202026-02-24T02:32:48.095Z[ recovery-image] Feb 24 02:32:48.126 INFO O| Feb 24 02:32:48.126 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-02-24T02:32:48.120Z[ recovery-image] Feb 24 02:32:48.142 INFO O| Feb 24 02:32:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79222026-02-24T02:32:48.121Z[ recovery-image] Feb 24 02:32:48.142 INFO O| Feb 24 02:32:48.142 INFO STEP 1040 (remove_files) COMPLETE
79232026-02-24T02:32:48.121Z[ recovery-image] Feb 24 02:32:48.142 INFO O| Feb 24 02:32:48.142 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-02-24T02:32:48.121Z[ recovery-image] Feb 24 02:32:48.159 INFO O| Feb 24 02:32:48.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79252026-02-24T02:32:48.122Z[ recovery-image] Feb 24 02:32:48.159 INFO O| Feb 24 02:32:48.159 INFO STEP 1041 (remove_files) COMPLETE
79262026-02-24T02:32:48.124Z[ recovery-image] Feb 24 02:32:48.159 INFO O| Feb 24 02:32:48.159 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-02-24T02:32:48.153Z[ recovery-image] Feb 24 02:32:48.177 INFO O| Feb 24 02:32:48.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79282026-02-24T02:32:48.153Z[ recovery-image] Feb 24 02:32:48.177 INFO O| Feb 24 02:32:48.177 INFO STEP 1042 (remove_files) COMPLETE
79292026-02-24T02:32:48.153Z[ recovery-image] Feb 24 02:32:48.177 INFO O| Feb 24 02:32:48.177 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-02-24T02:32:48.178Z[ recovery-image] Feb 24 02:32:48.199 INFO O| Feb 24 02:32:48.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79312026-02-24T02:32:48.178Z[ recovery-image] Feb 24 02:32:48.199 INFO O| Feb 24 02:32:48.199 INFO STEP 1043 (remove_files) COMPLETE
79322026-02-24T02:32:48.178Z[ recovery-image] Feb 24 02:32:48.199 INFO O| Feb 24 02:32:48.199 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-02-24T02:32:48.178Z[ recovery-image] Feb 24 02:32:48.219 INFO O| Feb 24 02:32:48.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79342026-02-24T02:32:48.178Z[ recovery-image] Feb 24 02:32:48.219 INFO O| Feb 24 02:32:48.219 INFO STEP 1044 (remove_files) COMPLETE
79352026-02-24T02:32:48.178Z[ recovery-image] Feb 24 02:32:48.220 INFO O| Feb 24 02:32:48.219 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-02-24T02:32:48.204Z[ recovery-image] Feb 24 02:32:48.237 INFO O| Feb 24 02:32:48.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79372026-02-24T02:32:48.204Z[ recovery-image] Feb 24 02:32:48.238 INFO O| Feb 24 02:32:48.238 INFO STEP 1045 (remove_files) COMPLETE
79382026-02-24T02:32:48.204Z[ recovery-image] Feb 24 02:32:48.238 INFO O| Feb 24 02:32:48.238 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-02-24T02:32:48.229Z[ recovery-image] Feb 24 02:32:48.258 INFO O| Feb 24 02:32:48.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79402026-02-24T02:32:48.229Z[ recovery-image] Feb 24 02:32:48.258 INFO O| Feb 24 02:32:48.258 INFO STEP 1046 (remove_files) COMPLETE
79412026-02-24T02:32:48.229Z[ recovery-image] Feb 24 02:32:48.258 INFO O| Feb 24 02:32:48.258 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-02-24T02:32:48.258Z[ recovery-image] Feb 24 02:32:48.279 INFO O| Feb 24 02:32:48.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79432026-02-24T02:32:48.258Z[ recovery-image] Feb 24 02:32:48.280 INFO O| Feb 24 02:32:48.279 INFO STEP 1047 (remove_files) COMPLETE
79442026-02-24T02:32:48.258Z[ recovery-image] Feb 24 02:32:48.280 INFO O| Feb 24 02:32:48.280 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-02-24T02:32:48.283Z[ recovery-image] Feb 24 02:32:48.298 INFO O| Feb 24 02:32:48.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79462026-02-24T02:32:48.284Z[ recovery-image] Feb 24 02:32:48.298 INFO O| Feb 24 02:32:48.298 INFO STEP 1048 (remove_files) COMPLETE
79472026-02-24T02:32:48.284Z[ recovery-image] Feb 24 02:32:48.298 INFO O| Feb 24 02:32:48.298 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-02-24T02:32:48.284Z[ recovery-image] Feb 24 02:32:48.313 INFO O| Feb 24 02:32:48.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79492026-02-24T02:32:48.284Z[ recovery-image] Feb 24 02:32:48.314 INFO O| Feb 24 02:32:48.314 INFO STEP 1049 (remove_files) COMPLETE
79502026-02-24T02:32:48.284Z[ recovery-image] Feb 24 02:32:48.314 INFO O| Feb 24 02:32:48.314 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-02-24T02:32:48.310Z[ recovery-image] Feb 24 02:32:48.331 INFO O| Feb 24 02:32:48.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79522026-02-24T02:32:48.310Z[ recovery-image] Feb 24 02:32:48.331 INFO O| Feb 24 02:32:48.331 INFO STEP 1050 (remove_files) COMPLETE
79532026-02-24T02:32:48.310Z[ recovery-image] Feb 24 02:32:48.331 INFO O| Feb 24 02:32:48.331 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-02-24T02:32:48.310Z[ recovery-image] Feb 24 02:32:48.350 INFO O| Feb 24 02:32:48.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79552026-02-24T02:32:48.310Z[ recovery-image] Feb 24 02:32:48.350 INFO O| Feb 24 02:32:48.350 INFO STEP 1051 (remove_files) COMPLETE
79562026-02-24T02:32:48.310Z[ recovery-image] Feb 24 02:32:48.350 INFO O| Feb 24 02:32:48.350 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-02-24T02:32:48.336Z[ recovery-image] Feb 24 02:32:48.371 INFO O| Feb 24 02:32:48.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79582026-02-24T02:32:48.336Z[ recovery-image] Feb 24 02:32:48.371 INFO O| Feb 24 02:32:48.371 INFO STEP 1052 (remove_files) COMPLETE
79592026-02-24T02:32:48.336Z[ recovery-image] Feb 24 02:32:48.371 INFO O| Feb 24 02:32:48.371 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-02-24T02:32:48.360Z[ recovery-image] Feb 24 02:32:48.390 INFO O| Feb 24 02:32:48.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79612026-02-24T02:32:48.360Z[ recovery-image] Feb 24 02:32:48.390 INFO O| Feb 24 02:32:48.390 INFO STEP 1053 (remove_files) COMPLETE
79622026-02-24T02:32:48.360Z[ recovery-image] Feb 24 02:32:48.390 INFO O| Feb 24 02:32:48.390 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-02-24T02:32:48.386Z[ recovery-image] Feb 24 02:32:48.405 INFO O| Feb 24 02:32:48.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79642026-02-24T02:32:48.386Z[ recovery-image] Feb 24 02:32:48.406 INFO O| Feb 24 02:32:48.406 INFO STEP 1054 (remove_files) COMPLETE
79652026-02-24T02:32:48.386Z[ recovery-image] Feb 24 02:32:48.406 INFO O| Feb 24 02:32:48.406 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-02-24T02:32:48.411Z[ recovery-image] Feb 24 02:32:48.428 INFO O| Feb 24 02:32:48.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79672026-02-24T02:32:48.411Z[ recovery-image] Feb 24 02:32:48.428 INFO O| Feb 24 02:32:48.428 INFO STEP 1055 (remove_files) COMPLETE
79682026-02-24T02:32:48.411Z[ recovery-image] Feb 24 02:32:48.428 INFO O| Feb 24 02:32:48.428 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-02-24T02:32:48.411Z[ recovery-image] Feb 24 02:32:48.450 INFO O| Feb 24 02:32:48.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79702026-02-24T02:32:48.411Z[ recovery-image] Feb 24 02:32:48.450 INFO O| Feb 24 02:32:48.450 INFO STEP 1056 (remove_files) COMPLETE
79712026-02-24T02:32:48.412Z[ recovery-image] Feb 24 02:32:48.450 INFO O| Feb 24 02:32:48.450 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-02-24T02:32:48.439Z[ recovery-image] Feb 24 02:32:48.470 INFO O| Feb 24 02:32:48.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79732026-02-24T02:32:48.439Z[ recovery-image] Feb 24 02:32:48.470 INFO O| Feb 24 02:32:48.470 INFO STEP 1057 (remove_files) COMPLETE
79742026-02-24T02:32:48.439Z[ recovery-image] Feb 24 02:32:48.470 INFO O| Feb 24 02:32:48.470 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-02-24T02:32:48.464Z[ recovery-image] Feb 24 02:32:48.487 INFO O| Feb 24 02:32:48.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79762026-02-24T02:32:48.464Z[ recovery-image] Feb 24 02:32:48.487 INFO O| Feb 24 02:32:48.487 INFO STEP 1058 (remove_files) COMPLETE
79772026-02-24T02:32:48.464Z[ recovery-image] Feb 24 02:32:48.487 INFO O| Feb 24 02:32:48.487 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-02-24T02:32:48.464Z[ recovery-image] Feb 24 02:32:48.500 INFO O| Feb 24 02:32:48.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79792026-02-24T02:32:48.464Z[ recovery-image] Feb 24 02:32:48.500 INFO O| Feb 24 02:32:48.500 INFO STEP 1059 (remove_files) COMPLETE
79802026-02-24T02:32:48.464Z[ recovery-image] Feb 24 02:32:48.500 INFO O| Feb 24 02:32:48.500 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-02-24T02:32:48.519Z[ recovery-image] Feb 24 02:32:48.513 INFO O| Feb 24 02:32:48.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79822026-02-24T02:32:48.520Z[ recovery-image] Feb 24 02:32:48.513 INFO O| Feb 24 02:32:48.513 INFO STEP 1060 (remove_files) COMPLETE
79832026-02-24T02:32:48.520Z[ recovery-image] Feb 24 02:32:48.513 INFO O| Feb 24 02:32:48.513 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.531 INFO O| Feb 24 02:32:48.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79852026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.531 INFO O| Feb 24 02:32:48.531 INFO STEP 1061 (remove_files) COMPLETE
79862026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.531 INFO O| Feb 24 02:32:48.531 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.552 INFO O| Feb 24 02:32:48.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79882026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.552 INFO O| Feb 24 02:32:48.552 INFO STEP 1062 (remove_files) COMPLETE
79892026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.552 INFO O| Feb 24 02:32:48.552 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.573 INFO O| Feb 24 02:32:48.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79912026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.573 INFO O| Feb 24 02:32:48.573 INFO STEP 1063 (remove_files) COMPLETE
79922026-02-24T02:32:48.546Z[ recovery-image] Feb 24 02:32:48.573 INFO O| Feb 24 02:32:48.573 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-02-24T02:32:48.571Z[ recovery-image] Feb 24 02:32:48.590 INFO O| Feb 24 02:32:48.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79942026-02-24T02:32:48.571Z[ recovery-image] Feb 24 02:32:48.590 INFO O| Feb 24 02:32:48.590 INFO STEP 1064 (remove_files) COMPLETE
79952026-02-24T02:32:48.571Z[ recovery-image] Feb 24 02:32:48.590 INFO O| Feb 24 02:32:48.590 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-02-24T02:32:48.571Z[ recovery-image] Feb 24 02:32:48.609 INFO O| Feb 24 02:32:48.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79972026-02-24T02:32:48.571Z[ recovery-image] Feb 24 02:32:48.609 INFO O| Feb 24 02:32:48.609 INFO STEP 1065 (remove_files) COMPLETE
79982026-02-24T02:32:48.571Z[ recovery-image] Feb 24 02:32:48.609 INFO O| Feb 24 02:32:48.609 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-02-24T02:32:48.595Z[ recovery-image] Feb 24 02:32:48.624 INFO O| Feb 24 02:32:48.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80002026-02-24T02:32:48.595Z[ recovery-image] Feb 24 02:32:48.624 INFO O| Feb 24 02:32:48.624 INFO STEP 1066 (remove_files) COMPLETE
80012026-02-24T02:32:48.595Z[ recovery-image] Feb 24 02:32:48.624 INFO O| Feb 24 02:32:48.624 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-02-24T02:32:48.619Z[ recovery-image] Feb 24 02:32:48.648 INFO O| Feb 24 02:32:48.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80032026-02-24T02:32:48.619Z[ recovery-image] Feb 24 02:32:48.648 INFO O| Feb 24 02:32:48.648 INFO STEP 1067 (remove_files) COMPLETE
80042026-02-24T02:32:48.619Z[ recovery-image] Feb 24 02:32:48.648 INFO O| Feb 24 02:32:48.648 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-02-24T02:32:48.643Z[ recovery-image] Feb 24 02:32:48.668 INFO O| Feb 24 02:32:48.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80062026-02-24T02:32:48.643Z[ recovery-image] Feb 24 02:32:48.668 INFO O| Feb 24 02:32:48.668 INFO STEP 1068 (remove_files) COMPLETE
80072026-02-24T02:32:48.643Z[ recovery-image] Feb 24 02:32:48.668 INFO O| Feb 24 02:32:48.668 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-02-24T02:32:48.667Z[ recovery-image] Feb 24 02:32:48.689 INFO O| Feb 24 02:32:48.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80092026-02-24T02:32:48.667Z[ recovery-image] Feb 24 02:32:48.689 INFO O| Feb 24 02:32:48.689 INFO STEP 1069 (remove_files) COMPLETE
80102026-02-24T02:32:48.667Z[ recovery-image] Feb 24 02:32:48.689 INFO O| Feb 24 02:32:48.689 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-02-24T02:32:48.667Z[ recovery-image] Feb 24 02:32:48.705 INFO O| Feb 24 02:32:48.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80122026-02-24T02:32:48.667Z[ recovery-image] Feb 24 02:32:48.706 INFO O| Feb 24 02:32:48.706 INFO STEP 1070 (remove_files) COMPLETE
80132026-02-24T02:32:48.667Z[ recovery-image] Feb 24 02:32:48.706 INFO O| Feb 24 02:32:48.706 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-02-24T02:32:48.691Z[ recovery-image] Feb 24 02:32:48.724 INFO O| Feb 24 02:32:48.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80152026-02-24T02:32:48.692Z[ recovery-image] Feb 24 02:32:48.724 INFO O| Feb 24 02:32:48.724 INFO STEP 1071 (remove_files) COMPLETE
80162026-02-24T02:32:48.692Z[ recovery-image] Feb 24 02:32:48.724 INFO O| Feb 24 02:32:48.724 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-02-24T02:32:48.715Z[ recovery-image] Feb 24 02:32:48.743 INFO O| Feb 24 02:32:48.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80182026-02-24T02:32:48.716Z[ recovery-image] Feb 24 02:32:48.743 INFO O| Feb 24 02:32:48.743 INFO STEP 1072 (remove_files) COMPLETE
80192026-02-24T02:32:48.716Z[ recovery-image] Feb 24 02:32:48.743 INFO O| Feb 24 02:32:48.743 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-02-24T02:32:48.740Z[ recovery-image] Feb 24 02:32:48.763 INFO O| Feb 24 02:32:48.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80212026-02-24T02:32:48.740Z[ recovery-image] Feb 24 02:32:48.763 INFO O| Feb 24 02:32:48.763 INFO STEP 1073 (remove_files) COMPLETE
80222026-02-24T02:32:48.740Z[ recovery-image] Feb 24 02:32:48.763 INFO O| Feb 24 02:32:48.763 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-02-24T02:32:48.740Z[ recovery-image] Feb 24 02:32:48.779 INFO O| Feb 24 02:32:48.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80242026-02-24T02:32:48.740Z[ recovery-image] Feb 24 02:32:48.780 INFO O| Feb 24 02:32:48.780 INFO STEP 1074 (remove_files) COMPLETE
80252026-02-24T02:32:48.740Z[ recovery-image] Feb 24 02:32:48.780 INFO O| Feb 24 02:32:48.780 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-02-24T02:32:48.764Z[ recovery-image] Feb 24 02:32:48.791 INFO O| Feb 24 02:32:48.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80272026-02-24T02:32:48.764Z[ recovery-image] Feb 24 02:32:48.791 INFO O| Feb 24 02:32:48.791 INFO STEP 1075 (remove_files) COMPLETE
80282026-02-24T02:32:48.764Z[ recovery-image] Feb 24 02:32:48.791 INFO O| Feb 24 02:32:48.791 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-02-24T02:32:48.788Z[ recovery-image] Feb 24 02:32:48.809 INFO O| Feb 24 02:32:48.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80302026-02-24T02:32:48.788Z[ recovery-image] Feb 24 02:32:48.810 INFO O| Feb 24 02:32:48.809 INFO STEP 1076 (remove_files) COMPLETE
80312026-02-24T02:32:48.788Z[ recovery-image] Feb 24 02:32:48.810 INFO O| Feb 24 02:32:48.809 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-02-24T02:32:48.788Z[ recovery-image] Feb 24 02:32:48.829 INFO O| Feb 24 02:32:48.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80332026-02-24T02:32:48.788Z[ recovery-image] Feb 24 02:32:48.830 INFO O| Feb 24 02:32:48.829 INFO STEP 1077 (remove_files) COMPLETE
80342026-02-24T02:32:48.788Z[ recovery-image] Feb 24 02:32:48.830 INFO O| Feb 24 02:32:48.830 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-02-24T02:32:48.812Z[ recovery-image] Feb 24 02:32:48.848 INFO O| Feb 24 02:32:48.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80362026-02-24T02:32:48.812Z[ recovery-image] Feb 24 02:32:48.848 INFO O| Feb 24 02:32:48.848 INFO STEP 1078 (remove_files) COMPLETE
80372026-02-24T02:32:48.812Z[ recovery-image] Feb 24 02:32:48.848 INFO O| Feb 24 02:32:48.848 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-02-24T02:32:48.837Z[ recovery-image] Feb 24 02:32:48.861 INFO O| Feb 24 02:32:48.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80392026-02-24T02:32:48.837Z[ recovery-image] Feb 24 02:32:48.862 INFO O| Feb 24 02:32:48.862 INFO STEP 1079 (remove_files) COMPLETE
80402026-02-24T02:32:48.837Z[ recovery-image] Feb 24 02:32:48.862 INFO O| Feb 24 02:32:48.862 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-02-24T02:32:48.863Z[ recovery-image] Feb 24 02:32:48.880 INFO O| Feb 24 02:32:48.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80422026-02-24T02:32:48.863Z[ recovery-image] Feb 24 02:32:48.880 INFO O| Feb 24 02:32:48.880 INFO STEP 1080 (remove_files) COMPLETE
80432026-02-24T02:32:48.863Z[ recovery-image] Feb 24 02:32:48.880 INFO O| Feb 24 02:32:48.880 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-02-24T02:32:48.863Z[ recovery-image] Feb 24 02:32:48.896 INFO O| Feb 24 02:32:48.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80452026-02-24T02:32:48.863Z[ recovery-image] Feb 24 02:32:48.896 INFO O| Feb 24 02:32:48.896 INFO STEP 1081 (remove_files) COMPLETE
80462026-02-24T02:32:48.863Z[ recovery-image] Feb 24 02:32:48.896 INFO O| Feb 24 02:32:48.896 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-02-24T02:32:48.888Z[ recovery-image] Feb 24 02:32:48.919 INFO O| Feb 24 02:32:48.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80482026-02-24T02:32:48.888Z[ recovery-image] Feb 24 02:32:48.920 INFO O| Feb 24 02:32:48.920 INFO STEP 1082 (remove_files) COMPLETE
80492026-02-24T02:32:48.888Z[ recovery-image] Feb 24 02:32:48.920 INFO O| Feb 24 02:32:48.920 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-02-24T02:32:48.912Z[ recovery-image] Feb 24 02:32:48.938 INFO O| Feb 24 02:32:48.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80512026-02-24T02:32:48.912Z[ recovery-image] Feb 24 02:32:48.938 INFO O| Feb 24 02:32:48.938 INFO STEP 1083 (remove_files) COMPLETE
80522026-02-24T02:32:48.912Z[ recovery-image] Feb 24 02:32:48.938 INFO O| Feb 24 02:32:48.938 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-02-24T02:32:48.912Z[ recovery-image] Feb 24 02:32:48.954 INFO O| Feb 24 02:32:48.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80542026-02-24T02:32:48.912Z[ recovery-image] Feb 24 02:32:48.954 INFO O| Feb 24 02:32:48.954 INFO STEP 1084 (remove_files) COMPLETE
80552026-02-24T02:32:48.912Z[ recovery-image] Feb 24 02:32:48.954 INFO O| Feb 24 02:32:48.954 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-02-24T02:32:48.936Z[ recovery-image] Feb 24 02:32:48.974 INFO O| Feb 24 02:32:48.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80572026-02-24T02:32:48.936Z[ recovery-image] Feb 24 02:32:48.974 INFO O| Feb 24 02:32:48.974 INFO STEP 1085 (remove_files) COMPLETE
80582026-02-24T02:32:48.936Z[ recovery-image] Feb 24 02:32:48.974 INFO O| Feb 24 02:32:48.974 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-02-24T02:32:48.960Z[ recovery-image] Feb 24 02:32:48.993 INFO O| Feb 24 02:32:48.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80602026-02-24T02:32:48.960Z[ recovery-image] Feb 24 02:32:48.994 INFO O| Feb 24 02:32:48.994 INFO STEP 1086 (remove_files) COMPLETE
80612026-02-24T02:32:48.960Z[ recovery-image] Feb 24 02:32:48.994 INFO O| Feb 24 02:32:48.994 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-02-24T02:32:48.984Z[ recovery-image] Feb 24 02:32:49.017 INFO O| Feb 24 02:32:49.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80632026-02-24T02:32:48.984Z[ recovery-image] Feb 24 02:32:49.017 INFO O| Feb 24 02:32:49.017 INFO STEP 1087 (remove_files) COMPLETE
80642026-02-24T02:32:48.984Z[ recovery-image] Feb 24 02:32:49.017 INFO O| Feb 24 02:32:49.017 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-02-24T02:32:49.009Z[ recovery-image] Feb 24 02:32:49.038 INFO O| Feb 24 02:32:49.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80662026-02-24T02:32:49.009Z[ recovery-image] Feb 24 02:32:49.039 INFO O| Feb 24 02:32:49.039 INFO STEP 1088 (remove_files) COMPLETE
80672026-02-24T02:32:49.009Z[ recovery-image] Feb 24 02:32:49.039 INFO O| Feb 24 02:32:49.039 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-02-24T02:32:49.033Z[ recovery-image] Feb 24 02:32:49.060 INFO O| Feb 24 02:32:49.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80692026-02-24T02:32:49.033Z[ recovery-image] Feb 24 02:32:49.060 INFO O| Feb 24 02:32:49.060 INFO STEP 1089 (remove_files) COMPLETE
80702026-02-24T02:32:49.033Z[ recovery-image] Feb 24 02:32:49.060 INFO O| Feb 24 02:32:49.060 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-02-24T02:32:49.058Z[ recovery-image] Feb 24 02:32:49.082 INFO O| Feb 24 02:32:49.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80722026-02-24T02:32:49.059Z[ recovery-image] Feb 24 02:32:49.082 INFO O| Feb 24 02:32:49.082 INFO STEP 1090 (remove_files) COMPLETE
80732026-02-24T02:32:49.059Z[ recovery-image] Feb 24 02:32:49.082 INFO O| Feb 24 02:32:49.082 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-02-24T02:32:49.059Z[ recovery-image] Feb 24 02:32:49.101 INFO O| Feb 24 02:32:49.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80752026-02-24T02:32:49.059Z[ recovery-image] Feb 24 02:32:49.101 INFO O| Feb 24 02:32:49.101 INFO STEP 1091 (remove_files) COMPLETE
80762026-02-24T02:32:49.059Z[ recovery-image] Feb 24 02:32:49.101 INFO O| Feb 24 02:32:49.101 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-02-24T02:32:49.083Z[ recovery-image] Feb 24 02:32:49.119 INFO O| Feb 24 02:32:49.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80782026-02-24T02:32:49.083Z[ recovery-image] Feb 24 02:32:49.119 INFO O| Feb 24 02:32:49.119 INFO STEP 1092 (remove_files) COMPLETE
80792026-02-24T02:32:49.083Z[ recovery-image] Feb 24 02:32:49.119 INFO O| Feb 24 02:32:49.119 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-02-24T02:32:49.107Z[ recovery-image] Feb 24 02:32:49.136 INFO O| Feb 24 02:32:49.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80812026-02-24T02:32:49.107Z[ recovery-image] Feb 24 02:32:49.136 INFO O| Feb 24 02:32:49.136 INFO STEP 1093 (remove_files) COMPLETE
80822026-02-24T02:32:49.107Z[ recovery-image] Feb 24 02:32:49.136 INFO O| Feb 24 02:32:49.136 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-02-24T02:32:49.133Z[ recovery-image] Feb 24 02:32:49.154 INFO O| Feb 24 02:32:49.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80842026-02-24T02:32:49.133Z[ recovery-image] Feb 24 02:32:49.154 INFO O| Feb 24 02:32:49.154 INFO STEP 1094 (remove_files) COMPLETE
80852026-02-24T02:32:49.133Z[ recovery-image] Feb 24 02:32:49.154 INFO O| Feb 24 02:32:49.154 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-02-24T02:32:49.160Z[ recovery-image] Feb 24 02:32:49.176 INFO O| Feb 24 02:32:49.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80872026-02-24T02:32:49.161Z[ recovery-image] Feb 24 02:32:49.176 INFO O| Feb 24 02:32:49.176 INFO STEP 1095 (remove_files) COMPLETE
80882026-02-24T02:32:49.161Z[ recovery-image] Feb 24 02:32:49.177 INFO O| Feb 24 02:32:49.176 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-02-24T02:32:49.161Z[ recovery-image] Feb 24 02:32:49.192 INFO O| Feb 24 02:32:49.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80902026-02-24T02:32:49.161Z[ recovery-image] Feb 24 02:32:49.192 INFO O| Feb 24 02:32:49.192 INFO STEP 1096 (remove_files) COMPLETE
80912026-02-24T02:32:49.161Z[ recovery-image] Feb 24 02:32:49.192 INFO O| Feb 24 02:32:49.192 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-02-24T02:32:49.185Z[ recovery-image] Feb 24 02:32:49.207 INFO O| Feb 24 02:32:49.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80932026-02-24T02:32:49.185Z[ recovery-image] Feb 24 02:32:49.207 INFO O| Feb 24 02:32:49.207 INFO STEP 1097 (remove_files) COMPLETE
80942026-02-24T02:32:49.185Z[ recovery-image] Feb 24 02:32:49.207 INFO O| Feb 24 02:32:49.207 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-02-24T02:32:49.211Z[ recovery-image] Feb 24 02:32:49.228 INFO O| Feb 24 02:32:49.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80962026-02-24T02:32:49.212Z[ recovery-image] Feb 24 02:32:49.229 INFO O| Feb 24 02:32:49.229 INFO STEP 1098 (remove_files) COMPLETE
80972026-02-24T02:32:49.212Z[ recovery-image] Feb 24 02:32:49.229 INFO O| Feb 24 02:32:49.229 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-02-24T02:32:49.212Z[ recovery-image] Feb 24 02:32:49.247 INFO O| Feb 24 02:32:49.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80992026-02-24T02:32:49.212Z[ recovery-image] Feb 24 02:32:49.247 INFO O| Feb 24 02:32:49.247 INFO STEP 1099 (remove_files) COMPLETE
81002026-02-24T02:32:49.213Z[ recovery-image] Feb 24 02:32:49.247 INFO O| Feb 24 02:32:49.247 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-02-24T02:32:49.240Z[ recovery-image] Feb 24 02:32:49.264 INFO O| Feb 24 02:32:49.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81022026-02-24T02:32:49.240Z[ recovery-image] Feb 24 02:32:49.264 INFO O| Feb 24 02:32:49.264 INFO STEP 1100 (remove_files) COMPLETE
81032026-02-24T02:32:49.240Z[ recovery-image] Feb 24 02:32:49.264 INFO O| Feb 24 02:32:49.264 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-02-24T02:32:49.270Z[ recovery-image] Feb 24 02:32:49.282 INFO O| Feb 24 02:32:49.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81052026-02-24T02:32:49.270Z[ recovery-image] Feb 24 02:32:49.282 INFO O| Feb 24 02:32:49.282 INFO STEP 1101 (remove_files) COMPLETE
81062026-02-24T02:32:49.270Z[ recovery-image] Feb 24 02:32:49.282 INFO O| Feb 24 02:32:49.282 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-02-24T02:32:49.270Z[ recovery-image] Feb 24 02:32:49.300 INFO O| Feb 24 02:32:49.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81082026-02-24T02:32:49.270Z[ recovery-image] Feb 24 02:32:49.300 INFO O| Feb 24 02:32:49.300 INFO STEP 1102 (remove_files) COMPLETE
81092026-02-24T02:32:49.271Z[ recovery-image] Feb 24 02:32:49.300 INFO O| Feb 24 02:32:49.300 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-02-24T02:32:49.297Z[ recovery-image] Feb 24 02:32:49.320 INFO O| Feb 24 02:32:49.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81112026-02-24T02:32:49.297Z[ recovery-image] Feb 24 02:32:49.320 INFO O| Feb 24 02:32:49.320 INFO STEP 1103 (remove_files) COMPLETE
81122026-02-24T02:32:49.297Z[ recovery-image] Feb 24 02:32:49.320 INFO O| Feb 24 02:32:49.320 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-02-24T02:32:49.297Z[ recovery-image] Feb 24 02:32:49.337 INFO O| Feb 24 02:32:49.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81142026-02-24T02:32:49.297Z[ recovery-image] Feb 24 02:32:49.337 INFO O| Feb 24 02:32:49.337 INFO STEP 1104 (remove_files) COMPLETE
81152026-02-24T02:32:49.297Z[ recovery-image] Feb 24 02:32:49.337 INFO O| Feb 24 02:32:49.337 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-02-24T02:32:49.323Z[ recovery-image] Feb 24 02:32:49.352 INFO O| Feb 24 02:32:49.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81172026-02-24T02:32:49.323Z[ recovery-image] Feb 24 02:32:49.352 INFO O| Feb 24 02:32:49.352 INFO STEP 1105 (remove_files) COMPLETE
81182026-02-24T02:32:49.323Z[ recovery-image] Feb 24 02:32:49.352 INFO O| Feb 24 02:32:49.352 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-02-24T02:32:49.324Z[ recovery-image] Feb 24 02:32:49.365 INFO O| Feb 24 02:32:49.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81202026-02-24T02:32:49.324Z[ recovery-image] Feb 24 02:32:49.365 INFO O| Feb 24 02:32:49.365 INFO STEP 1106 (remove_files) COMPLETE
81212026-02-24T02:32:49.324Z[ recovery-image] Feb 24 02:32:49.365 INFO O| Feb 24 02:32:49.365 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-02-24T02:32:49.348Z[ recovery-image] Feb 24 02:32:49.386 INFO O| Feb 24 02:32:49.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81232026-02-24T02:32:49.348Z[ recovery-image] Feb 24 02:32:49.386 INFO O| Feb 24 02:32:49.386 INFO STEP 1107 (remove_files) COMPLETE
81242026-02-24T02:32:49.348Z[ recovery-image] Feb 24 02:32:49.386 INFO O| Feb 24 02:32:49.386 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-02-24T02:32:49.373Z[ recovery-image] Feb 24 02:32:49.407 INFO O| Feb 24 02:32:49.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81262026-02-24T02:32:49.373Z[ recovery-image] Feb 24 02:32:49.407 INFO O| Feb 24 02:32:49.407 INFO STEP 1108 (remove_files) COMPLETE
81272026-02-24T02:32:49.373Z[ recovery-image] Feb 24 02:32:49.407 INFO O| Feb 24 02:32:49.407 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-02-24T02:32:49.399Z[ recovery-image] Feb 24 02:32:49.425 INFO O| Feb 24 02:32:49.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81292026-02-24T02:32:49.399Z[ recovery-image] Feb 24 02:32:49.425 INFO O| Feb 24 02:32:49.425 INFO STEP 1109 (remove_files) COMPLETE
81302026-02-24T02:32:49.399Z[ recovery-image] Feb 24 02:32:49.425 INFO O| Feb 24 02:32:49.425 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-02-24T02:32:49.423Z[ recovery-image] Feb 24 02:32:49.440 INFO O| Feb 24 02:32:49.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81322026-02-24T02:32:49.423Z[ recovery-image] Feb 24 02:32:49.441 INFO O| Feb 24 02:32:49.441 INFO STEP 1110 (remove_files) COMPLETE
81332026-02-24T02:32:49.423Z[ recovery-image] Feb 24 02:32:49.441 INFO O| Feb 24 02:32:49.441 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-02-24T02:32:49.423Z[ recovery-image] Feb 24 02:32:49.458 INFO O| Feb 24 02:32:49.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81352026-02-24T02:32:49.423Z[ recovery-image] Feb 24 02:32:49.458 INFO O| Feb 24 02:32:49.458 INFO STEP 1111 (remove_files) COMPLETE
81362026-02-24T02:32:49.424Z[ recovery-image] Feb 24 02:32:49.458 INFO O| Feb 24 02:32:49.458 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-02-24T02:32:49.448Z[ recovery-image] Feb 24 02:32:49.474 INFO O| Feb 24 02:32:49.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81382026-02-24T02:32:49.448Z[ recovery-image] Feb 24 02:32:49.474 INFO O| Feb 24 02:32:49.474 INFO STEP 1112 (remove_files) COMPLETE
81392026-02-24T02:32:49.448Z[ recovery-image] Feb 24 02:32:49.474 INFO O| Feb 24 02:32:49.474 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-02-24T02:32:49.448Z[ recovery-image] Feb 24 02:32:49.488 INFO O| Feb 24 02:32:49.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81412026-02-24T02:32:49.448Z[ recovery-image] Feb 24 02:32:49.488 INFO O| Feb 24 02:32:49.488 INFO STEP 1113 (remove_files) COMPLETE
81422026-02-24T02:32:49.448Z[ recovery-image] Feb 24 02:32:49.488 INFO O| Feb 24 02:32:49.488 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-02-24T02:32:49.472Z[ recovery-image] Feb 24 02:32:49.508 INFO O| Feb 24 02:32:49.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81442026-02-24T02:32:49.472Z[ recovery-image] Feb 24 02:32:49.508 INFO O| Feb 24 02:32:49.508 INFO STEP 1114 (remove_files) COMPLETE
81452026-02-24T02:32:49.472Z[ recovery-image] Feb 24 02:32:49.508 INFO O| Feb 24 02:32:49.508 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-02-24T02:32:49.496Z[ recovery-image] Feb 24 02:32:49.527 INFO O| Feb 24 02:32:49.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81472026-02-24T02:32:49.496Z[ recovery-image] Feb 24 02:32:49.527 INFO O| Feb 24 02:32:49.527 INFO STEP 1115 (remove_files) COMPLETE
81482026-02-24T02:32:49.496Z[ recovery-image] Feb 24 02:32:49.527 INFO O| Feb 24 02:32:49.527 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-02-24T02:32:49.520Z[ recovery-image] Feb 24 02:32:49.546 INFO O| Feb 24 02:32:49.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81502026-02-24T02:32:49.520Z[ recovery-image] Feb 24 02:32:49.546 INFO O| Feb 24 02:32:49.546 INFO STEP 1116 (remove_files) COMPLETE
81512026-02-24T02:32:49.520Z[ recovery-image] Feb 24 02:32:49.546 INFO O| Feb 24 02:32:49.546 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-02-24T02:32:49.544Z[ recovery-image] Feb 24 02:32:49.565 INFO O| Feb 24 02:32:49.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81532026-02-24T02:32:49.544Z[ recovery-image] Feb 24 02:32:49.565 INFO O| Feb 24 02:32:49.565 INFO STEP 1117 (remove_files) COMPLETE
81542026-02-24T02:32:49.544Z[ recovery-image] Feb 24 02:32:49.565 INFO O| Feb 24 02:32:49.565 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-02-24T02:32:49.544Z[ recovery-image] Feb 24 02:32:49.585 INFO O| Feb 24 02:32:49.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81562026-02-24T02:32:49.544Z[ recovery-image] Feb 24 02:32:49.585 INFO O| Feb 24 02:32:49.585 INFO STEP 1118 (remove_files) COMPLETE
81572026-02-24T02:32:49.544Z[ recovery-image] Feb 24 02:32:49.585 INFO O| Feb 24 02:32:49.585 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-02-24T02:32:49.568Z[ recovery-image] Feb 24 02:32:49.603 INFO O| Feb 24 02:32:49.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81592026-02-24T02:32:49.568Z[ recovery-image] Feb 24 02:32:49.603 INFO O| Feb 24 02:32:49.603 INFO STEP 1119 (remove_files) COMPLETE
81602026-02-24T02:32:49.568Z[ recovery-image] Feb 24 02:32:49.603 INFO O| Feb 24 02:32:49.603 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-02-24T02:32:49.592Z[ recovery-image] Feb 24 02:32:49.621 INFO O| Feb 24 02:32:49.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81622026-02-24T02:32:49.592Z[ recovery-image] Feb 24 02:32:49.621 INFO O| Feb 24 02:32:49.621 INFO STEP 1120 (remove_files) COMPLETE
81632026-02-24T02:32:49.592Z[ recovery-image] Feb 24 02:32:49.621 INFO O| Feb 24 02:32:49.621 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-02-24T02:32:49.619Z[ recovery-image] Feb 24 02:32:49.635 INFO O| Feb 24 02:32:49.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81652026-02-24T02:32:49.619Z[ recovery-image] Feb 24 02:32:49.635 INFO O| Feb 24 02:32:49.635 INFO STEP 1121 (remove_files) COMPLETE
81662026-02-24T02:32:49.619Z[ recovery-image] Feb 24 02:32:49.635 INFO O| Feb 24 02:32:49.635 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-02-24T02:32:49.619Z[ recovery-image] Feb 24 02:32:49.653 INFO O| Feb 24 02:32:49.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81682026-02-24T02:32:49.619Z[ recovery-image] Feb 24 02:32:49.653 INFO O| Feb 24 02:32:49.653 INFO STEP 1122 (remove_files) COMPLETE
81692026-02-24T02:32:49.619Z[ recovery-image] Feb 24 02:32:49.653 INFO O| Feb 24 02:32:49.653 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-02-24T02:32:49.643Z[ recovery-image] Feb 24 02:32:49.671 INFO O| Feb 24 02:32:49.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81712026-02-24T02:32:49.643Z[ recovery-image] Feb 24 02:32:49.671 INFO O| Feb 24 02:32:49.671 INFO STEP 1123 (remove_files) COMPLETE
81722026-02-24T02:32:49.643Z[ recovery-image] Feb 24 02:32:49.671 INFO O| Feb 24 02:32:49.671 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-02-24T02:32:49.667Z[ recovery-image] Feb 24 02:32:49.689 INFO O| Feb 24 02:32:49.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81742026-02-24T02:32:49.667Z[ recovery-image] Feb 24 02:32:49.689 INFO O| Feb 24 02:32:49.689 INFO STEP 1124 (remove_files) COMPLETE
81752026-02-24T02:32:49.667Z[ recovery-image] Feb 24 02:32:49.689 INFO O| Feb 24 02:32:49.689 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-02-24T02:32:49.668Z[ recovery-image] Feb 24 02:32:49.704 INFO O| Feb 24 02:32:49.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81772026-02-24T02:32:49.668Z[ recovery-image] Feb 24 02:32:49.704 INFO O| Feb 24 02:32:49.704 INFO STEP 1125 (remove_files) COMPLETE
81782026-02-24T02:32:49.668Z[ recovery-image] Feb 24 02:32:49.704 INFO O| Feb 24 02:32:49.704 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-02-24T02:32:49.693Z[ recovery-image] Feb 24 02:32:49.717 INFO O| Feb 24 02:32:49.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81802026-02-24T02:32:49.693Z[ recovery-image] Feb 24 02:32:49.718 INFO O| Feb 24 02:32:49.717 INFO STEP 1126 (remove_files) COMPLETE
81812026-02-24T02:32:49.693Z[ recovery-image] Feb 24 02:32:49.718 INFO O| Feb 24 02:32:49.718 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-02-24T02:32:49.693Z[ recovery-image] Feb 24 02:32:49.734 INFO O| Feb 24 02:32:49.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81832026-02-24T02:32:49.693Z[ recovery-image] Feb 24 02:32:49.734 INFO O| Feb 24 02:32:49.734 INFO STEP 1127 (remove_files) COMPLETE
81842026-02-24T02:32:49.693Z[ recovery-image] Feb 24 02:32:49.734 INFO O| Feb 24 02:32:49.734 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-02-24T02:32:49.718Z[ recovery-image] Feb 24 02:32:49.755 INFO O| Feb 24 02:32:49.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81862026-02-24T02:32:49.718Z[ recovery-image] Feb 24 02:32:49.756 INFO O| Feb 24 02:32:49.756 INFO STEP 1128 (remove_files) COMPLETE
81872026-02-24T02:32:49.718Z[ recovery-image] Feb 24 02:32:49.756 INFO O| Feb 24 02:32:49.756 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-02-24T02:32:49.742Z[ recovery-image] Feb 24 02:32:49.776 INFO O| Feb 24 02:32:49.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81892026-02-24T02:32:49.742Z[ recovery-image] Feb 24 02:32:49.776 INFO O| Feb 24 02:32:49.776 INFO STEP 1129 (remove_files) COMPLETE
81902026-02-24T02:32:49.742Z[ recovery-image] Feb 24 02:32:49.776 INFO O| Feb 24 02:32:49.776 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-02-24T02:32:49.766Z[ recovery-image] Feb 24 02:32:49.794 INFO O| Feb 24 02:32:49.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81922026-02-24T02:32:49.766Z[ recovery-image] Feb 24 02:32:49.794 INFO O| Feb 24 02:32:49.794 INFO STEP 1130 (remove_files) COMPLETE
81932026-02-24T02:32:49.766Z[ recovery-image] Feb 24 02:32:49.794 INFO O| Feb 24 02:32:49.794 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-02-24T02:32:49.790Z[ recovery-image] Feb 24 02:32:49.812 INFO O| Feb 24 02:32:49.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81952026-02-24T02:32:49.790Z[ recovery-image] Feb 24 02:32:49.812 INFO O| Feb 24 02:32:49.812 INFO STEP 1131 (remove_files) COMPLETE
81962026-02-24T02:32:49.790Z[ recovery-image] Feb 24 02:32:49.812 INFO O| Feb 24 02:32:49.812 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-02-24T02:32:49.790Z[ recovery-image] Feb 24 02:32:49.829 INFO O| Feb 24 02:32:49.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81982026-02-24T02:32:49.790Z[ recovery-image] Feb 24 02:32:49.829 INFO O| Feb 24 02:32:49.829 INFO STEP 1132 (remove_files) COMPLETE
81992026-02-24T02:32:49.790Z[ recovery-image] Feb 24 02:32:49.829 INFO O| Feb 24 02:32:49.829 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-02-24T02:32:49.814Z[ recovery-image] Feb 24 02:32:49.847 INFO O| Feb 24 02:32:49.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82012026-02-24T02:32:49.814Z[ recovery-image] Feb 24 02:32:49.847 INFO O| Feb 24 02:32:49.847 INFO STEP 1133 (remove_files) COMPLETE
82022026-02-24T02:32:49.814Z[ recovery-image] Feb 24 02:32:49.847 INFO O| Feb 24 02:32:49.847 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-02-24T02:32:49.838Z[ recovery-image] Feb 24 02:32:49.864 INFO O| Feb 24 02:32:49.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82042026-02-24T02:32:49.838Z[ recovery-image] Feb 24 02:32:49.864 INFO O| Feb 24 02:32:49.864 INFO STEP 1134 (remove_files) COMPLETE
82052026-02-24T02:32:49.838Z[ recovery-image] Feb 24 02:32:49.864 INFO O| Feb 24 02:32:49.864 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-02-24T02:32:49.838Z[ recovery-image] Feb 24 02:32:49.879 INFO O| Feb 24 02:32:49.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82072026-02-24T02:32:49.838Z[ recovery-image] Feb 24 02:32:49.879 INFO O| Feb 24 02:32:49.879 INFO STEP 1135 (remove_files) COMPLETE
82082026-02-24T02:32:49.838Z[ recovery-image] Feb 24 02:32:49.880 INFO O| Feb 24 02:32:49.879 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-02-24T02:32:49.864Z[ recovery-image] Feb 24 02:32:49.894 INFO O| Feb 24 02:32:49.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82102026-02-24T02:32:49.864Z[ recovery-image] Feb 24 02:32:49.894 INFO O| Feb 24 02:32:49.894 INFO STEP 1136 (remove_files) COMPLETE
82112026-02-24T02:32:49.864Z[ recovery-image] Feb 24 02:32:49.894 INFO O| Feb 24 02:32:49.894 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-02-24T02:32:49.888Z[ recovery-image] Feb 24 02:32:49.911 INFO O| Feb 24 02:32:49.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82132026-02-24T02:32:49.888Z[ recovery-image] Feb 24 02:32:49.911 INFO O| Feb 24 02:32:49.911 INFO STEP 1137 (remove_files) COMPLETE
82142026-02-24T02:32:49.888Z[ recovery-image] Feb 24 02:32:49.911 INFO O| Feb 24 02:32:49.911 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-02-24T02:32:49.888Z[ recovery-image] Feb 24 02:32:49.925 INFO O| Feb 24 02:32:49.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82162026-02-24T02:32:49.888Z[ recovery-image] Feb 24 02:32:49.925 INFO O| Feb 24 02:32:49.925 INFO STEP 1138 (remove_files) COMPLETE
82172026-02-24T02:32:49.888Z[ recovery-image] Feb 24 02:32:49.925 INFO O| Feb 24 02:32:49.925 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-02-24T02:32:49.919Z[ recovery-image] Feb 24 02:32:49.939 INFO O| Feb 24 02:32:49.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82192026-02-24T02:32:49.919Z[ recovery-image] Feb 24 02:32:49.939 INFO O| Feb 24 02:32:49.939 INFO STEP 1139 (remove_files) COMPLETE
82202026-02-24T02:32:49.919Z[ recovery-image] Feb 24 02:32:49.939 INFO O| Feb 24 02:32:49.939 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-02-24T02:32:49.946Z[ recovery-image] Feb 24 02:32:49.957 INFO O| Feb 24 02:32:49.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82222026-02-24T02:32:49.946Z[ recovery-image] Feb 24 02:32:49.957 INFO O| Feb 24 02:32:49.957 INFO STEP 1140 (remove_files) COMPLETE
82232026-02-24T02:32:49.946Z[ recovery-image] Feb 24 02:32:49.957 INFO O| Feb 24 02:32:49.957 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-02-24T02:32:49.946Z[ recovery-image] Feb 24 02:32:49.977 INFO O| Feb 24 02:32:49.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82252026-02-24T02:32:49.946Z[ recovery-image] Feb 24 02:32:49.977 INFO O| Feb 24 02:32:49.977 INFO STEP 1141 (remove_files) COMPLETE
82262026-02-24T02:32:49.947Z[ recovery-image] Feb 24 02:32:49.977 INFO O| Feb 24 02:32:49.977 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-02-24T02:32:49.972Z[ recovery-image] Feb 24 02:32:49.995 INFO O| Feb 24 02:32:49.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82282026-02-24T02:32:49.973Z[ recovery-image] Feb 24 02:32:49.995 INFO O| Feb 24 02:32:49.995 INFO STEP 1142 (remove_files) COMPLETE
82292026-02-24T02:32:49.973Z[ recovery-image] Feb 24 02:32:49.995 INFO O| Feb 24 02:32:49.995 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302026-02-24T02:32:49.973Z[ recovery-image] Feb 24 02:32:50.013 INFO O| Feb 24 02:32:50.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82312026-02-24T02:32:49.973Z[ recovery-image] Feb 24 02:32:50.013 INFO O| Feb 24 02:32:50.013 INFO STEP 1143 (remove_files) COMPLETE
82322026-02-24T02:32:49.973Z[ recovery-image] Feb 24 02:32:50.013 INFO O| Feb 24 02:32:50.013 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332026-02-24T02:32:49.997Z[ recovery-image] Feb 24 02:32:50.032 INFO O| Feb 24 02:32:50.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82342026-02-24T02:32:49.998Z[ recovery-image] Feb 24 02:32:50.033 INFO O| Feb 24 02:32:50.033 INFO STEP 1144 (remove_files) COMPLETE
82352026-02-24T02:32:49.998Z[ recovery-image] Feb 24 02:32:50.033 INFO O| Feb 24 02:32:50.033 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362026-02-24T02:32:50.022Z[ recovery-image] Feb 24 02:32:50.050 INFO O| Feb 24 02:32:50.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82372026-02-24T02:32:50.022Z[ recovery-image] Feb 24 02:32:50.050 INFO O| Feb 24 02:32:50.050 INFO STEP 1145 (remove_files) COMPLETE
82382026-02-24T02:32:50.022Z[ recovery-image] Feb 24 02:32:50.050 INFO O| Feb 24 02:32:50.050 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392026-02-24T02:32:50.046Z[ recovery-image] Feb 24 02:32:50.069 INFO O| Feb 24 02:32:50.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82402026-02-24T02:32:50.047Z[ recovery-image] Feb 24 02:32:50.070 INFO O| Feb 24 02:32:50.070 INFO STEP 1146 (remove_files) COMPLETE
82412026-02-24T02:32:50.047Z[ recovery-image] Feb 24 02:32:50.070 INFO O| Feb 24 02:32:50.070 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422026-02-24T02:32:50.047Z[ recovery-image] Feb 24 02:32:50.088 INFO O| Feb 24 02:32:50.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82432026-02-24T02:32:50.047Z[ recovery-image] Feb 24 02:32:50.088 INFO O| Feb 24 02:32:50.088 INFO STEP 1147 (remove_files) COMPLETE
82442026-02-24T02:32:50.047Z[ recovery-image] Feb 24 02:32:50.088 INFO O| Feb 24 02:32:50.088 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452026-02-24T02:32:50.071Z[ recovery-image] Feb 24 02:32:50.103 INFO O| Feb 24 02:32:50.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82462026-02-24T02:32:50.071Z[ recovery-image] Feb 24 02:32:50.103 INFO O| Feb 24 02:32:50.103 INFO STEP 1148 (remove_files) COMPLETE
82472026-02-24T02:32:50.071Z[ recovery-image] Feb 24 02:32:50.103 INFO O| Feb 24 02:32:50.103 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482026-02-24T02:32:50.095Z[ recovery-image] Feb 24 02:32:50.117 INFO O| Feb 24 02:32:50.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82492026-02-24T02:32:50.095Z[ recovery-image] Feb 24 02:32:50.117 INFO O| Feb 24 02:32:50.117 INFO STEP 1149 (remove_files) COMPLETE
82502026-02-24T02:32:50.095Z[ recovery-image] Feb 24 02:32:50.117 INFO O| Feb 24 02:32:50.117 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512026-02-24T02:32:50.095Z[ recovery-image] Feb 24 02:32:50.131 INFO O| Feb 24 02:32:50.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82522026-02-24T02:32:50.095Z[ recovery-image] Feb 24 02:32:50.131 INFO O| Feb 24 02:32:50.131 INFO STEP 1150 (remove_files) COMPLETE
82532026-02-24T02:32:50.095Z[ recovery-image] Feb 24 02:32:50.131 INFO O| Feb 24 02:32:50.131 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542026-02-24T02:32:50.119Z[ recovery-image] Feb 24 02:32:50.144 INFO O| Feb 24 02:32:50.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82552026-02-24T02:32:50.119Z[ recovery-image] Feb 24 02:32:50.144 INFO O| Feb 24 02:32:50.144 INFO STEP 1151 (remove_files) COMPLETE
82562026-02-24T02:32:50.119Z[ recovery-image] Feb 24 02:32:50.144 INFO O| Feb 24 02:32:50.144 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572026-02-24T02:32:50.143Z[ recovery-image] Feb 24 02:32:50.167 INFO O| Feb 24 02:32:50.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82582026-02-24T02:32:50.143Z[ recovery-image] Feb 24 02:32:50.167 INFO O| Feb 24 02:32:50.167 INFO STEP 1152 (remove_files) COMPLETE
82592026-02-24T02:32:50.143Z[ recovery-image] Feb 24 02:32:50.167 INFO O| Feb 24 02:32:50.167 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602026-02-24T02:32:50.143Z[ recovery-image] Feb 24 02:32:50.180 INFO O| Feb 24 02:32:50.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82612026-02-24T02:32:50.143Z[ recovery-image] Feb 24 02:32:50.181 INFO O| Feb 24 02:32:50.180 INFO STEP 1153 (remove_files) COMPLETE
82622026-02-24T02:32:50.143Z[ recovery-image] Feb 24 02:32:50.181 INFO O| Feb 24 02:32:50.181 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82632026-02-24T02:32:50.168Z[ recovery-image] Feb 24 02:32:50.199 INFO O| Feb 24 02:32:50.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82642026-02-24T02:32:50.168Z[ recovery-image] Feb 24 02:32:50.199 INFO O| Feb 24 02:32:50.199 INFO STEP 1154 (remove_files) COMPLETE
82652026-02-24T02:32:50.168Z[ recovery-image] Feb 24 02:32:50.199 INFO O| Feb 24 02:32:50.199 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82662026-02-24T02:32:50.192Z[ recovery-image] Feb 24 02:32:50.218 INFO O| Feb 24 02:32:50.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82672026-02-24T02:32:50.192Z[ recovery-image] Feb 24 02:32:50.218 INFO O| Feb 24 02:32:50.218 INFO STEP 1155 (remove_files) COMPLETE
82682026-02-24T02:32:50.192Z[ recovery-image] Feb 24 02:32:50.218 INFO O| Feb 24 02:32:50.218 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82692026-02-24T02:32:50.216Z[ recovery-image] Feb 24 02:32:50.236 INFO O| Feb 24 02:32:50.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82702026-02-24T02:32:50.216Z[ recovery-image] Feb 24 02:32:50.236 INFO O| Feb 24 02:32:50.236 INFO STEP 1156 (remove_files) COMPLETE
82712026-02-24T02:32:50.216Z[ recovery-image] Feb 24 02:32:50.236 INFO O| Feb 24 02:32:50.236 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82722026-02-24T02:32:50.216Z[ recovery-image] Feb 24 02:32:50.252 INFO O| Feb 24 02:32:50.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82732026-02-24T02:32:50.216Z[ recovery-image] Feb 24 02:32:50.253 INFO O| Feb 24 02:32:50.252 INFO STEP 1157 (remove_files) COMPLETE
82742026-02-24T02:32:50.216Z[ recovery-image] Feb 24 02:32:50.253 INFO O| Feb 24 02:32:50.252 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82752026-02-24T02:32:50.240Z[ recovery-image] Feb 24 02:32:50.268 INFO O| Feb 24 02:32:50.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82762026-02-24T02:32:50.240Z[ recovery-image] Feb 24 02:32:50.268 INFO O| Feb 24 02:32:50.268 INFO STEP 1158 (remove_files) COMPLETE
82772026-02-24T02:32:50.240Z[ recovery-image] Feb 24 02:32:50.268 INFO O| Feb 24 02:32:50.268 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82782026-02-24T02:32:50.265Z[ recovery-image] Feb 24 02:32:50.285 INFO O| Feb 24 02:32:50.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82792026-02-24T02:32:50.265Z[ recovery-image] Feb 24 02:32:50.285 INFO O| Feb 24 02:32:50.285 INFO STEP 1159 (remove_files) COMPLETE
82802026-02-24T02:32:50.265Z[ recovery-image] Feb 24 02:32:50.285 INFO O| Feb 24 02:32:50.285 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82812026-02-24T02:32:50.265Z[ recovery-image] Feb 24 02:32:50.299 INFO O| Feb 24 02:32:50.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82822026-02-24T02:32:50.265Z[ recovery-image] Feb 24 02:32:50.300 INFO O| Feb 24 02:32:50.300 INFO STEP 1160 (remove_files) COMPLETE
82832026-02-24T02:32:50.265Z[ recovery-image] Feb 24 02:32:50.300 INFO O| Feb 24 02:32:50.300 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82842026-02-24T02:32:50.289Z[ recovery-image] Feb 24 02:32:50.314 INFO O| Feb 24 02:32:50.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82852026-02-24T02:32:50.289Z[ recovery-image] Feb 24 02:32:50.314 INFO O| Feb 24 02:32:50.314 INFO STEP 1161 (remove_files) COMPLETE
82862026-02-24T02:32:50.289Z[ recovery-image] Feb 24 02:32:50.314 INFO O| Feb 24 02:32:50.314 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82872026-02-24T02:32:50.289Z[ recovery-image] Feb 24 02:32:50.328 INFO O| Feb 24 02:32:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82882026-02-24T02:32:50.289Z[ recovery-image] Feb 24 02:32:50.328 INFO O| Feb 24 02:32:50.328 INFO STEP 1162 (remove_files) COMPLETE
82892026-02-24T02:32:50.289Z[ recovery-image] Feb 24 02:32:50.328 INFO O| Feb 24 02:32:50.328 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82902026-02-24T02:32:50.317Z[ recovery-image] Feb 24 02:32:50.347 INFO O| Feb 24 02:32:50.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82912026-02-24T02:32:50.317Z[ recovery-image] Feb 24 02:32:50.347 INFO O| Feb 24 02:32:50.347 INFO STEP 1163 (remove_files) COMPLETE
82922026-02-24T02:32:50.317Z[ recovery-image] Feb 24 02:32:50.347 INFO O| Feb 24 02:32:50.347 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82932026-02-24T02:32:50.341Z[ recovery-image] Feb 24 02:32:50.363 INFO O| Feb 24 02:32:50.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82942026-02-24T02:32:50.341Z[ recovery-image] Feb 24 02:32:50.363 INFO O| Feb 24 02:32:50.363 INFO STEP 1164 (remove_files) COMPLETE
82952026-02-24T02:32:50.341Z[ recovery-image] Feb 24 02:32:50.363 INFO O| Feb 24 02:32:50.363 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82962026-02-24T02:32:50.365Z[ recovery-image] Feb 24 02:32:50.384 INFO O| Feb 24 02:32:50.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82972026-02-24T02:32:50.365Z[ recovery-image] Feb 24 02:32:50.384 INFO O| Feb 24 02:32:50.384 INFO STEP 1165 (remove_files) COMPLETE
82982026-02-24T02:32:50.365Z[ recovery-image] Feb 24 02:32:50.385 INFO O| Feb 24 02:32:50.384 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82992026-02-24T02:32:50.389Z[ recovery-image] Feb 24 02:32:50.411 INFO O| Feb 24 02:32:50.411 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83002026-02-24T02:32:50.389Z[ recovery-image] Feb 24 02:32:50.411 INFO O| Feb 24 02:32:50.411 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83012026-02-24T02:32:50.506Z[ host-image] Feb 24 02:32:50.549 INFO O| Feb 24 02:32:50.549 INFO O| Planning: Solver setup ... Done
83022026-02-24T02:32:50.530Z[ host-image] Feb 24 02:32:50.561 INFO O| Feb 24 02:32:50.561 INFO O| Planning: Running solver ... Done
83032026-02-24T02:32:50.646Z[ host-image] Feb 24 02:32:50.689 INFO O| Feb 24 02:32:50.688 INFO O| Planning: Finding local manifests ... Done
83042026-02-24T02:32:50.734Z[ host-image] Feb 24 02:32:50.777 INFO O| Feb 24 02:32:50.777 INFO O| Planning: Fetching manifests: 0/6 0% complete
83052026-02-24T02:32:51.116Z[ host-image] Feb 24 02:32:51.158 INFO O| Feb 24 02:32:51.157 INFO O| Planning: Fetching manifests: 6/6 100% complete
83062026-02-24T02:32:51.172Z[ host-image] Feb 24 02:32:51.214 INFO O| Feb 24 02:32:51.214 INFO O| Planning: Package planning ... Done
83072026-02-24T02:32:51.204Z[ host-image] Feb 24 02:32:51.246 INFO O| Feb 24 02:32:51.246 INFO O| Planning: Merging actions ... Done
83082026-02-24T02:32:51.308Z[ host-image] Feb 24 02:32:51.347 INFO O| Feb 24 02:32:51.347 INFO O| Planning: Checking for conflicting actions ... Done
83092026-02-24T02:32:51.332Z[ host-image] Feb 24 02:32:51.354 INFO O| Feb 24 02:32:51.354 INFO O| Planning: Consolidating action changes ... Done
83102026-02-24T02:32:51.356Z[ recovery-image] Feb 24 02:32:51.399 INFO O| Feb 24 02:32:51.399 INFO STEP 1166 (pack_tar) COMPLETE
83112026-02-24T02:32:51.357Z[ recovery-image] Feb 24 02:32:51.399 INFO O| Feb 24 02:32:51.399 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83122026-02-24T02:32:51.382Z[ recovery-image] Feb 24 02:32:51.399 INFO O| Feb 24 02:32:51.399 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83132026-02-24T02:32:51.587Z[ recovery-image] Feb 24 02:32:51.630 INFO O| Feb 24 02:32:51.630 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83142026-02-24T02:32:51.639Z[ recovery-image] Feb 24 02:32:51.680 INFO O| Feb 24 02:32:51.680 INFO completed processing sled/ramdisk-03-recovery-trim
83152026-02-24T02:32:51.663Z[ recovery-image] Feb 24 02:32:51.687 INFO image builder template: zfs-recovery...
83162026-02-24T02:32:51.663Z[ recovery-image] Feb 24 02:32:51.687 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/.tmp5z1CyQ/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
83172026-02-24T02:32:51.663Z[ host-image] Feb 24 02:32:51.693 INFO O| Feb 24 02:32:51.693 INFO O| Planning: Evaluating mediators ... Done
83182026-02-24T02:32:51.663Z[ host-image] Feb 24 02:32:51.700 INFO O| Feb 24 02:32:51.700 INFO O| Planning: Planning completed in 9.72 seconds
83192026-02-24T02:32:51.663Z[ host-image] Feb 24 02:32:51.701 INFO O| Feb 24 02:32:51.700 INFO O| Packages to install: 6
83202026-02-24T02:32:51.663Z[ host-image] Feb 24 02:32:51.701 INFO O| Feb 24 02:32:51.701 INFO O| Mediators to change: 1
83212026-02-24T02:32:51.663Z[ host-image] Feb 24 02:32:51.701 INFO O| Feb 24 02:32:51.701 INFO O| Services to change: 1
83222026-02-24T02:32:51.688Z[ host-image] Feb 24 02:32:51.731 INFO O| Feb 24 02:32:51.731 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
83232026-02-24T02:32:51.713Z[ recovery-image] Feb 24 02:32:51.739 INFO O| Feb 24 02:32:51.739 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83242026-02-24T02:32:51.713Z[ recovery-image] Feb 24 02:32:51.746 INFO O| Feb 24 02:32:51.746 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83252026-02-24T02:32:51.743Z[ recovery-image] Feb 24 02:32:51.786 INFO O| Feb 24 02:32:51.786 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83262026-02-24T02:32:51.778Z[ recovery-image] Feb 24 02:32:51.821 INFO O| Feb 24 02:32:51.821 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83272026-02-24T02:32:51.778Z[ recovery-image] Feb 24 02:32:51.821 INFO O| Feb 24 02:32:51.821 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83282026-02-24T02:32:51.804Z[ recovery-image] Feb 24 02:32:51.826 INFO O| Feb 24 02:32:51.826 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83292026-02-24T02:32:51.828Z[ recovery-image] Feb 24 02:32:51.867 INFO O| Feb 24 02:32:51.867 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83302026-02-24T02:32:51.853Z[ recovery-image] Feb 24 02:32:51.895 INFO O| Feb 24 02:32:51.894 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83312026-02-24T02:32:51.877Z[ recovery-image] Feb 24 02:32:51.916 INFO O| Feb 24 02:32:51.916 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83322026-02-24T02:32:51.901Z[ recovery-image] Feb 24 02:32:51.923 INFO O| Feb 24 02:32:51.923 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83332026-02-24T02:32:51.901Z[ recovery-image] Feb 24 02:32:51.933 INFO O| Feb 24 02:32:51.933 INFO no lofi found
83342026-02-24T02:32:51.901Z[ recovery-image] Feb 24 02:32:51.933 INFO O| Feb 24 02:32:51.933 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83352026-02-24T02:32:51.901Z[ recovery-image] Feb 24 02:32:51.933 INFO O| Feb 24 02:32:51.933 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83362026-02-24T02:32:53.960Z[ recovery-image] Feb 24 02:32:54.003 INFO O| Feb 24 02:32:54.003 INFO lofi device = /dev/dsk/c3t1d0p0
83372026-02-24T02:32:53.960Z[ recovery-image] Feb 24 02:32:54.003 INFO O| Feb 24 02:32:54.003 INFO pool device = /dev/dsk/c3t1d0p0
83382026-02-24T02:32:53.985Z[ recovery-image] Feb 24 02:32:54.003 INFO O| Feb 24 02:32:54.003 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/c3t1d0p0"]
83392026-02-24T02:32:54.106Z[ recovery-image] Feb 24 02:32:54.149 INFO O| Feb 24 02:32:54.148 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83402026-02-24T02:32:54.106Z[ recovery-image] Feb 24 02:32:54.149 INFO O| Feb 24 02:32:54.149 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83412026-02-24T02:32:54.146Z[ recovery-image] Feb 24 02:32:54.189 INFO O| Feb 24 02:32:54.189 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83422026-02-24T02:32:54.256Z[ recovery-image] Feb 24 02:32:54.299 INFO O| Feb 24 02:32:54.299 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83432026-02-24T02:32:54.305Z[ recovery-image] Feb 24 02:32:54.348 INFO O| Feb 24 02:32:54.347 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83442026-02-24T02:32:54.333Z[ recovery-image] Feb 24 02:32:54.376 INFO O| Feb 24 02:32:54.376 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83452026-02-24T02:32:54.384Z[ recovery-image] Feb 24 02:32:54.400 INFO O| Feb 24 02:32:54.400 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83462026-02-24T02:32:54.421Z[ recovery-image] Feb 24 02:32:54.464 INFO O| Feb 24 02:32:54.464 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83472026-02-24T02:32:54.421Z[ recovery-image] Feb 24 02:32:54.464 INFO O| Feb 24 02:32:54.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83482026-02-24T02:32:54.445Z[ recovery-image] Feb 24 02:32:54.464 INFO O| Feb 24 02:32:54.464 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83492026-02-24T02:32:54.469Z[ recovery-image] Feb 24 02:32:54.492 INFO O| Feb 24 02:32:54.492 INFO boot environment UUID: ba972b32-2bf9-4020-adec-30cc8a79a093
83502026-02-24T02:32:54.469Z[ recovery-image] Feb 24 02:32:54.492 INFO O| Feb 24 02:32:54.492 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ba972b32-2bf9-4020-adec-30cc8a79a093
83512026-02-24T02:32:54.493Z[ recovery-image] Feb 24 02:32:54.515 INFO O| Feb 24 02:32:54.515 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83522026-02-24T02:32:54.516Z[ recovery-image] Feb 24 02:32:54.537 INFO O| Feb 24 02:32:54.536 INFO STEP 0 (create_be) COMPLETE
83532026-02-24T02:32:54.517Z[ recovery-image] Feb 24 02:32:54.537 INFO O| Feb 24 02:32:54.536 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83542026-02-24T02:32:54.540Z[ recovery-image] Feb 24 02:32:54.564 INFO O| Feb 24 02:32:54.563 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"]
83552026-02-24T02:32:56.404Z[ host-image] Feb 24 02:32:56.446 INFO O| Feb 24 02:32:56.445 INFO O| Download: Completed 7.71 MB in 4.71 seconds (1.6M/s)
83562026-02-24T02:32:57.262Z[ host-image] Feb 24 02:32:57.299 INFO O| Feb 24 02:32:57.299 INFO O| Actions: 1/1361 actions (Installing new actions)
83572026-02-24T02:32:58.195Z[ recovery-image] Feb 24 02:32:58.236 INFO O| Feb 24 02:32:58.235 INFO STEP 1 (unpack_tar) COMPLETE
83582026-02-24T02:32:58.195Z[ recovery-image] Feb 24 02:32:58.236 INFO O| Feb 24 02:32:58.235 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83592026-02-24T02:32:58.223Z[ recovery-image] Feb 24 02:32:58.254 INFO O| Feb 24 02:32:58.254 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83602026-02-24T02:32:58.248Z[ host-image] Feb 24 02:32:58.289 INFO O| Feb 24 02:32:58.289 INFO O| Actions: Completed 1361 actions in 0.99 seconds.
83612026-02-24T02:32:59.348Z[ recovery-image] Feb 24 02:32:59.390 INFO O| Feb 24 02:32:59.390 INFO STEP 2 (devfsadm) COMPLETE
83622026-02-24T02:32:59.372Z[ recovery-image] Feb 24 02:32:59.390 INFO O| Feb 24 02:32:59.390 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83632026-02-24T02:32:59.372Z[ recovery-image] Feb 24 02:32:59.407 INFO O| Feb 24 02:32:59.407 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83642026-02-24T02:32:59.372Z[ recovery-image] Feb 24 02:32:59.407 INFO O| Feb 24 02:32:59.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83652026-02-24T02:32:59.372Z[ recovery-image] Feb 24 02:32:59.407 INFO O| Feb 24 02:32:59.407 INFO STEP 3 (ensure_dir) COMPLETE
83662026-02-24T02:32:59.372Z[ recovery-image] Feb 24 02:32:59.407 INFO O| Feb 24 02:32:59.407 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83672026-02-24T02:32:59.396Z[ recovery-image] Feb 24 02:32:59.425 INFO O| Feb 24 02:32:59.425 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83682026-02-24T02:32:59.396Z[ recovery-image] Feb 24 02:32:59.426 INFO O| Feb 24 02:32:59.425 INFO STEP 4 (ensure_dir) COMPLETE
83692026-02-24T02:32:59.396Z[ recovery-image] Feb 24 02:32:59.426 INFO O| Feb 24 02:32:59.425 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83702026-02-24T02:32:59.424Z[ recovery-image] Feb 24 02:32:59.443 INFO O| Feb 24 02:32:59.443 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83712026-02-24T02:32:59.424Z[ recovery-image] Feb 24 02:32:59.443 INFO O| Feb 24 02:32:59.443 INFO STEP 5 (ensure_dir) COMPLETE
83722026-02-24T02:32:59.424Z[ recovery-image] Feb 24 02:32:59.443 INFO O| Feb 24 02:32:59.443 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83732026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.465 INFO O| Feb 24 02:32:59.465 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83742026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.466 INFO O| Feb 24 02:32:59.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83752026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.466 INFO O| Feb 24 02:32:59.466 INFO STEP 6 (ensure_dir) COMPLETE
83762026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.466 INFO O| Feb 24 02:32:59.466 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83772026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.487 INFO O| Feb 24 02:32:59.487 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83782026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.487 INFO O| Feb 24 02:32:59.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83792026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.487 INFO O| Feb 24 02:32:59.487 INFO STEP 7 (ensure_dir) COMPLETE
83802026-02-24T02:32:59.448Z[ recovery-image] Feb 24 02:32:59.487 INFO O| Feb 24 02:32:59.487 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812026-02-24T02:32:59.473Z[ host-image] Feb 24 02:32:59.500 INFO O| Feb 24 02:32:59.500 INFO O| Done
83822026-02-24T02:32:59.473Z[ host-image] Feb 24 02:32:59.500 INFO O| Feb 24 02:32:59.500 INFO O| Done
83832026-02-24T02:32:59.473Z[ recovery-image] Feb 24 02:32:59.507 INFO O| Feb 24 02:32:59.506 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83842026-02-24T02:32:59.473Z[ recovery-image] Feb 24 02:32:59.507 INFO O| Feb 24 02:32:59.507 INFO STEP 8 (remove_files) COMPLETE
83852026-02-24T02:32:59.473Z[ recovery-image] Feb 24 02:32:59.507 INFO O| Feb 24 02:32:59.507 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83862026-02-24T02:32:59.497Z[ recovery-image] Feb 24 02:32:59.530 INFO O| Feb 24 02:32:59.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83872026-02-24T02:32:59.497Z[ recovery-image] Feb 24 02:32:59.532 INFO O| Feb 24 02:32:59.532 INFO STEP 9 (remove_files) COMPLETE
83882026-02-24T02:32:59.497Z[ recovery-image] Feb 24 02:32:59.532 INFO O| Feb 24 02:32:59.532 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83892026-02-24T02:32:59.520Z[ recovery-image] Feb 24 02:32:59.552 INFO O| Feb 24 02:32:59.552 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83902026-02-24T02:32:59.521Z[ recovery-image] Feb 24 02:32:59.554 INFO O| Feb 24 02:32:59.554 INFO STEP 10 (remove_files) COMPLETE
83912026-02-24T02:32:59.521Z[ recovery-image] Feb 24 02:32:59.554 INFO O| Feb 24 02:32:59.554 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83922026-02-24T02:32:59.544Z[ recovery-image] Feb 24 02:32:59.575 INFO O| Feb 24 02:32:59.575 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83932026-02-24T02:32:59.544Z[ recovery-image] Feb 24 02:32:59.575 INFO O| Feb 24 02:32:59.575 INFO STEP 11 (remove_files) COMPLETE
83942026-02-24T02:32:59.544Z[ recovery-image] Feb 24 02:32:59.575 INFO O| Feb 24 02:32:59.575 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83952026-02-24T02:32:59.568Z[ recovery-image] Feb 24 02:32:59.593 INFO O| Feb 24 02:32:59.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83962026-02-24T02:32:59.568Z[ recovery-image] Feb 24 02:32:59.593 INFO O| Feb 24 02:32:59.593 INFO STEP 12 (remove_files) COMPLETE
83972026-02-24T02:32:59.568Z[ recovery-image] Feb 24 02:32:59.593 INFO O| Feb 24 02:32:59.593 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83982026-02-24T02:32:59.592Z[ recovery-image] Feb 24 02:32:59.612 INFO O| Feb 24 02:32:59.612 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83992026-02-24T02:32:59.592Z[ recovery-image] Feb 24 02:32:59.612 INFO O| Feb 24 02:32:59.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84002026-02-24T02:32:59.592Z[ recovery-image] Feb 24 02:32:59.612 INFO O| Feb 24 02:32:59.612 INFO STEP 13 (ensure_dir) COMPLETE
84012026-02-24T02:32:59.592Z[ recovery-image] Feb 24 02:32:59.612 INFO O| Feb 24 02:32:59.612 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84022026-02-24T02:32:59.592Z[ recovery-image] Feb 24 02:32:59.628 INFO O| Feb 24 02:32:59.628 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84032026-02-24T02:32:59.592Z[ recovery-image] Feb 24 02:32:59.628 INFO O| Feb 24 02:32:59.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84042026-02-24T02:32:59.592Z[ recovery-image] Feb 24 02:32:59.628 INFO O| Feb 24 02:32:59.628 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84052026-02-24T02:32:59.593Z[ recovery-image] Feb 24 02:32:59.628 INFO O| Feb 24 02:32:59.628 INFO STEP 14 (ensure_dir) COMPLETE
84062026-02-24T02:32:59.593Z[ recovery-image] Feb 24 02:32:59.628 INFO O| Feb 24 02:32:59.628 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84072026-02-24T02:32:59.617Z[ recovery-image] Feb 24 02:32:59.645 INFO O| Feb 24 02:32:59.645 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84082026-02-24T02:32:59.617Z[ recovery-image] Feb 24 02:32:59.645 INFO O| Feb 24 02:32:59.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84092026-02-24T02:32:59.617Z[ recovery-image] Feb 24 02:32:59.645 INFO O| Feb 24 02:32:59.645 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84102026-02-24T02:32:59.617Z[ recovery-image] Feb 24 02:32:59.645 INFO O| Feb 24 02:32:59.645 INFO STEP 15 (ensure_dir) COMPLETE
84112026-02-24T02:32:59.617Z[ recovery-image] Feb 24 02:32:59.645 INFO O| Feb 24 02:32:59.645 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84122026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.663 INFO O| Feb 24 02:32:59.663 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84132026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.664 INFO O| Feb 24 02:32:59.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84142026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.664 INFO O| Feb 24 02:32:59.664 INFO STEP 16 (ensure_dir) COMPLETE
84152026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.664 INFO O| Feb 24 02:32:59.664 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84162026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.677 INFO O| Feb 24 02:32:59.677 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84172026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.677 INFO O| Feb 24 02:32:59.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84182026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.677 INFO O| Feb 24 02:32:59.677 INFO STEP 17 (ensure_dir) COMPLETE
84192026-02-24T02:32:59.642Z[ recovery-image] Feb 24 02:32:59.677 INFO O| Feb 24 02:32:59.677 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84202026-02-24T02:32:59.666Z[ recovery-image] Feb 24 02:32:59.699 INFO O| Feb 24 02:32:59.699 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84212026-02-24T02:32:59.666Z[ recovery-image] Feb 24 02:32:59.699 INFO O| Feb 24 02:32:59.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84222026-02-24T02:32:59.666Z[ recovery-image] Feb 24 02:32:59.699 INFO O| Feb 24 02:32:59.699 INFO ok!
84232026-02-24T02:32:59.666Z[ recovery-image] Feb 24 02:32:59.699 INFO O| Feb 24 02:32:59.699 INFO STEP 18 (ensure_symlink) COMPLETE
84242026-02-24T02:32:59.666Z[ recovery-image] Feb 24 02:32:59.699 INFO O| Feb 24 02:32:59.699 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84252026-02-24T02:32:59.690Z[ recovery-image] Feb 24 02:32:59.718 INFO O| Feb 24 02:32:59.718 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84262026-02-24T02:32:59.690Z[ recovery-image] Feb 24 02:32:59.718 INFO O| Feb 24 02:32:59.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84272026-02-24T02:32:59.690Z[ recovery-image] Feb 24 02:32:59.718 INFO O| Feb 24 02:32:59.718 INFO ok!
84282026-02-24T02:32:59.690Z[ recovery-image] Feb 24 02:32:59.718 INFO O| Feb 24 02:32:59.718 INFO STEP 19 (ensure_file) COMPLETE
84292026-02-24T02:32:59.690Z[ recovery-image] Feb 24 02:32:59.718 INFO O| Feb 24 02:32:59.718 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84302026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.736 INFO O| Feb 24 02:32:59.736 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84312026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.736 INFO O| Feb 24 02:32:59.736 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84322026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.736 INFO O| Feb 24 02:32:59.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84332026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.736 INFO O| Feb 24 02:32:59.736 INFO ok!
84342026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.736 INFO O| Feb 24 02:32:59.736 INFO STEP 20 (ensure_symlink) COMPLETE
84352026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.736 INFO O| Feb 24 02:32:59.736 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84362026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.753 INFO O| Feb 24 02:32:59.753 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84372026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.753 INFO O| Feb 24 02:32:59.753 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84382026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.753 INFO O| Feb 24 02:32:59.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84392026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.753 INFO O| Feb 24 02:32:59.753 INFO ok!
84402026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.753 INFO O| Feb 24 02:32:59.753 INFO STEP 21 (ensure_symlink) COMPLETE
84412026-02-24T02:32:59.714Z[ recovery-image] Feb 24 02:32:59.753 INFO O| Feb 24 02:32:59.753 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84422026-02-24T02:32:59.738Z[ recovery-image] Feb 24 02:32:59.771 INFO O| Feb 24 02:32:59.771 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84432026-02-24T02:32:59.738Z[ recovery-image] Feb 24 02:32:59.772 INFO O| Feb 24 02:32:59.771 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84442026-02-24T02:32:59.738Z[ recovery-image] Feb 24 02:32:59.772 INFO O| Feb 24 02:32:59.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84452026-02-24T02:32:59.738Z[ recovery-image] Feb 24 02:32:59.772 INFO O| Feb 24 02:32:59.772 INFO ok!
84462026-02-24T02:32:59.738Z[ recovery-image] Feb 24 02:32:59.772 INFO O| Feb 24 02:32:59.772 INFO STEP 22 (ensure_symlink) COMPLETE
84472026-02-24T02:32:59.738Z[ recovery-image] Feb 24 02:32:59.772 INFO O| Feb 24 02:32:59.772 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84482026-02-24T02:32:59.762Z[ recovery-image] Feb 24 02:32:59.790 INFO O| Feb 24 02:32:59.790 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84492026-02-24T02:32:59.762Z[ recovery-image] Feb 24 02:32:59.790 INFO O| Feb 24 02:32:59.790 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84502026-02-24T02:32:59.762Z[ recovery-image] Feb 24 02:32:59.791 INFO O| Feb 24 02:32:59.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84512026-02-24T02:32:59.762Z[ recovery-image] Feb 24 02:32:59.791 INFO O| Feb 24 02:32:59.791 INFO ok!
84522026-02-24T02:32:59.762Z[ recovery-image] Feb 24 02:32:59.791 INFO O| Feb 24 02:32:59.791 INFO STEP 23 (ensure_symlink) COMPLETE
84532026-02-24T02:32:59.762Z[ recovery-image] Feb 24 02:32:59.791 INFO O| Feb 24 02:32:59.791 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84542026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.807 INFO O| Feb 24 02:32:59.807 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84552026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.807 INFO O| Feb 24 02:32:59.807 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 ...
84562026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.807 INFO O| Feb 24 02:32:59.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84572026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.807 INFO O| Feb 24 02:32:59.807 INFO ok!
84582026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.807 INFO O| Feb 24 02:32:59.807 INFO STEP 24 (ensure_file) COMPLETE
84592026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.807 INFO O| Feb 24 02:32:59.807 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84602026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.822 INFO O| Feb 24 02:32:59.822 INFO updating shadow file
84612026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.823 INFO O| Feb 24 02:32:59.823 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84622026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.823 INFO O| Feb 24 02:32:59.823 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84632026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.823 INFO O| Feb 24 02:32:59.823 INFO STEP 25 (shadow) COMPLETE
84642026-02-24T02:32:59.786Z[ recovery-image] Feb 24 02:32:59.823 INFO O| Feb 24 02:32:59.823 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84652026-02-24T02:32:59.811Z[ recovery-image] Feb 24 02:32:59.842 INFO O| Feb 24 02:32:59.842 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84662026-02-24T02:32:59.811Z[ recovery-image] Feb 24 02:32:59.842 INFO O| Feb 24 02:32:59.842 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84672026-02-24T02:32:59.811Z[ recovery-image] Feb 24 02:32:59.842 INFO O| Feb 24 02:32:59.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84682026-02-24T02:32:59.811Z[ recovery-image] Feb 24 02:32:59.842 INFO O| Feb 24 02:32:59.842 INFO ok!
84692026-02-24T02:32:59.811Z[ recovery-image] Feb 24 02:32:59.842 INFO O| Feb 24 02:32:59.842 INFO STEP 26 (ensure_file) COMPLETE
84702026-02-24T02:32:59.811Z[ recovery-image] Feb 24 02:32:59.842 INFO O| Feb 24 02:32:59.842 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84712026-02-24T02:32:59.835Z[ recovery-image] Feb 24 02:32:59.858 INFO O| Feb 24 02:32:59.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84722026-02-24T02:32:59.835Z[ recovery-image] Feb 24 02:32:59.858 INFO O| Feb 24 02:32:59.858 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84732026-02-24T02:32:59.835Z[ recovery-image] Feb 24 02:32:59.859 INFO O| Feb 24 02:32:59.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84742026-02-24T02:32:59.835Z[ recovery-image] Feb 24 02:32:59.859 INFO O| Feb 24 02:32:59.859 INFO ok!
84752026-02-24T02:32:59.835Z[ recovery-image] Feb 24 02:32:59.859 INFO O| Feb 24 02:32:59.859 INFO STEP 27 (ensure_file) COMPLETE
84762026-02-24T02:32:59.835Z[ recovery-image] Feb 24 02:32:59.859 INFO O| Feb 24 02:32:59.859 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84772026-02-24T02:32:59.859Z[ recovery-image] Feb 24 02:32:59.880 INFO O| Feb 24 02:32:59.880 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84782026-02-24T02:32:59.859Z[ recovery-image] Feb 24 02:32:59.880 INFO O| Feb 24 02:32:59.880 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84792026-02-24T02:32:59.859Z[ recovery-image] Feb 24 02:32:59.881 INFO O| Feb 24 02:32:59.880 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84802026-02-24T02:32:59.859Z[ recovery-image] Feb 24 02:32:59.881 INFO O| Feb 24 02:32:59.881 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84812026-02-24T02:32:59.859Z[ recovery-image] Feb 24 02:32:59.881 INFO O| Feb 24 02:32:59.881 INFO ok!
84822026-02-24T02:32:59.859Z[ recovery-image] Feb 24 02:32:59.881 INFO O| Feb 24 02:32:59.881 INFO STEP 28 (ensure_file) COMPLETE
84832026-02-24T02:32:59.859Z[ recovery-image] Feb 24 02:32:59.881 INFO O| Feb 24 02:32:59.881 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84842026-02-24T02:32:59.860Z[ recovery-image] Feb 24 02:32:59.896 INFO O| Feb 24 02:32:59.896 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84852026-02-24T02:32:59.860Z[ recovery-image] Feb 24 02:32:59.896 INFO O| Feb 24 02:32:59.896 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84862026-02-24T02:32:59.860Z[ recovery-image] Feb 24 02:32:59.896 INFO O| Feb 24 02:32:59.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84872026-02-24T02:32:59.860Z[ recovery-image] Feb 24 02:32:59.896 INFO O| Feb 24 02:32:59.896 INFO ok!
84882026-02-24T02:32:59.860Z[ recovery-image] Feb 24 02:32:59.896 INFO O| Feb 24 02:32:59.896 INFO STEP 29 (ensure_file) COMPLETE
84892026-02-24T02:32:59.860Z[ recovery-image] Feb 24 02:32:59.896 INFO O| Feb 24 02:32:59.896 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84902026-02-24T02:32:59.884Z[ recovery-image] Feb 24 02:32:59.910 INFO O| Feb 24 02:32:59.910 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84912026-02-24T02:32:59.884Z[ recovery-image] Feb 24 02:32:59.910 INFO O| Feb 24 02:32:59.910 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84922026-02-24T02:32:59.884Z[ recovery-image] Feb 24 02:32:59.910 INFO O| Feb 24 02:32:59.910 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84932026-02-24T02:32:59.884Z[ recovery-image] Feb 24 02:32:59.910 INFO O| Feb 24 02:32:59.910 INFO STEP 30 (ensure_dir) COMPLETE
84942026-02-24T02:32:59.884Z[ recovery-image] Feb 24 02:32:59.910 INFO O| Feb 24 02:32:59.910 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84952026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.928 INFO O| Feb 24 02:32:59.928 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84962026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.929 INFO O| Feb 24 02:32:59.928 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 ...
84972026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.929 INFO O| Feb 24 02:32:59.929 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
84982026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.929 INFO O| Feb 24 02:32:59.929 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84992026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.929 INFO O| Feb 24 02:32:59.929 INFO ok!
85002026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.929 INFO O| Feb 24 02:32:59.929 INFO STEP 31 (ensure_file) COMPLETE
85012026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.929 INFO O| Feb 24 02:32:59.929 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85022026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.946 INFO O| Feb 24 02:32:59.946 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85032026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.947 INFO O| Feb 24 02:32:59.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85042026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.947 INFO O| Feb 24 02:32:59.947 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85052026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.947 INFO O| Feb 24 02:32:59.947 INFO STEP 32 (ensure_dir) COMPLETE
85062026-02-24T02:32:59.908Z[ recovery-image] Feb 24 02:32:59.947 INFO O| Feb 24 02:32:59.947 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85072026-02-24T02:32:59.932Z[ recovery-image] Feb 24 02:32:59.966 INFO O| Feb 24 02:32:59.966 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85082026-02-24T02:32:59.932Z[ recovery-image] Feb 24 02:32:59.966 INFO O| Feb 24 02:32:59.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 ...
85092026-02-24T02:32:59.932Z[ recovery-image] Feb 24 02:32:59.967 INFO O| Feb 24 02:32:59.967 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
85102026-02-24T02:32:59.932Z[ recovery-image] Feb 24 02:32:59.967 INFO O| Feb 24 02:32:59.967 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85112026-02-24T02:32:59.932Z[ recovery-image] Feb 24 02:32:59.967 INFO O| Feb 24 02:32:59.967 INFO ok!
85122026-02-24T02:32:59.932Z[ recovery-image] Feb 24 02:32:59.967 INFO O| Feb 24 02:32:59.967 INFO STEP 33 (ensure_file) COMPLETE
85132026-02-24T02:32:59.932Z[ recovery-image] Feb 24 02:32:59.967 INFO O| Feb 24 02:32:59.967 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85142026-02-24T02:32:59.956Z[ recovery-image] Feb 24 02:32:59.984 INFO O| Feb 24 02:32:59.984 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85152026-02-24T02:32:59.956Z[ recovery-image] Feb 24 02:32:59.984 INFO O| Feb 24 02:32:59.984 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85162026-02-24T02:32:59.957Z[ recovery-image] Feb 24 02:32:59.985 INFO O| Feb 24 02:32:59.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85172026-02-24T02:32:59.957Z[ recovery-image] Feb 24 02:32:59.985 INFO O| Feb 24 02:32:59.985 INFO ok!
85182026-02-24T02:32:59.957Z[ recovery-image] Feb 24 02:32:59.985 INFO O| Feb 24 02:32:59.985 INFO STEP 34 (ensure_file) COMPLETE
85192026-02-24T02:32:59.957Z[ recovery-image] Feb 24 02:32:59.985 INFO O| Feb 24 02:32:59.985 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85202026-02-24T02:32:59.981Z[ recovery-image] Feb 24 02:33:00.005 INFO O| Feb 24 02:33:00.005 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85212026-02-24T02:32:59.981Z[ recovery-image] Feb 24 02:33:00.005 INFO O| Feb 24 02:33:00.005 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85222026-02-24T02:32:59.981Z[ recovery-image] Feb 24 02:33:00.006 INFO O| Feb 24 02:33:00.006 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85232026-02-24T02:32:59.981Z[ recovery-image] Feb 24 02:33:00.006 INFO O| Feb 24 02:33:00.006 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85242026-02-24T02:32:59.981Z[ recovery-image] Feb 24 02:33:00.006 INFO O| Feb 24 02:33:00.006 INFO ok!
85252026-02-24T02:32:59.981Z[ recovery-image] Feb 24 02:33:00.006 INFO O| Feb 24 02:33:00.006 INFO STEP 35 (ensure_file) COMPLETE
85262026-02-24T02:32:59.981Z[ recovery-image] Feb 24 02:33:00.006 INFO O| Feb 24 02:33:00.006 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85272026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.026 INFO O| Feb 24 02:33:00.026 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85282026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.026 INFO O| Feb 24 02:33:00.026 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85292026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.026 INFO O| Feb 24 02:33:00.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85302026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.026 INFO O| Feb 24 02:33:00.026 INFO ok!
85312026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.026 INFO O| Feb 24 02:33:00.026 INFO STEP 36 (ensure_file) COMPLETE
85322026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.026 INFO O| Feb 24 02:33:00.026 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85332026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.045 INFO O| Feb 24 02:33:00.045 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85342026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.045 INFO O| Feb 24 02:33:00.045 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85352026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.045 INFO O| Feb 24 02:33:00.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85362026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.045 INFO O| Feb 24 02:33:00.045 INFO ok!
85372026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.045 INFO O| Feb 24 02:33:00.045 INFO STEP 37 (ensure_file) COMPLETE
85382026-02-24T02:33:00.005Z[ recovery-image] Feb 24 02:33:00.045 INFO O| Feb 24 02:33:00.045 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85392026-02-24T02:33:00.029Z[ recovery-image] Feb 24 02:33:00.066 INFO O| Feb 24 02:33:00.066 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85402026-02-24T02:33:00.029Z[ recovery-image] Feb 24 02:33:00.066 INFO O| Feb 24 02:33:00.066 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85412026-02-24T02:33:00.029Z[ recovery-image] Feb 24 02:33:00.067 INFO O| Feb 24 02:33:00.067 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85422026-02-24T02:33:00.029Z[ recovery-image] Feb 24 02:33:00.067 INFO O| Feb 24 02:33:00.067 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85432026-02-24T02:33:00.029Z[ recovery-image] Feb 24 02:33:00.067 INFO O| Feb 24 02:33:00.067 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85442026-02-24T02:33:00.029Z[ recovery-image] Feb 24 02:33:00.067 INFO O| Feb 24 02:33:00.067 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85452026-02-24T02:33:00.030Z[ recovery-image] Feb 24 02:33:00.067 INFO O| Feb 24 02:33:00.067 INFO ok!
85462026-02-24T02:33:00.030Z[ recovery-image] Feb 24 02:33:00.067 INFO O| Feb 24 02:33:00.067 INFO STEP 38 (ensure_file) COMPLETE
85472026-02-24T02:33:00.030Z[ recovery-image] Feb 24 02:33:00.067 INFO O| Feb 24 02:33:00.067 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85482026-02-24T02:33:00.053Z[ recovery-image] Feb 24 02:33:00.087 INFO O| Feb 24 02:33:00.087 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85492026-02-24T02:33:00.054Z[ recovery-image] Feb 24 02:33:00.087 INFO O| Feb 24 02:33:00.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85502026-02-24T02:33:00.054Z[ recovery-image] Feb 24 02:33:00.087 INFO O| Feb 24 02:33:00.087 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85512026-02-24T02:33:00.054Z[ recovery-image] Feb 24 02:33:00.087 INFO O| Feb 24 02:33:00.087 INFO STEP 39 (ensure_dir) COMPLETE
85522026-02-24T02:33:00.054Z[ recovery-image] Feb 24 02:33:00.087 INFO O| Feb 24 02:33:00.087 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85532026-02-24T02:33:00.077Z[ recovery-image] Feb 24 02:33:00.112 INFO O| Feb 24 02:33:00.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
85542026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.112 INFO O| Feb 24 02:33:00.112 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
85552026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.112 INFO O| Feb 24 02:33:00.112 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85562026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.112 INFO O| Feb 24 02:33:00.112 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85572026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.113 INFO O| Feb 24 02:33:00.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85582026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.113 INFO O| Feb 24 02:33:00.113 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
85592026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.113 INFO O| Feb 24 02:33:00.113 INFO ok!
85602026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.113 INFO O| Feb 24 02:33:00.113 INFO STEP 40 (ensure_file) COMPLETE
85612026-02-24T02:33:00.078Z[ recovery-image] Feb 24 02:33:00.113 INFO O| Feb 24 02:33:00.113 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85622026-02-24T02:33:00.103Z[ recovery-image] Feb 24 02:33:00.133 INFO O| Feb 24 02:33:00.133 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85632026-02-24T02:33:00.103Z[ recovery-image] Feb 24 02:33:00.133 INFO O| Feb 24 02:33:00.133 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 ...
85642026-02-24T02:33:00.103Z[ recovery-image] Feb 24 02:33:00.133 INFO O| Feb 24 02:33:00.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85652026-02-24T02:33:00.103Z[ recovery-image] Feb 24 02:33:00.133 INFO O| Feb 24 02:33:00.133 INFO ok!
85662026-02-24T02:33:00.103Z[ recovery-image] Feb 24 02:33:00.133 INFO O| Feb 24 02:33:00.133 INFO STEP 41 (ensure_symlink) COMPLETE
85672026-02-24T02:33:00.103Z[ recovery-image] Feb 24 02:33:00.133 INFO O| Feb 24 02:33:00.133 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85682026-02-24T02:33:00.159Z[ recovery-image] Feb 24 02:33:00.152 INFO O| Feb 24 02:33:00.152 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85692026-02-24T02:33:00.159Z[ recovery-image] Feb 24 02:33:00.152 INFO O| Feb 24 02:33:00.152 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85702026-02-24T02:33:00.159Z[ recovery-image] Feb 24 02:33:00.152 INFO O| Feb 24 02:33:00.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85712026-02-24T02:33:00.159Z[ recovery-image] Feb 24 02:33:00.152 INFO O| Feb 24 02:33:00.152 INFO ok!
85722026-02-24T02:33:00.159Z[ recovery-image] Feb 24 02:33:00.152 INFO O| Feb 24 02:33:00.152 INFO STEP 42 (ensure_symlink) COMPLETE
85732026-02-24T02:33:00.159Z[ recovery-image] Feb 24 02:33:00.152 INFO O| Feb 24 02:33:00.152 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85742026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.175 INFO O| Feb 24 02:33:00.175 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85752026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.175 INFO O| Feb 24 02:33:00.175 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85762026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.175 INFO O| Feb 24 02:33:00.175 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85772026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.176 INFO O| Feb 24 02:33:00.175 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85782026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.176 INFO O| Feb 24 02:33:00.175 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85792026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.176 INFO O| Feb 24 02:33:00.175 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85802026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.176 INFO O| Feb 24 02:33:00.175 INFO ok!
85812026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.176 INFO O| Feb 24 02:33:00.175 INFO STEP 43 (ensure_file) COMPLETE
85822026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.176 INFO O| Feb 24 02:33:00.176 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85832026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.196 INFO O| Feb 24 02:33:00.196 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85842026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.196 INFO O| Feb 24 02:33:00.196 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 ...
85852026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.196 INFO O| Feb 24 02:33:00.196 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
85862026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.196 INFO O| Feb 24 02:33:00.196 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85872026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.196 INFO O| Feb 24 02:33:00.196 INFO ok!
85882026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.196 INFO O| Feb 24 02:33:00.196 INFO STEP 44 (ensure_file) COMPLETE
85892026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.196 INFO O| Feb 24 02:33:00.196 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85902026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.216 INFO O| Feb 24 02:33:00.215 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85912026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.216 INFO O| Feb 24 02:33:00.215 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85922026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.216 INFO O| Feb 24 02:33:00.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85932026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.216 INFO O| Feb 24 02:33:00.216 INFO ok!
85942026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.216 INFO O| Feb 24 02:33:00.216 INFO STEP 45 (ensure_file) COMPLETE
85952026-02-24T02:33:00.184Z[ recovery-image] Feb 24 02:33:00.216 INFO O| Feb 24 02:33:00.216 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85962026-02-24T02:33:00.209Z[ recovery-image] Feb 24 02:33:00.235 INFO O| Feb 24 02:33:00.235 INFO updating shadow file
85972026-02-24T02:33:00.209Z[ recovery-image] Feb 24 02:33:00.235 INFO O| Feb 24 02:33:00.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85982026-02-24T02:33:00.209Z[ recovery-image] Feb 24 02:33:00.235 INFO O| Feb 24 02:33:00.235 INFO STEP 46 (shadow) COMPLETE
85992026-02-24T02:33:00.209Z[ recovery-image] Feb 24 02:33:00.235 INFO O| Feb 24 02:33:00.235 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86002026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.256 INFO O| Feb 24 02:33:00.256 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86012026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.256 INFO O| Feb 24 02:33:00.256 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86022026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.256 INFO O| Feb 24 02:33:00.256 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86032026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.256 INFO O| Feb 24 02:33:00.256 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86042026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.256 INFO O| Feb 24 02:33:00.256 INFO ok!
86052026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.256 INFO O| Feb 24 02:33:00.256 INFO STEP 47 (ensure_file) COMPLETE
86062026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.256 INFO O| Feb 24 02:33:00.256 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.273 INFO O| Feb 24 02:33:00.272 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86082026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.273 INFO O| Feb 24 02:33:00.273 INFO STEP 48 (ensure_dir) COMPLETE
86092026-02-24T02:33:00.233Z[ recovery-image] Feb 24 02:33:00.273 INFO O| Feb 24 02:33:00.273 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86102026-02-24T02:33:00.258Z[ recovery-image] Feb 24 02:33:00.289 INFO O| Feb 24 02:33:00.288 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86112026-02-24T02:33:00.258Z[ recovery-image] Feb 24 02:33:00.289 INFO O| Feb 24 02:33:00.289 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86122026-02-24T02:33:00.258Z[ recovery-image] Feb 24 02:33:00.289 INFO O| Feb 24 02:33:00.289 INFO STEP 49 (ensure_dir) COMPLETE
86132026-02-24T02:33:00.258Z[ recovery-image] Feb 24 02:33:00.289 INFO O| Feb 24 02:33:00.289 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86142026-02-24T02:33:00.282Z[ recovery-image] Feb 24 02:33:00.304 INFO O| Feb 24 02:33:00.304 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86152026-02-24T02:33:00.282Z[ recovery-image] Feb 24 02:33:00.304 INFO O| Feb 24 02:33:00.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86162026-02-24T02:33:00.282Z[ recovery-image] Feb 24 02:33:00.304 INFO O| Feb 24 02:33:00.304 INFO STEP 50 (ensure_dir) COMPLETE
86172026-02-24T02:33:00.282Z[ recovery-image] Feb 24 02:33:00.304 INFO O| Feb 24 02:33:00.304 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86182026-02-24T02:33:00.282Z[ recovery-image] Feb 24 02:33:00.320 INFO O| Feb 24 02:33:00.319 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86192026-02-24T02:33:00.282Z[ recovery-image] Feb 24 02:33:00.320 INFO O| Feb 24 02:33:00.320 INFO copying /tmp/.tmp5z1CyQ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86202026-02-24T02:33:00.660Z[ recovery-image] Feb 24 02:33:00.703 INFO O| Feb 24 02:33:00.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86212026-02-24T02:33:00.660Z[ recovery-image] Feb 24 02:33:00.703 INFO O| Feb 24 02:33:00.703 INFO ok!
86222026-02-24T02:33:00.684Z[ recovery-image] Feb 24 02:33:00.703 INFO O| Feb 24 02:33:00.703 INFO STEP 51 (ensure_file) COMPLETE
86232026-02-24T02:33:00.684Z[ recovery-image] Feb 24 02:33:00.703 INFO O| Feb 24 02:33:00.703 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242026-02-24T02:33:00.684Z[ recovery-image] Feb 24 02:33:00.724 INFO O| Feb 24 02:33:00.724 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86252026-02-24T02:33:00.684Z[ recovery-image] Feb 24 02:33:00.724 INFO O| Feb 24 02:33:00.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86262026-02-24T02:33:00.684Z[ recovery-image] Feb 24 02:33:00.724 INFO O| Feb 24 02:33:00.724 INFO STEP 52 (ensure_dir) COMPLETE
86272026-02-24T02:33:00.684Z[ recovery-image] Feb 24 02:33:00.724 INFO O| Feb 24 02:33:00.724 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86282026-02-24T02:33:00.708Z[ recovery-image] Feb 24 02:33:00.741 INFO O| Feb 24 02:33:00.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86292026-02-24T02:33:00.708Z[ recovery-image] Feb 24 02:33:00.741 INFO O| Feb 24 02:33:00.741 INFO copying /tmp/.tmp5z1CyQ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86302026-02-24T02:33:00.708Z[ recovery-image] Feb 24 02:33:00.742 INFO O| Feb 24 02:33:00.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86312026-02-24T02:33:00.708Z[ recovery-image] Feb 24 02:33:00.742 INFO O| Feb 24 02:33:00.742 INFO ok!
86322026-02-24T02:33:00.708Z[ recovery-image] Feb 24 02:33:00.742 INFO O| Feb 24 02:33:00.742 INFO STEP 53 (ensure_file) COMPLETE
86332026-02-24T02:33:00.708Z[ recovery-image] Feb 24 02:33:00.742 INFO O| Feb 24 02:33:00.742 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342026-02-24T02:33:00.732Z[ recovery-image] Feb 24 02:33:00.757 INFO O| Feb 24 02:33:00.756 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86352026-02-24T02:33:00.732Z[ recovery-image] Feb 24 02:33:00.757 INFO O| Feb 24 02:33:00.757 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86362026-02-24T02:33:00.732Z[ recovery-image] Feb 24 02:33:00.757 INFO O| Feb 24 02:33:00.757 INFO STEP 54 (ensure_dir) COMPLETE
86372026-02-24T02:33:00.732Z[ recovery-image] Feb 24 02:33:00.757 INFO O| Feb 24 02:33:00.757 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86382026-02-24T02:33:00.756Z[ recovery-image] Feb 24 02:33:00.775 INFO O| Feb 24 02:33:00.775 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86392026-02-24T02:33:00.756Z[ recovery-image] Feb 24 02:33:00.775 INFO O| Feb 24 02:33:00.775 INFO copying /tmp/.tmp5z1CyQ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86402026-02-24T02:33:01.593Z[ host-image] Feb 24 02:33:01.636 INFO O| Feb 24 02:33:01.636 INFO O| Done
86412026-02-24T02:33:02.135Z[ recovery-image] Feb 24 02:33:02.178 INFO O| Feb 24 02:33:02.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86422026-02-24T02:33:02.135Z[ recovery-image] Feb 24 02:33:02.178 INFO O| Feb 24 02:33:02.178 INFO ok!
86432026-02-24T02:33:02.159Z[ recovery-image] Feb 24 02:33:02.178 INFO O| Feb 24 02:33:02.178 INFO STEP 55 (ensure_file) COMPLETE
86442026-02-24T02:33:02.159Z[ recovery-image] Feb 24 02:33:02.178 INFO O| Feb 24 02:33:02.178 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86452026-02-24T02:33:02.159Z[ recovery-image] Feb 24 02:33:02.195 INFO O| Feb 24 02:33:02.195 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86462026-02-24T02:33:02.159Z[ recovery-image] Feb 24 02:33:02.195 INFO O| Feb 24 02:33:02.195 INFO copying /tmp/.tmp5z1CyQ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86472026-02-24T02:33:03.698Z[ recovery-image] Feb 24 02:33:03.741 INFO O| Feb 24 02:33:03.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86482026-02-24T02:33:03.698Z[ recovery-image] Feb 24 02:33:03.741 INFO O| Feb 24 02:33:03.740 INFO ok!
86492026-02-24T02:33:03.721Z[ recovery-image] Feb 24 02:33:03.741 INFO O| Feb 24 02:33:03.740 INFO STEP 56 (ensure_file) COMPLETE
86502026-02-24T02:33:03.722Z[ recovery-image] Feb 24 02:33:03.741 INFO O| Feb 24 02:33:03.741 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-02-24T02:33:03.722Z[ recovery-image] Feb 24 02:33:03.760 INFO O| Feb 24 02:33:03.760 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86522026-02-24T02:33:03.722Z[ recovery-image] Feb 24 02:33:03.760 INFO O| Feb 24 02:33:03.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86532026-02-24T02:33:03.722Z[ recovery-image] Feb 24 02:33:03.760 INFO O| Feb 24 02:33:03.760 INFO STEP 57 (ensure_dir) COMPLETE
86542026-02-24T02:33:03.722Z[ recovery-image] Feb 24 02:33:03.760 INFO O| Feb 24 02:33:03.760 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86552026-02-24T02:33:03.746Z[ recovery-image] Feb 24 02:33:03.779 INFO O| Feb 24 02:33:03.779 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86562026-02-24T02:33:03.746Z[ recovery-image] Feb 24 02:33:03.779 INFO O| Feb 24 02:33:03.779 INFO copying /tmp/.tmp5z1CyQ/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 ...
86572026-02-24T02:33:03.746Z[ recovery-image] Feb 24 02:33:03.779 INFO O| Feb 24 02:33:03.779 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
86582026-02-24T02:33:03.746Z[ recovery-image] Feb 24 02:33:03.779 INFO O| Feb 24 02:33:03.779 INFO ok!
86592026-02-24T02:33:03.746Z[ recovery-image] Feb 24 02:33:03.779 INFO O| Feb 24 02:33:03.779 INFO STEP 58 (ensure_file) COMPLETE
86602026-02-24T02:33:03.746Z[ recovery-image] Feb 24 02:33:03.779 INFO O| Feb 24 02:33:03.779 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86612026-02-24T02:33:03.770Z[ recovery-image] Feb 24 02:33:03.803 INFO O| Feb 24 02:33:03.803 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86622026-02-24T02:33:03.770Z[ recovery-image] Feb 24 02:33:03.803 INFO O| Feb 24 02:33:03.803 INFO copying /tmp/.tmp5z1CyQ/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 ...
86632026-02-24T02:33:03.770Z[ recovery-image] Feb 24 02:33:03.803 INFO O| Feb 24 02:33:03.803 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
86642026-02-24T02:33:03.770Z[ recovery-image] Feb 24 02:33:03.803 INFO O| Feb 24 02:33:03.803 INFO ok!
86652026-02-24T02:33:03.770Z[ recovery-image] Feb 24 02:33:03.803 INFO O| Feb 24 02:33:03.803 INFO STEP 59 (ensure_file) COMPLETE
86662026-02-24T02:33:03.770Z[ recovery-image] Feb 24 02:33:03.803 INFO O| Feb 24 02:33:03.803 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86672026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.820 INFO O| Feb 24 02:33:03.820 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86682026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.820 INFO O| Feb 24 02:33:03.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86692026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.820 INFO O| Feb 24 02:33:03.820 INFO STEP 60 (ensure_dir) COMPLETE
86702026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.820 INFO O| Feb 24 02:33:03.820 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86712026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.836 INFO O| Feb 24 02:33:03.836 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86722026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.836 INFO O| Feb 24 02:33:03.836 INFO copying /tmp/.tmp5z1CyQ/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 ...
86732026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.836 INFO O| Feb 24 02:33:03.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86742026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.836 INFO O| Feb 24 02:33:03.836 INFO ok!
86752026-02-24T02:33:03.794Z[ recovery-image] Feb 24 02:33:03.836 INFO O| Feb 24 02:33:03.836 INFO STEP 61 (ensure_file) COMPLETE
86762026-02-24T02:33:03.818Z[ recovery-image] Feb 24 02:33:03.836 INFO O| Feb 24 02:33:03.836 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86772026-02-24T02:33:03.818Z[ recovery-image] Feb 24 02:33:03.850 INFO O| Feb 24 02:33:03.850 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86782026-02-24T02:33:03.818Z[ recovery-image] Feb 24 02:33:03.850 INFO O| Feb 24 02:33:03.850 INFO copying /tmp/.tmp5z1CyQ/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 ...
86792026-02-24T02:33:03.818Z[ recovery-image] Feb 24 02:33:03.850 INFO O| Feb 24 02:33:03.850 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
86802026-02-24T02:33:03.818Z[ recovery-image] Feb 24 02:33:03.850 INFO O| Feb 24 02:33:03.850 INFO ok!
86812026-02-24T02:33:03.818Z[ recovery-image] Feb 24 02:33:03.850 INFO O| Feb 24 02:33:03.850 INFO STEP 62 (ensure_file) COMPLETE
86822026-02-24T02:33:03.819Z[ recovery-image] Feb 24 02:33:03.850 INFO O| Feb 24 02:33:03.850 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86832026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.865 INFO O| Feb 24 02:33:03.865 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86842026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.865 INFO O| Feb 24 02:33:03.865 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86852026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.865 INFO O| Feb 24 02:33:03.865 INFO STEP 63 (ensure_dir) COMPLETE
86862026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.865 INFO O| Feb 24 02:33:03.865 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86872026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.878 INFO O| Feb 24 02:33:03.878 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86882026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.878 INFO O| Feb 24 02:33:03.878 INFO copying /tmp/.tmp5z1CyQ/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 ...
86892026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.878 INFO O| Feb 24 02:33:03.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86902026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.878 INFO O| Feb 24 02:33:03.878 INFO ok!
86912026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.878 INFO O| Feb 24 02:33:03.878 INFO STEP 64 (ensure_file) COMPLETE
86922026-02-24T02:33:03.843Z[ recovery-image] Feb 24 02:33:03.879 INFO O| Feb 24 02:33:03.878 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86932026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.892 INFO O| Feb 24 02:33:03.892 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86942026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.892 INFO O| Feb 24 02:33:03.892 INFO copying /tmp/.tmp5z1CyQ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86952026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.892 INFO O| Feb 24 02:33:03.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86962026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.892 INFO O| Feb 24 02:33:03.892 INFO ok!
86972026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.892 INFO O| Feb 24 02:33:03.892 INFO STEP 65 (ensure_file) COMPLETE
86982026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.892 INFO O| Feb 24 02:33:03.892 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86992026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.907 INFO O| Feb 24 02:33:03.907 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87002026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.907 INFO O| Feb 24 02:33:03.907 INFO STEP 66 (ensure_dir) COMPLETE
87012026-02-24T02:33:03.867Z[ recovery-image] Feb 24 02:33:03.907 INFO O| Feb 24 02:33:03.907 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87022026-02-24T02:33:03.892Z[ recovery-image] Feb 24 02:33:03.922 INFO O| Feb 24 02:33:03.922 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87032026-02-24T02:33:03.892Z[ recovery-image] Feb 24 02:33:03.922 INFO O| Feb 24 02:33:03.922 INFO STEP 67 (ensure_dir) COMPLETE
87042026-02-24T02:33:03.892Z[ recovery-image] Feb 24 02:33:03.922 INFO O| Feb 24 02:33:03.922 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87052026-02-24T02:33:03.915Z[ recovery-image] Feb 24 02:33:03.942 INFO O| Feb 24 02:33:03.942 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87062026-02-24T02:33:03.915Z[ recovery-image] Feb 24 02:33:03.942 INFO O| Feb 24 02:33:03.942 INFO STEP 68 (ensure_dir) COMPLETE
87072026-02-24T02:33:03.916Z[ recovery-image] Feb 24 02:33:03.942 INFO O| Feb 24 02:33:03.942 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87082026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.960 INFO O| Feb 24 02:33:03.960 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87092026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.960 INFO O| Feb 24 02:33:03.960 INFO STEP 69 (ensure_dir) COMPLETE
87102026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.960 INFO O| Feb 24 02:33:03.960 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87112026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.978 INFO O| Feb 24 02:33:03.978 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87122026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.978 INFO O| Feb 24 02:33:03.978 INFO copying /tmp/.tmp5z1CyQ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87132026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.979 INFO O| Feb 24 02:33:03.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87142026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.979 INFO O| Feb 24 02:33:03.978 INFO ok!
87152026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.979 INFO O| Feb 24 02:33:03.978 INFO STEP 70 (ensure_file) COMPLETE
87162026-02-24T02:33:03.939Z[ recovery-image] Feb 24 02:33:03.979 INFO O| Feb 24 02:33:03.978 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-02-24T02:33:03.963Z[ recovery-image] Feb 24 02:33:03.996 INFO O| Feb 24 02:33:03.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87182026-02-24T02:33:03.963Z[ recovery-image] Feb 24 02:33:03.996 INFO O| Feb 24 02:33:03.996 INFO STEP 71 (remove_files) COMPLETE
87192026-02-24T02:33:03.963Z[ recovery-image] Feb 24 02:33:03.996 INFO O| Feb 24 02:33:03.996 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-02-24T02:33:03.987Z[ recovery-image] Feb 24 02:33:04.011 INFO O| Feb 24 02:33:04.011 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87212026-02-24T02:33:03.987Z[ recovery-image] Feb 24 02:33:04.012 INFO O| Feb 24 02:33:04.012 INFO STEP 72 (remove_files) COMPLETE
87222026-02-24T02:33:03.987Z[ recovery-image] Feb 24 02:33:04.012 INFO O| Feb 24 02:33:04.012 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-02-24T02:33:03.987Z[ recovery-image] Feb 24 02:33:04.029 INFO O| Feb 24 02:33:04.029 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87242026-02-24T02:33:03.988Z[ recovery-image] Feb 24 02:33:04.030 INFO O| Feb 24 02:33:04.030 INFO STEP 73 (remove_files) COMPLETE
87252026-02-24T02:33:03.988Z[ recovery-image] Feb 24 02:33:04.030 INFO O| Feb 24 02:33:04.030 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-02-24T02:33:04.011Z[ recovery-image] Feb 24 02:33:04.046 INFO O| Feb 24 02:33:04.046 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87272026-02-24T02:33:04.011Z[ recovery-image] Feb 24 02:33:04.046 INFO O| Feb 24 02:33:04.046 INFO STEP 74 (remove_files) COMPLETE
87282026-02-24T02:33:04.011Z[ recovery-image] Feb 24 02:33:04.046 INFO O| Feb 24 02:33:04.046 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-02-24T02:33:04.036Z[ recovery-image] Feb 24 02:33:04.061 INFO O| Feb 24 02:33:04.061 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87302026-02-24T02:33:04.036Z[ recovery-image] Feb 24 02:33:04.061 INFO O| Feb 24 02:33:04.061 INFO STEP 75 (remove_files) COMPLETE
87312026-02-24T02:33:04.036Z[ recovery-image] Feb 24 02:33:04.061 INFO O| Feb 24 02:33:04.061 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-02-24T02:33:04.036Z[ recovery-image] Feb 24 02:33:04.074 INFO O| Feb 24 02:33:04.074 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87332026-02-24T02:33:04.036Z[ recovery-image] Feb 24 02:33:04.074 INFO O| Feb 24 02:33:04.074 INFO STEP 76 (remove_files) COMPLETE
87342026-02-24T02:33:04.036Z[ recovery-image] Feb 24 02:33:04.074 INFO O| Feb 24 02:33:04.074 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-02-24T02:33:04.061Z[ recovery-image] Feb 24 02:33:04.088 INFO O| Feb 24 02:33:04.088 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87362026-02-24T02:33:04.061Z[ recovery-image] Feb 24 02:33:04.088 INFO O| Feb 24 02:33:04.088 INFO STEP 77 (remove_files) COMPLETE
87372026-02-24T02:33:04.062Z[ recovery-image] Feb 24 02:33:04.088 INFO O| Feb 24 02:33:04.088 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-02-24T02:33:04.085Z[ recovery-image] Feb 24 02:33:04.107 INFO O| Feb 24 02:33:04.106 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87392026-02-24T02:33:04.085Z[ recovery-image] Feb 24 02:33:04.107 INFO O| Feb 24 02:33:04.107 INFO STEP 78 (remove_files) COMPLETE
87402026-02-24T02:33:04.085Z[ recovery-image] Feb 24 02:33:04.107 INFO O| Feb 24 02:33:04.107 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-02-24T02:33:04.085Z[ recovery-image] Feb 24 02:33:04.120 INFO O| Feb 24 02:33:04.120 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87422026-02-24T02:33:04.086Z[ recovery-image] Feb 24 02:33:04.121 INFO O| Feb 24 02:33:04.121 INFO STEP 79 (remove_files) COMPLETE
87432026-02-24T02:33:04.086Z[ recovery-image] Feb 24 02:33:04.121 INFO O| Feb 24 02:33:04.121 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-02-24T02:33:04.109Z[ recovery-image] Feb 24 02:33:04.138 INFO O| Feb 24 02:33:04.138 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87452026-02-24T02:33:04.109Z[ recovery-image] Feb 24 02:33:04.138 INFO O| Feb 24 02:33:04.138 INFO STEP 80 (remove_files) COMPLETE
87462026-02-24T02:33:04.110Z[ recovery-image] Feb 24 02:33:04.138 INFO O| Feb 24 02:33:04.138 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-02-24T02:33:04.110Z[ recovery-image] Feb 24 02:33:04.151 INFO O| Feb 24 02:33:04.150 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87482026-02-24T02:33:04.110Z[ recovery-image] Feb 24 02:33:04.151 INFO O| Feb 24 02:33:04.151 INFO STEP 81 (remove_files) COMPLETE
87492026-02-24T02:33:04.110Z[ recovery-image] Feb 24 02:33:04.151 INFO O| Feb 24 02:33:04.151 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-02-24T02:33:04.134Z[ recovery-image] Feb 24 02:33:04.164 INFO O| Feb 24 02:33:04.163 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87512026-02-24T02:33:04.134Z[ recovery-image] Feb 24 02:33:04.164 INFO O| Feb 24 02:33:04.164 INFO STEP 82 (remove_files) COMPLETE
87522026-02-24T02:33:04.134Z[ recovery-image] Feb 24 02:33:04.164 INFO O| Feb 24 02:33:04.164 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532026-02-24T02:33:04.157Z[ recovery-image] Feb 24 02:33:04.180 INFO O| Feb 24 02:33:04.179 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87542026-02-24T02:33:04.158Z[ recovery-image] Feb 24 02:33:04.180 INFO O| Feb 24 02:33:04.180 INFO STEP 83 (remove_files) COMPLETE
87552026-02-24T02:33:04.158Z[ recovery-image] Feb 24 02:33:04.180 INFO O| Feb 24 02:33:04.180 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562026-02-24T02:33:04.158Z[ recovery-image] Feb 24 02:33:04.198 INFO O| Feb 24 02:33:04.198 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87572026-02-24T02:33:04.158Z[ recovery-image] Feb 24 02:33:04.198 INFO O| Feb 24 02:33:04.198 INFO STEP 84 (remove_files) COMPLETE
87582026-02-24T02:33:04.158Z[ recovery-image] Feb 24 02:33:04.198 INFO O| Feb 24 02:33:04.198 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592026-02-24T02:33:04.182Z[ recovery-image] Feb 24 02:33:04.220 INFO O| Feb 24 02:33:04.220 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87602026-02-24T02:33:04.182Z[ recovery-image] Feb 24 02:33:04.220 INFO O| Feb 24 02:33:04.220 INFO STEP 85 (remove_files) COMPLETE
87612026-02-24T02:33:04.182Z[ recovery-image] Feb 24 02:33:04.220 INFO O| Feb 24 02:33:04.220 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622026-02-24T02:33:04.206Z[ recovery-image] Feb 24 02:33:04.237 INFO O| Feb 24 02:33:04.236 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87632026-02-24T02:33:04.206Z[ recovery-image] Feb 24 02:33:04.237 INFO O| Feb 24 02:33:04.237 INFO STEP 86 (remove_files) COMPLETE
87642026-02-24T02:33:04.206Z[ recovery-image] Feb 24 02:33:04.237 INFO O| Feb 24 02:33:04.237 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652026-02-24T02:33:04.231Z[ recovery-image] Feb 24 02:33:04.252 INFO O| Feb 24 02:33:04.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87662026-02-24T02:33:04.231Z[ recovery-image] Feb 24 02:33:04.252 INFO O| Feb 24 02:33:04.252 INFO STEP 87 (remove_files) COMPLETE
87672026-02-24T02:33:04.231Z[ recovery-image] Feb 24 02:33:04.252 INFO O| Feb 24 02:33:04.252 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682026-02-24T02:33:04.231Z[ recovery-image] Feb 24 02:33:04.269 INFO O| Feb 24 02:33:04.269 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87692026-02-24T02:33:04.231Z[ recovery-image] Feb 24 02:33:04.269 INFO O| Feb 24 02:33:04.269 INFO STEP 88 (remove_files) COMPLETE
87702026-02-24T02:33:04.231Z[ recovery-image] Feb 24 02:33:04.269 INFO O| Feb 24 02:33:04.269 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712026-02-24T02:33:04.255Z[ recovery-image] Feb 24 02:33:04.288 INFO O| Feb 24 02:33:04.288 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87722026-02-24T02:33:04.255Z[ recovery-image] Feb 24 02:33:04.288 INFO O| Feb 24 02:33:04.288 INFO STEP 89 (remove_files) COMPLETE
87732026-02-24T02:33:04.255Z[ recovery-image] Feb 24 02:33:04.288 INFO O| Feb 24 02:33:04.288 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742026-02-24T02:33:04.280Z[ recovery-image] Feb 24 02:33:04.307 INFO O| Feb 24 02:33:04.307 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87752026-02-24T02:33:04.280Z[ recovery-image] Feb 24 02:33:04.307 INFO O| Feb 24 02:33:04.307 INFO STEP 90 (remove_files) COMPLETE
87762026-02-24T02:33:04.280Z[ recovery-image] Feb 24 02:33:04.307 INFO O| Feb 24 02:33:04.307 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87772026-02-24T02:33:04.304Z[ recovery-image] Feb 24 02:33:04.323 INFO O| Feb 24 02:33:04.323 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87782026-02-24T02:33:04.304Z[ recovery-image] Feb 24 02:33:04.323 INFO O| Feb 24 02:33:04.323 INFO STEP 91 (remove_files) COMPLETE
87792026-02-24T02:33:04.304Z[ recovery-image] Feb 24 02:33:04.323 INFO O| Feb 24 02:33:04.323 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87802026-02-24T02:33:04.304Z[ recovery-image] Feb 24 02:33:04.342 INFO O| Feb 24 02:33:04.341 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87812026-02-24T02:33:04.304Z[ recovery-image] Feb 24 02:33:04.342 INFO O| Feb 24 02:33:04.342 INFO STEP 92 (remove_files) COMPLETE
87822026-02-24T02:33:04.304Z[ recovery-image] Feb 24 02:33:04.342 INFO O| Feb 24 02:33:04.342 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87832026-02-24T02:33:04.328Z[ recovery-image] Feb 24 02:33:04.362 INFO O| Feb 24 02:33:04.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87842026-02-24T02:33:04.328Z[ recovery-image] Feb 24 02:33:04.362 INFO O| Feb 24 02:33:04.362 INFO STEP 93 (remove_files) COMPLETE
87852026-02-24T02:33:04.328Z[ recovery-image] Feb 24 02:33:04.362 INFO O| Feb 24 02:33:04.362 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87862026-02-24T02:33:04.328Z[ host-image] Feb 24 02:33:04.366 INFO O| Feb 24 02:33:04.366 INFO O| Done
87872026-02-24T02:33:04.352Z[ recovery-image] Feb 24 02:33:04.381 INFO O| Feb 24 02:33:04.381 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87882026-02-24T02:33:04.352Z[ recovery-image] Feb 24 02:33:04.381 INFO O| Feb 24 02:33:04.381 INFO STEP 94 (remove_files) COMPLETE
87892026-02-24T02:33:04.352Z[ recovery-image] Feb 24 02:33:04.381 INFO O| Feb 24 02:33:04.381 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902026-02-24T02:33:04.376Z[ recovery-image] Feb 24 02:33:04.401 INFO O| Feb 24 02:33:04.401 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87912026-02-24T02:33:04.376Z[ recovery-image] Feb 24 02:33:04.401 INFO O| Feb 24 02:33:04.401 INFO STEP 95 (remove_files) COMPLETE
87922026-02-24T02:33:04.376Z[ recovery-image] Feb 24 02:33:04.401 INFO O| Feb 24 02:33:04.401 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932026-02-24T02:33:04.376Z[ host-image] Feb 24 02:33:04.408 INFO O| Feb 24 02:33:04.408 INFO O| Done
87942026-02-24T02:33:04.376Z[ host-image] Feb 24 02:33:04.408 INFO O| Feb 24 02:33:04.408 INFO O| Done
87952026-02-24T02:33:04.400Z[ recovery-image] Feb 24 02:33:04.421 INFO O| Feb 24 02:33:04.421 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87962026-02-24T02:33:04.400Z[ recovery-image] Feb 24 02:33:04.421 INFO O| Feb 24 02:33:04.421 INFO STEP 96 (remove_files) COMPLETE
87972026-02-24T02:33:04.400Z[ recovery-image] Feb 24 02:33:04.421 INFO O| Feb 24 02:33:04.421 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87982026-02-24T02:33:04.400Z[ recovery-image] Feb 24 02:33:04.439 INFO O| Feb 24 02:33:04.439 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87992026-02-24T02:33:04.400Z[ recovery-image] Feb 24 02:33:04.439 INFO O| Feb 24 02:33:04.439 INFO STEP 97 (remove_files) COMPLETE
88002026-02-24T02:33:04.400Z[ recovery-image] Feb 24 02:33:04.439 INFO O| Feb 24 02:33:04.439 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88012026-02-24T02:33:04.424Z[ recovery-image] Feb 24 02:33:04.461 INFO O| Feb 24 02:33:04.461 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88022026-02-24T02:33:04.424Z[ recovery-image] Feb 24 02:33:04.461 INFO O| Feb 24 02:33:04.461 INFO STEP 98 (remove_files) COMPLETE
88032026-02-24T02:33:04.424Z[ recovery-image] Feb 24 02:33:04.461 INFO O| Feb 24 02:33:04.461 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88042026-02-24T02:33:04.448Z[ recovery-image] Feb 24 02:33:04.478 INFO O| Feb 24 02:33:04.478 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88052026-02-24T02:33:04.448Z[ recovery-image] Feb 24 02:33:04.478 INFO O| Feb 24 02:33:04.478 INFO STEP 99 (remove_files) COMPLETE
88062026-02-24T02:33:04.448Z[ recovery-image] Feb 24 02:33:04.478 INFO O| Feb 24 02:33:04.478 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88072026-02-24T02:33:04.448Z[ host-image] Feb 24 02:33:04.479 INFO O| Feb 24 02:33:04.479 INFO O| Done
88082026-02-24T02:33:04.472Z[ recovery-image] Feb 24 02:33:04.503 INFO O| Feb 24 02:33:04.503 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88092026-02-24T02:33:04.472Z[ recovery-image] Feb 24 02:33:04.504 INFO O| Feb 24 02:33:04.503 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88102026-02-24T02:33:06.119Z[ host-image] Feb 24 02:33:06.162 INFO O| Feb 24 02:33:06.162 INFO STEP 13 (pkg_install) COMPLETE
88112026-02-24T02:33:06.119Z[ host-image] Feb 24 02:33:06.162 INFO O| Feb 24 02:33:06.162 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88122026-02-24T02:33:06.143Z[ host-image] Feb 24 02:33:06.184 INFO O| Feb 24 02:33:06.184 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
88132026-02-24T02:33:11.219Z[ recovery-image] Feb 24 02:33:11.252 INFO O| Feb 24 02:33:11.251 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
88142026-02-24T02:33:11.219Z[ recovery-image] Feb 24 02:33:11.252 INFO O| Feb 24 02:33:11.252 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88152026-02-24T02:33:11.270Z[ recovery-image] Feb 24 02:33:11.270 INFO O| Feb 24 02:33:11.270 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88162026-02-24T02:33:11.461Z[ recovery-image] Feb 24 02:33:11.498 INFO O| Feb 24 02:33:11.498 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_CHECKHASH": "1", "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"}
88172026-02-24T02:33:11.605Z[ recovery-image] Feb 24 02:33:11.647 INFO O| Feb 24 02:33:11.647 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_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"}
88182026-02-24T02:33:11.841Z[ recovery-image] Feb 24 02:33:11.828 INFO O| Feb 24 02:33:11.827 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88192026-02-24T02:33:11.842Z[ recovery-image] Feb 24 02:33:11.828 INFO O| Feb 24 02:33:11.827 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 ...
88202026-02-24T02:33:11.876Z[ recovery-image] Feb 24 02:33:11.832 INFO O| Feb 24 02:33:11.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88212026-02-24T02:33:11.876Z[ recovery-image] Feb 24 02:33:11.832 INFO O| Feb 24 02:33:11.832 INFO ok!
88222026-02-24T02:33:11.876Z[ recovery-image] Feb 24 02:33:11.832 INFO O| Feb 24 02:33:11.832 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88232026-02-24T02:33:11.876Z[ recovery-image] Feb 24 02:33:11.832 INFO O| Feb 24 02:33:11.832 INFO STEP 100 (seed_smf) COMPLETE
88242026-02-24T02:33:11.876Z[ recovery-image] Feb 24 02:33:11.832 INFO O| Feb 24 02:33:11.832 INFO steps complete; finalising image!
88252026-02-24T02:33:11.876Z[ recovery-image] Feb 24 02:33:11.832 INFO O| Feb 24 02:33:11.832 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88262026-02-24T02:33:11.876Z[ recovery-image] Feb 24 02:33:11.903 INFO O| Feb 24 02:33:11.902 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Feb 24 02:33:11 2026)
88272026-02-24T02:33:12.102Z[ recovery-image] Feb 24 02:33:12.115 INFO O| Feb 24 02:33:12.115 INFO trim TEMPORARY-sled-zfs-recovery: (51% trimmed, started at Tue Feb 24 02:33:11 2026)
88282026-02-24T02:33:12.293Z[ recovery-image] Feb 24 02:33:12.333 INFO O| Feb 24 02:33:12.333 INFO trim TEMPORARY-sled-zfs-recovery: (75% trimmed, started at Tue Feb 24 02:33:11 2026)
88292026-02-24T02:33:12.536Z[ recovery-image] Feb 24 02:33:12.571 INFO O| Feb 24 02:33:12.571 INFO temporary pool has 434M used, 1.33G avail, 1.00x compressratio
88302026-02-24T02:33:12.536Z[ recovery-image] Feb 24 02:33:12.571 INFO O| Feb 24 02:33:12.571 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88312026-02-24T02:33:12.869Z[ recovery-image] Feb 24 02:33:12.910 INFO O| Feb 24 02:33:12.910 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
88322026-02-24T02:33:12.869Z[ recovery-image] Feb 24 02:33:12.910 INFO O| Feb 24 02:33:12.910 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88332026-02-24T02:33:18.521Z[ recovery-image] Feb 24 02:33:18.564 INFO O| Feb 24 02:33:18.564 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88342026-02-24T02:33:18.521Z[ recovery-image] Feb 24 02:33:18.564 INFO O| Feb 24 02:33:18.564 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88352026-02-24T02:33:18.545Z[ recovery-image] Feb 24 02:33:18.564 INFO O| Feb 24 02:33:18.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88362026-02-24T02:33:18.545Z[ recovery-image] Feb 24 02:33:18.564 INFO O| Feb 24 02:33:18.564 INFO completed processing sled/zfs-recovery
88372026-02-24T02:33:18.545Z[ recovery-image] Feb 24 02:33:18.564 INFO O| Feb 24 02:33:18.564 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88382026-02-24T02:33:18.704Z[ recovery-image] Feb 24 02:33:18.748 INFO O| Feb 24 02:33:18.747 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88392026-02-24T02:33:18.802Z[ recovery-image] Feb 24 02:33:18.845 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
88402026-02-24T02:33:18.826Z[ recovery-image] Feb 24 02:33:18.846 INFO expanded image name: "recovery 377e515/${os_short_commit} 2026-02-24 01:36" -> "recovery 377e515/3e08689 2026-02-24 01:36"
88412026-02-24T02:33:18.826Z[ recovery-image] Feb 24 02:33:18.848 INFO output artefacts stored in: "/work/os-recovery"
88422026-02-24T02:33:18.826Z[ recovery-image] Feb 24 02:33:18.848 INFO collecting git info from project "amd-host-image-builder"...
88432026-02-24T02:33:19.558Z[ recovery-image] Feb 24 02:33:19.602 INFO collecting git info from project "phbl"...
88442026-02-24T02:33:19.582Z[ recovery-image] Feb 24 02:33:19.624 INFO collecting git info from project "pilot"...
88452026-02-24T02:33:19.619Z[ recovery-image] Feb 24 02:33:19.662 INFO collecting git info from project "bootserver"...
88462026-02-24T02:33:19.642Z[ recovery-image] Feb 24 02:33:19.678 INFO collecting git info from project "amd-firmware"...
88472026-02-24T02:33:23.744Z[ recovery-image] Feb 24 02:33:23.788 INFO collecting git info from project "pinprick"...
88482026-02-24T02:33:23.768Z[ recovery-image] Feb 24 02:33:23.807 INFO collecting git info from project "dmar-report"...
88492026-02-24T02:33:23.795Z[ recovery-image] Feb 24 02:33:23.839 INFO collecting git info from project "image-builder"...
88502026-02-24T02:33:23.819Z[ recovery-image] Feb 24 02:33:23.858 INFO collecting git info from project "chelsio-t6-roms"...
88512026-02-24T02:33:23.865Z[ recovery-image] Feb 24 02:33:23.908 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88522026-02-24T02:33:24.840Z[ recovery-image] Feb 24 02:33:24.883 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88532026-02-24T02:33:25.569Z[ recovery-image] Feb 24 02:33:25.612 INFO creating Oxide boot image...
88542026-02-24T02:33:25.593Z[ recovery-image] Feb 24 02:33:25.612 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 377e515/3e08689 2026-02-24 01:36", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88552026-02-24T02:33:58.817Z[ host-image] Feb 24 02:33:58.861 INFO O| Feb 24 02:33:58.861 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
88562026-02-24T02:34:24.889Z[ host-image] Feb 24 02:34:24.935 INFO O| Feb 24 02:34:24.935 INFO O| Startup: Caching catalogs ... Done
88572026-02-24T02:34:36.150Z[ host-image] Feb 24 02:34:36.197 INFO O| Feb 24 02:34:36.196 INFO O| Planning: Solver setup ... Done
88582026-02-24T02:34:36.174Z[ host-image] Feb 24 02:34:36.221 INFO O| Feb 24 02:34:36.221 INFO O| Planning: Running solver ... Done
88592026-02-24T02:34:36.342Z[ host-image] Feb 24 02:34:36.388 INFO O| Feb 24 02:34:36.388 INFO O| Planning: Finding local manifests ... Done
88602026-02-24T02:34:36.605Z[ host-image] Feb 24 02:34:36.652 INFO O| Feb 24 02:34:36.651 INFO O| Planning: Fetching manifests: 0/1 0% complete
88612026-02-24T02:34:36.646Z[ host-image] Feb 24 02:34:36.692 INFO O| Feb 24 02:34:36.692 INFO O| Planning: Fetching manifests: 1/1 100% complete
88622026-02-24T02:34:36.694Z[ host-image] Feb 24 02:34:36.741 INFO O| Feb 24 02:34:36.741 INFO O| Planning: Package planning ... Done
88632026-02-24T02:34:36.718Z[ host-image] Feb 24 02:34:36.741 INFO O| Feb 24 02:34:36.741 INFO O| Planning: Merging actions ... Done
88642026-02-24T02:34:36.783Z[ host-image] Feb 24 02:34:36.830 INFO O| Feb 24 02:34:36.830 INFO O| Planning: Checking for conflicting actions ... Done
88652026-02-24T02:34:36.823Z[ host-image] Feb 24 02:34:36.831 INFO O| Feb 24 02:34:36.831 INFO O| Planning: Consolidating action changes ... Done
88662026-02-24T02:34:37.282Z[ host-image] Feb 24 02:34:37.328 INFO O| Feb 24 02:34:37.328 INFO O| Planning: Evaluating mediators ... Done
88672026-02-24T02:34:37.306Z[ host-image] Feb 24 02:34:37.330 INFO O| Feb 24 02:34:37.329 INFO O| Planning: Planning completed in 12.27 seconds
88682026-02-24T02:34:37.306Z[ host-image] Feb 24 02:34:37.330 INFO O| Feb 24 02:34:37.330 INFO O| Packages to install: 1
88692026-02-24T02:34:37.330Z[ host-image] Feb 24 02:34:37.363 INFO O| Feb 24 02:34:37.363 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
88702026-02-24T02:34:37.961Z[ host-image] Feb 24 02:34:38.008 INFO O| Feb 24 02:34:38.008 INFO O| Download: Completed 12.26 MB in 0.65 seconds (19.0M/s)
88712026-02-24T02:34:38.049Z[ host-image] Feb 24 02:34:38.095 INFO O| Feb 24 02:34:38.094 INFO O| Actions: 1/22 actions (Installing new actions)
88722026-02-24T02:34:38.488Z[ host-image] Feb 24 02:34:38.534 INFO O| Feb 24 02:34:38.534 INFO O| Actions: Completed 22 actions in 0.44 seconds.
88732026-02-24T02:34:39.604Z[ host-image] Feb 24 02:34:39.651 INFO O| Feb 24 02:34:39.651 INFO O| Done
88742026-02-24T02:34:39.605Z[ host-image] Feb 24 02:34:39.651 INFO O| Feb 24 02:34:39.651 INFO O| Done
88752026-02-24T02:34:41.738Z[ host-image] Feb 24 02:34:41.785 INFO O| Feb 24 02:34:41.785 INFO O| Done
88762026-02-24T02:34:44.454Z[ host-image] Feb 24 02:34:44.501 INFO O| Feb 24 02:34:44.501 INFO O| Done
88772026-02-24T02:34:44.518Z[ host-image] Feb 24 02:34:44.565 INFO O| Feb 24 02:34:44.565 INFO O| Done
88782026-02-24T02:34:44.518Z[ host-image] Feb 24 02:34:44.565 INFO O| Feb 24 02:34:44.565 INFO O| Done
88792026-02-24T02:34:44.542Z[ host-image] Feb 24 02:34:44.589 INFO O| Feb 24 02:34:44.589 INFO O| Done
88802026-02-24T02:34:46.637Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO STEP 14 (pkg_install) COMPLETE
88812026-02-24T02:34:46.637Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88822026-02-24T02:34:46.637Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO skip step because feature "mbist" is not enabled
88832026-02-24T02:34:46.661Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88842026-02-24T02:34:46.661Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO skip step because feature "mfg" is not enabled
88852026-02-24T02:34:46.661Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88862026-02-24T02:34:46.661Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO skip step because feature "compliance" is not enabled
88872026-02-24T02:34:46.661Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88882026-02-24T02:34:46.662Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO skip step because feature "stress" is not enabled
88892026-02-24T02:34:46.662Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88902026-02-24T02:34:46.662Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO skip step because feature "compliance" is not enabled
88912026-02-24T02:34:46.662Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88922026-02-24T02:34:46.662Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO skip step because feature "nfs" is not enabled
88932026-02-24T02:34:46.662Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88942026-02-24T02:34:46.662Z[ host-image] Feb 24 02:34:46.683 INFO O| Feb 24 02:34:46.683 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88952026-02-24T02:34:46.686Z[ host-image] Feb 24 02:34:46.716 INFO O| Feb 24 02:34:46.716 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
88962026-02-24T02:34:46.778Z[ host-image] Feb 24 02:34:46.825 INFO O| Feb 24 02:34:46.825 INFO completed processing sled/ramdisk-01-os
88972026-02-24T02:34:46.803Z[ host-image] Feb 24 02:34:46.830 INFO omicron1 baseline generation...
88982026-02-24T02:34:46.803Z[ host-image] Feb 24 02:34:46.831 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
88992026-02-24T02:34:47.846Z[ host-image] Feb 24 02:34:47.893 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
89002026-02-24T02:34:56.218Z[ recovery-image] Feb 24 02:34:56.265 INFO O| ok, image written!
89012026-02-24T02:34:56.218Z[ recovery-image] Feb 24 02:34:56.265 INFO O| ok, boot_image_csum file written!
89022026-02-24T02:34:56.242Z[ recovery-image] Feb 24 02:34:56.278 INFO creating boot archive (CPIO)...
89032026-02-24T02:34:56.242Z[ recovery-image] Feb 24 02:34:56.278 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
89042026-02-24T02:34:56.266Z[ recovery-image] Feb 24 02:34:56.304 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89052026-02-24T02:34:56.266Z[ recovery-image] Feb 24 02:34:56.304 INFO E| + outfile=/work/os-recovery/cpio
89062026-02-24T02:34:56.266Z[ recovery-image] Feb 24 02:34:56.304 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89072026-02-24T02:34:56.266Z[ recovery-image] Feb 24 02:34:56.309 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89082026-02-24T02:34:56.266Z[ recovery-image] Feb 24 02:34:56.309 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89092026-02-24T02:34:56.314Z[ recovery-image] Feb 24 02:34:56.360 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89102026-02-24T02:34:56.315Z[ recovery-image] Feb 24 02:34:56.361 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89112026-02-24T02:34:56.339Z[ recovery-image] Feb 24 02:34:56.374 INFO creating compressed cpio/unix for dev loaders...
89122026-02-24T02:34:56.339Z[ recovery-image] Feb 24 02:34:56.374 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
89132026-02-24T02:34:56.886Z[ recovery-image] Feb 24 02:34:56.933 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
89142026-02-24T02:35:04.164Z[ recovery-image] Feb 24 02:35:04.210 INFO creating reset image...
89152026-02-24T02:35:04.164Z[ recovery-image] Feb 24 02:35:04.211 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89162026-02-24T02:36:12.745Z[ recovery-image] Feb 24 02:36:12.793 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
89172026-02-24T02:36:12.745Z[ recovery-image] Feb 24 02:36:12.793 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")
89182026-02-24T02:36:13.523Z[ recovery-image] Feb 24 02:36:13.557 INFO E| Updating crates.io index
89192026-02-24T02:36:14.115Z[ recovery-image] Feb 24 02:36:14.164 INFO E| Downloading crates ...
89202026-02-24T02:36:14.585Z[ recovery-image] Feb 24 02:36:14.635 INFO E| Downloaded sigchld v0.2.4
89212026-02-24T02:36:14.610Z[ recovery-image] Feb 24 02:36:14.648 INFO E| Downloaded signal-hook-registry v1.4.8
89222026-02-24T02:36:14.610Z[ recovery-image] Feb 24 02:36:14.652 INFO E| Downloaded shared_thread v0.2.0
89232026-02-24T02:36:14.610Z[ recovery-image] Feb 24 02:36:14.653 INFO E| Downloaded os_pipe v1.2.3
89242026-02-24T02:36:14.610Z[ recovery-image] Feb 24 02:36:14.655 INFO E| Downloaded clap_lex v0.7.7
89252026-02-24T02:36:14.610Z[ recovery-image] Feb 24 02:36:14.657 INFO E| Downloaded clap v4.5.57
89262026-02-24T02:36:14.634Z[ recovery-image] Feb 24 02:36:14.668 INFO E| Downloaded unicode-ident v1.0.23
89272026-02-24T02:36:14.634Z[ recovery-image] Feb 24 02:36:14.672 INFO E| Downloaded clap_builder v4.5.57
89282026-02-24T02:36:14.634Z[ recovery-image] Feb 24 02:36:14.679 INFO E| Downloaded anstyle-query v1.1.5
89292026-02-24T02:36:14.634Z[ recovery-image] Feb 24 02:36:14.681 INFO E| Downloaded quote v1.0.44
89302026-02-24T02:36:14.634Z[ recovery-image] Feb 24 02:36:14.684 INFO E| Downloaded proc-macro2 v1.0.106
89312026-02-24T02:36:14.659Z[ recovery-image] Feb 24 02:36:14.688 INFO E| Downloaded duct v1.1.1
89322026-02-24T02:36:14.659Z[ recovery-image] Feb 24 02:36:14.690 INFO E| Downloaded clap_derive v4.5.55
89332026-02-24T02:36:14.659Z[ recovery-image] Feb 24 02:36:14.693 INFO E| Downloaded shared_child v1.1.1
89342026-02-24T02:36:14.728Z[ recovery-image] Feb 24 02:36:14.778 INFO E| Compiling libc v0.2.180
89352026-02-24T02:36:14.752Z[ recovery-image] Feb 24 02:36:14.778 INFO E| Compiling proc-macro2 v1.0.106
89362026-02-24T02:36:14.752Z[ recovery-image] Feb 24 02:36:14.778 INFO E| Compiling unicode-ident v1.0.23
89372026-02-24T02:36:14.752Z[ recovery-image] Feb 24 02:36:14.778 INFO E| Compiling quote v1.0.44
89382026-02-24T02:36:14.752Z[ recovery-image] Feb 24 02:36:14.778 INFO E| Compiling signal-hook v0.3.18
89392026-02-24T02:36:14.752Z[ recovery-image] Feb 24 02:36:14.778 INFO E| Compiling utf8parse v0.2.2
89402026-02-24T02:36:14.752Z[ recovery-image] Feb 24 02:36:14.778 INFO E| Compiling anstyle v1.0.13
89412026-02-24T02:36:14.752Z[ recovery-image] Feb 24 02:36:14.786 INFO E| Compiling anstyle-query v1.1.5
89422026-02-24T02:36:15.273Z[ recovery-image] Feb 24 02:36:15.323 INFO E| Compiling anstyle-parse v0.2.7
89432026-02-24T02:36:15.356Z[ recovery-image] Feb 24 02:36:15.406 INFO E| Compiling colorchoice v1.0.4
89442026-02-24T02:36:15.489Z[ recovery-image] Feb 24 02:36:15.538 INFO E| Compiling is_terminal_polyfill v1.70.2
89452026-02-24T02:36:15.773Z[ recovery-image] Feb 24 02:36:15.823 INFO E| Compiling strsim v0.11.1
89462026-02-24T02:36:15.878Z[ recovery-image] Feb 24 02:36:15.929 INFO E| Compiling clap_lex v0.7.7
89472026-02-24T02:36:15.933Z[ recovery-image] Feb 24 02:36:15.983 INFO E| Compiling anstream v0.6.21
89482026-02-24T02:36:16.068Z[ recovery-image] Feb 24 02:36:16.118 INFO E| Compiling heck v0.5.0
89492026-02-24T02:36:16.137Z[ recovery-image] Feb 24 02:36:16.188 INFO E| Compiling shared_thread v0.2.0
89502026-02-24T02:36:16.979Z[ recovery-image] Feb 24 02:36:17.030 INFO E| Compiling clap_builder v4.5.57
89512026-02-24T02:36:18.257Z[ recovery-image] Feb 24 02:36:18.308 INFO E| Compiling errno v0.3.14
89522026-02-24T02:36:18.257Z[ recovery-image] Feb 24 02:36:18.308 INFO E| Compiling os_pipe v1.2.3
89532026-02-24T02:36:18.569Z[ recovery-image] Feb 24 02:36:18.619 INFO E| Compiling signal-hook-registry v1.4.8
89542026-02-24T02:36:18.959Z[ recovery-image] Feb 24 02:36:19.010 INFO E| Compiling syn v2.0.114
89552026-02-24T02:36:19.557Z[ recovery-image] Feb 24 02:36:19.606 INFO E| Compiling sigchld v0.2.4
89562026-02-24T02:36:19.842Z[ recovery-image] Feb 24 02:36:19.892 INFO E| Compiling shared_child v1.1.1
89572026-02-24T02:36:20.197Z[ recovery-image] Feb 24 02:36:20.248 INFO E| Compiling duct v1.1.1
89582026-02-24T02:36:28.376Z[ recovery-image] Feb 24 02:36:28.427 INFO E| Compiling clap_derive v4.5.55
89592026-02-24T02:36:32.522Z[ recovery-image] Feb 24 02:36:32.571 INFO E| Compiling clap v4.5.57
89602026-02-24T02:36:32.673Z[ recovery-image] Feb 24 02:36:32.724 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
89612026-02-24T02:36:35.871Z[ recovery-image] Feb 24 02:36:35.922 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.95s
89622026-02-24T02:36:35.894Z[ recovery-image] Feb 24 02:36:35.935 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
89632026-02-24T02:36:36.669Z[ recovery-image] Feb 24 02:36:36.720 INFO E| Downloading crates ...
89642026-02-24T02:36:36.751Z[ recovery-image] Feb 24 02:36:36.803 INFO E| Downloaded bit_field v0.10.3
89652026-02-24T02:36:36.776Z[ recovery-image] Feb 24 02:36:36.807 INFO E| Downloaded bitstruct_derive v0.1.0
89662026-02-24T02:36:36.803Z[ recovery-image] Feb 24 02:36:36.844 INFO E| Downloaded bitstruct v0.1.1
89672026-02-24T02:36:36.803Z[ recovery-image] Feb 24 02:36:36.847 INFO E| Downloaded cpio_reader v0.1.2
89682026-02-24T02:36:36.803Z[ recovery-image] Feb 24 02:36:36.850 INFO E| Downloaded raw-cpuid v10.7.0
89692026-02-24T02:36:36.829Z[ recovery-image] Feb 24 02:36:36.856 INFO E| Downloaded miniz_oxide v0.9.0
89702026-02-24T02:36:36.829Z[ recovery-image] Feb 24 02:36:36.862 INFO E| Downloaded goblin v0.10.4
89712026-02-24T02:36:36.889Z[ recovery-image] Feb 24 02:36:36.940 INFO E| Downloaded x86 v0.52.0
89722026-02-24T02:36:37.014Z[ recovery-image] Feb 24 02:36:37.064 INFO E| Updating crates.io index
89732026-02-24T02:36:37.520Z[ recovery-image] Feb 24 02:36:37.571 INFO E| Downloading crates ...
89742026-02-24T02:36:37.616Z[ recovery-image] Feb 24 02:36:37.667 INFO E| Downloaded rustc-literal-escaper v0.0.7
89752026-02-24T02:36:37.649Z[ recovery-image] Feb 24 02:36:37.699 INFO E| Downloaded rustc-demangle v0.1.27
89762026-02-24T02:36:37.673Z[ recovery-image] Feb 24 02:36:37.711 INFO E| Downloaded libc v0.2.178
89772026-02-24T02:36:37.857Z[ recovery-image] Feb 24 02:36:37.908 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
89782026-02-24T02:36:37.889Z[ recovery-image] Feb 24 02:36:37.940 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
89792026-02-24T02:36:37.889Z[ recovery-image] Feb 24 02:36:37.940 INFO E| Compiling proc-macro2 v1.0.106
89802026-02-24T02:36:37.913Z[ recovery-image] Feb 24 02:36:37.940 INFO E| Compiling unicode-ident v1.0.23
89812026-02-24T02:36:37.913Z[ recovery-image] Feb 24 02:36:37.941 INFO E| Compiling quote v1.0.44
89822026-02-24T02:36:37.913Z[ recovery-image] Feb 24 02:36:37.941 INFO E| Compiling syn v1.0.109
89832026-02-24T02:36:37.913Z[ recovery-image] Feb 24 02:36:37.941 INFO E| Compiling x86 v0.52.0
89842026-02-24T02:36:37.913Z[ recovery-image] Feb 24 02:36:37.941 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89852026-02-24T02:36:38.725Z[ recovery-image] Feb 24 02:36:38.776 INFO E| Compiling seq-macro v0.3.6
89862026-02-24T02:36:40.052Z[ host-image] Feb 24 02:36:40.103 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
89872026-02-24T02:36:40.052Z[ host-image] Feb 24 02:36:40.103 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
89882026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.103 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
89892026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.103 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
89902026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.103 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
89912026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.103 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
89922026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.103 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
89932026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.104 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
89942026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.105 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260224T013746Z
89952026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.105 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
89962026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.105 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
89972026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.105 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
89982026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.106 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
89992026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.106 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
90002026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.107 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
90012026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.107 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
90022026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.107 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
90032026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
90042026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
90052026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
90062026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
90072026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
90082026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
90092026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
90102026-02-24T02:36:40.098Z[ host-image] Feb 24 02:36:40.108 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
90112026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
90122026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
90132026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
90142026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
90152026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
90162026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
90172026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
90182026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
90192026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
90202026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.109 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
90212026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.110 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
90222026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.110 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
90232026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.116 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
90242026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.116 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
90252026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.116 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
90262026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.116 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
90272026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.117 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
90282026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.117 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
90292026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.117 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
90302026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.117 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
90312026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.118 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
90322026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.118 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
90332026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.125 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
90342026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.125 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
90352026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.125 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
90362026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.126 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
90372026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.126 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
90382026-02-24T02:36:40.099Z[ host-image] Feb 24 02:36:40.126 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
90392026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.148 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
90402026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.149 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
90412026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.149 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
90422026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.149 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
90432026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.149 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
90442026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.149 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
90452026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.149 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
90462026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.150 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
90472026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.150 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
90482026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.150 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
90492026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.150 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
90502026-02-24T02:36:40.126Z[ host-image] Feb 24 02:36:40.150 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
90512026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.150 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
90522026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.152 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
90532026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.153 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
90542026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.153 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
90552026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.153 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
90562026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.153 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
90572026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.163 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
90582026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.163 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
90592026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.165 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
90602026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.165 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
90612026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.165 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
90622026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.165 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
90632026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.166 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
90642026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.166 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
90652026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.166 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
90662026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.169 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
90672026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.169 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
90682026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.169 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
90692026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.169 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
90702026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.170 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
90712026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.170 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
90722026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.170 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
90732026-02-24T02:36:40.127Z[ host-image] Feb 24 02:36:40.170 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
90742026-02-24T02:36:40.157Z[ host-image] Feb 24 02:36:40.208 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
90752026-02-24T02:36:40.157Z[ host-image] Feb 24 02:36:40.208 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
90762026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.209 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
90772026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.210 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
90782026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.210 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
90792026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.210 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
90802026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.210 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
90812026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.211 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
90822026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.211 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
90832026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.217 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
90842026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.217 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
90852026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.217 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
90862026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.219 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
90872026-02-24T02:36:40.181Z[ host-image] Feb 24 02:36:40.219 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
90882026-02-24T02:36:40.205Z[ host-image] Feb 24 02:36:40.254 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
90892026-02-24T02:36:40.206Z[ host-image] Feb 24 02:36:40.254 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
90902026-02-24T02:36:40.206Z[ host-image] Feb 24 02:36:40.254 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
90912026-02-24T02:36:40.206Z[ host-image] Feb 24 02:36:40.254 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
90922026-02-24T02:36:40.206Z[ host-image] Feb 24 02:36:40.254 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
90932026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.271 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
90942026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.271 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
90952026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.271 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
90962026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.271 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
90972026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.272 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
90982026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.272 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
90992026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.272 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
91002026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.273 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
91012026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.273 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
91022026-02-24T02:36:40.236Z[ host-image] Feb 24 02:36:40.273 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
91032026-02-24T02:36:40.237Z[ host-image] Feb 24 02:36:40.273 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
91042026-02-24T02:36:40.237Z[ host-image] Feb 24 02:36:40.273 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
91052026-02-24T02:36:40.237Z[ host-image] Feb 24 02:36:40.274 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
91062026-02-24T02:36:40.237Z[ host-image] Feb 24 02:36:40.285 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
91072026-02-24T02:36:40.237Z[ host-image] Feb 24 02:36:40.286 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
91082026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.307 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
91092026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.307 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
91102026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.307 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
91112026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.307 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
91122026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.307 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
91132026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.307 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
91142026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.307 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
91152026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.308 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
91162026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.309 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
91172026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.309 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
91182026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.309 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
91192026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.309 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
91202026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.309 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
91212026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.309 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
91222026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.310 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
91232026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.312 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
91242026-02-24T02:36:40.261Z[ host-image] Feb 24 02:36:40.312 INFO O| tempdir @ "/tmp/.tmpxRYnaE/tmp"
91252026-02-24T02:36:40.286Z[ host-image] Feb 24 02:36:40.312 INFO O| image root @ "/tmp/.tmpxRYnaE/tmp/root"
91262026-02-24T02:36:40.286Z[ host-image] Feb 24 02:36:40.312 INFO O| creating image...
91272026-02-24T02:36:41.542Z[ host-image] Feb 24 02:36:41.593 INFO O| copying publishers...
91282026-02-24T02:36:41.942Z[ recovery-image] Feb 24 02:36:41.994 INFO E| Compiling syn v2.0.114
91292026-02-24T02:36:47.746Z[ recovery-image] Feb 24 02:36:47.798 INFO E| Compiling scroll_derive v0.13.1
91302026-02-24T02:36:53.739Z[ recovery-image] Feb 24 02:36:53.791 INFO E| Compiling bitstruct_derive v0.1.0
91312026-02-24T02:37:25.130Z[ recovery-image] Feb 24 02:37:25.183 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
91322026-02-24T02:37:31.844Z[ recovery-image] Feb 24 02:37:31.897 INFO E| Compiling bitflags v1.3.2
91332026-02-24T02:37:31.844Z[ recovery-image] Feb 24 02:37:31.897 INFO E| Compiling log v0.4.29
91342026-02-24T02:37:31.868Z[ recovery-image] Feb 24 02:37:31.897 INFO E| Compiling bit_field v0.10.3
91352026-02-24T02:37:31.868Z[ recovery-image] Feb 24 02:37:31.897 INFO E| Compiling plain v0.2.3
91362026-02-24T02:37:31.868Z[ recovery-image] Feb 24 02:37:31.897 INFO E| Compiling adler2 v2.0.1
91372026-02-24T02:37:31.868Z[ recovery-image] Feb 24 02:37:31.897 INFO E| Compiling scroll v0.13.0
91382026-02-24T02:37:31.868Z[ recovery-image] Feb 24 02:37:31.898 INFO E| Compiling bitflags v2.10.0
91392026-02-24T02:37:32.237Z[ recovery-image] Feb 24 02:37:32.290 INFO E| Compiling raw-cpuid v10.7.0
91402026-02-24T02:37:32.331Z[ recovery-image] Feb 24 02:37:32.385 INFO E| Compiling miniz_oxide v0.9.0
91412026-02-24T02:37:32.707Z[ recovery-image] Feb 24 02:37:32.761 INFO E| Compiling cpio_reader v0.1.2
91422026-02-24T02:37:32.775Z[ recovery-image] Feb 24 02:37:32.829 INFO E| Compiling bitstruct v0.1.1
91432026-02-24T02:37:32.896Z[ recovery-image] Feb 24 02:37:32.950 INFO E| Compiling goblin v0.10.4
91442026-02-24T02:37:33.046Z[ recovery-image] Feb 24 02:37:33.099 INFO E| Compiling static_assertions v1.1.0
91452026-02-24T02:37:42.084Z[ recovery-image] Feb 24 02:37:42.137 INFO E| Finished `release` profile [optimized] target(s) in 1m 06s
91462026-02-24T02:37:42.113Z[ recovery-image] Feb 24 02:37:42.167 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
91472026-02-24T02:37:42.274Z[ recovery-image] Feb 24 02:37:42.327 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
91482026-02-24T02:37:42.274Z[ recovery-image] Feb 24 02:37:42.327 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
91492026-02-24T02:37:42.298Z[ recovery-image] Feb 24 02:37:42.327 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
91502026-02-24T02:37:42.298Z[ recovery-image] Feb 24 02:37:42.327 INFO building ROM for gimlet
91512026-02-24T02:37:42.298Z[ recovery-image] Feb 24 02:37:42.328 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.h.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")
91522026-02-24T02:37:42.675Z[ recovery-image] Feb 24 02:37:42.729 INFO E| Downloading crates ...
91532026-02-24T02:37:42.815Z[ recovery-image] Feb 24 02:37:42.868 INFO E| Downloaded anstyle v1.0.10
91542026-02-24T02:37:42.839Z[ recovery-image] Feb 24 02:37:42.887 INFO E| Downloaded toml_write v0.1.1
91552026-02-24T02:37:42.863Z[ recovery-image] Feb 24 02:37:42.893 INFO E| Downloaded toml_datetime v0.6.9
91562026-02-24T02:37:42.863Z[ recovery-image] Feb 24 02:37:42.896 INFO E| Downloaded os_pipe v1.2.1
91572026-02-24T02:37:42.863Z[ recovery-image] Feb 24 02:37:42.898 INFO E| Downloaded toml v0.8.22
91582026-02-24T02:37:42.890Z[ recovery-image] Feb 24 02:37:42.943 INFO E| Downloaded toml_edit v0.22.26
91592026-02-24T02:37:42.949Z[ recovery-image] Feb 24 02:37:43.003 INFO E| Downloaded clap_builder v4.5.37
91602026-02-24T02:37:42.973Z[ recovery-image] Feb 24 02:37:43.011 INFO E| Downloaded duct v0.13.7
91612026-02-24T02:37:42.973Z[ recovery-image] Feb 24 02:37:43.014 INFO E| Downloaded cc v1.2.20
91622026-02-24T02:37:42.973Z[ recovery-image] Feb 24 02:37:43.019 INFO E| Downloaded clap_derive v4.5.32
91632026-02-24T02:37:42.973Z[ recovery-image] Feb 24 02:37:43.021 INFO E| Downloaded anstyle-parse v0.2.6
91642026-02-24T02:37:42.973Z[ recovery-image] Feb 24 02:37:43.024 INFO E| Downloaded winnow v0.7.7
91652026-02-24T02:37:42.997Z[ recovery-image] Feb 24 02:37:43.036 INFO E| Downloaded serde_spanned v0.6.8
91662026-02-24T02:37:42.997Z[ recovery-image] Feb 24 02:37:43.037 INFO E| Downloaded clap v4.5.37
91672026-02-24T02:37:42.997Z[ recovery-image] Feb 24 02:37:43.048 INFO E| Downloaded anstyle-query v1.1.2
91682026-02-24T02:37:42.997Z[ recovery-image] Feb 24 02:37:43.050 INFO E| Downloaded shared_child v1.0.1
91692026-02-24T02:37:43.021Z[ recovery-image] Feb 24 02:37:43.052 INFO E| Downloaded colorchoice v1.0.3
91702026-02-24T02:37:43.093Z[ recovery-image] Feb 24 02:37:43.147 INFO E| Compiling libc v0.2.172
91712026-02-24T02:37:43.094Z[ recovery-image] Feb 24 02:37:43.147 INFO E| Compiling utf8parse v0.2.2
91722026-02-24T02:37:43.094Z[ recovery-image] Feb 24 02:37:43.147 INFO E| Compiling shlex v1.3.0
91732026-02-24T02:37:43.118Z[ recovery-image] Feb 24 02:37:43.147 INFO E| Compiling once_cell v1.21.3
91742026-02-24T02:37:43.118Z[ recovery-image] Feb 24 02:37:43.148 INFO E| Compiling anstyle v1.0.10
91752026-02-24T02:37:43.118Z[ recovery-image] Feb 24 02:37:43.148 INFO E| Compiling hashbrown v0.15.2
91762026-02-24T02:37:43.118Z[ recovery-image] Feb 24 02:37:43.148 INFO E| Compiling is_terminal_polyfill v1.70.1
91772026-02-24T02:37:43.118Z[ recovery-image] Feb 24 02:37:43.148 INFO E| Compiling syn v2.0.101
91782026-02-24T02:37:43.713Z[ recovery-image] Feb 24 02:37:43.766 INFO E| Compiling anstyle-parse v0.2.6
91792026-02-24T02:37:43.787Z[ recovery-image] Feb 24 02:37:43.841 INFO E| Compiling colorchoice v1.0.3
91802026-02-24T02:37:43.830Z[ recovery-image] Feb 24 02:37:43.884 INFO E| Compiling anstyle-query v1.1.2
91812026-02-24T02:37:43.861Z[ recovery-image] Feb 24 02:37:43.914 INFO E| Compiling equivalent v1.0.2
91822026-02-24T02:37:44.086Z[ recovery-image] Feb 24 02:37:44.138 INFO E| Compiling cc v1.2.20
91832026-02-24T02:37:44.156Z[ recovery-image] Feb 24 02:37:44.209 INFO E| Compiling anstream v0.6.18
91842026-02-24T02:37:44.179Z[ recovery-image] Feb 24 02:37:44.213 INFO E| Compiling clap_lex v0.7.4
91852026-02-24T02:37:44.339Z[ recovery-image] Feb 24 02:37:44.393 INFO E| Compiling toml_write v0.1.1
91862026-02-24T02:37:44.373Z[ recovery-image] Feb 24 02:37:44.427 INFO E| Compiling winnow v0.7.7
91872026-02-24T02:37:45.242Z[ recovery-image] Feb 24 02:37:45.295 INFO E| Compiling indexmap v2.9.0
91882026-02-24T02:37:45.301Z[ recovery-image] Feb 24 02:37:45.355 INFO E| Compiling strsim v0.11.1
91892026-02-24T02:37:45.537Z[ recovery-image] Feb 24 02:37:45.590 INFO E| Compiling anyhow v1.0.98
91902026-02-24T02:37:45.852Z[ recovery-image] Feb 24 02:37:45.906 INFO E| Compiling shared_child v1.0.1
91912026-02-24T02:37:46.051Z[ recovery-image] Feb 24 02:37:46.105 INFO E| Compiling os_pipe v1.2.1
91922026-02-24T02:37:46.650Z[ recovery-image] Feb 24 02:37:46.704 INFO E| Compiling duct v0.13.7
91932026-02-24T02:37:46.955Z[ recovery-image] Feb 24 02:37:47.009 INFO E| Compiling clap_builder v4.5.37
91942026-02-24T02:37:48.856Z[ recovery-image] Feb 24 02:37:48.908 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
91952026-02-24T02:37:50.854Z[ recovery-image] Feb 24 02:37:50.908 INFO E| Compiling serde_derive v1.0.219
91962026-02-24T02:37:50.854Z[ recovery-image] Feb 24 02:37:50.908 INFO E| Compiling clap_derive v4.5.32
91972026-02-24T02:37:54.449Z[ recovery-image] Feb 24 02:37:54.503 INFO E| Compiling clap v4.5.37
91982026-02-24T02:37:55.747Z[ recovery-image] Feb 24 02:37:55.802 INFO E| Compiling serde v1.0.219
91992026-02-24T02:38:00.664Z[ recovery-image] Feb 24 02:38:00.718 INFO E| Compiling toml_datetime v0.6.9
92002026-02-24T02:38:00.664Z[ recovery-image] Feb 24 02:38:00.718 INFO E| Compiling serde_spanned v0.6.8
92012026-02-24T02:38:01.009Z[ recovery-image] Feb 24 02:38:01.063 INFO E| Compiling toml_edit v0.22.26
92022026-02-24T02:38:04.275Z[ recovery-image] Feb 24 02:38:04.329 INFO E| Compiling toml v0.8.22
92032026-02-24T02:38:05.471Z[ host-image] Feb 24 02:38:05.523 INFO O| adding properties...
92042026-02-24T02:38:07.201Z[ host-image] Feb 24 02:38:07.255 INFO O| installing packages...
92052026-02-24T02:38:09.094Z[ recovery-image] Feb 24 02:38:09.148 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.68s
92062026-02-24T02:38:09.118Z[ recovery-image] Feb 24 02:38:09.173 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.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
92072026-02-24T02:38:09.153Z[ recovery-image] Feb 24 02:38:09.207 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
92082026-02-24T02:38:09.469Z[ recovery-image] Feb 24 02:38:09.523 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
92092026-02-24T02:38:09.493Z[ recovery-image] Feb 24 02:38:09.533 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.h -o /work/os-recovery/gimlet.rom`
92102026-02-24T02:38:09.970Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
92112026-02-24T02:38:09.970Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
92122026-02-24T02:38:10.015Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
92132026-02-24T02:38:10.015Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
92142026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
92152026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
92162026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
92172026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
92182026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
92192026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
92202026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
92212026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
92222026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
92232026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
92242026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
92252026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.026 INFO O| Info: ABL version: 0x100f5010
92262026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
92272026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
92282026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
92292026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
92302026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
92312026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
92322026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
92332026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
92342026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
92352026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
92362026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
92372026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
92382026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
92392026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
92402026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
92412026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
92422026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
92432026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
92442026-02-24T02:38:10.016Z[ recovery-image] Feb 24 02:38:10.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
92452026-02-24T02:38:10.057Z[ recovery-image] Feb 24 02:38:10.111 INFO building ROM for cosmo
92462026-02-24T02:38:10.057Z[ recovery-image] Feb 24 02:38:10.111 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.7.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")
92472026-02-24T02:38:10.304Z[ recovery-image] Feb 24 02:38:10.358 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
92482026-02-24T02:38:10.328Z[ recovery-image] Feb 24 02:38:10.364 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.7.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
92492026-02-24T02:38:10.352Z[ recovery-image] Feb 24 02:38:10.390 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
92502026-02-24T02:38:10.495Z[ recovery-image] Feb 24 02:38:10.549 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
92512026-02-24T02:38:10.519Z[ recovery-image] Feb 24 02:38:10.558 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.7 -o /work/os-recovery/cosmo.rom`
92522026-02-24T02:38:11.117Z[ recovery-image] Feb 24 02:38:11.172 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
92532026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.173 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
92542026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.174 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
92552026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
92562026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
92572026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
92582026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
92592026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
92602026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
92612026-02-24T02:38:11.164Z[ recovery-image] Feb 24 02:38:11.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
92622026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
92632026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
92642026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
92652026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
92662026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
92672026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.185 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
92682026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.186 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
92692026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.187 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
92702026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
92712026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
92722026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
92732026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
92742026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
92752026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
92762026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
92772026-02-24T02:38:11.165Z[ recovery-image] Feb 24 02:38:11.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
92782026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
92792026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
92802026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.198 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
92812026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
92822026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
92832026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
92842026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
92852026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
92862026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
92872026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
92882026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.204 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
92892026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.204 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
92902026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.205 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
92912026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.205 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
92922026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
92932026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
92942026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.208 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
92952026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
92962026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
92972026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
92982026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
92992026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
93002026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
93012026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
93022026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
93032026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
93042026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
93052026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.214 INFO O| Info: ABL version: 0x1007f011
93062026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.214 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
93072026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.214 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
93082026-02-24T02:38:11.211Z[ recovery-image] Feb 24 02:38:11.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
93092026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
93102026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
93112026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
93122026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
93132026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
93142026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
93152026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
93162026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
93172026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
93182026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
93192026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
93202026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
93212026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
93222026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
93232026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
93242026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
93252026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
93262026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
93272026-02-24T02:38:11.212Z[ recovery-image] Feb 24 02:38:11.225 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
93282026-02-24T02:38:11.266Z[ recovery-image] Feb 24 02:38:11.320 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93292026-02-24T02:38:16.993Z[ recovery-image] Feb 24 02:38:17.048 INFO image complete! materials are in "/work/os-recovery"
93302026-02-24T02:38:17.018Z[ recovery-image]
93312026-02-24T02:38:17.018Z[ recovery-image] real 30:02.588820962
93322026-02-24T02:38:17.018Z[ recovery-image] user 21:29.891991522
93332026-02-24T02:38:17.018Z[ recovery-image] sys 2:00.620365638
93342026-02-24T02:38:17.018Z[ recovery-image] trap 1.221368203
93352026-02-24T02:38:17.018Z[ recovery-image] tflt 1.344929991
93362026-02-24T02:38:17.018Z[ recovery-image] dflt 6.325870625
93372026-02-24T02:38:17.018Z[ recovery-image] kflt 0.012710848
93382026-02-24T02:38:17.018Z[ recovery-image] lock 1:03:20.394522046
93392026-02-24T02:38:17.018Z[ recovery-image] slp 2:56:41.972890513
93402026-02-24T02:38:17.018Z[ recovery-image] lat 8:37.461587832
93412026-02-24T02:38:17.018Z[ recovery-image] stop 14.470396374
93422026-02-24T02:38:17.042ZFeb 24 02:38:17.076 INFO [recovery-image] process exited with exit status: 0 (1802.640707069s)
93432026-02-24T02:38:56.261Z[ host-image] Feb 24 02:38:56.318 INFO O| seeding SMF database...
93442026-02-24T02:39:05.819Z[ host-image] Feb 24 02:39:05.876 INFO O| configuring SMF profile...
93452026-02-24T02:39:05.843Z[ host-image] Feb 24 02:39:05.876 INFO O| modifying shadow(5)...
93462026-02-24T02:39:05.843Z[ host-image] Feb 24 02:39:05.876 INFO O| loading user and group database...
93472026-02-24T02:39:05.843Z[ host-image] Feb 24 02:39:05.876 INFO O| loading facet selections...
93482026-02-24T02:39:06.637Z[ host-image] Feb 24 02:39:06.694 INFO O| devel -> true
93492026-02-24T02:39:06.637Z[ host-image] Feb 24 02:39:06.694 INFO O| doc.man -> true
93502026-02-24T02:39:06.661Z[ host-image] Feb 24 02:39:06.694 INFO O| version-lock.shell/ksh93 -> true
93512026-02-24T02:39:06.661Z[ host-image] Feb 24 02:39:06.694 INFO O| version-lock.system/data/hardware-registry -> true
93522026-02-24T02:39:06.661Z[ host-image] Feb 24 02:39:06.694 INFO O| version-lock.system/data/zoneinfo -> true
93532026-02-24T02:39:06.661Z[ host-image] Feb 24 02:39:06.694 INFO O| version-lock.system/microcode/amd -> true
93542026-02-24T02:39:06.661Z[ host-image] Feb 24 02:39:06.694 INFO O| version-lock.system/microcode/intel -> true
93552026-02-24T02:39:06.661Z[ host-image] Feb 24 02:39:06.694 INFO O| version-lock.system/microcode/oxide -> true
93562026-02-24T02:39:06.661Z[ host-image] Feb 24 02:39:06.694 INFO O| assessing packaged files...
93572026-02-24T02:39:11.171Z[ host-image] Feb 24 02:39:11.228 INFO O| creating archive...
93582026-02-24T02:39:11.216Z[ host-image] Feb 24 02:39:11.273 INFO O| missing from packaging:
93592026-02-24T02:39:11.217Z[ host-image] Feb 24 02:39:11.274 INFO O| "etc/.pwd.lock"
93602026-02-24T02:39:11.217Z[ host-image] Feb 24 02:39:11.274 INFO O| "etc/bash"
93612026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.282 INFO O| "etc/svc/profile/generic.xml"
93622026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.282 INFO O| "etc/svc/profile/inetd_services.xml"
93632026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.282 INFO O| "etc/svc/profile/name_service.xml"
93642026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.283 INFO O| "etc/svc/profile/platform.xml"
93652026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.283 INFO O| "etc/svc/profile/platform_omicron1.xml"
93662026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.283 INFO O| "etc/svc/repository.db"
93672026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.297 INFO O| "opt/ooce/share"
93682026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.298 INFO O| "opt/ooce/share/man"
93692026-02-24T02:39:11.241Z[ host-image] Feb 24 02:39:11.298 INFO O| "opt/ooce/share/man/man1"
93702026-02-24T02:39:11.265Z[ host-image] Feb 24 02:39:11.313 INFO O| finishing archive...
93712026-02-24T02:39:15.085Z[ host-image] Feb 24 02:39:15.142 INFO O| creating gzonly manifest...
93722026-02-24T02:39:15.110Z[ host-image] Feb 24 02:39:15.152 INFO O| ok
93732026-02-24T02:39:15.356Z[ host-image] Feb 24 02:39:15.413 INFO image builder template: ramdisk-02-trim...
93742026-02-24T02:39:15.382Z[ host-image] Feb 24 02:39:15.414 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/.tmp5z1CyQ/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
93752026-02-24T02:39:15.406Z[ host-image] Feb 24 02:39:15.460 INFO O| Feb 24 02:39:15.460 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93762026-02-24T02:39:15.430Z[ host-image] Feb 24 02:39:15.470 INFO O| Feb 24 02:39:15.470 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93772026-02-24T02:39:15.642Z[ host-image] Feb 24 02:39:15.699 INFO O| Feb 24 02:39:15.699 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93782026-02-24T02:39:15.675Z[ host-image] Feb 24 02:39:15.732 INFO O| Feb 24 02:39:15.732 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93792026-02-24T02:39:15.675Z[ host-image] Feb 24 02:39:15.732 INFO O| Feb 24 02:39:15.732 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93802026-02-24T02:39:15.699Z[ host-image] Feb 24 02:39:15.741 INFO O| Feb 24 02:39:15.740 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93812026-02-24T02:39:15.699Z[ host-image] Feb 24 02:39:15.747 INFO O| Feb 24 02:39:15.747 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93822026-02-24T02:39:15.723Z[ host-image] Feb 24 02:39:15.760 INFO O| Feb 24 02:39:15.759 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93832026-02-24T02:39:15.868Z[ host-image] Feb 24 02:39:15.925 INFO O| Feb 24 02:39:15.925 INFO rolled back to input snapshot; work may begin
93842026-02-24T02:39:15.868Z[ host-image] Feb 24 02:39:15.925 INFO O| Feb 24 02:39:15.925 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93852026-02-24T02:39:15.892Z[ host-image] Feb 24 02:39:15.933 INFO O| Feb 24 02:39:15.933 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93862026-02-24T02:39:15.892Z[ host-image] Feb 24 02:39:15.949 INFO O| Feb 24 02:39:15.949 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93872026-02-24T02:39:16.009Z[ host-image] Feb 24 02:39:16.065 INFO O| Feb 24 02:39:16.065 INFO STEP 0 (remove_files) COMPLETE
93882026-02-24T02:39:16.009Z[ host-image] Feb 24 02:39:16.066 INFO O| Feb 24 02:39:16.065 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93892026-02-24T02:39:16.033Z[ host-image] Feb 24 02:39:16.083 INFO O| Feb 24 02:39:16.083 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93902026-02-24T02:39:16.033Z[ host-image] Feb 24 02:39:16.086 INFO O| Feb 24 02:39:16.086 INFO STEP 1 (remove_files) COMPLETE
93912026-02-24T02:39:16.033Z[ host-image] Feb 24 02:39:16.086 INFO O| Feb 24 02:39:16.086 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93922026-02-24T02:39:16.060Z[ host-image] Feb 24 02:39:16.102 INFO O| Feb 24 02:39:16.102 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93932026-02-24T02:39:16.083Z[ host-image] Feb 24 02:39:16.123 INFO O| Feb 24 02:39:16.123 INFO STEP 2 (remove_files) COMPLETE
93942026-02-24T02:39:16.084Z[ host-image] Feb 24 02:39:16.123 INFO O| Feb 24 02:39:16.123 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952026-02-24T02:39:16.108Z[ host-image] Feb 24 02:39:16.147 INFO O| Feb 24 02:39:16.147 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93962026-02-24T02:39:16.108Z[ host-image] Feb 24 02:39:16.150 INFO O| Feb 24 02:39:16.150 INFO STEP 3 (remove_files) COMPLETE
93972026-02-24T02:39:16.108Z[ host-image] Feb 24 02:39:16.150 INFO O| Feb 24 02:39:16.150 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93982026-02-24T02:39:16.132Z[ host-image] Feb 24 02:39:16.173 INFO O| Feb 24 02:39:16.172 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93992026-02-24T02:39:16.132Z[ host-image] Feb 24 02:39:16.178 INFO O| Feb 24 02:39:16.178 INFO STEP 4 (remove_files) COMPLETE
94002026-02-24T02:39:16.132Z[ host-image] Feb 24 02:39:16.179 INFO O| Feb 24 02:39:16.178 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94012026-02-24T02:39:16.156Z[ host-image] Feb 24 02:39:16.199 INFO O| Feb 24 02:39:16.199 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94022026-02-24T02:39:16.156Z[ host-image] Feb 24 02:39:16.203 INFO O| Feb 24 02:39:16.203 INFO STEP 5 (remove_files) COMPLETE
94032026-02-24T02:39:16.156Z[ host-image] Feb 24 02:39:16.203 INFO O| Feb 24 02:39:16.203 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94042026-02-24T02:39:16.179Z[ host-image] Feb 24 02:39:16.224 INFO O| Feb 24 02:39:16.224 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94052026-02-24T02:39:16.203Z[ host-image] Feb 24 02:39:16.240 INFO O| Feb 24 02:39:16.240 INFO STEP 6 (remove_files) COMPLETE
94062026-02-24T02:39:16.203Z[ host-image] Feb 24 02:39:16.240 INFO O| Feb 24 02:39:16.240 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-02-24T02:39:16.227Z[ host-image] Feb 24 02:39:16.264 INFO O| Feb 24 02:39:16.263 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
94082026-02-24T02:39:16.227Z[ host-image] Feb 24 02:39:16.283 INFO O| Feb 24 02:39:16.283 INFO STEP 7 (remove_files) COMPLETE
94092026-02-24T02:39:16.227Z[ host-image] Feb 24 02:39:16.283 INFO O| Feb 24 02:39:16.283 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94102026-02-24T02:39:16.251Z[ host-image] Feb 24 02:39:16.300 INFO O| Feb 24 02:39:16.300 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94112026-02-24T02:39:16.365Z[ host-image] Feb 24 02:39:16.422 INFO O| Feb 24 02:39:16.422 INFO STEP 8 (remove_files) COMPLETE
94122026-02-24T02:39:16.365Z[ host-image] Feb 24 02:39:16.422 INFO O| Feb 24 02:39:16.422 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94132026-02-24T02:39:16.388Z[ host-image] Feb 24 02:39:16.441 INFO O| Feb 24 02:39:16.441 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94142026-02-24T02:39:16.528Z[ host-image] Feb 24 02:39:16.585 INFO O| Feb 24 02:39:16.584 INFO STEP 9 (remove_files) COMPLETE
94152026-02-24T02:39:16.528Z[ host-image] Feb 24 02:39:16.585 INFO O| Feb 24 02:39:16.585 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-02-24T02:39:16.552Z[ host-image] Feb 24 02:39:16.601 INFO O| Feb 24 02:39:16.601 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94172026-02-24T02:39:16.553Z[ host-image] Feb 24 02:39:16.607 INFO O| Feb 24 02:39:16.607 INFO STEP 10 (remove_files) COMPLETE
94182026-02-24T02:39:16.553Z[ host-image] Feb 24 02:39:16.608 INFO O| Feb 24 02:39:16.607 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-02-24T02:39:16.577Z[ host-image] Feb 24 02:39:16.624 INFO O| Feb 24 02:39:16.624 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94202026-02-24T02:39:16.577Z[ host-image] Feb 24 02:39:16.626 INFO O| Feb 24 02:39:16.626 INFO STEP 11 (remove_files) COMPLETE
94212026-02-24T02:39:16.577Z[ host-image] Feb 24 02:39:16.626 INFO O| Feb 24 02:39:16.626 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-02-24T02:39:16.606Z[ host-image] Feb 24 02:39:16.642 INFO O| Feb 24 02:39:16.642 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94232026-02-24T02:39:16.607Z[ host-image] Feb 24 02:39:16.645 INFO O| Feb 24 02:39:16.644 INFO STEP 12 (remove_files) COMPLETE
94242026-02-24T02:39:16.607Z[ host-image] Feb 24 02:39:16.645 INFO O| Feb 24 02:39:16.645 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-02-24T02:39:16.902Z[ host-image] Feb 24 02:39:16.959 INFO O| Feb 24 02:39:16.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
94262026-02-24T02:39:16.902Z[ host-image] Feb 24 02:39:16.959 INFO O| Feb 24 02:39:16.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94272026-02-24T02:39:16.928Z[ host-image] Feb 24 02:39:16.980 INFO O| Feb 24 02:39:16.980 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94282026-02-24T02:39:16.952Z[ host-image] Feb 24 02:39:16.991 INFO O| Feb 24 02:39:16.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
94292026-02-24T02:39:17.147Z[ host-image] Feb 24 02:39:17.204 INFO O| Feb 24 02:39:17.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94302026-02-24T02:39:17.147Z[ host-image] Feb 24 02:39:17.204 INFO O| Feb 24 02:39:17.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94312026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.204 INFO O| Feb 24 02:39:17.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94322026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.204 INFO O| Feb 24 02:39:17.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94332026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.205 INFO O| Feb 24 02:39:17.205 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94342026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.205 INFO O| Feb 24 02:39:17.205 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94352026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.206 INFO O| Feb 24 02:39:17.205 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94362026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.206 INFO O| Feb 24 02:39:17.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94372026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.206 INFO O| Feb 24 02:39:17.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94382026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.206 INFO O| Feb 24 02:39:17.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94392026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.206 INFO O| Feb 24 02:39:17.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94402026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.207 INFO O| Feb 24 02:39:17.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94412026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.207 INFO O| Feb 24 02:39:17.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94422026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.207 INFO O| Feb 24 02:39:17.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94432026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.207 INFO O| Feb 24 02:39:17.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94442026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.208 INFO O| Feb 24 02:39:17.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94452026-02-24T02:39:17.195Z[ host-image] Feb 24 02:39:17.225 INFO O| Feb 24 02:39:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
94462026-02-24T02:39:17.220Z[ host-image] Feb 24 02:39:17.237 INFO O| Feb 24 02:39:17.237 INFO STEP 13 (remove_files) COMPLETE
94472026-02-24T02:39:17.220Z[ host-image] Feb 24 02:39:17.237 INFO O| Feb 24 02:39:17.237 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-02-24T02:39:17.220Z[ host-image] Feb 24 02:39:17.260 INFO O| Feb 24 02:39:17.260 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94492026-02-24T02:39:17.220Z[ host-image] Feb 24 02:39:17.263 INFO O| Feb 24 02:39:17.263 INFO STEP 14 (remove_files) COMPLETE
94502026-02-24T02:39:17.220Z[ host-image] Feb 24 02:39:17.263 INFO O| Feb 24 02:39:17.263 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-02-24T02:39:17.247Z[ host-image] Feb 24 02:39:17.286 INFO O| Feb 24 02:39:17.286 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94522026-02-24T02:39:17.248Z[ host-image] Feb 24 02:39:17.299 INFO O| Feb 24 02:39:17.298 INFO STEP 15 (remove_files) COMPLETE
94532026-02-24T02:39:17.248Z[ host-image] Feb 24 02:39:17.299 INFO O| Feb 24 02:39:17.299 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-02-24T02:39:17.272Z[ host-image] Feb 24 02:39:17.321 INFO O| Feb 24 02:39:17.321 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94552026-02-24T02:39:17.272Z[ host-image] Feb 24 02:39:17.322 INFO O| Feb 24 02:39:17.322 INFO STEP 16 (remove_files) COMPLETE
94562026-02-24T02:39:17.272Z[ host-image] Feb 24 02:39:17.322 INFO O| Feb 24 02:39:17.322 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-02-24T02:39:17.296Z[ host-image] Feb 24 02:39:17.345 INFO O| Feb 24 02:39:17.345 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94582026-02-24T02:39:17.296Z[ host-image] Feb 24 02:39:17.348 INFO O| Feb 24 02:39:17.348 INFO STEP 17 (remove_files) COMPLETE
94592026-02-24T02:39:17.296Z[ host-image] Feb 24 02:39:17.349 INFO O| Feb 24 02:39:17.348 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-02-24T02:39:17.320Z[ host-image] Feb 24 02:39:17.368 INFO O| Feb 24 02:39:17.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94612026-02-24T02:39:17.321Z[ host-image] Feb 24 02:39:17.368 INFO O| Feb 24 02:39:17.368 INFO STEP 18 (remove_files) COMPLETE
94622026-02-24T02:39:17.321Z[ host-image] Feb 24 02:39:17.368 INFO O| Feb 24 02:39:17.368 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-02-24T02:39:17.345Z[ host-image] Feb 24 02:39:17.388 INFO O| Feb 24 02:39:17.388 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94642026-02-24T02:39:17.346Z[ host-image] Feb 24 02:39:17.388 INFO O| Feb 24 02:39:17.388 INFO STEP 19 (remove_files) COMPLETE
94652026-02-24T02:39:17.346Z[ host-image] Feb 24 02:39:17.389 INFO O| Feb 24 02:39:17.388 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-02-24T02:39:17.370Z[ host-image] Feb 24 02:39:17.412 INFO O| Feb 24 02:39:17.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94672026-02-24T02:39:17.370Z[ host-image] Feb 24 02:39:17.412 INFO O| Feb 24 02:39:17.412 INFO STEP 20 (remove_files) COMPLETE
94682026-02-24T02:39:17.370Z[ host-image] Feb 24 02:39:17.412 INFO O| Feb 24 02:39:17.412 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-02-24T02:39:17.394Z[ host-image] Feb 24 02:39:17.437 INFO O| Feb 24 02:39:17.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94702026-02-24T02:39:17.394Z[ host-image] Feb 24 02:39:17.438 INFO O| Feb 24 02:39:17.437 INFO STEP 21 (remove_files) COMPLETE
94712026-02-24T02:39:17.394Z[ host-image] Feb 24 02:39:17.438 INFO O| Feb 24 02:39:17.437 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-02-24T02:39:17.418Z[ host-image] Feb 24 02:39:17.456 INFO O| Feb 24 02:39:17.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94732026-02-24T02:39:17.418Z[ host-image] Feb 24 02:39:17.456 INFO O| Feb 24 02:39:17.456 INFO STEP 22 (remove_files) COMPLETE
94742026-02-24T02:39:17.418Z[ host-image] Feb 24 02:39:17.456 INFO O| Feb 24 02:39:17.456 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-02-24T02:39:17.443Z[ host-image] Feb 24 02:39:17.478 INFO O| Feb 24 02:39:17.478 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94762026-02-24T02:39:17.443Z[ host-image] Feb 24 02:39:17.478 INFO O| Feb 24 02:39:17.478 INFO STEP 23 (remove_files) COMPLETE
94772026-02-24T02:39:17.443Z[ host-image] Feb 24 02:39:17.478 INFO O| Feb 24 02:39:17.478 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-02-24T02:39:17.443Z[ host-image] Feb 24 02:39:17.496 INFO O| Feb 24 02:39:17.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94792026-02-24T02:39:17.443Z[ host-image] Feb 24 02:39:17.496 INFO O| Feb 24 02:39:17.496 INFO STEP 24 (remove_files) COMPLETE
94802026-02-24T02:39:17.443Z[ host-image] Feb 24 02:39:17.496 INFO O| Feb 24 02:39:17.496 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-02-24T02:39:17.469Z[ host-image] Feb 24 02:39:17.513 INFO O| Feb 24 02:39:17.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94822026-02-24T02:39:17.469Z[ host-image] Feb 24 02:39:17.513 INFO O| Feb 24 02:39:17.513 INFO STEP 25 (remove_files) COMPLETE
94832026-02-24T02:39:17.469Z[ host-image] Feb 24 02:39:17.513 INFO O| Feb 24 02:39:17.513 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-02-24T02:39:17.493Z[ host-image] Feb 24 02:39:17.536 INFO O| Feb 24 02:39:17.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94852026-02-24T02:39:17.493Z[ host-image] Feb 24 02:39:17.536 INFO O| Feb 24 02:39:17.536 INFO STEP 26 (remove_files) COMPLETE
94862026-02-24T02:39:17.493Z[ host-image] Feb 24 02:39:17.536 INFO O| Feb 24 02:39:17.536 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-02-24T02:39:17.520Z[ host-image] Feb 24 02:39:17.553 INFO O| Feb 24 02:39:17.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94882026-02-24T02:39:17.520Z[ host-image] Feb 24 02:39:17.553 INFO O| Feb 24 02:39:17.553 INFO STEP 27 (remove_files) COMPLETE
94892026-02-24T02:39:17.520Z[ host-image] Feb 24 02:39:17.553 INFO O| Feb 24 02:39:17.553 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-02-24T02:39:17.520Z[ host-image] Feb 24 02:39:17.570 INFO O| Feb 24 02:39:17.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94912026-02-24T02:39:17.520Z[ host-image] Feb 24 02:39:17.570 INFO O| Feb 24 02:39:17.570 INFO STEP 28 (remove_files) COMPLETE
94922026-02-24T02:39:17.520Z[ host-image] Feb 24 02:39:17.570 INFO O| Feb 24 02:39:17.570 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-02-24T02:39:17.546Z[ host-image] Feb 24 02:39:17.594 INFO O| Feb 24 02:39:17.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94942026-02-24T02:39:17.546Z[ host-image] Feb 24 02:39:17.594 INFO O| Feb 24 02:39:17.594 INFO STEP 29 (remove_files) COMPLETE
94952026-02-24T02:39:17.546Z[ host-image] Feb 24 02:39:17.594 INFO O| Feb 24 02:39:17.594 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-02-24T02:39:17.570Z[ host-image] Feb 24 02:39:17.616 INFO O| Feb 24 02:39:17.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94972026-02-24T02:39:17.570Z[ host-image] Feb 24 02:39:17.617 INFO O| Feb 24 02:39:17.616 INFO STEP 30 (remove_files) COMPLETE
94982026-02-24T02:39:17.570Z[ host-image] Feb 24 02:39:17.617 INFO O| Feb 24 02:39:17.617 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-02-24T02:39:17.594Z[ host-image] Feb 24 02:39:17.634 INFO O| Feb 24 02:39:17.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95002026-02-24T02:39:17.594Z[ host-image] Feb 24 02:39:17.634 INFO O| Feb 24 02:39:17.634 INFO STEP 31 (remove_files) COMPLETE
95012026-02-24T02:39:17.594Z[ host-image] Feb 24 02:39:17.634 INFO O| Feb 24 02:39:17.634 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-02-24T02:39:17.594Z[ host-image] Feb 24 02:39:17.651 INFO O| Feb 24 02:39:17.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95032026-02-24T02:39:17.594Z[ host-image] Feb 24 02:39:17.651 INFO O| Feb 24 02:39:17.651 INFO STEP 32 (remove_files) COMPLETE
95042026-02-24T02:39:17.594Z[ host-image] Feb 24 02:39:17.651 INFO O| Feb 24 02:39:17.651 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-02-24T02:39:17.618Z[ host-image] Feb 24 02:39:17.668 INFO O| Feb 24 02:39:17.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95062026-02-24T02:39:17.618Z[ host-image] Feb 24 02:39:17.668 INFO O| Feb 24 02:39:17.668 INFO STEP 33 (remove_files) COMPLETE
95072026-02-24T02:39:17.618Z[ host-image] Feb 24 02:39:17.668 INFO O| Feb 24 02:39:17.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-02-24T02:39:17.642Z[ host-image] Feb 24 02:39:17.684 INFO O| Feb 24 02:39:17.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95092026-02-24T02:39:17.642Z[ host-image] Feb 24 02:39:17.684 INFO O| Feb 24 02:39:17.684 INFO STEP 34 (remove_files) COMPLETE
95102026-02-24T02:39:17.642Z[ host-image] Feb 24 02:39:17.684 INFO O| Feb 24 02:39:17.684 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-02-24T02:39:17.666Z[ host-image] Feb 24 02:39:17.700 INFO O| Feb 24 02:39:17.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95122026-02-24T02:39:17.666Z[ host-image] Feb 24 02:39:17.700 INFO O| Feb 24 02:39:17.700 INFO STEP 35 (remove_files) COMPLETE
95132026-02-24T02:39:17.666Z[ host-image] Feb 24 02:39:17.700 INFO O| Feb 24 02:39:17.700 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-02-24T02:39:17.666Z[ host-image] Feb 24 02:39:17.716 INFO O| Feb 24 02:39:17.716 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95152026-02-24T02:39:17.666Z[ host-image] Feb 24 02:39:17.716 INFO O| Feb 24 02:39:17.716 INFO STEP 36 (remove_files) COMPLETE
95162026-02-24T02:39:17.666Z[ host-image] Feb 24 02:39:17.716 INFO O| Feb 24 02:39:17.716 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-02-24T02:39:17.690Z[ host-image] Feb 24 02:39:17.734 INFO O| Feb 24 02:39:17.733 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95182026-02-24T02:39:17.691Z[ host-image] Feb 24 02:39:17.734 INFO O| Feb 24 02:39:17.734 INFO STEP 37 (remove_files) COMPLETE
95192026-02-24T02:39:17.691Z[ host-image] Feb 24 02:39:17.734 INFO O| Feb 24 02:39:17.734 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-02-24T02:39:17.716Z[ host-image] Feb 24 02:39:17.759 INFO O| Feb 24 02:39:17.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95212026-02-24T02:39:17.716Z[ host-image] Feb 24 02:39:17.759 INFO O| Feb 24 02:39:17.759 INFO STEP 38 (remove_files) COMPLETE
95222026-02-24T02:39:17.716Z[ host-image] Feb 24 02:39:17.759 INFO O| Feb 24 02:39:17.759 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-02-24T02:39:17.741Z[ host-image] Feb 24 02:39:17.776 INFO O| Feb 24 02:39:17.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95242026-02-24T02:39:17.741Z[ host-image] Feb 24 02:39:17.777 INFO O| Feb 24 02:39:17.776 INFO STEP 39 (remove_files) COMPLETE
95252026-02-24T02:39:17.741Z[ host-image] Feb 24 02:39:17.777 INFO O| Feb 24 02:39:17.777 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-02-24T02:39:17.741Z[ host-image] Feb 24 02:39:17.796 INFO O| Feb 24 02:39:17.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95272026-02-24T02:39:17.741Z[ host-image] Feb 24 02:39:17.796 INFO O| Feb 24 02:39:17.796 INFO STEP 40 (remove_files) COMPLETE
95282026-02-24T02:39:17.741Z[ host-image] Feb 24 02:39:17.796 INFO O| Feb 24 02:39:17.796 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-02-24T02:39:17.765Z[ host-image] Feb 24 02:39:17.816 INFO O| Feb 24 02:39:17.816 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95302026-02-24T02:39:17.765Z[ host-image] Feb 24 02:39:17.816 INFO O| Feb 24 02:39:17.816 INFO STEP 41 (remove_files) COMPLETE
95312026-02-24T02:39:17.765Z[ host-image] Feb 24 02:39:17.816 INFO O| Feb 24 02:39:17.816 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-02-24T02:39:17.789Z[ host-image] Feb 24 02:39:17.834 INFO O| Feb 24 02:39:17.834 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95332026-02-24T02:39:17.789Z[ host-image] Feb 24 02:39:17.834 INFO O| Feb 24 02:39:17.834 INFO STEP 42 (remove_files) COMPLETE
95342026-02-24T02:39:17.789Z[ host-image] Feb 24 02:39:17.834 INFO O| Feb 24 02:39:17.834 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-02-24T02:39:17.814Z[ host-image] Feb 24 02:39:17.851 INFO O| Feb 24 02:39:17.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95362026-02-24T02:39:17.814Z[ host-image] Feb 24 02:39:17.851 INFO O| Feb 24 02:39:17.851 INFO STEP 43 (remove_files) COMPLETE
95372026-02-24T02:39:17.814Z[ host-image] Feb 24 02:39:17.851 INFO O| Feb 24 02:39:17.851 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-02-24T02:39:17.814Z[ host-image] Feb 24 02:39:17.870 INFO O| Feb 24 02:39:17.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95392026-02-24T02:39:17.814Z[ host-image] Feb 24 02:39:17.870 INFO O| Feb 24 02:39:17.870 INFO STEP 44 (remove_files) COMPLETE
95402026-02-24T02:39:17.814Z[ host-image] Feb 24 02:39:17.870 INFO O| Feb 24 02:39:17.870 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-02-24T02:39:17.838Z[ host-image] Feb 24 02:39:17.887 INFO O| Feb 24 02:39:17.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95422026-02-24T02:39:17.838Z[ host-image] Feb 24 02:39:17.887 INFO O| Feb 24 02:39:17.887 INFO STEP 45 (remove_files) COMPLETE
95432026-02-24T02:39:17.838Z[ host-image] Feb 24 02:39:17.887 INFO O| Feb 24 02:39:17.887 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-02-24T02:39:17.862Z[ host-image] Feb 24 02:39:17.905 INFO O| Feb 24 02:39:17.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95452026-02-24T02:39:17.862Z[ host-image] Feb 24 02:39:17.905 INFO O| Feb 24 02:39:17.905 INFO STEP 46 (remove_files) COMPLETE
95462026-02-24T02:39:17.862Z[ host-image] Feb 24 02:39:17.905 INFO O| Feb 24 02:39:17.905 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-02-24T02:39:17.887Z[ host-image] Feb 24 02:39:17.927 INFO O| Feb 24 02:39:17.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95482026-02-24T02:39:17.887Z[ host-image] Feb 24 02:39:17.927 INFO O| Feb 24 02:39:17.927 INFO STEP 47 (remove_files) COMPLETE
95492026-02-24T02:39:17.887Z[ host-image] Feb 24 02:39:17.927 INFO O| Feb 24 02:39:17.927 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-02-24T02:39:17.887Z[ host-image] Feb 24 02:39:17.944 INFO O| Feb 24 02:39:17.944 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95512026-02-24T02:39:17.887Z[ host-image] Feb 24 02:39:17.944 INFO O| Feb 24 02:39:17.944 INFO STEP 48 (remove_files) COMPLETE
95522026-02-24T02:39:17.912Z[ host-image] Feb 24 02:39:17.944 INFO O| Feb 24 02:39:17.944 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-02-24T02:39:17.912Z[ host-image] Feb 24 02:39:17.960 INFO O| Feb 24 02:39:17.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95542026-02-24T02:39:17.912Z[ host-image] Feb 24 02:39:17.960 INFO O| Feb 24 02:39:17.960 INFO STEP 49 (remove_files) COMPLETE
95552026-02-24T02:39:17.912Z[ host-image] Feb 24 02:39:17.960 INFO O| Feb 24 02:39:17.960 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-02-24T02:39:17.936Z[ host-image] Feb 24 02:39:17.979 INFO O| Feb 24 02:39:17.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95572026-02-24T02:39:17.936Z[ host-image] Feb 24 02:39:17.979 INFO O| Feb 24 02:39:17.979 INFO STEP 50 (remove_files) COMPLETE
95582026-02-24T02:39:17.936Z[ host-image] Feb 24 02:39:17.979 INFO O| Feb 24 02:39:17.979 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-02-24T02:39:17.960Z[ host-image] Feb 24 02:39:17.999 INFO O| Feb 24 02:39:17.998 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95602026-02-24T02:39:17.960Z[ host-image] Feb 24 02:39:17.999 INFO O| Feb 24 02:39:17.999 INFO STEP 51 (remove_files) COMPLETE
95612026-02-24T02:39:17.960Z[ host-image] Feb 24 02:39:17.999 INFO O| Feb 24 02:39:17.999 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-02-24T02:39:17.984Z[ host-image] Feb 24 02:39:18.024 INFO O| Feb 24 02:39:18.023 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95632026-02-24T02:39:17.985Z[ host-image] Feb 24 02:39:18.024 INFO O| Feb 24 02:39:18.024 INFO STEP 52 (remove_files) COMPLETE
95642026-02-24T02:39:17.985Z[ host-image] Feb 24 02:39:18.024 INFO O| Feb 24 02:39:18.024 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-02-24T02:39:18.010Z[ host-image] Feb 24 02:39:18.047 INFO O| Feb 24 02:39:18.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95662026-02-24T02:39:18.010Z[ host-image] Feb 24 02:39:18.047 INFO O| Feb 24 02:39:18.047 INFO STEP 53 (remove_files) COMPLETE
95672026-02-24T02:39:18.010Z[ host-image] Feb 24 02:39:18.047 INFO O| Feb 24 02:39:18.047 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-02-24T02:39:18.034Z[ host-image] Feb 24 02:39:18.071 INFO O| Feb 24 02:39:18.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95692026-02-24T02:39:18.034Z[ host-image] Feb 24 02:39:18.071 INFO O| Feb 24 02:39:18.071 INFO STEP 54 (remove_files) COMPLETE
95702026-02-24T02:39:18.034Z[ host-image] Feb 24 02:39:18.072 INFO O| Feb 24 02:39:18.071 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-02-24T02:39:18.058Z[ host-image] Feb 24 02:39:18.092 INFO O| Feb 24 02:39:18.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95722026-02-24T02:39:18.058Z[ host-image] Feb 24 02:39:18.092 INFO O| Feb 24 02:39:18.092 INFO STEP 55 (remove_files) COMPLETE
95732026-02-24T02:39:18.059Z[ host-image] Feb 24 02:39:18.092 INFO O| Feb 24 02:39:18.092 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-02-24T02:39:18.059Z[ host-image] Feb 24 02:39:18.111 INFO O| Feb 24 02:39:18.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95752026-02-24T02:39:18.059Z[ host-image] Feb 24 02:39:18.111 INFO O| Feb 24 02:39:18.111 INFO STEP 56 (remove_files) COMPLETE
95762026-02-24T02:39:18.059Z[ host-image] Feb 24 02:39:18.111 INFO O| Feb 24 02:39:18.111 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-02-24T02:39:18.083Z[ host-image] Feb 24 02:39:18.129 INFO O| Feb 24 02:39:18.129 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95782026-02-24T02:39:18.084Z[ host-image] Feb 24 02:39:18.129 INFO O| Feb 24 02:39:18.129 INFO STEP 57 (remove_files) COMPLETE
95792026-02-24T02:39:18.084Z[ host-image] Feb 24 02:39:18.129 INFO O| Feb 24 02:39:18.129 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.148 INFO O| Feb 24 02:39:18.148 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95812026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.148 INFO O| Feb 24 02:39:18.148 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95822026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.149 INFO O| Feb 24 02:39:18.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95832026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.149 INFO O| Feb 24 02:39:18.149 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95842026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.149 INFO O| Feb 24 02:39:18.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95852026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.149 INFO O| Feb 24 02:39:18.149 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95862026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.149 INFO O| Feb 24 02:39:18.149 INFO ok!
95872026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.149 INFO O| Feb 24 02:39:18.149 INFO STEP 58 (ensure_file) COMPLETE
95882026-02-24T02:39:18.111Z[ host-image] Feb 24 02:39:18.149 INFO O| Feb 24 02:39:18.149 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-02-24T02:39:18.135Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95902026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95912026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95922026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95932026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95942026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95952026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 INFO ok!
95962026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.166 INFO O| Feb 24 02:39:18.166 INFO STEP 59 (ensure_file) COMPLETE
95972026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.167 INFO O| Feb 24 02:39:18.166 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.185 INFO O| Feb 24 02:39:18.185 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95992026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.185 INFO O| Feb 24 02:39:18.185 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96002026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.185 INFO O| Feb 24 02:39:18.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96012026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.185 INFO O| Feb 24 02:39:18.185 INFO ok!
96022026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.185 INFO O| Feb 24 02:39:18.185 INFO STEP 60 (ensure_file) COMPLETE
96032026-02-24T02:39:18.136Z[ host-image] Feb 24 02:39:18.185 INFO O| Feb 24 02:39:18.185 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-02-24T02:39:18.160Z[ host-image] Feb 24 02:39:18.202 INFO O| Feb 24 02:39:18.202 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96052026-02-24T02:39:18.160Z[ host-image] Feb 24 02:39:18.202 INFO O| Feb 24 02:39:18.202 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96062026-02-24T02:39:18.160Z[ host-image] Feb 24 02:39:18.202 INFO O| Feb 24 02:39:18.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96072026-02-24T02:39:18.160Z[ host-image] Feb 24 02:39:18.202 INFO O| Feb 24 02:39:18.202 INFO ok!
96082026-02-24T02:39:18.160Z[ host-image] Feb 24 02:39:18.202 INFO O| Feb 24 02:39:18.202 INFO STEP 61 (ensure_file) COMPLETE
96092026-02-24T02:39:18.160Z[ host-image] Feb 24 02:39:18.202 INFO O| Feb 24 02:39:18.202 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.219 INFO O| Feb 24 02:39:18.219 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96112026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.219 INFO O| Feb 24 02:39:18.219 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96122026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.219 INFO O| Feb 24 02:39:18.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96132026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.219 INFO O| Feb 24 02:39:18.219 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96142026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.219 INFO O| Feb 24 02:39:18.219 INFO ok!
96152026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.219 INFO O| Feb 24 02:39:18.219 INFO STEP 62 (ensure_file) COMPLETE
96162026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.219 INFO O| Feb 24 02:39:18.219 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.237 INFO O| Feb 24 02:39:18.236 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96182026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.237 INFO O| Feb 24 02:39:18.236 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96192026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.237 INFO O| Feb 24 02:39:18.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96202026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.237 INFO O| Feb 24 02:39:18.237 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96212026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.237 INFO O| Feb 24 02:39:18.237 INFO ok!
96222026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.237 INFO O| Feb 24 02:39:18.237 INFO STEP 63 (ensure_file) COMPLETE
96232026-02-24T02:39:18.185Z[ host-image] Feb 24 02:39:18.237 INFO O| Feb 24 02:39:18.237 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-02-24T02:39:18.210Z[ host-image] Feb 24 02:39:18.253 INFO O| Feb 24 02:39:18.253 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96252026-02-24T02:39:18.210Z[ host-image] Feb 24 02:39:18.253 INFO O| Feb 24 02:39:18.253 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96262026-02-24T02:39:18.210Z[ host-image] Feb 24 02:39:18.253 INFO O| Feb 24 02:39:18.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96272026-02-24T02:39:18.210Z[ host-image] Feb 24 02:39:18.253 INFO O| Feb 24 02:39:18.253 INFO ok!
96282026-02-24T02:39:18.210Z[ host-image] Feb 24 02:39:18.253 INFO O| Feb 24 02:39:18.253 INFO STEP 64 (assemble_files) COMPLETE
96292026-02-24T02:39:18.210Z[ host-image] Feb 24 02:39:18.254 INFO O| Feb 24 02:39:18.253 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.271 INFO O| Feb 24 02:39:18.271 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96312026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.271 INFO O| Feb 24 02:39:18.271 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96322026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.271 INFO O| Feb 24 02:39:18.271 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96332026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.271 INFO O| Feb 24 02:39:18.271 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96342026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.271 INFO O| Feb 24 02:39:18.271 INFO ok!
96352026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.271 INFO O| Feb 24 02:39:18.271 INFO STEP 65 (ensure_file) COMPLETE
96362026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.271 INFO O| Feb 24 02:39:18.271 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.291 INFO O| Feb 24 02:39:18.290 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96382026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.291 INFO O| Feb 24 02:39:18.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96392026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.291 INFO O| Feb 24 02:39:18.291 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96402026-02-24T02:39:18.234Z[ host-image] Feb 24 02:39:18.291 INFO O| Feb 24 02:39:18.291 INFO STEP 66 (ensure_dir) COMPLETE
96412026-02-24T02:39:18.235Z[ host-image] Feb 24 02:39:18.291 INFO O| Feb 24 02:39:18.291 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-02-24T02:39:18.259Z[ host-image] Feb 24 02:39:18.306 INFO O| Feb 24 02:39:18.306 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96432026-02-24T02:39:18.259Z[ host-image] Feb 24 02:39:18.306 INFO O| Feb 24 02:39:18.306 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 ...
96442026-02-24T02:39:18.259Z[ host-image] Feb 24 02:39:18.316 INFO O| Feb 24 02:39:18.316 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
96452026-02-24T02:39:18.259Z[ host-image] Feb 24 02:39:18.316 INFO O| Feb 24 02:39:18.316 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96462026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.316 INFO O| Feb 24 02:39:18.316 INFO ok!
96472026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.316 INFO O| Feb 24 02:39:18.316 INFO STEP 67 (ensure_file) COMPLETE
96482026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.316 INFO O| Feb 24 02:39:18.316 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.333 INFO O| Feb 24 02:39:18.333 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96502026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.334 INFO O| Feb 24 02:39:18.333 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 ...
96512026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.334 INFO O| Feb 24 02:39:18.334 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
96522026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.334 INFO O| Feb 24 02:39:18.334 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96532026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.334 INFO O| Feb 24 02:39:18.334 INFO ok!
96542026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.334 INFO O| Feb 24 02:39:18.334 INFO STEP 68 (ensure_file) COMPLETE
96552026-02-24T02:39:18.284Z[ host-image] Feb 24 02:39:18.334 INFO O| Feb 24 02:39:18.334 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-02-24T02:39:18.310Z[ host-image] Feb 24 02:39:18.364 INFO O| Feb 24 02:39:18.364 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96572026-02-24T02:39:18.310Z[ host-image] Feb 24 02:39:18.364 INFO O| Feb 24 02:39:18.364 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96582026-02-24T02:39:21.457Z[ host-image] Feb 24 02:39:21.514 INFO O| Feb 24 02:39:21.514 INFO STEP 69 (pack_tar) COMPLETE
96592026-02-24T02:39:21.457Z[ host-image] Feb 24 02:39:21.514 INFO O| Feb 24 02:39:21.514 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96602026-02-24T02:39:21.482Z[ host-image] Feb 24 02:39:21.514 INFO O| Feb 24 02:39:21.514 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96612026-02-24T02:39:21.589Z[ host-image] Feb 24 02:39:21.645 INFO O| Feb 24 02:39:21.645 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96622026-02-24T02:39:21.653Z[ host-image] Feb 24 02:39:21.710 INFO O| Feb 24 02:39:21.710 INFO completed processing sled/ramdisk-02-trim
96632026-02-24T02:39:21.677Z[ host-image] Feb 24 02:39:21.715 INFO image builder template: zfs...
96642026-02-24T02:39:21.677Z[ host-image] Feb 24 02:39:21.715 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/.tmp5z1CyQ/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
96652026-02-24T02:39:21.701Z[ host-image] Feb 24 02:39:21.737 INFO O| Feb 24 02:39:21.737 INFO skip include "stress" because feature "stress" is not enabled
96662026-02-24T02:39:21.701Z[ host-image] Feb 24 02:39:21.737 INFO O| Feb 24 02:39:21.737 INFO skip include "stress" because feature "compliance" is not enabled
96672026-02-24T02:39:21.740Z[ host-image] Feb 24 02:39:21.797 INFO O| Feb 24 02:39:21.797 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96682026-02-24T02:39:21.764Z[ host-image] Feb 24 02:39:21.804 INFO O| Feb 24 02:39:21.804 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96692026-02-24T02:39:21.788Z[ host-image] Feb 24 02:39:21.845 INFO O| Feb 24 02:39:21.845 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96702026-02-24T02:39:21.827Z[ host-image] Feb 24 02:39:21.883 INFO O| Feb 24 02:39:21.883 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96712026-02-24T02:39:21.827Z[ host-image] Feb 24 02:39:21.883 INFO O| Feb 24 02:39:21.883 INFO work dataset: rpool/images/build/host/work/sled/zfs
96722026-02-24T02:39:21.851Z[ host-image] Feb 24 02:39:21.893 INFO O| Feb 24 02:39:21.893 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96732026-02-24T02:39:21.891Z[ host-image] Feb 24 02:39:21.948 INFO O| Feb 24 02:39:21.948 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96742026-02-24T02:39:21.921Z[ host-image] Feb 24 02:39:21.979 INFO O| Feb 24 02:39:21.978 INFO DESTROY POOL: TEMPORARY-sled-zfs
96752026-02-24T02:39:21.945Z[ host-image] Feb 24 02:39:21.997 INFO O| Feb 24 02:39:21.997 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96762026-02-24T02:39:21.969Z[ host-image] Feb 24 02:39:22.008 INFO O| Feb 24 02:39:22.007 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96772026-02-24T02:39:21.969Z[ host-image] Feb 24 02:39:22.008 INFO O| Feb 24 02:39:22.008 INFO no lofi found
96782026-02-24T02:39:21.969Z[ host-image] Feb 24 02:39:22.008 INFO O| Feb 24 02:39:22.008 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96792026-02-24T02:39:21.969Z[ host-image] Feb 24 02:39:22.008 INFO O| Feb 24 02:39:22.008 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96802026-02-24T02:39:23.945Z[ host-image] Feb 24 02:39:24.002 INFO O| Feb 24 02:39:24.002 INFO lofi device = /dev/dsk/c3t1d0p0
96812026-02-24T02:39:23.945Z[ host-image] Feb 24 02:39:24.003 INFO O| Feb 24 02:39:24.002 INFO pool device = /dev/dsk/c3t1d0p0
96822026-02-24T02:39:23.969Z[ host-image] Feb 24 02:39:24.003 INFO O| Feb 24 02:39:24.003 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/c3t1d0p0"]
96832026-02-24T02:39:24.089Z[ host-image] Feb 24 02:39:24.146 INFO O| Feb 24 02:39:24.146 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96842026-02-24T02:39:24.089Z[ host-image] Feb 24 02:39:24.147 INFO O| Feb 24 02:39:24.146 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96852026-02-24T02:39:24.173Z[ host-image] Feb 24 02:39:24.223 INFO O| Feb 24 02:39:24.221 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96862026-02-24T02:39:24.310Z[ host-image] Feb 24 02:39:24.368 INFO O| Feb 24 02:39:24.368 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96872026-02-24T02:39:24.371Z[ host-image] Feb 24 02:39:24.429 INFO O| Feb 24 02:39:24.428 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96882026-02-24T02:39:24.396Z[ host-image] Feb 24 02:39:24.453 INFO O| Feb 24 02:39:24.453 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96892026-02-24T02:39:24.446Z[ host-image] Feb 24 02:39:24.504 INFO O| Feb 24 02:39:24.504 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96902026-02-24T02:39:24.509Z[ host-image] Feb 24 02:39:24.566 INFO O| Feb 24 02:39:24.566 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96912026-02-24T02:39:24.533Z[ host-image] Feb 24 02:39:24.567 INFO O| Feb 24 02:39:24.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96922026-02-24T02:39:24.533Z[ host-image] Feb 24 02:39:24.567 INFO O| Feb 24 02:39:24.567 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96932026-02-24T02:39:24.533Z[ host-image] Feb 24 02:39:24.582 INFO O| Feb 24 02:39:24.582 INFO boot environment UUID: 443a411d-1b27-4e35-9081-ffd42a62e63f
96942026-02-24T02:39:24.533Z[ host-image] Feb 24 02:39:24.582 INFO O| Feb 24 02:39:24.582 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 443a411d-1b27-4e35-9081-ffd42a62e63f
96952026-02-24T02:39:24.558Z[ host-image] Feb 24 02:39:24.600 INFO O| Feb 24 02:39:24.600 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96962026-02-24T02:39:24.582Z[ host-image] Feb 24 02:39:24.619 INFO O| Feb 24 02:39:24.618 INFO STEP 0 (create_be) COMPLETE
96972026-02-24T02:39:24.582Z[ host-image] Feb 24 02:39:24.619 INFO O| Feb 24 02:39:24.619 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96982026-02-24T02:39:24.606Z[ host-image] Feb 24 02:39:24.652 INFO O| Feb 24 02:39:24.652 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
96992026-02-24T02:39:26.494Z[verify-libraries] Finished `release` profile [optimized] target(s) in 31m 04s
97002026-02-24T02:39:29.876ZFeb 24 02:39:29.934 INFO [verify-libraries] process exited with exit status: 0 (1876.170549068s)
97012026-02-24T02:39:46.879Z[ host-image] Feb 24 02:39:46.937 INFO O| Feb 24 02:39:46.937 INFO STEP 1 (unpack_tar) COMPLETE
97022026-02-24T02:39:46.903Z[ host-image] Feb 24 02:39:46.937 INFO O| Feb 24 02:39:46.937 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97032026-02-24T02:39:46.903Z[ host-image] Feb 24 02:39:46.954 INFO O| Feb 24 02:39:46.954 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97042026-02-24T02:39:47.508Z[ host-image] Feb 24 02:39:47.567 INFO O| Feb 24 02:39:47.566 INFO STEP 2 (devfsadm) COMPLETE
97052026-02-24T02:39:47.508Z[ host-image] Feb 24 02:39:47.567 INFO O| Feb 24 02:39:47.567 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97062026-02-24T02:39:47.533Z[ host-image] Feb 24 02:39:47.591 INFO O| Feb 24 02:39:47.591 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97072026-02-24T02:39:47.533Z[ host-image] Feb 24 02:39:47.591 INFO O| Feb 24 02:39:47.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97082026-02-24T02:39:47.533Z[ host-image] Feb 24 02:39:47.591 INFO O| Feb 24 02:39:47.591 INFO STEP 3 (ensure_dir) COMPLETE
97092026-02-24T02:39:47.557Z[ host-image] Feb 24 02:39:47.591 INFO O| Feb 24 02:39:47.591 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97102026-02-24T02:39:47.557Z[ host-image] Feb 24 02:39:47.614 INFO O| Feb 24 02:39:47.614 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97112026-02-24T02:39:47.557Z[ host-image] Feb 24 02:39:47.615 INFO O| Feb 24 02:39:47.614 INFO STEP 4 (ensure_dir) COMPLETE
97122026-02-24T02:39:47.557Z[ host-image] Feb 24 02:39:47.615 INFO O| Feb 24 02:39:47.614 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97132026-02-24T02:39:47.583Z[ host-image] Feb 24 02:39:47.638 INFO O| Feb 24 02:39:47.638 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97142026-02-24T02:39:47.583Z[ host-image] Feb 24 02:39:47.638 INFO O| Feb 24 02:39:47.638 INFO STEP 5 (ensure_dir) COMPLETE
97152026-02-24T02:39:47.583Z[ host-image] Feb 24 02:39:47.638 INFO O| Feb 24 02:39:47.638 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97162026-02-24T02:39:47.607Z[ host-image] Feb 24 02:39:47.657 INFO O| Feb 24 02:39:47.656 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97172026-02-24T02:39:47.607Z[ host-image] Feb 24 02:39:47.657 INFO O| Feb 24 02:39:47.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97182026-02-24T02:39:47.607Z[ host-image] Feb 24 02:39:47.657 INFO O| Feb 24 02:39:47.657 INFO STEP 6 (ensure_dir) COMPLETE
97192026-02-24T02:39:47.607Z[ host-image] Feb 24 02:39:47.657 INFO O| Feb 24 02:39:47.657 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97202026-02-24T02:39:47.632Z[ host-image] Feb 24 02:39:47.673 INFO O| Feb 24 02:39:47.673 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97212026-02-24T02:39:47.632Z[ host-image] Feb 24 02:39:47.673 INFO O| Feb 24 02:39:47.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97222026-02-24T02:39:47.632Z[ host-image] Feb 24 02:39:47.673 INFO O| Feb 24 02:39:47.673 INFO STEP 7 (ensure_dir) COMPLETE
97232026-02-24T02:39:47.632Z[ host-image] Feb 24 02:39:47.673 INFO O| Feb 24 02:39:47.673 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97242026-02-24T02:39:47.656Z[ host-image] Feb 24 02:39:47.690 INFO O| Feb 24 02:39:47.690 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97252026-02-24T02:39:47.656Z[ host-image] Feb 24 02:39:47.690 INFO O| Feb 24 02:39:47.690 INFO STEP 8 (remove_files) COMPLETE
97262026-02-24T02:39:47.656Z[ host-image] Feb 24 02:39:47.690 INFO O| Feb 24 02:39:47.690 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97272026-02-24T02:39:47.656Z[ host-image] Feb 24 02:39:47.708 INFO O| Feb 24 02:39:47.708 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97282026-02-24T02:39:47.656Z[ host-image] Feb 24 02:39:47.710 INFO O| Feb 24 02:39:47.710 INFO STEP 9 (remove_files) COMPLETE
97292026-02-24T02:39:47.656Z[ host-image] Feb 24 02:39:47.710 INFO O| Feb 24 02:39:47.710 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97302026-02-24T02:39:47.681Z[ host-image] Feb 24 02:39:47.726 INFO O| Feb 24 02:39:47.726 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97312026-02-24T02:39:47.681Z[ host-image] Feb 24 02:39:47.727 INFO O| Feb 24 02:39:47.727 INFO STEP 10 (remove_files) COMPLETE
97322026-02-24T02:39:47.681Z[ host-image] Feb 24 02:39:47.727 INFO O| Feb 24 02:39:47.727 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97332026-02-24T02:39:47.705Z[ host-image] Feb 24 02:39:47.743 INFO O| Feb 24 02:39:47.743 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97342026-02-24T02:39:47.705Z[ host-image] Feb 24 02:39:47.743 INFO O| Feb 24 02:39:47.743 INFO STEP 11 (remove_files) COMPLETE
97352026-02-24T02:39:47.705Z[ host-image] Feb 24 02:39:47.743 INFO O| Feb 24 02:39:47.743 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97362026-02-24T02:39:47.705Z[ host-image] Feb 24 02:39:47.763 INFO O| Feb 24 02:39:47.763 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97372026-02-24T02:39:47.705Z[ host-image] Feb 24 02:39:47.763 INFO O| Feb 24 02:39:47.763 INFO STEP 12 (remove_files) COMPLETE
97382026-02-24T02:39:47.705Z[ host-image] Feb 24 02:39:47.763 INFO O| Feb 24 02:39:47.763 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-02-24T02:39:47.729Z[ host-image] Feb 24 02:39:47.784 INFO O| Feb 24 02:39:47.784 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97402026-02-24T02:39:47.729Z[ host-image] Feb 24 02:39:47.784 INFO O| Feb 24 02:39:47.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97412026-02-24T02:39:47.729Z[ host-image] Feb 24 02:39:47.784 INFO O| Feb 24 02:39:47.784 INFO STEP 13 (ensure_dir) COMPLETE
97422026-02-24T02:39:47.729Z[ host-image] Feb 24 02:39:47.785 INFO O| Feb 24 02:39:47.784 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-02-24T02:39:47.754Z[ host-image] Feb 24 02:39:47.805 INFO O| Feb 24 02:39:47.805 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97442026-02-24T02:39:47.754Z[ host-image] Feb 24 02:39:47.805 INFO O| Feb 24 02:39:47.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97452026-02-24T02:39:47.754Z[ host-image] Feb 24 02:39:47.805 INFO O| Feb 24 02:39:47.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97462026-02-24T02:39:47.754Z[ host-image] Feb 24 02:39:47.805 INFO O| Feb 24 02:39:47.805 INFO STEP 14 (ensure_dir) COMPLETE
97472026-02-24T02:39:47.754Z[ host-image] Feb 24 02:39:47.805 INFO O| Feb 24 02:39:47.805 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97482026-02-24T02:39:47.778Z[ host-image] Feb 24 02:39:47.824 INFO O| Feb 24 02:39:47.824 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97492026-02-24T02:39:47.778Z[ host-image] Feb 24 02:39:47.824 INFO O| Feb 24 02:39:47.824 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97502026-02-24T02:39:47.778Z[ host-image] Feb 24 02:39:47.824 INFO O| Feb 24 02:39:47.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97512026-02-24T02:39:47.778Z[ host-image] Feb 24 02:39:47.824 INFO O| Feb 24 02:39:47.824 INFO STEP 15 (ensure_dir) COMPLETE
97522026-02-24T02:39:47.778Z[ host-image] Feb 24 02:39:47.824 INFO O| Feb 24 02:39:47.824 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.839 INFO O| Feb 24 02:39:47.839 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97542026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.839 INFO O| Feb 24 02:39:47.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97552026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.839 INFO O| Feb 24 02:39:47.839 INFO STEP 16 (ensure_dir) COMPLETE
97562026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.839 INFO O| Feb 24 02:39:47.839 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.854 INFO O| Feb 24 02:39:47.854 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97582026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.854 INFO O| Feb 24 02:39:47.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97592026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.854 INFO O| Feb 24 02:39:47.854 INFO STEP 17 (ensure_dir) COMPLETE
97602026-02-24T02:39:47.803Z[ host-image] Feb 24 02:39:47.854 INFO O| Feb 24 02:39:47.854 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-02-24T02:39:47.827Z[ host-image] Feb 24 02:39:47.875 INFO O| Feb 24 02:39:47.875 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97622026-02-24T02:39:47.827Z[ host-image] Feb 24 02:39:47.875 INFO O| Feb 24 02:39:47.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97632026-02-24T02:39:47.827Z[ host-image] Feb 24 02:39:47.875 INFO O| Feb 24 02:39:47.875 INFO ok!
97642026-02-24T02:39:47.827Z[ host-image] Feb 24 02:39:47.875 INFO O| Feb 24 02:39:47.875 INFO STEP 18 (ensure_symlink) COMPLETE
97652026-02-24T02:39:47.827Z[ host-image] Feb 24 02:39:47.875 INFO O| Feb 24 02:39:47.875 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-02-24T02:39:47.852Z[ host-image] Feb 24 02:39:47.897 INFO O| Feb 24 02:39:47.896 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97672026-02-24T02:39:47.852Z[ host-image] Feb 24 02:39:47.897 INFO O| Feb 24 02:39:47.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97682026-02-24T02:39:47.852Z[ host-image] Feb 24 02:39:47.897 INFO O| Feb 24 02:39:47.897 INFO ok!
97692026-02-24T02:39:47.852Z[ host-image] Feb 24 02:39:47.897 INFO O| Feb 24 02:39:47.897 INFO STEP 19 (ensure_file) COMPLETE
97702026-02-24T02:39:47.852Z[ host-image] Feb 24 02:39:47.897 INFO O| Feb 24 02:39:47.897 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97712026-02-24T02:39:47.876Z[ host-image] Feb 24 02:39:47.916 INFO O| Feb 24 02:39:47.916 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97722026-02-24T02:39:47.876Z[ host-image] Feb 24 02:39:47.916 INFO O| Feb 24 02:39:47.916 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97732026-02-24T02:39:47.876Z[ host-image] Feb 24 02:39:47.916 INFO O| Feb 24 02:39:47.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97742026-02-24T02:39:47.876Z[ host-image] Feb 24 02:39:47.916 INFO O| Feb 24 02:39:47.916 INFO ok!
97752026-02-24T02:39:47.876Z[ host-image] Feb 24 02:39:47.916 INFO O| Feb 24 02:39:47.916 INFO STEP 20 (ensure_symlink) COMPLETE
97762026-02-24T02:39:47.876Z[ host-image] Feb 24 02:39:47.916 INFO O| Feb 24 02:39:47.916 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97772026-02-24T02:39:47.900Z[ host-image] Feb 24 02:39:47.936 INFO O| Feb 24 02:39:47.936 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97782026-02-24T02:39:47.900Z[ host-image] Feb 24 02:39:47.937 INFO O| Feb 24 02:39:47.936 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97792026-02-24T02:39:47.900Z[ host-image] Feb 24 02:39:47.937 INFO O| Feb 24 02:39:47.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97802026-02-24T02:39:47.900Z[ host-image] Feb 24 02:39:47.937 INFO O| Feb 24 02:39:47.937 INFO ok!
97812026-02-24T02:39:47.900Z[ host-image] Feb 24 02:39:47.937 INFO O| Feb 24 02:39:47.937 INFO STEP 21 (ensure_symlink) COMPLETE
97822026-02-24T02:39:47.900Z[ host-image] Feb 24 02:39:47.937 INFO O| Feb 24 02:39:47.937 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97832026-02-24T02:39:47.924Z[ host-image] Feb 24 02:39:47.959 INFO O| Feb 24 02:39:47.958 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97842026-02-24T02:39:47.924Z[ host-image] Feb 24 02:39:47.959 INFO O| Feb 24 02:39:47.958 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97852026-02-24T02:39:47.924Z[ host-image] Feb 24 02:39:47.959 INFO O| Feb 24 02:39:47.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97862026-02-24T02:39:47.924Z[ host-image] Feb 24 02:39:47.959 INFO O| Feb 24 02:39:47.959 INFO ok!
97872026-02-24T02:39:47.924Z[ host-image] Feb 24 02:39:47.959 INFO O| Feb 24 02:39:47.959 INFO STEP 22 (ensure_symlink) COMPLETE
97882026-02-24T02:39:47.924Z[ host-image] Feb 24 02:39:47.959 INFO O| Feb 24 02:39:47.959 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97892026-02-24T02:39:47.924Z[ host-image] Feb 24 02:39:47.982 INFO O| Feb 24 02:39:47.982 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97902026-02-24T02:39:47.925Z[ host-image] Feb 24 02:39:47.982 INFO O| Feb 24 02:39:47.982 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97912026-02-24T02:39:47.925Z[ host-image] Feb 24 02:39:47.982 INFO O| Feb 24 02:39:47.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97922026-02-24T02:39:47.925Z[ host-image] Feb 24 02:39:47.982 INFO O| Feb 24 02:39:47.982 INFO ok!
97932026-02-24T02:39:47.925Z[ host-image] Feb 24 02:39:47.982 INFO O| Feb 24 02:39:47.982 INFO STEP 23 (ensure_symlink) COMPLETE
97942026-02-24T02:39:47.925Z[ host-image] Feb 24 02:39:47.982 INFO O| Feb 24 02:39:47.982 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97952026-02-24T02:39:47.949Z[ host-image] Feb 24 02:39:48.000 INFO O| Feb 24 02:39:48.000 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97962026-02-24T02:39:47.949Z[ host-image] Feb 24 02:39:48.000 INFO O| Feb 24 02:39:48.000 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97972026-02-24T02:39:47.949Z[ host-image] Feb 24 02:39:48.000 INFO O| Feb 24 02:39:48.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97982026-02-24T02:39:47.949Z[ host-image] Feb 24 02:39:48.000 INFO O| Feb 24 02:39:48.000 INFO ok!
97992026-02-24T02:39:47.949Z[ host-image] Feb 24 02:39:48.000 INFO O| Feb 24 02:39:48.000 INFO STEP 24 (ensure_file) COMPLETE
98002026-02-24T02:39:47.949Z[ host-image] Feb 24 02:39:48.000 INFO O| Feb 24 02:39:48.000 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98012026-02-24T02:39:47.973Z[ host-image] Feb 24 02:39:48.021 INFO O| Feb 24 02:39:48.021 INFO updating shadow file
98022026-02-24T02:39:47.973Z[ host-image] Feb 24 02:39:48.022 INFO O| Feb 24 02:39:48.022 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98032026-02-24T02:39:47.973Z[ host-image] Feb 24 02:39:48.022 INFO O| Feb 24 02:39:48.022 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98042026-02-24T02:39:47.973Z[ host-image] Feb 24 02:39:48.022 INFO O| Feb 24 02:39:48.022 INFO STEP 25 (shadow) COMPLETE
98052026-02-24T02:39:47.973Z[ host-image] Feb 24 02:39:48.022 INFO O| Feb 24 02:39:48.022 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98062026-02-24T02:39:47.997Z[ host-image] Feb 24 02:39:48.037 INFO O| Feb 24 02:39:48.037 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98072026-02-24T02:39:47.997Z[ host-image] Feb 24 02:39:48.037 INFO O| Feb 24 02:39:48.037 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98082026-02-24T02:39:47.997Z[ host-image] Feb 24 02:39:48.038 INFO O| Feb 24 02:39:48.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98092026-02-24T02:39:47.997Z[ host-image] Feb 24 02:39:48.038 INFO O| Feb 24 02:39:48.038 INFO ok!
98102026-02-24T02:39:47.997Z[ host-image] Feb 24 02:39:48.038 INFO O| Feb 24 02:39:48.038 INFO STEP 26 (ensure_file) COMPLETE
98112026-02-24T02:39:47.997Z[ host-image] Feb 24 02:39:48.038 INFO O| Feb 24 02:39:48.038 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98122026-02-24T02:39:48.022Z[ host-image] Feb 24 02:39:48.060 INFO O| Feb 24 02:39:48.060 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98132026-02-24T02:39:48.022Z[ host-image] Feb 24 02:39:48.060 INFO O| Feb 24 02:39:48.060 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98142026-02-24T02:39:48.022Z[ host-image] Feb 24 02:39:48.060 INFO O| Feb 24 02:39:48.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98152026-02-24T02:39:48.022Z[ host-image] Feb 24 02:39:48.060 INFO O| Feb 24 02:39:48.060 INFO ok!
98162026-02-24T02:39:48.022Z[ host-image] Feb 24 02:39:48.060 INFO O| Feb 24 02:39:48.060 INFO STEP 27 (ensure_file) COMPLETE
98172026-02-24T02:39:48.022Z[ host-image] Feb 24 02:39:48.060 INFO O| Feb 24 02:39:48.060 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98182026-02-24T02:39:48.047Z[ host-image] Feb 24 02:39:48.086 INFO O| Feb 24 02:39:48.086 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98192026-02-24T02:39:48.047Z[ host-image] Feb 24 02:39:48.086 INFO O| Feb 24 02:39:48.086 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98202026-02-24T02:39:48.047Z[ host-image] Feb 24 02:39:48.086 INFO O| Feb 24 02:39:48.086 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98212026-02-24T02:39:48.047Z[ host-image] Feb 24 02:39:48.086 INFO O| Feb 24 02:39:48.086 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98222026-02-24T02:39:48.047Z[ host-image] Feb 24 02:39:48.087 INFO O| Feb 24 02:39:48.086 INFO ok!
98232026-02-24T02:39:48.047Z[ host-image] Feb 24 02:39:48.087 INFO O| Feb 24 02:39:48.086 INFO STEP 28 (ensure_file) COMPLETE
98242026-02-24T02:39:48.047Z[ host-image] Feb 24 02:39:48.087 INFO O| Feb 24 02:39:48.087 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98252026-02-24T02:39:48.071Z[ host-image] Feb 24 02:39:48.108 INFO O| Feb 24 02:39:48.108 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98262026-02-24T02:39:48.071Z[ host-image] Feb 24 02:39:48.108 INFO O| Feb 24 02:39:48.108 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98272026-02-24T02:39:48.071Z[ host-image] Feb 24 02:39:48.108 INFO O| Feb 24 02:39:48.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98282026-02-24T02:39:48.071Z[ host-image] Feb 24 02:39:48.108 INFO O| Feb 24 02:39:48.108 INFO ok!
98292026-02-24T02:39:48.071Z[ host-image] Feb 24 02:39:48.108 INFO O| Feb 24 02:39:48.108 INFO STEP 29 (ensure_file) COMPLETE
98302026-02-24T02:39:48.071Z[ host-image] Feb 24 02:39:48.108 INFO O| Feb 24 02:39:48.108 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98312026-02-24T02:39:48.095Z[ host-image] Feb 24 02:39:48.132 INFO O| Feb 24 02:39:48.132 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98322026-02-24T02:39:48.095Z[ host-image] Feb 24 02:39:48.132 INFO O| Feb 24 02:39:48.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98332026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.132 INFO O| Feb 24 02:39:48.132 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98342026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.132 INFO O| Feb 24 02:39:48.132 INFO STEP 30 (ensure_dir) COMPLETE
98352026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.132 INFO O| Feb 24 02:39:48.132 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98362026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.149 INFO O| Feb 24 02:39:48.149 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98372026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.149 INFO O| Feb 24 02:39:48.149 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98382026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.150 INFO O| Feb 24 02:39:48.150 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98392026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.150 INFO O| Feb 24 02:39:48.150 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98402026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.150 INFO O| Feb 24 02:39:48.150 INFO ok!
98412026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.150 INFO O| Feb 24 02:39:48.150 INFO STEP 31 (ensure_file) COMPLETE
98422026-02-24T02:39:48.096Z[ host-image] Feb 24 02:39:48.150 INFO O| Feb 24 02:39:48.150 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98432026-02-24T02:39:48.120Z[ host-image] Feb 24 02:39:48.170 INFO O| Feb 24 02:39:48.169 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98442026-02-24T02:39:48.120Z[ host-image] Feb 24 02:39:48.170 INFO O| Feb 24 02:39:48.170 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98452026-02-24T02:39:48.120Z[ host-image] Feb 24 02:39:48.170 INFO O| Feb 24 02:39:48.170 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98462026-02-24T02:39:48.120Z[ host-image] Feb 24 02:39:48.170 INFO O| Feb 24 02:39:48.170 INFO STEP 32 (ensure_dir) COMPLETE
98472026-02-24T02:39:48.120Z[ host-image] Feb 24 02:39:48.170 INFO O| Feb 24 02:39:48.170 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-02-24T02:39:48.146Z[ host-image] Feb 24 02:39:48.187 INFO O| Feb 24 02:39:48.187 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98492026-02-24T02:39:48.146Z[ host-image] Feb 24 02:39:48.187 INFO O| Feb 24 02:39:48.187 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 ...
98502026-02-24T02:39:48.146Z[ host-image] Feb 24 02:39:48.187 INFO O| Feb 24 02:39:48.187 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
98512026-02-24T02:39:48.146Z[ host-image] Feb 24 02:39:48.187 INFO O| Feb 24 02:39:48.187 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98522026-02-24T02:39:48.146Z[ host-image] Feb 24 02:39:48.187 INFO O| Feb 24 02:39:48.187 INFO ok!
98532026-02-24T02:39:48.147Z[ host-image] Feb 24 02:39:48.187 INFO O| Feb 24 02:39:48.187 INFO STEP 33 (ensure_file) COMPLETE
98542026-02-24T02:39:48.147Z[ host-image] Feb 24 02:39:48.187 INFO O| Feb 24 02:39:48.187 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98552026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.208 INFO O| Feb 24 02:39:48.208 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98562026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.208 INFO O| Feb 24 02:39:48.208 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98572026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.208 INFO O| Feb 24 02:39:48.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98582026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.209 INFO O| Feb 24 02:39:48.208 INFO ok!
98592026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.209 INFO O| Feb 24 02:39:48.208 INFO STEP 34 (ensure_file) COMPLETE
98602026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.209 INFO O| Feb 24 02:39:48.208 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98612026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.229 INFO O| Feb 24 02:39:48.229 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98622026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.229 INFO O| Feb 24 02:39:48.229 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98632026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.229 INFO O| Feb 24 02:39:48.229 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98642026-02-24T02:39:48.172Z[ host-image] Feb 24 02:39:48.229 INFO O| Feb 24 02:39:48.229 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98652026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.229 INFO O| Feb 24 02:39:48.229 INFO ok!
98662026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.229 INFO O| Feb 24 02:39:48.229 INFO STEP 35 (ensure_file) COMPLETE
98672026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.229 INFO O| Feb 24 02:39:48.229 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98682026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.251 INFO O| Feb 24 02:39:48.250 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98692026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.251 INFO O| Feb 24 02:39:48.251 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98702026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.251 INFO O| Feb 24 02:39:48.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98712026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.251 INFO O| Feb 24 02:39:48.251 INFO ok!
98722026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.251 INFO O| Feb 24 02:39:48.251 INFO STEP 36 (ensure_file) COMPLETE
98732026-02-24T02:39:48.196Z[ host-image] Feb 24 02:39:48.251 INFO O| Feb 24 02:39:48.251 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98742026-02-24T02:39:48.221Z[ host-image] Feb 24 02:39:48.274 INFO O| Feb 24 02:39:48.274 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98752026-02-24T02:39:48.221Z[ host-image] Feb 24 02:39:48.275 INFO O| Feb 24 02:39:48.275 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98762026-02-24T02:39:48.221Z[ host-image] Feb 24 02:39:48.275 INFO O| Feb 24 02:39:48.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98772026-02-24T02:39:48.221Z[ host-image] Feb 24 02:39:48.275 INFO O| Feb 24 02:39:48.275 INFO ok!
98782026-02-24T02:39:48.221Z[ host-image] Feb 24 02:39:48.275 INFO O| Feb 24 02:39:48.275 INFO STEP 37 (ensure_file) COMPLETE
98792026-02-24T02:39:48.221Z[ host-image] Feb 24 02:39:48.275 INFO O| Feb 24 02:39:48.275 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98802026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.299 INFO O| Feb 24 02:39:48.299 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98812026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.299 INFO O| Feb 24 02:39:48.299 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98822026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.299 INFO O| Feb 24 02:39:48.299 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98832026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.299 INFO O| Feb 24 02:39:48.299 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98842026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.299 INFO O| Feb 24 02:39:48.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98852026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.300 INFO O| Feb 24 02:39:48.299 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98862026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.300 INFO O| Feb 24 02:39:48.300 INFO ok!
98872026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.300 INFO O| Feb 24 02:39:48.300 INFO STEP 38 (ensure_file) COMPLETE
98882026-02-24T02:39:48.245Z[ host-image] Feb 24 02:39:48.300 INFO O| Feb 24 02:39:48.300 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98892026-02-24T02:39:48.269Z[ host-image] Feb 24 02:39:48.324 INFO O| Feb 24 02:39:48.324 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98902026-02-24T02:39:48.269Z[ host-image] Feb 24 02:39:48.324 INFO O| Feb 24 02:39:48.324 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98912026-02-24T02:39:48.269Z[ host-image] Feb 24 02:39:48.324 INFO O| Feb 24 02:39:48.324 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98922026-02-24T02:39:48.269Z[ host-image] Feb 24 02:39:48.325 INFO O| Feb 24 02:39:48.324 INFO STEP 39 (ensure_dir) COMPLETE
98932026-02-24T02:39:48.269Z[ host-image] Feb 24 02:39:48.325 INFO O| Feb 24 02:39:48.325 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98942026-02-24T02:39:48.293Z[ host-image] Feb 24 02:39:48.347 INFO O| Feb 24 02:39:48.347 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
98952026-02-24T02:39:48.293Z[ host-image] Feb 24 02:39:48.347 INFO O| Feb 24 02:39:48.347 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 ...
98962026-02-24T02:39:48.294Z[ host-image] Feb 24 02:39:48.348 INFO O| Feb 24 02:39:48.347 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
98972026-02-24T02:39:48.294Z[ host-image] Feb 24 02:39:48.348 INFO O| Feb 24 02:39:48.347 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
98982026-02-24T02:39:48.294Z[ host-image] Feb 24 02:39:48.348 INFO O| Feb 24 02:39:48.347 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
98992026-02-24T02:39:48.294Z[ host-image] Feb 24 02:39:48.348 INFO O| Feb 24 02:39:48.348 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
99002026-02-24T02:39:48.294Z[ host-image] Feb 24 02:39:48.348 INFO O| Feb 24 02:39:48.348 INFO ok!
99012026-02-24T02:39:48.294Z[ host-image] Feb 24 02:39:48.348 INFO O| Feb 24 02:39:48.348 INFO STEP 40 (ensure_file) COMPLETE
99022026-02-24T02:39:48.294Z[ host-image] Feb 24 02:39:48.348 INFO O| Feb 24 02:39:48.348 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99032026-02-24T02:39:48.318Z[ host-image] Feb 24 02:39:48.368 INFO O| Feb 24 02:39:48.368 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99042026-02-24T02:39:48.318Z[ host-image] Feb 24 02:39:48.369 INFO O| Feb 24 02:39:48.368 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 ...
99052026-02-24T02:39:48.318Z[ host-image] Feb 24 02:39:48.369 INFO O| Feb 24 02:39:48.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99062026-02-24T02:39:48.318Z[ host-image] Feb 24 02:39:48.369 INFO O| Feb 24 02:39:48.369 INFO ok!
99072026-02-24T02:39:48.318Z[ host-image] Feb 24 02:39:48.369 INFO O| Feb 24 02:39:48.369 INFO STEP 41 (ensure_symlink) COMPLETE
99082026-02-24T02:39:48.318Z[ host-image] Feb 24 02:39:48.369 INFO O| Feb 24 02:39:48.369 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99092026-02-24T02:39:48.342Z[ host-image] Feb 24 02:39:48.390 INFO O| Feb 24 02:39:48.390 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99102026-02-24T02:39:48.342Z[ host-image] Feb 24 02:39:48.391 INFO O| Feb 24 02:39:48.390 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99112026-02-24T02:39:48.342Z[ host-image] Feb 24 02:39:48.391 INFO O| Feb 24 02:39:48.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99122026-02-24T02:39:48.342Z[ host-image] Feb 24 02:39:48.391 INFO O| Feb 24 02:39:48.391 INFO ok!
99132026-02-24T02:39:48.342Z[ host-image] Feb 24 02:39:48.391 INFO O| Feb 24 02:39:48.391 INFO STEP 42 (ensure_symlink) COMPLETE
99142026-02-24T02:39:48.342Z[ host-image] Feb 24 02:39:48.391 INFO O| Feb 24 02:39:48.391 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99152026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.411 INFO O| Feb 24 02:39:48.411 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99162026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.411 INFO O| Feb 24 02:39:48.411 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99172026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.412 INFO O| Feb 24 02:39:48.412 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99182026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.412 INFO O| Feb 24 02:39:48.412 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99192026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.412 INFO O| Feb 24 02:39:48.412 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99202026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.412 INFO O| Feb 24 02:39:48.412 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99212026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.412 INFO O| Feb 24 02:39:48.412 INFO ok!
99222026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.412 INFO O| Feb 24 02:39:48.412 INFO STEP 43 (ensure_file) COMPLETE
99232026-02-24T02:39:48.366Z[ host-image] Feb 24 02:39:48.412 INFO O| Feb 24 02:39:48.412 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99242026-02-24T02:39:48.390Z[ host-image] Feb 24 02:39:48.435 INFO O| Feb 24 02:39:48.435 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99252026-02-24T02:39:48.390Z[ host-image] Feb 24 02:39:48.435 INFO O| Feb 24 02:39:48.435 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 ...
99262026-02-24T02:39:48.390Z[ host-image] Feb 24 02:39:48.436 INFO O| Feb 24 02:39:48.436 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
99272026-02-24T02:39:48.390Z[ host-image] Feb 24 02:39:48.436 INFO O| Feb 24 02:39:48.436 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99282026-02-24T02:39:48.390Z[ host-image] Feb 24 02:39:48.436 INFO O| Feb 24 02:39:48.436 INFO ok!
99292026-02-24T02:39:48.390Z[ host-image] Feb 24 02:39:48.436 INFO O| Feb 24 02:39:48.436 INFO STEP 44 (ensure_file) COMPLETE
99302026-02-24T02:39:48.390Z[ host-image] Feb 24 02:39:48.436 INFO O| Feb 24 02:39:48.436 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99312026-02-24T02:39:48.414Z[ host-image] Feb 24 02:39:48.457 INFO O| Feb 24 02:39:48.457 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99322026-02-24T02:39:48.414Z[ host-image] Feb 24 02:39:48.458 INFO O| Feb 24 02:39:48.457 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99332026-02-24T02:39:48.414Z[ host-image] Feb 24 02:39:48.458 INFO O| Feb 24 02:39:48.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99342026-02-24T02:39:48.414Z[ host-image] Feb 24 02:39:48.458 INFO O| Feb 24 02:39:48.458 INFO ok!
99352026-02-24T02:39:48.414Z[ host-image] Feb 24 02:39:48.458 INFO O| Feb 24 02:39:48.458 INFO STEP 45 (ensure_file) COMPLETE
99362026-02-24T02:39:48.414Z[ host-image] Feb 24 02:39:48.458 INFO O| Feb 24 02:39:48.458 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99372026-02-24T02:39:48.439Z[ host-image] Feb 24 02:39:48.478 INFO O| Feb 24 02:39:48.478 INFO updating shadow file
99382026-02-24T02:39:48.439Z[ host-image] Feb 24 02:39:48.479 INFO O| Feb 24 02:39:48.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99392026-02-24T02:39:48.439Z[ host-image] Feb 24 02:39:48.479 INFO O| Feb 24 02:39:48.479 INFO STEP 46 (shadow) COMPLETE
99402026-02-24T02:39:48.439Z[ host-image] Feb 24 02:39:48.479 INFO O| Feb 24 02:39:48.479 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99412026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99422026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99432026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99442026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99452026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO ok!
99462026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO STEP 47 (ensure_file) COMPLETE
99472026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99482026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO skip step because feature "mfg" is not enabled
99492026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99502026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO skip step because feature "mfg" is not enabled
99512026-02-24T02:39:48.463Z[ host-image] Feb 24 02:39:48.502 INFO O| Feb 24 02:39:48.502 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99522026-02-24T02:39:48.487Z[ host-image] Feb 24 02:39:48.525 INFO O| Feb 24 02:39:48.525 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99532026-02-24T02:39:48.487Z[ host-image] Feb 24 02:39:48.525 INFO O| Feb 24 02:39:48.525 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99542026-02-24T02:39:48.514Z[ host-image] Feb 24 02:39:48.572 INFO O| Feb 24 02:39:48.572 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99552026-02-24T02:39:48.538Z[ host-image] Feb 24 02:39:48.573 INFO O| Feb 24 02:39:48.572 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99562026-02-24T02:39:48.538Z[ host-image] Feb 24 02:39:48.573 INFO O| Feb 24 02:39:48.572 INFO ok!
99572026-02-24T02:39:48.538Z[ host-image] Feb 24 02:39:48.573 INFO O| Feb 24 02:39:48.572 INFO STEP 50 (ensure_file) COMPLETE
99582026-02-24T02:39:48.538Z[ host-image] Feb 24 02:39:48.573 INFO O| Feb 24 02:39:48.572 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99592026-02-24T02:39:48.538Z[ host-image] Feb 24 02:39:48.573 INFO O| Feb 24 02:39:48.572 INFO skip step because feature "compliance" is not enabled
99602026-02-24T02:39:48.538Z[ host-image] Feb 24 02:39:48.573 INFO O| Feb 24 02:39:48.572 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99612026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.590 INFO O| Feb 24 02:39:48.589 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99622026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.590 INFO O| Feb 24 02:39:48.590 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99632026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.590 INFO O| Feb 24 02:39:48.590 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99642026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.591 INFO O| Feb 24 02:39:48.590 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99652026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.591 INFO O| Feb 24 02:39:48.590 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99662026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.591 INFO O| Feb 24 02:39:48.591 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99672026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.591 INFO O| Feb 24 02:39:48.591 INFO ok!
99682026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.591 INFO O| Feb 24 02:39:48.591 INFO STEP 52 (ensure_file) COMPLETE
99692026-02-24T02:39:48.539Z[ host-image] Feb 24 02:39:48.591 INFO O| Feb 24 02:39:48.591 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99702026-02-24T02:39:48.563Z[ host-image] Feb 24 02:39:48.608 INFO O| Feb 24 02:39:48.608 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99712026-02-24T02:39:48.564Z[ host-image] Feb 24 02:39:48.608 INFO O| Feb 24 02:39:48.608 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 ...
99722026-02-24T02:39:48.564Z[ host-image] Feb 24 02:39:48.609 INFO O| Feb 24 02:39:48.609 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
99732026-02-24T02:39:48.564Z[ host-image] Feb 24 02:39:48.609 INFO O| Feb 24 02:39:48.609 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99742026-02-24T02:39:48.564Z[ host-image] Feb 24 02:39:48.609 INFO O| Feb 24 02:39:48.609 INFO ok!
99752026-02-24T02:39:48.564Z[ host-image] Feb 24 02:39:48.609 INFO O| Feb 24 02:39:48.609 INFO STEP 53 (ensure_file) COMPLETE
99762026-02-24T02:39:48.564Z[ host-image] Feb 24 02:39:48.609 INFO O| Feb 24 02:39:48.609 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99772026-02-24T02:39:48.588Z[ host-image] Feb 24 02:39:48.630 INFO O| Feb 24 02:39:48.629 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99782026-02-24T02:39:48.588Z[ host-image] Feb 24 02:39:48.630 INFO O| Feb 24 02:39:48.629 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 ...
99792026-02-24T02:39:48.588Z[ host-image] Feb 24 02:39:48.631 INFO O| Feb 24 02:39:48.631 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99802026-02-24T02:39:48.588Z[ host-image] Feb 24 02:39:48.631 INFO O| Feb 24 02:39:48.631 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99812026-02-24T02:39:48.588Z[ host-image] Feb 24 02:39:48.631 INFO O| Feb 24 02:39:48.631 INFO ok!
99822026-02-24T02:39:48.588Z[ host-image] Feb 24 02:39:48.631 INFO O| Feb 24 02:39:48.631 INFO STEP 54 (ensure_file) COMPLETE
99832026-02-24T02:39:48.589Z[ host-image] Feb 24 02:39:48.631 INFO O| Feb 24 02:39:48.631 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99842026-02-24T02:39:48.614Z[ host-image] Feb 24 02:39:48.652 INFO O| Feb 24 02:39:48.652 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99852026-02-24T02:39:48.614Z[ host-image] Feb 24 02:39:48.652 INFO O| Feb 24 02:39:48.652 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 ...
99862026-02-24T02:39:48.615Z[ host-image] Feb 24 02:39:48.653 INFO O| Feb 24 02:39:48.653 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
99872026-02-24T02:39:48.615Z[ host-image] Feb 24 02:39:48.653 INFO O| Feb 24 02:39:48.653 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99882026-02-24T02:39:48.615Z[ host-image] Feb 24 02:39:48.653 INFO O| Feb 24 02:39:48.653 INFO ok!
99892026-02-24T02:39:48.615Z[ host-image] Feb 24 02:39:48.653 INFO O| Feb 24 02:39:48.653 INFO STEP 55 (ensure_file) COMPLETE
99902026-02-24T02:39:48.615Z[ host-image] Feb 24 02:39:48.653 INFO O| Feb 24 02:39:48.653 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99912026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.676 INFO O| Feb 24 02:39:48.675 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99922026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.676 INFO O| Feb 24 02:39:48.676 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 ...
99932026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.677 INFO O| Feb 24 02:39:48.676 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99942026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.677 INFO O| Feb 24 02:39:48.677 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99952026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.677 INFO O| Feb 24 02:39:48.677 INFO ok!
99962026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.677 INFO O| Feb 24 02:39:48.677 INFO STEP 56 (ensure_file) COMPLETE
99972026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.677 INFO O| Feb 24 02:39:48.677 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99982026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.694 INFO O| Feb 24 02:39:48.693 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99992026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.694 INFO O| Feb 24 02:39:48.693 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 ...
100002026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.695 INFO O| Feb 24 02:39:48.694 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
100012026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.695 INFO O| Feb 24 02:39:48.695 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100022026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.695 INFO O| Feb 24 02:39:48.695 INFO ok!
100032026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.695 INFO O| Feb 24 02:39:48.695 INFO STEP 57 (ensure_file) COMPLETE
100042026-02-24T02:39:48.639Z[ host-image] Feb 24 02:39:48.695 INFO O| Feb 24 02:39:48.695 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100052026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.716 INFO O| Feb 24 02:39:48.716 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100062026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.716 INFO O| Feb 24 02:39:48.716 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 ...
100072026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.717 INFO O| Feb 24 02:39:48.717 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100082026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.717 INFO O| Feb 24 02:39:48.717 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100092026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.717 INFO O| Feb 24 02:39:48.717 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100102026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.717 INFO O| Feb 24 02:39:48.717 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100112026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.717 INFO O| Feb 24 02:39:48.717 INFO ok!
100122026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.717 INFO O| Feb 24 02:39:48.717 INFO STEP 58 (ensure_file) COMPLETE
100132026-02-24T02:39:48.664Z[ host-image] Feb 24 02:39:48.717 INFO O| Feb 24 02:39:48.717 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-02-24T02:39:48.688Z[ host-image] Feb 24 02:39:48.737 INFO O| Feb 24 02:39:48.737 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100152026-02-24T02:39:48.688Z[ host-image] Feb 24 02:39:48.737 INFO O| Feb 24 02:39:48.737 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 ...
100162026-02-24T02:39:48.688Z[ host-image] Feb 24 02:39:48.738 INFO O| Feb 24 02:39:48.738 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
100172026-02-24T02:39:48.688Z[ host-image] Feb 24 02:39:48.738 INFO O| Feb 24 02:39:48.738 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100182026-02-24T02:39:48.688Z[ host-image] Feb 24 02:39:48.738 INFO O| Feb 24 02:39:48.738 INFO ok!
100192026-02-24T02:39:48.688Z[ host-image] Feb 24 02:39:48.738 INFO O| Feb 24 02:39:48.738 INFO STEP 59 (ensure_file) COMPLETE
100202026-02-24T02:39:48.688Z[ host-image] Feb 24 02:39:48.738 INFO O| Feb 24 02:39:48.738 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.752 INFO O| Feb 24 02:39:48.751 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100222026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.752 INFO O| Feb 24 02:39:48.752 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100232026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.753 INFO O| Feb 24 02:39:48.752 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100242026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.753 INFO O| Feb 24 02:39:48.752 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100252026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.753 INFO O| Feb 24 02:39:48.753 INFO ok!
100262026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.753 INFO O| Feb 24 02:39:48.753 INFO STEP 60 (ensure_file) COMPLETE
100272026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.753 INFO O| Feb 24 02:39:48.753 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100282026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.770 INFO O| Feb 24 02:39:48.770 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100292026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.770 INFO O| Feb 24 02:39:48.770 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 ...
100302026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.771 INFO O| Feb 24 02:39:48.771 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
100312026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.771 INFO O| Feb 24 02:39:48.771 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100322026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.771 INFO O| Feb 24 02:39:48.771 INFO ok!
100332026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.771 INFO O| Feb 24 02:39:48.771 INFO STEP 61 (ensure_file) COMPLETE
100342026-02-24T02:39:48.713Z[ host-image] Feb 24 02:39:48.771 INFO O| Feb 24 02:39:48.771 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-02-24T02:39:48.737Z[ host-image] Feb 24 02:39:48.792 INFO O| Feb 24 02:39:48.792 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100362026-02-24T02:39:48.737Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.792 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100372026-02-24T02:39:48.737Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.793 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100382026-02-24T02:39:48.737Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.793 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100392026-02-24T02:39:48.737Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.793 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100402026-02-24T02:39:48.737Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.793 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100412026-02-24T02:39:48.737Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.793 INFO ok!
100422026-02-24T02:39:48.738Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.793 INFO STEP 62 (ensure_file) COMPLETE
100432026-02-24T02:39:48.738Z[ host-image] Feb 24 02:39:48.793 INFO O| Feb 24 02:39:48.793 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-02-24T02:39:48.761Z[ host-image] Feb 24 02:39:48.815 INFO O| Feb 24 02:39:48.814 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100452026-02-24T02:39:48.761Z[ host-image] Feb 24 02:39:48.815 INFO O| Feb 24 02:39:48.815 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 ...
100462026-02-24T02:39:48.762Z[ host-image] Feb 24 02:39:48.815 INFO O| Feb 24 02:39:48.815 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
100472026-02-24T02:39:48.762Z[ host-image] Feb 24 02:39:48.815 INFO O| Feb 24 02:39:48.815 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100482026-02-24T02:39:48.762Z[ host-image] Feb 24 02:39:48.815 INFO O| Feb 24 02:39:48.815 INFO ok!
100492026-02-24T02:39:48.762Z[ host-image] Feb 24 02:39:48.815 INFO O| Feb 24 02:39:48.815 INFO STEP 63 (ensure_file) COMPLETE
100502026-02-24T02:39:48.762Z[ host-image] Feb 24 02:39:48.816 INFO O| Feb 24 02:39:48.815 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-02-24T02:39:48.785Z[ host-image] Feb 24 02:39:48.832 INFO O| Feb 24 02:39:48.832 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100522026-02-24T02:39:48.785Z[ host-image] Feb 24 02:39:48.832 INFO O| Feb 24 02:39:48.832 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 ...
100532026-02-24T02:39:48.785Z[ host-image] Feb 24 02:39:48.833 INFO O| Feb 24 02:39:48.833 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
100542026-02-24T02:39:48.786Z[ host-image] Feb 24 02:39:48.833 INFO O| Feb 24 02:39:48.833 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100552026-02-24T02:39:48.786Z[ host-image] Feb 24 02:39:48.833 INFO O| Feb 24 02:39:48.833 INFO ok!
100562026-02-24T02:39:48.786Z[ host-image] Feb 24 02:39:48.833 INFO O| Feb 24 02:39:48.833 INFO STEP 64 (ensure_file) COMPLETE
100572026-02-24T02:39:48.786Z[ host-image] Feb 24 02:39:48.833 INFO O| Feb 24 02:39:48.833 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.849 INFO O| Feb 24 02:39:48.849 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100592026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.849 INFO O| Feb 24 02:39:48.849 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 ...
100602026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.850 INFO O| Feb 24 02:39:48.850 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
100612026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.850 INFO O| Feb 24 02:39:48.850 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100622026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.850 INFO O| Feb 24 02:39:48.850 INFO ok!
100632026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.850 INFO O| Feb 24 02:39:48.850 INFO STEP 65 (ensure_file) COMPLETE
100642026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.850 INFO O| Feb 24 02:39:48.850 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100652026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.850 INFO O| Feb 24 02:39:48.850 INFO skip step because feature "mbist" is not enabled
100662026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.850 INFO O| Feb 24 02:39:48.850 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.866 INFO O| Feb 24 02:39:48.865 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100682026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.866 INFO O| Feb 24 02:39:48.865 INFO STEP 67 (ensure_dir) COMPLETE
100692026-02-24T02:39:48.810Z[ host-image] Feb 24 02:39:48.866 INFO O| Feb 24 02:39:48.865 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-02-24T02:39:48.834Z[ host-image] Feb 24 02:39:48.882 INFO O| Feb 24 02:39:48.881 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100712026-02-24T02:39:48.834Z[ host-image] Feb 24 02:39:48.882 INFO O| Feb 24 02:39:48.881 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100722026-02-24T02:39:48.834Z[ host-image] Feb 24 02:39:48.882 INFO O| Feb 24 02:39:48.882 INFO STEP 68 (ensure_dir) COMPLETE
100732026-02-24T02:39:48.834Z[ host-image] Feb 24 02:39:48.882 INFO O| Feb 24 02:39:48.882 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100742026-02-24T02:39:48.858Z[ host-image] Feb 24 02:39:48.898 INFO O| Feb 24 02:39:48.898 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100752026-02-24T02:39:48.858Z[ host-image] Feb 24 02:39:48.898 INFO O| Feb 24 02:39:48.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100762026-02-24T02:39:48.858Z[ host-image] Feb 24 02:39:48.898 INFO O| Feb 24 02:39:48.898 INFO STEP 69 (ensure_dir) COMPLETE
100772026-02-24T02:39:48.858Z[ host-image] Feb 24 02:39:48.898 INFO O| Feb 24 02:39:48.898 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100782026-02-24T02:39:48.858Z[ host-image] Feb 24 02:39:48.916 INFO O| Feb 24 02:39:48.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100792026-02-24T02:39:48.858Z[ host-image] Feb 24 02:39:48.916 INFO O| Feb 24 02:39:48.915 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100802026-02-24T02:39:49.784Z[ host-image] Feb 24 02:39:49.842 INFO O| Feb 24 02:39:49.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100812026-02-24T02:39:49.784Z[ host-image] Feb 24 02:39:49.842 INFO O| Feb 24 02:39:49.842 INFO ok!
100822026-02-24T02:39:49.808Z[ host-image] Feb 24 02:39:49.842 INFO O| Feb 24 02:39:49.842 INFO STEP 70 (ensure_file) COMPLETE
100832026-02-24T02:39:49.808Z[ host-image] Feb 24 02:39:49.842 INFO O| Feb 24 02:39:49.842 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100842026-02-24T02:39:49.832Z[ host-image] Feb 24 02:39:49.868 INFO O| Feb 24 02:39:49.867 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100852026-02-24T02:39:49.832Z[ host-image] Feb 24 02:39:49.868 INFO O| Feb 24 02:39:49.867 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100862026-02-24T02:39:51.232Z[ host-image] Feb 24 02:39:51.290 INFO O| Feb 24 02:39:51.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100872026-02-24T02:39:51.232Z[ host-image] Feb 24 02:39:51.290 INFO O| Feb 24 02:39:51.290 INFO ok!
100882026-02-24T02:39:51.256Z[ host-image] Feb 24 02:39:51.290 INFO O| Feb 24 02:39:51.290 INFO STEP 71 (ensure_file) COMPLETE
100892026-02-24T02:39:51.257Z[ host-image] Feb 24 02:39:51.290 INFO O| Feb 24 02:39:51.290 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902026-02-24T02:39:51.257Z[ host-image] Feb 24 02:39:51.307 INFO O| Feb 24 02:39:51.306 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100912026-02-24T02:39:51.257Z[ host-image] Feb 24 02:39:51.307 INFO O| Feb 24 02:39:51.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100922026-02-24T02:39:51.257Z[ host-image] Feb 24 02:39:51.307 INFO O| Feb 24 02:39:51.307 INFO STEP 72 (ensure_dir) COMPLETE
100932026-02-24T02:39:51.257Z[ host-image] Feb 24 02:39:51.307 INFO O| Feb 24 02:39:51.307 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.327 INFO O| Feb 24 02:39:51.327 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100952026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.327 INFO O| Feb 24 02:39:51.327 INFO copying /tmp/.tmp5z1CyQ/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 ...
100962026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.327 INFO O| Feb 24 02:39:51.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100972026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.327 INFO O| Feb 24 02:39:51.327 INFO ok!
100982026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.327 INFO O| Feb 24 02:39:51.327 INFO STEP 73 (ensure_file) COMPLETE
100992026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.327 INFO O| Feb 24 02:39:51.327 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.343 INFO O| Feb 24 02:39:51.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101012026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.343 INFO O| Feb 24 02:39:51.343 INFO copying /tmp/.tmp5z1CyQ/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 ...
101022026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.343 INFO O| Feb 24 02:39:51.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101032026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.343 INFO O| Feb 24 02:39:51.343 INFO ok!
101042026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.343 INFO O| Feb 24 02:39:51.343 INFO STEP 74 (ensure_file) COMPLETE
101052026-02-24T02:39:51.292Z[ host-image] Feb 24 02:39:51.343 INFO O| Feb 24 02:39:51.343 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.358 INFO O| Feb 24 02:39:51.358 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101072026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.358 INFO O| Feb 24 02:39:51.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101082026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.358 INFO O| Feb 24 02:39:51.358 INFO STEP 75 (ensure_dir) COMPLETE
101092026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.358 INFO O| Feb 24 02:39:51.358 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101102026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.373 INFO O| Feb 24 02:39:51.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101112026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.373 INFO O| Feb 24 02:39:51.373 INFO copying /tmp/.tmp5z1CyQ/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 ...
101122026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.373 INFO O| Feb 24 02:39:51.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101132026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.373 INFO O| Feb 24 02:39:51.373 INFO ok!
101142026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.374 INFO O| Feb 24 02:39:51.373 INFO STEP 76 (ensure_file) COMPLETE
101152026-02-24T02:39:51.317Z[ host-image] Feb 24 02:39:51.374 INFO O| Feb 24 02:39:51.373 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162026-02-24T02:39:51.341Z[ host-image] Feb 24 02:39:51.391 INFO O| Feb 24 02:39:51.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101172026-02-24T02:39:51.341Z[ host-image] Feb 24 02:39:51.391 INFO O| Feb 24 02:39:51.391 INFO copying /tmp/.tmp5z1CyQ/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 ...
101182026-02-24T02:39:51.341Z[ host-image] Feb 24 02:39:51.391 INFO O| Feb 24 02:39:51.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101192026-02-24T02:39:51.341Z[ host-image] Feb 24 02:39:51.391 INFO O| Feb 24 02:39:51.391 INFO ok!
101202026-02-24T02:39:51.341Z[ host-image] Feb 24 02:39:51.392 INFO O| Feb 24 02:39:51.391 INFO STEP 77 (ensure_file) COMPLETE
101212026-02-24T02:39:51.341Z[ host-image] Feb 24 02:39:51.392 INFO O| Feb 24 02:39:51.391 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222026-02-24T02:39:51.365Z[ host-image] Feb 24 02:39:51.415 INFO O| Feb 24 02:39:51.415 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101232026-02-24T02:39:51.366Z[ host-image] Feb 24 02:39:51.415 INFO O| Feb 24 02:39:51.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101242026-02-24T02:39:51.366Z[ host-image] Feb 24 02:39:51.415 INFO O| Feb 24 02:39:51.415 INFO STEP 78 (ensure_dir) COMPLETE
101252026-02-24T02:39:51.366Z[ host-image] Feb 24 02:39:51.415 INFO O| Feb 24 02:39:51.415 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-02-24T02:39:51.390Z[ host-image] Feb 24 02:39:51.436 INFO O| Feb 24 02:39:51.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101272026-02-24T02:39:51.390Z[ host-image] Feb 24 02:39:51.436 INFO O| Feb 24 02:39:51.436 INFO copying /tmp/.tmp5z1CyQ/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 ...
101282026-02-24T02:39:51.390Z[ host-image] Feb 24 02:39:51.436 INFO O| Feb 24 02:39:51.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101292026-02-24T02:39:51.390Z[ host-image] Feb 24 02:39:51.436 INFO O| Feb 24 02:39:51.436 INFO ok!
101302026-02-24T02:39:51.390Z[ host-image] Feb 24 02:39:51.436 INFO O| Feb 24 02:39:51.436 INFO STEP 79 (ensure_file) COMPLETE
101312026-02-24T02:39:51.390Z[ host-image] Feb 24 02:39:51.436 INFO O| Feb 24 02:39:51.436 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.453 INFO O| Feb 24 02:39:51.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101332026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.453 INFO O| Feb 24 02:39:51.453 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101342026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.453 INFO O| Feb 24 02:39:51.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101352026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.453 INFO O| Feb 24 02:39:51.453 INFO ok!
101362026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.453 INFO O| Feb 24 02:39:51.453 INFO STEP 80 (ensure_file) COMPLETE
101372026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.453 INFO O| Feb 24 02:39:51.453 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.469 INFO O| Feb 24 02:39:51.468 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101392026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.469 INFO O| Feb 24 02:39:51.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101402026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.469 INFO O| Feb 24 02:39:51.469 INFO STEP 81 (ensure_dir) COMPLETE
101412026-02-24T02:39:51.414Z[ host-image] Feb 24 02:39:51.469 INFO O| Feb 24 02:39:51.469 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-02-24T02:39:51.439Z[ host-image] Feb 24 02:39:51.484 INFO O| Feb 24 02:39:51.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101432026-02-24T02:39:51.439Z[ host-image] Feb 24 02:39:51.484 INFO O| Feb 24 02:39:51.484 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101442026-02-24T02:39:52.743Z[ host-image] Feb 24 02:39:52.801 INFO O| Feb 24 02:39:52.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101452026-02-24T02:39:52.743Z[ host-image] Feb 24 02:39:52.801 INFO O| Feb 24 02:39:52.801 INFO ok!
101462026-02-24T02:39:52.743Z[ host-image] Feb 24 02:39:52.801 INFO O| Feb 24 02:39:52.801 INFO STEP 82 (ensure_file) COMPLETE
101472026-02-24T02:39:52.743Z[ host-image] Feb 24 02:39:52.801 INFO O| Feb 24 02:39:52.801 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-02-24T02:39:52.769Z[ host-image] Feb 24 02:39:52.818 INFO O| Feb 24 02:39:52.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101492026-02-24T02:39:52.769Z[ host-image] Feb 24 02:39:52.818 INFO O| Feb 24 02:39:52.818 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101502026-02-24T02:39:53.503Z[ host-image] Feb 24 02:39:53.561 INFO O| Feb 24 02:39:53.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101512026-02-24T02:39:53.527Z[ host-image] Feb 24 02:39:53.561 INFO O| Feb 24 02:39:53.561 INFO ok!
101522026-02-24T02:39:53.527Z[ host-image] Feb 24 02:39:53.561 INFO O| Feb 24 02:39:53.561 INFO STEP 83 (ensure_file) COMPLETE
101532026-02-24T02:39:53.527Z[ host-image] Feb 24 02:39:53.561 INFO O| Feb 24 02:39:53.561 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-02-24T02:39:53.527Z[ host-image] Feb 24 02:39:53.576 INFO O| Feb 24 02:39:53.576 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101552026-02-24T02:39:53.527Z[ host-image] Feb 24 02:39:53.576 INFO O| Feb 24 02:39:53.576 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101562026-02-24T02:39:56.662Z[ host-image] Feb 24 02:39:56.721 INFO O| Feb 24 02:39:56.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101572026-02-24T02:39:56.663Z[ host-image] Feb 24 02:39:56.721 INFO O| Feb 24 02:39:56.721 INFO ok!
101582026-02-24T02:39:56.688Z[ host-image] Feb 24 02:39:56.721 INFO O| Feb 24 02:39:56.721 INFO STEP 84 (ensure_file) COMPLETE
101592026-02-24T02:39:56.688Z[ host-image] Feb 24 02:39:56.721 INFO O| Feb 24 02:39:56.721 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-02-24T02:39:56.688Z[ host-image] Feb 24 02:39:56.744 INFO O| Feb 24 02:39:56.744 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101612026-02-24T02:39:56.689Z[ host-image] Feb 24 02:39:56.744 INFO O| Feb 24 02:39:56.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101622026-02-24T02:39:56.689Z[ host-image] Feb 24 02:39:56.744 INFO O| Feb 24 02:39:56.744 INFO STEP 85 (ensure_dir) COMPLETE
101632026-02-24T02:39:56.689Z[ host-image] Feb 24 02:39:56.744 INFO O| Feb 24 02:39:56.744 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101642026-02-24T02:39:56.713Z[ host-image] Feb 24 02:39:56.765 INFO O| Feb 24 02:39:56.765 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101652026-02-24T02:39:56.713Z[ host-image] Feb 24 02:39:56.765 INFO O| Feb 24 02:39:56.765 INFO copying /tmp/.tmp5z1CyQ/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 ...
101662026-02-24T02:39:56.713Z[ host-image] Feb 24 02:39:56.765 INFO O| Feb 24 02:39:56.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101672026-02-24T02:39:56.713Z[ host-image] Feb 24 02:39:56.765 INFO O| Feb 24 02:39:56.765 INFO ok!
101682026-02-24T02:39:56.713Z[ host-image] Feb 24 02:39:56.765 INFO O| Feb 24 02:39:56.765 INFO STEP 86 (ensure_file) COMPLETE
101692026-02-24T02:39:56.713Z[ host-image] Feb 24 02:39:56.765 INFO O| Feb 24 02:39:56.765 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.780 INFO O| Feb 24 02:39:56.780 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101712026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.780 INFO O| Feb 24 02:39:56.780 INFO copying /tmp/.tmp5z1CyQ/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 ...
101722026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.780 INFO O| Feb 24 02:39:56.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101732026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.780 INFO O| Feb 24 02:39:56.780 INFO ok!
101742026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.780 INFO O| Feb 24 02:39:56.780 INFO STEP 87 (ensure_file) COMPLETE
101752026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.780 INFO O| Feb 24 02:39:56.780 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.795 INFO O| Feb 24 02:39:56.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101772026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.795 INFO O| Feb 24 02:39:56.795 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101782026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.795 INFO O| Feb 24 02:39:56.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101792026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.795 INFO O| Feb 24 02:39:56.795 INFO ok!
101802026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.795 INFO O| Feb 24 02:39:56.795 INFO STEP 88 (ensure_file) COMPLETE
101812026-02-24T02:39:56.738Z[ host-image] Feb 24 02:39:56.795 INFO O| Feb 24 02:39:56.795 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-02-24T02:39:56.763Z[ host-image] Feb 24 02:39:56.810 INFO O| Feb 24 02:39:56.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101832026-02-24T02:39:56.763Z[ host-image] Feb 24 02:39:56.810 INFO O| Feb 24 02:39:56.810 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101842026-02-24T02:39:56.763Z[ host-image] Feb 24 02:39:56.810 INFO O| Feb 24 02:39:56.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101852026-02-24T02:39:56.763Z[ host-image] Feb 24 02:39:56.810 INFO O| Feb 24 02:39:56.810 INFO ok!
101862026-02-24T02:39:56.763Z[ host-image] Feb 24 02:39:56.810 INFO O| Feb 24 02:39:56.810 INFO STEP 89 (ensure_file) COMPLETE
101872026-02-24T02:39:56.763Z[ host-image] Feb 24 02:39:56.810 INFO O| Feb 24 02:39:56.810 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-02-24T02:39:56.788Z[ host-image] Feb 24 02:39:56.826 INFO O| Feb 24 02:39:56.825 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101892026-02-24T02:39:56.788Z[ host-image] Feb 24 02:39:56.826 INFO O| Feb 24 02:39:56.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101902026-02-24T02:39:56.788Z[ host-image] Feb 24 02:39:56.826 INFO O| Feb 24 02:39:56.826 INFO STEP 90 (ensure_dir) COMPLETE
101912026-02-24T02:39:56.788Z[ host-image] Feb 24 02:39:56.826 INFO O| Feb 24 02:39:56.826 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-02-24T02:39:56.812Z[ host-image] Feb 24 02:39:56.846 INFO O| Feb 24 02:39:56.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101932026-02-24T02:39:56.812Z[ host-image] Feb 24 02:39:56.846 INFO O| Feb 24 02:39:56.846 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101942026-02-24T02:39:56.812Z[ host-image] Feb 24 02:39:56.854 INFO O| Feb 24 02:39:56.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101952026-02-24T02:39:56.812Z[ host-image] Feb 24 02:39:56.854 INFO O| Feb 24 02:39:56.854 INFO ok!
101962026-02-24T02:39:56.812Z[ host-image] Feb 24 02:39:56.854 INFO O| Feb 24 02:39:56.854 INFO STEP 91 (ensure_file) COMPLETE
101972026-02-24T02:39:56.812Z[ host-image] Feb 24 02:39:56.854 INFO O| Feb 24 02:39:56.854 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-02-24T02:39:56.836Z[ host-image] Feb 24 02:39:56.875 INFO O| Feb 24 02:39:56.875 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101992026-02-24T02:39:56.836Z[ host-image] Feb 24 02:39:56.876 INFO O| Feb 24 02:39:56.875 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102002026-02-24T02:39:56.836Z[ host-image] Feb 24 02:39:56.876 INFO O| Feb 24 02:39:56.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102012026-02-24T02:39:56.836Z[ host-image] Feb 24 02:39:56.876 INFO O| Feb 24 02:39:56.876 INFO ok!
102022026-02-24T02:39:56.836Z[ host-image] Feb 24 02:39:56.876 INFO O| Feb 24 02:39:56.876 INFO STEP 92 (ensure_file) COMPLETE
102032026-02-24T02:39:56.836Z[ host-image] Feb 24 02:39:56.876 INFO O| Feb 24 02:39:56.876 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-02-24T02:39:56.861Z[ host-image] Feb 24 02:39:56.899 INFO O| Feb 24 02:39:56.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102052026-02-24T02:39:56.861Z[ host-image] Feb 24 02:39:56.899 INFO O| Feb 24 02:39:56.899 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102062026-02-24T02:39:58.220Z[ host-image] Feb 24 02:39:58.279 INFO O| Feb 24 02:39:58.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102072026-02-24T02:39:58.220Z[ host-image] Feb 24 02:39:58.279 INFO O| Feb 24 02:39:58.279 INFO ok!
102082026-02-24T02:39:58.246Z[ host-image] Feb 24 02:39:58.279 INFO O| Feb 24 02:39:58.279 INFO STEP 93 (ensure_file) COMPLETE
102092026-02-24T02:39:58.246Z[ host-image] Feb 24 02:39:58.279 INFO O| Feb 24 02:39:58.279 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-02-24T02:39:58.246Z[ host-image] Feb 24 02:39:58.303 INFO O| Feb 24 02:39:58.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102112026-02-24T02:39:58.270Z[ host-image] Feb 24 02:39:58.303 INFO O| Feb 24 02:39:58.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102122026-02-24T02:39:58.270Z[ host-image] Feb 24 02:39:58.303 INFO O| Feb 24 02:39:58.303 INFO STEP 94 (ensure_dir) COMPLETE
102132026-02-24T02:39:58.270Z[ host-image] Feb 24 02:39:58.303 INFO O| Feb 24 02:39:58.303 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-02-24T02:39:58.270Z[ host-image] Feb 24 02:39:58.327 INFO O| Feb 24 02:39:58.327 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102152026-02-24T02:39:58.270Z[ host-image] Feb 24 02:39:58.327 INFO O| Feb 24 02:39:58.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102162026-02-24T02:39:58.270Z[ host-image] Feb 24 02:39:58.327 INFO O| Feb 24 02:39:58.327 INFO STEP 95 (ensure_dir) COMPLETE
102172026-02-24T02:39:58.270Z[ host-image] Feb 24 02:39:58.327 INFO O| Feb 24 02:39:58.327 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-02-24T02:39:58.294Z[ host-image] Feb 24 02:39:58.349 INFO O| Feb 24 02:39:58.349 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102192026-02-24T02:39:58.294Z[ host-image] Feb 24 02:39:58.349 INFO O| Feb 24 02:39:58.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102202026-02-24T02:39:58.294Z[ host-image] Feb 24 02:39:58.349 INFO O| Feb 24 02:39:58.349 INFO STEP 96 (ensure_dir) COMPLETE
102212026-02-24T02:39:58.294Z[ host-image] Feb 24 02:39:58.349 INFO O| Feb 24 02:39:58.349 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-02-24T02:39:58.318Z[ host-image] Feb 24 02:39:58.366 INFO O| Feb 24 02:39:58.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102232026-02-24T02:39:58.318Z[ host-image] Feb 24 02:39:58.366 INFO O| Feb 24 02:39:58.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102242026-02-24T02:39:58.318Z[ host-image] Feb 24 02:39:58.366 INFO O| Feb 24 02:39:58.366 INFO STEP 97 (ensure_dir) COMPLETE
102252026-02-24T02:39:58.318Z[ host-image] Feb 24 02:39:58.366 INFO O| Feb 24 02:39:58.366 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-02-24T02:39:58.343Z[ host-image] Feb 24 02:39:58.387 INFO O| Feb 24 02:39:58.387 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102272026-02-24T02:39:58.343Z[ host-image] Feb 24 02:39:58.387 INFO O| Feb 24 02:39:58.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102282026-02-24T02:39:58.343Z[ host-image] Feb 24 02:39:58.387 INFO O| Feb 24 02:39:58.387 INFO STEP 98 (ensure_dir) COMPLETE
102292026-02-24T02:39:58.343Z[ host-image] Feb 24 02:39:58.387 INFO O| Feb 24 02:39:58.387 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.405 INFO O| Feb 24 02:39:58.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102312026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.405 INFO O| Feb 24 02:39:58.405 INFO copying /tmp/.tmp5z1CyQ/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 ...
102322026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.405 INFO O| Feb 24 02:39:58.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102332026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.405 INFO O| Feb 24 02:39:58.405 INFO ok!
102342026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.405 INFO O| Feb 24 02:39:58.405 INFO STEP 99 (ensure_file) COMPLETE
102352026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.405 INFO O| Feb 24 02:39:58.405 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.422 INFO O| Feb 24 02:39:58.422 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102372026-02-24T02:39:58.368Z[ host-image] Feb 24 02:39:58.422 INFO O| Feb 24 02:39:58.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102382026-02-24T02:39:58.369Z[ host-image] Feb 24 02:39:58.422 INFO O| Feb 24 02:39:58.422 INFO STEP 100 (ensure_dir) COMPLETE
102392026-02-24T02:39:58.369Z[ host-image] Feb 24 02:39:58.422 INFO O| Feb 24 02:39:58.422 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-02-24T02:39:58.393Z[ host-image] Feb 24 02:39:58.439 INFO O| Feb 24 02:39:58.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102412026-02-24T02:39:58.393Z[ host-image] Feb 24 02:39:58.439 INFO O| Feb 24 02:39:58.439 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102422026-02-24T02:39:58.417Z[ host-image] Feb 24 02:39:58.474 INFO O| Feb 24 02:39:58.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102432026-02-24T02:39:58.417Z[ host-image] Feb 24 02:39:58.475 INFO O| Feb 24 02:39:58.474 INFO ok!
102442026-02-24T02:39:58.417Z[ host-image] Feb 24 02:39:58.475 INFO O| Feb 24 02:39:58.474 INFO STEP 101 (ensure_file) COMPLETE
102452026-02-24T02:39:58.417Z[ host-image] Feb 24 02:39:58.475 INFO O| Feb 24 02:39:58.474 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-02-24T02:39:58.441Z[ host-image] Feb 24 02:39:58.497 INFO O| Feb 24 02:39:58.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102472026-02-24T02:39:58.441Z[ host-image] Feb 24 02:39:58.497 INFO O| Feb 24 02:39:58.497 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102482026-02-24T02:39:58.441Z[ host-image] Feb 24 02:39:58.497 INFO O| Feb 24 02:39:58.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102492026-02-24T02:39:58.441Z[ host-image] Feb 24 02:39:58.498 INFO O| Feb 24 02:39:58.497 INFO ok!
102502026-02-24T02:39:58.441Z[ host-image] Feb 24 02:39:58.498 INFO O| Feb 24 02:39:58.497 INFO STEP 102 (ensure_file) COMPLETE
102512026-02-24T02:39:58.441Z[ host-image] Feb 24 02:39:58.498 INFO O| Feb 24 02:39:58.497 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-02-24T02:39:58.466Z[ host-image] Feb 24 02:39:58.519 INFO O| Feb 24 02:39:58.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102532026-02-24T02:39:58.466Z[ host-image] Feb 24 02:39:58.519 INFO O| Feb 24 02:39:58.519 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102542026-02-24T02:39:58.995Z[ host-image] Feb 24 02:39:59.051 INFO O| Feb 24 02:39:59.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102552026-02-24T02:39:58.995Z[ host-image] Feb 24 02:39:59.051 INFO O| Feb 24 02:39:59.050 INFO ok!
102562026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.051 INFO O| Feb 24 02:39:59.050 INFO STEP 103 (ensure_file) COMPLETE
102572026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.051 INFO O| Feb 24 02:39:59.050 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.071 INFO O| Feb 24 02:39:59.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102592026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.071 INFO O| Feb 24 02:39:59.071 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102602026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.071 INFO O| Feb 24 02:39:59.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102612026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.071 INFO O| Feb 24 02:39:59.071 INFO ok!
102622026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.071 INFO O| Feb 24 02:39:59.071 INFO STEP 104 (ensure_file) COMPLETE
102632026-02-24T02:39:59.020Z[ host-image] Feb 24 02:39:59.071 INFO O| Feb 24 02:39:59.071 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-02-24T02:39:59.047Z[ host-image] Feb 24 02:39:59.090 INFO O| Feb 24 02:39:59.090 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102652026-02-24T02:39:59.047Z[ host-image] Feb 24 02:39:59.090 INFO O| Feb 24 02:39:59.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102662026-02-24T02:39:59.047Z[ host-image] Feb 24 02:39:59.090 INFO O| Feb 24 02:39:59.090 INFO STEP 105 (ensure_dir) COMPLETE
102672026-02-24T02:39:59.047Z[ host-image] Feb 24 02:39:59.090 INFO O| Feb 24 02:39:59.090 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-02-24T02:39:59.072Z[ host-image] Feb 24 02:39:59.108 INFO O| Feb 24 02:39:59.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102692026-02-24T02:39:59.072Z[ host-image] Feb 24 02:39:59.108 INFO O| Feb 24 02:39:59.108 INFO copying /tmp/.tmp5z1CyQ/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 ...
102702026-02-24T02:39:59.691Z[ host-image] Feb 24 02:39:59.748 INFO O| Feb 24 02:39:59.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102712026-02-24T02:39:59.691Z[ host-image] Feb 24 02:39:59.748 INFO O| Feb 24 02:39:59.748 INFO ok!
102722026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.748 INFO O| Feb 24 02:39:59.748 INFO STEP 106 (ensure_file) COMPLETE
102732026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.748 INFO O| Feb 24 02:39:59.748 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.769 INFO O| Feb 24 02:39:59.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102752026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.769 INFO O| Feb 24 02:39:59.769 INFO copying /tmp/.tmp5z1CyQ/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 ...
102762026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.769 INFO O| Feb 24 02:39:59.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102772026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.769 INFO O| Feb 24 02:39:59.769 INFO ok!
102782026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.769 INFO O| Feb 24 02:39:59.769 INFO STEP 107 (ensure_file) COMPLETE
102792026-02-24T02:39:59.716Z[ host-image] Feb 24 02:39:59.769 INFO O| Feb 24 02:39:59.769 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-02-24T02:39:59.742Z[ host-image] Feb 24 02:39:59.790 INFO O| Feb 24 02:39:59.790 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102812026-02-24T02:39:59.742Z[ host-image] Feb 24 02:39:59.790 INFO O| Feb 24 02:39:59.790 INFO copying /tmp/.tmp5z1CyQ/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 ...
102822026-02-24T02:39:59.742Z[ host-image] Feb 24 02:39:59.790 INFO O| Feb 24 02:39:59.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102832026-02-24T02:39:59.742Z[ host-image] Feb 24 02:39:59.790 INFO O| Feb 24 02:39:59.790 INFO ok!
102842026-02-24T02:39:59.742Z[ host-image] Feb 24 02:39:59.791 INFO O| Feb 24 02:39:59.790 INFO STEP 108 (ensure_file) COMPLETE
102852026-02-24T02:39:59.742Z[ host-image] Feb 24 02:39:59.791 INFO O| Feb 24 02:39:59.790 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.806 INFO O| Feb 24 02:39:59.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102872026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.807 INFO O| Feb 24 02:39:59.806 INFO copying /tmp/.tmp5z1CyQ/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 ...
102882026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.807 INFO O| Feb 24 02:39:59.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102892026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.807 INFO O| Feb 24 02:39:59.807 INFO ok!
102902026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.807 INFO O| Feb 24 02:39:59.807 INFO STEP 109 (ensure_file) COMPLETE
102912026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.807 INFO O| Feb 24 02:39:59.807 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.822 INFO O| Feb 24 02:39:59.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102932026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.822 INFO O| Feb 24 02:39:59.822 INFO copying /tmp/.tmp5z1CyQ/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 ...
102942026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.822 INFO O| Feb 24 02:39:59.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102952026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.822 INFO O| Feb 24 02:39:59.822 INFO ok!
102962026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.822 INFO O| Feb 24 02:39:59.822 INFO STEP 110 (ensure_file) COMPLETE
102972026-02-24T02:39:59.767Z[ host-image] Feb 24 02:39:59.822 INFO O| Feb 24 02:39:59.822 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-02-24T02:39:59.791Z[ host-image] Feb 24 02:39:59.837 INFO O| Feb 24 02:39:59.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102992026-02-24T02:39:59.791Z[ host-image] Feb 24 02:39:59.837 INFO O| Feb 24 02:39:59.837 INFO copying /tmp/.tmp5z1CyQ/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 ...
103002026-02-24T02:39:59.792Z[ host-image] Feb 24 02:39:59.838 INFO O| Feb 24 02:39:59.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103012026-02-24T02:39:59.792Z[ host-image] Feb 24 02:39:59.838 INFO O| Feb 24 02:39:59.838 INFO ok!
103022026-02-24T02:39:59.792Z[ host-image] Feb 24 02:39:59.838 INFO O| Feb 24 02:39:59.838 INFO STEP 111 (ensure_file) COMPLETE
103032026-02-24T02:39:59.792Z[ host-image] Feb 24 02:39:59.838 INFO O| Feb 24 02:39:59.838 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.853 INFO O| Feb 24 02:39:59.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103052026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.853 INFO O| Feb 24 02:39:59.853 INFO copying /tmp/.tmp5z1CyQ/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 ...
103062026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.853 INFO O| Feb 24 02:39:59.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103072026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.853 INFO O| Feb 24 02:39:59.853 INFO ok!
103082026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.853 INFO O| Feb 24 02:39:59.853 INFO STEP 112 (ensure_file) COMPLETE
103092026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.853 INFO O| Feb 24 02:39:59.853 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.871 INFO O| Feb 24 02:39:59.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103112026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.871 INFO O| Feb 24 02:39:59.871 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103122026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.871 INFO O| Feb 24 02:39:59.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103132026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.871 INFO O| Feb 24 02:39:59.871 INFO ok!
103142026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.871 INFO O| Feb 24 02:39:59.871 INFO STEP 113 (ensure_file) COMPLETE
103152026-02-24T02:39:59.816Z[ host-image] Feb 24 02:39:59.871 INFO O| Feb 24 02:39:59.871 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-02-24T02:39:59.841Z[ host-image] Feb 24 02:39:59.895 INFO O| Feb 24 02:39:59.895 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103172026-02-24T02:39:59.841Z[ host-image] Feb 24 02:39:59.895 INFO O| Feb 24 02:39:59.895 INFO copying /tmp/.tmp5z1CyQ/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 ...
103182026-02-24T02:39:59.841Z[ host-image] Feb 24 02:39:59.895 INFO O| Feb 24 02:39:59.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103192026-02-24T02:39:59.841Z[ host-image] Feb 24 02:39:59.895 INFO O| Feb 24 02:39:59.895 INFO ok!
103202026-02-24T02:39:59.841Z[ host-image] Feb 24 02:39:59.895 INFO O| Feb 24 02:39:59.895 INFO STEP 114 (ensure_file) COMPLETE
103212026-02-24T02:39:59.841Z[ host-image] Feb 24 02:39:59.895 INFO O| Feb 24 02:39:59.895 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-02-24T02:39:59.865Z[ host-image] Feb 24 02:39:59.917 INFO O| Feb 24 02:39:59.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103232026-02-24T02:39:59.865Z[ host-image] Feb 24 02:39:59.918 INFO O| Feb 24 02:39:59.917 INFO copying /tmp/.tmp5z1CyQ/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 ...
103242026-02-24T02:39:59.865Z[ host-image] Feb 24 02:39:59.918 INFO O| Feb 24 02:39:59.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103252026-02-24T02:39:59.865Z[ host-image] Feb 24 02:39:59.918 INFO O| Feb 24 02:39:59.918 INFO ok!
103262026-02-24T02:39:59.865Z[ host-image] Feb 24 02:39:59.918 INFO O| Feb 24 02:39:59.918 INFO STEP 115 (ensure_file) COMPLETE
103272026-02-24T02:39:59.865Z[ host-image] Feb 24 02:39:59.918 INFO O| Feb 24 02:39:59.918 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-02-24T02:39:59.890Z[ host-image] Feb 24 02:39:59.936 INFO O| Feb 24 02:39:59.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103292026-02-24T02:39:59.890Z[ host-image] Feb 24 02:39:59.936 INFO O| Feb 24 02:39:59.936 INFO copying /tmp/.tmp5z1CyQ/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 ...
103302026-02-24T02:39:59.890Z[ host-image] Feb 24 02:39:59.936 INFO O| Feb 24 02:39:59.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103312026-02-24T02:39:59.890Z[ host-image] Feb 24 02:39:59.936 INFO O| Feb 24 02:39:59.936 INFO ok!
103322026-02-24T02:39:59.890Z[ host-image] Feb 24 02:39:59.936 INFO O| Feb 24 02:39:59.936 INFO STEP 116 (ensure_file) COMPLETE
103332026-02-24T02:39:59.890Z[ host-image] Feb 24 02:39:59.936 INFO O| Feb 24 02:39:59.936 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-02-24T02:39:59.914Z[ host-image] Feb 24 02:39:59.954 INFO O| Feb 24 02:39:59.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103352026-02-24T02:39:59.914Z[ host-image] Feb 24 02:39:59.954 INFO O| Feb 24 02:39:59.954 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103362026-02-24T02:39:59.914Z[ host-image] Feb 24 02:39:59.954 INFO O| Feb 24 02:39:59.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103372026-02-24T02:39:59.914Z[ host-image] Feb 24 02:39:59.954 INFO O| Feb 24 02:39:59.954 INFO ok!
103382026-02-24T02:39:59.915Z[ host-image] Feb 24 02:39:59.955 INFO O| Feb 24 02:39:59.954 INFO STEP 117 (ensure_file) COMPLETE
103392026-02-24T02:39:59.915Z[ host-image] Feb 24 02:39:59.955 INFO O| Feb 24 02:39:59.955 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.973 INFO O| Feb 24 02:39:59.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103412026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.974 INFO O| Feb 24 02:39:59.973 INFO copying /tmp/.tmp5z1CyQ/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 ...
103422026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.974 INFO O| Feb 24 02:39:59.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103432026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.974 INFO O| Feb 24 02:39:59.974 INFO ok!
103442026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.974 INFO O| Feb 24 02:39:59.974 INFO STEP 118 (ensure_file) COMPLETE
103452026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.974 INFO O| Feb 24 02:39:59.974 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.995 INFO O| Feb 24 02:39:59.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103472026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.995 INFO O| Feb 24 02:39:59.994 INFO copying /tmp/.tmp5z1CyQ/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 ...
103482026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.995 INFO O| Feb 24 02:39:59.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103492026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.995 INFO O| Feb 24 02:39:59.995 INFO ok!
103502026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.995 INFO O| Feb 24 02:39:59.995 INFO STEP 119 (ensure_file) COMPLETE
103512026-02-24T02:39:59.939Z[ host-image] Feb 24 02:39:59.995 INFO O| Feb 24 02:39:59.995 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-02-24T02:39:59.963Z[ host-image] Feb 24 02:40:00.016 INFO O| Feb 24 02:40:00.016 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103532026-02-24T02:39:59.963Z[ host-image] Feb 24 02:40:00.016 INFO O| Feb 24 02:40:00.016 INFO copying /tmp/.tmp5z1CyQ/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 ...
103542026-02-24T02:39:59.963Z[ host-image] Feb 24 02:40:00.016 INFO O| Feb 24 02:40:00.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103552026-02-24T02:39:59.963Z[ host-image] Feb 24 02:40:00.016 INFO O| Feb 24 02:40:00.016 INFO ok!
103562026-02-24T02:39:59.963Z[ host-image] Feb 24 02:40:00.016 INFO O| Feb 24 02:40:00.016 INFO STEP 120 (ensure_file) COMPLETE
103572026-02-24T02:39:59.963Z[ host-image] Feb 24 02:40:00.016 INFO O| Feb 24 02:40:00.016 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-02-24T02:39:59.988Z[ host-image] Feb 24 02:40:00.034 INFO O| Feb 24 02:40:00.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103592026-02-24T02:39:59.988Z[ host-image] Feb 24 02:40:00.034 INFO O| Feb 24 02:40:00.034 INFO copying /tmp/.tmp5z1CyQ/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 ...
103602026-02-24T02:39:59.988Z[ host-image] Feb 24 02:40:00.034 INFO O| Feb 24 02:40:00.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103612026-02-24T02:39:59.988Z[ host-image] Feb 24 02:40:00.034 INFO O| Feb 24 02:40:00.034 INFO ok!
103622026-02-24T02:39:59.988Z[ host-image] Feb 24 02:40:00.034 INFO O| Feb 24 02:40:00.034 INFO STEP 121 (ensure_file) COMPLETE
103632026-02-24T02:39:59.988Z[ host-image] Feb 24 02:40:00.034 INFO O| Feb 24 02:40:00.034 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-02-24T02:40:00.012Z[ host-image] Feb 24 02:40:00.053 INFO O| Feb 24 02:40:00.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103652026-02-24T02:40:00.012Z[ host-image] Feb 24 02:40:00.053 INFO O| Feb 24 02:40:00.053 INFO copying /tmp/.tmp5z1CyQ/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 ...
103662026-02-24T02:40:00.012Z[ host-image] Feb 24 02:40:00.053 INFO O| Feb 24 02:40:00.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103672026-02-24T02:40:00.012Z[ host-image] Feb 24 02:40:00.053 INFO O| Feb 24 02:40:00.053 INFO ok!
103682026-02-24T02:40:00.012Z[ host-image] Feb 24 02:40:00.053 INFO O| Feb 24 02:40:00.053 INFO STEP 122 (ensure_file) COMPLETE
103692026-02-24T02:40:00.012Z[ host-image] Feb 24 02:40:00.053 INFO O| Feb 24 02:40:00.053 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.071 INFO O| Feb 24 02:40:00.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103712026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.071 INFO O| Feb 24 02:40:00.071 INFO copying /tmp/.tmp5z1CyQ/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 ...
103722026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.071 INFO O| Feb 24 02:40:00.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103732026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.072 INFO O| Feb 24 02:40:00.071 INFO ok!
103742026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.072 INFO O| Feb 24 02:40:00.071 INFO STEP 123 (ensure_file) COMPLETE
103752026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.072 INFO O| Feb 24 02:40:00.071 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.090 INFO O| Feb 24 02:40:00.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103772026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.090 INFO O| Feb 24 02:40:00.090 INFO copying /tmp/.tmp5z1CyQ/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 ...
103782026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.090 INFO O| Feb 24 02:40:00.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103792026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.090 INFO O| Feb 24 02:40:00.090 INFO ok!
103802026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.090 INFO O| Feb 24 02:40:00.090 INFO STEP 124 (ensure_file) COMPLETE
103812026-02-24T02:40:00.037Z[ host-image] Feb 24 02:40:00.090 INFO O| Feb 24 02:40:00.090 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-02-24T02:40:00.062Z[ host-image] Feb 24 02:40:00.111 INFO O| Feb 24 02:40:00.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103832026-02-24T02:40:00.062Z[ host-image] Feb 24 02:40:00.111 INFO O| Feb 24 02:40:00.110 INFO copying /tmp/.tmp5z1CyQ/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 ...
103842026-02-24T02:40:00.062Z[ host-image] Feb 24 02:40:00.111 INFO O| Feb 24 02:40:00.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103852026-02-24T02:40:00.062Z[ host-image] Feb 24 02:40:00.111 INFO O| Feb 24 02:40:00.111 INFO ok!
103862026-02-24T02:40:00.062Z[ host-image] Feb 24 02:40:00.111 INFO O| Feb 24 02:40:00.111 INFO STEP 125 (ensure_file) COMPLETE
103872026-02-24T02:40:00.062Z[ host-image] Feb 24 02:40:00.111 INFO O| Feb 24 02:40:00.111 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-02-24T02:40:00.086Z[ host-image] Feb 24 02:40:00.132 INFO O| Feb 24 02:40:00.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103892026-02-24T02:40:00.086Z[ host-image] Feb 24 02:40:00.132 INFO O| Feb 24 02:40:00.132 INFO copying /tmp/.tmp5z1CyQ/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 ...
103902026-02-24T02:40:00.087Z[ host-image] Feb 24 02:40:00.132 INFO O| Feb 24 02:40:00.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103912026-02-24T02:40:00.087Z[ host-image] Feb 24 02:40:00.132 INFO O| Feb 24 02:40:00.132 INFO ok!
103922026-02-24T02:40:00.087Z[ host-image] Feb 24 02:40:00.132 INFO O| Feb 24 02:40:00.132 INFO STEP 126 (ensure_file) COMPLETE
103932026-02-24T02:40:00.087Z[ host-image] Feb 24 02:40:00.132 INFO O| Feb 24 02:40:00.132 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.151 INFO O| Feb 24 02:40:00.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103952026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.151 INFO O| Feb 24 02:40:00.151 INFO copying /tmp/.tmp5z1CyQ/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 ...
103962026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.151 INFO O| Feb 24 02:40:00.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103972026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.151 INFO O| Feb 24 02:40:00.151 INFO ok!
103982026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.151 INFO O| Feb 24 02:40:00.151 INFO STEP 127 (ensure_file) COMPLETE
103992026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.151 INFO O| Feb 24 02:40:00.151 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.168 INFO O| Feb 24 02:40:00.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104012026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.168 INFO O| Feb 24 02:40:00.168 INFO copying /tmp/.tmp5z1CyQ/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 ...
104022026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.169 INFO O| Feb 24 02:40:00.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104032026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.169 INFO O| Feb 24 02:40:00.169 INFO ok!
104042026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.169 INFO O| Feb 24 02:40:00.169 INFO STEP 128 (ensure_file) COMPLETE
104052026-02-24T02:40:00.111Z[ host-image] Feb 24 02:40:00.169 INFO O| Feb 24 02:40:00.169 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-02-24T02:40:00.137Z[ host-image] Feb 24 02:40:00.189 INFO O| Feb 24 02:40:00.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104072026-02-24T02:40:00.137Z[ host-image] Feb 24 02:40:00.189 INFO O| Feb 24 02:40:00.189 INFO copying /tmp/.tmp5z1CyQ/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 ...
104082026-02-24T02:40:00.137Z[ host-image] Feb 24 02:40:00.189 INFO O| Feb 24 02:40:00.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104092026-02-24T02:40:00.137Z[ host-image] Feb 24 02:40:00.189 INFO O| Feb 24 02:40:00.189 INFO ok!
104102026-02-24T02:40:00.137Z[ host-image] Feb 24 02:40:00.189 INFO O| Feb 24 02:40:00.189 INFO STEP 129 (ensure_file) COMPLETE
104112026-02-24T02:40:00.137Z[ host-image] Feb 24 02:40:00.189 INFO O| Feb 24 02:40:00.189 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-02-24T02:40:00.162Z[ host-image] Feb 24 02:40:00.211 INFO O| Feb 24 02:40:00.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104132026-02-24T02:40:00.162Z[ host-image] Feb 24 02:40:00.212 INFO O| Feb 24 02:40:00.211 INFO copying /tmp/.tmp5z1CyQ/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 ...
104142026-02-24T02:40:00.162Z[ host-image] Feb 24 02:40:00.212 INFO O| Feb 24 02:40:00.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104152026-02-24T02:40:00.162Z[ host-image] Feb 24 02:40:00.212 INFO O| Feb 24 02:40:00.212 INFO ok!
104162026-02-24T02:40:00.162Z[ host-image] Feb 24 02:40:00.212 INFO O| Feb 24 02:40:00.212 INFO STEP 130 (ensure_file) COMPLETE
104172026-02-24T02:40:00.162Z[ host-image] Feb 24 02:40:00.212 INFO O| Feb 24 02:40:00.212 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-02-24T02:40:00.186Z[ host-image] Feb 24 02:40:00.228 INFO O| Feb 24 02:40:00.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104192026-02-24T02:40:00.186Z[ host-image] Feb 24 02:40:00.228 INFO O| Feb 24 02:40:00.228 INFO copying /tmp/.tmp5z1CyQ/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 ...
104202026-02-24T02:40:00.186Z[ host-image] Feb 24 02:40:00.228 INFO O| Feb 24 02:40:00.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104212026-02-24T02:40:00.186Z[ host-image] Feb 24 02:40:00.228 INFO O| Feb 24 02:40:00.228 INFO ok!
104222026-02-24T02:40:00.186Z[ host-image] Feb 24 02:40:00.228 INFO O| Feb 24 02:40:00.228 INFO STEP 131 (ensure_file) COMPLETE
104232026-02-24T02:40:00.186Z[ host-image] Feb 24 02:40:00.228 INFO O| Feb 24 02:40:00.228 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-02-24T02:40:00.212Z[ host-image] Feb 24 02:40:00.251 INFO O| Feb 24 02:40:00.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104252026-02-24T02:40:00.212Z[ host-image] Feb 24 02:40:00.251 INFO O| Feb 24 02:40:00.251 INFO copying /tmp/.tmp5z1CyQ/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 ...
104262026-02-24T02:40:00.212Z[ host-image] Feb 24 02:40:00.251 INFO O| Feb 24 02:40:00.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104272026-02-24T02:40:00.212Z[ host-image] Feb 24 02:40:00.251 INFO O| Feb 24 02:40:00.251 INFO ok!
104282026-02-24T02:40:00.212Z[ host-image] Feb 24 02:40:00.251 INFO O| Feb 24 02:40:00.251 INFO STEP 132 (ensure_file) COMPLETE
104292026-02-24T02:40:00.212Z[ host-image] Feb 24 02:40:00.251 INFO O| Feb 24 02:40:00.251 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.273 INFO O| Feb 24 02:40:00.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104312026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.273 INFO O| Feb 24 02:40:00.273 INFO copying /tmp/.tmp5z1CyQ/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 ...
104322026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.273 INFO O| Feb 24 02:40:00.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104332026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.273 INFO O| Feb 24 02:40:00.273 INFO ok!
104342026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.273 INFO O| Feb 24 02:40:00.273 INFO STEP 133 (ensure_file) COMPLETE
104352026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.273 INFO O| Feb 24 02:40:00.273 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.293 INFO O| Feb 24 02:40:00.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104372026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.293 INFO O| Feb 24 02:40:00.293 INFO copying /tmp/.tmp5z1CyQ/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 ...
104382026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.293 INFO O| Feb 24 02:40:00.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104392026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.293 INFO O| Feb 24 02:40:00.293 INFO ok!
104402026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.293 INFO O| Feb 24 02:40:00.293 INFO STEP 134 (ensure_file) COMPLETE
104412026-02-24T02:40:00.237Z[ host-image] Feb 24 02:40:00.293 INFO O| Feb 24 02:40:00.293 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-02-24T02:40:00.261Z[ host-image] Feb 24 02:40:00.315 INFO O| Feb 24 02:40:00.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104432026-02-24T02:40:00.261Z[ host-image] Feb 24 02:40:00.315 INFO O| Feb 24 02:40:00.315 INFO copying /tmp/.tmp5z1CyQ/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 ...
104442026-02-24T02:40:00.261Z[ host-image] Feb 24 02:40:00.315 INFO O| Feb 24 02:40:00.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104452026-02-24T02:40:00.261Z[ host-image] Feb 24 02:40:00.315 INFO O| Feb 24 02:40:00.315 INFO ok!
104462026-02-24T02:40:00.261Z[ host-image] Feb 24 02:40:00.315 INFO O| Feb 24 02:40:00.315 INFO STEP 135 (ensure_file) COMPLETE
104472026-02-24T02:40:00.261Z[ host-image] Feb 24 02:40:00.315 INFO O| Feb 24 02:40:00.315 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-02-24T02:40:00.286Z[ host-image] Feb 24 02:40:00.333 INFO O| Feb 24 02:40:00.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104492026-02-24T02:40:00.286Z[ host-image] Feb 24 02:40:00.333 INFO O| Feb 24 02:40:00.333 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104502026-02-24T02:40:00.286Z[ host-image] Feb 24 02:40:00.333 INFO O| Feb 24 02:40:00.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104512026-02-24T02:40:00.286Z[ host-image] Feb 24 02:40:00.333 INFO O| Feb 24 02:40:00.333 INFO ok!
104522026-02-24T02:40:00.286Z[ host-image] Feb 24 02:40:00.333 INFO O| Feb 24 02:40:00.333 INFO STEP 136 (ensure_file) COMPLETE
104532026-02-24T02:40:00.286Z[ host-image] Feb 24 02:40:00.333 INFO O| Feb 24 02:40:00.333 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-02-24T02:40:00.310Z[ host-image] Feb 24 02:40:00.350 INFO O| Feb 24 02:40:00.350 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104552026-02-24T02:40:00.310Z[ host-image] Feb 24 02:40:00.350 INFO O| Feb 24 02:40:00.350 INFO copying /tmp/.tmp5z1CyQ/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 ...
104562026-02-24T02:40:00.310Z[ host-image] Feb 24 02:40:00.350 INFO O| Feb 24 02:40:00.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104572026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.350 INFO O| Feb 24 02:40:00.350 INFO ok!
104582026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.350 INFO O| Feb 24 02:40:00.350 INFO STEP 137 (ensure_file) COMPLETE
104592026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.350 INFO O| Feb 24 02:40:00.350 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.366 INFO O| Feb 24 02:40:00.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104612026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.366 INFO O| Feb 24 02:40:00.366 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104622026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.366 INFO O| Feb 24 02:40:00.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104632026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.366 INFO O| Feb 24 02:40:00.366 INFO ok!
104642026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.366 INFO O| Feb 24 02:40:00.366 INFO STEP 138 (ensure_file) COMPLETE
104652026-02-24T02:40:00.311Z[ host-image] Feb 24 02:40:00.366 INFO O| Feb 24 02:40:00.366 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-02-24T02:40:00.336Z[ host-image] Feb 24 02:40:00.387 INFO O| Feb 24 02:40:00.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104672026-02-24T02:40:00.336Z[ host-image] Feb 24 02:40:00.388 INFO O| Feb 24 02:40:00.387 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104682026-02-24T02:40:07.466Z[ host-image] Feb 24 02:40:07.525 INFO O| Feb 24 02:40:07.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104692026-02-24T02:40:07.466Z[ host-image] Feb 24 02:40:07.526 INFO O| Feb 24 02:40:07.525 INFO ok!
104702026-02-24T02:40:07.491Z[ host-image] Feb 24 02:40:07.526 INFO O| Feb 24 02:40:07.525 INFO STEP 139 (ensure_file) COMPLETE
104712026-02-24T02:40:07.491Z[ host-image] Feb 24 02:40:07.526 INFO O| Feb 24 02:40:07.525 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-02-24T02:40:07.491Z[ host-image] Feb 24 02:40:07.547 INFO O| Feb 24 02:40:07.547 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104732026-02-24T02:40:07.491Z[ host-image] Feb 24 02:40:07.547 INFO O| Feb 24 02:40:07.547 INFO STEP 140 (ensure_dir) COMPLETE
104742026-02-24T02:40:07.491Z[ host-image] Feb 24 02:40:07.547 INFO O| Feb 24 02:40:07.547 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-02-24T02:40:07.515Z[ host-image] Feb 24 02:40:07.568 INFO O| Feb 24 02:40:07.568 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104762026-02-24T02:40:07.515Z[ host-image] Feb 24 02:40:07.569 INFO O| Feb 24 02:40:07.568 INFO STEP 141 (ensure_dir) COMPLETE
104772026-02-24T02:40:07.515Z[ host-image] Feb 24 02:40:07.569 INFO O| Feb 24 02:40:07.568 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-02-24T02:40:07.539Z[ host-image] Feb 24 02:40:07.588 INFO O| Feb 24 02:40:07.588 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104792026-02-24T02:40:07.539Z[ host-image] Feb 24 02:40:07.588 INFO O| Feb 24 02:40:07.588 INFO STEP 142 (ensure_dir) COMPLETE
104802026-02-24T02:40:07.539Z[ host-image] Feb 24 02:40:07.588 INFO O| Feb 24 02:40:07.588 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-02-24T02:40:07.563Z[ host-image] Feb 24 02:40:07.609 INFO O| Feb 24 02:40:07.609 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104822026-02-24T02:40:07.563Z[ host-image] Feb 24 02:40:07.609 INFO O| Feb 24 02:40:07.609 INFO STEP 143 (ensure_dir) COMPLETE
104832026-02-24T02:40:07.563Z[ host-image] Feb 24 02:40:07.609 INFO O| Feb 24 02:40:07.609 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-02-24T02:40:07.588Z[ host-image] Feb 24 02:40:07.624 INFO O| Feb 24 02:40:07.624 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104852026-02-24T02:40:07.588Z[ host-image] Feb 24 02:40:07.624 INFO O| Feb 24 02:40:07.624 INFO copying /tmp/.tmp5z1CyQ/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 ...
104862026-02-24T02:40:07.615Z[ host-image] Feb 24 02:40:07.674 INFO O| Feb 24 02:40:07.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104872026-02-24T02:40:07.615Z[ host-image] Feb 24 02:40:07.675 INFO O| Feb 24 02:40:07.674 INFO ok!
104882026-02-24T02:40:07.639Z[ host-image] Feb 24 02:40:07.675 INFO O| Feb 24 02:40:07.674 INFO STEP 144 (ensure_file) COMPLETE
104892026-02-24T02:40:07.639Z[ host-image] Feb 24 02:40:07.675 INFO O| Feb 24 02:40:07.674 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-02-24T02:40:07.639Z[ host-image] Feb 24 02:40:07.695 INFO O| Feb 24 02:40:07.695 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104912026-02-24T02:40:07.639Z[ host-image] Feb 24 02:40:07.695 INFO O| Feb 24 02:40:07.695 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104922026-02-24T02:40:07.640Z[ host-image] Feb 24 02:40:07.695 INFO O| Feb 24 02:40:07.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104932026-02-24T02:40:07.640Z[ host-image] Feb 24 02:40:07.695 INFO O| Feb 24 02:40:07.695 INFO STEP 145 (ensure_dir) COMPLETE
104942026-02-24T02:40:07.640Z[ host-image] Feb 24 02:40:07.695 INFO O| Feb 24 02:40:07.695 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-02-24T02:40:07.663Z[ host-image] Feb 24 02:40:07.715 INFO O| Feb 24 02:40:07.715 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104962026-02-24T02:40:07.664Z[ host-image] Feb 24 02:40:07.715 INFO O| Feb 24 02:40:07.715 INFO copying /tmp/.tmp5z1CyQ/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104972026-02-24T02:40:07.664Z[ host-image] Feb 24 02:40:07.716 INFO O| Feb 24 02:40:07.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104982026-02-24T02:40:07.664Z[ host-image] Feb 24 02:40:07.716 INFO O| Feb 24 02:40:07.716 INFO ok!
104992026-02-24T02:40:07.664Z[ host-image] Feb 24 02:40:07.716 INFO O| Feb 24 02:40:07.716 INFO STEP 146 (ensure_file) COMPLETE
105002026-02-24T02:40:07.664Z[ host-image] Feb 24 02:40:07.716 INFO O| Feb 24 02:40:07.716 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105012026-02-24T02:40:07.688Z[ host-image] Feb 24 02:40:07.733 INFO O| Feb 24 02:40:07.733 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105022026-02-24T02:40:07.688Z[ host-image] Feb 24 02:40:07.733 INFO O| Feb 24 02:40:07.733 INFO STEP 147 (remove_files) COMPLETE
105032026-02-24T02:40:07.688Z[ host-image] Feb 24 02:40:07.733 INFO O| Feb 24 02:40:07.733 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105042026-02-24T02:40:07.712Z[ host-image] Feb 24 02:40:07.750 INFO O| Feb 24 02:40:07.750 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105052026-02-24T02:40:07.712Z[ host-image] Feb 24 02:40:07.751 INFO O| Feb 24 02:40:07.750 INFO STEP 148 (remove_files) COMPLETE
105062026-02-24T02:40:07.712Z[ host-image] Feb 24 02:40:07.751 INFO O| Feb 24 02:40:07.751 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105072026-02-24T02:40:07.712Z[ host-image] Feb 24 02:40:07.771 INFO O| Feb 24 02:40:07.770 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105082026-02-24T02:40:07.712Z[ host-image] Feb 24 02:40:07.771 INFO O| Feb 24 02:40:07.771 INFO STEP 149 (remove_files) COMPLETE
105092026-02-24T02:40:07.712Z[ host-image] Feb 24 02:40:07.771 INFO O| Feb 24 02:40:07.771 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105102026-02-24T02:40:07.736Z[ host-image] Feb 24 02:40:07.795 INFO O| Feb 24 02:40:07.795 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105112026-02-24T02:40:07.736Z[ host-image] Feb 24 02:40:07.795 INFO O| Feb 24 02:40:07.795 INFO STEP 150 (remove_files) COMPLETE
105122026-02-24T02:40:07.736Z[ host-image] Feb 24 02:40:07.795 INFO O| Feb 24 02:40:07.795 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105132026-02-24T02:40:07.760Z[ host-image] Feb 24 02:40:07.817 INFO O| Feb 24 02:40:07.817 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105142026-02-24T02:40:07.760Z[ host-image] Feb 24 02:40:07.818 INFO O| Feb 24 02:40:07.817 INFO STEP 151 (remove_files) COMPLETE
105152026-02-24T02:40:07.760Z[ host-image] Feb 24 02:40:07.818 INFO O| Feb 24 02:40:07.817 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105162026-02-24T02:40:07.785Z[ host-image] Feb 24 02:40:07.838 INFO O| Feb 24 02:40:07.838 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105172026-02-24T02:40:07.785Z[ host-image] Feb 24 02:40:07.838 INFO O| Feb 24 02:40:07.838 INFO STEP 152 (remove_files) COMPLETE
105182026-02-24T02:40:07.785Z[ host-image] Feb 24 02:40:07.838 INFO O| Feb 24 02:40:07.838 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105192026-02-24T02:40:07.809Z[ host-image] Feb 24 02:40:07.855 INFO O| Feb 24 02:40:07.855 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105202026-02-24T02:40:07.809Z[ host-image] Feb 24 02:40:07.856 INFO O| Feb 24 02:40:07.855 INFO STEP 153 (remove_files) COMPLETE
105212026-02-24T02:40:07.809Z[ host-image] Feb 24 02:40:07.856 INFO O| Feb 24 02:40:07.856 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105222026-02-24T02:40:07.833Z[ host-image] Feb 24 02:40:07.870 INFO O| Feb 24 02:40:07.870 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105232026-02-24T02:40:07.833Z[ host-image] Feb 24 02:40:07.870 INFO O| Feb 24 02:40:07.870 INFO STEP 154 (remove_files) COMPLETE
105242026-02-24T02:40:07.833Z[ host-image] Feb 24 02:40:07.870 INFO O| Feb 24 02:40:07.870 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105252026-02-24T02:40:07.833Z[ host-image] Feb 24 02:40:07.891 INFO O| Feb 24 02:40:07.891 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105262026-02-24T02:40:07.833Z[ host-image] Feb 24 02:40:07.891 INFO O| Feb 24 02:40:07.891 INFO STEP 155 (remove_files) COMPLETE
105272026-02-24T02:40:07.833Z[ host-image] Feb 24 02:40:07.891 INFO O| Feb 24 02:40:07.891 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105282026-02-24T02:40:07.859Z[ host-image] Feb 24 02:40:07.912 INFO O| Feb 24 02:40:07.912 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105292026-02-24T02:40:07.859Z[ host-image] Feb 24 02:40:07.913 INFO O| Feb 24 02:40:07.913 INFO STEP 156 (remove_files) COMPLETE
105302026-02-24T02:40:07.860Z[ host-image] Feb 24 02:40:07.913 INFO O| Feb 24 02:40:07.913 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105312026-02-24T02:40:07.884Z[ host-image] Feb 24 02:40:07.934 INFO O| Feb 24 02:40:07.934 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105322026-02-24T02:40:07.884Z[ host-image] Feb 24 02:40:07.934 INFO O| Feb 24 02:40:07.934 INFO STEP 157 (remove_files) COMPLETE
105332026-02-24T02:40:07.884Z[ host-image] Feb 24 02:40:07.934 INFO O| Feb 24 02:40:07.934 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105342026-02-24T02:40:07.908Z[ host-image] Feb 24 02:40:07.952 INFO O| Feb 24 02:40:07.952 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105352026-02-24T02:40:07.908Z[ host-image] Feb 24 02:40:07.952 INFO O| Feb 24 02:40:07.952 INFO STEP 158 (remove_files) COMPLETE
105362026-02-24T02:40:07.908Z[ host-image] Feb 24 02:40:07.952 INFO O| Feb 24 02:40:07.952 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105372026-02-24T02:40:07.932Z[ host-image] Feb 24 02:40:07.970 INFO O| Feb 24 02:40:07.969 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105382026-02-24T02:40:07.932Z[ host-image] Feb 24 02:40:07.970 INFO O| Feb 24 02:40:07.970 INFO STEP 159 (remove_files) COMPLETE
105392026-02-24T02:40:07.932Z[ host-image] Feb 24 02:40:07.970 INFO O| Feb 24 02:40:07.970 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105402026-02-24T02:40:07.932Z[ host-image] Feb 24 02:40:07.984 INFO O| Feb 24 02:40:07.984 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105412026-02-24T02:40:07.932Z[ host-image] Feb 24 02:40:07.984 INFO O| Feb 24 02:40:07.984 INFO STEP 160 (remove_files) COMPLETE
105422026-02-24T02:40:07.932Z[ host-image] Feb 24 02:40:07.984 INFO O| Feb 24 02:40:07.984 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105432026-02-24T02:40:07.956Z[ host-image] Feb 24 02:40:07.998 INFO O| Feb 24 02:40:07.998 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105442026-02-24T02:40:07.956Z[ host-image] Feb 24 02:40:07.998 INFO O| Feb 24 02:40:07.998 INFO STEP 161 (remove_files) COMPLETE
105452026-02-24T02:40:07.956Z[ host-image] Feb 24 02:40:07.998 INFO O| Feb 24 02:40:07.998 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105462026-02-24T02:40:07.956Z[ host-image] Feb 24 02:40:08.012 INFO O| Feb 24 02:40:08.012 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105472026-02-24T02:40:07.957Z[ host-image] Feb 24 02:40:08.012 INFO O| Feb 24 02:40:08.012 INFO STEP 162 (remove_files) COMPLETE
105482026-02-24T02:40:07.957Z[ host-image] Feb 24 02:40:08.012 INFO O| Feb 24 02:40:08.012 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105492026-02-24T02:40:08.007Z[ host-image] Feb 24 02:40:08.026 INFO O| Feb 24 02:40:08.026 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105502026-02-24T02:40:08.007Z[ host-image] Feb 24 02:40:08.026 INFO O| Feb 24 02:40:08.026 INFO STEP 163 (remove_files) COMPLETE
105512026-02-24T02:40:08.007Z[ host-image] Feb 24 02:40:08.026 INFO O| Feb 24 02:40:08.026 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105522026-02-24T02:40:08.007Z[ host-image] Feb 24 02:40:08.039 INFO O| Feb 24 02:40:08.039 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105532026-02-24T02:40:08.008Z[ host-image] Feb 24 02:40:08.039 INFO O| Feb 24 02:40:08.039 INFO STEP 164 (remove_files) COMPLETE
105542026-02-24T02:40:08.008Z[ host-image] Feb 24 02:40:08.039 INFO O| Feb 24 02:40:08.039 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105552026-02-24T02:40:08.008Z[ host-image] Feb 24 02:40:08.056 INFO O| Feb 24 02:40:08.056 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105562026-02-24T02:40:08.008Z[ host-image] Feb 24 02:40:08.056 INFO O| Feb 24 02:40:08.056 INFO STEP 165 (remove_files) COMPLETE
105572026-02-24T02:40:08.008Z[ host-image] Feb 24 02:40:08.056 INFO O| Feb 24 02:40:08.056 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105582026-02-24T02:40:08.034Z[ host-image] Feb 24 02:40:08.073 INFO O| Feb 24 02:40:08.073 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105592026-02-24T02:40:08.034Z[ host-image] Feb 24 02:40:08.073 INFO O| Feb 24 02:40:08.073 INFO STEP 166 (remove_files) COMPLETE
105602026-02-24T02:40:08.035Z[ host-image] Feb 24 02:40:08.073 INFO O| Feb 24 02:40:08.073 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105612026-02-24T02:40:08.035Z[ host-image] Feb 24 02:40:08.088 INFO O| Feb 24 02:40:08.088 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105622026-02-24T02:40:08.035Z[ host-image] Feb 24 02:40:08.088 INFO O| Feb 24 02:40:08.088 INFO STEP 167 (remove_files) COMPLETE
105632026-02-24T02:40:08.035Z[ host-image] Feb 24 02:40:08.088 INFO O| Feb 24 02:40:08.088 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105642026-02-24T02:40:08.059Z[ host-image] Feb 24 02:40:08.111 INFO O| Feb 24 02:40:08.111 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105652026-02-24T02:40:08.059Z[ host-image] Feb 24 02:40:08.112 INFO O| Feb 24 02:40:08.112 INFO STEP 168 (remove_files) COMPLETE
105662026-02-24T02:40:08.059Z[ host-image] Feb 24 02:40:08.112 INFO O| Feb 24 02:40:08.112 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-02-24T02:40:08.083Z[ host-image] Feb 24 02:40:08.133 INFO O| Feb 24 02:40:08.133 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105682026-02-24T02:40:08.083Z[ host-image] Feb 24 02:40:08.134 INFO O| Feb 24 02:40:08.134 INFO STEP 169 (remove_files) COMPLETE
105692026-02-24T02:40:08.083Z[ host-image] Feb 24 02:40:08.134 INFO O| Feb 24 02:40:08.134 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-02-24T02:40:08.107Z[ host-image] Feb 24 02:40:08.155 INFO O| Feb 24 02:40:08.155 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105712026-02-24T02:40:08.107Z[ host-image] Feb 24 02:40:08.156 INFO O| Feb 24 02:40:08.155 INFO STEP 170 (remove_files) COMPLETE
105722026-02-24T02:40:08.107Z[ host-image] Feb 24 02:40:08.156 INFO O| Feb 24 02:40:08.156 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-02-24T02:40:08.132Z[ host-image] Feb 24 02:40:08.174 INFO O| Feb 24 02:40:08.174 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105742026-02-24T02:40:08.132Z[ host-image] Feb 24 02:40:08.174 INFO O| Feb 24 02:40:08.174 INFO STEP 171 (remove_files) COMPLETE
105752026-02-24T02:40:08.132Z[ host-image] Feb 24 02:40:08.174 INFO O| Feb 24 02:40:08.174 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-02-24T02:40:08.156Z[ host-image] Feb 24 02:40:08.192 INFO O| Feb 24 02:40:08.192 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105772026-02-24T02:40:08.156Z[ host-image] Feb 24 02:40:08.192 INFO O| Feb 24 02:40:08.192 INFO STEP 172 (remove_files) COMPLETE
105782026-02-24T02:40:08.156Z[ host-image] Feb 24 02:40:08.192 INFO O| Feb 24 02:40:08.192 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-02-24T02:40:08.157Z[ host-image] Feb 24 02:40:08.210 INFO O| Feb 24 02:40:08.210 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105802026-02-24T02:40:08.157Z[ host-image] Feb 24 02:40:08.210 INFO O| Feb 24 02:40:08.210 INFO STEP 173 (remove_files) COMPLETE
105812026-02-24T02:40:08.157Z[ host-image] Feb 24 02:40:08.210 INFO O| Feb 24 02:40:08.210 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-02-24T02:40:08.181Z[ host-image] Feb 24 02:40:08.227 INFO O| Feb 24 02:40:08.227 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105832026-02-24T02:40:08.181Z[ host-image] Feb 24 02:40:08.227 INFO O| Feb 24 02:40:08.227 INFO STEP 174 (remove_files) COMPLETE
105842026-02-24T02:40:08.181Z[ host-image] Feb 24 02:40:08.227 INFO O| Feb 24 02:40:08.227 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-02-24T02:40:08.205Z[ host-image] Feb 24 02:40:08.245 INFO O| Feb 24 02:40:08.245 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105862026-02-24T02:40:08.205Z[ host-image] Feb 24 02:40:08.245 INFO O| Feb 24 02:40:08.245 INFO STEP 175 (remove_files) COMPLETE
105872026-02-24T02:40:08.206Z[ host-image] Feb 24 02:40:08.245 INFO O| Feb 24 02:40:08.245 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105882026-02-24T02:40:08.230Z[ host-image] Feb 24 02:40:08.269 INFO O| Feb 24 02:40:08.269 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105892026-02-24T02:40:08.230Z[ host-image] Feb 24 02:40:08.269 INFO O| Feb 24 02:40:08.269 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105902026-02-24T02:40:16.723Z[ host-image] Feb 24 02:40:16.782 INFO O| Feb 24 02:40:16.782 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
105912026-02-24T02:40:16.723Z[ host-image] Feb 24 02:40:16.782 INFO O| Feb 24 02:40:16.782 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105922026-02-24T02:40:16.747Z[ host-image] Feb 24 02:40:16.803 INFO O| Feb 24 02:40:16.803 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"}
105932026-02-24T02:40:17.017Z[ host-image] Feb 24 02:40:17.076 INFO O| Feb 24 02:40:17.076 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
105942026-02-24T02:40:17.162Z[ host-image] Feb 24 02:40:17.221 INFO O| Feb 24 02:40:17.221 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_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", "SVCCFG_CHECKHASH": "1"}
105952026-02-24T02:40:17.330Z[ host-image] Feb 24 02:40:17.389 INFO O| Feb 24 02:40:17.389 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105962026-02-24T02:40:17.330Z[ host-image] Feb 24 02:40:17.389 INFO O| Feb 24 02:40:17.389 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105972026-02-24T02:40:17.354Z[ host-image] Feb 24 02:40:17.394 INFO O| Feb 24 02:40:17.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105982026-02-24T02:40:17.354Z[ host-image] Feb 24 02:40:17.394 INFO O| Feb 24 02:40:17.393 INFO ok!
105992026-02-24T02:40:17.354Z[ host-image] Feb 24 02:40:17.394 INFO O| Feb 24 02:40:17.394 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106002026-02-24T02:40:17.354Z[ host-image] Feb 24 02:40:17.394 INFO O| Feb 24 02:40:17.394 INFO STEP 176 (seed_smf) COMPLETE
106012026-02-24T02:40:17.354Z[ host-image] Feb 24 02:40:17.394 INFO O| Feb 24 02:40:17.394 INFO steps complete; finalising image!
106022026-02-24T02:40:17.354Z[ host-image] Feb 24 02:40:17.394 INFO O| Feb 24 02:40:17.394 INFO TRIM POOL: TEMPORARY-sled-zfs
106032026-02-24T02:40:17.522Z[ host-image] Feb 24 02:40:17.581 INFO O| Feb 24 02:40:17.581 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Feb 24 02:40:17 2026)
106042026-02-24T02:40:17.759Z[ host-image] Feb 24 02:40:17.818 INFO O| Feb 24 02:40:17.818 INFO temporary pool has 808M used, 88.1M avail, 1.80x compressratio
106052026-02-24T02:40:17.759Z[ host-image] Feb 24 02:40:17.818 INFO O| Feb 24 02:40:17.818 INFO EXPORT POOL: TEMPORARY-sled-zfs
106062026-02-24T02:40:18.238Z[ host-image] Feb 24 02:40:18.297 INFO O| Feb 24 02:40:18.297 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106072026-02-24T02:40:18.262Z[ host-image] Feb 24 02:40:18.297 INFO O| Feb 24 02:40:18.297 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106082026-02-24T02:40:19.985Z[ host-image] Feb 24 02:40:20.044 INFO O| Feb 24 02:40:20.044 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106092026-02-24T02:40:19.985Z[ host-image] Feb 24 02:40:20.044 INFO O| Feb 24 02:40:20.044 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106102026-02-24T02:40:20.009Z[ host-image] Feb 24 02:40:20.044 INFO O| Feb 24 02:40:20.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106112026-02-24T02:40:20.009Z[ host-image] Feb 24 02:40:20.044 INFO O| Feb 24 02:40:20.044 INFO completed processing sled/zfs
106122026-02-24T02:40:20.009Z[ host-image] Feb 24 02:40:20.044 INFO O| Feb 24 02:40:20.044 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106132026-02-24T02:40:20.995Z[ host-image] Feb 24 02:40:21.055 INFO O| Feb 24 02:40:21.055 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106142026-02-24T02:40:21.056Z[ host-image] Feb 24 02:40:21.115 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
106152026-02-24T02:40:21.056Z[ host-image] Feb 24 02:40:21.115 INFO expanded image name: "ci 377e515/${os_short_commit} 2026-02-24 01:36" -> "ci 377e515/3e08689 2026-02-24 01:36"
106162026-02-24T02:40:21.080Z[ host-image] Feb 24 02:40:21.116 INFO output artefacts stored in: "/work/os-host"
106172026-02-24T02:40:21.080Z[ host-image] Feb 24 02:40:21.116 INFO collecting git info from project "amd-host-image-builder"...
106182026-02-24T02:40:21.080Z[ host-image] Feb 24 02:40:21.129 INFO collecting git info from project "phbl"...
106192026-02-24T02:40:21.104Z[ host-image] Feb 24 02:40:21.142 INFO collecting git info from project "pilot"...
106202026-02-24T02:40:21.104Z[ host-image] Feb 24 02:40:21.156 INFO collecting git info from project "bootserver"...
106212026-02-24T02:40:21.128Z[ host-image] Feb 24 02:40:21.165 INFO collecting git info from project "amd-firmware"...
106222026-02-24T02:40:21.152Z[ host-image] Feb 24 02:40:21.188 INFO collecting git info from project "pinprick"...
106232026-02-24T02:40:21.152Z[ host-image] Feb 24 02:40:21.198 INFO collecting git info from project "dmar-report"...
106242026-02-24T02:40:21.152Z[ host-image] Feb 24 02:40:21.210 INFO collecting git info from project "image-builder"...
106252026-02-24T02:40:21.176Z[ host-image] Feb 24 02:40:21.222 INFO collecting git info from project "chelsio-t6-roms"...
106262026-02-24T02:40:21.176Z[ host-image] Feb 24 02:40:21.233 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106272026-02-24T02:40:21.907Z[ host-image] Feb 24 02:40:21.966 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106282026-02-24T02:40:22.521Z[ host-image] Feb 24 02:40:22.580 INFO creating Oxide boot image...
106292026-02-24T02:40:22.521Z[ host-image] Feb 24 02:40:22.580 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 377e515/3e08689 2026-02-24 01:36", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106302026-02-24T02:40:24.054Z[ host-image] Feb 24 02:40:24.112 INFO O| ok, image written!
106312026-02-24T02:40:24.054Z[ host-image] Feb 24 02:40:24.112 INFO O| ok, boot_image_csum file written!
106322026-02-24T02:40:24.078Z[ host-image] Feb 24 02:40:24.119 INFO creating boot archive (CPIO)...
106332026-02-24T02:40:24.078Z[ host-image] Feb 24 02:40:24.119 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
106342026-02-24T02:40:24.078Z[ host-image] Feb 24 02:40:24.129 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106352026-02-24T02:40:24.078Z[ host-image] Feb 24 02:40:24.130 INFO E| + outfile=/work/os-host/cpio
106362026-02-24T02:40:24.078Z[ host-image] Feb 24 02:40:24.130 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106372026-02-24T02:40:24.078Z[ host-image] Feb 24 02:40:24.132 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106382026-02-24T02:40:24.078Z[ host-image] Feb 24 02:40:24.133 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106392026-02-24T02:40:24.137Z[ host-image] Feb 24 02:40:24.196 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106402026-02-24T02:40:24.137Z[ host-image] Feb 24 02:40:24.196 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106412026-02-24T02:40:24.161Z[ host-image] Feb 24 02:40:24.210 INFO creating compressed cpio/unix for dev loaders...
106422026-02-24T02:40:24.161Z[ host-image] Feb 24 02:40:24.210 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
106432026-02-24T02:40:24.517Z[ host-image] Feb 24 02:40:24.577 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106442026-02-24T02:40:30.320Z[ host-image] Feb 24 02:40:30.380 INFO creating reset image...
106452026-02-24T02:40:30.344Z[ host-image] Feb 24 02:40:30.380 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106462026-02-24T02:40:30.431Z[ host-image] Feb 24 02:40:30.477 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
106472026-02-24T02:40:30.431Z[ host-image] Feb 24 02:40:30.477 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")
106482026-02-24T02:40:30.613Z[ host-image] Feb 24 02:40:30.673 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106492026-02-24T02:40:30.637Z[ host-image] Feb 24 02:40:30.676 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106502026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.331 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
106512026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.331 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
106522026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.331 INFO E| Compiling proc-macro2 v1.0.106
106532026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.331 INFO E| Compiling quote v1.0.44
106542026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.331 INFO E| Compiling unicode-ident v1.0.23
106552026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.337 INFO E| Compiling syn v1.0.109
106562026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.338 INFO E| Compiling x86 v0.52.0
106572026-02-24T02:40:31.291Z[ host-image] Feb 24 02:40:31.338 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106582026-02-24T02:40:31.552Z[ host-image] Feb 24 02:40:31.613 INFO E| Compiling seq-macro v0.3.6
106592026-02-24T02:40:33.659Z[ host-image] Feb 24 02:40:33.718 INFO E| Compiling syn v2.0.114
106602026-02-24T02:40:37.344Z[ host-image] Feb 24 02:40:37.404 INFO E| Compiling scroll_derive v0.13.1
106612026-02-24T02:40:40.078Z[ host-image] Feb 24 02:40:40.138 INFO E| Compiling bitstruct_derive v0.1.0
106622026-02-24T02:41:06.708Z[ host-image] Feb 24 02:41:06.769 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106632026-02-24T02:41:12.667Z[ host-image] Feb 24 02:41:12.728 INFO E| Compiling bitflags v1.3.2
106642026-02-24T02:41:12.691Z[ host-image] Feb 24 02:41:12.728 INFO E| Compiling bit_field v0.10.3
106652026-02-24T02:41:12.691Z[ host-image] Feb 24 02:41:12.728 INFO E| Compiling plain v0.2.3
106662026-02-24T02:41:12.691Z[ host-image] Feb 24 02:41:12.728 INFO E| Compiling scroll v0.13.0
106672026-02-24T02:41:12.691Z[ host-image] Feb 24 02:41:12.728 INFO E| Compiling adler2 v2.0.1
106682026-02-24T02:41:12.691Z[ host-image] Feb 24 02:41:12.729 INFO E| Compiling bitflags v2.10.0
106692026-02-24T02:41:12.691Z[ host-image] Feb 24 02:41:12.729 INFO E| Compiling log v0.4.29
106702026-02-24T02:41:12.843Z[ host-image] Feb 24 02:41:12.904 INFO E| Compiling raw-cpuid v10.7.0
106712026-02-24T02:41:12.969Z[ host-image] Feb 24 02:41:13.031 INFO E| Compiling miniz_oxide v0.9.0
106722026-02-24T02:41:13.044Z[ host-image] Feb 24 02:41:13.106 INFO E| Compiling static_assertions v1.1.0
106732026-02-24T02:41:13.068Z[ host-image] Feb 24 02:41:13.114 INFO E| Compiling cpio_reader v0.1.2
106742026-02-24T02:41:13.190Z[ host-image] Feb 24 02:41:13.251 INFO E| Compiling bitstruct v0.1.1
106752026-02-24T02:41:13.362Z[ host-image] Feb 24 02:41:13.422 INFO E| Compiling goblin v0.10.4
106762026-02-24T02:41:20.217Z[ host-image] Feb 24 02:41:20.279 INFO E| Finished `release` profile [optimized] target(s) in 49.57s
106772026-02-24T02:41:20.241Z[ host-image] Feb 24 02:41:20.300 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106782026-02-24T02:41:20.363Z[ host-image] Feb 24 02:41:20.425 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
106792026-02-24T02:41:20.363Z[ host-image] Feb 24 02:41:20.425 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106802026-02-24T02:41:20.363Z[ host-image] Feb 24 02:41:20.425 INFO building ROM for cosmo
106812026-02-24T02:41:20.387Z[ host-image] Feb 24 02:41:20.425 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.7.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")
106822026-02-24T02:41:20.694Z[ host-image] Feb 24 02:41:20.756 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
106832026-02-24T02:41:20.718Z[ host-image] Feb 24 02:41:20.762 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.7.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
106842026-02-24T02:41:20.742Z[ host-image] Feb 24 02:41:20.781 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106852026-02-24T02:41:20.906Z[ host-image] Feb 24 02:41:20.968 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
106862026-02-24T02:41:20.930Z[ host-image] Feb 24 02:41:20.976 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.7 -o /work/os-host/cosmo.rom`
106872026-02-24T02:41:21.551Z[ host-image] Feb 24 02:41:21.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106882026-02-24T02:41:21.551Z[ host-image] Feb 24 02:41:21.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106892026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106902026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106912026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106922026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106932026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106942026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106952026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106962026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106972026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106982026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106992026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107002026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107012026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107022026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107032026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107042026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107052026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107062026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107072026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107082026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107092026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107102026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107112026-02-24T02:41:21.599Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107122026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107132026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107142026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107152026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107162026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107172026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107182026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107192026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107202026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107212026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107222026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107232026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107242026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107252026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107262026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107272026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107282026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107292026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107302026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107312026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107322026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107332026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107342026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107352026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107362026-02-24T02:41:21.600Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107372026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107382026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107392026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107402026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.618 INFO O| Info: ABL version: 0x1007f011
107412026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.618 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107422026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.618 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107432026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107442026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107452026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107462026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107472026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107482026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107492026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107502026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107512026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107522026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107532026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107542026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107552026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107562026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107572026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107582026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107592026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107602026-02-24T02:41:21.601Z[ host-image] Feb 24 02:41:21.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107612026-02-24T02:41:21.602Z[ host-image] Feb 24 02:41:21.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107622026-02-24T02:41:21.602Z[ host-image] Feb 24 02:41:21.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107632026-02-24T02:41:21.626Z[ host-image] Feb 24 02:41:21.684 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107642026-02-24T02:41:21.626Z[ host-image] Feb 24 02:41:21.684 INFO building ROM for gimlet
107652026-02-24T02:41:21.626Z[ host-image] Feb 24 02:41:21.684 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.h.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")
107662026-02-24T02:41:21.850Z[ host-image] Feb 24 02:41:21.912 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
107672026-02-24T02:41:21.875Z[ host-image] Feb 24 02:41:21.919 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.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
107682026-02-24T02:41:21.899Z[ host-image] Feb 24 02:41:21.939 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107692026-02-24T02:41:22.072Z[ host-image] Feb 24 02:41:22.134 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
107702026-02-24T02:41:22.097Z[ host-image] Feb 24 02:41:22.145 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.h -o /work/os-host/gimlet.rom`
107712026-02-24T02:41:22.413Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107722026-02-24T02:41:22.413Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107732026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107742026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107752026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107762026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107772026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107782026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107792026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107802026-02-24T02:41:22.437Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107812026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107822026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107832026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107842026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107852026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.476 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107862026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.476 INFO O| Info: ABL version: 0x100f5010
107872026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.476 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107882026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107892026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107902026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107912026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107922026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107932026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107942026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107952026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107962026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107972026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107982026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107992026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108002026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108012026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108022026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108032026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108042026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108052026-02-24T02:41:22.438Z[ host-image] Feb 24 02:41:22.477 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108062026-02-24T02:41:22.488Z[ host-image] Feb 24 02:41:22.550 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108072026-02-24T02:42:09.067Z[ host-image] Feb 24 02:42:09.131 INFO image complete! materials are in "/work/os-host"
108082026-02-24T02:42:09.094Z[ host-image]
108092026-02-24T02:42:09.094Z[ host-image] real 34:52.089455426
108102026-02-24T02:42:09.094Z[ host-image] user 22:45.527334999
108112026-02-24T02:42:09.094Z[ host-image] sys 2:12.435602697
108122026-02-24T02:42:09.094Z[ host-image] trap 1.186273773
108132026-02-24T02:42:09.094Z[ host-image] tflt 0.234045195
108142026-02-24T02:42:09.094Z[ host-image] dflt 7.834987668
108152026-02-24T02:42:09.094Z[ host-image] kflt 0.058767870
108162026-02-24T02:42:09.094Z[ host-image] lock 7:49.612322718
108172026-02-24T02:42:09.094Z[ host-image] slp 3:20:13.294294945
108182026-02-24T02:42:09.094Z[ host-image] lat 8:12.251063029
108192026-02-24T02:42:09.094Z[ host-image] stop 2.822548725
108202026-02-24T02:42:09.094ZFeb 24 02:42:09.137 INFO [host-image] process exited with exit status: 0 (2092.09852319s)
108212026-02-24T02:42:09.094ZFeb 24 02:42:09.139 INFO [tuf-repo] running task
108222026-02-24T02:42:48.917ZFeb 24 02:42:48.982 INFO assembling repository in `/tmp/tufaceousy2PQYg`, component: OmicronRepoAssembler
108232026-02-24T02:42:59.584ZFeb 24 02:42:59.650 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108242026-02-24T02:43:00.169ZFeb 24 02:43:00.234 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108252026-02-24T02:43:44.945ZFeb 24 02:43:45.013 INFO extracting uploaded archive to /tmp/.tmpJqI2mQ
108262026-02-24T02:43:49.969ZFeb 24 02:43:50.037 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.FzSh1u
108272026-02-24T02:43:50.211ZFeb 24 02:43:50.279 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108282026-02-24T02:43:50.484ZFeb 24 02:43:50.552 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108292026-02-24T02:43:50.726ZFeb 24 02:43:50.793 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108302026-02-24T02:43:50.961ZFeb 24 02:43:51.029 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108312026-02-24T02:43:51.193ZFeb 24 02:43:51.261 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108322026-02-24T02:43:51.422ZFeb 24 02:43:51.489 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108332026-02-24T02:43:51.670ZFeb 24 02:43:51.738 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108342026-02-24T02:43:51.985ZFeb 24 02:43:52.053 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108352026-02-24T02:43:51.985ZFeb 24 02:43:52.053 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108362026-02-24T02:43:52.165ZFeb 24 02:43:52.233 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108372026-02-24T02:43:52.165ZFeb 24 02:43:52.233 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108382026-02-24T02:43:52.359ZFeb 24 02:43:52.424 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108392026-02-24T02:43:52.359ZFeb 24 02:43:52.424 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108402026-02-24T02:43:52.535ZFeb 24 02:43:52.603 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108412026-02-24T02:43:52.535ZFeb 24 02:43:52.603 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108422026-02-24T02:43:52.683ZFeb 24 02:43:52.751 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108432026-02-24T02:43:52.683ZFeb 24 02:43:52.751 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108442026-02-24T02:43:52.852ZFeb 24 02:43:52.920 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108452026-02-24T02:43:52.852ZFeb 24 02:43:52.920 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108462026-02-24T02:43:53.010ZFeb 24 02:43:53.077 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108472026-02-24T02:43:53.010ZFeb 24 02:43:53.077 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108482026-02-24T02:43:53.034ZFeb 24 02:43:53.080 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108492026-02-24T02:43:53.034ZFeb 24 02:43:53.082 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108502026-02-24T02:43:53.034ZFeb 24 02:43:53.084 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108512026-02-24T02:43:53.034ZFeb 24 02:43:53.086 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108522026-02-24T02:43:53.034ZFeb 24 02:43:53.088 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108532026-02-24T02:44:09.146ZFeb 24 02:44:09.215 INFO added artifact, length: 33554432, hash: e40416d49c748ad116d4e32b35c89083142717b95a568f63b52d69b47d9b4d8f, version: 19.0.0-0.ci+git377e51584fe, kind: gimlet_host_phase_1, name: host
108542026-02-24T02:44:09.146ZFeb 24 02:44:09.215 INFO added artifact, length: 33554432, hash: 1c22188840dae1b736345d923ee69b4bdf863187ba9eebd743a33e83ce767ff7, version: 19.0.0-0.ci+git377e51584fe, kind: cosmo_host_phase_1, name: host
108552026-02-24T02:44:09.146ZFeb 24 02:44:09.215 INFO added artifact, length: 1101008896, hash: 17dd685346b3bcfa80f0e7f7716dd5a6811aa8d2308bb18ba2a5a8098435614f, version: 19.0.0-0.ci+git377e51584fe, kind: host_phase_2, name: host
108562026-02-24T02:44:12.230ZFeb 24 02:44:12.298 INFO added artifact, length: 33554432, hash: 24d72cd7b9ac174fc5112b05588619e6e99f868b3dcadfebf43c9645c335b7b4, version: 19.0.0-0.ci+git377e51584fe, kind: gimlet_trampoline_phase_1, name: trampoline
108572026-02-24T02:44:12.230ZFeb 24 02:44:12.299 INFO added artifact, length: 33554432, hash: 385ed6f5830d7176b7b6013144bf4f7e21319bd246ac5a4b95c92c2d601df874, version: 19.0.0-0.ci+git377e51584fe, kind: cosmo_trampoline_phase_1, name: trampoline
108582026-02-24T02:44:12.230ZFeb 24 02:44:12.299 INFO added artifact, length: 147673187, hash: 306c3364c576b7ebe3a632f9300fb77224a35cbc178a85bf8afa4f79742ebc30, version: 19.0.0-0.ci+git377e51584fe, kind: trampoline_phase_2, name: trampoline
108592026-02-24T02:44:18.144ZFeb 24 02:44:18.213 INFO added artifact, length: 309882701, hash: 93f133205cbef1e388a140d5c6945241ea818bcb6c43afa2eefff4228de9d8b2, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: clickhouse_keeper
108602026-02-24T02:44:24.556ZFeb 24 02:44:24.625 INFO added artifact, length: 327327708, hash: 572971856c146c72a5bca651f7f4821c42c858cfcf046c61fa58a0d315c2acd0, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: clickhouse_server
108612026-02-24T02:44:31.038ZFeb 24 02:44:31.105 INFO added artifact, length: 327328972, hash: 2009c3d533d2d1480510d13c600c65d585b52667aecb1d501359ef188899a759, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: clickhouse
108622026-02-24T02:44:34.492ZFeb 24 02:44:34.562 INFO added artifact, length: 169152649, hash: 8c305a459f7cf9daf52b56ac00a3f23603489ee6f81969c753787554fa0ef790, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: cockroachdb
108632026-02-24T02:44:35.304ZFeb 24 02:44:35.373 INFO added artifact, length: 42563003, hash: 0584dd42adf48aa4a96ab1e36422b58c3c767827bd7e61e92a434daca8f59cf2, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: crucible-pantry-zone
108642026-02-24T02:44:36.426ZFeb 24 02:44:36.495 INFO added artifact, length: 57040336, hash: 93aaf1632fc0000ec45f9b17670b2405b38376f0029cd92b9679d654370fde24, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: crucible-zone
108652026-02-24T02:44:37.540ZFeb 24 02:44:37.610 INFO added artifact, length: 49227442, hash: c729ebfb768df67cdbae7750822d149ca737afa305e78b7a59c937dd86ad35ea, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: external-dns
108662026-02-24T02:44:38.608ZFeb 24 02:44:38.677 INFO added artifact, length: 49227039, hash: 476a7ccba5b5d768c4eecf5a4f2fb3e10fa92b70b49c23e470d315744168f09a, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: internal-dns
108672026-02-24T02:44:43.068ZFeb 24 02:44:43.138 INFO added artifact, length: 216494753, hash: 30d25815c6b361895158c933bb29dedb2e2cccdd0caba11397745a84bfbdd56a, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: nexus
108682026-02-24T02:44:43.654ZFeb 24 02:44:43.724 INFO added artifact, length: 29621537, hash: 625038c5bc9bb4ed535db4b8baf8ca62a47005cf61ead33d412ff382827e3fba, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: ntp
108692026-02-24T02:44:44.910ZFeb 24 02:44:44.979 INFO added artifact, length: 66082690, hash: 18dc675947040b2224eda9d42b5192163eab072cee57ed5251d8058b2e53f9b1, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: oximeter
108702026-02-24T02:44:44.960ZFeb 24 02:44:45.030 INFO added artifact, length: 3109590, hash: ff17d7e3b62624b608550616659aff7c80e1d4a764d926e319aa144518e39d7b, version: 19.0.0-0.ci+git377e51584fe, kind: zone, name: probe
108712026-02-24T02:44:44.984ZFeb 24 02:44:45.031 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108722026-02-24T02:44:44.984ZFeb 24 02:44:45.031 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108732026-02-24T02:44:44.984ZFeb 24 02:44:45.032 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108742026-02-24T02:44:45.091ZFeb 24 02:44:45.161 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108752026-02-24T02:44:45.195ZFeb 24 02:44:45.265 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108762026-02-24T02:44:45.355ZFeb 24 02:44:45.424 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108772026-02-24T02:44:45.355ZFeb 24 02:44:45.425 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108782026-02-24T02:44:45.527ZFeb 24 02:44:45.597 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108792026-02-24T02:44:45.527ZFeb 24 02:44:45.597 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108802026-02-24T02:44:45.715ZFeb 24 02:44:45.785 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108812026-02-24T02:44:45.715ZFeb 24 02:44:45.785 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108822026-02-24T02:44:45.889ZFeb 24 02:44:45.959 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108832026-02-24T02:44:45.889ZFeb 24 02:44:45.959 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108842026-02-24T02:44:45.913ZFeb 24 02:44:45.961 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108852026-02-24T02:44:45.913ZFeb 24 02:44:45.964 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108862026-02-24T02:44:45.913ZFeb 24 02:44:45.968 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108872026-02-24T02:44:46.052ZFeb 24 02:44:46.122 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108882026-02-24T02:44:46.367ZFeb 24 02:44:46.436 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108892026-02-24T02:44:46.724ZFeb 24 02:44:46.794 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108902026-02-24T02:44:47.086ZFeb 24 02:44:47.156 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108912026-02-24T02:44:47.086ZFeb 24 02:44:47.156 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108922026-02-24T02:44:47.279ZFeb 24 02:44:47.349 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108932026-02-24T02:44:47.279ZFeb 24 02:44:47.349 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108942026-02-24T02:44:47.482ZFeb 24 02:44:47.552 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108952026-02-24T02:44:47.482ZFeb 24 02:44:47.552 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108962026-02-24T02:44:47.675ZFeb 24 02:44:47.744 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108972026-02-24T02:44:47.675ZFeb 24 02:44:47.745 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108982026-02-24T02:44:47.699ZFeb 24 02:44:47.747 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108992026-02-24T02:44:47.699ZFeb 24 02:44:47.750 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109002026-02-24T02:44:47.699ZFeb 24 02:44:47.752 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109012026-02-24T02:44:47.699ZFeb 24 02:44:47.753 INFO added artifact, length: 924, hash: 77b51f16410b212a89b3e384502821f30d8ac79e3bb146f3042064b164bbffe5, version: 19.0.0-0.ci+git377e51584fe, kind: installinator_document, name: installinator_document
109022026-02-24T02:44:48.579ZFeb 24 02:44:48.649 INFO extracting uploaded archive to /tmp/.tmpSRcydb
109032026-02-24T02:44:53.613ZFeb 24 02:44:53.683 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.gGjFQa
109042026-02-24T02:44:53.755ZFeb 24 02:44:53.825 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
109052026-02-24T02:44:54.036ZFeb 24 02:44:54.106 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
109062026-02-24T02:44:54.308ZFeb 24 02:44:54.378 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
109072026-02-24T02:44:54.543ZFeb 24 02:44:54.613 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
109082026-02-24T02:44:54.788ZFeb 24 02:44:54.859 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
109092026-02-24T02:44:55.038ZFeb 24 02:44:55.108 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
109102026-02-24T02:44:55.279ZFeb 24 02:44:55.349 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
109112026-02-24T02:44:55.560ZFeb 24 02:44:55.630 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109122026-02-24T02:44:55.560ZFeb 24 02:44:55.630 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109132026-02-24T02:44:55.734ZFeb 24 02:44:55.804 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109142026-02-24T02:44:55.734ZFeb 24 02:44:55.804 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109152026-02-24T02:44:55.911ZFeb 24 02:44:55.982 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109162026-02-24T02:44:55.912ZFeb 24 02:44:55.982 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109172026-02-24T02:44:56.086ZFeb 24 02:44:56.156 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109182026-02-24T02:44:56.086ZFeb 24 02:44:56.156 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109192026-02-24T02:44:56.254ZFeb 24 02:44:56.324 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109202026-02-24T02:44:56.254ZFeb 24 02:44:56.325 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109212026-02-24T02:44:56.422ZFeb 24 02:44:56.493 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109222026-02-24T02:44:56.422ZFeb 24 02:44:56.493 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109232026-02-24T02:44:56.589ZFeb 24 02:44:56.659 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109242026-02-24T02:44:56.589ZFeb 24 02:44:56.659 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109252026-02-24T02:44:56.613ZFeb 24 02:44:56.665 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109262026-02-24T02:44:56.613ZFeb 24 02:44:56.668 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109272026-02-24T02:44:56.613ZFeb 24 02:44:56.670 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109282026-02-24T02:44:56.613ZFeb 24 02:44:56.673 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109292026-02-24T02:44:56.614ZFeb 24 02:44:56.675 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109302026-02-24T02:45:13.003ZFeb 24 02:45:13.074 INFO added artifact, length: 33554432, hash: e40416d49c748ad116d4e32b35c89083142717b95a568f63b52d69b47d9b4d8f, version: 19.0.0-0.ci+git377e51584fe, kind: gimlet_host_phase_1, name: host
109312026-02-24T02:45:13.003ZFeb 24 02:45:13.074 INFO added artifact, length: 33554432, hash: 1c22188840dae1b736345d923ee69b4bdf863187ba9eebd743a33e83ce767ff7, version: 19.0.0-0.ci+git377e51584fe, kind: cosmo_host_phase_1, name: host
109322026-02-24T02:45:13.003ZFeb 24 02:45:13.074 INFO added artifact, length: 1101008896, hash: 17dd685346b3bcfa80f0e7f7716dd5a6811aa8d2308bb18ba2a5a8098435614f, version: 19.0.0-0.ci+git377e51584fe, kind: host_phase_2, name: host
109332026-02-24T02:45:15.907ZFeb 24 02:45:15.978 INFO added artifact, length: 33554432, hash: 24d72cd7b9ac174fc5112b05588619e6e99f868b3dcadfebf43c9645c335b7b4, version: 19.0.0-0.ci+git377e51584fe, kind: gimlet_trampoline_phase_1, name: trampoline
109342026-02-24T02:45:15.907ZFeb 24 02:45:15.979 INFO added artifact, length: 33554432, hash: 385ed6f5830d7176b7b6013144bf4f7e21319bd246ac5a4b95c92c2d601df874, version: 19.0.0-0.ci+git377e51584fe, kind: cosmo_trampoline_phase_1, name: trampoline
109352026-02-24T02:45:15.907ZFeb 24 02:45:15.979 INFO added artifact, length: 147673187, hash: 306c3364c576b7ebe3a632f9300fb77224a35cbc178a85bf8afa4f79742ebc30, version: 19.0.0-0.ci+git377e51584fe, kind: trampoline_phase_2, name: trampoline
109362026-02-24T02:45:44.224ZFeb 24 02:45:44.296 INFO added artifact, length: 1704335032, hash: 10043d8b7d37a6a18c576b0c2a8855ec6c2edbc5c0b102297137cb54874904da, version: 19.0.0-0.ci+git377e51584fe, kind: control_plane, name: control-plane
109372026-02-24T02:45:44.248ZFeb 24 02:45:44.297 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109382026-02-24T02:45:44.248ZFeb 24 02:45:44.298 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109392026-02-24T02:45:44.249ZFeb 24 02:45:44.298 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109402026-02-24T02:45:44.337ZFeb 24 02:45:44.410 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109412026-02-24T02:45:44.443ZFeb 24 02:45:44.515 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109422026-02-24T02:45:44.627ZFeb 24 02:45:44.699 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109432026-02-24T02:45:44.627ZFeb 24 02:45:44.699 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109442026-02-24T02:45:44.840ZFeb 24 02:45:44.912 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109452026-02-24T02:45:44.840ZFeb 24 02:45:44.912 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109462026-02-24T02:45:45.023ZFeb 24 02:45:45.095 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109472026-02-24T02:45:45.023ZFeb 24 02:45:45.095 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109482026-02-24T02:45:45.216ZFeb 24 02:45:45.288 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109492026-02-24T02:45:45.216ZFeb 24 02:45:45.288 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109502026-02-24T02:45:45.241ZFeb 24 02:45:45.298 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109512026-02-24T02:45:45.241ZFeb 24 02:45:45.301 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109522026-02-24T02:45:45.241ZFeb 24 02:45:45.303 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109532026-02-24T02:45:45.376ZFeb 24 02:45:45.448 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109542026-02-24T02:45:45.698ZFeb 24 02:45:45.770 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109552026-02-24T02:45:46.006ZFeb 24 02:45:46.078 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109562026-02-24T02:45:46.335ZFeb 24 02:45:46.407 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109572026-02-24T02:45:46.335ZFeb 24 02:45:46.407 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109582026-02-24T02:45:46.519ZFeb 24 02:45:46.592 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109592026-02-24T02:45:46.519ZFeb 24 02:45:46.592 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109602026-02-24T02:45:46.731ZFeb 24 02:45:46.802 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109612026-02-24T02:45:46.731ZFeb 24 02:45:46.802 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109622026-02-24T02:45:46.925ZFeb 24 02:45:46.997 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109632026-02-24T02:45:46.925ZFeb 24 02:45:46.998 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109642026-02-24T02:45:46.949ZFeb 24 02:45:47.001 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109652026-02-24T02:45:46.950ZFeb 24 02:45:47.003 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109662026-02-24T02:45:46.950ZFeb 24 02:45:47.006 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109672026-02-24T02:45:46.950ZFeb 24 02:45:47.006 INFO added artifact, length: 924, hash: 77b51f16410b212a89b3e384502821f30d8ac79e3bb146f3042064b164bbffe5, version: 19.0.0-0.ci+git377e51584fe, kind: installinator_document, name: installinator_document
109682026-02-24T02:45:47.950ZFeb 24 02:45:48.022 INFO [tuf-repo] task succeeded (218.882961508s)
109692026-02-24T02:45:47.950ZFeb 24 02:45:48.022 INFO all jobs completed in 4156.808181399s
109702026-02-24T02:45:50.015Zprocess exited: duration 5115774 ms, exit code 0
 
109712026-02-24T02:45:50.073Zfound 41 output files
109722026-02-24T02:45:50.073Zuploading: /work/manifest.toml (17174 bytes)
109732026-02-24T02:45:51.225Zuploaded: /work/manifest.toml
109742026-02-24T02:45:51.226Zuploading: /work/repo.zip (2946448731 bytes)
109752026-02-24T02:48:34.789Zuploaded: /work/repo.zip
109762026-02-24T02:48:34.789Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109772026-02-24T02:48:35.872Zuploaded: /work/repo.zip.sha256.txt
109782026-02-24T02:48:35.872Zuploading: /work/helios.json (647 bytes)
109792026-02-24T02:48:36.967Zuploaded: /work/helios.json
109802026-02-24T02:48:36.967Zuploading: /work/incorporation.p5m (100410 bytes)
109812026-02-24T02:48:38.172Zuploaded: /work/incorporation.p5m
109822026-02-24T02:48:38.172Zuploading: /work/incorporation.p5p (122880 bytes)
109832026-02-24T02:48:39.378Zuploaded: /work/incorporation.p5p
109842026-02-24T02:48:39.378Zuploading: /work/helios-incorp.log (526 bytes)
109852026-02-24T02:48:40.473Zuploaded: /work/helios-incorp.log
109862026-02-24T02:48:40.473Zuploading: /work/helios-setup.log (57811 bytes)
109872026-02-24T02:48:41.658Zuploaded: /work/helios-setup.log
109882026-02-24T02:48:41.658Zuploading: /work/host-image.log (235760 bytes)
109892026-02-24T02:48:42.886Zuploaded: /work/host-image.log
109902026-02-24T02:48:42.886Zuploading: /work/host-package.log (33405 bytes)
109912026-02-24T02:48:44.048Zuploaded: /work/host-package.log
109922026-02-24T02:48:44.048Zuploading: /work/host-target.log (101 bytes)
109932026-02-24T02:48:45.144Zuploaded: /work/host-target.log
109942026-02-24T02:48:45.169Zuploading: /work/incorp-create.log (0 bytes)
109952026-02-24T02:48:46.219Zuploaded: /work/incorp-create.log
109962026-02-24T02:48:46.219Zuploading: /work/incorp-fmt.log (0 bytes)
109972026-02-24T02:48:47.292Zuploaded: /work/incorp-fmt.log
109982026-02-24T02:48:47.292Zuploading: /work/incorp-pkgsend.log (108 bytes)
109992026-02-24T02:48:48.388Zuploaded: /work/incorp-pkgsend.log
110002026-02-24T02:48:48.413Zuploading: /work/incorp-publisher.log (0 bytes)
110012026-02-24T02:48:49.463Zuploaded: /work/incorp-publisher.log
110022026-02-24T02:48:49.488Zuploading: /work/omicron-package.log (6790 bytes)
110032026-02-24T02:48:50.581Zuploaded: /work/omicron-package.log
110042026-02-24T02:48:50.607Zuploading: /work/recovery-image.log (605096 bytes)
110052026-02-24T02:48:51.839Zuploaded: /work/recovery-image.log
110062026-02-24T02:48:51.839Zuploading: /work/recovery-package.log (1870 bytes)
110072026-02-24T02:48:52.934Zuploaded: /work/recovery-package.log
110082026-02-24T02:48:52.958Zuploading: /work/recovery-target.log (98 bytes)
110092026-02-24T02:48:54.029Zuploaded: /work/recovery-target.log
110102026-02-24T02:48:54.053Zuploading: /work/stamp-clickhouse.log (117 bytes)
110112026-02-24T02:48:55.125Zuploaded: /work/stamp-clickhouse.log
110122026-02-24T02:48:55.125Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110132026-02-24T02:48:56.221Zuploaded: /work/stamp-clickhouse_keeper.log
110142026-02-24T02:48:56.221Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110152026-02-24T02:48:57.317Zuploaded: /work/stamp-clickhouse_server.log
110162026-02-24T02:48:57.317Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110172026-02-24T02:48:58.412Zuploaded: /work/stamp-cockroachdb.log
110182026-02-24T02:48:58.412Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110192026-02-24T02:48:59.509Zuploaded: /work/stamp-crucible-pantry-zone.log
110202026-02-24T02:48:59.509Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110212026-02-24T02:49:00.609Zuploaded: /work/stamp-crucible-utils.log
110222026-02-24T02:49:00.633Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110232026-02-24T02:49:01.699Zuploaded: /work/stamp-crucible-zone.log
110242026-02-24T02:49:01.723Zuploading: /work/stamp-external-dns.log (119 bytes)
110252026-02-24T02:49:02.795Zuploaded: /work/stamp-external-dns.log
110262026-02-24T02:49:02.819Zuploading: /work/stamp-installinator.log (103 bytes)
110272026-02-24T02:49:03.893Zuploaded: /work/stamp-installinator.log
110282026-02-24T02:49:03.916Zuploading: /work/stamp-internal-dns.log (119 bytes)
110292026-02-24T02:49:04.988Zuploaded: /work/stamp-internal-dns.log
110302026-02-24T02:49:05.012Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110312026-02-24T02:49:06.084Zuploaded: /work/stamp-mg-ddm-gz.log
110322026-02-24T02:49:06.084Zuploading: /work/stamp-nexus.log (112 bytes)
110332026-02-24T02:49:07.180Zuploaded: /work/stamp-nexus.log
110342026-02-24T02:49:07.203Zuploading: /work/stamp-ntp.log (110 bytes)
110352026-02-24T02:49:08.275Zuploaded: /work/stamp-ntp.log
110362026-02-24T02:49:08.275Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110372026-02-24T02:49:09.372Zuploaded: /work/stamp-omicron-sled-agent.log
110382026-02-24T02:49:09.372Zuploading: /work/stamp-overlay.log (114 bytes)
110392026-02-24T02:49:10.468Zuploaded: /work/stamp-overlay.log
110402026-02-24T02:49:10.468Zuploading: /work/stamp-oximeter.log (115 bytes)
110412026-02-24T02:49:11.563Zuploaded: /work/stamp-oximeter.log
110422026-02-24T02:49:11.563Zuploading: /work/stamp-oxlog.log (109 bytes)
110432026-02-24T02:49:12.658Zuploaded: /work/stamp-oxlog.log
110442026-02-24T02:49:12.682Zuploading: /work/stamp-probe.log (112 bytes)
110452026-02-24T02:49:13.753Zuploaded: /work/stamp-probe.log
110462026-02-24T02:49:13.777Zuploading: /work/stamp-propolis-server.log (122 bytes)
110472026-02-24T02:49:14.850Zuploaded: /work/stamp-propolis-server.log
110482026-02-24T02:49:14.850Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110492026-02-24T02:49:15.945Zuploaded: /work/stamp-pumpkind-gz.log
110502026-02-24T02:49:15.945Zuploading: /work/stamp-switch-asic.log (118 bytes)
110512026-02-24T02:49:17.040Zuploaded: /work/stamp-switch-asic.log
110522026-02-24T02:49:17.040Zuploading: /work/verify-libraries.log (11725 bytes)
110532026-02-24T02:49:18.178Zuploaded: /work/verify-libraries.log