01KJ6QNET1RBPND5TD7AZQF5E6: 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: 01KJ6QP1JA0DBKSYNSP8KK5V8A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T02:30:39.859Zjob assigned to worker 01KJ6QP8PZWXVRFBGEK1ZQHS5X [factory aws, i-09dbad1a8af606fca] (queued for 1 m 3 s)
 
22026-02-24T02:30:48.169Zstarting task 0: "setup"
32026-02-24T02:30:48.173Z++ uname -s
42026-02-24T02:30:48.176Z+ kern=SunOS
52026-02-24T02:30:48.176Z+ build_user=build
62026-02-24T02:30:48.176Z+ build_uid=12345
72026-02-24T02:30:48.176Z+ work_dir=/work
82026-02-24T02:30:48.176Z+ input_dir=/input
92026-02-24T02:30:48.176Z+ [[ 0 == 12345 ]]
102026-02-24T02:30:48.176Z+ case "$kern" in
112026-02-24T02:30:48.176Z+ groupadd -g 12345 build
122026-02-24T02:30:48.179Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T02:30:50.186Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T02:30:50.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T02:30:50.312Z+ home_fs=zfs
162026-02-24T02:30:50.312Z+ [[ zfs == autofs ]]
172026-02-24T02:30:50.312Z+ mkdir -p /home/build
182026-02-24T02:30:50.317Z+ chown build:build /home/build /work
192026-02-24T02:30:52.316Z+ chmod 0700 /home/build /work
202026-02-24T02:30:52.319Zprocess exited: duration 4152 ms, exit code 0
 
212026-02-24T02:30:52.326Zstarting task 1: "rust-toolchain"
222026-02-24T02:30:52.331Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T02:30:52.331Z * rust toolchain channel = "1.91.1"
242026-02-24T02:30:52.331Z * rust toolchain profile = "default"
252026-02-24T02:30:52.331Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-24T02:30:52.331Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T02:30:52.331Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T02:30:52.334Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T02:30:52.334Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T02:30:52.448Zinfo: downloading installer
312026-02-24T02:30:54.145Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T02:30:54.145Zwarn: /opt/ooce/bin
332026-02-24T02:30:54.145Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T02:30:54.145Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T02:30:54.145Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T02:30:54.145Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T02:30:54.145Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T02:30:54.145Zerror: cannot install while Rust is installed
392026-02-24T02:30:54.145Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T02:30:54.178Zinfo: profile set to 'default'
412026-02-24T02:30:54.178Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T02:30:54.182Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T02:30:54.375Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T02:30:54.375Zinfo: downloading component 'cargo'
452026-02-24T02:30:55.421Zinfo: downloading component 'clippy'
462026-02-24T02:30:55.894Zinfo: downloading component 'rust-docs'
472026-02-24T02:30:57.279Zinfo: downloading component 'rust-std'
482026-02-24T02:30:59.532Zinfo: downloading component 'rustc'
492026-02-24T02:31:07.071Zinfo: downloading component 'rustfmt'
502026-02-24T02:31:07.352Zinfo: installing component 'cargo'
512026-02-24T02:31:08.244Zinfo: installing component 'clippy'
522026-02-24T02:31:08.637Zinfo: installing component 'rust-docs'
532026-02-24T02:31:10.577Zinfo: installing component 'rust-std'
542026-02-24T02:31:12.380Zinfo: installing component 'rustc'
552026-02-24T02:31:19.079Zinfo: installing component 'rustfmt'
562026-02-24T02:31:19.419Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T02:31:19.419Z
582026-02-24T02:31:19.905Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T02:31:19.905Z
602026-02-24T02:31:19.909Z
612026-02-24T02:31:19.909ZRust is installed now. Great!
622026-02-24T02:31:19.909Z
632026-02-24T02:31:19.909ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T02:31:19.909Zenvironment variable. This has not been done automatically.
652026-02-24T02:31:19.909Z
662026-02-24T02:31:19.909ZTo configure your current shell, you need to source
672026-02-24T02:31:19.909Zthe corresponding env file under $HOME/.cargo.
682026-02-24T02:31:19.909Z
692026-02-24T02:31:19.909ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T02:31:19.909Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T02:31:19.909Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T02:31:19.909Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T02:31:20.029Z+ rustup --version
742026-02-24T02:31:20.040Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T02:31:20.045Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T02:31:20.130Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T02:31:20.133Z+ cargo --version
782026-02-24T02:31:20.205Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T02:31:20.210Z+ rustc --version
802026-02-24T02:31:20.284Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T02:31:20.289Zprocess exited: duration 27956 ms, exit code 0
 
822026-02-24T02:31:20.295Zstarting task 2: "authentication"
832026-02-24T02:31:20.319Zprocess exited: duration 22 ms, exit code 0
 
842026-02-24T02:31:20.325Zstarting task 3: "clone repository"
852026-02-24T02:31:20.329Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T02:31:20.332Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T02:31:20.373ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T02:32:15.277Z+ cd /work/oxidecomputer/omicron
892026-02-24T02:32:15.280Z+ git fetch origin 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
902026-02-24T02:32:16.005ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T02:32:16.005Z * branch 726b27d712b45a2c74e8d60323dfcefb38d3fbc6 -> FETCH_HEAD
922026-02-24T02:32:16.016Z+ [[ -n john/move-external-port-discovery ]]
932026-02-24T02:32:16.019Z++ git branch --show-current
942026-02-24T02:32:16.022Z+ current=main
952026-02-24T02:32:16.022Z+ [[ main != john/move-external-port-discovery ]]
962026-02-24T02:32:16.022Z+ git branch -f john/move-external-port-discovery 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
972026-02-24T02:32:16.025Z+ git checkout -f john/move-external-port-discovery
982026-02-24T02:32:16.258ZSwitched to branch 'john/move-external-port-discovery'
992026-02-24T02:32:16.261Z+ git reset --hard 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
1002026-02-24T02:32:16.280ZHEAD is now at 726b27d71 Merge branch 'main' into john/move-external-port-discovery
1012026-02-24T02:32:16.283Zprocess exited: duration 55945 ms, exit code 0
 
1022026-02-24T02:32:16.292Zstarting task 4: "build"
1032026-02-24T02:32:16.295Z+ source .github/buildomat/ci-env.sh
1042026-02-24T02:32:16.295Z++ export CARGO_TERM_COLOR=always
1052026-02-24T02:32:16.295Z++ CARGO_TERM_COLOR=always
1062026-02-24T02:32:16.295Z+ cargo --version
1072026-02-24T02:32:16.357Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T02:32:16.360Z+ rustc --version
1092026-02-24T02:32:16.434Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T02:32:16.437Z+ cargo tree --locked
1112026-02-24T02:32:16.727Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-24T02:32:17.281Z Updating crates.io index
1132026-02-24T02:32:17.284Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-24T02:32:17.866Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-24T02:32:19.205Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-24T02:32:21.576Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-24T02:32:22.328Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-24T02:32:23.093Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-24T02:32:27.132Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-24T02:32:33.760Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-24T02:32:36.218Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-24T02:32:37.458Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-24T02:32:40.884Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-24T02:32:42.628Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-24T02:32:43.436Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-24T02:32:44.490Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-24T02:32:45.144Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-24T02:32:47.012Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-24T02:32:48.332Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-24T02:32:48.836Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-24T02:32:49.593Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-24T02:32:50.727Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-24T02:32:51.429Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-24T02:32:51.978Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-24T02:32:52.512Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-24T02:32:53.424Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-24T02:32:54.172Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-24T02:32:55.696Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-24T02:32:56.452Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-24T02:32:57.291Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-24T02:32:58.000Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-24T02:33:00.617Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-24T02:33:01.431Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-24T02:33:02.043Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-24T02:33:03.105Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-24T02:33:03.731Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-24T02:33:04.476Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-24T02:33:05.398Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-24T02:33:06.192Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-24T02:33:06.706Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-24T02:33:07.486Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-24T02:33:45.259Z Downloading crates ...
1532026-02-24T02:33:45.415Z Downloaded async-recursion v1.1.1
1542026-02-24T02:33:45.424Z Downloaded block-buffer v0.10.4
1552026-02-24T02:33:45.428Z Downloaded ahash v0.8.12
1562026-02-24T02:33:45.434Z Downloaded adler2 v2.0.0
1572026-02-24T02:33:45.439Z Downloaded addr2line v0.24.2
1582026-02-24T02:33:45.445Z Downloaded aead v0.5.2
1592026-02-24T02:33:45.452Z Downloaded diesel_table_macro_syntax v0.2.0
1602026-02-24T02:33:45.456Z Downloaded darling_core v0.20.10
1612026-02-24T02:33:45.464Z Downloaded colored v2.2.0
1622026-02-24T02:33:45.471Z Downloaded cfg_aliases v0.2.1
1632026-02-24T02:33:45.476Z Downloaded des v0.8.1
1642026-02-24T02:33:45.482Z Downloaded daft v0.1.4
1652026-02-24T02:33:45.488Z Downloaded ciborium-ll v0.2.2
1662026-02-24T02:33:45.493Z Downloaded ecdsa v0.16.9
1672026-02-24T02:33:45.499Z Downloaded curve25519-dalek-derive v0.1.1
1682026-02-24T02:33:45.504Z Downloaded chacha20 v0.9.1
1692026-02-24T02:33:45.510Z Downloaded csv-core v0.1.11
1702026-02-24T02:33:45.516Z Downloaded defmt-parser v0.3.4
1712026-02-24T02:33:45.521Z Downloaded dirs-sys-next v0.1.2
1722026-02-24T02:33:45.526Z Downloaded cassowary v0.3.0
1732026-02-24T02:33:45.531Z Downloaded bcs v0.1.6
1742026-02-24T02:33:45.537Z Downloaded digest v0.10.7
1752026-02-24T02:33:45.542Z Downloaded chacha20poly1305 v0.10.1
1762026-02-24T02:33:45.548Z Downloaded display-error-chain v0.2.2
1772026-02-24T02:33:45.553Z Downloaded darling_macro v0.20.10
1782026-02-24T02:33:45.557Z Downloaded cargo-platform v0.2.0
1792026-02-24T02:33:45.562Z Downloaded async-stream-impl v0.3.6
1802026-02-24T02:33:45.566Z Downloaded dyn-clone v1.0.20
1812026-02-24T02:33:45.572Z Downloaded bit-set v0.8.0
1822026-02-24T02:33:45.577Z Downloaded document-features v0.2.11
1832026-02-24T02:33:45.581Z Downloaded dunce v1.0.5
1842026-02-24T02:33:45.586Z Downloaded dropshot-api-manager-types v0.3.0
1852026-02-24T02:33:45.591Z Downloaded event-listener-strategy v0.5.2
1862026-02-24T02:33:45.595Z Downloaded convert_case v0.4.0
1872026-02-24T02:33:45.600Z Downloaded debug-ignore v1.0.5
1882026-02-24T02:33:45.605Z Downloaded escape8259 v0.5.3
1892026-02-24T02:33:45.609Z Downloaded dtrace-parser v0.2.0
1902026-02-24T02:33:45.614Z Downloaded float-ord v0.3.2
1912026-02-24T02:33:45.619Z Downloaded fixedbitset v0.4.2
1922026-02-24T02:33:45.623Z Downloaded foreign-types v0.3.2
1932026-02-24T02:33:45.627Z Downloaded cookie v0.18.1
1942026-02-24T02:33:45.633Z Downloaded daft-derive v0.1.4
1952026-02-24T02:33:45.641Z Downloaded foreign-types-shared v0.1.1
1962026-02-24T02:33:45.645Z Downloaded drift v0.1.3
1972026-02-24T02:33:45.653Z Downloaded foreign-types v0.5.0
1982026-02-24T02:33:45.657Z Downloaded futures-io v0.3.31
1992026-02-24T02:33:45.662Z Downloaded futures-macro v0.3.31
2002026-02-24T02:33:45.666Z Downloaded ena v0.14.3
2012026-02-24T02:33:45.671Z Downloaded futures-sink v0.3.31
2022026-02-24T02:33:45.675Z Downloaded colored v3.0.0
2032026-02-24T02:33:45.681Z Downloaded heck v0.3.3
2042026-02-24T02:33:45.685Z Downloaded hex v0.4.3
2052026-02-24T02:33:45.690Z Downloaded hex-literal v0.4.1
2062026-02-24T02:33:45.693Z Downloaded const-oid v0.9.6
2072026-02-24T02:33:45.699Z Downloaded futures-channel v0.3.31
2082026-02-24T02:33:45.703Z Downloaded gethostname v0.5.0
2092026-02-24T02:33:45.708Z Downloaded fxhash v0.2.1
2102026-02-24T02:33:45.712Z Downloaded heck v0.5.0
2112026-02-24T02:33:45.715Z Downloaded http-range v0.1.5
2122026-02-24T02:33:45.720Z Downloaded hostname v0.4.2
2132026-02-24T02:33:45.724Z Downloaded http-body v1.0.1
2142026-02-24T02:33:45.728Z Downloaded hubpack_derive v0.1.1
2152026-02-24T02:33:45.732Z Downloaded hostname v0.3.1
2162026-02-24T02:33:45.736Z Downloaded hyper-tls v0.6.0
2172026-02-24T02:33:45.740Z Downloaded group v0.13.0
2182026-02-24T02:33:45.744Z Downloaded fs_extra v1.3.0
2192026-02-24T02:33:45.749Z Downloaded ident_case v1.0.1
2202026-02-24T02:33:45.753Z Downloaded indoc v1.0.9
2212026-02-24T02:33:45.759Z Downloaded instant v0.1.13
2222026-02-24T02:33:45.763Z Downloaded fixedbitset v0.5.7
2232026-02-24T02:33:45.767Z Downloaded inout v0.1.3
2242026-02-24T02:33:45.771Z Downloaded is-terminal v0.4.13
2252026-02-24T02:33:45.775Z Downloaded instability v0.3.2
2262026-02-24T02:33:45.779Z Downloaded is_terminal_polyfill v1.70.1
2272026-02-24T02:33:45.783Z Downloaded is_ci v1.2.0
2282026-02-24T02:33:45.787Z Downloaded icu_locid_transform v1.5.0
2292026-02-24T02:33:45.792Z Downloaded lalrpop-util v0.19.12
2302026-02-24T02:33:45.795Z Downloaded lazy_static v1.5.0
2312026-02-24T02:33:45.800Z Downloaded itoa v1.0.11
2322026-02-24T02:33:45.804Z Downloaded humantime v2.2.0
2332026-02-24T02:33:45.808Z Downloaded maplit v1.0.2
2342026-02-24T02:33:45.812Z Downloaded lru-cache v0.1.2
2352026-02-24T02:33:45.816Z Downloaded lzss v0.8.2
2362026-02-24T02:33:45.820Z Downloaded macaddr v1.0.1
2372026-02-24T02:33:45.824Z Downloaded md5 v0.7.0
2382026-02-24T02:33:45.828Z Downloaded memmap v0.7.0
2392026-02-24T02:33:45.833Z Downloaded hyper-rustls v0.27.7
2402026-02-24T02:33:45.837Z Downloaded half v1.8.3
2412026-02-24T02:33:45.841Z Downloaded internet-checksum v0.2.1
2422026-02-24T02:33:45.845Z Downloaded new_debug_unreachable v1.0.6
2432026-02-24T02:33:45.854Z Downloaded libsw v3.5.0
2442026-02-24T02:33:45.857Z Downloaded lru v0.12.5
2452026-02-24T02:33:45.857Z Downloaded mime v0.3.17
2462026-02-24T02:33:45.859Z Downloaded newtype_derive v0.1.6
2472026-02-24T02:33:45.863Z Downloaded indoc v2.0.6
2482026-02-24T02:33:45.868Z Downloaded lock_api v0.4.12
2492026-02-24T02:33:45.872Z Downloaded arc-swap v1.7.1
2502026-02-24T02:33:45.878Z Downloaded litemap v0.7.3
2512026-02-24T02:33:45.883Z Downloaded num-iter v0.1.45
2522026-02-24T02:33:45.888Z Downloaded httparse v1.9.5
2532026-02-24T02:33:45.891Z Downloaded nodrop v0.1.14
2542026-02-24T02:33:45.894Z Downloaded nibble_vec v0.1.0
2552026-02-24T02:33:45.898Z Downloaded num_enum_derive v0.5.11
2562026-02-24T02:33:45.902Z Downloaded normalize-line-endings v0.3.0
2572026-02-24T02:33:45.905Z Downloaded num_threads v0.1.7
2582026-02-24T02:33:45.908Z Downloaded nonempty v0.12.0
2592026-02-24T02:33:45.912Z Downloaded number_prefix v0.4.0
2602026-02-24T02:33:45.914Z Downloaded opaque-debug v0.3.1
2612026-02-24T02:33:45.918Z Downloaded indexmap v1.9.3
2622026-02-24T02:33:45.923Z Downloaded newtype-uuid v1.3.2
2632026-02-24T02:33:45.927Z Downloaded oorandom v11.1.4
2642026-02-24T02:33:45.930Z Downloaded half v2.4.1
2652026-02-24T02:33:45.935Z Downloaded openssl-probe v0.1.5
2662026-02-24T02:33:45.938Z Downloaded openssl-macros v0.1.1
2672026-02-24T02:33:45.942Z Downloaded iana-time-zone v0.1.63
2682026-02-24T02:33:45.946Z Downloaded ordered-float v2.10.1
2692026-02-24T02:33:45.949Z Downloaded num-rational v0.4.2
2702026-02-24T02:33:45.957Z Downloaded parking v2.2.1
2712026-02-24T02:33:45.960Z Downloaded ingot-macros v0.1.1
2722026-02-24T02:33:45.964Z Downloaded litrs v0.4.1
2732026-02-24T02:33:45.966Z Downloaded base64 v0.22.1
2742026-02-24T02:33:45.970Z Downloaded parse-size v1.1.0
2752026-02-24T02:33:45.973Z Downloaded olpc-cjson v0.1.4
2762026-02-24T02:33:45.976Z Downloaded crossterm v0.28.1
2772026-02-24T02:33:45.985Z Downloaded peg-runtime v0.8.5
2782026-02-24T02:33:45.988Z Downloaded pbkdf2 v0.12.2
2792026-02-24T02:33:45.991Z Downloaded pbkdf2 v0.11.0
2802026-02-24T02:33:45.995Z Downloaded phf_shared v0.12.1
2812026-02-24T02:33:45.999Z Downloaded phf_shared v0.11.2
2822026-02-24T02:33:46.003Z Downloaded percent-encoding v2.3.2
2832026-02-24T02:33:46.006Z Downloaded knuffel v3.2.0
2842026-02-24T02:33:46.009Z Downloaded plain v0.2.3
2852026-02-24T02:33:46.012Z Downloaded parse-display-derive v0.10.0
2862026-02-24T02:33:46.015Z Downloaded fancy-regex v0.14.0
2872026-02-24T02:33:46.021Z Downloaded num-integer v0.1.46
2882026-02-24T02:33:46.024Z Downloaded predicates-tree v1.0.12
2892026-02-24T02:33:46.028Z Downloaded pretty-hex v0.2.1
2902026-02-24T02:33:46.031Z Downloaded predicates-core v1.0.8
2912026-02-24T02:33:46.034Z Downloaded pathdiff v0.2.3
2922026-02-24T02:33:46.037Z Downloaded icu_normalizer v1.5.0
2932026-02-24T02:33:46.042Z Downloaded pretty-hex v0.4.1
2942026-02-24T02:33:46.045Z Downloaded proc-macro-crate v3.2.0
2952026-02-24T02:33:46.049Z Downloaded proc-macro-error-attr2 v2.0.0
2962026-02-24T02:33:46.052Z Downloaded peg v0.8.5
2972026-02-24T02:33:46.057Z Downloaded pin-project-internal v1.1.6
2982026-02-24T02:33:46.063Z Downloaded base64 v0.21.7
2992026-02-24T02:33:46.066Z Downloaded owo-colors v4.2.3
3002026-02-24T02:33:46.071Z Downloaded progenitor-client v0.10.0
3012026-02-24T02:33:46.075Z Downloaded miniz_oxide v0.8.5
3022026-02-24T02:33:46.078Z Downloaded powerfmt v0.2.0
3032026-02-24T02:33:46.081Z Downloaded postgres-protocol v0.6.8
3042026-02-24T02:33:46.084Z Downloaded psl-types v2.0.11
3052026-02-24T02:33:46.088Z Downloaded omicron-zone-package v0.12.2
3062026-02-24T02:33:46.092Z Downloaded password-hash v0.4.2
3072026-02-24T02:33:46.095Z Downloaded predicates v3.1.3
3082026-02-24T02:33:46.100Z Downloaded quick-error v1.2.3
3092026-02-24T02:33:46.103Z Downloaded proc-macro-error2 v2.0.1
3102026-02-24T02:33:46.108Z Downloaded progenitor-client v0.11.2
3112026-02-24T02:33:46.110Z Downloaded progenitor v0.8.0
3122026-02-24T02:33:46.114Z Downloaded proc-macro-error v1.0.4
3132026-02-24T02:33:46.118Z Downloaded progenitor v0.10.0
3142026-02-24T02:33:46.122Z Downloaded progenitor v0.11.2
3152026-02-24T02:33:46.125Z Downloaded miette v5.10.0
3162026-02-24T02:33:46.130Z Downloaded minimal-lexical v0.2.1
3172026-02-24T02:33:46.136Z Downloaded pin-project-lite v0.2.14
3182026-02-24T02:33:46.143Z Downloaded progenitor-macro v0.8.0
3192026-02-24T02:33:46.146Z Downloaded rand_xorshift v0.4.0
3202026-02-24T02:33:46.148Z Downloaded chrono v0.4.43
3212026-02-24T02:33:46.156Z Downloaded progenitor-macro v0.11.2
3222026-02-24T02:33:46.159Z Downloaded postgres-types v0.2.9
3232026-02-24T02:33:46.163Z Downloaded psm v0.1.30
3242026-02-24T02:33:46.167Z Downloaded parking_lot v0.11.2
3252026-02-24T02:33:46.171Z Downloaded rfc6979 v0.4.0
3262026-02-24T02:33:46.174Z Downloaded ref-cast-impl v1.0.25
3272026-02-24T02:33:46.177Z Downloaded ref-cast v1.0.25
3282026-02-24T02:33:46.180Z Downloaded r2d2 v0.8.10
3292026-02-24T02:33:46.184Z Downloaded rtoolbox v0.0.2
3302026-02-24T02:33:46.186Z Downloaded pem-rfc7468 v0.7.0
3312026-02-24T02:33:46.190Z Downloaded quinn-udp v0.5.5
3322026-02-24T02:33:46.193Z Downloaded libm v0.2.8
3332026-02-24T02:33:46.202Z Downloaded rand_core v0.9.3
3342026-02-24T02:33:46.205Z Downloaded radium v0.7.0
3352026-02-24T02:33:46.207Z Downloaded rustc_version v0.1.7
3362026-02-24T02:33:46.210Z Downloaded pkcs5 v0.7.1
3372026-02-24T02:33:46.215Z Downloaded rand_seeder v0.4.0
3382026-02-24T02:33:46.218Z Downloaded rustc-hash v1.1.0
3392026-02-24T02:33:46.220Z Downloaded postcard v1.0.10
3402026-02-24T02:33:46.223Z Downloaded rustc-hash v2.1.1
3412026-02-24T02:33:46.226Z Downloaded hashbrown v0.13.2
3422026-02-24T02:33:46.231Z Downloaded num-bigint v0.4.6
3432026-02-24T02:33:46.238Z Downloaded scopeguard v1.2.0
3442026-02-24T02:33:46.240Z Downloaded parking_lot v0.12.3
3452026-02-24T02:33:46.244Z Downloaded idna v1.0.3
3462026-02-24T02:33:46.248Z Downloaded rand_core v0.6.4
3472026-02-24T02:33:46.251Z Downloaded scrypt v0.11.0
3482026-02-24T02:33:46.254Z Downloaded secrecy v0.8.0
3492026-02-24T02:33:46.257Z Downloaded resolv-conf v0.7.0
3502026-02-24T02:33:46.260Z Downloaded futures-util v0.3.31
3512026-02-24T02:33:46.273Z Downloaded serde-value v0.7.0
3522026-02-24T02:33:46.275Z Downloaded seq-macro v0.3.6
3532026-02-24T02:33:46.278Z Downloaded sapling-renderdag v0.1.0
3542026-02-24T02:33:46.283Z Downloaded rustls-pemfile v1.0.4
3552026-02-24T02:33:46.286Z Downloaded rusty-fork v0.3.0
3562026-02-24T02:33:46.288Z Downloaded rustls-native-certs v0.8.1
3572026-02-24T02:33:46.291Z Downloaded prettyplease v0.2.36
3582026-02-24T02:33:46.295Z Downloaded pretty_assertions v1.4.1
3592026-02-24T02:33:46.298Z Downloaded serde_spanned v1.0.4
3602026-02-24T02:33:46.301Z Downloaded serde_repr v0.1.19
3612026-02-24T02:33:46.305Z Downloaded serde_spanned v0.6.9
3622026-02-24T02:33:46.308Z Downloaded prefix-trie v0.7.0
3632026-02-24T02:33:46.311Z Downloaded semver v0.1.20
3642026-02-24T02:33:46.313Z Downloaded serde_plain v1.0.2
3652026-02-24T02:33:46.316Z Downloaded polling v3.7.3
3662026-02-24T02:33:46.319Z Downloaded signature v2.2.0
3672026-02-24T02:33:46.322Z Downloaded signal-hook-mio v0.2.4
3682026-02-24T02:33:46.326Z Downloaded serde-big-array v0.5.1
3692026-02-24T02:33:46.328Z Downloaded rustls-pemfile v2.2.0
3702026-02-24T02:33:46.331Z Downloaded scroll v0.13.0
3712026-02-24T02:33:46.333Z Downloaded serde_bytes v0.11.19
3722026-02-24T02:33:46.336Z Downloaded siphasher v1.0.1
3732026-02-24T02:33:46.339Z Downloaded scroll v0.12.0
3742026-02-24T02:33:46.342Z Downloaded serde-untagged v0.1.7
3752026-02-24T02:33:46.345Z Downloaded sha1 v0.10.6
3762026-02-24T02:33:46.348Z Downloaded http v1.4.0
3772026-02-24T02:33:46.352Z Downloaded simd-adler32 v0.3.7
3782026-02-24T02:33:46.355Z Downloaded proc-macro2 v1.0.101
3792026-02-24T02:33:46.358Z Downloaded serde_regex v1.1.0
3802026-02-24T02:33:46.361Z Downloaded slog-envlogger v2.2.0
3812026-02-24T02:33:46.364Z Downloaded signal-hook-tokio v0.3.1
3822026-02-24T02:33:46.366Z Downloaded progenitor-impl v0.10.0
3832026-02-24T02:33:46.370Z Downloaded quinn v0.11.5
3842026-02-24T02:33:46.374Z Downloaded sec1 v0.7.3
3852026-02-24T02:33:46.377Z Downloaded ron v0.7.1
3862026-02-24T02:33:46.382Z Downloaded signal-hook-registry v1.4.2
3872026-02-24T02:33:46.385Z Downloaded smawk v0.3.2
3882026-02-24T02:33:46.388Z Downloaded sha2 v0.10.9
3892026-02-24T02:33:46.391Z Downloaded secrecy v0.10.3
3902026-02-24T02:33:46.394Z Downloaded similar-asserts v1.7.0
3912026-02-24T02:33:46.397Z Downloaded rstest v0.25.0
3922026-02-24T02:33:46.402Z Downloaded siphasher v0.3.11
3932026-02-24T02:33:46.405Z Downloaded serde-hex v0.1.0
3942026-02-24T02:33:46.408Z Downloaded slog-bunyan v2.5.0
3952026-02-24T02:33:46.411Z Downloaded rustls-pki-types v1.10.0
3962026-02-24T02:33:46.414Z Downloaded stable_deref_trait v1.2.0
3972026-02-24T02:33:46.416Z Downloaded strip-ansi-escapes v0.2.0
3982026-02-24T02:33:46.419Z Downloaded rustversion v1.0.22
3992026-02-24T02:33:46.422Z Downloaded qorb v0.4.1
4002026-02-24T02:33:46.427Z Downloaded slog-term v2.9.2
4012026-02-24T02:33:46.430Z Downloaded ssh-cipher v0.2.0
4022026-02-24T02:33:46.433Z Downloaded structmeta-derive v0.3.0
4032026-02-24T02:33:46.436Z Downloaded structmeta v0.3.0
4042026-02-24T02:33:46.438Z Downloaded strsim v0.11.1
4052026-02-24T02:33:46.438Z Downloaded itertools v0.10.5
4062026-02-24T02:33:46.445Z Downloaded slog-json v2.6.1
4072026-02-24T02:33:46.448Z Downloaded serde_with_macros v3.16.1
4082026-02-24T02:33:46.451Z Downloaded serde_tokenstream v0.2.2
4092026-02-24T02:33:46.454Z Downloaded rcgen v0.12.1
4102026-02-24T02:33:46.457Z Downloaded supports-hyperlinks v2.1.0
4112026-02-24T02:33:46.460Z Downloaded shlex v1.3.0
4122026-02-24T02:33:46.462Z Downloaded strum v0.26.3
4132026-02-24T02:33:46.465Z Downloaded snafu-derive v0.8.5
4142026-02-24T02:33:46.465Z Downloaded guppy v0.17.20
4152026-02-24T02:33:46.472Z Downloaded swrite v0.1.0
4162026-02-24T02:33:46.475Z Downloaded supports-unicode v2.1.0
4172026-02-24T02:33:46.478Z Downloaded supports-color v2.1.0
4182026-02-24T02:33:46.478Z Downloaded sync-ptr v0.1.4
4192026-02-24T02:33:46.481Z Downloaded subtle v2.6.1
4202026-02-24T02:33:46.484Z Downloaded strum v0.27.2
4212026-02-24T02:33:46.484Z Downloaded take_mut v0.2.2
4222026-02-24T02:33:46.486Z Downloaded tabled_derive v0.11.0
4232026-02-24T02:33:46.489Z Downloaded serde_core v1.0.228
4242026-02-24T02:33:46.494Z Downloaded sync_wrapper v1.0.1
4252026-02-24T02:33:46.496Z Downloaded supports-color v3.0.2
4262026-02-24T02:33:46.496Z Downloaded slog-dtrace v0.3.0
4272026-02-24T02:33:46.499Z Downloaded smallvec v0.6.14
4282026-02-24T02:33:46.502Z Downloaded schemars v0.9.0
4292026-02-24T02:33:46.512Z Downloaded strum_macros v0.27.2
4302026-02-24T02:33:46.516Z Downloaded strum_macros v0.26.4
4312026-02-24T02:33:46.519Z Downloaded terminal_size v0.4.0
4322026-02-24T02:33:46.521Z Downloaded tagptr v0.2.0
4332026-02-24T02:33:46.524Z Downloaded support-bundle-viewer v0.1.2
4342026-02-24T02:33:46.524Z Downloaded sqlformat v0.3.5
4352026-02-24T02:33:46.527Z Downloaded spin v0.9.8
4362026-02-24T02:33:46.530Z Downloaded smf v0.2.3
4372026-02-24T02:33:46.533Z Downloaded terminal_size v0.1.17
4382026-02-24T02:33:46.535Z Downloaded thread-id v4.2.2
4392026-02-24T02:33:46.536Z Downloaded schemars v0.8.22
4402026-02-24T02:33:46.547Z Downloaded thread_local v1.1.8
4412026-02-24T02:33:46.550Z Downloaded time-core v0.1.6
4422026-02-24T02:33:46.553Z Downloaded thread-id v5.0.0
4432026-02-24T02:33:46.555Z Downloaded slog v2.8.2
4442026-02-24T02:33:46.558Z Downloaded testing_table v0.3.0
4452026-02-24T02:33:46.561Z Downloaded termtree v0.5.1
4462026-02-24T02:33:46.561Z Downloaded tinyvec_macros v0.1.1
4472026-02-24T02:33:46.564Z Downloaded target-lexicon v0.13.2
4482026-02-24T02:33:46.567Z Downloaded hashbrown v0.16.1
4492026-02-24T02:33:46.570Z Downloaded target-triple v0.1.3
4502026-02-24T02:33:46.573Z Downloaded tabwriter v1.4.0
4512026-02-24T02:33:46.577Z Downloaded stringmetrics v2.2.2
4522026-02-24T02:33:46.580Z Downloaded samael v0.0.19
4532026-02-24T02:33:46.583Z Downloaded subprocess v0.2.9
4542026-02-24T02:33:46.586Z Downloaded termios v0.3.3
4552026-02-24T02:33:46.588Z Downloaded rand v0.8.5
4562026-02-24T02:33:46.591Z Downloaded serde_cbor v0.11.2
4572026-02-24T02:33:46.595Z Downloaded thiserror-impl v1.0.69
4582026-02-24T02:33:46.598Z Downloaded socket2 v0.6.1
4592026-02-24T02:33:46.601Z Downloaded socket2 v0.5.10
4602026-02-24T02:33:46.603Z Downloaded serde v1.0.228
4612026-02-24T02:33:46.606Z Downloaded toml_datetime v0.6.11
4622026-02-24T02:33:46.609Z Downloaded toml_write v0.1.2
4632026-02-24T02:33:46.623Z Downloaded topological-sort v0.2.2
4642026-02-24T02:33:46.623Z Downloaded rayon-core v1.12.1
4652026-02-24T02:33:46.624Z Downloaded thiserror-no-std v2.0.2
4662026-02-24T02:33:46.624Z Downloaded tinystr v0.7.6
4672026-02-24T02:33:46.624Z Downloaded trait-variant v0.1.2
4682026-02-24T02:33:46.624Z Downloaded tower-layer v0.3.3
4692026-02-24T02:33:46.627Z Downloaded termcolor v1.4.1
4702026-02-24T02:33:46.627Z Downloaded target-spec v3.5.0
4712026-02-24T02:33:46.630Z Downloaded static_assertions v1.1.0
4722026-02-24T02:33:46.633Z Downloaded smallvec v1.15.1
4732026-02-24T02:33:46.635Z Downloaded strum_macros v0.24.3
4742026-02-24T02:33:46.638Z Downloaded tokio-macros v2.6.0
4752026-02-24T02:33:46.639Z Downloaded tls_codec_derive v0.4.1
4762026-02-24T02:33:46.641Z Downloaded tls_codec v0.4.1
4772026-02-24T02:33:46.644Z Downloaded h2 v0.4.6
4782026-02-24T02:33:46.648Z Downloaded typify-macro v0.2.0
4792026-02-24T02:33:46.651Z Downloaded tokio-native-tls v0.3.1
4802026-02-24T02:33:46.654Z Downloaded russh v0.45.0
4812026-02-24T02:33:46.657Z Downloaded tokio-rustls v0.25.0
4822026-02-24T02:33:46.660Z Downloaded unarray v0.1.4
4832026-02-24T02:33:46.663Z Downloaded typify-macro v0.4.3
4842026-02-24T02:33:46.663Z Downloaded tower-service v0.3.3
4852026-02-24T02:33:46.666Z Downloaded thiserror v2.0.18
4862026-02-24T02:33:46.670Z Downloaded itertools v0.12.1
4872026-02-24T02:33:46.677Z Downloaded unicode-truncate v1.1.0
4882026-02-24T02:33:46.679Z Downloaded toml_writer v1.0.6+spec-1.1.0
4892026-02-24T02:33:46.682Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4902026-02-24T02:33:46.682Z Downloaded plotters v0.3.7
4912026-02-24T02:33:46.690Z Downloaded unicode-xid v0.2.6
4922026-02-24T02:33:46.693Z Downloaded untrusted v0.9.0
4932026-02-24T02:33:46.696Z Downloaded tiny-keccak v2.0.2
4942026-02-24T02:33:46.699Z Downloaded unicode-linebreak v0.1.5
4952026-02-24T02:33:46.699Z Downloaded typeid v1.0.3
4962026-02-24T02:33:46.702Z Downloaded pest v2.8.2
4972026-02-24T02:33:46.705Z Downloaded universal-hash v0.5.1
4982026-02-24T02:33:46.709Z Downloaded tokio-dtrace v0.1.0
4992026-02-24T02:33:46.709Z Downloaded untrusted v0.7.1
5002026-02-24T02:33:46.712Z Downloaded usdt-attr-macro v0.6.0
5012026-02-24T02:33:46.712Z Downloaded usdt v0.6.0
5022026-02-24T02:33:46.714Z Downloaded typify v0.2.0
5032026-02-24T02:33:46.717Z Downloaded unit-prefix v0.5.1
5042026-02-24T02:33:46.717Z Downloaded tokio-rustls v0.26.0
5052026-02-24T02:33:46.720Z Downloaded test-strategy v0.4.3
5062026-02-24T02:33:46.723Z Downloaded usdt v0.5.0
5072026-02-24T02:33:46.726Z Downloaded usdt-macro v0.6.0
5082026-02-24T02:33:46.726Z Downloaded utf16_iter v1.0.5
5092026-02-24T02:33:46.728Z Downloaded utf-8 v0.7.6
5102026-02-24T02:33:46.728Z Downloaded hyper v1.8.1
5112026-02-24T02:33:46.733Z Downloaded tracing-attributes v0.1.27
5122026-02-24T02:33:46.736Z Downloaded curve25519-dalek v4.1.3
5132026-02-24T02:33:46.744Z Downloaded utf8parse v0.2.2
5142026-02-24T02:33:46.746Z Downloaded utf8_iter v1.0.4
5152026-02-24T02:33:46.746Z Downloaded usdt-macro v0.5.0
5162026-02-24T02:33:46.749Z Downloaded usdt-attr-macro v0.5.0
5172026-02-24T02:33:46.749Z Downloaded try-lock v0.2.5
5182026-02-24T02:33:46.749Z Downloaded p521 v0.13.3
5192026-02-24T02:33:46.753Z Downloaded snafu v0.8.5
5202026-02-24T02:33:46.759Z Downloaded unicase v2.8.1
5212026-02-24T02:33:46.762Z Downloaded waitgroup v0.1.2
5222026-02-24T02:33:46.762Z Downloaded wait-timeout v0.2.0
5232026-02-24T02:33:46.764Z Downloaded toml v0.8.23
5242026-02-24T02:33:46.767Z Downloaded goblin v0.8.2
5252026-02-24T02:33:46.771Z Downloaded version_check v0.9.5
5262026-02-24T02:33:46.774Z Downloaded tokio-rustls v0.24.1
5272026-02-24T02:33:46.777Z Downloaded usdt-impl v0.5.0
5282026-02-24T02:33:46.777Z Downloaded which v4.4.2
5292026-02-24T02:33:46.781Z Downloaded vte_generate_state_changes v0.1.2
5302026-02-24T02:33:46.782Z Downloaded write16 v1.0.0
5312026-02-24T02:33:46.782Z Downloaded tar v0.4.44
5322026-02-24T02:33:46.786Z Downloaded tokio-tungstenite v0.21.0
5332026-02-24T02:33:46.786Z Downloaded want v0.3.1
5342026-02-24T02:33:46.789Z Downloaded void v1.0.2
5352026-02-24T02:33:46.789Z Downloaded tokio-stream v0.1.17
5362026-02-24T02:33:46.792Z Downloaded toml_parser v1.0.6+spec-1.1.0
5372026-02-24T02:33:46.794Z Downloaded ucd-trie v0.1.7
5382026-02-24T02:33:46.797Z Downloaded xshell-macros v0.2.7
5392026-02-24T02:33:46.797Z Downloaded typenum v1.17.0
5402026-02-24T02:33:46.800Z Downloaded num-bigint-dig v0.8.6
5412026-02-24T02:33:46.803Z Downloaded toml v0.9.11+spec-1.1.0
5422026-02-24T02:33:46.807Z Downloaded gimli v0.31.1
5432026-02-24T02:33:46.813Z Downloaded vergen-gitcl v1.0.8
5442026-02-24T02:33:46.816Z Downloaded uzers v0.12.1
5452026-02-24T02:33:46.819Z Downloaded zeroize_derive v1.4.2
5462026-02-24T02:33:46.819Z Downloaded usdt-impl v0.6.0
5472026-02-24T02:33:46.822Z Downloaded vergen-lib v0.1.6
5482026-02-24T02:33:46.822Z Downloaded trybuild v1.0.106
5492026-02-24T02:33:46.826Z Downloaded yoke-derive v0.7.4
5502026-02-24T02:33:46.828Z Downloaded zerofrom-derive v0.1.4
5512026-02-24T02:33:46.828Z Downloaded rand v0.9.2
5522026-02-24T02:33:46.831Z Downloaded zone_cfg_derive v0.1.2
5532026-02-24T02:33:46.834Z Downloaded bindgen v0.69.5
5542026-02-24T02:33:46.838Z Downloaded twox-hash v2.1.0
5552026-02-24T02:33:46.841Z Downloaded tungstenite v0.23.0
5562026-02-24T02:33:46.844Z Downloaded unicode-ident v1.0.19
5572026-02-24T02:33:46.847Z Downloaded zone_cfg_derive v0.3.0
5582026-02-24T02:33:46.850Z Downloaded wyz v0.5.1
5592026-02-24T02:33:46.850Z Downloaded zerofrom v0.1.4
5602026-02-24T02:33:46.853Z Downloaded vergen-git2 v1.0.7
5612026-02-24T02:33:46.853Z Downloaded whoami v1.5.2
5622026-02-24T02:33:46.857Z Downloaded regex v1.11.3
5632026-02-24T02:33:46.860Z Downloaded xshell v0.2.7
5642026-02-24T02:33:46.863Z Downloaded async-std v1.13.0
5652026-02-24T02:33:46.880Z Downloaded zone v0.1.8
5662026-02-24T02:33:46.883Z Downloaded walkdir v2.5.0
5672026-02-24T02:33:46.883Z Downloaded vergen v9.0.6
5682026-02-24T02:33:46.886Z Downloaded value-bag v1.12.0
5692026-02-24T02:33:46.888Z Downloaded zeroize v1.8.1
5702026-02-24T02:33:46.891Z Downloaded toml v0.7.8
5712026-02-24T02:33:46.894Z Downloaded xattr v1.3.1
5722026-02-24T02:33:46.894Z Downloaded writeable v0.5.5
5732026-02-24T02:33:46.897Z Downloaded zstd v0.13.3
5742026-02-24T02:33:46.900Z Downloaded textwrap v0.16.2
5752026-02-24T02:33:46.902Z Downloaded yoke v0.7.4
5762026-02-24T02:33:46.905Z Downloaded xz2 v0.1.7
5772026-02-24T02:33:46.905Z Downloaded vte v0.11.1
5782026-02-24T02:33:46.909Z Downloaded tracing-core v0.1.32
5792026-02-24T02:33:46.912Z Downloaded zstd-safe v7.2.3
5802026-02-24T02:33:46.912Z Downloaded ssh-key v0.6.6
5812026-02-24T02:33:46.917Z Downloaded zerovec-derive v0.10.3
5822026-02-24T02:33:46.920Z Downloaded unicode-properties v0.1.3
5832026-02-24T02:33:46.923Z Downloaded typify v0.4.3
5842026-02-24T02:33:46.925Z Downloaded textwrap v0.15.2
5852026-02-24T02:33:46.928Z Downloaded bitvec v1.0.1
5862026-02-24T02:33:46.940Z Downloaded zmij v1.0.15
5872026-02-24T02:33:46.943Z Downloaded toml_edit v0.22.27
5882026-02-24T02:33:46.946Z Downloaded git2 v0.20.2
5892026-02-24T02:33:46.954Z Downloaded unsafe-libyaml v0.2.11
5902026-02-24T02:33:46.957Z Downloaded serde_json v1.0.149
5912026-02-24T02:33:46.963Z Downloaded zone v0.3.1
5922026-02-24T02:33:46.966Z Downloaded zerocopy v0.6.6
5932026-02-24T02:33:46.969Z Downloaded tracing v0.1.40
5942026-02-24T02:33:46.971Z Downloaded yasna v0.5.2
5952026-02-24T02:33:46.977Z Downloaded tungstenite v0.21.0
5962026-02-24T02:33:46.979Z Downloaded object v0.30.4
5972026-02-24T02:33:46.983Z Downloaded uuid v1.19.0
5982026-02-24T02:33:46.986Z Downloaded diesel v2.2.12
5992026-02-24T02:33:47.004Z Downloaded zopfli v0.8.1
6002026-02-24T02:33:47.007Z Downloaded icu_properties_data v1.5.0
6012026-02-24T02:33:47.015Z Downloaded nix v0.27.1
6022026-02-24T02:33:47.024Z Downloaded unicode_categories v0.1.1
6032026-02-24T02:33:47.027Z Downloaded toml_edit v0.19.15
6042026-02-24T02:33:47.043Z Downloaded zip v0.6.6
6052026-02-24T02:33:47.046Z Downloaded tower v0.5.2
6062026-02-24T02:33:47.054Z Downloaded serde_with v3.16.1
6072026-02-24T02:33:47.065Z Downloaded zerocopy-derive v0.8.27
6082026-02-24T02:33:47.071Z Downloaded tower-http v0.6.6
6092026-02-24T02:33:47.078Z Downloaded salty v0.3.0
6102026-02-24T02:33:47.085Z Downloaded typed-path v0.9.3
6112026-02-24T02:33:47.090Z Downloaded unicode-segmentation v1.12.0
6122026-02-24T02:33:47.093Z Downloaded tokio-postgres v0.7.13
6132026-02-24T02:33:47.098Z Downloaded rustls-webpki v0.101.7
6142026-02-24T02:33:47.111Z Downloaded zip v4.2.0
6152026-02-24T02:33:47.115Z Downloaded rayon v1.10.0
6162026-02-24T02:33:47.124Z Downloaded tokio-util v0.7.15
6172026-02-24T02:33:47.130Z Downloaded x509-cert v0.2.5
6182026-02-24T02:33:47.135Z Downloaded yansi v1.0.1
6192026-02-24T02:33:47.138Z Downloaded hickory-proto v0.24.4
6202026-02-24T02:33:47.151Z Downloaded unicode-normalization v0.1.24
6212026-02-24T02:33:47.154Z Downloaded moka v0.12.10
6222026-02-24T02:33:47.163Z Downloaded object v0.36.5
6232026-02-24T02:33:47.173Z Downloaded zerovec v0.10.4
6242026-02-24T02:33:47.177Z Downloaded rustls-webpki v0.102.8
6252026-02-24T02:33:47.196Z Downloaded winnow v0.6.26
6262026-02-24T02:33:47.203Z Downloaded winnow v0.5.40
6272026-02-24T02:33:47.210Z Downloaded openssl v0.10.73
6282026-02-24T02:33:47.219Z Downloaded smoltcp v0.9.1
6292026-02-24T02:33:47.228Z Downloaded bstr v1.10.0
6302026-02-24T02:33:47.236Z Downloaded hickory-proto v0.25.2
6312026-02-24T02:33:47.250Z Downloaded tabled v0.20.0
6322026-02-24T02:33:47.266Z Downloaded dropshot v0.16.7
6332026-02-24T02:33:47.286Z Downloaded zlib-rs v0.5.1
6342026-02-24T02:33:47.290Z Downloaded tabled v0.18.0
6352026-02-24T02:33:47.306Z Downloaded zerocopy v0.7.35
6362026-02-24T02:33:47.321Z Downloaded webpki-roots v1.0.1
6372026-02-24T02:33:47.324Z Downloaded zerocopy v0.8.27
6382026-02-24T02:33:47.344Z Downloaded winnow v0.7.14
6392026-02-24T02:33:47.352Z Downloaded syn v1.0.109
6402026-02-24T02:33:47.360Z Downloaded unicode-width v0.2.0
6412026-02-24T02:33:47.367Z Downloaded unicode-width v0.1.14
6422026-02-24T02:33:47.370Z Downloaded rustix v0.38.37
6432026-02-24T02:33:47.391Z Downloaded vcpkg v0.2.15
6442026-02-24T02:33:47.426Z Downloaded syn v2.0.114
6452026-02-24T02:33:47.437Z Downloaded regress v0.10.4
6462026-02-24T02:33:47.445Z Downloaded regex-syntax v0.8.5
6472026-02-24T02:33:47.452Z Downloaded regex-syntax v0.6.29
6482026-02-24T02:33:47.458Z Downloaded rustix v1.1.3
6492026-02-24T02:33:47.480Z Downloaded smoltcp v0.11.0
6502026-02-24T02:33:47.491Z Downloaded rustls v0.22.4
6512026-02-24T02:33:47.503Z Downloaded rustls v0.21.12
6522026-02-24T02:33:47.513Z Downloaded sqlparser v0.61.0
6532026-02-24T02:33:47.522Z Downloaded ratatui v0.29.0
6542026-02-24T02:33:47.540Z Downloaded polar-core v0.27.3
6552026-02-24T02:33:47.547Z Downloaded typify-impl v0.4.3
6562026-02-24T02:33:47.559Z Downloaded rustls v0.23.19
6572026-02-24T02:33:47.570Z Downloaded openapiv3 v2.2.0
6582026-02-24T02:33:47.581Z Downloaded nix v0.29.0
6592026-02-24T02:33:47.592Z Downloaded nix v0.28.0
6602026-02-24T02:33:47.603Z Downloaded zerocopy-derive v0.6.6
6612026-02-24T02:33:47.612Z Downloaded regex-automata v0.4.11
6622026-02-24T02:33:47.629Z Downloaded bzip2-sys v0.1.13+1.0.8
6632026-02-24T02:33:47.637Z Downloaded sled v0.34.7
6642026-02-24T02:33:47.646Z Downloaded typify-impl v0.2.0
6652026-02-24T02:33:47.658Z Downloaded csv v1.3.1
6662026-02-24T02:33:47.677Z Downloaded chrono-tz v0.10.4
6672026-02-24T02:33:47.692Z Downloaded tabled v0.15.0
6682026-02-24T02:33:47.706Z Downloaded object v0.37.3
6692026-02-24T02:33:47.716Z Downloaded nix v0.30.1
6702026-02-24T02:33:47.728Z Downloaded url v2.5.4
6712026-02-24T02:33:47.731Z Downloaded jiff v0.2.15
6722026-02-24T02:33:47.747Z Downloaded petgraph v0.6.5
6732026-02-24T02:33:47.764Z Downloaded sha3 v0.10.8
6742026-02-24T02:33:47.768Z Downloaded radix_trie v0.2.1
6752026-02-24T02:33:47.773Z Downloaded lalrpop v0.19.12
6762026-02-24T02:33:47.783Z Downloaded lzma-sys v0.1.20
6772026-02-24T02:33:47.812Z Downloaded tough v0.20.0
6782026-02-24T02:33:47.821Z Downloaded time v0.3.43
6792026-02-24T02:33:47.826Z Downloaded reqwest v0.12.24
6802026-02-24T02:33:47.832Z Downloaded quick-xml v0.37.2
6812026-02-24T02:33:47.839Z Downloaded libc v0.2.180
6822026-02-24T02:33:47.870Z Downloaded petgraph v0.8.2
6832026-02-24T02:33:47.886Z Downloaded libz-sys v1.1.20
6842026-02-24T02:33:47.905Z Downloaded petname v2.0.2
6852026-02-24T02:33:47.909Z Downloaded p384 v0.13.1
6862026-02-24T02:33:47.913Z Downloaded goblin v0.10.2
6872026-02-24T02:33:47.920Z Downloaded unicode-bidi v0.3.17
6882026-02-24T02:33:47.923Z Downloaded quinn-proto v0.11.8
6892026-02-24T02:33:47.929Z Downloaded portable-atomic v1.11.0
6902026-02-24T02:33:47.936Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6912026-02-24T02:33:47.952Z Downloaded bindgen v0.71.1
6922026-02-24T02:33:47.958Z Downloaded zerocopy-derive v0.7.35
6932026-02-24T02:33:47.963Z Downloaded tokio v1.49.0
6942026-02-24T02:33:47.998Z Downloaded vsss-rs v3.3.4
6952026-02-24T02:33:48.002Z Downloaded proptest v1.7.0
6962026-02-24T02:33:48.008Z Downloaded rustyline v14.0.0
6972026-02-24T02:33:48.013Z Downloaded rpassword v7.4.0
6982026-02-24T02:33:49.019Z Downloaded tui-tree-widget v0.23.1
6992026-02-24T02:33:49.023Z Downloaded steno v0.4.1
7002026-02-24T02:33:49.023Z Downloaded httpmock v0.8.0-alpha.1
7012026-02-24T02:33:49.023Z Downloaded reedline v0.40.0
7022026-02-24T02:33:49.023Z Downloaded tokio-tungstenite v0.23.1
7032026-02-24T02:33:49.023Z Downloaded tempfile v3.24.0
7042026-02-24T02:33:49.023Z Downloaded tinyvec v1.8.0
7052026-02-24T02:33:49.023Z Downloaded time-macros v0.2.24
7062026-02-24T02:33:49.023Z Downloaded serde_derive v1.0.228
7072026-02-24T02:33:49.023Z Downloaded itertools v0.14.0
7082026-02-24T02:33:49.023Z Downloaded itertools v0.13.0
7092026-02-24T02:33:49.023Z Downloaded iri-string v0.7.8
7102026-02-24T02:33:49.023Z Downloaded thiserror v1.0.69
7112026-02-24T02:33:49.023Z Downloaded similar v2.7.0
7122026-02-24T02:33:49.023Z Downloaded aws-lc-rs v1.12.4
7132026-02-24T02:33:49.023Z Downloaded thiserror-impl v2.0.18
7142026-02-24T02:33:49.024Z Downloaded ring v0.17.14
7152026-02-24T02:33:49.024Z Downloaded term v1.1.0
7162026-02-24T02:33:49.024Z Downloaded encoding_rs v0.8.34
7172026-02-24T02:33:49.024Z Downloaded term v0.7.0
7182026-02-24T02:33:49.024Z Downloaded schemars v1.0.4
7192026-02-24T02:33:49.024Z Downloaded tinytemplate v1.2.1
7202026-02-24T02:33:49.024Z Downloaded rsa v0.9.8
7212026-02-24T02:33:49.024Z Downloaded slog-async v2.8.0
7222026-02-24T02:33:49.024Z Downloaded serde_yaml v0.9.34+deprecated
7232026-02-24T02:33:49.024Z Downloaded tabled_derive v0.10.0
7242026-02-24T02:33:49.024Z Downloaded synstructure v0.13.1
7252026-02-24T02:33:49.024Z Downloaded spki v0.7.3
7262026-02-24T02:33:49.024Z Downloaded thiserror-impl-no-std v2.0.2
7272026-02-24T02:33:49.024Z Downloaded tap v1.0.1
7282026-02-24T02:33:49.024Z Downloaded slog-stdlog v4.1.1
7292026-02-24T02:33:49.024Z Downloaded signal-hook v0.3.18
7302026-02-24T02:33:49.024Z Downloaded blake3 v1.5.4
7312026-02-24T02:33:49.024Z Downloaded libgit2-sys v0.18.2+1.9.1
7322026-02-24T02:33:49.024Z Downloaded slab v0.4.9
7332026-02-24T02:33:49.024Z Downloaded serde_derive_internals v0.29.1
7342026-02-24T02:33:49.024Z Downloaded tabled_derive v0.7.0
7352026-02-24T02:33:49.024Z Downloaded stringprep v0.1.5
7362026-02-24T02:33:49.024Z Downloaded string_cache v0.8.9
7372026-02-24T02:33:49.024Z Downloaded stacker v0.1.23
7382026-02-24T02:33:49.024Z Downloaded russh-keys v0.45.0
7392026-02-24T02:33:49.024Z Downloaded hashbrown v0.15.4
7402026-02-24T02:33:49.024Z Downloaded hashbrown v0.14.5
7412026-02-24T02:33:49.024Z Downloaded rstest_macros v0.25.0
7422026-02-24T02:33:49.024Z Downloaded sqlparser_derive v0.5.0
7432026-02-24T02:33:49.024Z Downloaded slog-scope v4.4.0
7442026-02-24T02:33:49.024Z Downloaded ryu v1.0.18
7452026-02-24T02:33:49.024Z Downloaded ssh-encoding v0.2.0
7462026-02-24T02:33:49.024Z Downloaded publicsuffix v2.3.0
7472026-02-24T02:33:49.024Z Downloaded semver v1.0.27
7482026-02-24T02:33:49.024Z Downloaded rand_distr v0.5.1
7492026-02-24T02:33:49.024Z Downloaded mio v1.0.2
7502026-02-24T02:33:49.024Z Downloaded hyper-util v0.1.19
7512026-02-24T02:33:49.024Z Downloaded sct v0.7.1
7522026-02-24T02:33:49.024Z Downloaded ron v0.8.1
7532026-02-24T02:33:49.025Z Downloaded hashbrown v0.12.3
7542026-02-24T02:33:49.025Z Downloaded shell-words v1.1.0
7552026-02-24T02:33:49.025Z Downloaded schemars_derive v0.8.22
7562026-02-24T02:33:49.025Z Downloaded serde_path_to_error v0.1.20
7572026-02-24T02:33:49.025Z Downloaded hkdf v0.12.4
7582026-02-24T02:33:49.025Z Downloaded nom v7.1.3
7592026-02-24T02:33:49.025Z Downloaded sigpipe v0.1.3
7602026-02-24T02:33:49.025Z Downloaded serde_urlencoded v0.7.1
7612026-02-24T02:33:49.025Z Downloaded libxml v0.3.3
7622026-02-24T02:33:49.025Z Downloaded indexmap v2.13.0
7632026-02-24T02:33:49.025Z Downloaded rustc_version v0.4.1
7642026-02-24T02:33:49.025Z Downloaded rustc-demangle v0.1.24
7652026-02-24T02:33:49.025Z Downloaded rust-argon2 v2.1.0
7662026-02-24T02:33:49.025Z Downloaded relative-path v1.9.3
7672026-02-24T02:33:49.025Z Downloaded progenitor-impl v0.11.2
7682026-02-24T02:33:49.025Z Downloaded progenitor-impl v0.8.0
7692026-02-24T02:33:49.025Z Downloaded same-file v1.0.6
7702026-02-24T02:33:49.025Z Downloaded iddqd v0.3.16
7712026-02-24T02:33:49.025Z Downloaded hickory-server v0.25.2
7722026-02-24T02:33:49.025Z Downloaded scroll_derive v0.13.1
7732026-02-24T02:33:49.025Z Downloaded scroll_derive v0.12.0
7742026-02-24T02:33:49.025Z Downloaded salsa20 v0.10.2
7752026-02-24T02:33:49.025Z Downloaded scheduled-thread-pool v0.2.7
7762026-02-24T02:33:49.025Z Downloaded papergrid v0.17.0
7772026-02-24T02:33:49.025Z Downloaded papergrid v0.11.0
7782026-02-24T02:33:49.025Z Downloaded openssl-sys v0.9.109
7792026-02-24T02:33:49.025Z Downloaded hickory-resolver v0.25.2
7802026-02-24T02:33:49.025Z Downloaded russh-cryptovec v0.7.3
7812026-02-24T02:33:49.025Z Downloaded oso v0.27.3
7822026-02-24T02:33:49.025Z Downloaded rand_chacha v0.9.0
7832026-02-24T02:33:49.025Z Downloaded quote v1.0.40
7842026-02-24T02:33:49.025Z Downloaded icu_collections v1.5.0
7852026-02-24T02:33:49.025Z Downloaded pkcs1 v0.7.5
7862026-02-24T02:33:49.025Z Downloaded clap_builder v4.5.48
7872026-02-24T02:33:49.025Z Downloaded jiff-static v0.2.15
7882026-02-24T02:33:49.025Z Downloaded rand_chacha v0.3.1
7892026-02-24T02:33:49.025Z Downloaded pin-project v1.1.6
7902026-02-24T02:33:49.025Z Downloaded memchr v2.7.4
7912026-02-24T02:33:49.025Z Downloaded recursive-proc-macro-impl v0.1.1
7922026-02-24T02:33:49.026Z Downloaded recursive v0.1.1
7932026-02-24T02:33:49.026Z Downloaded p256 v0.13.2
7942026-02-24T02:33:49.026Z Downloaded ppv-lite86 v0.2.20
7952026-02-24T02:33:49.026Z Downloaded polyval v0.6.2
7962026-02-24T02:33:49.026Z Downloaded pest_meta v2.8.2
7972026-02-24T02:33:49.026Z Downloaded indicatif v0.17.11
7982026-02-24T02:33:49.026Z Downloaded heapless v0.8.0
7992026-02-24T02:33:49.030Z Downloaded poly1305 v0.8.0
8002026-02-24T02:33:49.030Z Downloaded memmap2 v0.9.8
8012026-02-24T02:33:49.030Z Downloaded indicatif v0.18.0
8022026-02-24T02:33:49.030Z Downloaded papergrid v0.14.0
8032026-02-24T02:33:49.030Z Downloaded pkcs8 v0.10.2
8042026-02-24T02:33:49.030Z Downloaded num-traits v0.2.19
8052026-02-24T02:33:49.030Z Downloaded peg-macros v0.8.5
8062026-02-24T02:33:49.030Z Downloaded log v0.4.29
8072026-02-24T02:33:49.031Z Downloaded pest_derive v2.8.2
8082026-02-24T02:33:49.031Z Downloaded proc-macro-error-attr v1.0.4
8092026-02-24T02:33:49.031Z Downloaded pkg-config v0.3.31
8102026-02-24T02:33:49.031Z Downloaded phf v0.12.1
8112026-02-24T02:33:49.031Z Downloaded phf v0.11.2
8122026-02-24T02:33:49.031Z Downloaded primeorder v0.13.6
8132026-02-24T02:33:49.031Z Downloaded piper v0.2.4
8142026-02-24T02:33:49.031Z Downloaded pem v3.0.5
8152026-02-24T02:33:49.031Z Downloaded progenitor-macro v0.10.0
8162026-02-24T02:33:49.031Z Downloaded progenitor-client v0.8.0
8172026-02-24T02:33:49.031Z Downloaded precomputed-hash v0.1.1
8182026-02-24T02:33:49.031Z Downloaded packed_struct v0.10.1
8192026-02-24T02:33:49.031Z Downloaded crossterm v0.29.0
8202026-02-24T02:33:49.031Z Downloaded num_enum v0.5.11
8212026-02-24T02:33:49.031Z Downloaded anyhow v1.0.99
8222026-02-24T02:33:49.031Z Downloaded proc-macro-crate v1.3.1
8232026-02-24T02:33:49.031Z Downloaded owo-colors v3.5.0
8242026-02-24T02:33:49.031Z Downloaded pest_generator v2.8.2
8252026-02-24T02:33:49.031Z Downloaded path-tree v0.8.1
8262026-02-24T02:33:49.031Z Downloaded password-hash v0.5.0
8272026-02-24T02:33:49.031Z Downloaded partial-io v0.5.4
8282026-02-24T02:33:49.031Z Downloaded oso-derive v0.27.3
8292026-02-24T02:33:49.031Z Downloaded ignore v0.4.23
8302026-02-24T02:33:49.031Z Downloaded icu_provider v1.5.0
8312026-02-24T02:33:49.031Z Downloaded icu_locid v1.5.0
8322026-02-24T02:33:49.031Z Downloaded paste v1.0.15
8332026-02-24T02:33:49.031Z Downloaded once_cell v1.21.3
8342026-02-24T02:33:49.031Z Downloaded plotters-backend v0.3.7
8352026-02-24T02:33:49.031Z Downloaded plotters-svg v0.3.7
8362026-02-24T02:33:49.031Z Downloaded parking_lot_core v0.9.10
8372026-02-24T02:33:49.031Z Downloaded pin-utils v0.1.0
8382026-02-24T02:33:49.031Z Downloaded parse-display v0.10.0
8392026-02-24T02:33:49.031Z Downloaded parking_lot_core v0.8.6
8402026-02-24T02:33:49.031Z Downloaded expectorate v1.2.0
8412026-02-24T02:33:49.031Z Downloaded num-derive v0.4.2
8422026-02-24T02:33:49.031Z Downloaded packed_struct_codegen v0.10.1
8432026-02-24T02:33:49.031Z Downloaded oxnet v0.1.4
8442026-02-24T02:33:49.032Z Downloaded oxide-tokio-rt v0.1.2
8452026-02-24T02:33:49.032Z Downloaded num-complex v0.4.6
8462026-02-24T02:33:49.032Z Downloaded path-slash v0.1.5
8472026-02-24T02:33:49.032Z Downloaded criterion v0.7.0
8482026-02-24T02:33:49.032Z Downloaded hickory-resolver v0.24.4
8492026-02-24T02:33:49.032Z Downloaded headers v0.4.1
8502026-02-24T02:33:49.032Z Downloaded flume v0.11.1
8512026-02-24T02:33:49.032Z Downloaded ar_archive_writer v0.5.1
8522026-02-24T02:33:49.032Z Downloaded nu-ansi-term v0.50.1
8532026-02-24T02:33:49.032Z Downloaded linear-map v1.2.0
8542026-02-24T02:33:49.032Z Downloaded icu_normalizer_data v1.5.0
8552026-02-24T02:33:49.032Z Downloaded native-tls v0.2.12
8562026-02-24T02:33:49.032Z Downloaded nanorand v0.7.0
8572026-02-24T02:33:49.032Z Downloaded multer v3.1.0
8582026-02-24T02:33:49.032Z Downloaded mime_guess v2.0.5
8592026-02-24T02:33:49.032Z Downloaded heapless v0.7.17
8602026-02-24T02:33:49.032Z Downloaded flate2 v1.1.2
8612026-02-24T02:33:49.032Z Downloaded num-derive v0.3.3
8622026-02-24T02:33:49.032Z Downloaded lockfree-object-pool v0.1.6
8632026-02-24T02:33:49.032Z Downloaded kv-log-macro v1.0.7
8642026-02-24T02:33:49.032Z Downloaded knuffel-derive v3.2.0
8652026-02-24T02:33:49.032Z Downloaded jobserver v0.1.32
8662026-02-24T02:33:49.032Z Downloaded hubpack v0.1.2
8672026-02-24T02:33:49.032Z Downloaded ipnetwork v0.21.1
8682026-02-24T02:33:49.032Z Downloaded ipnet v2.11.0
8692026-02-24T02:33:49.032Z Downloaded icu_properties v1.5.1
8702026-02-24T02:33:49.032Z Downloaded icu_locid_transform_data v1.5.0
8712026-02-24T02:33:49.032Z Downloaded http-body-util v0.1.3
8722026-02-24T02:33:49.032Z Downloaded dropshot-api-manager v0.3.0
8732026-02-24T02:33:49.032Z Downloaded bumpalo v3.16.0
8742026-02-24T02:33:49.032Z Downloaded num-conv v0.1.0
8752026-02-24T02:33:49.032Z Downloaded num v0.4.3
8762026-02-24T02:33:49.032Z Downloaded libefi-sys v0.1.0
8772026-02-24T02:33:49.032Z Downloaded hmac v0.12.1
8782026-02-24T02:33:49.032Z Downloaded bytes v1.11.1
8792026-02-24T02:33:49.032Z Downloaded ingot v0.1.1
8802026-02-24T02:33:49.032Z Downloaded newtype-uuid-macros v0.1.0
8812026-02-24T02:33:49.032Z Downloaded newline-converter v0.3.0
8822026-02-24T02:33:49.032Z Downloaded multimap v0.10.1
8832026-02-24T02:33:49.033Z Downloaded miette-derive v5.10.0
8842026-02-24T02:33:49.033Z Downloaded maybe-uninit v2.0.0
8852026-02-24T02:33:49.033Z Downloaded libz-rs-sys v0.5.1
8862026-02-24T02:33:49.033Z Downloaded libtest-mimic v0.8.1
8872026-02-24T02:33:49.033Z Downloaded libloading v0.8.5
8882026-02-24T02:33:49.033Z Downloaded nested v0.1.1
8892026-02-24T02:33:49.033Z Downloaded memoffset v0.9.1
8902026-02-24T02:33:49.033Z Downloaded md-5 v0.10.6
8912026-02-24T02:33:49.033Z Downloaded match_cfg v0.1.0
8922026-02-24T02:33:49.033Z Downloaded managed v0.8.0
8932026-02-24T02:33:49.033Z Downloaded fatfs v0.3.6
8942026-02-24T02:33:49.033Z Downloaded elliptic-curve v0.13.8
8952026-02-24T02:33:49.033Z Downloaded ed25519-dalek v2.1.1
8962026-02-24T02:33:49.033Z Downloaded ingot-types v0.1.2
8972026-02-24T02:33:49.033Z Downloaded hickory-client v0.25.2
8982026-02-24T02:33:49.033Z Downloaded libsw-core v0.3.1
8992026-02-24T02:33:49.036Z Downloaded lazycell v1.3.0
9002026-02-24T02:33:49.036Z Downloaded crossbeam-channel v0.5.15
9012026-02-24T02:33:49.036Z Downloaded linked-hash-map v0.5.6
9022026-02-24T02:33:49.036Z Downloaded libscf-sys v1.1.0
9032026-02-24T02:33:49.036Z Downloaded kstat-rs v0.2.4
9042026-02-24T02:33:49.037Z Downloaded der v0.7.10
9052026-02-24T02:33:49.037Z Downloaded httptest v0.16.3
9062026-02-24T02:33:49.037Z Downloaded futures-lite v2.3.0
9072026-02-24T02:33:49.037Z Downloaded getrandom v0.3.4
9082026-02-24T02:33:49.037Z Downloaded fs-err v2.11.0
9092026-02-24T02:33:49.037Z Downloaded diesel_derives v2.2.3
9102026-02-24T02:33:49.037Z Downloaded keccak v0.1.5
9112026-02-24T02:33:49.037Z Downloaded highway v1.3.0
9122026-02-24T02:33:49.037Z Downloaded getrandom v0.2.15
9132026-02-24T02:33:49.037Z Downloaded hyper-staticfile v0.10.1
9142026-02-24T02:33:49.037Z Downloaded futures v0.3.31
9152026-02-24T02:33:49.037Z Downloaded async-task v4.7.1
9162026-02-24T02:33:49.037Z Downloaded httpdate v1.0.3
9172026-02-24T02:33:49.037Z Downloaded crypto-bigint v0.5.5
9182026-02-24T02:33:49.037Z Downloaded compact_str v0.8.0
9192026-02-24T02:33:49.037Z Downloaded allocator-api2 v0.2.21
9202026-02-24T02:33:49.037Z Downloaded indent_write v2.2.0
9212026-02-24T02:33:49.037Z Downloaded impl-trait-for-tuples v0.2.2
9222026-02-24T02:33:49.037Z Downloaded idna_adapter v1.2.0
9232026-02-24T02:33:49.037Z Downloaded heck v0.4.1
9242026-02-24T02:33:49.037Z Downloaded futures-timer v3.0.3
9252026-02-24T02:33:49.037Z Downloaded console v0.16.0
9262026-02-24T02:33:49.037Z Downloaded icu_provider_macros v1.5.0
9272026-02-24T02:33:49.037Z Downloaded event-listener v5.3.1
9282026-02-24T02:33:49.037Z Downloaded derive-where v1.5.0
9292026-02-24T02:33:49.037Z Downloaded const_format v0.2.34
9302026-02-24T02:33:49.037Z Downloaded globset v0.4.15
9312026-02-24T02:33:49.037Z Downloaded foldhash v0.1.5
9322026-02-24T02:33:49.037Z Downloaded headers-core v0.3.0
9332026-02-24T02:33:49.037Z Downloaded foldhash v0.2.0
9342026-02-24T02:33:49.037Z Downloaded derive_more v0.99.20
9352026-02-24T02:33:49.037Z Downloaded crossbeam-epoch v0.9.18
9362026-02-24T02:33:49.037Z Downloaded globwalk v0.9.1
9372026-02-24T02:33:49.037Z Downloaded futures-executor v0.3.31
9382026-02-24T02:33:49.037Z Downloaded home v0.5.9
9392026-02-24T02:33:49.037Z Downloaded glob v0.3.2
9402026-02-24T02:33:49.037Z Downloaded fs-err v3.1.1
9412026-02-24T02:33:49.037Z Downloaded dropshot_endpoint v0.16.7
9422026-02-24T02:33:49.037Z Downloaded derive_more v2.0.1
9432026-02-24T02:33:49.037Z Downloaded darling_core v0.21.0
9442026-02-24T02:33:49.038Z Downloaded generic-array v0.14.7
9452026-02-24T02:33:49.038Z Downloaded bitflags v2.9.4
9462026-02-24T02:33:49.038Z Downloaded diff v0.1.13
9472026-02-24T02:33:49.038Z Downloaded crc32fast v1.4.2
9482026-02-24T02:33:49.038Z Downloaded cargo-util-schemas v0.8.2
9492026-02-24T02:33:49.038Z Downloaded bzip2 v0.5.2
9502026-02-24T02:33:49.038Z Downloaded buf-list v1.0.3
9512026-02-24T02:33:49.038Z Downloaded arrayvec v0.7.6
9522026-02-24T02:33:49.038Z Downloaded blake2 v0.10.6
9532026-02-24T02:33:49.038Z Downloaded async-bb8-diesel v0.2.1
9542026-02-24T02:33:49.038Z Downloaded hash32 v0.3.1
9552026-02-24T02:33:49.038Z Downloaded hash32 v0.2.1
9562026-02-24T02:33:49.038Z Downloaded ghash v0.5.1
9572026-02-24T02:33:49.038Z Downloaded futures-task v0.3.31
9582026-02-24T02:33:49.038Z Downloaded cancel-safe-futures v0.1.5
9592026-02-24T02:33:49.038Z Downloaded funty v2.0.0
9602026-02-24T02:33:49.038Z Downloaded filetime v0.2.26
9612026-02-24T02:33:49.038Z Downloaded env_logger v0.11.8
9622026-02-24T02:33:49.038Z Downloaded guppy-workspace-hack v0.1.0
9632026-02-24T02:33:49.038Z Downloaded futures-core v0.3.31
9642026-02-24T02:33:49.038Z Downloaded foreign-types-shared v0.3.1
9652026-02-24T02:33:49.038Z Downloaded find-msvc-tools v0.1.9
9662026-02-24T02:33:49.038Z Downloaded erased-serde v0.4.6
9672026-02-24T02:33:49.038Z Downloaded ed25519 v2.2.3
9682026-02-24T02:33:49.038Z Downloaded crc-any v2.5.0
9692026-02-24T02:33:49.038Z Downloaded fnv v1.0.7
9702026-02-24T02:33:49.038Z Downloaded fallible-iterator v0.2.0
9712026-02-24T02:33:49.038Z Downloaded event-listener v2.5.3
9722026-02-24T02:33:49.038Z Downloaded ff v0.13.0
9732026-02-24T02:33:49.038Z Downloaded embedded-io v0.4.0
9742026-02-24T02:33:49.038Z Downloaded either v1.15.0
9752026-02-24T02:33:49.038Z Downloaded darling v0.21.0
9762026-02-24T02:33:49.038Z Downloaded form_urlencoded v1.2.2
9772026-02-24T02:33:49.038Z Downloaded crossbeam-utils v0.8.21
9782026-02-24T02:33:49.038Z Downloaded bzip2 v0.4.4
9792026-02-24T02:33:49.038Z Downloaded autocfg v1.4.0
9802026-02-24T02:33:49.038Z Downloaded fastrand v2.1.1
9812026-02-24T02:33:49.038Z Downloaded erased-serde v0.3.31
9822026-02-24T02:33:49.038Z Downloaded criterion-plot v0.6.0
9832026-02-24T02:33:49.039Z Downloaded cargo_metadata v0.21.0
9842026-02-24T02:33:49.039Z Downloaded async-io v2.3.4
9852026-02-24T02:33:49.039Z Downloaded foreign-types-macros v0.2.3
9862026-02-24T02:33:49.039Z Downloaded ctr v0.9.2
9872026-02-24T02:33:49.039Z Downloaded corncobs v0.1.4
9882026-02-24T02:33:49.039Z Downloaded camino-tempfile-ext v0.3.2
9892026-02-24T02:33:49.039Z Downloaded blocking v1.6.1
9902026-02-24T02:33:49.039Z Downloaded bit-vec v0.6.3
9912026-02-24T02:33:49.039Z Downloaded async-signal v0.2.10
9922026-02-24T02:33:49.039Z Downloaded async-executor v1.13.1
9932026-02-24T02:33:49.039Z Downloaded assert_cmd v2.0.17
9942026-02-24T02:33:49.039Z Downloaded anstream v0.6.18
9952026-02-24T02:33:49.039Z Downloaded const_format_proc_macros v0.2.34
9962026-02-24T02:33:49.039Z Downloaded cargo-platform v0.1.8
9972026-02-24T02:33:49.039Z Downloaded bitfield v0.19.2
9982026-02-24T02:33:49.039Z Downloaded async-trait v0.1.89
9992026-02-24T02:33:49.043Z Downloaded anstyle-parse v0.2.5
10002026-02-24T02:33:49.043Z Downloaded convert_case v0.7.1
10012026-02-24T02:33:49.043Z Downloaded cbc v0.1.2
10022026-02-24T02:33:49.043Z Downloaded backtrace v0.3.74
10032026-02-24T02:33:49.043Z Downloaded critical-section v1.1.3
10042026-02-24T02:33:49.043Z Downloaded console v0.15.10
10052026-02-24T02:33:49.043Z Downloaded float-cmp v0.10.0
10062026-02-24T02:33:49.043Z Downloaded flagset v0.4.6
10072026-02-24T02:33:49.043Z Downloaded fd-lock v4.0.2
10082026-02-24T02:33:49.043Z Downloaded displaydoc v0.2.5
10092026-02-24T02:33:49.043Z Downloaded concurrent-queue v2.5.0
10102026-02-24T02:33:49.043Z Downloaded deranged v0.5.3
10112026-02-24T02:33:49.043Z Downloaded errno v0.3.12
10122026-02-24T02:33:49.043Z Downloaded env_filter v0.1.2
10132026-02-24T02:33:49.043Z Downloaded enum-as-inner v0.6.1
10142026-02-24T02:33:49.043Z Downloaded embedded-io v0.6.1
10152026-02-24T02:33:49.043Z Downloaded dsl_auto_type v0.1.2
10162026-02-24T02:33:49.043Z Downloaded cargo_metadata v0.19.2
10172026-02-24T02:33:49.043Z Downloaded blowfish v0.9.1
10182026-02-24T02:33:49.043Z Downloaded blake2b_simd v1.0.2
10192026-02-24T02:33:49.043Z Downloaded async-attributes v1.1.2
10202026-02-24T02:33:49.043Z Downloaded argon2 v0.5.3
10212026-02-24T02:33:49.043Z Downloaded anes v0.1.6
10222026-02-24T02:33:49.043Z Downloaded equivalent v1.0.2
10232026-02-24T02:33:49.043Z Downloaded endian-type v0.1.2
10242026-02-24T02:33:49.043Z Downloaded dof v0.4.0
10252026-02-24T02:33:49.043Z Downloaded derive-ex v0.1.8
10262026-02-24T02:33:49.043Z Downloaded datatest-stable v0.3.2
10272026-02-24T02:33:49.043Z Downloaded bitflags v1.3.2
10282026-02-24T02:33:49.043Z Downloaded dof v0.3.0
10292026-02-24T02:33:49.043Z Downloaded doc-comment v0.3.3
10302026-02-24T02:33:49.043Z Downloaded dirs-next v2.0.0
10312026-02-24T02:33:49.043Z Downloaded crucible-workspace-hack v0.1.0
10322026-02-24T02:33:49.043Z Downloaded crc v3.2.1
10332026-02-24T02:33:49.043Z Downloaded derive_more-impl v2.0.1
10342026-02-24T02:33:49.044Z Downloaded defmt-macros v0.3.9
10352026-02-24T02:33:49.044Z Downloaded bb8 v0.8.5
10362026-02-24T02:33:49.044Z Downloaded derive_builder v0.20.2
10372026-02-24T02:33:49.044Z Downloaded der_derive v0.7.3
10382026-02-24T02:33:49.044Z Downloaded defmt v0.3.8
10392026-02-24T02:33:49.044Z Downloaded cast v0.3.0
10402026-02-24T02:33:49.044Z Downloaded atomic-waker v1.1.2
10412026-02-24T02:33:49.044Z Downloaded anstyle v1.0.11
10422026-02-24T02:33:49.044Z Downloaded dtrace-parser v0.3.0
10432026-02-24T02:33:49.044Z Downloaded crc8 v0.1.1
10442026-02-24T02:33:49.044Z Downloaded ciborium-io v0.2.2
10452026-02-24T02:33:49.044Z Downloaded bit-set v0.5.3
10462026-02-24T02:33:49.044Z Downloaded atomicwrites v0.4.4
10472026-02-24T02:33:49.044Z Downloaded assert_matches v1.5.0
10482026-02-24T02:33:49.044Z Downloaded arrayref v0.3.9
10492026-02-24T02:33:49.044Z Downloaded crossbeam-deque v0.8.5
10502026-02-24T02:33:49.044Z Downloaded cpufeatures v0.2.14
10512026-02-24T02:33:49.044Z Downloaded atty v0.2.14
10522026-02-24T02:33:49.044Z Downloaded difflib v0.4.0
10532026-02-24T02:33:49.044Z Downloaded derive_builder_macro v0.20.2
10542026-02-24T02:33:49.044Z Downloaded darling_macro v0.21.0
10552026-02-24T02:33:49.044Z Downloaded crc-catalog v2.4.0
10562026-02-24T02:33:49.044Z Downloaded derive_builder_core v0.20.2
10572026-02-24T02:33:49.044Z Downloaded data-encoding v2.9.0
10582026-02-24T02:33:49.044Z Downloaded colorchoice v1.0.2
10592026-02-24T02:33:49.044Z Downloaded bitfield-struct v0.6.2
10602026-02-24T02:33:49.044Z Downloaded async-global-executor v2.4.1
10612026-02-24T02:33:49.044Z Downloaded base64ct v1.6.0
10622026-02-24T02:33:49.044Z Downloaded diesel-dtrace v0.4.2
10632026-02-24T02:33:49.044Z Downloaded cstr-argument v0.1.2
10642026-02-24T02:33:49.044Z Downloaded crypto-common v0.1.6
10652026-02-24T02:33:49.044Z Downloaded cipher v0.4.4
10662026-02-24T02:33:49.044Z Downloaded async-stream v0.3.6
10672026-02-24T02:33:49.044Z Downloaded assert-json-diff v2.0.2
10682026-02-24T02:33:49.044Z Downloaded anstyle-query v1.1.1
10692026-02-24T02:33:49.044Z Downloaded cookie_store v0.21.1
10702026-02-24T02:33:49.044Z Downloaded cfg-if v1.0.4
10712026-02-24T02:33:49.044Z Downloaded ascii-canvas v3.0.0
10722026-02-24T02:33:49.044Z Downloaded array-init v0.0.4
10732026-02-24T02:33:49.045Z Downloaded crunchy v0.2.2
10742026-02-24T02:33:49.045Z Downloaded camino-tempfile v1.4.1
10752026-02-24T02:33:49.045Z Downloaded backoff v0.4.0
10762026-02-24T02:33:49.045Z Downloaded async-process v2.3.0
10772026-02-24T02:33:49.045Z Downloaded castaway v0.2.3
10782026-02-24T02:33:49.045Z Downloaded base16ct v0.2.0
10792026-02-24T02:33:49.045Z Downloaded async-channel v1.9.0
10802026-02-24T02:33:49.045Z Downloaded darling v0.20.10
10812026-02-24T02:33:49.045Z Downloaded cfg-expr v0.20.1
10822026-02-24T02:33:49.045Z Downloaded block-padding v0.3.3
10832026-02-24T02:33:49.045Z Downloaded async-lock v3.4.0
10842026-02-24T02:33:49.045Z Downloaded byteorder v1.5.0
10852026-02-24T02:33:49.045Z Downloaded async-object-pool v0.1.5
10862026-02-24T02:33:49.045Z Downloaded cobs v0.2.3
10872026-02-24T02:33:49.045Z Downloaded cfg_aliases v0.1.1
10882026-02-24T02:33:49.045Z Downloaded camino v1.2.2
10892026-02-24T02:33:49.045Z Downloaded base64 v0.13.1
10902026-02-24T02:33:49.045Z Downloaded approx v0.5.1
10912026-02-24T02:33:49.045Z Downloaded clap v4.5.48
10922026-02-24T02:33:49.045Z Downloaded clang-sys v1.8.1
10932026-02-24T02:33:49.045Z Downloaded cc v1.2.56
10942026-02-24T02:33:49.045Z Downloaded bcrypt-pbkdf v0.10.0
10952026-02-24T02:33:49.045Z Downloaded backtrace-ext v0.2.1
10962026-02-24T02:33:49.045Z Downloaded bytecount v0.6.8
10972026-02-24T02:33:49.045Z Downloaded bit-vec v0.8.0
10982026-02-24T02:33:49.045Z Downloaded async-channel v2.3.1
10992026-02-24T02:33:49.048Z Downloaded aes-gcm v0.10.3
11002026-02-24T02:33:49.048Z Downloaded aes v0.8.4
11012026-02-24T02:33:49.048Z Downloaded clap_derive v4.5.47
11022026-02-24T02:33:49.048Z Downloaded chumsky v0.9.3
11032026-02-24T02:33:49.048Z Downloaded clap_lex v0.7.4
11042026-02-24T02:33:49.048Z Downloaded bitfield-macros v0.19.2
11052026-02-24T02:33:49.048Z Downloaded constant_time_eq v0.3.1
11062026-02-24T02:33:49.048Z Downloaded cmake v0.1.51
11072026-02-24T02:33:49.049Z Downloaded ciborium v0.2.2
11082026-02-24T02:33:49.049Z Downloaded cexpr v0.6.0
11092026-02-24T02:33:49.049Z Downloaded aho-corasick v1.1.3
11102026-02-24T02:33:49.049Z Downloaded aws-lc-sys v0.26.0
11112026-02-24T02:33:49.505Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11122026-02-24T02:34:00.958Z Startup: Refreshing catalog 'helios-dev' ... Done
11132026-02-24T02:34:11.298Z Startup: Caching catalogs ... Done
11142026-02-24T02:34:34.958ZPlanning: Solver setup ... Done (22.021s)
11152026-02-24T02:34:35.121ZPlanning: Running solver ... Done (0.164s)
11162026-02-24T02:34:35.289ZPlanning: Finding local manifests ... Done (0.004s)
11172026-02-24T02:34:35.303ZPlanning: Fetching manifests: 0/4 0% complete
11182026-02-24T02:34:35.445ZPlanning: Fetching manifests: 4/4 100% complete
11192026-02-24T02:34:35.493ZPlanning: Package planning ... Done (0.048s)
11202026-02-24T02:34:35.543ZPlanning: Merging actions ... Done (0.050s)
11212026-02-24T02:34:35.832ZPlanning: Checking for conflicting actions ... Done (0.288s)
11222026-02-24T02:34:35.843ZPlanning: Consolidating action changes ... Done (0.011s)
11232026-02-24T02:34:36.849ZPlanning: Evaluating mediators ... Done (1.006s)
11242026-02-24T02:34:36.858ZPlanning: Planning completed in 25.40 seconds
11252026-02-24T02:34:36.875Z Packages to install: 4
11262026-02-24T02:34:36.878Z Mediators to change: 2
11272026-02-24T02:34:36.878Z Services to change: 1
11282026-02-24T02:34:36.878Z Estimated space available: 155.09 GB
11292026-02-24T02:34:36.878ZEstimated space to be consumed: 1.81 GB
11302026-02-24T02:34:36.878Z Create boot environment: No
11312026-02-24T02:34:36.878ZCreate backup boot environment: No
11322026-02-24T02:34:36.878Z Rebuild boot archive: No
11332026-02-24T02:34:36.878Z
11342026-02-24T02:34:36.878ZChanged mediators:
11352026-02-24T02:34:36.878Z mediator clang:
11362026-02-24T02:34:36.878Z version: None -> 15 (system default)
11372026-02-24T02:34:36.878Z
11382026-02-24T02:34:36.878Z mediator llvm:
11392026-02-24T02:34:36.879Z version: 14 (system default) -> 15 (system default)
11402026-02-24T02:34:36.879Z
11412026-02-24T02:34:36.879ZChanged packages:
11422026-02-24T02:34:36.879Zhelios-dev
11432026-02-24T02:34:36.879Z developer/build-essential
11442026-02-24T02:34:36.879Z None -> 11-2.0
11452026-02-24T02:34:36.879Z library/libxmlsec1
11462026-02-24T02:34:36.879Z None -> 1.2.35-2.0
11472026-02-24T02:34:36.879Z ooce/developer/clang-15
11482026-02-24T02:34:36.879Z None -> 15.0.7-2.0
11492026-02-24T02:34:36.879Z ooce/developer/llvm-15
11502026-02-24T02:34:36.879Z None -> 15.0.7-2.0
11512026-02-24T02:34:36.879Z
11522026-02-24T02:34:36.879ZServices:
11532026-02-24T02:34:36.879Z restart_fmri:
11542026-02-24T02:34:36.879Z svc:/system/update-man-index:default
11552026-02-24T02:34:36.930Z
11562026-02-24T02:34:36.930ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11572026-02-24T02:34:41.956ZDownload: 1201/3290 items 83.6/212.6MB 39% complete (17.0M/s)
11582026-02-24T02:34:47.814ZDownload: 3239/3290 items 200.4/212.6MB 94% complete (20.1M/s)
11592026-02-24T02:34:50.397ZDownload: Completed 212.60 MB in 13.46 seconds (15.8M/s)
11602026-02-24T02:34:51.337Z Actions: 1/3689 actions (Installing new actions)
11612026-02-24T02:34:55.975Z Actions: Completed 3689 actions in 4.64 seconds.
11622026-02-24T02:34:56.404Z Done (0.424s)
11632026-02-24T02:34:56.404Z Done (0.000s)
11642026-02-24T02:34:57.501Z Done (1.096s)
11652026-02-24T02:35:01.915Z Done (4.061s)
11662026-02-24T02:35:01.999Z Done (0.019s)
11672026-02-24T02:35:02.003Z Done (0.000s)
11682026-02-24T02:35:02.172Z Done (0.000s)
11692026-02-24T02:35:03.139ZPlanning: Evaluating mediator changes ... Done
11702026-02-24T02:35:03.302ZPlanning: Checking for conflicting actions ... Done
11712026-02-24T02:35:03.305ZPlanning: Consolidating action changes ... Done
11722026-02-24T02:35:03.577ZPlanning: Evaluating mediators ... Done
11732026-02-24T02:35:03.579ZPlanning: Planning completed in 0.44 seconds
11742026-02-24T02:35:03.610Z Mediators to change: 2
11752026-02-24T02:35:03.610Z Create boot environment: No
11762026-02-24T02:35:03.613ZCreate backup boot environment: No
11772026-02-24T02:35:03.689Z Done
11782026-02-24T02:35:03.689Z Done
11792026-02-24T02:35:04.455Z Done
11802026-02-24T02:35:08.125Z Done
11812026-02-24T02:35:08.210Z Done
11822026-02-24T02:35:08.213Z Done
11832026-02-24T02:35:08.376Z Done
11842026-02-24T02:35:08.996ZPlanning: Evaluating mediator changes ... Done
11852026-02-24T02:35:08.998ZPlanning: Merging actions ... Done
11862026-02-24T02:35:09.185ZPlanning: Checking for conflicting actions ... Done
11872026-02-24T02:35:09.188ZPlanning: Consolidating action changes ... Done
11882026-02-24T02:35:09.453ZPlanning: Evaluating mediators ... Done
11892026-02-24T02:35:09.509ZPlanning: Planning completed in 0.76 seconds
11902026-02-24T02:35:09.544Z Packages to change: 1
11912026-02-24T02:35:09.547Z Mediators to change: 1
11922026-02-24T02:35:09.547Z Services to change: 1
11932026-02-24T02:35:09.547Z Create boot environment: No
11942026-02-24T02:35:09.547ZCreate backup boot environment: Yes
11952026-02-24T02:35:11.110Z Actions: 1/6 actions (Updating modified actions)
11962026-02-24T02:35:11.113Z Actions: Completed 6 actions in 0.00 seconds.
11972026-02-24T02:35:11.113Z Done
11982026-02-24T02:35:11.113Z Done
11992026-02-24T02:35:11.331Z Done
12002026-02-24T02:35:14.996Z Done
12012026-02-24T02:35:15.079Z Done
12022026-02-24T02:35:15.082Z Done
12032026-02-24T02:35:15.240Z Done
12042026-02-24T02:35:15.690ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12052026-02-24T02:35:15.690Zclang system 15 system
12062026-02-24T02:35:15.690Zcsh system system illumos
12072026-02-24T02:35:15.690Zctags system system illumos
12082026-02-24T02:35:15.690Zfile system system illumos
12092026-02-24T02:35:15.690Zgcc vendor 12 vendor
12102026-02-24T02:35:15.690Zgcc system 10 system
12112026-02-24T02:35:15.690Zgcc system 7 system
12122026-02-24T02:35:15.690Zgo system 1.20 system
12132026-02-24T02:35:15.690Zgo system 1.19 system
12142026-02-24T02:35:15.690Zllvm system 15 system
12152026-02-24T02:35:15.690Zllvm system 14 system
12162026-02-24T02:35:15.690Zmariadb system 10.6 system
12172026-02-24T02:35:15.690Zmta vendor vendor dma
12182026-02-24T02:35:15.691Zopenjdk system 17 system
12192026-02-24T02:35:15.691Zopenjdk system 11 system
12202026-02-24T02:35:15.691Zopenjdk system 1.8 system
12212026-02-24T02:35:15.691Zopenssl vendor 3 vendor
12222026-02-24T02:35:15.691Zperl system 5.36 system
12232026-02-24T02:35:15.691Zpostgresql system 15 system
12242026-02-24T02:35:15.691Zpostgresql system 13 system
12252026-02-24T02:35:15.691Zpython vendor 3 vendor
12262026-02-24T02:35:15.691Zpython system 2 system
12272026-02-24T02:35:15.691Zpython3 system 3.11 system
12282026-02-24T02:35:15.691Zruby system 3.0 system
12292026-02-24T02:35:15.691Zwords vendor vendor american-english
12302026-02-24T02:35:15.691Zwords system system australian-english
12312026-02-24T02:35:15.691Zwords system system british-english
12322026-02-24T02:35:15.691Zwords system system canadian-english
12332026-02-24T02:35:15.691Zwords system system french
12342026-02-24T02:35:15.691Zwords system system italian
12352026-02-24T02:35:15.691Zwords system system ngerman
12362026-02-24T02:35:15.691Zwords system system ogerman
12372026-02-24T02:35:15.691Zwords system system spanish
12382026-02-24T02:35:16.026ZPUBLISHER TYPE STATUS P LOCATION
12392026-02-24T02:35:16.026Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12402026-02-24T02:35:22.612ZFMRI IFO
12412026-02-24T02:35:22.612Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12422026-02-24T02:35:22.612Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12432026-02-24T02:35:22.612Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12442026-02-24T02:35:22.612Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12452026-02-24T02:35:22.612Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12462026-02-24T02:35:22.612Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12472026-02-24T02:35:22.612Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12482026-02-24T02:35:22.612Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12492026-02-24T02:35:22.612Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12502026-02-24T02:35:22.612Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12512026-02-24T02:35:22.612Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12522026-02-24T02:35:22.612Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12532026-02-24T02:35:22.612Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12542026-02-24T02:35:22.612Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12552026-02-24T02:35:22.612Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12562026-02-24T02:35:22.612Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12572026-02-24T02:35:24.303Z Downloading crates ...
12582026-02-24T02:35:24.386Z Downloaded cargo_toml v0.21.0
12592026-02-24T02:35:24.451Z Compiling proc-macro2 v1.0.101
12602026-02-24T02:35:24.455Z Compiling unicode-ident v1.0.19
12612026-02-24T02:35:24.455Z Compiling serde_core v1.0.228
12622026-02-24T02:35:24.456Z Compiling version_check v0.9.5
12632026-02-24T02:35:24.456Z Compiling serde v1.0.228
12642026-02-24T02:35:24.456Z Compiling libc v0.2.180
12652026-02-24T02:35:24.456Z Compiling memchr v2.7.4
12662026-02-24T02:35:24.558Z Compiling stable_deref_trait v1.2.0
12672026-02-24T02:35:24.778Z Compiling thiserror v2.0.18
12682026-02-24T02:35:24.845Z Compiling zmij v1.0.15
12692026-02-24T02:35:25.260Z Compiling thiserror v1.0.69
12702026-02-24T02:35:25.787Z Compiling itoa v1.0.11
12712026-02-24T02:35:25.803Z Compiling writeable v0.5.5
12722026-02-24T02:35:25.881Z Compiling litemap v0.7.3
12732026-02-24T02:35:25.960Z Compiling ucd-trie v0.1.7
12742026-02-24T02:35:26.003Z Compiling autocfg v1.4.0
12752026-02-24T02:35:26.444Z Compiling byteorder v1.5.0
12762026-02-24T02:35:26.502Z Compiling icu_locid_transform_data v1.5.0
12772026-02-24T02:35:26.612Z Compiling errno v0.3.12
12782026-02-24T02:35:26.695Z Compiling bitflags v2.9.4
12792026-02-24T02:35:26.864Z Compiling quote v1.0.40
12802026-02-24T02:35:26.915Z Compiling serde_json v1.0.149
12812026-02-24T02:35:26.962Z Compiling icu_properties_data v1.5.0
12822026-02-24T02:35:27.110Z Compiling num-traits v0.2.19
12832026-02-24T02:35:27.226Z Compiling write16 v1.0.0
12842026-02-24T02:35:27.260Z Compiling syn v2.0.114
12852026-02-24T02:35:27.352Z Compiling icu_normalizer_data v1.5.0
12862026-02-24T02:35:27.366Z Compiling equivalent v1.0.2
12872026-02-24T02:35:27.440Z Compiling typeid v1.0.3
12882026-02-24T02:35:27.468Z Compiling smallvec v1.15.1
12892026-02-24T02:35:27.483Z Compiling utf16_iter v1.0.5
12902026-02-24T02:35:27.496Z Compiling utf8_iter v1.0.4
12912026-02-24T02:35:27.698Z Compiling rustix v0.38.37
12922026-02-24T02:35:27.744Z Compiling hashbrown v0.16.1
12932026-02-24T02:35:28.135Z Compiling usdt-impl v0.5.0
12942026-02-24T02:35:28.260Z Compiling proc-macro-error-attr v1.0.4
12952026-02-24T02:35:28.510Z Compiling toml_write v0.1.2
12962026-02-24T02:35:28.534Z Compiling syn v1.0.109
12972026-02-24T02:35:28.606Z Compiling winnow v0.7.14
12982026-02-24T02:35:28.777Z Compiling thread-id v4.2.2
12992026-02-24T02:35:28.891Z Compiling indexmap v2.13.0
13002026-02-24T02:35:29.361Z Compiling proc-macro-error v1.0.4
13012026-02-24T02:35:29.699Z Compiling rustix v1.1.3
13022026-02-24T02:35:30.287Z Compiling getrandom v0.3.4
13032026-02-24T02:35:30.357Z Compiling camino v1.2.2
13042026-02-24T02:35:30.458Z Compiling percent-encoding v2.3.2
13052026-02-24T02:35:30.879Z Compiling log v0.4.29
13062026-02-24T02:35:30.986Z Compiling utf8parse v0.2.2
13072026-02-24T02:35:31.063Z Compiling plain v0.2.3
13082026-02-24T02:35:31.157Z Compiling anstyle-parse v0.2.5
13092026-02-24T02:35:31.242Z Compiling ordered-float v2.10.1
13102026-02-24T02:35:31.281Z Compiling form_urlencoded v1.2.2
13112026-02-24T02:35:31.596Z Compiling terminal_size v0.4.0
13122026-02-24T02:35:31.863Z Compiling is_terminal_polyfill v1.70.1
13132026-02-24T02:35:32.009Z Compiling pretty-hex v0.4.1
13142026-02-24T02:35:32.183Z Compiling anstyle-query v1.1.1
13152026-02-24T02:35:32.227Z Compiling anstyle v1.0.11
13162026-02-24T02:35:32.244Z Compiling colorchoice v1.0.2
13172026-02-24T02:35:32.345Z Compiling cfg-if v1.0.4
13182026-02-24T02:35:32.567Z Compiling anstream v0.6.18
13192026-02-24T02:35:32.706Z Compiling semver v1.0.27
13202026-02-24T02:35:33.175Z Compiling fs-err v3.1.1
13212026-02-24T02:35:33.364Z Compiling fnv v1.0.7
13222026-02-24T02:35:33.445Z Compiling unicode-xid v0.2.6
13232026-02-24T02:35:33.495Z Compiling unicode-width v0.1.14
13242026-02-24T02:35:33.511Z Compiling strsim v0.11.1
13252026-02-24T02:35:33.514Z Compiling heck v0.4.1
13262026-02-24T02:35:33.638Z Compiling once_cell v1.21.3
13272026-02-24T02:35:33.976Z Compiling synstructure v0.13.1
13282026-02-24T02:35:34.026Z Compiling clap_lex v0.7.4
13292026-02-24T02:35:34.042Z Compiling fastrand v2.1.1
13302026-02-24T02:35:34.176Z Compiling bytecount v0.6.8
13312026-02-24T02:35:34.398Z Compiling heck v0.5.0
13322026-02-24T02:35:34.536Z Compiling anyhow v1.0.99
13332026-02-24T02:35:34.743Z Compiling tempfile v3.24.0
13342026-02-24T02:35:34.881Z Compiling papergrid v0.11.0
13352026-02-24T02:35:35.050Z Compiling clap_builder v4.5.48
13362026-02-24T02:35:35.521Z Compiling memmap v0.7.0
13372026-02-24T02:35:35.549Z Compiling smawk v0.3.2
13382026-02-24T02:35:35.579Z Compiling unicode-linebreak v0.1.5
13392026-02-24T02:35:35.794Z Compiling unicode-width v0.2.0
13402026-02-24T02:35:36.317Z Compiling textwrap v0.16.2
13412026-02-24T02:35:36.579Z Compiling camino-tempfile v1.4.1
13422026-02-24T02:35:36.605Z Compiling swrite v0.1.0
13432026-02-24T02:35:36.751Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13442026-02-24T02:35:37.078Z Compiling tabled_derive v0.7.0
13452026-02-24T02:35:37.773Z Compiling serde_derive v1.0.228
13462026-02-24T02:35:37.776Z Compiling zerofrom-derive v0.1.4
13472026-02-24T02:35:37.776Z Compiling yoke-derive v0.7.4
13482026-02-24T02:35:37.776Z Compiling thiserror-impl v2.0.18
13492026-02-24T02:35:37.831Z Compiling zerovec-derive v0.10.3
13502026-02-24T02:35:39.175Z Compiling displaydoc v0.2.5
13512026-02-24T02:35:40.362Z Compiling icu_provider_macros v1.5.0
13522026-02-24T02:35:40.487Z Compiling thiserror-impl v1.0.69
13532026-02-24T02:35:40.767Z Compiling zerocopy-derive v0.7.35
13542026-02-24T02:35:41.075Z Compiling pest v2.8.2
13552026-02-24T02:35:41.135Z Compiling zerofrom v0.1.4
13562026-02-24T02:35:41.356Z Compiling yoke v0.7.4
13572026-02-24T02:35:41.387Z Compiling scroll_derive v0.12.0
13582026-02-24T02:35:41.746Z Compiling zerovec v0.10.4
13592026-02-24T02:35:42.567Z Compiling clap_derive v4.5.47
13602026-02-24T02:35:42.669Z Compiling zerocopy v0.7.35
13612026-02-24T02:35:42.779Z Compiling scroll v0.12.0
13622026-02-24T02:35:43.312Z Compiling goblin v0.8.2
13632026-02-24T02:35:43.316Z Compiling tabled v0.15.0
13642026-02-24T02:35:43.560Z Compiling tinystr v0.7.6
13652026-02-24T02:35:43.726Z Compiling pest_meta v2.8.2
13662026-02-24T02:35:43.934Z Compiling icu_locid v1.5.0
13672026-02-24T02:35:44.010Z Compiling icu_collections v1.5.0
13682026-02-24T02:35:45.066Z Compiling icu_provider v1.5.0
13692026-02-24T02:35:45.150Z Compiling pest_generator v2.8.2
13702026-02-24T02:35:46.007Z Compiling icu_locid_transform v1.5.0
13712026-02-24T02:35:46.327Z Compiling serde_spanned v0.6.9
13722026-02-24T02:35:46.541Z Compiling toml_datetime v0.6.11
13732026-02-24T02:35:46.583Z Compiling erased-serde v0.4.6
13742026-02-24T02:35:46.980Z Compiling toml_edit v0.22.27
13752026-02-24T02:35:47.076Z Compiling serde-value v0.7.0
13762026-02-24T02:35:47.284Z Compiling dof v0.3.0
13772026-02-24T02:35:47.751Z Compiling icu_properties v1.5.1
13782026-02-24T02:35:47.872Z Compiling serde_tokenstream v0.2.2
13792026-02-24T02:35:48.040Z Compiling pest_derive v2.8.2
13802026-02-24T02:35:48.180Z Compiling serde-untagged v0.1.7
13812026-02-24T02:35:48.341Z Compiling cargo-platform v0.2.0
13822026-02-24T02:35:48.444Z Compiling clap v4.5.48
13832026-02-24T02:35:48.574Z Compiling macaddr v1.0.1
13842026-02-24T02:35:48.835Z Compiling dtrace-parser v0.2.0
13852026-02-24T02:35:50.266Z Compiling toml v0.8.23
13862026-02-24T02:35:50.766Z Compiling usdt-macro v0.5.0
13872026-02-24T02:35:50.930Z Compiling usdt-attr-macro v0.5.0
13882026-02-24T02:35:51.131Z Compiling cargo_toml v0.21.0
13892026-02-24T02:35:51.515Z Compiling icu_normalizer v1.5.0
13902026-02-24T02:35:52.130Z Compiling usdt v0.5.0
13912026-02-24T02:35:52.181Z Compiling idna_adapter v1.2.0
13922026-02-24T02:35:52.337Z Compiling idna v1.0.3
13932026-02-24T02:35:52.721Z Compiling url v2.5.4
13942026-02-24T02:35:53.354Z Compiling cargo-util-schemas v0.8.2
13952026-02-24T02:35:54.931Z Compiling cargo_metadata v0.21.0
13962026-02-24T02:35:56.500Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13972026-02-24T02:35:59.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.40s
13982026-02-24T02:36:00.030Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13992026-02-24T02:36:01.188Z Compiling value-bag v1.12.0
14002026-02-24T02:36:01.188Z Compiling lock_api v0.4.12
14012026-02-24T02:36:01.188Z Compiling scopeguard v1.2.0
14022026-02-24T02:36:01.191Z Compiling shlex v1.3.0
14032026-02-24T02:36:01.191Z Compiling find-msvc-tools v0.1.9
14042026-02-24T02:36:01.191Z Compiling syn v2.0.114
14052026-02-24T02:36:01.331Z Compiling getrandom v0.2.15
14062026-02-24T02:36:01.334Z Compiling jobserver v0.1.32
14072026-02-24T02:36:01.466Z Compiling typenum v1.17.0
14082026-02-24T02:36:01.769Z Compiling log v0.4.29
14092026-02-24T02:36:01.791Z Compiling cc v1.2.56
14102026-02-24T02:36:01.835Z Compiling smallvec v1.15.1
14112026-02-24T02:36:01.838Z Compiling rand_core v0.6.4
14122026-02-24T02:36:02.109Z Compiling generic-array v0.14.7
14132026-02-24T02:36:02.260Z Compiling subtle v2.6.1
14142026-02-24T02:36:02.276Z Compiling portable-atomic v1.11.0
14152026-02-24T02:36:02.366Z Compiling const-oid v0.9.6
14162026-02-24T02:36:02.470Z Compiling critical-section v1.1.3
14172026-02-24T02:36:02.541Z Compiling serde_json v1.0.149
14182026-02-24T02:36:02.595Z Compiling pkg-config v0.3.31
14192026-02-24T02:36:02.668Z Compiling getrandom v0.3.4
14202026-02-24T02:36:02.916Z Compiling spin v0.9.8
14212026-02-24T02:36:03.321Z Compiling regex-syntax v0.8.5
14222026-02-24T02:36:03.736Z Compiling parking_lot_core v0.9.10
14232026-02-24T02:36:03.799Z Compiling pin-project-lite v0.2.14
14242026-02-24T02:36:04.216Z Compiling libm v0.2.8
14252026-02-24T02:36:04.277Z Compiling rustix v0.38.37
14262026-02-24T02:36:04.480Z Compiling once_cell v1.21.3
14272026-02-24T02:36:04.604Z Compiling signal-hook-registry v1.4.2
14282026-02-24T02:36:04.881Z Compiling num-traits v0.2.19
14292026-02-24T02:36:05.090Z Compiling allocator-api2 v0.2.21
14302026-02-24T02:36:05.190Z Compiling parking_lot v0.12.3
14312026-02-24T02:36:05.438Z Compiling mio v1.0.2
14322026-02-24T02:36:05.495Z Compiling futures-core v0.3.31
14332026-02-24T02:36:05.752Z Compiling lazy_static v1.5.0
14342026-02-24T02:36:05.822Z Compiling aho-corasick v1.1.3
14352026-02-24T02:36:05.895Z Compiling percent-encoding v2.3.2
14362026-02-24T02:36:06.004Z Compiling socket2 v0.6.1
14372026-02-24T02:36:06.225Z Compiling slab v0.4.9
14382026-02-24T02:36:06.580Z Compiling cpufeatures v0.2.14
14392026-02-24T02:36:06.701Z Compiling futures-sink v0.3.31
14402026-02-24T02:36:06.721Z Compiling glob v0.3.2
14412026-02-24T02:36:06.741Z Compiling either v1.15.0
14422026-02-24T02:36:06.889Z Compiling futures-channel v0.3.31
14432026-02-24T02:36:07.158Z Compiling hashbrown v0.16.1
14442026-02-24T02:36:07.207Z Compiling rustversion v1.0.22
14452026-02-24T02:36:07.304Z Compiling prettyplease v0.2.36
14462026-02-24T02:36:07.538Z Compiling clang-sys v1.8.1
14472026-02-24T02:36:07.666Z Compiling pin-utils v0.1.0
14482026-02-24T02:36:07.779Z Compiling regex-automata v0.4.11
14492026-02-24T02:36:07.878Z Compiling futures-task v0.3.31
14502026-02-24T02:36:08.180Z Compiling futures-io v0.3.31
14512026-02-24T02:36:08.281Z Compiling minimal-lexical v0.2.1
14522026-02-24T02:36:08.301Z Compiling synstructure v0.13.1
14532026-02-24T02:36:08.453Z Compiling indexmap v2.13.0
14542026-02-24T02:36:08.768Z Compiling nom v7.1.3
14552026-02-24T02:36:09.051Z Compiling libloading v0.8.5
14562026-02-24T02:36:09.447Z Compiling base64ct v1.6.0
14572026-02-24T02:36:09.621Z Compiling home v0.5.9
14582026-02-24T02:36:09.679Z Compiling ident_case v1.0.1
14592026-02-24T02:36:09.826Z Compiling bindgen v0.69.5
14602026-02-24T02:36:10.041Z Compiling pem-rfc7468 v0.7.0
14612026-02-24T02:36:10.083Z Compiling itertools v0.12.1
14622026-02-24T02:36:10.705Z Compiling form_urlencoded v1.2.2
14632026-02-24T02:36:10.882Z Compiling lazycell v1.3.0
14642026-02-24T02:36:11.035Z Compiling rustc-hash v1.1.0
14652026-02-24T02:36:11.072Z Compiling flagset v0.4.6
14662026-02-24T02:36:11.208Z Compiling rand_core v0.9.3
14672026-02-24T02:36:11.314Z Compiling cmake v0.1.51
14682026-02-24T02:36:11.775Z Compiling cexpr v0.6.0
14692026-02-24T02:36:12.067Z Compiling iana-time-zone v0.1.63
14702026-02-24T02:36:12.153Z Compiling fs_extra v1.3.0
14712026-02-24T02:36:12.451Z Compiling foldhash v0.1.5
14722026-02-24T02:36:12.704Z Compiling dunce v1.0.5
14732026-02-24T02:36:12.768Z Compiling paste v1.0.15
14742026-02-24T02:36:12.803Z Compiling hashbrown v0.15.4
14752026-02-24T02:36:12.860Z Compiling rustc_version v0.4.1
14762026-02-24T02:36:13.047Z Compiling uuid v1.19.0
14772026-02-24T02:36:13.223Z Compiling serde_derive v1.0.228
14782026-02-24T02:36:13.277Z Compiling zeroize_derive v1.4.2
14792026-02-24T02:36:13.299Z Compiling zerofrom-derive v0.1.4
14802026-02-24T02:36:13.487Z Compiling yoke-derive v0.7.4
14812026-02-24T02:36:14.027Z Compiling zerovec-derive v0.10.3
14822026-02-24T02:36:14.572Z Compiling displaydoc v0.2.5
14832026-02-24T02:36:14.686Z Compiling zeroize v1.8.1
14842026-02-24T02:36:16.145Z Compiling icu_provider_macros v1.5.0
14852026-02-24T02:36:16.268Z Compiling zerocopy-derive v0.7.35
14862026-02-24T02:36:16.480Z Compiling crypto-common v0.1.6
14872026-02-24T02:36:16.540Z Compiling block-buffer v0.10.4
14882026-02-24T02:36:16.717Z Compiling zerofrom v0.1.4
14892026-02-24T02:36:16.743Z Compiling tokio-macros v2.6.0
14902026-02-24T02:36:16.817Z Compiling digest v0.10.7
14912026-02-24T02:36:16.962Z Compiling yoke v0.7.4
14922026-02-24T02:36:17.210Z Compiling thiserror-impl v2.0.18
14932026-02-24T02:36:17.306Z Compiling zerovec v0.10.4
14942026-02-24T02:36:17.333Z Compiling hmac v0.12.1
14952026-02-24T02:36:17.613Z Compiling block-padding v0.3.3
14962026-02-24T02:36:17.901Z Compiling futures-macro v0.3.31
14972026-02-24T02:36:18.056Z Compiling inout v0.1.3
14982026-02-24T02:36:18.143Z Compiling zerocopy v0.7.35
14992026-02-24T02:36:18.294Z Compiling regex v1.11.3
15002026-02-24T02:36:18.333Z Compiling cipher v0.4.4
15012026-02-24T02:36:18.881Z Compiling sha2 v0.10.9
15022026-02-24T02:36:19.268Z Compiling tinystr v0.7.6
15032026-02-24T02:36:19.332Z Compiling icu_collections v1.5.0
15042026-02-24T02:36:19.593Z Compiling icu_locid v1.5.0
15052026-02-24T02:36:19.667Z Compiling ppv-lite86 v0.2.20
15062026-02-24T02:36:19.733Z Compiling futures-util v0.3.31
15072026-02-24T02:36:19.993Z Compiling der_derive v0.7.3
15082026-02-24T02:36:20.410Z Compiling thiserror v2.0.18
15092026-02-24T02:36:20.432Z Compiling salsa20 v0.10.2
15102026-02-24T02:36:20.583Z Compiling pest v2.8.2
15112026-02-24T02:36:20.586Z Compiling serde v1.0.228
15122026-02-24T02:36:20.621Z Compiling pbkdf2 v0.12.2
15132026-02-24T02:36:20.743Z Compiling icu_provider v1.5.0
15142026-02-24T02:36:20.807Z Compiling zerocopy v0.8.27
15152026-02-24T02:36:21.599Z Compiling icu_locid_transform v1.5.0
15162026-02-24T02:36:21.633Z Compiling vcpkg v0.2.15
15172026-02-24T02:36:21.710Z Compiling bitflags v2.9.4
15182026-02-24T02:36:21.835Z Compiling bytes v1.11.1
15192026-02-24T02:36:22.321Z Compiling der v0.7.10
15202026-02-24T02:36:22.356Z Compiling chrono v0.4.43
15212026-02-24T02:36:23.247Z Compiling tokio v1.49.0
15222026-02-24T02:36:23.276Z Compiling icu_properties v1.5.1
15232026-02-24T02:36:23.559Z Compiling openssl-sys v0.9.109
15242026-02-24T02:36:24.011Z Compiling pest_meta v2.8.2
15252026-02-24T02:36:24.615Z Compiling spki v0.7.3
15262026-02-24T02:36:24.996Z Compiling http v1.4.0
15272026-02-24T02:36:25.261Z Compiling scrypt v0.11.0
15282026-02-24T02:36:25.807Z Compiling which v4.4.2
15292026-02-24T02:36:25.826Z Compiling rand_chacha v0.9.0
15302026-02-24T02:36:26.413Z Compiling aes v0.8.4
15312026-02-24T02:36:26.792Z Compiling cbc v0.1.2
15322026-02-24T02:36:27.080Z Compiling zerocopy-derive v0.8.27
15332026-02-24T02:36:27.213Z Compiling icu_normalizer v1.5.0
15342026-02-24T02:36:27.443Z Compiling pkcs5 v0.7.1
15352026-02-24T02:36:28.028Z Compiling rand v0.9.2
15362026-02-24T02:36:28.401Z Compiling idna_adapter v1.2.0
15372026-02-24T02:36:28.537Z Compiling pest_generator v2.8.2
15382026-02-24T02:36:28.651Z Compiling idna v1.0.3
15392026-02-24T02:36:29.105Z Compiling tracing-attributes v0.1.27
15402026-02-24T02:36:29.161Z Compiling serde_derive_internals v0.29.1
15412026-02-24T02:36:29.855Z Compiling url v2.5.4
15422026-02-24T02:36:30.126Z Compiling ring v0.17.14
15432026-02-24T02:36:30.337Z Compiling tracing-core v0.1.32
15442026-02-24T02:36:31.280Z Compiling adler2 v2.0.0
15452026-02-24T02:36:31.368Z Compiling rustix v1.1.3
15462026-02-24T02:36:31.507Z Compiling aws-lc-rs v1.12.4
15472026-02-24T02:36:31.562Z Compiling schemars v0.8.22
15482026-02-24T02:36:31.584Z Compiling miniz_oxide v0.8.5
15492026-02-24T02:36:31.936Z Compiling tokio-util v0.7.15
15502026-02-24T02:36:31.994Z Compiling schemars_derive v0.8.22
15512026-02-24T02:36:32.267Z Compiling tracing v0.1.40
15522026-02-24T02:36:32.768Z Compiling pest_derive v2.8.2
15532026-02-24T02:36:33.062Z Compiling pkcs8 v0.10.2
15542026-02-24T02:36:33.587Z Compiling http-body v1.0.1
15552026-02-24T02:36:33.665Z Compiling scroll_derive v0.13.1
15562026-02-24T02:36:33.843Z Compiling darling_core v0.20.10
15572026-02-24T02:36:33.893Z Compiling rustls-pki-types v1.10.0
15582026-02-24T02:36:34.088Z Compiling dyn-clone v1.0.20
15592026-02-24T02:36:34.317Z Compiling tinyvec_macros v0.1.1
15602026-02-24T02:36:34.425Z Compiling base64 v0.22.1
15612026-02-24T02:36:34.817Z Compiling httparse v1.9.5
15622026-02-24T02:36:35.056Z Compiling tinyvec v1.8.0
15632026-02-24T02:36:35.454Z Compiling scroll v0.13.0
15642026-02-24T02:36:36.018Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15652026-02-24T02:36:36.518Z Compiling bzip2-sys v0.1.13+1.0.8
15662026-02-24T02:36:36.675Z Compiling openssl-probe v0.1.5
15672026-02-24T02:36:36.966Z Compiling time-core v0.1.6
15682026-02-24T02:36:37.021Z Compiling atomic-waker v1.1.2
15692026-02-24T02:36:37.074Z Compiling openssl v0.10.73
15702026-02-24T02:36:37.232Z Compiling powerfmt v0.2.0
15712026-02-24T02:36:37.297Z Compiling num-conv v0.1.0
15722026-02-24T02:36:37.480Z Compiling try-lock v0.2.5
15732026-02-24T02:36:37.556Z Compiling tower-service v0.3.3
15742026-02-24T02:36:37.597Z Compiling tower-layer v0.3.3
15752026-02-24T02:36:37.654Z Compiling untrusted v0.9.0
15762026-02-24T02:36:37.688Z Compiling untrusted v0.7.1
15772026-02-24T02:36:37.714Z Compiling foreign-types-shared v0.1.1
15782026-02-24T02:36:37.856Z Compiling foreign-types v0.3.2
15792026-02-24T02:36:37.905Z Compiling want v0.3.1
15802026-02-24T02:36:37.908Z Compiling time-macros v0.2.24
15812026-02-24T02:36:37.965Z Compiling tempfile v3.24.0
15822026-02-24T02:36:38.112Z Compiling deranged v0.5.3
15832026-02-24T02:36:38.215Z Compiling h2 v0.4.6
15842026-02-24T02:36:39.471Z Compiling darling_macro v0.20.10
15852026-02-24T02:36:40.175Z Compiling goblin v0.10.2
15862026-02-24T02:36:40.310Z Compiling darling v0.20.10
15872026-02-24T02:36:40.675Z Compiling ipnet v2.11.0
15882026-02-24T02:36:41.099Z Compiling openssl-macros v0.1.1
15892026-02-24T02:36:41.805Z Compiling wait-timeout v0.2.0
15902026-02-24T02:36:41.825Z Compiling gimli v0.31.1
15912026-02-24T02:36:41.866Z Compiling bit-vec v0.8.0
15922026-02-24T02:36:41.996Z Compiling syn v1.0.109
15932026-02-24T02:36:42.286Z Compiling crossbeam-utils v0.8.21
15942026-02-24T02:36:42.318Z Compiling rustls v0.23.19
15952026-02-24T02:36:42.616Z Compiling httpdate v1.0.3
15962026-02-24T02:36:42.637Z Compiling usdt-impl v0.6.0
15972026-02-24T02:36:42.823Z Compiling quick-error v1.2.3
15982026-02-24T02:36:42.973Z Compiling num_threads v0.1.7
15992026-02-24T02:36:42.994Z Compiling native-tls v0.2.12
16002026-02-24T02:36:43.086Z Compiling time v0.3.43
16012026-02-24T02:36:43.124Z Compiling rusty-fork v0.3.0
16022026-02-24T02:36:43.511Z Compiling bit-set v0.8.0
16032026-02-24T02:36:43.809Z Compiling derive_builder_core v0.20.2
16042026-02-24T02:36:45.858Z Compiling hyper v1.8.1
16052026-02-24T02:36:46.485Z Compiling addr2line v0.24.2
16062026-02-24T02:36:47.124Z Compiling dof v0.4.0
16072026-02-24T02:36:47.144Z Compiling unicode-normalization v0.1.24
16082026-02-24T02:36:47.748Z Compiling dtrace-parser v0.3.0
16092026-02-24T02:36:48.056Z Compiling signature v2.2.0
16102026-02-24T02:36:48.377Z Compiling heapless v0.7.17
16112026-02-24T02:36:48.829Z Compiling scroll_derive v0.12.0
16122026-02-24T02:36:49.412Z Compiling thiserror-impl v1.0.69
16132026-02-24T02:36:49.448Z Compiling rand_xorshift v0.4.0
16142026-02-24T02:36:49.564Z Compiling darling_core v0.21.0
16152026-02-24T02:36:49.736Z Compiling slog v2.8.2
16162026-02-24T02:36:50.072Z Compiling thread-id v5.0.0
16172026-02-24T02:36:50.191Z Compiling cookie v0.18.1
16182026-02-24T02:36:50.232Z Compiling object v0.36.5
16192026-02-24T02:36:50.524Z Compiling crc32fast v1.4.2
16202026-02-24T02:36:50.864Z Compiling unicode-properties v0.1.3
16212026-02-24T02:36:50.973Z Compiling unicode-bidi v0.3.17
16222026-02-24T02:36:51.124Z Compiling zstd-safe v7.2.3
16232026-02-24T02:36:51.264Z Compiling siphasher v0.3.11
16242026-02-24T02:36:51.459Z Compiling unarray v0.1.4
16252026-02-24T02:36:51.633Z Compiling anyhow v1.0.99
16262026-02-24T02:36:51.651Z Compiling zlib-rs v0.5.1
16272026-02-24T02:36:52.151Z Compiling signal-hook v0.3.18
16282026-02-24T02:36:52.263Z Compiling rustc-demangle v0.1.24
16292026-02-24T02:36:52.385Z Compiling thiserror v1.0.69
16302026-02-24T02:36:52.556Z Compiling proptest v1.7.0
16312026-02-24T02:36:52.918Z Compiling stringprep v0.1.5
16322026-02-24T02:36:52.943Z Compiling phf_shared v0.11.2
16332026-02-24T02:36:53.316Z Compiling scroll v0.12.0
16342026-02-24T02:36:53.992Z Compiling hyper-util v0.1.19
16352026-02-24T02:36:54.485Z Compiling derive_builder_macro v0.20.2
16362026-02-24T02:36:55.557Z Compiling darling_macro v0.21.0
16372026-02-24T02:36:56.463Z Compiling ipnetwork v0.21.1
16382026-02-24T02:36:56.495Z Compiling serde_tokenstream v0.2.2
16392026-02-24T02:36:57.053Z Compiling backtrace v0.3.74
16402026-02-24T02:36:57.191Z Compiling erased-serde v0.3.31
16412026-02-24T02:36:57.277Z Compiling serde_spanned v0.6.9
16422026-02-24T02:36:57.520Z Compiling toml_datetime v0.6.11
16432026-02-24T02:36:58.048Z Compiling libz-rs-sys v0.5.1
16442026-02-24T02:36:58.123Z Compiling rand_chacha v0.3.1
16452026-02-24T02:36:58.336Z Compiling md-5 v0.10.6
16462026-02-24T02:36:58.510Z Compiling curve25519-dalek v4.1.3
16472026-02-24T02:36:58.645Z Compiling vergen-lib v0.1.6
16482026-02-24T02:36:58.697Z Compiling num-integer v0.1.46
16492026-02-24T02:36:59.000Z Compiling sync_wrapper v1.0.1
16502026-02-24T02:36:59.184Z Compiling ff v0.13.0
16512026-02-24T02:36:59.225Z Compiling hash32 v0.2.1
16522026-02-24T02:36:59.389Z Compiling memoffset v0.9.1
16532026-02-24T02:36:59.428Z Compiling psl-types v2.0.11
16542026-02-24T02:36:59.598Z Compiling num-bigint-dig v0.8.6
16552026-02-24T02:36:59.660Z Compiling base16ct v0.2.0
16562026-02-24T02:36:59.753Z Compiling fallible-iterator v0.2.0
16572026-02-24T02:36:59.882Z Compiling smoltcp v0.9.1
16582026-02-24T02:36:59.958Z Compiling cfg_aliases v0.2.1
16592026-02-24T02:36:59.979Z Compiling ref-cast v1.0.25
16602026-02-24T02:37:00.081Z Compiling litrs v0.4.1
16612026-02-24T02:37:00.101Z Compiling nix v0.29.0
16622026-02-24T02:37:00.481Z Compiling postgres-protocol v0.6.8
16632026-02-24T02:37:00.685Z Compiling sec1 v0.7.3
16642026-02-24T02:37:00.897Z Compiling publicsuffix v2.3.0
16652026-02-24T02:37:01.173Z Compiling document-features v0.2.11
16662026-02-24T02:37:01.203Z Compiling group v0.13.0
16672026-02-24T02:37:01.471Z Compiling num-iter v0.1.45
16682026-02-24T02:37:01.571Z Compiling tower v0.5.2
16692026-02-24T02:37:01.679Z Compiling rand v0.8.5
16702026-02-24T02:37:01.701Z Compiling newtype-uuid v1.3.2
16712026-02-24T02:37:02.346Z Compiling flate2 v1.1.2
16722026-02-24T02:37:02.579Z Compiling oxnet v0.1.4
16732026-02-24T02:37:02.881Z Compiling darling v0.21.0
16742026-02-24T02:37:03.013Z Compiling derive_builder v0.20.2
16752026-02-24T02:37:03.139Z Compiling tokio-native-tls v0.3.1
16762026-02-24T02:37:03.207Z Compiling goblin v0.8.2
16772026-02-24T02:37:03.626Z Compiling rustls-native-certs v0.8.1
16782026-02-24T02:37:03.852Z Compiling webpki-roots v1.0.1
16792026-02-24T02:37:04.093Z Compiling http-body-util v0.1.3
16802026-02-24T02:37:04.167Z Compiling strum_macros v0.27.2
16812026-02-24T02:37:04.316Z Compiling terminal_size v0.4.0
16822026-02-24T02:37:04.438Z Compiling cargo-platform v0.1.8
16832026-02-24T02:37:04.567Z Compiling hkdf v0.12.4
16842026-02-24T02:37:04.588Z Compiling crypto-bigint v0.5.5
16852026-02-24T02:37:04.842Z Compiling ref-cast-impl v1.0.25
16862026-02-24T02:37:04.961Z Compiling async-trait v0.1.89
16872026-02-24T02:37:06.047Z Compiling curve25519-dalek-derive v0.1.1
16882026-02-24T02:37:06.330Z Compiling hubpack_derive v0.1.1
16892026-02-24T02:37:07.232Z Compiling daft-derive v0.1.4
16902026-02-24T02:37:07.425Z Compiling vergen v9.0.6
16912026-02-24T02:37:07.604Z Compiling ahash v0.8.12
16922026-02-24T02:37:07.786Z Compiling fs-err v3.1.1
16932026-02-24T02:37:07.996Z Compiling buf-list v1.0.3
16942026-02-24T02:37:08.150Z Compiling iri-string v0.7.8
16952026-02-24T02:37:08.610Z Compiling ryu v1.0.18
16962026-02-24T02:37:08.804Z Compiling simd-adler32 v0.3.7
16972026-02-24T02:37:08.974Z Compiling bitflags v1.3.2
16982026-02-24T02:37:09.061Z Compiling winnow v0.5.40
16992026-02-24T02:37:09.100Z Compiling lockfree-object-pool v0.1.6
17002026-02-24T02:37:09.362Z Compiling managed v0.8.0
17012026-02-24T02:37:09.385Z Compiling bumpalo v3.16.0
17022026-02-24T02:37:09.808Z Compiling unicode-segmentation v1.12.0
17032026-02-24T02:37:09.877Z Compiling zopfli v0.8.1
17042026-02-24T02:37:10.725Z Compiling clap_builder v4.5.48
17052026-02-24T02:37:11.481Z Compiling tower-http v0.6.6
17062026-02-24T02:37:12.021Z Compiling strum v0.27.2
17072026-02-24T02:37:12.230Z Compiling dof v0.3.0
17082026-02-24T02:37:12.360Z Compiling serde_urlencoded v0.7.1
17092026-02-24T02:37:12.364Z Compiling daft v0.1.4
17102026-02-24T02:37:12.403Z Compiling toml_edit v0.19.15
17112026-02-24T02:37:12.915Z Compiling elliptic-curve v0.13.8
17122026-02-24T02:37:12.956Z Compiling hubpack v0.1.2
17132026-02-24T02:37:13.565Z Compiling cargo_metadata v0.19.2
17142026-02-24T02:37:13.779Z Compiling hyper-tls v0.6.0
17152026-02-24T02:37:13.992Z Compiling signal-hook-mio v0.2.4
17162026-02-24T02:37:14.195Z Compiling cookie_store v0.21.1
17172026-02-24T02:37:14.216Z Compiling zstd v0.13.3
17182026-02-24T02:37:15.689Z Compiling serde_with_macros v3.16.1
17192026-02-24T02:37:17.013Z Compiling postgres-types v0.2.9
17202026-02-24T02:37:18.319Z Compiling usdt-attr-macro v0.6.0
17212026-02-24T02:37:18.429Z Compiling usdt-macro v0.6.0
17222026-02-24T02:37:18.451Z Compiling phf v0.11.2
17232026-02-24T02:37:18.748Z Compiling dtrace-parser v0.2.0
17242026-02-24T02:37:18.771Z Compiling ed25519 v2.2.3
17252026-02-24T02:37:19.201Z Compiling bzip2 v0.4.4
17262026-02-24T02:37:19.599Z Compiling bzip2 v0.5.2
17272026-02-24T02:37:19.894Z Compiling pkcs1 v0.7.5
17282026-02-24T02:37:19.928Z Compiling strum_macros v0.26.4
17292026-02-24T02:37:20.006Z Compiling enum-as-inner v0.6.1
17302026-02-24T02:37:20.659Z Compiling clap_derive v4.5.47
17312026-02-24T02:37:20.875Z Compiling serde-big-array v0.5.1
17322026-02-24T02:37:20.927Z Compiling hex v0.4.3
17332026-02-24T02:37:20.952Z Compiling rfc6979 v0.4.0
17342026-02-24T02:37:21.094Z Compiling serde_repr v0.1.19
17352026-02-24T02:37:21.132Z Compiling bstr v1.10.0
17362026-02-24T02:37:21.163Z Compiling float-cmp v0.10.0
17372026-02-24T02:37:21.430Z Compiling env_filter v0.1.2
17382026-02-24T02:37:21.495Z Compiling memmap2 v0.9.8
17392026-02-24T02:37:21.920Z Compiling socket2 v0.5.10
17402026-02-24T02:37:22.067Z Compiling encoding_rs v0.8.34
17412026-02-24T02:37:22.155Z Compiling data-encoding v2.9.0
17422026-02-24T02:37:22.655Z Compiling new_debug_unreachable v1.0.6
17432026-02-24T02:37:22.745Z Compiling foldhash v0.2.0
17442026-02-24T02:37:22.820Z Compiling predicates-core v1.0.8
17452026-02-24T02:37:23.144Z Compiling fixedbitset v0.4.2
17462026-02-24T02:37:23.166Z Compiling whoami v1.5.2
17472026-02-24T02:37:23.582Z Compiling static_assertions v1.1.0
17482026-02-24T02:37:23.703Z Compiling keccak v0.1.5
17492026-02-24T02:37:23.727Z Compiling difflib v0.4.0
17502026-02-24T02:37:23.851Z Compiling fixedbitset v0.5.7
17512026-02-24T02:37:24.202Z Compiling mime v0.3.17
17522026-02-24T02:37:24.471Z Compiling rustc-hash v2.1.1
17532026-02-24T02:37:24.683Z Compiling precomputed-hash v0.1.1
17542026-02-24T02:37:24.708Z Compiling jiff v0.2.15
17552026-02-24T02:37:24.822Z Compiling normalize-line-endings v0.3.0
17562026-02-24T02:37:24.974Z Compiling predicates v3.1.3
17572026-02-24T02:37:24.995Z Compiling string_cache v0.8.9
17582026-02-24T02:37:25.016Z Compiling clap v4.5.48
17592026-02-24T02:37:25.145Z Compiling iddqd v0.3.16
17602026-02-24T02:37:25.445Z Compiling petgraph v0.8.2
17612026-02-24T02:37:25.701Z Compiling strum v0.26.3
17622026-02-24T02:37:25.901Z Compiling sha3 v0.10.8
17632026-02-24T02:37:26.012Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17642026-02-24T02:37:26.405Z Compiling toml_edit v0.22.27
17652026-02-24T02:37:27.019Z Compiling tokio-postgres v0.7.13
17662026-02-24T02:37:27.771Z Compiling petgraph v0.6.5
17672026-02-24T02:37:28.908Z Compiling hickory-proto v0.25.2
17682026-02-24T02:37:29.885Z Compiling similar v2.7.0
17692026-02-24T02:37:31.409Z Compiling usdt v0.6.0
17702026-02-24T02:37:31.900Z Compiling zip v4.2.0
17712026-02-24T02:37:31.974Z Compiling env_logger v0.11.8
17722026-02-24T02:37:32.485Z Compiling usdt-impl v0.5.0
17732026-02-24T02:37:32.744Z Compiling serde_with v3.16.1
17742026-02-24T02:37:32.807Z Compiling ecdsa v0.16.9
17752026-02-24T02:37:33.473Z Compiling rsa v0.9.8
17762026-02-24T02:37:33.696Z Compiling zip v0.6.6
17772026-02-24T02:37:33.771Z Compiling ed25519-dalek v2.1.1
17782026-02-24T02:37:34.957Z Compiling toml v0.7.8
17792026-02-24T02:37:36.037Z Compiling crossterm v0.28.1
17802026-02-24T02:37:36.559Z Compiling heck v0.4.1
17812026-02-24T02:37:37.023Z Compiling crossbeam-epoch v0.9.18
17822026-02-24T02:37:37.026Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17832026-02-24T02:37:37.145Z Compiling tokio-stream v0.1.17
17842026-02-24T02:37:37.236Z Compiling x509-cert v0.2.5
17852026-02-24T02:37:37.469Z Compiling openapiv3 v2.2.0
17862026-02-24T02:37:37.707Z Compiling sha1 v0.10.6
17872026-02-24T02:37:38.113Z Compiling itertools v0.10.5
17882026-02-24T02:37:38.143Z Compiling itertools v0.13.0
17892026-02-24T02:37:39.239Z Compiling winnow v0.6.26
17902026-02-24T02:37:40.667Z Compiling peg-runtime v0.8.5
17912026-02-24T02:37:40.720Z Compiling lalrpop-util v0.19.12
17922026-02-24T02:37:41.105Z Compiling thread_local v1.1.8
17932026-02-24T02:37:41.128Z Compiling slog-async v2.8.0
17942026-02-24T02:37:41.242Z Compiling crossbeam-channel v0.5.15
17952026-02-24T02:37:41.300Z Compiling xattr v1.3.1
17962026-02-24T02:37:41.465Z Compiling futures-executor v0.3.31
17972026-02-24T02:37:41.577Z Compiling filetime v0.2.26
17982026-02-24T02:37:41.598Z Compiling is-terminal v0.4.13
17992026-02-24T02:37:41.735Z Compiling take_mut v0.2.2
18002026-02-24T02:37:41.756Z Compiling term v1.1.0
18012026-02-24T02:37:41.777Z Compiling futures v0.3.31
18022026-02-24T02:37:41.899Z Compiling tar v0.4.44
18032026-02-24T02:37:42.689Z Compiling slog-term v2.9.2
18042026-02-24T02:37:45.273Z Compiling aws-lc-sys v0.26.0
18052026-02-24T02:38:15.380Z Compiling rustls-webpki v0.102.8
18062026-02-24T02:38:19.852Z Compiling tokio-rustls v0.26.0
18072026-02-24T02:38:20.126Z Compiling hyper-rustls v0.27.7
18082026-02-24T02:38:20.486Z Compiling reqwest v0.12.24
18092026-02-24T02:38:24.388Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-02-24T02:38:24.678Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-02-24T02:38:29.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
18122026-02-24T02:38:29.477Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18132026-02-24T02:38:29.528ZFeb 24 02:38:28.329 INFO Starting download, target: Cockroach
18142026-02-24T02:38:29.528ZFeb 24 02:38:28.330 INFO Starting download, target: Console
18152026-02-24T02:38:29.530ZFeb 24 02:38:28.330 INFO Starting download, target: Clickhouse
18162026-02-24T02:38:29.530ZFeb 24 02:38:28.330 INFO Starting download, target: DendriteStub
18172026-02-24T02:38:29.530ZFeb 24 02:38:28.330 INFO Starting download, target: MaghemiteMgd
18182026-02-24T02:38:29.531ZFeb 24 02:38:28.330 INFO Starting download, target: TransceiverControl
18192026-02-24T02:38:29.531ZFeb 24 02:38:28.330 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-02-24T02:38:29.531ZFeb 24 02:38:28.330 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-02-24T02:38:29.531ZFeb 24 02:38:28.330 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18222026-02-24T02:38:29.531ZFeb 24 02:38:28.331 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-02-24T02:38:29.531ZFeb 24 02:38:28.331 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-02-24T02:38:29.531ZFeb 24 02:38:28.331 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-02-24T02:38:29.955ZFeb 24 02:38:28.752 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-02-24T02:38:30.065ZFeb 24 02:38:28.836 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18272026-02-24T02:38:30.395ZFeb 24 02:38:29.194 INFO Download complete, target: TransceiverControl
18282026-02-24T02:38:30.543ZFeb 24 02:38:29.341 INFO Download complete, target: Console
18292026-02-24T02:38:30.897ZFeb 24 02:38:29.697 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18302026-02-24T02:38:30.960ZFeb 24 02:38:29.761 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-02-24T02:38:31.712ZFeb 24 02:38:30.514 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18322026-02-24T02:38:31.831ZFeb 24 02:38:30.632 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18332026-02-24T02:38:31.831ZFeb 24 02:38:30.632 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18342026-02-24T02:38:35.060ZFeb 24 02:38:33.852 INFO Download complete, target: DendriteStub
18352026-02-24T02:38:35.088ZFeb 24 02:38:33.880 INFO Download complete, target: MaghemiteMgd
18362026-02-24T02:38:39.630ZFeb 24 02:38:38.430 INFO Checking that binary works, target: Cockroach
18372026-02-24T02:38:39.762ZFeb 24 02:38:38.562 INFO Download complete, target: Cockroach
18382026-02-24T02:38:42.787ZFeb 24 02:38:41.586 INFO Checking that binary works, target: Clickhouse
18392026-02-24T02:38:43.023ZFeb 24 02:38:41.822 INFO Download complete, target: Clickhouse
18402026-02-24T02:38:43.029ZAll prerequisites installed successfully
18412026-02-24T02:38:43.032Z
18422026-02-24T02:38:43.032Zreal 4:53.465930819
18432026-02-24T02:38:43.032Zuser 18:30.838870892
18442026-02-24T02:38:43.032Zsys 2:27.069945402
18452026-02-24T02:38:43.032Ztrap 0.639315953
18462026-02-24T02:38:43.032Ztflt 1.229650970
18472026-02-24T02:38:43.032Zdflt 1.597238242
18482026-02-24T02:38:43.032Zkflt 0.094971920
18492026-02-24T02:38:43.032Zlock 49:05.605941542
18502026-02-24T02:38:43.032Zslp 1:08:09.591021442
18512026-02-24T02:38:43.032Zlat 1:20.966407677
18522026-02-24T02:38:43.033Zstop 3:05.495276886
18532026-02-24T02:38:43.033Z+ source ./tools/include/force-git-over-https.sh
18542026-02-24T02:38:43.033Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18552026-02-24T02:38:43.033Z++ (( i = 0 ))
18562026-02-24T02:38:43.033Z++ (( i < 5 ))
18572026-02-24T02:38:43.033Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18582026-02-24T02:38:43.036Z++ (( i++ ))
18592026-02-24T02:38:43.036Z++ (( i < 5 ))
18602026-02-24T02:38:43.036Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18612026-02-24T02:38:43.039Z++ (( i++ ))
18622026-02-24T02:38:43.039Z++ (( i < 5 ))
18632026-02-24T02:38:43.039Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18642026-02-24T02:38:43.042Z++ (( i++ ))
18652026-02-24T02:38:43.042Z++ (( i < 5 ))
18662026-02-24T02:38:43.042Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18672026-02-24T02:38:43.045Z++ (( i++ ))
18682026-02-24T02:38:43.045Z++ (( i < 5 ))
18692026-02-24T02:38:43.045Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18702026-02-24T02:38:43.051Z++ (( i++ ))
18712026-02-24T02:38:43.051Z++ (( i < 5 ))
18722026-02-24T02:38:43.051Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18732026-02-24T02:38:43.051Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18742026-02-24T02:38:43.051Z+ rc=0
18752026-02-24T02:38:43.051Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18762026-02-24T02:39:29.084Z+ case $rc in
18772026-02-24T02:39:29.084Z+ pfexec zfs create -p rpool/images/build/host
18782026-02-24T02:39:29.368Z+ pfexec zfs create -p rpool/images/build/recovery
18792026-02-24T02:39:29.442Z+ cargo xtask releng --output-dir /work --mkincorp
18802026-02-24T02:39:30.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18812026-02-24T02:39:30.248Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18822026-02-24T02:39:31.498Z Compiling proc-macro2 v1.0.101
18832026-02-24T02:39:31.498Z Compiling unicode-ident v1.0.19
18842026-02-24T02:39:31.501Z Compiling libc v0.2.180
18852026-02-24T02:39:31.501Z Compiling serde_core v1.0.228
18862026-02-24T02:39:31.501Z Compiling serde v1.0.228
18872026-02-24T02:39:31.501Z Compiling autocfg v1.4.0
18882026-02-24T02:39:31.501Z Compiling cfg-if v1.0.4
18892026-02-24T02:39:31.796Z Compiling version_check v0.9.5
18902026-02-24T02:39:31.851Z Compiling memchr v2.7.4
18912026-02-24T02:39:31.901Z Compiling shlex v1.3.0
18922026-02-24T02:39:32.386Z Compiling lock_api v0.4.12
18932026-02-24T02:39:32.454Z Compiling find-msvc-tools v0.1.9
18942026-02-24T02:39:32.771Z Compiling typenum v1.17.0
18952026-02-24T02:39:32.883Z Compiling generic-array v0.14.7
18962026-02-24T02:39:33.099Z Compiling value-bag v1.12.0
18972026-02-24T02:39:33.230Z Compiling portable-atomic v1.11.0
18982026-02-24T02:39:33.691Z Compiling jobserver v0.1.32
18992026-02-24T02:39:33.716Z Compiling log v0.4.29
19002026-02-24T02:39:33.719Z Compiling getrandom v0.3.4
19012026-02-24T02:39:34.039Z Compiling quote v1.0.40
19022026-02-24T02:39:34.163Z Compiling cc v1.2.56
19032026-02-24T02:39:34.305Z Compiling zmij v1.0.15
19042026-02-24T02:39:34.419Z Compiling serde_json v1.0.149
19052026-02-24T02:39:34.597Z Compiling syn v2.0.114
19062026-02-24T02:39:34.669Z Compiling libm v0.2.8
19072026-02-24T02:39:34.921Z Compiling num-traits v0.2.19
19082026-02-24T02:39:35.084Z Compiling scopeguard v1.2.0
19092026-02-24T02:39:35.147Z Compiling smallvec v1.15.1
19102026-02-24T02:39:35.340Z Compiling parking_lot_core v0.9.10
19112026-02-24T02:39:35.763Z Compiling rustix v0.38.37
19122026-02-24T02:39:35.795Z Compiling pkg-config v0.3.31
19132026-02-24T02:39:35.821Z Compiling getrandom v0.2.15
19142026-02-24T02:39:36.473Z Compiling thiserror v2.0.18
19152026-02-24T02:39:37.131Z Compiling regex-syntax v0.8.5
19162026-02-24T02:39:37.159Z Compiling itoa v1.0.11
19172026-02-24T02:39:37.232Z Compiling errno v0.3.12
19182026-02-24T02:39:37.618Z Compiling spin v0.9.8
19192026-02-24T02:39:37.751Z Compiling aho-corasick v1.1.3
19202026-02-24T02:39:37.809Z Compiling slab v0.4.9
19212026-02-24T02:39:37.934Z Compiling stable_deref_trait v1.2.0
19222026-02-24T02:39:38.067Z Compiling subtle v2.6.1
19232026-02-24T02:39:38.124Z Compiling lazy_static v1.5.0
19242026-02-24T02:39:38.246Z Compiling heck v0.5.0
19252026-02-24T02:39:38.292Z Compiling critical-section v1.1.3
19262026-02-24T02:39:38.410Z Compiling semver v1.0.27
19272026-02-24T02:39:38.461Z Compiling rand_core v0.6.4
19282026-02-24T02:39:39.049Z Compiling either v1.15.0
19292026-02-24T02:39:39.190Z Compiling glob v0.3.2
19302026-02-24T02:39:39.520Z Compiling once_cell v1.21.3
19312026-02-24T02:39:40.013Z Compiling clang-sys v1.8.1
19322026-02-24T02:39:40.699Z Compiling prettyplease v0.2.36
19332026-02-24T02:39:41.338Z Compiling regex-automata v0.4.11
19342026-02-24T02:39:41.662Z Compiling minimal-lexical v0.2.1
19352026-02-24T02:39:41.703Z Compiling schemars v0.8.22
19362026-02-24T02:39:42.128Z Compiling synstructure v0.13.1
19372026-02-24T02:39:42.172Z Compiling nom v7.1.3
19382026-02-24T02:39:42.212Z Compiling serde_derive_internals v0.29.1
19392026-02-24T02:39:42.462Z Compiling libloading v0.8.5
19402026-02-24T02:39:42.776Z Compiling home v0.5.9
19412026-02-24T02:39:42.830Z Compiling litemap v0.7.3
19422026-02-24T02:39:43.077Z Compiling writeable v0.5.5
19432026-02-24T02:39:43.435Z Compiling paste v1.0.15
19442026-02-24T02:39:43.467Z Compiling bindgen v0.69.5
19452026-02-24T02:39:44.278Z Compiling itertools v0.12.1
19462026-02-24T02:39:45.778Z Compiling cexpr v0.6.0
19472026-02-24T02:39:45.845Z Compiling serde_derive v1.0.228
19482026-02-24T02:39:46.987Z Compiling zeroize_derive v1.4.2
19492026-02-24T02:39:47.240Z Compiling zerofrom-derive v0.1.4
19502026-02-24T02:39:47.398Z Compiling yoke-derive v0.7.4
19512026-02-24T02:39:47.649Z Compiling zerovec-derive v0.10.3
19522026-02-24T02:39:48.449Z Compiling displaydoc v0.2.5
19532026-02-24T02:39:49.642Z Compiling icu_provider_macros v1.5.0
19542026-02-24T02:39:49.785Z Compiling zeroize v1.8.1
19552026-02-24T02:39:50.104Z Compiling thiserror-impl v2.0.18
19562026-02-24T02:39:50.295Z Compiling tokio-macros v2.6.0
19572026-02-24T02:39:50.339Z Compiling zerocopy-derive v0.7.35
19582026-02-24T02:39:50.632Z Compiling regex v1.11.3
19592026-02-24T02:39:50.681Z Compiling zerofrom v0.1.4
19602026-02-24T02:39:50.760Z Compiling futures-macro v0.3.31
19612026-02-24T02:39:51.132Z Compiling yoke v0.7.4
19622026-02-24T02:39:51.649Z Compiling zerovec v0.10.4
19632026-02-24T02:39:52.508Z Compiling schemars_derive v0.8.22
19642026-02-24T02:39:52.588Z Compiling percent-encoding v2.3.2
19652026-02-24T02:39:53.197Z Compiling lazycell v1.3.0
19662026-02-24T02:39:53.265Z Compiling allocator-api2 v0.2.21
19672026-02-24T02:39:53.319Z Compiling rustc-hash v1.1.0
19682026-02-24T02:39:53.377Z Compiling byteorder v1.5.0
19692026-02-24T02:39:54.029Z Compiling tinystr v0.7.6
19702026-02-24T02:39:54.168Z Compiling bitflags v2.9.4
19712026-02-24T02:39:54.235Z Compiling bytes v1.11.1
19722026-02-24T02:39:54.692Z Compiling icu_locid v1.5.0
19732026-02-24T02:39:54.755Z Compiling cmake v0.1.51
19742026-02-24T02:39:55.205Z Compiling fs_extra v1.3.0
19752026-02-24T02:39:55.322Z Compiling dunce v1.0.5
19762026-02-24T02:39:55.532Z Compiling icu_locid_transform_data v1.5.0
19772026-02-24T02:39:55.692Z Compiling equivalent v1.0.2
19782026-02-24T02:39:55.899Z Compiling icu_collections v1.5.0
19792026-02-24T02:39:56.119Z Compiling icu_properties_data v1.5.0
19802026-02-24T02:39:56.341Z Compiling icu_provider v1.5.0
19812026-02-24T02:39:56.370Z Compiling crypto-common v0.1.6
19822026-02-24T02:39:56.470Z Compiling utf8_iter v1.0.4
19832026-02-24T02:39:56.732Z Compiling write16 v1.0.0
19842026-02-24T02:39:56.906Z Compiling icu_normalizer_data v1.5.0
19852026-02-24T02:39:56.963Z Compiling pin-project-lite v0.2.14
19862026-02-24T02:39:57.067Z Compiling utf16_iter v1.0.5
19872026-02-24T02:39:57.172Z Compiling icu_locid_transform v1.5.0
19882026-02-24T02:39:57.358Z Compiling der_derive v0.7.3
19892026-02-24T02:39:58.235Z Compiling which v4.4.2
19902026-02-24T02:39:58.755Z Compiling rustversion v1.0.22
19912026-02-24T02:39:58.800Z Compiling icu_properties v1.5.1
19922026-02-24T02:39:58.868Z Compiling const-oid v0.9.6
19932026-02-24T02:39:59.556Z Compiling ring v0.17.14
19942026-02-24T02:40:02.529Z Compiling form_urlencoded v1.2.2
19952026-02-24T02:40:02.852Z Compiling vcpkg v0.2.15
19962026-02-24T02:40:03.146Z Compiling futures-core v0.3.31
19972026-02-24T02:40:03.221Z Compiling icu_normalizer v1.5.0
19982026-02-24T02:40:03.224Z Compiling aws-lc-rs v1.12.4
19992026-02-24T02:40:03.314Z Compiling fnv v1.0.7
20002026-02-24T02:40:03.704Z Compiling block-buffer v0.10.4
20012026-02-24T02:40:04.245Z Compiling signal-hook-registry v1.4.2
20022026-02-24T02:40:04.308Z Compiling idna_adapter v1.2.0
20032026-02-24T02:40:04.447Z Compiling openssl-sys v0.9.109
20042026-02-24T02:40:04.636Z Compiling idna v1.0.3
20052026-02-24T02:40:04.963Z Compiling zerocopy v0.8.27
20062026-02-24T02:40:05.679Z Compiling url v2.5.4
20072026-02-24T02:40:05.827Z Compiling digest v0.10.7
20082026-02-24T02:40:05.901Z Compiling parking_lot v0.12.3
20092026-02-24T02:40:06.393Z Compiling hashbrown v0.16.1
20102026-02-24T02:40:07.442Z Compiling tracing-attributes v0.1.27
20112026-02-24T02:40:08.033Z Compiling mio v1.0.2
20122026-02-24T02:40:09.533Z Compiling zerocopy-derive v0.8.27
20132026-02-24T02:40:09.714Z Compiling httparse v1.9.5
20142026-02-24T02:40:09.717Z Compiling rustix v1.1.3
20152026-02-24T02:40:10.392Z Compiling indexmap v2.13.0
20162026-02-24T02:40:10.570Z Compiling socket2 v0.6.1
20172026-02-24T02:40:10.785Z Compiling aws-lc-sys v0.26.0
20182026-02-24T02:40:11.093Z Compiling iana-time-zone v0.1.63
20192026-02-24T02:40:11.560Z Compiling tokio v1.49.0
20202026-02-24T02:40:11.764Z Compiling foldhash v0.1.5
20212026-02-24T02:40:11.949Z Compiling chrono v0.4.43
20222026-02-24T02:40:12.162Z Compiling hashbrown v0.15.4
20232026-02-24T02:40:12.577Z Compiling zerocopy v0.7.35
20242026-02-24T02:40:13.414Z Compiling time-core v0.1.6
20252026-02-24T02:40:13.480Z Compiling futures-sink v0.3.31
20262026-02-24T02:40:13.648Z Compiling num-conv v0.1.0
20272026-02-24T02:40:13.740Z Compiling futures-channel v0.3.31
20282026-02-24T02:40:13.983Z Compiling time-macros v0.2.24
20292026-02-24T02:40:14.109Z Compiling uuid v1.19.0
20302026-02-24T02:40:14.533Z Compiling pin-utils v0.1.0
20312026-02-24T02:40:14.677Z Compiling futures-io v0.3.31
20322026-02-24T02:40:14.751Z Compiling futures-task v0.3.31
20332026-02-24T02:40:15.028Z Compiling openssl v0.10.73
20342026-02-24T02:40:15.175Z Compiling futures-util v0.3.31
20352026-02-24T02:40:17.065Z Compiling cpufeatures v0.2.14
20362026-02-24T02:40:17.223Z Compiling ppv-lite86 v0.2.20
20372026-02-24T02:40:17.356Z Compiling openssl-macros v0.1.1
20382026-02-24T02:40:18.199Z Compiling rustc_version v0.4.1
20392026-02-24T02:40:18.813Z Compiling native-tls v0.2.12
20402026-02-24T02:40:19.012Z Compiling ucd-trie v0.1.7
20412026-02-24T02:40:19.138Z Compiling strsim v0.11.1
20422026-02-24T02:40:19.230Z Compiling rustls v0.23.19
20432026-02-24T02:40:19.344Z Compiling pest v2.8.2
20442026-02-24T02:40:19.500Z Compiling hmac v0.12.1
20452026-02-24T02:40:19.694Z Compiling serde_tokenstream v0.2.2
20462026-02-24T02:40:19.794Z Compiling dyn-clone v1.0.20
20472026-02-24T02:40:20.825Z Compiling block-padding v0.3.3
20482026-02-24T02:40:20.926Z Compiling bzip2-sys v0.1.13+1.0.8
20492026-02-24T02:40:21.298Z Compiling cookie v0.18.1
20502026-02-24T02:40:21.520Z Compiling ident_case v1.0.1
20512026-02-24T02:40:21.684Z Compiling thiserror v1.0.69
20522026-02-24T02:40:21.778Z Compiling inout v0.1.3
20532026-02-24T02:40:22.370Z Compiling pest_meta v2.8.2
20542026-02-24T02:40:22.605Z Compiling http v1.4.0
20552026-02-24T02:40:23.901Z Compiling base64 v0.22.1
20562026-02-24T02:40:25.229Z Compiling pest_generator v2.8.2
20572026-02-24T02:40:26.246Z Compiling syn v1.0.109
20582026-02-24T02:40:27.120Z Compiling pest_derive v2.8.2
20592026-02-24T02:40:27.618Z Compiling cipher v0.4.4
20602026-02-24T02:40:27.877Z Compiling sha2 v0.10.9
20612026-02-24T02:40:28.184Z Compiling slog v2.8.2
20622026-02-24T02:40:31.012Z Compiling thiserror-impl v1.0.69
20632026-02-24T02:40:31.748Z Compiling scroll_derive v0.13.1
20642026-02-24T02:40:32.557Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20652026-02-24T02:40:33.569Z Compiling base64ct v1.6.0
20662026-02-24T02:40:33.627Z Compiling rustls-pki-types v1.10.0
20672026-02-24T02:40:33.735Z Compiling crossbeam-utils v0.8.21
20682026-02-24T02:40:34.224Z Compiling pem-rfc7468 v0.7.0
20692026-02-24T02:40:35.059Z Compiling litrs v0.4.1
20702026-02-24T02:40:36.201Z Compiling flagset v0.4.6
20712026-02-24T02:40:36.471Z Compiling der v0.7.10
20722026-02-24T02:40:38.104Z Compiling document-features v0.2.11
20732026-02-24T02:40:39.433Z Compiling tokio-util v0.7.15
20742026-02-24T02:40:39.683Z Compiling rand_core v0.9.3
20752026-02-24T02:40:39.973Z Compiling tracing-core v0.1.32
20762026-02-24T02:40:40.127Z Compiling plain v0.2.3
20772026-02-24T02:40:40.323Z Compiling untrusted v0.7.1
20782026-02-24T02:40:40.580Z Compiling camino v1.2.2
20792026-02-24T02:40:41.137Z Compiling powerfmt v0.2.0
20802026-02-24T02:40:41.175Z Compiling untrusted v0.9.0
20812026-02-24T02:40:41.669Z Compiling deranged v0.5.3
20822026-02-24T02:40:42.203Z Compiling tracing v0.1.40
20832026-02-24T02:40:43.416Z Compiling spki v0.7.3
20842026-02-24T02:40:43.836Z Compiling salsa20 v0.10.2
20852026-02-24T02:40:44.111Z Compiling http-body v1.0.1
20862026-02-24T02:40:44.172Z Compiling pbkdf2 v0.12.2
20872026-02-24T02:40:44.843Z Compiling num-bigint-dig v0.8.6
20882026-02-24T02:40:45.213Z Compiling num_threads v0.1.7
20892026-02-24T02:40:45.391Z Compiling atomic-waker v1.1.2
20902026-02-24T02:40:45.417Z Compiling time v0.3.43
20912026-02-24T02:40:46.257Z Compiling scrypt v0.11.0
20922026-02-24T02:40:47.019Z Compiling rand_chacha v0.9.0
20932026-02-24T02:40:47.724Z Compiling aes v0.8.4
20942026-02-24T02:40:47.954Z Compiling cbc v0.1.2
20952026-02-24T02:40:48.933Z Compiling ahash v0.8.12
20962026-02-24T02:40:49.016Z Compiling usdt-impl v0.6.0
20972026-02-24T02:40:49.104Z Compiling anyhow v1.0.99
20982026-02-24T02:40:49.405Z Compiling tower-layer v0.3.3
20992026-02-24T02:40:49.487Z Compiling try-lock v0.2.5
21002026-02-24T02:40:49.720Z Compiling zstd-safe v7.2.3
21012026-02-24T02:40:49.800Z Compiling pretty-hex v0.4.1
21022026-02-24T02:40:49.980Z Compiling tower-service v0.3.3
21032026-02-24T02:40:50.089Z Compiling want v0.3.1
21042026-02-24T02:40:50.430Z Compiling pkcs5 v0.7.1
21052026-02-24T02:40:52.453Z Compiling rand v0.9.2
21062026-02-24T02:40:53.259Z Compiling h2 v0.4.6
21072026-02-24T02:40:54.923Z Compiling scroll v0.13.0
21082026-02-24T02:40:55.226Z Compiling heapless v0.7.17
21092026-02-24T02:40:55.648Z Compiling ipnet v2.11.0
21102026-02-24T02:40:55.764Z Compiling scroll_derive v0.12.0
21112026-02-24T02:40:56.027Z Compiling async-trait v0.1.89
21122026-02-24T02:40:56.532Z Compiling clap_derive v4.5.47
21132026-02-24T02:40:56.618Z Compiling daft-derive v0.1.4
21142026-02-24T02:40:57.142Z Compiling adler2 v2.0.0
21152026-02-24T02:40:57.443Z Compiling foreign-types-shared v0.1.1
21162026-02-24T02:40:57.602Z Compiling fastrand v2.1.1
21172026-02-24T02:40:58.280Z Compiling signal-hook v0.3.18
21182026-02-24T02:40:58.322Z Compiling openssl-probe v0.1.5
21192026-02-24T02:40:58.418Z Compiling httpdate v1.0.3
21202026-02-24T02:40:58.694Z Compiling tempfile v3.24.0
21212026-02-24T02:40:58.729Z Compiling foreign-types v0.3.2
21222026-02-24T02:40:58.875Z Compiling miniz_oxide v0.8.5
21232026-02-24T02:40:59.385Z Compiling goblin v0.10.2
21242026-02-24T02:41:00.611Z Compiling pkcs8 v0.10.2
21252026-02-24T02:41:01.743Z Compiling darling_core v0.20.10
21262026-02-24T02:41:02.501Z Compiling hyper v1.8.1
21272026-02-24T02:41:08.267Z Compiling tinyvec_macros v0.1.1
21282026-02-24T02:41:08.941Z Compiling tinyvec v1.8.0
21292026-02-24T02:41:10.144Z Compiling darling_macro v0.20.10
21302026-02-24T02:41:10.659Z Compiling dof v0.4.0
21312026-02-24T02:41:12.724Z Compiling hyper-util v0.1.19
21322026-02-24T02:41:16.268Z Compiling dtrace-parser v0.3.0
21332026-02-24T02:41:17.438Z Compiling darling_core v0.21.0
21342026-02-24T02:41:17.932Z Compiling curve25519-dalek v4.1.3
21352026-02-24T02:41:18.336Z Compiling strum_macros v0.26.4
21362026-02-24T02:41:18.481Z Compiling hex v0.4.3
21372026-02-24T02:41:19.462Z Compiling thread-id v5.0.0
21382026-02-24T02:41:19.731Z Compiling memoffset v0.9.1
21392026-02-24T02:41:20.232Z Compiling ref-cast v1.0.25
21402026-02-24T02:41:21.146Z Compiling utf8parse v0.2.2
21412026-02-24T02:41:22.390Z Compiling anstyle v1.0.11
21422026-02-24T02:41:22.544Z Compiling smoltcp v0.9.1
21432026-02-24T02:41:22.961Z Compiling ryu v1.0.18
21442026-02-24T02:41:23.471Z Compiling darling_macro v0.21.0
21452026-02-24T02:41:23.719Z Compiling anstyle-parse v0.2.5
21462026-02-24T02:41:27.520Z Compiling darling v0.20.10
21472026-02-24T02:41:28.120Z Compiling http-body-util v0.1.3
21482026-02-24T02:41:29.959Z Compiling sync_wrapper v1.0.1
21492026-02-24T02:41:30.169Z Compiling toml_datetime v0.6.11
21502026-02-24T02:41:30.731Z Compiling serde_spanned v0.6.9
21512026-02-24T02:41:30.915Z Compiling erased-serde v0.3.31
21522026-02-24T02:41:31.064Z Compiling wait-timeout v0.2.0
21532026-02-24T02:41:31.574Z Compiling encoding_rs v0.8.34
21542026-02-24T02:41:32.264Z Compiling is_terminal_polyfill v1.70.1
21552026-02-24T02:41:33.002Z Compiling mime v0.3.17
21562026-02-24T02:41:33.616Z Compiling colorchoice v1.0.2
21572026-02-24T02:41:33.838Z Compiling cfg_aliases v0.2.1
21582026-02-24T02:41:34.112Z Compiling bit-vec v0.8.0
21592026-02-24T02:41:34.398Z Compiling gimli v0.31.1
21602026-02-24T02:41:34.553Z Compiling psl-types v2.0.11
21612026-02-24T02:41:34.891Z Compiling quick-error v1.2.3
21622026-02-24T02:41:35.115Z Compiling anstyle-query v1.1.1
21632026-02-24T02:41:35.345Z Compiling buf-list v1.0.3
21642026-02-24T02:41:35.429Z Compiling anstream v0.6.18
21652026-02-24T02:41:36.581Z Compiling rusty-fork v0.3.0
21662026-02-24T02:41:37.222Z Compiling publicsuffix v2.3.0
21672026-02-24T02:41:37.698Z Compiling bit-set v0.8.0
21682026-02-24T02:41:38.008Z Compiling nix v0.29.0
21692026-02-24T02:41:38.929Z Compiling serde_urlencoded v0.7.1
21702026-02-24T02:41:39.399Z Compiling addr2line v0.24.2
21712026-02-24T02:41:41.599Z Compiling tower v0.5.2
21722026-02-24T02:41:43.052Z Compiling derive_builder_core v0.20.2
21732026-02-24T02:41:43.138Z Compiling tokio-native-tls v0.3.1
21742026-02-24T02:41:43.593Z Compiling darling v0.21.0
21752026-02-24T02:41:43.824Z Compiling unicode-normalization v0.1.24
21762026-02-24T02:41:44.937Z Compiling rustls-native-certs v0.8.1
21772026-02-24T02:41:45.323Z Compiling hubpack_derive v0.1.1
21782026-02-24T02:41:45.404Z Compiling rand_xorshift v0.4.0
21792026-02-24T02:41:45.760Z Compiling webpki-roots v1.0.1
21802026-02-24T02:41:46.017Z Compiling ipnetwork v0.21.1
21812026-02-24T02:41:46.824Z Compiling openapiv3 v2.2.0
21822026-02-24T02:41:46.877Z Compiling signature v2.2.0
21832026-02-24T02:41:47.210Z Compiling ref-cast-impl v1.0.25
21842026-02-24T02:41:48.472Z Compiling strum_macros v0.27.2
21852026-02-24T02:41:50.362Z Compiling curve25519-dalek-derive v0.1.1
21862026-02-24T02:41:51.298Z Compiling object v0.36.5
21872026-02-24T02:41:51.728Z Compiling usdt-impl v0.5.0
21882026-02-24T02:41:51.835Z Compiling fs-err v3.1.1
21892026-02-24T02:41:52.252Z Compiling crc32fast v1.4.2
21902026-02-24T02:41:52.594Z Compiling zlib-rs v0.5.1
21912026-02-24T02:41:52.901Z Compiling unarray v0.1.4
21922026-02-24T02:41:53.273Z Compiling siphasher v0.3.11
21932026-02-24T02:41:53.377Z Compiling iri-string v0.7.8
21942026-02-24T02:41:53.466Z Compiling rustc-demangle v0.1.24
21952026-02-24T02:41:53.748Z Compiling unicode-bidi v0.3.17
21962026-02-24T02:41:55.109Z Compiling unicode-properties v0.1.3
21972026-02-24T02:41:56.462Z Compiling stringprep v0.1.5
21982026-02-24T02:41:57.451Z Compiling libz-rs-sys v0.5.1
21992026-02-24T02:41:57.675Z Compiling tower-http v0.6.6
22002026-02-24T02:41:57.863Z Compiling phf_shared v0.11.2
22012026-02-24T02:41:58.386Z Compiling proptest v1.7.0
22022026-02-24T02:41:59.093Z Compiling backtrace v0.3.74
22032026-02-24T02:42:00.605Z Compiling oxnet v0.1.4
22042026-02-24T02:42:01.634Z Compiling derive_builder_macro v0.20.2
22052026-02-24T02:42:02.266Z Compiling serde_with_macros v3.16.1
22062026-02-24T02:42:02.517Z Compiling hyper-tls v0.6.0
22072026-02-24T02:42:02.883Z Compiling cookie_store v0.21.1
22082026-02-24T02:42:04.655Z Compiling usdt-macro v0.6.0
22092026-02-24T02:42:04.984Z Compiling usdt-attr-macro v0.6.0
22102026-02-24T02:42:06.274Z Compiling rustls-webpki v0.102.8
22112026-02-24T02:42:06.702Z Compiling scroll v0.12.0
22122026-02-24T02:42:06.845Z Compiling terminal_size v0.4.0
22132026-02-24T02:42:07.642Z Compiling rand_chacha v0.3.1
22142026-02-24T02:42:08.191Z Compiling md-5 v0.10.6
22152026-02-24T02:42:08.589Z Compiling num-integer v0.1.46
22162026-02-24T02:42:08.592Z Compiling vergen-lib v0.1.6
22172026-02-24T02:42:08.966Z Compiling hash32 v0.2.1
22182026-02-24T02:42:09.010Z Compiling ff v0.13.0
22192026-02-24T02:42:09.558Z Compiling clap_lex v0.7.4
22202026-02-24T02:42:09.650Z Compiling fallible-iterator v0.2.0
22212026-02-24T02:42:10.367Z Compiling winnow v0.7.14
22222026-02-24T02:42:10.669Z Compiling base16ct v0.2.0
22232026-02-24T02:42:11.074Z Compiling sec1 v0.7.3
22242026-02-24T02:42:11.756Z Compiling clap_builder v4.5.48
22252026-02-24T02:42:14.742Z Compiling tokio-rustls v0.26.0
22262026-02-24T02:42:15.361Z Compiling postgres-protocol v0.6.8
22272026-02-24T02:42:16.682Z Compiling group v0.13.0
22282026-02-24T02:42:17.097Z Compiling num-iter v0.1.45
22292026-02-24T02:42:17.176Z Compiling rand v0.8.5
22302026-02-24T02:42:20.586Z Compiling goblin v0.8.2
22312026-02-24T02:42:21.071Z Compiling newtype-uuid v1.3.2
22322026-02-24T02:42:21.428Z Compiling derive_builder v0.20.2
22332026-02-24T02:42:21.708Z Compiling flate2 v1.1.2
22342026-02-24T02:42:23.432Z Compiling hkdf v0.12.4
22352026-02-24T02:42:23.556Z Compiling regress v0.10.4
22362026-02-24T02:42:23.693Z Compiling vergen v9.0.6
22372026-02-24T02:42:26.773Z Compiling crypto-bigint v0.5.5
22382026-02-24T02:42:28.201Z Compiling cargo-platform v0.1.8
22392026-02-24T02:42:28.792Z Compiling enum-as-inner v0.6.1
22402026-02-24T02:42:29.227Z Compiling serde_repr v0.1.19
22412026-02-24T02:42:30.482Z Compiling simd-adler32 v0.3.7
22422026-02-24T02:42:30.676Z Compiling lockfree-object-pool v0.1.6
22432026-02-24T02:42:30.899Z Compiling bumpalo v3.16.0
22442026-02-24T02:42:31.066Z Compiling managed v0.8.0
22452026-02-24T02:42:31.414Z Compiling bitflags v1.3.2
22462026-02-24T02:42:31.552Z Compiling unicode-segmentation v1.12.0
22472026-02-24T02:42:31.631Z Compiling winnow v0.5.40
22482026-02-24T02:42:32.476Z Compiling zopfli v0.8.1
22492026-02-24T02:42:34.365Z Compiling hyper-rustls v0.27.7
22502026-02-24T02:42:35.121Z Compiling reqwest v0.12.24
22512026-02-24T02:42:35.459Z Compiling toml_edit v0.19.15
22522026-02-24T02:42:36.854Z Compiling elliptic-curve v0.13.8
22532026-02-24T02:42:37.785Z Compiling cargo_metadata v0.19.2
22542026-02-24T02:42:38.531Z Compiling typify-impl v0.4.3
22552026-02-24T02:42:38.895Z Compiling dof v0.3.0
22562026-02-24T02:42:42.232Z Compiling zstd v0.13.3
22572026-02-24T02:42:42.502Z Compiling daft v0.1.4
22582026-02-24T02:42:42.788Z Compiling signal-hook-mio v0.2.4
22592026-02-24T02:42:43.129Z Compiling clap v4.5.48
22602026-02-24T02:42:43.397Z Compiling postgres-types v0.2.9
22612026-02-24T02:42:43.925Z Compiling dtrace-parser v0.2.0
22622026-02-24T02:42:44.477Z Compiling phf v0.11.2
22632026-02-24T02:42:44.688Z Compiling strum v0.27.2
22642026-02-24T02:42:45.078Z Compiling ed25519 v2.2.3
22652026-02-24T02:42:45.166Z Compiling hubpack v0.1.2
22662026-02-24T02:42:45.253Z Compiling bzip2 v0.5.2
22672026-02-24T02:42:45.485Z Compiling bzip2 v0.4.4
22682026-02-24T02:42:45.740Z Compiling pkcs1 v0.7.5
22692026-02-24T02:42:45.989Z Compiling rfc6979 v0.4.0
22702026-02-24T02:42:46.075Z Compiling float-cmp v0.10.0
22712026-02-24T02:42:46.170Z Compiling serde-big-array v0.5.1
22722026-02-24T02:42:46.478Z Compiling bstr v1.10.0
22732026-02-24T02:42:46.647Z Compiling structmeta-derive v0.3.0
22742026-02-24T02:42:47.044Z Compiling env_filter v0.1.2
22752026-02-24T02:42:47.666Z Compiling thread-id v4.2.2
22762026-02-24T02:42:47.714Z Compiling socket2 v0.5.10
22772026-02-24T02:42:47.818Z Compiling memmap2 v0.9.8
22782026-02-24T02:42:48.307Z Compiling predicates-core v1.0.8
22792026-02-24T02:42:48.542Z Compiling radium v0.7.0
22802026-02-24T02:42:48.659Z Compiling fixedbitset v0.4.2
22812026-02-24T02:42:48.780Z Compiling toml_write v0.1.2
22822026-02-24T02:42:49.064Z Compiling fixedbitset v0.5.7
22832026-02-24T02:42:49.152Z Compiling foldhash v0.2.0
22842026-02-24T02:42:49.296Z Compiling normalize-line-endings v0.3.0
22852026-02-24T02:42:49.500Z Compiling whoami v1.5.2
22862026-02-24T02:42:49.631Z Compiling new_debug_unreachable v1.0.6
22872026-02-24T02:42:49.759Z Compiling rustc-hash v2.1.1
22882026-02-24T02:42:50.029Z Compiling data-encoding v2.9.0
22892026-02-24T02:42:50.606Z Compiling static_assertions v1.1.0
22902026-02-24T02:42:51.183Z Compiling keccak v0.1.5
22912026-02-24T02:42:51.284Z Compiling jiff v0.2.15
22922026-02-24T02:42:51.367Z Compiling precomputed-hash v0.1.1
22932026-02-24T02:42:51.627Z Compiling difflib v0.4.0
22942026-02-24T02:42:52.804Z Compiling toml_edit v0.22.27
22952026-02-24T02:42:53.011Z Compiling predicates v3.1.3
22962026-02-24T02:42:54.622Z Compiling string_cache v0.8.9
22972026-02-24T02:42:55.076Z Compiling sha3 v0.10.8
22982026-02-24T02:42:58.715Z Compiling zip v4.2.0
22992026-02-24T02:43:00.498Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23002026-02-24T02:43:01.039Z Compiling hickory-proto v0.25.2
23012026-02-24T02:43:01.862Z Compiling iddqd v0.3.16
23022026-02-24T02:43:04.637Z Compiling tokio-postgres v0.7.13
23032026-02-24T02:43:05.539Z Compiling petgraph v0.8.2
23042026-02-24T02:43:07.552Z Compiling structmeta v0.3.0
23052026-02-24T02:43:08.166Z Compiling petgraph v0.6.5
23062026-02-24T02:43:10.241Z Compiling typify-macro v0.4.3
23072026-02-24T02:43:10.591Z Compiling usdt v0.6.0
23082026-02-24T02:43:12.166Z Compiling similar v2.7.0
23092026-02-24T02:43:12.567Z Compiling env_logger v0.11.8
23102026-02-24T02:43:13.101Z Compiling serde_with v3.16.1
23112026-02-24T02:43:13.366Z Compiling ecdsa v0.16.9
23122026-02-24T02:43:13.426Z Compiling rsa v0.9.8
23132026-02-24T02:43:14.120Z Compiling zip v0.6.6
23142026-02-24T02:43:15.440Z Compiling ed25519-dalek v2.1.1
23152026-02-24T02:43:16.378Z Compiling crossterm v0.28.1
23162026-02-24T02:43:17.493Z Compiling crossbeam-epoch v0.9.18
23172026-02-24T02:43:17.865Z Compiling toml v0.7.8
23182026-02-24T02:43:17.905Z Compiling heck v0.4.1
23192026-02-24T02:43:18.269Z Compiling strum v0.26.3
23202026-02-24T02:43:18.551Z Compiling tokio-stream v0.1.17
23212026-02-24T02:43:19.233Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23222026-02-24T02:43:19.334Z Compiling x509-cert v0.2.5
23232026-02-24T02:43:19.877Z Compiling sha1 v0.10.6
23242026-02-24T02:43:20.424Z Compiling itertools v0.10.5
23252026-02-24T02:43:20.473Z Compiling itertools v0.13.0
23262026-02-24T02:43:22.934Z Compiling winnow v0.6.26
23272026-02-24T02:43:23.164Z Compiling maybe-uninit v2.0.0
23282026-02-24T02:43:23.692Z Compiling lalrpop-util v0.19.12
23292026-02-24T02:43:24.147Z Compiling tap v1.0.1
23302026-02-24T02:43:24.435Z Compiling peg-runtime v0.8.5
23312026-02-24T02:43:24.651Z Compiling wyz v0.5.1
23322026-02-24T02:43:26.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23332026-02-24T02:43:32.714Z Compiling funty v2.0.0
23342026-02-24T02:43:32.990Z Compiling packed_struct v0.10.1
23352026-02-24T02:43:34.223Z Compiling bitvec v1.0.1
23362026-02-24T02:43:41.695Z Compiling packed_struct_codegen v0.10.1
23372026-02-24T02:43:42.510Z Compiling futures-executor v0.3.31
23382026-02-24T02:43:42.899Z Compiling bitfield-macros v0.19.2
23392026-02-24T02:43:43.178Z Compiling zerocopy-derive v0.6.6
23402026-02-24T02:43:43.949Z Compiling indexmap v1.9.3
23412026-02-24T02:43:44.386Z Compiling nodrop v0.1.14
23422026-02-24T02:43:45.318Z Compiling typeid v1.0.3
23432026-02-24T02:43:45.842Z Compiling crc-catalog v2.4.0
23442026-02-24T02:43:45.983Z Compiling zerocopy v0.6.6
23452026-02-24T02:43:46.022Z Compiling crc v3.2.1
23462026-02-24T02:43:46.081Z Compiling array-init v0.0.4
23472026-02-24T02:43:47.146Z Compiling bitfield v0.19.2
23482026-02-24T02:43:49.614Z Compiling futures v0.3.31
23492026-02-24T02:43:50.686Z Compiling smallvec v0.6.14
23502026-02-24T02:43:52.308Z Compiling typify v0.4.3
23512026-02-24T02:43:52.311Z Compiling derive-ex v0.1.8
23522026-02-24T02:43:53.845Z Compiling unsafe-libyaml v0.2.11
23532026-02-24T02:43:54.567Z Compiling base64 v0.21.7
23542026-02-24T02:43:55.529Z Compiling hashbrown v0.12.3
23552026-02-24T02:43:55.877Z Compiling rustls v0.22.4
23562026-02-24T02:43:56.438Z Compiling test-strategy v0.4.3
23572026-02-24T02:43:59.246Z Compiling serde_yaml v0.9.34+deprecated
23582026-02-24T02:43:59.445Z Compiling ron v0.8.1
23592026-02-24T02:44:01.623Z Compiling progenitor-impl v0.11.2
23602026-02-24T02:44:03.362Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23612026-02-24T02:44:03.963Z Compiling serde-hex v0.1.0
23622026-02-24T02:44:09.847Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23632026-02-24T02:44:10.295Z Compiling toml v0.8.23
23642026-02-24T02:44:10.627Z Compiling hashbrown v0.13.2
23652026-02-24T02:44:15.632Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23662026-02-24T02:44:15.942Z Compiling xattr v1.3.1
23672026-02-24T02:44:16.486Z Compiling pin-project-internal v1.1.6
23682026-02-24T02:44:17.331Z Compiling thread_local v1.1.8
23692026-02-24T02:44:18.252Z Compiling filetime v0.2.26
23702026-02-24T02:44:18.568Z Compiling multer v3.1.0
23712026-02-24T02:44:19.205Z Compiling slog-async v2.8.0
23722026-02-24T02:44:20.604Z Compiling same-file v1.0.6
23732026-02-24T02:44:20.771Z Compiling crc-any v2.5.0
23742026-02-24T02:44:21.637Z Compiling match_cfg v0.1.0
23752026-02-24T02:44:22.240Z Compiling rayon-core v1.12.1
23762026-02-24T02:44:26.035Z Compiling hostname v0.3.1
23772026-02-24T02:44:26.339Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23782026-02-24T02:44:26.785Z Compiling walkdir v2.5.0
23792026-02-24T02:44:31.035Z Compiling pin-project v1.1.6
23802026-02-24T02:44:34.721Z Compiling tar v0.4.44
23812026-02-24T02:44:36.864Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23822026-02-24T02:44:40.424Z Compiling object v0.30.4
23832026-02-24T02:44:40.474Z Compiling erased-serde v0.4.6
23842026-02-24T02:44:41.496Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23852026-02-24T02:44:41.521Z Compiling progenitor-macro v0.11.2
23862026-02-24T02:44:50.302Z Compiling progenitor-client v0.11.2
23872026-02-24T02:44:50.516Z Compiling toml_parser v1.0.6+spec-1.1.0
23882026-02-24T02:44:51.234Z Compiling crossbeam-channel v0.5.15
23892026-02-24T02:44:52.470Z Compiling slog-json v2.6.1
23902026-02-24T02:44:52.935Z Compiling snafu-derive v0.8.5
23912026-02-24T02:44:53.160Z Compiling async-stream-impl v0.3.6
23922026-02-24T02:44:53.660Z Compiling ordered-float v2.10.1
23932026-02-24T02:44:53.946Z Compiling toml_datetime v0.7.5+spec-1.1.0
23942026-02-24T02:44:53.982Z Compiling serde_path_to_error v0.1.20
23952026-02-24T02:44:54.298Z Compiling serde_spanned v1.0.4
23962026-02-24T02:44:54.585Z Compiling is-terminal v0.4.13
23972026-02-24T02:44:54.771Z Compiling dropshot v0.16.7
23982026-02-24T02:44:54.845Z Compiling fs-err v2.11.0
23992026-02-24T02:44:55.027Z Compiling debug-ignore v1.0.5
24002026-02-24T02:44:55.148Z Compiling toml_writer v1.0.6+spec-1.1.0
24012026-02-24T02:44:55.245Z Compiling term v1.1.0
24022026-02-24T02:44:55.270Z Compiling unicode-width v0.1.14
24032026-02-24T02:44:55.688Z Compiling path-slash v0.1.5
24042026-02-24T02:44:55.960Z Compiling take_mut v0.2.2
24052026-02-24T02:44:56.976Z Compiling slog-term v2.9.2
24062026-02-24T02:44:57.002Z Compiling snafu v0.8.5
24072026-02-24T02:44:57.155Z Compiling tabwriter v1.4.0
24082026-02-24T02:44:57.907Z Compiling toml v0.9.11+spec-1.1.0
24092026-02-24T02:44:58.620Z Compiling async-stream v0.3.6
24102026-02-24T02:44:58.915Z Compiling serde-value v0.7.0
24112026-02-24T02:44:58.996Z Compiling slog-bunyan v2.5.0
24122026-02-24T02:44:59.336Z Compiling progenitor v0.11.2
24132026-02-24T02:44:59.381Z Compiling tokio-rustls v0.25.0
24142026-02-24T02:44:59.590Z Compiling serde-untagged v0.1.7
24152026-02-24T02:44:59.897Z Compiling globset v0.4.15
24162026-02-24T02:45:00.150Z Compiling crossbeam-deque v0.8.5
24172026-02-24T02:45:00.347Z Compiling camino-tempfile v1.4.1
24182026-02-24T02:45:00.526Z Compiling parse-display-derive v0.10.0
24192026-02-24T02:45:00.581Z Compiling olpc-cjson v0.1.4
24202026-02-24T02:45:00.994Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24212026-02-24T02:45:01.157Z Compiling waitgroup v0.1.2
24222026-02-24T02:45:01.437Z Compiling rustls-pemfile v2.2.0
24232026-02-24T02:45:01.945Z Compiling pem v3.0.5
24242026-02-24T02:45:02.174Z Compiling newtype-uuid-macros v0.1.0
24252026-02-24T02:45:03.439Z Compiling dropshot_endpoint v0.16.7
24262026-02-24T02:45:03.633Z Compiling serde_plain v1.0.2
24272026-02-24T02:45:03.832Z Compiling async-recursion v1.1.1
24282026-02-24T02:45:03.835Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292026-02-24T02:45:04.191Z Compiling blake3 v1.5.4
24302026-02-24T02:45:04.648Z Compiling hostname v0.4.2
24312026-02-24T02:45:04.853Z Compiling instant v0.1.13
24322026-02-24T02:45:04.951Z Compiling half v2.4.1
24332026-02-24T02:45:05.043Z Compiling colored v3.0.0
24342026-02-24T02:45:05.098Z Compiling unicode-xid v0.2.6
24352026-02-24T02:45:05.362Z Compiling typed-path v0.9.3
24362026-02-24T02:45:05.674Z Compiling ciborium-io v0.2.2
24372026-02-24T02:45:05.852Z Compiling ciborium-ll v0.2.2
24382026-02-24T02:45:06.052Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24392026-02-24T02:45:06.382Z Compiling cargo-util-schemas v0.8.2
24402026-02-24T02:45:06.406Z Compiling backoff v0.4.0
24412026-02-24T02:45:07.431Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24422026-02-24T02:45:07.510Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24432026-02-24T02:45:07.695Z Compiling parse-display v0.10.0
24442026-02-24T02:45:09.682Z Compiling tough v0.20.0
24452026-02-24T02:45:11.847Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462026-02-24T02:45:12.180Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24472026-02-24T02:45:12.554Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24482026-02-24T02:45:12.795Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24492026-02-24T02:45:13.088Z Compiling itertools v0.14.0
24502026-02-24T02:45:15.107Z Compiling progenitor-client v0.10.0
24512026-02-24T02:45:16.104Z Compiling macaddr v1.0.1
24522026-02-24T02:45:16.714Z Compiling cargo-platform v0.2.0
24532026-02-24T02:45:16.738Z Compiling arrayref v0.3.9
24542026-02-24T02:45:16.864Z Compiling constant_time_eq v0.3.1
24552026-02-24T02:45:17.090Z Compiling indent_write v2.2.0
24562026-02-24T02:45:17.379Z Compiling arrayvec v0.7.6
24572026-02-24T02:45:17.895Z Compiling parse-size v1.1.0
24582026-02-24T02:45:18.257Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-02-24T02:45:19.309Z Compiling cargo_metadata v0.21.0
24602026-02-24T02:45:20.250Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24612026-02-24T02:45:20.381Z Compiling ciborium v0.2.2
24622026-02-24T02:45:22.449Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24632026-02-24T02:45:26.687Z Compiling topological-sort v0.2.2
24642026-02-24T02:45:27.032Z Compiling display-error-chain v0.2.2
24652026-02-24T02:45:27.301Z Compiling omicron-zone-package v0.12.2
24662026-02-24T02:45:30.346Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24672026-02-24T02:45:34.439Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24682026-02-24T02:45:35.325Z Compiling shell-words v1.1.0
24692026-02-24T02:45:36.666Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24702026-02-24T02:45:53.829Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24712026-02-24T02:46:12.525Z Finished `release` profile [optimized] target(s) in 6m 42s
24722026-02-24T02:46:12.711Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24732026-02-24T02:46:12.767ZFeb 24 02:46:11.481 DEBG changing working directory to /work/oxidecomputer/omicron
24742026-02-24T02:46:12.902ZFeb 24 02:46:11.616 DEBG running: git rev-parse HEAD
24752026-02-24T02:46:12.906ZFeb 24 02:46:11.619 DEBG process exited with exit status: 0 (3.140305ms)
24762026-02-24T02:46:12.906ZFeb 24 02:46:11.620 INFO version: 19.0.0-0.ci+git726b27d712b
24772026-02-24T02:46:12.945ZFeb 24 02:46:11.660 INFO cloning helios to /work/oxidecomputer/helios
24782026-02-24T02:46:12.945ZFeb 24 02:46:11.660 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24792026-02-24T02:46:12.947ZCloning into '/work/oxidecomputer/helios'...
24802026-02-24T02:46:13.919ZFeb 24 02:46:12.633 DEBG process exited with exit status: 0 (973.338655ms)
24812026-02-24T02:46:13.919ZFeb 24 02:46:12.633 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24822026-02-24T02:46:13.922ZFeb 24 02:46:12.636 DEBG process exited with exit status: 0 (3.070525ms)
24832026-02-24T02:46:13.922ZFeb 24 02:46:12.636 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24842026-02-24T02:46:15.317ZFeb 24 02:46:14.031 DEBG process exited with exit status: 0 (1.395016029s)
24852026-02-24T02:46:15.318ZFeb 24 02:46:14.031 DEBG running: zfs list rpool/images/build/host
24862026-02-24T02:46:15.323ZNAME USED AVAIL REFER MOUNTPOINT
24872026-02-24T02:46:15.323Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24882026-02-24T02:46:15.326ZFeb 24 02:46:14.037 DEBG process exited with exit status: 0 (5.560644ms)
24892026-02-24T02:46:15.326ZFeb 24 02:46:14.037 DEBG running: zfs list rpool/images/build/recovery
24902026-02-24T02:46:15.329ZNAME USED AVAIL REFER MOUNTPOINT
24912026-02-24T02:46:15.329Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24922026-02-24T02:46:15.330ZFeb 24 02:46:14.042 DEBG process exited with exit status: 0 (5.050378ms)
24932026-02-24T02:46:15.330ZFeb 24 02:46:14.042 INFO [hubris-production] running task
24942026-02-24T02:46:15.330ZFeb 24 02:46:14.043 INFO [incorp-manifest] running task
24952026-02-24T02:46:15.330ZFeb 24 02:46:14.043 INFO [hubris-staging] running task
24962026-02-24T02:46:15.330ZFeb 24 02:46:14.043 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24972026-02-24T02:46:15.330ZFeb 24 02:46:14.044 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24982026-02-24T02:46:15.333ZFeb 24 02:46:14.044 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-24T02:46:15.333ZFeb 24 02:46:14.046 INFO [incorp-create] running: pkgrepo create /work/incorporation
25002026-02-24T02:46:15.420Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-02-24T02:46:15.739ZFeb 24 02:46:14.452 INFO [incorp-create] process exited with exit status: 0 (407.265702ms)
25022026-02-24T02:46:15.742ZFeb 24 02:46:14.452 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
25032026-02-24T02:46:16.068ZFeb 24 02:46:14.781 INFO [incorp-publisher] process exited with exit status: 0 (328.617757ms)
25042026-02-24T02:46:16.194Z[ omicron-package] Blocking waiting for file lock on package cache
25052026-02-24T02:46:16.580ZFeb 24 02:46:15.294 INFO [hubris-production] task succeeded (1.251483025s)
25062026-02-24T02:46:16.920Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-02-24T02:46:18.250Z[ omicron-package] Compiling ring v0.17.14
25082026-02-24T02:46:18.475Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25092026-02-24T02:46:18.487Z[ omicron-package] Compiling itertools v0.14.0
25102026-02-24T02:46:18.529Z[ omicron-package] Compiling heapless v0.8.0
25112026-02-24T02:46:18.739Z[ omicron-package] Compiling hash32 v0.3.1
25122026-02-24T02:46:18.742Z[ omicron-package] Compiling smoltcp v0.11.0
25132026-02-24T02:46:18.742Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25142026-02-24T02:46:19.460Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25152026-02-24T02:46:19.835Z[ omicron-package] Compiling num_enum_derive v0.5.11
25162026-02-24T02:46:20.709Z[ omicron-package] Compiling cobs v0.2.3
25172026-02-24T02:46:20.780Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25182026-02-24T02:46:21.301Z[ omicron-package] Compiling postcard v1.0.10
25192026-02-24T02:46:21.828Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25202026-02-24T02:46:22.138Z[ omicron-package] Compiling proc-macro-error v1.0.4
25212026-02-24T02:46:23.117Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25222026-02-24T02:46:23.193Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25232026-02-24T02:46:23.989Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25242026-02-24T02:46:24.092Z[ omicron-package] Compiling num_enum v0.5.11
25252026-02-24T02:46:25.332Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25262026-02-24T02:46:25.541Z[ omicron-package] Compiling rustls v0.23.19
25272026-02-24T02:46:25.581Z[ omicron-package] Compiling cstr-argument v0.1.2
25282026-02-24T02:46:26.228Z[ omicron-package] Compiling foreign-types v0.5.0
25292026-02-24T02:46:26.359Z[ omicron-package] Compiling ingot-macros v0.1.1
25302026-02-24T02:46:26.359Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25312026-02-24T02:46:26.518Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25322026-02-24T02:46:27.234Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25332026-02-24T02:46:27.408Z[ omicron-package] Compiling pretty-hex v0.2.1
25342026-02-24T02:46:28.300Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25352026-02-24T02:46:28.517Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25362026-02-24T02:46:28.597Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25372026-02-24T02:46:29.173Z[ omicron-package] Compiling rayon v1.10.0
25382026-02-24T02:46:29.425Z[ omicron-package] Compiling colored v2.2.0
25392026-02-24T02:46:29.667Z[ omicron-package] Compiling nix v0.30.1
25402026-02-24T02:46:30.314Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25412026-02-24T02:46:31.831Z[ omicron-package] Compiling rustls-webpki v0.102.8
25422026-02-24T02:46:32.449Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25432026-02-24T02:46:34.198Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25442026-02-24T02:46:34.685Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25452026-02-24T02:46:35.483Z[ omicron-package] Compiling secrecy v0.10.3
25462026-02-24T02:46:36.037Z[ omicron-package] Compiling sigpipe v0.1.3
25472026-02-24T02:46:36.080Z[ omicron-package] Compiling num-derive v0.4.2
25482026-02-24T02:46:36.329Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-02-24T02:46:36.782Z[ omicron-package] Compiling glob v0.3.2
25502026-02-24T02:46:37.865Z[ omicron-package] Compiling libefi-sys v0.1.0
25512026-02-24T02:46:37.952Z[ omicron-package] Compiling ingot-types v0.1.2
25522026-02-24T02:46:38.807Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25532026-02-24T02:46:39.417Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25542026-02-24T02:46:39.698Z[ omicron-package] Compiling ingot v0.1.1
25552026-02-24T02:46:39.745Z[ omicron-package] Compiling zone v0.3.1
25562026-02-24T02:46:39.920ZFeb 24 02:46:38.624 INFO [hubris-staging] task succeeded (24.581813231s)
25572026-02-24T02:46:41.209Z[ omicron-package] Compiling rustls v0.22.4
25582026-02-24T02:46:41.377Z[ omicron-package] Compiling usdt-macro v0.5.0
25592026-02-24T02:46:41.463Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25602026-02-24T02:46:43.553Z[ omicron-package] Compiling tokio-rustls v0.26.0
25612026-02-24T02:46:43.758Z[ omicron-package] Compiling smf v0.2.3
25622026-02-24T02:46:44.431Z[ omicron-package] Compiling hyper-rustls v0.27.7
25632026-02-24T02:46:45.238Z[ omicron-package] Compiling reqwest v0.12.24
25642026-02-24T02:46:46.136Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-02-24T02:46:46.355Z[ omicron-package] Compiling memmap v0.7.0
25662026-02-24T02:46:46.981Z[ omicron-package] Compiling bitfield-struct v0.6.2
25672026-02-24T02:46:49.095Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25682026-02-24T02:46:49.751Z[ omicron-package] Compiling usdt v0.5.0
25692026-02-24T02:46:51.544Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-02-24T02:46:51.590Z[ omicron-package] Compiling unicode-width v0.2.0
25712026-02-24T02:46:52.462Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722026-02-24T02:46:52.550Z[ omicron-package] Compiling console v0.16.0
25732026-02-24T02:46:52.649Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25742026-02-24T02:46:52.978Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25752026-02-24T02:46:53.592Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25762026-02-24T02:46:54.307Z[ omicron-package] Compiling tokio-rustls v0.25.0
25772026-02-24T02:46:54.663Z[ omicron-package] Compiling gethostname v0.5.0
25782026-02-24T02:46:54.990Z[ omicron-package] Compiling dropshot v0.16.7
25792026-02-24T02:46:55.021Z[ omicron-package] Compiling unit-prefix v0.5.1
25802026-02-24T02:46:55.024Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25812026-02-24T02:46:55.559Z[ omicron-package] Compiling indicatif v0.18.0
25822026-02-24T02:46:55.980Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25832026-02-24T02:46:56.365Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25842026-02-24T02:46:58.539Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25852026-02-24T02:46:58.737Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25862026-02-24T02:46:58.737Z[ helios-setup] --> src/main.rs:79:10
25872026-02-24T02:46:58.737Z[ helios-setup] |
25882026-02-24T02:46:58.737Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25892026-02-24T02:46:58.737Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25902026-02-24T02:46:58.737Z[ helios-setup] | |
25912026-02-24T02:46:58.737Z[ helios-setup] | the lifetime is elided here
25922026-02-24T02:46:58.737Z[ helios-setup] |
25932026-02-24T02:46:58.737Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25942026-02-24T02:46:58.737Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25952026-02-24T02:46:58.737Z[ helios-setup] help: use `'_` for type paths
25962026-02-24T02:46:58.737Z[ helios-setup] |
25972026-02-24T02:46:58.737Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25982026-02-24T02:46:58.737Z[ helios-setup] | ++++
25992026-02-24T02:46:58.737Z[ helios-setup]
26002026-02-24T02:46:59.677Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26012026-02-24T02:47:06.262Z[ helios-setup] Feb 24 02:47:04.966 INFO helios repository root is: /work/oxidecomputer/helios
26022026-02-24T02:47:06.265Z[ helios-setup] Feb 24 02:47:04.969 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26032026-02-24T02:47:06.265Z[ helios-setup] Feb 24 02:47:04.969 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26042026-02-24T02:47:06.269Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26052026-02-24T02:47:06.315Z[ omicron-package] Compiling progenitor-client v0.11.2
26062026-02-24T02:47:07.643Z[ omicron-package] Compiling progenitor v0.11.2
26072026-02-24T02:47:08.324Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26082026-02-24T02:47:08.565Z[ omicron-package] Compiling progenitor-client v0.10.0
26092026-02-24T02:47:09.761Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26102026-02-24T02:47:10.031Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112026-02-24T02:47:15.600Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26122026-02-24T02:47:21.749ZFeb 24 02:47:20.450 DEBG process exited with exit status: 0 (66.406596002s)
26132026-02-24T02:47:21.755ZFeb 24 02:47:20.452 INFO [incorp-manifest] task succeeded (66.409251957s)
26142026-02-24T02:47:21.755ZFeb 24 02:47:20.452 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26152026-02-24T02:47:22.266ZFeb 24 02:47:20.968 INFO [incorp-fmt] process exited with exit status: 0 (515.70187ms)
26162026-02-24T02:47:22.269ZFeb 24 02:47:20.968 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26172026-02-24T02:47:22.931Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T024721Z
26182026-02-24T02:47:22.935Z[ incorp-pkgsend] PUBLISHED
26192026-02-24T02:47:23.000ZFeb 24 02:47:21.702 INFO [incorp-pkgsend] process exited with exit status: 0 (733.459621ms)
26202026-02-24T02:47:23.003ZFeb 24 02:47:21.702 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26212026-02-24T02:47:23.190Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26222026-02-24T02:47:23.437Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26232026-02-24T02:47:23.455Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26242026-02-24T02:47:23.523Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26252026-02-24T02:47:23.526Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26262026-02-24T02:47:23.526Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26272026-02-24T02:47:23.533Z[ helios-incorp]
26282026-02-24T02:47:23.538Z[ helios-incorp] Archiving packages ...
26292026-02-24T02:47:23.538Z[ helios-incorp] Packages to add: 1
26302026-02-24T02:47:23.538Z[ helios-incorp] Files to retrieve: 0
26312026-02-24T02:47:23.538Z[ helios-incorp] Estimated transfer size: 0.00 B
26322026-02-24T02:47:23.538Z[ helios-incorp]
26332026-02-24T02:47:23.538Z[ helios-incorp] Packages to archive:
26342026-02-24T02:47:23.538Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T024721Z
26352026-02-24T02:47:23.538Z[ helios-incorp]
26362026-02-24T02:47:23.538Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26372026-02-24T02:47:23.538Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26382026-02-24T02:47:23.611ZFeb 24 02:47:22.312 INFO [helios-incorp] process exited with exit status: 0 (610.208027ms)
26392026-02-24T02:47:40.597Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26402026-02-24T02:47:41.755Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-02-24T02:47:45.049Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26422026-02-24T02:47:48.956Z[ helios-setup] Feb 24 02:47:47.652 INFO clone ok!, project: amd-firmware
26432026-02-24T02:47:48.962Z[ helios-setup] Feb 24 02:47:47.653 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
26442026-02-24T02:47:48.962Z[ helios-setup] Feb 24 02:47:47.653 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26452026-02-24T02:47:48.965Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26462026-02-24T02:47:50.095Z[ helios-setup] Feb 24 02:47:48.791 INFO clone ok!, project: phbl
26472026-02-24T02:47:50.099Z[ helios-setup] Feb 24 02:47:48.792 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
26482026-02-24T02:47:50.099Z[ helios-setup] Feb 24 02:47:48.792 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26492026-02-24T02:47:50.099Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26502026-02-24T02:47:50.830Z[ helios-setup] Feb 24 02:47:49.525 INFO clone ok!, project: image-builder
26512026-02-24T02:47:50.833Z[ helios-setup] Feb 24 02:47:49.526 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
26522026-02-24T02:47:50.833Z[ helios-setup] Feb 24 02:47:49.526 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26532026-02-24T02:47:50.833Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26542026-02-24T02:47:51.453Z[ helios-setup] Feb 24 02:47:50.149 INFO clone ok!, project: bootserver
26552026-02-24T02:47:51.456Z[ helios-setup] Feb 24 02:47:50.150 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
26562026-02-24T02:47:51.456Z[ helios-setup] Feb 24 02:47:50.150 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26572026-02-24T02:47:51.456Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26582026-02-24T02:47:52.930Z[ helios-setup] Feb 24 02:47:51.625 INFO clone ok!, project: chelsio-t6-roms
26592026-02-24T02:47:52.933Z[ helios-setup] Feb 24 02:47:51.626 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26602026-02-24T02:47:52.933Z[ helios-setup] Feb 24 02:47:51.626 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26612026-02-24T02:47:52.933Z[ helios-setup] Feb 24 02:47:51.626 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
26622026-02-24T02:47:52.933Z[ helios-setup] Feb 24 02:47:51.626 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26632026-02-24T02:47:52.936Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26642026-02-24T02:47:54.526Z[ helios-setup] Feb 24 02:47:53.222 INFO clone ok!, project: pilot
26652026-02-24T02:47:54.530Z[ helios-setup] Feb 24 02:47:53.222 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
26662026-02-24T02:47:54.530Z[ helios-setup] Feb 24 02:47:53.222 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26672026-02-24T02:47:54.533Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26682026-02-24T02:47:55.220Z[ helios-setup] Feb 24 02:47:53.915 INFO clone ok!, project: pinprick
26692026-02-24T02:47:55.223Z[ helios-setup] Feb 24 02:47:53.915 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26702026-02-24T02:47:55.223Z[ helios-setup] Feb 24 02:47:53.915 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
26712026-02-24T02:47:55.223Z[ helios-setup] Feb 24 02:47:53.915 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
26722026-02-24T02:47:55.223Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26732026-02-24T02:47:56.713Z[ helios-setup] Feb 24 02:47:55.408 INFO clone ok!, project: amd-host-image-builder
26742026-02-24T02:47:56.718Z[ helios-setup] Feb 24 02:47:55.408 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
26752026-02-24T02:47:56.718Z[ helios-setup] Feb 24 02:47:55.408 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26762026-02-24T02:47:56.718Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26772026-02-24T02:47:57.881Z[ helios-setup] Feb 24 02:47:56.576 INFO clone ok!, project: dmar-report
26782026-02-24T02:47:57.886Z[ helios-setup] Feb 24 02:47:56.576 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26792026-02-24T02:47:58.498Z[ helios-setup] Feb 24 02:47:57.192 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26802026-02-24T02:47:58.941Z[ helios-setup] Feb 24 02:47:57.636 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26812026-02-24T02:47:58.941Z[ helios-setup] Feb 24 02:47:57.636 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26822026-02-24T02:47:59.268Z[ helios-setup] Feb 24 02:47:57.962 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26832026-02-24T02:47:59.587Z[ helios-setup] Feb 24 02:47:58.281 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26842026-02-24T02:47:59.587Z[ helios-setup] Feb 24 02:47:58.281 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26852026-02-24T02:47:59.901Z[ helios-setup] Feb 24 02:47:58.595 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26862026-02-24T02:48:00.211Z[ helios-setup] Feb 24 02:47:58.905 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26872026-02-24T02:48:00.211Z[ helios-setup] Feb 24 02:47:58.905 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26882026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.905 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26892026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO ok!
26902026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26912026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26922026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO ok!
26932026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26942026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26952026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO ok!
26962026-02-24T02:48:00.216Z[ helios-setup] Feb 24 02:47:58.906 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26972026-02-24T02:48:00.274Z[ helios-setup] Feb 24 02:47:58.968 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
26982026-02-24T02:48:00.274Z[ helios-setup] Feb 24 02:47:58.968 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26992026-02-24T02:48:00.277Z[ helios-setup] Feb 24 02:47:58.968 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27002026-02-24T02:48:00.428Z[ helios-setup] Feb 24 02:47:59.123 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27012026-02-24T02:48:00.845Z[ helios-setup] Feb 24 02:47:59.539 INFO E| From https://github.com/jclulow/rust-jmclib
27022026-02-24T02:48:00.845Z[ helios-setup] Feb 24 02:47:59.539 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27032026-02-24T02:48:00.855Z[ helios-setup] Feb 24 02:47:59.550 INFO E| Updating crates.io index
27042026-02-24T02:48:00.919Z[ helios-setup] Feb 24 02:47:59.613 INFO E| Downloading crates ...
27052026-02-24T02:48:00.984Z[ helios-setup] Feb 24 02:47:59.678 INFO E| Downloaded proc-macro2 v1.0.66
27062026-02-24T02:48:00.987Z[ helios-setup] Feb 24 02:47:59.681 INFO E| Downloaded errno v0.3.1
27072026-02-24T02:48:00.990Z[ helios-setup] Feb 24 02:47:59.682 INFO E| Downloaded cpufeatures v0.2.9
27082026-02-24T02:48:00.995Z[ helios-setup] Feb 24 02:47:59.686 INFO E| Downloaded libdevinfo-sys v1.0.0
27092026-02-24T02:48:00.995Z[ helios-setup] Feb 24 02:47:59.687 INFO E| Downloaded block-buffer v0.9.0
27102026-02-24T02:48:00.995Z[ helios-setup] Feb 24 02:47:59.688 INFO E| Downloaded glob v0.3.1
27112026-02-24T02:48:00.995Z[ helios-setup] Feb 24 02:47:59.689 INFO E| Downloaded typenum v1.16.0
27122026-02-24T02:48:00.999Z[ helios-setup] Feb 24 02:47:59.691 INFO E| Downloaded sha-1 v0.9.8
27132026-02-24T02:48:00.999Z[ helios-setup] Feb 24 02:47:59.693 INFO E| Downloaded opaque-debug v0.3.0
27142026-02-24T02:48:01.004Z[ helios-setup] Feb 24 02:47:59.696 INFO E| Downloaded md-5 v0.9.1
27152026-02-24T02:48:01.004Z[ helios-setup] Feb 24 02:47:59.698 INFO E| Downloaded fastrand v2.0.0
27162026-02-24T02:48:01.010Z[ helios-setup] Feb 24 02:47:59.705 INFO E| Downloaded itoa v1.0.9
27172026-02-24T02:48:01.021Z[ helios-setup] Feb 24 02:47:59.715 INFO E| Downloaded walkdir v2.3.3
27182026-02-24T02:48:01.032Z[ helios-setup] Feb 24 02:47:59.721 INFO E| Downloaded uuid v0.8.2
27192026-02-24T02:48:01.035Z[ helios-setup] Feb 24 02:47:59.724 INFO E| Downloaded unicode-width v0.1.10
27202026-02-24T02:48:01.035Z[ helios-setup] Feb 24 02:47:59.725 INFO E| Downloaded quote v1.0.31
27212026-02-24T02:48:01.035Z[ helios-setup] Feb 24 02:47:59.727 INFO E| Downloaded digest v0.9.0
27222026-02-24T02:48:01.035Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 45s
27232026-02-24T02:48:01.035Z[ helios-setup] Feb 24 02:47:59.729 INFO E| Downloaded ryu v1.0.15
27242026-02-24T02:48:01.040Z[ helios-setup] Feb 24 02:47:59.731 INFO E| Downloaded bitflags v2.3.3
27252026-02-24T02:48:01.040Z[ helios-setup] Feb 24 02:47:59.734 INFO E| Downloaded tempfile v3.7.0
27262026-02-24T02:48:01.042Z[ helios-setup] Feb 24 02:47:59.736 INFO E| Downloaded once_cell v1.18.0
27272026-02-24T02:48:01.046Z[ helios-setup] Feb 24 02:47:59.738 INFO E| Downloaded unicode-ident v1.0.11
27282026-02-24T02:48:01.046Z[ helios-setup] Feb 24 02:47:59.740 INFO E| Downloaded getrandom v0.2.10
27292026-02-24T02:48:01.049Z[ helios-setup] Feb 24 02:47:59.743 INFO E| Downloaded anyhow v1.0.72
27302026-02-24T02:48:01.052Z[ helios-setup] Feb 24 02:47:59.746 INFO E| Downloaded toml v0.5.11
27312026-02-24T02:48:01.115Z[ helios-setup] Feb 24 02:47:59.748 INFO E| Downloaded serde_derive v1.0.193
27322026-02-24T02:48:01.115Z[ helios-setup] Feb 24 02:47:59.755 INFO E| Downloaded serde v1.0.193
27332026-02-24T02:48:01.115Z[ helios-setup] Feb 24 02:47:59.780 INFO E| Downloaded serde_json v1.0.103
27342026-02-24T02:48:01.115Z[ helios-setup] Feb 24 02:47:59.792 INFO E| Downloaded syn v2.0.32
27352026-02-24T02:48:01.118Z[ helios-setup] Feb 24 02:47:59.813 INFO E| Downloaded rustix v0.38.4
27362026-02-24T02:48:01.146Z[ helios-setup] Feb 24 02:47:59.841 INFO E| Downloaded libc v0.2.147
27372026-02-24T02:48:01.210Z[ helios-setup] Feb 24 02:47:59.904 INFO E| Compiling libc v0.2.147
27382026-02-24T02:48:01.210Z[ helios-setup] Feb 24 02:47:59.904 INFO E| Compiling proc-macro2 v1.0.66
27392026-02-24T02:48:01.210Z[ helios-setup] Feb 24 02:47:59.904 INFO E| Compiling cfg-if v1.0.0
27402026-02-24T02:48:01.217Z[ helios-setup] Feb 24 02:47:59.904 INFO E| Compiling unicode-ident v1.0.11
27412026-02-24T02:48:01.217Z[ helios-setup] Feb 24 02:47:59.905 INFO E| Compiling typenum v1.16.0
27422026-02-24T02:48:01.217Z[ helios-setup] Feb 24 02:47:59.905 INFO E| Compiling version_check v0.9.4
27432026-02-24T02:48:01.217Z[ helios-setup] Feb 24 02:47:59.905 INFO E| Compiling serde v1.0.193
27442026-02-24T02:48:01.226Z[ helios-setup] Feb 24 02:47:59.920 INFO E| Compiling powerfmt v0.2.0
27452026-02-24T02:48:01.324Z[ helios-setup] Feb 24 02:48:00.018 INFO E| Compiling slog v2.7.0
27462026-02-24T02:48:01.332Z[ omicron-package]
27472026-02-24T02:48:01.332Z[ omicron-package] real 1:45.906798163
27482026-02-24T02:48:01.332Z[ omicron-package] user 8:44.928920356
27492026-02-24T02:48:01.335Z[ omicron-package] sys 33.978090848
27502026-02-24T02:48:01.335Z[ omicron-package] trap 0.876157893
27512026-02-24T02:48:01.335Z[ omicron-package] tflt 0.878901460
27522026-02-24T02:48:01.335Z[ omicron-package] dflt 1.267354605
27532026-02-24T02:48:01.335Z[ omicron-package] kflt 0.000165594
27542026-02-24T02:48:01.335Z[ omicron-package] lock 25:13.558504999
27552026-02-24T02:48:01.335Z[ omicron-package] slp 29:40.330591842
27562026-02-24T02:48:01.335Z[ omicron-package] lat 3:12.146796218
27572026-02-24T02:48:01.335Z[ omicron-package] stop 1:32.126486174
27582026-02-24T02:48:01.335ZFeb 24 02:48:00.027 INFO [omicron-package] process exited with exit status: 0 (105.982712215s)
27592026-02-24T02:48:01.335ZFeb 24 02:48:00.027 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27602026-02-24T02:48:01.335ZFeb 24 02:48:00.029 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27612026-02-24T02:48:01.354Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27622026-02-24T02:48:01.354Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27632026-02-24T02:48:01.357Z[ recovery-target] Created new build target 'recovery' and set it as active
27642026-02-24T02:48:01.357Z[ host-target] Created new build target 'host' and set it as active
27652026-02-24T02:48:01.360ZFeb 24 02:48:00.054 INFO [recovery-target] process exited with exit status: 0 (24.890694ms)
27662026-02-24T02:48:01.360ZFeb 24 02:48:00.054 INFO [host-target] process exited with exit status: 0 (26.392736ms)
27672026-02-24T02:48:01.360ZFeb 24 02:48:00.054 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27682026-02-24T02:48:01.375Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27692026-02-24T02:48:01.430Z[ helios-setup] Feb 24 02:48:00.124 INFO E| Compiling num-conv v0.1.0
27702026-02-24T02:48:01.670Z[ helios-setup] Feb 24 02:48:00.363 INFO E| Compiling itoa v1.0.9
27712026-02-24T02:48:01.815Z[ helios-setup] Feb 24 02:48:00.507 INFO E| Compiling time-core v0.1.2
27722026-02-24T02:48:01.860Z[ helios-setup] Feb 24 02:48:00.554 INFO E| Compiling rustix v0.38.4
27732026-02-24T02:48:01.883Z[ helios-setup] Feb 24 02:48:00.577 INFO E| Compiling generic-array v0.14.7
27742026-02-24T02:48:01.912Z[ helios-setup] Feb 24 02:48:00.605 INFO E| Compiling deranged v0.3.11
27752026-02-24T02:48:01.957Z[ helios-setup] Feb 24 02:48:00.650 INFO E| Compiling bitflags v2.3.3
27762026-02-24T02:48:02.014Z[ helios-setup] Feb 24 02:48:00.707 INFO E| Compiling time-macros v0.2.18
27772026-02-24T02:48:02.388Z[ helios-setup] Feb 24 02:48:01.078 INFO E| Compiling num_threads v0.1.6
27782026-02-24T02:48:02.397Z[ helios-setup] Feb 24 02:48:01.091 INFO E| Compiling once_cell v1.18.0
27792026-02-24T02:48:02.787Z[ helios-setup] Feb 24 02:48:01.480 INFO E| Compiling thread_local v1.1.7
27802026-02-24T02:48:02.823Z[ helios-setup] Feb 24 02:48:01.517 INFO E| Compiling quote v1.0.31
27812026-02-24T02:48:03.257Z[ helios-setup] Feb 24 02:48:01.949 INFO E| Compiling syn v2.0.32
27822026-02-24T02:48:03.359Z[ helios-setup] Feb 24 02:48:02.053 INFO E| Compiling dirs-sys-next v0.1.2
27832026-02-24T02:48:03.378Z[ helios-setup] Feb 24 02:48:02.072 INFO E| Compiling errno v0.3.1
27842026-02-24T02:48:03.395Z[ helios-setup] Feb 24 02:48:02.087 INFO E| Compiling atty v0.2.14
27852026-02-24T02:48:03.409Z[ helios-setup] Feb 24 02:48:02.102 INFO E| Compiling opaque-debug v0.3.0
27862026-02-24T02:48:03.448Z[ helios-setup] Feb 24 02:48:02.141 INFO E| Compiling serde_json v1.0.103
27872026-02-24T02:48:03.494Z[ helios-setup] Feb 24 02:48:02.188 INFO E| Compiling fastrand v2.0.0
27882026-02-24T02:48:03.906Z[ helios-setup] Feb 24 02:48:02.600 INFO E| Compiling dirs-next v2.0.0
27892026-02-24T02:48:03.981Z[ helios-setup] Feb 24 02:48:02.675 INFO E| Compiling anyhow v1.0.72
27902026-02-24T02:48:04.022Z[ helios-setup] Feb 24 02:48:02.715 INFO E| Compiling getrandom v0.2.10
27912026-02-24T02:48:04.075Z[ helios-setup] Feb 24 02:48:02.769 INFO E| Compiling term v0.7.0
27922026-02-24T02:48:04.100Z[ helios-setup] Feb 24 02:48:02.794 INFO E| Compiling cpufeatures v0.2.9
27932026-02-24T02:48:04.201Z[ helios-setup] Feb 24 02:48:02.895 INFO E| Compiling unicode-width v0.1.10
27942026-02-24T02:48:04.332Z[ helios-setup] Feb 24 02:48:03.025 INFO E| Compiling same-file v1.0.6
27952026-02-24T02:48:04.381Z[ helios-setup] Feb 24 02:48:03.074 INFO E| Compiling block-buffer v0.9.0
27962026-02-24T02:48:04.428Z[ helios-setup] Feb 24 02:48:03.122 INFO E| Compiling digest v0.9.0
27972026-02-24T02:48:04.678Z[ helios-setup] Feb 24 02:48:03.371 INFO E| Compiling ryu v1.0.15
27982026-02-24T02:48:04.702Z[ helios-setup] Feb 24 02:48:03.396 INFO E| Compiling sha-1 v0.9.8
27992026-02-24T02:48:04.703Z[ helios-setup] Feb 24 02:48:03.396 INFO E| Compiling md-5 v0.9.1
28002026-02-24T02:48:04.728Z[ helios-setup] Feb 24 02:48:03.421 INFO E| Compiling time v0.3.36
28012026-02-24T02:48:05.094Z[ helios-setup] Feb 24 02:48:03.787 INFO E| Compiling tempfile v3.7.0
28022026-02-24T02:48:05.118Z[ helios-setup] Feb 24 02:48:03.811 INFO E| Compiling walkdir v2.3.3
28032026-02-24T02:48:05.231Z[ helios-setup] Feb 24 02:48:03.924 INFO E| Compiling getopts v0.2.21
28042026-02-24T02:48:05.460Z[ host-package] Compiling ring v0.17.14
28052026-02-24T02:48:05.586Z[ helios-setup] Feb 24 02:48:04.279 INFO E| Compiling glob v0.3.1
28062026-02-24T02:48:05.750Z[ helios-setup] Feb 24 02:48:04.425 INFO E| Compiling libdevinfo-sys v1.0.0
28072026-02-24T02:48:05.923Z[ host-package] Compiling convert_case v0.4.0
28082026-02-24T02:48:05.928Z[ host-package] Compiling progenitor-impl v0.10.0
28092026-02-24T02:48:05.928Z[ host-package] Compiling is-terminal v0.4.13
28102026-02-24T02:48:05.928Z[ host-package] Compiling thread_local v1.1.8
28112026-02-24T02:48:05.928Z[ host-package] Compiling bytecount v0.6.8
28122026-02-24T02:48:06.665Z[ host-package] Compiling match_cfg v0.1.0
28132026-02-24T02:48:06.796Z[ host-package] Compiling derive_more v0.99.20
28142026-02-24T02:48:06.891Z[ host-package] Compiling multer v3.1.0
28152026-02-24T02:48:06.993Z[ helios-setup] Feb 24 02:48:05.682 INFO E| Compiling slog-term v2.9.0
28162026-02-24T02:48:07.049Z[ host-package] Compiling hostname v0.3.1
28172026-02-24T02:48:07.087Z[ host-package] Compiling slog-async v2.8.0
28182026-02-24T02:48:07.181Z[ host-package] Compiling password-hash v0.5.0
28192026-02-24T02:48:07.322Z[ host-package] Compiling blake2 v0.10.6
28202026-02-24T02:48:07.411Z[ helios-setup] Feb 24 02:48:06.100 INFO E| Compiling serde_derive v1.0.193
28212026-02-24T02:48:07.439Z[ host-package] Compiling crossbeam-channel v0.5.15
28222026-02-24T02:48:08.944Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
28232026-02-24T02:48:08.980Z[ host-package] Compiling slog-json v2.6.1
28242026-02-24T02:48:09.430Z[ host-package] Compiling futures-executor v0.3.31
28252026-02-24T02:48:09.963Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
28262026-02-24T02:48:09.998Z[ host-package] Compiling serde_spanned v1.0.4
28272026-02-24T02:48:10.312Z[ host-package] Compiling term v1.1.0
28282026-02-24T02:48:10.378Z[ host-package] Compiling swrite v0.1.0
28292026-02-24T02:48:10.583Z[ host-package] Compiling take_mut v0.2.2
28302026-02-24T02:48:10.586Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28312026-02-24T02:48:10.788Z[ host-package] Compiling unicode-width v0.1.14
28322026-02-24T02:48:11.060Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
28332026-02-24T02:48:11.544Z[ host-package] Compiling rustls v0.23.19
28342026-02-24T02:48:11.619Z[ host-package] Compiling rustls v0.22.4
28352026-02-24T02:48:11.619Z[ host-package] Compiling tabwriter v1.4.0
28362026-02-24T02:48:11.729Z[ host-package] Compiling slog-term v2.9.2
28372026-02-24T02:48:12.533Z[ host-package] Compiling progenitor-macro v0.10.0
28382026-02-24T02:48:13.222Z[ host-package] Compiling futures v0.3.31
28392026-02-24T02:48:13.270Z[ host-package] Compiling slog-bunyan v2.5.0
28402026-02-24T02:48:13.352Z[ host-package] Compiling argon2 v0.5.3
28412026-02-24T02:48:13.551Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-02-24T02:48:14.285Z[ host-package] Compiling rustls-webpki v0.102.8
28432026-02-24T02:48:14.405Z[ host-package] Compiling dropshot v0.16.7
28442026-02-24T02:48:14.548Z[ host-package] Compiling async-stream v0.3.6
28452026-02-24T02:48:14.880Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
28462026-02-24T02:48:15.139Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28472026-02-24T02:48:15.981Z[ host-package] Compiling universal-hash v0.5.1
28482026-02-24T02:48:16.159Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28492026-02-24T02:48:16.385Z[ host-package] Compiling waitgroup v0.1.2
28502026-02-24T02:48:16.739Z[ host-package] Compiling rustls-pemfile v2.2.0
28512026-02-24T02:48:17.231Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28522026-02-24T02:48:18.010Z[ host-package] Compiling serde_path_to_error v0.1.20
28532026-02-24T02:48:18.844Z[ host-package] Compiling hostname v0.4.2
28542026-02-24T02:48:18.881Z[ host-package] Compiling instant v0.1.13
28552026-02-24T02:48:18.993Z[ helios-setup] Feb 24 02:48:17.684 INFO E| Compiling toml v0.5.11
28562026-02-24T02:48:18.996Z[ helios-setup] Feb 24 02:48:17.684 INFO E| Compiling uuid v0.8.2
28572026-02-24T02:48:19.158Z[ host-package] Compiling colored v3.0.0
28582026-02-24T02:48:19.278Z[ host-package] Compiling opaque-debug v0.3.1
28592026-02-24T02:48:19.548Z[ host-package] Compiling debug-ignore v1.0.5
28602026-02-24T02:48:19.945Z[ host-package] Compiling thiserror-no-std v2.0.2
28612026-02-24T02:48:20.013Z[ host-package] Compiling poly1305 v0.8.0
28622026-02-24T02:48:20.035Z[ host-package] Compiling backoff v0.4.0
28632026-02-24T02:48:20.512Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28642026-02-24T02:48:20.660Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28652026-02-24T02:48:21.103Z[ helios-setup] Feb 24 02:48:19.793 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28662026-02-24T02:48:22.028Z[ host-package] Compiling tokio-rustls v0.25.0
28672026-02-24T02:48:22.207Z[ host-package] Compiling parse-display v0.10.0
28682026-02-24T02:48:22.510Z[ helios-setup] Feb 24 02:48:21.200 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28692026-02-24T02:48:22.862Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28702026-02-24T02:48:23.265Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28712026-02-24T02:48:24.587Z[ host-package] Compiling tokio-rustls v0.26.0
28722026-02-24T02:48:25.002Z[ host-package] Compiling chacha20 v0.9.1
28732026-02-24T02:48:25.162Z[ host-package] Compiling hyper-rustls v0.27.7
28742026-02-24T02:48:25.652Z[ host-package] Compiling aead v0.5.2
28752026-02-24T02:48:25.898Z[ host-package] Compiling reqwest v0.12.24
28762026-02-24T02:48:30.087Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28772026-02-24T02:48:34.720Z[ host-package] Compiling progenitor-client v0.11.2
28782026-02-24T02:48:34.768Z[ host-package] Compiling progenitor-client v0.10.0
28792026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.216 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.18s
28802026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.248 INFO building project "image-builder" ok (32 seconds)
28812026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.248 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28822026-02-24T02:48:34.768Z[ host-package] Compiling progenitor v0.11.2
28832026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.362 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
28842026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.362 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28852026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.362 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28862026-02-24T02:48:34.768Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28872026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.650 INFO E| Downloading crates ...
28882026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.754 INFO E| Downloaded typenum v1.15.0
28892026-02-24T02:48:34.768Z[ host-package] Compiling macaddr v1.0.1
28902026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.758 INFO E| Downloaded sha2 v0.10.5
28912026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.761 INFO E| Downloaded digest v0.10.3
28922026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.763 INFO E| Downloaded generic-array v0.14.6
28932026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.765 INFO E| Downloaded cpufeatures v0.2.5
28942026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.767 INFO E| Downloaded anyhow v1.0.62
28952026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.772 INFO E| Downloaded block-buffer v0.10.3
28962026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.774 INFO E| Downloaded miniz_oxide v0.6.2
28972026-02-24T02:48:34.768Z[ helios-setup] Feb 24 02:48:31.777 INFO E| Downloaded flate2 v1.0.25
28982026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.783 INFO E| Downloaded bytes v1.2.1
28992026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.866 INFO E| Compiling version_check v0.9.4
29002026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.866 INFO E| Compiling typenum v1.15.0
29012026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.866 INFO E| Compiling crc32fast v1.3.2
29022026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.866 INFO E| Compiling cfg-if v1.0.0
29032026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.866 INFO E| Compiling adler v1.0.2
29042026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.867 INFO E| Compiling anyhow v1.0.62
29052026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.867 INFO E| Compiling cpufeatures v0.2.5
29062026-02-24T02:48:34.769Z[ helios-setup] Feb 24 02:48:31.867 INFO E| Compiling unicode-width v0.1.10
29072026-02-24T02:48:34.779Z[ host-package] Compiling derive-where v1.5.0
29082026-02-24T02:48:34.780Z[ helios-setup] Feb 24 02:48:32.347 INFO E| Compiling bitflags v1.3.2
29092026-02-24T02:48:34.780Z[ helios-setup] Feb 24 02:48:32.535 INFO E| Compiling miniz_oxide v0.6.2
29102026-02-24T02:48:34.780Z[ helios-setup] Feb 24 02:48:32.576 INFO E| Compiling getopts v0.2.21
29112026-02-24T02:48:34.780Z[ helios-setup] Feb 24 02:48:32.588 INFO E| Compiling bytes v1.2.1
29122026-02-24T02:48:34.780Z[ helios-setup] Feb 24 02:48:33.356 INFO E| Compiling generic-array v0.14.6
29132026-02-24T02:48:35.645Z[ helios-setup] Feb 24 02:48:34.332 INFO E| Compiling flate2 v1.0.25
29142026-02-24T02:48:38.411Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29152026-02-24T02:48:39.330Z[ helios-setup] Feb 24 02:48:38.012 INFO E| Compiling block-buffer v0.10.3
29162026-02-24T02:48:39.330Z[ helios-setup] Feb 24 02:48:38.012 INFO E| Compiling crypto-common v0.1.6
29172026-02-24T02:48:39.620Z[ helios-setup] Feb 24 02:48:38.307 INFO E| Compiling digest v0.10.3
29182026-02-24T02:48:40.012Z[ helios-setup] Feb 24 02:48:38.699 INFO E| Compiling sha2 v0.10.5
29192026-02-24T02:48:40.352Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29202026-02-24T02:48:40.558Z[ helios-setup] Feb 24 02:48:39.244 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29212026-02-24T02:48:40.881Z[ host-package] Compiling chacha20poly1305 v0.10.1
29222026-02-24T02:48:41.353Z[ host-package] Compiling vsss-rs v3.3.4
29232026-02-24T02:48:41.436Z[ host-package] Compiling num-rational v0.4.2
29242026-02-24T02:48:45.326Z[ helios-setup] Feb 24 02:48:44.012 INFO E| Finished `release` profile [optimized] target(s) in 12.53s
29252026-02-24T02:48:45.343Z[ helios-setup] Feb 24 02:48:44.028 INFO building project "bootserver" ok (12 seconds)
29262026-02-24T02:48:45.343Z[ helios-setup] Feb 24 02:48:44.028 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29272026-02-24T02:48:45.507Z[ helios-setup] Feb 24 02:48:44.192 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
29282026-02-24T02:48:45.507Z[ helios-setup] Feb 24 02:48:44.193 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29292026-02-24T02:48:45.509Z[ helios-setup] Feb 24 02:48:44.193 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29302026-02-24T02:48:45.765Z[ helios-setup] Feb 24 02:48:44.450 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29312026-02-24T02:48:46.468Z[ helios-setup] Feb 24 02:48:45.154 INFO E| From https://github.com/jclulow/hiercmd
29322026-02-24T02:48:46.468Z[ helios-setup] Feb 24 02:48:45.154 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29332026-02-24T02:48:46.487Z[ helios-setup] Feb 24 02:48:45.172 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29342026-02-24T02:48:46.880Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29352026-02-24T02:48:47.012Z[ helios-setup] Feb 24 02:48:45.697 INFO E| From https://github.com/oxidecomputer/network-interface
29362026-02-24T02:48:47.015Z[ helios-setup] Feb 24 02:48:45.697 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29372026-02-24T02:48:47.033Z[ helios-setup] Feb 24 02:48:45.718 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29382026-02-24T02:48:47.564Z[ helios-setup] Feb 24 02:48:46.250 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29392026-02-24T02:48:47.564Z[ helios-setup] Feb 24 02:48:46.250 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29402026-02-24T02:48:47.616Z[ helios-setup] Feb 24 02:48:46.301 INFO E| Updating crates.io index
29412026-02-24T02:48:47.800Z[ helios-setup] Feb 24 02:48:46.486 INFO E| Downloading crates ...
29422026-02-24T02:48:48.012Z[ helios-setup] Feb 24 02:48:46.697 INFO E| Downloaded anstyle v1.0.13
29432026-02-24T02:48:48.050Z[ helios-setup] Feb 24 02:48:46.735 INFO E| Downloaded is_terminal_polyfill v1.70.2
29442026-02-24T02:48:48.054Z[ helios-setup] Feb 24 02:48:46.738 INFO E| Downloaded anstream v0.6.21
29452026-02-24T02:48:48.056Z[ helios-setup] Feb 24 02:48:46.741 INFO E| Downloaded adler2 v2.0.1
29462026-02-24T02:48:48.060Z[ helios-setup] Feb 24 02:48:46.745 INFO E| Downloaded cpufeatures v0.2.17
29472026-02-24T02:48:48.065Z[ helios-setup] Feb 24 02:48:46.747 INFO E| Downloaded is-terminal v0.4.17
29482026-02-24T02:48:48.065Z[ helios-setup] Feb 24 02:48:46.749 INFO E| Downloaded iana-time-zone v0.1.64
29492026-02-24T02:48:48.068Z[ helios-setup] Feb 24 02:48:46.754 INFO E| Downloaded itoa v1.0.15
29502026-02-24T02:48:48.071Z[ helios-setup] Feb 24 02:48:46.756 INFO E| Downloaded errno v0.3.14
29512026-02-24T02:48:48.074Z[ helios-setup] Feb 24 02:48:46.759 INFO E| Downloaded colorchoice v1.0.4
29522026-02-24T02:48:48.077Z[ helios-setup] Feb 24 02:48:46.761 INFO E| Downloaded crc v3.3.0
29532026-02-24T02:48:48.079Z[ helios-setup] Feb 24 02:48:46.764 INFO E| Downloaded base64ct v1.8.0
29542026-02-24T02:48:48.082Z[ helios-setup] Feb 24 02:48:46.767 INFO E| Downloaded env_filter v0.1.4
29552026-02-24T02:48:48.085Z[ helios-setup] Feb 24 02:48:46.770 INFO E| Downloaded anyhow v1.0.100
29562026-02-24T02:48:48.091Z[ helios-setup] Feb 24 02:48:46.777 INFO E| Downloaded terminal_size v0.4.3
29572026-02-24T02:48:48.094Z[ helios-setup] Feb 24 02:48:46.779 INFO E| Downloaded serde_spanned v1.0.3
29582026-02-24T02:48:48.097Z[ helios-setup] Feb 24 02:48:46.781 INFO E| Downloaded flagset v0.4.7
29592026-02-24T02:48:48.099Z[ helios-setup] Feb 24 02:48:46.783 INFO E| Downloaded bitfield-macros v0.19.3
29602026-02-24T02:48:48.100Z[ helios-setup] Feb 24 02:48:46.785 INFO E| Downloaded anstyle-query v1.1.4
29612026-02-24T02:48:48.176Z[ helios-setup] Feb 24 02:48:46.861 INFO E| Downloaded clap_lex v0.7.6
29622026-02-24T02:48:48.207Z[ helios-setup] Feb 24 02:48:46.892 INFO E| Downloaded ppv-lite86 v0.2.21
29632026-02-24T02:48:48.210Z[ helios-setup] Feb 24 02:48:46.895 INFO E| Downloaded bitfield v0.19.3
29642026-02-24T02:48:48.213Z[ helios-setup] Feb 24 02:48:46.897 INFO E| Downloaded anstyle-parse v0.2.7
29652026-02-24T02:48:48.216Z[ helios-setup] Feb 24 02:48:46.900 INFO E| Downloaded lock_api v0.4.14
29662026-02-24T02:48:48.219Z[ helios-setup] Feb 24 02:48:46.903 INFO E| Downloaded tls_codec_derive v0.4.2
29672026-02-24T02:48:48.222Z[ helios-setup] Feb 24 02:48:46.906 INFO E| Downloaded toml_writer v1.0.4
29682026-02-24T02:48:48.224Z[ helios-setup] Feb 24 02:48:46.908 INFO E| Downloaded num_enum v0.7.5
29692026-02-24T02:48:48.231Z[ helios-setup] Feb 24 02:48:46.917 INFO E| Downloaded zeroize v1.8.2
29702026-02-24T02:48:48.234Z[ helios-setup] Feb 24 02:48:46.919 INFO E| Downloaded tls_codec v0.4.2
29712026-02-24T02:48:48.237Z[ helios-setup] Feb 24 02:48:46.922 INFO E| Downloaded thiserror v2.0.17
29722026-02-24T02:48:48.247Z[ helios-setup] Feb 24 02:48:46.932 INFO E| Downloaded toml_datetime v0.7.3
29732026-02-24T02:48:48.249Z[ helios-setup] Feb 24 02:48:46.934 INFO E| Downloaded thiserror-impl v2.0.17
29742026-02-24T02:48:48.252Z[ helios-setup] Feb 24 02:48:46.937 INFO E| Downloaded signal-hook-registry v1.4.6
29752026-02-24T02:48:48.255Z[ helios-setup] Feb 24 02:48:46.939 INFO E| Downloaded quote v1.0.41
29762026-02-24T02:48:48.258Z[ helios-setup] Feb 24 02:48:46.944 INFO E| Downloaded parking_lot_core v0.9.12
29772026-02-24T02:48:48.262Z[ helios-setup] Feb 24 02:48:46.948 INFO E| Downloaded unicode-ident v1.0.22
29782026-02-24T02:48:48.266Z[ helios-setup] Feb 24 02:48:46.952 INFO E| Downloaded slab v0.4.11
29792026-02-24T02:48:48.269Z[ helios-setup] Feb 24 02:48:46.954 INFO E| Downloaded find-msvc-tools v0.1.4
29802026-02-24T02:48:48.272Z[ helios-setup] Feb 24 02:48:46.957 INFO E| Downloaded ryu v1.0.20
29812026-02-24T02:48:48.276Z[ helios-setup] Feb 24 02:48:46.961 INFO E| Downloaded bitflags v2.10.0
29822026-02-24T02:48:48.282Z[ helios-setup] Feb 24 02:48:46.967 INFO E| Downloaded clap_derive v4.5.49
29832026-02-24T02:48:48.286Z[ helios-setup] Feb 24 02:48:46.971 INFO E| Downloaded toml_parser v1.0.4
29842026-02-24T02:48:48.290Z[ helios-setup] Feb 24 02:48:46.975 INFO E| Downloaded term v1.2.0
29852026-02-24T02:48:48.295Z[ helios-setup] Feb 24 02:48:46.981 INFO E| Downloaded parking_lot v0.12.5
29862026-02-24T02:48:48.300Z[ helios-setup] Feb 24 02:48:46.986 INFO E| Downloaded getrandom v0.2.16
29872026-02-24T02:48:48.306Z[ helios-setup] Feb 24 02:48:46.991 INFO E| Downloaded uuid v1.18.1
29882026-02-24T02:48:48.310Z[ helios-setup] Feb 24 02:48:46.995 INFO E| Downloaded crc32fast v1.5.0
29892026-02-24T02:48:48.313Z[ helios-setup] Feb 24 02:48:46.999 INFO E| Downloaded miniz_oxide v0.8.9
29902026-02-24T02:48:48.317Z[ helios-setup] Feb 24 02:48:47.003 INFO E| Downloaded toml v0.9.8
29912026-02-24T02:48:48.324Z[ helios-setup] Feb 24 02:48:47.009 INFO E| Downloaded typenum v1.19.0
29922026-02-24T02:48:48.328Z[ helios-setup] Feb 24 02:48:47.014 INFO E| Downloaded proc-macro2 v1.0.103
29932026-02-24T02:48:48.333Z[ helios-setup] Feb 24 02:48:47.018 INFO E| Downloaded toml_edit v0.23.7
29942026-02-24T02:48:48.340Z[ helios-setup] Feb 24 02:48:47.025 INFO E| Downloaded memchr v2.7.6
29952026-02-24T02:48:48.347Z[ helios-setup] Feb 24 02:48:47.033 INFO E| Downloaded cc v1.2.44
29962026-02-24T02:48:48.352Z[ helios-setup] Feb 24 02:48:47.037 INFO E| Downloaded flate2 v1.1.5
29972026-02-24T02:48:48.359Z[ helios-setup] Feb 24 02:48:47.045 INFO E| Downloaded indexmap v2.12.0
29982026-02-24T02:48:48.366Z[ helios-setup] Feb 24 02:48:47.052 INFO E| Downloaded mio v1.1.0
29992026-02-24T02:48:48.375Z[ helios-setup] Feb 24 02:48:47.060 INFO E| Downloaded iddqd v0.3.14
30002026-02-24T02:48:48.385Z[ helios-setup] Feb 24 02:48:47.071 INFO E| Downloaded time v0.3.44
30012026-02-24T02:48:48.397Z[ helios-setup] Feb 24 02:48:47.082 INFO E| Downloaded serde_json v1.0.145
30022026-02-24T02:48:48.408Z[ helios-setup] Feb 24 02:48:47.093 INFO E| Downloaded winnow v0.7.13
30032026-02-24T02:48:48.421Z[ helios-setup] Feb 24 02:48:47.106 INFO E| Downloaded libm v0.2.15
30042026-02-24T02:48:48.438Z[ helios-setup] Feb 24 02:48:47.123 INFO E| Downloaded clap_builder v4.5.51
30052026-02-24T02:48:48.447Z[ helios-setup] Feb 24 02:48:47.132 INFO E| Downloaded unicode-width v0.2.2
30062026-02-24T02:48:48.464Z[ helios-setup] Feb 24 02:48:47.150 INFO E| Downloaded num-bigint-dig v0.8.4
30072026-02-24T02:48:48.471Z[ helios-setup] Feb 24 02:48:47.157 INFO E| Downloaded hashbrown v0.16.0
30082026-02-24T02:48:48.503Z[ helios-setup] Feb 24 02:48:47.188 INFO E| Downloaded bytes v1.10.1
30092026-02-24T02:48:48.508Z[ helios-setup] Feb 24 02:48:47.194 INFO E| Downloaded chrono v0.4.42
30102026-02-24T02:48:48.521Z[ helios-setup] Feb 24 02:48:47.207 INFO E| Downloaded log v0.4.28
30112026-02-24T02:48:48.525Z[ helios-setup] Feb 24 02:48:47.210 INFO E| Downloaded clap v4.5.51
30122026-02-24T02:48:48.540Z[ helios-setup] Feb 24 02:48:47.225 INFO E| Downloaded syn v2.0.108
30132026-02-24T02:48:48.560Z[ helios-setup] Feb 24 02:48:47.245 INFO E| Downloaded devinfo v0.1.0
30142026-02-24T02:48:48.563Z[ helios-setup] Feb 24 02:48:47.247 INFO E| Downloaded num_enum_derive v0.7.5
30152026-02-24T02:48:48.565Z[ helios-setup] Feb 24 02:48:47.249 INFO E| Downloaded deranged v0.5.5
30162026-02-24T02:48:48.568Z[ helios-setup] Feb 24 02:48:47.251 INFO E| Downloaded thread_local v1.1.9
30172026-02-24T02:48:48.568Z[ helios-setup] Feb 24 02:48:47.254 INFO E| Downloaded proc-macro-crate v3.4.0
30182026-02-24T02:48:48.571Z[ helios-setup] Feb 24 02:48:47.256 INFO E| Downloaded pkg-config v0.3.32
30192026-02-24T02:48:48.574Z[ helios-setup] Feb 24 02:48:47.258 INFO E| Downloaded pin-project-lite v0.2.16
30202026-02-24T02:48:48.582Z[ helios-setup] Feb 24 02:48:47.267 INFO E| Downloaded getopts v0.2.24
30212026-02-24T02:48:48.585Z[ helios-setup] Feb 24 02:48:47.270 INFO E| Downloaded rustix v1.1.2
30222026-02-24T02:48:48.626Z[ helios-setup] Feb 24 02:48:47.311 INFO E| Downloaded autocfg v1.5.0
30232026-02-24T02:48:48.629Z[ helios-setup] Feb 24 02:48:47.314 INFO E| Downloaded libdevinfo-sys v1.1.0
30242026-02-24T02:48:48.632Z[ helios-setup] Feb 24 02:48:47.315 INFO E| Downloaded generic-array v0.14.9
30252026-02-24T02:48:48.699Z[ helios-setup] Feb 24 02:48:47.384 INFO E| Downloaded tokio v1.48.0
30262026-02-24T02:48:48.761Z[ helios-setup] Feb 24 02:48:47.444 INFO E| Downloaded libc v0.2.177
30272026-02-24T02:48:48.923Z[ helios-setup] Feb 24 02:48:47.608 INFO E| Compiling proc-macro2 v1.0.103
30282026-02-24T02:48:48.923Z[ helios-setup] Feb 24 02:48:47.608 INFO E| Compiling unicode-ident v1.0.22
30292026-02-24T02:48:48.923Z[ helios-setup] Feb 24 02:48:47.608 INFO E| Compiling quote v1.0.41
30302026-02-24T02:48:48.935Z[ helios-setup] Feb 24 02:48:47.608 INFO E| Compiling libc v0.2.177
30312026-02-24T02:48:48.935Z[ helios-setup] Feb 24 02:48:47.608 INFO E| Compiling serde_core v1.0.228
30322026-02-24T02:48:48.935Z[ helios-setup] Feb 24 02:48:47.608 INFO E| Compiling cfg-if v1.0.4
30332026-02-24T02:48:48.935Z[ helios-setup] Feb 24 02:48:47.609 INFO E| Compiling serde v1.0.228
30342026-02-24T02:48:48.935Z[ helios-setup] Feb 24 02:48:47.609 INFO E| Compiling version_check v0.9.5
30352026-02-24T02:48:49.558Z[ helios-setup] Feb 24 02:48:48.243 INFO E| Compiling autocfg v1.5.0
30362026-02-24T02:48:49.757Z[ helios-setup] Feb 24 02:48:48.442 INFO E| Compiling const-oid v0.9.6
30372026-02-24T02:48:50.151Z[ helios-setup] Feb 24 02:48:48.836 INFO E| Compiling typenum v1.19.0
30382026-02-24T02:48:50.626Z[ helios-setup] Feb 24 02:48:49.311 INFO E| Compiling generic-array v0.14.9
30392026-02-24T02:48:50.946Z[ helios-setup] Feb 24 02:48:49.631 INFO E| Compiling libm v0.2.15
30402026-02-24T02:48:51.130Z[ helios-setup] Feb 24 02:48:49.815 INFO E| Compiling num-traits v0.2.19
30412026-02-24T02:48:51.347Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-02-24T02:48:51.748Z[ host-package] Compiling progenitor v0.10.0
30432026-02-24T02:48:51.785Z[ helios-setup] Feb 24 02:48:50.470 INFO E| Compiling zerocopy v0.8.27
30442026-02-24T02:48:52.469Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-02-24T02:48:52.536Z[ helios-setup] Feb 24 02:48:51.220 INFO E| Compiling rustversion v1.0.22
30462026-02-24T02:48:53.494Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-02-24T02:48:53.601Z[ helios-setup] Feb 24 02:48:52.284 INFO E| Compiling zeroize v1.8.2
30482026-02-24T02:48:53.639Z[ helios-setup] Feb 24 02:48:52.324 INFO E| Compiling base64ct v1.8.0
30492026-02-24T02:48:54.463Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30502026-02-24T02:48:54.957Z[ helios-setup] Feb 24 02:48:53.641 INFO E| Compiling syn v2.0.108
30512026-02-24T02:48:55.071Z[ helios-setup] Feb 24 02:48:53.755 INFO E| Compiling smallvec v1.15.1
30522026-02-24T02:48:55.252Z[ helios-setup] Feb 24 02:48:53.935 INFO E| Compiling pem-rfc7468 v0.7.0
30532026-02-24T02:48:55.430Z[ helios-setup] Feb 24 02:48:54.114 INFO E| Compiling getrandom v0.2.16
30542026-02-24T02:48:56.484Z[ helios-setup] Feb 24 02:48:55.167 INFO E| Compiling anyhow v1.0.100
30552026-02-24T02:48:56.954Z[ helios-setup] Feb 24 02:48:55.637 INFO E| Compiling winnow v0.7.13
30562026-02-24T02:48:57.574Z[ helios-setup] Feb 24 02:48:56.257 INFO E| Compiling crypto-common v0.1.6
30572026-02-24T02:48:57.830Z[ host-package] Compiling num-complex v0.4.6
30582026-02-24T02:48:58.249Z[ helios-setup] Feb 24 02:48:56.931 INFO E| Compiling block-buffer v0.10.4
30592026-02-24T02:48:58.396Z[ helios-setup] Feb 24 02:48:57.079 INFO E| Compiling crc32fast v1.5.0
30602026-02-24T02:48:58.437Z[ helios-setup] Feb 24 02:48:57.121 INFO E| Compiling memchr v2.7.6
30612026-02-24T02:48:59.057Z[ helios-setup] Feb 24 02:48:57.740 INFO E| Compiling digest v0.10.7
30622026-02-24T02:48:59.140Z[ helios-setup] Feb 24 02:48:57.823 INFO E| Compiling rustix v1.1.2
30632026-02-24T02:48:59.606Z[ helios-setup] Feb 24 02:48:58.289 INFO E| Compiling equivalent v1.0.2
30642026-02-24T02:49:00.125Z[ host-package] Compiling num v0.4.3
30652026-02-24T02:49:00.128Z[ helios-setup] Feb 24 02:48:58.808 INFO E| Compiling utf8parse v0.2.2
30662026-02-24T02:49:00.312Z[ helios-setup] Feb 24 02:48:58.995 INFO E| Compiling flagset v0.4.7
30672026-02-24T02:49:00.475Z[ helios-setup] Feb 24 02:48:59.159 INFO E| Compiling byteorder v1.5.0
30682026-02-24T02:49:00.499Z[ helios-setup] Feb 24 02:48:59.182 INFO E| Compiling hashbrown v0.16.0
30692026-02-24T02:49:00.594Z[ host-package] Compiling console v0.15.10
30702026-02-24T02:49:01.163Z[ helios-setup] Feb 24 02:48:59.845 INFO E| Compiling anstyle-parse v0.2.7
30712026-02-24T02:49:01.201Z[ host-package] Compiling float-ord v0.3.2
30722026-02-24T02:49:01.563Z[ helios-setup] Feb 24 02:49:00.246 INFO E| Compiling bitflags v2.10.0
30732026-02-24T02:49:02.243Z[ helios-setup] Feb 24 02:49:00.922 INFO E| Compiling rand_core v0.6.4
30742026-02-24T02:49:02.278Z[ host-package] Compiling toml v0.8.23
30752026-02-24T02:49:02.663Z[ helios-setup] Feb 24 02:49:01.345 INFO E| Compiling indexmap v2.12.0
30762026-02-24T02:49:02.740Z[ helios-setup] Feb 24 02:49:01.423 INFO E| Compiling errno v0.3.14
30772026-02-24T02:49:02.808Z[ helios-setup] Feb 24 02:49:01.490 INFO E| Compiling is_terminal_polyfill v1.70.2
30782026-02-24T02:49:03.204Z[ helios-setup] Feb 24 02:49:01.884 INFO E| Compiling toml_parser v1.0.4
30792026-02-24T02:49:03.385Z[ helios-setup] Feb 24 02:49:02.068 INFO E| Compiling syn v1.0.109
30802026-02-24T02:49:03.482Z[ helios-setup] Feb 24 02:49:02.164 INFO E| Compiling allocator-api2 v0.2.21
30812026-02-24T02:49:03.485Z[ helios-setup] Feb 24 02:49:02.166 INFO E| Compiling find-msvc-tools v0.1.4
30822026-02-24T02:49:03.537Z[ helios-setup] Feb 24 02:49:02.220 INFO E| Compiling toml_datetime v0.7.3
30832026-02-24T02:49:03.574Z[ helios-setup] Feb 24 02:49:02.257 INFO E| Compiling colorchoice v1.0.4
30842026-02-24T02:49:04.475Z[ helios-setup] Feb 24 02:49:03.158 INFO E| Compiling anstyle v1.0.13
30852026-02-24T02:49:04.585Z[ helios-setup] Feb 24 02:49:03.266 INFO E| Compiling anstyle-query v1.1.4
30862026-02-24T02:49:04.622Z[ helios-setup] Feb 24 02:49:03.305 INFO E| Compiling radium v0.7.0
30872026-02-24T02:49:04.914Z[ helios-setup] Feb 24 02:49:03.596 INFO E| Compiling cpufeatures v0.2.17
30882026-02-24T02:49:05.124Z[ helios-setup] Feb 24 02:49:03.806 INFO E| Compiling shlex v1.3.0
30892026-02-24T02:49:05.190Z[ host-package] Compiling newline-converter v0.3.0
30902026-02-24T02:49:05.464Z[ helios-setup] Feb 24 02:49:04.146 INFO E| Compiling toml_edit v0.23.7
30912026-02-24T02:49:05.527Z[ helios-setup] Feb 24 02:49:04.209 INFO E| Compiling anstream v0.6.21
30922026-02-24T02:49:05.530Z[ helios-setup] Feb 24 02:49:04.210 INFO E| Compiling sha2 v0.10.9
30932026-02-24T02:49:05.741Z[ host-package] Compiling atomicwrites v0.4.4
30942026-02-24T02:49:05.744Z[ helios-setup] Feb 24 02:49:04.423 INFO E| Compiling cc v1.2.44
30952026-02-24T02:49:06.459Z[ host-package] Compiling prettyplease v0.2.36
30962026-02-24T02:49:06.651Z[ host-package] Compiling slog-dtrace v0.3.0
30972026-02-24T02:49:08.603Z[ helios-setup] Feb 24 02:49:07.283 INFO E| Compiling slog v2.8.2
30982026-02-24T02:49:08.727Z[ helios-setup] Feb 24 02:49:07.408 INFO E| Compiling tap v1.0.1
30992026-02-24T02:49:08.793Z[ helios-setup] Feb 24 02:49:07.474 INFO E| Compiling parking_lot_core v0.9.12
31002026-02-24T02:49:09.240Z[ helios-setup] Feb 24 02:49:07.921 INFO E| Compiling futures-sink v0.3.31
31012026-02-24T02:49:09.416Z[ helios-setup] Feb 24 02:49:08.098 INFO E| Compiling maybe-uninit v2.0.0
31022026-02-24T02:49:09.775Z[ helios-setup] Feb 24 02:49:08.456 INFO E| Compiling pkg-config v0.3.32
31032026-02-24T02:49:09.872Z[ helios-setup] Feb 24 02:49:08.553 INFO E| Compiling futures-core v0.3.31
31042026-02-24T02:49:09.872Z[ helios-setup] Feb 24 02:49:08.553 INFO E| Compiling pin-project-lite v0.2.16
31052026-02-24T02:49:10.119Z[ helios-setup] Feb 24 02:49:08.800 INFO E| Compiling unicode-width v0.2.2
31062026-02-24T02:49:10.448Z[ helios-setup] Feb 24 02:49:09.129 INFO E| Compiling futures-channel v0.3.31
31072026-02-24T02:49:10.577Z[ helios-setup] Feb 24 02:49:09.258 INFO E| Compiling wyz v0.5.1
31082026-02-24T02:49:11.174Z[ helios-setup] Feb 24 02:49:09.855 INFO E| Compiling getopts v0.2.24
31092026-02-24T02:49:11.340Z[ helios-setup] Feb 24 02:49:10.021 INFO E| Compiling terminal_size v0.4.3
31102026-02-24T02:49:11.444Z[ helios-setup] Feb 24 02:49:10.125 INFO E| Compiling proc-macro-crate v3.4.0
31112026-02-24T02:49:11.894Z[ helios-setup] Feb 24 02:49:10.575 INFO E| Compiling num-integer v0.1.46
31122026-02-24T02:49:12.073Z[ helios-setup] Feb 24 02:49:10.754 INFO E| Compiling ahash v0.8.12
31132026-02-24T02:49:12.184Z[ helios-setup] Feb 24 02:49:10.865 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31142026-02-24T02:49:13.011Z[ helios-setup] Feb 24 02:49:11.692 INFO E| Compiling strsim v0.11.1
31152026-02-24T02:49:13.107Z[ helios-setup] Feb 24 02:49:11.787 INFO E| Compiling thiserror v1.0.69
31162026-02-24T02:49:13.265Z[ helios-setup] Feb 24 02:49:11.946 INFO E| Compiling packed_struct v0.10.1
31172026-02-24T02:49:13.411Z[ helios-setup] Feb 24 02:49:12.091 INFO E| Compiling bytes v1.10.1
31182026-02-24T02:49:14.007Z[ helios-setup] Feb 24 02:49:12.687 INFO E| Compiling serde_derive v1.0.228
31192026-02-24T02:49:14.138Z[ helios-setup] Feb 24 02:49:12.815 INFO E| Compiling zerocopy-derive v0.8.27
31202026-02-24T02:49:14.376Z[ helios-setup] Feb 24 02:49:13.056 INFO E| Compiling der_derive v0.7.3
31212026-02-24T02:49:14.646Z[ helios-setup] Feb 24 02:49:13.326 INFO E| Compiling futures-macro v0.3.31
31222026-02-24T02:49:15.776Z[ helios-setup] Feb 24 02:49:14.456 INFO E| Compiling futures-task v0.3.31
31232026-02-24T02:49:15.846Z[ host-package] Compiling expectorate v1.2.0
31242026-02-24T02:49:16.421Z[ helios-setup] Feb 24 02:49:15.101 INFO E| Compiling heck v0.5.0
31252026-02-24T02:49:16.480Z[ helios-setup] Feb 24 02:49:15.160 INFO E| Compiling scopeguard v1.2.0
31262026-02-24T02:49:16.568Z[ host-package] Compiling owo-colors v4.2.3
31272026-02-24T02:49:17.048Z[ helios-setup] Feb 24 02:49:15.727 INFO E| Compiling slab v0.4.11
31282026-02-24T02:49:17.390Z[ helios-setup] Feb 24 02:49:16.070 INFO E| Compiling clap_lex v0.7.6
31292026-02-24T02:49:17.814Z[ helios-setup] Feb 24 02:49:16.493 INFO E| Compiling powerfmt v0.2.0
31302026-02-24T02:49:18.042Z[ helios-setup] Feb 24 02:49:16.721 INFO E| Compiling futures-io v0.3.31
31312026-02-24T02:49:18.108Z[ helios-setup] Feb 24 02:49:16.788 INFO E| Compiling getrandom v0.3.4
31322026-02-24T02:49:18.128Z[ host-package] Compiling cancel-safe-futures v0.1.5
31332026-02-24T02:49:18.729Z[ helios-setup] Feb 24 02:49:17.409 INFO E| Compiling num-bigint-dig v0.8.4
31342026-02-24T02:49:18.733Z[ helios-setup] Feb 24 02:49:17.409 INFO E| Compiling der v0.7.10
31352026-02-24T02:49:18.895Z[ helios-setup] Feb 24 02:49:17.572 INFO E| Compiling time-core v0.1.6
31362026-02-24T02:49:18.957Z[ helios-setup] Feb 24 02:49:17.637 INFO E| Compiling funty v2.0.0
31372026-02-24T02:49:19.326Z[ helios-setup] Feb 24 02:49:18.006 INFO E| Compiling num-conv v0.1.0
31382026-02-24T02:49:19.581Z[ helios-setup] Feb 24 02:49:18.260 INFO E| Compiling pin-utils v0.1.0
31392026-02-24T02:49:19.639Z[ helios-setup] Feb 24 02:49:18.318 INFO E| Compiling spin v0.9.8
31402026-02-24T02:49:19.927Z[ helios-setup] Feb 24 02:49:18.606 INFO E| Compiling itoa v1.0.15
31412026-02-24T02:49:20.195Z[ helios-setup] Feb 24 02:49:18.873 INFO E| Compiling time-macros v0.2.24
31422026-02-24T02:49:20.359Z[ helios-setup] Feb 24 02:49:19.037 INFO E| Compiling lazy_static v1.5.0
31432026-02-24T02:49:20.363Z[ helios-setup] Feb 24 02:49:19.038 INFO E| Compiling futures-util v0.3.31
31442026-02-24T02:49:20.581Z[ helios-setup] Feb 24 02:49:19.259 INFO E| Compiling deranged v0.5.5
31452026-02-24T02:49:22.692Z[ host-package] Compiling resolv-conf v0.7.0
31462026-02-24T02:49:23.909Z[ helios-setup] Feb 24 02:49:22.587 INFO E| Compiling bitvec v1.0.1
31472026-02-24T02:49:25.526Z[ helios-setup] Feb 24 02:49:24.204 INFO E| Compiling spki v0.7.3
31482026-02-24T02:49:25.965Z[ host-package] Compiling libsw-core v0.3.1
31492026-02-24T02:49:26.564Z[ host-package] Compiling libsw v3.5.0
31502026-02-24T02:49:26.825Z[ helios-setup] Feb 24 02:49:25.502 INFO E| Compiling pkcs8 v0.10.2
31512026-02-24T02:49:27.160Z[ helios-setup] Feb 24 02:49:25.805 INFO E| Compiling packed_struct_codegen v0.10.1
31522026-02-24T02:49:27.544Z[ helios-setup] Feb 24 02:49:26.222 INFO E| Compiling clap_builder v4.5.51
31532026-02-24T02:49:29.308Z[ helios-setup] Feb 24 02:49:27.986 INFO E| Compiling ppv-lite86 v0.2.21
31542026-02-24T02:49:29.786Z[ helios-setup] Feb 24 02:49:28.464 INFO E| Compiling clap_derive v4.5.49
31552026-02-24T02:49:30.941Z[ helios-setup] Feb 24 02:49:29.618 INFO E| Compiling erased-serde v0.3.31
31562026-02-24T02:49:31.495Z[ helios-setup] Feb 24 02:49:30.172 INFO E| Compiling rand_chacha v0.3.1
31572026-02-24T02:49:31.830Z[ helios-setup] Feb 24 02:49:30.507 INFO E| Compiling lock_api v0.4.14
31582026-02-24T02:49:32.387Z[ helios-setup] Feb 24 02:49:31.064 INFO E| Compiling rand v0.8.5
31592026-02-24T02:49:33.130Z[ helios-setup] Feb 24 02:49:31.807 INFO E| Compiling zerocopy-derive v0.6.6
31602026-02-24T02:49:33.498Z[ helios-setup] Feb 24 02:49:32.175 INFO E| Compiling bitfield-macros v0.19.3
31612026-02-24T02:49:33.536Z[ helios-setup] Feb 24 02:49:32.213 INFO E| Compiling thiserror-impl v1.0.69
31622026-02-24T02:49:34.597Z[ helios-setup] Feb 24 02:49:33.274 INFO E| Compiling num_enum_derive v0.7.5
31632026-02-24T02:49:34.754Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31642026-02-24T02:49:35.402Z[ host-package] Compiling linear-map v1.2.0
31652026-02-24T02:49:35.568Z[ host-package] Compiling linked-hash-map v0.5.6
31662026-02-24T02:49:36.260Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31672026-02-24T02:49:36.551Z[ host-package] Compiling lru-cache v0.1.2
31682026-02-24T02:49:36.599Z[ helios-setup] Feb 24 02:49:35.275 INFO E| Compiling num-iter v0.1.45
31692026-02-24T02:49:37.304Z[ host-package] Compiling unicode-xid v0.2.6
31702026-02-24T02:49:37.457Z[ helios-setup] Feb 24 02:49:36.132 INFO E| Compiling indexmap v1.9.3
31712026-02-24T02:49:37.798Z[ helios-setup] Feb 24 02:49:36.474 INFO E| Compiling adler2 v2.0.1
31722026-02-24T02:49:38.160Z[ host-package] Compiling hickory-proto v0.24.4
31732026-02-24T02:49:38.540Z[ helios-setup] Feb 24 02:49:37.215 INFO E| Compiling nodrop v0.1.14
31742026-02-24T02:49:38.710Z[ helios-setup] Feb 24 02:49:37.386 INFO E| Compiling serde_json v1.0.145
31752026-02-24T02:49:38.850Z[ helios-setup] Feb 24 02:49:37.525 INFO E| Compiling thiserror v2.0.17
31762026-02-24T02:49:39.067Z[ helios-setup] Feb 24 02:49:37.743 INFO E| Compiling log v0.4.28
31772026-02-24T02:49:39.484Z[ helios-setup] Feb 24 02:49:38.160 INFO E| Compiling iana-time-zone v0.1.64
31782026-02-24T02:49:39.612Z[ helios-setup] Feb 24 02:49:38.288 INFO E| Compiling simd-adler32 v0.3.7
31792026-02-24T02:49:39.944Z[ helios-setup] Feb 24 02:49:38.620 INFO E| Compiling once_cell v1.21.3
31802026-02-24T02:49:40.435Z[ helios-setup] Feb 24 02:49:39.111 INFO E| Compiling crc-catalog v2.4.0
31812026-02-24T02:49:40.759Z[ helios-setup] Feb 24 02:49:39.434 INFO E| Compiling crc v3.3.0
31822026-02-24T02:49:41.049Z[ helios-setup] Feb 24 02:49:39.724 INFO E| Compiling miniz_oxide v0.8.9
31832026-02-24T02:49:41.156Z[ helios-setup] Feb 24 02:49:39.831 INFO E| Compiling chrono v0.4.42
31842026-02-24T02:49:41.587Z[ helios-setup] Feb 24 02:49:40.262 INFO E| Compiling env_filter v0.1.4
31852026-02-24T02:49:42.015Z[ helios-setup] Feb 24 02:49:40.690 INFO E| Compiling time v0.3.44
31862026-02-24T02:49:42.739Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-02-24T02:49:43.801Z[ helios-setup] Feb 24 02:49:42.476 INFO E| Compiling num_enum v0.7.5
31882026-02-24T02:49:44.872Z[ helios-setup] Feb 24 02:49:43.547 INFO E| Compiling array-init v0.0.4
31892026-02-24T02:49:45.394Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31902026-02-24T02:49:45.877Z[ helios-setup] Feb 24 02:49:44.551 INFO E| Compiling parking_lot v0.12.5
31912026-02-24T02:49:46.487Z[ helios-setup] Feb 24 02:49:45.162 INFO E| Compiling clap v4.5.51
31922026-02-24T02:49:46.850Z[ helios-setup] Feb 24 02:49:45.524 INFO E| Compiling zerocopy v0.6.6
31932026-02-24T02:49:47.451Z[ helios-setup] Feb 24 02:49:46.125 INFO E| Compiling smallvec v0.6.14
31942026-02-24T02:49:48.475Z[ helios-setup] Feb 24 02:49:47.148 INFO E| Compiling bitfield v0.19.3
31952026-02-24T02:49:48.536Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31962026-02-24T02:49:49.379Z[ helios-setup] Feb 24 02:49:48.053 INFO E| Compiling futures-executor v0.3.31
31972026-02-24T02:49:50.440Z[ helios-setup] Feb 24 02:49:49.113 INFO E| Compiling serde_spanned v0.6.9
31982026-02-24T02:49:50.488Z[ helios-setup] Feb 24 02:49:49.161 INFO E| Compiling toml_datetime v0.6.11
31992026-02-24T02:49:50.951Z[ helios-setup] Feb 24 02:49:49.624 INFO E| Compiling pkcs1 v0.7.5
32002026-02-24T02:49:51.125Z[ host-package] Compiling hickory-resolver v0.24.4
32012026-02-24T02:49:51.585Z[ helios-setup] Feb 24 02:49:50.257 INFO E| Compiling thiserror-impl v2.0.17
32022026-02-24T02:49:52.215Z[ helios-setup] Feb 24 02:49:50.888 INFO E| Compiling tokio-macros v2.6.0
32032026-02-24T02:49:52.949Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32042026-02-24T02:49:54.948Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32052026-02-24T02:49:55.491Z[ helios-setup] Feb 24 02:49:54.163 INFO E| Compiling signature v2.2.0
32062026-02-24T02:49:56.365Z[ helios-setup] Feb 24 02:49:55.037 INFO E| Compiling serde_spanned v1.0.3
32072026-02-24T02:49:56.941Z[ helios-setup] Feb 24 02:49:55.613 INFO E| Compiling signal-hook-registry v1.4.6
32082026-02-24T02:49:57.190Z[ helios-setup] Feb 24 02:49:55.861 INFO E| Compiling is-terminal v0.4.17
32092026-02-24T02:49:57.454Z[ helios-setup] Feb 24 02:49:56.126 INFO E| Compiling mio v1.1.0
32102026-02-24T02:49:57.516Z[ helios-setup] Feb 24 02:49:56.188 INFO E| Compiling socket2 v0.6.1
32112026-02-24T02:49:57.961Z[ helios-setup] Feb 24 02:49:56.633 INFO E| Compiling thread_local v1.1.9
32122026-02-24T02:49:58.104Z[ helios-setup] Feb 24 02:49:56.775 INFO E| Compiling libdevinfo-sys v1.1.0
32132026-02-24T02:49:58.489Z[ helios-setup] Feb 24 02:49:57.160 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32142026-02-24T02:49:58.646Z[ helios-setup] Feb 24 02:49:57.317 INFO E| Compiling subtle v2.6.1
32152026-02-24T02:49:59.372Z[ helios-setup] Feb 24 02:49:58.043 INFO E| Compiling base64 v0.21.7
32162026-02-24T02:49:59.505Z[ helios-setup] Feb 24 02:49:58.177 INFO E| Compiling winnow v0.5.40
32172026-02-24T02:49:59.728Z[ helios-setup] Feb 24 02:49:58.399 INFO E| Compiling toml_writer v1.0.4
32182026-02-24T02:49:59.894Z[ helios-setup] Feb 24 02:49:58.565 INFO E| Compiling term v1.2.0
32192026-02-24T02:50:00.383Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32202026-02-24T02:50:00.740Z[ helios-setup] Feb 24 02:49:59.411 INFO E| Compiling ryu v1.0.20
32212026-02-24T02:50:00.800Z[ helios-setup] Feb 24 02:49:59.471 INFO E| Compiling hashbrown v0.12.3
32222026-02-24T02:50:01.728Z[ helios-setup] Feb 24 02:50:00.398 INFO E| Compiling slog-term v2.9.2
32232026-02-24T02:50:01.846Z[ helios-setup] Feb 24 02:50:00.517 INFO E| Compiling ron v0.8.1
32242026-02-24T02:50:05.599Z[ helios-setup] Feb 24 02:50:04.269 INFO E| Compiling toml v0.9.8
32252026-02-24T02:50:07.600Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32262026-02-24T02:50:08.329Z[ helios-setup] Feb 24 02:50:06.999 INFO E| Compiling toml_edit v0.19.15
32272026-02-24T02:50:08.965Z[ helios-setup] Feb 24 02:50:07.634 INFO E| Compiling tokio v1.48.0
32282026-02-24T02:50:09.153Z[ helios-setup] Feb 24 02:50:07.823 INFO E| Compiling rsa v0.9.8
32292026-02-24T02:50:11.568Z[ helios-setup] Feb 24 02:50:10.237 INFO E| Compiling devinfo v0.1.0
32302026-02-24T02:50:13.527Z[ helios-setup] Feb 24 02:50:12.196 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32312026-02-24T02:50:13.578Z[ helios-setup] Feb 24 02:50:12.246 INFO E| Compiling uuid v1.18.1
32322026-02-24T02:50:15.032Z[ helios-setup] Feb 24 02:50:13.700 INFO E| Compiling futures v0.3.31
32332026-02-24T02:50:15.492Z[ helios-setup] Feb 24 02:50:14.161 INFO E| Compiling serde-hex v0.1.0
32342026-02-24T02:50:16.206Z[ helios-setup] Feb 24 02:50:14.875 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32352026-02-24T02:50:17.161Z[ helios-setup] Feb 24 02:50:15.829 INFO E| Compiling bzip2 v0.4.4
32362026-02-24T02:50:17.879Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-02-24T02:50:18.572Z[ helios-setup] Feb 24 02:50:17.240 INFO E| Compiling flate2 v1.1.5
32382026-02-24T02:50:19.180Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-02-24T02:50:20.414Z[ helios-setup] Feb 24 02:50:19.082 INFO E| Compiling env_logger v0.11.8
32402026-02-24T02:50:21.145Z[ helios-setup] Feb 24 02:50:19.813 INFO E| Compiling hashbrown v0.13.2
32412026-02-24T02:50:22.462Z[ helios-setup] Feb 24 02:50:21.129 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
32422026-02-24T02:50:23.942Z[ helios-setup] Feb 24 02:50:22.609 INFO E| Compiling x509-cert v0.2.5
32432026-02-24T02:50:24.217Z[ helios-setup] Feb 24 02:50:22.884 INFO E| Compiling rustc-hash v2.1.1
32442026-02-24T02:50:24.577Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32452026-02-24T02:50:25.511Z[ helios-setup] Feb 24 02:50:24.177 INFO E| Compiling hex v0.4.3
32462026-02-24T02:50:26.524Z[ helios-setup] Feb 24 02:50:25.191 INFO E| Compiling foldhash v0.2.0
32472026-02-24T02:50:27.182Z[ helios-setup] Feb 24 02:50:25.848 INFO E| Compiling crc-any v2.5.0
32482026-02-24T02:50:27.687Z[ helios-setup] Feb 24 02:50:26.353 INFO E| Compiling bitflags v1.3.2
32492026-02-24T02:50:27.789Z[ helios-setup] Feb 24 02:50:26.455 INFO E| Compiling iddqd v0.3.14
32502026-02-24T02:50:28.169Z[ helios-setup] Feb 24 02:50:26.836 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32512026-02-24T02:50:28.294Z[ helios-setup] Feb 24 02:50:26.961 INFO E| Compiling object v0.30.4
32522026-02-24T02:50:29.197Z[ helios-setup] Feb 24 02:50:27.862 INFO E| Compiling zip v0.6.6
32532026-02-24T02:50:30.833Z[ helios-setup] Feb 24 02:50:29.498 INFO E| Compiling toml v0.7.8
32542026-02-24T02:50:31.476Z[ host-package] Compiling convert_case v0.7.1
32552026-02-24T02:50:32.714Z[ host-package] Compiling derive_more-impl v2.0.1
32562026-02-24T02:50:33.840Z[ helios-setup] Feb 24 02:50:32.505 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-02-24T02:50:36.641Z[ host-package] Compiling qorb v0.4.1
32582026-02-24T02:50:36.722Z[ helios-setup] Feb 24 02:50:35.387 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32592026-02-24T02:50:37.046Z[ helios-setup] Feb 24 02:50:35.711 INFO E| Compiling path-slash v0.1.5
32602026-02-24T02:50:37.407Z[ helios-setup] Feb 24 02:50:36.071 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32612026-02-24T02:50:37.552Z[ helios-setup] Feb 24 02:50:36.217 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32622026-02-24T02:50:38.185Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32632026-02-24T02:50:38.988Z[ helios-setup] Feb 24 02:50:37.652 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32642026-02-24T02:50:39.510Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32652026-02-24T02:50:42.812Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32662026-02-24T02:50:44.296Z[ host-package] Compiling derive_more v2.0.1
32672026-02-24T02:50:44.645Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32682026-02-24T02:50:45.540Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32692026-02-24T02:50:46.510Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32702026-02-24T02:50:46.802Z[ helios-setup] Feb 24 02:50:45.465 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32712026-02-24T02:50:48.123Z[ host-package] Compiling termtree v0.5.1
32722026-02-24T02:50:49.083Z[ host-package] Compiling siphasher v1.0.1
32732026-02-24T02:50:49.178Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-02-24T02:50:50.433Z[ host-package] Compiling phf_shared v0.12.1
32752026-02-24T02:50:50.709Z[ host-package] Compiling vte v0.11.1
32762026-02-24T02:50:51.510Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32772026-02-24T02:50:54.417Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32782026-02-24T02:50:54.851Z[ host-package] Compiling crossterm v0.29.0
32792026-02-24T02:50:56.078Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32802026-02-24T02:51:07.684Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32812026-02-24T02:51:07.785Z[ host-package] Compiling csv-core v0.1.11
32822026-02-24T02:51:08.290Z[ helios-setup] Feb 24 02:51:06.949 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32832026-02-24T02:51:08.816Z[ host-package] Compiling chrono-tz v0.10.4
32842026-02-24T02:51:08.890Z[ host-package] Compiling highway v1.3.0
32852026-02-24T02:51:09.633Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-02-24T02:51:09.672Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32872026-02-24T02:51:10.585Z[ host-package] Compiling tough v0.20.0
32882026-02-24T02:51:10.660Z[ host-package] Compiling csv v1.3.1
32892026-02-24T02:51:13.387Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32902026-02-24T02:51:13.441Z[ host-package] Compiling phf v0.12.1
32912026-02-24T02:51:14.016Z[ host-package] Compiling const_format_proc_macros v0.2.34
32922026-02-24T02:51:14.582Z[ host-package] Compiling papergrid v0.11.0
32932026-02-24T02:51:16.293Z[ host-package] Compiling tabled_derive v0.7.0
32942026-02-24T02:51:16.941Z[ host-package] Compiling fd-lock v4.0.2
32952026-02-24T02:51:17.454Z[ host-package] Compiling peg-macros v0.8.5
32962026-02-24T02:51:19.208Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32972026-02-24T02:51:19.942Z[ host-package] Compiling nu-ansi-term v0.50.1
32982026-02-24T02:51:21.550Z[ host-package] Compiling reedline v0.40.0
32992026-02-24T02:51:22.434Z[ host-package] Compiling tabled v0.15.0
33002026-02-24T02:51:23.228Z[ host-package] Compiling peg v0.8.5
33012026-02-24T02:51:23.502Z[ host-package] Compiling const_format v0.2.34
33022026-02-24T02:51:32.479Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33032026-02-24T02:51:35.448Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33042026-02-24T02:51:39.600Z[ helios-setup] Feb 24 02:51:38.253 INFO E| Finished `release` profile [optimized] target(s) in 2m 53s
33052026-02-24T02:51:39.603Z[ helios-setup] Feb 24 02:51:38.253 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33062026-02-24T02:51:39.607Z[ helios-setup] Feb 24 02:51:38.257 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33072026-02-24T02:51:39.684Z[ helios-setup] Feb 24 02:51:38.337 INFO building project "pilot" ok (174 seconds)
33082026-02-24T02:51:39.687Z[ helios-setup] Feb 24 02:51:38.337 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
33092026-02-24T02:51:39.896Z[ helios-setup] Feb 24 02:51:38.549 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
33102026-02-24T02:51:39.896Z[ helios-setup] Feb 24 02:51:38.549 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33112026-02-24T02:51:39.899Z[ helios-setup] Feb 24 02:51:38.549 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33122026-02-24T02:51:40.315Z[ helios-setup] Feb 24 02:51:38.967 INFO E| Downloading crates ...
33132026-02-24T02:51:40.466Z[ helios-setup] Feb 24 02:51:39.117 INFO E| Downloaded miniz_oxide v0.8.8
33142026-02-24T02:51:40.559Z[ helios-setup] Feb 24 02:51:39.212 INFO E| Compiling adler2 v2.0.0
33152026-02-24T02:51:40.721Z[ helios-setup] Feb 24 02:51:39.374 INFO E| Compiling miniz_oxide v0.8.8
33162026-02-24T02:51:41.705Z[ host-package] Compiling bcs v0.1.6
33172026-02-24T02:51:42.421Z[ host-package] Compiling semver v0.1.20
33182026-02-24T02:51:43.186Z[ host-package] Compiling rustc_version v0.1.7
33192026-02-24T02:51:43.612Z[ helios-setup] Feb 24 02:51:42.264 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33202026-02-24T02:51:43.693Z[ host-package] Compiling newtype_derive v0.1.6
33212026-02-24T02:51:44.198Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33222026-02-24T02:51:44.251Z[ host-package] Compiling unicode-linebreak v0.1.5
33232026-02-24T02:51:44.541Z[ helios-setup] Feb 24 02:51:43.189 INFO E| Finished `release` profile [optimized] target(s) in 4.51s
33242026-02-24T02:51:44.549Z[ helios-setup] Feb 24 02:51:43.202 INFO building project "pinprick" ok (4 seconds)
33252026-02-24T02:51:44.550Z[ helios-setup] Feb 24 02:51:43.202 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33262026-02-24T02:51:44.669Z[ helios-setup] Feb 24 02:51:43.320 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')"
33272026-02-24T02:51:44.669Z[ helios-setup] Feb 24 02:51:43.320 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33282026-02-24T02:51:44.672Z[ helios-setup] Feb 24 02:51:43.320 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33292026-02-24T02:51:44.695Z[ host-package] Compiling humantime v2.2.0
33302026-02-24T02:51:45.030Z[ host-package] Compiling smawk v0.3.2
33312026-02-24T02:51:45.077Z[ helios-setup] Feb 24 02:51:43.724 INFO E| Updating crates.io index
33322026-02-24T02:51:45.077Z[ helios-setup] Feb 24 02:51:43.724 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33332026-02-24T02:51:45.406Z[ host-package] Compiling textwrap v0.16.2
33342026-02-24T02:51:45.760Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
33352026-02-24T02:51:45.918Z[ helios-setup] Feb 24 02:51:44.569 INFO E| From https://github.com/oxidecomputer/amd-apcb
33362026-02-24T02:51:45.918Z[ helios-setup] Feb 24 02:51:44.569 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33372026-02-24T02:51:46.026Z[ helios-setup] Feb 24 02:51:44.677 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33382026-02-24T02:51:46.907Z[ helios-setup] Feb 24 02:51:45.558 INFO E| From https://github.com/oxidecomputer/amd-efs
33392026-02-24T02:51:46.907Z[ helios-setup] Feb 24 02:51:45.558 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33402026-02-24T02:51:47.077Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33412026-02-24T02:51:47.350Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33422026-02-24T02:51:47.445Z[ helios-setup] Feb 24 02:51:46.097 INFO E| Downloading crates ...
33432026-02-24T02:51:47.548Z[ helios-setup] Feb 24 02:51:46.199 INFO E| Downloaded proc-macro2 v1.0.95
33442026-02-24T02:51:47.553Z[ helios-setup] Feb 24 02:51:46.205 INFO E| Downloaded dyn-clone v1.0.19
33452026-02-24T02:51:47.557Z[ helios-setup] Feb 24 02:51:46.207 INFO E| Downloaded unic-ucd-ident v0.9.0
33462026-02-24T02:51:47.560Z[ helios-setup] Feb 24 02:51:46.210 INFO E| Downloaded unic-char-range v0.9.0
33472026-02-24T02:51:47.562Z[ helios-setup] Feb 24 02:51:46.213 INFO E| Downloaded typenum v1.18.0
33482026-02-24T02:51:47.567Z[ helios-setup] Feb 24 02:51:46.219 INFO E| Downloaded unic-char-property v0.9.0
33492026-02-24T02:51:47.571Z[ helios-setup] Feb 24 02:51:46.221 INFO E| Downloaded strsim v0.8.0
33502026-02-24T02:51:47.573Z[ helios-setup] Feb 24 02:51:46.223 INFO E| Downloaded strum v0.27.1
33512026-02-24T02:51:47.573Z[ helios-setup] Feb 24 02:51:46.225 INFO E| Downloaded unic-common v0.9.0
33522026-02-24T02:51:47.576Z[ helios-setup] Feb 24 02:51:46.226 INFO E| Downloaded unic-ucd-version v0.9.0
33532026-02-24T02:51:47.576Z[ helios-setup] Feb 24 02:51:46.228 INFO E| Downloaded parse_int v0.9.0
33542026-02-24T02:51:47.579Z[ helios-setup] Feb 24 02:51:46.229 INFO E| Downloaded four-cc v0.4.0
33552026-02-24T02:51:47.584Z[ helios-setup] Feb 24 02:51:46.236 INFO E| Downloaded fletcher v1.0.0
33562026-02-24T02:51:47.587Z[ helios-setup] Feb 24 02:51:46.237 INFO E| Downloaded scroll_derive v0.12.1
33572026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.268 INFO E| Downloaded vec_map v0.8.2
33582026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.269 INFO E| Downloaded bytesize v2.0.1
33592026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.272 INFO E| Downloaded ansi_term v0.12.1
33602026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.274 INFO E| Downloaded thiserror-impl v2.0.12
33612026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.276 INFO E| Downloaded structopt-derive v0.4.18
33622026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.277 INFO E| Downloaded textwrap v0.11.0
33632026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.279 INFO E| Downloaded unicode-ident v1.0.18
33642026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.283 INFO E| Downloaded modular-bitfield v0.13.1
33652026-02-24T02:51:47.647Z[ helios-setup] Feb 24 02:51:46.293 INFO E| Downloaded structopt v0.3.26
33662026-02-24T02:51:47.652Z[ helios-setup] Feb 24 02:51:46.302 INFO E| Downloaded modular-bitfield v0.11.2
33672026-02-24T02:51:47.665Z[ helios-setup] Feb 24 02:51:46.316 INFO E| Downloaded serde v1.0.219
33682026-02-24T02:51:47.669Z[ helios-setup] Feb 24 02:51:46.320 INFO E| Downloaded serde_derive v1.0.219
33692026-02-24T02:51:47.672Z[ helios-setup] Feb 24 02:51:46.324 INFO E| Downloaded pest_meta v2.8.0
33702026-02-24T02:51:47.675Z[ helios-setup] Feb 24 02:51:46.326 INFO E| Downloaded zerocopy-derive v0.8.25
33712026-02-24T02:51:47.683Z[ helios-setup] Feb 24 02:51:46.334 INFO E| Downloaded pest_derive v2.8.0
33722026-02-24T02:51:47.686Z[ helios-setup] Feb 24 02:51:46.337 INFO E| Downloaded log v0.4.27
33732026-02-24T02:51:47.689Z[ helios-setup] Feb 24 02:51:46.340 INFO E| Downloaded pest_generator v2.8.0
33742026-02-24T02:51:47.692Z[ helios-setup] Feb 24 02:51:46.342 INFO E| Downloaded thiserror v2.0.12
33752026-02-24T02:51:47.698Z[ helios-setup] Feb 24 02:51:46.349 INFO E| Downloaded pest v2.8.0
33762026-02-24T02:51:47.704Z[ helios-setup] Feb 24 02:51:46.356 INFO E| Downloaded goblin v0.9.3
33772026-02-24T02:51:47.712Z[ helios-setup] Feb 24 02:51:46.363 INFO E| Downloaded serde_json v1.0.140
33782026-02-24T02:51:47.720Z[ helios-setup] Feb 24 02:51:46.372 INFO E| Downloaded clap v2.34.0
33792026-02-24T02:51:47.728Z[ helios-setup] Feb 24 02:51:46.379 INFO E| Downloaded strum_macros v0.27.1
33802026-02-24T02:51:47.731Z[ helios-setup] Feb 24 02:51:46.382 INFO E| Downloaded zerocopy v0.8.25
33812026-02-24T02:51:47.762Z[ helios-setup] Feb 24 02:51:46.413 INFO E| Downloaded rustversion v1.0.20
33822026-02-24T02:51:47.765Z[ helios-setup] Feb 24 02:51:46.417 INFO E| Downloaded modular-bitfield-impl v0.13.1
33832026-02-24T02:51:47.768Z[ helios-setup] Feb 24 02:51:46.418 INFO E| Downloaded modular-bitfield-impl v0.11.2
33842026-02-24T02:51:47.772Z[ helios-setup] Feb 24 02:51:46.420 INFO E| Downloaded syn v2.0.101
33852026-02-24T02:51:47.832Z[ helios-setup] Feb 24 02:51:46.483 INFO E| Downloaded libc v0.2.172
33862026-02-24T02:51:47.954Z[ helios-setup] Feb 24 02:51:46.605 INFO E| Compiling proc-macro2 v1.0.95
33872026-02-24T02:51:47.954Z[ helios-setup] Feb 24 02:51:46.605 INFO E| Compiling unicode-ident v1.0.18
33882026-02-24T02:51:47.957Z[ helios-setup] Feb 24 02:51:46.605 INFO E| Compiling memchr v2.7.4
33892026-02-24T02:51:47.957Z[ helios-setup] Feb 24 02:51:46.605 INFO E| Compiling thiserror v2.0.12
33902026-02-24T02:51:47.957Z[ helios-setup] Feb 24 02:51:46.605 INFO E| Compiling autocfg v1.4.0
33912026-02-24T02:51:47.957Z[ helios-setup] Feb 24 02:51:46.606 INFO E| Compiling serde v1.0.219
33922026-02-24T02:51:47.957Z[ helios-setup] Feb 24 02:51:46.606 INFO E| Compiling syn v1.0.109
33932026-02-24T02:51:47.957Z[ helios-setup] Feb 24 02:51:46.606 INFO E| Compiling version_check v0.9.5
33942026-02-24T02:51:48.215Z[ host-package] Compiling steno v0.4.1
33952026-02-24T02:51:48.584Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-02-24T02:51:48.829Z[ helios-setup] Feb 24 02:51:47.480 INFO E| Compiling serde_json v1.0.140
33972026-02-24T02:51:49.618Z[ helios-setup] Feb 24 02:51:48.269 INFO E| Compiling ryu v1.0.20
33982026-02-24T02:51:49.687Z[ host-package] Compiling utf-8 v0.7.6
33992026-02-24T02:51:49.848Z[ helios-setup] Feb 24 02:51:48.499 INFO E| Compiling itoa v1.0.15
34002026-02-24T02:51:49.907Z[ helios-setup] Feb 24 02:51:48.558 INFO E| Compiling num-traits v0.2.19
34012026-02-24T02:51:50.037Z[ helios-setup] Feb 24 02:51:48.688 INFO E| Compiling schemars v0.8.22
34022026-02-24T02:51:50.497Z[ helios-setup] Feb 24 02:51:49.148 INFO E| Compiling memoffset v0.9.1
34032026-02-24T02:51:50.502Z[ host-package] Compiling moka v0.12.10
34042026-02-24T02:51:50.533Z[ helios-setup] Feb 24 02:51:49.184 INFO E| Compiling proc-macro-error-attr v1.0.4
34052026-02-24T02:51:50.533Z[ helios-setup] Feb 24 02:51:49.184 INFO E| Compiling rustversion v1.0.20
34062026-02-24T02:51:50.536Z[ helios-setup] Feb 24 02:51:49.184 INFO E| Compiling zerocopy v0.8.25
34072026-02-24T02:51:51.052Z[ helios-setup] Feb 24 02:51:49.702 INFO E| Compiling libc v0.2.172
34082026-02-24T02:51:51.058Z[ helios-setup] Feb 24 02:51:49.709 INFO E| Compiling dyn-clone v1.0.19
34092026-02-24T02:51:51.405Z[ helios-setup] Feb 24 02:51:50.056 INFO E| Compiling quote v1.0.40
34102026-02-24T02:51:51.469Z[ helios-setup] Feb 24 02:51:50.119 INFO E| Compiling ucd-trie v0.1.7
34112026-02-24T02:51:51.548Z[ helios-setup] Feb 24 02:51:50.198 INFO E| Compiling paste v1.0.15
34122026-02-24T02:51:51.548Z[ helios-setup] Feb 24 02:51:50.198 INFO E| Compiling static_assertions v1.1.0
34132026-02-24T02:51:51.850Z[ host-package] Compiling tagptr v0.2.0
34142026-02-24T02:51:52.186Z[ helios-setup] Feb 24 02:51:50.837 INFO E| Compiling proc-macro-error v1.0.4
34152026-02-24T02:51:52.361Z[ helios-setup] Feb 24 02:51:51.012 INFO E| Compiling syn v2.0.101
34162026-02-24T02:51:52.755Z[ helios-setup] Feb 24 02:51:51.405 INFO E| Compiling once_cell v1.21.3
34172026-02-24T02:51:53.637Z[ helios-setup] Feb 24 02:51:52.287 INFO E| Compiling unicode-segmentation v1.12.0
34182026-02-24T02:51:54.248Z[ helios-setup] Feb 24 02:51:52.898 INFO E| Compiling heck v0.5.0
34192026-02-24T02:51:54.386Z[ helios-setup] Feb 24 02:51:53.036 INFO E| Compiling unicode-width v0.1.14
34202026-02-24T02:51:55.366Z[ helios-setup] Feb 24 02:51:54.016 INFO E| Compiling heck v0.3.3
34212026-02-24T02:51:55.410Z[ helios-setup] Feb 24 02:51:54.060 INFO E| Compiling parse_int v0.9.0
34222026-02-24T02:51:55.454Z[ helios-setup] Feb 24 02:51:54.104 INFO E| Compiling textwrap v0.11.0
34232026-02-24T02:51:55.455Z[ helios-setup] Feb 24 02:51:54.104 INFO E| Compiling atty v0.2.14
34242026-02-24T02:51:55.542Z[ helios-setup] Feb 24 02:51:54.191 INFO E| Compiling byteorder v1.5.0
34252026-02-24T02:51:55.724Z[ helios-setup] Feb 24 02:51:54.373 INFO E| Compiling bitflags v1.3.2
34262026-02-24T02:51:55.755Z[ helios-setup] Feb 24 02:51:54.405 INFO E| Compiling strsim v0.8.0
34272026-02-24T02:51:55.787Z[ helios-setup] Feb 24 02:51:54.436 INFO E| Compiling unic-common v0.9.0
34282026-02-24T02:51:55.853Z[ helios-setup] Feb 24 02:51:54.502 INFO E| Compiling ansi_term v0.12.1
34292026-02-24T02:51:56.056Z[ helios-setup] Feb 24 02:51:54.706 INFO E| Compiling fletcher v1.0.0
34302026-02-24T02:51:56.138Z[ helios-setup] Feb 24 02:51:54.788 INFO E| Compiling strum v0.27.1
34312026-02-24T02:51:56.497Z[ helios-setup] Feb 24 02:51:55.146 INFO E| Compiling unic-char-range v0.9.0
34322026-02-24T02:51:56.591Z[ helios-setup] Feb 24 02:51:55.241 INFO E| Compiling vec_map v0.8.2
34332026-02-24T02:51:56.612Z[ helios-setup] Feb 24 02:51:55.261 INFO E| Compiling unic-ucd-version v0.9.0
34342026-02-24T02:51:56.620Z[ helios-setup] Feb 24 02:51:55.268 INFO E| Compiling log v0.4.27
34352026-02-24T02:51:56.727Z[ helios-setup] Feb 24 02:51:55.376 INFO E| Compiling plain v0.2.3
34362026-02-24T02:51:56.750Z[ helios-setup] Feb 24 02:51:55.400 INFO E| Compiling lazy_static v1.5.0
34372026-02-24T02:51:56.847Z[ helios-setup] Feb 24 02:51:55.496 INFO E| Compiling bytesize v2.0.1
34382026-02-24T02:51:56.912Z[ host-package] Compiling tungstenite v0.21.0
34392026-02-24T02:51:56.950Z[ helios-setup] Feb 24 02:51:55.600 INFO E| Compiling unic-char-property v0.9.0
34402026-02-24T02:51:57.081Z[ helios-setup] Feb 24 02:51:55.730 INFO E| Compiling clap v2.34.0
34412026-02-24T02:51:57.190Z[ helios-setup] Feb 24 02:51:55.840 INFO E| Compiling unic-ucd-ident v0.9.0
34422026-02-24T02:51:58.966Z[ host-package] Compiling hickory-resolver v0.25.2
34432026-02-24T02:51:59.354Z[ host-package] Compiling tokio-tungstenite v0.21.0
34442026-02-24T02:52:00.552Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34452026-02-24T02:52:01.563Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34462026-02-24T02:52:02.229Z[ helios-setup] Feb 24 02:52:00.878 INFO E| Compiling serde_derive_internals v0.29.1
34472026-02-24T02:52:02.721Z[ helios-setup] Feb 24 02:52:01.370 INFO E| Compiling modular-bitfield-impl v0.11.2
34482026-02-24T02:52:03.149Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34492026-02-24T02:52:03.189Z[ helios-setup] Feb 24 02:52:01.838 INFO E| Compiling structopt-derive v0.4.18
34502026-02-24T02:52:04.867Z[ host-package] Compiling proc-macro-error2 v2.0.1
34512026-02-24T02:52:05.662Z[ helios-setup] Feb 24 02:52:04.311 INFO E| Compiling thiserror-impl v2.0.12
34522026-02-24T02:52:05.669Z[ helios-setup] Feb 24 02:52:04.317 INFO E| Compiling serde_derive v1.0.219
34532026-02-24T02:52:05.762Z[ helios-setup] Feb 24 02:52:04.410 INFO E| Compiling schemars_derive v0.8.22
34542026-02-24T02:52:06.201Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34552026-02-24T02:52:06.207Z[ helios-setup] Feb 24 02:52:04.855 INFO E| Compiling zerocopy-derive v0.8.25
34562026-02-24T02:52:07.321Z[ helios-setup] Feb 24 02:52:05.968 INFO E| Compiling num-derive v0.4.2
34572026-02-24T02:52:07.379Z[ helios-setup] Feb 24 02:52:06.027 INFO E| Compiling modular-bitfield-impl v0.13.1
34582026-02-24T02:52:08.082Z[ helios-setup] Feb 24 02:52:06.730 INFO E| Compiling modular-bitfield v0.11.2
34592026-02-24T02:52:08.118Z[ helios-setup] Feb 24 02:52:06.766 INFO E| Compiling scroll_derive v0.12.1
34602026-02-24T02:52:10.153Z[ helios-setup] Feb 24 02:52:08.780 INFO E| Compiling strum_macros v0.27.1
34612026-02-24T02:52:11.275Z[ helios-setup] Feb 24 02:52:09.920 INFO E| Compiling scroll v0.12.0
34622026-02-24T02:52:11.628Z[ helios-setup] Feb 24 02:52:10.273 INFO E| Compiling structopt v0.3.26
34632026-02-24T02:52:11.752Z[ helios-setup] Feb 24 02:52:10.398 INFO E| Compiling pest v2.8.0
34642026-02-24T02:52:12.373Z[ helios-setup] Feb 24 02:52:11.019 INFO E| Compiling goblin v0.9.3
34652026-02-24T02:52:12.926Z[ helios-setup] Feb 24 02:52:11.572 INFO E| Compiling modular-bitfield v0.13.1
34662026-02-24T02:52:16.611Z[ helios-setup] Feb 24 02:52:15.257 INFO E| Compiling pest_meta v2.8.0
34672026-02-24T02:52:18.808Z[ helios-setup] Feb 24 02:52:17.453 INFO E| Compiling pest_generator v2.8.0
34682026-02-24T02:52:21.589Z[ helios-setup] Feb 24 02:52:20.234 INFO E| Compiling pest_derive v2.8.0
34692026-02-24T02:52:22.981Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34702026-02-24T02:52:23.277Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34712026-02-24T02:52:24.850Z[ helios-setup] Feb 24 02:52:23.494 INFO E| Compiling json5 v0.4.1
34722026-02-24T02:52:25.446Z[ host-package] Compiling num-derive v0.3.3
34732026-02-24T02:52:26.157Z[ host-package] Compiling vergen-gitcl v1.0.8
34742026-02-24T02:52:27.120Z[ host-package] Compiling dirs-sys-next v0.1.2
34752026-02-24T02:52:27.723Z[ host-package] Compiling maplit v1.0.2
34762026-02-24T02:52:27.914Z[ host-package] Compiling crunchy v0.2.2
34772026-02-24T02:52:28.614Z[ host-package] Compiling libscf-sys v1.1.0
34782026-02-24T02:52:28.731Z[ host-package] Compiling dirs-next v2.0.0
34792026-02-24T02:52:29.048Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34802026-02-24T02:52:29.253Z[ host-package] Compiling dsl_auto_type v0.1.2
34812026-02-24T02:52:30.063Z[ helios-setup] Feb 24 02:52:28.706 INFO E| Compiling four-cc v0.4.0
34822026-02-24T02:52:30.066Z[ helios-setup] Feb 24 02:52:28.706 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34832026-02-24T02:52:30.340Z[ helios-setup] Feb 24 02:52:28.984 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34842026-02-24T02:52:31.100Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34852026-02-24T02:52:31.104Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34862026-02-24T02:52:31.268Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34872026-02-24T02:52:31.908Z[ host-package] Compiling tiny-keccak v2.0.2
34882026-02-24T02:52:32.240Z[ host-package] Compiling diesel_derives v2.2.3
34892026-02-24T02:52:32.565Z[ host-package] Compiling r2d2 v0.8.10
34902026-02-24T02:52:33.294Z[ host-package] Compiling term v0.7.0
34912026-02-24T02:52:34.776Z[ host-package] Compiling tabled_derive v0.11.0
34922026-02-24T02:52:34.849Z[ host-package] Compiling papergrid v0.17.0
34932026-02-24T02:52:35.972Z[ host-package] Compiling testing_table v0.3.0
34942026-02-24T02:52:37.053Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34952026-02-24T02:52:37.982Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34962026-02-24T02:52:38.465Z[ host-package] Compiling bit-vec v0.6.3
34972026-02-24T02:52:38.989Z[ host-package] Compiling xshell-macros v0.2.7
34982026-02-24T02:52:39.946Z[ host-package] Compiling arc-swap v1.7.1
34992026-02-24T02:52:40.789Z[ host-package] Compiling slog-scope v4.4.0
35002026-02-24T02:52:40.954Z[ host-package] Compiling xshell v0.2.7
35012026-02-24T02:52:41.778Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35022026-02-24T02:52:43.983Z[ host-package] Compiling diesel v2.2.12
35032026-02-24T02:52:44.220Z[ host-package] Compiling bit-set v0.5.3
35042026-02-24T02:52:44.832Z[ host-package] Compiling tabled v0.20.0
35052026-02-24T02:52:50.845Z[ host-package] Compiling ascii-canvas v3.0.0
35062026-02-24T02:52:51.481Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35072026-02-24T02:52:54.180Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35082026-02-24T02:52:55.309Z[ host-package] Compiling ena v0.14.3
35092026-02-24T02:52:55.812Z[ host-package] Compiling regex-syntax v0.6.29
35102026-02-24T02:53:01.249Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35112026-02-24T02:53:02.256Z[ host-package] Compiling bindgen v0.71.1
35122026-02-24T02:53:02.947Z[ host-package] Compiling unicase v2.8.1
35132026-02-24T02:53:03.659Z[ host-package] Compiling diff v0.1.13
35142026-02-24T02:53:04.303Z[ host-package] Compiling lalrpop v0.19.12
35152026-02-24T02:53:05.607Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35162026-02-24T02:53:13.327Z[ host-package] Compiling slog-stdlog v4.1.1
35172026-02-24T02:53:13.580Z[ helios-setup] Feb 24 02:53:12.215 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35182026-02-24T02:53:14.624Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35192026-02-24T02:53:14.941Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35202026-02-24T02:53:16.873Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35212026-02-24T02:53:17.550Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35222026-02-24T02:53:17.876Z[ host-package] Compiling crc8 v0.1.1
35232026-02-24T02:53:18.271Z[ host-package] Compiling slog-envlogger v2.2.0
35242026-02-24T02:53:21.467Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35252026-02-24T02:53:22.611Z[ helios-setup] Feb 24 02:53:21.245 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35262026-02-24T02:53:22.643Z[ host-package] Compiling headers-core v0.3.0
35272026-02-24T02:53:22.992Z[ host-package] Compiling libxml v0.3.3
35282026-02-24T02:53:23.045Z[ host-package] Compiling headers v0.4.1
35292026-02-24T02:53:23.867Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35302026-02-24T02:53:27.212Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35312026-02-24T02:53:27.304Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35322026-02-24T02:53:27.691Z[ host-package] Compiling strum_macros v0.24.3
35332026-02-24T02:53:29.202Z[ host-package] Compiling polar-core v0.27.3
35342026-02-24T02:53:30.879Z[ host-package] Compiling indoc v1.0.9
35352026-02-24T02:53:33.249Z[ host-package] Compiling samael v0.0.19
35362026-02-24T02:53:33.633Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35372026-02-24T02:53:34.139Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35382026-02-24T02:53:36.435Z[ host-package] Compiling derive_builder v0.20.2
35392026-02-24T02:53:36.806Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35402026-02-24T02:53:37.037Z[ host-package] Compiling oso-derive v0.27.3
35412026-02-24T02:53:37.107Z[ host-package] Compiling quick-xml v0.37.2
35422026-02-24T02:53:38.215Z[ host-package] Compiling half v1.8.3
35432026-02-24T02:53:39.838Z[ host-package] Compiling serde_cbor v0.11.2
35442026-02-24T02:53:40.084Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35452026-02-24T02:53:42.178Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35462026-02-24T02:53:43.242Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35472026-02-24T02:53:44.599Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35482026-02-24T02:53:44.774Z[ host-package] Compiling diesel-dtrace v0.4.2
35492026-02-24T02:53:45.895Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35502026-02-24T02:53:51.849Z[ helios-setup] Feb 24 02:53:50.477 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
35512026-02-24T02:53:51.902Z[ helios-setup] Feb 24 02:53:50.530 INFO building project "amd-host-image-builder" ok (127 seconds)
35522026-02-24T02:53:51.902Z[ helios-setup] Feb 24 02:53:50.530 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35532026-02-24T02:53:52.038Z[ helios-setup] Feb 24 02:53:50.666 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
35542026-02-24T02:53:52.041Z[ helios-setup] Feb 24 02:53:50.666 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35552026-02-24T02:53:52.041Z[ helios-setup] Feb 24 02:53:50.666 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35562026-02-24T02:53:52.073Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35572026-02-24T02:53:52.496Z[ helios-setup] Feb 24 02:53:51.123 INFO E| Downloading crates ...
35582026-02-24T02:53:52.551Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35592026-02-24T02:53:52.600Z[ helios-setup] Feb 24 02:53:51.223 INFO E| Downloaded time-core v0.1.4
35602026-02-24T02:53:52.607Z[ helios-setup] Feb 24 02:53:51.225 INFO E| Downloaded fastrand v2.3.0
35612026-02-24T02:53:52.610Z[ helios-setup] Feb 24 02:53:51.228 INFO E| Downloaded darling_macro v0.20.11
35622026-02-24T02:53:52.614Z[ helios-setup] Feb 24 02:53:51.242 INFO E| Downloaded deranged v0.4.0
35632026-02-24T02:53:52.620Z[ helios-setup] Feb 24 02:53:51.248 INFO E| Downloaded time-macros v0.2.22
35642026-02-24T02:53:52.624Z[ helios-setup] Feb 24 02:53:51.252 INFO E| Downloaded tempfile v3.20.0
35652026-02-24T02:53:52.644Z[ helios-setup] Feb 24 02:53:51.272 INFO E| Downloaded serde_with_macros v3.12.0
35662026-02-24T02:53:52.647Z[ helios-setup] Feb 24 02:53:51.275 INFO E| Downloaded getrandom v0.3.3
35672026-02-24T02:53:52.652Z[ helios-setup] Feb 24 02:53:51.280 INFO E| Downloaded darling v0.20.11
35682026-02-24T02:53:52.659Z[ helios-setup] Feb 24 02:53:51.287 INFO E| Downloaded bitflags v2.9.1
35692026-02-24T02:53:52.665Z[ helios-setup] Feb 24 02:53:51.293 INFO E| Downloaded indexmap v2.9.0
35702026-02-24T02:53:52.671Z[ helios-setup] Feb 24 02:53:51.299 INFO E| Downloaded darling_core v0.20.11
35712026-02-24T02:53:52.679Z[ helios-setup] Feb 24 02:53:51.307 INFO E| Downloaded time v0.3.41
35722026-02-24T02:53:52.689Z[ helios-setup] Feb 24 02:53:51.317 INFO E| Downloaded anyhow v1.0.98
35732026-02-24T02:53:52.695Z[ helios-setup] Feb 24 02:53:51.323 INFO E| Downloaded serde_with v3.12.0
35742026-02-24T02:53:52.707Z[ helios-setup] Feb 24 02:53:51.335 INFO E| Downloaded hashbrown v0.15.3
35752026-02-24T02:53:52.715Z[ helios-setup] Feb 24 02:53:51.343 INFO E| Downloaded chrono v0.4.41
35762026-02-24T02:53:52.725Z[ helios-setup] Feb 24 02:53:51.353 INFO E| Downloaded rustix v1.0.7
35772026-02-24T02:53:52.870Z[ helios-setup] Feb 24 02:53:51.498 INFO E| Compiling proc-macro2 v1.0.95
35782026-02-24T02:53:52.873Z[ helios-setup] Feb 24 02:53:51.498 INFO E| Compiling unicode-ident v1.0.18
35792026-02-24T02:53:52.873Z[ helios-setup] Feb 24 02:53:51.498 INFO E| Compiling libc v0.2.172
35802026-02-24T02:53:52.873Z[ helios-setup] Feb 24 02:53:51.498 INFO E| Compiling fnv v1.0.7
35812026-02-24T02:53:52.874Z[ helios-setup] Feb 24 02:53:51.498 INFO E| Compiling ident_case v1.0.1
35822026-02-24T02:53:52.874Z[ helios-setup] Feb 24 02:53:51.499 INFO E| Compiling strsim v0.11.1
35832026-02-24T02:53:52.874Z[ helios-setup] Feb 24 02:53:51.499 INFO E| Compiling serde v1.0.219
35842026-02-24T02:53:52.874Z[ helios-setup] Feb 24 02:53:51.499 INFO E| Compiling getrandom v0.3.3
35852026-02-24T02:53:53.551Z[ helios-setup] Feb 24 02:53:52.150 INFO E| Compiling rustix v1.0.7
35862026-02-24T02:53:53.551Z[ helios-setup] Feb 24 02:53:52.150 INFO E| Compiling thiserror v2.0.12
35872026-02-24T02:53:54.259Z[ helios-setup] Feb 24 02:53:52.886 INFO E| Compiling bitflags v2.9.1
35882026-02-24T02:53:54.763Z[ helios-setup] Feb 24 02:53:53.390 INFO E| Compiling serde_json v1.0.140
35892026-02-24T02:53:54.798Z[ helios-setup] Feb 24 02:53:53.426 INFO E| Compiling anyhow v1.0.98
35902026-02-24T02:53:55.072Z[ helios-setup] Feb 24 02:53:53.700 INFO E| Compiling cfg-if v1.0.0
35912026-02-24T02:53:55.190Z[ helios-setup] Feb 24 02:53:53.817 INFO E| Compiling once_cell v1.21.3
35922026-02-24T02:53:55.828Z[ helios-setup] Feb 24 02:53:54.455 INFO E| Compiling ryu v1.0.20
35932026-02-24T02:53:55.849Z[ helios-setup] Feb 24 02:53:54.476 INFO E| Compiling fastrand v2.3.0
35942026-02-24T02:53:56.117Z[ helios-setup] Feb 24 02:53:54.744 INFO E| Compiling errno v0.3.12
35952026-02-24T02:53:56.174Z[ helios-setup] Feb 24 02:53:54.801 INFO E| Compiling memchr v2.7.4
35962026-02-24T02:53:56.198Z[ helios-setup] Feb 24 02:53:54.825 INFO E| Compiling itoa v1.0.15
35972026-02-24T02:53:56.671Z[ helios-setup] Feb 24 02:53:55.298 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35982026-02-24T02:53:57.074Z[ helios-setup] Feb 24 02:53:55.701 INFO E| Compiling quote v1.0.40
35992026-02-24T02:53:57.564Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36002026-02-24T02:53:57.634Z[ helios-setup] Feb 24 02:53:56.260 INFO E| Compiling syn v2.0.101
36012026-02-24T02:53:59.336Z[ host-package] Compiling oso v0.27.3
36022026-02-24T02:53:59.492Z[ helios-setup] Feb 24 02:53:58.119 INFO E| Compiling tempfile v3.20.0
36032026-02-24T02:54:05.196Z[ helios-setup] Feb 24 02:54:03.822 INFO E| Compiling darling_core v0.20.11
36042026-02-24T02:54:07.689Z[ helios-setup] Feb 24 02:54:06.314 INFO E| Compiling serde_derive v1.0.219
36052026-02-24T02:54:07.692Z[ helios-setup] Feb 24 02:54:06.314 INFO E| Compiling thiserror-impl v2.0.12
36062026-02-24T02:54:08.664Z[ host-package] Compiling bb8 v0.8.5
36072026-02-24T02:54:09.124Z[ host-package] Compiling trait-variant v0.1.2
36082026-02-24T02:54:09.577Z[ host-package] Compiling async-bb8-diesel v0.2.1
36092026-02-24T02:54:10.758Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36102026-02-24T02:54:11.000Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36112026-02-24T02:54:11.305Z[ helios-setup] Feb 24 02:54:09.929 INFO E| Compiling darling_macro v0.20.11
36122026-02-24T02:54:12.547Z[ helios-setup] Feb 24 02:54:11.171 INFO E| Compiling darling v0.20.11
36132026-02-24T02:54:12.675Z[ helios-setup] Feb 24 02:54:11.299 INFO E| Compiling serde_with_macros v3.12.0
36142026-02-24T02:54:12.820Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36152026-02-24T02:54:13.451Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36162026-02-24T02:54:17.488Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36172026-02-24T02:54:17.998Z[ host-package] Compiling fxhash v0.2.1
36182026-02-24T02:54:18.532Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36192026-02-24T02:54:18.633Z[ host-package] Compiling typify-impl v0.2.0
36202026-02-24T02:54:19.170Z[ host-package] Compiling kstat-rs v0.2.4
36212026-02-24T02:54:19.226Z[ host-package] Compiling libz-sys v1.1.20
36222026-02-24T02:54:20.146Z[ host-package] Compiling nonempty v0.12.0
36232026-02-24T02:54:20.281Z[ host-package] Compiling salty v0.3.0
36242026-02-24T02:54:20.850Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36252026-02-24T02:54:21.704Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36262026-02-24T02:54:22.278Z[ helios-setup] Feb 24 02:54:20.900 INFO E| Compiling serde_with v3.12.0
36272026-02-24T02:54:28.906Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36282026-02-24T02:54:30.057Z[ host-package] Compiling typify-macro v0.2.0
36292026-02-24T02:54:33.287Z[ helios-setup] Feb 24 02:54:31.907 INFO E| Finished `release` profile [optimized] target(s) in 41.11s
36302026-02-24T02:54:33.321Z[ helios-setup] Feb 24 02:54:31.941 INFO building project "dmar-report" ok (41 seconds)
36312026-02-24T02:54:33.324Z[ helios-setup] rm -f helios-build
36322026-02-24T02:54:33.327Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36332026-02-24T02:54:33.330Z[ helios-setup]
36342026-02-24T02:54:33.333Z[ helios-setup] Setup complete! ./helios-build is now available.
36352026-02-24T02:54:33.333Z[ helios-setup]
36362026-02-24T02:54:33.333Z[ helios-setup]
36372026-02-24T02:54:33.336Z[ helios-setup] real 8:17.907656156
36382026-02-24T02:54:33.336Z[ helios-setup] user 17:07.409223407
36392026-02-24T02:54:33.336Z[ helios-setup] sys 1:56.001239870
36402026-02-24T02:54:33.336Z[ helios-setup] trap 1.178419805
36412026-02-24T02:54:33.336Z[ helios-setup] tflt 4.430917652
36422026-02-24T02:54:33.336Z[ helios-setup] dflt 12.101336229
36432026-02-24T02:54:33.336Z[ helios-setup] kflt 0.000245999
36442026-02-24T02:54:33.336Z[ helios-setup] lock 1:28:02.718551260
36452026-02-24T02:54:33.336Z[ helios-setup] slp 2:15:00.850890099
36462026-02-24T02:54:33.336Z[ helios-setup] lat 18:12.483240116
36472026-02-24T02:54:33.336Z[ helios-setup] stop 3:02.604816608
36482026-02-24T02:54:33.336ZFeb 24 02:54:31.954 INFO [helios-setup] process exited with exit status: 0 (497.911125944s)
36492026-02-24T02:54:33.336ZFeb 24 02:54:31.954 INFO [helios-record] running task
36502026-02-24T02:54:33.336ZFeb 24 02:54:31.955 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36512026-02-24T02:54:33.341ZFeb 24 02:54:31.961 DEBG process exited with exit status: 0 (5.994872ms)
36522026-02-24T02:54:33.341ZFeb 24 02:54:31.961 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36532026-02-24T02:54:33.346ZFeb 24 02:54:31.966 DEBG process exited with exit status: 0 (5.480846ms)
36542026-02-24T02:54:33.346ZFeb 24 02:54:31.966 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36552026-02-24T02:54:33.353ZFeb 24 02:54:31.971 DEBG process exited with exit status: 0 (5.259328ms)
36562026-02-24T02:54:33.353ZFeb 24 02:54:31.974 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36572026-02-24T02:54:33.356ZFeb 24 02:54:31.977 DEBG process exited with exit status: 0 (5.050118ms)
36582026-02-24T02:54:33.356ZFeb 24 02:54:31.977 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36592026-02-24T02:54:33.361ZFeb 24 02:54:31.982 DEBG process exited with exit status: 0 (5.180359ms)
36602026-02-24T02:54:33.361ZFeb 24 02:54:31.982 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36612026-02-24T02:54:33.366ZFeb 24 02:54:31.987 DEBG process exited with exit status: 0 (4.884762ms)
36622026-02-24T02:54:33.366ZFeb 24 02:54:31.987 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36632026-02-24T02:54:33.371ZFeb 24 02:54:31.992 DEBG process exited with exit status: 0 (4.878004ms)
36642026-02-24T02:54:33.371ZFeb 24 02:54:31.992 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36652026-02-24T02:54:33.376ZFeb 24 02:54:31.996 DEBG process exited with exit status: 0 (4.794175ms)
36662026-02-24T02:54:33.376ZFeb 24 02:54:31.996 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36672026-02-24T02:54:33.381ZFeb 24 02:54:32.002 DEBG process exited with exit status: 0 (5.357034ms)
36682026-02-24T02:54:33.384ZFeb 24 02:54:32.002 INFO [helios-record] task succeeded (47.923756ms)
36692026-02-24T02:54:34.496Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36702026-02-24T02:54:39.411Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36712026-02-24T02:54:42.853Z[ host-package] Compiling nanorand v0.7.0
36722026-02-24T02:54:43.606Z[ host-package] Compiling parking_lot_core v0.8.6
36732026-02-24T02:54:44.572Z[ host-package] Compiling mime_guess v2.0.5
36742026-02-24T02:54:45.369Z[ host-package] Compiling flume v0.11.1
36752026-02-24T02:54:45.620Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36762026-02-24T02:54:46.184Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36772026-02-24T02:54:49.572Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36782026-02-24T02:54:54.102Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36792026-02-24T02:54:54.144Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36802026-02-24T02:55:12.060Z[ host-package] Compiling tabled_derive v0.10.0
36812026-02-24T02:55:12.097Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36822026-02-24T02:55:14.366Z[ host-package] Compiling ignore v0.4.23
36832026-02-24T02:55:15.557Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36842026-02-24T02:55:17.505Z[ host-package] Compiling papergrid v0.14.0
36852026-02-24T02:55:18.094Z[ host-package] Compiling primeorder v0.13.6
36862026-02-24T02:55:18.660Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36872026-02-24T02:55:19.140Z[ host-package] Compiling castaway v0.2.3
36882026-02-24T02:55:19.403Z[ host-package] Compiling nibble_vec v0.1.0
36892026-02-24T02:55:19.698Z[ host-package] Compiling atty v0.2.14
36902026-02-24T02:55:19.931Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36912026-02-24T02:55:20.296Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36922026-02-24T02:55:20.695Z[ host-package] Compiling http-range v0.1.5
36932026-02-24T02:55:21.376Z[ host-package] Compiling endian-type v0.1.2
36942026-02-24T02:55:21.684Z[ host-package] Compiling radix_trie v0.2.1
36952026-02-24T02:55:21.754Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36962026-02-24T02:55:22.549Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36972026-02-24T02:55:22.689Z[ host-package] Compiling tabled v0.18.0
36982026-02-24T02:55:25.328Z[ host-package] Compiling compact_str v0.8.0
36992026-02-24T02:55:27.797Z[ host-package] Compiling p384 v0.13.1
37002026-02-24T02:55:29.661Z[ host-package] Compiling globwalk v0.9.1
37012026-02-24T02:55:30.259Z[ host-package] Compiling parking_lot v0.11.2
37022026-02-24T02:55:32.030Z[ host-package] Compiling typify v0.2.0
37032026-02-24T02:55:32.208Z[ host-package] Compiling predicates-tree v1.0.12
37042026-02-24T02:55:32.259Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37052026-02-24T02:55:32.568Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37062026-02-24T02:55:33.098Z[ host-package] Compiling unicode-truncate v1.1.0
37072026-02-24T02:55:33.446Z[ host-package] Compiling prefix-trie v0.7.0
37082026-02-24T02:55:34.471Z[ host-package] Compiling lru v0.12.5
37092026-02-24T02:55:34.890Z[ host-package] Compiling vergen-git2 v1.0.7
37102026-02-24T02:55:35.305Z[ host-package] Compiling instability v0.3.2
37112026-02-24T02:55:36.234Z[ host-package] Compiling indoc v2.0.6
37122026-02-24T02:55:36.950Z[ host-package] Compiling cassowary v0.3.0
37132026-02-24T02:55:37.167Z[ host-package] Compiling hickory-server v0.25.2
37142026-02-24T02:55:39.877Z[ host-package] Compiling ratatui v0.29.0
37152026-02-24T02:55:40.356Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37162026-02-24T02:55:41.465Z[ host-package] Compiling progenitor-impl v0.8.0
37172026-02-24T02:55:41.788Z[ host-package] Compiling hyper-staticfile v0.10.1
37182026-02-24T02:55:44.309Z[ host-package] Compiling sled v0.34.7
37192026-02-24T02:55:46.189Z[ host-package] Compiling git2 v0.20.2
37202026-02-24T02:55:55.003Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37212026-02-24T02:55:55.072Z[ host-package] Compiling hickory-client v0.25.2
37222026-02-24T02:55:56.985Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37232026-02-24T02:55:58.288Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37242026-02-24T02:55:59.109Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37252026-02-24T02:56:00.765Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37262026-02-24T02:56:02.140Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37272026-02-24T02:56:06.961Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37282026-02-24T02:56:08.790Z[ host-package] Compiling rand_seeder v0.4.0
37292026-02-24T02:56:09.263Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37302026-02-24T02:56:10.062Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37312026-02-24T02:56:10.236Z[ host-package] Compiling lzma-sys v0.1.20
37322026-02-24T02:56:10.503Z[ host-package] Compiling corncobs v0.1.4
37332026-02-24T02:56:10.947Z[ host-package] Compiling rustls v0.21.12
37342026-02-24T02:56:11.001Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37352026-02-24T02:56:11.517Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37362026-02-24T02:56:11.598Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37372026-02-24T02:56:11.951Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37382026-02-24T02:56:13.007Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37392026-02-24T02:56:13.059Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37402026-02-24T02:56:18.229Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37412026-02-24T02:56:19.875Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37422026-02-24T02:56:27.342Z[ host-package] Compiling progenitor-macro v0.8.0
37432026-02-24T02:56:30.500Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37442026-02-24T02:56:37.805Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37452026-02-24T02:56:38.353Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37462026-02-24T02:56:38.877Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-02-24T02:56:44.955Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37482026-02-24T02:56:45.362Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37492026-02-24T02:56:45.771Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37502026-02-24T02:56:46.175Z[ host-package] Compiling progenitor-client v0.8.0
37512026-02-24T02:56:47.152Z[ host-package] Compiling sct v0.7.1
37522026-02-24T02:56:47.670Z[ host-package] Compiling rustls-webpki v0.101.7
37532026-02-24T02:56:47.744Z[ host-package] Compiling heck v0.3.3
37542026-02-24T02:56:48.125Z[ host-package] Compiling secrecy v0.8.0
37552026-02-24T02:56:48.502Z[ host-package] Compiling void v1.0.2
37562026-02-24T02:56:48.755Z[ host-package] Compiling lzss v0.8.2
37572026-02-24T02:56:52.834Z[ host-package] Compiling zone_cfg_derive v0.1.2
37582026-02-24T02:56:53.528Z[ host-package] Compiling progenitor v0.8.0
37592026-02-24T02:56:54.019Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37602026-02-24T02:56:54.224Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37612026-02-24T02:57:00.208Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37622026-02-24T02:57:01.615Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37632026-02-24T02:57:02.536Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37642026-02-24T02:57:03.762Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37652026-02-24T02:57:04.158Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37662026-02-24T02:57:05.749Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37672026-02-24T02:57:06.158Z[ host-package] Compiling tungstenite v0.23.0
37682026-02-24T02:57:11.655Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37692026-02-24T02:57:11.795Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37702026-02-24T02:57:12.060Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37712026-02-24T02:57:12.213Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37722026-02-24T02:57:12.451Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37732026-02-24T02:57:12.605Z[ host-package] Compiling nix v0.27.1
37742026-02-24T02:57:13.173Z[ host-package] Compiling serde_bytes v0.11.19
37752026-02-24T02:57:13.786Z[ host-package] Compiling base64 v0.13.1
37762026-02-24T02:57:13.823Z[ host-package] Compiling number_prefix v0.4.0
37772026-02-24T02:57:14.156Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37782026-02-24T02:57:14.609Z[ host-package] Compiling ron v0.7.1
37792026-02-24T02:57:15.401Z[ host-package] Compiling indicatif v0.17.11
37802026-02-24T02:57:26.122Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37812026-02-24T02:57:27.113Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37822026-02-24T02:57:27.787Z[ host-package] Compiling tokio-tungstenite v0.23.1
37832026-02-24T02:57:28.439Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37842026-02-24T02:57:34.773Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37852026-02-24T02:57:37.081Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37862026-02-24T02:57:40.377Z[ host-package] Compiling xz2 v0.1.7
37872026-02-24T02:57:43.061Z[ host-package] Compiling zone v0.1.8
37882026-02-24T02:57:46.603Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37892026-02-24T02:57:47.114Z[ host-package] Compiling tokio-rustls v0.24.1
37902026-02-24T02:57:47.657Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37912026-02-24T02:57:52.672Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37922026-02-24T02:57:57.516Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37932026-02-24T02:58:02.999Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37942026-02-24T02:58:06.194Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37952026-02-24T02:58:09.877Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37962026-02-24T02:58:11.788Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37972026-02-24T02:58:12.176Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37982026-02-24T02:58:21.268Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37992026-02-24T02:58:26.925Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38002026-02-24T02:58:28.990Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38012026-02-24T02:58:29.572Z[ host-package] Compiling rustls-pemfile v1.0.4
38022026-02-24T02:58:30.382Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38032026-02-24T02:58:34.338Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38042026-02-24T02:58:34.389Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38052026-02-24T02:58:34.837Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38062026-02-24T02:58:37.466Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38072026-02-24T02:58:38.734Z[ host-package] Compiling signal-hook-tokio v0.3.1
38082026-02-24T02:58:39.034Z[ host-package] Compiling twox-hash v2.1.0
38092026-02-24T02:58:39.122Z[ host-package] Compiling yasna v0.5.2
38102026-02-24T02:58:39.228Z[ host-package] Compiling is_ci v1.2.0
38112026-02-24T02:58:39.612Z[ host-package] Compiling supports-color v3.0.2
38122026-02-24T02:58:40.121Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38132026-02-24T02:58:40.903Z[ host-package] Compiling rcgen v0.12.1
38142026-02-24T02:58:42.529Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-02-24T02:58:50.705Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38162026-02-24T02:58:50.972Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38172026-02-24T02:58:52.459Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38182026-02-24T02:59:10.006Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38192026-02-24T02:59:23.862Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38202026-02-24T02:59:25.874Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38212026-02-24T02:59:36.535Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38222026-02-24T02:59:45.267Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38232026-02-24T02:59:47.997Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38242026-02-24T02:59:54.474Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38252026-02-24T02:59:54.734Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38262026-02-24T02:59:54.895Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38272026-02-24T02:59:55.156Z[ host-package] Compiling fatfs v0.3.6
38282026-02-24T02:59:55.260Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38292026-02-24T02:59:58.109Z[ host-package] Compiling subprocess v0.2.9
38302026-02-24T03:00:02.777Z[ host-package] Compiling rtoolbox v0.0.2
38312026-02-24T03:00:03.259Z[ host-package] Compiling seq-macro v0.3.6
38322026-02-24T03:00:04.297Z[ host-package] Compiling assert_matches v1.5.0
38332026-02-24T03:00:04.672Z[ host-package] Compiling rpassword v7.4.0
38342026-02-24T03:00:05.221Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38352026-02-24T03:00:09.717Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38362026-02-24T03:00:16.815Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38372026-02-24T03:00:32.683Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38382026-02-24T03:00:37.997Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38392026-02-24T03:00:38.239Z[ host-package] Compiling tui-tree-widget v0.23.1
38402026-02-24T03:00:38.763Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38412026-02-24T03:00:44.502Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38422026-02-24T03:00:45.453Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38432026-02-24T03:00:49.600Z[ host-package] Compiling uzers v0.12.1
38442026-02-24T03:00:51.514Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38452026-02-24T03:00:52.831Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38462026-02-24T03:01:03.149Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38472026-02-24T03:01:08.756Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38482026-02-24T03:01:28.980Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38492026-02-24T03:01:33.678Z[ host-package] Compiling support-bundle-viewer v0.1.2
38502026-02-24T03:01:34.954Z[ host-package] Compiling multimap v0.10.1
38512026-02-24T03:04:03.616Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38522026-02-24T03:15:15.843Z[ host-package] Finished `release` profile [optimized] target(s) in 27m 13s
38532026-02-24T03:16:15.566ZFeb 24 03:16:13.940 INFO [host-package] process exited with exit status: 0 (1693.886263431s)
38542026-02-24T03:16:15.566ZFeb 24 03:16:13.940 INFO [host-stamp] running task
38552026-02-24T03:16:15.570ZFeb 24 03:16:13.940 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38562026-02-24T03:16:15.570ZFeb 24 03:16:13.941 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+git726b27d712b
38572026-02-24T03:16:15.570ZFeb 24 03:16:13.941 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+git726b27d712b
38582026-02-24T03:16:15.571ZFeb 24 03:16:13.942 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+git726b27d712b
38592026-02-24T03:16:15.571ZFeb 24 03:16:13.942 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+git726b27d712b
38602026-02-24T03:16:15.571ZFeb 24 03:16:13.942 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+git726b27d712b
38612026-02-24T03:16:15.571ZFeb 24 03:16:13.942 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+git726b27d712b
38622026-02-24T03:16:15.571ZFeb 24 03:16:13.943 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+git726b27d712b
38632026-02-24T03:16:15.571ZFeb 24 03:16:13.943 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+git726b27d712b
38642026-02-24T03:16:15.582Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38652026-02-24T03:16:15.582Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38662026-02-24T03:16:15.585Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38672026-02-24T03:16:15.585Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38682026-02-24T03:16:15.585Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38692026-02-24T03:16:15.585Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38702026-02-24T03:16:15.585Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38712026-02-24T03:16:15.585Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38722026-02-24T03:16:15.588Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38732026-02-24T03:16:15.588Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38742026-02-24T03:16:15.591ZFeb 24 03:16:13.964 INFO [stamp-overlay] process exited with exit status: 0 (21.686317ms)
38752026-02-24T03:16:15.599Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38762026-02-24T03:16:15.603ZFeb 24 03:16:13.978 INFO [stamp-oxlog] process exited with exit status: 0 (35.54638ms)
38772026-02-24T03:16:15.647Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38782026-02-24T03:16:15.650ZFeb 24 03:16:14.024 INFO [stamp-crucible-utils] process exited with exit status: 0 (82.75824ms)
38792026-02-24T03:16:15.677Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38802026-02-24T03:16:15.681ZFeb 24 03:16:14.055 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.922279ms)
38812026-02-24T03:16:15.868Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38822026-02-24T03:16:15.872ZFeb 24 03:16:14.247 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (303.746391ms)
38832026-02-24T03:16:16.229Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38842026-02-24T03:16:16.275ZFeb 24 03:16:14.607 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (664.267576ms)
38852026-02-24T03:16:17.019Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38862026-02-24T03:16:17.023ZFeb 24 03:16:15.397 INFO [stamp-propolis-server] process exited with exit status: 0 (1.456286222s)
38872026-02-24T03:16:17.138Z[recovery-package] Compiling newtype-uuid v1.3.2
38882026-02-24T03:16:17.442Z[recovery-package] Compiling daft v0.1.4
38892026-02-24T03:16:17.765Z[recovery-package] Compiling iddqd v0.3.16
38902026-02-24T03:16:19.301Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38912026-02-24T03:16:19.714Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38922026-02-24T03:16:19.714Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38932026-02-24T03:16:19.718Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38942026-02-24T03:16:19.718Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38952026-02-24T03:16:19.789Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38962026-02-24T03:16:20.532Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38972026-02-24T03:16:24.342Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38982026-02-24T03:16:24.346ZFeb 24 03:16:22.718 INFO [stamp-switch-asic] process exited with exit status: 0 (8.777066027s)
38992026-02-24T03:16:24.346ZFeb 24 03:16:22.718 INFO [host-stamp] task succeeded (8.778340972s)
39002026-02-24T03:16:24.346ZFeb 24 03:16:22.718 INFO [host-proto] running task
39012026-02-24T03:16:24.935ZFeb 24 03:16:23.307 INFO [host-proto] task succeeded (588.696215ms)
39022026-02-24T03:16:24.935ZFeb 24 03:16:23.307 INFO [host-profile] running task
39032026-02-24T03:16:24.939ZFeb 24 03:16:23.307 INFO [host-profile] task succeeded (262.012µs)
39042026-02-24T03:16:24.939ZFeb 24 03:16:23.308 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/.tmpW6f5nY/proto/host/root -N 'ci 726b27d/${os_short_commit} 2026-02-24 02:46' -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/'
39052026-02-24T03:16:24.943Z[ host-image] Feb 24 03:16:23.316 INFO Checking files for board 'gimlet'
39062026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39072026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39082026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO Checking files for board 'cosmo'
39092026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39102026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39112026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO Checking files for board 'cosmo-mbist'
39122026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39132026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO Checking files for board 'cosmo-mbist-noaggr'
39142026-02-24T03:16:24.946Z[ host-image] Feb 24 03:16:23.316 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39152026-02-24T03:16:24.956Z[ host-image] Feb 24 03:16:23.329 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpW6f5nY/proto/host/root"
39162026-02-24T03:16:24.956Z[ host-image] Feb 24 03:16:23.329 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39172026-02-24T03:16:24.956Z[ host-image] Feb 24 03:16:23.329 INFO image builder template: ramdisk-01-os...
39182026-02-24T03:16:24.959Z[ host-image] Feb 24 03:16:23.329 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/.tmpW6f5nY/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
39192026-02-24T03:16:24.975Z[ host-image] Feb 24 03:16:23.348 INFO O| Feb 24 03:16:23.348 INFO CREATE DATASET: rpool/images/build/host/output
39202026-02-24T03:16:25.417Z[ host-image] Feb 24 03:16:23.789 INFO O| Feb 24 03:16:23.789 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39212026-02-24T03:16:25.421Z[ host-image] Feb 24 03:16:23.793 INFO O| Feb 24 03:16:23.793 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39222026-02-24T03:16:25.653Z[ host-image] Feb 24 03:16:24.025 INFO O| Feb 24 03:16:24.025 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39232026-02-24T03:16:25.723Z[ host-image] Feb 24 03:16:24.095 INFO O| Feb 24 03:16:24.095 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39242026-02-24T03:16:25.723Z[ host-image] Feb 24 03:16:24.095 INFO O| Feb 24 03:16:24.095 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39252026-02-24T03:16:25.726Z[ host-image] Feb 24 03:16:24.096 INFO O| Feb 24 03:16:24.096 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39262026-02-24T03:16:25.726Z[ host-image] Feb 24 03:16:24.096 INFO O| Feb 24 03:16:24.096 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39272026-02-24T03:16:25.730Z[ host-image] Feb 24 03:16:24.102 INFO O| Feb 24 03:16:24.102 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39282026-02-24T03:16:25.953Z[ host-image] Feb 24 03:16:24.325 INFO O| Feb 24 03:16:24.324 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-02-24T03:16:25.961Z[ host-image] Feb 24 03:16:24.333 INFO O| Feb 24 03:16:24.333 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39302026-02-24T03:16:26.320Z[ host-image] Feb 24 03:16:24.692 INFO O| Feb 24 03:16:24.692 INFO O| Caching catalogs ... Done
39312026-02-24T03:16:26.401Z[ host-image] Feb 24 03:16:24.773 INFO O| Feb 24 03:16:24.773 INFO STEP 0 (pkg_image_create) COMPLETE
39322026-02-24T03:16:26.401Z[ host-image] Feb 24 03:16:24.773 INFO O| Feb 24 03:16:24.773 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-02-24T03:16:26.411Z[ host-image] Feb 24 03:16:24.783 INFO O| Feb 24 03:16:24.783 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"]
39342026-02-24T03:16:26.751Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.121 INFO STEP 1 (pkg_set_publisher) COMPLETE
39352026-02-24T03:16:26.751Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.122 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39362026-02-24T03:16:26.754Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.122 INFO skip step because feature "publisher_1_name" is not enabled
39372026-02-24T03:16:26.754Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.122 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-02-24T03:16:26.755Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.122 INFO skip step because feature "publisher_2_name" is not enabled
39392026-02-24T03:16:26.755Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.122 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-02-24T03:16:26.755Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.122 INFO skip step because feature "publisher_3_name" is not enabled
39412026-02-24T03:16:26.755Z[ host-image] Feb 24 03:16:25.122 INFO O| Feb 24 03:16:25.122 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-02-24T03:16:27.095Z[ host-image] Feb 24 03:16:25.466 INFO O| Feb 24 03:16:25.466 INFO variant opensolaris.zone is already global
39432026-02-24T03:16:27.095Z[ host-image] Feb 24 03:16:25.466 INFO O| Feb 24 03:16:25.466 INFO STEP 5 (pkg_change_variant) COMPLETE
39442026-02-24T03:16:27.098Z[ host-image] Feb 24 03:16:25.466 INFO O| Feb 24 03:16:25.466 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-02-24T03:16:27.430Z[ host-image] Feb 24 03:16:25.802 INFO O| Feb 24 03:16:25.802 INFO variant opensolaris.imagetype is full; changing to partial
39462026-02-24T03:16:27.430Z[ host-image] Feb 24 03:16:25.802 INFO O| Feb 24 03:16:25.802 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39472026-02-24T03:16:31.300Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39482026-02-24T03:16:31.300Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39492026-02-24T03:16:31.300Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39502026-02-24T03:16:31.303Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39512026-02-24T03:16:38.416Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39522026-02-24T03:16:38.660Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39532026-02-24T03:16:39.614Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39542026-02-24T03:16:39.915Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39552026-02-24T03:16:42.399Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39562026-02-24T03:16:44.872Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39572026-02-24T03:17:01.554Z[ host-image] Feb 24 03:16:59.919 INFO O| Feb 24 03:16:59.919 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39582026-02-24T03:17:11.403Z[recovery-package] Finished `release` profile [optimized] target(s) in 53.51s
39592026-02-24T03:17:12.605ZFeb 24 03:17:10.968 INFO [recovery-package] process exited with exit status: 0 (57.027487527s)
39602026-02-24T03:17:12.605ZFeb 24 03:17:10.968 INFO [recovery-stamp] running task
39612026-02-24T03:17:12.608ZFeb 24 03:17:10.968 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39622026-02-24T03:17:12.608ZFeb 24 03:17:10.968 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+git726b27d712b
39632026-02-24T03:17:12.608ZFeb 24 03:17:10.969 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git726b27d712b
39642026-02-24T03:17:12.616Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39652026-02-24T03:17:12.620Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39662026-02-24T03:17:12.713Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39672026-02-24T03:17:12.717ZFeb 24 03:17:11.080 INFO [stamp-installinator] process exited with exit status: 0 (111.32729ms)
39682026-02-24T03:17:12.789Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39692026-02-24T03:17:12.792ZFeb 24 03:17:11.156 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.635724ms)
39702026-02-24T03:17:12.792ZFeb 24 03:17:11.156 INFO [recovery-stamp] task succeeded (187.886168ms)
39712026-02-24T03:17:12.792ZFeb 24 03:17:11.156 INFO [recovery-proto] running task
39722026-02-24T03:17:12.793ZFeb 24 03:17:11.156 INFO [tuf-stamp] running task
39732026-02-24T03:17:12.796ZFeb 24 03:17:11.157 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+git726b27d712b
39742026-02-24T03:17:12.796ZFeb 24 03:17:11.157 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+git726b27d712b
39752026-02-24T03:17:12.796ZFeb 24 03:17:11.157 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+git726b27d712b
39762026-02-24T03:17:12.796ZFeb 24 03:17:11.158 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+git726b27d712b
39772026-02-24T03:17:12.802ZFeb 24 03:17:11.160 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+git726b27d712b
39782026-02-24T03:17:12.802ZFeb 24 03:17:11.160 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+git726b27d712b
39792026-02-24T03:17:12.802ZFeb 24 03:17:11.160 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+git726b27d712b
39802026-02-24T03:17:12.802ZFeb 24 03:17:11.161 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+git726b27d712b
39812026-02-24T03:17:12.802ZFeb 24 03:17:11.161 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+git726b27d712b
39822026-02-24T03:17:12.805ZFeb 24 03:17:11.166 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+git726b27d712b
39832026-02-24T03:17:12.805ZFeb 24 03:17:11.167 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+git726b27d712b
39842026-02-24T03:17:12.809ZFeb 24 03:17:11.169 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+git726b27d712b
39852026-02-24T03:17:12.813Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-02-24T03:17:12.813Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-02-24T03:17:12.813Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-02-24T03:17:12.815Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-02-24T03:17:12.816Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-02-24T03:17:12.816Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-02-24T03:17:12.820Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-02-24T03:17:12.823Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-02-24T03:17:12.826Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-02-24T03:17:12.826Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-02-24T03:17:12.829Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-02-24T03:17:12.833Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-02-24T03:17:12.989Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39982026-02-24T03:17:13.008ZFeb 24 03:17:11.371 INFO [recovery-proto] task succeeded (215.349739ms)
39992026-02-24T03:17:13.011ZFeb 24 03:17:11.371 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/.tmpW6f5nY/proto/recovery/root -N 'recovery 726b27d/${os_short_commit} 2026-02-24 02:46' -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/'
40002026-02-24T03:17:13.019Z[ recovery-image] Feb 24 03:17:11.382 INFO Checking files for board 'cosmo'
40012026-02-24T03:17:13.019Z[ recovery-image] Feb 24 03:17:11.382 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40022026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40032026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO Checking files for board 'gimlet'
40042026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40052026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40062026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO Checking files for board 'cosmo-mbist-noaggr'
40072026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40082026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO Checking files for board 'cosmo-mbist'
40092026-02-24T03:17:13.022Z[ recovery-image] Feb 24 03:17:11.382 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40102026-02-24T03:17:13.035Z[ recovery-image] Feb 24 03:17:11.397 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpW6f5nY/proto/recovery/root"
40112026-02-24T03:17:13.035Z[ recovery-image] Feb 24 03:17:11.397 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40122026-02-24T03:17:13.035Z[ recovery-image] Feb 24 03:17:11.397 INFO image builder template: ramdisk-01-os...
40132026-02-24T03:17:13.038Z[ recovery-image] Feb 24 03:17:11.397 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/.tmpW6f5nY/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40142026-02-24T03:17:13.061Z[ recovery-image] Feb 24 03:17:11.424 INFO O| Feb 24 03:17:11.424 INFO CREATE DATASET: rpool/images/build/recovery/output
40152026-02-24T03:17:13.107ZFeb 24 03:17:11.471 INFO [stamp-probe] process exited with exit status: 0 (312.484795ms)
40162026-02-24T03:17:13.434Z[ recovery-image] Feb 24 03:17:11.797 INFO O| Feb 24 03:17:11.797 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40172026-02-24T03:17:13.439Z[ recovery-image] Feb 24 03:17:11.803 INFO O| Feb 24 03:17:11.803 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40182026-02-24T03:17:13.893Z[ recovery-image] Feb 24 03:17:12.256 INFO O| Feb 24 03:17:12.256 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40192026-02-24T03:17:13.989Z[ recovery-image] Feb 24 03:17:12.351 INFO O| Feb 24 03:17:12.351 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40202026-02-24T03:17:13.989Z[ recovery-image] Feb 24 03:17:12.351 INFO O| Feb 24 03:17:12.351 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40212026-02-24T03:17:13.992Z[ recovery-image] Feb 24 03:17:12.351 INFO O| Feb 24 03:17:12.351 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40222026-02-24T03:17:13.992Z[ recovery-image] Feb 24 03:17:12.351 INFO O| Feb 24 03:17:12.351 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40232026-02-24T03:17:13.998Z[ recovery-image] Feb 24 03:17:12.361 INFO O| Feb 24 03:17:12.361 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40242026-02-24T03:17:14.160Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40252026-02-24T03:17:14.164ZFeb 24 03:17:12.528 INFO [stamp-ntp] process exited with exit status: 0 (1.370529887s)
40262026-02-24T03:17:14.348Z[ recovery-image] Feb 24 03:17:12.711 INFO O| Feb 24 03:17:12.711 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40272026-02-24T03:17:14.361Z[ recovery-image] Feb 24 03:17:12.724 INFO O| Feb 24 03:17:12.724 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40282026-02-24T03:17:14.705Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
40292026-02-24T03:17:14.751Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40302026-02-24T03:17:14.769ZFeb 24 03:17:13.132 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.97558671s)
40312026-02-24T03:17:14.844Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40322026-02-24T03:17:14.848Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40332026-02-24T03:17:14.874ZFeb 24 03:17:13.237 INFO [stamp-external-dns] process exited with exit status: 0 (2.075422325s)
40342026-02-24T03:17:14.927ZFeb 24 03:17:13.290 INFO [stamp-internal-dns] process exited with exit status: 0 (2.128873741s)
40352026-02-24T03:17:14.927Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40362026-02-24T03:17:15.071Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40372026-02-24T03:17:15.144Z[ recovery-image] Feb 24 03:17:13.503 INFO O| Feb 24 03:17:13.503 INFO O| Caching catalogs ... Done
40382026-02-24T03:17:15.147ZFeb 24 03:17:13.507 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.348889413s)
40392026-02-24T03:17:15.284Z[ recovery-image] Feb 24 03:17:13.645 INFO O| Feb 24 03:17:13.645 INFO STEP 0 (pkg_image_create) COMPLETE
40402026-02-24T03:17:15.284Z[ recovery-image] Feb 24 03:17:13.645 INFO O| Feb 24 03:17:13.645 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-02-24T03:17:15.294Z[ recovery-image] Feb 24 03:17:13.657 INFO O| Feb 24 03:17:13.657 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"]
40422026-02-24T03:17:15.346Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40432026-02-24T03:17:15.397ZFeb 24 03:17:13.760 INFO [stamp-oximeter] process exited with exit status: 0 (2.591174289s)
40442026-02-24T03:17:15.825Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO STEP 1 (pkg_set_publisher) COMPLETE
40452026-02-24T03:17:15.825Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-02-24T03:17:15.825Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO skip step because feature "publisher_1_name" is not enabled
40472026-02-24T03:17:15.828Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-02-24T03:17:15.828Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO skip step because feature "publisher_2_name" is not enabled
40492026-02-24T03:17:15.828Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-02-24T03:17:15.828Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO skip step because feature "publisher_3_name" is not enabled
40512026-02-24T03:17:15.828Z[ recovery-image] Feb 24 03:17:14.187 INFO O| Feb 24 03:17:14.187 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-02-24T03:17:16.348Z[ recovery-image] Feb 24 03:17:14.710 INFO O| Feb 24 03:17:14.710 INFO variant opensolaris.zone is already global
40532026-02-24T03:17:16.348Z[ recovery-image] Feb 24 03:17:14.710 INFO O| Feb 24 03:17:14.710 INFO STEP 5 (pkg_change_variant) COMPLETE
40542026-02-24T03:17:16.352Z[ recovery-image] Feb 24 03:17:14.710 INFO O| Feb 24 03:17:14.710 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-02-24T03:17:16.923Z[ host-image] Feb 24 03:17:15.285 INFO O| Feb 24 03:17:15.285 INFO O| Startup: Caching catalogs ... Done
40562026-02-24T03:17:16.927Z[ recovery-image] Feb 24 03:17:15.286 INFO O| Feb 24 03:17:15.286 INFO variant opensolaris.imagetype is full; changing to partial
40572026-02-24T03:17:16.927Z[ recovery-image] Feb 24 03:17:15.286 INFO O| Feb 24 03:17:15.286 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40582026-02-24T03:17:17.075Z[ host-image] Feb 24 03:17:15.437 INFO O| Feb 24 03:17:15.437 INFO O| Planning: Planning completed in 0.00 seconds
40592026-02-24T03:17:17.079Z[ host-image] Feb 24 03:17:15.438 INFO O| Feb 24 03:17:15.438 INFO O| Planning: Consolidating action changes ... Done
40602026-02-24T03:17:17.079Z[ host-image] Feb 24 03:17:15.438 INFO O| Feb 24 03:17:15.438 INFO O| Planning: Evaluating mediators ... Done
40612026-02-24T03:17:17.079Z[ host-image] Feb 24 03:17:15.439 INFO O| Feb 24 03:17:15.439 INFO O| Planning: Planning completed in 0.00 seconds
40622026-02-24T03:17:17.079Z[ host-image] Feb 24 03:17:15.439 INFO O| Feb 24 03:17:15.439 INFO O| Variants/Facets to change: 1
40632026-02-24T03:17:17.573Z[ host-image] Feb 24 03:17:15.935 INFO O| Feb 24 03:17:15.935 INFO O| Done
40642026-02-24T03:17:17.574Z[ host-image] Feb 24 03:17:15.935 INFO O| Feb 24 03:17:15.935 INFO O| Done
40652026-02-24T03:17:18.762Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40662026-02-24T03:17:18.768ZFeb 24 03:17:17.129 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.972095424s)
40672026-02-24T03:17:19.757Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40682026-02-24T03:17:19.762ZFeb 24 03:17:18.124 INFO [stamp-nexus] process exited with exit status: 0 (6.964248961s)
40692026-02-24T03:17:20.133Z[ host-image] Feb 24 03:17:18.495 INFO O| Feb 24 03:17:18.495 INFO O| Done
40702026-02-24T03:17:20.270Z[ host-image] Feb 24 03:17:18.631 INFO O| Feb 24 03:17:18.631 INFO O| Done
40712026-02-24T03:17:20.274Z[ host-image] Feb 24 03:17:18.633 INFO O| Feb 24 03:17:18.632 INFO O| Done
40722026-02-24T03:17:20.274Z[ host-image] Feb 24 03:17:18.633 INFO O| Feb 24 03:17:18.633 INFO O| Done
40732026-02-24T03:17:20.275Z[ host-image] Feb 24 03:17:18.634 INFO O| Feb 24 03:17:18.634 INFO O| Done
40742026-02-24T03:17:21.908Z[ host-image] Feb 24 03:17:20.253 INFO O| Feb 24 03:17:20.253 INFO STEP 6 (pkg_change_variant) COMPLETE
40752026-02-24T03:17:21.908Z[ host-image] Feb 24 03:17:20.253 INFO O| Feb 24 03:17:20.253 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762026-02-24T03:17:21.908Z[ host-image] Feb 24 03:17:20.253 INFO O| Feb 24 03:17:20.253 INFO skip step because feature "debug_variant" is not enabled
40772026-02-24T03:17:21.908Z[ host-image] Feb 24 03:17:20.253 INFO O| Feb 24 03:17:20.253 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40782026-02-24T03:17:21.999Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40792026-02-24T03:17:22.004ZFeb 24 03:17:20.338 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.174866809s)
40802026-02-24T03:17:22.249Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40812026-02-24T03:17:22.254ZFeb 24 03:17:20.615 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.448387089s)
40822026-02-24T03:17:22.254Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40832026-02-24T03:17:22.257ZFeb 24 03:17:20.618 INFO [stamp-clickhouse] process exited with exit status: 0 (9.460660171s)
40842026-02-24T03:17:22.257ZFeb 24 03:17:20.618 INFO [tuf-stamp] task succeeded (9.462304832s)
40852026-02-24T03:17:22.339Z[ host-image] Feb 24 03:17:20.700 INFO O| Feb 24 03:17:20.700 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40862026-02-24T03:17:22.772Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40872026-02-24T03:17:22.990Z[verify-libraries] Compiling object v0.37.3
40882026-02-24T03:17:23.021Z[verify-libraries] Compiling stacker v0.1.23
40892026-02-24T03:17:23.024Z[verify-libraries] Compiling cfg_aliases v0.1.1
40902026-02-24T03:17:23.024Z[verify-libraries] Compiling home v0.5.9
40912026-02-24T03:17:23.096Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40922026-02-24T03:17:23.128Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40932026-02-24T03:17:23.132Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40942026-02-24T03:17:23.221Z[verify-libraries] Compiling nix v0.28.0
40952026-02-24T03:17:23.504Z[verify-libraries] Compiling unicode_categories v0.1.1
40962026-02-24T03:17:23.563Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40972026-02-24T03:17:24.016Z[verify-libraries] Compiling sqlformat v0.3.5
40982026-02-24T03:17:24.123Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40992026-02-24T03:17:24.338Z[verify-libraries] Compiling polyval v0.6.2
41002026-02-24T03:17:24.843Z[verify-libraries] Compiling ctr v0.9.2
41012026-02-24T03:17:24.901Z[verify-libraries] Compiling ghash v0.5.1
41022026-02-24T03:17:25.176Z[verify-libraries] Compiling ssh-encoding v0.2.0
41032026-02-24T03:17:25.301Z[verify-libraries] Compiling blowfish v0.9.1
41042026-02-24T03:17:25.457Z[verify-libraries] Compiling aes-gcm v0.10.3
41052026-02-24T03:17:25.907Z[verify-libraries] Compiling ssh-cipher v0.2.0
41062026-02-24T03:17:25.972Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41072026-02-24T03:17:26.199Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41082026-02-24T03:17:26.581Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41092026-02-24T03:17:26.695Z[verify-libraries] Compiling password-hash v0.4.2
41102026-02-24T03:17:27.206Z[verify-libraries] Compiling petname v2.0.2
41112026-02-24T03:17:28.392Z[verify-libraries] Compiling rustyline v14.0.0
41122026-02-24T03:17:29.682Z[verify-libraries] Compiling pbkdf2 v0.11.0
41132026-02-24T03:17:30.091Z[verify-libraries] Compiling ssh-key v0.6.6
41142026-02-24T03:17:30.125Z[verify-libraries] Compiling p521 v0.13.3
41152026-02-24T03:17:30.270Z[verify-libraries] Compiling p256 v0.13.2
41162026-02-24T03:17:32.720Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41172026-02-24T03:17:33.072Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41182026-02-24T03:17:33.662Z[verify-libraries] Compiling md5 v0.7.0
41192026-02-24T03:17:34.359Z[verify-libraries] Compiling russh-keys v0.45.0
41202026-02-24T03:17:35.520Z[verify-libraries] Compiling psm v0.1.30
41212026-02-24T03:17:35.804Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41222026-02-24T03:17:36.491Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41232026-02-24T03:17:37.050Z[verify-libraries] Compiling num-bigint v0.4.6
41242026-02-24T03:17:38.221Z[verify-libraries] Compiling recursive v0.1.1
41252026-02-24T03:17:38.736Z[verify-libraries] Compiling sqlparser v0.61.0
41262026-02-24T03:17:40.371Z[verify-libraries] Compiling des v0.8.1
41272026-02-24T03:17:41.112Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41282026-02-24T03:17:42.125Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41292026-02-24T03:17:42.378Z[verify-libraries] Compiling sync-ptr v0.1.4
41302026-02-24T03:17:42.729Z[verify-libraries] Compiling hex-literal v0.4.1
41312026-02-24T03:17:42.931Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41322026-02-24T03:17:43.186Z[verify-libraries] Compiling russh v0.45.0
41332026-02-24T03:17:43.245Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41342026-02-24T03:17:47.684Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41352026-02-24T03:17:49.878Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41362026-02-24T03:17:50.822Z[verify-libraries] Compiling internet-checksum v0.2.1
41372026-02-24T03:17:51.216Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41382026-02-24T03:17:53.376Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41392026-02-24T03:17:59.432Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41402026-02-24T03:18:03.988Z[ recovery-image] Feb 24 03:18:02.342 INFO O| Feb 24 03:18:02.341 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41412026-02-24T03:18:10.626Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-02-24T03:18:19.535Z[ host-image] Feb 24 03:18:17.885 INFO O| Feb 24 03:18:17.885 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41432026-02-24T03:18:20.866Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41442026-02-24T03:18:27.706Z[ recovery-image] Feb 24 03:18:26.055 INFO O| Feb 24 03:18:26.054 INFO O| Startup: Caching catalogs ... Done
41452026-02-24T03:18:27.863Z[ recovery-image] Feb 24 03:18:26.212 INFO O| Feb 24 03:18:26.212 INFO O| Planning: Planning completed in 0.00 seconds
41462026-02-24T03:18:27.866Z[ recovery-image] Feb 24 03:18:26.213 INFO O| Feb 24 03:18:26.213 INFO O| Planning: Consolidating action changes ... Done
41472026-02-24T03:18:27.866Z[ recovery-image] Feb 24 03:18:26.213 INFO O| Feb 24 03:18:26.213 INFO O| Planning: Evaluating mediators ... Done
41482026-02-24T03:18:27.866Z[ recovery-image] Feb 24 03:18:26.213 INFO O| Feb 24 03:18:26.213 INFO O| Planning: Planning completed in 0.00 seconds
41492026-02-24T03:18:27.866Z[ recovery-image] Feb 24 03:18:26.214 INFO O| Feb 24 03:18:26.214 INFO O| Variants/Facets to change: 1
41502026-02-24T03:18:27.930Z[ recovery-image] Feb 24 03:18:26.279 INFO O| Feb 24 03:18:26.278 INFO O| Done
41512026-02-24T03:18:27.933Z[ recovery-image] Feb 24 03:18:26.279 INFO O| Feb 24 03:18:26.279 INFO O| Done
41522026-02-24T03:18:28.963Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41532026-02-24T03:18:30.794Z[ recovery-image] Feb 24 03:18:29.142 INFO O| Feb 24 03:18:29.142 INFO O| Done
41542026-02-24T03:18:31.033Z[ recovery-image] Feb 24 03:18:29.381 INFO O| Feb 24 03:18:29.381 INFO O| Done
41552026-02-24T03:18:31.036Z[ recovery-image] Feb 24 03:18:29.383 INFO O| Feb 24 03:18:29.383 INFO O| Done
41562026-02-24T03:18:31.036Z[ recovery-image] Feb 24 03:18:29.383 INFO O| Feb 24 03:18:29.383 INFO O| Done
41572026-02-24T03:18:31.039Z[ recovery-image] Feb 24 03:18:29.385 INFO O| Feb 24 03:18:29.385 INFO O| Done
41582026-02-24T03:18:33.250Z[ recovery-image] Feb 24 03:18:31.597 INFO O| Feb 24 03:18:31.597 INFO STEP 6 (pkg_change_variant) COMPLETE
41592026-02-24T03:18:33.250Z[ recovery-image] Feb 24 03:18:31.598 INFO O| Feb 24 03:18:31.597 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41602026-02-24T03:18:33.253Z[ recovery-image] Feb 24 03:18:31.598 INFO O| Feb 24 03:18:31.597 INFO skip step because feature "debug_variant" is not enabled
41612026-02-24T03:18:33.253Z[ recovery-image] Feb 24 03:18:31.598 INFO O| Feb 24 03:18:31.597 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-02-24T03:18:34.057Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41632026-02-24T03:18:34.060Z[ recovery-image] Feb 24 03:18:32.405 INFO O| Feb 24 03:18:32.405 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41642026-02-24T03:18:38.320Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41652026-02-24T03:18:43.624Z[ host-image] Feb 24 03:18:41.970 INFO O| Feb 24 03:18:41.970 INFO O| Startup: Caching catalogs ... Done
41662026-02-24T03:18:43.771Z[ host-image] Feb 24 03:18:42.117 INFO O| Feb 24 03:18:42.117 INFO O| Planning: Planning completed in 0.00 seconds
41672026-02-24T03:18:43.780Z[ host-image] Feb 24 03:18:42.118 INFO O| Feb 24 03:18:42.118 INFO O| Planning: Consolidating action changes ... Done
41682026-02-24T03:18:43.780Z[ host-image] Feb 24 03:18:42.118 INFO O| Feb 24 03:18:42.118 INFO O| Planning: Evaluating mediators ... Done
41692026-02-24T03:18:43.780Z[ host-image] Feb 24 03:18:42.119 INFO O| Feb 24 03:18:42.119 INFO O| Planning: Planning completed in 0.00 seconds
41702026-02-24T03:18:43.780Z[ host-image] Feb 24 03:18:42.119 INFO O| Feb 24 03:18:42.119 INFO O| Variants/Facets to change: 1
41712026-02-24T03:18:43.821Z[ host-image] Feb 24 03:18:42.167 INFO O| Feb 24 03:18:42.167 INFO O| Done
41722026-02-24T03:18:43.821Z[ host-image] Feb 24 03:18:42.167 INFO O| Feb 24 03:18:42.167 INFO O| Done
41732026-02-24T03:18:44.392Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41742026-02-24T03:18:47.742Z[ host-image] Feb 24 03:18:46.087 INFO O| Feb 24 03:18:46.087 INFO O| Done
41752026-02-24T03:18:47.968Z[ host-image] Feb 24 03:18:46.313 INFO O| Feb 24 03:18:46.313 INFO O| Done
41762026-02-24T03:18:47.970Z[ host-image] Feb 24 03:18:46.314 INFO O| Feb 24 03:18:46.314 INFO O| Done
41772026-02-24T03:18:47.971Z[ host-image] Feb 24 03:18:46.314 INFO O| Feb 24 03:18:46.314 INFO O| Done
41782026-02-24T03:18:47.973Z[ host-image] Feb 24 03:18:46.316 INFO O| Feb 24 03:18:46.316 INFO O| Done
41792026-02-24T03:18:49.934Z[ host-image] Feb 24 03:18:48.278 INFO O| Feb 24 03:18:48.278 INFO STEP 8 (pkg_change_facet) COMPLETE
41802026-02-24T03:18:49.934Z[ host-image] Feb 24 03:18:48.278 INFO O| Feb 24 03:18:48.278 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812026-02-24T03:18:49.937Z[ host-image] Feb 24 03:18:48.278 INFO O| Feb 24 03:18:48.278 INFO skip step because feature "recovery" is not enabled
41822026-02-24T03:18:49.937Z[ host-image] Feb 24 03:18:48.278 INFO O| Feb 24 03:18:48.278 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832026-02-24T03:18:49.937Z[ host-image] Feb 24 03:18:48.278 INFO O| Feb 24 03:18:48.278 INFO skip step because feature "recovery" is not enabled
41842026-02-24T03:18:49.937Z[ host-image] Feb 24 03:18:48.278 INFO O| Feb 24 03:18:48.278 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-02-24T03:18:49.950Z[ host-image] Feb 24 03:18:48.295 INFO O| Feb 24 03:18:48.295 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"]
41862026-02-24T03:18:50.825Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41872026-02-24T03:19:01.540Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41882026-02-24T03:19:07.223Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41892026-02-24T03:19:07.895Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41902026-02-24T03:19:12.053Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41912026-02-24T03:19:24.546Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41922026-02-24T03:19:30.373Z[ recovery-image] Feb 24 03:19:28.709 INFO O| Feb 24 03:19:28.709 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41932026-02-24T03:19:30.730Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41942026-02-24T03:19:36.416Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41952026-02-24T03:19:39.861Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41962026-02-24T03:19:45.028Z[ host-image] Feb 24 03:19:43.363 INFO O| Feb 24 03:19:43.362 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41972026-02-24T03:19:49.316Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-02-24T03:19:54.228Z[ recovery-image] Feb 24 03:19:52.560 INFO O| Feb 24 03:19:52.560 INFO O| Startup: Caching catalogs ... Done
41992026-02-24T03:19:54.391Z[ recovery-image] Feb 24 03:19:52.724 INFO O| Feb 24 03:19:52.724 INFO O| Planning: Planning completed in 0.00 seconds
42002026-02-24T03:19:54.395Z[ recovery-image] Feb 24 03:19:52.725 INFO O| Feb 24 03:19:52.725 INFO O| Planning: Consolidating action changes ... Done
42012026-02-24T03:19:54.395Z[ recovery-image] Feb 24 03:19:52.725 INFO O| Feb 24 03:19:52.725 INFO O| Planning: Evaluating mediators ... Done
42022026-02-24T03:19:54.395Z[ recovery-image] Feb 24 03:19:52.725 INFO O| Feb 24 03:19:52.725 INFO O| Planning: Planning completed in 0.00 seconds
42032026-02-24T03:19:54.395Z[ recovery-image] Feb 24 03:19:52.726 INFO O| Feb 24 03:19:52.726 INFO O| Variants/Facets to change: 1
42042026-02-24T03:19:54.454Z[ recovery-image] Feb 24 03:19:52.786 INFO O| Feb 24 03:19:52.786 INFO O| Done
42052026-02-24T03:19:54.457Z[ recovery-image] Feb 24 03:19:52.786 INFO O| Feb 24 03:19:52.786 INFO O| Done
42062026-02-24T03:19:57.184Z[ recovery-image] Feb 24 03:19:55.516 INFO O| Feb 24 03:19:55.516 INFO O| Done
42072026-02-24T03:19:57.417Z[ recovery-image] Feb 24 03:19:55.749 INFO O| Feb 24 03:19:55.749 INFO O| Done
42082026-02-24T03:19:57.420Z[ recovery-image] Feb 24 03:19:55.750 INFO O| Feb 24 03:19:55.750 INFO O| Done
42092026-02-24T03:19:57.420Z[ recovery-image] Feb 24 03:19:55.750 INFO O| Feb 24 03:19:55.750 INFO O| Done
42102026-02-24T03:19:57.420Z[ recovery-image] Feb 24 03:19:55.752 INFO O| Feb 24 03:19:55.752 INFO O| Done
42112026-02-24T03:19:59.302Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42122026-02-24T03:19:59.891Z[ recovery-image] Feb 24 03:19:58.222 INFO O| Feb 24 03:19:58.222 INFO STEP 8 (pkg_change_facet) COMPLETE
42132026-02-24T03:19:59.891Z[ recovery-image] Feb 24 03:19:58.223 INFO O| Feb 24 03:19:58.222 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42142026-02-24T03:19:59.995Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42152026-02-24T03:20:00.815Z[ recovery-image] Feb 24 03:19:59.147 INFO O| Feb 24 03:19:59.146 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42162026-02-24T03:20:08.562Z[ host-image] Feb 24 03:20:06.889 INFO O| Feb 24 03:20:06.889 INFO O| Startup: Caching catalogs ... Done
42172026-02-24T03:20:41.711Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-02-24T03:20:59.485Z[ recovery-image] Feb 24 03:20:57.805 INFO O| Feb 24 03:20:57.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42192026-02-24T03:21:05.440Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42202026-02-24T03:21:11.771Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42212026-02-24T03:21:14.265Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42222026-02-24T03:21:24.277Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42232026-02-24T03:21:25.391Z[ recovery-image] Feb 24 03:21:23.706 INFO O| Feb 24 03:21:23.706 INFO O| Startup: Caching catalogs ... Done
42242026-02-24T03:21:25.536Z[ recovery-image] Feb 24 03:21:23.851 INFO O| Feb 24 03:21:23.851 INFO O| Planning: Planning completed in 0.00 seconds
42252026-02-24T03:21:25.539Z[ recovery-image] Feb 24 03:21:23.852 INFO O| Feb 24 03:21:23.852 INFO O| Planning: Consolidating action changes ... Done
42262026-02-24T03:21:25.539Z[ recovery-image] Feb 24 03:21:23.852 INFO O| Feb 24 03:21:23.852 INFO O| Planning: Evaluating mediators ... Done
42272026-02-24T03:21:25.539Z[ recovery-image] Feb 24 03:21:23.852 INFO O| Feb 24 03:21:23.852 INFO O| Planning: Planning completed in 0.00 seconds
42282026-02-24T03:21:25.539Z[ recovery-image] Feb 24 03:21:23.853 INFO O| Feb 24 03:21:23.853 INFO O| Variants/Facets to change: 1
42292026-02-24T03:21:25.599Z[ recovery-image] Feb 24 03:21:23.914 INFO O| Feb 24 03:21:23.914 INFO O| Done
42302026-02-24T03:21:25.599Z[ recovery-image] Feb 24 03:21:23.914 INFO O| Feb 24 03:21:23.914 INFO O| Done
42312026-02-24T03:21:28.047Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42322026-02-24T03:21:28.499Z[ recovery-image] Feb 24 03:21:26.813 INFO O| Feb 24 03:21:26.813 INFO O| Done
42332026-02-24T03:21:28.722Z[ recovery-image] Feb 24 03:21:27.037 INFO O| Feb 24 03:21:27.037 INFO O| Done
42342026-02-24T03:21:28.726Z[ recovery-image] Feb 24 03:21:27.039 INFO O| Feb 24 03:21:27.038 INFO O| Done
42352026-02-24T03:21:28.726Z[ recovery-image] Feb 24 03:21:27.039 INFO O| Feb 24 03:21:27.039 INFO O| Done
42362026-02-24T03:21:28.729Z[ recovery-image] Feb 24 03:21:27.042 INFO O| Feb 24 03:21:27.041 INFO O| Done
42372026-02-24T03:21:31.070Z[ recovery-image] Feb 24 03:21:29.385 INFO O| Feb 24 03:21:29.385 INFO STEP 9 (pkg_change_facet) COMPLETE
42382026-02-24T03:21:31.070Z[ recovery-image] Feb 24 03:21:29.385 INFO O| Feb 24 03:21:29.385 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42392026-02-24T03:21:32.496Z[ recovery-image] Feb 24 03:21:30.810 INFO O| Feb 24 03:21:30.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42402026-02-24T03:21:43.966Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-02-24T03:21:51.377Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42422026-02-24T03:22:04.772Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42432026-02-24T03:22:32.681Z[ recovery-image] Feb 24 03:22:30.983 INFO O| Feb 24 03:22:30.983 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42442026-02-24T03:22:41.449Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42452026-02-24T03:22:54.351Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42462026-02-24T03:22:56.942Z[ recovery-image] Feb 24 03:22:55.240 INFO O| Feb 24 03:22:55.240 INFO O| Startup: Caching catalogs ... Done
42472026-02-24T03:22:57.087Z[ recovery-image] Feb 24 03:22:55.385 INFO O| Feb 24 03:22:55.385 INFO O| Planning: Planning completed in 0.00 seconds
42482026-02-24T03:22:57.090Z[ recovery-image] Feb 24 03:22:55.386 INFO O| Feb 24 03:22:55.386 INFO O| Planning: Consolidating action changes ... Done
42492026-02-24T03:22:57.090Z[ recovery-image] Feb 24 03:22:55.386 INFO O| Feb 24 03:22:55.386 INFO O| Planning: Evaluating mediators ... Done
42502026-02-24T03:22:57.090Z[ recovery-image] Feb 24 03:22:55.387 INFO O| Feb 24 03:22:55.387 INFO O| Planning: Planning completed in 0.00 seconds
42512026-02-24T03:22:57.090Z[ recovery-image] Feb 24 03:22:55.387 INFO O| Feb 24 03:22:55.387 INFO O| Variants/Facets to change: 1
42522026-02-24T03:22:57.154Z[ recovery-image] Feb 24 03:22:55.452 INFO O| Feb 24 03:22:55.452 INFO O| Done
42532026-02-24T03:22:57.154Z[ recovery-image] Feb 24 03:22:55.452 INFO O| Feb 24 03:22:55.452 INFO O| Done
42542026-02-24T03:22:58.461Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42552026-02-24T03:23:00.614Z[ recovery-image] Feb 24 03:22:58.910 INFO O| Feb 24 03:22:58.910 INFO O| Done
42562026-02-24T03:23:00.840Z[ recovery-image] Feb 24 03:22:59.138 INFO O| Feb 24 03:22:59.137 INFO O| Done
42572026-02-24T03:23:00.843Z[ recovery-image] Feb 24 03:22:59.138 INFO O| Feb 24 03:22:59.138 INFO O| Done
42582026-02-24T03:23:00.844Z[ recovery-image] Feb 24 03:22:59.139 INFO O| Feb 24 03:22:59.139 INFO O| Done
42592026-02-24T03:23:00.844Z[ recovery-image] Feb 24 03:22:59.140 INFO O| Feb 24 03:22:59.140 INFO O| Done
42602026-02-24T03:23:02.931Z[ recovery-image] Feb 24 03:23:01.228 INFO O| Feb 24 03:23:01.228 INFO STEP 10 (pkg_change_facet) COMPLETE
42612026-02-24T03:23:02.931Z[ recovery-image] Feb 24 03:23:01.228 INFO O| Feb 24 03:23:01.228 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42622026-02-24T03:23:02.977Z[ recovery-image] Feb 24 03:23:01.244 INFO O| Feb 24 03:23:01.243 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"]
42632026-02-24T03:23:05.437Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42642026-02-24T03:23:20.889Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42652026-02-24T03:23:23.978Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42662026-02-24T03:23:48.231Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42672026-02-24T03:23:57.016Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42682026-02-24T03:23:58.336Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42692026-02-24T03:24:01.709Z[ recovery-image] Feb 24 03:23:59.994 INFO O| Feb 24 03:23:59.994 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42702026-02-24T03:24:03.748Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42712026-02-24T03:24:04.161Z[ host-image] Feb 24 03:24:02.446 INFO O| Feb 24 03:24:02.446 INFO O| Planning: Solver setup ... Done
42722026-02-24T03:24:12.676Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42732026-02-24T03:24:30.479Z[ recovery-image] Feb 24 03:24:28.760 INFO O| Feb 24 03:24:28.759 INFO O| Startup: Caching catalogs ... Done
42742026-02-24T03:24:35.782Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42752026-02-24T03:24:52.455Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42762026-02-24T03:24:54.112Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42772026-02-24T03:25:00.111Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42782026-02-24T03:25:07.190Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42792026-02-24T03:26:00.825Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42802026-02-24T03:26:03.040Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42812026-02-24T03:26:37.845Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42822026-02-24T03:26:40.101Z[verify-libraries] Compiling diff v0.1.13
42832026-02-24T03:26:41.560Z[verify-libraries] Compiling yansi v1.0.1
42842026-02-24T03:26:43.109Z[verify-libraries] Compiling pretty_assertions v1.4.1
42852026-02-24T03:26:44.400Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42862026-02-24T03:26:48.764Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42872026-02-24T03:26:49.315Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42882026-02-24T03:26:49.932Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42892026-02-24T03:26:50.544Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42902026-02-24T03:26:51.231Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42912026-02-24T03:26:51.852Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42922026-02-24T03:26:59.736Z[verify-libraries] Compiling drift v0.1.3
42932026-02-24T03:27:02.387Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42942026-02-24T03:27:10.857Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42952026-02-24T03:27:13.743Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42962026-02-24T03:27:35.589Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42972026-02-24T03:28:19.230Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42982026-02-24T03:28:20.771Z[ recovery-image] Feb 24 03:28:19.007 INFO O| Feb 24 03:28:19.007 INFO O| Planning: Solver setup ... Done
42992026-02-24T03:28:33.193Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43002026-02-24T03:28:45.064Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43012026-02-24T03:29:08.983Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43022026-02-24T03:29:13.318Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43032026-02-24T03:29:13.953Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43042026-02-24T03:29:20.514Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43052026-02-24T03:29:22.039Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43062026-02-24T03:29:25.924Z[verify-libraries] Compiling termios v0.3.3
43072026-02-24T03:29:26.584Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43082026-02-24T03:29:30.569Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43092026-02-24T03:29:52.347Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43102026-02-24T03:29:54.367Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43112026-02-24T03:30:05.683Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43122026-02-24T03:30:31.487Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43132026-02-24T03:34:08.375Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43142026-02-24T03:34:24.329Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43152026-02-24T03:35:06.957Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43162026-02-24T03:35:42.011Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43172026-02-24T03:36:02.960Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43182026-02-24T03:36:09.336Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43192026-02-24T03:36:12.769Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43202026-02-24T03:38:36.976Z[ host-image] Feb 24 03:38:35.096 INFO O| Feb 24 03:38:35.096 INFO O| Planning: Running solver ... Done
43212026-02-24T03:38:42.618Z[ host-image] Feb 24 03:38:40.737 INFO O| Feb 24 03:38:40.737 INFO O| Planning: Finding local manifests ... Done
43222026-02-24T03:38:42.885Z[ host-image] Feb 24 03:38:41.003 INFO O| Feb 24 03:38:41.003 INFO O| Planning: Fetching manifests: 0/126 0% complete
43232026-02-24T03:38:48.045Z[ host-image] Feb 24 03:38:46.163 INFO O| Feb 24 03:38:46.163 INFO O| Planning: Fetching manifests: 81/126 64% complete
43242026-02-24T03:38:53.061Z[ host-image] Feb 24 03:38:51.178 INFO O| Feb 24 03:38:51.178 INFO O| Planning: Fetching manifests: 122/126 96% complete
43252026-02-24T03:38:53.173Z[ host-image] Feb 24 03:38:51.291 INFO O| Feb 24 03:38:51.290 INFO O| Planning: Fetching manifests: 126/126 100% complete
43262026-02-24T03:38:55.222Z[ host-image] Feb 24 03:38:53.339 INFO O| Feb 24 03:38:53.339 INFO O| Planning: Package planning ... Done
43272026-02-24T03:38:56.897Z[ host-image] Feb 24 03:38:55.013 INFO O| Feb 24 03:38:55.013 INFO O| Planning: Merging actions ... Done
43282026-02-24T03:38:57.276Z[ host-image] Feb 24 03:38:55.390 INFO O| Feb 24 03:38:55.389 INFO O| Planning: Checking for conflicting actions ... Done
43292026-02-24T03:38:57.639Z[ host-image] Feb 24 03:38:55.755 INFO O| Feb 24 03:38:55.755 INFO O| Planning: Consolidating action changes ... Done
43302026-02-24T03:38:58.210Z[ host-image] Feb 24 03:38:56.326 INFO O| Feb 24 03:38:56.325 INFO O| Planning: Evaluating mediators ... Done
43312026-02-24T03:39:05.193Z[ host-image] Feb 24 03:39:03.308 INFO O| Feb 24 03:39:03.308 INFO O| Planning: Planning completed in 1136.26 seconds
43322026-02-24T03:39:05.199Z[ host-image] Feb 24 03:39:03.313 INFO O| Feb 24 03:39:03.313 INFO O| Packages to install: 126
43332026-02-24T03:39:05.202Z[ host-image] Feb 24 03:39:03.313 INFO O| Feb 24 03:39:03.313 INFO O| Mediators to change: 5
43342026-02-24T03:39:05.203Z[ host-image] Feb 24 03:39:03.314 INFO O| Feb 24 03:39:03.314 INFO O| Services to change: 6
43352026-02-24T03:39:05.374Z[ host-image] Feb 24 03:39:03.488 INFO O| Feb 24 03:39:03.488 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43362026-02-24T03:39:10.421Z[ host-image] Feb 24 03:39:08.535 INFO O| Feb 24 03:39:08.535 INFO O| Download: 1022/22925 items 6.1/210.6MB 2% complete (1.9M/s)
43372026-02-24T03:39:15.782Z[ host-image] Feb 24 03:39:13.894 INFO O| Feb 24 03:39:13.894 INFO O| Download: 1642/22925 items 10.8/210.6MB 5% complete (1.1M/s)
43382026-02-24T03:39:21.575Z[ host-image] Feb 24 03:39:19.686 INFO O| Feb 24 03:39:19.686 INFO O| Download: 1793/22925 items 13.0/210.6MB 6% complete (632k/s)
43392026-02-24T03:39:26.596Z[ host-image] Feb 24 03:39:24.707 INFO O| Feb 24 03:39:24.707 INFO O| Download: 2151/22925 items 24.0/210.6MB 11% complete (1.3M/s)
43402026-02-24T03:39:31.619Z[ host-image] Feb 24 03:39:29.728 INFO O| Feb 24 03:39:29.728 INFO O| Download: 2603/22925 items 31.1/210.6MB 14% complete (1.8M/s)
43412026-02-24T03:39:36.652Z[ host-image] Feb 24 03:39:34.761 INFO O| Feb 24 03:39:34.761 INFO O| Download: 3768/22925 items 39.9/210.6MB 18% complete (1.5M/s)
43422026-02-24T03:39:42.221Z[ host-image] Feb 24 03:39:40.329 INFO O| Feb 24 03:39:40.329 INFO O| Download: 4588/22925 items 42.3/210.6MB 20% complete (1.4M/s)
43432026-02-24T03:39:47.228Z[ host-image] Feb 24 03:39:45.334 INFO O| Feb 24 03:39:45.334 INFO O| Download: 4814/22925 items 45.4/210.6MB 21% complete (573k/s)
43442026-02-24T03:39:52.228Z[ host-image] Feb 24 03:39:50.334 INFO O| Feb 24 03:39:50.334 INFO O| Download: 5827/22925 items 46.7/210.6MB 22% complete (443k/s)
43452026-02-24T03:39:57.302Z[ host-image] Feb 24 03:39:55.407 INFO O| Feb 24 03:39:55.407 INFO O| Download: 6932/22925 items 49.4/210.6MB 23% complete (445k/s)
43462026-02-24T03:40:02.363Z[ host-image] Feb 24 03:40:00.429 INFO O| Feb 24 03:40:00.429 INFO O| Download: 7691/22925 items 58.9/210.6MB 27% complete (1.2M/s)
43472026-02-24T03:40:08.163Z[ host-image] Feb 24 03:40:06.266 INFO O| Feb 24 03:40:06.266 INFO O| Download: 8214/22925 items 61.3/210.6MB 29% complete (1.2M/s)
43482026-02-24T03:40:13.188Z[ host-image] Feb 24 03:40:11.290 INFO O| Feb 24 03:40:11.290 INFO O| Download: 8677/22925 items 75.0/210.6MB 35% complete (1.5M/s)
43492026-02-24T03:40:18.203Z[ host-image] Feb 24 03:40:16.302 INFO O| Feb 24 03:40:16.302 INFO O| Download: 9757/22925 items 88.2/210.6MB 41% complete (2.7M/s)
43502026-02-24T03:40:24.097Z[ host-image] Feb 24 03:40:22.197 INFO O| Feb 24 03:40:22.197 INFO O| Download: 10919/22925 items 94.7/210.6MB 44% complete (2.0M/s)
43512026-02-24T03:40:29.118Z[ host-image] Feb 24 03:40:27.217 INFO O| Feb 24 03:40:27.217 INFO O| Download: 11288/22925 items 98.7/210.6MB 46% complete (1.1M/s)
43522026-02-24T03:40:34.169Z[ host-image] Feb 24 03:40:32.267 INFO O| Feb 24 03:40:32.267 INFO O| Download: 12056/22925 items 103.0/210.6MB 48% complete (820k/s)
43532026-02-24T03:40:39.252Z[ host-image] Feb 24 03:40:37.349 INFO O| Feb 24 03:40:37.349 INFO O| Download: 12283/22925 items 113.6/210.6MB 53% complete (1.6M/s)
43542026-02-24T03:40:44.321Z[ host-image] Feb 24 03:40:42.417 INFO O| Feb 24 03:40:42.417 INFO O| Download: 13391/22925 items 114.8/210.6MB 54% complete (1.2M/s)
43552026-02-24T03:40:49.326Z[ host-image] Feb 24 03:40:47.421 INFO O| Feb 24 03:40:47.421 INFO O| Download: 14351/22925 items 115.6/210.6MB 54% complete (153k/s)
43562026-02-24T03:40:54.327Z[ host-image] Feb 24 03:40:52.421 INFO O| Feb 24 03:40:52.421 INFO O| Download: 14592/22925 items 121.6/210.6MB 57% complete (664k/s)
43572026-02-24T03:40:59.342Z[ host-image] Feb 24 03:40:57.435 INFO O| Feb 24 03:40:57.435 INFO O| Download: 15738/22925 items 130.8/210.6MB 62% complete (1.5M/s)
43582026-02-24T03:41:04.349Z[ host-image] Feb 24 03:41:02.441 INFO O| Feb 24 03:41:02.440 INFO O| Download: 16448/22925 items 142.4/210.6MB 67% complete (2.1M/s)
43592026-02-24T03:41:09.358Z[ host-image] Feb 24 03:41:07.450 INFO O| Feb 24 03:41:07.450 INFO O| Download: 17233/22925 items 150.4/210.6MB 71% complete (2.0M/s)
43602026-02-24T03:41:14.377Z[ host-image] Feb 24 03:41:12.467 INFO O| Feb 24 03:41:12.467 INFO O| Download: 18092/22925 items 167.4/210.6MB 79% complete (2.5M/s)
43612026-02-24T03:41:19.390Z[ host-image] Feb 24 03:41:17.480 INFO O| Feb 24 03:41:17.479 INFO O| Download: 19344/22925 items 171.9/210.6MB 81% complete (2.1M/s)
43622026-02-24T03:41:24.401Z[ host-image] Feb 24 03:41:22.489 INFO O| Feb 24 03:41:22.489 INFO O| Download: 20412/22925 items 176.6/210.6MB 83% complete (937k/s)
43632026-02-24T03:41:30.012Z[ host-image] Feb 24 03:41:28.099 INFO O| Feb 24 03:41:28.099 INFO O| Download: 20896/22925 items 179.4/210.6MB 85% complete (794k/s)
43642026-02-24T03:41:35.023Z[ host-image] Feb 24 03:41:33.109 INFO O| Feb 24 03:41:33.109 INFO O| Download: 21202/22925 items 184.8/210.6MB 87% complete (804k/s)
43652026-02-24T03:41:40.106Z[ host-image] Feb 24 03:41:38.192 INFO O| Feb 24 03:41:38.192 INFO O| Download: 22078/22925 items 203.6/210.6MB 96% complete (2.4M/s)
43662026-02-24T03:41:46.055Z[ host-image] Feb 24 03:41:44.140 INFO O| Feb 24 03:41:44.139 INFO O| Download: 22367/22925 items 208.6/210.6MB 99% complete (2.3M/s)
43672026-02-24T03:41:49.703Z[ host-image] Feb 24 03:41:47.787 INFO O| Feb 24 03:41:47.786 INFO O| Download: Completed 210.65 MB in 164.30 seconds (1.3M/s)
43682026-02-24T03:41:50.945Z[ host-image] Feb 24 03:41:49.028 INFO O| Feb 24 03:41:49.028 INFO O| Actions: 1/50885 actions (Installing new actions)
43692026-02-24T03:41:55.954Z[ host-image] Feb 24 03:41:54.036 INFO O| Feb 24 03:41:54.036 INFO O| Actions: 14043/50885 actions (Installing new actions)
43702026-02-24T03:42:00.954Z[ host-image] Feb 24 03:41:59.036 INFO O| Feb 24 03:41:59.036 INFO O| Actions: 23978/50885 actions (Installing new actions)
43712026-02-24T03:42:01.981Z[ recovery-image] Feb 24 03:42:00.063 INFO O| Feb 24 03:42:00.063 INFO O| Planning: Running solver ... Done
43722026-02-24T03:42:03.325Z[ recovery-image] Feb 24 03:42:01.406 INFO O| Feb 24 03:42:01.406 INFO O| Planning: Finding local manifests ... Done
43732026-02-24T03:42:03.369Z[ recovery-image] Feb 24 03:42:01.450 INFO O| Feb 24 03:42:01.450 INFO O| Planning: Fetching manifests: 0/126 0% complete
43742026-02-24T03:42:05.956Z[ host-image] Feb 24 03:42:04.036 INFO O| Feb 24 03:42:04.036 INFO O| Actions: 50788/50885 actions (Installing new actions)
43752026-02-24T03:42:05.986Z[ host-image] Feb 24 03:42:04.067 INFO O| Feb 24 03:42:04.066 INFO O| Actions: Completed 50885 actions in 15.03 seconds.
43762026-02-24T03:42:06.509Z[ recovery-image] Feb 24 03:42:04.589 INFO O| Feb 24 03:42:04.589 INFO O| Planning: Fetching manifests: 126/126 100% complete
43772026-02-24T03:42:07.227Z[ recovery-image] Feb 24 03:42:05.307 INFO O| Feb 24 03:42:05.307 INFO O| Planning: Package planning ... Done
43782026-02-24T03:42:07.366Z[ host-image] Feb 24 03:42:05.447 INFO O| Feb 24 03:42:05.447 INFO O| Done
43792026-02-24T03:42:07.367Z[ host-image] Feb 24 03:42:05.447 INFO O| Feb 24 03:42:05.447 INFO O| Done
43802026-02-24T03:42:07.723Z[ recovery-image] Feb 24 03:42:05.804 INFO O| Feb 24 03:42:05.803 INFO O| Planning: Merging actions ... Done
43812026-02-24T03:42:07.855Z[ recovery-image] Feb 24 03:42:05.935 INFO O| Feb 24 03:42:05.935 INFO O| Planning: Checking for conflicting actions ... Done
43822026-02-24T03:42:07.929Z[ recovery-image] Feb 24 03:42:06.009 INFO O| Feb 24 03:42:06.008 INFO O| Planning: Consolidating action changes ... Done
43832026-02-24T03:42:08.131Z[ recovery-image] Feb 24 03:42:06.212 INFO O| Feb 24 03:42:06.212 INFO O| Planning: Evaluating mediators ... Done
43842026-02-24T03:42:08.974Z[ host-image] Feb 24 03:42:07.054 INFO O| Feb 24 03:42:07.054 INFO O| Done
43852026-02-24T03:42:10.984Z[ recovery-image] Feb 24 03:42:09.063 INFO O| Feb 24 03:42:09.063 INFO O| Planning: Planning completed in 1060.15 seconds
43862026-02-24T03:42:10.987Z[ recovery-image] Feb 24 03:42:09.066 INFO O| Feb 24 03:42:09.066 INFO O| Packages to install: 126
43872026-02-24T03:42:10.987Z[ recovery-image] Feb 24 03:42:09.066 INFO O| Feb 24 03:42:09.066 INFO O| Mediators to change: 5
43882026-02-24T03:42:10.987Z[ recovery-image] Feb 24 03:42:09.066 INFO O| Feb 24 03:42:09.066 INFO O| Services to change: 5
43892026-02-24T03:42:11.054Z[ recovery-image] Feb 24 03:42:09.133 INFO O| Feb 24 03:42:09.133 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43902026-02-24T03:42:11.307Z[ host-image] Feb 24 03:42:09.386 INFO O| Feb 24 03:42:09.386 INFO O| Done
43912026-02-24T03:42:11.343Z[ host-image] Feb 24 03:42:09.423 INFO O| Feb 24 03:42:09.423 INFO O| Done
43922026-02-24T03:42:14.932Z[ host-image] Feb 24 03:42:13.010 INFO O| Feb 24 03:42:13.010 INFO O| Done
43932026-02-24T03:42:15.463Z[ host-image] Feb 24 03:42:13.542 INFO O| Feb 24 03:42:13.542 INFO O| Done
43942026-02-24T03:42:16.464Z[ recovery-image] Feb 24 03:42:14.543 INFO O| Feb 24 03:42:14.543 INFO O| Download: 1155/15969 items 10.1/187.3MB 5% complete (2.4M/s)
43952026-02-24T03:42:18.535Z[ host-image] Feb 24 03:42:16.613 INFO O| Feb 24 03:42:16.613 INFO STEP 11 (pkg_install) COMPLETE
43962026-02-24T03:42:18.535Z[ host-image] Feb 24 03:42:16.613 INFO O| Feb 24 03:42:16.613 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43972026-02-24T03:42:18.560Z[ host-image] Feb 24 03:42:16.638 INFO O| Feb 24 03:42:16.638 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"]
43982026-02-24T03:42:22.493Z[ recovery-image] Feb 24 03:42:20.570 INFO O| Feb 24 03:42:20.570 INFO O| Download: 1526/15969 items 22.1/187.3MB 11% complete (2.2M/s)
43992026-02-24T03:42:27.502Z[ recovery-image] Feb 24 03:42:25.579 INFO O| Feb 24 03:42:25.579 INFO O| Download: 3673/15969 items 39.5/187.3MB 21% complete (2.9M/s)
44002026-02-24T03:42:32.503Z[ recovery-image] Feb 24 03:42:30.579 INFO O| Feb 24 03:42:30.579 INFO O| Download: 4750/15969 items 43.2/187.3MB 23% complete (2.1M/s)
44012026-02-24T03:42:37.508Z[ recovery-image] Feb 24 03:42:35.582 INFO O| Feb 24 03:42:35.582 INFO O| Download: 5813/15969 items 47.0/187.3MB 25% complete (915k/s)
44022026-02-24T03:42:42.221Z[ host-image] Feb 24 03:42:40.295 INFO O| Feb 24 03:42:40.294 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44032026-02-24T03:42:43.389Z[ recovery-image] Feb 24 03:42:41.463 INFO O| Feb 24 03:42:41.463 INFO O| Download: 6177/15969 items 56.9/187.3MB 30% complete (1.3M/s)
44042026-02-24T03:42:48.392Z[ recovery-image] Feb 24 03:42:46.464 INFO O| Feb 24 03:42:46.464 INFO O| Download: 7308/15969 items 78.0/187.3MB 41% complete (3.1M/s)
44052026-02-24T03:42:53.190Z[ host-image] Feb 24 03:42:51.261 INFO O| Feb 24 03:42:51.261 INFO O| Startup: Caching catalogs ... Done
44062026-02-24T03:42:53.393Z[ recovery-image] Feb 24 03:42:51.464 INFO O| Feb 24 03:42:51.464 INFO O| Download: 7983/15969 items 81.5/187.3MB 43% complete (2.6M/s)
44072026-02-24T03:42:58.394Z[ recovery-image] Feb 24 03:42:56.464 INFO O| Feb 24 03:42:56.464 INFO O| Download: 8893/15969 items 96.3/187.3MB 51% complete (1.8M/s)
44082026-02-24T03:43:00.255Z[ host-image] Feb 24 03:42:58.326 INFO O| Feb 24 03:42:58.325 INFO O| Planning: Solver setup ... Done
44092026-02-24T03:43:00.263Z[ host-image] Feb 24 03:42:58.333 INFO O| Feb 24 03:42:58.333 INFO O| Planning: Running solver ... Done
44102026-02-24T03:43:00.391Z[ host-image] Feb 24 03:42:58.462 INFO O| Feb 24 03:42:58.462 INFO O| Planning: Finding local manifests ... Done
44112026-02-24T03:43:00.428Z[ host-image] Feb 24 03:42:58.498 INFO O| Feb 24 03:42:58.498 INFO O| Planning: Fetching manifests: 0/6 0% complete
44122026-02-24T03:43:00.472Z[ host-image] Feb 24 03:42:58.543 INFO O| Feb 24 03:42:58.542 INFO O| Planning: Fetching manifests: 6/6 100% complete
44132026-02-24T03:43:00.497Z[ host-image] Feb 24 03:42:58.568 INFO O| Feb 24 03:42:58.567 INFO O| Planning: Package planning ... Done
44142026-02-24T03:43:00.502Z[ host-image] Feb 24 03:42:58.572 INFO O| Feb 24 03:42:58.572 INFO O| Planning: Merging actions ... Done
44152026-02-24T03:43:00.574Z[ host-image] Feb 24 03:42:58.644 INFO O| Feb 24 03:42:58.644 INFO O| Planning: Checking for conflicting actions ... Done
44162026-02-24T03:43:00.577Z[ host-image] Feb 24 03:42:58.646 INFO O| Feb 24 03:42:58.646 INFO O| Planning: Consolidating action changes ... Done
44172026-02-24T03:43:00.762Z[ host-image] Feb 24 03:42:58.832 INFO O| Feb 24 03:42:58.832 INFO O| Planning: Evaluating mediators ... Done
44182026-02-24T03:43:00.814Z[ host-image] Feb 24 03:42:58.834 INFO O| Feb 24 03:42:58.834 INFO O| Planning: Planning completed in 7.47 seconds
44192026-02-24T03:43:00.814Z[ host-image] Feb 24 03:42:58.835 INFO O| Feb 24 03:42:58.835 INFO O| Packages to install: 6
44202026-02-24T03:43:00.814Z[ host-image] Feb 24 03:42:58.835 INFO O| Feb 24 03:42:58.835 INFO O| Services to change: 2
44212026-02-24T03:43:00.814Z[ host-image] Feb 24 03:42:58.853 INFO O| Feb 24 03:42:58.853 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44222026-02-24T03:43:04.200Z[ recovery-image] Feb 24 03:43:02.270 INFO O| Feb 24 03:43:02.270 INFO O| Download: 10036/15969 items 97.9/187.3MB 52% complete (1.7M/s)
44232026-02-24T03:43:06.602Z[ host-image] Feb 24 03:43:04.671 INFO O| Feb 24 03:43:04.671 INFO O| Download: 133/155 items 1.5/1.7MB 83% complete (383k/s)
44242026-02-24T03:43:07.746Z[ host-image] Feb 24 03:43:05.815 INFO O| Feb 24 03:43:05.815 INFO O| Download: Completed 1.75 MB in 6.96 seconds (256k/s)
44252026-02-24T03:43:07.780Z[ host-image] Feb 24 03:43:05.848 INFO O| Feb 24 03:43:05.848 INFO O| Actions: 1/390 actions (Installing new actions)
44262026-02-24T03:43:07.993Z[ host-image] Feb 24 03:43:06.061 INFO O| Feb 24 03:43:06.061 INFO O| Actions: Completed 390 actions in 0.21 seconds.
44272026-02-24T03:43:08.428Z[ host-image] Feb 24 03:43:06.497 INFO O| Feb 24 03:43:06.497 INFO O| Done
44282026-02-24T03:43:08.428Z[ host-image] Feb 24 03:43:06.497 INFO O| Feb 24 03:43:06.497 INFO O| Done
44292026-02-24T03:43:09.517Z[ host-image] Feb 24 03:43:07.585 INFO O| Feb 24 03:43:07.585 INFO O| Done
44302026-02-24T03:43:10.173Z[ recovery-image] Feb 24 03:43:08.242 INFO O| Feb 24 03:43:08.242 INFO O| Download: 11073/15969 items 99.5/187.3MB 53% complete (314k/s)
44312026-02-24T03:43:10.921Z[ host-image] Feb 24 03:43:08.989 INFO O| Feb 24 03:43:08.989 INFO O| Done
44322026-02-24T03:43:10.950Z[ host-image] Feb 24 03:43:09.019 INFO O| Feb 24 03:43:09.019 INFO O| Done
44332026-02-24T03:43:10.951Z[ host-image] Feb 24 03:43:09.019 INFO O| Feb 24 03:43:09.019 INFO O| Done
44342026-02-24T03:43:10.974Z[ host-image] Feb 24 03:43:09.042 INFO O| Feb 24 03:43:09.042 INFO O| Done
44352026-02-24T03:43:12.320Z[ host-image] Feb 24 03:43:10.388 INFO O| Feb 24 03:43:10.388 INFO STEP 12 (pkg_install) COMPLETE
44362026-02-24T03:43:12.320Z[ host-image] Feb 24 03:43:10.388 INFO O| Feb 24 03:43:10.388 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44372026-02-24T03:43:12.329Z[ host-image] Feb 24 03:43:10.398 INFO O| Feb 24 03:43:10.398 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44382026-02-24T03:43:15.255Z[ recovery-image] Feb 24 03:43:13.323 INFO O| Feb 24 03:43:13.323 INFO O| Download: 11497/15969 items 112.1/187.3MB 59% complete (1.4M/s)
44392026-02-24T03:43:20.273Z[ recovery-image] Feb 24 03:43:18.338 INFO O| Feb 24 03:43:18.338 INFO O| Download: 12352/15969 items 146.4/187.3MB 78% complete (4.7M/s)
44402026-02-24T03:43:25.277Z[ recovery-image] Feb 24 03:43:23.342 INFO O| Feb 24 03:43:23.342 INFO O| Download: 13662/15969 items 151.0/187.3MB 80% complete (3.9M/s)
44412026-02-24T03:43:30.301Z[ recovery-image] Feb 24 03:43:28.366 INFO O| Feb 24 03:43:28.366 INFO O| Download: 14629/15969 items 155.3/187.3MB 82% complete (915k/s)
44422026-02-24T03:43:35.386Z[ recovery-image] Feb 24 03:43:33.449 INFO O| Feb 24 03:43:33.449 INFO O| Download: 14820/15969 items 161.3/187.3MB 86% complete (1.0M/s)
44432026-02-24T03:43:40.396Z[ recovery-image] Feb 24 03:43:38.458 INFO O| Feb 24 03:43:38.458 INFO O| Download: 15357/15969 items 166.3/187.3MB 88% complete (1.1M/s)
44442026-02-24T03:43:45.680Z[ recovery-image] Feb 24 03:43:43.742 INFO O| Feb 24 03:43:43.742 INFO O| Download: 15680/15969 items 181.2/187.3MB 96% complete (2.3M/s)
44452026-02-24T03:43:50.742Z[ recovery-image] Feb 24 03:43:48.802 INFO O| Feb 24 03:43:48.802 INFO O| Download: 15941/15969 items 185.9/187.3MB 99% complete (2.0M/s)
44462026-02-24T03:43:51.929Z[ recovery-image] Feb 24 03:43:49.989 INFO O| Feb 24 03:43:49.989 INFO O| Download: Completed 187.26 MB in 100.86 seconds (1.9M/s)
44472026-02-24T03:43:53.053Z[ recovery-image] Feb 24 03:43:51.096 INFO O| Feb 24 03:43:51.096 INFO O| Actions: 1/26357 actions (Installing new actions)
44482026-02-24T03:43:56.945Z[ host-image] Feb 24 03:43:54.995 INFO O| Feb 24 03:43:54.995 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44492026-02-24T03:43:58.037Z[ recovery-image] Feb 24 03:43:56.096 INFO O| Feb 24 03:43:56.096 INFO O| Actions: 9592/26357 actions (Installing new actions)
44502026-02-24T03:44:03.039Z[ recovery-image] Feb 24 03:44:01.097 INFO O| Feb 24 03:44:01.096 INFO O| Actions: 15628/26357 actions (Installing new actions)
44512026-02-24T03:44:08.050Z[ recovery-image] Feb 24 03:44:06.107 INFO O| Feb 24 03:44:06.107 INFO O| Actions: 25838/26357 actions (Installing new actions)
44522026-02-24T03:44:09.329Z[ recovery-image] Feb 24 03:44:07.387 INFO O| Feb 24 03:44:07.386 INFO O| Actions: Completed 26357 actions in 16.29 seconds.
44532026-02-24T03:44:10.324Z[ recovery-image] Feb 24 03:44:08.381 INFO O| Feb 24 03:44:08.381 INFO O| Done
44542026-02-24T03:44:10.324Z[ recovery-image] Feb 24 03:44:08.381 INFO O| Feb 24 03:44:08.381 INFO O| Done
44552026-02-24T03:44:14.345Z[ recovery-image] Feb 24 03:44:12.401 INFO O| Feb 24 03:44:12.401 INFO O| Done
44562026-02-24T03:44:16.641Z[ recovery-image] Feb 24 03:44:14.697 INFO O| Feb 24 03:44:14.696 INFO O| Done
44572026-02-24T03:44:16.676Z[ recovery-image] Feb 24 03:44:14.732 INFO O| Feb 24 03:44:14.732 INFO O| Done
44582026-02-24T03:44:20.983Z[ host-image] Feb 24 03:44:19.039 INFO O| Feb 24 03:44:19.039 INFO O| Startup: Caching catalogs ... Done
44592026-02-24T03:44:22.067Z[ recovery-image] Feb 24 03:44:20.121 INFO O| Feb 24 03:44:20.121 INFO O| Done
44602026-02-24T03:44:22.705Z[ recovery-image] Feb 24 03:44:20.760 INFO O| Feb 24 03:44:20.760 INFO O| Done
44612026-02-24T03:44:26.810Z[ recovery-image] Feb 24 03:44:24.864 INFO O| Feb 24 03:44:24.864 INFO STEP 11 (pkg_install) COMPLETE
44622026-02-24T03:44:26.810Z[ recovery-image] Feb 24 03:44:24.864 INFO O| Feb 24 03:44:24.864 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44632026-02-24T03:44:26.813Z[ recovery-image] Feb 24 03:44:24.864 INFO O| Feb 24 03:44:24.864 INFO skip step because feature "recovery" is enabled
44642026-02-24T03:44:26.813Z[ recovery-image] Feb 24 03:44:24.864 INFO O| Feb 24 03:44:24.864 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44652026-02-24T03:44:26.813Z[ recovery-image] Feb 24 03:44:24.864 INFO O| Feb 24 03:44:24.864 INFO skip step because feature "omicron1" is not enabled
44662026-02-24T03:44:26.813Z[ recovery-image] Feb 24 03:44:24.864 INFO O| Feb 24 03:44:24.864 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44672026-02-24T03:44:26.827Z[ recovery-image] Feb 24 03:44:24.881 INFO O| Feb 24 03:44:24.881 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44682026-02-24T03:44:32.208Z[ host-image] Feb 24 03:44:30.261 INFO O| Feb 24 03:44:30.261 INFO O| Planning: Solver setup ... Done
44692026-02-24T03:44:32.234Z[ host-image] Feb 24 03:44:30.287 INFO O| Feb 24 03:44:30.287 INFO O| Planning: Running solver ... Done
44702026-02-24T03:44:32.396Z[ host-image] Feb 24 03:44:30.449 INFO O| Feb 24 03:44:30.448 INFO O| Planning: Finding local manifests ... Done
44712026-02-24T03:44:32.478Z[ host-image] Feb 24 03:44:30.531 INFO O| Feb 24 03:44:30.531 INFO O| Planning: Fetching manifests: 0/6 0% complete
44722026-02-24T03:44:32.754Z[ host-image] Feb 24 03:44:30.805 INFO O| Feb 24 03:44:30.805 INFO O| Planning: Fetching manifests: 6/6 100% complete
44732026-02-24T03:44:32.798Z[ host-image] Feb 24 03:44:30.851 INFO O| Feb 24 03:44:30.851 INFO O| Planning: Package planning ... Done
44742026-02-24T03:44:32.834Z[ host-image] Feb 24 03:44:30.886 INFO O| Feb 24 03:44:30.886 INFO O| Planning: Merging actions ... Done
44752026-02-24T03:44:32.957Z[ host-image] Feb 24 03:44:31.010 INFO O| Feb 24 03:44:31.009 INFO O| Planning: Checking for conflicting actions ... Done
44762026-02-24T03:44:32.965Z[ host-image] Feb 24 03:44:31.018 INFO O| Feb 24 03:44:31.018 INFO O| Planning: Consolidating action changes ... Done
44772026-02-24T03:44:33.377Z[ host-image] Feb 24 03:44:31.430 INFO O| Feb 24 03:44:31.429 INFO O| Planning: Evaluating mediators ... Done
44782026-02-24T03:44:33.383Z[ host-image] Feb 24 03:44:31.436 INFO O| Feb 24 03:44:31.436 INFO O| Planning: Planning completed in 12.20 seconds
44792026-02-24T03:44:33.386Z[ host-image] Feb 24 03:44:31.437 INFO O| Feb 24 03:44:31.437 INFO O| Packages to install: 6
44802026-02-24T03:44:33.386Z[ host-image] Feb 24 03:44:31.437 INFO O| Feb 24 03:44:31.437 INFO O| Mediators to change: 1
44812026-02-24T03:44:33.386Z[ host-image] Feb 24 03:44:31.437 INFO O| Feb 24 03:44:31.437 INFO O| Services to change: 1
44822026-02-24T03:44:33.415Z[ host-image] Feb 24 03:44:31.468 INFO O| Feb 24 03:44:31.468 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44832026-02-24T03:44:38.421Z[ host-image] Feb 24 03:44:36.473 INFO O| Feb 24 03:44:36.473 INFO O| Download: 700/1140 items 2.9/7.7MB 38% complete (603k/s)
44842026-02-24T03:44:40.891Z[ host-image] Feb 24 03:44:38.942 INFO O| Feb 24 03:44:38.942 INFO O| Download: Completed 7.71 MB in 7.47 seconds (1.0M/s)
44852026-02-24T03:44:41.197Z[ host-image] Feb 24 03:44:39.249 INFO O| Feb 24 03:44:39.249 INFO O| Actions: 1/1361 actions (Installing new actions)
44862026-02-24T03:44:41.887Z[ host-image] Feb 24 03:44:39.938 INFO O| Feb 24 03:44:39.937 INFO O| Actions: Completed 1361 actions in 0.69 seconds.
44872026-02-24T03:44:42.797Z[ host-image] Feb 24 03:44:40.848 INFO O| Feb 24 03:44:40.848 INFO O| Done
44882026-02-24T03:44:42.798Z[ host-image] Feb 24 03:44:40.848 INFO O| Feb 24 03:44:40.848 INFO O| Done
44892026-02-24T03:44:45.508Z[ host-image] Feb 24 03:44:43.559 INFO O| Feb 24 03:44:43.559 INFO O| Done
44902026-02-24T03:44:48.745Z[ host-image] Feb 24 03:44:46.795 INFO O| Feb 24 03:44:46.795 INFO O| Done
44912026-02-24T03:44:48.791Z[ host-image] Feb 24 03:44:46.841 INFO O| Feb 24 03:44:46.841 INFO O| Done
44922026-02-24T03:44:48.794Z[ host-image] Feb 24 03:44:46.841 INFO O| Feb 24 03:44:46.841 INFO O| Done
44932026-02-24T03:44:48.889Z[ host-image] Feb 24 03:44:46.939 INFO O| Feb 24 03:44:46.939 INFO O| Done
44942026-02-24T03:44:51.061Z[ host-image] Feb 24 03:44:49.110 INFO O| Feb 24 03:44:49.110 INFO STEP 13 (pkg_install) COMPLETE
44952026-02-24T03:44:51.061Z[ host-image] Feb 24 03:44:49.110 INFO O| Feb 24 03:44:49.110 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44962026-02-24T03:44:51.074Z[ host-image] Feb 24 03:44:49.124 INFO O| Feb 24 03:44:49.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44972026-02-24T03:45:19.524Z[ recovery-image] Feb 24 03:45:17.568 INFO O| Feb 24 03:45:17.568 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44982026-02-24T03:45:42.636Z[ recovery-image] Feb 24 03:45:40.675 INFO O| Feb 24 03:45:40.674 INFO O| Startup: Caching catalogs ... Done
44992026-02-24T03:45:42.988Z[ host-image] Feb 24 03:45:41.027 INFO O| Feb 24 03:45:41.027 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45002026-02-24T03:45:53.355Z[ recovery-image] Feb 24 03:45:51.392 INFO O| Feb 24 03:45:51.392 INFO O| Planning: Solver setup ... Done
45012026-02-24T03:45:53.377Z[ recovery-image] Feb 24 03:45:51.414 INFO O| Feb 24 03:45:51.414 INFO O| Planning: Running solver ... Done
45022026-02-24T03:45:53.594Z[ recovery-image] Feb 24 03:45:51.631 INFO O| Feb 24 03:45:51.631 INFO O| Planning: Finding local manifests ... Done
45032026-02-24T03:45:53.709Z[ recovery-image] Feb 24 03:45:51.747 INFO O| Feb 24 03:45:51.746 INFO O| Planning: Fetching manifests: 0/1 0% complete
45042026-02-24T03:45:53.719Z[ recovery-image] Feb 24 03:45:51.756 INFO O| Feb 24 03:45:51.756 INFO O| Planning: Fetching manifests: 1/1 100% complete
45052026-02-24T03:45:53.748Z[ recovery-image] Feb 24 03:45:51.786 INFO O| Feb 24 03:45:51.785 INFO O| Planning: Package planning ... Done
45062026-02-24T03:45:53.751Z[ recovery-image] Feb 24 03:45:51.786 INFO O| Feb 24 03:45:51.786 INFO O| Planning: Merging actions ... Done
45072026-02-24T03:45:53.817Z[ recovery-image] Feb 24 03:45:51.854 INFO O| Feb 24 03:45:51.854 INFO O| Planning: Checking for conflicting actions ... Done
45082026-02-24T03:45:53.820Z[ recovery-image] Feb 24 03:45:51.855 INFO O| Feb 24 03:45:51.854 INFO O| Planning: Consolidating action changes ... Done
45092026-02-24T03:45:54.136Z[ recovery-image] Feb 24 03:45:52.173 INFO O| Feb 24 03:45:52.173 INFO O| Planning: Evaluating mediators ... Done
45102026-02-24T03:45:54.139Z[ recovery-image] Feb 24 03:45:52.174 INFO O| Feb 24 03:45:52.174 INFO O| Planning: Planning completed in 11.35 seconds
45112026-02-24T03:45:54.139Z[ recovery-image] Feb 24 03:45:52.175 INFO O| Feb 24 03:45:52.174 INFO O| Packages to install: 1
45122026-02-24T03:45:54.168Z[ recovery-image] Feb 24 03:45:52.205 INFO O| Feb 24 03:45:52.205 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45132026-02-24T03:45:54.647Z[ recovery-image] Feb 24 03:45:52.684 INFO O| Feb 24 03:45:52.684 INFO O| Download: Completed 12.26 MB in 0.48 seconds (25.6M/s)
45142026-02-24T03:45:54.737Z[ recovery-image] Feb 24 03:45:52.774 INFO O| Feb 24 03:45:52.774 INFO O| Actions: 1/22 actions (Installing new actions)
45152026-02-24T03:45:55.223Z[ recovery-image] Feb 24 03:45:53.260 INFO O| Feb 24 03:45:53.260 INFO O| Actions: Completed 22 actions in 0.49 seconds.
45162026-02-24T03:45:56.112Z[ recovery-image] Feb 24 03:45:54.148 INFO O| Feb 24 03:45:54.148 INFO O| Done
45172026-02-24T03:45:56.112Z[ recovery-image] Feb 24 03:45:54.148 INFO O| Feb 24 03:45:54.148 INFO O| Done
45182026-02-24T03:45:58.739Z[ recovery-image] Feb 24 03:45:56.776 INFO O| Feb 24 03:45:56.775 INFO O| Done
45192026-02-24T03:46:01.190Z[ recovery-image] Feb 24 03:45:59.226 INFO O| Feb 24 03:45:59.226 INFO O| Done
45202026-02-24T03:46:01.218Z[ recovery-image] Feb 24 03:45:59.254 INFO O| Feb 24 03:45:59.254 INFO O| Done
45212026-02-24T03:46:01.221Z[ recovery-image] Feb 24 03:45:59.254 INFO O| Feb 24 03:45:59.254 INFO O| Done
45222026-02-24T03:46:01.257Z[ recovery-image] Feb 24 03:45:59.293 INFO O| Feb 24 03:45:59.293 INFO O| Done
45232026-02-24T03:46:03.392Z[ recovery-image] Feb 24 03:46:01.426 INFO O| Feb 24 03:46:01.426 INFO STEP 14 (pkg_install) COMPLETE
45242026-02-24T03:46:03.392Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO skip step because feature "mbist" is not enabled
45262026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO skip step because feature "mfg" is not enabled
45282026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO skip step because feature "compliance" is not enabled
45302026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.426 INFO skip step because feature "stress" is not enabled
45322026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.427 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.427 INFO skip step because feature "compliance" is not enabled
45342026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.427 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.427 INFO skip step because feature "nfs" is not enabled
45362026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.427 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45372026-02-24T03:46:03.396Z[ recovery-image] Feb 24 03:46:01.427 INFO O| Feb 24 03:46:01.427 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45382026-02-24T03:46:03.492Z[ recovery-image] Feb 24 03:46:01.527 INFO O| Feb 24 03:46:01.527 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45392026-02-24T03:46:03.619Z[ recovery-image] Feb 24 03:46:01.654 INFO O| Feb 24 03:46:01.654 INFO completed processing sled/ramdisk-01-os
45402026-02-24T03:46:03.637Z[ recovery-image] Feb 24 03:46:01.673 INFO image builder template: ramdisk-02-trim...
45412026-02-24T03:46:03.637Z[ recovery-image] Feb 24 03:46:01.673 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/.tmpW6f5nY/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45422026-02-24T03:46:03.687Z[ recovery-image] Feb 24 03:46:01.723 INFO O| Feb 24 03:46:01.723 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45432026-02-24T03:46:03.692Z[ recovery-image] Feb 24 03:46:01.728 INFO O| Feb 24 03:46:01.728 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45442026-02-24T03:46:03.779Z[ recovery-image] Feb 24 03:46:01.815 INFO O| Feb 24 03:46:01.815 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45452026-02-24T03:46:03.846Z[ recovery-image] Feb 24 03:46:01.881 INFO O| Feb 24 03:46:01.881 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45462026-02-24T03:46:03.846Z[ recovery-image] Feb 24 03:46:01.881 INFO O| Feb 24 03:46:01.881 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45472026-02-24T03:46:03.852Z[ recovery-image] Feb 24 03:46:01.888 INFO O| Feb 24 03:46:01.888 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45482026-02-24T03:46:03.857Z[ recovery-image] Feb 24 03:46:01.893 INFO O| Feb 24 03:46:01.893 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45492026-02-24T03:46:03.867Z[ recovery-image] Feb 24 03:46:01.899 INFO O| Feb 24 03:46:01.899 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45502026-02-24T03:46:04.101Z[ recovery-image] Feb 24 03:46:02.137 INFO O| Feb 24 03:46:02.137 INFO rolled back to input snapshot; work may begin
45512026-02-24T03:46:04.101Z[ recovery-image] Feb 24 03:46:02.137 INFO O| Feb 24 03:46:02.137 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45522026-02-24T03:46:04.107Z[ recovery-image] Feb 24 03:46:02.143 INFO O| Feb 24 03:46:02.143 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45532026-02-24T03:46:04.123Z[ recovery-image] Feb 24 03:46:02.158 INFO O| Feb 24 03:46:02.158 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45542026-02-24T03:46:04.228Z[ recovery-image] Feb 24 03:46:02.263 INFO O| Feb 24 03:46:02.263 INFO STEP 0 (remove_files) COMPLETE
45552026-02-24T03:46:04.228Z[ recovery-image] Feb 24 03:46:02.263 INFO O| Feb 24 03:46:02.263 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45562026-02-24T03:46:04.241Z[ recovery-image] Feb 24 03:46:02.277 INFO O| Feb 24 03:46:02.277 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45572026-02-24T03:46:04.244Z[ recovery-image] Feb 24 03:46:02.280 INFO O| Feb 24 03:46:02.280 INFO STEP 1 (remove_files) COMPLETE
45582026-02-24T03:46:04.248Z[ recovery-image] Feb 24 03:46:02.280 INFO O| Feb 24 03:46:02.280 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-02-24T03:46:04.258Z[ recovery-image] Feb 24 03:46:02.294 INFO O| Feb 24 03:46:02.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45602026-02-24T03:46:04.284Z[ recovery-image] Feb 24 03:46:02.319 INFO O| Feb 24 03:46:02.319 INFO STEP 2 (remove_files) COMPLETE
45612026-02-24T03:46:04.284Z[ recovery-image] Feb 24 03:46:02.319 INFO O| Feb 24 03:46:02.319 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622026-02-24T03:46:04.296Z[ recovery-image] Feb 24 03:46:02.332 INFO O| Feb 24 03:46:02.332 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45632026-02-24T03:46:04.308Z[ recovery-image] Feb 24 03:46:02.344 INFO O| Feb 24 03:46:02.344 INFO STEP 3 (remove_files) COMPLETE
45642026-02-24T03:46:04.308Z[ recovery-image] Feb 24 03:46:02.344 INFO O| Feb 24 03:46:02.344 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-02-24T03:46:04.320Z[ recovery-image] Feb 24 03:46:02.356 INFO O| Feb 24 03:46:02.356 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45662026-02-24T03:46:04.328Z[ recovery-image] Feb 24 03:46:02.364 INFO O| Feb 24 03:46:02.364 INFO STEP 4 (remove_files) COMPLETE
45672026-02-24T03:46:04.328Z[ recovery-image] Feb 24 03:46:02.364 INFO O| Feb 24 03:46:02.364 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682026-02-24T03:46:04.342Z[ recovery-image] Feb 24 03:46:02.377 INFO O| Feb 24 03:46:02.377 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45692026-02-24T03:46:04.344Z[ recovery-image] Feb 24 03:46:02.377 INFO O| Feb 24 03:46:02.377 INFO STEP 5 (remove_files) COMPLETE
45702026-02-24T03:46:04.345Z[ recovery-image] Feb 24 03:46:02.377 INFO O| Feb 24 03:46:02.377 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-02-24T03:46:04.369Z[ recovery-image] Feb 24 03:46:02.404 INFO O| Feb 24 03:46:02.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45722026-02-24T03:46:04.388Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO STEP 6 (remove_files) COMPLETE
45732026-02-24T03:46:04.388Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-02-24T03:46:04.391Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO skip step because feature "recovery" is enabled
45752026-02-24T03:46:04.391Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-02-24T03:46:04.391Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO skip step because feature "recovery" is enabled
45772026-02-24T03:46:04.393Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782026-02-24T03:46:04.394Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO skip step because feature "recovery" is enabled
45792026-02-24T03:46:04.394Z[ recovery-image] Feb 24 03:46:02.423 INFO O| Feb 24 03:46:02.423 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-02-24T03:46:04.401Z[ recovery-image] Feb 24 03:46:02.437 INFO O| Feb 24 03:46:02.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45812026-02-24T03:46:04.406Z[ recovery-image] Feb 24 03:46:02.442 INFO O| Feb 24 03:46:02.442 INFO STEP 10 (remove_files) COMPLETE
45822026-02-24T03:46:04.406Z[ recovery-image] Feb 24 03:46:02.442 INFO O| Feb 24 03:46:02.442 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-02-24T03:46:04.421Z[ recovery-image] Feb 24 03:46:02.456 INFO O| Feb 24 03:46:02.456 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45842026-02-24T03:46:04.424Z[ recovery-image] Feb 24 03:46:02.458 INFO O| Feb 24 03:46:02.458 INFO STEP 11 (remove_files) COMPLETE
45852026-02-24T03:46:04.424Z[ recovery-image] Feb 24 03:46:02.458 INFO O| Feb 24 03:46:02.458 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-02-24T03:46:04.435Z[ recovery-image] Feb 24 03:46:02.471 INFO O| Feb 24 03:46:02.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45872026-02-24T03:46:04.438Z[ recovery-image] Feb 24 03:46:02.473 INFO O| Feb 24 03:46:02.473 INFO STEP 12 (remove_files) COMPLETE
45882026-02-24T03:46:04.438Z[ recovery-image] Feb 24 03:46:02.473 INFO O| Feb 24 03:46:02.473 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-02-24T03:46:04.507Z[ recovery-image] Feb 24 03:46:02.543 INFO O| Feb 24 03:46:02.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45902026-02-24T03:46:04.609Z[ recovery-image] Feb 24 03:46:02.645 INFO O| Feb 24 03:46:02.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45912026-02-24T03:46:04.673Z[ recovery-image] Feb 24 03:46:02.709 INFO O| Feb 24 03:46:02.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45922026-02-24T03:46:04.676Z[ recovery-image] Feb 24 03:46:02.710 INFO O| Feb 24 03:46:02.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45932026-02-24T03:46:04.681Z[ recovery-image] Feb 24 03:46:02.717 INFO O| Feb 24 03:46:02.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45942026-02-24T03:46:04.845Z[ recovery-image] Feb 24 03:46:02.880 INFO O| Feb 24 03:46:02.880 INFO STEP 13 (remove_files) COMPLETE
45952026-02-24T03:46:04.845Z[ recovery-image] Feb 24 03:46:02.880 INFO O| Feb 24 03:46:02.880 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962026-02-24T03:46:04.860Z[ recovery-image] Feb 24 03:46:02.896 INFO O| Feb 24 03:46:02.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45972026-02-24T03:46:04.864Z[ recovery-image] Feb 24 03:46:02.898 INFO O| Feb 24 03:46:02.898 INFO STEP 14 (remove_files) COMPLETE
45982026-02-24T03:46:04.864Z[ recovery-image] Feb 24 03:46:02.898 INFO O| Feb 24 03:46:02.898 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45992026-02-24T03:46:04.877Z[ recovery-image] Feb 24 03:46:02.913 INFO O| Feb 24 03:46:02.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46002026-02-24T03:46:04.890Z[ recovery-image] Feb 24 03:46:02.925 INFO O| Feb 24 03:46:02.925 INFO STEP 15 (remove_files) COMPLETE
46012026-02-24T03:46:04.890Z[ recovery-image] Feb 24 03:46:02.925 INFO O| Feb 24 03:46:02.925 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46022026-02-24T03:46:04.928Z[ recovery-image] Feb 24 03:46:02.963 INFO O| Feb 24 03:46:02.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46032026-02-24T03:46:04.931Z[ recovery-image] Feb 24 03:46:02.964 INFO O| Feb 24 03:46:02.964 INFO STEP 16 (remove_files) COMPLETE
46042026-02-24T03:46:04.931Z[ recovery-image] Feb 24 03:46:02.964 INFO O| Feb 24 03:46:02.964 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46052026-02-24T03:46:04.942Z[ recovery-image] Feb 24 03:46:02.977 INFO O| Feb 24 03:46:02.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46062026-02-24T03:46:04.945Z[ recovery-image] Feb 24 03:46:02.980 INFO O| Feb 24 03:46:02.980 INFO STEP 17 (remove_files) COMPLETE
46072026-02-24T03:46:04.945Z[ recovery-image] Feb 24 03:46:02.980 INFO O| Feb 24 03:46:02.980 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46082026-02-24T03:46:04.958Z[ recovery-image] Feb 24 03:46:02.993 INFO O| Feb 24 03:46:02.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46092026-02-24T03:46:04.958Z[ recovery-image] Feb 24 03:46:02.994 INFO O| Feb 24 03:46:02.994 INFO STEP 18 (remove_files) COMPLETE
46102026-02-24T03:46:04.961Z[ recovery-image] Feb 24 03:46:02.994 INFO O| Feb 24 03:46:02.994 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46112026-02-24T03:46:04.971Z[ recovery-image] Feb 24 03:46:03.007 INFO O| Feb 24 03:46:03.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46122026-02-24T03:46:04.971Z[ recovery-image] Feb 24 03:46:03.007 INFO O| Feb 24 03:46:03.007 INFO STEP 19 (remove_files) COMPLETE
46132026-02-24T03:46:04.971Z[ recovery-image] Feb 24 03:46:03.007 INFO O| Feb 24 03:46:03.007 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142026-02-24T03:46:04.985Z[ recovery-image] Feb 24 03:46:03.020 INFO O| Feb 24 03:46:03.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46152026-02-24T03:46:04.985Z[ recovery-image] Feb 24 03:46:03.020 INFO O| Feb 24 03:46:03.020 INFO STEP 20 (remove_files) COMPLETE
46162026-02-24T03:46:04.988Z[ recovery-image] Feb 24 03:46:03.020 INFO O| Feb 24 03:46:03.020 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172026-02-24T03:46:04.998Z[ recovery-image] Feb 24 03:46:03.033 INFO O| Feb 24 03:46:03.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46182026-02-24T03:46:05.001Z[ recovery-image] Feb 24 03:46:03.034 INFO O| Feb 24 03:46:03.033 INFO STEP 21 (remove_files) COMPLETE
46192026-02-24T03:46:05.001Z[ recovery-image] Feb 24 03:46:03.034 INFO O| Feb 24 03:46:03.034 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202026-02-24T03:46:05.013Z[ recovery-image] Feb 24 03:46:03.047 INFO O| Feb 24 03:46:03.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46212026-02-24T03:46:05.017Z[ recovery-image] Feb 24 03:46:03.047 INFO O| Feb 24 03:46:03.047 INFO STEP 22 (remove_files) COMPLETE
46222026-02-24T03:46:05.017Z[ recovery-image] Feb 24 03:46:03.047 INFO O| Feb 24 03:46:03.047 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232026-02-24T03:46:05.026Z[ recovery-image] Feb 24 03:46:03.061 INFO O| Feb 24 03:46:03.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46242026-02-24T03:46:05.030Z[ recovery-image] Feb 24 03:46:03.061 INFO O| Feb 24 03:46:03.061 INFO STEP 23 (remove_files) COMPLETE
46252026-02-24T03:46:05.030Z[ recovery-image] Feb 24 03:46:03.061 INFO O| Feb 24 03:46:03.061 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262026-02-24T03:46:05.038Z[ recovery-image] Feb 24 03:46:03.074 INFO O| Feb 24 03:46:03.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46272026-02-24T03:46:05.041Z[ recovery-image] Feb 24 03:46:03.074 INFO O| Feb 24 03:46:03.074 INFO STEP 24 (remove_files) COMPLETE
46282026-02-24T03:46:05.041Z[ recovery-image] Feb 24 03:46:03.074 INFO O| Feb 24 03:46:03.074 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292026-02-24T03:46:05.061Z[ recovery-image] Feb 24 03:46:03.097 INFO O| Feb 24 03:46:03.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46302026-02-24T03:46:05.064Z[ recovery-image] Feb 24 03:46:03.097 INFO O| Feb 24 03:46:03.097 INFO STEP 25 (remove_files) COMPLETE
46312026-02-24T03:46:05.064Z[ recovery-image] Feb 24 03:46:03.097 INFO O| Feb 24 03:46:03.097 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322026-02-24T03:46:05.075Z[ recovery-image] Feb 24 03:46:03.110 INFO O| Feb 24 03:46:03.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46332026-02-24T03:46:05.077Z[ recovery-image] Feb 24 03:46:03.111 INFO O| Feb 24 03:46:03.111 INFO STEP 26 (remove_files) COMPLETE
46342026-02-24T03:46:05.078Z[ recovery-image] Feb 24 03:46:03.111 INFO O| Feb 24 03:46:03.111 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352026-02-24T03:46:05.098Z[ recovery-image] Feb 24 03:46:03.134 INFO O| Feb 24 03:46:03.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46362026-02-24T03:46:05.101Z[ recovery-image] Feb 24 03:46:03.134 INFO O| Feb 24 03:46:03.134 INFO STEP 27 (remove_files) COMPLETE
46372026-02-24T03:46:05.101Z[ recovery-image] Feb 24 03:46:03.134 INFO O| Feb 24 03:46:03.134 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382026-02-24T03:46:05.123Z[ recovery-image] Feb 24 03:46:03.157 INFO O| Feb 24 03:46:03.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46392026-02-24T03:46:05.123Z[ recovery-image] Feb 24 03:46:03.157 INFO O| Feb 24 03:46:03.157 INFO STEP 28 (remove_files) COMPLETE
46402026-02-24T03:46:05.126Z[ recovery-image] Feb 24 03:46:03.157 INFO O| Feb 24 03:46:03.157 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412026-02-24T03:46:05.135Z[ recovery-image] Feb 24 03:46:03.170 INFO O| Feb 24 03:46:03.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46422026-02-24T03:46:05.135Z[ recovery-image] Feb 24 03:46:03.170 INFO O| Feb 24 03:46:03.170 INFO STEP 29 (remove_files) COMPLETE
46432026-02-24T03:46:05.135Z[ recovery-image] Feb 24 03:46:03.170 INFO O| Feb 24 03:46:03.170 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-02-24T03:46:05.147Z[ recovery-image] Feb 24 03:46:03.183 INFO O| Feb 24 03:46:03.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46452026-02-24T03:46:05.147Z[ recovery-image] Feb 24 03:46:03.183 INFO O| Feb 24 03:46:03.183 INFO STEP 30 (remove_files) COMPLETE
46462026-02-24T03:46:05.147Z[ recovery-image] Feb 24 03:46:03.183 INFO O| Feb 24 03:46:03.183 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472026-02-24T03:46:05.159Z[ recovery-image] Feb 24 03:46:03.195 INFO O| Feb 24 03:46:03.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46482026-02-24T03:46:05.159Z[ recovery-image] Feb 24 03:46:03.195 INFO O| Feb 24 03:46:03.195 INFO STEP 31 (remove_files) COMPLETE
46492026-02-24T03:46:05.160Z[ recovery-image] Feb 24 03:46:03.195 INFO O| Feb 24 03:46:03.195 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502026-02-24T03:46:05.173Z[ recovery-image] Feb 24 03:46:03.208 INFO O| Feb 24 03:46:03.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46512026-02-24T03:46:05.173Z[ recovery-image] Feb 24 03:46:03.209 INFO O| Feb 24 03:46:03.208 INFO STEP 32 (remove_files) COMPLETE
46522026-02-24T03:46:05.173Z[ recovery-image] Feb 24 03:46:03.209 INFO O| Feb 24 03:46:03.208 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532026-02-24T03:46:05.185Z[ recovery-image] Feb 24 03:46:03.221 INFO O| Feb 24 03:46:03.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46542026-02-24T03:46:05.186Z[ recovery-image] Feb 24 03:46:03.221 INFO O| Feb 24 03:46:03.221 INFO STEP 33 (remove_files) COMPLETE
46552026-02-24T03:46:05.191Z[ recovery-image] Feb 24 03:46:03.221 INFO O| Feb 24 03:46:03.221 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562026-02-24T03:46:05.198Z[ recovery-image] Feb 24 03:46:03.234 INFO O| Feb 24 03:46:03.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46572026-02-24T03:46:05.198Z[ recovery-image] Feb 24 03:46:03.234 INFO O| Feb 24 03:46:03.234 INFO STEP 34 (remove_files) COMPLETE
46582026-02-24T03:46:05.201Z[ recovery-image] Feb 24 03:46:03.234 INFO O| Feb 24 03:46:03.234 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592026-02-24T03:46:05.211Z[ recovery-image] Feb 24 03:46:03.246 INFO O| Feb 24 03:46:03.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46602026-02-24T03:46:05.211Z[ recovery-image] Feb 24 03:46:03.246 INFO O| Feb 24 03:46:03.246 INFO STEP 35 (remove_files) COMPLETE
46612026-02-24T03:46:05.213Z[ recovery-image] Feb 24 03:46:03.246 INFO O| Feb 24 03:46:03.246 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622026-02-24T03:46:05.223Z[ recovery-image] Feb 24 03:46:03.259 INFO O| Feb 24 03:46:03.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46632026-02-24T03:46:05.223Z[ recovery-image] Feb 24 03:46:03.259 INFO O| Feb 24 03:46:03.259 INFO STEP 36 (remove_files) COMPLETE
46642026-02-24T03:46:05.261Z[ recovery-image] Feb 24 03:46:03.259 INFO O| Feb 24 03:46:03.259 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652026-02-24T03:46:05.261Z[ recovery-image] Feb 24 03:46:03.272 INFO O| Feb 24 03:46:03.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46662026-02-24T03:46:05.261Z[ recovery-image] Feb 24 03:46:03.272 INFO O| Feb 24 03:46:03.272 INFO STEP 37 (remove_files) COMPLETE
46672026-02-24T03:46:05.261Z[ recovery-image] Feb 24 03:46:03.272 INFO O| Feb 24 03:46:03.272 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-02-24T03:46:05.261Z[ recovery-image] Feb 24 03:46:03.284 INFO O| Feb 24 03:46:03.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46692026-02-24T03:46:05.261Z[ recovery-image] Feb 24 03:46:03.284 INFO O| Feb 24 03:46:03.284 INFO STEP 38 (remove_files) COMPLETE
46702026-02-24T03:46:05.261Z[ recovery-image] Feb 24 03:46:03.284 INFO O| Feb 24 03:46:03.284 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712026-02-24T03:46:05.264Z[ recovery-image] Feb 24 03:46:03.296 INFO O| Feb 24 03:46:03.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46722026-02-24T03:46:05.264Z[ recovery-image] Feb 24 03:46:03.297 INFO O| Feb 24 03:46:03.297 INFO STEP 39 (remove_files) COMPLETE
46732026-02-24T03:46:05.264Z[ recovery-image] Feb 24 03:46:03.297 INFO O| Feb 24 03:46:03.297 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-02-24T03:46:05.273Z[ recovery-image] Feb 24 03:46:03.309 INFO O| Feb 24 03:46:03.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46752026-02-24T03:46:05.276Z[ recovery-image] Feb 24 03:46:03.309 INFO O| Feb 24 03:46:03.309 INFO STEP 40 (remove_files) COMPLETE
46762026-02-24T03:46:05.276Z[ recovery-image] Feb 24 03:46:03.309 INFO O| Feb 24 03:46:03.309 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772026-02-24T03:46:05.285Z[ recovery-image] Feb 24 03:46:03.321 INFO O| Feb 24 03:46:03.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46782026-02-24T03:46:05.285Z[ recovery-image] Feb 24 03:46:03.321 INFO O| Feb 24 03:46:03.321 INFO STEP 41 (remove_files) COMPLETE
46792026-02-24T03:46:05.288Z[ recovery-image] Feb 24 03:46:03.321 INFO O| Feb 24 03:46:03.321 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802026-02-24T03:46:05.297Z[ recovery-image] Feb 24 03:46:03.333 INFO O| Feb 24 03:46:03.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46812026-02-24T03:46:05.297Z[ recovery-image] Feb 24 03:46:03.333 INFO O| Feb 24 03:46:03.333 INFO STEP 42 (remove_files) COMPLETE
46822026-02-24T03:46:05.300Z[ recovery-image] Feb 24 03:46:03.333 INFO O| Feb 24 03:46:03.333 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-02-24T03:46:05.310Z[ recovery-image] Feb 24 03:46:03.346 INFO O| Feb 24 03:46:03.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46842026-02-24T03:46:05.310Z[ recovery-image] Feb 24 03:46:03.346 INFO O| Feb 24 03:46:03.346 INFO STEP 43 (remove_files) COMPLETE
46852026-02-24T03:46:05.313Z[ recovery-image] Feb 24 03:46:03.346 INFO O| Feb 24 03:46:03.346 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-02-24T03:46:05.322Z[ recovery-image] Feb 24 03:46:03.358 INFO O| Feb 24 03:46:03.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46872026-02-24T03:46:05.322Z[ recovery-image] Feb 24 03:46:03.358 INFO O| Feb 24 03:46:03.358 INFO STEP 44 (remove_files) COMPLETE
46882026-02-24T03:46:05.325Z[ recovery-image] Feb 24 03:46:03.358 INFO O| Feb 24 03:46:03.358 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-02-24T03:46:05.336Z[ recovery-image] Feb 24 03:46:03.371 INFO O| Feb 24 03:46:03.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46902026-02-24T03:46:05.336Z[ recovery-image] Feb 24 03:46:03.371 INFO O| Feb 24 03:46:03.371 INFO STEP 45 (remove_files) COMPLETE
46912026-02-24T03:46:05.339Z[ recovery-image] Feb 24 03:46:03.371 INFO O| Feb 24 03:46:03.371 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-02-24T03:46:05.349Z[ recovery-image] Feb 24 03:46:03.384 INFO O| Feb 24 03:46:03.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46932026-02-24T03:46:05.349Z[ recovery-image] Feb 24 03:46:03.384 INFO O| Feb 24 03:46:03.384 INFO STEP 46 (remove_files) COMPLETE
46942026-02-24T03:46:05.352Z[ recovery-image] Feb 24 03:46:03.384 INFO O| Feb 24 03:46:03.384 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-02-24T03:46:05.362Z[ recovery-image] Feb 24 03:46:03.397 INFO O| Feb 24 03:46:03.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46962026-02-24T03:46:05.362Z[ recovery-image] Feb 24 03:46:03.397 INFO O| Feb 24 03:46:03.397 INFO STEP 47 (remove_files) COMPLETE
46972026-02-24T03:46:05.362Z[ recovery-image] Feb 24 03:46:03.397 INFO O| Feb 24 03:46:03.397 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-02-24T03:46:05.374Z[ recovery-image] Feb 24 03:46:03.410 INFO O| Feb 24 03:46:03.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46992026-02-24T03:46:05.374Z[ recovery-image] Feb 24 03:46:03.410 INFO O| Feb 24 03:46:03.410 INFO STEP 48 (remove_files) COMPLETE
47002026-02-24T03:46:05.377Z[ recovery-image] Feb 24 03:46:03.410 INFO O| Feb 24 03:46:03.410 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-02-24T03:46:05.387Z[ recovery-image] Feb 24 03:46:03.422 INFO O| Feb 24 03:46:03.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47022026-02-24T03:46:05.387Z[ recovery-image] Feb 24 03:46:03.422 INFO O| Feb 24 03:46:03.422 INFO STEP 49 (remove_files) COMPLETE
47032026-02-24T03:46:05.390Z[ recovery-image] Feb 24 03:46:03.422 INFO O| Feb 24 03:46:03.422 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-02-24T03:46:05.399Z[ recovery-image] Feb 24 03:46:03.435 INFO O| Feb 24 03:46:03.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47052026-02-24T03:46:05.399Z[ recovery-image] Feb 24 03:46:03.435 INFO O| Feb 24 03:46:03.435 INFO STEP 50 (remove_files) COMPLETE
47062026-02-24T03:46:05.402Z[ recovery-image] Feb 24 03:46:03.435 INFO O| Feb 24 03:46:03.435 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-02-24T03:46:05.412Z[ recovery-image] Feb 24 03:46:03.447 INFO O| Feb 24 03:46:03.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47082026-02-24T03:46:05.415Z[ recovery-image] Feb 24 03:46:03.447 INFO O| Feb 24 03:46:03.447 INFO STEP 51 (remove_files) COMPLETE
47092026-02-24T03:46:05.415Z[ recovery-image] Feb 24 03:46:03.447 INFO O| Feb 24 03:46:03.447 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-02-24T03:46:05.424Z[ recovery-image] Feb 24 03:46:03.460 INFO O| Feb 24 03:46:03.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47112026-02-24T03:46:05.424Z[ recovery-image] Feb 24 03:46:03.460 INFO O| Feb 24 03:46:03.460 INFO STEP 52 (remove_files) COMPLETE
47122026-02-24T03:46:05.424Z[ recovery-image] Feb 24 03:46:03.460 INFO O| Feb 24 03:46:03.460 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-02-24T03:46:05.437Z[ recovery-image] Feb 24 03:46:03.472 INFO O| Feb 24 03:46:03.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47142026-02-24T03:46:05.437Z[ recovery-image] Feb 24 03:46:03.472 INFO O| Feb 24 03:46:03.472 INFO STEP 53 (remove_files) COMPLETE
47152026-02-24T03:46:05.437Z[ recovery-image] Feb 24 03:46:03.472 INFO O| Feb 24 03:46:03.472 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-02-24T03:46:05.450Z[ recovery-image] Feb 24 03:46:03.485 INFO O| Feb 24 03:46:03.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47172026-02-24T03:46:05.450Z[ recovery-image] Feb 24 03:46:03.485 INFO O| Feb 24 03:46:03.485 INFO STEP 54 (remove_files) COMPLETE
47182026-02-24T03:46:05.453Z[ recovery-image] Feb 24 03:46:03.485 INFO O| Feb 24 03:46:03.485 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-02-24T03:46:05.462Z[ recovery-image] Feb 24 03:46:03.498 INFO O| Feb 24 03:46:03.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47202026-02-24T03:46:05.462Z[ recovery-image] Feb 24 03:46:03.498 INFO O| Feb 24 03:46:03.498 INFO STEP 55 (remove_files) COMPLETE
47212026-02-24T03:46:05.462Z[ recovery-image] Feb 24 03:46:03.498 INFO O| Feb 24 03:46:03.498 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-02-24T03:46:05.474Z[ recovery-image] Feb 24 03:46:03.510 INFO O| Feb 24 03:46:03.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47232026-02-24T03:46:05.474Z[ recovery-image] Feb 24 03:46:03.510 INFO O| Feb 24 03:46:03.510 INFO STEP 56 (remove_files) COMPLETE
47242026-02-24T03:46:05.477Z[ recovery-image] Feb 24 03:46:03.510 INFO O| Feb 24 03:46:03.510 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-02-24T03:46:05.487Z[ recovery-image] Feb 24 03:46:03.522 INFO O| Feb 24 03:46:03.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47262026-02-24T03:46:05.487Z[ recovery-image] Feb 24 03:46:03.522 INFO O| Feb 24 03:46:03.522 INFO STEP 57 (remove_files) COMPLETE
47272026-02-24T03:46:05.490Z[ recovery-image] Feb 24 03:46:03.522 INFO O| Feb 24 03:46:03.522 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-02-24T03:46:05.511Z[ recovery-image] Feb 24 03:46:03.546 INFO O| Feb 24 03:46:03.546 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47292026-02-24T03:46:05.511Z[ recovery-image] Feb 24 03:46:03.546 INFO O| Feb 24 03:46:03.546 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47302026-02-24T03:46:05.515Z[ recovery-image] Feb 24 03:46:03.546 INFO O| Feb 24 03:46:03.546 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47312026-02-24T03:46:05.515Z[ recovery-image] Feb 24 03:46:03.546 INFO O| Feb 24 03:46:03.546 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47322026-02-24T03:46:05.515Z[ recovery-image] Feb 24 03:46:03.547 INFO O| Feb 24 03:46:03.546 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47332026-02-24T03:46:05.515Z[ recovery-image] Feb 24 03:46:03.548 INFO O| Feb 24 03:46:03.548 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47342026-02-24T03:46:05.515Z[ recovery-image] Feb 24 03:46:03.548 INFO O| Feb 24 03:46:03.548 INFO ok!
47352026-02-24T03:46:05.516Z[ recovery-image] Feb 24 03:46:03.548 INFO O| Feb 24 03:46:03.548 INFO STEP 58 (ensure_file) COMPLETE
47362026-02-24T03:46:05.516Z[ recovery-image] Feb 24 03:46:03.548 INFO O| Feb 24 03:46:03.548 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372026-02-24T03:46:05.528Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.563 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47382026-02-24T03:46:05.528Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47392026-02-24T03:46:05.531Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47402026-02-24T03:46:05.531Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47412026-02-24T03:46:05.531Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47422026-02-24T03:46:05.531Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47432026-02-24T03:46:05.531Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO ok!
47442026-02-24T03:46:05.531Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO STEP 59 (ensure_file) COMPLETE
47452026-02-24T03:46:05.531Z[ recovery-image] Feb 24 03:46:03.564 INFO O| Feb 24 03:46:03.564 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-02-24T03:46:05.541Z[ recovery-image] Feb 24 03:46:03.577 INFO O| Feb 24 03:46:03.577 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47472026-02-24T03:46:05.544Z[ recovery-image] Feb 24 03:46:03.577 INFO O| Feb 24 03:46:03.577 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47482026-02-24T03:46:05.544Z[ recovery-image] Feb 24 03:46:03.577 INFO O| Feb 24 03:46:03.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47492026-02-24T03:46:05.544Z[ recovery-image] Feb 24 03:46:03.577 INFO O| Feb 24 03:46:03.577 INFO ok!
47502026-02-24T03:46:05.544Z[ recovery-image] Feb 24 03:46:03.577 INFO O| Feb 24 03:46:03.577 INFO STEP 60 (ensure_file) COMPLETE
47512026-02-24T03:46:05.544Z[ recovery-image] Feb 24 03:46:03.577 INFO O| Feb 24 03:46:03.577 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-02-24T03:46:05.555Z[ recovery-image] Feb 24 03:46:03.590 INFO O| Feb 24 03:46:03.590 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47532026-02-24T03:46:05.555Z[ recovery-image] Feb 24 03:46:03.590 INFO O| Feb 24 03:46:03.590 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47542026-02-24T03:46:05.558Z[ recovery-image] Feb 24 03:46:03.591 INFO O| Feb 24 03:46:03.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47552026-02-24T03:46:05.558Z[ recovery-image] Feb 24 03:46:03.591 INFO O| Feb 24 03:46:03.591 INFO ok!
47562026-02-24T03:46:05.558Z[ recovery-image] Feb 24 03:46:03.591 INFO O| Feb 24 03:46:03.591 INFO STEP 61 (ensure_file) COMPLETE
47572026-02-24T03:46:05.558Z[ recovery-image] Feb 24 03:46:03.591 INFO O| Feb 24 03:46:03.591 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-02-24T03:46:05.568Z[ recovery-image] Feb 24 03:46:03.604 INFO O| Feb 24 03:46:03.604 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47592026-02-24T03:46:05.568Z[ recovery-image] Feb 24 03:46:03.604 INFO O| Feb 24 03:46:03.604 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47602026-02-24T03:46:05.571Z[ recovery-image] Feb 24 03:46:03.604 INFO O| Feb 24 03:46:03.604 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47612026-02-24T03:46:05.571Z[ recovery-image] Feb 24 03:46:03.604 INFO O| Feb 24 03:46:03.604 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47622026-02-24T03:46:05.571Z[ recovery-image] Feb 24 03:46:03.604 INFO O| Feb 24 03:46:03.604 INFO ok!
47632026-02-24T03:46:05.571Z[ recovery-image] Feb 24 03:46:03.604 INFO O| Feb 24 03:46:03.604 INFO STEP 62 (ensure_file) COMPLETE
47642026-02-24T03:46:05.571Z[ recovery-image] Feb 24 03:46:03.604 INFO O| Feb 24 03:46:03.604 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-02-24T03:46:05.581Z[ recovery-image] Feb 24 03:46:03.616 INFO O| Feb 24 03:46:03.616 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47662026-02-24T03:46:05.581Z[ recovery-image] Feb 24 03:46:03.616 INFO O| Feb 24 03:46:03.616 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47672026-02-24T03:46:05.584Z[ recovery-image] Feb 24 03:46:03.617 INFO O| Feb 24 03:46:03.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47682026-02-24T03:46:05.584Z[ recovery-image] Feb 24 03:46:03.617 INFO O| Feb 24 03:46:03.617 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47692026-02-24T03:46:05.584Z[ recovery-image] Feb 24 03:46:03.617 INFO O| Feb 24 03:46:03.617 INFO ok!
47702026-02-24T03:46:05.584Z[ recovery-image] Feb 24 03:46:03.617 INFO O| Feb 24 03:46:03.617 INFO STEP 63 (ensure_file) COMPLETE
47712026-02-24T03:46:05.584Z[ recovery-image] Feb 24 03:46:03.617 INFO O| Feb 24 03:46:03.617 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-02-24T03:46:05.594Z[ recovery-image] Feb 24 03:46:03.630 INFO O| Feb 24 03:46:03.630 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47732026-02-24T03:46:05.594Z[ recovery-image] Feb 24 03:46:03.630 INFO O| Feb 24 03:46:03.630 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47742026-02-24T03:46:05.597Z[ recovery-image] Feb 24 03:46:03.631 INFO O| Feb 24 03:46:03.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47752026-02-24T03:46:05.597Z[ recovery-image] Feb 24 03:46:03.631 INFO O| Feb 24 03:46:03.631 INFO ok!
47762026-02-24T03:46:05.598Z[ recovery-image] Feb 24 03:46:03.631 INFO O| Feb 24 03:46:03.631 INFO STEP 64 (assemble_files) COMPLETE
47772026-02-24T03:46:05.598Z[ recovery-image] Feb 24 03:46:03.631 INFO O| Feb 24 03:46:03.631 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-02-24T03:46:05.609Z[ recovery-image] Feb 24 03:46:03.644 INFO O| Feb 24 03:46:03.644 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47792026-02-24T03:46:05.609Z[ recovery-image] Feb 24 03:46:03.644 INFO O| Feb 24 03:46:03.644 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47802026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47812026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47822026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO ok!
47832026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO STEP 65 (ensure_file) COMPLETE
47842026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO skip step because feature "omicron1" is not enabled
47862026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO skip step because feature "omicron1" is not enabled
47882026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO skip step because feature "omicron1" is not enabled
47902026-02-24T03:46:05.612Z[ recovery-image] Feb 24 03:46:03.645 INFO O| Feb 24 03:46:03.645 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47912026-02-24T03:46:05.629Z[ recovery-image] Feb 24 03:46:03.665 INFO O| Feb 24 03:46:03.664 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47922026-02-24T03:46:05.629Z[ recovery-image] Feb 24 03:46:03.665 INFO O| Feb 24 03:46:03.665 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47932026-02-24T03:46:06.331Z[ host-image] Feb 24 03:46:04.365 INFO O| Feb 24 03:46:04.365 INFO O| Startup: Caching catalogs ... Done
47942026-02-24T03:46:08.775Z[ recovery-image] Feb 24 03:46:06.810 INFO O| Feb 24 03:46:06.810 INFO STEP 69 (pack_tar) COMPLETE
47952026-02-24T03:46:08.775Z[ recovery-image] Feb 24 03:46:06.810 INFO O| Feb 24 03:46:06.810 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47962026-02-24T03:46:08.780Z[ recovery-image] Feb 24 03:46:06.810 INFO O| Feb 24 03:46:06.810 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47972026-02-24T03:46:09.028Z[ recovery-image] Feb 24 03:46:07.062 INFO O| Feb 24 03:46:07.061 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47982026-02-24T03:46:09.205Z[ recovery-image] Feb 24 03:46:07.239 INFO O| Feb 24 03:46:07.239 INFO completed processing sled/ramdisk-02-trim
47992026-02-24T03:46:09.210Z[ recovery-image] Feb 24 03:46:07.242 INFO image builder template: ramdisk-03-recovery-trim...
48002026-02-24T03:46:09.210Z[ recovery-image] Feb 24 03:46:07.242 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/.tmpW6f5nY/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48012026-02-24T03:46:09.392Z[ recovery-image] Feb 24 03:46:07.427 INFO O| Feb 24 03:46:07.426 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48022026-02-24T03:46:09.398Z[ recovery-image] Feb 24 03:46:07.432 INFO O| Feb 24 03:46:07.432 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48032026-02-24T03:46:09.581Z[ recovery-image] Feb 24 03:46:07.614 INFO O| Feb 24 03:46:07.614 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48042026-02-24T03:46:09.698Z[ recovery-image] Feb 24 03:46:07.732 INFO O| Feb 24 03:46:07.732 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48052026-02-24T03:46:09.701Z[ recovery-image] Feb 24 03:46:07.732 INFO O| Feb 24 03:46:07.732 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48062026-02-24T03:46:09.709Z[ recovery-image] Feb 24 03:46:07.743 INFO O| Feb 24 03:46:07.743 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48072026-02-24T03:46:09.714Z[ recovery-image] Feb 24 03:46:07.749 INFO O| Feb 24 03:46:07.749 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48082026-02-24T03:46:09.721Z[ recovery-image] Feb 24 03:46:07.755 INFO O| Feb 24 03:46:07.755 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48092026-02-24T03:46:10.098Z[ recovery-image] Feb 24 03:46:08.133 INFO O| Feb 24 03:46:08.133 INFO rolled back to input snapshot; work may begin
48102026-02-24T03:46:10.098Z[ recovery-image] Feb 24 03:46:08.133 INFO O| Feb 24 03:46:08.133 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48112026-02-24T03:46:10.105Z[ recovery-image] Feb 24 03:46:08.140 INFO O| Feb 24 03:46:08.140 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122026-02-24T03:46:10.122Z[ recovery-image] Feb 24 03:46:08.157 INFO O| Feb 24 03:46:08.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48132026-02-24T03:46:10.143Z[ recovery-image] Feb 24 03:46:08.178 INFO O| Feb 24 03:46:08.177 INFO STEP 0 (remove_files) COMPLETE
48142026-02-24T03:46:10.143Z[ recovery-image] Feb 24 03:46:08.178 INFO O| Feb 24 03:46:08.178 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152026-02-24T03:46:10.160Z[ recovery-image] Feb 24 03:46:08.195 INFO O| Feb 24 03:46:08.195 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48162026-02-24T03:46:10.232Z[ recovery-image] Feb 24 03:46:08.267 INFO O| Feb 24 03:46:08.267 INFO STEP 1 (remove_files) COMPLETE
48172026-02-24T03:46:10.232Z[ recovery-image] Feb 24 03:46:08.267 INFO O| Feb 24 03:46:08.267 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182026-02-24T03:46:10.249Z[ recovery-image] Feb 24 03:46:08.283 INFO O| Feb 24 03:46:08.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48192026-02-24T03:46:10.301Z[ recovery-image] Feb 24 03:46:08.336 INFO O| Feb 24 03:46:08.335 INFO STEP 2 (remove_files) COMPLETE
48202026-02-24T03:46:10.301Z[ recovery-image] Feb 24 03:46:08.336 INFO O| Feb 24 03:46:08.336 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-02-24T03:46:10.316Z[ recovery-image] Feb 24 03:46:08.351 INFO O| Feb 24 03:46:08.351 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48222026-02-24T03:46:10.429Z[ recovery-image] Feb 24 03:46:08.464 INFO O| Feb 24 03:46:08.464 INFO STEP 3 (remove_files) COMPLETE
48232026-02-24T03:46:10.429Z[ recovery-image] Feb 24 03:46:08.464 INFO O| Feb 24 03:46:08.464 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-02-24T03:46:10.444Z[ recovery-image] Feb 24 03:46:08.478 INFO O| Feb 24 03:46:08.478 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48252026-02-24T03:46:10.754Z[ recovery-image] Feb 24 03:46:08.788 INFO O| Feb 24 03:46:08.788 INFO STEP 4 (remove_files) COMPLETE
48262026-02-24T03:46:10.755Z[ recovery-image] Feb 24 03:46:08.788 INFO O| Feb 24 03:46:08.788 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-02-24T03:46:10.771Z[ recovery-image] Feb 24 03:46:08.803 INFO O| Feb 24 03:46:08.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48282026-02-24T03:46:10.812Z[ recovery-image] Feb 24 03:46:08.847 INFO O| Feb 24 03:46:08.847 INFO STEP 5 (remove_files) COMPLETE
48292026-02-24T03:46:10.812Z[ recovery-image] Feb 24 03:46:08.847 INFO O| Feb 24 03:46:08.847 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-02-24T03:46:10.828Z[ recovery-image] Feb 24 03:46:08.863 INFO O| Feb 24 03:46:08.862 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48312026-02-24T03:46:10.831Z[ recovery-image] Feb 24 03:46:08.866 INFO O| Feb 24 03:46:08.866 INFO STEP 6 (remove_files) COMPLETE
48322026-02-24T03:46:10.831Z[ recovery-image] Feb 24 03:46:08.866 INFO O| Feb 24 03:46:08.866 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-02-24T03:46:10.869Z[ recovery-image] Feb 24 03:46:08.903 INFO O| Feb 24 03:46:08.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48342026-02-24T03:46:10.935Z[ recovery-image] Feb 24 03:46:08.969 INFO O| Feb 24 03:46:08.969 INFO STEP 7 (remove_files) COMPLETE
48352026-02-24T03:46:10.935Z[ recovery-image] Feb 24 03:46:08.969 INFO O| Feb 24 03:46:08.969 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-02-24T03:46:10.951Z[ recovery-image] Feb 24 03:46:08.985 INFO O| Feb 24 03:46:08.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48372026-02-24T03:46:10.995Z[ recovery-image] Feb 24 03:46:09.029 INFO O| Feb 24 03:46:09.029 INFO STEP 8 (remove_files) COMPLETE
48382026-02-24T03:46:10.995Z[ recovery-image] Feb 24 03:46:09.029 INFO O| Feb 24 03:46:09.029 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-02-24T03:46:11.010Z[ recovery-image] Feb 24 03:46:09.045 INFO O| Feb 24 03:46:09.045 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48402026-02-24T03:46:11.032Z[ recovery-image] Feb 24 03:46:09.067 INFO O| Feb 24 03:46:09.067 INFO STEP 9 (remove_files) COMPLETE
48412026-02-24T03:46:11.033Z[ recovery-image] Feb 24 03:46:09.067 INFO O| Feb 24 03:46:09.067 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-02-24T03:46:11.048Z[ recovery-image] Feb 24 03:46:09.082 INFO O| Feb 24 03:46:09.082 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48432026-02-24T03:46:11.242Z[ recovery-image] Feb 24 03:46:09.276 INFO O| Feb 24 03:46:09.276 INFO STEP 10 (remove_files) COMPLETE
48442026-02-24T03:46:11.242Z[ recovery-image] Feb 24 03:46:09.276 INFO O| Feb 24 03:46:09.276 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-02-24T03:46:11.256Z[ recovery-image] Feb 24 03:46:09.290 INFO O| Feb 24 03:46:09.290 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48462026-02-24T03:46:11.308Z[ recovery-image] Feb 24 03:46:09.342 INFO O| Feb 24 03:46:09.342 INFO STEP 11 (remove_files) COMPLETE
48472026-02-24T03:46:11.308Z[ recovery-image] Feb 24 03:46:09.342 INFO O| Feb 24 03:46:09.342 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-02-24T03:46:11.324Z[ recovery-image] Feb 24 03:46:09.358 INFO O| Feb 24 03:46:09.358 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48492026-02-24T03:46:11.366Z[ recovery-image] Feb 24 03:46:09.401 INFO O| Feb 24 03:46:09.400 INFO STEP 12 (remove_files) COMPLETE
48502026-02-24T03:46:11.367Z[ recovery-image] Feb 24 03:46:09.401 INFO O| Feb 24 03:46:09.400 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-02-24T03:46:11.381Z[ recovery-image] Feb 24 03:46:09.416 INFO O| Feb 24 03:46:09.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48522026-02-24T03:46:11.384Z[ recovery-image] Feb 24 03:46:09.416 INFO O| Feb 24 03:46:09.416 INFO STEP 13 (remove_files) COMPLETE
48532026-02-24T03:46:11.384Z[ recovery-image] Feb 24 03:46:09.416 INFO O| Feb 24 03:46:09.416 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-02-24T03:46:11.395Z[ recovery-image] Feb 24 03:46:09.429 INFO O| Feb 24 03:46:09.429 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48552026-02-24T03:46:11.438Z[ recovery-image] Feb 24 03:46:09.472 INFO O| Feb 24 03:46:09.472 INFO STEP 14 (remove_files) COMPLETE
48562026-02-24T03:46:11.438Z[ recovery-image] Feb 24 03:46:09.472 INFO O| Feb 24 03:46:09.472 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-02-24T03:46:11.454Z[ recovery-image] Feb 24 03:46:09.488 INFO O| Feb 24 03:46:09.488 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48582026-02-24T03:46:11.486Z[ recovery-image] Feb 24 03:46:09.521 INFO O| Feb 24 03:46:09.520 INFO STEP 15 (remove_files) COMPLETE
48592026-02-24T03:46:11.487Z[ recovery-image] Feb 24 03:46:09.521 INFO O| Feb 24 03:46:09.521 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-02-24T03:46:11.502Z[ recovery-image] Feb 24 03:46:09.536 INFO O| Feb 24 03:46:09.536 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48612026-02-24T03:46:11.502Z[ recovery-image] Feb 24 03:46:09.536 INFO O| Feb 24 03:46:09.536 INFO STEP 16 (remove_files) COMPLETE
48622026-02-24T03:46:11.505Z[ recovery-image] Feb 24 03:46:09.536 INFO O| Feb 24 03:46:09.536 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-02-24T03:46:11.516Z[ recovery-image] Feb 24 03:46:09.550 INFO O| Feb 24 03:46:09.550 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48642026-02-24T03:46:11.516Z[ recovery-image] Feb 24 03:46:09.550 INFO O| Feb 24 03:46:09.550 INFO STEP 17 (remove_files) COMPLETE
48652026-02-24T03:46:11.516Z[ recovery-image] Feb 24 03:46:09.550 INFO O| Feb 24 03:46:09.550 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-02-24T03:46:11.589Z[ recovery-image] Feb 24 03:46:09.594 INFO O| Feb 24 03:46:09.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48672026-02-24T03:46:12.014Z[ recovery-image] Feb 24 03:46:10.048 INFO O| Feb 24 03:46:10.048 INFO STEP 18 (remove_files) COMPLETE
48682026-02-24T03:46:12.014Z[ recovery-image] Feb 24 03:46:10.048 INFO O| Feb 24 03:46:10.048 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-02-24T03:46:12.030Z[ recovery-image] Feb 24 03:46:10.064 INFO O| Feb 24 03:46:10.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48702026-02-24T03:46:12.076Z[ recovery-image] Feb 24 03:46:10.110 INFO O| Feb 24 03:46:10.110 INFO STEP 19 (remove_files) COMPLETE
48712026-02-24T03:46:12.076Z[ recovery-image] Feb 24 03:46:10.110 INFO O| Feb 24 03:46:10.110 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-02-24T03:46:12.097Z[ recovery-image] Feb 24 03:46:10.131 INFO O| Feb 24 03:46:10.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48732026-02-24T03:46:12.100Z[ recovery-image] Feb 24 03:46:10.132 INFO O| Feb 24 03:46:10.132 INFO STEP 20 (remove_files) COMPLETE
48742026-02-24T03:46:12.100Z[ recovery-image] Feb 24 03:46:10.132 INFO O| Feb 24 03:46:10.132 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-02-24T03:46:12.117Z[ recovery-image] Feb 24 03:46:10.152 INFO O| Feb 24 03:46:10.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48762026-02-24T03:46:12.120Z[ recovery-image] Feb 24 03:46:10.153 INFO O| Feb 24 03:46:10.153 INFO STEP 21 (remove_files) COMPLETE
48772026-02-24T03:46:12.120Z[ recovery-image] Feb 24 03:46:10.153 INFO O| Feb 24 03:46:10.153 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-02-24T03:46:12.132Z[ recovery-image] Feb 24 03:46:10.166 INFO O| Feb 24 03:46:10.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48792026-02-24T03:46:12.135Z[ recovery-image] Feb 24 03:46:10.167 INFO O| Feb 24 03:46:10.167 INFO STEP 22 (remove_files) COMPLETE
48802026-02-24T03:46:12.135Z[ recovery-image] Feb 24 03:46:10.167 INFO O| Feb 24 03:46:10.167 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-02-24T03:46:12.145Z[ recovery-image] Feb 24 03:46:10.180 INFO O| Feb 24 03:46:10.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48822026-02-24T03:46:12.145Z[ recovery-image] Feb 24 03:46:10.180 INFO O| Feb 24 03:46:10.180 INFO STEP 23 (remove_files) COMPLETE
48832026-02-24T03:46:12.148Z[ recovery-image] Feb 24 03:46:10.180 INFO O| Feb 24 03:46:10.180 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-02-24T03:46:12.159Z[ recovery-image] Feb 24 03:46:10.193 INFO O| Feb 24 03:46:10.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48852026-02-24T03:46:12.162Z[ recovery-image] Feb 24 03:46:10.194 INFO O| Feb 24 03:46:10.194 INFO STEP 24 (remove_files) COMPLETE
48862026-02-24T03:46:12.162Z[ recovery-image] Feb 24 03:46:10.194 INFO O| Feb 24 03:46:10.194 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-02-24T03:46:12.174Z[ recovery-image] Feb 24 03:46:10.208 INFO O| Feb 24 03:46:10.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48882026-02-24T03:46:12.177Z[ recovery-image] Feb 24 03:46:10.209 INFO O| Feb 24 03:46:10.209 INFO STEP 25 (remove_files) COMPLETE
48892026-02-24T03:46:12.177Z[ recovery-image] Feb 24 03:46:10.209 INFO O| Feb 24 03:46:10.209 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-02-24T03:46:12.188Z[ recovery-image] Feb 24 03:46:10.222 INFO O| Feb 24 03:46:10.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48912026-02-24T03:46:12.191Z[ recovery-image] Feb 24 03:46:10.223 INFO O| Feb 24 03:46:10.223 INFO STEP 26 (remove_files) COMPLETE
48922026-02-24T03:46:12.191Z[ recovery-image] Feb 24 03:46:10.223 INFO O| Feb 24 03:46:10.223 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-02-24T03:46:12.202Z[ recovery-image] Feb 24 03:46:10.236 INFO O| Feb 24 03:46:10.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48942026-02-24T03:46:12.205Z[ recovery-image] Feb 24 03:46:10.237 INFO O| Feb 24 03:46:10.237 INFO STEP 27 (remove_files) COMPLETE
48952026-02-24T03:46:12.205Z[ recovery-image] Feb 24 03:46:10.237 INFO O| Feb 24 03:46:10.237 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-02-24T03:46:12.215Z[ recovery-image] Feb 24 03:46:10.250 INFO O| Feb 24 03:46:10.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48972026-02-24T03:46:12.218Z[ recovery-image] Feb 24 03:46:10.250 INFO O| Feb 24 03:46:10.250 INFO STEP 28 (remove_files) COMPLETE
48982026-02-24T03:46:12.218Z[ recovery-image] Feb 24 03:46:10.250 INFO O| Feb 24 03:46:10.250 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-02-24T03:46:12.230Z[ recovery-image] Feb 24 03:46:10.264 INFO O| Feb 24 03:46:10.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49002026-02-24T03:46:12.233Z[ recovery-image] Feb 24 03:46:10.265 INFO O| Feb 24 03:46:10.264 INFO STEP 29 (remove_files) COMPLETE
49012026-02-24T03:46:12.233Z[ recovery-image] Feb 24 03:46:10.265 INFO O| Feb 24 03:46:10.265 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-02-24T03:46:12.244Z[ recovery-image] Feb 24 03:46:10.279 INFO O| Feb 24 03:46:10.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49032026-02-24T03:46:12.244Z[ recovery-image] Feb 24 03:46:10.279 INFO O| Feb 24 03:46:10.279 INFO STEP 30 (remove_files) COMPLETE
49042026-02-24T03:46:12.244Z[ recovery-image] Feb 24 03:46:10.279 INFO O| Feb 24 03:46:10.279 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-02-24T03:46:12.259Z[ recovery-image] Feb 24 03:46:10.292 INFO O| Feb 24 03:46:10.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49062026-02-24T03:46:12.263Z[ recovery-image] Feb 24 03:46:10.293 INFO O| Feb 24 03:46:10.293 INFO STEP 31 (remove_files) COMPLETE
49072026-02-24T03:46:12.263Z[ recovery-image] Feb 24 03:46:10.293 INFO O| Feb 24 03:46:10.293 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-02-24T03:46:12.272Z[ recovery-image] Feb 24 03:46:10.306 INFO O| Feb 24 03:46:10.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49092026-02-24T03:46:12.272Z[ recovery-image] Feb 24 03:46:10.306 INFO O| Feb 24 03:46:10.306 INFO STEP 32 (remove_files) COMPLETE
49102026-02-24T03:46:12.272Z[ recovery-image] Feb 24 03:46:10.306 INFO O| Feb 24 03:46:10.306 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-02-24T03:46:12.285Z[ recovery-image] Feb 24 03:46:10.319 INFO O| Feb 24 03:46:10.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49122026-02-24T03:46:12.285Z[ recovery-image] Feb 24 03:46:10.319 INFO O| Feb 24 03:46:10.319 INFO STEP 33 (remove_files) COMPLETE
49132026-02-24T03:46:12.288Z[ recovery-image] Feb 24 03:46:10.319 INFO O| Feb 24 03:46:10.319 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-02-24T03:46:12.299Z[ recovery-image] Feb 24 03:46:10.333 INFO O| Feb 24 03:46:10.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49152026-02-24T03:46:12.304Z[ recovery-image] Feb 24 03:46:10.333 INFO O| Feb 24 03:46:10.333 INFO STEP 34 (remove_files) COMPLETE
49162026-02-24T03:46:12.304Z[ recovery-image] Feb 24 03:46:10.333 INFO O| Feb 24 03:46:10.333 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-02-24T03:46:12.312Z[ recovery-image] Feb 24 03:46:10.346 INFO O| Feb 24 03:46:10.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49182026-02-24T03:46:12.312Z[ recovery-image] Feb 24 03:46:10.347 INFO O| Feb 24 03:46:10.347 INFO STEP 35 (remove_files) COMPLETE
49192026-02-24T03:46:12.315Z[ recovery-image] Feb 24 03:46:10.347 INFO O| Feb 24 03:46:10.347 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-02-24T03:46:12.326Z[ recovery-image] Feb 24 03:46:10.361 INFO O| Feb 24 03:46:10.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49212026-02-24T03:46:12.326Z[ recovery-image] Feb 24 03:46:10.361 INFO O| Feb 24 03:46:10.361 INFO STEP 36 (remove_files) COMPLETE
49222026-02-24T03:46:12.329Z[ recovery-image] Feb 24 03:46:10.361 INFO O| Feb 24 03:46:10.361 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-02-24T03:46:12.341Z[ recovery-image] Feb 24 03:46:10.375 INFO O| Feb 24 03:46:10.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49242026-02-24T03:46:12.341Z[ recovery-image] Feb 24 03:46:10.375 INFO O| Feb 24 03:46:10.375 INFO STEP 37 (remove_files) COMPLETE
49252026-02-24T03:46:12.341Z[ recovery-image] Feb 24 03:46:10.375 INFO O| Feb 24 03:46:10.375 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-02-24T03:46:12.354Z[ recovery-image] Feb 24 03:46:10.388 INFO O| Feb 24 03:46:10.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49272026-02-24T03:46:12.354Z[ recovery-image] Feb 24 03:46:10.388 INFO O| Feb 24 03:46:10.388 INFO STEP 38 (remove_files) COMPLETE
49282026-02-24T03:46:12.357Z[ recovery-image] Feb 24 03:46:10.388 INFO O| Feb 24 03:46:10.388 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-02-24T03:46:12.368Z[ recovery-image] Feb 24 03:46:10.402 INFO O| Feb 24 03:46:10.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49302026-02-24T03:46:12.368Z[ recovery-image] Feb 24 03:46:10.402 INFO O| Feb 24 03:46:10.402 INFO STEP 39 (remove_files) COMPLETE
49312026-02-24T03:46:12.370Z[ recovery-image] Feb 24 03:46:10.402 INFO O| Feb 24 03:46:10.402 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-02-24T03:46:12.381Z[ recovery-image] Feb 24 03:46:10.415 INFO O| Feb 24 03:46:10.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49332026-02-24T03:46:12.381Z[ recovery-image] Feb 24 03:46:10.415 INFO O| Feb 24 03:46:10.415 INFO STEP 40 (remove_files) COMPLETE
49342026-02-24T03:46:12.381Z[ recovery-image] Feb 24 03:46:10.415 INFO O| Feb 24 03:46:10.415 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-02-24T03:46:12.393Z[ recovery-image] Feb 24 03:46:10.427 INFO O| Feb 24 03:46:10.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49362026-02-24T03:46:12.393Z[ recovery-image] Feb 24 03:46:10.428 INFO O| Feb 24 03:46:10.428 INFO STEP 41 (remove_files) COMPLETE
49372026-02-24T03:46:12.393Z[ recovery-image] Feb 24 03:46:10.428 INFO O| Feb 24 03:46:10.428 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-02-24T03:46:12.407Z[ recovery-image] Feb 24 03:46:10.441 INFO O| Feb 24 03:46:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49392026-02-24T03:46:12.409Z[ recovery-image] Feb 24 03:46:10.442 INFO O| Feb 24 03:46:10.442 INFO STEP 42 (remove_files) COMPLETE
49402026-02-24T03:46:12.409Z[ recovery-image] Feb 24 03:46:10.442 INFO O| Feb 24 03:46:10.442 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-02-24T03:46:12.422Z[ recovery-image] Feb 24 03:46:10.456 INFO O| Feb 24 03:46:10.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49422026-02-24T03:46:12.425Z[ recovery-image] Feb 24 03:46:10.457 INFO O| Feb 24 03:46:10.457 INFO STEP 43 (remove_files) COMPLETE
49432026-02-24T03:46:12.425Z[ recovery-image] Feb 24 03:46:10.457 INFO O| Feb 24 03:46:10.457 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-02-24T03:46:12.437Z[ recovery-image] Feb 24 03:46:10.471 INFO O| Feb 24 03:46:10.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49452026-02-24T03:46:12.437Z[ recovery-image] Feb 24 03:46:10.471 INFO O| Feb 24 03:46:10.471 INFO STEP 44 (remove_files) COMPLETE
49462026-02-24T03:46:12.437Z[ recovery-image] Feb 24 03:46:10.471 INFO O| Feb 24 03:46:10.471 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-02-24T03:46:12.450Z[ recovery-image] Feb 24 03:46:10.485 INFO O| Feb 24 03:46:10.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49482026-02-24T03:46:12.450Z[ recovery-image] Feb 24 03:46:10.485 INFO O| Feb 24 03:46:10.485 INFO STEP 45 (remove_files) COMPLETE
49492026-02-24T03:46:12.450Z[ recovery-image] Feb 24 03:46:10.485 INFO O| Feb 24 03:46:10.485 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-02-24T03:46:12.463Z[ recovery-image] Feb 24 03:46:10.498 INFO O| Feb 24 03:46:10.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49512026-02-24T03:46:12.464Z[ recovery-image] Feb 24 03:46:10.498 INFO O| Feb 24 03:46:10.498 INFO STEP 46 (remove_files) COMPLETE
49522026-02-24T03:46:12.464Z[ recovery-image] Feb 24 03:46:10.498 INFO O| Feb 24 03:46:10.498 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-02-24T03:46:12.477Z[ recovery-image] Feb 24 03:46:10.511 INFO O| Feb 24 03:46:10.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49542026-02-24T03:46:12.477Z[ recovery-image] Feb 24 03:46:10.511 INFO O| Feb 24 03:46:10.511 INFO STEP 47 (remove_files) COMPLETE
49552026-02-24T03:46:12.477Z[ recovery-image] Feb 24 03:46:10.511 INFO O| Feb 24 03:46:10.511 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-02-24T03:46:12.490Z[ recovery-image] Feb 24 03:46:10.525 INFO O| Feb 24 03:46:10.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49572026-02-24T03:46:12.490Z[ recovery-image] Feb 24 03:46:10.525 INFO O| Feb 24 03:46:10.525 INFO STEP 48 (remove_files) COMPLETE
49582026-02-24T03:46:12.494Z[ recovery-image] Feb 24 03:46:10.525 INFO O| Feb 24 03:46:10.525 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-02-24T03:46:12.504Z[ recovery-image] Feb 24 03:46:10.538 INFO O| Feb 24 03:46:10.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49602026-02-24T03:46:12.504Z[ recovery-image] Feb 24 03:46:10.538 INFO O| Feb 24 03:46:10.538 INFO STEP 49 (remove_files) COMPLETE
49612026-02-24T03:46:12.507Z[ recovery-image] Feb 24 03:46:10.538 INFO O| Feb 24 03:46:10.538 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-02-24T03:46:12.518Z[ recovery-image] Feb 24 03:46:10.552 INFO O| Feb 24 03:46:10.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49632026-02-24T03:46:12.521Z[ recovery-image] Feb 24 03:46:10.553 INFO O| Feb 24 03:46:10.553 INFO STEP 50 (remove_files) COMPLETE
49642026-02-24T03:46:12.521Z[ recovery-image] Feb 24 03:46:10.553 INFO O| Feb 24 03:46:10.553 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-02-24T03:46:12.533Z[ recovery-image] Feb 24 03:46:10.567 INFO O| Feb 24 03:46:10.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49662026-02-24T03:46:12.536Z[ recovery-image] Feb 24 03:46:10.568 INFO O| Feb 24 03:46:10.568 INFO STEP 51 (remove_files) COMPLETE
49672026-02-24T03:46:12.536Z[ recovery-image] Feb 24 03:46:10.568 INFO O| Feb 24 03:46:10.568 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-02-24T03:46:12.549Z[ recovery-image] Feb 24 03:46:10.583 INFO O| Feb 24 03:46:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49692026-02-24T03:46:12.549Z[ recovery-image] Feb 24 03:46:10.583 INFO O| Feb 24 03:46:10.583 INFO STEP 52 (remove_files) COMPLETE
49702026-02-24T03:46:12.552Z[ recovery-image] Feb 24 03:46:10.583 INFO O| Feb 24 03:46:10.583 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-02-24T03:46:12.563Z[ recovery-image] Feb 24 03:46:10.597 INFO O| Feb 24 03:46:10.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49722026-02-24T03:46:12.563Z[ recovery-image] Feb 24 03:46:10.597 INFO O| Feb 24 03:46:10.597 INFO STEP 53 (remove_files) COMPLETE
49732026-02-24T03:46:12.563Z[ recovery-image] Feb 24 03:46:10.597 INFO O| Feb 24 03:46:10.597 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-02-24T03:46:12.576Z[ recovery-image] Feb 24 03:46:10.610 INFO O| Feb 24 03:46:10.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49752026-02-24T03:46:12.576Z[ recovery-image] Feb 24 03:46:10.610 INFO O| Feb 24 03:46:10.610 INFO STEP 54 (remove_files) COMPLETE
49762026-02-24T03:46:12.576Z[ recovery-image] Feb 24 03:46:10.610 INFO O| Feb 24 03:46:10.610 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-02-24T03:46:12.590Z[ recovery-image] Feb 24 03:46:10.624 INFO O| Feb 24 03:46:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49782026-02-24T03:46:12.591Z[ recovery-image] Feb 24 03:46:10.624 INFO O| Feb 24 03:46:10.624 INFO STEP 55 (remove_files) COMPLETE
49792026-02-24T03:46:12.591Z[ recovery-image] Feb 24 03:46:10.624 INFO O| Feb 24 03:46:10.624 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-02-24T03:46:12.603Z[ recovery-image] Feb 24 03:46:10.637 INFO O| Feb 24 03:46:10.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49812026-02-24T03:46:12.603Z[ recovery-image] Feb 24 03:46:10.637 INFO O| Feb 24 03:46:10.637 INFO STEP 56 (remove_files) COMPLETE
49822026-02-24T03:46:12.606Z[ recovery-image] Feb 24 03:46:10.637 INFO O| Feb 24 03:46:10.637 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-02-24T03:46:12.616Z[ recovery-image] Feb 24 03:46:10.651 INFO O| Feb 24 03:46:10.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49842026-02-24T03:46:12.617Z[ recovery-image] Feb 24 03:46:10.651 INFO O| Feb 24 03:46:10.651 INFO STEP 57 (remove_files) COMPLETE
49852026-02-24T03:46:12.617Z[ recovery-image] Feb 24 03:46:10.651 INFO O| Feb 24 03:46:10.651 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-02-24T03:46:12.631Z[ recovery-image] Feb 24 03:46:10.665 INFO O| Feb 24 03:46:10.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49872026-02-24T03:46:12.634Z[ recovery-image] Feb 24 03:46:10.666 INFO O| Feb 24 03:46:10.666 INFO STEP 58 (remove_files) COMPLETE
49882026-02-24T03:46:12.634Z[ recovery-image] Feb 24 03:46:10.666 INFO O| Feb 24 03:46:10.666 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-02-24T03:46:12.648Z[ recovery-image] Feb 24 03:46:10.682 INFO O| Feb 24 03:46:10.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49902026-02-24T03:46:12.648Z[ recovery-image] Feb 24 03:46:10.682 INFO O| Feb 24 03:46:10.682 INFO STEP 59 (remove_files) COMPLETE
49912026-02-24T03:46:12.648Z[ recovery-image] Feb 24 03:46:10.682 INFO O| Feb 24 03:46:10.682 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-02-24T03:46:12.664Z[ recovery-image] Feb 24 03:46:10.698 INFO O| Feb 24 03:46:10.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49932026-02-24T03:46:12.664Z[ recovery-image] Feb 24 03:46:10.698 INFO O| Feb 24 03:46:10.698 INFO STEP 60 (remove_files) COMPLETE
49942026-02-24T03:46:12.667Z[ recovery-image] Feb 24 03:46:10.698 INFO O| Feb 24 03:46:10.698 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-02-24T03:46:12.679Z[ recovery-image] Feb 24 03:46:10.713 INFO O| Feb 24 03:46:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49962026-02-24T03:46:12.679Z[ recovery-image] Feb 24 03:46:10.713 INFO O| Feb 24 03:46:10.713 INFO STEP 61 (remove_files) COMPLETE
49972026-02-24T03:46:12.682Z[ recovery-image] Feb 24 03:46:10.713 INFO O| Feb 24 03:46:10.713 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-02-24T03:46:12.694Z[ recovery-image] Feb 24 03:46:10.728 INFO O| Feb 24 03:46:10.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49992026-02-24T03:46:12.694Z[ recovery-image] Feb 24 03:46:10.728 INFO O| Feb 24 03:46:10.728 INFO STEP 62 (remove_files) COMPLETE
50002026-02-24T03:46:12.694Z[ recovery-image] Feb 24 03:46:10.728 INFO O| Feb 24 03:46:10.728 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-02-24T03:46:12.708Z[ recovery-image] Feb 24 03:46:10.742 INFO O| Feb 24 03:46:10.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50022026-02-24T03:46:12.708Z[ recovery-image] Feb 24 03:46:10.743 INFO O| Feb 24 03:46:10.742 INFO STEP 63 (remove_files) COMPLETE
50032026-02-24T03:46:12.711Z[ recovery-image] Feb 24 03:46:10.743 INFO O| Feb 24 03:46:10.743 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-02-24T03:46:12.723Z[ recovery-image] Feb 24 03:46:10.757 INFO O| Feb 24 03:46:10.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50052026-02-24T03:46:12.723Z[ recovery-image] Feb 24 03:46:10.757 INFO O| Feb 24 03:46:10.757 INFO STEP 64 (remove_files) COMPLETE
50062026-02-24T03:46:12.726Z[ recovery-image] Feb 24 03:46:10.757 INFO O| Feb 24 03:46:10.757 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-02-24T03:46:12.737Z[ recovery-image] Feb 24 03:46:10.771 INFO O| Feb 24 03:46:10.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50082026-02-24T03:46:12.740Z[ recovery-image] Feb 24 03:46:10.772 INFO O| Feb 24 03:46:10.772 INFO STEP 65 (remove_files) COMPLETE
50092026-02-24T03:46:12.740Z[ recovery-image] Feb 24 03:46:10.772 INFO O| Feb 24 03:46:10.772 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-02-24T03:46:12.752Z[ recovery-image] Feb 24 03:46:10.786 INFO O| Feb 24 03:46:10.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50112026-02-24T03:46:12.752Z[ recovery-image] Feb 24 03:46:10.786 INFO O| Feb 24 03:46:10.786 INFO STEP 66 (remove_files) COMPLETE
50122026-02-24T03:46:12.752Z[ recovery-image] Feb 24 03:46:10.786 INFO O| Feb 24 03:46:10.786 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-02-24T03:46:12.766Z[ recovery-image] Feb 24 03:46:10.800 INFO O| Feb 24 03:46:10.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50142026-02-24T03:46:12.766Z[ recovery-image] Feb 24 03:46:10.800 INFO O| Feb 24 03:46:10.800 INFO STEP 67 (remove_files) COMPLETE
50152026-02-24T03:46:12.769Z[ recovery-image] Feb 24 03:46:10.800 INFO O| Feb 24 03:46:10.800 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-02-24T03:46:12.779Z[ recovery-image] Feb 24 03:46:10.814 INFO O| Feb 24 03:46:10.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50172026-02-24T03:46:12.779Z[ recovery-image] Feb 24 03:46:10.814 INFO O| Feb 24 03:46:10.814 INFO STEP 68 (remove_files) COMPLETE
50182026-02-24T03:46:12.782Z[ recovery-image] Feb 24 03:46:10.814 INFO O| Feb 24 03:46:10.814 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-02-24T03:46:12.793Z[ recovery-image] Feb 24 03:46:10.827 INFO O| Feb 24 03:46:10.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50202026-02-24T03:46:12.793Z[ recovery-image] Feb 24 03:46:10.827 INFO O| Feb 24 03:46:10.827 INFO STEP 69 (remove_files) COMPLETE
50212026-02-24T03:46:12.796Z[ recovery-image] Feb 24 03:46:10.827 INFO O| Feb 24 03:46:10.827 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-02-24T03:46:12.807Z[ recovery-image] Feb 24 03:46:10.841 INFO O| Feb 24 03:46:10.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50232026-02-24T03:46:12.810Z[ recovery-image] Feb 24 03:46:10.841 INFO O| Feb 24 03:46:10.841 INFO STEP 70 (remove_files) COMPLETE
50242026-02-24T03:46:12.810Z[ recovery-image] Feb 24 03:46:10.841 INFO O| Feb 24 03:46:10.841 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-02-24T03:46:12.820Z[ recovery-image] Feb 24 03:46:10.854 INFO O| Feb 24 03:46:10.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50262026-02-24T03:46:12.823Z[ recovery-image] Feb 24 03:46:10.855 INFO O| Feb 24 03:46:10.854 INFO STEP 71 (remove_files) COMPLETE
50272026-02-24T03:46:12.823Z[ recovery-image] Feb 24 03:46:10.855 INFO O| Feb 24 03:46:10.854 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-02-24T03:46:12.834Z[ recovery-image] Feb 24 03:46:10.868 INFO O| Feb 24 03:46:10.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50292026-02-24T03:46:12.834Z[ recovery-image] Feb 24 03:46:10.868 INFO O| Feb 24 03:46:10.868 INFO STEP 72 (remove_files) COMPLETE
50302026-02-24T03:46:12.834Z[ recovery-image] Feb 24 03:46:10.868 INFO O| Feb 24 03:46:10.868 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-02-24T03:46:12.847Z[ recovery-image] Feb 24 03:46:10.881 INFO O| Feb 24 03:46:10.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50322026-02-24T03:46:12.847Z[ recovery-image] Feb 24 03:46:10.881 INFO O| Feb 24 03:46:10.881 INFO STEP 73 (remove_files) COMPLETE
50332026-02-24T03:46:12.847Z[ recovery-image] Feb 24 03:46:10.881 INFO O| Feb 24 03:46:10.881 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-02-24T03:46:12.860Z[ recovery-image] Feb 24 03:46:10.894 INFO O| Feb 24 03:46:10.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50352026-02-24T03:46:12.860Z[ recovery-image] Feb 24 03:46:10.894 INFO O| Feb 24 03:46:10.894 INFO STEP 74 (remove_files) COMPLETE
50362026-02-24T03:46:12.863Z[ recovery-image] Feb 24 03:46:10.894 INFO O| Feb 24 03:46:10.894 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-02-24T03:46:12.874Z[ recovery-image] Feb 24 03:46:10.908 INFO O| Feb 24 03:46:10.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50382026-02-24T03:46:12.877Z[ recovery-image] Feb 24 03:46:10.909 INFO O| Feb 24 03:46:10.909 INFO STEP 75 (remove_files) COMPLETE
50392026-02-24T03:46:12.877Z[ recovery-image] Feb 24 03:46:10.909 INFO O| Feb 24 03:46:10.909 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-02-24T03:46:12.889Z[ recovery-image] Feb 24 03:46:10.923 INFO O| Feb 24 03:46:10.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50412026-02-24T03:46:12.889Z[ recovery-image] Feb 24 03:46:10.923 INFO O| Feb 24 03:46:10.923 INFO STEP 76 (remove_files) COMPLETE
50422026-02-24T03:46:12.889Z[ recovery-image] Feb 24 03:46:10.923 INFO O| Feb 24 03:46:10.923 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-02-24T03:46:12.903Z[ recovery-image] Feb 24 03:46:10.937 INFO O| Feb 24 03:46:10.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50442026-02-24T03:46:12.906Z[ recovery-image] Feb 24 03:46:10.937 INFO O| Feb 24 03:46:10.937 INFO STEP 77 (remove_files) COMPLETE
50452026-02-24T03:46:12.906Z[ recovery-image] Feb 24 03:46:10.937 INFO O| Feb 24 03:46:10.937 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-02-24T03:46:12.916Z[ recovery-image] Feb 24 03:46:10.951 INFO O| Feb 24 03:46:10.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50472026-02-24T03:46:12.916Z[ recovery-image] Feb 24 03:46:10.951 INFO O| Feb 24 03:46:10.951 INFO STEP 78 (remove_files) COMPLETE
50482026-02-24T03:46:12.919Z[ recovery-image] Feb 24 03:46:10.951 INFO O| Feb 24 03:46:10.951 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-02-24T03:46:12.930Z[ recovery-image] Feb 24 03:46:10.964 INFO O| Feb 24 03:46:10.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50502026-02-24T03:46:12.930Z[ recovery-image] Feb 24 03:46:10.964 INFO O| Feb 24 03:46:10.964 INFO STEP 79 (remove_files) COMPLETE
50512026-02-24T03:46:12.930Z[ recovery-image] Feb 24 03:46:10.964 INFO O| Feb 24 03:46:10.964 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-02-24T03:46:12.944Z[ recovery-image] Feb 24 03:46:10.978 INFO O| Feb 24 03:46:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50532026-02-24T03:46:12.944Z[ recovery-image] Feb 24 03:46:10.978 INFO O| Feb 24 03:46:10.978 INFO STEP 80 (remove_files) COMPLETE
50542026-02-24T03:46:12.944Z[ recovery-image] Feb 24 03:46:10.978 INFO O| Feb 24 03:46:10.978 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-02-24T03:46:12.957Z[ recovery-image] Feb 24 03:46:10.991 INFO O| Feb 24 03:46:10.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50562026-02-24T03:46:12.957Z[ recovery-image] Feb 24 03:46:10.992 INFO O| Feb 24 03:46:10.991 INFO STEP 81 (remove_files) COMPLETE
50572026-02-24T03:46:12.960Z[ recovery-image] Feb 24 03:46:10.992 INFO O| Feb 24 03:46:10.992 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-02-24T03:46:12.971Z[ recovery-image] Feb 24 03:46:11.005 INFO O| Feb 24 03:46:11.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50592026-02-24T03:46:12.973Z[ recovery-image] Feb 24 03:46:11.006 INFO O| Feb 24 03:46:11.006 INFO STEP 82 (remove_files) COMPLETE
50602026-02-24T03:46:12.973Z[ recovery-image] Feb 24 03:46:11.006 INFO O| Feb 24 03:46:11.006 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-02-24T03:46:12.985Z[ recovery-image] Feb 24 03:46:11.020 INFO O| Feb 24 03:46:11.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50622026-02-24T03:46:12.989Z[ recovery-image] Feb 24 03:46:11.020 INFO O| Feb 24 03:46:11.020 INFO STEP 83 (remove_files) COMPLETE
50632026-02-24T03:46:12.989Z[ recovery-image] Feb 24 03:46:11.020 INFO O| Feb 24 03:46:11.020 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-02-24T03:46:12.999Z[ recovery-image] Feb 24 03:46:11.033 INFO O| Feb 24 03:46:11.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50652026-02-24T03:46:12.999Z[ recovery-image] Feb 24 03:46:11.034 INFO O| Feb 24 03:46:11.033 INFO STEP 84 (remove_files) COMPLETE
50662026-02-24T03:46:13.007Z[ recovery-image] Feb 24 03:46:11.034 INFO O| Feb 24 03:46:11.034 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-02-24T03:46:13.017Z[ recovery-image] Feb 24 03:46:11.051 INFO O| Feb 24 03:46:11.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50682026-02-24T03:46:13.020Z[ recovery-image] Feb 24 03:46:11.052 INFO O| Feb 24 03:46:11.052 INFO STEP 85 (remove_files) COMPLETE
50692026-02-24T03:46:13.020Z[ recovery-image] Feb 24 03:46:11.052 INFO O| Feb 24 03:46:11.052 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-02-24T03:46:13.036Z[ recovery-image] Feb 24 03:46:11.070 INFO O| Feb 24 03:46:11.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50712026-02-24T03:46:13.039Z[ recovery-image] Feb 24 03:46:11.071 INFO O| Feb 24 03:46:11.071 INFO STEP 86 (remove_files) COMPLETE
50722026-02-24T03:46:13.039Z[ recovery-image] Feb 24 03:46:11.071 INFO O| Feb 24 03:46:11.071 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-02-24T03:46:13.054Z[ recovery-image] Feb 24 03:46:11.088 INFO O| Feb 24 03:46:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50742026-02-24T03:46:13.057Z[ recovery-image] Feb 24 03:46:11.088 INFO O| Feb 24 03:46:11.088 INFO STEP 87 (remove_files) COMPLETE
50752026-02-24T03:46:13.057Z[ recovery-image] Feb 24 03:46:11.088 INFO O| Feb 24 03:46:11.088 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-02-24T03:46:13.073Z[ recovery-image] Feb 24 03:46:11.107 INFO O| Feb 24 03:46:11.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50772026-02-24T03:46:13.073Z[ recovery-image] Feb 24 03:46:11.107 INFO O| Feb 24 03:46:11.107 INFO STEP 88 (remove_files) COMPLETE
50782026-02-24T03:46:13.073Z[ recovery-image] Feb 24 03:46:11.107 INFO O| Feb 24 03:46:11.107 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-02-24T03:46:13.090Z[ recovery-image] Feb 24 03:46:11.124 INFO O| Feb 24 03:46:11.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50802026-02-24T03:46:13.090Z[ recovery-image] Feb 24 03:46:11.124 INFO O| Feb 24 03:46:11.124 INFO STEP 89 (remove_files) COMPLETE
50812026-02-24T03:46:13.093Z[ recovery-image] Feb 24 03:46:11.124 INFO O| Feb 24 03:46:11.124 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-02-24T03:46:13.111Z[ recovery-image] Feb 24 03:46:11.145 INFO O| Feb 24 03:46:11.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50832026-02-24T03:46:13.111Z[ recovery-image] Feb 24 03:46:11.145 INFO O| Feb 24 03:46:11.145 INFO STEP 90 (remove_files) COMPLETE
50842026-02-24T03:46:13.114Z[ recovery-image] Feb 24 03:46:11.145 INFO O| Feb 24 03:46:11.145 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-02-24T03:46:13.126Z[ recovery-image] Feb 24 03:46:11.160 INFO O| Feb 24 03:46:11.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50862026-02-24T03:46:13.126Z[ recovery-image] Feb 24 03:46:11.160 INFO O| Feb 24 03:46:11.160 INFO STEP 91 (remove_files) COMPLETE
50872026-02-24T03:46:13.126Z[ recovery-image] Feb 24 03:46:11.160 INFO O| Feb 24 03:46:11.160 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-02-24T03:46:13.141Z[ recovery-image] Feb 24 03:46:11.175 INFO O| Feb 24 03:46:11.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50892026-02-24T03:46:13.141Z[ recovery-image] Feb 24 03:46:11.176 INFO O| Feb 24 03:46:11.176 INFO STEP 92 (remove_files) COMPLETE
50902026-02-24T03:46:13.141Z[ recovery-image] Feb 24 03:46:11.176 INFO O| Feb 24 03:46:11.176 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-02-24T03:46:13.156Z[ recovery-image] Feb 24 03:46:11.190 INFO O| Feb 24 03:46:11.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50922026-02-24T03:46:13.157Z[ recovery-image] Feb 24 03:46:11.190 INFO O| Feb 24 03:46:11.190 INFO STEP 93 (remove_files) COMPLETE
50932026-02-24T03:46:13.159Z[ recovery-image] Feb 24 03:46:11.190 INFO O| Feb 24 03:46:11.190 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-02-24T03:46:13.173Z[ recovery-image] Feb 24 03:46:11.206 INFO O| Feb 24 03:46:11.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50952026-02-24T03:46:13.176Z[ recovery-image] Feb 24 03:46:11.207 INFO O| Feb 24 03:46:11.207 INFO STEP 94 (remove_files) COMPLETE
50962026-02-24T03:46:13.176Z[ recovery-image] Feb 24 03:46:11.207 INFO O| Feb 24 03:46:11.207 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-02-24T03:46:13.190Z[ recovery-image] Feb 24 03:46:11.223 INFO O| Feb 24 03:46:11.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50982026-02-24T03:46:13.190Z[ recovery-image] Feb 24 03:46:11.223 INFO O| Feb 24 03:46:11.223 INFO STEP 95 (remove_files) COMPLETE
50992026-02-24T03:46:13.190Z[ recovery-image] Feb 24 03:46:11.223 INFO O| Feb 24 03:46:11.223 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-02-24T03:46:13.206Z[ recovery-image] Feb 24 03:46:11.239 INFO O| Feb 24 03:46:11.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51012026-02-24T03:46:13.206Z[ recovery-image] Feb 24 03:46:11.240 INFO O| Feb 24 03:46:11.239 INFO STEP 96 (remove_files) COMPLETE
51022026-02-24T03:46:13.209Z[ recovery-image] Feb 24 03:46:11.240 INFO O| Feb 24 03:46:11.240 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-02-24T03:46:13.223Z[ recovery-image] Feb 24 03:46:11.256 INFO O| Feb 24 03:46:11.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51042026-02-24T03:46:13.223Z[ recovery-image] Feb 24 03:46:11.256 INFO O| Feb 24 03:46:11.256 INFO STEP 97 (remove_files) COMPLETE
51052026-02-24T03:46:13.223Z[ recovery-image] Feb 24 03:46:11.256 INFO O| Feb 24 03:46:11.256 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-02-24T03:46:13.240Z[ recovery-image] Feb 24 03:46:11.274 INFO O| Feb 24 03:46:11.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51072026-02-24T03:46:13.243Z[ recovery-image] Feb 24 03:46:11.275 INFO O| Feb 24 03:46:11.275 INFO STEP 98 (remove_files) COMPLETE
51082026-02-24T03:46:13.243Z[ recovery-image] Feb 24 03:46:11.275 INFO O| Feb 24 03:46:11.275 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-02-24T03:46:13.259Z[ recovery-image] Feb 24 03:46:11.293 INFO O| Feb 24 03:46:11.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51102026-02-24T03:46:13.264Z[ recovery-image] Feb 24 03:46:11.294 INFO O| Feb 24 03:46:11.294 INFO STEP 99 (remove_files) COMPLETE
51112026-02-24T03:46:13.264Z[ recovery-image] Feb 24 03:46:11.294 INFO O| Feb 24 03:46:11.294 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-02-24T03:46:13.277Z[ recovery-image] Feb 24 03:46:11.311 INFO O| Feb 24 03:46:11.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51132026-02-24T03:46:13.277Z[ recovery-image] Feb 24 03:46:11.311 INFO O| Feb 24 03:46:11.311 INFO STEP 100 (remove_files) COMPLETE
51142026-02-24T03:46:13.280Z[ recovery-image] Feb 24 03:46:11.311 INFO O| Feb 24 03:46:11.311 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-02-24T03:46:13.294Z[ recovery-image] Feb 24 03:46:11.328 INFO O| Feb 24 03:46:11.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51162026-02-24T03:46:13.294Z[ recovery-image] Feb 24 03:46:11.328 INFO O| Feb 24 03:46:11.328 INFO STEP 101 (remove_files) COMPLETE
51172026-02-24T03:46:13.294Z[ recovery-image] Feb 24 03:46:11.328 INFO O| Feb 24 03:46:11.328 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-02-24T03:46:13.309Z[ recovery-image] Feb 24 03:46:11.343 INFO O| Feb 24 03:46:11.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51192026-02-24T03:46:13.309Z[ recovery-image] Feb 24 03:46:11.343 INFO O| Feb 24 03:46:11.343 INFO STEP 102 (remove_files) COMPLETE
51202026-02-24T03:46:13.309Z[ recovery-image] Feb 24 03:46:11.343 INFO O| Feb 24 03:46:11.343 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-02-24T03:46:13.321Z[ recovery-image] Feb 24 03:46:11.355 INFO O| Feb 24 03:46:11.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51222026-02-24T03:46:13.321Z[ recovery-image] Feb 24 03:46:11.355 INFO O| Feb 24 03:46:11.355 INFO STEP 103 (remove_files) COMPLETE
51232026-02-24T03:46:13.321Z[ recovery-image] Feb 24 03:46:11.355 INFO O| Feb 24 03:46:11.355 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-02-24T03:46:13.334Z[ recovery-image] Feb 24 03:46:11.368 INFO O| Feb 24 03:46:11.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51252026-02-24T03:46:13.334Z[ recovery-image] Feb 24 03:46:11.368 INFO O| Feb 24 03:46:11.368 INFO STEP 104 (remove_files) COMPLETE
51262026-02-24T03:46:13.334Z[ recovery-image] Feb 24 03:46:11.368 INFO O| Feb 24 03:46:11.368 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-02-24T03:46:13.347Z[ recovery-image] Feb 24 03:46:11.381 INFO O| Feb 24 03:46:11.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51282026-02-24T03:46:13.347Z[ recovery-image] Feb 24 03:46:11.381 INFO O| Feb 24 03:46:11.381 INFO STEP 105 (remove_files) COMPLETE
51292026-02-24T03:46:13.350Z[ recovery-image] Feb 24 03:46:11.381 INFO O| Feb 24 03:46:11.381 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-02-24T03:46:13.359Z[ recovery-image] Feb 24 03:46:11.393 INFO O| Feb 24 03:46:11.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51312026-02-24T03:46:13.359Z[ recovery-image] Feb 24 03:46:11.393 INFO O| Feb 24 03:46:11.393 INFO STEP 106 (remove_files) COMPLETE
51322026-02-24T03:46:13.359Z[ recovery-image] Feb 24 03:46:11.393 INFO O| Feb 24 03:46:11.393 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-02-24T03:46:13.371Z[ recovery-image] Feb 24 03:46:11.405 INFO O| Feb 24 03:46:11.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51342026-02-24T03:46:13.371Z[ recovery-image] Feb 24 03:46:11.405 INFO O| Feb 24 03:46:11.405 INFO STEP 107 (remove_files) COMPLETE
51352026-02-24T03:46:13.374Z[ recovery-image] Feb 24 03:46:11.405 INFO O| Feb 24 03:46:11.405 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-02-24T03:46:13.384Z[ recovery-image] Feb 24 03:46:11.418 INFO O| Feb 24 03:46:11.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51372026-02-24T03:46:13.384Z[ recovery-image] Feb 24 03:46:11.418 INFO O| Feb 24 03:46:11.418 INFO STEP 108 (remove_files) COMPLETE
51382026-02-24T03:46:13.387Z[ recovery-image] Feb 24 03:46:11.418 INFO O| Feb 24 03:46:11.418 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-02-24T03:46:13.398Z[ recovery-image] Feb 24 03:46:11.432 INFO O| Feb 24 03:46:11.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51402026-02-24T03:46:13.398Z[ recovery-image] Feb 24 03:46:11.432 INFO O| Feb 24 03:46:11.432 INFO STEP 109 (remove_files) COMPLETE
51412026-02-24T03:46:13.398Z[ recovery-image] Feb 24 03:46:11.432 INFO O| Feb 24 03:46:11.432 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-02-24T03:46:13.413Z[ recovery-image] Feb 24 03:46:11.447 INFO O| Feb 24 03:46:11.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51432026-02-24T03:46:13.413Z[ recovery-image] Feb 24 03:46:11.447 INFO O| Feb 24 03:46:11.447 INFO STEP 110 (remove_files) COMPLETE
51442026-02-24T03:46:13.416Z[ recovery-image] Feb 24 03:46:11.447 INFO O| Feb 24 03:46:11.447 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-02-24T03:46:13.430Z[ recovery-image] Feb 24 03:46:11.463 INFO O| Feb 24 03:46:11.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51462026-02-24T03:46:13.430Z[ recovery-image] Feb 24 03:46:11.463 INFO O| Feb 24 03:46:11.463 INFO STEP 111 (remove_files) COMPLETE
51472026-02-24T03:46:13.430Z[ recovery-image] Feb 24 03:46:11.464 INFO O| Feb 24 03:46:11.463 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-02-24T03:46:13.444Z[ recovery-image] Feb 24 03:46:11.478 INFO O| Feb 24 03:46:11.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51492026-02-24T03:46:13.444Z[ recovery-image] Feb 24 03:46:11.478 INFO O| Feb 24 03:46:11.478 INFO STEP 112 (remove_files) COMPLETE
51502026-02-24T03:46:13.444Z[ recovery-image] Feb 24 03:46:11.478 INFO O| Feb 24 03:46:11.478 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-02-24T03:46:13.461Z[ recovery-image] Feb 24 03:46:11.494 INFO O| Feb 24 03:46:11.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51522026-02-24T03:46:13.461Z[ recovery-image] Feb 24 03:46:11.495 INFO O| Feb 24 03:46:11.494 INFO STEP 113 (remove_files) COMPLETE
51532026-02-24T03:46:13.464Z[ recovery-image] Feb 24 03:46:11.495 INFO O| Feb 24 03:46:11.494 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-02-24T03:46:13.474Z[ recovery-image] Feb 24 03:46:11.508 INFO O| Feb 24 03:46:11.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51552026-02-24T03:46:13.477Z[ recovery-image] Feb 24 03:46:11.508 INFO O| Feb 24 03:46:11.508 INFO STEP 114 (remove_files) COMPLETE
51562026-02-24T03:46:13.477Z[ recovery-image] Feb 24 03:46:11.508 INFO O| Feb 24 03:46:11.508 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-02-24T03:46:13.488Z[ recovery-image] Feb 24 03:46:11.522 INFO O| Feb 24 03:46:11.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51582026-02-24T03:46:13.488Z[ recovery-image] Feb 24 03:46:11.522 INFO O| Feb 24 03:46:11.522 INFO STEP 115 (remove_files) COMPLETE
51592026-02-24T03:46:13.491Z[ recovery-image] Feb 24 03:46:11.522 INFO O| Feb 24 03:46:11.522 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-02-24T03:46:13.503Z[ recovery-image] Feb 24 03:46:11.537 INFO O| Feb 24 03:46:11.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51612026-02-24T03:46:13.503Z[ recovery-image] Feb 24 03:46:11.537 INFO O| Feb 24 03:46:11.537 INFO STEP 116 (remove_files) COMPLETE
51622026-02-24T03:46:13.503Z[ recovery-image] Feb 24 03:46:11.538 INFO O| Feb 24 03:46:11.537 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-02-24T03:46:13.519Z[ recovery-image] Feb 24 03:46:11.552 INFO O| Feb 24 03:46:11.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51642026-02-24T03:46:13.522Z[ recovery-image] Feb 24 03:46:11.553 INFO O| Feb 24 03:46:11.553 INFO STEP 117 (remove_files) COMPLETE
51652026-02-24T03:46:13.522Z[ recovery-image] Feb 24 03:46:11.553 INFO O| Feb 24 03:46:11.553 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-02-24T03:46:13.533Z[ recovery-image] Feb 24 03:46:11.567 INFO O| Feb 24 03:46:11.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51672026-02-24T03:46:13.534Z[ recovery-image] Feb 24 03:46:11.567 INFO O| Feb 24 03:46:11.567 INFO STEP 118 (remove_files) COMPLETE
51682026-02-24T03:46:13.534Z[ recovery-image] Feb 24 03:46:11.568 INFO O| Feb 24 03:46:11.567 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-02-24T03:46:13.547Z[ recovery-image] Feb 24 03:46:11.581 INFO O| Feb 24 03:46:11.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51702026-02-24T03:46:13.547Z[ recovery-image] Feb 24 03:46:11.581 INFO O| Feb 24 03:46:11.581 INFO STEP 119 (remove_files) COMPLETE
51712026-02-24T03:46:13.547Z[ recovery-image] Feb 24 03:46:11.581 INFO O| Feb 24 03:46:11.581 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-02-24T03:46:13.561Z[ recovery-image] Feb 24 03:46:11.595 INFO O| Feb 24 03:46:11.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51732026-02-24T03:46:13.561Z[ recovery-image] Feb 24 03:46:11.595 INFO O| Feb 24 03:46:11.595 INFO STEP 120 (remove_files) COMPLETE
51742026-02-24T03:46:13.562Z[ recovery-image] Feb 24 03:46:11.595 INFO O| Feb 24 03:46:11.595 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-02-24T03:46:13.576Z[ recovery-image] Feb 24 03:46:11.610 INFO O| Feb 24 03:46:11.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51762026-02-24T03:46:13.576Z[ recovery-image] Feb 24 03:46:11.610 INFO O| Feb 24 03:46:11.610 INFO STEP 121 (remove_files) COMPLETE
51772026-02-24T03:46:13.579Z[ recovery-image] Feb 24 03:46:11.610 INFO O| Feb 24 03:46:11.610 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-02-24T03:46:13.593Z[ recovery-image] Feb 24 03:46:11.627 INFO O| Feb 24 03:46:11.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51792026-02-24T03:46:13.593Z[ recovery-image] Feb 24 03:46:11.627 INFO O| Feb 24 03:46:11.627 INFO STEP 122 (remove_files) COMPLETE
51802026-02-24T03:46:13.593Z[ recovery-image] Feb 24 03:46:11.627 INFO O| Feb 24 03:46:11.627 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-02-24T03:46:13.608Z[ recovery-image] Feb 24 03:46:11.642 INFO O| Feb 24 03:46:11.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51822026-02-24T03:46:13.608Z[ recovery-image] Feb 24 03:46:11.642 INFO O| Feb 24 03:46:11.642 INFO STEP 123 (remove_files) COMPLETE
51832026-02-24T03:46:13.608Z[ recovery-image] Feb 24 03:46:11.642 INFO O| Feb 24 03:46:11.642 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-02-24T03:46:13.623Z[ recovery-image] Feb 24 03:46:11.657 INFO O| Feb 24 03:46:11.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51852026-02-24T03:46:13.623Z[ recovery-image] Feb 24 03:46:11.657 INFO O| Feb 24 03:46:11.657 INFO STEP 124 (remove_files) COMPLETE
51862026-02-24T03:46:13.626Z[ recovery-image] Feb 24 03:46:11.657 INFO O| Feb 24 03:46:11.657 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-02-24T03:46:13.638Z[ recovery-image] Feb 24 03:46:11.672 INFO O| Feb 24 03:46:11.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51882026-02-24T03:46:13.638Z[ recovery-image] Feb 24 03:46:11.672 INFO O| Feb 24 03:46:11.672 INFO STEP 125 (remove_files) COMPLETE
51892026-02-24T03:46:13.641Z[ recovery-image] Feb 24 03:46:11.672 INFO O| Feb 24 03:46:11.672 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-02-24T03:46:13.653Z[ recovery-image] Feb 24 03:46:11.687 INFO O| Feb 24 03:46:11.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51912026-02-24T03:46:13.654Z[ recovery-image] Feb 24 03:46:11.687 INFO O| Feb 24 03:46:11.687 INFO STEP 126 (remove_files) COMPLETE
51922026-02-24T03:46:13.654Z[ recovery-image] Feb 24 03:46:11.687 INFO O| Feb 24 03:46:11.687 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-02-24T03:46:13.669Z[ recovery-image] Feb 24 03:46:11.703 INFO O| Feb 24 03:46:11.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51942026-02-24T03:46:13.669Z[ recovery-image] Feb 24 03:46:11.703 INFO O| Feb 24 03:46:11.703 INFO STEP 127 (remove_files) COMPLETE
51952026-02-24T03:46:13.669Z[ recovery-image] Feb 24 03:46:11.703 INFO O| Feb 24 03:46:11.703 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-02-24T03:46:13.684Z[ recovery-image] Feb 24 03:46:11.718 INFO O| Feb 24 03:46:11.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51972026-02-24T03:46:13.684Z[ recovery-image] Feb 24 03:46:11.718 INFO O| Feb 24 03:46:11.718 INFO STEP 128 (remove_files) COMPLETE
51982026-02-24T03:46:13.684Z[ recovery-image] Feb 24 03:46:11.718 INFO O| Feb 24 03:46:11.718 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-02-24T03:46:13.698Z[ recovery-image] Feb 24 03:46:11.732 INFO O| Feb 24 03:46:11.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52002026-02-24T03:46:13.698Z[ recovery-image] Feb 24 03:46:11.732 INFO O| Feb 24 03:46:11.732 INFO STEP 129 (remove_files) COMPLETE
52012026-02-24T03:46:13.698Z[ recovery-image] Feb 24 03:46:11.732 INFO O| Feb 24 03:46:11.732 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-02-24T03:46:13.712Z[ recovery-image] Feb 24 03:46:11.746 INFO O| Feb 24 03:46:11.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52032026-02-24T03:46:13.712Z[ recovery-image] Feb 24 03:46:11.746 INFO O| Feb 24 03:46:11.746 INFO STEP 130 (remove_files) COMPLETE
52042026-02-24T03:46:13.712Z[ recovery-image] Feb 24 03:46:11.746 INFO O| Feb 24 03:46:11.746 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-02-24T03:46:13.725Z[ recovery-image] Feb 24 03:46:11.759 INFO O| Feb 24 03:46:11.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52062026-02-24T03:46:13.725Z[ recovery-image] Feb 24 03:46:11.759 INFO O| Feb 24 03:46:11.759 INFO STEP 131 (remove_files) COMPLETE
52072026-02-24T03:46:13.728Z[ recovery-image] Feb 24 03:46:11.759 INFO O| Feb 24 03:46:11.759 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-02-24T03:46:13.738Z[ recovery-image] Feb 24 03:46:11.772 INFO O| Feb 24 03:46:11.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52092026-02-24T03:46:13.738Z[ recovery-image] Feb 24 03:46:11.772 INFO O| Feb 24 03:46:11.772 INFO STEP 132 (remove_files) COMPLETE
52102026-02-24T03:46:13.742Z[ recovery-image] Feb 24 03:46:11.772 INFO O| Feb 24 03:46:11.772 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-02-24T03:46:13.750Z[ recovery-image] Feb 24 03:46:11.783 INFO O| Feb 24 03:46:11.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52122026-02-24T03:46:13.750Z[ recovery-image] Feb 24 03:46:11.783 INFO O| Feb 24 03:46:11.783 INFO STEP 133 (remove_files) COMPLETE
52132026-02-24T03:46:13.754Z[ recovery-image] Feb 24 03:46:11.783 INFO O| Feb 24 03:46:11.783 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-02-24T03:46:13.764Z[ recovery-image] Feb 24 03:46:11.797 INFO O| Feb 24 03:46:11.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52152026-02-24T03:46:13.767Z[ recovery-image] Feb 24 03:46:11.797 INFO O| Feb 24 03:46:11.797 INFO STEP 134 (remove_files) COMPLETE
52162026-02-24T03:46:13.767Z[ recovery-image] Feb 24 03:46:11.797 INFO O| Feb 24 03:46:11.797 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-02-24T03:46:13.775Z[ recovery-image] Feb 24 03:46:11.809 INFO O| Feb 24 03:46:11.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52182026-02-24T03:46:13.775Z[ recovery-image] Feb 24 03:46:11.809 INFO O| Feb 24 03:46:11.809 INFO STEP 135 (remove_files) COMPLETE
52192026-02-24T03:46:13.775Z[ recovery-image] Feb 24 03:46:11.809 INFO O| Feb 24 03:46:11.809 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-02-24T03:46:13.788Z[ recovery-image] Feb 24 03:46:11.822 INFO O| Feb 24 03:46:11.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52212026-02-24T03:46:13.791Z[ recovery-image] Feb 24 03:46:11.822 INFO O| Feb 24 03:46:11.822 INFO STEP 136 (remove_files) COMPLETE
52222026-02-24T03:46:13.791Z[ recovery-image] Feb 24 03:46:11.822 INFO O| Feb 24 03:46:11.822 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-02-24T03:46:13.801Z[ recovery-image] Feb 24 03:46:11.835 INFO O| Feb 24 03:46:11.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52242026-02-24T03:46:13.804Z[ recovery-image] Feb 24 03:46:11.835 INFO O| Feb 24 03:46:11.835 INFO STEP 137 (remove_files) COMPLETE
52252026-02-24T03:46:13.804Z[ recovery-image] Feb 24 03:46:11.835 INFO O| Feb 24 03:46:11.835 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-02-24T03:46:13.815Z[ recovery-image] Feb 24 03:46:11.848 INFO O| Feb 24 03:46:11.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52272026-02-24T03:46:13.815Z[ recovery-image] Feb 24 03:46:11.849 INFO O| Feb 24 03:46:11.848 INFO STEP 138 (remove_files) COMPLETE
52282026-02-24T03:46:13.817Z[ recovery-image] Feb 24 03:46:11.849 INFO O| Feb 24 03:46:11.849 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-02-24T03:46:13.826Z[ recovery-image] Feb 24 03:46:11.860 INFO O| Feb 24 03:46:11.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52302026-02-24T03:46:13.826Z[ recovery-image] Feb 24 03:46:11.860 INFO O| Feb 24 03:46:11.860 INFO STEP 139 (remove_files) COMPLETE
52312026-02-24T03:46:13.829Z[ recovery-image] Feb 24 03:46:11.860 INFO O| Feb 24 03:46:11.860 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-02-24T03:46:13.838Z[ recovery-image] Feb 24 03:46:11.871 INFO O| Feb 24 03:46:11.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52332026-02-24T03:46:13.838Z[ recovery-image] Feb 24 03:46:11.872 INFO O| Feb 24 03:46:11.872 INFO STEP 140 (remove_files) COMPLETE
52342026-02-24T03:46:13.838Z[ recovery-image] Feb 24 03:46:11.872 INFO O| Feb 24 03:46:11.872 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-02-24T03:46:13.848Z[ recovery-image] Feb 24 03:46:11.882 INFO O| Feb 24 03:46:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52362026-02-24T03:46:13.848Z[ recovery-image] Feb 24 03:46:11.883 INFO O| Feb 24 03:46:11.883 INFO STEP 141 (remove_files) COMPLETE
52372026-02-24T03:46:13.848Z[ recovery-image] Feb 24 03:46:11.883 INFO O| Feb 24 03:46:11.883 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-02-24T03:46:13.860Z[ recovery-image] Feb 24 03:46:11.894 INFO O| Feb 24 03:46:11.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52392026-02-24T03:46:13.860Z[ recovery-image] Feb 24 03:46:11.894 INFO O| Feb 24 03:46:11.894 INFO STEP 142 (remove_files) COMPLETE
52402026-02-24T03:46:13.866Z[ recovery-image] Feb 24 03:46:11.894 INFO O| Feb 24 03:46:11.894 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-02-24T03:46:13.872Z[ recovery-image] Feb 24 03:46:11.906 INFO O| Feb 24 03:46:11.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52422026-02-24T03:46:13.872Z[ recovery-image] Feb 24 03:46:11.906 INFO O| Feb 24 03:46:11.906 INFO STEP 143 (remove_files) COMPLETE
52432026-02-24T03:46:13.875Z[ recovery-image] Feb 24 03:46:11.906 INFO O| Feb 24 03:46:11.906 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-02-24T03:46:13.886Z[ recovery-image] Feb 24 03:46:11.920 INFO O| Feb 24 03:46:11.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52452026-02-24T03:46:13.886Z[ recovery-image] Feb 24 03:46:11.920 INFO O| Feb 24 03:46:11.920 INFO STEP 144 (remove_files) COMPLETE
52462026-02-24T03:46:13.886Z[ recovery-image] Feb 24 03:46:11.920 INFO O| Feb 24 03:46:11.920 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-02-24T03:46:13.899Z[ recovery-image] Feb 24 03:46:11.931 INFO O| Feb 24 03:46:11.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52482026-02-24T03:46:13.899Z[ recovery-image] Feb 24 03:46:11.932 INFO O| Feb 24 03:46:11.931 INFO STEP 145 (remove_files) COMPLETE
52492026-02-24T03:46:13.899Z[ recovery-image] Feb 24 03:46:11.932 INFO O| Feb 24 03:46:11.932 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-02-24T03:46:13.909Z[ recovery-image] Feb 24 03:46:11.943 INFO O| Feb 24 03:46:11.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52512026-02-24T03:46:13.909Z[ recovery-image] Feb 24 03:46:11.943 INFO O| Feb 24 03:46:11.943 INFO STEP 146 (remove_files) COMPLETE
52522026-02-24T03:46:13.912Z[ recovery-image] Feb 24 03:46:11.943 INFO O| Feb 24 03:46:11.943 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-02-24T03:46:13.921Z[ recovery-image] Feb 24 03:46:11.955 INFO O| Feb 24 03:46:11.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52542026-02-24T03:46:13.921Z[ recovery-image] Feb 24 03:46:11.955 INFO O| Feb 24 03:46:11.955 INFO STEP 147 (remove_files) COMPLETE
52552026-02-24T03:46:13.921Z[ recovery-image] Feb 24 03:46:11.955 INFO O| Feb 24 03:46:11.955 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-02-24T03:46:13.934Z[ recovery-image] Feb 24 03:46:11.968 INFO O| Feb 24 03:46:11.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52572026-02-24T03:46:13.934Z[ recovery-image] Feb 24 03:46:11.968 INFO O| Feb 24 03:46:11.968 INFO STEP 148 (remove_files) COMPLETE
52582026-02-24T03:46:13.934Z[ recovery-image] Feb 24 03:46:11.968 INFO O| Feb 24 03:46:11.968 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-02-24T03:46:13.948Z[ recovery-image] Feb 24 03:46:11.982 INFO O| Feb 24 03:46:11.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52602026-02-24T03:46:13.948Z[ recovery-image] Feb 24 03:46:11.982 INFO O| Feb 24 03:46:11.982 INFO STEP 149 (remove_files) COMPLETE
52612026-02-24T03:46:13.948Z[ recovery-image] Feb 24 03:46:11.982 INFO O| Feb 24 03:46:11.982 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-02-24T03:46:13.961Z[ recovery-image] Feb 24 03:46:11.995 INFO O| Feb 24 03:46:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52632026-02-24T03:46:13.961Z[ recovery-image] Feb 24 03:46:11.995 INFO O| Feb 24 03:46:11.995 INFO STEP 150 (remove_files) COMPLETE
52642026-02-24T03:46:13.964Z[ recovery-image] Feb 24 03:46:11.996 INFO O| Feb 24 03:46:11.995 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-02-24T03:46:13.974Z[ recovery-image] Feb 24 03:46:12.008 INFO O| Feb 24 03:46:12.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52662026-02-24T03:46:13.974Z[ recovery-image] Feb 24 03:46:12.008 INFO O| Feb 24 03:46:12.008 INFO STEP 151 (remove_files) COMPLETE
52672026-02-24T03:46:13.974Z[ recovery-image] Feb 24 03:46:12.008 INFO O| Feb 24 03:46:12.008 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-02-24T03:46:13.989Z[ recovery-image] Feb 24 03:46:12.022 INFO O| Feb 24 03:46:12.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52692026-02-24T03:46:13.989Z[ recovery-image] Feb 24 03:46:12.022 INFO O| Feb 24 03:46:12.022 INFO STEP 152 (remove_files) COMPLETE
52702026-02-24T03:46:13.992Z[ recovery-image] Feb 24 03:46:12.022 INFO O| Feb 24 03:46:12.022 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-02-24T03:46:14.002Z[ recovery-image] Feb 24 03:46:12.036 INFO O| Feb 24 03:46:12.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52722026-02-24T03:46:14.003Z[ recovery-image] Feb 24 03:46:12.036 INFO O| Feb 24 03:46:12.036 INFO STEP 153 (remove_files) COMPLETE
52732026-02-24T03:46:14.003Z[ recovery-image] Feb 24 03:46:12.036 INFO O| Feb 24 03:46:12.036 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-02-24T03:46:14.016Z[ recovery-image] Feb 24 03:46:12.050 INFO O| Feb 24 03:46:12.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52752026-02-24T03:46:14.016Z[ recovery-image] Feb 24 03:46:12.050 INFO O| Feb 24 03:46:12.050 INFO STEP 154 (remove_files) COMPLETE
52762026-02-24T03:46:14.019Z[ recovery-image] Feb 24 03:46:12.050 INFO O| Feb 24 03:46:12.050 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-02-24T03:46:14.029Z[ recovery-image] Feb 24 03:46:12.063 INFO O| Feb 24 03:46:12.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52782026-02-24T03:46:14.029Z[ recovery-image] Feb 24 03:46:12.063 INFO O| Feb 24 03:46:12.063 INFO STEP 155 (remove_files) COMPLETE
52792026-02-24T03:46:14.029Z[ recovery-image] Feb 24 03:46:12.063 INFO O| Feb 24 03:46:12.063 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-02-24T03:46:14.042Z[ recovery-image] Feb 24 03:46:12.075 INFO O| Feb 24 03:46:12.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52812026-02-24T03:46:14.042Z[ recovery-image] Feb 24 03:46:12.075 INFO O| Feb 24 03:46:12.075 INFO STEP 156 (remove_files) COMPLETE
52822026-02-24T03:46:14.042Z[ recovery-image] Feb 24 03:46:12.075 INFO O| Feb 24 03:46:12.075 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-02-24T03:46:14.053Z[ recovery-image] Feb 24 03:46:12.087 INFO O| Feb 24 03:46:12.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52842026-02-24T03:46:14.053Z[ recovery-image] Feb 24 03:46:12.087 INFO O| Feb 24 03:46:12.087 INFO STEP 157 (remove_files) COMPLETE
52852026-02-24T03:46:14.057Z[ recovery-image] Feb 24 03:46:12.087 INFO O| Feb 24 03:46:12.087 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-02-24T03:46:14.064Z[ recovery-image] Feb 24 03:46:12.098 INFO O| Feb 24 03:46:12.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52872026-02-24T03:46:14.064Z[ recovery-image] Feb 24 03:46:12.098 INFO O| Feb 24 03:46:12.098 INFO STEP 158 (remove_files) COMPLETE
52882026-02-24T03:46:14.064Z[ recovery-image] Feb 24 03:46:12.098 INFO O| Feb 24 03:46:12.098 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-02-24T03:46:14.077Z[ recovery-image] Feb 24 03:46:12.111 INFO O| Feb 24 03:46:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52902026-02-24T03:46:14.077Z[ recovery-image] Feb 24 03:46:12.111 INFO O| Feb 24 03:46:12.111 INFO STEP 159 (remove_files) COMPLETE
52912026-02-24T03:46:14.077Z[ recovery-image] Feb 24 03:46:12.111 INFO O| Feb 24 03:46:12.111 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-02-24T03:46:14.090Z[ recovery-image] Feb 24 03:46:12.124 INFO O| Feb 24 03:46:12.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52932026-02-24T03:46:14.090Z[ recovery-image] Feb 24 03:46:12.124 INFO O| Feb 24 03:46:12.124 INFO STEP 160 (remove_files) COMPLETE
52942026-02-24T03:46:14.093Z[ recovery-image] Feb 24 03:46:12.124 INFO O| Feb 24 03:46:12.124 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-02-24T03:46:14.102Z[ recovery-image] Feb 24 03:46:12.135 INFO O| Feb 24 03:46:12.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52962026-02-24T03:46:14.102Z[ recovery-image] Feb 24 03:46:12.136 INFO O| Feb 24 03:46:12.136 INFO STEP 161 (remove_files) COMPLETE
52972026-02-24T03:46:14.104Z[ recovery-image] Feb 24 03:46:12.136 INFO O| Feb 24 03:46:12.136 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-02-24T03:46:14.115Z[ recovery-image] Feb 24 03:46:12.149 INFO O| Feb 24 03:46:12.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52992026-02-24T03:46:14.115Z[ recovery-image] Feb 24 03:46:12.149 INFO O| Feb 24 03:46:12.149 INFO STEP 162 (remove_files) COMPLETE
53002026-02-24T03:46:14.118Z[ recovery-image] Feb 24 03:46:12.149 INFO O| Feb 24 03:46:12.149 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-02-24T03:46:14.129Z[ recovery-image] Feb 24 03:46:12.163 INFO O| Feb 24 03:46:12.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53022026-02-24T03:46:14.129Z[ recovery-image] Feb 24 03:46:12.163 INFO O| Feb 24 03:46:12.163 INFO STEP 163 (remove_files) COMPLETE
53032026-02-24T03:46:14.129Z[ recovery-image] Feb 24 03:46:12.163 INFO O| Feb 24 03:46:12.163 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-02-24T03:46:14.142Z[ recovery-image] Feb 24 03:46:12.176 INFO O| Feb 24 03:46:12.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53052026-02-24T03:46:14.145Z[ recovery-image] Feb 24 03:46:12.177 INFO O| Feb 24 03:46:12.177 INFO STEP 164 (remove_files) COMPLETE
53062026-02-24T03:46:14.145Z[ recovery-image] Feb 24 03:46:12.177 INFO O| Feb 24 03:46:12.177 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-02-24T03:46:14.157Z[ recovery-image] Feb 24 03:46:12.191 INFO O| Feb 24 03:46:12.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53082026-02-24T03:46:14.157Z[ recovery-image] Feb 24 03:46:12.191 INFO O| Feb 24 03:46:12.191 INFO STEP 165 (remove_files) COMPLETE
53092026-02-24T03:46:14.160Z[ recovery-image] Feb 24 03:46:12.191 INFO O| Feb 24 03:46:12.191 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-02-24T03:46:14.171Z[ recovery-image] Feb 24 03:46:12.205 INFO O| Feb 24 03:46:12.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53112026-02-24T03:46:14.171Z[ recovery-image] Feb 24 03:46:12.205 INFO O| Feb 24 03:46:12.205 INFO STEP 166 (remove_files) COMPLETE
53122026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.205 INFO O| Feb 24 03:46:12.205 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.218 INFO O| Feb 24 03:46:12.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53142026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.218 INFO O| Feb 24 03:46:12.218 INFO STEP 167 (remove_files) COMPLETE
53152026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.218 INFO O| Feb 24 03:46:12.218 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.232 INFO O| Feb 24 03:46:12.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53172026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.232 INFO O| Feb 24 03:46:12.232 INFO STEP 168 (remove_files) COMPLETE
53182026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.232 INFO O| Feb 24 03:46:12.232 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.245 INFO O| Feb 24 03:46:12.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53202026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.245 INFO O| Feb 24 03:46:12.245 INFO STEP 169 (remove_files) COMPLETE
53212026-02-24T03:46:14.213Z[ recovery-image] Feb 24 03:46:12.245 INFO O| Feb 24 03:46:12.245 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-02-24T03:46:14.223Z[ recovery-image] Feb 24 03:46:12.257 INFO O| Feb 24 03:46:12.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53232026-02-24T03:46:14.226Z[ recovery-image] Feb 24 03:46:12.257 INFO O| Feb 24 03:46:12.257 INFO STEP 170 (remove_files) COMPLETE
53242026-02-24T03:46:14.226Z[ recovery-image] Feb 24 03:46:12.257 INFO O| Feb 24 03:46:12.257 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-02-24T03:46:14.236Z[ recovery-image] Feb 24 03:46:12.269 INFO O| Feb 24 03:46:12.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53262026-02-24T03:46:14.236Z[ recovery-image] Feb 24 03:46:12.270 INFO O| Feb 24 03:46:12.270 INFO STEP 171 (remove_files) COMPLETE
53272026-02-24T03:46:14.239Z[ recovery-image] Feb 24 03:46:12.270 INFO O| Feb 24 03:46:12.270 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-02-24T03:46:14.249Z[ recovery-image] Feb 24 03:46:12.282 INFO O| Feb 24 03:46:12.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53292026-02-24T03:46:14.249Z[ recovery-image] Feb 24 03:46:12.282 INFO O| Feb 24 03:46:12.282 INFO STEP 172 (remove_files) COMPLETE
53302026-02-24T03:46:14.252Z[ recovery-image] Feb 24 03:46:12.282 INFO O| Feb 24 03:46:12.282 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-02-24T03:46:14.262Z[ recovery-image] Feb 24 03:46:12.296 INFO O| Feb 24 03:46:12.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53322026-02-24T03:46:14.262Z[ recovery-image] Feb 24 03:46:12.296 INFO O| Feb 24 03:46:12.296 INFO STEP 173 (remove_files) COMPLETE
53332026-02-24T03:46:14.262Z[ recovery-image] Feb 24 03:46:12.296 INFO O| Feb 24 03:46:12.296 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-02-24T03:46:14.276Z[ recovery-image] Feb 24 03:46:12.309 INFO O| Feb 24 03:46:12.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53352026-02-24T03:46:14.276Z[ recovery-image] Feb 24 03:46:12.310 INFO O| Feb 24 03:46:12.309 INFO STEP 174 (remove_files) COMPLETE
53362026-02-24T03:46:14.279Z[ recovery-image] Feb 24 03:46:12.310 INFO O| Feb 24 03:46:12.310 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-02-24T03:46:14.290Z[ recovery-image] Feb 24 03:46:12.323 INFO O| Feb 24 03:46:12.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53382026-02-24T03:46:14.290Z[ recovery-image] Feb 24 03:46:12.323 INFO O| Feb 24 03:46:12.323 INFO STEP 175 (remove_files) COMPLETE
53392026-02-24T03:46:14.292Z[ recovery-image] Feb 24 03:46:12.323 INFO O| Feb 24 03:46:12.323 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-02-24T03:46:14.302Z[ recovery-image] Feb 24 03:46:12.336 INFO O| Feb 24 03:46:12.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53412026-02-24T03:46:14.302Z[ recovery-image] Feb 24 03:46:12.336 INFO O| Feb 24 03:46:12.336 INFO STEP 176 (remove_files) COMPLETE
53422026-02-24T03:46:14.303Z[ recovery-image] Feb 24 03:46:12.336 INFO O| Feb 24 03:46:12.336 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-02-24T03:46:14.315Z[ recovery-image] Feb 24 03:46:12.349 INFO O| Feb 24 03:46:12.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53442026-02-24T03:46:14.315Z[ recovery-image] Feb 24 03:46:12.349 INFO O| Feb 24 03:46:12.349 INFO STEP 177 (remove_files) COMPLETE
53452026-02-24T03:46:14.318Z[ recovery-image] Feb 24 03:46:12.349 INFO O| Feb 24 03:46:12.349 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-02-24T03:46:14.328Z[ recovery-image] Feb 24 03:46:12.361 INFO O| Feb 24 03:46:12.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53472026-02-24T03:46:14.328Z[ recovery-image] Feb 24 03:46:12.361 INFO O| Feb 24 03:46:12.361 INFO STEP 178 (remove_files) COMPLETE
53482026-02-24T03:46:14.328Z[ recovery-image] Feb 24 03:46:12.361 INFO O| Feb 24 03:46:12.361 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-02-24T03:46:14.340Z[ recovery-image] Feb 24 03:46:12.374 INFO O| Feb 24 03:46:12.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53502026-02-24T03:46:14.340Z[ recovery-image] Feb 24 03:46:12.374 INFO O| Feb 24 03:46:12.374 INFO STEP 179 (remove_files) COMPLETE
53512026-02-24T03:46:14.343Z[ recovery-image] Feb 24 03:46:12.374 INFO O| Feb 24 03:46:12.374 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-02-24T03:46:14.352Z[ recovery-image] Feb 24 03:46:12.386 INFO O| Feb 24 03:46:12.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53532026-02-24T03:46:14.352Z[ recovery-image] Feb 24 03:46:12.386 INFO O| Feb 24 03:46:12.386 INFO STEP 180 (remove_files) COMPLETE
53542026-02-24T03:46:14.355Z[ recovery-image] Feb 24 03:46:12.386 INFO O| Feb 24 03:46:12.386 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-02-24T03:46:14.365Z[ recovery-image] Feb 24 03:46:12.399 INFO O| Feb 24 03:46:12.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53562026-02-24T03:46:14.365Z[ recovery-image] Feb 24 03:46:12.399 INFO O| Feb 24 03:46:12.399 INFO STEP 181 (remove_files) COMPLETE
53572026-02-24T03:46:14.365Z[ recovery-image] Feb 24 03:46:12.399 INFO O| Feb 24 03:46:12.399 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-02-24T03:46:14.378Z[ recovery-image] Feb 24 03:46:12.412 INFO O| Feb 24 03:46:12.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53592026-02-24T03:46:14.379Z[ recovery-image] Feb 24 03:46:12.412 INFO O| Feb 24 03:46:12.412 INFO STEP 182 (remove_files) COMPLETE
53602026-02-24T03:46:14.379Z[ recovery-image] Feb 24 03:46:12.412 INFO O| Feb 24 03:46:12.412 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-02-24T03:46:14.391Z[ recovery-image] Feb 24 03:46:12.425 INFO O| Feb 24 03:46:12.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53622026-02-24T03:46:14.391Z[ recovery-image] Feb 24 03:46:12.425 INFO O| Feb 24 03:46:12.425 INFO STEP 183 (remove_files) COMPLETE
53632026-02-24T03:46:14.394Z[ recovery-image] Feb 24 03:46:12.425 INFO O| Feb 24 03:46:12.425 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-02-24T03:46:14.404Z[ recovery-image] Feb 24 03:46:12.438 INFO O| Feb 24 03:46:12.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53652026-02-24T03:46:14.407Z[ recovery-image] Feb 24 03:46:12.439 INFO O| Feb 24 03:46:12.439 INFO STEP 184 (remove_files) COMPLETE
53662026-02-24T03:46:14.407Z[ recovery-image] Feb 24 03:46:12.439 INFO O| Feb 24 03:46:12.439 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-02-24T03:46:14.418Z[ recovery-image] Feb 24 03:46:12.452 INFO O| Feb 24 03:46:12.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53682026-02-24T03:46:14.418Z[ recovery-image] Feb 24 03:46:12.452 INFO O| Feb 24 03:46:12.452 INFO STEP 185 (remove_files) COMPLETE
53692026-02-24T03:46:14.421Z[ recovery-image] Feb 24 03:46:12.452 INFO O| Feb 24 03:46:12.452 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-02-24T03:46:14.431Z[ recovery-image] Feb 24 03:46:12.465 INFO O| Feb 24 03:46:12.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53712026-02-24T03:46:14.431Z[ recovery-image] Feb 24 03:46:12.465 INFO O| Feb 24 03:46:12.465 INFO STEP 186 (remove_files) COMPLETE
53722026-02-24T03:46:14.434Z[ recovery-image] Feb 24 03:46:12.465 INFO O| Feb 24 03:46:12.465 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-02-24T03:46:14.444Z[ recovery-image] Feb 24 03:46:12.478 INFO O| Feb 24 03:46:12.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53742026-02-24T03:46:14.444Z[ recovery-image] Feb 24 03:46:12.478 INFO O| Feb 24 03:46:12.478 INFO STEP 187 (remove_files) COMPLETE
53752026-02-24T03:46:14.444Z[ recovery-image] Feb 24 03:46:12.478 INFO O| Feb 24 03:46:12.478 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-02-24T03:46:14.457Z[ recovery-image] Feb 24 03:46:12.491 INFO O| Feb 24 03:46:12.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53772026-02-24T03:46:14.457Z[ recovery-image] Feb 24 03:46:12.491 INFO O| Feb 24 03:46:12.491 INFO STEP 188 (remove_files) COMPLETE
53782026-02-24T03:46:14.457Z[ recovery-image] Feb 24 03:46:12.491 INFO O| Feb 24 03:46:12.491 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-02-24T03:46:14.470Z[ recovery-image] Feb 24 03:46:12.504 INFO O| Feb 24 03:46:12.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53802026-02-24T03:46:14.471Z[ recovery-image] Feb 24 03:46:12.504 INFO O| Feb 24 03:46:12.504 INFO STEP 189 (remove_files) COMPLETE
53812026-02-24T03:46:14.471Z[ recovery-image] Feb 24 03:46:12.504 INFO O| Feb 24 03:46:12.504 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-02-24T03:46:14.484Z[ recovery-image] Feb 24 03:46:12.518 INFO O| Feb 24 03:46:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53832026-02-24T03:46:14.484Z[ recovery-image] Feb 24 03:46:12.518 INFO O| Feb 24 03:46:12.518 INFO STEP 190 (remove_files) COMPLETE
53842026-02-24T03:46:14.487Z[ recovery-image] Feb 24 03:46:12.518 INFO O| Feb 24 03:46:12.518 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-02-24T03:46:14.497Z[ recovery-image] Feb 24 03:46:12.531 INFO O| Feb 24 03:46:12.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53862026-02-24T03:46:14.497Z[ recovery-image] Feb 24 03:46:12.531 INFO O| Feb 24 03:46:12.531 INFO STEP 191 (remove_files) COMPLETE
53872026-02-24T03:46:14.497Z[ recovery-image] Feb 24 03:46:12.531 INFO O| Feb 24 03:46:12.531 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-02-24T03:46:14.510Z[ recovery-image] Feb 24 03:46:12.544 INFO O| Feb 24 03:46:12.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53892026-02-24T03:46:14.510Z[ recovery-image] Feb 24 03:46:12.544 INFO O| Feb 24 03:46:12.544 INFO STEP 192 (remove_files) COMPLETE
53902026-02-24T03:46:14.510Z[ recovery-image] Feb 24 03:46:12.544 INFO O| Feb 24 03:46:12.544 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-02-24T03:46:14.524Z[ recovery-image] Feb 24 03:46:12.558 INFO O| Feb 24 03:46:12.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53922026-02-24T03:46:14.524Z[ recovery-image] Feb 24 03:46:12.558 INFO O| Feb 24 03:46:12.558 INFO STEP 193 (remove_files) COMPLETE
53932026-02-24T03:46:14.527Z[ recovery-image] Feb 24 03:46:12.558 INFO O| Feb 24 03:46:12.558 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-02-24T03:46:14.537Z[ recovery-image] Feb 24 03:46:12.571 INFO O| Feb 24 03:46:12.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53952026-02-24T03:46:14.537Z[ recovery-image] Feb 24 03:46:12.571 INFO O| Feb 24 03:46:12.571 INFO STEP 194 (remove_files) COMPLETE
53962026-02-24T03:46:14.541Z[ recovery-image] Feb 24 03:46:12.571 INFO O| Feb 24 03:46:12.571 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-02-24T03:46:14.550Z[ recovery-image] Feb 24 03:46:12.584 INFO O| Feb 24 03:46:12.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53982026-02-24T03:46:14.550Z[ recovery-image] Feb 24 03:46:12.584 INFO O| Feb 24 03:46:12.584 INFO STEP 195 (remove_files) COMPLETE
53992026-02-24T03:46:14.550Z[ recovery-image] Feb 24 03:46:12.584 INFO O| Feb 24 03:46:12.584 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-02-24T03:46:14.563Z[ recovery-image] Feb 24 03:46:12.596 INFO O| Feb 24 03:46:12.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54012026-02-24T03:46:14.563Z[ recovery-image] Feb 24 03:46:12.596 INFO O| Feb 24 03:46:12.596 INFO STEP 196 (remove_files) COMPLETE
54022026-02-24T03:46:14.566Z[ recovery-image] Feb 24 03:46:12.596 INFO O| Feb 24 03:46:12.596 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-02-24T03:46:14.576Z[ recovery-image] Feb 24 03:46:12.610 INFO O| Feb 24 03:46:12.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54042026-02-24T03:46:14.577Z[ recovery-image] Feb 24 03:46:12.610 INFO O| Feb 24 03:46:12.610 INFO STEP 197 (remove_files) COMPLETE
54052026-02-24T03:46:14.577Z[ recovery-image] Feb 24 03:46:12.610 INFO O| Feb 24 03:46:12.610 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-02-24T03:46:14.590Z[ recovery-image] Feb 24 03:46:12.624 INFO O| Feb 24 03:46:12.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54072026-02-24T03:46:14.590Z[ recovery-image] Feb 24 03:46:12.624 INFO O| Feb 24 03:46:12.624 INFO STEP 198 (remove_files) COMPLETE
54082026-02-24T03:46:14.590Z[ recovery-image] Feb 24 03:46:12.624 INFO O| Feb 24 03:46:12.624 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-02-24T03:46:14.604Z[ recovery-image] Feb 24 03:46:12.638 INFO O| Feb 24 03:46:12.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54102026-02-24T03:46:14.604Z[ recovery-image] Feb 24 03:46:12.638 INFO O| Feb 24 03:46:12.638 INFO STEP 199 (remove_files) COMPLETE
54112026-02-24T03:46:14.607Z[ recovery-image] Feb 24 03:46:12.638 INFO O| Feb 24 03:46:12.638 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-02-24T03:46:14.617Z[ recovery-image] Feb 24 03:46:12.651 INFO O| Feb 24 03:46:12.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54132026-02-24T03:46:14.618Z[ recovery-image] Feb 24 03:46:12.651 INFO O| Feb 24 03:46:12.651 INFO STEP 200 (remove_files) COMPLETE
54142026-02-24T03:46:14.620Z[ recovery-image] Feb 24 03:46:12.651 INFO O| Feb 24 03:46:12.651 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-02-24T03:46:14.630Z[ recovery-image] Feb 24 03:46:12.664 INFO O| Feb 24 03:46:12.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54162026-02-24T03:46:14.630Z[ recovery-image] Feb 24 03:46:12.664 INFO O| Feb 24 03:46:12.664 INFO STEP 201 (remove_files) COMPLETE
54172026-02-24T03:46:14.630Z[ recovery-image] Feb 24 03:46:12.664 INFO O| Feb 24 03:46:12.664 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-02-24T03:46:14.644Z[ recovery-image] Feb 24 03:46:12.678 INFO O| Feb 24 03:46:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54192026-02-24T03:46:14.644Z[ recovery-image] Feb 24 03:46:12.678 INFO O| Feb 24 03:46:12.678 INFO STEP 202 (remove_files) COMPLETE
54202026-02-24T03:46:14.647Z[ recovery-image] Feb 24 03:46:12.678 INFO O| Feb 24 03:46:12.678 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-02-24T03:46:14.656Z[ recovery-image] Feb 24 03:46:12.690 INFO O| Feb 24 03:46:12.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54222026-02-24T03:46:14.657Z[ recovery-image] Feb 24 03:46:12.690 INFO O| Feb 24 03:46:12.690 INFO STEP 203 (remove_files) COMPLETE
54232026-02-24T03:46:14.660Z[ recovery-image] Feb 24 03:46:12.690 INFO O| Feb 24 03:46:12.690 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-02-24T03:46:14.670Z[ recovery-image] Feb 24 03:46:12.703 INFO O| Feb 24 03:46:12.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54252026-02-24T03:46:14.671Z[ recovery-image] Feb 24 03:46:12.703 INFO O| Feb 24 03:46:12.703 INFO STEP 204 (remove_files) COMPLETE
54262026-02-24T03:46:14.674Z[ recovery-image] Feb 24 03:46:12.703 INFO O| Feb 24 03:46:12.703 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-02-24T03:46:14.683Z[ recovery-image] Feb 24 03:46:12.717 INFO O| Feb 24 03:46:12.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54282026-02-24T03:46:14.686Z[ recovery-image] Feb 24 03:46:12.717 INFO O| Feb 24 03:46:12.717 INFO STEP 205 (remove_files) COMPLETE
54292026-02-24T03:46:14.686Z[ recovery-image] Feb 24 03:46:12.717 INFO O| Feb 24 03:46:12.717 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-02-24T03:46:14.697Z[ recovery-image] Feb 24 03:46:12.731 INFO O| Feb 24 03:46:12.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54312026-02-24T03:46:14.697Z[ recovery-image] Feb 24 03:46:12.731 INFO O| Feb 24 03:46:12.731 INFO STEP 206 (remove_files) COMPLETE
54322026-02-24T03:46:14.697Z[ recovery-image] Feb 24 03:46:12.731 INFO O| Feb 24 03:46:12.731 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-02-24T03:46:14.712Z[ recovery-image] Feb 24 03:46:12.746 INFO O| Feb 24 03:46:12.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54342026-02-24T03:46:14.712Z[ recovery-image] Feb 24 03:46:12.746 INFO O| Feb 24 03:46:12.746 INFO STEP 207 (remove_files) COMPLETE
54352026-02-24T03:46:14.712Z[ recovery-image] Feb 24 03:46:12.746 INFO O| Feb 24 03:46:12.746 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-02-24T03:46:14.728Z[ recovery-image] Feb 24 03:46:12.759 INFO O| Feb 24 03:46:12.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54372026-02-24T03:46:14.728Z[ recovery-image] Feb 24 03:46:12.759 INFO O| Feb 24 03:46:12.759 INFO STEP 208 (remove_files) COMPLETE
54382026-02-24T03:46:14.732Z[ recovery-image] Feb 24 03:46:12.759 INFO O| Feb 24 03:46:12.759 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-02-24T03:46:14.738Z[ recovery-image] Feb 24 03:46:12.771 INFO O| Feb 24 03:46:12.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54402026-02-24T03:46:14.742Z[ recovery-image] Feb 24 03:46:12.771 INFO O| Feb 24 03:46:12.771 INFO STEP 209 (remove_files) COMPLETE
54412026-02-24T03:46:14.742Z[ recovery-image] Feb 24 03:46:12.771 INFO O| Feb 24 03:46:12.771 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-02-24T03:46:14.751Z[ recovery-image] Feb 24 03:46:12.785 INFO O| Feb 24 03:46:12.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54432026-02-24T03:46:14.751Z[ recovery-image] Feb 24 03:46:12.785 INFO O| Feb 24 03:46:12.785 INFO STEP 210 (remove_files) COMPLETE
54442026-02-24T03:46:14.751Z[ recovery-image] Feb 24 03:46:12.785 INFO O| Feb 24 03:46:12.785 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-02-24T03:46:14.764Z[ recovery-image] Feb 24 03:46:12.798 INFO O| Feb 24 03:46:12.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54462026-02-24T03:46:14.764Z[ recovery-image] Feb 24 03:46:12.798 INFO O| Feb 24 03:46:12.798 INFO STEP 211 (remove_files) COMPLETE
54472026-02-24T03:46:14.767Z[ recovery-image] Feb 24 03:46:12.798 INFO O| Feb 24 03:46:12.798 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-02-24T03:46:14.776Z[ recovery-image] Feb 24 03:46:12.810 INFO O| Feb 24 03:46:12.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54492026-02-24T03:46:14.776Z[ recovery-image] Feb 24 03:46:12.810 INFO O| Feb 24 03:46:12.810 INFO STEP 212 (remove_files) COMPLETE
54502026-02-24T03:46:14.776Z[ recovery-image] Feb 24 03:46:12.810 INFO O| Feb 24 03:46:12.810 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-02-24T03:46:14.789Z[ recovery-image] Feb 24 03:46:12.822 INFO O| Feb 24 03:46:12.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54522026-02-24T03:46:14.789Z[ recovery-image] Feb 24 03:46:12.823 INFO O| Feb 24 03:46:12.823 INFO STEP 213 (remove_files) COMPLETE
54532026-02-24T03:46:14.789Z[ recovery-image] Feb 24 03:46:12.823 INFO O| Feb 24 03:46:12.823 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-02-24T03:46:14.801Z[ recovery-image] Feb 24 03:46:12.835 INFO O| Feb 24 03:46:12.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54552026-02-24T03:46:14.801Z[ recovery-image] Feb 24 03:46:12.835 INFO O| Feb 24 03:46:12.835 INFO STEP 214 (remove_files) COMPLETE
54562026-02-24T03:46:14.801Z[ recovery-image] Feb 24 03:46:12.835 INFO O| Feb 24 03:46:12.835 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-02-24T03:46:14.814Z[ recovery-image] Feb 24 03:46:12.848 INFO O| Feb 24 03:46:12.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54582026-02-24T03:46:14.814Z[ recovery-image] Feb 24 03:46:12.848 INFO O| Feb 24 03:46:12.848 INFO STEP 215 (remove_files) COMPLETE
54592026-02-24T03:46:14.817Z[ recovery-image] Feb 24 03:46:12.848 INFO O| Feb 24 03:46:12.848 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-02-24T03:46:14.828Z[ recovery-image] Feb 24 03:46:12.861 INFO O| Feb 24 03:46:12.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54612026-02-24T03:46:14.828Z[ recovery-image] Feb 24 03:46:12.861 INFO O| Feb 24 03:46:12.861 INFO STEP 216 (remove_files) COMPLETE
54622026-02-24T03:46:14.828Z[ recovery-image] Feb 24 03:46:12.861 INFO O| Feb 24 03:46:12.861 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-02-24T03:46:14.840Z[ recovery-image] Feb 24 03:46:12.874 INFO O| Feb 24 03:46:12.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54642026-02-24T03:46:14.841Z[ recovery-image] Feb 24 03:46:12.874 INFO O| Feb 24 03:46:12.874 INFO STEP 217 (remove_files) COMPLETE
54652026-02-24T03:46:14.841Z[ recovery-image] Feb 24 03:46:12.874 INFO O| Feb 24 03:46:12.874 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-02-24T03:46:14.853Z[ recovery-image] Feb 24 03:46:12.887 INFO O| Feb 24 03:46:12.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54672026-02-24T03:46:14.856Z[ recovery-image] Feb 24 03:46:12.888 INFO O| Feb 24 03:46:12.888 INFO STEP 218 (remove_files) COMPLETE
54682026-02-24T03:46:14.857Z[ recovery-image] Feb 24 03:46:12.888 INFO O| Feb 24 03:46:12.888 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-02-24T03:46:14.867Z[ recovery-image] Feb 24 03:46:12.901 INFO O| Feb 24 03:46:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54702026-02-24T03:46:14.870Z[ recovery-image] Feb 24 03:46:12.902 INFO O| Feb 24 03:46:12.902 INFO STEP 219 (remove_files) COMPLETE
54712026-02-24T03:46:14.870Z[ recovery-image] Feb 24 03:46:12.902 INFO O| Feb 24 03:46:12.902 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-02-24T03:46:14.881Z[ recovery-image] Feb 24 03:46:12.915 INFO O| Feb 24 03:46:12.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54732026-02-24T03:46:14.881Z[ recovery-image] Feb 24 03:46:12.915 INFO O| Feb 24 03:46:12.915 INFO STEP 220 (remove_files) COMPLETE
54742026-02-24T03:46:14.881Z[ recovery-image] Feb 24 03:46:12.915 INFO O| Feb 24 03:46:12.915 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-02-24T03:46:14.894Z[ recovery-image] Feb 24 03:46:12.927 INFO O| Feb 24 03:46:12.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54762026-02-24T03:46:14.894Z[ recovery-image] Feb 24 03:46:12.928 INFO O| Feb 24 03:46:12.928 INFO STEP 221 (remove_files) COMPLETE
54772026-02-24T03:46:14.894Z[ recovery-image] Feb 24 03:46:12.928 INFO O| Feb 24 03:46:12.928 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-02-24T03:46:14.907Z[ recovery-image] Feb 24 03:46:12.941 INFO O| Feb 24 03:46:12.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54792026-02-24T03:46:14.907Z[ recovery-image] Feb 24 03:46:12.941 INFO O| Feb 24 03:46:12.941 INFO STEP 222 (remove_files) COMPLETE
54802026-02-24T03:46:14.907Z[ recovery-image] Feb 24 03:46:12.941 INFO O| Feb 24 03:46:12.941 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-02-24T03:46:14.921Z[ recovery-image] Feb 24 03:46:12.954 INFO O| Feb 24 03:46:12.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54822026-02-24T03:46:14.921Z[ recovery-image] Feb 24 03:46:12.954 INFO O| Feb 24 03:46:12.954 INFO STEP 223 (remove_files) COMPLETE
54832026-02-24T03:46:14.921Z[ recovery-image] Feb 24 03:46:12.954 INFO O| Feb 24 03:46:12.954 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-02-24T03:46:14.934Z[ recovery-image] Feb 24 03:46:12.968 INFO O| Feb 24 03:46:12.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54852026-02-24T03:46:14.934Z[ recovery-image] Feb 24 03:46:12.968 INFO O| Feb 24 03:46:12.968 INFO STEP 224 (remove_files) COMPLETE
54862026-02-24T03:46:14.934Z[ recovery-image] Feb 24 03:46:12.968 INFO O| Feb 24 03:46:12.968 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-02-24T03:46:14.947Z[ recovery-image] Feb 24 03:46:12.981 INFO O| Feb 24 03:46:12.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54882026-02-24T03:46:14.947Z[ recovery-image] Feb 24 03:46:12.981 INFO O| Feb 24 03:46:12.981 INFO STEP 225 (remove_files) COMPLETE
54892026-02-24T03:46:14.947Z[ recovery-image] Feb 24 03:46:12.981 INFO O| Feb 24 03:46:12.981 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-02-24T03:46:14.960Z[ recovery-image] Feb 24 03:46:12.994 INFO O| Feb 24 03:46:12.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54912026-02-24T03:46:14.960Z[ recovery-image] Feb 24 03:46:12.994 INFO O| Feb 24 03:46:12.994 INFO STEP 226 (remove_files) COMPLETE
54922026-02-24T03:46:14.960Z[ recovery-image] Feb 24 03:46:12.994 INFO O| Feb 24 03:46:12.994 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-02-24T03:46:14.979Z[ recovery-image] Feb 24 03:46:13.012 INFO O| Feb 24 03:46:13.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54942026-02-24T03:46:14.982Z[ recovery-image] Feb 24 03:46:13.013 INFO O| Feb 24 03:46:13.013 INFO STEP 227 (remove_files) COMPLETE
54952026-02-24T03:46:14.982Z[ recovery-image] Feb 24 03:46:13.013 INFO O| Feb 24 03:46:13.013 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-02-24T03:46:14.994Z[ recovery-image] Feb 24 03:46:13.027 INFO O| Feb 24 03:46:13.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54972026-02-24T03:46:14.994Z[ recovery-image] Feb 24 03:46:13.027 INFO O| Feb 24 03:46:13.027 INFO STEP 228 (remove_files) COMPLETE
54982026-02-24T03:46:14.994Z[ recovery-image] Feb 24 03:46:13.027 INFO O| Feb 24 03:46:13.027 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-02-24T03:46:15.007Z[ recovery-image] Feb 24 03:46:13.041 INFO O| Feb 24 03:46:13.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55002026-02-24T03:46:15.011Z[ recovery-image] Feb 24 03:46:13.041 INFO O| Feb 24 03:46:13.041 INFO STEP 229 (remove_files) COMPLETE
55012026-02-24T03:46:15.011Z[ recovery-image] Feb 24 03:46:13.041 INFO O| Feb 24 03:46:13.041 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-02-24T03:46:15.024Z[ recovery-image] Feb 24 03:46:13.058 INFO O| Feb 24 03:46:13.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55032026-02-24T03:46:15.027Z[ recovery-image] Feb 24 03:46:13.058 INFO O| Feb 24 03:46:13.058 INFO STEP 230 (remove_files) COMPLETE
55042026-02-24T03:46:15.027Z[ recovery-image] Feb 24 03:46:13.058 INFO O| Feb 24 03:46:13.058 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-02-24T03:46:15.041Z[ recovery-image] Feb 24 03:46:13.075 INFO O| Feb 24 03:46:13.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55062026-02-24T03:46:15.041Z[ recovery-image] Feb 24 03:46:13.075 INFO O| Feb 24 03:46:13.075 INFO STEP 231 (remove_files) COMPLETE
55072026-02-24T03:46:15.041Z[ recovery-image] Feb 24 03:46:13.075 INFO O| Feb 24 03:46:13.075 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-02-24T03:46:15.054Z[ recovery-image] Feb 24 03:46:13.088 INFO O| Feb 24 03:46:13.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55092026-02-24T03:46:15.054Z[ recovery-image] Feb 24 03:46:13.088 INFO O| Feb 24 03:46:13.088 INFO STEP 232 (remove_files) COMPLETE
55102026-02-24T03:46:15.054Z[ recovery-image] Feb 24 03:46:13.088 INFO O| Feb 24 03:46:13.088 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-02-24T03:46:15.067Z[ recovery-image] Feb 24 03:46:13.101 INFO O| Feb 24 03:46:13.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55122026-02-24T03:46:15.067Z[ recovery-image] Feb 24 03:46:13.101 INFO O| Feb 24 03:46:13.101 INFO STEP 233 (remove_files) COMPLETE
55132026-02-24T03:46:15.067Z[ recovery-image] Feb 24 03:46:13.101 INFO O| Feb 24 03:46:13.101 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-02-24T03:46:15.080Z[ recovery-image] Feb 24 03:46:13.114 INFO O| Feb 24 03:46:13.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55152026-02-24T03:46:15.080Z[ recovery-image] Feb 24 03:46:13.114 INFO O| Feb 24 03:46:13.114 INFO STEP 234 (remove_files) COMPLETE
55162026-02-24T03:46:15.081Z[ recovery-image] Feb 24 03:46:13.114 INFO O| Feb 24 03:46:13.114 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-02-24T03:46:15.094Z[ recovery-image] Feb 24 03:46:13.128 INFO O| Feb 24 03:46:13.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55182026-02-24T03:46:15.097Z[ recovery-image] Feb 24 03:46:13.128 INFO O| Feb 24 03:46:13.128 INFO STEP 235 (remove_files) COMPLETE
55192026-02-24T03:46:15.097Z[ recovery-image] Feb 24 03:46:13.128 INFO O| Feb 24 03:46:13.128 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-02-24T03:46:15.115Z[ recovery-image] Feb 24 03:46:13.149 INFO O| Feb 24 03:46:13.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55212026-02-24T03:46:15.115Z[ recovery-image] Feb 24 03:46:13.149 INFO O| Feb 24 03:46:13.149 INFO STEP 236 (remove_files) COMPLETE
55222026-02-24T03:46:15.118Z[ recovery-image] Feb 24 03:46:13.149 INFO O| Feb 24 03:46:13.149 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-02-24T03:46:15.129Z[ recovery-image] Feb 24 03:46:13.163 INFO O| Feb 24 03:46:13.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55242026-02-24T03:46:15.129Z[ recovery-image] Feb 24 03:46:13.163 INFO O| Feb 24 03:46:13.163 INFO STEP 237 (remove_files) COMPLETE
55252026-02-24T03:46:15.132Z[ recovery-image] Feb 24 03:46:13.163 INFO O| Feb 24 03:46:13.163 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-02-24T03:46:15.142Z[ recovery-image] Feb 24 03:46:13.176 INFO O| Feb 24 03:46:13.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55272026-02-24T03:46:15.142Z[ recovery-image] Feb 24 03:46:13.176 INFO O| Feb 24 03:46:13.176 INFO STEP 238 (remove_files) COMPLETE
55282026-02-24T03:46:15.145Z[ recovery-image] Feb 24 03:46:13.176 INFO O| Feb 24 03:46:13.176 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-02-24T03:46:15.155Z[ recovery-image] Feb 24 03:46:13.188 INFO O| Feb 24 03:46:13.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55302026-02-24T03:46:15.158Z[ recovery-image] Feb 24 03:46:13.189 INFO O| Feb 24 03:46:13.189 INFO STEP 239 (remove_files) COMPLETE
55312026-02-24T03:46:15.158Z[ recovery-image] Feb 24 03:46:13.189 INFO O| Feb 24 03:46:13.189 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-02-24T03:46:15.169Z[ recovery-image] Feb 24 03:46:13.202 INFO O| Feb 24 03:46:13.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55332026-02-24T03:46:15.169Z[ recovery-image] Feb 24 03:46:13.202 INFO O| Feb 24 03:46:13.202 INFO STEP 240 (remove_files) COMPLETE
55342026-02-24T03:46:15.172Z[ recovery-image] Feb 24 03:46:13.202 INFO O| Feb 24 03:46:13.202 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-02-24T03:46:15.181Z[ recovery-image] Feb 24 03:46:13.215 INFO O| Feb 24 03:46:13.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55362026-02-24T03:46:15.181Z[ recovery-image] Feb 24 03:46:13.215 INFO O| Feb 24 03:46:13.215 INFO STEP 241 (remove_files) COMPLETE
55372026-02-24T03:46:15.184Z[ recovery-image] Feb 24 03:46:13.215 INFO O| Feb 24 03:46:13.215 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-02-24T03:46:15.194Z[ recovery-image] Feb 24 03:46:13.227 INFO O| Feb 24 03:46:13.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55392026-02-24T03:46:15.194Z[ recovery-image] Feb 24 03:46:13.227 INFO O| Feb 24 03:46:13.227 INFO STEP 242 (remove_files) COMPLETE
55402026-02-24T03:46:15.194Z[ recovery-image] Feb 24 03:46:13.227 INFO O| Feb 24 03:46:13.227 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-02-24T03:46:15.207Z[ recovery-image] Feb 24 03:46:13.240 INFO O| Feb 24 03:46:13.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55422026-02-24T03:46:15.207Z[ recovery-image] Feb 24 03:46:13.240 INFO O| Feb 24 03:46:13.240 INFO STEP 243 (remove_files) COMPLETE
55432026-02-24T03:46:15.207Z[ recovery-image] Feb 24 03:46:13.240 INFO O| Feb 24 03:46:13.240 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-02-24T03:46:15.220Z[ recovery-image] Feb 24 03:46:13.253 INFO O| Feb 24 03:46:13.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55452026-02-24T03:46:15.220Z[ recovery-image] Feb 24 03:46:13.253 INFO O| Feb 24 03:46:13.253 INFO STEP 244 (remove_files) COMPLETE
55462026-02-24T03:46:15.220Z[ recovery-image] Feb 24 03:46:13.253 INFO O| Feb 24 03:46:13.253 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-02-24T03:46:15.235Z[ recovery-image] Feb 24 03:46:13.267 INFO O| Feb 24 03:46:13.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55482026-02-24T03:46:15.235Z[ recovery-image] Feb 24 03:46:13.267 INFO O| Feb 24 03:46:13.267 INFO STEP 245 (remove_files) COMPLETE
55492026-02-24T03:46:15.239Z[ recovery-image] Feb 24 03:46:13.267 INFO O| Feb 24 03:46:13.267 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-02-24T03:46:15.247Z[ recovery-image] Feb 24 03:46:13.280 INFO O| Feb 24 03:46:13.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55512026-02-24T03:46:15.247Z[ recovery-image] Feb 24 03:46:13.280 INFO O| Feb 24 03:46:13.280 INFO STEP 246 (remove_files) COMPLETE
55522026-02-24T03:46:15.250Z[ recovery-image] Feb 24 03:46:13.280 INFO O| Feb 24 03:46:13.280 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-02-24T03:46:15.259Z[ recovery-image] Feb 24 03:46:13.293 INFO O| Feb 24 03:46:13.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55542026-02-24T03:46:15.259Z[ recovery-image] Feb 24 03:46:13.293 INFO O| Feb 24 03:46:13.293 INFO STEP 247 (remove_files) COMPLETE
55552026-02-24T03:46:15.259Z[ recovery-image] Feb 24 03:46:13.293 INFO O| Feb 24 03:46:13.293 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-02-24T03:46:15.272Z[ recovery-image] Feb 24 03:46:13.306 INFO O| Feb 24 03:46:13.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55572026-02-24T03:46:15.272Z[ recovery-image] Feb 24 03:46:13.306 INFO O| Feb 24 03:46:13.306 INFO STEP 248 (remove_files) COMPLETE
55582026-02-24T03:46:15.272Z[ recovery-image] Feb 24 03:46:13.306 INFO O| Feb 24 03:46:13.306 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-02-24T03:46:15.285Z[ recovery-image] Feb 24 03:46:13.319 INFO O| Feb 24 03:46:13.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55602026-02-24T03:46:15.285Z[ recovery-image] Feb 24 03:46:13.319 INFO O| Feb 24 03:46:13.319 INFO STEP 249 (remove_files) COMPLETE
55612026-02-24T03:46:15.285Z[ recovery-image] Feb 24 03:46:13.319 INFO O| Feb 24 03:46:13.319 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-02-24T03:46:15.298Z[ recovery-image] Feb 24 03:46:13.331 INFO O| Feb 24 03:46:13.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55632026-02-24T03:46:15.298Z[ recovery-image] Feb 24 03:46:13.331 INFO O| Feb 24 03:46:13.331 INFO STEP 250 (remove_files) COMPLETE
55642026-02-24T03:46:15.298Z[ recovery-image] Feb 24 03:46:13.331 INFO O| Feb 24 03:46:13.331 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-02-24T03:46:15.310Z[ recovery-image] Feb 24 03:46:13.343 INFO O| Feb 24 03:46:13.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55662026-02-24T03:46:15.310Z[ recovery-image] Feb 24 03:46:13.343 INFO O| Feb 24 03:46:13.343 INFO STEP 251 (remove_files) COMPLETE
55672026-02-24T03:46:15.313Z[ recovery-image] Feb 24 03:46:13.343 INFO O| Feb 24 03:46:13.343 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-02-24T03:46:15.321Z[ recovery-image] Feb 24 03:46:13.355 INFO O| Feb 24 03:46:13.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55692026-02-24T03:46:15.321Z[ recovery-image] Feb 24 03:46:13.355 INFO O| Feb 24 03:46:13.355 INFO STEP 252 (remove_files) COMPLETE
55702026-02-24T03:46:15.324Z[ recovery-image] Feb 24 03:46:13.355 INFO O| Feb 24 03:46:13.355 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-02-24T03:46:15.333Z[ recovery-image] Feb 24 03:46:13.367 INFO O| Feb 24 03:46:13.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55722026-02-24T03:46:15.333Z[ recovery-image] Feb 24 03:46:13.367 INFO O| Feb 24 03:46:13.367 INFO STEP 253 (remove_files) COMPLETE
55732026-02-24T03:46:15.333Z[ recovery-image] Feb 24 03:46:13.367 INFO O| Feb 24 03:46:13.367 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-02-24T03:46:15.346Z[ recovery-image] Feb 24 03:46:13.380 INFO O| Feb 24 03:46:13.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55752026-02-24T03:46:15.346Z[ recovery-image] Feb 24 03:46:13.380 INFO O| Feb 24 03:46:13.380 INFO STEP 254 (remove_files) COMPLETE
55762026-02-24T03:46:15.350Z[ recovery-image] Feb 24 03:46:13.380 INFO O| Feb 24 03:46:13.380 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-02-24T03:46:15.358Z[ recovery-image] Feb 24 03:46:13.391 INFO O| Feb 24 03:46:13.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55782026-02-24T03:46:15.358Z[ recovery-image] Feb 24 03:46:13.391 INFO O| Feb 24 03:46:13.391 INFO STEP 255 (remove_files) COMPLETE
55792026-02-24T03:46:15.361Z[ recovery-image] Feb 24 03:46:13.392 INFO O| Feb 24 03:46:13.391 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-02-24T03:46:15.369Z[ recovery-image] Feb 24 03:46:13.403 INFO O| Feb 24 03:46:13.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55812026-02-24T03:46:15.369Z[ recovery-image] Feb 24 03:46:13.403 INFO O| Feb 24 03:46:13.403 INFO STEP 256 (remove_files) COMPLETE
55822026-02-24T03:46:15.369Z[ recovery-image] Feb 24 03:46:13.403 INFO O| Feb 24 03:46:13.403 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-24T03:46:15.382Z[ recovery-image] Feb 24 03:46:13.416 INFO O| Feb 24 03:46:13.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55842026-02-24T03:46:15.382Z[ recovery-image] Feb 24 03:46:13.416 INFO O| Feb 24 03:46:13.416 INFO STEP 257 (remove_files) COMPLETE
55852026-02-24T03:46:15.382Z[ recovery-image] Feb 24 03:46:13.416 INFO O| Feb 24 03:46:13.416 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-02-24T03:46:15.395Z[ recovery-image] Feb 24 03:46:13.429 INFO O| Feb 24 03:46:13.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55872026-02-24T03:46:15.395Z[ recovery-image] Feb 24 03:46:13.429 INFO O| Feb 24 03:46:13.429 INFO STEP 258 (remove_files) COMPLETE
55882026-02-24T03:46:15.396Z[ recovery-image] Feb 24 03:46:13.429 INFO O| Feb 24 03:46:13.429 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-02-24T03:46:15.408Z[ recovery-image] Feb 24 03:46:13.441 INFO O| Feb 24 03:46:13.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55902026-02-24T03:46:15.411Z[ recovery-image] Feb 24 03:46:13.442 INFO O| Feb 24 03:46:13.442 INFO STEP 259 (remove_files) COMPLETE
55912026-02-24T03:46:15.411Z[ recovery-image] Feb 24 03:46:13.442 INFO O| Feb 24 03:46:13.442 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-02-24T03:46:15.422Z[ recovery-image] Feb 24 03:46:13.456 INFO O| Feb 24 03:46:13.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55932026-02-24T03:46:15.422Z[ recovery-image] Feb 24 03:46:13.456 INFO O| Feb 24 03:46:13.456 INFO STEP 260 (remove_files) COMPLETE
55942026-02-24T03:46:15.422Z[ recovery-image] Feb 24 03:46:13.456 INFO O| Feb 24 03:46:13.456 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-02-24T03:46:15.435Z[ recovery-image] Feb 24 03:46:13.468 INFO O| Feb 24 03:46:13.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55962026-02-24T03:46:15.435Z[ recovery-image] Feb 24 03:46:13.468 INFO O| Feb 24 03:46:13.468 INFO STEP 261 (remove_files) COMPLETE
55972026-02-24T03:46:15.438Z[ recovery-image] Feb 24 03:46:13.468 INFO O| Feb 24 03:46:13.468 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-02-24T03:46:15.448Z[ recovery-image] Feb 24 03:46:13.482 INFO O| Feb 24 03:46:13.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55992026-02-24T03:46:15.449Z[ recovery-image] Feb 24 03:46:13.482 INFO O| Feb 24 03:46:13.482 INFO STEP 262 (remove_files) COMPLETE
56002026-02-24T03:46:15.449Z[ recovery-image] Feb 24 03:46:13.482 INFO O| Feb 24 03:46:13.482 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-02-24T03:46:15.461Z[ recovery-image] Feb 24 03:46:13.495 INFO O| Feb 24 03:46:13.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56022026-02-24T03:46:15.461Z[ recovery-image] Feb 24 03:46:13.495 INFO O| Feb 24 03:46:13.495 INFO STEP 263 (remove_files) COMPLETE
56032026-02-24T03:46:15.461Z[ recovery-image] Feb 24 03:46:13.495 INFO O| Feb 24 03:46:13.495 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-02-24T03:46:15.474Z[ recovery-image] Feb 24 03:46:13.508 INFO O| Feb 24 03:46:13.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56052026-02-24T03:46:15.474Z[ recovery-image] Feb 24 03:46:13.508 INFO O| Feb 24 03:46:13.508 INFO STEP 264 (remove_files) COMPLETE
56062026-02-24T03:46:15.477Z[ recovery-image] Feb 24 03:46:13.508 INFO O| Feb 24 03:46:13.508 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-02-24T03:46:15.487Z[ recovery-image] Feb 24 03:46:13.520 INFO O| Feb 24 03:46:13.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56082026-02-24T03:46:15.489Z[ recovery-image] Feb 24 03:46:13.520 INFO O| Feb 24 03:46:13.520 INFO STEP 265 (remove_files) COMPLETE
56092026-02-24T03:46:15.490Z[ recovery-image] Feb 24 03:46:13.520 INFO O| Feb 24 03:46:13.520 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-02-24T03:46:15.500Z[ recovery-image] Feb 24 03:46:13.533 INFO O| Feb 24 03:46:13.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56112026-02-24T03:46:15.500Z[ recovery-image] Feb 24 03:46:13.533 INFO O| Feb 24 03:46:13.533 INFO STEP 266 (remove_files) COMPLETE
56122026-02-24T03:46:15.503Z[ recovery-image] Feb 24 03:46:13.533 INFO O| Feb 24 03:46:13.533 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-24T03:46:15.512Z[ recovery-image] Feb 24 03:46:13.546 INFO O| Feb 24 03:46:13.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56142026-02-24T03:46:15.512Z[ recovery-image] Feb 24 03:46:13.546 INFO O| Feb 24 03:46:13.546 INFO STEP 267 (remove_files) COMPLETE
56152026-02-24T03:46:15.512Z[ recovery-image] Feb 24 03:46:13.546 INFO O| Feb 24 03:46:13.546 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-02-24T03:46:15.526Z[ recovery-image] Feb 24 03:46:13.560 INFO O| Feb 24 03:46:13.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56172026-02-24T03:46:15.526Z[ recovery-image] Feb 24 03:46:13.560 INFO O| Feb 24 03:46:13.560 INFO STEP 268 (remove_files) COMPLETE
56182026-02-24T03:46:15.526Z[ recovery-image] Feb 24 03:46:13.560 INFO O| Feb 24 03:46:13.560 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-02-24T03:46:15.539Z[ recovery-image] Feb 24 03:46:13.572 INFO O| Feb 24 03:46:13.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56202026-02-24T03:46:15.539Z[ recovery-image] Feb 24 03:46:13.572 INFO O| Feb 24 03:46:13.572 INFO STEP 269 (remove_files) COMPLETE
56212026-02-24T03:46:15.542Z[ recovery-image] Feb 24 03:46:13.572 INFO O| Feb 24 03:46:13.572 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-02-24T03:46:15.552Z[ recovery-image] Feb 24 03:46:13.585 INFO O| Feb 24 03:46:13.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56232026-02-24T03:46:15.552Z[ recovery-image] Feb 24 03:46:13.585 INFO O| Feb 24 03:46:13.585 INFO STEP 270 (remove_files) COMPLETE
56242026-02-24T03:46:15.555Z[ recovery-image] Feb 24 03:46:13.585 INFO O| Feb 24 03:46:13.585 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-02-24T03:46:15.565Z[ recovery-image] Feb 24 03:46:13.598 INFO O| Feb 24 03:46:13.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56262026-02-24T03:46:15.565Z[ recovery-image] Feb 24 03:46:13.598 INFO O| Feb 24 03:46:13.598 INFO STEP 271 (remove_files) COMPLETE
56272026-02-24T03:46:15.568Z[ recovery-image] Feb 24 03:46:13.598 INFO O| Feb 24 03:46:13.598 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-02-24T03:46:15.577Z[ recovery-image] Feb 24 03:46:13.611 INFO O| Feb 24 03:46:13.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56292026-02-24T03:46:15.577Z[ recovery-image] Feb 24 03:46:13.611 INFO O| Feb 24 03:46:13.611 INFO STEP 272 (remove_files) COMPLETE
56302026-02-24T03:46:15.580Z[ recovery-image] Feb 24 03:46:13.611 INFO O| Feb 24 03:46:13.611 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-02-24T03:46:15.591Z[ recovery-image] Feb 24 03:46:13.623 INFO O| Feb 24 03:46:13.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56322026-02-24T03:46:15.591Z[ recovery-image] Feb 24 03:46:13.624 INFO O| Feb 24 03:46:13.624 INFO STEP 273 (remove_files) COMPLETE
56332026-02-24T03:46:15.591Z[ recovery-image] Feb 24 03:46:13.624 INFO O| Feb 24 03:46:13.624 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-02-24T03:46:15.604Z[ recovery-image] Feb 24 03:46:13.637 INFO O| Feb 24 03:46:13.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56352026-02-24T03:46:15.604Z[ recovery-image] Feb 24 03:46:13.637 INFO O| Feb 24 03:46:13.637 INFO STEP 274 (remove_files) COMPLETE
56362026-02-24T03:46:15.604Z[ recovery-image] Feb 24 03:46:13.637 INFO O| Feb 24 03:46:13.637 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-02-24T03:46:15.617Z[ recovery-image] Feb 24 03:46:13.651 INFO O| Feb 24 03:46:13.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56382026-02-24T03:46:15.617Z[ recovery-image] Feb 24 03:46:13.651 INFO O| Feb 24 03:46:13.651 INFO STEP 275 (remove_files) COMPLETE
56392026-02-24T03:46:15.620Z[ recovery-image] Feb 24 03:46:13.651 INFO O| Feb 24 03:46:13.651 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-02-24T03:46:15.630Z[ recovery-image] Feb 24 03:46:13.664 INFO O| Feb 24 03:46:13.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56412026-02-24T03:46:15.630Z[ recovery-image] Feb 24 03:46:13.664 INFO O| Feb 24 03:46:13.664 INFO STEP 276 (remove_files) COMPLETE
56422026-02-24T03:46:15.630Z[ recovery-image] Feb 24 03:46:13.664 INFO O| Feb 24 03:46:13.664 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-02-24T03:46:15.643Z[ recovery-image] Feb 24 03:46:13.677 INFO O| Feb 24 03:46:13.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56442026-02-24T03:46:15.643Z[ recovery-image] Feb 24 03:46:13.677 INFO O| Feb 24 03:46:13.677 INFO STEP 277 (remove_files) COMPLETE
56452026-02-24T03:46:15.643Z[ recovery-image] Feb 24 03:46:13.677 INFO O| Feb 24 03:46:13.677 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-02-24T03:46:15.656Z[ recovery-image] Feb 24 03:46:13.690 INFO O| Feb 24 03:46:13.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56472026-02-24T03:46:15.656Z[ recovery-image] Feb 24 03:46:13.690 INFO O| Feb 24 03:46:13.690 INFO STEP 278 (remove_files) COMPLETE
56482026-02-24T03:46:15.656Z[ recovery-image] Feb 24 03:46:13.690 INFO O| Feb 24 03:46:13.690 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-02-24T03:46:15.669Z[ recovery-image] Feb 24 03:46:13.702 INFO O| Feb 24 03:46:13.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56502026-02-24T03:46:15.669Z[ recovery-image] Feb 24 03:46:13.703 INFO O| Feb 24 03:46:13.703 INFO STEP 279 (remove_files) COMPLETE
56512026-02-24T03:46:15.669Z[ recovery-image] Feb 24 03:46:13.703 INFO O| Feb 24 03:46:13.703 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-02-24T03:46:15.682Z[ recovery-image] Feb 24 03:46:13.716 INFO O| Feb 24 03:46:13.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56532026-02-24T03:46:15.682Z[ recovery-image] Feb 24 03:46:13.716 INFO O| Feb 24 03:46:13.716 INFO STEP 280 (remove_files) COMPLETE
56542026-02-24T03:46:15.685Z[ recovery-image] Feb 24 03:46:13.716 INFO O| Feb 24 03:46:13.716 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-02-24T03:46:15.696Z[ recovery-image] Feb 24 03:46:13.728 INFO O| Feb 24 03:46:13.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56562026-02-24T03:46:15.699Z[ recovery-image] Feb 24 03:46:13.729 INFO O| Feb 24 03:46:13.729 INFO STEP 281 (remove_files) COMPLETE
56572026-02-24T03:46:15.699Z[ recovery-image] Feb 24 03:46:13.729 INFO O| Feb 24 03:46:13.729 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-02-24T03:46:15.709Z[ recovery-image] Feb 24 03:46:13.742 INFO O| Feb 24 03:46:13.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56592026-02-24T03:46:15.710Z[ recovery-image] Feb 24 03:46:13.742 INFO O| Feb 24 03:46:13.742 INFO STEP 282 (remove_files) COMPLETE
56602026-02-24T03:46:15.710Z[ recovery-image] Feb 24 03:46:13.742 INFO O| Feb 24 03:46:13.742 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-02-24T03:46:15.722Z[ recovery-image] Feb 24 03:46:13.755 INFO O| Feb 24 03:46:13.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56622026-02-24T03:46:15.722Z[ recovery-image] Feb 24 03:46:13.756 INFO O| Feb 24 03:46:13.755 INFO STEP 283 (remove_files) COMPLETE
56632026-02-24T03:46:15.725Z[ recovery-image] Feb 24 03:46:13.756 INFO O| Feb 24 03:46:13.755 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-02-24T03:46:15.735Z[ recovery-image] Feb 24 03:46:13.768 INFO O| Feb 24 03:46:13.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56652026-02-24T03:46:15.735Z[ recovery-image] Feb 24 03:46:13.768 INFO O| Feb 24 03:46:13.768 INFO STEP 284 (remove_files) COMPLETE
56662026-02-24T03:46:15.735Z[ recovery-image] Feb 24 03:46:13.768 INFO O| Feb 24 03:46:13.768 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-02-24T03:46:15.748Z[ recovery-image] Feb 24 03:46:13.781 INFO O| Feb 24 03:46:13.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56682026-02-24T03:46:15.748Z[ recovery-image] Feb 24 03:46:13.781 INFO O| Feb 24 03:46:13.781 INFO STEP 285 (remove_files) COMPLETE
56692026-02-24T03:46:15.748Z[ recovery-image] Feb 24 03:46:13.781 INFO O| Feb 24 03:46:13.781 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-02-24T03:46:15.761Z[ recovery-image] Feb 24 03:46:13.794 INFO O| Feb 24 03:46:13.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56712026-02-24T03:46:15.761Z[ recovery-image] Feb 24 03:46:13.794 INFO O| Feb 24 03:46:13.794 INFO STEP 286 (remove_files) COMPLETE
56722026-02-24T03:46:15.761Z[ recovery-image] Feb 24 03:46:13.794 INFO O| Feb 24 03:46:13.794 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-02-24T03:46:15.773Z[ recovery-image] Feb 24 03:46:13.807 INFO O| Feb 24 03:46:13.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56742026-02-24T03:46:15.773Z[ recovery-image] Feb 24 03:46:13.807 INFO O| Feb 24 03:46:13.807 INFO STEP 287 (remove_files) COMPLETE
56752026-02-24T03:46:15.776Z[ recovery-image] Feb 24 03:46:13.807 INFO O| Feb 24 03:46:13.807 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-02-24T03:46:15.786Z[ recovery-image] Feb 24 03:46:13.819 INFO O| Feb 24 03:46:13.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56772026-02-24T03:46:15.787Z[ recovery-image] Feb 24 03:46:13.820 INFO O| Feb 24 03:46:13.819 INFO STEP 288 (remove_files) COMPLETE
56782026-02-24T03:46:15.790Z[ recovery-image] Feb 24 03:46:13.820 INFO O| Feb 24 03:46:13.819 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-02-24T03:46:15.798Z[ recovery-image] Feb 24 03:46:13.831 INFO O| Feb 24 03:46:13.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56802026-02-24T03:46:15.798Z[ recovery-image] Feb 24 03:46:13.832 INFO O| Feb 24 03:46:13.832 INFO STEP 289 (remove_files) COMPLETE
56812026-02-24T03:46:15.801Z[ recovery-image] Feb 24 03:46:13.832 INFO O| Feb 24 03:46:13.832 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-02-24T03:46:15.810Z[ recovery-image] Feb 24 03:46:13.844 INFO O| Feb 24 03:46:13.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56832026-02-24T03:46:15.810Z[ recovery-image] Feb 24 03:46:13.844 INFO O| Feb 24 03:46:13.844 INFO STEP 290 (remove_files) COMPLETE
56842026-02-24T03:46:15.810Z[ recovery-image] Feb 24 03:46:13.844 INFO O| Feb 24 03:46:13.844 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-02-24T03:46:15.824Z[ recovery-image] Feb 24 03:46:13.857 INFO O| Feb 24 03:46:13.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56862026-02-24T03:46:15.824Z[ recovery-image] Feb 24 03:46:13.857 INFO O| Feb 24 03:46:13.857 INFO STEP 291 (remove_files) COMPLETE
56872026-02-24T03:46:15.824Z[ recovery-image] Feb 24 03:46:13.857 INFO O| Feb 24 03:46:13.857 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-02-24T03:46:15.837Z[ recovery-image] Feb 24 03:46:13.871 INFO O| Feb 24 03:46:13.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56892026-02-24T03:46:15.838Z[ recovery-image] Feb 24 03:46:13.871 INFO O| Feb 24 03:46:13.871 INFO STEP 292 (remove_files) COMPLETE
56902026-02-24T03:46:15.838Z[ recovery-image] Feb 24 03:46:13.871 INFO O| Feb 24 03:46:13.871 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-02-24T03:46:15.850Z[ recovery-image] Feb 24 03:46:13.884 INFO O| Feb 24 03:46:13.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56922026-02-24T03:46:15.850Z[ recovery-image] Feb 24 03:46:13.884 INFO O| Feb 24 03:46:13.884 INFO STEP 293 (remove_files) COMPLETE
56932026-02-24T03:46:15.850Z[ recovery-image] Feb 24 03:46:13.884 INFO O| Feb 24 03:46:13.884 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-02-24T03:46:15.864Z[ recovery-image] Feb 24 03:46:13.897 INFO O| Feb 24 03:46:13.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56952026-02-24T03:46:15.864Z[ recovery-image] Feb 24 03:46:13.897 INFO O| Feb 24 03:46:13.897 INFO STEP 294 (remove_files) COMPLETE
56962026-02-24T03:46:15.864Z[ recovery-image] Feb 24 03:46:13.897 INFO O| Feb 24 03:46:13.897 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-02-24T03:46:15.877Z[ recovery-image] Feb 24 03:46:13.910 INFO O| Feb 24 03:46:13.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56982026-02-24T03:46:15.877Z[ recovery-image] Feb 24 03:46:13.911 INFO O| Feb 24 03:46:13.910 INFO STEP 295 (remove_files) COMPLETE
56992026-02-24T03:46:15.877Z[ recovery-image] Feb 24 03:46:13.911 INFO O| Feb 24 03:46:13.911 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-02-24T03:46:15.890Z[ recovery-image] Feb 24 03:46:13.923 INFO O| Feb 24 03:46:13.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57012026-02-24T03:46:15.890Z[ recovery-image] Feb 24 03:46:13.923 INFO O| Feb 24 03:46:13.923 INFO STEP 296 (remove_files) COMPLETE
57022026-02-24T03:46:15.890Z[ recovery-image] Feb 24 03:46:13.923 INFO O| Feb 24 03:46:13.923 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-02-24T03:46:15.904Z[ recovery-image] Feb 24 03:46:13.936 INFO O| Feb 24 03:46:13.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57042026-02-24T03:46:15.904Z[ recovery-image] Feb 24 03:46:13.936 INFO O| Feb 24 03:46:13.936 INFO STEP 297 (remove_files) COMPLETE
57052026-02-24T03:46:15.904Z[ recovery-image] Feb 24 03:46:13.936 INFO O| Feb 24 03:46:13.936 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-02-24T03:46:15.915Z[ recovery-image] Feb 24 03:46:13.948 INFO O| Feb 24 03:46:13.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57072026-02-24T03:46:15.915Z[ recovery-image] Feb 24 03:46:13.949 INFO O| Feb 24 03:46:13.948 INFO STEP 298 (remove_files) COMPLETE
57082026-02-24T03:46:15.918Z[ recovery-image] Feb 24 03:46:13.949 INFO O| Feb 24 03:46:13.948 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-02-24T03:46:15.928Z[ recovery-image] Feb 24 03:46:13.961 INFO O| Feb 24 03:46:13.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57102026-02-24T03:46:15.928Z[ recovery-image] Feb 24 03:46:13.961 INFO O| Feb 24 03:46:13.961 INFO STEP 299 (remove_files) COMPLETE
57112026-02-24T03:46:15.930Z[ recovery-image] Feb 24 03:46:13.961 INFO O| Feb 24 03:46:13.961 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-02-24T03:46:15.941Z[ recovery-image] Feb 24 03:46:13.974 INFO O| Feb 24 03:46:13.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57132026-02-24T03:46:15.944Z[ recovery-image] Feb 24 03:46:13.975 INFO O| Feb 24 03:46:13.974 INFO STEP 300 (remove_files) COMPLETE
57142026-02-24T03:46:15.944Z[ recovery-image] Feb 24 03:46:13.975 INFO O| Feb 24 03:46:13.975 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-02-24T03:46:15.954Z[ recovery-image] Feb 24 03:46:13.987 INFO O| Feb 24 03:46:13.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57162026-02-24T03:46:15.954Z[ recovery-image] Feb 24 03:46:13.987 INFO O| Feb 24 03:46:13.987 INFO STEP 301 (remove_files) COMPLETE
57172026-02-24T03:46:15.957Z[ recovery-image] Feb 24 03:46:13.987 INFO O| Feb 24 03:46:13.987 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-02-24T03:46:15.966Z[ recovery-image] Feb 24 03:46:14.000 INFO O| Feb 24 03:46:14.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57192026-02-24T03:46:15.966Z[ recovery-image] Feb 24 03:46:14.000 INFO O| Feb 24 03:46:14.000 INFO STEP 302 (remove_files) COMPLETE
57202026-02-24T03:46:15.969Z[ recovery-image] Feb 24 03:46:14.000 INFO O| Feb 24 03:46:14.000 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-02-24T03:46:15.980Z[ recovery-image] Feb 24 03:46:14.013 INFO O| Feb 24 03:46:14.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57222026-02-24T03:46:15.980Z[ recovery-image] Feb 24 03:46:14.013 INFO O| Feb 24 03:46:14.013 INFO STEP 303 (remove_files) COMPLETE
57232026-02-24T03:46:15.983Z[ recovery-image] Feb 24 03:46:14.013 INFO O| Feb 24 03:46:14.013 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-02-24T03:46:15.993Z[ recovery-image] Feb 24 03:46:14.026 INFO O| Feb 24 03:46:14.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57252026-02-24T03:46:15.993Z[ recovery-image] Feb 24 03:46:14.026 INFO O| Feb 24 03:46:14.026 INFO STEP 304 (remove_files) COMPLETE
57262026-02-24T03:46:15.993Z[ recovery-image] Feb 24 03:46:14.026 INFO O| Feb 24 03:46:14.026 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-02-24T03:46:16.006Z[ recovery-image] Feb 24 03:46:14.039 INFO O| Feb 24 03:46:14.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57282026-02-24T03:46:16.006Z[ recovery-image] Feb 24 03:46:14.039 INFO O| Feb 24 03:46:14.039 INFO STEP 305 (remove_files) COMPLETE
57292026-02-24T03:46:16.010Z[ recovery-image] Feb 24 03:46:14.039 INFO O| Feb 24 03:46:14.039 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-02-24T03:46:16.019Z[ recovery-image] Feb 24 03:46:14.053 INFO O| Feb 24 03:46:14.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57312026-02-24T03:46:16.019Z[ recovery-image] Feb 24 03:46:14.053 INFO O| Feb 24 03:46:14.053 INFO STEP 306 (remove_files) COMPLETE
57322026-02-24T03:46:16.023Z[ recovery-image] Feb 24 03:46:14.053 INFO O| Feb 24 03:46:14.053 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-02-24T03:46:16.032Z[ recovery-image] Feb 24 03:46:14.066 INFO O| Feb 24 03:46:14.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57342026-02-24T03:46:16.032Z[ recovery-image] Feb 24 03:46:14.066 INFO O| Feb 24 03:46:14.066 INFO STEP 307 (remove_files) COMPLETE
57352026-02-24T03:46:16.037Z[ recovery-image] Feb 24 03:46:14.066 INFO O| Feb 24 03:46:14.066 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-02-24T03:46:16.044Z[ recovery-image] Feb 24 03:46:14.078 INFO O| Feb 24 03:46:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57372026-02-24T03:46:16.045Z[ recovery-image] Feb 24 03:46:14.078 INFO O| Feb 24 03:46:14.078 INFO STEP 308 (remove_files) COMPLETE
57382026-02-24T03:46:16.048Z[ recovery-image] Feb 24 03:46:14.078 INFO O| Feb 24 03:46:14.078 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-02-24T03:46:16.057Z[ recovery-image] Feb 24 03:46:14.090 INFO O| Feb 24 03:46:14.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57402026-02-24T03:46:16.060Z[ recovery-image] Feb 24 03:46:14.090 INFO O| Feb 24 03:46:14.090 INFO STEP 309 (remove_files) COMPLETE
57412026-02-24T03:46:16.060Z[ recovery-image] Feb 24 03:46:14.090 INFO O| Feb 24 03:46:14.090 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-02-24T03:46:16.069Z[ recovery-image] Feb 24 03:46:14.102 INFO O| Feb 24 03:46:14.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57432026-02-24T03:46:16.069Z[ recovery-image] Feb 24 03:46:14.102 INFO O| Feb 24 03:46:14.102 INFO STEP 310 (remove_files) COMPLETE
57442026-02-24T03:46:16.069Z[ recovery-image] Feb 24 03:46:14.102 INFO O| Feb 24 03:46:14.102 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-02-24T03:46:16.082Z[ recovery-image] Feb 24 03:46:14.115 INFO O| Feb 24 03:46:14.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57462026-02-24T03:46:16.085Z[ recovery-image] Feb 24 03:46:14.116 INFO O| Feb 24 03:46:14.116 INFO STEP 311 (remove_files) COMPLETE
57472026-02-24T03:46:16.085Z[ recovery-image] Feb 24 03:46:14.116 INFO O| Feb 24 03:46:14.116 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-02-24T03:46:16.094Z[ recovery-image] Feb 24 03:46:14.128 INFO O| Feb 24 03:46:14.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57492026-02-24T03:46:16.095Z[ recovery-image] Feb 24 03:46:14.128 INFO O| Feb 24 03:46:14.128 INFO STEP 312 (remove_files) COMPLETE
57502026-02-24T03:46:16.095Z[ recovery-image] Feb 24 03:46:14.128 INFO O| Feb 24 03:46:14.128 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-02-24T03:46:16.112Z[ recovery-image] Feb 24 03:46:14.144 INFO O| Feb 24 03:46:14.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57522026-02-24T03:46:16.112Z[ recovery-image] Feb 24 03:46:14.144 INFO O| Feb 24 03:46:14.144 INFO STEP 313 (remove_files) COMPLETE
57532026-02-24T03:46:16.112Z[ recovery-image] Feb 24 03:46:14.144 INFO O| Feb 24 03:46:14.144 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-02-24T03:46:16.124Z[ recovery-image] Feb 24 03:46:14.158 INFO O| Feb 24 03:46:14.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57552026-02-24T03:46:16.124Z[ recovery-image] Feb 24 03:46:14.158 INFO O| Feb 24 03:46:14.158 INFO STEP 314 (remove_files) COMPLETE
57562026-02-24T03:46:16.127Z[ recovery-image] Feb 24 03:46:14.158 INFO O| Feb 24 03:46:14.158 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-02-24T03:46:16.139Z[ recovery-image] Feb 24 03:46:14.172 INFO O| Feb 24 03:46:14.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57582026-02-24T03:46:16.139Z[ recovery-image] Feb 24 03:46:14.172 INFO O| Feb 24 03:46:14.172 INFO STEP 315 (remove_files) COMPLETE
57592026-02-24T03:46:16.139Z[ recovery-image] Feb 24 03:46:14.172 INFO O| Feb 24 03:46:14.172 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-02-24T03:46:16.152Z[ recovery-image] Feb 24 03:46:14.186 INFO O| Feb 24 03:46:14.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57612026-02-24T03:46:16.153Z[ recovery-image] Feb 24 03:46:14.186 INFO O| Feb 24 03:46:14.186 INFO STEP 316 (remove_files) COMPLETE
57622026-02-24T03:46:16.153Z[ recovery-image] Feb 24 03:46:14.186 INFO O| Feb 24 03:46:14.186 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-02-24T03:46:16.166Z[ recovery-image] Feb 24 03:46:14.200 INFO O| Feb 24 03:46:14.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57642026-02-24T03:46:16.166Z[ recovery-image] Feb 24 03:46:14.200 INFO O| Feb 24 03:46:14.200 INFO STEP 317 (remove_files) COMPLETE
57652026-02-24T03:46:16.166Z[ recovery-image] Feb 24 03:46:14.200 INFO O| Feb 24 03:46:14.200 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-02-24T03:46:16.180Z[ recovery-image] Feb 24 03:46:14.214 INFO O| Feb 24 03:46:14.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57672026-02-24T03:46:16.180Z[ recovery-image] Feb 24 03:46:14.214 INFO O| Feb 24 03:46:14.214 INFO STEP 318 (remove_files) COMPLETE
57682026-02-24T03:46:16.180Z[ recovery-image] Feb 24 03:46:14.214 INFO O| Feb 24 03:46:14.214 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-02-24T03:46:16.194Z[ recovery-image] Feb 24 03:46:14.228 INFO O| Feb 24 03:46:14.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57702026-02-24T03:46:16.194Z[ recovery-image] Feb 24 03:46:14.228 INFO O| Feb 24 03:46:14.228 INFO STEP 319 (remove_files) COMPLETE
57712026-02-24T03:46:16.194Z[ recovery-image] Feb 24 03:46:14.228 INFO O| Feb 24 03:46:14.228 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-02-24T03:46:16.210Z[ recovery-image] Feb 24 03:46:14.242 INFO O| Feb 24 03:46:14.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57732026-02-24T03:46:16.210Z[ recovery-image] Feb 24 03:46:14.242 INFO O| Feb 24 03:46:14.242 INFO STEP 320 (remove_files) COMPLETE
57742026-02-24T03:46:16.210Z[ recovery-image] Feb 24 03:46:14.242 INFO O| Feb 24 03:46:14.242 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-02-24T03:46:16.222Z[ recovery-image] Feb 24 03:46:14.256 INFO O| Feb 24 03:46:14.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57762026-02-24T03:46:16.222Z[ recovery-image] Feb 24 03:46:14.256 INFO O| Feb 24 03:46:14.256 INFO STEP 321 (remove_files) COMPLETE
57772026-02-24T03:46:16.226Z[ recovery-image] Feb 24 03:46:14.256 INFO O| Feb 24 03:46:14.256 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-02-24T03:46:16.235Z[ recovery-image] Feb 24 03:46:14.269 INFO O| Feb 24 03:46:14.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57792026-02-24T03:46:16.239Z[ recovery-image] Feb 24 03:46:14.269 INFO O| Feb 24 03:46:14.269 INFO STEP 322 (remove_files) COMPLETE
57802026-02-24T03:46:16.239Z[ recovery-image] Feb 24 03:46:14.269 INFO O| Feb 24 03:46:14.269 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-02-24T03:46:16.249Z[ recovery-image] Feb 24 03:46:14.282 INFO O| Feb 24 03:46:14.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57822026-02-24T03:46:16.252Z[ recovery-image] Feb 24 03:46:14.283 INFO O| Feb 24 03:46:14.283 INFO STEP 323 (remove_files) COMPLETE
57832026-02-24T03:46:16.252Z[ recovery-image] Feb 24 03:46:14.283 INFO O| Feb 24 03:46:14.283 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-02-24T03:46:16.263Z[ recovery-image] Feb 24 03:46:14.297 INFO O| Feb 24 03:46:14.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57852026-02-24T03:46:16.263Z[ recovery-image] Feb 24 03:46:14.297 INFO O| Feb 24 03:46:14.297 INFO STEP 324 (remove_files) COMPLETE
57862026-02-24T03:46:16.267Z[ recovery-image] Feb 24 03:46:14.297 INFO O| Feb 24 03:46:14.297 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-02-24T03:46:16.277Z[ recovery-image] Feb 24 03:46:14.310 INFO O| Feb 24 03:46:14.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57882026-02-24T03:46:16.278Z[ recovery-image] Feb 24 03:46:14.310 INFO O| Feb 24 03:46:14.310 INFO STEP 325 (remove_files) COMPLETE
57892026-02-24T03:46:16.278Z[ recovery-image] Feb 24 03:46:14.310 INFO O| Feb 24 03:46:14.310 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-02-24T03:46:16.290Z[ recovery-image] Feb 24 03:46:14.323 INFO O| Feb 24 03:46:14.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57912026-02-24T03:46:16.293Z[ recovery-image] Feb 24 03:46:14.323 INFO O| Feb 24 03:46:14.323 INFO STEP 326 (remove_files) COMPLETE
57922026-02-24T03:46:16.293Z[ recovery-image] Feb 24 03:46:14.323 INFO O| Feb 24 03:46:14.323 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-02-24T03:46:16.303Z[ recovery-image] Feb 24 03:46:14.337 INFO O| Feb 24 03:46:14.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57942026-02-24T03:46:16.303Z[ recovery-image] Feb 24 03:46:14.337 INFO O| Feb 24 03:46:14.337 INFO STEP 327 (remove_files) COMPLETE
57952026-02-24T03:46:16.306Z[ recovery-image] Feb 24 03:46:14.337 INFO O| Feb 24 03:46:14.337 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-02-24T03:46:16.316Z[ recovery-image] Feb 24 03:46:14.350 INFO O| Feb 24 03:46:14.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57972026-02-24T03:46:16.319Z[ recovery-image] Feb 24 03:46:14.350 INFO O| Feb 24 03:46:14.350 INFO STEP 328 (remove_files) COMPLETE
57982026-02-24T03:46:16.319Z[ recovery-image] Feb 24 03:46:14.350 INFO O| Feb 24 03:46:14.350 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-02-24T03:46:16.329Z[ recovery-image] Feb 24 03:46:14.363 INFO O| Feb 24 03:46:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58002026-02-24T03:46:16.329Z[ recovery-image] Feb 24 03:46:14.363 INFO O| Feb 24 03:46:14.363 INFO STEP 329 (remove_files) COMPLETE
58012026-02-24T03:46:16.332Z[ recovery-image] Feb 24 03:46:14.363 INFO O| Feb 24 03:46:14.363 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.376 INFO O| Feb 24 03:46:14.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58032026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.376 INFO O| Feb 24 03:46:14.376 INFO STEP 330 (remove_files) COMPLETE
58042026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.376 INFO O| Feb 24 03:46:14.376 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.389 INFO O| Feb 24 03:46:14.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58062026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.389 INFO O| Feb 24 03:46:14.389 INFO STEP 331 (remove_files) COMPLETE
58072026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.389 INFO O| Feb 24 03:46:14.389 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.402 INFO O| Feb 24 03:46:14.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58092026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.402 INFO O| Feb 24 03:46:14.402 INFO STEP 332 (remove_files) COMPLETE
58102026-02-24T03:46:16.382Z[ recovery-image] Feb 24 03:46:14.402 INFO O| Feb 24 03:46:14.402 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-02-24T03:46:16.386Z[ recovery-image] Feb 24 03:46:14.415 INFO O| Feb 24 03:46:14.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58122026-02-24T03:46:16.386Z[ recovery-image] Feb 24 03:46:14.415 INFO O| Feb 24 03:46:14.415 INFO STEP 333 (remove_files) COMPLETE
58132026-02-24T03:46:16.386Z[ recovery-image] Feb 24 03:46:14.415 INFO O| Feb 24 03:46:14.415 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-02-24T03:46:16.395Z[ recovery-image] Feb 24 03:46:14.428 INFO O| Feb 24 03:46:14.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58152026-02-24T03:46:16.395Z[ recovery-image] Feb 24 03:46:14.428 INFO O| Feb 24 03:46:14.428 INFO STEP 334 (remove_files) COMPLETE
58162026-02-24T03:46:16.395Z[ recovery-image] Feb 24 03:46:14.428 INFO O| Feb 24 03:46:14.428 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-02-24T03:46:16.408Z[ recovery-image] Feb 24 03:46:14.441 INFO O| Feb 24 03:46:14.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58182026-02-24T03:46:16.408Z[ recovery-image] Feb 24 03:46:14.441 INFO O| Feb 24 03:46:14.441 INFO STEP 335 (remove_files) COMPLETE
58192026-02-24T03:46:16.411Z[ recovery-image] Feb 24 03:46:14.441 INFO O| Feb 24 03:46:14.441 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-02-24T03:46:16.421Z[ host-image] Feb 24 03:46:14.453 INFO O| Feb 24 03:46:14.453 INFO O| Planning: Solver setup ... Done
58212026-02-24T03:46:16.424Z[ recovery-image] Feb 24 03:46:14.454 INFO O| Feb 24 03:46:14.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58222026-02-24T03:46:16.424Z[ recovery-image] Feb 24 03:46:14.454 INFO O| Feb 24 03:46:14.454 INFO STEP 336 (remove_files) COMPLETE
58232026-02-24T03:46:16.424Z[ recovery-image] Feb 24 03:46:14.454 INFO O| Feb 24 03:46:14.454 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242026-02-24T03:46:16.434Z[ host-image] Feb 24 03:46:14.467 INFO O| Feb 24 03:46:14.467 INFO O| Planning: Running solver ... Done
58252026-02-24T03:46:16.436Z[ recovery-image] Feb 24 03:46:14.468 INFO O| Feb 24 03:46:14.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58262026-02-24T03:46:16.437Z[ recovery-image] Feb 24 03:46:14.468 INFO O| Feb 24 03:46:14.468 INFO STEP 337 (remove_files) COMPLETE
58272026-02-24T03:46:16.437Z[ recovery-image] Feb 24 03:46:14.468 INFO O| Feb 24 03:46:14.468 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-24T03:46:16.449Z[ recovery-image] Feb 24 03:46:14.481 INFO O| Feb 24 03:46:14.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58292026-02-24T03:46:16.449Z[ recovery-image] Feb 24 03:46:14.482 INFO O| Feb 24 03:46:14.482 INFO STEP 338 (remove_files) COMPLETE
58302026-02-24T03:46:16.452Z[ recovery-image] Feb 24 03:46:14.482 INFO O| Feb 24 03:46:14.482 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-24T03:46:16.462Z[ recovery-image] Feb 24 03:46:14.495 INFO O| Feb 24 03:46:14.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58322026-02-24T03:46:16.462Z[ recovery-image] Feb 24 03:46:14.495 INFO O| Feb 24 03:46:14.495 INFO STEP 339 (remove_files) COMPLETE
58332026-02-24T03:46:16.462Z[ recovery-image] Feb 24 03:46:14.495 INFO O| Feb 24 03:46:14.495 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-24T03:46:16.476Z[ recovery-image] Feb 24 03:46:14.509 INFO O| Feb 24 03:46:14.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58352026-02-24T03:46:16.476Z[ recovery-image] Feb 24 03:46:14.509 INFO O| Feb 24 03:46:14.509 INFO STEP 340 (remove_files) COMPLETE
58362026-02-24T03:46:16.476Z[ recovery-image] Feb 24 03:46:14.509 INFO O| Feb 24 03:46:14.509 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-24T03:46:16.489Z[ recovery-image] Feb 24 03:46:14.523 INFO O| Feb 24 03:46:14.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58382026-02-24T03:46:16.489Z[ recovery-image] Feb 24 03:46:14.523 INFO O| Feb 24 03:46:14.523 INFO STEP 341 (remove_files) COMPLETE
58392026-02-24T03:46:16.489Z[ recovery-image] Feb 24 03:46:14.523 INFO O| Feb 24 03:46:14.523 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-24T03:46:16.503Z[ recovery-image] Feb 24 03:46:14.536 INFO O| Feb 24 03:46:14.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58412026-02-24T03:46:16.503Z[ recovery-image] Feb 24 03:46:14.536 INFO O| Feb 24 03:46:14.536 INFO STEP 342 (remove_files) COMPLETE
58422026-02-24T03:46:16.503Z[ recovery-image] Feb 24 03:46:14.536 INFO O| Feb 24 03:46:14.536 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-24T03:46:16.517Z[ recovery-image] Feb 24 03:46:14.550 INFO O| Feb 24 03:46:14.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58442026-02-24T03:46:16.517Z[ recovery-image] Feb 24 03:46:14.550 INFO O| Feb 24 03:46:14.550 INFO STEP 343 (remove_files) COMPLETE
58452026-02-24T03:46:16.517Z[ recovery-image] Feb 24 03:46:14.550 INFO O| Feb 24 03:46:14.550 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-24T03:46:16.530Z[ recovery-image] Feb 24 03:46:14.563 INFO O| Feb 24 03:46:14.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58472026-02-24T03:46:16.530Z[ recovery-image] Feb 24 03:46:14.563 INFO O| Feb 24 03:46:14.563 INFO STEP 344 (remove_files) COMPLETE
58482026-02-24T03:46:16.531Z[ recovery-image] Feb 24 03:46:14.564 INFO O| Feb 24 03:46:14.563 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-24T03:46:16.544Z[ recovery-image] Feb 24 03:46:14.577 INFO O| Feb 24 03:46:14.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58502026-02-24T03:46:16.544Z[ recovery-image] Feb 24 03:46:14.577 INFO O| Feb 24 03:46:14.577 INFO STEP 345 (remove_files) COMPLETE
58512026-02-24T03:46:16.547Z[ recovery-image] Feb 24 03:46:14.577 INFO O| Feb 24 03:46:14.577 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-24T03:46:16.558Z[ recovery-image] Feb 24 03:46:14.591 INFO O| Feb 24 03:46:14.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58532026-02-24T03:46:16.561Z[ recovery-image] Feb 24 03:46:14.591 INFO O| Feb 24 03:46:14.591 INFO STEP 346 (remove_files) COMPLETE
58542026-02-24T03:46:16.561Z[ recovery-image] Feb 24 03:46:14.591 INFO O| Feb 24 03:46:14.591 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-24T03:46:16.571Z[ recovery-image] Feb 24 03:46:14.604 INFO O| Feb 24 03:46:14.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58562026-02-24T03:46:16.574Z[ recovery-image] Feb 24 03:46:14.604 INFO O| Feb 24 03:46:14.604 INFO STEP 347 (remove_files) COMPLETE
58572026-02-24T03:46:16.574Z[ recovery-image] Feb 24 03:46:14.604 INFO O| Feb 24 03:46:14.604 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-24T03:46:16.583Z[ recovery-image] Feb 24 03:46:14.617 INFO O| Feb 24 03:46:14.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58592026-02-24T03:46:16.586Z[ recovery-image] Feb 24 03:46:14.617 INFO O| Feb 24 03:46:14.617 INFO STEP 348 (remove_files) COMPLETE
58602026-02-24T03:46:16.586Z[ recovery-image] Feb 24 03:46:14.617 INFO O| Feb 24 03:46:14.617 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-24T03:46:16.597Z[ recovery-image] Feb 24 03:46:14.630 INFO O| Feb 24 03:46:14.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58622026-02-24T03:46:16.597Z[ recovery-image] Feb 24 03:46:14.630 INFO O| Feb 24 03:46:14.630 INFO STEP 349 (remove_files) COMPLETE
58632026-02-24T03:46:16.598Z[ recovery-image] Feb 24 03:46:14.630 INFO O| Feb 24 03:46:14.630 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-24T03:46:16.610Z[ recovery-image] Feb 24 03:46:14.643 INFO O| Feb 24 03:46:14.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58652026-02-24T03:46:16.610Z[ recovery-image] Feb 24 03:46:14.643 INFO O| Feb 24 03:46:14.643 INFO STEP 350 (remove_files) COMPLETE
58662026-02-24T03:46:16.610Z[ recovery-image] Feb 24 03:46:14.643 INFO O| Feb 24 03:46:14.643 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-24T03:46:16.614Z[ host-image] Feb 24 03:46:14.647 INFO O| Feb 24 03:46:14.647 INFO O| Planning: Finding local manifests ... Done
58682026-02-24T03:46:16.623Z[ recovery-image] Feb 24 03:46:14.656 INFO O| Feb 24 03:46:14.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58692026-02-24T03:46:16.623Z[ recovery-image] Feb 24 03:46:14.656 INFO O| Feb 24 03:46:14.656 INFO STEP 351 (remove_files) COMPLETE
58702026-02-24T03:46:16.623Z[ recovery-image] Feb 24 03:46:14.656 INFO O| Feb 24 03:46:14.656 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-02-24T03:46:16.637Z[ recovery-image] Feb 24 03:46:14.669 INFO O| Feb 24 03:46:14.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58722026-02-24T03:46:16.637Z[ recovery-image] Feb 24 03:46:14.669 INFO O| Feb 24 03:46:14.669 INFO STEP 352 (remove_files) COMPLETE
58732026-02-24T03:46:16.637Z[ recovery-image] Feb 24 03:46:14.669 INFO O| Feb 24 03:46:14.669 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-02-24T03:46:16.649Z[ recovery-image] Feb 24 03:46:14.682 INFO O| Feb 24 03:46:14.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58752026-02-24T03:46:16.649Z[ recovery-image] Feb 24 03:46:14.682 INFO O| Feb 24 03:46:14.682 INFO STEP 353 (remove_files) COMPLETE
58762026-02-24T03:46:16.652Z[ recovery-image] Feb 24 03:46:14.682 INFO O| Feb 24 03:46:14.682 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-02-24T03:46:16.662Z[ recovery-image] Feb 24 03:46:14.695 INFO O| Feb 24 03:46:14.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58782026-02-24T03:46:16.665Z[ recovery-image] Feb 24 03:46:14.696 INFO O| Feb 24 03:46:14.696 INFO STEP 354 (remove_files) COMPLETE
58792026-02-24T03:46:16.665Z[ recovery-image] Feb 24 03:46:14.696 INFO O| Feb 24 03:46:14.696 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-02-24T03:46:16.665Z[ host-image] Feb 24 03:46:14.697 INFO O| Feb 24 03:46:14.697 INFO O| Planning: Fetching manifests: 0/1 0% complete
58812026-02-24T03:46:16.676Z[ recovery-image] Feb 24 03:46:14.709 INFO O| Feb 24 03:46:14.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58822026-02-24T03:46:16.676Z[ recovery-image] Feb 24 03:46:14.709 INFO O| Feb 24 03:46:14.709 INFO STEP 355 (remove_files) COMPLETE
58832026-02-24T03:46:16.679Z[ recovery-image] Feb 24 03:46:14.709 INFO O| Feb 24 03:46:14.709 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842026-02-24T03:46:16.684Z[ host-image] Feb 24 03:46:14.718 INFO O| Feb 24 03:46:14.718 INFO O| Planning: Fetching manifests: 1/1 100% complete
58852026-02-24T03:46:16.689Z[ recovery-image] Feb 24 03:46:14.722 INFO O| Feb 24 03:46:14.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58862026-02-24T03:46:16.692Z[ recovery-image] Feb 24 03:46:14.722 INFO O| Feb 24 03:46:14.722 INFO STEP 356 (remove_files) COMPLETE
58872026-02-24T03:46:16.692Z[ recovery-image] Feb 24 03:46:14.722 INFO O| Feb 24 03:46:14.722 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-24T03:46:16.702Z[ recovery-image] Feb 24 03:46:14.736 INFO O| Feb 24 03:46:14.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58892026-02-24T03:46:16.702Z[ recovery-image] Feb 24 03:46:14.736 INFO O| Feb 24 03:46:14.736 INFO STEP 357 (remove_files) COMPLETE
58902026-02-24T03:46:16.702Z[ recovery-image] Feb 24 03:46:14.736 INFO O| Feb 24 03:46:14.736 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-24T03:46:16.716Z[ host-image] Feb 24 03:46:14.749 INFO O| Feb 24 03:46:14.749 INFO O| Planning: Package planning ... Done
58922026-02-24T03:46:16.719Z[ recovery-image] Feb 24 03:46:14.750 INFO O| Feb 24 03:46:14.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58932026-02-24T03:46:16.719Z[ host-image] Feb 24 03:46:14.750 INFO O| Feb 24 03:46:14.750 INFO O| Planning: Merging actions ... Done
58942026-02-24T03:46:16.719Z[ recovery-image] Feb 24 03:46:14.751 INFO O| Feb 24 03:46:14.750 INFO STEP 358 (remove_files) COMPLETE
58952026-02-24T03:46:16.719Z[ recovery-image] Feb 24 03:46:14.751 INFO O| Feb 24 03:46:14.751 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962026-02-24T03:46:16.730Z[ recovery-image] Feb 24 03:46:14.764 INFO O| Feb 24 03:46:14.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58972026-02-24T03:46:16.730Z[ recovery-image] Feb 24 03:46:14.764 INFO O| Feb 24 03:46:14.764 INFO STEP 359 (remove_files) COMPLETE
58982026-02-24T03:46:16.730Z[ recovery-image] Feb 24 03:46:14.764 INFO O| Feb 24 03:46:14.764 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992026-02-24T03:46:16.744Z[ recovery-image] Feb 24 03:46:14.777 INFO O| Feb 24 03:46:14.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59002026-02-24T03:46:16.744Z[ recovery-image] Feb 24 03:46:14.777 INFO O| Feb 24 03:46:14.777 INFO STEP 360 (remove_files) COMPLETE
59012026-02-24T03:46:16.747Z[ recovery-image] Feb 24 03:46:14.777 INFO O| Feb 24 03:46:14.777 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022026-02-24T03:46:16.757Z[ recovery-image] Feb 24 03:46:14.790 INFO O| Feb 24 03:46:14.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59032026-02-24T03:46:16.757Z[ recovery-image] Feb 24 03:46:14.790 INFO O| Feb 24 03:46:14.790 INFO STEP 361 (remove_files) COMPLETE
59042026-02-24T03:46:16.760Z[ recovery-image] Feb 24 03:46:14.790 INFO O| Feb 24 03:46:14.790 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052026-02-24T03:46:16.770Z[ recovery-image] Feb 24 03:46:14.803 INFO O| Feb 24 03:46:14.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59062026-02-24T03:46:16.771Z[ recovery-image] Feb 24 03:46:14.803 INFO O| Feb 24 03:46:14.803 INFO STEP 362 (remove_files) COMPLETE
59072026-02-24T03:46:16.771Z[ recovery-image] Feb 24 03:46:14.803 INFO O| Feb 24 03:46:14.803 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082026-02-24T03:46:16.783Z[ recovery-image] Feb 24 03:46:14.816 INFO O| Feb 24 03:46:14.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59092026-02-24T03:46:16.783Z[ recovery-image] Feb 24 03:46:14.816 INFO O| Feb 24 03:46:14.816 INFO STEP 363 (remove_files) COMPLETE
59102026-02-24T03:46:16.786Z[ recovery-image] Feb 24 03:46:14.816 INFO O| Feb 24 03:46:14.816 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112026-02-24T03:46:16.795Z[ recovery-image] Feb 24 03:46:14.829 INFO O| Feb 24 03:46:14.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59122026-02-24T03:46:16.795Z[ recovery-image] Feb 24 03:46:14.829 INFO O| Feb 24 03:46:14.829 INFO STEP 364 (remove_files) COMPLETE
59132026-02-24T03:46:16.798Z[ recovery-image] Feb 24 03:46:14.829 INFO O| Feb 24 03:46:14.829 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142026-02-24T03:46:16.808Z[ recovery-image] Feb 24 03:46:14.841 INFO O| Feb 24 03:46:14.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59152026-02-24T03:46:16.811Z[ recovery-image] Feb 24 03:46:14.841 INFO O| Feb 24 03:46:14.841 INFO STEP 365 (remove_files) COMPLETE
59162026-02-24T03:46:16.811Z[ recovery-image] Feb 24 03:46:14.841 INFO O| Feb 24 03:46:14.841 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172026-02-24T03:46:16.820Z[ recovery-image] Feb 24 03:46:14.854 INFO O| Feb 24 03:46:14.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59182026-02-24T03:46:16.821Z[ recovery-image] Feb 24 03:46:14.854 INFO O| Feb 24 03:46:14.854 INFO STEP 366 (remove_files) COMPLETE
59192026-02-24T03:46:16.823Z[ recovery-image] Feb 24 03:46:14.854 INFO O| Feb 24 03:46:14.854 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202026-02-24T03:46:16.833Z[ recovery-image] Feb 24 03:46:14.866 INFO O| Feb 24 03:46:14.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59212026-02-24T03:46:16.833Z[ recovery-image] Feb 24 03:46:14.866 INFO O| Feb 24 03:46:14.866 INFO STEP 367 (remove_files) COMPLETE
59222026-02-24T03:46:16.833Z[ recovery-image] Feb 24 03:46:14.866 INFO O| Feb 24 03:46:14.866 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232026-02-24T03:46:16.836Z[ host-image] Feb 24 03:46:14.869 INFO O| Feb 24 03:46:14.868 INFO O| Planning: Checking for conflicting actions ... Done
59242026-02-24T03:46:16.836Z[ host-image] Feb 24 03:46:14.869 INFO O| Feb 24 03:46:14.869 INFO O| Planning: Consolidating action changes ... Done
59252026-02-24T03:46:16.846Z[ recovery-image] Feb 24 03:46:14.879 INFO O| Feb 24 03:46:14.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59262026-02-24T03:46:16.849Z[ recovery-image] Feb 24 03:46:14.879 INFO O| Feb 24 03:46:14.879 INFO STEP 368 (remove_files) COMPLETE
59272026-02-24T03:46:16.849Z[ recovery-image] Feb 24 03:46:14.879 INFO O| Feb 24 03:46:14.879 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-02-24T03:46:16.859Z[ recovery-image] Feb 24 03:46:14.892 INFO O| Feb 24 03:46:14.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59292026-02-24T03:46:16.859Z[ recovery-image] Feb 24 03:46:14.892 INFO O| Feb 24 03:46:14.892 INFO STEP 369 (remove_files) COMPLETE
59302026-02-24T03:46:16.861Z[ recovery-image] Feb 24 03:46:14.892 INFO O| Feb 24 03:46:14.892 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-02-24T03:46:16.871Z[ recovery-image] Feb 24 03:46:14.904 INFO O| Feb 24 03:46:14.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59322026-02-24T03:46:16.871Z[ recovery-image] Feb 24 03:46:14.905 INFO O| Feb 24 03:46:14.904 INFO STEP 370 (remove_files) COMPLETE
59332026-02-24T03:46:16.871Z[ recovery-image] Feb 24 03:46:14.905 INFO O| Feb 24 03:46:14.905 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-02-24T03:46:16.884Z[ recovery-image] Feb 24 03:46:14.918 INFO O| Feb 24 03:46:14.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59352026-02-24T03:46:16.884Z[ recovery-image] Feb 24 03:46:14.918 INFO O| Feb 24 03:46:14.918 INFO STEP 371 (remove_files) COMPLETE
59362026-02-24T03:46:16.884Z[ recovery-image] Feb 24 03:46:14.918 INFO O| Feb 24 03:46:14.918 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-02-24T03:46:16.897Z[ recovery-image] Feb 24 03:46:14.930 INFO O| Feb 24 03:46:14.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59382026-02-24T03:46:16.898Z[ recovery-image] Feb 24 03:46:14.930 INFO O| Feb 24 03:46:14.930 INFO STEP 372 (remove_files) COMPLETE
59392026-02-24T03:46:16.898Z[ recovery-image] Feb 24 03:46:14.931 INFO O| Feb 24 03:46:14.930 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-02-24T03:46:16.911Z[ recovery-image] Feb 24 03:46:14.943 INFO O| Feb 24 03:46:14.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59412026-02-24T03:46:16.911Z[ recovery-image] Feb 24 03:46:14.943 INFO O| Feb 24 03:46:14.943 INFO STEP 373 (remove_files) COMPLETE
59422026-02-24T03:46:16.911Z[ recovery-image] Feb 24 03:46:14.943 INFO O| Feb 24 03:46:14.943 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-02-24T03:46:16.922Z[ recovery-image] Feb 24 03:46:14.956 INFO O| Feb 24 03:46:14.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59442026-02-24T03:46:16.926Z[ recovery-image] Feb 24 03:46:14.956 INFO O| Feb 24 03:46:14.956 INFO STEP 374 (remove_files) COMPLETE
59452026-02-24T03:46:16.926Z[ recovery-image] Feb 24 03:46:14.956 INFO O| Feb 24 03:46:14.956 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-02-24T03:46:16.937Z[ recovery-image] Feb 24 03:46:14.970 INFO O| Feb 24 03:46:14.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59472026-02-24T03:46:16.940Z[ recovery-image] Feb 24 03:46:14.971 INFO O| Feb 24 03:46:14.970 INFO STEP 375 (remove_files) COMPLETE
59482026-02-24T03:46:16.940Z[ recovery-image] Feb 24 03:46:14.971 INFO O| Feb 24 03:46:14.970 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-02-24T03:46:16.951Z[ recovery-image] Feb 24 03:46:14.985 INFO O| Feb 24 03:46:14.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59502026-02-24T03:46:16.951Z[ recovery-image] Feb 24 03:46:14.985 INFO O| Feb 24 03:46:14.985 INFO STEP 376 (remove_files) COMPLETE
59512026-02-24T03:46:16.951Z[ recovery-image] Feb 24 03:46:14.985 INFO O| Feb 24 03:46:14.985 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-02-24T03:46:16.964Z[ recovery-image] Feb 24 03:46:14.998 INFO O| Feb 24 03:46:14.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59532026-02-24T03:46:16.965Z[ recovery-image] Feb 24 03:46:14.998 INFO O| Feb 24 03:46:14.998 INFO STEP 377 (remove_files) COMPLETE
59542026-02-24T03:46:16.965Z[ recovery-image] Feb 24 03:46:14.998 INFO O| Feb 24 03:46:14.998 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-02-24T03:46:16.979Z[ recovery-image] Feb 24 03:46:15.012 INFO O| Feb 24 03:46:15.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59562026-02-24T03:46:16.979Z[ recovery-image] Feb 24 03:46:15.012 INFO O| Feb 24 03:46:15.012 INFO STEP 378 (remove_files) COMPLETE
59572026-02-24T03:46:16.982Z[ recovery-image] Feb 24 03:46:15.012 INFO O| Feb 24 03:46:15.012 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-02-24T03:46:16.992Z[ recovery-image] Feb 24 03:46:15.025 INFO O| Feb 24 03:46:15.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59592026-02-24T03:46:16.992Z[ recovery-image] Feb 24 03:46:15.026 INFO O| Feb 24 03:46:15.026 INFO STEP 379 (remove_files) COMPLETE
59602026-02-24T03:46:16.995Z[ recovery-image] Feb 24 03:46:15.026 INFO O| Feb 24 03:46:15.026 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-02-24T03:46:17.005Z[ recovery-image] Feb 24 03:46:15.038 INFO O| Feb 24 03:46:15.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59622026-02-24T03:46:17.005Z[ recovery-image] Feb 24 03:46:15.039 INFO O| Feb 24 03:46:15.039 INFO STEP 380 (remove_files) COMPLETE
59632026-02-24T03:46:17.008Z[ recovery-image] Feb 24 03:46:15.039 INFO O| Feb 24 03:46:15.039 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-02-24T03:46:17.018Z[ recovery-image] Feb 24 03:46:15.051 INFO O| Feb 24 03:46:15.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59652026-02-24T03:46:17.022Z[ recovery-image] Feb 24 03:46:15.052 INFO O| Feb 24 03:46:15.052 INFO STEP 381 (remove_files) COMPLETE
59662026-02-24T03:46:17.022Z[ recovery-image] Feb 24 03:46:15.052 INFO O| Feb 24 03:46:15.052 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-02-24T03:46:17.031Z[ recovery-image] Feb 24 03:46:15.065 INFO O| Feb 24 03:46:15.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59682026-02-24T03:46:17.034Z[ recovery-image] Feb 24 03:46:15.065 INFO O| Feb 24 03:46:15.065 INFO STEP 382 (remove_files) COMPLETE
59692026-02-24T03:46:17.034Z[ recovery-image] Feb 24 03:46:15.065 INFO O| Feb 24 03:46:15.065 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-02-24T03:46:17.044Z[ recovery-image] Feb 24 03:46:15.078 INFO O| Feb 24 03:46:15.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59712026-02-24T03:46:17.044Z[ recovery-image] Feb 24 03:46:15.078 INFO O| Feb 24 03:46:15.078 INFO STEP 383 (remove_files) COMPLETE
59722026-02-24T03:46:17.047Z[ recovery-image] Feb 24 03:46:15.078 INFO O| Feb 24 03:46:15.078 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-02-24T03:46:17.059Z[ recovery-image] Feb 24 03:46:15.092 INFO O| Feb 24 03:46:15.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59742026-02-24T03:46:17.059Z[ recovery-image] Feb 24 03:46:15.092 INFO O| Feb 24 03:46:15.092 INFO STEP 384 (remove_files) COMPLETE
59752026-02-24T03:46:17.062Z[ recovery-image] Feb 24 03:46:15.092 INFO O| Feb 24 03:46:15.092 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-02-24T03:46:17.073Z[ recovery-image] Feb 24 03:46:15.106 INFO O| Feb 24 03:46:15.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59772026-02-24T03:46:17.073Z[ recovery-image] Feb 24 03:46:15.106 INFO O| Feb 24 03:46:15.106 INFO STEP 385 (remove_files) COMPLETE
59782026-02-24T03:46:17.074Z[ recovery-image] Feb 24 03:46:15.106 INFO O| Feb 24 03:46:15.106 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-02-24T03:46:17.086Z[ recovery-image] Feb 24 03:46:15.119 INFO O| Feb 24 03:46:15.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59802026-02-24T03:46:17.086Z[ recovery-image] Feb 24 03:46:15.119 INFO O| Feb 24 03:46:15.119 INFO STEP 386 (remove_files) COMPLETE
59812026-02-24T03:46:17.089Z[ recovery-image] Feb 24 03:46:15.119 INFO O| Feb 24 03:46:15.119 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-02-24T03:46:17.099Z[ recovery-image] Feb 24 03:46:15.132 INFO O| Feb 24 03:46:15.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59832026-02-24T03:46:17.099Z[ recovery-image] Feb 24 03:46:15.132 INFO O| Feb 24 03:46:15.132 INFO STEP 387 (remove_files) COMPLETE
59842026-02-24T03:46:17.102Z[ recovery-image] Feb 24 03:46:15.132 INFO O| Feb 24 03:46:15.132 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-02-24T03:46:17.112Z[ recovery-image] Feb 24 03:46:15.145 INFO O| Feb 24 03:46:15.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59862026-02-24T03:46:17.112Z[ recovery-image] Feb 24 03:46:15.145 INFO O| Feb 24 03:46:15.145 INFO STEP 388 (remove_files) COMPLETE
59872026-02-24T03:46:17.115Z[ recovery-image] Feb 24 03:46:15.145 INFO O| Feb 24 03:46:15.145 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-02-24T03:46:17.125Z[ recovery-image] Feb 24 03:46:15.158 INFO O| Feb 24 03:46:15.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59892026-02-24T03:46:17.125Z[ recovery-image] Feb 24 03:46:15.158 INFO O| Feb 24 03:46:15.158 INFO STEP 389 (remove_files) COMPLETE
59902026-02-24T03:46:17.125Z[ recovery-image] Feb 24 03:46:15.158 INFO O| Feb 24 03:46:15.158 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-02-24T03:46:17.139Z[ recovery-image] Feb 24 03:46:15.172 INFO O| Feb 24 03:46:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59922026-02-24T03:46:17.139Z[ recovery-image] Feb 24 03:46:15.172 INFO O| Feb 24 03:46:15.172 INFO STEP 390 (remove_files) COMPLETE
59932026-02-24T03:46:17.142Z[ recovery-image] Feb 24 03:46:15.172 INFO O| Feb 24 03:46:15.172 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-02-24T03:46:17.153Z[ recovery-image] Feb 24 03:46:15.186 INFO O| Feb 24 03:46:15.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59952026-02-24T03:46:17.153Z[ recovery-image] Feb 24 03:46:15.186 INFO O| Feb 24 03:46:15.186 INFO STEP 391 (remove_files) COMPLETE
59962026-02-24T03:46:17.153Z[ recovery-image] Feb 24 03:46:15.186 INFO O| Feb 24 03:46:15.186 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-02-24T03:46:17.166Z[ recovery-image] Feb 24 03:46:15.200 INFO O| Feb 24 03:46:15.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59982026-02-24T03:46:17.166Z[ recovery-image] Feb 24 03:46:15.200 INFO O| Feb 24 03:46:15.200 INFO STEP 392 (remove_files) COMPLETE
59992026-02-24T03:46:17.169Z[ recovery-image] Feb 24 03:46:15.200 INFO O| Feb 24 03:46:15.200 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-02-24T03:46:17.180Z[ recovery-image] Feb 24 03:46:15.213 INFO O| Feb 24 03:46:15.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60012026-02-24T03:46:17.180Z[ recovery-image] Feb 24 03:46:15.213 INFO O| Feb 24 03:46:15.213 INFO STEP 393 (remove_files) COMPLETE
60022026-02-24T03:46:17.182Z[ recovery-image] Feb 24 03:46:15.213 INFO O| Feb 24 03:46:15.213 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-02-24T03:46:17.193Z[ recovery-image] Feb 24 03:46:15.226 INFO O| Feb 24 03:46:15.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60042026-02-24T03:46:17.193Z[ recovery-image] Feb 24 03:46:15.227 INFO O| Feb 24 03:46:15.226 INFO STEP 394 (remove_files) COMPLETE
60052026-02-24T03:46:17.193Z[ recovery-image] Feb 24 03:46:15.227 INFO O| Feb 24 03:46:15.227 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-02-24T03:46:17.206Z[ recovery-image] Feb 24 03:46:15.240 INFO O| Feb 24 03:46:15.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60072026-02-24T03:46:17.209Z[ recovery-image] Feb 24 03:46:15.240 INFO O| Feb 24 03:46:15.240 INFO STEP 395 (remove_files) COMPLETE
60082026-02-24T03:46:17.209Z[ recovery-image] Feb 24 03:46:15.240 INFO O| Feb 24 03:46:15.240 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-02-24T03:46:17.220Z[ recovery-image] Feb 24 03:46:15.253 INFO O| Feb 24 03:46:15.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60102026-02-24T03:46:17.220Z[ recovery-image] Feb 24 03:46:15.253 INFO O| Feb 24 03:46:15.253 INFO STEP 396 (remove_files) COMPLETE
60112026-02-24T03:46:17.223Z[ recovery-image] Feb 24 03:46:15.253 INFO O| Feb 24 03:46:15.253 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-02-24T03:46:17.234Z[ recovery-image] Feb 24 03:46:15.267 INFO O| Feb 24 03:46:15.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60132026-02-24T03:46:17.234Z[ recovery-image] Feb 24 03:46:15.267 INFO O| Feb 24 03:46:15.267 INFO STEP 397 (remove_files) COMPLETE
60142026-02-24T03:46:17.234Z[ recovery-image] Feb 24 03:46:15.267 INFO O| Feb 24 03:46:15.267 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-02-24T03:46:17.237Z[ host-image] Feb 24 03:46:15.269 INFO O| Feb 24 03:46:15.269 INFO O| Planning: Evaluating mediators ... Done
60162026-02-24T03:46:17.237Z[ host-image] Feb 24 03:46:15.270 INFO O| Feb 24 03:46:15.270 INFO O| Planning: Planning completed in 10.75 seconds
60172026-02-24T03:46:17.237Z[ host-image] Feb 24 03:46:15.271 INFO O| Feb 24 03:46:15.271 INFO O| Packages to install: 1
60182026-02-24T03:46:17.248Z[ recovery-image] Feb 24 03:46:15.281 INFO O| Feb 24 03:46:15.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60192026-02-24T03:46:17.249Z[ recovery-image] Feb 24 03:46:15.281 INFO O| Feb 24 03:46:15.281 INFO STEP 398 (remove_files) COMPLETE
60202026-02-24T03:46:17.252Z[ recovery-image] Feb 24 03:46:15.281 INFO O| Feb 24 03:46:15.281 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-02-24T03:46:17.264Z[ recovery-image] Feb 24 03:46:15.295 INFO O| Feb 24 03:46:15.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60222026-02-24T03:46:17.264Z[ recovery-image] Feb 24 03:46:15.295 INFO O| Feb 24 03:46:15.295 INFO STEP 399 (remove_files) COMPLETE
60232026-02-24T03:46:17.264Z[ recovery-image] Feb 24 03:46:15.295 INFO O| Feb 24 03:46:15.295 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-02-24T03:46:17.271Z[ host-image] Feb 24 03:46:15.304 INFO O| Feb 24 03:46:15.304 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
60252026-02-24T03:46:17.275Z[ recovery-image] Feb 24 03:46:15.309 INFO O| Feb 24 03:46:15.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60262026-02-24T03:46:17.279Z[ recovery-image] Feb 24 03:46:15.309 INFO O| Feb 24 03:46:15.309 INFO STEP 400 (remove_files) COMPLETE
60272026-02-24T03:46:17.279Z[ recovery-image] Feb 24 03:46:15.309 INFO O| Feb 24 03:46:15.309 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282026-02-24T03:46:17.294Z[ recovery-image] Feb 24 03:46:15.326 INFO O| Feb 24 03:46:15.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60292026-02-24T03:46:17.294Z[ recovery-image] Feb 24 03:46:15.326 INFO O| Feb 24 03:46:15.326 INFO STEP 401 (remove_files) COMPLETE
60302026-02-24T03:46:17.297Z[ recovery-image] Feb 24 03:46:15.326 INFO O| Feb 24 03:46:15.326 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312026-02-24T03:46:17.310Z[ recovery-image] Feb 24 03:46:15.343 INFO O| Feb 24 03:46:15.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60322026-02-24T03:46:17.310Z[ recovery-image] Feb 24 03:46:15.343 INFO O| Feb 24 03:46:15.343 INFO STEP 402 (remove_files) COMPLETE
60332026-02-24T03:46:17.312Z[ recovery-image] Feb 24 03:46:15.343 INFO O| Feb 24 03:46:15.343 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342026-02-24T03:46:17.323Z[ recovery-image] Feb 24 03:46:15.356 INFO O| Feb 24 03:46:15.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60352026-02-24T03:46:17.323Z[ recovery-image] Feb 24 03:46:15.356 INFO O| Feb 24 03:46:15.356 INFO STEP 403 (remove_files) COMPLETE
60362026-02-24T03:46:17.325Z[ recovery-image] Feb 24 03:46:15.356 INFO O| Feb 24 03:46:15.356 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372026-02-24T03:46:17.336Z[ recovery-image] Feb 24 03:46:15.369 INFO O| Feb 24 03:46:15.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60382026-02-24T03:46:17.336Z[ recovery-image] Feb 24 03:46:15.369 INFO O| Feb 24 03:46:15.369 INFO STEP 404 (remove_files) COMPLETE
60392026-02-24T03:46:17.339Z[ recovery-image] Feb 24 03:46:15.369 INFO O| Feb 24 03:46:15.369 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402026-02-24T03:46:17.349Z[ recovery-image] Feb 24 03:46:15.382 INFO O| Feb 24 03:46:15.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60412026-02-24T03:46:17.349Z[ recovery-image] Feb 24 03:46:15.382 INFO O| Feb 24 03:46:15.382 INFO STEP 405 (remove_files) COMPLETE
60422026-02-24T03:46:17.352Z[ recovery-image] Feb 24 03:46:15.382 INFO O| Feb 24 03:46:15.382 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432026-02-24T03:46:17.362Z[ recovery-image] Feb 24 03:46:15.395 INFO O| Feb 24 03:46:15.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60442026-02-24T03:46:17.362Z[ recovery-image] Feb 24 03:46:15.395 INFO O| Feb 24 03:46:15.395 INFO STEP 406 (remove_files) COMPLETE
60452026-02-24T03:46:17.362Z[ recovery-image] Feb 24 03:46:15.395 INFO O| Feb 24 03:46:15.395 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462026-02-24T03:46:17.379Z[ recovery-image] Feb 24 03:46:15.411 INFO O| Feb 24 03:46:15.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60472026-02-24T03:46:17.379Z[ recovery-image] Feb 24 03:46:15.411 INFO O| Feb 24 03:46:15.411 INFO STEP 407 (remove_files) COMPLETE
60482026-02-24T03:46:17.379Z[ recovery-image] Feb 24 03:46:15.411 INFO O| Feb 24 03:46:15.411 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492026-02-24T03:46:17.393Z[ recovery-image] Feb 24 03:46:15.426 INFO O| Feb 24 03:46:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60502026-02-24T03:46:17.393Z[ recovery-image] Feb 24 03:46:15.426 INFO O| Feb 24 03:46:15.426 INFO STEP 408 (remove_files) COMPLETE
60512026-02-24T03:46:17.396Z[ recovery-image] Feb 24 03:46:15.426 INFO O| Feb 24 03:46:15.426 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522026-02-24T03:46:17.406Z[ recovery-image] Feb 24 03:46:15.439 INFO O| Feb 24 03:46:15.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60532026-02-24T03:46:17.406Z[ recovery-image] Feb 24 03:46:15.440 INFO O| Feb 24 03:46:15.439 INFO STEP 409 (remove_files) COMPLETE
60542026-02-24T03:46:17.409Z[ recovery-image] Feb 24 03:46:15.440 INFO O| Feb 24 03:46:15.439 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552026-02-24T03:46:17.419Z[ recovery-image] Feb 24 03:46:15.453 INFO O| Feb 24 03:46:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60562026-02-24T03:46:17.422Z[ recovery-image] Feb 24 03:46:15.453 INFO O| Feb 24 03:46:15.453 INFO STEP 410 (remove_files) COMPLETE
60572026-02-24T03:46:17.422Z[ recovery-image] Feb 24 03:46:15.453 INFO O| Feb 24 03:46:15.453 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582026-02-24T03:46:17.432Z[ recovery-image] Feb 24 03:46:15.465 INFO O| Feb 24 03:46:15.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60592026-02-24T03:46:17.432Z[ recovery-image] Feb 24 03:46:15.465 INFO O| Feb 24 03:46:15.465 INFO STEP 411 (remove_files) COMPLETE
60602026-02-24T03:46:17.435Z[ recovery-image] Feb 24 03:46:15.465 INFO O| Feb 24 03:46:15.465 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612026-02-24T03:46:17.445Z[ recovery-image] Feb 24 03:46:15.478 INFO O| Feb 24 03:46:15.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60622026-02-24T03:46:17.448Z[ recovery-image] Feb 24 03:46:15.479 INFO O| Feb 24 03:46:15.478 INFO STEP 412 (remove_files) COMPLETE
60632026-02-24T03:46:17.448Z[ recovery-image] Feb 24 03:46:15.479 INFO O| Feb 24 03:46:15.479 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642026-02-24T03:46:17.458Z[ recovery-image] Feb 24 03:46:15.491 INFO O| Feb 24 03:46:15.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60652026-02-24T03:46:17.461Z[ recovery-image] Feb 24 03:46:15.491 INFO O| Feb 24 03:46:15.491 INFO STEP 413 (remove_files) COMPLETE
60662026-02-24T03:46:17.461Z[ recovery-image] Feb 24 03:46:15.491 INFO O| Feb 24 03:46:15.491 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672026-02-24T03:46:17.471Z[ recovery-image] Feb 24 03:46:15.504 INFO O| Feb 24 03:46:15.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60682026-02-24T03:46:17.471Z[ recovery-image] Feb 24 03:46:15.504 INFO O| Feb 24 03:46:15.504 INFO STEP 414 (remove_files) COMPLETE
60692026-02-24T03:46:17.471Z[ recovery-image] Feb 24 03:46:15.504 INFO O| Feb 24 03:46:15.504 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702026-02-24T03:46:17.484Z[ recovery-image] Feb 24 03:46:15.517 INFO O| Feb 24 03:46:15.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60712026-02-24T03:46:17.484Z[ recovery-image] Feb 24 03:46:15.517 INFO O| Feb 24 03:46:15.517 INFO STEP 415 (remove_files) COMPLETE
60722026-02-24T03:46:17.487Z[ recovery-image] Feb 24 03:46:15.518 INFO O| Feb 24 03:46:15.517 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732026-02-24T03:46:17.497Z[ recovery-image] Feb 24 03:46:15.531 INFO O| Feb 24 03:46:15.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60742026-02-24T03:46:17.497Z[ recovery-image] Feb 24 03:46:15.531 INFO O| Feb 24 03:46:15.531 INFO STEP 416 (remove_files) COMPLETE
60752026-02-24T03:46:17.497Z[ recovery-image] Feb 24 03:46:15.531 INFO O| Feb 24 03:46:15.531 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762026-02-24T03:46:17.509Z[ recovery-image] Feb 24 03:46:15.542 INFO O| Feb 24 03:46:15.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60772026-02-24T03:46:17.509Z[ recovery-image] Feb 24 03:46:15.542 INFO O| Feb 24 03:46:15.542 INFO STEP 417 (remove_files) COMPLETE
60782026-02-24T03:46:17.512Z[ recovery-image] Feb 24 03:46:15.542 INFO O| Feb 24 03:46:15.542 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792026-02-24T03:46:17.525Z[ recovery-image] Feb 24 03:46:15.558 INFO O| Feb 24 03:46:15.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60802026-02-24T03:46:17.525Z[ recovery-image] Feb 24 03:46:15.558 INFO O| Feb 24 03:46:15.558 INFO STEP 418 (remove_files) COMPLETE
60812026-02-24T03:46:17.528Z[ recovery-image] Feb 24 03:46:15.558 INFO O| Feb 24 03:46:15.558 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822026-02-24T03:46:17.538Z[ recovery-image] Feb 24 03:46:15.571 INFO O| Feb 24 03:46:15.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60832026-02-24T03:46:17.541Z[ recovery-image] Feb 24 03:46:15.572 INFO O| Feb 24 03:46:15.572 INFO STEP 419 (remove_files) COMPLETE
60842026-02-24T03:46:17.541Z[ recovery-image] Feb 24 03:46:15.572 INFO O| Feb 24 03:46:15.572 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852026-02-24T03:46:17.553Z[ recovery-image] Feb 24 03:46:15.586 INFO O| Feb 24 03:46:15.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60862026-02-24T03:46:17.553Z[ recovery-image] Feb 24 03:46:15.586 INFO O| Feb 24 03:46:15.586 INFO STEP 420 (remove_files) COMPLETE
60872026-02-24T03:46:17.553Z[ recovery-image] Feb 24 03:46:15.586 INFO O| Feb 24 03:46:15.586 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882026-02-24T03:46:17.567Z[ recovery-image] Feb 24 03:46:15.600 INFO O| Feb 24 03:46:15.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60892026-02-24T03:46:17.567Z[ recovery-image] Feb 24 03:46:15.600 INFO O| Feb 24 03:46:15.600 INFO STEP 421 (remove_files) COMPLETE
60902026-02-24T03:46:17.567Z[ recovery-image] Feb 24 03:46:15.600 INFO O| Feb 24 03:46:15.600 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912026-02-24T03:46:17.581Z[ recovery-image] Feb 24 03:46:15.614 INFO O| Feb 24 03:46:15.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60922026-02-24T03:46:17.581Z[ recovery-image] Feb 24 03:46:15.614 INFO O| Feb 24 03:46:15.614 INFO STEP 422 (remove_files) COMPLETE
60932026-02-24T03:46:17.581Z[ recovery-image] Feb 24 03:46:15.614 INFO O| Feb 24 03:46:15.614 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942026-02-24T03:46:17.593Z[ recovery-image] Feb 24 03:46:15.626 INFO O| Feb 24 03:46:15.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60952026-02-24T03:46:17.593Z[ recovery-image] Feb 24 03:46:15.626 INFO O| Feb 24 03:46:15.626 INFO STEP 423 (remove_files) COMPLETE
60962026-02-24T03:46:17.596Z[ recovery-image] Feb 24 03:46:15.626 INFO O| Feb 24 03:46:15.626 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972026-02-24T03:46:17.605Z[ recovery-image] Feb 24 03:46:15.638 INFO O| Feb 24 03:46:15.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60982026-02-24T03:46:17.605Z[ recovery-image] Feb 24 03:46:15.638 INFO O| Feb 24 03:46:15.638 INFO STEP 424 (remove_files) COMPLETE
60992026-02-24T03:46:17.605Z[ recovery-image] Feb 24 03:46:15.638 INFO O| Feb 24 03:46:15.638 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002026-02-24T03:46:17.620Z[ recovery-image] Feb 24 03:46:15.653 INFO O| Feb 24 03:46:15.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61012026-02-24T03:46:17.620Z[ recovery-image] Feb 24 03:46:15.653 INFO O| Feb 24 03:46:15.653 INFO STEP 425 (remove_files) COMPLETE
61022026-02-24T03:46:17.623Z[ recovery-image] Feb 24 03:46:15.653 INFO O| Feb 24 03:46:15.653 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032026-02-24T03:46:17.633Z[ recovery-image] Feb 24 03:46:15.666 INFO O| Feb 24 03:46:15.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61042026-02-24T03:46:17.633Z[ recovery-image] Feb 24 03:46:15.667 INFO O| Feb 24 03:46:15.667 INFO STEP 426 (remove_files) COMPLETE
61052026-02-24T03:46:17.637Z[ recovery-image] Feb 24 03:46:15.667 INFO O| Feb 24 03:46:15.667 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062026-02-24T03:46:17.648Z[ recovery-image] Feb 24 03:46:15.682 INFO O| Feb 24 03:46:15.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61072026-02-24T03:46:17.655Z[ recovery-image] Feb 24 03:46:15.682 INFO O| Feb 24 03:46:15.682 INFO STEP 427 (remove_files) COMPLETE
61082026-02-24T03:46:17.655Z[ recovery-image] Feb 24 03:46:15.682 INFO O| Feb 24 03:46:15.682 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092026-02-24T03:46:17.662Z[ recovery-image] Feb 24 03:46:15.694 INFO O| Feb 24 03:46:15.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61102026-02-24T03:46:17.662Z[ recovery-image] Feb 24 03:46:15.694 INFO O| Feb 24 03:46:15.694 INFO STEP 428 (remove_files) COMPLETE
61112026-02-24T03:46:17.662Z[ recovery-image] Feb 24 03:46:15.694 INFO O| Feb 24 03:46:15.694 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122026-02-24T03:46:17.675Z[ recovery-image] Feb 24 03:46:15.708 INFO O| Feb 24 03:46:15.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61132026-02-24T03:46:17.675Z[ recovery-image] Feb 24 03:46:15.709 INFO O| Feb 24 03:46:15.709 INFO STEP 429 (remove_files) COMPLETE
61142026-02-24T03:46:17.675Z[ recovery-image] Feb 24 03:46:15.709 INFO O| Feb 24 03:46:15.709 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152026-02-24T03:46:17.688Z[ recovery-image] Feb 24 03:46:15.721 INFO O| Feb 24 03:46:15.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61162026-02-24T03:46:17.688Z[ recovery-image] Feb 24 03:46:15.721 INFO O| Feb 24 03:46:15.721 INFO STEP 430 (remove_files) COMPLETE
61172026-02-24T03:46:17.691Z[ recovery-image] Feb 24 03:46:15.721 INFO O| Feb 24 03:46:15.721 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182026-02-24T03:46:17.701Z[ recovery-image] Feb 24 03:46:15.735 INFO O| Feb 24 03:46:15.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61192026-02-24T03:46:17.702Z[ recovery-image] Feb 24 03:46:15.735 INFO O| Feb 24 03:46:15.735 INFO STEP 431 (remove_files) COMPLETE
61202026-02-24T03:46:17.702Z[ recovery-image] Feb 24 03:46:15.735 INFO O| Feb 24 03:46:15.735 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212026-02-24T03:46:17.715Z[ recovery-image] Feb 24 03:46:15.748 INFO O| Feb 24 03:46:15.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61222026-02-24T03:46:17.715Z[ recovery-image] Feb 24 03:46:15.748 INFO O| Feb 24 03:46:15.748 INFO STEP 432 (remove_files) COMPLETE
61232026-02-24T03:46:17.715Z[ recovery-image] Feb 24 03:46:15.748 INFO O| Feb 24 03:46:15.748 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242026-02-24T03:46:17.728Z[ recovery-image] Feb 24 03:46:15.761 INFO O| Feb 24 03:46:15.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61252026-02-24T03:46:17.731Z[ recovery-image] Feb 24 03:46:15.762 INFO O| Feb 24 03:46:15.762 INFO STEP 433 (remove_files) COMPLETE
61262026-02-24T03:46:17.731Z[ recovery-image] Feb 24 03:46:15.762 INFO O| Feb 24 03:46:15.762 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272026-02-24T03:46:17.744Z[ recovery-image] Feb 24 03:46:15.778 INFO O| Feb 24 03:46:15.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61282026-02-24T03:46:17.744Z[ recovery-image] Feb 24 03:46:15.778 INFO O| Feb 24 03:46:15.778 INFO STEP 434 (remove_files) COMPLETE
61292026-02-24T03:46:17.747Z[ recovery-image] Feb 24 03:46:15.778 INFO O| Feb 24 03:46:15.778 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302026-02-24T03:46:17.780Z[ recovery-image] Feb 24 03:46:15.791 INFO O| Feb 24 03:46:15.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61312026-02-24T03:46:17.780Z[ recovery-image] Feb 24 03:46:15.791 INFO O| Feb 24 03:46:15.791 INFO STEP 435 (remove_files) COMPLETE
61322026-02-24T03:46:17.780Z[ recovery-image] Feb 24 03:46:15.791 INFO O| Feb 24 03:46:15.791 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332026-02-24T03:46:17.783Z[ recovery-image] Feb 24 03:46:15.806 INFO O| Feb 24 03:46:15.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61342026-02-24T03:46:17.783Z[ recovery-image] Feb 24 03:46:15.806 INFO O| Feb 24 03:46:15.806 INFO STEP 436 (remove_files) COMPLETE
61352026-02-24T03:46:17.783Z[ recovery-image] Feb 24 03:46:15.806 INFO O| Feb 24 03:46:15.806 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362026-02-24T03:46:17.785Z[ recovery-image] Feb 24 03:46:15.819 INFO O| Feb 24 03:46:15.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61372026-02-24T03:46:17.786Z[ recovery-image] Feb 24 03:46:15.819 INFO O| Feb 24 03:46:15.819 INFO STEP 437 (remove_files) COMPLETE
61382026-02-24T03:46:17.788Z[ recovery-image] Feb 24 03:46:15.819 INFO O| Feb 24 03:46:15.819 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392026-02-24T03:46:17.798Z[ recovery-image] Feb 24 03:46:15.831 INFO O| Feb 24 03:46:15.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61402026-02-24T03:46:17.798Z[ recovery-image] Feb 24 03:46:15.832 INFO O| Feb 24 03:46:15.831 INFO STEP 438 (remove_files) COMPLETE
61412026-02-24T03:46:17.801Z[ recovery-image] Feb 24 03:46:15.832 INFO O| Feb 24 03:46:15.832 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422026-02-24T03:46:17.811Z[ recovery-image] Feb 24 03:46:15.844 INFO O| Feb 24 03:46:15.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61432026-02-24T03:46:17.811Z[ recovery-image] Feb 24 03:46:15.844 INFO O| Feb 24 03:46:15.844 INFO STEP 439 (remove_files) COMPLETE
61442026-02-24T03:46:17.811Z[ recovery-image] Feb 24 03:46:15.844 INFO O| Feb 24 03:46:15.844 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452026-02-24T03:46:17.824Z[ recovery-image] Feb 24 03:46:15.858 INFO O| Feb 24 03:46:15.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61462026-02-24T03:46:17.824Z[ recovery-image] Feb 24 03:46:15.858 INFO O| Feb 24 03:46:15.858 INFO STEP 440 (remove_files) COMPLETE
61472026-02-24T03:46:17.824Z[ recovery-image] Feb 24 03:46:15.858 INFO O| Feb 24 03:46:15.858 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482026-02-24T03:46:17.837Z[ recovery-image] Feb 24 03:46:15.870 INFO O| Feb 24 03:46:15.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61492026-02-24T03:46:17.837Z[ recovery-image] Feb 24 03:46:15.870 INFO O| Feb 24 03:46:15.870 INFO STEP 441 (remove_files) COMPLETE
61502026-02-24T03:46:17.837Z[ recovery-image] Feb 24 03:46:15.870 INFO O| Feb 24 03:46:15.870 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512026-02-24T03:46:17.853Z[ recovery-image] Feb 24 03:46:15.884 INFO O| Feb 24 03:46:15.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61522026-02-24T03:46:17.853Z[ recovery-image] Feb 24 03:46:15.884 INFO O| Feb 24 03:46:15.884 INFO STEP 442 (remove_files) COMPLETE
61532026-02-24T03:46:17.853Z[ recovery-image] Feb 24 03:46:15.885 INFO O| Feb 24 03:46:15.884 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542026-02-24T03:46:17.864Z[ recovery-image] Feb 24 03:46:15.897 INFO O| Feb 24 03:46:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61552026-02-24T03:46:17.867Z[ recovery-image] Feb 24 03:46:15.898 INFO O| Feb 24 03:46:15.898 INFO STEP 443 (remove_files) COMPLETE
61562026-02-24T03:46:17.867Z[ recovery-image] Feb 24 03:46:15.898 INFO O| Feb 24 03:46:15.898 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572026-02-24T03:46:17.877Z[ recovery-image] Feb 24 03:46:15.910 INFO O| Feb 24 03:46:15.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61582026-02-24T03:46:17.880Z[ recovery-image] Feb 24 03:46:15.910 INFO O| Feb 24 03:46:15.910 INFO STEP 444 (remove_files) COMPLETE
61592026-02-24T03:46:17.880Z[ recovery-image] Feb 24 03:46:15.910 INFO O| Feb 24 03:46:15.910 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602026-02-24T03:46:17.890Z[ recovery-image] Feb 24 03:46:15.923 INFO O| Feb 24 03:46:15.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61612026-02-24T03:46:17.890Z[ recovery-image] Feb 24 03:46:15.923 INFO O| Feb 24 03:46:15.923 INFO STEP 445 (remove_files) COMPLETE
61622026-02-24T03:46:17.890Z[ recovery-image] Feb 24 03:46:15.923 INFO O| Feb 24 03:46:15.923 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632026-02-24T03:46:17.903Z[ recovery-image] Feb 24 03:46:15.937 INFO O| Feb 24 03:46:15.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61642026-02-24T03:46:17.903Z[ recovery-image] Feb 24 03:46:15.937 INFO O| Feb 24 03:46:15.937 INFO STEP 446 (remove_files) COMPLETE
61652026-02-24T03:46:17.906Z[ recovery-image] Feb 24 03:46:15.937 INFO O| Feb 24 03:46:15.937 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662026-02-24T03:46:17.916Z[ recovery-image] Feb 24 03:46:15.950 INFO O| Feb 24 03:46:15.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61672026-02-24T03:46:17.916Z[ recovery-image] Feb 24 03:46:15.950 INFO O| Feb 24 03:46:15.950 INFO STEP 447 (remove_files) COMPLETE
61682026-02-24T03:46:17.920Z[ recovery-image] Feb 24 03:46:15.950 INFO O| Feb 24 03:46:15.950 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692026-02-24T03:46:17.929Z[ recovery-image] Feb 24 03:46:15.962 INFO O| Feb 24 03:46:15.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61702026-02-24T03:46:17.929Z[ recovery-image] Feb 24 03:46:15.962 INFO O| Feb 24 03:46:15.962 INFO STEP 448 (remove_files) COMPLETE
61712026-02-24T03:46:17.929Z[ recovery-image] Feb 24 03:46:15.962 INFO O| Feb 24 03:46:15.962 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722026-02-24T03:46:17.942Z[ recovery-image] Feb 24 03:46:15.975 INFO O| Feb 24 03:46:15.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61732026-02-24T03:46:17.945Z[ recovery-image] Feb 24 03:46:15.975 INFO O| Feb 24 03:46:15.975 INFO STEP 449 (remove_files) COMPLETE
61742026-02-24T03:46:17.945Z[ recovery-image] Feb 24 03:46:15.976 INFO O| Feb 24 03:46:15.975 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752026-02-24T03:46:17.955Z[ recovery-image] Feb 24 03:46:15.989 INFO O| Feb 24 03:46:15.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61762026-02-24T03:46:17.955Z[ recovery-image] Feb 24 03:46:15.989 INFO O| Feb 24 03:46:15.989 INFO STEP 450 (remove_files) COMPLETE
61772026-02-24T03:46:17.958Z[ recovery-image] Feb 24 03:46:15.989 INFO O| Feb 24 03:46:15.989 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782026-02-24T03:46:17.969Z[ recovery-image] Feb 24 03:46:16.002 INFO O| Feb 24 03:46:16.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61792026-02-24T03:46:17.969Z[ recovery-image] Feb 24 03:46:16.002 INFO O| Feb 24 03:46:16.002 INFO STEP 451 (remove_files) COMPLETE
61802026-02-24T03:46:17.969Z[ recovery-image] Feb 24 03:46:16.002 INFO O| Feb 24 03:46:16.002 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812026-02-24T03:46:17.983Z[ recovery-image] Feb 24 03:46:16.016 INFO O| Feb 24 03:46:16.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61822026-02-24T03:46:17.983Z[ recovery-image] Feb 24 03:46:16.016 INFO O| Feb 24 03:46:16.016 INFO STEP 452 (remove_files) COMPLETE
61832026-02-24T03:46:17.986Z[ recovery-image] Feb 24 03:46:16.016 INFO O| Feb 24 03:46:16.016 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842026-02-24T03:46:17.996Z[ recovery-image] Feb 24 03:46:16.029 INFO O| Feb 24 03:46:16.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61852026-02-24T03:46:17.999Z[ recovery-image] Feb 24 03:46:16.030 INFO O| Feb 24 03:46:16.030 INFO STEP 453 (remove_files) COMPLETE
61862026-02-24T03:46:17.999Z[ recovery-image] Feb 24 03:46:16.030 INFO O| Feb 24 03:46:16.030 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872026-02-24T03:46:18.010Z[ recovery-image] Feb 24 03:46:16.043 INFO O| Feb 24 03:46:16.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61882026-02-24T03:46:18.010Z[ recovery-image] Feb 24 03:46:16.043 INFO O| Feb 24 03:46:16.043 INFO STEP 454 (remove_files) COMPLETE
61892026-02-24T03:46:18.010Z[ recovery-image] Feb 24 03:46:16.043 INFO O| Feb 24 03:46:16.043 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902026-02-24T03:46:18.022Z[ recovery-image] Feb 24 03:46:16.056 INFO O| Feb 24 03:46:16.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61912026-02-24T03:46:18.022Z[ recovery-image] Feb 24 03:46:16.056 INFO O| Feb 24 03:46:16.056 INFO STEP 455 (remove_files) COMPLETE
61922026-02-24T03:46:18.023Z[ recovery-image] Feb 24 03:46:16.056 INFO O| Feb 24 03:46:16.056 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932026-02-24T03:46:18.035Z[ recovery-image] Feb 24 03:46:16.069 INFO O| Feb 24 03:46:16.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61942026-02-24T03:46:18.035Z[ recovery-image] Feb 24 03:46:16.069 INFO O| Feb 24 03:46:16.069 INFO STEP 456 (remove_files) COMPLETE
61952026-02-24T03:46:18.035Z[ recovery-image] Feb 24 03:46:16.069 INFO O| Feb 24 03:46:16.069 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962026-02-24T03:46:18.048Z[ recovery-image] Feb 24 03:46:16.081 INFO O| Feb 24 03:46:16.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61972026-02-24T03:46:18.048Z[ recovery-image] Feb 24 03:46:16.081 INFO O| Feb 24 03:46:16.081 INFO STEP 457 (remove_files) COMPLETE
61982026-02-24T03:46:18.048Z[ recovery-image] Feb 24 03:46:16.081 INFO O| Feb 24 03:46:16.081 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992026-02-24T03:46:18.061Z[ recovery-image] Feb 24 03:46:16.094 INFO O| Feb 24 03:46:16.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62002026-02-24T03:46:18.061Z[ recovery-image] Feb 24 03:46:16.094 INFO O| Feb 24 03:46:16.094 INFO STEP 458 (remove_files) COMPLETE
62012026-02-24T03:46:18.064Z[ recovery-image] Feb 24 03:46:16.094 INFO O| Feb 24 03:46:16.094 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022026-02-24T03:46:18.073Z[ recovery-image] Feb 24 03:46:16.107 INFO O| Feb 24 03:46:16.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62032026-02-24T03:46:18.073Z[ recovery-image] Feb 24 03:46:16.107 INFO O| Feb 24 03:46:16.107 INFO STEP 459 (remove_files) COMPLETE
62042026-02-24T03:46:18.076Z[ recovery-image] Feb 24 03:46:16.107 INFO O| Feb 24 03:46:16.107 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052026-02-24T03:46:18.087Z[ recovery-image] Feb 24 03:46:16.119 INFO O| Feb 24 03:46:16.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62062026-02-24T03:46:18.087Z[ recovery-image] Feb 24 03:46:16.119 INFO O| Feb 24 03:46:16.119 INFO STEP 460 (remove_files) COMPLETE
62072026-02-24T03:46:18.087Z[ recovery-image] Feb 24 03:46:16.119 INFO O| Feb 24 03:46:16.119 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082026-02-24T03:46:18.091Z[ host-image] Feb 24 03:46:16.123 INFO O| Feb 24 03:46:16.123 INFO O| Download: Completed 12.26 MB in 0.82 seconds (15.0M/s)
62092026-02-24T03:46:18.099Z[ recovery-image] Feb 24 03:46:16.132 INFO O| Feb 24 03:46:16.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62102026-02-24T03:46:18.102Z[ recovery-image] Feb 24 03:46:16.132 INFO O| Feb 24 03:46:16.132 INFO STEP 461 (remove_files) COMPLETE
62112026-02-24T03:46:18.102Z[ recovery-image] Feb 24 03:46:16.132 INFO O| Feb 24 03:46:16.132 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-24T03:46:18.112Z[ recovery-image] Feb 24 03:46:16.145 INFO O| Feb 24 03:46:16.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62132026-02-24T03:46:18.115Z[ recovery-image] Feb 24 03:46:16.146 INFO O| Feb 24 03:46:16.145 INFO STEP 462 (remove_files) COMPLETE
62142026-02-24T03:46:18.115Z[ recovery-image] Feb 24 03:46:16.146 INFO O| Feb 24 03:46:16.146 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-24T03:46:18.126Z[ recovery-image] Feb 24 03:46:16.159 INFO O| Feb 24 03:46:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62162026-02-24T03:46:18.126Z[ recovery-image] Feb 24 03:46:16.159 INFO O| Feb 24 03:46:16.159 INFO STEP 463 (remove_files) COMPLETE
62172026-02-24T03:46:18.129Z[ recovery-image] Feb 24 03:46:16.159 INFO O| Feb 24 03:46:16.159 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-24T03:46:18.139Z[ recovery-image] Feb 24 03:46:16.173 INFO O| Feb 24 03:46:16.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62192026-02-24T03:46:18.142Z[ recovery-image] Feb 24 03:46:16.173 INFO O| Feb 24 03:46:16.173 INFO STEP 464 (remove_files) COMPLETE
62202026-02-24T03:46:18.142Z[ recovery-image] Feb 24 03:46:16.173 INFO O| Feb 24 03:46:16.173 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-24T03:46:18.153Z[ host-image] Feb 24 03:46:16.186 INFO O| Feb 24 03:46:16.186 INFO O| Actions: 1/22 actions (Installing new actions)
62222026-02-24T03:46:18.156Z[ recovery-image] Feb 24 03:46:16.187 INFO O| Feb 24 03:46:16.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62232026-02-24T03:46:18.156Z[ recovery-image] Feb 24 03:46:16.187 INFO O| Feb 24 03:46:16.187 INFO STEP 465 (remove_files) COMPLETE
62242026-02-24T03:46:18.156Z[ recovery-image] Feb 24 03:46:16.187 INFO O| Feb 24 03:46:16.187 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-02-24T03:46:18.168Z[ recovery-image] Feb 24 03:46:16.200 INFO O| Feb 24 03:46:16.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62262026-02-24T03:46:18.168Z[ recovery-image] Feb 24 03:46:16.200 INFO O| Feb 24 03:46:16.200 INFO STEP 466 (remove_files) COMPLETE
62272026-02-24T03:46:18.171Z[ recovery-image] Feb 24 03:46:16.200 INFO O| Feb 24 03:46:16.200 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-02-24T03:46:18.179Z[ recovery-image] Feb 24 03:46:16.212 INFO O| Feb 24 03:46:16.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62292026-02-24T03:46:18.179Z[ recovery-image] Feb 24 03:46:16.212 INFO O| Feb 24 03:46:16.212 INFO STEP 467 (remove_files) COMPLETE
62302026-02-24T03:46:18.179Z[ recovery-image] Feb 24 03:46:16.213 INFO O| Feb 24 03:46:16.212 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-02-24T03:46:18.192Z[ recovery-image] Feb 24 03:46:16.226 INFO O| Feb 24 03:46:16.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62322026-02-24T03:46:18.192Z[ recovery-image] Feb 24 03:46:16.226 INFO O| Feb 24 03:46:16.226 INFO STEP 468 (remove_files) COMPLETE
62332026-02-24T03:46:18.192Z[ recovery-image] Feb 24 03:46:16.226 INFO O| Feb 24 03:46:16.226 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-02-24T03:46:18.205Z[ recovery-image] Feb 24 03:46:16.238 INFO O| Feb 24 03:46:16.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62352026-02-24T03:46:18.205Z[ recovery-image] Feb 24 03:46:16.238 INFO O| Feb 24 03:46:16.238 INFO STEP 469 (remove_files) COMPLETE
62362026-02-24T03:46:18.208Z[ recovery-image] Feb 24 03:46:16.238 INFO O| Feb 24 03:46:16.238 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-02-24T03:46:18.217Z[ recovery-image] Feb 24 03:46:16.251 INFO O| Feb 24 03:46:16.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62382026-02-24T03:46:18.217Z[ recovery-image] Feb 24 03:46:16.251 INFO O| Feb 24 03:46:16.251 INFO STEP 470 (remove_files) COMPLETE
62392026-02-24T03:46:18.217Z[ recovery-image] Feb 24 03:46:16.251 INFO O| Feb 24 03:46:16.251 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-02-24T03:46:18.231Z[ recovery-image] Feb 24 03:46:16.264 INFO O| Feb 24 03:46:16.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62412026-02-24T03:46:18.234Z[ recovery-image] Feb 24 03:46:16.264 INFO O| Feb 24 03:46:16.264 INFO STEP 471 (remove_files) COMPLETE
62422026-02-24T03:46:18.234Z[ recovery-image] Feb 24 03:46:16.264 INFO O| Feb 24 03:46:16.264 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-02-24T03:46:18.244Z[ recovery-image] Feb 24 03:46:16.278 INFO O| Feb 24 03:46:16.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62442026-02-24T03:46:18.249Z[ recovery-image] Feb 24 03:46:16.278 INFO O| Feb 24 03:46:16.278 INFO STEP 472 (remove_files) COMPLETE
62452026-02-24T03:46:18.249Z[ recovery-image] Feb 24 03:46:16.278 INFO O| Feb 24 03:46:16.278 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-02-24T03:46:18.258Z[ recovery-image] Feb 24 03:46:16.291 INFO O| Feb 24 03:46:16.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62472026-02-24T03:46:18.259Z[ recovery-image] Feb 24 03:46:16.291 INFO O| Feb 24 03:46:16.291 INFO STEP 473 (remove_files) COMPLETE
62482026-02-24T03:46:18.259Z[ recovery-image] Feb 24 03:46:16.291 INFO O| Feb 24 03:46:16.291 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-02-24T03:46:18.271Z[ recovery-image] Feb 24 03:46:16.303 INFO O| Feb 24 03:46:16.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62502026-02-24T03:46:18.271Z[ recovery-image] Feb 24 03:46:16.303 INFO O| Feb 24 03:46:16.303 INFO STEP 474 (remove_files) COMPLETE
62512026-02-24T03:46:18.275Z[ recovery-image] Feb 24 03:46:16.303 INFO O| Feb 24 03:46:16.303 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-02-24T03:46:18.282Z[ recovery-image] Feb 24 03:46:16.315 INFO O| Feb 24 03:46:16.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62532026-02-24T03:46:18.282Z[ recovery-image] Feb 24 03:46:16.315 INFO O| Feb 24 03:46:16.315 INFO STEP 475 (remove_files) COMPLETE
62542026-02-24T03:46:18.285Z[ recovery-image] Feb 24 03:46:16.315 INFO O| Feb 24 03:46:16.315 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-02-24T03:46:18.295Z[ recovery-image] Feb 24 03:46:16.328 INFO O| Feb 24 03:46:16.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62562026-02-24T03:46:18.295Z[ recovery-image] Feb 24 03:46:16.328 INFO O| Feb 24 03:46:16.328 INFO STEP 476 (remove_files) COMPLETE
62572026-02-24T03:46:18.295Z[ recovery-image] Feb 24 03:46:16.328 INFO O| Feb 24 03:46:16.328 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-02-24T03:46:18.308Z[ recovery-image] Feb 24 03:46:16.342 INFO O| Feb 24 03:46:16.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62592026-02-24T03:46:18.308Z[ recovery-image] Feb 24 03:46:16.342 INFO O| Feb 24 03:46:16.342 INFO STEP 477 (remove_files) COMPLETE
62602026-02-24T03:46:18.308Z[ recovery-image] Feb 24 03:46:16.342 INFO O| Feb 24 03:46:16.342 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-02-24T03:46:18.319Z[ recovery-image] Feb 24 03:46:16.353 INFO O| Feb 24 03:46:16.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62622026-02-24T03:46:18.319Z[ recovery-image] Feb 24 03:46:16.353 INFO O| Feb 24 03:46:16.353 INFO STEP 478 (remove_files) COMPLETE
62632026-02-24T03:46:18.322Z[ recovery-image] Feb 24 03:46:16.353 INFO O| Feb 24 03:46:16.353 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-02-24T03:46:18.333Z[ recovery-image] Feb 24 03:46:16.366 INFO O| Feb 24 03:46:16.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62652026-02-24T03:46:18.333Z[ recovery-image] Feb 24 03:46:16.366 INFO O| Feb 24 03:46:16.366 INFO STEP 479 (remove_files) COMPLETE
62662026-02-24T03:46:18.336Z[ recovery-image] Feb 24 03:46:16.366 INFO O| Feb 24 03:46:16.366 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-02-24T03:46:18.345Z[ recovery-image] Feb 24 03:46:16.379 INFO O| Feb 24 03:46:16.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62682026-02-24T03:46:18.345Z[ recovery-image] Feb 24 03:46:16.379 INFO O| Feb 24 03:46:16.379 INFO STEP 480 (remove_files) COMPLETE
62692026-02-24T03:46:18.348Z[ recovery-image] Feb 24 03:46:16.379 INFO O| Feb 24 03:46:16.379 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-02-24T03:46:18.358Z[ recovery-image] Feb 24 03:46:16.391 INFO O| Feb 24 03:46:16.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62712026-02-24T03:46:18.358Z[ recovery-image] Feb 24 03:46:16.391 INFO O| Feb 24 03:46:16.391 INFO STEP 481 (remove_files) COMPLETE
62722026-02-24T03:46:18.358Z[ recovery-image] Feb 24 03:46:16.391 INFO O| Feb 24 03:46:16.391 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-02-24T03:46:18.369Z[ recovery-image] Feb 24 03:46:16.402 INFO O| Feb 24 03:46:16.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62742026-02-24T03:46:18.369Z[ recovery-image] Feb 24 03:46:16.403 INFO O| Feb 24 03:46:16.402 INFO STEP 482 (remove_files) COMPLETE
62752026-02-24T03:46:18.369Z[ recovery-image] Feb 24 03:46:16.403 INFO O| Feb 24 03:46:16.402 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-02-24T03:46:18.383Z[ recovery-image] Feb 24 03:46:16.416 INFO O| Feb 24 03:46:16.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62772026-02-24T03:46:18.383Z[ recovery-image] Feb 24 03:46:16.416 INFO O| Feb 24 03:46:16.416 INFO STEP 483 (remove_files) COMPLETE
62782026-02-24T03:46:18.383Z[ recovery-image] Feb 24 03:46:16.416 INFO O| Feb 24 03:46:16.416 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-02-24T03:46:18.395Z[ recovery-image] Feb 24 03:46:16.428 INFO O| Feb 24 03:46:16.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62802026-02-24T03:46:18.395Z[ recovery-image] Feb 24 03:46:16.429 INFO O| Feb 24 03:46:16.429 INFO STEP 484 (remove_files) COMPLETE
62812026-02-24T03:46:18.395Z[ recovery-image] Feb 24 03:46:16.429 INFO O| Feb 24 03:46:16.429 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-02-24T03:46:18.408Z[ recovery-image] Feb 24 03:46:16.442 INFO O| Feb 24 03:46:16.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62832026-02-24T03:46:18.408Z[ recovery-image] Feb 24 03:46:16.442 INFO O| Feb 24 03:46:16.442 INFO STEP 485 (remove_files) COMPLETE
62842026-02-24T03:46:18.408Z[ recovery-image] Feb 24 03:46:16.442 INFO O| Feb 24 03:46:16.442 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-02-24T03:46:18.422Z[ recovery-image] Feb 24 03:46:16.455 INFO O| Feb 24 03:46:16.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62862026-02-24T03:46:18.422Z[ recovery-image] Feb 24 03:46:16.455 INFO O| Feb 24 03:46:16.455 INFO STEP 486 (remove_files) COMPLETE
62872026-02-24T03:46:18.422Z[ recovery-image] Feb 24 03:46:16.455 INFO O| Feb 24 03:46:16.455 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-02-24T03:46:18.435Z[ recovery-image] Feb 24 03:46:16.468 INFO O| Feb 24 03:46:16.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62892026-02-24T03:46:18.435Z[ recovery-image] Feb 24 03:46:16.469 INFO O| Feb 24 03:46:16.468 INFO STEP 487 (remove_files) COMPLETE
62902026-02-24T03:46:18.435Z[ recovery-image] Feb 24 03:46:16.469 INFO O| Feb 24 03:46:16.468 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-02-24T03:46:18.448Z[ recovery-image] Feb 24 03:46:16.481 INFO O| Feb 24 03:46:16.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62922026-02-24T03:46:18.448Z[ recovery-image] Feb 24 03:46:16.481 INFO O| Feb 24 03:46:16.481 INFO STEP 488 (remove_files) COMPLETE
62932026-02-24T03:46:18.448Z[ recovery-image] Feb 24 03:46:16.481 INFO O| Feb 24 03:46:16.481 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-02-24T03:46:18.461Z[ recovery-image] Feb 24 03:46:16.494 INFO O| Feb 24 03:46:16.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62952026-02-24T03:46:18.461Z[ recovery-image] Feb 24 03:46:16.495 INFO O| Feb 24 03:46:16.494 INFO STEP 489 (remove_files) COMPLETE
62962026-02-24T03:46:18.461Z[ recovery-image] Feb 24 03:46:16.495 INFO O| Feb 24 03:46:16.495 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-02-24T03:46:18.475Z[ recovery-image] Feb 24 03:46:16.508 INFO O| Feb 24 03:46:16.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62982026-02-24T03:46:18.475Z[ recovery-image] Feb 24 03:46:16.508 INFO O| Feb 24 03:46:16.508 INFO STEP 490 (remove_files) COMPLETE
62992026-02-24T03:46:18.475Z[ recovery-image] Feb 24 03:46:16.508 INFO O| Feb 24 03:46:16.508 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-02-24T03:46:18.489Z[ recovery-image] Feb 24 03:46:16.522 INFO O| Feb 24 03:46:16.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63012026-02-24T03:46:18.489Z[ recovery-image] Feb 24 03:46:16.522 INFO O| Feb 24 03:46:16.522 INFO STEP 491 (remove_files) COMPLETE
63022026-02-24T03:46:18.489Z[ recovery-image] Feb 24 03:46:16.522 INFO O| Feb 24 03:46:16.522 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-02-24T03:46:18.502Z[ recovery-image] Feb 24 03:46:16.535 INFO O| Feb 24 03:46:16.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63042026-02-24T03:46:18.502Z[ recovery-image] Feb 24 03:46:16.535 INFO O| Feb 24 03:46:16.535 INFO STEP 492 (remove_files) COMPLETE
63052026-02-24T03:46:18.502Z[ recovery-image] Feb 24 03:46:16.535 INFO O| Feb 24 03:46:16.535 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.549 INFO O| Feb 24 03:46:16.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63072026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.549 INFO O| Feb 24 03:46:16.549 INFO STEP 493 (remove_files) COMPLETE
63082026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.549 INFO O| Feb 24 03:46:16.549 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.562 INFO O| Feb 24 03:46:16.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63102026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.562 INFO O| Feb 24 03:46:16.562 INFO STEP 494 (remove_files) COMPLETE
63112026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.562 INFO O| Feb 24 03:46:16.562 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.575 INFO O| Feb 24 03:46:16.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63132026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.575 INFO O| Feb 24 03:46:16.575 INFO STEP 495 (remove_files) COMPLETE
63142026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.575 INFO O| Feb 24 03:46:16.575 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.588 INFO O| Feb 24 03:46:16.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63162026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.589 INFO O| Feb 24 03:46:16.588 INFO STEP 496 (remove_files) COMPLETE
63172026-02-24T03:46:18.558Z[ recovery-image] Feb 24 03:46:16.589 INFO O| Feb 24 03:46:16.588 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-02-24T03:46:18.569Z[ recovery-image] Feb 24 03:46:16.602 INFO O| Feb 24 03:46:16.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63192026-02-24T03:46:18.569Z[ recovery-image] Feb 24 03:46:16.602 INFO O| Feb 24 03:46:16.602 INFO STEP 497 (remove_files) COMPLETE
63202026-02-24T03:46:18.572Z[ recovery-image] Feb 24 03:46:16.602 INFO O| Feb 24 03:46:16.602 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-02-24T03:46:18.582Z[ recovery-image] Feb 24 03:46:16.615 INFO O| Feb 24 03:46:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63222026-02-24T03:46:18.582Z[ recovery-image] Feb 24 03:46:16.615 INFO O| Feb 24 03:46:16.615 INFO STEP 498 (remove_files) COMPLETE
63232026-02-24T03:46:18.582Z[ recovery-image] Feb 24 03:46:16.615 INFO O| Feb 24 03:46:16.615 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-02-24T03:46:18.595Z[ recovery-image] Feb 24 03:46:16.628 INFO O| Feb 24 03:46:16.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63252026-02-24T03:46:18.595Z[ recovery-image] Feb 24 03:46:16.629 INFO O| Feb 24 03:46:16.629 INFO STEP 499 (remove_files) COMPLETE
63262026-02-24T03:46:18.595Z[ recovery-image] Feb 24 03:46:16.629 INFO O| Feb 24 03:46:16.629 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-02-24T03:46:18.609Z[ recovery-image] Feb 24 03:46:16.642 INFO O| Feb 24 03:46:16.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63282026-02-24T03:46:18.609Z[ recovery-image] Feb 24 03:46:16.642 INFO O| Feb 24 03:46:16.642 INFO STEP 500 (remove_files) COMPLETE
63292026-02-24T03:46:18.609Z[ recovery-image] Feb 24 03:46:16.642 INFO O| Feb 24 03:46:16.642 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-02-24T03:46:18.623Z[ recovery-image] Feb 24 03:46:16.656 INFO O| Feb 24 03:46:16.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63312026-02-24T03:46:18.623Z[ recovery-image] Feb 24 03:46:16.656 INFO O| Feb 24 03:46:16.656 INFO STEP 501 (remove_files) COMPLETE
63322026-02-24T03:46:18.626Z[ recovery-image] Feb 24 03:46:16.656 INFO O| Feb 24 03:46:16.656 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-02-24T03:46:18.626Z[ host-image] Feb 24 03:46:16.659 INFO O| Feb 24 03:46:16.659 INFO O| Actions: Completed 22 actions in 0.47 seconds.
63342026-02-24T03:46:18.636Z[ recovery-image] Feb 24 03:46:16.669 INFO O| Feb 24 03:46:16.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63352026-02-24T03:46:18.639Z[ recovery-image] Feb 24 03:46:16.669 INFO O| Feb 24 03:46:16.669 INFO STEP 502 (remove_files) COMPLETE
63362026-02-24T03:46:18.639Z[ recovery-image] Feb 24 03:46:16.669 INFO O| Feb 24 03:46:16.669 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372026-02-24T03:46:18.649Z[ recovery-image] Feb 24 03:46:16.683 INFO O| Feb 24 03:46:16.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63382026-02-24T03:46:18.652Z[ recovery-image] Feb 24 03:46:16.683 INFO O| Feb 24 03:46:16.683 INFO STEP 503 (remove_files) COMPLETE
63392026-02-24T03:46:18.652Z[ recovery-image] Feb 24 03:46:16.683 INFO O| Feb 24 03:46:16.683 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402026-02-24T03:46:18.663Z[ recovery-image] Feb 24 03:46:16.696 INFO O| Feb 24 03:46:16.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63412026-02-24T03:46:18.666Z[ recovery-image] Feb 24 03:46:16.696 INFO O| Feb 24 03:46:16.696 INFO STEP 504 (remove_files) COMPLETE
63422026-02-24T03:46:18.666Z[ recovery-image] Feb 24 03:46:16.696 INFO O| Feb 24 03:46:16.696 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432026-02-24T03:46:18.677Z[ recovery-image] Feb 24 03:46:16.710 INFO O| Feb 24 03:46:16.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63442026-02-24T03:46:18.677Z[ recovery-image] Feb 24 03:46:16.710 INFO O| Feb 24 03:46:16.710 INFO STEP 505 (remove_files) COMPLETE
63452026-02-24T03:46:18.680Z[ recovery-image] Feb 24 03:46:16.710 INFO O| Feb 24 03:46:16.710 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462026-02-24T03:46:18.691Z[ recovery-image] Feb 24 03:46:16.724 INFO O| Feb 24 03:46:16.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63472026-02-24T03:46:18.691Z[ recovery-image] Feb 24 03:46:16.724 INFO O| Feb 24 03:46:16.724 INFO STEP 506 (remove_files) COMPLETE
63482026-02-24T03:46:18.691Z[ recovery-image] Feb 24 03:46:16.724 INFO O| Feb 24 03:46:16.724 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492026-02-24T03:46:18.705Z[ recovery-image] Feb 24 03:46:16.738 INFO O| Feb 24 03:46:16.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63502026-02-24T03:46:18.705Z[ recovery-image] Feb 24 03:46:16.738 INFO O| Feb 24 03:46:16.738 INFO STEP 507 (remove_files) COMPLETE
63512026-02-24T03:46:18.708Z[ recovery-image] Feb 24 03:46:16.738 INFO O| Feb 24 03:46:16.738 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522026-02-24T03:46:18.719Z[ recovery-image] Feb 24 03:46:16.752 INFO O| Feb 24 03:46:16.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63532026-02-24T03:46:18.719Z[ recovery-image] Feb 24 03:46:16.752 INFO O| Feb 24 03:46:16.752 INFO STEP 508 (remove_files) COMPLETE
63542026-02-24T03:46:18.722Z[ recovery-image] Feb 24 03:46:16.752 INFO O| Feb 24 03:46:16.752 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552026-02-24T03:46:18.733Z[ recovery-image] Feb 24 03:46:16.766 INFO O| Feb 24 03:46:16.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63562026-02-24T03:46:18.733Z[ recovery-image] Feb 24 03:46:16.766 INFO O| Feb 24 03:46:16.766 INFO STEP 509 (remove_files) COMPLETE
63572026-02-24T03:46:18.733Z[ recovery-image] Feb 24 03:46:16.766 INFO O| Feb 24 03:46:16.766 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582026-02-24T03:46:18.747Z[ recovery-image] Feb 24 03:46:16.780 INFO O| Feb 24 03:46:16.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63592026-02-24T03:46:18.747Z[ recovery-image] Feb 24 03:46:16.780 INFO O| Feb 24 03:46:16.780 INFO STEP 510 (remove_files) COMPLETE
63602026-02-24T03:46:18.747Z[ recovery-image] Feb 24 03:46:16.780 INFO O| Feb 24 03:46:16.780 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612026-02-24T03:46:18.760Z[ recovery-image] Feb 24 03:46:16.793 INFO O| Feb 24 03:46:16.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63622026-02-24T03:46:18.760Z[ recovery-image] Feb 24 03:46:16.793 INFO O| Feb 24 03:46:16.793 INFO STEP 511 (remove_files) COMPLETE
63632026-02-24T03:46:18.763Z[ recovery-image] Feb 24 03:46:16.793 INFO O| Feb 24 03:46:16.793 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642026-02-24T03:46:18.774Z[ recovery-image] Feb 24 03:46:16.807 INFO O| Feb 24 03:46:16.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63652026-02-24T03:46:18.774Z[ recovery-image] Feb 24 03:46:16.807 INFO O| Feb 24 03:46:16.807 INFO STEP 512 (remove_files) COMPLETE
63662026-02-24T03:46:18.774Z[ recovery-image] Feb 24 03:46:16.807 INFO O| Feb 24 03:46:16.807 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672026-02-24T03:46:18.788Z[ recovery-image] Feb 24 03:46:16.821 INFO O| Feb 24 03:46:16.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63682026-02-24T03:46:18.788Z[ recovery-image] Feb 24 03:46:16.821 INFO O| Feb 24 03:46:16.821 INFO STEP 513 (remove_files) COMPLETE
63692026-02-24T03:46:18.788Z[ recovery-image] Feb 24 03:46:16.821 INFO O| Feb 24 03:46:16.821 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702026-02-24T03:46:18.801Z[ recovery-image] Feb 24 03:46:16.834 INFO O| Feb 24 03:46:16.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63712026-02-24T03:46:18.801Z[ recovery-image] Feb 24 03:46:16.835 INFO O| Feb 24 03:46:16.835 INFO STEP 514 (remove_files) COMPLETE
63722026-02-24T03:46:18.801Z[ recovery-image] Feb 24 03:46:16.835 INFO O| Feb 24 03:46:16.835 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732026-02-24T03:46:18.816Z[ recovery-image] Feb 24 03:46:16.848 INFO O| Feb 24 03:46:16.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63742026-02-24T03:46:18.816Z[ recovery-image] Feb 24 03:46:16.849 INFO O| Feb 24 03:46:16.849 INFO STEP 515 (remove_files) COMPLETE
63752026-02-24T03:46:18.818Z[ recovery-image] Feb 24 03:46:16.849 INFO O| Feb 24 03:46:16.849 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762026-02-24T03:46:18.829Z[ recovery-image] Feb 24 03:46:16.863 INFO O| Feb 24 03:46:16.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63772026-02-24T03:46:18.829Z[ recovery-image] Feb 24 03:46:16.863 INFO O| Feb 24 03:46:16.863 INFO STEP 516 (remove_files) COMPLETE
63782026-02-24T03:46:18.830Z[ recovery-image] Feb 24 03:46:16.863 INFO O| Feb 24 03:46:16.863 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792026-02-24T03:46:18.843Z[ recovery-image] Feb 24 03:46:16.876 INFO O| Feb 24 03:46:16.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63802026-02-24T03:46:18.846Z[ recovery-image] Feb 24 03:46:16.877 INFO O| Feb 24 03:46:16.876 INFO STEP 517 (remove_files) COMPLETE
63812026-02-24T03:46:18.846Z[ recovery-image] Feb 24 03:46:16.877 INFO O| Feb 24 03:46:16.877 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822026-02-24T03:46:18.857Z[ recovery-image] Feb 24 03:46:16.890 INFO O| Feb 24 03:46:16.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63832026-02-24T03:46:18.857Z[ recovery-image] Feb 24 03:46:16.890 INFO O| Feb 24 03:46:16.890 INFO STEP 518 (remove_files) COMPLETE
63842026-02-24T03:46:18.857Z[ recovery-image] Feb 24 03:46:16.890 INFO O| Feb 24 03:46:16.890 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852026-02-24T03:46:18.871Z[ recovery-image] Feb 24 03:46:16.904 INFO O| Feb 24 03:46:16.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63862026-02-24T03:46:18.871Z[ recovery-image] Feb 24 03:46:16.905 INFO O| Feb 24 03:46:16.905 INFO STEP 519 (remove_files) COMPLETE
63872026-02-24T03:46:18.872Z[ recovery-image] Feb 24 03:46:16.905 INFO O| Feb 24 03:46:16.905 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882026-02-24T03:46:18.885Z[ recovery-image] Feb 24 03:46:16.918 INFO O| Feb 24 03:46:16.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63892026-02-24T03:46:18.885Z[ recovery-image] Feb 24 03:46:16.919 INFO O| Feb 24 03:46:16.918 INFO STEP 520 (remove_files) COMPLETE
63902026-02-24T03:46:18.888Z[ recovery-image] Feb 24 03:46:16.919 INFO O| Feb 24 03:46:16.918 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912026-02-24T03:46:18.899Z[ recovery-image] Feb 24 03:46:16.932 INFO O| Feb 24 03:46:16.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63922026-02-24T03:46:18.902Z[ recovery-image] Feb 24 03:46:16.932 INFO O| Feb 24 03:46:16.932 INFO STEP 521 (remove_files) COMPLETE
63932026-02-24T03:46:18.902Z[ recovery-image] Feb 24 03:46:16.932 INFO O| Feb 24 03:46:16.932 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942026-02-24T03:46:18.913Z[ recovery-image] Feb 24 03:46:16.946 INFO O| Feb 24 03:46:16.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63952026-02-24T03:46:18.923Z[ recovery-image] Feb 24 03:46:16.956 INFO O| Feb 24 03:46:16.956 INFO STEP 522 (remove_files) COMPLETE
63962026-02-24T03:46:18.923Z[ recovery-image] Feb 24 03:46:16.956 INFO O| Feb 24 03:46:16.956 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972026-02-24T03:46:18.938Z[ recovery-image] Feb 24 03:46:16.971 INFO O| Feb 24 03:46:16.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63982026-02-24T03:46:18.938Z[ recovery-image] Feb 24 03:46:16.971 INFO O| Feb 24 03:46:16.971 INFO STEP 523 (remove_files) COMPLETE
63992026-02-24T03:46:18.938Z[ recovery-image] Feb 24 03:46:16.971 INFO O| Feb 24 03:46:16.971 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002026-02-24T03:46:18.952Z[ recovery-image] Feb 24 03:46:16.985 INFO O| Feb 24 03:46:16.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64012026-02-24T03:46:18.952Z[ recovery-image] Feb 24 03:46:16.985 INFO O| Feb 24 03:46:16.985 INFO STEP 524 (remove_files) COMPLETE
64022026-02-24T03:46:18.953Z[ recovery-image] Feb 24 03:46:16.985 INFO O| Feb 24 03:46:16.985 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032026-02-24T03:46:18.967Z[ recovery-image] Feb 24 03:46:17.000 INFO O| Feb 24 03:46:17.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64042026-02-24T03:46:18.967Z[ recovery-image] Feb 24 03:46:17.000 INFO O| Feb 24 03:46:17.000 INFO STEP 525 (remove_files) COMPLETE
64052026-02-24T03:46:18.967Z[ recovery-image] Feb 24 03:46:17.000 INFO O| Feb 24 03:46:17.000 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062026-02-24T03:46:18.982Z[ recovery-image] Feb 24 03:46:17.015 INFO O| Feb 24 03:46:17.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64072026-02-24T03:46:18.982Z[ recovery-image] Feb 24 03:46:17.015 INFO O| Feb 24 03:46:17.015 INFO STEP 526 (remove_files) COMPLETE
64082026-02-24T03:46:18.982Z[ recovery-image] Feb 24 03:46:17.015 INFO O| Feb 24 03:46:17.015 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092026-02-24T03:46:18.997Z[ recovery-image] Feb 24 03:46:17.029 INFO O| Feb 24 03:46:17.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64102026-02-24T03:46:18.997Z[ recovery-image] Feb 24 03:46:17.030 INFO O| Feb 24 03:46:17.030 INFO STEP 527 (remove_files) COMPLETE
64112026-02-24T03:46:18.997Z[ recovery-image] Feb 24 03:46:17.030 INFO O| Feb 24 03:46:17.030 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122026-02-24T03:46:19.012Z[ recovery-image] Feb 24 03:46:17.044 INFO O| Feb 24 03:46:17.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64132026-02-24T03:46:19.012Z[ recovery-image] Feb 24 03:46:17.044 INFO O| Feb 24 03:46:17.044 INFO STEP 528 (remove_files) COMPLETE
64142026-02-24T03:46:19.012Z[ recovery-image] Feb 24 03:46:17.044 INFO O| Feb 24 03:46:17.044 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152026-02-24T03:46:19.027Z[ recovery-image] Feb 24 03:46:17.058 INFO O| Feb 24 03:46:17.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64162026-02-24T03:46:19.027Z[ recovery-image] Feb 24 03:46:17.058 INFO O| Feb 24 03:46:17.058 INFO STEP 529 (remove_files) COMPLETE
64172026-02-24T03:46:19.027Z[ recovery-image] Feb 24 03:46:17.058 INFO O| Feb 24 03:46:17.058 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182026-02-24T03:46:19.039Z[ recovery-image] Feb 24 03:46:17.072 INFO O| Feb 24 03:46:17.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64192026-02-24T03:46:19.039Z[ recovery-image] Feb 24 03:46:17.072 INFO O| Feb 24 03:46:17.072 INFO STEP 530 (remove_files) COMPLETE
64202026-02-24T03:46:19.041Z[ recovery-image] Feb 24 03:46:17.072 INFO O| Feb 24 03:46:17.072 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212026-02-24T03:46:19.052Z[ recovery-image] Feb 24 03:46:17.085 INFO O| Feb 24 03:46:17.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64222026-02-24T03:46:19.052Z[ recovery-image] Feb 24 03:46:17.085 INFO O| Feb 24 03:46:17.085 INFO STEP 531 (remove_files) COMPLETE
64232026-02-24T03:46:19.055Z[ recovery-image] Feb 24 03:46:17.085 INFO O| Feb 24 03:46:17.085 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242026-02-24T03:46:19.065Z[ recovery-image] Feb 24 03:46:17.098 INFO O| Feb 24 03:46:17.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64252026-02-24T03:46:19.065Z[ recovery-image] Feb 24 03:46:17.098 INFO O| Feb 24 03:46:17.098 INFO STEP 532 (remove_files) COMPLETE
64262026-02-24T03:46:19.067Z[ recovery-image] Feb 24 03:46:17.098 INFO O| Feb 24 03:46:17.098 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272026-02-24T03:46:19.077Z[ recovery-image] Feb 24 03:46:17.110 INFO O| Feb 24 03:46:17.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64282026-02-24T03:46:19.077Z[ recovery-image] Feb 24 03:46:17.111 INFO O| Feb 24 03:46:17.111 INFO STEP 533 (remove_files) COMPLETE
64292026-02-24T03:46:19.077Z[ recovery-image] Feb 24 03:46:17.111 INFO O| Feb 24 03:46:17.111 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302026-02-24T03:46:19.089Z[ recovery-image] Feb 24 03:46:17.123 INFO O| Feb 24 03:46:17.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64312026-02-24T03:46:19.092Z[ recovery-image] Feb 24 03:46:17.123 INFO O| Feb 24 03:46:17.123 INFO STEP 534 (remove_files) COMPLETE
64322026-02-24T03:46:19.092Z[ recovery-image] Feb 24 03:46:17.123 INFO O| Feb 24 03:46:17.123 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332026-02-24T03:46:19.102Z[ recovery-image] Feb 24 03:46:17.135 INFO O| Feb 24 03:46:17.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64342026-02-24T03:46:19.105Z[ recovery-image] Feb 24 03:46:17.135 INFO O| Feb 24 03:46:17.135 INFO STEP 535 (remove_files) COMPLETE
64352026-02-24T03:46:19.105Z[ recovery-image] Feb 24 03:46:17.135 INFO O| Feb 24 03:46:17.135 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362026-02-24T03:46:19.114Z[ recovery-image] Feb 24 03:46:17.148 INFO O| Feb 24 03:46:17.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64372026-02-24T03:46:19.114Z[ recovery-image] Feb 24 03:46:17.148 INFO O| Feb 24 03:46:17.148 INFO STEP 536 (remove_files) COMPLETE
64382026-02-24T03:46:19.115Z[ recovery-image] Feb 24 03:46:17.148 INFO O| Feb 24 03:46:17.148 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392026-02-24T03:46:19.127Z[ recovery-image] Feb 24 03:46:17.160 INFO O| Feb 24 03:46:17.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64402026-02-24T03:46:19.127Z[ recovery-image] Feb 24 03:46:17.160 INFO O| Feb 24 03:46:17.160 INFO STEP 537 (remove_files) COMPLETE
64412026-02-24T03:46:19.127Z[ recovery-image] Feb 24 03:46:17.160 INFO O| Feb 24 03:46:17.160 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422026-02-24T03:46:19.138Z[ recovery-image] Feb 24 03:46:17.172 INFO O| Feb 24 03:46:17.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64432026-02-24T03:46:19.138Z[ recovery-image] Feb 24 03:46:17.172 INFO O| Feb 24 03:46:17.172 INFO STEP 538 (remove_files) COMPLETE
64442026-02-24T03:46:19.141Z[ recovery-image] Feb 24 03:46:17.172 INFO O| Feb 24 03:46:17.172 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452026-02-24T03:46:19.152Z[ recovery-image] Feb 24 03:46:17.185 INFO O| Feb 24 03:46:17.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64462026-02-24T03:46:19.155Z[ recovery-image] Feb 24 03:46:17.186 INFO O| Feb 24 03:46:17.186 INFO STEP 539 (remove_files) COMPLETE
64472026-02-24T03:46:19.155Z[ recovery-image] Feb 24 03:46:17.186 INFO O| Feb 24 03:46:17.186 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482026-02-24T03:46:19.167Z[ recovery-image] Feb 24 03:46:17.200 INFO O| Feb 24 03:46:17.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64492026-02-24T03:46:19.167Z[ recovery-image] Feb 24 03:46:17.200 INFO O| Feb 24 03:46:17.200 INFO STEP 540 (remove_files) COMPLETE
64502026-02-24T03:46:19.167Z[ recovery-image] Feb 24 03:46:17.200 INFO O| Feb 24 03:46:17.200 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512026-02-24T03:46:19.180Z[ recovery-image] Feb 24 03:46:17.213 INFO O| Feb 24 03:46:17.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64522026-02-24T03:46:19.180Z[ recovery-image] Feb 24 03:46:17.213 INFO O| Feb 24 03:46:17.213 INFO STEP 541 (remove_files) COMPLETE
64532026-02-24T03:46:19.180Z[ recovery-image] Feb 24 03:46:17.213 INFO O| Feb 24 03:46:17.213 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542026-02-24T03:46:19.195Z[ recovery-image] Feb 24 03:46:17.227 INFO O| Feb 24 03:46:17.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64552026-02-24T03:46:19.195Z[ recovery-image] Feb 24 03:46:17.228 INFO O| Feb 24 03:46:17.228 INFO STEP 542 (remove_files) COMPLETE
64562026-02-24T03:46:19.197Z[ recovery-image] Feb 24 03:46:17.228 INFO O| Feb 24 03:46:17.228 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572026-02-24T03:46:19.210Z[ recovery-image] Feb 24 03:46:17.241 INFO O| Feb 24 03:46:17.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64582026-02-24T03:46:19.210Z[ recovery-image] Feb 24 03:46:17.241 INFO O| Feb 24 03:46:17.241 INFO STEP 543 (remove_files) COMPLETE
64592026-02-24T03:46:19.210Z[ recovery-image] Feb 24 03:46:17.241 INFO O| Feb 24 03:46:17.241 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602026-02-24T03:46:19.222Z[ recovery-image] Feb 24 03:46:17.255 INFO O| Feb 24 03:46:17.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64612026-02-24T03:46:19.223Z[ recovery-image] Feb 24 03:46:17.255 INFO O| Feb 24 03:46:17.255 INFO STEP 544 (remove_files) COMPLETE
64622026-02-24T03:46:19.223Z[ recovery-image] Feb 24 03:46:17.255 INFO O| Feb 24 03:46:17.255 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632026-02-24T03:46:19.236Z[ recovery-image] Feb 24 03:46:17.269 INFO O| Feb 24 03:46:17.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64642026-02-24T03:46:19.237Z[ recovery-image] Feb 24 03:46:17.269 INFO O| Feb 24 03:46:17.269 INFO STEP 545 (remove_files) COMPLETE
64652026-02-24T03:46:19.237Z[ recovery-image] Feb 24 03:46:17.269 INFO O| Feb 24 03:46:17.269 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662026-02-24T03:46:19.250Z[ recovery-image] Feb 24 03:46:17.283 INFO O| Feb 24 03:46:17.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64672026-02-24T03:46:19.250Z[ recovery-image] Feb 24 03:46:17.283 INFO O| Feb 24 03:46:17.283 INFO STEP 546 (remove_files) COMPLETE
64682026-02-24T03:46:19.250Z[ recovery-image] Feb 24 03:46:17.283 INFO O| Feb 24 03:46:17.283 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692026-02-24T03:46:19.264Z[ recovery-image] Feb 24 03:46:17.297 INFO O| Feb 24 03:46:17.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64702026-02-24T03:46:19.264Z[ recovery-image] Feb 24 03:46:17.297 INFO O| Feb 24 03:46:17.297 INFO STEP 547 (remove_files) COMPLETE
64712026-02-24T03:46:19.267Z[ recovery-image] Feb 24 03:46:17.297 INFO O| Feb 24 03:46:17.297 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722026-02-24T03:46:19.279Z[ recovery-image] Feb 24 03:46:17.311 INFO O| Feb 24 03:46:17.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64732026-02-24T03:46:19.279Z[ recovery-image] Feb 24 03:46:17.311 INFO O| Feb 24 03:46:17.311 INFO STEP 548 (remove_files) COMPLETE
64742026-02-24T03:46:19.279Z[ recovery-image] Feb 24 03:46:17.311 INFO O| Feb 24 03:46:17.311 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752026-02-24T03:46:19.292Z[ recovery-image] Feb 24 03:46:17.325 INFO O| Feb 24 03:46:17.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64762026-02-24T03:46:19.292Z[ recovery-image] Feb 24 03:46:17.325 INFO O| Feb 24 03:46:17.325 INFO STEP 549 (remove_files) COMPLETE
64772026-02-24T03:46:19.292Z[ recovery-image] Feb 24 03:46:17.325 INFO O| Feb 24 03:46:17.325 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782026-02-24T03:46:19.306Z[ recovery-image] Feb 24 03:46:17.339 INFO O| Feb 24 03:46:17.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64792026-02-24T03:46:19.306Z[ recovery-image] Feb 24 03:46:17.339 INFO O| Feb 24 03:46:17.339 INFO STEP 550 (remove_files) COMPLETE
64802026-02-24T03:46:19.306Z[ recovery-image] Feb 24 03:46:17.339 INFO O| Feb 24 03:46:17.339 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812026-02-24T03:46:19.320Z[ recovery-image] Feb 24 03:46:17.353 INFO O| Feb 24 03:46:17.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64822026-02-24T03:46:19.320Z[ recovery-image] Feb 24 03:46:17.353 INFO O| Feb 24 03:46:17.353 INFO STEP 551 (remove_files) COMPLETE
64832026-02-24T03:46:19.323Z[ recovery-image] Feb 24 03:46:17.353 INFO O| Feb 24 03:46:17.353 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842026-02-24T03:46:19.334Z[ recovery-image] Feb 24 03:46:17.367 INFO O| Feb 24 03:46:17.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64852026-02-24T03:46:19.334Z[ recovery-image] Feb 24 03:46:17.367 INFO O| Feb 24 03:46:17.367 INFO STEP 552 (remove_files) COMPLETE
64862026-02-24T03:46:19.336Z[ recovery-image] Feb 24 03:46:17.367 INFO O| Feb 24 03:46:17.367 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872026-02-24T03:46:19.348Z[ recovery-image] Feb 24 03:46:17.381 INFO O| Feb 24 03:46:17.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64882026-02-24T03:46:19.348Z[ recovery-image] Feb 24 03:46:17.381 INFO O| Feb 24 03:46:17.381 INFO STEP 553 (remove_files) COMPLETE
64892026-02-24T03:46:19.348Z[ recovery-image] Feb 24 03:46:17.381 INFO O| Feb 24 03:46:17.381 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902026-02-24T03:46:19.362Z[ recovery-image] Feb 24 03:46:17.395 INFO O| Feb 24 03:46:17.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64912026-02-24T03:46:19.362Z[ recovery-image] Feb 24 03:46:17.395 INFO O| Feb 24 03:46:17.395 INFO STEP 554 (remove_files) COMPLETE
64922026-02-24T03:46:19.362Z[ recovery-image] Feb 24 03:46:17.395 INFO O| Feb 24 03:46:17.395 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932026-02-24T03:46:19.376Z[ recovery-image] Feb 24 03:46:17.409 INFO O| Feb 24 03:46:17.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64942026-02-24T03:46:19.376Z[ recovery-image] Feb 24 03:46:17.409 INFO O| Feb 24 03:46:17.409 INFO STEP 555 (remove_files) COMPLETE
64952026-02-24T03:46:19.376Z[ recovery-image] Feb 24 03:46:17.409 INFO O| Feb 24 03:46:17.409 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962026-02-24T03:46:19.390Z[ recovery-image] Feb 24 03:46:17.423 INFO O| Feb 24 03:46:17.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64972026-02-24T03:46:19.390Z[ recovery-image] Feb 24 03:46:17.423 INFO O| Feb 24 03:46:17.423 INFO STEP 556 (remove_files) COMPLETE
64982026-02-24T03:46:19.390Z[ recovery-image] Feb 24 03:46:17.423 INFO O| Feb 24 03:46:17.423 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992026-02-24T03:46:19.404Z[ recovery-image] Feb 24 03:46:17.437 INFO O| Feb 24 03:46:17.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65002026-02-24T03:46:19.404Z[ recovery-image] Feb 24 03:46:17.437 INFO O| Feb 24 03:46:17.437 INFO STEP 557 (remove_files) COMPLETE
65012026-02-24T03:46:19.404Z[ recovery-image] Feb 24 03:46:17.437 INFO O| Feb 24 03:46:17.437 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022026-02-24T03:46:19.417Z[ recovery-image] Feb 24 03:46:17.450 INFO O| Feb 24 03:46:17.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65032026-02-24T03:46:19.417Z[ recovery-image] Feb 24 03:46:17.450 INFO O| Feb 24 03:46:17.450 INFO STEP 558 (remove_files) COMPLETE
65042026-02-24T03:46:19.417Z[ recovery-image] Feb 24 03:46:17.450 INFO O| Feb 24 03:46:17.450 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052026-02-24T03:46:19.430Z[ recovery-image] Feb 24 03:46:17.463 INFO O| Feb 24 03:46:17.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65062026-02-24T03:46:19.430Z[ recovery-image] Feb 24 03:46:17.463 INFO O| Feb 24 03:46:17.463 INFO STEP 559 (remove_files) COMPLETE
65072026-02-24T03:46:19.433Z[ recovery-image] Feb 24 03:46:17.463 INFO O| Feb 24 03:46:17.463 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082026-02-24T03:46:19.444Z[ recovery-image] Feb 24 03:46:17.477 INFO O| Feb 24 03:46:17.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65092026-02-24T03:46:19.444Z[ recovery-image] Feb 24 03:46:17.477 INFO O| Feb 24 03:46:17.477 INFO STEP 560 (remove_files) COMPLETE
65102026-02-24T03:46:19.447Z[ recovery-image] Feb 24 03:46:17.477 INFO O| Feb 24 03:46:17.477 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112026-02-24T03:46:19.458Z[ recovery-image] Feb 24 03:46:17.490 INFO O| Feb 24 03:46:17.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65122026-02-24T03:46:19.458Z[ recovery-image] Feb 24 03:46:17.491 INFO O| Feb 24 03:46:17.490 INFO STEP 561 (remove_files) COMPLETE
65132026-02-24T03:46:19.461Z[ recovery-image] Feb 24 03:46:17.491 INFO O| Feb 24 03:46:17.491 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142026-02-24T03:46:19.471Z[ recovery-image] Feb 24 03:46:17.504 INFO O| Feb 24 03:46:17.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65152026-02-24T03:46:19.471Z[ recovery-image] Feb 24 03:46:17.504 INFO O| Feb 24 03:46:17.504 INFO STEP 562 (remove_files) COMPLETE
65162026-02-24T03:46:19.471Z[ recovery-image] Feb 24 03:46:17.504 INFO O| Feb 24 03:46:17.504 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172026-02-24T03:46:19.482Z[ host-image] Feb 24 03:46:17.515 INFO O| Feb 24 03:46:17.515 INFO O| Done
65182026-02-24T03:46:19.482Z[ host-image] Feb 24 03:46:17.515 INFO O| Feb 24 03:46:17.515 INFO O| Done
65192026-02-24T03:46:19.499Z[ recovery-image] Feb 24 03:46:17.531 INFO O| Feb 24 03:46:17.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65202026-02-24T03:46:19.499Z[ recovery-image] Feb 24 03:46:17.531 INFO O| Feb 24 03:46:17.518 INFO STEP 563 (remove_files) COMPLETE
65212026-02-24T03:46:19.502Z[ recovery-image] Feb 24 03:46:17.531 INFO O| Feb 24 03:46:17.518 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-02-24T03:46:19.502Z[ recovery-image] Feb 24 03:46:17.532 INFO O| Feb 24 03:46:17.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65232026-02-24T03:46:19.502Z[ recovery-image] Feb 24 03:46:17.532 INFO O| Feb 24 03:46:17.532 INFO STEP 564 (remove_files) COMPLETE
65242026-02-24T03:46:19.502Z[ recovery-image] Feb 24 03:46:17.532 INFO O| Feb 24 03:46:17.532 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-02-24T03:46:19.530Z[ recovery-image] Feb 24 03:46:17.562 INFO O| Feb 24 03:46:17.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65262026-02-24T03:46:19.530Z[ recovery-image] Feb 24 03:46:17.562 INFO O| Feb 24 03:46:17.545 INFO STEP 565 (remove_files) COMPLETE
65272026-02-24T03:46:19.533Z[ recovery-image] Feb 24 03:46:17.562 INFO O| Feb 24 03:46:17.545 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-02-24T03:46:19.533Z[ recovery-image] Feb 24 03:46:17.562 INFO O| Feb 24 03:46:17.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65292026-02-24T03:46:19.533Z[ recovery-image] Feb 24 03:46:17.562 INFO O| Feb 24 03:46:17.559 INFO STEP 566 (remove_files) COMPLETE
65302026-02-24T03:46:19.533Z[ recovery-image] Feb 24 03:46:17.562 INFO O| Feb 24 03:46:17.559 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-02-24T03:46:19.550Z[ recovery-image] Feb 24 03:46:17.583 INFO O| Feb 24 03:46:17.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65322026-02-24T03:46:19.550Z[ recovery-image] Feb 24 03:46:17.583 INFO O| Feb 24 03:46:17.572 INFO STEP 567 (remove_files) COMPLETE
65332026-02-24T03:46:19.550Z[ recovery-image] Feb 24 03:46:17.583 INFO O| Feb 24 03:46:17.572 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-02-24T03:46:19.553Z[ recovery-image] Feb 24 03:46:17.585 INFO O| Feb 24 03:46:17.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65352026-02-24T03:46:19.553Z[ recovery-image] Feb 24 03:46:17.585 INFO O| Feb 24 03:46:17.585 INFO STEP 568 (remove_files) COMPLETE
65362026-02-24T03:46:19.553Z[ recovery-image] Feb 24 03:46:17.585 INFO O| Feb 24 03:46:17.585 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-02-24T03:46:19.566Z[ recovery-image] Feb 24 03:46:17.598 INFO O| Feb 24 03:46:17.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65382026-02-24T03:46:19.566Z[ recovery-image] Feb 24 03:46:17.599 INFO O| Feb 24 03:46:17.599 INFO STEP 569 (remove_files) COMPLETE
65392026-02-24T03:46:19.568Z[ recovery-image] Feb 24 03:46:17.599 INFO O| Feb 24 03:46:17.599 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-02-24T03:46:19.579Z[ recovery-image] Feb 24 03:46:17.611 INFO O| Feb 24 03:46:17.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65412026-02-24T03:46:19.579Z[ recovery-image] Feb 24 03:46:17.612 INFO O| Feb 24 03:46:17.612 INFO STEP 570 (remove_files) COMPLETE
65422026-02-24T03:46:19.579Z[ recovery-image] Feb 24 03:46:17.612 INFO O| Feb 24 03:46:17.612 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-02-24T03:46:19.592Z[ recovery-image] Feb 24 03:46:17.625 INFO O| Feb 24 03:46:17.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65442026-02-24T03:46:19.592Z[ recovery-image] Feb 24 03:46:17.625 INFO O| Feb 24 03:46:17.625 INFO STEP 571 (remove_files) COMPLETE
65452026-02-24T03:46:19.592Z[ recovery-image] Feb 24 03:46:17.625 INFO O| Feb 24 03:46:17.625 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-02-24T03:46:19.605Z[ recovery-image] Feb 24 03:46:17.638 INFO O| Feb 24 03:46:17.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65472026-02-24T03:46:19.605Z[ recovery-image] Feb 24 03:46:17.638 INFO O| Feb 24 03:46:17.638 INFO STEP 572 (remove_files) COMPLETE
65482026-02-24T03:46:19.605Z[ recovery-image] Feb 24 03:46:17.638 INFO O| Feb 24 03:46:17.638 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-02-24T03:46:19.619Z[ recovery-image] Feb 24 03:46:17.652 INFO O| Feb 24 03:46:17.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65502026-02-24T03:46:19.619Z[ recovery-image] Feb 24 03:46:17.652 INFO O| Feb 24 03:46:17.652 INFO STEP 573 (remove_files) COMPLETE
65512026-02-24T03:46:19.619Z[ recovery-image] Feb 24 03:46:17.652 INFO O| Feb 24 03:46:17.652 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-02-24T03:46:19.633Z[ recovery-image] Feb 24 03:46:17.665 INFO O| Feb 24 03:46:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65532026-02-24T03:46:19.633Z[ recovery-image] Feb 24 03:46:17.665 INFO O| Feb 24 03:46:17.665 INFO STEP 574 (remove_files) COMPLETE
65542026-02-24T03:46:19.633Z[ recovery-image] Feb 24 03:46:17.665 INFO O| Feb 24 03:46:17.665 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-02-24T03:46:19.646Z[ recovery-image] Feb 24 03:46:17.679 INFO O| Feb 24 03:46:17.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65562026-02-24T03:46:19.646Z[ recovery-image] Feb 24 03:46:17.679 INFO O| Feb 24 03:46:17.679 INFO STEP 575 (remove_files) COMPLETE
65572026-02-24T03:46:19.648Z[ recovery-image] Feb 24 03:46:17.679 INFO O| Feb 24 03:46:17.679 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-02-24T03:46:19.659Z[ recovery-image] Feb 24 03:46:17.692 INFO O| Feb 24 03:46:17.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65592026-02-24T03:46:19.659Z[ recovery-image] Feb 24 03:46:17.692 INFO O| Feb 24 03:46:17.692 INFO STEP 576 (remove_files) COMPLETE
65602026-02-24T03:46:19.662Z[ recovery-image] Feb 24 03:46:17.692 INFO O| Feb 24 03:46:17.692 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-02-24T03:46:19.672Z[ recovery-image] Feb 24 03:46:17.705 INFO O| Feb 24 03:46:17.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65622026-02-24T03:46:19.672Z[ recovery-image] Feb 24 03:46:17.705 INFO O| Feb 24 03:46:17.705 INFO STEP 577 (remove_files) COMPLETE
65632026-02-24T03:46:19.675Z[ recovery-image] Feb 24 03:46:17.705 INFO O| Feb 24 03:46:17.705 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-02-24T03:46:19.685Z[ recovery-image] Feb 24 03:46:17.718 INFO O| Feb 24 03:46:17.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65652026-02-24T03:46:19.685Z[ recovery-image] Feb 24 03:46:17.718 INFO O| Feb 24 03:46:17.718 INFO STEP 578 (remove_files) COMPLETE
65662026-02-24T03:46:19.688Z[ recovery-image] Feb 24 03:46:17.718 INFO O| Feb 24 03:46:17.718 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-02-24T03:46:19.698Z[ recovery-image] Feb 24 03:46:17.731 INFO O| Feb 24 03:46:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65682026-02-24T03:46:19.698Z[ recovery-image] Feb 24 03:46:17.731 INFO O| Feb 24 03:46:17.731 INFO STEP 579 (remove_files) COMPLETE
65692026-02-24T03:46:19.698Z[ recovery-image] Feb 24 03:46:17.731 INFO O| Feb 24 03:46:17.731 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-02-24T03:46:19.711Z[ recovery-image] Feb 24 03:46:17.744 INFO O| Feb 24 03:46:17.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65712026-02-24T03:46:19.711Z[ recovery-image] Feb 24 03:46:17.744 INFO O| Feb 24 03:46:17.744 INFO STEP 580 (remove_files) COMPLETE
65722026-02-24T03:46:19.711Z[ recovery-image] Feb 24 03:46:17.744 INFO O| Feb 24 03:46:17.744 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-02-24T03:46:19.724Z[ recovery-image] Feb 24 03:46:17.757 INFO O| Feb 24 03:46:17.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65742026-02-24T03:46:19.728Z[ recovery-image] Feb 24 03:46:17.757 INFO O| Feb 24 03:46:17.757 INFO STEP 581 (remove_files) COMPLETE
65752026-02-24T03:46:19.728Z[ recovery-image] Feb 24 03:46:17.757 INFO O| Feb 24 03:46:17.757 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-02-24T03:46:19.737Z[ recovery-image] Feb 24 03:46:17.770 INFO O| Feb 24 03:46:17.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65772026-02-24T03:46:19.740Z[ recovery-image] Feb 24 03:46:17.771 INFO O| Feb 24 03:46:17.771 INFO STEP 582 (remove_files) COMPLETE
65782026-02-24T03:46:19.740Z[ recovery-image] Feb 24 03:46:17.771 INFO O| Feb 24 03:46:17.771 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-02-24T03:46:19.751Z[ recovery-image] Feb 24 03:46:17.784 INFO O| Feb 24 03:46:17.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65802026-02-24T03:46:19.751Z[ recovery-image] Feb 24 03:46:17.784 INFO O| Feb 24 03:46:17.784 INFO STEP 583 (remove_files) COMPLETE
65812026-02-24T03:46:19.754Z[ recovery-image] Feb 24 03:46:17.784 INFO O| Feb 24 03:46:17.784 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-02-24T03:46:19.764Z[ recovery-image] Feb 24 03:46:17.797 INFO O| Feb 24 03:46:17.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65832026-02-24T03:46:19.764Z[ recovery-image] Feb 24 03:46:17.797 INFO O| Feb 24 03:46:17.797 INFO STEP 584 (remove_files) COMPLETE
65842026-02-24T03:46:19.764Z[ recovery-image] Feb 24 03:46:17.797 INFO O| Feb 24 03:46:17.797 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-02-24T03:46:19.778Z[ recovery-image] Feb 24 03:46:17.810 INFO O| Feb 24 03:46:17.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65862026-02-24T03:46:19.780Z[ recovery-image] Feb 24 03:46:17.811 INFO O| Feb 24 03:46:17.811 INFO STEP 585 (remove_files) COMPLETE
65872026-02-24T03:46:19.780Z[ recovery-image] Feb 24 03:46:17.811 INFO O| Feb 24 03:46:17.811 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-02-24T03:46:19.791Z[ recovery-image] Feb 24 03:46:17.824 INFO O| Feb 24 03:46:17.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65892026-02-24T03:46:19.791Z[ recovery-image] Feb 24 03:46:17.824 INFO O| Feb 24 03:46:17.824 INFO STEP 586 (remove_files) COMPLETE
65902026-02-24T03:46:19.795Z[ recovery-image] Feb 24 03:46:17.824 INFO O| Feb 24 03:46:17.824 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-02-24T03:46:19.805Z[ recovery-image] Feb 24 03:46:17.838 INFO O| Feb 24 03:46:17.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65922026-02-24T03:46:19.805Z[ recovery-image] Feb 24 03:46:17.838 INFO O| Feb 24 03:46:17.838 INFO STEP 587 (remove_files) COMPLETE
65932026-02-24T03:46:19.805Z[ recovery-image] Feb 24 03:46:17.838 INFO O| Feb 24 03:46:17.838 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-02-24T03:46:19.820Z[ recovery-image] Feb 24 03:46:17.852 INFO O| Feb 24 03:46:17.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65952026-02-24T03:46:19.820Z[ recovery-image] Feb 24 03:46:17.852 INFO O| Feb 24 03:46:17.852 INFO STEP 588 (remove_files) COMPLETE
65962026-02-24T03:46:19.820Z[ recovery-image] Feb 24 03:46:17.852 INFO O| Feb 24 03:46:17.852 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-02-24T03:46:19.832Z[ recovery-image] Feb 24 03:46:17.865 INFO O| Feb 24 03:46:17.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65982026-02-24T03:46:19.832Z[ recovery-image] Feb 24 03:46:17.865 INFO O| Feb 24 03:46:17.865 INFO STEP 589 (remove_files) COMPLETE
65992026-02-24T03:46:19.835Z[ recovery-image] Feb 24 03:46:17.865 INFO O| Feb 24 03:46:17.865 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-02-24T03:46:19.846Z[ recovery-image] Feb 24 03:46:17.878 INFO O| Feb 24 03:46:17.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66012026-02-24T03:46:19.846Z[ recovery-image] Feb 24 03:46:17.879 INFO O| Feb 24 03:46:17.879 INFO STEP 590 (remove_files) COMPLETE
66022026-02-24T03:46:19.846Z[ recovery-image] Feb 24 03:46:17.879 INFO O| Feb 24 03:46:17.879 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-02-24T03:46:19.859Z[ recovery-image] Feb 24 03:46:17.892 INFO O| Feb 24 03:46:17.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66042026-02-24T03:46:19.859Z[ recovery-image] Feb 24 03:46:17.892 INFO O| Feb 24 03:46:17.892 INFO STEP 591 (remove_files) COMPLETE
66052026-02-24T03:46:19.861Z[ recovery-image] Feb 24 03:46:17.892 INFO O| Feb 24 03:46:17.892 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-02-24T03:46:19.872Z[ recovery-image] Feb 24 03:46:17.905 INFO O| Feb 24 03:46:17.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66072026-02-24T03:46:19.873Z[ recovery-image] Feb 24 03:46:17.905 INFO O| Feb 24 03:46:17.905 INFO STEP 592 (remove_files) COMPLETE
66082026-02-24T03:46:19.875Z[ recovery-image] Feb 24 03:46:17.905 INFO O| Feb 24 03:46:17.905 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-02-24T03:46:19.886Z[ recovery-image] Feb 24 03:46:17.919 INFO O| Feb 24 03:46:17.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66102026-02-24T03:46:19.886Z[ recovery-image] Feb 24 03:46:17.919 INFO O| Feb 24 03:46:17.919 INFO STEP 593 (remove_files) COMPLETE
66112026-02-24T03:46:19.889Z[ recovery-image] Feb 24 03:46:17.919 INFO O| Feb 24 03:46:17.919 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-02-24T03:46:19.900Z[ recovery-image] Feb 24 03:46:17.933 INFO O| Feb 24 03:46:17.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66132026-02-24T03:46:19.900Z[ recovery-image] Feb 24 03:46:17.933 INFO O| Feb 24 03:46:17.933 INFO STEP 594 (remove_files) COMPLETE
66142026-02-24T03:46:19.903Z[ recovery-image] Feb 24 03:46:17.933 INFO O| Feb 24 03:46:17.933 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-02-24T03:46:19.914Z[ recovery-image] Feb 24 03:46:17.947 INFO O| Feb 24 03:46:17.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66162026-02-24T03:46:19.914Z[ recovery-image] Feb 24 03:46:17.947 INFO O| Feb 24 03:46:17.947 INFO STEP 595 (remove_files) COMPLETE
66172026-02-24T03:46:19.917Z[ recovery-image] Feb 24 03:46:17.947 INFO O| Feb 24 03:46:17.947 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-02-24T03:46:19.928Z[ recovery-image] Feb 24 03:46:17.961 INFO O| Feb 24 03:46:17.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66192026-02-24T03:46:19.928Z[ recovery-image] Feb 24 03:46:17.961 INFO O| Feb 24 03:46:17.961 INFO STEP 596 (remove_files) COMPLETE
66202026-02-24T03:46:19.931Z[ recovery-image] Feb 24 03:46:17.961 INFO O| Feb 24 03:46:17.961 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-02-24T03:46:19.942Z[ recovery-image] Feb 24 03:46:17.974 INFO O| Feb 24 03:46:17.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66222026-02-24T03:46:19.942Z[ recovery-image] Feb 24 03:46:17.975 INFO O| Feb 24 03:46:17.974 INFO STEP 597 (remove_files) COMPLETE
66232026-02-24T03:46:19.942Z[ recovery-image] Feb 24 03:46:17.975 INFO O| Feb 24 03:46:17.975 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-02-24T03:46:19.955Z[ recovery-image] Feb 24 03:46:17.988 INFO O| Feb 24 03:46:17.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66252026-02-24T03:46:19.955Z[ recovery-image] Feb 24 03:46:17.988 INFO O| Feb 24 03:46:17.988 INFO STEP 598 (remove_files) COMPLETE
66262026-02-24T03:46:19.955Z[ recovery-image] Feb 24 03:46:17.988 INFO O| Feb 24 03:46:17.988 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-02-24T03:46:19.969Z[ recovery-image] Feb 24 03:46:18.001 INFO O| Feb 24 03:46:18.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66282026-02-24T03:46:19.969Z[ recovery-image] Feb 24 03:46:18.001 INFO O| Feb 24 03:46:18.001 INFO STEP 599 (remove_files) COMPLETE
66292026-02-24T03:46:19.971Z[ recovery-image] Feb 24 03:46:18.002 INFO O| Feb 24 03:46:18.001 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-02-24T03:46:19.983Z[ recovery-image] Feb 24 03:46:18.016 INFO O| Feb 24 03:46:18.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66312026-02-24T03:46:19.983Z[ recovery-image] Feb 24 03:46:18.016 INFO O| Feb 24 03:46:18.016 INFO STEP 600 (remove_files) COMPLETE
66322026-02-24T03:46:19.986Z[ recovery-image] Feb 24 03:46:18.016 INFO O| Feb 24 03:46:18.016 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-02-24T03:46:19.997Z[ recovery-image] Feb 24 03:46:18.030 INFO O| Feb 24 03:46:18.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66342026-02-24T03:46:19.997Z[ recovery-image] Feb 24 03:46:18.030 INFO O| Feb 24 03:46:18.030 INFO STEP 601 (remove_files) COMPLETE
66352026-02-24T03:46:20.000Z[ recovery-image] Feb 24 03:46:18.030 INFO O| Feb 24 03:46:18.030 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-02-24T03:46:20.042Z[ recovery-image] Feb 24 03:46:18.045 INFO O| Feb 24 03:46:18.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66372026-02-24T03:46:20.042Z[ recovery-image] Feb 24 03:46:18.045 INFO O| Feb 24 03:46:18.045 INFO STEP 602 (remove_files) COMPLETE
66382026-02-24T03:46:20.042Z[ recovery-image] Feb 24 03:46:18.045 INFO O| Feb 24 03:46:18.045 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-02-24T03:46:20.042Z[ recovery-image] Feb 24 03:46:18.062 INFO O| Feb 24 03:46:18.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66402026-02-24T03:46:20.042Z[ recovery-image] Feb 24 03:46:18.062 INFO O| Feb 24 03:46:18.062 INFO STEP 603 (remove_files) COMPLETE
66412026-02-24T03:46:20.042Z[ recovery-image] Feb 24 03:46:18.062 INFO O| Feb 24 03:46:18.062 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-02-24T03:46:20.045Z[ recovery-image] Feb 24 03:46:18.078 INFO O| Feb 24 03:46:18.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66432026-02-24T03:46:20.045Z[ recovery-image] Feb 24 03:46:18.078 INFO O| Feb 24 03:46:18.078 INFO STEP 604 (remove_files) COMPLETE
66442026-02-24T03:46:20.045Z[ recovery-image] Feb 24 03:46:18.078 INFO O| Feb 24 03:46:18.078 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-02-24T03:46:20.060Z[ recovery-image] Feb 24 03:46:18.093 INFO O| Feb 24 03:46:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66462026-02-24T03:46:20.060Z[ recovery-image] Feb 24 03:46:18.093 INFO O| Feb 24 03:46:18.093 INFO STEP 605 (remove_files) COMPLETE
66472026-02-24T03:46:20.060Z[ recovery-image] Feb 24 03:46:18.093 INFO O| Feb 24 03:46:18.093 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-02-24T03:46:20.077Z[ recovery-image] Feb 24 03:46:18.110 INFO O| Feb 24 03:46:18.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66492026-02-24T03:46:20.080Z[ recovery-image] Feb 24 03:46:18.110 INFO O| Feb 24 03:46:18.110 INFO STEP 606 (remove_files) COMPLETE
66502026-02-24T03:46:20.080Z[ recovery-image] Feb 24 03:46:18.110 INFO O| Feb 24 03:46:18.110 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-02-24T03:46:20.094Z[ recovery-image] Feb 24 03:46:18.127 INFO O| Feb 24 03:46:18.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66522026-02-24T03:46:20.094Z[ recovery-image] Feb 24 03:46:18.127 INFO O| Feb 24 03:46:18.127 INFO STEP 607 (remove_files) COMPLETE
66532026-02-24T03:46:20.097Z[ recovery-image] Feb 24 03:46:18.127 INFO O| Feb 24 03:46:18.127 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-02-24T03:46:20.118Z[ recovery-image] Feb 24 03:46:18.150 INFO O| Feb 24 03:46:18.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66552026-02-24T03:46:20.118Z[ recovery-image] Feb 24 03:46:18.150 INFO O| Feb 24 03:46:18.150 INFO STEP 608 (remove_files) COMPLETE
66562026-02-24T03:46:20.118Z[ recovery-image] Feb 24 03:46:18.150 INFO O| Feb 24 03:46:18.150 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-02-24T03:46:20.132Z[ recovery-image] Feb 24 03:46:18.165 INFO O| Feb 24 03:46:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66582026-02-24T03:46:20.132Z[ recovery-image] Feb 24 03:46:18.165 INFO O| Feb 24 03:46:18.165 INFO STEP 609 (remove_files) COMPLETE
66592026-02-24T03:46:20.132Z[ recovery-image] Feb 24 03:46:18.165 INFO O| Feb 24 03:46:18.165 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-02-24T03:46:20.145Z[ recovery-image] Feb 24 03:46:18.178 INFO O| Feb 24 03:46:18.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66612026-02-24T03:46:20.145Z[ recovery-image] Feb 24 03:46:18.178 INFO O| Feb 24 03:46:18.178 INFO STEP 610 (remove_files) COMPLETE
66622026-02-24T03:46:20.148Z[ recovery-image] Feb 24 03:46:18.178 INFO O| Feb 24 03:46:18.178 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-02-24T03:46:20.159Z[ recovery-image] Feb 24 03:46:18.192 INFO O| Feb 24 03:46:18.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66642026-02-24T03:46:20.159Z[ recovery-image] Feb 24 03:46:18.192 INFO O| Feb 24 03:46:18.192 INFO STEP 611 (remove_files) COMPLETE
66652026-02-24T03:46:20.163Z[ recovery-image] Feb 24 03:46:18.192 INFO O| Feb 24 03:46:18.192 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-02-24T03:46:20.172Z[ recovery-image] Feb 24 03:46:18.205 INFO O| Feb 24 03:46:18.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66672026-02-24T03:46:20.172Z[ recovery-image] Feb 24 03:46:18.205 INFO O| Feb 24 03:46:18.205 INFO STEP 612 (remove_files) COMPLETE
66682026-02-24T03:46:20.172Z[ recovery-image] Feb 24 03:46:18.205 INFO O| Feb 24 03:46:18.205 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-02-24T03:46:20.186Z[ recovery-image] Feb 24 03:46:18.219 INFO O| Feb 24 03:46:18.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66702026-02-24T03:46:20.186Z[ recovery-image] Feb 24 03:46:18.219 INFO O| Feb 24 03:46:18.219 INFO STEP 613 (remove_files) COMPLETE
66712026-02-24T03:46:20.186Z[ recovery-image] Feb 24 03:46:18.219 INFO O| Feb 24 03:46:18.219 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-02-24T03:46:20.200Z[ recovery-image] Feb 24 03:46:18.233 INFO O| Feb 24 03:46:18.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66732026-02-24T03:46:20.201Z[ recovery-image] Feb 24 03:46:18.233 INFO O| Feb 24 03:46:18.233 INFO STEP 614 (remove_files) COMPLETE
66742026-02-24T03:46:20.201Z[ recovery-image] Feb 24 03:46:18.233 INFO O| Feb 24 03:46:18.233 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-02-24T03:46:20.216Z[ recovery-image] Feb 24 03:46:18.246 INFO O| Feb 24 03:46:18.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66762026-02-24T03:46:20.221Z[ recovery-image] Feb 24 03:46:18.247 INFO O| Feb 24 03:46:18.247 INFO STEP 615 (remove_files) COMPLETE
66772026-02-24T03:46:20.221Z[ recovery-image] Feb 24 03:46:18.247 INFO O| Feb 24 03:46:18.247 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-02-24T03:46:20.228Z[ recovery-image] Feb 24 03:46:18.261 INFO O| Feb 24 03:46:18.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66792026-02-24T03:46:20.228Z[ recovery-image] Feb 24 03:46:18.261 INFO O| Feb 24 03:46:18.261 INFO STEP 616 (remove_files) COMPLETE
66802026-02-24T03:46:20.228Z[ recovery-image] Feb 24 03:46:18.261 INFO O| Feb 24 03:46:18.261 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-02-24T03:46:20.242Z[ recovery-image] Feb 24 03:46:18.275 INFO O| Feb 24 03:46:18.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66822026-02-24T03:46:20.242Z[ recovery-image] Feb 24 03:46:18.275 INFO O| Feb 24 03:46:18.275 INFO STEP 617 (remove_files) COMPLETE
66832026-02-24T03:46:20.243Z[ recovery-image] Feb 24 03:46:18.275 INFO O| Feb 24 03:46:18.275 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-02-24T03:46:20.256Z[ recovery-image] Feb 24 03:46:18.288 INFO O| Feb 24 03:46:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66852026-02-24T03:46:20.256Z[ recovery-image] Feb 24 03:46:18.288 INFO O| Feb 24 03:46:18.288 INFO STEP 618 (remove_files) COMPLETE
66862026-02-24T03:46:20.256Z[ recovery-image] Feb 24 03:46:18.288 INFO O| Feb 24 03:46:18.288 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-02-24T03:46:20.270Z[ recovery-image] Feb 24 03:46:18.302 INFO O| Feb 24 03:46:18.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66882026-02-24T03:46:20.270Z[ recovery-image] Feb 24 03:46:18.302 INFO O| Feb 24 03:46:18.302 INFO STEP 619 (remove_files) COMPLETE
66892026-02-24T03:46:20.270Z[ recovery-image] Feb 24 03:46:18.302 INFO O| Feb 24 03:46:18.302 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-02-24T03:46:20.284Z[ recovery-image] Feb 24 03:46:18.316 INFO O| Feb 24 03:46:18.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66912026-02-24T03:46:20.284Z[ recovery-image] Feb 24 03:46:18.316 INFO O| Feb 24 03:46:18.316 INFO STEP 620 (remove_files) COMPLETE
66922026-02-24T03:46:20.284Z[ recovery-image] Feb 24 03:46:18.316 INFO O| Feb 24 03:46:18.316 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-02-24T03:46:20.298Z[ recovery-image] Feb 24 03:46:18.329 INFO O| Feb 24 03:46:18.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66942026-02-24T03:46:20.299Z[ recovery-image] Feb 24 03:46:18.330 INFO O| Feb 24 03:46:18.329 INFO STEP 621 (remove_files) COMPLETE
66952026-02-24T03:46:20.302Z[ recovery-image] Feb 24 03:46:18.330 INFO O| Feb 24 03:46:18.330 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-02-24T03:46:20.311Z[ recovery-image] Feb 24 03:46:18.344 INFO O| Feb 24 03:46:18.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66972026-02-24T03:46:20.311Z[ recovery-image] Feb 24 03:46:18.344 INFO O| Feb 24 03:46:18.344 INFO STEP 622 (remove_files) COMPLETE
66982026-02-24T03:46:20.311Z[ recovery-image] Feb 24 03:46:18.344 INFO O| Feb 24 03:46:18.344 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-02-24T03:46:20.325Z[ recovery-image] Feb 24 03:46:18.357 INFO O| Feb 24 03:46:18.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67002026-02-24T03:46:20.325Z[ recovery-image] Feb 24 03:46:18.357 INFO O| Feb 24 03:46:18.357 INFO STEP 623 (remove_files) COMPLETE
67012026-02-24T03:46:20.328Z[ recovery-image] Feb 24 03:46:18.357 INFO O| Feb 24 03:46:18.357 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-02-24T03:46:20.339Z[ recovery-image] Feb 24 03:46:18.371 INFO O| Feb 24 03:46:18.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67032026-02-24T03:46:20.339Z[ recovery-image] Feb 24 03:46:18.372 INFO O| Feb 24 03:46:18.372 INFO STEP 624 (remove_files) COMPLETE
67042026-02-24T03:46:20.342Z[ recovery-image] Feb 24 03:46:18.372 INFO O| Feb 24 03:46:18.372 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-02-24T03:46:20.353Z[ recovery-image] Feb 24 03:46:18.385 INFO O| Feb 24 03:46:18.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67062026-02-24T03:46:20.353Z[ recovery-image] Feb 24 03:46:18.385 INFO O| Feb 24 03:46:18.385 INFO STEP 625 (remove_files) COMPLETE
67072026-02-24T03:46:20.353Z[ recovery-image] Feb 24 03:46:18.385 INFO O| Feb 24 03:46:18.385 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-02-24T03:46:20.366Z[ recovery-image] Feb 24 03:46:18.399 INFO O| Feb 24 03:46:18.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67092026-02-24T03:46:20.366Z[ recovery-image] Feb 24 03:46:18.399 INFO O| Feb 24 03:46:18.399 INFO STEP 626 (remove_files) COMPLETE
67102026-02-24T03:46:20.369Z[ recovery-image] Feb 24 03:46:18.399 INFO O| Feb 24 03:46:18.399 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-02-24T03:46:20.380Z[ recovery-image] Feb 24 03:46:18.413 INFO O| Feb 24 03:46:18.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67122026-02-24T03:46:20.380Z[ recovery-image] Feb 24 03:46:18.413 INFO O| Feb 24 03:46:18.413 INFO STEP 627 (remove_files) COMPLETE
67132026-02-24T03:46:20.380Z[ recovery-image] Feb 24 03:46:18.413 INFO O| Feb 24 03:46:18.413 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-02-24T03:46:20.394Z[ recovery-image] Feb 24 03:46:18.427 INFO O| Feb 24 03:46:18.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67152026-02-24T03:46:20.394Z[ recovery-image] Feb 24 03:46:18.427 INFO O| Feb 24 03:46:18.427 INFO STEP 628 (remove_files) COMPLETE
67162026-02-24T03:46:20.397Z[ recovery-image] Feb 24 03:46:18.427 INFO O| Feb 24 03:46:18.427 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-02-24T03:46:20.407Z[ recovery-image] Feb 24 03:46:18.440 INFO O| Feb 24 03:46:18.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67182026-02-24T03:46:20.407Z[ recovery-image] Feb 24 03:46:18.440 INFO O| Feb 24 03:46:18.440 INFO STEP 629 (remove_files) COMPLETE
67192026-02-24T03:46:20.410Z[ recovery-image] Feb 24 03:46:18.440 INFO O| Feb 24 03:46:18.440 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-02-24T03:46:20.421Z[ recovery-image] Feb 24 03:46:18.454 INFO O| Feb 24 03:46:18.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67212026-02-24T03:46:20.421Z[ recovery-image] Feb 24 03:46:18.454 INFO O| Feb 24 03:46:18.454 INFO STEP 630 (remove_files) COMPLETE
67222026-02-24T03:46:20.424Z[ recovery-image] Feb 24 03:46:18.454 INFO O| Feb 24 03:46:18.454 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-02-24T03:46:20.435Z[ recovery-image] Feb 24 03:46:18.468 INFO O| Feb 24 03:46:18.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67242026-02-24T03:46:20.435Z[ recovery-image] Feb 24 03:46:18.468 INFO O| Feb 24 03:46:18.468 INFO STEP 631 (remove_files) COMPLETE
67252026-02-24T03:46:20.438Z[ recovery-image] Feb 24 03:46:18.468 INFO O| Feb 24 03:46:18.468 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-02-24T03:46:20.449Z[ recovery-image] Feb 24 03:46:18.482 INFO O| Feb 24 03:46:18.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67272026-02-24T03:46:20.452Z[ recovery-image] Feb 24 03:46:18.482 INFO O| Feb 24 03:46:18.482 INFO STEP 632 (remove_files) COMPLETE
67282026-02-24T03:46:20.452Z[ recovery-image] Feb 24 03:46:18.482 INFO O| Feb 24 03:46:18.482 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-02-24T03:46:20.463Z[ recovery-image] Feb 24 03:46:18.496 INFO O| Feb 24 03:46:18.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67302026-02-24T03:46:20.466Z[ recovery-image] Feb 24 03:46:18.496 INFO O| Feb 24 03:46:18.496 INFO STEP 633 (remove_files) COMPLETE
67312026-02-24T03:46:20.466Z[ recovery-image] Feb 24 03:46:18.496 INFO O| Feb 24 03:46:18.496 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-02-24T03:46:20.478Z[ recovery-image] Feb 24 03:46:18.511 INFO O| Feb 24 03:46:18.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67332026-02-24T03:46:20.478Z[ recovery-image] Feb 24 03:46:18.511 INFO O| Feb 24 03:46:18.511 INFO STEP 634 (remove_files) COMPLETE
67342026-02-24T03:46:20.478Z[ recovery-image] Feb 24 03:46:18.511 INFO O| Feb 24 03:46:18.511 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-02-24T03:46:20.493Z[ recovery-image] Feb 24 03:46:18.525 INFO O| Feb 24 03:46:18.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67362026-02-24T03:46:20.493Z[ recovery-image] Feb 24 03:46:18.526 INFO O| Feb 24 03:46:18.525 INFO STEP 635 (remove_files) COMPLETE
67372026-02-24T03:46:20.493Z[ recovery-image] Feb 24 03:46:18.526 INFO O| Feb 24 03:46:18.525 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-02-24T03:46:20.506Z[ recovery-image] Feb 24 03:46:18.539 INFO O| Feb 24 03:46:18.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67392026-02-24T03:46:20.506Z[ recovery-image] Feb 24 03:46:18.539 INFO O| Feb 24 03:46:18.539 INFO STEP 636 (remove_files) COMPLETE
67402026-02-24T03:46:20.506Z[ recovery-image] Feb 24 03:46:18.539 INFO O| Feb 24 03:46:18.539 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-02-24T03:46:20.521Z[ recovery-image] Feb 24 03:46:18.553 INFO O| Feb 24 03:46:18.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67422026-02-24T03:46:20.521Z[ recovery-image] Feb 24 03:46:18.553 INFO O| Feb 24 03:46:18.553 INFO STEP 637 (remove_files) COMPLETE
67432026-02-24T03:46:20.521Z[ recovery-image] Feb 24 03:46:18.553 INFO O| Feb 24 03:46:18.553 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-02-24T03:46:20.533Z[ recovery-image] Feb 24 03:46:18.566 INFO O| Feb 24 03:46:18.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67452026-02-24T03:46:20.533Z[ recovery-image] Feb 24 03:46:18.566 INFO O| Feb 24 03:46:18.566 INFO STEP 638 (remove_files) COMPLETE
67462026-02-24T03:46:20.533Z[ recovery-image] Feb 24 03:46:18.566 INFO O| Feb 24 03:46:18.566 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-02-24T03:46:20.547Z[ recovery-image] Feb 24 03:46:18.580 INFO O| Feb 24 03:46:18.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67482026-02-24T03:46:20.547Z[ recovery-image] Feb 24 03:46:18.580 INFO O| Feb 24 03:46:18.580 INFO STEP 639 (remove_files) COMPLETE
67492026-02-24T03:46:20.547Z[ recovery-image] Feb 24 03:46:18.580 INFO O| Feb 24 03:46:18.580 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-02-24T03:46:20.562Z[ recovery-image] Feb 24 03:46:18.595 INFO O| Feb 24 03:46:18.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67512026-02-24T03:46:20.562Z[ recovery-image] Feb 24 03:46:18.595 INFO O| Feb 24 03:46:18.595 INFO STEP 640 (remove_files) COMPLETE
67522026-02-24T03:46:20.562Z[ recovery-image] Feb 24 03:46:18.595 INFO O| Feb 24 03:46:18.595 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-02-24T03:46:20.577Z[ recovery-image] Feb 24 03:46:18.609 INFO O| Feb 24 03:46:18.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67542026-02-24T03:46:20.577Z[ recovery-image] Feb 24 03:46:18.610 INFO O| Feb 24 03:46:18.610 INFO STEP 641 (remove_files) COMPLETE
67552026-02-24T03:46:20.577Z[ recovery-image] Feb 24 03:46:18.610 INFO O| Feb 24 03:46:18.610 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-02-24T03:46:20.591Z[ recovery-image] Feb 24 03:46:18.623 INFO O| Feb 24 03:46:18.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67572026-02-24T03:46:20.591Z[ recovery-image] Feb 24 03:46:18.623 INFO O| Feb 24 03:46:18.623 INFO STEP 642 (remove_files) COMPLETE
67582026-02-24T03:46:20.591Z[ recovery-image] Feb 24 03:46:18.624 INFO O| Feb 24 03:46:18.623 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-02-24T03:46:20.605Z[ recovery-image] Feb 24 03:46:18.637 INFO O| Feb 24 03:46:18.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67602026-02-24T03:46:20.605Z[ recovery-image] Feb 24 03:46:18.637 INFO O| Feb 24 03:46:18.637 INFO STEP 643 (remove_files) COMPLETE
67612026-02-24T03:46:20.608Z[ recovery-image] Feb 24 03:46:18.638 INFO O| Feb 24 03:46:18.637 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-02-24T03:46:20.619Z[ recovery-image] Feb 24 03:46:18.651 INFO O| Feb 24 03:46:18.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67632026-02-24T03:46:20.619Z[ recovery-image] Feb 24 03:46:18.651 INFO O| Feb 24 03:46:18.651 INFO STEP 644 (remove_files) COMPLETE
67642026-02-24T03:46:20.622Z[ recovery-image] Feb 24 03:46:18.651 INFO O| Feb 24 03:46:18.651 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-02-24T03:46:20.633Z[ recovery-image] Feb 24 03:46:18.665 INFO O| Feb 24 03:46:18.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67662026-02-24T03:46:20.633Z[ recovery-image] Feb 24 03:46:18.665 INFO O| Feb 24 03:46:18.665 INFO STEP 645 (remove_files) COMPLETE
67672026-02-24T03:46:20.636Z[ recovery-image] Feb 24 03:46:18.665 INFO O| Feb 24 03:46:18.665 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-02-24T03:46:20.646Z[ recovery-image] Feb 24 03:46:18.679 INFO O| Feb 24 03:46:18.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67692026-02-24T03:46:20.649Z[ recovery-image] Feb 24 03:46:18.680 INFO O| Feb 24 03:46:18.680 INFO STEP 646 (remove_files) COMPLETE
67702026-02-24T03:46:20.649Z[ recovery-image] Feb 24 03:46:18.680 INFO O| Feb 24 03:46:18.680 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-02-24T03:46:20.661Z[ recovery-image] Feb 24 03:46:18.693 INFO O| Feb 24 03:46:18.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67722026-02-24T03:46:20.663Z[ recovery-image] Feb 24 03:46:18.694 INFO O| Feb 24 03:46:18.693 INFO STEP 647 (remove_files) COMPLETE
67732026-02-24T03:46:20.663Z[ recovery-image] Feb 24 03:46:18.694 INFO O| Feb 24 03:46:18.694 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-02-24T03:46:20.674Z[ recovery-image] Feb 24 03:46:18.707 INFO O| Feb 24 03:46:18.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67752026-02-24T03:46:20.674Z[ recovery-image] Feb 24 03:46:18.707 INFO O| Feb 24 03:46:18.707 INFO STEP 648 (remove_files) COMPLETE
67762026-02-24T03:46:20.677Z[ recovery-image] Feb 24 03:46:18.707 INFO O| Feb 24 03:46:18.707 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-02-24T03:46:20.689Z[ recovery-image] Feb 24 03:46:18.720 INFO O| Feb 24 03:46:18.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67782026-02-24T03:46:20.689Z[ recovery-image] Feb 24 03:46:18.720 INFO O| Feb 24 03:46:18.720 INFO STEP 649 (remove_files) COMPLETE
67792026-02-24T03:46:20.693Z[ recovery-image] Feb 24 03:46:18.720 INFO O| Feb 24 03:46:18.720 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-02-24T03:46:20.702Z[ recovery-image] Feb 24 03:46:18.734 INFO O| Feb 24 03:46:18.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67812026-02-24T03:46:20.702Z[ recovery-image] Feb 24 03:46:18.734 INFO O| Feb 24 03:46:18.734 INFO STEP 650 (remove_files) COMPLETE
67822026-02-24T03:46:20.705Z[ recovery-image] Feb 24 03:46:18.734 INFO O| Feb 24 03:46:18.734 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-02-24T03:46:20.715Z[ recovery-image] Feb 24 03:46:18.748 INFO O| Feb 24 03:46:18.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67842026-02-24T03:46:20.715Z[ recovery-image] Feb 24 03:46:18.748 INFO O| Feb 24 03:46:18.748 INFO STEP 651 (remove_files) COMPLETE
67852026-02-24T03:46:20.715Z[ recovery-image] Feb 24 03:46:18.748 INFO O| Feb 24 03:46:18.748 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-02-24T03:46:20.729Z[ recovery-image] Feb 24 03:46:18.762 INFO O| Feb 24 03:46:18.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67872026-02-24T03:46:20.732Z[ recovery-image] Feb 24 03:46:18.763 INFO O| Feb 24 03:46:18.763 INFO STEP 652 (remove_files) COMPLETE
67882026-02-24T03:46:20.732Z[ recovery-image] Feb 24 03:46:18.763 INFO O| Feb 24 03:46:18.763 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-02-24T03:46:20.744Z[ recovery-image] Feb 24 03:46:18.777 INFO O| Feb 24 03:46:18.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67902026-02-24T03:46:20.744Z[ recovery-image] Feb 24 03:46:18.777 INFO O| Feb 24 03:46:18.777 INFO STEP 653 (remove_files) COMPLETE
67912026-02-24T03:46:20.744Z[ recovery-image] Feb 24 03:46:18.777 INFO O| Feb 24 03:46:18.777 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-02-24T03:46:20.758Z[ recovery-image] Feb 24 03:46:18.791 INFO O| Feb 24 03:46:18.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67932026-02-24T03:46:20.758Z[ recovery-image] Feb 24 03:46:18.791 INFO O| Feb 24 03:46:18.791 INFO STEP 654 (remove_files) COMPLETE
67942026-02-24T03:46:20.758Z[ recovery-image] Feb 24 03:46:18.791 INFO O| Feb 24 03:46:18.791 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-02-24T03:46:20.772Z[ recovery-image] Feb 24 03:46:18.805 INFO O| Feb 24 03:46:18.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67962026-02-24T03:46:20.772Z[ recovery-image] Feb 24 03:46:18.805 INFO O| Feb 24 03:46:18.805 INFO STEP 655 (remove_files) COMPLETE
67972026-02-24T03:46:20.772Z[ recovery-image] Feb 24 03:46:18.805 INFO O| Feb 24 03:46:18.805 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-02-24T03:46:20.786Z[ recovery-image] Feb 24 03:46:18.818 INFO O| Feb 24 03:46:18.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67992026-02-24T03:46:20.786Z[ recovery-image] Feb 24 03:46:18.819 INFO O| Feb 24 03:46:18.818 INFO STEP 656 (remove_files) COMPLETE
68002026-02-24T03:46:20.786Z[ recovery-image] Feb 24 03:46:18.819 INFO O| Feb 24 03:46:18.818 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-02-24T03:46:20.799Z[ recovery-image] Feb 24 03:46:18.832 INFO O| Feb 24 03:46:18.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68022026-02-24T03:46:20.800Z[ recovery-image] Feb 24 03:46:18.832 INFO O| Feb 24 03:46:18.832 INFO STEP 657 (remove_files) COMPLETE
68032026-02-24T03:46:20.800Z[ recovery-image] Feb 24 03:46:18.832 INFO O| Feb 24 03:46:18.832 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-02-24T03:46:20.812Z[ recovery-image] Feb 24 03:46:18.845 INFO O| Feb 24 03:46:18.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68052026-02-24T03:46:20.812Z[ recovery-image] Feb 24 03:46:18.845 INFO O| Feb 24 03:46:18.845 INFO STEP 658 (remove_files) COMPLETE
68062026-02-24T03:46:20.813Z[ recovery-image] Feb 24 03:46:18.845 INFO O| Feb 24 03:46:18.845 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-02-24T03:46:20.826Z[ recovery-image] Feb 24 03:46:18.858 INFO O| Feb 24 03:46:18.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68082026-02-24T03:46:20.826Z[ recovery-image] Feb 24 03:46:18.858 INFO O| Feb 24 03:46:18.858 INFO STEP 659 (remove_files) COMPLETE
68092026-02-24T03:46:20.826Z[ recovery-image] Feb 24 03:46:18.858 INFO O| Feb 24 03:46:18.858 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-02-24T03:46:20.839Z[ recovery-image] Feb 24 03:46:18.871 INFO O| Feb 24 03:46:18.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68112026-02-24T03:46:20.839Z[ recovery-image] Feb 24 03:46:18.872 INFO O| Feb 24 03:46:18.871 INFO STEP 660 (remove_files) COMPLETE
68122026-02-24T03:46:20.839Z[ recovery-image] Feb 24 03:46:18.872 INFO O| Feb 24 03:46:18.871 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-02-24T03:46:20.852Z[ recovery-image] Feb 24 03:46:18.884 INFO O| Feb 24 03:46:18.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68142026-02-24T03:46:20.852Z[ recovery-image] Feb 24 03:46:18.885 INFO O| Feb 24 03:46:18.884 INFO STEP 661 (remove_files) COMPLETE
68152026-02-24T03:46:20.852Z[ recovery-image] Feb 24 03:46:18.885 INFO O| Feb 24 03:46:18.885 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162026-02-24T03:46:20.865Z[ recovery-image] Feb 24 03:46:18.898 INFO O| Feb 24 03:46:18.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68172026-02-24T03:46:20.865Z[ recovery-image] Feb 24 03:46:18.898 INFO O| Feb 24 03:46:18.898 INFO STEP 662 (remove_files) COMPLETE
68182026-02-24T03:46:20.868Z[ recovery-image] Feb 24 03:46:18.898 INFO O| Feb 24 03:46:18.898 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192026-02-24T03:46:20.878Z[ recovery-image] Feb 24 03:46:18.911 INFO O| Feb 24 03:46:18.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68202026-02-24T03:46:20.879Z[ recovery-image] Feb 24 03:46:18.911 INFO O| Feb 24 03:46:18.911 INFO STEP 663 (remove_files) COMPLETE
68212026-02-24T03:46:20.881Z[ recovery-image] Feb 24 03:46:18.911 INFO O| Feb 24 03:46:18.911 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222026-02-24T03:46:20.925Z[ recovery-image] Feb 24 03:46:18.925 INFO O| Feb 24 03:46:18.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68232026-02-24T03:46:20.925Z[ recovery-image] Feb 24 03:46:18.925 INFO O| Feb 24 03:46:18.925 INFO STEP 664 (remove_files) COMPLETE
68242026-02-24T03:46:20.930Z[ recovery-image] Feb 24 03:46:18.925 INFO O| Feb 24 03:46:18.925 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252026-02-24T03:46:20.930Z[ recovery-image] Feb 24 03:46:18.939 INFO O| Feb 24 03:46:18.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68262026-02-24T03:46:20.930Z[ recovery-image] Feb 24 03:46:18.939 INFO O| Feb 24 03:46:18.939 INFO STEP 665 (remove_files) COMPLETE
68272026-02-24T03:46:20.930Z[ recovery-image] Feb 24 03:46:18.939 INFO O| Feb 24 03:46:18.939 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282026-02-24T03:46:20.930Z[ recovery-image] Feb 24 03:46:18.953 INFO O| Feb 24 03:46:18.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68292026-02-24T03:46:20.930Z[ recovery-image] Feb 24 03:46:18.953 INFO O| Feb 24 03:46:18.953 INFO STEP 666 (remove_files) COMPLETE
68302026-02-24T03:46:20.930Z[ recovery-image] Feb 24 03:46:18.953 INFO O| Feb 24 03:46:18.953 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312026-02-24T03:46:20.935Z[ recovery-image] Feb 24 03:46:18.968 INFO O| Feb 24 03:46:18.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68322026-02-24T03:46:20.935Z[ recovery-image] Feb 24 03:46:18.968 INFO O| Feb 24 03:46:18.968 INFO STEP 667 (remove_files) COMPLETE
68332026-02-24T03:46:20.938Z[ recovery-image] Feb 24 03:46:18.968 INFO O| Feb 24 03:46:18.968 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342026-02-24T03:46:20.950Z[ recovery-image] Feb 24 03:46:18.982 INFO O| Feb 24 03:46:18.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68352026-02-24T03:46:20.950Z[ recovery-image] Feb 24 03:46:18.982 INFO O| Feb 24 03:46:18.982 INFO STEP 668 (remove_files) COMPLETE
68362026-02-24T03:46:20.950Z[ recovery-image] Feb 24 03:46:18.982 INFO O| Feb 24 03:46:18.982 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372026-02-24T03:46:20.964Z[ recovery-image] Feb 24 03:46:18.997 INFO O| Feb 24 03:46:18.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68382026-02-24T03:46:20.964Z[ recovery-image] Feb 24 03:46:18.997 INFO O| Feb 24 03:46:18.997 INFO STEP 669 (remove_files) COMPLETE
68392026-02-24T03:46:20.964Z[ recovery-image] Feb 24 03:46:18.997 INFO O| Feb 24 03:46:18.997 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402026-02-24T03:46:20.980Z[ recovery-image] Feb 24 03:46:19.013 INFO O| Feb 24 03:46:19.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68412026-02-24T03:46:20.980Z[ recovery-image] Feb 24 03:46:19.013 INFO O| Feb 24 03:46:19.013 INFO STEP 670 (remove_files) COMPLETE
68422026-02-24T03:46:20.980Z[ recovery-image] Feb 24 03:46:19.013 INFO O| Feb 24 03:46:19.013 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432026-02-24T03:46:20.995Z[ recovery-image] Feb 24 03:46:19.028 INFO O| Feb 24 03:46:19.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68442026-02-24T03:46:20.995Z[ recovery-image] Feb 24 03:46:19.028 INFO O| Feb 24 03:46:19.028 INFO STEP 671 (remove_files) COMPLETE
68452026-02-24T03:46:20.998Z[ recovery-image] Feb 24 03:46:19.028 INFO O| Feb 24 03:46:19.028 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462026-02-24T03:46:21.010Z[ recovery-image] Feb 24 03:46:19.042 INFO O| Feb 24 03:46:19.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68472026-02-24T03:46:21.010Z[ recovery-image] Feb 24 03:46:19.042 INFO O| Feb 24 03:46:19.042 INFO STEP 672 (remove_files) COMPLETE
68482026-02-24T03:46:21.012Z[ recovery-image] Feb 24 03:46:19.042 INFO O| Feb 24 03:46:19.042 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492026-02-24T03:46:21.024Z[ recovery-image] Feb 24 03:46:19.057 INFO O| Feb 24 03:46:19.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68502026-02-24T03:46:21.024Z[ recovery-image] Feb 24 03:46:19.057 INFO O| Feb 24 03:46:19.057 INFO STEP 673 (remove_files) COMPLETE
68512026-02-24T03:46:21.028Z[ recovery-image] Feb 24 03:46:19.057 INFO O| Feb 24 03:46:19.057 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522026-02-24T03:46:21.039Z[ recovery-image] Feb 24 03:46:19.071 INFO O| Feb 24 03:46:19.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68532026-02-24T03:46:21.039Z[ recovery-image] Feb 24 03:46:19.072 INFO O| Feb 24 03:46:19.072 INFO STEP 674 (remove_files) COMPLETE
68542026-02-24T03:46:21.039Z[ recovery-image] Feb 24 03:46:19.072 INFO O| Feb 24 03:46:19.072 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552026-02-24T03:46:21.055Z[ recovery-image] Feb 24 03:46:19.087 INFO O| Feb 24 03:46:19.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68562026-02-24T03:46:21.055Z[ recovery-image] Feb 24 03:46:19.087 INFO O| Feb 24 03:46:19.087 INFO STEP 675 (remove_files) COMPLETE
68572026-02-24T03:46:21.058Z[ recovery-image] Feb 24 03:46:19.087 INFO O| Feb 24 03:46:19.087 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582026-02-24T03:46:21.069Z[ recovery-image] Feb 24 03:46:19.102 INFO O| Feb 24 03:46:19.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68592026-02-24T03:46:21.069Z[ recovery-image] Feb 24 03:46:19.102 INFO O| Feb 24 03:46:19.102 INFO STEP 676 (remove_files) COMPLETE
68602026-02-24T03:46:21.069Z[ recovery-image] Feb 24 03:46:19.102 INFO O| Feb 24 03:46:19.102 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612026-02-24T03:46:21.084Z[ recovery-image] Feb 24 03:46:19.117 INFO O| Feb 24 03:46:19.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68622026-02-24T03:46:21.084Z[ recovery-image] Feb 24 03:46:19.117 INFO O| Feb 24 03:46:19.117 INFO STEP 677 (remove_files) COMPLETE
68632026-02-24T03:46:21.087Z[ recovery-image] Feb 24 03:46:19.117 INFO O| Feb 24 03:46:19.117 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642026-02-24T03:46:21.113Z[ recovery-image] Feb 24 03:46:19.146 INFO O| Feb 24 03:46:19.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68652026-02-24T03:46:21.116Z[ recovery-image] Feb 24 03:46:19.146 INFO O| Feb 24 03:46:19.146 INFO STEP 678 (remove_files) COMPLETE
68662026-02-24T03:46:21.116Z[ recovery-image] Feb 24 03:46:19.146 INFO O| Feb 24 03:46:19.146 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672026-02-24T03:46:21.126Z[ recovery-image] Feb 24 03:46:19.159 INFO O| Feb 24 03:46:19.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68682026-02-24T03:46:21.126Z[ recovery-image] Feb 24 03:46:19.159 INFO O| Feb 24 03:46:19.159 INFO STEP 679 (remove_files) COMPLETE
68692026-02-24T03:46:21.126Z[ recovery-image] Feb 24 03:46:19.159 INFO O| Feb 24 03:46:19.159 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702026-02-24T03:46:21.139Z[ recovery-image] Feb 24 03:46:19.172 INFO O| Feb 24 03:46:19.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68712026-02-24T03:46:21.139Z[ recovery-image] Feb 24 03:46:19.172 INFO O| Feb 24 03:46:19.172 INFO STEP 680 (remove_files) COMPLETE
68722026-02-24T03:46:21.139Z[ recovery-image] Feb 24 03:46:19.172 INFO O| Feb 24 03:46:19.172 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732026-02-24T03:46:21.153Z[ recovery-image] Feb 24 03:46:19.184 INFO O| Feb 24 03:46:19.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68742026-02-24T03:46:21.153Z[ recovery-image] Feb 24 03:46:19.184 INFO O| Feb 24 03:46:19.184 INFO STEP 681 (remove_files) COMPLETE
68752026-02-24T03:46:21.156Z[ recovery-image] Feb 24 03:46:19.184 INFO O| Feb 24 03:46:19.184 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762026-02-24T03:46:21.165Z[ recovery-image] Feb 24 03:46:19.197 INFO O| Feb 24 03:46:19.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68772026-02-24T03:46:21.165Z[ recovery-image] Feb 24 03:46:19.198 INFO O| Feb 24 03:46:19.198 INFO STEP 682 (remove_files) COMPLETE
68782026-02-24T03:46:21.168Z[ recovery-image] Feb 24 03:46:19.198 INFO O| Feb 24 03:46:19.198 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792026-02-24T03:46:21.178Z[ recovery-image] Feb 24 03:46:19.210 INFO O| Feb 24 03:46:19.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68802026-02-24T03:46:21.182Z[ recovery-image] Feb 24 03:46:19.210 INFO O| Feb 24 03:46:19.210 INFO STEP 683 (remove_files) COMPLETE
68812026-02-24T03:46:21.182Z[ recovery-image] Feb 24 03:46:19.210 INFO O| Feb 24 03:46:19.210 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822026-02-24T03:46:21.191Z[ recovery-image] Feb 24 03:46:19.223 INFO O| Feb 24 03:46:19.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68832026-02-24T03:46:21.191Z[ recovery-image] Feb 24 03:46:19.224 INFO O| Feb 24 03:46:19.224 INFO STEP 684 (remove_files) COMPLETE
68842026-02-24T03:46:21.195Z[ recovery-image] Feb 24 03:46:19.224 INFO O| Feb 24 03:46:19.224 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852026-02-24T03:46:21.202Z[ recovery-image] Feb 24 03:46:19.235 INFO O| Feb 24 03:46:19.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68862026-02-24T03:46:21.205Z[ recovery-image] Feb 24 03:46:19.235 INFO O| Feb 24 03:46:19.235 INFO STEP 685 (remove_files) COMPLETE
68872026-02-24T03:46:21.205Z[ recovery-image] Feb 24 03:46:19.235 INFO O| Feb 24 03:46:19.235 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882026-02-24T03:46:21.214Z[ recovery-image] Feb 24 03:46:19.246 INFO O| Feb 24 03:46:19.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68892026-02-24T03:46:21.216Z[ recovery-image] Feb 24 03:46:19.246 INFO O| Feb 24 03:46:19.246 INFO STEP 686 (remove_files) COMPLETE
68902026-02-24T03:46:21.216Z[ recovery-image] Feb 24 03:46:19.246 INFO O| Feb 24 03:46:19.246 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912026-02-24T03:46:21.227Z[ recovery-image] Feb 24 03:46:19.259 INFO O| Feb 24 03:46:19.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68922026-02-24T03:46:21.227Z[ recovery-image] Feb 24 03:46:19.260 INFO O| Feb 24 03:46:19.259 INFO STEP 687 (remove_files) COMPLETE
68932026-02-24T03:46:21.230Z[ recovery-image] Feb 24 03:46:19.260 INFO O| Feb 24 03:46:19.260 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942026-02-24T03:46:21.239Z[ recovery-image] Feb 24 03:46:19.272 INFO O| Feb 24 03:46:19.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68952026-02-24T03:46:21.242Z[ recovery-image] Feb 24 03:46:19.272 INFO O| Feb 24 03:46:19.272 INFO STEP 688 (remove_files) COMPLETE
68962026-02-24T03:46:21.242Z[ recovery-image] Feb 24 03:46:19.272 INFO O| Feb 24 03:46:19.272 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972026-02-24T03:46:21.253Z[ recovery-image] Feb 24 03:46:19.285 INFO O| Feb 24 03:46:19.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68982026-02-24T03:46:21.253Z[ recovery-image] Feb 24 03:46:19.285 INFO O| Feb 24 03:46:19.285 INFO STEP 689 (remove_files) COMPLETE
68992026-02-24T03:46:21.255Z[ recovery-image] Feb 24 03:46:19.285 INFO O| Feb 24 03:46:19.285 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002026-02-24T03:46:21.266Z[ recovery-image] Feb 24 03:46:19.298 INFO O| Feb 24 03:46:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69012026-02-24T03:46:21.266Z[ recovery-image] Feb 24 03:46:19.298 INFO O| Feb 24 03:46:19.298 INFO STEP 690 (remove_files) COMPLETE
69022026-02-24T03:46:21.269Z[ recovery-image] Feb 24 03:46:19.298 INFO O| Feb 24 03:46:19.298 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032026-02-24T03:46:21.279Z[ recovery-image] Feb 24 03:46:19.311 INFO O| Feb 24 03:46:19.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69042026-02-24T03:46:21.281Z[ recovery-image] Feb 24 03:46:19.312 INFO O| Feb 24 03:46:19.312 INFO STEP 691 (remove_files) COMPLETE
69052026-02-24T03:46:21.281Z[ recovery-image] Feb 24 03:46:19.312 INFO O| Feb 24 03:46:19.312 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062026-02-24T03:46:21.292Z[ recovery-image] Feb 24 03:46:19.324 INFO O| Feb 24 03:46:19.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69072026-02-24T03:46:21.292Z[ recovery-image] Feb 24 03:46:19.324 INFO O| Feb 24 03:46:19.324 INFO STEP 692 (remove_files) COMPLETE
69082026-02-24T03:46:21.295Z[ recovery-image] Feb 24 03:46:19.324 INFO O| Feb 24 03:46:19.324 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092026-02-24T03:46:21.305Z[ recovery-image] Feb 24 03:46:19.338 INFO O| Feb 24 03:46:19.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69102026-02-24T03:46:21.305Z[ recovery-image] Feb 24 03:46:19.338 INFO O| Feb 24 03:46:19.338 INFO STEP 693 (remove_files) COMPLETE
69112026-02-24T03:46:21.305Z[ recovery-image] Feb 24 03:46:19.338 INFO O| Feb 24 03:46:19.338 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122026-02-24T03:46:21.318Z[ recovery-image] Feb 24 03:46:19.351 INFO O| Feb 24 03:46:19.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69132026-02-24T03:46:21.318Z[ recovery-image] Feb 24 03:46:19.351 INFO O| Feb 24 03:46:19.351 INFO STEP 694 (remove_files) COMPLETE
69142026-02-24T03:46:21.318Z[ recovery-image] Feb 24 03:46:19.351 INFO O| Feb 24 03:46:19.351 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152026-02-24T03:46:21.332Z[ recovery-image] Feb 24 03:46:19.365 INFO O| Feb 24 03:46:19.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69162026-02-24T03:46:21.335Z[ recovery-image] Feb 24 03:46:19.365 INFO O| Feb 24 03:46:19.365 INFO STEP 695 (remove_files) COMPLETE
69172026-02-24T03:46:21.335Z[ recovery-image] Feb 24 03:46:19.365 INFO O| Feb 24 03:46:19.365 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182026-02-24T03:46:21.345Z[ recovery-image] Feb 24 03:46:19.378 INFO O| Feb 24 03:46:19.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69192026-02-24T03:46:21.345Z[ recovery-image] Feb 24 03:46:19.378 INFO O| Feb 24 03:46:19.378 INFO STEP 696 (remove_files) COMPLETE
69202026-02-24T03:46:21.345Z[ recovery-image] Feb 24 03:46:19.378 INFO O| Feb 24 03:46:19.378 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212026-02-24T03:46:21.358Z[ recovery-image] Feb 24 03:46:19.391 INFO O| Feb 24 03:46:19.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69222026-02-24T03:46:21.361Z[ recovery-image] Feb 24 03:46:19.392 INFO O| Feb 24 03:46:19.392 INFO STEP 697 (remove_files) COMPLETE
69232026-02-24T03:46:21.361Z[ recovery-image] Feb 24 03:46:19.392 INFO O| Feb 24 03:46:19.392 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242026-02-24T03:46:21.372Z[ recovery-image] Feb 24 03:46:19.405 INFO O| Feb 24 03:46:19.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69252026-02-24T03:46:21.372Z[ recovery-image] Feb 24 03:46:19.405 INFO O| Feb 24 03:46:19.405 INFO STEP 698 (remove_files) COMPLETE
69262026-02-24T03:46:21.372Z[ recovery-image] Feb 24 03:46:19.405 INFO O| Feb 24 03:46:19.405 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272026-02-24T03:46:21.385Z[ recovery-image] Feb 24 03:46:19.417 INFO O| Feb 24 03:46:19.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69282026-02-24T03:46:21.386Z[ recovery-image] Feb 24 03:46:19.417 INFO O| Feb 24 03:46:19.417 INFO STEP 699 (remove_files) COMPLETE
69292026-02-24T03:46:21.388Z[ recovery-image] Feb 24 03:46:19.417 INFO O| Feb 24 03:46:19.417 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302026-02-24T03:46:21.397Z[ recovery-image] Feb 24 03:46:19.430 INFO O| Feb 24 03:46:19.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69312026-02-24T03:46:21.397Z[ recovery-image] Feb 24 03:46:19.430 INFO O| Feb 24 03:46:19.430 INFO STEP 700 (remove_files) COMPLETE
69322026-02-24T03:46:21.397Z[ recovery-image] Feb 24 03:46:19.430 INFO O| Feb 24 03:46:19.430 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332026-02-24T03:46:21.409Z[ recovery-image] Feb 24 03:46:19.441 INFO O| Feb 24 03:46:19.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69342026-02-24T03:46:21.412Z[ recovery-image] Feb 24 03:46:19.442 INFO O| Feb 24 03:46:19.441 INFO STEP 701 (remove_files) COMPLETE
69352026-02-24T03:46:21.412Z[ recovery-image] Feb 24 03:46:19.442 INFO O| Feb 24 03:46:19.441 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362026-02-24T03:46:21.423Z[ recovery-image] Feb 24 03:46:19.455 INFO O| Feb 24 03:46:19.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69372026-02-24T03:46:21.423Z[ recovery-image] Feb 24 03:46:19.455 INFO O| Feb 24 03:46:19.455 INFO STEP 702 (remove_files) COMPLETE
69382026-02-24T03:46:21.423Z[ recovery-image] Feb 24 03:46:19.455 INFO O| Feb 24 03:46:19.455 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392026-02-24T03:46:21.436Z[ recovery-image] Feb 24 03:46:19.469 INFO O| Feb 24 03:46:19.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69402026-02-24T03:46:21.436Z[ recovery-image] Feb 24 03:46:19.469 INFO O| Feb 24 03:46:19.469 INFO STEP 703 (remove_files) COMPLETE
69412026-02-24T03:46:21.439Z[ recovery-image] Feb 24 03:46:19.469 INFO O| Feb 24 03:46:19.469 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422026-02-24T03:46:21.450Z[ recovery-image] Feb 24 03:46:19.483 INFO O| Feb 24 03:46:19.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69432026-02-24T03:46:21.450Z[ recovery-image] Feb 24 03:46:19.483 INFO O| Feb 24 03:46:19.483 INFO STEP 704 (remove_files) COMPLETE
69442026-02-24T03:46:21.453Z[ recovery-image] Feb 24 03:46:19.483 INFO O| Feb 24 03:46:19.483 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452026-02-24T03:46:21.463Z[ recovery-image] Feb 24 03:46:19.496 INFO O| Feb 24 03:46:19.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69462026-02-24T03:46:21.463Z[ recovery-image] Feb 24 03:46:19.496 INFO O| Feb 24 03:46:19.496 INFO STEP 705 (remove_files) COMPLETE
69472026-02-24T03:46:21.466Z[ recovery-image] Feb 24 03:46:19.496 INFO O| Feb 24 03:46:19.496 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482026-02-24T03:46:21.475Z[ recovery-image] Feb 24 03:46:19.508 INFO O| Feb 24 03:46:19.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69492026-02-24T03:46:21.475Z[ recovery-image] Feb 24 03:46:19.508 INFO O| Feb 24 03:46:19.508 INFO STEP 706 (remove_files) COMPLETE
69502026-02-24T03:46:21.475Z[ recovery-image] Feb 24 03:46:19.508 INFO O| Feb 24 03:46:19.508 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512026-02-24T03:46:21.488Z[ recovery-image] Feb 24 03:46:19.520 INFO O| Feb 24 03:46:19.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69522026-02-24T03:46:21.488Z[ recovery-image] Feb 24 03:46:19.520 INFO O| Feb 24 03:46:19.520 INFO STEP 707 (remove_files) COMPLETE
69532026-02-24T03:46:21.488Z[ recovery-image] Feb 24 03:46:19.520 INFO O| Feb 24 03:46:19.520 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542026-02-24T03:46:21.501Z[ recovery-image] Feb 24 03:46:19.533 INFO O| Feb 24 03:46:19.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69552026-02-24T03:46:21.501Z[ recovery-image] Feb 24 03:46:19.533 INFO O| Feb 24 03:46:19.533 INFO STEP 708 (remove_files) COMPLETE
69562026-02-24T03:46:21.501Z[ recovery-image] Feb 24 03:46:19.534 INFO O| Feb 24 03:46:19.533 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572026-02-24T03:46:21.513Z[ recovery-image] Feb 24 03:46:19.545 INFO O| Feb 24 03:46:19.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69582026-02-24T03:46:21.513Z[ recovery-image] Feb 24 03:46:19.545 INFO O| Feb 24 03:46:19.545 INFO STEP 709 (remove_files) COMPLETE
69592026-02-24T03:46:21.516Z[ recovery-image] Feb 24 03:46:19.546 INFO O| Feb 24 03:46:19.545 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602026-02-24T03:46:21.524Z[ recovery-image] Feb 24 03:46:19.557 INFO O| Feb 24 03:46:19.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69612026-02-24T03:46:21.524Z[ recovery-image] Feb 24 03:46:19.557 INFO O| Feb 24 03:46:19.557 INFO STEP 710 (remove_files) COMPLETE
69622026-02-24T03:46:21.527Z[ recovery-image] Feb 24 03:46:19.557 INFO O| Feb 24 03:46:19.557 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632026-02-24T03:46:21.536Z[ recovery-image] Feb 24 03:46:19.568 INFO O| Feb 24 03:46:19.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69642026-02-24T03:46:21.538Z[ recovery-image] Feb 24 03:46:19.568 INFO O| Feb 24 03:46:19.568 INFO STEP 711 (remove_files) COMPLETE
69652026-02-24T03:46:21.538Z[ recovery-image] Feb 24 03:46:19.568 INFO O| Feb 24 03:46:19.568 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662026-02-24T03:46:21.547Z[ recovery-image] Feb 24 03:46:19.580 INFO O| Feb 24 03:46:19.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69672026-02-24T03:46:21.547Z[ recovery-image] Feb 24 03:46:19.580 INFO O| Feb 24 03:46:19.580 INFO STEP 712 (remove_files) COMPLETE
69682026-02-24T03:46:21.547Z[ recovery-image] Feb 24 03:46:19.580 INFO O| Feb 24 03:46:19.580 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692026-02-24T03:46:21.558Z[ recovery-image] Feb 24 03:46:19.591 INFO O| Feb 24 03:46:19.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69702026-02-24T03:46:21.558Z[ recovery-image] Feb 24 03:46:19.591 INFO O| Feb 24 03:46:19.591 INFO STEP 713 (remove_files) COMPLETE
69712026-02-24T03:46:21.561Z[ recovery-image] Feb 24 03:46:19.591 INFO O| Feb 24 03:46:19.591 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722026-02-24T03:46:21.569Z[ recovery-image] Feb 24 03:46:19.602 INFO O| Feb 24 03:46:19.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69732026-02-24T03:46:21.569Z[ recovery-image] Feb 24 03:46:19.602 INFO O| Feb 24 03:46:19.602 INFO STEP 714 (remove_files) COMPLETE
69742026-02-24T03:46:21.572Z[ recovery-image] Feb 24 03:46:19.602 INFO O| Feb 24 03:46:19.602 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752026-02-24T03:46:21.581Z[ recovery-image] Feb 24 03:46:19.613 INFO O| Feb 24 03:46:19.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69762026-02-24T03:46:21.584Z[ recovery-image] Feb 24 03:46:19.615 INFO O| Feb 24 03:46:19.615 INFO STEP 715 (remove_files) COMPLETE
69772026-02-24T03:46:21.584Z[ recovery-image] Feb 24 03:46:19.615 INFO O| Feb 24 03:46:19.615 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782026-02-24T03:46:21.594Z[ recovery-image] Feb 24 03:46:19.626 INFO O| Feb 24 03:46:19.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69792026-02-24T03:46:21.594Z[ recovery-image] Feb 24 03:46:19.627 INFO O| Feb 24 03:46:19.627 INFO STEP 716 (remove_files) COMPLETE
69802026-02-24T03:46:21.597Z[ recovery-image] Feb 24 03:46:19.627 INFO O| Feb 24 03:46:19.627 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812026-02-24T03:46:21.606Z[ recovery-image] Feb 24 03:46:19.638 INFO O| Feb 24 03:46:19.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69822026-02-24T03:46:21.606Z[ recovery-image] Feb 24 03:46:19.638 INFO O| Feb 24 03:46:19.638 INFO STEP 717 (remove_files) COMPLETE
69832026-02-24T03:46:21.606Z[ recovery-image] Feb 24 03:46:19.638 INFO O| Feb 24 03:46:19.638 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842026-02-24T03:46:21.619Z[ recovery-image] Feb 24 03:46:19.651 INFO O| Feb 24 03:46:19.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69852026-02-24T03:46:21.619Z[ recovery-image] Feb 24 03:46:19.651 INFO O| Feb 24 03:46:19.651 INFO STEP 718 (remove_files) COMPLETE
69862026-02-24T03:46:21.619Z[ recovery-image] Feb 24 03:46:19.651 INFO O| Feb 24 03:46:19.651 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872026-02-24T03:46:21.631Z[ recovery-image] Feb 24 03:46:19.664 INFO O| Feb 24 03:46:19.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69882026-02-24T03:46:21.634Z[ recovery-image] Feb 24 03:46:19.665 INFO O| Feb 24 03:46:19.665 INFO STEP 719 (remove_files) COMPLETE
69892026-02-24T03:46:21.634Z[ recovery-image] Feb 24 03:46:19.665 INFO O| Feb 24 03:46:19.665 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902026-02-24T03:46:21.645Z[ recovery-image] Feb 24 03:46:19.677 INFO O| Feb 24 03:46:19.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69912026-02-24T03:46:21.648Z[ recovery-image] Feb 24 03:46:19.677 INFO O| Feb 24 03:46:19.677 INFO STEP 720 (remove_files) COMPLETE
69922026-02-24T03:46:21.648Z[ recovery-image] Feb 24 03:46:19.677 INFO O| Feb 24 03:46:19.677 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932026-02-24T03:46:21.656Z[ recovery-image] Feb 24 03:46:19.689 INFO O| Feb 24 03:46:19.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69942026-02-24T03:46:21.656Z[ recovery-image] Feb 24 03:46:19.689 INFO O| Feb 24 03:46:19.689 INFO STEP 721 (remove_files) COMPLETE
69952026-02-24T03:46:21.659Z[ recovery-image] Feb 24 03:46:19.689 INFO O| Feb 24 03:46:19.689 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962026-02-24T03:46:21.669Z[ recovery-image] Feb 24 03:46:19.700 INFO O| Feb 24 03:46:19.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69972026-02-24T03:46:21.669Z[ recovery-image] Feb 24 03:46:19.701 INFO O| Feb 24 03:46:19.701 INFO STEP 722 (remove_files) COMPLETE
69982026-02-24T03:46:21.669Z[ recovery-image] Feb 24 03:46:19.701 INFO O| Feb 24 03:46:19.701 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992026-02-24T03:46:21.680Z[ recovery-image] Feb 24 03:46:19.712 INFO O| Feb 24 03:46:19.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70002026-02-24T03:46:21.680Z[ recovery-image] Feb 24 03:46:19.712 INFO O| Feb 24 03:46:19.712 INFO STEP 723 (remove_files) COMPLETE
70012026-02-24T03:46:21.680Z[ recovery-image] Feb 24 03:46:19.712 INFO O| Feb 24 03:46:19.712 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022026-02-24T03:46:21.691Z[ recovery-image] Feb 24 03:46:19.724 INFO O| Feb 24 03:46:19.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70032026-02-24T03:46:21.691Z[ recovery-image] Feb 24 03:46:19.724 INFO O| Feb 24 03:46:19.724 INFO STEP 724 (remove_files) COMPLETE
70042026-02-24T03:46:21.694Z[ recovery-image] Feb 24 03:46:19.724 INFO O| Feb 24 03:46:19.724 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052026-02-24T03:46:21.703Z[ recovery-image] Feb 24 03:46:19.736 INFO O| Feb 24 03:46:19.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70062026-02-24T03:46:21.703Z[ recovery-image] Feb 24 03:46:19.736 INFO O| Feb 24 03:46:19.736 INFO STEP 725 (remove_files) COMPLETE
70072026-02-24T03:46:21.703Z[ recovery-image] Feb 24 03:46:19.736 INFO O| Feb 24 03:46:19.736 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082026-02-24T03:46:21.717Z[ recovery-image] Feb 24 03:46:19.749 INFO O| Feb 24 03:46:19.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70092026-02-24T03:46:21.720Z[ recovery-image] Feb 24 03:46:19.749 INFO O| Feb 24 03:46:19.749 INFO STEP 726 (remove_files) COMPLETE
70102026-02-24T03:46:21.720Z[ recovery-image] Feb 24 03:46:19.749 INFO O| Feb 24 03:46:19.749 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112026-02-24T03:46:21.729Z[ recovery-image] Feb 24 03:46:19.761 INFO O| Feb 24 03:46:19.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70122026-02-24T03:46:21.729Z[ recovery-image] Feb 24 03:46:19.761 INFO O| Feb 24 03:46:19.761 INFO STEP 727 (remove_files) COMPLETE
70132026-02-24T03:46:21.731Z[ recovery-image] Feb 24 03:46:19.761 INFO O| Feb 24 03:46:19.761 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142026-02-24T03:46:21.741Z[ recovery-image] Feb 24 03:46:19.773 INFO O| Feb 24 03:46:19.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70152026-02-24T03:46:21.741Z[ recovery-image] Feb 24 03:46:19.773 INFO O| Feb 24 03:46:19.773 INFO STEP 728 (remove_files) COMPLETE
70162026-02-24T03:46:21.743Z[ recovery-image] Feb 24 03:46:19.773 INFO O| Feb 24 03:46:19.773 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172026-02-24T03:46:21.752Z[ recovery-image] Feb 24 03:46:19.785 INFO O| Feb 24 03:46:19.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70182026-02-24T03:46:21.752Z[ recovery-image] Feb 24 03:46:19.785 INFO O| Feb 24 03:46:19.785 INFO STEP 729 (remove_files) COMPLETE
70192026-02-24T03:46:21.752Z[ recovery-image] Feb 24 03:46:19.785 INFO O| Feb 24 03:46:19.785 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202026-02-24T03:46:21.764Z[ recovery-image] Feb 24 03:46:19.796 INFO O| Feb 24 03:46:19.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70212026-02-24T03:46:21.764Z[ recovery-image] Feb 24 03:46:19.796 INFO O| Feb 24 03:46:19.796 INFO STEP 730 (remove_files) COMPLETE
70222026-02-24T03:46:21.764Z[ recovery-image] Feb 24 03:46:19.796 INFO O| Feb 24 03:46:19.796 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232026-02-24T03:46:21.775Z[ recovery-image] Feb 24 03:46:19.807 INFO O| Feb 24 03:46:19.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70242026-02-24T03:46:21.775Z[ recovery-image] Feb 24 03:46:19.807 INFO O| Feb 24 03:46:19.807 INFO STEP 731 (remove_files) COMPLETE
70252026-02-24T03:46:21.777Z[ recovery-image] Feb 24 03:46:19.807 INFO O| Feb 24 03:46:19.807 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262026-02-24T03:46:21.785Z[ recovery-image] Feb 24 03:46:19.818 INFO O| Feb 24 03:46:19.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70272026-02-24T03:46:21.785Z[ recovery-image] Feb 24 03:46:19.818 INFO O| Feb 24 03:46:19.818 INFO STEP 732 (remove_files) COMPLETE
70282026-02-24T03:46:21.788Z[ recovery-image] Feb 24 03:46:19.818 INFO O| Feb 24 03:46:19.818 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292026-02-24T03:46:21.796Z[ recovery-image] Feb 24 03:46:19.829 INFO O| Feb 24 03:46:19.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70302026-02-24T03:46:21.796Z[ recovery-image] Feb 24 03:46:19.829 INFO O| Feb 24 03:46:19.829 INFO STEP 733 (remove_files) COMPLETE
70312026-02-24T03:46:21.799Z[ recovery-image] Feb 24 03:46:19.829 INFO O| Feb 24 03:46:19.829 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322026-02-24T03:46:21.807Z[ recovery-image] Feb 24 03:46:19.840 INFO O| Feb 24 03:46:19.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70332026-02-24T03:46:21.808Z[ recovery-image] Feb 24 03:46:19.840 INFO O| Feb 24 03:46:19.840 INFO STEP 734 (remove_files) COMPLETE
70342026-02-24T03:46:21.810Z[ recovery-image] Feb 24 03:46:19.840 INFO O| Feb 24 03:46:19.840 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352026-02-24T03:46:21.820Z[ recovery-image] Feb 24 03:46:19.853 INFO O| Feb 24 03:46:19.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70362026-02-24T03:46:21.820Z[ recovery-image] Feb 24 03:46:19.853 INFO O| Feb 24 03:46:19.853 INFO STEP 735 (remove_files) COMPLETE
70372026-02-24T03:46:21.823Z[ recovery-image] Feb 24 03:46:19.853 INFO O| Feb 24 03:46:19.853 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382026-02-24T03:46:21.833Z[ recovery-image] Feb 24 03:46:19.866 INFO O| Feb 24 03:46:19.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70392026-02-24T03:46:21.833Z[ recovery-image] Feb 24 03:46:19.866 INFO O| Feb 24 03:46:19.866 INFO STEP 736 (remove_files) COMPLETE
70402026-02-24T03:46:21.833Z[ recovery-image] Feb 24 03:46:19.866 INFO O| Feb 24 03:46:19.866 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412026-02-24T03:46:21.845Z[ recovery-image] Feb 24 03:46:19.877 INFO O| Feb 24 03:46:19.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70422026-02-24T03:46:21.845Z[ recovery-image] Feb 24 03:46:19.877 INFO O| Feb 24 03:46:19.877 INFO STEP 737 (remove_files) COMPLETE
70432026-02-24T03:46:21.848Z[ recovery-image] Feb 24 03:46:19.877 INFO O| Feb 24 03:46:19.877 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442026-02-24T03:46:21.856Z[ recovery-image] Feb 24 03:46:19.889 INFO O| Feb 24 03:46:19.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70452026-02-24T03:46:21.856Z[ recovery-image] Feb 24 03:46:19.889 INFO O| Feb 24 03:46:19.889 INFO STEP 738 (remove_files) COMPLETE
70462026-02-24T03:46:21.856Z[ recovery-image] Feb 24 03:46:19.889 INFO O| Feb 24 03:46:19.889 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472026-02-24T03:46:21.869Z[ recovery-image] Feb 24 03:46:19.901 INFO O| Feb 24 03:46:19.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70482026-02-24T03:46:21.869Z[ recovery-image] Feb 24 03:46:19.901 INFO O| Feb 24 03:46:19.901 INFO STEP 739 (remove_files) COMPLETE
70492026-02-24T03:46:21.869Z[ recovery-image] Feb 24 03:46:19.901 INFO O| Feb 24 03:46:19.901 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502026-02-24T03:46:21.883Z[ recovery-image] Feb 24 03:46:19.915 INFO O| Feb 24 03:46:19.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70512026-02-24T03:46:21.883Z[ recovery-image] Feb 24 03:46:19.915 INFO O| Feb 24 03:46:19.915 INFO STEP 740 (remove_files) COMPLETE
70522026-02-24T03:46:21.883Z[ recovery-image] Feb 24 03:46:19.915 INFO O| Feb 24 03:46:19.915 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532026-02-24T03:46:21.896Z[ recovery-image] Feb 24 03:46:19.929 INFO O| Feb 24 03:46:19.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70542026-02-24T03:46:21.896Z[ recovery-image] Feb 24 03:46:19.929 INFO O| Feb 24 03:46:19.929 INFO STEP 741 (remove_files) COMPLETE
70552026-02-24T03:46:21.900Z[ recovery-image] Feb 24 03:46:19.929 INFO O| Feb 24 03:46:19.929 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562026-02-24T03:46:21.910Z[ recovery-image] Feb 24 03:46:19.943 INFO O| Feb 24 03:46:19.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70572026-02-24T03:46:21.913Z[ recovery-image] Feb 24 03:46:19.943 INFO O| Feb 24 03:46:19.943 INFO STEP 742 (remove_files) COMPLETE
70582026-02-24T03:46:21.913Z[ recovery-image] Feb 24 03:46:19.943 INFO O| Feb 24 03:46:19.943 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592026-02-24T03:46:21.924Z[ recovery-image] Feb 24 03:46:19.957 INFO O| Feb 24 03:46:19.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70602026-02-24T03:46:21.924Z[ recovery-image] Feb 24 03:46:19.957 INFO O| Feb 24 03:46:19.957 INFO STEP 743 (remove_files) COMPLETE
70612026-02-24T03:46:21.924Z[ recovery-image] Feb 24 03:46:19.957 INFO O| Feb 24 03:46:19.957 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622026-02-24T03:46:21.938Z[ recovery-image] Feb 24 03:46:19.971 INFO O| Feb 24 03:46:19.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70632026-02-24T03:46:21.938Z[ recovery-image] Feb 24 03:46:19.971 INFO O| Feb 24 03:46:19.971 INFO STEP 744 (remove_files) COMPLETE
70642026-02-24T03:46:21.938Z[ recovery-image] Feb 24 03:46:19.971 INFO O| Feb 24 03:46:19.971 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652026-02-24T03:46:21.953Z[ recovery-image] Feb 24 03:46:19.985 INFO O| Feb 24 03:46:19.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70662026-02-24T03:46:21.953Z[ recovery-image] Feb 24 03:46:19.985 INFO O| Feb 24 03:46:19.985 INFO STEP 745 (remove_files) COMPLETE
70672026-02-24T03:46:21.956Z[ recovery-image] Feb 24 03:46:19.985 INFO O| Feb 24 03:46:19.985 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682026-02-24T03:46:21.967Z[ recovery-image] Feb 24 03:46:19.999 INFO O| Feb 24 03:46:19.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70692026-02-24T03:46:21.967Z[ recovery-image] Feb 24 03:46:19.999 INFO O| Feb 24 03:46:19.999 INFO STEP 746 (remove_files) COMPLETE
70702026-02-24T03:46:21.970Z[ recovery-image] Feb 24 03:46:19.999 INFO O| Feb 24 03:46:19.999 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712026-02-24T03:46:21.983Z[ recovery-image] Feb 24 03:46:20.015 INFO O| Feb 24 03:46:20.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70722026-02-24T03:46:21.983Z[ recovery-image] Feb 24 03:46:20.015 INFO O| Feb 24 03:46:20.015 INFO STEP 747 (remove_files) COMPLETE
70732026-02-24T03:46:21.986Z[ recovery-image] Feb 24 03:46:20.015 INFO O| Feb 24 03:46:20.015 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742026-02-24T03:46:21.997Z[ recovery-image] Feb 24 03:46:20.030 INFO O| Feb 24 03:46:20.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70752026-02-24T03:46:21.997Z[ recovery-image] Feb 24 03:46:20.030 INFO O| Feb 24 03:46:20.030 INFO STEP 748 (remove_files) COMPLETE
70762026-02-24T03:46:21.997Z[ recovery-image] Feb 24 03:46:20.030 INFO O| Feb 24 03:46:20.030 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772026-02-24T03:46:22.011Z[ recovery-image] Feb 24 03:46:20.043 INFO O| Feb 24 03:46:20.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70782026-02-24T03:46:22.011Z[ recovery-image] Feb 24 03:46:20.043 INFO O| Feb 24 03:46:20.043 INFO STEP 749 (remove_files) COMPLETE
70792026-02-24T03:46:22.011Z[ recovery-image] Feb 24 03:46:20.043 INFO O| Feb 24 03:46:20.043 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802026-02-24T03:46:22.025Z[ recovery-image] Feb 24 03:46:20.057 INFO O| Feb 24 03:46:20.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70812026-02-24T03:46:22.025Z[ recovery-image] Feb 24 03:46:20.057 INFO O| Feb 24 03:46:20.057 INFO STEP 750 (remove_files) COMPLETE
70822026-02-24T03:46:22.025Z[ recovery-image] Feb 24 03:46:20.057 INFO O| Feb 24 03:46:20.057 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832026-02-24T03:46:22.039Z[ recovery-image] Feb 24 03:46:20.072 INFO O| Feb 24 03:46:20.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70842026-02-24T03:46:22.039Z[ recovery-image] Feb 24 03:46:20.072 INFO O| Feb 24 03:46:20.072 INFO STEP 751 (remove_files) COMPLETE
70852026-02-24T03:46:22.039Z[ recovery-image] Feb 24 03:46:20.072 INFO O| Feb 24 03:46:20.072 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862026-02-24T03:46:22.054Z[ recovery-image] Feb 24 03:46:20.086 INFO O| Feb 24 03:46:20.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70872026-02-24T03:46:22.054Z[ recovery-image] Feb 24 03:46:20.086 INFO O| Feb 24 03:46:20.086 INFO STEP 752 (remove_files) COMPLETE
70882026-02-24T03:46:22.054Z[ recovery-image] Feb 24 03:46:20.086 INFO O| Feb 24 03:46:20.086 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892026-02-24T03:46:22.068Z[ recovery-image] Feb 24 03:46:20.100 INFO O| Feb 24 03:46:20.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70902026-02-24T03:46:22.068Z[ recovery-image] Feb 24 03:46:20.100 INFO O| Feb 24 03:46:20.100 INFO STEP 753 (remove_files) COMPLETE
70912026-02-24T03:46:22.068Z[ recovery-image] Feb 24 03:46:20.100 INFO O| Feb 24 03:46:20.100 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922026-02-24T03:46:22.082Z[ recovery-image] Feb 24 03:46:20.115 INFO O| Feb 24 03:46:20.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70932026-02-24T03:46:22.082Z[ recovery-image] Feb 24 03:46:20.115 INFO O| Feb 24 03:46:20.115 INFO STEP 754 (remove_files) COMPLETE
70942026-02-24T03:46:22.085Z[ recovery-image] Feb 24 03:46:20.115 INFO O| Feb 24 03:46:20.115 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952026-02-24T03:46:22.115Z[ recovery-image] Feb 24 03:46:20.148 INFO O| Feb 24 03:46:20.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70962026-02-24T03:46:22.115Z[ recovery-image] Feb 24 03:46:20.148 INFO O| Feb 24 03:46:20.148 INFO STEP 755 (remove_files) COMPLETE
70972026-02-24T03:46:22.115Z[ recovery-image] Feb 24 03:46:20.148 INFO O| Feb 24 03:46:20.148 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982026-02-24T03:46:22.128Z[ recovery-image] Feb 24 03:46:20.161 INFO O| Feb 24 03:46:20.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70992026-02-24T03:46:22.128Z[ recovery-image] Feb 24 03:46:20.161 INFO O| Feb 24 03:46:20.161 INFO STEP 756 (remove_files) COMPLETE
71002026-02-24T03:46:22.129Z[ recovery-image] Feb 24 03:46:20.161 INFO O| Feb 24 03:46:20.161 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012026-02-24T03:46:22.141Z[ recovery-image] Feb 24 03:46:20.174 INFO O| Feb 24 03:46:20.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71022026-02-24T03:46:22.141Z[ recovery-image] Feb 24 03:46:20.174 INFO O| Feb 24 03:46:20.174 INFO STEP 757 (remove_files) COMPLETE
71032026-02-24T03:46:22.141Z[ recovery-image] Feb 24 03:46:20.174 INFO O| Feb 24 03:46:20.174 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042026-02-24T03:46:22.154Z[ recovery-image] Feb 24 03:46:20.187 INFO O| Feb 24 03:46:20.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71052026-02-24T03:46:22.154Z[ recovery-image] Feb 24 03:46:20.187 INFO O| Feb 24 03:46:20.187 INFO STEP 758 (remove_files) COMPLETE
71062026-02-24T03:46:22.154Z[ recovery-image] Feb 24 03:46:20.187 INFO O| Feb 24 03:46:20.187 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072026-02-24T03:46:22.167Z[ recovery-image] Feb 24 03:46:20.199 INFO O| Feb 24 03:46:20.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71082026-02-24T03:46:22.167Z[ recovery-image] Feb 24 03:46:20.199 INFO O| Feb 24 03:46:20.199 INFO STEP 759 (remove_files) COMPLETE
71092026-02-24T03:46:22.167Z[ recovery-image] Feb 24 03:46:20.199 INFO O| Feb 24 03:46:20.199 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102026-02-24T03:46:22.180Z[ recovery-image] Feb 24 03:46:20.212 INFO O| Feb 24 03:46:20.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71112026-02-24T03:46:22.181Z[ recovery-image] Feb 24 03:46:20.212 INFO O| Feb 24 03:46:20.212 INFO STEP 760 (remove_files) COMPLETE
71122026-02-24T03:46:22.184Z[ recovery-image] Feb 24 03:46:20.212 INFO O| Feb 24 03:46:20.212 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132026-02-24T03:46:22.192Z[ recovery-image] Feb 24 03:46:20.224 INFO O| Feb 24 03:46:20.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71142026-02-24T03:46:22.192Z[ recovery-image] Feb 24 03:46:20.224 INFO O| Feb 24 03:46:20.224 INFO STEP 761 (remove_files) COMPLETE
71152026-02-24T03:46:22.192Z[ recovery-image] Feb 24 03:46:20.224 INFO O| Feb 24 03:46:20.224 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162026-02-24T03:46:22.203Z[ recovery-image] Feb 24 03:46:20.235 INFO O| Feb 24 03:46:20.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71172026-02-24T03:46:22.203Z[ recovery-image] Feb 24 03:46:20.236 INFO O| Feb 24 03:46:20.235 INFO STEP 762 (remove_files) COMPLETE
71182026-02-24T03:46:22.206Z[ recovery-image] Feb 24 03:46:20.236 INFO O| Feb 24 03:46:20.236 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192026-02-24T03:46:22.216Z[ recovery-image] Feb 24 03:46:20.248 INFO O| Feb 24 03:46:20.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71202026-02-24T03:46:22.219Z[ recovery-image] Feb 24 03:46:20.249 INFO O| Feb 24 03:46:20.249 INFO STEP 763 (remove_files) COMPLETE
71212026-02-24T03:46:22.219Z[ recovery-image] Feb 24 03:46:20.249 INFO O| Feb 24 03:46:20.249 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222026-02-24T03:46:22.229Z[ recovery-image] Feb 24 03:46:20.262 INFO O| Feb 24 03:46:20.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71232026-02-24T03:46:22.229Z[ recovery-image] Feb 24 03:46:20.262 INFO O| Feb 24 03:46:20.262 INFO STEP 764 (remove_files) COMPLETE
71242026-02-24T03:46:22.229Z[ recovery-image] Feb 24 03:46:20.262 INFO O| Feb 24 03:46:20.262 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252026-02-24T03:46:22.241Z[ recovery-image] Feb 24 03:46:20.274 INFO O| Feb 24 03:46:20.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71262026-02-24T03:46:22.241Z[ recovery-image] Feb 24 03:46:20.274 INFO O| Feb 24 03:46:20.274 INFO STEP 765 (remove_files) COMPLETE
71272026-02-24T03:46:22.241Z[ recovery-image] Feb 24 03:46:20.274 INFO O| Feb 24 03:46:20.274 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282026-02-24T03:46:22.253Z[ recovery-image] Feb 24 03:46:20.285 INFO O| Feb 24 03:46:20.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71292026-02-24T03:46:22.253Z[ recovery-image] Feb 24 03:46:20.285 INFO O| Feb 24 03:46:20.285 INFO STEP 766 (remove_files) COMPLETE
71302026-02-24T03:46:22.253Z[ recovery-image] Feb 24 03:46:20.285 INFO O| Feb 24 03:46:20.285 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312026-02-24T03:46:22.265Z[ recovery-image] Feb 24 03:46:20.297 INFO O| Feb 24 03:46:20.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71322026-02-24T03:46:22.265Z[ recovery-image] Feb 24 03:46:20.297 INFO O| Feb 24 03:46:20.297 INFO STEP 767 (remove_files) COMPLETE
71332026-02-24T03:46:22.265Z[ recovery-image] Feb 24 03:46:20.297 INFO O| Feb 24 03:46:20.297 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342026-02-24T03:46:22.278Z[ recovery-image] Feb 24 03:46:20.309 INFO O| Feb 24 03:46:20.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71352026-02-24T03:46:22.278Z[ recovery-image] Feb 24 03:46:20.309 INFO O| Feb 24 03:46:20.309 INFO STEP 768 (remove_files) COMPLETE
71362026-02-24T03:46:22.278Z[ recovery-image] Feb 24 03:46:20.309 INFO O| Feb 24 03:46:20.309 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372026-02-24T03:46:22.289Z[ recovery-image] Feb 24 03:46:20.321 INFO O| Feb 24 03:46:20.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71382026-02-24T03:46:22.289Z[ recovery-image] Feb 24 03:46:20.321 INFO O| Feb 24 03:46:20.321 INFO STEP 769 (remove_files) COMPLETE
71392026-02-24T03:46:22.289Z[ recovery-image] Feb 24 03:46:20.321 INFO O| Feb 24 03:46:20.321 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402026-02-24T03:46:22.300Z[ recovery-image] Feb 24 03:46:20.333 INFO O| Feb 24 03:46:20.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71412026-02-24T03:46:22.300Z[ recovery-image] Feb 24 03:46:20.333 INFO O| Feb 24 03:46:20.333 INFO STEP 770 (remove_files) COMPLETE
71422026-02-24T03:46:22.300Z[ recovery-image] Feb 24 03:46:20.333 INFO O| Feb 24 03:46:20.333 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432026-02-24T03:46:22.312Z[ recovery-image] Feb 24 03:46:20.344 INFO O| Feb 24 03:46:20.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71442026-02-24T03:46:22.312Z[ recovery-image] Feb 24 03:46:20.345 INFO O| Feb 24 03:46:20.344 INFO STEP 771 (remove_files) COMPLETE
71452026-02-24T03:46:22.312Z[ recovery-image] Feb 24 03:46:20.345 INFO O| Feb 24 03:46:20.345 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462026-02-24T03:46:22.324Z[ recovery-image] Feb 24 03:46:20.356 INFO O| Feb 24 03:46:20.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71472026-02-24T03:46:22.324Z[ recovery-image] Feb 24 03:46:20.356 INFO O| Feb 24 03:46:20.356 INFO STEP 772 (remove_files) COMPLETE
71482026-02-24T03:46:22.324Z[ recovery-image] Feb 24 03:46:20.356 INFO O| Feb 24 03:46:20.356 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492026-02-24T03:46:22.336Z[ recovery-image] Feb 24 03:46:20.368 INFO O| Feb 24 03:46:20.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71502026-02-24T03:46:22.336Z[ recovery-image] Feb 24 03:46:20.368 INFO O| Feb 24 03:46:20.368 INFO STEP 773 (remove_files) COMPLETE
71512026-02-24T03:46:22.339Z[ recovery-image] Feb 24 03:46:20.368 INFO O| Feb 24 03:46:20.368 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522026-02-24T03:46:22.348Z[ recovery-image] Feb 24 03:46:20.381 INFO O| Feb 24 03:46:20.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71532026-02-24T03:46:22.351Z[ recovery-image] Feb 24 03:46:20.381 INFO O| Feb 24 03:46:20.381 INFO STEP 774 (remove_files) COMPLETE
71542026-02-24T03:46:22.351Z[ recovery-image] Feb 24 03:46:20.381 INFO O| Feb 24 03:46:20.381 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552026-02-24T03:46:22.361Z[ recovery-image] Feb 24 03:46:20.394 INFO O| Feb 24 03:46:20.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71562026-02-24T03:46:22.361Z[ recovery-image] Feb 24 03:46:20.394 INFO O| Feb 24 03:46:20.394 INFO STEP 775 (remove_files) COMPLETE
71572026-02-24T03:46:22.361Z[ recovery-image] Feb 24 03:46:20.394 INFO O| Feb 24 03:46:20.394 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582026-02-24T03:46:22.374Z[ recovery-image] Feb 24 03:46:20.406 INFO O| Feb 24 03:46:20.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71592026-02-24T03:46:22.374Z[ recovery-image] Feb 24 03:46:20.406 INFO O| Feb 24 03:46:20.406 INFO STEP 776 (remove_files) COMPLETE
71602026-02-24T03:46:22.376Z[ recovery-image] Feb 24 03:46:20.406 INFO O| Feb 24 03:46:20.406 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612026-02-24T03:46:22.387Z[ recovery-image] Feb 24 03:46:20.419 INFO O| Feb 24 03:46:20.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71622026-02-24T03:46:22.387Z[ recovery-image] Feb 24 03:46:20.420 INFO O| Feb 24 03:46:20.419 INFO STEP 777 (remove_files) COMPLETE
71632026-02-24T03:46:22.387Z[ recovery-image] Feb 24 03:46:20.420 INFO O| Feb 24 03:46:20.419 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642026-02-24T03:46:22.400Z[ recovery-image] Feb 24 03:46:20.432 INFO O| Feb 24 03:46:20.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71652026-02-24T03:46:22.400Z[ recovery-image] Feb 24 03:46:20.433 INFO O| Feb 24 03:46:20.433 INFO STEP 778 (remove_files) COMPLETE
71662026-02-24T03:46:22.403Z[ recovery-image] Feb 24 03:46:20.433 INFO O| Feb 24 03:46:20.433 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672026-02-24T03:46:22.413Z[ recovery-image] Feb 24 03:46:20.445 INFO O| Feb 24 03:46:20.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71682026-02-24T03:46:22.413Z[ recovery-image] Feb 24 03:46:20.446 INFO O| Feb 24 03:46:20.445 INFO STEP 779 (remove_files) COMPLETE
71692026-02-24T03:46:22.413Z[ recovery-image] Feb 24 03:46:20.446 INFO O| Feb 24 03:46:20.446 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702026-02-24T03:46:22.427Z[ recovery-image] Feb 24 03:46:20.459 INFO O| Feb 24 03:46:20.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71712026-02-24T03:46:22.427Z[ recovery-image] Feb 24 03:46:20.460 INFO O| Feb 24 03:46:20.460 INFO STEP 780 (remove_files) COMPLETE
71722026-02-24T03:46:22.427Z[ recovery-image] Feb 24 03:46:20.460 INFO O| Feb 24 03:46:20.460 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732026-02-24T03:46:22.441Z[ recovery-image] Feb 24 03:46:20.473 INFO O| Feb 24 03:46:20.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71742026-02-24T03:46:22.441Z[ recovery-image] Feb 24 03:46:20.473 INFO O| Feb 24 03:46:20.473 INFO STEP 781 (remove_files) COMPLETE
71752026-02-24T03:46:22.441Z[ recovery-image] Feb 24 03:46:20.473 INFO O| Feb 24 03:46:20.473 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762026-02-24T03:46:22.453Z[ recovery-image] Feb 24 03:46:20.486 INFO O| Feb 24 03:46:20.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71772026-02-24T03:46:22.454Z[ recovery-image] Feb 24 03:46:20.486 INFO O| Feb 24 03:46:20.486 INFO STEP 782 (remove_files) COMPLETE
71782026-02-24T03:46:22.454Z[ recovery-image] Feb 24 03:46:20.486 INFO O| Feb 24 03:46:20.486 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792026-02-24T03:46:22.466Z[ recovery-image] Feb 24 03:46:20.498 INFO O| Feb 24 03:46:20.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71802026-02-24T03:46:22.466Z[ recovery-image] Feb 24 03:46:20.498 INFO O| Feb 24 03:46:20.498 INFO STEP 783 (remove_files) COMPLETE
71812026-02-24T03:46:22.466Z[ recovery-image] Feb 24 03:46:20.498 INFO O| Feb 24 03:46:20.498 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822026-02-24T03:46:22.479Z[ recovery-image] Feb 24 03:46:20.511 INFO O| Feb 24 03:46:20.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71832026-02-24T03:46:22.479Z[ recovery-image] Feb 24 03:46:20.511 INFO O| Feb 24 03:46:20.511 INFO STEP 784 (remove_files) COMPLETE
71842026-02-24T03:46:22.479Z[ recovery-image] Feb 24 03:46:20.511 INFO O| Feb 24 03:46:20.511 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852026-02-24T03:46:22.492Z[ recovery-image] Feb 24 03:46:20.524 INFO O| Feb 24 03:46:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71862026-02-24T03:46:22.492Z[ recovery-image] Feb 24 03:46:20.524 INFO O| Feb 24 03:46:20.524 INFO STEP 785 (remove_files) COMPLETE
71872026-02-24T03:46:22.492Z[ recovery-image] Feb 24 03:46:20.525 INFO O| Feb 24 03:46:20.524 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882026-02-24T03:46:22.506Z[ recovery-image] Feb 24 03:46:20.538 INFO O| Feb 24 03:46:20.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71892026-02-24T03:46:22.506Z[ recovery-image] Feb 24 03:46:20.538 INFO O| Feb 24 03:46:20.538 INFO STEP 786 (remove_files) COMPLETE
71902026-02-24T03:46:22.506Z[ recovery-image] Feb 24 03:46:20.538 INFO O| Feb 24 03:46:20.538 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912026-02-24T03:46:22.518Z[ recovery-image] Feb 24 03:46:20.551 INFO O| Feb 24 03:46:20.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71922026-02-24T03:46:22.518Z[ recovery-image] Feb 24 03:46:20.551 INFO O| Feb 24 03:46:20.551 INFO STEP 787 (remove_files) COMPLETE
71932026-02-24T03:46:22.518Z[ recovery-image] Feb 24 03:46:20.551 INFO O| Feb 24 03:46:20.551 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942026-02-24T03:46:22.533Z[ recovery-image] Feb 24 03:46:20.565 INFO O| Feb 24 03:46:20.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71952026-02-24T03:46:22.536Z[ recovery-image] Feb 24 03:46:20.565 INFO O| Feb 24 03:46:20.565 INFO STEP 788 (remove_files) COMPLETE
71962026-02-24T03:46:22.536Z[ recovery-image] Feb 24 03:46:20.565 INFO O| Feb 24 03:46:20.565 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972026-02-24T03:46:22.546Z[ recovery-image] Feb 24 03:46:20.579 INFO O| Feb 24 03:46:20.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71982026-02-24T03:46:22.546Z[ recovery-image] Feb 24 03:46:20.579 INFO O| Feb 24 03:46:20.579 INFO STEP 789 (remove_files) COMPLETE
71992026-02-24T03:46:22.549Z[ recovery-image] Feb 24 03:46:20.579 INFO O| Feb 24 03:46:20.579 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002026-02-24T03:46:22.559Z[ recovery-image] Feb 24 03:46:20.592 INFO O| Feb 24 03:46:20.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72012026-02-24T03:46:22.559Z[ recovery-image] Feb 24 03:46:20.592 INFO O| Feb 24 03:46:20.592 INFO STEP 790 (remove_files) COMPLETE
72022026-02-24T03:46:22.562Z[ recovery-image] Feb 24 03:46:20.592 INFO O| Feb 24 03:46:20.592 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032026-02-24T03:46:22.572Z[ recovery-image] Feb 24 03:46:20.605 INFO O| Feb 24 03:46:20.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72042026-02-24T03:46:22.572Z[ recovery-image] Feb 24 03:46:20.605 INFO O| Feb 24 03:46:20.605 INFO STEP 791 (remove_files) COMPLETE
72052026-02-24T03:46:22.575Z[ recovery-image] Feb 24 03:46:20.605 INFO O| Feb 24 03:46:20.605 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062026-02-24T03:46:22.586Z[ recovery-image] Feb 24 03:46:20.617 INFO O| Feb 24 03:46:20.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72072026-02-24T03:46:22.586Z[ recovery-image] Feb 24 03:46:20.617 INFO O| Feb 24 03:46:20.617 INFO STEP 792 (remove_files) COMPLETE
72082026-02-24T03:46:22.586Z[ recovery-image] Feb 24 03:46:20.617 INFO O| Feb 24 03:46:20.617 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092026-02-24T03:46:22.597Z[ recovery-image] Feb 24 03:46:20.630 INFO O| Feb 24 03:46:20.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72102026-02-24T03:46:22.597Z[ recovery-image] Feb 24 03:46:20.630 INFO O| Feb 24 03:46:20.630 INFO STEP 793 (remove_files) COMPLETE
72112026-02-24T03:46:22.597Z[ recovery-image] Feb 24 03:46:20.630 INFO O| Feb 24 03:46:20.630 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122026-02-24T03:46:22.608Z[ recovery-image] Feb 24 03:46:20.641 INFO O| Feb 24 03:46:20.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72132026-02-24T03:46:22.608Z[ recovery-image] Feb 24 03:46:20.641 INFO O| Feb 24 03:46:20.641 INFO STEP 794 (remove_files) COMPLETE
72142026-02-24T03:46:22.613Z[ recovery-image] Feb 24 03:46:20.641 INFO O| Feb 24 03:46:20.641 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152026-02-24T03:46:22.618Z[ recovery-image] Feb 24 03:46:20.650 INFO O| Feb 24 03:46:20.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72162026-02-24T03:46:22.618Z[ recovery-image] Feb 24 03:46:20.651 INFO O| Feb 24 03:46:20.650 INFO STEP 795 (remove_files) COMPLETE
72172026-02-24T03:46:22.618Z[ recovery-image] Feb 24 03:46:20.651 INFO O| Feb 24 03:46:20.651 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182026-02-24T03:46:22.629Z[ recovery-image] Feb 24 03:46:20.662 INFO O| Feb 24 03:46:20.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72192026-02-24T03:46:22.630Z[ recovery-image] Feb 24 03:46:20.662 INFO O| Feb 24 03:46:20.662 INFO STEP 796 (remove_files) COMPLETE
72202026-02-24T03:46:22.630Z[ recovery-image] Feb 24 03:46:20.662 INFO O| Feb 24 03:46:20.662 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212026-02-24T03:46:22.642Z[ recovery-image] Feb 24 03:46:20.675 INFO O| Feb 24 03:46:20.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72222026-02-24T03:46:22.642Z[ recovery-image] Feb 24 03:46:20.675 INFO O| Feb 24 03:46:20.675 INFO STEP 797 (remove_files) COMPLETE
72232026-02-24T03:46:22.645Z[ recovery-image] Feb 24 03:46:20.675 INFO O| Feb 24 03:46:20.675 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242026-02-24T03:46:22.655Z[ recovery-image] Feb 24 03:46:20.687 INFO O| Feb 24 03:46:20.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72252026-02-24T03:46:22.658Z[ recovery-image] Feb 24 03:46:20.688 INFO O| Feb 24 03:46:20.688 INFO STEP 798 (remove_files) COMPLETE
72262026-02-24T03:46:22.658Z[ recovery-image] Feb 24 03:46:20.688 INFO O| Feb 24 03:46:20.688 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272026-02-24T03:46:22.669Z[ recovery-image] Feb 24 03:46:20.701 INFO O| Feb 24 03:46:20.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72282026-02-24T03:46:22.669Z[ recovery-image] Feb 24 03:46:20.701 INFO O| Feb 24 03:46:20.701 INFO STEP 799 (remove_files) COMPLETE
72292026-02-24T03:46:22.673Z[ recovery-image] Feb 24 03:46:20.701 INFO O| Feb 24 03:46:20.701 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302026-02-24T03:46:22.681Z[ recovery-image] Feb 24 03:46:20.713 INFO O| Feb 24 03:46:20.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72312026-02-24T03:46:22.681Z[ recovery-image] Feb 24 03:46:20.714 INFO O| Feb 24 03:46:20.714 INFO STEP 800 (remove_files) COMPLETE
72322026-02-24T03:46:22.681Z[ recovery-image] Feb 24 03:46:20.714 INFO O| Feb 24 03:46:20.714 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332026-02-24T03:46:22.693Z[ recovery-image] Feb 24 03:46:20.726 INFO O| Feb 24 03:46:20.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72342026-02-24T03:46:22.693Z[ recovery-image] Feb 24 03:46:20.726 INFO O| Feb 24 03:46:20.726 INFO STEP 801 (remove_files) COMPLETE
72352026-02-24T03:46:22.698Z[ recovery-image] Feb 24 03:46:20.726 INFO O| Feb 24 03:46:20.726 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362026-02-24T03:46:22.706Z[ recovery-image] Feb 24 03:46:20.738 INFO O| Feb 24 03:46:20.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72372026-02-24T03:46:22.706Z[ recovery-image] Feb 24 03:46:20.738 INFO O| Feb 24 03:46:20.738 INFO STEP 802 (remove_files) COMPLETE
72382026-02-24T03:46:22.709Z[ recovery-image] Feb 24 03:46:20.738 INFO O| Feb 24 03:46:20.738 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392026-02-24T03:46:22.719Z[ recovery-image] Feb 24 03:46:20.751 INFO O| Feb 24 03:46:20.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72402026-02-24T03:46:22.719Z[ recovery-image] Feb 24 03:46:20.751 INFO O| Feb 24 03:46:20.751 INFO STEP 803 (remove_files) COMPLETE
72412026-02-24T03:46:22.719Z[ recovery-image] Feb 24 03:46:20.751 INFO O| Feb 24 03:46:20.751 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422026-02-24T03:46:22.733Z[ recovery-image] Feb 24 03:46:20.765 INFO O| Feb 24 03:46:20.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72432026-02-24T03:46:22.733Z[ recovery-image] Feb 24 03:46:20.765 INFO O| Feb 24 03:46:20.765 INFO STEP 804 (remove_files) COMPLETE
72442026-02-24T03:46:22.735Z[ recovery-image] Feb 24 03:46:20.765 INFO O| Feb 24 03:46:20.765 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452026-02-24T03:46:22.746Z[ recovery-image] Feb 24 03:46:20.779 INFO O| Feb 24 03:46:20.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72462026-02-24T03:46:22.746Z[ recovery-image] Feb 24 03:46:20.779 INFO O| Feb 24 03:46:20.779 INFO STEP 805 (remove_files) COMPLETE
72472026-02-24T03:46:22.749Z[ recovery-image] Feb 24 03:46:20.779 INFO O| Feb 24 03:46:20.779 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482026-02-24T03:46:22.760Z[ recovery-image] Feb 24 03:46:20.792 INFO O| Feb 24 03:46:20.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72492026-02-24T03:46:22.760Z[ recovery-image] Feb 24 03:46:20.792 INFO O| Feb 24 03:46:20.792 INFO STEP 806 (remove_files) COMPLETE
72502026-02-24T03:46:22.760Z[ recovery-image] Feb 24 03:46:20.792 INFO O| Feb 24 03:46:20.792 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512026-02-24T03:46:22.773Z[ recovery-image] Feb 24 03:46:20.805 INFO O| Feb 24 03:46:20.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72522026-02-24T03:46:22.776Z[ recovery-image] Feb 24 03:46:20.806 INFO O| Feb 24 03:46:20.806 INFO STEP 807 (remove_files) COMPLETE
72532026-02-24T03:46:22.776Z[ recovery-image] Feb 24 03:46:20.806 INFO O| Feb 24 03:46:20.806 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542026-02-24T03:46:22.788Z[ recovery-image] Feb 24 03:46:20.820 INFO O| Feb 24 03:46:20.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72552026-02-24T03:46:22.788Z[ recovery-image] Feb 24 03:46:20.820 INFO O| Feb 24 03:46:20.820 INFO STEP 808 (remove_files) COMPLETE
72562026-02-24T03:46:22.791Z[ recovery-image] Feb 24 03:46:20.820 INFO O| Feb 24 03:46:20.820 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572026-02-24T03:46:22.802Z[ recovery-image] Feb 24 03:46:20.834 INFO O| Feb 24 03:46:20.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72582026-02-24T03:46:22.805Z[ recovery-image] Feb 24 03:46:20.834 INFO O| Feb 24 03:46:20.834 INFO STEP 809 (remove_files) COMPLETE
72592026-02-24T03:46:22.805Z[ recovery-image] Feb 24 03:46:20.834 INFO O| Feb 24 03:46:20.834 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602026-02-24T03:46:22.816Z[ recovery-image] Feb 24 03:46:20.848 INFO O| Feb 24 03:46:20.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72612026-02-24T03:46:22.819Z[ recovery-image] Feb 24 03:46:20.848 INFO O| Feb 24 03:46:20.848 INFO STEP 810 (remove_files) COMPLETE
72622026-02-24T03:46:22.819Z[ recovery-image] Feb 24 03:46:20.848 INFO O| Feb 24 03:46:20.848 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632026-02-24T03:46:22.829Z[ recovery-image] Feb 24 03:46:20.861 INFO O| Feb 24 03:46:20.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72642026-02-24T03:46:22.831Z[ recovery-image] Feb 24 03:46:20.861 INFO O| Feb 24 03:46:20.861 INFO STEP 811 (remove_files) COMPLETE
72652026-02-24T03:46:22.831Z[ recovery-image] Feb 24 03:46:20.861 INFO O| Feb 24 03:46:20.861 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662026-02-24T03:46:22.842Z[ recovery-image] Feb 24 03:46:20.874 INFO O| Feb 24 03:46:20.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72672026-02-24T03:46:22.842Z[ recovery-image] Feb 24 03:46:20.874 INFO O| Feb 24 03:46:20.874 INFO STEP 812 (remove_files) COMPLETE
72682026-02-24T03:46:22.842Z[ recovery-image] Feb 24 03:46:20.874 INFO O| Feb 24 03:46:20.874 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692026-02-24T03:46:22.856Z[ recovery-image] Feb 24 03:46:20.888 INFO O| Feb 24 03:46:20.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72702026-02-24T03:46:22.856Z[ recovery-image] Feb 24 03:46:20.888 INFO O| Feb 24 03:46:20.888 INFO STEP 813 (remove_files) COMPLETE
72712026-02-24T03:46:22.860Z[ recovery-image] Feb 24 03:46:20.888 INFO O| Feb 24 03:46:20.888 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722026-02-24T03:46:22.870Z[ recovery-image] Feb 24 03:46:20.902 INFO O| Feb 24 03:46:20.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72732026-02-24T03:46:22.870Z[ recovery-image] Feb 24 03:46:20.902 INFO O| Feb 24 03:46:20.902 INFO STEP 814 (remove_files) COMPLETE
72742026-02-24T03:46:22.872Z[ recovery-image] Feb 24 03:46:20.902 INFO O| Feb 24 03:46:20.902 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752026-02-24T03:46:22.883Z[ recovery-image] Feb 24 03:46:20.916 INFO O| Feb 24 03:46:20.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72762026-02-24T03:46:22.883Z[ recovery-image] Feb 24 03:46:20.916 INFO O| Feb 24 03:46:20.916 INFO STEP 815 (remove_files) COMPLETE
72772026-02-24T03:46:22.883Z[ recovery-image] Feb 24 03:46:20.916 INFO O| Feb 24 03:46:20.916 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782026-02-24T03:46:22.897Z[ recovery-image] Feb 24 03:46:20.929 INFO O| Feb 24 03:46:20.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72792026-02-24T03:46:22.900Z[ recovery-image] Feb 24 03:46:20.930 INFO O| Feb 24 03:46:20.930 INFO STEP 816 (remove_files) COMPLETE
72802026-02-24T03:46:22.900Z[ recovery-image] Feb 24 03:46:20.930 INFO O| Feb 24 03:46:20.930 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812026-02-24T03:46:22.911Z[ recovery-image] Feb 24 03:46:20.943 INFO O| Feb 24 03:46:20.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72822026-02-24T03:46:22.911Z[ recovery-image] Feb 24 03:46:20.943 INFO O| Feb 24 03:46:20.943 INFO STEP 817 (remove_files) COMPLETE
72832026-02-24T03:46:22.911Z[ recovery-image] Feb 24 03:46:20.944 INFO O| Feb 24 03:46:20.943 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842026-02-24T03:46:22.925Z[ recovery-image] Feb 24 03:46:20.957 INFO O| Feb 24 03:46:20.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72852026-02-24T03:46:22.925Z[ recovery-image] Feb 24 03:46:20.957 INFO O| Feb 24 03:46:20.957 INFO STEP 818 (remove_files) COMPLETE
72862026-02-24T03:46:22.925Z[ recovery-image] Feb 24 03:46:20.957 INFO O| Feb 24 03:46:20.957 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872026-02-24T03:46:22.938Z[ recovery-image] Feb 24 03:46:20.971 INFO O| Feb 24 03:46:20.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72882026-02-24T03:46:22.938Z[ recovery-image] Feb 24 03:46:20.971 INFO O| Feb 24 03:46:20.971 INFO STEP 819 (remove_files) COMPLETE
72892026-02-24T03:46:22.938Z[ recovery-image] Feb 24 03:46:20.971 INFO O| Feb 24 03:46:20.971 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902026-02-24T03:46:22.951Z[ recovery-image] Feb 24 03:46:20.984 INFO O| Feb 24 03:46:20.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72912026-02-24T03:46:22.951Z[ recovery-image] Feb 24 03:46:20.984 INFO O| Feb 24 03:46:20.984 INFO STEP 820 (remove_files) COMPLETE
72922026-02-24T03:46:22.951Z[ recovery-image] Feb 24 03:46:20.984 INFO O| Feb 24 03:46:20.984 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932026-02-24T03:46:22.960Z[ host-image] Feb 24 03:46:20.993 INFO O| Feb 24 03:46:20.993 INFO O| Done
72942026-02-24T03:46:22.966Z[ recovery-image] Feb 24 03:46:20.998 INFO O| Feb 24 03:46:20.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72952026-02-24T03:46:22.969Z[ recovery-image] Feb 24 03:46:20.999 INFO O| Feb 24 03:46:20.999 INFO STEP 821 (remove_files) COMPLETE
72962026-02-24T03:46:22.969Z[ recovery-image] Feb 24 03:46:20.999 INFO O| Feb 24 03:46:20.999 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-02-24T03:46:22.983Z[ recovery-image] Feb 24 03:46:21.015 INFO O| Feb 24 03:46:21.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72982026-02-24T03:46:22.983Z[ recovery-image] Feb 24 03:46:21.015 INFO O| Feb 24 03:46:21.015 INFO STEP 822 (remove_files) COMPLETE
72992026-02-24T03:46:22.985Z[ recovery-image] Feb 24 03:46:21.015 INFO O| Feb 24 03:46:21.015 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-02-24T03:46:22.997Z[ recovery-image] Feb 24 03:46:21.029 INFO O| Feb 24 03:46:21.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73012026-02-24T03:46:22.997Z[ recovery-image] Feb 24 03:46:21.029 INFO O| Feb 24 03:46:21.029 INFO STEP 823 (remove_files) COMPLETE
73022026-02-24T03:46:22.997Z[ recovery-image] Feb 24 03:46:21.029 INFO O| Feb 24 03:46:21.029 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-02-24T03:46:23.012Z[ recovery-image] Feb 24 03:46:21.043 INFO O| Feb 24 03:46:21.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73042026-02-24T03:46:23.012Z[ recovery-image] Feb 24 03:46:21.043 INFO O| Feb 24 03:46:21.043 INFO STEP 824 (remove_files) COMPLETE
73052026-02-24T03:46:23.012Z[ recovery-image] Feb 24 03:46:21.043 INFO O| Feb 24 03:46:21.043 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-02-24T03:46:23.024Z[ recovery-image] Feb 24 03:46:21.056 INFO O| Feb 24 03:46:21.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73072026-02-24T03:46:23.024Z[ recovery-image] Feb 24 03:46:21.056 INFO O| Feb 24 03:46:21.056 INFO STEP 825 (remove_files) COMPLETE
73082026-02-24T03:46:23.027Z[ recovery-image] Feb 24 03:46:21.056 INFO O| Feb 24 03:46:21.056 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-02-24T03:46:23.037Z[ recovery-image] Feb 24 03:46:21.069 INFO O| Feb 24 03:46:21.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73102026-02-24T03:46:23.037Z[ recovery-image] Feb 24 03:46:21.069 INFO O| Feb 24 03:46:21.069 INFO STEP 826 (remove_files) COMPLETE
73112026-02-24T03:46:23.040Z[ recovery-image] Feb 24 03:46:21.069 INFO O| Feb 24 03:46:21.069 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-02-24T03:46:23.050Z[ recovery-image] Feb 24 03:46:21.082 INFO O| Feb 24 03:46:21.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73132026-02-24T03:46:23.053Z[ recovery-image] Feb 24 03:46:21.082 INFO O| Feb 24 03:46:21.082 INFO STEP 827 (remove_files) COMPLETE
73142026-02-24T03:46:23.053Z[ recovery-image] Feb 24 03:46:21.082 INFO O| Feb 24 03:46:21.082 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-02-24T03:46:23.063Z[ recovery-image] Feb 24 03:46:21.096 INFO O| Feb 24 03:46:21.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73162026-02-24T03:46:23.063Z[ recovery-image] Feb 24 03:46:21.096 INFO O| Feb 24 03:46:21.096 INFO STEP 828 (remove_files) COMPLETE
73172026-02-24T03:46:23.063Z[ recovery-image] Feb 24 03:46:21.096 INFO O| Feb 24 03:46:21.096 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-02-24T03:46:23.078Z[ recovery-image] Feb 24 03:46:21.110 INFO O| Feb 24 03:46:21.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73192026-02-24T03:46:23.078Z[ recovery-image] Feb 24 03:46:21.110 INFO O| Feb 24 03:46:21.110 INFO STEP 829 (remove_files) COMPLETE
73202026-02-24T03:46:23.078Z[ recovery-image] Feb 24 03:46:21.110 INFO O| Feb 24 03:46:21.110 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-02-24T03:46:23.091Z[ recovery-image] Feb 24 03:46:21.123 INFO O| Feb 24 03:46:21.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73222026-02-24T03:46:23.091Z[ recovery-image] Feb 24 03:46:21.123 INFO O| Feb 24 03:46:21.123 INFO STEP 830 (remove_files) COMPLETE
73232026-02-24T03:46:23.091Z[ recovery-image] Feb 24 03:46:21.123 INFO O| Feb 24 03:46:21.123 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-02-24T03:46:23.105Z[ recovery-image] Feb 24 03:46:21.137 INFO O| Feb 24 03:46:21.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73252026-02-24T03:46:23.107Z[ recovery-image] Feb 24 03:46:21.137 INFO O| Feb 24 03:46:21.137 INFO STEP 831 (remove_files) COMPLETE
73262026-02-24T03:46:23.108Z[ recovery-image] Feb 24 03:46:21.137 INFO O| Feb 24 03:46:21.137 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-02-24T03:46:23.118Z[ recovery-image] Feb 24 03:46:21.150 INFO O| Feb 24 03:46:21.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73282026-02-24T03:46:23.118Z[ recovery-image] Feb 24 03:46:21.151 INFO O| Feb 24 03:46:21.150 INFO STEP 832 (remove_files) COMPLETE
73292026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.151 INFO O| Feb 24 03:46:21.150 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.164 INFO O| Feb 24 03:46:21.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73312026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.164 INFO O| Feb 24 03:46:21.163 INFO STEP 833 (remove_files) COMPLETE
73322026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.164 INFO O| Feb 24 03:46:21.163 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.177 INFO O| Feb 24 03:46:21.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73342026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.177 INFO O| Feb 24 03:46:21.177 INFO STEP 834 (remove_files) COMPLETE
73352026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.177 INFO O| Feb 24 03:46:21.177 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.190 INFO O| Feb 24 03:46:21.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73372026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.190 INFO O| Feb 24 03:46:21.190 INFO STEP 835 (remove_files) COMPLETE
73382026-02-24T03:46:23.169Z[ recovery-image] Feb 24 03:46:21.190 INFO O| Feb 24 03:46:21.190 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-02-24T03:46:23.175Z[ recovery-image] Feb 24 03:46:21.204 INFO O| Feb 24 03:46:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73402026-02-24T03:46:23.175Z[ recovery-image] Feb 24 03:46:21.204 INFO O| Feb 24 03:46:21.204 INFO STEP 836 (remove_files) COMPLETE
73412026-02-24T03:46:23.175Z[ recovery-image] Feb 24 03:46:21.204 INFO O| Feb 24 03:46:21.204 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-02-24T03:46:23.185Z[ recovery-image] Feb 24 03:46:21.217 INFO O| Feb 24 03:46:21.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73432026-02-24T03:46:23.185Z[ recovery-image] Feb 24 03:46:21.217 INFO O| Feb 24 03:46:21.217 INFO STEP 837 (remove_files) COMPLETE
73442026-02-24T03:46:23.185Z[ recovery-image] Feb 24 03:46:21.217 INFO O| Feb 24 03:46:21.217 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-02-24T03:46:23.197Z[ recovery-image] Feb 24 03:46:21.229 INFO O| Feb 24 03:46:21.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73462026-02-24T03:46:23.197Z[ recovery-image] Feb 24 03:46:21.230 INFO O| Feb 24 03:46:21.230 INFO STEP 838 (remove_files) COMPLETE
73472026-02-24T03:46:23.197Z[ recovery-image] Feb 24 03:46:21.230 INFO O| Feb 24 03:46:21.230 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-02-24T03:46:23.210Z[ recovery-image] Feb 24 03:46:21.243 INFO O| Feb 24 03:46:21.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73492026-02-24T03:46:23.213Z[ recovery-image] Feb 24 03:46:21.243 INFO O| Feb 24 03:46:21.243 INFO STEP 839 (remove_files) COMPLETE
73502026-02-24T03:46:23.213Z[ recovery-image] Feb 24 03:46:21.243 INFO O| Feb 24 03:46:21.243 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-02-24T03:46:23.224Z[ recovery-image] Feb 24 03:46:21.256 INFO O| Feb 24 03:46:21.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73522026-02-24T03:46:23.227Z[ recovery-image] Feb 24 03:46:21.256 INFO O| Feb 24 03:46:21.256 INFO STEP 840 (remove_files) COMPLETE
73532026-02-24T03:46:23.227Z[ recovery-image] Feb 24 03:46:21.257 INFO O| Feb 24 03:46:21.256 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-02-24T03:46:23.238Z[ recovery-image] Feb 24 03:46:21.270 INFO O| Feb 24 03:46:21.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73552026-02-24T03:46:23.241Z[ recovery-image] Feb 24 03:46:21.270 INFO O| Feb 24 03:46:21.270 INFO STEP 841 (remove_files) COMPLETE
73562026-02-24T03:46:23.241Z[ recovery-image] Feb 24 03:46:21.270 INFO O| Feb 24 03:46:21.270 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-02-24T03:46:23.252Z[ recovery-image] Feb 24 03:46:21.284 INFO O| Feb 24 03:46:21.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73582026-02-24T03:46:23.252Z[ recovery-image] Feb 24 03:46:21.284 INFO O| Feb 24 03:46:21.284 INFO STEP 842 (remove_files) COMPLETE
73592026-02-24T03:46:23.252Z[ recovery-image] Feb 24 03:46:21.284 INFO O| Feb 24 03:46:21.284 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-02-24T03:46:23.265Z[ recovery-image] Feb 24 03:46:21.297 INFO O| Feb 24 03:46:21.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73612026-02-24T03:46:23.265Z[ recovery-image] Feb 24 03:46:21.297 INFO O| Feb 24 03:46:21.297 INFO STEP 843 (remove_files) COMPLETE
73622026-02-24T03:46:23.265Z[ recovery-image] Feb 24 03:46:21.297 INFO O| Feb 24 03:46:21.297 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-02-24T03:46:23.278Z[ recovery-image] Feb 24 03:46:21.310 INFO O| Feb 24 03:46:21.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73642026-02-24T03:46:23.278Z[ recovery-image] Feb 24 03:46:21.310 INFO O| Feb 24 03:46:21.310 INFO STEP 844 (remove_files) COMPLETE
73652026-02-24T03:46:23.278Z[ recovery-image] Feb 24 03:46:21.310 INFO O| Feb 24 03:46:21.310 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-02-24T03:46:23.291Z[ recovery-image] Feb 24 03:46:21.322 INFO O| Feb 24 03:46:21.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73672026-02-24T03:46:23.291Z[ recovery-image] Feb 24 03:46:21.323 INFO O| Feb 24 03:46:21.322 INFO STEP 845 (remove_files) COMPLETE
73682026-02-24T03:46:23.291Z[ recovery-image] Feb 24 03:46:21.323 INFO O| Feb 24 03:46:21.323 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-02-24T03:46:23.304Z[ recovery-image] Feb 24 03:46:21.336 INFO O| Feb 24 03:46:21.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73702026-02-24T03:46:23.304Z[ recovery-image] Feb 24 03:46:21.336 INFO O| Feb 24 03:46:21.336 INFO STEP 846 (remove_files) COMPLETE
73712026-02-24T03:46:23.304Z[ recovery-image] Feb 24 03:46:21.336 INFO O| Feb 24 03:46:21.336 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-02-24T03:46:23.317Z[ recovery-image] Feb 24 03:46:21.348 INFO O| Feb 24 03:46:21.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73732026-02-24T03:46:23.317Z[ recovery-image] Feb 24 03:46:21.348 INFO O| Feb 24 03:46:21.348 INFO STEP 847 (remove_files) COMPLETE
73742026-02-24T03:46:23.317Z[ recovery-image] Feb 24 03:46:21.348 INFO O| Feb 24 03:46:21.348 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-02-24T03:46:23.330Z[ recovery-image] Feb 24 03:46:21.361 INFO O| Feb 24 03:46:21.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73762026-02-24T03:46:23.330Z[ recovery-image] Feb 24 03:46:21.361 INFO O| Feb 24 03:46:21.361 INFO STEP 848 (remove_files) COMPLETE
73772026-02-24T03:46:23.333Z[ recovery-image] Feb 24 03:46:21.361 INFO O| Feb 24 03:46:21.361 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-02-24T03:46:23.344Z[ recovery-image] Feb 24 03:46:21.375 INFO O| Feb 24 03:46:21.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73792026-02-24T03:46:23.344Z[ recovery-image] Feb 24 03:46:21.375 INFO O| Feb 24 03:46:21.375 INFO STEP 849 (remove_files) COMPLETE
73802026-02-24T03:46:23.344Z[ recovery-image] Feb 24 03:46:21.375 INFO O| Feb 24 03:46:21.375 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-02-24T03:46:23.356Z[ recovery-image] Feb 24 03:46:21.388 INFO O| Feb 24 03:46:21.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73822026-02-24T03:46:23.356Z[ recovery-image] Feb 24 03:46:21.388 INFO O| Feb 24 03:46:21.388 INFO STEP 850 (remove_files) COMPLETE
73832026-02-24T03:46:23.359Z[ recovery-image] Feb 24 03:46:21.388 INFO O| Feb 24 03:46:21.388 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-02-24T03:46:23.370Z[ recovery-image] Feb 24 03:46:21.402 INFO O| Feb 24 03:46:21.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73852026-02-24T03:46:23.370Z[ recovery-image] Feb 24 03:46:21.402 INFO O| Feb 24 03:46:21.402 INFO STEP 851 (remove_files) COMPLETE
73862026-02-24T03:46:23.372Z[ recovery-image] Feb 24 03:46:21.402 INFO O| Feb 24 03:46:21.402 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-02-24T03:46:23.383Z[ recovery-image] Feb 24 03:46:21.415 INFO O| Feb 24 03:46:21.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73882026-02-24T03:46:23.386Z[ recovery-image] Feb 24 03:46:21.417 INFO O| Feb 24 03:46:21.416 INFO STEP 852 (remove_files) COMPLETE
73892026-02-24T03:46:23.386Z[ recovery-image] Feb 24 03:46:21.417 INFO O| Feb 24 03:46:21.417 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-02-24T03:46:23.397Z[ recovery-image] Feb 24 03:46:21.429 INFO O| Feb 24 03:46:21.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73912026-02-24T03:46:23.397Z[ recovery-image] Feb 24 03:46:21.429 INFO O| Feb 24 03:46:21.429 INFO STEP 853 (remove_files) COMPLETE
73922026-02-24T03:46:23.397Z[ recovery-image] Feb 24 03:46:21.429 INFO O| Feb 24 03:46:21.429 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-02-24T03:46:23.410Z[ recovery-image] Feb 24 03:46:21.442 INFO O| Feb 24 03:46:21.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73942026-02-24T03:46:23.410Z[ recovery-image] Feb 24 03:46:21.442 INFO O| Feb 24 03:46:21.442 INFO STEP 854 (remove_files) COMPLETE
73952026-02-24T03:46:23.410Z[ recovery-image] Feb 24 03:46:21.442 INFO O| Feb 24 03:46:21.442 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-02-24T03:46:23.422Z[ recovery-image] Feb 24 03:46:21.455 INFO O| Feb 24 03:46:21.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73972026-02-24T03:46:23.422Z[ recovery-image] Feb 24 03:46:21.455 INFO O| Feb 24 03:46:21.455 INFO STEP 855 (remove_files) COMPLETE
73982026-02-24T03:46:23.422Z[ recovery-image] Feb 24 03:46:21.455 INFO O| Feb 24 03:46:21.455 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-02-24T03:46:23.435Z[ recovery-image] Feb 24 03:46:21.467 INFO O| Feb 24 03:46:21.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74002026-02-24T03:46:23.435Z[ recovery-image] Feb 24 03:46:21.467 INFO O| Feb 24 03:46:21.467 INFO STEP 856 (remove_files) COMPLETE
74012026-02-24T03:46:23.436Z[ recovery-image] Feb 24 03:46:21.468 INFO O| Feb 24 03:46:21.467 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-02-24T03:46:23.448Z[ recovery-image] Feb 24 03:46:21.481 INFO O| Feb 24 03:46:21.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74032026-02-24T03:46:23.448Z[ recovery-image] Feb 24 03:46:21.481 INFO O| Feb 24 03:46:21.481 INFO STEP 857 (remove_files) COMPLETE
74042026-02-24T03:46:23.448Z[ recovery-image] Feb 24 03:46:21.481 INFO O| Feb 24 03:46:21.481 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-02-24T03:46:23.461Z[ recovery-image] Feb 24 03:46:21.494 INFO O| Feb 24 03:46:21.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74062026-02-24T03:46:23.462Z[ recovery-image] Feb 24 03:46:21.494 INFO O| Feb 24 03:46:21.494 INFO STEP 858 (remove_files) COMPLETE
74072026-02-24T03:46:23.462Z[ recovery-image] Feb 24 03:46:21.494 INFO O| Feb 24 03:46:21.494 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-02-24T03:46:23.475Z[ recovery-image] Feb 24 03:46:21.507 INFO O| Feb 24 03:46:21.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74092026-02-24T03:46:23.475Z[ recovery-image] Feb 24 03:46:21.507 INFO O| Feb 24 03:46:21.507 INFO STEP 859 (remove_files) COMPLETE
74102026-02-24T03:46:23.477Z[ recovery-image] Feb 24 03:46:21.507 INFO O| Feb 24 03:46:21.507 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-02-24T03:46:23.489Z[ recovery-image] Feb 24 03:46:21.521 INFO O| Feb 24 03:46:21.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74122026-02-24T03:46:23.489Z[ recovery-image] Feb 24 03:46:21.521 INFO O| Feb 24 03:46:21.521 INFO STEP 860 (remove_files) COMPLETE
74132026-02-24T03:46:23.489Z[ recovery-image] Feb 24 03:46:21.521 INFO O| Feb 24 03:46:21.521 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-02-24T03:46:23.501Z[ recovery-image] Feb 24 03:46:21.533 INFO O| Feb 24 03:46:21.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74152026-02-24T03:46:23.501Z[ recovery-image] Feb 24 03:46:21.533 INFO O| Feb 24 03:46:21.533 INFO STEP 861 (remove_files) COMPLETE
74162026-02-24T03:46:23.501Z[ recovery-image] Feb 24 03:46:21.533 INFO O| Feb 24 03:46:21.533 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-02-24T03:46:23.513Z[ recovery-image] Feb 24 03:46:21.545 INFO O| Feb 24 03:46:21.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74182026-02-24T03:46:23.513Z[ recovery-image] Feb 24 03:46:21.545 INFO O| Feb 24 03:46:21.545 INFO STEP 862 (remove_files) COMPLETE
74192026-02-24T03:46:23.516Z[ recovery-image] Feb 24 03:46:21.545 INFO O| Feb 24 03:46:21.545 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-02-24T03:46:23.526Z[ recovery-image] Feb 24 03:46:21.558 INFO O| Feb 24 03:46:21.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74212026-02-24T03:46:23.526Z[ recovery-image] Feb 24 03:46:21.558 INFO O| Feb 24 03:46:21.558 INFO STEP 863 (remove_files) COMPLETE
74222026-02-24T03:46:23.526Z[ recovery-image] Feb 24 03:46:21.558 INFO O| Feb 24 03:46:21.558 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-02-24T03:46:23.538Z[ recovery-image] Feb 24 03:46:21.570 INFO O| Feb 24 03:46:21.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74242026-02-24T03:46:23.538Z[ recovery-image] Feb 24 03:46:21.570 INFO O| Feb 24 03:46:21.570 INFO STEP 864 (remove_files) COMPLETE
74252026-02-24T03:46:23.538Z[ recovery-image] Feb 24 03:46:21.570 INFO O| Feb 24 03:46:21.570 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-02-24T03:46:23.551Z[ recovery-image] Feb 24 03:46:21.582 INFO O| Feb 24 03:46:21.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74272026-02-24T03:46:23.551Z[ recovery-image] Feb 24 03:46:21.583 INFO O| Feb 24 03:46:21.582 INFO STEP 865 (remove_files) COMPLETE
74282026-02-24T03:46:23.551Z[ recovery-image] Feb 24 03:46:21.583 INFO O| Feb 24 03:46:21.582 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-02-24T03:46:23.562Z[ recovery-image] Feb 24 03:46:21.594 INFO O| Feb 24 03:46:21.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74302026-02-24T03:46:23.563Z[ recovery-image] Feb 24 03:46:21.594 INFO O| Feb 24 03:46:21.594 INFO STEP 866 (remove_files) COMPLETE
74312026-02-24T03:46:23.563Z[ recovery-image] Feb 24 03:46:21.594 INFO O| Feb 24 03:46:21.594 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-02-24T03:46:23.575Z[ recovery-image] Feb 24 03:46:21.607 INFO O| Feb 24 03:46:21.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74332026-02-24T03:46:23.575Z[ recovery-image] Feb 24 03:46:21.607 INFO O| Feb 24 03:46:21.607 INFO STEP 867 (remove_files) COMPLETE
74342026-02-24T03:46:23.578Z[ recovery-image] Feb 24 03:46:21.607 INFO O| Feb 24 03:46:21.607 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-02-24T03:46:23.589Z[ recovery-image] Feb 24 03:46:21.621 INFO O| Feb 24 03:46:21.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74362026-02-24T03:46:23.590Z[ recovery-image] Feb 24 03:46:21.621 INFO O| Feb 24 03:46:21.621 INFO STEP 868 (remove_files) COMPLETE
74372026-02-24T03:46:23.590Z[ recovery-image] Feb 24 03:46:21.621 INFO O| Feb 24 03:46:21.621 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-02-24T03:46:23.602Z[ recovery-image] Feb 24 03:46:21.634 INFO O| Feb 24 03:46:21.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74392026-02-24T03:46:23.602Z[ recovery-image] Feb 24 03:46:21.634 INFO O| Feb 24 03:46:21.634 INFO STEP 869 (remove_files) COMPLETE
74402026-02-24T03:46:23.605Z[ recovery-image] Feb 24 03:46:21.634 INFO O| Feb 24 03:46:21.634 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-02-24T03:46:23.615Z[ recovery-image] Feb 24 03:46:21.647 INFO O| Feb 24 03:46:21.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74422026-02-24T03:46:23.615Z[ recovery-image] Feb 24 03:46:21.647 INFO O| Feb 24 03:46:21.647 INFO STEP 870 (remove_files) COMPLETE
74432026-02-24T03:46:23.615Z[ recovery-image] Feb 24 03:46:21.647 INFO O| Feb 24 03:46:21.647 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-02-24T03:46:23.627Z[ recovery-image] Feb 24 03:46:21.660 INFO O| Feb 24 03:46:21.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74452026-02-24T03:46:23.628Z[ recovery-image] Feb 24 03:46:21.660 INFO O| Feb 24 03:46:21.660 INFO STEP 871 (remove_files) COMPLETE
74462026-02-24T03:46:23.628Z[ recovery-image] Feb 24 03:46:21.660 INFO O| Feb 24 03:46:21.660 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-02-24T03:46:23.640Z[ recovery-image] Feb 24 03:46:21.673 INFO O| Feb 24 03:46:21.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74482026-02-24T03:46:23.640Z[ recovery-image] Feb 24 03:46:21.673 INFO O| Feb 24 03:46:21.673 INFO STEP 872 (remove_files) COMPLETE
74492026-02-24T03:46:23.640Z[ recovery-image] Feb 24 03:46:21.673 INFO O| Feb 24 03:46:21.673 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-02-24T03:46:23.654Z[ recovery-image] Feb 24 03:46:21.686 INFO O| Feb 24 03:46:21.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74512026-02-24T03:46:23.654Z[ recovery-image] Feb 24 03:46:21.686 INFO O| Feb 24 03:46:21.686 INFO STEP 873 (remove_files) COMPLETE
74522026-02-24T03:46:23.654Z[ recovery-image] Feb 24 03:46:21.686 INFO O| Feb 24 03:46:21.686 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-02-24T03:46:23.668Z[ recovery-image] Feb 24 03:46:21.699 INFO O| Feb 24 03:46:21.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74542026-02-24T03:46:23.668Z[ recovery-image] Feb 24 03:46:21.700 INFO O| Feb 24 03:46:21.700 INFO STEP 874 (remove_files) COMPLETE
74552026-02-24T03:46:23.668Z[ recovery-image] Feb 24 03:46:21.700 INFO O| Feb 24 03:46:21.700 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-02-24T03:46:23.682Z[ recovery-image] Feb 24 03:46:21.714 INFO O| Feb 24 03:46:21.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74572026-02-24T03:46:23.682Z[ recovery-image] Feb 24 03:46:21.714 INFO O| Feb 24 03:46:21.714 INFO STEP 875 (remove_files) COMPLETE
74582026-02-24T03:46:23.682Z[ recovery-image] Feb 24 03:46:21.714 INFO O| Feb 24 03:46:21.714 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-02-24T03:46:23.695Z[ recovery-image] Feb 24 03:46:21.727 INFO O| Feb 24 03:46:21.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74602026-02-24T03:46:23.695Z[ recovery-image] Feb 24 03:46:21.727 INFO O| Feb 24 03:46:21.727 INFO STEP 876 (remove_files) COMPLETE
74612026-02-24T03:46:23.695Z[ recovery-image] Feb 24 03:46:21.727 INFO O| Feb 24 03:46:21.727 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-02-24T03:46:23.709Z[ recovery-image] Feb 24 03:46:21.741 INFO O| Feb 24 03:46:21.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74632026-02-24T03:46:23.709Z[ recovery-image] Feb 24 03:46:21.741 INFO O| Feb 24 03:46:21.741 INFO STEP 877 (remove_files) COMPLETE
74642026-02-24T03:46:23.711Z[ recovery-image] Feb 24 03:46:21.741 INFO O| Feb 24 03:46:21.741 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-02-24T03:46:23.723Z[ recovery-image] Feb 24 03:46:21.755 INFO O| Feb 24 03:46:21.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74662026-02-24T03:46:23.725Z[ recovery-image] Feb 24 03:46:21.755 INFO O| Feb 24 03:46:21.755 INFO STEP 878 (remove_files) COMPLETE
74672026-02-24T03:46:23.725Z[ recovery-image] Feb 24 03:46:21.755 INFO O| Feb 24 03:46:21.755 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-02-24T03:46:23.736Z[ recovery-image] Feb 24 03:46:21.769 INFO O| Feb 24 03:46:21.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74692026-02-24T03:46:23.737Z[ recovery-image] Feb 24 03:46:21.769 INFO O| Feb 24 03:46:21.769 INFO STEP 879 (remove_files) COMPLETE
74702026-02-24T03:46:23.737Z[ recovery-image] Feb 24 03:46:21.769 INFO O| Feb 24 03:46:21.769 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-02-24T03:46:23.750Z[ recovery-image] Feb 24 03:46:21.782 INFO O| Feb 24 03:46:21.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74722026-02-24T03:46:23.750Z[ recovery-image] Feb 24 03:46:21.782 INFO O| Feb 24 03:46:21.782 INFO STEP 880 (remove_files) COMPLETE
74732026-02-24T03:46:23.750Z[ recovery-image] Feb 24 03:46:21.782 INFO O| Feb 24 03:46:21.782 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-02-24T03:46:23.763Z[ recovery-image] Feb 24 03:46:21.795 INFO O| Feb 24 03:46:21.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74752026-02-24T03:46:23.763Z[ recovery-image] Feb 24 03:46:21.796 INFO O| Feb 24 03:46:21.796 INFO STEP 881 (remove_files) COMPLETE
74762026-02-24T03:46:23.766Z[ recovery-image] Feb 24 03:46:21.796 INFO O| Feb 24 03:46:21.796 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-02-24T03:46:23.777Z[ recovery-image] Feb 24 03:46:21.809 INFO O| Feb 24 03:46:21.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74782026-02-24T03:46:23.777Z[ recovery-image] Feb 24 03:46:21.809 INFO O| Feb 24 03:46:21.809 INFO STEP 882 (remove_files) COMPLETE
74792026-02-24T03:46:23.777Z[ recovery-image] Feb 24 03:46:21.809 INFO O| Feb 24 03:46:21.809 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-02-24T03:46:23.791Z[ recovery-image] Feb 24 03:46:21.822 INFO O| Feb 24 03:46:21.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74812026-02-24T03:46:23.791Z[ recovery-image] Feb 24 03:46:21.822 INFO O| Feb 24 03:46:21.822 INFO STEP 883 (remove_files) COMPLETE
74822026-02-24T03:46:23.791Z[ recovery-image] Feb 24 03:46:21.822 INFO O| Feb 24 03:46:21.822 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-02-24T03:46:23.803Z[ recovery-image] Feb 24 03:46:21.835 INFO O| Feb 24 03:46:21.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74842026-02-24T03:46:23.803Z[ recovery-image] Feb 24 03:46:21.835 INFO O| Feb 24 03:46:21.835 INFO STEP 884 (remove_files) COMPLETE
74852026-02-24T03:46:23.803Z[ recovery-image] Feb 24 03:46:21.835 INFO O| Feb 24 03:46:21.835 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-02-24T03:46:23.817Z[ recovery-image] Feb 24 03:46:21.849 INFO O| Feb 24 03:46:21.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74872026-02-24T03:46:23.817Z[ recovery-image] Feb 24 03:46:21.850 INFO O| Feb 24 03:46:21.850 INFO STEP 885 (remove_files) COMPLETE
74882026-02-24T03:46:23.820Z[ recovery-image] Feb 24 03:46:21.850 INFO O| Feb 24 03:46:21.850 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-02-24T03:46:23.831Z[ recovery-image] Feb 24 03:46:21.863 INFO O| Feb 24 03:46:21.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74902026-02-24T03:46:23.831Z[ recovery-image] Feb 24 03:46:21.863 INFO O| Feb 24 03:46:21.863 INFO STEP 886 (remove_files) COMPLETE
74912026-02-24T03:46:23.834Z[ recovery-image] Feb 24 03:46:21.863 INFO O| Feb 24 03:46:21.863 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-02-24T03:46:23.844Z[ recovery-image] Feb 24 03:46:21.876 INFO O| Feb 24 03:46:21.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74932026-02-24T03:46:23.844Z[ recovery-image] Feb 24 03:46:21.876 INFO O| Feb 24 03:46:21.876 INFO STEP 887 (remove_files) COMPLETE
74942026-02-24T03:46:23.844Z[ recovery-image] Feb 24 03:46:21.876 INFO O| Feb 24 03:46:21.876 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-02-24T03:46:23.858Z[ recovery-image] Feb 24 03:46:21.889 INFO O| Feb 24 03:46:21.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74962026-02-24T03:46:23.858Z[ recovery-image] Feb 24 03:46:21.889 INFO O| Feb 24 03:46:21.889 INFO STEP 888 (remove_files) COMPLETE
74972026-02-24T03:46:23.861Z[ recovery-image] Feb 24 03:46:21.889 INFO O| Feb 24 03:46:21.889 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-02-24T03:46:23.870Z[ recovery-image] Feb 24 03:46:21.902 INFO O| Feb 24 03:46:21.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74992026-02-24T03:46:23.870Z[ recovery-image] Feb 24 03:46:21.902 INFO O| Feb 24 03:46:21.902 INFO STEP 889 (remove_files) COMPLETE
75002026-02-24T03:46:23.870Z[ recovery-image] Feb 24 03:46:21.902 INFO O| Feb 24 03:46:21.902 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-02-24T03:46:23.882Z[ recovery-image] Feb 24 03:46:21.915 INFO O| Feb 24 03:46:21.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75022026-02-24T03:46:23.882Z[ recovery-image] Feb 24 03:46:21.915 INFO O| Feb 24 03:46:21.915 INFO STEP 890 (remove_files) COMPLETE
75032026-02-24T03:46:23.885Z[ recovery-image] Feb 24 03:46:21.915 INFO O| Feb 24 03:46:21.915 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-02-24T03:46:23.898Z[ recovery-image] Feb 24 03:46:21.928 INFO O| Feb 24 03:46:21.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75052026-02-24T03:46:23.898Z[ recovery-image] Feb 24 03:46:21.928 INFO O| Feb 24 03:46:21.928 INFO STEP 891 (remove_files) COMPLETE
75062026-02-24T03:46:23.898Z[ recovery-image] Feb 24 03:46:21.928 INFO O| Feb 24 03:46:21.928 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-02-24T03:46:23.909Z[ recovery-image] Feb 24 03:46:21.941 INFO O| Feb 24 03:46:21.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75082026-02-24T03:46:23.909Z[ recovery-image] Feb 24 03:46:21.941 INFO O| Feb 24 03:46:21.941 INFO STEP 892 (remove_files) COMPLETE
75092026-02-24T03:46:23.912Z[ recovery-image] Feb 24 03:46:21.941 INFO O| Feb 24 03:46:21.941 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-02-24T03:46:23.921Z[ recovery-image] Feb 24 03:46:21.954 INFO O| Feb 24 03:46:21.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75112026-02-24T03:46:23.922Z[ recovery-image] Feb 24 03:46:21.954 INFO O| Feb 24 03:46:21.954 INFO STEP 893 (remove_files) COMPLETE
75122026-02-24T03:46:23.924Z[ recovery-image] Feb 24 03:46:21.954 INFO O| Feb 24 03:46:21.954 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-02-24T03:46:23.934Z[ recovery-image] Feb 24 03:46:21.967 INFO O| Feb 24 03:46:21.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75142026-02-24T03:46:23.934Z[ recovery-image] Feb 24 03:46:21.967 INFO O| Feb 24 03:46:21.967 INFO STEP 894 (remove_files) COMPLETE
75152026-02-24T03:46:23.939Z[ recovery-image] Feb 24 03:46:21.967 INFO O| Feb 24 03:46:21.967 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-02-24T03:46:23.947Z[ recovery-image] Feb 24 03:46:21.979 INFO O| Feb 24 03:46:21.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75172026-02-24T03:46:23.947Z[ recovery-image] Feb 24 03:46:21.980 INFO O| Feb 24 03:46:21.980 INFO STEP 895 (remove_files) COMPLETE
75182026-02-24T03:46:23.950Z[ recovery-image] Feb 24 03:46:21.980 INFO O| Feb 24 03:46:21.980 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-02-24T03:46:23.961Z[ recovery-image] Feb 24 03:46:21.993 INFO O| Feb 24 03:46:21.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75202026-02-24T03:46:23.961Z[ recovery-image] Feb 24 03:46:21.993 INFO O| Feb 24 03:46:21.993 INFO STEP 896 (remove_files) COMPLETE
75212026-02-24T03:46:23.961Z[ recovery-image] Feb 24 03:46:21.993 INFO O| Feb 24 03:46:21.993 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-02-24T03:46:23.973Z[ recovery-image] Feb 24 03:46:22.006 INFO O| Feb 24 03:46:22.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75232026-02-24T03:46:23.974Z[ recovery-image] Feb 24 03:46:22.006 INFO O| Feb 24 03:46:22.006 INFO STEP 897 (remove_files) COMPLETE
75242026-02-24T03:46:23.974Z[ recovery-image] Feb 24 03:46:22.006 INFO O| Feb 24 03:46:22.006 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-02-24T03:46:23.985Z[ recovery-image] Feb 24 03:46:22.017 INFO O| Feb 24 03:46:22.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75262026-02-24T03:46:23.985Z[ recovery-image] Feb 24 03:46:22.017 INFO O| Feb 24 03:46:22.017 INFO STEP 898 (remove_files) COMPLETE
75272026-02-24T03:46:23.988Z[ recovery-image] Feb 24 03:46:22.017 INFO O| Feb 24 03:46:22.017 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-02-24T03:46:23.997Z[ recovery-image] Feb 24 03:46:22.030 INFO O| Feb 24 03:46:22.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75292026-02-24T03:46:23.997Z[ recovery-image] Feb 24 03:46:22.030 INFO O| Feb 24 03:46:22.030 INFO STEP 899 (remove_files) COMPLETE
75302026-02-24T03:46:23.997Z[ recovery-image] Feb 24 03:46:22.030 INFO O| Feb 24 03:46:22.030 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-02-24T03:46:24.010Z[ recovery-image] Feb 24 03:46:22.042 INFO O| Feb 24 03:46:22.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75322026-02-24T03:46:24.010Z[ recovery-image] Feb 24 03:46:22.043 INFO O| Feb 24 03:46:22.043 INFO STEP 900 (remove_files) COMPLETE
75332026-02-24T03:46:24.010Z[ recovery-image] Feb 24 03:46:22.043 INFO O| Feb 24 03:46:22.043 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-02-24T03:46:24.023Z[ recovery-image] Feb 24 03:46:22.055 INFO O| Feb 24 03:46:22.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75352026-02-24T03:46:24.032Z[ recovery-image] Feb 24 03:46:22.056 INFO O| Feb 24 03:46:22.056 INFO STEP 901 (remove_files) COMPLETE
75362026-02-24T03:46:24.032Z[ recovery-image] Feb 24 03:46:22.056 INFO O| Feb 24 03:46:22.056 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-02-24T03:46:24.037Z[ recovery-image] Feb 24 03:46:22.069 INFO O| Feb 24 03:46:22.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75382026-02-24T03:46:24.037Z[ recovery-image] Feb 24 03:46:22.069 INFO O| Feb 24 03:46:22.069 INFO STEP 902 (remove_files) COMPLETE
75392026-02-24T03:46:24.040Z[ recovery-image] Feb 24 03:46:22.069 INFO O| Feb 24 03:46:22.069 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-02-24T03:46:24.050Z[ recovery-image] Feb 24 03:46:22.082 INFO O| Feb 24 03:46:22.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75412026-02-24T03:46:24.050Z[ recovery-image] Feb 24 03:46:22.082 INFO O| Feb 24 03:46:22.082 INFO STEP 903 (remove_files) COMPLETE
75422026-02-24T03:46:24.053Z[ recovery-image] Feb 24 03:46:22.082 INFO O| Feb 24 03:46:22.082 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-02-24T03:46:24.063Z[ recovery-image] Feb 24 03:46:22.095 INFO O| Feb 24 03:46:22.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75442026-02-24T03:46:24.063Z[ recovery-image] Feb 24 03:46:22.095 INFO O| Feb 24 03:46:22.095 INFO STEP 904 (remove_files) COMPLETE
75452026-02-24T03:46:24.066Z[ recovery-image] Feb 24 03:46:22.095 INFO O| Feb 24 03:46:22.095 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-02-24T03:46:24.076Z[ recovery-image] Feb 24 03:46:22.108 INFO O| Feb 24 03:46:22.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75472026-02-24T03:46:24.076Z[ recovery-image] Feb 24 03:46:22.108 INFO O| Feb 24 03:46:22.108 INFO STEP 905 (remove_files) COMPLETE
75482026-02-24T03:46:24.079Z[ recovery-image] Feb 24 03:46:22.108 INFO O| Feb 24 03:46:22.108 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-02-24T03:46:24.088Z[ recovery-image] Feb 24 03:46:22.120 INFO O| Feb 24 03:46:22.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75502026-02-24T03:46:24.088Z[ recovery-image] Feb 24 03:46:22.121 INFO O| Feb 24 03:46:22.121 INFO STEP 906 (remove_files) COMPLETE
75512026-02-24T03:46:24.088Z[ recovery-image] Feb 24 03:46:22.121 INFO O| Feb 24 03:46:22.121 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-02-24T03:46:24.101Z[ recovery-image] Feb 24 03:46:22.133 INFO O| Feb 24 03:46:22.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75532026-02-24T03:46:24.101Z[ recovery-image] Feb 24 03:46:22.133 INFO O| Feb 24 03:46:22.133 INFO STEP 907 (remove_files) COMPLETE
75542026-02-24T03:46:24.101Z[ recovery-image] Feb 24 03:46:22.133 INFO O| Feb 24 03:46:22.133 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-02-24T03:46:24.115Z[ recovery-image] Feb 24 03:46:22.147 INFO O| Feb 24 03:46:22.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75562026-02-24T03:46:24.115Z[ recovery-image] Feb 24 03:46:22.147 INFO O| Feb 24 03:46:22.147 INFO STEP 908 (remove_files) COMPLETE
75572026-02-24T03:46:24.115Z[ recovery-image] Feb 24 03:46:22.147 INFO O| Feb 24 03:46:22.147 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-02-24T03:46:24.128Z[ recovery-image] Feb 24 03:46:22.160 INFO O| Feb 24 03:46:22.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75592026-02-24T03:46:24.129Z[ recovery-image] Feb 24 03:46:22.161 INFO O| Feb 24 03:46:22.160 INFO STEP 909 (remove_files) COMPLETE
75602026-02-24T03:46:24.132Z[ recovery-image] Feb 24 03:46:22.161 INFO O| Feb 24 03:46:22.161 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-02-24T03:46:24.142Z[ recovery-image] Feb 24 03:46:22.174 INFO O| Feb 24 03:46:22.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75622026-02-24T03:46:24.142Z[ recovery-image] Feb 24 03:46:22.174 INFO O| Feb 24 03:46:22.174 INFO STEP 910 (remove_files) COMPLETE
75632026-02-24T03:46:24.142Z[ recovery-image] Feb 24 03:46:22.174 INFO O| Feb 24 03:46:22.174 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-02-24T03:46:24.155Z[ recovery-image] Feb 24 03:46:22.187 INFO O| Feb 24 03:46:22.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75652026-02-24T03:46:24.156Z[ recovery-image] Feb 24 03:46:22.187 INFO O| Feb 24 03:46:22.187 INFO STEP 911 (remove_files) COMPLETE
75662026-02-24T03:46:24.160Z[ recovery-image] Feb 24 03:46:22.187 INFO O| Feb 24 03:46:22.187 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-02-24T03:46:24.169Z[ recovery-image] Feb 24 03:46:22.200 INFO O| Feb 24 03:46:22.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75682026-02-24T03:46:24.169Z[ recovery-image] Feb 24 03:46:22.201 INFO O| Feb 24 03:46:22.201 INFO STEP 912 (remove_files) COMPLETE
75692026-02-24T03:46:24.173Z[ recovery-image] Feb 24 03:46:22.201 INFO O| Feb 24 03:46:22.201 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-02-24T03:46:24.182Z[ recovery-image] Feb 24 03:46:22.214 INFO O| Feb 24 03:46:22.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75712026-02-24T03:46:24.182Z[ recovery-image] Feb 24 03:46:22.214 INFO O| Feb 24 03:46:22.214 INFO STEP 913 (remove_files) COMPLETE
75722026-02-24T03:46:24.185Z[ recovery-image] Feb 24 03:46:22.214 INFO O| Feb 24 03:46:22.214 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-02-24T03:46:24.195Z[ recovery-image] Feb 24 03:46:22.226 INFO O| Feb 24 03:46:22.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75742026-02-24T03:46:24.195Z[ recovery-image] Feb 24 03:46:22.227 INFO O| Feb 24 03:46:22.227 INFO STEP 914 (remove_files) COMPLETE
75752026-02-24T03:46:24.197Z[ recovery-image] Feb 24 03:46:22.227 INFO O| Feb 24 03:46:22.227 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-02-24T03:46:24.208Z[ recovery-image] Feb 24 03:46:22.240 INFO O| Feb 24 03:46:22.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75772026-02-24T03:46:24.208Z[ recovery-image] Feb 24 03:46:22.240 INFO O| Feb 24 03:46:22.240 INFO STEP 915 (remove_files) COMPLETE
75782026-02-24T03:46:24.208Z[ recovery-image] Feb 24 03:46:22.240 INFO O| Feb 24 03:46:22.240 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-02-24T03:46:24.222Z[ recovery-image] Feb 24 03:46:22.254 INFO O| Feb 24 03:46:22.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75802026-02-24T03:46:24.222Z[ recovery-image] Feb 24 03:46:22.254 INFO O| Feb 24 03:46:22.254 INFO STEP 916 (remove_files) COMPLETE
75812026-02-24T03:46:24.222Z[ recovery-image] Feb 24 03:46:22.254 INFO O| Feb 24 03:46:22.254 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-02-24T03:46:24.236Z[ recovery-image] Feb 24 03:46:22.268 INFO O| Feb 24 03:46:22.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75832026-02-24T03:46:24.236Z[ recovery-image] Feb 24 03:46:22.268 INFO O| Feb 24 03:46:22.268 INFO STEP 917 (remove_files) COMPLETE
75842026-02-24T03:46:24.236Z[ recovery-image] Feb 24 03:46:22.268 INFO O| Feb 24 03:46:22.268 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-02-24T03:46:24.249Z[ recovery-image] Feb 24 03:46:22.281 INFO O| Feb 24 03:46:22.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75862026-02-24T03:46:24.253Z[ recovery-image] Feb 24 03:46:22.281 INFO O| Feb 24 03:46:22.281 INFO STEP 918 (remove_files) COMPLETE
75872026-02-24T03:46:24.253Z[ recovery-image] Feb 24 03:46:22.281 INFO O| Feb 24 03:46:22.281 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-02-24T03:46:24.263Z[ recovery-image] Feb 24 03:46:22.295 INFO O| Feb 24 03:46:22.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75892026-02-24T03:46:24.263Z[ recovery-image] Feb 24 03:46:22.295 INFO O| Feb 24 03:46:22.295 INFO STEP 919 (remove_files) COMPLETE
75902026-02-24T03:46:24.263Z[ recovery-image] Feb 24 03:46:22.295 INFO O| Feb 24 03:46:22.295 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-02-24T03:46:24.276Z[ recovery-image] Feb 24 03:46:22.308 INFO O| Feb 24 03:46:22.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75922026-02-24T03:46:24.279Z[ recovery-image] Feb 24 03:46:22.308 INFO O| Feb 24 03:46:22.308 INFO STEP 920 (remove_files) COMPLETE
75932026-02-24T03:46:24.279Z[ recovery-image] Feb 24 03:46:22.309 INFO O| Feb 24 03:46:22.308 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-02-24T03:46:24.290Z[ recovery-image] Feb 24 03:46:22.321 INFO O| Feb 24 03:46:22.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75952026-02-24T03:46:24.290Z[ recovery-image] Feb 24 03:46:22.322 INFO O| Feb 24 03:46:22.322 INFO STEP 921 (remove_files) COMPLETE
75962026-02-24T03:46:24.290Z[ recovery-image] Feb 24 03:46:22.322 INFO O| Feb 24 03:46:22.322 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-02-24T03:46:24.303Z[ recovery-image] Feb 24 03:46:22.335 INFO O| Feb 24 03:46:22.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75982026-02-24T03:46:24.303Z[ recovery-image] Feb 24 03:46:22.335 INFO O| Feb 24 03:46:22.335 INFO STEP 922 (remove_files) COMPLETE
75992026-02-24T03:46:24.303Z[ recovery-image] Feb 24 03:46:22.335 INFO O| Feb 24 03:46:22.335 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-02-24T03:46:24.316Z[ recovery-image] Feb 24 03:46:22.348 INFO O| Feb 24 03:46:22.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76012026-02-24T03:46:24.316Z[ recovery-image] Feb 24 03:46:22.348 INFO O| Feb 24 03:46:22.348 INFO STEP 923 (remove_files) COMPLETE
76022026-02-24T03:46:24.316Z[ recovery-image] Feb 24 03:46:22.348 INFO O| Feb 24 03:46:22.348 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-02-24T03:46:24.330Z[ recovery-image] Feb 24 03:46:22.361 INFO O| Feb 24 03:46:22.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76042026-02-24T03:46:24.330Z[ recovery-image] Feb 24 03:46:22.361 INFO O| Feb 24 03:46:22.361 INFO STEP 924 (remove_files) COMPLETE
76052026-02-24T03:46:24.333Z[ recovery-image] Feb 24 03:46:22.361 INFO O| Feb 24 03:46:22.361 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-02-24T03:46:24.342Z[ recovery-image] Feb 24 03:46:22.374 INFO O| Feb 24 03:46:22.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76072026-02-24T03:46:24.342Z[ recovery-image] Feb 24 03:46:22.374 INFO O| Feb 24 03:46:22.374 INFO STEP 925 (remove_files) COMPLETE
76082026-02-24T03:46:24.346Z[ recovery-image] Feb 24 03:46:22.374 INFO O| Feb 24 03:46:22.374 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-02-24T03:46:24.356Z[ recovery-image] Feb 24 03:46:22.388 INFO O| Feb 24 03:46:22.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76102026-02-24T03:46:24.356Z[ recovery-image] Feb 24 03:46:22.388 INFO O| Feb 24 03:46:22.388 INFO STEP 926 (remove_files) COMPLETE
76112026-02-24T03:46:24.356Z[ recovery-image] Feb 24 03:46:22.388 INFO O| Feb 24 03:46:22.388 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-02-24T03:46:24.370Z[ recovery-image] Feb 24 03:46:22.401 INFO O| Feb 24 03:46:22.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76132026-02-24T03:46:24.370Z[ recovery-image] Feb 24 03:46:22.401 INFO O| Feb 24 03:46:22.401 INFO STEP 927 (remove_files) COMPLETE
76142026-02-24T03:46:24.370Z[ recovery-image] Feb 24 03:46:22.401 INFO O| Feb 24 03:46:22.401 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-02-24T03:46:24.382Z[ recovery-image] Feb 24 03:46:22.414 INFO O| Feb 24 03:46:22.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76162026-02-24T03:46:24.382Z[ recovery-image] Feb 24 03:46:22.414 INFO O| Feb 24 03:46:22.414 INFO STEP 928 (remove_files) COMPLETE
76172026-02-24T03:46:24.382Z[ recovery-image] Feb 24 03:46:22.414 INFO O| Feb 24 03:46:22.414 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-02-24T03:46:24.396Z[ recovery-image] Feb 24 03:46:22.428 INFO O| Feb 24 03:46:22.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76192026-02-24T03:46:24.396Z[ recovery-image] Feb 24 03:46:22.428 INFO O| Feb 24 03:46:22.428 INFO STEP 929 (remove_files) COMPLETE
76202026-02-24T03:46:24.396Z[ recovery-image] Feb 24 03:46:22.428 INFO O| Feb 24 03:46:22.428 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-02-24T03:46:24.409Z[ recovery-image] Feb 24 03:46:22.441 INFO O| Feb 24 03:46:22.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76222026-02-24T03:46:24.409Z[ recovery-image] Feb 24 03:46:22.441 INFO O| Feb 24 03:46:22.441 INFO STEP 930 (remove_files) COMPLETE
76232026-02-24T03:46:24.409Z[ recovery-image] Feb 24 03:46:22.441 INFO O| Feb 24 03:46:22.441 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-02-24T03:46:24.422Z[ recovery-image] Feb 24 03:46:22.454 INFO O| Feb 24 03:46:22.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76252026-02-24T03:46:24.422Z[ recovery-image] Feb 24 03:46:22.454 INFO O| Feb 24 03:46:22.454 INFO STEP 931 (remove_files) COMPLETE
76262026-02-24T03:46:24.422Z[ recovery-image] Feb 24 03:46:22.454 INFO O| Feb 24 03:46:22.454 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-02-24T03:46:24.435Z[ recovery-image] Feb 24 03:46:22.467 INFO O| Feb 24 03:46:22.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76282026-02-24T03:46:24.435Z[ recovery-image] Feb 24 03:46:22.467 INFO O| Feb 24 03:46:22.467 INFO STEP 932 (remove_files) COMPLETE
76292026-02-24T03:46:24.435Z[ recovery-image] Feb 24 03:46:22.467 INFO O| Feb 24 03:46:22.467 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-02-24T03:46:24.449Z[ recovery-image] Feb 24 03:46:22.481 INFO O| Feb 24 03:46:22.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76312026-02-24T03:46:24.449Z[ recovery-image] Feb 24 03:46:22.481 INFO O| Feb 24 03:46:22.481 INFO STEP 933 (remove_files) COMPLETE
76322026-02-24T03:46:24.449Z[ recovery-image] Feb 24 03:46:22.481 INFO O| Feb 24 03:46:22.481 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-02-24T03:46:24.462Z[ recovery-image] Feb 24 03:46:22.494 INFO O| Feb 24 03:46:22.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76342026-02-24T03:46:24.462Z[ recovery-image] Feb 24 03:46:22.494 INFO O| Feb 24 03:46:22.494 INFO STEP 934 (remove_files) COMPLETE
76352026-02-24T03:46:24.465Z[ recovery-image] Feb 24 03:46:22.494 INFO O| Feb 24 03:46:22.494 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-02-24T03:46:24.475Z[ recovery-image] Feb 24 03:46:22.507 INFO O| Feb 24 03:46:22.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76372026-02-24T03:46:24.475Z[ recovery-image] Feb 24 03:46:22.507 INFO O| Feb 24 03:46:22.507 INFO STEP 935 (remove_files) COMPLETE
76382026-02-24T03:46:24.478Z[ recovery-image] Feb 24 03:46:22.507 INFO O| Feb 24 03:46:22.507 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-02-24T03:46:24.488Z[ recovery-image] Feb 24 03:46:22.520 INFO O| Feb 24 03:46:22.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76402026-02-24T03:46:24.488Z[ recovery-image] Feb 24 03:46:22.521 INFO O| Feb 24 03:46:22.521 INFO STEP 936 (remove_files) COMPLETE
76412026-02-24T03:46:24.491Z[ recovery-image] Feb 24 03:46:22.521 INFO O| Feb 24 03:46:22.521 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-02-24T03:46:24.502Z[ recovery-image] Feb 24 03:46:22.534 INFO O| Feb 24 03:46:22.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76432026-02-24T03:46:24.502Z[ recovery-image] Feb 24 03:46:22.534 INFO O| Feb 24 03:46:22.534 INFO STEP 937 (remove_files) COMPLETE
76442026-02-24T03:46:24.502Z[ recovery-image] Feb 24 03:46:22.534 INFO O| Feb 24 03:46:22.534 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-02-24T03:46:24.515Z[ recovery-image] Feb 24 03:46:22.547 INFO O| Feb 24 03:46:22.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76462026-02-24T03:46:24.515Z[ recovery-image] Feb 24 03:46:22.547 INFO O| Feb 24 03:46:22.547 INFO STEP 938 (remove_files) COMPLETE
76472026-02-24T03:46:24.519Z[ recovery-image] Feb 24 03:46:22.547 INFO O| Feb 24 03:46:22.547 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-02-24T03:46:24.529Z[ recovery-image] Feb 24 03:46:22.560 INFO O| Feb 24 03:46:22.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76492026-02-24T03:46:24.534Z[ recovery-image] Feb 24 03:46:22.560 INFO O| Feb 24 03:46:22.560 INFO STEP 939 (remove_files) COMPLETE
76502026-02-24T03:46:24.534Z[ recovery-image] Feb 24 03:46:22.561 INFO O| Feb 24 03:46:22.560 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-02-24T03:46:24.542Z[ recovery-image] Feb 24 03:46:22.574 INFO O| Feb 24 03:46:22.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76522026-02-24T03:46:24.542Z[ recovery-image] Feb 24 03:46:22.574 INFO O| Feb 24 03:46:22.574 INFO STEP 940 (remove_files) COMPLETE
76532026-02-24T03:46:24.542Z[ recovery-image] Feb 24 03:46:22.574 INFO O| Feb 24 03:46:22.574 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-02-24T03:46:24.555Z[ recovery-image] Feb 24 03:46:22.587 INFO O| Feb 24 03:46:22.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76552026-02-24T03:46:24.555Z[ recovery-image] Feb 24 03:46:22.587 INFO O| Feb 24 03:46:22.587 INFO STEP 941 (remove_files) COMPLETE
76562026-02-24T03:46:24.555Z[ recovery-image] Feb 24 03:46:22.587 INFO O| Feb 24 03:46:22.587 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-02-24T03:46:24.568Z[ recovery-image] Feb 24 03:46:22.600 INFO O| Feb 24 03:46:22.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76582026-02-24T03:46:24.568Z[ recovery-image] Feb 24 03:46:22.601 INFO O| Feb 24 03:46:22.600 INFO STEP 942 (remove_files) COMPLETE
76592026-02-24T03:46:24.569Z[ recovery-image] Feb 24 03:46:22.601 INFO O| Feb 24 03:46:22.601 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-02-24T03:46:24.582Z[ recovery-image] Feb 24 03:46:22.614 INFO O| Feb 24 03:46:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76612026-02-24T03:46:24.582Z[ recovery-image] Feb 24 03:46:22.614 INFO O| Feb 24 03:46:22.614 INFO STEP 943 (remove_files) COMPLETE
76622026-02-24T03:46:24.585Z[ recovery-image] Feb 24 03:46:22.614 INFO O| Feb 24 03:46:22.614 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-02-24T03:46:24.595Z[ recovery-image] Feb 24 03:46:22.627 INFO O| Feb 24 03:46:22.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76642026-02-24T03:46:24.595Z[ recovery-image] Feb 24 03:46:22.627 INFO O| Feb 24 03:46:22.627 INFO STEP 944 (remove_files) COMPLETE
76652026-02-24T03:46:24.595Z[ recovery-image] Feb 24 03:46:22.627 INFO O| Feb 24 03:46:22.627 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-02-24T03:46:24.608Z[ recovery-image] Feb 24 03:46:22.640 INFO O| Feb 24 03:46:22.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76672026-02-24T03:46:24.608Z[ recovery-image] Feb 24 03:46:22.640 INFO O| Feb 24 03:46:22.640 INFO STEP 945 (remove_files) COMPLETE
76682026-02-24T03:46:24.611Z[ recovery-image] Feb 24 03:46:22.640 INFO O| Feb 24 03:46:22.640 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-02-24T03:46:24.622Z[ recovery-image] Feb 24 03:46:22.653 INFO O| Feb 24 03:46:22.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76702026-02-24T03:46:24.622Z[ recovery-image] Feb 24 03:46:22.654 INFO O| Feb 24 03:46:22.654 INFO STEP 946 (remove_files) COMPLETE
76712026-02-24T03:46:24.622Z[ recovery-image] Feb 24 03:46:22.654 INFO O| Feb 24 03:46:22.654 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-02-24T03:46:24.635Z[ recovery-image] Feb 24 03:46:22.667 INFO O| Feb 24 03:46:22.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76732026-02-24T03:46:24.635Z[ recovery-image] Feb 24 03:46:22.667 INFO O| Feb 24 03:46:22.667 INFO STEP 947 (remove_files) COMPLETE
76742026-02-24T03:46:24.635Z[ recovery-image] Feb 24 03:46:22.667 INFO O| Feb 24 03:46:22.667 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-02-24T03:46:24.648Z[ recovery-image] Feb 24 03:46:22.680 INFO O| Feb 24 03:46:22.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76762026-02-24T03:46:24.648Z[ recovery-image] Feb 24 03:46:22.680 INFO O| Feb 24 03:46:22.680 INFO STEP 948 (remove_files) COMPLETE
76772026-02-24T03:46:24.648Z[ recovery-image] Feb 24 03:46:22.680 INFO O| Feb 24 03:46:22.680 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-02-24T03:46:24.662Z[ recovery-image] Feb 24 03:46:22.694 INFO O| Feb 24 03:46:22.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76792026-02-24T03:46:24.662Z[ recovery-image] Feb 24 03:46:22.694 INFO O| Feb 24 03:46:22.694 INFO STEP 949 (remove_files) COMPLETE
76802026-02-24T03:46:24.666Z[ recovery-image] Feb 24 03:46:22.694 INFO O| Feb 24 03:46:22.694 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-02-24T03:46:24.675Z[ recovery-image] Feb 24 03:46:22.707 INFO O| Feb 24 03:46:22.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76822026-02-24T03:46:24.676Z[ recovery-image] Feb 24 03:46:22.707 INFO O| Feb 24 03:46:22.707 INFO STEP 950 (remove_files) COMPLETE
76832026-02-24T03:46:24.676Z[ recovery-image] Feb 24 03:46:22.707 INFO O| Feb 24 03:46:22.707 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-02-24T03:46:24.688Z[ recovery-image] Feb 24 03:46:22.720 INFO O| Feb 24 03:46:22.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76852026-02-24T03:46:24.688Z[ recovery-image] Feb 24 03:46:22.720 INFO O| Feb 24 03:46:22.720 INFO STEP 951 (remove_files) COMPLETE
76862026-02-24T03:46:24.691Z[ recovery-image] Feb 24 03:46:22.720 INFO O| Feb 24 03:46:22.720 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-02-24T03:46:24.701Z[ recovery-image] Feb 24 03:46:22.733 INFO O| Feb 24 03:46:22.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76882026-02-24T03:46:24.701Z[ recovery-image] Feb 24 03:46:22.733 INFO O| Feb 24 03:46:22.733 INFO STEP 952 (remove_files) COMPLETE
76892026-02-24T03:46:24.704Z[ recovery-image] Feb 24 03:46:22.733 INFO O| Feb 24 03:46:22.733 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-02-24T03:46:24.714Z[ recovery-image] Feb 24 03:46:22.746 INFO O| Feb 24 03:46:22.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76912026-02-24T03:46:24.714Z[ recovery-image] Feb 24 03:46:22.746 INFO O| Feb 24 03:46:22.746 INFO STEP 953 (remove_files) COMPLETE
76922026-02-24T03:46:24.714Z[ recovery-image] Feb 24 03:46:22.746 INFO O| Feb 24 03:46:22.746 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-02-24T03:46:24.728Z[ recovery-image] Feb 24 03:46:22.760 INFO O| Feb 24 03:46:22.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76942026-02-24T03:46:24.728Z[ recovery-image] Feb 24 03:46:22.760 INFO O| Feb 24 03:46:22.760 INFO STEP 954 (remove_files) COMPLETE
76952026-02-24T03:46:24.731Z[ recovery-image] Feb 24 03:46:22.760 INFO O| Feb 24 03:46:22.760 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-02-24T03:46:24.742Z[ recovery-image] Feb 24 03:46:22.774 INFO O| Feb 24 03:46:22.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76972026-02-24T03:46:24.742Z[ recovery-image] Feb 24 03:46:22.774 INFO O| Feb 24 03:46:22.774 INFO STEP 955 (remove_files) COMPLETE
76982026-02-24T03:46:24.742Z[ recovery-image] Feb 24 03:46:22.774 INFO O| Feb 24 03:46:22.774 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-02-24T03:46:24.756Z[ recovery-image] Feb 24 03:46:22.788 INFO O| Feb 24 03:46:22.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77002026-02-24T03:46:24.756Z[ recovery-image] Feb 24 03:46:22.788 INFO O| Feb 24 03:46:22.788 INFO STEP 956 (remove_files) COMPLETE
77012026-02-24T03:46:24.756Z[ recovery-image] Feb 24 03:46:22.788 INFO O| Feb 24 03:46:22.788 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-02-24T03:46:24.770Z[ recovery-image] Feb 24 03:46:22.801 INFO O| Feb 24 03:46:22.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77032026-02-24T03:46:24.770Z[ recovery-image] Feb 24 03:46:22.801 INFO O| Feb 24 03:46:22.801 INFO STEP 957 (remove_files) COMPLETE
77042026-02-24T03:46:24.773Z[ recovery-image] Feb 24 03:46:22.801 INFO O| Feb 24 03:46:22.801 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-02-24T03:46:24.783Z[ recovery-image] Feb 24 03:46:22.815 INFO O| Feb 24 03:46:22.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77062026-02-24T03:46:24.783Z[ recovery-image] Feb 24 03:46:22.815 INFO O| Feb 24 03:46:22.815 INFO STEP 958 (remove_files) COMPLETE
77072026-02-24T03:46:24.785Z[ recovery-image] Feb 24 03:46:22.815 INFO O| Feb 24 03:46:22.815 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-02-24T03:46:24.796Z[ recovery-image] Feb 24 03:46:22.827 INFO O| Feb 24 03:46:22.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77092026-02-24T03:46:24.796Z[ recovery-image] Feb 24 03:46:22.828 INFO O| Feb 24 03:46:22.827 INFO STEP 959 (remove_files) COMPLETE
77102026-02-24T03:46:24.796Z[ recovery-image] Feb 24 03:46:22.828 INFO O| Feb 24 03:46:22.828 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-02-24T03:46:24.809Z[ recovery-image] Feb 24 03:46:22.841 INFO O| Feb 24 03:46:22.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77122026-02-24T03:46:24.809Z[ recovery-image] Feb 24 03:46:22.841 INFO O| Feb 24 03:46:22.841 INFO STEP 960 (remove_files) COMPLETE
77132026-02-24T03:46:24.809Z[ recovery-image] Feb 24 03:46:22.841 INFO O| Feb 24 03:46:22.841 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-02-24T03:46:24.823Z[ recovery-image] Feb 24 03:46:22.854 INFO O| Feb 24 03:46:22.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77152026-02-24T03:46:24.823Z[ recovery-image] Feb 24 03:46:22.855 INFO O| Feb 24 03:46:22.854 INFO STEP 961 (remove_files) COMPLETE
77162026-02-24T03:46:24.828Z[ recovery-image] Feb 24 03:46:22.855 INFO O| Feb 24 03:46:22.854 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-02-24T03:46:24.836Z[ recovery-image] Feb 24 03:46:22.868 INFO O| Feb 24 03:46:22.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77182026-02-24T03:46:24.836Z[ recovery-image] Feb 24 03:46:22.868 INFO O| Feb 24 03:46:22.868 INFO STEP 962 (remove_files) COMPLETE
77192026-02-24T03:46:24.839Z[ recovery-image] Feb 24 03:46:22.868 INFO O| Feb 24 03:46:22.868 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-02-24T03:46:24.849Z[ recovery-image] Feb 24 03:46:22.881 INFO O| Feb 24 03:46:22.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77212026-02-24T03:46:24.849Z[ recovery-image] Feb 24 03:46:22.881 INFO O| Feb 24 03:46:22.881 INFO STEP 963 (remove_files) COMPLETE
77222026-02-24T03:46:24.852Z[ recovery-image] Feb 24 03:46:22.881 INFO O| Feb 24 03:46:22.881 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-02-24T03:46:24.862Z[ recovery-image] Feb 24 03:46:22.894 INFO O| Feb 24 03:46:22.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77242026-02-24T03:46:24.862Z[ recovery-image] Feb 24 03:46:22.894 INFO O| Feb 24 03:46:22.894 INFO STEP 964 (remove_files) COMPLETE
77252026-02-24T03:46:24.865Z[ recovery-image] Feb 24 03:46:22.894 INFO O| Feb 24 03:46:22.894 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-02-24T03:46:24.876Z[ recovery-image] Feb 24 03:46:22.907 INFO O| Feb 24 03:46:22.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77272026-02-24T03:46:24.876Z[ recovery-image] Feb 24 03:46:22.908 INFO O| Feb 24 03:46:22.907 INFO STEP 965 (remove_files) COMPLETE
77282026-02-24T03:46:24.876Z[ recovery-image] Feb 24 03:46:22.908 INFO O| Feb 24 03:46:22.908 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-02-24T03:46:24.889Z[ recovery-image] Feb 24 03:46:22.921 INFO O| Feb 24 03:46:22.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77302026-02-24T03:46:24.889Z[ recovery-image] Feb 24 03:46:22.921 INFO O| Feb 24 03:46:22.921 INFO STEP 966 (remove_files) COMPLETE
77312026-02-24T03:46:24.892Z[ recovery-image] Feb 24 03:46:22.921 INFO O| Feb 24 03:46:22.921 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-02-24T03:46:24.903Z[ recovery-image] Feb 24 03:46:22.934 INFO O| Feb 24 03:46:22.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77332026-02-24T03:46:24.903Z[ recovery-image] Feb 24 03:46:22.935 INFO O| Feb 24 03:46:22.934 INFO STEP 967 (remove_files) COMPLETE
77342026-02-24T03:46:24.903Z[ recovery-image] Feb 24 03:46:22.935 INFO O| Feb 24 03:46:22.934 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-02-24T03:46:24.916Z[ recovery-image] Feb 24 03:46:22.948 INFO O| Feb 24 03:46:22.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77362026-02-24T03:46:24.919Z[ recovery-image] Feb 24 03:46:22.948 INFO O| Feb 24 03:46:22.948 INFO STEP 968 (remove_files) COMPLETE
77372026-02-24T03:46:24.919Z[ recovery-image] Feb 24 03:46:22.948 INFO O| Feb 24 03:46:22.948 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-02-24T03:46:24.929Z[ recovery-image] Feb 24 03:46:22.961 INFO O| Feb 24 03:46:22.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77392026-02-24T03:46:24.929Z[ recovery-image] Feb 24 03:46:22.961 INFO O| Feb 24 03:46:22.961 INFO STEP 969 (remove_files) COMPLETE
77402026-02-24T03:46:24.929Z[ recovery-image] Feb 24 03:46:22.961 INFO O| Feb 24 03:46:22.961 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-02-24T03:46:24.943Z[ recovery-image] Feb 24 03:46:22.975 INFO O| Feb 24 03:46:22.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77422026-02-24T03:46:24.943Z[ recovery-image] Feb 24 03:46:22.975 INFO O| Feb 24 03:46:22.975 INFO STEP 970 (remove_files) COMPLETE
77432026-02-24T03:46:24.943Z[ recovery-image] Feb 24 03:46:22.975 INFO O| Feb 24 03:46:22.975 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-02-24T03:46:24.957Z[ recovery-image] Feb 24 03:46:22.989 INFO O| Feb 24 03:46:22.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77452026-02-24T03:46:24.957Z[ recovery-image] Feb 24 03:46:22.989 INFO O| Feb 24 03:46:22.989 INFO STEP 971 (remove_files) COMPLETE
77462026-02-24T03:46:24.957Z[ recovery-image] Feb 24 03:46:22.989 INFO O| Feb 24 03:46:22.989 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-02-24T03:46:24.972Z[ recovery-image] Feb 24 03:46:23.003 INFO O| Feb 24 03:46:23.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77482026-02-24T03:46:24.972Z[ recovery-image] Feb 24 03:46:23.004 INFO O| Feb 24 03:46:23.004 INFO STEP 972 (remove_files) COMPLETE
77492026-02-24T03:46:24.972Z[ recovery-image] Feb 24 03:46:23.004 INFO O| Feb 24 03:46:23.004 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-02-24T03:46:24.987Z[ recovery-image] Feb 24 03:46:23.018 INFO O| Feb 24 03:46:23.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77512026-02-24T03:46:24.987Z[ recovery-image] Feb 24 03:46:23.018 INFO O| Feb 24 03:46:23.018 INFO STEP 973 (remove_files) COMPLETE
77522026-02-24T03:46:24.990Z[ recovery-image] Feb 24 03:46:23.018 INFO O| Feb 24 03:46:23.018 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-02-24T03:46:25.001Z[ recovery-image] Feb 24 03:46:23.032 INFO O| Feb 24 03:46:23.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77542026-02-24T03:46:25.001Z[ recovery-image] Feb 24 03:46:23.033 INFO O| Feb 24 03:46:23.033 INFO STEP 974 (remove_files) COMPLETE
77552026-02-24T03:46:25.001Z[ recovery-image] Feb 24 03:46:23.033 INFO O| Feb 24 03:46:23.033 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-02-24T03:46:25.028Z[ recovery-image] Feb 24 03:46:23.046 INFO O| Feb 24 03:46:23.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77572026-02-24T03:46:25.028Z[ recovery-image] Feb 24 03:46:23.047 INFO O| Feb 24 03:46:23.046 INFO STEP 975 (remove_files) COMPLETE
77582026-02-24T03:46:25.028Z[ recovery-image] Feb 24 03:46:23.047 INFO O| Feb 24 03:46:23.047 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-02-24T03:46:25.031Z[ recovery-image] Feb 24 03:46:23.060 INFO O| Feb 24 03:46:23.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77602026-02-24T03:46:25.031Z[ recovery-image] Feb 24 03:46:23.060 INFO O| Feb 24 03:46:23.060 INFO STEP 976 (remove_files) COMPLETE
77612026-02-24T03:46:25.031Z[ recovery-image] Feb 24 03:46:23.060 INFO O| Feb 24 03:46:23.060 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-02-24T03:46:25.043Z[ recovery-image] Feb 24 03:46:23.075 INFO O| Feb 24 03:46:23.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77632026-02-24T03:46:25.043Z[ recovery-image] Feb 24 03:46:23.075 INFO O| Feb 24 03:46:23.075 INFO STEP 977 (remove_files) COMPLETE
77642026-02-24T03:46:25.043Z[ recovery-image] Feb 24 03:46:23.075 INFO O| Feb 24 03:46:23.075 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-02-24T03:46:25.058Z[ recovery-image] Feb 24 03:46:23.090 INFO O| Feb 24 03:46:23.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77662026-02-24T03:46:25.061Z[ recovery-image] Feb 24 03:46:23.090 INFO O| Feb 24 03:46:23.090 INFO STEP 978 (remove_files) COMPLETE
77672026-02-24T03:46:25.061Z[ recovery-image] Feb 24 03:46:23.090 INFO O| Feb 24 03:46:23.090 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-02-24T03:46:25.073Z[ recovery-image] Feb 24 03:46:23.105 INFO O| Feb 24 03:46:23.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77692026-02-24T03:46:25.073Z[ recovery-image] Feb 24 03:46:23.105 INFO O| Feb 24 03:46:23.105 INFO STEP 979 (remove_files) COMPLETE
77702026-02-24T03:46:25.073Z[ recovery-image] Feb 24 03:46:23.105 INFO O| Feb 24 03:46:23.105 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-02-24T03:46:25.087Z[ recovery-image] Feb 24 03:46:23.119 INFO O| Feb 24 03:46:23.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77722026-02-24T03:46:25.087Z[ recovery-image] Feb 24 03:46:23.119 INFO O| Feb 24 03:46:23.119 INFO STEP 980 (remove_files) COMPLETE
77732026-02-24T03:46:25.087Z[ recovery-image] Feb 24 03:46:23.119 INFO O| Feb 24 03:46:23.119 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-02-24T03:46:25.101Z[ recovery-image] Feb 24 03:46:23.133 INFO O| Feb 24 03:46:23.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77752026-02-24T03:46:25.101Z[ recovery-image] Feb 24 03:46:23.133 INFO O| Feb 24 03:46:23.133 INFO STEP 981 (remove_files) COMPLETE
77762026-02-24T03:46:25.101Z[ recovery-image] Feb 24 03:46:23.133 INFO O| Feb 24 03:46:23.133 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-02-24T03:46:25.115Z[ recovery-image] Feb 24 03:46:23.146 INFO O| Feb 24 03:46:23.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77782026-02-24T03:46:25.118Z[ recovery-image] Feb 24 03:46:23.147 INFO O| Feb 24 03:46:23.147 INFO STEP 982 (remove_files) COMPLETE
77792026-02-24T03:46:25.118Z[ recovery-image] Feb 24 03:46:23.147 INFO O| Feb 24 03:46:23.147 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-02-24T03:46:25.127Z[ recovery-image] Feb 24 03:46:23.159 INFO O| Feb 24 03:46:23.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77812026-02-24T03:46:25.127Z[ recovery-image] Feb 24 03:46:23.159 INFO O| Feb 24 03:46:23.159 INFO STEP 983 (remove_files) COMPLETE
77822026-02-24T03:46:25.130Z[ recovery-image] Feb 24 03:46:23.159 INFO O| Feb 24 03:46:23.159 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-02-24T03:46:25.140Z[ recovery-image] Feb 24 03:46:23.172 INFO O| Feb 24 03:46:23.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77842026-02-24T03:46:25.140Z[ recovery-image] Feb 24 03:46:23.172 INFO O| Feb 24 03:46:23.172 INFO STEP 984 (remove_files) COMPLETE
77852026-02-24T03:46:25.143Z[ recovery-image] Feb 24 03:46:23.172 INFO O| Feb 24 03:46:23.172 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-02-24T03:46:25.153Z[ recovery-image] Feb 24 03:46:23.185 INFO O| Feb 24 03:46:23.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77872026-02-24T03:46:25.153Z[ recovery-image] Feb 24 03:46:23.185 INFO O| Feb 24 03:46:23.185 INFO STEP 985 (remove_files) COMPLETE
77882026-02-24T03:46:25.153Z[ recovery-image] Feb 24 03:46:23.185 INFO O| Feb 24 03:46:23.185 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-02-24T03:46:25.166Z[ recovery-image] Feb 24 03:46:23.198 INFO O| Feb 24 03:46:23.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77902026-02-24T03:46:25.166Z[ recovery-image] Feb 24 03:46:23.198 INFO O| Feb 24 03:46:23.198 INFO STEP 986 (remove_files) COMPLETE
77912026-02-24T03:46:25.169Z[ recovery-image] Feb 24 03:46:23.198 INFO O| Feb 24 03:46:23.198 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-02-24T03:46:25.179Z[ recovery-image] Feb 24 03:46:23.211 INFO O| Feb 24 03:46:23.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77932026-02-24T03:46:25.179Z[ recovery-image] Feb 24 03:46:23.211 INFO O| Feb 24 03:46:23.211 INFO STEP 987 (remove_files) COMPLETE
77942026-02-24T03:46:25.182Z[ recovery-image] Feb 24 03:46:23.211 INFO O| Feb 24 03:46:23.211 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-02-24T03:46:25.193Z[ recovery-image] Feb 24 03:46:23.224 INFO O| Feb 24 03:46:23.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77962026-02-24T03:46:25.196Z[ recovery-image] Feb 24 03:46:23.224 INFO O| Feb 24 03:46:23.224 INFO STEP 988 (remove_files) COMPLETE
77972026-02-24T03:46:25.196Z[ recovery-image] Feb 24 03:46:23.224 INFO O| Feb 24 03:46:23.224 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-02-24T03:46:25.206Z[ recovery-image] Feb 24 03:46:23.238 INFO O| Feb 24 03:46:23.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77992026-02-24T03:46:25.209Z[ recovery-image] Feb 24 03:46:23.238 INFO O| Feb 24 03:46:23.238 INFO STEP 989 (remove_files) COMPLETE
78002026-02-24T03:46:25.209Z[ recovery-image] Feb 24 03:46:23.238 INFO O| Feb 24 03:46:23.238 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-02-24T03:46:25.219Z[ recovery-image] Feb 24 03:46:23.251 INFO O| Feb 24 03:46:23.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78022026-02-24T03:46:25.219Z[ recovery-image] Feb 24 03:46:23.251 INFO O| Feb 24 03:46:23.251 INFO STEP 990 (remove_files) COMPLETE
78032026-02-24T03:46:25.222Z[ recovery-image] Feb 24 03:46:23.251 INFO O| Feb 24 03:46:23.251 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-02-24T03:46:25.233Z[ recovery-image] Feb 24 03:46:23.265 INFO O| Feb 24 03:46:23.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78052026-02-24T03:46:25.233Z[ recovery-image] Feb 24 03:46:23.265 INFO O| Feb 24 03:46:23.265 INFO STEP 991 (remove_files) COMPLETE
78062026-02-24T03:46:25.233Z[ recovery-image] Feb 24 03:46:23.265 INFO O| Feb 24 03:46:23.265 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-02-24T03:46:25.247Z[ recovery-image] Feb 24 03:46:23.279 INFO O| Feb 24 03:46:23.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78082026-02-24T03:46:25.247Z[ recovery-image] Feb 24 03:46:23.279 INFO O| Feb 24 03:46:23.279 INFO STEP 992 (remove_files) COMPLETE
78092026-02-24T03:46:25.250Z[ recovery-image] Feb 24 03:46:23.279 INFO O| Feb 24 03:46:23.279 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-02-24T03:46:25.261Z[ recovery-image] Feb 24 03:46:23.293 INFO O| Feb 24 03:46:23.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78112026-02-24T03:46:25.261Z[ recovery-image] Feb 24 03:46:23.293 INFO O| Feb 24 03:46:23.293 INFO STEP 993 (remove_files) COMPLETE
78122026-02-24T03:46:25.264Z[ recovery-image] Feb 24 03:46:23.293 INFO O| Feb 24 03:46:23.293 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-02-24T03:46:25.275Z[ recovery-image] Feb 24 03:46:23.307 INFO O| Feb 24 03:46:23.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78142026-02-24T03:46:25.275Z[ recovery-image] Feb 24 03:46:23.307 INFO O| Feb 24 03:46:23.307 INFO STEP 994 (remove_files) COMPLETE
78152026-02-24T03:46:25.275Z[ recovery-image] Feb 24 03:46:23.307 INFO O| Feb 24 03:46:23.307 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-02-24T03:46:25.289Z[ recovery-image] Feb 24 03:46:23.321 INFO O| Feb 24 03:46:23.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78172026-02-24T03:46:25.289Z[ recovery-image] Feb 24 03:46:23.321 INFO O| Feb 24 03:46:23.321 INFO STEP 995 (remove_files) COMPLETE
78182026-02-24T03:46:25.289Z[ recovery-image] Feb 24 03:46:23.321 INFO O| Feb 24 03:46:23.321 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-02-24T03:46:25.303Z[ recovery-image] Feb 24 03:46:23.334 INFO O| Feb 24 03:46:23.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78202026-02-24T03:46:25.303Z[ recovery-image] Feb 24 03:46:23.334 INFO O| Feb 24 03:46:23.334 INFO STEP 996 (remove_files) COMPLETE
78212026-02-24T03:46:25.306Z[ recovery-image] Feb 24 03:46:23.334 INFO O| Feb 24 03:46:23.334 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-02-24T03:46:25.315Z[ recovery-image] Feb 24 03:46:23.347 INFO O| Feb 24 03:46:23.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78232026-02-24T03:46:25.315Z[ recovery-image] Feb 24 03:46:23.347 INFO O| Feb 24 03:46:23.347 INFO STEP 997 (remove_files) COMPLETE
78242026-02-24T03:46:25.319Z[ recovery-image] Feb 24 03:46:23.347 INFO O| Feb 24 03:46:23.347 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-02-24T03:46:25.328Z[ recovery-image] Feb 24 03:46:23.360 INFO O| Feb 24 03:46:23.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78262026-02-24T03:46:25.328Z[ recovery-image] Feb 24 03:46:23.360 INFO O| Feb 24 03:46:23.360 INFO STEP 998 (remove_files) COMPLETE
78272026-02-24T03:46:25.331Z[ recovery-image] Feb 24 03:46:23.360 INFO O| Feb 24 03:46:23.360 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-02-24T03:46:25.342Z[ recovery-image] Feb 24 03:46:23.373 INFO O| Feb 24 03:46:23.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78292026-02-24T03:46:25.342Z[ recovery-image] Feb 24 03:46:23.374 INFO O| Feb 24 03:46:23.374 INFO STEP 999 (remove_files) COMPLETE
78302026-02-24T03:46:25.342Z[ recovery-image] Feb 24 03:46:23.374 INFO O| Feb 24 03:46:23.374 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-02-24T03:46:25.356Z[ recovery-image] Feb 24 03:46:23.388 INFO O| Feb 24 03:46:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78322026-02-24T03:46:25.356Z[ recovery-image] Feb 24 03:46:23.388 INFO O| Feb 24 03:46:23.388 INFO STEP 1000 (remove_files) COMPLETE
78332026-02-24T03:46:25.356Z[ recovery-image] Feb 24 03:46:23.388 INFO O| Feb 24 03:46:23.388 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-02-24T03:46:25.370Z[ recovery-image] Feb 24 03:46:23.401 INFO O| Feb 24 03:46:23.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78352026-02-24T03:46:25.370Z[ recovery-image] Feb 24 03:46:23.401 INFO O| Feb 24 03:46:23.401 INFO STEP 1001 (remove_files) COMPLETE
78362026-02-24T03:46:25.370Z[ recovery-image] Feb 24 03:46:23.401 INFO O| Feb 24 03:46:23.401 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-02-24T03:46:25.383Z[ recovery-image] Feb 24 03:46:23.415 INFO O| Feb 24 03:46:23.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78382026-02-24T03:46:25.383Z[ recovery-image] Feb 24 03:46:23.415 INFO O| Feb 24 03:46:23.415 INFO STEP 1002 (remove_files) COMPLETE
78392026-02-24T03:46:25.386Z[ recovery-image] Feb 24 03:46:23.415 INFO O| Feb 24 03:46:23.415 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-02-24T03:46:25.398Z[ recovery-image] Feb 24 03:46:23.429 INFO O| Feb 24 03:46:23.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78412026-02-24T03:46:25.398Z[ recovery-image] Feb 24 03:46:23.429 INFO O| Feb 24 03:46:23.429 INFO STEP 1003 (remove_files) COMPLETE
78422026-02-24T03:46:25.398Z[ recovery-image] Feb 24 03:46:23.429 INFO O| Feb 24 03:46:23.429 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-02-24T03:46:25.412Z[ recovery-image] Feb 24 03:46:23.444 INFO O| Feb 24 03:46:23.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78442026-02-24T03:46:25.412Z[ recovery-image] Feb 24 03:46:23.444 INFO O| Feb 24 03:46:23.444 INFO STEP 1004 (remove_files) COMPLETE
78452026-02-24T03:46:25.412Z[ recovery-image] Feb 24 03:46:23.444 INFO O| Feb 24 03:46:23.444 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.459 INFO O| Feb 24 03:46:23.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78472026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.459 INFO O| Feb 24 03:46:23.459 INFO STEP 1005 (remove_files) COMPLETE
78482026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.459 INFO O| Feb 24 03:46:23.459 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.473 INFO O| Feb 24 03:46:23.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78502026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.473 INFO O| Feb 24 03:46:23.473 INFO STEP 1006 (remove_files) COMPLETE
78512026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.473 INFO O| Feb 24 03:46:23.473 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.487 INFO O| Feb 24 03:46:23.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78532026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.487 INFO O| Feb 24 03:46:23.487 INFO STEP 1007 (remove_files) COMPLETE
78542026-02-24T03:46:25.462Z[ recovery-image] Feb 24 03:46:23.487 INFO O| Feb 24 03:46:23.487 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-02-24T03:46:25.469Z[ recovery-image] Feb 24 03:46:23.501 INFO O| Feb 24 03:46:23.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78562026-02-24T03:46:25.469Z[ recovery-image] Feb 24 03:46:23.501 INFO O| Feb 24 03:46:23.501 INFO STEP 1008 (remove_files) COMPLETE
78572026-02-24T03:46:25.474Z[ recovery-image] Feb 24 03:46:23.501 INFO O| Feb 24 03:46:23.501 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-02-24T03:46:25.483Z[ recovery-image] Feb 24 03:46:23.515 INFO O| Feb 24 03:46:23.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78592026-02-24T03:46:25.483Z[ recovery-image] Feb 24 03:46:23.515 INFO O| Feb 24 03:46:23.515 INFO STEP 1009 (remove_files) COMPLETE
78602026-02-24T03:46:25.483Z[ recovery-image] Feb 24 03:46:23.515 INFO O| Feb 24 03:46:23.515 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-02-24T03:46:25.497Z[ recovery-image] Feb 24 03:46:23.529 INFO O| Feb 24 03:46:23.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78622026-02-24T03:46:25.497Z[ recovery-image] Feb 24 03:46:23.529 INFO O| Feb 24 03:46:23.529 INFO STEP 1010 (remove_files) COMPLETE
78632026-02-24T03:46:25.500Z[ recovery-image] Feb 24 03:46:23.529 INFO O| Feb 24 03:46:23.529 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-02-24T03:46:25.512Z[ recovery-image] Feb 24 03:46:23.543 INFO O| Feb 24 03:46:23.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78652026-02-24T03:46:25.515Z[ recovery-image] Feb 24 03:46:23.543 INFO O| Feb 24 03:46:23.543 INFO STEP 1011 (remove_files) COMPLETE
78662026-02-24T03:46:25.515Z[ recovery-image] Feb 24 03:46:23.543 INFO O| Feb 24 03:46:23.543 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-02-24T03:46:25.525Z[ recovery-image] Feb 24 03:46:23.557 INFO O| Feb 24 03:46:23.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78682026-02-24T03:46:25.525Z[ recovery-image] Feb 24 03:46:23.557 INFO O| Feb 24 03:46:23.557 INFO STEP 1012 (remove_files) COMPLETE
78692026-02-24T03:46:25.525Z[ recovery-image] Feb 24 03:46:23.557 INFO O| Feb 24 03:46:23.557 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-02-24T03:46:25.539Z[ recovery-image] Feb 24 03:46:23.571 INFO O| Feb 24 03:46:23.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78712026-02-24T03:46:25.539Z[ recovery-image] Feb 24 03:46:23.571 INFO O| Feb 24 03:46:23.571 INFO STEP 1013 (remove_files) COMPLETE
78722026-02-24T03:46:25.539Z[ recovery-image] Feb 24 03:46:23.571 INFO O| Feb 24 03:46:23.571 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-02-24T03:46:25.553Z[ recovery-image] Feb 24 03:46:23.584 INFO O| Feb 24 03:46:23.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78742026-02-24T03:46:25.553Z[ recovery-image] Feb 24 03:46:23.584 INFO O| Feb 24 03:46:23.584 INFO STEP 1014 (remove_files) COMPLETE
78752026-02-24T03:46:25.556Z[ recovery-image] Feb 24 03:46:23.584 INFO O| Feb 24 03:46:23.584 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-02-24T03:46:25.566Z[ recovery-image] Feb 24 03:46:23.597 INFO O| Feb 24 03:46:23.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78772026-02-24T03:46:25.566Z[ recovery-image] Feb 24 03:46:23.597 INFO O| Feb 24 03:46:23.597 INFO STEP 1015 (remove_files) COMPLETE
78782026-02-24T03:46:25.569Z[ recovery-image] Feb 24 03:46:23.598 INFO O| Feb 24 03:46:23.597 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-02-24T03:46:25.580Z[ recovery-image] Feb 24 03:46:23.612 INFO O| Feb 24 03:46:23.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78802026-02-24T03:46:25.580Z[ recovery-image] Feb 24 03:46:23.612 INFO O| Feb 24 03:46:23.612 INFO STEP 1016 (remove_files) COMPLETE
78812026-02-24T03:46:25.580Z[ recovery-image] Feb 24 03:46:23.612 INFO O| Feb 24 03:46:23.612 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-02-24T03:46:25.594Z[ recovery-image] Feb 24 03:46:23.626 INFO O| Feb 24 03:46:23.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78832026-02-24T03:46:25.594Z[ recovery-image] Feb 24 03:46:23.626 INFO O| Feb 24 03:46:23.626 INFO STEP 1017 (remove_files) COMPLETE
78842026-02-24T03:46:25.594Z[ recovery-image] Feb 24 03:46:23.626 INFO O| Feb 24 03:46:23.626 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-02-24T03:46:25.608Z[ recovery-image] Feb 24 03:46:23.639 INFO O| Feb 24 03:46:23.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78862026-02-24T03:46:25.608Z[ recovery-image] Feb 24 03:46:23.639 INFO O| Feb 24 03:46:23.639 INFO STEP 1018 (remove_files) COMPLETE
78872026-02-24T03:46:25.608Z[ recovery-image] Feb 24 03:46:23.639 INFO O| Feb 24 03:46:23.639 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-02-24T03:46:25.621Z[ recovery-image] Feb 24 03:46:23.653 INFO O| Feb 24 03:46:23.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78892026-02-24T03:46:25.621Z[ recovery-image] Feb 24 03:46:23.653 INFO O| Feb 24 03:46:23.653 INFO STEP 1019 (remove_files) COMPLETE
78902026-02-24T03:46:25.621Z[ recovery-image] Feb 24 03:46:23.653 INFO O| Feb 24 03:46:23.653 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-02-24T03:46:25.635Z[ recovery-image] Feb 24 03:46:23.666 INFO O| Feb 24 03:46:23.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78922026-02-24T03:46:25.635Z[ recovery-image] Feb 24 03:46:23.667 INFO O| Feb 24 03:46:23.667 INFO STEP 1020 (remove_files) COMPLETE
78932026-02-24T03:46:25.635Z[ recovery-image] Feb 24 03:46:23.667 INFO O| Feb 24 03:46:23.667 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-02-24T03:46:25.651Z[ recovery-image] Feb 24 03:46:23.681 INFO O| Feb 24 03:46:23.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78952026-02-24T03:46:25.651Z[ recovery-image] Feb 24 03:46:23.681 INFO O| Feb 24 03:46:23.681 INFO STEP 1021 (remove_files) COMPLETE
78962026-02-24T03:46:25.651Z[ recovery-image] Feb 24 03:46:23.681 INFO O| Feb 24 03:46:23.681 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-02-24T03:46:25.663Z[ recovery-image] Feb 24 03:46:23.694 INFO O| Feb 24 03:46:23.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78982026-02-24T03:46:25.663Z[ recovery-image] Feb 24 03:46:23.695 INFO O| Feb 24 03:46:23.695 INFO STEP 1022 (remove_files) COMPLETE
78992026-02-24T03:46:25.667Z[ recovery-image] Feb 24 03:46:23.695 INFO O| Feb 24 03:46:23.695 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-02-24T03:46:25.677Z[ recovery-image] Feb 24 03:46:23.709 INFO O| Feb 24 03:46:23.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79012026-02-24T03:46:25.677Z[ recovery-image] Feb 24 03:46:23.709 INFO O| Feb 24 03:46:23.709 INFO STEP 1023 (remove_files) COMPLETE
79022026-02-24T03:46:25.680Z[ recovery-image] Feb 24 03:46:23.709 INFO O| Feb 24 03:46:23.709 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-02-24T03:46:25.691Z[ recovery-image] Feb 24 03:46:23.723 INFO O| Feb 24 03:46:23.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79042026-02-24T03:46:25.694Z[ recovery-image] Feb 24 03:46:23.723 INFO O| Feb 24 03:46:23.723 INFO STEP 1024 (remove_files) COMPLETE
79052026-02-24T03:46:25.694Z[ recovery-image] Feb 24 03:46:23.723 INFO O| Feb 24 03:46:23.723 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-02-24T03:46:25.705Z[ recovery-image] Feb 24 03:46:23.737 INFO O| Feb 24 03:46:23.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79072026-02-24T03:46:25.706Z[ recovery-image] Feb 24 03:46:23.737 INFO O| Feb 24 03:46:23.737 INFO STEP 1025 (remove_files) COMPLETE
79082026-02-24T03:46:25.706Z[ recovery-image] Feb 24 03:46:23.737 INFO O| Feb 24 03:46:23.737 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-02-24T03:46:25.719Z[ recovery-image] Feb 24 03:46:23.751 INFO O| Feb 24 03:46:23.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79102026-02-24T03:46:25.719Z[ recovery-image] Feb 24 03:46:23.751 INFO O| Feb 24 03:46:23.751 INFO STEP 1026 (remove_files) COMPLETE
79112026-02-24T03:46:25.719Z[ recovery-image] Feb 24 03:46:23.751 INFO O| Feb 24 03:46:23.751 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-02-24T03:46:25.734Z[ recovery-image] Feb 24 03:46:23.765 INFO O| Feb 24 03:46:23.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79132026-02-24T03:46:25.734Z[ recovery-image] Feb 24 03:46:23.766 INFO O| Feb 24 03:46:23.766 INFO STEP 1027 (remove_files) COMPLETE
79142026-02-24T03:46:25.734Z[ recovery-image] Feb 24 03:46:23.766 INFO O| Feb 24 03:46:23.766 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-02-24T03:46:25.749Z[ recovery-image] Feb 24 03:46:23.780 INFO O| Feb 24 03:46:23.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79162026-02-24T03:46:25.749Z[ recovery-image] Feb 24 03:46:23.781 INFO O| Feb 24 03:46:23.780 INFO STEP 1028 (remove_files) COMPLETE
79172026-02-24T03:46:25.749Z[ recovery-image] Feb 24 03:46:23.781 INFO O| Feb 24 03:46:23.780 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-02-24T03:46:25.763Z[ recovery-image] Feb 24 03:46:23.795 INFO O| Feb 24 03:46:23.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79192026-02-24T03:46:25.763Z[ recovery-image] Feb 24 03:46:23.795 INFO O| Feb 24 03:46:23.795 INFO STEP 1029 (remove_files) COMPLETE
79202026-02-24T03:46:25.764Z[ recovery-image] Feb 24 03:46:23.795 INFO O| Feb 24 03:46:23.795 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-02-24T03:46:25.778Z[ recovery-image] Feb 24 03:46:23.809 INFO O| Feb 24 03:46:23.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79222026-02-24T03:46:25.778Z[ recovery-image] Feb 24 03:46:23.809 INFO O| Feb 24 03:46:23.809 INFO STEP 1030 (remove_files) COMPLETE
79232026-02-24T03:46:25.778Z[ recovery-image] Feb 24 03:46:23.809 INFO O| Feb 24 03:46:23.809 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-02-24T03:46:25.795Z[ recovery-image] Feb 24 03:46:23.824 INFO O| Feb 24 03:46:23.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79252026-02-24T03:46:25.795Z[ recovery-image] Feb 24 03:46:23.824 INFO O| Feb 24 03:46:23.824 INFO STEP 1031 (remove_files) COMPLETE
79262026-02-24T03:46:25.795Z[ recovery-image] Feb 24 03:46:23.824 INFO O| Feb 24 03:46:23.824 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-02-24T03:46:25.808Z[ recovery-image] Feb 24 03:46:23.839 INFO O| Feb 24 03:46:23.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79282026-02-24T03:46:25.808Z[ recovery-image] Feb 24 03:46:23.840 INFO O| Feb 24 03:46:23.839 INFO STEP 1032 (remove_files) COMPLETE
79292026-02-24T03:46:25.808Z[ recovery-image] Feb 24 03:46:23.840 INFO O| Feb 24 03:46:23.840 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-02-24T03:46:25.823Z[ recovery-image] Feb 24 03:46:23.854 INFO O| Feb 24 03:46:23.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79312026-02-24T03:46:25.823Z[ recovery-image] Feb 24 03:46:23.854 INFO O| Feb 24 03:46:23.854 INFO STEP 1033 (remove_files) COMPLETE
79322026-02-24T03:46:25.823Z[ recovery-image] Feb 24 03:46:23.854 INFO O| Feb 24 03:46:23.854 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-02-24T03:46:25.836Z[ recovery-image] Feb 24 03:46:23.868 INFO O| Feb 24 03:46:23.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79342026-02-24T03:46:25.836Z[ recovery-image] Feb 24 03:46:23.868 INFO O| Feb 24 03:46:23.868 INFO STEP 1034 (remove_files) COMPLETE
79352026-02-24T03:46:25.836Z[ recovery-image] Feb 24 03:46:23.868 INFO O| Feb 24 03:46:23.868 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-02-24T03:46:25.850Z[ recovery-image] Feb 24 03:46:23.882 INFO O| Feb 24 03:46:23.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79372026-02-24T03:46:25.850Z[ recovery-image] Feb 24 03:46:23.882 INFO O| Feb 24 03:46:23.882 INFO STEP 1035 (remove_files) COMPLETE
79382026-02-24T03:46:25.850Z[ recovery-image] Feb 24 03:46:23.882 INFO O| Feb 24 03:46:23.882 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-02-24T03:46:25.863Z[ recovery-image] Feb 24 03:46:23.895 INFO O| Feb 24 03:46:23.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79402026-02-24T03:46:25.863Z[ recovery-image] Feb 24 03:46:23.895 INFO O| Feb 24 03:46:23.895 INFO STEP 1036 (remove_files) COMPLETE
79412026-02-24T03:46:25.866Z[ recovery-image] Feb 24 03:46:23.895 INFO O| Feb 24 03:46:23.895 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-02-24T03:46:25.877Z[ recovery-image] Feb 24 03:46:23.908 INFO O| Feb 24 03:46:23.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79432026-02-24T03:46:25.877Z[ recovery-image] Feb 24 03:46:23.908 INFO O| Feb 24 03:46:23.908 INFO STEP 1037 (remove_files) COMPLETE
79442026-02-24T03:46:25.880Z[ recovery-image] Feb 24 03:46:23.908 INFO O| Feb 24 03:46:23.908 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-02-24T03:46:25.890Z[ recovery-image] Feb 24 03:46:23.922 INFO O| Feb 24 03:46:23.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79462026-02-24T03:46:25.890Z[ recovery-image] Feb 24 03:46:23.922 INFO O| Feb 24 03:46:23.922 INFO STEP 1038 (remove_files) COMPLETE
79472026-02-24T03:46:25.893Z[ recovery-image] Feb 24 03:46:23.922 INFO O| Feb 24 03:46:23.922 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-02-24T03:46:25.903Z[ recovery-image] Feb 24 03:46:23.935 INFO O| Feb 24 03:46:23.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79492026-02-24T03:46:25.903Z[ recovery-image] Feb 24 03:46:23.935 INFO O| Feb 24 03:46:23.935 INFO STEP 1039 (remove_files) COMPLETE
79502026-02-24T03:46:25.906Z[ recovery-image] Feb 24 03:46:23.935 INFO O| Feb 24 03:46:23.935 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-02-24T03:46:25.917Z[ recovery-image] Feb 24 03:46:23.949 INFO O| Feb 24 03:46:23.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79522026-02-24T03:46:25.917Z[ recovery-image] Feb 24 03:46:23.949 INFO O| Feb 24 03:46:23.949 INFO STEP 1040 (remove_files) COMPLETE
79532026-02-24T03:46:25.920Z[ recovery-image] Feb 24 03:46:23.949 INFO O| Feb 24 03:46:23.949 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-02-24T03:46:25.930Z[ recovery-image] Feb 24 03:46:23.961 INFO O| Feb 24 03:46:23.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79552026-02-24T03:46:25.930Z[ recovery-image] Feb 24 03:46:23.962 INFO O| Feb 24 03:46:23.962 INFO STEP 1041 (remove_files) COMPLETE
79562026-02-24T03:46:25.930Z[ recovery-image] Feb 24 03:46:23.962 INFO O| Feb 24 03:46:23.962 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-02-24T03:46:25.942Z[ recovery-image] Feb 24 03:46:23.974 INFO O| Feb 24 03:46:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79582026-02-24T03:46:25.942Z[ recovery-image] Feb 24 03:46:23.974 INFO O| Feb 24 03:46:23.974 INFO STEP 1042 (remove_files) COMPLETE
79592026-02-24T03:46:25.947Z[ recovery-image] Feb 24 03:46:23.974 INFO O| Feb 24 03:46:23.974 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-02-24T03:46:25.956Z[ recovery-image] Feb 24 03:46:23.987 INFO O| Feb 24 03:46:23.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79612026-02-24T03:46:25.956Z[ recovery-image] Feb 24 03:46:23.987 INFO O| Feb 24 03:46:23.987 INFO STEP 1043 (remove_files) COMPLETE
79622026-02-24T03:46:25.959Z[ recovery-image] Feb 24 03:46:23.987 INFO O| Feb 24 03:46:23.987 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-02-24T03:46:25.969Z[ recovery-image] Feb 24 03:46:24.001 INFO O| Feb 24 03:46:24.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79642026-02-24T03:46:25.969Z[ recovery-image] Feb 24 03:46:24.001 INFO O| Feb 24 03:46:24.001 INFO STEP 1044 (remove_files) COMPLETE
79652026-02-24T03:46:25.972Z[ recovery-image] Feb 24 03:46:24.001 INFO O| Feb 24 03:46:24.001 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-02-24T03:46:25.984Z[ recovery-image] Feb 24 03:46:24.015 INFO O| Feb 24 03:46:24.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79672026-02-24T03:46:25.984Z[ recovery-image] Feb 24 03:46:24.016 INFO O| Feb 24 03:46:24.016 INFO STEP 1045 (remove_files) COMPLETE
79682026-02-24T03:46:25.984Z[ recovery-image] Feb 24 03:46:24.016 INFO O| Feb 24 03:46:24.016 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-02-24T03:46:25.998Z[ recovery-image] Feb 24 03:46:24.029 INFO O| Feb 24 03:46:24.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79702026-02-24T03:46:25.998Z[ recovery-image] Feb 24 03:46:24.029 INFO O| Feb 24 03:46:24.029 INFO STEP 1046 (remove_files) COMPLETE
79712026-02-24T03:46:25.998Z[ recovery-image] Feb 24 03:46:24.029 INFO O| Feb 24 03:46:24.029 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-02-24T03:46:26.011Z[ recovery-image] Feb 24 03:46:24.042 INFO O| Feb 24 03:46:24.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79732026-02-24T03:46:26.011Z[ recovery-image] Feb 24 03:46:24.042 INFO O| Feb 24 03:46:24.042 INFO STEP 1047 (remove_files) COMPLETE
79742026-02-24T03:46:26.011Z[ recovery-image] Feb 24 03:46:24.042 INFO O| Feb 24 03:46:24.042 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-02-24T03:46:26.024Z[ recovery-image] Feb 24 03:46:24.055 INFO O| Feb 24 03:46:24.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79762026-02-24T03:46:26.024Z[ recovery-image] Feb 24 03:46:24.055 INFO O| Feb 24 03:46:24.055 INFO STEP 1048 (remove_files) COMPLETE
79772026-02-24T03:46:26.024Z[ recovery-image] Feb 24 03:46:24.056 INFO O| Feb 24 03:46:24.055 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-02-24T03:46:26.037Z[ recovery-image] Feb 24 03:46:24.068 INFO O| Feb 24 03:46:24.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79792026-02-24T03:46:26.037Z[ recovery-image] Feb 24 03:46:24.068 INFO O| Feb 24 03:46:24.068 INFO STEP 1049 (remove_files) COMPLETE
79802026-02-24T03:46:26.040Z[ recovery-image] Feb 24 03:46:24.068 INFO O| Feb 24 03:46:24.068 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-02-24T03:46:26.050Z[ recovery-image] Feb 24 03:46:24.082 INFO O| Feb 24 03:46:24.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79822026-02-24T03:46:26.050Z[ recovery-image] Feb 24 03:46:24.082 INFO O| Feb 24 03:46:24.082 INFO STEP 1050 (remove_files) COMPLETE
79832026-02-24T03:46:26.053Z[ recovery-image] Feb 24 03:46:24.082 INFO O| Feb 24 03:46:24.082 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-02-24T03:46:26.064Z[ recovery-image] Feb 24 03:46:24.095 INFO O| Feb 24 03:46:24.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79852026-02-24T03:46:26.064Z[ recovery-image] Feb 24 03:46:24.095 INFO O| Feb 24 03:46:24.095 INFO STEP 1051 (remove_files) COMPLETE
79862026-02-24T03:46:26.067Z[ recovery-image] Feb 24 03:46:24.095 INFO O| Feb 24 03:46:24.095 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-02-24T03:46:26.077Z[ recovery-image] Feb 24 03:46:24.108 INFO O| Feb 24 03:46:24.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79882026-02-24T03:46:26.077Z[ recovery-image] Feb 24 03:46:24.109 INFO O| Feb 24 03:46:24.109 INFO STEP 1052 (remove_files) COMPLETE
79892026-02-24T03:46:26.077Z[ recovery-image] Feb 24 03:46:24.109 INFO O| Feb 24 03:46:24.109 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-02-24T03:46:26.090Z[ recovery-image] Feb 24 03:46:24.121 INFO O| Feb 24 03:46:24.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79912026-02-24T03:46:26.090Z[ recovery-image] Feb 24 03:46:24.122 INFO O| Feb 24 03:46:24.121 INFO STEP 1053 (remove_files) COMPLETE
79922026-02-24T03:46:26.093Z[ recovery-image] Feb 24 03:46:24.122 INFO O| Feb 24 03:46:24.122 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-02-24T03:46:26.103Z[ recovery-image] Feb 24 03:46:24.134 INFO O| Feb 24 03:46:24.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79942026-02-24T03:46:26.106Z[ recovery-image] Feb 24 03:46:24.134 INFO O| Feb 24 03:46:24.134 INFO STEP 1054 (remove_files) COMPLETE
79952026-02-24T03:46:26.106Z[ recovery-image] Feb 24 03:46:24.135 INFO O| Feb 24 03:46:24.134 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-02-24T03:46:26.116Z[ recovery-image] Feb 24 03:46:24.147 INFO O| Feb 24 03:46:24.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79972026-02-24T03:46:26.116Z[ recovery-image] Feb 24 03:46:24.148 INFO O| Feb 24 03:46:24.147 INFO STEP 1055 (remove_files) COMPLETE
79982026-02-24T03:46:26.119Z[ recovery-image] Feb 24 03:46:24.148 INFO O| Feb 24 03:46:24.148 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-02-24T03:46:26.129Z[ recovery-image] Feb 24 03:46:24.160 INFO O| Feb 24 03:46:24.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80002026-02-24T03:46:26.129Z[ recovery-image] Feb 24 03:46:24.160 INFO O| Feb 24 03:46:24.160 INFO STEP 1056 (remove_files) COMPLETE
80012026-02-24T03:46:26.132Z[ recovery-image] Feb 24 03:46:24.160 INFO O| Feb 24 03:46:24.160 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-02-24T03:46:26.141Z[ recovery-image] Feb 24 03:46:24.173 INFO O| Feb 24 03:46:24.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80032026-02-24T03:46:26.144Z[ recovery-image] Feb 24 03:46:24.173 INFO O| Feb 24 03:46:24.173 INFO STEP 1057 (remove_files) COMPLETE
80042026-02-24T03:46:26.144Z[ recovery-image] Feb 24 03:46:24.173 INFO O| Feb 24 03:46:24.173 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-02-24T03:46:26.155Z[ recovery-image] Feb 24 03:46:24.186 INFO O| Feb 24 03:46:24.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80062026-02-24T03:46:26.155Z[ recovery-image] Feb 24 03:46:24.186 INFO O| Feb 24 03:46:24.186 INFO STEP 1058 (remove_files) COMPLETE
80072026-02-24T03:46:26.159Z[ recovery-image] Feb 24 03:46:24.186 INFO O| Feb 24 03:46:24.186 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-02-24T03:46:26.167Z[ recovery-image] Feb 24 03:46:24.199 INFO O| Feb 24 03:46:24.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80092026-02-24T03:46:26.168Z[ recovery-image] Feb 24 03:46:24.199 INFO O| Feb 24 03:46:24.199 INFO STEP 1059 (remove_files) COMPLETE
80102026-02-24T03:46:26.168Z[ recovery-image] Feb 24 03:46:24.199 INFO O| Feb 24 03:46:24.199 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-02-24T03:46:26.180Z[ recovery-image] Feb 24 03:46:24.212 INFO O| Feb 24 03:46:24.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80122026-02-24T03:46:26.180Z[ recovery-image] Feb 24 03:46:24.212 INFO O| Feb 24 03:46:24.212 INFO STEP 1060 (remove_files) COMPLETE
80132026-02-24T03:46:26.183Z[ recovery-image] Feb 24 03:46:24.212 INFO O| Feb 24 03:46:24.212 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-02-24T03:46:26.193Z[ recovery-image] Feb 24 03:46:24.225 INFO O| Feb 24 03:46:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80152026-02-24T03:46:26.196Z[ recovery-image] Feb 24 03:46:24.225 INFO O| Feb 24 03:46:24.225 INFO STEP 1061 (remove_files) COMPLETE
80162026-02-24T03:46:26.196Z[ recovery-image] Feb 24 03:46:24.225 INFO O| Feb 24 03:46:24.225 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-02-24T03:46:26.209Z[ recovery-image] Feb 24 03:46:24.239 INFO O| Feb 24 03:46:24.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80182026-02-24T03:46:26.209Z[ recovery-image] Feb 24 03:46:24.239 INFO O| Feb 24 03:46:24.239 INFO STEP 1062 (remove_files) COMPLETE
80192026-02-24T03:46:26.212Z[ recovery-image] Feb 24 03:46:24.239 INFO O| Feb 24 03:46:24.239 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-02-24T03:46:26.221Z[ recovery-image] Feb 24 03:46:24.252 INFO O| Feb 24 03:46:24.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80212026-02-24T03:46:26.224Z[ recovery-image] Feb 24 03:46:24.253 INFO O| Feb 24 03:46:24.253 INFO STEP 1063 (remove_files) COMPLETE
80222026-02-24T03:46:26.224Z[ recovery-image] Feb 24 03:46:24.253 INFO O| Feb 24 03:46:24.253 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-02-24T03:46:26.234Z[ recovery-image] Feb 24 03:46:24.266 INFO O| Feb 24 03:46:24.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80242026-02-24T03:46:26.234Z[ recovery-image] Feb 24 03:46:24.266 INFO O| Feb 24 03:46:24.266 INFO STEP 1064 (remove_files) COMPLETE
80252026-02-24T03:46:26.234Z[ recovery-image] Feb 24 03:46:24.266 INFO O| Feb 24 03:46:24.266 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-02-24T03:46:26.246Z[ recovery-image] Feb 24 03:46:24.278 INFO O| Feb 24 03:46:24.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80272026-02-24T03:46:26.246Z[ recovery-image] Feb 24 03:46:24.278 INFO O| Feb 24 03:46:24.278 INFO STEP 1065 (remove_files) COMPLETE
80282026-02-24T03:46:26.249Z[ recovery-image] Feb 24 03:46:24.278 INFO O| Feb 24 03:46:24.278 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-02-24T03:46:26.259Z[ recovery-image] Feb 24 03:46:24.290 INFO O| Feb 24 03:46:24.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80302026-02-24T03:46:26.259Z[ recovery-image] Feb 24 03:46:24.291 INFO O| Feb 24 03:46:24.290 INFO STEP 1066 (remove_files) COMPLETE
80312026-02-24T03:46:26.262Z[ recovery-image] Feb 24 03:46:24.291 INFO O| Feb 24 03:46:24.291 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-02-24T03:46:26.271Z[ recovery-image] Feb 24 03:46:24.303 INFO O| Feb 24 03:46:24.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80332026-02-24T03:46:26.272Z[ recovery-image] Feb 24 03:46:24.303 INFO O| Feb 24 03:46:24.303 INFO STEP 1067 (remove_files) COMPLETE
80342026-02-24T03:46:26.274Z[ recovery-image] Feb 24 03:46:24.303 INFO O| Feb 24 03:46:24.303 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-02-24T03:46:26.284Z[ recovery-image] Feb 24 03:46:24.316 INFO O| Feb 24 03:46:24.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80362026-02-24T03:46:26.287Z[ recovery-image] Feb 24 03:46:24.316 INFO O| Feb 24 03:46:24.316 INFO STEP 1068 (remove_files) COMPLETE
80372026-02-24T03:46:26.287Z[ recovery-image] Feb 24 03:46:24.316 INFO O| Feb 24 03:46:24.316 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-02-24T03:46:26.297Z[ recovery-image] Feb 24 03:46:24.329 INFO O| Feb 24 03:46:24.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80392026-02-24T03:46:26.297Z[ recovery-image] Feb 24 03:46:24.329 INFO O| Feb 24 03:46:24.329 INFO STEP 1069 (remove_files) COMPLETE
80402026-02-24T03:46:26.300Z[ recovery-image] Feb 24 03:46:24.329 INFO O| Feb 24 03:46:24.329 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-02-24T03:46:26.311Z[ recovery-image] Feb 24 03:46:24.342 INFO O| Feb 24 03:46:24.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80422026-02-24T03:46:26.311Z[ recovery-image] Feb 24 03:46:24.342 INFO O| Feb 24 03:46:24.342 INFO STEP 1070 (remove_files) COMPLETE
80432026-02-24T03:46:26.311Z[ recovery-image] Feb 24 03:46:24.342 INFO O| Feb 24 03:46:24.342 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-02-24T03:46:26.323Z[ recovery-image] Feb 24 03:46:24.355 INFO O| Feb 24 03:46:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80452026-02-24T03:46:26.323Z[ recovery-image] Feb 24 03:46:24.355 INFO O| Feb 24 03:46:24.355 INFO STEP 1071 (remove_files) COMPLETE
80462026-02-24T03:46:26.326Z[ recovery-image] Feb 24 03:46:24.355 INFO O| Feb 24 03:46:24.355 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-02-24T03:46:26.336Z[ recovery-image] Feb 24 03:46:24.368 INFO O| Feb 24 03:46:24.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80482026-02-24T03:46:26.336Z[ recovery-image] Feb 24 03:46:24.368 INFO O| Feb 24 03:46:24.368 INFO STEP 1072 (remove_files) COMPLETE
80492026-02-24T03:46:26.336Z[ recovery-image] Feb 24 03:46:24.368 INFO O| Feb 24 03:46:24.368 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-02-24T03:46:26.349Z[ recovery-image] Feb 24 03:46:24.380 INFO O| Feb 24 03:46:24.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80512026-02-24T03:46:26.353Z[ recovery-image] Feb 24 03:46:24.381 INFO O| Feb 24 03:46:24.381 INFO STEP 1073 (remove_files) COMPLETE
80522026-02-24T03:46:26.353Z[ recovery-image] Feb 24 03:46:24.381 INFO O| Feb 24 03:46:24.381 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-02-24T03:46:26.362Z[ recovery-image] Feb 24 03:46:24.394 INFO O| Feb 24 03:46:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80542026-02-24T03:46:26.362Z[ recovery-image] Feb 24 03:46:24.394 INFO O| Feb 24 03:46:24.394 INFO STEP 1074 (remove_files) COMPLETE
80552026-02-24T03:46:26.365Z[ recovery-image] Feb 24 03:46:24.394 INFO O| Feb 24 03:46:24.394 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-02-24T03:46:26.375Z[ recovery-image] Feb 24 03:46:24.406 INFO O| Feb 24 03:46:24.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80572026-02-24T03:46:26.378Z[ recovery-image] Feb 24 03:46:24.406 INFO O| Feb 24 03:46:24.406 INFO STEP 1075 (remove_files) COMPLETE
80582026-02-24T03:46:26.378Z[ recovery-image] Feb 24 03:46:24.406 INFO O| Feb 24 03:46:24.406 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-02-24T03:46:26.387Z[ recovery-image] Feb 24 03:46:24.419 INFO O| Feb 24 03:46:24.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80602026-02-24T03:46:26.387Z[ recovery-image] Feb 24 03:46:24.419 INFO O| Feb 24 03:46:24.419 INFO STEP 1076 (remove_files) COMPLETE
80612026-02-24T03:46:26.390Z[ recovery-image] Feb 24 03:46:24.419 INFO O| Feb 24 03:46:24.419 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-02-24T03:46:26.400Z[ recovery-image] Feb 24 03:46:24.431 INFO O| Feb 24 03:46:24.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80632026-02-24T03:46:26.403Z[ recovery-image] Feb 24 03:46:24.432 INFO O| Feb 24 03:46:24.432 INFO STEP 1077 (remove_files) COMPLETE
80642026-02-24T03:46:26.403Z[ recovery-image] Feb 24 03:46:24.432 INFO O| Feb 24 03:46:24.432 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-02-24T03:46:26.413Z[ recovery-image] Feb 24 03:46:24.445 INFO O| Feb 24 03:46:24.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80662026-02-24T03:46:26.413Z[ recovery-image] Feb 24 03:46:24.445 INFO O| Feb 24 03:46:24.445 INFO STEP 1078 (remove_files) COMPLETE
80672026-02-24T03:46:26.413Z[ recovery-image] Feb 24 03:46:24.445 INFO O| Feb 24 03:46:24.445 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-02-24T03:46:26.426Z[ recovery-image] Feb 24 03:46:24.458 INFO O| Feb 24 03:46:24.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80692026-02-24T03:46:26.426Z[ recovery-image] Feb 24 03:46:24.458 INFO O| Feb 24 03:46:24.458 INFO STEP 1079 (remove_files) COMPLETE
80702026-02-24T03:46:26.430Z[ recovery-image] Feb 24 03:46:24.458 INFO O| Feb 24 03:46:24.458 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-02-24T03:46:26.440Z[ recovery-image] Feb 24 03:46:24.471 INFO O| Feb 24 03:46:24.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80722026-02-24T03:46:26.440Z[ recovery-image] Feb 24 03:46:24.471 INFO O| Feb 24 03:46:24.471 INFO STEP 1080 (remove_files) COMPLETE
80732026-02-24T03:46:26.443Z[ recovery-image] Feb 24 03:46:24.471 INFO O| Feb 24 03:46:24.471 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-02-24T03:46:26.452Z[ recovery-image] Feb 24 03:46:24.483 INFO O| Feb 24 03:46:24.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80752026-02-24T03:46:26.452Z[ recovery-image] Feb 24 03:46:24.483 INFO O| Feb 24 03:46:24.483 INFO STEP 1081 (remove_files) COMPLETE
80762026-02-24T03:46:26.455Z[ recovery-image] Feb 24 03:46:24.483 INFO O| Feb 24 03:46:24.483 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-02-24T03:46:26.464Z[ recovery-image] Feb 24 03:46:24.496 INFO O| Feb 24 03:46:24.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80782026-02-24T03:46:26.464Z[ recovery-image] Feb 24 03:46:24.496 INFO O| Feb 24 03:46:24.496 INFO STEP 1082 (remove_files) COMPLETE
80792026-02-24T03:46:26.464Z[ recovery-image] Feb 24 03:46:24.496 INFO O| Feb 24 03:46:24.496 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-02-24T03:46:26.477Z[ recovery-image] Feb 24 03:46:24.509 INFO O| Feb 24 03:46:24.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80812026-02-24T03:46:26.477Z[ recovery-image] Feb 24 03:46:24.509 INFO O| Feb 24 03:46:24.509 INFO STEP 1083 (remove_files) COMPLETE
80822026-02-24T03:46:26.477Z[ recovery-image] Feb 24 03:46:24.509 INFO O| Feb 24 03:46:24.509 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-02-24T03:46:26.490Z[ recovery-image] Feb 24 03:46:24.522 INFO O| Feb 24 03:46:24.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80842026-02-24T03:46:26.490Z[ recovery-image] Feb 24 03:46:24.522 INFO O| Feb 24 03:46:24.522 INFO STEP 1084 (remove_files) COMPLETE
80852026-02-24T03:46:26.490Z[ recovery-image] Feb 24 03:46:24.522 INFO O| Feb 24 03:46:24.522 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-02-24T03:46:26.503Z[ recovery-image] Feb 24 03:46:24.535 INFO O| Feb 24 03:46:24.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80872026-02-24T03:46:26.503Z[ recovery-image] Feb 24 03:46:24.535 INFO O| Feb 24 03:46:24.535 INFO STEP 1085 (remove_files) COMPLETE
80882026-02-24T03:46:26.503Z[ recovery-image] Feb 24 03:46:24.535 INFO O| Feb 24 03:46:24.535 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-02-24T03:46:26.517Z[ recovery-image] Feb 24 03:46:24.548 INFO O| Feb 24 03:46:24.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80902026-02-24T03:46:26.517Z[ recovery-image] Feb 24 03:46:24.548 INFO O| Feb 24 03:46:24.548 INFO STEP 1086 (remove_files) COMPLETE
80912026-02-24T03:46:26.517Z[ recovery-image] Feb 24 03:46:24.548 INFO O| Feb 24 03:46:24.548 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-02-24T03:46:26.530Z[ recovery-image] Feb 24 03:46:24.561 INFO O| Feb 24 03:46:24.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80932026-02-24T03:46:26.530Z[ recovery-image] Feb 24 03:46:24.561 INFO O| Feb 24 03:46:24.561 INFO STEP 1087 (remove_files) COMPLETE
80942026-02-24T03:46:26.530Z[ recovery-image] Feb 24 03:46:24.561 INFO O| Feb 24 03:46:24.561 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-02-24T03:46:26.543Z[ recovery-image] Feb 24 03:46:24.574 INFO O| Feb 24 03:46:24.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80962026-02-24T03:46:26.543Z[ recovery-image] Feb 24 03:46:24.574 INFO O| Feb 24 03:46:24.574 INFO STEP 1088 (remove_files) COMPLETE
80972026-02-24T03:46:26.543Z[ recovery-image] Feb 24 03:46:24.574 INFO O| Feb 24 03:46:24.574 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-02-24T03:46:26.556Z[ recovery-image] Feb 24 03:46:24.588 INFO O| Feb 24 03:46:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80992026-02-24T03:46:26.556Z[ recovery-image] Feb 24 03:46:24.588 INFO O| Feb 24 03:46:24.588 INFO STEP 1089 (remove_files) COMPLETE
81002026-02-24T03:46:26.557Z[ recovery-image] Feb 24 03:46:24.588 INFO O| Feb 24 03:46:24.588 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-02-24T03:46:26.570Z[ recovery-image] Feb 24 03:46:24.601 INFO O| Feb 24 03:46:24.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81022026-02-24T03:46:26.570Z[ recovery-image] Feb 24 03:46:24.601 INFO O| Feb 24 03:46:24.601 INFO STEP 1090 (remove_files) COMPLETE
81032026-02-24T03:46:26.573Z[ recovery-image] Feb 24 03:46:24.601 INFO O| Feb 24 03:46:24.601 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-02-24T03:46:26.582Z[ recovery-image] Feb 24 03:46:24.614 INFO O| Feb 24 03:46:24.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81052026-02-24T03:46:26.583Z[ recovery-image] Feb 24 03:46:24.614 INFO O| Feb 24 03:46:24.614 INFO STEP 1091 (remove_files) COMPLETE
81062026-02-24T03:46:26.583Z[ recovery-image] Feb 24 03:46:24.614 INFO O| Feb 24 03:46:24.614 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-02-24T03:46:26.596Z[ recovery-image] Feb 24 03:46:24.627 INFO O| Feb 24 03:46:24.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81082026-02-24T03:46:26.596Z[ recovery-image] Feb 24 03:46:24.627 INFO O| Feb 24 03:46:24.627 INFO STEP 1092 (remove_files) COMPLETE
81092026-02-24T03:46:26.596Z[ recovery-image] Feb 24 03:46:24.627 INFO O| Feb 24 03:46:24.627 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-02-24T03:46:26.609Z[ recovery-image] Feb 24 03:46:24.640 INFO O| Feb 24 03:46:24.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81112026-02-24T03:46:26.609Z[ recovery-image] Feb 24 03:46:24.640 INFO O| Feb 24 03:46:24.640 INFO STEP 1093 (remove_files) COMPLETE
81122026-02-24T03:46:26.609Z[ recovery-image] Feb 24 03:46:24.640 INFO O| Feb 24 03:46:24.640 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-02-24T03:46:26.621Z[ recovery-image] Feb 24 03:46:24.653 INFO O| Feb 24 03:46:24.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81142026-02-24T03:46:26.621Z[ recovery-image] Feb 24 03:46:24.653 INFO O| Feb 24 03:46:24.653 INFO STEP 1094 (remove_files) COMPLETE
81152026-02-24T03:46:26.621Z[ recovery-image] Feb 24 03:46:24.653 INFO O| Feb 24 03:46:24.653 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-02-24T03:46:26.634Z[ recovery-image] Feb 24 03:46:24.666 INFO O| Feb 24 03:46:24.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81172026-02-24T03:46:26.634Z[ recovery-image] Feb 24 03:46:24.666 INFO O| Feb 24 03:46:24.666 INFO STEP 1095 (remove_files) COMPLETE
81182026-02-24T03:46:26.634Z[ recovery-image] Feb 24 03:46:24.666 INFO O| Feb 24 03:46:24.666 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-02-24T03:46:26.647Z[ recovery-image] Feb 24 03:46:24.678 INFO O| Feb 24 03:46:24.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81202026-02-24T03:46:26.648Z[ recovery-image] Feb 24 03:46:24.679 INFO O| Feb 24 03:46:24.679 INFO STEP 1096 (remove_files) COMPLETE
81212026-02-24T03:46:26.652Z[ recovery-image] Feb 24 03:46:24.679 INFO O| Feb 24 03:46:24.679 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-02-24T03:46:26.660Z[ recovery-image] Feb 24 03:46:24.691 INFO O| Feb 24 03:46:24.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81232026-02-24T03:46:26.660Z[ recovery-image] Feb 24 03:46:24.692 INFO O| Feb 24 03:46:24.692 INFO STEP 1097 (remove_files) COMPLETE
81242026-02-24T03:46:26.663Z[ recovery-image] Feb 24 03:46:24.692 INFO O| Feb 24 03:46:24.692 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-02-24T03:46:26.673Z[ recovery-image] Feb 24 03:46:24.704 INFO O| Feb 24 03:46:24.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81262026-02-24T03:46:26.673Z[ recovery-image] Feb 24 03:46:24.704 INFO O| Feb 24 03:46:24.704 INFO STEP 1098 (remove_files) COMPLETE
81272026-02-24T03:46:26.673Z[ recovery-image] Feb 24 03:46:24.704 INFO O| Feb 24 03:46:24.704 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-02-24T03:46:26.686Z[ recovery-image] Feb 24 03:46:24.717 INFO O| Feb 24 03:46:24.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81292026-02-24T03:46:26.686Z[ recovery-image] Feb 24 03:46:24.717 INFO O| Feb 24 03:46:24.717 INFO STEP 1099 (remove_files) COMPLETE
81302026-02-24T03:46:26.686Z[ recovery-image] Feb 24 03:46:24.717 INFO O| Feb 24 03:46:24.717 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-02-24T03:46:26.698Z[ recovery-image] Feb 24 03:46:24.730 INFO O| Feb 24 03:46:24.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81322026-02-24T03:46:26.698Z[ recovery-image] Feb 24 03:46:24.730 INFO O| Feb 24 03:46:24.730 INFO STEP 1100 (remove_files) COMPLETE
81332026-02-24T03:46:26.698Z[ recovery-image] Feb 24 03:46:24.730 INFO O| Feb 24 03:46:24.730 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-02-24T03:46:26.711Z[ recovery-image] Feb 24 03:46:24.743 INFO O| Feb 24 03:46:24.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81352026-02-24T03:46:26.711Z[ recovery-image] Feb 24 03:46:24.743 INFO O| Feb 24 03:46:24.743 INFO STEP 1101 (remove_files) COMPLETE
81362026-02-24T03:46:26.711Z[ recovery-image] Feb 24 03:46:24.743 INFO O| Feb 24 03:46:24.743 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-02-24T03:46:26.724Z[ recovery-image] Feb 24 03:46:24.755 INFO O| Feb 24 03:46:24.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81382026-02-24T03:46:26.724Z[ recovery-image] Feb 24 03:46:24.755 INFO O| Feb 24 03:46:24.755 INFO STEP 1102 (remove_files) COMPLETE
81392026-02-24T03:46:26.724Z[ recovery-image] Feb 24 03:46:24.755 INFO O| Feb 24 03:46:24.755 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-02-24T03:46:26.737Z[ recovery-image] Feb 24 03:46:24.768 INFO O| Feb 24 03:46:24.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81412026-02-24T03:46:26.737Z[ recovery-image] Feb 24 03:46:24.769 INFO O| Feb 24 03:46:24.768 INFO STEP 1103 (remove_files) COMPLETE
81422026-02-24T03:46:26.737Z[ recovery-image] Feb 24 03:46:24.769 INFO O| Feb 24 03:46:24.769 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-02-24T03:46:26.749Z[ recovery-image] Feb 24 03:46:24.781 INFO O| Feb 24 03:46:24.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81442026-02-24T03:46:26.749Z[ recovery-image] Feb 24 03:46:24.781 INFO O| Feb 24 03:46:24.781 INFO STEP 1104 (remove_files) COMPLETE
81452026-02-24T03:46:26.749Z[ recovery-image] Feb 24 03:46:24.781 INFO O| Feb 24 03:46:24.781 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-02-24T03:46:26.763Z[ recovery-image] Feb 24 03:46:24.794 INFO O| Feb 24 03:46:24.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81472026-02-24T03:46:26.763Z[ recovery-image] Feb 24 03:46:24.794 INFO O| Feb 24 03:46:24.794 INFO STEP 1105 (remove_files) COMPLETE
81482026-02-24T03:46:26.763Z[ recovery-image] Feb 24 03:46:24.794 INFO O| Feb 24 03:46:24.794 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-02-24T03:46:26.776Z[ recovery-image] Feb 24 03:46:24.807 INFO O| Feb 24 03:46:24.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81502026-02-24T03:46:26.776Z[ recovery-image] Feb 24 03:46:24.808 INFO O| Feb 24 03:46:24.808 INFO STEP 1106 (remove_files) COMPLETE
81512026-02-24T03:46:26.776Z[ recovery-image] Feb 24 03:46:24.808 INFO O| Feb 24 03:46:24.808 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-02-24T03:46:26.789Z[ recovery-image] Feb 24 03:46:24.820 INFO O| Feb 24 03:46:24.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81532026-02-24T03:46:26.789Z[ recovery-image] Feb 24 03:46:24.820 INFO O| Feb 24 03:46:24.820 INFO STEP 1107 (remove_files) COMPLETE
81542026-02-24T03:46:26.792Z[ recovery-image] Feb 24 03:46:24.820 INFO O| Feb 24 03:46:24.820 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-02-24T03:46:26.802Z[ recovery-image] Feb 24 03:46:24.833 INFO O| Feb 24 03:46:24.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81562026-02-24T03:46:26.802Z[ recovery-image] Feb 24 03:46:24.833 INFO O| Feb 24 03:46:24.833 INFO STEP 1108 (remove_files) COMPLETE
81572026-02-24T03:46:26.802Z[ recovery-image] Feb 24 03:46:24.833 INFO O| Feb 24 03:46:24.833 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-02-24T03:46:26.815Z[ recovery-image] Feb 24 03:46:24.846 INFO O| Feb 24 03:46:24.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81592026-02-24T03:46:26.815Z[ recovery-image] Feb 24 03:46:24.846 INFO O| Feb 24 03:46:24.846 INFO STEP 1109 (remove_files) COMPLETE
81602026-02-24T03:46:26.817Z[ recovery-image] Feb 24 03:46:24.846 INFO O| Feb 24 03:46:24.846 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-02-24T03:46:26.827Z[ recovery-image] Feb 24 03:46:24.859 INFO O| Feb 24 03:46:24.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81622026-02-24T03:46:26.827Z[ recovery-image] Feb 24 03:46:24.859 INFO O| Feb 24 03:46:24.859 INFO STEP 1110 (remove_files) COMPLETE
81632026-02-24T03:46:26.830Z[ recovery-image] Feb 24 03:46:24.859 INFO O| Feb 24 03:46:24.859 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-02-24T03:46:26.841Z[ recovery-image] Feb 24 03:46:24.872 INFO O| Feb 24 03:46:24.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81652026-02-24T03:46:26.841Z[ recovery-image] Feb 24 03:46:24.872 INFO O| Feb 24 03:46:24.872 INFO STEP 1111 (remove_files) COMPLETE
81662026-02-24T03:46:26.841Z[ recovery-image] Feb 24 03:46:24.872 INFO O| Feb 24 03:46:24.872 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-02-24T03:46:26.854Z[ recovery-image] Feb 24 03:46:24.885 INFO O| Feb 24 03:46:24.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81682026-02-24T03:46:26.854Z[ recovery-image] Feb 24 03:46:24.885 INFO O| Feb 24 03:46:24.885 INFO STEP 1112 (remove_files) COMPLETE
81692026-02-24T03:46:26.854Z[ recovery-image] Feb 24 03:46:24.885 INFO O| Feb 24 03:46:24.885 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-02-24T03:46:26.867Z[ recovery-image] Feb 24 03:46:24.898 INFO O| Feb 24 03:46:24.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81712026-02-24T03:46:26.867Z[ recovery-image] Feb 24 03:46:24.898 INFO O| Feb 24 03:46:24.898 INFO STEP 1113 (remove_files) COMPLETE
81722026-02-24T03:46:26.870Z[ recovery-image] Feb 24 03:46:24.898 INFO O| Feb 24 03:46:24.898 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-02-24T03:46:26.880Z[ recovery-image] Feb 24 03:46:24.911 INFO O| Feb 24 03:46:24.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81742026-02-24T03:46:26.880Z[ recovery-image] Feb 24 03:46:24.911 INFO O| Feb 24 03:46:24.911 INFO STEP 1114 (remove_files) COMPLETE
81752026-02-24T03:46:26.880Z[ recovery-image] Feb 24 03:46:24.911 INFO O| Feb 24 03:46:24.911 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-02-24T03:46:26.892Z[ recovery-image] Feb 24 03:46:24.923 INFO O| Feb 24 03:46:24.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81772026-02-24T03:46:26.892Z[ recovery-image] Feb 24 03:46:24.923 INFO O| Feb 24 03:46:24.923 INFO STEP 1115 (remove_files) COMPLETE
81782026-02-24T03:46:26.892Z[ recovery-image] Feb 24 03:46:24.923 INFO O| Feb 24 03:46:24.923 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-02-24T03:46:26.904Z[ recovery-image] Feb 24 03:46:24.935 INFO O| Feb 24 03:46:24.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81802026-02-24T03:46:26.904Z[ recovery-image] Feb 24 03:46:24.936 INFO O| Feb 24 03:46:24.936 INFO STEP 1116 (remove_files) COMPLETE
81812026-02-24T03:46:26.904Z[ recovery-image] Feb 24 03:46:24.936 INFO O| Feb 24 03:46:24.936 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-02-24T03:46:26.917Z[ recovery-image] Feb 24 03:46:24.948 INFO O| Feb 24 03:46:24.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81832026-02-24T03:46:26.917Z[ recovery-image] Feb 24 03:46:24.948 INFO O| Feb 24 03:46:24.948 INFO STEP 1117 (remove_files) COMPLETE
81842026-02-24T03:46:26.917Z[ host-image] Feb 24 03:46:24.948 INFO O| Feb 24 03:46:24.948 INFO O| Done
81852026-02-24T03:46:26.920Z[ recovery-image] Feb 24 03:46:24.948 INFO O| Feb 24 03:46:24.948 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-24T03:46:26.930Z[ recovery-image] Feb 24 03:46:24.962 INFO O| Feb 24 03:46:24.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81872026-02-24T03:46:26.930Z[ recovery-image] Feb 24 03:46:24.962 INFO O| Feb 24 03:46:24.962 INFO STEP 1118 (remove_files) COMPLETE
81882026-02-24T03:46:26.930Z[ recovery-image] Feb 24 03:46:24.962 INFO O| Feb 24 03:46:24.962 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-24T03:46:26.945Z[ recovery-image] Feb 24 03:46:24.977 INFO O| Feb 24 03:46:24.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81902026-02-24T03:46:26.945Z[ recovery-image] Feb 24 03:46:24.977 INFO O| Feb 24 03:46:24.977 INFO STEP 1119 (remove_files) COMPLETE
81912026-02-24T03:46:26.945Z[ recovery-image] Feb 24 03:46:24.977 INFO O| Feb 24 03:46:24.977 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-24T03:46:26.958Z[ recovery-image] Feb 24 03:46:24.990 INFO O| Feb 24 03:46:24.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81932026-02-24T03:46:26.959Z[ recovery-image] Feb 24 03:46:24.990 INFO O| Feb 24 03:46:24.990 INFO STEP 1120 (remove_files) COMPLETE
81942026-02-24T03:46:26.959Z[ recovery-image] Feb 24 03:46:24.990 INFO O| Feb 24 03:46:24.990 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-24T03:46:26.967Z[ host-image] Feb 24 03:46:24.998 INFO O| Feb 24 03:46:24.998 INFO O| Done
81962026-02-24T03:46:26.970Z[ host-image] Feb 24 03:46:24.998 INFO O| Feb 24 03:46:24.998 INFO O| Done
81972026-02-24T03:46:26.973Z[ recovery-image] Feb 24 03:46:25.004 INFO O| Feb 24 03:46:25.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81982026-02-24T03:46:26.973Z[ recovery-image] Feb 24 03:46:25.004 INFO O| Feb 24 03:46:25.004 INFO STEP 1121 (remove_files) COMPLETE
81992026-02-24T03:46:26.973Z[ recovery-image] Feb 24 03:46:25.004 INFO O| Feb 24 03:46:25.004 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-02-24T03:46:26.986Z[ recovery-image] Feb 24 03:46:25.018 INFO O| Feb 24 03:46:25.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82012026-02-24T03:46:26.986Z[ recovery-image] Feb 24 03:46:25.018 INFO O| Feb 24 03:46:25.018 INFO STEP 1122 (remove_files) COMPLETE
82022026-02-24T03:46:26.986Z[ recovery-image] Feb 24 03:46:25.018 INFO O| Feb 24 03:46:25.018 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-02-24T03:46:26.994Z[ host-image] Feb 24 03:46:25.026 INFO O| Feb 24 03:46:25.026 INFO O| Done
82042026-02-24T03:46:27.002Z[ recovery-image] Feb 24 03:46:25.031 INFO O| Feb 24 03:46:25.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82052026-02-24T03:46:27.005Z[ recovery-image] Feb 24 03:46:25.031 INFO O| Feb 24 03:46:25.031 INFO STEP 1123 (remove_files) COMPLETE
82062026-02-24T03:46:27.005Z[ recovery-image] Feb 24 03:46:25.031 INFO O| Feb 24 03:46:25.031 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-24T03:46:27.015Z[ recovery-image] Feb 24 03:46:25.046 INFO O| Feb 24 03:46:25.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82082026-02-24T03:46:27.015Z[ recovery-image] Feb 24 03:46:25.046 INFO O| Feb 24 03:46:25.046 INFO STEP 1124 (remove_files) COMPLETE
82092026-02-24T03:46:27.015Z[ recovery-image] Feb 24 03:46:25.046 INFO O| Feb 24 03:46:25.046 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-24T03:46:27.032Z[ recovery-image] Feb 24 03:46:25.063 INFO O| Feb 24 03:46:25.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82112026-02-24T03:46:27.032Z[ recovery-image] Feb 24 03:46:25.063 INFO O| Feb 24 03:46:25.063 INFO STEP 1125 (remove_files) COMPLETE
82122026-02-24T03:46:27.032Z[ recovery-image] Feb 24 03:46:25.063 INFO O| Feb 24 03:46:25.063 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-24T03:46:27.049Z[ recovery-image] Feb 24 03:46:25.080 INFO O| Feb 24 03:46:25.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82142026-02-24T03:46:27.049Z[ recovery-image] Feb 24 03:46:25.081 INFO O| Feb 24 03:46:25.081 INFO STEP 1126 (remove_files) COMPLETE
82152026-02-24T03:46:27.049Z[ recovery-image] Feb 24 03:46:25.081 INFO O| Feb 24 03:46:25.081 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-24T03:46:27.065Z[ recovery-image] Feb 24 03:46:25.096 INFO O| Feb 24 03:46:25.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82172026-02-24T03:46:27.065Z[ recovery-image] Feb 24 03:46:25.096 INFO O| Feb 24 03:46:25.096 INFO STEP 1127 (remove_files) COMPLETE
82182026-02-24T03:46:27.065Z[ recovery-image] Feb 24 03:46:25.096 INFO O| Feb 24 03:46:25.096 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-24T03:46:27.081Z[ recovery-image] Feb 24 03:46:25.112 INFO O| Feb 24 03:46:25.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82202026-02-24T03:46:27.081Z[ recovery-image] Feb 24 03:46:25.112 INFO O| Feb 24 03:46:25.112 INFO STEP 1128 (remove_files) COMPLETE
82212026-02-24T03:46:27.084Z[ recovery-image] Feb 24 03:46:25.112 INFO O| Feb 24 03:46:25.112 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-24T03:46:27.097Z[ recovery-image] Feb 24 03:46:25.129 INFO O| Feb 24 03:46:25.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82232026-02-24T03:46:27.097Z[ recovery-image] Feb 24 03:46:25.129 INFO O| Feb 24 03:46:25.129 INFO STEP 1129 (remove_files) COMPLETE
82242026-02-24T03:46:27.100Z[ recovery-image] Feb 24 03:46:25.129 INFO O| Feb 24 03:46:25.129 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-24T03:46:27.114Z[ recovery-image] Feb 24 03:46:25.146 INFO O| Feb 24 03:46:25.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82262026-02-24T03:46:27.114Z[ recovery-image] Feb 24 03:46:25.146 INFO O| Feb 24 03:46:25.146 INFO STEP 1130 (remove_files) COMPLETE
82272026-02-24T03:46:27.114Z[ recovery-image] Feb 24 03:46:25.146 INFO O| Feb 24 03:46:25.146 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-24T03:46:27.129Z[ recovery-image] Feb 24 03:46:25.160 INFO O| Feb 24 03:46:25.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82292026-02-24T03:46:27.129Z[ recovery-image] Feb 24 03:46:25.160 INFO O| Feb 24 03:46:25.160 INFO STEP 1131 (remove_files) COMPLETE
82302026-02-24T03:46:27.129Z[ recovery-image] Feb 24 03:46:25.160 INFO O| Feb 24 03:46:25.160 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-24T03:46:27.143Z[ recovery-image] Feb 24 03:46:25.174 INFO O| Feb 24 03:46:25.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82322026-02-24T03:46:27.143Z[ recovery-image] Feb 24 03:46:25.174 INFO O| Feb 24 03:46:25.174 INFO STEP 1132 (remove_files) COMPLETE
82332026-02-24T03:46:27.147Z[ recovery-image] Feb 24 03:46:25.174 INFO O| Feb 24 03:46:25.174 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-24T03:46:27.157Z[ recovery-image] Feb 24 03:46:25.189 INFO O| Feb 24 03:46:25.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82352026-02-24T03:46:27.157Z[ recovery-image] Feb 24 03:46:25.189 INFO O| Feb 24 03:46:25.189 INFO STEP 1133 (remove_files) COMPLETE
82362026-02-24T03:46:27.158Z[ recovery-image] Feb 24 03:46:25.189 INFO O| Feb 24 03:46:25.189 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-24T03:46:27.171Z[ recovery-image] Feb 24 03:46:25.202 INFO O| Feb 24 03:46:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82382026-02-24T03:46:27.171Z[ recovery-image] Feb 24 03:46:25.203 INFO O| Feb 24 03:46:25.202 INFO STEP 1134 (remove_files) COMPLETE
82392026-02-24T03:46:27.174Z[ recovery-image] Feb 24 03:46:25.203 INFO O| Feb 24 03:46:25.203 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-24T03:46:27.185Z[ recovery-image] Feb 24 03:46:25.216 INFO O| Feb 24 03:46:25.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82412026-02-24T03:46:27.188Z[ recovery-image] Feb 24 03:46:25.217 INFO O| Feb 24 03:46:25.217 INFO STEP 1135 (remove_files) COMPLETE
82422026-02-24T03:46:27.188Z[ recovery-image] Feb 24 03:46:25.217 INFO O| Feb 24 03:46:25.217 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-24T03:46:27.201Z[ recovery-image] Feb 24 03:46:25.232 INFO O| Feb 24 03:46:25.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82442026-02-24T03:46:27.201Z[ recovery-image] Feb 24 03:46:25.232 INFO O| Feb 24 03:46:25.232 INFO STEP 1136 (remove_files) COMPLETE
82452026-02-24T03:46:27.204Z[ recovery-image] Feb 24 03:46:25.232 INFO O| Feb 24 03:46:25.232 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-24T03:46:27.218Z[ recovery-image] Feb 24 03:46:25.250 INFO O| Feb 24 03:46:25.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82472026-02-24T03:46:27.218Z[ recovery-image] Feb 24 03:46:25.250 INFO O| Feb 24 03:46:25.250 INFO STEP 1137 (remove_files) COMPLETE
82482026-02-24T03:46:27.221Z[ recovery-image] Feb 24 03:46:25.250 INFO O| Feb 24 03:46:25.250 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-24T03:46:27.234Z[ recovery-image] Feb 24 03:46:25.265 INFO O| Feb 24 03:46:25.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82502026-02-24T03:46:27.234Z[ recovery-image] Feb 24 03:46:25.266 INFO O| Feb 24 03:46:25.266 INFO STEP 1138 (remove_files) COMPLETE
82512026-02-24T03:46:27.234Z[ recovery-image] Feb 24 03:46:25.266 INFO O| Feb 24 03:46:25.266 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-24T03:46:27.249Z[ recovery-image] Feb 24 03:46:25.280 INFO O| Feb 24 03:46:25.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82532026-02-24T03:46:27.249Z[ recovery-image] Feb 24 03:46:25.280 INFO O| Feb 24 03:46:25.280 INFO STEP 1139 (remove_files) COMPLETE
82542026-02-24T03:46:27.252Z[ recovery-image] Feb 24 03:46:25.280 INFO O| Feb 24 03:46:25.280 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-24T03:46:27.263Z[ recovery-image] Feb 24 03:46:25.295 INFO O| Feb 24 03:46:25.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82562026-02-24T03:46:27.263Z[ recovery-image] Feb 24 03:46:25.295 INFO O| Feb 24 03:46:25.295 INFO STEP 1140 (remove_files) COMPLETE
82572026-02-24T03:46:27.263Z[ recovery-image] Feb 24 03:46:25.295 INFO O| Feb 24 03:46:25.295 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-24T03:46:27.278Z[ recovery-image] Feb 24 03:46:25.309 INFO O| Feb 24 03:46:25.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82592026-02-24T03:46:27.278Z[ recovery-image] Feb 24 03:46:25.309 INFO O| Feb 24 03:46:25.309 INFO STEP 1141 (remove_files) COMPLETE
82602026-02-24T03:46:27.281Z[ recovery-image] Feb 24 03:46:25.309 INFO O| Feb 24 03:46:25.309 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-24T03:46:27.295Z[ recovery-image] Feb 24 03:46:25.326 INFO O| Feb 24 03:46:25.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82622026-02-24T03:46:27.295Z[ recovery-image] Feb 24 03:46:25.326 INFO O| Feb 24 03:46:25.326 INFO STEP 1142 (remove_files) COMPLETE
82632026-02-24T03:46:27.295Z[ recovery-image] Feb 24 03:46:25.326 INFO O| Feb 24 03:46:25.326 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-24T03:46:27.312Z[ recovery-image] Feb 24 03:46:25.344 INFO O| Feb 24 03:46:25.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82652026-02-24T03:46:27.312Z[ recovery-image] Feb 24 03:46:25.344 INFO O| Feb 24 03:46:25.344 INFO STEP 1143 (remove_files) COMPLETE
82662026-02-24T03:46:27.312Z[ recovery-image] Feb 24 03:46:25.344 INFO O| Feb 24 03:46:25.344 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-24T03:46:27.330Z[ recovery-image] Feb 24 03:46:25.361 INFO O| Feb 24 03:46:25.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82682026-02-24T03:46:27.333Z[ recovery-image] Feb 24 03:46:25.361 INFO O| Feb 24 03:46:25.361 INFO STEP 1144 (remove_files) COMPLETE
82692026-02-24T03:46:27.333Z[ recovery-image] Feb 24 03:46:25.361 INFO O| Feb 24 03:46:25.361 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-24T03:46:27.347Z[ recovery-image] Feb 24 03:46:25.379 INFO O| Feb 24 03:46:25.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82712026-02-24T03:46:27.347Z[ recovery-image] Feb 24 03:46:25.379 INFO O| Feb 24 03:46:25.379 INFO STEP 1145 (remove_files) COMPLETE
82722026-02-24T03:46:27.347Z[ recovery-image] Feb 24 03:46:25.379 INFO O| Feb 24 03:46:25.379 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-24T03:46:27.364Z[ recovery-image] Feb 24 03:46:25.395 INFO O| Feb 24 03:46:25.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82742026-02-24T03:46:27.364Z[ recovery-image] Feb 24 03:46:25.395 INFO O| Feb 24 03:46:25.395 INFO STEP 1146 (remove_files) COMPLETE
82752026-02-24T03:46:27.364Z[ recovery-image] Feb 24 03:46:25.395 INFO O| Feb 24 03:46:25.395 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-24T03:46:27.380Z[ recovery-image] Feb 24 03:46:25.411 INFO O| Feb 24 03:46:25.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82772026-02-24T03:46:27.380Z[ recovery-image] Feb 24 03:46:25.411 INFO O| Feb 24 03:46:25.411 INFO STEP 1147 (remove_files) COMPLETE
82782026-02-24T03:46:27.382Z[ recovery-image] Feb 24 03:46:25.411 INFO O| Feb 24 03:46:25.411 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-24T03:46:27.393Z[ recovery-image] Feb 24 03:46:25.425 INFO O| Feb 24 03:46:25.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82802026-02-24T03:46:27.394Z[ recovery-image] Feb 24 03:46:25.425 INFO O| Feb 24 03:46:25.425 INFO STEP 1148 (remove_files) COMPLETE
82812026-02-24T03:46:27.394Z[ recovery-image] Feb 24 03:46:25.425 INFO O| Feb 24 03:46:25.425 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-24T03:46:27.408Z[ recovery-image] Feb 24 03:46:25.438 INFO O| Feb 24 03:46:25.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82832026-02-24T03:46:27.408Z[ recovery-image] Feb 24 03:46:25.438 INFO O| Feb 24 03:46:25.438 INFO STEP 1149 (remove_files) COMPLETE
82842026-02-24T03:46:27.411Z[ recovery-image] Feb 24 03:46:25.438 INFO O| Feb 24 03:46:25.438 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-24T03:46:27.423Z[ recovery-image] Feb 24 03:46:25.454 INFO O| Feb 24 03:46:25.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82862026-02-24T03:46:27.423Z[ recovery-image] Feb 24 03:46:25.454 INFO O| Feb 24 03:46:25.454 INFO STEP 1150 (remove_files) COMPLETE
82872026-02-24T03:46:27.423Z[ recovery-image] Feb 24 03:46:25.454 INFO O| Feb 24 03:46:25.454 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-24T03:46:27.441Z[ recovery-image] Feb 24 03:46:25.472 INFO O| Feb 24 03:46:25.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82892026-02-24T03:46:27.441Z[ recovery-image] Feb 24 03:46:25.472 INFO O| Feb 24 03:46:25.472 INFO STEP 1151 (remove_files) COMPLETE
82902026-02-24T03:46:27.442Z[ recovery-image] Feb 24 03:46:25.472 INFO O| Feb 24 03:46:25.472 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-24T03:46:27.459Z[ recovery-image] Feb 24 03:46:25.490 INFO O| Feb 24 03:46:25.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82922026-02-24T03:46:27.459Z[ recovery-image] Feb 24 03:46:25.490 INFO O| Feb 24 03:46:25.490 INFO STEP 1152 (remove_files) COMPLETE
82932026-02-24T03:46:27.459Z[ recovery-image] Feb 24 03:46:25.490 INFO O| Feb 24 03:46:25.490 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-24T03:46:27.475Z[ recovery-image] Feb 24 03:46:25.506 INFO O| Feb 24 03:46:25.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82952026-02-24T03:46:27.475Z[ recovery-image] Feb 24 03:46:25.506 INFO O| Feb 24 03:46:25.506 INFO STEP 1153 (remove_files) COMPLETE
82962026-02-24T03:46:27.475Z[ recovery-image] Feb 24 03:46:25.506 INFO O| Feb 24 03:46:25.506 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-24T03:46:27.491Z[ recovery-image] Feb 24 03:46:25.522 INFO O| Feb 24 03:46:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82982026-02-24T03:46:27.494Z[ recovery-image] Feb 24 03:46:25.522 INFO O| Feb 24 03:46:25.522 INFO STEP 1154 (remove_files) COMPLETE
82992026-02-24T03:46:27.494Z[ recovery-image] Feb 24 03:46:25.522 INFO O| Feb 24 03:46:25.522 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-24T03:46:27.505Z[ recovery-image] Feb 24 03:46:25.536 INFO O| Feb 24 03:46:25.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83012026-02-24T03:46:27.505Z[ recovery-image] Feb 24 03:46:25.537 INFO O| Feb 24 03:46:25.536 INFO STEP 1155 (remove_files) COMPLETE
83022026-02-24T03:46:27.508Z[ recovery-image] Feb 24 03:46:25.537 INFO O| Feb 24 03:46:25.537 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-24T03:46:27.520Z[ recovery-image] Feb 24 03:46:25.551 INFO O| Feb 24 03:46:25.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83042026-02-24T03:46:27.520Z[ recovery-image] Feb 24 03:46:25.551 INFO O| Feb 24 03:46:25.551 INFO STEP 1156 (remove_files) COMPLETE
83052026-02-24T03:46:27.520Z[ recovery-image] Feb 24 03:46:25.551 INFO O| Feb 24 03:46:25.551 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-24T03:46:27.534Z[ recovery-image] Feb 24 03:46:25.565 INFO O| Feb 24 03:46:25.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83072026-02-24T03:46:27.537Z[ recovery-image] Feb 24 03:46:25.565 INFO O| Feb 24 03:46:25.565 INFO STEP 1157 (remove_files) COMPLETE
83082026-02-24T03:46:27.537Z[ recovery-image] Feb 24 03:46:25.565 INFO O| Feb 24 03:46:25.565 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-24T03:46:27.548Z[ recovery-image] Feb 24 03:46:25.580 INFO O| Feb 24 03:46:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83102026-02-24T03:46:27.548Z[ recovery-image] Feb 24 03:46:25.580 INFO O| Feb 24 03:46:25.580 INFO STEP 1158 (remove_files) COMPLETE
83112026-02-24T03:46:27.548Z[ recovery-image] Feb 24 03:46:25.580 INFO O| Feb 24 03:46:25.580 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-24T03:46:27.563Z[ recovery-image] Feb 24 03:46:25.595 INFO O| Feb 24 03:46:25.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83132026-02-24T03:46:27.566Z[ recovery-image] Feb 24 03:46:25.596 INFO O| Feb 24 03:46:25.596 INFO STEP 1159 (remove_files) COMPLETE
83142026-02-24T03:46:27.566Z[ recovery-image] Feb 24 03:46:25.596 INFO O| Feb 24 03:46:25.596 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-24T03:46:27.579Z[ recovery-image] Feb 24 03:46:25.610 INFO O| Feb 24 03:46:25.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83162026-02-24T03:46:27.580Z[ recovery-image] Feb 24 03:46:25.610 INFO O| Feb 24 03:46:25.610 INFO STEP 1160 (remove_files) COMPLETE
83172026-02-24T03:46:27.582Z[ recovery-image] Feb 24 03:46:25.610 INFO O| Feb 24 03:46:25.610 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-24T03:46:27.593Z[ recovery-image] Feb 24 03:46:25.624 INFO O| Feb 24 03:46:25.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83192026-02-24T03:46:27.593Z[ recovery-image] Feb 24 03:46:25.624 INFO O| Feb 24 03:46:25.624 INFO STEP 1161 (remove_files) COMPLETE
83202026-02-24T03:46:27.596Z[ recovery-image] Feb 24 03:46:25.624 INFO O| Feb 24 03:46:25.624 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-24T03:46:27.607Z[ recovery-image] Feb 24 03:46:25.638 INFO O| Feb 24 03:46:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83222026-02-24T03:46:27.607Z[ recovery-image] Feb 24 03:46:25.638 INFO O| Feb 24 03:46:25.638 INFO STEP 1162 (remove_files) COMPLETE
83232026-02-24T03:46:27.610Z[ recovery-image] Feb 24 03:46:25.638 INFO O| Feb 24 03:46:25.638 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-24T03:46:27.623Z[ recovery-image] Feb 24 03:46:25.653 INFO O| Feb 24 03:46:25.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83252026-02-24T03:46:27.623Z[ recovery-image] Feb 24 03:46:25.653 INFO O| Feb 24 03:46:25.653 INFO STEP 1163 (remove_files) COMPLETE
83262026-02-24T03:46:27.623Z[ recovery-image] Feb 24 03:46:25.653 INFO O| Feb 24 03:46:25.653 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-24T03:46:27.640Z[ recovery-image] Feb 24 03:46:25.671 INFO O| Feb 24 03:46:25.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83282026-02-24T03:46:27.640Z[ recovery-image] Feb 24 03:46:25.671 INFO O| Feb 24 03:46:25.671 INFO STEP 1164 (remove_files) COMPLETE
83292026-02-24T03:46:27.640Z[ recovery-image] Feb 24 03:46:25.671 INFO O| Feb 24 03:46:25.671 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-24T03:46:27.657Z[ recovery-image] Feb 24 03:46:25.688 INFO O| Feb 24 03:46:25.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83312026-02-24T03:46:27.657Z[ recovery-image] Feb 24 03:46:25.688 INFO O| Feb 24 03:46:25.688 INFO STEP 1165 (remove_files) COMPLETE
83322026-02-24T03:46:27.657Z[ recovery-image] Feb 24 03:46:25.688 INFO O| Feb 24 03:46:25.688 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83332026-02-24T03:46:27.683Z[ recovery-image] Feb 24 03:46:25.714 INFO O| Feb 24 03:46:25.714 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83342026-02-24T03:46:27.683Z[ recovery-image] Feb 24 03:46:25.714 INFO O| Feb 24 03:46:25.714 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83352026-02-24T03:46:28.888Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO STEP 14 (pkg_install) COMPLETE
83362026-02-24T03:46:28.888Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83372026-02-24T03:46:28.888Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO skip step because feature "mbist" is not enabled
83382026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83392026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO skip step because feature "mfg" is not enabled
83402026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83412026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO skip step because feature "compliance" is not enabled
83422026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83432026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO skip step because feature "stress" is not enabled
83442026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83452026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO skip step because feature "compliance" is not enabled
83462026-02-24T03:46:28.892Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
83472026-02-24T03:46:28.893Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO skip step because feature "nfs" is not enabled
83482026-02-24T03:46:28.893Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
83492026-02-24T03:46:28.893Z[ host-image] Feb 24 03:46:26.919 INFO O| Feb 24 03:46:26.919 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
83502026-02-24T03:46:29.191Z[ host-image] Feb 24 03:46:27.222 INFO O| Feb 24 03:46:27.222 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
83512026-02-24T03:46:29.287Z[ recovery-image] Feb 24 03:46:27.318 INFO O| Feb 24 03:46:27.318 INFO STEP 1166 (pack_tar) COMPLETE
83522026-02-24T03:46:29.287Z[ recovery-image] Feb 24 03:46:27.318 INFO O| Feb 24 03:46:27.318 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83532026-02-24T03:46:29.290Z[ recovery-image] Feb 24 03:46:27.318 INFO O| Feb 24 03:46:27.318 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83542026-02-24T03:46:29.301Z[ host-image] Feb 24 03:46:27.329 INFO O| Feb 24 03:46:27.329 INFO completed processing sled/ramdisk-01-os
83552026-02-24T03:46:29.304Z[ host-image] Feb 24 03:46:27.332 INFO omicron1 baseline generation...
83562026-02-24T03:46:29.304Z[ host-image] Feb 24 03:46:27.332 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83572026-02-24T03:46:29.321Z[ recovery-image] Feb 24 03:46:27.351 INFO O| Feb 24 03:46:27.351 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83582026-02-24T03:46:29.417Z[ recovery-image] Feb 24 03:46:27.448 INFO O| Feb 24 03:46:27.448 INFO completed processing sled/ramdisk-03-recovery-trim
83592026-02-24T03:46:29.422Z[ recovery-image] Feb 24 03:46:27.453 INFO image builder template: zfs-recovery...
83602026-02-24T03:46:29.422Z[ recovery-image] Feb 24 03:46:27.453 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/.tmpW6f5nY/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
83612026-02-24T03:46:29.482Z[ recovery-image] Feb 24 03:46:27.511 INFO O| Feb 24 03:46:27.511 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83622026-02-24T03:46:29.485Z[ recovery-image] Feb 24 03:46:27.516 INFO O| Feb 24 03:46:27.516 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83632026-02-24T03:46:29.574Z[ recovery-image] Feb 24 03:46:27.604 INFO O| Feb 24 03:46:27.604 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83642026-02-24T03:46:29.651Z[ recovery-image] Feb 24 03:46:27.682 INFO O| Feb 24 03:46:27.681 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83652026-02-24T03:46:29.651Z[ recovery-image] Feb 24 03:46:27.682 INFO O| Feb 24 03:46:27.682 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83662026-02-24T03:46:29.655Z[ recovery-image] Feb 24 03:46:27.686 INFO O| Feb 24 03:46:27.686 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83672026-02-24T03:46:29.750Z[ recovery-image] Feb 24 03:46:27.781 INFO O| Feb 24 03:46:27.781 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83682026-02-24T03:46:29.827Z[ recovery-image] Feb 24 03:46:27.856 INFO O| Feb 24 03:46:27.856 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83692026-02-24T03:46:29.842Z[ recovery-image] Feb 24 03:46:27.873 INFO O| Feb 24 03:46:27.873 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83702026-02-24T03:46:29.849Z[ recovery-image] Feb 24 03:46:27.880 INFO O| Feb 24 03:46:27.880 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83712026-02-24T03:46:29.863Z[ recovery-image] Feb 24 03:46:27.894 INFO O| Feb 24 03:46:27.894 INFO no lofi found
83722026-02-24T03:46:29.863Z[ recovery-image] Feb 24 03:46:27.894 INFO O| Feb 24 03:46:27.894 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83732026-02-24T03:46:29.863Z[ recovery-image] Feb 24 03:46:27.894 INFO O| Feb 24 03:46:27.894 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83742026-02-24T03:46:30.043Z[ host-image] Feb 24 03:46:28.074 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
83752026-02-24T03:46:31.977Z[ recovery-image] Feb 24 03:46:30.004 INFO O| Feb 24 03:46:30.003 INFO lofi device = /dev/dsk/c2t1d0p0
83762026-02-24T03:46:31.977Z[ recovery-image] Feb 24 03:46:30.004 INFO O| Feb 24 03:46:30.004 INFO pool device = /dev/dsk/c2t1d0p0
83772026-02-24T03:46:31.980Z[ recovery-image] Feb 24 03:46:30.004 INFO O| Feb 24 03:46:30.004 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83782026-02-24T03:46:32.315Z[ recovery-image] Feb 24 03:46:30.345 INFO O| Feb 24 03:46:30.345 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83792026-02-24T03:46:32.315Z[ recovery-image] Feb 24 03:46:30.345 INFO O| Feb 24 03:46:30.345 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83802026-02-24T03:46:32.346Z[ recovery-image] Feb 24 03:46:30.377 INFO O| Feb 24 03:46:30.377 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83812026-02-24T03:46:32.803Z[ recovery-image] Feb 24 03:46:30.825 INFO O| Feb 24 03:46:30.825 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83822026-02-24T03:46:32.852Z[ recovery-image] Feb 24 03:46:30.882 INFO O| Feb 24 03:46:30.882 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83832026-02-24T03:46:32.876Z[ recovery-image] Feb 24 03:46:30.906 INFO O| Feb 24 03:46:30.906 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83842026-02-24T03:46:32.894Z[ recovery-image] Feb 24 03:46:30.925 INFO O| Feb 24 03:46:30.924 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83852026-02-24T03:46:32.988Z[ recovery-image] Feb 24 03:46:31.018 INFO O| Feb 24 03:46:31.018 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83862026-02-24T03:46:32.992Z[ recovery-image] Feb 24 03:46:31.019 INFO O| Feb 24 03:46:31.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83872026-02-24T03:46:32.992Z[ recovery-image] Feb 24 03:46:31.019 INFO O| Feb 24 03:46:31.019 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83882026-02-24T03:46:33.009Z[ recovery-image] Feb 24 03:46:31.039 INFO O| Feb 24 03:46:31.039 INFO boot environment UUID: a838f2a4-4bab-47d9-84df-f515538e264d
83892026-02-24T03:46:33.009Z[ recovery-image] Feb 24 03:46:31.039 INFO O| Feb 24 03:46:31.039 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a838f2a4-4bab-47d9-84df-f515538e264d
83902026-02-24T03:46:33.028Z[ recovery-image] Feb 24 03:46:31.057 INFO O| Feb 24 03:46:31.057 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83912026-02-24T03:46:33.045Z[ recovery-image] Feb 24 03:46:31.076 INFO O| Feb 24 03:46:31.076 INFO STEP 0 (create_be) COMPLETE
83922026-02-24T03:46:33.045Z[ recovery-image] Feb 24 03:46:31.076 INFO O| Feb 24 03:46:31.076 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83932026-02-24T03:46:33.066Z[ recovery-image] Feb 24 03:46:31.096 INFO O| Feb 24 03:46:31.096 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"]
83942026-02-24T03:46:39.814Z[ recovery-image] Feb 24 03:46:37.832 INFO O| Feb 24 03:46:37.831 INFO STEP 1 (unpack_tar) COMPLETE
83952026-02-24T03:46:39.814Z[ recovery-image] Feb 24 03:46:37.832 INFO O| Feb 24 03:46:37.831 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83962026-02-24T03:46:39.817Z[ recovery-image] Feb 24 03:46:37.845 INFO O| Feb 24 03:46:37.845 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83972026-02-24T03:46:41.370Z[ recovery-image] Feb 24 03:46:39.399 INFO O| Feb 24 03:46:39.399 INFO STEP 2 (devfsadm) COMPLETE
83982026-02-24T03:46:41.370Z[ recovery-image] Feb 24 03:46:39.399 INFO O| Feb 24 03:46:39.399 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83992026-02-24T03:46:41.385Z[ recovery-image] Feb 24 03:46:39.413 INFO O| Feb 24 03:46:39.413 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84002026-02-24T03:46:41.385Z[ recovery-image] Feb 24 03:46:39.413 INFO O| Feb 24 03:46:39.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84012026-02-24T03:46:41.385Z[ recovery-image] Feb 24 03:46:39.413 INFO O| Feb 24 03:46:39.413 INFO STEP 3 (ensure_dir) COMPLETE
84022026-02-24T03:46:41.388Z[ recovery-image] Feb 24 03:46:39.413 INFO O| Feb 24 03:46:39.413 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84032026-02-24T03:46:41.398Z[ recovery-image] Feb 24 03:46:39.426 INFO O| Feb 24 03:46:39.426 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84042026-02-24T03:46:41.398Z[ recovery-image] Feb 24 03:46:39.426 INFO O| Feb 24 03:46:39.426 INFO STEP 4 (ensure_dir) COMPLETE
84052026-02-24T03:46:41.400Z[ recovery-image] Feb 24 03:46:39.426 INFO O| Feb 24 03:46:39.426 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84062026-02-24T03:46:41.412Z[ recovery-image] Feb 24 03:46:39.440 INFO O| Feb 24 03:46:39.440 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84072026-02-24T03:46:41.412Z[ recovery-image] Feb 24 03:46:39.440 INFO O| Feb 24 03:46:39.440 INFO STEP 5 (ensure_dir) COMPLETE
84082026-02-24T03:46:41.414Z[ recovery-image] Feb 24 03:46:39.440 INFO O| Feb 24 03:46:39.440 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84092026-02-24T03:46:41.425Z[ recovery-image] Feb 24 03:46:39.453 INFO O| Feb 24 03:46:39.453 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84102026-02-24T03:46:41.425Z[ recovery-image] Feb 24 03:46:39.454 INFO O| Feb 24 03:46:39.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84112026-02-24T03:46:41.428Z[ recovery-image] Feb 24 03:46:39.454 INFO O| Feb 24 03:46:39.454 INFO STEP 6 (ensure_dir) COMPLETE
84122026-02-24T03:46:41.428Z[ recovery-image] Feb 24 03:46:39.454 INFO O| Feb 24 03:46:39.454 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132026-02-24T03:46:41.439Z[ recovery-image] Feb 24 03:46:39.468 INFO O| Feb 24 03:46:39.467 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84142026-02-24T03:46:41.442Z[ recovery-image] Feb 24 03:46:39.468 INFO O| Feb 24 03:46:39.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84152026-02-24T03:46:41.442Z[ recovery-image] Feb 24 03:46:39.468 INFO O| Feb 24 03:46:39.468 INFO STEP 7 (ensure_dir) COMPLETE
84162026-02-24T03:46:41.442Z[ recovery-image] Feb 24 03:46:39.468 INFO O| Feb 24 03:46:39.468 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84172026-02-24T03:46:41.454Z[ recovery-image] Feb 24 03:46:39.483 INFO O| Feb 24 03:46:39.482 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84182026-02-24T03:46:41.454Z[ recovery-image] Feb 24 03:46:39.483 INFO O| Feb 24 03:46:39.483 INFO STEP 8 (remove_files) COMPLETE
84192026-02-24T03:46:41.457Z[ recovery-image] Feb 24 03:46:39.483 INFO O| Feb 24 03:46:39.483 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84202026-02-24T03:46:41.469Z[ recovery-image] Feb 24 03:46:39.498 INFO O| Feb 24 03:46:39.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84212026-02-24T03:46:41.472Z[ recovery-image] Feb 24 03:46:39.499 INFO O| Feb 24 03:46:39.499 INFO STEP 9 (remove_files) COMPLETE
84222026-02-24T03:46:41.472Z[ recovery-image] Feb 24 03:46:39.499 INFO O| Feb 24 03:46:39.499 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84232026-02-24T03:46:41.485Z[ recovery-image] Feb 24 03:46:39.514 INFO O| Feb 24 03:46:39.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84242026-02-24T03:46:41.488Z[ recovery-image] Feb 24 03:46:39.515 INFO O| Feb 24 03:46:39.515 INFO STEP 10 (remove_files) COMPLETE
84252026-02-24T03:46:41.488Z[ recovery-image] Feb 24 03:46:39.515 INFO O| Feb 24 03:46:39.515 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84262026-02-24T03:46:41.500Z[ recovery-image] Feb 24 03:46:39.528 INFO O| Feb 24 03:46:39.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84272026-02-24T03:46:41.500Z[ recovery-image] Feb 24 03:46:39.528 INFO O| Feb 24 03:46:39.528 INFO STEP 11 (remove_files) COMPLETE
84282026-02-24T03:46:41.500Z[ recovery-image] Feb 24 03:46:39.528 INFO O| Feb 24 03:46:39.528 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84292026-02-24T03:46:41.530Z[ recovery-image] Feb 24 03:46:39.542 INFO O| Feb 24 03:46:39.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84302026-02-24T03:46:41.533Z[ recovery-image] Feb 24 03:46:39.542 INFO O| Feb 24 03:46:39.542 INFO STEP 12 (remove_files) COMPLETE
84312026-02-24T03:46:41.533Z[ recovery-image] Feb 24 03:46:39.542 INFO O| Feb 24 03:46:39.542 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84322026-02-24T03:46:41.533Z[ recovery-image] Feb 24 03:46:39.555 INFO O| Feb 24 03:46:39.555 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84332026-02-24T03:46:41.533Z[ recovery-image] Feb 24 03:46:39.555 INFO O| Feb 24 03:46:39.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84342026-02-24T03:46:41.533Z[ recovery-image] Feb 24 03:46:39.555 INFO O| Feb 24 03:46:39.555 INFO STEP 13 (ensure_dir) COMPLETE
84352026-02-24T03:46:41.533Z[ recovery-image] Feb 24 03:46:39.555 INFO O| Feb 24 03:46:39.555 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84362026-02-24T03:46:41.540Z[ recovery-image] Feb 24 03:46:39.569 INFO O| Feb 24 03:46:39.568 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84372026-02-24T03:46:41.543Z[ recovery-image] Feb 24 03:46:39.569 INFO O| Feb 24 03:46:39.569 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84382026-02-24T03:46:41.543Z[ recovery-image] Feb 24 03:46:39.569 INFO O| Feb 24 03:46:39.569 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84392026-02-24T03:46:41.543Z[ recovery-image] Feb 24 03:46:39.569 INFO O| Feb 24 03:46:39.569 INFO STEP 14 (ensure_dir) COMPLETE
84402026-02-24T03:46:41.543Z[ recovery-image] Feb 24 03:46:39.569 INFO O| Feb 24 03:46:39.569 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84412026-02-24T03:46:41.553Z[ recovery-image] Feb 24 03:46:39.582 INFO O| Feb 24 03:46:39.582 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84422026-02-24T03:46:41.557Z[ recovery-image] Feb 24 03:46:39.582 INFO O| Feb 24 03:46:39.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84432026-02-24T03:46:41.557Z[ recovery-image] Feb 24 03:46:39.582 INFO O| Feb 24 03:46:39.582 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84442026-02-24T03:46:41.557Z[ recovery-image] Feb 24 03:46:39.582 INFO O| Feb 24 03:46:39.582 INFO STEP 15 (ensure_dir) COMPLETE
84452026-02-24T03:46:41.557Z[ recovery-image] Feb 24 03:46:39.582 INFO O| Feb 24 03:46:39.582 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84462026-02-24T03:46:41.567Z[ recovery-image] Feb 24 03:46:39.595 INFO O| Feb 24 03:46:39.595 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84472026-02-24T03:46:41.567Z[ recovery-image] Feb 24 03:46:39.595 INFO O| Feb 24 03:46:39.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84482026-02-24T03:46:41.572Z[ recovery-image] Feb 24 03:46:39.595 INFO O| Feb 24 03:46:39.595 INFO STEP 16 (ensure_dir) COMPLETE
84492026-02-24T03:46:41.572Z[ recovery-image] Feb 24 03:46:39.595 INFO O| Feb 24 03:46:39.595 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84502026-02-24T03:46:41.579Z[ recovery-image] Feb 24 03:46:39.608 INFO O| Feb 24 03:46:39.608 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84512026-02-24T03:46:41.579Z[ recovery-image] Feb 24 03:46:39.608 INFO O| Feb 24 03:46:39.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84522026-02-24T03:46:41.582Z[ recovery-image] Feb 24 03:46:39.608 INFO O| Feb 24 03:46:39.608 INFO STEP 17 (ensure_dir) COMPLETE
84532026-02-24T03:46:41.582Z[ recovery-image] Feb 24 03:46:39.608 INFO O| Feb 24 03:46:39.608 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84542026-02-24T03:46:41.593Z[ recovery-image] Feb 24 03:46:39.621 INFO O| Feb 24 03:46:39.621 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84552026-02-24T03:46:41.596Z[ recovery-image] Feb 24 03:46:39.621 INFO O| Feb 24 03:46:39.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84562026-02-24T03:46:41.596Z[ recovery-image] Feb 24 03:46:39.621 INFO O| Feb 24 03:46:39.621 INFO ok!
84572026-02-24T03:46:41.596Z[ recovery-image] Feb 24 03:46:39.621 INFO O| Feb 24 03:46:39.621 INFO STEP 18 (ensure_symlink) COMPLETE
84582026-02-24T03:46:41.596Z[ recovery-image] Feb 24 03:46:39.621 INFO O| Feb 24 03:46:39.621 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84592026-02-24T03:46:41.607Z[ recovery-image] Feb 24 03:46:39.634 INFO O| Feb 24 03:46:39.634 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84602026-02-24T03:46:41.607Z[ recovery-image] Feb 24 03:46:39.634 INFO O| Feb 24 03:46:39.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84612026-02-24T03:46:41.610Z[ recovery-image] Feb 24 03:46:39.634 INFO O| Feb 24 03:46:39.634 INFO ok!
84622026-02-24T03:46:41.610Z[ recovery-image] Feb 24 03:46:39.634 INFO O| Feb 24 03:46:39.634 INFO STEP 19 (ensure_file) COMPLETE
84632026-02-24T03:46:41.610Z[ recovery-image] Feb 24 03:46:39.634 INFO O| Feb 24 03:46:39.634 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84642026-02-24T03:46:41.619Z[ recovery-image] Feb 24 03:46:39.648 INFO O| Feb 24 03:46:39.647 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84652026-02-24T03:46:41.619Z[ recovery-image] Feb 24 03:46:39.648 INFO O| Feb 24 03:46:39.647 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84662026-02-24T03:46:41.622Z[ recovery-image] Feb 24 03:46:39.648 INFO O| Feb 24 03:46:39.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84672026-02-24T03:46:41.622Z[ recovery-image] Feb 24 03:46:39.648 INFO O| Feb 24 03:46:39.648 INFO ok!
84682026-02-24T03:46:41.622Z[ recovery-image] Feb 24 03:46:39.648 INFO O| Feb 24 03:46:39.648 INFO STEP 20 (ensure_symlink) COMPLETE
84692026-02-24T03:46:41.622Z[ recovery-image] Feb 24 03:46:39.648 INFO O| Feb 24 03:46:39.648 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84702026-02-24T03:46:41.632Z[ recovery-image] Feb 24 03:46:39.661 INFO O| Feb 24 03:46:39.661 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84712026-02-24T03:46:41.632Z[ recovery-image] Feb 24 03:46:39.661 INFO O| Feb 24 03:46:39.661 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84722026-02-24T03:46:41.635Z[ recovery-image] Feb 24 03:46:39.661 INFO O| Feb 24 03:46:39.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84732026-02-24T03:46:41.635Z[ recovery-image] Feb 24 03:46:39.661 INFO O| Feb 24 03:46:39.661 INFO ok!
84742026-02-24T03:46:41.635Z[ recovery-image] Feb 24 03:46:39.661 INFO O| Feb 24 03:46:39.661 INFO STEP 21 (ensure_symlink) COMPLETE
84752026-02-24T03:46:41.635Z[ recovery-image] Feb 24 03:46:39.661 INFO O| Feb 24 03:46:39.661 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84762026-02-24T03:46:41.645Z[ recovery-image] Feb 24 03:46:39.674 INFO O| Feb 24 03:46:39.674 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84772026-02-24T03:46:41.645Z[ recovery-image] Feb 24 03:46:39.674 INFO O| Feb 24 03:46:39.674 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84782026-02-24T03:46:41.648Z[ recovery-image] Feb 24 03:46:39.674 INFO O| Feb 24 03:46:39.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84792026-02-24T03:46:41.648Z[ recovery-image] Feb 24 03:46:39.674 INFO O| Feb 24 03:46:39.674 INFO ok!
84802026-02-24T03:46:41.648Z[ recovery-image] Feb 24 03:46:39.674 INFO O| Feb 24 03:46:39.674 INFO STEP 22 (ensure_symlink) COMPLETE
84812026-02-24T03:46:41.649Z[ recovery-image] Feb 24 03:46:39.674 INFO O| Feb 24 03:46:39.674 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84822026-02-24T03:46:41.658Z[ recovery-image] Feb 24 03:46:39.687 INFO O| Feb 24 03:46:39.686 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84832026-02-24T03:46:41.658Z[ recovery-image] Feb 24 03:46:39.687 INFO O| Feb 24 03:46:39.687 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84842026-02-24T03:46:41.661Z[ recovery-image] Feb 24 03:46:39.687 INFO O| Feb 24 03:46:39.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84852026-02-24T03:46:41.661Z[ recovery-image] Feb 24 03:46:39.687 INFO O| Feb 24 03:46:39.687 INFO ok!
84862026-02-24T03:46:41.661Z[ recovery-image] Feb 24 03:46:39.687 INFO O| Feb 24 03:46:39.687 INFO STEP 23 (ensure_symlink) COMPLETE
84872026-02-24T03:46:41.661Z[ recovery-image] Feb 24 03:46:39.687 INFO O| Feb 24 03:46:39.687 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84882026-02-24T03:46:41.671Z[ recovery-image] Feb 24 03:46:39.700 INFO O| Feb 24 03:46:39.700 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84892026-02-24T03:46:41.671Z[ recovery-image] Feb 24 03:46:39.700 INFO O| Feb 24 03:46:39.700 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 ...
84902026-02-24T03:46:41.674Z[ recovery-image] Feb 24 03:46:39.700 INFO O| Feb 24 03:46:39.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84912026-02-24T03:46:41.674Z[ recovery-image] Feb 24 03:46:39.700 INFO O| Feb 24 03:46:39.700 INFO ok!
84922026-02-24T03:46:41.674Z[ recovery-image] Feb 24 03:46:39.700 INFO O| Feb 24 03:46:39.700 INFO STEP 24 (ensure_file) COMPLETE
84932026-02-24T03:46:41.674Z[ recovery-image] Feb 24 03:46:39.700 INFO O| Feb 24 03:46:39.700 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84942026-02-24T03:46:41.685Z[ recovery-image] Feb 24 03:46:39.714 INFO O| Feb 24 03:46:39.714 INFO updating shadow file
84952026-02-24T03:46:41.688Z[ recovery-image] Feb 24 03:46:39.715 INFO O| Feb 24 03:46:39.714 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84962026-02-24T03:46:41.688Z[ recovery-image] Feb 24 03:46:39.715 INFO O| Feb 24 03:46:39.715 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84972026-02-24T03:46:41.688Z[ recovery-image] Feb 24 03:46:39.715 INFO O| Feb 24 03:46:39.715 INFO STEP 25 (shadow) COMPLETE
84982026-02-24T03:46:41.688Z[ recovery-image] Feb 24 03:46:39.715 INFO O| Feb 24 03:46:39.715 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84992026-02-24T03:46:41.699Z[ recovery-image] Feb 24 03:46:39.728 INFO O| Feb 24 03:46:39.728 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
85002026-02-24T03:46:41.699Z[ recovery-image] Feb 24 03:46:39.728 INFO O| Feb 24 03:46:39.728 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
85012026-02-24T03:46:41.702Z[ recovery-image] Feb 24 03:46:39.728 INFO O| Feb 24 03:46:39.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
85022026-02-24T03:46:41.702Z[ recovery-image] Feb 24 03:46:39.728 INFO O| Feb 24 03:46:39.728 INFO ok!
85032026-02-24T03:46:41.702Z[ recovery-image] Feb 24 03:46:39.728 INFO O| Feb 24 03:46:39.728 INFO STEP 26 (ensure_file) COMPLETE
85042026-02-24T03:46:41.702Z[ recovery-image] Feb 24 03:46:39.728 INFO O| Feb 24 03:46:39.728 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85052026-02-24T03:46:41.713Z[ recovery-image] Feb 24 03:46:39.741 INFO O| Feb 24 03:46:39.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85062026-02-24T03:46:41.713Z[ recovery-image] Feb 24 03:46:39.741 INFO O| Feb 24 03:46:39.741 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85072026-02-24T03:46:41.713Z[ recovery-image] Feb 24 03:46:39.741 INFO O| Feb 24 03:46:39.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85082026-02-24T03:46:41.713Z[ recovery-image] Feb 24 03:46:39.741 INFO O| Feb 24 03:46:39.741 INFO ok!
85092026-02-24T03:46:41.713Z[ recovery-image] Feb 24 03:46:39.741 INFO O| Feb 24 03:46:39.741 INFO STEP 27 (ensure_file) COMPLETE
85102026-02-24T03:46:41.718Z[ recovery-image] Feb 24 03:46:39.741 INFO O| Feb 24 03:46:39.741 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85112026-02-24T03:46:41.727Z[ recovery-image] Feb 24 03:46:39.755 INFO O| Feb 24 03:46:39.755 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85122026-02-24T03:46:41.727Z[ recovery-image] Feb 24 03:46:39.756 INFO O| Feb 24 03:46:39.756 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85132026-02-24T03:46:41.730Z[ recovery-image] Feb 24 03:46:39.756 INFO O| Feb 24 03:46:39.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85142026-02-24T03:46:41.730Z[ recovery-image] Feb 24 03:46:39.756 INFO O| Feb 24 03:46:39.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85152026-02-24T03:46:41.730Z[ recovery-image] Feb 24 03:46:39.756 INFO O| Feb 24 03:46:39.756 INFO ok!
85162026-02-24T03:46:41.730Z[ recovery-image] Feb 24 03:46:39.756 INFO O| Feb 24 03:46:39.756 INFO STEP 28 (ensure_file) COMPLETE
85172026-02-24T03:46:41.730Z[ recovery-image] Feb 24 03:46:39.756 INFO O| Feb 24 03:46:39.756 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85182026-02-24T03:46:41.741Z[ recovery-image] Feb 24 03:46:39.769 INFO O| Feb 24 03:46:39.769 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85192026-02-24T03:46:41.741Z[ recovery-image] Feb 24 03:46:39.769 INFO O| Feb 24 03:46:39.769 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85202026-02-24T03:46:41.741Z[ recovery-image] Feb 24 03:46:39.769 INFO O| Feb 24 03:46:39.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85212026-02-24T03:46:41.741Z[ recovery-image] Feb 24 03:46:39.769 INFO O| Feb 24 03:46:39.769 INFO ok!
85222026-02-24T03:46:41.744Z[ recovery-image] Feb 24 03:46:39.769 INFO O| Feb 24 03:46:39.769 INFO STEP 29 (ensure_file) COMPLETE
85232026-02-24T03:46:41.744Z[ recovery-image] Feb 24 03:46:39.769 INFO O| Feb 24 03:46:39.769 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85242026-02-24T03:46:41.754Z[ recovery-image] Feb 24 03:46:39.782 INFO O| Feb 24 03:46:39.782 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85252026-02-24T03:46:41.757Z[ recovery-image] Feb 24 03:46:39.782 INFO O| Feb 24 03:46:39.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85262026-02-24T03:46:41.757Z[ recovery-image] Feb 24 03:46:39.782 INFO O| Feb 24 03:46:39.782 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85272026-02-24T03:46:41.757Z[ recovery-image] Feb 24 03:46:39.782 INFO O| Feb 24 03:46:39.782 INFO STEP 30 (ensure_dir) COMPLETE
85282026-02-24T03:46:41.757Z[ recovery-image] Feb 24 03:46:39.782 INFO O| Feb 24 03:46:39.782 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85292026-02-24T03:46:41.767Z[ recovery-image] Feb 24 03:46:39.795 INFO O| Feb 24 03:46:39.795 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85302026-02-24T03:46:41.767Z[ recovery-image] Feb 24 03:46:39.796 INFO O| Feb 24 03:46:39.795 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 ...
85312026-02-24T03:46:41.770Z[ recovery-image] Feb 24 03:46:39.796 INFO O| Feb 24 03:46:39.796 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
85322026-02-24T03:46:41.770Z[ recovery-image] Feb 24 03:46:39.796 INFO O| Feb 24 03:46:39.796 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85332026-02-24T03:46:41.770Z[ recovery-image] Feb 24 03:46:39.796 INFO O| Feb 24 03:46:39.796 INFO ok!
85342026-02-24T03:46:41.770Z[ recovery-image] Feb 24 03:46:39.796 INFO O| Feb 24 03:46:39.796 INFO STEP 31 (ensure_file) COMPLETE
85352026-02-24T03:46:41.770Z[ recovery-image] Feb 24 03:46:39.796 INFO O| Feb 24 03:46:39.796 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85362026-02-24T03:46:41.780Z[ recovery-image] Feb 24 03:46:39.809 INFO O| Feb 24 03:46:39.809 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85372026-02-24T03:46:41.784Z[ recovery-image] Feb 24 03:46:39.809 INFO O| Feb 24 03:46:39.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85382026-02-24T03:46:41.784Z[ recovery-image] Feb 24 03:46:39.809 INFO O| Feb 24 03:46:39.809 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85392026-02-24T03:46:41.784Z[ recovery-image] Feb 24 03:46:39.809 INFO O| Feb 24 03:46:39.809 INFO STEP 32 (ensure_dir) COMPLETE
85402026-02-24T03:46:41.784Z[ recovery-image] Feb 24 03:46:39.809 INFO O| Feb 24 03:46:39.809 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85412026-02-24T03:46:41.792Z[ recovery-image] Feb 24 03:46:39.821 INFO O| Feb 24 03:46:39.821 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85422026-02-24T03:46:41.793Z[ recovery-image] Feb 24 03:46:39.821 INFO O| Feb 24 03:46:39.821 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 ...
85432026-02-24T03:46:41.796Z[ recovery-image] Feb 24 03:46:39.822 INFO O| Feb 24 03:46:39.822 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
85442026-02-24T03:46:41.796Z[ recovery-image] Feb 24 03:46:39.822 INFO O| Feb 24 03:46:39.822 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85452026-02-24T03:46:41.796Z[ recovery-image] Feb 24 03:46:39.822 INFO O| Feb 24 03:46:39.822 INFO ok!
85462026-02-24T03:46:41.796Z[ recovery-image] Feb 24 03:46:39.822 INFO O| Feb 24 03:46:39.822 INFO STEP 33 (ensure_file) COMPLETE
85472026-02-24T03:46:41.796Z[ recovery-image] Feb 24 03:46:39.822 INFO O| Feb 24 03:46:39.822 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85482026-02-24T03:46:41.807Z[ recovery-image] Feb 24 03:46:39.835 INFO O| Feb 24 03:46:39.835 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85492026-02-24T03:46:41.807Z[ recovery-image] Feb 24 03:46:39.835 INFO O| Feb 24 03:46:39.835 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85502026-02-24T03:46:41.810Z[ recovery-image] Feb 24 03:46:39.836 INFO O| Feb 24 03:46:39.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85512026-02-24T03:46:41.810Z[ recovery-image] Feb 24 03:46:39.836 INFO O| Feb 24 03:46:39.835 INFO ok!
85522026-02-24T03:46:41.810Z[ recovery-image] Feb 24 03:46:39.836 INFO O| Feb 24 03:46:39.836 INFO STEP 34 (ensure_file) COMPLETE
85532026-02-24T03:46:41.810Z[ recovery-image] Feb 24 03:46:39.836 INFO O| Feb 24 03:46:39.836 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85542026-02-24T03:46:41.821Z[ recovery-image] Feb 24 03:46:39.849 INFO O| Feb 24 03:46:39.849 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85552026-02-24T03:46:41.821Z[ recovery-image] Feb 24 03:46:39.849 INFO O| Feb 24 03:46:39.849 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85562026-02-24T03:46:41.821Z[ recovery-image] Feb 24 03:46:39.849 INFO O| Feb 24 03:46:39.849 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85572026-02-24T03:46:41.821Z[ recovery-image] Feb 24 03:46:39.849 INFO O| Feb 24 03:46:39.849 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85582026-02-24T03:46:41.824Z[ recovery-image] Feb 24 03:46:39.849 INFO O| Feb 24 03:46:39.849 INFO ok!
85592026-02-24T03:46:41.824Z[ recovery-image] Feb 24 03:46:39.849 INFO O| Feb 24 03:46:39.849 INFO STEP 35 (ensure_file) COMPLETE
85602026-02-24T03:46:41.824Z[ recovery-image] Feb 24 03:46:39.849 INFO O| Feb 24 03:46:39.849 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85612026-02-24T03:46:41.834Z[ recovery-image] Feb 24 03:46:39.862 INFO O| Feb 24 03:46:39.862 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85622026-02-24T03:46:41.834Z[ recovery-image] Feb 24 03:46:39.862 INFO O| Feb 24 03:46:39.862 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85632026-02-24T03:46:41.834Z[ recovery-image] Feb 24 03:46:39.863 INFO O| Feb 24 03:46:39.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85642026-02-24T03:46:41.837Z[ recovery-image] Feb 24 03:46:39.863 INFO O| Feb 24 03:46:39.862 INFO ok!
85652026-02-24T03:46:41.837Z[ recovery-image] Feb 24 03:46:39.863 INFO O| Feb 24 03:46:39.862 INFO STEP 36 (ensure_file) COMPLETE
85662026-02-24T03:46:41.837Z[ recovery-image] Feb 24 03:46:39.863 INFO O| Feb 24 03:46:39.863 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85672026-02-24T03:46:41.847Z[ recovery-image] Feb 24 03:46:39.875 INFO O| Feb 24 03:46:39.875 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85682026-02-24T03:46:41.847Z[ recovery-image] Feb 24 03:46:39.875 INFO O| Feb 24 03:46:39.875 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85692026-02-24T03:46:41.851Z[ recovery-image] Feb 24 03:46:39.875 INFO O| Feb 24 03:46:39.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85702026-02-24T03:46:41.851Z[ recovery-image] Feb 24 03:46:39.876 INFO O| Feb 24 03:46:39.875 INFO ok!
85712026-02-24T03:46:41.851Z[ recovery-image] Feb 24 03:46:39.876 INFO O| Feb 24 03:46:39.875 INFO STEP 37 (ensure_file) COMPLETE
85722026-02-24T03:46:41.851Z[ recovery-image] Feb 24 03:46:39.876 INFO O| Feb 24 03:46:39.875 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85732026-02-24T03:46:41.860Z[ recovery-image] Feb 24 03:46:39.888 INFO O| Feb 24 03:46:39.888 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85742026-02-24T03:46:41.860Z[ recovery-image] Feb 24 03:46:39.888 INFO O| Feb 24 03:46:39.888 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85752026-02-24T03:46:41.863Z[ recovery-image] Feb 24 03:46:39.889 INFO O| Feb 24 03:46:39.889 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85762026-02-24T03:46:41.863Z[ recovery-image] Feb 24 03:46:39.889 INFO O| Feb 24 03:46:39.889 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85772026-02-24T03:46:41.863Z[ recovery-image] Feb 24 03:46:39.889 INFO O| Feb 24 03:46:39.889 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85782026-02-24T03:46:41.863Z[ recovery-image] Feb 24 03:46:39.889 INFO O| Feb 24 03:46:39.889 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85792026-02-24T03:46:41.863Z[ recovery-image] Feb 24 03:46:39.889 INFO O| Feb 24 03:46:39.889 INFO ok!
85802026-02-24T03:46:41.863Z[ recovery-image] Feb 24 03:46:39.889 INFO O| Feb 24 03:46:39.889 INFO STEP 38 (ensure_file) COMPLETE
85812026-02-24T03:46:41.863Z[ recovery-image] Feb 24 03:46:39.889 INFO O| Feb 24 03:46:39.889 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85822026-02-24T03:46:41.875Z[ recovery-image] Feb 24 03:46:39.902 INFO O| Feb 24 03:46:39.902 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85832026-02-24T03:46:41.875Z[ recovery-image] Feb 24 03:46:39.902 INFO O| Feb 24 03:46:39.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85842026-02-24T03:46:41.878Z[ recovery-image] Feb 24 03:46:39.902 INFO O| Feb 24 03:46:39.902 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85852026-02-24T03:46:41.878Z[ recovery-image] Feb 24 03:46:39.902 INFO O| Feb 24 03:46:39.902 INFO STEP 39 (ensure_dir) COMPLETE
85862026-02-24T03:46:41.878Z[ recovery-image] Feb 24 03:46:39.902 INFO O| Feb 24 03:46:39.902 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85872026-02-24T03:46:41.890Z[ recovery-image] Feb 24 03:46:39.918 INFO O| Feb 24 03:46:39.918 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
85882026-02-24T03:46:41.890Z[ recovery-image] Feb 24 03:46:39.918 INFO O| Feb 24 03:46:39.918 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 ...
85892026-02-24T03:46:41.893Z[ recovery-image] Feb 24 03:46:39.919 INFO O| Feb 24 03:46:39.919 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
85902026-02-24T03:46:41.893Z[ recovery-image] Feb 24 03:46:39.919 INFO O| Feb 24 03:46:39.919 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
85912026-02-24T03:46:41.893Z[ recovery-image] Feb 24 03:46:39.919 INFO O| Feb 24 03:46:39.919 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
85922026-02-24T03:46:41.893Z[ recovery-image] Feb 24 03:46:39.919 INFO O| Feb 24 03:46:39.919 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
85932026-02-24T03:46:41.893Z[ recovery-image] Feb 24 03:46:39.919 INFO O| Feb 24 03:46:39.919 INFO ok!
85942026-02-24T03:46:41.893Z[ recovery-image] Feb 24 03:46:39.919 INFO O| Feb 24 03:46:39.919 INFO STEP 40 (ensure_file) COMPLETE
85952026-02-24T03:46:41.893Z[ recovery-image] Feb 24 03:46:39.919 INFO O| Feb 24 03:46:39.919 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85962026-02-24T03:46:41.903Z[ recovery-image] Feb 24 03:46:39.931 INFO O| Feb 24 03:46:39.931 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85972026-02-24T03:46:41.903Z[ recovery-image] Feb 24 03:46:39.932 INFO O| Feb 24 03:46:39.931 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 ...
85982026-02-24T03:46:41.903Z[ recovery-image] Feb 24 03:46:39.932 INFO O| Feb 24 03:46:39.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85992026-02-24T03:46:41.903Z[ recovery-image] Feb 24 03:46:39.932 INFO O| Feb 24 03:46:39.932 INFO ok!
86002026-02-24T03:46:41.906Z[ recovery-image] Feb 24 03:46:39.932 INFO O| Feb 24 03:46:39.932 INFO STEP 41 (ensure_symlink) COMPLETE
86012026-02-24T03:46:41.906Z[ recovery-image] Feb 24 03:46:39.932 INFO O| Feb 24 03:46:39.932 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86022026-02-24T03:46:41.914Z[ recovery-image] Feb 24 03:46:39.943 INFO O| Feb 24 03:46:39.943 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
86032026-02-24T03:46:41.914Z[ recovery-image] Feb 24 03:46:39.943 INFO O| Feb 24 03:46:39.943 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
86042026-02-24T03:46:41.915Z[ recovery-image] Feb 24 03:46:39.943 INFO O| Feb 24 03:46:39.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86052026-02-24T03:46:41.915Z[ recovery-image] Feb 24 03:46:39.943 INFO O| Feb 24 03:46:39.943 INFO ok!
86062026-02-24T03:46:41.917Z[ recovery-image] Feb 24 03:46:39.943 INFO O| Feb 24 03:46:39.943 INFO STEP 42 (ensure_symlink) COMPLETE
86072026-02-24T03:46:41.917Z[ recovery-image] Feb 24 03:46:39.943 INFO O| Feb 24 03:46:39.943 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86082026-02-24T03:46:41.928Z[ recovery-image] Feb 24 03:46:39.956 INFO O| Feb 24 03:46:39.956 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86092026-02-24T03:46:41.928Z[ recovery-image] Feb 24 03:46:39.956 INFO O| Feb 24 03:46:39.956 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86102026-02-24T03:46:41.931Z[ recovery-image] Feb 24 03:46:39.957 INFO O| Feb 24 03:46:39.957 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86112026-02-24T03:46:41.931Z[ recovery-image] Feb 24 03:46:39.957 INFO O| Feb 24 03:46:39.957 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86122026-02-24T03:46:41.931Z[ recovery-image] Feb 24 03:46:39.957 INFO O| Feb 24 03:46:39.957 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86132026-02-24T03:46:41.931Z[ recovery-image] Feb 24 03:46:39.957 INFO O| Feb 24 03:46:39.957 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86142026-02-24T03:46:41.931Z[ recovery-image] Feb 24 03:46:39.957 INFO O| Feb 24 03:46:39.957 INFO ok!
86152026-02-24T03:46:41.931Z[ recovery-image] Feb 24 03:46:39.957 INFO O| Feb 24 03:46:39.957 INFO STEP 43 (ensure_file) COMPLETE
86162026-02-24T03:46:41.931Z[ recovery-image] Feb 24 03:46:39.957 INFO O| Feb 24 03:46:39.957 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86172026-02-24T03:46:41.941Z[ recovery-image] Feb 24 03:46:39.970 INFO O| Feb 24 03:46:39.970 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86182026-02-24T03:46:41.944Z[ recovery-image] Feb 24 03:46:39.970 INFO O| Feb 24 03:46:39.970 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 ...
86192026-02-24T03:46:41.944Z[ recovery-image] Feb 24 03:46:39.971 INFO O| Feb 24 03:46:39.970 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
86202026-02-24T03:46:41.944Z[ recovery-image] Feb 24 03:46:39.971 INFO O| Feb 24 03:46:39.971 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86212026-02-24T03:46:41.944Z[ recovery-image] Feb 24 03:46:39.971 INFO O| Feb 24 03:46:39.971 INFO ok!
86222026-02-24T03:46:41.944Z[ recovery-image] Feb 24 03:46:39.971 INFO O| Feb 24 03:46:39.971 INFO STEP 44 (ensure_file) COMPLETE
86232026-02-24T03:46:41.944Z[ recovery-image] Feb 24 03:46:39.971 INFO O| Feb 24 03:46:39.971 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86242026-02-24T03:46:41.954Z[ recovery-image] Feb 24 03:46:39.983 INFO O| Feb 24 03:46:39.983 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86252026-02-24T03:46:41.954Z[ recovery-image] Feb 24 03:46:39.983 INFO O| Feb 24 03:46:39.983 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86262026-02-24T03:46:41.957Z[ recovery-image] Feb 24 03:46:39.984 INFO O| Feb 24 03:46:39.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86272026-02-24T03:46:41.957Z[ recovery-image] Feb 24 03:46:39.984 INFO O| Feb 24 03:46:39.984 INFO ok!
86282026-02-24T03:46:41.957Z[ recovery-image] Feb 24 03:46:39.984 INFO O| Feb 24 03:46:39.984 INFO STEP 45 (ensure_file) COMPLETE
86292026-02-24T03:46:41.957Z[ recovery-image] Feb 24 03:46:39.984 INFO O| Feb 24 03:46:39.984 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86302026-02-24T03:46:41.968Z[ recovery-image] Feb 24 03:46:39.996 INFO O| Feb 24 03:46:39.996 INFO updating shadow file
86312026-02-24T03:46:41.968Z[ recovery-image] Feb 24 03:46:39.997 INFO O| Feb 24 03:46:39.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86322026-02-24T03:46:41.968Z[ recovery-image] Feb 24 03:46:39.997 INFO O| Feb 24 03:46:39.997 INFO STEP 46 (shadow) COMPLETE
86332026-02-24T03:46:41.976Z[ recovery-image] Feb 24 03:46:39.997 INFO O| Feb 24 03:46:39.997 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86342026-02-24T03:46:41.983Z[ recovery-image] Feb 24 03:46:40.011 INFO O| Feb 24 03:46:40.011 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86352026-02-24T03:46:41.983Z[ recovery-image] Feb 24 03:46:40.011 INFO O| Feb 24 03:46:40.011 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86362026-02-24T03:46:41.986Z[ recovery-image] Feb 24 03:46:40.012 INFO O| Feb 24 03:46:40.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86372026-02-24T03:46:41.986Z[ recovery-image] Feb 24 03:46:40.012 INFO O| Feb 24 03:46:40.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86382026-02-24T03:46:41.986Z[ recovery-image] Feb 24 03:46:40.012 INFO O| Feb 24 03:46:40.012 INFO ok!
86392026-02-24T03:46:41.986Z[ recovery-image] Feb 24 03:46:40.012 INFO O| Feb 24 03:46:40.012 INFO STEP 47 (ensure_file) COMPLETE
86402026-02-24T03:46:41.986Z[ recovery-image] Feb 24 03:46:40.012 INFO O| Feb 24 03:46:40.012 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86412026-02-24T03:46:41.997Z[ recovery-image] Feb 24 03:46:40.025 INFO O| Feb 24 03:46:40.025 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86422026-02-24T03:46:41.997Z[ recovery-image] Feb 24 03:46:40.025 INFO O| Feb 24 03:46:40.025 INFO STEP 48 (ensure_dir) COMPLETE
86432026-02-24T03:46:42.000Z[ recovery-image] Feb 24 03:46:40.025 INFO O| Feb 24 03:46:40.025 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86442026-02-24T03:46:42.009Z[ recovery-image] Feb 24 03:46:40.038 INFO O| Feb 24 03:46:40.038 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86452026-02-24T03:46:42.009Z[ recovery-image] Feb 24 03:46:40.038 INFO O| Feb 24 03:46:40.038 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86462026-02-24T03:46:42.012Z[ recovery-image] Feb 24 03:46:40.038 INFO O| Feb 24 03:46:40.038 INFO STEP 49 (ensure_dir) COMPLETE
86472026-02-24T03:46:42.012Z[ recovery-image] Feb 24 03:46:40.038 INFO O| Feb 24 03:46:40.038 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482026-02-24T03:46:42.022Z[ recovery-image] Feb 24 03:46:40.050 INFO O| Feb 24 03:46:40.050 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86492026-02-24T03:46:42.022Z[ recovery-image] Feb 24 03:46:40.050 INFO O| Feb 24 03:46:40.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86502026-02-24T03:46:42.022Z[ recovery-image] Feb 24 03:46:40.050 INFO O| Feb 24 03:46:40.050 INFO STEP 50 (ensure_dir) COMPLETE
86512026-02-24T03:46:42.025Z[ recovery-image] Feb 24 03:46:40.050 INFO O| Feb 24 03:46:40.050 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86522026-02-24T03:46:42.035Z[ recovery-image] Feb 24 03:46:40.063 INFO O| Feb 24 03:46:40.063 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86532026-02-24T03:46:42.035Z[ recovery-image] Feb 24 03:46:40.063 INFO O| Feb 24 03:46:40.063 INFO copying /tmp/.tmpW6f5nY/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86542026-02-24T03:46:42.114Z[ recovery-image] Feb 24 03:46:40.143 INFO O| Feb 24 03:46:40.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86552026-02-24T03:46:42.114Z[ recovery-image] Feb 24 03:46:40.143 INFO O| Feb 24 03:46:40.143 INFO ok!
86562026-02-24T03:46:42.117Z[ recovery-image] Feb 24 03:46:40.143 INFO O| Feb 24 03:46:40.143 INFO STEP 51 (ensure_file) COMPLETE
86572026-02-24T03:46:42.117Z[ recovery-image] Feb 24 03:46:40.143 INFO O| Feb 24 03:46:40.143 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582026-02-24T03:46:42.146Z[ recovery-image] Feb 24 03:46:40.175 INFO O| Feb 24 03:46:40.175 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86592026-02-24T03:46:42.146Z[ recovery-image] Feb 24 03:46:40.175 INFO O| Feb 24 03:46:40.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86602026-02-24T03:46:42.146Z[ recovery-image] Feb 24 03:46:40.175 INFO O| Feb 24 03:46:40.175 INFO STEP 52 (ensure_dir) COMPLETE
86612026-02-24T03:46:42.149Z[ recovery-image] Feb 24 03:46:40.175 INFO O| Feb 24 03:46:40.175 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86622026-02-24T03:46:42.160Z[ recovery-image] Feb 24 03:46:40.189 INFO O| Feb 24 03:46:40.188 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86632026-02-24T03:46:42.160Z[ recovery-image] Feb 24 03:46:40.189 INFO O| Feb 24 03:46:40.188 INFO copying /tmp/.tmpW6f5nY/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86642026-02-24T03:46:42.160Z[ recovery-image] Feb 24 03:46:40.189 INFO O| Feb 24 03:46:40.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86652026-02-24T03:46:42.163Z[ recovery-image] Feb 24 03:46:40.189 INFO O| Feb 24 03:46:40.189 INFO ok!
86662026-02-24T03:46:42.163Z[ recovery-image] Feb 24 03:46:40.189 INFO O| Feb 24 03:46:40.189 INFO STEP 53 (ensure_file) COMPLETE
86672026-02-24T03:46:42.163Z[ recovery-image] Feb 24 03:46:40.189 INFO O| Feb 24 03:46:40.189 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86682026-02-24T03:46:42.174Z[ recovery-image] Feb 24 03:46:40.202 INFO O| Feb 24 03:46:40.202 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86692026-02-24T03:46:42.174Z[ recovery-image] Feb 24 03:46:40.202 INFO O| Feb 24 03:46:40.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86702026-02-24T03:46:42.174Z[ recovery-image] Feb 24 03:46:40.202 INFO O| Feb 24 03:46:40.202 INFO STEP 54 (ensure_dir) COMPLETE
86712026-02-24T03:46:42.174Z[ recovery-image] Feb 24 03:46:40.202 INFO O| Feb 24 03:46:40.202 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86722026-02-24T03:46:42.187Z[ recovery-image] Feb 24 03:46:40.215 INFO O| Feb 24 03:46:40.215 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86732026-02-24T03:46:42.187Z[ recovery-image] Feb 24 03:46:40.215 INFO O| Feb 24 03:46:40.215 INFO copying /tmp/.tmpW6f5nY/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86742026-02-24T03:46:44.115Z[ recovery-image] Feb 24 03:46:42.143 INFO O| Feb 24 03:46:42.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86752026-02-24T03:46:44.115Z[ recovery-image] Feb 24 03:46:42.143 INFO O| Feb 24 03:46:42.143 INFO ok!
86762026-02-24T03:46:44.118Z[ recovery-image] Feb 24 03:46:42.143 INFO O| Feb 24 03:46:42.143 INFO STEP 55 (ensure_file) COMPLETE
86772026-02-24T03:46:44.118Z[ recovery-image] Feb 24 03:46:42.143 INFO O| Feb 24 03:46:42.143 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86782026-02-24T03:46:44.130Z[ recovery-image] Feb 24 03:46:42.158 INFO O| Feb 24 03:46:42.158 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86792026-02-24T03:46:44.130Z[ recovery-image] Feb 24 03:46:42.159 INFO O| Feb 24 03:46:42.158 INFO copying /tmp/.tmpW6f5nY/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86802026-02-24T03:46:46.055Z[ recovery-image] Feb 24 03:46:44.083 INFO O| Feb 24 03:46:44.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86812026-02-24T03:46:46.055Z[ recovery-image] Feb 24 03:46:44.083 INFO O| Feb 24 03:46:44.083 INFO ok!
86822026-02-24T03:46:46.058Z[ recovery-image] Feb 24 03:46:44.083 INFO O| Feb 24 03:46:44.083 INFO STEP 56 (ensure_file) COMPLETE
86832026-02-24T03:46:46.058Z[ recovery-image] Feb 24 03:46:44.083 INFO O| Feb 24 03:46:44.083 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842026-02-24T03:46:46.070Z[ recovery-image] Feb 24 03:46:44.098 INFO O| Feb 24 03:46:44.098 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86852026-02-24T03:46:46.070Z[ recovery-image] Feb 24 03:46:44.098 INFO O| Feb 24 03:46:44.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86862026-02-24T03:46:46.073Z[ recovery-image] Feb 24 03:46:44.098 INFO O| Feb 24 03:46:44.098 INFO STEP 57 (ensure_dir) COMPLETE
86872026-02-24T03:46:46.073Z[ recovery-image] Feb 24 03:46:44.098 INFO O| Feb 24 03:46:44.098 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86882026-02-24T03:46:46.083Z[ recovery-image] Feb 24 03:46:44.111 INFO O| Feb 24 03:46:44.111 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86892026-02-24T03:46:46.083Z[ recovery-image] Feb 24 03:46:44.111 INFO O| Feb 24 03:46:44.111 INFO copying /tmp/.tmpW6f5nY/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 ...
86902026-02-24T03:46:46.087Z[ recovery-image] Feb 24 03:46:44.111 INFO O| Feb 24 03:46:44.111 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
86912026-02-24T03:46:46.087Z[ recovery-image] Feb 24 03:46:44.111 INFO O| Feb 24 03:46:44.111 INFO ok!
86922026-02-24T03:46:46.087Z[ recovery-image] Feb 24 03:46:44.111 INFO O| Feb 24 03:46:44.111 INFO STEP 58 (ensure_file) COMPLETE
86932026-02-24T03:46:46.087Z[ recovery-image] Feb 24 03:46:44.111 INFO O| Feb 24 03:46:44.111 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86942026-02-24T03:46:46.096Z[ recovery-image] Feb 24 03:46:44.124 INFO O| Feb 24 03:46:44.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86952026-02-24T03:46:46.096Z[ recovery-image] Feb 24 03:46:44.124 INFO O| Feb 24 03:46:44.124 INFO copying /tmp/.tmpW6f5nY/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 ...
86962026-02-24T03:46:46.096Z[ recovery-image] Feb 24 03:46:44.124 INFO O| Feb 24 03:46:44.124 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
86972026-02-24T03:46:46.099Z[ recovery-image] Feb 24 03:46:44.124 INFO O| Feb 24 03:46:44.124 INFO ok!
86982026-02-24T03:46:46.102Z[ recovery-image] Feb 24 03:46:44.124 INFO O| Feb 24 03:46:44.124 INFO STEP 59 (ensure_file) COMPLETE
86992026-02-24T03:46:46.102Z[ recovery-image] Feb 24 03:46:44.124 INFO O| Feb 24 03:46:44.124 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002026-02-24T03:46:46.111Z[ recovery-image] Feb 24 03:46:44.139 INFO O| Feb 24 03:46:44.139 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87012026-02-24T03:46:46.111Z[ recovery-image] Feb 24 03:46:44.139 INFO O| Feb 24 03:46:44.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87022026-02-24T03:46:46.114Z[ recovery-image] Feb 24 03:46:44.139 INFO O| Feb 24 03:46:44.139 INFO STEP 60 (ensure_dir) COMPLETE
87032026-02-24T03:46:46.114Z[ recovery-image] Feb 24 03:46:44.139 INFO O| Feb 24 03:46:44.139 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87042026-02-24T03:46:46.124Z[ recovery-image] Feb 24 03:46:44.152 INFO O| Feb 24 03:46:44.152 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87052026-02-24T03:46:46.124Z[ recovery-image] Feb 24 03:46:44.152 INFO O| Feb 24 03:46:44.152 INFO copying /tmp/.tmpW6f5nY/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 ...
87062026-02-24T03:46:46.127Z[ recovery-image] Feb 24 03:46:44.152 INFO O| Feb 24 03:46:44.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87072026-02-24T03:46:46.127Z[ recovery-image] Feb 24 03:46:44.152 INFO O| Feb 24 03:46:44.152 INFO ok!
87082026-02-24T03:46:46.127Z[ recovery-image] Feb 24 03:46:44.152 INFO O| Feb 24 03:46:44.152 INFO STEP 61 (ensure_file) COMPLETE
87092026-02-24T03:46:46.127Z[ recovery-image] Feb 24 03:46:44.152 INFO O| Feb 24 03:46:44.152 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87102026-02-24T03:46:46.138Z[ recovery-image] Feb 24 03:46:44.165 INFO O| Feb 24 03:46:44.165 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87112026-02-24T03:46:46.138Z[ recovery-image] Feb 24 03:46:44.165 INFO O| Feb 24 03:46:44.165 INFO copying /tmp/.tmpW6f5nY/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 ...
87122026-02-24T03:46:46.138Z[ recovery-image] Feb 24 03:46:44.165 INFO O| Feb 24 03:46:44.165 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
87132026-02-24T03:46:46.138Z[ recovery-image] Feb 24 03:46:44.165 INFO O| Feb 24 03:46:44.165 INFO ok!
87142026-02-24T03:46:46.141Z[ recovery-image] Feb 24 03:46:44.165 INFO O| Feb 24 03:46:44.165 INFO STEP 62 (ensure_file) COMPLETE
87152026-02-24T03:46:46.141Z[ recovery-image] Feb 24 03:46:44.165 INFO O| Feb 24 03:46:44.165 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87162026-02-24T03:46:46.151Z[ recovery-image] Feb 24 03:46:44.179 INFO O| Feb 24 03:46:44.179 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87172026-02-24T03:46:46.151Z[ recovery-image] Feb 24 03:46:44.179 INFO O| Feb 24 03:46:44.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87182026-02-24T03:46:46.154Z[ recovery-image] Feb 24 03:46:44.179 INFO O| Feb 24 03:46:44.179 INFO STEP 63 (ensure_dir) COMPLETE
87192026-02-24T03:46:46.154Z[ recovery-image] Feb 24 03:46:44.179 INFO O| Feb 24 03:46:44.179 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87202026-02-24T03:46:46.166Z[ recovery-image] Feb 24 03:46:44.193 INFO O| Feb 24 03:46:44.193 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87212026-02-24T03:46:46.166Z[ recovery-image] Feb 24 03:46:44.193 INFO O| Feb 24 03:46:44.193 INFO copying /tmp/.tmpW6f5nY/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 ...
87222026-02-24T03:46:46.166Z[ recovery-image] Feb 24 03:46:44.193 INFO O| Feb 24 03:46:44.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87232026-02-24T03:46:46.170Z[ recovery-image] Feb 24 03:46:44.193 INFO O| Feb 24 03:46:44.193 INFO ok!
87242026-02-24T03:46:46.170Z[ recovery-image] Feb 24 03:46:44.193 INFO O| Feb 24 03:46:44.193 INFO STEP 64 (ensure_file) COMPLETE
87252026-02-24T03:46:46.170Z[ recovery-image] Feb 24 03:46:44.193 INFO O| Feb 24 03:46:44.193 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87262026-02-24T03:46:46.179Z[ recovery-image] Feb 24 03:46:44.207 INFO O| Feb 24 03:46:44.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87272026-02-24T03:46:46.179Z[ recovery-image] Feb 24 03:46:44.207 INFO O| Feb 24 03:46:44.207 INFO copying /tmp/.tmpW6f5nY/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87282026-02-24T03:46:46.179Z[ recovery-image] Feb 24 03:46:44.207 INFO O| Feb 24 03:46:44.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87292026-02-24T03:46:46.183Z[ recovery-image] Feb 24 03:46:44.207 INFO O| Feb 24 03:46:44.207 INFO ok!
87302026-02-24T03:46:46.183Z[ recovery-image] Feb 24 03:46:44.207 INFO O| Feb 24 03:46:44.207 INFO STEP 65 (ensure_file) COMPLETE
87312026-02-24T03:46:46.183Z[ recovery-image] Feb 24 03:46:44.207 INFO O| Feb 24 03:46:44.207 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87322026-02-24T03:46:46.192Z[ recovery-image] Feb 24 03:46:44.220 INFO O| Feb 24 03:46:44.220 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87332026-02-24T03:46:46.195Z[ recovery-image] Feb 24 03:46:44.220 INFO O| Feb 24 03:46:44.220 INFO STEP 66 (ensure_dir) COMPLETE
87342026-02-24T03:46:46.195Z[ recovery-image] Feb 24 03:46:44.220 INFO O| Feb 24 03:46:44.220 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87352026-02-24T03:46:46.207Z[ recovery-image] Feb 24 03:46:44.235 INFO O| Feb 24 03:46:44.235 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87362026-02-24T03:46:46.207Z[ recovery-image] Feb 24 03:46:44.235 INFO O| Feb 24 03:46:44.235 INFO STEP 67 (ensure_dir) COMPLETE
87372026-02-24T03:46:46.210Z[ recovery-image] Feb 24 03:46:44.235 INFO O| Feb 24 03:46:44.235 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87382026-02-24T03:46:46.221Z[ recovery-image] Feb 24 03:46:44.249 INFO O| Feb 24 03:46:44.248 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87392026-02-24T03:46:46.221Z[ recovery-image] Feb 24 03:46:44.249 INFO O| Feb 24 03:46:44.248 INFO STEP 68 (ensure_dir) COMPLETE
87402026-02-24T03:46:46.221Z[ recovery-image] Feb 24 03:46:44.249 INFO O| Feb 24 03:46:44.248 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87412026-02-24T03:46:46.234Z[ recovery-image] Feb 24 03:46:44.262 INFO O| Feb 24 03:46:44.262 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87422026-02-24T03:46:46.234Z[ recovery-image] Feb 24 03:46:44.262 INFO O| Feb 24 03:46:44.262 INFO STEP 69 (ensure_dir) COMPLETE
87432026-02-24T03:46:46.237Z[ recovery-image] Feb 24 03:46:44.262 INFO O| Feb 24 03:46:44.262 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87442026-02-24T03:46:46.247Z[ recovery-image] Feb 24 03:46:44.275 INFO O| Feb 24 03:46:44.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87452026-02-24T03:46:46.247Z[ recovery-image] Feb 24 03:46:44.275 INFO O| Feb 24 03:46:44.275 INFO copying /tmp/.tmpW6f5nY/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87462026-02-24T03:46:46.248Z[ recovery-image] Feb 24 03:46:44.275 INFO O| Feb 24 03:46:44.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87472026-02-24T03:46:46.251Z[ recovery-image] Feb 24 03:46:44.275 INFO O| Feb 24 03:46:44.275 INFO ok!
87482026-02-24T03:46:46.251Z[ recovery-image] Feb 24 03:46:44.275 INFO O| Feb 24 03:46:44.275 INFO STEP 70 (ensure_file) COMPLETE
87492026-02-24T03:46:46.251Z[ recovery-image] Feb 24 03:46:44.275 INFO O| Feb 24 03:46:44.275 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-02-24T03:46:46.261Z[ recovery-image] Feb 24 03:46:44.288 INFO O| Feb 24 03:46:44.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87512026-02-24T03:46:46.264Z[ recovery-image] Feb 24 03:46:44.289 INFO O| Feb 24 03:46:44.289 INFO STEP 71 (remove_files) COMPLETE
87522026-02-24T03:46:46.264Z[ recovery-image] Feb 24 03:46:44.289 INFO O| Feb 24 03:46:44.289 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532026-02-24T03:46:46.274Z[ recovery-image] Feb 24 03:46:44.302 INFO O| Feb 24 03:46:44.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87542026-02-24T03:46:46.274Z[ recovery-image] Feb 24 03:46:44.302 INFO O| Feb 24 03:46:44.302 INFO STEP 72 (remove_files) COMPLETE
87552026-02-24T03:46:46.274Z[ recovery-image] Feb 24 03:46:44.302 INFO O| Feb 24 03:46:44.302 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562026-02-24T03:46:46.287Z[ recovery-image] Feb 24 03:46:44.315 INFO O| Feb 24 03:46:44.315 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87572026-02-24T03:46:46.290Z[ recovery-image] Feb 24 03:46:44.315 INFO O| Feb 24 03:46:44.315 INFO STEP 73 (remove_files) COMPLETE
87582026-02-24T03:46:46.290Z[ recovery-image] Feb 24 03:46:44.315 INFO O| Feb 24 03:46:44.315 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592026-02-24T03:46:46.300Z[ recovery-image] Feb 24 03:46:44.328 INFO O| Feb 24 03:46:44.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87602026-02-24T03:46:46.304Z[ recovery-image] Feb 24 03:46:44.328 INFO O| Feb 24 03:46:44.328 INFO STEP 74 (remove_files) COMPLETE
87612026-02-24T03:46:46.304Z[ recovery-image] Feb 24 03:46:44.328 INFO O| Feb 24 03:46:44.328 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622026-02-24T03:46:46.313Z[ recovery-image] Feb 24 03:46:44.341 INFO O| Feb 24 03:46:44.341 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87632026-02-24T03:46:46.316Z[ recovery-image] Feb 24 03:46:44.341 INFO O| Feb 24 03:46:44.341 INFO STEP 75 (remove_files) COMPLETE
87642026-02-24T03:46:46.316Z[ recovery-image] Feb 24 03:46:44.341 INFO O| Feb 24 03:46:44.341 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652026-02-24T03:46:46.326Z[ recovery-image] Feb 24 03:46:44.354 INFO O| Feb 24 03:46:44.354 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87662026-02-24T03:46:46.329Z[ recovery-image] Feb 24 03:46:44.355 INFO O| Feb 24 03:46:44.354 INFO STEP 76 (remove_files) COMPLETE
87672026-02-24T03:46:46.329Z[ recovery-image] Feb 24 03:46:44.355 INFO O| Feb 24 03:46:44.355 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682026-02-24T03:46:46.339Z[ recovery-image] Feb 24 03:46:44.367 INFO O| Feb 24 03:46:44.367 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87692026-02-24T03:46:46.339Z[ recovery-image] Feb 24 03:46:44.367 INFO O| Feb 24 03:46:44.367 INFO STEP 77 (remove_files) COMPLETE
87702026-02-24T03:46:46.342Z[ recovery-image] Feb 24 03:46:44.367 INFO O| Feb 24 03:46:44.367 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712026-02-24T03:46:46.351Z[ recovery-image] Feb 24 03:46:44.379 INFO O| Feb 24 03:46:44.379 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87722026-02-24T03:46:46.351Z[ recovery-image] Feb 24 03:46:44.379 INFO O| Feb 24 03:46:44.379 INFO STEP 78 (remove_files) COMPLETE
87732026-02-24T03:46:46.355Z[ recovery-image] Feb 24 03:46:44.379 INFO O| Feb 24 03:46:44.379 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742026-02-24T03:46:46.364Z[ recovery-image] Feb 24 03:46:44.392 INFO O| Feb 24 03:46:44.392 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87752026-02-24T03:46:46.364Z[ recovery-image] Feb 24 03:46:44.392 INFO O| Feb 24 03:46:44.392 INFO STEP 79 (remove_files) COMPLETE
87762026-02-24T03:46:46.367Z[ recovery-image] Feb 24 03:46:44.392 INFO O| Feb 24 03:46:44.392 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87772026-02-24T03:46:46.377Z[ recovery-image] Feb 24 03:46:44.405 INFO O| Feb 24 03:46:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87782026-02-24T03:46:46.377Z[ recovery-image] Feb 24 03:46:44.405 INFO O| Feb 24 03:46:44.405 INFO STEP 80 (remove_files) COMPLETE
87792026-02-24T03:46:46.377Z[ recovery-image] Feb 24 03:46:44.405 INFO O| Feb 24 03:46:44.405 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87802026-02-24T03:46:46.390Z[ recovery-image] Feb 24 03:46:44.418 INFO O| Feb 24 03:46:44.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87812026-02-24T03:46:46.390Z[ recovery-image] Feb 24 03:46:44.418 INFO O| Feb 24 03:46:44.418 INFO STEP 81 (remove_files) COMPLETE
87822026-02-24T03:46:46.390Z[ recovery-image] Feb 24 03:46:44.418 INFO O| Feb 24 03:46:44.418 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87832026-02-24T03:46:46.402Z[ recovery-image] Feb 24 03:46:44.430 INFO O| Feb 24 03:46:44.430 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87842026-02-24T03:46:46.402Z[ recovery-image] Feb 24 03:46:44.430 INFO O| Feb 24 03:46:44.430 INFO STEP 82 (remove_files) COMPLETE
87852026-02-24T03:46:46.402Z[ recovery-image] Feb 24 03:46:44.430 INFO O| Feb 24 03:46:44.430 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87862026-02-24T03:46:46.415Z[ recovery-image] Feb 24 03:46:44.443 INFO O| Feb 24 03:46:44.443 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87872026-02-24T03:46:46.415Z[ recovery-image] Feb 24 03:46:44.443 INFO O| Feb 24 03:46:44.443 INFO STEP 83 (remove_files) COMPLETE
87882026-02-24T03:46:46.418Z[ recovery-image] Feb 24 03:46:44.443 INFO O| Feb 24 03:46:44.443 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87892026-02-24T03:46:46.427Z[ recovery-image] Feb 24 03:46:44.455 INFO O| Feb 24 03:46:44.455 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87902026-02-24T03:46:46.430Z[ recovery-image] Feb 24 03:46:44.455 INFO O| Feb 24 03:46:44.455 INFO STEP 84 (remove_files) COMPLETE
87912026-02-24T03:46:46.430Z[ recovery-image] Feb 24 03:46:44.455 INFO O| Feb 24 03:46:44.455 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87922026-02-24T03:46:46.440Z[ recovery-image] Feb 24 03:46:44.467 INFO O| Feb 24 03:46:44.467 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87932026-02-24T03:46:46.443Z[ recovery-image] Feb 24 03:46:44.467 INFO O| Feb 24 03:46:44.467 INFO STEP 85 (remove_files) COMPLETE
87942026-02-24T03:46:46.443Z[ recovery-image] Feb 24 03:46:44.467 INFO O| Feb 24 03:46:44.467 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87952026-02-24T03:46:46.452Z[ recovery-image] Feb 24 03:46:44.479 INFO O| Feb 24 03:46:44.479 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87962026-02-24T03:46:46.452Z[ recovery-image] Feb 24 03:46:44.479 INFO O| Feb 24 03:46:44.479 INFO STEP 86 (remove_files) COMPLETE
87972026-02-24T03:46:46.455Z[ recovery-image] Feb 24 03:46:44.479 INFO O| Feb 24 03:46:44.479 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87982026-02-24T03:46:46.463Z[ recovery-image] Feb 24 03:46:44.491 INFO O| Feb 24 03:46:44.491 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87992026-02-24T03:46:46.463Z[ recovery-image] Feb 24 03:46:44.491 INFO O| Feb 24 03:46:44.491 INFO STEP 87 (remove_files) COMPLETE
88002026-02-24T03:46:46.466Z[ recovery-image] Feb 24 03:46:44.491 INFO O| Feb 24 03:46:44.491 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88012026-02-24T03:46:46.477Z[ recovery-image] Feb 24 03:46:44.504 INFO O| Feb 24 03:46:44.504 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
88022026-02-24T03:46:46.477Z[ recovery-image] Feb 24 03:46:44.505 INFO O| Feb 24 03:46:44.505 INFO STEP 88 (remove_files) COMPLETE
88032026-02-24T03:46:46.480Z[ recovery-image] Feb 24 03:46:44.505 INFO O| Feb 24 03:46:44.505 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88042026-02-24T03:46:46.490Z[ recovery-image] Feb 24 03:46:44.518 INFO O| Feb 24 03:46:44.518 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88052026-02-24T03:46:46.491Z[ recovery-image] Feb 24 03:46:44.518 INFO O| Feb 24 03:46:44.518 INFO STEP 89 (remove_files) COMPLETE
88062026-02-24T03:46:46.491Z[ recovery-image] Feb 24 03:46:44.518 INFO O| Feb 24 03:46:44.518 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88072026-02-24T03:46:46.503Z[ recovery-image] Feb 24 03:46:44.531 INFO O| Feb 24 03:46:44.531 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88082026-02-24T03:46:46.503Z[ recovery-image] Feb 24 03:46:44.531 INFO O| Feb 24 03:46:44.531 INFO STEP 90 (remove_files) COMPLETE
88092026-02-24T03:46:46.503Z[ recovery-image] Feb 24 03:46:44.531 INFO O| Feb 24 03:46:44.531 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88102026-02-24T03:46:46.515Z[ recovery-image] Feb 24 03:46:44.543 INFO O| Feb 24 03:46:44.543 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88112026-02-24T03:46:46.515Z[ recovery-image] Feb 24 03:46:44.543 INFO O| Feb 24 03:46:44.543 INFO STEP 91 (remove_files) COMPLETE
88122026-02-24T03:46:46.515Z[ recovery-image] Feb 24 03:46:44.543 INFO O| Feb 24 03:46:44.543 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88132026-02-24T03:46:46.529Z[ recovery-image] Feb 24 03:46:44.557 INFO O| Feb 24 03:46:44.557 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88142026-02-24T03:46:46.529Z[ recovery-image] Feb 24 03:46:44.557 INFO O| Feb 24 03:46:44.557 INFO STEP 92 (remove_files) COMPLETE
88152026-02-24T03:46:46.532Z[ recovery-image] Feb 24 03:46:44.557 INFO O| Feb 24 03:46:44.557 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88162026-02-24T03:46:46.543Z[ recovery-image] Feb 24 03:46:44.571 INFO O| Feb 24 03:46:44.571 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88172026-02-24T03:46:46.546Z[ recovery-image] Feb 24 03:46:44.571 INFO O| Feb 24 03:46:44.571 INFO STEP 93 (remove_files) COMPLETE
88182026-02-24T03:46:46.546Z[ recovery-image] Feb 24 03:46:44.571 INFO O| Feb 24 03:46:44.571 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88192026-02-24T03:46:46.558Z[ recovery-image] Feb 24 03:46:44.585 INFO O| Feb 24 03:46:44.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88202026-02-24T03:46:46.558Z[ recovery-image] Feb 24 03:46:44.585 INFO O| Feb 24 03:46:44.585 INFO STEP 94 (remove_files) COMPLETE
88212026-02-24T03:46:46.562Z[ recovery-image] Feb 24 03:46:44.585 INFO O| Feb 24 03:46:44.585 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88222026-02-24T03:46:46.571Z[ recovery-image] Feb 24 03:46:44.599 INFO O| Feb 24 03:46:44.599 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88232026-02-24T03:46:46.571Z[ recovery-image] Feb 24 03:46:44.599 INFO O| Feb 24 03:46:44.599 INFO STEP 95 (remove_files) COMPLETE
88242026-02-24T03:46:46.574Z[ recovery-image] Feb 24 03:46:44.599 INFO O| Feb 24 03:46:44.599 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88252026-02-24T03:46:46.584Z[ recovery-image] Feb 24 03:46:44.612 INFO O| Feb 24 03:46:44.612 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88262026-02-24T03:46:46.584Z[ recovery-image] Feb 24 03:46:44.612 INFO O| Feb 24 03:46:44.612 INFO STEP 96 (remove_files) COMPLETE
88272026-02-24T03:46:46.584Z[ recovery-image] Feb 24 03:46:44.612 INFO O| Feb 24 03:46:44.612 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88282026-02-24T03:46:46.596Z[ recovery-image] Feb 24 03:46:44.623 INFO O| Feb 24 03:46:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88292026-02-24T03:46:46.596Z[ recovery-image] Feb 24 03:46:44.623 INFO O| Feb 24 03:46:44.623 INFO STEP 97 (remove_files) COMPLETE
88302026-02-24T03:46:46.599Z[ recovery-image] Feb 24 03:46:44.623 INFO O| Feb 24 03:46:44.623 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88312026-02-24T03:46:46.608Z[ recovery-image] Feb 24 03:46:44.636 INFO O| Feb 24 03:46:44.635 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88322026-02-24T03:46:46.608Z[ recovery-image] Feb 24 03:46:44.636 INFO O| Feb 24 03:46:44.636 INFO STEP 98 (remove_files) COMPLETE
88332026-02-24T03:46:46.608Z[ recovery-image] Feb 24 03:46:44.636 INFO O| Feb 24 03:46:44.636 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88342026-02-24T03:46:46.620Z[ recovery-image] Feb 24 03:46:44.648 INFO O| Feb 24 03:46:44.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88352026-02-24T03:46:46.620Z[ recovery-image] Feb 24 03:46:44.648 INFO O| Feb 24 03:46:44.648 INFO STEP 99 (remove_files) COMPLETE
88362026-02-24T03:46:46.623Z[ recovery-image] Feb 24 03:46:44.648 INFO O| Feb 24 03:46:44.648 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88372026-02-24T03:46:46.638Z[ recovery-image] Feb 24 03:46:44.665 INFO O| Feb 24 03:46:44.665 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88382026-02-24T03:46:46.641Z[ recovery-image] Feb 24 03:46:44.668 INFO O| Feb 24 03:46:44.667 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88392026-02-24T03:46:52.325Z[ recovery-image] Feb 24 03:46:50.352 INFO O| Feb 24 03:46:50.351 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
88402026-02-24T03:46:52.325Z[ recovery-image] Feb 24 03:46:50.352 INFO O| Feb 24 03:46:50.351 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88412026-02-24T03:46:52.344Z[ recovery-image] Feb 24 03:46:50.370 INFO O| Feb 24 03:46:50.370 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88422026-02-24T03:46:52.543Z[ recovery-image] Feb 24 03:46:50.563 INFO O| Feb 24 03:46:50.563 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88432026-02-24T03:46:52.640Z[ recovery-image] Feb 24 03:46:50.666 INFO O| Feb 24 03:46:50.666 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88442026-02-24T03:46:52.758Z[ recovery-image] Feb 24 03:46:50.784 INFO O| Feb 24 03:46:50.784 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88452026-02-24T03:46:52.758Z[ recovery-image] Feb 24 03:46:50.784 INFO O| Feb 24 03:46:50.784 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 ...
88462026-02-24T03:46:52.762Z[ recovery-image] Feb 24 03:46:50.787 INFO O| Feb 24 03:46:50.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88472026-02-24T03:46:52.762Z[ recovery-image] Feb 24 03:46:50.787 INFO O| Feb 24 03:46:50.787 INFO ok!
88482026-02-24T03:46:52.762Z[ recovery-image] Feb 24 03:46:50.787 INFO O| Feb 24 03:46:50.787 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88492026-02-24T03:46:52.762Z[ recovery-image] Feb 24 03:46:50.787 INFO O| Feb 24 03:46:50.787 INFO STEP 100 (seed_smf) COMPLETE
88502026-02-24T03:46:52.762Z[ recovery-image] Feb 24 03:46:50.787 INFO O| Feb 24 03:46:50.787 INFO steps complete; finalising image!
88512026-02-24T03:46:52.762Z[ recovery-image] Feb 24 03:46:50.787 INFO O| Feb 24 03:46:50.787 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88522026-02-24T03:46:52.827Z[ recovery-image] Feb 24 03:46:50.853 INFO O| Feb 24 03:46:50.853 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Feb 24 03:46:50 2026)
88532026-02-24T03:46:53.035Z[ recovery-image] Feb 24 03:46:51.061 INFO O| Feb 24 03:46:51.061 INFO trim TEMPORARY-sled-zfs-recovery: (68% trimmed, started at Tue Feb 24 03:46:50 2026)
88542026-02-24T03:46:53.262Z[ recovery-image] Feb 24 03:46:51.288 INFO O| Feb 24 03:46:51.288 INFO temporary pool has 431M used, 1.33G avail, 1.00x compressratio
88552026-02-24T03:46:53.262Z[ recovery-image] Feb 24 03:46:51.288 INFO O| Feb 24 03:46:51.288 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88562026-02-24T03:46:53.520Z[ recovery-image] Feb 24 03:46:51.547 INFO O| Feb 24 03:46:51.547 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
88572026-02-24T03:46:53.520Z[ recovery-image] Feb 24 03:46:51.547 INFO O| Feb 24 03:46:51.547 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88582026-02-24T03:46:57.877Z[ recovery-image] Feb 24 03:46:55.902 INFO O| Feb 24 03:46:55.902 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88592026-02-24T03:46:57.877Z[ recovery-image] Feb 24 03:46:55.902 INFO O| Feb 24 03:46:55.902 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88602026-02-24T03:46:57.881Z[ recovery-image] Feb 24 03:46:55.902 INFO O| Feb 24 03:46:55.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88612026-02-24T03:46:57.881Z[ recovery-image] Feb 24 03:46:55.902 INFO O| Feb 24 03:46:55.902 INFO completed processing sled/zfs-recovery
88622026-02-24T03:46:57.881Z[ recovery-image] Feb 24 03:46:55.902 INFO O| Feb 24 03:46:55.902 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88632026-02-24T03:46:58.366Z[ recovery-image] Feb 24 03:46:56.391 INFO O| Feb 24 03:46:56.391 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88642026-02-24T03:46:58.495Z[ recovery-image] Feb 24 03:46:56.520 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
88652026-02-24T03:46:58.498Z[ recovery-image] Feb 24 03:46:56.523 INFO expanded image name: "recovery 726b27d/${os_short_commit} 2026-02-24 02:46" -> "recovery 726b27d/3e08689 2026-02-24 02:46"
88662026-02-24T03:46:58.501Z[ recovery-image] Feb 24 03:46:56.525 INFO output artefacts stored in: "/work/os-recovery"
88672026-02-24T03:46:58.504Z[ recovery-image] Feb 24 03:46:56.527 INFO collecting git info from project "chelsio-t6-roms"...
88682026-02-24T03:46:58.619Z[ recovery-image] Feb 24 03:46:56.644 INFO collecting git info from project "bootserver"...
88692026-02-24T03:46:58.640Z[ recovery-image] Feb 24 03:46:56.665 INFO collecting git info from project "dmar-report"...
88702026-02-24T03:46:58.680Z[ recovery-image] Feb 24 03:46:56.705 INFO collecting git info from project "amd-firmware"...
88712026-02-24T03:47:00.816Z[ recovery-image] Feb 24 03:46:58.841 INFO collecting git info from project "image-builder"...
88722026-02-24T03:47:00.840Z[ recovery-image] Feb 24 03:46:58.864 INFO collecting git info from project "pinprick"...
88732026-02-24T03:47:00.856Z[ recovery-image] Feb 24 03:46:58.880 INFO collecting git info from project "pilot"...
88742026-02-24T03:47:00.910Z[ recovery-image] Feb 24 03:46:58.935 INFO collecting git info from project "phbl"...
88752026-02-24T03:47:00.944Z[ recovery-image] Feb 24 03:46:58.969 INFO collecting git info from project "amd-host-image-builder"...
88762026-02-24T03:47:01.130Z[ recovery-image] Feb 24 03:46:59.155 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88772026-02-24T03:47:01.562Z[ recovery-image] Feb 24 03:46:59.587 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88782026-02-24T03:47:02.059Z[ recovery-image] Feb 24 03:47:00.084 INFO creating Oxide boot image...
88792026-02-24T03:47:02.062Z[ recovery-image] Feb 24 03:47:00.085 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 726b27d/3e08689 2026-02-24 02:46", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88802026-02-24T03:47:48.756Z[ host-image] Feb 24 03:47:46.772 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
88812026-02-24T03:47:48.760Z[ host-image] Feb 24 03:47:46.772 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
88822026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.773 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88832026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.773 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88842026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.773 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88852026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.773 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88862026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.773 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88872026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.773 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88882026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.775 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260224T024721Z
88892026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.775 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88902026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.775 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88912026-02-24T03:47:48.761Z[ host-image] Feb 24 03:47:46.775 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
88922026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.776 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
88932026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.777 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
88942026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.777 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
88952026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.777 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88962026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.778 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
88972026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.778 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
88982026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.778 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
88992026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.778 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
89002026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.778 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
89012026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.778 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
89022026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
89032026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
89042026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
89052026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
89062026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
89072026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
89082026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
89092026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.779 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
89102026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.780 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89112026-02-24T03:47:48.764Z[ host-image] Feb 24 03:47:46.780 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
89122026-02-24T03:47:48.765Z[ host-image] Feb 24 03:47:46.780 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
89132026-02-24T03:47:48.765Z[ host-image] Feb 24 03:47:46.780 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
89142026-02-24T03:47:48.765Z[ host-image] Feb 24 03:47:46.780 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
89152026-02-24T03:47:48.768Z[ host-image] Feb 24 03:47:46.781 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
89162026-02-24T03:47:48.768Z[ host-image] Feb 24 03:47:46.781 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
89172026-02-24T03:47:48.771Z[ host-image] Feb 24 03:47:46.787 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89182026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.787 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
89192026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.787 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89202026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.787 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89212026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.788 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89222026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.788 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
89232026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.788 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89242026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.788 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89252026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.789 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89262026-02-24T03:47:48.774Z[ host-image] Feb 24 03:47:46.789 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89272026-02-24T03:47:48.781Z[ host-image] Feb 24 03:47:46.797 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89282026-02-24T03:47:48.781Z[ host-image] Feb 24 03:47:46.797 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89292026-02-24T03:47:48.784Z[ host-image] Feb 24 03:47:46.797 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89302026-02-24T03:47:48.784Z[ host-image] Feb 24 03:47:46.797 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89312026-02-24T03:47:48.784Z[ host-image] Feb 24 03:47:46.798 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89322026-02-24T03:47:48.784Z[ host-image] Feb 24 03:47:46.798 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89332026-02-24T03:47:48.806Z[ host-image] Feb 24 03:47:46.822 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89342026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.823 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89352026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.823 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89362026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.823 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
89372026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.823 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
89382026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.823 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89392026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.823 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
89402026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.824 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89412026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.824 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89422026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.824 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89432026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.824 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89442026-02-24T03:47:48.809Z[ host-image] Feb 24 03:47:46.824 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
89452026-02-24T03:47:48.810Z[ host-image] Feb 24 03:47:46.824 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89462026-02-24T03:47:48.812Z[ host-image] Feb 24 03:47:46.827 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89472026-02-24T03:47:48.812Z[ host-image] Feb 24 03:47:46.827 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89482026-02-24T03:47:48.812Z[ host-image] Feb 24 03:47:46.827 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89492026-02-24T03:47:48.813Z[ host-image] Feb 24 03:47:46.827 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
89502026-02-24T03:47:48.813Z[ host-image] Feb 24 03:47:46.827 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89512026-02-24T03:47:48.838Z[ host-image] Feb 24 03:47:46.854 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89522026-02-24T03:47:48.839Z[ host-image] Feb 24 03:47:46.854 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
89532026-02-24T03:47:48.842Z[ host-image] Feb 24 03:47:46.855 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
89542026-02-24T03:47:48.842Z[ host-image] Feb 24 03:47:46.856 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
89552026-02-24T03:47:48.842Z[ host-image] Feb 24 03:47:46.856 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89562026-02-24T03:47:48.842Z[ host-image] Feb 24 03:47:46.856 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
89572026-02-24T03:47:48.842Z[ host-image] Feb 24 03:47:46.856 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
89582026-02-24T03:47:48.843Z[ host-image] Feb 24 03:47:46.856 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
89592026-02-24T03:47:48.843Z[ host-image] Feb 24 03:47:46.857 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
89602026-02-24T03:47:48.846Z[ host-image] Feb 24 03:47:46.859 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89612026-02-24T03:47:48.846Z[ host-image] Feb 24 03:47:46.859 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
89622026-02-24T03:47:48.847Z[ host-image] Feb 24 03:47:46.859 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
89632026-02-24T03:47:48.847Z[ host-image] Feb 24 03:47:46.859 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89642026-02-24T03:47:48.847Z[ host-image] Feb 24 03:47:46.859 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
89652026-02-24T03:47:48.847Z[ host-image] Feb 24 03:47:46.859 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
89662026-02-24T03:47:48.847Z[ host-image] Feb 24 03:47:46.859 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
89672026-02-24T03:47:48.847Z[ host-image] Feb 24 03:47:46.860 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
89682026-02-24T03:47:48.850Z[ host-image] Feb 24 03:47:46.864 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
89692026-02-24T03:47:48.850Z[ host-image] Feb 24 03:47:46.864 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89702026-02-24T03:47:48.850Z[ host-image] Feb 24 03:47:46.865 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
89712026-02-24T03:47:48.853Z[ host-image] Feb 24 03:47:46.866 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
89722026-02-24T03:47:48.853Z[ host-image] Feb 24 03:47:46.866 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
89732026-02-24T03:47:48.853Z[ host-image] Feb 24 03:47:46.866 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
89742026-02-24T03:47:48.853Z[ host-image] Feb 24 03:47:46.867 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
89752026-02-24T03:47:48.853Z[ host-image] Feb 24 03:47:46.867 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
89762026-02-24T03:47:48.853Z[ host-image] Feb 24 03:47:46.867 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
89772026-02-24T03:47:48.857Z[ host-image] Feb 24 03:47:46.873 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
89782026-02-24T03:47:48.860Z[ host-image] Feb 24 03:47:46.873 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
89792026-02-24T03:47:48.860Z[ host-image] Feb 24 03:47:46.874 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
89802026-02-24T03:47:48.860Z[ host-image] Feb 24 03:47:46.874 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
89812026-02-24T03:47:48.860Z[ host-image] Feb 24 03:47:46.875 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
89822026-02-24T03:47:48.874Z[ host-image] Feb 24 03:47:46.890 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
89832026-02-24T03:47:48.874Z[ host-image] Feb 24 03:47:46.890 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
89842026-02-24T03:47:48.877Z[ host-image] Feb 24 03:47:46.890 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
89852026-02-24T03:47:48.877Z[ host-image] Feb 24 03:47:46.890 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89862026-02-24T03:47:48.877Z[ host-image] Feb 24 03:47:46.890 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89872026-02-24T03:47:48.895Z[ host-image] Feb 24 03:47:46.911 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
89882026-02-24T03:47:48.895Z[ host-image] Feb 24 03:47:46.911 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89892026-02-24T03:47:48.898Z[ host-image] Feb 24 03:47:46.911 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
89902026-02-24T03:47:48.898Z[ host-image] Feb 24 03:47:46.912 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
89912026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.912 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
89922026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.912 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89932026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.913 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89942026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.913 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
89952026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.913 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
89962026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.913 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
89972026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.913 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
89982026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.914 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
89992026-02-24T03:47:48.899Z[ host-image] Feb 24 03:47:46.914 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
90002026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.915 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90012026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.916 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
90022026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.916 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
90032026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.916 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
90042026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.917 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
90052026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.917 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
90062026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.917 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
90072026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.917 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90082026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.917 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90092026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.918 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
90102026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.918 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
90112026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.918 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90122026-02-24T03:47:48.902Z[ host-image] Feb 24 03:47:46.918 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90132026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.918 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90142026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.918 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90152026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.918 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90162026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.919 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90172026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.921 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90182026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.922 INFO O| tempdir @ "/tmp/.tmp2fazJf/tmp"
90192026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.922 INFO O| image root @ "/tmp/.tmp2fazJf/tmp/root"
90202026-02-24T03:47:48.906Z[ host-image] Feb 24 03:47:46.922 INFO O| creating image...
90212026-02-24T03:47:49.866Z[ host-image] Feb 24 03:47:47.881 INFO O| copying publishers...
90222026-02-24T03:48:18.566Z[ recovery-image] Feb 24 03:48:16.556 INFO O| ok, image written!
90232026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.557 INFO O| ok, boot_image_csum file written!
90242026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.571 INFO creating boot archive (CPIO)...
90252026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.572 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
90262026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.586 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90272026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.586 INFO E| + outfile=/work/os-recovery/cpio
90282026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.586 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90292026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.590 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90302026-02-24T03:48:18.658Z[ recovery-image] Feb 24 03:48:16.591 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90312026-02-24T03:48:18.667Z[ recovery-image] Feb 24 03:48:16.643 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90322026-02-24T03:48:18.667Z[ recovery-image] Feb 24 03:48:16.643 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90332026-02-24T03:48:18.667Z[ recovery-image] Feb 24 03:48:16.655 INFO creating compressed cpio/unix for dev loaders...
90342026-02-24T03:48:18.667Z[ recovery-image] Feb 24 03:48:16.655 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
90352026-02-24T03:48:19.323Z[ recovery-image] Feb 24 03:48:17.332 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90362026-02-24T03:48:24.488Z[ recovery-image] Feb 24 03:48:22.495 INFO creating reset image...
90372026-02-24T03:48:24.488Z[ recovery-image] Feb 24 03:48:22.495 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90382026-02-24T03:48:32.023Z[verify-libraries] Finished `release` profile [optimized] target(s) in 31m 11s
90392026-02-24T03:48:32.662ZFeb 24 03:48:30.659 INFO [verify-libraries] process exited with exit status: 0 (1879.69056987s)
90402026-02-24T03:48:45.913Z[ host-image] Feb 24 03:48:42.592 INFO O| adding properties...
90412026-02-24T03:48:45.913Z[ host-image] Feb 24 03:48:43.593 INFO O| installing packages...
90422026-02-24T03:49:02.475Z[ recovery-image] Feb 24 03:49:00.476 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')"
90432026-02-24T03:49:02.477Z[ recovery-image] Feb 24 03:49:00.477 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")
90442026-02-24T03:49:02.699Z[ recovery-image] Feb 24 03:49:00.701 INFO E| Updating crates.io index
90452026-02-24T03:49:03.097Z[ recovery-image] Feb 24 03:49:01.099 INFO E| Downloading crates ...
90462026-02-24T03:49:03.164Z[ recovery-image] Feb 24 03:49:01.166 INFO E| Downloaded clap_lex v0.7.7
90472026-02-24T03:49:03.171Z[ recovery-image] Feb 24 03:49:01.172 INFO E| Downloaded clap_derive v4.5.55
90482026-02-24T03:49:03.173Z[ recovery-image] Feb 24 03:49:01.175 INFO E| Downloaded os_pipe v1.2.3
90492026-02-24T03:49:03.177Z[ recovery-image] Feb 24 03:49:01.179 INFO E| Downloaded anstyle-query v1.1.5
90502026-02-24T03:49:03.179Z[ recovery-image] Feb 24 03:49:01.180 INFO E| Downloaded signal-hook-registry v1.4.8
90512026-02-24T03:49:03.180Z[ recovery-image] Feb 24 03:49:01.181 INFO E| Downloaded clap v4.5.57
90522026-02-24T03:49:03.188Z[ recovery-image] Feb 24 03:49:01.190 INFO E| Downloaded sigchld v0.2.4
90532026-02-24T03:49:03.191Z[ recovery-image] Feb 24 03:49:01.191 INFO E| Downloaded shared_child v1.1.1
90542026-02-24T03:49:03.191Z[ recovery-image] Feb 24 03:49:01.192 INFO E| Downloaded quote v1.0.44
90552026-02-24T03:49:03.193Z[ recovery-image] Feb 24 03:49:01.194 INFO E| Downloaded unicode-ident v1.0.23
90562026-02-24T03:49:03.196Z[ recovery-image] Feb 24 03:49:01.196 INFO E| Downloaded shared_thread v0.2.0
90572026-02-24T03:49:03.196Z[ recovery-image] Feb 24 03:49:01.197 INFO E| Downloaded duct v1.1.1
90582026-02-24T03:49:03.200Z[ recovery-image] Feb 24 03:49:01.199 INFO E| Downloaded proc-macro2 v1.0.106
90592026-02-24T03:49:03.203Z[ recovery-image] Feb 24 03:49:01.206 INFO E| Downloaded clap_builder v4.5.57
90602026-02-24T03:49:03.249Z[ recovery-image] Feb 24 03:49:01.250 INFO E| Compiling libc v0.2.180
90612026-02-24T03:49:03.249Z[ recovery-image] Feb 24 03:49:01.251 INFO E| Compiling proc-macro2 v1.0.106
90622026-02-24T03:49:03.252Z[ recovery-image] Feb 24 03:49:01.251 INFO E| Compiling unicode-ident v1.0.23
90632026-02-24T03:49:03.252Z[ recovery-image] Feb 24 03:49:01.251 INFO E| Compiling signal-hook v0.3.18
90642026-02-24T03:49:03.252Z[ recovery-image] Feb 24 03:49:01.251 INFO E| Compiling quote v1.0.44
90652026-02-24T03:49:03.252Z[ recovery-image] Feb 24 03:49:01.251 INFO E| Compiling utf8parse v0.2.2
90662026-02-24T03:49:03.252Z[ recovery-image] Feb 24 03:49:01.251 INFO E| Compiling colorchoice v1.0.4
90672026-02-24T03:49:03.253Z[ recovery-image] Feb 24 03:49:01.251 INFO E| Compiling is_terminal_polyfill v1.70.2
90682026-02-24T03:49:03.415Z[ recovery-image] Feb 24 03:49:01.417 INFO E| Compiling anstyle-parse v0.2.7
90692026-02-24T03:49:03.436Z[ recovery-image] Feb 24 03:49:01.438 INFO E| Compiling anstyle v1.0.13
90702026-02-24T03:49:03.443Z[ recovery-image] Feb 24 03:49:01.444 INFO E| Compiling anstyle-query v1.1.5
90712026-02-24T03:49:03.466Z[ recovery-image] Feb 24 03:49:01.468 INFO E| Compiling clap_lex v0.7.7
90722026-02-24T03:49:03.611Z[ recovery-image] Feb 24 03:49:01.613 INFO E| Compiling strsim v0.11.1
90732026-02-24T03:49:03.700Z[ recovery-image] Feb 24 03:49:01.701 INFO E| Compiling heck v0.5.0
90742026-02-24T03:49:03.762Z[ recovery-image] Feb 24 03:49:01.763 INFO E| Compiling shared_thread v0.2.0
90752026-02-24T03:49:03.899Z[ recovery-image] Feb 24 03:49:01.900 INFO E| Compiling anstream v0.6.21
90762026-02-24T03:49:04.249Z[ recovery-image] Feb 24 03:49:02.251 INFO E| Compiling clap_builder v4.5.57
90772026-02-24T03:49:04.575Z[ recovery-image] Feb 24 03:49:02.577 INFO E| Compiling errno v0.3.14
90782026-02-24T03:49:04.575Z[ recovery-image] Feb 24 03:49:02.577 INFO E| Compiling os_pipe v1.2.3
90792026-02-24T03:49:04.714Z[ recovery-image] Feb 24 03:49:02.715 INFO E| Compiling signal-hook-registry v1.4.8
90802026-02-24T03:49:04.987Z[ recovery-image] Feb 24 03:49:02.988 INFO E| Compiling syn v2.0.114
90812026-02-24T03:49:05.144Z[ recovery-image] Feb 24 03:49:03.145 INFO E| Compiling sigchld v0.2.4
90822026-02-24T03:49:05.258Z[ recovery-image] Feb 24 03:49:03.260 INFO E| Compiling shared_child v1.1.1
90832026-02-24T03:49:05.426Z[ recovery-image] Feb 24 03:49:03.427 INFO E| Compiling duct v1.1.1
90842026-02-24T03:49:08.783Z[ recovery-image] Feb 24 03:49:06.784 INFO E| Compiling clap_derive v4.5.55
90852026-02-24T03:49:10.681Z[ recovery-image] Feb 24 03:49:08.681 INFO E| Compiling clap v4.5.57
90862026-02-24T03:49:10.750Z[ recovery-image] Feb 24 03:49:08.750 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90872026-02-24T03:49:11.060Z[ host-image] Feb 24 03:49:09.060 INFO O| seeding SMF database...
90882026-02-24T03:49:11.809Z[ recovery-image] Feb 24 03:49:09.809 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
90892026-02-24T03:49:11.821Z[ recovery-image] Feb 24 03:49:09.821 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90902026-02-24T03:49:12.060Z[ recovery-image] Feb 24 03:49:10.060 INFO E| Downloading crates ...
90912026-02-24T03:49:12.132Z[ recovery-image] Feb 24 03:49:10.132 INFO E| Downloaded bit_field v0.10.3
90922026-02-24T03:49:12.139Z[ recovery-image] Feb 24 03:49:10.139 INFO E| Downloaded cpio_reader v0.1.2
90932026-02-24T03:49:12.142Z[ recovery-image] Feb 24 03:49:10.141 INFO E| Downloaded bitstruct_derive v0.1.0
90942026-02-24T03:49:12.152Z[ recovery-image] Feb 24 03:49:10.153 INFO E| Downloaded bitstruct v0.1.1
90952026-02-24T03:49:12.159Z[ recovery-image] Feb 24 03:49:10.160 INFO E| Downloaded miniz_oxide v0.9.0
90962026-02-24T03:49:12.166Z[ recovery-image] Feb 24 03:49:10.166 INFO E| Downloaded goblin v0.10.4
90972026-02-24T03:49:12.179Z[ recovery-image] Feb 24 03:49:10.180 INFO E| Downloaded raw-cpuid v10.7.0
90982026-02-24T03:49:12.288Z[ recovery-image] Feb 24 03:49:10.289 INFO E| Downloaded x86 v0.52.0
90992026-02-24T03:49:12.335Z[ recovery-image] Feb 24 03:49:10.336 INFO E| Updating crates.io index
91002026-02-24T03:49:12.413Z[ recovery-image] Feb 24 03:49:10.413 INFO E| Downloading crates ...
91012026-02-24T03:49:12.465Z[ recovery-image] Feb 24 03:49:10.465 INFO E| Downloaded rustc-literal-escaper v0.0.7
91022026-02-24T03:49:12.495Z[ recovery-image] Feb 24 03:49:10.496 INFO E| Downloaded rustc-demangle v0.1.27
91032026-02-24T03:49:12.528Z[ recovery-image] Feb 24 03:49:10.529 INFO E| Downloaded libc v0.2.178
91042026-02-24T03:49:12.602Z[ recovery-image] Feb 24 03:49:10.602 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)
91052026-02-24T03:49:12.602Z[ recovery-image] Feb 24 03:49:10.602 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)
91062026-02-24T03:49:12.605Z[ recovery-image] Feb 24 03:49:10.602 INFO E| Compiling proc-macro2 v1.0.106
91072026-02-24T03:49:12.605Z[ recovery-image] Feb 24 03:49:10.602 INFO E| Compiling unicode-ident v1.0.23
91082026-02-24T03:49:12.605Z[ recovery-image] Feb 24 03:49:10.602 INFO E| Compiling quote v1.0.44
91092026-02-24T03:49:12.605Z[ recovery-image] Feb 24 03:49:10.602 INFO E| Compiling syn v1.0.109
91102026-02-24T03:49:12.605Z[ recovery-image] Feb 24 03:49:10.602 INFO E| Compiling x86 v0.52.0
91112026-02-24T03:49:12.605Z[ recovery-image] Feb 24 03:49:10.602 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91122026-02-24T03:49:12.854Z[ recovery-image] Feb 24 03:49:10.853 INFO E| Compiling seq-macro v0.3.6
91132026-02-24T03:49:14.170Z[ recovery-image] Feb 24 03:49:12.169 INFO E| Compiling syn v2.0.114
91142026-02-24T03:49:16.610Z[ recovery-image] Feb 24 03:49:14.609 INFO E| Compiling scroll_derive v0.13.1
91152026-02-24T03:49:18.751Z[ recovery-image] Feb 24 03:49:16.750 INFO E| Compiling bitstruct_derive v0.1.0
91162026-02-24T03:49:19.068Z[ host-image] Feb 24 03:49:17.067 INFO O| configuring SMF profile...
91172026-02-24T03:49:19.071Z[ host-image] Feb 24 03:49:17.067 INFO O| modifying shadow(5)...
91182026-02-24T03:49:19.071Z[ host-image] Feb 24 03:49:17.067 INFO O| loading user and group database...
91192026-02-24T03:49:19.071Z[ host-image] Feb 24 03:49:17.067 INFO O| loading facet selections...
91202026-02-24T03:49:19.487Z[ host-image] Feb 24 03:49:17.486 INFO O| devel -> true
91212026-02-24T03:49:19.487Z[ host-image] Feb 24 03:49:17.486 INFO O| doc.man -> true
91222026-02-24T03:49:19.490Z[ host-image] Feb 24 03:49:17.486 INFO O| version-lock.shell/ksh93 -> true
91232026-02-24T03:49:19.490Z[ host-image] Feb 24 03:49:17.486 INFO O| version-lock.system/data/hardware-registry -> true
91242026-02-24T03:49:19.490Z[ host-image] Feb 24 03:49:17.486 INFO O| version-lock.system/data/zoneinfo -> true
91252026-02-24T03:49:19.490Z[ host-image] Feb 24 03:49:17.486 INFO O| version-lock.system/microcode/amd -> true
91262026-02-24T03:49:19.490Z[ host-image] Feb 24 03:49:17.486 INFO O| version-lock.system/microcode/intel -> true
91272026-02-24T03:49:19.490Z[ host-image] Feb 24 03:49:17.486 INFO O| version-lock.system/microcode/oxide -> true
91282026-02-24T03:49:19.490Z[ host-image] Feb 24 03:49:17.486 INFO O| assessing packaged files...
91292026-02-24T03:49:21.659Z[ host-image] Feb 24 03:49:19.657 INFO O| creating archive...
91302026-02-24T03:49:21.692Z[ host-image] Feb 24 03:49:19.690 INFO O| missing from packaging:
91312026-02-24T03:49:21.692Z[ host-image] Feb 24 03:49:19.690 INFO O| "etc/.pwd.lock"
91322026-02-24T03:49:21.692Z[ host-image] Feb 24 03:49:19.690 INFO O| "etc/bash"
91332026-02-24T03:49:21.697Z[ host-image] Feb 24 03:49:19.695 INFO O| "etc/svc/profile/generic.xml"
91342026-02-24T03:49:21.700Z[ host-image] Feb 24 03:49:19.695 INFO O| "etc/svc/profile/inetd_services.xml"
91352026-02-24T03:49:21.700Z[ host-image] Feb 24 03:49:19.695 INFO O| "etc/svc/profile/name_service.xml"
91362026-02-24T03:49:21.700Z[ host-image] Feb 24 03:49:19.695 INFO O| "etc/svc/profile/platform.xml"
91372026-02-24T03:49:21.700Z[ host-image] Feb 24 03:49:19.695 INFO O| "etc/svc/profile/platform_omicron1.xml"
91382026-02-24T03:49:21.700Z[ host-image] Feb 24 03:49:19.695 INFO O| "etc/svc/repository.db"
91392026-02-24T03:49:21.709Z[ host-image] Feb 24 03:49:19.707 INFO O| "opt/ooce/share"
91402026-02-24T03:49:21.709Z[ host-image] Feb 24 03:49:19.707 INFO O| "opt/ooce/share/man"
91412026-02-24T03:49:21.709Z[ host-image] Feb 24 03:49:19.707 INFO O| "opt/ooce/share/man/man1"
91422026-02-24T03:49:21.719Z[ host-image] Feb 24 03:49:19.717 INFO O| finishing archive...
91432026-02-24T03:49:24.733Z[ host-image] Feb 24 03:49:22.731 INFO O| creating gzonly manifest...
91442026-02-24T03:49:24.741Z[ host-image] Feb 24 03:49:22.738 INFO O| ok
91452026-02-24T03:49:24.888Z[ host-image] Feb 24 03:49:22.886 INFO image builder template: ramdisk-02-trim...
91462026-02-24T03:49:24.889Z[ host-image] Feb 24 03:49:22.886 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/.tmpW6f5nY/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
91472026-02-24T03:49:24.908Z[ host-image] Feb 24 03:49:22.906 INFO O| Feb 24 03:49:22.905 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91482026-02-24T03:49:24.911Z[ host-image] Feb 24 03:49:22.909 INFO O| Feb 24 03:49:22.909 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91492026-02-24T03:49:25.068Z[ host-image] Feb 24 03:49:23.065 INFO O| Feb 24 03:49:23.065 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91502026-02-24T03:49:25.133Z[ host-image] Feb 24 03:49:23.131 INFO O| Feb 24 03:49:23.131 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91512026-02-24T03:49:25.133Z[ host-image] Feb 24 03:49:23.131 INFO O| Feb 24 03:49:23.131 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91522026-02-24T03:49:25.137Z[ host-image] Feb 24 03:49:23.135 INFO O| Feb 24 03:49:23.135 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91532026-02-24T03:49:25.140Z[ host-image] Feb 24 03:49:23.138 INFO O| Feb 24 03:49:23.138 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91542026-02-24T03:49:25.145Z[ host-image] Feb 24 03:49:23.143 INFO O| Feb 24 03:49:23.143 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91552026-02-24T03:49:25.377Z[ host-image] Feb 24 03:49:23.375 INFO O| Feb 24 03:49:23.375 INFO rolled back to input snapshot; work may begin
91562026-02-24T03:49:25.378Z[ host-image] Feb 24 03:49:23.375 INFO O| Feb 24 03:49:23.375 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91572026-02-24T03:49:25.382Z[ host-image] Feb 24 03:49:23.379 INFO O| Feb 24 03:49:23.379 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91582026-02-24T03:49:25.390Z[ host-image] Feb 24 03:49:23.388 INFO O| Feb 24 03:49:23.388 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91592026-02-24T03:49:25.441Z[ host-image] Feb 24 03:49:23.438 INFO O| Feb 24 03:49:23.438 INFO STEP 0 (remove_files) COMPLETE
91602026-02-24T03:49:25.441Z[ host-image] Feb 24 03:49:23.438 INFO O| Feb 24 03:49:23.438 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612026-02-24T03:49:25.449Z[ host-image] Feb 24 03:49:23.447 INFO O| Feb 24 03:49:23.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91622026-02-24T03:49:25.452Z[ host-image] Feb 24 03:49:23.449 INFO O| Feb 24 03:49:23.449 INFO STEP 1 (remove_files) COMPLETE
91632026-02-24T03:49:25.452Z[ host-image] Feb 24 03:49:23.449 INFO O| Feb 24 03:49:23.449 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91642026-02-24T03:49:25.459Z[ host-image] Feb 24 03:49:23.456 INFO O| Feb 24 03:49:23.456 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91652026-02-24T03:49:25.472Z[ host-image] Feb 24 03:49:23.470 INFO O| Feb 24 03:49:23.470 INFO STEP 2 (remove_files) COMPLETE
91662026-02-24T03:49:25.475Z[ host-image] Feb 24 03:49:23.470 INFO O| Feb 24 03:49:23.470 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91672026-02-24T03:49:25.480Z[ host-image] Feb 24 03:49:23.478 INFO O| Feb 24 03:49:23.478 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91682026-02-24T03:49:25.483Z[ host-image] Feb 24 03:49:23.479 INFO O| Feb 24 03:49:23.479 INFO STEP 3 (remove_files) COMPLETE
91692026-02-24T03:49:25.483Z[ host-image] Feb 24 03:49:23.479 INFO O| Feb 24 03:49:23.479 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91702026-02-24T03:49:25.490Z[ host-image] Feb 24 03:49:23.487 INFO O| Feb 24 03:49:23.487 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91712026-02-24T03:49:25.493Z[ host-image] Feb 24 03:49:23.491 INFO O| Feb 24 03:49:23.491 INFO STEP 4 (remove_files) COMPLETE
91722026-02-24T03:49:25.493Z[ host-image] Feb 24 03:49:23.491 INFO O| Feb 24 03:49:23.491 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91732026-02-24T03:49:25.501Z[ host-image] Feb 24 03:49:23.498 INFO O| Feb 24 03:49:23.498 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91742026-02-24T03:49:25.503Z[ host-image] Feb 24 03:49:23.501 INFO O| Feb 24 03:49:23.501 INFO STEP 5 (remove_files) COMPLETE
91752026-02-24T03:49:25.503Z[ host-image] Feb 24 03:49:23.501 INFO O| Feb 24 03:49:23.501 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91762026-02-24T03:49:25.510Z[ host-image] Feb 24 03:49:23.508 INFO O| Feb 24 03:49:23.508 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91772026-02-24T03:49:25.520Z[ host-image] Feb 24 03:49:23.518 INFO O| Feb 24 03:49:23.518 INFO STEP 6 (remove_files) COMPLETE
91782026-02-24T03:49:25.520Z[ host-image] Feb 24 03:49:23.518 INFO O| Feb 24 03:49:23.518 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91792026-02-24T03:49:25.527Z[ host-image] Feb 24 03:49:23.525 INFO O| Feb 24 03:49:23.525 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91802026-02-24T03:49:25.539Z[ host-image] Feb 24 03:49:23.537 INFO O| Feb 24 03:49:23.537 INFO STEP 7 (remove_files) COMPLETE
91812026-02-24T03:49:25.539Z[ host-image] Feb 24 03:49:23.537 INFO O| Feb 24 03:49:23.537 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91822026-02-24T03:49:25.547Z[ host-image] Feb 24 03:49:23.544 INFO O| Feb 24 03:49:23.544 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91832026-02-24T03:49:25.616Z[ host-image] Feb 24 03:49:23.614 INFO O| Feb 24 03:49:23.614 INFO STEP 8 (remove_files) COMPLETE
91842026-02-24T03:49:25.616Z[ host-image] Feb 24 03:49:23.614 INFO O| Feb 24 03:49:23.614 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852026-02-24T03:49:25.624Z[ host-image] Feb 24 03:49:23.622 INFO O| Feb 24 03:49:23.622 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91862026-02-24T03:49:25.719Z[ host-image] Feb 24 03:49:23.716 INFO O| Feb 24 03:49:23.716 INFO STEP 9 (remove_files) COMPLETE
91872026-02-24T03:49:25.719Z[ host-image] Feb 24 03:49:23.717 INFO O| Feb 24 03:49:23.716 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91882026-02-24T03:49:25.727Z[ host-image] Feb 24 03:49:23.725 INFO O| Feb 24 03:49:23.725 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91892026-02-24T03:49:25.731Z[ host-image] Feb 24 03:49:23.729 INFO O| Feb 24 03:49:23.729 INFO STEP 10 (remove_files) COMPLETE
91902026-02-24T03:49:25.731Z[ host-image] Feb 24 03:49:23.729 INFO O| Feb 24 03:49:23.729 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912026-02-24T03:49:25.739Z[ host-image] Feb 24 03:49:23.736 INFO O| Feb 24 03:49:23.736 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91922026-02-24T03:49:25.742Z[ host-image] Feb 24 03:49:23.738 INFO O| Feb 24 03:49:23.738 INFO STEP 11 (remove_files) COMPLETE
91932026-02-24T03:49:25.742Z[ host-image] Feb 24 03:49:23.738 INFO O| Feb 24 03:49:23.738 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942026-02-24T03:49:25.747Z[ host-image] Feb 24 03:49:23.745 INFO O| Feb 24 03:49:23.745 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91952026-02-24T03:49:25.750Z[ host-image] Feb 24 03:49:23.747 INFO O| Feb 24 03:49:23.747 INFO STEP 12 (remove_files) COMPLETE
91962026-02-24T03:49:25.750Z[ host-image] Feb 24 03:49:23.747 INFO O| Feb 24 03:49:23.747 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972026-02-24T03:49:25.783Z[ host-image] Feb 24 03:49:23.781 INFO O| Feb 24 03:49:23.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91982026-02-24T03:49:25.793Z[ host-image] Feb 24 03:49:23.791 INFO O| Feb 24 03:49:23.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91992026-02-24T03:49:25.796Z[ host-image] Feb 24 03:49:23.791 INFO O| Feb 24 03:49:23.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92002026-02-24T03:49:25.805Z[ host-image] Feb 24 03:49:23.802 INFO O| Feb 24 03:49:23.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92012026-02-24T03:49:26.042Z[ host-image] Feb 24 03:49:24.039 INFO O| Feb 24 03:49:24.039 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92022026-02-24T03:49:26.051Z[ host-image] Feb 24 03:49:24.049 INFO O| Feb 24 03:49:24.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92032026-02-24T03:49:26.051Z[ host-image] Feb 24 03:49:24.049 INFO O| Feb 24 03:49:24.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92042026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.049 INFO O| Feb 24 03:49:24.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92052026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.049 INFO O| Feb 24 03:49:24.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92062026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.049 INFO O| Feb 24 03:49:24.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92072026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.049 INFO O| Feb 24 03:49:24.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92082026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.050 INFO O| Feb 24 03:49:24.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92092026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.050 INFO O| Feb 24 03:49:24.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92102026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.050 INFO O| Feb 24 03:49:24.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92112026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.050 INFO O| Feb 24 03:49:24.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92122026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.050 INFO O| Feb 24 03:49:24.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92132026-02-24T03:49:26.054Z[ host-image] Feb 24 03:49:24.050 INFO O| Feb 24 03:49:24.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92142026-02-24T03:49:26.055Z[ host-image] Feb 24 03:49:24.050 INFO O| Feb 24 03:49:24.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92152026-02-24T03:49:26.055Z[ host-image] Feb 24 03:49:24.051 INFO O| Feb 24 03:49:24.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92162026-02-24T03:49:26.055Z[ host-image] Feb 24 03:49:24.051 INFO O| Feb 24 03:49:24.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92172026-02-24T03:49:26.055Z[ host-image] Feb 24 03:49:24.051 INFO O| Feb 24 03:49:24.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92182026-02-24T03:49:26.059Z[ host-image] Feb 24 03:49:24.057 INFO O| Feb 24 03:49:24.057 INFO STEP 13 (remove_files) COMPLETE
92192026-02-24T03:49:26.059Z[ host-image] Feb 24 03:49:24.057 INFO O| Feb 24 03:49:24.057 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92202026-02-24T03:49:26.068Z[ host-image] Feb 24 03:49:24.066 INFO O| Feb 24 03:49:24.065 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92212026-02-24T03:49:26.071Z[ host-image] Feb 24 03:49:24.067 INFO O| Feb 24 03:49:24.067 INFO STEP 14 (remove_files) COMPLETE
92222026-02-24T03:49:26.071Z[ host-image] Feb 24 03:49:24.067 INFO O| Feb 24 03:49:24.067 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92232026-02-24T03:49:26.078Z[ host-image] Feb 24 03:49:24.074 INFO O| Feb 24 03:49:24.074 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92242026-02-24T03:49:26.083Z[ host-image] Feb 24 03:49:24.081 INFO O| Feb 24 03:49:24.081 INFO STEP 15 (remove_files) COMPLETE
92252026-02-24T03:49:26.083Z[ host-image] Feb 24 03:49:24.081 INFO O| Feb 24 03:49:24.081 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92262026-02-24T03:49:26.091Z[ host-image] Feb 24 03:49:24.089 INFO O| Feb 24 03:49:24.089 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92272026-02-24T03:49:26.094Z[ host-image] Feb 24 03:49:24.089 INFO O| Feb 24 03:49:24.089 INFO STEP 16 (remove_files) COMPLETE
92282026-02-24T03:49:26.094Z[ host-image] Feb 24 03:49:24.089 INFO O| Feb 24 03:49:24.089 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292026-02-24T03:49:26.100Z[ host-image] Feb 24 03:49:24.097 INFO O| Feb 24 03:49:24.097 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92302026-02-24T03:49:26.103Z[ host-image] Feb 24 03:49:24.098 INFO O| Feb 24 03:49:24.098 INFO STEP 17 (remove_files) COMPLETE
92312026-02-24T03:49:26.103Z[ host-image] Feb 24 03:49:24.098 INFO O| Feb 24 03:49:24.098 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92322026-02-24T03:49:26.108Z[ host-image] Feb 24 03:49:24.105 INFO O| Feb 24 03:49:24.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92332026-02-24T03:49:26.108Z[ host-image] Feb 24 03:49:24.105 INFO O| Feb 24 03:49:24.105 INFO STEP 18 (remove_files) COMPLETE
92342026-02-24T03:49:26.112Z[ host-image] Feb 24 03:49:24.105 INFO O| Feb 24 03:49:24.105 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92352026-02-24T03:49:26.115Z[ host-image] Feb 24 03:49:24.113 INFO O| Feb 24 03:49:24.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92362026-02-24T03:49:26.115Z[ host-image] Feb 24 03:49:24.113 INFO O| Feb 24 03:49:24.113 INFO STEP 19 (remove_files) COMPLETE
92372026-02-24T03:49:26.119Z[ host-image] Feb 24 03:49:24.113 INFO O| Feb 24 03:49:24.113 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92382026-02-24T03:49:26.123Z[ host-image] Feb 24 03:49:24.121 INFO O| Feb 24 03:49:24.120 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92392026-02-24T03:49:26.123Z[ host-image] Feb 24 03:49:24.121 INFO O| Feb 24 03:49:24.121 INFO STEP 20 (remove_files) COMPLETE
92402026-02-24T03:49:26.126Z[ host-image] Feb 24 03:49:24.121 INFO O| Feb 24 03:49:24.121 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412026-02-24T03:49:26.131Z[ host-image] Feb 24 03:49:24.128 INFO O| Feb 24 03:49:24.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92422026-02-24T03:49:26.131Z[ host-image] Feb 24 03:49:24.128 INFO O| Feb 24 03:49:24.128 INFO STEP 21 (remove_files) COMPLETE
92432026-02-24T03:49:26.136Z[ host-image] Feb 24 03:49:24.128 INFO O| Feb 24 03:49:24.128 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92442026-02-24T03:49:26.139Z[ host-image] Feb 24 03:49:24.136 INFO O| Feb 24 03:49:24.136 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92452026-02-24T03:49:26.139Z[ host-image] Feb 24 03:49:24.136 INFO O| Feb 24 03:49:24.136 INFO STEP 22 (remove_files) COMPLETE
92462026-02-24T03:49:26.139Z[ host-image] Feb 24 03:49:24.136 INFO O| Feb 24 03:49:24.136 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-02-24T03:49:26.146Z[ host-image] Feb 24 03:49:24.144 INFO O| Feb 24 03:49:24.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92482026-02-24T03:49:26.146Z[ host-image] Feb 24 03:49:24.144 INFO O| Feb 24 03:49:24.144 INFO STEP 23 (remove_files) COMPLETE
92492026-02-24T03:49:26.146Z[ host-image] Feb 24 03:49:24.144 INFO O| Feb 24 03:49:24.144 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502026-02-24T03:49:26.153Z[ host-image] Feb 24 03:49:24.151 INFO O| Feb 24 03:49:24.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92512026-02-24T03:49:26.156Z[ host-image] Feb 24 03:49:24.151 INFO O| Feb 24 03:49:24.151 INFO STEP 24 (remove_files) COMPLETE
92522026-02-24T03:49:26.156Z[ host-image] Feb 24 03:49:24.151 INFO O| Feb 24 03:49:24.151 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-02-24T03:49:26.161Z[ host-image] Feb 24 03:49:24.158 INFO O| Feb 24 03:49:24.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92542026-02-24T03:49:26.161Z[ host-image] Feb 24 03:49:24.158 INFO O| Feb 24 03:49:24.158 INFO STEP 25 (remove_files) COMPLETE
92552026-02-24T03:49:26.161Z[ host-image] Feb 24 03:49:24.158 INFO O| Feb 24 03:49:24.158 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-02-24T03:49:26.170Z[ host-image] Feb 24 03:49:24.166 INFO O| Feb 24 03:49:24.166 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92572026-02-24T03:49:26.170Z[ host-image] Feb 24 03:49:24.166 INFO O| Feb 24 03:49:24.166 INFO STEP 26 (remove_files) COMPLETE
92582026-02-24T03:49:26.170Z[ host-image] Feb 24 03:49:24.166 INFO O| Feb 24 03:49:24.166 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-02-24T03:49:26.176Z[ host-image] Feb 24 03:49:24.174 INFO O| Feb 24 03:49:24.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92602026-02-24T03:49:26.176Z[ host-image] Feb 24 03:49:24.174 INFO O| Feb 24 03:49:24.174 INFO STEP 27 (remove_files) COMPLETE
92612026-02-24T03:49:26.179Z[ host-image] Feb 24 03:49:24.174 INFO O| Feb 24 03:49:24.174 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622026-02-24T03:49:26.184Z[ host-image] Feb 24 03:49:24.181 INFO O| Feb 24 03:49:24.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92632026-02-24T03:49:26.187Z[ host-image] Feb 24 03:49:24.182 INFO O| Feb 24 03:49:24.182 INFO STEP 28 (remove_files) COMPLETE
92642026-02-24T03:49:26.187Z[ host-image] Feb 24 03:49:24.182 INFO O| Feb 24 03:49:24.182 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652026-02-24T03:49:26.192Z[ host-image] Feb 24 03:49:24.189 INFO O| Feb 24 03:49:24.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92662026-02-24T03:49:26.196Z[ host-image] Feb 24 03:49:24.189 INFO O| Feb 24 03:49:24.189 INFO STEP 29 (remove_files) COMPLETE
92672026-02-24T03:49:26.196Z[ host-image] Feb 24 03:49:24.189 INFO O| Feb 24 03:49:24.189 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682026-02-24T03:49:26.200Z[ host-image] Feb 24 03:49:24.197 INFO O| Feb 24 03:49:24.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92692026-02-24T03:49:26.200Z[ host-image] Feb 24 03:49:24.197 INFO O| Feb 24 03:49:24.197 INFO STEP 30 (remove_files) COMPLETE
92702026-02-24T03:49:26.203Z[ host-image] Feb 24 03:49:24.197 INFO O| Feb 24 03:49:24.197 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712026-02-24T03:49:26.209Z[ host-image] Feb 24 03:49:24.206 INFO O| Feb 24 03:49:24.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92722026-02-24T03:49:26.212Z[ host-image] Feb 24 03:49:24.207 INFO O| Feb 24 03:49:24.206 INFO STEP 31 (remove_files) COMPLETE
92732026-02-24T03:49:26.212Z[ host-image] Feb 24 03:49:24.207 INFO O| Feb 24 03:49:24.207 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742026-02-24T03:49:26.216Z[ host-image] Feb 24 03:49:24.214 INFO O| Feb 24 03:49:24.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92752026-02-24T03:49:26.216Z[ host-image] Feb 24 03:49:24.214 INFO O| Feb 24 03:49:24.214 INFO STEP 32 (remove_files) COMPLETE
92762026-02-24T03:49:26.219Z[ host-image] Feb 24 03:49:24.214 INFO O| Feb 24 03:49:24.214 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772026-02-24T03:49:26.225Z[ host-image] Feb 24 03:49:24.222 INFO O| Feb 24 03:49:24.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92782026-02-24T03:49:26.225Z[ host-image] Feb 24 03:49:24.222 INFO O| Feb 24 03:49:24.222 INFO STEP 33 (remove_files) COMPLETE
92792026-02-24T03:49:26.225Z[ host-image] Feb 24 03:49:24.222 INFO O| Feb 24 03:49:24.222 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802026-02-24T03:49:26.232Z[ host-image] Feb 24 03:49:24.230 INFO O| Feb 24 03:49:24.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92812026-02-24T03:49:26.232Z[ host-image] Feb 24 03:49:24.230 INFO O| Feb 24 03:49:24.230 INFO STEP 34 (remove_files) COMPLETE
92822026-02-24T03:49:26.235Z[ host-image] Feb 24 03:49:24.230 INFO O| Feb 24 03:49:24.230 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832026-02-24T03:49:26.239Z[ host-image] Feb 24 03:49:24.237 INFO O| Feb 24 03:49:24.237 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92842026-02-24T03:49:26.239Z[ host-image] Feb 24 03:49:24.237 INFO O| Feb 24 03:49:24.237 INFO STEP 35 (remove_files) COMPLETE
92852026-02-24T03:49:26.242Z[ host-image] Feb 24 03:49:24.237 INFO O| Feb 24 03:49:24.237 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-02-24T03:49:26.246Z[ host-image] Feb 24 03:49:24.244 INFO O| Feb 24 03:49:24.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92872026-02-24T03:49:26.246Z[ host-image] Feb 24 03:49:24.244 INFO O| Feb 24 03:49:24.244 INFO STEP 36 (remove_files) COMPLETE
92882026-02-24T03:49:26.250Z[ host-image] Feb 24 03:49:24.244 INFO O| Feb 24 03:49:24.244 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-02-24T03:49:26.254Z[ host-image] Feb 24 03:49:24.252 INFO O| Feb 24 03:49:24.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92902026-02-24T03:49:26.257Z[ host-image] Feb 24 03:49:24.252 INFO O| Feb 24 03:49:24.252 INFO STEP 37 (remove_files) COMPLETE
92912026-02-24T03:49:26.257Z[ host-image] Feb 24 03:49:24.252 INFO O| Feb 24 03:49:24.252 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922026-02-24T03:49:26.262Z[ host-image] Feb 24 03:49:24.259 INFO O| Feb 24 03:49:24.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92932026-02-24T03:49:26.262Z[ host-image] Feb 24 03:49:24.259 INFO O| Feb 24 03:49:24.259 INFO STEP 38 (remove_files) COMPLETE
92942026-02-24T03:49:26.265Z[ host-image] Feb 24 03:49:24.259 INFO O| Feb 24 03:49:24.259 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952026-02-24T03:49:26.269Z[ host-image] Feb 24 03:49:24.267 INFO O| Feb 24 03:49:24.267 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92962026-02-24T03:49:26.269Z[ host-image] Feb 24 03:49:24.267 INFO O| Feb 24 03:49:24.267 INFO STEP 39 (remove_files) COMPLETE
92972026-02-24T03:49:26.269Z[ host-image] Feb 24 03:49:24.267 INFO O| Feb 24 03:49:24.267 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-02-24T03:49:26.277Z[ host-image] Feb 24 03:49:24.275 INFO O| Feb 24 03:49:24.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92992026-02-24T03:49:26.277Z[ host-image] Feb 24 03:49:24.275 INFO O| Feb 24 03:49:24.275 INFO STEP 40 (remove_files) COMPLETE
93002026-02-24T03:49:26.280Z[ host-image] Feb 24 03:49:24.275 INFO O| Feb 24 03:49:24.275 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012026-02-24T03:49:26.284Z[ host-image] Feb 24 03:49:24.282 INFO O| Feb 24 03:49:24.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93022026-02-24T03:49:26.287Z[ host-image] Feb 24 03:49:24.282 INFO O| Feb 24 03:49:24.282 INFO STEP 41 (remove_files) COMPLETE
93032026-02-24T03:49:26.288Z[ host-image] Feb 24 03:49:24.282 INFO O| Feb 24 03:49:24.282 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-02-24T03:49:26.292Z[ host-image] Feb 24 03:49:24.290 INFO O| Feb 24 03:49:24.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93052026-02-24T03:49:26.295Z[ host-image] Feb 24 03:49:24.290 INFO O| Feb 24 03:49:24.290 INFO STEP 42 (remove_files) COMPLETE
93062026-02-24T03:49:26.295Z[ host-image] Feb 24 03:49:24.290 INFO O| Feb 24 03:49:24.290 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072026-02-24T03:49:26.299Z[ host-image] Feb 24 03:49:24.297 INFO O| Feb 24 03:49:24.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93082026-02-24T03:49:26.299Z[ host-image] Feb 24 03:49:24.297 INFO O| Feb 24 03:49:24.297 INFO STEP 43 (remove_files) COMPLETE
93092026-02-24T03:49:26.299Z[ host-image] Feb 24 03:49:24.297 INFO O| Feb 24 03:49:24.297 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102026-02-24T03:49:26.307Z[ host-image] Feb 24 03:49:24.304 INFO O| Feb 24 03:49:24.304 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93112026-02-24T03:49:26.310Z[ host-image] Feb 24 03:49:24.304 INFO O| Feb 24 03:49:24.304 INFO STEP 44 (remove_files) COMPLETE
93122026-02-24T03:49:26.310Z[ host-image] Feb 24 03:49:24.304 INFO O| Feb 24 03:49:24.304 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132026-02-24T03:49:26.315Z[ host-image] Feb 24 03:49:24.312 INFO O| Feb 24 03:49:24.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93142026-02-24T03:49:26.317Z[ host-image] Feb 24 03:49:24.312 INFO O| Feb 24 03:49:24.312 INFO STEP 45 (remove_files) COMPLETE
93152026-02-24T03:49:26.317Z[ host-image] Feb 24 03:49:24.312 INFO O| Feb 24 03:49:24.312 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162026-02-24T03:49:26.322Z[ host-image] Feb 24 03:49:24.320 INFO O| Feb 24 03:49:24.320 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93172026-02-24T03:49:26.325Z[ host-image] Feb 24 03:49:24.320 INFO O| Feb 24 03:49:24.320 INFO STEP 46 (remove_files) COMPLETE
93182026-02-24T03:49:26.325Z[ host-image] Feb 24 03:49:24.320 INFO O| Feb 24 03:49:24.320 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192026-02-24T03:49:26.330Z[ host-image] Feb 24 03:49:24.327 INFO O| Feb 24 03:49:24.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93202026-02-24T03:49:26.332Z[ host-image] Feb 24 03:49:24.327 INFO O| Feb 24 03:49:24.327 INFO STEP 47 (remove_files) COMPLETE
93212026-02-24T03:49:26.332Z[ host-image] Feb 24 03:49:24.327 INFO O| Feb 24 03:49:24.327 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222026-02-24T03:49:26.339Z[ host-image] Feb 24 03:49:24.337 INFO O| Feb 24 03:49:24.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93232026-02-24T03:49:26.339Z[ host-image] Feb 24 03:49:24.337 INFO O| Feb 24 03:49:24.337 INFO STEP 48 (remove_files) COMPLETE
93242026-02-24T03:49:26.342Z[ host-image] Feb 24 03:49:24.337 INFO O| Feb 24 03:49:24.337 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252026-02-24T03:49:26.347Z[ host-image] Feb 24 03:49:24.345 INFO O| Feb 24 03:49:24.345 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93262026-02-24T03:49:26.347Z[ host-image] Feb 24 03:49:24.345 INFO O| Feb 24 03:49:24.345 INFO STEP 49 (remove_files) COMPLETE
93272026-02-24T03:49:26.347Z[ host-image] Feb 24 03:49:24.345 INFO O| Feb 24 03:49:24.345 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-02-24T03:49:26.355Z[ host-image] Feb 24 03:49:24.352 INFO O| Feb 24 03:49:24.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93292026-02-24T03:49:26.358Z[ host-image] Feb 24 03:49:24.352 INFO O| Feb 24 03:49:24.352 INFO STEP 50 (remove_files) COMPLETE
93302026-02-24T03:49:26.358Z[ host-image] Feb 24 03:49:24.352 INFO O| Feb 24 03:49:24.352 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312026-02-24T03:49:26.362Z[ host-image] Feb 24 03:49:24.360 INFO O| Feb 24 03:49:24.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93322026-02-24T03:49:26.362Z[ host-image] Feb 24 03:49:24.360 INFO O| Feb 24 03:49:24.360 INFO STEP 51 (remove_files) COMPLETE
93332026-02-24T03:49:26.362Z[ host-image] Feb 24 03:49:24.360 INFO O| Feb 24 03:49:24.360 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342026-02-24T03:49:26.369Z[ host-image] Feb 24 03:49:24.367 INFO O| Feb 24 03:49:24.367 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93352026-02-24T03:49:26.369Z[ host-image] Feb 24 03:49:24.367 INFO O| Feb 24 03:49:24.367 INFO STEP 52 (remove_files) COMPLETE
93362026-02-24T03:49:26.372Z[ host-image] Feb 24 03:49:24.367 INFO O| Feb 24 03:49:24.367 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372026-02-24T03:49:26.377Z[ host-image] Feb 24 03:49:24.375 INFO O| Feb 24 03:49:24.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93382026-02-24T03:49:26.380Z[ host-image] Feb 24 03:49:24.375 INFO O| Feb 24 03:49:24.375 INFO STEP 53 (remove_files) COMPLETE
93392026-02-24T03:49:26.380Z[ host-image] Feb 24 03:49:24.375 INFO O| Feb 24 03:49:24.375 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402026-02-24T03:49:26.385Z[ host-image] Feb 24 03:49:24.382 INFO O| Feb 24 03:49:24.382 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93412026-02-24T03:49:26.385Z[ host-image] Feb 24 03:49:24.382 INFO O| Feb 24 03:49:24.382 INFO STEP 54 (remove_files) COMPLETE
93422026-02-24T03:49:26.385Z[ host-image] Feb 24 03:49:24.382 INFO O| Feb 24 03:49:24.382 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432026-02-24T03:49:26.392Z[ host-image] Feb 24 03:49:24.390 INFO O| Feb 24 03:49:24.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93442026-02-24T03:49:26.392Z[ host-image] Feb 24 03:49:24.390 INFO O| Feb 24 03:49:24.390 INFO STEP 55 (remove_files) COMPLETE
93452026-02-24T03:49:26.395Z[ host-image] Feb 24 03:49:24.390 INFO O| Feb 24 03:49:24.390 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462026-02-24T03:49:26.399Z[ host-image] Feb 24 03:49:24.397 INFO O| Feb 24 03:49:24.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93472026-02-24T03:49:26.399Z[ host-image] Feb 24 03:49:24.397 INFO O| Feb 24 03:49:24.397 INFO STEP 56 (remove_files) COMPLETE
93482026-02-24T03:49:26.402Z[ host-image] Feb 24 03:49:24.397 INFO O| Feb 24 03:49:24.397 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-02-24T03:49:26.407Z[ host-image] Feb 24 03:49:24.404 INFO O| Feb 24 03:49:24.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93502026-02-24T03:49:26.407Z[ host-image] Feb 24 03:49:24.405 INFO O| Feb 24 03:49:24.404 INFO STEP 57 (remove_files) COMPLETE
93512026-02-24T03:49:26.407Z[ host-image] Feb 24 03:49:24.405 INFO O| Feb 24 03:49:24.404 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522026-02-24T03:49:26.414Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93532026-02-24T03:49:26.414Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93542026-02-24T03:49:26.417Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93552026-02-24T03:49:26.417Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93562026-02-24T03:49:26.417Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93572026-02-24T03:49:26.417Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93582026-02-24T03:49:26.417Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO ok!
93592026-02-24T03:49:26.417Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO STEP 58 (ensure_file) COMPLETE
93602026-02-24T03:49:26.418Z[ host-image] Feb 24 03:49:24.412 INFO O| Feb 24 03:49:24.412 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-02-24T03:49:26.424Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93622026-02-24T03:49:26.424Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93632026-02-24T03:49:26.427Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93642026-02-24T03:49:26.427Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93652026-02-24T03:49:26.427Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93662026-02-24T03:49:26.427Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93672026-02-24T03:49:26.427Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO ok!
93682026-02-24T03:49:26.427Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO STEP 59 (ensure_file) COMPLETE
93692026-02-24T03:49:26.427Z[ host-image] Feb 24 03:49:24.422 INFO O| Feb 24 03:49:24.422 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702026-02-24T03:49:26.432Z[ host-image] Feb 24 03:49:24.429 INFO O| Feb 24 03:49:24.429 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93712026-02-24T03:49:26.432Z[ host-image] Feb 24 03:49:24.429 INFO O| Feb 24 03:49:24.429 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93722026-02-24T03:49:26.435Z[ host-image] Feb 24 03:49:24.429 INFO O| Feb 24 03:49:24.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93732026-02-24T03:49:26.435Z[ host-image] Feb 24 03:49:24.429 INFO O| Feb 24 03:49:24.429 INFO ok!
93742026-02-24T03:49:26.435Z[ host-image] Feb 24 03:49:24.429 INFO O| Feb 24 03:49:24.429 INFO STEP 60 (ensure_file) COMPLETE
93752026-02-24T03:49:26.435Z[ host-image] Feb 24 03:49:24.429 INFO O| Feb 24 03:49:24.429 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762026-02-24T03:49:26.439Z[ host-image] Feb 24 03:49:24.437 INFO O| Feb 24 03:49:24.437 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93772026-02-24T03:49:26.439Z[ host-image] Feb 24 03:49:24.437 INFO O| Feb 24 03:49:24.437 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93782026-02-24T03:49:26.442Z[ host-image] Feb 24 03:49:24.437 INFO O| Feb 24 03:49:24.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93792026-02-24T03:49:26.442Z[ host-image] Feb 24 03:49:24.437 INFO O| Feb 24 03:49:24.437 INFO ok!
93802026-02-24T03:49:26.443Z[ host-image] Feb 24 03:49:24.437 INFO O| Feb 24 03:49:24.437 INFO STEP 61 (ensure_file) COMPLETE
93812026-02-24T03:49:26.443Z[ host-image] Feb 24 03:49:24.437 INFO O| Feb 24 03:49:24.437 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93822026-02-24T03:49:26.447Z[ host-image] Feb 24 03:49:24.445 INFO O| Feb 24 03:49:24.445 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93832026-02-24T03:49:26.447Z[ host-image] Feb 24 03:49:24.445 INFO O| Feb 24 03:49:24.445 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93842026-02-24T03:49:26.451Z[ host-image] Feb 24 03:49:24.445 INFO O| Feb 24 03:49:24.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93852026-02-24T03:49:26.451Z[ host-image] Feb 24 03:49:24.445 INFO O| Feb 24 03:49:24.445 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93862026-02-24T03:49:26.451Z[ host-image] Feb 24 03:49:24.445 INFO O| Feb 24 03:49:24.445 INFO ok!
93872026-02-24T03:49:26.451Z[ host-image] Feb 24 03:49:24.445 INFO O| Feb 24 03:49:24.445 INFO STEP 62 (ensure_file) COMPLETE
93882026-02-24T03:49:26.451Z[ host-image] Feb 24 03:49:24.445 INFO O| Feb 24 03:49:24.445 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93892026-02-24T03:49:26.455Z[ host-image] Feb 24 03:49:24.453 INFO O| Feb 24 03:49:24.453 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93902026-02-24T03:49:26.455Z[ host-image] Feb 24 03:49:24.453 INFO O| Feb 24 03:49:24.453 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93912026-02-24T03:49:26.458Z[ host-image] Feb 24 03:49:24.453 INFO O| Feb 24 03:49:24.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93922026-02-24T03:49:26.458Z[ host-image] Feb 24 03:49:24.453 INFO O| Feb 24 03:49:24.453 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93932026-02-24T03:49:26.458Z[ host-image] Feb 24 03:49:24.453 INFO O| Feb 24 03:49:24.453 INFO ok!
93942026-02-24T03:49:26.458Z[ host-image] Feb 24 03:49:24.453 INFO O| Feb 24 03:49:24.453 INFO STEP 63 (ensure_file) COMPLETE
93952026-02-24T03:49:26.458Z[ host-image] Feb 24 03:49:24.453 INFO O| Feb 24 03:49:24.453 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93962026-02-24T03:49:26.465Z[ host-image] Feb 24 03:49:24.463 INFO O| Feb 24 03:49:24.463 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93972026-02-24T03:49:26.465Z[ host-image] Feb 24 03:49:24.463 INFO O| Feb 24 03:49:24.463 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93982026-02-24T03:49:26.468Z[ host-image] Feb 24 03:49:24.463 INFO O| Feb 24 03:49:24.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93992026-02-24T03:49:26.468Z[ host-image] Feb 24 03:49:24.463 INFO O| Feb 24 03:49:24.463 INFO ok!
94002026-02-24T03:49:26.468Z[ host-image] Feb 24 03:49:24.463 INFO O| Feb 24 03:49:24.463 INFO STEP 64 (assemble_files) COMPLETE
94012026-02-24T03:49:26.468Z[ host-image] Feb 24 03:49:24.463 INFO O| Feb 24 03:49:24.463 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022026-02-24T03:49:26.473Z[ host-image] Feb 24 03:49:24.470 INFO O| Feb 24 03:49:24.470 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94032026-02-24T03:49:26.473Z[ host-image] Feb 24 03:49:24.470 INFO O| Feb 24 03:49:24.470 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94042026-02-24T03:49:26.476Z[ host-image] Feb 24 03:49:24.471 INFO O| Feb 24 03:49:24.471 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94052026-02-24T03:49:26.476Z[ host-image] Feb 24 03:49:24.471 INFO O| Feb 24 03:49:24.471 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94062026-02-24T03:49:26.476Z[ host-image] Feb 24 03:49:24.471 INFO O| Feb 24 03:49:24.471 INFO ok!
94072026-02-24T03:49:26.476Z[ host-image] Feb 24 03:49:24.471 INFO O| Feb 24 03:49:24.471 INFO STEP 65 (ensure_file) COMPLETE
94082026-02-24T03:49:26.476Z[ host-image] Feb 24 03:49:24.471 INFO O| Feb 24 03:49:24.471 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-02-24T03:49:26.480Z[ host-image] Feb 24 03:49:24.478 INFO O| Feb 24 03:49:24.478 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94102026-02-24T03:49:26.483Z[ host-image] Feb 24 03:49:24.478 INFO O| Feb 24 03:49:24.478 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94112026-02-24T03:49:26.483Z[ host-image] Feb 24 03:49:24.478 INFO O| Feb 24 03:49:24.478 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94122026-02-24T03:49:26.483Z[ host-image] Feb 24 03:49:24.478 INFO O| Feb 24 03:49:24.478 INFO STEP 66 (ensure_dir) COMPLETE
94132026-02-24T03:49:26.483Z[ host-image] Feb 24 03:49:24.478 INFO O| Feb 24 03:49:24.478 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-02-24T03:49:26.488Z[ host-image] Feb 24 03:49:24.486 INFO O| Feb 24 03:49:24.486 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94152026-02-24T03:49:26.488Z[ host-image] Feb 24 03:49:24.486 INFO O| Feb 24 03:49:24.486 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 ...
94162026-02-24T03:49:26.495Z[ host-image] Feb 24 03:49:24.493 INFO O| Feb 24 03:49:24.493 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
94172026-02-24T03:49:26.495Z[ host-image] Feb 24 03:49:24.493 INFO O| Feb 24 03:49:24.493 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94182026-02-24T03:49:26.498Z[ host-image] Feb 24 03:49:24.493 INFO O| Feb 24 03:49:24.493 INFO ok!
94192026-02-24T03:49:26.498Z[ host-image] Feb 24 03:49:24.493 INFO O| Feb 24 03:49:24.493 INFO STEP 67 (ensure_file) COMPLETE
94202026-02-24T03:49:26.498Z[ host-image] Feb 24 03:49:24.493 INFO O| Feb 24 03:49:24.493 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-02-24T03:49:26.503Z[ host-image] Feb 24 03:49:24.501 INFO O| Feb 24 03:49:24.501 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94222026-02-24T03:49:26.503Z[ host-image] Feb 24 03:49:24.501 INFO O| Feb 24 03:49:24.501 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 ...
94232026-02-24T03:49:26.506Z[ host-image] Feb 24 03:49:24.501 INFO O| Feb 24 03:49:24.501 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
94242026-02-24T03:49:26.506Z[ host-image] Feb 24 03:49:24.501 INFO O| Feb 24 03:49:24.501 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94252026-02-24T03:49:26.506Z[ host-image] Feb 24 03:49:24.501 INFO O| Feb 24 03:49:24.501 INFO ok!
94262026-02-24T03:49:26.506Z[ host-image] Feb 24 03:49:24.501 INFO O| Feb 24 03:49:24.501 INFO STEP 68 (ensure_file) COMPLETE
94272026-02-24T03:49:26.506Z[ host-image] Feb 24 03:49:24.501 INFO O| Feb 24 03:49:24.501 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-02-24T03:49:26.515Z[ host-image] Feb 24 03:49:24.512 INFO O| Feb 24 03:49:24.512 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94292026-02-24T03:49:26.515Z[ host-image] Feb 24 03:49:24.512 INFO O| Feb 24 03:49:24.512 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94302026-02-24T03:49:28.606Z[ host-image] Feb 24 03:49:26.603 INFO O| Feb 24 03:49:26.603 INFO STEP 69 (pack_tar) COMPLETE
94312026-02-24T03:49:28.606Z[ host-image] Feb 24 03:49:26.603 INFO O| Feb 24 03:49:26.603 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94322026-02-24T03:49:28.610Z[ host-image] Feb 24 03:49:26.604 INFO O| Feb 24 03:49:26.603 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94332026-02-24T03:49:28.862Z[ host-image] Feb 24 03:49:26.859 INFO O| Feb 24 03:49:26.859 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94342026-02-24T03:49:28.950Z[ host-image] Feb 24 03:49:26.947 INFO O| Feb 24 03:49:26.947 INFO completed processing sled/ramdisk-02-trim
94352026-02-24T03:49:28.953Z[ host-image] Feb 24 03:49:26.949 INFO image builder template: zfs...
94362026-02-24T03:49:28.953Z[ host-image] Feb 24 03:49:26.949 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/.tmpW6f5nY/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
94372026-02-24T03:49:28.966Z[ host-image] Feb 24 03:49:26.963 INFO O| Feb 24 03:49:26.963 INFO skip include "stress" because feature "stress" is not enabled
94382026-02-24T03:49:28.966Z[ host-image] Feb 24 03:49:26.963 INFO O| Feb 24 03:49:26.963 INFO skip include "stress" because feature "compliance" is not enabled
94392026-02-24T03:49:28.999Z[ host-image] Feb 24 03:49:26.996 INFO O| Feb 24 03:49:26.996 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94402026-02-24T03:49:29.002Z[ host-image] Feb 24 03:49:26.999 INFO O| Feb 24 03:49:26.999 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94412026-02-24T03:49:29.084Z[ host-image] Feb 24 03:49:27.081 INFO O| Feb 24 03:49:27.081 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94422026-02-24T03:49:29.153Z[ host-image] Feb 24 03:49:27.150 INFO O| Feb 24 03:49:27.150 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94432026-02-24T03:49:29.153Z[ host-image] Feb 24 03:49:27.150 INFO O| Feb 24 03:49:27.150 INFO work dataset: rpool/images/build/host/work/sled/zfs
94442026-02-24T03:49:29.156Z[ host-image] Feb 24 03:49:27.153 INFO O| Feb 24 03:49:27.153 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94452026-02-24T03:49:29.241Z[ host-image] Feb 24 03:49:27.236 INFO O| Feb 24 03:49:27.236 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94462026-02-24T03:49:29.305Z[ host-image] Feb 24 03:49:27.302 INFO O| Feb 24 03:49:27.302 INFO DESTROY POOL: TEMPORARY-sled-zfs
94472026-02-24T03:49:29.312Z[ host-image] Feb 24 03:49:27.309 INFO O| Feb 24 03:49:27.309 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94482026-02-24T03:49:29.316Z[ host-image] Feb 24 03:49:27.313 INFO O| Feb 24 03:49:27.313 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94492026-02-24T03:49:29.316Z[ host-image] Feb 24 03:49:27.313 INFO O| Feb 24 03:49:27.313 INFO no lofi found
94502026-02-24T03:49:29.319Z[ host-image] Feb 24 03:49:27.313 INFO O| Feb 24 03:49:27.313 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94512026-02-24T03:49:29.319Z[ host-image] Feb 24 03:49:27.313 INFO O| Feb 24 03:49:27.313 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94522026-02-24T03:49:31.006Z[ host-image] Feb 24 03:49:29.003 INFO O| Feb 24 03:49:29.003 INFO lofi device = /dev/dsk/c2t1d0p0
94532026-02-24T03:49:31.006Z[ host-image] Feb 24 03:49:29.003 INFO O| Feb 24 03:49:29.003 INFO pool device = /dev/dsk/c2t1d0p0
94542026-02-24T03:49:31.010Z[ host-image] Feb 24 03:49:29.003 INFO O| Feb 24 03:49:29.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/c2t1d0p0"]
94552026-02-24T03:49:31.117Z[ host-image] Feb 24 03:49:29.114 INFO O| Feb 24 03:49:29.113 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94562026-02-24T03:49:31.117Z[ host-image] Feb 24 03:49:29.114 INFO O| Feb 24 03:49:29.113 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94572026-02-24T03:49:31.132Z[ host-image] Feb 24 03:49:29.129 INFO O| Feb 24 03:49:29.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94582026-02-24T03:49:31.190Z[ host-image] Feb 24 03:49:29.186 INFO O| Feb 24 03:49:29.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94592026-02-24T03:49:31.223Z[ host-image] Feb 24 03:49:29.220 INFO O| Feb 24 03:49:29.219 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94602026-02-24T03:49:31.234Z[ host-image] Feb 24 03:49:29.231 INFO O| Feb 24 03:49:29.231 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94612026-02-24T03:49:31.243Z[ host-image] Feb 24 03:49:29.240 INFO O| Feb 24 03:49:29.240 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94622026-02-24T03:49:31.282Z[ host-image] Feb 24 03:49:29.279 INFO O| Feb 24 03:49:29.279 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94632026-02-24T03:49:31.282Z[ host-image] Feb 24 03:49:29.279 INFO O| Feb 24 03:49:29.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94642026-02-24T03:49:31.285Z[ host-image] Feb 24 03:49:29.279 INFO O| Feb 24 03:49:29.279 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94652026-02-24T03:49:31.288Z[ host-image] Feb 24 03:49:29.285 INFO O| Feb 24 03:49:29.285 INFO boot environment UUID: 24c4f25d-880b-49c6-b64c-508a33f2944e
94662026-02-24T03:49:31.288Z[ host-image] Feb 24 03:49:29.285 INFO O| Feb 24 03:49:29.285 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 24c4f25d-880b-49c6-b64c-508a33f2944e
94672026-02-24T03:49:31.297Z[ host-image] Feb 24 03:49:29.293 INFO O| Feb 24 03:49:29.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94682026-02-24T03:49:31.306Z[ host-image] Feb 24 03:49:29.303 INFO O| Feb 24 03:49:29.303 INFO STEP 0 (create_be) COMPLETE
94692026-02-24T03:49:31.308Z[ host-image] Feb 24 03:49:29.303 INFO O| Feb 24 03:49:29.303 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94702026-02-24T03:49:31.318Z[ host-image] Feb 24 03:49:29.314 INFO O| Feb 24 03:49:29.314 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94712026-02-24T03:49:37.224Z[ recovery-image] Feb 24 03:49:35.214 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)
94722026-02-24T03:49:42.926Z[ recovery-image] Feb 24 03:49:40.921 INFO E| Compiling bitflags v1.3.2
94732026-02-24T03:49:42.927Z[ recovery-image] Feb 24 03:49:40.921 INFO E| Compiling plain v0.2.3
94742026-02-24T03:49:42.930Z[ recovery-image] Feb 24 03:49:40.921 INFO E| Compiling adler2 v2.0.1
94752026-02-24T03:49:42.930Z[ recovery-image] Feb 24 03:49:40.921 INFO E| Compiling scroll v0.13.0
94762026-02-24T03:49:42.930Z[ recovery-image] Feb 24 03:49:40.921 INFO E| Compiling bitflags v2.10.0
94772026-02-24T03:49:42.930Z[ recovery-image] Feb 24 03:49:40.921 INFO E| Compiling bit_field v0.10.3
94782026-02-24T03:49:42.930Z[ recovery-image] Feb 24 03:49:40.921 INFO E| Compiling log v0.4.29
94792026-02-24T03:49:43.039Z[ recovery-image] Feb 24 03:49:41.033 INFO E| Compiling raw-cpuid v10.7.0
94802026-02-24T03:49:43.161Z[ recovery-image] Feb 24 03:49:41.156 INFO E| Compiling miniz_oxide v0.9.0
94812026-02-24T03:49:43.360Z[ recovery-image] Feb 24 03:49:41.354 INFO E| Compiling cpio_reader v0.1.2
94822026-02-24T03:49:43.500Z[ recovery-image] Feb 24 03:49:41.494 INFO E| Compiling bitstruct v0.1.1
94832026-02-24T03:49:43.691Z[ recovery-image] Feb 24 03:49:41.685 INFO E| Compiling static_assertions v1.1.0
94842026-02-24T03:49:44.356Z[ recovery-image] Feb 24 03:49:42.313 INFO E| Compiling goblin v0.10.4
94852026-02-24T03:49:52.017Z[ host-image] Feb 24 03:49:50.010 INFO O| Feb 24 03:49:50.010 INFO STEP 1 (unpack_tar) COMPLETE
94862026-02-24T03:49:52.017Z[ host-image] Feb 24 03:49:50.010 INFO O| Feb 24 03:49:50.010 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94872026-02-24T03:49:52.027Z[ host-image] Feb 24 03:49:50.020 INFO O| Feb 24 03:49:50.020 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94882026-02-24T03:49:52.107Z[ recovery-image] Feb 24 03:49:50.098 INFO E| Finished `release` profile [optimized] target(s) in 40.26s
94892026-02-24T03:49:52.130Z[ recovery-image] Feb 24 03:49:50.123 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
94902026-02-24T03:49:52.225Z[ recovery-image] Feb 24 03:49:50.217 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')"
94912026-02-24T03:49:52.225Z[ recovery-image] Feb 24 03:49:50.217 INFO building ROM for cosmo
94922026-02-24T03:49:52.225Z[ recovery-image] Feb 24 03:49:50.217 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")
94932026-02-24T03:49:52.383Z[ host-image] Feb 24 03:49:50.375 INFO O| Feb 24 03:49:50.375 INFO STEP 2 (devfsadm) COMPLETE
94942026-02-24T03:49:52.383Z[ host-image] Feb 24 03:49:50.375 INFO O| Feb 24 03:49:50.375 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94952026-02-24T03:49:52.391Z[ host-image] Feb 24 03:49:50.384 INFO O| Feb 24 03:49:50.384 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94962026-02-24T03:49:52.391Z[ host-image] Feb 24 03:49:50.384 INFO O| Feb 24 03:49:50.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94972026-02-24T03:49:52.392Z[ host-image] Feb 24 03:49:50.384 INFO O| Feb 24 03:49:50.384 INFO STEP 3 (ensure_dir) COMPLETE
94982026-02-24T03:49:52.395Z[ host-image] Feb 24 03:49:50.384 INFO O| Feb 24 03:49:50.384 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94992026-02-24T03:49:52.399Z[ host-image] Feb 24 03:49:50.392 INFO O| Feb 24 03:49:50.392 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95002026-02-24T03:49:52.402Z[ host-image] Feb 24 03:49:50.392 INFO O| Feb 24 03:49:50.392 INFO STEP 4 (ensure_dir) COMPLETE
95012026-02-24T03:49:52.402Z[ host-image] Feb 24 03:49:50.392 INFO O| Feb 24 03:49:50.392 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95022026-02-24T03:49:52.406Z[ host-image] Feb 24 03:49:50.399 INFO O| Feb 24 03:49:50.399 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95032026-02-24T03:49:52.409Z[ host-image] Feb 24 03:49:50.399 INFO O| Feb 24 03:49:50.399 INFO STEP 5 (ensure_dir) COMPLETE
95042026-02-24T03:49:52.409Z[ host-image] Feb 24 03:49:50.399 INFO O| Feb 24 03:49:50.399 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95052026-02-24T03:49:52.414Z[ host-image] Feb 24 03:49:50.407 INFO O| Feb 24 03:49:50.407 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95062026-02-24T03:49:52.414Z[ host-image] Feb 24 03:49:50.407 INFO O| Feb 24 03:49:50.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95072026-02-24T03:49:52.417Z[ host-image] Feb 24 03:49:50.407 INFO O| Feb 24 03:49:50.407 INFO STEP 6 (ensure_dir) COMPLETE
95082026-02-24T03:49:52.417Z[ host-image] Feb 24 03:49:50.407 INFO O| Feb 24 03:49:50.407 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95092026-02-24T03:49:52.422Z[ host-image] Feb 24 03:49:50.415 INFO O| Feb 24 03:49:50.415 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95102026-02-24T03:49:52.425Z[ host-image] Feb 24 03:49:50.415 INFO O| Feb 24 03:49:50.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95112026-02-24T03:49:52.426Z[ host-image] Feb 24 03:49:50.415 INFO O| Feb 24 03:49:50.415 INFO STEP 7 (ensure_dir) COMPLETE
95122026-02-24T03:49:52.426Z[ host-image] Feb 24 03:49:50.415 INFO O| Feb 24 03:49:50.415 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95132026-02-24T03:49:52.431Z[ host-image] Feb 24 03:49:50.424 INFO O| Feb 24 03:49:50.424 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95142026-02-24T03:49:52.435Z[ host-image] Feb 24 03:49:50.424 INFO O| Feb 24 03:49:50.424 INFO STEP 8 (remove_files) COMPLETE
95152026-02-24T03:49:52.435Z[ host-image] Feb 24 03:49:50.424 INFO O| Feb 24 03:49:50.424 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95162026-02-24T03:49:52.438Z[ host-image] Feb 24 03:49:50.431 INFO O| Feb 24 03:49:50.431 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95172026-02-24T03:49:52.441Z[ host-image] Feb 24 03:49:50.432 INFO O| Feb 24 03:49:50.432 INFO STEP 9 (remove_files) COMPLETE
95182026-02-24T03:49:52.441Z[ host-image] Feb 24 03:49:50.432 INFO O| Feb 24 03:49:50.432 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95192026-02-24T03:49:52.447Z[ host-image] Feb 24 03:49:50.440 INFO O| Feb 24 03:49:50.440 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95202026-02-24T03:49:52.450Z[ host-image] Feb 24 03:49:50.440 INFO O| Feb 24 03:49:50.440 INFO STEP 10 (remove_files) COMPLETE
95212026-02-24T03:49:52.450Z[ host-image] Feb 24 03:49:50.440 INFO O| Feb 24 03:49:50.440 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95222026-02-24T03:49:52.455Z[ host-image] Feb 24 03:49:50.448 INFO O| Feb 24 03:49:50.448 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95232026-02-24T03:49:52.458Z[ host-image] Feb 24 03:49:50.448 INFO O| Feb 24 03:49:50.448 INFO STEP 11 (remove_files) COMPLETE
95242026-02-24T03:49:52.458Z[ host-image] Feb 24 03:49:50.448 INFO O| Feb 24 03:49:50.448 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95252026-02-24T03:49:52.464Z[ host-image] Feb 24 03:49:50.455 INFO O| Feb 24 03:49:50.455 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95262026-02-24T03:49:52.464Z[ host-image] Feb 24 03:49:50.456 INFO O| Feb 24 03:49:50.456 INFO STEP 12 (remove_files) COMPLETE
95272026-02-24T03:49:52.468Z[ host-image] Feb 24 03:49:50.456 INFO O| Feb 24 03:49:50.456 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95282026-02-24T03:49:52.471Z[ host-image] Feb 24 03:49:50.463 INFO O| Feb 24 03:49:50.463 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95292026-02-24T03:49:52.471Z[ host-image] Feb 24 03:49:50.463 INFO O| Feb 24 03:49:50.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95302026-02-24T03:49:52.471Z[ host-image] Feb 24 03:49:50.463 INFO O| Feb 24 03:49:50.463 INFO STEP 13 (ensure_dir) COMPLETE
95312026-02-24T03:49:52.471Z[ host-image] Feb 24 03:49:50.463 INFO O| Feb 24 03:49:50.463 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95322026-02-24T03:49:52.478Z[ host-image] Feb 24 03:49:50.471 INFO O| Feb 24 03:49:50.471 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95332026-02-24T03:49:52.481Z[ host-image] Feb 24 03:49:50.471 INFO O| Feb 24 03:49:50.471 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95342026-02-24T03:49:52.481Z[ host-image] Feb 24 03:49:50.471 INFO O| Feb 24 03:49:50.471 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95352026-02-24T03:49:52.481Z[ host-image] Feb 24 03:49:50.471 INFO O| Feb 24 03:49:50.471 INFO STEP 14 (ensure_dir) COMPLETE
95362026-02-24T03:49:52.481Z[ host-image] Feb 24 03:49:50.471 INFO O| Feb 24 03:49:50.471 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95372026-02-24T03:49:52.486Z[ host-image] Feb 24 03:49:50.479 INFO O| Feb 24 03:49:50.478 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95382026-02-24T03:49:52.490Z[ host-image] Feb 24 03:49:50.479 INFO O| Feb 24 03:49:50.479 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95392026-02-24T03:49:52.490Z[ host-image] Feb 24 03:49:50.479 INFO O| Feb 24 03:49:50.479 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95402026-02-24T03:49:52.490Z[ host-image] Feb 24 03:49:50.479 INFO O| Feb 24 03:49:50.479 INFO STEP 15 (ensure_dir) COMPLETE
95412026-02-24T03:49:52.490Z[ host-image] Feb 24 03:49:50.479 INFO O| Feb 24 03:49:50.479 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95422026-02-24T03:49:52.493Z[ host-image] Feb 24 03:49:50.486 INFO O| Feb 24 03:49:50.486 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95432026-02-24T03:49:52.493Z[ host-image] Feb 24 03:49:50.486 INFO O| Feb 24 03:49:50.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95442026-02-24T03:49:52.493Z[ host-image] Feb 24 03:49:50.486 INFO O| Feb 24 03:49:50.486 INFO STEP 16 (ensure_dir) COMPLETE
95452026-02-24T03:49:52.493Z[ host-image] Feb 24 03:49:50.486 INFO O| Feb 24 03:49:50.486 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95462026-02-24T03:49:52.523Z[ host-image] Feb 24 03:49:50.493 INFO O| Feb 24 03:49:50.493 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95472026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.494 INFO O| Feb 24 03:49:50.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95482026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.494 INFO O| Feb 24 03:49:50.494 INFO STEP 17 (ensure_dir) COMPLETE
95492026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.494 INFO O| Feb 24 03:49:50.494 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95502026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.501 INFO O| Feb 24 03:49:50.501 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95512026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.501 INFO O| Feb 24 03:49:50.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95522026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.501 INFO O| Feb 24 03:49:50.501 INFO ok!
95532026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.501 INFO O| Feb 24 03:49:50.501 INFO STEP 18 (ensure_symlink) COMPLETE
95542026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.501 INFO O| Feb 24 03:49:50.501 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95552026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.509 INFO O| Feb 24 03:49:50.509 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95562026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.509 INFO O| Feb 24 03:49:50.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95572026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.509 INFO O| Feb 24 03:49:50.509 INFO ok!
95582026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.509 INFO O| Feb 24 03:49:50.509 INFO STEP 19 (ensure_file) COMPLETE
95592026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.509 INFO O| Feb 24 03:49:50.509 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95602026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.517 INFO O| Feb 24 03:49:50.517 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95612026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.517 INFO O| Feb 24 03:49:50.517 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95622026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.517 INFO O| Feb 24 03:49:50.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95632026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.517 INFO O| Feb 24 03:49:50.517 INFO ok!
95642026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.517 INFO O| Feb 24 03:49:50.517 INFO STEP 20 (ensure_symlink) COMPLETE
95652026-02-24T03:49:52.527Z[ host-image] Feb 24 03:49:50.517 INFO O| Feb 24 03:49:50.517 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95662026-02-24T03:49:52.532Z[ host-image] Feb 24 03:49:50.525 INFO O| Feb 24 03:49:50.525 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95672026-02-24T03:49:52.532Z[ host-image] Feb 24 03:49:50.525 INFO O| Feb 24 03:49:50.525 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95682026-02-24T03:49:52.535Z[ host-image] Feb 24 03:49:50.525 INFO O| Feb 24 03:49:50.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95692026-02-24T03:49:52.535Z[ host-image] Feb 24 03:49:50.525 INFO O| Feb 24 03:49:50.525 INFO ok!
95702026-02-24T03:49:52.535Z[ host-image] Feb 24 03:49:50.525 INFO O| Feb 24 03:49:50.525 INFO STEP 21 (ensure_symlink) COMPLETE
95712026-02-24T03:49:52.535Z[ host-image] Feb 24 03:49:50.525 INFO O| Feb 24 03:49:50.525 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95722026-02-24T03:49:52.540Z[ host-image] Feb 24 03:49:50.532 INFO O| Feb 24 03:49:50.532 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95732026-02-24T03:49:52.543Z[ host-image] Feb 24 03:49:50.532 INFO O| Feb 24 03:49:50.532 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95742026-02-24T03:49:52.543Z[ host-image] Feb 24 03:49:50.532 INFO O| Feb 24 03:49:50.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95752026-02-24T03:49:52.543Z[ host-image] Feb 24 03:49:50.532 INFO O| Feb 24 03:49:50.532 INFO ok!
95762026-02-24T03:49:52.543Z[ host-image] Feb 24 03:49:50.532 INFO O| Feb 24 03:49:50.532 INFO STEP 22 (ensure_symlink) COMPLETE
95772026-02-24T03:49:52.543Z[ host-image] Feb 24 03:49:50.532 INFO O| Feb 24 03:49:50.532 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95782026-02-24T03:49:52.547Z[ host-image] Feb 24 03:49:50.540 INFO O| Feb 24 03:49:50.540 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95792026-02-24T03:49:52.550Z[ host-image] Feb 24 03:49:50.540 INFO O| Feb 24 03:49:50.540 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95802026-02-24T03:49:52.550Z[ host-image] Feb 24 03:49:50.540 INFO O| Feb 24 03:49:50.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95812026-02-24T03:49:52.550Z[ host-image] Feb 24 03:49:50.540 INFO O| Feb 24 03:49:50.540 INFO ok!
95822026-02-24T03:49:52.550Z[ host-image] Feb 24 03:49:50.540 INFO O| Feb 24 03:49:50.540 INFO STEP 23 (ensure_symlink) COMPLETE
95832026-02-24T03:49:52.550Z[ host-image] Feb 24 03:49:50.540 INFO O| Feb 24 03:49:50.540 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95842026-02-24T03:49:52.556Z[ host-image] Feb 24 03:49:50.549 INFO O| Feb 24 03:49:50.549 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95852026-02-24T03:49:52.559Z[ host-image] Feb 24 03:49:50.549 INFO O| Feb 24 03:49:50.549 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95862026-02-24T03:49:52.559Z[ host-image] Feb 24 03:49:50.550 INFO O| Feb 24 03:49:50.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95872026-02-24T03:49:52.560Z[ host-image] Feb 24 03:49:50.550 INFO O| Feb 24 03:49:50.550 INFO ok!
95882026-02-24T03:49:52.560Z[ host-image] Feb 24 03:49:50.550 INFO O| Feb 24 03:49:50.550 INFO STEP 24 (ensure_file) COMPLETE
95892026-02-24T03:49:52.560Z[ host-image] Feb 24 03:49:50.550 INFO O| Feb 24 03:49:50.550 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95902026-02-24T03:49:52.565Z[ recovery-image] Feb 24 03:49:50.557 INFO E| Downloading crates ...
95912026-02-24T03:49:52.565Z[ host-image] Feb 24 03:49:50.557 INFO O| Feb 24 03:49:50.557 INFO updating shadow file
95922026-02-24T03:49:52.568Z[ host-image] Feb 24 03:49:50.558 INFO O| Feb 24 03:49:50.558 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95932026-02-24T03:49:52.568Z[ host-image] Feb 24 03:49:50.558 INFO O| Feb 24 03:49:50.558 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95942026-02-24T03:49:52.568Z[ host-image] Feb 24 03:49:50.558 INFO O| Feb 24 03:49:50.558 INFO STEP 25 (shadow) COMPLETE
95952026-02-24T03:49:52.568Z[ host-image] Feb 24 03:49:50.558 INFO O| Feb 24 03:49:50.558 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95962026-02-24T03:49:52.573Z[ host-image] Feb 24 03:49:50.566 INFO O| Feb 24 03:49:50.566 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95972026-02-24T03:49:52.573Z[ host-image] Feb 24 03:49:50.566 INFO O| Feb 24 03:49:50.566 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95982026-02-24T03:49:52.577Z[ host-image] Feb 24 03:49:50.566 INFO O| Feb 24 03:49:50.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95992026-02-24T03:49:52.577Z[ host-image] Feb 24 03:49:50.566 INFO O| Feb 24 03:49:50.566 INFO ok!
96002026-02-24T03:49:52.577Z[ host-image] Feb 24 03:49:50.566 INFO O| Feb 24 03:49:50.566 INFO STEP 26 (ensure_file) COMPLETE
96012026-02-24T03:49:52.578Z[ host-image] Feb 24 03:49:50.566 INFO O| Feb 24 03:49:50.566 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96022026-02-24T03:49:52.581Z[ host-image] Feb 24 03:49:50.574 INFO O| Feb 24 03:49:50.574 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
96032026-02-24T03:49:52.581Z[ host-image] Feb 24 03:49:50.574 INFO O| Feb 24 03:49:50.574 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
96042026-02-24T03:49:52.584Z[ host-image] Feb 24 03:49:50.574 INFO O| Feb 24 03:49:50.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96052026-02-24T03:49:52.584Z[ host-image] Feb 24 03:49:50.574 INFO O| Feb 24 03:49:50.574 INFO ok!
96062026-02-24T03:49:52.584Z[ host-image] Feb 24 03:49:50.574 INFO O| Feb 24 03:49:50.574 INFO STEP 27 (ensure_file) COMPLETE
96072026-02-24T03:49:52.584Z[ host-image] Feb 24 03:49:50.574 INFO O| Feb 24 03:49:50.574 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96082026-02-24T03:49:52.589Z[ host-image] Feb 24 03:49:50.582 INFO O| Feb 24 03:49:50.582 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96092026-02-24T03:49:52.592Z[ host-image] Feb 24 03:49:50.582 INFO O| Feb 24 03:49:50.582 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96102026-02-24T03:49:52.592Z[ host-image] Feb 24 03:49:50.582 INFO O| Feb 24 03:49:50.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96112026-02-24T03:49:52.592Z[ host-image] Feb 24 03:49:50.582 INFO O| Feb 24 03:49:50.582 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96122026-02-24T03:49:52.592Z[ host-image] Feb 24 03:49:50.582 INFO O| Feb 24 03:49:50.582 INFO ok!
96132026-02-24T03:49:52.592Z[ host-image] Feb 24 03:49:50.582 INFO O| Feb 24 03:49:50.582 INFO STEP 28 (ensure_file) COMPLETE
96142026-02-24T03:49:52.592Z[ host-image] Feb 24 03:49:50.582 INFO O| Feb 24 03:49:50.582 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96152026-02-24T03:49:52.597Z[ host-image] Feb 24 03:49:50.589 INFO O| Feb 24 03:49:50.589 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96162026-02-24T03:49:52.600Z[ host-image] Feb 24 03:49:50.589 INFO O| Feb 24 03:49:50.589 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96172026-02-24T03:49:52.600Z[ host-image] Feb 24 03:49:50.589 INFO O| Feb 24 03:49:50.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96182026-02-24T03:49:52.600Z[ host-image] Feb 24 03:49:50.590 INFO O| Feb 24 03:49:50.589 INFO ok!
96192026-02-24T03:49:52.600Z[ host-image] Feb 24 03:49:50.590 INFO O| Feb 24 03:49:50.589 INFO STEP 29 (ensure_file) COMPLETE
96202026-02-24T03:49:52.600Z[ host-image] Feb 24 03:49:50.590 INFO O| Feb 24 03:49:50.589 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96212026-02-24T03:49:52.604Z[ host-image] Feb 24 03:49:50.597 INFO O| Feb 24 03:49:50.597 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96222026-02-24T03:49:52.607Z[ host-image] Feb 24 03:49:50.597 INFO O| Feb 24 03:49:50.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96232026-02-24T03:49:52.607Z[ host-image] Feb 24 03:49:50.597 INFO O| Feb 24 03:49:50.597 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96242026-02-24T03:49:52.607Z[ host-image] Feb 24 03:49:50.597 INFO O| Feb 24 03:49:50.597 INFO STEP 30 (ensure_dir) COMPLETE
96252026-02-24T03:49:52.607Z[ host-image] Feb 24 03:49:50.597 INFO O| Feb 24 03:49:50.597 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96262026-02-24T03:49:52.612Z[ host-image] Feb 24 03:49:50.605 INFO O| Feb 24 03:49:50.605 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96272026-02-24T03:49:52.612Z[ host-image] Feb 24 03:49:50.605 INFO O| Feb 24 03:49:50.605 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96282026-02-24T03:49:52.615Z[ host-image] Feb 24 03:49:50.605 INFO O| Feb 24 03:49:50.605 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96292026-02-24T03:49:52.615Z[ host-image] Feb 24 03:49:50.605 INFO O| Feb 24 03:49:50.605 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96302026-02-24T03:49:52.615Z[ host-image] Feb 24 03:49:50.605 INFO O| Feb 24 03:49:50.605 INFO ok!
96312026-02-24T03:49:52.615Z[ host-image] Feb 24 03:49:50.605 INFO O| Feb 24 03:49:50.605 INFO STEP 31 (ensure_file) COMPLETE
96322026-02-24T03:49:52.615Z[ host-image] Feb 24 03:49:50.605 INFO O| Feb 24 03:49:50.605 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96332026-02-24T03:49:52.620Z[ host-image] Feb 24 03:49:50.612 INFO O| Feb 24 03:49:50.612 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96342026-02-24T03:49:52.620Z[ host-image] Feb 24 03:49:50.612 INFO O| Feb 24 03:49:50.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96352026-02-24T03:49:52.623Z[ host-image] Feb 24 03:49:50.613 INFO O| Feb 24 03:49:50.612 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96362026-02-24T03:49:52.623Z[ host-image] Feb 24 03:49:50.613 INFO O| Feb 24 03:49:50.613 INFO STEP 32 (ensure_dir) COMPLETE
96372026-02-24T03:49:52.623Z[ host-image] Feb 24 03:49:50.613 INFO O| Feb 24 03:49:50.613 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96382026-02-24T03:49:52.627Z[ host-image] Feb 24 03:49:50.620 INFO O| Feb 24 03:49:50.620 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96392026-02-24T03:49:52.630Z[ host-image] Feb 24 03:49:50.620 INFO O| Feb 24 03:49:50.620 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 ...
96402026-02-24T03:49:52.630Z[ host-image] Feb 24 03:49:50.620 INFO O| Feb 24 03:49:50.620 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
96412026-02-24T03:49:52.630Z[ host-image] Feb 24 03:49:50.620 INFO O| Feb 24 03:49:50.620 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96422026-02-24T03:49:52.630Z[ host-image] Feb 24 03:49:50.620 INFO O| Feb 24 03:49:50.620 INFO ok!
96432026-02-24T03:49:52.630Z[ host-image] Feb 24 03:49:50.620 INFO O| Feb 24 03:49:50.620 INFO STEP 33 (ensure_file) COMPLETE
96442026-02-24T03:49:52.630Z[ host-image] Feb 24 03:49:50.620 INFO O| Feb 24 03:49:50.620 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96452026-02-24T03:49:52.635Z[ host-image] Feb 24 03:49:50.628 INFO O| Feb 24 03:49:50.628 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96462026-02-24T03:49:52.635Z[ host-image] Feb 24 03:49:50.628 INFO O| Feb 24 03:49:50.628 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96472026-02-24T03:49:52.639Z[ host-image] Feb 24 03:49:50.628 INFO O| Feb 24 03:49:50.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96482026-02-24T03:49:52.639Z[ host-image] Feb 24 03:49:50.628 INFO O| Feb 24 03:49:50.628 INFO ok!
96492026-02-24T03:49:52.639Z[ host-image] Feb 24 03:49:50.628 INFO O| Feb 24 03:49:50.628 INFO STEP 34 (ensure_file) COMPLETE
96502026-02-24T03:49:52.639Z[ host-image] Feb 24 03:49:50.628 INFO O| Feb 24 03:49:50.628 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96512026-02-24T03:49:52.644Z[ host-image] Feb 24 03:49:50.637 INFO O| Feb 24 03:49:50.637 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96522026-02-24T03:49:52.647Z[ host-image] Feb 24 03:49:50.637 INFO O| Feb 24 03:49:50.637 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96532026-02-24T03:49:52.647Z[ host-image] Feb 24 03:49:50.637 INFO O| Feb 24 03:49:50.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96542026-02-24T03:49:52.647Z[ host-image] Feb 24 03:49:50.637 INFO O| Feb 24 03:49:50.637 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96552026-02-24T03:49:52.647Z[ host-image] Feb 24 03:49:50.637 INFO O| Feb 24 03:49:50.637 INFO ok!
96562026-02-24T03:49:52.648Z[ host-image] Feb 24 03:49:50.637 INFO O| Feb 24 03:49:50.637 INFO STEP 35 (ensure_file) COMPLETE
96572026-02-24T03:49:52.648Z[ host-image] Feb 24 03:49:50.637 INFO O| Feb 24 03:49:50.637 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96582026-02-24T03:49:52.652Z[ host-image] Feb 24 03:49:50.645 INFO O| Feb 24 03:49:50.645 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96592026-02-24T03:49:52.652Z[ host-image] Feb 24 03:49:50.645 INFO O| Feb 24 03:49:50.645 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96602026-02-24T03:49:52.655Z[ host-image] Feb 24 03:49:50.645 INFO O| Feb 24 03:49:50.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96612026-02-24T03:49:52.655Z[ host-image] Feb 24 03:49:50.645 INFO O| Feb 24 03:49:50.645 INFO ok!
96622026-02-24T03:49:52.655Z[ host-image] Feb 24 03:49:50.645 INFO O| Feb 24 03:49:50.645 INFO STEP 36 (ensure_file) COMPLETE
96632026-02-24T03:49:52.655Z[ host-image] Feb 24 03:49:50.645 INFO O| Feb 24 03:49:50.645 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96642026-02-24T03:49:52.660Z[ host-image] Feb 24 03:49:50.653 INFO O| Feb 24 03:49:50.653 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96652026-02-24T03:49:52.664Z[ host-image] Feb 24 03:49:50.653 INFO O| Feb 24 03:49:50.653 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96662026-02-24T03:49:52.664Z[ host-image] Feb 24 03:49:50.653 INFO O| Feb 24 03:49:50.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96672026-02-24T03:49:52.664Z[ host-image] Feb 24 03:49:50.653 INFO O| Feb 24 03:49:50.653 INFO ok!
96682026-02-24T03:49:52.664Z[ host-image] Feb 24 03:49:50.653 INFO O| Feb 24 03:49:50.653 INFO STEP 37 (ensure_file) COMPLETE
96692026-02-24T03:49:52.664Z[ host-image] Feb 24 03:49:50.653 INFO O| Feb 24 03:49:50.653 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96702026-02-24T03:49:52.668Z[ host-image] Feb 24 03:49:50.660 INFO O| Feb 24 03:49:50.660 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96712026-02-24T03:49:52.668Z[ host-image] Feb 24 03:49:50.660 INFO O| Feb 24 03:49:50.660 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96722026-02-24T03:49:52.671Z[ host-image] Feb 24 03:49:50.661 INFO O| Feb 24 03:49:50.660 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96732026-02-24T03:49:52.671Z[ host-image] Feb 24 03:49:50.661 INFO O| Feb 24 03:49:50.661 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96742026-02-24T03:49:52.671Z[ host-image] Feb 24 03:49:50.661 INFO O| Feb 24 03:49:50.661 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96752026-02-24T03:49:52.671Z[ host-image] Feb 24 03:49:50.661 INFO O| Feb 24 03:49:50.661 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96762026-02-24T03:49:52.671Z[ host-image] Feb 24 03:49:50.661 INFO O| Feb 24 03:49:50.661 INFO ok!
96772026-02-24T03:49:52.671Z[ host-image] Feb 24 03:49:50.661 INFO O| Feb 24 03:49:50.661 INFO STEP 38 (ensure_file) COMPLETE
96782026-02-24T03:49:52.671Z[ host-image] Feb 24 03:49:50.661 INFO O| Feb 24 03:49:50.661 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96792026-02-24T03:49:52.675Z[ host-image] Feb 24 03:49:50.668 INFO O| Feb 24 03:49:50.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96802026-02-24T03:49:52.678Z[ host-image] Feb 24 03:49:50.668 INFO O| Feb 24 03:49:50.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96812026-02-24T03:49:52.678Z[ host-image] Feb 24 03:49:50.668 INFO O| Feb 24 03:49:50.668 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96822026-02-24T03:49:52.678Z[ host-image] Feb 24 03:49:50.668 INFO O| Feb 24 03:49:50.668 INFO STEP 39 (ensure_dir) COMPLETE
96832026-02-24T03:49:52.678Z[ host-image] Feb 24 03:49:50.668 INFO O| Feb 24 03:49:50.668 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96842026-02-24T03:49:52.683Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 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
96852026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 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 ...
96862026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 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
96872026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 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
96882026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 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
96892026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 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
96902026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 INFO ok!
96912026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 INFO STEP 40 (ensure_file) COMPLETE
96922026-02-24T03:49:52.687Z[ host-image] Feb 24 03:49:50.676 INFO O| Feb 24 03:49:50.676 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96932026-02-24T03:49:52.691Z[ host-image] Feb 24 03:49:50.684 INFO O| Feb 24 03:49:50.684 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96942026-02-24T03:49:52.694Z[ host-image] Feb 24 03:49:50.684 INFO O| Feb 24 03:49:50.684 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 ...
96952026-02-24T03:49:52.694Z[ host-image] Feb 24 03:49:50.684 INFO O| Feb 24 03:49:50.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96962026-02-24T03:49:52.694Z[ host-image] Feb 24 03:49:50.684 INFO O| Feb 24 03:49:50.684 INFO ok!
96972026-02-24T03:49:52.694Z[ host-image] Feb 24 03:49:50.684 INFO O| Feb 24 03:49:50.684 INFO STEP 41 (ensure_symlink) COMPLETE
96982026-02-24T03:49:52.694Z[ host-image] Feb 24 03:49:50.684 INFO O| Feb 24 03:49:50.684 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96992026-02-24T03:49:52.699Z[ host-image] Feb 24 03:49:50.692 INFO O| Feb 24 03:49:50.691 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
97002026-02-24T03:49:52.702Z[ host-image] Feb 24 03:49:50.692 INFO O| Feb 24 03:49:50.691 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
97012026-02-24T03:49:52.702Z[ host-image] Feb 24 03:49:50.692 INFO O| Feb 24 03:49:50.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
97022026-02-24T03:49:52.702Z[ host-image] Feb 24 03:49:50.692 INFO O| Feb 24 03:49:50.692 INFO ok!
97032026-02-24T03:49:52.702Z[ host-image] Feb 24 03:49:50.692 INFO O| Feb 24 03:49:50.692 INFO STEP 42 (ensure_symlink) COMPLETE
97042026-02-24T03:49:52.702Z[ host-image] Feb 24 03:49:50.692 INFO O| Feb 24 03:49:50.692 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97052026-02-24T03:49:52.707Z[ host-image] Feb 24 03:49:50.699 INFO O| Feb 24 03:49:50.699 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97062026-02-24T03:49:52.707Z[ host-image] Feb 24 03:49:50.699 INFO O| Feb 24 03:49:50.699 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97072026-02-24T03:49:52.711Z[ host-image] Feb 24 03:49:50.700 INFO O| Feb 24 03:49:50.700 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97082026-02-24T03:49:52.711Z[ host-image] Feb 24 03:49:50.700 INFO O| Feb 24 03:49:50.700 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97092026-02-24T03:49:52.711Z[ host-image] Feb 24 03:49:50.700 INFO O| Feb 24 03:49:50.700 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97102026-02-24T03:49:52.711Z[ host-image] Feb 24 03:49:50.700 INFO O| Feb 24 03:49:50.700 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97112026-02-24T03:49:52.711Z[ host-image] Feb 24 03:49:50.700 INFO O| Feb 24 03:49:50.700 INFO ok!
97122026-02-24T03:49:52.711Z[ host-image] Feb 24 03:49:50.700 INFO O| Feb 24 03:49:50.700 INFO STEP 43 (ensure_file) COMPLETE
97132026-02-24T03:49:52.712Z[ host-image] Feb 24 03:49:50.700 INFO O| Feb 24 03:49:50.700 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97142026-02-24T03:49:52.715Z[ recovery-image] Feb 24 03:49:50.705 INFO E| Downloaded anstyle v1.0.10
97152026-02-24T03:49:52.718Z[ host-image] Feb 24 03:49:50.708 INFO O| Feb 24 03:49:50.708 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97162026-02-24T03:49:52.718Z[ host-image] Feb 24 03:49:50.708 INFO O| Feb 24 03:49:50.708 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 ...
97172026-02-24T03:49:52.718Z[ host-image] Feb 24 03:49:50.709 INFO O| Feb 24 03:49:50.709 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
97182026-02-24T03:49:52.718Z[ host-image] Feb 24 03:49:50.709 INFO O| Feb 24 03:49:50.709 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97192026-02-24T03:49:52.718Z[ host-image] Feb 24 03:49:50.709 INFO O| Feb 24 03:49:50.709 INFO ok!
97202026-02-24T03:49:52.719Z[ host-image] Feb 24 03:49:50.709 INFO O| Feb 24 03:49:50.709 INFO STEP 44 (ensure_file) COMPLETE
97212026-02-24T03:49:52.719Z[ host-image] Feb 24 03:49:50.709 INFO O| Feb 24 03:49:50.709 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97222026-02-24T03:49:52.722Z[ recovery-image] Feb 24 03:49:50.715 INFO E| Downloaded toml_datetime v0.6.9
97232026-02-24T03:49:52.725Z[ host-image] Feb 24 03:49:50.717 INFO O| Feb 24 03:49:50.717 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97242026-02-24T03:49:52.726Z[ host-image] Feb 24 03:49:50.717 INFO O| Feb 24 03:49:50.717 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97252026-02-24T03:49:52.726Z[ host-image] Feb 24 03:49:50.717 INFO O| Feb 24 03:49:50.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97262026-02-24T03:49:52.726Z[ host-image] Feb 24 03:49:50.717 INFO O| Feb 24 03:49:50.717 INFO ok!
97272026-02-24T03:49:52.726Z[ host-image] Feb 24 03:49:50.717 INFO O| Feb 24 03:49:50.717 INFO STEP 45 (ensure_file) COMPLETE
97282026-02-24T03:49:52.726Z[ host-image] Feb 24 03:49:50.717 INFO O| Feb 24 03:49:50.717 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97292026-02-24T03:49:52.729Z[ recovery-image] Feb 24 03:49:50.719 INFO E| Downloaded clap v4.5.37
97302026-02-24T03:49:52.733Z[ host-image] Feb 24 03:49:50.725 INFO O| Feb 24 03:49:50.725 INFO updating shadow file
97312026-02-24T03:49:52.733Z[ host-image] Feb 24 03:49:50.725 INFO O| Feb 24 03:49:50.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97322026-02-24T03:49:52.733Z[ host-image] Feb 24 03:49:50.726 INFO O| Feb 24 03:49:50.725 INFO STEP 46 (shadow) COMPLETE
97332026-02-24T03:49:52.733Z[ host-image] Feb 24 03:49:50.726 INFO O| Feb 24 03:49:50.725 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97342026-02-24T03:49:52.736Z[ recovery-image] Feb 24 03:49:50.727 INFO E| Downloaded shared_child v1.0.1
97352026-02-24T03:49:52.736Z[ recovery-image] Feb 24 03:49:50.728 INFO E| Downloaded colorchoice v1.0.3
97362026-02-24T03:49:52.736Z[ recovery-image] Feb 24 03:49:50.729 INFO E| Downloaded os_pipe v1.2.1
97372026-02-24T03:49:52.739Z[ recovery-image] Feb 24 03:49:50.730 INFO E| Downloaded serde_spanned v0.6.8
97382026-02-24T03:49:52.739Z[ recovery-image] Feb 24 03:49:50.731 INFO E| Downloaded anstyle-query v1.1.2
97392026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97402026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97412026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97422026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97432026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO ok!
97442026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO STEP 47 (ensure_file) COMPLETE
97452026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97462026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO skip step because feature "mfg" is not enabled
97472026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97482026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO skip step because feature "mfg" is not enabled
97492026-02-24T03:49:52.742Z[ host-image] Feb 24 03:49:50.734 INFO O| Feb 24 03:49:50.734 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97502026-02-24T03:49:52.750Z[ recovery-image] Feb 24 03:49:50.742 INFO E| Downloaded anstyle-parse v0.2.6
97512026-02-24T03:49:52.753Z[ host-image] Feb 24 03:49:50.743 INFO O| Feb 24 03:49:50.743 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97522026-02-24T03:49:52.753Z[ host-image] Feb 24 03:49:50.743 INFO O| Feb 24 03:49:50.743 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97532026-02-24T03:49:52.760Z[ recovery-image] Feb 24 03:49:50.752 INFO E| Downloaded toml_write v0.1.1
97542026-02-24T03:49:52.763Z[ recovery-image] Feb 24 03:49:50.754 INFO E| Downloaded toml v0.8.22
97552026-02-24T03:49:52.782Z[ host-image] Feb 24 03:49:50.775 INFO O| Feb 24 03:49:50.775 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97562026-02-24T03:49:52.782Z[ host-image] Feb 24 03:49:50.775 INFO O| Feb 24 03:49:50.775 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97572026-02-24T03:49:52.782Z[ host-image] Feb 24 03:49:50.775 INFO O| Feb 24 03:49:50.775 INFO ok!
97582026-02-24T03:49:52.785Z[ host-image] Feb 24 03:49:50.775 INFO O| Feb 24 03:49:50.775 INFO STEP 50 (ensure_file) COMPLETE
97592026-02-24T03:49:52.785Z[ host-image] Feb 24 03:49:50.775 INFO O| Feb 24 03:49:50.775 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97602026-02-24T03:49:52.786Z[ host-image] Feb 24 03:49:50.775 INFO O| Feb 24 03:49:50.775 INFO skip step because feature "compliance" is not enabled
97612026-02-24T03:49:52.786Z[ host-image] Feb 24 03:49:50.775 INFO O| Feb 24 03:49:50.775 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97622026-02-24T03:49:52.791Z[ host-image] Feb 24 03:49:50.784 INFO O| Feb 24 03:49:50.784 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97632026-02-24T03:49:52.791Z[ host-image] Feb 24 03:49:50.784 INFO O| Feb 24 03:49:50.784 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97642026-02-24T03:49:52.794Z[ host-image] Feb 24 03:49:50.785 INFO O| Feb 24 03:49:50.784 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97652026-02-24T03:49:52.794Z[ host-image] Feb 24 03:49:50.785 INFO O| Feb 24 03:49:50.785 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97662026-02-24T03:49:52.794Z[ host-image] Feb 24 03:49:50.785 INFO O| Feb 24 03:49:50.785 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97672026-02-24T03:49:52.794Z[ host-image] Feb 24 03:49:50.785 INFO O| Feb 24 03:49:50.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97682026-02-24T03:49:52.794Z[ host-image] Feb 24 03:49:50.785 INFO O| Feb 24 03:49:50.785 INFO ok!
97692026-02-24T03:49:52.794Z[ host-image] Feb 24 03:49:50.785 INFO O| Feb 24 03:49:50.785 INFO STEP 52 (ensure_file) COMPLETE
97702026-02-24T03:49:52.794Z[ host-image] Feb 24 03:49:50.785 INFO O| Feb 24 03:49:50.785 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97712026-02-24T03:49:52.798Z[ recovery-image] Feb 24 03:49:50.791 INFO E| Downloaded clap_derive v4.5.32
97722026-02-24T03:49:52.801Z[ host-image] Feb 24 03:49:50.792 INFO O| Feb 24 03:49:50.792 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97732026-02-24T03:49:52.801Z[ host-image] Feb 24 03:49:50.792 INFO O| Feb 24 03:49:50.792 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 ...
97742026-02-24T03:49:52.801Z[ host-image] Feb 24 03:49:50.793 INFO O| Feb 24 03:49:50.793 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
97752026-02-24T03:49:52.801Z[ host-image] Feb 24 03:49:50.793 INFO O| Feb 24 03:49:50.793 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97762026-02-24T03:49:52.801Z[ host-image] Feb 24 03:49:50.793 INFO O| Feb 24 03:49:50.793 INFO ok!
97772026-02-24T03:49:52.801Z[ host-image] Feb 24 03:49:50.793 INFO O| Feb 24 03:49:50.793 INFO STEP 53 (ensure_file) COMPLETE
97782026-02-24T03:49:52.801Z[ recovery-image] Feb 24 03:49:50.793 INFO E| Downloaded duct v0.13.7
97792026-02-24T03:49:52.801Z[ host-image] Feb 24 03:49:50.793 INFO O| Feb 24 03:49:50.793 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97802026-02-24T03:49:52.808Z[ host-image] Feb 24 03:49:50.801 INFO O| Feb 24 03:49:50.801 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97812026-02-24T03:49:52.812Z[ host-image] Feb 24 03:49:50.801 INFO O| Feb 24 03:49:50.801 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 ...
97822026-02-24T03:49:52.812Z[ host-image] Feb 24 03:49:50.802 INFO O| Feb 24 03:49:50.802 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97832026-02-24T03:49:52.812Z[ host-image] Feb 24 03:49:50.802 INFO O| Feb 24 03:49:50.802 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97842026-02-24T03:49:52.812Z[ host-image] Feb 24 03:49:50.802 INFO O| Feb 24 03:49:50.802 INFO ok!
97852026-02-24T03:49:52.812Z[ host-image] Feb 24 03:49:50.802 INFO O| Feb 24 03:49:50.802 INFO STEP 54 (ensure_file) COMPLETE
97862026-02-24T03:49:52.812Z[ host-image] Feb 24 03:49:50.802 INFO O| Feb 24 03:49:50.802 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97872026-02-24T03:49:52.815Z[ recovery-image] Feb 24 03:49:50.805 INFO E| Downloaded toml_edit v0.22.26
97882026-02-24T03:49:52.817Z[ host-image] Feb 24 03:49:50.810 INFO O| Feb 24 03:49:50.810 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97892026-02-24T03:49:52.817Z[ host-image] Feb 24 03:49:50.810 INFO O| Feb 24 03:49:50.810 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 ...
97902026-02-24T03:49:52.820Z[ host-image] Feb 24 03:49:50.811 INFO O| Feb 24 03:49:50.811 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
97912026-02-24T03:49:52.820Z[ host-image] Feb 24 03:49:50.811 INFO O| Feb 24 03:49:50.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97922026-02-24T03:49:52.821Z[ host-image] Feb 24 03:49:50.811 INFO O| Feb 24 03:49:50.811 INFO ok!
97932026-02-24T03:49:52.821Z[ host-image] Feb 24 03:49:50.811 INFO O| Feb 24 03:49:50.811 INFO STEP 55 (ensure_file) COMPLETE
97942026-02-24T03:49:52.821Z[ host-image] Feb 24 03:49:50.811 INFO O| Feb 24 03:49:50.811 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97952026-02-24T03:49:52.826Z[ host-image] Feb 24 03:49:50.819 INFO O| Feb 24 03:49:50.819 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97962026-02-24T03:49:52.826Z[ host-image] Feb 24 03:49:50.819 INFO O| Feb 24 03:49:50.819 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 ...
97972026-02-24T03:49:52.829Z[ host-image] Feb 24 03:49:50.819 INFO O| Feb 24 03:49:50.819 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97982026-02-24T03:49:52.829Z[ host-image] Feb 24 03:49:50.819 INFO O| Feb 24 03:49:50.819 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97992026-02-24T03:49:52.829Z[ host-image] Feb 24 03:49:50.819 INFO O| Feb 24 03:49:50.819 INFO ok!
98002026-02-24T03:49:52.829Z[ host-image] Feb 24 03:49:50.819 INFO O| Feb 24 03:49:50.819 INFO STEP 56 (ensure_file) COMPLETE
98012026-02-24T03:49:52.829Z[ host-image] Feb 24 03:49:50.819 INFO O| Feb 24 03:49:50.819 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98022026-02-24T03:49:52.834Z[ host-image] Feb 24 03:49:50.827 INFO O| Feb 24 03:49:50.826 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
98032026-02-24T03:49:52.834Z[ host-image] Feb 24 03:49:50.827 INFO O| Feb 24 03:49:50.827 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 ...
98042026-02-24T03:49:52.837Z[ host-image] Feb 24 03:49:50.827 INFO O| Feb 24 03:49:50.827 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
98052026-02-24T03:49:52.837Z[ host-image] Feb 24 03:49:50.827 INFO O| Feb 24 03:49:50.827 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
98062026-02-24T03:49:52.837Z[ host-image] Feb 24 03:49:50.827 INFO O| Feb 24 03:49:50.827 INFO ok!
98072026-02-24T03:49:52.837Z[ host-image] Feb 24 03:49:50.827 INFO O| Feb 24 03:49:50.827 INFO STEP 57 (ensure_file) COMPLETE
98082026-02-24T03:49:52.837Z[ host-image] Feb 24 03:49:50.827 INFO O| Feb 24 03:49:50.827 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98092026-02-24T03:49:52.842Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.834 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
98102026-02-24T03:49:52.842Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.834 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 ...
98112026-02-24T03:49:52.845Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.835 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98122026-02-24T03:49:52.845Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.835 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98132026-02-24T03:49:52.845Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.835 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98142026-02-24T03:49:52.845Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.835 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98152026-02-24T03:49:52.845Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.835 INFO ok!
98162026-02-24T03:49:52.845Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.835 INFO STEP 58 (ensure_file) COMPLETE
98172026-02-24T03:49:52.845Z[ host-image] Feb 24 03:49:50.835 INFO O| Feb 24 03:49:50.835 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98182026-02-24T03:49:52.848Z[ recovery-image] Feb 24 03:49:50.838 INFO E| Downloaded cc v1.2.20
98192026-02-24T03:49:52.851Z[ recovery-image] Feb 24 03:49:50.841 INFO E| Downloaded winnow v0.7.7
98202026-02-24T03:49:52.851Z[ host-image] Feb 24 03:49:50.843 INFO O| Feb 24 03:49:50.843 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98212026-02-24T03:49:52.851Z[ host-image] Feb 24 03:49:50.843 INFO O| Feb 24 03:49:50.843 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 ...
98222026-02-24T03:49:52.851Z[ host-image] Feb 24 03:49:50.843 INFO O| Feb 24 03:49:50.843 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
98232026-02-24T03:49:52.851Z[ host-image] Feb 24 03:49:50.844 INFO O| Feb 24 03:49:50.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98242026-02-24T03:49:52.856Z[ host-image] Feb 24 03:49:50.844 INFO O| Feb 24 03:49:50.843 INFO ok!
98252026-02-24T03:49:52.856Z[ host-image] Feb 24 03:49:50.844 INFO O| Feb 24 03:49:50.843 INFO STEP 59 (ensure_file) COMPLETE
98262026-02-24T03:49:52.856Z[ host-image] Feb 24 03:49:50.844 INFO O| Feb 24 03:49:50.844 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98272026-02-24T03:49:52.859Z[ recovery-image] Feb 24 03:49:50.849 INFO E| Downloaded clap_builder v4.5.37
98282026-02-24T03:49:52.859Z[ host-image] Feb 24 03:49:50.851 INFO O| Feb 24 03:49:50.851 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98292026-02-24T03:49:52.859Z[ host-image] Feb 24 03:49:50.851 INFO O| Feb 24 03:49:50.851 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98302026-02-24T03:49:52.862Z[ host-image] Feb 24 03:49:50.852 INFO O| Feb 24 03:49:50.852 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98312026-02-24T03:49:52.862Z[ host-image] Feb 24 03:49:50.852 INFO O| Feb 24 03:49:50.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98322026-02-24T03:49:52.862Z[ host-image] Feb 24 03:49:50.852 INFO O| Feb 24 03:49:50.852 INFO ok!
98332026-02-24T03:49:52.862Z[ host-image] Feb 24 03:49:50.852 INFO O| Feb 24 03:49:50.852 INFO STEP 60 (ensure_file) COMPLETE
98342026-02-24T03:49:52.862Z[ host-image] Feb 24 03:49:50.852 INFO O| Feb 24 03:49:50.852 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98352026-02-24T03:49:52.867Z[ host-image] Feb 24 03:49:50.859 INFO O| Feb 24 03:49:50.859 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98362026-02-24T03:49:52.867Z[ host-image] Feb 24 03:49:50.859 INFO O| Feb 24 03:49:50.859 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 ...
98372026-02-24T03:49:52.870Z[ host-image] Feb 24 03:49:50.860 INFO O| Feb 24 03:49:50.860 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
98382026-02-24T03:49:52.870Z[ host-image] Feb 24 03:49:50.860 INFO O| Feb 24 03:49:50.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98392026-02-24T03:49:52.870Z[ host-image] Feb 24 03:49:50.860 INFO O| Feb 24 03:49:50.860 INFO ok!
98402026-02-24T03:49:52.870Z[ host-image] Feb 24 03:49:50.860 INFO O| Feb 24 03:49:50.860 INFO STEP 61 (ensure_file) COMPLETE
98412026-02-24T03:49:52.870Z[ host-image] Feb 24 03:49:50.860 INFO O| Feb 24 03:49:50.860 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98422026-02-24T03:49:52.875Z[ host-image] Feb 24 03:49:50.867 INFO O| Feb 24 03:49:50.867 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98432026-02-24T03:49:52.875Z[ host-image] Feb 24 03:49:50.867 INFO O| Feb 24 03:49:50.867 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98442026-02-24T03:49:52.878Z[ host-image] Feb 24 03:49:50.868 INFO O| Feb 24 03:49:50.868 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98452026-02-24T03:49:52.878Z[ host-image] Feb 24 03:49:50.868 INFO O| Feb 24 03:49:50.868 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98462026-02-24T03:49:52.878Z[ host-image] Feb 24 03:49:50.868 INFO O| Feb 24 03:49:50.868 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98472026-02-24T03:49:52.878Z[ host-image] Feb 24 03:49:50.868 INFO O| Feb 24 03:49:50.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98482026-02-24T03:49:52.878Z[ host-image] Feb 24 03:49:50.868 INFO O| Feb 24 03:49:50.868 INFO ok!
98492026-02-24T03:49:52.878Z[ host-image] Feb 24 03:49:50.868 INFO O| Feb 24 03:49:50.868 INFO STEP 62 (ensure_file) COMPLETE
98502026-02-24T03:49:52.878Z[ host-image] Feb 24 03:49:50.868 INFO O| Feb 24 03:49:50.868 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98512026-02-24T03:49:52.883Z[ host-image] Feb 24 03:49:50.876 INFO O| Feb 24 03:49:50.876 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98522026-02-24T03:49:52.883Z[ host-image] Feb 24 03:49:50.876 INFO O| Feb 24 03:49:50.876 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 ...
98532026-02-24T03:49:52.886Z[ host-image] Feb 24 03:49:50.877 INFO O| Feb 24 03:49:50.877 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
98542026-02-24T03:49:52.886Z[ host-image] Feb 24 03:49:50.877 INFO O| Feb 24 03:49:50.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98552026-02-24T03:49:52.886Z[ host-image] Feb 24 03:49:50.877 INFO O| Feb 24 03:49:50.877 INFO ok!
98562026-02-24T03:49:52.886Z[ host-image] Feb 24 03:49:50.877 INFO O| Feb 24 03:49:50.877 INFO STEP 63 (ensure_file) COMPLETE
98572026-02-24T03:49:52.886Z[ host-image] Feb 24 03:49:50.877 INFO O| Feb 24 03:49:50.877 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98582026-02-24T03:49:52.891Z[ recovery-image] Feb 24 03:49:50.883 INFO E| Compiling libc v0.2.172
98592026-02-24T03:49:52.891Z[ recovery-image] Feb 24 03:49:50.884 INFO E| Compiling utf8parse v0.2.2
98602026-02-24T03:49:52.894Z[ recovery-image] Feb 24 03:49:50.884 INFO E| Compiling anstyle v1.0.10
98612026-02-24T03:49:52.894Z[ recovery-image] Feb 24 03:49:50.884 INFO E| Compiling is_terminal_polyfill v1.70.1
98622026-02-24T03:49:52.894Z[ recovery-image] Feb 24 03:49:50.884 INFO E| Compiling equivalent v1.0.2
98632026-02-24T03:49:52.894Z[ recovery-image] Feb 24 03:49:50.884 INFO E| Compiling hashbrown v0.15.2
98642026-02-24T03:49:52.894Z[ recovery-image] Feb 24 03:49:50.884 INFO E| Compiling shlex v1.3.0
98652026-02-24T03:49:52.894Z[ host-image] Feb 24 03:49:50.885 INFO O| Feb 24 03:49:50.885 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98662026-02-24T03:49:52.894Z[ host-image] Feb 24 03:49:50.885 INFO O| Feb 24 03:49:50.885 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 ...
98672026-02-24T03:49:52.894Z[ host-image] Feb 24 03:49:50.886 INFO O| Feb 24 03:49:50.886 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
98682026-02-24T03:49:52.894Z[ host-image] Feb 24 03:49:50.886 INFO O| Feb 24 03:49:50.886 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98692026-02-24T03:49:52.894Z[ host-image] Feb 24 03:49:50.886 INFO O| Feb 24 03:49:50.886 INFO ok!
98702026-02-24T03:49:52.894Z[ host-image] Feb 24 03:49:50.886 INFO O| Feb 24 03:49:50.886 INFO STEP 64 (ensure_file) COMPLETE
98712026-02-24T03:49:52.894Z[ host-image] Feb 24 03:49:50.886 INFO O| Feb 24 03:49:50.886 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98722026-02-24T03:49:52.901Z[ host-image] Feb 24 03:49:50.894 INFO O| Feb 24 03:49:50.894 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98732026-02-24T03:49:52.901Z[ host-image] Feb 24 03:49:50.894 INFO O| Feb 24 03:49:50.894 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 ...
98742026-02-24T03:49:52.904Z[ host-image] Feb 24 03:49:50.895 INFO O| Feb 24 03:49:50.895 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
98752026-02-24T03:49:52.904Z[ host-image] Feb 24 03:49:50.895 INFO O| Feb 24 03:49:50.895 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98762026-02-24T03:49:52.904Z[ host-image] Feb 24 03:49:50.895 INFO O| Feb 24 03:49:50.895 INFO ok!
98772026-02-24T03:49:52.904Z[ host-image] Feb 24 03:49:50.895 INFO O| Feb 24 03:49:50.895 INFO STEP 65 (ensure_file) COMPLETE
98782026-02-24T03:49:52.904Z[ host-image] Feb 24 03:49:50.895 INFO O| Feb 24 03:49:50.895 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98792026-02-24T03:49:52.904Z[ host-image] Feb 24 03:49:50.895 INFO O| Feb 24 03:49:50.895 INFO skip step because feature "mbist" is not enabled
98802026-02-24T03:49:52.905Z[ host-image] Feb 24 03:49:50.895 INFO O| Feb 24 03:49:50.895 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812026-02-24T03:49:52.910Z[ host-image] Feb 24 03:49:50.903 INFO O| Feb 24 03:49:50.903 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98822026-02-24T03:49:52.910Z[ host-image] Feb 24 03:49:50.903 INFO O| Feb 24 03:49:50.903 INFO STEP 67 (ensure_dir) COMPLETE
98832026-02-24T03:49:52.913Z[ host-image] Feb 24 03:49:50.903 INFO O| Feb 24 03:49:50.903 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98842026-02-24T03:49:52.913Z[ recovery-image] Feb 24 03:49:50.905 INFO E| Compiling syn v2.0.101
98852026-02-24T03:49:52.919Z[ host-image] Feb 24 03:49:50.911 INFO O| Feb 24 03:49:50.911 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98862026-02-24T03:49:52.919Z[ host-image] Feb 24 03:49:50.911 INFO O| Feb 24 03:49:50.911 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98872026-02-24T03:49:52.919Z[ host-image] Feb 24 03:49:50.911 INFO O| Feb 24 03:49:50.911 INFO STEP 68 (ensure_dir) COMPLETE
98882026-02-24T03:49:52.922Z[ host-image] Feb 24 03:49:50.911 INFO O| Feb 24 03:49:50.911 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892026-02-24T03:49:52.930Z[ host-image] Feb 24 03:49:50.923 INFO O| Feb 24 03:49:50.923 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98902026-02-24T03:49:52.930Z[ host-image] Feb 24 03:49:50.923 INFO O| Feb 24 03:49:50.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98912026-02-24T03:49:52.930Z[ host-image] Feb 24 03:49:50.923 INFO O| Feb 24 03:49:50.923 INFO STEP 69 (ensure_dir) COMPLETE
98922026-02-24T03:49:52.930Z[ host-image] Feb 24 03:49:50.923 INFO O| Feb 24 03:49:50.923 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98932026-02-24T03:49:52.942Z[ host-image] Feb 24 03:49:50.934 INFO O| Feb 24 03:49:50.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98942026-02-24T03:49:52.942Z[ host-image] Feb 24 03:49:50.934 INFO O| Feb 24 03:49:50.934 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98952026-02-24T03:49:53.160Z[ recovery-image] Feb 24 03:49:51.150 INFO E| Compiling anstyle-parse v0.2.6
98962026-02-24T03:49:53.190Z[ recovery-image] Feb 24 03:49:51.182 INFO E| Compiling once_cell v1.21.3
98972026-02-24T03:49:53.222Z[ recovery-image] Feb 24 03:49:51.214 INFO E| Compiling colorchoice v1.0.3
98982026-02-24T03:49:53.633Z[ recovery-image] Feb 24 03:49:51.625 INFO E| Compiling anstyle-query v1.1.2
98992026-02-24T03:49:53.833Z[ recovery-image] Feb 24 03:49:51.825 INFO E| Compiling anstream v0.6.18
99002026-02-24T03:49:53.883Z[ recovery-image] Feb 24 03:49:51.875 INFO E| Compiling cc v1.2.20
99012026-02-24T03:49:53.891Z[ recovery-image] Feb 24 03:49:51.882 INFO E| Compiling strsim v0.11.1
99022026-02-24T03:49:53.900Z[ host-image] Feb 24 03:49:51.892 INFO O| Feb 24 03:49:51.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
99032026-02-24T03:49:53.903Z[ host-image] Feb 24 03:49:51.892 INFO O| Feb 24 03:49:51.892 INFO ok!
99042026-02-24T03:49:53.903Z[ host-image] Feb 24 03:49:51.892 INFO O| Feb 24 03:49:51.892 INFO STEP 70 (ensure_file) COMPLETE
99052026-02-24T03:49:53.903Z[ host-image] Feb 24 03:49:51.892 INFO O| Feb 24 03:49:51.892 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062026-02-24T03:49:53.914Z[ host-image] Feb 24 03:49:51.907 INFO O| Feb 24 03:49:51.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
99072026-02-24T03:49:53.914Z[ host-image] Feb 24 03:49:51.907 INFO O| Feb 24 03:49:51.907 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
99082026-02-24T03:49:53.917Z[ recovery-image] Feb 24 03:49:51.909 INFO E| Compiling anyhow v1.0.98
99092026-02-24T03:49:54.278Z[ recovery-image] Feb 24 03:49:52.270 INFO E| Compiling toml_write v0.1.1
99102026-02-24T03:49:55.123Z[ recovery-image] Feb 24 03:49:53.111 INFO E| Compiling winnow v0.7.7
99112026-02-24T03:49:55.452Z[ host-image] Feb 24 03:49:53.444 INFO O| Feb 24 03:49:53.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
99122026-02-24T03:49:55.452Z[ host-image] Feb 24 03:49:53.444 INFO O| Feb 24 03:49:53.444 INFO ok!
99132026-02-24T03:49:55.455Z[ host-image] Feb 24 03:49:53.444 INFO O| Feb 24 03:49:53.444 INFO STEP 71 (ensure_file) COMPLETE
99142026-02-24T03:49:55.455Z[ host-image] Feb 24 03:49:53.444 INFO O| Feb 24 03:49:53.444 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-02-24T03:49:55.463Z[ recovery-image] Feb 24 03:49:53.455 INFO E| Compiling clap_lex v0.7.4
99162026-02-24T03:49:55.467Z[ host-image] Feb 24 03:49:53.459 INFO O| Feb 24 03:49:53.459 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
99172026-02-24T03:49:55.470Z[ host-image] Feb 24 03:49:53.460 INFO O| Feb 24 03:49:53.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
99182026-02-24T03:49:55.470Z[ host-image] Feb 24 03:49:53.460 INFO O| Feb 24 03:49:53.460 INFO STEP 72 (ensure_dir) COMPLETE
99192026-02-24T03:49:55.470Z[ host-image] Feb 24 03:49:53.460 INFO O| Feb 24 03:49:53.460 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99202026-02-24T03:49:55.482Z[ host-image] Feb 24 03:49:53.473 INFO O| Feb 24 03:49:53.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
99212026-02-24T03:49:55.482Z[ host-image] Feb 24 03:49:53.473 INFO O| Feb 24 03:49:53.473 INFO copying /tmp/.tmpW6f5nY/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 ...
99222026-02-24T03:49:55.482Z[ host-image] Feb 24 03:49:53.474 INFO O| Feb 24 03:49:53.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
99232026-02-24T03:49:55.484Z[ host-image] Feb 24 03:49:53.474 INFO O| Feb 24 03:49:53.473 INFO ok!
99242026-02-24T03:49:55.484Z[ host-image] Feb 24 03:49:53.474 INFO O| Feb 24 03:49:53.474 INFO STEP 73 (ensure_file) COMPLETE
99252026-02-24T03:49:55.484Z[ host-image] Feb 24 03:49:53.474 INFO O| Feb 24 03:49:53.474 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99262026-02-24T03:49:55.495Z[ host-image] Feb 24 03:49:53.487 INFO O| Feb 24 03:49:53.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
99272026-02-24T03:49:55.495Z[ host-image] Feb 24 03:49:53.487 INFO O| Feb 24 03:49:53.487 INFO copying /tmp/.tmpW6f5nY/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 ...
99282026-02-24T03:49:55.495Z[ host-image] Feb 24 03:49:53.487 INFO O| Feb 24 03:49:53.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
99292026-02-24T03:49:55.495Z[ host-image] Feb 24 03:49:53.487 INFO O| Feb 24 03:49:53.487 INFO ok!
99302026-02-24T03:49:55.499Z[ host-image] Feb 24 03:49:53.487 INFO O| Feb 24 03:49:53.487 INFO STEP 74 (ensure_file) COMPLETE
99312026-02-24T03:49:55.499Z[ host-image] Feb 24 03:49:53.487 INFO O| Feb 24 03:49:53.487 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99322026-02-24T03:49:55.508Z[ host-image] Feb 24 03:49:53.500 INFO O| Feb 24 03:49:53.500 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99332026-02-24T03:49:55.508Z[ host-image] Feb 24 03:49:53.500 INFO O| Feb 24 03:49:53.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99342026-02-24T03:49:55.511Z[ host-image] Feb 24 03:49:53.500 INFO O| Feb 24 03:49:53.500 INFO STEP 75 (ensure_dir) COMPLETE
99352026-02-24T03:49:55.511Z[ host-image] Feb 24 03:49:53.500 INFO O| Feb 24 03:49:53.500 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362026-02-24T03:49:55.521Z[ host-image] Feb 24 03:49:53.512 INFO O| Feb 24 03:49:53.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
99372026-02-24T03:49:55.521Z[ host-image] Feb 24 03:49:53.512 INFO O| Feb 24 03:49:53.512 INFO copying /tmp/.tmpW6f5nY/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 ...
99382026-02-24T03:49:55.523Z[ host-image] Feb 24 03:49:53.513 INFO O| Feb 24 03:49:53.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
99392026-02-24T03:49:55.523Z[ host-image] Feb 24 03:49:53.513 INFO O| Feb 24 03:49:53.513 INFO ok!
99402026-02-24T03:49:55.523Z[ host-image] Feb 24 03:49:53.513 INFO O| Feb 24 03:49:53.513 INFO STEP 76 (ensure_file) COMPLETE
99412026-02-24T03:49:55.523Z[ host-image] Feb 24 03:49:53.513 INFO O| Feb 24 03:49:53.513 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422026-02-24T03:49:55.543Z[ host-image] Feb 24 03:49:53.535 INFO O| Feb 24 03:49:53.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99432026-02-24T03:49:55.543Z[ host-image] Feb 24 03:49:53.535 INFO O| Feb 24 03:49:53.535 INFO copying /tmp/.tmpW6f5nY/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 ...
99442026-02-24T03:49:55.547Z[ host-image] Feb 24 03:49:53.535 INFO O| Feb 24 03:49:53.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99452026-02-24T03:49:55.547Z[ host-image] Feb 24 03:49:53.535 INFO O| Feb 24 03:49:53.535 INFO ok!
99462026-02-24T03:49:55.547Z[ host-image] Feb 24 03:49:53.535 INFO O| Feb 24 03:49:53.535 INFO STEP 77 (ensure_file) COMPLETE
99472026-02-24T03:49:55.547Z[ host-image] Feb 24 03:49:53.535 INFO O| Feb 24 03:49:53.535 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482026-02-24T03:49:55.556Z[ host-image] Feb 24 03:49:53.548 INFO O| Feb 24 03:49:53.548 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99492026-02-24T03:49:55.556Z[ host-image] Feb 24 03:49:53.548 INFO O| Feb 24 03:49:53.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99502026-02-24T03:49:55.557Z[ host-image] Feb 24 03:49:53.548 INFO O| Feb 24 03:49:53.548 INFO STEP 78 (ensure_dir) COMPLETE
99512026-02-24T03:49:55.560Z[ host-image] Feb 24 03:49:53.548 INFO O| Feb 24 03:49:53.548 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522026-02-24T03:49:55.571Z[ host-image] Feb 24 03:49:53.563 INFO O| Feb 24 03:49:53.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99532026-02-24T03:49:55.571Z[ host-image] Feb 24 03:49:53.563 INFO O| Feb 24 03:49:53.563 INFO copying /tmp/.tmpW6f5nY/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 ...
99542026-02-24T03:49:55.571Z[ host-image] Feb 24 03:49:53.563 INFO O| Feb 24 03:49:53.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99552026-02-24T03:49:55.573Z[ host-image] Feb 24 03:49:53.563 INFO O| Feb 24 03:49:53.563 INFO ok!
99562026-02-24T03:49:55.573Z[ host-image] Feb 24 03:49:53.563 INFO O| Feb 24 03:49:53.563 INFO STEP 79 (ensure_file) COMPLETE
99572026-02-24T03:49:55.573Z[ host-image] Feb 24 03:49:53.563 INFO O| Feb 24 03:49:53.563 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582026-02-24T03:49:55.586Z[ host-image] Feb 24 03:49:53.578 INFO O| Feb 24 03:49:53.578 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99592026-02-24T03:49:55.587Z[ host-image] Feb 24 03:49:53.578 INFO O| Feb 24 03:49:53.578 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99602026-02-24T03:49:55.590Z[ host-image] Feb 24 03:49:53.578 INFO O| Feb 24 03:49:53.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99612026-02-24T03:49:55.590Z[ host-image] Feb 24 03:49:53.578 INFO O| Feb 24 03:49:53.578 INFO ok!
99622026-02-24T03:49:55.590Z[ host-image] Feb 24 03:49:53.578 INFO O| Feb 24 03:49:53.578 INFO STEP 80 (ensure_file) COMPLETE
99632026-02-24T03:49:55.590Z[ host-image] Feb 24 03:49:53.578 INFO O| Feb 24 03:49:53.578 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642026-02-24T03:49:55.600Z[ host-image] Feb 24 03:49:53.592 INFO O| Feb 24 03:49:53.592 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99652026-02-24T03:49:55.600Z[ host-image] Feb 24 03:49:53.592 INFO O| Feb 24 03:49:53.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99662026-02-24T03:49:55.600Z[ host-image] Feb 24 03:49:53.592 INFO O| Feb 24 03:49:53.592 INFO STEP 81 (ensure_dir) COMPLETE
99672026-02-24T03:49:55.604Z[ host-image] Feb 24 03:49:53.592 INFO O| Feb 24 03:49:53.592 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99682026-02-24T03:49:55.614Z[ host-image] Feb 24 03:49:53.606 INFO O| Feb 24 03:49:53.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99692026-02-24T03:49:55.614Z[ host-image] Feb 24 03:49:53.606 INFO O| Feb 24 03:49:53.606 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99702026-02-24T03:49:55.707Z[ recovery-image] Feb 24 03:49:53.694 INFO E| Compiling shared_child v1.0.1
99712026-02-24T03:49:55.770Z[ recovery-image] Feb 24 03:49:53.758 INFO E| Compiling os_pipe v1.2.1
99722026-02-24T03:49:56.246Z[ recovery-image] Feb 24 03:49:54.234 INFO E| Compiling indexmap v2.9.0
99732026-02-24T03:49:56.398Z[ recovery-image] Feb 24 03:49:54.389 INFO E| Compiling duct v0.13.7
99742026-02-24T03:49:56.466Z[ recovery-image] Feb 24 03:49:54.457 INFO E| Compiling clap_builder v4.5.37
99752026-02-24T03:49:57.106Z[ host-image] Feb 24 03:49:55.098 INFO O| Feb 24 03:49:55.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99762026-02-24T03:49:57.106Z[ host-image] Feb 24 03:49:55.098 INFO O| Feb 24 03:49:55.098 INFO ok!
99772026-02-24T03:49:57.110Z[ host-image] Feb 24 03:49:55.098 INFO O| Feb 24 03:49:55.098 INFO STEP 82 (ensure_file) COMPLETE
99782026-02-24T03:49:57.111Z[ host-image] Feb 24 03:49:55.098 INFO O| Feb 24 03:49:55.098 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792026-02-24T03:49:57.122Z[ host-image] Feb 24 03:49:55.113 INFO O| Feb 24 03:49:55.113 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99802026-02-24T03:49:57.122Z[ host-image] Feb 24 03:49:55.113 INFO O| Feb 24 03:49:55.113 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99812026-02-24T03:49:57.955Z[ host-image] Feb 24 03:49:55.945 INFO O| Feb 24 03:49:55.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99822026-02-24T03:49:57.955Z[ host-image] Feb 24 03:49:55.945 INFO O| Feb 24 03:49:55.945 INFO ok!
99832026-02-24T03:49:57.955Z[ host-image] Feb 24 03:49:55.945 INFO O| Feb 24 03:49:55.945 INFO STEP 83 (ensure_file) COMPLETE
99842026-02-24T03:49:57.959Z[ host-image] Feb 24 03:49:55.945 INFO O| Feb 24 03:49:55.945 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99852026-02-24T03:49:57.969Z[ host-image] Feb 24 03:49:55.960 INFO O| Feb 24 03:49:55.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99862026-02-24T03:49:57.969Z[ host-image] Feb 24 03:49:55.960 INFO O| Feb 24 03:49:55.960 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99872026-02-24T03:49:59.072Z[ recovery-image] Feb 24 03:49:57.052 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
99882026-02-24T03:50:01.231Z[ host-image] Feb 24 03:49:59.221 INFO O| Feb 24 03:49:59.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99892026-02-24T03:50:01.231Z[ host-image] Feb 24 03:49:59.221 INFO O| Feb 24 03:49:59.221 INFO ok!
99902026-02-24T03:50:01.234Z[ host-image] Feb 24 03:49:59.221 INFO O| Feb 24 03:49:59.221 INFO STEP 84 (ensure_file) COMPLETE
99912026-02-24T03:50:01.234Z[ host-image] Feb 24 03:49:59.221 INFO O| Feb 24 03:49:59.221 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99922026-02-24T03:50:01.242Z[ host-image] Feb 24 03:49:59.232 INFO O| Feb 24 03:49:59.232 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99932026-02-24T03:50:01.242Z[ host-image] Feb 24 03:49:59.232 INFO O| Feb 24 03:49:59.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99942026-02-24T03:50:01.242Z[ host-image] Feb 24 03:49:59.232 INFO O| Feb 24 03:49:59.232 INFO STEP 85 (ensure_dir) COMPLETE
99952026-02-24T03:50:01.242Z[ host-image] Feb 24 03:49:59.232 INFO O| Feb 24 03:49:59.232 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962026-02-24T03:50:01.251Z[ host-image] Feb 24 03:49:59.241 INFO O| Feb 24 03:49:59.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99972026-02-24T03:50:01.251Z[ host-image] Feb 24 03:49:59.241 INFO O| Feb 24 03:49:59.241 INFO copying /tmp/.tmpW6f5nY/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 ...
99982026-02-24T03:50:01.254Z[ host-image] Feb 24 03:49:59.242 INFO O| Feb 24 03:49:59.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99992026-02-24T03:50:01.254Z[ host-image] Feb 24 03:49:59.242 INFO O| Feb 24 03:49:59.242 INFO ok!
100002026-02-24T03:50:01.254Z[ host-image] Feb 24 03:49:59.242 INFO O| Feb 24 03:49:59.242 INFO STEP 86 (ensure_file) COMPLETE
100012026-02-24T03:50:01.254Z[ host-image] Feb 24 03:49:59.242 INFO O| Feb 24 03:49:59.242 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022026-02-24T03:50:01.263Z[ host-image] Feb 24 03:49:59.254 INFO O| Feb 24 03:49:59.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
100032026-02-24T03:50:01.263Z[ host-image] Feb 24 03:49:59.254 INFO O| Feb 24 03:49:59.254 INFO copying /tmp/.tmpW6f5nY/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 ...
100042026-02-24T03:50:01.267Z[ host-image] Feb 24 03:49:59.254 INFO O| Feb 24 03:49:59.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
100052026-02-24T03:50:01.267Z[ host-image] Feb 24 03:49:59.254 INFO O| Feb 24 03:49:59.254 INFO ok!
100062026-02-24T03:50:01.267Z[ host-image] Feb 24 03:49:59.254 INFO O| Feb 24 03:49:59.254 INFO STEP 87 (ensure_file) COMPLETE
100072026-02-24T03:50:01.268Z[ host-image] Feb 24 03:49:59.254 INFO O| Feb 24 03:49:59.254 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082026-02-24T03:50:01.273Z[ host-image] Feb 24 03:49:59.264 INFO O| Feb 24 03:49:59.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
100092026-02-24T03:50:01.273Z[ host-image] Feb 24 03:49:59.264 INFO O| Feb 24 03:49:59.264 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
100102026-02-24T03:50:01.276Z[ host-image] Feb 24 03:49:59.264 INFO O| Feb 24 03:49:59.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
100112026-02-24T03:50:01.276Z[ host-image] Feb 24 03:49:59.264 INFO O| Feb 24 03:49:59.264 INFO ok!
100122026-02-24T03:50:01.276Z[ host-image] Feb 24 03:49:59.264 INFO O| Feb 24 03:49:59.264 INFO STEP 88 (ensure_file) COMPLETE
100132026-02-24T03:50:01.276Z[ host-image] Feb 24 03:49:59.264 INFO O| Feb 24 03:49:59.264 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142026-02-24T03:50:01.284Z[ host-image] Feb 24 03:49:59.274 INFO O| Feb 24 03:49:59.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
100152026-02-24T03:50:01.284Z[ host-image] Feb 24 03:49:59.274 INFO O| Feb 24 03:49:59.274 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
100162026-02-24T03:50:01.287Z[ host-image] Feb 24 03:49:59.275 INFO O| Feb 24 03:49:59.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
100172026-02-24T03:50:01.287Z[ host-image] Feb 24 03:49:59.275 INFO O| Feb 24 03:49:59.275 INFO ok!
100182026-02-24T03:50:01.287Z[ host-image] Feb 24 03:49:59.275 INFO O| Feb 24 03:49:59.275 INFO STEP 89 (ensure_file) COMPLETE
100192026-02-24T03:50:01.287Z[ host-image] Feb 24 03:49:59.275 INFO O| Feb 24 03:49:59.275 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-02-24T03:50:01.295Z[ host-image] Feb 24 03:49:59.286 INFO O| Feb 24 03:49:59.286 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100212026-02-24T03:50:01.295Z[ host-image] Feb 24 03:49:59.286 INFO O| Feb 24 03:49:59.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100222026-02-24T03:50:01.295Z[ host-image] Feb 24 03:49:59.286 INFO O| Feb 24 03:49:59.286 INFO STEP 90 (ensure_dir) COMPLETE
100232026-02-24T03:50:01.300Z[ host-image] Feb 24 03:49:59.286 INFO O| Feb 24 03:49:59.286 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242026-02-24T03:50:01.305Z[ host-image] Feb 24 03:49:59.296 INFO O| Feb 24 03:49:59.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
100252026-02-24T03:50:01.306Z[ host-image] Feb 24 03:49:59.296 INFO O| Feb 24 03:49:59.296 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
100262026-02-24T03:50:01.310Z[ host-image] Feb 24 03:49:59.301 INFO O| Feb 24 03:49:59.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
100272026-02-24T03:50:01.310Z[ host-image] Feb 24 03:49:59.301 INFO O| Feb 24 03:49:59.301 INFO ok!
100282026-02-24T03:50:01.311Z[ host-image] Feb 24 03:49:59.301 INFO O| Feb 24 03:49:59.301 INFO STEP 91 (ensure_file) COMPLETE
100292026-02-24T03:50:01.315Z[ host-image] Feb 24 03:49:59.301 INFO O| Feb 24 03:49:59.301 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302026-02-24T03:50:01.321Z[ host-image] Feb 24 03:49:59.309 INFO O| Feb 24 03:49:59.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
100312026-02-24T03:50:01.321Z[ host-image] Feb 24 03:49:59.309 INFO O| Feb 24 03:49:59.309 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
100322026-02-24T03:50:01.321Z[ host-image] Feb 24 03:49:59.309 INFO O| Feb 24 03:49:59.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
100332026-02-24T03:50:01.321Z[ host-image] Feb 24 03:49:59.309 INFO O| Feb 24 03:49:59.309 INFO ok!
100342026-02-24T03:50:01.322Z[ host-image] Feb 24 03:49:59.309 INFO O| Feb 24 03:49:59.309 INFO STEP 92 (ensure_file) COMPLETE
100352026-02-24T03:50:01.322Z[ host-image] Feb 24 03:49:59.309 INFO O| Feb 24 03:49:59.309 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100362026-02-24T03:50:01.326Z[ host-image] Feb 24 03:49:59.317 INFO O| Feb 24 03:49:59.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100372026-02-24T03:50:01.327Z[ host-image] Feb 24 03:49:59.317 INFO O| Feb 24 03:49:59.317 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100382026-02-24T03:50:02.778Z[ recovery-image] Feb 24 03:50:00.768 INFO E| Compiling serde_derive v1.0.219
100392026-02-24T03:50:02.779Z[ recovery-image] Feb 24 03:50:00.768 INFO E| Compiling clap_derive v4.5.32
100402026-02-24T03:50:03.408Z[ host-image] Feb 24 03:50:01.398 INFO O| Feb 24 03:50:01.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100412026-02-24T03:50:03.408Z[ host-image] Feb 24 03:50:01.398 INFO O| Feb 24 03:50:01.398 INFO ok!
100422026-02-24T03:50:03.413Z[ host-image] Feb 24 03:50:01.398 INFO O| Feb 24 03:50:01.398 INFO STEP 93 (ensure_file) COMPLETE
100432026-02-24T03:50:03.413Z[ host-image] Feb 24 03:50:01.398 INFO O| Feb 24 03:50:01.398 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100442026-02-24T03:50:03.421Z[ host-image] Feb 24 03:50:01.411 INFO O| Feb 24 03:50:01.411 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100452026-02-24T03:50:03.421Z[ host-image] Feb 24 03:50:01.411 INFO O| Feb 24 03:50:01.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100462026-02-24T03:50:03.421Z[ host-image] Feb 24 03:50:01.411 INFO O| Feb 24 03:50:01.411 INFO STEP 94 (ensure_dir) COMPLETE
100472026-02-24T03:50:03.421Z[ host-image] Feb 24 03:50:01.411 INFO O| Feb 24 03:50:01.411 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100482026-02-24T03:50:03.433Z[ host-image] Feb 24 03:50:01.423 INFO O| Feb 24 03:50:01.423 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100492026-02-24T03:50:03.433Z[ host-image] Feb 24 03:50:01.423 INFO O| Feb 24 03:50:01.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100502026-02-24T03:50:03.436Z[ host-image] Feb 24 03:50:01.423 INFO O| Feb 24 03:50:01.423 INFO STEP 95 (ensure_dir) COMPLETE
100512026-02-24T03:50:03.436Z[ host-image] Feb 24 03:50:01.423 INFO O| Feb 24 03:50:01.423 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100522026-02-24T03:50:03.446Z[ host-image] Feb 24 03:50:01.436 INFO O| Feb 24 03:50:01.436 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100532026-02-24T03:50:03.446Z[ host-image] Feb 24 03:50:01.436 INFO O| Feb 24 03:50:01.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100542026-02-24T03:50:03.449Z[ host-image] Feb 24 03:50:01.436 INFO O| Feb 24 03:50:01.436 INFO STEP 96 (ensure_dir) COMPLETE
100552026-02-24T03:50:03.449Z[ host-image] Feb 24 03:50:01.436 INFO O| Feb 24 03:50:01.436 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100562026-02-24T03:50:03.457Z[ host-image] Feb 24 03:50:01.447 INFO O| Feb 24 03:50:01.447 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100572026-02-24T03:50:03.457Z[ host-image] Feb 24 03:50:01.448 INFO O| Feb 24 03:50:01.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100582026-02-24T03:50:03.461Z[ host-image] Feb 24 03:50:01.448 INFO O| Feb 24 03:50:01.448 INFO STEP 97 (ensure_dir) COMPLETE
100592026-02-24T03:50:03.461Z[ host-image] Feb 24 03:50:01.448 INFO O| Feb 24 03:50:01.448 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100602026-02-24T03:50:03.470Z[ host-image] Feb 24 03:50:01.460 INFO O| Feb 24 03:50:01.460 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100612026-02-24T03:50:03.474Z[ host-image] Feb 24 03:50:01.460 INFO O| Feb 24 03:50:01.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100622026-02-24T03:50:03.474Z[ host-image] Feb 24 03:50:01.460 INFO O| Feb 24 03:50:01.460 INFO STEP 98 (ensure_dir) COMPLETE
100632026-02-24T03:50:03.474Z[ host-image] Feb 24 03:50:01.460 INFO O| Feb 24 03:50:01.460 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100642026-02-24T03:50:03.483Z[ host-image] Feb 24 03:50:01.473 INFO O| Feb 24 03:50:01.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100652026-02-24T03:50:03.484Z[ host-image] Feb 24 03:50:01.473 INFO O| Feb 24 03:50:01.473 INFO copying /tmp/.tmpW6f5nY/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 ...
100662026-02-24T03:50:03.488Z[ host-image] Feb 24 03:50:01.474 INFO O| Feb 24 03:50:01.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100672026-02-24T03:50:03.488Z[ host-image] Feb 24 03:50:01.474 INFO O| Feb 24 03:50:01.473 INFO ok!
100682026-02-24T03:50:03.488Z[ host-image] Feb 24 03:50:01.474 INFO O| Feb 24 03:50:01.473 INFO STEP 99 (ensure_file) COMPLETE
100692026-02-24T03:50:03.488Z[ host-image] Feb 24 03:50:01.474 INFO O| Feb 24 03:50:01.474 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-02-24T03:50:03.494Z[ host-image] Feb 24 03:50:01.484 INFO O| Feb 24 03:50:01.484 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100712026-02-24T03:50:03.494Z[ host-image] Feb 24 03:50:01.484 INFO O| Feb 24 03:50:01.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100722026-02-24T03:50:03.497Z[ host-image] Feb 24 03:50:01.484 INFO O| Feb 24 03:50:01.484 INFO STEP 100 (ensure_dir) COMPLETE
100732026-02-24T03:50:03.497Z[ host-image] Feb 24 03:50:01.484 INFO O| Feb 24 03:50:01.484 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100742026-02-24T03:50:03.502Z[ host-image] Feb 24 03:50:01.492 INFO O| Feb 24 03:50:01.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100752026-02-24T03:50:03.502Z[ host-image] Feb 24 03:50:01.492 INFO O| Feb 24 03:50:01.492 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100762026-02-24T03:50:04.066Z[ host-image] Feb 24 03:50:02.055 INFO O| Feb 24 03:50:02.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100772026-02-24T03:50:04.066Z[ host-image] Feb 24 03:50:02.056 INFO O| Feb 24 03:50:02.055 INFO ok!
100782026-02-24T03:50:04.069Z[ host-image] Feb 24 03:50:02.056 INFO O| Feb 24 03:50:02.055 INFO STEP 101 (ensure_file) COMPLETE
100792026-02-24T03:50:04.070Z[ host-image] Feb 24 03:50:02.056 INFO O| Feb 24 03:50:02.055 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100802026-02-24T03:50:04.081Z[ host-image] Feb 24 03:50:02.071 INFO O| Feb 24 03:50:02.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100812026-02-24T03:50:04.085Z[ host-image] Feb 24 03:50:02.071 INFO O| Feb 24 03:50:02.071 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100822026-02-24T03:50:04.085Z[ host-image] Feb 24 03:50:02.071 INFO O| Feb 24 03:50:02.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100832026-02-24T03:50:04.085Z[ host-image] Feb 24 03:50:02.071 INFO O| Feb 24 03:50:02.071 INFO ok!
100842026-02-24T03:50:04.085Z[ host-image] Feb 24 03:50:02.071 INFO O| Feb 24 03:50:02.071 INFO STEP 102 (ensure_file) COMPLETE
100852026-02-24T03:50:04.085Z[ host-image] Feb 24 03:50:02.071 INFO O| Feb 24 03:50:02.071 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862026-02-24T03:50:04.096Z[ host-image] Feb 24 03:50:02.085 INFO O| Feb 24 03:50:02.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100872026-02-24T03:50:04.096Z[ host-image] Feb 24 03:50:02.085 INFO O| Feb 24 03:50:02.085 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100882026-02-24T03:50:04.123Z[ host-image] Feb 24 03:50:02.103 INFO O| Feb 24 03:50:02.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100892026-02-24T03:50:04.124Z[ host-image] Feb 24 03:50:02.103 INFO O| Feb 24 03:50:02.103 INFO ok!
100902026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.103 INFO O| Feb 24 03:50:02.103 INFO STEP 103 (ensure_file) COMPLETE
100912026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.103 INFO O| Feb 24 03:50:02.103 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.116 INFO O| Feb 24 03:50:02.116 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100932026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.116 INFO O| Feb 24 03:50:02.116 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100942026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.117 INFO O| Feb 24 03:50:02.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100952026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.117 INFO O| Feb 24 03:50:02.117 INFO ok!
100962026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.117 INFO O| Feb 24 03:50:02.117 INFO STEP 104 (ensure_file) COMPLETE
100972026-02-24T03:50:04.131Z[ host-image] Feb 24 03:50:02.117 INFO O| Feb 24 03:50:02.117 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982026-02-24T03:50:04.138Z[ host-image] Feb 24 03:50:02.129 INFO O| Feb 24 03:50:02.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100992026-02-24T03:50:04.138Z[ host-image] Feb 24 03:50:02.129 INFO O| Feb 24 03:50:02.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
101002026-02-24T03:50:04.159Z[ host-image] Feb 24 03:50:02.129 INFO O| Feb 24 03:50:02.129 INFO STEP 105 (ensure_dir) COMPLETE
101012026-02-24T03:50:04.159Z[ host-image] Feb 24 03:50:02.129 INFO O| Feb 24 03:50:02.129 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101022026-02-24T03:50:04.166Z[ host-image] Feb 24 03:50:02.140 INFO O| Feb 24 03:50:02.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
101032026-02-24T03:50:04.167Z[ host-image] Feb 24 03:50:02.140 INFO O| Feb 24 03:50:02.140 INFO copying /tmp/.tmpW6f5nY/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 ...
101042026-02-24T03:50:04.802Z[ host-image] Feb 24 03:50:02.791 INFO O| Feb 24 03:50:02.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
101052026-02-24T03:50:04.802Z[ host-image] Feb 24 03:50:02.791 INFO O| Feb 24 03:50:02.791 INFO ok!
101062026-02-24T03:50:04.806Z[ host-image] Feb 24 03:50:02.792 INFO O| Feb 24 03:50:02.791 INFO STEP 106 (ensure_file) COMPLETE
101072026-02-24T03:50:04.806Z[ host-image] Feb 24 03:50:02.792 INFO O| Feb 24 03:50:02.791 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082026-02-24T03:50:04.817Z[ host-image] Feb 24 03:50:02.806 INFO O| Feb 24 03:50:02.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
101092026-02-24T03:50:04.817Z[ host-image] Feb 24 03:50:02.806 INFO O| Feb 24 03:50:02.806 INFO copying /tmp/.tmpW6f5nY/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 ...
101102026-02-24T03:50:04.820Z[ host-image] Feb 24 03:50:02.807 INFO O| Feb 24 03:50:02.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
101112026-02-24T03:50:04.821Z[ host-image] Feb 24 03:50:02.807 INFO O| Feb 24 03:50:02.807 INFO ok!
101122026-02-24T03:50:04.821Z[ host-image] Feb 24 03:50:02.807 INFO O| Feb 24 03:50:02.807 INFO STEP 107 (ensure_file) COMPLETE
101132026-02-24T03:50:04.821Z[ host-image] Feb 24 03:50:02.807 INFO O| Feb 24 03:50:02.807 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142026-02-24T03:50:04.827Z[ host-image] Feb 24 03:50:02.816 INFO O| Feb 24 03:50:02.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
101152026-02-24T03:50:04.827Z[ host-image] Feb 24 03:50:02.816 INFO O| Feb 24 03:50:02.816 INFO copying /tmp/.tmpW6f5nY/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 ...
101162026-02-24T03:50:04.827Z[ host-image] Feb 24 03:50:02.816 INFO O| Feb 24 03:50:02.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
101172026-02-24T03:50:04.827Z[ host-image] Feb 24 03:50:02.816 INFO O| Feb 24 03:50:02.816 INFO ok!
101182026-02-24T03:50:04.830Z[ host-image] Feb 24 03:50:02.816 INFO O| Feb 24 03:50:02.816 INFO STEP 108 (ensure_file) COMPLETE
101192026-02-24T03:50:04.830Z[ host-image] Feb 24 03:50:02.816 INFO O| Feb 24 03:50:02.816 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202026-02-24T03:50:04.840Z[ host-image] Feb 24 03:50:02.830 INFO O| Feb 24 03:50:02.830 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
101212026-02-24T03:50:04.840Z[ host-image] Feb 24 03:50:02.830 INFO O| Feb 24 03:50:02.830 INFO copying /tmp/.tmpW6f5nY/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 ...
101222026-02-24T03:50:04.844Z[ host-image] Feb 24 03:50:02.830 INFO O| Feb 24 03:50:02.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
101232026-02-24T03:50:04.844Z[ host-image] Feb 24 03:50:02.830 INFO O| Feb 24 03:50:02.830 INFO ok!
101242026-02-24T03:50:04.844Z[ host-image] Feb 24 03:50:02.830 INFO O| Feb 24 03:50:02.830 INFO STEP 109 (ensure_file) COMPLETE
101252026-02-24T03:50:04.844Z[ host-image] Feb 24 03:50:02.830 INFO O| Feb 24 03:50:02.830 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-02-24T03:50:04.858Z[ host-image] Feb 24 03:50:02.843 INFO O| Feb 24 03:50:02.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
101272026-02-24T03:50:04.858Z[ host-image] Feb 24 03:50:02.844 INFO O| Feb 24 03:50:02.843 INFO copying /tmp/.tmpW6f5nY/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 ...
101282026-02-24T03:50:04.873Z[ host-image] Feb 24 03:50:02.844 INFO O| Feb 24 03:50:02.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
101292026-02-24T03:50:04.873Z[ host-image] Feb 24 03:50:02.844 INFO O| Feb 24 03:50:02.844 INFO ok!
101302026-02-24T03:50:04.873Z[ host-image] Feb 24 03:50:02.844 INFO O| Feb 24 03:50:02.844 INFO STEP 110 (ensure_file) COMPLETE
101312026-02-24T03:50:04.873Z[ host-image] Feb 24 03:50:02.844 INFO O| Feb 24 03:50:02.844 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.853 INFO O| Feb 24 03:50:02.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
101332026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.853 INFO O| Feb 24 03:50:02.853 INFO copying /tmp/.tmpW6f5nY/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 ...
101342026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.853 INFO O| Feb 24 03:50:02.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
101352026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.853 INFO O| Feb 24 03:50:02.853 INFO ok!
101362026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.853 INFO O| Feb 24 03:50:02.853 INFO STEP 111 (ensure_file) COMPLETE
101372026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.853 INFO O| Feb 24 03:50:02.853 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.863 INFO O| Feb 24 03:50:02.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
101392026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.863 INFO O| Feb 24 03:50:02.862 INFO copying /tmp/.tmpW6f5nY/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 ...
101402026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.863 INFO O| Feb 24 03:50:02.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
101412026-02-24T03:50:04.878Z[ host-image] Feb 24 03:50:02.863 INFO O| Feb 24 03:50:02.863 INFO ok!
101422026-02-24T03:50:04.879Z[ host-image] Feb 24 03:50:02.863 INFO O| Feb 24 03:50:02.863 INFO STEP 112 (ensure_file) COMPLETE
101432026-02-24T03:50:04.879Z[ host-image] Feb 24 03:50:02.863 INFO O| Feb 24 03:50:02.863 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-02-24T03:50:04.882Z[ host-image] Feb 24 03:50:02.872 INFO O| Feb 24 03:50:02.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
101452026-02-24T03:50:04.882Z[ host-image] Feb 24 03:50:02.872 INFO O| Feb 24 03:50:02.872 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
101462026-02-24T03:50:04.886Z[ host-image] Feb 24 03:50:02.873 INFO O| Feb 24 03:50:02.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
101472026-02-24T03:50:04.886Z[ host-image] Feb 24 03:50:02.873 INFO O| Feb 24 03:50:02.873 INFO ok!
101482026-02-24T03:50:04.886Z[ host-image] Feb 24 03:50:02.873 INFO O| Feb 24 03:50:02.873 INFO STEP 113 (ensure_file) COMPLETE
101492026-02-24T03:50:04.886Z[ host-image] Feb 24 03:50:02.873 INFO O| Feb 24 03:50:02.873 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-02-24T03:50:04.896Z[ host-image] Feb 24 03:50:02.886 INFO O| Feb 24 03:50:02.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101512026-02-24T03:50:04.896Z[ host-image] Feb 24 03:50:02.886 INFO O| Feb 24 03:50:02.886 INFO copying /tmp/.tmpW6f5nY/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 ...
101522026-02-24T03:50:04.900Z[ host-image] Feb 24 03:50:02.886 INFO O| Feb 24 03:50:02.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101532026-02-24T03:50:04.900Z[ host-image] Feb 24 03:50:02.886 INFO O| Feb 24 03:50:02.886 INFO ok!
101542026-02-24T03:50:04.900Z[ host-image] Feb 24 03:50:02.886 INFO O| Feb 24 03:50:02.886 INFO STEP 114 (ensure_file) COMPLETE
101552026-02-24T03:50:04.900Z[ host-image] Feb 24 03:50:02.886 INFO O| Feb 24 03:50:02.886 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-02-24T03:50:04.908Z[ host-image] Feb 24 03:50:02.898 INFO O| Feb 24 03:50:02.898 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101572026-02-24T03:50:04.908Z[ host-image] Feb 24 03:50:02.898 INFO O| Feb 24 03:50:02.898 INFO copying /tmp/.tmpW6f5nY/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 ...
101582026-02-24T03:50:04.912Z[ host-image] Feb 24 03:50:02.898 INFO O| Feb 24 03:50:02.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101592026-02-24T03:50:04.912Z[ host-image] Feb 24 03:50:02.898 INFO O| Feb 24 03:50:02.898 INFO ok!
101602026-02-24T03:50:04.912Z[ host-image] Feb 24 03:50:02.898 INFO O| Feb 24 03:50:02.898 INFO STEP 115 (ensure_file) COMPLETE
101612026-02-24T03:50:04.912Z[ host-image] Feb 24 03:50:02.898 INFO O| Feb 24 03:50:02.898 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-02-24T03:50:04.917Z[ host-image] Feb 24 03:50:02.907 INFO O| Feb 24 03:50:02.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101632026-02-24T03:50:04.917Z[ host-image] Feb 24 03:50:02.907 INFO O| Feb 24 03:50:02.907 INFO copying /tmp/.tmpW6f5nY/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 ...
101642026-02-24T03:50:04.921Z[ host-image] Feb 24 03:50:02.907 INFO O| Feb 24 03:50:02.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101652026-02-24T03:50:04.921Z[ host-image] Feb 24 03:50:02.907 INFO O| Feb 24 03:50:02.907 INFO ok!
101662026-02-24T03:50:04.921Z[ host-image] Feb 24 03:50:02.907 INFO O| Feb 24 03:50:02.907 INFO STEP 116 (ensure_file) COMPLETE
101672026-02-24T03:50:04.921Z[ host-image] Feb 24 03:50:02.907 INFO O| Feb 24 03:50:02.907 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-02-24T03:50:04.929Z[ host-image] Feb 24 03:50:02.918 INFO O| Feb 24 03:50:02.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101692026-02-24T03:50:04.929Z[ host-image] Feb 24 03:50:02.919 INFO O| Feb 24 03:50:02.918 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101702026-02-24T03:50:04.932Z[ host-image] Feb 24 03:50:02.919 INFO O| Feb 24 03:50:02.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101712026-02-24T03:50:04.932Z[ host-image] Feb 24 03:50:02.919 INFO O| Feb 24 03:50:02.919 INFO ok!
101722026-02-24T03:50:04.932Z[ host-image] Feb 24 03:50:02.919 INFO O| Feb 24 03:50:02.919 INFO STEP 117 (ensure_file) COMPLETE
101732026-02-24T03:50:04.932Z[ host-image] Feb 24 03:50:02.919 INFO O| Feb 24 03:50:02.919 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-02-24T03:50:04.939Z[ host-image] Feb 24 03:50:02.929 INFO O| Feb 24 03:50:02.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101752026-02-24T03:50:04.939Z[ host-image] Feb 24 03:50:02.929 INFO O| Feb 24 03:50:02.929 INFO copying /tmp/.tmpW6f5nY/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 ...
101762026-02-24T03:50:04.964Z[ host-image] Feb 24 03:50:02.929 INFO O| Feb 24 03:50:02.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101772026-02-24T03:50:04.964Z[ host-image] Feb 24 03:50:02.929 INFO O| Feb 24 03:50:02.929 INFO ok!
101782026-02-24T03:50:04.964Z[ host-image] Feb 24 03:50:02.929 INFO O| Feb 24 03:50:02.929 INFO STEP 118 (ensure_file) COMPLETE
101792026-02-24T03:50:04.965Z[ host-image] Feb 24 03:50:02.929 INFO O| Feb 24 03:50:02.929 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-02-24T03:50:04.965Z[ host-image] Feb 24 03:50:02.940 INFO O| Feb 24 03:50:02.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101812026-02-24T03:50:04.965Z[ host-image] Feb 24 03:50:02.940 INFO O| Feb 24 03:50:02.940 INFO copying /tmp/.tmpW6f5nY/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 ...
101822026-02-24T03:50:04.965Z[ host-image] Feb 24 03:50:02.940 INFO O| Feb 24 03:50:02.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101832026-02-24T03:50:04.965Z[ host-image] Feb 24 03:50:02.940 INFO O| Feb 24 03:50:02.940 INFO ok!
101842026-02-24T03:50:04.965Z[ host-image] Feb 24 03:50:02.940 INFO O| Feb 24 03:50:02.940 INFO STEP 119 (ensure_file) COMPLETE
101852026-02-24T03:50:04.965Z[ host-image] Feb 24 03:50:02.940 INFO O| Feb 24 03:50:02.940 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-02-24T03:50:04.969Z[ host-image] Feb 24 03:50:02.952 INFO O| Feb 24 03:50:02.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101872026-02-24T03:50:04.969Z[ host-image] Feb 24 03:50:02.952 INFO O| Feb 24 03:50:02.952 INFO copying /tmp/.tmpW6f5nY/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 ...
101882026-02-24T03:50:04.969Z[ host-image] Feb 24 03:50:02.952 INFO O| Feb 24 03:50:02.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101892026-02-24T03:50:04.969Z[ host-image] Feb 24 03:50:02.952 INFO O| Feb 24 03:50:02.952 INFO ok!
101902026-02-24T03:50:04.969Z[ host-image] Feb 24 03:50:02.952 INFO O| Feb 24 03:50:02.952 INFO STEP 120 (ensure_file) COMPLETE
101912026-02-24T03:50:04.969Z[ host-image] Feb 24 03:50:02.952 INFO O| Feb 24 03:50:02.952 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-02-24T03:50:04.975Z[ host-image] Feb 24 03:50:02.965 INFO O| Feb 24 03:50:02.965 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101932026-02-24T03:50:04.975Z[ host-image] Feb 24 03:50:02.965 INFO O| Feb 24 03:50:02.965 INFO copying /tmp/.tmpW6f5nY/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 ...
101942026-02-24T03:50:04.979Z[ host-image] Feb 24 03:50:02.965 INFO O| Feb 24 03:50:02.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101952026-02-24T03:50:04.979Z[ host-image] Feb 24 03:50:02.965 INFO O| Feb 24 03:50:02.965 INFO ok!
101962026-02-24T03:50:04.979Z[ host-image] Feb 24 03:50:02.965 INFO O| Feb 24 03:50:02.965 INFO STEP 121 (ensure_file) COMPLETE
101972026-02-24T03:50:04.979Z[ host-image] Feb 24 03:50:02.965 INFO O| Feb 24 03:50:02.965 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-02-24T03:50:04.987Z[ host-image] Feb 24 03:50:02.977 INFO O| Feb 24 03:50:02.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101992026-02-24T03:50:04.987Z[ host-image] Feb 24 03:50:02.977 INFO O| Feb 24 03:50:02.977 INFO copying /tmp/.tmpW6f5nY/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 ...
102002026-02-24T03:50:04.993Z[ host-image] Feb 24 03:50:02.977 INFO O| Feb 24 03:50:02.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
102012026-02-24T03:50:04.993Z[ host-image] Feb 24 03:50:02.977 INFO O| Feb 24 03:50:02.977 INFO ok!
102022026-02-24T03:50:04.993Z[ host-image] Feb 24 03:50:02.977 INFO O| Feb 24 03:50:02.977 INFO STEP 122 (ensure_file) COMPLETE
102032026-02-24T03:50:04.993Z[ host-image] Feb 24 03:50:02.977 INFO O| Feb 24 03:50:02.977 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-02-24T03:50:04.996Z[ host-image] Feb 24 03:50:02.986 INFO O| Feb 24 03:50:02.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
102052026-02-24T03:50:04.996Z[ host-image] Feb 24 03:50:02.986 INFO O| Feb 24 03:50:02.986 INFO copying /tmp/.tmpW6f5nY/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 ...
102062026-02-24T03:50:04.996Z[ host-image] Feb 24 03:50:02.986 INFO O| Feb 24 03:50:02.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
102072026-02-24T03:50:04.996Z[ host-image] Feb 24 03:50:02.986 INFO O| Feb 24 03:50:02.986 INFO ok!
102082026-02-24T03:50:05.000Z[ host-image] Feb 24 03:50:02.986 INFO O| Feb 24 03:50:02.986 INFO STEP 123 (ensure_file) COMPLETE
102092026-02-24T03:50:05.000Z[ host-image] Feb 24 03:50:02.986 INFO O| Feb 24 03:50:02.986 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-02-24T03:50:05.007Z[ host-image] Feb 24 03:50:02.997 INFO O| Feb 24 03:50:02.997 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
102112026-02-24T03:50:05.011Z[ host-image] Feb 24 03:50:02.997 INFO O| Feb 24 03:50:02.997 INFO copying /tmp/.tmpW6f5nY/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 ...
102122026-02-24T03:50:05.011Z[ host-image] Feb 24 03:50:02.997 INFO O| Feb 24 03:50:02.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
102132026-02-24T03:50:05.011Z[ host-image] Feb 24 03:50:02.997 INFO O| Feb 24 03:50:02.997 INFO ok!
102142026-02-24T03:50:05.011Z[ host-image] Feb 24 03:50:02.997 INFO O| Feb 24 03:50:02.997 INFO STEP 124 (ensure_file) COMPLETE
102152026-02-24T03:50:05.011Z[ host-image] Feb 24 03:50:02.997 INFO O| Feb 24 03:50:02.997 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-02-24T03:50:05.021Z[ host-image] Feb 24 03:50:03.010 INFO O| Feb 24 03:50:03.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
102172026-02-24T03:50:05.021Z[ host-image] Feb 24 03:50:03.010 INFO O| Feb 24 03:50:03.010 INFO copying /tmp/.tmpW6f5nY/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 ...
102182026-02-24T03:50:05.021Z[ host-image] Feb 24 03:50:03.011 INFO O| Feb 24 03:50:03.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
102192026-02-24T03:50:05.024Z[ host-image] Feb 24 03:50:03.011 INFO O| Feb 24 03:50:03.011 INFO ok!
102202026-02-24T03:50:05.024Z[ host-image] Feb 24 03:50:03.011 INFO O| Feb 24 03:50:03.011 INFO STEP 125 (ensure_file) COMPLETE
102212026-02-24T03:50:05.024Z[ host-image] Feb 24 03:50:03.011 INFO O| Feb 24 03:50:03.011 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-02-24T03:50:05.029Z[ host-image] Feb 24 03:50:03.019 INFO O| Feb 24 03:50:03.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
102232026-02-24T03:50:05.032Z[ host-image] Feb 24 03:50:03.019 INFO O| Feb 24 03:50:03.019 INFO copying /tmp/.tmpW6f5nY/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 ...
102242026-02-24T03:50:05.032Z[ host-image] Feb 24 03:50:03.019 INFO O| Feb 24 03:50:03.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
102252026-02-24T03:50:05.032Z[ host-image] Feb 24 03:50:03.019 INFO O| Feb 24 03:50:03.019 INFO ok!
102262026-02-24T03:50:05.032Z[ host-image] Feb 24 03:50:03.019 INFO O| Feb 24 03:50:03.019 INFO STEP 126 (ensure_file) COMPLETE
102272026-02-24T03:50:05.033Z[ host-image] Feb 24 03:50:03.020 INFO O| Feb 24 03:50:03.019 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-02-24T03:50:05.038Z[ host-image] Feb 24 03:50:03.028 INFO O| Feb 24 03:50:03.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
102292026-02-24T03:50:05.038Z[ host-image] Feb 24 03:50:03.028 INFO O| Feb 24 03:50:03.028 INFO copying /tmp/.tmpW6f5nY/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 ...
102302026-02-24T03:50:05.042Z[ host-image] Feb 24 03:50:03.028 INFO O| Feb 24 03:50:03.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
102312026-02-24T03:50:05.042Z[ host-image] Feb 24 03:50:03.028 INFO O| Feb 24 03:50:03.028 INFO ok!
102322026-02-24T03:50:05.042Z[ host-image] Feb 24 03:50:03.028 INFO O| Feb 24 03:50:03.028 INFO STEP 127 (ensure_file) COMPLETE
102332026-02-24T03:50:05.042Z[ host-image] Feb 24 03:50:03.028 INFO O| Feb 24 03:50:03.028 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-02-24T03:50:05.049Z[ host-image] Feb 24 03:50:03.039 INFO O| Feb 24 03:50:03.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
102352026-02-24T03:50:05.052Z[ host-image] Feb 24 03:50:03.039 INFO O| Feb 24 03:50:03.039 INFO copying /tmp/.tmpW6f5nY/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 ...
102362026-02-24T03:50:05.052Z[ host-image] Feb 24 03:50:03.039 INFO O| Feb 24 03:50:03.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
102372026-02-24T03:50:05.052Z[ host-image] Feb 24 03:50:03.039 INFO O| Feb 24 03:50:03.039 INFO ok!
102382026-02-24T03:50:05.052Z[ host-image] Feb 24 03:50:03.039 INFO O| Feb 24 03:50:03.039 INFO STEP 128 (ensure_file) COMPLETE
102392026-02-24T03:50:05.052Z[ host-image] Feb 24 03:50:03.039 INFO O| Feb 24 03:50:03.039 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-02-24T03:50:05.060Z[ host-image] Feb 24 03:50:03.050 INFO O| Feb 24 03:50:03.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
102412026-02-24T03:50:05.060Z[ host-image] Feb 24 03:50:03.050 INFO O| Feb 24 03:50:03.050 INFO copying /tmp/.tmpW6f5nY/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 ...
102422026-02-24T03:50:05.175Z[ host-image] Feb 24 03:50:03.050 INFO O| Feb 24 03:50:03.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
102432026-02-24T03:50:05.175Z[ host-image] Feb 24 03:50:03.050 INFO O| Feb 24 03:50:03.050 INFO ok!
102442026-02-24T03:50:05.175Z[ host-image] Feb 24 03:50:03.050 INFO O| Feb 24 03:50:03.050 INFO STEP 129 (ensure_file) COMPLETE
102452026-02-24T03:50:05.175Z[ host-image] Feb 24 03:50:03.051 INFO O| Feb 24 03:50:03.050 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-02-24T03:50:05.175Z[ host-image] Feb 24 03:50:03.059 INFO O| Feb 24 03:50:03.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
102472026-02-24T03:50:05.175Z[ host-image] Feb 24 03:50:03.059 INFO O| Feb 24 03:50:03.059 INFO copying /tmp/.tmpW6f5nY/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 ...
102482026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.059 INFO O| Feb 24 03:50:03.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102492026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.059 INFO O| Feb 24 03:50:03.059 INFO ok!
102502026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.059 INFO O| Feb 24 03:50:03.059 INFO STEP 130 (ensure_file) COMPLETE
102512026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.059 INFO O| Feb 24 03:50:03.059 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.070 INFO O| Feb 24 03:50:03.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102532026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.070 INFO O| Feb 24 03:50:03.070 INFO copying /tmp/.tmpW6f5nY/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 ...
102542026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.070 INFO O| Feb 24 03:50:03.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102552026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.070 INFO O| Feb 24 03:50:03.070 INFO ok!
102562026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.070 INFO O| Feb 24 03:50:03.070 INFO STEP 131 (ensure_file) COMPLETE
102572026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.070 INFO O| Feb 24 03:50:03.070 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.079 INFO O| Feb 24 03:50:03.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102592026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.079 INFO O| Feb 24 03:50:03.079 INFO copying /tmp/.tmpW6f5nY/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 ...
102602026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.079 INFO O| Feb 24 03:50:03.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102612026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.079 INFO O| Feb 24 03:50:03.079 INFO ok!
102622026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.079 INFO O| Feb 24 03:50:03.079 INFO STEP 132 (ensure_file) COMPLETE
102632026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.079 INFO O| Feb 24 03:50:03.079 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.089 INFO O| Feb 24 03:50:03.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102652026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.090 INFO O| Feb 24 03:50:03.089 INFO copying /tmp/.tmpW6f5nY/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 ...
102662026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.090 INFO O| Feb 24 03:50:03.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102672026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.090 INFO O| Feb 24 03:50:03.090 INFO ok!
102682026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.090 INFO O| Feb 24 03:50:03.090 INFO STEP 133 (ensure_file) COMPLETE
102692026-02-24T03:50:05.176Z[ host-image] Feb 24 03:50:03.090 INFO O| Feb 24 03:50:03.090 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.101 INFO O| Feb 24 03:50:03.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102712026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.101 INFO O| Feb 24 03:50:03.101 INFO copying /tmp/.tmpW6f5nY/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 ...
102722026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.101 INFO O| Feb 24 03:50:03.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102732026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.101 INFO O| Feb 24 03:50:03.101 INFO ok!
102742026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.101 INFO O| Feb 24 03:50:03.101 INFO STEP 134 (ensure_file) COMPLETE
102752026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.101 INFO O| Feb 24 03:50:03.101 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.112 INFO O| Feb 24 03:50:03.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102772026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.112 INFO O| Feb 24 03:50:03.112 INFO copying /tmp/.tmpW6f5nY/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 ...
102782026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.112 INFO O| Feb 24 03:50:03.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102792026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.112 INFO O| Feb 24 03:50:03.112 INFO ok!
102802026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.112 INFO O| Feb 24 03:50:03.112 INFO STEP 135 (ensure_file) COMPLETE
102812026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.112 INFO O| Feb 24 03:50:03.112 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.121 INFO O| Feb 24 03:50:03.121 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102832026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.121 INFO O| Feb 24 03:50:03.121 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102842026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.121 INFO O| Feb 24 03:50:03.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102852026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.121 INFO O| Feb 24 03:50:03.121 INFO ok!
102862026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.121 INFO O| Feb 24 03:50:03.121 INFO STEP 136 (ensure_file) COMPLETE
102872026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.121 INFO O| Feb 24 03:50:03.121 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-02-24T03:50:05.177Z[ host-image] Feb 24 03:50:03.129 INFO O| Feb 24 03:50:03.129 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102892026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.129 INFO O| Feb 24 03:50:03.129 INFO copying /tmp/.tmpW6f5nY/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 ...
102902026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.129 INFO O| Feb 24 03:50:03.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102912026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.129 INFO O| Feb 24 03:50:03.129 INFO ok!
102922026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.130 INFO O| Feb 24 03:50:03.129 INFO STEP 137 (ensure_file) COMPLETE
102932026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.130 INFO O| Feb 24 03:50:03.129 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.140 INFO O| Feb 24 03:50:03.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102952026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.140 INFO O| Feb 24 03:50:03.140 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102962026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.140 INFO O| Feb 24 03:50:03.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102972026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.140 INFO O| Feb 24 03:50:03.140 INFO ok!
102982026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.140 INFO O| Feb 24 03:50:03.140 INFO STEP 138 (ensure_file) COMPLETE
102992026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.140 INFO O| Feb 24 03:50:03.140 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.149 INFO O| Feb 24 03:50:03.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
103012026-02-24T03:50:05.178Z[ host-image] Feb 24 03:50:03.149 INFO O| Feb 24 03:50:03.149 INFO copying /tmp/.tmpW6f5nY/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
103022026-02-24T03:50:06.686Z[ recovery-image] Feb 24 03:50:04.675 INFO E| Compiling clap v4.5.37
103032026-02-24T03:50:08.557Z[ recovery-image] Feb 24 03:50:06.545 INFO E| Compiling serde v1.0.219
103042026-02-24T03:50:11.827Z[ host-image] Feb 24 03:50:09.816 INFO O| Feb 24 03:50:09.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
103052026-02-24T03:50:11.827Z[ host-image] Feb 24 03:50:09.816 INFO O| Feb 24 03:50:09.816 INFO ok!
103062026-02-24T03:50:11.832Z[ host-image] Feb 24 03:50:09.816 INFO O| Feb 24 03:50:09.816 INFO STEP 139 (ensure_file) COMPLETE
103072026-02-24T03:50:11.832Z[ host-image] Feb 24 03:50:09.816 INFO O| Feb 24 03:50:09.816 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-02-24T03:50:11.838Z[ host-image] Feb 24 03:50:09.827 INFO O| Feb 24 03:50:09.827 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
103092026-02-24T03:50:11.842Z[ host-image] Feb 24 03:50:09.827 INFO O| Feb 24 03:50:09.827 INFO STEP 140 (ensure_dir) COMPLETE
103102026-02-24T03:50:11.842Z[ host-image] Feb 24 03:50:09.827 INFO O| Feb 24 03:50:09.827 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-02-24T03:50:11.846Z[ host-image] Feb 24 03:50:09.835 INFO O| Feb 24 03:50:09.835 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
103122026-02-24T03:50:11.846Z[ host-image] Feb 24 03:50:09.835 INFO O| Feb 24 03:50:09.835 INFO STEP 141 (ensure_dir) COMPLETE
103132026-02-24T03:50:11.849Z[ host-image] Feb 24 03:50:09.835 INFO O| Feb 24 03:50:09.835 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-02-24T03:50:11.854Z[ host-image] Feb 24 03:50:09.843 INFO O| Feb 24 03:50:09.843 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
103152026-02-24T03:50:11.854Z[ host-image] Feb 24 03:50:09.843 INFO O| Feb 24 03:50:09.843 INFO STEP 142 (ensure_dir) COMPLETE
103162026-02-24T03:50:11.858Z[ host-image] Feb 24 03:50:09.843 INFO O| Feb 24 03:50:09.843 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-02-24T03:50:11.862Z[ host-image] Feb 24 03:50:09.851 INFO O| Feb 24 03:50:09.851 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
103182026-02-24T03:50:11.862Z[ host-image] Feb 24 03:50:09.851 INFO O| Feb 24 03:50:09.851 INFO STEP 143 (ensure_dir) COMPLETE
103192026-02-24T03:50:11.862Z[ host-image] Feb 24 03:50:09.851 INFO O| Feb 24 03:50:09.851 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-02-24T03:50:11.870Z[ host-image] Feb 24 03:50:09.859 INFO O| Feb 24 03:50:09.858 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
103212026-02-24T03:50:11.870Z[ host-image] Feb 24 03:50:09.859 INFO O| Feb 24 03:50:09.858 INFO copying /tmp/.tmpW6f5nY/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 ...
103222026-02-24T03:50:11.870Z[ host-image] Feb 24 03:50:09.859 INFO O| Feb 24 03:50:09.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
103232026-02-24T03:50:11.873Z[ host-image] Feb 24 03:50:09.859 INFO O| Feb 24 03:50:09.859 INFO ok!
103242026-02-24T03:50:11.873Z[ host-image] Feb 24 03:50:09.859 INFO O| Feb 24 03:50:09.859 INFO STEP 144 (ensure_file) COMPLETE
103252026-02-24T03:50:11.873Z[ host-image] Feb 24 03:50:09.859 INFO O| Feb 24 03:50:09.859 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-02-24T03:50:11.878Z[ host-image] Feb 24 03:50:09.866 INFO O| Feb 24 03:50:09.866 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
103272026-02-24T03:50:11.878Z[ host-image] Feb 24 03:50:09.867 INFO O| Feb 24 03:50:09.867 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
103282026-02-24T03:50:11.881Z[ host-image] Feb 24 03:50:09.867 INFO O| Feb 24 03:50:09.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
103292026-02-24T03:50:11.881Z[ host-image] Feb 24 03:50:09.867 INFO O| Feb 24 03:50:09.867 INFO STEP 145 (ensure_dir) COMPLETE
103302026-02-24T03:50:11.881Z[ host-image] Feb 24 03:50:09.867 INFO O| Feb 24 03:50:09.867 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-02-24T03:50:11.887Z[ host-image] Feb 24 03:50:09.876 INFO O| Feb 24 03:50:09.876 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
103322026-02-24T03:50:11.887Z[ host-image] Feb 24 03:50:09.876 INFO O| Feb 24 03:50:09.876 INFO copying /tmp/.tmpW6f5nY/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
103332026-02-24T03:50:11.892Z[ host-image] Feb 24 03:50:09.876 INFO O| Feb 24 03:50:09.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
103342026-02-24T03:50:11.892Z[ host-image] Feb 24 03:50:09.876 INFO O| Feb 24 03:50:09.876 INFO ok!
103352026-02-24T03:50:11.892Z[ host-image] Feb 24 03:50:09.876 INFO O| Feb 24 03:50:09.876 INFO STEP 146 (ensure_file) COMPLETE
103362026-02-24T03:50:11.892Z[ host-image] Feb 24 03:50:09.876 INFO O| Feb 24 03:50:09.876 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103372026-02-24T03:50:11.896Z[ host-image] Feb 24 03:50:09.884 INFO O| Feb 24 03:50:09.884 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
103382026-02-24T03:50:11.896Z[ host-image] Feb 24 03:50:09.884 INFO O| Feb 24 03:50:09.884 INFO STEP 147 (remove_files) COMPLETE
103392026-02-24T03:50:11.896Z[ host-image] Feb 24 03:50:09.884 INFO O| Feb 24 03:50:09.884 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103402026-02-24T03:50:11.903Z[ host-image] Feb 24 03:50:09.891 INFO O| Feb 24 03:50:09.891 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
103412026-02-24T03:50:11.906Z[ host-image] Feb 24 03:50:09.892 INFO O| Feb 24 03:50:09.892 INFO STEP 148 (remove_files) COMPLETE
103422026-02-24T03:50:11.906Z[ host-image] Feb 24 03:50:09.892 INFO O| Feb 24 03:50:09.892 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103432026-02-24T03:50:11.911Z[ host-image] Feb 24 03:50:09.899 INFO O| Feb 24 03:50:09.899 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103442026-02-24T03:50:11.914Z[ host-image] Feb 24 03:50:09.900 INFO O| Feb 24 03:50:09.900 INFO STEP 149 (remove_files) COMPLETE
103452026-02-24T03:50:11.914Z[ host-image] Feb 24 03:50:09.900 INFO O| Feb 24 03:50:09.900 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103462026-02-24T03:50:11.918Z[ host-image] Feb 24 03:50:09.907 INFO O| Feb 24 03:50:09.907 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103472026-02-24T03:50:11.922Z[ host-image] Feb 24 03:50:09.907 INFO O| Feb 24 03:50:09.907 INFO STEP 150 (remove_files) COMPLETE
103482026-02-24T03:50:11.922Z[ host-image] Feb 24 03:50:09.907 INFO O| Feb 24 03:50:09.907 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103492026-02-24T03:50:11.927Z[ host-image] Feb 24 03:50:09.915 INFO O| Feb 24 03:50:09.915 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103502026-02-24T03:50:11.932Z[ host-image] Feb 24 03:50:09.915 INFO O| Feb 24 03:50:09.915 INFO STEP 151 (remove_files) COMPLETE
103512026-02-24T03:50:11.932Z[ host-image] Feb 24 03:50:09.915 INFO O| Feb 24 03:50:09.915 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103522026-02-24T03:50:11.936Z[ host-image] Feb 24 03:50:09.923 INFO O| Feb 24 03:50:09.923 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103532026-02-24T03:50:11.936Z[ host-image] Feb 24 03:50:09.923 INFO O| Feb 24 03:50:09.923 INFO STEP 152 (remove_files) COMPLETE
103542026-02-24T03:50:11.936Z[ host-image] Feb 24 03:50:09.923 INFO O| Feb 24 03:50:09.923 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103552026-02-24T03:50:11.941Z[ host-image] Feb 24 03:50:09.930 INFO O| Feb 24 03:50:09.930 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103562026-02-24T03:50:11.942Z[ host-image] Feb 24 03:50:09.930 INFO O| Feb 24 03:50:09.930 INFO STEP 153 (remove_files) COMPLETE
103572026-02-24T03:50:11.945Z[ host-image] Feb 24 03:50:09.930 INFO O| Feb 24 03:50:09.930 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103582026-02-24T03:50:11.949Z[ host-image] Feb 24 03:50:09.938 INFO O| Feb 24 03:50:09.938 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103592026-02-24T03:50:11.952Z[ host-image] Feb 24 03:50:09.938 INFO O| Feb 24 03:50:09.938 INFO STEP 154 (remove_files) COMPLETE
103602026-02-24T03:50:11.953Z[ host-image] Feb 24 03:50:09.938 INFO O| Feb 24 03:50:09.938 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103612026-02-24T03:50:11.957Z[ host-image] Feb 24 03:50:09.946 INFO O| Feb 24 03:50:09.946 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103622026-02-24T03:50:11.957Z[ host-image] Feb 24 03:50:09.946 INFO O| Feb 24 03:50:09.946 INFO STEP 155 (remove_files) COMPLETE
103632026-02-24T03:50:11.960Z[ host-image] Feb 24 03:50:09.946 INFO O| Feb 24 03:50:09.946 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103642026-02-24T03:50:11.965Z[ host-image] Feb 24 03:50:09.954 INFO O| Feb 24 03:50:09.953 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103652026-02-24T03:50:11.965Z[ host-image] Feb 24 03:50:09.954 INFO O| Feb 24 03:50:09.954 INFO STEP 156 (remove_files) COMPLETE
103662026-02-24T03:50:11.968Z[ host-image] Feb 24 03:50:09.954 INFO O| Feb 24 03:50:09.954 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103672026-02-24T03:50:11.973Z[ host-image] Feb 24 03:50:09.962 INFO O| Feb 24 03:50:09.962 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103682026-02-24T03:50:11.973Z[ host-image] Feb 24 03:50:09.962 INFO O| Feb 24 03:50:09.962 INFO STEP 157 (remove_files) COMPLETE
103692026-02-24T03:50:11.978Z[ host-image] Feb 24 03:50:09.962 INFO O| Feb 24 03:50:09.962 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103702026-02-24T03:50:11.982Z[ host-image] Feb 24 03:50:09.971 INFO O| Feb 24 03:50:09.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103712026-02-24T03:50:11.982Z[ host-image] Feb 24 03:50:09.971 INFO O| Feb 24 03:50:09.971 INFO STEP 158 (remove_files) COMPLETE
103722026-02-24T03:50:11.983Z[ host-image] Feb 24 03:50:09.971 INFO O| Feb 24 03:50:09.971 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103732026-02-24T03:50:11.992Z[ host-image] Feb 24 03:50:09.981 INFO O| Feb 24 03:50:09.981 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103742026-02-24T03:50:11.992Z[ host-image] Feb 24 03:50:09.981 INFO O| Feb 24 03:50:09.981 INFO STEP 159 (remove_files) COMPLETE
103752026-02-24T03:50:11.995Z[ host-image] Feb 24 03:50:09.981 INFO O| Feb 24 03:50:09.981 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103762026-02-24T03:50:12.000Z[ host-image] Feb 24 03:50:09.989 INFO O| Feb 24 03:50:09.988 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103772026-02-24T03:50:12.000Z[ host-image] Feb 24 03:50:09.989 INFO O| Feb 24 03:50:09.989 INFO STEP 160 (remove_files) COMPLETE
103782026-02-24T03:50:12.005Z[ host-image] Feb 24 03:50:09.989 INFO O| Feb 24 03:50:09.989 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103792026-02-24T03:50:12.011Z[ host-image] Feb 24 03:50:09.999 INFO O| Feb 24 03:50:09.999 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103802026-02-24T03:50:12.011Z[ host-image] Feb 24 03:50:09.999 INFO O| Feb 24 03:50:09.999 INFO STEP 161 (remove_files) COMPLETE
103812026-02-24T03:50:12.014Z[ host-image] Feb 24 03:50:09.999 INFO O| Feb 24 03:50:09.999 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103822026-02-24T03:50:12.021Z[ host-image] Feb 24 03:50:10.010 INFO O| Feb 24 03:50:10.010 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103832026-02-24T03:50:12.021Z[ host-image] Feb 24 03:50:10.010 INFO O| Feb 24 03:50:10.010 INFO STEP 162 (remove_files) COMPLETE
103842026-02-24T03:50:12.025Z[ host-image] Feb 24 03:50:10.010 INFO O| Feb 24 03:50:10.010 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103852026-02-24T03:50:12.029Z[ host-image] Feb 24 03:50:10.017 INFO O| Feb 24 03:50:10.017 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103862026-02-24T03:50:12.032Z[ host-image] Feb 24 03:50:10.018 INFO O| Feb 24 03:50:10.017 INFO STEP 163 (remove_files) COMPLETE
103872026-02-24T03:50:12.032Z[ host-image] Feb 24 03:50:10.018 INFO O| Feb 24 03:50:10.018 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103882026-02-24T03:50:12.038Z[ host-image] Feb 24 03:50:10.027 INFO O| Feb 24 03:50:10.027 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103892026-02-24T03:50:12.038Z[ host-image] Feb 24 03:50:10.027 INFO O| Feb 24 03:50:10.027 INFO STEP 164 (remove_files) COMPLETE
103902026-02-24T03:50:12.042Z[ host-image] Feb 24 03:50:10.027 INFO O| Feb 24 03:50:10.027 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103912026-02-24T03:50:12.046Z[ host-image] Feb 24 03:50:10.035 INFO O| Feb 24 03:50:10.035 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103922026-02-24T03:50:12.050Z[ host-image] Feb 24 03:50:10.035 INFO O| Feb 24 03:50:10.035 INFO STEP 165 (remove_files) COMPLETE
103932026-02-24T03:50:12.050Z[ host-image] Feb 24 03:50:10.035 INFO O| Feb 24 03:50:10.035 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103942026-02-24T03:50:12.054Z[ host-image] Feb 24 03:50:10.043 INFO O| Feb 24 03:50:10.043 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103952026-02-24T03:50:12.057Z[ host-image] Feb 24 03:50:10.043 INFO O| Feb 24 03:50:10.043 INFO STEP 166 (remove_files) COMPLETE
103962026-02-24T03:50:12.057Z[ host-image] Feb 24 03:50:10.043 INFO O| Feb 24 03:50:10.043 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103972026-02-24T03:50:12.062Z[ host-image] Feb 24 03:50:10.050 INFO O| Feb 24 03:50:10.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103982026-02-24T03:50:12.062Z[ host-image] Feb 24 03:50:10.050 INFO O| Feb 24 03:50:10.050 INFO STEP 167 (remove_files) COMPLETE
103992026-02-24T03:50:12.065Z[ host-image] Feb 24 03:50:10.050 INFO O| Feb 24 03:50:10.050 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104002026-02-24T03:50:12.070Z[ host-image] Feb 24 03:50:10.058 INFO O| Feb 24 03:50:10.058 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
104012026-02-24T03:50:12.073Z[ host-image] Feb 24 03:50:10.058 INFO O| Feb 24 03:50:10.058 INFO STEP 168 (remove_files) COMPLETE
104022026-02-24T03:50:12.073Z[ host-image] Feb 24 03:50:10.058 INFO O| Feb 24 03:50:10.058 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104032026-02-24T03:50:12.079Z[ host-image] Feb 24 03:50:10.068 INFO O| Feb 24 03:50:10.068 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
104042026-02-24T03:50:12.079Z[ host-image] Feb 24 03:50:10.068 INFO O| Feb 24 03:50:10.068 INFO STEP 169 (remove_files) COMPLETE
104052026-02-24T03:50:12.079Z[ host-image] Feb 24 03:50:10.068 INFO O| Feb 24 03:50:10.068 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104062026-02-24T03:50:12.088Z[ host-image] Feb 24 03:50:10.076 INFO O| Feb 24 03:50:10.076 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
104072026-02-24T03:50:12.088Z[ host-image] Feb 24 03:50:10.076 INFO O| Feb 24 03:50:10.076 INFO STEP 170 (remove_files) COMPLETE
104082026-02-24T03:50:12.091Z[ host-image] Feb 24 03:50:10.076 INFO O| Feb 24 03:50:10.076 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104092026-02-24T03:50:12.095Z[ host-image] Feb 24 03:50:10.084 INFO O| Feb 24 03:50:10.083 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
104102026-02-24T03:50:12.095Z[ host-image] Feb 24 03:50:10.084 INFO O| Feb 24 03:50:10.084 INFO STEP 171 (remove_files) COMPLETE
104112026-02-24T03:50:12.095Z[ host-image] Feb 24 03:50:10.084 INFO O| Feb 24 03:50:10.084 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104122026-02-24T03:50:12.103Z[ host-image] Feb 24 03:50:10.091 INFO O| Feb 24 03:50:10.091 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
104132026-02-24T03:50:12.106Z[ host-image] Feb 24 03:50:10.091 INFO O| Feb 24 03:50:10.091 INFO STEP 172 (remove_files) COMPLETE
104142026-02-24T03:50:12.106Z[ host-image] Feb 24 03:50:10.091 INFO O| Feb 24 03:50:10.091 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104152026-02-24T03:50:12.110Z[ host-image] Feb 24 03:50:10.099 INFO O| Feb 24 03:50:10.099 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
104162026-02-24T03:50:12.110Z[ host-image] Feb 24 03:50:10.099 INFO O| Feb 24 03:50:10.099 INFO STEP 173 (remove_files) COMPLETE
104172026-02-24T03:50:12.114Z[ host-image] Feb 24 03:50:10.099 INFO O| Feb 24 03:50:10.099 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104182026-02-24T03:50:12.120Z[ host-image] Feb 24 03:50:10.109 INFO O| Feb 24 03:50:10.109 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
104192026-02-24T03:50:12.120Z[ host-image] Feb 24 03:50:10.109 INFO O| Feb 24 03:50:10.109 INFO STEP 174 (remove_files) COMPLETE
104202026-02-24T03:50:12.123Z[ host-image] Feb 24 03:50:10.109 INFO O| Feb 24 03:50:10.109 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104212026-02-24T03:50:12.128Z[ host-image] Feb 24 03:50:10.116 INFO O| Feb 24 03:50:10.116 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
104222026-02-24T03:50:12.128Z[ host-image] Feb 24 03:50:10.116 INFO O| Feb 24 03:50:10.116 INFO STEP 175 (remove_files) COMPLETE
104232026-02-24T03:50:12.128Z[ host-image] Feb 24 03:50:10.116 INFO O| Feb 24 03:50:10.116 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104242026-02-24T03:50:12.139Z[ host-image] Feb 24 03:50:10.128 INFO O| Feb 24 03:50:10.128 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
104252026-02-24T03:50:12.139Z[ host-image] Feb 24 03:50:10.128 INFO O| Feb 24 03:50:10.128 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
104262026-02-24T03:50:13.133Z[ recovery-image] Feb 24 03:50:11.121 INFO E| Compiling serde_spanned v0.6.8
104272026-02-24T03:50:13.133Z[ recovery-image] Feb 24 03:50:11.121 INFO E| Compiling toml_datetime v0.6.9
104282026-02-24T03:50:13.379Z[ recovery-image] Feb 24 03:50:11.366 INFO E| Compiling toml_edit v0.22.26
104292026-02-24T03:50:15.486Z[ recovery-image] Feb 24 03:50:13.474 INFO E| Compiling toml v0.8.22
104302026-02-24T03:50:18.759Z[ recovery-image] Feb 24 03:50:16.746 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.42s
104312026-02-24T03:50:18.775Z[ recovery-image] Feb 24 03:50:16.762 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`
104322026-02-24T03:50:18.786Z[ recovery-image] Feb 24 03:50:16.773 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
104332026-02-24T03:50:19.081Z[ recovery-image] Feb 24 03:50:17.069 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
104342026-02-24T03:50:19.088Z[ recovery-image] Feb 24 03:50:17.075 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`
104352026-02-24T03:50:19.596Z[ recovery-image] Feb 24 03:50:17.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
104362026-02-24T03:50:19.596Z[ recovery-image] Feb 24 03:50:17.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
104372026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
104382026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
104392026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104402026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104412026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104422026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
104432026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
104442026-02-24T03:50:19.603Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
104452026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
104462026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104472026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104482026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104492026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104502026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104512026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
104522026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104532026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
104542026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
104552026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104562026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104572026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
104582026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104592026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
104602026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
104612026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
104622026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104632026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
104642026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104652026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
104662026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
104672026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
104682026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104692026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
104702026-02-24T03:50:19.604Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
104712026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
104722026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
104732026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
104742026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
104752026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
104762026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
104772026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
104782026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
104792026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
104802026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104812026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
104822026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
104832026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
104842026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
104852026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
104862026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
104872026-02-24T03:50:19.605Z[ recovery-image] Feb 24 03:50:17.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
104882026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.587 INFO O| Info: ABL version: 0x1007f011
104892026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.587 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
104902026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.587 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
104912026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
104922026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104932026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104942026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104952026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104962026-02-24T03:50:19.609Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104972026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104982026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104992026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105002026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105012026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105022026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105032026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105042026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105052026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105062026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105072026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105082026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105092026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105102026-02-24T03:50:19.610Z[ recovery-image] Feb 24 03:50:17.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105112026-02-24T03:50:19.655Z[ recovery-image] Feb 24 03:50:17.642 INFO building ROM for gimlet
105122026-02-24T03:50:19.655Z[ recovery-image] Feb 24 03:50:17.642 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")
105132026-02-24T03:50:19.811Z[ recovery-image] Feb 24 03:50:17.797 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105142026-02-24T03:50:19.814Z[ recovery-image] Feb 24 03:50:17.800 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`
105152026-02-24T03:50:19.822Z[ recovery-image] Feb 24 03:50:17.810 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105162026-02-24T03:50:19.924Z[ recovery-image] Feb 24 03:50:17.911 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105172026-02-24T03:50:19.928Z[ recovery-image] Feb 24 03:50:17.915 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`
105182026-02-24T03:50:20.118Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105192026-02-24T03:50:20.118Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105202026-02-24T03:50:20.122Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105212026-02-24T03:50:20.122Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105222026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105232026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105242026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105252026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105262026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105272026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105282026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105292026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105302026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.105 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105312026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105322026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105332026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO O| Info: ABL version: 0x100f5010
105342026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105352026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105362026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105372026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105382026-02-24T03:50:20.123Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105392026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105402026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105412026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105422026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105432026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105442026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105452026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105462026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105472026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105482026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105492026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105502026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105512026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105522026-02-24T03:50:20.124Z[ recovery-image] Feb 24 03:50:18.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105532026-02-24T03:50:20.165Z[ recovery-image] Feb 24 03:50:18.150 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105542026-02-24T03:50:20.175Z[ recovery-image] Feb 24 03:50:18.150 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
105552026-02-24T03:50:20.175Z[ recovery-image] Feb 24 03:50:18.150 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105562026-02-24T03:50:22.245Z[ host-image] Feb 24 03:50:20.231 INFO O| Feb 24 03:50:20.231 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
105572026-02-24T03:50:22.245Z[ host-image] Feb 24 03:50:20.231 INFO O| Feb 24 03:50:20.231 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105582026-02-24T03:50:22.261Z[ host-image] Feb 24 03:50:20.247 INFO O| Feb 24 03:50:20.247 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105592026-02-24T03:50:22.407Z[ host-image] Feb 24 03:50:20.391 INFO O| Feb 24 03:50:20.391 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
105602026-02-24T03:50:22.482Z[ host-image] Feb 24 03:50:20.468 INFO O| Feb 24 03:50:20.468 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
105612026-02-24T03:50:22.572Z[ host-image] Feb 24 03:50:20.558 INFO O| Feb 24 03:50:20.558 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105622026-02-24T03:50:22.576Z[ host-image] Feb 24 03:50:20.558 INFO O| Feb 24 03:50:20.558 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105632026-02-24T03:50:22.576Z[ host-image] Feb 24 03:50:20.561 INFO O| Feb 24 03:50:20.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105642026-02-24T03:50:22.576Z[ host-image] Feb 24 03:50:20.561 INFO O| Feb 24 03:50:20.561 INFO ok!
105652026-02-24T03:50:22.576Z[ host-image] Feb 24 03:50:20.561 INFO O| Feb 24 03:50:20.561 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105662026-02-24T03:50:22.576Z[ host-image] Feb 24 03:50:20.561 INFO O| Feb 24 03:50:20.561 INFO STEP 176 (seed_smf) COMPLETE
105672026-02-24T03:50:22.576Z[ host-image] Feb 24 03:50:20.561 INFO O| Feb 24 03:50:20.561 INFO steps complete; finalising image!
105682026-02-24T03:50:22.576Z[ host-image] Feb 24 03:50:20.561 INFO O| Feb 24 03:50:20.561 INFO TRIM POOL: TEMPORARY-sled-zfs
105692026-02-24T03:50:22.726Z[ host-image] Feb 24 03:50:20.712 INFO O| Feb 24 03:50:20.711 INFO trim TEMPORARY-sled-zfs: (5% trimmed, started at Tue Feb 24 03:50:20 2026)
105702026-02-24T03:50:22.940Z[ host-image] Feb 24 03:50:20.927 INFO O| Feb 24 03:50:20.927 INFO temporary pool has 808M used, 88.4M avail, 1.80x compressratio
105712026-02-24T03:50:22.940Z[ host-image] Feb 24 03:50:20.927 INFO O| Feb 24 03:50:20.927 INFO EXPORT POOL: TEMPORARY-sled-zfs
105722026-02-24T03:50:23.186Z[ host-image] Feb 24 03:50:21.172 INFO O| Feb 24 03:50:21.172 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105732026-02-24T03:50:23.186Z[ host-image] Feb 24 03:50:21.172 INFO O| Feb 24 03:50:21.172 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105742026-02-24T03:50:23.422Z[ recovery-image] Feb 24 03:50:21.409 INFO image complete! materials are in "/work/os-recovery"
105752026-02-24T03:50:23.428Z[ recovery-image]
105762026-02-24T03:50:23.428Z[ recovery-image] real 33:10.036055631
105772026-02-24T03:50:23.432Z[ recovery-image] user 25:09.953497620
105782026-02-24T03:50:23.433Z[ recovery-image] sys 1:37.932096948
105792026-02-24T03:50:23.433Z[ recovery-image] trap 1.297949393
105802026-02-24T03:50:23.433Z[ recovery-image] tflt 1.394913184
105812026-02-24T03:50:23.433Z[ recovery-image] dflt 3.367799194
105822026-02-24T03:50:23.433Z[ recovery-image] kflt 0.022811070
105832026-02-24T03:50:23.433Z[ recovery-image] lock 51:51.986455695
105842026-02-24T03:50:23.433Z[ recovery-image] slp 3:16:57.730153038
105852026-02-24T03:50:23.433Z[ recovery-image] lat 7:33.364991050
105862026-02-24T03:50:23.433Z[ recovery-image] stop 9.092217319
105872026-02-24T03:50:23.433ZFeb 24 03:50:21.415 INFO [recovery-image] process exited with exit status: 0 (1990.043175251s)
105882026-02-24T03:50:24.170Z[ host-image] Feb 24 03:50:22.156 INFO O| Feb 24 03:50:22.156 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105892026-02-24T03:50:24.170Z[ host-image] Feb 24 03:50:22.156 INFO O| Feb 24 03:50:22.156 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105902026-02-24T03:50:24.174Z[ host-image] Feb 24 03:50:22.156 INFO O| Feb 24 03:50:22.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105912026-02-24T03:50:24.174Z[ host-image] Feb 24 03:50:22.156 INFO O| Feb 24 03:50:22.156 INFO completed processing sled/zfs
105922026-02-24T03:50:24.174Z[ host-image] Feb 24 03:50:22.156 INFO O| Feb 24 03:50:22.156 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105932026-02-24T03:50:34.471Z[ host-image] Feb 24 03:50:32.454 INFO O| Feb 24 03:50:32.453 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105942026-02-24T03:50:34.614Z[ host-image] Feb 24 03:50:32.598 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
105952026-02-24T03:50:34.614Z[ host-image] Feb 24 03:50:32.598 INFO expanded image name: "ci 726b27d/${os_short_commit} 2026-02-24 02:46" -> "ci 726b27d/3e08689 2026-02-24 02:46"
105962026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.599 INFO output artefacts stored in: "/work/os-host"
105972026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.599 INFO collecting git info from project "chelsio-t6-roms"...
105982026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.605 INFO collecting git info from project "bootserver"...
105992026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.610 INFO collecting git info from project "dmar-report"...
106002026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.615 INFO collecting git info from project "amd-firmware"...
106012026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.625 INFO collecting git info from project "image-builder"...
106022026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.630 INFO collecting git info from project "pinprick"...
106032026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.634 INFO collecting git info from project "pilot"...
106042026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.639 INFO collecting git info from project "phbl"...
106052026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.643 INFO collecting git info from project "amd-host-image-builder"...
106062026-02-24T03:50:34.685Z[ host-image] Feb 24 03:50:32.648 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106072026-02-24T03:50:35.041Z[ host-image] Feb 24 03:50:33.025 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106082026-02-24T03:50:35.391Z[ host-image] Feb 24 03:50:33.375 INFO creating Oxide boot image...
106092026-02-24T03:50:35.391Z[ host-image] Feb 24 03:50:33.375 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 726b27d/3e08689 2026-02-24 02:46", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106102026-02-24T03:50:36.493Z[ host-image] Feb 24 03:50:34.477 INFO O| ok, image written!
106112026-02-24T03:50:36.493Z[ host-image] Feb 24 03:50:34.477 INFO O| ok, boot_image_csum file written!
106122026-02-24T03:50:36.498Z[ host-image] Feb 24 03:50:34.480 INFO creating boot archive (CPIO)...
106132026-02-24T03:50:36.498Z[ host-image] Feb 24 03:50:34.480 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
106142026-02-24T03:50:36.501Z[ host-image] Feb 24 03:50:34.484 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106152026-02-24T03:50:36.501Z[ host-image] Feb 24 03:50:34.485 INFO E| + outfile=/work/os-host/cpio
106162026-02-24T03:50:36.502Z[ host-image] Feb 24 03:50:34.485 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106172026-02-24T03:50:36.504Z[ host-image] Feb 24 03:50:34.487 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106182026-02-24T03:50:36.504Z[ host-image] Feb 24 03:50:34.487 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106192026-02-24T03:50:36.536Z[ host-image] Feb 24 03:50:34.520 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106202026-02-24T03:50:36.536Z[ host-image] Feb 24 03:50:34.520 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106212026-02-24T03:50:36.543Z[ host-image] Feb 24 03:50:34.527 INFO creating compressed cpio/unix for dev loaders...
106222026-02-24T03:50:36.543Z[ host-image] Feb 24 03:50:34.527 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
106232026-02-24T03:50:36.849Z[ host-image] Feb 24 03:50:34.832 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106242026-02-24T03:50:41.215Z[ host-image] Feb 24 03:50:39.199 INFO creating reset image...
106252026-02-24T03:50:41.216Z[ host-image] Feb 24 03:50:39.199 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106262026-02-24T03:50:41.266Z[ host-image] Feb 24 03:50:39.249 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')"
106272026-02-24T03:50:41.266Z[ host-image] Feb 24 03:50:39.249 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")
106282026-02-24T03:50:41.365Z[ host-image] Feb 24 03:50:39.348 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
106292026-02-24T03:50:41.367Z[ host-image] Feb 24 03:50:39.349 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106302026-02-24T03:50:41.665Z[ host-image] Feb 24 03:50:39.648 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)
106312026-02-24T03:50:41.665Z[ host-image] Feb 24 03:50:39.648 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)
106322026-02-24T03:50:41.668Z[ host-image] Feb 24 03:50:39.648 INFO E| Compiling proc-macro2 v1.0.106
106332026-02-24T03:50:41.668Z[ host-image] Feb 24 03:50:39.648 INFO E| Compiling unicode-ident v1.0.23
106342026-02-24T03:50:41.668Z[ host-image] Feb 24 03:50:39.648 INFO E| Compiling quote v1.0.44
106352026-02-24T03:50:41.668Z[ host-image] Feb 24 03:50:39.648 INFO E| Compiling syn v1.0.109
106362026-02-24T03:50:41.668Z[ host-image] Feb 24 03:50:39.648 INFO E| Compiling x86 v0.52.0
106372026-02-24T03:50:41.668Z[ host-image] Feb 24 03:50:39.648 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106382026-02-24T03:50:41.905Z[ host-image] Feb 24 03:50:39.888 INFO E| Compiling seq-macro v0.3.6
106392026-02-24T03:50:43.301Z[ host-image] Feb 24 03:50:41.283 INFO E| Compiling syn v2.0.114
106402026-02-24T03:50:45.923Z[ host-image] Feb 24 03:50:43.905 INFO E| Compiling scroll_derive v0.13.1
106412026-02-24T03:50:48.200Z[ host-image] Feb 24 03:50:46.182 INFO E| Compiling bitstruct_derive v0.1.0
106422026-02-24T03:51:04.440Z[ host-image] Feb 24 03:51:02.418 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)
106432026-02-24T03:51:08.336Z[ host-image] Feb 24 03:51:06.310 INFO E| Compiling bitflags v1.3.2
106442026-02-24T03:51:08.336Z[ host-image] Feb 24 03:51:06.310 INFO E| Compiling bitflags v2.10.0
106452026-02-24T03:51:08.346Z[ host-image] Feb 24 03:51:06.310 INFO E| Compiling scroll v0.13.0
106462026-02-24T03:51:08.346Z[ host-image] Feb 24 03:51:06.310 INFO E| Compiling log v0.4.29
106472026-02-24T03:51:08.346Z[ host-image] Feb 24 03:51:06.310 INFO E| Compiling adler2 v2.0.1
106482026-02-24T03:51:08.346Z[ host-image] Feb 24 03:51:06.310 INFO E| Compiling bit_field v0.10.3
106492026-02-24T03:51:08.346Z[ host-image] Feb 24 03:51:06.310 INFO E| Compiling plain v0.2.3
106502026-02-24T03:51:08.436Z[ host-image] Feb 24 03:51:06.412 INFO E| Compiling raw-cpuid v10.7.0
106512026-02-24T03:51:08.526Z[ host-image] Feb 24 03:51:06.504 INFO E| Compiling miniz_oxide v0.9.0
106522026-02-24T03:51:08.626Z[ host-image] Feb 24 03:51:06.603 INFO E| Compiling cpio_reader v0.1.2
106532026-02-24T03:51:08.673Z[ host-image] Feb 24 03:51:06.648 INFO E| Compiling bitstruct v0.1.1
106542026-02-24T03:51:08.756Z[ host-image] Feb 24 03:51:06.733 INFO E| Compiling static_assertions v1.1.0
106552026-02-24T03:51:08.878Z[ host-image] Feb 24 03:51:06.855 INFO E| Compiling goblin v0.10.4
106562026-02-24T03:51:14.144Z[ host-image] Feb 24 03:51:12.119 INFO E| Finished `release` profile [optimized] target(s) in 32.75s
106572026-02-24T03:51:14.156Z[ host-image] Feb 24 03:51:12.133 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106582026-02-24T03:51:14.252Z[ host-image] Feb 24 03:51:12.194 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')"
106592026-02-24T03:51:14.252Z[ host-image] Feb 24 03:51:12.194 INFO building ROM for gimlet
106602026-02-24T03:51:14.271Z[ host-image] Feb 24 03:51:12.194 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")
106612026-02-24T03:51:14.360Z[ host-image] Feb 24 03:51:12.335 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106622026-02-24T03:51:14.364Z[ host-image] Feb 24 03:51:12.338 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`
106632026-02-24T03:51:14.372Z[ host-image] Feb 24 03:51:12.348 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106642026-02-24T03:51:14.459Z[ host-image] Feb 24 03:51:12.435 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106652026-02-24T03:51:14.467Z[ host-image] Feb 24 03:51:12.438 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`
106662026-02-24T03:51:14.649Z[ host-image] Feb 24 03:51:12.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106672026-02-24T03:51:14.649Z[ host-image] Feb 24 03:51:12.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106682026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106692026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106702026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106712026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106722026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106732026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106742026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106752026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106762026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106772026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106782026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106792026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106802026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106812026-02-24T03:51:14.656Z[ host-image] Feb 24 03:51:12.626 INFO O| Info: ABL version: 0x100f5010
106822026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.626 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106832026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106842026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106852026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106862026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106872026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106882026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106892026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106902026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106912026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106922026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106932026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106942026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106952026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106962026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106972026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106982026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106992026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107002026-02-24T03:51:14.657Z[ host-image] Feb 24 03:51:12.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107012026-02-24T03:51:14.690Z[ host-image] Feb 24 03:51:12.665 INFO building ROM for cosmo
107022026-02-24T03:51:14.693Z[ host-image] Feb 24 03:51:12.666 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")
107032026-02-24T03:51:14.824Z[ host-image] Feb 24 03:51:12.800 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107042026-02-24T03:51:14.832Z[ host-image] Feb 24 03:51:12.803 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`
107052026-02-24T03:51:14.837Z[ host-image] Feb 24 03:51:12.813 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
107062026-02-24T03:51:14.927Z[ host-image] Feb 24 03:51:12.900 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
107072026-02-24T03:51:14.957Z[ host-image] Feb 24 03:51:12.904 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`
107082026-02-24T03:51:15.267Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
107092026-02-24T03:51:15.267Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
107102026-02-24T03:51:15.267Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
107112026-02-24T03:51:15.267Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
107122026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
107132026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107142026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107152026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
107162026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
107172026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107182026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107192026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107202026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107212026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107222026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107232026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.244 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107242026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107252026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107262026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107272026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107282026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107292026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107302026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107312026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107322026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107332026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107342026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107352026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107362026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.245 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107372026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107382026-02-24T03:51:15.272Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107392026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107402026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107412026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107422026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107432026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107442026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107452026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107462026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107472026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107482026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107492026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107502026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107512026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107522026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107532026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107542026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107552026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107562026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107572026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107582026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107592026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107602026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107612026-02-24T03:51:15.273Z[ host-image] Feb 24 03:51:13.247 INFO O| Info: ABL version: 0x1007f011
107622026-02-24T03:51:15.274Z[ host-image] Feb 24 03:51:13.247 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107632026-02-24T03:51:15.274Z[ host-image] Feb 24 03:51:13.247 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107642026-02-24T03:51:15.274Z[ host-image] Feb 24 03:51:13.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107652026-02-24T03:51:15.278Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107662026-02-24T03:51:15.278Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107672026-02-24T03:51:15.278Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107682026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107692026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107702026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107712026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107722026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107732026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107742026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107752026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107762026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107772026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107782026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107792026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107802026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107812026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107822026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107832026-02-24T03:51:15.279Z[ host-image] Feb 24 03:51:13.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107842026-02-24T03:51:15.312Z[ host-image] Feb 24 03:51:13.288 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107852026-02-24T03:51:15.312Z[ host-image] Feb 24 03:51:13.288 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107862026-02-24T03:51:15.317Z[ host-image] Feb 24 03:51:13.288 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107872026-02-24T03:51:37.460Z[ host-image] Feb 24 03:51:35.432 INFO image complete! materials are in "/work/os-host"
107882026-02-24T03:51:37.465Z[ host-image]
107892026-02-24T03:51:37.465Z[ host-image] real 35:12.122830238
107902026-02-24T03:51:37.465Z[ host-image] user 25:29.144832331
107912026-02-24T03:51:37.465Z[ host-image] sys 1:34.820660729
107922026-02-24T03:51:37.465Z[ host-image] trap 1.139740673
107932026-02-24T03:51:37.465Z[ host-image] tflt 0.220491924
107942026-02-24T03:51:37.465Z[ host-image] dflt 0.661830611
107952026-02-24T03:51:37.465Z[ host-image] kflt 0.152935666
107962026-02-24T03:51:37.465Z[ host-image] lock 35:57.620767300
107972026-02-24T03:51:37.465Z[ host-image] slp 3:26:36.243990631
107982026-02-24T03:51:37.465Z[ host-image] lat 6:44.083539855
107992026-02-24T03:51:37.465Z[ host-image] stop 2.832080583
108002026-02-24T03:51:37.469ZFeb 24 03:51:35.436 INFO [host-image] process exited with exit status: 0 (2112.128601602s)
108012026-02-24T03:51:37.469ZFeb 24 03:51:35.436 INFO [tuf-repo] running task
108022026-02-24T03:52:03.860ZFeb 24 03:52:01.824 INFO assembling repository in `/tmp/tufaceousxiC1Nf`, component: OmicronRepoAssembler
108032026-02-24T03:52:11.511ZFeb 24 03:52:09.477 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108042026-02-24T03:52:11.819ZFeb 24 03:52:09.785 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108052026-02-24T03:52:31.104ZFeb 24 03:52:29.066 INFO extracting uploaded archive to /tmp/.tmpJbykVd
108062026-02-24T03:52:34.353ZFeb 24 03:52:32.314 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.dNvZYt
108072026-02-24T03:52:34.438ZFeb 24 03:52:32.399 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108082026-02-24T03:52:34.581ZFeb 24 03:52:32.542 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108092026-02-24T03:52:34.715ZFeb 24 03:52:32.676 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108102026-02-24T03:52:34.842ZFeb 24 03:52:32.804 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108112026-02-24T03:52:34.969ZFeb 24 03:52:32.931 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108122026-02-24T03:52:35.097ZFeb 24 03:52:33.058 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108132026-02-24T03:52:35.223ZFeb 24 03:52:33.184 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108142026-02-24T03:52:35.367ZFeb 24 03:52:33.327 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108152026-02-24T03:52:35.367ZFeb 24 03:52:33.327 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108162026-02-24T03:52:35.447ZFeb 24 03:52:33.408 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108172026-02-24T03:52:35.447ZFeb 24 03:52:33.408 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108182026-02-24T03:52:35.530ZFeb 24 03:52:33.491 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108192026-02-24T03:52:35.530ZFeb 24 03:52:33.492 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108202026-02-24T03:52:35.612ZFeb 24 03:52:33.574 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108212026-02-24T03:52:35.612ZFeb 24 03:52:33.574 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108222026-02-24T03:52:35.696ZFeb 24 03:52:33.657 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108232026-02-24T03:52:35.696ZFeb 24 03:52:33.657 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108242026-02-24T03:52:35.777ZFeb 24 03:52:33.738 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108252026-02-24T03:52:35.783ZFeb 24 03:52:33.738 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108262026-02-24T03:52:35.859ZFeb 24 03:52:33.818 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108272026-02-24T03:52:35.860ZFeb 24 03:52:33.818 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108282026-02-24T03:52:35.865ZFeb 24 03:52:33.819 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108292026-02-24T03:52:35.865ZFeb 24 03:52:33.820 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108302026-02-24T03:52:35.865ZFeb 24 03:52:33.821 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108312026-02-24T03:52:35.865ZFeb 24 03:52:33.822 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108322026-02-24T03:52:35.865ZFeb 24 03:52:33.823 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108332026-02-24T03:52:47.076ZFeb 24 03:52:42.579 INFO added artifact, length: 33554432, hash: 5160dec334c16cb9b7cb06c815e34e73131ae4f6465e71c9aecdc7a9c167f71b, version: 19.0.0-0.ci+git726b27d712b, kind: gimlet_host_phase_1, name: host
108342026-02-24T03:52:47.076ZFeb 24 03:52:42.579 INFO added artifact, length: 33554432, hash: 2feb9c5fc71cdaf3ea8efa4807ef2144bb7cb645f80da2516abb3bc35c00618d, version: 19.0.0-0.ci+git726b27d712b, kind: cosmo_host_phase_1, name: host
108352026-02-24T03:52:47.077ZFeb 24 03:52:42.579 INFO added artifact, length: 1101008896, hash: 88604d9b30f5e292e817402aad6fcc4b9ad642e1864ea9557375763c70d2aac7, version: 19.0.0-0.ci+git726b27d712b, kind: host_phase_2, name: host
108362026-02-24T03:52:47.077ZFeb 24 03:52:44.122 INFO added artifact, length: 33554432, hash: 7e9da8284abf226a0e6ab72bb30cafa51a22303dacc38ad1fbe7a9ff2039a507, version: 19.0.0-0.ci+git726b27d712b, kind: gimlet_trampoline_phase_1, name: trampoline
108372026-02-24T03:52:47.077ZFeb 24 03:52:44.122 INFO added artifact, length: 33554432, hash: cc5abd7625061c3c566853ccb68d0b49259dd3a3a88b1342937053aee1ed7838, version: 19.0.0-0.ci+git726b27d712b, kind: cosmo_trampoline_phase_1, name: trampoline
108382026-02-24T03:52:47.077ZFeb 24 03:52:44.122 INFO added artifact, length: 147521997, hash: b56811403ca9489b2319fb8153e16f2c06c8a00067caa0bc5a168c0d063383af, version: 19.0.0-0.ci+git726b27d712b, kind: trampoline_phase_2, name: trampoline
108392026-02-24T03:52:49.194ZFeb 24 03:52:47.154 INFO added artifact, length: 309817526, hash: 72e383489a61e720a3b897d7dc08b4702e1758048ef83ad7bdbfc0bde2409fc1, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: clickhouse_keeper
108402026-02-24T03:52:52.876ZFeb 24 03:52:50.835 INFO added artifact, length: 327255452, hash: d27bf1cbcb80a5f7938311f57300c883dab0aa5d05c6dec56927c212c0552511, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: clickhouse_server
108412026-02-24T03:52:56.056ZFeb 24 03:52:54.014 INFO added artifact, length: 327256060, hash: 7c30e54c7a653bfbdc3dacf132d403486e299239d451a6022a0b47a61e3f25cc, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: clickhouse
108422026-02-24T03:52:57.710ZFeb 24 03:52:55.668 INFO added artifact, length: 169119949, hash: f5b41ebf9abf7eac3c9e0957417279f004bbde69abfe217e2e2cc4d6f36595b5, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: cockroachdb
108432026-02-24T03:52:58.124ZFeb 24 03:52:56.081 INFO added artifact, length: 42553510, hash: eead95d083dfaa5f87ca2876f59c8d248eebde135209b5c713d93e9465aa665c, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: crucible-pantry-zone
108442026-02-24T03:52:58.684ZFeb 24 03:52:56.642 INFO added artifact, length: 57030873, hash: a14aaedd9b6b1de5b1b4abbc5c9b0f3b21861da9274d50aa29d74667a7d088b7, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: crucible-zone
108452026-02-24T03:52:59.164ZFeb 24 03:52:57.122 INFO added artifact, length: 49195027, hash: 835cde62980ab1f8f18f88dde92b1336e43ed8ca2670424597e221345223ce7b, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: external-dns
108462026-02-24T03:52:59.649ZFeb 24 03:52:57.606 INFO added artifact, length: 49194626, hash: d0a15645188680cbaefea0cf09ef467a688aaeab6c2fe9484a7e2779517498d5, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: internal-dns
108472026-02-24T03:53:01.773ZFeb 24 03:52:59.730 INFO added artifact, length: 216390238, hash: ed5308e4ef7f692d402c7d6c451c607284b9909d65092bd0dedd483037297a59, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: nexus
108482026-02-24T03:53:02.062ZFeb 24 03:53:00.018 INFO added artifact, length: 29601441, hash: 28c1b6c8733f54b9730d2d0824af80fe949c61397b04172e890aa16383f6acf3, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: ntp
108492026-02-24T03:53:02.710ZFeb 24 03:53:00.666 INFO added artifact, length: 66071337, hash: c4414cddc83cbbd5e4fa54c6fbe6fd4bf8b78434d89047810e46c5cd04b2782c, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: oximeter
108502026-02-24T03:53:02.741ZFeb 24 03:53:00.698 INFO added artifact, length: 3109590, hash: d0395a781603940596ac98742a0f49a3ca3eae5729534797027aa7276aabc9a4, version: 19.0.0-0.ci+git726b27d712b, kind: zone, name: probe
108512026-02-24T03:53:02.744ZFeb 24 03:53:00.698 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108522026-02-24T03:53:02.744ZFeb 24 03:53:00.699 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108532026-02-24T03:53:02.744ZFeb 24 03:53:00.699 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108542026-02-24T03:53:02.791ZFeb 24 03:53:00.747 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108552026-02-24T03:53:02.839ZFeb 24 03:53:00.796 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108562026-02-24T03:53:02.920ZFeb 24 03:53:00.877 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108572026-02-24T03:53:02.920ZFeb 24 03:53:00.877 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108582026-02-24T03:53:03.005ZFeb 24 03:53:00.961 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108592026-02-24T03:53:03.005ZFeb 24 03:53:00.961 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108602026-02-24T03:53:03.090ZFeb 24 03:53:01.046 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108612026-02-24T03:53:03.090ZFeb 24 03:53:01.046 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108622026-02-24T03:53:03.170ZFeb 24 03:53:01.127 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108632026-02-24T03:53:03.170ZFeb 24 03:53:01.127 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108642026-02-24T03:53:03.174ZFeb 24 03:53:01.128 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108652026-02-24T03:53:03.174ZFeb 24 03:53:01.129 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108662026-02-24T03:53:03.174ZFeb 24 03:53:01.130 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108672026-02-24T03:53:03.251ZFeb 24 03:53:01.208 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108682026-02-24T03:53:03.403ZFeb 24 03:53:01.359 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108692026-02-24T03:53:03.556ZFeb 24 03:53:01.512 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108702026-02-24T03:53:03.710ZFeb 24 03:53:01.667 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108712026-02-24T03:53:03.710ZFeb 24 03:53:01.667 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108722026-02-24T03:53:03.794ZFeb 24 03:53:01.750 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108732026-02-24T03:53:03.794ZFeb 24 03:53:01.750 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108742026-02-24T03:53:03.878ZFeb 24 03:53:01.834 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108752026-02-24T03:53:03.878ZFeb 24 03:53:01.834 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108762026-02-24T03:53:03.957ZFeb 24 03:53:01.914 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108772026-02-24T03:53:03.957ZFeb 24 03:53:01.914 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108782026-02-24T03:53:03.960ZFeb 24 03:53:01.915 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108792026-02-24T03:53:03.960ZFeb 24 03:53:01.916 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108802026-02-24T03:53:03.960ZFeb 24 03:53:01.917 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108812026-02-24T03:53:03.964ZFeb 24 03:53:01.917 INFO added artifact, length: 924, hash: 9b1e169835aebe5a6b41711a27baa80043a8bdab750292bf32c7a01c5429767d, version: 19.0.0-0.ci+git726b27d712b, kind: installinator_document, name: installinator_document
108822026-02-24T03:53:04.522ZFeb 24 03:53:02.478 INFO extracting uploaded archive to /tmp/.tmpYinJiY
108832026-02-24T03:53:07.614ZFeb 24 03:53:05.569 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.F0QimK
108842026-02-24T03:53:07.686ZFeb 24 03:53:05.642 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108852026-02-24T03:53:07.826ZFeb 24 03:53:05.782 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108862026-02-24T03:53:07.958ZFeb 24 03:53:05.914 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108872026-02-24T03:53:08.084ZFeb 24 03:53:06.040 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108882026-02-24T03:53:08.211ZFeb 24 03:53:06.167 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108892026-02-24T03:53:08.336ZFeb 24 03:53:06.291 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108902026-02-24T03:53:08.459ZFeb 24 03:53:06.415 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108912026-02-24T03:53:08.603ZFeb 24 03:53:06.558 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108922026-02-24T03:53:08.603ZFeb 24 03:53:06.558 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108932026-02-24T03:53:08.683ZFeb 24 03:53:06.639 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108942026-02-24T03:53:08.683ZFeb 24 03:53:06.639 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108952026-02-24T03:53:08.766ZFeb 24 03:53:06.722 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108962026-02-24T03:53:08.766ZFeb 24 03:53:06.722 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108972026-02-24T03:53:08.848ZFeb 24 03:53:06.804 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108982026-02-24T03:53:08.848ZFeb 24 03:53:06.804 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108992026-02-24T03:53:08.931ZFeb 24 03:53:06.887 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109002026-02-24T03:53:08.931ZFeb 24 03:53:06.887 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109012026-02-24T03:53:09.011ZFeb 24 03:53:06.967 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109022026-02-24T03:53:09.011ZFeb 24 03:53:06.967 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109032026-02-24T03:53:09.092ZFeb 24 03:53:07.047 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109042026-02-24T03:53:09.092ZFeb 24 03:53:07.047 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109052026-02-24T03:53:09.096ZFeb 24 03:53:07.048 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109062026-02-24T03:53:09.096ZFeb 24 03:53:07.049 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109072026-02-24T03:53:09.096ZFeb 24 03:53:07.050 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109082026-02-24T03:53:09.099ZFeb 24 03:53:07.051 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109092026-02-24T03:53:09.099ZFeb 24 03:53:07.052 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109102026-02-24T03:53:17.630ZFeb 24 03:53:15.584 INFO added artifact, length: 33554432, hash: 5160dec334c16cb9b7cb06c815e34e73131ae4f6465e71c9aecdc7a9c167f71b, version: 19.0.0-0.ci+git726b27d712b, kind: gimlet_host_phase_1, name: host
109112026-02-24T03:53:17.630ZFeb 24 03:53:15.584 INFO added artifact, length: 33554432, hash: 2feb9c5fc71cdaf3ea8efa4807ef2144bb7cb645f80da2516abb3bc35c00618d, version: 19.0.0-0.ci+git726b27d712b, kind: cosmo_host_phase_1, name: host
109122026-02-24T03:53:17.630ZFeb 24 03:53:15.584 INFO added artifact, length: 1101008896, hash: 88604d9b30f5e292e817402aad6fcc4b9ad642e1864ea9557375763c70d2aac7, version: 19.0.0-0.ci+git726b27d712b, kind: host_phase_2, name: host
109132026-02-24T03:53:19.128ZFeb 24 03:53:17.082 INFO added artifact, length: 33554432, hash: 7e9da8284abf226a0e6ab72bb30cafa51a22303dacc38ad1fbe7a9ff2039a507, version: 19.0.0-0.ci+git726b27d712b, kind: gimlet_trampoline_phase_1, name: trampoline
109142026-02-24T03:53:19.128ZFeb 24 03:53:17.082 INFO added artifact, length: 33554432, hash: cc5abd7625061c3c566853ccb68d0b49259dd3a3a88b1342937053aee1ed7838, version: 19.0.0-0.ci+git726b27d712b, kind: cosmo_trampoline_phase_1, name: trampoline
109152026-02-24T03:53:19.128ZFeb 24 03:53:17.082 INFO added artifact, length: 147521997, hash: b56811403ca9489b2319fb8153e16f2c06c8a00067caa0bc5a168c0d063383af, version: 19.0.0-0.ci+git726b27d712b, kind: trampoline_phase_2, name: trampoline
109162026-02-24T03:53:30.339ZFeb 24 03:53:28.291 INFO added artifact, length: 1703871300, hash: 7c73f7b3d944039f3f23b61dd45c6cd260ebb53c405f7f42a2da99ab574dccf2, version: 19.0.0-0.ci+git726b27d712b, kind: control_plane, name: control-plane
109172026-02-24T03:53:30.342ZFeb 24 03:53:28.291 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109182026-02-24T03:53:30.342ZFeb 24 03:53:28.292 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109192026-02-24T03:53:30.342ZFeb 24 03:53:28.292 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109202026-02-24T03:53:30.388ZFeb 24 03:53:28.339 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109212026-02-24T03:53:30.435ZFeb 24 03:53:28.386 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109222026-02-24T03:53:30.517ZFeb 24 03:53:28.468 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109232026-02-24T03:53:30.517ZFeb 24 03:53:28.468 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109242026-02-24T03:53:30.601ZFeb 24 03:53:28.552 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109252026-02-24T03:53:30.601ZFeb 24 03:53:28.552 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109262026-02-24T03:53:30.686ZFeb 24 03:53:28.637 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109272026-02-24T03:53:30.686ZFeb 24 03:53:28.637 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109282026-02-24T03:53:30.768ZFeb 24 03:53:28.719 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109292026-02-24T03:53:30.768ZFeb 24 03:53:28.719 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109302026-02-24T03:53:30.772ZFeb 24 03:53:28.720 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109312026-02-24T03:53:30.772ZFeb 24 03:53:28.721 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109322026-02-24T03:53:30.772ZFeb 24 03:53:28.721 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109332026-02-24T03:53:30.847ZFeb 24 03:53:28.798 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109342026-02-24T03:53:30.996ZFeb 24 03:53:28.948 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109352026-02-24T03:53:31.145ZFeb 24 03:53:29.096 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109362026-02-24T03:53:31.300ZFeb 24 03:53:29.251 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109372026-02-24T03:53:31.300ZFeb 24 03:53:29.251 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109382026-02-24T03:53:31.383ZFeb 24 03:53:29.334 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109392026-02-24T03:53:31.383ZFeb 24 03:53:29.334 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109402026-02-24T03:53:31.467ZFeb 24 03:53:29.418 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109412026-02-24T03:53:31.467ZFeb 24 03:53:29.418 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109422026-02-24T03:53:31.546ZFeb 24 03:53:29.497 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109432026-02-24T03:53:31.546ZFeb 24 03:53:29.497 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109442026-02-24T03:53:31.550ZFeb 24 03:53:29.498 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109452026-02-24T03:53:31.550ZFeb 24 03:53:29.499 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109462026-02-24T03:53:31.550ZFeb 24 03:53:29.500 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109472026-02-24T03:53:31.550ZFeb 24 03:53:29.500 INFO added artifact, length: 924, hash: 9b1e169835aebe5a6b41711a27baa80043a8bdab750292bf32c7a01c5429767d, version: 19.0.0-0.ci+git726b27d712b, kind: installinator_document, name: installinator_document
109482026-02-24T03:53:32.095ZFeb 24 03:53:30.046 INFO [tuf-repo] task succeeded (114.610165424s)
109492026-02-24T03:53:32.095ZFeb 24 03:53:30.047 INFO all jobs completed in 4036.004017024s
109502026-02-24T03:53:37.519Zprocess exited: duration 4876012 ms, exit code 0
 
109512026-02-24T03:53:39.783Zfound 41 output files
109522026-02-24T03:53:39.783Zuploading: /work/manifest.toml (17174 bytes)
109532026-02-24T03:53:40.818Zuploaded: /work/manifest.toml
109542026-02-24T03:53:40.818Zuploading: /work/repo.zip (2944936578 bytes)
109552026-02-24T03:54:43.755Zuploaded: /work/repo.zip
109562026-02-24T03:54:43.755Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109572026-02-24T03:54:44.775Zuploaded: /work/repo.zip.sha256.txt
109582026-02-24T03:54:44.775Zuploading: /work/helios.json (647 bytes)
109592026-02-24T03:54:45.785Zuploaded: /work/helios.json
109602026-02-24T03:54:45.788Zuploading: /work/incorporation.p5m (100410 bytes)
109612026-02-24T03:54:46.799Zuploaded: /work/incorporation.p5m
109622026-02-24T03:54:46.799Zuploading: /work/incorporation.p5p (122880 bytes)
109632026-02-24T03:54:47.812Zuploaded: /work/incorporation.p5p
109642026-02-24T03:54:47.815Zuploading: /work/helios-incorp.log (526 bytes)
109652026-02-24T03:54:48.823Zuploaded: /work/helios-incorp.log
109662026-02-24T03:54:48.823Zuploading: /work/helios-setup.log (57811 bytes)
109672026-02-24T03:54:49.837Zuploaded: /work/helios-setup.log
109682026-02-24T03:54:49.837Zuploading: /work/host-image.log (235034 bytes)
109692026-02-24T03:54:50.852Zuploaded: /work/host-image.log
109702026-02-24T03:54:50.855Zuploading: /work/host-package.log (33405 bytes)
109712026-02-24T03:54:51.865Zuploaded: /work/host-package.log
109722026-02-24T03:54:51.865Zuploading: /work/host-target.log (101 bytes)
109732026-02-24T03:54:52.876Zuploaded: /work/host-target.log
109742026-02-24T03:54:52.876Zuploading: /work/incorp-create.log (0 bytes)
109752026-02-24T03:54:53.883Zuploaded: /work/incorp-create.log
109762026-02-24T03:54:53.883Zuploading: /work/incorp-fmt.log (0 bytes)
109772026-02-24T03:54:54.890Zuploaded: /work/incorp-fmt.log
109782026-02-24T03:54:54.890Zuploading: /work/incorp-pkgsend.log (108 bytes)
109792026-02-24T03:54:55.900Zuploaded: /work/incorp-pkgsend.log
109802026-02-24T03:54:55.900Zuploading: /work/incorp-publisher.log (0 bytes)
109812026-02-24T03:54:56.907Zuploaded: /work/incorp-publisher.log
109822026-02-24T03:54:56.907Zuploading: /work/omicron-package.log (6790 bytes)
109832026-02-24T03:54:57.917Zuploaded: /work/omicron-package.log
109842026-02-24T03:54:57.917Zuploading: /work/recovery-image.log (603633 bytes)
109852026-02-24T03:54:58.941Zuploaded: /work/recovery-image.log
109862026-02-24T03:54:58.944Zuploading: /work/recovery-package.log (1870 bytes)
109872026-02-24T03:54:59.951Zuploaded: /work/recovery-package.log
109882026-02-24T03:54:59.952Zuploading: /work/recovery-target.log (98 bytes)
109892026-02-24T03:55:00.961Zuploaded: /work/recovery-target.log
109902026-02-24T03:55:00.961Zuploading: /work/stamp-clickhouse.log (117 bytes)
109912026-02-24T03:55:01.970Zuploaded: /work/stamp-clickhouse.log
109922026-02-24T03:55:01.970Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109932026-02-24T03:55:02.981Zuploaded: /work/stamp-clickhouse_keeper.log
109942026-02-24T03:55:02.981Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109952026-02-24T03:55:03.990Zuploaded: /work/stamp-clickhouse_server.log
109962026-02-24T03:55:03.990Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109972026-02-24T03:55:05.000Zuploaded: /work/stamp-cockroachdb.log
109982026-02-24T03:55:05.000Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109992026-02-24T03:55:06.010Zuploaded: /work/stamp-crucible-pantry-zone.log
110002026-02-24T03:55:06.010Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110012026-02-24T03:55:07.019Zuploaded: /work/stamp-crucible-utils.log
110022026-02-24T03:55:07.019Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110032026-02-24T03:55:08.028Zuploaded: /work/stamp-crucible-zone.log
110042026-02-24T03:55:08.028Zuploading: /work/stamp-external-dns.log (119 bytes)
110052026-02-24T03:55:09.039Zuploaded: /work/stamp-external-dns.log
110062026-02-24T03:55:09.039Zuploading: /work/stamp-installinator.log (103 bytes)
110072026-02-24T03:55:10.048Zuploaded: /work/stamp-installinator.log
110082026-02-24T03:55:10.048Zuploading: /work/stamp-internal-dns.log (119 bytes)
110092026-02-24T03:55:11.058Zuploaded: /work/stamp-internal-dns.log
110102026-02-24T03:55:11.058Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110112026-02-24T03:55:12.068Zuploaded: /work/stamp-mg-ddm-gz.log
110122026-02-24T03:55:12.068Zuploading: /work/stamp-nexus.log (112 bytes)
110132026-02-24T03:55:13.077Zuploaded: /work/stamp-nexus.log
110142026-02-24T03:55:13.077Zuploading: /work/stamp-ntp.log (110 bytes)
110152026-02-24T03:55:14.089Zuploaded: /work/stamp-ntp.log
110162026-02-24T03:55:14.089Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110172026-02-24T03:55:15.098Zuploaded: /work/stamp-omicron-sled-agent.log
110182026-02-24T03:55:15.098Zuploading: /work/stamp-overlay.log (114 bytes)
110192026-02-24T03:55:16.111Zuploaded: /work/stamp-overlay.log
110202026-02-24T03:55:16.111Zuploading: /work/stamp-oximeter.log (115 bytes)
110212026-02-24T03:55:17.120Zuploaded: /work/stamp-oximeter.log
110222026-02-24T03:55:17.120Zuploading: /work/stamp-oxlog.log (109 bytes)
110232026-02-24T03:55:18.129Zuploaded: /work/stamp-oxlog.log
110242026-02-24T03:55:18.129Zuploading: /work/stamp-probe.log (112 bytes)
110252026-02-24T03:55:19.137Zuploaded: /work/stamp-probe.log
110262026-02-24T03:55:19.137Zuploading: /work/stamp-propolis-server.log (122 bytes)
110272026-02-24T03:55:20.148Zuploaded: /work/stamp-propolis-server.log
110282026-02-24T03:55:20.148Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110292026-02-24T03:55:21.157Zuploaded: /work/stamp-pumpkind-gz.log
110302026-02-24T03:55:21.157Zuploading: /work/stamp-switch-asic.log (118 bytes)
110312026-02-24T03:55:22.166Zuploaded: /work/stamp-switch-asic.log
110322026-02-24T03:55:22.166Zuploading: /work/verify-libraries.log (11725 bytes)
110332026-02-24T03:55:23.176Zuploaded: /work/verify-libraries.log