01KH7ECRYYTGTWZW77HB199TZ1: 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: 01KH7ED7QV29XBTW1GY0AV2A2H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-11T22:51:30.862Zjob assigned to worker 01KH7ED707T3PYJW0HZ68JCDC4 [factory gimlet-EVT22200007-propolis, EVT22200007/57870] (queued for 28 s)
 
22026-02-11T22:51:39.276Zstarting task 0: "setup"
32026-02-11T22:51:39.300Z++ uname -s
42026-02-11T22:51:39.300Z+ kern=SunOS
52026-02-11T22:51:39.300Z+ build_user=build
62026-02-11T22:51:39.301Z+ build_uid=12345
72026-02-11T22:51:39.301Z+ work_dir=/work
82026-02-11T22:51:39.301Z+ input_dir=/input
92026-02-11T22:51:39.301Z+ [[ 0 == 12345 ]]
102026-02-11T22:51:39.301Z+ case "$kern" in
112026-02-11T22:51:39.301Z+ groupadd -g 12345 build
122026-02-11T22:51:39.301Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-11T22:51:41.304Z+ zfs create -o mountpoint=/work rpool/work
142026-02-11T22:51:41.339Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-11T22:51:41.364Z+ home_fs=zfs
162026-02-11T22:51:41.364Z+ [[ zfs == autofs ]]
172026-02-11T22:51:41.364Z+ mkdir -p /home/build
182026-02-11T22:51:41.364Z+ chown build:build /home/build /work
192026-02-11T22:51:42.349Z+ chmod 0700 /home/build /work
202026-02-11T22:51:42.374Zprocess exited: duration 3077 ms, exit code 0
 
212026-02-11T22:51:42.425Zstarting task 1: "rust-toolchain"
222026-02-11T22:51:42.450Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-11T22:51:42.450Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-11T22:51:42.450Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-11T22:51:42.450Z * rust toolchain channel = "1.91.1"
262026-02-11T22:51:42.450Z * rust toolchain profile = "default"
272026-02-11T22:51:42.450Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-11T22:51:42.450Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-11T22:51:42.450Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-11T22:51:42.567Zinfo: downloading installer
312026-02-11T22:51:43.689Zwarn: It looks like you have an existing installation of Rust at:
322026-02-11T22:51:43.689Zwarn: /opt/ooce/bin
332026-02-11T22:51:43.690Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-11T22:51:43.690Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-11T22:51:43.690Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-11T22:51:43.690Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-11T22:51:43.690Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-11T22:51:43.690Zerror: cannot install while Rust is installed
392026-02-11T22:51:43.690Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-11T22:51:43.715Zinfo: profile set to 'default'
412026-02-11T22:51:43.715Zinfo: default host triple is x86_64-unknown-illumos
422026-02-11T22:51:43.715Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-11T22:51:43.848Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-11T22:51:43.848Zinfo: downloading component 'cargo'
452026-02-11T22:51:44.387Zinfo: downloading component 'clippy'
462026-02-11T22:51:44.533Zinfo: downloading component 'rust-docs'
472026-02-11T22:51:44.979Zinfo: downloading component 'rust-std'
482026-02-11T22:51:46.029Zinfo: downloading component 'rustc'
492026-02-11T22:51:50.452Zinfo: downloading component 'rustfmt'
502026-02-11T22:51:50.517Zinfo: installing component 'cargo'
512026-02-11T22:51:51.796Zinfo: installing component 'clippy'
522026-02-11T22:51:52.272Zinfo: installing component 'rust-docs'
532026-02-11T22:51:55.997Zinfo: installing component 'rust-std'
542026-02-11T22:51:58.103Zinfo: installing component 'rustc'
552026-02-11T22:52:06.919Zinfo: installing component 'rustfmt'
562026-02-11T22:52:07.330Z
572026-02-11T22:52:07.330Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-02-11T22:52:07.489Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-11T22:52:07.489Z
602026-02-11T22:52:07.489Z
612026-02-11T22:52:07.489ZRust is installed now. Great!
622026-02-11T22:52:07.489Z
632026-02-11T22:52:07.489ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-11T22:52:07.489Zenvironment variable. This has not been done automatically.
652026-02-11T22:52:07.489Z
662026-02-11T22:52:07.489ZTo configure your current shell, you need to source
672026-02-11T22:52:07.489Zthe corresponding env file under $HOME/.cargo.
682026-02-11T22:52:07.489Z
692026-02-11T22:52:07.489ZThis is usually done by running one of the following (note the leading DOT):
702026-02-11T22:52:07.489Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-11T22:52:07.489Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-11T22:52:07.489Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-11T22:52:07.614Z+ rustup --version
742026-02-11T22:52:07.641Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-11T22:52:07.641Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-11T22:52:07.739Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-11T22:52:07.764Z+ cargo --version
782026-02-11T22:52:07.861Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-11T22:52:07.886Z+ rustc --version
802026-02-11T22:52:07.972Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-11T22:52:07.998Zprocess exited: duration 25553 ms, exit code 0
 
822026-02-11T22:52:08.051Zstarting task 2: "authentication"
832026-02-11T22:52:08.109Zprocess exited: duration 59 ms, exit code 0
 
842026-02-11T22:52:08.158Zstarting task 3: "clone repository"
852026-02-11T22:52:08.182Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-11T22:52:08.182Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-11T22:52:08.207ZCloning into '/work/oxidecomputer/omicron'...
882026-02-11T22:52:36.209Z+ cd /work/oxidecomputer/omicron
892026-02-11T22:52:36.209Z+ git fetch origin b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04
902026-02-11T22:52:36.854ZFrom https://github.com/oxidecomputer/omicron
912026-02-11T22:52:36.854Z * branch b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 -> FETCH_HEAD
922026-02-11T22:52:36.878Z+ [[ -n luqmana/bump-propolis ]]
932026-02-11T22:52:36.878Z++ git branch --show-current
942026-02-11T22:52:36.878Z+ current=main
952026-02-11T22:52:36.878Z+ [[ main != luqmana/bump-propolis ]]
962026-02-11T22:52:36.878Z+ git branch -f luqmana/bump-propolis b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04
972026-02-11T22:52:36.902Z+ git checkout -f luqmana/bump-propolis
982026-02-11T22:52:37.471ZSwitched to branch 'luqmana/bump-propolis'
992026-02-11T22:52:37.495Z+ git reset --hard b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04
1002026-02-11T22:52:37.520ZHEAD is now at b94ffbfef Bump propolis
1012026-02-11T22:52:37.520Zprocess exited: duration 29342 ms, exit code 0
 
1022026-02-11T22:52:37.569Zstarting task 4: "build"
1032026-02-11T22:52:37.594Z+ source .github/buildomat/ci-env.sh
1042026-02-11T22:52:37.594Z++ export CARGO_TERM_COLOR=always
1052026-02-11T22:52:37.594Z++ CARGO_TERM_COLOR=always
1062026-02-11T22:52:37.594Z+ cargo --version
1072026-02-11T22:52:37.667Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-11T22:52:37.691Z+ rustc --version
1092026-02-11T22:52:37.777Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-11T22:52:37.802Z+ cargo tree --locked
1112026-02-11T22:52:38.178Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-11T22:52:38.809Z Updating crates.io index
1132026-02-11T22:52:38.880Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-11T22:52:39.939Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-11T22:52:40.713Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-11T22:52:42.349Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-11T22:52:42.926Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-11T22:52:43.643Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-11T22:52:46.283Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-11T22:52:49.983Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-11T22:52:51.660Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-11T22:52:52.418Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-11T22:52:54.034Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-11T22:52:55.141Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-11T22:52:55.828Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-11T22:52:56.799Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-11T22:52:57.425Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-11T22:52:58.844Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-11T22:52:59.938Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-11T22:53:00.515Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-11T22:53:01.166Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-11T22:53:01.923Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-11T22:53:02.603Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-11T22:53:03.137Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-11T22:53:04.734Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-11T22:53:05.537Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-11T22:53:06.322Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-11T22:53:07.390Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-11T22:53:08.002Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-11T22:53:08.694Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-11T22:53:09.519Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-11T22:53:10.561Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-11T22:53:11.347Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-11T22:53:11.927Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-11T22:53:12.670Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-11T22:53:13.242Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-11T22:53:14.075Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-11T22:53:14.594Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-11T22:53:15.305Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-11T22:53:15.901Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-11T22:53:16.602Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-11T22:53:38.026Z Downloading crates ...
1532026-02-11T22:53:38.165Z Downloaded async-channel v1.9.0
1542026-02-11T22:53:38.190Z Downloaded cast v0.3.0
1552026-02-11T22:53:38.214Z Downloaded cargo-platform v0.2.0
1562026-02-11T22:53:38.239Z Downloaded atomicwrites v0.4.4
1572026-02-11T22:53:38.239Z Downloaded bit-vec v0.8.0
1582026-02-11T22:53:38.239Z Downloaded crc v3.2.1
1592026-02-11T22:53:38.265Z Downloaded fallible-iterator v0.2.0
1602026-02-11T22:53:38.291Z Downloaded diesel-dtrace v0.4.2
1612026-02-11T22:53:38.316Z Downloaded futures-io v0.3.31
1622026-02-11T22:53:38.341Z Downloaded guppy-workspace-hack v0.1.0
1632026-02-11T22:53:38.341Z Downloaded home v0.5.9
1642026-02-11T22:53:38.367Z Downloaded hubpack_derive v0.1.1
1652026-02-11T22:53:38.392Z Downloaded kv-log-macro v1.0.7
1662026-02-11T22:53:38.392Z Downloaded managed v0.8.0
1672026-02-11T22:53:38.418Z Downloaded nodrop v0.1.14
1682026-02-11T22:53:38.443Z Downloaded oso-derive v0.27.3
1692026-02-11T22:53:38.443Z Downloaded papergrid v0.11.0
1702026-02-11T22:53:38.469Z Downloaded pin-utils v0.1.0
1712026-02-11T22:53:38.469Z Downloaded plotters-svg v0.3.7
1722026-02-11T22:53:38.469Z Downloaded poly1305 v0.8.0
1732026-02-11T22:53:38.495Z Downloaded proc-macro-error v1.0.4
1742026-02-11T22:53:38.495Z Downloaded openssl-probe v0.1.5
1752026-02-11T22:53:38.522Z Downloaded progenitor v0.11.2
1762026-02-11T22:53:38.522Z Downloaded pbkdf2 v0.12.2
1772026-02-11T22:53:38.522Z Downloaded proc-macro-error-attr v1.0.4
1782026-02-11T22:53:38.547Z Downloaded ref-cast v1.0.25
1792026-02-11T22:53:38.547Z Downloaded ref-cast-impl v1.0.25
1802026-02-11T22:53:38.547Z Downloaded rustc-hash v2.1.1
1812026-02-11T22:53:38.572Z Downloaded rand_seeder v0.4.0
1822026-02-11T22:53:38.572Z Downloaded quinn-udp v0.5.5
1832026-02-11T22:53:38.597Z Downloaded rustc_version v0.4.1
1842026-02-11T22:53:38.598Z Downloaded similar-asserts v1.7.0
1852026-02-11T22:53:38.623Z Downloaded smallvec v0.6.14
1862026-02-11T22:53:38.650Z Downloaded stable_deref_trait v1.2.0
1872026-02-11T22:53:38.650Z Downloaded static_assertions v1.1.0
1882026-02-11T22:53:38.650Z Downloaded socket2 v0.6.1
1892026-02-11T22:53:38.678Z Downloaded strum v0.26.3
1902026-02-11T22:53:38.678Z Downloaded tabled_derive v0.11.0
1912026-02-11T22:53:38.703Z Downloaded tinyvec_macros v0.1.1
1922026-02-11T22:53:38.703Z Downloaded strum_macros v0.27.2
1932026-02-11T22:53:38.703Z Downloaded typify-macro v0.2.0
1942026-02-11T22:53:38.704Z Downloaded unicode-linebreak v0.1.5
1952026-02-11T22:53:38.704Z Downloaded tower-service v0.3.3
1962026-02-11T22:53:38.731Z Downloaded toml_writer v1.0.6+spec-1.1.0
1972026-02-11T22:53:38.731Z Downloaded usdt-macro v0.6.0
1982026-02-11T22:53:38.731Z Downloaded usdt-macro v0.5.0
1992026-02-11T22:53:38.731Z Downloaded usdt-attr-macro v0.6.0
2002026-02-11T22:53:38.731Z Downloaded utf8_iter v1.0.4
2012026-02-11T22:53:38.731Z Downloaded usdt v0.6.0
2022026-02-11T22:53:38.732Z Downloaded want v0.3.1
2032026-02-11T22:53:38.763Z Downloaded write16 v1.0.0
2042026-02-11T22:53:38.763Z Downloaded which v4.4.2
2052026-02-11T22:53:38.763Z Downloaded zone v0.3.1
2062026-02-11T22:53:38.763Z Downloaded walkdir v2.5.0
2072026-02-11T22:53:38.763Z Downloaded xshell-macros v0.2.7
2082026-02-11T22:53:38.763Z Downloaded tungstenite v0.21.0
2092026-02-11T22:53:38.763Z Downloaded regex v1.11.3
2102026-02-11T22:53:38.788Z Downloaded yoke-derive v0.7.4
2112026-02-11T22:53:38.788Z Downloaded zone_cfg_derive v0.1.2
2122026-02-11T22:53:38.788Z Downloaded zone v0.1.8
2132026-02-11T22:53:38.788Z Downloaded zerofrom-derive v0.1.4
2142026-02-11T22:53:38.788Z Downloaded zerofrom v0.1.4
2152026-02-11T22:53:38.788Z Downloaded yoke v0.7.4
2162026-02-11T22:53:38.788Z Downloaded zeroize_derive v1.4.2
2172026-02-11T22:53:38.788Z Downloaded tracing-core v0.1.32
2182026-02-11T22:53:38.814Z Downloaded usdt-impl v0.6.0
2192026-02-11T22:53:38.814Z Downloaded uzers v0.12.1
2202026-02-11T22:53:38.815Z Downloaded zone_cfg_derive v0.3.0
2212026-02-11T22:53:38.815Z Downloaded zstd v0.13.3
2222026-02-11T22:53:38.815Z Downloaded zstd-safe v7.2.3
2232026-02-11T22:53:38.843Z Downloaded uuid v1.19.0
2242026-02-11T22:53:38.843Z Downloaded zerocopy-derive v0.7.35
2252026-02-11T22:53:38.843Z Downloaded zopfli v0.8.1
2262026-02-11T22:53:38.868Z Downloaded yansi v1.0.1
2272026-02-11T22:53:38.868Z Downloaded typed-path v0.9.3
2282026-02-11T22:53:38.868Z Downloaded zip v0.6.6
2292026-02-11T22:53:38.893Z Downloaded zerocopy-derive v0.8.27
2302026-02-11T22:53:38.946Z Downloaded zip v4.2.0
2312026-02-11T22:53:38.946Z Downloaded zerovec v0.10.4
2322026-02-11T22:53:38.946Z Downloaded winnow v0.7.14
2332026-02-11T22:53:38.946Z Downloaded jiff v0.2.15
2342026-02-11T22:53:38.972Z Downloaded zerocopy v0.7.35
2352026-02-11T22:53:38.997Z Downloaded zlib-rs v0.5.1
2362026-02-11T22:53:39.021Z Downloaded vcpkg v0.2.15
2372026-02-11T22:53:39.082Z Downloaded smoltcp v0.11.0
2382026-02-11T22:53:39.107Z Downloaded syn v2.0.114
2392026-02-11T22:53:39.131Z Downloaded regex-syntax v0.8.5
2402026-02-11T22:53:39.131Z Downloaded zerocopy v0.8.27
2412026-02-11T22:53:39.168Z Downloaded encoding_rs v0.8.34
2422026-02-11T22:53:39.206Z Downloaded sled v0.34.7
2432026-02-11T22:53:39.231Z Downloaded ratatui v0.29.0
2442026-02-11T22:53:39.302Z Downloaded unicode-width v0.2.0
2452026-02-11T22:53:39.302Z Downloaded unicode-width v0.1.14
2462026-02-11T22:53:39.302Z Downloaded rustls v0.23.19
2472026-02-11T22:53:39.327Z Downloaded libz-sys v1.1.20
2482026-02-11T22:53:39.352Z Downloaded typify-impl v0.2.0
2492026-02-11T22:53:39.388Z Downloaded typify-impl v0.4.3
2502026-02-11T22:53:39.413Z Downloaded rustix v1.1.3
2512026-02-11T22:53:39.455Z Downloaded webpki-roots v1.0.1
2522026-02-11T22:53:39.479Z Downloaded regex-automata v0.4.11
2532026-02-11T22:53:39.504Z Downloaded zerocopy-derive v0.6.6
2542026-02-11T22:53:39.504Z Downloaded syn v1.0.109
2552026-02-11T22:53:39.528Z Downloaded petgraph v0.6.5
2562026-02-11T22:53:39.552Z Downloaded lzma-sys v0.1.20
2572026-02-11T22:53:39.593Z Downloaded petgraph v0.8.2
2582026-02-11T22:53:39.651Z Downloaded libc v0.2.180
2592026-02-11T22:53:39.731Z Downloaded rustix v0.38.37
2602026-02-11T22:53:39.789Z Downloaded tabled v0.18.0
2612026-02-11T22:53:39.832Z Downloaded tabled v0.15.0
2622026-02-11T22:53:39.863Z Downloaded rustls v0.22.4
2632026-02-11T22:53:39.887Z Downloaded x509-cert v0.2.5
2642026-02-11T22:53:39.912Z Downloaded winnow v0.6.26
2652026-02-11T22:53:39.936Z Downloaded winnow v0.5.40
2662026-02-11T22:53:39.936Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2672026-02-11T22:53:39.960Z Downloaded sha3 v0.10.8
2682026-02-11T22:53:39.960Z Downloaded tabled v0.20.0
2692026-02-11T22:53:39.987Z Downloaded regress v0.10.4
2702026-02-11T22:53:40.011Z Downloaded tokio v1.49.0
2712026-02-11T22:53:40.064Z Downloaded regex-syntax v0.6.29
2722026-02-11T22:53:40.088Z Downloaded unicode-normalization v0.1.24
2732026-02-11T22:53:40.088Z Downloaded tower-http v0.6.6
2742026-02-11T22:53:40.113Z Downloaded time v0.3.43
2752026-02-11T22:53:40.113Z Downloaded openapiv3 v2.2.0
2762026-02-11T22:53:40.138Z Downloaded object v0.30.4
2772026-02-11T22:53:40.138Z Downloaded smoltcp v0.9.1
2782026-02-11T22:53:40.162Z Downloaded tough v0.20.0
2792026-02-11T22:53:40.162Z Downloaded tokio-util v0.7.15
2802026-02-11T22:53:40.187Z Downloaded rustls v0.21.12
2812026-02-11T22:53:40.188Z Downloaded polar-core v0.27.3
2822026-02-11T22:53:40.212Z Downloaded unicode_categories v0.1.1
2832026-02-11T22:53:40.212Z Downloaded unicode-segmentation v1.12.0
2842026-02-11T22:53:40.212Z Downloaded tower v0.5.2
2852026-02-11T22:53:40.236Z Downloaded sqlparser v0.45.0
2862026-02-11T22:53:40.236Z Downloaded rustls-webpki v0.102.8
2872026-02-11T22:53:40.261Z Downloaded radix_trie v0.2.1
2882026-02-11T22:53:40.261Z Downloaded portable-atomic v1.11.0
2892026-02-11T22:53:40.285Z Downloaded writeable v0.5.5
2902026-02-11T22:53:40.285Z Downloaded toml_edit v0.19.15
2912026-02-11T22:53:40.310Z Downloaded serde_with v3.16.1
2922026-02-11T22:53:40.334Z Downloaded typify v0.4.3
2932026-02-11T22:53:40.334Z Downloaded toml_edit v0.22.27
2942026-02-11T22:53:40.334Z Downloaded httpmock v0.8.0-alpha.1
2952026-02-11T22:53:40.359Z Downloaded openssl v0.10.73
2962026-02-11T22:53:40.383Z Downloaded ring v0.17.14
2972026-02-11T22:53:40.425Z Downloaded nix v0.30.1
2982026-02-11T22:53:40.451Z Downloaded zmij v1.0.15
2992026-02-11T22:53:40.451Z Downloaded zerocopy v0.6.6
3002026-02-11T22:53:40.451Z Downloaded yasna v0.5.2
3012026-02-11T22:53:40.451Z Downloaded whoami v1.5.2
3022026-02-11T22:53:40.476Z Downloaded vergen v9.0.6
3032026-02-11T22:53:40.476Z Downloaded value-bag v1.12.0
3042026-02-11T22:53:40.476Z Downloaded url v2.5.4
3052026-02-11T22:53:40.476Z Downloaded tracing v0.1.40
3062026-02-11T22:53:40.476Z Downloaded tokio-postgres v0.7.13
3072026-02-11T22:53:40.476Z Downloaded serde_json v1.0.149
3082026-02-11T22:53:40.501Z Downloaded wyz v0.5.1
3092026-02-11T22:53:40.501Z Downloaded unsafe-libyaml v0.2.11
3102026-02-11T22:53:40.501Z Downloaded toml v0.9.11+spec-1.1.0
3112026-02-11T22:53:40.501Z Downloaded quinn-proto v0.11.8
3122026-02-11T22:53:40.526Z Downloaded quick-xml v0.37.2
3132026-02-11T22:53:40.526Z Downloaded zerovec-derive v0.10.3
3142026-02-11T22:53:40.526Z Downloaded zeroize v1.8.1
3152026-02-11T22:53:40.526Z Downloaded xz2 v0.1.7
3162026-02-11T22:53:40.526Z Downloaded vte v0.11.1
3172026-02-11T22:53:40.526Z Downloaded test-strategy v0.4.3
3182026-02-11T22:53:40.526Z Downloaded steno v0.4.1
3192026-02-11T22:53:40.551Z Downloaded unicode-bidi v0.3.17
3202026-02-11T22:53:40.551Z Downloaded salty v0.3.0
3212026-02-11T22:53:40.551Z Downloaded rustls-webpki v0.101.7
3222026-02-11T22:53:40.576Z Downloaded libgit2-sys v0.18.2+1.9.1
3232026-02-11T22:53:40.651Z Downloaded nix v0.29.0
3242026-02-11T22:53:40.675Z Downloaded xshell v0.2.7
3252026-02-11T22:53:40.675Z Downloaded unicode-ident v1.0.19
3262026-02-11T22:53:40.701Z Downloaded tokio-stream v0.1.17
3272026-02-11T22:53:40.701Z Downloaded xattr v1.3.1
3282026-02-11T22:53:40.701Z Downloaded trybuild v1.0.106
3292026-02-11T22:53:40.701Z Downloaded toml v0.7.8
3302026-02-11T22:53:40.701Z Downloaded vergen-git2 v1.0.7
3312026-02-11T22:53:40.725Z Downloaded tokio-rustls v0.26.0
3322026-02-11T22:53:40.725Z Downloaded wait-timeout v0.2.0
3332026-02-11T22:53:40.725Z Downloaded vsss-rs v3.3.4
3342026-02-11T22:53:40.725Z Downloaded void v1.0.2
3352026-02-11T22:53:40.725Z Downloaded vergen-lib v0.1.6
3362026-02-11T22:53:40.725Z Downloaded typenum v1.17.0
3372026-02-11T22:53:40.725Z Downloaded twox-hash v2.1.0
3382026-02-11T22:53:40.726Z Downloaded tungstenite v0.23.0
3392026-02-11T22:53:40.750Z Downloaded ssh-key v0.6.6
3402026-02-11T22:53:40.750Z Downloaded russh v0.45.0
3412026-02-11T22:53:40.775Z Downloaded usdt v0.5.0
3422026-02-11T22:53:40.775Z Downloaded untrusted v0.7.1
3432026-02-11T22:53:40.775Z Downloaded toml_parser v1.0.6+spec-1.1.0
3442026-02-11T22:53:40.775Z Downloaded toml v0.8.23
3452026-02-11T22:53:40.775Z Downloaded tokio-rustls v0.24.1
3462026-02-11T22:53:40.775Z Downloaded textwrap v0.16.2
3472026-02-11T22:53:40.799Z Downloaded p384 v0.13.1
3482026-02-11T22:53:40.799Z Downloaded nix v0.28.0
3492026-02-11T22:53:40.825Z Downloaded vte_generate_state_changes v0.1.2
3502026-02-11T22:53:40.825Z Downloaded vergen-gitcl v1.0.8
3512026-02-11T22:53:40.825Z Downloaded usdt-impl v0.5.0
3522026-02-11T22:53:40.825Z Downloaded unicode-properties v0.1.3
3532026-02-11T22:53:40.825Z Downloaded unicase v2.8.1
3542026-02-11T22:53:40.825Z Downloaded ucd-trie v0.1.7
3552026-02-11T22:53:40.825Z Downloaded tui-tree-widget v0.23.1
3562026-02-11T22:53:40.825Z Downloaded tokio-dtrace v0.1.0
3572026-02-11T22:53:40.850Z Downloaded textwrap v0.15.2
3582026-02-11T22:53:40.850Z Downloaded proptest v1.7.0
3592026-02-11T22:53:40.850Z Downloaded waitgroup v0.1.2
3602026-02-11T22:53:40.850Z Downloaded version_check v0.9.5
3612026-02-11T22:53:40.850Z Downloaded utf8parse v0.2.2
3622026-02-11T22:53:40.850Z Downloaded utf16_iter v1.0.5
3632026-02-11T22:53:40.875Z Downloaded tracing-attributes v0.1.27
3642026-02-11T22:53:40.875Z Downloaded tinystr v0.7.6
3652026-02-11T22:53:40.875Z Downloaded untrusted v0.9.0
3662026-02-11T22:53:40.875Z Downloaded typify v0.2.0
3672026-02-11T22:53:40.875Z Downloaded thiserror-impl v2.0.18
3682026-02-11T22:53:40.875Z Downloaded term v0.7.0
3692026-02-11T22:53:40.900Z Downloaded tar v0.4.44
3702026-02-11T22:53:40.900Z Downloaded p521 v0.13.3
3712026-02-11T22:53:40.900Z Downloaded utf-8 v0.7.6
3722026-02-11T22:53:40.900Z Downloaded usdt-attr-macro v0.5.0
3732026-02-11T22:53:40.900Z Downloaded unit-prefix v0.5.1
3742026-02-11T22:53:40.901Z Downloaded unicode-xid v0.2.6
3752026-02-11T22:53:40.901Z Downloaded tokio-tungstenite v0.23.1
3762026-02-11T22:53:40.925Z Downloaded tokio-tungstenite v0.21.0
3772026-02-11T22:53:40.925Z Downloaded tls_codec_derive v0.4.1
3782026-02-11T22:53:40.925Z Downloaded thiserror-impl-no-std v2.0.2
3792026-02-11T22:53:40.925Z Downloaded universal-hash v0.5.1
3802026-02-11T22:53:40.926Z Downloaded unicode-truncate v1.1.0
3812026-02-11T22:53:40.950Z Downloaded typify-macro v0.4.3
3822026-02-11T22:53:40.950Z Downloaded tinyvec v1.8.0
3832026-02-11T22:53:40.950Z Downloaded thiserror v2.0.18
3842026-02-11T22:53:40.975Z Downloaded term v1.1.0
3852026-02-11T22:53:40.975Z Downloaded rayon v1.10.0
3862026-02-11T22:53:41.000Z Downloaded tinytemplate v1.2.1
3872026-02-11T22:53:41.000Z Downloaded time-macros v0.2.24
3882026-02-11T22:53:41.000Z Downloaded thread_local v1.1.8
3892026-02-11T22:53:41.000Z Downloaded thread-id v5.0.0
3902026-02-11T22:53:41.000Z Downloaded thiserror-no-std v2.0.2
3912026-02-11T22:53:41.026Z Downloaded termcolor v1.4.1
3922026-02-11T22:53:41.026Z Downloaded tempfile v3.24.0
3932026-02-11T22:53:41.026Z Downloaded target-lexicon v0.13.2
3942026-02-11T22:53:41.026Z Downloaded reqwest v0.12.24
3952026-02-11T22:53:41.026Z Downloaded topological-sort v0.2.2
3962026-02-11T22:53:41.026Z Downloaded toml_write v0.1.2
3972026-02-11T22:53:41.050Z Downloaded toml_datetime v0.6.11
3982026-02-11T22:53:41.051Z Downloaded tokio-rustls v0.25.0
3992026-02-11T22:53:41.051Z Downloaded tokio-macros v2.6.0
4002026-02-11T22:53:41.051Z Downloaded tls_codec v0.4.1
4012026-02-11T22:53:41.051Z Downloaded time-core v0.1.6
4022026-02-11T22:53:41.051Z Downloaded target-spec v3.5.0
4032026-02-11T22:53:41.051Z Downloaded unarray v0.1.4
4042026-02-11T22:53:41.051Z Downloaded trait-variant v0.1.2
4052026-02-11T22:53:41.051Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4062026-02-11T22:53:41.076Z Downloaded tokio-native-tls v0.3.1
4072026-02-11T22:53:41.076Z Downloaded tiny-keccak v2.0.2
4082026-02-11T22:53:41.076Z Downloaded thiserror-impl v1.0.69
4092026-02-11T22:53:41.076Z Downloaded thiserror v1.0.69
4102026-02-11T22:53:41.076Z Downloaded testing_table v0.3.0
4112026-02-11T22:53:41.076Z Downloaded termtree v0.5.1
4122026-02-11T22:53:41.076Z Downloaded termios v0.3.3
4132026-02-11T22:53:41.100Z Downloaded terminal_size v0.4.0
4142026-02-11T22:53:41.100Z Downloaded terminal_size v0.1.17
4152026-02-11T22:53:41.101Z Downloaded take_mut v0.2.2
4162026-02-11T22:53:41.101Z Downloaded synstructure v0.13.1
4172026-02-11T22:53:41.101Z Downloaded stringprep v0.1.5
4182026-02-11T22:53:41.101Z Downloaded stringmetrics v2.2.2
4192026-02-11T22:53:41.101Z Downloaded rustyline v14.0.0
4202026-02-11T22:53:41.101Z Downloaded rpassword v7.4.0
4212026-02-11T22:53:41.126Z Downloaded reedline v0.40.0
4222026-02-11T22:53:41.126Z Downloaded num-bigint-dig v0.8.6
4232026-02-11T22:53:41.126Z Downloaded iri-string v0.7.8
4242026-02-11T22:53:41.150Z Downloaded h2 v0.4.6
4252026-02-11T22:53:41.150Z Downloaded typeid v1.0.3
4262026-02-11T22:53:41.150Z Downloaded try-lock v0.2.5
4272026-02-11T22:53:41.150Z Downloaded tower-layer v0.3.3
4282026-02-11T22:53:41.150Z Downloaded tagptr v0.2.0
4292026-02-11T22:53:41.175Z Downloaded tabwriter v1.4.0
4302026-02-11T22:53:41.175Z Downloaded tabled_derive v0.10.0
4312026-02-11T22:53:41.175Z Downloaded tabled_derive v0.7.0
4322026-02-11T22:53:41.175Z Downloaded subprocess v0.2.9
4332026-02-11T22:53:41.175Z Downloaded rsa v0.9.8
4342026-02-11T22:53:41.175Z Downloaded socket2 v0.5.10
4352026-02-11T22:53:41.175Z Downloaded nix v0.27.1
4362026-02-11T22:53:41.200Z Downloaded thread-id v4.2.2
4372026-02-11T22:53:41.200Z Downloaded target-triple v0.1.3
4382026-02-11T22:53:41.200Z Downloaded tap v1.0.1
4392026-02-11T22:53:41.200Z Downloaded support-bundle-viewer v0.1.2
4402026-02-11T22:53:41.200Z Downloaded snafu v0.8.5
4412026-02-11T22:53:41.225Z Downloaded serde_derive v1.0.228
4422026-02-11T22:53:41.225Z Downloaded sync_wrapper v1.0.1
4432026-02-11T22:53:41.225Z Downloaded sync-ptr v0.1.4
4442026-02-11T22:53:41.225Z Downloaded swrite v0.1.0
4452026-02-11T22:53:41.225Z Downloaded supports-unicode v2.1.0
4462026-02-11T22:53:41.225Z Downloaded supports-hyperlinks v2.1.0
4472026-02-11T22:53:41.225Z Downloaded supports-color v3.0.2
4482026-02-11T22:53:41.225Z Downloaded supports-color v2.1.0
4492026-02-11T22:53:41.225Z Downloaded subtle v2.6.1
4502026-02-11T22:53:41.225Z Downloaded strum_macros v0.26.4
4512026-02-11T22:53:41.250Z Downloaded strum_macros v0.24.3
4522026-02-11T22:53:41.250Z Downloaded strum v0.27.2
4532026-02-11T22:53:41.250Z Downloaded strsim v0.11.1
4542026-02-11T22:53:41.250Z Downloaded strip-ansi-escapes v0.2.0
4552026-02-11T22:53:41.250Z Downloaded string_cache v0.8.9
4562026-02-11T22:53:41.250Z Downloaded smallvec v1.15.1
4572026-02-11T22:53:41.250Z Downloaded slog v2.8.2
4582026-02-11T22:53:41.274Z Downloaded signal-hook v0.3.18
4592026-02-11T22:53:41.274Z Downloaded serde_cbor v0.11.2
4602026-02-11T22:53:41.274Z Downloaded serde v1.0.228
4612026-02-11T22:53:41.299Z Downloaded schemars v0.8.22
4622026-02-11T22:53:41.299Z Downloaded samael v0.0.19
4632026-02-11T22:53:41.324Z Downloaded ron v0.8.1
4642026-02-11T22:53:41.324Z Downloaded ron v0.7.1
4652026-02-11T22:53:41.325Z Downloaded structmeta-derive v0.3.0
4662026-02-11T22:53:41.349Z Downloaded structmeta v0.3.0
4672026-02-11T22:53:41.349Z Downloaded serde_core v1.0.228
4682026-02-11T22:53:41.350Z Downloaded schemars v1.0.4
4692026-02-11T22:53:41.374Z Downloaded plotters v0.3.7
4702026-02-11T22:53:41.374Z Downloaded slog-stdlog v4.1.1
4712026-02-11T22:53:41.374Z Downloaded slog-json v2.6.1
4722026-02-11T22:53:41.399Z Downloaded similar v2.7.0
4732026-02-11T22:53:41.399Z Downloaded shlex v1.3.0
4742026-02-11T22:53:41.399Z Downloaded serde_yaml v0.9.34+deprecated
4752026-02-11T22:53:41.399Z Downloaded schemars v0.9.0
4762026-02-11T22:53:41.423Z Downloaded ssh-encoding v0.2.0
4772026-02-11T22:53:41.423Z Downloaded sqlformat v0.3.5
4782026-02-11T22:53:41.423Z Downloaded spki v0.7.3
4792026-02-11T22:53:41.423Z Downloaded spin v0.9.8
4802026-02-11T22:53:41.423Z Downloaded snafu-derive v0.8.5
4812026-02-11T22:53:41.448Z Downloaded rand v0.9.2
4822026-02-11T22:53:41.448Z Downloaded proc-macro2 v1.0.101
4832026-02-11T22:53:41.448Z Downloaded moka v0.12.10
4842026-02-11T22:53:41.473Z Downloaded libm v0.2.8
4852026-02-11T22:53:41.473Z Downloaded indexmap v2.13.0
4862026-02-11T22:53:41.473Z Downloaded http v1.4.0
4872026-02-11T22:53:41.498Z Downloaded ssh-cipher v0.2.0
4882026-02-11T22:53:41.498Z Downloaded sqlparser_derive v0.2.2
4892026-02-11T22:53:41.498Z Downloaded smf v0.2.3
4902026-02-11T22:53:41.498Z Downloaded smawk v0.3.2
4912026-02-11T22:53:41.499Z Downloaded slog-envlogger v2.2.0
4922026-02-11T22:53:41.499Z Downloaded slog-async v2.8.0
4932026-02-11T22:53:41.499Z Downloaded siphasher v1.0.1
4942026-02-11T22:53:41.499Z Downloaded siphasher v0.3.11
4952026-02-11T22:53:41.499Z Downloaded sigpipe v0.1.3
4962026-02-11T22:53:41.499Z Downloaded sha2 v0.10.9
4972026-02-11T22:53:41.499Z Downloaded serde_with_macros v3.16.1
4982026-02-11T22:53:41.524Z Downloaded serde_tokenstream v0.2.2
4992026-02-11T22:53:41.524Z Downloaded serde_spanned v1.0.4
5002026-02-11T22:53:41.524Z Downloaded serde_path_to_error v0.1.20
5012026-02-11T22:53:41.524Z Downloaded semver v1.0.27
5022026-02-11T22:53:41.525Z Downloaded sec1 v0.7.3
5032026-02-11T22:53:41.525Z Downloaded scroll v0.12.0
5042026-02-11T22:53:41.525Z Downloaded ryu v1.0.18
5052026-02-11T22:53:41.525Z Downloaded rusty-fork v0.3.0
5062026-02-11T22:53:41.525Z Downloaded rustls-pki-types v1.10.0
5072026-02-11T22:53:41.550Z Downloaded rustls-native-certs v0.8.1
5082026-02-11T22:53:41.550Z Downloaded rstest_macros v0.25.0
5092026-02-11T22:53:41.550Z Downloaded rcgen v0.12.1
5102026-02-11T22:53:41.550Z Downloaded rand_chacha v0.9.0
5112026-02-11T22:53:41.550Z Downloaded rand v0.8.5
5122026-02-11T22:53:41.550Z Downloaded quote v1.0.40
5132026-02-11T22:53:41.550Z Downloaded quinn v0.11.5
5142026-02-11T22:53:41.575Z Downloaded publicsuffix v2.3.0
5152026-02-11T22:53:41.575Z Downloaded parking_lot v0.12.3
5162026-02-11T22:53:41.575Z Downloaded parking_lot v0.11.2
5172026-02-11T22:53:41.575Z Downloaded mio v1.0.2
5182026-02-11T22:53:41.575Z Downloaded miniz_oxide v0.8.5
5192026-02-11T22:53:41.600Z Downloaded slog-term v2.9.2
5202026-02-11T22:53:41.600Z Downloaded slog-scope v4.4.0
5212026-02-11T22:53:41.600Z Downloaded slog-dtrace v0.3.0
5222026-02-11T22:53:41.600Z Downloaded slog-bunyan v2.5.0
5232026-02-11T22:53:41.600Z Downloaded slab v0.4.9
5242026-02-11T22:53:41.600Z Downloaded signal-hook-registry v1.4.2
5252026-02-11T22:53:41.600Z Downloaded sha1 v0.10.6
5262026-02-11T22:53:41.600Z Downloaded serde_urlencoded v0.7.1
5272026-02-11T22:53:41.600Z Downloaded serde_spanned v0.6.9
5282026-02-11T22:53:41.600Z Downloaded serde_repr v0.1.19
5292026-02-11T22:53:41.600Z Downloaded serde_regex v1.1.0
5302026-02-11T22:53:41.600Z Downloaded serde_plain v1.0.2
5312026-02-11T22:53:41.625Z Downloaded serde_derive_internals v0.29.1
5322026-02-11T22:53:41.625Z Downloaded serde-untagged v0.1.7
5332026-02-11T22:53:41.625Z Downloaded serde-hex v0.1.0
5342026-02-11T22:53:41.625Z Downloaded semver v0.1.20
5352026-02-11T22:53:41.625Z Downloaded sct v0.7.1
5362026-02-11T22:53:41.625Z Downloaded scroll_derive v0.12.0
5372026-02-11T22:53:41.625Z Downloaded scroll v0.13.0
5382026-02-11T22:53:41.625Z Downloaded scopeguard v1.2.0
5392026-02-11T22:53:41.625Z Downloaded schemars_derive v0.8.22
5402026-02-11T22:53:41.625Z Downloaded rustls-pemfile v2.2.0
5412026-02-11T22:53:41.625Z Downloaded rustls-pemfile v1.0.4
5422026-02-11T22:53:41.650Z Downloaded rustc_version v0.1.7
5432026-02-11T22:53:41.650Z Downloaded rust-argon2 v2.1.0
5442026-02-11T22:53:41.650Z Downloaded russh-keys v0.45.0
5452026-02-11T22:53:41.650Z Downloaded rtoolbox v0.0.2
5462026-02-11T22:53:41.650Z Downloaded rstest v0.25.0
5472026-02-11T22:53:41.650Z Downloaded relative-path v1.9.3
5482026-02-11T22:53:41.650Z Downloaded rayon-core v1.12.1
5492026-02-11T22:53:41.675Z Downloaded rand_distr v0.5.1
5502026-02-11T22:53:41.675Z Downloaded progenitor-impl v0.11.2
5512026-02-11T22:53:41.675Z Downloaded progenitor-impl v0.10.0
5522026-02-11T22:53:41.675Z Downloaded progenitor v0.10.0
5532026-02-11T22:53:41.675Z Downloaded prefix-trie v0.7.0
5542026-02-11T22:53:41.675Z Downloaded predicates v3.1.3
5552026-02-11T22:53:41.700Z Downloaded polyval v0.6.2
5562026-02-11T22:53:41.700Z Downloaded phf v0.12.1
5572026-02-11T22:53:41.700Z Downloaded pest_meta v2.8.2
5582026-02-11T22:53:41.700Z Downloaded pest_generator v2.8.2
5592026-02-11T22:53:41.700Z Downloaded pem v3.0.5
5602026-02-11T22:53:41.700Z Downloaded papergrid v0.14.0
5612026-02-11T22:53:41.700Z Downloaded oxnet v0.1.4
5622026-02-11T22:53:41.700Z Downloaded minimal-lexical v0.2.1
5632026-02-11T22:53:41.725Z Downloaded miette v5.10.0
5642026-02-11T22:53:41.725Z Downloaded hashbrown v0.14.5
5652026-02-11T22:53:41.725Z Downloaded hashbrown v0.12.3
5662026-02-11T22:53:41.725Z Downloaded simd-adler32 v0.3.7
5672026-02-11T22:53:41.750Z Downloaded signature v2.2.0
5682026-02-11T22:53:41.750Z Downloaded signal-hook-tokio v0.3.1
5692026-02-11T22:53:41.751Z Downloaded signal-hook-mio v0.2.4
5702026-02-11T22:53:41.751Z Downloaded shell-words v1.1.0
5712026-02-11T22:53:41.751Z Downloaded serde_bytes v0.11.19
5722026-02-11T22:53:41.751Z Downloaded serde-value v0.7.0
5732026-02-11T22:53:41.751Z Downloaded serde-big-array v0.5.1
5742026-02-11T22:53:41.751Z Downloaded seq-macro v0.3.6
5752026-02-11T22:53:41.776Z Downloaded secrecy v0.10.3
5762026-02-11T22:53:41.776Z Downloaded secrecy v0.8.0
5772026-02-11T22:53:41.776Z Downloaded scrypt v0.11.0
5782026-02-11T22:53:41.776Z Downloaded scroll_derive v0.13.1
5792026-02-11T22:53:41.776Z Downloaded scheduled-thread-pool v0.2.7
5802026-02-11T22:53:41.776Z Downloaded sapling-renderdag v0.1.0
5812026-02-11T22:53:41.776Z Downloaded same-file v1.0.6
5822026-02-11T22:53:41.776Z Downloaded salsa20 v0.10.2
5832026-02-11T22:53:41.776Z Downloaded rustversion v1.0.22
5842026-02-11T22:53:41.776Z Downloaded rustc-demangle v0.1.24
5852026-02-11T22:53:41.801Z Downloaded resolv-conf v0.7.0
5862026-02-11T22:53:41.801Z Downloaded qorb v0.4.1
5872026-02-11T22:53:41.801Z Downloaded progenitor-impl v0.8.0
5882026-02-11T22:53:41.801Z Downloaded pkcs8 v0.10.2
5892026-02-11T22:53:41.801Z Downloaded mime v0.3.17
5902026-02-11T22:53:41.801Z Downloaded indicatif v0.17.11
5912026-02-11T22:53:41.826Z Downloaded hickory-server v0.25.2
5922026-02-11T22:53:41.826Z Downloaded rfc6979 v0.4.0
5932026-02-11T22:53:41.826Z Downloaded rand_core v0.9.3
5942026-02-11T22:53:41.826Z Downloaded rand_core v0.6.4
5952026-02-11T22:53:41.826Z Downloaded progenitor-client v0.10.0
5962026-02-11T22:53:41.826Z Downloaded postcard v1.0.10
5972026-02-11T22:53:41.826Z Downloaded aws-lc-sys v0.26.0
5982026-02-11T22:53:42.118Z Downloaded polling v3.7.3
5992026-02-11T22:53:42.143Z Downloaded num-rational v0.4.2
6002026-02-11T22:53:42.143Z Downloaded memchr v2.7.4
6012026-02-11T22:53:42.143Z Downloaded prettyplease v0.2.36
6022026-02-11T22:53:42.143Z Downloaded openssl-sys v0.9.109
6032026-02-11T22:53:42.168Z Downloaded chrono-tz v0.10.4
6042026-02-11T22:53:42.168Z Downloaded progenitor-macro v0.11.2
6052026-02-11T22:53:42.193Z Downloaded pkcs5 v0.7.1
6062026-02-11T22:53:42.193Z Downloaded pkcs1 v0.7.5
6072026-02-11T22:53:42.193Z Downloaded petname v2.0.2
6082026-02-11T22:53:42.193Z Downloaded papergrid v0.17.0
6092026-02-11T22:53:42.193Z Downloaded rustc-hash v1.1.0
6102026-02-11T22:53:42.218Z Downloaded russh-cryptovec v0.7.3
6112026-02-11T22:53:42.218Z Downloaded rand_chacha v0.3.1
6122026-02-11T22:53:42.218Z Downloaded quick-error v1.2.3
6132026-02-11T22:53:42.218Z Downloaded progenitor-client v0.11.2
6142026-02-11T22:53:42.218Z Downloaded proc-macro-error-attr2 v2.0.0
6152026-02-11T22:53:42.218Z Downloaded primeorder v0.13.6
6162026-02-11T22:53:42.218Z Downloaded pin-project-lite v0.2.14
6172026-02-11T22:53:42.218Z Downloaded pin-project v1.1.6
6182026-02-11T22:53:42.244Z Downloaded password-hash v0.4.2
6192026-02-11T22:53:42.244Z Downloaded oso v0.27.3
6202026-02-11T22:53:42.244Z Downloaded highway v1.3.0
6212026-02-11T22:53:42.244Z Downloaded psl-types v2.0.11
6222026-02-11T22:53:42.244Z Downloaded progenitor-macro v0.8.0
6232026-02-11T22:53:42.244Z Downloaded proc-macro-error2 v2.0.1
6242026-02-11T22:53:42.244Z Downloaded proc-macro-crate v1.3.1
6252026-02-11T22:53:42.244Z Downloaded pkg-config v0.3.31
6262026-02-11T22:53:42.269Z Downloaded pin-project-internal v1.1.6
6272026-02-11T22:53:42.269Z Downloaded phf v0.11.2
6282026-02-11T22:53:42.269Z Downloaded pem-rfc7468 v0.7.0
6292026-02-11T22:53:42.269Z Downloaded peg v0.8.5
6302026-02-11T22:53:42.269Z Downloaded paste v1.0.15
6312026-02-11T22:53:42.269Z Downloaded partial-io v0.5.4
6322026-02-11T22:53:42.269Z Downloaded parking_lot_core v0.9.10
6332026-02-11T22:53:42.269Z Downloaded parking_lot_core v0.8.6
6342026-02-11T22:53:42.294Z Downloaded omicron-zone-package v0.12.2
6352026-02-11T22:53:42.294Z Downloaded num_enum_derive v0.5.11
6362026-02-11T22:53:42.294Z Downloaded num_enum v0.5.11
6372026-02-11T22:53:42.294Z Downloaded num-iter v0.1.45
6382026-02-11T22:53:42.294Z Downloaded num-integer v0.1.46
6392026-02-11T22:53:42.294Z Downloaded nom v7.1.3
6402026-02-11T22:53:42.294Z Downloaded miette-derive v5.10.0
6412026-02-11T22:53:42.319Z Downloaded memmap v0.7.0
6422026-02-11T22:53:42.319Z Downloaded md-5 v0.10.6
6432026-02-11T22:53:42.319Z Downloaded ingot v0.1.1
6442026-02-11T22:53:42.319Z Downloaded indicatif v0.18.0
6452026-02-11T22:53:42.319Z Downloaded httparse v1.9.5
6462026-02-11T22:53:42.319Z Downloaded csv v1.3.1
6472026-02-11T22:53:42.344Z Downloaded rand_xorshift v0.4.0
6482026-02-11T22:53:42.344Z Downloaded radium v0.7.0
6492026-02-11T22:53:42.344Z Downloaded r2d2 v0.8.10
6502026-02-11T22:53:42.369Z Downloaded progenitor-macro v0.10.0
6512026-02-11T22:53:42.369Z Downloaded progenitor-client v0.8.0
6522026-02-11T22:53:42.369Z Downloaded progenitor v0.8.0
6532026-02-11T22:53:42.369Z Downloaded proc-macro-crate v3.2.0
6542026-02-11T22:53:42.369Z Downloaded pretty-hex v0.2.1
6552026-02-11T22:53:42.369Z Downloaded predicates-core v1.0.8
6562026-02-11T22:53:42.369Z Downloaded precomputed-hash v0.1.1
6572026-02-11T22:53:42.369Z Downloaded powerfmt v0.2.0
6582026-02-11T22:53:42.369Z Downloaded phf_shared v0.12.1
6592026-02-11T22:53:42.370Z Downloaded peg-macros v0.8.5
6602026-02-11T22:53:42.370Z Downloaded path-tree v0.8.1
6612026-02-11T22:53:42.370Z Downloaded parse-size v1.1.0
6622026-02-11T22:53:42.370Z Downloaded parking v2.2.1
6632026-02-11T22:53:42.370Z Downloaded owo-colors v3.5.0
6642026-02-11T22:53:42.395Z Downloaded num-derive v0.4.2
6652026-02-11T22:53:42.395Z Downloaded md5 v0.7.0
6662026-02-11T22:53:42.395Z Downloaded lalrpop-util v0.19.12
6672026-02-11T22:53:42.395Z Downloaded is_ci v1.2.0
6682026-02-11T22:53:42.395Z Downloaded ingot-macros v0.1.1
6692026-02-11T22:53:42.395Z Downloaded hickory-proto v0.25.2
6702026-02-11T22:53:42.419Z Downloaded pretty_assertions v1.4.1
6712026-02-11T22:53:42.420Z Downloaded pretty-hex v0.4.1
6722026-02-11T22:53:42.420Z Downloaded predicates-tree v1.0.12
6732026-02-11T22:53:42.420Z Downloaded plotters-backend v0.3.7
6742026-02-11T22:53:42.444Z Downloaded plain v0.2.3
6752026-02-11T22:53:42.445Z Downloaded piper v0.2.4
6762026-02-11T22:53:42.445Z Downloaded pbkdf2 v0.11.0
6772026-02-11T22:53:42.445Z Downloaded pathdiff v0.2.3
6782026-02-11T22:53:42.445Z Downloaded path-slash v0.1.5
6792026-02-11T22:53:42.445Z Downloaded parse-display-derive v0.10.0
6802026-02-11T22:53:42.445Z Downloaded oxide-tokio-rt v0.1.2
6812026-02-11T22:53:42.445Z Downloaded openssl-macros v0.1.1
6822026-02-11T22:53:42.445Z Downloaded oorandom v11.1.4
6832026-02-11T22:53:42.445Z Downloaded num-conv v0.1.0
6842026-02-11T22:53:42.445Z Downloaded num-bigint v0.4.6
6852026-02-11T22:53:42.469Z Downloaded ipnetwork v0.21.1
6862026-02-11T22:53:42.469Z Downloaded ipnet v2.11.0
6872026-02-11T22:53:42.469Z Downloaded owo-colors v4.2.2
6882026-02-11T22:53:42.469Z Downloaded olpc-cjson v0.1.4
6892026-02-11T22:53:42.469Z Downloaded number_prefix v0.4.0
6902026-02-11T22:53:42.470Z Downloaded hostname v0.4.2
6912026-02-11T22:53:42.470Z Downloaded hickory-proto v0.24.4
6922026-02-11T22:53:42.495Z Downloaded indoc v1.0.9
6932026-02-11T22:53:42.495Z Downloaded instability v0.3.2
6942026-02-11T22:53:42.495Z Downloaded hmac v0.12.1
6952026-02-11T22:53:42.495Z Downloaded ppv-lite86 v0.2.20
6962026-02-11T22:53:42.520Z Downloaded postgres-types v0.2.9
6972026-02-11T22:53:42.520Z Downloaded postgres-protocol v0.6.8
6982026-02-11T22:53:42.520Z Downloaded opaque-debug v0.3.1
6992026-02-11T22:53:42.520Z Downloaded object v0.36.5
7002026-02-11T22:53:42.547Z Downloaded nu-ansi-term v0.50.1
7012026-02-11T22:53:42.547Z Downloaded newline-converter v0.3.0
7022026-02-11T22:53:42.547Z Downloaded lazy_static v1.5.0
7032026-02-11T22:53:42.547Z Downloaded is_terminal_polyfill v1.70.1
7042026-02-11T22:53:42.547Z Downloaded inout v0.1.3
7052026-02-11T22:53:42.547Z Downloaded http-body-util v0.1.3
7062026-02-11T22:53:42.547Z Downloaded hostname v0.3.1
7072026-02-11T22:53:42.547Z Downloaded hash32 v0.3.1
7082026-02-11T22:53:42.547Z Downloaded guppy v0.17.20
7092026-02-11T22:53:42.572Z Downloaded phf_shared v0.11.2
7102026-02-11T22:53:42.572Z Downloaded pest v2.8.2
7112026-02-11T22:53:42.572Z Downloaded ordered-float v2.10.1
7122026-02-11T22:53:42.572Z Downloaded normalize-line-endings v0.3.0
7132026-02-11T22:53:42.572Z Downloaded newtype_derive v0.1.6
7142026-02-11T22:53:42.573Z Downloaded newtype-uuid-macros v0.1.0
7152026-02-11T22:53:42.573Z Downloaded newtype-uuid v1.3.2
7162026-02-11T22:53:42.573Z Downloaded nested v0.1.1
7172026-02-11T22:53:42.573Z Downloaded native-tls v0.2.12
7182026-02-11T22:53:42.597Z Downloaded nanorand v0.7.0
7192026-02-11T22:53:42.597Z Downloaded multimap v0.10.1
7202026-02-11T22:53:42.597Z Downloaded itertools v0.14.0
7212026-02-11T22:53:42.597Z Downloaded itertools v0.13.0
7222026-02-11T22:53:42.622Z Downloaded iddqd v0.3.16
7232026-02-11T22:53:42.622Z Downloaded http-body v1.0.1
7242026-02-11T22:53:42.622Z Downloaded hashbrown v0.15.4
7252026-02-11T22:53:42.622Z Downloaded half v1.8.3
7262026-02-11T22:53:42.622Z Downloaded globwalk v0.9.1
7272026-02-11T22:53:42.647Z Downloaded gimli v0.31.1
7282026-02-11T22:53:42.647Z Downloaded futures-sink v0.3.31
7292026-02-11T22:53:42.647Z Downloaded futures-macro v0.3.31
7302026-02-11T22:53:42.647Z Downloaded pest_derive v2.8.2
7312026-02-11T22:53:42.647Z Downloaded percent-encoding v2.3.2
7322026-02-11T22:53:42.647Z Downloaded peg-runtime v0.8.5
7332026-02-11T22:53:42.647Z Downloaded password-hash v0.5.0
7342026-02-11T22:53:42.647Z Downloaded parse-display v0.10.0
7352026-02-11T22:53:42.647Z Downloaded nonempty v0.12.0
7362026-02-11T22:53:42.672Z Downloaded lru-cache v0.1.2
7372026-02-11T22:53:42.672Z Downloaded litrs v0.4.1
7382026-02-11T22:53:42.672Z Downloaded libz-rs-sys v0.5.1
7392026-02-11T22:53:42.672Z Downloaded libxml v0.3.3
7402026-02-11T22:53:42.673Z Downloaded libsw v3.5.0
7412026-02-11T22:53:42.673Z Downloaded itertools v0.12.1
7422026-02-11T22:53:42.699Z Downloaded icu_properties_data v1.5.0
7432026-02-11T22:53:42.699Z Downloaded hyper v1.8.1
7442026-02-11T22:53:42.724Z Downloaded hash32 v0.2.1
7452026-02-11T22:53:42.724Z Downloaded flume v0.11.1
7462026-02-11T22:53:42.724Z Downloaded bzip2-sys v0.1.13+1.0.8
7472026-02-11T22:53:42.724Z Downloaded packed_struct_codegen v0.10.1
7482026-02-11T22:53:42.749Z Downloaded packed_struct v0.10.1
7492026-02-11T22:53:42.749Z Downloaded p256 v0.13.2
7502026-02-11T22:53:42.749Z Downloaded once_cell v1.21.3
7512026-02-11T22:53:42.749Z Downloaded maybe-uninit v2.0.0
7522026-02-11T22:53:42.749Z Downloaded lzss v0.8.2
7532026-02-11T22:53:42.749Z Downloaded log v0.4.29
7542026-02-11T22:53:42.749Z Downloaded lockfree-object-pool v0.1.6
7552026-02-11T22:53:42.749Z Downloaded linked-hash-map v0.5.6
7562026-02-11T22:53:42.749Z Downloaded lalrpop v0.19.12
7572026-02-11T22:53:42.774Z Downloaded knuffel v3.2.0
7582026-02-11T22:53:42.774Z Downloaded jiff-static v0.2.15
7592026-02-11T22:53:42.774Z Downloaded itertools v0.10.5
7602026-02-11T22:53:42.802Z Downloaded ignore v0.4.23
7612026-02-11T22:53:42.802Z Downloaded icu_locid v1.5.0
7622026-02-11T22:53:42.802Z Downloaded hyper-util v0.1.19
7632026-02-11T22:53:42.803Z Downloaded git2 v0.20.2
7642026-02-11T22:53:42.827Z Downloaded futures-util v0.3.31
7652026-02-11T22:53:42.852Z Downloaded diesel v2.2.12
7662026-02-11T22:53:42.876Z Downloaded curve25519-dalek v4.1.3
7672026-02-11T22:53:42.876Z Downloaded num_threads v0.1.7
7682026-02-11T22:53:42.876Z Downloaded num-traits v0.2.19
7692026-02-11T22:53:42.877Z Downloaded num-derive v0.3.3
7702026-02-11T22:53:42.901Z Downloaded num-complex v0.4.6
7712026-02-11T22:53:42.901Z Downloaded num v0.4.3
7722026-02-11T22:53:42.901Z Downloaded nibble_vec v0.1.0
7732026-02-11T22:53:42.901Z Downloaded multer v3.1.0
7742026-02-11T22:53:42.901Z Downloaded mime_guess v2.0.5
7752026-02-11T22:53:42.901Z Downloaded memmap2 v0.9.8
7762026-02-11T22:53:42.901Z Downloaded macaddr v1.0.1
7772026-02-11T22:53:42.901Z Downloaded lock_api v0.4.12
7782026-02-11T22:53:42.902Z Downloaded linear-map v1.2.0
7792026-02-11T22:53:42.902Z Downloaded libtest-mimic v0.8.1
7802026-02-11T22:53:42.926Z Downloaded libsw-core v0.3.1
7812026-02-11T22:53:42.926Z Downloaded libefi-sys v0.1.0
7822026-02-11T22:53:42.926Z Downloaded kstat-rs v0.2.4
7832026-02-11T22:53:42.926Z Downloaded idna v1.0.3
7842026-02-11T22:53:42.926Z Downloaded icu_properties v1.5.1
7852026-02-11T22:53:42.926Z Downloaded icu_normalizer_data v1.5.0
7862026-02-11T22:53:42.927Z Downloaded icu_collections v1.5.0
7872026-02-11T22:53:42.952Z Downloaded iana-time-zone v0.1.63
7882026-02-11T22:53:42.952Z Downloaded hyper-rustls v0.27.7
7892026-02-11T22:53:42.952Z Downloaded hashbrown v0.16.1
7902026-02-11T22:53:42.952Z Downloaded futures-executor v0.3.31
7912026-02-11T22:53:42.952Z Downloaded float-cmp v0.10.0
7922026-02-11T22:53:42.952Z Downloaded dropshot v0.16.7
7932026-02-11T22:53:42.985Z Downloaded new_debug_unreachable v1.0.6
7942026-02-11T22:53:43.010Z Downloaded memoffset v0.9.1
7952026-02-11T22:53:43.010Z Downloaded match_cfg v0.1.0
7962026-02-11T22:53:43.010Z Downloaded maplit v1.0.2
7972026-02-11T22:53:43.010Z Downloaded litemap v0.7.3
7982026-02-11T22:53:43.010Z Downloaded libscf-sys v1.1.0
7992026-02-11T22:53:43.010Z Downloaded lazycell v1.3.0
8002026-02-11T22:53:43.010Z Downloaded knuffel-derive v3.2.0
8012026-02-11T22:53:43.010Z Downloaded jobserver v0.1.32
8022026-02-11T22:53:43.035Z Downloaded internet-checksum v0.2.1
8032026-02-11T22:53:43.035Z Downloaded instant v0.1.13
8042026-02-11T22:53:43.035Z Downloaded ingot-types v0.1.2
8052026-02-11T22:53:43.035Z Downloaded indexmap v1.9.3
8062026-02-11T22:53:43.035Z Downloaded icu_provider_macros v1.5.0
8072026-02-11T22:53:43.035Z Downloaded icu_normalizer v1.5.0
8082026-02-11T22:53:43.035Z Downloaded icu_locid_transform_data v1.5.0
8092026-02-11T22:53:43.035Z Downloaded hyper-tls v0.6.0
8102026-02-11T22:53:43.035Z Downloaded hyper-staticfile v0.10.1
8112026-02-11T22:53:43.060Z Downloaded hkdf v0.12.4
8122026-02-11T22:53:43.060Z Downloaded hickory-resolver v0.25.2
8132026-02-11T22:53:43.060Z Downloaded hickory-resolver v0.24.4
8142026-02-11T22:53:43.060Z Downloaded goblin v0.10.2
8152026-02-11T22:53:43.084Z Downloaded ff v0.13.0
8162026-02-11T22:53:43.084Z Downloaded diff v0.1.13
8172026-02-11T22:53:43.084Z Downloaded des v0.8.1
8182026-02-11T22:53:43.085Z Downloaded derive_more v2.0.1
8192026-02-11T22:53:43.085Z Downloaded crucible-workspace-hack v0.1.0
8202026-02-11T22:53:43.109Z Downloaded criterion v0.7.0
8212026-02-11T22:53:43.109Z Downloaded lru v0.12.5
8222026-02-11T22:53:43.109Z Downloaded libloading v0.8.5
8232026-02-11T22:53:43.109Z Downloaded keccak v0.1.5
8242026-02-11T22:53:43.109Z Downloaded itoa v1.0.11
8252026-02-11T22:53:43.109Z Downloaded is-terminal v0.4.13
8262026-02-11T22:53:43.109Z Downloaded indoc v2.0.6
8272026-02-11T22:53:43.109Z Downloaded indent_write v2.2.0
8282026-02-11T22:53:43.134Z Downloaded impl-trait-for-tuples v0.2.2
8292026-02-11T22:53:43.134Z Downloaded idna_adapter v1.2.0
8302026-02-11T22:53:43.134Z Downloaded icu_provider v1.5.0
8312026-02-11T22:53:43.134Z Downloaded humantime v2.2.0
8322026-02-11T22:53:43.134Z Downloaded hubpack v0.1.2
8332026-02-11T22:53:43.134Z Downloaded httptest v0.16.3
8342026-02-11T22:53:43.134Z Downloaded hex v0.4.3
8352026-02-11T22:53:43.134Z Downloaded heapless v0.8.0
8362026-02-11T22:53:43.134Z Downloaded headers v0.4.1
8372026-02-11T22:53:43.159Z Downloaded goblin v0.8.2
8382026-02-11T22:53:43.159Z Downloaded getrandom v0.3.4
8392026-02-11T22:53:43.159Z Downloaded futures v0.3.31
8402026-02-11T22:53:43.184Z Downloaded fnv v1.0.7
8412026-02-11T22:53:43.184Z Downloaded ed25519 v2.2.3
8422026-02-11T22:53:43.184Z Downloaded digest v0.10.7
8432026-02-11T22:53:43.184Z Downloaded defmt-parser v0.3.4
8442026-02-11T22:53:43.184Z Downloaded data-encoding v2.9.0
8452026-02-11T22:53:43.184Z Downloaded darling v0.21.0
8462026-02-11T22:53:43.184Z Downloaded crypto-common v0.1.6
8472026-02-11T22:53:43.184Z Downloaded crossterm v0.28.1
8482026-02-11T22:53:43.209Z Downloaded ident_case v1.0.1
8492026-02-11T22:53:43.209Z Downloaded icu_locid_transform v1.5.0
8502026-02-11T22:53:43.209Z Downloaded hickory-client v0.25.2
8512026-02-11T22:53:43.209Z Downloaded hex-literal v0.4.1
8522026-02-11T22:53:43.209Z Downloaded heck v0.4.1
8532026-02-11T22:53:43.209Z Downloaded heck v0.3.3
8542026-02-11T22:53:43.209Z Downloaded heapless v0.7.17
8552026-02-11T22:53:43.209Z Downloaded headers-core v0.3.0
8562026-02-11T22:53:43.209Z Downloaded hashbrown v0.13.2
8572026-02-11T22:53:43.234Z Downloaded glob v0.3.2
8582026-02-11T22:53:43.234Z Downloaded getrandom v0.2.15
8592026-02-11T22:53:43.234Z Downloaded gethostname v0.5.0
8602026-02-11T22:53:43.234Z Downloaded generic-array v0.14.7
8612026-02-11T22:53:43.234Z Downloaded futures-timer v3.0.3
8622026-02-11T22:53:43.234Z Downloaded fs-err v3.1.1
8632026-02-11T22:53:43.234Z Downloaded foreign-types-macros v0.2.3
8642026-02-11T22:53:43.234Z Downloaded filetime v0.2.26
8652026-02-11T22:53:43.234Z Downloaded fd-lock v4.0.2
8662026-02-11T22:53:43.234Z Downloaded fatfs v0.3.6
8672026-02-11T22:53:43.259Z Downloaded fastrand v2.1.1
8682026-02-11T22:53:43.259Z Downloaded fancy-regex v0.14.0
8692026-02-11T22:53:43.259Z Downloaded expectorate v1.2.0
8702026-02-11T22:53:43.259Z Downloaded event-listener v5.3.1
8712026-02-11T22:53:43.259Z Downloaded elliptic-curve v0.13.8
8722026-02-11T22:53:43.259Z Downloaded dtrace-parser v0.3.0
8732026-02-11T22:53:43.259Z Downloaded dropshot-api-manager-types v0.2.4
8742026-02-11T22:53:43.259Z Downloaded doc-comment v0.3.3
8752026-02-11T22:53:43.259Z Downloaded dirs-next v2.0.0
8762026-02-11T22:53:43.284Z Downloaded derive_more-impl v2.0.1
8772026-02-11T22:53:43.284Z Downloaded derive_more v0.99.20
8782026-02-11T22:53:43.284Z Downloaded darling v0.20.10
8792026-02-11T22:53:43.284Z Downloaded daft-derive v0.1.4
8802026-02-11T22:53:43.308Z Downloaded crossterm v0.29.0
8812026-02-11T22:53:43.308Z Downloaded critical-section v1.1.3
8822026-02-11T22:53:43.308Z Downloaded criterion-plot v0.6.0
8832026-02-11T22:53:43.308Z Downloaded console v0.16.0
8842026-02-11T22:53:43.308Z Downloaded colored v2.2.0
8852026-02-11T22:53:43.333Z Downloaded httpdate v1.0.3
8862026-02-11T22:53:43.333Z Downloaded http-range v0.1.5
8872026-02-11T22:53:43.334Z Downloaded futures-core v0.3.31
8882026-02-11T22:53:43.334Z Downloaded futures-channel v0.3.31
8892026-02-11T22:53:43.334Z Downloaded funty v2.0.0
8902026-02-11T22:53:43.334Z Downloaded fs-err v2.11.0
8912026-02-11T22:53:43.334Z Downloaded form_urlencoded v1.2.2
8922026-02-11T22:53:43.334Z Downloaded foreign-types-shared v0.3.1
8932026-02-11T22:53:43.334Z Downloaded foreign-types v0.5.0
8942026-02-11T22:53:43.334Z Downloaded foreign-types v0.3.2
8952026-02-11T22:53:43.334Z Downloaded foldhash v0.1.5
8962026-02-11T22:53:43.334Z Downloaded flagset v0.4.6
8972026-02-11T22:53:43.334Z Downloaded fixedbitset v0.5.7
8982026-02-11T22:53:43.334Z Downloaded fixedbitset v0.4.2
8992026-02-11T22:53:43.334Z Downloaded event-listener-strategy v0.5.2
9002026-02-11T22:53:43.359Z Downloaded event-listener v2.5.3
9012026-02-11T22:53:43.359Z Downloaded erased-serde v0.3.31
9022026-02-11T22:53:43.359Z Downloaded enum-as-inner v0.6.1
9032026-02-11T22:53:43.359Z Downloaded either v1.15.0
9042026-02-11T22:53:43.359Z Downloaded dsl_auto_type v0.1.2
9052026-02-11T22:53:43.359Z Downloaded document-features v0.2.11
9062026-02-11T22:53:43.359Z Downloaded diesel_table_macro_syntax v0.2.0
9072026-02-11T22:53:43.359Z Downloaded derive_builder_macro v0.20.2
9082026-02-11T22:53:43.359Z Downloaded derive_builder v0.20.2
9092026-02-11T22:53:43.359Z Downloaded deranged v0.5.3
9102026-02-11T22:53:43.359Z Downloaded crypto-bigint v0.5.5
9112026-02-11T22:53:43.385Z Downloaded crc8 v0.1.1
9122026-02-11T22:53:43.385Z Downloaded crc32fast v1.4.2
9132026-02-11T22:53:43.385Z Downloaded const_format v0.2.34
9142026-02-11T22:53:43.385Z Downloaded clap_builder v4.5.48
9152026-02-11T22:53:43.385Z Downloaded chrono v0.4.43
9162026-02-11T22:53:43.409Z Downloaded bstr v1.10.0
9172026-02-11T22:53:43.409Z Downloaded bitvec v1.0.1
9182026-02-11T22:53:43.434Z Downloaded bindgen v0.69.5
9192026-02-11T22:53:43.459Z Downloaded heck v0.5.0
9202026-02-11T22:53:43.459Z Downloaded half v2.4.1
9212026-02-11T22:53:43.459Z Downloaded env_logger v0.11.8
9222026-02-11T22:53:43.459Z Downloaded endian-type v0.1.2
9232026-02-11T22:53:43.459Z Downloaded ena v0.14.3
9242026-02-11T22:53:43.459Z Downloaded embedded-io v0.6.1
9252026-02-11T22:53:43.459Z Downloaded dropshot_endpoint v0.16.7
9262026-02-11T22:53:43.484Z Downloaded dof v0.3.0
9272026-02-11T22:53:43.484Z Downloaded daft v0.1.4
9282026-02-11T22:53:43.484Z Downloaded crossbeam-utils v0.8.21
9292026-02-11T22:53:43.484Z Downloaded const-oid v0.9.6
9302026-02-11T22:53:43.484Z Downloaded concurrent-queue v2.5.0
9312026-02-11T22:53:43.484Z Downloaded compact_str v0.8.0
9322026-02-11T22:53:43.484Z Downloaded colorchoice v1.0.2
9332026-02-11T22:53:43.484Z Downloaded clap_derive v4.5.47
9342026-02-11T22:53:43.484Z Downloaded clang-sys v1.8.1
9352026-02-11T22:53:43.509Z Downloaded cipher v0.4.4
9362026-02-11T22:53:43.509Z Downloaded chumsky v0.9.3
9372026-02-11T22:53:43.509Z Downloaded chacha20poly1305 v0.10.1
9382026-02-11T22:53:43.509Z Downloaded bumpalo v3.16.0
9392026-02-11T22:53:43.509Z Downloaded blake3 v1.5.4
9402026-02-11T22:53:43.534Z Downloaded aho-corasick v1.1.3
9412026-02-11T22:53:43.534Z Downloaded group v0.13.0
9422026-02-11T22:53:43.534Z Downloaded globset v0.4.15
9432026-02-11T22:53:43.534Z Downloaded ghash v0.5.1
9442026-02-11T22:53:43.534Z Downloaded fxhash v0.2.1
9452026-02-11T22:53:43.534Z Downloaded futures-task v0.3.31
9462026-02-11T22:53:43.534Z Downloaded futures-lite v2.3.0
9472026-02-11T22:53:43.535Z Downloaded float-ord v0.3.2
9482026-02-11T22:53:43.535Z Downloaded errno v0.3.12
9492026-02-11T22:53:43.535Z Downloaded erased-serde v0.4.6
9502026-02-11T22:53:43.559Z Downloaded equivalent v1.0.2
9512026-02-11T22:53:43.559Z Downloaded env_filter v0.1.2
9522026-02-11T22:53:43.559Z Downloaded embedded-io v0.4.0
9532026-02-11T22:53:43.559Z Downloaded ed25519-dalek v2.1.1
9542026-02-11T22:53:43.559Z Downloaded ecdsa v0.16.9
9552026-02-11T22:53:43.559Z Downloaded dyn-clone v1.0.20
9562026-02-11T22:53:43.559Z Downloaded dropshot-api-manager v0.2.4
9572026-02-11T22:53:43.559Z Downloaded dirs-sys-next v0.1.2
9582026-02-11T22:53:43.559Z Downloaded derive-ex v0.1.8
9592026-02-11T22:53:43.560Z Downloaded defmt-macros v0.3.9
9602026-02-11T22:53:43.584Z Downloaded debug-ignore v1.0.5
9612026-02-11T22:53:43.585Z Downloaded darling_macro v0.21.0
9622026-02-11T22:53:43.585Z Downloaded cstr-argument v0.1.2
9632026-02-11T22:53:43.585Z Downloaded colored v3.0.0
9642026-02-11T22:53:43.585Z Downloaded cmake v0.1.51
9652026-02-11T22:53:43.585Z Downloaded clap_lex v0.7.4
9662026-02-11T22:53:43.585Z Downloaded ciborium-ll v0.2.2
9672026-02-11T22:53:43.585Z Downloaded ciborium-io v0.2.2
9682026-02-11T22:53:43.585Z Downloaded chacha20 v0.9.1
9692026-02-11T22:53:43.585Z Downloaded cfg-expr v0.20.1
9702026-02-11T22:53:43.585Z Downloaded cargo-util-schemas v0.8.2
9712026-02-11T22:53:43.585Z Downloaded cargo-platform v0.1.8
9722026-02-11T22:53:43.610Z Downloaded block-buffer v0.10.4
9732026-02-11T22:53:43.610Z Downloaded bit-set v0.5.3
9742026-02-11T22:53:43.610Z Downloaded bindgen v0.71.1
9752026-02-11T22:53:43.610Z Downloaded bb8 v0.8.5
9762026-02-11T22:53:43.610Z Downloaded base64 v0.22.1
9772026-02-11T22:53:43.610Z Downloaded base64 v0.13.1
9782026-02-11T22:53:43.610Z Downloaded base16ct v0.2.0
9792026-02-11T22:53:43.634Z Downloaded aws-lc-rs v1.12.4
9802026-02-11T22:53:43.634Z Downloaded atty v0.2.14
9812026-02-11T22:53:43.634Z Downloaded async-task v4.7.1
9822026-02-11T22:53:43.635Z Downloaded async-io v2.3.4
9832026-02-11T22:53:43.635Z Downloaded assert_matches v1.5.0
9842026-02-11T22:53:43.635Z Downloaded ascii-canvas v3.0.0
9852026-02-11T22:53:43.659Z Downloaded allocator-api2 v0.2.21
9862026-02-11T22:53:43.659Z Downloaded fs_extra v1.3.0
9872026-02-11T22:53:43.659Z Downloaded foreign-types-shared v0.1.1
9882026-02-11T22:53:43.659Z Downloaded foldhash v0.2.0
9892026-02-11T22:53:43.660Z Downloaded flate2 v1.1.2
9902026-02-11T22:53:43.660Z Downloaded dunce v1.0.5
9912026-02-11T22:53:43.660Z Downloaded dtrace-parser v0.2.0
9922026-02-11T22:53:43.660Z Downloaded drift v0.1.3
9932026-02-11T22:53:43.684Z Downloaded dof v0.4.0
9942026-02-11T22:53:43.684Z Downloaded displaydoc v0.2.5
9952026-02-11T22:53:43.685Z Downloaded display-error-chain v0.2.2
9962026-02-11T22:53:43.685Z Downloaded difflib v0.4.0
9972026-02-11T22:53:43.685Z Downloaded diesel_derives v2.2.3
9982026-02-11T22:53:43.685Z Downloaded derive-where v1.5.0
9992026-02-11T22:53:43.685Z Downloaded defmt v0.3.8
10002026-02-11T22:53:43.709Z Downloaded datatest-stable v0.3.2
10012026-02-11T22:53:43.709Z Downloaded curve25519-dalek-derive v0.1.1
10022026-02-11T22:53:43.709Z Downloaded csv-core v0.1.11
10032026-02-11T22:53:43.709Z Downloaded ciborium v0.2.2
10042026-02-11T22:53:43.710Z Downloaded cfg_aliases v0.2.1
10052026-02-11T22:53:43.710Z Downloaded cfg_aliases v0.1.1
10062026-02-11T22:53:43.710Z Downloaded cc v1.2.30
10072026-02-11T22:53:43.710Z Downloaded castaway v0.2.3
10082026-02-11T22:53:43.710Z Downloaded cargo_metadata v0.19.2
10092026-02-11T22:53:43.735Z Downloaded bytes v1.11.1
10102026-02-11T22:53:43.735Z Downloaded block-padding v0.3.3
10112026-02-11T22:53:43.735Z Downloaded async-signal v0.2.10
10122026-02-11T22:53:43.735Z Downloaded async-global-executor v2.4.1
10132026-02-11T22:53:43.735Z Downloaded async-executor v1.13.1
10142026-02-11T22:53:43.736Z Downloaded derive_builder_core v0.20.2
10152026-02-11T22:53:43.736Z Downloaded der_derive v0.7.3
10162026-02-11T22:53:43.736Z Downloaded der v0.7.10
10172026-02-11T22:53:43.760Z Downloaded darling_core v0.21.0
10182026-02-11T22:53:43.760Z Downloaded darling_core v0.20.10
10192026-02-11T22:53:43.760Z Downloaded ctr v0.9.2
10202026-02-11T22:53:43.760Z Downloaded crunchy v0.2.2
10212026-02-11T22:53:43.760Z Downloaded crossbeam-epoch v0.9.18
10222026-02-11T22:53:43.760Z Downloaded crossbeam-deque v0.8.5
10232026-02-11T22:53:43.760Z Downloaded crossbeam-channel v0.5.15
10242026-02-11T22:53:43.785Z Downloaded corncobs v0.1.4
10252026-02-11T22:53:43.785Z Downloaded convert_case v0.7.1
10262026-02-11T22:53:43.785Z Downloaded console v0.15.10
10272026-02-11T22:53:43.785Z Downloaded cobs v0.2.3
10282026-02-11T22:53:43.785Z Downloaded cexpr v0.6.0
10292026-02-11T22:53:43.785Z Downloaded camino-tempfile v1.4.1
10302026-02-11T22:53:43.785Z Downloaded bzip2 v0.4.4
10312026-02-11T22:53:43.786Z Downloaded bitflags v2.9.4
10322026-02-11T22:53:43.811Z Downloaded bitflags v1.3.2
10332026-02-11T22:53:43.811Z Downloaded bit-set v0.8.0
10342026-02-11T22:53:43.811Z Downloaded bcs v0.1.6
10352026-02-11T22:53:43.811Z Downloaded base64ct v1.6.0
10362026-02-11T22:53:43.811Z Downloaded backtrace v0.3.74
10372026-02-11T22:53:43.811Z Downloaded async-trait v0.1.89
10382026-02-11T22:53:43.836Z Downloaded async-attributes v1.1.2
10392026-02-11T22:53:43.836Z Downloaded arrayref v0.3.9
10402026-02-11T22:53:43.836Z Downloaded escape8259 v0.5.3
10412026-02-11T22:53:43.836Z Downloaded darling_macro v0.20.10
10422026-02-11T22:53:43.836Z Downloaded crc-catalog v2.4.0
10432026-02-11T22:53:43.836Z Downloaded crc-any v2.5.0
10442026-02-11T22:53:43.836Z Downloaded cpufeatures v0.2.14
10452026-02-11T22:53:43.836Z Downloaded cookie v0.18.1
10462026-02-11T22:53:43.836Z Downloaded constant_time_eq v0.3.1
10472026-02-11T22:53:43.836Z Downloaded cbc v0.1.2
10482026-02-11T22:53:43.836Z Downloaded cassowary v0.3.0
10492026-02-11T22:53:43.836Z Downloaded cargo_metadata v0.21.0
10502026-02-11T22:53:43.836Z Downloaded cancel-safe-futures v0.1.5
10512026-02-11T22:53:43.861Z Downloaded camino-tempfile-ext v0.3.2
10522026-02-11T22:53:43.861Z Downloaded bytecount v0.6.8
10532026-02-11T22:53:43.861Z Downloaded buf-list v1.0.3
10542026-02-11T22:53:43.861Z Downloaded blocking v1.6.1
10552026-02-11T22:53:43.861Z Downloaded bitfield-macros v0.19.2
10562026-02-11T22:53:43.861Z Downloaded bitfield v0.19.2
10572026-02-11T22:53:43.861Z Downloaded bit-vec v0.6.3
10582026-02-11T22:53:43.861Z Downloaded array-init v0.0.4
10592026-02-11T22:53:43.861Z Downloaded ahash v0.8.12
10602026-02-11T22:53:43.861Z Downloaded cookie_store v0.21.1
10612026-02-11T22:53:43.861Z Downloaded convert_case v0.4.0
10622026-02-11T22:53:43.886Z Downloaded const_format_proc_macros v0.2.34
10632026-02-11T22:53:43.886Z Downloaded clap v4.5.48
10642026-02-11T22:53:43.886Z Downloaded cfg-if v1.0.4
10652026-02-11T22:53:43.886Z Downloaded bzip2 v0.5.2
10662026-02-11T22:53:43.886Z Downloaded blake2 v0.10.6
10672026-02-11T22:53:43.886Z Downloaded base64 v0.21.7
10682026-02-11T22:53:43.911Z Downloaded autocfg v1.4.0
10692026-02-11T22:53:43.911Z Downloaded async-bb8-diesel v0.2.1
10702026-02-11T22:53:43.911Z Downloaded assert_cmd v2.0.17
10712026-02-11T22:53:43.911Z Downloaded arrayvec v0.7.6
10722026-02-11T22:53:43.911Z Downloaded argon2 v0.5.3
10732026-02-11T22:53:43.911Z Downloaded backtrace-ext v0.2.1
10742026-02-11T22:53:43.911Z Downloaded backoff v0.4.0
10752026-02-11T22:53:43.911Z Downloaded async-stream-impl v0.3.6
10762026-02-11T22:53:43.911Z Downloaded async-recursion v1.1.1
10772026-02-11T22:53:43.936Z Downloaded async-object-pool v0.1.5
10782026-02-11T22:53:43.936Z Downloaded arc-swap v1.7.1
10792026-02-11T22:53:43.936Z Downloaded anstyle v1.0.11
10802026-02-11T22:53:43.936Z Downloaded aes v0.8.4
10812026-02-11T22:53:43.936Z Downloaded async-std v1.13.0
10822026-02-11T22:53:43.977Z Downloaded async-process v2.3.0
10832026-02-11T22:53:44.002Z Downloaded async-channel v2.3.1
10842026-02-11T22:53:44.002Z Downloaded anyhow v1.0.99
10852026-02-11T22:53:44.002Z Downloaded anstream v0.6.18
10862026-02-11T22:53:44.002Z Downloaded anes v0.1.6
10872026-02-11T22:53:44.002Z Downloaded aes-gcm v0.10.3
10882026-02-11T22:53:44.027Z Downloaded camino v1.2.2
10892026-02-11T22:53:44.027Z Downloaded blowfish v0.9.1
10902026-02-11T22:53:44.027Z Downloaded blake2b_simd v1.0.2
10912026-02-11T22:53:44.027Z Downloaded atomic-waker v1.1.2
10922026-02-11T22:53:44.027Z Downloaded async-stream v0.3.6
10932026-02-11T22:53:44.027Z Downloaded anstyle-query v1.1.1
10942026-02-11T22:53:44.027Z Downloaded adler2 v2.0.0
10952026-02-11T22:53:44.027Z Downloaded addr2line v0.24.2
10962026-02-11T22:53:44.027Z Downloaded byteorder v1.5.0
10972026-02-11T22:53:44.052Z Downloaded bitfield-struct v0.6.2
10982026-02-11T22:53:44.052Z Downloaded bcrypt-pbkdf v0.10.0
10992026-02-11T22:53:44.052Z Downloaded async-lock v3.4.0
11002026-02-11T22:53:44.052Z Downloaded assert-json-diff v2.0.2
11012026-02-11T22:53:44.052Z Downloaded approx v0.5.1
11022026-02-11T22:53:44.052Z Downloaded anstyle-parse v0.2.5
11032026-02-11T22:53:44.052Z Downloaded aead v0.5.2
11042026-02-11T22:53:44.530Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-11T22:54:13.364Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-11T22:54:27.101Z Startup: Caching catalogs ... Done
11072026-02-11T22:54:56.088ZPlanning: Solver setup ... Done (26.708s)
11082026-02-11T22:54:56.281ZPlanning: Running solver ... Done (0.193s)
11092026-02-11T22:54:56.457ZPlanning: Finding local manifests ... Done (0.002s)
11102026-02-11T22:54:56.629ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-11T22:54:57.075ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-11T22:54:57.142ZPlanning: Package planning ... Done (0.066s)
11132026-02-11T22:54:57.202ZPlanning: Merging actions ... Done (0.060s)
11142026-02-11T22:54:57.530ZPlanning: Checking for conflicting actions ... Done (0.327s)
11152026-02-11T22:54:57.554ZPlanning: Consolidating action changes ... Done (0.013s)
11162026-02-11T22:54:58.279ZPlanning: Evaluating mediators ... Done (0.725s)
11172026-02-11T22:54:58.306ZPlanning: Planning completed in 31.05 seconds
11182026-02-11T22:54:58.306Z Packages to install: 4
11192026-02-11T22:54:58.306Z Mediators to change: 2
11202026-02-11T22:54:58.306Z Services to change: 1
11212026-02-11T22:54:58.307Z Estimated space available: 154.47 GB
11222026-02-11T22:54:58.307ZEstimated space to be consumed: 1.81 GB
11232026-02-11T22:54:58.307Z Create boot environment: No
11242026-02-11T22:54:58.307ZCreate backup boot environment: No
11252026-02-11T22:54:58.307Z Rebuild boot archive: No
11262026-02-11T22:54:58.307Z
11272026-02-11T22:54:58.307ZChanged mediators:
11282026-02-11T22:54:58.307Z mediator clang:
11292026-02-11T22:54:58.308Z version: None -> 15 (system default)
11302026-02-11T22:54:58.308Z
11312026-02-11T22:54:58.308Z mediator llvm:
11322026-02-11T22:54:58.308Z version: 14 (system default) -> 15 (system default)
11332026-02-11T22:54:58.308Z
11342026-02-11T22:54:58.308ZChanged packages:
11352026-02-11T22:54:58.309Zhelios-dev
11362026-02-11T22:54:58.309Z developer/build-essential
11372026-02-11T22:54:58.309Z None -> 11-2.0
11382026-02-11T22:54:58.309Z library/libxmlsec1
11392026-02-11T22:54:58.309Z None -> 1.2.35-2.0
11402026-02-11T22:54:58.309Z ooce/developer/clang-15
11412026-02-11T22:54:58.309Z None -> 15.0.7-2.0
11422026-02-11T22:54:58.310Z ooce/developer/llvm-15
11432026-02-11T22:54:58.310Z None -> 15.0.7-2.0
11442026-02-11T22:54:58.310Z
11452026-02-11T22:54:58.310ZServices:
11462026-02-11T22:54:58.310Z restart_fmri:
11472026-02-11T22:54:58.311Z svc:/system/update-man-index:default
11482026-02-11T22:54:58.374Z
11492026-02-11T22:54:58.374ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-11T22:55:03.369ZDownload: 1231/3290 items 89.0/212.6MB 41% complete (17.8M/s)
11512026-02-11T22:55:08.361ZDownload: 3248/3290 items 169.8/212.6MB 79% complete (17.4M/s)
11522026-02-11T22:55:13.364ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (11.7M/s)
11532026-02-11T22:55:14.922ZDownload: Completed 212.60 MB in 16.56 seconds (12.8M/s)
11542026-02-11T22:55:15.096Z Actions: 1/3689 actions (Installing new actions)
11552026-02-11T22:55:20.131Z Actions: 2274/3689 actions (Installing new actions)
11562026-02-11T22:55:21.085Z Actions: Completed 3689 actions in 5.99 seconds.
11572026-02-11T22:55:21.756Z Done (0.665s)
11582026-02-11T22:55:21.756Z Done (0.000s)
11592026-02-11T22:55:23.089Z Done (1.333s)
11602026-02-11T22:55:28.837Z Done (5.466s)
11612026-02-11T22:55:28.955Z Done (0.019s)
11622026-02-11T22:55:28.980Z Done (0.000s)
11632026-02-11T22:55:29.137Z Done (0.000s)
11642026-02-11T22:55:30.205ZPlanning: Evaluating mediator changes ... Done
11652026-02-11T22:55:30.433ZPlanning: Checking for conflicting actions ... Done
11662026-02-11T22:55:30.458ZPlanning: Consolidating action changes ... Done
11672026-02-11T22:55:30.767ZPlanning: Evaluating mediators ... Done
11682026-02-11T22:55:30.791ZPlanning: Planning completed in 0.56 seconds
11692026-02-11T22:55:30.816Z Mediators to change: 2
11702026-02-11T22:55:30.816Z Create boot environment: No
11712026-02-11T22:55:30.816ZCreate backup boot environment: No
11722026-02-11T22:55:30.871Z Done
11732026-02-11T22:55:30.871Z Done
11742026-02-11T22:55:31.888Z Done
11752026-02-11T22:55:36.932Z Done
11762026-02-11T22:55:37.044Z Done
11772026-02-11T22:55:37.044Z Done
11782026-02-11T22:55:37.114Z Done
11792026-02-11T22:55:37.956ZPlanning: Evaluating mediator changes ... Done
11802026-02-11T22:55:37.981ZPlanning: Merging actions ... Done
11812026-02-11T22:55:38.223ZPlanning: Checking for conflicting actions ... Done
11822026-02-11T22:55:38.248ZPlanning: Consolidating action changes ... Done
11832026-02-11T22:55:38.555ZPlanning: Evaluating mediators ... Done
11842026-02-11T22:55:38.627ZPlanning: Planning completed in 1.02 seconds
11852026-02-11T22:55:38.669Z Packages to change: 1
11862026-02-11T22:55:38.669Z Mediators to change: 1
11872026-02-11T22:55:38.669Z Services to change: 1
11882026-02-11T22:55:38.669Z Create boot environment: No
11892026-02-11T22:55:38.669ZCreate backup boot environment: Yes
11902026-02-11T22:55:40.750Z Actions: 1/6 actions (Updating modified actions)
11912026-02-11T22:55:40.775Z Actions: Completed 6 actions in 0.00 seconds.
11922026-02-11T22:55:40.775Z Done
11932026-02-11T22:55:40.775Z Done
11942026-02-11T22:55:41.013Z Done
11952026-02-11T22:55:46.031Z Done
11962026-02-11T22:55:46.148Z Done
11972026-02-11T22:55:46.173Z Done
11982026-02-11T22:55:46.203Z Done
11992026-02-11T22:55:46.836ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12002026-02-11T22:55:46.836Zclang system 15 system
12012026-02-11T22:55:46.836Zcsh system system illumos
12022026-02-11T22:55:46.836Zctags system system illumos
12032026-02-11T22:55:46.836Zfile system system illumos
12042026-02-11T22:55:46.836Zgcc vendor 12 vendor
12052026-02-11T22:55:46.836Zgcc system 10 system
12062026-02-11T22:55:46.836Zgcc system 7 system
12072026-02-11T22:55:46.836Zgo system 1.20 system
12082026-02-11T22:55:46.836Zgo system 1.19 system
12092026-02-11T22:55:46.836Zllvm system 15 system
12102026-02-11T22:55:46.837Zllvm system 14 system
12112026-02-11T22:55:46.837Zmariadb system 10.6 system
12122026-02-11T22:55:46.837Zmta vendor vendor dma
12132026-02-11T22:55:46.837Zopenjdk system 17 system
12142026-02-11T22:55:46.837Zopenjdk system 11 system
12152026-02-11T22:55:46.837Zopenjdk system 1.8 system
12162026-02-11T22:55:46.837Zopenssl vendor 3 vendor
12172026-02-11T22:55:46.837Zperl system 5.36 system
12182026-02-11T22:55:46.837Zpostgresql system 15 system
12192026-02-11T22:55:46.837Zpostgresql system 13 system
12202026-02-11T22:55:46.837Zpython vendor 3 vendor
12212026-02-11T22:55:46.837Zpython system 2 system
12222026-02-11T22:55:46.837Zpython3 system 3.11 system
12232026-02-11T22:55:46.837Zruby system 3.0 system
12242026-02-11T22:55:46.837Zwords vendor vendor american-english
12252026-02-11T22:55:46.837Zwords system system australian-english
12262026-02-11T22:55:46.837Zwords system system british-english
12272026-02-11T22:55:46.837Zwords system system canadian-english
12282026-02-11T22:55:46.837Zwords system system french
12292026-02-11T22:55:46.837Zwords system system italian
12302026-02-11T22:55:46.837Zwords system system ngerman
12312026-02-11T22:55:46.837Zwords system system ogerman
12322026-02-11T22:55:46.837Zwords system system spanish
12332026-02-11T22:55:47.272ZPUBLISHER TYPE STATUS P LOCATION
12342026-02-11T22:55:47.272Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12352026-02-11T22:55:58.955ZFMRI IFO
12362026-02-11T22:55:58.956Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12372026-02-11T22:55:58.956Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12382026-02-11T22:55:58.956Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12392026-02-11T22:55:58.956Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12402026-02-11T22:55:58.956Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12412026-02-11T22:55:58.956Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12422026-02-11T22:55:58.956Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12432026-02-11T22:55:58.956Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12442026-02-11T22:55:58.956Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12452026-02-11T22:55:58.956Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12462026-02-11T22:55:58.956Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12472026-02-11T22:55:58.956Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12482026-02-11T22:55:58.956Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12492026-02-11T22:55:58.956Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12502026-02-11T22:55:58.956Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12512026-02-11T22:55:58.956Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12522026-02-11T22:56:01.427Z Downloading crates ...
12532026-02-11T22:56:01.531Z Downloaded cargo_toml v0.21.0
12542026-02-11T22:56:01.634Z Compiling proc-macro2 v1.0.101
12552026-02-11T22:56:01.660Z Compiling unicode-ident v1.0.19
12562026-02-11T22:56:01.660Z Compiling serde_core v1.0.228
12572026-02-11T22:56:01.660Z Compiling version_check v0.9.5
12582026-02-11T22:56:01.660Z Compiling serde v1.0.228
12592026-02-11T22:56:01.660Z Compiling libc v0.2.180
12602026-02-11T22:56:01.660Z Compiling memchr v2.7.4
12612026-02-11T22:56:01.660Z Compiling thiserror v2.0.18
12622026-02-11T22:56:02.000Z Compiling stable_deref_trait v1.2.0
12632026-02-11T22:56:02.141Z Compiling zmij v1.0.15
12642026-02-11T22:56:02.484Z Compiling writeable v0.5.5
12652026-02-11T22:56:02.544Z Compiling thiserror v1.0.69
12662026-02-11T22:56:02.943Z Compiling ucd-trie v0.1.7
12672026-02-11T22:56:03.124Z Compiling itoa v1.0.11
12682026-02-11T22:56:03.337Z Compiling autocfg v1.4.0
12692026-02-11T22:56:03.363Z Compiling litemap v0.7.3
12702026-02-11T22:56:03.485Z Compiling icu_locid_transform_data v1.5.0
12712026-02-11T22:56:03.732Z Compiling byteorder v1.5.0
12722026-02-11T22:56:03.761Z Compiling bitflags v2.9.4
12732026-02-11T22:56:03.957Z Compiling quote v1.0.40
12742026-02-11T22:56:04.150Z Compiling errno v0.3.12
12752026-02-11T22:56:04.237Z Compiling icu_properties_data v1.5.0
12762026-02-11T22:56:04.268Z Compiling serde_json v1.0.149
12772026-02-11T22:56:04.439Z Compiling syn v2.0.114
12782026-02-11T22:56:04.518Z Compiling num-traits v0.2.19
12792026-02-11T22:56:04.648Z Compiling rustix v0.38.37
12802026-02-11T22:56:04.676Z Compiling write16 v1.0.0
12812026-02-11T22:56:04.719Z Compiling typeid v1.0.3
12822026-02-11T22:56:04.846Z Compiling icu_normalizer_data v1.5.0
12832026-02-11T22:56:04.980Z Compiling hashbrown v0.16.1
12842026-02-11T22:56:05.187Z Compiling utf8_iter v1.0.4
12852026-02-11T22:56:05.221Z Compiling equivalent v1.0.2
12862026-02-11T22:56:05.264Z Compiling smallvec v1.15.1
12872026-02-11T22:56:05.364Z Compiling utf16_iter v1.0.5
12882026-02-11T22:56:05.629Z Compiling usdt-impl v0.5.0
12892026-02-11T22:56:05.716Z Compiling proc-macro-error-attr v1.0.4
12902026-02-11T22:56:05.870Z Compiling toml_write v0.1.2
12912026-02-11T22:56:06.001Z Compiling winnow v0.7.14
12922026-02-11T22:56:06.029Z Compiling syn v1.0.109
12932026-02-11T22:56:06.219Z Compiling indexmap v2.13.0
12942026-02-11T22:56:06.610Z Compiling thread-id v4.2.2
12952026-02-11T22:56:06.958Z Compiling proc-macro-error v1.0.4
12962026-02-11T22:56:07.409Z Compiling rustix v1.1.3
12972026-02-11T22:56:07.673Z Compiling percent-encoding v2.3.2
12982026-02-11T22:56:08.019Z Compiling getrandom v0.3.4
12992026-02-11T22:56:08.043Z Compiling camino v1.2.2
13002026-02-11T22:56:08.154Z Compiling log v0.4.29
13012026-02-11T22:56:08.565Z Compiling plain v0.2.3
13022026-02-11T22:56:08.589Z Compiling utf8parse v0.2.2
13032026-02-11T22:56:08.718Z Compiling ordered-float v2.10.1
13042026-02-11T22:56:08.743Z Compiling anstyle-parse v0.2.5
13052026-02-11T22:56:09.115Z Compiling form_urlencoded v1.2.2
13062026-02-11T22:56:09.141Z Compiling terminal_size v0.4.0
13072026-02-11T22:56:09.490Z Compiling pretty-hex v0.4.1
13082026-02-11T22:56:09.733Z Compiling is_terminal_polyfill v1.70.1
13092026-02-11T22:56:09.757Z Compiling anstyle v1.0.11
13102026-02-11T22:56:09.881Z Compiling anstyle-query v1.1.1
13112026-02-11T22:56:09.905Z Compiling cfg-if v1.0.4
13122026-02-11T22:56:09.953Z Compiling colorchoice v1.0.2
13132026-02-11T22:56:10.172Z Compiling anstream v0.6.18
13142026-02-11T22:56:10.265Z Compiling semver v1.0.27
13152026-02-11T22:56:10.840Z Compiling fs-err v3.1.1
13162026-02-11T22:56:11.036Z Compiling unicode-xid v0.2.6
13172026-02-11T22:56:11.121Z Compiling anyhow v1.0.99
13182026-02-11T22:56:11.155Z Compiling fastrand v2.1.1
13192026-02-11T22:56:11.183Z Compiling clap_lex v0.7.4
13202026-02-11T22:56:11.345Z Compiling heck v0.4.1
13212026-02-11T22:56:11.697Z Compiling synstructure v0.13.1
13222026-02-11T22:56:11.735Z Compiling unicode-width v0.1.14
13232026-02-11T22:56:11.792Z Compiling strsim v0.11.1
13242026-02-11T22:56:11.820Z Compiling fnv v1.0.7
13252026-02-11T22:56:12.009Z Compiling bytecount v0.6.8
13262026-02-11T22:56:12.262Z Compiling once_cell v1.21.3
13272026-02-11T22:56:12.331Z Compiling heck v0.5.0
13282026-02-11T22:56:12.365Z Compiling papergrid v0.11.0
13292026-02-11T22:56:12.687Z Compiling tempfile v3.24.0
13302026-02-11T22:56:12.820Z Compiling clap_builder v4.5.48
13312026-02-11T22:56:13.334Z Compiling memmap v0.7.0
13322026-02-11T22:56:13.523Z Compiling unicode-linebreak v0.1.5
13332026-02-11T22:56:13.621Z Compiling unicode-width v0.2.0
13342026-02-11T22:56:13.692Z Compiling smawk v0.3.2
13352026-02-11T22:56:14.183Z Compiling textwrap v0.16.2
13362026-02-11T22:56:14.544Z Compiling camino-tempfile v1.4.1
13372026-02-11T22:56:14.789Z Compiling swrite v0.1.0
13382026-02-11T22:56:14.816Z Compiling tabled_derive v0.7.0
13392026-02-11T22:56:14.927Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13402026-02-11T22:56:15.716Z Compiling serde_derive v1.0.228
13412026-02-11T22:56:15.716Z Compiling zerofrom-derive v0.1.4
13422026-02-11T22:56:15.771Z Compiling yoke-derive v0.7.4
13432026-02-11T22:56:15.797Z Compiling zerovec-derive v0.10.3
13442026-02-11T22:56:15.797Z Compiling thiserror-impl v2.0.18
13452026-02-11T22:56:16.513Z Compiling displaydoc v0.2.5
13462026-02-11T22:56:18.042Z Compiling icu_provider_macros v1.5.0
13472026-02-11T22:56:18.270Z Compiling thiserror-impl v1.0.69
13482026-02-11T22:56:18.431Z Compiling zerocopy-derive v0.7.35
13492026-02-11T22:56:19.033Z Compiling zerofrom v0.1.4
13502026-02-11T22:56:19.131Z Compiling pest v2.8.2
13512026-02-11T22:56:19.185Z Compiling scroll_derive v0.12.0
13522026-02-11T22:56:19.312Z Compiling yoke v0.7.4
13532026-02-11T22:56:19.721Z Compiling zerovec v0.10.4
13542026-02-11T22:56:20.308Z Compiling zerocopy v0.7.35
13552026-02-11T22:56:20.336Z Compiling clap_derive v4.5.47
13562026-02-11T22:56:20.443Z Compiling scroll v0.12.0
13572026-02-11T22:56:20.934Z Compiling goblin v0.8.2
13582026-02-11T22:56:20.958Z Compiling tabled v0.15.0
13592026-02-11T22:56:21.499Z Compiling tinystr v0.7.6
13602026-02-11T22:56:21.689Z Compiling icu_collections v1.5.0
13612026-02-11T22:56:21.833Z Compiling icu_locid v1.5.0
13622026-02-11T22:56:21.926Z Compiling pest_meta v2.8.2
13632026-02-11T22:56:22.857Z Compiling icu_provider v1.5.0
13642026-02-11T22:56:23.426Z Compiling pest_generator v2.8.2
13652026-02-11T22:56:23.503Z Compiling serde_spanned v0.6.9
13662026-02-11T22:56:23.737Z Compiling icu_locid_transform v1.5.0
13672026-02-11T22:56:23.766Z Compiling toml_datetime v0.6.11
13682026-02-11T22:56:23.864Z Compiling dof v0.3.0
13692026-02-11T22:56:24.184Z Compiling toml_edit v0.22.27
13702026-02-11T22:56:24.303Z Compiling serde_tokenstream v0.2.2
13712026-02-11T22:56:24.661Z Compiling erased-serde v0.4.6
13722026-02-11T22:56:24.830Z Compiling serde-value v0.7.0
13732026-02-11T22:56:24.945Z Compiling icu_properties v1.5.1
13742026-02-11T22:56:25.541Z Compiling cargo-platform v0.2.0
13752026-02-11T22:56:25.702Z Compiling serde-untagged v0.1.7
13762026-02-11T22:56:25.790Z Compiling pest_derive v2.8.2
13772026-02-11T22:56:25.856Z Compiling clap v4.5.48
13782026-02-11T22:56:25.966Z Compiling macaddr v1.0.1
13792026-02-11T22:56:26.485Z Compiling dtrace-parser v0.2.0
13802026-02-11T22:56:27.286Z Compiling toml v0.8.23
13812026-02-11T22:56:28.124Z Compiling cargo_toml v0.21.0
13822026-02-11T22:56:28.149Z Compiling usdt-macro v0.5.0
13832026-02-11T22:56:28.181Z Compiling usdt-attr-macro v0.5.0
13842026-02-11T22:56:28.385Z Compiling icu_normalizer v1.5.0
13852026-02-11T22:56:29.180Z Compiling idna_adapter v1.2.0
13862026-02-11T22:56:29.320Z Compiling usdt v0.5.0
13872026-02-11T22:56:29.347Z Compiling idna v1.0.3
13882026-02-11T22:56:29.839Z Compiling url v2.5.4
13892026-02-11T22:56:30.694Z Compiling cargo-util-schemas v0.8.2
13902026-02-11T22:56:32.744Z Compiling cargo_metadata v0.21.0
13912026-02-11T22:56:35.003Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13922026-02-11T22:56:39.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.75s
13932026-02-11T22:56:39.953Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13942026-02-11T22:56:41.837Z Compiling value-bag v1.12.0
13952026-02-11T22:56:41.837Z Compiling lock_api v0.4.12
13962026-02-11T22:56:41.837Z Compiling scopeguard v1.2.0
13972026-02-11T22:56:41.862Z Compiling shlex v1.3.0
13982026-02-11T22:56:41.862Z Compiling typenum v1.17.0
13992026-02-11T22:56:41.862Z Compiling syn v2.0.114
14002026-02-11T22:56:41.862Z Compiling getrandom v0.2.15
14012026-02-11T22:56:41.862Z Compiling jobserver v0.1.32
14022026-02-11T22:56:42.065Z Compiling smallvec v1.15.1
14032026-02-11T22:56:42.321Z Compiling rand_core v0.6.4
14042026-02-11T22:56:42.366Z Compiling log v0.4.29
14052026-02-11T22:56:42.470Z Compiling cc v1.2.30
14062026-02-11T22:56:42.497Z Compiling generic-array v0.14.7
14072026-02-11T22:56:42.881Z Compiling subtle v2.6.1
14082026-02-11T22:56:42.929Z Compiling portable-atomic v1.11.0
14092026-02-11T22:56:42.954Z Compiling const-oid v0.9.6
14102026-02-11T22:56:42.994Z Compiling critical-section v1.1.3
14112026-02-11T22:56:43.194Z Compiling pkg-config v0.3.31
14122026-02-11T22:56:43.219Z Compiling getrandom v0.3.4
14132026-02-11T22:56:43.296Z Compiling serde_json v1.0.149
14142026-02-11T22:56:43.659Z Compiling spin v0.9.8
14152026-02-11T22:56:44.079Z Compiling pin-project-lite v0.2.14
14162026-02-11T22:56:44.214Z Compiling regex-syntax v0.8.5
14172026-02-11T22:56:44.416Z Compiling parking_lot_core v0.9.10
14182026-02-11T22:56:44.821Z Compiling libm v0.2.8
14192026-02-11T22:56:44.881Z Compiling rustix v0.38.37
14202026-02-11T22:56:45.172Z Compiling once_cell v1.21.3
14212026-02-11T22:56:45.225Z Compiling signal-hook-registry v1.4.2
14222026-02-11T22:56:45.481Z Compiling num-traits v0.2.19
14232026-02-11T22:56:45.551Z Compiling allocator-api2 v0.2.21
14242026-02-11T22:56:45.688Z Compiling parking_lot v0.12.3
14252026-02-11T22:56:46.046Z Compiling mio v1.0.2
14262026-02-11T22:56:46.243Z Compiling futures-core v0.3.31
14272026-02-11T22:56:46.324Z Compiling lazy_static v1.5.0
14282026-02-11T22:56:46.486Z Compiling aho-corasick v1.1.3
14292026-02-11T22:56:46.517Z Compiling percent-encoding v2.3.2
14302026-02-11T22:56:46.542Z Compiling socket2 v0.6.1
14312026-02-11T22:56:47.104Z Compiling slab v0.4.9
14322026-02-11T22:56:47.213Z Compiling cpufeatures v0.2.14
14332026-02-11T22:56:47.237Z Compiling either v1.15.0
14342026-02-11T22:56:47.345Z Compiling futures-sink v0.3.31
14352026-02-11T22:56:47.433Z Compiling glob v0.3.2
14362026-02-11T22:56:47.569Z Compiling futures-channel v0.3.31
14372026-02-11T22:56:47.740Z Compiling hashbrown v0.16.1
14382026-02-11T22:56:47.930Z Compiling prettyplease v0.2.36
14392026-02-11T22:56:48.008Z Compiling futures-io v0.3.31
14402026-02-11T22:56:48.288Z Compiling clang-sys v1.8.1
14412026-02-11T22:56:48.312Z Compiling futures-task v0.3.31
14422026-02-11T22:56:48.312Z Compiling rustversion v1.0.22
14432026-02-11T22:56:48.573Z Compiling regex-automata v0.4.11
14442026-02-11T22:56:48.650Z Compiling pin-utils v0.1.0
14452026-02-11T22:56:48.812Z Compiling minimal-lexical v0.2.1
14462026-02-11T22:56:48.932Z Compiling indexmap v2.13.0
14472026-02-11T22:56:48.958Z Compiling libloading v0.8.5
14482026-02-11T22:56:49.337Z Compiling synstructure v0.13.1
14492026-02-11T22:56:49.364Z Compiling nom v7.1.3
14502026-02-11T22:56:49.773Z Compiling ident_case v1.0.1
14512026-02-11T22:56:49.970Z Compiling base64ct v1.6.0
14522026-02-11T22:56:50.239Z Compiling home v0.5.9
14532026-02-11T22:56:50.449Z Compiling bindgen v0.69.5
14542026-02-11T22:56:50.485Z Compiling pem-rfc7468 v0.7.0
14552026-02-11T22:56:50.759Z Compiling itertools v0.12.1
14562026-02-11T22:56:51.124Z Compiling form_urlencoded v1.2.2
14572026-02-11T22:56:51.470Z Compiling rustc-hash v1.1.0
14582026-02-11T22:56:51.536Z Compiling flagset v0.4.6
14592026-02-11T22:56:51.645Z Compiling lazycell v1.3.0
14602026-02-11T22:56:51.772Z Compiling rand_core v0.9.3
14612026-02-11T22:56:51.861Z Compiling cmake v0.1.51
14622026-02-11T22:56:52.319Z Compiling foldhash v0.1.5
14632026-02-11T22:56:52.686Z Compiling cexpr v0.6.0
14642026-02-11T22:56:52.770Z Compiling fs_extra v1.3.0
14652026-02-11T22:56:52.883Z Compiling paste v1.0.15
14662026-02-11T22:56:53.327Z Compiling dunce v1.0.5
14672026-02-11T22:56:53.375Z Compiling iana-time-zone v0.1.63
14682026-02-11T22:56:53.504Z Compiling hashbrown v0.15.4
14692026-02-11T22:56:53.563Z Compiling rustc_version v0.4.1
14702026-02-11T22:56:53.690Z Compiling uuid v1.19.0
14712026-02-11T22:56:53.773Z Compiling vcpkg v0.2.15
14722026-02-11T22:56:53.808Z Compiling serde_derive v1.0.228
14732026-02-11T22:56:54.147Z Compiling zeroize_derive v1.4.2
14742026-02-11T22:56:54.253Z Compiling zerofrom-derive v0.1.4
14752026-02-11T22:56:54.775Z Compiling yoke-derive v0.7.4
14762026-02-11T22:56:55.202Z Compiling zerovec-derive v0.10.3
14772026-02-11T22:56:55.455Z Compiling zeroize v1.8.1
14782026-02-11T22:56:55.489Z Compiling displaydoc v0.2.5
14792026-02-11T22:56:57.163Z Compiling zerocopy-derive v0.7.35
14802026-02-11T22:56:57.397Z Compiling crypto-common v0.1.6
14812026-02-11T22:56:57.436Z Compiling block-buffer v0.10.4
14822026-02-11T22:56:57.568Z Compiling zerofrom v0.1.4
14832026-02-11T22:56:57.614Z Compiling icu_provider_macros v1.5.0
14842026-02-11T22:56:57.655Z Compiling tokio-macros v2.6.0
14852026-02-11T22:56:57.751Z Compiling digest v0.10.7
14862026-02-11T22:56:57.856Z Compiling yoke v0.7.4
14872026-02-11T22:56:58.271Z Compiling zerovec v0.10.4
14882026-02-11T22:56:58.308Z Compiling hmac v0.12.1
14892026-02-11T22:56:58.606Z Compiling thiserror-impl v2.0.18
14902026-02-11T22:56:58.696Z Compiling block-padding v0.3.3
14912026-02-11T22:56:59.004Z Compiling futures-macro v0.3.31
14922026-02-11T22:56:59.171Z Compiling zerocopy v0.7.35
14932026-02-11T22:56:59.249Z Compiling inout v0.1.3
14942026-02-11T22:56:59.366Z Compiling regex v1.11.3
14952026-02-11T22:56:59.563Z Compiling cipher v0.4.4
14962026-02-11T22:57:00.135Z Compiling sha2 v0.10.9
14972026-02-11T22:57:00.407Z Compiling tinystr v0.7.6
14982026-02-11T22:57:00.629Z Compiling icu_collections v1.5.0
14992026-02-11T22:57:00.717Z Compiling ppv-lite86 v0.2.20
15002026-02-11T22:57:00.762Z Compiling futures-util v0.3.31
15012026-02-11T22:57:00.915Z Compiling icu_locid v1.5.0
15022026-02-11T22:57:00.941Z Compiling der_derive v0.7.3
15032026-02-11T22:57:01.015Z Compiling serde v1.0.228
15042026-02-11T22:57:01.614Z Compiling salsa20 v0.10.2
15052026-02-11T22:57:01.820Z Compiling thiserror v2.0.18
15062026-02-11T22:57:01.870Z Compiling pbkdf2 v0.12.2
15072026-02-11T22:57:02.004Z Compiling pest v2.8.2
15082026-02-11T22:57:02.030Z Compiling zerocopy v0.8.27
15092026-02-11T22:57:02.080Z Compiling scrypt v0.11.0
15102026-02-11T22:57:02.374Z Compiling bitflags v2.9.4
15112026-02-11T22:57:02.624Z Compiling bytes v1.11.1
15122026-02-11T22:57:02.837Z Compiling icu_provider v1.5.0
15132026-02-11T22:57:03.089Z Compiling chrono v0.4.43
15142026-02-11T22:57:03.152Z Compiling der v0.7.10
15152026-02-11T22:57:03.810Z Compiling icu_locid_transform v1.5.0
15162026-02-11T22:57:03.853Z Compiling tokio v1.49.0
15172026-02-11T22:57:04.142Z Compiling http v1.4.0
15182026-02-11T22:57:05.398Z Compiling icu_properties v1.5.1
15192026-02-11T22:57:06.092Z Compiling spki v0.7.3
15202026-02-11T22:57:06.203Z Compiling pest_meta v2.8.2
15212026-02-11T22:57:06.453Z Compiling rand_chacha v0.9.0
15222026-02-11T22:57:06.479Z Compiling cbc v0.1.2
15232026-02-11T22:57:06.562Z Compiling aes v0.8.4
15242026-02-11T22:57:06.603Z Compiling openssl-sys v0.9.109
15252026-02-11T22:57:06.769Z Compiling which v4.4.2
15262026-02-11T22:57:07.702Z Compiling zerocopy-derive v0.8.27
15272026-02-11T22:57:08.325Z Compiling pest_generator v2.8.2
15282026-02-11T22:57:09.007Z Compiling pkcs5 v0.7.1
15292026-02-11T22:57:09.302Z Compiling rand v0.9.2
15302026-02-11T22:57:09.990Z Compiling icu_normalizer v1.5.0
15312026-02-11T22:57:10.154Z Compiling tracing-attributes v0.1.27
15322026-02-11T22:57:10.359Z Compiling serde_derive_internals v0.29.1
15332026-02-11T22:57:10.646Z Compiling ring v0.17.14
15342026-02-11T22:57:11.109Z Compiling idna_adapter v1.2.0
15352026-02-11T22:57:11.427Z Compiling idna v1.0.3
15362026-02-11T22:57:11.727Z Compiling tracing-core v0.1.32
15372026-02-11T22:57:11.753Z Compiling schemars v0.8.22
15382026-02-11T22:57:12.151Z Compiling url v2.5.4
15392026-02-11T22:57:12.609Z Compiling rustix v1.1.3
15402026-02-11T22:57:12.996Z Compiling adler2 v2.0.0
15412026-02-11T22:57:13.090Z Compiling aws-lc-rs v1.12.4
15422026-02-11T22:57:13.288Z Compiling miniz_oxide v0.8.5
15432026-02-11T22:57:13.457Z Compiling tracing v0.1.40
15442026-02-11T22:57:13.601Z Compiling schemars_derive v0.8.22
15452026-02-11T22:57:13.800Z Compiling tokio-util v0.7.15
15462026-02-11T22:57:14.148Z Compiling pest_derive v2.8.2
15472026-02-11T22:57:14.823Z Compiling pkcs8 v0.10.2
15482026-02-11T22:57:14.968Z Compiling http-body v1.0.1
15492026-02-11T22:57:15.051Z Compiling scroll_derive v0.13.1
15502026-02-11T22:57:15.239Z Compiling darling_core v0.20.10
15512026-02-11T22:57:15.498Z Compiling tinyvec_macros v0.1.1
15522026-02-11T22:57:15.621Z Compiling dyn-clone v1.0.20
15532026-02-11T22:57:15.884Z Compiling httparse v1.9.5
15542026-02-11T22:57:16.196Z Compiling rustls-pki-types v1.10.0
15552026-02-11T22:57:16.564Z Compiling base64 v0.22.1
15562026-02-11T22:57:16.918Z Compiling scroll v0.13.0
15572026-02-11T22:57:17.252Z Compiling tinyvec v1.8.0
15582026-02-11T22:57:17.535Z Compiling bzip2-sys v0.1.13+1.0.8
15592026-02-11T22:57:18.059Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15602026-02-11T22:57:18.805Z Compiling untrusted v0.7.1
15612026-02-11T22:57:18.835Z Compiling openssl v0.10.73
15622026-02-11T22:57:18.975Z Compiling tower-layer v0.3.3
15632026-02-11T22:57:19.012Z Compiling time-core v0.1.6
15642026-02-11T22:57:19.047Z Compiling num-conv v0.1.0
15652026-02-11T22:57:19.295Z Compiling foreign-types-shared v0.1.1
15662026-02-11T22:57:19.319Z Compiling tower-service v0.3.3
15672026-02-11T22:57:19.344Z Compiling try-lock v0.2.5
15682026-02-11T22:57:19.369Z Compiling openssl-probe v0.1.5
15692026-02-11T22:57:19.429Z Compiling powerfmt v0.2.0
15702026-02-11T22:57:19.489Z Compiling untrusted v0.9.0
15712026-02-11T22:57:19.542Z Compiling atomic-waker v1.1.2
15722026-02-11T22:57:19.698Z Compiling h2 v0.4.6
15732026-02-11T22:57:19.724Z Compiling deranged v0.5.3
15742026-02-11T22:57:19.761Z Compiling tempfile v3.24.0
15752026-02-11T22:57:20.113Z Compiling want v0.3.1
15762026-02-11T22:57:20.345Z Compiling foreign-types v0.3.2
15772026-02-11T22:57:20.415Z Compiling time-macros v0.2.24
15782026-02-11T22:57:21.241Z Compiling darling_macro v0.20.10
15792026-02-11T22:57:22.008Z Compiling goblin v0.10.2
15802026-02-11T22:57:22.108Z Compiling darling v0.20.10
15812026-02-11T22:57:22.956Z Compiling ipnet v2.11.0
15822026-02-11T22:57:23.236Z Compiling openssl-macros v0.1.1
15832026-02-11T22:57:23.768Z Compiling wait-timeout v0.2.0
15842026-02-11T22:57:23.935Z Compiling native-tls v0.2.12
15852026-02-11T22:57:24.108Z Compiling rustls v0.23.19
15862026-02-11T22:57:24.296Z Compiling syn v1.0.109
15872026-02-11T22:57:24.346Z Compiling crossbeam-utils v0.8.21
15882026-02-11T22:57:24.371Z Compiling usdt-impl v0.6.0
15892026-02-11T22:57:24.422Z Compiling quick-error v1.2.3
15902026-02-11T22:57:24.596Z Compiling bit-vec v0.8.0
15912026-02-11T22:57:24.751Z Compiling httpdate v1.0.3
15922026-02-11T22:57:24.876Z Compiling gimli v0.31.1
15932026-02-11T22:57:24.903Z Compiling num_threads v0.1.7
15942026-02-11T22:57:25.079Z Compiling time v0.3.43
15952026-02-11T22:57:25.104Z Compiling bit-set v0.8.0
15962026-02-11T22:57:25.333Z Compiling rusty-fork v0.3.0
15972026-02-11T22:57:26.010Z Compiling derive_builder_core v0.20.2
15982026-02-11T22:57:28.070Z Compiling hyper v1.8.1
15992026-02-11T22:57:29.020Z Compiling addr2line v0.24.2
16002026-02-11T22:57:29.575Z Compiling dof v0.4.0
16012026-02-11T22:57:29.601Z Compiling unicode-normalization v0.1.24
16022026-02-11T22:57:29.715Z Compiling dtrace-parser v0.3.0
16032026-02-11T22:57:30.624Z Compiling signature v2.2.0
16042026-02-11T22:57:30.945Z Compiling heapless v0.7.17
16052026-02-11T22:57:31.428Z Compiling thiserror-impl v1.0.69
16062026-02-11T22:57:31.641Z Compiling scroll_derive v0.12.0
16072026-02-11T22:57:31.740Z Compiling rand_xorshift v0.4.0
16082026-02-11T22:57:31.901Z Compiling slog v2.8.2
16092026-02-11T22:57:32.103Z Compiling darling_core v0.21.0
16102026-02-11T22:57:32.272Z Compiling thread-id v5.0.0
16112026-02-11T22:57:32.432Z Compiling cookie v0.18.1
16122026-02-11T22:57:32.768Z Compiling object v0.36.5
16132026-02-11T22:57:32.964Z Compiling crc32fast v1.4.2
16142026-02-11T22:57:32.988Z Compiling rustc-demangle v0.1.24
16152026-02-11T22:57:33.333Z Compiling siphasher v0.3.11
16162026-02-11T22:57:33.442Z Compiling zstd-safe v7.2.3
16172026-02-11T22:57:33.751Z Compiling zlib-rs v0.5.1
16182026-02-11T22:57:33.835Z Compiling signal-hook v0.3.18
16192026-02-11T22:57:33.910Z Compiling unarray v0.1.4
16202026-02-11T22:57:34.148Z Compiling unicode-bidi v0.3.17
16212026-02-11T22:57:34.173Z Compiling unicode-properties v0.1.3
16222026-02-11T22:57:34.493Z Compiling anyhow v1.0.99
16232026-02-11T22:57:34.624Z Compiling thiserror v1.0.69
16242026-02-11T22:57:34.846Z Compiling proptest v1.7.0
16252026-02-11T22:57:35.195Z Compiling stringprep v0.1.5
16262026-02-11T22:57:35.488Z Compiling phf_shared v0.11.2
16272026-02-11T22:57:35.604Z Compiling scroll v0.12.0
16282026-02-11T22:57:36.343Z Compiling hyper-util v0.1.19
16292026-02-11T22:57:36.964Z Compiling derive_builder_macro v0.20.2
16302026-02-11T22:57:38.592Z Compiling ipnetwork v0.21.1
16312026-02-11T22:57:38.629Z Compiling darling_macro v0.21.0
16322026-02-11T22:57:39.511Z Compiling serde_spanned v0.6.9
16332026-02-11T22:57:39.540Z Compiling toml_datetime v0.6.11
16342026-02-11T22:57:39.840Z Compiling backtrace v0.3.74
16352026-02-11T22:57:40.108Z Compiling erased-serde v0.3.31
16362026-02-11T22:57:40.380Z Compiling serde_tokenstream v0.2.2
16372026-02-11T22:57:40.686Z Compiling libz-rs-sys v0.5.1
16382026-02-11T22:57:41.008Z Compiling rand_chacha v0.3.1
16392026-02-11T22:57:41.104Z Compiling md-5 v0.10.6
16402026-02-11T22:57:41.483Z Compiling curve25519-dalek v4.1.3
16412026-02-11T22:57:41.512Z Compiling vergen-lib v0.1.6
16422026-02-11T22:57:41.685Z Compiling num-integer v0.1.46
16432026-02-11T22:57:41.854Z Compiling sync_wrapper v1.0.1
16442026-02-11T22:57:42.074Z Compiling ff v0.13.0
16452026-02-11T22:57:42.240Z Compiling hash32 v0.2.1
16462026-02-11T22:57:42.384Z Compiling memoffset v0.9.1
16472026-02-11T22:57:42.465Z Compiling num-bigint-dig v0.8.6
16482026-02-11T22:57:42.736Z Compiling base16ct v0.2.0
16492026-02-11T22:57:42.760Z Compiling cfg_aliases v0.2.1
16502026-02-11T22:57:42.858Z Compiling smoltcp v0.9.1
16512026-02-11T22:57:42.890Z Compiling ref-cast v1.0.25
16522026-02-11T22:57:42.920Z Compiling fallible-iterator v0.2.0
16532026-02-11T22:57:43.059Z Compiling psl-types v2.0.11
16542026-02-11T22:57:43.095Z Compiling litrs v0.4.1
16552026-02-11T22:57:43.303Z Compiling publicsuffix v2.3.0
16562026-02-11T22:57:43.577Z Compiling sec1 v0.7.3
16572026-02-11T22:57:43.631Z Compiling postgres-protocol v0.6.8
16582026-02-11T22:57:43.656Z Compiling nix v0.29.0
16592026-02-11T22:57:44.198Z Compiling group v0.13.0
16602026-02-11T22:57:44.223Z Compiling document-features v0.2.11
16612026-02-11T22:57:44.484Z Compiling num-iter v0.1.45
16622026-02-11T22:57:44.700Z Compiling tower v0.5.2
16632026-02-11T22:57:44.768Z Compiling rand v0.8.5
16642026-02-11T22:57:45.012Z Compiling newtype-uuid v1.3.2
16652026-02-11T22:57:45.629Z Compiling flate2 v1.1.2
16662026-02-11T22:57:45.794Z Compiling darling v0.21.0
16672026-02-11T22:57:45.947Z Compiling oxnet v0.1.4
16682026-02-11T22:57:45.980Z Compiling derive_builder v0.20.2
16692026-02-11T22:57:46.228Z Compiling tokio-native-tls v0.3.1
16702026-02-11T22:57:46.572Z Compiling goblin v0.8.2
16712026-02-11T22:57:47.060Z Compiling rustls-native-certs v0.8.1
16722026-02-11T22:57:47.172Z Compiling webpki-roots v1.0.1
16732026-02-11T22:57:47.458Z Compiling http-body-util v0.1.3
16742026-02-11T22:57:47.729Z Compiling strum_macros v0.27.2
16752026-02-11T22:57:47.845Z Compiling terminal_size v0.4.0
16762026-02-11T22:57:47.948Z Compiling cargo-platform v0.1.8
16772026-02-11T22:57:48.007Z Compiling hkdf v0.12.4
16782026-02-11T22:57:48.133Z Compiling crypto-bigint v0.5.5
16792026-02-11T22:57:48.350Z Compiling async-trait v0.1.89
16802026-02-11T22:57:48.653Z Compiling ref-cast-impl v1.0.25
16812026-02-11T22:57:49.901Z Compiling curve25519-dalek-derive v0.1.1
16822026-02-11T22:57:50.382Z Compiling hubpack_derive v0.1.1
16832026-02-11T22:57:50.916Z Compiling daft-derive v0.1.4
16842026-02-11T22:57:51.443Z Compiling vergen v9.0.6
16852026-02-11T22:57:51.541Z Compiling ahash v0.8.12
16862026-02-11T22:57:51.838Z Compiling fs-err v3.1.1
16872026-02-11T22:57:51.994Z Compiling winnow v0.5.40
16882026-02-11T22:57:52.307Z Compiling ryu v1.0.18
16892026-02-11T22:57:52.712Z Compiling bumpalo v3.16.0
16902026-02-11T22:57:52.789Z Compiling iri-string v0.7.8
16912026-02-11T22:57:52.925Z Compiling bitflags v1.3.2
16922026-02-11T22:57:53.076Z Compiling managed v0.8.0
16932026-02-11T22:57:53.336Z Compiling simd-adler32 v0.3.7
16942026-02-11T22:57:53.610Z Compiling buf-list v1.0.3
16952026-02-11T22:57:53.957Z Compiling lockfree-object-pool v0.1.6
16962026-02-11T22:57:54.213Z Compiling unicode-segmentation v1.12.0
16972026-02-11T22:57:54.330Z Compiling zopfli v0.8.1
16982026-02-11T22:57:54.503Z Compiling clap_builder v4.5.48
16992026-02-11T22:57:55.909Z Compiling tower-http v0.6.6
17002026-02-11T22:57:55.954Z Compiling toml_edit v0.19.15
17012026-02-11T22:57:56.663Z Compiling dof v0.3.0
17022026-02-11T22:57:56.832Z Compiling strum v0.27.2
17032026-02-11T22:57:56.870Z Compiling daft v0.1.4
17042026-02-11T22:57:57.068Z Compiling serde_urlencoded v0.7.1
17052026-02-11T22:57:57.617Z Compiling elliptic-curve v0.13.8
17062026-02-11T22:57:57.686Z Compiling hubpack v0.1.2
17072026-02-11T22:57:58.354Z Compiling cargo_metadata v0.19.2
17082026-02-11T22:57:58.594Z Compiling hyper-tls v0.6.0
17092026-02-11T22:57:58.645Z Compiling cookie_store v0.21.1
17102026-02-11T22:57:59.070Z Compiling signal-hook-mio v0.2.4
17112026-02-11T22:57:59.297Z Compiling zstd v0.13.3
17122026-02-11T22:58:01.100Z Compiling serde_with_macros v3.16.1
17132026-02-11T22:58:01.817Z Compiling postgres-types v0.2.9
17142026-02-11T22:58:02.701Z Compiling usdt-attr-macro v0.6.0
17152026-02-11T22:58:03.288Z Compiling usdt-macro v0.6.0
17162026-02-11T22:58:04.347Z Compiling phf v0.11.2
17172026-02-11T22:58:04.373Z Compiling dtrace-parser v0.2.0
17182026-02-11T22:58:04.373Z Compiling ed25519 v2.2.3
17192026-02-11T22:58:04.373Z Compiling bzip2 v0.4.4
17202026-02-11T22:58:04.373Z Compiling bzip2 v0.5.2
17212026-02-11T22:58:04.398Z Compiling pkcs1 v0.7.5
17222026-02-11T22:58:04.729Z Compiling strum_macros v0.26.4
17232026-02-11T22:58:04.795Z Compiling enum-as-inner v0.6.1
17242026-02-11T22:58:05.411Z Compiling clap_derive v4.5.47
17252026-02-11T22:58:05.577Z Compiling serde-big-array v0.5.1
17262026-02-11T22:58:05.785Z Compiling hex v0.4.3
17272026-02-11T22:58:05.870Z Compiling rfc6979 v0.4.0
17282026-02-11T22:58:05.895Z Compiling bstr v1.10.0
17292026-02-11T22:58:06.029Z Compiling serde_repr v0.1.19
17302026-02-11T22:58:06.120Z Compiling float-cmp v0.10.0
17312026-02-11T22:58:06.425Z Compiling env_filter v0.1.2
17322026-02-11T22:58:06.456Z Compiling memmap2 v0.9.8
17332026-02-11T22:58:06.910Z Compiling socket2 v0.5.10
17342026-02-11T22:58:07.076Z Compiling encoding_rs v0.8.34
17352026-02-11T22:58:07.220Z Compiling fixedbitset v0.5.7
17362026-02-11T22:58:07.551Z Compiling foldhash v0.2.0
17372026-02-11T22:58:08.397Z Compiling data-encoding v2.9.0
17382026-02-11T22:58:08.397Z Compiling predicates-core v1.0.8
17392026-02-11T22:58:08.425Z Compiling whoami v1.5.2
17402026-02-11T22:58:08.425Z Compiling difflib v0.4.0
17412026-02-11T22:58:08.653Z Compiling jiff v0.2.15
17422026-02-11T22:58:09.259Z Compiling keccak v0.1.5
17432026-02-11T22:58:09.666Z Compiling new_debug_unreachable v1.0.6
17442026-02-11T22:58:09.794Z Compiling precomputed-hash v0.1.1
17452026-02-11T22:58:09.820Z Compiling mime v0.3.17
17462026-02-11T22:58:09.857Z Compiling normalize-line-endings v0.3.0
17472026-02-11T22:58:09.951Z Compiling static_assertions v1.1.0
17482026-02-11T22:58:10.045Z Compiling rustc-hash v2.1.1
17492026-02-11T22:58:10.106Z Compiling fixedbitset v0.4.2
17502026-02-11T22:58:10.269Z Compiling iddqd v0.3.16
17512026-02-11T22:58:10.409Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17522026-02-11T22:58:10.578Z Compiling petgraph v0.6.5
17532026-02-11T22:58:11.096Z Compiling predicates v3.1.3
17542026-02-11T22:58:11.367Z Compiling string_cache v0.8.9
17552026-02-11T22:58:11.912Z Compiling clap v4.5.48
17562026-02-11T22:58:12.084Z Compiling sha3 v0.10.8
17572026-02-11T22:58:12.649Z Compiling strum v0.26.3
17582026-02-11T22:58:12.869Z Compiling hickory-proto v0.25.2
17592026-02-11T22:58:13.218Z Compiling tokio-postgres v0.7.13
17602026-02-11T22:58:13.546Z Compiling toml_edit v0.22.27
17612026-02-11T22:58:14.300Z Compiling petgraph v0.8.2
17622026-02-11T22:58:14.565Z Compiling similar v2.7.0
17632026-02-11T22:58:16.780Z Compiling zip v4.2.0
17642026-02-11T22:58:17.392Z Compiling usdt-impl v0.5.0
17652026-02-11T22:58:18.808Z Compiling usdt v0.6.0
17662026-02-11T22:58:19.171Z Compiling env_logger v0.11.8
17672026-02-11T22:58:19.236Z Compiling serde_with v3.16.1
17682026-02-11T22:58:19.264Z Compiling ecdsa v0.16.9
17692026-02-11T22:58:19.344Z Compiling rsa v0.9.8
17702026-02-11T22:58:20.034Z Compiling zip v0.6.6
17712026-02-11T22:58:20.155Z Compiling ed25519-dalek v2.1.1
17722026-02-11T22:58:24.194Z Compiling toml v0.7.8
17732026-02-11T22:58:24.249Z Compiling crossterm v0.28.1
17742026-02-11T22:58:24.249Z Compiling heck v0.4.1
17752026-02-11T22:58:24.249Z Compiling crossbeam-epoch v0.9.18
17762026-02-11T22:58:24.249Z Compiling tokio-stream v0.1.17
17772026-02-11T22:58:24.250Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17782026-02-11T22:58:24.250Z Compiling x509-cert v0.2.5
17792026-02-11T22:58:24.250Z Compiling openapiv3 v2.2.0
17802026-02-11T22:58:24.250Z Compiling sha1 v0.10.6
17812026-02-11T22:58:24.274Z Compiling itertools v0.13.0
17822026-02-11T22:58:24.455Z Compiling itertools v0.10.5
17832026-02-11T22:58:24.757Z Compiling winnow v0.6.26
17842026-02-11T22:58:25.396Z Compiling lalrpop-util v0.19.12
17852026-02-11T22:58:25.758Z Compiling peg-runtime v0.8.5
17862026-02-11T22:58:26.363Z Compiling thread_local v1.1.8
17872026-02-11T22:58:26.850Z Compiling slog-async v2.8.0
17882026-02-11T22:58:26.880Z Compiling crossbeam-channel v0.5.15
17892026-02-11T22:58:26.992Z Compiling xattr v1.3.1
17902026-02-11T22:58:27.290Z Compiling futures-executor v0.3.31
17912026-02-11T22:58:27.346Z Compiling is-terminal v0.4.13
17922026-02-11T22:58:27.452Z Compiling filetime v0.2.26
17932026-02-11T22:58:27.507Z Compiling take_mut v0.2.2
17942026-02-11T22:58:27.648Z Compiling term v1.1.0
17952026-02-11T22:58:27.710Z Compiling tar v0.4.44
17962026-02-11T22:58:27.814Z Compiling futures v0.3.31
17972026-02-11T22:58:28.774Z Compiling slog-term v2.9.2
17982026-02-11T22:58:30.728Z Compiling aws-lc-sys v0.26.0
17992026-02-11T22:59:08.691Z Compiling rustls-webpki v0.102.8
18002026-02-11T22:59:15.962Z Compiling tokio-rustls v0.26.0
18012026-02-11T22:59:16.379Z Compiling hyper-rustls v0.27.7
18022026-02-11T22:59:16.801Z Compiling reqwest v0.12.24
18032026-02-11T22:59:22.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18042026-02-11T22:59:23.004Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18052026-02-11T22:59:29.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
18062026-02-11T22:59:30.059Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18072026-02-11T22:59:30.131ZFeb 11 22:59:29.799 INFO Starting download, target: Cockroach
18082026-02-11T22:59:30.131ZFeb 11 22:59:29.801 INFO Starting download, target: Clickhouse
18092026-02-11T22:59:30.131ZFeb 11 22:59:29.801 INFO Starting download, target: Console
18102026-02-11T22:59:30.158ZFeb 11 22:59:29.801 INFO Starting download, target: DendriteStub
18112026-02-11T22:59:30.159ZFeb 11 22:59:29.801 INFO Starting download, target: MaghemiteMgd
18122026-02-11T22:59:30.159ZFeb 11 22:59:29.801 INFO Starting download, target: TransceiverControl
18132026-02-11T22:59:30.159ZFeb 11 22:59:29.803 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18142026-02-11T22:59:30.159ZFeb 11 22:59:29.803 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18152026-02-11T22:59:30.159ZFeb 11 22:59:29.804 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18162026-02-11T22:59:30.159ZFeb 11 22:59:29.804 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18172026-02-11T22:59:30.160ZFeb 11 22:59:29.804 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18182026-02-11T22:59:30.160ZFeb 11 22:59:29.804 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18192026-02-11T22:59:30.845ZFeb 11 22:59:30.511 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18202026-02-11T22:59:31.378ZFeb 11 22:59:31.045 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18212026-02-11T22:59:31.594ZFeb 11 22:59:31.262 INFO Download complete, target: Console
18222026-02-11T22:59:32.089ZFeb 11 22:59:31.758 INFO Download complete, target: TransceiverControl
18232026-02-11T22:59:34.009ZFeb 11 22:59:33.679 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18242026-02-11T22:59:34.884ZFeb 11 22:59:34.554 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18252026-02-11T22:59:39.940ZFeb 11 22:59:39.610 INFO Download complete, target: DendriteStub
18262026-02-11T22:59:40.019ZFeb 11 22:59:39.689 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18272026-02-11T22:59:40.019ZFeb 11 22:59:39.689 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18282026-02-11T22:59:41.108ZFeb 11 22:59:40.778 INFO Download complete, target: MaghemiteMgd
18292026-02-11T22:59:50.991ZFeb 11 22:59:50.662 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18302026-02-11T22:59:53.075ZFeb 11 22:59:52.746 INFO Checking that binary works, target: Cockroach
18312026-02-11T22:59:53.336ZFeb 11 22:59:53.006 INFO Download complete, target: Cockroach
18322026-02-11T23:00:06.287ZFeb 11 23:00:05.958 INFO Checking that binary works, target: Clickhouse
18332026-02-11T23:00:06.539ZFeb 11 23:00:06.210 INFO Download complete, target: Clickhouse
18342026-02-11T23:00:06.565ZAll prerequisites installed successfully
18352026-02-11T23:00:06.565Z
18362026-02-11T23:00:06.565Zreal 6:22.022578181
18372026-02-11T23:00:06.565Zuser 19:48.548620712
18382026-02-11T23:00:06.565Zsys 2:56.818971604
18392026-02-11T23:00:06.565Ztrap 0.851939644
18402026-02-11T23:00:06.565Ztflt 0.496351239
18412026-02-11T23:00:06.565Zdflt 1.038331880
18422026-02-11T23:00:06.565Zkflt 0.012121559
18432026-02-11T23:00:06.566Zlock 59:03.847018001
18442026-02-11T23:00:06.566Zslp 1:13:19.392807980
18452026-02-11T23:00:06.566Zlat 1:25.068760740
18462026-02-11T23:00:06.566Zstop 2:56.973595303
18472026-02-11T23:00:06.566Z+ source ./tools/include/force-git-over-https.sh
18482026-02-11T23:00:06.566Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18492026-02-11T23:00:06.566Z++ (( i = 0 ))
18502026-02-11T23:00:06.566Z++ (( i < 5 ))
18512026-02-11T23:00:06.566Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18522026-02-11T23:00:06.566Z++ (( i++ ))
18532026-02-11T23:00:06.566Z++ (( i < 5 ))
18542026-02-11T23:00:06.566Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18552026-02-11T23:00:06.591Z++ (( i++ ))
18562026-02-11T23:00:06.591Z++ (( i < 5 ))
18572026-02-11T23:00:06.591Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18582026-02-11T23:00:06.591Z++ (( i++ ))
18592026-02-11T23:00:06.591Z++ (( i < 5 ))
18602026-02-11T23:00:06.591Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18612026-02-11T23:00:06.591Z++ (( i++ ))
18622026-02-11T23:00:06.591Z++ (( i < 5 ))
18632026-02-11T23:00:06.592Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18642026-02-11T23:00:06.592Z++ (( i++ ))
18652026-02-11T23:00:06.592Z++ (( i < 5 ))
18662026-02-11T23:00:06.592Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18672026-02-11T23:00:06.592Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18682026-02-11T23:00:06.592Z+ rc=0
18692026-02-11T23:00:06.592Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18702026-02-11T23:01:04.369Z+ case $rc in
18712026-02-11T23:01:04.369Z+ pfexec zfs create -p rpool/images/build/host
18722026-02-11T23:01:04.458Z+ pfexec zfs create -p rpool/images/build/recovery
18732026-02-11T23:01:04.497Z+ cargo xtask releng --output-dir /work --mkincorp
18742026-02-11T23:01:05.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
18752026-02-11T23:01:05.645Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18762026-02-11T23:01:07.535Z Compiling proc-macro2 v1.0.101
18772026-02-11T23:01:07.535Z Compiling unicode-ident v1.0.19
18782026-02-11T23:01:07.535Z Compiling libc v0.2.180
18792026-02-11T23:01:07.535Z Compiling serde_core v1.0.228
18802026-02-11T23:01:07.560Z Compiling serde v1.0.228
18812026-02-11T23:01:07.560Z Compiling autocfg v1.4.0
18822026-02-11T23:01:07.560Z Compiling cfg-if v1.0.4
18832026-02-11T23:01:07.835Z Compiling version_check v0.9.5
18842026-02-11T23:01:07.862Z Compiling memchr v2.7.4
18852026-02-11T23:01:07.862Z Compiling shlex v1.3.0
18862026-02-11T23:01:08.561Z Compiling lock_api v0.4.12
18872026-02-11T23:01:08.639Z Compiling typenum v1.17.0
18882026-02-11T23:01:08.944Z Compiling generic-array v0.14.7
18892026-02-11T23:01:09.211Z Compiling value-bag v1.12.0
18902026-02-11T23:01:09.382Z Compiling getrandom v0.3.4
18912026-02-11T23:01:09.578Z Compiling portable-atomic v1.11.0
18922026-02-11T23:01:09.944Z Compiling quote v1.0.40
18932026-02-11T23:01:09.985Z Compiling jobserver v0.1.32
18942026-02-11T23:01:10.075Z Compiling log v0.4.29
18952026-02-11T23:01:10.318Z Compiling zmij v1.0.15
18962026-02-11T23:01:10.415Z Compiling serde_json v1.0.149
18972026-02-11T23:01:10.606Z Compiling syn v2.0.114
18982026-02-11T23:01:10.794Z Compiling cc v1.2.30
18992026-02-11T23:01:10.822Z Compiling libm v0.2.8
19002026-02-11T23:01:10.931Z Compiling num-traits v0.2.19
19012026-02-11T23:01:11.219Z Compiling scopeguard v1.2.0
19022026-02-11T23:01:11.257Z Compiling smallvec v1.15.1
19032026-02-11T23:01:11.387Z Compiling parking_lot_core v0.9.10
19042026-02-11T23:01:11.839Z Compiling rustix v0.38.37
19052026-02-11T23:01:11.883Z Compiling pkg-config v0.3.31
19062026-02-11T23:01:11.968Z Compiling getrandom v0.2.15
19072026-02-11T23:01:12.613Z Compiling thiserror v2.0.18
19082026-02-11T23:01:12.771Z Compiling itoa v1.0.11
19092026-02-11T23:01:13.049Z Compiling regex-syntax v0.8.5
19102026-02-11T23:01:13.268Z Compiling errno v0.3.12
19112026-02-11T23:01:13.734Z Compiling spin v0.9.8
19122026-02-11T23:01:13.913Z Compiling aho-corasick v1.1.3
19132026-02-11T23:01:13.967Z Compiling slab v0.4.9
19142026-02-11T23:01:14.189Z Compiling stable_deref_trait v1.2.0
19152026-02-11T23:01:14.291Z Compiling subtle v2.6.1
19162026-02-11T23:01:14.327Z Compiling lazy_static v1.5.0
19172026-02-11T23:01:14.404Z Compiling critical-section v1.1.3
19182026-02-11T23:01:14.544Z Compiling semver v1.0.27
19192026-02-11T23:01:14.633Z Compiling rand_core v0.6.4
19202026-02-11T23:01:15.406Z Compiling either v1.15.0
19212026-02-11T23:01:15.516Z Compiling glob v0.3.2
19222026-02-11T23:01:16.033Z Compiling once_cell v1.21.3
19232026-02-11T23:01:16.460Z Compiling clang-sys v1.8.1
19242026-02-11T23:01:17.131Z Compiling regex-automata v0.4.11
19252026-02-11T23:01:17.468Z Compiling heck v0.5.0
19262026-02-11T23:01:17.877Z Compiling prettyplease v0.2.36
19272026-02-11T23:01:18.336Z Compiling minimal-lexical v0.2.1
19282026-02-11T23:01:18.443Z Compiling schemars v0.8.22
19292026-02-11T23:01:18.611Z Compiling synstructure v0.13.1
19302026-02-11T23:01:18.682Z Compiling serde_derive_internals v0.29.1
19312026-02-11T23:01:18.848Z Compiling nom v7.1.3
19322026-02-11T23:01:19.218Z Compiling libloading v0.8.5
19332026-02-11T23:01:19.539Z Compiling writeable v0.5.5
19342026-02-11T23:01:19.716Z Compiling home v0.5.9
19352026-02-11T23:01:19.971Z Compiling paste v1.0.15
19362026-02-11T23:01:20.028Z Compiling bindgen v0.69.5
19372026-02-11T23:01:20.532Z Compiling litemap v0.7.3
19382026-02-11T23:01:21.110Z Compiling itertools v0.12.1
19392026-02-11T23:01:22.164Z Compiling serde_derive v1.0.228
19402026-02-11T23:01:22.759Z Compiling zeroize_derive v1.4.2
19412026-02-11T23:01:23.657Z Compiling zerofrom-derive v0.1.4
19422026-02-11T23:01:23.918Z Compiling yoke-derive v0.7.4
19432026-02-11T23:01:24.244Z Compiling zerovec-derive v0.10.3
19442026-02-11T23:01:24.342Z Compiling displaydoc v0.2.5
19452026-02-11T23:01:25.880Z Compiling icu_provider_macros v1.5.0
19462026-02-11T23:01:26.055Z Compiling zeroize v1.8.1
19472026-02-11T23:01:26.490Z Compiling thiserror-impl v2.0.18
19482026-02-11T23:01:26.658Z Compiling tokio-macros v2.6.0
19492026-02-11T23:01:26.718Z Compiling zerocopy-derive v0.7.35
19502026-02-11T23:01:26.791Z Compiling regex v1.11.3
19512026-02-11T23:01:26.963Z Compiling zerofrom v0.1.4
19522026-02-11T23:01:27.009Z Compiling futures-macro v0.3.31
19532026-02-11T23:01:27.318Z Compiling yoke v0.7.4
19542026-02-11T23:01:27.763Z Compiling zerovec v0.10.4
19552026-02-11T23:01:28.770Z Compiling cexpr v0.6.0
19562026-02-11T23:01:28.959Z Compiling schemars_derive v0.8.22
19572026-02-11T23:01:29.474Z Compiling percent-encoding v2.3.2
19582026-02-11T23:01:29.580Z Compiling allocator-api2 v0.2.21
19592026-02-11T23:01:30.062Z Compiling byteorder v1.5.0
19602026-02-11T23:01:30.314Z Compiling tinystr v0.7.6
19612026-02-11T23:01:30.384Z Compiling lazycell v1.3.0
19622026-02-11T23:01:30.619Z Compiling bitflags v2.9.4
19632026-02-11T23:01:30.668Z Compiling bytes v1.11.1
19642026-02-11T23:01:30.792Z Compiling icu_locid v1.5.0
19652026-02-11T23:01:30.890Z Compiling rustc-hash v1.1.0
19662026-02-11T23:01:31.821Z Compiling cmake v0.1.51
19672026-02-11T23:01:32.192Z Compiling icu_locid_transform_data v1.5.0
19682026-02-11T23:01:32.267Z Compiling equivalent v1.0.2
19692026-02-11T23:01:32.463Z Compiling icu_provider v1.5.0
19702026-02-11T23:01:32.488Z Compiling fs_extra v1.3.0
19712026-02-11T23:01:32.550Z Compiling dunce v1.0.5
19722026-02-11T23:01:32.861Z Compiling icu_collections v1.5.0
19732026-02-11T23:01:33.062Z Compiling icu_properties_data v1.5.0
19742026-02-11T23:01:33.101Z Compiling crypto-common v0.1.6
19752026-02-11T23:01:33.391Z Compiling icu_locid_transform v1.5.0
19762026-02-11T23:01:33.449Z Compiling pin-project-lite v0.2.14
19772026-02-11T23:01:33.716Z Compiling utf8_iter v1.0.4
19782026-02-11T23:01:33.775Z Compiling write16 v1.0.0
19792026-02-11T23:01:33.983Z Compiling icu_normalizer_data v1.5.0
19802026-02-11T23:01:34.086Z Compiling utf16_iter v1.0.5
19812026-02-11T23:01:34.378Z Compiling der_derive v0.7.3
19822026-02-11T23:01:34.839Z Compiling const-oid v0.9.6
19832026-02-11T23:01:35.138Z Compiling which v4.4.2
19842026-02-11T23:01:35.214Z Compiling icu_properties v1.5.1
19852026-02-11T23:01:35.733Z Compiling rustversion v1.0.22
19862026-02-11T23:01:36.875Z Compiling ring v0.17.14
19872026-02-11T23:01:38.560Z Compiling form_urlencoded v1.2.2
19882026-02-11T23:01:39.082Z Compiling fnv v1.0.7
19892026-02-11T23:01:39.248Z Compiling vcpkg v0.2.15
19902026-02-11T23:01:39.299Z Compiling futures-core v0.3.31
19912026-02-11T23:01:39.342Z Compiling aws-lc-rs v1.12.4
19922026-02-11T23:01:39.732Z Compiling icu_normalizer v1.5.0
19932026-02-11T23:01:39.976Z Compiling block-buffer v0.10.4
19942026-02-11T23:01:40.586Z Compiling signal-hook-registry v1.4.2
19952026-02-11T23:01:40.699Z Compiling zerocopy v0.8.27
19962026-02-11T23:01:40.806Z Compiling idna_adapter v1.2.0
19972026-02-11T23:01:41.130Z Compiling idna v1.0.3
19982026-02-11T23:01:41.274Z Compiling openssl-sys v0.9.109
19992026-02-11T23:01:42.079Z Compiling url v2.5.4
20002026-02-11T23:01:42.133Z Compiling digest v0.10.7
20012026-02-11T23:01:42.470Z Compiling parking_lot v0.12.3
20022026-02-11T23:01:42.965Z Compiling hashbrown v0.16.1
20032026-02-11T23:01:43.302Z Compiling tracing-attributes v0.1.27
20042026-02-11T23:01:44.369Z Compiling mio v1.0.2
20052026-02-11T23:01:45.958Z Compiling zerocopy-derive v0.8.27
20062026-02-11T23:01:46.011Z Compiling rustix v1.1.3
20072026-02-11T23:01:46.062Z Compiling httparse v1.9.5
20082026-02-11T23:01:46.258Z Compiling indexmap v2.13.0
20092026-02-11T23:01:46.707Z Compiling socket2 v0.6.1
20102026-02-11T23:01:47.114Z Compiling iana-time-zone v0.1.63
20112026-02-11T23:01:47.457Z Compiling tokio v1.49.0
20122026-02-11T23:01:47.481Z Compiling aws-lc-sys v0.26.0
20132026-02-11T23:01:47.737Z Compiling foldhash v0.1.5
20142026-02-11T23:01:47.996Z Compiling chrono v0.4.43
20152026-02-11T23:01:48.095Z Compiling hashbrown v0.15.4
20162026-02-11T23:01:48.610Z Compiling zerocopy v0.7.35
20172026-02-11T23:01:49.314Z Compiling time-core v0.1.6
20182026-02-11T23:01:49.451Z Compiling num-conv v0.1.0
20192026-02-11T23:01:49.699Z Compiling futures-sink v0.3.31
20202026-02-11T23:01:49.842Z Compiling time-macros v0.2.24
20212026-02-11T23:01:49.992Z Compiling futures-channel v0.3.31
20222026-02-11T23:01:50.369Z Compiling uuid v1.19.0
20232026-02-11T23:01:50.626Z Compiling futures-io v0.3.31
20242026-02-11T23:01:50.809Z Compiling openssl v0.10.73
20252026-02-11T23:01:51.352Z Compiling pin-utils v0.1.0
20262026-02-11T23:01:51.398Z Compiling futures-task v0.3.31
20272026-02-11T23:01:51.758Z Compiling futures-util v0.3.31
20282026-02-11T23:01:52.031Z Compiling cpufeatures v0.2.14
20292026-02-11T23:01:53.168Z Compiling ppv-lite86 v0.2.20
20302026-02-11T23:01:53.474Z Compiling openssl-macros v0.1.1
20312026-02-11T23:01:54.117Z Compiling rustc_version v0.4.1
20322026-02-11T23:01:54.373Z Compiling strsim v0.11.1
20332026-02-11T23:01:54.741Z Compiling ucd-trie v0.1.7
20342026-02-11T23:01:55.021Z Compiling native-tls v0.2.12
20352026-02-11T23:01:55.143Z Compiling rustls v0.23.19
20362026-02-11T23:01:55.346Z Compiling pest v2.8.2
20372026-02-11T23:01:55.489Z Compiling hmac v0.12.1
20382026-02-11T23:01:55.513Z Compiling serde_tokenstream v0.2.2
20392026-02-11T23:01:55.632Z Compiling dyn-clone v1.0.20
20402026-02-11T23:01:56.248Z Compiling block-padding v0.3.3
20412026-02-11T23:01:56.646Z Compiling bzip2-sys v0.1.13+1.0.8
20422026-02-11T23:01:56.688Z Compiling cookie v0.18.1
20432026-02-11T23:01:57.232Z Compiling ident_case v1.0.1
20442026-02-11T23:01:57.299Z Compiling thiserror v1.0.69
20452026-02-11T23:01:57.978Z Compiling inout v0.1.3
20462026-02-11T23:01:58.597Z Compiling pest_meta v2.8.2
20472026-02-11T23:01:58.882Z Compiling http v1.4.0
20482026-02-11T23:01:59.681Z Compiling syn v1.0.109
20492026-02-11T23:02:00.220Z Compiling pest_generator v2.8.2
20502026-02-11T23:02:01.808Z Compiling base64 v0.22.1
20512026-02-11T23:02:02.149Z Compiling pest_derive v2.8.2
20522026-02-11T23:02:03.438Z Compiling cipher v0.4.4
20532026-02-11T23:02:03.583Z Compiling sha2 v0.10.9
20542026-02-11T23:02:03.956Z Compiling slog v2.8.2
20552026-02-11T23:02:06.702Z Compiling scroll_derive v0.13.1
20562026-02-11T23:02:07.100Z Compiling thiserror-impl v1.0.69
20572026-02-11T23:02:07.661Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20582026-02-11T23:02:08.488Z Compiling crossbeam-utils v0.8.21
20592026-02-11T23:02:08.941Z Compiling base64ct v1.6.0
20602026-02-11T23:02:09.100Z Compiling rustls-pki-types v1.10.0
20612026-02-11T23:02:09.655Z Compiling pem-rfc7468 v0.7.0
20622026-02-11T23:02:10.411Z Compiling flagset v0.4.6
20632026-02-11T23:02:10.875Z Compiling litrs v0.4.1
20642026-02-11T23:02:11.934Z Compiling document-features v0.2.11
20652026-02-11T23:02:12.978Z Compiling der v0.7.10
20662026-02-11T23:02:13.157Z Compiling tokio-util v0.7.15
20672026-02-11T23:02:15.988Z Compiling rand_core v0.9.3
20682026-02-11T23:02:16.018Z Compiling tracing-core v0.1.32
20692026-02-11T23:02:16.482Z Compiling plain v0.2.3
20702026-02-11T23:02:16.748Z Compiling untrusted v0.9.0
20712026-02-11T23:02:17.028Z Compiling camino v1.2.2
20722026-02-11T23:02:17.097Z Compiling powerfmt v0.2.0
20732026-02-11T23:02:17.645Z Compiling untrusted v0.7.1
20742026-02-11T23:02:17.966Z Compiling deranged v0.5.3
20752026-02-11T23:02:18.162Z Compiling tracing v0.1.40
20762026-02-11T23:02:18.641Z Compiling spki v0.7.3
20772026-02-11T23:02:19.042Z Compiling salsa20 v0.10.2
20782026-02-11T23:02:19.090Z Compiling http-body v1.0.1
20792026-02-11T23:02:19.439Z Compiling pbkdf2 v0.12.2
20802026-02-11T23:02:20.374Z Compiling atomic-waker v1.1.2
20812026-02-11T23:02:20.680Z Compiling num_threads v0.1.7
20822026-02-11T23:02:20.788Z Compiling num-bigint-dig v0.8.6
20832026-02-11T23:02:21.285Z Compiling time v0.3.43
20842026-02-11T23:02:21.549Z Compiling scrypt v0.11.0
20852026-02-11T23:02:22.106Z Compiling rand_chacha v0.9.0
20862026-02-11T23:02:22.834Z Compiling aes v0.8.4
20872026-02-11T23:02:22.905Z Compiling cbc v0.1.2
20882026-02-11T23:02:24.018Z Compiling ahash v0.8.12
20892026-02-11T23:02:24.151Z Compiling zstd-safe v7.2.3
20902026-02-11T23:02:24.415Z Compiling tower-layer v0.3.3
20912026-02-11T23:02:24.702Z Compiling pretty-hex v0.4.1
20922026-02-11T23:02:25.004Z Compiling tower-service v0.3.3
20932026-02-11T23:02:25.036Z Compiling usdt-impl v0.6.0
20942026-02-11T23:02:25.170Z Compiling try-lock v0.2.5
20952026-02-11T23:02:25.221Z Compiling anyhow v1.0.99
20962026-02-11T23:02:25.430Z Compiling want v0.3.1
20972026-02-11T23:02:25.933Z Compiling pkcs5 v0.7.1
20982026-02-11T23:02:28.034Z Compiling rand v0.9.2
20992026-02-11T23:02:28.751Z Compiling h2 v0.4.6
21002026-02-11T23:02:30.339Z Compiling scroll v0.13.0
21012026-02-11T23:02:30.773Z Compiling heapless v0.7.17
21022026-02-11T23:02:31.381Z Compiling ipnet v2.11.0
21032026-02-11T23:02:31.417Z Compiling async-trait v0.1.89
21042026-02-11T23:02:31.735Z Compiling daft-derive v0.1.4
21052026-02-11T23:02:32.352Z Compiling scroll_derive v0.12.0
21062026-02-11T23:02:32.782Z Compiling clap_derive v4.5.47
21072026-02-11T23:02:33.390Z Compiling fastrand v2.1.1
21082026-02-11T23:02:33.577Z Compiling signal-hook v0.3.18
21092026-02-11T23:02:33.779Z Compiling adler2 v2.0.0
21102026-02-11T23:02:33.927Z Compiling foreign-types-shared v0.1.1
21112026-02-11T23:02:34.045Z Compiling httpdate v1.0.3
21122026-02-11T23:02:34.152Z Compiling openssl-probe v0.1.5
21132026-02-11T23:02:34.199Z Compiling foreign-types v0.3.2
21142026-02-11T23:02:34.357Z Compiling miniz_oxide v0.8.5
21152026-02-11T23:02:34.469Z Compiling tempfile v3.24.0
21162026-02-11T23:02:35.422Z Compiling goblin v0.10.2
21172026-02-11T23:02:36.683Z Compiling pkcs8 v0.10.2
21182026-02-11T23:02:37.989Z Compiling darling_core v0.20.10
21192026-02-11T23:02:38.357Z Compiling hyper v1.8.1
21202026-02-11T23:02:44.781Z Compiling tinyvec_macros v0.1.1
21212026-02-11T23:02:45.003Z Compiling tinyvec v1.8.0
21222026-02-11T23:02:46.570Z Compiling dof v0.4.0
21232026-02-11T23:02:46.864Z Compiling darling_macro v0.20.10
21242026-02-11T23:02:47.760Z Compiling hyper-util v0.1.19
21252026-02-11T23:02:52.089Z Compiling dtrace-parser v0.3.0
21262026-02-11T23:02:52.548Z Compiling darling_core v0.21.0
21272026-02-11T23:02:53.540Z Compiling curve25519-dalek v4.1.3
21282026-02-11T23:02:53.793Z Compiling strum_macros v0.26.4
21292026-02-11T23:02:54.042Z Compiling hex v0.4.3
21302026-02-11T23:02:54.898Z Compiling thread-id v5.0.0
21312026-02-11T23:02:55.076Z Compiling memoffset v0.9.1
21322026-02-11T23:02:55.551Z Compiling ref-cast v1.0.25
21332026-02-11T23:02:56.336Z Compiling ryu v1.0.18
21342026-02-11T23:02:56.787Z Compiling utf8parse v0.2.2
21352026-02-11T23:02:57.368Z Compiling smoltcp v0.9.1
21362026-02-11T23:02:57.713Z Compiling unicode-segmentation v1.12.0
21372026-02-11T23:02:58.209Z Compiling anstyle v1.0.11
21382026-02-11T23:02:58.434Z Compiling darling_macro v0.21.0
21392026-02-11T23:03:00.119Z Compiling anstyle-parse v0.2.5
21402026-02-11T23:03:03.082Z Compiling darling v0.20.10
21412026-02-11T23:03:03.548Z Compiling http-body-util v0.1.3
21422026-02-11T23:03:05.429Z Compiling sync_wrapper v1.0.1
21432026-02-11T23:03:05.662Z Compiling serde_spanned v0.6.9
21442026-02-11T23:03:05.854Z Compiling erased-serde v0.3.31
21452026-02-11T23:03:06.031Z Compiling toml_datetime v0.6.11
21462026-02-11T23:03:06.982Z Compiling wait-timeout v0.2.0
21472026-02-11T23:03:07.457Z Compiling encoding_rs v0.8.34
21482026-02-11T23:03:07.540Z Compiling cfg_aliases v0.2.1
21492026-02-11T23:03:07.726Z Compiling colorchoice v1.0.2
21502026-02-11T23:03:08.073Z Compiling gimli v0.31.1
21512026-02-11T23:03:08.546Z Compiling buf-list v1.0.3
21522026-02-11T23:03:08.611Z Compiling bit-vec v0.8.0
21532026-02-11T23:03:09.287Z Compiling mime v0.3.17
21542026-02-11T23:03:09.343Z Compiling is_terminal_polyfill v1.70.1
21552026-02-11T23:03:10.278Z Compiling psl-types v2.0.11
21562026-02-11T23:03:10.578Z Compiling anstyle-query v1.1.1
21572026-02-11T23:03:10.658Z Compiling quick-error v1.2.3
21582026-02-11T23:03:10.794Z Compiling anstream v0.6.18
21592026-02-11T23:03:10.983Z Compiling rusty-fork v0.3.0
21602026-02-11T23:03:11.785Z Compiling publicsuffix v2.3.0
21612026-02-11T23:03:12.984Z Compiling addr2line v0.24.2
21622026-02-11T23:03:13.916Z Compiling bit-set v0.8.0
21632026-02-11T23:03:14.110Z Compiling serde_urlencoded v0.7.1
21642026-02-11T23:03:14.818Z Compiling nix v0.29.0
21652026-02-11T23:03:15.930Z Compiling tower v0.5.2
21662026-02-11T23:03:17.241Z Compiling derive_builder_core v0.20.2
21672026-02-11T23:03:18.559Z Compiling darling v0.21.0
21682026-02-11T23:03:18.718Z Compiling tokio-native-tls v0.3.1
21692026-02-11T23:03:19.175Z Compiling heck v0.4.1
21702026-02-11T23:03:19.491Z Compiling unicode-normalization v0.1.24
21712026-02-11T23:03:19.668Z Compiling rustls-native-certs v0.8.1
21722026-02-11T23:03:19.875Z Compiling hubpack_derive v0.1.1
21732026-02-11T23:03:20.750Z Compiling rand_xorshift v0.4.0
21742026-02-11T23:03:21.016Z Compiling webpki-roots v1.0.1
21752026-02-11T23:03:21.137Z Compiling ipnetwork v0.21.1
21762026-02-11T23:03:21.814Z Compiling openapiv3 v2.2.0
21772026-02-11T23:03:21.890Z Compiling signature v2.2.0
21782026-02-11T23:03:22.297Z Compiling curve25519-dalek-derive v0.1.1
21792026-02-11T23:03:23.688Z Compiling ref-cast-impl v1.0.25
21802026-02-11T23:03:24.921Z Compiling strum_macros v0.27.2
21812026-02-11T23:03:25.077Z Compiling object v0.36.5
21822026-02-11T23:03:26.053Z Compiling fs-err v3.1.1
21832026-02-11T23:03:26.147Z Compiling usdt-impl v0.5.0
21842026-02-11T23:03:26.646Z Compiling crc32fast v1.4.2
21852026-02-11T23:03:27.330Z Compiling unicode-bidi v0.3.17
21862026-02-11T23:03:27.354Z Compiling unarray v0.1.4
21872026-02-11T23:03:27.520Z Compiling rustc-demangle v0.1.24
21882026-02-11T23:03:28.387Z Compiling siphasher v0.3.11
21892026-02-11T23:03:28.671Z Compiling iri-string v0.7.8
21902026-02-11T23:03:28.854Z Compiling zlib-rs v0.5.1
21912026-02-11T23:03:29.837Z Compiling unicode-properties v0.1.3
21922026-02-11T23:03:30.302Z Compiling stringprep v0.1.5
21932026-02-11T23:03:33.122Z Compiling tower-http v0.6.6
21942026-02-11T23:03:33.242Z Compiling backtrace v0.3.74
21952026-02-11T23:03:34.616Z Compiling libz-rs-sys v0.5.1
21962026-02-11T23:03:35.192Z Compiling phf_shared v0.11.2
21972026-02-11T23:03:35.338Z Compiling proptest v1.7.0
21982026-02-11T23:03:35.628Z Compiling oxnet v0.1.4
21992026-02-11T23:03:35.986Z Compiling derive_builder_macro v0.20.2
22002026-02-11T23:03:36.138Z Compiling hyper-tls v0.6.0
22012026-02-11T23:03:36.942Z Compiling serde_with_macros v3.16.1
22022026-02-11T23:03:36.995Z Compiling cookie_store v0.21.1
22032026-02-11T23:03:39.429Z Compiling usdt-attr-macro v0.6.0
22042026-02-11T23:03:39.579Z Compiling usdt-macro v0.6.0
22052026-02-11T23:03:41.115Z Compiling scroll v0.12.0
22062026-02-11T23:03:41.770Z Compiling rustls-webpki v0.102.8
22072026-02-11T23:03:41.862Z Compiling terminal_size v0.4.0
22082026-02-11T23:03:42.309Z Compiling rand_chacha v0.3.1
22092026-02-11T23:03:43.316Z Compiling md-5 v0.10.6
22102026-02-11T23:03:43.621Z Compiling vergen-lib v0.1.6
22112026-02-11T23:03:43.891Z Compiling num-integer v0.1.46
22122026-02-11T23:03:44.023Z Compiling hash32 v0.2.1
22132026-02-11T23:03:44.052Z Compiling ff v0.13.0
22142026-02-11T23:03:44.647Z Compiling fallible-iterator v0.2.0
22152026-02-11T23:03:44.728Z Compiling base16ct v0.2.0
22162026-02-11T23:03:45.102Z Compiling clap_lex v0.7.4
22172026-02-11T23:03:45.543Z Compiling winnow v0.7.14
22182026-02-11T23:03:47.177Z Compiling clap_builder v4.5.48
22192026-02-11T23:03:49.287Z Compiling postgres-protocol v0.6.8
22202026-02-11T23:03:50.543Z Compiling sec1 v0.7.3
22212026-02-11T23:03:51.027Z Compiling tokio-rustls v0.26.0
22222026-02-11T23:03:51.222Z Compiling num-iter v0.1.45
22232026-02-11T23:03:51.476Z Compiling group v0.13.0
22242026-02-11T23:03:52.075Z Compiling rand v0.8.5
22252026-02-11T23:03:56.505Z Compiling goblin v0.8.2
22262026-02-11T23:03:56.621Z Compiling newtype-uuid v1.3.2
22272026-02-11T23:03:58.180Z Compiling derive_builder v0.20.2
22282026-02-11T23:03:58.548Z Compiling flate2 v1.1.2
22292026-02-11T23:04:00.593Z Compiling hkdf v0.12.4
22302026-02-11T23:04:00.686Z Compiling regress v0.10.4
22312026-02-11T23:04:00.936Z Compiling vergen v9.0.6
22322026-02-11T23:04:01.422Z Compiling crypto-bigint v0.5.5
22332026-02-11T23:04:01.466Z Compiling cargo-platform v0.1.8
22342026-02-11T23:04:02.022Z Compiling serde_repr v0.1.19
22352026-02-11T23:04:03.140Z Compiling enum-as-inner v0.6.1
22362026-02-11T23:04:04.855Z Compiling bitflags v1.3.2
22372026-02-11T23:04:05.048Z Compiling bumpalo v3.16.0
22382026-02-11T23:04:05.602Z Compiling winnow v0.5.40
22392026-02-11T23:04:05.873Z Compiling managed v0.8.0
22402026-02-11T23:04:06.059Z Compiling hyper-rustls v0.27.7
22412026-02-11T23:04:06.505Z Compiling lockfree-object-pool v0.1.6
22422026-02-11T23:04:06.839Z Compiling reqwest v0.12.24
22432026-02-11T23:04:07.135Z Compiling simd-adler32 v0.3.7
22442026-02-11T23:04:07.760Z Compiling zopfli v0.8.1
22452026-02-11T23:04:09.355Z Compiling toml_edit v0.19.15
22462026-02-11T23:04:12.171Z Compiling typify-impl v0.4.3
22472026-02-11T23:04:12.335Z Compiling elliptic-curve v0.13.8
22482026-02-11T23:04:13.233Z Compiling dof v0.3.0
22492026-02-11T23:04:13.675Z Compiling cargo_metadata v0.19.2
22502026-02-11T23:04:16.687Z Compiling zstd v0.13.3
22512026-02-11T23:04:16.999Z Compiling signal-hook-mio v0.2.4
22522026-02-11T23:04:17.278Z Compiling daft v0.1.4
22532026-02-11T23:04:17.952Z Compiling clap v4.5.48
22542026-02-11T23:04:18.346Z Compiling postgres-types v0.2.9
22552026-02-11T23:04:18.466Z Compiling dtrace-parser v0.2.0
22562026-02-11T23:04:18.814Z Compiling phf v0.11.2
22572026-02-11T23:04:19.213Z Compiling strum v0.27.2
22582026-02-11T23:04:19.698Z Compiling ed25519 v2.2.3
22592026-02-11T23:04:19.770Z Compiling hubpack v0.1.2
22602026-02-11T23:04:19.801Z Compiling bzip2 v0.5.2
22612026-02-11T23:04:20.104Z Compiling bzip2 v0.4.4
22622026-02-11T23:04:20.279Z Compiling pkcs1 v0.7.5
22632026-02-11T23:04:20.613Z Compiling rfc6979 v0.4.0
22642026-02-11T23:04:20.656Z Compiling float-cmp v0.10.0
22652026-02-11T23:04:21.017Z Compiling serde-big-array v0.5.1
22662026-02-11T23:04:21.134Z Compiling bstr v1.10.0
22672026-02-11T23:04:21.448Z Compiling structmeta-derive v0.3.0
22682026-02-11T23:04:21.571Z Compiling env_filter v0.1.2
22692026-02-11T23:04:22.072Z Compiling socket2 v0.5.10
22702026-02-11T23:04:22.240Z Compiling thread-id v4.2.2
22712026-02-11T23:04:22.461Z Compiling memmap2 v0.9.8
22722026-02-11T23:04:22.710Z Compiling whoami v1.5.2
22732026-02-11T23:04:22.959Z Compiling predicates-core v1.0.8
22742026-02-11T23:04:23.265Z Compiling fixedbitset v0.5.7
22752026-02-11T23:04:23.362Z Compiling static_assertions v1.1.0
22762026-02-11T23:04:23.549Z Compiling keccak v0.1.5
22772026-02-11T23:04:23.690Z Compiling radium v0.7.0
22782026-02-11T23:04:23.931Z Compiling difflib v0.4.0
22792026-02-11T23:04:23.993Z Compiling foldhash v0.2.0
22802026-02-11T23:04:24.346Z Compiling data-encoding v2.9.0
22812026-02-11T23:04:24.565Z Compiling fixedbitset v0.4.2
22822026-02-11T23:04:25.052Z Compiling jiff v0.2.15
22832026-02-11T23:04:25.254Z Compiling rustc-hash v2.1.1
22842026-02-11T23:04:25.520Z Compiling precomputed-hash v0.1.1
22852026-02-11T23:04:25.705Z Compiling new_debug_unreachable v1.0.6
22862026-02-11T23:04:26.048Z Compiling toml_write v0.1.2
22872026-02-11T23:04:26.603Z Compiling normalize-line-endings v0.3.0
22882026-02-11T23:04:26.857Z Compiling predicates v3.1.3
22892026-02-11T23:04:28.321Z Compiling string_cache v0.8.9
22902026-02-11T23:04:28.880Z Compiling iddqd v0.3.16
22912026-02-11T23:04:29.750Z Compiling toml_edit v0.22.27
22922026-02-11T23:04:32.559Z Compiling zip v4.2.0
22932026-02-11T23:04:35.255Z Compiling hickory-proto v0.25.2
22942026-02-11T23:04:35.296Z Compiling petgraph v0.6.5
22952026-02-11T23:04:36.242Z Compiling sha3 v0.10.8
22962026-02-11T23:04:36.884Z Compiling structmeta v0.3.0
22972026-02-11T23:04:37.317Z Compiling petgraph v0.8.2
22982026-02-11T23:04:39.435Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22992026-02-11T23:04:41.899Z Compiling tokio-postgres v0.7.13
23002026-02-11T23:04:42.482Z Compiling usdt v0.6.0
23012026-02-11T23:04:44.037Z Compiling similar v2.7.0
23022026-02-11T23:04:45.311Z Compiling typify-macro v0.4.3
23032026-02-11T23:04:46.069Z Compiling env_logger v0.11.8
23042026-02-11T23:04:46.757Z Compiling serde_with v3.16.1
23052026-02-11T23:04:46.903Z Compiling ecdsa v0.16.9
23062026-02-11T23:04:47.176Z Compiling rsa v0.9.8
23072026-02-11T23:04:48.911Z Compiling zip v0.6.6
23082026-02-11T23:04:49.581Z Compiling ed25519-dalek v2.1.1
23092026-02-11T23:04:51.163Z Compiling crossterm v0.28.1
23102026-02-11T23:04:51.306Z Compiling crossbeam-epoch v0.9.18
23112026-02-11T23:04:51.781Z Compiling toml v0.7.8
23122026-02-11T23:04:52.045Z Compiling strum v0.26.3
23132026-02-11T23:04:53.174Z Compiling tokio-stream v0.1.17
23142026-02-11T23:04:53.852Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23152026-02-11T23:04:54.149Z Compiling x509-cert v0.2.5
23162026-02-11T23:04:54.422Z Compiling sha1 v0.10.6
23172026-02-11T23:04:54.583Z Compiling itertools v0.10.5
23182026-02-11T23:04:54.914Z Compiling itertools v0.13.0
23192026-02-11T23:04:56.511Z Compiling winnow v0.6.26
23202026-02-11T23:04:57.415Z Compiling peg-runtime v0.8.5
23212026-02-11T23:04:57.459Z Compiling tap v1.0.1
23222026-02-11T23:04:57.709Z Compiling lalrpop-util v0.19.12
23232026-02-11T23:04:57.982Z Compiling maybe-uninit v2.0.0
23242026-02-11T23:04:58.189Z Compiling wyz v0.5.1
23252026-02-11T23:04:59.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23262026-02-11T23:05:05.720Z Compiling funty v2.0.0
23272026-02-11T23:05:06.063Z Compiling packed_struct v0.10.1
23282026-02-11T23:05:08.767Z Compiling bitvec v1.0.1
23292026-02-11T23:05:14.156Z Compiling packed_struct_codegen v0.10.1
23302026-02-11T23:05:14.635Z Compiling futures-executor v0.3.31
23312026-02-11T23:05:15.671Z Compiling zerocopy-derive v0.6.6
23322026-02-11T23:05:15.749Z Compiling bitfield-macros v0.19.2
23332026-02-11T23:05:16.566Z Compiling indexmap v1.9.3
23342026-02-11T23:05:16.673Z Compiling nodrop v0.1.14
23352026-02-11T23:05:17.315Z Compiling typeid v1.0.3
23362026-02-11T23:05:17.346Z Compiling crc-catalog v2.4.0
23372026-02-11T23:05:19.029Z Compiling crc v3.2.1
23382026-02-11T23:05:19.740Z Compiling zerocopy v0.6.6
23392026-02-11T23:05:20.061Z Compiling bitfield v0.19.2
23402026-02-11T23:05:20.565Z Compiling array-init v0.0.4
23412026-02-11T23:05:21.725Z Compiling futures v0.3.31
23422026-02-11T23:05:22.951Z Compiling smallvec v0.6.14
23432026-02-11T23:05:24.291Z Compiling typify v0.4.3
23442026-02-11T23:05:24.633Z Compiling derive-ex v0.1.8
23452026-02-11T23:05:26.237Z Compiling unsafe-libyaml v0.2.11
23462026-02-11T23:05:26.387Z Compiling hashbrown v0.12.3
23472026-02-11T23:05:27.921Z Compiling base64 v0.21.7
23482026-02-11T23:05:28.412Z Compiling rustls v0.22.4
23492026-02-11T23:05:28.619Z Compiling ron v0.8.1
23502026-02-11T23:05:29.189Z Compiling test-strategy v0.4.3
23512026-02-11T23:05:32.060Z Compiling serde_yaml v0.9.34+deprecated
23522026-02-11T23:05:34.846Z Compiling progenitor-impl v0.11.2
23532026-02-11T23:05:34.908Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23542026-02-11T23:05:36.984Z Compiling serde-hex v0.1.0
23552026-02-11T23:05:40.669Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23562026-02-11T23:05:41.387Z Compiling toml v0.8.23
23572026-02-11T23:05:42.952Z Compiling hashbrown v0.13.2
23582026-02-11T23:05:47.037Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23592026-02-11T23:05:47.360Z Compiling xattr v1.3.1
23602026-02-11T23:05:47.838Z Compiling pin-project-internal v1.1.6
23612026-02-11T23:05:48.432Z Compiling thread_local v1.1.8
23622026-02-11T23:05:49.401Z Compiling filetime v0.2.26
23632026-02-11T23:05:50.063Z Compiling multer v3.1.0
23642026-02-11T23:05:51.312Z Compiling slog-async v2.8.0
23652026-02-11T23:05:51.913Z Compiling match_cfg v0.1.0
23662026-02-11T23:05:52.093Z Compiling rayon-core v1.12.1
23672026-02-11T23:05:53.206Z Compiling same-file v1.0.6
23682026-02-11T23:05:53.528Z Compiling crc-any v2.5.0
23692026-02-11T23:05:54.162Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23702026-02-11T23:05:54.221Z Compiling walkdir v2.5.0
23712026-02-11T23:05:58.666Z Compiling hostname v0.3.1
23722026-02-11T23:06:04.174Z Compiling pin-project v1.1.6
23732026-02-11T23:06:04.363Z Compiling tar v0.4.44
23742026-02-11T23:06:07.381Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23752026-02-11T23:06:09.952Z Compiling object v0.30.4
23762026-02-11T23:06:10.637Z Compiling erased-serde v0.4.6
23772026-02-11T23:06:10.748Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23782026-02-11T23:06:10.826Z Compiling progenitor-macro v0.11.2
23792026-02-11T23:06:19.924Z Compiling progenitor-client v0.11.2
23802026-02-11T23:06:20.345Z Compiling toml_parser v1.0.6+spec-1.1.0
23812026-02-11T23:06:20.824Z Compiling crossbeam-channel v0.5.15
23822026-02-11T23:06:20.883Z Compiling snafu-derive v0.8.5
23832026-02-11T23:06:21.844Z Compiling slog-json v2.6.1
23842026-02-11T23:06:22.759Z Compiling async-stream-impl v0.3.6
23852026-02-11T23:06:23.395Z Compiling ordered-float v2.10.1
23862026-02-11T23:06:23.527Z Compiling toml_datetime v0.7.5+spec-1.1.0
23872026-02-11T23:06:23.755Z Compiling serde_spanned v1.0.4
23882026-02-11T23:06:23.852Z Compiling serde_path_to_error v0.1.20
23892026-02-11T23:06:24.091Z Compiling is-terminal v0.4.13
23902026-02-11T23:06:24.283Z Compiling fs-err v2.11.0
23912026-02-11T23:06:24.364Z Compiling dropshot v0.16.7
23922026-02-11T23:06:24.658Z Compiling take_mut v0.2.2
23932026-02-11T23:06:24.683Z Compiling toml_writer v1.0.6+spec-1.1.0
23942026-02-11T23:06:24.773Z Compiling unicode-width v0.1.14
23952026-02-11T23:06:24.905Z Compiling debug-ignore v1.0.5
23962026-02-11T23:06:25.112Z Compiling path-slash v0.1.5
23972026-02-11T23:06:25.244Z Compiling term v1.1.0
23982026-02-11T23:06:25.392Z Compiling tabwriter v1.4.0
23992026-02-11T23:06:25.416Z Compiling toml v0.9.11+spec-1.1.0
24002026-02-11T23:06:26.153Z Compiling slog-term v2.9.2
24012026-02-11T23:06:28.206Z Compiling snafu v0.8.5
24022026-02-11T23:06:28.269Z Compiling serde-value v0.7.0
24032026-02-11T23:06:28.995Z Compiling async-stream v0.3.6
24042026-02-11T23:06:29.104Z Compiling slog-bunyan v2.5.0
24052026-02-11T23:06:29.173Z Compiling progenitor v0.11.2
24062026-02-11T23:06:29.367Z Compiling tokio-rustls v0.25.0
24072026-02-11T23:06:29.435Z Compiling serde-untagged v0.1.7
24082026-02-11T23:06:29.574Z Compiling globset v0.4.15
24092026-02-11T23:06:29.817Z Compiling crossbeam-deque v0.8.5
24102026-02-11T23:06:29.891Z Compiling camino-tempfile v1.4.1
24112026-02-11T23:06:30.237Z Compiling parse-display-derive v0.10.0
24122026-02-11T23:06:30.262Z Compiling olpc-cjson v0.1.4
24132026-02-11T23:06:30.647Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24142026-02-11T23:06:30.673Z Compiling waitgroup v0.1.2
24152026-02-11T23:06:30.976Z Compiling rustls-pemfile v2.2.0
24162026-02-11T23:06:31.560Z Compiling pem v3.0.5
24172026-02-11T23:06:31.869Z Compiling dropshot_endpoint v0.16.7
24182026-02-11T23:06:33.018Z Compiling newtype-uuid-macros v0.1.0
24192026-02-11T23:06:33.157Z Compiling serde_plain v1.0.2
24202026-02-11T23:06:33.304Z Compiling async-recursion v1.1.1
24212026-02-11T23:06:33.699Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24222026-02-11T23:06:34.305Z Compiling blake3 v1.5.4
24232026-02-11T23:06:34.430Z Compiling hostname v0.4.2
24242026-02-11T23:06:34.479Z Compiling instant v0.1.13
24252026-02-11T23:06:34.542Z Compiling half v2.4.1
24262026-02-11T23:06:34.702Z Compiling typed-path v0.9.3
24272026-02-11T23:06:34.770Z Compiling unicode-xid v0.2.6
24282026-02-11T23:06:34.953Z Compiling colored v3.0.0
24292026-02-11T23:06:35.054Z Compiling ciborium-io v0.2.2
24302026-02-11T23:06:35.192Z Compiling cargo-util-schemas v0.8.2
24312026-02-11T23:06:35.242Z Compiling ciborium-ll v0.2.2
24322026-02-11T23:06:35.496Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24332026-02-11T23:06:36.300Z Compiling backoff v0.4.0
24342026-02-11T23:06:36.399Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24352026-02-11T23:06:36.730Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24362026-02-11T23:06:37.003Z Compiling parse-display v0.10.0
24372026-02-11T23:06:38.653Z Compiling tough v0.20.0
24382026-02-11T23:06:40.263Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24392026-02-11T23:06:40.940Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24402026-02-11T23:06:41.207Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24412026-02-11T23:06:41.328Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24422026-02-11T23:06:41.767Z Compiling itertools v0.14.0
24432026-02-11T23:06:43.211Z Compiling progenitor-client v0.10.0
24442026-02-11T23:06:44.113Z Compiling cargo-platform v0.2.0
24452026-02-11T23:06:45.124Z Compiling macaddr v1.0.1
24462026-02-11T23:06:45.378Z Compiling indent_write v2.2.0
24472026-02-11T23:06:45.671Z Compiling parse-size v1.1.0
24482026-02-11T23:06:45.708Z Compiling arrayvec v0.7.6
24492026-02-11T23:06:46.033Z Compiling arrayref v0.3.9
24502026-02-11T23:06:46.206Z Compiling constant_time_eq v0.3.1
24512026-02-11T23:06:46.241Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24522026-02-11T23:06:47.076Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24532026-02-11T23:06:48.124Z Compiling cargo_metadata v0.21.0
24542026-02-11T23:06:48.600Z Compiling ciborium v0.2.2
24552026-02-11T23:06:50.414Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24562026-02-11T23:06:53.830Z Compiling display-error-chain v0.2.2
24572026-02-11T23:06:54.099Z Compiling topological-sort v0.2.2
24582026-02-11T23:06:54.405Z Compiling omicron-zone-package v0.12.2
24592026-02-11T23:06:55.703Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24602026-02-11T23:06:58.119Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24612026-02-11T23:06:59.387Z Compiling shell-words v1.1.0
24622026-02-11T23:07:03.338Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24632026-02-11T23:07:20.832Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24642026-02-11T23:07:43.827Z Finished `release` profile [optimized] target(s) in 6m 38s
24652026-02-11T23:07:44.014Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24662026-02-11T23:07:44.112ZFeb 11 23:07:43.792 DEBG changing working directory to /work/oxidecomputer/omicron
24672026-02-11T23:07:44.336ZFeb 11 23:07:44.017 DEBG running: git rev-parse HEAD
24682026-02-11T23:07:44.361ZFeb 11 23:07:44.023 DEBG process exited with exit status: 0 (5.76002ms)
24692026-02-11T23:07:44.361ZFeb 11 23:07:44.023 INFO version: 18.0.0-0.ci+gitb94ffbfefdb
24702026-02-11T23:07:44.419ZFeb 11 23:07:44.100 INFO cloning helios to /work/oxidecomputer/helios
24712026-02-11T23:07:44.419ZFeb 11 23:07:44.100 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24722026-02-11T23:07:44.443ZCloning into '/work/oxidecomputer/helios'...
24732026-02-11T23:07:45.318ZFeb 11 23:07:44.999 DEBG process exited with exit status: 0 (898.995317ms)
24742026-02-11T23:07:45.318ZFeb 11 23:07:44.999 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24752026-02-11T23:07:45.342ZFeb 11 23:07:45.004 DEBG process exited with exit status: 0 (5.280705ms)
24762026-02-11T23:07:45.342ZFeb 11 23:07:45.004 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24772026-02-11T23:07:47.333ZFeb 11 23:07:47.013 DEBG process exited with exit status: 0 (2.008988811s)
24782026-02-11T23:07:47.333ZFeb 11 23:07:47.013 DEBG running: zfs list rpool/images/build/host
24792026-02-11T23:07:47.358ZNAME USED AVAIL REFER MOUNTPOINT
24802026-02-11T23:07:47.358Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24812026-02-11T23:07:47.358ZFeb 11 23:07:47.022 DEBG process exited with exit status: 0 (8.999096ms)
24822026-02-11T23:07:47.358ZFeb 11 23:07:47.022 DEBG running: zfs list rpool/images/build/recovery
24832026-02-11T23:07:47.358ZNAME USED AVAIL REFER MOUNTPOINT
24842026-02-11T23:07:47.358Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24852026-02-11T23:07:47.358ZFeb 11 23:07:47.030 DEBG process exited with exit status: 0 (8.259652ms)
24862026-02-11T23:07:47.358ZFeb 11 23:07:47.032 INFO [hubris-production] running task
24872026-02-11T23:07:47.358ZFeb 11 23:07:47.032 INFO [hubris-staging] running task
24882026-02-11T23:07:47.358ZFeb 11 23:07:47.033 INFO [incorp-manifest] running task
24892026-02-11T23:07:47.358ZFeb 11 23:07:47.034 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
24902026-02-11T23:07:47.358ZFeb 11 23:07:47.034 INFO [incorp-create] running: pkgrepo create /work/incorporation
24912026-02-11T23:07:47.359ZFeb 11 23:07:47.036 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24922026-02-11T23:07:47.360ZFeb 11 23:07:47.037 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24932026-02-11T23:07:47.514Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24942026-02-11T23:07:47.934ZFeb 11 23:07:47.615 INFO [incorp-create] process exited with exit status: 0 (580.847374ms)
24952026-02-11T23:07:47.959ZFeb 11 23:07:47.616 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24962026-02-11T23:07:48.402ZFeb 11 23:07:48.083 INFO [incorp-publisher] process exited with exit status: 0 (467.510218ms)
24972026-02-11T23:07:48.451Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-02-11T23:07:49.281Z[ omicron-package] Blocking waiting for file lock on package cache
24992026-02-11T23:07:49.681Z[ omicron-package] Blocking waiting for file lock on package cache
25002026-02-11T23:07:50.496Z[ omicron-package] Compiling ring v0.17.14
25012026-02-11T23:07:50.568Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25022026-02-11T23:07:50.568Z[ omicron-package] Compiling itertools v0.14.0
25032026-02-11T23:07:50.593Z[ omicron-package] Compiling heapless v0.8.0
25042026-02-11T23:07:50.593Z[ omicron-package] Compiling hash32 v0.3.1
25052026-02-11T23:07:50.593Z[ omicron-package] Compiling smoltcp v0.11.0
25062026-02-11T23:07:50.593Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25072026-02-11T23:07:51.279Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25082026-02-11T23:07:52.254Z[ omicron-package] Compiling num_enum_derive v0.5.11
25092026-02-11T23:07:52.371Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25102026-02-11T23:07:52.523Z[ omicron-package] Compiling cobs v0.2.3
25112026-02-11T23:07:53.156Z[ omicron-package] Compiling postcard v1.0.10
25122026-02-11T23:07:53.435Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25132026-02-11T23:07:53.460ZFeb 11 23:07:53.137 INFO [hubris-production] task succeeded (6.105062162s)
25142026-02-11T23:07:53.708Z[ omicron-package] Compiling proc-macro-error v1.0.4
25152026-02-11T23:07:54.977Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25162026-02-11T23:07:55.118Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25172026-02-11T23:07:55.531Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25182026-02-11T23:07:56.405Z[ omicron-package] Compiling num_enum v0.5.11
25192026-02-11T23:07:57.283Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25202026-02-11T23:07:57.616Z[ omicron-package] Compiling cstr-argument v0.1.2
25212026-02-11T23:07:57.947Z[ omicron-package] Compiling rustls v0.23.19
25222026-02-11T23:07:58.116Z[ omicron-package] Compiling foreign-types v0.5.0
25232026-02-11T23:07:58.184Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25242026-02-11T23:07:58.184Z[ omicron-package] Compiling ingot-macros v0.1.1
25252026-02-11T23:07:58.607Z[ omicron-package] Compiling pretty-hex v0.2.1
25262026-02-11T23:07:58.712Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25272026-02-11T23:07:59.002Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25282026-02-11T23:07:59.756Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25292026-02-11T23:08:00.127Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25302026-02-11T23:08:00.374Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-02-11T23:08:01.028Z[ omicron-package] Compiling rayon v1.10.0
25322026-02-11T23:08:01.135Z[ omicron-package] Compiling colored v2.2.0
25332026-02-11T23:08:01.620Z[ omicron-package] Compiling nix v0.30.1
25342026-02-11T23:08:02.805Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25352026-02-11T23:08:03.689Z[ omicron-package] Compiling rustls-webpki v0.102.8
25362026-02-11T23:08:04.776Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25372026-02-11T23:08:05.585Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25382026-02-11T23:08:07.143Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25392026-02-11T23:08:07.206Z[ omicron-package] Compiling sigpipe v0.1.3
25402026-02-11T23:08:07.448Z[ omicron-package] Compiling num-derive v0.4.2
25412026-02-11T23:08:07.910Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-02-11T23:08:08.587Z[ omicron-package] Compiling glob v0.3.2
25432026-02-11T23:08:09.055Z[ omicron-package] Compiling ingot-types v0.1.2
25442026-02-11T23:08:09.122Z[ omicron-package] Compiling libefi-sys v0.1.0
25452026-02-11T23:08:10.290Z[ omicron-package] Compiling rustls v0.22.4
25462026-02-11T23:08:10.373Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25472026-02-11T23:08:10.713Z[ omicron-package] Compiling ingot v0.1.1
25482026-02-11T23:08:11.054Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25492026-02-11T23:08:11.320Z[ omicron-package] Compiling zone v0.3.1
25502026-02-11T23:08:12.927Z[ omicron-package] Compiling usdt-macro v0.5.0
25512026-02-11T23:08:13.057Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25522026-02-11T23:08:15.379Z[ omicron-package] Compiling smf v0.2.3
25532026-02-11T23:08:16.378Z[ omicron-package] Compiling memmap v0.7.0
25542026-02-11T23:08:16.842Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25552026-02-11T23:08:17.776Z[ omicron-package] Compiling tokio-rustls v0.26.0
25562026-02-11T23:08:18.666Z[ omicron-package] Compiling hyper-rustls v0.27.7
25572026-02-11T23:08:19.283Z[ omicron-package] Compiling bitfield-struct v0.6.2
25582026-02-11T23:08:19.756Z[ omicron-package] Compiling reqwest v0.12.24
25592026-02-11T23:08:21.664Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-11T23:08:22.124Z[ omicron-package] Compiling usdt v0.5.0
25612026-02-11T23:08:23.034Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-02-11T23:08:23.466Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-02-11T23:08:23.604Z[ omicron-package] Compiling unicode-width v0.2.0
25642026-02-11T23:08:23.877Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-02-11T23:08:24.045Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25662026-02-11T23:08:24.137Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25672026-02-11T23:08:24.492Z[ omicron-package] Compiling console v0.16.0
25682026-02-11T23:08:24.882Z[ omicron-package] Compiling gethostname v0.5.0
25692026-02-11T23:08:25.135Z[ omicron-package] Compiling unit-prefix v0.5.1
25702026-02-11T23:08:25.511Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25712026-02-11T23:08:25.655Z[ omicron-package] Compiling indicatif v0.18.0
25722026-02-11T23:08:26.034Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25732026-02-11T23:08:26.957Z[ omicron-package] Compiling tokio-rustls v0.25.0
25742026-02-11T23:08:27.685Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-02-11T23:08:27.878Z[ omicron-package] Compiling dropshot v0.16.7
25762026-02-11T23:08:31.110Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25772026-02-11T23:08:31.110Z[ helios-setup] --> src/main.rs:79:10
25782026-02-11T23:08:31.135Z[ helios-setup] |
25792026-02-11T23:08:31.135Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25802026-02-11T23:08:31.135Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25812026-02-11T23:08:31.135Z[ helios-setup] | |
25822026-02-11T23:08:31.135Z[ helios-setup] | the lifetime is elided here
25832026-02-11T23:08:31.135Z[ helios-setup] |
25842026-02-11T23:08:31.135Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25852026-02-11T23:08:31.135Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25862026-02-11T23:08:31.135Z[ helios-setup] help: use `'_` for type paths
25872026-02-11T23:08:31.135Z[ helios-setup] |
25882026-02-11T23:08:31.135Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25892026-02-11T23:08:31.135Z[ helios-setup] | ++++
25902026-02-11T23:08:31.135Z[ helios-setup]
25912026-02-11T23:08:32.636Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25922026-02-11T23:08:32.661ZFeb 11 23:08:32.336 INFO [hubris-staging] task succeeded (45.303808604s)
25932026-02-11T23:08:33.568Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25942026-02-11T23:08:36.742Z[ omicron-package] Compiling progenitor-client v0.11.2
25952026-02-11T23:08:37.419Z[ omicron-package] Compiling progenitor-client v0.10.0
25962026-02-11T23:08:38.044Z[ omicron-package] Compiling progenitor v0.11.2
25972026-02-11T23:08:38.696Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
25982026-02-11T23:08:38.786Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25992026-02-11T23:08:40.665Z[ helios-setup] Feb 11 23:08:40.347 INFO helios repository root is: /work/oxidecomputer/helios
26002026-02-11T23:08:40.690Z[ helios-setup] Feb 11 23:08:40.349 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
26012026-02-11T23:08:40.690Z[ helios-setup] Feb 11 23:08:40.349 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26022026-02-11T23:08:40.690Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26032026-02-11T23:08:41.035Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26042026-02-11T23:08:42.211Z[ helios-setup] Feb 11 23:08:41.892 INFO clone ok!, project: pilot
26052026-02-11T23:08:42.212Z[ helios-setup] Feb 11 23:08:41.892 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
26062026-02-11T23:08:42.236Z[ helios-setup] Feb 11 23:08:41.892 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26072026-02-11T23:08:42.236Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26082026-02-11T23:08:43.342Z[ helios-setup] Feb 11 23:08:43.024 INFO clone ok!, project: dmar-report
26092026-02-11T23:08:43.342Z[ helios-setup] Feb 11 23:08:43.024 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26102026-02-11T23:08:43.367Z[ helios-setup] Feb 11 23:08:43.024 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
26112026-02-11T23:08:43.367Z[ helios-setup] Feb 11 23:08:43.024 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
26122026-02-11T23:08:43.367Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26132026-02-11T23:08:44.878Z[ helios-setup] Feb 11 23:08:44.560 INFO clone ok!, project: amd-host-image-builder
26142026-02-11T23:08:44.878Z[ helios-setup] Feb 11 23:08:44.560 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
26152026-02-11T23:08:44.906Z[ helios-setup] Feb 11 23:08:44.560 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26162026-02-11T23:08:44.906Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26172026-02-11T23:08:45.794Z[ helios-setup] Feb 11 23:08:45.476 INFO clone ok!, project: bootserver
26182026-02-11T23:08:45.794Z[ helios-setup] Feb 11 23:08:45.476 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26192026-02-11T23:08:45.819Z[ helios-setup] Feb 11 23:08:45.477 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26202026-02-11T23:08:45.819Z[ helios-setup] Feb 11 23:08:45.477 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
26212026-02-11T23:08:45.820Z[ helios-setup] Feb 11 23:08:45.477 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26222026-02-11T23:08:45.820Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26232026-02-11T23:08:46.610Z[ helios-setup] Feb 11 23:08:46.292 INFO clone ok!, project: pinprick
26242026-02-11T23:08:46.610Z[ helios-setup] Feb 11 23:08:46.292 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
26252026-02-11T23:08:46.635Z[ helios-setup] Feb 11 23:08:46.292 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26262026-02-11T23:08:46.635Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26272026-02-11T23:08:47.782Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26282026-02-11T23:09:02.606ZFeb 11 23:09:02.288 DEBG process exited with exit status: 0 (75.251968712s)
26292026-02-11T23:09:02.630ZFeb 11 23:09:02.291 INFO [incorp-manifest] task succeeded (75.258583726s)
26302026-02-11T23:09:02.630ZFeb 11 23:09:02.292 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26312026-02-11T23:09:02.991ZFeb 11 23:09:02.674 INFO [incorp-fmt] process exited with exit status: 0 (381.853701ms)
26322026-02-11T23:09:03.017ZFeb 11 23:09:02.675 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26332026-02-11T23:09:03.464Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260211T230903Z
26342026-02-11T23:09:03.489Z[ incorp-pkgsend] PUBLISHED
26352026-02-11T23:09:03.541ZFeb 11 23:09:03.224 INFO [incorp-pkgsend] process exited with exit status: 0 (549.5218ms)
26362026-02-11T23:09:03.566ZFeb 11 23:09:03.224 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26372026-02-11T23:09:03.634Z[ helios-setup] Feb 11 23:09:03.316 INFO clone ok!, project: amd-firmware
26382026-02-11T23:09:03.659Z[ helios-setup] Feb 11 23:09:03.316 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
26392026-02-11T23:09:03.659Z[ helios-setup] Feb 11 23:09:03.316 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26402026-02-11T23:09:03.659Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26412026-02-11T23:09:03.934Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26422026-02-11T23:09:03.958Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26432026-02-11T23:09:03.996Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26442026-02-11T23:09:03.996Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26452026-02-11T23:09:03.996Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26462026-02-11T23:09:04.020Z[ helios-incorp]
26472026-02-11T23:09:04.020Z[ helios-incorp] Archiving packages ...
26482026-02-11T23:09:04.021Z[ helios-incorp] Packages to add: 1
26492026-02-11T23:09:04.021Z[ helios-incorp] Files to retrieve: 0
26502026-02-11T23:09:04.021Z[ helios-incorp] Estimated transfer size: 0.00 B
26512026-02-11T23:09:04.021Z[ helios-incorp]
26522026-02-11T23:09:04.021Z[ helios-incorp] Packages to archive:
26532026-02-11T23:09:04.021Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260211T230903Z
26542026-02-11T23:09:04.021Z[ helios-incorp]
26552026-02-11T23:09:04.021Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26562026-02-11T23:09:04.021Z[ helios-incorp] Archiving: Completed 107.69 kB in 0.00 seconds
26572026-02-11T23:09:04.088ZFeb 11 23:09:03.770 INFO [helios-incorp] process exited with exit status: 0 (545.730164ms)
26582026-02-11T23:09:04.901Z[ helios-setup] Feb 11 23:09:04.583 INFO clone ok!, project: chelsio-t6-roms
26592026-02-11T23:09:04.902Z[ helios-setup] Feb 11 23:09:04.583 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
26602026-02-11T23:09:04.902Z[ helios-setup] Feb 11 23:09:04.583 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26612026-02-11T23:09:04.926Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26622026-02-11T23:09:05.799Z[ helios-setup] Feb 11 23:09:05.481 INFO clone ok!, project: phbl
26632026-02-11T23:09:05.823Z[ helios-setup] Feb 11 23:09:05.481 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
26642026-02-11T23:09:05.823Z[ helios-setup] Feb 11 23:09:05.481 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26652026-02-11T23:09:05.823Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26662026-02-11T23:09:06.873Z[ helios-setup] Feb 11 23:09:06.555 INFO clone ok!, project: image-builder
26672026-02-11T23:09:06.897Z[ helios-setup] Feb 11 23:09:06.555 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26682026-02-11T23:09:07.465Z[ helios-setup] Feb 11 23:09:07.147 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26692026-02-11T23:09:07.951Z[ helios-setup] Feb 11 23:09:07.634 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26702026-02-11T23:09:07.951Z[ helios-setup] Feb 11 23:09:07.634 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26712026-02-11T23:09:08.438Z[ helios-setup] Feb 11 23:09:08.120 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26722026-02-11T23:09:08.909Z[ helios-setup] Feb 11 23:09:08.591 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26732026-02-11T23:09:08.909Z[ helios-setup] Feb 11 23:09:08.591 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26742026-02-11T23:09:09.385Z[ helios-setup] Feb 11 23:09:09.067 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26752026-02-11T23:09:09.922Z[ helios-setup] Feb 11 23:09:09.604 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26762026-02-11T23:09:09.922Z[ helios-setup] Feb 11 23:09:09.605 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26772026-02-11T23:09:09.922Z[ helios-setup] Feb 11 23:09:09.605 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26782026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO ok!
26792026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26802026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26812026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO ok!
26822026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26832026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26842026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO ok!
26852026-02-11T23:09:09.947Z[ helios-setup] Feb 11 23:09:09.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26862026-02-11T23:09:10.045Z[ helios-setup] Feb 11 23:09:09.727 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
26872026-02-11T23:09:10.045Z[ helios-setup] Feb 11 23:09:09.727 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26882026-02-11T23:09:10.070Z[ helios-setup] Feb 11 23:09:09.727 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26892026-02-11T23:09:10.389Z[ helios-setup] Feb 11 23:09:10.072 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26902026-02-11T23:09:11.708Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26912026-02-11T23:09:12.768Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26922026-02-11T23:09:13.597Z[ helios-setup] Feb 11 23:09:13.279 INFO E| From https://github.com/oxidecomputer/progenitor
26932026-02-11T23:09:13.597Z[ helios-setup] Feb 11 23:09:13.279 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952
26942026-02-11T23:09:13.721Z[ helios-setup] Feb 11 23:09:13.403 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26952026-02-11T23:09:14.171Z[ helios-setup] Feb 11 23:09:13.853 INFO E| From https://github.com/jclulow/hiercmd
26962026-02-11T23:09:14.172Z[ helios-setup] Feb 11 23:09:13.853 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26972026-02-11T23:09:14.196Z[ helios-setup] Feb 11 23:09:13.874 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26982026-02-11T23:09:14.717Z[ helios-setup] Feb 11 23:09:14.399 INFO E| From https://github.com/oxidecomputer/network-interface
26992026-02-11T23:09:14.717Z[ helios-setup] Feb 11 23:09:14.399 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27002026-02-11T23:09:14.742Z[ helios-setup] Feb 11 23:09:14.418 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27012026-02-11T23:09:15.218Z[ helios-setup] Feb 11 23:09:14.900 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27022026-02-11T23:09:15.218Z[ helios-setup] Feb 11 23:09:14.900 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27032026-02-11T23:09:15.247Z[ helios-setup] Feb 11 23:09:14.930 INFO E| Updating crates.io index
27042026-02-11T23:09:15.619Z[ helios-setup] Feb 11 23:09:15.301 INFO E| Downloading crates ...
27052026-02-11T23:09:15.831Z[ helios-setup] Feb 11 23:09:15.513 INFO E| Downloaded lock_api v0.4.14
27062026-02-11T23:09:15.856Z[ helios-setup] Feb 11 23:09:15.517 INFO E| Downloaded idna v1.1.0
27072026-02-11T23:09:15.856Z[ helios-setup] Feb 11 23:09:15.522 INFO E| Downloaded icu_normalizer_data v2.1.1
27082026-02-11T23:09:15.856Z[ helios-setup] Feb 11 23:09:15.525 INFO E| Downloaded litemap v0.8.1
27092026-02-11T23:09:15.856Z[ helios-setup] Feb 11 23:09:15.529 INFO E| Downloaded anstyle-query v1.1.4
27102026-02-11T23:09:15.856Z[ helios-setup] Feb 11 23:09:15.533 INFO E| Downloaded anstyle-parse v0.2.7
27112026-02-11T23:09:15.856Z[ helios-setup] Feb 11 23:09:15.537 INFO E| Downloaded h2 v0.4.12
27122026-02-11T23:09:15.882Z[ helios-setup] Feb 11 23:09:15.549 INFO E| Downloaded unty v0.0.4
27132026-02-11T23:09:15.882Z[ helios-setup] Feb 11 23:09:15.552 INFO E| Downloaded httparse v1.10.1
27142026-02-11T23:09:15.882Z[ helios-setup] Feb 11 23:09:15.559 INFO E| Downloaded unicode-ident v1.0.22
27152026-02-11T23:09:15.909Z[ helios-setup] Feb 11 23:09:15.567 INFO E| Downloaded yoke-derive v0.8.1
27162026-02-11T23:09:15.909Z[ helios-setup] Feb 11 23:09:15.569 INFO E| Downloaded regex v1.12.2
27172026-02-11T23:09:15.909Z[ helios-setup] Feb 11 23:09:15.579 INFO E| Downloaded stable_deref_trait v1.2.1
27182026-02-11T23:09:15.909Z[ helios-setup] Feb 11 23:09:15.583 INFO E| Downloaded terminal_size v0.4.3
27192026-02-11T23:09:15.909Z[ helios-setup] Feb 11 23:09:15.588 INFO E| Downloaded writeable v0.6.2
27202026-02-11T23:09:15.933Z[ helios-setup] Feb 11 23:09:15.595 INFO E| Downloaded zerofrom-derive v0.1.6
27212026-02-11T23:09:15.933Z[ helios-setup] Feb 11 23:09:15.599 INFO E| Downloaded rhai_codegen v3.1.0
27222026-02-11T23:09:15.933Z[ helios-setup] Feb 11 23:09:15.614 INFO E| Downloaded zeroize v1.8.2
27232026-02-11T23:09:15.958Z[ helios-setup] Feb 11 23:09:15.618 INFO E| Downloaded zerofrom v0.1.6
27242026-02-11T23:09:15.958Z[ helios-setup] Feb 11 23:09:15.619 INFO E| Downloaded crc32fast v1.5.0
27252026-02-11T23:09:15.958Z[ helios-setup] Feb 11 23:09:15.624 INFO E| Downloaded toml v0.9.8
27262026-02-11T23:09:15.958Z[ helios-setup] Feb 11 23:09:15.631 INFO E| Downloaded tungstenite v0.28.0
27272026-02-11T23:09:15.958Z[ helios-setup] Feb 11 23:09:15.637 INFO E| Downloaded zerovec-derive v0.11.2
27282026-02-11T23:09:15.958Z[ helios-setup] Feb 11 23:09:15.640 INFO E| Downloaded num-bigint-dig v0.8.4
27292026-02-11T23:09:15.984Z[ helios-setup] Feb 11 23:09:15.647 INFO E| Downloaded tracing-core v0.1.34
27302026-02-11T23:09:15.984Z[ helios-setup] Feb 11 23:09:15.651 INFO E| Downloaded term v1.2.0
27312026-02-11T23:09:15.984Z[ helios-setup] Feb 11 23:09:15.656 INFO E| Downloaded uuid v1.18.1
27322026-02-11T23:09:15.984Z[ helios-setup] Feb 11 23:09:15.661 INFO E| Downloaded typenum v1.19.0
27332026-02-11T23:09:15.984Z[ helios-setup] Feb 11 23:09:15.665 INFO E| Downloaded virtue v0.0.18
27342026-02-11T23:09:16.009Z[ helios-setup] Feb 11 23:09:15.669 INFO E| Downloaded zerotrie v0.2.3
27352026-02-11T23:09:16.009Z[ helios-setup] Feb 11 23:09:15.674 INFO E| Downloaded zerovec v0.11.5
27362026-02-11T23:09:16.009Z[ helios-setup] Feb 11 23:09:15.682 INFO E| Downloaded winnow v0.7.13
27372026-02-11T23:09:16.033Z[ helios-setup] Feb 11 23:09:15.694 INFO E| Downloaded time v0.3.44
27382026-02-11T23:09:16.033Z[ helios-setup] Feb 11 23:09:15.709 INFO E| Downloaded hyper v1.7.0
27392026-02-11T23:09:16.057Z[ helios-setup] Feb 11 23:09:15.720 INFO E| Downloaded tracing v0.1.41
27402026-02-11T23:09:16.057Z[ helios-setup] Feb 11 23:09:15.729 INFO E| Downloaded regress v0.10.5
27412026-02-11T23:09:16.057Z[ helios-setup] Feb 11 23:09:15.739 INFO E| Downloaded portable-atomic v1.11.1
27422026-02-11T23:09:16.088Z[ helios-setup] Feb 11 23:09:15.770 INFO E| Downloaded toml_edit v0.23.7
27432026-02-11T23:09:16.112Z[ helios-setup] Feb 11 23:09:15.775 INFO E| Downloaded tinystr v0.8.2
27442026-02-11T23:09:16.112Z[ helios-setup] Feb 11 23:09:15.778 INFO E| Downloaded iddqd v0.3.14
27452026-02-11T23:09:16.112Z[ helios-setup] Feb 11 23:09:15.787 INFO E| Downloaded unicode-width v0.2.2
27462026-02-11T23:09:16.112Z[ helios-setup] Feb 11 23:09:15.794 INFO E| Downloaded hashbrown v0.16.0
27472026-02-11T23:09:16.137Z[ helios-setup] Feb 11 23:09:15.800 INFO E| Downloaded tls_codec_derive v0.4.2
27482026-02-11T23:09:16.137Z[ helios-setup] Feb 11 23:09:15.802 INFO E| Downloaded syn v2.0.108
27492026-02-11T23:09:16.137Z[ helios-setup] Feb 11 23:09:15.817 INFO E| Downloaded tls_codec v0.4.2
27502026-02-11T23:09:16.161Z[ helios-setup] Feb 11 23:09:15.820 INFO E| Downloaded indexmap v2.12.0
27512026-02-11T23:09:16.161Z[ helios-setup] Feb 11 23:09:15.826 INFO E| Downloaded flate2 v1.1.5
27522026-02-11T23:09:16.161Z[ helios-setup] Feb 11 23:09:15.833 INFO E| Downloaded chrono v0.4.42
27532026-02-11T23:09:16.161Z[ helios-setup] Feb 11 23:09:15.843 INFO E| Downloaded thread_local v1.1.9
27542026-02-11T23:09:16.186Z[ helios-setup] Feb 11 23:09:15.845 INFO E| Downloaded thiserror-impl v2.0.17
27552026-02-11T23:09:16.186Z[ helios-setup] Feb 11 23:09:15.847 INFO E| Downloaded thiserror v2.0.17
27562026-02-11T23:09:16.186Z[ helios-setup] Feb 11 23:09:15.855 INFO E| Downloaded libm v0.2.15
27572026-02-11T23:09:16.210Z[ helios-setup] Feb 11 23:09:15.870 INFO E| Downloaded typify-impl v0.5.0
27582026-02-11T23:09:16.235Z[ helios-setup] Feb 11 23:09:15.893 INFO E| Downloaded toml_parser v1.0.4
27592026-02-11T23:09:16.235Z[ helios-setup] Feb 11 23:09:15.896 INFO E| Downloaded toml_datetime v0.7.3
27602026-02-11T23:09:16.235Z[ helios-setup] Feb 11 23:09:15.898 INFO E| Downloaded thin-vec v0.2.14
27612026-02-11T23:09:16.235Z[ helios-setup] Feb 11 23:09:15.900 INFO E| Downloaded smartstring v1.0.1
27622026-02-11T23:09:16.235Z[ helios-setup] Feb 11 23:09:15.903 INFO E| Downloaded serde_json v1.0.145
27632026-02-11T23:09:16.235Z[ helios-setup] Feb 11 23:09:15.912 INFO E| Downloaded miniz_oxide v0.8.9
27642026-02-11T23:09:16.235Z[ helios-setup] Feb 11 23:09:15.916 INFO E| Downloaded icu_collections v2.1.1
27652026-02-11T23:09:16.259Z[ helios-setup] Feb 11 23:09:15.925 INFO E| Downloaded hyper-util v0.1.17
27662026-02-11T23:09:16.259Z[ helios-setup] Feb 11 23:09:15.932 INFO E| Downloaded clap_derive v4.5.49
27672026-02-11T23:09:16.259Z[ helios-setup] Feb 11 23:09:15.936 INFO E| Downloaded libc v0.2.177
27682026-02-11T23:09:16.286Z[ helios-setup] Feb 11 23:09:15.968 INFO E| Downloaded clap v4.5.51
27692026-02-11T23:09:16.310Z[ helios-setup] Feb 11 23:09:15.981 INFO E| Downloaded signal-hook-registry v1.4.6
27702026-02-11T23:09:16.311Z[ helios-setup] Feb 11 23:09:15.982 INFO E| Downloaded rhai v1.23.6
27712026-02-11T23:09:16.335Z[ helios-setup] Feb 11 23:09:15.998 INFO E| Downloaded proc-macro2 v1.0.103
27722026-02-11T23:09:16.335Z[ helios-setup] Feb 11 23:09:16.002 INFO E| Downloaded log v0.4.28
27732026-02-11T23:09:16.335Z[ helios-setup] Feb 11 23:09:16.006 INFO E| Downloaded synstructure v0.13.2
27742026-02-11T23:09:16.335Z[ helios-setup] Feb 11 23:09:16.007 INFO E| Downloaded spin v0.5.2
27752026-02-11T23:09:16.335Z[ helios-setup] Feb 11 23:09:16.010 INFO E| Downloaded rustls-pki-types v1.13.0
27762026-02-11T23:09:16.335Z[ helios-setup] Feb 11 23:09:16.016 INFO E| Downloaded tokio v1.48.0
27772026-02-11T23:09:16.407Z[ helios-setup] Feb 11 23:09:16.090 INFO E| Downloaded is_terminal_polyfill v1.70.2
27782026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.092 INFO E| Downloaded icu_normalizer v2.1.1
27792026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.097 INFO E| Downloaded find-msvc-tools v0.1.4
27802026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.099 INFO E| Downloaded devinfo v0.1.0
27812026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.101 INFO E| Downloaded yoke v0.8.1
27822026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.103 INFO E| Downloaded url v2.5.7
27832026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.107 INFO E| Downloaded tokio-tungstenite v0.28.0
27842026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.110 INFO E| Downloaded tempfile v3.23.0
27852026-02-11T23:09:16.432Z[ helios-setup] Feb 11 23:09:16.114 INFO E| Downloaded ppv-lite86 v0.2.21
27862026-02-11T23:09:16.457Z[ helios-setup] Feb 11 23:09:16.116 INFO E| Downloaded libdevinfo-sys v1.1.0
27872026-02-11T23:09:16.457Z[ helios-setup] Feb 11 23:09:16.117 INFO E| Downloaded http v1.3.1
27882026-02-11T23:09:16.457Z[ helios-setup] Feb 11 23:09:16.122 INFO E| Downloaded getrandom v0.2.16
27892026-02-11T23:09:16.457Z[ helios-setup] Feb 11 23:09:16.139 INFO E| Downloaded proc-macro-crate v3.4.0
27902026-02-11T23:09:16.481Z[ helios-setup] Feb 11 23:09:16.141 INFO E| Downloaded num_enum_derive v0.7.5
27912026-02-11T23:09:16.481Z[ helios-setup] Feb 11 23:09:16.143 INFO E| Downloaded no-std-compat v0.4.1
27922026-02-11T23:09:16.481Z[ helios-setup] Feb 11 23:09:16.144 INFO E| Downloaded flagset v0.4.7
27932026-02-11T23:09:16.482Z[ helios-setup] Feb 11 23:09:16.146 INFO E| Downloaded crunchy v0.2.4
27942026-02-11T23:09:16.482Z[ helios-setup] Feb 11 23:09:16.147 INFO E| Downloaded bytes v1.10.1
27952026-02-11T23:09:16.482Z[ helios-setup] Feb 11 23:09:16.152 INFO E| Downloaded regex-automata v0.4.13
27962026-02-11T23:09:16.506Z[ helios-setup] Feb 11 23:09:16.173 INFO E| Downloaded quote v1.0.41
27972026-02-11T23:09:16.506Z[ helios-setup] Feb 11 23:09:16.177 INFO E| Downloaded encoding_rs v0.8.35
27982026-02-11T23:09:16.531Z[ helios-setup] Feb 11 23:09:16.204 INFO E| Downloaded mio v1.1.0
27992026-02-11T23:09:16.531Z[ helios-setup] Feb 11 23:09:16.211 INFO E| Downloaded hostname v0.4.1
28002026-02-11T23:09:16.531Z[ helios-setup] Feb 11 23:09:16.213 INFO E| Downloaded generic-array v0.14.9
28012026-02-11T23:09:16.555Z[ helios-setup] Feb 11 23:09:16.214 INFO E| Downloaded deranged v0.5.5
28022026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.216 INFO E| Downloaded camino v1.2.1
28032026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.219 INFO E| Downloaded pkg-config v0.3.32
28042026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.221 INFO E| Downloaded crc v3.3.0
28052026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.222 INFO E| Downloaded const-random-macro v0.1.16
28062026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.223 INFO E| Downloaded bincode_derive v2.0.1
28072026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.225 INFO E| Downloaded autocfg v1.5.0
28082026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.227 INFO E| Downloaded serde_spanned v1.0.3
28092026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.228 INFO E| Downloaded pin-project-lite v0.2.16
28102026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.235 INFO E| Downloaded icu_provider v2.1.1
28112026-02-11T23:09:16.556Z[ helios-setup] Feb 11 23:09:16.238 INFO E| Downloaded iana-time-zone v0.1.64
28122026-02-11T23:09:16.580Z[ helios-setup] Feb 11 23:09:16.241 INFO E| Downloaded fastrand v2.3.0
28132026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.243 INFO E| Downloaded colorchoice v1.0.4
28142026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.244 INFO E| Downloaded base64ct v1.8.0
28152026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.247 INFO E| Downloaded parking_lot_core v0.9.12
28162026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.249 INFO E| Downloaded is-terminal v0.4.17
28172026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.250 INFO E| Downloaded idna_adapter v1.2.1
28182026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.252 INFO E| Downloaded dropshot_endpoint v0.16.4
28192026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.256 INFO E| Downloaded clap_lex v0.7.6
28202026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.257 INFO E| Downloaded bitfield v0.19.3
28212026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.259 INFO E| Downloaded typify-macro v0.5.0
28222026-02-11T23:09:16.581Z[ helios-setup] Feb 11 23:09:16.260 INFO E| Downloaded typify v0.5.0
28232026-02-11T23:09:16.605Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28242026-02-11T23:09:16.642Z[ helios-setup] Feb 11 23:09:16.324 INFO E| Downloaded slab v0.4.11
28252026-02-11T23:09:16.667Z[ helios-setup] Feb 11 23:09:16.326 INFO E| Downloaded ryu v1.0.20
28262026-02-11T23:09:16.667Z[ helios-setup] Feb 11 23:09:16.330 INFO E| Downloaded rustix v1.1.2
28272026-02-11T23:09:16.692Z[ helios-setup] Feb 11 23:09:16.363 INFO E| Downloaded regex-syntax v0.8.8
28282026-02-11T23:09:16.692Z[ helios-setup] Feb 11 23:09:16.372 INFO E| Downloaded parking_lot v0.12.5
28292026-02-11T23:09:16.717Z[ helios-setup] Feb 11 23:09:16.376 INFO E| Downloaded num_enum v0.7.5
28302026-02-11T23:09:16.717Z[ helios-setup] Feb 11 23:09:16.382 INFO E| Downloaded memchr v2.7.6
28312026-02-11T23:09:16.717Z[ helios-setup] Feb 11 23:09:16.388 INFO E| Downloaded itoa v1.0.15
28322026-02-11T23:09:16.717Z[ helios-setup] Feb 11 23:09:16.390 INFO E| Downloaded icu_properties_data v2.1.1
28332026-02-11T23:09:16.741Z[ helios-setup] Feb 11 23:09:16.402 INFO E| Downloaded icu_properties v2.1.1
28342026-02-11T23:09:16.741Z[ helios-setup] Feb 11 23:09:16.405 INFO E| Downloaded icu_locale_core v2.1.1
28352026-02-11T23:09:16.741Z[ helios-setup] Feb 11 23:09:16.413 INFO E| Downloaded dropshot v0.16.4
28362026-02-11T23:09:16.765Z[ helios-setup] Feb 11 23:09:16.442 INFO E| Downloaded const-random v0.1.18
28372026-02-11T23:09:16.765Z[ helios-setup] Feb 11 23:09:16.443 INFO E| Downloaded clap_builder v4.5.51
28382026-02-11T23:09:16.790Z[ helios-setup] Feb 11 23:09:16.452 INFO E| Downloaded bitflags v2.10.0
28392026-02-11T23:09:16.790Z[ helios-setup] Feb 11 23:09:16.457 INFO E| Downloaded toml_writer v1.0.4
28402026-02-11T23:09:16.790Z[ helios-setup] Feb 11 23:09:16.459 INFO E| Downloaded tokio-util v0.7.16
28412026-02-11T23:09:16.790Z[ helios-setup] Feb 11 23:09:16.468 INFO E| Downloaded sync_wrapper v1.0.2
28422026-02-11T23:09:16.790Z[ helios-setup] Feb 11 23:09:16.469 INFO E| Downloaded potential_utf v0.1.4
28432026-02-11T23:09:16.790Z[ helios-setup] Feb 11 23:09:16.470 INFO E| Downloaded getopts v0.2.24
28442026-02-11T23:09:16.790Z[ helios-setup] Feb 11 23:09:16.472 INFO E| Downloaded env_filter v0.1.4
28452026-02-11T23:09:16.815Z[ helios-setup] Feb 11 23:09:16.474 INFO E| Downloaded cpufeatures v0.2.17
28462026-02-11T23:09:16.815Z[ helios-setup] Feb 11 23:09:16.476 INFO E| Downloaded cc v1.2.44
28472026-02-11T23:09:16.815Z[ helios-setup] Feb 11 23:09:16.479 INFO E| Downloaded aho-corasick v1.1.4
28482026-02-11T23:09:16.815Z[ helios-setup] Feb 11 23:09:16.487 INFO E| Downloaded errno v0.3.14
28492026-02-11T23:09:16.815Z[ helios-setup] Feb 11 23:09:16.489 INFO E| Downloaded bincode v2.0.1
28502026-02-11T23:09:16.815Z[ helios-setup] Feb 11 23:09:16.496 INFO E| Downloaded anstream v0.6.21
28512026-02-11T23:09:16.840Z[ helios-setup] Feb 11 23:09:16.499 INFO E| Downloaded anstyle v1.0.13
28522026-02-11T23:09:16.840Z[ helios-setup] Feb 11 23:09:16.501 INFO E| Downloaded adler2 v2.0.1
28532026-02-11T23:09:16.841Z[ helios-setup] Feb 11 23:09:16.502 INFO E| Downloaded bitfield-macros v0.19.3
28542026-02-11T23:09:16.841Z[ helios-setup] Feb 11 23:09:16.503 INFO E| Downloaded anyhow v1.0.100
28552026-02-11T23:09:17.028Z[ helios-setup] Feb 11 23:09:16.711 INFO E| Compiling proc-macro2 v1.0.103
28562026-02-11T23:09:17.028Z[ helios-setup] Feb 11 23:09:16.711 INFO E| Compiling quote v1.0.41
28572026-02-11T23:09:17.053Z[ helios-setup] Feb 11 23:09:16.711 INFO E| Compiling unicode-ident v1.0.22
28582026-02-11T23:09:17.053Z[ helios-setup] Feb 11 23:09:16.711 INFO E| Compiling serde_core v1.0.228
28592026-02-11T23:09:17.053Z[ helios-setup] Feb 11 23:09:16.711 INFO E| Compiling libc v0.2.177
28602026-02-11T23:09:17.053Z[ helios-setup] Feb 11 23:09:16.711 INFO E| Compiling cfg-if v1.0.4
28612026-02-11T23:09:17.053Z[ helios-setup] Feb 11 23:09:16.712 INFO E| Compiling serde v1.0.228
28622026-02-11T23:09:17.053Z[ helios-setup] Feb 11 23:09:16.712 INFO E| Compiling autocfg v1.5.0
28632026-02-11T23:09:17.436Z[ helios-setup] Feb 11 23:09:17.118 INFO E| Compiling version_check v0.9.5
28642026-02-11T23:09:17.612Z[ helios-setup] Feb 11 23:09:17.294 INFO E| Compiling memchr v2.7.6
28652026-02-11T23:09:18.134Z[ helios-setup] Feb 11 23:09:17.816 INFO E| Compiling itoa v1.0.15
28662026-02-11T23:09:18.549Z[ helios-setup] Feb 11 23:09:18.231 INFO E| Compiling serde_json v1.0.145
28672026-02-11T23:09:18.625Z[ helios-setup] Feb 11 23:09:18.307 INFO E| Compiling bytes v1.10.1
28682026-02-11T23:09:18.703Z[ helios-setup] Feb 11 23:09:18.386 INFO E| Compiling pin-project-lite v0.2.16
28692026-02-11T23:09:19.036Z[ helios-setup] Feb 11 23:09:18.719 INFO E| Compiling getrandom v0.3.4
28702026-02-11T23:09:19.169Z[ helios-setup] Feb 11 23:09:18.851 INFO E| Compiling futures-core v0.3.31
28712026-02-11T23:09:19.878Z[ helios-setup] Feb 11 23:09:19.560 INFO E| Compiling foldhash v0.2.0
28722026-02-11T23:09:20.330Z[ helios-setup] Feb 11 23:09:20.012 INFO E| Compiling equivalent v1.0.2
28732026-02-11T23:09:20.459Z[ helios-setup] Feb 11 23:09:20.141 INFO E| Compiling allocator-api2 v0.2.21
28742026-02-11T23:09:20.966Z[ helios-setup] Feb 11 23:09:20.649 INFO E| Compiling libm v0.2.15
28752026-02-11T23:09:21.705Z[ helios-setup] Feb 11 23:09:21.388 INFO E| Compiling num-traits v0.2.19
28762026-02-11T23:09:21.888Z[ helios-setup] Feb 11 23:09:21.570 INFO E| Compiling hashbrown v0.16.0
28772026-02-11T23:09:22.001Z[ helios-setup] Feb 11 23:09:21.684 INFO E| Compiling const-oid v0.9.6
28782026-02-11T23:09:22.077Z[ helios-setup] Feb 11 23:09:21.760 INFO E| Compiling typenum v1.19.0
28792026-02-11T23:09:22.389Z[ helios-setup] Feb 11 23:09:22.072 INFO E| Compiling syn v2.0.108
28802026-02-11T23:09:22.803Z[ helios-setup] Feb 11 23:09:22.485 INFO E| Compiling parking_lot_core v0.9.12
28812026-02-11T23:09:22.867Z[ helios-setup] Feb 11 23:09:22.549 INFO E| Compiling futures-sink v0.3.31
28822026-02-11T23:09:23.376Z[ helios-setup] Feb 11 23:09:23.059 INFO E| Compiling generic-array v0.14.9
28832026-02-11T23:09:23.734Z[ helios-setup] Feb 11 23:09:23.417 INFO E| Compiling scopeguard v1.2.0
28842026-02-11T23:09:24.447Z[ helios-setup] Feb 11 23:09:24.130 INFO E| Compiling lock_api v0.4.14
28852026-02-11T23:09:26.034Z[ helios-setup] Feb 11 23:09:25.716 INFO E| Compiling thiserror v2.0.17
28862026-02-11T23:09:26.363Z[ helios-setup] Feb 11 23:09:26.045 INFO E| Compiling slab v0.4.11
28872026-02-11T23:09:27.087Z[ helios-setup] Feb 11 23:09:26.770 INFO E| Compiling futures-channel v0.3.31
28882026-02-11T23:09:27.221Z[ helios-setup] Feb 11 23:09:26.904 INFO E| Compiling signal-hook-registry v1.4.6
28892026-02-11T23:09:27.538Z[ helios-setup] Feb 11 23:09:27.221 INFO E| Compiling mio v1.1.0
28902026-02-11T23:09:27.979Z[ helios-setup] Feb 11 23:09:27.662 INFO E| Compiling socket2 v0.6.1
28912026-02-11T23:09:28.495Z[ helios-setup] Feb 11 23:09:28.178 INFO E| Compiling ryu v1.0.20
28922026-02-11T23:09:28.526Z[ helios-setup] Feb 11 23:09:28.209 INFO E| Compiling zerocopy v0.8.27
28932026-02-11T23:09:28.643Z[ helios-setup] Feb 11 23:09:28.325 INFO E| Compiling pin-utils v0.1.0
28942026-02-11T23:09:28.775Z[ helios-setup] Feb 11 23:09:28.458 INFO E| Compiling rustversion v1.0.22
28952026-02-11T23:09:28.819Z[ helios-setup] Feb 11 23:09:28.501 INFO E| Compiling portable-atomic v1.11.1
28962026-02-11T23:09:29.041Z[ helios-setup] Feb 11 23:09:28.724 INFO E| Compiling futures-io v0.3.31
28972026-02-11T23:09:29.092Z[ helios-setup] Feb 11 23:09:28.775 INFO E| Compiling futures-task v0.3.31
28982026-02-11T23:09:29.442Z[ helios-setup] Feb 11 23:09:29.124 INFO E| Compiling crypto-common v0.1.6
28992026-02-11T23:09:29.493Z[ helios-setup] Feb 11 23:09:29.175 INFO E| Compiling block-buffer v0.10.4
29002026-02-11T23:09:29.536Z[ helios-setup] Feb 11 23:09:29.218 INFO E| Compiling bitflags v2.10.0
29012026-02-11T23:09:29.770Z[ helios-setup] Feb 11 23:09:29.453 INFO E| Compiling fnv v1.0.7
29022026-02-11T23:09:29.798Z[ helios-setup] Feb 11 23:09:29.481 INFO E| Compiling log v0.4.28
29032026-02-11T23:09:29.854Z[ helios-setup] Feb 11 23:09:29.537 INFO E| Compiling stable_deref_trait v1.2.1
29042026-02-11T23:09:30.013Z[ helios-setup] Feb 11 23:09:29.694 INFO E| Compiling http v1.3.1
29052026-02-11T23:09:30.358Z[ helios-setup] Feb 11 23:09:30.041 INFO E| Compiling digest v0.10.7
29062026-02-11T23:09:30.399Z[ helios-setup] Feb 11 23:09:30.082 INFO E| Compiling indexmap v2.12.0
29072026-02-11T23:09:30.957Z[ helios-setup] Feb 11 23:09:30.640 INFO E| Compiling once_cell v1.21.3
29082026-02-11T23:09:31.058Z[ helios-setup] Feb 11 23:09:30.741 INFO E| Compiling heck v0.5.0
29092026-02-11T23:09:31.237Z[ helios-setup] Feb 11 23:09:30.920 INFO E| Compiling schemars v0.8.22
29102026-02-11T23:09:31.673Z[ helios-setup] Feb 11 23:09:31.356 INFO E| Compiling synstructure v0.13.2
29112026-02-11T23:09:31.888Z[ helios-setup] Feb 11 23:09:31.571 INFO E| Compiling cpufeatures v0.2.17
29122026-02-11T23:09:31.983Z[ helios-setup] Feb 11 23:09:31.666 INFO E| Compiling serde_derive_internals v0.29.1
29132026-02-11T23:09:32.080Z[ helios-setup] Feb 11 23:09:31.763 INFO E| Compiling slog v2.8.2
29142026-02-11T23:09:32.759Z[ helios-setup] Feb 11 23:09:32.442 INFO E| Compiling iana-time-zone v0.1.64
29152026-02-11T23:09:33.508Z[ helios-setup] Feb 11 23:09:33.191 INFO E| Compiling shlex v1.3.0
29162026-02-11T23:09:34.279Z[ helios-setup] Feb 11 23:09:33.945 INFO E| Compiling zeroize v1.8.2
29172026-02-11T23:09:34.497Z[ helios-setup] Feb 11 23:09:34.180 INFO E| Compiling httparse v1.10.1
29182026-02-11T23:09:34.604Z[ helios-setup] Feb 11 23:09:34.286 INFO E| Compiling find-msvc-tools v0.1.4
29192026-02-11T23:09:35.621Z[ helios-setup] Feb 11 23:09:35.304 INFO E| Compiling cc v1.2.44
29202026-02-11T23:09:35.963Z[ helios-setup] Feb 11 23:09:35.646 INFO E| Compiling anyhow v1.0.100
29212026-02-11T23:09:36.890Z[ helios-setup] Feb 11 23:09:36.573 INFO E| Compiling serde_derive v1.0.228
29222026-02-11T23:09:37.004Z[ helios-setup] Feb 11 23:09:36.687 INFO E| Compiling tokio-macros v2.6.0
29232026-02-11T23:09:37.332Z[ helios-setup] Feb 11 23:09:37.015 INFO E| Compiling futures-macro v0.3.31
29242026-02-11T23:09:38.083Z[ helios-setup] Feb 11 23:09:37.766 INFO E| Compiling zerofrom-derive v0.1.6
29252026-02-11T23:09:38.171Z[ helios-setup] Feb 11 23:09:37.853 INFO E| Compiling thiserror-impl v2.0.17
29262026-02-11T23:09:38.611Z[ helios-setup] Feb 11 23:09:38.293 INFO E| Compiling zerocopy-derive v0.8.27
29272026-02-11T23:09:39.679Z[ helios-setup] Feb 11 23:09:39.362 INFO E| Compiling yoke-derive v0.8.1
29282026-02-11T23:09:39.853Z[ helios-setup] Feb 11 23:09:39.535 INFO E| Compiling zerovec-derive v0.11.2
29292026-02-11T23:09:39.917Z[ helios-setup] Feb 11 23:09:39.600 INFO E| Compiling displaydoc v0.2.5
29302026-02-11T23:09:40.621Z[ helios-setup] Feb 11 23:09:40.304 INFO E| Compiling futures-util v0.3.31
29312026-02-11T23:09:43.374Z[ helios-setup] Feb 11 23:09:43.057 INFO E| Compiling schemars_derive v0.8.22
29322026-02-11T23:09:43.630Z[ helios-setup] Feb 11 23:09:43.312 INFO E| Compiling zerofrom v0.1.6
29332026-02-11T23:09:43.872Z[ helios-setup] Feb 11 23:09:43.555 INFO E| Compiling semver v1.0.27
29342026-02-11T23:09:44.183Z[ helios-setup] Feb 11 23:09:43.866 INFO E| Compiling yoke v0.8.1
29352026-02-11T23:09:44.396Z[ helios-setup] Feb 11 23:09:44.079 INFO E| Compiling getrandom v0.2.16
29362026-02-11T23:09:44.535Z[ helios-setup] Feb 11 23:09:44.218 INFO E| Compiling writeable v0.6.2
29372026-02-11T23:09:44.731Z[ helios-setup] Feb 11 23:09:44.414 INFO E| Compiling num-conv v0.1.0
29382026-02-11T23:09:44.800Z[ helios-setup] Feb 11 23:09:44.483 INFO E| Compiling zerovec v0.11.5
29392026-02-11T23:09:44.975Z[ helios-setup] Feb 11 23:09:44.658 INFO E| Compiling time-core v0.1.6
29402026-02-11T23:09:45.068Z[ helios-setup] Feb 11 23:09:44.751 INFO E| Compiling winnow v0.7.13
29412026-02-11T23:09:45.102Z[ helios-setup] Feb 11 23:09:44.784 INFO E| Compiling powerfmt v0.2.0
29422026-02-11T23:09:45.396Z[ helios-setup] Feb 11 23:09:45.079 INFO E| Compiling crc32fast v1.5.0
29432026-02-11T23:09:45.684Z[ helios-setup] Feb 11 23:09:45.367 INFO E| Compiling litemap v0.8.1
29442026-02-11T23:09:46.152Z[ helios-setup] Feb 11 23:09:45.833 INFO E| Compiling deranged v0.5.5
29452026-02-11T23:09:46.196Z[ helios-setup] Feb 11 23:09:45.880 INFO E| Compiling tinystr v0.8.2
29462026-02-11T23:09:46.467Z[ helios-setup] Feb 11 23:09:46.145 INFO E| Compiling potential_utf v0.1.4
29472026-02-11T23:09:46.553Z[ helios-setup] Feb 11 23:09:46.236 INFO E| Compiling time-macros v0.2.24
29482026-02-11T23:09:46.937Z[ helios-setup] Feb 11 23:09:46.620 INFO E| Compiling icu_locale_core v2.1.1
29492026-02-11T23:09:47.280Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 59s
29502026-02-11T23:09:47.611Z[ omicron-package]
29512026-02-11T23:09:47.611Z[ omicron-package] real 2:00.161250610
29522026-02-11T23:09:47.637Z[ omicron-package] user 8:28.538450223
29532026-02-11T23:09:47.637Z[ omicron-package] sys 37.094163447
29542026-02-11T23:09:47.637Z[ omicron-package] trap 1.080815995
29552026-02-11T23:09:47.637Z[ omicron-package] tflt 0.932241417
29562026-02-11T23:09:47.637Z[ omicron-package] dflt 1.747353770
29572026-02-11T23:09:47.637Z[ omicron-package] kflt 0.001381661
29582026-02-11T23:09:47.637Z[ omicron-package] lock 27:31.441676860
29592026-02-11T23:09:47.637Z[ omicron-package] slp 30:57.917569081
29602026-02-11T23:09:47.637Z[ omicron-package] lat 4:37.463166796
29612026-02-11T23:09:47.637ZFeb 11 23:09:47.296 INFO [omicron-package] process exited with exit status: 0 (120.262411478s)[ omicron-package] stop 1:34.670021273
29622026-02-11T23:09:47.637Z
29632026-02-11T23:09:47.637ZFeb 11 23:09:47.296 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29642026-02-11T23:09:47.637ZFeb 11 23:09:47.297 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29652026-02-11T23:09:47.637Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29662026-02-11T23:09:47.637Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29672026-02-11T23:09:47.637Z[ recovery-target] Created new build target 'recovery' and set it as active
29682026-02-11T23:09:47.637Z[ host-target] Created new build target 'host' and set it as active
29692026-02-11T23:09:47.664ZFeb 11 23:09:47.326 INFO [recovery-target] process exited with exit status: 0 (29.323863ms)
29702026-02-11T23:09:47.664ZFeb 11 23:09:47.326 INFO [host-target] process exited with exit status: 0 (30.058668ms)
29712026-02-11T23:09:47.664ZFeb 11 23:09:47.327 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29722026-02-11T23:09:47.664Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29732026-02-11T23:09:48.150Z[ helios-setup] Feb 11 23:09:47.834 INFO E| Compiling smallvec v1.15.1
29742026-02-11T23:09:48.361Z[ helios-setup] Feb 11 23:09:48.042 INFO E| Compiling chrono v0.4.42
29752026-02-11T23:09:48.854Z[ helios-setup] Feb 11 23:09:48.537 INFO E| Compiling erased-serde v0.3.31
29762026-02-11T23:09:48.898Z[ helios-setup] Feb 11 23:09:48.580 INFO E| Compiling ppv-lite86 v0.2.21
29772026-02-11T23:09:49.080Z[ helios-setup] Feb 11 23:09:48.763 INFO E| Compiling uuid v1.18.1
29782026-02-11T23:09:49.129Z[ helios-setup] Feb 11 23:09:48.812 INFO E| Compiling toml_parser v1.0.4
29792026-02-11T23:09:49.504Z[ helios-setup] Feb 11 23:09:49.187 INFO E| Compiling parking_lot v0.12.5
29802026-02-11T23:09:49.911Z[ helios-setup] Feb 11 23:09:49.594 INFO E| Compiling serde_tokenstream v0.2.2
29812026-02-11T23:09:50.107Z[ helios-setup] Feb 11 23:09:49.788 INFO E| Compiling tokio v1.48.0
29822026-02-11T23:09:50.630Z[ helios-setup] Feb 11 23:09:50.314 INFO E| Compiling zerotrie v0.2.3
29832026-02-11T23:09:51.933Z[ helios-setup] Feb 11 23:09:51.616 INFO E| Compiling icu_properties_data v2.1.1
29842026-02-11T23:09:52.028Z[ host-package] Compiling ring v0.17.14
29852026-02-11T23:09:52.170Z[ helios-setup] Feb 11 23:09:51.853 INFO E| Compiling unicode-width v0.2.2
29862026-02-11T23:09:52.223Z[ host-package] Compiling convert_case v0.4.0
29872026-02-11T23:09:52.250Z[ host-package] Compiling progenitor-impl v0.10.0
29882026-02-11T23:09:52.250Z[ host-package] Compiling secrecy v0.10.3
29892026-02-11T23:09:52.250Z[ host-package] Compiling is-terminal v0.4.13
29902026-02-11T23:09:52.250Z[ host-package] Compiling thread_local v1.1.8
29912026-02-11T23:09:52.735Z[ helios-setup] Feb 11 23:09:52.418 INFO E| Compiling dyn-clone v1.0.20
29922026-02-11T23:09:53.052Z[ helios-setup] Feb 11 23:09:52.735 INFO E| Compiling num_threads v0.1.7
29932026-02-11T23:09:53.215Z[ helios-setup] Feb 11 23:09:52.898 INFO E| Compiling icu_normalizer_data v2.1.1
29942026-02-11T23:09:53.273Z[ helios-setup] Feb 11 23:09:52.956 INFO E| Compiling toml_datetime v0.7.3
29952026-02-11T23:09:53.330Z[ host-package] Compiling match_cfg v0.1.0
29962026-02-11T23:09:53.400Z[ helios-setup] Feb 11 23:09:53.084 INFO E| Compiling time v0.3.44
29972026-02-11T23:09:53.454Z[ host-package] Compiling bytecount v0.6.8
29982026-02-11T23:09:53.661Z[ host-package] Compiling hostname v0.3.1
29992026-02-11T23:09:53.877Z[ helios-setup] Feb 11 23:09:53.560 INFO E| Compiling icu_provider v2.1.1
30002026-02-11T23:09:53.987Z[ host-package] Compiling multer v3.1.0
30012026-02-11T23:09:54.119Z[ helios-setup] Feb 11 23:09:53.802 INFO E| Compiling toml_edit v0.23.7
30022026-02-11T23:09:54.173Z[ host-package] Compiling slog-async v2.8.0
30032026-02-11T23:09:54.252Z[ host-package] Compiling derive_more v0.99.20
30042026-02-11T23:09:54.372Z[ helios-setup] Feb 11 23:09:54.055 INFO E| Compiling icu_collections v2.1.1
30052026-02-11T23:09:54.396Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
30062026-02-11T23:09:54.554Z[ host-package] Compiling crossbeam-channel v0.5.15
30072026-02-11T23:09:54.578Z[ host-package] Compiling slog-json v2.6.1
30082026-02-11T23:09:55.567Z[ host-package] Compiling futures-executor v0.3.31
30092026-02-11T23:09:56.041Z[ helios-setup] Feb 11 23:09:55.725 INFO E| Compiling regress v0.10.5
30102026-02-11T23:09:56.078Z[ helios-setup] Feb 11 23:09:55.762 INFO E| Compiling sha2 v0.10.9
30112026-02-11T23:09:56.346Z[ host-package] Compiling serde_spanned v1.0.4
30122026-02-11T23:09:56.864Z[ helios-setup] Feb 11 23:09:56.547 INFO E| Compiling http-body v1.0.1
30132026-02-11T23:09:56.888Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
30142026-02-11T23:09:57.076Z[ host-package] Compiling term v1.1.0
30152026-02-11T23:09:57.101Z[ host-package] Compiling unicode-width v0.1.14
30162026-02-11T23:09:57.545Z[ helios-setup] Feb 11 23:09:57.228 INFO E| Compiling tracing-core v0.1.34
30172026-02-11T23:09:58.205Z[ host-package] Compiling take_mut v0.2.2
30182026-02-11T23:09:58.228Z[ helios-setup] Feb 11 23:09:57.892 INFO E| Compiling percent-encoding v2.3.2
30192026-02-11T23:09:58.489Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30202026-02-11T23:09:58.755Z[ helios-setup] Feb 11 23:09:58.438 INFO E| Compiling atomic-waker v1.1.2
30212026-02-11T23:09:58.839Z[ host-package] Compiling rustls v0.23.19
30222026-02-11T23:09:58.996Z[ host-package] Compiling rustls v0.22.4
30232026-02-11T23:09:59.088Z[ helios-setup] Feb 11 23:09:58.771 INFO E| Compiling crunchy v0.2.4
30242026-02-11T23:09:59.296Z[ host-package] Compiling slog-term v2.9.2
30252026-02-11T23:09:59.760Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
30262026-02-11T23:10:00.574Z[ helios-setup] Feb 11 23:10:00.257 INFO E| Compiling tracing v0.1.41
30272026-02-11T23:10:00.698Z[ helios-setup] Feb 11 23:10:00.382 INFO E| Compiling proc-macro-crate v3.4.0
30282026-02-11T23:10:01.219Z[ host-package] Compiling tabwriter v1.4.0
30292026-02-11T23:10:01.376Z[ host-package] Compiling progenitor-macro v0.10.0
30302026-02-11T23:10:01.690Z[ host-package] Compiling futures v0.3.31
30312026-02-11T23:10:01.987Z[ host-package] Compiling slog-bunyan v2.5.0
30322026-02-11T23:10:02.021Z[ helios-setup] Feb 11 23:10:01.704 INFO E| Compiling getopts v0.2.24
30332026-02-11T23:10:02.114Z[ helios-setup] Feb 11 23:10:01.798 INFO E| Compiling futures-executor v0.3.31
30342026-02-11T23:10:02.365Z[ helios-setup] Feb 11 23:10:02.048 INFO E| Compiling thread_local v1.1.9
30352026-02-11T23:10:02.428Z[ host-package] Compiling dropshot v0.16.7
30362026-02-11T23:10:02.602Z[ helios-setup] Feb 11 23:10:02.285 INFO E| Compiling rustix v1.1.2
30372026-02-11T23:10:02.691Z[ host-package] Compiling async-stream v0.3.6
30382026-02-11T23:10:03.387Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30392026-02-11T23:10:03.788Z[ helios-setup] Feb 11 23:10:03.471 INFO E| Compiling typify-impl v0.5.0
30402026-02-11T23:10:03.851Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
30412026-02-11T23:10:03.907Z[ helios-setup] Feb 11 23:10:03.591 INFO E| Compiling tiny-keccak v2.0.2
30422026-02-11T23:10:03.982Z[ host-package] Compiling rustls-webpki v0.102.8
30432026-02-11T23:10:04.212Z[ host-package] Compiling waitgroup v0.1.2
30442026-02-11T23:10:04.235Z[ helios-setup] Feb 11 23:10:03.911 INFO E| Compiling thiserror v1.0.69
30452026-02-11T23:10:04.823Z[ helios-setup] Feb 11 23:10:04.506 INFO E| Compiling tower-service v0.3.3
30462026-02-11T23:10:04.973Z[ helios-setup] Feb 11 23:10:04.656 INFO E| Compiling try-lock v0.2.5
30472026-02-11T23:10:05.042Z[ host-package] Compiling rustls-pemfile v2.2.0
30482026-02-11T23:10:05.288Z[ host-package] Compiling serde_path_to_error v0.1.20
30492026-02-11T23:10:05.445Z[ host-package] Compiling hostname v0.4.2
30502026-02-11T23:10:05.648Z[ host-package] Compiling instant v0.1.13
30512026-02-11T23:10:05.706Z[ helios-setup] Feb 11 23:10:05.389 INFO E| Compiling want v0.3.1
30522026-02-11T23:10:06.019Z[ host-package] Compiling swrite v0.1.0
30532026-02-11T23:10:06.065Z[ host-package] Compiling colored v3.0.0
30542026-02-11T23:10:06.065Z[ host-package] Compiling debug-ignore v1.0.5
30552026-02-11T23:10:06.268Z[ helios-setup] Feb 11 23:10:05.951 INFO E| Compiling futures v0.3.31
30562026-02-11T23:10:06.398Z[ helios-setup] Feb 11 23:10:06.081 INFO E| Compiling num_enum_derive v0.7.5
30572026-02-11T23:10:06.465Z[ helios-setup] Feb 11 23:10:06.148 INFO E| Compiling icu_properties v2.1.1
30582026-02-11T23:10:06.573Z[ helios-setup] Feb 11 23:10:06.256 INFO E| Compiling icu_normalizer v2.1.1
30592026-02-11T23:10:06.957Z[ host-package] Compiling backoff v0.4.0
30602026-02-11T23:10:07.250Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30612026-02-11T23:10:07.957Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30622026-02-11T23:10:08.062Z[ host-package] Compiling parse-display v0.10.0
30632026-02-11T23:10:08.930Z[ helios-setup] Feb 11 23:10:08.614 INFO E| Compiling tokio-util v0.7.16
30642026-02-11T23:10:09.281Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-02-11T23:10:09.912Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-02-11T23:10:10.104Z[ host-package] Compiling password-hash v0.5.0
30672026-02-11T23:10:11.656Z[ helios-setup] Feb 11 23:10:11.340 INFO E| Compiling h2 v0.4.12
30682026-02-11T23:10:12.762Z[ helios-setup] Feb 11 23:10:12.446 INFO E| Compiling form_urlencoded v1.2.2
30692026-02-11T23:10:13.266Z[ host-package] Compiling blake2 v0.10.6
30702026-02-11T23:10:13.830Z[ helios-setup] Feb 11 23:10:13.514 INFO E| Compiling thiserror-impl v1.0.69
30712026-02-11T23:10:14.183Z[ helios-setup] Feb 11 23:10:13.866 INFO E| Compiling serde_spanned v1.0.3
30722026-02-11T23:10:14.564Z[ host-package] Compiling universal-hash v0.5.1
30732026-02-11T23:10:14.925Z[ helios-setup] Feb 11 23:10:14.609 INFO E| Compiling errno v0.3.14
30742026-02-11T23:10:15.089Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
30752026-02-11T23:10:15.114Z[ helios-setup] Feb 11 23:10:14.788 INFO E| Compiling is-terminal v0.4.17
30762026-02-11T23:10:15.653Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30772026-02-11T23:10:15.678Z[ helios-setup] Feb 11 23:10:15.357 INFO E| Compiling toml_writer v1.0.4
30782026-02-11T23:10:15.797Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30792026-02-11T23:10:15.910Z[ helios-setup] Feb 11 23:10:15.589 INFO E| Compiling term v1.2.0
30802026-02-11T23:10:15.983Z[ helios-setup] Feb 11 23:10:15.667 INFO E| Compiling httpdate v1.0.3
30812026-02-11T23:10:17.120Z[ helios-setup] Feb 11 23:10:16.804 INFO E| Compiling adler2 v2.0.1
30822026-02-11T23:10:17.659Z[ helios-setup] Feb 11 23:10:17.342 INFO E| Compiling simd-adler32 v0.3.7
30832026-02-11T23:10:18.101Z[ helios-setup] Feb 11 23:10:17.784 INFO E| Compiling slog-term v2.9.2
30842026-02-11T23:10:19.009Z[ helios-setup] Feb 11 23:10:18.693 INFO E| Compiling miniz_oxide v0.8.9
30852026-02-11T23:10:19.820Z[ host-package] Compiling tokio-rustls v0.25.0
30862026-02-11T23:10:20.197Z[ host-package] Compiling macaddr v1.0.1
30872026-02-11T23:10:21.063Z[ host-package] Compiling derive-where v1.5.0
30882026-02-11T23:10:21.063Z[ host-package] Compiling opaque-debug v0.3.1
30892026-02-11T23:10:21.180Z[ helios-setup] Feb 11 23:10:20.864 INFO E| Compiling typify-macro v0.5.0
30902026-02-11T23:10:21.223Z[ host-package] Compiling thiserror-no-std v2.0.2
30912026-02-11T23:10:21.675Z[ helios-setup] Feb 11 23:10:21.359 INFO E| Compiling toml v0.9.8
30922026-02-11T23:10:21.958Z[ host-package] Compiling tokio-rustls v0.26.0
30932026-02-11T23:10:23.390Z[ host-package] Compiling hyper-rustls v0.27.7
30942026-02-11T23:10:23.781Z[ helios-setup] Feb 11 23:10:23.465 INFO E| Compiling hyper v1.7.0
30952026-02-11T23:10:24.934Z[ host-package] Compiling reqwest v0.12.24
30962026-02-11T23:10:27.454Z[ host-package] Compiling poly1305 v0.8.0
30972026-02-11T23:10:28.686Z[ helios-setup] Feb 11 23:10:28.370 INFO E| Compiling idna_adapter v1.2.1
30982026-02-11T23:10:29.010Z[ helios-setup] Feb 11 23:10:28.694 INFO E| Compiling num_enum v0.7.5
30992026-02-11T23:10:29.145Z[ helios-setup] Feb 11 23:10:28.828 INFO E| Compiling aho-corasick v1.1.4
31002026-02-11T23:10:29.364Z[ helios-setup] Feb 11 23:10:29.048 INFO E| Compiling rand_core v0.9.3
31012026-02-11T23:10:29.761Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31022026-02-11T23:10:30.497Z[ host-package] Compiling argon2 v0.5.3
31032026-02-11T23:10:30.999Z[ host-package] Compiling chacha20 v0.9.1
31042026-02-11T23:10:31.124Z[ helios-setup] Feb 11 23:10:30.807 INFO E| Compiling sync_wrapper v1.0.2
31052026-02-11T23:10:31.835Z[ helios-setup] Feb 11 23:10:31.517 INFO E| Compiling base64 v0.22.1
31062026-02-11T23:10:32.249Z[ host-package] Compiling num-rational v0.4.2
31072026-02-11T23:10:34.843Z[ host-package] Compiling progenitor-client v0.11.2
31082026-02-11T23:10:35.135Z[ helios-setup] Feb 11 23:10:34.819 INFO E| Compiling tower-layer v0.3.3
31092026-02-11T23:10:35.222Z[ host-package] Compiling progenitor-client v0.10.0
31102026-02-11T23:10:35.916Z[ helios-setup] Feb 11 23:10:35.600 INFO E| Compiling ipnet v2.11.0
31112026-02-11T23:10:36.122Z[ helios-setup] Feb 11 23:10:35.806 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31122026-02-11T23:10:36.171Z[ host-package] Compiling progenitor v0.11.2
31132026-02-11T23:10:36.562Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
31142026-02-11T23:10:36.696Z[ host-package] Compiling aead v0.5.2
31152026-02-11T23:10:37.389Z[ helios-setup] Feb 11 23:10:37.074 INFO E| Compiling base64ct v1.8.0
31162026-02-11T23:10:37.430Z[ helios-setup] Feb 11 23:10:37.114 INFO E| Compiling utf8_iter v1.0.4
31172026-02-11T23:10:38.453Z[ helios-setup] Feb 11 23:10:38.138 INFO E| Compiling regex-syntax v0.8.8
31182026-02-11T23:10:39.034Z[ helios-setup] Feb 11 23:10:38.718 INFO E| Compiling libdevinfo-sys v1.1.0
31192026-02-11T23:10:39.974Z[ helios-setup] Feb 11 23:10:39.658 INFO E| Compiling devinfo v0.1.0
31202026-02-11T23:10:40.146Z[ helios-setup] Feb 11 23:10:39.831 INFO E| Compiling pem-rfc7468 v0.7.0
31212026-02-11T23:10:41.011Z[ helios-setup] Feb 11 23:10:40.695 INFO E| Compiling idna v1.1.0
31222026-02-11T23:10:41.449Z[ helios-setup] Feb 11 23:10:41.133 INFO E| Compiling hyper-util v0.1.17
31232026-02-11T23:10:42.611Z[ helios-setup] Feb 11 23:10:42.296 INFO E| Compiling tower v0.5.2
31242026-02-11T23:10:43.281Z[ helios-setup] Feb 11 23:10:42.965 INFO E| Compiling const-random-macro v0.1.16
31252026-02-11T23:10:43.414Z[ helios-setup] Feb 11 23:10:43.099 INFO E| Compiling rand_chacha v0.9.0
31262026-02-11T23:10:43.561Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31272026-02-11T23:10:45.062Z[ helios-setup] Feb 11 23:10:44.747 INFO E| Compiling flate2 v1.1.5
31282026-02-11T23:10:45.283Z[ helios-setup] Feb 11 23:10:44.967 INFO E| Compiling serde_urlencoded v0.7.1
31292026-02-11T23:10:45.704Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31302026-02-11T23:10:46.090Z[ helios-setup] Feb 11 23:10:45.774 INFO E| Compiling regex-automata v0.4.13
31312026-02-11T23:10:46.150Z[ helios-setup] Feb 11 23:10:45.834 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31322026-02-11T23:10:46.676Z[ helios-setup] Feb 11 23:10:46.359 INFO E| Compiling http-body-util v0.1.3
31332026-02-11T23:10:47.640Z[ helios-setup] Feb 11 23:10:47.324 INFO E| Compiling ring v0.17.14
31342026-02-11T23:10:48.182Z[ helios-setup] Feb 11 23:10:47.866 INFO E| Compiling der_derive v0.7.3
31352026-02-11T23:10:48.578Z[ helios-setup] Feb 11 23:10:48.263 INFO E| Compiling sha1 v0.10.6
31362026-02-11T23:10:49.730Z[ host-package] Compiling num-complex v0.4.6
31372026-02-11T23:10:50.623Z[ helios-setup] Feb 11 23:10:50.307 INFO E| Compiling ahash v0.8.12
31382026-02-11T23:10:51.503Z[ helios-setup] Feb 11 23:10:51.187 INFO E| Compiling spin v0.9.8
31392026-02-11T23:10:51.876Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31402026-02-11T23:10:52.071Z[ helios-setup] Feb 11 23:10:51.754 INFO E| Compiling byteorder v1.5.0
31412026-02-11T23:10:53.030Z[ helios-setup] Feb 11 23:10:52.714 INFO E| Compiling iri-string v0.7.8
31422026-02-11T23:10:54.019Z[ helios-setup] Feb 11 23:10:53.703 INFO E| Compiling utf8parse v0.2.2
31432026-02-11T23:10:54.537Z[ host-package] Compiling num v0.4.3
31442026-02-11T23:10:54.743Z[ helios-setup] Feb 11 23:10:54.426 INFO E| Compiling bitflags v1.3.2
31452026-02-11T23:10:55.021Z[ host-package] Compiling chacha20poly1305 v0.10.1
31462026-02-11T23:10:55.056Z[ helios-setup] Feb 11 23:10:54.738 INFO E| Compiling flagset v0.4.7
31472026-02-11T23:10:55.689Z[ helios-setup] Feb 11 23:10:55.372 INFO E| Compiling der v0.7.10
31482026-02-11T23:10:55.806Z[ host-package] Compiling vsss-rs v3.3.4
31492026-02-11T23:10:58.770Z[ helios-setup] Feb 11 23:10:58.453 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31502026-02-11T23:11:01.384Z[ helios-setup] Feb 11 23:11:01.069 INFO E| Compiling tower-http v0.6.6
31512026-02-11T23:11:04.235Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31522026-02-11T23:11:05.096Z[ host-package] Compiling progenitor v0.10.0
31532026-02-11T23:11:05.715Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31542026-02-11T23:11:07.703Z[ helios-setup] Feb 11 23:11:07.388 INFO E| Compiling anstyle-parse v0.2.7
31552026-02-11T23:11:08.554Z[ helios-setup] Feb 11 23:11:08.238 INFO E| Compiling regex v1.12.2
31562026-02-11T23:11:10.757Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31572026-02-11T23:11:10.865Z[ helios-setup] Feb 11 23:11:10.551 INFO E| Compiling const-random v0.1.18
31582026-02-11T23:11:11.089Z[ helios-setup] Feb 11 23:11:10.774 INFO E| Compiling rand v0.9.2
31592026-02-11T23:11:12.192Z[ host-package] Compiling console v0.15.10
31602026-02-11T23:11:13.864Z[ helios-setup] Feb 11 23:11:13.549 INFO E| Compiling url v2.5.7
31612026-02-11T23:11:14.487Z[ helios-setup] Feb 11 23:11:14.172 INFO E| Compiling typify v0.5.0
31622026-02-11T23:11:14.936Z[ helios-setup] Feb 11 23:11:14.622 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31632026-02-11T23:11:15.984Z[ helios-setup] Feb 11 23:11:15.669 INFO E| Compiling openapiv3 v2.2.0
31642026-02-11T23:11:17.560Z[ host-package] Compiling float-ord v0.3.2
31652026-02-11T23:11:19.185Z[ host-package] Compiling toml v0.8.23
31662026-02-11T23:11:19.228Z[ host-package] Compiling newline-converter v0.3.0
31672026-02-11T23:11:20.053Z[ host-package] Compiling atomicwrites v0.4.4
31682026-02-11T23:11:22.213Z[ host-package] Compiling prettyplease v0.2.36
31692026-02-11T23:11:22.348Z[ host-package] Compiling slog-dtrace v0.3.0
31702026-02-11T23:11:23.444Z[ helios-setup] Feb 11 23:11:23.129 INFO E| Compiling rand_core v0.6.4
31712026-02-11T23:11:24.080Z[ helios-setup] Feb 11 23:11:23.765 INFO E| Compiling colorchoice v1.0.4
31722026-02-11T23:11:24.323Z[ host-package] Compiling expectorate v1.2.0
31732026-02-11T23:11:24.770Z[ helios-setup] Feb 11 23:11:24.455 INFO E| Compiling anstyle v1.0.13
31742026-02-11T23:11:24.983Z[ helios-setup] Feb 11 23:11:24.666 INFO E| Compiling is_terminal_polyfill v1.70.2
31752026-02-11T23:11:25.063Z[ helios-setup] Feb 11 23:11:24.748 INFO E| Compiling unsafe-libyaml v0.2.11
31762026-02-11T23:11:25.149Z[ host-package] Compiling cancel-safe-futures v0.1.5
31772026-02-11T23:11:25.525Z[ helios-setup] Feb 11 23:11:25.211 INFO E| Compiling data-encoding v2.9.0
31782026-02-11T23:11:26.028Z[ helios-setup] Feb 11 23:11:25.713 INFO E| Compiling subtle v2.6.1
31792026-02-11T23:11:26.711Z[ host-package] Compiling owo-colors v4.2.2
31802026-02-11T23:11:27.012Z[ helios-setup] Feb 11 23:11:26.697 INFO E| Compiling anstyle-query v1.1.4
31812026-02-11T23:11:27.807Z[ helios-setup] Feb 11 23:11:27.490 INFO E| Compiling utf-8 v0.7.6
31822026-02-11T23:11:27.962Z[ helios-setup] Feb 11 23:11:27.643 INFO E| Compiling syn v1.0.109
31832026-02-11T23:11:28.358Z[ helios-setup] Feb 11 23:11:28.042 INFO E| Compiling radium v0.7.0
31842026-02-11T23:11:28.918Z[ helios-setup] Feb 11 23:11:28.604 INFO E| Compiling tungstenite v0.28.0
31852026-02-11T23:11:28.990Z[ helios-setup] Feb 11 23:11:28.675 INFO E| Compiling serde_yaml v0.9.34+deprecated
31862026-02-11T23:11:29.118Z[ host-package] Compiling resolv-conf v0.7.0
31872026-02-11T23:11:29.745Z[ helios-setup] Feb 11 23:11:29.427 INFO E| Compiling anstream v0.6.21
31882026-02-11T23:11:30.039Z[ helios-setup] Feb 11 23:11:29.723 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
31892026-02-11T23:11:31.580Z[ host-package] Compiling libsw-core v0.3.1
31902026-02-11T23:11:31.801Z[ helios-setup] Feb 11 23:11:31.485 INFO E| Compiling reqwest v0.12.24
31912026-02-11T23:11:32.099Z[ host-package] Compiling libsw v3.5.0
31922026-02-11T23:11:33.961Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31932026-02-11T23:11:34.986Z[ host-package] Compiling linear-map v1.2.0
31942026-02-11T23:11:35.231Z[ helios-setup] Feb 11 23:11:34.916 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31952026-02-11T23:11:36.185Z[ host-package] Compiling linked-hash-map v0.5.6
31962026-02-11T23:11:37.079Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31972026-02-11T23:11:37.694Z[ host-package] Compiling lru-cache v0.1.2
31982026-02-11T23:11:38.322Z[ host-package] Compiling unicode-xid v0.2.6
31992026-02-11T23:11:39.031Z[ host-package] Compiling hickory-proto v0.24.4
32002026-02-11T23:11:40.977Z[ helios-setup] Feb 11 23:11:40.662 INFO E| Compiling spki v0.7.3
32012026-02-11T23:11:41.152Z[ helios-setup] Feb 11 23:11:40.837 INFO E| Compiling terminal_size v0.4.3
32022026-02-11T23:11:42.029Z[ helios-setup] Feb 11 23:11:41.714 INFO E| Compiling rustls-pki-types v1.13.0
32032026-02-11T23:11:42.164Z[ helios-setup] Feb 11 23:11:41.848 INFO E| Compiling tap v1.0.1
32042026-02-11T23:11:42.980Z[ helios-setup] Feb 11 23:11:42.665 INFO E| Compiling pkg-config v0.3.32
32052026-02-11T23:11:44.070Z[ helios-setup] Feb 11 23:11:43.755 INFO E| Compiling maybe-uninit v2.0.0
32062026-02-11T23:11:45.189Z[ helios-setup] Feb 11 23:11:44.874 INFO E| Compiling crossbeam-utils v0.8.21
32072026-02-11T23:11:45.564Z[ helios-setup] Feb 11 23:11:45.134 INFO E| Compiling untrusted v0.9.0
32082026-02-11T23:11:45.589Z[ helios-setup] Feb 11 23:11:45.208 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32092026-02-11T23:11:45.650Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32102026-02-11T23:11:46.985Z[ helios-setup] Feb 11 23:11:46.671 INFO E| Compiling wyz v0.5.1
32112026-02-11T23:11:48.103Z[ helios-setup] Feb 11 23:11:47.618 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
32122026-02-11T23:11:48.145Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-02-11T23:11:49.393Z[ host-package] Compiling convert_case v0.7.1
32142026-02-11T23:11:50.561Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32152026-02-11T23:11:51.171Z[ host-package] Compiling derive_more-impl v2.0.1
32162026-02-11T23:11:54.283Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32172026-02-11T23:11:57.837Z[ helios-setup] Feb 11 23:11:55.850 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
32182026-02-11T23:11:57.863Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32192026-02-11T23:11:58.252Z[ helios-setup] Feb 11 23:11:57.938 INFO E| Compiling tokio-tungstenite v0.28.0
32202026-02-11T23:12:01.917Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32212026-02-11T23:12:05.613Z[ helios-setup] Feb 11 23:12:05.299 INFO E| Compiling rand_chacha v0.3.1
32222026-02-11T23:12:07.176Z[ helios-setup] Feb 11 23:12:06.862 INFO E| Compiling num-integer v0.1.46
32232026-02-11T23:12:07.324Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32242026-02-11T23:12:07.833Z[ helios-setup] Feb 11 23:12:07.520 INFO E| Compiling smartstring v1.0.1
32252026-02-11T23:12:09.049Z[ helios-setup] Feb 11 23:12:08.735 INFO E| Compiling strsim v0.11.1
32262026-02-11T23:12:09.658Z[ helios-setup] Feb 11 23:12:09.344 INFO E| Compiling funty v2.0.0
32272026-02-11T23:12:12.358Z[ helios-setup] Feb 11 23:12:12.044 INFO E| Compiling clap_lex v0.7.6
32282026-02-11T23:12:12.678Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32292026-02-11T23:12:12.822Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32302026-02-11T23:12:14.087Z[ helios-setup] Feb 11 23:12:13.773 INFO E| Compiling num-bigint-dig v0.8.4
32312026-02-11T23:12:14.156Z[ helios-setup] Feb 11 23:12:13.841 INFO E| Compiling rustls v0.22.4
32322026-02-11T23:12:14.229Z[ helios-setup] Feb 11 23:12:13.915 INFO E| Compiling packed_struct v0.10.1
32332026-02-11T23:12:14.572Z[ host-package] Compiling hickory-resolver v0.24.4
32342026-02-11T23:12:14.810Z[ helios-setup] Feb 11 23:12:14.496 INFO E| Compiling virtue v0.0.18
32352026-02-11T23:12:15.242Z[ helios-setup] Feb 11 23:12:14.928 INFO E| Compiling packed_struct_codegen v0.10.1
32362026-02-11T23:12:15.393Z[ helios-setup] Feb 11 23:12:15.079 INFO E| Compiling clap_builder v4.5.51
32372026-02-11T23:12:15.489Z[ helios-setup] Feb 11 23:12:15.175 INFO E| Compiling bitvec v1.0.1
32382026-02-11T23:12:17.453Z[ helios-setup] Feb 11 23:12:17.139 INFO E| Compiling bincode_derive v2.0.1
32392026-02-11T23:12:18.203Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32402026-02-11T23:12:20.039Z[ host-package] Compiling qorb v0.4.1
32412026-02-11T23:12:20.399Z[ helios-setup] Feb 11 23:12:20.086 INFO E| Compiling num-iter v0.1.45
32422026-02-11T23:12:21.028Z[ helios-setup] Feb 11 23:12:20.714 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
32432026-02-11T23:12:21.980Z[ helios-setup] Feb 11 23:12:21.667 INFO E| Compiling rand v0.8.5
32442026-02-11T23:12:22.004Z[ helios-setup] Feb 11 23:12:21.667 INFO E| Compiling rustls-webpki v0.102.8
32452026-02-11T23:12:23.889Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32462026-02-11T23:12:28.740Z[ helios-setup] Feb 11 23:12:28.427 INFO E| Compiling pkcs8 v0.10.2
32472026-02-11T23:12:29.609Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-02-11T23:12:29.863Z[ helios-setup] Feb 11 23:12:29.539 INFO E| Compiling lazy_static v1.5.0
32492026-02-11T23:12:30.012Z[ helios-setup] Feb 11 23:12:29.699 INFO E| Compiling clap_derive v4.5.49
32502026-02-11T23:12:30.301Z[ helios-setup] Feb 11 23:12:29.987 INFO E| Compiling zerocopy-derive v0.6.6
32512026-02-11T23:12:31.854Z[ helios-setup] Feb 11 23:12:31.541 INFO E| Compiling bitfield-macros v0.19.3
32522026-02-11T23:12:32.279Z[ helios-setup] Feb 11 23:12:31.966 INFO E| Compiling indexmap v1.9.3
32532026-02-11T23:12:33.124Z[ helios-setup] Feb 11 23:12:32.809 INFO E| Compiling multer v3.1.0
32542026-02-11T23:12:33.950Z[ helios-setup] Feb 11 23:12:33.637 INFO E| Compiling crc-catalog v2.4.0
32552026-02-11T23:12:34.358Z[ helios-setup] Feb 11 23:12:34.044 INFO E| Compiling match_cfg v0.1.0
32562026-02-11T23:12:34.721Z[ helios-setup] Feb 11 23:12:34.408 INFO E| Compiling camino v1.2.1
32572026-02-11T23:12:34.820Z[ helios-setup] Feb 11 23:12:34.507 INFO E| Compiling nodrop v0.1.14
32582026-02-11T23:12:35.289Z[ helios-setup] Feb 11 23:12:34.976 INFO E| Compiling unty v0.0.4
32592026-02-11T23:12:35.392Z[ helios-setup] Feb 11 23:12:35.079 INFO E| Compiling paste v1.0.15
32602026-02-11T23:12:35.956Z[ helios-setup] Feb 11 23:12:35.643 INFO E| Compiling static_assertions v1.1.0
32612026-02-11T23:12:36.063Z[ helios-setup] Feb 11 23:12:35.749 INFO E| Compiling slog-async v2.8.0
32622026-02-11T23:12:36.605Z[ helios-setup] Feb 11 23:12:36.292 INFO E| Compiling bincode v2.0.1
32632026-02-11T23:12:37.025Z[ helios-setup] Feb 11 23:12:36.712 INFO E| Compiling bitfield v0.19.3
32642026-02-11T23:12:37.567Z[ helios-setup] Feb 11 23:12:37.254 INFO E| Compiling array-init v0.0.4
32652026-02-11T23:12:37.768Z[ helios-setup] Feb 11 23:12:37.455 INFO E| Compiling hostname v0.3.1
32662026-02-11T23:12:37.943Z[ helios-setup] Feb 11 23:12:37.630 INFO E| Compiling clap v4.5.51
32672026-02-11T23:12:38.654Z[ helios-setup] Feb 11 23:12:38.341 INFO E| Compiling crc v3.3.0
32682026-02-11T23:12:38.734Z[ helios-setup] Feb 11 23:12:38.421 INFO E| Compiling zerocopy v0.6.6
32692026-02-11T23:12:39.534Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32702026-02-11T23:12:39.700Z[ helios-setup] Feb 11 23:12:39.387 INFO E| Compiling pkcs1 v0.7.5
32712026-02-11T23:12:40.066Z[ helios-setup] Feb 11 23:12:39.753 INFO E| Compiling crossbeam-channel v0.5.15
32722026-02-11T23:12:40.493Z[ helios-setup] Feb 11 23:12:40.180 INFO E| Compiling smallvec v0.6.14
32732026-02-11T23:12:40.557Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32742026-02-11T23:12:43.240Z[ helios-setup] Feb 11 23:12:42.927 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32752026-02-11T23:12:45.688Z[ helios-setup] Feb 11 23:12:45.375 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32762026-02-11T23:12:45.958Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-02-11T23:12:47.027Z[ helios-setup] Feb 11 23:12:46.714 INFO E| Compiling signature v2.2.0
32782026-02-11T23:12:47.052Z[ host-package] Compiling derive_more v2.0.1
32792026-02-11T23:12:47.207Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32802026-02-11T23:12:47.767Z[ helios-setup] Feb 11 23:12:47.454 INFO E| Compiling slog-json v2.6.1
32812026-02-11T23:12:48.027Z[ host-package] Compiling termtree v0.5.1
32822026-02-11T23:12:48.861Z[ host-package] Compiling siphasher v1.0.1
32832026-02-11T23:12:49.038Z[ helios-setup] Feb 11 23:12:48.724 INFO E| Compiling toml_datetime v0.6.11
32842026-02-11T23:12:49.038Z[ host-package] Compiling vte v0.11.1
32852026-02-11T23:12:50.054Z[ host-package] Compiling phf_shared v0.12.1
32862026-02-11T23:12:50.313Z[ helios-setup] Feb 11 23:12:50.000 INFO E| Compiling serde_spanned v0.6.9
32872026-02-11T23:12:50.688Z[ helios-setup] Feb 11 23:12:50.374 INFO E| Compiling thin-vec v0.2.14
32882026-02-11T23:12:51.032Z[ helios-setup] Feb 11 23:12:50.717 INFO E| Compiling rhai_codegen v3.1.0
32892026-02-11T23:12:51.282Z[ host-package] Compiling crossterm v0.29.0
32902026-02-11T23:12:51.797Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32912026-02-11T23:12:52.141Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-02-11T23:12:52.595Z[ helios-setup] Feb 11 23:12:52.281 INFO E| Compiling async-stream-impl v0.3.6
32932026-02-11T23:12:54.484Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32942026-02-11T23:12:55.619Z[ helios-setup] Feb 11 23:12:55.237 INFO E| Compiling env_filter v0.1.4
32952026-02-11T23:12:56.632Z[ helios-setup] Feb 11 23:12:56.318 INFO E| Compiling dropshot v0.16.4
32962026-02-11T23:12:57.320Z[ helios-setup] Feb 11 23:12:57.007 INFO E| Compiling encoding_rs v0.8.35
32972026-02-11T23:12:57.717Z[ helios-setup] Feb 11 23:12:57.403 INFO E| Compiling winnow v0.5.40
32982026-02-11T23:12:58.534Z[ helios-setup] Feb 11 23:12:58.220 INFO E| Compiling base64 v0.21.7
32992026-02-11T23:12:58.747Z[ helios-setup] Feb 11 23:12:58.433 INFO E| Compiling mime v0.3.17
33002026-02-11T23:12:59.943Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-02-11T23:13:00.811Z[ helios-setup] Feb 11 23:13:00.499 INFO E| Compiling hashbrown v0.12.3
33022026-02-11T23:13:01.144Z[ helios-setup] Feb 11 23:13:00.831 INFO E| Compiling take_mut v0.2.2
33032026-02-11T23:13:03.273Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33042026-02-11T23:13:04.090Z[ host-package] Compiling csv-core v0.1.11
33052026-02-11T23:13:06.040Z[ host-package] Compiling chrono-tz v0.10.4
33062026-02-11T23:13:06.094Z[ helios-setup] Feb 11 23:13:05.781 INFO E| Compiling toml_edit v0.19.15
33072026-02-11T23:13:06.473Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33082026-02-11T23:13:06.582Z[ helios-setup] Feb 11 23:13:06.270 INFO E| Compiling ron v0.8.1
33092026-02-11T23:13:07.171Z[ host-package] Compiling csv v1.3.1
33102026-02-11T23:13:07.913Z[ host-package] Compiling strip-ansi-escapes v0.2.0
33112026-02-11T23:13:07.937Z[ helios-setup] Feb 11 23:13:07.623 INFO E| Compiling rhai v1.23.6
33122026-02-11T23:13:09.386Z[ host-package] Compiling phf v0.12.1
33132026-02-11T23:13:10.191Z[ helios-setup] Feb 11 23:13:09.878 INFO E| Compiling env_logger v0.11.8
33142026-02-11T23:13:10.258Z[ host-package] Compiling const_format_proc_macros v0.2.34
33152026-02-11T23:13:11.418Z[ host-package] Compiling papergrid v0.11.0
33162026-02-11T23:13:12.217Z[ host-package] Compiling tabled_derive v0.7.0
33172026-02-11T23:13:12.517Z[ host-package] Compiling fd-lock v4.0.2
33182026-02-11T23:13:13.040Z[ host-package] Compiling peg-macros v0.8.5
33192026-02-11T23:13:13.479Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33202026-02-11T23:13:13.553Z[ helios-setup] Feb 11 23:13:13.241 INFO E| Compiling async-stream v0.3.6
33212026-02-11T23:13:13.813Z[ helios-setup] Feb 11 23:13:13.501 INFO E| Compiling tokio-rustls v0.25.0
33222026-02-11T23:13:14.715Z[ helios-setup] Feb 11 23:13:14.403 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33232026-02-11T23:13:14.812Z[ helios-setup] Feb 11 23:13:14.499 INFO E| Compiling slog-bunyan v2.5.0
33242026-02-11T23:13:15.488Z[ host-package] Compiling highway v1.3.0
33252026-02-11T23:13:15.852Z[ helios-setup] Feb 11 23:13:15.540 INFO E| Compiling rsa v0.9.8
33262026-02-11T23:13:16.082Z[ helios-setup] Feb 11 23:13:15.770 INFO E| Compiling serde-hex v0.1.0
33272026-02-11T23:13:16.258Z[ host-package] Compiling nu-ansi-term v0.50.1
33282026-02-11T23:13:18.008Z[ helios-setup] Feb 11 23:13:17.695 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33292026-02-11T23:13:18.242Z[ host-package] Compiling peg v0.8.5
33302026-02-11T23:13:18.501Z[ host-package] Compiling reedline v0.40.0
33312026-02-11T23:13:18.694Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33322026-02-11T23:13:18.861Z[ host-package] Compiling tough v0.20.0
33332026-02-11T23:13:19.495Z[ helios-setup] Feb 11 23:13:19.183 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-02-11T23:13:20.226Z[ helios-setup] Feb 11 23:13:19.914 INFO E| Compiling bzip2 v0.4.4
33352026-02-11T23:13:20.933Z[ host-package] Compiling tabled v0.15.0
33362026-02-11T23:13:23.302Z[ host-package] Compiling const_format v0.2.34
33372026-02-11T23:13:25.334Z[ helios-setup] Feb 11 23:13:25.021 INFO E| Compiling rustls-pemfile v2.2.0
33382026-02-11T23:13:26.023Z[ helios-setup] Feb 11 23:13:25.711 INFO E| Compiling x509-cert v0.2.5
33392026-02-11T23:13:26.326Z[ helios-setup] Feb 11 23:13:26.014 INFO E| Compiling hashbrown v0.13.2
33402026-02-11T23:13:26.487Z[ helios-setup] Feb 11 23:13:26.174 INFO E| Compiling waitgroup v0.1.2
33412026-02-11T23:13:27.132Z[ helios-setup] Feb 11 23:13:26.820 INFO E| Compiling dropshot_endpoint v0.16.4
33422026-02-11T23:13:27.228Z[ helios-setup] Feb 11 23:13:26.916 INFO E| Compiling async-trait v0.1.89
33432026-02-11T23:13:29.147Z[ helios-setup] Feb 11 23:13:28.835 INFO E| Compiling serde_path_to_error v0.1.20
33442026-02-11T23:13:31.229Z[ helios-setup] Feb 11 23:13:30.917 INFO E| Compiling hostname v0.4.1
33452026-02-11T23:13:31.266Z[ helios-setup] Feb 11 23:13:30.954 INFO E| Compiling rustc-hash v2.1.1
33462026-02-11T23:13:31.857Z[ helios-setup] Feb 11 23:13:31.544 INFO E| Compiling hex v0.4.3
33472026-02-11T23:13:32.026Z[ helios-setup] Feb 11 23:13:31.712 INFO E| Compiling crc-any v2.5.0
33482026-02-11T23:13:33.698Z[ helios-setup] Feb 11 23:13:33.384 INFO E| Compiling debug-ignore v1.0.5
33492026-02-11T23:13:33.722Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33502026-02-11T23:13:34.044Z[ helios-setup] Feb 11 23:13:33.731 INFO E| Compiling fastrand v2.3.0
33512026-02-11T23:13:34.155Z[ helios-setup] Feb 11 23:13:33.843 INFO E| Compiling iddqd v0.3.14
33522026-02-11T23:13:35.817Z[ helios-setup] Feb 11 23:13:35.505 INFO E| Compiling tempfile v3.23.0
33532026-02-11T23:13:39.494Z[ helios-setup] Feb 11 23:13:39.182 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33542026-02-11T23:13:39.971Z[ helios-setup] Feb 11 23:13:39.659 INFO E| Compiling object v0.30.4
33552026-02-11T23:13:44.196Z[ helios-setup] Feb 11 23:13:43.885 INFO E| Compiling zip v0.6.6
33562026-02-11T23:13:44.713Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33572026-02-11T23:13:46.696Z[ helios-setup] Feb 11 23:13:46.385 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-02-11T23:13:47.431Z[ host-package] Compiling bcs v0.1.6
33592026-02-11T23:13:49.161Z[ host-package] Compiling semver v0.1.20
33602026-02-11T23:13:49.272Z[ helios-setup] Feb 11 23:13:48.956 INFO E| Compiling toml v0.7.8
33612026-02-11T23:13:49.634Z[ helios-setup] Feb 11 23:13:49.322 INFO E| Compiling smawk v0.3.2
33622026-02-11T23:13:50.168Z[ host-package] Compiling rustc_version v0.1.7
33632026-02-11T23:13:50.253Z[ helios-setup] Feb 11 23:13:49.941 INFO E| Compiling unicode-linebreak v0.1.5
33642026-02-11T23:13:51.231Z[ host-package] Compiling newtype_derive v0.1.6
33652026-02-11T23:13:51.298Z[ helios-setup] Feb 11 23:13:50.979 INFO E| Compiling path-slash v0.1.5
33662026-02-11T23:13:51.515Z[ helios-setup] Feb 11 23:13:51.204 INFO E| Compiling textwrap v0.16.2
33672026-02-11T23:13:51.924Z[ helios-setup] Feb 11 23:13:51.613 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33682026-02-11T23:13:52.079Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33692026-02-11T23:13:52.765Z[ host-package] Compiling humantime v2.2.0
33702026-02-11T23:13:54.598Z[ host-package] Compiling unicode-linebreak v0.1.5
33712026-02-11T23:13:56.175Z[ host-package] Compiling smawk v0.3.2
33722026-02-11T23:13:56.427Z[ helios-setup] Feb 11 23:13:56.115 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33732026-02-11T23:13:56.709Z[ host-package] Compiling textwrap v0.16.2
33742026-02-11T23:13:57.338Z[ host-package] Compiling dropshot-api-manager-types v0.2.4
33752026-02-11T23:13:57.620Z[ helios-setup] Feb 11 23:13:57.309 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33762026-02-11T23:13:59.814Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33772026-02-11T23:14:01.916Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33782026-02-11T23:14:02.261Z[ host-package] Compiling steno v0.4.1
33792026-02-11T23:14:02.635Z[ host-package] Compiling utf-8 v0.7.6
33802026-02-11T23:14:03.437Z[ host-package] Compiling moka v0.12.10
33812026-02-11T23:14:04.041Z[ host-package] Compiling tagptr v0.2.0
33822026-02-11T23:14:04.499Z[ host-package] Compiling tungstenite v0.21.0
33832026-02-11T23:14:04.563Z[ helios-setup] Feb 11 23:14:04.252 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33842026-02-11T23:14:06.154Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33852026-02-11T23:14:06.637Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33862026-02-11T23:14:08.388Z[ host-package] Compiling tokio-tungstenite v0.21.0
33872026-02-11T23:14:10.096Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
33882026-02-11T23:14:12.078Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33892026-02-11T23:14:12.787Z[ host-package] Compiling hickory-resolver v0.25.2
33902026-02-11T23:14:22.635Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-02-11T23:14:26.968Z[ host-package] Compiling proc-macro-error2 v2.0.1
33922026-02-11T23:14:28.960Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33932026-02-11T23:14:33.413Z[ helios-setup] Feb 11 23:14:33.102 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33942026-02-11T23:14:35.344Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-02-11T23:14:35.852Z[ host-package] Compiling num-derive v0.3.3
33962026-02-11T23:14:38.090Z[ helios-setup] Feb 11 23:14:37.780 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33972026-02-11T23:14:38.749Z[ host-package] Compiling libscf-sys v1.1.0
33982026-02-11T23:14:39.272Z[ host-package] Compiling vergen-gitcl v1.0.8
33992026-02-11T23:14:39.376Z[ host-package] Compiling dirs-sys-next v0.1.2
34002026-02-11T23:14:40.092Z[ host-package] Compiling maplit v1.0.2
34012026-02-11T23:14:40.409Z[ host-package] Compiling crunchy v0.2.2
34022026-02-11T23:14:40.832Z[ host-package] Compiling dirs-next v2.0.0
34032026-02-11T23:14:41.383Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34042026-02-11T23:14:41.623Z[ host-package] Compiling dsl_auto_type v0.1.2
34052026-02-11T23:14:44.146Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34062026-02-11T23:14:44.582Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34072026-02-11T23:14:45.650Z[ host-package] Compiling tiny-keccak v2.0.2
34082026-02-11T23:14:45.864Z[ host-package] Compiling diesel_derives v2.2.3
34092026-02-11T23:14:46.715Z[ host-package] Compiling r2d2 v0.8.10
34102026-02-11T23:14:47.374Z[ host-package] Compiling term v0.7.0
34112026-02-11T23:14:49.597Z[ host-package] Compiling tabled_derive v0.11.0
34122026-02-11T23:14:49.871Z[ host-package] Compiling papergrid v0.17.0
34132026-02-11T23:14:50.084Z[ host-package] Compiling testing_table v0.3.0
34142026-02-11T23:14:50.529Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34152026-02-11T23:14:51.830Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34162026-02-11T23:14:52.692Z[ host-package] Compiling arc-swap v1.7.1
34172026-02-11T23:14:53.982Z[ host-package] Compiling bit-vec v0.6.3
34182026-02-11T23:14:54.107Z[ host-package] Compiling xshell-macros v0.2.7
34192026-02-11T23:14:55.022Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34202026-02-11T23:14:55.902Z[ host-package] Compiling xshell v0.2.7
34212026-02-11T23:14:56.483Z[ host-package] Compiling tabled v0.20.0
34222026-02-11T23:15:00.808Z[ host-package] Compiling bit-set v0.5.3
34232026-02-11T23:15:01.576Z[ host-package] Compiling slog-scope v4.4.0
34242026-02-11T23:15:02.829Z[ host-package] Compiling diesel v2.2.12
34252026-02-11T23:15:03.357Z[ host-package] Compiling ascii-canvas v3.0.0
34262026-02-11T23:15:05.587Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34272026-02-11T23:15:14.162Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34282026-02-11T23:15:14.243Z[ host-package] Compiling ena v0.14.3
34292026-02-11T23:15:14.807Z[ host-package] Compiling regex-syntax v0.6.29
34302026-02-11T23:15:15.213Z[ host-package] Compiling bindgen v0.71.1
34312026-02-11T23:15:15.904Z[ helios-setup] Feb 11 23:15:15.594 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34322026-02-11T23:15:16.019Z[ host-package] Compiling diff v0.1.13
34332026-02-11T23:15:16.774Z[ host-package] Compiling unicase v2.8.1
34342026-02-11T23:15:17.526Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34352026-02-11T23:15:19.220Z[ host-package] Compiling lalrpop v0.19.12
34362026-02-11T23:15:19.933Z[ host-package] Compiling slog-stdlog v4.1.1
34372026-02-11T23:15:21.059Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34382026-02-11T23:15:23.820Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34392026-02-11T23:15:24.126Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34402026-02-11T23:15:24.588Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-02-11T23:15:25.205Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34422026-02-11T23:15:25.574Z[ host-package] Compiling crc8 v0.1.1
34432026-02-11T23:15:26.109Z[ host-package] Compiling slog-envlogger v2.2.0
34442026-02-11T23:15:29.270Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34452026-02-11T23:15:30.641Z[ host-package] Compiling headers-core v0.3.0
34462026-02-11T23:15:31.139Z[ host-package] Compiling libxml v0.3.3
34472026-02-11T23:15:31.941Z[ host-package] Compiling headers v0.4.1
34482026-02-11T23:15:38.429Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34492026-02-11T23:15:39.458Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34502026-02-11T23:15:41.401Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34512026-02-11T23:15:42.406Z[ host-package] Compiling strum_macros v0.24.3
34522026-02-11T23:15:43.451Z[ host-package] Compiling indoc v1.0.9
34532026-02-11T23:15:46.403Z[ host-package] Compiling samael v0.0.19
34542026-02-11T23:15:47.847Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34552026-02-11T23:15:48.526Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34562026-02-11T23:15:49.085Z[ host-package] Compiling polar-core v0.27.3
34572026-02-11T23:15:51.636Z[ host-package] Compiling derive_builder v0.20.2
34582026-02-11T23:15:52.003Z[ host-package] Compiling oso-derive v0.27.3
34592026-02-11T23:15:53.086Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34602026-02-11T23:15:53.738Z[ host-package] Compiling quick-xml v0.37.2
34612026-02-11T23:15:57.704Z[ host-package] Compiling half v1.8.3
34622026-02-11T23:15:59.663Z[ host-package] Compiling serde_cbor v0.11.2
34632026-02-11T23:16:03.161Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34642026-02-11T23:16:04.405Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34652026-02-11T23:16:04.528Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-02-11T23:16:13.220Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34672026-02-11T23:16:18.931Z[ host-package] Compiling diesel-dtrace v0.4.2
34682026-02-11T23:16:20.139Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34692026-02-11T23:16:22.056Z[ helios-setup] Feb 11 23:16:21.748 INFO E| Finished `release` profile [optimized] target(s) in 7m 11s
34702026-02-11T23:16:22.080Z[ helios-setup] Feb 11 23:16:21.748 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34712026-02-11T23:16:22.080Z[ helios-setup] Feb 11 23:16:21.752 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34722026-02-11T23:16:22.196Z[ helios-setup] Feb 11 23:16:21.888 INFO building project "pilot" ok (432 seconds)
34732026-02-11T23:16:22.220Z[ helios-setup] Feb 11 23:16:21.888 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34742026-02-11T23:16:22.345Z[ helios-setup] Feb 11 23:16:22.037 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
34752026-02-11T23:16:22.345Z[ helios-setup] Feb 11 23:16:22.037 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34762026-02-11T23:16:22.345Z[ helios-setup] Feb 11 23:16:22.037 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34772026-02-11T23:16:22.776Z[ helios-setup] Feb 11 23:16:22.468 INFO E| Updating crates.io index
34782026-02-11T23:16:23.069Z[ helios-setup] Feb 11 23:16:22.760 INFO E| Downloading crates ...
34792026-02-11T23:16:23.173Z[ helios-setup] Feb 11 23:16:22.865 INFO E| Downloaded indexmap v2.9.0
34802026-02-11T23:16:23.197Z[ helios-setup] Feb 11 23:16:22.871 INFO E| Downloaded time-core v0.1.4
34812026-02-11T23:16:23.197Z[ helios-setup] Feb 11 23:16:22.873 INFO E| Downloaded darling_macro v0.20.11
34822026-02-11T23:16:23.197Z[ helios-setup] Feb 11 23:16:22.874 INFO E| Downloaded thiserror-impl v2.0.12
34832026-02-11T23:16:23.197Z[ helios-setup] Feb 11 23:16:22.876 INFO E| Downloaded deranged v0.4.0
34842026-02-11T23:16:23.197Z[ helios-setup] Feb 11 23:16:22.879 INFO E| Downloaded darling_core v0.20.11
34852026-02-11T23:16:23.223Z[ helios-setup] Feb 11 23:16:22.915 INFO E| Downloaded unicode-ident v1.0.18
34862026-02-11T23:16:23.247Z[ helios-setup] Feb 11 23:16:22.920 INFO E| Downloaded proc-macro2 v1.0.95
34872026-02-11T23:16:23.247Z[ helios-setup] Feb 11 23:16:22.924 INFO E| Downloaded serde_derive v1.0.219
34882026-02-11T23:16:23.247Z[ helios-setup] Feb 11 23:16:22.928 INFO E| Downloaded serde v1.0.219
34892026-02-11T23:16:23.247Z[ helios-setup] Feb 11 23:16:22.933 INFO E| Downloaded darling v0.20.11
34902026-02-11T23:16:23.247Z[ helios-setup] Feb 11 23:16:22.939 INFO E| Downloaded time v0.3.41
34912026-02-11T23:16:23.271Z[ helios-setup] Feb 11 23:16:22.949 INFO E| Downloaded serde_with v3.12.0
34922026-02-11T23:16:23.271Z[ helios-setup] Feb 11 23:16:22.959 INFO E| Downloaded serde_json v1.0.140
34932026-02-11T23:16:23.295Z[ helios-setup] Feb 11 23:16:22.969 INFO E| Downloaded chrono v0.4.41
34942026-02-11T23:16:23.295Z[ helios-setup] Feb 11 23:16:22.978 INFO E| Downloaded hashbrown v0.15.3
34952026-02-11T23:16:23.295Z[ helios-setup] Feb 11 23:16:22.985 INFO E| Downloaded anyhow v1.0.98
34962026-02-11T23:16:23.319Z[ helios-setup] Feb 11 23:16:22.990 INFO E| Downloaded time-macros v0.2.22
34972026-02-11T23:16:23.319Z[ helios-setup] Feb 11 23:16:22.993 INFO E| Downloaded syn v2.0.101
34982026-02-11T23:16:23.342Z[ helios-setup] Feb 11 23:16:23.014 INFO E| Downloaded thiserror v2.0.12
34992026-02-11T23:16:23.342Z[ helios-setup] Feb 11 23:16:23.021 INFO E| Downloaded bitflags v2.9.1
35002026-02-11T23:16:23.342Z[ helios-setup] Feb 11 23:16:23.026 INFO E| Downloaded serde_with_macros v3.12.0
35012026-02-11T23:16:23.342Z[ helios-setup] Feb 11 23:16:23.028 INFO E| Downloaded getrandom v0.3.3
35022026-02-11T23:16:23.366Z[ helios-setup] Feb 11 23:16:23.047 INFO E| Downloaded tempfile v3.20.0
35032026-02-11T23:16:23.366Z[ helios-setup] Feb 11 23:16:23.051 INFO E| Downloaded rustix v1.0.7
35042026-02-11T23:16:23.394Z[ helios-setup] Feb 11 23:16:23.086 INFO E| Downloaded libc v0.2.172
35052026-02-11T23:16:23.504Z[ helios-setup] Feb 11 23:16:23.195 INFO E| Compiling proc-macro2 v1.0.95
35062026-02-11T23:16:23.504Z[ helios-setup] Feb 11 23:16:23.195 INFO E| Compiling unicode-ident v1.0.18
35072026-02-11T23:16:23.504Z[ helios-setup] Feb 11 23:16:23.195 INFO E| Compiling libc v0.2.172
35082026-02-11T23:16:23.504Z[ helios-setup] Feb 11 23:16:23.195 INFO E| Compiling strsim v0.11.1
35092026-02-11T23:16:23.504Z[ helios-setup] Feb 11 23:16:23.196 INFO E| Compiling fnv v1.0.7
35102026-02-11T23:16:23.530Z[ helios-setup] Feb 11 23:16:23.196 INFO E| Compiling ident_case v1.0.1
35112026-02-11T23:16:23.530Z[ helios-setup] Feb 11 23:16:23.196 INFO E| Compiling serde v1.0.219
35122026-02-11T23:16:23.530Z[ helios-setup] Feb 11 23:16:23.196 INFO E| Compiling getrandom v0.3.3
35132026-02-11T23:16:24.411Z[ helios-setup] Feb 11 23:16:24.103 INFO E| Compiling rustix v1.0.7
35142026-02-11T23:16:24.523Z[ helios-setup] Feb 11 23:16:24.215 INFO E| Compiling cfg-if v1.0.0
35152026-02-11T23:16:24.729Z[ helios-setup] Feb 11 23:16:24.421 INFO E| Compiling bitflags v2.9.1
35162026-02-11T23:16:24.754Z[ helios-setup] Feb 11 23:16:24.446 INFO E| Compiling thiserror v2.0.12
35172026-02-11T23:16:25.095Z[ helios-setup] Feb 11 23:16:24.786 INFO E| Compiling serde_json v1.0.140
35182026-02-11T23:16:25.739Z[ helios-setup] Feb 11 23:16:25.431 INFO E| Compiling anyhow v1.0.98
35192026-02-11T23:16:25.781Z[ helios-setup] Feb 11 23:16:25.473 INFO E| Compiling once_cell v1.21.3
35202026-02-11T23:16:26.043Z[ helios-setup] Feb 11 23:16:25.735 INFO E| Compiling fastrand v2.3.0
35212026-02-11T23:16:26.128Z[ helios-setup] Feb 11 23:16:25.819 INFO E| Compiling memchr v2.7.4
35222026-02-11T23:16:26.376Z[ helios-setup] Feb 11 23:16:26.068 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35232026-02-11T23:16:26.753Z[ helios-setup] Feb 11 23:16:26.441 INFO E| Compiling itoa v1.0.15
35242026-02-11T23:16:27.143Z[ helios-setup] Feb 11 23:16:26.835 INFO E| Compiling errno v0.3.12
35252026-02-11T23:16:27.353Z[ helios-setup] Feb 11 23:16:27.045 INFO E| Compiling quote v1.0.40
35262026-02-11T23:16:27.401Z[ helios-setup] Feb 11 23:16:27.093 INFO E| Compiling ryu v1.0.20
35272026-02-11T23:16:28.273Z[ host-package] Compiling oso v0.27.3
35282026-02-11T23:16:28.335Z[ helios-setup] Feb 11 23:16:28.026 INFO E| Compiling syn v2.0.101
35292026-02-11T23:16:30.534Z[ helios-setup] Feb 11 23:16:30.226 INFO E| Compiling tempfile v3.20.0
35302026-02-11T23:16:33.692Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35312026-02-11T23:16:34.352Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35322026-02-11T23:16:36.260Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35332026-02-11T23:16:36.470Z[ helios-setup] Feb 11 23:16:36.162 INFO E| Compiling darling_core v0.20.11
35342026-02-11T23:16:37.978Z[ host-package] Compiling bb8 v0.8.5
35352026-02-11T23:16:38.123Z[ host-package] Compiling trait-variant v0.1.2
35362026-02-11T23:16:38.502Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35372026-02-11T23:16:38.858Z[ host-package] Compiling async-bb8-diesel v0.2.1
35382026-02-11T23:16:39.008Z[ helios-setup] Feb 11 23:16:38.700 INFO E| Compiling serde_derive v1.0.219
35392026-02-11T23:16:39.008Z[ helios-setup] Feb 11 23:16:38.700 INFO E| Compiling thiserror-impl v2.0.12
35402026-02-11T23:16:39.598Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35412026-02-11T23:16:39.976Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35422026-02-11T23:16:41.073Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35432026-02-11T23:16:42.360Z[ helios-setup] Feb 11 23:16:42.052 INFO E| Compiling darling_macro v0.20.11
35442026-02-11T23:16:43.827Z[ helios-setup] Feb 11 23:16:43.519 INFO E| Compiling darling v0.20.11
35452026-02-11T23:16:43.980Z[ helios-setup] Feb 11 23:16:43.673 INFO E| Compiling serde_with_macros v3.12.0
35462026-02-11T23:16:45.075Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35472026-02-11T23:16:45.542Z[ host-package] Compiling fxhash v0.2.1
35482026-02-11T23:16:45.938Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35492026-02-11T23:16:46.133Z[ host-package] Compiling typify-impl v0.2.0
35502026-02-11T23:16:46.617Z[ host-package] Compiling kstat-rs v0.2.4
35512026-02-11T23:16:47.730Z[ host-package] Compiling libz-sys v1.1.20
35522026-02-11T23:16:48.445Z[ host-package] Compiling salty v0.3.0
35532026-02-11T23:16:48.567Z[ host-package] Compiling nonempty v0.12.0
35542026-02-11T23:16:49.163Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35552026-02-11T23:16:50.148Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35562026-02-11T23:16:53.018Z[ helios-setup] Feb 11 23:16:52.710 INFO E| Compiling serde_with v3.12.0
35572026-02-11T23:16:56.337Z[ host-package] Compiling typify-macro v0.2.0
35582026-02-11T23:16:57.108Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35592026-02-11T23:17:00.410Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35602026-02-11T23:17:03.847Z[ helios-setup] Feb 11 23:17:03.539 INFO E| Finished `release` profile [optimized] target(s) in 41.34s
35612026-02-11T23:17:03.883Z[ helios-setup] Feb 11 23:17:03.575 INFO building project "dmar-report" ok (41 seconds)
35622026-02-11T23:17:03.883Z[ helios-setup] Feb 11 23:17:03.576 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35632026-02-11T23:17:03.993Z[ helios-setup] Feb 11 23:17:03.685 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')"
35642026-02-11T23:17:03.993Z[ helios-setup] Feb 11 23:17:03.686 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35652026-02-11T23:17:04.018Z[ helios-setup] Feb 11 23:17:03.686 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35662026-02-11T23:17:04.484Z[ helios-setup] Feb 11 23:17:04.177 INFO E| Updating crates.io index
35672026-02-11T23:17:04.609Z[ helios-setup] Feb 11 23:17:04.302 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35682026-02-11T23:17:05.469Z[ helios-setup] Feb 11 23:17:05.162 INFO E| From https://github.com/oxidecomputer/amd-apcb
35692026-02-11T23:17:05.469Z[ helios-setup] Feb 11 23:17:05.162 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35702026-02-11T23:17:05.499Z[ helios-setup] Feb 11 23:17:05.191 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35712026-02-11T23:17:06.156Z[ helios-setup] Feb 11 23:17:05.849 INFO E| From https://github.com/oxidecomputer/amd-efs
35722026-02-11T23:17:06.156Z[ helios-setup] Feb 11 23:17:05.849 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35732026-02-11T23:17:06.385Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
35742026-02-11T23:17:06.539Z[ helios-setup] Feb 11 23:17:06.231 INFO E| Downloading crates ...
35752026-02-11T23:17:06.689Z[ helios-setup] Feb 11 23:17:06.382 INFO E| Downloaded strum v0.27.1
35762026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.384 INFO E| Downloaded log v0.4.27
35772026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.388 INFO E| Downloaded rustversion v1.0.20
35782026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.394 INFO E| Downloaded unic-ucd-version v0.9.0
35792026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.395 INFO E| Downloaded unic-ucd-ident v0.9.0
35802026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.398 INFO E| Downloaded vec_map v0.8.2
35812026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.400 INFO E| Downloaded textwrap v0.11.0
35822026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.403 INFO E| Downloaded structopt-derive v0.4.18
35832026-02-11T23:17:06.713Z[ helios-setup] Feb 11 23:17:06.405 INFO E| Downloaded structopt v0.3.26
35842026-02-11T23:17:06.738Z[ helios-setup] Feb 11 23:17:06.417 INFO E| Downloaded pest_derive v2.8.0
35852026-02-11T23:17:06.738Z[ helios-setup] Feb 11 23:17:06.420 INFO E| Downloaded zerocopy-derive v0.8.25
35862026-02-11T23:17:06.738Z[ helios-setup] Feb 11 23:17:06.429 INFO E| Downloaded typenum v1.18.0
35872026-02-11T23:17:06.762Z[ helios-setup] Feb 11 23:17:06.434 INFO E| Downloaded pest_meta v2.8.0
35882026-02-11T23:17:06.762Z[ helios-setup] Feb 11 23:17:06.438 INFO E| Downloaded pest v2.8.0
35892026-02-11T23:17:06.762Z[ helios-setup] Feb 11 23:17:06.447 INFO E| Downloaded clap v2.34.0
35902026-02-11T23:17:06.786Z[ helios-setup] Feb 11 23:17:06.457 INFO E| Downloaded modular-bitfield-impl v0.13.1
35912026-02-11T23:17:06.786Z[ helios-setup] Feb 11 23:17:06.459 INFO E| Downloaded strum_macros v0.27.1
35922026-02-11T23:17:06.786Z[ helios-setup] Feb 11 23:17:06.462 INFO E| Downloaded pest_generator v2.8.0
35932026-02-11T23:17:06.786Z[ helios-setup] Feb 11 23:17:06.464 INFO E| Downloaded zerocopy v0.8.25
35942026-02-11T23:17:06.810Z[ helios-setup] Feb 11 23:17:06.498 INFO E| Downloaded goblin v0.9.3
35952026-02-11T23:17:06.834Z[ helios-setup] Feb 11 23:17:06.506 INFO E| Downloaded bytesize v2.0.1
35962026-02-11T23:17:06.834Z[ helios-setup] Feb 11 23:17:06.509 INFO E| Downloaded dyn-clone v1.0.19
35972026-02-11T23:17:06.834Z[ helios-setup] Feb 11 23:17:06.511 INFO E| Downloaded unic-char-range v0.9.0
35982026-02-11T23:17:06.834Z[ helios-setup] Feb 11 23:17:06.513 INFO E| Downloaded strsim v0.8.0
35992026-02-11T23:17:06.834Z[ helios-setup] Feb 11 23:17:06.515 INFO E| Downloaded scroll_derive v0.12.1
36002026-02-11T23:17:06.834Z[ helios-setup] Feb 11 23:17:06.516 INFO E| Downloaded modular-bitfield v0.11.2
36012026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.530 INFO E| Downloaded fletcher v1.0.0
36022026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.531 INFO E| Downloaded unic-common v0.9.0
36032026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.532 INFO E| Downloaded unic-char-property v0.9.0
36042026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.534 INFO E| Downloaded modular-bitfield v0.13.1
36052026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.546 INFO E| Downloaded four-cc v0.4.0
36062026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.547 INFO E| Downloaded ansi_term v0.12.1
36072026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.550 INFO E| Downloaded parse_int v0.9.0
36082026-02-11T23:17:06.858Z[ helios-setup] Feb 11 23:17:06.551 INFO E| Downloaded modular-bitfield-impl v0.11.2
36092026-02-11T23:17:07.008Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling proc-macro2 v1.0.95
36102026-02-11T23:17:07.008Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling unicode-ident v1.0.18
36112026-02-11T23:17:07.008Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling memchr v2.7.4
36122026-02-11T23:17:07.032Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling thiserror v2.0.12
36132026-02-11T23:17:07.032Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling autocfg v1.4.0
36142026-02-11T23:17:07.032Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling syn v1.0.109
36152026-02-11T23:17:07.032Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling serde v1.0.219
36162026-02-11T23:17:07.032Z[ helios-setup] Feb 11 23:17:06.701 INFO E| Compiling version_check v0.9.5
36172026-02-11T23:17:07.706Z[ helios-setup] Feb 11 23:17:07.398 INFO E| Compiling serde_json v1.0.140
36182026-02-11T23:17:08.276Z[ helios-setup] Feb 11 23:17:07.967 INFO E| Compiling ryu v1.0.20
36192026-02-11T23:17:08.546Z[ helios-setup] Feb 11 23:17:08.239 INFO E| Compiling num-traits v0.2.19
36202026-02-11T23:17:08.630Z[ helios-setup] Feb 11 23:17:08.322 INFO E| Compiling itoa v1.0.15
36212026-02-11T23:17:08.678Z[ helios-setup] Feb 11 23:17:08.371 INFO E| Compiling schemars v0.8.22
36222026-02-11T23:17:08.849Z[ helios-setup] Feb 11 23:17:08.542 INFO E| Compiling memoffset v0.9.1
36232026-02-11T23:17:09.044Z[ helios-setup] Feb 11 23:17:08.737 INFO E| Compiling proc-macro-error-attr v1.0.4
36242026-02-11T23:17:09.371Z[ helios-setup] Feb 11 23:17:09.064 INFO E| Compiling ucd-trie v0.1.7
36252026-02-11T23:17:09.650Z[ host-package] Compiling nanorand v0.7.0
36262026-02-11T23:17:09.739Z[ helios-setup] Feb 11 23:17:09.432 INFO E| Compiling static_assertions v1.1.0
36272026-02-11T23:17:09.842Z[ helios-setup] Feb 11 23:17:09.534 INFO E| Compiling libc v0.2.172
36282026-02-11T23:17:09.873Z[ helios-setup] Feb 11 23:17:09.566 INFO E| Compiling rustversion v1.0.20
36292026-02-11T23:17:09.907Z[ helios-setup] Feb 11 23:17:09.600 INFO E| Compiling dyn-clone v1.0.19
36302026-02-11T23:17:09.907Z[ helios-setup] Feb 11 23:17:09.600 INFO E| Compiling zerocopy v0.8.25
36312026-02-11T23:17:09.987Z[ helios-setup] Feb 11 23:17:09.680 INFO E| Compiling paste v1.0.15
36322026-02-11T23:17:10.872Z[ helios-setup] Feb 11 23:17:10.565 INFO E| Compiling proc-macro-error v1.0.4
36332026-02-11T23:17:10.944Z[ helios-setup] Feb 11 23:17:10.637 INFO E| Compiling once_cell v1.21.3
36342026-02-11T23:17:11.275Z[ helios-setup] Feb 11 23:17:10.968 INFO E| Compiling quote v1.0.40
36352026-02-11T23:17:12.004Z[ helios-setup] Feb 11 23:17:11.697 INFO E| Compiling syn v2.0.101
36362026-02-11T23:17:12.474Z[ host-package] Compiling parking_lot_core v0.8.6
36372026-02-11T23:17:13.032Z[ helios-setup] Feb 11 23:17:12.725 INFO E| Compiling unicode-width v0.1.14
36382026-02-11T23:17:13.140Z[ helios-setup] Feb 11 23:17:12.833 INFO E| Compiling unicode-segmentation v1.12.0
36392026-02-11T23:17:13.273Z[ helios-setup] Feb 11 23:17:12.966 INFO E| Compiling heck v0.5.0
36402026-02-11T23:17:13.812Z[ host-package] Compiling mime_guess v2.0.5
36412026-02-11T23:17:14.046Z[ helios-setup] Feb 11 23:17:13.739 INFO E| Compiling atty v0.2.14
36422026-02-11T23:17:14.070Z[ helios-setup] Feb 11 23:17:13.748 INFO E| Compiling parse_int v0.9.0
36432026-02-11T23:17:14.094Z[ helios-setup] Feb 11 23:17:13.777 INFO E| Compiling textwrap v0.11.0
36442026-02-11T23:17:14.132Z[ helios-setup] Feb 11 23:17:13.825 INFO E| Compiling vec_map v0.8.2
36452026-02-11T23:17:14.270Z[ helios-setup] Feb 11 23:17:13.963 INFO E| Compiling ansi_term v0.12.1
36462026-02-11T23:17:14.342Z[ helios-setup] Feb 11 23:17:14.035 INFO E| Compiling strsim v0.8.0
36472026-02-11T23:17:14.749Z[ helios-setup] Feb 11 23:17:14.442 INFO E| Compiling heck v0.3.3
36482026-02-11T23:17:14.876Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
36492026-02-11T23:17:15.028Z[ helios-setup] Feb 11 23:17:14.721 INFO E| Compiling strum v0.27.1
36502026-02-11T23:17:15.064Z[ helios-setup] Feb 11 23:17:14.757 INFO E| Compiling bitflags v1.3.2
36512026-02-11T23:17:15.294Z[ helios-setup] Feb 11 23:17:14.987 INFO E| Compiling fletcher v1.0.0
36522026-02-11T23:17:15.318Z[ helios-setup] Feb 11 23:17:14.988 INFO E| Compiling unic-common v0.9.0
36532026-02-11T23:17:15.359Z[ helios-setup] Feb 11 23:17:15.052 INFO E| Compiling unic-char-range v0.9.0
36542026-02-11T23:17:15.462Z[ helios-setup] Feb 11 23:17:15.155 INFO E| Compiling byteorder v1.5.0
36552026-02-11T23:17:15.586Z[ helios-setup] Feb 11 23:17:15.279 INFO E| Compiling clap v2.34.0
36562026-02-11T23:17:15.730Z[ helios-setup] Feb 11 23:17:15.422 INFO E| Compiling unic-ucd-version v0.9.0
36572026-02-11T23:17:15.847Z[ helios-setup] Feb 11 23:17:15.540 INFO E| Compiling log v0.4.27
36582026-02-11T23:17:15.880Z[ host-package] Compiling flume v0.11.1
36592026-02-11T23:17:15.948Z[ helios-setup] Feb 11 23:17:15.641 INFO E| Compiling lazy_static v1.5.0
36602026-02-11T23:17:16.050Z[ helios-setup] Feb 11 23:17:15.743 INFO E| Compiling unic-char-property v0.9.0
36612026-02-11T23:17:16.121Z[ helios-setup] Feb 11 23:17:15.814 INFO E| Compiling plain v0.2.3
36622026-02-11T23:17:16.154Z[ helios-setup] Feb 11 23:17:15.847 INFO E| Compiling bytesize v2.0.1
36632026-02-11T23:17:16.427Z[ helios-setup] Feb 11 23:17:16.120 INFO E| Compiling unic-ucd-ident v0.9.0
36642026-02-11T23:17:17.440Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36652026-02-11T23:17:20.604Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36662026-02-11T23:17:21.571Z[ helios-setup] Feb 11 23:17:21.264 INFO E| Compiling serde_derive_internals v0.29.1
36672026-02-11T23:17:22.138Z[ helios-setup] Feb 11 23:17:21.831 INFO E| Compiling modular-bitfield-impl v0.11.2
36682026-02-11T23:17:23.055Z[ helios-setup] Feb 11 23:17:22.748 INFO E| Compiling structopt-derive v0.4.18
36692026-02-11T23:17:24.860Z[ helios-setup] Feb 11 23:17:24.553 INFO E| Compiling thiserror-impl v2.0.12
36702026-02-11T23:17:24.884Z[ helios-setup] Feb 11 23:17:24.572 INFO E| Compiling serde_derive v1.0.219
36712026-02-11T23:17:24.908Z[ helios-setup] Feb 11 23:17:24.585 INFO E| Compiling schemars_derive v0.8.22
36722026-02-11T23:17:25.086Z[ helios-setup] Feb 11 23:17:24.779 INFO E| Compiling zerocopy-derive v0.8.25
36732026-02-11T23:17:25.120Z[ helios-setup] Feb 11 23:17:24.813 INFO E| Compiling modular-bitfield-impl v0.13.1
36742026-02-11T23:17:26.331Z[ helios-setup] Feb 11 23:17:26.024 INFO E| Compiling num-derive v0.4.2
36752026-02-11T23:17:28.595Z[ helios-setup] Feb 11 23:17:28.289 INFO E| Compiling modular-bitfield v0.11.2
36762026-02-11T23:17:29.147Z[ helios-setup] Feb 11 23:17:28.840 INFO E| Compiling strum_macros v0.27.1
36772026-02-11T23:17:30.000Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36782026-02-11T23:17:30.109Z[ helios-setup] Feb 11 23:17:29.802 INFO E| Compiling modular-bitfield v0.13.1
36792026-02-11T23:17:30.462Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36802026-02-11T23:17:30.690Z[ helios-setup] Feb 11 23:17:30.384 INFO E| Compiling scroll_derive v0.12.1
36812026-02-11T23:17:30.734Z[ helios-setup] Feb 11 23:17:30.427 INFO E| Compiling structopt v0.3.26
36822026-02-11T23:17:31.208Z[ helios-setup] Feb 11 23:17:30.901 INFO E| Compiling pest v2.8.0
36832026-02-11T23:17:34.042Z[ helios-setup] Feb 11 23:17:33.735 INFO E| Compiling scroll v0.12.0
36842026-02-11T23:17:35.120Z[ helios-setup] Feb 11 23:17:34.813 INFO E| Compiling goblin v0.9.3
36852026-02-11T23:17:35.973Z[ helios-setup] Feb 11 23:17:35.666 INFO E| Compiling pest_meta v2.8.0
36862026-02-11T23:17:38.182Z[ helios-setup] Feb 11 23:17:37.876 INFO E| Compiling pest_generator v2.8.0
36872026-02-11T23:17:40.351Z[ helios-setup] Feb 11 23:17:40.044 INFO E| Compiling pest_derive v2.8.0
36882026-02-11T23:17:42.778Z[ helios-setup] Feb 11 23:17:42.472 INFO E| Compiling json5 v0.4.1
36892026-02-11T23:17:47.821Z[ helios-setup] Feb 11 23:17:47.514 INFO E| Compiling four-cc v0.4.0
36902026-02-11T23:17:47.821Z[ helios-setup] Feb 11 23:17:47.514 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36912026-02-11T23:17:48.113Z[ helios-setup] Feb 11 23:17:47.806 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36922026-02-11T23:17:54.554Z[ host-package] Compiling tabled_derive v0.10.0
36932026-02-11T23:17:54.950Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36942026-02-11T23:17:56.795Z[ host-package] Compiling ignore v0.4.23
36952026-02-11T23:17:58.001Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36962026-02-11T23:18:00.632Z[ host-package] Compiling papergrid v0.14.0
36972026-02-11T23:18:02.370Z[ host-package] Compiling primeorder v0.13.6
36982026-02-11T23:18:03.065Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36992026-02-11T23:18:06.018Z[ host-package] Compiling castaway v0.2.3
37002026-02-11T23:18:06.449Z[ host-package] Compiling nibble_vec v0.1.0
37012026-02-11T23:18:06.490Z[ host-package] Compiling atty v0.2.14
37022026-02-11T23:18:06.768Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37032026-02-11T23:18:06.814Z[ host-package] Compiling endian-type v0.1.2
37042026-02-11T23:18:07.163Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37052026-02-11T23:18:07.221Z[ host-package] Compiling http-range v0.1.5
37062026-02-11T23:18:07.875Z[ host-package] Compiling radix_trie v0.2.1
37072026-02-11T23:18:07.931Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37082026-02-11T23:18:07.981Z[ host-package] Compiling compact_str v0.8.0
37092026-02-11T23:18:09.013Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37102026-02-11T23:18:10.468Z[ host-package] Compiling p384 v0.13.1
37112026-02-11T23:18:11.344Z[ host-package] Compiling tabled v0.18.0
37122026-02-11T23:18:12.643Z[ host-package] Compiling globwalk v0.9.1
37132026-02-11T23:18:14.092Z[ host-package] Compiling parking_lot v0.11.2
37142026-02-11T23:18:16.069Z[ host-package] Compiling typify v0.2.0
37152026-02-11T23:18:16.323Z[ host-package] Compiling predicates-tree v1.0.12
37162026-02-11T23:18:16.510Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37172026-02-11T23:18:17.315Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37182026-02-11T23:18:19.305Z[ host-package] Compiling unicode-truncate v1.1.0
37192026-02-11T23:18:21.404Z[ host-package] Compiling prefix-trie v0.7.0
37202026-02-11T23:18:22.666Z[ host-package] Compiling lru v0.12.5
37212026-02-11T23:18:23.082Z[ host-package] Compiling vergen-git2 v1.0.7
37222026-02-11T23:18:23.449Z[ host-package] Compiling instability v0.3.2
37232026-02-11T23:18:23.847Z[ host-package] Compiling cassowary v0.3.0
37242026-02-11T23:18:24.442Z[ host-package] Compiling indoc v2.0.6
37252026-02-11T23:18:25.097Z[ host-package] Compiling git2 v0.20.2
37262026-02-11T23:18:25.464Z[ host-package] Compiling ratatui v0.29.0
37272026-02-11T23:18:27.498Z[ helios-setup] Feb 11 23:18:27.192 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37282026-02-11T23:18:27.899Z[ host-package] Compiling hickory-server v0.25.2
37292026-02-11T23:18:31.071Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37302026-02-11T23:18:32.660Z[ host-package] Compiling progenitor-impl v0.8.0
37312026-02-11T23:18:36.864Z[ helios-setup] Feb 11 23:18:36.559 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37322026-02-11T23:18:39.341Z[ host-package] Compiling hyper-staticfile v0.10.1
37332026-02-11T23:18:41.180Z[ host-package] Compiling sled v0.34.7
37342026-02-11T23:18:41.297Z[ host-package] Compiling hickory-client v0.25.2
37352026-02-11T23:18:42.817Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37362026-02-11T23:18:42.874Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37372026-02-11T23:18:43.356Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37382026-02-11T23:18:44.045Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37392026-02-11T23:18:45.079Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37402026-02-11T23:18:46.027Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37412026-02-11T23:18:49.460Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
37422026-02-11T23:18:51.398Z[ host-package] Compiling rand_seeder v0.4.0
37432026-02-11T23:18:52.455Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37442026-02-11T23:18:53.281Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
37452026-02-11T23:18:53.570Z[ host-package] Compiling lzma-sys v0.1.20
37462026-02-11T23:18:53.798Z[ host-package] Compiling rustls v0.21.12
37472026-02-11T23:18:54.455Z[ host-package] Compiling corncobs v0.1.4
37482026-02-11T23:18:54.578Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37492026-02-11T23:18:55.235Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37502026-02-11T23:18:55.931Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37512026-02-11T23:18:56.545Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37522026-02-11T23:18:57.404Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37532026-02-11T23:18:58.231Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37542026-02-11T23:19:10.319Z[ helios-setup] Feb 11 23:19:08.151 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
37552026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.205 INFO building project "amd-host-image-builder" ok (124 seconds)
37562026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.205 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37572026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.392 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
37582026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.392 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37592026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.393 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37602026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.763 INFO E| Downloading crates ...
37612026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.825 INFO E| Downloaded cpufeatures v0.2.5
37622026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.829 INFO E| Downloaded anyhow v1.0.62
37632026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.836 INFO E| Downloaded block-buffer v0.10.3
37642026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.839 INFO E| Downloaded digest v0.10.3
37652026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.842 INFO E| Downloaded typenum v1.15.0
37662026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.845 INFO E| Downloaded flate2 v1.0.25
37672026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.850 INFO E| Downloaded sha2 v0.10.5
37682026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.853 INFO E| Downloaded miniz_oxide v0.6.2
37692026-02-11T23:19:10.365Z[ helios-setup] Feb 11 23:19:08.855 INFO E| Downloaded generic-array v0.14.6
37702026-02-11T23:19:10.366Z[ helios-setup] Feb 11 23:19:08.857 INFO E| Downloaded bytes v1.2.1
37712026-02-11T23:19:10.366Z[ helios-setup] Feb 11 23:19:08.899 INFO E| Downloaded unicode-width v0.1.10
37722026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling typenum v1.15.0
37732026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling version_check v0.9.4
37742026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling cfg-if v1.0.0
37752026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling crc32fast v1.3.2
37762026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling anyhow v1.0.62
37772026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling adler v1.0.2
37782026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling unicode-width v0.1.10
37792026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.029 INFO E| Compiling cpufeatures v0.2.5
37802026-02-11T23:19:12.479Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37812026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.726 INFO E| Compiling generic-array v0.14.6
37822026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:09.935 INFO E| Compiling miniz_oxide v0.6.2
37832026-02-11T23:19:12.479Z[ helios-setup] Feb 11 23:19:10.083 INFO E| Compiling getopts v0.2.21
37842026-02-11T23:19:12.503Z[ helios-setup] Feb 11 23:19:10.112 INFO E| Compiling bytes v1.2.1
37852026-02-11T23:19:12.503Z[ helios-setup] Feb 11 23:19:10.344 INFO E| Compiling bitflags v1.3.2
37862026-02-11T23:19:12.503Z[ helios-setup] Feb 11 23:19:11.501 INFO E| Compiling flate2 v1.0.25
37872026-02-11T23:19:14.192Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-02-11T23:19:15.431Z[ helios-setup] Feb 11 23:19:15.093 INFO E| Compiling crypto-common v0.1.6
37892026-02-11T23:19:15.431Z[ helios-setup] Feb 11 23:19:15.093 INFO E| Compiling block-buffer v0.10.3
37902026-02-11T23:19:15.665Z[ helios-setup] Feb 11 23:19:15.361 INFO E| Compiling digest v0.10.3
37912026-02-11T23:19:33.307Z[ helios-setup] Feb 11 23:19:15.850 INFO E| Compiling sha2 v0.10.5
37922026-02-11T23:19:33.819Z[ helios-setup] Feb 11 23:19:16.439 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37932026-02-11T23:19:35.176Z[ host-package] Compiling progenitor-macro v0.8.0
37942026-02-11T23:19:35.176Z[ helios-setup] Feb 11 23:19:20.874 INFO E| Finished `release` profile [optimized] target(s) in 12.37s
37952026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:20.890 INFO building project "bootserver" ok (12 seconds)
37962026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:20.890 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37972026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:21.036 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
37982026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:21.036 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37992026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:21.037 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
38002026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:21.495 INFO E| Downloading crates ...
38012026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:21.556 INFO E| Downloaded miniz_oxide v0.8.8
38022026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:21.656 INFO E| Compiling adler2 v2.0.0
38032026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:21.860 INFO E| Compiling miniz_oxide v0.8.8
38042026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:24.365 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38052026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:25.346 INFO E| Finished `release` profile [optimized] target(s) in 4.17s
38062026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:25.363 INFO building project "pinprick" ok (4 seconds)
38072026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:25.363 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
38082026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:25.487 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
38092026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:25.487 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
38102026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:25.487 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
38112026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:25.807 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
38122026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:26.275 INFO E| From https://github.com/jclulow/rust-jmclib
38132026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:26.275 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
38142026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:26.304 INFO E| Updating crates.io index
38152026-02-11T23:19:35.456Z[ helios-setup] Feb 11 23:19:26.397 INFO E| Downloading crates ...
38162026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.506 INFO E| Downloaded fastrand v2.0.0
38172026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.509 INFO E| Downloaded glob v0.3.1
38182026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.529 INFO E| Downloaded errno v0.3.1
38192026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.532 INFO E| Downloaded itoa v1.0.9
38202026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.534 INFO E| Downloaded walkdir v2.3.3
38212026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.537 INFO E| Downloaded cpufeatures v0.2.9
38222026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.539 INFO E| Downloaded unicode-ident v1.0.11
38232026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.543 INFO E| Downloaded uuid v0.8.2
38242026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.549 INFO E| Downloaded ryu v1.0.15
38252026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.553 INFO E| Downloaded serde v1.0.193
38262026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.558 INFO E| Downloaded typenum v1.16.0
38272026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.561 INFO E| Downloaded tempfile v3.7.0
38282026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.565 INFO E| Downloaded getrandom v0.2.10
38292026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.569 INFO E| Downloaded bitflags v2.3.3
38302026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.578 INFO E| Downloaded syn v2.0.32
38312026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.591 INFO E| Downloaded serde_json v1.0.103
38322026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.599 INFO E| Downloaded opaque-debug v0.3.0
38332026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.601 INFO E| Downloaded md-5 v0.9.1
38342026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.603 INFO E| Downloaded libdevinfo-sys v1.0.0
38352026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.604 INFO E| Downloaded once_cell v1.18.0
38362026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.607 INFO E| Downloaded toml v0.5.11
38372026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.610 INFO E| Downloaded libc v0.2.147
38382026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.640 INFO E| Downloaded serde_derive v1.0.193
38392026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.644 INFO E| Downloaded proc-macro2 v1.0.66
38402026-02-11T23:19:35.457Z[ helios-setup] Feb 11 23:19:26.647 INFO E| Downloaded quote v1.0.31
38412026-02-11T23:19:35.458Z[ helios-setup] Feb 11 23:19:26.650 INFO E| Downloaded digest v0.9.0
38422026-02-11T23:19:35.458Z[ helios-setup] Feb 11 23:19:26.652 INFO E| Downloaded block-buffer v0.9.0
38432026-02-11T23:19:35.458Z[ helios-setup] Feb 11 23:19:26.653 INFO E| Downloaded anyhow v1.0.72
38442026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.659 INFO E| Downloaded sha-1 v0.9.8
38452026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.661 INFO E| Downloaded rustix v0.38.4
38462026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling libc v0.2.147
38472026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling proc-macro2 v1.0.66
38482026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling unicode-ident v1.0.11
38492026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling cfg-if v1.0.0
38502026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling typenum v1.16.0
38512026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling version_check v0.9.4
38522026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling serde v1.0.193
38532026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:26.775 INFO E| Compiling slog v2.7.0
38542026-02-11T23:19:35.484Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38552026-02-11T23:19:35.484Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38562026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:27.414 INFO E| Compiling powerfmt v0.2.0
38572026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:27.562 INFO E| Compiling time-core v0.1.2
38582026-02-11T23:19:35.484Z[ helios-setup] Feb 11 23:19:28.202 INFO E| Compiling num-conv v0.1.0
38592026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:28.324 INFO E| Compiling itoa v1.0.9
38602026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:28.342 INFO E| Compiling rustix v0.38.4
38612026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:28.563 INFO E| Compiling deranged v0.3.11
38622026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:28.821 INFO E| Compiling time-macros v0.2.18
38632026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:28.832 INFO E| Compiling once_cell v1.18.0
38642026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:28.909 INFO E| Compiling generic-array v0.14.7
38652026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:29.849 INFO E| Compiling num_threads v0.1.6
38662026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:30.144 INFO E| Compiling bitflags v2.3.3
38672026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:30.225 INFO E| Compiling thread_local v1.1.7
38682026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:30.395 INFO E| Compiling quote v1.0.31
38692026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:30.952 INFO E| Compiling dirs-sys-next v0.1.2
38702026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:31.317 INFO E| Compiling syn v2.0.32
38712026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:31.324 INFO E| Compiling errno v0.3.1
38722026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:31.566 INFO E| Compiling dirs-next v2.0.0
38732026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:31.749 INFO E| Compiling atty v0.2.14
38742026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:32.102 INFO E| Compiling term v0.7.0
38752026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:32.229 INFO E| Compiling serde_json v1.0.103
38762026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:32.400 INFO E| Compiling opaque-debug v0.3.0
38772026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:32.699 INFO E| Compiling fastrand v2.0.0
38782026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:33.188 INFO E| Compiling anyhow v1.0.72
38792026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:33.721 INFO E| Compiling digest v0.9.0
38802026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:33.737 INFO E| Compiling block-buffer v0.9.0
38812026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:33.893 INFO E| Compiling time v0.3.36
38822026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:33.901 INFO E| Compiling getrandom v0.2.10
38832026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:34.277 INFO E| Compiling ryu v1.0.15
38842026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:34.536 INFO E| Compiling same-file v1.0.6
38852026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:34.692 INFO E| Compiling cpufeatures v0.2.9
38862026-02-11T23:19:35.485Z[ helios-setup] Feb 11 23:19:34.917 INFO E| Compiling tempfile v3.7.0
38872026-02-11T23:19:35.486Z[ helios-setup] Feb 11 23:19:34.924 INFO E| Compiling unicode-width v0.1.10
38882026-02-11T23:19:35.486Z[ helios-setup] Feb 11 23:19:35.038 INFO E| Compiling walkdir v2.3.3
38892026-02-11T23:19:35.639Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38902026-02-11T23:19:35.700Z[ helios-setup] Feb 11 23:19:35.396 INFO E| Compiling getopts v0.2.21
38912026-02-11T23:19:36.793Z[ helios-setup] Feb 11 23:19:35.622 INFO E| Compiling sha-1 v0.9.8
38922026-02-11T23:19:36.822Z[ helios-setup] Feb 11 23:19:36.106 INFO E| Compiling md-5 v0.9.1
38932026-02-11T23:19:36.822Z[ helios-setup] Feb 11 23:19:36.471 INFO E| Compiling libdevinfo-sys v1.0.0
38942026-02-11T23:19:37.133Z[ helios-setup] Feb 11 23:19:36.641 INFO E| Compiling glob v0.3.1
38952026-02-11T23:19:41.502Z[ helios-setup] Feb 11 23:19:37.970 INFO E| Compiling slog-term v2.9.0
38962026-02-11T23:19:41.583Z[ helios-setup] Feb 11 23:19:38.972 INFO E| Compiling serde_derive v1.0.193
38972026-02-11T23:19:41.583Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
38982026-02-11T23:19:45.564Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38992026-02-11T23:19:46.070Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39002026-02-11T23:19:46.275Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39012026-02-11T23:19:49.021Z[ host-package] Compiling progenitor-client v0.8.0
39022026-02-11T23:19:49.057Z[ host-package] Compiling sct v0.7.1
39032026-02-11T23:19:49.057Z[ host-package] Compiling rustls-webpki v0.101.7
39042026-02-11T23:19:50.804Z[ host-package] Compiling heck v0.3.3
39052026-02-11T23:19:51.990Z[ host-package] Compiling secrecy v0.8.0
39062026-02-11T23:19:52.021Z[ host-package] Compiling void v1.0.2
39072026-02-11T23:19:52.021Z[ helios-setup] Feb 11 23:19:51.395 INFO E| Compiling toml v0.5.11
39082026-02-11T23:19:52.021Z[ helios-setup] Feb 11 23:19:51.395 INFO E| Compiling uuid v0.8.2
39092026-02-11T23:19:52.021Z[ host-package] Compiling lzss v0.8.2
39102026-02-11T23:19:53.043Z[ host-package] Compiling zone_cfg_derive v0.1.2
39112026-02-11T23:19:55.762Z[ helios-setup] Feb 11 23:19:53.533 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
39122026-02-11T23:19:55.827Z[ host-package] Compiling progenitor v0.8.0
39132026-02-11T23:19:55.827Z[ helios-setup] Feb 11 23:19:55.216 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
39142026-02-11T23:19:55.827Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39152026-02-11T23:19:56.972Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39162026-02-11T23:19:56.997Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-02-11T23:19:58.724Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39182026-02-11T23:20:04.277Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39192026-02-11T23:20:05.379Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39202026-02-11T23:20:06.106Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39212026-02-11T23:20:07.744Z[ helios-setup] Feb 11 23:20:07.441 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.81s
39222026-02-11T23:20:07.777Z[ helios-setup] Feb 11 23:20:07.474 INFO building project "image-builder" ok (41 seconds)
39232026-02-11T23:20:07.801Z[ helios-setup] rm -f helios-build
39242026-02-11T23:20:07.801Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39252026-02-11T23:20:07.801Z[ helios-setup]
39262026-02-11T23:20:07.801Z[ helios-setup] Setup complete! ./helios-build is now available.
39272026-02-11T23:20:07.801Z[ helios-setup]
39282026-02-11T23:20:07.801Z[ helios-setup]
39292026-02-11T23:20:07.801Z[ helios-setup] real 12:20.449028951
39302026-02-11T23:20:07.801Z[ helios-setup] user 32:03.402613396
39312026-02-11T23:20:07.801Z[ helios-setup] sys 3:06.395449315
39322026-02-11T23:20:07.801Z[ helios-setup] trap 2.559806838
39332026-02-11T23:20:07.801Z[ helios-setup] tflt 6.146066009
39342026-02-11T23:20:07.801Z[ helios-setup] dflt 18.045087177
39352026-02-11T23:20:07.801Z[ helios-setup] kflt 0.001966993
39362026-02-11T23:20:07.801Z[ helios-setup] lock 2:56:32.318401493
39372026-02-11T23:20:07.801Z[ helios-setup] slp 4:01:29.632670505
39382026-02-11T23:20:07.801Z[ helios-setup] lat 35:25.432930192
39392026-02-11T23:20:07.802Z[ helios-setup] stop 5:33.542874721
39402026-02-11T23:20:07.802ZFeb 11 23:20:07.492 INFO [helios-setup] process exited with exit status: 0 (740.454627949s)
39412026-02-11T23:20:07.802ZFeb 11 23:20:07.492 INFO [helios-record] running task
39422026-02-11T23:20:07.802ZFeb 11 23:20:07.492 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39432026-02-11T23:20:07.826ZFeb 11 23:20:07.501 DEBG process exited with exit status: 0 (8.62037ms)
39442026-02-11T23:20:07.826ZFeb 11 23:20:07.501 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39452026-02-11T23:20:07.826ZFeb 11 23:20:07.509 DEBG process exited with exit status: 0 (8.088551ms)
39462026-02-11T23:20:07.826ZFeb 11 23:20:07.509 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39472026-02-11T23:20:07.826ZFeb 11 23:20:07.516 DEBG process exited with exit status: 0 (7.197345ms)
39482026-02-11T23:20:07.826ZFeb 11 23:20:07.516 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39492026-02-11T23:20:07.850ZFeb 11 23:20:07.524 DEBG process exited with exit status: 0 (7.575519ms)
39502026-02-11T23:20:07.850ZFeb 11 23:20:07.524 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39512026-02-11T23:20:07.850ZFeb 11 23:20:07.530 DEBG process exited with exit status: 0 (6.708751ms)
39522026-02-11T23:20:07.850ZFeb 11 23:20:07.530 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39532026-02-11T23:20:07.850ZFeb 11 23:20:07.537 DEBG process exited with exit status: 0 (6.496498ms)
39542026-02-11T23:20:07.850ZFeb 11 23:20:07.537 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39552026-02-11T23:20:07.850ZFeb 11 23:20:07.543 DEBG process exited with exit status: 0 (6.157953ms)
39562026-02-11T23:20:07.850ZFeb 11 23:20:07.543 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39572026-02-11T23:20:07.874ZFeb 11 23:20:07.549 DEBG process exited with exit status: 0 (6.252431ms)
39582026-02-11T23:20:07.874ZFeb 11 23:20:07.549 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39592026-02-11T23:20:07.874ZFeb 11 23:20:07.556 DEBG process exited with exit status: 0 (6.616096ms)
39602026-02-11T23:20:07.874ZFeb 11 23:20:07.557 INFO [helios-record] task succeeded (65.089236ms)
39612026-02-11T23:20:12.970Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39622026-02-11T23:20:13.399Z[ host-package] Compiling tungstenite v0.23.0
39632026-02-11T23:20:17.355Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39642026-02-11T23:20:17.752Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39652026-02-11T23:20:18.137Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39662026-02-11T23:20:18.450Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39672026-02-11T23:20:18.503Z[ host-package] Compiling nix v0.27.1
39682026-02-11T23:20:18.640Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39692026-02-11T23:20:18.821Z[ host-package] Compiling serde_bytes v0.11.19
39702026-02-11T23:20:18.859Z[ host-package] Compiling number_prefix v0.4.0
39712026-02-11T23:20:19.205Z[ host-package] Compiling base64 v0.13.1
39722026-02-11T23:20:19.390Z[ host-package] Compiling indicatif v0.17.11
39732026-02-11T23:20:19.450Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39742026-02-11T23:20:20.012Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
39752026-02-11T23:20:20.185Z[ host-package] Compiling ron v0.7.1
39762026-02-11T23:20:21.300Z[ host-package] Compiling tokio-tungstenite v0.23.1
39772026-02-11T23:20:22.006Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39782026-02-11T23:20:24.855Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39792026-02-11T23:20:25.305Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39802026-02-11T23:20:27.179Z[ host-package] Compiling xz2 v0.1.7
39812026-02-11T23:20:27.800Z[ host-package] Compiling tokio-rustls v0.24.1
39822026-02-11T23:20:28.292Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39832026-02-11T23:20:36.480Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39842026-02-11T23:20:37.938Z[ host-package] Compiling zone v0.1.8
39852026-02-11T23:20:38.164Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39862026-02-11T23:20:41.016Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39872026-02-11T23:20:45.087Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
39882026-02-11T23:20:45.214Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39892026-02-11T23:21:04.343Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39902026-02-11T23:21:07.635Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39912026-02-11T23:21:09.329Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39922026-02-11T23:21:11.461Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
39932026-02-11T23:21:13.785Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39942026-02-11T23:21:19.809Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39952026-02-11T23:21:20.567Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39962026-02-11T23:21:22.498Z[ host-package] Compiling rustls-pemfile v1.0.4
39972026-02-11T23:21:23.227Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39982026-02-11T23:21:26.119Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39992026-02-11T23:21:26.487Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40002026-02-11T23:21:27.801Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40012026-02-11T23:21:29.351Z[ host-package] Compiling signal-hook-tokio v0.3.1
40022026-02-11T23:21:29.646Z[ host-package] Compiling twox-hash v2.1.0
40032026-02-11T23:21:30.575Z[ host-package] Compiling yasna v0.5.2
40042026-02-11T23:21:31.778Z[ host-package] Compiling is_ci v1.2.0
40052026-02-11T23:21:32.034Z[ host-package] Compiling supports-color v3.0.2
40062026-02-11T23:21:32.127Z[ host-package] Compiling rcgen v0.12.1
40072026-02-11T23:21:32.586Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40082026-02-11T23:21:41.516Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40092026-02-11T23:21:42.114Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40102026-02-11T23:21:44.373Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40112026-02-11T23:22:04.071Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40122026-02-11T23:22:06.109Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
40132026-02-11T23:22:16.534Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40142026-02-11T23:22:19.953Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40152026-02-11T23:22:31.165Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40162026-02-11T23:22:32.037Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40172026-02-11T23:22:35.982Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40182026-02-11T23:22:36.362Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40192026-02-11T23:22:36.714Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40202026-02-11T23:22:37.049Z[ host-package] Compiling fatfs v0.3.6
40212026-02-11T23:22:39.535Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40222026-02-11T23:22:40.004Z[ host-package] Compiling subprocess v0.2.9
40232026-02-11T23:22:44.073Z[ host-package] Compiling rtoolbox v0.0.2
40242026-02-11T23:22:44.540Z[ host-package] Compiling assert_matches v1.5.0
40252026-02-11T23:22:44.736Z[ host-package] Compiling seq-macro v0.3.6
40262026-02-11T23:22:46.866Z[ host-package] Compiling rpassword v7.4.0
40272026-02-11T23:22:47.364Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40282026-02-11T23:22:47.638Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40292026-02-11T23:22:57.804Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40302026-02-11T23:23:02.585Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40312026-02-11T23:23:02.798Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40322026-02-11T23:23:21.819Z[ host-package] Compiling tui-tree-widget v0.23.1
40332026-02-11T23:23:22.362Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40342026-02-11T23:23:22.903Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40352026-02-11T23:23:23.725Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40362026-02-11T23:23:28.801Z[ host-package] Compiling uzers v0.12.1
40372026-02-11T23:23:31.396Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40382026-02-11T23:23:31.663Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40392026-02-11T23:23:37.414Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40402026-02-11T23:23:51.696Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40412026-02-11T23:24:04.732Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40422026-02-11T23:24:06.249Z[ host-package] Compiling support-bundle-viewer v0.1.2
40432026-02-11T23:24:07.992Z[ host-package] Compiling multimap v0.10.1
40442026-02-11T23:25:58.319Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40452026-02-11T23:38:11.097Z[ host-package] Finished `release` profile [optimized] target(s) in 28m 22s
40462026-02-11T23:39:38.147ZFeb 11 23:39:37.869 INFO [host-package] process exited with exit status: 0 (1790.541912822s)
40472026-02-11T23:39:38.147ZFeb 11 23:39:37.869 INFO [host-stamp] running task
40482026-02-11T23:39:38.171ZFeb 11 23:39:37.870 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 18.0.0-0.ci+gitb94ffbfefdb
40492026-02-11T23:39:38.171ZFeb 11 23:39:37.870 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40502026-02-11T23:39:38.171ZFeb 11 23:39:37.872 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 18.0.0-0.ci+gitb94ffbfefdb
40512026-02-11T23:39:38.171ZFeb 11 23:39:37.873 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 18.0.0-0.ci+gitb94ffbfefdb
40522026-02-11T23:39:38.171ZFeb 11 23:39:37.873 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 18.0.0-0.ci+gitb94ffbfefdb
40532026-02-11T23:39:38.171ZFeb 11 23:39:37.874 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 18.0.0-0.ci+gitb94ffbfefdb
40542026-02-11T23:39:38.171ZFeb 11 23:39:37.874 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 18.0.0-0.ci+gitb94ffbfefdb
40552026-02-11T23:39:38.171ZFeb 11 23:39:37.875 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 18.0.0-0.ci+gitb94ffbfefdb
40562026-02-11T23:39:38.171ZFeb 11 23:39:37.881 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 18.0.0-0.ci+gitb94ffbfefdb
40572026-02-11T23:39:38.171Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-02-11T23:39:38.171Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-02-11T23:39:38.171Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40602026-02-11T23:39:38.195Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-02-11T23:39:38.195Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-02-11T23:39:38.195Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-02-11T23:39:38.195Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-02-11T23:39:38.195Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-02-11T23:39:38.195Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
40662026-02-11T23:39:38.195Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
40672026-02-11T23:39:38.219Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
40682026-02-11T23:39:38.219ZFeb 11 23:39:37.920 INFO [stamp-oxlog] process exited with exit status: 0 (45.457258ms)
40692026-02-11T23:39:38.219ZFeb 11 23:39:37.926 INFO [stamp-overlay] process exited with exit status: 0 (45.41796ms)
40702026-02-11T23:39:38.260Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40712026-02-11T23:39:38.284ZFeb 11 23:39:37.989 INFO [stamp-crucible-utils] process exited with exit status: 0 (118.248835ms)
40722026-02-11T23:39:38.313Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40732026-02-11T23:39:38.337ZFeb 11 23:39:38.044 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (170.54818ms)
40742026-02-11T23:39:38.539Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40752026-02-11T23:39:38.563ZFeb 11 23:39:38.268 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (394.340658ms)
40762026-02-11T23:39:39.018Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40772026-02-11T23:39:39.042ZFeb 11 23:39:38.746 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (874.371811ms)
40782026-02-11T23:39:39.916Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
40792026-02-11T23:39:39.940ZFeb 11 23:39:39.644 INFO [stamp-propolis-server] process exited with exit status: 0 (1.771074619s)
40802026-02-11T23:39:40.120Z[recovery-package] Compiling newtype-uuid v1.3.2
40812026-02-11T23:39:40.432Z[recovery-package] Compiling daft v0.1.4
40822026-02-11T23:39:40.885Z[recovery-package] Compiling iddqd v0.3.16
40832026-02-11T23:39:43.121Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40842026-02-11T23:39:43.653Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40852026-02-11T23:39:43.653Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40862026-02-11T23:39:43.678Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
40872026-02-11T23:39:43.725Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40882026-02-11T23:39:44.396Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40892026-02-11T23:39:47.953Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
40902026-02-11T23:39:47.977ZFeb 11 23:39:47.682 INFO [stamp-switch-asic] process exited with exit status: 0 (9.807823405s)
40912026-02-11T23:39:47.977ZFeb 11 23:39:47.683 INFO [host-stamp] task succeeded (9.813848483s)
40922026-02-11T23:39:47.977ZFeb 11 23:39:47.683 INFO [host-proto] running task
40932026-02-11T23:39:48.930ZFeb 11 23:39:48.652 INFO [host-proto] task succeeded (969.645987ms)
40942026-02-11T23:39:48.930ZFeb 11 23:39:48.652 INFO [host-profile] running task
40952026-02-11T23:39:48.954ZFeb 11 23:39:48.653 INFO [host-profile] task succeeded (616.358µs)
40962026-02-11T23:39:48.954ZFeb 11 23:39:48.653 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/.tmposd5q7/proto/host/root -N 'ci b94ffbf/${os_short_commit} 2026-02-11 23:07' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40972026-02-11T23:39:48.954Z[ host-image] Feb 11 23:39:48.665 INFO Checking files for board 'cosmo-mbist-noaggr'
40982026-02-11T23:39:48.954Z[ host-image] Feb 11 23:39:48.665 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40992026-02-11T23:39:48.954Z[ host-image] Feb 11 23:39:48.665 INFO Checking files for board 'cosmo'
41002026-02-11T23:39:48.954Z[ host-image] Feb 11 23:39:48.665 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41012026-02-11T23:39:48.954Z[ host-image] Feb 11 23:39:48.665 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41022026-02-11T23:39:48.954Z[ host-image] Feb 11 23:39:48.665 INFO Checking files for board 'gimlet'
41032026-02-11T23:39:48.955Z[ host-image] Feb 11 23:39:48.665 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41042026-02-11T23:39:48.955Z[ host-image] Feb 11 23:39:48.665 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41052026-02-11T23:39:48.955Z[ host-image] Feb 11 23:39:48.665 INFO Checking files for board 'cosmo-mbist'
41062026-02-11T23:39:48.955Z[ host-image] Feb 11 23:39:48.665 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
41072026-02-11T23:39:48.979Z[ host-image] Feb 11 23:39:48.686 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmposd5q7/proto/host/root"
41082026-02-11T23:39:48.979Z[ host-image] Feb 11 23:39:48.686 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
41092026-02-11T23:39:48.979Z[ host-image] Feb 11 23:39:48.686 INFO image builder template: ramdisk-01-os...
41102026-02-11T23:39:48.979Z[ host-image] Feb 11 23:39:48.686 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/.tmposd5q7/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41112026-02-11T23:39:49.008Z[ host-image] Feb 11 23:39:48.713 INFO O| Feb 11 23:39:48.713 INFO CREATE DATASET: rpool/images/build/host/output
41122026-02-11T23:39:49.064Z[ host-image] Feb 11 23:39:48.787 INFO O| Feb 11 23:39:48.786 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
41132026-02-11T23:39:49.088Z[ host-image] Feb 11 23:39:48.794 INFO O| Feb 11 23:39:48.794 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
41142026-02-11T23:39:49.169Z[ host-image] Feb 11 23:39:48.891 INFO O| Feb 11 23:39:48.891 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
41152026-02-11T23:39:49.199Z[ host-image] Feb 11 23:39:48.921 INFO O| Feb 11 23:39:48.921 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
41162026-02-11T23:39:49.199Z[ host-image] Feb 11 23:39:48.921 INFO O| Feb 11 23:39:48.921 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
41172026-02-11T23:39:49.247Z[ host-image] Feb 11 23:39:48.921 INFO O| Feb 11 23:39:48.921 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
41182026-02-11T23:39:49.247Z[ host-image] Feb 11 23:39:48.921 INFO O| Feb 11 23:39:48.921 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
41192026-02-11T23:39:49.247Z[ host-image] Feb 11 23:39:48.929 INFO O| Feb 11 23:39:48.929 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
41202026-02-11T23:39:49.290Z[ host-image] Feb 11 23:39:49.012 INFO O| Feb 11 23:39:49.012 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-02-11T23:39:49.315Z[ host-image] Feb 11 23:39:49.027 INFO O| Feb 11 23:39:49.027 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
41222026-02-11T23:39:49.774Z[ host-image] Feb 11 23:39:49.496 INFO O| Feb 11 23:39:49.496 INFO O| Caching catalogs ... Done
41232026-02-11T23:39:49.860Z[ host-image] Feb 11 23:39:49.582 INFO O| Feb 11 23:39:49.582 INFO STEP 0 (pkg_image_create) COMPLETE
41242026-02-11T23:39:49.860Z[ host-image] Feb 11 23:39:49.582 INFO O| Feb 11 23:39:49.582 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41252026-02-11T23:39:49.884Z[ host-image] Feb 11 23:39:49.594 INFO O| Feb 11 23:39:49.594 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"]
41262026-02-11T23:39:50.339Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.060 INFO STEP 1 (pkg_set_publisher) COMPLETE
41272026-02-11T23:39:50.362Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.061 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-02-11T23:39:50.362Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.061 INFO skip step because feature "publisher_1_name" is not enabled
41292026-02-11T23:39:50.362Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.061 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41302026-02-11T23:39:50.362Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.061 INFO skip step because feature "publisher_2_name" is not enabled
41312026-02-11T23:39:50.362Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.061 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41322026-02-11T23:39:50.362Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.061 INFO skip step because feature "publisher_3_name" is not enabled
41332026-02-11T23:39:50.363Z[ host-image] Feb 11 23:39:50.061 INFO O| Feb 11 23:39:50.061 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41342026-02-11T23:39:50.773Z[ host-image] Feb 11 23:39:50.494 INFO O| Feb 11 23:39:50.493 INFO variant opensolaris.zone is already global
41352026-02-11T23:39:50.773Z[ host-image] Feb 11 23:39:50.494 INFO O| Feb 11 23:39:50.494 INFO STEP 5 (pkg_change_variant) COMPLETE
41362026-02-11T23:39:50.797Z[ host-image] Feb 11 23:39:50.494 INFO O| Feb 11 23:39:50.494 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41372026-02-11T23:39:51.209Z[ host-image] Feb 11 23:39:50.930 INFO O| Feb 11 23:39:50.930 INFO variant opensolaris.imagetype is full; changing to partial
41382026-02-11T23:39:51.209Z[ host-image] Feb 11 23:39:50.931 INFO O| Feb 11 23:39:50.930 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41392026-02-11T23:39:57.511Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
41402026-02-11T23:39:57.535Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41412026-02-11T23:39:57.535Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41422026-02-11T23:39:57.535Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41432026-02-11T23:40:03.697Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41442026-02-11T23:40:03.767Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41452026-02-11T23:40:04.843Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41462026-02-11T23:40:05.277Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41472026-02-11T23:40:06.998Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41482026-02-11T23:40:09.198Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41492026-02-11T23:40:25.245Z[ host-image] Feb 11 23:40:24.968 INFO O| Feb 11 23:40:24.968 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41502026-02-11T23:40:34.286Z[recovery-package] Finished `release` profile [optimized] target(s) in 55.80s
41512026-02-11T23:40:38.697ZFeb 11 23:40:38.420 INFO [recovery-package] process exited with exit status: 0 (60.549841638s)
41522026-02-11T23:40:38.697ZFeb 11 23:40:38.420 INFO [recovery-stamp] running task
41532026-02-11T23:40:38.721ZFeb 11 23:40:38.421 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
41542026-02-11T23:40:38.722ZFeb 11 23:40:38.421 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 18.0.0-0.ci+gitb94ffbfefdb
41552026-02-11T23:40:38.722ZFeb 11 23:40:38.422 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 18.0.0-0.ci+gitb94ffbfefdb
41562026-02-11T23:40:38.722Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
41572026-02-11T23:40:38.722Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
41582026-02-11T23:40:38.901Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41592026-02-11T23:40:38.929ZFeb 11 23:40:38.631 INFO [stamp-installinator] process exited with exit status: 0 (210.198666ms)
41602026-02-11T23:40:38.973Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41612026-02-11T23:40:38.998ZFeb 11 23:40:38.703 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (281.070666ms)
41622026-02-11T23:40:38.998ZFeb 11 23:40:38.703 INFO [recovery-stamp] task succeeded (282.661667ms)
41632026-02-11T23:40:38.998ZFeb 11 23:40:38.703 INFO [recovery-proto] running task
41642026-02-11T23:40:38.998ZFeb 11 23:40:38.703 INFO [tuf-stamp] running task
41652026-02-11T23:40:38.998ZFeb 11 23:40:38.704 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 18.0.0-0.ci+gitb94ffbfefdb
41662026-02-11T23:40:38.999ZFeb 11 23:40:38.705 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 18.0.0-0.ci+gitb94ffbfefdb
41672026-02-11T23:40:38.999ZFeb 11 23:40:38.705 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 18.0.0-0.ci+gitb94ffbfefdb
41682026-02-11T23:40:38.999ZFeb 11 23:40:38.706 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 18.0.0-0.ci+gitb94ffbfefdb
41692026-02-11T23:40:38.999ZFeb 11 23:40:38.706 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 18.0.0-0.ci+gitb94ffbfefdb
41702026-02-11T23:40:38.999ZFeb 11 23:40:38.710 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 18.0.0-0.ci+gitb94ffbfefdb
41712026-02-11T23:40:38.999ZFeb 11 23:40:38.710 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 18.0.0-0.ci+gitb94ffbfefdb
41722026-02-11T23:40:38.999ZFeb 11 23:40:38.710 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 18.0.0-0.ci+gitb94ffbfefdb
41732026-02-11T23:40:38.999ZFeb 11 23:40:38.713 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 18.0.0-0.ci+gitb94ffbfefdb
41742026-02-11T23:40:38.999ZFeb 11 23:40:38.716 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 18.0.0-0.ci+gitb94ffbfefdb
41752026-02-11T23:40:38.999ZFeb 11 23:40:38.716 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 18.0.0-0.ci+gitb94ffbfefdb
41762026-02-11T23:40:38.999ZFeb 11 23:40:38.718 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 18.0.0-0.ci+gitb94ffbfefdb
41772026-02-11T23:40:39.025Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41782026-02-11T23:40:39.025Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41792026-02-11T23:40:39.025Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41802026-02-11T23:40:39.025Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41812026-02-11T23:40:39.025Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41822026-02-11T23:40:39.025Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41832026-02-11T23:40:39.025Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41842026-02-11T23:40:39.025Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41852026-02-11T23:40:39.025Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41862026-02-11T23:40:39.025Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41872026-02-11T23:40:39.025Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41882026-02-11T23:40:39.025Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41892026-02-11T23:40:39.157Z[ host-image] Feb 11 23:40:38.880 INFO O| Feb 11 23:40:38.880 INFO O| Startup: Caching catalogs ... Done
41902026-02-11T23:40:39.183Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41912026-02-11T23:40:39.183ZFeb 11 23:40:38.903 INFO [stamp-probe] process exited with exit status: 0 (193.087ms)
41922026-02-11T23:40:39.281Z[ host-image] Feb 11 23:40:38.998 INFO O| Feb 11 23:40:38.998 INFO O| Planning: Planning completed in 0.00 seconds
41932026-02-11T23:40:39.313Z[ host-image] Feb 11 23:40:39.037 INFO O| Feb 11 23:40:39.019 INFO O| Planning: Consolidating action changes ... Done
41942026-02-11T23:40:39.313Z[ host-image] Feb 11 23:40:39.037 INFO O| Feb 11 23:40:39.037 INFO O| Planning: Evaluating mediators ... Done
41952026-02-11T23:40:39.337Z[ host-image] Feb 11 23:40:39.037 INFO O| Feb 11 23:40:39.037 INFO O| Planning: Planning completed in 0.01 seconds
41962026-02-11T23:40:39.337Z[ host-image] Feb 11 23:40:39.037 INFO O| Feb 11 23:40:39.037 INFO O| Variants/Facets to change: 1
41972026-02-11T23:40:39.437ZFeb 11 23:40:39.161 INFO [recovery-proto] task succeeded (457.719795ms)
41982026-02-11T23:40:39.463ZFeb 11 23:40:39.161 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/.tmposd5q7/proto/recovery/root -N 'recovery b94ffbf/${os_short_commit} 2026-02-11 23:07' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
41992026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.191 INFO Checking files for board 'cosmo-mbist'
42002026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
42012026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO Checking files for board 'cosmo'
42022026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42032026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
42042026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO Checking files for board 'gimlet'
42052026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42062026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
42072026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO Checking files for board 'cosmo-mbist-noaggr'
42082026-02-11T23:40:39.487Z[ recovery-image] Feb 11 23:40:39.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
42092026-02-11T23:40:39.658Z[ recovery-image] Feb 11 23:40:39.381 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmposd5q7/proto/recovery/root"
42102026-02-11T23:40:39.683Z[ recovery-image] Feb 11 23:40:39.381 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
42112026-02-11T23:40:39.684Z[ recovery-image] Feb 11 23:40:39.381 INFO image builder template: ramdisk-01-os...
42122026-02-11T23:40:39.684Z[ recovery-image] Feb 11 23:40:39.381 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/.tmposd5q7/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@18.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42132026-02-11T23:40:39.684Z[ host-image] Feb 11 23:40:39.401 INFO O| Feb 11 23:40:39.400 INFO O| Done
42142026-02-11T23:40:39.684Z[ host-image] Feb 11 23:40:39.401 INFO O| Feb 11 23:40:39.400 INFO O| Done
42152026-02-11T23:40:39.714Z[ recovery-image] Feb 11 23:40:39.409 INFO O| Feb 11 23:40:39.409 INFO CREATE DATASET: rpool/images/build/recovery/output
42162026-02-11T23:40:39.826Z[ recovery-image] Feb 11 23:40:39.549 INFO O| Feb 11 23:40:39.549 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42172026-02-11T23:40:39.851Z[ recovery-image] Feb 11 23:40:39.554 INFO O| Feb 11 23:40:39.554 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42182026-02-11T23:40:39.980Z[ recovery-image] Feb 11 23:40:39.703 INFO O| Feb 11 23:40:39.702 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42192026-02-11T23:40:40.008Z[ recovery-image] Feb 11 23:40:39.732 INFO O| Feb 11 23:40:39.732 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42202026-02-11T23:40:40.009Z[ recovery-image] Feb 11 23:40:39.732 INFO O| Feb 11 23:40:39.732 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42212026-02-11T23:40:40.037Z[ recovery-image] Feb 11 23:40:39.732 INFO O| Feb 11 23:40:39.732 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42222026-02-11T23:40:40.037Z[ recovery-image] Feb 11 23:40:39.732 INFO O| Feb 11 23:40:39.732 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42232026-02-11T23:40:40.037Z[ recovery-image] Feb 11 23:40:39.744 INFO O| Feb 11 23:40:39.744 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42242026-02-11T23:40:40.138Z[ recovery-image] Feb 11 23:40:39.861 INFO O| Feb 11 23:40:39.861 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42252026-02-11T23:40:40.162Z[ recovery-image] Feb 11 23:40:39.877 INFO O| Feb 11 23:40:39.876 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42262026-02-11T23:40:40.680Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
42272026-02-11T23:40:40.759Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
42282026-02-11T23:40:40.829ZFeb 11 23:40:40.553 INFO [stamp-ntp] process exited with exit status: 0 (1.845287989s)
42292026-02-11T23:40:40.868Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
42302026-02-11T23:40:40.893Z[ recovery-image] Feb 11 23:40:40.610 INFO O| Feb 11 23:40:40.610 INFO O| Caching catalogs ... Done
42312026-02-11T23:40:41.024Z[ recovery-image] Feb 11 23:40:40.747 INFO O| Feb 11 23:40:40.747 INFO STEP 0 (pkg_image_create) COMPLETE
42322026-02-11T23:40:41.024Z[ recovery-image] Feb 11 23:40:40.747 INFO O| Feb 11 23:40:40.747 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-02-11T23:40:41.048Z[ recovery-image] Feb 11 23:40:40.765 INFO O| Feb 11 23:40:40.764 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"]
42342026-02-11T23:40:41.076Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
42352026-02-11T23:40:41.101ZFeb 11 23:40:40.820 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.103670425s)
42362026-02-11T23:40:41.162Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
42372026-02-11T23:40:41.196ZFeb 11 23:40:40.920 INFO [stamp-external-dns] process exited with exit status: 0 (2.206895587s)
42382026-02-11T23:40:41.289Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
42392026-02-11T23:40:41.313ZFeb 11 23:40:41.028 INFO [stamp-internal-dns] process exited with exit status: 0 (2.324050352s)
42402026-02-11T23:40:41.453Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
42412026-02-11T23:40:41.480ZFeb 11 23:40:41.189 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.482944174s)
42422026-02-11T23:40:41.597Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO STEP 1 (pkg_set_publisher) COMPLETE
42432026-02-11T23:40:41.597Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42442026-02-11T23:40:41.622Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO skip step because feature "publisher_1_name" is not enabled
42452026-02-11T23:40:41.622Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42462026-02-11T23:40:41.622Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO skip step because feature "publisher_2_name" is not enabled
42472026-02-11T23:40:41.622Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42482026-02-11T23:40:41.622Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO skip step because feature "publisher_3_name" is not enabled
42492026-02-11T23:40:41.622Z[ recovery-image] Feb 11 23:40:41.320 INFO O| Feb 11 23:40:41.320 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-02-11T23:40:41.750Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
42512026-02-11T23:40:41.794ZFeb 11 23:40:41.517 INFO [stamp-oximeter] process exited with exit status: 0 (2.801805299s)
42522026-02-11T23:40:41.818Z[ host-image] Feb 11 23:40:41.518 INFO O| Feb 11 23:40:41.517 INFO O| Done
42532026-02-11T23:40:41.916Z[ host-image] Feb 11 23:40:41.639 INFO O| Feb 11 23:40:41.639 INFO O| Done
42542026-02-11T23:40:41.941Z[ host-image] Feb 11 23:40:41.641 INFO O| Feb 11 23:40:41.641 INFO O| Done
42552026-02-11T23:40:41.941Z[ host-image] Feb 11 23:40:41.641 INFO O| Feb 11 23:40:41.641 INFO O| Done
42562026-02-11T23:40:41.941Z[ host-image] Feb 11 23:40:41.644 INFO O| Feb 11 23:40:41.644 INFO O| Done
42572026-02-11T23:40:42.102Z[ recovery-image] Feb 11 23:40:41.825 INFO O| Feb 11 23:40:41.825 INFO variant opensolaris.zone is already global
42582026-02-11T23:40:42.102Z[ recovery-image] Feb 11 23:40:41.825 INFO O| Feb 11 23:40:41.825 INFO STEP 5 (pkg_change_variant) COMPLETE
42592026-02-11T23:40:42.139Z[ recovery-image] Feb 11 23:40:41.825 INFO O| Feb 11 23:40:41.825 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42602026-02-11T23:40:42.573Z[ recovery-image] Feb 11 23:40:42.294 INFO O| Feb 11 23:40:42.294 INFO variant opensolaris.imagetype is full; changing to partial
42612026-02-11T23:40:42.573Z[ recovery-image] Feb 11 23:40:42.294 INFO O| Feb 11 23:40:42.294 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42622026-02-11T23:40:43.637Z[ host-image] Feb 11 23:40:43.360 INFO O| Feb 11 23:40:43.360 INFO STEP 6 (pkg_change_variant) COMPLETE
42632026-02-11T23:40:43.637Z[ host-image] Feb 11 23:40:43.360 INFO O| Feb 11 23:40:43.360 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42642026-02-11T23:40:43.637Z[ host-image] Feb 11 23:40:43.360 INFO O| Feb 11 23:40:43.360 INFO skip step because feature "debug_variant" is not enabled
42652026-02-11T23:40:43.637Z[ host-image] Feb 11 23:40:43.360 INFO O| Feb 11 23:40:43.360 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42662026-02-11T23:40:44.133Z[ host-image] Feb 11 23:40:43.856 INFO O| Feb 11 23:40:43.856 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42672026-02-11T23:40:45.453Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42682026-02-11T23:40:45.484ZFeb 11 23:40:45.183 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.476123303s)
42692026-02-11T23:40:46.287Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42702026-02-11T23:40:46.316ZFeb 11 23:40:46.019 INFO [stamp-nexus] process exited with exit status: 0 (7.312730056s)
42712026-02-11T23:40:48.510Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42722026-02-11T23:40:48.578Z[verify-libraries] Compiling cfg_aliases v0.1.1
42732026-02-11T23:40:48.604Z[verify-libraries] Compiling home v0.5.9
42742026-02-11T23:40:48.629Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42752026-02-11T23:40:48.629Z[verify-libraries] Compiling sqlparser_derive v0.2.2
42762026-02-11T23:40:48.730Z[verify-libraries] Compiling unicode_categories v0.1.1
42772026-02-11T23:40:48.777Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
42782026-02-11T23:40:48.801Z[verify-libraries] Compiling nix v0.28.0
42792026-02-11T23:40:48.801ZFeb 11 23:40:48.516 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.801616896s)
42802026-02-11T23:40:48.867Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42812026-02-11T23:40:48.891Z[verify-libraries] Compiling polyval v0.6.2
42822026-02-11T23:40:49.090Z[verify-libraries] Compiling ctr v0.9.2
42832026-02-11T23:40:49.279Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42842026-02-11T23:40:49.549Z[verify-libraries] Compiling sqlformat v0.3.5
42852026-02-11T23:40:49.747Z[verify-libraries] Compiling ghash v0.5.1
42862026-02-11T23:40:49.793Z[verify-libraries] Compiling ssh-encoding v0.2.0
42872026-02-11T23:40:49.900Z[verify-libraries] Compiling blowfish v0.9.1
42882026-02-11T23:40:49.982Z[verify-libraries] Compiling sqlparser v0.45.0
42892026-02-11T23:40:50.031Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
42902026-02-11T23:40:50.055ZFeb 11 23:40:49.764 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.045777381s)
42912026-02-11T23:40:50.098Z[verify-libraries] Compiling aes-gcm v0.10.3
42922026-02-11T23:40:50.430Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
42932026-02-11T23:40:50.456Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42942026-02-11T23:40:50.456ZFeb 11 23:40:50.170 INFO [stamp-clickhouse] process exited with exit status: 0 (11.465329656s)
42952026-02-11T23:40:50.456ZFeb 11 23:40:50.170 INFO [tuf-stamp] task succeeded (11.467385133s)
42962026-02-11T23:40:50.497Z[verify-libraries] Compiling ssh-cipher v0.2.0
42972026-02-11T23:40:51.083Z[verify-libraries] Compiling password-hash v0.4.2
42982026-02-11T23:40:51.279Z[verify-libraries] Compiling petname v2.0.2
42992026-02-11T23:40:51.815Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43002026-02-11T23:40:52.346Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43012026-02-11T23:40:53.143Z[verify-libraries] Compiling rustyline v14.0.0
43022026-02-11T23:40:53.316Z[verify-libraries] Compiling pbkdf2 v0.11.0
43032026-02-11T23:40:54.065Z[verify-libraries] Compiling ssh-key v0.6.6
43042026-02-11T23:40:54.238Z[verify-libraries] Compiling p256 v0.13.2
43052026-02-11T23:40:55.716Z[verify-libraries] Compiling p521 v0.13.3
43062026-02-11T23:40:56.718Z[verify-libraries] Compiling russh-cryptovec v0.7.3
43072026-02-11T23:40:57.208Z[verify-libraries] Compiling md5 v0.7.0
43082026-02-11T23:40:57.965Z[verify-libraries] Compiling russh-keys v0.45.0
43092026-02-11T23:40:59.907Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
43102026-02-11T23:41:00.403Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43112026-02-11T23:41:00.946Z[verify-libraries] Compiling num-bigint v0.4.6
43122026-02-11T23:41:04.176Z[verify-libraries] Compiling des v0.8.1
43132026-02-11T23:41:04.858Z[verify-libraries] Compiling sapling-renderdag v0.1.0
43142026-02-11T23:41:05.954Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43152026-02-11T23:41:06.165Z[verify-libraries] Compiling hex-literal v0.4.1
43162026-02-11T23:41:06.578Z[verify-libraries] Compiling sync-ptr v0.1.4
43172026-02-11T23:41:06.945Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43182026-02-11T23:41:07.016Z[verify-libraries] Compiling russh v0.45.0
43192026-02-11T23:41:09.995Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43202026-02-11T23:41:10.494Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43212026-02-11T23:41:15.666Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43222026-02-11T23:41:18.274Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43232026-02-11T23:41:24.236Z[ recovery-image] Feb 11 23:41:23.957 INFO O| Feb 11 23:41:23.956 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43242026-02-11T23:41:26.337Z[ host-image] Feb 11 23:41:26.061 INFO O| Feb 11 23:41:26.061 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43252026-02-11T23:41:29.310Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43262026-02-11T23:41:40.452Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43272026-02-11T23:41:41.758Z[ recovery-image] Feb 11 23:41:41.482 INFO O| Feb 11 23:41:41.482 INFO O| Startup: Caching catalogs ... Done
43282026-02-11T23:41:41.923Z[ recovery-image] Feb 11 23:41:41.648 INFO O| Feb 11 23:41:41.648 INFO O| Planning: Planning completed in 0.00 seconds
43292026-02-11T23:41:41.949Z[ recovery-image] Feb 11 23:41:41.649 INFO O| Feb 11 23:41:41.649 INFO O| Planning: Consolidating action changes ... Done
43302026-02-11T23:41:41.949Z[ recovery-image] Feb 11 23:41:41.649 INFO O| Feb 11 23:41:41.649 INFO O| Planning: Evaluating mediators ... Done
43312026-02-11T23:41:41.949Z[ recovery-image] Feb 11 23:41:41.649 INFO O| Feb 11 23:41:41.649 INFO O| Planning: Planning completed in 0.00 seconds
43322026-02-11T23:41:41.949Z[ recovery-image] Feb 11 23:41:41.650 INFO O| Feb 11 23:41:41.650 INFO O| Variants/Facets to change: 1
43332026-02-11T23:41:41.973Z[ recovery-image] Feb 11 23:41:41.689 INFO O| Feb 11 23:41:41.689 INFO O| Done
43342026-02-11T23:41:41.973Z[ recovery-image] Feb 11 23:41:41.689 INFO O| Feb 11 23:41:41.689 INFO O| Done
43352026-02-11T23:41:43.985Z[ recovery-image] Feb 11 23:41:43.710 INFO O| Feb 11 23:41:43.710 INFO O| Done
43362026-02-11T23:41:44.108Z[ recovery-image] Feb 11 23:41:43.833 INFO O| Feb 11 23:41:43.833 INFO O| Done
43372026-02-11T23:41:44.132Z[ recovery-image] Feb 11 23:41:43.834 INFO O| Feb 11 23:41:43.834 INFO O| Done
43382026-02-11T23:41:44.133Z[ recovery-image] Feb 11 23:41:43.834 INFO O| Feb 11 23:41:43.834 INFO O| Done
43392026-02-11T23:41:44.133Z[ recovery-image] Feb 11 23:41:43.836 INFO O| Feb 11 23:41:43.836 INFO O| Done
43402026-02-11T23:41:44.256Z[ host-image] Feb 11 23:41:43.980 INFO O| Feb 11 23:41:43.980 INFO O| Startup: Caching catalogs ... Done
43412026-02-11T23:41:44.381Z[ host-image] Feb 11 23:41:44.105 INFO O| Feb 11 23:41:44.105 INFO O| Planning: Planning completed in 0.00 seconds
43422026-02-11T23:41:44.405Z[ host-image] Feb 11 23:41:44.106 INFO O| Feb 11 23:41:44.106 INFO O| Planning: Consolidating action changes ... Done
43432026-02-11T23:41:44.405Z[ host-image] Feb 11 23:41:44.106 INFO O| Feb 11 23:41:44.106 INFO O| Planning: Evaluating mediators ... Done
43442026-02-11T23:41:44.405Z[ host-image] Feb 11 23:41:44.107 INFO O| Feb 11 23:41:44.107 INFO O| Planning: Planning completed in 0.00 seconds
43452026-02-11T23:41:44.405Z[ host-image] Feb 11 23:41:44.107 INFO O| Feb 11 23:41:44.107 INFO O| Variants/Facets to change: 1
43462026-02-11T23:41:44.490Z[ host-image] Feb 11 23:41:44.214 INFO O| Feb 11 23:41:44.214 INFO O| Done
43472026-02-11T23:41:44.490Z[ host-image] Feb 11 23:41:44.215 INFO O| Feb 11 23:41:44.214 INFO O| Done
43482026-02-11T23:41:46.109Z[ recovery-image] Feb 11 23:41:45.833 INFO O| Feb 11 23:41:45.833 INFO STEP 6 (pkg_change_variant) COMPLETE
43492026-02-11T23:41:46.109Z[ recovery-image] Feb 11 23:41:45.833 INFO O| Feb 11 23:41:45.833 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43502026-02-11T23:41:46.109Z[ recovery-image] Feb 11 23:41:45.833 INFO O| Feb 11 23:41:45.833 INFO skip step because feature "debug_variant" is not enabled
43512026-02-11T23:41:46.133Z[ recovery-image] Feb 11 23:41:45.833 INFO O| Feb 11 23:41:45.833 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43522026-02-11T23:41:46.247Z[ host-image] Feb 11 23:41:45.972 INFO O| Feb 11 23:41:45.972 INFO O| Done
43532026-02-11T23:41:46.351Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43542026-02-11T23:41:46.379Z[ host-image] Feb 11 23:41:46.090 INFO O| Feb 11 23:41:46.090 INFO O| Done
43552026-02-11T23:41:46.380Z[ host-image] Feb 11 23:41:46.090 INFO O| Feb 11 23:41:46.090 INFO O| Done
43562026-02-11T23:41:46.380Z[ host-image] Feb 11 23:41:46.090 INFO O| Feb 11 23:41:46.090 INFO O| Done
43572026-02-11T23:41:46.380Z[ host-image] Feb 11 23:41:46.090 INFO O| Feb 11 23:41:46.090 INFO O| Done
43582026-02-11T23:41:46.703Z[ recovery-image] Feb 11 23:41:46.427 INFO O| Feb 11 23:41:46.427 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43592026-02-11T23:41:48.370Z[ host-image] Feb 11 23:41:48.094 INFO O| Feb 11 23:41:48.094 INFO STEP 8 (pkg_change_facet) COMPLETE
43602026-02-11T23:41:48.370Z[ host-image] Feb 11 23:41:48.094 INFO O| Feb 11 23:41:48.094 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43612026-02-11T23:41:48.394Z[ host-image] Feb 11 23:41:48.095 INFO O| Feb 11 23:41:48.094 INFO skip step because feature "recovery" is not enabled
43622026-02-11T23:41:48.394Z[ host-image] Feb 11 23:41:48.095 INFO O| Feb 11 23:41:48.094 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43632026-02-11T23:41:48.394Z[ host-image] Feb 11 23:41:48.095 INFO O| Feb 11 23:41:48.094 INFO skip step because feature "recovery" is not enabled
43642026-02-11T23:41:48.394Z[ host-image] Feb 11 23:41:48.095 INFO O| Feb 11 23:41:48.094 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43652026-02-11T23:41:48.394Z[ host-image] Feb 11 23:41:48.117 INFO O| Feb 11 23:41:48.117 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@18.0.0.0"]
43662026-02-11T23:42:06.515Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43672026-02-11T23:42:08.264Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43682026-02-11T23:42:13.684Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43692026-02-11T23:42:14.948Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43702026-02-11T23:42:18.835Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43712026-02-11T23:42:20.418Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43722026-02-11T23:42:25.693Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43732026-02-11T23:42:31.534Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43742026-02-11T23:42:33.668Z[ recovery-image] Feb 11 23:42:33.393 INFO O| Feb 11 23:42:33.392 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43752026-02-11T23:42:33.806Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43762026-02-11T23:42:34.426Z[ host-image] Feb 11 23:42:34.150 INFO O| Feb 11 23:42:34.150 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43772026-02-11T23:42:40.233Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43782026-02-11T23:42:48.824Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43792026-02-11T23:42:50.563Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43802026-02-11T23:42:51.318Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43812026-02-11T23:42:51.850Z[ recovery-image] Feb 11 23:42:51.576 INFO O| Feb 11 23:42:51.576 INFO O| Startup: Caching catalogs ... Done
43822026-02-11T23:42:52.014Z[ recovery-image] Feb 11 23:42:51.740 INFO O| Feb 11 23:42:51.739 INFO O| Planning: Planning completed in 0.00 seconds
43832026-02-11T23:42:52.039Z[ recovery-image] Feb 11 23:42:51.740 INFO O| Feb 11 23:42:51.740 INFO O| Planning: Consolidating action changes ... Done
43842026-02-11T23:42:52.039Z[ recovery-image] Feb 11 23:42:51.740 INFO O| Feb 11 23:42:51.740 INFO O| Planning: Evaluating mediators ... Done
43852026-02-11T23:42:52.039Z[ recovery-image] Feb 11 23:42:51.741 INFO O| Feb 11 23:42:51.741 INFO O| Planning: Planning completed in 0.00 seconds
43862026-02-11T23:42:52.039Z[ recovery-image] Feb 11 23:42:51.741 INFO O| Feb 11 23:42:51.741 INFO O| Variants/Facets to change: 1
43872026-02-11T23:42:52.071Z[ recovery-image] Feb 11 23:42:51.796 INFO O| Feb 11 23:42:51.796 INFO O| Done
43882026-02-11T23:42:52.071Z[ recovery-image] Feb 11 23:42:51.796 INFO O| Feb 11 23:42:51.796 INFO O| Done
43892026-02-11T23:42:53.273Z[ host-image] Feb 11 23:42:53.000 INFO O| Feb 11 23:42:52.999 INFO O| Startup: Caching catalogs ... Done
43902026-02-11T23:42:54.162Z[ recovery-image] Feb 11 23:42:53.888 INFO O| Feb 11 23:42:53.888 INFO O| Done
43912026-02-11T23:42:54.312Z[ recovery-image] Feb 11 23:42:54.038 INFO O| Feb 11 23:42:54.038 INFO O| Done
43922026-02-11T23:42:54.336Z[ recovery-image] Feb 11 23:42:54.039 INFO O| Feb 11 23:42:54.039 INFO O| Done
43932026-02-11T23:42:54.336Z[ recovery-image] Feb 11 23:42:54.039 INFO O| Feb 11 23:42:54.039 INFO O| Done
43942026-02-11T23:42:54.336Z[ recovery-image] Feb 11 23:42:54.041 INFO O| Feb 11 23:42:54.041 INFO O| Done
43952026-02-11T23:42:56.304Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43962026-02-11T23:42:56.642Z[ recovery-image] Feb 11 23:42:56.368 INFO O| Feb 11 23:42:56.368 INFO STEP 8 (pkg_change_facet) COMPLETE
43972026-02-11T23:42:56.642Z[ recovery-image] Feb 11 23:42:56.368 INFO O| Feb 11 23:42:56.368 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43982026-02-11T23:42:57.269Z[ recovery-image] Feb 11 23:42:56.995 INFO O| Feb 11 23:42:56.994 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43992026-02-11T23:43:00.404Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44002026-02-11T23:43:22.415Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44012026-02-11T23:43:31.326Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44022026-02-11T23:43:33.097Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44032026-02-11T23:43:39.846Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44042026-02-11T23:43:41.504Z[ recovery-image] Feb 11 23:43:41.231 INFO O| Feb 11 23:43:41.230 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44052026-02-11T23:43:59.162Z[ recovery-image] Feb 11 23:43:58.889 INFO O| Feb 11 23:43:58.889 INFO O| Startup: Caching catalogs ... Done
44062026-02-11T23:43:59.370Z[ recovery-image] Feb 11 23:43:59.097 INFO O| Feb 11 23:43:59.097 INFO O| Planning: Planning completed in 0.00 seconds
44072026-02-11T23:43:59.394Z[ recovery-image] Feb 11 23:43:59.098 INFO O| Feb 11 23:43:59.098 INFO O| Planning: Consolidating action changes ... Done
44082026-02-11T23:43:59.394Z[ recovery-image] Feb 11 23:43:59.098 INFO O| Feb 11 23:43:59.098 INFO O| Planning: Evaluating mediators ... Done
44092026-02-11T23:43:59.394Z[ recovery-image] Feb 11 23:43:59.099 INFO O| Feb 11 23:43:59.099 INFO O| Planning: Planning completed in 0.00 seconds
44102026-02-11T23:43:59.394Z[ recovery-image] Feb 11 23:43:59.099 INFO O| Feb 11 23:43:59.099 INFO O| Variants/Facets to change: 1
44112026-02-11T23:43:59.498Z[ recovery-image] Feb 11 23:43:59.226 INFO O| Feb 11 23:43:59.226 INFO O| Done
44122026-02-11T23:43:59.498Z[ recovery-image] Feb 11 23:43:59.226 INFO O| Feb 11 23:43:59.226 INFO O| Done
44132026-02-11T23:44:02.491Z[ recovery-image] Feb 11 23:44:02.218 INFO O| Feb 11 23:44:02.218 INFO O| Done
44142026-02-11T23:44:02.620Z[ recovery-image] Feb 11 23:44:02.348 INFO O| Feb 11 23:44:02.347 INFO O| Done
44152026-02-11T23:44:02.645Z[ recovery-image] Feb 11 23:44:02.349 INFO O| Feb 11 23:44:02.349 INFO O| Done
44162026-02-11T23:44:02.645Z[ recovery-image] Feb 11 23:44:02.349 INFO O| Feb 11 23:44:02.349 INFO O| Done
44172026-02-11T23:44:02.645Z[ recovery-image] Feb 11 23:44:02.351 INFO O| Feb 11 23:44:02.351 INFO O| Done
44182026-02-11T23:44:04.455Z[ recovery-image] Feb 11 23:44:04.182 INFO O| Feb 11 23:44:04.182 INFO STEP 9 (pkg_change_facet) COMPLETE
44192026-02-11T23:44:04.455Z[ recovery-image] Feb 11 23:44:04.182 INFO O| Feb 11 23:44:04.182 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-02-11T23:44:05.003Z[ recovery-image] Feb 11 23:44:04.730 INFO O| Feb 11 23:44:04.730 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44212026-02-11T23:44:27.802Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44222026-02-11T23:44:28.756Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44232026-02-11T23:44:30.329Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44242026-02-11T23:44:48.125Z[ recovery-image] Feb 11 23:44:47.853 INFO O| Feb 11 23:44:47.853 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44252026-02-11T23:44:48.452Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44262026-02-11T23:44:50.129Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44272026-02-11T23:44:56.292Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44282026-02-11T23:45:07.782Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44292026-02-11T23:45:09.360Z[ recovery-image] Feb 11 23:45:09.089 INFO O| Feb 11 23:45:09.089 INFO O| Startup: Caching catalogs ... Done
44302026-02-11T23:45:09.516Z[ recovery-image] Feb 11 23:45:09.246 INFO O| Feb 11 23:45:09.245 INFO O| Planning: Planning completed in 0.00 seconds
44312026-02-11T23:45:09.541Z[ recovery-image] Feb 11 23:45:09.246 INFO O| Feb 11 23:45:09.246 INFO O| Planning: Consolidating action changes ... Done
44322026-02-11T23:45:09.541Z[ recovery-image] Feb 11 23:45:09.246 INFO O| Feb 11 23:45:09.246 INFO O| Planning: Evaluating mediators ... Done
44332026-02-11T23:45:09.541Z[ recovery-image] Feb 11 23:45:09.247 INFO O| Feb 11 23:45:09.247 INFO O| Planning: Planning completed in 0.00 seconds
44342026-02-11T23:45:09.541Z[ recovery-image] Feb 11 23:45:09.247 INFO O| Feb 11 23:45:09.247 INFO O| Variants/Facets to change: 1
44352026-02-11T23:45:09.582Z[ recovery-image] Feb 11 23:45:09.311 INFO O| Feb 11 23:45:09.311 INFO O| Done
44362026-02-11T23:45:09.607Z[ recovery-image] Feb 11 23:45:09.311 INFO O| Feb 11 23:45:09.311 INFO O| Done
44372026-02-11T23:45:11.405Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44382026-02-11T23:45:11.590Z[ recovery-image] Feb 11 23:45:11.320 INFO O| Feb 11 23:45:11.319 INFO O| Done
44392026-02-11T23:45:11.728Z[ recovery-image] Feb 11 23:45:11.457 INFO O| Feb 11 23:45:11.457 INFO O| Done
44402026-02-11T23:45:11.752Z[ recovery-image] Feb 11 23:45:11.458 INFO O| Feb 11 23:45:11.458 INFO O| Done
44412026-02-11T23:45:11.752Z[ recovery-image] Feb 11 23:45:11.458 INFO O| Feb 11 23:45:11.458 INFO O| Done
44422026-02-11T23:45:11.752Z[ recovery-image] Feb 11 23:45:11.460 INFO O| Feb 11 23:45:11.460 INFO O| Done
44432026-02-11T23:45:13.597Z[ recovery-image] Feb 11 23:45:13.326 INFO O| Feb 11 23:45:13.326 INFO STEP 10 (pkg_change_facet) COMPLETE
44442026-02-11T23:45:13.597Z[ recovery-image] Feb 11 23:45:13.326 INFO O| Feb 11 23:45:13.326 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44452026-02-11T23:45:13.622Z[ recovery-image] Feb 11 23:45:13.345 INFO O| Feb 11 23:45:13.344 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@18.0.0.0"]
44462026-02-11T23:45:26.858Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44472026-02-11T23:45:29.858Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44482026-02-11T23:45:37.062Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44492026-02-11T23:45:52.179Z[ host-image] Feb 11 23:45:51.909 INFO O| Feb 11 23:45:51.908 INFO O| Planning: Solver setup ... Done
44502026-02-11T23:45:56.022Z[ recovery-image] Feb 11 23:45:55.751 INFO O| Feb 11 23:45:55.751 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44512026-02-11T23:45:59.169Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44522026-02-11T23:46:08.015Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44532026-02-11T23:46:08.821Z[verify-libraries] Compiling internet-checksum v0.2.1
44542026-02-11T23:46:09.360Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44552026-02-11T23:46:16.099Z[ recovery-image] Feb 11 23:46:15.829 INFO O| Feb 11 23:46:15.829 INFO O| Startup: Caching catalogs ... Done
44562026-02-11T23:46:16.756Z[verify-libraries] Compiling omicron-zone-package v0.12.2
44572026-02-11T23:46:44.606Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44582026-02-11T23:46:45.642Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44592026-02-11T23:46:51.856Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44602026-02-11T23:47:01.238Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44612026-02-11T23:47:02.537Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44622026-02-11T23:47:03.291Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44632026-02-11T23:47:11.533Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44642026-02-11T23:47:26.511Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44652026-02-11T23:47:48.980Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44662026-02-11T23:48:59.774Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44672026-02-11T23:49:03.103Z[verify-libraries] Compiling yansi v1.0.1
44682026-02-11T23:49:04.573Z[verify-libraries] Compiling diff v0.1.13
44692026-02-11T23:49:05.995Z[verify-libraries] Compiling pretty_assertions v1.4.1
44702026-02-11T23:49:07.304Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44712026-02-11T23:49:07.417Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44722026-02-11T23:49:08.052Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44732026-02-11T23:49:08.827Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44742026-02-11T23:49:09.466Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44752026-02-11T23:49:10.002Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44762026-02-11T23:49:10.611Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44772026-02-11T23:49:11.236Z[verify-libraries] Compiling drift v0.1.3
44782026-02-11T23:49:19.781Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44792026-02-11T23:49:20.956Z[ recovery-image] Feb 11 23:49:20.690 INFO O| Feb 11 23:49:20.690 INFO O| Planning: Solver setup ... Done
44802026-02-11T23:49:28.433Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44812026-02-11T23:49:30.856Z[verify-libraries] Compiling dropshot-api-manager v0.2.4
44822026-02-11T23:49:47.700Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44832026-02-11T23:50:11.367Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44842026-02-11T23:50:21.557Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44852026-02-11T23:50:29.494Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44862026-02-11T23:50:32.646Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44872026-02-11T23:50:38.022Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44882026-02-11T23:50:48.893Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44892026-02-11T23:50:55.956Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44902026-02-11T23:50:56.914Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44912026-02-11T23:51:04.838Z[verify-libraries] Compiling termios v0.3.3
44922026-02-11T23:51:04.874Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44932026-02-11T23:51:05.702Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44942026-02-11T23:51:06.460Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44952026-02-11T23:51:33.456Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44962026-02-11T23:51:45.477Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44972026-02-11T23:51:49.108Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44982026-02-11T23:54:09.977Z[ host-image] Feb 11 23:54:09.718 INFO O| Feb 11 23:54:09.717 INFO O| Planning: Running solver ... Done
44992026-02-11T23:54:11.427Z[ host-image] Feb 11 23:54:11.168 INFO O| Feb 11 23:54:11.168 INFO O| Planning: Finding local manifests ... Done
45002026-02-11T23:54:11.717Z[ host-image] Feb 11 23:54:11.458 INFO O| Feb 11 23:54:11.458 INFO O| Planning: Fetching manifests: 0/126 0% complete
45012026-02-11T23:54:16.730Z[ host-image] Feb 11 23:54:16.471 INFO O| Feb 11 23:54:16.471 INFO O| Planning: Fetching manifests: 77/126 61% complete
45022026-02-11T23:54:19.907Z[ host-image] Feb 11 23:54:19.648 INFO O| Feb 11 23:54:19.648 INFO O| Planning: Fetching manifests: 126/126 100% complete
45032026-02-11T23:54:20.784Z[ host-image] Feb 11 23:54:20.525 INFO O| Feb 11 23:54:20.525 INFO O| Planning: Package planning ... Done
45042026-02-11T23:54:21.628Z[ host-image] Feb 11 23:54:21.369 INFO O| Feb 11 23:54:21.369 INFO O| Planning: Merging actions ... Done
45052026-02-11T23:54:22.004Z[ host-image] Feb 11 23:54:21.745 INFO O| Feb 11 23:54:21.745 INFO O| Planning: Checking for conflicting actions ... Done
45062026-02-11T23:54:22.219Z[ host-image] Feb 11 23:54:21.960 INFO O| Feb 11 23:54:21.960 INFO O| Planning: Consolidating action changes ... Done
45072026-02-11T23:54:22.581Z[ host-image] Feb 11 23:54:22.322 INFO O| Feb 11 23:54:22.322 INFO O| Planning: Evaluating mediators ... Done
45082026-02-11T23:54:27.150Z[ host-image] Feb 11 23:54:26.891 INFO O| Feb 11 23:54:26.891 INFO O| Planning: Planning completed in 693.75 seconds
45092026-02-11T23:54:27.175Z[ host-image] Feb 11 23:54:26.894 INFO O| Feb 11 23:54:26.894 INFO O| Packages to install: 126
45102026-02-11T23:54:27.175Z[ host-image] Feb 11 23:54:26.894 INFO O| Feb 11 23:54:26.894 INFO O| Mediators to change: 5
45112026-02-11T23:54:27.175Z[ host-image] Feb 11 23:54:26.894 INFO O| Feb 11 23:54:26.894 INFO O| Services to change: 6
45122026-02-11T23:54:27.259Z[ host-image] Feb 11 23:54:27.000 INFO O| Feb 11 23:54:27.000 INFO O| Download: 0/22925 items 0.0/209.3MB 0% complete
45132026-02-11T23:54:32.286Z[ host-image] Feb 11 23:54:32.027 INFO O| Feb 11 23:54:32.027 INFO O| Download: 1167/22925 items 6.7/209.3MB 3% complete (1.4M/s)
45142026-02-11T23:54:37.302Z[ host-image] Feb 11 23:54:37.044 INFO O| Feb 11 23:54:37.044 INFO O| Download: 1696/22925 items 11.4/209.3MB 5% complete (1.2M/s)
45152026-02-11T23:54:42.304Z[ host-image] Feb 11 23:54:42.046 INFO O| Feb 11 23:54:42.045 INFO O| Download: 2228/22925 items 24.5/209.3MB 11% complete (1.8M/s)
45162026-02-11T23:54:47.321Z[ host-image] Feb 11 23:54:47.063 INFO O| Feb 11 23:54:47.062 INFO O| Download: 3202/22925 items 34.2/209.3MB 16% complete (2.3M/s)
45172026-02-11T23:54:52.321Z[ host-image] Feb 11 23:54:52.063 INFO O| Feb 11 23:54:52.062 INFO O| Download: 4492/22925 items 41.6/209.3MB 19% complete (1.7M/s)
45182026-02-11T23:54:57.336Z[ host-image] Feb 11 23:54:57.078 INFO O| Feb 11 23:54:57.078 INFO O| Download: 5229/22925 items 46.4/209.3MB 22% complete (1.2M/s)
45192026-02-11T23:55:02.655Z[ host-image] Feb 11 23:55:02.396 INFO O| Feb 11 23:55:02.396 INFO O| Download: 6415/22925 items 47.0/209.3MB 22% complete (562k/s)
45202026-02-11T23:55:07.871Z[ host-image] Feb 11 23:55:07.613 INFO O| Feb 11 23:55:07.613 INFO O| Download: 7054/22925 items 50.8/209.3MB 24% complete (437k/s)
45212026-02-11T23:55:13.182Z[ host-image] Feb 11 23:55:12.924 INFO O| Feb 11 23:55:12.924 INFO O| Download: 8031/22925 items 60.0/209.3MB 28% complete (1.3M/s)
45222026-02-11T23:55:18.182Z[ host-image] Feb 11 23:55:17.924 INFO O| Feb 11 23:55:17.924 INFO O| Download: 8357/22925 items 66.7/209.3MB 31% complete (1.5M/s)
45232026-02-11T23:55:23.182Z[ host-image] Feb 11 23:55:22.925 INFO O| Feb 11 23:55:22.924 INFO O| Download: 10284/22925 items 89.7/209.3MB 42% complete (2.9M/s)
45242026-02-11T23:55:23.257Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45252026-02-11T23:55:28.188Z[ host-image] Feb 11 23:55:27.931 INFO O| Feb 11 23:55:27.931 INFO O| Download: 11205/22925 items 96.6/209.3MB 46% complete (3.0M/s)
45262026-02-11T23:55:33.189Z[ host-image] Feb 11 23:55:32.931 INFO O| Feb 11 23:55:32.931 INFO O| Download: 12062/22925 items 101.7/209.3MB 48% complete (1.2M/s)
45272026-02-11T23:55:38.190Z[ host-image] Feb 11 23:55:37.932 INFO O| Feb 11 23:55:37.932 INFO O| Download: 12609/22925 items 113.1/209.3MB 54% complete (1.7M/s)
45282026-02-11T23:55:43.202Z[ host-image] Feb 11 23:55:42.945 INFO O| Feb 11 23:55:42.945 INFO O| Download: 13836/22925 items 113.7/209.3MB 54% complete (1.2M/s)
45292026-02-11T23:55:47.966Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45302026-02-11T23:55:48.203Z[ host-image] Feb 11 23:55:47.945 INFO O| Feb 11 23:55:47.945 INFO O| Download: 14577/22925 items 120.1/209.3MB 57% complete (559k/s)
45312026-02-11T23:55:53.257Z[ host-image] Feb 11 23:55:53.000 INFO O| Feb 11 23:55:53.000 INFO O| Download: 15634/22925 items 126.7/209.3MB 60% complete (1.3M/s)
45322026-02-11T23:55:58.275Z[ host-image] Feb 11 23:55:58.019 INFO O| Feb 11 23:55:58.019 INFO O| Download: 16607/22925 items 140.6/209.3MB 67% complete (2.0M/s)
45332026-02-11T23:56:03.301Z[ host-image] Feb 11 23:56:03.045 INFO O| Feb 11 23:56:03.044 INFO O| Download: 17874/22925 items 154.0/209.3MB 73% complete (2.7M/s)
45342026-02-11T23:56:08.336Z[ host-image] Feb 11 23:56:08.079 INFO O| Feb 11 23:56:08.079 INFO O| Download: 18714/22925 items 168.2/209.3MB 80% complete (2.8M/s)
45352026-02-11T23:56:13.344Z[ host-image] Feb 11 23:56:13.088 INFO O| Feb 11 23:56:13.087 INFO O| Download: 19929/22925 items 173.3/209.3MB 82% complete (1.9M/s)
45362026-02-11T23:56:18.351Z[ host-image] Feb 11 23:56:18.094 INFO O| Feb 11 23:56:18.094 INFO O| Download: 20926/22925 items 180.2/209.3MB 86% complete (1.1M/s)
45372026-02-11T23:56:20.233Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45382026-02-11T23:56:23.640Z[ host-image] Feb 11 23:56:23.383 INFO O| Feb 11 23:56:23.383 INFO O| Download: 21785/22925 items 187.6/209.3MB 89% complete (1.4M/s)
45392026-02-11T23:56:28.664Z[ host-image] Feb 11 23:56:28.407 INFO O| Feb 11 23:56:28.407 INFO O| Download: 22366/22925 items 206.9/209.3MB 98% complete (2.6M/s)
45402026-02-11T23:56:31.650Z[ host-image] Feb 11 23:56:31.394 INFO O| Feb 11 23:56:31.394 INFO O| Download: Completed 209.26 MB in 124.39 seconds (1.7M/s)
45412026-02-11T23:56:32.909Z[ host-image] Feb 11 23:56:32.653 INFO O| Feb 11 23:56:32.653 INFO O| Actions: 1/50884 actions (Installing new actions)
45422026-02-11T23:56:37.917Z[ host-image] Feb 11 23:56:37.660 INFO O| Feb 11 23:56:37.660 INFO O| Actions: 11142/50884 actions (Installing new actions)
45432026-02-11T23:56:42.935Z[ host-image] Feb 11 23:56:42.679 INFO O| Feb 11 23:56:42.679 INFO O| Actions: 13298/50884 actions (Installing new actions)
45442026-02-11T23:56:47.935Z[ host-image] Feb 11 23:56:47.679 INFO O| Feb 11 23:56:47.679 INFO O| Actions: 15059/50884 actions (Installing new actions)
45452026-02-11T23:56:52.936Z[ host-image] Feb 11 23:56:52.680 INFO O| Feb 11 23:56:52.680 INFO O| Actions: 19416/50884 actions (Installing new actions)
45462026-02-11T23:56:56.662Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45472026-02-11T23:56:57.943Z[ host-image] Feb 11 23:56:57.687 INFO O| Feb 11 23:56:57.687 INFO O| Actions: 22231/50884 actions (Installing new actions)
45482026-02-11T23:56:59.615Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45492026-02-11T23:57:02.948Z[ host-image] Feb 11 23:57:02.691 INFO O| Feb 11 23:57:02.691 INFO O| Actions: 22995/50884 actions (Installing new actions)
45502026-02-11T23:57:03.256Z[ recovery-image] Feb 11 23:57:03.000 INFO O| Feb 11 23:57:02.000 INFO O| Planning: Running solver ... Done
45512026-02-11T23:57:03.492Z[ recovery-image] Feb 11 23:57:03.237 INFO O| Feb 11 23:57:03.237 INFO O| Planning: Finding local manifests ... Done
45522026-02-11T23:57:03.652Z[ recovery-image] Feb 11 23:57:03.396 INFO O| Feb 11 23:57:03.396 INFO O| Planning: Fetching manifests: 0/126 0% complete
45532026-02-11T23:57:04.216Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
45542026-02-11T23:57:06.931Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45552026-02-11T23:57:07.952Z[ host-image] Feb 11 23:57:07.696 INFO O| Feb 11 23:57:07.696 INFO O| Actions: 25299/50884 actions (Installing new actions)
45562026-02-11T23:57:08.666Z[ recovery-image] Feb 11 23:57:08.398 INFO O| Feb 11 23:57:08.398 INFO O| Planning: Fetching manifests: 84/126 66% complete
45572026-02-11T23:57:10.932Z[ recovery-image] Feb 11 23:57:10.676 INFO O| Feb 11 23:57:10.676 INFO O| Planning: Fetching manifests: 126/126 100% complete
45582026-02-11T23:57:11.680Z[ recovery-image] Feb 11 23:57:11.424 INFO O| Feb 11 23:57:11.424 INFO O| Planning: Package planning ... Done
45592026-02-11T23:57:12.207Z[ recovery-image] Feb 11 23:57:11.951 INFO O| Feb 11 23:57:11.951 INFO O| Planning: Merging actions ... Done
45602026-02-11T23:57:12.369Z[ recovery-image] Feb 11 23:57:12.114 INFO O| Feb 11 23:57:12.114 INFO O| Planning: Checking for conflicting actions ... Done
45612026-02-11T23:57:12.486Z[ recovery-image] Feb 11 23:57:12.231 INFO O| Feb 11 23:57:12.231 INFO O| Planning: Consolidating action changes ... Done
45622026-02-11T23:57:12.782Z[ recovery-image] Feb 11 23:57:12.526 INFO O| Feb 11 23:57:12.526 INFO O| Planning: Evaluating mediators ... Done
45632026-02-11T23:57:12.953Z[ host-image] Feb 11 23:57:12.698 INFO O| Feb 11 23:57:12.697 INFO O| Actions: 27963/50884 actions (Installing new actions)
45642026-02-11T23:57:16.461Z[ recovery-image] Feb 11 23:57:16.206 INFO O| Feb 11 23:57:16.206 INFO O| Planning: Planning completed in 660.26 seconds
45652026-02-11T23:57:16.485Z[ recovery-image] Feb 11 23:57:16.209 INFO O| Feb 11 23:57:16.209 INFO O| Packages to install: 126
45662026-02-11T23:57:16.486Z[ recovery-image] Feb 11 23:57:16.209 INFO O| Feb 11 23:57:16.209 INFO O| Mediators to change: 5
45672026-02-11T23:57:16.486Z[ recovery-image] Feb 11 23:57:16.209 INFO O| Feb 11 23:57:16.209 INFO O| Services to change: 5
45682026-02-11T23:57:16.532Z[ recovery-image] Feb 11 23:57:16.276 INFO O| Feb 11 23:57:16.276 INFO O| Download: 0/15969 items 0.0/185.9MB 0% complete
45692026-02-11T23:57:17.765Z[ host-image] Feb 11 23:57:17.510 INFO O| Feb 11 23:57:17.510 INFO O| Actions: Completed 50884 actions in 44.85 seconds.
45702026-02-11T23:57:18.443Z[ host-image] Feb 11 23:57:18.188 INFO O| Feb 11 23:57:18.188 INFO O| Done
45712026-02-11T23:57:18.443Z[ host-image] Feb 11 23:57:18.188 INFO O| Feb 11 23:57:18.188 INFO O| Done
45722026-02-11T23:57:20.796Z[ host-image] Feb 11 23:57:20.540 INFO O| Feb 11 23:57:20.540 INFO O| Done
45732026-02-11T23:57:21.546Z[ recovery-image] Feb 11 23:57:21.291 INFO O| Feb 11 23:57:21.290 INFO O| Download: 1086/15969 items 9.2/185.9MB 4% complete (1.9M/s)
45742026-02-11T23:57:23.374Z[ host-image] Feb 11 23:57:23.118 INFO O| Feb 11 23:57:23.118 INFO O| Done
45752026-02-11T23:57:23.434Z[ host-image] Feb 11 23:57:23.179 INFO O| Feb 11 23:57:23.179 INFO O| Done
45762026-02-11T23:57:26.554Z[ recovery-image] Feb 11 23:57:26.298 INFO O| Feb 11 23:57:26.298 INFO O| Download: 1566/15969 items 23.1/185.9MB 12% complete (2.3M/s)
45772026-02-11T23:57:28.373Z[ host-image] Feb 11 23:57:28.119 INFO O| Feb 11 23:57:28.118 INFO O| Done
45782026-02-11T23:57:29.106Z[ host-image] Feb 11 23:57:28.851 INFO O| Feb 11 23:57:28.851 INFO O| Done
45792026-02-11T23:57:31.571Z[ recovery-image] Feb 11 23:57:31.316 INFO O| Feb 11 23:57:31.316 INFO O| Download: 2684/15969 items 33.2/185.9MB 17% complete (2.5M/s)
45802026-02-11T23:57:33.479Z[ host-image] Feb 11 23:57:33.224 INFO O| Feb 11 23:57:33.224 INFO STEP 11 (pkg_install) COMPLETE
45812026-02-11T23:57:33.479Z[ host-image] Feb 11 23:57:33.224 INFO O| Feb 11 23:57:33.224 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45822026-02-11T23:57:33.525Z[ host-image] Feb 11 23:57:33.270 INFO O| Feb 11 23:57:33.270 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"]
45832026-02-11T23:57:36.572Z[ recovery-image] Feb 11 23:57:36.317 INFO O| Feb 11 23:57:36.317 INFO O| Download: 3753/15969 items 40.4/185.9MB 21% complete (1.7M/s)
45842026-02-11T23:57:41.578Z[ recovery-image] Feb 11 23:57:41.323 INFO O| Feb 11 23:57:41.323 INFO O| Download: 4859/15969 items 43.4/185.9MB 23% complete (1.0M/s)
45852026-02-11T23:57:46.598Z[ recovery-image] Feb 11 23:57:46.343 INFO O| Feb 11 23:57:46.343 INFO O| Download: 5823/15969 items 47.2/185.9MB 25% complete (677k/s)
45862026-02-11T23:58:18.107Z[ host-image] Feb 11 23:58:17.853 INFO O| Feb 11 23:58:17.852 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45872026-02-11T23:58:38.199Z[ host-image] Feb 11 23:58:37.945 INFO O| Feb 11 23:58:37.945 INFO O| Startup: Caching catalogs ... Done
45882026-02-11T23:58:40.722Z[ recovery-image] Feb 11 23:58:40.469 INFO O| Feb 11 23:58:40.469 INFO O| Download: 6091/15969 items 54.5/185.9MB 29% complete
45892026-02-11T23:58:49.214Z[ host-image] Feb 11 23:58:48.956 INFO O| Feb 11 23:58:48.956 INFO O| Planning: Solver setup ... Done
45902026-02-11T23:58:49.239Z[ host-image] Feb 11 23:58:48.970 INFO O| Feb 11 23:58:48.970 INFO O| Planning: Running solver ... Done
45912026-02-11T23:58:49.382Z[ host-image] Feb 11 23:58:49.129 INFO O| Feb 11 23:58:49.128 INFO O| Planning: Finding local manifests ... Done
45922026-02-11T23:58:49.508Z[ host-image] Feb 11 23:58:49.254 INFO O| Feb 11 23:58:49.254 INFO O| Planning: Fetching manifests: 0/6 0% complete
45932026-02-11T23:58:49.835Z[ host-image] Feb 11 23:58:49.582 INFO O| Feb 11 23:58:49.582 INFO O| Planning: Fetching manifests: 6/6 100% complete
45942026-02-11T23:58:49.877Z[ host-image] Feb 11 23:58:49.624 INFO O| Feb 11 23:58:49.624 INFO O| Planning: Package planning ... Done
45952026-02-11T23:58:49.901Z[ host-image] Feb 11 23:58:49.632 INFO O| Feb 11 23:58:49.632 INFO O| Planning: Merging actions ... Done
45962026-02-11T23:58:49.994Z[ host-image] Feb 11 23:58:49.741 INFO O| Feb 11 23:58:49.741 INFO O| Planning: Checking for conflicting actions ... Done
45972026-02-11T23:58:50.019Z[ host-image] Feb 11 23:58:49.743 INFO O| Feb 11 23:58:49.743 INFO O| Planning: Consolidating action changes ... Done
45982026-02-11T23:58:51.202Z[ host-image] Feb 11 23:58:50.948 INFO O| Feb 11 23:58:50.948 INFO O| Planning: Evaluating mediators ... Done
45992026-02-11T23:58:51.226Z[ host-image] Feb 11 23:58:50.951 INFO O| Feb 11 23:58:50.951 INFO O| Planning: Planning completed in 12.88 seconds
46002026-02-11T23:58:51.226Z[ host-image] Feb 11 23:58:50.952 INFO O| Feb 11 23:58:50.952 INFO O| Packages to install: 6
46012026-02-11T23:58:51.226Z[ host-image] Feb 11 23:58:50.952 INFO O| Feb 11 23:58:50.952 INFO O| Services to change: 2
46022026-02-11T23:58:51.259Z[ host-image] Feb 11 23:58:50.981 INFO O| Feb 11 23:58:50.981 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46032026-02-11T23:58:53.408Z[ host-image] Feb 11 23:58:53.155 INFO O| Feb 11 23:58:53.154 INFO O| Download: Completed 1.75 MB in 2.17 seconds (821k/s)
46042026-02-11T23:58:53.481Z[ host-image] Feb 11 23:58:53.227 INFO O| Feb 11 23:58:53.227 INFO O| Actions: 1/390 actions (Installing new actions)
46052026-02-11T23:58:53.830Z[ host-image] Feb 11 23:58:53.577 INFO O| Feb 11 23:58:53.577 INFO O| Actions: Completed 390 actions in 0.35 seconds.
46062026-02-11T23:58:55.569Z[ host-image] Feb 11 23:58:55.316 INFO O| Feb 11 23:58:55.316 INFO O| Done
46072026-02-11T23:58:55.569Z[ host-image] Feb 11 23:58:55.316 INFO O| Feb 11 23:58:55.316 INFO O| Done
46082026-02-11T23:58:57.380Z[ host-image] Feb 11 23:58:57.127 INFO O| Feb 11 23:58:57.127 INFO O| Done
46092026-02-11T23:58:59.546Z[ host-image] Feb 11 23:58:59.292 INFO O| Feb 11 23:58:59.292 INFO O| Done
46102026-02-11T23:58:59.580Z[ host-image] Feb 11 23:58:59.327 INFO O| Feb 11 23:58:59.327 INFO O| Done
46112026-02-11T23:58:59.580Z[ host-image] Feb 11 23:58:59.328 INFO O| Feb 11 23:58:59.328 INFO O| Done
46122026-02-11T23:58:59.613Z[ host-image] Feb 11 23:58:59.360 INFO O| Feb 11 23:58:59.360 INFO O| Done
46132026-02-11T23:59:01.608Z[ host-image] Feb 11 23:59:01.355 INFO O| Feb 11 23:59:01.355 INFO STEP 12 (pkg_install) COMPLETE
46142026-02-11T23:59:01.609Z[ host-image] Feb 11 23:59:01.355 INFO O| Feb 11 23:59:01.355 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46152026-02-11T23:59:01.633Z[ host-image] Feb 11 23:59:01.374 INFO O| Feb 11 23:59:01.374 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46162026-02-11T23:59:08.709Z[ recovery-image] Feb 11 23:59:08.456 INFO O| Feb 11 23:59:08.456 INFO O| Download: 6220/15969 items 64.0/185.9MB 34% complete
46172026-02-11T23:59:13.717Z[ recovery-image] Feb 11 23:59:13.464 INFO O| Feb 11 23:59:13.464 INFO O| Download: 7291/15969 items 76.7/185.9MB 41% complete (2.6M/s)
46182026-02-11T23:59:18.727Z[ recovery-image] Feb 11 23:59:18.474 INFO O| Feb 11 23:59:18.474 INFO O| Download: 8055/15969 items 82.3/185.9MB 44% complete (1.8M/s)
46192026-02-11T23:59:23.727Z[ recovery-image] Feb 11 23:59:23.474 INFO O| Feb 11 23:59:23.474 INFO O| Download: 8887/15969 items 94.7/185.9MB 50% complete (1.8M/s)
46202026-02-11T23:59:28.736Z[ recovery-image] Feb 11 23:59:28.484 INFO O| Feb 11 23:59:28.483 INFO O| Download: 9927/15969 items 96.6/185.9MB 51% complete (1.4M/s)
46212026-02-11T23:59:33.736Z[ recovery-image] Feb 11 23:59:33.484 INFO O| Feb 11 23:59:33.484 INFO O| Download: 10986/15969 items 97.4/185.9MB 52% complete (278k/s)
46222026-02-11T23:59:38.769Z[ recovery-image] Feb 11 23:59:38.517 INFO O| Feb 11 23:59:38.516 INFO O| Download: 11572/15969 items 113.2/185.9MB 60% complete (1.6M/s)
46232026-02-11T23:59:43.771Z[ recovery-image] Feb 11 23:59:43.519 INFO O| Feb 11 23:59:43.519 INFO O| Download: 12475/15969 items 145.3/185.9MB 78% complete (4.8M/s)
46242026-02-11T23:59:48.796Z[ recovery-image] Feb 11 23:59:48.544 INFO O| Feb 11 23:59:48.544 INFO O| Download: 13693/15969 items 149.6/185.9MB 80% complete (3.7M/s)
46252026-02-11T23:59:49.592Z[ host-image] Feb 11 23:59:49.340 INFO O| Feb 11 23:59:49.340 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46262026-02-11T23:59:53.818Z[ recovery-image] Feb 11 23:59:53.566 INFO O| Feb 11 23:59:53.566 INFO O| Download: 14766/15969 items 154.8/185.9MB 83% complete (965k/s)
46272026-02-11T23:59:58.822Z[ recovery-image] Feb 11 23:59:58.570 INFO O| Feb 11 23:59:58.570 INFO O| Download: 15463/15969 items 170.6/185.9MB 91% complete (2.0M/s)
46282026-02-12T00:00:03.860Z[ recovery-image] Feb 12 00:00:03.608 INFO O| Feb 12 00:00:03.608 INFO O| Download: 15940/15969 items 184.5/185.9MB 99% complete (3.0M/s)
46292026-02-12T00:00:04.339Z[ recovery-image] Feb 12 00:00:04.088 INFO O| Feb 12 00:00:04.087 INFO O| Download: Completed 185.88 MB in 167.81 seconds (1.1M/s)
46302026-02-12T00:00:05.214Z[ recovery-image] Feb 12 00:00:04.963 INFO O| Feb 12 00:00:04.963 INFO O| Actions: 1/26356 actions (Installing new actions)
46312026-02-12T00:00:10.218Z[ recovery-image] Feb 12 00:00:09.967 INFO O| Feb 12 00:00:09.966 INFO O| Actions: 10458/26356 actions (Installing new actions)
46322026-02-12T00:00:10.771Z[ host-image] Feb 12 00:00:10.519 INFO O| Feb 12 00:00:10.519 INFO O| Startup: Caching catalogs ... Done
46332026-02-12T00:00:15.220Z[ recovery-image] Feb 12 00:00:14.968 INFO O| Feb 12 00:00:14.968 INFO O| Actions: 17859/26356 actions (Installing new actions)
46342026-02-12T00:00:19.023Z[ recovery-image] Feb 12 00:00:18.772 INFO O| Feb 12 00:00:18.771 INFO O| Actions: Completed 26356 actions in 13.81 seconds.
46352026-02-12T00:00:19.805Z[ recovery-image] Feb 12 00:00:19.554 INFO O| Feb 12 00:00:19.553 INFO O| Done
46362026-02-12T00:00:19.805Z[ recovery-image] Feb 12 00:00:19.554 INFO O| Feb 12 00:00:19.554 INFO O| Done
46372026-02-12T00:00:20.169Z[ host-image] Feb 12 00:00:19.918 INFO O| Feb 12 00:00:19.918 INFO O| Planning: Solver setup ... Done
46382026-02-12T00:00:20.194Z[ host-image] Feb 12 00:00:19.929 INFO O| Feb 12 00:00:19.928 INFO O| Planning: Running solver ... Done
46392026-02-12T00:00:20.347Z[ host-image] Feb 12 00:00:20.095 INFO O| Feb 12 00:00:20.095 INFO O| Planning: Finding local manifests ... Done
46402026-02-12T00:00:20.502Z[ host-image] Feb 12 00:00:20.251 INFO O| Feb 12 00:00:20.251 INFO O| Planning: Fetching manifests: 0/6 0% complete
46412026-02-12T00:00:20.963Z[ host-image] Feb 12 00:00:20.712 INFO O| Feb 12 00:00:20.711 INFO O| Planning: Fetching manifests: 6/6 100% complete
46422026-02-12T00:00:21.007Z[ host-image] Feb 12 00:00:20.756 INFO O| Feb 12 00:00:20.756 INFO O| Planning: Package planning ... Done
46432026-02-12T00:00:21.051Z[ host-image] Feb 12 00:00:20.800 INFO O| Feb 12 00:00:20.800 INFO O| Planning: Merging actions ... Done
46442026-02-12T00:00:21.173Z[ host-image] Feb 12 00:00:20.922 INFO O| Feb 12 00:00:20.921 INFO O| Planning: Checking for conflicting actions ... Done
46452026-02-12T00:00:21.197Z[ host-image] Feb 12 00:00:20.945 INFO O| Feb 12 00:00:20.945 INFO O| Planning: Consolidating action changes ... Done
46462026-02-12T00:00:21.573Z[ host-image] Feb 12 00:00:21.322 INFO O| Feb 12 00:00:21.321 INFO O| Planning: Evaluating mediators ... Done
46472026-02-12T00:00:21.600Z[ host-image] Feb 12 00:00:21.348 INFO O| Feb 12 00:00:21.348 INFO O| Planning: Planning completed in 10.70 seconds
46482026-02-12T00:00:21.625Z[ host-image] Feb 12 00:00:21.349 INFO O| Feb 12 00:00:21.349 INFO O| Packages to install: 6
46492026-02-12T00:00:21.625Z[ host-image] Feb 12 00:00:21.349 INFO O| Feb 12 00:00:21.349 INFO O| Mediators to change: 1
46502026-02-12T00:00:21.625Z[ host-image] Feb 12 00:00:21.349 INFO O| Feb 12 00:00:21.349 INFO O| Services to change: 1
46512026-02-12T00:00:21.649Z[ host-image] Feb 12 00:00:21.375 INFO O| Feb 12 00:00:21.375 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
46522026-02-12T00:00:22.160Z[ recovery-image] Feb 12 00:00:21.909 INFO O| Feb 12 00:00:21.908 INFO O| Done
46532026-02-12T00:00:23.578Z[ recovery-image] Feb 12 00:00:23.327 INFO O| Feb 12 00:00:23.327 INFO O| Done
46542026-02-12T00:00:23.603Z[ recovery-image] Feb 12 00:00:23.346 INFO O| Feb 12 00:00:23.346 INFO O| Done
46552026-02-12T00:00:26.661Z[ host-image] Feb 12 00:00:26.410 INFO O| Feb 12 00:00:26.410 INFO O| Download: 1110/1140 items 6.1/7.7MB 78% complete (1.1M/s)
46562026-02-12T00:00:26.772Z[ recovery-image] Feb 12 00:00:26.521 INFO O| Feb 12 00:00:26.521 INFO O| Done
46572026-02-12T00:00:27.092Z[ host-image] Feb 12 00:00:26.841 INFO O| Feb 12 00:00:26.841 INFO O| Download: Completed 7.71 MB in 5.47 seconds (1.4M/s)
46582026-02-12T00:00:27.366Z[ host-image] Feb 12 00:00:27.115 INFO O| Feb 12 00:00:27.115 INFO O| Actions: 1/1361 actions (Installing new actions)
46592026-02-12T00:00:27.483Z[ recovery-image] Feb 12 00:00:27.231 INFO O| Feb 12 00:00:27.231 INFO O| Done
46602026-02-12T00:00:27.999Z[ host-image] Feb 12 00:00:27.748 INFO O| Feb 12 00:00:27.748 INFO O| Actions: Completed 1361 actions in 0.63 seconds.
46612026-02-12T00:00:31.399Z[ host-image] Feb 12 00:00:29.393 INFO O| Feb 12 00:00:29.393 INFO O| Done
46622026-02-12T00:00:31.424Z[ host-image] Feb 12 00:00:29.393 INFO O| Feb 12 00:00:29.393 INFO O| Done
46632026-02-12T00:00:31.424Z[ host-image] Feb 12 00:00:30.695 INFO O| Feb 12 00:00:30.694 INFO O| Done
46642026-02-12T00:00:31.424Z[ recovery-image] Feb 12 00:00:31.149 INFO O| Feb 12 00:00:31.149 INFO STEP 11 (pkg_install) COMPLETE
46652026-02-12T00:00:31.424Z[ recovery-image] Feb 12 00:00:31.149 INFO O| Feb 12 00:00:31.149 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46662026-02-12T00:00:31.424Z[ recovery-image] Feb 12 00:00:31.149 INFO O| Feb 12 00:00:31.149 INFO skip step because feature "recovery" is enabled
46672026-02-12T00:00:31.424Z[ recovery-image] Feb 12 00:00:31.149 INFO O| Feb 12 00:00:31.149 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46682026-02-12T00:00:31.424Z[ recovery-image] Feb 12 00:00:31.149 INFO O| Feb 12 00:00:31.149 INFO skip step because feature "omicron1" is not enabled
46692026-02-12T00:00:31.425Z[ recovery-image] Feb 12 00:00:31.149 INFO O| Feb 12 00:00:31.149 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46702026-02-12T00:00:31.425Z[ recovery-image] Feb 12 00:00:31.165 INFO O| Feb 12 00:00:31.165 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
46712026-02-12T00:00:33.492Z[ host-image] Feb 12 00:00:33.241 INFO O| Feb 12 00:00:33.241 INFO O| Done
46722026-02-12T00:00:33.564Z[ host-image] Feb 12 00:00:33.313 INFO O| Feb 12 00:00:33.313 INFO O| Done
46732026-02-12T00:00:33.588Z[ host-image] Feb 12 00:00:33.313 INFO O| Feb 12 00:00:33.313 INFO O| Done
46742026-02-12T00:00:33.650Z[ host-image] Feb 12 00:00:33.399 INFO O| Feb 12 00:00:33.399 INFO O| Done
46752026-02-12T00:00:35.443Z[ host-image] Feb 12 00:00:35.192 INFO O| Feb 12 00:00:35.192 INFO STEP 13 (pkg_install) COMPLETE
46762026-02-12T00:00:35.443Z[ host-image] Feb 12 00:00:35.192 INFO O| Feb 12 00:00:35.192 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46772026-02-12T00:00:35.468Z[ host-image] Feb 12 00:00:35.212 INFO O| Feb 12 00:00:35.212 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
46782026-02-12T00:01:16.915Z[ recovery-image] Feb 12 00:01:16.665 INFO O| Feb 12 00:01:16.665 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46792026-02-12T00:01:20.624Z[ host-image] Feb 12 00:01:20.374 INFO O| Feb 12 00:01:20.374 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46802026-02-12T00:01:42.394Z[ recovery-image] Feb 12 00:01:42.144 INFO O| Feb 12 00:01:42.144 INFO O| Startup: Caching catalogs ... Done
46812026-02-12T00:01:47.186Z[ host-image] Feb 12 00:01:46.935 INFO O| Feb 12 00:01:46.934 INFO O| Startup: Caching catalogs ... Done
46822026-02-12T00:01:53.929Z[ recovery-image] Feb 12 00:01:53.679 INFO O| Feb 12 00:01:53.679 INFO O| Planning: Solver setup ... Done
46832026-02-12T00:01:53.953Z[ recovery-image] Feb 12 00:01:53.694 INFO O| Feb 12 00:01:53.694 INFO O| Planning: Running solver ... Done
46842026-02-12T00:01:54.177Z[ recovery-image] Feb 12 00:01:53.928 INFO O| Feb 12 00:01:53.927 INFO O| Planning: Finding local manifests ... Done
46852026-02-12T00:01:54.476Z[ recovery-image] Feb 12 00:01:54.227 INFO O| Feb 12 00:01:54.226 INFO O| Planning: Fetching manifests: 0/1 0% complete
46862026-02-12T00:01:54.527Z[ recovery-image] Feb 12 00:01:54.278 INFO O| Feb 12 00:01:54.277 INFO O| Planning: Fetching manifests: 1/1 100% complete
46872026-02-12T00:01:54.575Z[ recovery-image] Feb 12 00:01:54.326 INFO O| Feb 12 00:01:54.326 INFO O| Planning: Package planning ... Done
46882026-02-12T00:01:54.599Z[ recovery-image] Feb 12 00:01:54.327 INFO O| Feb 12 00:01:54.327 INFO O| Planning: Merging actions ... Done
46892026-02-12T00:01:54.657Z[ recovery-image] Feb 12 00:01:54.408 INFO O| Feb 12 00:01:54.408 INFO O| Planning: Checking for conflicting actions ... Done
46902026-02-12T00:01:54.684Z[ recovery-image] Feb 12 00:01:54.409 INFO O| Feb 12 00:01:54.409 INFO O| Planning: Consolidating action changes ... Done
46912026-02-12T00:01:55.075Z[ recovery-image] Feb 12 00:01:54.826 INFO O| Feb 12 00:01:54.826 INFO O| Planning: Evaluating mediators ... Done
46922026-02-12T00:01:55.100Z[ recovery-image] Feb 12 00:01:54.827 INFO O| Feb 12 00:01:54.827 INFO O| Planning: Planning completed in 12.55 seconds
46932026-02-12T00:01:55.100Z[ recovery-image] Feb 12 00:01:54.828 INFO O| Feb 12 00:01:54.828 INFO O| Packages to install: 1
46942026-02-12T00:01:55.124Z[ recovery-image] Feb 12 00:01:54.866 INFO O| Feb 12 00:01:54.865 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
46952026-02-12T00:01:55.811Z[ recovery-image] Feb 12 00:01:55.561 INFO O| Feb 12 00:01:55.561 INFO O| Download: Completed 12.26 MB in 0.70 seconds (17.6M/s)
46962026-02-12T00:01:55.918Z[ recovery-image] Feb 12 00:01:55.669 INFO O| Feb 12 00:01:55.669 INFO O| Actions: 1/22 actions (Installing new actions)
46972026-02-12T00:01:56.577Z[ recovery-image] Feb 12 00:01:56.328 INFO O| Feb 12 00:01:56.328 INFO O| Actions: Completed 22 actions in 0.66 seconds.
46982026-02-12T00:01:59.082Z[ recovery-image] Feb 12 00:01:58.833 INFO O| Feb 12 00:01:58.833 INFO O| Done
46992026-02-12T00:01:59.082Z[ recovery-image] Feb 12 00:01:58.833 INFO O| Feb 12 00:01:58.833 INFO O| Done
47002026-02-12T00:01:59.602Z[ host-image] Feb 12 00:01:59.353 INFO O| Feb 12 00:01:59.353 INFO O| Planning: Solver setup ... Done
47012026-02-12T00:01:59.626Z[ host-image] Feb 12 00:01:59.377 INFO O| Feb 12 00:01:59.377 INFO O| Planning: Running solver ... Done
47022026-02-12T00:01:59.867Z[ host-image] Feb 12 00:01:59.618 INFO O| Feb 12 00:01:59.618 INFO O| Planning: Finding local manifests ... Done
47032026-02-12T00:01:59.959Z[ host-image] Feb 12 00:01:59.710 INFO O| Feb 12 00:01:59.710 INFO O| Planning: Fetching manifests: 0/1 0% complete
47042026-02-12T00:01:59.988Z[ host-image] Feb 12 00:01:59.739 INFO O| Feb 12 00:01:59.739 INFO O| Planning: Fetching manifests: 1/1 100% complete
47052026-02-12T00:02:00.022Z[ host-image] Feb 12 00:01:59.774 INFO O| Feb 12 00:01:59.773 INFO O| Planning: Package planning ... Done
47062026-02-12T00:02:00.047Z[ host-image] Feb 12 00:01:59.774 INFO O| Feb 12 00:01:59.774 INFO O| Planning: Merging actions ... Done
47072026-02-12T00:02:00.148Z[ host-image] Feb 12 00:01:59.899 INFO O| Feb 12 00:01:59.898 INFO O| Planning: Checking for conflicting actions ... Done
47082026-02-12T00:02:00.172Z[ host-image] Feb 12 00:01:59.900 INFO O| Feb 12 00:01:59.900 INFO O| Planning: Consolidating action changes ... Done
47092026-02-12T00:02:00.735Z[ host-image] Feb 12 00:02:00.486 INFO O| Feb 12 00:02:00.486 INFO O| Planning: Evaluating mediators ... Done
47102026-02-12T00:02:00.759Z[ host-image] Feb 12 00:02:00.487 INFO O| Feb 12 00:02:00.487 INFO O| Planning: Planning completed in 13.35 seconds
47112026-02-12T00:02:00.759Z[ host-image] Feb 12 00:02:00.488 INFO O| Feb 12 00:02:00.487 INFO O| Packages to install: 1
47122026-02-12T00:02:00.792Z[ host-image] Feb 12 00:02:00.543 INFO O| Feb 12 00:02:00.543 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
47132026-02-12T00:02:01.538Z[ host-image] Feb 12 00:02:01.289 INFO O| Feb 12 00:02:01.289 INFO O| Download: Completed 12.26 MB in 0.75 seconds (16.4M/s)
47142026-02-12T00:02:01.627Z[ host-image] Feb 12 00:02:01.379 INFO O| Feb 12 00:02:01.379 INFO O| Actions: 1/22 actions (Installing new actions)
47152026-02-12T00:02:02.017Z[ recovery-image] Feb 12 00:02:01.768 INFO O| Feb 12 00:02:01.768 INFO O| Done
47162026-02-12T00:02:02.293Z[ host-image] Feb 12 00:02:02.044 INFO O| Feb 12 00:02:02.044 INFO O| Actions: Completed 22 actions in 0.67 seconds.
47172026-02-12T00:02:04.382Z[ recovery-image] Feb 12 00:02:04.133 INFO O| Feb 12 00:02:04.132 INFO O| Done
47182026-02-12T00:02:04.408Z[ recovery-image] Feb 12 00:02:04.159 INFO O| Feb 12 00:02:04.159 INFO O| Done
47192026-02-12T00:02:04.434Z[ recovery-image] Feb 12 00:02:04.160 INFO O| Feb 12 00:02:04.160 INFO O| Done
47202026-02-12T00:02:04.458Z[ host-image] Feb 12 00:02:04.186 INFO O| Feb 12 00:02:04.186 INFO O| Done
47212026-02-12T00:02:04.458Z[ host-image] Feb 12 00:02:04.186 INFO O| Feb 12 00:02:04.186 INFO O| Done
47222026-02-12T00:02:04.458Z[ recovery-image] Feb 12 00:02:04.202 INFO O| Feb 12 00:02:04.201 INFO O| Done
47232026-02-12T00:02:06.868Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.619 INFO STEP 14 (pkg_install) COMPLETE
47242026-02-12T00:02:06.868Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.619 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47252026-02-12T00:02:06.895Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.619 INFO skip step because feature "mbist" is not enabled
47262026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47272026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO skip step because feature "mfg" is not enabled
47282026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47292026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO skip step because feature "compliance" is not enabled
47302026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47312026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO skip step because feature "stress" is not enabled
47322026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47332026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO skip step because feature "compliance" is not enabled
47342026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47352026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO skip step because feature "nfs" is not enabled
47362026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47372026-02-12T00:02:06.896Z[ recovery-image] Feb 12 00:02:06.620 INFO O| Feb 12 00:02:06.620 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47382026-02-12T00:02:06.985Z[ recovery-image] Feb 12 00:02:06.737 INFO O| Feb 12 00:02:06.736 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
47392026-02-12T00:02:07.040Z[ host-image] Feb 12 00:02:06.791 INFO O| Feb 12 00:02:06.791 INFO O| Done
47402026-02-12T00:02:07.078Z[ recovery-image] Feb 12 00:02:06.829 INFO O| Feb 12 00:02:06.829 INFO completed processing sled/ramdisk-01-os
47412026-02-12T00:02:07.250Z[ recovery-image] Feb 12 00:02:07.002 INFO image builder template: ramdisk-02-trim...
47422026-02-12T00:02:07.250Z[ recovery-image] Feb 12 00:02:07.002 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/.tmposd5q7/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@18.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
47432026-02-12T00:02:07.297Z[ recovery-image] Feb 12 00:02:07.047 INFO O| Feb 12 00:02:07.047 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47442026-02-12T00:02:07.321Z[ recovery-image] Feb 12 00:02:07.055 INFO O| Feb 12 00:02:07.055 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47452026-02-12T00:02:07.351Z[ recovery-image] Feb 12 00:02:07.102 INFO O| Feb 12 00:02:07.102 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
47462026-02-12T00:02:07.391Z[ recovery-image] Feb 12 00:02:07.142 INFO O| Feb 12 00:02:07.142 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47472026-02-12T00:02:07.391Z[ recovery-image] Feb 12 00:02:07.142 INFO O| Feb 12 00:02:07.142 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47482026-02-12T00:02:07.415Z[ recovery-image] Feb 12 00:02:07.154 INFO O| Feb 12 00:02:07.154 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47492026-02-12T00:02:07.415Z[ recovery-image] Feb 12 00:02:07.162 INFO O| Feb 12 00:02:07.162 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47502026-02-12T00:02:07.439Z[ recovery-image] Feb 12 00:02:07.172 INFO O| Feb 12 00:02:07.172 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47512026-02-12T00:02:07.706Z[ recovery-image] Feb 12 00:02:07.457 INFO O| Feb 12 00:02:07.457 INFO rolled back to input snapshot; work may begin
47522026-02-12T00:02:07.706Z[ recovery-image] Feb 12 00:02:07.457 INFO O| Feb 12 00:02:07.457 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47532026-02-12T00:02:07.730Z[ recovery-image] Feb 12 00:02:07.466 INFO O| Feb 12 00:02:07.466 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-02-12T00:02:07.754Z[ recovery-image] Feb 12 00:02:07.490 INFO O| Feb 12 00:02:07.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
47552026-02-12T00:02:07.825Z[ recovery-image] Feb 12 00:02:07.576 INFO O| Feb 12 00:02:07.576 INFO STEP 0 (remove_files) COMPLETE
47562026-02-12T00:02:07.849Z[ recovery-image] Feb 12 00:02:07.576 INFO O| Feb 12 00:02:07.576 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-02-12T00:02:07.849Z[ recovery-image] Feb 12 00:02:07.597 INFO O| Feb 12 00:02:07.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
47582026-02-12T00:02:07.849Z[ recovery-image] Feb 12 00:02:07.600 INFO O| Feb 12 00:02:07.600 INFO STEP 1 (remove_files) COMPLETE
47592026-02-12T00:02:07.849Z[ recovery-image] Feb 12 00:02:07.600 INFO O| Feb 12 00:02:07.600 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-02-12T00:02:07.874Z[ recovery-image] Feb 12 00:02:07.617 INFO O| Feb 12 00:02:07.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
47612026-02-12T00:02:07.907Z[ recovery-image] Feb 12 00:02:07.658 INFO O| Feb 12 00:02:07.658 INFO STEP 2 (remove_files) COMPLETE
47622026-02-12T00:02:07.932Z[ recovery-image] Feb 12 00:02:07.658 INFO O| Feb 12 00:02:07.658 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-02-12T00:02:07.956Z[ recovery-image] Feb 12 00:02:07.686 INFO O| Feb 12 00:02:07.685 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
47642026-02-12T00:02:07.956Z[ recovery-image] Feb 12 00:02:07.688 INFO O| Feb 12 00:02:07.688 INFO STEP 3 (remove_files) COMPLETE
47652026-02-12T00:02:07.956Z[ recovery-image] Feb 12 00:02:07.688 INFO O| Feb 12 00:02:07.688 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-02-12T00:02:07.981Z[ recovery-image] Feb 12 00:02:07.708 INFO O| Feb 12 00:02:07.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
47672026-02-12T00:02:07.981Z[ recovery-image] Feb 12 00:02:07.714 INFO O| Feb 12 00:02:07.714 INFO STEP 4 (remove_files) COMPLETE
47682026-02-12T00:02:07.981Z[ recovery-image] Feb 12 00:02:07.714 INFO O| Feb 12 00:02:07.714 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-02-12T00:02:08.005Z[ recovery-image] Feb 12 00:02:07.736 INFO O| Feb 12 00:02:07.736 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
47702026-02-12T00:02:08.005Z[ recovery-image] Feb 12 00:02:07.737 INFO O| Feb 12 00:02:07.737 INFO STEP 5 (remove_files) COMPLETE
47712026-02-12T00:02:08.005Z[ recovery-image] Feb 12 00:02:07.737 INFO O| Feb 12 00:02:07.737 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-02-12T00:02:08.005Z[ recovery-image] Feb 12 00:02:07.755 INFO O| Feb 12 00:02:07.755 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
47732026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO STEP 6 (remove_files) COMPLETE
47742026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO skip step because feature "recovery" is enabled
47762026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO skip step because feature "recovery" is enabled
47782026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO skip step because feature "recovery" is enabled
47802026-02-12T00:02:08.030Z[ recovery-image] Feb 12 00:02:07.771 INFO O| Feb 12 00:02:07.771 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-02-12T00:02:08.055Z[ recovery-image] Feb 12 00:02:07.788 INFO O| Feb 12 00:02:07.788 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
47822026-02-12T00:02:08.055Z[ recovery-image] Feb 12 00:02:07.794 INFO O| Feb 12 00:02:07.794 INFO STEP 10 (remove_files) COMPLETE
47832026-02-12T00:02:08.055Z[ recovery-image] Feb 12 00:02:07.794 INFO O| Feb 12 00:02:07.794 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-02-12T00:02:08.079Z[ recovery-image] Feb 12 00:02:07.813 INFO O| Feb 12 00:02:07.813 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
47852026-02-12T00:02:08.079Z[ recovery-image] Feb 12 00:02:07.815 INFO O| Feb 12 00:02:07.815 INFO STEP 11 (remove_files) COMPLETE
47862026-02-12T00:02:08.079Z[ recovery-image] Feb 12 00:02:07.815 INFO O| Feb 12 00:02:07.815 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872026-02-12T00:02:08.104Z[ recovery-image] Feb 12 00:02:07.834 INFO O| Feb 12 00:02:07.834 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
47882026-02-12T00:02:08.104Z[ recovery-image] Feb 12 00:02:07.836 INFO O| Feb 12 00:02:07.836 INFO STEP 12 (remove_files) COMPLETE
47892026-02-12T00:02:08.104Z[ recovery-image] Feb 12 00:02:07.836 INFO O| Feb 12 00:02:07.836 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-02-12T00:02:08.129Z[ recovery-image] Feb 12 00:02:07.858 INFO O| Feb 12 00:02:07.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
47912026-02-12T00:02:08.409Z[ recovery-image] Feb 12 00:02:08.160 INFO O| Feb 12 00:02:08.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
47922026-02-12T00:02:08.492Z[ recovery-image] Feb 12 00:02:08.243 INFO O| Feb 12 00:02:08.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
47932026-02-12T00:02:08.516Z[ recovery-image] Feb 12 00:02:08.248 INFO O| Feb 12 00:02:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
47942026-02-12T00:02:08.541Z[ recovery-image] Feb 12 00:02:08.269 INFO O| Feb 12 00:02:08.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
47952026-02-12T00:02:08.541Z[ recovery-image] Feb 12 00:02:08.290 INFO O| Feb 12 00:02:08.290 INFO STEP 13 (remove_files) COMPLETE
47962026-02-12T00:02:08.542Z[ recovery-image] Feb 12 00:02:08.290 INFO O| Feb 12 00:02:08.290 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47972026-02-12T00:02:08.579Z[ recovery-image] Feb 12 00:02:08.330 INFO O| Feb 12 00:02:08.330 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47982026-02-12T00:02:08.604Z[ recovery-image] Feb 12 00:02:08.332 INFO O| Feb 12 00:02:08.332 INFO STEP 14 (remove_files) COMPLETE
47992026-02-12T00:02:08.604Z[ recovery-image] Feb 12 00:02:08.332 INFO O| Feb 12 00:02:08.332 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48002026-02-12T00:02:08.604Z[ recovery-image] Feb 12 00:02:08.346 INFO O| Feb 12 00:02:08.346 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
48012026-02-12T00:02:08.628Z[ recovery-image] Feb 12 00:02:08.356 INFO O| Feb 12 00:02:08.356 INFO STEP 15 (remove_files) COMPLETE
48022026-02-12T00:02:08.628Z[ recovery-image] Feb 12 00:02:08.356 INFO O| Feb 12 00:02:08.356 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-02-12T00:02:08.628Z[ recovery-image] Feb 12 00:02:08.372 INFO O| Feb 12 00:02:08.372 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
48042026-02-12T00:02:08.628Z[ recovery-image] Feb 12 00:02:08.373 INFO O| Feb 12 00:02:08.372 INFO STEP 16 (remove_files) COMPLETE
48052026-02-12T00:02:08.628Z[ recovery-image] Feb 12 00:02:08.373 INFO O| Feb 12 00:02:08.372 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48062026-02-12T00:02:08.660Z[ recovery-image] Feb 12 00:02:08.411 INFO O| Feb 12 00:02:08.411 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
48072026-02-12T00:02:08.685Z[ recovery-image] Feb 12 00:02:08.413 INFO O| Feb 12 00:02:08.413 INFO STEP 17 (remove_files) COMPLETE
48082026-02-12T00:02:08.685Z[ recovery-image] Feb 12 00:02:08.413 INFO O| Feb 12 00:02:08.413 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092026-02-12T00:02:08.721Z[ recovery-image] Feb 12 00:02:08.472 INFO O| Feb 12 00:02:08.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
48102026-02-12T00:02:08.721Z[ recovery-image] Feb 12 00:02:08.472 INFO O| Feb 12 00:02:08.472 INFO STEP 18 (remove_files) COMPLETE
48112026-02-12T00:02:08.749Z[ recovery-image] Feb 12 00:02:08.473 INFO O| Feb 12 00:02:08.472 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48122026-02-12T00:02:08.749Z[ recovery-image] Feb 12 00:02:08.488 INFO O| Feb 12 00:02:08.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
48132026-02-12T00:02:08.749Z[ recovery-image] Feb 12 00:02:08.488 INFO O| Feb 12 00:02:08.488 INFO STEP 19 (remove_files) COMPLETE
48142026-02-12T00:02:08.749Z[ recovery-image] Feb 12 00:02:08.488 INFO O| Feb 12 00:02:08.488 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48152026-02-12T00:02:08.778Z[ recovery-image] Feb 12 00:02:08.504 INFO O| Feb 12 00:02:08.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
48162026-02-12T00:02:08.778Z[ recovery-image] Feb 12 00:02:08.504 INFO O| Feb 12 00:02:08.504 INFO STEP 20 (remove_files) COMPLETE
48172026-02-12T00:02:08.778Z[ recovery-image] Feb 12 00:02:08.504 INFO O| Feb 12 00:02:08.504 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48182026-02-12T00:02:08.778Z[ recovery-image] Feb 12 00:02:08.518 INFO O| Feb 12 00:02:08.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
48192026-02-12T00:02:08.778Z[ recovery-image] Feb 12 00:02:08.518 INFO O| Feb 12 00:02:08.518 INFO STEP 21 (remove_files) COMPLETE
48202026-02-12T00:02:08.778Z[ recovery-image] Feb 12 00:02:08.518 INFO O| Feb 12 00:02:08.518 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48212026-02-12T00:02:08.827Z[ recovery-image] Feb 12 00:02:08.578 INFO O| Feb 12 00:02:08.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
48222026-02-12T00:02:08.827Z[ recovery-image] Feb 12 00:02:08.578 INFO O| Feb 12 00:02:08.578 INFO STEP 22 (remove_files) COMPLETE
48232026-02-12T00:02:08.864Z[ recovery-image] Feb 12 00:02:08.578 INFO O| Feb 12 00:02:08.578 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48242026-02-12T00:02:08.898Z[ recovery-image] Feb 12 00:02:08.637 INFO O| Feb 12 00:02:08.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
48252026-02-12T00:02:08.898Z[ recovery-image] Feb 12 00:02:08.637 INFO O| Feb 12 00:02:08.637 INFO STEP 23 (remove_files) COMPLETE
48262026-02-12T00:02:08.898Z[ recovery-image] Feb 12 00:02:08.637 INFO O| Feb 12 00:02:08.637 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48272026-02-12T00:02:08.931Z[ recovery-image] Feb 12 00:02:08.655 INFO O| Feb 12 00:02:08.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
48282026-02-12T00:02:08.931Z[ recovery-image] Feb 12 00:02:08.655 INFO O| Feb 12 00:02:08.655 INFO STEP 24 (remove_files) COMPLETE
48292026-02-12T00:02:08.931Z[ recovery-image] Feb 12 00:02:08.655 INFO O| Feb 12 00:02:08.655 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48302026-02-12T00:02:08.964Z[ recovery-image] Feb 12 00:02:08.691 INFO O| Feb 12 00:02:08.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
48312026-02-12T00:02:08.964Z[ recovery-image] Feb 12 00:02:08.691 INFO O| Feb 12 00:02:08.691 INFO STEP 25 (remove_files) COMPLETE
48322026-02-12T00:02:08.964Z[ recovery-image] Feb 12 00:02:08.691 INFO O| Feb 12 00:02:08.691 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48332026-02-12T00:02:08.964Z[ recovery-image] Feb 12 00:02:08.710 INFO O| Feb 12 00:02:08.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
48342026-02-12T00:02:08.964Z[ recovery-image] Feb 12 00:02:08.710 INFO O| Feb 12 00:02:08.710 INFO STEP 26 (remove_files) COMPLETE
48352026-02-12T00:02:08.964Z[ recovery-image] Feb 12 00:02:08.710 INFO O| Feb 12 00:02:08.710 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48362026-02-12T00:02:08.994Z[ recovery-image] Feb 12 00:02:08.730 INFO O| Feb 12 00:02:08.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
48372026-02-12T00:02:08.995Z[ recovery-image] Feb 12 00:02:08.730 INFO O| Feb 12 00:02:08.730 INFO STEP 27 (remove_files) COMPLETE
48382026-02-12T00:02:08.995Z[ recovery-image] Feb 12 00:02:08.730 INFO O| Feb 12 00:02:08.730 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48392026-02-12T00:02:09.025Z[ recovery-image] Feb 12 00:02:08.748 INFO O| Feb 12 00:02:08.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
48402026-02-12T00:02:09.025Z[ recovery-image] Feb 12 00:02:08.749 INFO O| Feb 12 00:02:08.749 INFO STEP 28 (remove_files) COMPLETE
48412026-02-12T00:02:09.026Z[ recovery-image] Feb 12 00:02:08.749 INFO O| Feb 12 00:02:08.749 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48422026-02-12T00:02:09.026Z[ recovery-image] Feb 12 00:02:08.767 INFO O| Feb 12 00:02:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
48432026-02-12T00:02:09.026Z[ recovery-image] Feb 12 00:02:08.767 INFO O| Feb 12 00:02:08.767 INFO STEP 29 (remove_files) COMPLETE
48442026-02-12T00:02:09.026Z[ recovery-image] Feb 12 00:02:08.767 INFO O| Feb 12 00:02:08.767 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48452026-02-12T00:02:09.053Z[ recovery-image] Feb 12 00:02:08.783 INFO O| Feb 12 00:02:08.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
48462026-02-12T00:02:09.053Z[ recovery-image] Feb 12 00:02:08.783 INFO O| Feb 12 00:02:08.783 INFO STEP 30 (remove_files) COMPLETE
48472026-02-12T00:02:09.053Z[ recovery-image] Feb 12 00:02:08.783 INFO O| Feb 12 00:02:08.783 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48482026-02-12T00:02:09.053Z[ recovery-image] Feb 12 00:02:08.799 INFO O| Feb 12 00:02:08.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
48492026-02-12T00:02:09.053Z[ recovery-image] Feb 12 00:02:08.800 INFO O| Feb 12 00:02:08.799 INFO STEP 31 (remove_files) COMPLETE
48502026-02-12T00:02:09.053Z[ recovery-image] Feb 12 00:02:08.800 INFO O| Feb 12 00:02:08.800 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48512026-02-12T00:02:09.080Z[ recovery-image] Feb 12 00:02:08.818 INFO O| Feb 12 00:02:08.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
48522026-02-12T00:02:09.080Z[ recovery-image] Feb 12 00:02:08.819 INFO O| Feb 12 00:02:08.818 INFO STEP 32 (remove_files) COMPLETE
48532026-02-12T00:02:09.080Z[ recovery-image] Feb 12 00:02:08.819 INFO O| Feb 12 00:02:08.818 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48542026-02-12T00:02:09.105Z[ recovery-image] Feb 12 00:02:08.837 INFO O| Feb 12 00:02:08.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
48552026-02-12T00:02:09.105Z[ recovery-image] Feb 12 00:02:08.837 INFO O| Feb 12 00:02:08.837 INFO STEP 33 (remove_files) COMPLETE
48562026-02-12T00:02:09.105Z[ recovery-image] Feb 12 00:02:08.837 INFO O| Feb 12 00:02:08.837 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48572026-02-12T00:02:09.105Z[ recovery-image] Feb 12 00:02:08.853 INFO O| Feb 12 00:02:08.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
48582026-02-12T00:02:09.105Z[ recovery-image] Feb 12 00:02:08.853 INFO O| Feb 12 00:02:08.853 INFO STEP 34 (remove_files) COMPLETE
48592026-02-12T00:02:09.105Z[ recovery-image] Feb 12 00:02:08.853 INFO O| Feb 12 00:02:08.853 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48602026-02-12T00:02:09.129Z[ recovery-image] Feb 12 00:02:08.872 INFO O| Feb 12 00:02:08.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
48612026-02-12T00:02:09.129Z[ recovery-image] Feb 12 00:02:08.872 INFO O| Feb 12 00:02:08.872 INFO STEP 35 (remove_files) COMPLETE
48622026-02-12T00:02:09.129Z[ recovery-image] Feb 12 00:02:08.872 INFO O| Feb 12 00:02:08.872 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48632026-02-12T00:02:09.155Z[ recovery-image] Feb 12 00:02:08.890 INFO O| Feb 12 00:02:08.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
48642026-02-12T00:02:09.155Z[ recovery-image] Feb 12 00:02:08.890 INFO O| Feb 12 00:02:08.890 INFO STEP 36 (remove_files) COMPLETE
48652026-02-12T00:02:09.155Z[ recovery-image] Feb 12 00:02:08.890 INFO O| Feb 12 00:02:08.890 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48662026-02-12T00:02:09.155Z[ recovery-image] Feb 12 00:02:08.904 INFO O| Feb 12 00:02:08.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
48672026-02-12T00:02:09.155Z[ recovery-image] Feb 12 00:02:08.904 INFO O| Feb 12 00:02:08.904 INFO STEP 37 (remove_files) COMPLETE
48682026-02-12T00:02:09.155Z[ recovery-image] Feb 12 00:02:08.904 INFO O| Feb 12 00:02:08.904 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48692026-02-12T00:02:09.179Z[ recovery-image] Feb 12 00:02:08.918 INFO O| Feb 12 00:02:08.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
48702026-02-12T00:02:09.179Z[ recovery-image] Feb 12 00:02:08.918 INFO O| Feb 12 00:02:08.918 INFO STEP 38 (remove_files) COMPLETE
48712026-02-12T00:02:09.179Z[ recovery-image] Feb 12 00:02:08.918 INFO O| Feb 12 00:02:08.918 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48722026-02-12T00:02:09.205Z[ recovery-image] Feb 12 00:02:08.932 INFO O| Feb 12 00:02:08.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
48732026-02-12T00:02:09.205Z[ recovery-image] Feb 12 00:02:08.932 INFO O| Feb 12 00:02:08.932 INFO STEP 39 (remove_files) COMPLETE
48742026-02-12T00:02:09.205Z[ recovery-image] Feb 12 00:02:08.932 INFO O| Feb 12 00:02:08.932 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48752026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.946 INFO O| Feb 12 00:02:08.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
48762026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.946 INFO O| Feb 12 00:02:08.946 INFO STEP 40 (remove_files) COMPLETE
48772026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.946 INFO O| Feb 12 00:02:08.946 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48782026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.960 INFO O| Feb 12 00:02:08.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
48792026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.960 INFO O| Feb 12 00:02:08.960 INFO STEP 41 (remove_files) COMPLETE
48802026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.960 INFO O| Feb 12 00:02:08.960 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48812026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.973 INFO O| Feb 12 00:02:08.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
48822026-02-12T00:02:09.229Z[ recovery-image] Feb 12 00:02:08.973 INFO O| Feb 12 00:02:08.973 INFO STEP 42 (remove_files) COMPLETE
48832026-02-12T00:02:09.230Z[ recovery-image] Feb 12 00:02:08.973 INFO O| Feb 12 00:02:08.973 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48842026-02-12T00:02:09.254Z[ recovery-image] Feb 12 00:02:08.991 INFO O| Feb 12 00:02:08.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
48852026-02-12T00:02:09.254Z[ recovery-image] Feb 12 00:02:08.991 INFO O| Feb 12 00:02:08.991 INFO STEP 43 (remove_files) COMPLETE
48862026-02-12T00:02:09.254Z[ recovery-image] Feb 12 00:02:08.991 INFO O| Feb 12 00:02:08.991 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48872026-02-12T00:02:09.278Z[ recovery-image] Feb 12 00:02:09.007 INFO O| Feb 12 00:02:09.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
48882026-02-12T00:02:09.278Z[ recovery-image] Feb 12 00:02:09.007 INFO O| Feb 12 00:02:09.007 INFO STEP 44 (remove_files) COMPLETE
48892026-02-12T00:02:09.278Z[ recovery-image] Feb 12 00:02:09.007 INFO O| Feb 12 00:02:09.007 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48902026-02-12T00:02:09.278Z[ recovery-image] Feb 12 00:02:09.023 INFO O| Feb 12 00:02:09.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
48912026-02-12T00:02:09.278Z[ recovery-image] Feb 12 00:02:09.023 INFO O| Feb 12 00:02:09.023 INFO STEP 45 (remove_files) COMPLETE
48922026-02-12T00:02:09.278Z[ recovery-image] Feb 12 00:02:09.023 INFO O| Feb 12 00:02:09.023 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48932026-02-12T00:02:09.303Z[ recovery-image] Feb 12 00:02:09.039 INFO O| Feb 12 00:02:09.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
48942026-02-12T00:02:09.303Z[ recovery-image] Feb 12 00:02:09.039 INFO O| Feb 12 00:02:09.039 INFO STEP 46 (remove_files) COMPLETE
48952026-02-12T00:02:09.303Z[ recovery-image] Feb 12 00:02:09.039 INFO O| Feb 12 00:02:09.039 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48962026-02-12T00:02:09.303Z[ recovery-image] Feb 12 00:02:09.054 INFO O| Feb 12 00:02:09.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48972026-02-12T00:02:09.303Z[ recovery-image] Feb 12 00:02:09.054 INFO O| Feb 12 00:02:09.054 INFO STEP 47 (remove_files) COMPLETE
48982026-02-12T00:02:09.327Z[ recovery-image] Feb 12 00:02:09.055 INFO O| Feb 12 00:02:09.054 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48992026-02-12T00:02:09.327Z[ recovery-image] Feb 12 00:02:09.069 INFO O| Feb 12 00:02:09.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
49002026-02-12T00:02:09.327Z[ recovery-image] Feb 12 00:02:09.069 INFO O| Feb 12 00:02:09.069 INFO STEP 48 (remove_files) COMPLETE
49012026-02-12T00:02:09.327Z[ recovery-image] Feb 12 00:02:09.069 INFO O| Feb 12 00:02:09.069 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49022026-02-12T00:02:09.351Z[ recovery-image] Feb 12 00:02:09.084 INFO O| Feb 12 00:02:09.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
49032026-02-12T00:02:09.351Z[ recovery-image] Feb 12 00:02:09.084 INFO O| Feb 12 00:02:09.084 INFO STEP 49 (remove_files) COMPLETE
49042026-02-12T00:02:09.351Z[ recovery-image] Feb 12 00:02:09.084 INFO O| Feb 12 00:02:09.084 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49052026-02-12T00:02:09.351Z[ recovery-image] Feb 12 00:02:09.101 INFO O| Feb 12 00:02:09.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
49062026-02-12T00:02:09.351Z[ recovery-image] Feb 12 00:02:09.101 INFO O| Feb 12 00:02:09.101 INFO STEP 50 (remove_files) COMPLETE
49072026-02-12T00:02:09.351Z[ recovery-image] Feb 12 00:02:09.101 INFO O| Feb 12 00:02:09.101 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49082026-02-12T00:02:09.375Z[ recovery-image] Feb 12 00:02:09.116 INFO O| Feb 12 00:02:09.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
49092026-02-12T00:02:09.375Z[ recovery-image] Feb 12 00:02:09.116 INFO O| Feb 12 00:02:09.116 INFO STEP 51 (remove_files) COMPLETE
49102026-02-12T00:02:09.375Z[ recovery-image] Feb 12 00:02:09.116 INFO O| Feb 12 00:02:09.116 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49112026-02-12T00:02:09.400Z[ recovery-image] Feb 12 00:02:09.131 INFO O| Feb 12 00:02:09.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
49122026-02-12T00:02:09.400Z[ recovery-image] Feb 12 00:02:09.131 INFO O| Feb 12 00:02:09.131 INFO STEP 52 (remove_files) COMPLETE
49132026-02-12T00:02:09.400Z[ recovery-image] Feb 12 00:02:09.131 INFO O| Feb 12 00:02:09.131 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49142026-02-12T00:02:09.400Z[ recovery-image] Feb 12 00:02:09.145 INFO O| Feb 12 00:02:09.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
49152026-02-12T00:02:09.400Z[ recovery-image] Feb 12 00:02:09.145 INFO O| Feb 12 00:02:09.145 INFO STEP 53 (remove_files) COMPLETE
49162026-02-12T00:02:09.400Z[ recovery-image] Feb 12 00:02:09.145 INFO O| Feb 12 00:02:09.145 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49172026-02-12T00:02:09.424Z[ recovery-image] Feb 12 00:02:09.159 INFO O| Feb 12 00:02:09.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
49182026-02-12T00:02:09.424Z[ recovery-image] Feb 12 00:02:09.159 INFO O| Feb 12 00:02:09.159 INFO STEP 54 (remove_files) COMPLETE
49192026-02-12T00:02:09.424Z[ recovery-image] Feb 12 00:02:09.159 INFO O| Feb 12 00:02:09.159 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49202026-02-12T00:02:09.424Z[ recovery-image] Feb 12 00:02:09.173 INFO O| Feb 12 00:02:09.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
49212026-02-12T00:02:09.424Z[ recovery-image] Feb 12 00:02:09.173 INFO O| Feb 12 00:02:09.173 INFO STEP 55 (remove_files) COMPLETE
49222026-02-12T00:02:09.424Z[ recovery-image] Feb 12 00:02:09.173 INFO O| Feb 12 00:02:09.173 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49232026-02-12T00:02:09.449Z[ recovery-image] Feb 12 00:02:09.187 INFO O| Feb 12 00:02:09.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
49242026-02-12T00:02:09.449Z[ recovery-image] Feb 12 00:02:09.187 INFO O| Feb 12 00:02:09.187 INFO STEP 56 (remove_files) COMPLETE
49252026-02-12T00:02:09.449Z[ recovery-image] Feb 12 00:02:09.187 INFO O| Feb 12 00:02:09.187 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49262026-02-12T00:02:09.449Z[ recovery-image] Feb 12 00:02:09.200 INFO O| Feb 12 00:02:09.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
49272026-02-12T00:02:09.449Z[ recovery-image] Feb 12 00:02:09.200 INFO O| Feb 12 00:02:09.200 INFO STEP 57 (remove_files) COMPLETE
49282026-02-12T00:02:09.449Z[ recovery-image] Feb 12 00:02:09.200 INFO O| Feb 12 00:02:09.200 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.219 INFO O| Feb 12 00:02:09.219 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
49302026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.219 INFO O| Feb 12 00:02:09.219 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
49312026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.220 INFO O| Feb 12 00:02:09.219 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49322026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.220 INFO O| Feb 12 00:02:09.220 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49332026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.221 INFO O| Feb 12 00:02:09.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49342026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.221 INFO O| Feb 12 00:02:09.221 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49352026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.221 INFO O| Feb 12 00:02:09.221 INFO ok!
49362026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.221 INFO O| Feb 12 00:02:09.221 INFO STEP 58 (ensure_file) COMPLETE
49372026-02-12T00:02:09.473Z[ recovery-image] Feb 12 00:02:09.221 INFO O| Feb 12 00:02:09.221 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49382026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.240 INFO O| Feb 12 00:02:09.240 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
49392026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.240 INFO O| Feb 12 00:02:09.240 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
49402026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.240 INFO O| Feb 12 00:02:09.240 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49412026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.240 INFO O| Feb 12 00:02:09.240 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49422026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.240 INFO O| Feb 12 00:02:09.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49432026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.240 INFO O| Feb 12 00:02:09.240 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49442026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.240 INFO O| Feb 12 00:02:09.240 INFO ok!
49452026-02-12T00:02:09.498Z[ recovery-image] Feb 12 00:02:09.241 INFO O| Feb 12 00:02:09.240 INFO STEP 59 (ensure_file) COMPLETE
49462026-02-12T00:02:09.522Z[ recovery-image] Feb 12 00:02:09.252 INFO O| Feb 12 00:02:09.241 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49472026-02-12T00:02:09.548Z[ recovery-image] Feb 12 00:02:09.295 INFO O| Feb 12 00:02:09.295 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
49482026-02-12T00:02:09.548Z[ recovery-image] Feb 12 00:02:09.295 INFO O| Feb 12 00:02:09.295 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
49492026-02-12T00:02:09.548Z[ recovery-image] Feb 12 00:02:09.295 INFO O| Feb 12 00:02:09.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
49502026-02-12T00:02:09.548Z[ recovery-image] Feb 12 00:02:09.295 INFO O| Feb 12 00:02:09.295 INFO ok!
49512026-02-12T00:02:09.548Z[ recovery-image] Feb 12 00:02:09.295 INFO O| Feb 12 00:02:09.295 INFO STEP 60 (ensure_file) COMPLETE
49522026-02-12T00:02:09.548Z[ recovery-image] Feb 12 00:02:09.295 INFO O| Feb 12 00:02:09.295 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49532026-02-12T00:02:09.585Z[ recovery-image] Feb 12 00:02:09.336 INFO O| Feb 12 00:02:09.336 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
49542026-02-12T00:02:09.585Z[ recovery-image] Feb 12 00:02:09.336 INFO O| Feb 12 00:02:09.336 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
49552026-02-12T00:02:09.610Z[ recovery-image] Feb 12 00:02:09.336 INFO O| Feb 12 00:02:09.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
49562026-02-12T00:02:09.610Z[ recovery-image] Feb 12 00:02:09.336 INFO O| Feb 12 00:02:09.336 INFO ok!
49572026-02-12T00:02:09.610Z[ recovery-image] Feb 12 00:02:09.336 INFO O| Feb 12 00:02:09.336 INFO STEP 61 (ensure_file) COMPLETE
49582026-02-12T00:02:09.610Z[ recovery-image] Feb 12 00:02:09.336 INFO O| Feb 12 00:02:09.336 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-02-12T00:02:09.610Z[ host-image] Feb 12 00:02:09.353 INFO O| Feb 12 00:02:09.353 INFO O| Done
49602026-02-12T00:02:09.634Z[ recovery-image] Feb 12 00:02:09.384 INFO O| Feb 12 00:02:09.384 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
49612026-02-12T00:02:09.634Z[ recovery-image] Feb 12 00:02:09.384 INFO O| Feb 12 00:02:09.384 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
49622026-02-12T00:02:09.634Z[ recovery-image] Feb 12 00:02:09.385 INFO O| Feb 12 00:02:09.384 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49632026-02-12T00:02:09.634Z[ recovery-image] Feb 12 00:02:09.385 INFO O| Feb 12 00:02:09.385 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49642026-02-12T00:02:09.634Z[ recovery-image] Feb 12 00:02:09.385 INFO O| Feb 12 00:02:09.385 INFO ok!
49652026-02-12T00:02:09.634Z[ recovery-image] Feb 12 00:02:09.385 INFO O| Feb 12 00:02:09.385 INFO STEP 62 (ensure_file) COMPLETE
49662026-02-12T00:02:09.634Z[ recovery-image] Feb 12 00:02:09.385 INFO O| Feb 12 00:02:09.385 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-02-12T00:02:09.672Z[ recovery-image] Feb 12 00:02:09.423 INFO O| Feb 12 00:02:09.423 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
49682026-02-12T00:02:09.672Z[ recovery-image] Feb 12 00:02:09.423 INFO O| Feb 12 00:02:09.423 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
49692026-02-12T00:02:09.696Z[ host-image] Feb 12 00:02:09.441 INFO O| Feb 12 00:02:09.441 INFO O| Done
49702026-02-12T00:02:09.696Z[ host-image] Feb 12 00:02:09.442 INFO O| Feb 12 00:02:09.442 INFO O| Done
49712026-02-12T00:02:09.721Z[ recovery-image] Feb 12 00:02:09.450 INFO O| Feb 12 00:02:09.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49722026-02-12T00:02:09.721Z[ recovery-image] Feb 12 00:02:09.450 INFO O| Feb 12 00:02:09.450 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49732026-02-12T00:02:09.721Z[ recovery-image] Feb 12 00:02:09.450 INFO O| Feb 12 00:02:09.450 INFO ok!
49742026-02-12T00:02:09.721Z[ recovery-image] Feb 12 00:02:09.450 INFO O| Feb 12 00:02:09.450 INFO STEP 63 (ensure_file) COMPLETE
49752026-02-12T00:02:09.721Z[ recovery-image] Feb 12 00:02:09.450 INFO O| Feb 12 00:02:09.450 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-02-12T00:02:09.721Z[ recovery-image] Feb 12 00:02:09.468 INFO O| Feb 12 00:02:09.468 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
49772026-02-12T00:02:09.721Z[ recovery-image] Feb 12 00:02:09.468 INFO O| Feb 12 00:02:09.468 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
49782026-02-12T00:02:09.745Z[ recovery-image] Feb 12 00:02:09.472 INFO O| Feb 12 00:02:09.472 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
49792026-02-12T00:02:09.745Z[ recovery-image] Feb 12 00:02:09.472 INFO O| Feb 12 00:02:09.472 INFO ok!
49802026-02-12T00:02:09.745Z[ recovery-image] Feb 12 00:02:09.472 INFO O| Feb 12 00:02:09.472 INFO STEP 64 (assemble_files) COMPLETE
49812026-02-12T00:02:09.745Z[ recovery-image] Feb 12 00:02:09.472 INFO O| Feb 12 00:02:09.472 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49822026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.493 INFO O| Feb 12 00:02:09.493 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
49832026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.493 INFO O| Feb 12 00:02:09.493 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
49842026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.493 INFO O| Feb 12 00:02:09.493 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49852026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.493 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49862026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.493 INFO ok!
49872026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO STEP 65 (ensure_file) COMPLETE
49882026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO skip step because feature "omicron1" is not enabled
49902026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO skip step because feature "omicron1" is not enabled
49922026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO skip step because feature "omicron1" is not enabled
49942026-02-12T00:02:09.746Z[ recovery-image] Feb 12 00:02:09.494 INFO O| Feb 12 00:02:09.494 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-02-12T00:02:09.770Z[ host-image] Feb 12 00:02:09.503 INFO O| Feb 12 00:02:09.503 INFO O| Done
49962026-02-12T00:02:09.796Z[ recovery-image] Feb 12 00:02:09.522 INFO O| Feb 12 00:02:09.522 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
49972026-02-12T00:02:09.796Z[ recovery-image] Feb 12 00:02:09.522 INFO O| Feb 12 00:02:09.522 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
49982026-02-12T00:02:12.347Z[ host-image] Feb 12 00:02:12.097 INFO O| Feb 12 00:02:12.097 INFO STEP 14 (pkg_install) COMPLETE
49992026-02-12T00:02:12.347Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50002026-02-12T00:02:12.371Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO skip step because feature "mbist" is not enabled
50012026-02-12T00:02:12.371Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50022026-02-12T00:02:12.371Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO skip step because feature "mfg" is not enabled
50032026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50042026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO skip step because feature "compliance" is not enabled
50052026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50062026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO skip step because feature "stress" is not enabled
50072026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.097 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50082026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.098 INFO skip step because feature "compliance" is not enabled
50092026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.098 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50102026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.098 INFO skip step because feature "nfs" is not enabled
50112026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.098 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50122026-02-12T00:02:12.372Z[ host-image] Feb 12 00:02:12.098 INFO O| Feb 12 00:02:12.098 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50132026-02-12T00:02:12.686Z[ host-image] Feb 12 00:02:12.438 INFO O| Feb 12 00:02:12.438 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50142026-02-12T00:02:12.845Z[ host-image] Feb 12 00:02:12.597 INFO O| Feb 12 00:02:12.596 INFO completed processing sled/ramdisk-01-os
50152026-02-12T00:02:13.250Z[ host-image] Feb 12 00:02:13.001 INFO omicron1 baseline generation...
50162026-02-12T00:02:13.276Z[ host-image] Feb 12 00:02:13.002 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50172026-02-12T00:02:13.301Z[ recovery-image] Feb 12 00:02:13.044 INFO O| Feb 12 00:02:13.044 INFO STEP 69 (pack_tar) COMPLETE
50182026-02-12T00:02:13.301Z[ recovery-image] Feb 12 00:02:13.045 INFO O| Feb 12 00:02:13.044 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50192026-02-12T00:02:13.301Z[ recovery-image] Feb 12 00:02:13.045 INFO O| Feb 12 00:02:13.044 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
50202026-02-12T00:02:13.455Z[ recovery-image] Feb 12 00:02:13.206 INFO O| Feb 12 00:02:13.206 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50212026-02-12T00:02:13.547Z[ recovery-image] Feb 12 00:02:13.299 INFO O| Feb 12 00:02:13.299 INFO completed processing sled/ramdisk-02-trim
50222026-02-12T00:02:13.571Z[ recovery-image] Feb 12 00:02:13.304 INFO image builder template: ramdisk-03-recovery-trim...
50232026-02-12T00:02:13.572Z[ recovery-image] Feb 12 00:02:13.304 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/.tmposd5q7/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@18.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
50242026-02-12T00:02:13.740Z[ recovery-image] Feb 12 00:02:13.491 INFO O| Feb 12 00:02:13.491 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
50252026-02-12T00:02:13.764Z[ recovery-image] Feb 12 00:02:13.497 INFO O| Feb 12 00:02:13.497 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
50262026-02-12T00:02:13.821Z[ recovery-image] Feb 12 00:02:13.572 INFO O| Feb 12 00:02:13.572 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
50272026-02-12T00:02:13.870Z[ recovery-image] Feb 12 00:02:13.621 INFO O| Feb 12 00:02:13.621 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
50282026-02-12T00:02:13.870Z[ recovery-image] Feb 12 00:02:13.621 INFO O| Feb 12 00:02:13.621 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50292026-02-12T00:02:13.894Z[ recovery-image] Feb 12 00:02:13.633 INFO O| Feb 12 00:02:13.633 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
50302026-02-12T00:02:13.894Z[ recovery-image] Feb 12 00:02:13.639 INFO O| Feb 12 00:02:13.639 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50312026-02-12T00:02:13.948Z[ recovery-image] Feb 12 00:02:13.647 INFO O| Feb 12 00:02:13.647 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
50322026-02-12T00:02:14.329Z[ recovery-image] Feb 12 00:02:14.080 INFO O| Feb 12 00:02:14.080 INFO rolled back to input snapshot; work may begin
50332026-02-12T00:02:14.329Z[ recovery-image] Feb 12 00:02:14.081 INFO O| Feb 12 00:02:14.080 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50342026-02-12T00:02:14.353Z[ recovery-image] Feb 12 00:02:14.091 INFO O| Feb 12 00:02:14.091 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352026-02-12T00:02:14.378Z[ recovery-image] Feb 12 00:02:14.109 INFO O| Feb 12 00:02:14.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
50362026-02-12T00:02:14.378Z[ recovery-image] Feb 12 00:02:14.122 INFO O| Feb 12 00:02:14.122 INFO STEP 0 (remove_files) COMPLETE
50372026-02-12T00:02:14.378Z[ recovery-image] Feb 12 00:02:14.122 INFO O| Feb 12 00:02:14.122 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382026-02-12T00:02:14.402Z[ recovery-image] Feb 12 00:02:14.139 INFO O| Feb 12 00:02:14.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
50392026-02-12T00:02:14.428Z[ host-image] Feb 12 00:02:14.156 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23760:20260210T214910Z
50402026-02-12T00:02:14.468Z[ recovery-image] Feb 12 00:02:14.220 INFO O| Feb 12 00:02:14.219 INFO STEP 1 (remove_files) COMPLETE
50412026-02-12T00:02:14.469Z[ recovery-image] Feb 12 00:02:14.220 INFO O| Feb 12 00:02:14.219 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-02-12T00:02:14.495Z[ recovery-image] Feb 12 00:02:14.237 INFO O| Feb 12 00:02:14.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
50432026-02-12T00:02:14.495Z[ recovery-image] Feb 12 00:02:14.240 INFO O| Feb 12 00:02:14.239 INFO STEP 2 (remove_files) COMPLETE
50442026-02-12T00:02:14.496Z[ recovery-image] Feb 12 00:02:14.240 INFO O| Feb 12 00:02:14.239 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-02-12T00:02:14.521Z[ recovery-image] Feb 12 00:02:14.255 INFO O| Feb 12 00:02:14.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
50462026-02-12T00:02:14.599Z[ recovery-image] Feb 12 00:02:14.350 INFO O| Feb 12 00:02:14.350 INFO STEP 3 (remove_files) COMPLETE
50472026-02-12T00:02:14.599Z[ recovery-image] Feb 12 00:02:14.350 INFO O| Feb 12 00:02:14.350 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-02-12T00:02:14.656Z[ recovery-image] Feb 12 00:02:14.407 INFO O| Feb 12 00:02:14.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
50492026-02-12T00:02:14.894Z[ recovery-image] Feb 12 00:02:14.646 INFO O| Feb 12 00:02:14.646 INFO STEP 4 (remove_files) COMPLETE
50502026-02-12T00:02:14.894Z[ recovery-image] Feb 12 00:02:14.646 INFO O| Feb 12 00:02:14.646 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-02-12T00:02:14.920Z[ recovery-image] Feb 12 00:02:14.667 INFO O| Feb 12 00:02:14.667 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
50522026-02-12T00:02:14.920Z[ recovery-image] Feb 12 00:02:14.669 INFO O| Feb 12 00:02:14.669 INFO STEP 5 (remove_files) COMPLETE
50532026-02-12T00:02:14.920Z[ recovery-image] Feb 12 00:02:14.670 INFO O| Feb 12 00:02:14.669 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-02-12T00:02:14.948Z[ recovery-image] Feb 12 00:02:14.688 INFO O| Feb 12 00:02:14.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
50552026-02-12T00:02:14.948Z[ recovery-image] Feb 12 00:02:14.690 INFO O| Feb 12 00:02:14.690 INFO STEP 6 (remove_files) COMPLETE
50562026-02-12T00:02:14.948Z[ recovery-image] Feb 12 00:02:14.691 INFO O| Feb 12 00:02:14.690 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-02-12T00:02:14.977Z[ recovery-image] Feb 12 00:02:14.710 INFO O| Feb 12 00:02:14.710 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
50582026-02-12T00:02:14.977Z[ recovery-image] Feb 12 00:02:14.714 INFO O| Feb 12 00:02:14.714 INFO STEP 7 (remove_files) COMPLETE
50592026-02-12T00:02:14.977Z[ recovery-image] Feb 12 00:02:14.714 INFO O| Feb 12 00:02:14.714 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-02-12T00:02:15.003Z[ recovery-image] Feb 12 00:02:14.733 INFO O| Feb 12 00:02:14.733 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
50612026-02-12T00:02:15.004Z[ recovery-image] Feb 12 00:02:14.734 INFO O| Feb 12 00:02:14.734 INFO STEP 8 (remove_files) COMPLETE
50622026-02-12T00:02:15.004Z[ recovery-image] Feb 12 00:02:14.734 INFO O| Feb 12 00:02:14.734 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-02-12T00:02:15.034Z[ recovery-image] Feb 12 00:02:14.759 INFO O| Feb 12 00:02:14.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
50642026-02-12T00:02:15.034Z[ recovery-image] Feb 12 00:02:14.760 INFO O| Feb 12 00:02:14.760 INFO STEP 9 (remove_files) COMPLETE
50652026-02-12T00:02:15.034Z[ recovery-image] Feb 12 00:02:14.760 INFO O| Feb 12 00:02:14.760 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-02-12T00:02:15.034Z[ recovery-image] Feb 12 00:02:14.782 INFO O| Feb 12 00:02:14.782 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
50672026-02-12T00:02:15.188Z[ recovery-image] Feb 12 00:02:14.939 INFO O| Feb 12 00:02:14.939 INFO STEP 10 (remove_files) COMPLETE
50682026-02-12T00:02:15.188Z[ recovery-image] Feb 12 00:02:14.939 INFO O| Feb 12 00:02:14.939 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-02-12T00:02:15.219Z[ recovery-image] Feb 12 00:02:14.964 INFO O| Feb 12 00:02:14.964 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
50702026-02-12T00:02:15.250Z[ recovery-image] Feb 12 00:02:14.995 INFO O| Feb 12 00:02:14.995 INFO STEP 11 (remove_files) COMPLETE
50712026-02-12T00:02:15.251Z[ recovery-image] Feb 12 00:02:14.995 INFO O| Feb 12 00:02:14.995 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-02-12T00:02:15.307Z[ recovery-image] Feb 12 00:02:15.058 INFO O| Feb 12 00:02:15.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
50732026-02-12T00:02:15.341Z[ recovery-image] Feb 12 00:02:15.066 INFO O| Feb 12 00:02:15.066 INFO STEP 12 (remove_files) COMPLETE
50742026-02-12T00:02:15.341Z[ recovery-image] Feb 12 00:02:15.066 INFO O| Feb 12 00:02:15.066 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-02-12T00:02:15.341Z[ recovery-image] Feb 12 00:02:15.088 INFO O| Feb 12 00:02:15.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
50762026-02-12T00:02:15.374Z[ recovery-image] Feb 12 00:02:15.113 INFO O| Feb 12 00:02:15.113 INFO STEP 13 (remove_files) COMPLETE
50772026-02-12T00:02:15.374Z[ recovery-image] Feb 12 00:02:15.113 INFO O| Feb 12 00:02:15.113 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-02-12T00:02:15.406Z[ recovery-image] Feb 12 00:02:15.135 INFO O| Feb 12 00:02:15.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
50792026-02-12T00:02:15.450Z[ recovery-image] Feb 12 00:02:15.201 INFO O| Feb 12 00:02:15.201 INFO STEP 14 (remove_files) COMPLETE
50802026-02-12T00:02:15.450Z[ recovery-image] Feb 12 00:02:15.201 INFO O| Feb 12 00:02:15.201 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-02-12T00:02:15.496Z[ recovery-image] Feb 12 00:02:15.248 INFO O| Feb 12 00:02:15.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
50822026-02-12T00:02:15.635Z[ recovery-image] Feb 12 00:02:15.386 INFO O| Feb 12 00:02:15.386 INFO STEP 15 (remove_files) COMPLETE
50832026-02-12T00:02:15.635Z[ recovery-image] Feb 12 00:02:15.386 INFO O| Feb 12 00:02:15.386 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-02-12T00:02:15.659Z[ recovery-image] Feb 12 00:02:15.402 INFO O| Feb 12 00:02:15.401 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
50852026-02-12T00:02:15.659Z[ recovery-image] Feb 12 00:02:15.402 INFO O| Feb 12 00:02:15.402 INFO STEP 16 (remove_files) COMPLETE
50862026-02-12T00:02:15.659Z[ recovery-image] Feb 12 00:02:15.402 INFO O| Feb 12 00:02:15.402 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-02-12T00:02:15.684Z[ recovery-image] Feb 12 00:02:15.415 INFO O| Feb 12 00:02:15.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
50882026-02-12T00:02:15.684Z[ recovery-image] Feb 12 00:02:15.416 INFO O| Feb 12 00:02:15.416 INFO STEP 17 (remove_files) COMPLETE
50892026-02-12T00:02:15.684Z[ recovery-image] Feb 12 00:02:15.416 INFO O| Feb 12 00:02:15.416 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-02-12T00:02:15.684Z[ recovery-image] Feb 12 00:02:15.430 INFO O| Feb 12 00:02:15.429 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
50912026-02-12T00:02:15.866Z[ recovery-image] Feb 12 00:02:15.616 INFO O| Feb 12 00:02:15.616 INFO STEP 18 (remove_files) COMPLETE
50922026-02-12T00:02:15.866Z[ recovery-image] Feb 12 00:02:15.616 INFO O| Feb 12 00:02:15.616 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-02-12T00:02:15.913Z[ recovery-image] Feb 12 00:02:15.665 INFO O| Feb 12 00:02:15.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
50942026-02-12T00:02:15.939Z[ recovery-image] Feb 12 00:02:15.666 INFO O| Feb 12 00:02:15.666 INFO STEP 19 (remove_files) COMPLETE
50952026-02-12T00:02:15.939Z[ recovery-image] Feb 12 00:02:15.666 INFO O| Feb 12 00:02:15.666 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-02-12T00:02:15.939Z[ recovery-image] Feb 12 00:02:15.690 INFO O| Feb 12 00:02:15.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
50972026-02-12T00:02:15.939Z[ recovery-image] Feb 12 00:02:15.690 INFO O| Feb 12 00:02:15.690 INFO STEP 20 (remove_files) COMPLETE
50982026-02-12T00:02:15.939Z[ recovery-image] Feb 12 00:02:15.690 INFO O| Feb 12 00:02:15.690 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-02-12T00:02:15.971Z[ recovery-image] Feb 12 00:02:15.722 INFO O| Feb 12 00:02:15.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
51002026-02-12T00:02:15.995Z[ recovery-image] Feb 12 00:02:15.723 INFO O| Feb 12 00:02:15.723 INFO STEP 21 (remove_files) COMPLETE
51012026-02-12T00:02:15.995Z[ recovery-image] Feb 12 00:02:15.723 INFO O| Feb 12 00:02:15.723 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-02-12T00:02:15.995Z[ recovery-image] Feb 12 00:02:15.742 INFO O| Feb 12 00:02:15.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
51032026-02-12T00:02:15.995Z[ recovery-image] Feb 12 00:02:15.743 INFO O| Feb 12 00:02:15.743 INFO STEP 22 (remove_files) COMPLETE
51042026-02-12T00:02:15.995Z[ recovery-image] Feb 12 00:02:15.743 INFO O| Feb 12 00:02:15.743 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-02-12T00:02:16.020Z[ recovery-image] Feb 12 00:02:15.765 INFO O| Feb 12 00:02:15.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
51062026-02-12T00:02:16.020Z[ recovery-image] Feb 12 00:02:15.766 INFO O| Feb 12 00:02:15.766 INFO STEP 23 (remove_files) COMPLETE
51072026-02-12T00:02:16.020Z[ recovery-image] Feb 12 00:02:15.766 INFO O| Feb 12 00:02:15.766 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-02-12T00:02:16.045Z[ recovery-image] Feb 12 00:02:15.787 INFO O| Feb 12 00:02:15.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
51092026-02-12T00:02:16.045Z[ recovery-image] Feb 12 00:02:15.787 INFO O| Feb 12 00:02:15.787 INFO STEP 24 (remove_files) COMPLETE
51102026-02-12T00:02:16.045Z[ recovery-image] Feb 12 00:02:15.787 INFO O| Feb 12 00:02:15.787 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-02-12T00:02:16.070Z[ recovery-image] Feb 12 00:02:15.808 INFO O| Feb 12 00:02:15.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
51122026-02-12T00:02:16.070Z[ recovery-image] Feb 12 00:02:15.808 INFO O| Feb 12 00:02:15.808 INFO STEP 25 (remove_files) COMPLETE
51132026-02-12T00:02:16.070Z[ recovery-image] Feb 12 00:02:15.808 INFO O| Feb 12 00:02:15.808 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-02-12T00:02:16.094Z[ recovery-image] Feb 12 00:02:15.829 INFO O| Feb 12 00:02:15.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
51152026-02-12T00:02:16.094Z[ recovery-image] Feb 12 00:02:15.829 INFO O| Feb 12 00:02:15.829 INFO STEP 26 (remove_files) COMPLETE
51162026-02-12T00:02:16.095Z[ recovery-image] Feb 12 00:02:15.829 INFO O| Feb 12 00:02:15.829 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-02-12T00:02:16.119Z[ recovery-image] Feb 12 00:02:15.851 INFO O| Feb 12 00:02:15.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
51182026-02-12T00:02:16.119Z[ recovery-image] Feb 12 00:02:15.852 INFO O| Feb 12 00:02:15.852 INFO STEP 27 (remove_files) COMPLETE
51192026-02-12T00:02:16.119Z[ recovery-image] Feb 12 00:02:15.852 INFO O| Feb 12 00:02:15.852 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-02-12T00:02:16.143Z[ recovery-image] Feb 12 00:02:15.876 INFO O| Feb 12 00:02:15.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
51212026-02-12T00:02:16.143Z[ recovery-image] Feb 12 00:02:15.876 INFO O| Feb 12 00:02:15.876 INFO STEP 28 (remove_files) COMPLETE
51222026-02-12T00:02:16.143Z[ recovery-image] Feb 12 00:02:15.876 INFO O| Feb 12 00:02:15.876 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-02-12T00:02:16.167Z[ recovery-image] Feb 12 00:02:15.900 INFO O| Feb 12 00:02:15.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
51242026-02-12T00:02:16.167Z[ recovery-image] Feb 12 00:02:15.900 INFO O| Feb 12 00:02:15.900 INFO STEP 29 (remove_files) COMPLETE
51252026-02-12T00:02:16.167Z[ recovery-image] Feb 12 00:02:15.900 INFO O| Feb 12 00:02:15.900 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-02-12T00:02:16.192Z[ recovery-image] Feb 12 00:02:15.922 INFO O| Feb 12 00:02:15.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
51272026-02-12T00:02:16.192Z[ recovery-image] Feb 12 00:02:15.922 INFO O| Feb 12 00:02:15.922 INFO STEP 30 (remove_files) COMPLETE
51282026-02-12T00:02:16.192Z[ recovery-image] Feb 12 00:02:15.922 INFO O| Feb 12 00:02:15.922 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-02-12T00:02:16.216Z[ recovery-image] Feb 12 00:02:15.944 INFO O| Feb 12 00:02:15.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
51302026-02-12T00:02:16.216Z[ recovery-image] Feb 12 00:02:15.944 INFO O| Feb 12 00:02:15.944 INFO STEP 31 (remove_files) COMPLETE
51312026-02-12T00:02:16.216Z[ recovery-image] Feb 12 00:02:15.944 INFO O| Feb 12 00:02:15.944 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-02-12T00:02:16.241Z[ recovery-image] Feb 12 00:02:15.961 INFO O| Feb 12 00:02:15.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
51332026-02-12T00:02:16.241Z[ recovery-image] Feb 12 00:02:15.962 INFO O| Feb 12 00:02:15.962 INFO STEP 32 (remove_files) COMPLETE
51342026-02-12T00:02:16.241Z[ recovery-image] Feb 12 00:02:15.962 INFO O| Feb 12 00:02:15.962 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-02-12T00:02:16.241Z[ recovery-image] Feb 12 00:02:15.979 INFO O| Feb 12 00:02:15.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
51362026-02-12T00:02:16.241Z[ recovery-image] Feb 12 00:02:15.979 INFO O| Feb 12 00:02:15.979 INFO STEP 33 (remove_files) COMPLETE
51372026-02-12T00:02:16.241Z[ recovery-image] Feb 12 00:02:15.979 INFO O| Feb 12 00:02:15.979 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-02-12T00:02:16.267Z[ recovery-image] Feb 12 00:02:15.996 INFO O| Feb 12 00:02:15.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
51392026-02-12T00:02:16.267Z[ recovery-image] Feb 12 00:02:15.996 INFO O| Feb 12 00:02:15.996 INFO STEP 34 (remove_files) COMPLETE
51402026-02-12T00:02:16.267Z[ recovery-image] Feb 12 00:02:15.996 INFO O| Feb 12 00:02:15.996 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-02-12T00:02:16.267Z[ recovery-image] Feb 12 00:02:16.017 INFO O| Feb 12 00:02:16.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
51422026-02-12T00:02:16.267Z[ recovery-image] Feb 12 00:02:16.017 INFO O| Feb 12 00:02:16.017 INFO STEP 35 (remove_files) COMPLETE
51432026-02-12T00:02:16.267Z[ recovery-image] Feb 12 00:02:16.017 INFO O| Feb 12 00:02:16.017 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-02-12T00:02:16.291Z[ recovery-image] Feb 12 00:02:16.041 INFO O| Feb 12 00:02:16.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
51452026-02-12T00:02:16.291Z[ recovery-image] Feb 12 00:02:16.041 INFO O| Feb 12 00:02:16.041 INFO STEP 36 (remove_files) COMPLETE
51462026-02-12T00:02:16.291Z[ recovery-image] Feb 12 00:02:16.041 INFO O| Feb 12 00:02:16.041 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-02-12T00:02:16.315Z[ recovery-image] Feb 12 00:02:16.066 INFO O| Feb 12 00:02:16.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
51482026-02-12T00:02:16.315Z[ recovery-image] Feb 12 00:02:16.066 INFO O| Feb 12 00:02:16.066 INFO STEP 37 (remove_files) COMPLETE
51492026-02-12T00:02:16.315Z[ recovery-image] Feb 12 00:02:16.066 INFO O| Feb 12 00:02:16.066 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-02-12T00:02:16.340Z[ recovery-image] Feb 12 00:02:16.087 INFO O| Feb 12 00:02:16.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
51512026-02-12T00:02:16.341Z[ recovery-image] Feb 12 00:02:16.087 INFO O| Feb 12 00:02:16.087 INFO STEP 38 (remove_files) COMPLETE
51522026-02-12T00:02:16.341Z[ recovery-image] Feb 12 00:02:16.087 INFO O| Feb 12 00:02:16.087 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-02-12T00:02:16.369Z[ recovery-image] Feb 12 00:02:16.102 INFO O| Feb 12 00:02:16.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
51542026-02-12T00:02:16.370Z[ recovery-image] Feb 12 00:02:16.102 INFO O| Feb 12 00:02:16.102 INFO STEP 39 (remove_files) COMPLETE
51552026-02-12T00:02:16.370Z[ recovery-image] Feb 12 00:02:16.102 INFO O| Feb 12 00:02:16.102 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-02-12T00:02:16.394Z[ recovery-image] Feb 12 00:02:16.121 INFO O| Feb 12 00:02:16.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
51572026-02-12T00:02:16.394Z[ recovery-image] Feb 12 00:02:16.121 INFO O| Feb 12 00:02:16.121 INFO STEP 40 (remove_files) COMPLETE
51582026-02-12T00:02:16.395Z[ recovery-image] Feb 12 00:02:16.121 INFO O| Feb 12 00:02:16.121 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-02-12T00:02:16.395Z[ recovery-image] Feb 12 00:02:16.141 INFO O| Feb 12 00:02:16.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
51602026-02-12T00:02:16.395Z[ recovery-image] Feb 12 00:02:16.141 INFO O| Feb 12 00:02:16.141 INFO STEP 41 (remove_files) COMPLETE
51612026-02-12T00:02:16.395Z[ recovery-image] Feb 12 00:02:16.141 INFO O| Feb 12 00:02:16.141 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-02-12T00:02:16.420Z[ recovery-image] Feb 12 00:02:16.161 INFO O| Feb 12 00:02:16.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
51632026-02-12T00:02:16.420Z[ recovery-image] Feb 12 00:02:16.161 INFO O| Feb 12 00:02:16.161 INFO STEP 42 (remove_files) COMPLETE
51642026-02-12T00:02:16.420Z[ recovery-image] Feb 12 00:02:16.161 INFO O| Feb 12 00:02:16.161 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-02-12T00:02:16.445Z[ recovery-image] Feb 12 00:02:16.182 INFO O| Feb 12 00:02:16.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
51662026-02-12T00:02:16.445Z[ recovery-image] Feb 12 00:02:16.183 INFO O| Feb 12 00:02:16.182 INFO STEP 43 (remove_files) COMPLETE
51672026-02-12T00:02:16.445Z[ recovery-image] Feb 12 00:02:16.183 INFO O| Feb 12 00:02:16.182 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-02-12T00:02:16.474Z[ recovery-image] Feb 12 00:02:16.204 INFO O| Feb 12 00:02:16.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
51692026-02-12T00:02:16.474Z[ recovery-image] Feb 12 00:02:16.204 INFO O| Feb 12 00:02:16.204 INFO STEP 44 (remove_files) COMPLETE
51702026-02-12T00:02:16.474Z[ recovery-image] Feb 12 00:02:16.204 INFO O| Feb 12 00:02:16.204 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-02-12T00:02:16.500Z[ recovery-image] Feb 12 00:02:16.227 INFO O| Feb 12 00:02:16.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
51722026-02-12T00:02:16.500Z[ recovery-image] Feb 12 00:02:16.227 INFO O| Feb 12 00:02:16.227 INFO STEP 45 (remove_files) COMPLETE
51732026-02-12T00:02:16.500Z[ recovery-image] Feb 12 00:02:16.227 INFO O| Feb 12 00:02:16.227 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-02-12T00:02:16.500Z[ recovery-image] Feb 12 00:02:16.249 INFO O| Feb 12 00:02:16.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
51752026-02-12T00:02:16.500Z[ recovery-image] Feb 12 00:02:16.250 INFO O| Feb 12 00:02:16.250 INFO STEP 46 (remove_files) COMPLETE
51762026-02-12T00:02:16.500Z[ recovery-image] Feb 12 00:02:16.250 INFO O| Feb 12 00:02:16.250 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-02-12T00:02:16.525Z[ recovery-image] Feb 12 00:02:16.275 INFO O| Feb 12 00:02:16.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
51782026-02-12T00:02:16.525Z[ recovery-image] Feb 12 00:02:16.275 INFO O| Feb 12 00:02:16.275 INFO STEP 47 (remove_files) COMPLETE
51792026-02-12T00:02:16.525Z[ recovery-image] Feb 12 00:02:16.275 INFO O| Feb 12 00:02:16.275 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-12T00:02:16.551Z[ recovery-image] Feb 12 00:02:16.292 INFO O| Feb 12 00:02:16.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
51812026-02-12T00:02:16.551Z[ recovery-image] Feb 12 00:02:16.293 INFO O| Feb 12 00:02:16.293 INFO STEP 48 (remove_files) COMPLETE
51822026-02-12T00:02:16.551Z[ recovery-image] Feb 12 00:02:16.293 INFO O| Feb 12 00:02:16.293 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-12T00:02:16.578Z[ recovery-image] Feb 12 00:02:16.309 INFO O| Feb 12 00:02:16.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
51842026-02-12T00:02:16.578Z[ recovery-image] Feb 12 00:02:16.309 INFO O| Feb 12 00:02:16.309 INFO STEP 49 (remove_files) COMPLETE
51852026-02-12T00:02:16.578Z[ recovery-image] Feb 12 00:02:16.309 INFO O| Feb 12 00:02:16.309 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-12T00:02:16.603Z[ recovery-image] Feb 12 00:02:16.332 INFO O| Feb 12 00:02:16.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
51872026-02-12T00:02:16.603Z[ recovery-image] Feb 12 00:02:16.333 INFO O| Feb 12 00:02:16.332 INFO STEP 50 (remove_files) COMPLETE
51882026-02-12T00:02:16.603Z[ recovery-image] Feb 12 00:02:16.333 INFO O| Feb 12 00:02:16.332 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-12T00:02:16.603Z[ recovery-image] Feb 12 00:02:16.354 INFO O| Feb 12 00:02:16.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
51902026-02-12T00:02:16.603Z[ recovery-image] Feb 12 00:02:16.354 INFO O| Feb 12 00:02:16.354 INFO STEP 51 (remove_files) COMPLETE
51912026-02-12T00:02:16.603Z[ recovery-image] Feb 12 00:02:16.354 INFO O| Feb 12 00:02:16.354 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-12T00:02:16.629Z[ recovery-image] Feb 12 00:02:16.372 INFO O| Feb 12 00:02:16.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
51932026-02-12T00:02:16.629Z[ recovery-image] Feb 12 00:02:16.372 INFO O| Feb 12 00:02:16.372 INFO STEP 52 (remove_files) COMPLETE
51942026-02-12T00:02:16.629Z[ recovery-image] Feb 12 00:02:16.372 INFO O| Feb 12 00:02:16.372 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-12T00:02:16.654Z[ recovery-image] Feb 12 00:02:16.389 INFO O| Feb 12 00:02:16.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
51962026-02-12T00:02:16.654Z[ recovery-image] Feb 12 00:02:16.389 INFO O| Feb 12 00:02:16.389 INFO STEP 53 (remove_files) COMPLETE
51972026-02-12T00:02:16.654Z[ recovery-image] Feb 12 00:02:16.389 INFO O| Feb 12 00:02:16.389 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-12T00:02:16.679Z[ recovery-image] Feb 12 00:02:16.407 INFO O| Feb 12 00:02:16.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
51992026-02-12T00:02:16.679Z[ recovery-image] Feb 12 00:02:16.407 INFO O| Feb 12 00:02:16.407 INFO STEP 54 (remove_files) COMPLETE
52002026-02-12T00:02:16.679Z[ recovery-image] Feb 12 00:02:16.407 INFO O| Feb 12 00:02:16.407 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-12T00:02:16.679Z[ recovery-image] Feb 12 00:02:16.426 INFO O| Feb 12 00:02:16.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
52022026-02-12T00:02:16.679Z[ recovery-image] Feb 12 00:02:16.426 INFO O| Feb 12 00:02:16.426 INFO STEP 55 (remove_files) COMPLETE
52032026-02-12T00:02:16.679Z[ recovery-image] Feb 12 00:02:16.426 INFO O| Feb 12 00:02:16.426 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-12T00:02:16.704Z[ recovery-image] Feb 12 00:02:16.445 INFO O| Feb 12 00:02:16.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
52052026-02-12T00:02:16.704Z[ recovery-image] Feb 12 00:02:16.446 INFO O| Feb 12 00:02:16.446 INFO STEP 56 (remove_files) COMPLETE
52062026-02-12T00:02:16.704Z[ recovery-image] Feb 12 00:02:16.446 INFO O| Feb 12 00:02:16.446 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-12T00:02:16.729Z[ recovery-image] Feb 12 00:02:16.465 INFO O| Feb 12 00:02:16.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
52082026-02-12T00:02:16.729Z[ recovery-image] Feb 12 00:02:16.465 INFO O| Feb 12 00:02:16.465 INFO STEP 57 (remove_files) COMPLETE
52092026-02-12T00:02:16.729Z[ recovery-image] Feb 12 00:02:16.465 INFO O| Feb 12 00:02:16.465 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-02-12T00:02:16.755Z[ recovery-image] Feb 12 00:02:16.485 INFO O| Feb 12 00:02:16.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
52112026-02-12T00:02:16.755Z[ recovery-image] Feb 12 00:02:16.485 INFO O| Feb 12 00:02:16.485 INFO STEP 58 (remove_files) COMPLETE
52122026-02-12T00:02:16.755Z[ recovery-image] Feb 12 00:02:16.485 INFO O| Feb 12 00:02:16.485 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-02-12T00:02:16.780Z[ recovery-image] Feb 12 00:02:16.507 INFO O| Feb 12 00:02:16.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
52142026-02-12T00:02:16.780Z[ recovery-image] Feb 12 00:02:16.507 INFO O| Feb 12 00:02:16.507 INFO STEP 59 (remove_files) COMPLETE
52152026-02-12T00:02:16.780Z[ recovery-image] Feb 12 00:02:16.507 INFO O| Feb 12 00:02:16.507 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-02-12T00:02:16.780Z[ recovery-image] Feb 12 00:02:16.526 INFO O| Feb 12 00:02:16.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
52172026-02-12T00:02:16.781Z[ recovery-image] Feb 12 00:02:16.526 INFO O| Feb 12 00:02:16.526 INFO STEP 60 (remove_files) COMPLETE
52182026-02-12T00:02:16.781Z[ recovery-image] Feb 12 00:02:16.527 INFO O| Feb 12 00:02:16.526 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-02-12T00:02:16.806Z[ recovery-image] Feb 12 00:02:16.544 INFO O| Feb 12 00:02:16.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
52202026-02-12T00:02:16.806Z[ recovery-image] Feb 12 00:02:16.544 INFO O| Feb 12 00:02:16.544 INFO STEP 61 (remove_files) COMPLETE
52212026-02-12T00:02:16.806Z[ recovery-image] Feb 12 00:02:16.544 INFO O| Feb 12 00:02:16.544 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-02-12T00:02:16.831Z[ recovery-image] Feb 12 00:02:16.563 INFO O| Feb 12 00:02:16.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
52232026-02-12T00:02:16.831Z[ recovery-image] Feb 12 00:02:16.563 INFO O| Feb 12 00:02:16.563 INFO STEP 62 (remove_files) COMPLETE
52242026-02-12T00:02:16.831Z[ recovery-image] Feb 12 00:02:16.563 INFO O| Feb 12 00:02:16.563 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-12T00:02:16.857Z[ recovery-image] Feb 12 00:02:16.583 INFO O| Feb 12 00:02:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
52262026-02-12T00:02:16.857Z[ recovery-image] Feb 12 00:02:16.583 INFO O| Feb 12 00:02:16.583 INFO STEP 63 (remove_files) COMPLETE
52272026-02-12T00:02:16.857Z[ recovery-image] Feb 12 00:02:16.583 INFO O| Feb 12 00:02:16.583 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-12T00:02:16.857Z[ recovery-image] Feb 12 00:02:16.602 INFO O| Feb 12 00:02:16.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
52292026-02-12T00:02:16.857Z[ recovery-image] Feb 12 00:02:16.602 INFO O| Feb 12 00:02:16.602 INFO STEP 64 (remove_files) COMPLETE
52302026-02-12T00:02:16.857Z[ recovery-image] Feb 12 00:02:16.602 INFO O| Feb 12 00:02:16.602 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-12T00:02:16.883Z[ recovery-image] Feb 12 00:02:16.620 INFO O| Feb 12 00:02:16.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
52322026-02-12T00:02:16.883Z[ recovery-image] Feb 12 00:02:16.621 INFO O| Feb 12 00:02:16.620 INFO STEP 65 (remove_files) COMPLETE
52332026-02-12T00:02:16.883Z[ recovery-image] Feb 12 00:02:16.621 INFO O| Feb 12 00:02:16.620 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-02-12T00:02:16.909Z[ recovery-image] Feb 12 00:02:16.637 INFO O| Feb 12 00:02:16.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
52352026-02-12T00:02:16.909Z[ recovery-image] Feb 12 00:02:16.637 INFO O| Feb 12 00:02:16.637 INFO STEP 66 (remove_files) COMPLETE
52362026-02-12T00:02:16.909Z[ recovery-image] Feb 12 00:02:16.637 INFO O| Feb 12 00:02:16.637 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-02-12T00:02:16.909Z[ recovery-image] Feb 12 00:02:16.654 INFO O| Feb 12 00:02:16.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
52382026-02-12T00:02:16.909Z[ recovery-image] Feb 12 00:02:16.655 INFO O| Feb 12 00:02:16.654 INFO STEP 67 (remove_files) COMPLETE
52392026-02-12T00:02:16.909Z[ recovery-image] Feb 12 00:02:16.655 INFO O| Feb 12 00:02:16.655 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-02-12T00:02:16.935Z[ recovery-image] Feb 12 00:02:16.677 INFO O| Feb 12 00:02:16.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
52412026-02-12T00:02:16.935Z[ recovery-image] Feb 12 00:02:16.677 INFO O| Feb 12 00:02:16.677 INFO STEP 68 (remove_files) COMPLETE
52422026-02-12T00:02:16.935Z[ recovery-image] Feb 12 00:02:16.677 INFO O| Feb 12 00:02:16.677 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-02-12T00:02:16.959Z[ recovery-image] Feb 12 00:02:16.698 INFO O| Feb 12 00:02:16.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
52442026-02-12T00:02:16.959Z[ recovery-image] Feb 12 00:02:16.699 INFO O| Feb 12 00:02:16.699 INFO STEP 69 (remove_files) COMPLETE
52452026-02-12T00:02:16.959Z[ recovery-image] Feb 12 00:02:16.699 INFO O| Feb 12 00:02:16.699 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-02-12T00:02:17.004Z[ recovery-image] Feb 12 00:02:16.722 INFO O| Feb 12 00:02:16.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
52472026-02-12T00:02:17.004Z[ recovery-image] Feb 12 00:02:16.722 INFO O| Feb 12 00:02:16.722 INFO STEP 70 (remove_files) COMPLETE
52482026-02-12T00:02:17.004Z[ recovery-image] Feb 12 00:02:16.722 INFO O| Feb 12 00:02:16.722 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-02-12T00:02:17.028Z[ recovery-image] Feb 12 00:02:16.743 INFO O| Feb 12 00:02:16.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
52502026-02-12T00:02:17.028Z[ recovery-image] Feb 12 00:02:16.743 INFO O| Feb 12 00:02:16.743 INFO STEP 71 (remove_files) COMPLETE
52512026-02-12T00:02:17.028Z[ recovery-image] Feb 12 00:02:16.743 INFO O| Feb 12 00:02:16.743 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-02-12T00:02:17.028Z[ recovery-image] Feb 12 00:02:16.760 INFO O| Feb 12 00:02:16.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
52532026-02-12T00:02:17.028Z[ recovery-image] Feb 12 00:02:16.761 INFO O| Feb 12 00:02:16.761 INFO STEP 72 (remove_files) COMPLETE
52542026-02-12T00:02:17.028Z[ recovery-image] Feb 12 00:02:16.761 INFO O| Feb 12 00:02:16.761 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-02-12T00:02:17.054Z[ recovery-image] Feb 12 00:02:16.782 INFO O| Feb 12 00:02:16.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
52562026-02-12T00:02:17.054Z[ recovery-image] Feb 12 00:02:16.782 INFO O| Feb 12 00:02:16.782 INFO STEP 73 (remove_files) COMPLETE
52572026-02-12T00:02:17.054Z[ recovery-image] Feb 12 00:02:16.782 INFO O| Feb 12 00:02:16.782 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-02-12T00:02:17.054Z[ recovery-image] Feb 12 00:02:16.804 INFO O| Feb 12 00:02:16.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
52592026-02-12T00:02:17.054Z[ recovery-image] Feb 12 00:02:16.804 INFO O| Feb 12 00:02:16.804 INFO STEP 74 (remove_files) COMPLETE
52602026-02-12T00:02:17.054Z[ recovery-image] Feb 12 00:02:16.804 INFO O| Feb 12 00:02:16.804 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-02-12T00:02:17.079Z[ recovery-image] Feb 12 00:02:16.826 INFO O| Feb 12 00:02:16.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
52622026-02-12T00:02:17.079Z[ recovery-image] Feb 12 00:02:16.826 INFO O| Feb 12 00:02:16.826 INFO STEP 75 (remove_files) COMPLETE
52632026-02-12T00:02:17.079Z[ recovery-image] Feb 12 00:02:16.826 INFO O| Feb 12 00:02:16.826 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-02-12T00:02:17.114Z[ recovery-image] Feb 12 00:02:16.846 INFO O| Feb 12 00:02:16.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
52652026-02-12T00:02:17.114Z[ recovery-image] Feb 12 00:02:16.846 INFO O| Feb 12 00:02:16.846 INFO STEP 76 (remove_files) COMPLETE
52662026-02-12T00:02:17.114Z[ recovery-image] Feb 12 00:02:16.846 INFO O| Feb 12 00:02:16.846 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-02-12T00:02:17.139Z[ recovery-image] Feb 12 00:02:16.868 INFO O| Feb 12 00:02:16.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
52682026-02-12T00:02:17.139Z[ recovery-image] Feb 12 00:02:16.868 INFO O| Feb 12 00:02:16.868 INFO STEP 77 (remove_files) COMPLETE
52692026-02-12T00:02:17.139Z[ recovery-image] Feb 12 00:02:16.868 INFO O| Feb 12 00:02:16.868 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-02-12T00:02:17.139Z[ recovery-image] Feb 12 00:02:16.886 INFO O| Feb 12 00:02:16.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
52712026-02-12T00:02:17.139Z[ recovery-image] Feb 12 00:02:16.886 INFO O| Feb 12 00:02:16.886 INFO STEP 78 (remove_files) COMPLETE
52722026-02-12T00:02:17.139Z[ recovery-image] Feb 12 00:02:16.886 INFO O| Feb 12 00:02:16.886 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-02-12T00:02:17.163Z[ recovery-image] Feb 12 00:02:16.900 INFO O| Feb 12 00:02:16.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
52742026-02-12T00:02:17.163Z[ recovery-image] Feb 12 00:02:16.901 INFO O| Feb 12 00:02:16.901 INFO STEP 79 (remove_files) COMPLETE
52752026-02-12T00:02:17.163Z[ recovery-image] Feb 12 00:02:16.901 INFO O| Feb 12 00:02:16.901 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-02-12T00:02:17.188Z[ recovery-image] Feb 12 00:02:16.921 INFO O| Feb 12 00:02:16.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
52772026-02-12T00:02:17.189Z[ recovery-image] Feb 12 00:02:16.921 INFO O| Feb 12 00:02:16.921 INFO STEP 80 (remove_files) COMPLETE
52782026-02-12T00:02:17.189Z[ recovery-image] Feb 12 00:02:16.921 INFO O| Feb 12 00:02:16.921 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-02-12T00:02:17.189Z[ recovery-image] Feb 12 00:02:16.939 INFO O| Feb 12 00:02:16.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
52802026-02-12T00:02:17.189Z[ recovery-image] Feb 12 00:02:16.939 INFO O| Feb 12 00:02:16.939 INFO STEP 81 (remove_files) COMPLETE
52812026-02-12T00:02:17.189Z[ recovery-image] Feb 12 00:02:16.939 INFO O| Feb 12 00:02:16.939 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-02-12T00:02:17.214Z[ recovery-image] Feb 12 00:02:16.954 INFO O| Feb 12 00:02:16.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
52832026-02-12T00:02:17.214Z[ recovery-image] Feb 12 00:02:16.954 INFO O| Feb 12 00:02:16.954 INFO STEP 82 (remove_files) COMPLETE
52842026-02-12T00:02:17.214Z[ recovery-image] Feb 12 00:02:16.954 INFO O| Feb 12 00:02:16.954 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-02-12T00:02:17.238Z[ recovery-image] Feb 12 00:02:16.969 INFO O| Feb 12 00:02:16.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
52862026-02-12T00:02:17.238Z[ recovery-image] Feb 12 00:02:16.969 INFO O| Feb 12 00:02:16.969 INFO STEP 83 (remove_files) COMPLETE
52872026-02-12T00:02:17.238Z[ recovery-image] Feb 12 00:02:16.969 INFO O| Feb 12 00:02:16.969 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-02-12T00:02:17.238Z[ recovery-image] Feb 12 00:02:16.983 INFO O| Feb 12 00:02:16.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
52892026-02-12T00:02:17.238Z[ recovery-image] Feb 12 00:02:16.983 INFO O| Feb 12 00:02:16.983 INFO STEP 84 (remove_files) COMPLETE
52902026-02-12T00:02:17.238Z[ recovery-image] Feb 12 00:02:16.983 INFO O| Feb 12 00:02:16.983 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-02-12T00:02:17.263Z[ recovery-image] Feb 12 00:02:16.997 INFO O| Feb 12 00:02:16.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
52922026-02-12T00:02:17.263Z[ recovery-image] Feb 12 00:02:16.997 INFO O| Feb 12 00:02:16.997 INFO STEP 85 (remove_files) COMPLETE
52932026-02-12T00:02:17.263Z[ recovery-image] Feb 12 00:02:16.997 INFO O| Feb 12 00:02:16.997 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-02-12T00:02:17.288Z[ recovery-image] Feb 12 00:02:17.016 INFO O| Feb 12 00:02:17.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
52952026-02-12T00:02:17.288Z[ recovery-image] Feb 12 00:02:17.016 INFO O| Feb 12 00:02:17.016 INFO STEP 86 (remove_files) COMPLETE
52962026-02-12T00:02:17.288Z[ recovery-image] Feb 12 00:02:17.016 INFO O| Feb 12 00:02:17.016 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-02-12T00:02:17.288Z[ recovery-image] Feb 12 00:02:17.035 INFO O| Feb 12 00:02:17.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
52982026-02-12T00:02:17.288Z[ recovery-image] Feb 12 00:02:17.035 INFO O| Feb 12 00:02:17.035 INFO STEP 87 (remove_files) COMPLETE
52992026-02-12T00:02:17.288Z[ recovery-image] Feb 12 00:02:17.035 INFO O| Feb 12 00:02:17.035 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-02-12T00:02:17.312Z[ recovery-image] Feb 12 00:02:17.056 INFO O| Feb 12 00:02:17.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
53012026-02-12T00:02:17.312Z[ recovery-image] Feb 12 00:02:17.056 INFO O| Feb 12 00:02:17.056 INFO STEP 88 (remove_files) COMPLETE
53022026-02-12T00:02:17.312Z[ recovery-image] Feb 12 00:02:17.056 INFO O| Feb 12 00:02:17.056 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-02-12T00:02:17.338Z[ recovery-image] Feb 12 00:02:17.074 INFO O| Feb 12 00:02:17.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
53042026-02-12T00:02:17.338Z[ recovery-image] Feb 12 00:02:17.074 INFO O| Feb 12 00:02:17.074 INFO STEP 89 (remove_files) COMPLETE
53052026-02-12T00:02:17.338Z[ recovery-image] Feb 12 00:02:17.074 INFO O| Feb 12 00:02:17.074 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-02-12T00:02:17.363Z[ recovery-image] Feb 12 00:02:17.092 INFO O| Feb 12 00:02:17.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
53072026-02-12T00:02:17.363Z[ recovery-image] Feb 12 00:02:17.092 INFO O| Feb 12 00:02:17.092 INFO STEP 90 (remove_files) COMPLETE
53082026-02-12T00:02:17.363Z[ recovery-image] Feb 12 00:02:17.092 INFO O| Feb 12 00:02:17.092 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-02-12T00:02:17.388Z[ recovery-image] Feb 12 00:02:17.114 INFO O| Feb 12 00:02:17.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
53102026-02-12T00:02:17.388Z[ recovery-image] Feb 12 00:02:17.114 INFO O| Feb 12 00:02:17.114 INFO STEP 91 (remove_files) COMPLETE
53112026-02-12T00:02:17.388Z[ recovery-image] Feb 12 00:02:17.114 INFO O| Feb 12 00:02:17.114 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-02-12T00:02:17.388Z[ recovery-image] Feb 12 00:02:17.135 INFO O| Feb 12 00:02:17.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
53132026-02-12T00:02:17.388Z[ recovery-image] Feb 12 00:02:17.135 INFO O| Feb 12 00:02:17.135 INFO STEP 92 (remove_files) COMPLETE
53142026-02-12T00:02:17.388Z[ recovery-image] Feb 12 00:02:17.135 INFO O| Feb 12 00:02:17.135 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-02-12T00:02:17.414Z[ recovery-image] Feb 12 00:02:17.155 INFO O| Feb 12 00:02:17.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
53162026-02-12T00:02:17.414Z[ recovery-image] Feb 12 00:02:17.155 INFO O| Feb 12 00:02:17.155 INFO STEP 93 (remove_files) COMPLETE
53172026-02-12T00:02:17.414Z[ recovery-image] Feb 12 00:02:17.155 INFO O| Feb 12 00:02:17.155 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-02-12T00:02:17.439Z[ recovery-image] Feb 12 00:02:17.176 INFO O| Feb 12 00:02:17.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
53192026-02-12T00:02:17.440Z[ recovery-image] Feb 12 00:02:17.176 INFO O| Feb 12 00:02:17.176 INFO STEP 94 (remove_files) COMPLETE
53202026-02-12T00:02:17.440Z[ recovery-image] Feb 12 00:02:17.176 INFO O| Feb 12 00:02:17.176 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-02-12T00:02:17.464Z[ recovery-image] Feb 12 00:02:17.195 INFO O| Feb 12 00:02:17.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
53222026-02-12T00:02:17.464Z[ recovery-image] Feb 12 00:02:17.195 INFO O| Feb 12 00:02:17.195 INFO STEP 95 (remove_files) COMPLETE
53232026-02-12T00:02:17.464Z[ recovery-image] Feb 12 00:02:17.195 INFO O| Feb 12 00:02:17.195 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-02-12T00:02:17.464Z[ recovery-image] Feb 12 00:02:17.215 INFO O| Feb 12 00:02:17.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
53252026-02-12T00:02:17.464Z[ recovery-image] Feb 12 00:02:17.215 INFO O| Feb 12 00:02:17.215 INFO STEP 96 (remove_files) COMPLETE
53262026-02-12T00:02:17.464Z[ recovery-image] Feb 12 00:02:17.215 INFO O| Feb 12 00:02:17.215 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-02-12T00:02:17.489Z[ recovery-image] Feb 12 00:02:17.233 INFO O| Feb 12 00:02:17.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
53282026-02-12T00:02:17.489Z[ recovery-image] Feb 12 00:02:17.233 INFO O| Feb 12 00:02:17.233 INFO STEP 97 (remove_files) COMPLETE
53292026-02-12T00:02:17.489Z[ recovery-image] Feb 12 00:02:17.233 INFO O| Feb 12 00:02:17.233 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-02-12T00:02:17.514Z[ recovery-image] Feb 12 00:02:17.251 INFO O| Feb 12 00:02:17.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
53312026-02-12T00:02:17.514Z[ recovery-image] Feb 12 00:02:17.252 INFO O| Feb 12 00:02:17.252 INFO STEP 98 (remove_files) COMPLETE
53322026-02-12T00:02:17.514Z[ recovery-image] Feb 12 00:02:17.252 INFO O| Feb 12 00:02:17.252 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-02-12T00:02:17.539Z[ recovery-image] Feb 12 00:02:17.270 INFO O| Feb 12 00:02:17.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
53342026-02-12T00:02:17.539Z[ recovery-image] Feb 12 00:02:17.271 INFO O| Feb 12 00:02:17.270 INFO STEP 99 (remove_files) COMPLETE
53352026-02-12T00:02:17.539Z[ recovery-image] Feb 12 00:02:17.271 INFO O| Feb 12 00:02:17.271 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-02-12T00:02:17.539Z[ recovery-image] Feb 12 00:02:17.289 INFO O| Feb 12 00:02:17.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
53372026-02-12T00:02:17.539Z[ recovery-image] Feb 12 00:02:17.289 INFO O| Feb 12 00:02:17.289 INFO STEP 100 (remove_files) COMPLETE
53382026-02-12T00:02:17.539Z[ recovery-image] Feb 12 00:02:17.289 INFO O| Feb 12 00:02:17.289 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-02-12T00:02:17.564Z[ recovery-image] Feb 12 00:02:17.313 INFO O| Feb 12 00:02:17.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
53402026-02-12T00:02:17.564Z[ recovery-image] Feb 12 00:02:17.313 INFO O| Feb 12 00:02:17.313 INFO STEP 101 (remove_files) COMPLETE
53412026-02-12T00:02:17.564Z[ recovery-image] Feb 12 00:02:17.313 INFO O| Feb 12 00:02:17.313 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-02-12T00:02:17.588Z[ recovery-image] Feb 12 00:02:17.334 INFO O| Feb 12 00:02:17.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
53432026-02-12T00:02:17.588Z[ recovery-image] Feb 12 00:02:17.334 INFO O| Feb 12 00:02:17.334 INFO STEP 102 (remove_files) COMPLETE
53442026-02-12T00:02:17.588Z[ recovery-image] Feb 12 00:02:17.334 INFO O| Feb 12 00:02:17.334 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-02-12T00:02:17.614Z[ recovery-image] Feb 12 00:02:17.356 INFO O| Feb 12 00:02:17.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
53462026-02-12T00:02:17.614Z[ recovery-image] Feb 12 00:02:17.356 INFO O| Feb 12 00:02:17.356 INFO STEP 103 (remove_files) COMPLETE
53472026-02-12T00:02:17.614Z[ recovery-image] Feb 12 00:02:17.356 INFO O| Feb 12 00:02:17.356 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-02-12T00:02:17.639Z[ recovery-image] Feb 12 00:02:17.377 INFO O| Feb 12 00:02:17.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
53492026-02-12T00:02:17.639Z[ recovery-image] Feb 12 00:02:17.377 INFO O| Feb 12 00:02:17.377 INFO STEP 104 (remove_files) COMPLETE
53502026-02-12T00:02:17.639Z[ recovery-image] Feb 12 00:02:17.377 INFO O| Feb 12 00:02:17.377 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-02-12T00:02:17.664Z[ recovery-image] Feb 12 00:02:17.398 INFO O| Feb 12 00:02:17.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
53522026-02-12T00:02:17.664Z[ recovery-image] Feb 12 00:02:17.399 INFO O| Feb 12 00:02:17.398 INFO STEP 105 (remove_files) COMPLETE
53532026-02-12T00:02:17.664Z[ recovery-image] Feb 12 00:02:17.399 INFO O| Feb 12 00:02:17.399 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-02-12T00:02:17.689Z[ recovery-image] Feb 12 00:02:17.419 INFO O| Feb 12 00:02:17.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
53552026-02-12T00:02:17.689Z[ recovery-image] Feb 12 00:02:17.420 INFO O| Feb 12 00:02:17.420 INFO STEP 106 (remove_files) COMPLETE
53562026-02-12T00:02:17.689Z[ recovery-image] Feb 12 00:02:17.420 INFO O| Feb 12 00:02:17.420 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-02-12T00:02:17.714Z[ recovery-image] Feb 12 00:02:17.442 INFO O| Feb 12 00:02:17.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
53582026-02-12T00:02:17.714Z[ recovery-image] Feb 12 00:02:17.442 INFO O| Feb 12 00:02:17.442 INFO STEP 107 (remove_files) COMPLETE
53592026-02-12T00:02:17.714Z[ recovery-image] Feb 12 00:02:17.442 INFO O| Feb 12 00:02:17.442 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-02-12T00:02:17.714Z[ recovery-image] Feb 12 00:02:17.462 INFO O| Feb 12 00:02:17.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
53612026-02-12T00:02:17.714Z[ recovery-image] Feb 12 00:02:17.462 INFO O| Feb 12 00:02:17.462 INFO STEP 108 (remove_files) COMPLETE
53622026-02-12T00:02:17.714Z[ recovery-image] Feb 12 00:02:17.462 INFO O| Feb 12 00:02:17.462 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-02-12T00:02:17.740Z[ recovery-image] Feb 12 00:02:17.481 INFO O| Feb 12 00:02:17.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
53642026-02-12T00:02:17.740Z[ recovery-image] Feb 12 00:02:17.481 INFO O| Feb 12 00:02:17.481 INFO STEP 109 (remove_files) COMPLETE
53652026-02-12T00:02:17.740Z[ recovery-image] Feb 12 00:02:17.481 INFO O| Feb 12 00:02:17.481 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-02-12T00:02:17.764Z[ recovery-image] Feb 12 00:02:17.507 INFO O| Feb 12 00:02:17.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
53672026-02-12T00:02:17.764Z[ recovery-image] Feb 12 00:02:17.507 INFO O| Feb 12 00:02:17.507 INFO STEP 110 (remove_files) COMPLETE
53682026-02-12T00:02:17.764Z[ recovery-image] Feb 12 00:02:17.507 INFO O| Feb 12 00:02:17.507 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-02-12T00:02:17.790Z[ recovery-image] Feb 12 00:02:17.532 INFO O| Feb 12 00:02:17.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
53702026-02-12T00:02:17.790Z[ recovery-image] Feb 12 00:02:17.532 INFO O| Feb 12 00:02:17.532 INFO STEP 111 (remove_files) COMPLETE
53712026-02-12T00:02:17.790Z[ recovery-image] Feb 12 00:02:17.532 INFO O| Feb 12 00:02:17.532 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-02-12T00:02:17.814Z[ recovery-image] Feb 12 00:02:17.556 INFO O| Feb 12 00:02:17.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
53732026-02-12T00:02:17.814Z[ recovery-image] Feb 12 00:02:17.556 INFO O| Feb 12 00:02:17.556 INFO STEP 112 (remove_files) COMPLETE
53742026-02-12T00:02:17.814Z[ recovery-image] Feb 12 00:02:17.556 INFO O| Feb 12 00:02:17.556 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-02-12T00:02:17.840Z[ recovery-image] Feb 12 00:02:17.576 INFO O| Feb 12 00:02:17.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
53762026-02-12T00:02:17.840Z[ recovery-image] Feb 12 00:02:17.576 INFO O| Feb 12 00:02:17.576 INFO STEP 113 (remove_files) COMPLETE
53772026-02-12T00:02:17.840Z[ recovery-image] Feb 12 00:02:17.576 INFO O| Feb 12 00:02:17.576 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-02-12T00:02:17.865Z[ recovery-image] Feb 12 00:02:17.596 INFO O| Feb 12 00:02:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
53792026-02-12T00:02:17.865Z[ recovery-image] Feb 12 00:02:17.597 INFO O| Feb 12 00:02:17.596 INFO STEP 114 (remove_files) COMPLETE
53802026-02-12T00:02:17.865Z[ recovery-image] Feb 12 00:02:17.597 INFO O| Feb 12 00:02:17.597 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-02-12T00:02:17.888Z[ recovery-image] Feb 12 00:02:17.621 INFO O| Feb 12 00:02:17.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
53822026-02-12T00:02:17.889Z[ recovery-image] Feb 12 00:02:17.621 INFO O| Feb 12 00:02:17.621 INFO STEP 115 (remove_files) COMPLETE
53832026-02-12T00:02:17.889Z[ recovery-image] Feb 12 00:02:17.621 INFO O| Feb 12 00:02:17.621 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-02-12T00:02:17.913Z[ recovery-image] Feb 12 00:02:17.643 INFO O| Feb 12 00:02:17.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
53852026-02-12T00:02:17.913Z[ recovery-image] Feb 12 00:02:17.643 INFO O| Feb 12 00:02:17.643 INFO STEP 116 (remove_files) COMPLETE
53862026-02-12T00:02:17.913Z[ recovery-image] Feb 12 00:02:17.643 INFO O| Feb 12 00:02:17.643 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-02-12T00:02:17.913Z[ recovery-image] Feb 12 00:02:17.660 INFO O| Feb 12 00:02:17.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
53882026-02-12T00:02:17.913Z[ recovery-image] Feb 12 00:02:17.660 INFO O| Feb 12 00:02:17.660 INFO STEP 117 (remove_files) COMPLETE
53892026-02-12T00:02:17.913Z[ recovery-image] Feb 12 00:02:17.660 INFO O| Feb 12 00:02:17.660 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-02-12T00:02:17.938Z[ recovery-image] Feb 12 00:02:17.688 INFO O| Feb 12 00:02:17.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
53912026-02-12T00:02:17.938Z[ recovery-image] Feb 12 00:02:17.688 INFO O| Feb 12 00:02:17.688 INFO STEP 118 (remove_files) COMPLETE
53922026-02-12T00:02:17.938Z[ recovery-image] Feb 12 00:02:17.688 INFO O| Feb 12 00:02:17.688 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-02-12T00:02:17.963Z[ recovery-image] Feb 12 00:02:17.706 INFO O| Feb 12 00:02:17.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
53942026-02-12T00:02:17.963Z[ recovery-image] Feb 12 00:02:17.706 INFO O| Feb 12 00:02:17.706 INFO STEP 119 (remove_files) COMPLETE
53952026-02-12T00:02:17.963Z[ recovery-image] Feb 12 00:02:17.706 INFO O| Feb 12 00:02:17.706 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-02-12T00:02:17.989Z[ recovery-image] Feb 12 00:02:17.722 INFO O| Feb 12 00:02:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
53972026-02-12T00:02:17.989Z[ recovery-image] Feb 12 00:02:17.722 INFO O| Feb 12 00:02:17.722 INFO STEP 120 (remove_files) COMPLETE
53982026-02-12T00:02:17.989Z[ recovery-image] Feb 12 00:02:17.722 INFO O| Feb 12 00:02:17.722 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-02-12T00:02:17.989Z[ recovery-image] Feb 12 00:02:17.739 INFO O| Feb 12 00:02:17.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
54002026-02-12T00:02:17.989Z[ recovery-image] Feb 12 00:02:17.739 INFO O| Feb 12 00:02:17.739 INFO STEP 121 (remove_files) COMPLETE
54012026-02-12T00:02:17.989Z[ recovery-image] Feb 12 00:02:17.739 INFO O| Feb 12 00:02:17.739 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-02-12T00:02:18.014Z[ recovery-image] Feb 12 00:02:17.755 INFO O| Feb 12 00:02:17.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
54032026-02-12T00:02:18.014Z[ recovery-image] Feb 12 00:02:17.755 INFO O| Feb 12 00:02:17.755 INFO STEP 122 (remove_files) COMPLETE
54042026-02-12T00:02:18.014Z[ recovery-image] Feb 12 00:02:17.755 INFO O| Feb 12 00:02:17.755 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-02-12T00:02:18.039Z[ recovery-image] Feb 12 00:02:17.772 INFO O| Feb 12 00:02:17.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
54062026-02-12T00:02:18.039Z[ recovery-image] Feb 12 00:02:17.772 INFO O| Feb 12 00:02:17.772 INFO STEP 123 (remove_files) COMPLETE
54072026-02-12T00:02:18.039Z[ recovery-image] Feb 12 00:02:17.772 INFO O| Feb 12 00:02:17.772 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-02-12T00:02:18.039Z[ recovery-image] Feb 12 00:02:17.786 INFO O| Feb 12 00:02:17.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
54092026-02-12T00:02:18.039Z[ recovery-image] Feb 12 00:02:17.786 INFO O| Feb 12 00:02:17.786 INFO STEP 124 (remove_files) COMPLETE
54102026-02-12T00:02:18.039Z[ recovery-image] Feb 12 00:02:17.786 INFO O| Feb 12 00:02:17.786 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-02-12T00:02:18.065Z[ recovery-image] Feb 12 00:02:17.801 INFO O| Feb 12 00:02:17.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
54122026-02-12T00:02:18.065Z[ recovery-image] Feb 12 00:02:17.801 INFO O| Feb 12 00:02:17.801 INFO STEP 125 (remove_files) COMPLETE
54132026-02-12T00:02:18.065Z[ recovery-image] Feb 12 00:02:17.801 INFO O| Feb 12 00:02:17.801 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-02-12T00:02:18.089Z[ recovery-image] Feb 12 00:02:17.816 INFO O| Feb 12 00:02:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
54152026-02-12T00:02:18.089Z[ recovery-image] Feb 12 00:02:17.816 INFO O| Feb 12 00:02:17.816 INFO STEP 126 (remove_files) COMPLETE
54162026-02-12T00:02:18.089Z[ recovery-image] Feb 12 00:02:17.817 INFO O| Feb 12 00:02:17.816 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-02-12T00:02:18.089Z[ recovery-image] Feb 12 00:02:17.831 INFO O| Feb 12 00:02:17.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
54182026-02-12T00:02:18.089Z[ recovery-image] Feb 12 00:02:17.831 INFO O| Feb 12 00:02:17.831 INFO STEP 127 (remove_files) COMPLETE
54192026-02-12T00:02:18.089Z[ recovery-image] Feb 12 00:02:17.831 INFO O| Feb 12 00:02:17.831 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-02-12T00:02:18.113Z[ recovery-image] Feb 12 00:02:17.851 INFO O| Feb 12 00:02:17.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
54212026-02-12T00:02:18.113Z[ recovery-image] Feb 12 00:02:17.851 INFO O| Feb 12 00:02:17.851 INFO STEP 128 (remove_files) COMPLETE
54222026-02-12T00:02:18.113Z[ recovery-image] Feb 12 00:02:17.851 INFO O| Feb 12 00:02:17.851 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-02-12T00:02:18.138Z[ recovery-image] Feb 12 00:02:17.868 INFO O| Feb 12 00:02:17.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
54242026-02-12T00:02:18.138Z[ recovery-image] Feb 12 00:02:17.869 INFO O| Feb 12 00:02:17.869 INFO STEP 129 (remove_files) COMPLETE
54252026-02-12T00:02:18.138Z[ recovery-image] Feb 12 00:02:17.869 INFO O| Feb 12 00:02:17.869 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-02-12T00:02:18.138Z[ recovery-image] Feb 12 00:02:17.886 INFO O| Feb 12 00:02:17.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
54272026-02-12T00:02:18.138Z[ recovery-image] Feb 12 00:02:17.886 INFO O| Feb 12 00:02:17.886 INFO STEP 130 (remove_files) COMPLETE
54282026-02-12T00:02:18.138Z[ recovery-image] Feb 12 00:02:17.886 INFO O| Feb 12 00:02:17.886 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-02-12T00:02:18.163Z[ recovery-image] Feb 12 00:02:17.907 INFO O| Feb 12 00:02:17.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
54302026-02-12T00:02:18.163Z[ recovery-image] Feb 12 00:02:17.907 INFO O| Feb 12 00:02:17.907 INFO STEP 131 (remove_files) COMPLETE
54312026-02-12T00:02:18.163Z[ recovery-image] Feb 12 00:02:17.907 INFO O| Feb 12 00:02:17.907 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-02-12T00:02:18.187Z[ recovery-image] Feb 12 00:02:17.927 INFO O| Feb 12 00:02:17.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
54332026-02-12T00:02:18.187Z[ recovery-image] Feb 12 00:02:17.928 INFO O| Feb 12 00:02:17.928 INFO STEP 132 (remove_files) COMPLETE
54342026-02-12T00:02:18.187Z[ recovery-image] Feb 12 00:02:17.928 INFO O| Feb 12 00:02:17.928 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-02-12T00:02:18.215Z[ recovery-image] Feb 12 00:02:17.950 INFO O| Feb 12 00:02:17.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
54362026-02-12T00:02:18.215Z[ recovery-image] Feb 12 00:02:17.950 INFO O| Feb 12 00:02:17.950 INFO STEP 133 (remove_files) COMPLETE
54372026-02-12T00:02:18.215Z[ recovery-image] Feb 12 00:02:17.950 INFO O| Feb 12 00:02:17.950 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-02-12T00:02:18.239Z[ recovery-image] Feb 12 00:02:17.975 INFO O| Feb 12 00:02:17.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
54392026-02-12T00:02:18.239Z[ recovery-image] Feb 12 00:02:17.975 INFO O| Feb 12 00:02:17.975 INFO STEP 134 (remove_files) COMPLETE
54402026-02-12T00:02:18.239Z[ recovery-image] Feb 12 00:02:17.975 INFO O| Feb 12 00:02:17.975 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-02-12T00:02:18.264Z[ recovery-image] Feb 12 00:02:17.994 INFO O| Feb 12 00:02:17.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
54422026-02-12T00:02:18.264Z[ recovery-image] Feb 12 00:02:17.994 INFO O| Feb 12 00:02:17.994 INFO STEP 135 (remove_files) COMPLETE
54432026-02-12T00:02:18.264Z[ recovery-image] Feb 12 00:02:17.994 INFO O| Feb 12 00:02:17.994 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-02-12T00:02:18.264Z[ recovery-image] Feb 12 00:02:18.014 INFO O| Feb 12 00:02:18.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
54452026-02-12T00:02:18.264Z[ recovery-image] Feb 12 00:02:18.014 INFO O| Feb 12 00:02:18.014 INFO STEP 136 (remove_files) COMPLETE
54462026-02-12T00:02:18.264Z[ recovery-image] Feb 12 00:02:18.014 INFO O| Feb 12 00:02:18.014 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-02-12T00:02:18.290Z[ recovery-image] Feb 12 00:02:18.036 INFO O| Feb 12 00:02:18.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
54482026-02-12T00:02:18.290Z[ recovery-image] Feb 12 00:02:18.036 INFO O| Feb 12 00:02:18.036 INFO STEP 137 (remove_files) COMPLETE
54492026-02-12T00:02:18.290Z[ recovery-image] Feb 12 00:02:18.036 INFO O| Feb 12 00:02:18.036 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-02-12T00:02:18.318Z[ recovery-image] Feb 12 00:02:18.056 INFO O| Feb 12 00:02:18.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
54512026-02-12T00:02:18.318Z[ recovery-image] Feb 12 00:02:18.056 INFO O| Feb 12 00:02:18.056 INFO STEP 138 (remove_files) COMPLETE
54522026-02-12T00:02:18.318Z[ recovery-image] Feb 12 00:02:18.056 INFO O| Feb 12 00:02:18.056 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-02-12T00:02:18.343Z[ recovery-image] Feb 12 00:02:18.076 INFO O| Feb 12 00:02:18.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
54542026-02-12T00:02:18.343Z[ recovery-image] Feb 12 00:02:18.077 INFO O| Feb 12 00:02:18.076 INFO STEP 139 (remove_files) COMPLETE
54552026-02-12T00:02:18.343Z[ recovery-image] Feb 12 00:02:18.077 INFO O| Feb 12 00:02:18.076 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-02-12T00:02:18.367Z[ recovery-image] Feb 12 00:02:18.097 INFO O| Feb 12 00:02:18.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
54572026-02-12T00:02:18.367Z[ recovery-image] Feb 12 00:02:18.097 INFO O| Feb 12 00:02:18.097 INFO STEP 140 (remove_files) COMPLETE
54582026-02-12T00:02:18.367Z[ recovery-image] Feb 12 00:02:18.097 INFO O| Feb 12 00:02:18.097 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-02-12T00:02:18.393Z[ recovery-image] Feb 12 00:02:18.124 INFO O| Feb 12 00:02:18.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
54602026-02-12T00:02:18.393Z[ recovery-image] Feb 12 00:02:18.124 INFO O| Feb 12 00:02:18.124 INFO STEP 141 (remove_files) COMPLETE
54612026-02-12T00:02:18.393Z[ recovery-image] Feb 12 00:02:18.124 INFO O| Feb 12 00:02:18.124 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-02-12T00:02:18.418Z[ recovery-image] Feb 12 00:02:18.146 INFO O| Feb 12 00:02:18.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
54632026-02-12T00:02:18.418Z[ recovery-image] Feb 12 00:02:18.147 INFO O| Feb 12 00:02:18.147 INFO STEP 142 (remove_files) COMPLETE
54642026-02-12T00:02:18.418Z[ recovery-image] Feb 12 00:02:18.147 INFO O| Feb 12 00:02:18.147 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-02-12T00:02:18.418Z[ recovery-image] Feb 12 00:02:18.164 INFO O| Feb 12 00:02:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
54662026-02-12T00:02:18.418Z[ recovery-image] Feb 12 00:02:18.165 INFO O| Feb 12 00:02:18.164 INFO STEP 143 (remove_files) COMPLETE
54672026-02-12T00:02:18.418Z[ recovery-image] Feb 12 00:02:18.165 INFO O| Feb 12 00:02:18.164 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-02-12T00:02:18.444Z[ recovery-image] Feb 12 00:02:18.182 INFO O| Feb 12 00:02:18.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
54692026-02-12T00:02:18.444Z[ recovery-image] Feb 12 00:02:18.182 INFO O| Feb 12 00:02:18.182 INFO STEP 144 (remove_files) COMPLETE
54702026-02-12T00:02:18.444Z[ recovery-image] Feb 12 00:02:18.182 INFO O| Feb 12 00:02:18.182 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-02-12T00:02:18.469Z[ recovery-image] Feb 12 00:02:18.198 INFO O| Feb 12 00:02:18.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
54722026-02-12T00:02:18.469Z[ recovery-image] Feb 12 00:02:18.198 INFO O| Feb 12 00:02:18.198 INFO STEP 145 (remove_files) COMPLETE
54732026-02-12T00:02:18.469Z[ recovery-image] Feb 12 00:02:18.198 INFO O| Feb 12 00:02:18.198 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-02-12T00:02:18.469Z[ recovery-image] Feb 12 00:02:18.214 INFO O| Feb 12 00:02:18.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
54752026-02-12T00:02:18.469Z[ recovery-image] Feb 12 00:02:18.214 INFO O| Feb 12 00:02:18.214 INFO STEP 146 (remove_files) COMPLETE
54762026-02-12T00:02:18.469Z[ recovery-image] Feb 12 00:02:18.214 INFO O| Feb 12 00:02:18.214 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-02-12T00:02:18.494Z[ recovery-image] Feb 12 00:02:18.228 INFO O| Feb 12 00:02:18.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
54782026-02-12T00:02:18.494Z[ recovery-image] Feb 12 00:02:18.228 INFO O| Feb 12 00:02:18.228 INFO STEP 147 (remove_files) COMPLETE
54792026-02-12T00:02:18.494Z[ recovery-image] Feb 12 00:02:18.228 INFO O| Feb 12 00:02:18.228 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-02-12T00:02:18.494Z[ recovery-image] Feb 12 00:02:18.242 INFO O| Feb 12 00:02:18.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
54812026-02-12T00:02:18.494Z[ recovery-image] Feb 12 00:02:18.243 INFO O| Feb 12 00:02:18.243 INFO STEP 148 (remove_files) COMPLETE
54822026-02-12T00:02:18.495Z[ recovery-image] Feb 12 00:02:18.243 INFO O| Feb 12 00:02:18.243 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-02-12T00:02:18.545Z[ recovery-image] Feb 12 00:02:18.261 INFO O| Feb 12 00:02:18.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
54842026-02-12T00:02:18.545Z[ recovery-image] Feb 12 00:02:18.262 INFO O| Feb 12 00:02:18.262 INFO STEP 149 (remove_files) COMPLETE
54852026-02-12T00:02:18.545Z[ recovery-image] Feb 12 00:02:18.262 INFO O| Feb 12 00:02:18.262 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-02-12T00:02:18.545Z[ recovery-image] Feb 12 00:02:18.279 INFO O| Feb 12 00:02:18.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
54872026-02-12T00:02:18.545Z[ recovery-image] Feb 12 00:02:18.279 INFO O| Feb 12 00:02:18.279 INFO STEP 150 (remove_files) COMPLETE
54882026-02-12T00:02:18.545Z[ recovery-image] Feb 12 00:02:18.279 INFO O| Feb 12 00:02:18.279 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-02-12T00:02:18.570Z[ recovery-image] Feb 12 00:02:18.296 INFO O| Feb 12 00:02:18.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
54902026-02-12T00:02:18.570Z[ recovery-image] Feb 12 00:02:18.296 INFO O| Feb 12 00:02:18.296 INFO STEP 151 (remove_files) COMPLETE
54912026-02-12T00:02:18.570Z[ recovery-image] Feb 12 00:02:18.296 INFO O| Feb 12 00:02:18.296 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-02-12T00:02:18.570Z[ recovery-image] Feb 12 00:02:18.312 INFO O| Feb 12 00:02:18.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
54932026-02-12T00:02:18.570Z[ recovery-image] Feb 12 00:02:18.312 INFO O| Feb 12 00:02:18.312 INFO STEP 152 (remove_files) COMPLETE
54942026-02-12T00:02:18.570Z[ recovery-image] Feb 12 00:02:18.312 INFO O| Feb 12 00:02:18.312 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-02-12T00:02:18.595Z[ recovery-image] Feb 12 00:02:18.327 INFO O| Feb 12 00:02:18.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
54962026-02-12T00:02:18.595Z[ recovery-image] Feb 12 00:02:18.327 INFO O| Feb 12 00:02:18.327 INFO STEP 153 (remove_files) COMPLETE
54972026-02-12T00:02:18.595Z[ recovery-image] Feb 12 00:02:18.327 INFO O| Feb 12 00:02:18.327 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-02-12T00:02:18.595Z[ recovery-image] Feb 12 00:02:18.342 INFO O| Feb 12 00:02:18.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
54992026-02-12T00:02:18.595Z[ recovery-image] Feb 12 00:02:18.342 INFO O| Feb 12 00:02:18.342 INFO STEP 154 (remove_files) COMPLETE
55002026-02-12T00:02:18.595Z[ recovery-image] Feb 12 00:02:18.342 INFO O| Feb 12 00:02:18.342 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-02-12T00:02:18.620Z[ recovery-image] Feb 12 00:02:18.357 INFO O| Feb 12 00:02:18.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
55022026-02-12T00:02:18.620Z[ recovery-image] Feb 12 00:02:18.358 INFO O| Feb 12 00:02:18.357 INFO STEP 155 (remove_files) COMPLETE
55032026-02-12T00:02:18.620Z[ recovery-image] Feb 12 00:02:18.358 INFO O| Feb 12 00:02:18.357 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-02-12T00:02:18.647Z[ recovery-image] Feb 12 00:02:18.373 INFO O| Feb 12 00:02:18.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
55052026-02-12T00:02:18.647Z[ recovery-image] Feb 12 00:02:18.373 INFO O| Feb 12 00:02:18.373 INFO STEP 156 (remove_files) COMPLETE
55062026-02-12T00:02:18.647Z[ recovery-image] Feb 12 00:02:18.373 INFO O| Feb 12 00:02:18.373 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-02-12T00:02:18.647Z[ recovery-image] Feb 12 00:02:18.390 INFO O| Feb 12 00:02:18.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
55082026-02-12T00:02:18.647Z[ recovery-image] Feb 12 00:02:18.390 INFO O| Feb 12 00:02:18.390 INFO STEP 157 (remove_files) COMPLETE
55092026-02-12T00:02:18.647Z[ recovery-image] Feb 12 00:02:18.390 INFO O| Feb 12 00:02:18.390 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-02-12T00:02:18.678Z[ recovery-image] Feb 12 00:02:18.408 INFO O| Feb 12 00:02:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
55112026-02-12T00:02:18.678Z[ recovery-image] Feb 12 00:02:18.408 INFO O| Feb 12 00:02:18.408 INFO STEP 158 (remove_files) COMPLETE
55122026-02-12T00:02:18.678Z[ recovery-image] Feb 12 00:02:18.408 INFO O| Feb 12 00:02:18.408 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-02-12T00:02:18.678Z[ recovery-image] Feb 12 00:02:18.424 INFO O| Feb 12 00:02:18.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
55142026-02-12T00:02:18.678Z[ recovery-image] Feb 12 00:02:18.424 INFO O| Feb 12 00:02:18.424 INFO STEP 159 (remove_files) COMPLETE
55152026-02-12T00:02:18.678Z[ recovery-image] Feb 12 00:02:18.424 INFO O| Feb 12 00:02:18.424 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-02-12T00:02:18.702Z[ recovery-image] Feb 12 00:02:18.440 INFO O| Feb 12 00:02:18.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
55172026-02-12T00:02:18.702Z[ recovery-image] Feb 12 00:02:18.440 INFO O| Feb 12 00:02:18.440 INFO STEP 160 (remove_files) COMPLETE
55182026-02-12T00:02:18.702Z[ recovery-image] Feb 12 00:02:18.440 INFO O| Feb 12 00:02:18.440 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-02-12T00:02:18.727Z[ recovery-image] Feb 12 00:02:18.455 INFO O| Feb 12 00:02:18.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
55202026-02-12T00:02:18.727Z[ recovery-image] Feb 12 00:02:18.455 INFO O| Feb 12 00:02:18.455 INFO STEP 161 (remove_files) COMPLETE
55212026-02-12T00:02:18.727Z[ recovery-image] Feb 12 00:02:18.455 INFO O| Feb 12 00:02:18.455 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-02-12T00:02:18.727Z[ recovery-image] Feb 12 00:02:18.471 INFO O| Feb 12 00:02:18.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
55232026-02-12T00:02:18.727Z[ recovery-image] Feb 12 00:02:18.472 INFO O| Feb 12 00:02:18.472 INFO STEP 162 (remove_files) COMPLETE
55242026-02-12T00:02:18.727Z[ recovery-image] Feb 12 00:02:18.472 INFO O| Feb 12 00:02:18.472 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-02-12T00:02:18.754Z[ recovery-image] Feb 12 00:02:18.491 INFO O| Feb 12 00:02:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
55262026-02-12T00:02:18.754Z[ recovery-image] Feb 12 00:02:18.491 INFO O| Feb 12 00:02:18.491 INFO STEP 163 (remove_files) COMPLETE
55272026-02-12T00:02:18.754Z[ recovery-image] Feb 12 00:02:18.491 INFO O| Feb 12 00:02:18.491 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-02-12T00:02:18.779Z[ recovery-image] Feb 12 00:02:18.516 INFO O| Feb 12 00:02:18.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
55292026-02-12T00:02:18.779Z[ recovery-image] Feb 12 00:02:18.516 INFO O| Feb 12 00:02:18.516 INFO STEP 164 (remove_files) COMPLETE
55302026-02-12T00:02:18.779Z[ recovery-image] Feb 12 00:02:18.516 INFO O| Feb 12 00:02:18.516 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-02-12T00:02:18.805Z[ recovery-image] Feb 12 00:02:18.537 INFO O| Feb 12 00:02:18.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
55322026-02-12T00:02:18.805Z[ recovery-image] Feb 12 00:02:18.538 INFO O| Feb 12 00:02:18.537 INFO STEP 165 (remove_files) COMPLETE
55332026-02-12T00:02:18.805Z[ recovery-image] Feb 12 00:02:18.538 INFO O| Feb 12 00:02:18.538 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-02-12T00:02:18.832Z[ recovery-image] Feb 12 00:02:18.561 INFO O| Feb 12 00:02:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
55352026-02-12T00:02:18.832Z[ recovery-image] Feb 12 00:02:18.561 INFO O| Feb 12 00:02:18.561 INFO STEP 166 (remove_files) COMPLETE
55362026-02-12T00:02:18.832Z[ recovery-image] Feb 12 00:02:18.562 INFO O| Feb 12 00:02:18.561 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-02-12T00:02:18.832Z[ recovery-image] Feb 12 00:02:18.581 INFO O| Feb 12 00:02:18.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
55382026-02-12T00:02:18.832Z[ recovery-image] Feb 12 00:02:18.581 INFO O| Feb 12 00:02:18.581 INFO STEP 167 (remove_files) COMPLETE
55392026-02-12T00:02:18.832Z[ recovery-image] Feb 12 00:02:18.581 INFO O| Feb 12 00:02:18.581 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-02-12T00:02:18.858Z[ recovery-image] Feb 12 00:02:18.600 INFO O| Feb 12 00:02:18.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
55412026-02-12T00:02:18.858Z[ recovery-image] Feb 12 00:02:18.600 INFO O| Feb 12 00:02:18.600 INFO STEP 168 (remove_files) COMPLETE
55422026-02-12T00:02:18.858Z[ recovery-image] Feb 12 00:02:18.600 INFO O| Feb 12 00:02:18.600 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-02-12T00:02:18.883Z[ recovery-image] Feb 12 00:02:18.619 INFO O| Feb 12 00:02:18.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
55442026-02-12T00:02:18.883Z[ recovery-image] Feb 12 00:02:18.620 INFO O| Feb 12 00:02:18.620 INFO STEP 169 (remove_files) COMPLETE
55452026-02-12T00:02:18.883Z[ recovery-image] Feb 12 00:02:18.620 INFO O| Feb 12 00:02:18.620 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-02-12T00:02:18.907Z[ recovery-image] Feb 12 00:02:18.637 INFO O| Feb 12 00:02:18.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
55472026-02-12T00:02:18.907Z[ recovery-image] Feb 12 00:02:18.637 INFO O| Feb 12 00:02:18.637 INFO STEP 170 (remove_files) COMPLETE
55482026-02-12T00:02:18.907Z[ recovery-image] Feb 12 00:02:18.637 INFO O| Feb 12 00:02:18.637 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-02-12T00:02:18.907Z[ recovery-image] Feb 12 00:02:18.653 INFO O| Feb 12 00:02:18.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
55502026-02-12T00:02:18.907Z[ recovery-image] Feb 12 00:02:18.653 INFO O| Feb 12 00:02:18.653 INFO STEP 171 (remove_files) COMPLETE
55512026-02-12T00:02:18.907Z[ recovery-image] Feb 12 00:02:18.653 INFO O| Feb 12 00:02:18.653 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-02-12T00:02:18.932Z[ recovery-image] Feb 12 00:02:18.680 INFO O| Feb 12 00:02:18.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
55532026-02-12T00:02:18.932Z[ recovery-image] Feb 12 00:02:18.680 INFO O| Feb 12 00:02:18.680 INFO STEP 172 (remove_files) COMPLETE
55542026-02-12T00:02:18.932Z[ recovery-image] Feb 12 00:02:18.680 INFO O| Feb 12 00:02:18.680 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-02-12T00:02:18.958Z[ recovery-image] Feb 12 00:02:18.702 INFO O| Feb 12 00:02:18.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
55562026-02-12T00:02:18.958Z[ recovery-image] Feb 12 00:02:18.702 INFO O| Feb 12 00:02:18.702 INFO STEP 173 (remove_files) COMPLETE
55572026-02-12T00:02:18.958Z[ recovery-image] Feb 12 00:02:18.702 INFO O| Feb 12 00:02:18.702 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-02-12T00:02:18.984Z[ recovery-image] Feb 12 00:02:18.725 INFO O| Feb 12 00:02:18.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
55592026-02-12T00:02:18.984Z[ recovery-image] Feb 12 00:02:18.726 INFO O| Feb 12 00:02:18.726 INFO STEP 174 (remove_files) COMPLETE
55602026-02-12T00:02:18.984Z[ recovery-image] Feb 12 00:02:18.726 INFO O| Feb 12 00:02:18.726 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-02-12T00:02:19.010Z[ recovery-image] Feb 12 00:02:18.747 INFO O| Feb 12 00:02:18.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
55622026-02-12T00:02:19.010Z[ recovery-image] Feb 12 00:02:18.747 INFO O| Feb 12 00:02:18.747 INFO STEP 175 (remove_files) COMPLETE
55632026-02-12T00:02:19.010Z[ recovery-image] Feb 12 00:02:18.747 INFO O| Feb 12 00:02:18.747 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-02-12T00:02:19.034Z[ recovery-image] Feb 12 00:02:18.768 INFO O| Feb 12 00:02:18.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
55652026-02-12T00:02:19.034Z[ recovery-image] Feb 12 00:02:18.768 INFO O| Feb 12 00:02:18.768 INFO STEP 176 (remove_files) COMPLETE
55662026-02-12T00:02:19.034Z[ recovery-image] Feb 12 00:02:18.769 INFO O| Feb 12 00:02:18.768 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-02-12T00:02:19.060Z[ recovery-image] Feb 12 00:02:18.788 INFO O| Feb 12 00:02:18.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
55682026-02-12T00:02:19.060Z[ recovery-image] Feb 12 00:02:18.788 INFO O| Feb 12 00:02:18.788 INFO STEP 177 (remove_files) COMPLETE
55692026-02-12T00:02:19.060Z[ recovery-image] Feb 12 00:02:18.788 INFO O| Feb 12 00:02:18.788 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-02-12T00:02:19.060Z[ recovery-image] Feb 12 00:02:18.804 INFO O| Feb 12 00:02:18.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
55712026-02-12T00:02:19.060Z[ recovery-image] Feb 12 00:02:18.804 INFO O| Feb 12 00:02:18.804 INFO STEP 178 (remove_files) COMPLETE
55722026-02-12T00:02:19.060Z[ recovery-image] Feb 12 00:02:18.804 INFO O| Feb 12 00:02:18.804 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-02-12T00:02:19.085Z[ recovery-image] Feb 12 00:02:18.821 INFO O| Feb 12 00:02:18.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
55742026-02-12T00:02:19.085Z[ recovery-image] Feb 12 00:02:18.821 INFO O| Feb 12 00:02:18.821 INFO STEP 179 (remove_files) COMPLETE
55752026-02-12T00:02:19.085Z[ recovery-image] Feb 12 00:02:18.821 INFO O| Feb 12 00:02:18.821 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-02-12T00:02:19.109Z[ recovery-image] Feb 12 00:02:18.839 INFO O| Feb 12 00:02:18.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
55772026-02-12T00:02:19.109Z[ recovery-image] Feb 12 00:02:18.840 INFO O| Feb 12 00:02:18.840 INFO STEP 180 (remove_files) COMPLETE
55782026-02-12T00:02:19.109Z[ recovery-image] Feb 12 00:02:18.840 INFO O| Feb 12 00:02:18.840 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-02-12T00:02:19.109Z[ recovery-image] Feb 12 00:02:18.855 INFO O| Feb 12 00:02:18.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
55802026-02-12T00:02:19.109Z[ recovery-image] Feb 12 00:02:18.855 INFO O| Feb 12 00:02:18.855 INFO STEP 181 (remove_files) COMPLETE
55812026-02-12T00:02:19.109Z[ recovery-image] Feb 12 00:02:18.855 INFO O| Feb 12 00:02:18.855 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-02-12T00:02:19.133Z[ recovery-image] Feb 12 00:02:18.871 INFO O| Feb 12 00:02:18.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
55832026-02-12T00:02:19.133Z[ recovery-image] Feb 12 00:02:18.871 INFO O| Feb 12 00:02:18.871 INFO STEP 182 (remove_files) COMPLETE
55842026-02-12T00:02:19.133Z[ recovery-image] Feb 12 00:02:18.871 INFO O| Feb 12 00:02:18.871 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-02-12T00:02:19.158Z[ recovery-image] Feb 12 00:02:18.886 INFO O| Feb 12 00:02:18.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
55862026-02-12T00:02:19.158Z[ recovery-image] Feb 12 00:02:18.886 INFO O| Feb 12 00:02:18.886 INFO STEP 183 (remove_files) COMPLETE
55872026-02-12T00:02:19.158Z[ recovery-image] Feb 12 00:02:18.886 INFO O| Feb 12 00:02:18.886 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-02-12T00:02:19.158Z[ recovery-image] Feb 12 00:02:18.904 INFO O| Feb 12 00:02:18.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
55892026-02-12T00:02:19.158Z[ recovery-image] Feb 12 00:02:18.904 INFO O| Feb 12 00:02:18.904 INFO STEP 184 (remove_files) COMPLETE
55902026-02-12T00:02:19.158Z[ recovery-image] Feb 12 00:02:18.904 INFO O| Feb 12 00:02:18.904 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-02-12T00:02:19.212Z[ recovery-image] Feb 12 00:02:18.945 INFO O| Feb 12 00:02:18.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
55922026-02-12T00:02:19.212Z[ recovery-image] Feb 12 00:02:18.945 INFO O| Feb 12 00:02:18.945 INFO STEP 185 (remove_files) COMPLETE
55932026-02-12T00:02:19.212Z[ recovery-image] Feb 12 00:02:18.945 INFO O| Feb 12 00:02:18.945 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-02-12T00:02:19.237Z[ recovery-image] Feb 12 00:02:18.970 INFO O| Feb 12 00:02:18.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
55952026-02-12T00:02:19.237Z[ recovery-image] Feb 12 00:02:18.970 INFO O| Feb 12 00:02:18.970 INFO STEP 186 (remove_files) COMPLETE
55962026-02-12T00:02:19.237Z[ recovery-image] Feb 12 00:02:18.970 INFO O| Feb 12 00:02:18.970 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-02-12T00:02:19.237Z[ recovery-image] Feb 12 00:02:18.986 INFO O| Feb 12 00:02:18.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
55982026-02-12T00:02:19.237Z[ recovery-image] Feb 12 00:02:18.986 INFO O| Feb 12 00:02:18.986 INFO STEP 187 (remove_files) COMPLETE
55992026-02-12T00:02:19.237Z[ recovery-image] Feb 12 00:02:18.987 INFO O| Feb 12 00:02:18.986 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-02-12T00:02:19.261Z[ recovery-image] Feb 12 00:02:19.001 INFO O| Feb 12 00:02:19.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
56012026-02-12T00:02:19.262Z[ recovery-image] Feb 12 00:02:19.001 INFO O| Feb 12 00:02:19.001 INFO STEP 188 (remove_files) COMPLETE
56022026-02-12T00:02:19.262Z[ recovery-image] Feb 12 00:02:19.001 INFO O| Feb 12 00:02:19.001 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-02-12T00:02:19.286Z[ recovery-image] Feb 12 00:02:19.015 INFO O| Feb 12 00:02:19.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
56042026-02-12T00:02:19.286Z[ recovery-image] Feb 12 00:02:19.016 INFO O| Feb 12 00:02:19.016 INFO STEP 189 (remove_files) COMPLETE
56052026-02-12T00:02:19.286Z[ recovery-image] Feb 12 00:02:19.016 INFO O| Feb 12 00:02:19.016 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-02-12T00:02:19.286Z[ recovery-image] Feb 12 00:02:19.030 INFO O| Feb 12 00:02:19.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
56072026-02-12T00:02:19.286Z[ recovery-image] Feb 12 00:02:19.030 INFO O| Feb 12 00:02:19.030 INFO STEP 190 (remove_files) COMPLETE
56082026-02-12T00:02:19.286Z[ recovery-image] Feb 12 00:02:19.030 INFO O| Feb 12 00:02:19.030 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-02-12T00:02:19.312Z[ recovery-image] Feb 12 00:02:19.049 INFO O| Feb 12 00:02:19.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
56102026-02-12T00:02:19.312Z[ recovery-image] Feb 12 00:02:19.050 INFO O| Feb 12 00:02:19.050 INFO STEP 191 (remove_files) COMPLETE
56112026-02-12T00:02:19.312Z[ recovery-image] Feb 12 00:02:19.050 INFO O| Feb 12 00:02:19.050 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-02-12T00:02:19.338Z[ recovery-image] Feb 12 00:02:19.069 INFO O| Feb 12 00:02:19.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
56132026-02-12T00:02:19.338Z[ recovery-image] Feb 12 00:02:19.069 INFO O| Feb 12 00:02:19.069 INFO STEP 192 (remove_files) COMPLETE
56142026-02-12T00:02:19.338Z[ recovery-image] Feb 12 00:02:19.069 INFO O| Feb 12 00:02:19.069 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-02-12T00:02:19.338Z[ recovery-image] Feb 12 00:02:19.089 INFO O| Feb 12 00:02:19.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
56162026-02-12T00:02:19.338Z[ recovery-image] Feb 12 00:02:19.089 INFO O| Feb 12 00:02:19.089 INFO STEP 193 (remove_files) COMPLETE
56172026-02-12T00:02:19.363Z[ recovery-image] Feb 12 00:02:19.089 INFO O| Feb 12 00:02:19.089 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-02-12T00:02:19.363Z[ recovery-image] Feb 12 00:02:19.109 INFO O| Feb 12 00:02:19.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
56192026-02-12T00:02:19.363Z[ recovery-image] Feb 12 00:02:19.109 INFO O| Feb 12 00:02:19.109 INFO STEP 194 (remove_files) COMPLETE
56202026-02-12T00:02:19.363Z[ recovery-image] Feb 12 00:02:19.109 INFO O| Feb 12 00:02:19.109 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-02-12T00:02:19.388Z[ recovery-image] Feb 12 00:02:19.127 INFO O| Feb 12 00:02:19.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
56222026-02-12T00:02:19.388Z[ recovery-image] Feb 12 00:02:19.127 INFO O| Feb 12 00:02:19.127 INFO STEP 195 (remove_files) COMPLETE
56232026-02-12T00:02:19.388Z[ recovery-image] Feb 12 00:02:19.127 INFO O| Feb 12 00:02:19.127 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-02-12T00:02:19.412Z[ recovery-image] Feb 12 00:02:19.144 INFO O| Feb 12 00:02:19.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
56252026-02-12T00:02:19.412Z[ recovery-image] Feb 12 00:02:19.145 INFO O| Feb 12 00:02:19.145 INFO STEP 196 (remove_files) COMPLETE
56262026-02-12T00:02:19.412Z[ recovery-image] Feb 12 00:02:19.145 INFO O| Feb 12 00:02:19.145 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-02-12T00:02:19.412Z[ recovery-image] Feb 12 00:02:19.163 INFO O| Feb 12 00:02:19.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
56282026-02-12T00:02:19.412Z[ recovery-image] Feb 12 00:02:19.164 INFO O| Feb 12 00:02:19.163 INFO STEP 197 (remove_files) COMPLETE
56292026-02-12T00:02:19.412Z[ recovery-image] Feb 12 00:02:19.164 INFO O| Feb 12 00:02:19.163 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-02-12T00:02:19.438Z[ recovery-image] Feb 12 00:02:19.180 INFO O| Feb 12 00:02:19.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
56312026-02-12T00:02:19.438Z[ recovery-image] Feb 12 00:02:19.180 INFO O| Feb 12 00:02:19.180 INFO STEP 198 (remove_files) COMPLETE
56322026-02-12T00:02:19.438Z[ recovery-image] Feb 12 00:02:19.180 INFO O| Feb 12 00:02:19.180 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-02-12T00:02:19.464Z[ recovery-image] Feb 12 00:02:19.195 INFO O| Feb 12 00:02:19.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
56342026-02-12T00:02:19.464Z[ recovery-image] Feb 12 00:02:19.195 INFO O| Feb 12 00:02:19.195 INFO STEP 199 (remove_files) COMPLETE
56352026-02-12T00:02:19.464Z[ recovery-image] Feb 12 00:02:19.195 INFO O| Feb 12 00:02:19.195 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-02-12T00:02:19.464Z[ recovery-image] Feb 12 00:02:19.208 INFO O| Feb 12 00:02:19.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
56372026-02-12T00:02:19.464Z[ recovery-image] Feb 12 00:02:19.208 INFO O| Feb 12 00:02:19.208 INFO STEP 200 (remove_files) COMPLETE
56382026-02-12T00:02:19.464Z[ recovery-image] Feb 12 00:02:19.208 INFO O| Feb 12 00:02:19.208 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-02-12T00:02:19.488Z[ recovery-image] Feb 12 00:02:19.221 INFO O| Feb 12 00:02:19.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
56402026-02-12T00:02:19.488Z[ recovery-image] Feb 12 00:02:19.221 INFO O| Feb 12 00:02:19.221 INFO STEP 201 (remove_files) COMPLETE
56412026-02-12T00:02:19.488Z[ recovery-image] Feb 12 00:02:19.221 INFO O| Feb 12 00:02:19.221 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-02-12T00:02:19.488Z[ recovery-image] Feb 12 00:02:19.233 INFO O| Feb 12 00:02:19.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
56432026-02-12T00:02:19.488Z[ recovery-image] Feb 12 00:02:19.233 INFO O| Feb 12 00:02:19.233 INFO STEP 202 (remove_files) COMPLETE
56442026-02-12T00:02:19.488Z[ recovery-image] Feb 12 00:02:19.233 INFO O| Feb 12 00:02:19.233 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-02-12T00:02:19.513Z[ recovery-image] Feb 12 00:02:19.246 INFO O| Feb 12 00:02:19.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
56462026-02-12T00:02:19.513Z[ recovery-image] Feb 12 00:02:19.246 INFO O| Feb 12 00:02:19.246 INFO STEP 203 (remove_files) COMPLETE
56472026-02-12T00:02:19.513Z[ recovery-image] Feb 12 00:02:19.246 INFO O| Feb 12 00:02:19.246 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-02-12T00:02:19.513Z[ recovery-image] Feb 12 00:02:19.259 INFO O| Feb 12 00:02:19.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
56492026-02-12T00:02:19.513Z[ recovery-image] Feb 12 00:02:19.260 INFO O| Feb 12 00:02:19.260 INFO STEP 204 (remove_files) COMPLETE
56502026-02-12T00:02:19.513Z[ recovery-image] Feb 12 00:02:19.260 INFO O| Feb 12 00:02:19.260 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-02-12T00:02:19.538Z[ recovery-image] Feb 12 00:02:19.273 INFO O| Feb 12 00:02:19.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
56522026-02-12T00:02:19.538Z[ recovery-image] Feb 12 00:02:19.273 INFO O| Feb 12 00:02:19.273 INFO STEP 205 (remove_files) COMPLETE
56532026-02-12T00:02:19.538Z[ recovery-image] Feb 12 00:02:19.273 INFO O| Feb 12 00:02:19.273 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-02-12T00:02:19.538Z[ recovery-image] Feb 12 00:02:19.286 INFO O| Feb 12 00:02:19.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
56552026-02-12T00:02:19.538Z[ recovery-image] Feb 12 00:02:19.286 INFO O| Feb 12 00:02:19.286 INFO STEP 206 (remove_files) COMPLETE
56562026-02-12T00:02:19.538Z[ recovery-image] Feb 12 00:02:19.286 INFO O| Feb 12 00:02:19.286 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-02-12T00:02:19.574Z[ recovery-image] Feb 12 00:02:19.305 INFO O| Feb 12 00:02:19.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
56582026-02-12T00:02:19.574Z[ recovery-image] Feb 12 00:02:19.305 INFO O| Feb 12 00:02:19.305 INFO STEP 207 (remove_files) COMPLETE
56592026-02-12T00:02:19.574Z[ recovery-image] Feb 12 00:02:19.305 INFO O| Feb 12 00:02:19.305 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-02-12T00:02:19.574Z[ recovery-image] Feb 12 00:02:19.324 INFO O| Feb 12 00:02:19.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
56612026-02-12T00:02:19.574Z[ recovery-image] Feb 12 00:02:19.324 INFO O| Feb 12 00:02:19.324 INFO STEP 208 (remove_files) COMPLETE
56622026-02-12T00:02:19.574Z[ recovery-image] Feb 12 00:02:19.325 INFO O| Feb 12 00:02:19.324 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-02-12T00:02:19.601Z[ recovery-image] Feb 12 00:02:19.342 INFO O| Feb 12 00:02:19.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
56642026-02-12T00:02:19.601Z[ recovery-image] Feb 12 00:02:19.342 INFO O| Feb 12 00:02:19.342 INFO STEP 209 (remove_files) COMPLETE
56652026-02-12T00:02:19.601Z[ recovery-image] Feb 12 00:02:19.342 INFO O| Feb 12 00:02:19.342 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-02-12T00:02:19.626Z[ recovery-image] Feb 12 00:02:19.362 INFO O| Feb 12 00:02:19.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
56672026-02-12T00:02:19.626Z[ recovery-image] Feb 12 00:02:19.362 INFO O| Feb 12 00:02:19.362 INFO STEP 210 (remove_files) COMPLETE
56682026-02-12T00:02:19.626Z[ recovery-image] Feb 12 00:02:19.362 INFO O| Feb 12 00:02:19.362 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-02-12T00:02:19.651Z[ recovery-image] Feb 12 00:02:19.379 INFO O| Feb 12 00:02:19.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
56702026-02-12T00:02:19.651Z[ recovery-image] Feb 12 00:02:19.379 INFO O| Feb 12 00:02:19.379 INFO STEP 211 (remove_files) COMPLETE
56712026-02-12T00:02:19.651Z[ recovery-image] Feb 12 00:02:19.380 INFO O| Feb 12 00:02:19.379 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-02-12T00:02:19.651Z[ recovery-image] Feb 12 00:02:19.396 INFO O| Feb 12 00:02:19.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
56732026-02-12T00:02:19.651Z[ recovery-image] Feb 12 00:02:19.396 INFO O| Feb 12 00:02:19.396 INFO STEP 212 (remove_files) COMPLETE
56742026-02-12T00:02:19.651Z[ recovery-image] Feb 12 00:02:19.396 INFO O| Feb 12 00:02:19.396 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-02-12T00:02:19.677Z[ recovery-image] Feb 12 00:02:19.416 INFO O| Feb 12 00:02:19.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
56762026-02-12T00:02:19.677Z[ recovery-image] Feb 12 00:02:19.416 INFO O| Feb 12 00:02:19.416 INFO STEP 213 (remove_files) COMPLETE
56772026-02-12T00:02:19.677Z[ recovery-image] Feb 12 00:02:19.416 INFO O| Feb 12 00:02:19.416 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-02-12T00:02:19.702Z[ recovery-image] Feb 12 00:02:19.434 INFO O| Feb 12 00:02:19.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
56792026-02-12T00:02:19.702Z[ recovery-image] Feb 12 00:02:19.434 INFO O| Feb 12 00:02:19.434 INFO STEP 214 (remove_files) COMPLETE
56802026-02-12T00:02:19.702Z[ recovery-image] Feb 12 00:02:19.434 INFO O| Feb 12 00:02:19.434 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-02-12T00:02:19.702Z[ recovery-image] Feb 12 00:02:19.450 INFO O| Feb 12 00:02:19.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
56822026-02-12T00:02:19.702Z[ recovery-image] Feb 12 00:02:19.450 INFO O| Feb 12 00:02:19.450 INFO STEP 215 (remove_files) COMPLETE
56832026-02-12T00:02:19.702Z[ recovery-image] Feb 12 00:02:19.450 INFO O| Feb 12 00:02:19.450 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-02-12T00:02:19.727Z[ recovery-image] Feb 12 00:02:19.466 INFO O| Feb 12 00:02:19.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
56852026-02-12T00:02:19.727Z[ recovery-image] Feb 12 00:02:19.467 INFO O| Feb 12 00:02:19.467 INFO STEP 216 (remove_files) COMPLETE
56862026-02-12T00:02:19.727Z[ recovery-image] Feb 12 00:02:19.467 INFO O| Feb 12 00:02:19.467 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-02-12T00:02:19.752Z[ recovery-image] Feb 12 00:02:19.482 INFO O| Feb 12 00:02:19.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
56882026-02-12T00:02:19.752Z[ recovery-image] Feb 12 00:02:19.482 INFO O| Feb 12 00:02:19.482 INFO STEP 217 (remove_files) COMPLETE
56892026-02-12T00:02:19.752Z[ recovery-image] Feb 12 00:02:19.482 INFO O| Feb 12 00:02:19.482 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-02-12T00:02:19.752Z[ recovery-image] Feb 12 00:02:19.499 INFO O| Feb 12 00:02:19.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
56912026-02-12T00:02:19.752Z[ recovery-image] Feb 12 00:02:19.499 INFO O| Feb 12 00:02:19.499 INFO STEP 218 (remove_files) COMPLETE
56922026-02-12T00:02:19.752Z[ recovery-image] Feb 12 00:02:19.499 INFO O| Feb 12 00:02:19.499 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-02-12T00:02:19.777Z[ recovery-image] Feb 12 00:02:19.516 INFO O| Feb 12 00:02:19.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
56942026-02-12T00:02:19.777Z[ recovery-image] Feb 12 00:02:19.516 INFO O| Feb 12 00:02:19.516 INFO STEP 219 (remove_files) COMPLETE
56952026-02-12T00:02:19.777Z[ recovery-image] Feb 12 00:02:19.516 INFO O| Feb 12 00:02:19.516 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-02-12T00:02:19.802Z[ recovery-image] Feb 12 00:02:19.536 INFO O| Feb 12 00:02:19.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
56972026-02-12T00:02:19.803Z[ recovery-image] Feb 12 00:02:19.536 INFO O| Feb 12 00:02:19.536 INFO STEP 220 (remove_files) COMPLETE
56982026-02-12T00:02:19.803Z[ recovery-image] Feb 12 00:02:19.536 INFO O| Feb 12 00:02:19.536 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-02-12T00:02:19.803Z[ recovery-image] Feb 12 00:02:19.553 INFO O| Feb 12 00:02:19.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
57002026-02-12T00:02:19.803Z[ recovery-image] Feb 12 00:02:19.553 INFO O| Feb 12 00:02:19.553 INFO STEP 221 (remove_files) COMPLETE
57012026-02-12T00:02:19.803Z[ recovery-image] Feb 12 00:02:19.553 INFO O| Feb 12 00:02:19.553 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-02-12T00:02:19.829Z[ recovery-image] Feb 12 00:02:19.568 INFO O| Feb 12 00:02:19.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
57032026-02-12T00:02:19.829Z[ recovery-image] Feb 12 00:02:19.569 INFO O| Feb 12 00:02:19.569 INFO STEP 222 (remove_files) COMPLETE
57042026-02-12T00:02:19.829Z[ recovery-image] Feb 12 00:02:19.569 INFO O| Feb 12 00:02:19.569 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-02-12T00:02:19.854Z[ recovery-image] Feb 12 00:02:19.582 INFO O| Feb 12 00:02:19.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
57062026-02-12T00:02:19.854Z[ recovery-image] Feb 12 00:02:19.583 INFO O| Feb 12 00:02:19.583 INFO STEP 223 (remove_files) COMPLETE
57072026-02-12T00:02:19.854Z[ recovery-image] Feb 12 00:02:19.583 INFO O| Feb 12 00:02:19.583 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-02-12T00:02:19.854Z[ recovery-image] Feb 12 00:02:19.597 INFO O| Feb 12 00:02:19.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
57092026-02-12T00:02:19.854Z[ recovery-image] Feb 12 00:02:19.597 INFO O| Feb 12 00:02:19.597 INFO STEP 224 (remove_files) COMPLETE
57102026-02-12T00:02:19.854Z[ recovery-image] Feb 12 00:02:19.597 INFO O| Feb 12 00:02:19.597 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-02-12T00:02:19.879Z[ recovery-image] Feb 12 00:02:19.611 INFO O| Feb 12 00:02:19.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
57122026-02-12T00:02:19.879Z[ recovery-image] Feb 12 00:02:19.611 INFO O| Feb 12 00:02:19.611 INFO STEP 225 (remove_files) COMPLETE
57132026-02-12T00:02:19.879Z[ recovery-image] Feb 12 00:02:19.611 INFO O| Feb 12 00:02:19.611 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-02-12T00:02:19.879Z[ recovery-image] Feb 12 00:02:19.625 INFO O| Feb 12 00:02:19.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
57152026-02-12T00:02:19.879Z[ recovery-image] Feb 12 00:02:19.625 INFO O| Feb 12 00:02:19.625 INFO STEP 226 (remove_files) COMPLETE
57162026-02-12T00:02:19.879Z[ recovery-image] Feb 12 00:02:19.625 INFO O| Feb 12 00:02:19.625 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-02-12T00:02:19.903Z[ recovery-image] Feb 12 00:02:19.639 INFO O| Feb 12 00:02:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
57182026-02-12T00:02:19.903Z[ recovery-image] Feb 12 00:02:19.639 INFO O| Feb 12 00:02:19.639 INFO STEP 227 (remove_files) COMPLETE
57192026-02-12T00:02:19.903Z[ recovery-image] Feb 12 00:02:19.639 INFO O| Feb 12 00:02:19.639 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-02-12T00:02:19.903Z[ recovery-image] Feb 12 00:02:19.654 INFO O| Feb 12 00:02:19.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
57212026-02-12T00:02:19.904Z[ recovery-image] Feb 12 00:02:19.654 INFO O| Feb 12 00:02:19.654 INFO STEP 228 (remove_files) COMPLETE
57222026-02-12T00:02:19.904Z[ recovery-image] Feb 12 00:02:19.654 INFO O| Feb 12 00:02:19.654 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-02-12T00:02:19.940Z[ recovery-image] Feb 12 00:02:19.692 INFO O| Feb 12 00:02:19.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
57242026-02-12T00:02:19.940Z[ recovery-image] Feb 12 00:02:19.692 INFO O| Feb 12 00:02:19.692 INFO STEP 229 (remove_files) COMPLETE
57252026-02-12T00:02:19.967Z[ recovery-image] Feb 12 00:02:19.692 INFO O| Feb 12 00:02:19.692 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-02-12T00:02:19.967Z[ recovery-image] Feb 12 00:02:19.710 INFO O| Feb 12 00:02:19.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
57272026-02-12T00:02:19.967Z[ recovery-image] Feb 12 00:02:19.711 INFO O| Feb 12 00:02:19.710 INFO STEP 230 (remove_files) COMPLETE
57282026-02-12T00:02:19.967Z[ recovery-image] Feb 12 00:02:19.711 INFO O| Feb 12 00:02:19.711 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-02-12T00:02:19.994Z[ recovery-image] Feb 12 00:02:19.731 INFO O| Feb 12 00:02:19.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
57302026-02-12T00:02:19.994Z[ recovery-image] Feb 12 00:02:19.731 INFO O| Feb 12 00:02:19.731 INFO STEP 231 (remove_files) COMPLETE
57312026-02-12T00:02:19.994Z[ recovery-image] Feb 12 00:02:19.731 INFO O| Feb 12 00:02:19.731 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-02-12T00:02:20.021Z[ recovery-image] Feb 12 00:02:19.752 INFO O| Feb 12 00:02:19.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
57332026-02-12T00:02:20.021Z[ recovery-image] Feb 12 00:02:19.752 INFO O| Feb 12 00:02:19.752 INFO STEP 232 (remove_files) COMPLETE
57342026-02-12T00:02:20.021Z[ recovery-image] Feb 12 00:02:19.752 INFO O| Feb 12 00:02:19.752 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-02-12T00:02:20.048Z[ recovery-image] Feb 12 00:02:19.776 INFO O| Feb 12 00:02:19.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
57362026-02-12T00:02:20.048Z[ recovery-image] Feb 12 00:02:19.776 INFO O| Feb 12 00:02:19.776 INFO STEP 233 (remove_files) COMPLETE
57372026-02-12T00:02:20.048Z[ recovery-image] Feb 12 00:02:19.776 INFO O| Feb 12 00:02:19.776 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-02-12T00:02:20.075Z[ recovery-image] Feb 12 00:02:19.803 INFO O| Feb 12 00:02:19.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
57392026-02-12T00:02:20.076Z[ recovery-image] Feb 12 00:02:19.803 INFO O| Feb 12 00:02:19.803 INFO STEP 234 (remove_files) COMPLETE
57402026-02-12T00:02:20.076Z[ recovery-image] Feb 12 00:02:19.803 INFO O| Feb 12 00:02:19.803 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-02-12T00:02:20.103Z[ recovery-image] Feb 12 00:02:19.828 INFO O| Feb 12 00:02:19.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
57422026-02-12T00:02:20.103Z[ recovery-image] Feb 12 00:02:19.828 INFO O| Feb 12 00:02:19.828 INFO STEP 235 (remove_files) COMPLETE
57432026-02-12T00:02:20.103Z[ recovery-image] Feb 12 00:02:19.828 INFO O| Feb 12 00:02:19.828 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-02-12T00:02:20.103Z[ recovery-image] Feb 12 00:02:19.846 INFO O| Feb 12 00:02:19.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
57452026-02-12T00:02:20.103Z[ recovery-image] Feb 12 00:02:19.846 INFO O| Feb 12 00:02:19.846 INFO STEP 236 (remove_files) COMPLETE
57462026-02-12T00:02:20.103Z[ recovery-image] Feb 12 00:02:19.846 INFO O| Feb 12 00:02:19.846 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-02-12T00:02:20.128Z[ recovery-image] Feb 12 00:02:19.862 INFO O| Feb 12 00:02:19.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
57482026-02-12T00:02:20.128Z[ recovery-image] Feb 12 00:02:19.862 INFO O| Feb 12 00:02:19.862 INFO STEP 237 (remove_files) COMPLETE
57492026-02-12T00:02:20.128Z[ recovery-image] Feb 12 00:02:19.862 INFO O| Feb 12 00:02:19.862 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-02-12T00:02:20.154Z[ recovery-image] Feb 12 00:02:19.881 INFO O| Feb 12 00:02:19.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
57512026-02-12T00:02:20.154Z[ recovery-image] Feb 12 00:02:19.881 INFO O| Feb 12 00:02:19.881 INFO STEP 238 (remove_files) COMPLETE
57522026-02-12T00:02:20.154Z[ recovery-image] Feb 12 00:02:19.881 INFO O| Feb 12 00:02:19.881 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-02-12T00:02:20.154Z[ recovery-image] Feb 12 00:02:19.897 INFO O| Feb 12 00:02:19.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
57542026-02-12T00:02:20.154Z[ recovery-image] Feb 12 00:02:19.897 INFO O| Feb 12 00:02:19.897 INFO STEP 239 (remove_files) COMPLETE
57552026-02-12T00:02:20.154Z[ recovery-image] Feb 12 00:02:19.897 INFO O| Feb 12 00:02:19.897 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-02-12T00:02:20.179Z[ recovery-image] Feb 12 00:02:19.912 INFO O| Feb 12 00:02:19.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
57572026-02-12T00:02:20.179Z[ recovery-image] Feb 12 00:02:19.912 INFO O| Feb 12 00:02:19.912 INFO STEP 240 (remove_files) COMPLETE
57582026-02-12T00:02:20.179Z[ recovery-image] Feb 12 00:02:19.912 INFO O| Feb 12 00:02:19.912 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-02-12T00:02:20.179Z[ recovery-image] Feb 12 00:02:19.929 INFO O| Feb 12 00:02:19.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
57602026-02-12T00:02:20.179Z[ recovery-image] Feb 12 00:02:19.929 INFO O| Feb 12 00:02:19.929 INFO STEP 241 (remove_files) COMPLETE
57612026-02-12T00:02:20.179Z[ recovery-image] Feb 12 00:02:19.929 INFO O| Feb 12 00:02:19.929 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-02-12T00:02:20.205Z[ recovery-image] Feb 12 00:02:19.948 INFO O| Feb 12 00:02:19.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
57632026-02-12T00:02:20.205Z[ recovery-image] Feb 12 00:02:19.949 INFO O| Feb 12 00:02:19.949 INFO STEP 242 (remove_files) COMPLETE
57642026-02-12T00:02:20.205Z[ recovery-image] Feb 12 00:02:19.949 INFO O| Feb 12 00:02:19.949 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-02-12T00:02:20.230Z[ recovery-image] Feb 12 00:02:19.965 INFO O| Feb 12 00:02:19.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
57662026-02-12T00:02:20.230Z[ recovery-image] Feb 12 00:02:19.965 INFO O| Feb 12 00:02:19.965 INFO STEP 243 (remove_files) COMPLETE
57672026-02-12T00:02:20.230Z[ recovery-image] Feb 12 00:02:19.965 INFO O| Feb 12 00:02:19.965 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-02-12T00:02:20.230Z[ recovery-image] Feb 12 00:02:19.981 INFO O| Feb 12 00:02:19.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
57692026-02-12T00:02:20.230Z[ recovery-image] Feb 12 00:02:19.981 INFO O| Feb 12 00:02:19.981 INFO STEP 244 (remove_files) COMPLETE
57702026-02-12T00:02:20.230Z[ recovery-image] Feb 12 00:02:19.981 INFO O| Feb 12 00:02:19.981 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-02-12T00:02:20.255Z[ recovery-image] Feb 12 00:02:20.003 INFO O| Feb 12 00:02:20.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
57722026-02-12T00:02:20.255Z[ recovery-image] Feb 12 00:02:20.003 INFO O| Feb 12 00:02:20.003 INFO STEP 245 (remove_files) COMPLETE
57732026-02-12T00:02:20.255Z[ recovery-image] Feb 12 00:02:20.003 INFO O| Feb 12 00:02:20.003 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-02-12T00:02:20.281Z[ recovery-image] Feb 12 00:02:20.021 INFO O| Feb 12 00:02:20.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
57752026-02-12T00:02:20.281Z[ recovery-image] Feb 12 00:02:20.022 INFO O| Feb 12 00:02:20.022 INFO STEP 246 (remove_files) COMPLETE
57762026-02-12T00:02:20.281Z[ recovery-image] Feb 12 00:02:20.022 INFO O| Feb 12 00:02:20.022 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-02-12T00:02:20.305Z[ recovery-image] Feb 12 00:02:20.039 INFO O| Feb 12 00:02:20.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
57782026-02-12T00:02:20.305Z[ recovery-image] Feb 12 00:02:20.039 INFO O| Feb 12 00:02:20.039 INFO STEP 247 (remove_files) COMPLETE
57792026-02-12T00:02:20.305Z[ recovery-image] Feb 12 00:02:20.040 INFO O| Feb 12 00:02:20.039 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-02-12T00:02:20.330Z[ recovery-image] Feb 12 00:02:20.059 INFO O| Feb 12 00:02:20.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
57812026-02-12T00:02:20.330Z[ recovery-image] Feb 12 00:02:20.059 INFO O| Feb 12 00:02:20.059 INFO STEP 248 (remove_files) COMPLETE
57822026-02-12T00:02:20.330Z[ recovery-image] Feb 12 00:02:20.059 INFO O| Feb 12 00:02:20.059 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-02-12T00:02:20.355Z[ recovery-image] Feb 12 00:02:20.081 INFO O| Feb 12 00:02:20.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
57842026-02-12T00:02:20.355Z[ recovery-image] Feb 12 00:02:20.082 INFO O| Feb 12 00:02:20.082 INFO STEP 249 (remove_files) COMPLETE
57852026-02-12T00:02:20.355Z[ recovery-image] Feb 12 00:02:20.082 INFO O| Feb 12 00:02:20.082 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-02-12T00:02:20.355Z[ recovery-image] Feb 12 00:02:20.103 INFO O| Feb 12 00:02:20.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
57872026-02-12T00:02:20.355Z[ recovery-image] Feb 12 00:02:20.103 INFO O| Feb 12 00:02:20.103 INFO STEP 250 (remove_files) COMPLETE
57882026-02-12T00:02:20.355Z[ recovery-image] Feb 12 00:02:20.103 INFO O| Feb 12 00:02:20.103 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-02-12T00:02:20.379Z[ recovery-image] Feb 12 00:02:20.119 INFO O| Feb 12 00:02:20.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
57902026-02-12T00:02:20.379Z[ recovery-image] Feb 12 00:02:20.120 INFO O| Feb 12 00:02:20.119 INFO STEP 251 (remove_files) COMPLETE
57912026-02-12T00:02:20.379Z[ recovery-image] Feb 12 00:02:20.120 INFO O| Feb 12 00:02:20.120 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-02-12T00:02:20.428Z[ recovery-image] Feb 12 00:02:20.179 INFO O| Feb 12 00:02:20.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
57932026-02-12T00:02:20.428Z[ recovery-image] Feb 12 00:02:20.179 INFO O| Feb 12 00:02:20.179 INFO STEP 252 (remove_files) COMPLETE
57942026-02-12T00:02:20.453Z[ recovery-image] Feb 12 00:02:20.179 INFO O| Feb 12 00:02:20.179 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-02-12T00:02:20.453Z[ recovery-image] Feb 12 00:02:20.198 INFO O| Feb 12 00:02:20.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
57962026-02-12T00:02:20.453Z[ recovery-image] Feb 12 00:02:20.198 INFO O| Feb 12 00:02:20.198 INFO STEP 253 (remove_files) COMPLETE
57972026-02-12T00:02:20.453Z[ recovery-image] Feb 12 00:02:20.198 INFO O| Feb 12 00:02:20.198 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-02-12T00:02:20.493Z[ recovery-image] Feb 12 00:02:20.245 INFO O| Feb 12 00:02:20.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
57992026-02-12T00:02:20.493Z[ recovery-image] Feb 12 00:02:20.245 INFO O| Feb 12 00:02:20.245 INFO STEP 254 (remove_files) COMPLETE
58002026-02-12T00:02:20.518Z[ recovery-image] Feb 12 00:02:20.245 INFO O| Feb 12 00:02:20.245 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-02-12T00:02:20.519Z[ recovery-image] Feb 12 00:02:20.261 INFO O| Feb 12 00:02:20.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
58022026-02-12T00:02:20.519Z[ recovery-image] Feb 12 00:02:20.261 INFO O| Feb 12 00:02:20.261 INFO STEP 255 (remove_files) COMPLETE
58032026-02-12T00:02:20.519Z[ recovery-image] Feb 12 00:02:20.261 INFO O| Feb 12 00:02:20.261 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-02-12T00:02:20.544Z[ recovery-image] Feb 12 00:02:20.279 INFO O| Feb 12 00:02:20.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
58052026-02-12T00:02:20.544Z[ recovery-image] Feb 12 00:02:20.279 INFO O| Feb 12 00:02:20.279 INFO STEP 256 (remove_files) COMPLETE
58062026-02-12T00:02:20.544Z[ recovery-image] Feb 12 00:02:20.279 INFO O| Feb 12 00:02:20.279 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-02-12T00:02:20.544Z[ recovery-image] Feb 12 00:02:20.292 INFO O| Feb 12 00:02:20.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
58082026-02-12T00:02:20.544Z[ recovery-image] Feb 12 00:02:20.292 INFO O| Feb 12 00:02:20.292 INFO STEP 257 (remove_files) COMPLETE
58092026-02-12T00:02:20.544Z[ recovery-image] Feb 12 00:02:20.292 INFO O| Feb 12 00:02:20.292 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-02-12T00:02:20.571Z[ recovery-image] Feb 12 00:02:20.306 INFO O| Feb 12 00:02:20.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
58112026-02-12T00:02:20.571Z[ recovery-image] Feb 12 00:02:20.306 INFO O| Feb 12 00:02:20.306 INFO STEP 258 (remove_files) COMPLETE
58122026-02-12T00:02:20.571Z[ recovery-image] Feb 12 00:02:20.306 INFO O| Feb 12 00:02:20.306 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-02-12T00:02:20.571Z[ recovery-image] Feb 12 00:02:20.320 INFO O| Feb 12 00:02:20.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
58142026-02-12T00:02:20.571Z[ recovery-image] Feb 12 00:02:20.320 INFO O| Feb 12 00:02:20.320 INFO STEP 259 (remove_files) COMPLETE
58152026-02-12T00:02:20.571Z[ recovery-image] Feb 12 00:02:20.320 INFO O| Feb 12 00:02:20.320 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-02-12T00:02:20.596Z[ recovery-image] Feb 12 00:02:20.334 INFO O| Feb 12 00:02:20.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
58172026-02-12T00:02:20.596Z[ recovery-image] Feb 12 00:02:20.334 INFO O| Feb 12 00:02:20.334 INFO STEP 260 (remove_files) COMPLETE
58182026-02-12T00:02:20.596Z[ recovery-image] Feb 12 00:02:20.334 INFO O| Feb 12 00:02:20.334 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-02-12T00:02:20.620Z[ recovery-image] Feb 12 00:02:20.348 INFO O| Feb 12 00:02:20.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
58202026-02-12T00:02:20.620Z[ recovery-image] Feb 12 00:02:20.364 INFO O| Feb 12 00:02:20.364 INFO STEP 261 (remove_files) COMPLETE
58212026-02-12T00:02:20.621Z[ recovery-image] Feb 12 00:02:20.364 INFO O| Feb 12 00:02:20.364 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-12T00:02:20.646Z[ recovery-image] Feb 12 00:02:20.383 INFO O| Feb 12 00:02:20.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
58232026-02-12T00:02:20.646Z[ recovery-image] Feb 12 00:02:20.383 INFO O| Feb 12 00:02:20.383 INFO STEP 262 (remove_files) COMPLETE
58242026-02-12T00:02:20.646Z[ recovery-image] Feb 12 00:02:20.383 INFO O| Feb 12 00:02:20.383 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-12T00:02:20.671Z[ recovery-image] Feb 12 00:02:20.400 INFO O| Feb 12 00:02:20.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
58262026-02-12T00:02:20.671Z[ recovery-image] Feb 12 00:02:20.400 INFO O| Feb 12 00:02:20.400 INFO STEP 263 (remove_files) COMPLETE
58272026-02-12T00:02:20.671Z[ recovery-image] Feb 12 00:02:20.400 INFO O| Feb 12 00:02:20.400 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-12T00:02:20.671Z[ recovery-image] Feb 12 00:02:20.417 INFO O| Feb 12 00:02:20.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
58292026-02-12T00:02:20.671Z[ recovery-image] Feb 12 00:02:20.417 INFO O| Feb 12 00:02:20.417 INFO STEP 264 (remove_files) COMPLETE
58302026-02-12T00:02:20.671Z[ recovery-image] Feb 12 00:02:20.417 INFO O| Feb 12 00:02:20.417 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-12T00:02:20.695Z[ recovery-image] Feb 12 00:02:20.432 INFO O| Feb 12 00:02:20.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
58322026-02-12T00:02:20.695Z[ recovery-image] Feb 12 00:02:20.432 INFO O| Feb 12 00:02:20.432 INFO STEP 265 (remove_files) COMPLETE
58332026-02-12T00:02:20.695Z[ recovery-image] Feb 12 00:02:20.432 INFO O| Feb 12 00:02:20.432 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-12T00:02:20.720Z[ recovery-image] Feb 12 00:02:20.447 INFO O| Feb 12 00:02:20.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
58352026-02-12T00:02:20.720Z[ recovery-image] Feb 12 00:02:20.447 INFO O| Feb 12 00:02:20.447 INFO STEP 266 (remove_files) COMPLETE
58362026-02-12T00:02:20.720Z[ recovery-image] Feb 12 00:02:20.448 INFO O| Feb 12 00:02:20.447 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-12T00:02:20.746Z[ recovery-image] Feb 12 00:02:20.498 INFO O| Feb 12 00:02:20.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
58382026-02-12T00:02:20.746Z[ recovery-image] Feb 12 00:02:20.498 INFO O| Feb 12 00:02:20.498 INFO STEP 267 (remove_files) COMPLETE
58392026-02-12T00:02:20.746Z[ recovery-image] Feb 12 00:02:20.498 INFO O| Feb 12 00:02:20.498 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-12T00:02:20.771Z[ recovery-image] Feb 12 00:02:20.516 INFO O| Feb 12 00:02:20.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
58412026-02-12T00:02:20.771Z[ recovery-image] Feb 12 00:02:20.516 INFO O| Feb 12 00:02:20.516 INFO STEP 268 (remove_files) COMPLETE
58422026-02-12T00:02:20.771Z[ recovery-image] Feb 12 00:02:20.516 INFO O| Feb 12 00:02:20.516 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-12T00:02:20.796Z[ recovery-image] Feb 12 00:02:20.538 INFO O| Feb 12 00:02:20.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
58442026-02-12T00:02:20.796Z[ recovery-image] Feb 12 00:02:20.538 INFO O| Feb 12 00:02:20.538 INFO STEP 269 (remove_files) COMPLETE
58452026-02-12T00:02:20.796Z[ recovery-image] Feb 12 00:02:20.538 INFO O| Feb 12 00:02:20.538 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-12T00:02:20.821Z[ recovery-image] Feb 12 00:02:20.559 INFO O| Feb 12 00:02:20.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
58472026-02-12T00:02:20.821Z[ recovery-image] Feb 12 00:02:20.559 INFO O| Feb 12 00:02:20.559 INFO STEP 270 (remove_files) COMPLETE
58482026-02-12T00:02:20.821Z[ recovery-image] Feb 12 00:02:20.559 INFO O| Feb 12 00:02:20.559 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-12T00:02:20.846Z[ recovery-image] Feb 12 00:02:20.576 INFO O| Feb 12 00:02:20.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
58502026-02-12T00:02:20.846Z[ recovery-image] Feb 12 00:02:20.576 INFO O| Feb 12 00:02:20.576 INFO STEP 271 (remove_files) COMPLETE
58512026-02-12T00:02:20.846Z[ recovery-image] Feb 12 00:02:20.576 INFO O| Feb 12 00:02:20.576 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-12T00:02:20.871Z[ recovery-image] Feb 12 00:02:20.611 INFO O| Feb 12 00:02:20.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
58532026-02-12T00:02:20.871Z[ recovery-image] Feb 12 00:02:20.611 INFO O| Feb 12 00:02:20.611 INFO STEP 272 (remove_files) COMPLETE
58542026-02-12T00:02:20.871Z[ recovery-image] Feb 12 00:02:20.611 INFO O| Feb 12 00:02:20.611 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-12T00:02:20.902Z[ recovery-image] Feb 12 00:02:20.653 INFO O| Feb 12 00:02:20.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
58562026-02-12T00:02:20.902Z[ recovery-image] Feb 12 00:02:20.653 INFO O| Feb 12 00:02:20.653 INFO STEP 273 (remove_files) COMPLETE
58572026-02-12T00:02:20.927Z[ recovery-image] Feb 12 00:02:20.654 INFO O| Feb 12 00:02:20.653 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-12T00:02:20.927Z[ recovery-image] Feb 12 00:02:20.676 INFO O| Feb 12 00:02:20.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
58592026-02-12T00:02:20.927Z[ recovery-image] Feb 12 00:02:20.676 INFO O| Feb 12 00:02:20.676 INFO STEP 274 (remove_files) COMPLETE
58602026-02-12T00:02:20.927Z[ recovery-image] Feb 12 00:02:20.676 INFO O| Feb 12 00:02:20.676 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-12T00:02:20.952Z[ recovery-image] Feb 12 00:02:20.693 INFO O| Feb 12 00:02:20.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
58622026-02-12T00:02:20.952Z[ recovery-image] Feb 12 00:02:20.693 INFO O| Feb 12 00:02:20.693 INFO STEP 275 (remove_files) COMPLETE
58632026-02-12T00:02:20.953Z[ recovery-image] Feb 12 00:02:20.693 INFO O| Feb 12 00:02:20.693 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-12T00:02:20.978Z[ recovery-image] Feb 12 00:02:20.717 INFO O| Feb 12 00:02:20.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
58652026-02-12T00:02:20.978Z[ recovery-image] Feb 12 00:02:20.717 INFO O| Feb 12 00:02:20.717 INFO STEP 276 (remove_files) COMPLETE
58662026-02-12T00:02:20.978Z[ recovery-image] Feb 12 00:02:20.717 INFO O| Feb 12 00:02:20.717 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-12T00:02:21.003Z[ recovery-image] Feb 12 00:02:20.740 INFO O| Feb 12 00:02:20.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
58682026-02-12T00:02:21.004Z[ recovery-image] Feb 12 00:02:20.741 INFO O| Feb 12 00:02:20.741 INFO STEP 277 (remove_files) COMPLETE
58692026-02-12T00:02:21.004Z[ recovery-image] Feb 12 00:02:20.741 INFO O| Feb 12 00:02:20.741 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-12T00:02:21.029Z[ recovery-image] Feb 12 00:02:20.763 INFO O| Feb 12 00:02:20.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
58712026-02-12T00:02:21.029Z[ recovery-image] Feb 12 00:02:20.764 INFO O| Feb 12 00:02:20.763 INFO STEP 278 (remove_files) COMPLETE
58722026-02-12T00:02:21.029Z[ recovery-image] Feb 12 00:02:20.764 INFO O| Feb 12 00:02:20.764 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-12T00:02:21.055Z[ recovery-image] Feb 12 00:02:20.787 INFO O| Feb 12 00:02:20.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
58742026-02-12T00:02:21.055Z[ recovery-image] Feb 12 00:02:20.787 INFO O| Feb 12 00:02:20.787 INFO STEP 279 (remove_files) COMPLETE
58752026-02-12T00:02:21.055Z[ recovery-image] Feb 12 00:02:20.787 INFO O| Feb 12 00:02:20.787 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-12T00:02:21.080Z[ recovery-image] Feb 12 00:02:20.812 INFO O| Feb 12 00:02:20.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
58772026-02-12T00:02:21.080Z[ recovery-image] Feb 12 00:02:20.813 INFO O| Feb 12 00:02:20.813 INFO STEP 280 (remove_files) COMPLETE
58782026-02-12T00:02:21.080Z[ recovery-image] Feb 12 00:02:20.813 INFO O| Feb 12 00:02:20.813 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-12T00:02:21.104Z[ recovery-image] Feb 12 00:02:20.833 INFO O| Feb 12 00:02:20.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
58802026-02-12T00:02:21.104Z[ recovery-image] Feb 12 00:02:20.833 INFO O| Feb 12 00:02:20.833 INFO STEP 281 (remove_files) COMPLETE
58812026-02-12T00:02:21.104Z[ recovery-image] Feb 12 00:02:20.833 INFO O| Feb 12 00:02:20.833 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-12T00:02:21.104Z[ recovery-image] Feb 12 00:02:20.848 INFO O| Feb 12 00:02:20.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
58832026-02-12T00:02:21.104Z[ recovery-image] Feb 12 00:02:20.848 INFO O| Feb 12 00:02:20.848 INFO STEP 282 (remove_files) COMPLETE
58842026-02-12T00:02:21.104Z[ recovery-image] Feb 12 00:02:20.848 INFO O| Feb 12 00:02:20.848 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-12T00:02:21.133Z[ recovery-image] Feb 12 00:02:20.862 INFO O| Feb 12 00:02:20.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
58862026-02-12T00:02:21.133Z[ recovery-image] Feb 12 00:02:20.862 INFO O| Feb 12 00:02:20.862 INFO STEP 283 (remove_files) COMPLETE
58872026-02-12T00:02:21.133Z[ recovery-image] Feb 12 00:02:20.862 INFO O| Feb 12 00:02:20.862 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-12T00:02:21.159Z[ recovery-image] Feb 12 00:02:20.884 INFO O| Feb 12 00:02:20.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
58892026-02-12T00:02:21.159Z[ recovery-image] Feb 12 00:02:20.885 INFO O| Feb 12 00:02:20.885 INFO STEP 284 (remove_files) COMPLETE
58902026-02-12T00:02:21.159Z[ recovery-image] Feb 12 00:02:20.885 INFO O| Feb 12 00:02:20.885 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-12T00:02:21.159Z[ recovery-image] Feb 12 00:02:20.901 INFO O| Feb 12 00:02:20.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
58922026-02-12T00:02:21.159Z[ recovery-image] Feb 12 00:02:20.901 INFO O| Feb 12 00:02:20.901 INFO STEP 285 (remove_files) COMPLETE
58932026-02-12T00:02:21.159Z[ recovery-image] Feb 12 00:02:20.901 INFO O| Feb 12 00:02:20.901 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-12T00:02:21.184Z[ recovery-image] Feb 12 00:02:20.917 INFO O| Feb 12 00:02:20.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
58952026-02-12T00:02:21.184Z[ recovery-image] Feb 12 00:02:20.917 INFO O| Feb 12 00:02:20.917 INFO STEP 286 (remove_files) COMPLETE
58962026-02-12T00:02:21.184Z[ recovery-image] Feb 12 00:02:20.917 INFO O| Feb 12 00:02:20.917 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-12T00:02:21.184Z[ recovery-image] Feb 12 00:02:20.933 INFO O| Feb 12 00:02:20.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
58982026-02-12T00:02:21.184Z[ recovery-image] Feb 12 00:02:20.934 INFO O| Feb 12 00:02:20.934 INFO STEP 287 (remove_files) COMPLETE
58992026-02-12T00:02:21.184Z[ recovery-image] Feb 12 00:02:20.934 INFO O| Feb 12 00:02:20.934 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-12T00:02:21.210Z[ recovery-image] Feb 12 00:02:20.955 INFO O| Feb 12 00:02:20.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
59012026-02-12T00:02:21.210Z[ recovery-image] Feb 12 00:02:20.955 INFO O| Feb 12 00:02:20.955 INFO STEP 288 (remove_files) COMPLETE
59022026-02-12T00:02:21.211Z[ recovery-image] Feb 12 00:02:20.955 INFO O| Feb 12 00:02:20.955 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-12T00:02:21.235Z[ recovery-image] Feb 12 00:02:20.976 INFO O| Feb 12 00:02:20.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
59042026-02-12T00:02:21.235Z[ recovery-image] Feb 12 00:02:20.976 INFO O| Feb 12 00:02:20.976 INFO STEP 289 (remove_files) COMPLETE
59052026-02-12T00:02:21.235Z[ recovery-image] Feb 12 00:02:20.976 INFO O| Feb 12 00:02:20.976 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-12T00:02:21.259Z[ recovery-image] Feb 12 00:02:20.994 INFO O| Feb 12 00:02:20.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
59072026-02-12T00:02:21.259Z[ recovery-image] Feb 12 00:02:20.995 INFO O| Feb 12 00:02:20.995 INFO STEP 290 (remove_files) COMPLETE
59082026-02-12T00:02:21.259Z[ recovery-image] Feb 12 00:02:20.995 INFO O| Feb 12 00:02:20.995 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-12T00:02:21.285Z[ recovery-image] Feb 12 00:02:21.015 INFO O| Feb 12 00:02:21.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
59102026-02-12T00:02:21.285Z[ recovery-image] Feb 12 00:02:21.015 INFO O| Feb 12 00:02:21.015 INFO STEP 291 (remove_files) COMPLETE
59112026-02-12T00:02:21.285Z[ recovery-image] Feb 12 00:02:21.015 INFO O| Feb 12 00:02:21.015 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-12T00:02:21.285Z[ recovery-image] Feb 12 00:02:21.035 INFO O| Feb 12 00:02:21.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
59132026-02-12T00:02:21.285Z[ recovery-image] Feb 12 00:02:21.035 INFO O| Feb 12 00:02:21.035 INFO STEP 292 (remove_files) COMPLETE
59142026-02-12T00:02:21.285Z[ recovery-image] Feb 12 00:02:21.035 INFO O| Feb 12 00:02:21.035 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-12T00:02:21.309Z[ recovery-image] Feb 12 00:02:21.054 INFO O| Feb 12 00:02:21.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
59162026-02-12T00:02:21.309Z[ recovery-image] Feb 12 00:02:21.054 INFO O| Feb 12 00:02:21.054 INFO STEP 293 (remove_files) COMPLETE
59172026-02-12T00:02:21.309Z[ recovery-image] Feb 12 00:02:21.054 INFO O| Feb 12 00:02:21.054 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-12T00:02:21.333Z[ recovery-image] Feb 12 00:02:21.075 INFO O| Feb 12 00:02:21.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
59192026-02-12T00:02:21.333Z[ recovery-image] Feb 12 00:02:21.075 INFO O| Feb 12 00:02:21.075 INFO STEP 294 (remove_files) COMPLETE
59202026-02-12T00:02:21.333Z[ recovery-image] Feb 12 00:02:21.075 INFO O| Feb 12 00:02:21.075 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-12T00:02:21.357Z[ recovery-image] Feb 12 00:02:21.096 INFO O| Feb 12 00:02:21.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
59222026-02-12T00:02:21.357Z[ recovery-image] Feb 12 00:02:21.096 INFO O| Feb 12 00:02:21.096 INFO STEP 295 (remove_files) COMPLETE
59232026-02-12T00:02:21.357Z[ recovery-image] Feb 12 00:02:21.096 INFO O| Feb 12 00:02:21.096 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-12T00:02:21.381Z[ recovery-image] Feb 12 00:02:21.117 INFO O| Feb 12 00:02:21.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
59252026-02-12T00:02:21.381Z[ recovery-image] Feb 12 00:02:21.117 INFO O| Feb 12 00:02:21.117 INFO STEP 296 (remove_files) COMPLETE
59262026-02-12T00:02:21.381Z[ recovery-image] Feb 12 00:02:21.117 INFO O| Feb 12 00:02:21.117 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-12T00:02:21.405Z[ recovery-image] Feb 12 00:02:21.134 INFO O| Feb 12 00:02:21.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
59282026-02-12T00:02:21.406Z[ recovery-image] Feb 12 00:02:21.134 INFO O| Feb 12 00:02:21.134 INFO STEP 297 (remove_files) COMPLETE
59292026-02-12T00:02:21.406Z[ recovery-image] Feb 12 00:02:21.134 INFO O| Feb 12 00:02:21.134 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-12T00:02:21.406Z[ recovery-image] Feb 12 00:02:21.154 INFO O| Feb 12 00:02:21.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
59312026-02-12T00:02:21.406Z[ recovery-image] Feb 12 00:02:21.154 INFO O| Feb 12 00:02:21.154 INFO STEP 298 (remove_files) COMPLETE
59322026-02-12T00:02:21.406Z[ recovery-image] Feb 12 00:02:21.154 INFO O| Feb 12 00:02:21.154 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-12T00:02:21.430Z[ recovery-image] Feb 12 00:02:21.173 INFO O| Feb 12 00:02:21.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
59342026-02-12T00:02:21.430Z[ recovery-image] Feb 12 00:02:21.173 INFO O| Feb 12 00:02:21.173 INFO STEP 299 (remove_files) COMPLETE
59352026-02-12T00:02:21.430Z[ recovery-image] Feb 12 00:02:21.173 INFO O| Feb 12 00:02:21.173 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-12T00:02:21.454Z[ recovery-image] Feb 12 00:02:21.192 INFO O| Feb 12 00:02:21.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
59372026-02-12T00:02:21.454Z[ recovery-image] Feb 12 00:02:21.192 INFO O| Feb 12 00:02:21.192 INFO STEP 300 (remove_files) COMPLETE
59382026-02-12T00:02:21.454Z[ recovery-image] Feb 12 00:02:21.192 INFO O| Feb 12 00:02:21.192 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-12T00:02:21.478Z[ recovery-image] Feb 12 00:02:21.209 INFO O| Feb 12 00:02:21.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
59402026-02-12T00:02:21.478Z[ recovery-image] Feb 12 00:02:21.209 INFO O| Feb 12 00:02:21.209 INFO STEP 301 (remove_files) COMPLETE
59412026-02-12T00:02:21.478Z[ recovery-image] Feb 12 00:02:21.209 INFO O| Feb 12 00:02:21.209 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-12T00:02:21.478Z[ recovery-image] Feb 12 00:02:21.229 INFO O| Feb 12 00:02:21.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
59432026-02-12T00:02:21.478Z[ recovery-image] Feb 12 00:02:21.229 INFO O| Feb 12 00:02:21.229 INFO STEP 302 (remove_files) COMPLETE
59442026-02-12T00:02:21.503Z[ recovery-image] Feb 12 00:02:21.229 INFO O| Feb 12 00:02:21.229 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-12T00:02:21.503Z[ recovery-image] Feb 12 00:02:21.247 INFO O| Feb 12 00:02:21.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
59462026-02-12T00:02:21.503Z[ recovery-image] Feb 12 00:02:21.247 INFO O| Feb 12 00:02:21.247 INFO STEP 303 (remove_files) COMPLETE
59472026-02-12T00:02:21.503Z[ recovery-image] Feb 12 00:02:21.247 INFO O| Feb 12 00:02:21.247 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-12T00:02:21.526Z[ recovery-image] Feb 12 00:02:21.264 INFO O| Feb 12 00:02:21.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
59492026-02-12T00:02:21.527Z[ recovery-image] Feb 12 00:02:21.264 INFO O| Feb 12 00:02:21.264 INFO STEP 304 (remove_files) COMPLETE
59502026-02-12T00:02:21.527Z[ recovery-image] Feb 12 00:02:21.264 INFO O| Feb 12 00:02:21.264 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-12T00:02:21.551Z[ recovery-image] Feb 12 00:02:21.287 INFO O| Feb 12 00:02:21.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
59522026-02-12T00:02:21.551Z[ recovery-image] Feb 12 00:02:21.287 INFO O| Feb 12 00:02:21.287 INFO STEP 305 (remove_files) COMPLETE
59532026-02-12T00:02:21.551Z[ recovery-image] Feb 12 00:02:21.287 INFO O| Feb 12 00:02:21.287 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-12T00:02:21.575Z[ recovery-image] Feb 12 00:02:21.304 INFO O| Feb 12 00:02:21.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
59552026-02-12T00:02:21.575Z[ recovery-image] Feb 12 00:02:21.304 INFO O| Feb 12 00:02:21.304 INFO STEP 306 (remove_files) COMPLETE
59562026-02-12T00:02:21.575Z[ recovery-image] Feb 12 00:02:21.304 INFO O| Feb 12 00:02:21.304 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-12T00:02:21.575Z[ recovery-image] Feb 12 00:02:21.322 INFO O| Feb 12 00:02:21.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
59582026-02-12T00:02:21.575Z[ recovery-image] Feb 12 00:02:21.322 INFO O| Feb 12 00:02:21.322 INFO STEP 307 (remove_files) COMPLETE
59592026-02-12T00:02:21.575Z[ recovery-image] Feb 12 00:02:21.322 INFO O| Feb 12 00:02:21.322 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-12T00:02:21.599Z[ recovery-image] Feb 12 00:02:21.341 INFO O| Feb 12 00:02:21.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
59612026-02-12T00:02:21.600Z[ recovery-image] Feb 12 00:02:21.341 INFO O| Feb 12 00:02:21.341 INFO STEP 308 (remove_files) COMPLETE
59622026-02-12T00:02:21.600Z[ recovery-image] Feb 12 00:02:21.341 INFO O| Feb 12 00:02:21.341 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-12T00:02:21.624Z[ recovery-image] Feb 12 00:02:21.358 INFO O| Feb 12 00:02:21.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
59642026-02-12T00:02:21.624Z[ recovery-image] Feb 12 00:02:21.358 INFO O| Feb 12 00:02:21.358 INFO STEP 309 (remove_files) COMPLETE
59652026-02-12T00:02:21.624Z[ recovery-image] Feb 12 00:02:21.358 INFO O| Feb 12 00:02:21.358 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-12T00:02:21.648Z[ recovery-image] Feb 12 00:02:21.376 INFO O| Feb 12 00:02:21.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
59672026-02-12T00:02:21.648Z[ recovery-image] Feb 12 00:02:21.376 INFO O| Feb 12 00:02:21.376 INFO STEP 310 (remove_files) COMPLETE
59682026-02-12T00:02:21.648Z[ recovery-image] Feb 12 00:02:21.376 INFO O| Feb 12 00:02:21.376 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-12T00:02:21.672Z[ recovery-image] Feb 12 00:02:21.400 INFO O| Feb 12 00:02:21.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
59702026-02-12T00:02:21.672Z[ recovery-image] Feb 12 00:02:21.400 INFO O| Feb 12 00:02:21.400 INFO STEP 311 (remove_files) COMPLETE
59712026-02-12T00:02:21.672Z[ recovery-image] Feb 12 00:02:21.400 INFO O| Feb 12 00:02:21.400 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-12T00:02:21.672Z[ recovery-image] Feb 12 00:02:21.423 INFO O| Feb 12 00:02:21.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
59732026-02-12T00:02:21.672Z[ recovery-image] Feb 12 00:02:21.423 INFO O| Feb 12 00:02:21.423 INFO STEP 312 (remove_files) COMPLETE
59742026-02-12T00:02:21.672Z[ recovery-image] Feb 12 00:02:21.423 INFO O| Feb 12 00:02:21.423 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-12T00:02:21.696Z[ recovery-image] Feb 12 00:02:21.446 INFO O| Feb 12 00:02:21.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
59762026-02-12T00:02:21.696Z[ recovery-image] Feb 12 00:02:21.446 INFO O| Feb 12 00:02:21.446 INFO STEP 313 (remove_files) COMPLETE
59772026-02-12T00:02:21.696Z[ recovery-image] Feb 12 00:02:21.446 INFO O| Feb 12 00:02:21.446 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-12T00:02:21.721Z[ recovery-image] Feb 12 00:02:21.470 INFO O| Feb 12 00:02:21.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
59792026-02-12T00:02:21.721Z[ recovery-image] Feb 12 00:02:21.470 INFO O| Feb 12 00:02:21.470 INFO STEP 314 (remove_files) COMPLETE
59802026-02-12T00:02:21.721Z[ recovery-image] Feb 12 00:02:21.470 INFO O| Feb 12 00:02:21.470 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-12T00:02:21.745Z[ recovery-image] Feb 12 00:02:21.493 INFO O| Feb 12 00:02:21.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
59822026-02-12T00:02:21.745Z[ recovery-image] Feb 12 00:02:21.493 INFO O| Feb 12 00:02:21.493 INFO STEP 315 (remove_files) COMPLETE
59832026-02-12T00:02:21.745Z[ recovery-image] Feb 12 00:02:21.493 INFO O| Feb 12 00:02:21.493 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-12T00:02:21.770Z[ recovery-image] Feb 12 00:02:21.513 INFO O| Feb 12 00:02:21.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
59852026-02-12T00:02:21.770Z[ recovery-image] Feb 12 00:02:21.513 INFO O| Feb 12 00:02:21.513 INFO STEP 316 (remove_files) COMPLETE
59862026-02-12T00:02:21.770Z[ recovery-image] Feb 12 00:02:21.513 INFO O| Feb 12 00:02:21.513 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-12T00:02:21.794Z[ recovery-image] Feb 12 00:02:21.533 INFO O| Feb 12 00:02:21.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
59882026-02-12T00:02:21.794Z[ recovery-image] Feb 12 00:02:21.533 INFO O| Feb 12 00:02:21.533 INFO STEP 317 (remove_files) COMPLETE
59892026-02-12T00:02:21.794Z[ recovery-image] Feb 12 00:02:21.533 INFO O| Feb 12 00:02:21.533 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-12T00:02:21.818Z[ recovery-image] Feb 12 00:02:21.554 INFO O| Feb 12 00:02:21.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
59912026-02-12T00:02:21.818Z[ recovery-image] Feb 12 00:02:21.554 INFO O| Feb 12 00:02:21.554 INFO STEP 318 (remove_files) COMPLETE
59922026-02-12T00:02:21.818Z[ recovery-image] Feb 12 00:02:21.554 INFO O| Feb 12 00:02:21.554 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-12T00:02:21.842Z[ recovery-image] Feb 12 00:02:21.573 INFO O| Feb 12 00:02:21.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
59942026-02-12T00:02:21.843Z[ recovery-image] Feb 12 00:02:21.573 INFO O| Feb 12 00:02:21.573 INFO STEP 319 (remove_files) COMPLETE
59952026-02-12T00:02:21.843Z[ recovery-image] Feb 12 00:02:21.574 INFO O| Feb 12 00:02:21.573 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-12T00:02:21.867Z[ recovery-image] Feb 12 00:02:21.594 INFO O| Feb 12 00:02:21.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
59972026-02-12T00:02:21.867Z[ recovery-image] Feb 12 00:02:21.595 INFO O| Feb 12 00:02:21.595 INFO STEP 320 (remove_files) COMPLETE
59982026-02-12T00:02:21.867Z[ recovery-image] Feb 12 00:02:21.595 INFO O| Feb 12 00:02:21.595 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-12T00:02:21.867Z[ recovery-image] Feb 12 00:02:21.613 INFO O| Feb 12 00:02:21.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
60002026-02-12T00:02:21.867Z[ recovery-image] Feb 12 00:02:21.614 INFO O| Feb 12 00:02:21.614 INFO STEP 321 (remove_files) COMPLETE
60012026-02-12T00:02:21.867Z[ recovery-image] Feb 12 00:02:21.614 INFO O| Feb 12 00:02:21.614 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-12T00:02:21.891Z[ recovery-image] Feb 12 00:02:21.631 INFO O| Feb 12 00:02:21.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
60032026-02-12T00:02:21.891Z[ recovery-image] Feb 12 00:02:21.631 INFO O| Feb 12 00:02:21.631 INFO STEP 322 (remove_files) COMPLETE
60042026-02-12T00:02:21.891Z[ recovery-image] Feb 12 00:02:21.631 INFO O| Feb 12 00:02:21.631 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-12T00:02:21.915Z[ recovery-image] Feb 12 00:02:21.650 INFO O| Feb 12 00:02:21.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
60062026-02-12T00:02:21.915Z[ recovery-image] Feb 12 00:02:21.651 INFO O| Feb 12 00:02:21.651 INFO STEP 323 (remove_files) COMPLETE
60072026-02-12T00:02:21.915Z[ recovery-image] Feb 12 00:02:21.651 INFO O| Feb 12 00:02:21.651 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-12T00:02:21.939Z[ recovery-image] Feb 12 00:02:21.676 INFO O| Feb 12 00:02:21.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
60092026-02-12T00:02:21.939Z[ recovery-image] Feb 12 00:02:21.676 INFO O| Feb 12 00:02:21.676 INFO STEP 324 (remove_files) COMPLETE
60102026-02-12T00:02:21.939Z[ recovery-image] Feb 12 00:02:21.676 INFO O| Feb 12 00:02:21.676 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-12T00:02:21.963Z[ recovery-image] Feb 12 00:02:21.697 INFO O| Feb 12 00:02:21.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
60122026-02-12T00:02:21.963Z[ recovery-image] Feb 12 00:02:21.697 INFO O| Feb 12 00:02:21.697 INFO STEP 325 (remove_files) COMPLETE
60132026-02-12T00:02:21.963Z[ recovery-image] Feb 12 00:02:21.697 INFO O| Feb 12 00:02:21.697 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-12T00:02:21.987Z[ recovery-image] Feb 12 00:02:21.723 INFO O| Feb 12 00:02:21.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
60152026-02-12T00:02:21.987Z[ recovery-image] Feb 12 00:02:21.723 INFO O| Feb 12 00:02:21.723 INFO STEP 326 (remove_files) COMPLETE
60162026-02-12T00:02:21.987Z[ recovery-image] Feb 12 00:02:21.723 INFO O| Feb 12 00:02:21.723 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-12T00:02:22.011Z[ recovery-image] Feb 12 00:02:21.745 INFO O| Feb 12 00:02:21.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
60182026-02-12T00:02:22.011Z[ recovery-image] Feb 12 00:02:21.745 INFO O| Feb 12 00:02:21.745 INFO STEP 327 (remove_files) COMPLETE
60192026-02-12T00:02:22.011Z[ recovery-image] Feb 12 00:02:21.745 INFO O| Feb 12 00:02:21.745 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-12T00:02:22.035Z[ recovery-image] Feb 12 00:02:21.763 INFO O| Feb 12 00:02:21.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
60212026-02-12T00:02:22.035Z[ recovery-image] Feb 12 00:02:21.763 INFO O| Feb 12 00:02:21.763 INFO STEP 328 (remove_files) COMPLETE
60222026-02-12T00:02:22.035Z[ recovery-image] Feb 12 00:02:21.763 INFO O| Feb 12 00:02:21.763 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-12T00:02:22.035Z[ recovery-image] Feb 12 00:02:21.781 INFO O| Feb 12 00:02:21.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
60242026-02-12T00:02:22.035Z[ recovery-image] Feb 12 00:02:21.781 INFO O| Feb 12 00:02:21.781 INFO STEP 329 (remove_files) COMPLETE
60252026-02-12T00:02:22.035Z[ recovery-image] Feb 12 00:02:21.781 INFO O| Feb 12 00:02:21.781 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-12T00:02:22.059Z[ recovery-image] Feb 12 00:02:21.802 INFO O| Feb 12 00:02:21.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
60272026-02-12T00:02:22.059Z[ recovery-image] Feb 12 00:02:21.802 INFO O| Feb 12 00:02:21.802 INFO STEP 330 (remove_files) COMPLETE
60282026-02-12T00:02:22.059Z[ recovery-image] Feb 12 00:02:21.802 INFO O| Feb 12 00:02:21.802 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-12T00:02:22.083Z[ recovery-image] Feb 12 00:02:21.825 INFO O| Feb 12 00:02:21.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
60302026-02-12T00:02:22.083Z[ recovery-image] Feb 12 00:02:21.825 INFO O| Feb 12 00:02:21.825 INFO STEP 331 (remove_files) COMPLETE
60312026-02-12T00:02:22.083Z[ recovery-image] Feb 12 00:02:21.825 INFO O| Feb 12 00:02:21.825 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-12T00:02:22.107Z[ recovery-image] Feb 12 00:02:21.847 INFO O| Feb 12 00:02:21.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
60332026-02-12T00:02:22.107Z[ recovery-image] Feb 12 00:02:21.847 INFO O| Feb 12 00:02:21.847 INFO STEP 332 (remove_files) COMPLETE
60342026-02-12T00:02:22.107Z[ recovery-image] Feb 12 00:02:21.847 INFO O| Feb 12 00:02:21.847 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-12T00:02:22.130Z[ recovery-image] Feb 12 00:02:21.870 INFO O| Feb 12 00:02:21.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
60362026-02-12T00:02:22.130Z[ recovery-image] Feb 12 00:02:21.870 INFO O| Feb 12 00:02:21.870 INFO STEP 333 (remove_files) COMPLETE
60372026-02-12T00:02:22.130Z[ recovery-image] Feb 12 00:02:21.870 INFO O| Feb 12 00:02:21.870 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-12T00:02:22.155Z[ recovery-image] Feb 12 00:02:21.891 INFO O| Feb 12 00:02:21.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
60392026-02-12T00:02:22.155Z[ recovery-image] Feb 12 00:02:21.891 INFO O| Feb 12 00:02:21.891 INFO STEP 334 (remove_files) COMPLETE
60402026-02-12T00:02:22.155Z[ recovery-image] Feb 12 00:02:21.891 INFO O| Feb 12 00:02:21.891 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.913 INFO O| Feb 12 00:02:21.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
60422026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.913 INFO O| Feb 12 00:02:21.913 INFO STEP 335 (remove_files) COMPLETE
60432026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.913 INFO O| Feb 12 00:02:21.913 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.937 INFO O| Feb 12 00:02:21.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
60452026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.937 INFO O| Feb 12 00:02:21.937 INFO STEP 336 (remove_files) COMPLETE
60462026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.937 INFO O| Feb 12 00:02:21.937 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.963 INFO O| Feb 12 00:02:21.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
60482026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.963 INFO O| Feb 12 00:02:21.963 INFO STEP 337 (remove_files) COMPLETE
60492026-02-12T00:02:22.226Z[ recovery-image] Feb 12 00:02:21.963 INFO O| Feb 12 00:02:21.963 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-12T00:02:22.250Z[ recovery-image] Feb 12 00:02:21.985 INFO O| Feb 12 00:02:21.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
60512026-02-12T00:02:22.250Z[ recovery-image] Feb 12 00:02:21.985 INFO O| Feb 12 00:02:21.985 INFO STEP 338 (remove_files) COMPLETE
60522026-02-12T00:02:22.250Z[ recovery-image] Feb 12 00:02:21.985 INFO O| Feb 12 00:02:21.985 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-12T00:02:22.275Z[ recovery-image] Feb 12 00:02:22.011 INFO O| Feb 12 00:02:22.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
60542026-02-12T00:02:22.275Z[ recovery-image] Feb 12 00:02:22.011 INFO O| Feb 12 00:02:22.011 INFO STEP 339 (remove_files) COMPLETE
60552026-02-12T00:02:22.275Z[ recovery-image] Feb 12 00:02:22.011 INFO O| Feb 12 00:02:22.011 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-12T00:02:22.299Z[ recovery-image] Feb 12 00:02:22.034 INFO O| Feb 12 00:02:22.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
60572026-02-12T00:02:22.299Z[ recovery-image] Feb 12 00:02:22.034 INFO O| Feb 12 00:02:22.034 INFO STEP 340 (remove_files) COMPLETE
60582026-02-12T00:02:22.299Z[ recovery-image] Feb 12 00:02:22.034 INFO O| Feb 12 00:02:22.034 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-12T00:02:22.323Z[ recovery-image] Feb 12 00:02:22.051 INFO O| Feb 12 00:02:22.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
60602026-02-12T00:02:22.323Z[ recovery-image] Feb 12 00:02:22.051 INFO O| Feb 12 00:02:22.051 INFO STEP 341 (remove_files) COMPLETE
60612026-02-12T00:02:22.323Z[ recovery-image] Feb 12 00:02:22.051 INFO O| Feb 12 00:02:22.051 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-12T00:02:22.323Z[ recovery-image] Feb 12 00:02:22.073 INFO O| Feb 12 00:02:22.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
60632026-02-12T00:02:22.323Z[ recovery-image] Feb 12 00:02:22.073 INFO O| Feb 12 00:02:22.073 INFO STEP 342 (remove_files) COMPLETE
60642026-02-12T00:02:22.323Z[ recovery-image] Feb 12 00:02:22.073 INFO O| Feb 12 00:02:22.073 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-12T00:02:22.348Z[ recovery-image] Feb 12 00:02:22.096 INFO O| Feb 12 00:02:22.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
60662026-02-12T00:02:22.348Z[ recovery-image] Feb 12 00:02:22.096 INFO O| Feb 12 00:02:22.096 INFO STEP 343 (remove_files) COMPLETE
60672026-02-12T00:02:22.348Z[ recovery-image] Feb 12 00:02:22.096 INFO O| Feb 12 00:02:22.096 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-12T00:02:22.372Z[ recovery-image] Feb 12 00:02:22.118 INFO O| Feb 12 00:02:22.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
60692026-02-12T00:02:22.372Z[ recovery-image] Feb 12 00:02:22.118 INFO O| Feb 12 00:02:22.118 INFO STEP 344 (remove_files) COMPLETE
60702026-02-12T00:02:22.372Z[ recovery-image] Feb 12 00:02:22.118 INFO O| Feb 12 00:02:22.118 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-12T00:02:22.396Z[ recovery-image] Feb 12 00:02:22.138 INFO O| Feb 12 00:02:22.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
60722026-02-12T00:02:22.396Z[ recovery-image] Feb 12 00:02:22.138 INFO O| Feb 12 00:02:22.138 INFO STEP 345 (remove_files) COMPLETE
60732026-02-12T00:02:22.396Z[ recovery-image] Feb 12 00:02:22.138 INFO O| Feb 12 00:02:22.138 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-12T00:02:22.420Z[ recovery-image] Feb 12 00:02:22.156 INFO O| Feb 12 00:02:22.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
60752026-02-12T00:02:22.420Z[ recovery-image] Feb 12 00:02:22.156 INFO O| Feb 12 00:02:22.156 INFO STEP 346 (remove_files) COMPLETE
60762026-02-12T00:02:22.420Z[ recovery-image] Feb 12 00:02:22.156 INFO O| Feb 12 00:02:22.156 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-12T00:02:22.444Z[ recovery-image] Feb 12 00:02:22.176 INFO O| Feb 12 00:02:22.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
60782026-02-12T00:02:22.444Z[ recovery-image] Feb 12 00:02:22.176 INFO O| Feb 12 00:02:22.176 INFO STEP 347 (remove_files) COMPLETE
60792026-02-12T00:02:22.444Z[ recovery-image] Feb 12 00:02:22.176 INFO O| Feb 12 00:02:22.176 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-12T00:02:22.468Z[ recovery-image] Feb 12 00:02:22.197 INFO O| Feb 12 00:02:22.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
60812026-02-12T00:02:22.468Z[ recovery-image] Feb 12 00:02:22.197 INFO O| Feb 12 00:02:22.197 INFO STEP 348 (remove_files) COMPLETE
60822026-02-12T00:02:22.468Z[ recovery-image] Feb 12 00:02:22.197 INFO O| Feb 12 00:02:22.197 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-12T00:02:22.468Z[ recovery-image] Feb 12 00:02:22.218 INFO O| Feb 12 00:02:22.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
60842026-02-12T00:02:22.469Z[ recovery-image] Feb 12 00:02:22.218 INFO O| Feb 12 00:02:22.218 INFO STEP 349 (remove_files) COMPLETE
60852026-02-12T00:02:22.469Z[ recovery-image] Feb 12 00:02:22.218 INFO O| Feb 12 00:02:22.218 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-12T00:02:22.493Z[ recovery-image] Feb 12 00:02:22.236 INFO O| Feb 12 00:02:22.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
60872026-02-12T00:02:22.493Z[ recovery-image] Feb 12 00:02:22.236 INFO O| Feb 12 00:02:22.236 INFO STEP 350 (remove_files) COMPLETE
60882026-02-12T00:02:22.493Z[ recovery-image] Feb 12 00:02:22.236 INFO O| Feb 12 00:02:22.236 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-12T00:02:22.516Z[ recovery-image] Feb 12 00:02:22.252 INFO O| Feb 12 00:02:22.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
60902026-02-12T00:02:22.517Z[ recovery-image] Feb 12 00:02:22.252 INFO O| Feb 12 00:02:22.252 INFO STEP 351 (remove_files) COMPLETE
60912026-02-12T00:02:22.517Z[ recovery-image] Feb 12 00:02:22.252 INFO O| Feb 12 00:02:22.252 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-12T00:02:22.541Z[ recovery-image] Feb 12 00:02:22.269 INFO O| Feb 12 00:02:22.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
60932026-02-12T00:02:22.541Z[ recovery-image] Feb 12 00:02:22.269 INFO O| Feb 12 00:02:22.269 INFO STEP 352 (remove_files) COMPLETE
60942026-02-12T00:02:22.541Z[ recovery-image] Feb 12 00:02:22.269 INFO O| Feb 12 00:02:22.269 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-12T00:02:22.541Z[ recovery-image] Feb 12 00:02:22.289 INFO O| Feb 12 00:02:22.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
60962026-02-12T00:02:22.541Z[ recovery-image] Feb 12 00:02:22.289 INFO O| Feb 12 00:02:22.289 INFO STEP 353 (remove_files) COMPLETE
60972026-02-12T00:02:22.541Z[ recovery-image] Feb 12 00:02:22.289 INFO O| Feb 12 00:02:22.289 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-12T00:02:22.565Z[ recovery-image] Feb 12 00:02:22.306 INFO O| Feb 12 00:02:22.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
60992026-02-12T00:02:22.565Z[ recovery-image] Feb 12 00:02:22.307 INFO O| Feb 12 00:02:22.307 INFO STEP 354 (remove_files) COMPLETE
61002026-02-12T00:02:22.565Z[ recovery-image] Feb 12 00:02:22.307 INFO O| Feb 12 00:02:22.307 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-12T00:02:22.590Z[ recovery-image] Feb 12 00:02:22.324 INFO O| Feb 12 00:02:22.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
61022026-02-12T00:02:22.590Z[ recovery-image] Feb 12 00:02:22.324 INFO O| Feb 12 00:02:22.324 INFO STEP 355 (remove_files) COMPLETE
61032026-02-12T00:02:22.590Z[ recovery-image] Feb 12 00:02:22.324 INFO O| Feb 12 00:02:22.324 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-12T00:02:22.590Z[ recovery-image] Feb 12 00:02:22.340 INFO O| Feb 12 00:02:22.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
61052026-02-12T00:02:22.590Z[ recovery-image] Feb 12 00:02:22.341 INFO O| Feb 12 00:02:22.340 INFO STEP 356 (remove_files) COMPLETE
61062026-02-12T00:02:22.590Z[ recovery-image] Feb 12 00:02:22.341 INFO O| Feb 12 00:02:22.341 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-12T00:02:22.614Z[ recovery-image] Feb 12 00:02:22.358 INFO O| Feb 12 00:02:22.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
61082026-02-12T00:02:22.614Z[ recovery-image] Feb 12 00:02:22.358 INFO O| Feb 12 00:02:22.358 INFO STEP 357 (remove_files) COMPLETE
61092026-02-12T00:02:22.614Z[ recovery-image] Feb 12 00:02:22.358 INFO O| Feb 12 00:02:22.358 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-12T00:02:22.638Z[ recovery-image] Feb 12 00:02:22.381 INFO O| Feb 12 00:02:22.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
61112026-02-12T00:02:22.638Z[ recovery-image] Feb 12 00:02:22.381 INFO O| Feb 12 00:02:22.381 INFO STEP 358 (remove_files) COMPLETE
61122026-02-12T00:02:22.638Z[ recovery-image] Feb 12 00:02:22.381 INFO O| Feb 12 00:02:22.381 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-12T00:02:22.663Z[ recovery-image] Feb 12 00:02:22.403 INFO O| Feb 12 00:02:22.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
61142026-02-12T00:02:22.663Z[ recovery-image] Feb 12 00:02:22.403 INFO O| Feb 12 00:02:22.403 INFO STEP 359 (remove_files) COMPLETE
61152026-02-12T00:02:22.663Z[ recovery-image] Feb 12 00:02:22.403 INFO O| Feb 12 00:02:22.403 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-12T00:02:22.687Z[ recovery-image] Feb 12 00:02:22.426 INFO O| Feb 12 00:02:22.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
61172026-02-12T00:02:22.687Z[ recovery-image] Feb 12 00:02:22.426 INFO O| Feb 12 00:02:22.426 INFO STEP 360 (remove_files) COMPLETE
61182026-02-12T00:02:22.688Z[ recovery-image] Feb 12 00:02:22.426 INFO O| Feb 12 00:02:22.426 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-12T00:02:22.712Z[ recovery-image] Feb 12 00:02:22.447 INFO O| Feb 12 00:02:22.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
61202026-02-12T00:02:22.712Z[ recovery-image] Feb 12 00:02:22.447 INFO O| Feb 12 00:02:22.447 INFO STEP 361 (remove_files) COMPLETE
61212026-02-12T00:02:22.712Z[ recovery-image] Feb 12 00:02:22.447 INFO O| Feb 12 00:02:22.447 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-12T00:02:22.736Z[ recovery-image] Feb 12 00:02:22.468 INFO O| Feb 12 00:02:22.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
61232026-02-12T00:02:22.736Z[ recovery-image] Feb 12 00:02:22.468 INFO O| Feb 12 00:02:22.468 INFO STEP 362 (remove_files) COMPLETE
61242026-02-12T00:02:22.736Z[ recovery-image] Feb 12 00:02:22.468 INFO O| Feb 12 00:02:22.468 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-12T00:02:22.736Z[ recovery-image] Feb 12 00:02:22.484 INFO O| Feb 12 00:02:22.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
61262026-02-12T00:02:22.736Z[ recovery-image] Feb 12 00:02:22.484 INFO O| Feb 12 00:02:22.484 INFO STEP 363 (remove_files) COMPLETE
61272026-02-12T00:02:22.736Z[ recovery-image] Feb 12 00:02:22.484 INFO O| Feb 12 00:02:22.484 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-12T00:02:22.761Z[ recovery-image] Feb 12 00:02:22.503 INFO O| Feb 12 00:02:22.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
61292026-02-12T00:02:22.761Z[ recovery-image] Feb 12 00:02:22.503 INFO O| Feb 12 00:02:22.503 INFO STEP 364 (remove_files) COMPLETE
61302026-02-12T00:02:22.761Z[ recovery-image] Feb 12 00:02:22.503 INFO O| Feb 12 00:02:22.503 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-12T00:02:22.785Z[ recovery-image] Feb 12 00:02:22.521 INFO O| Feb 12 00:02:22.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
61322026-02-12T00:02:22.785Z[ recovery-image] Feb 12 00:02:22.521 INFO O| Feb 12 00:02:22.521 INFO STEP 365 (remove_files) COMPLETE
61332026-02-12T00:02:22.785Z[ recovery-image] Feb 12 00:02:22.521 INFO O| Feb 12 00:02:22.521 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-12T00:02:22.809Z[ recovery-image] Feb 12 00:02:22.542 INFO O| Feb 12 00:02:22.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
61352026-02-12T00:02:22.809Z[ recovery-image] Feb 12 00:02:22.542 INFO O| Feb 12 00:02:22.542 INFO STEP 366 (remove_files) COMPLETE
61362026-02-12T00:02:22.809Z[ recovery-image] Feb 12 00:02:22.542 INFO O| Feb 12 00:02:22.542 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-12T00:02:22.833Z[ recovery-image] Feb 12 00:02:22.568 INFO O| Feb 12 00:02:22.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
61382026-02-12T00:02:22.833Z[ recovery-image] Feb 12 00:02:22.569 INFO O| Feb 12 00:02:22.568 INFO STEP 367 (remove_files) COMPLETE
61392026-02-12T00:02:22.833Z[ recovery-image] Feb 12 00:02:22.569 INFO O| Feb 12 00:02:22.568 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-12T00:02:22.859Z[ recovery-image] Feb 12 00:02:22.610 INFO O| Feb 12 00:02:22.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
61412026-02-12T00:02:22.859Z[ recovery-image] Feb 12 00:02:22.610 INFO O| Feb 12 00:02:22.610 INFO STEP 368 (remove_files) COMPLETE
61422026-02-12T00:02:22.859Z[ recovery-image] Feb 12 00:02:22.610 INFO O| Feb 12 00:02:22.610 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-12T00:02:22.883Z[ recovery-image] Feb 12 00:02:22.626 INFO O| Feb 12 00:02:22.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
61442026-02-12T00:02:22.883Z[ recovery-image] Feb 12 00:02:22.626 INFO O| Feb 12 00:02:22.626 INFO STEP 369 (remove_files) COMPLETE
61452026-02-12T00:02:22.883Z[ recovery-image] Feb 12 00:02:22.626 INFO O| Feb 12 00:02:22.626 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-12T00:02:22.907Z[ recovery-image] Feb 12 00:02:22.642 INFO O| Feb 12 00:02:22.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
61472026-02-12T00:02:22.907Z[ recovery-image] Feb 12 00:02:22.642 INFO O| Feb 12 00:02:22.642 INFO STEP 370 (remove_files) COMPLETE
61482026-02-12T00:02:22.907Z[ recovery-image] Feb 12 00:02:22.642 INFO O| Feb 12 00:02:22.642 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-12T00:02:22.907Z[ recovery-image] Feb 12 00:02:22.658 INFO O| Feb 12 00:02:22.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
61502026-02-12T00:02:22.907Z[ recovery-image] Feb 12 00:02:22.658 INFO O| Feb 12 00:02:22.658 INFO STEP 371 (remove_files) COMPLETE
61512026-02-12T00:02:22.907Z[ recovery-image] Feb 12 00:02:22.658 INFO O| Feb 12 00:02:22.658 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-12T00:02:22.935Z[ recovery-image] Feb 12 00:02:22.687 INFO O| Feb 12 00:02:22.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
61532026-02-12T00:02:22.959Z[ recovery-image] Feb 12 00:02:22.687 INFO O| Feb 12 00:02:22.687 INFO STEP 372 (remove_files) COMPLETE
61542026-02-12T00:02:22.959Z[ recovery-image] Feb 12 00:02:22.687 INFO O| Feb 12 00:02:22.687 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-12T00:02:22.959Z[ recovery-image] Feb 12 00:02:22.706 INFO O| Feb 12 00:02:22.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
61562026-02-12T00:02:22.960Z[ recovery-image] Feb 12 00:02:22.706 INFO O| Feb 12 00:02:22.706 INFO STEP 373 (remove_files) COMPLETE
61572026-02-12T00:02:22.960Z[ recovery-image] Feb 12 00:02:22.706 INFO O| Feb 12 00:02:22.706 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-12T00:02:22.984Z[ recovery-image] Feb 12 00:02:22.726 INFO O| Feb 12 00:02:22.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
61592026-02-12T00:02:22.984Z[ recovery-image] Feb 12 00:02:22.726 INFO O| Feb 12 00:02:22.726 INFO STEP 374 (remove_files) COMPLETE
61602026-02-12T00:02:22.984Z[ recovery-image] Feb 12 00:02:22.726 INFO O| Feb 12 00:02:22.726 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-12T00:02:23.008Z[ recovery-image] Feb 12 00:02:22.744 INFO O| Feb 12 00:02:22.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
61622026-02-12T00:02:23.008Z[ recovery-image] Feb 12 00:02:22.744 INFO O| Feb 12 00:02:22.744 INFO STEP 375 (remove_files) COMPLETE
61632026-02-12T00:02:23.008Z[ recovery-image] Feb 12 00:02:22.744 INFO O| Feb 12 00:02:22.744 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-12T00:02:23.032Z[ recovery-image] Feb 12 00:02:22.764 INFO O| Feb 12 00:02:22.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
61652026-02-12T00:02:23.033Z[ recovery-image] Feb 12 00:02:22.764 INFO O| Feb 12 00:02:22.764 INFO STEP 376 (remove_files) COMPLETE
61662026-02-12T00:02:23.033Z[ recovery-image] Feb 12 00:02:22.764 INFO O| Feb 12 00:02:22.764 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-12T00:02:23.033Z[ recovery-image] Feb 12 00:02:22.780 INFO O| Feb 12 00:02:22.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
61682026-02-12T00:02:23.033Z[ recovery-image] Feb 12 00:02:22.780 INFO O| Feb 12 00:02:22.780 INFO STEP 377 (remove_files) COMPLETE
61692026-02-12T00:02:23.033Z[ recovery-image] Feb 12 00:02:22.780 INFO O| Feb 12 00:02:22.780 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-12T00:02:23.057Z[ recovery-image] Feb 12 00:02:22.795 INFO O| Feb 12 00:02:22.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
61712026-02-12T00:02:23.057Z[ recovery-image] Feb 12 00:02:22.795 INFO O| Feb 12 00:02:22.795 INFO STEP 378 (remove_files) COMPLETE
61722026-02-12T00:02:23.057Z[ recovery-image] Feb 12 00:02:22.795 INFO O| Feb 12 00:02:22.795 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-12T00:02:23.081Z[ recovery-image] Feb 12 00:02:22.812 INFO O| Feb 12 00:02:22.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
61742026-02-12T00:02:23.081Z[ recovery-image] Feb 12 00:02:22.813 INFO O| Feb 12 00:02:22.813 INFO STEP 379 (remove_files) COMPLETE
61752026-02-12T00:02:23.081Z[ recovery-image] Feb 12 00:02:22.813 INFO O| Feb 12 00:02:22.813 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-12T00:02:23.081Z[ recovery-image] Feb 12 00:02:22.827 INFO O| Feb 12 00:02:22.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
61772026-02-12T00:02:23.081Z[ recovery-image] Feb 12 00:02:22.827 INFO O| Feb 12 00:02:22.827 INFO STEP 380 (remove_files) COMPLETE
61782026-02-12T00:02:23.081Z[ recovery-image] Feb 12 00:02:22.827 INFO O| Feb 12 00:02:22.827 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-12T00:02:23.105Z[ recovery-image] Feb 12 00:02:22.841 INFO O| Feb 12 00:02:22.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
61802026-02-12T00:02:23.105Z[ recovery-image] Feb 12 00:02:22.841 INFO O| Feb 12 00:02:22.841 INFO STEP 381 (remove_files) COMPLETE
61812026-02-12T00:02:23.105Z[ recovery-image] Feb 12 00:02:22.841 INFO O| Feb 12 00:02:22.841 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-12T00:02:23.105Z[ recovery-image] Feb 12 00:02:22.855 INFO O| Feb 12 00:02:22.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
61832026-02-12T00:02:23.105Z[ recovery-image] Feb 12 00:02:22.855 INFO O| Feb 12 00:02:22.855 INFO STEP 382 (remove_files) COMPLETE
61842026-02-12T00:02:23.105Z[ recovery-image] Feb 12 00:02:22.855 INFO O| Feb 12 00:02:22.855 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-12T00:02:23.129Z[ recovery-image] Feb 12 00:02:22.870 INFO O| Feb 12 00:02:22.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
61862026-02-12T00:02:23.129Z[ recovery-image] Feb 12 00:02:22.870 INFO O| Feb 12 00:02:22.870 INFO STEP 383 (remove_files) COMPLETE
61872026-02-12T00:02:23.129Z[ recovery-image] Feb 12 00:02:22.870 INFO O| Feb 12 00:02:22.870 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-12T00:02:23.153Z[ recovery-image] Feb 12 00:02:22.887 INFO O| Feb 12 00:02:22.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
61892026-02-12T00:02:23.153Z[ recovery-image] Feb 12 00:02:22.887 INFO O| Feb 12 00:02:22.887 INFO STEP 384 (remove_files) COMPLETE
61902026-02-12T00:02:23.153Z[ recovery-image] Feb 12 00:02:22.887 INFO O| Feb 12 00:02:22.887 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-12T00:02:23.153Z[ recovery-image] Feb 12 00:02:22.903 INFO O| Feb 12 00:02:22.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
61922026-02-12T00:02:23.153Z[ recovery-image] Feb 12 00:02:22.903 INFO O| Feb 12 00:02:22.903 INFO STEP 385 (remove_files) COMPLETE
61932026-02-12T00:02:23.153Z[ recovery-image] Feb 12 00:02:22.904 INFO O| Feb 12 00:02:22.903 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-12T00:02:23.177Z[ recovery-image] Feb 12 00:02:22.924 INFO O| Feb 12 00:02:22.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
61952026-02-12T00:02:23.178Z[ recovery-image] Feb 12 00:02:22.924 INFO O| Feb 12 00:02:22.924 INFO STEP 386 (remove_files) COMPLETE
61962026-02-12T00:02:23.178Z[ recovery-image] Feb 12 00:02:22.924 INFO O| Feb 12 00:02:22.924 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-12T00:02:23.202Z[ recovery-image] Feb 12 00:02:22.947 INFO O| Feb 12 00:02:22.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
61982026-02-12T00:02:23.202Z[ recovery-image] Feb 12 00:02:22.947 INFO O| Feb 12 00:02:22.947 INFO STEP 387 (remove_files) COMPLETE
61992026-02-12T00:02:23.202Z[ recovery-image] Feb 12 00:02:22.947 INFO O| Feb 12 00:02:22.947 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-12T00:02:23.226Z[ recovery-image] Feb 12 00:02:22.970 INFO O| Feb 12 00:02:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
62012026-02-12T00:02:23.226Z[ recovery-image] Feb 12 00:02:22.970 INFO O| Feb 12 00:02:22.970 INFO STEP 388 (remove_files) COMPLETE
62022026-02-12T00:02:23.226Z[ recovery-image] Feb 12 00:02:22.970 INFO O| Feb 12 00:02:22.970 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-12T00:02:23.250Z[ recovery-image] Feb 12 00:02:22.990 INFO O| Feb 12 00:02:22.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
62042026-02-12T00:02:23.250Z[ recovery-image] Feb 12 00:02:22.990 INFO O| Feb 12 00:02:22.990 INFO STEP 389 (remove_files) COMPLETE
62052026-02-12T00:02:23.250Z[ recovery-image] Feb 12 00:02:22.990 INFO O| Feb 12 00:02:22.990 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-12T00:02:23.275Z[ recovery-image] Feb 12 00:02:23.012 INFO O| Feb 12 00:02:23.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
62072026-02-12T00:02:23.275Z[ recovery-image] Feb 12 00:02:23.012 INFO O| Feb 12 00:02:23.012 INFO STEP 390 (remove_files) COMPLETE
62082026-02-12T00:02:23.275Z[ recovery-image] Feb 12 00:02:23.012 INFO O| Feb 12 00:02:23.012 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-12T00:02:23.299Z[ recovery-image] Feb 12 00:02:23.033 INFO O| Feb 12 00:02:23.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
62102026-02-12T00:02:23.299Z[ recovery-image] Feb 12 00:02:23.033 INFO O| Feb 12 00:02:23.033 INFO STEP 391 (remove_files) COMPLETE
62112026-02-12T00:02:23.299Z[ recovery-image] Feb 12 00:02:23.033 INFO O| Feb 12 00:02:23.033 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-12T00:02:23.323Z[ recovery-image] Feb 12 00:02:23.055 INFO O| Feb 12 00:02:23.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
62132026-02-12T00:02:23.323Z[ recovery-image] Feb 12 00:02:23.055 INFO O| Feb 12 00:02:23.055 INFO STEP 392 (remove_files) COMPLETE
62142026-02-12T00:02:23.323Z[ recovery-image] Feb 12 00:02:23.055 INFO O| Feb 12 00:02:23.055 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-12T00:02:23.347Z[ recovery-image] Feb 12 00:02:23.079 INFO O| Feb 12 00:02:23.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
62162026-02-12T00:02:23.347Z[ recovery-image] Feb 12 00:02:23.080 INFO O| Feb 12 00:02:23.080 INFO STEP 393 (remove_files) COMPLETE
62172026-02-12T00:02:23.347Z[ recovery-image] Feb 12 00:02:23.080 INFO O| Feb 12 00:02:23.080 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-12T00:02:23.371Z[ recovery-image] Feb 12 00:02:23.100 INFO O| Feb 12 00:02:23.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
62192026-02-12T00:02:23.371Z[ recovery-image] Feb 12 00:02:23.101 INFO O| Feb 12 00:02:23.100 INFO STEP 394 (remove_files) COMPLETE
62202026-02-12T00:02:23.371Z[ recovery-image] Feb 12 00:02:23.101 INFO O| Feb 12 00:02:23.101 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-12T00:02:23.371Z[ recovery-image] Feb 12 00:02:23.120 INFO O| Feb 12 00:02:23.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
62222026-02-12T00:02:23.371Z[ recovery-image] Feb 12 00:02:23.121 INFO O| Feb 12 00:02:23.121 INFO STEP 395 (remove_files) COMPLETE
62232026-02-12T00:02:23.371Z[ recovery-image] Feb 12 00:02:23.121 INFO O| Feb 12 00:02:23.121 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-12T00:02:23.396Z[ recovery-image] Feb 12 00:02:23.141 INFO O| Feb 12 00:02:23.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
62252026-02-12T00:02:23.396Z[ recovery-image] Feb 12 00:02:23.141 INFO O| Feb 12 00:02:23.141 INFO STEP 396 (remove_files) COMPLETE
62262026-02-12T00:02:23.396Z[ recovery-image] Feb 12 00:02:23.141 INFO O| Feb 12 00:02:23.141 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-12T00:02:23.420Z[ recovery-image] Feb 12 00:02:23.162 INFO O| Feb 12 00:02:23.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
62282026-02-12T00:02:23.420Z[ recovery-image] Feb 12 00:02:23.162 INFO O| Feb 12 00:02:23.162 INFO STEP 397 (remove_files) COMPLETE
62292026-02-12T00:02:23.420Z[ recovery-image] Feb 12 00:02:23.162 INFO O| Feb 12 00:02:23.162 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-12T00:02:23.447Z[ recovery-image] Feb 12 00:02:23.182 INFO O| Feb 12 00:02:23.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
62312026-02-12T00:02:23.447Z[ recovery-image] Feb 12 00:02:23.182 INFO O| Feb 12 00:02:23.182 INFO STEP 398 (remove_files) COMPLETE
62322026-02-12T00:02:23.447Z[ recovery-image] Feb 12 00:02:23.182 INFO O| Feb 12 00:02:23.182 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-12T00:02:23.471Z[ recovery-image] Feb 12 00:02:23.203 INFO O| Feb 12 00:02:23.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
62342026-02-12T00:02:23.471Z[ recovery-image] Feb 12 00:02:23.203 INFO O| Feb 12 00:02:23.203 INFO STEP 399 (remove_files) COMPLETE
62352026-02-12T00:02:23.471Z[ recovery-image] Feb 12 00:02:23.203 INFO O| Feb 12 00:02:23.203 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-12T00:02:23.495Z[ recovery-image] Feb 12 00:02:23.225 INFO O| Feb 12 00:02:23.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
62372026-02-12T00:02:23.495Z[ recovery-image] Feb 12 00:02:23.226 INFO O| Feb 12 00:02:23.226 INFO STEP 400 (remove_files) COMPLETE
62382026-02-12T00:02:23.495Z[ recovery-image] Feb 12 00:02:23.226 INFO O| Feb 12 00:02:23.226 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-12T00:02:23.495Z[ recovery-image] Feb 12 00:02:23.247 INFO O| Feb 12 00:02:23.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
62402026-02-12T00:02:23.495Z[ recovery-image] Feb 12 00:02:23.247 INFO O| Feb 12 00:02:23.247 INFO STEP 401 (remove_files) COMPLETE
62412026-02-12T00:02:23.495Z[ recovery-image] Feb 12 00:02:23.247 INFO O| Feb 12 00:02:23.247 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-12T00:02:23.520Z[ recovery-image] Feb 12 00:02:23.268 INFO O| Feb 12 00:02:23.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
62432026-02-12T00:02:23.520Z[ recovery-image] Feb 12 00:02:23.268 INFO O| Feb 12 00:02:23.268 INFO STEP 402 (remove_files) COMPLETE
62442026-02-12T00:02:23.520Z[ recovery-image] Feb 12 00:02:23.268 INFO O| Feb 12 00:02:23.268 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-12T00:02:23.544Z[ recovery-image] Feb 12 00:02:23.291 INFO O| Feb 12 00:02:23.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
62462026-02-12T00:02:23.544Z[ recovery-image] Feb 12 00:02:23.291 INFO O| Feb 12 00:02:23.291 INFO STEP 403 (remove_files) COMPLETE
62472026-02-12T00:02:23.544Z[ recovery-image] Feb 12 00:02:23.291 INFO O| Feb 12 00:02:23.291 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-12T00:02:23.568Z[ recovery-image] Feb 12 00:02:23.312 INFO O| Feb 12 00:02:23.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
62492026-02-12T00:02:23.568Z[ recovery-image] Feb 12 00:02:23.313 INFO O| Feb 12 00:02:23.312 INFO STEP 404 (remove_files) COMPLETE
62502026-02-12T00:02:23.568Z[ recovery-image] Feb 12 00:02:23.313 INFO O| Feb 12 00:02:23.313 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-12T00:02:23.596Z[ recovery-image] Feb 12 00:02:23.335 INFO O| Feb 12 00:02:23.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
62522026-02-12T00:02:23.596Z[ recovery-image] Feb 12 00:02:23.335 INFO O| Feb 12 00:02:23.335 INFO STEP 405 (remove_files) COMPLETE
62532026-02-12T00:02:23.596Z[ recovery-image] Feb 12 00:02:23.335 INFO O| Feb 12 00:02:23.335 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-12T00:02:23.621Z[ recovery-image] Feb 12 00:02:23.357 INFO O| Feb 12 00:02:23.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
62552026-02-12T00:02:23.646Z[ recovery-image] Feb 12 00:02:23.377 INFO O| Feb 12 00:02:23.377 INFO STEP 406 (remove_files) COMPLETE
62562026-02-12T00:02:23.646Z[ recovery-image] Feb 12 00:02:23.377 INFO O| Feb 12 00:02:23.377 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-12T00:02:23.670Z[ recovery-image] Feb 12 00:02:23.399 INFO O| Feb 12 00:02:23.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
62582026-02-12T00:02:23.670Z[ recovery-image] Feb 12 00:02:23.400 INFO O| Feb 12 00:02:23.399 INFO STEP 407 (remove_files) COMPLETE
62592026-02-12T00:02:23.670Z[ recovery-image] Feb 12 00:02:23.400 INFO O| Feb 12 00:02:23.400 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-12T00:02:23.695Z[ recovery-image] Feb 12 00:02:23.424 INFO O| Feb 12 00:02:23.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
62612026-02-12T00:02:23.695Z[ recovery-image] Feb 12 00:02:23.424 INFO O| Feb 12 00:02:23.424 INFO STEP 408 (remove_files) COMPLETE
62622026-02-12T00:02:23.695Z[ recovery-image] Feb 12 00:02:23.424 INFO O| Feb 12 00:02:23.424 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-12T00:02:23.719Z[ recovery-image] Feb 12 00:02:23.447 INFO O| Feb 12 00:02:23.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
62642026-02-12T00:02:23.719Z[ recovery-image] Feb 12 00:02:23.447 INFO O| Feb 12 00:02:23.447 INFO STEP 409 (remove_files) COMPLETE
62652026-02-12T00:02:23.719Z[ recovery-image] Feb 12 00:02:23.447 INFO O| Feb 12 00:02:23.447 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-12T00:02:23.719Z[ recovery-image] Feb 12 00:02:23.469 INFO O| Feb 12 00:02:23.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
62672026-02-12T00:02:23.719Z[ recovery-image] Feb 12 00:02:23.469 INFO O| Feb 12 00:02:23.469 INFO STEP 410 (remove_files) COMPLETE
62682026-02-12T00:02:23.719Z[ recovery-image] Feb 12 00:02:23.469 INFO O| Feb 12 00:02:23.469 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-12T00:02:23.743Z[ recovery-image] Feb 12 00:02:23.490 INFO O| Feb 12 00:02:23.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
62702026-02-12T00:02:23.743Z[ recovery-image] Feb 12 00:02:23.491 INFO O| Feb 12 00:02:23.490 INFO STEP 411 (remove_files) COMPLETE
62712026-02-12T00:02:23.743Z[ recovery-image] Feb 12 00:02:23.491 INFO O| Feb 12 00:02:23.491 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-12T00:02:23.767Z[ recovery-image] Feb 12 00:02:23.506 INFO O| Feb 12 00:02:23.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
62732026-02-12T00:02:23.767Z[ recovery-image] Feb 12 00:02:23.506 INFO O| Feb 12 00:02:23.506 INFO STEP 412 (remove_files) COMPLETE
62742026-02-12T00:02:23.767Z[ recovery-image] Feb 12 00:02:23.506 INFO O| Feb 12 00:02:23.506 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-12T00:02:23.791Z[ recovery-image] Feb 12 00:02:23.522 INFO O| Feb 12 00:02:23.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
62762026-02-12T00:02:23.792Z[ recovery-image] Feb 12 00:02:23.522 INFO O| Feb 12 00:02:23.522 INFO STEP 413 (remove_files) COMPLETE
62772026-02-12T00:02:23.792Z[ recovery-image] Feb 12 00:02:23.522 INFO O| Feb 12 00:02:23.522 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-12T00:02:23.792Z[ recovery-image] Feb 12 00:02:23.539 INFO O| Feb 12 00:02:23.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
62792026-02-12T00:02:23.792Z[ recovery-image] Feb 12 00:02:23.539 INFO O| Feb 12 00:02:23.539 INFO STEP 414 (remove_files) COMPLETE
62802026-02-12T00:02:23.792Z[ recovery-image] Feb 12 00:02:23.539 INFO O| Feb 12 00:02:23.539 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-12T00:02:23.816Z[ recovery-image] Feb 12 00:02:23.557 INFO O| Feb 12 00:02:23.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
62822026-02-12T00:02:23.816Z[ recovery-image] Feb 12 00:02:23.557 INFO O| Feb 12 00:02:23.557 INFO STEP 415 (remove_files) COMPLETE
62832026-02-12T00:02:23.816Z[ recovery-image] Feb 12 00:02:23.558 INFO O| Feb 12 00:02:23.558 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-12T00:02:23.840Z[ recovery-image] Feb 12 00:02:23.582 INFO O| Feb 12 00:02:23.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
62852026-02-12T00:02:23.840Z[ recovery-image] Feb 12 00:02:23.583 INFO O| Feb 12 00:02:23.582 INFO STEP 416 (remove_files) COMPLETE
62862026-02-12T00:02:23.840Z[ recovery-image] Feb 12 00:02:23.583 INFO O| Feb 12 00:02:23.583 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-12T00:02:23.865Z[ recovery-image] Feb 12 00:02:23.605 INFO O| Feb 12 00:02:23.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
62882026-02-12T00:02:23.865Z[ recovery-image] Feb 12 00:02:23.606 INFO O| Feb 12 00:02:23.606 INFO STEP 417 (remove_files) COMPLETE
62892026-02-12T00:02:23.865Z[ recovery-image] Feb 12 00:02:23.606 INFO O| Feb 12 00:02:23.606 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-12T00:02:23.889Z[ recovery-image] Feb 12 00:02:23.630 INFO O| Feb 12 00:02:23.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
62912026-02-12T00:02:23.889Z[ recovery-image] Feb 12 00:02:23.631 INFO O| Feb 12 00:02:23.630 INFO STEP 418 (remove_files) COMPLETE
62922026-02-12T00:02:23.889Z[ recovery-image] Feb 12 00:02:23.631 INFO O| Feb 12 00:02:23.631 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-12T00:02:23.913Z[ recovery-image] Feb 12 00:02:23.654 INFO O| Feb 12 00:02:23.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
62942026-02-12T00:02:23.913Z[ recovery-image] Feb 12 00:02:23.654 INFO O| Feb 12 00:02:23.654 INFO STEP 419 (remove_files) COMPLETE
62952026-02-12T00:02:23.913Z[ recovery-image] Feb 12 00:02:23.654 INFO O| Feb 12 00:02:23.654 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-12T00:02:23.937Z[ recovery-image] Feb 12 00:02:23.678 INFO O| Feb 12 00:02:23.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
62972026-02-12T00:02:23.937Z[ recovery-image] Feb 12 00:02:23.678 INFO O| Feb 12 00:02:23.678 INFO STEP 420 (remove_files) COMPLETE
62982026-02-12T00:02:23.937Z[ recovery-image] Feb 12 00:02:23.678 INFO O| Feb 12 00:02:23.678 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-12T00:02:23.961Z[ recovery-image] Feb 12 00:02:23.703 INFO O| Feb 12 00:02:23.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
63002026-02-12T00:02:23.961Z[ recovery-image] Feb 12 00:02:23.703 INFO O| Feb 12 00:02:23.703 INFO STEP 421 (remove_files) COMPLETE
63012026-02-12T00:02:23.961Z[ recovery-image] Feb 12 00:02:23.703 INFO O| Feb 12 00:02:23.703 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-12T00:02:23.985Z[ recovery-image] Feb 12 00:02:23.729 INFO O| Feb 12 00:02:23.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
63032026-02-12T00:02:23.985Z[ recovery-image] Feb 12 00:02:23.729 INFO O| Feb 12 00:02:23.729 INFO STEP 422 (remove_files) COMPLETE
63042026-02-12T00:02:23.985Z[ recovery-image] Feb 12 00:02:23.729 INFO O| Feb 12 00:02:23.729 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-12T00:02:24.009Z[ recovery-image] Feb 12 00:02:23.753 INFO O| Feb 12 00:02:23.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
63062026-02-12T00:02:24.009Z[ recovery-image] Feb 12 00:02:23.753 INFO O| Feb 12 00:02:23.753 INFO STEP 423 (remove_files) COMPLETE
63072026-02-12T00:02:24.009Z[ recovery-image] Feb 12 00:02:23.753 INFO O| Feb 12 00:02:23.753 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-12T00:02:24.033Z[ recovery-image] Feb 12 00:02:23.777 INFO O| Feb 12 00:02:23.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
63092026-02-12T00:02:24.033Z[ recovery-image] Feb 12 00:02:23.777 INFO O| Feb 12 00:02:23.777 INFO STEP 424 (remove_files) COMPLETE
63102026-02-12T00:02:24.033Z[ recovery-image] Feb 12 00:02:23.777 INFO O| Feb 12 00:02:23.777 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-12T00:02:24.057Z[ recovery-image] Feb 12 00:02:23.804 INFO O| Feb 12 00:02:23.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
63122026-02-12T00:02:24.057Z[ recovery-image] Feb 12 00:02:23.804 INFO O| Feb 12 00:02:23.804 INFO STEP 425 (remove_files) COMPLETE
63132026-02-12T00:02:24.057Z[ recovery-image] Feb 12 00:02:23.804 INFO O| Feb 12 00:02:23.804 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-12T00:02:24.081Z[ recovery-image] Feb 12 00:02:23.828 INFO O| Feb 12 00:02:23.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
63152026-02-12T00:02:24.081Z[ recovery-image] Feb 12 00:02:23.828 INFO O| Feb 12 00:02:23.828 INFO STEP 426 (remove_files) COMPLETE
63162026-02-12T00:02:24.081Z[ recovery-image] Feb 12 00:02:23.828 INFO O| Feb 12 00:02:23.828 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-12T00:02:24.106Z[ recovery-image] Feb 12 00:02:23.852 INFO O| Feb 12 00:02:23.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
63182026-02-12T00:02:24.106Z[ recovery-image] Feb 12 00:02:23.853 INFO O| Feb 12 00:02:23.853 INFO STEP 427 (remove_files) COMPLETE
63192026-02-12T00:02:24.107Z[ recovery-image] Feb 12 00:02:23.853 INFO O| Feb 12 00:02:23.853 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-12T00:02:24.130Z[ recovery-image] Feb 12 00:02:23.875 INFO O| Feb 12 00:02:23.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
63212026-02-12T00:02:24.130Z[ recovery-image] Feb 12 00:02:23.875 INFO O| Feb 12 00:02:23.875 INFO STEP 428 (remove_files) COMPLETE
63222026-02-12T00:02:24.130Z[ recovery-image] Feb 12 00:02:23.875 INFO O| Feb 12 00:02:23.875 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-12T00:02:24.154Z[ recovery-image] Feb 12 00:02:23.895 INFO O| Feb 12 00:02:23.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
63242026-02-12T00:02:24.154Z[ recovery-image] Feb 12 00:02:23.895 INFO O| Feb 12 00:02:23.895 INFO STEP 429 (remove_files) COMPLETE
63252026-02-12T00:02:24.154Z[ recovery-image] Feb 12 00:02:23.895 INFO O| Feb 12 00:02:23.895 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-12T00:02:24.179Z[ recovery-image] Feb 12 00:02:23.915 INFO O| Feb 12 00:02:23.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
63272026-02-12T00:02:24.179Z[ recovery-image] Feb 12 00:02:23.916 INFO O| Feb 12 00:02:23.916 INFO STEP 430 (remove_files) COMPLETE
63282026-02-12T00:02:24.179Z[ recovery-image] Feb 12 00:02:23.916 INFO O| Feb 12 00:02:23.916 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-12T00:02:24.211Z[ recovery-image] Feb 12 00:02:23.943 INFO O| Feb 12 00:02:23.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
63302026-02-12T00:02:24.211Z[ recovery-image] Feb 12 00:02:23.943 INFO O| Feb 12 00:02:23.943 INFO STEP 431 (remove_files) COMPLETE
63312026-02-12T00:02:24.211Z[ recovery-image] Feb 12 00:02:23.943 INFO O| Feb 12 00:02:23.943 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-12T00:02:24.235Z[ recovery-image] Feb 12 00:02:23.964 INFO O| Feb 12 00:02:23.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
63332026-02-12T00:02:24.235Z[ recovery-image] Feb 12 00:02:23.964 INFO O| Feb 12 00:02:23.964 INFO STEP 432 (remove_files) COMPLETE
63342026-02-12T00:02:24.235Z[ recovery-image] Feb 12 00:02:23.964 INFO O| Feb 12 00:02:23.964 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-12T00:02:24.260Z[ recovery-image] Feb 12 00:02:23.991 INFO O| Feb 12 00:02:23.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
63362026-02-12T00:02:24.260Z[ recovery-image] Feb 12 00:02:23.992 INFO O| Feb 12 00:02:23.992 INFO STEP 433 (remove_files) COMPLETE
63372026-02-12T00:02:24.260Z[ recovery-image] Feb 12 00:02:23.992 INFO O| Feb 12 00:02:23.992 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-12T00:02:24.284Z[ recovery-image] Feb 12 00:02:24.017 INFO O| Feb 12 00:02:24.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
63392026-02-12T00:02:24.285Z[ recovery-image] Feb 12 00:02:24.017 INFO O| Feb 12 00:02:24.017 INFO STEP 434 (remove_files) COMPLETE
63402026-02-12T00:02:24.285Z[ recovery-image] Feb 12 00:02:24.017 INFO O| Feb 12 00:02:24.017 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-12T00:02:24.314Z[ recovery-image] Feb 12 00:02:24.036 INFO O| Feb 12 00:02:24.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
63422026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.036 INFO O| Feb 12 00:02:24.036 INFO STEP 435 (remove_files) COMPLETE
63432026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.036 INFO O| Feb 12 00:02:24.036 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.059 INFO O| Feb 12 00:02:24.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
63452026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.059 INFO O| Feb 12 00:02:24.059 INFO STEP 436 (remove_files) COMPLETE
63462026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.059 INFO O| Feb 12 00:02:24.059 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.079 INFO O| Feb 12 00:02:24.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
63482026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.080 INFO O| Feb 12 00:02:24.079 INFO STEP 437 (remove_files) COMPLETE
63492026-02-12T00:02:24.338Z[ recovery-image] Feb 12 00:02:24.080 INFO O| Feb 12 00:02:24.080 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-12T00:02:24.363Z[ recovery-image] Feb 12 00:02:24.100 INFO O| Feb 12 00:02:24.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
63512026-02-12T00:02:24.363Z[ recovery-image] Feb 12 00:02:24.100 INFO O| Feb 12 00:02:24.100 INFO STEP 438 (remove_files) COMPLETE
63522026-02-12T00:02:24.363Z[ recovery-image] Feb 12 00:02:24.100 INFO O| Feb 12 00:02:24.100 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-12T00:02:24.388Z[ recovery-image] Feb 12 00:02:24.116 INFO O| Feb 12 00:02:24.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
63542026-02-12T00:02:24.388Z[ recovery-image] Feb 12 00:02:24.116 INFO O| Feb 12 00:02:24.116 INFO STEP 439 (remove_files) COMPLETE
63552026-02-12T00:02:24.388Z[ recovery-image] Feb 12 00:02:24.116 INFO O| Feb 12 00:02:24.116 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-12T00:02:24.388Z[ recovery-image] Feb 12 00:02:24.131 INFO O| Feb 12 00:02:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
63572026-02-12T00:02:24.388Z[ recovery-image] Feb 12 00:02:24.131 INFO O| Feb 12 00:02:24.131 INFO STEP 440 (remove_files) COMPLETE
63582026-02-12T00:02:24.388Z[ recovery-image] Feb 12 00:02:24.131 INFO O| Feb 12 00:02:24.131 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-12T00:02:24.413Z[ recovery-image] Feb 12 00:02:24.145 INFO O| Feb 12 00:02:24.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
63602026-02-12T00:02:24.413Z[ recovery-image] Feb 12 00:02:24.146 INFO O| Feb 12 00:02:24.146 INFO STEP 441 (remove_files) COMPLETE
63612026-02-12T00:02:24.413Z[ recovery-image] Feb 12 00:02:24.146 INFO O| Feb 12 00:02:24.146 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-12T00:02:24.437Z[ recovery-image] Feb 12 00:02:24.165 INFO O| Feb 12 00:02:24.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
63632026-02-12T00:02:24.437Z[ recovery-image] Feb 12 00:02:24.165 INFO O| Feb 12 00:02:24.165 INFO STEP 442 (remove_files) COMPLETE
63642026-02-12T00:02:24.437Z[ recovery-image] Feb 12 00:02:24.165 INFO O| Feb 12 00:02:24.165 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-12T00:02:24.437Z[ recovery-image] Feb 12 00:02:24.182 INFO O| Feb 12 00:02:24.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
63662026-02-12T00:02:24.437Z[ recovery-image] Feb 12 00:02:24.182 INFO O| Feb 12 00:02:24.182 INFO STEP 443 (remove_files) COMPLETE
63672026-02-12T00:02:24.437Z[ recovery-image] Feb 12 00:02:24.182 INFO O| Feb 12 00:02:24.182 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-12T00:02:24.461Z[ recovery-image] Feb 12 00:02:24.201 INFO O| Feb 12 00:02:24.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
63692026-02-12T00:02:24.461Z[ recovery-image] Feb 12 00:02:24.201 INFO O| Feb 12 00:02:24.201 INFO STEP 444 (remove_files) COMPLETE
63702026-02-12T00:02:24.461Z[ recovery-image] Feb 12 00:02:24.201 INFO O| Feb 12 00:02:24.201 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-12T00:02:24.486Z[ recovery-image] Feb 12 00:02:24.218 INFO O| Feb 12 00:02:24.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
63722026-02-12T00:02:24.486Z[ recovery-image] Feb 12 00:02:24.218 INFO O| Feb 12 00:02:24.218 INFO STEP 445 (remove_files) COMPLETE
63732026-02-12T00:02:24.486Z[ recovery-image] Feb 12 00:02:24.218 INFO O| Feb 12 00:02:24.218 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-12T00:02:24.486Z[ recovery-image] Feb 12 00:02:24.233 INFO O| Feb 12 00:02:24.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
63752026-02-12T00:02:24.486Z[ recovery-image] Feb 12 00:02:24.234 INFO O| Feb 12 00:02:24.233 INFO STEP 446 (remove_files) COMPLETE
63762026-02-12T00:02:24.486Z[ recovery-image] Feb 12 00:02:24.234 INFO O| Feb 12 00:02:24.233 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-12T00:02:24.511Z[ recovery-image] Feb 12 00:02:24.256 INFO O| Feb 12 00:02:24.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
63782026-02-12T00:02:24.511Z[ recovery-image] Feb 12 00:02:24.256 INFO O| Feb 12 00:02:24.256 INFO STEP 447 (remove_files) COMPLETE
63792026-02-12T00:02:24.511Z[ recovery-image] Feb 12 00:02:24.256 INFO O| Feb 12 00:02:24.256 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-12T00:02:24.545Z[ recovery-image] Feb 12 00:02:24.275 INFO O| Feb 12 00:02:24.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
63812026-02-12T00:02:24.545Z[ recovery-image] Feb 12 00:02:24.275 INFO O| Feb 12 00:02:24.275 INFO STEP 448 (remove_files) COMPLETE
63822026-02-12T00:02:24.545Z[ recovery-image] Feb 12 00:02:24.275 INFO O| Feb 12 00:02:24.275 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-12T00:02:24.545Z[ recovery-image] Feb 12 00:02:24.293 INFO O| Feb 12 00:02:24.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
63842026-02-12T00:02:24.545Z[ recovery-image] Feb 12 00:02:24.293 INFO O| Feb 12 00:02:24.293 INFO STEP 449 (remove_files) COMPLETE
63852026-02-12T00:02:24.545Z[ recovery-image] Feb 12 00:02:24.293 INFO O| Feb 12 00:02:24.293 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-12T00:02:24.571Z[ recovery-image] Feb 12 00:02:24.307 INFO O| Feb 12 00:02:24.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
63872026-02-12T00:02:24.571Z[ recovery-image] Feb 12 00:02:24.308 INFO O| Feb 12 00:02:24.308 INFO STEP 450 (remove_files) COMPLETE
63882026-02-12T00:02:24.571Z[ recovery-image] Feb 12 00:02:24.308 INFO O| Feb 12 00:02:24.308 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-12T00:02:24.596Z[ recovery-image] Feb 12 00:02:24.323 INFO O| Feb 12 00:02:24.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
63902026-02-12T00:02:24.596Z[ recovery-image] Feb 12 00:02:24.324 INFO O| Feb 12 00:02:24.324 INFO STEP 451 (remove_files) COMPLETE
63912026-02-12T00:02:24.596Z[ recovery-image] Feb 12 00:02:24.324 INFO O| Feb 12 00:02:24.324 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-12T00:02:24.596Z[ recovery-image] Feb 12 00:02:24.339 INFO O| Feb 12 00:02:24.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
63932026-02-12T00:02:24.596Z[ recovery-image] Feb 12 00:02:24.339 INFO O| Feb 12 00:02:24.339 INFO STEP 452 (remove_files) COMPLETE
63942026-02-12T00:02:24.596Z[ recovery-image] Feb 12 00:02:24.339 INFO O| Feb 12 00:02:24.339 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-12T00:02:24.621Z[ recovery-image] Feb 12 00:02:24.360 INFO O| Feb 12 00:02:24.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
63962026-02-12T00:02:24.621Z[ recovery-image] Feb 12 00:02:24.360 INFO O| Feb 12 00:02:24.360 INFO STEP 453 (remove_files) COMPLETE
63972026-02-12T00:02:24.621Z[ recovery-image] Feb 12 00:02:24.360 INFO O| Feb 12 00:02:24.360 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-12T00:02:24.645Z[ recovery-image] Feb 12 00:02:24.380 INFO O| Feb 12 00:02:24.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
63992026-02-12T00:02:24.646Z[ recovery-image] Feb 12 00:02:24.381 INFO O| Feb 12 00:02:24.381 INFO STEP 454 (remove_files) COMPLETE
64002026-02-12T00:02:24.646Z[ recovery-image] Feb 12 00:02:24.381 INFO O| Feb 12 00:02:24.381 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-12T00:02:24.670Z[ recovery-image] Feb 12 00:02:24.402 INFO O| Feb 12 00:02:24.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
64022026-02-12T00:02:24.670Z[ recovery-image] Feb 12 00:02:24.402 INFO O| Feb 12 00:02:24.402 INFO STEP 455 (remove_files) COMPLETE
64032026-02-12T00:02:24.670Z[ recovery-image] Feb 12 00:02:24.402 INFO O| Feb 12 00:02:24.402 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-12T00:02:24.670Z[ recovery-image] Feb 12 00:02:24.422 INFO O| Feb 12 00:02:24.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
64052026-02-12T00:02:24.670Z[ recovery-image] Feb 12 00:02:24.422 INFO O| Feb 12 00:02:24.422 INFO STEP 456 (remove_files) COMPLETE
64062026-02-12T00:02:24.695Z[ recovery-image] Feb 12 00:02:24.422 INFO O| Feb 12 00:02:24.422 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-12T00:02:24.695Z[ recovery-image] Feb 12 00:02:24.444 INFO O| Feb 12 00:02:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
64082026-02-12T00:02:24.695Z[ recovery-image] Feb 12 00:02:24.444 INFO O| Feb 12 00:02:24.444 INFO STEP 457 (remove_files) COMPLETE
64092026-02-12T00:02:24.695Z[ recovery-image] Feb 12 00:02:24.444 INFO O| Feb 12 00:02:24.444 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-12T00:02:24.720Z[ recovery-image] Feb 12 00:02:24.465 INFO O| Feb 12 00:02:24.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
64112026-02-12T00:02:24.720Z[ recovery-image] Feb 12 00:02:24.465 INFO O| Feb 12 00:02:24.465 INFO STEP 458 (remove_files) COMPLETE
64122026-02-12T00:02:24.720Z[ recovery-image] Feb 12 00:02:24.465 INFO O| Feb 12 00:02:24.465 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-12T00:02:24.746Z[ recovery-image] Feb 12 00:02:24.487 INFO O| Feb 12 00:02:24.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
64142026-02-12T00:02:24.746Z[ recovery-image] Feb 12 00:02:24.487 INFO O| Feb 12 00:02:24.487 INFO STEP 459 (remove_files) COMPLETE
64152026-02-12T00:02:24.746Z[ recovery-image] Feb 12 00:02:24.487 INFO O| Feb 12 00:02:24.487 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-12T00:02:24.771Z[ recovery-image] Feb 12 00:02:24.508 INFO O| Feb 12 00:02:24.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
64172026-02-12T00:02:24.771Z[ recovery-image] Feb 12 00:02:24.508 INFO O| Feb 12 00:02:24.508 INFO STEP 460 (remove_files) COMPLETE
64182026-02-12T00:02:24.771Z[ recovery-image] Feb 12 00:02:24.508 INFO O| Feb 12 00:02:24.508 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-12T00:02:24.795Z[ recovery-image] Feb 12 00:02:24.531 INFO O| Feb 12 00:02:24.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
64202026-02-12T00:02:24.795Z[ recovery-image] Feb 12 00:02:24.531 INFO O| Feb 12 00:02:24.531 INFO STEP 461 (remove_files) COMPLETE
64212026-02-12T00:02:24.795Z[ recovery-image] Feb 12 00:02:24.531 INFO O| Feb 12 00:02:24.531 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-12T00:02:24.820Z[ recovery-image] Feb 12 00:02:24.554 INFO O| Feb 12 00:02:24.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
64232026-02-12T00:02:24.820Z[ recovery-image] Feb 12 00:02:24.554 INFO O| Feb 12 00:02:24.554 INFO STEP 462 (remove_files) COMPLETE
64242026-02-12T00:02:24.820Z[ recovery-image] Feb 12 00:02:24.554 INFO O| Feb 12 00:02:24.554 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-12T00:02:24.845Z[ recovery-image] Feb 12 00:02:24.576 INFO O| Feb 12 00:02:24.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
64262026-02-12T00:02:24.845Z[ recovery-image] Feb 12 00:02:24.576 INFO O| Feb 12 00:02:24.576 INFO STEP 463 (remove_files) COMPLETE
64272026-02-12T00:02:24.845Z[ recovery-image] Feb 12 00:02:24.576 INFO O| Feb 12 00:02:24.576 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-12T00:02:24.870Z[ recovery-image] Feb 12 00:02:24.597 INFO O| Feb 12 00:02:24.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
64292026-02-12T00:02:24.870Z[ recovery-image] Feb 12 00:02:24.597 INFO O| Feb 12 00:02:24.597 INFO STEP 464 (remove_files) COMPLETE
64302026-02-12T00:02:24.870Z[ recovery-image] Feb 12 00:02:24.598 INFO O| Feb 12 00:02:24.597 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-12T00:02:24.870Z[ recovery-image] Feb 12 00:02:24.618 INFO O| Feb 12 00:02:24.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
64322026-02-12T00:02:24.870Z[ recovery-image] Feb 12 00:02:24.618 INFO O| Feb 12 00:02:24.618 INFO STEP 465 (remove_files) COMPLETE
64332026-02-12T00:02:24.870Z[ recovery-image] Feb 12 00:02:24.618 INFO O| Feb 12 00:02:24.618 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-12T00:02:24.906Z[ recovery-image] Feb 12 00:02:24.657 INFO O| Feb 12 00:02:24.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
64352026-02-12T00:02:24.906Z[ recovery-image] Feb 12 00:02:24.657 INFO O| Feb 12 00:02:24.657 INFO STEP 466 (remove_files) COMPLETE
64362026-02-12T00:02:24.931Z[ recovery-image] Feb 12 00:02:24.657 INFO O| Feb 12 00:02:24.657 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-12T00:02:24.955Z[ recovery-image] Feb 12 00:02:24.694 INFO O| Feb 12 00:02:24.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
64382026-02-12T00:02:24.955Z[ recovery-image] Feb 12 00:02:24.694 INFO O| Feb 12 00:02:24.694 INFO STEP 467 (remove_files) COMPLETE
64392026-02-12T00:02:24.955Z[ recovery-image] Feb 12 00:02:24.694 INFO O| Feb 12 00:02:24.694 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-12T00:02:24.980Z[ recovery-image] Feb 12 00:02:24.714 INFO O| Feb 12 00:02:24.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
64412026-02-12T00:02:24.980Z[ recovery-image] Feb 12 00:02:24.714 INFO O| Feb 12 00:02:24.714 INFO STEP 468 (remove_files) COMPLETE
64422026-02-12T00:02:24.980Z[ recovery-image] Feb 12 00:02:24.714 INFO O| Feb 12 00:02:24.714 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-12T00:02:25.005Z[ recovery-image] Feb 12 00:02:24.737 INFO O| Feb 12 00:02:24.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
64442026-02-12T00:02:25.005Z[ recovery-image] Feb 12 00:02:24.737 INFO O| Feb 12 00:02:24.737 INFO STEP 469 (remove_files) COMPLETE
64452026-02-12T00:02:25.005Z[ recovery-image] Feb 12 00:02:24.737 INFO O| Feb 12 00:02:24.737 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-12T00:02:25.030Z[ recovery-image] Feb 12 00:02:24.756 INFO O| Feb 12 00:02:24.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
64472026-02-12T00:02:25.030Z[ recovery-image] Feb 12 00:02:24.757 INFO O| Feb 12 00:02:24.757 INFO STEP 470 (remove_files) COMPLETE
64482026-02-12T00:02:25.030Z[ recovery-image] Feb 12 00:02:24.757 INFO O| Feb 12 00:02:24.757 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-12T00:02:25.030Z[ recovery-image] Feb 12 00:02:24.776 INFO O| Feb 12 00:02:24.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
64502026-02-12T00:02:25.030Z[ recovery-image] Feb 12 00:02:24.776 INFO O| Feb 12 00:02:24.776 INFO STEP 471 (remove_files) COMPLETE
64512026-02-12T00:02:25.030Z[ recovery-image] Feb 12 00:02:24.776 INFO O| Feb 12 00:02:24.776 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-12T00:02:25.054Z[ recovery-image] Feb 12 00:02:24.796 INFO O| Feb 12 00:02:24.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
64532026-02-12T00:02:25.054Z[ recovery-image] Feb 12 00:02:24.796 INFO O| Feb 12 00:02:24.796 INFO STEP 472 (remove_files) COMPLETE
64542026-02-12T00:02:25.054Z[ recovery-image] Feb 12 00:02:24.796 INFO O| Feb 12 00:02:24.796 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-12T00:02:25.079Z[ recovery-image] Feb 12 00:02:24.816 INFO O| Feb 12 00:02:24.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
64562026-02-12T00:02:25.079Z[ recovery-image] Feb 12 00:02:24.816 INFO O| Feb 12 00:02:24.816 INFO STEP 473 (remove_files) COMPLETE
64572026-02-12T00:02:25.079Z[ recovery-image] Feb 12 00:02:24.816 INFO O| Feb 12 00:02:24.816 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-12T00:02:25.108Z[ recovery-image] Feb 12 00:02:24.836 INFO O| Feb 12 00:02:24.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
64592026-02-12T00:02:25.108Z[ recovery-image] Feb 12 00:02:24.836 INFO O| Feb 12 00:02:24.836 INFO STEP 474 (remove_files) COMPLETE
64602026-02-12T00:02:25.108Z[ recovery-image] Feb 12 00:02:24.836 INFO O| Feb 12 00:02:24.836 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-12T00:02:25.108Z[ recovery-image] Feb 12 00:02:24.857 INFO O| Feb 12 00:02:24.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
64622026-02-12T00:02:25.108Z[ recovery-image] Feb 12 00:02:24.857 INFO O| Feb 12 00:02:24.857 INFO STEP 475 (remove_files) COMPLETE
64632026-02-12T00:02:25.108Z[ recovery-image] Feb 12 00:02:24.858 INFO O| Feb 12 00:02:24.857 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-12T00:02:25.133Z[ recovery-image] Feb 12 00:02:24.876 INFO O| Feb 12 00:02:24.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
64652026-02-12T00:02:25.133Z[ recovery-image] Feb 12 00:02:24.877 INFO O| Feb 12 00:02:24.877 INFO STEP 476 (remove_files) COMPLETE
64662026-02-12T00:02:25.133Z[ recovery-image] Feb 12 00:02:24.877 INFO O| Feb 12 00:02:24.877 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-12T00:02:25.157Z[ recovery-image] Feb 12 00:02:24.893 INFO O| Feb 12 00:02:24.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
64682026-02-12T00:02:25.157Z[ recovery-image] Feb 12 00:02:24.893 INFO O| Feb 12 00:02:24.893 INFO STEP 477 (remove_files) COMPLETE
64692026-02-12T00:02:25.158Z[ recovery-image] Feb 12 00:02:24.893 INFO O| Feb 12 00:02:24.893 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-12T00:02:25.158Z[ recovery-image] Feb 12 00:02:24.908 INFO O| Feb 12 00:02:24.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
64712026-02-12T00:02:25.158Z[ recovery-image] Feb 12 00:02:24.908 INFO O| Feb 12 00:02:24.908 INFO STEP 478 (remove_files) COMPLETE
64722026-02-12T00:02:25.158Z[ recovery-image] Feb 12 00:02:24.908 INFO O| Feb 12 00:02:24.908 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-12T00:02:25.182Z[ recovery-image] Feb 12 00:02:24.927 INFO O| Feb 12 00:02:24.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
64742026-02-12T00:02:25.182Z[ recovery-image] Feb 12 00:02:24.927 INFO O| Feb 12 00:02:24.927 INFO STEP 479 (remove_files) COMPLETE
64752026-02-12T00:02:25.182Z[ recovery-image] Feb 12 00:02:24.927 INFO O| Feb 12 00:02:24.927 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-12T00:02:25.207Z[ recovery-image] Feb 12 00:02:24.947 INFO O| Feb 12 00:02:24.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
64772026-02-12T00:02:25.207Z[ recovery-image] Feb 12 00:02:24.947 INFO O| Feb 12 00:02:24.947 INFO STEP 480 (remove_files) COMPLETE
64782026-02-12T00:02:25.207Z[ recovery-image] Feb 12 00:02:24.947 INFO O| Feb 12 00:02:24.947 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-12T00:02:25.231Z[ recovery-image] Feb 12 00:02:24.965 INFO O| Feb 12 00:02:24.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
64802026-02-12T00:02:25.231Z[ recovery-image] Feb 12 00:02:24.965 INFO O| Feb 12 00:02:24.965 INFO STEP 481 (remove_files) COMPLETE
64812026-02-12T00:02:25.231Z[ recovery-image] Feb 12 00:02:24.965 INFO O| Feb 12 00:02:24.965 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-12T00:02:25.231Z[ recovery-image] Feb 12 00:02:24.981 INFO O| Feb 12 00:02:24.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
64832026-02-12T00:02:25.231Z[ recovery-image] Feb 12 00:02:24.981 INFO O| Feb 12 00:02:24.981 INFO STEP 482 (remove_files) COMPLETE
64842026-02-12T00:02:25.231Z[ recovery-image] Feb 12 00:02:24.981 INFO O| Feb 12 00:02:24.981 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-12T00:02:25.256Z[ recovery-image] Feb 12 00:02:24.997 INFO O| Feb 12 00:02:24.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
64862026-02-12T00:02:25.256Z[ recovery-image] Feb 12 00:02:24.997 INFO O| Feb 12 00:02:24.997 INFO STEP 483 (remove_files) COMPLETE
64872026-02-12T00:02:25.256Z[ recovery-image] Feb 12 00:02:24.997 INFO O| Feb 12 00:02:24.997 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-12T00:02:25.280Z[ recovery-image] Feb 12 00:02:25.012 INFO O| Feb 12 00:02:25.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
64892026-02-12T00:02:25.280Z[ recovery-image] Feb 12 00:02:25.012 INFO O| Feb 12 00:02:25.012 INFO STEP 484 (remove_files) COMPLETE
64902026-02-12T00:02:25.280Z[ recovery-image] Feb 12 00:02:25.012 INFO O| Feb 12 00:02:25.012 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-12T00:02:25.280Z[ recovery-image] Feb 12 00:02:25.027 INFO O| Feb 12 00:02:25.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
64922026-02-12T00:02:25.280Z[ recovery-image] Feb 12 00:02:25.027 INFO O| Feb 12 00:02:25.027 INFO STEP 485 (remove_files) COMPLETE
64932026-02-12T00:02:25.280Z[ recovery-image] Feb 12 00:02:25.027 INFO O| Feb 12 00:02:25.027 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-12T00:02:25.305Z[ recovery-image] Feb 12 00:02:25.041 INFO O| Feb 12 00:02:25.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
64952026-02-12T00:02:25.305Z[ recovery-image] Feb 12 00:02:25.042 INFO O| Feb 12 00:02:25.042 INFO STEP 486 (remove_files) COMPLETE
64962026-02-12T00:02:25.305Z[ recovery-image] Feb 12 00:02:25.042 INFO O| Feb 12 00:02:25.042 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-12T00:02:25.305Z[ recovery-image] Feb 12 00:02:25.057 INFO O| Feb 12 00:02:25.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
64982026-02-12T00:02:25.305Z[ recovery-image] Feb 12 00:02:25.057 INFO O| Feb 12 00:02:25.057 INFO STEP 487 (remove_files) COMPLETE
64992026-02-12T00:02:25.305Z[ recovery-image] Feb 12 00:02:25.057 INFO O| Feb 12 00:02:25.057 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-12T00:02:25.330Z[ recovery-image] Feb 12 00:02:25.071 INFO O| Feb 12 00:02:25.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
65012026-02-12T00:02:25.330Z[ recovery-image] Feb 12 00:02:25.071 INFO O| Feb 12 00:02:25.071 INFO STEP 488 (remove_files) COMPLETE
65022026-02-12T00:02:25.330Z[ recovery-image] Feb 12 00:02:25.071 INFO O| Feb 12 00:02:25.071 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-12T00:02:25.355Z[ recovery-image] Feb 12 00:02:25.086 INFO O| Feb 12 00:02:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
65042026-02-12T00:02:25.355Z[ recovery-image] Feb 12 00:02:25.086 INFO O| Feb 12 00:02:25.086 INFO STEP 489 (remove_files) COMPLETE
65052026-02-12T00:02:25.355Z[ recovery-image] Feb 12 00:02:25.086 INFO O| Feb 12 00:02:25.086 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-12T00:02:25.355Z[ recovery-image] Feb 12 00:02:25.100 INFO O| Feb 12 00:02:25.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
65072026-02-12T00:02:25.355Z[ recovery-image] Feb 12 00:02:25.100 INFO O| Feb 12 00:02:25.100 INFO STEP 490 (remove_files) COMPLETE
65082026-02-12T00:02:25.355Z[ recovery-image] Feb 12 00:02:25.100 INFO O| Feb 12 00:02:25.100 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-12T00:02:25.381Z[ recovery-image] Feb 12 00:02:25.114 INFO O| Feb 12 00:02:25.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
65102026-02-12T00:02:25.381Z[ recovery-image] Feb 12 00:02:25.114 INFO O| Feb 12 00:02:25.114 INFO STEP 491 (remove_files) COMPLETE
65112026-02-12T00:02:25.381Z[ recovery-image] Feb 12 00:02:25.114 INFO O| Feb 12 00:02:25.114 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-12T00:02:25.381Z[ recovery-image] Feb 12 00:02:25.128 INFO O| Feb 12 00:02:25.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
65132026-02-12T00:02:25.381Z[ recovery-image] Feb 12 00:02:25.128 INFO O| Feb 12 00:02:25.128 INFO STEP 492 (remove_files) COMPLETE
65142026-02-12T00:02:25.381Z[ recovery-image] Feb 12 00:02:25.128 INFO O| Feb 12 00:02:25.128 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-12T00:02:25.405Z[ recovery-image] Feb 12 00:02:25.147 INFO O| Feb 12 00:02:25.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
65162026-02-12T00:02:25.405Z[ recovery-image] Feb 12 00:02:25.147 INFO O| Feb 12 00:02:25.147 INFO STEP 493 (remove_files) COMPLETE
65172026-02-12T00:02:25.405Z[ recovery-image] Feb 12 00:02:25.147 INFO O| Feb 12 00:02:25.147 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-12T00:02:25.429Z[ recovery-image] Feb 12 00:02:25.167 INFO O| Feb 12 00:02:25.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
65192026-02-12T00:02:25.430Z[ recovery-image] Feb 12 00:02:25.167 INFO O| Feb 12 00:02:25.167 INFO STEP 494 (remove_files) COMPLETE
65202026-02-12T00:02:25.430Z[ recovery-image] Feb 12 00:02:25.167 INFO O| Feb 12 00:02:25.167 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-12T00:02:25.454Z[ recovery-image] Feb 12 00:02:25.186 INFO O| Feb 12 00:02:25.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
65222026-02-12T00:02:25.455Z[ recovery-image] Feb 12 00:02:25.187 INFO O| Feb 12 00:02:25.187 INFO STEP 495 (remove_files) COMPLETE
65232026-02-12T00:02:25.455Z[ recovery-image] Feb 12 00:02:25.187 INFO O| Feb 12 00:02:25.187 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-12T00:02:25.455Z[ recovery-image] Feb 12 00:02:25.204 INFO O| Feb 12 00:02:25.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
65252026-02-12T00:02:25.455Z[ recovery-image] Feb 12 00:02:25.204 INFO O| Feb 12 00:02:25.204 INFO STEP 496 (remove_files) COMPLETE
65262026-02-12T00:02:25.455Z[ recovery-image] Feb 12 00:02:25.204 INFO O| Feb 12 00:02:25.204 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-12T00:02:25.479Z[ recovery-image] Feb 12 00:02:25.222 INFO O| Feb 12 00:02:25.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
65282026-02-12T00:02:25.479Z[ recovery-image] Feb 12 00:02:25.222 INFO O| Feb 12 00:02:25.222 INFO STEP 497 (remove_files) COMPLETE
65292026-02-12T00:02:25.479Z[ recovery-image] Feb 12 00:02:25.222 INFO O| Feb 12 00:02:25.222 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-12T00:02:25.504Z[ recovery-image] Feb 12 00:02:25.238 INFO O| Feb 12 00:02:25.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
65312026-02-12T00:02:25.504Z[ recovery-image] Feb 12 00:02:25.238 INFO O| Feb 12 00:02:25.238 INFO STEP 498 (remove_files) COMPLETE
65322026-02-12T00:02:25.504Z[ recovery-image] Feb 12 00:02:25.238 INFO O| Feb 12 00:02:25.238 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-12T00:02:25.504Z[ recovery-image] Feb 12 00:02:25.252 INFO O| Feb 12 00:02:25.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
65342026-02-12T00:02:25.504Z[ recovery-image] Feb 12 00:02:25.252 INFO O| Feb 12 00:02:25.252 INFO STEP 499 (remove_files) COMPLETE
65352026-02-12T00:02:25.504Z[ recovery-image] Feb 12 00:02:25.252 INFO O| Feb 12 00:02:25.252 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-12T00:02:25.528Z[ recovery-image] Feb 12 00:02:25.271 INFO O| Feb 12 00:02:25.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
65372026-02-12T00:02:25.529Z[ recovery-image] Feb 12 00:02:25.271 INFO O| Feb 12 00:02:25.271 INFO STEP 500 (remove_files) COMPLETE
65382026-02-12T00:02:25.529Z[ recovery-image] Feb 12 00:02:25.271 INFO O| Feb 12 00:02:25.271 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-12T00:02:25.553Z[ recovery-image] Feb 12 00:02:25.284 INFO O| Feb 12 00:02:25.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
65402026-02-12T00:02:25.553Z[ recovery-image] Feb 12 00:02:25.284 INFO O| Feb 12 00:02:25.284 INFO STEP 501 (remove_files) COMPLETE
65412026-02-12T00:02:25.553Z[ recovery-image] Feb 12 00:02:25.284 INFO O| Feb 12 00:02:25.284 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-12T00:02:25.553Z[ recovery-image] Feb 12 00:02:25.298 INFO O| Feb 12 00:02:25.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
65432026-02-12T00:02:25.553Z[ recovery-image] Feb 12 00:02:25.298 INFO O| Feb 12 00:02:25.298 INFO STEP 502 (remove_files) COMPLETE
65442026-02-12T00:02:25.553Z[ recovery-image] Feb 12 00:02:25.298 INFO O| Feb 12 00:02:25.298 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-12T00:02:25.578Z[ recovery-image] Feb 12 00:02:25.316 INFO O| Feb 12 00:02:25.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
65462026-02-12T00:02:25.578Z[ recovery-image] Feb 12 00:02:25.316 INFO O| Feb 12 00:02:25.316 INFO STEP 503 (remove_files) COMPLETE
65472026-02-12T00:02:25.578Z[ recovery-image] Feb 12 00:02:25.316 INFO O| Feb 12 00:02:25.316 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-12T00:02:25.578Z[ recovery-image] Feb 12 00:02:25.329 INFO O| Feb 12 00:02:25.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
65492026-02-12T00:02:25.578Z[ recovery-image] Feb 12 00:02:25.329 INFO O| Feb 12 00:02:25.329 INFO STEP 504 (remove_files) COMPLETE
65502026-02-12T00:02:25.578Z[ recovery-image] Feb 12 00:02:25.329 INFO O| Feb 12 00:02:25.329 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-12T00:02:25.602Z[ recovery-image] Feb 12 00:02:25.342 INFO O| Feb 12 00:02:25.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
65522026-02-12T00:02:25.602Z[ recovery-image] Feb 12 00:02:25.342 INFO O| Feb 12 00:02:25.342 INFO STEP 505 (remove_files) COMPLETE
65532026-02-12T00:02:25.602Z[ recovery-image] Feb 12 00:02:25.342 INFO O| Feb 12 00:02:25.342 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-12T00:02:25.602Z[ recovery-image] Feb 12 00:02:25.354 INFO O| Feb 12 00:02:25.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
65552026-02-12T00:02:25.627Z[ recovery-image] Feb 12 00:02:25.354 INFO O| Feb 12 00:02:25.354 INFO STEP 506 (remove_files) COMPLETE
65562026-02-12T00:02:25.627Z[ recovery-image] Feb 12 00:02:25.354 INFO O| Feb 12 00:02:25.354 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-12T00:02:25.627Z[ recovery-image] Feb 12 00:02:25.366 INFO O| Feb 12 00:02:25.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
65582026-02-12T00:02:25.627Z[ recovery-image] Feb 12 00:02:25.366 INFO O| Feb 12 00:02:25.366 INFO STEP 507 (remove_files) COMPLETE
65592026-02-12T00:02:25.627Z[ recovery-image] Feb 12 00:02:25.366 INFO O| Feb 12 00:02:25.366 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-12T00:02:25.652Z[ recovery-image] Feb 12 00:02:25.379 INFO O| Feb 12 00:02:25.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
65612026-02-12T00:02:25.652Z[ recovery-image] Feb 12 00:02:25.379 INFO O| Feb 12 00:02:25.379 INFO STEP 508 (remove_files) COMPLETE
65622026-02-12T00:02:25.652Z[ recovery-image] Feb 12 00:02:25.379 INFO O| Feb 12 00:02:25.379 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-12T00:02:25.652Z[ recovery-image] Feb 12 00:02:25.392 INFO O| Feb 12 00:02:25.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
65642026-02-12T00:02:25.652Z[ recovery-image] Feb 12 00:02:25.393 INFO O| Feb 12 00:02:25.393 INFO STEP 509 (remove_files) COMPLETE
65652026-02-12T00:02:25.652Z[ recovery-image] Feb 12 00:02:25.393 INFO O| Feb 12 00:02:25.393 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-12T00:02:25.677Z[ recovery-image] Feb 12 00:02:25.407 INFO O| Feb 12 00:02:25.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
65672026-02-12T00:02:25.677Z[ recovery-image] Feb 12 00:02:25.407 INFO O| Feb 12 00:02:25.407 INFO STEP 510 (remove_files) COMPLETE
65682026-02-12T00:02:25.677Z[ recovery-image] Feb 12 00:02:25.407 INFO O| Feb 12 00:02:25.407 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-12T00:02:25.677Z[ recovery-image] Feb 12 00:02:25.428 INFO O| Feb 12 00:02:25.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
65702026-02-12T00:02:25.677Z[ recovery-image] Feb 12 00:02:25.428 INFO O| Feb 12 00:02:25.428 INFO STEP 511 (remove_files) COMPLETE
65712026-02-12T00:02:25.677Z[ recovery-image] Feb 12 00:02:25.428 INFO O| Feb 12 00:02:25.428 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-12T00:02:25.701Z[ recovery-image] Feb 12 00:02:25.449 INFO O| Feb 12 00:02:25.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
65732026-02-12T00:02:25.701Z[ recovery-image] Feb 12 00:02:25.451 INFO O| Feb 12 00:02:25.449 INFO STEP 512 (remove_files) COMPLETE
65742026-02-12T00:02:25.701Z[ recovery-image] Feb 12 00:02:25.451 INFO O| Feb 12 00:02:25.449 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-12T00:02:25.726Z[ recovery-image] Feb 12 00:02:25.470 INFO O| Feb 12 00:02:25.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
65762026-02-12T00:02:25.726Z[ recovery-image] Feb 12 00:02:25.470 INFO O| Feb 12 00:02:25.470 INFO STEP 513 (remove_files) COMPLETE
65772026-02-12T00:02:25.726Z[ recovery-image] Feb 12 00:02:25.470 INFO O| Feb 12 00:02:25.470 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-12T00:02:25.750Z[ recovery-image] Feb 12 00:02:25.490 INFO O| Feb 12 00:02:25.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
65792026-02-12T00:02:25.750Z[ recovery-image] Feb 12 00:02:25.490 INFO O| Feb 12 00:02:25.490 INFO STEP 514 (remove_files) COMPLETE
65802026-02-12T00:02:25.750Z[ recovery-image] Feb 12 00:02:25.490 INFO O| Feb 12 00:02:25.490 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-12T00:02:25.775Z[ recovery-image] Feb 12 00:02:25.513 INFO O| Feb 12 00:02:25.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
65822026-02-12T00:02:25.775Z[ recovery-image] Feb 12 00:02:25.513 INFO O| Feb 12 00:02:25.513 INFO STEP 515 (remove_files) COMPLETE
65832026-02-12T00:02:25.775Z[ recovery-image] Feb 12 00:02:25.513 INFO O| Feb 12 00:02:25.513 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-12T00:02:25.799Z[ recovery-image] Feb 12 00:02:25.529 INFO O| Feb 12 00:02:25.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
65852026-02-12T00:02:25.800Z[ recovery-image] Feb 12 00:02:25.529 INFO O| Feb 12 00:02:25.529 INFO STEP 516 (remove_files) COMPLETE
65862026-02-12T00:02:25.800Z[ recovery-image] Feb 12 00:02:25.529 INFO O| Feb 12 00:02:25.529 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-12T00:02:25.824Z[ recovery-image] Feb 12 00:02:25.552 INFO O| Feb 12 00:02:25.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
65882026-02-12T00:02:25.824Z[ recovery-image] Feb 12 00:02:25.552 INFO O| Feb 12 00:02:25.552 INFO STEP 517 (remove_files) COMPLETE
65892026-02-12T00:02:25.824Z[ recovery-image] Feb 12 00:02:25.552 INFO O| Feb 12 00:02:25.552 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-12T00:02:25.848Z[ recovery-image] Feb 12 00:02:25.598 INFO O| Feb 12 00:02:25.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
65912026-02-12T00:02:25.848Z[ recovery-image] Feb 12 00:02:25.598 INFO O| Feb 12 00:02:25.574 INFO STEP 518 (remove_files) COMPLETE
65922026-02-12T00:02:25.848Z[ recovery-image] Feb 12 00:02:25.598 INFO O| Feb 12 00:02:25.574 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-12T00:02:25.936Z[ recovery-image] Feb 12 00:02:25.687 INFO O| Feb 12 00:02:25.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
65942026-02-12T00:02:25.936Z[ recovery-image] Feb 12 00:02:25.687 INFO O| Feb 12 00:02:25.687 INFO STEP 519 (remove_files) COMPLETE
65952026-02-12T00:02:25.936Z[ recovery-image] Feb 12 00:02:25.687 INFO O| Feb 12 00:02:25.687 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-12T00:02:25.968Z[ recovery-image] Feb 12 00:02:25.708 INFO O| Feb 12 00:02:25.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
65972026-02-12T00:02:25.968Z[ recovery-image] Feb 12 00:02:25.709 INFO O| Feb 12 00:02:25.708 INFO STEP 520 (remove_files) COMPLETE
65982026-02-12T00:02:25.968Z[ recovery-image] Feb 12 00:02:25.709 INFO O| Feb 12 00:02:25.709 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-12T00:02:25.998Z[ recovery-image] Feb 12 00:02:25.725 INFO O| Feb 12 00:02:25.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
66002026-02-12T00:02:25.998Z[ recovery-image] Feb 12 00:02:25.726 INFO O| Feb 12 00:02:25.726 INFO STEP 521 (remove_files) COMPLETE
66012026-02-12T00:02:25.998Z[ recovery-image] Feb 12 00:02:25.726 INFO O| Feb 12 00:02:25.726 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-12T00:02:25.998Z[ recovery-image] Feb 12 00:02:25.744 INFO O| Feb 12 00:02:25.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
66032026-02-12T00:02:25.998Z[ recovery-image] Feb 12 00:02:25.744 INFO O| Feb 12 00:02:25.744 INFO STEP 522 (remove_files) COMPLETE
66042026-02-12T00:02:25.998Z[ recovery-image] Feb 12 00:02:25.744 INFO O| Feb 12 00:02:25.744 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-12T00:02:26.028Z[ recovery-image] Feb 12 00:02:25.760 INFO O| Feb 12 00:02:25.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
66062026-02-12T00:02:26.028Z[ recovery-image] Feb 12 00:02:25.760 INFO O| Feb 12 00:02:25.760 INFO STEP 523 (remove_files) COMPLETE
66072026-02-12T00:02:26.028Z[ recovery-image] Feb 12 00:02:25.760 INFO O| Feb 12 00:02:25.760 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-12T00:02:26.028Z[ recovery-image] Feb 12 00:02:25.778 INFO O| Feb 12 00:02:25.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
66092026-02-12T00:02:26.028Z[ recovery-image] Feb 12 00:02:25.778 INFO O| Feb 12 00:02:25.778 INFO STEP 524 (remove_files) COMPLETE
66102026-02-12T00:02:26.028Z[ recovery-image] Feb 12 00:02:25.778 INFO O| Feb 12 00:02:25.778 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-12T00:02:26.056Z[ recovery-image] Feb 12 00:02:25.793 INFO O| Feb 12 00:02:25.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
66122026-02-12T00:02:26.056Z[ recovery-image] Feb 12 00:02:25.793 INFO O| Feb 12 00:02:25.793 INFO STEP 525 (remove_files) COMPLETE
66132026-02-12T00:02:26.056Z[ recovery-image] Feb 12 00:02:25.793 INFO O| Feb 12 00:02:25.793 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-12T00:02:26.056Z[ recovery-image] Feb 12 00:02:25.807 INFO O| Feb 12 00:02:25.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
66152026-02-12T00:02:26.056Z[ recovery-image] Feb 12 00:02:25.808 INFO O| Feb 12 00:02:25.807 INFO STEP 526 (remove_files) COMPLETE
66162026-02-12T00:02:26.056Z[ recovery-image] Feb 12 00:02:25.808 INFO O| Feb 12 00:02:25.808 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-12T00:02:26.082Z[ recovery-image] Feb 12 00:02:25.826 INFO O| Feb 12 00:02:25.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
66182026-02-12T00:02:26.082Z[ recovery-image] Feb 12 00:02:25.826 INFO O| Feb 12 00:02:25.826 INFO STEP 527 (remove_files) COMPLETE
66192026-02-12T00:02:26.082Z[ recovery-image] Feb 12 00:02:25.826 INFO O| Feb 12 00:02:25.826 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-12T00:02:26.107Z[ recovery-image] Feb 12 00:02:25.842 INFO O| Feb 12 00:02:25.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
66212026-02-12T00:02:26.107Z[ recovery-image] Feb 12 00:02:25.842 INFO O| Feb 12 00:02:25.842 INFO STEP 528 (remove_files) COMPLETE
66222026-02-12T00:02:26.107Z[ recovery-image] Feb 12 00:02:25.842 INFO O| Feb 12 00:02:25.842 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-12T00:02:26.107Z[ recovery-image] Feb 12 00:02:25.856 INFO O| Feb 12 00:02:25.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
66242026-02-12T00:02:26.107Z[ recovery-image] Feb 12 00:02:25.856 INFO O| Feb 12 00:02:25.856 INFO STEP 529 (remove_files) COMPLETE
66252026-02-12T00:02:26.107Z[ recovery-image] Feb 12 00:02:25.856 INFO O| Feb 12 00:02:25.856 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-12T00:02:26.132Z[ recovery-image] Feb 12 00:02:25.870 INFO O| Feb 12 00:02:25.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
66272026-02-12T00:02:26.132Z[ recovery-image] Feb 12 00:02:25.870 INFO O| Feb 12 00:02:25.870 INFO STEP 530 (remove_files) COMPLETE
66282026-02-12T00:02:26.132Z[ recovery-image] Feb 12 00:02:25.870 INFO O| Feb 12 00:02:25.870 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-12T00:02:26.157Z[ recovery-image] Feb 12 00:02:25.884 INFO O| Feb 12 00:02:25.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
66302026-02-12T00:02:26.157Z[ recovery-image] Feb 12 00:02:25.884 INFO O| Feb 12 00:02:25.884 INFO STEP 531 (remove_files) COMPLETE
66312026-02-12T00:02:26.157Z[ recovery-image] Feb 12 00:02:25.884 INFO O| Feb 12 00:02:25.884 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-12T00:02:26.157Z[ recovery-image] Feb 12 00:02:25.903 INFO O| Feb 12 00:02:25.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
66332026-02-12T00:02:26.157Z[ recovery-image] Feb 12 00:02:25.904 INFO O| Feb 12 00:02:25.904 INFO STEP 532 (remove_files) COMPLETE
66342026-02-12T00:02:26.157Z[ recovery-image] Feb 12 00:02:25.904 INFO O| Feb 12 00:02:25.904 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-12T00:02:26.181Z[ recovery-image] Feb 12 00:02:25.920 INFO O| Feb 12 00:02:25.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
66362026-02-12T00:02:26.181Z[ recovery-image] Feb 12 00:02:25.921 INFO O| Feb 12 00:02:25.920 INFO STEP 533 (remove_files) COMPLETE
66372026-02-12T00:02:26.182Z[ recovery-image] Feb 12 00:02:25.921 INFO O| Feb 12 00:02:25.921 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-12T00:02:26.207Z[ recovery-image] Feb 12 00:02:25.938 INFO O| Feb 12 00:02:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
66392026-02-12T00:02:26.207Z[ recovery-image] Feb 12 00:02:25.939 INFO O| Feb 12 00:02:25.939 INFO STEP 534 (remove_files) COMPLETE
66402026-02-12T00:02:26.207Z[ recovery-image] Feb 12 00:02:25.939 INFO O| Feb 12 00:02:25.939 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-12T00:02:26.207Z[ recovery-image] Feb 12 00:02:25.956 INFO O| Feb 12 00:02:25.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
66422026-02-12T00:02:26.207Z[ recovery-image] Feb 12 00:02:25.956 INFO O| Feb 12 00:02:25.956 INFO STEP 535 (remove_files) COMPLETE
66432026-02-12T00:02:26.207Z[ recovery-image] Feb 12 00:02:25.956 INFO O| Feb 12 00:02:25.956 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-12T00:02:26.231Z[ recovery-image] Feb 12 00:02:25.971 INFO O| Feb 12 00:02:25.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
66452026-02-12T00:02:26.232Z[ recovery-image] Feb 12 00:02:25.971 INFO O| Feb 12 00:02:25.971 INFO STEP 536 (remove_files) COMPLETE
66462026-02-12T00:02:26.232Z[ recovery-image] Feb 12 00:02:25.971 INFO O| Feb 12 00:02:25.971 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-12T00:02:26.256Z[ recovery-image] Feb 12 00:02:25.991 INFO O| Feb 12 00:02:25.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
66482026-02-12T00:02:26.256Z[ recovery-image] Feb 12 00:02:25.991 INFO O| Feb 12 00:02:25.991 INFO STEP 537 (remove_files) COMPLETE
66492026-02-12T00:02:26.256Z[ recovery-image] Feb 12 00:02:25.991 INFO O| Feb 12 00:02:25.991 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-12T00:02:26.256Z[ recovery-image] Feb 12 00:02:26.006 INFO O| Feb 12 00:02:26.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
66512026-02-12T00:02:26.256Z[ recovery-image] Feb 12 00:02:26.007 INFO O| Feb 12 00:02:26.007 INFO STEP 538 (remove_files) COMPLETE
66522026-02-12T00:02:26.256Z[ recovery-image] Feb 12 00:02:26.007 INFO O| Feb 12 00:02:26.007 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-12T00:02:26.280Z[ recovery-image] Feb 12 00:02:26.025 INFO O| Feb 12 00:02:26.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
66542026-02-12T00:02:26.281Z[ recovery-image] Feb 12 00:02:26.026 INFO O| Feb 12 00:02:26.026 INFO STEP 539 (remove_files) COMPLETE
66552026-02-12T00:02:26.281Z[ recovery-image] Feb 12 00:02:26.026 INFO O| Feb 12 00:02:26.026 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-12T00:02:26.306Z[ recovery-image] Feb 12 00:02:26.048 INFO O| Feb 12 00:02:26.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
66572026-02-12T00:02:26.306Z[ recovery-image] Feb 12 00:02:26.048 INFO O| Feb 12 00:02:26.048 INFO STEP 540 (remove_files) COMPLETE
66582026-02-12T00:02:26.306Z[ recovery-image] Feb 12 00:02:26.048 INFO O| Feb 12 00:02:26.048 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-12T00:02:26.331Z[ recovery-image] Feb 12 00:02:26.062 INFO O| Feb 12 00:02:26.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
66602026-02-12T00:02:26.331Z[ recovery-image] Feb 12 00:02:26.062 INFO O| Feb 12 00:02:26.062 INFO STEP 541 (remove_files) COMPLETE
66612026-02-12T00:02:26.331Z[ recovery-image] Feb 12 00:02:26.062 INFO O| Feb 12 00:02:26.062 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-12T00:02:26.331Z[ recovery-image] Feb 12 00:02:26.078 INFO O| Feb 12 00:02:26.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
66632026-02-12T00:02:26.331Z[ recovery-image] Feb 12 00:02:26.078 INFO O| Feb 12 00:02:26.078 INFO STEP 542 (remove_files) COMPLETE
66642026-02-12T00:02:26.331Z[ recovery-image] Feb 12 00:02:26.078 INFO O| Feb 12 00:02:26.078 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-12T00:02:26.355Z[ recovery-image] Feb 12 00:02:26.097 INFO O| Feb 12 00:02:26.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
66662026-02-12T00:02:26.355Z[ recovery-image] Feb 12 00:02:26.097 INFO O| Feb 12 00:02:26.097 INFO STEP 543 (remove_files) COMPLETE
66672026-02-12T00:02:26.355Z[ recovery-image] Feb 12 00:02:26.097 INFO O| Feb 12 00:02:26.097 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-12T00:02:26.380Z[ recovery-image] Feb 12 00:02:26.117 INFO O| Feb 12 00:02:26.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
66692026-02-12T00:02:26.380Z[ recovery-image] Feb 12 00:02:26.118 INFO O| Feb 12 00:02:26.117 INFO STEP 544 (remove_files) COMPLETE
66702026-02-12T00:02:26.380Z[ recovery-image] Feb 12 00:02:26.118 INFO O| Feb 12 00:02:26.118 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-12T00:02:26.405Z[ recovery-image] Feb 12 00:02:26.134 INFO O| Feb 12 00:02:26.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
66722026-02-12T00:02:26.405Z[ recovery-image] Feb 12 00:02:26.134 INFO O| Feb 12 00:02:26.134 INFO STEP 545 (remove_files) COMPLETE
66732026-02-12T00:02:26.405Z[ recovery-image] Feb 12 00:02:26.134 INFO O| Feb 12 00:02:26.134 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-12T00:02:26.405Z[ recovery-image] Feb 12 00:02:26.148 INFO O| Feb 12 00:02:26.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
66752026-02-12T00:02:26.405Z[ recovery-image] Feb 12 00:02:26.149 INFO O| Feb 12 00:02:26.148 INFO STEP 546 (remove_files) COMPLETE
66762026-02-12T00:02:26.405Z[ recovery-image] Feb 12 00:02:26.149 INFO O| Feb 12 00:02:26.149 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-12T00:02:26.430Z[ recovery-image] Feb 12 00:02:26.167 INFO O| Feb 12 00:02:26.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
66782026-02-12T00:02:26.430Z[ recovery-image] Feb 12 00:02:26.167 INFO O| Feb 12 00:02:26.167 INFO STEP 547 (remove_files) COMPLETE
66792026-02-12T00:02:26.430Z[ recovery-image] Feb 12 00:02:26.167 INFO O| Feb 12 00:02:26.167 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-12T00:02:26.454Z[ recovery-image] Feb 12 00:02:26.185 INFO O| Feb 12 00:02:26.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
66812026-02-12T00:02:26.454Z[ recovery-image] Feb 12 00:02:26.185 INFO O| Feb 12 00:02:26.185 INFO STEP 548 (remove_files) COMPLETE
66822026-02-12T00:02:26.454Z[ recovery-image] Feb 12 00:02:26.185 INFO O| Feb 12 00:02:26.185 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-12T00:02:26.454Z[ recovery-image] Feb 12 00:02:26.205 INFO O| Feb 12 00:02:26.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
66842026-02-12T00:02:26.454Z[ recovery-image] Feb 12 00:02:26.206 INFO O| Feb 12 00:02:26.205 INFO STEP 549 (remove_files) COMPLETE
66852026-02-12T00:02:26.454Z[ recovery-image] Feb 12 00:02:26.206 INFO O| Feb 12 00:02:26.206 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-12T00:02:26.479Z[ recovery-image] Feb 12 00:02:26.226 INFO O| Feb 12 00:02:26.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
66872026-02-12T00:02:26.479Z[ recovery-image] Feb 12 00:02:26.226 INFO O| Feb 12 00:02:26.226 INFO STEP 550 (remove_files) COMPLETE
66882026-02-12T00:02:26.479Z[ recovery-image] Feb 12 00:02:26.226 INFO O| Feb 12 00:02:26.226 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-12T00:02:26.504Z[ recovery-image] Feb 12 00:02:26.243 INFO O| Feb 12 00:02:26.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
66902026-02-12T00:02:26.504Z[ recovery-image] Feb 12 00:02:26.244 INFO O| Feb 12 00:02:26.244 INFO STEP 551 (remove_files) COMPLETE
66912026-02-12T00:02:26.504Z[ recovery-image] Feb 12 00:02:26.244 INFO O| Feb 12 00:02:26.244 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-12T00:02:26.528Z[ recovery-image] Feb 12 00:02:26.260 INFO O| Feb 12 00:02:26.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
66932026-02-12T00:02:26.528Z[ recovery-image] Feb 12 00:02:26.260 INFO O| Feb 12 00:02:26.260 INFO STEP 552 (remove_files) COMPLETE
66942026-02-12T00:02:26.528Z[ recovery-image] Feb 12 00:02:26.260 INFO O| Feb 12 00:02:26.260 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-12T00:02:26.528Z[ recovery-image] Feb 12 00:02:26.275 INFO O| Feb 12 00:02:26.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
66962026-02-12T00:02:26.528Z[ recovery-image] Feb 12 00:02:26.275 INFO O| Feb 12 00:02:26.275 INFO STEP 553 (remove_files) COMPLETE
66972026-02-12T00:02:26.528Z[ recovery-image] Feb 12 00:02:26.275 INFO O| Feb 12 00:02:26.275 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-12T00:02:26.553Z[ recovery-image] Feb 12 00:02:26.291 INFO O| Feb 12 00:02:26.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
66992026-02-12T00:02:26.553Z[ recovery-image] Feb 12 00:02:26.291 INFO O| Feb 12 00:02:26.291 INFO STEP 554 (remove_files) COMPLETE
67002026-02-12T00:02:26.553Z[ recovery-image] Feb 12 00:02:26.291 INFO O| Feb 12 00:02:26.291 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-12T00:02:26.578Z[ recovery-image] Feb 12 00:02:26.310 INFO O| Feb 12 00:02:26.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
67022026-02-12T00:02:26.578Z[ recovery-image] Feb 12 00:02:26.311 INFO O| Feb 12 00:02:26.311 INFO STEP 555 (remove_files) COMPLETE
67032026-02-12T00:02:26.578Z[ recovery-image] Feb 12 00:02:26.311 INFO O| Feb 12 00:02:26.311 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-12T00:02:26.603Z[ recovery-image] Feb 12 00:02:26.330 INFO O| Feb 12 00:02:26.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
67052026-02-12T00:02:26.603Z[ recovery-image] Feb 12 00:02:26.330 INFO O| Feb 12 00:02:26.330 INFO STEP 556 (remove_files) COMPLETE
67062026-02-12T00:02:26.603Z[ recovery-image] Feb 12 00:02:26.330 INFO O| Feb 12 00:02:26.330 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-12T00:02:26.603Z[ recovery-image] Feb 12 00:02:26.350 INFO O| Feb 12 00:02:26.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67082026-02-12T00:02:26.603Z[ recovery-image] Feb 12 00:02:26.350 INFO O| Feb 12 00:02:26.350 INFO STEP 557 (remove_files) COMPLETE
67092026-02-12T00:02:26.603Z[ recovery-image] Feb 12 00:02:26.350 INFO O| Feb 12 00:02:26.350 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-12T00:02:26.628Z[ recovery-image] Feb 12 00:02:26.374 INFO O| Feb 12 00:02:26.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67112026-02-12T00:02:26.629Z[ recovery-image] Feb 12 00:02:26.375 INFO O| Feb 12 00:02:26.374 INFO STEP 558 (remove_files) COMPLETE
67122026-02-12T00:02:26.629Z[ recovery-image] Feb 12 00:02:26.375 INFO O| Feb 12 00:02:26.374 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-12T00:02:26.654Z[ recovery-image] Feb 12 00:02:26.394 INFO O| Feb 12 00:02:26.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67142026-02-12T00:02:26.654Z[ recovery-image] Feb 12 00:02:26.395 INFO O| Feb 12 00:02:26.395 INFO STEP 559 (remove_files) COMPLETE
67152026-02-12T00:02:26.654Z[ recovery-image] Feb 12 00:02:26.395 INFO O| Feb 12 00:02:26.395 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-12T00:02:26.679Z[ recovery-image] Feb 12 00:02:26.416 INFO O| Feb 12 00:02:26.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67172026-02-12T00:02:26.679Z[ recovery-image] Feb 12 00:02:26.416 INFO O| Feb 12 00:02:26.416 INFO STEP 560 (remove_files) COMPLETE
67182026-02-12T00:02:26.679Z[ recovery-image] Feb 12 00:02:26.416 INFO O| Feb 12 00:02:26.416 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-12T00:02:26.704Z[ recovery-image] Feb 12 00:02:26.436 INFO O| Feb 12 00:02:26.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67202026-02-12T00:02:26.704Z[ recovery-image] Feb 12 00:02:26.436 INFO O| Feb 12 00:02:26.436 INFO STEP 561 (remove_files) COMPLETE
67212026-02-12T00:02:26.704Z[ recovery-image] Feb 12 00:02:26.436 INFO O| Feb 12 00:02:26.436 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-12T00:02:26.704Z[ recovery-image] Feb 12 00:02:26.454 INFO O| Feb 12 00:02:26.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
67232026-02-12T00:02:26.704Z[ recovery-image] Feb 12 00:02:26.454 INFO O| Feb 12 00:02:26.454 INFO STEP 562 (remove_files) COMPLETE
67242026-02-12T00:02:26.704Z[ recovery-image] Feb 12 00:02:26.454 INFO O| Feb 12 00:02:26.454 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-12T00:02:26.729Z[ recovery-image] Feb 12 00:02:26.475 INFO O| Feb 12 00:02:26.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
67262026-02-12T00:02:26.729Z[ recovery-image] Feb 12 00:02:26.476 INFO O| Feb 12 00:02:26.476 INFO STEP 563 (remove_files) COMPLETE
67272026-02-12T00:02:26.729Z[ recovery-image] Feb 12 00:02:26.476 INFO O| Feb 12 00:02:26.476 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-12T00:02:26.753Z[ recovery-image] Feb 12 00:02:26.495 INFO O| Feb 12 00:02:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
67292026-02-12T00:02:26.753Z[ recovery-image] Feb 12 00:02:26.495 INFO O| Feb 12 00:02:26.495 INFO STEP 564 (remove_files) COMPLETE
67302026-02-12T00:02:26.753Z[ recovery-image] Feb 12 00:02:26.495 INFO O| Feb 12 00:02:26.495 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-12T00:02:26.777Z[ recovery-image] Feb 12 00:02:26.512 INFO O| Feb 12 00:02:26.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
67322026-02-12T00:02:26.778Z[ recovery-image] Feb 12 00:02:26.512 INFO O| Feb 12 00:02:26.512 INFO STEP 565 (remove_files) COMPLETE
67332026-02-12T00:02:26.778Z[ recovery-image] Feb 12 00:02:26.513 INFO O| Feb 12 00:02:26.512 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-12T00:02:26.809Z[ recovery-image] Feb 12 00:02:26.561 INFO O| Feb 12 00:02:26.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
67352026-02-12T00:02:26.834Z[ recovery-image] Feb 12 00:02:26.561 INFO O| Feb 12 00:02:26.561 INFO STEP 566 (remove_files) COMPLETE
67362026-02-12T00:02:26.834Z[ recovery-image] Feb 12 00:02:26.561 INFO O| Feb 12 00:02:26.561 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-12T00:02:26.834Z[ recovery-image] Feb 12 00:02:26.578 INFO O| Feb 12 00:02:26.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
67382026-02-12T00:02:26.834Z[ recovery-image] Feb 12 00:02:26.578 INFO O| Feb 12 00:02:26.578 INFO STEP 567 (remove_files) COMPLETE
67392026-02-12T00:02:26.834Z[ recovery-image] Feb 12 00:02:26.578 INFO O| Feb 12 00:02:26.578 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-12T00:02:26.859Z[ recovery-image] Feb 12 00:02:26.593 INFO O| Feb 12 00:02:26.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
67412026-02-12T00:02:26.859Z[ recovery-image] Feb 12 00:02:26.593 INFO O| Feb 12 00:02:26.593 INFO STEP 568 (remove_files) COMPLETE
67422026-02-12T00:02:26.859Z[ recovery-image] Feb 12 00:02:26.593 INFO O| Feb 12 00:02:26.593 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-12T00:02:26.859Z[ recovery-image] Feb 12 00:02:26.607 INFO O| Feb 12 00:02:26.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
67442026-02-12T00:02:26.859Z[ recovery-image] Feb 12 00:02:26.607 INFO O| Feb 12 00:02:26.607 INFO STEP 569 (remove_files) COMPLETE
67452026-02-12T00:02:26.859Z[ recovery-image] Feb 12 00:02:26.607 INFO O| Feb 12 00:02:26.607 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-12T00:02:26.885Z[ recovery-image] Feb 12 00:02:26.622 INFO O| Feb 12 00:02:26.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
67472026-02-12T00:02:26.885Z[ recovery-image] Feb 12 00:02:26.622 INFO O| Feb 12 00:02:26.622 INFO STEP 570 (remove_files) COMPLETE
67482026-02-12T00:02:26.885Z[ recovery-image] Feb 12 00:02:26.622 INFO O| Feb 12 00:02:26.622 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-12T00:02:26.909Z[ recovery-image] Feb 12 00:02:26.636 INFO O| Feb 12 00:02:26.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
67502026-02-12T00:02:26.909Z[ recovery-image] Feb 12 00:02:26.636 INFO O| Feb 12 00:02:26.636 INFO STEP 571 (remove_files) COMPLETE
67512026-02-12T00:02:26.909Z[ recovery-image] Feb 12 00:02:26.636 INFO O| Feb 12 00:02:26.636 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-12T00:02:26.909Z[ recovery-image] Feb 12 00:02:26.653 INFO O| Feb 12 00:02:26.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
67532026-02-12T00:02:26.909Z[ recovery-image] Feb 12 00:02:26.654 INFO O| Feb 12 00:02:26.654 INFO STEP 572 (remove_files) COMPLETE
67542026-02-12T00:02:26.909Z[ recovery-image] Feb 12 00:02:26.654 INFO O| Feb 12 00:02:26.654 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-12T00:02:26.934Z[ recovery-image] Feb 12 00:02:26.674 INFO O| Feb 12 00:02:26.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
67562026-02-12T00:02:26.934Z[ recovery-image] Feb 12 00:02:26.674 INFO O| Feb 12 00:02:26.674 INFO STEP 573 (remove_files) COMPLETE
67572026-02-12T00:02:26.934Z[ recovery-image] Feb 12 00:02:26.674 INFO O| Feb 12 00:02:26.674 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-12T00:02:26.958Z[ recovery-image] Feb 12 00:02:26.688 INFO O| Feb 12 00:02:26.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
67592026-02-12T00:02:26.958Z[ recovery-image] Feb 12 00:02:26.688 INFO O| Feb 12 00:02:26.688 INFO STEP 574 (remove_files) COMPLETE
67602026-02-12T00:02:26.958Z[ recovery-image] Feb 12 00:02:26.688 INFO O| Feb 12 00:02:26.688 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-12T00:02:26.958Z[ recovery-image] Feb 12 00:02:26.702 INFO O| Feb 12 00:02:26.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
67622026-02-12T00:02:26.958Z[ recovery-image] Feb 12 00:02:26.703 INFO O| Feb 12 00:02:26.702 INFO STEP 575 (remove_files) COMPLETE
67632026-02-12T00:02:26.958Z[ recovery-image] Feb 12 00:02:26.703 INFO O| Feb 12 00:02:26.702 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-12T00:02:26.983Z[ recovery-image] Feb 12 00:02:26.716 INFO O| Feb 12 00:02:26.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
67652026-02-12T00:02:26.983Z[ recovery-image] Feb 12 00:02:26.716 INFO O| Feb 12 00:02:26.716 INFO STEP 576 (remove_files) COMPLETE
67662026-02-12T00:02:26.983Z[ recovery-image] Feb 12 00:02:26.716 INFO O| Feb 12 00:02:26.716 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-12T00:02:26.983Z[ recovery-image] Feb 12 00:02:26.730 INFO O| Feb 12 00:02:26.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
67682026-02-12T00:02:26.983Z[ recovery-image] Feb 12 00:02:26.731 INFO O| Feb 12 00:02:26.731 INFO STEP 577 (remove_files) COMPLETE
67692026-02-12T00:02:26.983Z[ recovery-image] Feb 12 00:02:26.731 INFO O| Feb 12 00:02:26.731 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-12T00:02:27.007Z[ recovery-image] Feb 12 00:02:26.744 INFO O| Feb 12 00:02:26.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
67712026-02-12T00:02:27.007Z[ recovery-image] Feb 12 00:02:26.744 INFO O| Feb 12 00:02:26.744 INFO STEP 578 (remove_files) COMPLETE
67722026-02-12T00:02:27.007Z[ recovery-image] Feb 12 00:02:26.744 INFO O| Feb 12 00:02:26.744 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-12T00:02:27.032Z[ recovery-image] Feb 12 00:02:26.767 INFO O| Feb 12 00:02:26.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
67742026-02-12T00:02:27.032Z[ recovery-image] Feb 12 00:02:26.767 INFO O| Feb 12 00:02:26.767 INFO STEP 579 (remove_files) COMPLETE
67752026-02-12T00:02:27.032Z[ recovery-image] Feb 12 00:02:26.767 INFO O| Feb 12 00:02:26.767 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-12T00:02:27.056Z[ recovery-image] Feb 12 00:02:26.787 INFO O| Feb 12 00:02:26.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
67772026-02-12T00:02:27.056Z[ recovery-image] Feb 12 00:02:26.787 INFO O| Feb 12 00:02:26.787 INFO STEP 580 (remove_files) COMPLETE
67782026-02-12T00:02:27.056Z[ recovery-image] Feb 12 00:02:26.787 INFO O| Feb 12 00:02:26.787 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-12T00:02:27.057Z[ recovery-image] Feb 12 00:02:26.806 INFO O| Feb 12 00:02:26.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
67802026-02-12T00:02:27.057Z[ recovery-image] Feb 12 00:02:26.806 INFO O| Feb 12 00:02:26.806 INFO STEP 581 (remove_files) COMPLETE
67812026-02-12T00:02:27.057Z[ recovery-image] Feb 12 00:02:26.806 INFO O| Feb 12 00:02:26.806 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-12T00:02:27.081Z[ recovery-image] Feb 12 00:02:26.823 INFO O| Feb 12 00:02:26.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
67832026-02-12T00:02:27.081Z[ recovery-image] Feb 12 00:02:26.823 INFO O| Feb 12 00:02:26.823 INFO STEP 582 (remove_files) COMPLETE
67842026-02-12T00:02:27.081Z[ recovery-image] Feb 12 00:02:26.823 INFO O| Feb 12 00:02:26.823 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-12T00:02:27.105Z[ recovery-image] Feb 12 00:02:26.840 INFO O| Feb 12 00:02:26.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
67862026-02-12T00:02:27.105Z[ recovery-image] Feb 12 00:02:26.840 INFO O| Feb 12 00:02:26.840 INFO STEP 583 (remove_files) COMPLETE
67872026-02-12T00:02:27.105Z[ recovery-image] Feb 12 00:02:26.840 INFO O| Feb 12 00:02:26.840 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-12T00:02:27.129Z[ recovery-image] Feb 12 00:02:26.857 INFO O| Feb 12 00:02:26.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
67892026-02-12T00:02:27.129Z[ recovery-image] Feb 12 00:02:26.857 INFO O| Feb 12 00:02:26.857 INFO STEP 584 (remove_files) COMPLETE
67902026-02-12T00:02:27.129Z[ recovery-image] Feb 12 00:02:26.857 INFO O| Feb 12 00:02:26.857 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-12T00:02:27.129Z[ recovery-image] Feb 12 00:02:26.881 INFO O| Feb 12 00:02:26.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
67922026-02-12T00:02:27.129Z[ recovery-image] Feb 12 00:02:26.881 INFO O| Feb 12 00:02:26.881 INFO STEP 585 (remove_files) COMPLETE
67932026-02-12T00:02:27.129Z[ recovery-image] Feb 12 00:02:26.881 INFO O| Feb 12 00:02:26.881 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-12T00:02:27.154Z[ recovery-image] Feb 12 00:02:26.902 INFO O| Feb 12 00:02:26.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
67952026-02-12T00:02:27.154Z[ recovery-image] Feb 12 00:02:26.903 INFO O| Feb 12 00:02:26.903 INFO STEP 586 (remove_files) COMPLETE
67962026-02-12T00:02:27.154Z[ recovery-image] Feb 12 00:02:26.903 INFO O| Feb 12 00:02:26.903 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-12T00:02:27.178Z[ recovery-image] Feb 12 00:02:26.923 INFO O| Feb 12 00:02:26.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
67982026-02-12T00:02:27.178Z[ recovery-image] Feb 12 00:02:26.923 INFO O| Feb 12 00:02:26.923 INFO STEP 587 (remove_files) COMPLETE
67992026-02-12T00:02:27.178Z[ recovery-image] Feb 12 00:02:26.923 INFO O| Feb 12 00:02:26.923 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-12T00:02:27.203Z[ recovery-image] Feb 12 00:02:26.942 INFO O| Feb 12 00:02:26.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68012026-02-12T00:02:27.203Z[ recovery-image] Feb 12 00:02:26.943 INFO O| Feb 12 00:02:26.943 INFO STEP 588 (remove_files) COMPLETE
68022026-02-12T00:02:27.203Z[ recovery-image] Feb 12 00:02:26.943 INFO O| Feb 12 00:02:26.943 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-12T00:02:27.227Z[ recovery-image] Feb 12 00:02:26.960 INFO O| Feb 12 00:02:26.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68042026-02-12T00:02:27.227Z[ recovery-image] Feb 12 00:02:26.961 INFO O| Feb 12 00:02:26.961 INFO STEP 589 (remove_files) COMPLETE
68052026-02-12T00:02:27.227Z[ recovery-image] Feb 12 00:02:26.961 INFO O| Feb 12 00:02:26.961 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-12T00:02:27.252Z[ recovery-image] Feb 12 00:02:26.981 INFO O| Feb 12 00:02:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68072026-02-12T00:02:27.252Z[ recovery-image] Feb 12 00:02:26.981 INFO O| Feb 12 00:02:26.981 INFO STEP 590 (remove_files) COMPLETE
68082026-02-12T00:02:27.252Z[ recovery-image] Feb 12 00:02:26.981 INFO O| Feb 12 00:02:26.981 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-12T00:02:27.252Z[ recovery-image] Feb 12 00:02:26.998 INFO O| Feb 12 00:02:26.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68102026-02-12T00:02:27.252Z[ recovery-image] Feb 12 00:02:26.999 INFO O| Feb 12 00:02:26.999 INFO STEP 591 (remove_files) COMPLETE
68112026-02-12T00:02:27.252Z[ recovery-image] Feb 12 00:02:26.999 INFO O| Feb 12 00:02:26.999 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-12T00:02:27.276Z[ recovery-image] Feb 12 00:02:27.018 INFO O| Feb 12 00:02:27.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68132026-02-12T00:02:27.276Z[ recovery-image] Feb 12 00:02:27.018 INFO O| Feb 12 00:02:27.018 INFO STEP 592 (remove_files) COMPLETE
68142026-02-12T00:02:27.276Z[ recovery-image] Feb 12 00:02:27.018 INFO O| Feb 12 00:02:27.018 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-12T00:02:27.301Z[ recovery-image] Feb 12 00:02:27.033 INFO O| Feb 12 00:02:27.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68162026-02-12T00:02:27.301Z[ recovery-image] Feb 12 00:02:27.033 INFO O| Feb 12 00:02:27.033 INFO STEP 593 (remove_files) COMPLETE
68172026-02-12T00:02:27.301Z[ recovery-image] Feb 12 00:02:27.033 INFO O| Feb 12 00:02:27.033 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-12T00:02:27.325Z[ recovery-image] Feb 12 00:02:27.057 INFO O| Feb 12 00:02:27.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68192026-02-12T00:02:27.325Z[ recovery-image] Feb 12 00:02:27.058 INFO O| Feb 12 00:02:27.058 INFO STEP 594 (remove_files) COMPLETE
68202026-02-12T00:02:27.325Z[ recovery-image] Feb 12 00:02:27.058 INFO O| Feb 12 00:02:27.058 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-12T00:02:27.350Z[ recovery-image] Feb 12 00:02:27.082 INFO O| Feb 12 00:02:27.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68222026-02-12T00:02:27.350Z[ recovery-image] Feb 12 00:02:27.082 INFO O| Feb 12 00:02:27.082 INFO STEP 595 (remove_files) COMPLETE
68232026-02-12T00:02:27.350Z[ recovery-image] Feb 12 00:02:27.082 INFO O| Feb 12 00:02:27.082 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-12T00:02:27.350Z[ recovery-image] Feb 12 00:02:27.098 INFO O| Feb 12 00:02:27.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
68252026-02-12T00:02:27.350Z[ recovery-image] Feb 12 00:02:27.098 INFO O| Feb 12 00:02:27.098 INFO STEP 596 (remove_files) COMPLETE
68262026-02-12T00:02:27.350Z[ recovery-image] Feb 12 00:02:27.098 INFO O| Feb 12 00:02:27.098 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-12T00:02:27.374Z[ recovery-image] Feb 12 00:02:27.114 INFO O| Feb 12 00:02:27.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
68282026-02-12T00:02:27.374Z[ recovery-image] Feb 12 00:02:27.114 INFO O| Feb 12 00:02:27.114 INFO STEP 597 (remove_files) COMPLETE
68292026-02-12T00:02:27.374Z[ recovery-image] Feb 12 00:02:27.114 INFO O| Feb 12 00:02:27.114 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-12T00:02:27.399Z[ recovery-image] Feb 12 00:02:27.128 INFO O| Feb 12 00:02:27.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
68312026-02-12T00:02:27.399Z[ recovery-image] Feb 12 00:02:27.129 INFO O| Feb 12 00:02:27.129 INFO STEP 598 (remove_files) COMPLETE
68322026-02-12T00:02:27.399Z[ recovery-image] Feb 12 00:02:27.129 INFO O| Feb 12 00:02:27.129 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-12T00:02:27.399Z[ recovery-image] Feb 12 00:02:27.143 INFO O| Feb 12 00:02:27.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
68342026-02-12T00:02:27.399Z[ recovery-image] Feb 12 00:02:27.143 INFO O| Feb 12 00:02:27.143 INFO STEP 599 (remove_files) COMPLETE
68352026-02-12T00:02:27.399Z[ recovery-image] Feb 12 00:02:27.143 INFO O| Feb 12 00:02:27.143 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-12T00:02:27.424Z[ recovery-image] Feb 12 00:02:27.158 INFO O| Feb 12 00:02:27.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
68372026-02-12T00:02:27.424Z[ recovery-image] Feb 12 00:02:27.158 INFO O| Feb 12 00:02:27.158 INFO STEP 600 (remove_files) COMPLETE
68382026-02-12T00:02:27.424Z[ recovery-image] Feb 12 00:02:27.158 INFO O| Feb 12 00:02:27.158 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-12T00:02:27.424Z[ recovery-image] Feb 12 00:02:27.174 INFO O| Feb 12 00:02:27.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
68402026-02-12T00:02:27.424Z[ recovery-image] Feb 12 00:02:27.174 INFO O| Feb 12 00:02:27.174 INFO STEP 601 (remove_files) COMPLETE
68412026-02-12T00:02:27.424Z[ recovery-image] Feb 12 00:02:27.174 INFO O| Feb 12 00:02:27.174 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-12T00:02:27.448Z[ recovery-image] Feb 12 00:02:27.190 INFO O| Feb 12 00:02:27.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
68432026-02-12T00:02:27.448Z[ recovery-image] Feb 12 00:02:27.191 INFO O| Feb 12 00:02:27.191 INFO STEP 602 (remove_files) COMPLETE
68442026-02-12T00:02:27.448Z[ recovery-image] Feb 12 00:02:27.191 INFO O| Feb 12 00:02:27.191 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-12T00:02:27.473Z[ recovery-image] Feb 12 00:02:27.206 INFO O| Feb 12 00:02:27.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
68462026-02-12T00:02:27.473Z[ recovery-image] Feb 12 00:02:27.207 INFO O| Feb 12 00:02:27.207 INFO STEP 603 (remove_files) COMPLETE
68472026-02-12T00:02:27.473Z[ recovery-image] Feb 12 00:02:27.207 INFO O| Feb 12 00:02:27.207 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-12T00:02:27.473Z[ recovery-image] Feb 12 00:02:27.220 INFO O| Feb 12 00:02:27.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
68492026-02-12T00:02:27.473Z[ recovery-image] Feb 12 00:02:27.220 INFO O| Feb 12 00:02:27.220 INFO STEP 604 (remove_files) COMPLETE
68502026-02-12T00:02:27.473Z[ recovery-image] Feb 12 00:02:27.220 INFO O| Feb 12 00:02:27.220 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-12T00:02:27.498Z[ recovery-image] Feb 12 00:02:27.235 INFO O| Feb 12 00:02:27.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
68522026-02-12T00:02:27.498Z[ recovery-image] Feb 12 00:02:27.235 INFO O| Feb 12 00:02:27.235 INFO STEP 605 (remove_files) COMPLETE
68532026-02-12T00:02:27.498Z[ recovery-image] Feb 12 00:02:27.235 INFO O| Feb 12 00:02:27.235 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-12T00:02:27.498Z[ recovery-image] Feb 12 00:02:27.249 INFO O| Feb 12 00:02:27.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
68552026-02-12T00:02:27.498Z[ recovery-image] Feb 12 00:02:27.249 INFO O| Feb 12 00:02:27.249 INFO STEP 606 (remove_files) COMPLETE
68562026-02-12T00:02:27.522Z[ recovery-image] Feb 12 00:02:27.249 INFO O| Feb 12 00:02:27.249 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-12T00:02:27.522Z[ recovery-image] Feb 12 00:02:27.269 INFO O| Feb 12 00:02:27.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
68582026-02-12T00:02:27.522Z[ recovery-image] Feb 12 00:02:27.269 INFO O| Feb 12 00:02:27.269 INFO STEP 607 (remove_files) COMPLETE
68592026-02-12T00:02:27.522Z[ recovery-image] Feb 12 00:02:27.269 INFO O| Feb 12 00:02:27.269 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-12T00:02:27.547Z[ recovery-image] Feb 12 00:02:27.287 INFO O| Feb 12 00:02:27.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
68612026-02-12T00:02:27.547Z[ recovery-image] Feb 12 00:02:27.287 INFO O| Feb 12 00:02:27.287 INFO STEP 608 (remove_files) COMPLETE
68622026-02-12T00:02:27.547Z[ recovery-image] Feb 12 00:02:27.287 INFO O| Feb 12 00:02:27.287 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-12T00:02:27.571Z[ recovery-image] Feb 12 00:02:27.302 INFO O| Feb 12 00:02:27.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
68642026-02-12T00:02:27.571Z[ recovery-image] Feb 12 00:02:27.303 INFO O| Feb 12 00:02:27.303 INFO STEP 609 (remove_files) COMPLETE
68652026-02-12T00:02:27.571Z[ recovery-image] Feb 12 00:02:27.303 INFO O| Feb 12 00:02:27.303 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-12T00:02:27.571Z[ recovery-image] Feb 12 00:02:27.317 INFO O| Feb 12 00:02:27.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
68672026-02-12T00:02:27.571Z[ recovery-image] Feb 12 00:02:27.318 INFO O| Feb 12 00:02:27.317 INFO STEP 610 (remove_files) COMPLETE
68682026-02-12T00:02:27.571Z[ recovery-image] Feb 12 00:02:27.318 INFO O| Feb 12 00:02:27.318 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-12T00:02:27.596Z[ recovery-image] Feb 12 00:02:27.331 INFO O| Feb 12 00:02:27.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
68702026-02-12T00:02:27.596Z[ recovery-image] Feb 12 00:02:27.331 INFO O| Feb 12 00:02:27.331 INFO STEP 611 (remove_files) COMPLETE
68712026-02-12T00:02:27.596Z[ recovery-image] Feb 12 00:02:27.331 INFO O| Feb 12 00:02:27.331 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-12T00:02:27.596Z[ recovery-image] Feb 12 00:02:27.344 INFO O| Feb 12 00:02:27.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
68732026-02-12T00:02:27.596Z[ recovery-image] Feb 12 00:02:27.344 INFO O| Feb 12 00:02:27.344 INFO STEP 612 (remove_files) COMPLETE
68742026-02-12T00:02:27.596Z[ recovery-image] Feb 12 00:02:27.344 INFO O| Feb 12 00:02:27.344 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-12T00:02:27.621Z[ recovery-image] Feb 12 00:02:27.357 INFO O| Feb 12 00:02:27.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
68762026-02-12T00:02:27.621Z[ recovery-image] Feb 12 00:02:27.358 INFO O| Feb 12 00:02:27.358 INFO STEP 613 (remove_files) COMPLETE
68772026-02-12T00:02:27.621Z[ recovery-image] Feb 12 00:02:27.358 INFO O| Feb 12 00:02:27.358 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-12T00:02:27.621Z[ recovery-image] Feb 12 00:02:27.372 INFO O| Feb 12 00:02:27.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
68792026-02-12T00:02:27.621Z[ recovery-image] Feb 12 00:02:27.372 INFO O| Feb 12 00:02:27.372 INFO STEP 614 (remove_files) COMPLETE
68802026-02-12T00:02:27.621Z[ recovery-image] Feb 12 00:02:27.372 INFO O| Feb 12 00:02:27.372 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-12T00:02:27.646Z[ recovery-image] Feb 12 00:02:27.387 INFO O| Feb 12 00:02:27.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
68822026-02-12T00:02:27.646Z[ recovery-image] Feb 12 00:02:27.387 INFO O| Feb 12 00:02:27.387 INFO STEP 615 (remove_files) COMPLETE
68832026-02-12T00:02:27.646Z[ recovery-image] Feb 12 00:02:27.387 INFO O| Feb 12 00:02:27.387 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-12T00:02:27.671Z[ recovery-image] Feb 12 00:02:27.403 INFO O| Feb 12 00:02:27.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
68852026-02-12T00:02:27.671Z[ recovery-image] Feb 12 00:02:27.403 INFO O| Feb 12 00:02:27.403 INFO STEP 616 (remove_files) COMPLETE
68862026-02-12T00:02:27.671Z[ recovery-image] Feb 12 00:02:27.403 INFO O| Feb 12 00:02:27.403 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-12T00:02:27.671Z[ recovery-image] Feb 12 00:02:27.419 INFO O| Feb 12 00:02:27.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
68882026-02-12T00:02:27.671Z[ recovery-image] Feb 12 00:02:27.419 INFO O| Feb 12 00:02:27.419 INFO STEP 617 (remove_files) COMPLETE
68892026-02-12T00:02:27.671Z[ recovery-image] Feb 12 00:02:27.419 INFO O| Feb 12 00:02:27.419 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-12T00:02:27.695Z[ recovery-image] Feb 12 00:02:27.434 INFO O| Feb 12 00:02:27.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
68912026-02-12T00:02:27.696Z[ recovery-image] Feb 12 00:02:27.434 INFO O| Feb 12 00:02:27.434 INFO STEP 618 (remove_files) COMPLETE
68922026-02-12T00:02:27.696Z[ recovery-image] Feb 12 00:02:27.434 INFO O| Feb 12 00:02:27.434 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-12T00:02:27.721Z[ recovery-image] Feb 12 00:02:27.449 INFO O| Feb 12 00:02:27.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
68942026-02-12T00:02:27.721Z[ recovery-image] Feb 12 00:02:27.449 INFO O| Feb 12 00:02:27.449 INFO STEP 619 (remove_files) COMPLETE
68952026-02-12T00:02:27.721Z[ recovery-image] Feb 12 00:02:27.449 INFO O| Feb 12 00:02:27.449 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-12T00:02:27.721Z[ recovery-image] Feb 12 00:02:27.463 INFO O| Feb 12 00:02:27.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
68972026-02-12T00:02:27.721Z[ recovery-image] Feb 12 00:02:27.463 INFO O| Feb 12 00:02:27.463 INFO STEP 620 (remove_files) COMPLETE
68982026-02-12T00:02:27.721Z[ recovery-image] Feb 12 00:02:27.463 INFO O| Feb 12 00:02:27.463 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-12T00:02:27.746Z[ recovery-image] Feb 12 00:02:27.476 INFO O| Feb 12 00:02:27.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
69002026-02-12T00:02:27.746Z[ recovery-image] Feb 12 00:02:27.476 INFO O| Feb 12 00:02:27.476 INFO STEP 621 (remove_files) COMPLETE
69012026-02-12T00:02:27.746Z[ recovery-image] Feb 12 00:02:27.476 INFO O| Feb 12 00:02:27.476 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-12T00:02:27.746Z[ recovery-image] Feb 12 00:02:27.489 INFO O| Feb 12 00:02:27.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69032026-02-12T00:02:27.746Z[ recovery-image] Feb 12 00:02:27.489 INFO O| Feb 12 00:02:27.489 INFO STEP 622 (remove_files) COMPLETE
69042026-02-12T00:02:27.746Z[ recovery-image] Feb 12 00:02:27.489 INFO O| Feb 12 00:02:27.489 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-12T00:02:27.770Z[ recovery-image] Feb 12 00:02:27.503 INFO O| Feb 12 00:02:27.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69062026-02-12T00:02:27.770Z[ recovery-image] Feb 12 00:02:27.504 INFO O| Feb 12 00:02:27.503 INFO STEP 623 (remove_files) COMPLETE
69072026-02-12T00:02:27.771Z[ recovery-image] Feb 12 00:02:27.504 INFO O| Feb 12 00:02:27.504 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-12T00:02:27.795Z[ recovery-image] Feb 12 00:02:27.527 INFO O| Feb 12 00:02:27.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69092026-02-12T00:02:27.795Z[ recovery-image] Feb 12 00:02:27.527 INFO O| Feb 12 00:02:27.527 INFO STEP 624 (remove_files) COMPLETE
69102026-02-12T00:02:27.795Z[ recovery-image] Feb 12 00:02:27.527 INFO O| Feb 12 00:02:27.527 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-12T00:02:27.795Z[ recovery-image] Feb 12 00:02:27.542 INFO O| Feb 12 00:02:27.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69122026-02-12T00:02:27.795Z[ recovery-image] Feb 12 00:02:27.542 INFO O| Feb 12 00:02:27.542 INFO STEP 625 (remove_files) COMPLETE
69132026-02-12T00:02:27.795Z[ recovery-image] Feb 12 00:02:27.542 INFO O| Feb 12 00:02:27.542 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-12T00:02:27.821Z[ recovery-image] Feb 12 00:02:27.555 INFO O| Feb 12 00:02:27.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69152026-02-12T00:02:27.821Z[ recovery-image] Feb 12 00:02:27.555 INFO O| Feb 12 00:02:27.555 INFO STEP 626 (remove_files) COMPLETE
69162026-02-12T00:02:27.821Z[ recovery-image] Feb 12 00:02:27.555 INFO O| Feb 12 00:02:27.555 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-12T00:02:27.821Z[ recovery-image] Feb 12 00:02:27.569 INFO O| Feb 12 00:02:27.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69182026-02-12T00:02:27.821Z[ recovery-image] Feb 12 00:02:27.569 INFO O| Feb 12 00:02:27.569 INFO STEP 627 (remove_files) COMPLETE
69192026-02-12T00:02:27.821Z[ recovery-image] Feb 12 00:02:27.569 INFO O| Feb 12 00:02:27.569 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-12T00:02:27.848Z[ recovery-image] Feb 12 00:02:27.587 INFO O| Feb 12 00:02:27.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69212026-02-12T00:02:27.849Z[ recovery-image] Feb 12 00:02:27.587 INFO O| Feb 12 00:02:27.587 INFO STEP 628 (remove_files) COMPLETE
69222026-02-12T00:02:27.849Z[ recovery-image] Feb 12 00:02:27.587 INFO O| Feb 12 00:02:27.587 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-12T00:02:27.874Z[ recovery-image] Feb 12 00:02:27.609 INFO O| Feb 12 00:02:27.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69242026-02-12T00:02:27.874Z[ recovery-image] Feb 12 00:02:27.609 INFO O| Feb 12 00:02:27.609 INFO STEP 629 (remove_files) COMPLETE
69252026-02-12T00:02:27.874Z[ recovery-image] Feb 12 00:02:27.609 INFO O| Feb 12 00:02:27.609 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-12T00:02:27.899Z[ recovery-image] Feb 12 00:02:27.629 INFO O| Feb 12 00:02:27.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
69272026-02-12T00:02:27.899Z[ recovery-image] Feb 12 00:02:27.629 INFO O| Feb 12 00:02:27.629 INFO STEP 630 (remove_files) COMPLETE
69282026-02-12T00:02:27.899Z[ recovery-image] Feb 12 00:02:27.629 INFO O| Feb 12 00:02:27.629 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-12T00:02:27.899Z[ recovery-image] Feb 12 00:02:27.650 INFO O| Feb 12 00:02:27.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
69302026-02-12T00:02:27.899Z[ recovery-image] Feb 12 00:02:27.650 INFO O| Feb 12 00:02:27.650 INFO STEP 631 (remove_files) COMPLETE
69312026-02-12T00:02:27.899Z[ recovery-image] Feb 12 00:02:27.650 INFO O| Feb 12 00:02:27.650 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-12T00:02:27.924Z[ recovery-image] Feb 12 00:02:27.670 INFO O| Feb 12 00:02:27.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
69332026-02-12T00:02:27.924Z[ recovery-image] Feb 12 00:02:27.670 INFO O| Feb 12 00:02:27.670 INFO STEP 632 (remove_files) COMPLETE
69342026-02-12T00:02:27.924Z[ recovery-image] Feb 12 00:02:27.670 INFO O| Feb 12 00:02:27.670 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-12T00:02:27.948Z[ recovery-image] Feb 12 00:02:27.698 INFO O| Feb 12 00:02:27.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
69362026-02-12T00:02:27.948Z[ recovery-image] Feb 12 00:02:27.698 INFO O| Feb 12 00:02:27.698 INFO STEP 633 (remove_files) COMPLETE
69372026-02-12T00:02:27.948Z[ recovery-image] Feb 12 00:02:27.698 INFO O| Feb 12 00:02:27.698 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-12T00:02:27.973Z[ recovery-image] Feb 12 00:02:27.716 INFO O| Feb 12 00:02:27.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
69392026-02-12T00:02:27.973Z[ recovery-image] Feb 12 00:02:27.717 INFO O| Feb 12 00:02:27.716 INFO STEP 634 (remove_files) COMPLETE
69402026-02-12T00:02:27.973Z[ recovery-image] Feb 12 00:02:27.717 INFO O| Feb 12 00:02:27.716 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-12T00:02:27.998Z[ recovery-image] Feb 12 00:02:27.730 INFO O| Feb 12 00:02:27.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
69422026-02-12T00:02:27.998Z[ recovery-image] Feb 12 00:02:27.730 INFO O| Feb 12 00:02:27.730 INFO STEP 635 (remove_files) COMPLETE
69432026-02-12T00:02:27.998Z[ recovery-image] Feb 12 00:02:27.730 INFO O| Feb 12 00:02:27.730 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-12T00:02:28.022Z[ recovery-image] Feb 12 00:02:27.751 INFO O| Feb 12 00:02:27.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
69452026-02-12T00:02:28.022Z[ recovery-image] Feb 12 00:02:27.751 INFO O| Feb 12 00:02:27.751 INFO STEP 636 (remove_files) COMPLETE
69462026-02-12T00:02:28.022Z[ recovery-image] Feb 12 00:02:27.751 INFO O| Feb 12 00:02:27.751 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-12T00:02:28.022Z[ recovery-image] Feb 12 00:02:27.773 INFO O| Feb 12 00:02:27.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
69482026-02-12T00:02:28.047Z[ recovery-image] Feb 12 00:02:27.773 INFO O| Feb 12 00:02:27.773 INFO STEP 637 (remove_files) COMPLETE
69492026-02-12T00:02:28.047Z[ recovery-image] Feb 12 00:02:27.773 INFO O| Feb 12 00:02:27.773 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-12T00:02:28.047Z[ recovery-image] Feb 12 00:02:27.797 INFO O| Feb 12 00:02:27.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
69512026-02-12T00:02:28.047Z[ recovery-image] Feb 12 00:02:27.797 INFO O| Feb 12 00:02:27.797 INFO STEP 638 (remove_files) COMPLETE
69522026-02-12T00:02:28.047Z[ recovery-image] Feb 12 00:02:27.797 INFO O| Feb 12 00:02:27.797 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-12T00:02:28.072Z[ recovery-image] Feb 12 00:02:27.814 INFO O| Feb 12 00:02:27.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
69542026-02-12T00:02:28.072Z[ recovery-image] Feb 12 00:02:27.815 INFO O| Feb 12 00:02:27.814 INFO STEP 639 (remove_files) COMPLETE
69552026-02-12T00:02:28.072Z[ recovery-image] Feb 12 00:02:27.815 INFO O| Feb 12 00:02:27.815 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-12T00:02:28.097Z[ recovery-image] Feb 12 00:02:27.833 INFO O| Feb 12 00:02:27.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
69572026-02-12T00:02:28.097Z[ recovery-image] Feb 12 00:02:27.834 INFO O| Feb 12 00:02:27.833 INFO STEP 640 (remove_files) COMPLETE
69582026-02-12T00:02:28.097Z[ recovery-image] Feb 12 00:02:27.834 INFO O| Feb 12 00:02:27.834 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-12T00:02:28.121Z[ recovery-image] Feb 12 00:02:27.851 INFO O| Feb 12 00:02:27.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
69602026-02-12T00:02:28.121Z[ recovery-image] Feb 12 00:02:27.851 INFO O| Feb 12 00:02:27.851 INFO STEP 641 (remove_files) COMPLETE
69612026-02-12T00:02:28.121Z[ recovery-image] Feb 12 00:02:27.851 INFO O| Feb 12 00:02:27.851 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-12T00:02:28.145Z[ recovery-image] Feb 12 00:02:27.867 INFO O| Feb 12 00:02:27.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
69632026-02-12T00:02:28.145Z[ recovery-image] Feb 12 00:02:27.868 INFO O| Feb 12 00:02:27.868 INFO STEP 642 (remove_files) COMPLETE
69642026-02-12T00:02:28.146Z[ recovery-image] Feb 12 00:02:27.868 INFO O| Feb 12 00:02:27.868 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-12T00:02:28.146Z[ recovery-image] Feb 12 00:02:27.889 INFO O| Feb 12 00:02:27.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
69662026-02-12T00:02:28.146Z[ recovery-image] Feb 12 00:02:27.889 INFO O| Feb 12 00:02:27.889 INFO STEP 643 (remove_files) COMPLETE
69672026-02-12T00:02:28.146Z[ recovery-image] Feb 12 00:02:27.889 INFO O| Feb 12 00:02:27.889 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-12T00:02:28.170Z[ recovery-image] Feb 12 00:02:27.908 INFO O| Feb 12 00:02:27.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
69692026-02-12T00:02:28.170Z[ recovery-image] Feb 12 00:02:27.908 INFO O| Feb 12 00:02:27.908 INFO STEP 644 (remove_files) COMPLETE
69702026-02-12T00:02:28.170Z[ recovery-image] Feb 12 00:02:27.908 INFO O| Feb 12 00:02:27.908 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-12T00:02:28.194Z[ recovery-image] Feb 12 00:02:27.926 INFO O| Feb 12 00:02:27.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
69722026-02-12T00:02:28.194Z[ recovery-image] Feb 12 00:02:27.926 INFO O| Feb 12 00:02:27.926 INFO STEP 645 (remove_files) COMPLETE
69732026-02-12T00:02:28.194Z[ recovery-image] Feb 12 00:02:27.927 INFO O| Feb 12 00:02:27.926 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-12T00:02:28.194Z[ recovery-image] Feb 12 00:02:27.941 INFO O| Feb 12 00:02:27.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
69752026-02-12T00:02:28.195Z[ recovery-image] Feb 12 00:02:27.941 INFO O| Feb 12 00:02:27.941 INFO STEP 646 (remove_files) COMPLETE
69762026-02-12T00:02:28.195Z[ recovery-image] Feb 12 00:02:27.941 INFO O| Feb 12 00:02:27.941 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-12T00:02:28.219Z[ recovery-image] Feb 12 00:02:27.958 INFO O| Feb 12 00:02:27.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
69782026-02-12T00:02:28.219Z[ recovery-image] Feb 12 00:02:27.958 INFO O| Feb 12 00:02:27.958 INFO STEP 647 (remove_files) COMPLETE
69792026-02-12T00:02:28.219Z[ recovery-image] Feb 12 00:02:27.958 INFO O| Feb 12 00:02:27.958 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-12T00:02:28.219Z[ recovery-image] Feb 12 00:02:27.971 INFO O| Feb 12 00:02:27.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
69812026-02-12T00:02:28.219Z[ recovery-image] Feb 12 00:02:27.971 INFO O| Feb 12 00:02:27.971 INFO STEP 648 (remove_files) COMPLETE
69822026-02-12T00:02:28.219Z[ recovery-image] Feb 12 00:02:27.971 INFO O| Feb 12 00:02:27.971 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-12T00:02:28.244Z[ recovery-image] Feb 12 00:02:27.989 INFO O| Feb 12 00:02:27.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
69842026-02-12T00:02:28.244Z[ recovery-image] Feb 12 00:02:27.989 INFO O| Feb 12 00:02:27.989 INFO STEP 649 (remove_files) COMPLETE
69852026-02-12T00:02:28.244Z[ recovery-image] Feb 12 00:02:27.989 INFO O| Feb 12 00:02:27.989 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-12T00:02:28.268Z[ recovery-image] Feb 12 00:02:28.008 INFO O| Feb 12 00:02:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
69872026-02-12T00:02:28.268Z[ recovery-image] Feb 12 00:02:28.008 INFO O| Feb 12 00:02:28.008 INFO STEP 650 (remove_files) COMPLETE
69882026-02-12T00:02:28.268Z[ recovery-image] Feb 12 00:02:28.008 INFO O| Feb 12 00:02:28.008 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-12T00:02:28.293Z[ recovery-image] Feb 12 00:02:28.026 INFO O| Feb 12 00:02:28.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
69902026-02-12T00:02:28.293Z[ recovery-image] Feb 12 00:02:28.026 INFO O| Feb 12 00:02:28.026 INFO STEP 651 (remove_files) COMPLETE
69912026-02-12T00:02:28.293Z[ recovery-image] Feb 12 00:02:28.026 INFO O| Feb 12 00:02:28.026 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-12T00:02:28.293Z[ recovery-image] Feb 12 00:02:28.043 INFO O| Feb 12 00:02:28.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
69932026-02-12T00:02:28.293Z[ recovery-image] Feb 12 00:02:28.043 INFO O| Feb 12 00:02:28.043 INFO STEP 652 (remove_files) COMPLETE
69942026-02-12T00:02:28.293Z[ recovery-image] Feb 12 00:02:28.043 INFO O| Feb 12 00:02:28.043 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-12T00:02:28.318Z[ recovery-image] Feb 12 00:02:28.061 INFO O| Feb 12 00:02:28.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
69962026-02-12T00:02:28.318Z[ recovery-image] Feb 12 00:02:28.061 INFO O| Feb 12 00:02:28.061 INFO STEP 653 (remove_files) COMPLETE
69972026-02-12T00:02:28.318Z[ recovery-image] Feb 12 00:02:28.061 INFO O| Feb 12 00:02:28.061 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-12T00:02:28.343Z[ recovery-image] Feb 12 00:02:28.077 INFO O| Feb 12 00:02:28.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
69992026-02-12T00:02:28.343Z[ recovery-image] Feb 12 00:02:28.077 INFO O| Feb 12 00:02:28.077 INFO STEP 654 (remove_files) COMPLETE
70002026-02-12T00:02:28.343Z[ recovery-image] Feb 12 00:02:28.077 INFO O| Feb 12 00:02:28.077 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-12T00:02:28.367Z[ recovery-image] Feb 12 00:02:28.094 INFO O| Feb 12 00:02:28.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70022026-02-12T00:02:28.367Z[ recovery-image] Feb 12 00:02:28.095 INFO O| Feb 12 00:02:28.095 INFO STEP 655 (remove_files) COMPLETE
70032026-02-12T00:02:28.367Z[ recovery-image] Feb 12 00:02:28.095 INFO O| Feb 12 00:02:28.095 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-12T00:02:28.367Z[ recovery-image] Feb 12 00:02:28.113 INFO O| Feb 12 00:02:28.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70052026-02-12T00:02:28.368Z[ recovery-image] Feb 12 00:02:28.113 INFO O| Feb 12 00:02:28.113 INFO STEP 656 (remove_files) COMPLETE
70062026-02-12T00:02:28.368Z[ recovery-image] Feb 12 00:02:28.113 INFO O| Feb 12 00:02:28.113 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-12T00:02:28.392Z[ recovery-image] Feb 12 00:02:28.130 INFO O| Feb 12 00:02:28.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70082026-02-12T00:02:28.392Z[ recovery-image] Feb 12 00:02:28.130 INFO O| Feb 12 00:02:28.130 INFO STEP 657 (remove_files) COMPLETE
70092026-02-12T00:02:28.392Z[ recovery-image] Feb 12 00:02:28.131 INFO O| Feb 12 00:02:28.130 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-12T00:02:28.417Z[ recovery-image] Feb 12 00:02:28.147 INFO O| Feb 12 00:02:28.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70112026-02-12T00:02:28.417Z[ recovery-image] Feb 12 00:02:28.147 INFO O| Feb 12 00:02:28.147 INFO STEP 658 (remove_files) COMPLETE
70122026-02-12T00:02:28.417Z[ recovery-image] Feb 12 00:02:28.147 INFO O| Feb 12 00:02:28.147 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-12T00:02:28.417Z[ recovery-image] Feb 12 00:02:28.163 INFO O| Feb 12 00:02:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70142026-02-12T00:02:28.417Z[ recovery-image] Feb 12 00:02:28.163 INFO O| Feb 12 00:02:28.163 INFO STEP 659 (remove_files) COMPLETE
70152026-02-12T00:02:28.417Z[ recovery-image] Feb 12 00:02:28.163 INFO O| Feb 12 00:02:28.163 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-12T00:02:28.442Z[ recovery-image] Feb 12 00:02:28.180 INFO O| Feb 12 00:02:28.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70172026-02-12T00:02:28.442Z[ recovery-image] Feb 12 00:02:28.180 INFO O| Feb 12 00:02:28.180 INFO STEP 660 (remove_files) COMPLETE
70182026-02-12T00:02:28.442Z[ recovery-image] Feb 12 00:02:28.180 INFO O| Feb 12 00:02:28.180 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-12T00:02:28.467Z[ recovery-image] Feb 12 00:02:28.197 INFO O| Feb 12 00:02:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70202026-02-12T00:02:28.467Z[ recovery-image] Feb 12 00:02:28.197 INFO O| Feb 12 00:02:28.197 INFO STEP 661 (remove_files) COMPLETE
70212026-02-12T00:02:28.467Z[ recovery-image] Feb 12 00:02:28.197 INFO O| Feb 12 00:02:28.197 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-12T00:02:28.467Z[ recovery-image] Feb 12 00:02:28.213 INFO O| Feb 12 00:02:28.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70232026-02-12T00:02:28.467Z[ recovery-image] Feb 12 00:02:28.213 INFO O| Feb 12 00:02:28.213 INFO STEP 662 (remove_files) COMPLETE
70242026-02-12T00:02:28.467Z[ recovery-image] Feb 12 00:02:28.213 INFO O| Feb 12 00:02:28.213 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-12T00:02:28.492Z[ recovery-image] Feb 12 00:02:28.228 INFO O| Feb 12 00:02:28.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
70262026-02-12T00:02:28.492Z[ recovery-image] Feb 12 00:02:28.229 INFO O| Feb 12 00:02:28.229 INFO STEP 663 (remove_files) COMPLETE
70272026-02-12T00:02:28.492Z[ recovery-image] Feb 12 00:02:28.229 INFO O| Feb 12 00:02:28.229 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-12T00:02:28.516Z[ recovery-image] Feb 12 00:02:28.245 INFO O| Feb 12 00:02:28.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
70292026-02-12T00:02:28.516Z[ recovery-image] Feb 12 00:02:28.245 INFO O| Feb 12 00:02:28.245 INFO STEP 664 (remove_files) COMPLETE
70302026-02-12T00:02:28.517Z[ recovery-image] Feb 12 00:02:28.245 INFO O| Feb 12 00:02:28.245 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-12T00:02:28.541Z[ recovery-image] Feb 12 00:02:28.268 INFO O| Feb 12 00:02:28.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
70322026-02-12T00:02:28.541Z[ recovery-image] Feb 12 00:02:28.268 INFO O| Feb 12 00:02:28.268 INFO STEP 665 (remove_files) COMPLETE
70332026-02-12T00:02:28.541Z[ recovery-image] Feb 12 00:02:28.269 INFO O| Feb 12 00:02:28.268 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-12T00:02:28.541Z[ recovery-image] Feb 12 00:02:28.288 INFO O| Feb 12 00:02:28.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
70352026-02-12T00:02:28.541Z[ recovery-image] Feb 12 00:02:28.288 INFO O| Feb 12 00:02:28.288 INFO STEP 666 (remove_files) COMPLETE
70362026-02-12T00:02:28.541Z[ recovery-image] Feb 12 00:02:28.288 INFO O| Feb 12 00:02:28.288 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-12T00:02:28.566Z[ recovery-image] Feb 12 00:02:28.305 INFO O| Feb 12 00:02:28.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
70382026-02-12T00:02:28.566Z[ recovery-image] Feb 12 00:02:28.306 INFO O| Feb 12 00:02:28.306 INFO STEP 667 (remove_files) COMPLETE
70392026-02-12T00:02:28.566Z[ recovery-image] Feb 12 00:02:28.306 INFO O| Feb 12 00:02:28.306 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-12T00:02:28.590Z[ recovery-image] Feb 12 00:02:28.324 INFO O| Feb 12 00:02:28.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
70412026-02-12T00:02:28.590Z[ recovery-image] Feb 12 00:02:28.324 INFO O| Feb 12 00:02:28.324 INFO STEP 668 (remove_files) COMPLETE
70422026-02-12T00:02:28.590Z[ recovery-image] Feb 12 00:02:28.324 INFO O| Feb 12 00:02:28.324 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-12T00:02:28.614Z[ recovery-image] Feb 12 00:02:28.343 INFO O| Feb 12 00:02:28.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
70442026-02-12T00:02:28.615Z[ recovery-image] Feb 12 00:02:28.344 INFO O| Feb 12 00:02:28.343 INFO STEP 669 (remove_files) COMPLETE
70452026-02-12T00:02:28.615Z[ recovery-image] Feb 12 00:02:28.344 INFO O| Feb 12 00:02:28.344 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-12T00:02:28.615Z[ recovery-image] Feb 12 00:02:28.363 INFO O| Feb 12 00:02:28.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
70472026-02-12T00:02:28.615Z[ recovery-image] Feb 12 00:02:28.363 INFO O| Feb 12 00:02:28.363 INFO STEP 670 (remove_files) COMPLETE
70482026-02-12T00:02:28.615Z[ recovery-image] Feb 12 00:02:28.363 INFO O| Feb 12 00:02:28.363 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-12T00:02:28.639Z[ recovery-image] Feb 12 00:02:28.379 INFO O| Feb 12 00:02:28.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
70502026-02-12T00:02:28.639Z[ recovery-image] Feb 12 00:02:28.379 INFO O| Feb 12 00:02:28.379 INFO STEP 671 (remove_files) COMPLETE
70512026-02-12T00:02:28.639Z[ recovery-image] Feb 12 00:02:28.379 INFO O| Feb 12 00:02:28.379 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-12T00:02:28.664Z[ recovery-image] Feb 12 00:02:28.394 INFO O| Feb 12 00:02:28.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
70532026-02-12T00:02:28.664Z[ recovery-image] Feb 12 00:02:28.395 INFO O| Feb 12 00:02:28.394 INFO STEP 672 (remove_files) COMPLETE
70542026-02-12T00:02:28.664Z[ recovery-image] Feb 12 00:02:28.395 INFO O| Feb 12 00:02:28.394 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-12T00:02:28.664Z[ recovery-image] Feb 12 00:02:28.408 INFO O| Feb 12 00:02:28.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
70562026-02-12T00:02:28.664Z[ recovery-image] Feb 12 00:02:28.408 INFO O| Feb 12 00:02:28.408 INFO STEP 673 (remove_files) COMPLETE
70572026-02-12T00:02:28.664Z[ recovery-image] Feb 12 00:02:28.408 INFO O| Feb 12 00:02:28.408 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-12T00:02:28.688Z[ recovery-image] Feb 12 00:02:28.421 INFO O| Feb 12 00:02:28.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
70592026-02-12T00:02:28.688Z[ recovery-image] Feb 12 00:02:28.421 INFO O| Feb 12 00:02:28.421 INFO STEP 674 (remove_files) COMPLETE
70602026-02-12T00:02:28.688Z[ recovery-image] Feb 12 00:02:28.421 INFO O| Feb 12 00:02:28.421 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-12T00:02:28.688Z[ recovery-image] Feb 12 00:02:28.434 INFO O| Feb 12 00:02:28.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
70622026-02-12T00:02:28.688Z[ recovery-image] Feb 12 00:02:28.434 INFO O| Feb 12 00:02:28.434 INFO STEP 675 (remove_files) COMPLETE
70632026-02-12T00:02:28.688Z[ recovery-image] Feb 12 00:02:28.434 INFO O| Feb 12 00:02:28.434 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-12T00:02:28.713Z[ recovery-image] Feb 12 00:02:28.454 INFO O| Feb 12 00:02:28.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
70652026-02-12T00:02:28.713Z[ recovery-image] Feb 12 00:02:28.454 INFO O| Feb 12 00:02:28.454 INFO STEP 676 (remove_files) COMPLETE
70662026-02-12T00:02:28.713Z[ recovery-image] Feb 12 00:02:28.454 INFO O| Feb 12 00:02:28.454 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-12T00:02:28.738Z[ recovery-image] Feb 12 00:02:28.471 INFO O| Feb 12 00:02:28.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
70682026-02-12T00:02:28.738Z[ recovery-image] Feb 12 00:02:28.471 INFO O| Feb 12 00:02:28.471 INFO STEP 677 (remove_files) COMPLETE
70692026-02-12T00:02:28.738Z[ recovery-image] Feb 12 00:02:28.471 INFO O| Feb 12 00:02:28.471 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-12T00:02:28.738Z[ recovery-image] Feb 12 00:02:28.486 INFO O| Feb 12 00:02:28.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
70712026-02-12T00:02:28.738Z[ recovery-image] Feb 12 00:02:28.486 INFO O| Feb 12 00:02:28.486 INFO STEP 678 (remove_files) COMPLETE
70722026-02-12T00:02:28.738Z[ recovery-image] Feb 12 00:02:28.486 INFO O| Feb 12 00:02:28.486 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-12T00:02:28.763Z[ recovery-image] Feb 12 00:02:28.505 INFO O| Feb 12 00:02:28.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
70742026-02-12T00:02:28.763Z[ recovery-image] Feb 12 00:02:28.505 INFO O| Feb 12 00:02:28.505 INFO STEP 679 (remove_files) COMPLETE
70752026-02-12T00:02:28.763Z[ recovery-image] Feb 12 00:02:28.505 INFO O| Feb 12 00:02:28.505 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-12T00:02:28.787Z[ recovery-image] Feb 12 00:02:28.521 INFO O| Feb 12 00:02:28.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
70772026-02-12T00:02:28.787Z[ recovery-image] Feb 12 00:02:28.521 INFO O| Feb 12 00:02:28.521 INFO STEP 680 (remove_files) COMPLETE
70782026-02-12T00:02:28.787Z[ recovery-image] Feb 12 00:02:28.521 INFO O| Feb 12 00:02:28.521 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-12T00:02:28.787Z[ recovery-image] Feb 12 00:02:28.536 INFO O| Feb 12 00:02:28.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
70802026-02-12T00:02:28.787Z[ recovery-image] Feb 12 00:02:28.536 INFO O| Feb 12 00:02:28.536 INFO STEP 681 (remove_files) COMPLETE
70812026-02-12T00:02:28.787Z[ recovery-image] Feb 12 00:02:28.536 INFO O| Feb 12 00:02:28.536 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-12T00:02:28.812Z[ recovery-image] Feb 12 00:02:28.550 INFO O| Feb 12 00:02:28.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
70832026-02-12T00:02:28.812Z[ recovery-image] Feb 12 00:02:28.550 INFO O| Feb 12 00:02:28.550 INFO STEP 682 (remove_files) COMPLETE
70842026-02-12T00:02:28.812Z[ recovery-image] Feb 12 00:02:28.550 INFO O| Feb 12 00:02:28.550 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-12T00:02:28.836Z[ recovery-image] Feb 12 00:02:28.568 INFO O| Feb 12 00:02:28.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
70862026-02-12T00:02:28.836Z[ recovery-image] Feb 12 00:02:28.569 INFO O| Feb 12 00:02:28.569 INFO STEP 683 (remove_files) COMPLETE
70872026-02-12T00:02:28.836Z[ recovery-image] Feb 12 00:02:28.569 INFO O| Feb 12 00:02:28.569 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-12T00:02:28.836Z[ recovery-image] Feb 12 00:02:28.583 INFO O| Feb 12 00:02:28.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
70892026-02-12T00:02:28.836Z[ recovery-image] Feb 12 00:02:28.583 INFO O| Feb 12 00:02:28.583 INFO STEP 684 (remove_files) COMPLETE
70902026-02-12T00:02:28.836Z[ recovery-image] Feb 12 00:02:28.583 INFO O| Feb 12 00:02:28.583 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-12T00:02:28.861Z[ recovery-image] Feb 12 00:02:28.598 INFO O| Feb 12 00:02:28.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
70922026-02-12T00:02:28.861Z[ recovery-image] Feb 12 00:02:28.598 INFO O| Feb 12 00:02:28.598 INFO STEP 685 (remove_files) COMPLETE
70932026-02-12T00:02:28.861Z[ recovery-image] Feb 12 00:02:28.598 INFO O| Feb 12 00:02:28.598 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-12T00:02:28.861Z[ recovery-image] Feb 12 00:02:28.611 INFO O| Feb 12 00:02:28.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
70952026-02-12T00:02:28.861Z[ recovery-image] Feb 12 00:02:28.611 INFO O| Feb 12 00:02:28.611 INFO STEP 686 (remove_files) COMPLETE
70962026-02-12T00:02:28.861Z[ recovery-image] Feb 12 00:02:28.611 INFO O| Feb 12 00:02:28.611 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-12T00:02:28.886Z[ recovery-image] Feb 12 00:02:28.624 INFO O| Feb 12 00:02:28.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
70982026-02-12T00:02:28.886Z[ recovery-image] Feb 12 00:02:28.624 INFO O| Feb 12 00:02:28.624 INFO STEP 687 (remove_files) COMPLETE
70992026-02-12T00:02:28.886Z[ recovery-image] Feb 12 00:02:28.624 INFO O| Feb 12 00:02:28.624 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-12T00:02:28.910Z[ recovery-image] Feb 12 00:02:28.643 INFO O| Feb 12 00:02:28.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71012026-02-12T00:02:28.910Z[ recovery-image] Feb 12 00:02:28.643 INFO O| Feb 12 00:02:28.643 INFO STEP 688 (remove_files) COMPLETE
71022026-02-12T00:02:28.910Z[ recovery-image] Feb 12 00:02:28.643 INFO O| Feb 12 00:02:28.643 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-12T00:02:28.910Z[ recovery-image] Feb 12 00:02:28.657 INFO O| Feb 12 00:02:28.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71042026-02-12T00:02:28.910Z[ recovery-image] Feb 12 00:02:28.658 INFO O| Feb 12 00:02:28.658 INFO STEP 689 (remove_files) COMPLETE
71052026-02-12T00:02:28.910Z[ recovery-image] Feb 12 00:02:28.658 INFO O| Feb 12 00:02:28.658 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-12T00:02:28.934Z[ recovery-image] Feb 12 00:02:28.681 INFO O| Feb 12 00:02:28.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71072026-02-12T00:02:28.935Z[ recovery-image] Feb 12 00:02:28.681 INFO O| Feb 12 00:02:28.681 INFO STEP 690 (remove_files) COMPLETE
71082026-02-12T00:02:28.935Z[ recovery-image] Feb 12 00:02:28.681 INFO O| Feb 12 00:02:28.681 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-12T00:02:28.959Z[ recovery-image] Feb 12 00:02:28.698 INFO O| Feb 12 00:02:28.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71102026-02-12T00:02:28.959Z[ recovery-image] Feb 12 00:02:28.698 INFO O| Feb 12 00:02:28.698 INFO STEP 691 (remove_files) COMPLETE
71112026-02-12T00:02:28.959Z[ recovery-image] Feb 12 00:02:28.698 INFO O| Feb 12 00:02:28.698 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-12T00:02:28.984Z[ recovery-image] Feb 12 00:02:28.718 INFO O| Feb 12 00:02:28.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71132026-02-12T00:02:28.984Z[ recovery-image] Feb 12 00:02:28.718 INFO O| Feb 12 00:02:28.718 INFO STEP 692 (remove_files) COMPLETE
71142026-02-12T00:02:28.984Z[ recovery-image] Feb 12 00:02:28.719 INFO O| Feb 12 00:02:28.718 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-12T00:02:29.008Z[ recovery-image] Feb 12 00:02:28.738 INFO O| Feb 12 00:02:28.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71162026-02-12T00:02:29.008Z[ recovery-image] Feb 12 00:02:28.738 INFO O| Feb 12 00:02:28.738 INFO STEP 693 (remove_files) COMPLETE
71172026-02-12T00:02:29.008Z[ recovery-image] Feb 12 00:02:28.738 INFO O| Feb 12 00:02:28.738 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-12T00:02:29.008Z[ recovery-image] Feb 12 00:02:28.756 INFO O| Feb 12 00:02:28.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71192026-02-12T00:02:29.008Z[ recovery-image] Feb 12 00:02:28.756 INFO O| Feb 12 00:02:28.756 INFO STEP 694 (remove_files) COMPLETE
71202026-02-12T00:02:29.008Z[ recovery-image] Feb 12 00:02:28.756 INFO O| Feb 12 00:02:28.756 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-12T00:02:29.033Z[ recovery-image] Feb 12 00:02:28.774 INFO O| Feb 12 00:02:28.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71222026-02-12T00:02:29.033Z[ recovery-image] Feb 12 00:02:28.774 INFO O| Feb 12 00:02:28.774 INFO STEP 695 (remove_files) COMPLETE
71232026-02-12T00:02:29.033Z[ recovery-image] Feb 12 00:02:28.774 INFO O| Feb 12 00:02:28.774 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-12T00:02:29.057Z[ recovery-image] Feb 12 00:02:28.790 INFO O| Feb 12 00:02:28.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
71252026-02-12T00:02:29.058Z[ recovery-image] Feb 12 00:02:28.790 INFO O| Feb 12 00:02:28.790 INFO STEP 696 (remove_files) COMPLETE
71262026-02-12T00:02:29.058Z[ recovery-image] Feb 12 00:02:28.790 INFO O| Feb 12 00:02:28.790 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-12T00:02:29.058Z[ recovery-image] Feb 12 00:02:28.805 INFO O| Feb 12 00:02:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
71282026-02-12T00:02:29.058Z[ recovery-image] Feb 12 00:02:28.805 INFO O| Feb 12 00:02:28.805 INFO STEP 697 (remove_files) COMPLETE
71292026-02-12T00:02:29.058Z[ recovery-image] Feb 12 00:02:28.805 INFO O| Feb 12 00:02:28.805 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-12T00:02:29.082Z[ recovery-image] Feb 12 00:02:28.819 INFO O| Feb 12 00:02:28.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
71312026-02-12T00:02:29.082Z[ recovery-image] Feb 12 00:02:28.819 INFO O| Feb 12 00:02:28.819 INFO STEP 698 (remove_files) COMPLETE
71322026-02-12T00:02:29.082Z[ recovery-image] Feb 12 00:02:28.819 INFO O| Feb 12 00:02:28.819 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-12T00:02:29.082Z[ recovery-image] Feb 12 00:02:28.832 INFO O| Feb 12 00:02:28.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
71342026-02-12T00:02:29.082Z[ recovery-image] Feb 12 00:02:28.832 INFO O| Feb 12 00:02:28.832 INFO STEP 699 (remove_files) COMPLETE
71352026-02-12T00:02:29.082Z[ recovery-image] Feb 12 00:02:28.832 INFO O| Feb 12 00:02:28.832 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-12T00:02:29.107Z[ recovery-image] Feb 12 00:02:28.846 INFO O| Feb 12 00:02:28.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
71372026-02-12T00:02:29.107Z[ recovery-image] Feb 12 00:02:28.846 INFO O| Feb 12 00:02:28.846 INFO STEP 700 (remove_files) COMPLETE
71382026-02-12T00:02:29.107Z[ recovery-image] Feb 12 00:02:28.846 INFO O| Feb 12 00:02:28.846 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-12T00:02:29.107Z[ recovery-image] Feb 12 00:02:28.858 INFO O| Feb 12 00:02:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
71402026-02-12T00:02:29.107Z[ recovery-image] Feb 12 00:02:28.859 INFO O| Feb 12 00:02:28.859 INFO STEP 701 (remove_files) COMPLETE
71412026-02-12T00:02:29.132Z[ recovery-image] Feb 12 00:02:28.859 INFO O| Feb 12 00:02:28.859 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-12T00:02:29.132Z[ recovery-image] Feb 12 00:02:28.876 INFO O| Feb 12 00:02:28.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
71432026-02-12T00:02:29.132Z[ recovery-image] Feb 12 00:02:28.876 INFO O| Feb 12 00:02:28.876 INFO STEP 702 (remove_files) COMPLETE
71442026-02-12T00:02:29.132Z[ recovery-image] Feb 12 00:02:28.876 INFO O| Feb 12 00:02:28.876 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-12T00:02:29.156Z[ recovery-image] Feb 12 00:02:28.889 INFO O| Feb 12 00:02:28.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
71462026-02-12T00:02:29.156Z[ recovery-image] Feb 12 00:02:28.889 INFO O| Feb 12 00:02:28.889 INFO STEP 703 (remove_files) COMPLETE
71472026-02-12T00:02:29.156Z[ recovery-image] Feb 12 00:02:28.889 INFO O| Feb 12 00:02:28.889 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-12T00:02:29.157Z[ recovery-image] Feb 12 00:02:28.901 INFO O| Feb 12 00:02:28.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
71492026-02-12T00:02:29.157Z[ recovery-image] Feb 12 00:02:28.901 INFO O| Feb 12 00:02:28.901 INFO STEP 704 (remove_files) COMPLETE
71502026-02-12T00:02:29.157Z[ recovery-image] Feb 12 00:02:28.901 INFO O| Feb 12 00:02:28.901 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-12T00:02:29.181Z[ recovery-image] Feb 12 00:02:28.912 INFO O| Feb 12 00:02:28.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
71522026-02-12T00:02:29.181Z[ recovery-image] Feb 12 00:02:28.913 INFO O| Feb 12 00:02:28.913 INFO STEP 705 (remove_files) COMPLETE
71532026-02-12T00:02:29.181Z[ recovery-image] Feb 12 00:02:28.914 INFO O| Feb 12 00:02:28.913 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-12T00:02:29.209Z[ recovery-image] Feb 12 00:02:28.937 INFO O| Feb 12 00:02:28.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
71552026-02-12T00:02:29.209Z[ recovery-image] Feb 12 00:02:28.938 INFO O| Feb 12 00:02:28.937 INFO STEP 706 (remove_files) COMPLETE
71562026-02-12T00:02:29.209Z[ recovery-image] Feb 12 00:02:28.938 INFO O| Feb 12 00:02:28.937 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-12T00:02:29.209Z[ recovery-image] Feb 12 00:02:28.957 INFO O| Feb 12 00:02:28.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
71582026-02-12T00:02:29.209Z[ recovery-image] Feb 12 00:02:28.958 INFO O| Feb 12 00:02:28.958 INFO STEP 707 (remove_files) COMPLETE
71592026-02-12T00:02:29.209Z[ recovery-image] Feb 12 00:02:28.958 INFO O| Feb 12 00:02:28.958 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-12T00:02:29.233Z[ recovery-image] Feb 12 00:02:28.975 INFO O| Feb 12 00:02:28.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
71612026-02-12T00:02:29.233Z[ recovery-image] Feb 12 00:02:28.975 INFO O| Feb 12 00:02:28.975 INFO STEP 708 (remove_files) COMPLETE
71622026-02-12T00:02:29.233Z[ recovery-image] Feb 12 00:02:28.975 INFO O| Feb 12 00:02:28.975 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-12T00:02:29.257Z[ recovery-image] Feb 12 00:02:28.991 INFO O| Feb 12 00:02:28.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
71642026-02-12T00:02:29.257Z[ recovery-image] Feb 12 00:02:28.991 INFO O| Feb 12 00:02:28.991 INFO STEP 709 (remove_files) COMPLETE
71652026-02-12T00:02:29.257Z[ recovery-image] Feb 12 00:02:28.991 INFO O| Feb 12 00:02:28.991 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-12T00:02:29.257Z[ recovery-image] Feb 12 00:02:29.005 INFO O| Feb 12 00:02:29.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
71672026-02-12T00:02:29.257Z[ recovery-image] Feb 12 00:02:29.005 INFO O| Feb 12 00:02:29.005 INFO STEP 710 (remove_files) COMPLETE
71682026-02-12T00:02:29.257Z[ recovery-image] Feb 12 00:02:29.005 INFO O| Feb 12 00:02:29.005 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-12T00:02:29.281Z[ recovery-image] Feb 12 00:02:29.021 INFO O| Feb 12 00:02:29.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
71702026-02-12T00:02:29.281Z[ recovery-image] Feb 12 00:02:29.022 INFO O| Feb 12 00:02:29.022 INFO STEP 711 (remove_files) COMPLETE
71712026-02-12T00:02:29.281Z[ recovery-image] Feb 12 00:02:29.022 INFO O| Feb 12 00:02:29.022 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-12T00:02:29.306Z[ recovery-image] Feb 12 00:02:29.035 INFO O| Feb 12 00:02:29.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
71732026-02-12T00:02:29.306Z[ recovery-image] Feb 12 00:02:29.035 INFO O| Feb 12 00:02:29.035 INFO STEP 712 (remove_files) COMPLETE
71742026-02-12T00:02:29.306Z[ recovery-image] Feb 12 00:02:29.035 INFO O| Feb 12 00:02:29.035 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-12T00:02:29.306Z[ recovery-image] Feb 12 00:02:29.053 INFO O| Feb 12 00:02:29.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
71762026-02-12T00:02:29.306Z[ recovery-image] Feb 12 00:02:29.054 INFO O| Feb 12 00:02:29.054 INFO STEP 713 (remove_files) COMPLETE
71772026-02-12T00:02:29.306Z[ recovery-image] Feb 12 00:02:29.054 INFO O| Feb 12 00:02:29.054 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-12T00:02:29.330Z[ recovery-image] Feb 12 00:02:29.067 INFO O| Feb 12 00:02:29.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
71792026-02-12T00:02:29.330Z[ recovery-image] Feb 12 00:02:29.067 INFO O| Feb 12 00:02:29.067 INFO STEP 714 (remove_files) COMPLETE
71802026-02-12T00:02:29.330Z[ recovery-image] Feb 12 00:02:29.067 INFO O| Feb 12 00:02:29.067 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-12T00:02:29.354Z[ recovery-image] Feb 12 00:02:29.086 INFO O| Feb 12 00:02:29.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
71822026-02-12T00:02:29.355Z[ recovery-image] Feb 12 00:02:29.086 INFO O| Feb 12 00:02:29.086 INFO STEP 715 (remove_files) COMPLETE
71832026-02-12T00:02:29.355Z[ recovery-image] Feb 12 00:02:29.086 INFO O| Feb 12 00:02:29.086 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-12T00:02:29.355Z[ recovery-image] Feb 12 00:02:29.103 INFO O| Feb 12 00:02:29.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
71852026-02-12T00:02:29.355Z[ recovery-image] Feb 12 00:02:29.104 INFO O| Feb 12 00:02:29.104 INFO STEP 716 (remove_files) COMPLETE
71862026-02-12T00:02:29.355Z[ recovery-image] Feb 12 00:02:29.104 INFO O| Feb 12 00:02:29.104 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-12T00:02:29.379Z[ recovery-image] Feb 12 00:02:29.120 INFO O| Feb 12 00:02:29.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
71882026-02-12T00:02:29.379Z[ recovery-image] Feb 12 00:02:29.120 INFO O| Feb 12 00:02:29.120 INFO STEP 717 (remove_files) COMPLETE
71892026-02-12T00:02:29.379Z[ recovery-image] Feb 12 00:02:29.120 INFO O| Feb 12 00:02:29.120 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-12T00:02:29.403Z[ recovery-image] Feb 12 00:02:29.137 INFO O| Feb 12 00:02:29.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
71912026-02-12T00:02:29.404Z[ recovery-image] Feb 12 00:02:29.138 INFO O| Feb 12 00:02:29.138 INFO STEP 718 (remove_files) COMPLETE
71922026-02-12T00:02:29.404Z[ recovery-image] Feb 12 00:02:29.138 INFO O| Feb 12 00:02:29.138 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-12T00:02:29.404Z[ recovery-image] Feb 12 00:02:29.154 INFO O| Feb 12 00:02:29.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
71942026-02-12T00:02:29.404Z[ recovery-image] Feb 12 00:02:29.155 INFO O| Feb 12 00:02:29.154 INFO STEP 719 (remove_files) COMPLETE
71952026-02-12T00:02:29.404Z[ recovery-image] Feb 12 00:02:29.155 INFO O| Feb 12 00:02:29.155 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-12T00:02:29.427Z[ recovery-image] Feb 12 00:02:29.169 INFO O| Feb 12 00:02:29.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
71972026-02-12T00:02:29.427Z[ recovery-image] Feb 12 00:02:29.169 INFO O| Feb 12 00:02:29.169 INFO STEP 720 (remove_files) COMPLETE
71982026-02-12T00:02:29.427Z[ recovery-image] Feb 12 00:02:29.169 INFO O| Feb 12 00:02:29.169 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-12T00:02:29.451Z[ recovery-image] Feb 12 00:02:29.182 INFO O| Feb 12 00:02:29.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72002026-02-12T00:02:29.451Z[ recovery-image] Feb 12 00:02:29.182 INFO O| Feb 12 00:02:29.182 INFO STEP 721 (remove_files) COMPLETE
72012026-02-12T00:02:29.451Z[ recovery-image] Feb 12 00:02:29.182 INFO O| Feb 12 00:02:29.182 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-12T00:02:29.451Z[ recovery-image] Feb 12 00:02:29.195 INFO O| Feb 12 00:02:29.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72032026-02-12T00:02:29.451Z[ recovery-image] Feb 12 00:02:29.195 INFO O| Feb 12 00:02:29.195 INFO STEP 722 (remove_files) COMPLETE
72042026-02-12T00:02:29.451Z[ recovery-image] Feb 12 00:02:29.195 INFO O| Feb 12 00:02:29.195 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-12T00:02:29.476Z[ recovery-image] Feb 12 00:02:29.207 INFO O| Feb 12 00:02:29.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72062026-02-12T00:02:29.476Z[ recovery-image] Feb 12 00:02:29.207 INFO O| Feb 12 00:02:29.207 INFO STEP 723 (remove_files) COMPLETE
72072026-02-12T00:02:29.476Z[ recovery-image] Feb 12 00:02:29.207 INFO O| Feb 12 00:02:29.207 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-12T00:02:29.476Z[ recovery-image] Feb 12 00:02:29.220 INFO O| Feb 12 00:02:29.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72092026-02-12T00:02:29.476Z[ recovery-image] Feb 12 00:02:29.220 INFO O| Feb 12 00:02:29.220 INFO STEP 724 (remove_files) COMPLETE
72102026-02-12T00:02:29.476Z[ recovery-image] Feb 12 00:02:29.220 INFO O| Feb 12 00:02:29.220 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.233 INFO O| Feb 12 00:02:29.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72122026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.233 INFO O| Feb 12 00:02:29.233 INFO STEP 725 (remove_files) COMPLETE
72132026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.233 INFO O| Feb 12 00:02:29.233 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.252 INFO O| Feb 12 00:02:29.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72152026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.252 INFO O| Feb 12 00:02:29.252 INFO STEP 726 (remove_files) COMPLETE
72162026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.252 INFO O| Feb 12 00:02:29.252 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.265 INFO O| Feb 12 00:02:29.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72182026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.266 INFO O| Feb 12 00:02:29.266 INFO STEP 727 (remove_files) COMPLETE
72192026-02-12T00:02:29.517Z[ recovery-image] Feb 12 00:02:29.266 INFO O| Feb 12 00:02:29.266 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-12T00:02:29.541Z[ recovery-image] Feb 12 00:02:29.278 INFO O| Feb 12 00:02:29.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72212026-02-12T00:02:29.541Z[ recovery-image] Feb 12 00:02:29.278 INFO O| Feb 12 00:02:29.278 INFO STEP 728 (remove_files) COMPLETE
72222026-02-12T00:02:29.541Z[ recovery-image] Feb 12 00:02:29.278 INFO O| Feb 12 00:02:29.278 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-12T00:02:29.541Z[ recovery-image] Feb 12 00:02:29.290 INFO O| Feb 12 00:02:29.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
72242026-02-12T00:02:29.542Z[ recovery-image] Feb 12 00:02:29.291 INFO O| Feb 12 00:02:29.290 INFO STEP 729 (remove_files) COMPLETE
72252026-02-12T00:02:29.542Z[ recovery-image] Feb 12 00:02:29.291 INFO O| Feb 12 00:02:29.290 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-12T00:02:29.565Z[ recovery-image] Feb 12 00:02:29.303 INFO O| Feb 12 00:02:29.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
72272026-02-12T00:02:29.566Z[ recovery-image] Feb 12 00:02:29.303 INFO O| Feb 12 00:02:29.303 INFO STEP 730 (remove_files) COMPLETE
72282026-02-12T00:02:29.566Z[ recovery-image] Feb 12 00:02:29.303 INFO O| Feb 12 00:02:29.303 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-12T00:02:29.566Z[ recovery-image] Feb 12 00:02:29.316 INFO O| Feb 12 00:02:29.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
72302026-02-12T00:02:29.566Z[ recovery-image] Feb 12 00:02:29.317 INFO O| Feb 12 00:02:29.317 INFO STEP 731 (remove_files) COMPLETE
72312026-02-12T00:02:29.566Z[ recovery-image] Feb 12 00:02:29.317 INFO O| Feb 12 00:02:29.317 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-12T00:02:29.590Z[ recovery-image] Feb 12 00:02:29.330 INFO O| Feb 12 00:02:29.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
72332026-02-12T00:02:29.590Z[ recovery-image] Feb 12 00:02:29.330 INFO O| Feb 12 00:02:29.330 INFO STEP 732 (remove_files) COMPLETE
72342026-02-12T00:02:29.590Z[ recovery-image] Feb 12 00:02:29.330 INFO O| Feb 12 00:02:29.330 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-12T00:02:29.614Z[ recovery-image] Feb 12 00:02:29.348 INFO O| Feb 12 00:02:29.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
72362026-02-12T00:02:29.614Z[ recovery-image] Feb 12 00:02:29.348 INFO O| Feb 12 00:02:29.348 INFO STEP 733 (remove_files) COMPLETE
72372026-02-12T00:02:29.614Z[ recovery-image] Feb 12 00:02:29.348 INFO O| Feb 12 00:02:29.348 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-12T00:02:29.614Z[ recovery-image] Feb 12 00:02:29.362 INFO O| Feb 12 00:02:29.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
72392026-02-12T00:02:29.614Z[ recovery-image] Feb 12 00:02:29.362 INFO O| Feb 12 00:02:29.362 INFO STEP 734 (remove_files) COMPLETE
72402026-02-12T00:02:29.614Z[ recovery-image] Feb 12 00:02:29.362 INFO O| Feb 12 00:02:29.362 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-12T00:02:29.638Z[ recovery-image] Feb 12 00:02:29.374 INFO O| Feb 12 00:02:29.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
72422026-02-12T00:02:29.638Z[ recovery-image] Feb 12 00:02:29.375 INFO O| Feb 12 00:02:29.375 INFO STEP 735 (remove_files) COMPLETE
72432026-02-12T00:02:29.638Z[ recovery-image] Feb 12 00:02:29.375 INFO O| Feb 12 00:02:29.375 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-12T00:02:29.638Z[ recovery-image] Feb 12 00:02:29.387 INFO O| Feb 12 00:02:29.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
72452026-02-12T00:02:29.638Z[ recovery-image] Feb 12 00:02:29.388 INFO O| Feb 12 00:02:29.387 INFO STEP 736 (remove_files) COMPLETE
72462026-02-12T00:02:29.638Z[ recovery-image] Feb 12 00:02:29.388 INFO O| Feb 12 00:02:29.388 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-12T00:02:29.663Z[ recovery-image] Feb 12 00:02:29.400 INFO O| Feb 12 00:02:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
72482026-02-12T00:02:29.663Z[ recovery-image] Feb 12 00:02:29.400 INFO O| Feb 12 00:02:29.400 INFO STEP 737 (remove_files) COMPLETE
72492026-02-12T00:02:29.663Z[ recovery-image] Feb 12 00:02:29.400 INFO O| Feb 12 00:02:29.400 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-12T00:02:29.663Z[ recovery-image] Feb 12 00:02:29.413 INFO O| Feb 12 00:02:29.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
72512026-02-12T00:02:29.663Z[ recovery-image] Feb 12 00:02:29.413 INFO O| Feb 12 00:02:29.413 INFO STEP 738 (remove_files) COMPLETE
72522026-02-12T00:02:29.663Z[ recovery-image] Feb 12 00:02:29.413 INFO O| Feb 12 00:02:29.413 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-12T00:02:29.687Z[ recovery-image] Feb 12 00:02:29.425 INFO O| Feb 12 00:02:29.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
72542026-02-12T00:02:29.687Z[ recovery-image] Feb 12 00:02:29.425 INFO O| Feb 12 00:02:29.425 INFO STEP 739 (remove_files) COMPLETE
72552026-02-12T00:02:29.687Z[ recovery-image] Feb 12 00:02:29.426 INFO O| Feb 12 00:02:29.425 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-12T00:02:29.711Z[ recovery-image] Feb 12 00:02:29.444 INFO O| Feb 12 00:02:29.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
72572026-02-12T00:02:29.712Z[ recovery-image] Feb 12 00:02:29.444 INFO O| Feb 12 00:02:29.444 INFO STEP 740 (remove_files) COMPLETE
72582026-02-12T00:02:29.712Z[ recovery-image] Feb 12 00:02:29.444 INFO O| Feb 12 00:02:29.444 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-12T00:02:29.736Z[ recovery-image] Feb 12 00:02:29.464 INFO O| Feb 12 00:02:29.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
72602026-02-12T00:02:29.736Z[ recovery-image] Feb 12 00:02:29.464 INFO O| Feb 12 00:02:29.464 INFO STEP 741 (remove_files) COMPLETE
72612026-02-12T00:02:29.736Z[ recovery-image] Feb 12 00:02:29.465 INFO O| Feb 12 00:02:29.464 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-12T00:02:29.736Z[ recovery-image] Feb 12 00:02:29.480 INFO O| Feb 12 00:02:29.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
72632026-02-12T00:02:29.736Z[ recovery-image] Feb 12 00:02:29.480 INFO O| Feb 12 00:02:29.480 INFO STEP 742 (remove_files) COMPLETE
72642026-02-12T00:02:29.736Z[ recovery-image] Feb 12 00:02:29.480 INFO O| Feb 12 00:02:29.480 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-12T00:02:29.760Z[ recovery-image] Feb 12 00:02:29.493 INFO O| Feb 12 00:02:29.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
72662026-02-12T00:02:29.760Z[ recovery-image] Feb 12 00:02:29.493 INFO O| Feb 12 00:02:29.493 INFO STEP 743 (remove_files) COMPLETE
72672026-02-12T00:02:29.760Z[ recovery-image] Feb 12 00:02:29.493 INFO O| Feb 12 00:02:29.493 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-12T00:02:29.760Z[ recovery-image] Feb 12 00:02:29.506 INFO O| Feb 12 00:02:29.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
72692026-02-12T00:02:29.760Z[ recovery-image] Feb 12 00:02:29.507 INFO O| Feb 12 00:02:29.506 INFO STEP 744 (remove_files) COMPLETE
72702026-02-12T00:02:29.761Z[ recovery-image] Feb 12 00:02:29.507 INFO O| Feb 12 00:02:29.507 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-12T00:02:29.785Z[ recovery-image] Feb 12 00:02:29.519 INFO O| Feb 12 00:02:29.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
72722026-02-12T00:02:29.785Z[ recovery-image] Feb 12 00:02:29.519 INFO O| Feb 12 00:02:29.519 INFO STEP 745 (remove_files) COMPLETE
72732026-02-12T00:02:29.785Z[ recovery-image] Feb 12 00:02:29.519 INFO O| Feb 12 00:02:29.519 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-12T00:02:29.785Z[ recovery-image] Feb 12 00:02:29.532 INFO O| Feb 12 00:02:29.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
72752026-02-12T00:02:29.785Z[ recovery-image] Feb 12 00:02:29.532 INFO O| Feb 12 00:02:29.532 INFO STEP 746 (remove_files) COMPLETE
72762026-02-12T00:02:29.785Z[ recovery-image] Feb 12 00:02:29.532 INFO O| Feb 12 00:02:29.532 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-12T00:02:29.809Z[ recovery-image] Feb 12 00:02:29.546 INFO O| Feb 12 00:02:29.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
72782026-02-12T00:02:29.809Z[ recovery-image] Feb 12 00:02:29.546 INFO O| Feb 12 00:02:29.546 INFO STEP 747 (remove_files) COMPLETE
72792026-02-12T00:02:29.809Z[ recovery-image] Feb 12 00:02:29.546 INFO O| Feb 12 00:02:29.546 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-12T00:02:29.833Z[ recovery-image] Feb 12 00:02:29.566 INFO O| Feb 12 00:02:29.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
72812026-02-12T00:02:29.833Z[ recovery-image] Feb 12 00:02:29.566 INFO O| Feb 12 00:02:29.566 INFO STEP 748 (remove_files) COMPLETE
72822026-02-12T00:02:29.833Z[ recovery-image] Feb 12 00:02:29.566 INFO O| Feb 12 00:02:29.566 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-12T00:02:29.858Z[ recovery-image] Feb 12 00:02:29.586 INFO O| Feb 12 00:02:29.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
72842026-02-12T00:02:29.858Z[ recovery-image] Feb 12 00:02:29.586 INFO O| Feb 12 00:02:29.586 INFO STEP 749 (remove_files) COMPLETE
72852026-02-12T00:02:29.858Z[ recovery-image] Feb 12 00:02:29.586 INFO O| Feb 12 00:02:29.586 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-12T00:02:29.858Z[ recovery-image] Feb 12 00:02:29.600 INFO O| Feb 12 00:02:29.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
72872026-02-12T00:02:29.858Z[ recovery-image] Feb 12 00:02:29.600 INFO O| Feb 12 00:02:29.600 INFO STEP 750 (remove_files) COMPLETE
72882026-02-12T00:02:29.858Z[ recovery-image] Feb 12 00:02:29.600 INFO O| Feb 12 00:02:29.600 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-12T00:02:29.882Z[ recovery-image] Feb 12 00:02:29.620 INFO O| Feb 12 00:02:29.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
72902026-02-12T00:02:29.882Z[ recovery-image] Feb 12 00:02:29.620 INFO O| Feb 12 00:02:29.620 INFO STEP 751 (remove_files) COMPLETE
72912026-02-12T00:02:29.882Z[ recovery-image] Feb 12 00:02:29.620 INFO O| Feb 12 00:02:29.620 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-12T00:02:29.906Z[ recovery-image] Feb 12 00:02:29.635 INFO O| Feb 12 00:02:29.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
72932026-02-12T00:02:29.907Z[ recovery-image] Feb 12 00:02:29.635 INFO O| Feb 12 00:02:29.635 INFO STEP 752 (remove_files) COMPLETE
72942026-02-12T00:02:29.907Z[ recovery-image] Feb 12 00:02:29.635 INFO O| Feb 12 00:02:29.635 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-12T00:02:29.907Z[ recovery-image] Feb 12 00:02:29.655 INFO O| Feb 12 00:02:29.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
72962026-02-12T00:02:29.907Z[ recovery-image] Feb 12 00:02:29.656 INFO O| Feb 12 00:02:29.656 INFO STEP 753 (remove_files) COMPLETE
72972026-02-12T00:02:29.907Z[ recovery-image] Feb 12 00:02:29.656 INFO O| Feb 12 00:02:29.656 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-12T00:02:29.930Z[ recovery-image] Feb 12 00:02:29.682 INFO O| Feb 12 00:02:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
72992026-02-12T00:02:29.931Z[ recovery-image] Feb 12 00:02:29.682 INFO O| Feb 12 00:02:29.682 INFO STEP 754 (remove_files) COMPLETE
73002026-02-12T00:02:29.931Z[ recovery-image] Feb 12 00:02:29.682 INFO O| Feb 12 00:02:29.682 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-12T00:02:29.955Z[ recovery-image] Feb 12 00:02:29.701 INFO O| Feb 12 00:02:29.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73022026-02-12T00:02:29.955Z[ recovery-image] Feb 12 00:02:29.701 INFO O| Feb 12 00:02:29.701 INFO STEP 755 (remove_files) COMPLETE
73032026-02-12T00:02:29.955Z[ recovery-image] Feb 12 00:02:29.701 INFO O| Feb 12 00:02:29.701 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-12T00:02:29.979Z[ recovery-image] Feb 12 00:02:29.720 INFO O| Feb 12 00:02:29.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73052026-02-12T00:02:29.979Z[ recovery-image] Feb 12 00:02:29.720 INFO O| Feb 12 00:02:29.720 INFO STEP 756 (remove_files) COMPLETE
73062026-02-12T00:02:29.979Z[ recovery-image] Feb 12 00:02:29.720 INFO O| Feb 12 00:02:29.720 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-12T00:02:30.003Z[ recovery-image] Feb 12 00:02:29.740 INFO O| Feb 12 00:02:29.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73082026-02-12T00:02:30.004Z[ recovery-image] Feb 12 00:02:29.740 INFO O| Feb 12 00:02:29.740 INFO STEP 757 (remove_files) COMPLETE
73092026-02-12T00:02:30.004Z[ recovery-image] Feb 12 00:02:29.740 INFO O| Feb 12 00:02:29.740 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-12T00:02:30.028Z[ recovery-image] Feb 12 00:02:29.759 INFO O| Feb 12 00:02:29.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73112026-02-12T00:02:30.028Z[ recovery-image] Feb 12 00:02:29.759 INFO O| Feb 12 00:02:29.759 INFO STEP 758 (remove_files) COMPLETE
73122026-02-12T00:02:30.028Z[ recovery-image] Feb 12 00:02:29.759 INFO O| Feb 12 00:02:29.759 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-12T00:02:30.028Z[ recovery-image] Feb 12 00:02:29.778 INFO O| Feb 12 00:02:29.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73142026-02-12T00:02:30.028Z[ recovery-image] Feb 12 00:02:29.778 INFO O| Feb 12 00:02:29.778 INFO STEP 759 (remove_files) COMPLETE
73152026-02-12T00:02:30.028Z[ recovery-image] Feb 12 00:02:29.778 INFO O| Feb 12 00:02:29.778 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-12T00:02:30.052Z[ recovery-image] Feb 12 00:02:29.798 INFO O| Feb 12 00:02:29.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73172026-02-12T00:02:30.052Z[ recovery-image] Feb 12 00:02:29.798 INFO O| Feb 12 00:02:29.798 INFO STEP 760 (remove_files) COMPLETE
73182026-02-12T00:02:30.052Z[ recovery-image] Feb 12 00:02:29.798 INFO O| Feb 12 00:02:29.798 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-12T00:02:30.076Z[ recovery-image] Feb 12 00:02:29.814 INFO O| Feb 12 00:02:29.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73202026-02-12T00:02:30.076Z[ recovery-image] Feb 12 00:02:29.814 INFO O| Feb 12 00:02:29.814 INFO STEP 761 (remove_files) COMPLETE
73212026-02-12T00:02:30.076Z[ recovery-image] Feb 12 00:02:29.814 INFO O| Feb 12 00:02:29.814 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-12T00:02:30.100Z[ recovery-image] Feb 12 00:02:29.833 INFO O| Feb 12 00:02:29.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
73232026-02-12T00:02:30.100Z[ recovery-image] Feb 12 00:02:29.833 INFO O| Feb 12 00:02:29.833 INFO STEP 762 (remove_files) COMPLETE
73242026-02-12T00:02:30.100Z[ recovery-image] Feb 12 00:02:29.833 INFO O| Feb 12 00:02:29.833 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-12T00:02:30.124Z[ recovery-image] Feb 12 00:02:29.853 INFO O| Feb 12 00:02:29.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
73262026-02-12T00:02:30.124Z[ recovery-image] Feb 12 00:02:29.853 INFO O| Feb 12 00:02:29.853 INFO STEP 763 (remove_files) COMPLETE
73272026-02-12T00:02:30.124Z[ recovery-image] Feb 12 00:02:29.853 INFO O| Feb 12 00:02:29.853 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-12T00:02:30.124Z[ recovery-image] Feb 12 00:02:29.872 INFO O| Feb 12 00:02:29.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
73292026-02-12T00:02:30.124Z[ recovery-image] Feb 12 00:02:29.873 INFO O| Feb 12 00:02:29.872 INFO STEP 764 (remove_files) COMPLETE
73302026-02-12T00:02:30.124Z[ recovery-image] Feb 12 00:02:29.873 INFO O| Feb 12 00:02:29.873 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-12T00:02:30.147Z[ recovery-image] Feb 12 00:02:29.895 INFO O| Feb 12 00:02:29.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
73322026-02-12T00:02:30.147Z[ recovery-image] Feb 12 00:02:29.895 INFO O| Feb 12 00:02:29.895 INFO STEP 765 (remove_files) COMPLETE
73332026-02-12T00:02:30.147Z[ recovery-image] Feb 12 00:02:29.895 INFO O| Feb 12 00:02:29.895 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-12T00:02:30.171Z[ recovery-image] Feb 12 00:02:29.915 INFO O| Feb 12 00:02:29.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
73352026-02-12T00:02:30.171Z[ recovery-image] Feb 12 00:02:29.916 INFO O| Feb 12 00:02:29.916 INFO STEP 766 (remove_files) COMPLETE
73362026-02-12T00:02:30.171Z[ recovery-image] Feb 12 00:02:29.916 INFO O| Feb 12 00:02:29.916 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-12T00:02:30.196Z[ recovery-image] Feb 12 00:02:29.935 INFO O| Feb 12 00:02:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
73382026-02-12T00:02:30.196Z[ recovery-image] Feb 12 00:02:29.936 INFO O| Feb 12 00:02:29.935 INFO STEP 767 (remove_files) COMPLETE
73392026-02-12T00:02:30.196Z[ recovery-image] Feb 12 00:02:29.936 INFO O| Feb 12 00:02:29.936 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-12T00:02:30.220Z[ recovery-image] Feb 12 00:02:29.951 INFO O| Feb 12 00:02:29.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
73412026-02-12T00:02:30.220Z[ recovery-image] Feb 12 00:02:29.951 INFO O| Feb 12 00:02:29.951 INFO STEP 768 (remove_files) COMPLETE
73422026-02-12T00:02:30.220Z[ recovery-image] Feb 12 00:02:29.951 INFO O| Feb 12 00:02:29.951 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-12T00:02:30.220Z[ recovery-image] Feb 12 00:02:29.966 INFO O| Feb 12 00:02:29.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
73442026-02-12T00:02:30.220Z[ recovery-image] Feb 12 00:02:29.966 INFO O| Feb 12 00:02:29.966 INFO STEP 769 (remove_files) COMPLETE
73452026-02-12T00:02:30.220Z[ recovery-image] Feb 12 00:02:29.966 INFO O| Feb 12 00:02:29.966 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-12T00:02:30.244Z[ recovery-image] Feb 12 00:02:29.981 INFO O| Feb 12 00:02:29.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
73472026-02-12T00:02:30.244Z[ recovery-image] Feb 12 00:02:29.981 INFO O| Feb 12 00:02:29.981 INFO STEP 770 (remove_files) COMPLETE
73482026-02-12T00:02:30.244Z[ recovery-image] Feb 12 00:02:29.981 INFO O| Feb 12 00:02:29.981 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-12T00:02:30.244Z[ recovery-image] Feb 12 00:02:29.995 INFO O| Feb 12 00:02:29.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
73502026-02-12T00:02:30.244Z[ recovery-image] Feb 12 00:02:29.995 INFO O| Feb 12 00:02:29.995 INFO STEP 771 (remove_files) COMPLETE
73512026-02-12T00:02:30.244Z[ recovery-image] Feb 12 00:02:29.995 INFO O| Feb 12 00:02:29.995 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-12T00:02:30.268Z[ recovery-image] Feb 12 00:02:30.017 INFO O| Feb 12 00:02:30.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
73532026-02-12T00:02:30.268Z[ recovery-image] Feb 12 00:02:30.017 INFO O| Feb 12 00:02:30.017 INFO STEP 772 (remove_files) COMPLETE
73542026-02-12T00:02:30.268Z[ recovery-image] Feb 12 00:02:30.017 INFO O| Feb 12 00:02:30.017 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-12T00:02:30.292Z[ recovery-image] Feb 12 00:02:30.032 INFO O| Feb 12 00:02:30.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
73562026-02-12T00:02:30.292Z[ recovery-image] Feb 12 00:02:30.032 INFO O| Feb 12 00:02:30.032 INFO STEP 773 (remove_files) COMPLETE
73572026-02-12T00:02:30.292Z[ recovery-image] Feb 12 00:02:30.032 INFO O| Feb 12 00:02:30.032 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-12T00:02:30.316Z[ recovery-image] Feb 12 00:02:30.045 INFO O| Feb 12 00:02:30.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
73592026-02-12T00:02:30.316Z[ recovery-image] Feb 12 00:02:30.046 INFO O| Feb 12 00:02:30.046 INFO STEP 774 (remove_files) COMPLETE
73602026-02-12T00:02:30.316Z[ recovery-image] Feb 12 00:02:30.046 INFO O| Feb 12 00:02:30.046 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-12T00:02:30.340Z[ recovery-image] Feb 12 00:02:30.071 INFO O| Feb 12 00:02:30.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
73622026-02-12T00:02:30.340Z[ recovery-image] Feb 12 00:02:30.071 INFO O| Feb 12 00:02:30.071 INFO STEP 775 (remove_files) COMPLETE
73632026-02-12T00:02:30.340Z[ recovery-image] Feb 12 00:02:30.071 INFO O| Feb 12 00:02:30.071 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-12T00:02:30.340Z[ recovery-image] Feb 12 00:02:30.087 INFO O| Feb 12 00:02:30.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
73652026-02-12T00:02:30.340Z[ recovery-image] Feb 12 00:02:30.088 INFO O| Feb 12 00:02:30.088 INFO STEP 776 (remove_files) COMPLETE
73662026-02-12T00:02:30.340Z[ recovery-image] Feb 12 00:02:30.088 INFO O| Feb 12 00:02:30.088 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-12T00:02:30.364Z[ recovery-image] Feb 12 00:02:30.103 INFO O| Feb 12 00:02:30.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
73682026-02-12T00:02:30.364Z[ recovery-image] Feb 12 00:02:30.104 INFO O| Feb 12 00:02:30.104 INFO STEP 777 (remove_files) COMPLETE
73692026-02-12T00:02:30.364Z[ recovery-image] Feb 12 00:02:30.104 INFO O| Feb 12 00:02:30.104 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-12T00:02:30.388Z[ recovery-image] Feb 12 00:02:30.122 INFO O| Feb 12 00:02:30.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
73712026-02-12T00:02:30.389Z[ recovery-image] Feb 12 00:02:30.122 INFO O| Feb 12 00:02:30.122 INFO STEP 778 (remove_files) COMPLETE
73722026-02-12T00:02:30.389Z[ recovery-image] Feb 12 00:02:30.122 INFO O| Feb 12 00:02:30.122 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-12T00:02:30.389Z[ recovery-image] Feb 12 00:02:30.139 INFO O| Feb 12 00:02:30.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
73742026-02-12T00:02:30.389Z[ recovery-image] Feb 12 00:02:30.139 INFO O| Feb 12 00:02:30.139 INFO STEP 779 (remove_files) COMPLETE
73752026-02-12T00:02:30.389Z[ recovery-image] Feb 12 00:02:30.139 INFO O| Feb 12 00:02:30.139 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-12T00:02:30.413Z[ recovery-image] Feb 12 00:02:30.156 INFO O| Feb 12 00:02:30.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
73772026-02-12T00:02:30.413Z[ recovery-image] Feb 12 00:02:30.156 INFO O| Feb 12 00:02:30.156 INFO STEP 780 (remove_files) COMPLETE
73782026-02-12T00:02:30.413Z[ recovery-image] Feb 12 00:02:30.156 INFO O| Feb 12 00:02:30.156 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-12T00:02:30.437Z[ recovery-image] Feb 12 00:02:30.172 INFO O| Feb 12 00:02:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
73802026-02-12T00:02:30.437Z[ recovery-image] Feb 12 00:02:30.172 INFO O| Feb 12 00:02:30.172 INFO STEP 781 (remove_files) COMPLETE
73812026-02-12T00:02:30.437Z[ recovery-image] Feb 12 00:02:30.172 INFO O| Feb 12 00:02:30.172 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-12T00:02:30.437Z[ recovery-image] Feb 12 00:02:30.187 INFO O| Feb 12 00:02:30.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
73832026-02-12T00:02:30.437Z[ recovery-image] Feb 12 00:02:30.187 INFO O| Feb 12 00:02:30.187 INFO STEP 782 (remove_files) COMPLETE
73842026-02-12T00:02:30.437Z[ recovery-image] Feb 12 00:02:30.187 INFO O| Feb 12 00:02:30.187 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-12T00:02:30.461Z[ recovery-image] Feb 12 00:02:30.206 INFO O| Feb 12 00:02:30.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
73862026-02-12T00:02:30.461Z[ recovery-image] Feb 12 00:02:30.206 INFO O| Feb 12 00:02:30.206 INFO STEP 783 (remove_files) COMPLETE
73872026-02-12T00:02:30.461Z[ recovery-image] Feb 12 00:02:30.206 INFO O| Feb 12 00:02:30.206 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-12T00:02:30.485Z[ recovery-image] Feb 12 00:02:30.227 INFO O| Feb 12 00:02:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
73892026-02-12T00:02:30.485Z[ recovery-image] Feb 12 00:02:30.227 INFO O| Feb 12 00:02:30.227 INFO STEP 784 (remove_files) COMPLETE
73902026-02-12T00:02:30.485Z[ recovery-image] Feb 12 00:02:30.227 INFO O| Feb 12 00:02:30.227 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-12T00:02:30.509Z[ recovery-image] Feb 12 00:02:30.245 INFO O| Feb 12 00:02:30.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
73922026-02-12T00:02:30.509Z[ recovery-image] Feb 12 00:02:30.245 INFO O| Feb 12 00:02:30.245 INFO STEP 785 (remove_files) COMPLETE
73932026-02-12T00:02:30.509Z[ recovery-image] Feb 12 00:02:30.245 INFO O| Feb 12 00:02:30.245 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-12T00:02:30.509Z[ recovery-image] Feb 12 00:02:30.260 INFO O| Feb 12 00:02:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
73952026-02-12T00:02:30.509Z[ recovery-image] Feb 12 00:02:30.260 INFO O| Feb 12 00:02:30.260 INFO STEP 786 (remove_files) COMPLETE
73962026-02-12T00:02:30.509Z[ recovery-image] Feb 12 00:02:30.260 INFO O| Feb 12 00:02:30.260 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-12T00:02:30.533Z[ recovery-image] Feb 12 00:02:30.280 INFO O| Feb 12 00:02:30.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
73982026-02-12T00:02:30.533Z[ recovery-image] Feb 12 00:02:30.281 INFO O| Feb 12 00:02:30.281 INFO STEP 787 (remove_files) COMPLETE
73992026-02-12T00:02:30.533Z[ recovery-image] Feb 12 00:02:30.281 INFO O| Feb 12 00:02:30.281 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-12T00:02:30.557Z[ recovery-image] Feb 12 00:02:30.298 INFO O| Feb 12 00:02:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74012026-02-12T00:02:30.557Z[ recovery-image] Feb 12 00:02:30.298 INFO O| Feb 12 00:02:30.298 INFO STEP 788 (remove_files) COMPLETE
74022026-02-12T00:02:30.557Z[ recovery-image] Feb 12 00:02:30.299 INFO O| Feb 12 00:02:30.298 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-12T00:02:30.581Z[ recovery-image] Feb 12 00:02:30.324 INFO O| Feb 12 00:02:30.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74042026-02-12T00:02:30.581Z[ recovery-image] Feb 12 00:02:30.324 INFO O| Feb 12 00:02:30.324 INFO STEP 789 (remove_files) COMPLETE
74052026-02-12T00:02:30.581Z[ recovery-image] Feb 12 00:02:30.324 INFO O| Feb 12 00:02:30.324 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-12T00:02:30.605Z[ recovery-image] Feb 12 00:02:30.346 INFO O| Feb 12 00:02:30.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74072026-02-12T00:02:30.606Z[ recovery-image] Feb 12 00:02:30.346 INFO O| Feb 12 00:02:30.346 INFO STEP 790 (remove_files) COMPLETE
74082026-02-12T00:02:30.606Z[ recovery-image] Feb 12 00:02:30.346 INFO O| Feb 12 00:02:30.346 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-12T00:02:30.630Z[ recovery-image] Feb 12 00:02:30.364 INFO O| Feb 12 00:02:30.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74102026-02-12T00:02:30.630Z[ recovery-image] Feb 12 00:02:30.364 INFO O| Feb 12 00:02:30.364 INFO STEP 791 (remove_files) COMPLETE
74112026-02-12T00:02:30.630Z[ recovery-image] Feb 12 00:02:30.365 INFO O| Feb 12 00:02:30.364 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-12T00:02:30.630Z[ recovery-image] Feb 12 00:02:30.381 INFO O| Feb 12 00:02:30.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74132026-02-12T00:02:30.630Z[ recovery-image] Feb 12 00:02:30.381 INFO O| Feb 12 00:02:30.381 INFO STEP 792 (remove_files) COMPLETE
74142026-02-12T00:02:30.630Z[ recovery-image] Feb 12 00:02:30.382 INFO O| Feb 12 00:02:30.381 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-12T00:02:30.654Z[ recovery-image] Feb 12 00:02:30.397 INFO O| Feb 12 00:02:30.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74162026-02-12T00:02:30.654Z[ recovery-image] Feb 12 00:02:30.397 INFO O| Feb 12 00:02:30.397 INFO STEP 793 (remove_files) COMPLETE
74172026-02-12T00:02:30.654Z[ recovery-image] Feb 12 00:02:30.397 INFO O| Feb 12 00:02:30.397 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-12T00:02:30.678Z[ recovery-image] Feb 12 00:02:30.414 INFO O| Feb 12 00:02:30.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74192026-02-12T00:02:30.678Z[ recovery-image] Feb 12 00:02:30.414 INFO O| Feb 12 00:02:30.414 INFO STEP 794 (remove_files) COMPLETE
74202026-02-12T00:02:30.678Z[ recovery-image] Feb 12 00:02:30.414 INFO O| Feb 12 00:02:30.414 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-12T00:02:30.702Z[ recovery-image] Feb 12 00:02:30.431 INFO O| Feb 12 00:02:30.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
74222026-02-12T00:02:30.702Z[ recovery-image] Feb 12 00:02:30.432 INFO O| Feb 12 00:02:30.431 INFO STEP 795 (remove_files) COMPLETE
74232026-02-12T00:02:30.702Z[ recovery-image] Feb 12 00:02:30.432 INFO O| Feb 12 00:02:30.432 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-12T00:02:30.702Z[ recovery-image] Feb 12 00:02:30.448 INFO O| Feb 12 00:02:30.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
74252026-02-12T00:02:30.702Z[ recovery-image] Feb 12 00:02:30.448 INFO O| Feb 12 00:02:30.448 INFO STEP 796 (remove_files) COMPLETE
74262026-02-12T00:02:30.702Z[ recovery-image] Feb 12 00:02:30.448 INFO O| Feb 12 00:02:30.448 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-12T00:02:30.727Z[ recovery-image] Feb 12 00:02:30.466 INFO O| Feb 12 00:02:30.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
74282026-02-12T00:02:30.727Z[ recovery-image] Feb 12 00:02:30.466 INFO O| Feb 12 00:02:30.466 INFO STEP 797 (remove_files) COMPLETE
74292026-02-12T00:02:30.727Z[ recovery-image] Feb 12 00:02:30.466 INFO O| Feb 12 00:02:30.466 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-12T00:02:30.751Z[ recovery-image] Feb 12 00:02:30.481 INFO O| Feb 12 00:02:30.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
74312026-02-12T00:02:30.751Z[ recovery-image] Feb 12 00:02:30.481 INFO O| Feb 12 00:02:30.481 INFO STEP 798 (remove_files) COMPLETE
74322026-02-12T00:02:30.751Z[ recovery-image] Feb 12 00:02:30.481 INFO O| Feb 12 00:02:30.481 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-12T00:02:30.751Z[ recovery-image] Feb 12 00:02:30.495 INFO O| Feb 12 00:02:30.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
74342026-02-12T00:02:30.751Z[ recovery-image] Feb 12 00:02:30.495 INFO O| Feb 12 00:02:30.495 INFO STEP 799 (remove_files) COMPLETE
74352026-02-12T00:02:30.751Z[ recovery-image] Feb 12 00:02:30.495 INFO O| Feb 12 00:02:30.495 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-12T00:02:30.775Z[ recovery-image] Feb 12 00:02:30.508 INFO O| Feb 12 00:02:30.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
74372026-02-12T00:02:30.775Z[ recovery-image] Feb 12 00:02:30.508 INFO O| Feb 12 00:02:30.508 INFO STEP 800 (remove_files) COMPLETE
74382026-02-12T00:02:30.775Z[ recovery-image] Feb 12 00:02:30.508 INFO O| Feb 12 00:02:30.508 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-12T00:02:30.775Z[ recovery-image] Feb 12 00:02:30.522 INFO O| Feb 12 00:02:30.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
74402026-02-12T00:02:30.775Z[ recovery-image] Feb 12 00:02:30.522 INFO O| Feb 12 00:02:30.522 INFO STEP 801 (remove_files) COMPLETE
74412026-02-12T00:02:30.775Z[ recovery-image] Feb 12 00:02:30.522 INFO O| Feb 12 00:02:30.522 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-12T00:02:30.799Z[ recovery-image] Feb 12 00:02:30.540 INFO O| Feb 12 00:02:30.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
74432026-02-12T00:02:30.799Z[ recovery-image] Feb 12 00:02:30.540 INFO O| Feb 12 00:02:30.540 INFO STEP 802 (remove_files) COMPLETE
74442026-02-12T00:02:30.799Z[ recovery-image] Feb 12 00:02:30.540 INFO O| Feb 12 00:02:30.540 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-12T00:02:30.823Z[ recovery-image] Feb 12 00:02:30.558 INFO O| Feb 12 00:02:30.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
74462026-02-12T00:02:30.823Z[ recovery-image] Feb 12 00:02:30.558 INFO O| Feb 12 00:02:30.558 INFO STEP 803 (remove_files) COMPLETE
74472026-02-12T00:02:30.823Z[ recovery-image] Feb 12 00:02:30.558 INFO O| Feb 12 00:02:30.558 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-12T00:02:30.823Z[ recovery-image] Feb 12 00:02:30.572 INFO O| Feb 12 00:02:30.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
74492026-02-12T00:02:30.823Z[ recovery-image] Feb 12 00:02:30.572 INFO O| Feb 12 00:02:30.572 INFO STEP 804 (remove_files) COMPLETE
74502026-02-12T00:02:30.823Z[ recovery-image] Feb 12 00:02:30.572 INFO O| Feb 12 00:02:30.572 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-12T00:02:30.847Z[ recovery-image] Feb 12 00:02:30.587 INFO O| Feb 12 00:02:30.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
74522026-02-12T00:02:30.847Z[ recovery-image] Feb 12 00:02:30.587 INFO O| Feb 12 00:02:30.587 INFO STEP 805 (remove_files) COMPLETE
74532026-02-12T00:02:30.847Z[ recovery-image] Feb 12 00:02:30.587 INFO O| Feb 12 00:02:30.587 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-12T00:02:30.871Z[ recovery-image] Feb 12 00:02:30.600 INFO O| Feb 12 00:02:30.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
74552026-02-12T00:02:30.871Z[ recovery-image] Feb 12 00:02:30.600 INFO O| Feb 12 00:02:30.600 INFO STEP 806 (remove_files) COMPLETE
74562026-02-12T00:02:30.871Z[ recovery-image] Feb 12 00:02:30.600 INFO O| Feb 12 00:02:30.600 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-12T00:02:30.871Z[ recovery-image] Feb 12 00:02:30.614 INFO O| Feb 12 00:02:30.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
74582026-02-12T00:02:30.871Z[ recovery-image] Feb 12 00:02:30.614 INFO O| Feb 12 00:02:30.614 INFO STEP 807 (remove_files) COMPLETE
74592026-02-12T00:02:30.871Z[ recovery-image] Feb 12 00:02:30.614 INFO O| Feb 12 00:02:30.614 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-12T00:02:30.895Z[ recovery-image] Feb 12 00:02:30.627 INFO O| Feb 12 00:02:30.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
74612026-02-12T00:02:30.895Z[ recovery-image] Feb 12 00:02:30.627 INFO O| Feb 12 00:02:30.627 INFO STEP 808 (remove_files) COMPLETE
74622026-02-12T00:02:30.895Z[ recovery-image] Feb 12 00:02:30.627 INFO O| Feb 12 00:02:30.627 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-12T00:02:30.895Z[ recovery-image] Feb 12 00:02:30.641 INFO O| Feb 12 00:02:30.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
74642026-02-12T00:02:30.896Z[ recovery-image] Feb 12 00:02:30.642 INFO O| Feb 12 00:02:30.642 INFO STEP 809 (remove_files) COMPLETE
74652026-02-12T00:02:30.896Z[ recovery-image] Feb 12 00:02:30.642 INFO O| Feb 12 00:02:30.642 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-12T00:02:30.920Z[ recovery-image] Feb 12 00:02:30.660 INFO O| Feb 12 00:02:30.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
74672026-02-12T00:02:30.920Z[ recovery-image] Feb 12 00:02:30.660 INFO O| Feb 12 00:02:30.660 INFO STEP 810 (remove_files) COMPLETE
74682026-02-12T00:02:30.920Z[ recovery-image] Feb 12 00:02:30.660 INFO O| Feb 12 00:02:30.660 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-12T00:02:30.944Z[ recovery-image] Feb 12 00:02:30.690 INFO O| Feb 12 00:02:30.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
74702026-02-12T00:02:30.945Z[ recovery-image] Feb 12 00:02:30.690 INFO O| Feb 12 00:02:30.690 INFO STEP 811 (remove_files) COMPLETE
74712026-02-12T00:02:30.945Z[ recovery-image] Feb 12 00:02:30.690 INFO O| Feb 12 00:02:30.690 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-12T00:02:30.968Z[ recovery-image] Feb 12 00:02:30.710 INFO O| Feb 12 00:02:30.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
74732026-02-12T00:02:30.968Z[ recovery-image] Feb 12 00:02:30.710 INFO O| Feb 12 00:02:30.710 INFO STEP 812 (remove_files) COMPLETE
74742026-02-12T00:02:30.969Z[ recovery-image] Feb 12 00:02:30.710 INFO O| Feb 12 00:02:30.710 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-12T00:02:30.992Z[ recovery-image] Feb 12 00:02:30.730 INFO O| Feb 12 00:02:30.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
74762026-02-12T00:02:30.993Z[ recovery-image] Feb 12 00:02:30.730 INFO O| Feb 12 00:02:30.730 INFO STEP 813 (remove_files) COMPLETE
74772026-02-12T00:02:30.993Z[ recovery-image] Feb 12 00:02:30.730 INFO O| Feb 12 00:02:30.730 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-12T00:02:31.017Z[ recovery-image] Feb 12 00:02:30.750 INFO O| Feb 12 00:02:30.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
74792026-02-12T00:02:31.017Z[ recovery-image] Feb 12 00:02:30.751 INFO O| Feb 12 00:02:30.751 INFO STEP 814 (remove_files) COMPLETE
74802026-02-12T00:02:31.017Z[ recovery-image] Feb 12 00:02:30.751 INFO O| Feb 12 00:02:30.751 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-12T00:02:31.041Z[ recovery-image] Feb 12 00:02:30.771 INFO O| Feb 12 00:02:30.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
74822026-02-12T00:02:31.041Z[ recovery-image] Feb 12 00:02:30.771 INFO O| Feb 12 00:02:30.771 INFO STEP 815 (remove_files) COMPLETE
74832026-02-12T00:02:31.041Z[ recovery-image] Feb 12 00:02:30.771 INFO O| Feb 12 00:02:30.771 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-12T00:02:31.041Z[ recovery-image] Feb 12 00:02:30.785 INFO O| Feb 12 00:02:30.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
74852026-02-12T00:02:31.041Z[ recovery-image] Feb 12 00:02:30.786 INFO O| Feb 12 00:02:30.786 INFO STEP 816 (remove_files) COMPLETE
74862026-02-12T00:02:31.041Z[ recovery-image] Feb 12 00:02:30.786 INFO O| Feb 12 00:02:30.786 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-12T00:02:31.065Z[ recovery-image] Feb 12 00:02:30.799 INFO O| Feb 12 00:02:30.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
74882026-02-12T00:02:31.065Z[ recovery-image] Feb 12 00:02:30.799 INFO O| Feb 12 00:02:30.799 INFO STEP 817 (remove_files) COMPLETE
74892026-02-12T00:02:31.065Z[ recovery-image] Feb 12 00:02:30.799 INFO O| Feb 12 00:02:30.799 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-12T00:02:31.065Z[ recovery-image] Feb 12 00:02:30.811 INFO O| Feb 12 00:02:30.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
74912026-02-12T00:02:31.065Z[ recovery-image] Feb 12 00:02:30.811 INFO O| Feb 12 00:02:30.811 INFO STEP 818 (remove_files) COMPLETE
74922026-02-12T00:02:31.065Z[ recovery-image] Feb 12 00:02:30.811 INFO O| Feb 12 00:02:30.811 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-12T00:02:31.089Z[ recovery-image] Feb 12 00:02:30.833 INFO O| Feb 12 00:02:30.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
74942026-02-12T00:02:31.089Z[ recovery-image] Feb 12 00:02:30.833 INFO O| Feb 12 00:02:30.833 INFO STEP 819 (remove_files) COMPLETE
74952026-02-12T00:02:31.089Z[ recovery-image] Feb 12 00:02:30.833 INFO O| Feb 12 00:02:30.833 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-12T00:02:31.113Z[ recovery-image] Feb 12 00:02:30.854 INFO O| Feb 12 00:02:30.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
74972026-02-12T00:02:31.113Z[ recovery-image] Feb 12 00:02:30.855 INFO O| Feb 12 00:02:30.855 INFO STEP 820 (remove_files) COMPLETE
74982026-02-12T00:02:31.113Z[ recovery-image] Feb 12 00:02:30.855 INFO O| Feb 12 00:02:30.855 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-12T00:02:31.138Z[ recovery-image] Feb 12 00:02:30.874 INFO O| Feb 12 00:02:30.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75002026-02-12T00:02:31.138Z[ recovery-image] Feb 12 00:02:30.874 INFO O| Feb 12 00:02:30.874 INFO STEP 821 (remove_files) COMPLETE
75012026-02-12T00:02:31.138Z[ recovery-image] Feb 12 00:02:30.874 INFO O| Feb 12 00:02:30.874 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-12T00:02:31.162Z[ recovery-image] Feb 12 00:02:30.893 INFO O| Feb 12 00:02:30.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75032026-02-12T00:02:31.162Z[ recovery-image] Feb 12 00:02:30.894 INFO O| Feb 12 00:02:30.894 INFO STEP 822 (remove_files) COMPLETE
75042026-02-12T00:02:31.162Z[ recovery-image] Feb 12 00:02:30.894 INFO O| Feb 12 00:02:30.894 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-12T00:02:31.162Z[ recovery-image] Feb 12 00:02:30.912 INFO O| Feb 12 00:02:30.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75062026-02-12T00:02:31.162Z[ recovery-image] Feb 12 00:02:30.913 INFO O| Feb 12 00:02:30.913 INFO STEP 823 (remove_files) COMPLETE
75072026-02-12T00:02:31.162Z[ recovery-image] Feb 12 00:02:30.913 INFO O| Feb 12 00:02:30.913 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-12T00:02:31.186Z[ recovery-image] Feb 12 00:02:30.931 INFO O| Feb 12 00:02:30.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75092026-02-12T00:02:31.186Z[ recovery-image] Feb 12 00:02:30.931 INFO O| Feb 12 00:02:30.931 INFO STEP 824 (remove_files) COMPLETE
75102026-02-12T00:02:31.186Z[ recovery-image] Feb 12 00:02:30.931 INFO O| Feb 12 00:02:30.931 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-12T00:02:31.210Z[ recovery-image] Feb 12 00:02:30.948 INFO O| Feb 12 00:02:30.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75122026-02-12T00:02:31.210Z[ recovery-image] Feb 12 00:02:30.948 INFO O| Feb 12 00:02:30.948 INFO STEP 825 (remove_files) COMPLETE
75132026-02-12T00:02:31.210Z[ recovery-image] Feb 12 00:02:30.948 INFO O| Feb 12 00:02:30.948 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-12T00:02:31.234Z[ recovery-image] Feb 12 00:02:30.967 INFO O| Feb 12 00:02:30.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75152026-02-12T00:02:31.234Z[ recovery-image] Feb 12 00:02:30.967 INFO O| Feb 12 00:02:30.967 INFO STEP 826 (remove_files) COMPLETE
75162026-02-12T00:02:31.234Z[ recovery-image] Feb 12 00:02:30.967 INFO O| Feb 12 00:02:30.967 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-12T00:02:31.234Z[ recovery-image] Feb 12 00:02:30.986 INFO O| Feb 12 00:02:30.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
75182026-02-12T00:02:31.234Z[ recovery-image] Feb 12 00:02:30.986 INFO O| Feb 12 00:02:30.986 INFO STEP 827 (remove_files) COMPLETE
75192026-02-12T00:02:31.258Z[ recovery-image] Feb 12 00:02:30.986 INFO O| Feb 12 00:02:30.986 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-12T00:02:31.258Z[ recovery-image] Feb 12 00:02:31.006 INFO O| Feb 12 00:02:31.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
75212026-02-12T00:02:31.258Z[ recovery-image] Feb 12 00:02:31.006 INFO O| Feb 12 00:02:31.006 INFO STEP 828 (remove_files) COMPLETE
75222026-02-12T00:02:31.258Z[ recovery-image] Feb 12 00:02:31.006 INFO O| Feb 12 00:02:31.006 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-12T00:02:31.282Z[ recovery-image] Feb 12 00:02:31.021 INFO O| Feb 12 00:02:31.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
75242026-02-12T00:02:31.282Z[ recovery-image] Feb 12 00:02:31.021 INFO O| Feb 12 00:02:31.021 INFO STEP 829 (remove_files) COMPLETE
75252026-02-12T00:02:31.282Z[ recovery-image] Feb 12 00:02:31.021 INFO O| Feb 12 00:02:31.021 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-12T00:02:31.306Z[ recovery-image] Feb 12 00:02:31.035 INFO O| Feb 12 00:02:31.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
75272026-02-12T00:02:31.306Z[ recovery-image] Feb 12 00:02:31.035 INFO O| Feb 12 00:02:31.035 INFO STEP 830 (remove_files) COMPLETE
75282026-02-12T00:02:31.306Z[ recovery-image] Feb 12 00:02:31.035 INFO O| Feb 12 00:02:31.035 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-12T00:02:31.306Z[ recovery-image] Feb 12 00:02:31.049 INFO O| Feb 12 00:02:31.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
75302026-02-12T00:02:31.306Z[ recovery-image] Feb 12 00:02:31.049 INFO O| Feb 12 00:02:31.049 INFO STEP 831 (remove_files) COMPLETE
75312026-02-12T00:02:31.306Z[ recovery-image] Feb 12 00:02:31.049 INFO O| Feb 12 00:02:31.049 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-12T00:02:31.330Z[ recovery-image] Feb 12 00:02:31.063 INFO O| Feb 12 00:02:31.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
75332026-02-12T00:02:31.330Z[ recovery-image] Feb 12 00:02:31.063 INFO O| Feb 12 00:02:31.063 INFO STEP 832 (remove_files) COMPLETE
75342026-02-12T00:02:31.330Z[ recovery-image] Feb 12 00:02:31.063 INFO O| Feb 12 00:02:31.063 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-12T00:02:31.330Z[ recovery-image] Feb 12 00:02:31.081 INFO O| Feb 12 00:02:31.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
75362026-02-12T00:02:31.330Z[ recovery-image] Feb 12 00:02:31.081 INFO O| Feb 12 00:02:31.081 INFO STEP 833 (remove_files) COMPLETE
75372026-02-12T00:02:31.330Z[ recovery-image] Feb 12 00:02:31.081 INFO O| Feb 12 00:02:31.081 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-12T00:02:31.354Z[ recovery-image] Feb 12 00:02:31.097 INFO O| Feb 12 00:02:31.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
75392026-02-12T00:02:31.354Z[ recovery-image] Feb 12 00:02:31.098 INFO O| Feb 12 00:02:31.098 INFO STEP 834 (remove_files) COMPLETE
75402026-02-12T00:02:31.354Z[ recovery-image] Feb 12 00:02:31.098 INFO O| Feb 12 00:02:31.098 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-12T00:02:31.378Z[ recovery-image] Feb 12 00:02:31.112 INFO O| Feb 12 00:02:31.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
75422026-02-12T00:02:31.378Z[ recovery-image] Feb 12 00:02:31.113 INFO O| Feb 12 00:02:31.113 INFO STEP 835 (remove_files) COMPLETE
75432026-02-12T00:02:31.378Z[ recovery-image] Feb 12 00:02:31.113 INFO O| Feb 12 00:02:31.113 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-12T00:02:31.378Z[ recovery-image] Feb 12 00:02:31.127 INFO O| Feb 12 00:02:31.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
75452026-02-12T00:02:31.378Z[ recovery-image] Feb 12 00:02:31.127 INFO O| Feb 12 00:02:31.127 INFO STEP 836 (remove_files) COMPLETE
75462026-02-12T00:02:31.378Z[ recovery-image] Feb 12 00:02:31.127 INFO O| Feb 12 00:02:31.127 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-12T00:02:31.402Z[ recovery-image] Feb 12 00:02:31.142 INFO O| Feb 12 00:02:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
75482026-02-12T00:02:31.402Z[ recovery-image] Feb 12 00:02:31.142 INFO O| Feb 12 00:02:31.142 INFO STEP 837 (remove_files) COMPLETE
75492026-02-12T00:02:31.403Z[ recovery-image] Feb 12 00:02:31.143 INFO O| Feb 12 00:02:31.142 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-12T00:02:31.427Z[ recovery-image] Feb 12 00:02:31.162 INFO O| Feb 12 00:02:31.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
75512026-02-12T00:02:31.427Z[ recovery-image] Feb 12 00:02:31.162 INFO O| Feb 12 00:02:31.162 INFO STEP 838 (remove_files) COMPLETE
75522026-02-12T00:02:31.427Z[ recovery-image] Feb 12 00:02:31.162 INFO O| Feb 12 00:02:31.162 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-12T00:02:31.451Z[ recovery-image] Feb 12 00:02:31.180 INFO O| Feb 12 00:02:31.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
75542026-02-12T00:02:31.451Z[ recovery-image] Feb 12 00:02:31.180 INFO O| Feb 12 00:02:31.180 INFO STEP 839 (remove_files) COMPLETE
75552026-02-12T00:02:31.451Z[ recovery-image] Feb 12 00:02:31.181 INFO O| Feb 12 00:02:31.180 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-12T00:02:31.451Z[ recovery-image] Feb 12 00:02:31.198 INFO O| Feb 12 00:02:31.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
75572026-02-12T00:02:31.451Z[ recovery-image] Feb 12 00:02:31.198 INFO O| Feb 12 00:02:31.198 INFO STEP 840 (remove_files) COMPLETE
75582026-02-12T00:02:31.451Z[ recovery-image] Feb 12 00:02:31.198 INFO O| Feb 12 00:02:31.198 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-12T00:02:31.475Z[ recovery-image] Feb 12 00:02:31.221 INFO O| Feb 12 00:02:31.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
75602026-02-12T00:02:31.476Z[ recovery-image] Feb 12 00:02:31.221 INFO O| Feb 12 00:02:31.221 INFO STEP 841 (remove_files) COMPLETE
75612026-02-12T00:02:31.476Z[ recovery-image] Feb 12 00:02:31.221 INFO O| Feb 12 00:02:31.221 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-12T00:02:31.502Z[ recovery-image] Feb 12 00:02:31.240 INFO O| Feb 12 00:02:31.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
75632026-02-12T00:02:31.502Z[ recovery-image] Feb 12 00:02:31.240 INFO O| Feb 12 00:02:31.240 INFO STEP 842 (remove_files) COMPLETE
75642026-02-12T00:02:31.502Z[ recovery-image] Feb 12 00:02:31.240 INFO O| Feb 12 00:02:31.240 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-12T00:02:31.526Z[ recovery-image] Feb 12 00:02:31.259 INFO O| Feb 12 00:02:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
75662026-02-12T00:02:31.526Z[ recovery-image] Feb 12 00:02:31.260 INFO O| Feb 12 00:02:31.259 INFO STEP 843 (remove_files) COMPLETE
75672026-02-12T00:02:31.526Z[ recovery-image] Feb 12 00:02:31.260 INFO O| Feb 12 00:02:31.260 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-12T00:02:31.526Z[ recovery-image] Feb 12 00:02:31.278 INFO O| Feb 12 00:02:31.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
75692026-02-12T00:02:31.527Z[ recovery-image] Feb 12 00:02:31.278 INFO O| Feb 12 00:02:31.278 INFO STEP 844 (remove_files) COMPLETE
75702026-02-12T00:02:31.550Z[ recovery-image] Feb 12 00:02:31.278 INFO O| Feb 12 00:02:31.278 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-12T00:02:31.551Z[ recovery-image] Feb 12 00:02:31.297 INFO O| Feb 12 00:02:31.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
75722026-02-12T00:02:31.551Z[ recovery-image] Feb 12 00:02:31.297 INFO O| Feb 12 00:02:31.297 INFO STEP 845 (remove_files) COMPLETE
75732026-02-12T00:02:31.551Z[ recovery-image] Feb 12 00:02:31.297 INFO O| Feb 12 00:02:31.297 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-12T00:02:31.574Z[ recovery-image] Feb 12 00:02:31.314 INFO O| Feb 12 00:02:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
75752026-02-12T00:02:31.574Z[ recovery-image] Feb 12 00:02:31.315 INFO O| Feb 12 00:02:31.315 INFO STEP 846 (remove_files) COMPLETE
75762026-02-12T00:02:31.574Z[ recovery-image] Feb 12 00:02:31.315 INFO O| Feb 12 00:02:31.315 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-12T00:02:31.598Z[ recovery-image] Feb 12 00:02:31.331 INFO O| Feb 12 00:02:31.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
75782026-02-12T00:02:31.599Z[ recovery-image] Feb 12 00:02:31.332 INFO O| Feb 12 00:02:31.332 INFO STEP 847 (remove_files) COMPLETE
75792026-02-12T00:02:31.599Z[ recovery-image] Feb 12 00:02:31.332 INFO O| Feb 12 00:02:31.332 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-12T00:02:31.623Z[ recovery-image] Feb 12 00:02:31.353 INFO O| Feb 12 00:02:31.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
75812026-02-12T00:02:31.623Z[ recovery-image] Feb 12 00:02:31.353 INFO O| Feb 12 00:02:31.353 INFO STEP 848 (remove_files) COMPLETE
75822026-02-12T00:02:31.623Z[ recovery-image] Feb 12 00:02:31.353 INFO O| Feb 12 00:02:31.353 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-12T00:02:31.623Z[ recovery-image] Feb 12 00:02:31.369 INFO O| Feb 12 00:02:31.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
75842026-02-12T00:02:31.623Z[ recovery-image] Feb 12 00:02:31.370 INFO O| Feb 12 00:02:31.370 INFO STEP 849 (remove_files) COMPLETE
75852026-02-12T00:02:31.623Z[ recovery-image] Feb 12 00:02:31.370 INFO O| Feb 12 00:02:31.370 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-12T00:02:31.647Z[ recovery-image] Feb 12 00:02:31.386 INFO O| Feb 12 00:02:31.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
75872026-02-12T00:02:31.647Z[ recovery-image] Feb 12 00:02:31.386 INFO O| Feb 12 00:02:31.386 INFO STEP 850 (remove_files) COMPLETE
75882026-02-12T00:02:31.647Z[ recovery-image] Feb 12 00:02:31.386 INFO O| Feb 12 00:02:31.386 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-12T00:02:31.671Z[ recovery-image] Feb 12 00:02:31.402 INFO O| Feb 12 00:02:31.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
75902026-02-12T00:02:31.671Z[ recovery-image] Feb 12 00:02:31.402 INFO O| Feb 12 00:02:31.402 INFO STEP 851 (remove_files) COMPLETE
75912026-02-12T00:02:31.672Z[ recovery-image] Feb 12 00:02:31.402 INFO O| Feb 12 00:02:31.402 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-12T00:02:31.672Z[ recovery-image] Feb 12 00:02:31.417 INFO O| Feb 12 00:02:31.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
75932026-02-12T00:02:31.672Z[ recovery-image] Feb 12 00:02:31.417 INFO O| Feb 12 00:02:31.417 INFO STEP 852 (remove_files) COMPLETE
75942026-02-12T00:02:31.672Z[ recovery-image] Feb 12 00:02:31.417 INFO O| Feb 12 00:02:31.417 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-12T00:02:31.696Z[ recovery-image] Feb 12 00:02:31.430 INFO O| Feb 12 00:02:31.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
75962026-02-12T00:02:31.696Z[ recovery-image] Feb 12 00:02:31.430 INFO O| Feb 12 00:02:31.430 INFO STEP 853 (remove_files) COMPLETE
75972026-02-12T00:02:31.696Z[ recovery-image] Feb 12 00:02:31.430 INFO O| Feb 12 00:02:31.430 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-12T00:02:31.720Z[ recovery-image] Feb 12 00:02:31.449 INFO O| Feb 12 00:02:31.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
75992026-02-12T00:02:31.720Z[ recovery-image] Feb 12 00:02:31.449 INFO O| Feb 12 00:02:31.449 INFO STEP 854 (remove_files) COMPLETE
76002026-02-12T00:02:31.720Z[ recovery-image] Feb 12 00:02:31.450 INFO O| Feb 12 00:02:31.449 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-12T00:02:31.749Z[ recovery-image] Feb 12 00:02:31.472 INFO O| Feb 12 00:02:31.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76022026-02-12T00:02:31.749Z[ recovery-image] Feb 12 00:02:31.472 INFO O| Feb 12 00:02:31.472 INFO STEP 855 (remove_files) COMPLETE
76032026-02-12T00:02:31.750Z[ recovery-image] Feb 12 00:02:31.472 INFO O| Feb 12 00:02:31.472 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.488 INFO O| Feb 12 00:02:31.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76052026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.488 INFO O| Feb 12 00:02:31.488 INFO STEP 856 (remove_files) COMPLETE
76062026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.488 INFO O| Feb 12 00:02:31.488 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.504 INFO O| Feb 12 00:02:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76082026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.504 INFO O| Feb 12 00:02:31.504 INFO STEP 857 (remove_files) COMPLETE
76092026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.504 INFO O| Feb 12 00:02:31.504 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.518 INFO O| Feb 12 00:02:31.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76112026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.519 INFO O| Feb 12 00:02:31.519 INFO STEP 858 (remove_files) COMPLETE
76122026-02-12T00:02:31.774Z[ recovery-image] Feb 12 00:02:31.519 INFO O| Feb 12 00:02:31.519 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-12T00:02:31.798Z[ recovery-image] Feb 12 00:02:31.541 INFO O| Feb 12 00:02:31.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76142026-02-12T00:02:31.798Z[ recovery-image] Feb 12 00:02:31.541 INFO O| Feb 12 00:02:31.541 INFO STEP 859 (remove_files) COMPLETE
76152026-02-12T00:02:31.798Z[ recovery-image] Feb 12 00:02:31.541 INFO O| Feb 12 00:02:31.541 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-12T00:02:31.822Z[ recovery-image] Feb 12 00:02:31.559 INFO O| Feb 12 00:02:31.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76172026-02-12T00:02:31.822Z[ recovery-image] Feb 12 00:02:31.559 INFO O| Feb 12 00:02:31.559 INFO STEP 860 (remove_files) COMPLETE
76182026-02-12T00:02:31.822Z[ recovery-image] Feb 12 00:02:31.559 INFO O| Feb 12 00:02:31.559 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-12T00:02:31.846Z[ recovery-image] Feb 12 00:02:31.576 INFO O| Feb 12 00:02:31.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
76202026-02-12T00:02:31.846Z[ recovery-image] Feb 12 00:02:31.577 INFO O| Feb 12 00:02:31.576 INFO STEP 861 (remove_files) COMPLETE
76212026-02-12T00:02:31.846Z[ recovery-image] Feb 12 00:02:31.577 INFO O| Feb 12 00:02:31.576 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-12T00:02:31.846Z[ recovery-image] Feb 12 00:02:31.595 INFO O| Feb 12 00:02:31.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
76232026-02-12T00:02:31.846Z[ recovery-image] Feb 12 00:02:31.595 INFO O| Feb 12 00:02:31.595 INFO STEP 862 (remove_files) COMPLETE
76242026-02-12T00:02:31.846Z[ recovery-image] Feb 12 00:02:31.595 INFO O| Feb 12 00:02:31.595 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-12T00:02:31.870Z[ recovery-image] Feb 12 00:02:31.611 INFO O| Feb 12 00:02:31.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
76262026-02-12T00:02:31.870Z[ recovery-image] Feb 12 00:02:31.611 INFO O| Feb 12 00:02:31.611 INFO STEP 863 (remove_files) COMPLETE
76272026-02-12T00:02:31.870Z[ recovery-image] Feb 12 00:02:31.611 INFO O| Feb 12 00:02:31.611 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-12T00:02:31.894Z[ recovery-image] Feb 12 00:02:31.625 INFO O| Feb 12 00:02:31.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
76292026-02-12T00:02:31.894Z[ recovery-image] Feb 12 00:02:31.625 INFO O| Feb 12 00:02:31.625 INFO STEP 864 (remove_files) COMPLETE
76302026-02-12T00:02:31.894Z[ recovery-image] Feb 12 00:02:31.625 INFO O| Feb 12 00:02:31.625 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-12T00:02:31.919Z[ recovery-image] Feb 12 00:02:31.647 INFO O| Feb 12 00:02:31.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
76322026-02-12T00:02:31.919Z[ recovery-image] Feb 12 00:02:31.648 INFO O| Feb 12 00:02:31.648 INFO STEP 865 (remove_files) COMPLETE
76332026-02-12T00:02:31.920Z[ recovery-image] Feb 12 00:02:31.648 INFO O| Feb 12 00:02:31.648 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-12T00:02:31.920Z[ recovery-image] Feb 12 00:02:31.666 INFO O| Feb 12 00:02:31.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
76352026-02-12T00:02:31.920Z[ recovery-image] Feb 12 00:02:31.666 INFO O| Feb 12 00:02:31.666 INFO STEP 866 (remove_files) COMPLETE
76362026-02-12T00:02:31.920Z[ recovery-image] Feb 12 00:02:31.666 INFO O| Feb 12 00:02:31.666 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-12T00:02:31.944Z[ recovery-image] Feb 12 00:02:31.691 INFO O| Feb 12 00:02:31.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
76382026-02-12T00:02:31.944Z[ recovery-image] Feb 12 00:02:31.691 INFO O| Feb 12 00:02:31.691 INFO STEP 867 (remove_files) COMPLETE
76392026-02-12T00:02:31.944Z[ recovery-image] Feb 12 00:02:31.691 INFO O| Feb 12 00:02:31.691 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-12T00:02:31.968Z[ recovery-image] Feb 12 00:02:31.709 INFO O| Feb 12 00:02:31.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
76412026-02-12T00:02:31.968Z[ recovery-image] Feb 12 00:02:31.709 INFO O| Feb 12 00:02:31.709 INFO STEP 868 (remove_files) COMPLETE
76422026-02-12T00:02:31.968Z[ recovery-image] Feb 12 00:02:31.709 INFO O| Feb 12 00:02:31.709 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-12T00:02:31.992Z[ recovery-image] Feb 12 00:02:31.729 INFO O| Feb 12 00:02:31.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
76442026-02-12T00:02:31.992Z[ recovery-image] Feb 12 00:02:31.729 INFO O| Feb 12 00:02:31.729 INFO STEP 869 (remove_files) COMPLETE
76452026-02-12T00:02:31.992Z[ recovery-image] Feb 12 00:02:31.729 INFO O| Feb 12 00:02:31.729 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-12T00:02:32.016Z[ recovery-image] Feb 12 00:02:31.748 INFO O| Feb 12 00:02:31.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
76472026-02-12T00:02:32.016Z[ recovery-image] Feb 12 00:02:31.748 INFO O| Feb 12 00:02:31.748 INFO STEP 870 (remove_files) COMPLETE
76482026-02-12T00:02:32.016Z[ recovery-image] Feb 12 00:02:31.748 INFO O| Feb 12 00:02:31.748 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-12T00:02:32.016Z[ recovery-image] Feb 12 00:02:31.764 INFO O| Feb 12 00:02:31.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
76502026-02-12T00:02:32.016Z[ recovery-image] Feb 12 00:02:31.764 INFO O| Feb 12 00:02:31.764 INFO STEP 871 (remove_files) COMPLETE
76512026-02-12T00:02:32.016Z[ recovery-image] Feb 12 00:02:31.764 INFO O| Feb 12 00:02:31.764 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-12T00:02:32.041Z[ recovery-image] Feb 12 00:02:31.780 INFO O| Feb 12 00:02:31.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
76532026-02-12T00:02:32.041Z[ recovery-image] Feb 12 00:02:31.780 INFO O| Feb 12 00:02:31.780 INFO STEP 872 (remove_files) COMPLETE
76542026-02-12T00:02:32.041Z[ recovery-image] Feb 12 00:02:31.780 INFO O| Feb 12 00:02:31.780 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-12T00:02:32.065Z[ recovery-image] Feb 12 00:02:31.794 INFO O| Feb 12 00:02:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
76562026-02-12T00:02:32.065Z[ recovery-image] Feb 12 00:02:31.794 INFO O| Feb 12 00:02:31.794 INFO STEP 873 (remove_files) COMPLETE
76572026-02-12T00:02:32.065Z[ recovery-image] Feb 12 00:02:31.794 INFO O| Feb 12 00:02:31.794 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-12T00:02:32.065Z[ recovery-image] Feb 12 00:02:31.811 INFO O| Feb 12 00:02:31.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
76592026-02-12T00:02:32.065Z[ recovery-image] Feb 12 00:02:31.812 INFO O| Feb 12 00:02:31.812 INFO STEP 874 (remove_files) COMPLETE
76602026-02-12T00:02:32.065Z[ recovery-image] Feb 12 00:02:31.812 INFO O| Feb 12 00:02:31.812 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-12T00:02:32.090Z[ recovery-image] Feb 12 00:02:31.830 INFO O| Feb 12 00:02:31.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
76622026-02-12T00:02:32.090Z[ recovery-image] Feb 12 00:02:31.830 INFO O| Feb 12 00:02:31.830 INFO STEP 875 (remove_files) COMPLETE
76632026-02-12T00:02:32.090Z[ recovery-image] Feb 12 00:02:31.830 INFO O| Feb 12 00:02:31.830 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-12T00:02:32.114Z[ recovery-image] Feb 12 00:02:31.847 INFO O| Feb 12 00:02:31.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
76652026-02-12T00:02:32.114Z[ recovery-image] Feb 12 00:02:31.847 INFO O| Feb 12 00:02:31.847 INFO STEP 876 (remove_files) COMPLETE
76662026-02-12T00:02:32.114Z[ recovery-image] Feb 12 00:02:31.847 INFO O| Feb 12 00:02:31.847 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-12T00:02:32.114Z[ recovery-image] Feb 12 00:02:31.863 INFO O| Feb 12 00:02:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
76682026-02-12T00:02:32.114Z[ recovery-image] Feb 12 00:02:31.863 INFO O| Feb 12 00:02:31.863 INFO STEP 877 (remove_files) COMPLETE
76692026-02-12T00:02:32.114Z[ recovery-image] Feb 12 00:02:31.863 INFO O| Feb 12 00:02:31.863 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-12T00:02:32.138Z[ recovery-image] Feb 12 00:02:31.880 INFO O| Feb 12 00:02:31.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
76712026-02-12T00:02:32.138Z[ recovery-image] Feb 12 00:02:31.880 INFO O| Feb 12 00:02:31.880 INFO STEP 878 (remove_files) COMPLETE
76722026-02-12T00:02:32.138Z[ recovery-image] Feb 12 00:02:31.880 INFO O| Feb 12 00:02:31.880 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-12T00:02:32.163Z[ recovery-image] Feb 12 00:02:31.896 INFO O| Feb 12 00:02:31.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
76742026-02-12T00:02:32.164Z[ recovery-image] Feb 12 00:02:31.896 INFO O| Feb 12 00:02:31.896 INFO STEP 879 (remove_files) COMPLETE
76752026-02-12T00:02:32.164Z[ recovery-image] Feb 12 00:02:31.896 INFO O| Feb 12 00:02:31.896 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-12T00:02:32.164Z[ recovery-image] Feb 12 00:02:31.911 INFO O| Feb 12 00:02:31.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
76772026-02-12T00:02:32.164Z[ recovery-image] Feb 12 00:02:31.911 INFO O| Feb 12 00:02:31.911 INFO STEP 880 (remove_files) COMPLETE
76782026-02-12T00:02:32.164Z[ recovery-image] Feb 12 00:02:31.911 INFO O| Feb 12 00:02:31.911 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-12T00:02:32.188Z[ recovery-image] Feb 12 00:02:31.930 INFO O| Feb 12 00:02:31.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
76802026-02-12T00:02:32.188Z[ recovery-image] Feb 12 00:02:31.931 INFO O| Feb 12 00:02:31.930 INFO STEP 881 (remove_files) COMPLETE
76812026-02-12T00:02:32.189Z[ recovery-image] Feb 12 00:02:31.931 INFO O| Feb 12 00:02:31.930 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-12T00:02:32.213Z[ recovery-image] Feb 12 00:02:31.948 INFO O| Feb 12 00:02:31.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
76832026-02-12T00:02:32.213Z[ recovery-image] Feb 12 00:02:31.948 INFO O| Feb 12 00:02:31.948 INFO STEP 882 (remove_files) COMPLETE
76842026-02-12T00:02:32.213Z[ recovery-image] Feb 12 00:02:31.948 INFO O| Feb 12 00:02:31.948 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-12T00:02:32.237Z[ recovery-image] Feb 12 00:02:31.970 INFO O| Feb 12 00:02:31.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
76862026-02-12T00:02:32.237Z[ recovery-image] Feb 12 00:02:31.970 INFO O| Feb 12 00:02:31.970 INFO STEP 883 (remove_files) COMPLETE
76872026-02-12T00:02:32.237Z[ recovery-image] Feb 12 00:02:31.970 INFO O| Feb 12 00:02:31.970 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-12T00:02:32.237Z[ recovery-image] Feb 12 00:02:31.988 INFO O| Feb 12 00:02:31.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
76892026-02-12T00:02:32.237Z[ recovery-image] Feb 12 00:02:31.988 INFO O| Feb 12 00:02:31.988 INFO STEP 884 (remove_files) COMPLETE
76902026-02-12T00:02:32.237Z[ recovery-image] Feb 12 00:02:31.988 INFO O| Feb 12 00:02:31.988 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-12T00:02:32.261Z[ recovery-image] Feb 12 00:02:32.005 INFO O| Feb 12 00:02:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
76922026-02-12T00:02:32.261Z[ recovery-image] Feb 12 00:02:32.005 INFO O| Feb 12 00:02:32.005 INFO STEP 885 (remove_files) COMPLETE
76932026-02-12T00:02:32.261Z[ recovery-image] Feb 12 00:02:32.005 INFO O| Feb 12 00:02:32.005 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-12T00:02:32.287Z[ recovery-image] Feb 12 00:02:32.025 INFO O| Feb 12 00:02:32.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
76952026-02-12T00:02:32.287Z[ recovery-image] Feb 12 00:02:32.026 INFO O| Feb 12 00:02:32.025 INFO STEP 886 (remove_files) COMPLETE
76962026-02-12T00:02:32.287Z[ recovery-image] Feb 12 00:02:32.026 INFO O| Feb 12 00:02:32.026 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-12T00:02:32.311Z[ recovery-image] Feb 12 00:02:32.043 INFO O| Feb 12 00:02:32.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
76982026-02-12T00:02:32.311Z[ recovery-image] Feb 12 00:02:32.044 INFO O| Feb 12 00:02:32.043 INFO STEP 887 (remove_files) COMPLETE
76992026-02-12T00:02:32.311Z[ recovery-image] Feb 12 00:02:32.044 INFO O| Feb 12 00:02:32.044 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-12T00:02:32.311Z[ recovery-image] Feb 12 00:02:32.059 INFO O| Feb 12 00:02:32.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77012026-02-12T00:02:32.311Z[ recovery-image] Feb 12 00:02:32.059 INFO O| Feb 12 00:02:32.059 INFO STEP 888 (remove_files) COMPLETE
77022026-02-12T00:02:32.311Z[ recovery-image] Feb 12 00:02:32.059 INFO O| Feb 12 00:02:32.059 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-12T00:02:32.335Z[ recovery-image] Feb 12 00:02:32.074 INFO O| Feb 12 00:02:32.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77042026-02-12T00:02:32.335Z[ recovery-image] Feb 12 00:02:32.074 INFO O| Feb 12 00:02:32.074 INFO STEP 889 (remove_files) COMPLETE
77052026-02-12T00:02:32.335Z[ recovery-image] Feb 12 00:02:32.074 INFO O| Feb 12 00:02:32.074 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-12T00:02:32.359Z[ recovery-image] Feb 12 00:02:32.091 INFO O| Feb 12 00:02:32.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77072026-02-12T00:02:32.359Z[ recovery-image] Feb 12 00:02:32.091 INFO O| Feb 12 00:02:32.091 INFO STEP 890 (remove_files) COMPLETE
77082026-02-12T00:02:32.359Z[ recovery-image] Feb 12 00:02:32.091 INFO O| Feb 12 00:02:32.091 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-12T00:02:32.359Z[ recovery-image] Feb 12 00:02:32.106 INFO O| Feb 12 00:02:32.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77102026-02-12T00:02:32.359Z[ recovery-image] Feb 12 00:02:32.106 INFO O| Feb 12 00:02:32.106 INFO STEP 891 (remove_files) COMPLETE
77112026-02-12T00:02:32.359Z[ recovery-image] Feb 12 00:02:32.106 INFO O| Feb 12 00:02:32.106 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-12T00:02:32.384Z[ recovery-image] Feb 12 00:02:32.118 INFO O| Feb 12 00:02:32.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77132026-02-12T00:02:32.384Z[ recovery-image] Feb 12 00:02:32.118 INFO O| Feb 12 00:02:32.118 INFO STEP 892 (remove_files) COMPLETE
77142026-02-12T00:02:32.384Z[ recovery-image] Feb 12 00:02:32.118 INFO O| Feb 12 00:02:32.118 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-12T00:02:32.384Z[ recovery-image] Feb 12 00:02:32.131 INFO O| Feb 12 00:02:32.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77162026-02-12T00:02:32.384Z[ recovery-image] Feb 12 00:02:32.131 INFO O| Feb 12 00:02:32.131 INFO STEP 893 (remove_files) COMPLETE
77172026-02-12T00:02:32.384Z[ recovery-image] Feb 12 00:02:32.131 INFO O| Feb 12 00:02:32.131 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-12T00:02:32.409Z[ recovery-image] Feb 12 00:02:32.147 INFO O| Feb 12 00:02:32.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
77192026-02-12T00:02:32.409Z[ recovery-image] Feb 12 00:02:32.147 INFO O| Feb 12 00:02:32.147 INFO STEP 894 (remove_files) COMPLETE
77202026-02-12T00:02:32.409Z[ recovery-image] Feb 12 00:02:32.147 INFO O| Feb 12 00:02:32.147 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-12T00:02:32.433Z[ recovery-image] Feb 12 00:02:32.167 INFO O| Feb 12 00:02:32.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
77222026-02-12T00:02:32.433Z[ recovery-image] Feb 12 00:02:32.167 INFO O| Feb 12 00:02:32.167 INFO STEP 895 (remove_files) COMPLETE
77232026-02-12T00:02:32.433Z[ recovery-image] Feb 12 00:02:32.167 INFO O| Feb 12 00:02:32.167 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-12T00:02:32.457Z[ recovery-image] Feb 12 00:02:32.188 INFO O| Feb 12 00:02:32.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
77252026-02-12T00:02:32.457Z[ recovery-image] Feb 12 00:02:32.188 INFO O| Feb 12 00:02:32.188 INFO STEP 896 (remove_files) COMPLETE
77262026-02-12T00:02:32.457Z[ recovery-image] Feb 12 00:02:32.188 INFO O| Feb 12 00:02:32.188 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-12T00:02:32.457Z[ recovery-image] Feb 12 00:02:32.207 INFO O| Feb 12 00:02:32.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
77282026-02-12T00:02:32.457Z[ recovery-image] Feb 12 00:02:32.208 INFO O| Feb 12 00:02:32.208 INFO STEP 897 (remove_files) COMPLETE
77292026-02-12T00:02:32.457Z[ recovery-image] Feb 12 00:02:32.208 INFO O| Feb 12 00:02:32.208 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-12T00:02:32.482Z[ recovery-image] Feb 12 00:02:32.226 INFO O| Feb 12 00:02:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
77312026-02-12T00:02:32.482Z[ recovery-image] Feb 12 00:02:32.226 INFO O| Feb 12 00:02:32.226 INFO STEP 898 (remove_files) COMPLETE
77322026-02-12T00:02:32.482Z[ recovery-image] Feb 12 00:02:32.226 INFO O| Feb 12 00:02:32.226 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-12T00:02:32.506Z[ recovery-image] Feb 12 00:02:32.242 INFO O| Feb 12 00:02:32.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
77342026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.242 INFO O| Feb 12 00:02:32.242 INFO STEP 899 (remove_files) COMPLETE
77352026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.242 INFO O| Feb 12 00:02:32.242 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.258 INFO O| Feb 12 00:02:32.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
77372026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.258 INFO O| Feb 12 00:02:32.258 INFO STEP 900 (remove_files) COMPLETE
77382026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.258 INFO O| Feb 12 00:02:32.258 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.274 INFO O| Feb 12 00:02:32.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
77402026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.274 INFO O| Feb 12 00:02:32.274 INFO STEP 901 (remove_files) COMPLETE
77412026-02-12T00:02:32.531Z[ recovery-image] Feb 12 00:02:32.274 INFO O| Feb 12 00:02:32.274 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-12T00:02:32.555Z[ recovery-image] Feb 12 00:02:32.289 INFO O| Feb 12 00:02:32.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
77432026-02-12T00:02:32.555Z[ recovery-image] Feb 12 00:02:32.289 INFO O| Feb 12 00:02:32.289 INFO STEP 902 (remove_files) COMPLETE
77442026-02-12T00:02:32.555Z[ recovery-image] Feb 12 00:02:32.289 INFO O| Feb 12 00:02:32.289 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-12T00:02:32.555Z[ recovery-image] Feb 12 00:02:32.303 INFO O| Feb 12 00:02:32.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
77462026-02-12T00:02:32.555Z[ recovery-image] Feb 12 00:02:32.303 INFO O| Feb 12 00:02:32.303 INFO STEP 903 (remove_files) COMPLETE
77472026-02-12T00:02:32.555Z[ recovery-image] Feb 12 00:02:32.303 INFO O| Feb 12 00:02:32.303 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-12T00:02:32.579Z[ recovery-image] Feb 12 00:02:32.321 INFO O| Feb 12 00:02:32.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
77492026-02-12T00:02:32.579Z[ recovery-image] Feb 12 00:02:32.321 INFO O| Feb 12 00:02:32.321 INFO STEP 904 (remove_files) COMPLETE
77502026-02-12T00:02:32.579Z[ recovery-image] Feb 12 00:02:32.321 INFO O| Feb 12 00:02:32.321 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-12T00:02:32.603Z[ recovery-image] Feb 12 00:02:32.342 INFO O| Feb 12 00:02:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
77522026-02-12T00:02:32.603Z[ recovery-image] Feb 12 00:02:32.342 INFO O| Feb 12 00:02:32.342 INFO STEP 905 (remove_files) COMPLETE
77532026-02-12T00:02:32.603Z[ recovery-image] Feb 12 00:02:32.342 INFO O| Feb 12 00:02:32.342 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-12T00:02:32.627Z[ recovery-image] Feb 12 00:02:32.358 INFO O| Feb 12 00:02:32.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
77552026-02-12T00:02:32.627Z[ recovery-image] Feb 12 00:02:32.358 INFO O| Feb 12 00:02:32.358 INFO STEP 906 (remove_files) COMPLETE
77562026-02-12T00:02:32.627Z[ recovery-image] Feb 12 00:02:32.358 INFO O| Feb 12 00:02:32.358 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-12T00:02:32.628Z[ recovery-image] Feb 12 00:02:32.375 INFO O| Feb 12 00:02:32.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
77582026-02-12T00:02:32.628Z[ recovery-image] Feb 12 00:02:32.376 INFO O| Feb 12 00:02:32.376 INFO STEP 907 (remove_files) COMPLETE
77592026-02-12T00:02:32.628Z[ recovery-image] Feb 12 00:02:32.376 INFO O| Feb 12 00:02:32.376 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-12T00:02:32.655Z[ recovery-image] Feb 12 00:02:32.391 INFO O| Feb 12 00:02:32.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
77612026-02-12T00:02:32.655Z[ recovery-image] Feb 12 00:02:32.391 INFO O| Feb 12 00:02:32.391 INFO STEP 908 (remove_files) COMPLETE
77622026-02-12T00:02:32.655Z[ recovery-image] Feb 12 00:02:32.391 INFO O| Feb 12 00:02:32.391 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-12T00:02:32.679Z[ recovery-image] Feb 12 00:02:32.408 INFO O| Feb 12 00:02:32.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
77642026-02-12T00:02:32.679Z[ recovery-image] Feb 12 00:02:32.408 INFO O| Feb 12 00:02:32.408 INFO STEP 909 (remove_files) COMPLETE
77652026-02-12T00:02:32.679Z[ recovery-image] Feb 12 00:02:32.408 INFO O| Feb 12 00:02:32.408 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-12T00:02:32.679Z[ recovery-image] Feb 12 00:02:32.424 INFO O| Feb 12 00:02:32.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
77672026-02-12T00:02:32.679Z[ recovery-image] Feb 12 00:02:32.424 INFO O| Feb 12 00:02:32.424 INFO STEP 910 (remove_files) COMPLETE
77682026-02-12T00:02:32.679Z[ recovery-image] Feb 12 00:02:32.424 INFO O| Feb 12 00:02:32.424 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-12T00:02:32.703Z[ recovery-image] Feb 12 00:02:32.441 INFO O| Feb 12 00:02:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
77702026-02-12T00:02:32.703Z[ recovery-image] Feb 12 00:02:32.441 INFO O| Feb 12 00:02:32.441 INFO STEP 911 (remove_files) COMPLETE
77712026-02-12T00:02:32.703Z[ recovery-image] Feb 12 00:02:32.441 INFO O| Feb 12 00:02:32.441 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-12T00:02:32.728Z[ recovery-image] Feb 12 00:02:32.456 INFO O| Feb 12 00:02:32.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
77732026-02-12T00:02:32.728Z[ recovery-image] Feb 12 00:02:32.456 INFO O| Feb 12 00:02:32.456 INFO STEP 912 (remove_files) COMPLETE
77742026-02-12T00:02:32.728Z[ recovery-image] Feb 12 00:02:32.456 INFO O| Feb 12 00:02:32.456 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-12T00:02:32.728Z[ recovery-image] Feb 12 00:02:32.475 INFO O| Feb 12 00:02:32.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
77762026-02-12T00:02:32.728Z[ recovery-image] Feb 12 00:02:32.475 INFO O| Feb 12 00:02:32.475 INFO STEP 913 (remove_files) COMPLETE
77772026-02-12T00:02:32.728Z[ recovery-image] Feb 12 00:02:32.475 INFO O| Feb 12 00:02:32.475 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-12T00:02:32.753Z[ recovery-image] Feb 12 00:02:32.491 INFO O| Feb 12 00:02:32.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
77792026-02-12T00:02:32.753Z[ recovery-image] Feb 12 00:02:32.491 INFO O| Feb 12 00:02:32.491 INFO STEP 914 (remove_files) COMPLETE
77802026-02-12T00:02:32.753Z[ recovery-image] Feb 12 00:02:32.492 INFO O| Feb 12 00:02:32.491 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-12T00:02:32.777Z[ recovery-image] Feb 12 00:02:32.506 INFO O| Feb 12 00:02:32.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
77822026-02-12T00:02:32.777Z[ recovery-image] Feb 12 00:02:32.506 INFO O| Feb 12 00:02:32.506 INFO STEP 915 (remove_files) COMPLETE
77832026-02-12T00:02:32.777Z[ recovery-image] Feb 12 00:02:32.506 INFO O| Feb 12 00:02:32.506 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-12T00:02:32.777Z[ recovery-image] Feb 12 00:02:32.519 INFO O| Feb 12 00:02:32.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
77852026-02-12T00:02:32.777Z[ recovery-image] Feb 12 00:02:32.519 INFO O| Feb 12 00:02:32.519 INFO STEP 916 (remove_files) COMPLETE
77862026-02-12T00:02:32.777Z[ recovery-image] Feb 12 00:02:32.519 INFO O| Feb 12 00:02:32.519 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-12T00:02:32.801Z[ recovery-image] Feb 12 00:02:32.533 INFO O| Feb 12 00:02:32.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
77882026-02-12T00:02:32.801Z[ recovery-image] Feb 12 00:02:32.533 INFO O| Feb 12 00:02:32.533 INFO STEP 917 (remove_files) COMPLETE
77892026-02-12T00:02:32.801Z[ recovery-image] Feb 12 00:02:32.533 INFO O| Feb 12 00:02:32.533 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-12T00:02:32.801Z[ recovery-image] Feb 12 00:02:32.546 INFO O| Feb 12 00:02:32.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
77912026-02-12T00:02:32.801Z[ recovery-image] Feb 12 00:02:32.547 INFO O| Feb 12 00:02:32.546 INFO STEP 918 (remove_files) COMPLETE
77922026-02-12T00:02:32.801Z[ recovery-image] Feb 12 00:02:32.547 INFO O| Feb 12 00:02:32.546 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-12T00:02:32.825Z[ recovery-image] Feb 12 00:02:32.559 INFO O| Feb 12 00:02:32.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
77942026-02-12T00:02:32.825Z[ recovery-image] Feb 12 00:02:32.559 INFO O| Feb 12 00:02:32.559 INFO STEP 919 (remove_files) COMPLETE
77952026-02-12T00:02:32.825Z[ recovery-image] Feb 12 00:02:32.559 INFO O| Feb 12 00:02:32.559 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-12T00:02:32.825Z[ recovery-image] Feb 12 00:02:32.577 INFO O| Feb 12 00:02:32.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
77972026-02-12T00:02:32.825Z[ recovery-image] Feb 12 00:02:32.577 INFO O| Feb 12 00:02:32.577 INFO STEP 920 (remove_files) COMPLETE
77982026-02-12T00:02:32.849Z[ recovery-image] Feb 12 00:02:32.577 INFO O| Feb 12 00:02:32.577 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-12T00:02:32.849Z[ recovery-image] Feb 12 00:02:32.594 INFO O| Feb 12 00:02:32.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78002026-02-12T00:02:32.849Z[ recovery-image] Feb 12 00:02:32.595 INFO O| Feb 12 00:02:32.595 INFO STEP 921 (remove_files) COMPLETE
78012026-02-12T00:02:32.849Z[ recovery-image] Feb 12 00:02:32.595 INFO O| Feb 12 00:02:32.595 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-12T00:02:32.873Z[ recovery-image] Feb 12 00:02:32.608 INFO O| Feb 12 00:02:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78032026-02-12T00:02:32.873Z[ recovery-image] Feb 12 00:02:32.608 INFO O| Feb 12 00:02:32.608 INFO STEP 922 (remove_files) COMPLETE
78042026-02-12T00:02:32.873Z[ recovery-image] Feb 12 00:02:32.608 INFO O| Feb 12 00:02:32.608 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-12T00:02:32.873Z[ recovery-image] Feb 12 00:02:32.621 INFO O| Feb 12 00:02:32.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78062026-02-12T00:02:32.874Z[ recovery-image] Feb 12 00:02:32.621 INFO O| Feb 12 00:02:32.621 INFO STEP 923 (remove_files) COMPLETE
78072026-02-12T00:02:32.874Z[ recovery-image] Feb 12 00:02:32.621 INFO O| Feb 12 00:02:32.621 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-12T00:02:32.898Z[ recovery-image] Feb 12 00:02:32.634 INFO O| Feb 12 00:02:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78092026-02-12T00:02:32.898Z[ recovery-image] Feb 12 00:02:32.634 INFO O| Feb 12 00:02:32.634 INFO STEP 924 (remove_files) COMPLETE
78102026-02-12T00:02:32.898Z[ recovery-image] Feb 12 00:02:32.634 INFO O| Feb 12 00:02:32.634 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-12T00:02:32.898Z[ recovery-image] Feb 12 00:02:32.648 INFO O| Feb 12 00:02:32.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78122026-02-12T00:02:32.898Z[ recovery-image] Feb 12 00:02:32.648 INFO O| Feb 12 00:02:32.648 INFO STEP 925 (remove_files) COMPLETE
78132026-02-12T00:02:32.898Z[ recovery-image] Feb 12 00:02:32.648 INFO O| Feb 12 00:02:32.648 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-12T00:02:32.922Z[ recovery-image] Feb 12 00:02:32.674 INFO O| Feb 12 00:02:32.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78152026-02-12T00:02:32.922Z[ recovery-image] Feb 12 00:02:32.674 INFO O| Feb 12 00:02:32.674 INFO STEP 926 (remove_files) COMPLETE
78162026-02-12T00:02:32.946Z[ recovery-image] Feb 12 00:02:32.674 INFO O| Feb 12 00:02:32.674 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-12T00:02:32.946Z[ recovery-image] Feb 12 00:02:32.690 INFO O| Feb 12 00:02:32.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
78182026-02-12T00:02:32.946Z[ recovery-image] Feb 12 00:02:32.690 INFO O| Feb 12 00:02:32.690 INFO STEP 927 (remove_files) COMPLETE
78192026-02-12T00:02:32.946Z[ recovery-image] Feb 12 00:02:32.690 INFO O| Feb 12 00:02:32.690 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-12T00:02:32.970Z[ recovery-image] Feb 12 00:02:32.707 INFO O| Feb 12 00:02:32.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
78212026-02-12T00:02:32.971Z[ recovery-image] Feb 12 00:02:32.707 INFO O| Feb 12 00:02:32.707 INFO STEP 928 (remove_files) COMPLETE
78222026-02-12T00:02:32.971Z[ recovery-image] Feb 12 00:02:32.707 INFO O| Feb 12 00:02:32.707 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-12T00:02:32.971Z[ recovery-image] Feb 12 00:02:32.721 INFO O| Feb 12 00:02:32.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
78242026-02-12T00:02:32.971Z[ recovery-image] Feb 12 00:02:32.721 INFO O| Feb 12 00:02:32.721 INFO STEP 929 (remove_files) COMPLETE
78252026-02-12T00:02:32.971Z[ recovery-image] Feb 12 00:02:32.721 INFO O| Feb 12 00:02:32.721 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-12T00:02:32.995Z[ recovery-image] Feb 12 00:02:32.737 INFO O| Feb 12 00:02:32.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
78272026-02-12T00:02:32.995Z[ recovery-image] Feb 12 00:02:32.738 INFO O| Feb 12 00:02:32.737 INFO STEP 930 (remove_files) COMPLETE
78282026-02-12T00:02:32.995Z[ recovery-image] Feb 12 00:02:32.738 INFO O| Feb 12 00:02:32.738 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-12T00:02:33.019Z[ recovery-image] Feb 12 00:02:32.752 INFO O| Feb 12 00:02:32.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
78302026-02-12T00:02:33.019Z[ recovery-image] Feb 12 00:02:32.753 INFO O| Feb 12 00:02:32.753 INFO STEP 931 (remove_files) COMPLETE
78312026-02-12T00:02:33.019Z[ recovery-image] Feb 12 00:02:32.753 INFO O| Feb 12 00:02:32.753 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-12T00:02:33.019Z[ recovery-image] Feb 12 00:02:32.765 INFO O| Feb 12 00:02:32.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
78332026-02-12T00:02:33.020Z[ recovery-image] Feb 12 00:02:32.766 INFO O| Feb 12 00:02:32.765 INFO STEP 932 (remove_files) COMPLETE
78342026-02-12T00:02:33.020Z[ recovery-image] Feb 12 00:02:32.766 INFO O| Feb 12 00:02:32.766 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-12T00:02:33.044Z[ recovery-image] Feb 12 00:02:32.782 INFO O| Feb 12 00:02:32.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
78362026-02-12T00:02:33.044Z[ recovery-image] Feb 12 00:02:32.782 INFO O| Feb 12 00:02:32.782 INFO STEP 933 (remove_files) COMPLETE
78372026-02-12T00:02:33.044Z[ recovery-image] Feb 12 00:02:32.782 INFO O| Feb 12 00:02:32.782 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-12T00:02:33.068Z[ recovery-image] Feb 12 00:02:32.797 INFO O| Feb 12 00:02:32.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
78392026-02-12T00:02:33.068Z[ recovery-image] Feb 12 00:02:32.797 INFO O| Feb 12 00:02:32.797 INFO STEP 934 (remove_files) COMPLETE
78402026-02-12T00:02:33.068Z[ recovery-image] Feb 12 00:02:32.797 INFO O| Feb 12 00:02:32.797 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-12T00:02:33.068Z[ recovery-image] Feb 12 00:02:32.811 INFO O| Feb 12 00:02:32.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
78422026-02-12T00:02:33.068Z[ recovery-image] Feb 12 00:02:32.811 INFO O| Feb 12 00:02:32.811 INFO STEP 935 (remove_files) COMPLETE
78432026-02-12T00:02:33.068Z[ recovery-image] Feb 12 00:02:32.811 INFO O| Feb 12 00:02:32.811 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-12T00:02:33.092Z[ recovery-image] Feb 12 00:02:32.824 INFO O| Feb 12 00:02:32.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
78452026-02-12T00:02:33.092Z[ recovery-image] Feb 12 00:02:32.824 INFO O| Feb 12 00:02:32.824 INFO STEP 936 (remove_files) COMPLETE
78462026-02-12T00:02:33.092Z[ recovery-image] Feb 12 00:02:32.824 INFO O| Feb 12 00:02:32.824 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-12T00:02:33.092Z[ recovery-image] Feb 12 00:02:32.841 INFO O| Feb 12 00:02:32.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
78482026-02-12T00:02:33.092Z[ recovery-image] Feb 12 00:02:32.841 INFO O| Feb 12 00:02:32.841 INFO STEP 937 (remove_files) COMPLETE
78492026-02-12T00:02:33.092Z[ recovery-image] Feb 12 00:02:32.841 INFO O| Feb 12 00:02:32.841 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-12T00:02:33.116Z[ recovery-image] Feb 12 00:02:32.856 INFO O| Feb 12 00:02:32.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
78512026-02-12T00:02:33.116Z[ recovery-image] Feb 12 00:02:32.856 INFO O| Feb 12 00:02:32.856 INFO STEP 938 (remove_files) COMPLETE
78522026-02-12T00:02:33.116Z[ recovery-image] Feb 12 00:02:32.856 INFO O| Feb 12 00:02:32.856 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-12T00:02:33.140Z[ recovery-image] Feb 12 00:02:32.870 INFO O| Feb 12 00:02:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
78542026-02-12T00:02:33.140Z[ recovery-image] Feb 12 00:02:32.870 INFO O| Feb 12 00:02:32.870 INFO STEP 939 (remove_files) COMPLETE
78552026-02-12T00:02:33.140Z[ recovery-image] Feb 12 00:02:32.870 INFO O| Feb 12 00:02:32.870 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-12T00:02:33.141Z[ recovery-image] Feb 12 00:02:32.889 INFO O| Feb 12 00:02:32.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
78572026-02-12T00:02:33.141Z[ recovery-image] Feb 12 00:02:32.889 INFO O| Feb 12 00:02:32.889 INFO STEP 940 (remove_files) COMPLETE
78582026-02-12T00:02:33.141Z[ recovery-image] Feb 12 00:02:32.889 INFO O| Feb 12 00:02:32.889 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-12T00:02:33.165Z[ recovery-image] Feb 12 00:02:32.907 INFO O| Feb 12 00:02:32.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
78602026-02-12T00:02:33.165Z[ recovery-image] Feb 12 00:02:32.907 INFO O| Feb 12 00:02:32.907 INFO STEP 941 (remove_files) COMPLETE
78612026-02-12T00:02:33.165Z[ recovery-image] Feb 12 00:02:32.907 INFO O| Feb 12 00:02:32.907 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-12T00:02:33.189Z[ recovery-image] Feb 12 00:02:32.922 INFO O| Feb 12 00:02:32.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
78632026-02-12T00:02:33.189Z[ recovery-image] Feb 12 00:02:32.922 INFO O| Feb 12 00:02:32.922 INFO STEP 942 (remove_files) COMPLETE
78642026-02-12T00:02:33.189Z[ recovery-image] Feb 12 00:02:32.922 INFO O| Feb 12 00:02:32.922 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-12T00:02:33.189Z[ recovery-image] Feb 12 00:02:32.937 INFO O| Feb 12 00:02:32.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
78662026-02-12T00:02:33.189Z[ recovery-image] Feb 12 00:02:32.937 INFO O| Feb 12 00:02:32.937 INFO STEP 943 (remove_files) COMPLETE
78672026-02-12T00:02:33.189Z[ recovery-image] Feb 12 00:02:32.937 INFO O| Feb 12 00:02:32.937 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-12T00:02:33.213Z[ recovery-image] Feb 12 00:02:32.951 INFO O| Feb 12 00:02:32.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
78692026-02-12T00:02:33.213Z[ recovery-image] Feb 12 00:02:32.951 INFO O| Feb 12 00:02:32.951 INFO STEP 944 (remove_files) COMPLETE
78702026-02-12T00:02:33.213Z[ recovery-image] Feb 12 00:02:32.951 INFO O| Feb 12 00:02:32.951 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-12T00:02:33.237Z[ recovery-image] Feb 12 00:02:32.970 INFO O| Feb 12 00:02:32.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
78722026-02-12T00:02:33.237Z[ recovery-image] Feb 12 00:02:32.970 INFO O| Feb 12 00:02:32.970 INFO STEP 945 (remove_files) COMPLETE
78732026-02-12T00:02:33.237Z[ recovery-image] Feb 12 00:02:32.970 INFO O| Feb 12 00:02:32.970 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-12T00:02:33.237Z[ recovery-image] Feb 12 00:02:32.987 INFO O| Feb 12 00:02:32.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
78752026-02-12T00:02:33.237Z[ recovery-image] Feb 12 00:02:32.987 INFO O| Feb 12 00:02:32.987 INFO STEP 946 (remove_files) COMPLETE
78762026-02-12T00:02:33.237Z[ recovery-image] Feb 12 00:02:32.987 INFO O| Feb 12 00:02:32.987 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-12T00:02:33.261Z[ recovery-image] Feb 12 00:02:33.002 INFO O| Feb 12 00:02:33.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
78782026-02-12T00:02:33.261Z[ recovery-image] Feb 12 00:02:33.003 INFO O| Feb 12 00:02:33.003 INFO STEP 947 (remove_files) COMPLETE
78792026-02-12T00:02:33.261Z[ recovery-image] Feb 12 00:02:33.003 INFO O| Feb 12 00:02:33.003 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-12T00:02:33.285Z[ recovery-image] Feb 12 00:02:33.021 INFO O| Feb 12 00:02:33.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
78812026-02-12T00:02:33.285Z[ recovery-image] Feb 12 00:02:33.021 INFO O| Feb 12 00:02:33.021 INFO STEP 948 (remove_files) COMPLETE
78822026-02-12T00:02:33.285Z[ recovery-image] Feb 12 00:02:33.021 INFO O| Feb 12 00:02:33.021 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-12T00:02:33.310Z[ recovery-image] Feb 12 00:02:33.040 INFO O| Feb 12 00:02:33.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
78842026-02-12T00:02:33.310Z[ recovery-image] Feb 12 00:02:33.041 INFO O| Feb 12 00:02:33.041 INFO STEP 949 (remove_files) COMPLETE
78852026-02-12T00:02:33.310Z[ recovery-image] Feb 12 00:02:33.041 INFO O| Feb 12 00:02:33.041 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-12T00:02:33.310Z[ recovery-image] Feb 12 00:02:33.059 INFO O| Feb 12 00:02:33.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
78872026-02-12T00:02:33.310Z[ recovery-image] Feb 12 00:02:33.059 INFO O| Feb 12 00:02:33.059 INFO STEP 950 (remove_files) COMPLETE
78882026-02-12T00:02:33.310Z[ recovery-image] Feb 12 00:02:33.059 INFO O| Feb 12 00:02:33.059 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-12T00:02:33.334Z[ recovery-image] Feb 12 00:02:33.076 INFO O| Feb 12 00:02:33.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
78902026-02-12T00:02:33.334Z[ recovery-image] Feb 12 00:02:33.076 INFO O| Feb 12 00:02:33.076 INFO STEP 951 (remove_files) COMPLETE
78912026-02-12T00:02:33.334Z[ recovery-image] Feb 12 00:02:33.076 INFO O| Feb 12 00:02:33.076 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-12T00:02:33.359Z[ recovery-image] Feb 12 00:02:33.092 INFO O| Feb 12 00:02:33.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
78932026-02-12T00:02:33.359Z[ recovery-image] Feb 12 00:02:33.093 INFO O| Feb 12 00:02:33.093 INFO STEP 952 (remove_files) COMPLETE
78942026-02-12T00:02:33.359Z[ recovery-image] Feb 12 00:02:33.093 INFO O| Feb 12 00:02:33.093 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-12T00:02:33.383Z[ recovery-image] Feb 12 00:02:33.111 INFO O| Feb 12 00:02:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
78962026-02-12T00:02:33.383Z[ recovery-image] Feb 12 00:02:33.111 INFO O| Feb 12 00:02:33.111 INFO STEP 953 (remove_files) COMPLETE
78972026-02-12T00:02:33.383Z[ recovery-image] Feb 12 00:02:33.111 INFO O| Feb 12 00:02:33.111 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-12T00:02:33.383Z[ recovery-image] Feb 12 00:02:33.131 INFO O| Feb 12 00:02:33.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
78992026-02-12T00:02:33.383Z[ recovery-image] Feb 12 00:02:33.131 INFO O| Feb 12 00:02:33.131 INFO STEP 954 (remove_files) COMPLETE
79002026-02-12T00:02:33.384Z[ recovery-image] Feb 12 00:02:33.131 INFO O| Feb 12 00:02:33.131 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-12T00:02:33.409Z[ recovery-image] Feb 12 00:02:33.151 INFO O| Feb 12 00:02:33.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79022026-02-12T00:02:33.409Z[ recovery-image] Feb 12 00:02:33.151 INFO O| Feb 12 00:02:33.151 INFO STEP 955 (remove_files) COMPLETE
79032026-02-12T00:02:33.409Z[ recovery-image] Feb 12 00:02:33.151 INFO O| Feb 12 00:02:33.151 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-12T00:02:33.433Z[ recovery-image] Feb 12 00:02:33.170 INFO O| Feb 12 00:02:33.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79052026-02-12T00:02:33.433Z[ recovery-image] Feb 12 00:02:33.170 INFO O| Feb 12 00:02:33.170 INFO STEP 956 (remove_files) COMPLETE
79062026-02-12T00:02:33.433Z[ recovery-image] Feb 12 00:02:33.170 INFO O| Feb 12 00:02:33.170 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-12T00:02:33.457Z[ recovery-image] Feb 12 00:02:33.190 INFO O| Feb 12 00:02:33.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79082026-02-12T00:02:33.458Z[ recovery-image] Feb 12 00:02:33.190 INFO O| Feb 12 00:02:33.190 INFO STEP 957 (remove_files) COMPLETE
79092026-02-12T00:02:33.458Z[ recovery-image] Feb 12 00:02:33.190 INFO O| Feb 12 00:02:33.190 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-12T00:02:33.458Z[ recovery-image] Feb 12 00:02:33.207 INFO O| Feb 12 00:02:33.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79112026-02-12T00:02:33.458Z[ recovery-image] Feb 12 00:02:33.207 INFO O| Feb 12 00:02:33.207 INFO STEP 958 (remove_files) COMPLETE
79122026-02-12T00:02:33.458Z[ recovery-image] Feb 12 00:02:33.207 INFO O| Feb 12 00:02:33.207 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-12T00:02:33.482Z[ recovery-image] Feb 12 00:02:33.228 INFO O| Feb 12 00:02:33.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79142026-02-12T00:02:33.482Z[ recovery-image] Feb 12 00:02:33.228 INFO O| Feb 12 00:02:33.228 INFO STEP 959 (remove_files) COMPLETE
79152026-02-12T00:02:33.482Z[ recovery-image] Feb 12 00:02:33.228 INFO O| Feb 12 00:02:33.228 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-12T00:02:33.506Z[ recovery-image] Feb 12 00:02:33.243 INFO O| Feb 12 00:02:33.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
79172026-02-12T00:02:33.506Z[ recovery-image] Feb 12 00:02:33.243 INFO O| Feb 12 00:02:33.243 INFO STEP 960 (remove_files) COMPLETE
79182026-02-12T00:02:33.506Z[ recovery-image] Feb 12 00:02:33.243 INFO O| Feb 12 00:02:33.243 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-12T00:02:33.530Z[ recovery-image] Feb 12 00:02:33.279 INFO O| Feb 12 00:02:33.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
79202026-02-12T00:02:33.530Z[ recovery-image] Feb 12 00:02:33.279 INFO O| Feb 12 00:02:33.258 INFO STEP 961 (remove_files) COMPLETE
79212026-02-12T00:02:33.530Z[ recovery-image] Feb 12 00:02:33.279 INFO O| Feb 12 00:02:33.258 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-12T00:02:33.530Z[ recovery-image] Feb 12 00:02:33.279 INFO O| Feb 12 00:02:33.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
79232026-02-12T00:02:33.530Z[ recovery-image] Feb 12 00:02:33.279 INFO O| Feb 12 00:02:33.274 INFO STEP 962 (remove_files) COMPLETE
79242026-02-12T00:02:33.530Z[ recovery-image] Feb 12 00:02:33.279 INFO O| Feb 12 00:02:33.274 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-12T00:02:33.554Z[ recovery-image] Feb 12 00:02:33.289 INFO O| Feb 12 00:02:33.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
79262026-02-12T00:02:33.554Z[ recovery-image] Feb 12 00:02:33.289 INFO O| Feb 12 00:02:33.289 INFO STEP 963 (remove_files) COMPLETE
79272026-02-12T00:02:33.554Z[ recovery-image] Feb 12 00:02:33.289 INFO O| Feb 12 00:02:33.289 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-12T00:02:33.554Z[ recovery-image] Feb 12 00:02:33.305 INFO O| Feb 12 00:02:33.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
79292026-02-12T00:02:33.554Z[ recovery-image] Feb 12 00:02:33.305 INFO O| Feb 12 00:02:33.305 INFO STEP 964 (remove_files) COMPLETE
79302026-02-12T00:02:33.555Z[ recovery-image] Feb 12 00:02:33.305 INFO O| Feb 12 00:02:33.305 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-12T00:02:33.578Z[ recovery-image] Feb 12 00:02:33.321 INFO O| Feb 12 00:02:33.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
79322026-02-12T00:02:33.578Z[ recovery-image] Feb 12 00:02:33.321 INFO O| Feb 12 00:02:33.321 INFO STEP 965 (remove_files) COMPLETE
79332026-02-12T00:02:33.578Z[ recovery-image] Feb 12 00:02:33.321 INFO O| Feb 12 00:02:33.321 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-12T00:02:33.603Z[ recovery-image] Feb 12 00:02:33.336 INFO O| Feb 12 00:02:33.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
79352026-02-12T00:02:33.603Z[ recovery-image] Feb 12 00:02:33.336 INFO O| Feb 12 00:02:33.336 INFO STEP 966 (remove_files) COMPLETE
79362026-02-12T00:02:33.603Z[ recovery-image] Feb 12 00:02:33.336 INFO O| Feb 12 00:02:33.336 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-12T00:02:33.603Z[ recovery-image] Feb 12 00:02:33.350 INFO O| Feb 12 00:02:33.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
79382026-02-12T00:02:33.603Z[ recovery-image] Feb 12 00:02:33.350 INFO O| Feb 12 00:02:33.350 INFO STEP 967 (remove_files) COMPLETE
79392026-02-12T00:02:33.603Z[ recovery-image] Feb 12 00:02:33.350 INFO O| Feb 12 00:02:33.350 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-12T00:02:33.627Z[ recovery-image] Feb 12 00:02:33.364 INFO O| Feb 12 00:02:33.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
79412026-02-12T00:02:33.627Z[ recovery-image] Feb 12 00:02:33.364 INFO O| Feb 12 00:02:33.364 INFO STEP 968 (remove_files) COMPLETE
79422026-02-12T00:02:33.627Z[ recovery-image] Feb 12 00:02:33.364 INFO O| Feb 12 00:02:33.364 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-12T00:02:33.627Z[ recovery-image] Feb 12 00:02:33.376 INFO O| Feb 12 00:02:33.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
79442026-02-12T00:02:33.627Z[ recovery-image] Feb 12 00:02:33.376 INFO O| Feb 12 00:02:33.376 INFO STEP 969 (remove_files) COMPLETE
79452026-02-12T00:02:33.627Z[ recovery-image] Feb 12 00:02:33.376 INFO O| Feb 12 00:02:33.376 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-12T00:02:33.651Z[ recovery-image] Feb 12 00:02:33.389 INFO O| Feb 12 00:02:33.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
79472026-02-12T00:02:33.651Z[ recovery-image] Feb 12 00:02:33.389 INFO O| Feb 12 00:02:33.389 INFO STEP 970 (remove_files) COMPLETE
79482026-02-12T00:02:33.651Z[ recovery-image] Feb 12 00:02:33.389 INFO O| Feb 12 00:02:33.389 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-12T00:02:33.651Z[ recovery-image] Feb 12 00:02:33.402 INFO O| Feb 12 00:02:33.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
79502026-02-12T00:02:33.651Z[ recovery-image] Feb 12 00:02:33.403 INFO O| Feb 12 00:02:33.402 INFO STEP 971 (remove_files) COMPLETE
79512026-02-12T00:02:33.651Z[ recovery-image] Feb 12 00:02:33.403 INFO O| Feb 12 00:02:33.402 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-12T00:02:33.675Z[ recovery-image] Feb 12 00:02:33.415 INFO O| Feb 12 00:02:33.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
79532026-02-12T00:02:33.675Z[ recovery-image] Feb 12 00:02:33.415 INFO O| Feb 12 00:02:33.415 INFO STEP 972 (remove_files) COMPLETE
79542026-02-12T00:02:33.675Z[ recovery-image] Feb 12 00:02:33.415 INFO O| Feb 12 00:02:33.415 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-12T00:02:33.700Z[ recovery-image] Feb 12 00:02:33.428 INFO O| Feb 12 00:02:33.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
79562026-02-12T00:02:33.700Z[ recovery-image] Feb 12 00:02:33.429 INFO O| Feb 12 00:02:33.429 INFO STEP 973 (remove_files) COMPLETE
79572026-02-12T00:02:33.700Z[ recovery-image] Feb 12 00:02:33.429 INFO O| Feb 12 00:02:33.429 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-12T00:02:33.700Z[ recovery-image] Feb 12 00:02:33.442 INFO O| Feb 12 00:02:33.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
79592026-02-12T00:02:33.700Z[ recovery-image] Feb 12 00:02:33.442 INFO O| Feb 12 00:02:33.442 INFO STEP 974 (remove_files) COMPLETE
79602026-02-12T00:02:33.700Z[ recovery-image] Feb 12 00:02:33.442 INFO O| Feb 12 00:02:33.442 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-12T00:02:33.724Z[ recovery-image] Feb 12 00:02:33.454 INFO O| Feb 12 00:02:33.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
79622026-02-12T00:02:33.724Z[ recovery-image] Feb 12 00:02:33.455 INFO O| Feb 12 00:02:33.455 INFO STEP 975 (remove_files) COMPLETE
79632026-02-12T00:02:33.724Z[ recovery-image] Feb 12 00:02:33.455 INFO O| Feb 12 00:02:33.455 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-12T00:02:33.724Z[ recovery-image] Feb 12 00:02:33.468 INFO O| Feb 12 00:02:33.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
79652026-02-12T00:02:33.724Z[ recovery-image] Feb 12 00:02:33.468 INFO O| Feb 12 00:02:33.468 INFO STEP 976 (remove_files) COMPLETE
79662026-02-12T00:02:33.724Z[ recovery-image] Feb 12 00:02:33.468 INFO O| Feb 12 00:02:33.468 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-12T00:02:33.748Z[ recovery-image] Feb 12 00:02:33.480 INFO O| Feb 12 00:02:33.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
79682026-02-12T00:02:33.748Z[ recovery-image] Feb 12 00:02:33.481 INFO O| Feb 12 00:02:33.481 INFO STEP 977 (remove_files) COMPLETE
79692026-02-12T00:02:33.748Z[ recovery-image] Feb 12 00:02:33.481 INFO O| Feb 12 00:02:33.481 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-12T00:02:33.748Z[ recovery-image] Feb 12 00:02:33.494 INFO O| Feb 12 00:02:33.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
79712026-02-12T00:02:33.748Z[ recovery-image] Feb 12 00:02:33.494 INFO O| Feb 12 00:02:33.494 INFO STEP 978 (remove_files) COMPLETE
79722026-02-12T00:02:33.748Z[ recovery-image] Feb 12 00:02:33.494 INFO O| Feb 12 00:02:33.494 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-12T00:02:33.772Z[ recovery-image] Feb 12 00:02:33.507 INFO O| Feb 12 00:02:33.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
79742026-02-12T00:02:33.772Z[ recovery-image] Feb 12 00:02:33.508 INFO O| Feb 12 00:02:33.508 INFO STEP 979 (remove_files) COMPLETE
79752026-02-12T00:02:33.772Z[ recovery-image] Feb 12 00:02:33.508 INFO O| Feb 12 00:02:33.508 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-12T00:02:33.796Z[ recovery-image] Feb 12 00:02:33.525 INFO O| Feb 12 00:02:33.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
79772026-02-12T00:02:33.796Z[ recovery-image] Feb 12 00:02:33.525 INFO O| Feb 12 00:02:33.525 INFO STEP 980 (remove_files) COMPLETE
79782026-02-12T00:02:33.797Z[ recovery-image] Feb 12 00:02:33.525 INFO O| Feb 12 00:02:33.525 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-12T00:02:33.797Z[ recovery-image] Feb 12 00:02:33.542 INFO O| Feb 12 00:02:33.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
79802026-02-12T00:02:33.797Z[ recovery-image] Feb 12 00:02:33.542 INFO O| Feb 12 00:02:33.542 INFO STEP 981 (remove_files) COMPLETE
79812026-02-12T00:02:33.797Z[ recovery-image] Feb 12 00:02:33.542 INFO O| Feb 12 00:02:33.542 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-12T00:02:33.821Z[ recovery-image] Feb 12 00:02:33.558 INFO O| Feb 12 00:02:33.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
79832026-02-12T00:02:33.821Z[ recovery-image] Feb 12 00:02:33.559 INFO O| Feb 12 00:02:33.559 INFO STEP 982 (remove_files) COMPLETE
79842026-02-12T00:02:33.821Z[ recovery-image] Feb 12 00:02:33.559 INFO O| Feb 12 00:02:33.559 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-12T00:02:33.821Z[ recovery-image] Feb 12 00:02:33.572 INFO O| Feb 12 00:02:33.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
79862026-02-12T00:02:33.821Z[ recovery-image] Feb 12 00:02:33.572 INFO O| Feb 12 00:02:33.572 INFO STEP 983 (remove_files) COMPLETE
79872026-02-12T00:02:33.821Z[ recovery-image] Feb 12 00:02:33.572 INFO O| Feb 12 00:02:33.572 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-12T00:02:33.845Z[ recovery-image] Feb 12 00:02:33.586 INFO O| Feb 12 00:02:33.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
79892026-02-12T00:02:33.845Z[ recovery-image] Feb 12 00:02:33.586 INFO O| Feb 12 00:02:33.586 INFO STEP 984 (remove_files) COMPLETE
79902026-02-12T00:02:33.845Z[ recovery-image] Feb 12 00:02:33.586 INFO O| Feb 12 00:02:33.586 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-12T00:02:33.869Z[ recovery-image] Feb 12 00:02:33.600 INFO O| Feb 12 00:02:33.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
79922026-02-12T00:02:33.869Z[ recovery-image] Feb 12 00:02:33.600 INFO O| Feb 12 00:02:33.600 INFO STEP 985 (remove_files) COMPLETE
79932026-02-12T00:02:33.870Z[ recovery-image] Feb 12 00:02:33.600 INFO O| Feb 12 00:02:33.600 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-12T00:02:33.870Z[ recovery-image] Feb 12 00:02:33.613 INFO O| Feb 12 00:02:33.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
79952026-02-12T00:02:33.870Z[ recovery-image] Feb 12 00:02:33.613 INFO O| Feb 12 00:02:33.613 INFO STEP 986 (remove_files) COMPLETE
79962026-02-12T00:02:33.870Z[ recovery-image] Feb 12 00:02:33.613 INFO O| Feb 12 00:02:33.613 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-12T00:02:33.894Z[ recovery-image] Feb 12 00:02:33.626 INFO O| Feb 12 00:02:33.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
79982026-02-12T00:02:33.894Z[ recovery-image] Feb 12 00:02:33.626 INFO O| Feb 12 00:02:33.626 INFO STEP 987 (remove_files) COMPLETE
79992026-02-12T00:02:33.894Z[ recovery-image] Feb 12 00:02:33.626 INFO O| Feb 12 00:02:33.626 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-12T00:02:33.894Z[ recovery-image] Feb 12 00:02:33.641 INFO O| Feb 12 00:02:33.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80012026-02-12T00:02:33.894Z[ recovery-image] Feb 12 00:02:33.641 INFO O| Feb 12 00:02:33.641 INFO STEP 988 (remove_files) COMPLETE
80022026-02-12T00:02:33.894Z[ recovery-image] Feb 12 00:02:33.641 INFO O| Feb 12 00:02:33.641 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-12T00:02:33.918Z[ recovery-image] Feb 12 00:02:33.656 INFO O| Feb 12 00:02:33.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80042026-02-12T00:02:33.918Z[ recovery-image] Feb 12 00:02:33.656 INFO O| Feb 12 00:02:33.656 INFO STEP 989 (remove_files) COMPLETE
80052026-02-12T00:02:33.918Z[ recovery-image] Feb 12 00:02:33.656 INFO O| Feb 12 00:02:33.656 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-12T00:02:33.942Z[ recovery-image] Feb 12 00:02:33.678 INFO O| Feb 12 00:02:33.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80072026-02-12T00:02:33.942Z[ recovery-image] Feb 12 00:02:33.678 INFO O| Feb 12 00:02:33.678 INFO STEP 990 (remove_files) COMPLETE
80082026-02-12T00:02:33.942Z[ recovery-image] Feb 12 00:02:33.678 INFO O| Feb 12 00:02:33.678 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.699 INFO O| Feb 12 00:02:33.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80102026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.699 INFO O| Feb 12 00:02:33.699 INFO STEP 991 (remove_files) COMPLETE
80112026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.699 INFO O| Feb 12 00:02:33.699 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.717 INFO O| Feb 12 00:02:33.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80132026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.717 INFO O| Feb 12 00:02:33.717 INFO STEP 992 (remove_files) COMPLETE
80142026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.717 INFO O| Feb 12 00:02:33.717 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.735 INFO O| Feb 12 00:02:33.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
80162026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.735 INFO O| Feb 12 00:02:33.735 INFO STEP 993 (remove_files) COMPLETE
80172026-02-12T00:02:33.986Z[ recovery-image] Feb 12 00:02:33.735 INFO O| Feb 12 00:02:33.735 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-12T00:02:34.011Z[ recovery-image] Feb 12 00:02:33.752 INFO O| Feb 12 00:02:33.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
80192026-02-12T00:02:34.011Z[ recovery-image] Feb 12 00:02:33.752 INFO O| Feb 12 00:02:33.752 INFO STEP 994 (remove_files) COMPLETE
80202026-02-12T00:02:34.011Z[ recovery-image] Feb 12 00:02:33.752 INFO O| Feb 12 00:02:33.752 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-12T00:02:34.036Z[ recovery-image] Feb 12 00:02:33.772 INFO O| Feb 12 00:02:33.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
80222026-02-12T00:02:34.036Z[ recovery-image] Feb 12 00:02:33.772 INFO O| Feb 12 00:02:33.772 INFO STEP 995 (remove_files) COMPLETE
80232026-02-12T00:02:34.036Z[ recovery-image] Feb 12 00:02:33.772 INFO O| Feb 12 00:02:33.772 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-12T00:02:34.060Z[ recovery-image] Feb 12 00:02:33.790 INFO O| Feb 12 00:02:33.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
80252026-02-12T00:02:34.060Z[ recovery-image] Feb 12 00:02:33.790 INFO O| Feb 12 00:02:33.790 INFO STEP 996 (remove_files) COMPLETE
80262026-02-12T00:02:34.060Z[ recovery-image] Feb 12 00:02:33.790 INFO O| Feb 12 00:02:33.790 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-12T00:02:34.060Z[ recovery-image] Feb 12 00:02:33.806 INFO O| Feb 12 00:02:33.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
80282026-02-12T00:02:34.060Z[ recovery-image] Feb 12 00:02:33.806 INFO O| Feb 12 00:02:33.806 INFO STEP 997 (remove_files) COMPLETE
80292026-02-12T00:02:34.060Z[ recovery-image] Feb 12 00:02:33.806 INFO O| Feb 12 00:02:33.806 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-12T00:02:34.086Z[ recovery-image] Feb 12 00:02:33.820 INFO O| Feb 12 00:02:33.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
80312026-02-12T00:02:34.086Z[ recovery-image] Feb 12 00:02:33.820 INFO O| Feb 12 00:02:33.820 INFO STEP 998 (remove_files) COMPLETE
80322026-02-12T00:02:34.086Z[ recovery-image] Feb 12 00:02:33.820 INFO O| Feb 12 00:02:33.820 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-12T00:02:34.110Z[ recovery-image] Feb 12 00:02:33.838 INFO O| Feb 12 00:02:33.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
80342026-02-12T00:02:34.110Z[ recovery-image] Feb 12 00:02:33.838 INFO O| Feb 12 00:02:33.838 INFO STEP 999 (remove_files) COMPLETE
80352026-02-12T00:02:34.110Z[ recovery-image] Feb 12 00:02:33.838 INFO O| Feb 12 00:02:33.838 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-12T00:02:34.110Z[ recovery-image] Feb 12 00:02:33.856 INFO O| Feb 12 00:02:33.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
80372026-02-12T00:02:34.110Z[ recovery-image] Feb 12 00:02:33.856 INFO O| Feb 12 00:02:33.856 INFO STEP 1000 (remove_files) COMPLETE
80382026-02-12T00:02:34.110Z[ recovery-image] Feb 12 00:02:33.856 INFO O| Feb 12 00:02:33.856 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-12T00:02:34.134Z[ recovery-image] Feb 12 00:02:33.870 INFO O| Feb 12 00:02:33.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
80402026-02-12T00:02:34.134Z[ recovery-image] Feb 12 00:02:33.870 INFO O| Feb 12 00:02:33.870 INFO STEP 1001 (remove_files) COMPLETE
80412026-02-12T00:02:34.134Z[ recovery-image] Feb 12 00:02:33.870 INFO O| Feb 12 00:02:33.870 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-12T00:02:34.134Z[ recovery-image] Feb 12 00:02:33.883 INFO O| Feb 12 00:02:33.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
80432026-02-12T00:02:34.134Z[ recovery-image] Feb 12 00:02:33.883 INFO O| Feb 12 00:02:33.883 INFO STEP 1002 (remove_files) COMPLETE
80442026-02-12T00:02:34.134Z[ recovery-image] Feb 12 00:02:33.883 INFO O| Feb 12 00:02:33.883 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-12T00:02:34.158Z[ recovery-image] Feb 12 00:02:33.905 INFO O| Feb 12 00:02:33.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
80462026-02-12T00:02:34.158Z[ recovery-image] Feb 12 00:02:33.905 INFO O| Feb 12 00:02:33.905 INFO STEP 1003 (remove_files) COMPLETE
80472026-02-12T00:02:34.158Z[ recovery-image] Feb 12 00:02:33.905 INFO O| Feb 12 00:02:33.905 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-12T00:02:34.182Z[ recovery-image] Feb 12 00:02:33.932 INFO O| Feb 12 00:02:33.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
80492026-02-12T00:02:34.182Z[ recovery-image] Feb 12 00:02:33.932 INFO O| Feb 12 00:02:33.932 INFO STEP 1004 (remove_files) COMPLETE
80502026-02-12T00:02:34.182Z[ recovery-image] Feb 12 00:02:33.932 INFO O| Feb 12 00:02:33.932 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-12T00:02:34.210Z[ recovery-image] Feb 12 00:02:33.954 INFO O| Feb 12 00:02:33.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
80522026-02-12T00:02:34.210Z[ recovery-image] Feb 12 00:02:33.954 INFO O| Feb 12 00:02:33.954 INFO STEP 1005 (remove_files) COMPLETE
80532026-02-12T00:02:34.210Z[ recovery-image] Feb 12 00:02:33.954 INFO O| Feb 12 00:02:33.954 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-12T00:02:34.235Z[ recovery-image] Feb 12 00:02:33.969 INFO O| Feb 12 00:02:33.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
80552026-02-12T00:02:34.235Z[ recovery-image] Feb 12 00:02:33.969 INFO O| Feb 12 00:02:33.969 INFO STEP 1006 (remove_files) COMPLETE
80562026-02-12T00:02:34.235Z[ recovery-image] Feb 12 00:02:33.969 INFO O| Feb 12 00:02:33.969 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-12T00:02:34.235Z[ recovery-image] Feb 12 00:02:33.984 INFO O| Feb 12 00:02:33.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
80582026-02-12T00:02:34.235Z[ recovery-image] Feb 12 00:02:33.984 INFO O| Feb 12 00:02:33.984 INFO STEP 1007 (remove_files) COMPLETE
80592026-02-12T00:02:34.235Z[ recovery-image] Feb 12 00:02:33.984 INFO O| Feb 12 00:02:33.984 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-12T00:02:34.259Z[ recovery-image] Feb 12 00:02:33.999 INFO O| Feb 12 00:02:33.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
80612026-02-12T00:02:34.259Z[ recovery-image] Feb 12 00:02:33.999 INFO O| Feb 12 00:02:33.999 INFO STEP 1008 (remove_files) COMPLETE
80622026-02-12T00:02:34.259Z[ recovery-image] Feb 12 00:02:33.999 INFO O| Feb 12 00:02:33.999 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-12T00:02:34.284Z[ recovery-image] Feb 12 00:02:34.013 INFO O| Feb 12 00:02:34.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
80642026-02-12T00:02:34.284Z[ recovery-image] Feb 12 00:02:34.013 INFO O| Feb 12 00:02:34.013 INFO STEP 1009 (remove_files) COMPLETE
80652026-02-12T00:02:34.284Z[ recovery-image] Feb 12 00:02:34.013 INFO O| Feb 12 00:02:34.013 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-12T00:02:34.284Z[ recovery-image] Feb 12 00:02:34.027 INFO O| Feb 12 00:02:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
80672026-02-12T00:02:34.284Z[ recovery-image] Feb 12 00:02:34.027 INFO O| Feb 12 00:02:34.027 INFO STEP 1010 (remove_files) COMPLETE
80682026-02-12T00:02:34.284Z[ recovery-image] Feb 12 00:02:34.027 INFO O| Feb 12 00:02:34.027 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-12T00:02:34.308Z[ recovery-image] Feb 12 00:02:34.040 INFO O| Feb 12 00:02:34.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
80702026-02-12T00:02:34.308Z[ recovery-image] Feb 12 00:02:34.041 INFO O| Feb 12 00:02:34.041 INFO STEP 1011 (remove_files) COMPLETE
80712026-02-12T00:02:34.308Z[ recovery-image] Feb 12 00:02:34.041 INFO O| Feb 12 00:02:34.041 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-12T00:02:34.333Z[ recovery-image] Feb 12 00:02:34.055 INFO O| Feb 12 00:02:34.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
80732026-02-12T00:02:34.333Z[ recovery-image] Feb 12 00:02:34.055 INFO O| Feb 12 00:02:34.055 INFO STEP 1012 (remove_files) COMPLETE
80742026-02-12T00:02:34.333Z[ recovery-image] Feb 12 00:02:34.055 INFO O| Feb 12 00:02:34.055 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-12T00:02:34.333Z[ recovery-image] Feb 12 00:02:34.071 INFO O| Feb 12 00:02:34.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
80762026-02-12T00:02:34.333Z[ recovery-image] Feb 12 00:02:34.071 INFO O| Feb 12 00:02:34.071 INFO STEP 1013 (remove_files) COMPLETE
80772026-02-12T00:02:34.333Z[ recovery-image] Feb 12 00:02:34.071 INFO O| Feb 12 00:02:34.071 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-12T00:02:34.357Z[ recovery-image] Feb 12 00:02:34.086 INFO O| Feb 12 00:02:34.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
80792026-02-12T00:02:34.357Z[ recovery-image] Feb 12 00:02:34.086 INFO O| Feb 12 00:02:34.086 INFO STEP 1014 (remove_files) COMPLETE
80802026-02-12T00:02:34.357Z[ recovery-image] Feb 12 00:02:34.086 INFO O| Feb 12 00:02:34.086 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-12T00:02:34.357Z[ recovery-image] Feb 12 00:02:34.102 INFO O| Feb 12 00:02:34.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
80822026-02-12T00:02:34.357Z[ recovery-image] Feb 12 00:02:34.102 INFO O| Feb 12 00:02:34.102 INFO STEP 1015 (remove_files) COMPLETE
80832026-02-12T00:02:34.358Z[ recovery-image] Feb 12 00:02:34.102 INFO O| Feb 12 00:02:34.102 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-12T00:02:34.382Z[ recovery-image] Feb 12 00:02:34.116 INFO O| Feb 12 00:02:34.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
80852026-02-12T00:02:34.382Z[ recovery-image] Feb 12 00:02:34.116 INFO O| Feb 12 00:02:34.116 INFO STEP 1016 (remove_files) COMPLETE
80862026-02-12T00:02:34.382Z[ recovery-image] Feb 12 00:02:34.116 INFO O| Feb 12 00:02:34.116 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-12T00:02:34.382Z[ recovery-image] Feb 12 00:02:34.130 INFO O| Feb 12 00:02:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
80882026-02-12T00:02:34.382Z[ recovery-image] Feb 12 00:02:34.130 INFO O| Feb 12 00:02:34.130 INFO STEP 1017 (remove_files) COMPLETE
80892026-02-12T00:02:34.382Z[ recovery-image] Feb 12 00:02:34.130 INFO O| Feb 12 00:02:34.130 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-12T00:02:34.407Z[ recovery-image] Feb 12 00:02:34.143 INFO O| Feb 12 00:02:34.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
80912026-02-12T00:02:34.407Z[ recovery-image] Feb 12 00:02:34.144 INFO O| Feb 12 00:02:34.144 INFO STEP 1018 (remove_files) COMPLETE
80922026-02-12T00:02:34.407Z[ recovery-image] Feb 12 00:02:34.144 INFO O| Feb 12 00:02:34.144 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-12T00:02:34.432Z[ recovery-image] Feb 12 00:02:34.161 INFO O| Feb 12 00:02:34.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
80942026-02-12T00:02:34.432Z[ recovery-image] Feb 12 00:02:34.161 INFO O| Feb 12 00:02:34.161 INFO STEP 1019 (remove_files) COMPLETE
80952026-02-12T00:02:34.432Z[ recovery-image] Feb 12 00:02:34.161 INFO O| Feb 12 00:02:34.161 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-12T00:02:34.432Z[ recovery-image] Feb 12 00:02:34.176 INFO O| Feb 12 00:02:34.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
80972026-02-12T00:02:34.432Z[ recovery-image] Feb 12 00:02:34.176 INFO O| Feb 12 00:02:34.176 INFO STEP 1020 (remove_files) COMPLETE
80982026-02-12T00:02:34.432Z[ recovery-image] Feb 12 00:02:34.176 INFO O| Feb 12 00:02:34.176 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-12T00:02:34.456Z[ recovery-image] Feb 12 00:02:34.191 INFO O| Feb 12 00:02:34.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81002026-02-12T00:02:34.456Z[ recovery-image] Feb 12 00:02:34.191 INFO O| Feb 12 00:02:34.191 INFO STEP 1021 (remove_files) COMPLETE
81012026-02-12T00:02:34.456Z[ recovery-image] Feb 12 00:02:34.191 INFO O| Feb 12 00:02:34.191 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-12T00:02:34.456Z[ recovery-image] Feb 12 00:02:34.207 INFO O| Feb 12 00:02:34.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81032026-02-12T00:02:34.456Z[ recovery-image] Feb 12 00:02:34.207 INFO O| Feb 12 00:02:34.207 INFO STEP 1022 (remove_files) COMPLETE
81042026-02-12T00:02:34.456Z[ recovery-image] Feb 12 00:02:34.207 INFO O| Feb 12 00:02:34.207 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-12T00:02:34.481Z[ recovery-image] Feb 12 00:02:34.222 INFO O| Feb 12 00:02:34.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81062026-02-12T00:02:34.481Z[ recovery-image] Feb 12 00:02:34.222 INFO O| Feb 12 00:02:34.222 INFO STEP 1023 (remove_files) COMPLETE
81072026-02-12T00:02:34.481Z[ recovery-image] Feb 12 00:02:34.222 INFO O| Feb 12 00:02:34.222 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-12T00:02:34.506Z[ recovery-image] Feb 12 00:02:34.237 INFO O| Feb 12 00:02:34.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81092026-02-12T00:02:34.506Z[ recovery-image] Feb 12 00:02:34.237 INFO O| Feb 12 00:02:34.237 INFO STEP 1024 (remove_files) COMPLETE
81102026-02-12T00:02:34.506Z[ recovery-image] Feb 12 00:02:34.237 INFO O| Feb 12 00:02:34.237 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-12T00:02:34.506Z[ recovery-image] Feb 12 00:02:34.251 INFO O| Feb 12 00:02:34.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81122026-02-12T00:02:34.506Z[ recovery-image] Feb 12 00:02:34.251 INFO O| Feb 12 00:02:34.251 INFO STEP 1025 (remove_files) COMPLETE
81132026-02-12T00:02:34.506Z[ recovery-image] Feb 12 00:02:34.251 INFO O| Feb 12 00:02:34.251 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-12T00:02:34.531Z[ recovery-image] Feb 12 00:02:34.266 INFO O| Feb 12 00:02:34.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81152026-02-12T00:02:34.531Z[ recovery-image] Feb 12 00:02:34.266 INFO O| Feb 12 00:02:34.266 INFO STEP 1026 (remove_files) COMPLETE
81162026-02-12T00:02:34.531Z[ recovery-image] Feb 12 00:02:34.266 INFO O| Feb 12 00:02:34.266 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-12T00:02:34.531Z[ recovery-image] Feb 12 00:02:34.280 INFO O| Feb 12 00:02:34.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
81182026-02-12T00:02:34.531Z[ recovery-image] Feb 12 00:02:34.280 INFO O| Feb 12 00:02:34.280 INFO STEP 1027 (remove_files) COMPLETE
81192026-02-12T00:02:34.531Z[ recovery-image] Feb 12 00:02:34.280 INFO O| Feb 12 00:02:34.280 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-12T00:02:34.556Z[ recovery-image] Feb 12 00:02:34.294 INFO O| Feb 12 00:02:34.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
81212026-02-12T00:02:34.556Z[ recovery-image] Feb 12 00:02:34.294 INFO O| Feb 12 00:02:34.294 INFO STEP 1028 (remove_files) COMPLETE
81222026-02-12T00:02:34.556Z[ recovery-image] Feb 12 00:02:34.294 INFO O| Feb 12 00:02:34.294 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-12T00:02:34.580Z[ recovery-image] Feb 12 00:02:34.308 INFO O| Feb 12 00:02:34.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
81242026-02-12T00:02:34.580Z[ recovery-image] Feb 12 00:02:34.308 INFO O| Feb 12 00:02:34.308 INFO STEP 1029 (remove_files) COMPLETE
81252026-02-12T00:02:34.581Z[ recovery-image] Feb 12 00:02:34.308 INFO O| Feb 12 00:02:34.308 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-12T00:02:34.581Z[ recovery-image] Feb 12 00:02:34.324 INFO O| Feb 12 00:02:34.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
81272026-02-12T00:02:34.581Z[ recovery-image] Feb 12 00:02:34.324 INFO O| Feb 12 00:02:34.324 INFO STEP 1030 (remove_files) COMPLETE
81282026-02-12T00:02:34.581Z[ recovery-image] Feb 12 00:02:34.324 INFO O| Feb 12 00:02:34.324 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-12T00:02:34.605Z[ recovery-image] Feb 12 00:02:34.337 INFO O| Feb 12 00:02:34.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
81302026-02-12T00:02:34.605Z[ recovery-image] Feb 12 00:02:34.338 INFO O| Feb 12 00:02:34.338 INFO STEP 1031 (remove_files) COMPLETE
81312026-02-12T00:02:34.605Z[ recovery-image] Feb 12 00:02:34.338 INFO O| Feb 12 00:02:34.338 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-12T00:02:34.605Z[ recovery-image] Feb 12 00:02:34.351 INFO O| Feb 12 00:02:34.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
81332026-02-12T00:02:34.605Z[ recovery-image] Feb 12 00:02:34.351 INFO O| Feb 12 00:02:34.351 INFO STEP 1032 (remove_files) COMPLETE
81342026-02-12T00:02:34.605Z[ recovery-image] Feb 12 00:02:34.351 INFO O| Feb 12 00:02:34.351 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-12T00:02:34.630Z[ recovery-image] Feb 12 00:02:34.365 INFO O| Feb 12 00:02:34.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
81362026-02-12T00:02:34.630Z[ recovery-image] Feb 12 00:02:34.365 INFO O| Feb 12 00:02:34.365 INFO STEP 1033 (remove_files) COMPLETE
81372026-02-12T00:02:34.630Z[ recovery-image] Feb 12 00:02:34.365 INFO O| Feb 12 00:02:34.365 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-12T00:02:34.630Z[ recovery-image] Feb 12 00:02:34.379 INFO O| Feb 12 00:02:34.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
81392026-02-12T00:02:34.630Z[ recovery-image] Feb 12 00:02:34.379 INFO O| Feb 12 00:02:34.379 INFO STEP 1034 (remove_files) COMPLETE
81402026-02-12T00:02:34.630Z[ recovery-image] Feb 12 00:02:34.379 INFO O| Feb 12 00:02:34.379 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-12T00:02:34.655Z[ recovery-image] Feb 12 00:02:34.392 INFO O| Feb 12 00:02:34.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
81422026-02-12T00:02:34.655Z[ recovery-image] Feb 12 00:02:34.392 INFO O| Feb 12 00:02:34.392 INFO STEP 1035 (remove_files) COMPLETE
81432026-02-12T00:02:34.655Z[ recovery-image] Feb 12 00:02:34.392 INFO O| Feb 12 00:02:34.392 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-12T00:02:34.655Z[ recovery-image] Feb 12 00:02:34.406 INFO O| Feb 12 00:02:34.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
81452026-02-12T00:02:34.655Z[ recovery-image] Feb 12 00:02:34.406 INFO O| Feb 12 00:02:34.406 INFO STEP 1036 (remove_files) COMPLETE
81462026-02-12T00:02:34.655Z[ recovery-image] Feb 12 00:02:34.406 INFO O| Feb 12 00:02:34.406 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-12T00:02:34.679Z[ recovery-image] Feb 12 00:02:34.420 INFO O| Feb 12 00:02:34.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
81482026-02-12T00:02:34.679Z[ recovery-image] Feb 12 00:02:34.420 INFO O| Feb 12 00:02:34.420 INFO STEP 1037 (remove_files) COMPLETE
81492026-02-12T00:02:34.679Z[ recovery-image] Feb 12 00:02:34.420 INFO O| Feb 12 00:02:34.420 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-12T00:02:34.704Z[ recovery-image] Feb 12 00:02:34.433 INFO O| Feb 12 00:02:34.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
81512026-02-12T00:02:34.704Z[ recovery-image] Feb 12 00:02:34.434 INFO O| Feb 12 00:02:34.433 INFO STEP 1038 (remove_files) COMPLETE
81522026-02-12T00:02:34.704Z[ recovery-image] Feb 12 00:02:34.434 INFO O| Feb 12 00:02:34.433 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-12T00:02:34.704Z[ recovery-image] Feb 12 00:02:34.447 INFO O| Feb 12 00:02:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
81542026-02-12T00:02:34.704Z[ recovery-image] Feb 12 00:02:34.448 INFO O| Feb 12 00:02:34.447 INFO STEP 1039 (remove_files) COMPLETE
81552026-02-12T00:02:34.704Z[ recovery-image] Feb 12 00:02:34.448 INFO O| Feb 12 00:02:34.448 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-12T00:02:34.729Z[ recovery-image] Feb 12 00:02:34.462 INFO O| Feb 12 00:02:34.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
81572026-02-12T00:02:34.729Z[ recovery-image] Feb 12 00:02:34.462 INFO O| Feb 12 00:02:34.462 INFO STEP 1040 (remove_files) COMPLETE
81582026-02-12T00:02:34.729Z[ recovery-image] Feb 12 00:02:34.462 INFO O| Feb 12 00:02:34.462 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-12T00:02:34.729Z[ recovery-image] Feb 12 00:02:34.476 INFO O| Feb 12 00:02:34.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
81602026-02-12T00:02:34.729Z[ recovery-image] Feb 12 00:02:34.476 INFO O| Feb 12 00:02:34.476 INFO STEP 1041 (remove_files) COMPLETE
81612026-02-12T00:02:34.729Z[ recovery-image] Feb 12 00:02:34.476 INFO O| Feb 12 00:02:34.476 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-12T00:02:34.753Z[ recovery-image] Feb 12 00:02:34.490 INFO O| Feb 12 00:02:34.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
81632026-02-12T00:02:34.753Z[ recovery-image] Feb 12 00:02:34.490 INFO O| Feb 12 00:02:34.490 INFO STEP 1042 (remove_files) COMPLETE
81642026-02-12T00:02:34.753Z[ recovery-image] Feb 12 00:02:34.490 INFO O| Feb 12 00:02:34.490 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-12T00:02:34.753Z[ recovery-image] Feb 12 00:02:34.504 INFO O| Feb 12 00:02:34.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
81662026-02-12T00:02:34.753Z[ recovery-image] Feb 12 00:02:34.504 INFO O| Feb 12 00:02:34.504 INFO STEP 1043 (remove_files) COMPLETE
81672026-02-12T00:02:34.753Z[ recovery-image] Feb 12 00:02:34.504 INFO O| Feb 12 00:02:34.504 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-12T00:02:34.778Z[ recovery-image] Feb 12 00:02:34.518 INFO O| Feb 12 00:02:34.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
81692026-02-12T00:02:34.778Z[ recovery-image] Feb 12 00:02:34.518 INFO O| Feb 12 00:02:34.518 INFO STEP 1044 (remove_files) COMPLETE
81702026-02-12T00:02:34.778Z[ recovery-image] Feb 12 00:02:34.519 INFO O| Feb 12 00:02:34.518 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-12T00:02:34.803Z[ recovery-image] Feb 12 00:02:34.533 INFO O| Feb 12 00:02:34.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
81722026-02-12T00:02:34.803Z[ recovery-image] Feb 12 00:02:34.533 INFO O| Feb 12 00:02:34.533 INFO STEP 1045 (remove_files) COMPLETE
81732026-02-12T00:02:34.803Z[ recovery-image] Feb 12 00:02:34.533 INFO O| Feb 12 00:02:34.533 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-12T00:02:34.803Z[ recovery-image] Feb 12 00:02:34.552 INFO O| Feb 12 00:02:34.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
81752026-02-12T00:02:34.803Z[ recovery-image] Feb 12 00:02:34.552 INFO O| Feb 12 00:02:34.552 INFO STEP 1046 (remove_files) COMPLETE
81762026-02-12T00:02:34.803Z[ recovery-image] Feb 12 00:02:34.552 INFO O| Feb 12 00:02:34.552 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-12T00:02:34.827Z[ recovery-image] Feb 12 00:02:34.571 INFO O| Feb 12 00:02:34.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
81782026-02-12T00:02:34.827Z[ recovery-image] Feb 12 00:02:34.571 INFO O| Feb 12 00:02:34.571 INFO STEP 1047 (remove_files) COMPLETE
81792026-02-12T00:02:34.827Z[ recovery-image] Feb 12 00:02:34.571 INFO O| Feb 12 00:02:34.571 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-12T00:02:34.851Z[ recovery-image] Feb 12 00:02:34.590 INFO O| Feb 12 00:02:34.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
81812026-02-12T00:02:34.851Z[ recovery-image] Feb 12 00:02:34.590 INFO O| Feb 12 00:02:34.590 INFO STEP 1048 (remove_files) COMPLETE
81822026-02-12T00:02:34.851Z[ recovery-image] Feb 12 00:02:34.590 INFO O| Feb 12 00:02:34.590 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-12T00:02:34.876Z[ recovery-image] Feb 12 00:02:34.605 INFO O| Feb 12 00:02:34.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
81842026-02-12T00:02:34.876Z[ recovery-image] Feb 12 00:02:34.605 INFO O| Feb 12 00:02:34.605 INFO STEP 1049 (remove_files) COMPLETE
81852026-02-12T00:02:34.876Z[ recovery-image] Feb 12 00:02:34.605 INFO O| Feb 12 00:02:34.605 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-12T00:02:34.876Z[ recovery-image] Feb 12 00:02:34.619 INFO O| Feb 12 00:02:34.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
81872026-02-12T00:02:34.876Z[ recovery-image] Feb 12 00:02:34.619 INFO O| Feb 12 00:02:34.619 INFO STEP 1050 (remove_files) COMPLETE
81882026-02-12T00:02:34.876Z[ recovery-image] Feb 12 00:02:34.619 INFO O| Feb 12 00:02:34.619 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-12T00:02:34.901Z[ recovery-image] Feb 12 00:02:34.632 INFO O| Feb 12 00:02:34.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
81902026-02-12T00:02:34.901Z[ recovery-image] Feb 12 00:02:34.632 INFO O| Feb 12 00:02:34.632 INFO STEP 1051 (remove_files) COMPLETE
81912026-02-12T00:02:34.901Z[ recovery-image] Feb 12 00:02:34.633 INFO O| Feb 12 00:02:34.632 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-12T00:02:34.901Z[ recovery-image] Feb 12 00:02:34.651 INFO O| Feb 12 00:02:34.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
81932026-02-12T00:02:34.901Z[ recovery-image] Feb 12 00:02:34.651 INFO O| Feb 12 00:02:34.651 INFO STEP 1052 (remove_files) COMPLETE
81942026-02-12T00:02:34.901Z[ recovery-image] Feb 12 00:02:34.651 INFO O| Feb 12 00:02:34.651 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-12T00:02:34.934Z[ recovery-image] Feb 12 00:02:34.686 INFO O| Feb 12 00:02:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
81962026-02-12T00:02:34.934Z[ recovery-image] Feb 12 00:02:34.686 INFO O| Feb 12 00:02:34.686 INFO STEP 1053 (remove_files) COMPLETE
81972026-02-12T00:02:34.959Z[ recovery-image] Feb 12 00:02:34.686 INFO O| Feb 12 00:02:34.686 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-12T00:02:34.959Z[ recovery-image] Feb 12 00:02:34.700 INFO O| Feb 12 00:02:34.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
81992026-02-12T00:02:34.959Z[ recovery-image] Feb 12 00:02:34.701 INFO O| Feb 12 00:02:34.700 INFO STEP 1054 (remove_files) COMPLETE
82002026-02-12T00:02:34.959Z[ recovery-image] Feb 12 00:02:34.701 INFO O| Feb 12 00:02:34.700 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-12T00:02:34.984Z[ recovery-image] Feb 12 00:02:34.719 INFO O| Feb 12 00:02:34.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82022026-02-12T00:02:34.984Z[ recovery-image] Feb 12 00:02:34.719 INFO O| Feb 12 00:02:34.719 INFO STEP 1055 (remove_files) COMPLETE
82032026-02-12T00:02:34.984Z[ recovery-image] Feb 12 00:02:34.719 INFO O| Feb 12 00:02:34.719 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-12T00:02:35.009Z[ recovery-image] Feb 12 00:02:34.739 INFO O| Feb 12 00:02:34.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82052026-02-12T00:02:35.009Z[ recovery-image] Feb 12 00:02:34.739 INFO O| Feb 12 00:02:34.739 INFO STEP 1056 (remove_files) COMPLETE
82062026-02-12T00:02:35.009Z[ recovery-image] Feb 12 00:02:34.739 INFO O| Feb 12 00:02:34.739 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-12T00:02:35.009Z[ recovery-image] Feb 12 00:02:34.759 INFO O| Feb 12 00:02:34.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82082026-02-12T00:02:35.009Z[ recovery-image] Feb 12 00:02:34.759 INFO O| Feb 12 00:02:34.759 INFO STEP 1057 (remove_files) COMPLETE
82092026-02-12T00:02:35.009Z[ recovery-image] Feb 12 00:02:34.759 INFO O| Feb 12 00:02:34.759 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-12T00:02:35.034Z[ recovery-image] Feb 12 00:02:34.775 INFO O| Feb 12 00:02:34.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82112026-02-12T00:02:35.034Z[ recovery-image] Feb 12 00:02:34.775 INFO O| Feb 12 00:02:34.775 INFO STEP 1058 (remove_files) COMPLETE
82122026-02-12T00:02:35.034Z[ recovery-image] Feb 12 00:02:34.775 INFO O| Feb 12 00:02:34.775 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-12T00:02:35.058Z[ recovery-image] Feb 12 00:02:34.794 INFO O| Feb 12 00:02:34.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82142026-02-12T00:02:35.058Z[ recovery-image] Feb 12 00:02:34.795 INFO O| Feb 12 00:02:34.795 INFO STEP 1059 (remove_files) COMPLETE
82152026-02-12T00:02:35.058Z[ recovery-image] Feb 12 00:02:34.795 INFO O| Feb 12 00:02:34.795 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-12T00:02:35.058Z[ recovery-image] Feb 12 00:02:34.810 INFO O| Feb 12 00:02:34.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
82172026-02-12T00:02:35.083Z[ recovery-image] Feb 12 00:02:34.811 INFO O| Feb 12 00:02:34.810 INFO STEP 1060 (remove_files) COMPLETE
82182026-02-12T00:02:35.083Z[ recovery-image] Feb 12 00:02:34.811 INFO O| Feb 12 00:02:34.811 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-12T00:02:35.083Z[ recovery-image] Feb 12 00:02:34.826 INFO O| Feb 12 00:02:34.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
82202026-02-12T00:02:35.083Z[ recovery-image] Feb 12 00:02:34.826 INFO O| Feb 12 00:02:34.826 INFO STEP 1061 (remove_files) COMPLETE
82212026-02-12T00:02:35.083Z[ recovery-image] Feb 12 00:02:34.826 INFO O| Feb 12 00:02:34.826 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-12T00:02:35.107Z[ recovery-image] Feb 12 00:02:34.840 INFO O| Feb 12 00:02:34.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
82232026-02-12T00:02:35.107Z[ recovery-image] Feb 12 00:02:34.840 INFO O| Feb 12 00:02:34.840 INFO STEP 1062 (remove_files) COMPLETE
82242026-02-12T00:02:35.107Z[ recovery-image] Feb 12 00:02:34.840 INFO O| Feb 12 00:02:34.840 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-12T00:02:35.107Z[ recovery-image] Feb 12 00:02:34.854 INFO O| Feb 12 00:02:34.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
82262026-02-12T00:02:35.108Z[ recovery-image] Feb 12 00:02:34.855 INFO O| Feb 12 00:02:34.855 INFO STEP 1063 (remove_files) COMPLETE
82272026-02-12T00:02:35.108Z[ recovery-image] Feb 12 00:02:34.855 INFO O| Feb 12 00:02:34.855 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-12T00:02:35.132Z[ recovery-image] Feb 12 00:02:34.873 INFO O| Feb 12 00:02:34.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
82292026-02-12T00:02:35.132Z[ recovery-image] Feb 12 00:02:34.873 INFO O| Feb 12 00:02:34.873 INFO STEP 1064 (remove_files) COMPLETE
82302026-02-12T00:02:35.132Z[ recovery-image] Feb 12 00:02:34.873 INFO O| Feb 12 00:02:34.873 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-12T00:02:35.158Z[ recovery-image] Feb 12 00:02:34.891 INFO O| Feb 12 00:02:34.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
82322026-02-12T00:02:35.158Z[ recovery-image] Feb 12 00:02:34.891 INFO O| Feb 12 00:02:34.891 INFO STEP 1065 (remove_files) COMPLETE
82332026-02-12T00:02:35.158Z[ recovery-image] Feb 12 00:02:34.891 INFO O| Feb 12 00:02:34.891 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-12T00:02:35.158Z[ recovery-image] Feb 12 00:02:34.908 INFO O| Feb 12 00:02:34.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
82352026-02-12T00:02:35.158Z[ recovery-image] Feb 12 00:02:34.908 INFO O| Feb 12 00:02:34.908 INFO STEP 1066 (remove_files) COMPLETE
82362026-02-12T00:02:35.158Z[ recovery-image] Feb 12 00:02:34.908 INFO O| Feb 12 00:02:34.908 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-12T00:02:35.182Z[ recovery-image] Feb 12 00:02:34.923 INFO O| Feb 12 00:02:34.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
82382026-02-12T00:02:35.182Z[ recovery-image] Feb 12 00:02:34.923 INFO O| Feb 12 00:02:34.923 INFO STEP 1067 (remove_files) COMPLETE
82392026-02-12T00:02:35.182Z[ recovery-image] Feb 12 00:02:34.923 INFO O| Feb 12 00:02:34.923 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-12T00:02:35.207Z[ recovery-image] Feb 12 00:02:34.940 INFO O| Feb 12 00:02:34.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
82412026-02-12T00:02:35.207Z[ recovery-image] Feb 12 00:02:34.940 INFO O| Feb 12 00:02:34.940 INFO STEP 1068 (remove_files) COMPLETE
82422026-02-12T00:02:35.207Z[ recovery-image] Feb 12 00:02:34.940 INFO O| Feb 12 00:02:34.940 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-12T00:02:35.207Z[ recovery-image] Feb 12 00:02:34.954 INFO O| Feb 12 00:02:34.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
82442026-02-12T00:02:35.207Z[ recovery-image] Feb 12 00:02:34.955 INFO O| Feb 12 00:02:34.954 INFO STEP 1069 (remove_files) COMPLETE
82452026-02-12T00:02:35.207Z[ recovery-image] Feb 12 00:02:34.955 INFO O| Feb 12 00:02:34.955 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-12T00:02:35.231Z[ recovery-image] Feb 12 00:02:34.973 INFO O| Feb 12 00:02:34.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
82472026-02-12T00:02:35.231Z[ recovery-image] Feb 12 00:02:34.973 INFO O| Feb 12 00:02:34.973 INFO STEP 1070 (remove_files) COMPLETE
82482026-02-12T00:02:35.231Z[ recovery-image] Feb 12 00:02:34.973 INFO O| Feb 12 00:02:34.973 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-12T00:02:35.255Z[ recovery-image] Feb 12 00:02:34.992 INFO O| Feb 12 00:02:34.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
82502026-02-12T00:02:35.255Z[ recovery-image] Feb 12 00:02:34.992 INFO O| Feb 12 00:02:34.992 INFO STEP 1071 (remove_files) COMPLETE
82512026-02-12T00:02:35.255Z[ recovery-image] Feb 12 00:02:34.992 INFO O| Feb 12 00:02:34.992 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-12T00:02:35.280Z[ recovery-image] Feb 12 00:02:35.008 INFO O| Feb 12 00:02:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
82532026-02-12T00:02:35.280Z[ recovery-image] Feb 12 00:02:35.008 INFO O| Feb 12 00:02:35.008 INFO STEP 1072 (remove_files) COMPLETE
82542026-02-12T00:02:35.280Z[ recovery-image] Feb 12 00:02:35.008 INFO O| Feb 12 00:02:35.008 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-12T00:02:35.280Z[ recovery-image] Feb 12 00:02:35.026 INFO O| Feb 12 00:02:35.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
82562026-02-12T00:02:35.280Z[ recovery-image] Feb 12 00:02:35.026 INFO O| Feb 12 00:02:35.026 INFO STEP 1073 (remove_files) COMPLETE
82572026-02-12T00:02:35.280Z[ recovery-image] Feb 12 00:02:35.026 INFO O| Feb 12 00:02:35.026 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-12T00:02:35.304Z[ recovery-image] Feb 12 00:02:35.044 INFO O| Feb 12 00:02:35.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
82592026-02-12T00:02:35.304Z[ recovery-image] Feb 12 00:02:35.044 INFO O| Feb 12 00:02:35.044 INFO STEP 1074 (remove_files) COMPLETE
82602026-02-12T00:02:35.304Z[ recovery-image] Feb 12 00:02:35.044 INFO O| Feb 12 00:02:35.044 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-12T00:02:35.329Z[ recovery-image] Feb 12 00:02:35.061 INFO O| Feb 12 00:02:35.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
82622026-02-12T00:02:35.329Z[ recovery-image] Feb 12 00:02:35.062 INFO O| Feb 12 00:02:35.061 INFO STEP 1075 (remove_files) COMPLETE
82632026-02-12T00:02:35.329Z[ recovery-image] Feb 12 00:02:35.062 INFO O| Feb 12 00:02:35.062 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-12T00:02:35.329Z[ recovery-image] Feb 12 00:02:35.076 INFO O| Feb 12 00:02:35.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
82652026-02-12T00:02:35.329Z[ recovery-image] Feb 12 00:02:35.077 INFO O| Feb 12 00:02:35.077 INFO STEP 1076 (remove_files) COMPLETE
82662026-02-12T00:02:35.329Z[ recovery-image] Feb 12 00:02:35.077 INFO O| Feb 12 00:02:35.077 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-12T00:02:35.353Z[ recovery-image] Feb 12 00:02:35.094 INFO O| Feb 12 00:02:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
82682026-02-12T00:02:35.353Z[ recovery-image] Feb 12 00:02:35.094 INFO O| Feb 12 00:02:35.094 INFO STEP 1077 (remove_files) COMPLETE
82692026-02-12T00:02:35.353Z[ recovery-image] Feb 12 00:02:35.094 INFO O| Feb 12 00:02:35.094 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-12T00:02:35.378Z[ recovery-image] Feb 12 00:02:35.109 INFO O| Feb 12 00:02:35.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
82712026-02-12T00:02:35.378Z[ recovery-image] Feb 12 00:02:35.109 INFO O| Feb 12 00:02:35.109 INFO STEP 1078 (remove_files) COMPLETE
82722026-02-12T00:02:35.378Z[ recovery-image] Feb 12 00:02:35.109 INFO O| Feb 12 00:02:35.109 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-12T00:02:35.378Z[ recovery-image] Feb 12 00:02:35.123 INFO O| Feb 12 00:02:35.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
82742026-02-12T00:02:35.378Z[ recovery-image] Feb 12 00:02:35.123 INFO O| Feb 12 00:02:35.123 INFO STEP 1079 (remove_files) COMPLETE
82752026-02-12T00:02:35.378Z[ recovery-image] Feb 12 00:02:35.123 INFO O| Feb 12 00:02:35.123 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-12T00:02:35.402Z[ recovery-image] Feb 12 00:02:35.141 INFO O| Feb 12 00:02:35.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
82772026-02-12T00:02:35.402Z[ recovery-image] Feb 12 00:02:35.141 INFO O| Feb 12 00:02:35.141 INFO STEP 1080 (remove_files) COMPLETE
82782026-02-12T00:02:35.402Z[ recovery-image] Feb 12 00:02:35.141 INFO O| Feb 12 00:02:35.141 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-12T00:02:35.427Z[ recovery-image] Feb 12 00:02:35.155 INFO O| Feb 12 00:02:35.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
82802026-02-12T00:02:35.427Z[ recovery-image] Feb 12 00:02:35.156 INFO O| Feb 12 00:02:35.156 INFO STEP 1081 (remove_files) COMPLETE
82812026-02-12T00:02:35.427Z[ recovery-image] Feb 12 00:02:35.156 INFO O| Feb 12 00:02:35.156 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-12T00:02:35.427Z[ recovery-image] Feb 12 00:02:35.173 INFO O| Feb 12 00:02:35.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
82832026-02-12T00:02:35.427Z[ recovery-image] Feb 12 00:02:35.173 INFO O| Feb 12 00:02:35.173 INFO STEP 1082 (remove_files) COMPLETE
82842026-02-12T00:02:35.427Z[ recovery-image] Feb 12 00:02:35.173 INFO O| Feb 12 00:02:35.173 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-12T00:02:35.451Z[ recovery-image] Feb 12 00:02:35.189 INFO O| Feb 12 00:02:35.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
82862026-02-12T00:02:35.451Z[ recovery-image] Feb 12 00:02:35.189 INFO O| Feb 12 00:02:35.189 INFO STEP 1083 (remove_files) COMPLETE
82872026-02-12T00:02:35.452Z[ recovery-image] Feb 12 00:02:35.189 INFO O| Feb 12 00:02:35.189 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-12T00:02:35.452Z[ recovery-image] Feb 12 00:02:35.203 INFO O| Feb 12 00:02:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
82892026-02-12T00:02:35.452Z[ recovery-image] Feb 12 00:02:35.203 INFO O| Feb 12 00:02:35.203 INFO STEP 1084 (remove_files) COMPLETE
82902026-02-12T00:02:35.452Z[ recovery-image] Feb 12 00:02:35.203 INFO O| Feb 12 00:02:35.203 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-12T00:02:35.476Z[ recovery-image] Feb 12 00:02:35.221 INFO O| Feb 12 00:02:35.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
82922026-02-12T00:02:35.476Z[ recovery-image] Feb 12 00:02:35.221 INFO O| Feb 12 00:02:35.221 INFO STEP 1085 (remove_files) COMPLETE
82932026-02-12T00:02:35.476Z[ recovery-image] Feb 12 00:02:35.221 INFO O| Feb 12 00:02:35.221 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-12T00:02:35.501Z[ recovery-image] Feb 12 00:02:35.239 INFO O| Feb 12 00:02:35.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
82952026-02-12T00:02:35.501Z[ recovery-image] Feb 12 00:02:35.239 INFO O| Feb 12 00:02:35.239 INFO STEP 1086 (remove_files) COMPLETE
82962026-02-12T00:02:35.501Z[ recovery-image] Feb 12 00:02:35.239 INFO O| Feb 12 00:02:35.239 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-12T00:02:35.526Z[ recovery-image] Feb 12 00:02:35.257 INFO O| Feb 12 00:02:35.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
82982026-02-12T00:02:35.526Z[ recovery-image] Feb 12 00:02:35.257 INFO O| Feb 12 00:02:35.257 INFO STEP 1087 (remove_files) COMPLETE
82992026-02-12T00:02:35.526Z[ recovery-image] Feb 12 00:02:35.257 INFO O| Feb 12 00:02:35.257 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-12T00:02:35.526Z[ recovery-image] Feb 12 00:02:35.276 INFO O| Feb 12 00:02:35.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83012026-02-12T00:02:35.526Z[ recovery-image] Feb 12 00:02:35.276 INFO O| Feb 12 00:02:35.276 INFO STEP 1088 (remove_files) COMPLETE
83022026-02-12T00:02:35.526Z[ recovery-image] Feb 12 00:02:35.276 INFO O| Feb 12 00:02:35.276 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-12T00:02:35.551Z[ recovery-image] Feb 12 00:02:35.295 INFO O| Feb 12 00:02:35.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83042026-02-12T00:02:35.551Z[ recovery-image] Feb 12 00:02:35.295 INFO O| Feb 12 00:02:35.295 INFO STEP 1089 (remove_files) COMPLETE
83052026-02-12T00:02:35.551Z[ recovery-image] Feb 12 00:02:35.295 INFO O| Feb 12 00:02:35.295 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-12T00:02:35.575Z[ recovery-image] Feb 12 00:02:35.312 INFO O| Feb 12 00:02:35.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83072026-02-12T00:02:35.575Z[ recovery-image] Feb 12 00:02:35.312 INFO O| Feb 12 00:02:35.312 INFO STEP 1090 (remove_files) COMPLETE
83082026-02-12T00:02:35.575Z[ recovery-image] Feb 12 00:02:35.312 INFO O| Feb 12 00:02:35.312 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-12T00:02:35.600Z[ recovery-image] Feb 12 00:02:35.330 INFO O| Feb 12 00:02:35.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83102026-02-12T00:02:35.600Z[ recovery-image] Feb 12 00:02:35.330 INFO O| Feb 12 00:02:35.330 INFO STEP 1091 (remove_files) COMPLETE
83112026-02-12T00:02:35.600Z[ recovery-image] Feb 12 00:02:35.330 INFO O| Feb 12 00:02:35.330 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-12T00:02:35.600Z[ recovery-image] Feb 12 00:02:35.346 INFO O| Feb 12 00:02:35.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83132026-02-12T00:02:35.600Z[ recovery-image] Feb 12 00:02:35.346 INFO O| Feb 12 00:02:35.346 INFO STEP 1092 (remove_files) COMPLETE
83142026-02-12T00:02:35.600Z[ recovery-image] Feb 12 00:02:35.346 INFO O| Feb 12 00:02:35.346 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-12T00:02:35.624Z[ recovery-image] Feb 12 00:02:35.358 INFO O| Feb 12 00:02:35.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
83162026-02-12T00:02:35.624Z[ recovery-image] Feb 12 00:02:35.358 INFO O| Feb 12 00:02:35.358 INFO STEP 1093 (remove_files) COMPLETE
83172026-02-12T00:02:35.624Z[ recovery-image] Feb 12 00:02:35.358 INFO O| Feb 12 00:02:35.358 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-12T00:02:35.624Z[ recovery-image] Feb 12 00:02:35.369 INFO O| Feb 12 00:02:35.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
83192026-02-12T00:02:35.624Z[ recovery-image] Feb 12 00:02:35.369 INFO O| Feb 12 00:02:35.369 INFO STEP 1094 (remove_files) COMPLETE
83202026-02-12T00:02:35.624Z[ recovery-image] Feb 12 00:02:35.369 INFO O| Feb 12 00:02:35.369 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-12T00:02:35.649Z[ recovery-image] Feb 12 00:02:35.380 INFO O| Feb 12 00:02:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
83222026-02-12T00:02:35.649Z[ recovery-image] Feb 12 00:02:35.380 INFO O| Feb 12 00:02:35.380 INFO STEP 1095 (remove_files) COMPLETE
83232026-02-12T00:02:35.649Z[ recovery-image] Feb 12 00:02:35.380 INFO O| Feb 12 00:02:35.380 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-12T00:02:35.649Z[ recovery-image] Feb 12 00:02:35.398 INFO O| Feb 12 00:02:35.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
83252026-02-12T00:02:35.649Z[ recovery-image] Feb 12 00:02:35.399 INFO O| Feb 12 00:02:35.398 INFO STEP 1096 (remove_files) COMPLETE
83262026-02-12T00:02:35.649Z[ recovery-image] Feb 12 00:02:35.399 INFO O| Feb 12 00:02:35.399 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-12T00:02:35.673Z[ recovery-image] Feb 12 00:02:35.413 INFO O| Feb 12 00:02:35.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
83282026-02-12T00:02:35.673Z[ recovery-image] Feb 12 00:02:35.413 INFO O| Feb 12 00:02:35.413 INFO STEP 1097 (remove_files) COMPLETE
83292026-02-12T00:02:35.673Z[ recovery-image] Feb 12 00:02:35.413 INFO O| Feb 12 00:02:35.413 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-12T00:02:35.698Z[ recovery-image] Feb 12 00:02:35.426 INFO O| Feb 12 00:02:35.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
83312026-02-12T00:02:35.698Z[ recovery-image] Feb 12 00:02:35.426 INFO O| Feb 12 00:02:35.426 INFO STEP 1098 (remove_files) COMPLETE
83322026-02-12T00:02:35.698Z[ recovery-image] Feb 12 00:02:35.426 INFO O| Feb 12 00:02:35.426 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83332026-02-12T00:02:35.698Z[ recovery-image] Feb 12 00:02:35.439 INFO O| Feb 12 00:02:35.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
83342026-02-12T00:02:35.698Z[ recovery-image] Feb 12 00:02:35.439 INFO O| Feb 12 00:02:35.439 INFO STEP 1099 (remove_files) COMPLETE
83352026-02-12T00:02:35.698Z[ recovery-image] Feb 12 00:02:35.439 INFO O| Feb 12 00:02:35.439 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83362026-02-12T00:02:35.722Z[ recovery-image] Feb 12 00:02:35.452 INFO O| Feb 12 00:02:35.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
83372026-02-12T00:02:35.722Z[ recovery-image] Feb 12 00:02:35.452 INFO O| Feb 12 00:02:35.452 INFO STEP 1100 (remove_files) COMPLETE
83382026-02-12T00:02:35.722Z[ recovery-image] Feb 12 00:02:35.452 INFO O| Feb 12 00:02:35.452 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392026-02-12T00:02:35.722Z[ recovery-image] Feb 12 00:02:35.465 INFO O| Feb 12 00:02:35.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
83402026-02-12T00:02:35.722Z[ recovery-image] Feb 12 00:02:35.465 INFO O| Feb 12 00:02:35.465 INFO STEP 1101 (remove_files) COMPLETE
83412026-02-12T00:02:35.722Z[ recovery-image] Feb 12 00:02:35.465 INFO O| Feb 12 00:02:35.465 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83422026-02-12T00:02:35.747Z[ recovery-image] Feb 12 00:02:35.478 INFO O| Feb 12 00:02:35.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
83432026-02-12T00:02:35.747Z[ recovery-image] Feb 12 00:02:35.478 INFO O| Feb 12 00:02:35.478 INFO STEP 1102 (remove_files) COMPLETE
83442026-02-12T00:02:35.747Z[ recovery-image] Feb 12 00:02:35.478 INFO O| Feb 12 00:02:35.478 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83452026-02-12T00:02:35.747Z[ recovery-image] Feb 12 00:02:35.493 INFO O| Feb 12 00:02:35.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
83462026-02-12T00:02:35.747Z[ recovery-image] Feb 12 00:02:35.493 INFO O| Feb 12 00:02:35.493 INFO STEP 1103 (remove_files) COMPLETE
83472026-02-12T00:02:35.747Z[ recovery-image] Feb 12 00:02:35.493 INFO O| Feb 12 00:02:35.493 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83482026-02-12T00:02:35.771Z[ recovery-image] Feb 12 00:02:35.506 INFO O| Feb 12 00:02:35.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
83492026-02-12T00:02:35.771Z[ recovery-image] Feb 12 00:02:35.506 INFO O| Feb 12 00:02:35.506 INFO STEP 1104 (remove_files) COMPLETE
83502026-02-12T00:02:35.771Z[ recovery-image] Feb 12 00:02:35.506 INFO O| Feb 12 00:02:35.506 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83512026-02-12T00:02:35.771Z[ recovery-image] Feb 12 00:02:35.518 INFO O| Feb 12 00:02:35.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
83522026-02-12T00:02:35.771Z[ recovery-image] Feb 12 00:02:35.518 INFO O| Feb 12 00:02:35.518 INFO STEP 1105 (remove_files) COMPLETE
83532026-02-12T00:02:35.771Z[ recovery-image] Feb 12 00:02:35.518 INFO O| Feb 12 00:02:35.518 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83542026-02-12T00:02:35.796Z[ recovery-image] Feb 12 00:02:35.530 INFO O| Feb 12 00:02:35.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
83552026-02-12T00:02:35.796Z[ recovery-image] Feb 12 00:02:35.531 INFO O| Feb 12 00:02:35.531 INFO STEP 1106 (remove_files) COMPLETE
83562026-02-12T00:02:35.796Z[ recovery-image] Feb 12 00:02:35.531 INFO O| Feb 12 00:02:35.531 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83572026-02-12T00:02:35.796Z[ recovery-image] Feb 12 00:02:35.543 INFO O| Feb 12 00:02:35.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
83582026-02-12T00:02:35.796Z[ recovery-image] Feb 12 00:02:35.543 INFO O| Feb 12 00:02:35.543 INFO STEP 1107 (remove_files) COMPLETE
83592026-02-12T00:02:35.796Z[ recovery-image] Feb 12 00:02:35.543 INFO O| Feb 12 00:02:35.543 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83602026-02-12T00:02:35.823Z[ recovery-image] Feb 12 00:02:35.555 INFO O| Feb 12 00:02:35.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
83612026-02-12T00:02:35.823Z[ recovery-image] Feb 12 00:02:35.555 INFO O| Feb 12 00:02:35.555 INFO STEP 1108 (remove_files) COMPLETE
83622026-02-12T00:02:35.823Z[ recovery-image] Feb 12 00:02:35.556 INFO O| Feb 12 00:02:35.555 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83632026-02-12T00:02:35.823Z[ recovery-image] Feb 12 00:02:35.567 INFO O| Feb 12 00:02:35.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
83642026-02-12T00:02:35.823Z[ recovery-image] Feb 12 00:02:35.567 INFO O| Feb 12 00:02:35.567 INFO STEP 1109 (remove_files) COMPLETE
83652026-02-12T00:02:35.823Z[ recovery-image] Feb 12 00:02:35.567 INFO O| Feb 12 00:02:35.567 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83662026-02-12T00:02:35.852Z[ recovery-image] Feb 12 00:02:35.580 INFO O| Feb 12 00:02:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
83672026-02-12T00:02:35.852Z[ recovery-image] Feb 12 00:02:35.580 INFO O| Feb 12 00:02:35.580 INFO STEP 1110 (remove_files) COMPLETE
83682026-02-12T00:02:35.852Z[ recovery-image] Feb 12 00:02:35.580 INFO O| Feb 12 00:02:35.580 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83692026-02-12T00:02:35.852Z[ recovery-image] Feb 12 00:02:35.594 INFO O| Feb 12 00:02:35.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
83702026-02-12T00:02:35.852Z[ recovery-image] Feb 12 00:02:35.594 INFO O| Feb 12 00:02:35.594 INFO STEP 1111 (remove_files) COMPLETE
83712026-02-12T00:02:35.852Z[ recovery-image] Feb 12 00:02:35.594 INFO O| Feb 12 00:02:35.594 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83722026-02-12T00:02:35.880Z[ recovery-image] Feb 12 00:02:35.614 INFO O| Feb 12 00:02:35.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
83732026-02-12T00:02:35.880Z[ recovery-image] Feb 12 00:02:35.614 INFO O| Feb 12 00:02:35.614 INFO STEP 1112 (remove_files) COMPLETE
83742026-02-12T00:02:35.880Z[ recovery-image] Feb 12 00:02:35.614 INFO O| Feb 12 00:02:35.614 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83752026-02-12T00:02:35.905Z[ recovery-image] Feb 12 00:02:35.634 INFO O| Feb 12 00:02:35.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
83762026-02-12T00:02:35.905Z[ recovery-image] Feb 12 00:02:35.634 INFO O| Feb 12 00:02:35.634 INFO STEP 1113 (remove_files) COMPLETE
83772026-02-12T00:02:35.905Z[ recovery-image] Feb 12 00:02:35.634 INFO O| Feb 12 00:02:35.634 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83782026-02-12T00:02:35.905Z[ recovery-image] Feb 12 00:02:35.654 INFO O| Feb 12 00:02:35.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
83792026-02-12T00:02:35.905Z[ recovery-image] Feb 12 00:02:35.654 INFO O| Feb 12 00:02:35.654 INFO STEP 1114 (remove_files) COMPLETE
83802026-02-12T00:02:35.905Z[ recovery-image] Feb 12 00:02:35.654 INFO O| Feb 12 00:02:35.654 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83812026-02-12T00:02:35.930Z[ recovery-image] Feb 12 00:02:35.681 INFO O| Feb 12 00:02:35.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
83822026-02-12T00:02:35.930Z[ recovery-image] Feb 12 00:02:35.681 INFO O| Feb 12 00:02:35.681 INFO STEP 1115 (remove_files) COMPLETE
83832026-02-12T00:02:35.930Z[ recovery-image] Feb 12 00:02:35.681 INFO O| Feb 12 00:02:35.681 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83842026-02-12T00:02:35.954Z[ recovery-image] Feb 12 00:02:35.701 INFO O| Feb 12 00:02:35.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
83852026-02-12T00:02:35.955Z[ recovery-image] Feb 12 00:02:35.701 INFO O| Feb 12 00:02:35.701 INFO STEP 1116 (remove_files) COMPLETE
83862026-02-12T00:02:35.955Z[ recovery-image] Feb 12 00:02:35.701 INFO O| Feb 12 00:02:35.701 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83872026-02-12T00:02:35.980Z[ recovery-image] Feb 12 00:02:35.721 INFO O| Feb 12 00:02:35.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
83882026-02-12T00:02:35.980Z[ recovery-image] Feb 12 00:02:35.721 INFO O| Feb 12 00:02:35.721 INFO STEP 1117 (remove_files) COMPLETE
83892026-02-12T00:02:35.980Z[ recovery-image] Feb 12 00:02:35.721 INFO O| Feb 12 00:02:35.721 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83902026-02-12T00:02:36.006Z[ recovery-image] Feb 12 00:02:35.740 INFO O| Feb 12 00:02:35.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
83912026-02-12T00:02:36.006Z[ recovery-image] Feb 12 00:02:35.740 INFO O| Feb 12 00:02:35.740 INFO STEP 1118 (remove_files) COMPLETE
83922026-02-12T00:02:36.006Z[ recovery-image] Feb 12 00:02:35.741 INFO O| Feb 12 00:02:35.740 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83932026-02-12T00:02:36.031Z[ recovery-image] Feb 12 00:02:35.759 INFO O| Feb 12 00:02:35.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
83942026-02-12T00:02:36.031Z[ recovery-image] Feb 12 00:02:35.759 INFO O| Feb 12 00:02:35.759 INFO STEP 1119 (remove_files) COMPLETE
83952026-02-12T00:02:36.031Z[ recovery-image] Feb 12 00:02:35.759 INFO O| Feb 12 00:02:35.759 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83962026-02-12T00:02:36.031Z[ recovery-image] Feb 12 00:02:35.780 INFO O| Feb 12 00:02:35.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
83972026-02-12T00:02:36.031Z[ recovery-image] Feb 12 00:02:35.780 INFO O| Feb 12 00:02:35.780 INFO STEP 1120 (remove_files) COMPLETE
83982026-02-12T00:02:36.031Z[ recovery-image] Feb 12 00:02:35.780 INFO O| Feb 12 00:02:35.780 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83992026-02-12T00:02:36.056Z[ recovery-image] Feb 12 00:02:35.797 INFO O| Feb 12 00:02:35.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84002026-02-12T00:02:36.056Z[ recovery-image] Feb 12 00:02:35.797 INFO O| Feb 12 00:02:35.797 INFO STEP 1121 (remove_files) COMPLETE
84012026-02-12T00:02:36.056Z[ recovery-image] Feb 12 00:02:35.797 INFO O| Feb 12 00:02:35.797 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84022026-02-12T00:02:36.081Z[ recovery-image] Feb 12 00:02:35.812 INFO O| Feb 12 00:02:35.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84032026-02-12T00:02:36.081Z[ recovery-image] Feb 12 00:02:35.812 INFO O| Feb 12 00:02:35.812 INFO STEP 1122 (remove_files) COMPLETE
84042026-02-12T00:02:36.081Z[ recovery-image] Feb 12 00:02:35.812 INFO O| Feb 12 00:02:35.812 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84052026-02-12T00:02:36.081Z[ recovery-image] Feb 12 00:02:35.826 INFO O| Feb 12 00:02:35.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84062026-02-12T00:02:36.081Z[ recovery-image] Feb 12 00:02:35.826 INFO O| Feb 12 00:02:35.826 INFO STEP 1123 (remove_files) COMPLETE
84072026-02-12T00:02:36.081Z[ recovery-image] Feb 12 00:02:35.827 INFO O| Feb 12 00:02:35.826 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84082026-02-12T00:02:36.105Z[ recovery-image] Feb 12 00:02:35.845 INFO O| Feb 12 00:02:35.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84092026-02-12T00:02:36.105Z[ recovery-image] Feb 12 00:02:35.845 INFO O| Feb 12 00:02:35.845 INFO STEP 1124 (remove_files) COMPLETE
84102026-02-12T00:02:36.105Z[ recovery-image] Feb 12 00:02:35.845 INFO O| Feb 12 00:02:35.845 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84112026-02-12T00:02:36.130Z[ recovery-image] Feb 12 00:02:35.864 INFO O| Feb 12 00:02:35.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84122026-02-12T00:02:36.130Z[ recovery-image] Feb 12 00:02:35.864 INFO O| Feb 12 00:02:35.864 INFO STEP 1125 (remove_files) COMPLETE
84132026-02-12T00:02:36.130Z[ recovery-image] Feb 12 00:02:35.864 INFO O| Feb 12 00:02:35.864 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84142026-02-12T00:02:36.156Z[ recovery-image] Feb 12 00:02:35.882 INFO O| Feb 12 00:02:35.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
84152026-02-12T00:02:36.156Z[ recovery-image] Feb 12 00:02:35.882 INFO O| Feb 12 00:02:35.882 INFO STEP 1126 (remove_files) COMPLETE
84162026-02-12T00:02:36.156Z[ recovery-image] Feb 12 00:02:35.882 INFO O| Feb 12 00:02:35.882 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84172026-02-12T00:02:36.156Z[ recovery-image] Feb 12 00:02:35.900 INFO O| Feb 12 00:02:35.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
84182026-02-12T00:02:36.156Z[ recovery-image] Feb 12 00:02:35.900 INFO O| Feb 12 00:02:35.900 INFO STEP 1127 (remove_files) COMPLETE
84192026-02-12T00:02:36.156Z[ recovery-image] Feb 12 00:02:35.900 INFO O| Feb 12 00:02:35.900 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84202026-02-12T00:02:36.184Z[ recovery-image] Feb 12 00:02:35.915 INFO O| Feb 12 00:02:35.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
84212026-02-12T00:02:36.184Z[ recovery-image] Feb 12 00:02:35.915 INFO O| Feb 12 00:02:35.915 INFO STEP 1128 (remove_files) COMPLETE
84222026-02-12T00:02:36.184Z[ recovery-image] Feb 12 00:02:35.915 INFO O| Feb 12 00:02:35.915 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84232026-02-12T00:02:36.184Z[ recovery-image] Feb 12 00:02:35.929 INFO O| Feb 12 00:02:35.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
84242026-02-12T00:02:36.184Z[ recovery-image] Feb 12 00:02:35.929 INFO O| Feb 12 00:02:35.929 INFO STEP 1129 (remove_files) COMPLETE
84252026-02-12T00:02:36.184Z[ recovery-image] Feb 12 00:02:35.929 INFO O| Feb 12 00:02:35.929 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84262026-02-12T00:02:36.213Z[ recovery-image] Feb 12 00:02:35.942 INFO O| Feb 12 00:02:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
84272026-02-12T00:02:36.213Z[ recovery-image] Feb 12 00:02:35.942 INFO O| Feb 12 00:02:35.942 INFO STEP 1130 (remove_files) COMPLETE
84282026-02-12T00:02:36.213Z[ recovery-image] Feb 12 00:02:35.942 INFO O| Feb 12 00:02:35.942 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84292026-02-12T00:02:36.213Z[ recovery-image] Feb 12 00:02:35.955 INFO O| Feb 12 00:02:35.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
84302026-02-12T00:02:36.213Z[ recovery-image] Feb 12 00:02:35.955 INFO O| Feb 12 00:02:35.955 INFO STEP 1131 (remove_files) COMPLETE
84312026-02-12T00:02:36.213Z[ recovery-image] Feb 12 00:02:35.955 INFO O| Feb 12 00:02:35.955 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84322026-02-12T00:02:36.238Z[ recovery-image] Feb 12 00:02:35.968 INFO O| Feb 12 00:02:35.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
84332026-02-12T00:02:36.238Z[ recovery-image] Feb 12 00:02:35.968 INFO O| Feb 12 00:02:35.968 INFO STEP 1132 (remove_files) COMPLETE
84342026-02-12T00:02:36.238Z[ recovery-image] Feb 12 00:02:35.968 INFO O| Feb 12 00:02:35.968 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84352026-02-12T00:02:36.238Z[ recovery-image] Feb 12 00:02:35.982 INFO O| Feb 12 00:02:35.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
84362026-02-12T00:02:36.238Z[ recovery-image] Feb 12 00:02:35.982 INFO O| Feb 12 00:02:35.982 INFO STEP 1133 (remove_files) COMPLETE
84372026-02-12T00:02:36.238Z[ recovery-image] Feb 12 00:02:35.982 INFO O| Feb 12 00:02:35.982 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84382026-02-12T00:02:36.264Z[ recovery-image] Feb 12 00:02:35.996 INFO O| Feb 12 00:02:35.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
84392026-02-12T00:02:36.264Z[ recovery-image] Feb 12 00:02:35.996 INFO O| Feb 12 00:02:35.996 INFO STEP 1134 (remove_files) COMPLETE
84402026-02-12T00:02:36.264Z[ recovery-image] Feb 12 00:02:35.996 INFO O| Feb 12 00:02:35.996 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84412026-02-12T00:02:36.264Z[ recovery-image] Feb 12 00:02:36.010 INFO O| Feb 12 00:02:36.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
84422026-02-12T00:02:36.264Z[ recovery-image] Feb 12 00:02:36.010 INFO O| Feb 12 00:02:36.010 INFO STEP 1135 (remove_files) COMPLETE
84432026-02-12T00:02:36.264Z[ recovery-image] Feb 12 00:02:36.010 INFO O| Feb 12 00:02:36.010 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84442026-02-12T00:02:36.290Z[ recovery-image] Feb 12 00:02:36.024 INFO O| Feb 12 00:02:36.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
84452026-02-12T00:02:36.290Z[ recovery-image] Feb 12 00:02:36.024 INFO O| Feb 12 00:02:36.024 INFO STEP 1136 (remove_files) COMPLETE
84462026-02-12T00:02:36.290Z[ recovery-image] Feb 12 00:02:36.024 INFO O| Feb 12 00:02:36.024 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84472026-02-12T00:02:36.290Z[ recovery-image] Feb 12 00:02:36.037 INFO O| Feb 12 00:02:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
84482026-02-12T00:02:36.291Z[ recovery-image] Feb 12 00:02:36.038 INFO O| Feb 12 00:02:36.038 INFO STEP 1137 (remove_files) COMPLETE
84492026-02-12T00:02:36.291Z[ recovery-image] Feb 12 00:02:36.038 INFO O| Feb 12 00:02:36.038 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84502026-02-12T00:02:36.315Z[ recovery-image] Feb 12 00:02:36.051 INFO O| Feb 12 00:02:36.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
84512026-02-12T00:02:36.315Z[ recovery-image] Feb 12 00:02:36.051 INFO O| Feb 12 00:02:36.051 INFO STEP 1138 (remove_files) COMPLETE
84522026-02-12T00:02:36.315Z[ recovery-image] Feb 12 00:02:36.051 INFO O| Feb 12 00:02:36.051 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84532026-02-12T00:02:36.315Z[ recovery-image] Feb 12 00:02:36.065 INFO O| Feb 12 00:02:36.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
84542026-02-12T00:02:36.315Z[ recovery-image] Feb 12 00:02:36.065 INFO O| Feb 12 00:02:36.065 INFO STEP 1139 (remove_files) COMPLETE
84552026-02-12T00:02:36.315Z[ recovery-image] Feb 12 00:02:36.065 INFO O| Feb 12 00:02:36.065 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84562026-02-12T00:02:36.340Z[ recovery-image] Feb 12 00:02:36.080 INFO O| Feb 12 00:02:36.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
84572026-02-12T00:02:36.340Z[ recovery-image] Feb 12 00:02:36.080 INFO O| Feb 12 00:02:36.080 INFO STEP 1140 (remove_files) COMPLETE
84582026-02-12T00:02:36.340Z[ recovery-image] Feb 12 00:02:36.080 INFO O| Feb 12 00:02:36.080 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84592026-02-12T00:02:36.364Z[ recovery-image] Feb 12 00:02:36.093 INFO O| Feb 12 00:02:36.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
84602026-02-12T00:02:36.364Z[ recovery-image] Feb 12 00:02:36.094 INFO O| Feb 12 00:02:36.093 INFO STEP 1141 (remove_files) COMPLETE
84612026-02-12T00:02:36.364Z[ recovery-image] Feb 12 00:02:36.094 INFO O| Feb 12 00:02:36.094 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84622026-02-12T00:02:36.364Z[ recovery-image] Feb 12 00:02:36.106 INFO O| Feb 12 00:02:36.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
84632026-02-12T00:02:36.364Z[ recovery-image] Feb 12 00:02:36.106 INFO O| Feb 12 00:02:36.106 INFO STEP 1142 (remove_files) COMPLETE
84642026-02-12T00:02:36.364Z[ recovery-image] Feb 12 00:02:36.106 INFO O| Feb 12 00:02:36.106 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84652026-02-12T00:02:36.389Z[ recovery-image] Feb 12 00:02:36.120 INFO O| Feb 12 00:02:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
84662026-02-12T00:02:36.389Z[ recovery-image] Feb 12 00:02:36.121 INFO O| Feb 12 00:02:36.121 INFO STEP 1143 (remove_files) COMPLETE
84672026-02-12T00:02:36.389Z[ recovery-image] Feb 12 00:02:36.121 INFO O| Feb 12 00:02:36.121 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84682026-02-12T00:02:36.389Z[ recovery-image] Feb 12 00:02:36.135 INFO O| Feb 12 00:02:36.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
84692026-02-12T00:02:36.389Z[ recovery-image] Feb 12 00:02:36.135 INFO O| Feb 12 00:02:36.135 INFO STEP 1144 (remove_files) COMPLETE
84702026-02-12T00:02:36.389Z[ recovery-image] Feb 12 00:02:36.135 INFO O| Feb 12 00:02:36.135 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84712026-02-12T00:02:36.414Z[ recovery-image] Feb 12 00:02:36.149 INFO O| Feb 12 00:02:36.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
84722026-02-12T00:02:36.414Z[ recovery-image] Feb 12 00:02:36.150 INFO O| Feb 12 00:02:36.150 INFO STEP 1145 (remove_files) COMPLETE
84732026-02-12T00:02:36.414Z[ recovery-image] Feb 12 00:02:36.150 INFO O| Feb 12 00:02:36.150 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84742026-02-12T00:02:36.414Z[ recovery-image] Feb 12 00:02:36.164 INFO O| Feb 12 00:02:36.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
84752026-02-12T00:02:36.414Z[ recovery-image] Feb 12 00:02:36.164 INFO O| Feb 12 00:02:36.164 INFO STEP 1146 (remove_files) COMPLETE
84762026-02-12T00:02:36.414Z[ recovery-image] Feb 12 00:02:36.164 INFO O| Feb 12 00:02:36.164 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84772026-02-12T00:02:36.438Z[ recovery-image] Feb 12 00:02:36.183 INFO O| Feb 12 00:02:36.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
84782026-02-12T00:02:36.438Z[ recovery-image] Feb 12 00:02:36.183 INFO O| Feb 12 00:02:36.183 INFO STEP 1147 (remove_files) COMPLETE
84792026-02-12T00:02:36.438Z[ recovery-image] Feb 12 00:02:36.183 INFO O| Feb 12 00:02:36.183 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84802026-02-12T00:02:36.463Z[ recovery-image] Feb 12 00:02:36.202 INFO O| Feb 12 00:02:36.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
84812026-02-12T00:02:36.463Z[ recovery-image] Feb 12 00:02:36.202 INFO O| Feb 12 00:02:36.202 INFO STEP 1148 (remove_files) COMPLETE
84822026-02-12T00:02:36.463Z[ recovery-image] Feb 12 00:02:36.202 INFO O| Feb 12 00:02:36.202 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84832026-02-12T00:02:36.488Z[ recovery-image] Feb 12 00:02:36.218 INFO O| Feb 12 00:02:36.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
84842026-02-12T00:02:36.488Z[ recovery-image] Feb 12 00:02:36.218 INFO O| Feb 12 00:02:36.218 INFO STEP 1149 (remove_files) COMPLETE
84852026-02-12T00:02:36.488Z[ recovery-image] Feb 12 00:02:36.218 INFO O| Feb 12 00:02:36.218 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84862026-02-12T00:02:36.488Z[ recovery-image] Feb 12 00:02:36.232 INFO O| Feb 12 00:02:36.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
84872026-02-12T00:02:36.488Z[ recovery-image] Feb 12 00:02:36.233 INFO O| Feb 12 00:02:36.233 INFO STEP 1150 (remove_files) COMPLETE
84882026-02-12T00:02:36.488Z[ recovery-image] Feb 12 00:02:36.233 INFO O| Feb 12 00:02:36.233 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84892026-02-12T00:02:36.512Z[ recovery-image] Feb 12 00:02:36.245 INFO O| Feb 12 00:02:36.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
84902026-02-12T00:02:36.512Z[ recovery-image] Feb 12 00:02:36.245 INFO O| Feb 12 00:02:36.245 INFO STEP 1151 (remove_files) COMPLETE
84912026-02-12T00:02:36.512Z[ recovery-image] Feb 12 00:02:36.245 INFO O| Feb 12 00:02:36.245 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84922026-02-12T00:02:36.512Z[ recovery-image] Feb 12 00:02:36.258 INFO O| Feb 12 00:02:36.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
84932026-02-12T00:02:36.512Z[ recovery-image] Feb 12 00:02:36.258 INFO O| Feb 12 00:02:36.258 INFO STEP 1152 (remove_files) COMPLETE
84942026-02-12T00:02:36.512Z[ recovery-image] Feb 12 00:02:36.258 INFO O| Feb 12 00:02:36.258 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84952026-02-12T00:02:36.537Z[ recovery-image] Feb 12 00:02:36.270 INFO O| Feb 12 00:02:36.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
84962026-02-12T00:02:36.537Z[ recovery-image] Feb 12 00:02:36.270 INFO O| Feb 12 00:02:36.270 INFO STEP 1153 (remove_files) COMPLETE
84972026-02-12T00:02:36.537Z[ recovery-image] Feb 12 00:02:36.270 INFO O| Feb 12 00:02:36.270 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84982026-02-12T00:02:36.537Z[ recovery-image] Feb 12 00:02:36.282 INFO O| Feb 12 00:02:36.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
84992026-02-12T00:02:36.537Z[ recovery-image] Feb 12 00:02:36.283 INFO O| Feb 12 00:02:36.283 INFO STEP 1154 (remove_files) COMPLETE
85002026-02-12T00:02:36.538Z[ recovery-image] Feb 12 00:02:36.283 INFO O| Feb 12 00:02:36.283 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85012026-02-12T00:02:36.575Z[ recovery-image] Feb 12 00:02:36.327 INFO O| Feb 12 00:02:36.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85022026-02-12T00:02:36.575Z[ recovery-image] Feb 12 00:02:36.327 INFO O| Feb 12 00:02:36.327 INFO STEP 1155 (remove_files) COMPLETE
85032026-02-12T00:02:36.599Z[ recovery-image] Feb 12 00:02:36.327 INFO O| Feb 12 00:02:36.327 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85042026-02-12T00:02:36.599Z[ recovery-image] Feb 12 00:02:36.342 INFO O| Feb 12 00:02:36.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85052026-02-12T00:02:36.599Z[ recovery-image] Feb 12 00:02:36.343 INFO O| Feb 12 00:02:36.343 INFO STEP 1156 (remove_files) COMPLETE
85062026-02-12T00:02:36.599Z[ recovery-image] Feb 12 00:02:36.343 INFO O| Feb 12 00:02:36.343 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85072026-02-12T00:02:36.624Z[ recovery-image] Feb 12 00:02:36.357 INFO O| Feb 12 00:02:36.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85082026-02-12T00:02:36.624Z[ recovery-image] Feb 12 00:02:36.357 INFO O| Feb 12 00:02:36.357 INFO STEP 1157 (remove_files) COMPLETE
85092026-02-12T00:02:36.624Z[ recovery-image] Feb 12 00:02:36.357 INFO O| Feb 12 00:02:36.357 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85102026-02-12T00:02:36.624Z[ recovery-image] Feb 12 00:02:36.371 INFO O| Feb 12 00:02:36.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85112026-02-12T00:02:36.624Z[ recovery-image] Feb 12 00:02:36.372 INFO O| Feb 12 00:02:36.372 INFO STEP 1158 (remove_files) COMPLETE
85122026-02-12T00:02:36.624Z[ recovery-image] Feb 12 00:02:36.372 INFO O| Feb 12 00:02:36.372 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85132026-02-12T00:02:36.648Z[ recovery-image] Feb 12 00:02:36.391 INFO O| Feb 12 00:02:36.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
85142026-02-12T00:02:36.648Z[ recovery-image] Feb 12 00:02:36.392 INFO O| Feb 12 00:02:36.392 INFO STEP 1159 (remove_files) COMPLETE
85152026-02-12T00:02:36.648Z[ recovery-image] Feb 12 00:02:36.392 INFO O| Feb 12 00:02:36.392 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85162026-02-12T00:02:36.672Z[ recovery-image] Feb 12 00:02:36.406 INFO O| Feb 12 00:02:36.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
85172026-02-12T00:02:36.672Z[ recovery-image] Feb 12 00:02:36.406 INFO O| Feb 12 00:02:36.406 INFO STEP 1160 (remove_files) COMPLETE
85182026-02-12T00:02:36.672Z[ recovery-image] Feb 12 00:02:36.406 INFO O| Feb 12 00:02:36.406 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85192026-02-12T00:02:36.672Z[ recovery-image] Feb 12 00:02:36.423 INFO O| Feb 12 00:02:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
85202026-02-12T00:02:36.672Z[ recovery-image] Feb 12 00:02:36.423 INFO O| Feb 12 00:02:36.423 INFO STEP 1161 (remove_files) COMPLETE
85212026-02-12T00:02:36.672Z[ recovery-image] Feb 12 00:02:36.423 INFO O| Feb 12 00:02:36.423 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85222026-02-12T00:02:36.697Z[ recovery-image] Feb 12 00:02:36.435 INFO O| Feb 12 00:02:36.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
85232026-02-12T00:02:36.697Z[ recovery-image] Feb 12 00:02:36.435 INFO O| Feb 12 00:02:36.435 INFO STEP 1162 (remove_files) COMPLETE
85242026-02-12T00:02:36.697Z[ recovery-image] Feb 12 00:02:36.435 INFO O| Feb 12 00:02:36.435 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85252026-02-12T00:02:36.697Z[ recovery-image] Feb 12 00:02:36.447 INFO O| Feb 12 00:02:36.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
85262026-02-12T00:02:36.697Z[ recovery-image] Feb 12 00:02:36.447 INFO O| Feb 12 00:02:36.447 INFO STEP 1163 (remove_files) COMPLETE
85272026-02-12T00:02:36.697Z[ recovery-image] Feb 12 00:02:36.447 INFO O| Feb 12 00:02:36.447 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85282026-02-12T00:02:36.721Z[ recovery-image] Feb 12 00:02:36.458 INFO O| Feb 12 00:02:36.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
85292026-02-12T00:02:36.721Z[ recovery-image] Feb 12 00:02:36.458 INFO O| Feb 12 00:02:36.458 INFO STEP 1164 (remove_files) COMPLETE
85302026-02-12T00:02:36.721Z[ recovery-image] Feb 12 00:02:36.458 INFO O| Feb 12 00:02:36.458 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85312026-02-12T00:02:36.721Z[ recovery-image] Feb 12 00:02:36.471 INFO O| Feb 12 00:02:36.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
85322026-02-12T00:02:36.721Z[ recovery-image] Feb 12 00:02:36.471 INFO O| Feb 12 00:02:36.471 INFO STEP 1165 (remove_files) COMPLETE
85332026-02-12T00:02:36.721Z[ recovery-image] Feb 12 00:02:36.471 INFO O| Feb 12 00:02:36.471 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
85342026-02-12T00:02:36.746Z[ recovery-image] Feb 12 00:02:36.489 INFO O| Feb 12 00:02:36.489 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
85352026-02-12T00:02:36.746Z[ recovery-image] Feb 12 00:02:36.489 INFO O| Feb 12 00:02:36.489 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
85362026-02-12T00:02:38.447Z[ recovery-image] Feb 12 00:02:38.198 INFO O| Feb 12 00:02:38.198 INFO STEP 1166 (pack_tar) COMPLETE
85372026-02-12T00:02:38.447Z[ recovery-image] Feb 12 00:02:38.198 INFO O| Feb 12 00:02:38.198 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
85382026-02-12T00:02:38.471Z[ recovery-image] Feb 12 00:02:38.198 INFO O| Feb 12 00:02:38.198 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
85392026-02-12T00:02:38.725Z[ recovery-image] Feb 12 00:02:38.476 INFO O| Feb 12 00:02:38.476 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
85402026-02-12T00:02:38.795Z[ recovery-image] Feb 12 00:02:38.547 INFO O| Feb 12 00:02:38.547 INFO completed processing sled/ramdisk-03-recovery-trim
85412026-02-12T00:02:38.820Z[ recovery-image] Feb 12 00:02:38.554 INFO image builder template: zfs-recovery...
85422026-02-12T00:02:38.820Z[ recovery-image] Feb 12 00:02:38.555 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/.tmposd5q7/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@18.0.0.0", "-n", "zfs-recovery"], pwd: None
85432026-02-12T00:02:38.856Z[ recovery-image] Feb 12 00:02:38.608 INFO O| Feb 12 00:02:38.608 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
85442026-02-12T00:02:38.881Z[ recovery-image] Feb 12 00:02:38.614 INFO O| Feb 12 00:02:38.614 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
85452026-02-12T00:02:38.905Z[ recovery-image] Feb 12 00:02:38.652 INFO O| Feb 12 00:02:38.652 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
85462026-02-12T00:02:38.936Z[ recovery-image] Feb 12 00:02:38.687 INFO O| Feb 12 00:02:38.687 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
85472026-02-12T00:02:38.936Z[ recovery-image] Feb 12 00:02:38.687 INFO O| Feb 12 00:02:38.687 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
85482026-02-12T00:02:38.961Z[ recovery-image] Feb 12 00:02:38.695 INFO O| Feb 12 00:02:38.695 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
85492026-02-12T00:02:39.003Z[ recovery-image] Feb 12 00:02:38.754 INFO O| Feb 12 00:02:38.754 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
85502026-02-12T00:02:39.027Z[ recovery-image] Feb 12 00:02:38.779 INFO O| Feb 12 00:02:38.778 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
85512026-02-12T00:02:39.051Z[ recovery-image] Feb 12 00:02:38.799 INFO O| Feb 12 00:02:38.798 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
85522026-02-12T00:02:39.076Z[ recovery-image] Feb 12 00:02:38.807 INFO O| Feb 12 00:02:38.807 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
85532026-02-12T00:02:39.076Z[ recovery-image] Feb 12 00:02:38.815 INFO O| Feb 12 00:02:38.815 INFO no lofi found
85542026-02-12T00:02:39.076Z[ recovery-image] Feb 12 00:02:38.815 INFO O| Feb 12 00:02:38.815 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
85552026-02-12T00:02:39.076Z[ recovery-image] Feb 12 00:02:38.815 INFO O| Feb 12 00:02:38.815 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
85562026-02-12T00:02:43.277Z[ recovery-image] Feb 12 00:02:43.029 INFO O| Feb 12 00:02:43.029 INFO lofi device = /dev/dsk/c3t1d0p0
85572026-02-12T00:02:43.277Z[ recovery-image] Feb 12 00:02:43.029 INFO O| Feb 12 00:02:43.029 INFO pool device = /dev/dsk/c3t1d0p0
85582026-02-12T00:02:43.302Z[ recovery-image] Feb 12 00:02:43.029 INFO O| Feb 12 00:02:43.029 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
85592026-02-12T00:02:43.506Z[ recovery-image] Feb 12 00:02:43.257 INFO O| Feb 12 00:02:43.257 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85602026-02-12T00:02:43.506Z[ recovery-image] Feb 12 00:02:43.257 INFO O| Feb 12 00:02:43.257 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
85612026-02-12T00:02:43.550Z[ recovery-image] Feb 12 00:02:43.302 INFO O| Feb 12 00:02:43.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
85622026-02-12T00:02:43.891Z[ recovery-image] Feb 12 00:02:43.643 INFO O| Feb 12 00:02:43.642 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
85632026-02-12T00:02:43.952Z[ recovery-image] Feb 12 00:02:43.704 INFO O| Feb 12 00:02:43.704 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
85642026-02-12T00:02:43.990Z[ recovery-image] Feb 12 00:02:43.741 INFO O| Feb 12 00:02:43.741 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
85652026-02-12T00:02:44.017Z[ recovery-image] Feb 12 00:02:43.768 INFO O| Feb 12 00:02:43.768 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
85662026-02-12T00:02:44.089Z[ recovery-image] Feb 12 00:02:43.840 INFO O| Feb 12 00:02:43.840 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85672026-02-12T00:02:44.114Z[ recovery-image] Feb 12 00:02:43.840 INFO O| Feb 12 00:02:43.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85682026-02-12T00:02:44.114Z[ recovery-image] Feb 12 00:02:43.840 INFO O| Feb 12 00:02:43.840 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85692026-02-12T00:02:44.114Z[ recovery-image] Feb 12 00:02:43.856 INFO O| Feb 12 00:02:43.856 INFO boot environment UUID: 7ef58ee5-8286-41b4-8873-fdc3e1e4ef0b
85702026-02-12T00:02:44.114Z[ recovery-image] Feb 12 00:02:43.856 INFO O| Feb 12 00:02:43.856 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7ef58ee5-8286-41b4-8873-fdc3e1e4ef0b
85712026-02-12T00:02:44.139Z[ recovery-image] Feb 12 00:02:43.885 INFO O| Feb 12 00:02:43.885 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85722026-02-12T00:02:44.165Z[ recovery-image] Feb 12 00:02:43.912 INFO O| Feb 12 00:02:43.912 INFO STEP 0 (create_be) COMPLETE
85732026-02-12T00:02:44.165Z[ recovery-image] Feb 12 00:02:43.912 INFO O| Feb 12 00:02:43.912 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85742026-02-12T00:02:44.190Z[ recovery-image] Feb 12 00:02:43.936 INFO O| Feb 12 00:02:43.936 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"]
85752026-02-12T00:02:54.911Z[ recovery-image] Feb 12 00:02:54.662 INFO O| Feb 12 00:02:54.662 INFO STEP 1 (unpack_tar) COMPLETE
85762026-02-12T00:02:54.936Z[ recovery-image] Feb 12 00:02:54.663 INFO O| Feb 12 00:02:54.662 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85772026-02-12T00:02:54.962Z[ recovery-image] Feb 12 00:02:54.689 INFO O| Feb 12 00:02:54.689 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85782026-02-12T00:02:57.047Z[ recovery-image] Feb 12 00:02:56.799 INFO O| Feb 12 00:02:56.799 INFO STEP 2 (devfsadm) COMPLETE
85792026-02-12T00:02:57.047Z[ recovery-image] Feb 12 00:02:56.800 INFO O| Feb 12 00:02:56.799 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85802026-02-12T00:02:57.072Z[ recovery-image] Feb 12 00:02:56.816 INFO O| Feb 12 00:02:56.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85812026-02-12T00:02:57.072Z[ recovery-image] Feb 12 00:02:56.816 INFO O| Feb 12 00:02:56.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85822026-02-12T00:02:57.072Z[ recovery-image] Feb 12 00:02:56.816 INFO O| Feb 12 00:02:56.816 INFO STEP 3 (ensure_dir) COMPLETE
85832026-02-12T00:02:57.072Z[ recovery-image] Feb 12 00:02:56.816 INFO O| Feb 12 00:02:56.816 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85842026-02-12T00:02:57.097Z[ recovery-image] Feb 12 00:02:56.828 INFO O| Feb 12 00:02:56.828 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85852026-02-12T00:02:57.097Z[ recovery-image] Feb 12 00:02:56.828 INFO O| Feb 12 00:02:56.828 INFO STEP 4 (ensure_dir) COMPLETE
85862026-02-12T00:02:57.097Z[ recovery-image] Feb 12 00:02:56.828 INFO O| Feb 12 00:02:56.828 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85872026-02-12T00:02:57.097Z[ recovery-image] Feb 12 00:02:56.840 INFO O| Feb 12 00:02:56.840 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85882026-02-12T00:02:57.097Z[ recovery-image] Feb 12 00:02:56.840 INFO O| Feb 12 00:02:56.840 INFO STEP 5 (ensure_dir) COMPLETE
85892026-02-12T00:02:57.097Z[ recovery-image] Feb 12 00:02:56.840 INFO O| Feb 12 00:02:56.840 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85902026-02-12T00:02:57.121Z[ recovery-image] Feb 12 00:02:56.852 INFO O| Feb 12 00:02:56.851 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85912026-02-12T00:02:57.122Z[ recovery-image] Feb 12 00:02:56.852 INFO O| Feb 12 00:02:56.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85922026-02-12T00:02:57.122Z[ recovery-image] Feb 12 00:02:56.852 INFO O| Feb 12 00:02:56.852 INFO STEP 6 (ensure_dir) COMPLETE
85932026-02-12T00:02:57.122Z[ recovery-image] Feb 12 00:02:56.852 INFO O| Feb 12 00:02:56.852 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85942026-02-12T00:02:57.122Z[ recovery-image] Feb 12 00:02:56.872 INFO O| Feb 12 00:02:56.872 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85952026-02-12T00:02:57.122Z[ recovery-image] Feb 12 00:02:56.872 INFO O| Feb 12 00:02:56.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85962026-02-12T00:02:57.122Z[ recovery-image] Feb 12 00:02:56.872 INFO O| Feb 12 00:02:56.872 INFO STEP 7 (ensure_dir) COMPLETE
85972026-02-12T00:02:57.122Z[ recovery-image] Feb 12 00:02:56.872 INFO O| Feb 12 00:02:56.872 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85982026-02-12T00:02:57.146Z[ recovery-image] Feb 12 00:02:56.884 INFO O| Feb 12 00:02:56.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
85992026-02-12T00:02:57.146Z[ recovery-image] Feb 12 00:02:56.885 INFO O| Feb 12 00:02:56.884 INFO STEP 8 (remove_files) COMPLETE
86002026-02-12T00:02:57.146Z[ recovery-image] Feb 12 00:02:56.885 INFO O| Feb 12 00:02:56.885 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86012026-02-12T00:02:57.170Z[ recovery-image] Feb 12 00:02:56.903 INFO O| Feb 12 00:02:56.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
86022026-02-12T00:02:57.170Z[ recovery-image] Feb 12 00:02:56.905 INFO O| Feb 12 00:02:56.905 INFO STEP 9 (remove_files) COMPLETE
86032026-02-12T00:02:57.171Z[ recovery-image] Feb 12 00:02:56.905 INFO O| Feb 12 00:02:56.905 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86042026-02-12T00:02:57.195Z[ recovery-image] Feb 12 00:02:56.923 INFO O| Feb 12 00:02:56.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
86052026-02-12T00:02:57.195Z[ recovery-image] Feb 12 00:02:56.925 INFO O| Feb 12 00:02:56.925 INFO STEP 10 (remove_files) COMPLETE
86062026-02-12T00:02:57.195Z[ recovery-image] Feb 12 00:02:56.925 INFO O| Feb 12 00:02:56.925 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86072026-02-12T00:02:57.195Z[ recovery-image] Feb 12 00:02:56.944 INFO O| Feb 12 00:02:56.944 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
86082026-02-12T00:02:57.195Z[ recovery-image] Feb 12 00:02:56.944 INFO O| Feb 12 00:02:56.944 INFO STEP 11 (remove_files) COMPLETE
86092026-02-12T00:02:57.195Z[ recovery-image] Feb 12 00:02:56.944 INFO O| Feb 12 00:02:56.944 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86102026-02-12T00:02:57.220Z[ recovery-image] Feb 12 00:02:56.959 INFO O| Feb 12 00:02:56.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
86112026-02-12T00:02:57.220Z[ recovery-image] Feb 12 00:02:56.960 INFO O| Feb 12 00:02:56.960 INFO STEP 12 (remove_files) COMPLETE
86122026-02-12T00:02:57.220Z[ recovery-image] Feb 12 00:02:56.960 INFO O| Feb 12 00:02:56.960 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86132026-02-12T00:02:57.245Z[ recovery-image] Feb 12 00:02:56.979 INFO O| Feb 12 00:02:56.979 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86142026-02-12T00:02:57.245Z[ recovery-image] Feb 12 00:02:56.979 INFO O| Feb 12 00:02:56.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86152026-02-12T00:02:57.245Z[ recovery-image] Feb 12 00:02:56.979 INFO O| Feb 12 00:02:56.979 INFO STEP 13 (ensure_dir) COMPLETE
86162026-02-12T00:02:57.245Z[ recovery-image] Feb 12 00:02:56.979 INFO O| Feb 12 00:02:56.979 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86172026-02-12T00:02:57.245Z[ recovery-image] Feb 12 00:02:56.995 INFO O| Feb 12 00:02:56.995 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86182026-02-12T00:02:57.245Z[ recovery-image] Feb 12 00:02:56.995 INFO O| Feb 12 00:02:56.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86192026-02-12T00:02:57.245Z[ recovery-image] Feb 12 00:02:56.995 INFO O| Feb 12 00:02:56.995 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86202026-02-12T00:02:57.246Z[ recovery-image] Feb 12 00:02:56.995 INFO O| Feb 12 00:02:56.995 INFO STEP 14 (ensure_dir) COMPLETE
86212026-02-12T00:02:57.246Z[ recovery-image] Feb 12 00:02:56.995 INFO O| Feb 12 00:02:56.995 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86222026-02-12T00:02:57.270Z[ recovery-image] Feb 12 00:02:57.011 INFO O| Feb 12 00:02:57.011 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86232026-02-12T00:02:57.270Z[ recovery-image] Feb 12 00:02:57.011 INFO O| Feb 12 00:02:57.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86242026-02-12T00:02:57.270Z[ recovery-image] Feb 12 00:02:57.011 INFO O| Feb 12 00:02:57.011 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86252026-02-12T00:02:57.270Z[ recovery-image] Feb 12 00:02:57.011 INFO O| Feb 12 00:02:57.011 INFO STEP 15 (ensure_dir) COMPLETE
86262026-02-12T00:02:57.270Z[ recovery-image] Feb 12 00:02:57.011 INFO O| Feb 12 00:02:57.011 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86272026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.026 INFO O| Feb 12 00:02:57.026 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86282026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.026 INFO O| Feb 12 00:02:57.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86292026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.026 INFO O| Feb 12 00:02:57.026 INFO STEP 16 (ensure_dir) COMPLETE
86302026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.026 INFO O| Feb 12 00:02:57.026 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86312026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.039 INFO O| Feb 12 00:02:57.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86322026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.040 INFO O| Feb 12 00:02:57.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86332026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.040 INFO O| Feb 12 00:02:57.040 INFO STEP 17 (ensure_dir) COMPLETE
86342026-02-12T00:02:57.295Z[ recovery-image] Feb 12 00:02:57.040 INFO O| Feb 12 00:02:57.040 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86352026-02-12T00:02:57.321Z[ recovery-image] Feb 12 00:02:57.055 INFO O| Feb 12 00:02:57.055 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86362026-02-12T00:02:57.321Z[ recovery-image] Feb 12 00:02:57.055 INFO O| Feb 12 00:02:57.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
86372026-02-12T00:02:57.321Z[ recovery-image] Feb 12 00:02:57.055 INFO O| Feb 12 00:02:57.055 INFO ok!
86382026-02-12T00:02:57.321Z[ recovery-image] Feb 12 00:02:57.055 INFO O| Feb 12 00:02:57.055 INFO STEP 18 (ensure_symlink) COMPLETE
86392026-02-12T00:02:57.321Z[ recovery-image] Feb 12 00:02:57.055 INFO O| Feb 12 00:02:57.055 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86402026-02-12T00:02:57.321Z[ recovery-image] Feb 12 00:02:57.071 INFO O| Feb 12 00:02:57.071 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
86412026-02-12T00:02:57.322Z[ recovery-image] Feb 12 00:02:57.071 INFO O| Feb 12 00:02:57.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
86422026-02-12T00:02:57.322Z[ recovery-image] Feb 12 00:02:57.071 INFO O| Feb 12 00:02:57.071 INFO ok!
86432026-02-12T00:02:57.322Z[ recovery-image] Feb 12 00:02:57.071 INFO O| Feb 12 00:02:57.071 INFO STEP 19 (ensure_file) COMPLETE
86442026-02-12T00:02:57.322Z[ recovery-image] Feb 12 00:02:57.071 INFO O| Feb 12 00:02:57.071 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86452026-02-12T00:02:57.346Z[ recovery-image] Feb 12 00:02:57.088 INFO O| Feb 12 00:02:57.088 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
86462026-02-12T00:02:57.346Z[ recovery-image] Feb 12 00:02:57.088 INFO O| Feb 12 00:02:57.088 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86472026-02-12T00:02:57.346Z[ recovery-image] Feb 12 00:02:57.088 INFO O| Feb 12 00:02:57.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
86482026-02-12T00:02:57.346Z[ recovery-image] Feb 12 00:02:57.088 INFO O| Feb 12 00:02:57.088 INFO ok!
86492026-02-12T00:02:57.346Z[ recovery-image] Feb 12 00:02:57.088 INFO O| Feb 12 00:02:57.088 INFO STEP 20 (ensure_symlink) COMPLETE
86502026-02-12T00:02:57.347Z[ recovery-image] Feb 12 00:02:57.088 INFO O| Feb 12 00:02:57.088 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86512026-02-12T00:02:57.371Z[ recovery-image] Feb 12 00:02:57.107 INFO O| Feb 12 00:02:57.106 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
86522026-02-12T00:02:57.371Z[ recovery-image] Feb 12 00:02:57.107 INFO O| Feb 12 00:02:57.107 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86532026-02-12T00:02:57.371Z[ recovery-image] Feb 12 00:02:57.107 INFO O| Feb 12 00:02:57.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
86542026-02-12T00:02:57.372Z[ recovery-image] Feb 12 00:02:57.107 INFO O| Feb 12 00:02:57.107 INFO ok!
86552026-02-12T00:02:57.372Z[ recovery-image] Feb 12 00:02:57.107 INFO O| Feb 12 00:02:57.107 INFO STEP 21 (ensure_symlink) COMPLETE
86562026-02-12T00:02:57.372Z[ recovery-image] Feb 12 00:02:57.107 INFO O| Feb 12 00:02:57.107 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86572026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.124 INFO O| Feb 12 00:02:57.124 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
86582026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.124 INFO O| Feb 12 00:02:57.124 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86592026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.124 INFO O| Feb 12 00:02:57.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
86602026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.124 INFO O| Feb 12 00:02:57.124 INFO ok!
86612026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.124 INFO O| Feb 12 00:02:57.124 INFO STEP 22 (ensure_symlink) COMPLETE
86622026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.124 INFO O| Feb 12 00:02:57.124 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86632026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.143 INFO O| Feb 12 00:02:57.142 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
86642026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.143 INFO O| Feb 12 00:02:57.142 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86652026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.143 INFO O| Feb 12 00:02:57.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
86662026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.143 INFO O| Feb 12 00:02:57.143 INFO ok!
86672026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.143 INFO O| Feb 12 00:02:57.143 INFO STEP 23 (ensure_symlink) COMPLETE
86682026-02-12T00:02:57.396Z[ recovery-image] Feb 12 00:02:57.143 INFO O| Feb 12 00:02:57.143 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86692026-02-12T00:02:57.421Z[ recovery-image] Feb 12 00:02:57.165 INFO O| Feb 12 00:02:57.164 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86702026-02-12T00:02:57.421Z[ recovery-image] Feb 12 00:02:57.165 INFO O| Feb 12 00:02:57.165 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 ...
86712026-02-12T00:02:57.422Z[ recovery-image] Feb 12 00:02:57.165 INFO O| Feb 12 00:02:57.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
86722026-02-12T00:02:57.422Z[ recovery-image] Feb 12 00:02:57.165 INFO O| Feb 12 00:02:57.165 INFO ok!
86732026-02-12T00:02:57.422Z[ recovery-image] Feb 12 00:02:57.165 INFO O| Feb 12 00:02:57.165 INFO STEP 24 (ensure_file) COMPLETE
86742026-02-12T00:02:57.422Z[ recovery-image] Feb 12 00:02:57.165 INFO O| Feb 12 00:02:57.165 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86752026-02-12T00:02:57.446Z[ recovery-image] Feb 12 00:02:57.187 INFO O| Feb 12 00:02:57.186 INFO updating shadow file
86762026-02-12T00:02:57.446Z[ recovery-image] Feb 12 00:02:57.187 INFO O| Feb 12 00:02:57.187 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86772026-02-12T00:02:57.446Z[ recovery-image] Feb 12 00:02:57.187 INFO O| Feb 12 00:02:57.187 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86782026-02-12T00:02:57.446Z[ recovery-image] Feb 12 00:02:57.187 INFO O| Feb 12 00:02:57.187 INFO STEP 25 (shadow) COMPLETE
86792026-02-12T00:02:57.446Z[ recovery-image] Feb 12 00:02:57.187 INFO O| Feb 12 00:02:57.187 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86802026-02-12T00:02:57.472Z[ recovery-image] Feb 12 00:02:57.206 INFO O| Feb 12 00:02:57.206 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
86812026-02-12T00:02:57.472Z[ recovery-image] Feb 12 00:02:57.206 INFO O| Feb 12 00:02:57.206 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
86822026-02-12T00:02:57.472Z[ recovery-image] Feb 12 00:02:57.206 INFO O| Feb 12 00:02:57.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
86832026-02-12T00:02:57.472Z[ recovery-image] Feb 12 00:02:57.207 INFO O| Feb 12 00:02:57.206 INFO ok!
86842026-02-12T00:02:57.472Z[ recovery-image] Feb 12 00:02:57.207 INFO O| Feb 12 00:02:57.207 INFO STEP 26 (ensure_file) COMPLETE
86852026-02-12T00:02:57.472Z[ recovery-image] Feb 12 00:02:57.207 INFO O| Feb 12 00:02:57.207 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86862026-02-12T00:02:57.496Z[ recovery-image] Feb 12 00:02:57.232 INFO O| Feb 12 00:02:57.232 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
86872026-02-12T00:02:57.496Z[ recovery-image] Feb 12 00:02:57.232 INFO O| Feb 12 00:02:57.232 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
86882026-02-12T00:02:57.496Z[ recovery-image] Feb 12 00:02:57.232 INFO O| Feb 12 00:02:57.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
86892026-02-12T00:02:57.496Z[ recovery-image] Feb 12 00:02:57.232 INFO O| Feb 12 00:02:57.232 INFO ok!
86902026-02-12T00:02:57.496Z[ recovery-image] Feb 12 00:02:57.232 INFO O| Feb 12 00:02:57.232 INFO STEP 27 (ensure_file) COMPLETE
86912026-02-12T00:02:57.496Z[ recovery-image] Feb 12 00:02:57.232 INFO O| Feb 12 00:02:57.232 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86922026-02-12T00:02:57.521Z[ recovery-image] Feb 12 00:02:57.258 INFO O| Feb 12 00:02:57.258 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
86932026-02-12T00:02:57.521Z[ recovery-image] Feb 12 00:02:57.258 INFO O| Feb 12 00:02:57.258 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
86942026-02-12T00:02:57.521Z[ recovery-image] Feb 12 00:02:57.259 INFO O| Feb 12 00:02:57.258 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86952026-02-12T00:02:57.521Z[ recovery-image] Feb 12 00:02:57.259 INFO O| Feb 12 00:02:57.259 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86962026-02-12T00:02:57.521Z[ recovery-image] Feb 12 00:02:57.259 INFO O| Feb 12 00:02:57.259 INFO ok!
86972026-02-12T00:02:57.521Z[ recovery-image] Feb 12 00:02:57.259 INFO O| Feb 12 00:02:57.259 INFO STEP 28 (ensure_file) COMPLETE
86982026-02-12T00:02:57.521Z[ recovery-image] Feb 12 00:02:57.259 INFO O| Feb 12 00:02:57.259 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86992026-02-12T00:02:57.545Z[ recovery-image] Feb 12 00:02:57.283 INFO O| Feb 12 00:02:57.283 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
87002026-02-12T00:02:57.545Z[ recovery-image] Feb 12 00:02:57.283 INFO O| Feb 12 00:02:57.283 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
87012026-02-12T00:02:57.545Z[ recovery-image] Feb 12 00:02:57.283 INFO O| Feb 12 00:02:57.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
87022026-02-12T00:02:57.545Z[ recovery-image] Feb 12 00:02:57.283 INFO O| Feb 12 00:02:57.283 INFO ok!
87032026-02-12T00:02:57.545Z[ recovery-image] Feb 12 00:02:57.283 INFO O| Feb 12 00:02:57.283 INFO STEP 29 (ensure_file) COMPLETE
87042026-02-12T00:02:57.545Z[ recovery-image] Feb 12 00:02:57.283 INFO O| Feb 12 00:02:57.283 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
87052026-02-12T00:02:57.570Z[ recovery-image] Feb 12 00:02:57.304 INFO O| Feb 12 00:02:57.303 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
87062026-02-12T00:02:57.570Z[ recovery-image] Feb 12 00:02:57.304 INFO O| Feb 12 00:02:57.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
87072026-02-12T00:02:57.570Z[ recovery-image] Feb 12 00:02:57.304 INFO O| Feb 12 00:02:57.304 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
87082026-02-12T00:02:57.570Z[ recovery-image] Feb 12 00:02:57.304 INFO O| Feb 12 00:02:57.304 INFO STEP 30 (ensure_dir) COMPLETE
87092026-02-12T00:02:57.570Z[ recovery-image] Feb 12 00:02:57.304 INFO O| Feb 12 00:02:57.304 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87102026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.325 INFO O| Feb 12 00:02:57.325 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
87112026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.325 INFO O| Feb 12 00:02:57.325 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 ...
87122026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.326 INFO O| Feb 12 00:02:57.325 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
87132026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.326 INFO O| Feb 12 00:02:57.326 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
87142026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.326 INFO O| Feb 12 00:02:57.326 INFO ok!
87152026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.326 INFO O| Feb 12 00:02:57.326 INFO STEP 31 (ensure_file) COMPLETE
87162026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.326 INFO O| Feb 12 00:02:57.326 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
87172026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.343 INFO O| Feb 12 00:02:57.343 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
87182026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.343 INFO O| Feb 12 00:02:57.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
87192026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.343 INFO O| Feb 12 00:02:57.343 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
87202026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.343 INFO O| Feb 12 00:02:57.343 INFO STEP 32 (ensure_dir) COMPLETE
87212026-02-12T00:02:57.595Z[ recovery-image] Feb 12 00:02:57.343 INFO O| Feb 12 00:02:57.343 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87222026-02-12T00:02:57.619Z[ recovery-image] Feb 12 00:02:57.359 INFO O| Feb 12 00:02:57.359 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
87232026-02-12T00:02:57.619Z[ recovery-image] Feb 12 00:02:57.359 INFO O| Feb 12 00:02:57.359 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 ...
87242026-02-12T00:02:57.619Z[ recovery-image] Feb 12 00:02:57.360 INFO O| Feb 12 00:02:57.360 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
87252026-02-12T00:02:57.619Z[ recovery-image] Feb 12 00:02:57.360 INFO O| Feb 12 00:02:57.360 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
87262026-02-12T00:02:57.619Z[ recovery-image] Feb 12 00:02:57.360 INFO O| Feb 12 00:02:57.360 INFO ok!
87272026-02-12T00:02:57.619Z[ recovery-image] Feb 12 00:02:57.360 INFO O| Feb 12 00:02:57.360 INFO STEP 33 (ensure_file) COMPLETE
87282026-02-12T00:02:57.619Z[ recovery-image] Feb 12 00:02:57.360 INFO O| Feb 12 00:02:57.360 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87292026-02-12T00:02:57.644Z[ recovery-image] Feb 12 00:02:57.380 INFO O| Feb 12 00:02:57.380 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
87302026-02-12T00:02:57.644Z[ recovery-image] Feb 12 00:02:57.380 INFO O| Feb 12 00:02:57.380 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
87312026-02-12T00:02:57.644Z[ recovery-image] Feb 12 00:02:57.380 INFO O| Feb 12 00:02:57.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
87322026-02-12T00:02:57.644Z[ recovery-image] Feb 12 00:02:57.380 INFO O| Feb 12 00:02:57.380 INFO ok!
87332026-02-12T00:02:57.644Z[ recovery-image] Feb 12 00:02:57.380 INFO O| Feb 12 00:02:57.380 INFO STEP 34 (ensure_file) COMPLETE
87342026-02-12T00:02:57.644Z[ recovery-image] Feb 12 00:02:57.380 INFO O| Feb 12 00:02:57.380 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87352026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.400 INFO O| Feb 12 00:02:57.400 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
87362026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.400 INFO O| Feb 12 00:02:57.400 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
87372026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.401 INFO O| Feb 12 00:02:57.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
87382026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.401 INFO O| Feb 12 00:02:57.401 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
87392026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.401 INFO O| Feb 12 00:02:57.401 INFO ok!
87402026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.401 INFO O| Feb 12 00:02:57.401 INFO STEP 35 (ensure_file) COMPLETE
87412026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.401 INFO O| Feb 12 00:02:57.401 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87422026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.418 INFO O| Feb 12 00:02:57.418 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
87432026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.418 INFO O| Feb 12 00:02:57.418 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
87442026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.418 INFO O| Feb 12 00:02:57.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
87452026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.418 INFO O| Feb 12 00:02:57.418 INFO ok!
87462026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.418 INFO O| Feb 12 00:02:57.418 INFO STEP 36 (ensure_file) COMPLETE
87472026-02-12T00:02:57.669Z[ recovery-image] Feb 12 00:02:57.418 INFO O| Feb 12 00:02:57.418 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87482026-02-12T00:02:57.694Z[ recovery-image] Feb 12 00:02:57.435 INFO O| Feb 12 00:02:57.435 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87492026-02-12T00:02:57.694Z[ recovery-image] Feb 12 00:02:57.435 INFO O| Feb 12 00:02:57.435 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
87502026-02-12T00:02:57.694Z[ recovery-image] Feb 12 00:02:57.435 INFO O| Feb 12 00:02:57.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
87512026-02-12T00:02:57.694Z[ recovery-image] Feb 12 00:02:57.435 INFO O| Feb 12 00:02:57.435 INFO ok!
87522026-02-12T00:02:57.694Z[ recovery-image] Feb 12 00:02:57.435 INFO O| Feb 12 00:02:57.435 INFO STEP 37 (ensure_file) COMPLETE
87532026-02-12T00:02:57.694Z[ recovery-image] Feb 12 00:02:57.435 INFO O| Feb 12 00:02:57.435 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87542026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.449 INFO O| Feb 12 00:02:57.449 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
87552026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.449 INFO O| Feb 12 00:02:57.449 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
87562026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.450 INFO O| Feb 12 00:02:57.450 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87572026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.450 INFO O| Feb 12 00:02:57.450 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87582026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.450 INFO O| Feb 12 00:02:57.450 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87592026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.450 INFO O| Feb 12 00:02:57.450 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87602026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.450 INFO O| Feb 12 00:02:57.450 INFO ok!
87612026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.450 INFO O| Feb 12 00:02:57.450 INFO STEP 38 (ensure_file) COMPLETE
87622026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.450 INFO O| Feb 12 00:02:57.450 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87632026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.465 INFO O| Feb 12 00:02:57.464 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87642026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.465 INFO O| Feb 12 00:02:57.465 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87652026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.465 INFO O| Feb 12 00:02:57.465 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87662026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.465 INFO O| Feb 12 00:02:57.465 INFO STEP 39 (ensure_dir) COMPLETE
87672026-02-12T00:02:57.719Z[ recovery-image] Feb 12 00:02:57.465 INFO O| Feb 12 00:02:57.465 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87682026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.486 INFO O| Feb 12 00:02:57.486 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
87692026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.486 INFO O| Feb 12 00:02:57.486 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 ...
87702026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.487 INFO O| Feb 12 00:02:57.487 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
87712026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.487 INFO O| Feb 12 00:02:57.487 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
87722026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.487 INFO O| Feb 12 00:02:57.487 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
87732026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.487 INFO O| Feb 12 00:02:57.487 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
87742026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.487 INFO O| Feb 12 00:02:57.487 INFO ok!
87752026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.487 INFO O| Feb 12 00:02:57.487 INFO STEP 40 (ensure_file) COMPLETE
87762026-02-12T00:02:57.744Z[ recovery-image] Feb 12 00:02:57.487 INFO O| Feb 12 00:02:57.487 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87772026-02-12T00:02:57.769Z[ recovery-image] Feb 12 00:02:57.507 INFO O| Feb 12 00:02:57.507 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87782026-02-12T00:02:57.769Z[ recovery-image] Feb 12 00:02:57.507 INFO O| Feb 12 00:02:57.507 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 ...
87792026-02-12T00:02:57.769Z[ recovery-image] Feb 12 00:02:57.507 INFO O| Feb 12 00:02:57.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87802026-02-12T00:02:57.769Z[ recovery-image] Feb 12 00:02:57.507 INFO O| Feb 12 00:02:57.507 INFO ok!
87812026-02-12T00:02:57.769Z[ recovery-image] Feb 12 00:02:57.507 INFO O| Feb 12 00:02:57.507 INFO STEP 41 (ensure_symlink) COMPLETE
87822026-02-12T00:02:57.769Z[ recovery-image] Feb 12 00:02:57.507 INFO O| Feb 12 00:02:57.507 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87832026-02-12T00:02:57.794Z[ recovery-image] Feb 12 00:02:57.527 INFO O| Feb 12 00:02:57.527 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
87842026-02-12T00:02:57.794Z[ recovery-image] Feb 12 00:02:57.527 INFO O| Feb 12 00:02:57.527 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
87852026-02-12T00:02:57.794Z[ recovery-image] Feb 12 00:02:57.527 INFO O| Feb 12 00:02:57.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
87862026-02-12T00:02:57.794Z[ recovery-image] Feb 12 00:02:57.527 INFO O| Feb 12 00:02:57.527 INFO ok!
87872026-02-12T00:02:57.794Z[ recovery-image] Feb 12 00:02:57.527 INFO O| Feb 12 00:02:57.527 INFO STEP 42 (ensure_symlink) COMPLETE
87882026-02-12T00:02:57.794Z[ recovery-image] Feb 12 00:02:57.527 INFO O| Feb 12 00:02:57.527 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87892026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.546 INFO O| Feb 12 00:02:57.546 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
87902026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.546 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
87912026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.547 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87922026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.547 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87932026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.547 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87942026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.547 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87952026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.547 INFO ok!
87962026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.547 INFO STEP 43 (ensure_file) COMPLETE
87972026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.547 INFO O| Feb 12 00:02:57.547 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87982026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.564 INFO O| Feb 12 00:02:57.564 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
87992026-02-12T00:02:57.818Z[ recovery-image] Feb 12 00:02:57.564 INFO O| Feb 12 00:02:57.564 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 ...
88002026-02-12T00:02:57.819Z[ recovery-image] Feb 12 00:02:57.565 INFO O| Feb 12 00:02:57.565 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
88012026-02-12T00:02:57.819Z[ recovery-image] Feb 12 00:02:57.565 INFO O| Feb 12 00:02:57.565 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
88022026-02-12T00:02:57.819Z[ recovery-image] Feb 12 00:02:57.565 INFO O| Feb 12 00:02:57.565 INFO ok!
88032026-02-12T00:02:57.819Z[ recovery-image] Feb 12 00:02:57.565 INFO O| Feb 12 00:02:57.565 INFO STEP 44 (ensure_file) COMPLETE
88042026-02-12T00:02:57.819Z[ recovery-image] Feb 12 00:02:57.565 INFO O| Feb 12 00:02:57.565 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88052026-02-12T00:02:57.843Z[ recovery-image] Feb 12 00:02:57.581 INFO O| Feb 12 00:02:57.581 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
88062026-02-12T00:02:57.843Z[ recovery-image] Feb 12 00:02:57.581 INFO O| Feb 12 00:02:57.581 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
88072026-02-12T00:02:57.843Z[ recovery-image] Feb 12 00:02:57.582 INFO O| Feb 12 00:02:57.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
88082026-02-12T00:02:57.844Z[ recovery-image] Feb 12 00:02:57.582 INFO O| Feb 12 00:02:57.582 INFO ok!
88092026-02-12T00:02:57.844Z[ recovery-image] Feb 12 00:02:57.582 INFO O| Feb 12 00:02:57.582 INFO STEP 45 (ensure_file) COMPLETE
88102026-02-12T00:02:57.844Z[ recovery-image] Feb 12 00:02:57.582 INFO O| Feb 12 00:02:57.582 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88112026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.597 INFO O| Feb 12 00:02:57.597 INFO updating shadow file
88122026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.598 INFO O| Feb 12 00:02:57.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88132026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.598 INFO O| Feb 12 00:02:57.598 INFO STEP 46 (shadow) COMPLETE
88142026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.598 INFO O| Feb 12 00:02:57.598 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88152026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.619 INFO O| Feb 12 00:02:57.619 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
88162026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.619 INFO O| Feb 12 00:02:57.619 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
88172026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.619 INFO O| Feb 12 00:02:57.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
88182026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.619 INFO O| Feb 12 00:02:57.619 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
88192026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.619 INFO O| Feb 12 00:02:57.619 INFO ok!
88202026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.619 INFO O| Feb 12 00:02:57.619 INFO STEP 47 (ensure_file) COMPLETE
88212026-02-12T00:02:57.868Z[ recovery-image] Feb 12 00:02:57.619 INFO O| Feb 12 00:02:57.619 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88222026-02-12T00:02:57.893Z[ recovery-image] Feb 12 00:02:57.636 INFO O| Feb 12 00:02:57.636 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
88232026-02-12T00:02:57.893Z[ recovery-image] Feb 12 00:02:57.636 INFO O| Feb 12 00:02:57.636 INFO STEP 48 (ensure_dir) COMPLETE
88242026-02-12T00:02:57.893Z[ recovery-image] Feb 12 00:02:57.636 INFO O| Feb 12 00:02:57.636 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88252026-02-12T00:02:57.919Z[ recovery-image] Feb 12 00:02:57.653 INFO O| Feb 12 00:02:57.652 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
88262026-02-12T00:02:57.919Z[ recovery-image] Feb 12 00:02:57.653 INFO O| Feb 12 00:02:57.652 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
88272026-02-12T00:02:57.919Z[ recovery-image] Feb 12 00:02:57.653 INFO O| Feb 12 00:02:57.653 INFO STEP 49 (ensure_dir) COMPLETE
88282026-02-12T00:02:57.919Z[ recovery-image] Feb 12 00:02:57.653 INFO O| Feb 12 00:02:57.653 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88292026-02-12T00:02:57.943Z[ recovery-image] Feb 12 00:02:57.677 INFO O| Feb 12 00:02:57.677 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
88302026-02-12T00:02:57.943Z[ recovery-image] Feb 12 00:02:57.677 INFO O| Feb 12 00:02:57.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
88312026-02-12T00:02:57.943Z[ recovery-image] Feb 12 00:02:57.677 INFO O| Feb 12 00:02:57.677 INFO STEP 50 (ensure_dir) COMPLETE
88322026-02-12T00:02:57.943Z[ recovery-image] Feb 12 00:02:57.677 INFO O| Feb 12 00:02:57.677 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88332026-02-12T00:02:57.968Z[ recovery-image] Feb 12 00:02:57.697 INFO O| Feb 12 00:02:57.696 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
88342026-02-12T00:02:57.968Z[ recovery-image] Feb 12 00:02:57.697 INFO O| Feb 12 00:02:57.697 INFO copying /tmp/.tmposd5q7/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
88352026-02-12T00:02:58.023Z[ recovery-image] Feb 12 00:02:57.774 INFO O| Feb 12 00:02:57.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
88362026-02-12T00:02:58.023Z[ recovery-image] Feb 12 00:02:57.775 INFO O| Feb 12 00:02:57.774 INFO ok!
88372026-02-12T00:02:58.048Z[ recovery-image] Feb 12 00:02:57.775 INFO O| Feb 12 00:02:57.774 INFO STEP 51 (ensure_file) COMPLETE
88382026-02-12T00:02:58.048Z[ recovery-image] Feb 12 00:02:57.775 INFO O| Feb 12 00:02:57.774 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88392026-02-12T00:02:58.048Z[ recovery-image] Feb 12 00:02:57.789 INFO O| Feb 12 00:02:57.789 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
88402026-02-12T00:02:58.048Z[ recovery-image] Feb 12 00:02:57.790 INFO O| Feb 12 00:02:57.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
88412026-02-12T00:02:58.048Z[ recovery-image] Feb 12 00:02:57.790 INFO O| Feb 12 00:02:57.790 INFO STEP 52 (ensure_dir) COMPLETE
88422026-02-12T00:02:58.048Z[ recovery-image] Feb 12 00:02:57.790 INFO O| Feb 12 00:02:57.790 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88432026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.803 INFO O| Feb 12 00:02:57.803 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
88442026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.803 INFO O| Feb 12 00:02:57.803 INFO copying /tmp/.tmposd5q7/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
88452026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.804 INFO O| Feb 12 00:02:57.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
88462026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.804 INFO O| Feb 12 00:02:57.804 INFO ok!
88472026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.804 INFO O| Feb 12 00:02:57.804 INFO STEP 53 (ensure_file) COMPLETE
88482026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.804 INFO O| Feb 12 00:02:57.804 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88492026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.817 INFO O| Feb 12 00:02:57.817 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
88502026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.817 INFO O| Feb 12 00:02:57.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
88512026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.817 INFO O| Feb 12 00:02:57.817 INFO STEP 54 (ensure_dir) COMPLETE
88522026-02-12T00:02:58.073Z[ recovery-image] Feb 12 00:02:57.817 INFO O| Feb 12 00:02:57.817 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88532026-02-12T00:02:58.119Z[ recovery-image] Feb 12 00:02:57.872 INFO O| Feb 12 00:02:57.872 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
88542026-02-12T00:02:58.119Z[ recovery-image] Feb 12 00:02:57.872 INFO O| Feb 12 00:02:57.872 INFO copying /tmp/.tmposd5q7/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
88552026-02-12T00:03:01.022Z[ recovery-image] Feb 12 00:03:00.774 INFO O| Feb 12 00:03:00.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
88562026-02-12T00:03:01.022Z[ recovery-image] Feb 12 00:03:00.774 INFO O| Feb 12 00:03:00.774 INFO ok!
88572026-02-12T00:03:01.046Z[ recovery-image] Feb 12 00:03:00.774 INFO O| Feb 12 00:03:00.774 INFO STEP 55 (ensure_file) COMPLETE
88582026-02-12T00:03:01.046Z[ recovery-image] Feb 12 00:03:00.774 INFO O| Feb 12 00:03:00.774 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88592026-02-12T00:03:01.046Z[ recovery-image] Feb 12 00:03:00.793 INFO O| Feb 12 00:03:00.793 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
88602026-02-12T00:03:01.046Z[ recovery-image] Feb 12 00:03:00.793 INFO O| Feb 12 00:03:00.793 INFO copying /tmp/.tmposd5q7/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
88612026-02-12T00:03:03.905Z[ recovery-image] Feb 12 00:03:03.657 INFO O| Feb 12 00:03:03.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
88622026-02-12T00:03:03.905Z[ recovery-image] Feb 12 00:03:03.657 INFO O| Feb 12 00:03:03.657 INFO ok!
88632026-02-12T00:03:03.905Z[ recovery-image] Feb 12 00:03:03.657 INFO O| Feb 12 00:03:03.657 INFO STEP 56 (ensure_file) COMPLETE
88642026-02-12T00:03:03.929Z[ recovery-image] Feb 12 00:03:03.657 INFO O| Feb 12 00:03:03.657 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88652026-02-12T00:03:03.929Z[ recovery-image] Feb 12 00:03:03.675 INFO O| Feb 12 00:03:03.675 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88662026-02-12T00:03:03.930Z[ recovery-image] Feb 12 00:03:03.675 INFO O| Feb 12 00:03:03.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88672026-02-12T00:03:03.930Z[ recovery-image] Feb 12 00:03:03.675 INFO O| Feb 12 00:03:03.675 INFO STEP 57 (ensure_dir) COMPLETE
88682026-02-12T00:03:03.930Z[ recovery-image] Feb 12 00:03:03.675 INFO O| Feb 12 00:03:03.675 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88692026-02-12T00:03:03.954Z[ recovery-image] Feb 12 00:03:03.690 INFO O| Feb 12 00:03:03.690 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
88702026-02-12T00:03:03.954Z[ recovery-image] Feb 12 00:03:03.690 INFO O| Feb 12 00:03:03.690 INFO copying /tmp/.tmposd5q7/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 ...
88712026-02-12T00:03:03.954Z[ recovery-image] Feb 12 00:03:03.690 INFO O| Feb 12 00:03:03.690 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
88722026-02-12T00:03:03.954Z[ recovery-image] Feb 12 00:03:03.690 INFO O| Feb 12 00:03:03.690 INFO ok!
88732026-02-12T00:03:03.954Z[ recovery-image] Feb 12 00:03:03.690 INFO O| Feb 12 00:03:03.690 INFO STEP 58 (ensure_file) COMPLETE
88742026-02-12T00:03:03.954Z[ recovery-image] Feb 12 00:03:03.690 INFO O| Feb 12 00:03:03.690 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88752026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.709 INFO O| Feb 12 00:03:03.709 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
88762026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.709 INFO O| Feb 12 00:03:03.709 INFO copying /tmp/.tmposd5q7/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 ...
88772026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.709 INFO O| Feb 12 00:03:03.709 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
88782026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.709 INFO O| Feb 12 00:03:03.709 INFO ok!
88792026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.709 INFO O| Feb 12 00:03:03.709 INFO STEP 59 (ensure_file) COMPLETE
88802026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.709 INFO O| Feb 12 00:03:03.709 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88812026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.727 INFO O| Feb 12 00:03:03.727 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88822026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.727 INFO O| Feb 12 00:03:03.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88832026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.727 INFO O| Feb 12 00:03:03.727 INFO STEP 60 (ensure_dir) COMPLETE
88842026-02-12T00:03:03.979Z[ recovery-image] Feb 12 00:03:03.727 INFO O| Feb 12 00:03:03.727 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88852026-02-12T00:03:04.004Z[ recovery-image] Feb 12 00:03:03.742 INFO O| Feb 12 00:03:03.742 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
88862026-02-12T00:03:04.004Z[ recovery-image] Feb 12 00:03:03.742 INFO O| Feb 12 00:03:03.742 INFO copying /tmp/.tmposd5q7/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 ...
88872026-02-12T00:03:04.004Z[ recovery-image] Feb 12 00:03:03.742 INFO O| Feb 12 00:03:03.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
88882026-02-12T00:03:04.004Z[ recovery-image] Feb 12 00:03:03.742 INFO O| Feb 12 00:03:03.742 INFO ok!
88892026-02-12T00:03:04.004Z[ recovery-image] Feb 12 00:03:03.742 INFO O| Feb 12 00:03:03.742 INFO STEP 61 (ensure_file) COMPLETE
88902026-02-12T00:03:04.004Z[ recovery-image] Feb 12 00:03:03.742 INFO O| Feb 12 00:03:03.742 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88912026-02-12T00:03:04.028Z[ recovery-image] Feb 12 00:03:03.762 INFO O| Feb 12 00:03:03.762 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
88922026-02-12T00:03:04.028Z[ recovery-image] Feb 12 00:03:03.762 INFO O| Feb 12 00:03:03.762 INFO copying /tmp/.tmposd5q7/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 ...
88932026-02-12T00:03:04.028Z[ recovery-image] Feb 12 00:03:03.762 INFO O| Feb 12 00:03:03.762 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
88942026-02-12T00:03:04.028Z[ recovery-image] Feb 12 00:03:03.762 INFO O| Feb 12 00:03:03.762 INFO ok!
88952026-02-12T00:03:04.029Z[ recovery-image] Feb 12 00:03:03.762 INFO O| Feb 12 00:03:03.762 INFO STEP 62 (ensure_file) COMPLETE
88962026-02-12T00:03:04.029Z[ recovery-image] Feb 12 00:03:03.762 INFO O| Feb 12 00:03:03.762 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88972026-02-12T00:03:04.029Z[ recovery-image] Feb 12 00:03:03.779 INFO O| Feb 12 00:03:03.779 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88982026-02-12T00:03:04.029Z[ recovery-image] Feb 12 00:03:03.779 INFO O| Feb 12 00:03:03.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88992026-02-12T00:03:04.029Z[ recovery-image] Feb 12 00:03:03.779 INFO O| Feb 12 00:03:03.779 INFO STEP 63 (ensure_dir) COMPLETE
89002026-02-12T00:03:04.029Z[ recovery-image] Feb 12 00:03:03.779 INFO O| Feb 12 00:03:03.779 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89012026-02-12T00:03:04.053Z[ recovery-image] Feb 12 00:03:03.797 INFO O| Feb 12 00:03:03.797 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89022026-02-12T00:03:04.053Z[ recovery-image] Feb 12 00:03:03.797 INFO O| Feb 12 00:03:03.797 INFO copying /tmp/.tmposd5q7/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 ...
89032026-02-12T00:03:04.053Z[ recovery-image] Feb 12 00:03:03.797 INFO O| Feb 12 00:03:03.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89042026-02-12T00:03:04.053Z[ recovery-image] Feb 12 00:03:03.797 INFO O| Feb 12 00:03:03.797 INFO ok!
89052026-02-12T00:03:04.053Z[ recovery-image] Feb 12 00:03:03.797 INFO O| Feb 12 00:03:03.797 INFO STEP 64 (ensure_file) COMPLETE
89062026-02-12T00:03:04.053Z[ recovery-image] Feb 12 00:03:03.797 INFO O| Feb 12 00:03:03.797 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89072026-02-12T00:03:04.077Z[ recovery-image] Feb 12 00:03:03.812 INFO O| Feb 12 00:03:03.811 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
89082026-02-12T00:03:04.077Z[ recovery-image] Feb 12 00:03:03.812 INFO O| Feb 12 00:03:03.812 INFO copying /tmp/.tmposd5q7/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
89092026-02-12T00:03:04.077Z[ recovery-image] Feb 12 00:03:03.812 INFO O| Feb 12 00:03:03.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
89102026-02-12T00:03:04.078Z[ recovery-image] Feb 12 00:03:03.812 INFO O| Feb 12 00:03:03.812 INFO ok!
89112026-02-12T00:03:04.078Z[ recovery-image] Feb 12 00:03:03.812 INFO O| Feb 12 00:03:03.812 INFO STEP 65 (ensure_file) COMPLETE
89122026-02-12T00:03:04.078Z[ recovery-image] Feb 12 00:03:03.812 INFO O| Feb 12 00:03:03.812 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89132026-02-12T00:03:04.102Z[ recovery-image] Feb 12 00:03:03.832 INFO O| Feb 12 00:03:03.832 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
89142026-02-12T00:03:04.102Z[ recovery-image] Feb 12 00:03:03.832 INFO O| Feb 12 00:03:03.832 INFO STEP 66 (ensure_dir) COMPLETE
89152026-02-12T00:03:04.102Z[ recovery-image] Feb 12 00:03:03.832 INFO O| Feb 12 00:03:03.832 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89162026-02-12T00:03:04.102Z[ recovery-image] Feb 12 00:03:03.847 INFO O| Feb 12 00:03:03.847 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
89172026-02-12T00:03:04.102Z[ recovery-image] Feb 12 00:03:03.847 INFO O| Feb 12 00:03:03.847 INFO STEP 67 (ensure_dir) COMPLETE
89182026-02-12T00:03:04.102Z[ recovery-image] Feb 12 00:03:03.847 INFO O| Feb 12 00:03:03.847 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89192026-02-12T00:03:04.127Z[ recovery-image] Feb 12 00:03:03.862 INFO O| Feb 12 00:03:03.862 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
89202026-02-12T00:03:04.127Z[ recovery-image] Feb 12 00:03:03.862 INFO O| Feb 12 00:03:03.862 INFO STEP 68 (ensure_dir) COMPLETE
89212026-02-12T00:03:04.127Z[ recovery-image] Feb 12 00:03:03.862 INFO O| Feb 12 00:03:03.862 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89222026-02-12T00:03:04.127Z[ recovery-image] Feb 12 00:03:03.877 INFO O| Feb 12 00:03:03.877 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
89232026-02-12T00:03:04.127Z[ recovery-image] Feb 12 00:03:03.877 INFO O| Feb 12 00:03:03.877 INFO STEP 69 (ensure_dir) COMPLETE
89242026-02-12T00:03:04.127Z[ recovery-image] Feb 12 00:03:03.877 INFO O| Feb 12 00:03:03.877 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89252026-02-12T00:03:04.152Z[ recovery-image] Feb 12 00:03:03.893 INFO O| Feb 12 00:03:03.893 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
89262026-02-12T00:03:04.152Z[ recovery-image] Feb 12 00:03:03.893 INFO O| Feb 12 00:03:03.893 INFO copying /tmp/.tmposd5q7/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
89272026-02-12T00:03:04.152Z[ recovery-image] Feb 12 00:03:03.893 INFO O| Feb 12 00:03:03.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
89282026-02-12T00:03:04.152Z[ recovery-image] Feb 12 00:03:03.893 INFO O| Feb 12 00:03:03.893 INFO ok!
89292026-02-12T00:03:04.152Z[ recovery-image] Feb 12 00:03:03.893 INFO O| Feb 12 00:03:03.893 INFO STEP 70 (ensure_file) COMPLETE
89302026-02-12T00:03:04.152Z[ recovery-image] Feb 12 00:03:03.893 INFO O| Feb 12 00:03:03.893 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89312026-02-12T00:03:04.177Z[ recovery-image] Feb 12 00:03:03.909 INFO O| Feb 12 00:03:03.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
89322026-02-12T00:03:04.178Z[ recovery-image] Feb 12 00:03:03.909 INFO O| Feb 12 00:03:03.909 INFO STEP 71 (remove_files) COMPLETE
89332026-02-12T00:03:04.178Z[ recovery-image] Feb 12 00:03:03.909 INFO O| Feb 12 00:03:03.909 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89342026-02-12T00:03:04.178Z[ recovery-image] Feb 12 00:03:03.925 INFO O| Feb 12 00:03:03.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
89352026-02-12T00:03:04.178Z[ recovery-image] Feb 12 00:03:03.926 INFO O| Feb 12 00:03:03.926 INFO STEP 72 (remove_files) COMPLETE
89362026-02-12T00:03:04.178Z[ recovery-image] Feb 12 00:03:03.926 INFO O| Feb 12 00:03:03.926 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89372026-02-12T00:03:04.208Z[ recovery-image] Feb 12 00:03:03.938 INFO O| Feb 12 00:03:03.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
89382026-02-12T00:03:04.208Z[ recovery-image] Feb 12 00:03:03.938 INFO O| Feb 12 00:03:03.938 INFO STEP 73 (remove_files) COMPLETE
89392026-02-12T00:03:04.208Z[ recovery-image] Feb 12 00:03:03.938 INFO O| Feb 12 00:03:03.938 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89402026-02-12T00:03:04.208Z[ recovery-image] Feb 12 00:03:03.950 INFO O| Feb 12 00:03:03.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
89412026-02-12T00:03:04.208Z[ recovery-image] Feb 12 00:03:03.950 INFO O| Feb 12 00:03:03.950 INFO STEP 74 (remove_files) COMPLETE
89422026-02-12T00:03:04.208Z[ recovery-image] Feb 12 00:03:03.950 INFO O| Feb 12 00:03:03.950 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89432026-02-12T00:03:04.233Z[ recovery-image] Feb 12 00:03:03.965 INFO O| Feb 12 00:03:03.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
89442026-02-12T00:03:04.233Z[ recovery-image] Feb 12 00:03:03.966 INFO O| Feb 12 00:03:03.966 INFO STEP 75 (remove_files) COMPLETE
89452026-02-12T00:03:04.233Z[ recovery-image] Feb 12 00:03:03.966 INFO O| Feb 12 00:03:03.966 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89462026-02-12T00:03:04.233Z[ recovery-image] Feb 12 00:03:03.980 INFO O| Feb 12 00:03:03.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
89472026-02-12T00:03:04.233Z[ recovery-image] Feb 12 00:03:03.981 INFO O| Feb 12 00:03:03.980 INFO STEP 76 (remove_files) COMPLETE
89482026-02-12T00:03:04.233Z[ recovery-image] Feb 12 00:03:03.981 INFO O| Feb 12 00:03:03.980 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89492026-02-12T00:03:04.257Z[ recovery-image] Feb 12 00:03:03.994 INFO O| Feb 12 00:03:03.994 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
89502026-02-12T00:03:04.257Z[ recovery-image] Feb 12 00:03:03.994 INFO O| Feb 12 00:03:03.994 INFO STEP 77 (remove_files) COMPLETE
89512026-02-12T00:03:04.257Z[ recovery-image] Feb 12 00:03:03.994 INFO O| Feb 12 00:03:03.994 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89522026-02-12T00:03:04.257Z[ recovery-image] Feb 12 00:03:04.008 INFO O| Feb 12 00:03:04.008 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
89532026-02-12T00:03:04.257Z[ recovery-image] Feb 12 00:03:04.008 INFO O| Feb 12 00:03:04.008 INFO STEP 78 (remove_files) COMPLETE
89542026-02-12T00:03:04.257Z[ recovery-image] Feb 12 00:03:04.008 INFO O| Feb 12 00:03:04.008 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89552026-02-12T00:03:04.282Z[ recovery-image] Feb 12 00:03:04.028 INFO O| Feb 12 00:03:04.028 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
89562026-02-12T00:03:04.282Z[ recovery-image] Feb 12 00:03:04.028 INFO O| Feb 12 00:03:04.028 INFO STEP 79 (remove_files) COMPLETE
89572026-02-12T00:03:04.282Z[ recovery-image] Feb 12 00:03:04.028 INFO O| Feb 12 00:03:04.028 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89582026-02-12T00:03:04.306Z[ recovery-image] Feb 12 00:03:04.044 INFO O| Feb 12 00:03:04.044 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
89592026-02-12T00:03:04.306Z[ recovery-image] Feb 12 00:03:04.044 INFO O| Feb 12 00:03:04.044 INFO STEP 80 (remove_files) COMPLETE
89602026-02-12T00:03:04.306Z[ recovery-image] Feb 12 00:03:04.044 INFO O| Feb 12 00:03:04.044 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89612026-02-12T00:03:04.330Z[ recovery-image] Feb 12 00:03:04.061 INFO O| Feb 12 00:03:04.061 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
89622026-02-12T00:03:04.330Z[ recovery-image] Feb 12 00:03:04.061 INFO O| Feb 12 00:03:04.061 INFO STEP 81 (remove_files) COMPLETE
89632026-02-12T00:03:04.330Z[ recovery-image] Feb 12 00:03:04.061 INFO O| Feb 12 00:03:04.061 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89642026-02-12T00:03:04.331Z[ recovery-image] Feb 12 00:03:04.075 INFO O| Feb 12 00:03:04.075 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
89652026-02-12T00:03:04.331Z[ recovery-image] Feb 12 00:03:04.075 INFO O| Feb 12 00:03:04.075 INFO STEP 82 (remove_files) COMPLETE
89662026-02-12T00:03:04.331Z[ recovery-image] Feb 12 00:03:04.076 INFO O| Feb 12 00:03:04.075 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89672026-02-12T00:03:04.355Z[ recovery-image] Feb 12 00:03:04.095 INFO O| Feb 12 00:03:04.095 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
89682026-02-12T00:03:04.355Z[ recovery-image] Feb 12 00:03:04.096 INFO O| Feb 12 00:03:04.096 INFO STEP 83 (remove_files) COMPLETE
89692026-02-12T00:03:04.355Z[ recovery-image] Feb 12 00:03:04.096 INFO O| Feb 12 00:03:04.096 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89702026-02-12T00:03:04.379Z[ recovery-image] Feb 12 00:03:04.114 INFO O| Feb 12 00:03:04.114 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
89712026-02-12T00:03:04.379Z[ recovery-image] Feb 12 00:03:04.114 INFO O| Feb 12 00:03:04.114 INFO STEP 84 (remove_files) COMPLETE
89722026-02-12T00:03:04.379Z[ recovery-image] Feb 12 00:03:04.114 INFO O| Feb 12 00:03:04.114 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89732026-02-12T00:03:04.379Z[ recovery-image] Feb 12 00:03:04.129 INFO O| Feb 12 00:03:04.129 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
89742026-02-12T00:03:04.379Z[ recovery-image] Feb 12 00:03:04.129 INFO O| Feb 12 00:03:04.129 INFO STEP 85 (remove_files) COMPLETE
89752026-02-12T00:03:04.379Z[ recovery-image] Feb 12 00:03:04.129 INFO O| Feb 12 00:03:04.129 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89762026-02-12T00:03:04.404Z[ recovery-image] Feb 12 00:03:04.143 INFO O| Feb 12 00:03:04.143 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
89772026-02-12T00:03:04.404Z[ recovery-image] Feb 12 00:03:04.143 INFO O| Feb 12 00:03:04.143 INFO STEP 86 (remove_files) COMPLETE
89782026-02-12T00:03:04.404Z[ recovery-image] Feb 12 00:03:04.143 INFO O| Feb 12 00:03:04.143 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89792026-02-12T00:03:04.428Z[ recovery-image] Feb 12 00:03:04.159 INFO O| Feb 12 00:03:04.159 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
89802026-02-12T00:03:04.428Z[ recovery-image] Feb 12 00:03:04.159 INFO O| Feb 12 00:03:04.159 INFO STEP 87 (remove_files) COMPLETE
89812026-02-12T00:03:04.428Z[ recovery-image] Feb 12 00:03:04.159 INFO O| Feb 12 00:03:04.159 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89822026-02-12T00:03:04.428Z[ recovery-image] Feb 12 00:03:04.174 INFO O| Feb 12 00:03:04.174 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
89832026-02-12T00:03:04.428Z[ recovery-image] Feb 12 00:03:04.174 INFO O| Feb 12 00:03:04.174 INFO STEP 88 (remove_files) COMPLETE
89842026-02-12T00:03:04.428Z[ recovery-image] Feb 12 00:03:04.174 INFO O| Feb 12 00:03:04.174 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89852026-02-12T00:03:04.452Z[ recovery-image] Feb 12 00:03:04.188 INFO O| Feb 12 00:03:04.188 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
89862026-02-12T00:03:04.452Z[ recovery-image] Feb 12 00:03:04.188 INFO O| Feb 12 00:03:04.188 INFO STEP 89 (remove_files) COMPLETE
89872026-02-12T00:03:04.452Z[ recovery-image] Feb 12 00:03:04.188 INFO O| Feb 12 00:03:04.188 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89882026-02-12T00:03:04.452Z[ recovery-image] Feb 12 00:03:04.204 INFO O| Feb 12 00:03:04.204 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
89892026-02-12T00:03:04.452Z[ recovery-image] Feb 12 00:03:04.204 INFO O| Feb 12 00:03:04.204 INFO STEP 90 (remove_files) COMPLETE
89902026-02-12T00:03:04.452Z[ recovery-image] Feb 12 00:03:04.204 INFO O| Feb 12 00:03:04.204 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89912026-02-12T00:03:04.476Z[ recovery-image] Feb 12 00:03:04.220 INFO O| Feb 12 00:03:04.220 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
89922026-02-12T00:03:04.476Z[ recovery-image] Feb 12 00:03:04.220 INFO O| Feb 12 00:03:04.220 INFO STEP 91 (remove_files) COMPLETE
89932026-02-12T00:03:04.476Z[ recovery-image] Feb 12 00:03:04.220 INFO O| Feb 12 00:03:04.220 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89942026-02-12T00:03:04.500Z[ recovery-image] Feb 12 00:03:04.237 INFO O| Feb 12 00:03:04.236 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
89952026-02-12T00:03:04.500Z[ recovery-image] Feb 12 00:03:04.237 INFO O| Feb 12 00:03:04.237 INFO STEP 92 (remove_files) COMPLETE
89962026-02-12T00:03:04.500Z[ recovery-image] Feb 12 00:03:04.237 INFO O| Feb 12 00:03:04.237 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89972026-02-12T00:03:04.500Z[ recovery-image] Feb 12 00:03:04.252 INFO O| Feb 12 00:03:04.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
89982026-02-12T00:03:04.500Z[ recovery-image] Feb 12 00:03:04.252 INFO O| Feb 12 00:03:04.252 INFO STEP 93 (remove_files) COMPLETE
89992026-02-12T00:03:04.500Z[ recovery-image] Feb 12 00:03:04.252 INFO O| Feb 12 00:03:04.252 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90002026-02-12T00:03:04.525Z[ recovery-image] Feb 12 00:03:04.265 INFO O| Feb 12 00:03:04.265 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
90012026-02-12T00:03:04.525Z[ recovery-image] Feb 12 00:03:04.266 INFO O| Feb 12 00:03:04.265 INFO STEP 94 (remove_files) COMPLETE
90022026-02-12T00:03:04.525Z[ recovery-image] Feb 12 00:03:04.266 INFO O| Feb 12 00:03:04.265 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90032026-02-12T00:03:04.549Z[ recovery-image] Feb 12 00:03:04.279 INFO O| Feb 12 00:03:04.279 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
90042026-02-12T00:03:04.549Z[ recovery-image] Feb 12 00:03:04.279 INFO O| Feb 12 00:03:04.279 INFO STEP 95 (remove_files) COMPLETE
90052026-02-12T00:03:04.549Z[ recovery-image] Feb 12 00:03:04.279 INFO O| Feb 12 00:03:04.279 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90062026-02-12T00:03:04.550Z[ recovery-image] Feb 12 00:03:04.293 INFO O| Feb 12 00:03:04.293 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
90072026-02-12T00:03:04.550Z[ recovery-image] Feb 12 00:03:04.293 INFO O| Feb 12 00:03:04.293 INFO STEP 96 (remove_files) COMPLETE
90082026-02-12T00:03:04.550Z[ recovery-image] Feb 12 00:03:04.293 INFO O| Feb 12 00:03:04.293 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90092026-02-12T00:03:04.574Z[ recovery-image] Feb 12 00:03:04.306 INFO O| Feb 12 00:03:04.306 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
90102026-02-12T00:03:04.574Z[ recovery-image] Feb 12 00:03:04.306 INFO O| Feb 12 00:03:04.306 INFO STEP 97 (remove_files) COMPLETE
90112026-02-12T00:03:04.574Z[ recovery-image] Feb 12 00:03:04.306 INFO O| Feb 12 00:03:04.306 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90122026-02-12T00:03:04.574Z[ recovery-image] Feb 12 00:03:04.325 INFO O| Feb 12 00:03:04.325 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
90132026-02-12T00:03:04.574Z[ recovery-image] Feb 12 00:03:04.325 INFO O| Feb 12 00:03:04.325 INFO STEP 98 (remove_files) COMPLETE
90142026-02-12T00:03:04.574Z[ recovery-image] Feb 12 00:03:04.325 INFO O| Feb 12 00:03:04.325 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90152026-02-12T00:03:04.598Z[ recovery-image] Feb 12 00:03:04.339 INFO O| Feb 12 00:03:04.339 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
90162026-02-12T00:03:04.598Z[ recovery-image] Feb 12 00:03:04.339 INFO O| Feb 12 00:03:04.339 INFO STEP 99 (remove_files) COMPLETE
90172026-02-12T00:03:04.598Z[ recovery-image] Feb 12 00:03:04.339 INFO O| Feb 12 00:03:04.339 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90182026-02-12T00:03:04.622Z[ recovery-image] Feb 12 00:03:04.357 INFO O| Feb 12 00:03:04.357 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
90192026-02-12T00:03:04.622Z[ recovery-image] Feb 12 00:03:04.359 INFO O| Feb 12 00:03:04.358 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
90202026-02-12T00:03:12.063Z[ recovery-image] Feb 12 00:03:11.816 INFO O| Feb 12 00:03:11.816 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
90212026-02-12T00:03:12.063Z[ recovery-image] Feb 12 00:03:11.816 INFO O| Feb 12 00:03:11.816 INFO E| svccfg: Loaded 68 smf(7) service descriptions
90222026-02-12T00:03:12.088Z[ recovery-image] Feb 12 00:03:11.837 INFO O| Feb 12 00:03:11.837 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
90232026-02-12T00:03:12.315Z[ recovery-image] Feb 12 00:03:12.067 INFO O| Feb 12 00:03:12.067 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
90242026-02-12T00:03:12.445Z[ recovery-image] Feb 12 00:03:12.198 INFO O| Feb 12 00:03:12.197 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
90252026-02-12T00:03:12.600Z[ recovery-image] Feb 12 00:03:12.353 INFO O| Feb 12 00:03:12.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
90262026-02-12T00:03:12.600Z[ recovery-image] Feb 12 00:03:12.353 INFO O| Feb 12 00:03:12.353 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 ...
90272026-02-12T00:03:12.624Z[ recovery-image] Feb 12 00:03:12.356 INFO O| Feb 12 00:03:12.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
90282026-02-12T00:03:12.624Z[ recovery-image] Feb 12 00:03:12.356 INFO O| Feb 12 00:03:12.356 INFO ok!
90292026-02-12T00:03:12.624Z[ recovery-image] Feb 12 00:03:12.356 INFO O| Feb 12 00:03:12.356 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
90302026-02-12T00:03:12.624Z[ recovery-image] Feb 12 00:03:12.356 INFO O| Feb 12 00:03:12.356 INFO STEP 100 (seed_smf) COMPLETE
90312026-02-12T00:03:12.624Z[ recovery-image] Feb 12 00:03:12.356 INFO O| Feb 12 00:03:12.356 INFO steps complete; finalising image!
90322026-02-12T00:03:12.624Z[ recovery-image] Feb 12 00:03:12.356 INFO O| Feb 12 00:03:12.356 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
90332026-02-12T00:03:12.703Z[ recovery-image] Feb 12 00:03:12.455 INFO O| Feb 12 00:03:12.455 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu Feb 12 00:03:12 2026)
90342026-02-12T00:03:12.921Z[ recovery-image] Feb 12 00:03:12.673 INFO O| Feb 12 00:03:12.673 INFO trim TEMPORARY-sled-zfs-recovery: (69% trimmed, started at Thu Feb 12 00:03:12 2026)
90352026-02-12T00:03:13.155Z[ recovery-image] Feb 12 00:03:12.907 INFO O| Feb 12 00:03:12.907 INFO temporary pool has 420M used, 1.34G avail, 1.00x compressratio
90362026-02-12T00:03:13.155Z[ recovery-image] Feb 12 00:03:12.907 INFO O| Feb 12 00:03:12.907 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
90372026-02-12T00:03:13.493Z[ recovery-image] Feb 12 00:03:13.245 INFO O| Feb 12 00:03:13.245 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
90382026-02-12T00:03:13.493Z[ recovery-image] Feb 12 00:03:13.245 INFO O| Feb 12 00:03:13.245 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
90392026-02-12T00:03:18.061Z[ recovery-image] Feb 12 00:03:17.814 INFO O| Feb 12 00:03:17.814 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90402026-02-12T00:03:18.061Z[ recovery-image] Feb 12 00:03:17.814 INFO O| Feb 12 00:03:17.814 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90412026-02-12T00:03:18.085Z[ recovery-image] Feb 12 00:03:17.814 INFO O| Feb 12 00:03:17.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90422026-02-12T00:03:18.085Z[ recovery-image] Feb 12 00:03:17.814 INFO O| Feb 12 00:03:17.814 INFO completed processing sled/zfs-recovery
90432026-02-12T00:03:18.085Z[ recovery-image] Feb 12 00:03:17.814 INFO O| Feb 12 00:03:17.814 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
90442026-02-12T00:03:18.199Z[ recovery-image] Feb 12 00:03:17.952 INFO O| Feb 12 00:03:17.952 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
90452026-02-12T00:03:18.256Z[ recovery-image] Feb 12 00:03:18.009 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n"
90462026-02-12T00:03:18.280Z[ recovery-image] Feb 12 00:03:18.010 INFO expanded image name: "recovery b94ffbf/${os_short_commit} 2026-02-11 23:07" -> "recovery b94ffbf/d522c04 2026-02-11 23:07"
90472026-02-12T00:03:18.281Z[ recovery-image] Feb 12 00:03:18.011 INFO output artefacts stored in: "/work/os-recovery"
90482026-02-12T00:03:18.281Z[ recovery-image] Feb 12 00:03:18.012 INFO collecting git info from project "phbl"...
90492026-02-12T00:03:18.305Z[ recovery-image] Feb 12 00:03:18.055 INFO collecting git info from project "amd-firmware"...
90502026-02-12T00:03:18.686Z[ recovery-image] Feb 12 00:03:18.439 INFO collecting git info from project "amd-host-image-builder"...
90512026-02-12T00:03:18.807Z[ recovery-image] Feb 12 00:03:18.559 INFO collecting git info from project "chelsio-t6-roms"...
90522026-02-12T00:03:18.860Z[ recovery-image] Feb 12 00:03:18.612 INFO collecting git info from project "pinprick"...
90532026-02-12T00:03:18.884Z[ recovery-image] Feb 12 00:03:18.630 INFO collecting git info from project "image-builder"...
90542026-02-12T00:03:18.908Z[ recovery-image] Feb 12 00:03:18.652 INFO collecting git info from project "dmar-report"...
90552026-02-12T00:03:18.934Z[ recovery-image] Feb 12 00:03:18.687 INFO collecting git info from project "bootserver"...
90562026-02-12T00:03:18.958Z[ recovery-image] Feb 12 00:03:18.704 INFO collecting git info from project "pilot"...
90572026-02-12T00:03:18.997Z[ recovery-image] Feb 12 00:03:18.749 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
90582026-02-12T00:03:19.519Z[ recovery-image] Feb 12 00:03:19.271 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
90592026-02-12T00:03:20.037Z[ recovery-image] Feb 12 00:03:19.790 INFO creating Oxide boot image...
90602026-02-12T00:03:20.061Z[ recovery-image] Feb 12 00:03:19.791 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery b94ffbf/d522c04 2026-02-11 23:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
90612026-02-12T00:03:45.094Z[ host-image] Feb 12 00:03:44.847 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23760:20260210T214944Z
90622026-02-12T00:03:45.095Z[ host-image] Feb 12 00:03:44.847 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23760:20260210T214944Z
90632026-02-12T00:03:45.140Z[ host-image] Feb 12 00:03:44.847 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
90642026-02-12T00:03:45.140Z[ host-image] Feb 12 00:03:44.848 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
90652026-02-12T00:03:45.140Z[ host-image] Feb 12 00:03:44.848 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
90662026-02-12T00:03:45.140Z[ host-image] Feb 12 00:03:44.848 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
90672026-02-12T00:03:45.140Z[ host-image] Feb 12 00:03:44.848 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
90682026-02-12T00:03:45.140Z[ host-image] Feb 12 00:03:44.848 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
90692026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.849 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0:20260211T230903Z
90702026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.849 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
90712026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.849 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
90722026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.849 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23760:20260210T214944Z
90732026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.850 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23760:20260210T214945Z
90742026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.851 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23760:20260210T214945Z
90752026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.851 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23760:20260210T214945Z
90762026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.851 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
90772026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.851 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23760:20260210T214946Z
90782026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23760:20260210T214946Z
90792026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23760:20260210T214946Z
90802026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23760:20260210T214946Z
90812026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23760:20260210T214947Z
90822026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23760:20260210T214947Z
90832026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23760:20260210T214947Z
90842026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23760:20260210T214948Z
90852026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.852 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23760:20260210T214948Z
90862026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23760:20260210T214949Z
90872026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23760:20260210T214950Z
90882026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23760:20260210T214950Z
90892026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23760:20260210T214951Z
90902026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23760:20260210T214952Z
90912026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
90922026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23760:20260210T214953Z
90932026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23760:20260210T214955Z
90942026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23760:20260210T214956Z
90952026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.853 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23760:20260210T214957Z
90962026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.854 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23760:20260210T214958Z
90972026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.854 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23760:20260210T214958Z
90982026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.859 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
90992026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.859 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23760:20260210T214958Z
91002026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.859 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
91012026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.859 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
91022026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.859 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
91032026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.860 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23760:20260210T214959Z
91042026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.860 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
91052026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.860 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
91062026-02-12T00:03:45.141Z[ host-image] Feb 12 00:03:44.860 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
91072026-02-12T00:03:45.142Z[ host-image] Feb 12 00:03:44.860 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
91082026-02-12T00:03:45.142Z[ host-image] Feb 12 00:03:44.866 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
91092026-02-12T00:03:45.142Z[ host-image] Feb 12 00:03:44.866 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
91102026-02-12T00:03:45.142Z[ host-image] Feb 12 00:03:44.866 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
91112026-02-12T00:03:45.142Z[ host-image] Feb 12 00:03:44.867 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
91122026-02-12T00:03:45.142Z[ host-image] Feb 12 00:03:44.867 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
91132026-02-12T00:03:45.142Z[ host-image] Feb 12 00:03:44.867 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
91142026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.884 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
91152026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
91162026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
91172026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23760:20260210T215001Z
91182026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23760:20260210T215006Z
91192026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
91202026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23760:20260210T215007Z
91212026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
91222026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
91232026-02-12T00:03:45.166Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
91242026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
91252026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23760:20260210T215007Z
91262026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.885 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
91272026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.887 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
91282026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.887 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
91292026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.887 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
91302026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.888 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23760:20260210T215007Z
91312026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.888 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
91322026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.894 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
91332026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.894 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23760:20260210T215008Z
91342026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.895 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23760:20260210T215008Z
91352026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.895 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23760:20260210T215008Z
91362026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.895 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
91372026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.895 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23760:20260210T215010Z
91382026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.896 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23760:20260210T215010Z
91392026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.896 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23760:20260210T215010Z
91402026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.896 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23760:20260210T215010Z
91412026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.897 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
91422026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.898 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23760:20260210T215011Z
91432026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.898 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23760:20260210T215012Z
91442026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.898 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
91452026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.898 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23760:20260210T215012Z
91462026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.898 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23760:20260210T215012Z
91472026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.898 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23760:20260210T215012Z
91482026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.898 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23760:20260210T215012Z
91492026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.902 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23760:20260210T215012Z
91502026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.902 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
91512026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.903 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23760:20260210T215012Z
91522026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.904 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23760:20260210T215013Z
91532026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.904 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23760:20260210T215013Z
91542026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.904 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23760:20260210T215013Z
91552026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.904 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23760:20260210T215013Z
91562026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.904 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23760:20260210T215014Z
91572026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.905 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23760:20260210T215014Z
91582026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.909 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23760:20260210T215015Z
91592026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.909 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23760:20260210T215014Z
91602026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.909 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23760:20260210T215014Z
91612026-02-12T00:03:45.167Z[ host-image] Feb 12 00:03:44.910 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23760:20260210T215015Z
91622026-02-12T00:03:45.168Z[ host-image] Feb 12 00:03:44.910 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23760:20260210T215015Z
91632026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.920 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23760:20260210T215018Z
91642026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.920 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23760:20260210T215015Z
91652026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.920 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23760:20260210T215015Z
91662026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.920 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
91672026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.920 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
91682026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.933 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23760:20260210T215016Z
91692026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.933 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
91702026-02-12T00:03:45.192Z[ host-image] Feb 12 00:03:44.933 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23760:20260210T215016Z
91712026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.933 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23760:20260210T215016Z
91722026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.934 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23760:20260210T215016Z
91732026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.934 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
91742026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.934 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
91752026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.934 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23760:20260210T215017Z
91762026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.934 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23760:20260210T215017Z
91772026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.935 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23760:20260210T215017Z
91782026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.935 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23760:20260210T215017Z
91792026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.935 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23760:20260210T215018Z
91802026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.935 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23760:20260210T215018Z
91812026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.936 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
91822026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.936 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23760:20260210T215019Z
91832026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.937 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23760:20260210T215019Z
91842026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.937 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23760:20260210T215019Z
91852026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.937 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23760:20260210T215020Z
91862026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.937 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23760:20260210T215019Z
91872026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23760:20260210T215020Z
91882026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
91892026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
91902026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23760:20260210T215022Z
91912026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23760:20260210T215022Z
91922026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
91932026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
91942026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
91952026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
91962026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.938 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
91972026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.939 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
91982026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.940 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
91992026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.940 INFO O| tempdir @ "/tmp/.tmpNnjX5c/tmp"
92002026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.940 INFO O| image root @ "/tmp/.tmpNnjX5c/tmp/root"
92012026-02-12T00:03:45.193Z[ host-image] Feb 12 00:03:44.940 INFO O| creating image...
92022026-02-12T00:03:45.731Z[ host-image] Feb 12 00:03:45.484 INFO O| copying publishers...
92032026-02-12T00:04:27.349Z[ recovery-image] Feb 12 00:04:27.103 INFO O| ok, image written!
92042026-02-12T00:04:27.373Z[ recovery-image] Feb 12 00:04:27.103 INFO O| ok, boot_image_csum file written!
92052026-02-12T00:04:27.373Z[ recovery-image] Feb 12 00:04:27.113 INFO creating boot archive (CPIO)...
92062026-02-12T00:04:27.373Z[ recovery-image] Feb 12 00:04:27.113 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
92072026-02-12T00:04:27.397Z[ recovery-image] Feb 12 00:04:27.129 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
92082026-02-12T00:04:27.397Z[ recovery-image] Feb 12 00:04:27.129 INFO E| + outfile=/work/os-recovery/cpio
92092026-02-12T00:04:27.397Z[ recovery-image] Feb 12 00:04:27.129 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
92102026-02-12T00:04:27.398Z[ recovery-image] Feb 12 00:04:27.132 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
92112026-02-12T00:04:27.398Z[ recovery-image] Feb 12 00:04:27.132 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
92122026-02-12T00:04:27.430Z[ recovery-image] Feb 12 00:04:27.180 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
92132026-02-12T00:04:27.430Z[ recovery-image] Feb 12 00:04:27.180 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
92142026-02-12T00:04:27.453Z[ recovery-image] Feb 12 00:04:27.194 INFO creating compressed cpio/unix for dev loaders...
92152026-02-12T00:04:27.453Z[ recovery-image] Feb 12 00:04:27.194 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
92162026-02-12T00:04:28.049Z[ recovery-image] Feb 12 00:04:27.803 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
92172026-02-12T00:04:35.135Z[ recovery-image] Feb 12 00:04:34.890 INFO creating reset image...
92182026-02-12T00:04:35.136Z[ recovery-image] Feb 12 00:04:34.890 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
92192026-02-12T00:04:45.100Z[ host-image] Feb 12 00:04:44.855 INFO O| adding properties...
92202026-02-12T00:04:46.956Z[ host-image] Feb 12 00:04:46.711 INFO O| installing packages...
92212026-02-12T00:05:36.543Z[ host-image] Feb 12 00:05:36.298 INFO O| seeding SMF database...
92222026-02-12T00:05:39.549Z[ recovery-image] Feb 12 00:05:39.281 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')"
92232026-02-12T00:05:39.549Z[ recovery-image] Feb 12 00:05:39.281 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")
92242026-02-12T00:05:40.101Z[ recovery-image] Feb 12 00:05:39.857 INFO E| Updating crates.io index
92252026-02-12T00:05:40.615Z[ recovery-image] Feb 12 00:05:40.371 INFO E| Downloading crates ...
92262026-02-12T00:05:40.983Z[ recovery-image] Feb 12 00:05:40.738 INFO E| Downloaded signal-hook-registry v1.4.8
92272026-02-12T00:05:41.011Z[ recovery-image] Feb 12 00:05:40.744 INFO E| Downloaded clap_derive v4.5.55
92282026-02-12T00:05:41.011Z[ recovery-image] Feb 12 00:05:40.749 INFO E| Downloaded os_pipe v1.2.3
92292026-02-12T00:05:41.011Z[ recovery-image] Feb 12 00:05:40.752 INFO E| Downloaded proc-macro2 v1.0.106
92302026-02-12T00:05:41.011Z[ recovery-image] Feb 12 00:05:40.757 INFO E| Downloaded shared_thread v0.2.0
92312026-02-12T00:05:41.011Z[ recovery-image] Feb 12 00:05:40.758 INFO E| Downloaded quote v1.0.44
92322026-02-12T00:05:41.011Z[ recovery-image] Feb 12 00:05:40.763 INFO E| Downloaded clap v4.5.57
92332026-02-12T00:05:41.036Z[ recovery-image] Feb 12 00:05:40.775 INFO E| Downloaded clap_builder v4.5.57
92342026-02-12T00:05:41.036Z[ recovery-image] Feb 12 00:05:40.783 INFO E| Downloaded clap_lex v0.7.7
92352026-02-12T00:05:41.036Z[ recovery-image] Feb 12 00:05:40.785 INFO E| Downloaded duct v1.1.1
92362026-02-12T00:05:41.060Z[ recovery-image] Feb 12 00:05:40.812 INFO E| Downloaded sigchld v0.2.4
92372026-02-12T00:05:41.060Z[ recovery-image] Feb 12 00:05:40.814 INFO E| Downloaded shared_child v1.1.1
92382026-02-12T00:05:41.061Z[ recovery-image] Feb 12 00:05:40.815 INFO E| Downloaded anstyle-query v1.1.5
92392026-02-12T00:05:41.085Z[ recovery-image] Feb 12 00:05:40.817 INFO E| Downloaded unicode-ident v1.0.23
92402026-02-12T00:05:41.195Z[ recovery-image] Feb 12 00:05:40.951 INFO E| Compiling libc v0.2.180
92412026-02-12T00:05:41.195Z[ recovery-image] Feb 12 00:05:40.951 INFO E| Compiling proc-macro2 v1.0.106
92422026-02-12T00:05:41.219Z[ recovery-image] Feb 12 00:05:40.951 INFO E| Compiling unicode-ident v1.0.23
92432026-02-12T00:05:41.219Z[ recovery-image] Feb 12 00:05:40.951 INFO E| Compiling quote v1.0.44
92442026-02-12T00:05:41.220Z[ recovery-image] Feb 12 00:05:40.951 INFO E| Compiling signal-hook v0.3.18
92452026-02-12T00:05:41.220Z[ recovery-image] Feb 12 00:05:40.952 INFO E| Compiling utf8parse v0.2.2
92462026-02-12T00:05:41.220Z[ recovery-image] Feb 12 00:05:40.952 INFO E| Compiling anstyle v1.0.13
92472026-02-12T00:05:41.220Z[ recovery-image] Feb 12 00:05:40.952 INFO E| Compiling colorchoice v1.0.4
92482026-02-12T00:05:42.516Z[ recovery-image] Feb 12 00:05:42.272 INFO E| Compiling anstyle-parse v0.2.7
92492026-02-12T00:05:42.656Z[ recovery-image] Feb 12 00:05:42.412 INFO E| Compiling anstyle-query v1.1.5
92502026-02-12T00:05:42.680Z[ recovery-image] Feb 12 00:05:42.421 INFO E| Compiling is_terminal_polyfill v1.70.2
92512026-02-12T00:05:42.906Z[ recovery-image] Feb 12 00:05:42.662 INFO E| Compiling heck v0.5.0
92522026-02-12T00:05:42.986Z[ recovery-image] Feb 12 00:05:42.742 INFO E| Compiling anstream v0.6.21
92532026-02-12T00:05:43.021Z[ recovery-image] Feb 12 00:05:42.777 INFO E| Compiling clap_lex v0.7.7
92542026-02-12T00:05:43.050Z[ recovery-image] Feb 12 00:05:42.806 INFO E| Compiling strsim v0.11.1
92552026-02-12T00:05:43.088Z[ recovery-image] Feb 12 00:05:42.844 INFO E| Compiling shared_thread v0.2.0
92562026-02-12T00:05:43.857Z[ recovery-image] Feb 12 00:05:43.613 INFO E| Compiling clap_builder v4.5.57
92572026-02-12T00:05:44.327Z[ recovery-image] Feb 12 00:05:44.083 INFO E| Compiling errno v0.3.14
92582026-02-12T00:05:44.327Z[ recovery-image] Feb 12 00:05:44.083 INFO E| Compiling os_pipe v1.2.3
92592026-02-12T00:05:44.633Z[ recovery-image] Feb 12 00:05:44.389 INFO E| Compiling signal-hook-registry v1.4.8
92602026-02-12T00:05:45.255Z[ recovery-image] Feb 12 00:05:45.011 INFO E| Compiling syn v2.0.114
92612026-02-12T00:05:45.498Z[ recovery-image] Feb 12 00:05:45.254 INFO E| Compiling sigchld v0.2.4
92622026-02-12T00:05:45.730Z[ recovery-image] Feb 12 00:05:45.486 INFO E| Compiling shared_child v1.1.1
92632026-02-12T00:05:46.040Z[ recovery-image] Feb 12 00:05:45.796 INFO E| Compiling duct v1.1.1
92642026-02-12T00:05:49.168Z[ host-image] Feb 12 00:05:48.924 INFO O| configuring SMF profile...
92652026-02-12T00:05:49.169Z[ host-image] Feb 12 00:05:48.925 INFO O| modifying shadow(5)...
92662026-02-12T00:05:49.217Z[ host-image] Feb 12 00:05:48.925 INFO O| loading user and group database...
92672026-02-12T00:05:49.217Z[ host-image] Feb 12 00:05:48.925 INFO O| loading facet selections...
92682026-02-12T00:05:50.207Z[ host-image] Feb 12 00:05:49.963 INFO O| devel -> true
92692026-02-12T00:05:50.207Z[ host-image] Feb 12 00:05:49.963 INFO O| doc.man -> true
92702026-02-12T00:05:50.232Z[ host-image] Feb 12 00:05:49.963 INFO O| version-lock.shell/ksh93 -> true
92712026-02-12T00:05:50.232Z[ host-image] Feb 12 00:05:49.963 INFO O| version-lock.system/data/hardware-registry -> true
92722026-02-12T00:05:50.232Z[ host-image] Feb 12 00:05:49.963 INFO O| version-lock.system/data/zoneinfo -> true
92732026-02-12T00:05:50.232Z[ host-image] Feb 12 00:05:49.963 INFO O| version-lock.system/microcode/amd -> true
92742026-02-12T00:05:50.232Z[ host-image] Feb 12 00:05:49.963 INFO O| version-lock.system/microcode/intel -> true
92752026-02-12T00:05:50.232Z[ host-image] Feb 12 00:05:49.963 INFO O| version-lock.system/microcode/oxide -> true
92762026-02-12T00:05:50.232Z[ host-image] Feb 12 00:05:49.963 INFO O| assessing packaged files...
92772026-02-12T00:05:55.488Z[ recovery-image] Feb 12 00:05:55.244 INFO E| Compiling clap_derive v4.5.55
92782026-02-12T00:05:56.290Z[ host-image] Feb 12 00:05:56.046 INFO O| creating archive...
92792026-02-12T00:05:56.364Z[ host-image] Feb 12 00:05:56.120 INFO O| missing from packaging:
92802026-02-12T00:05:56.364Z[ host-image] Feb 12 00:05:56.120 INFO O| "etc/.pwd.lock"
92812026-02-12T00:05:56.364Z[ host-image] Feb 12 00:05:56.120 INFO O| "etc/bash"
92822026-02-12T00:05:56.388Z[ host-image] Feb 12 00:05:56.128 INFO O| "etc/svc/profile/generic.xml"
92832026-02-12T00:05:56.388Z[ host-image] Feb 12 00:05:56.129 INFO O| "etc/svc/profile/inetd_services.xml"
92842026-02-12T00:05:56.388Z[ host-image] Feb 12 00:05:56.129 INFO O| "etc/svc/profile/name_service.xml"
92852026-02-12T00:05:56.388Z[ host-image] Feb 12 00:05:56.129 INFO O| "etc/svc/profile/platform.xml"
92862026-02-12T00:05:56.388Z[ host-image] Feb 12 00:05:56.129 INFO O| "etc/svc/profile/platform_omicron1.xml"
92872026-02-12T00:05:56.389Z[ host-image] Feb 12 00:05:56.129 INFO O| "etc/svc/repository.db"
92882026-02-12T00:05:56.389Z[ host-image] Feb 12 00:05:56.143 INFO O| "opt/ooce/share"
92892026-02-12T00:05:56.389Z[ host-image] Feb 12 00:05:56.143 INFO O| "opt/ooce/share/man"
92902026-02-12T00:05:56.389Z[ host-image] Feb 12 00:05:56.143 INFO O| "opt/ooce/share/man/man1"
92912026-02-12T00:05:56.413Z[ host-image] Feb 12 00:05:56.159 INFO O| finishing archive...
92922026-02-12T00:06:00.775Z[ recovery-image] Feb 12 00:06:00.531 INFO E| Compiling clap v4.5.57
92932026-02-12T00:06:00.916Z[ recovery-image] Feb 12 00:06:00.672 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
92942026-02-12T00:06:01.436Z[ host-image] Feb 12 00:06:01.188 INFO O| creating gzonly manifest...
92952026-02-12T00:06:01.460Z[ host-image] Feb 12 00:06:01.199 INFO O| ok
92962026-02-12T00:06:01.819Z[ host-image] Feb 12 00:06:01.574 INFO image builder template: ramdisk-02-trim...
92972026-02-12T00:06:01.819Z[ host-image] Feb 12 00:06:01.574 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/.tmposd5q7/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
92982026-02-12T00:06:01.855Z[ host-image] Feb 12 00:06:01.612 INFO O| Feb 12 00:06:01.611 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92992026-02-12T00:06:01.880Z[ host-image] Feb 12 00:06:01.619 INFO O| Feb 12 00:06:01.619 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93002026-02-12T00:06:01.928Z[ host-image] Feb 12 00:06:01.684 INFO O| Feb 12 00:06:01.684 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93012026-02-12T00:06:01.964Z[ host-image] Feb 12 00:06:01.720 INFO O| Feb 12 00:06:01.720 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93022026-02-12T00:06:01.965Z[ host-image] Feb 12 00:06:01.721 INFO O| Feb 12 00:06:01.720 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93032026-02-12T00:06:01.989Z[ host-image] Feb 12 00:06:01.732 INFO O| Feb 12 00:06:01.732 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93042026-02-12T00:06:01.989Z[ host-image] Feb 12 00:06:01.740 INFO O| Feb 12 00:06:01.740 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93052026-02-12T00:06:02.014Z[ host-image] Feb 12 00:06:01.752 INFO O| Feb 12 00:06:01.752 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93062026-02-12T00:06:02.462Z[ host-image] Feb 12 00:06:02.218 INFO O| Feb 12 00:06:02.218 INFO rolled back to input snapshot; work may begin
93072026-02-12T00:06:02.462Z[ host-image] Feb 12 00:06:02.218 INFO O| Feb 12 00:06:02.218 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93082026-02-12T00:06:02.487Z[ host-image] Feb 12 00:06:02.228 INFO O| Feb 12 00:06:02.227 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93092026-02-12T00:06:02.511Z[ host-image] Feb 12 00:06:02.245 INFO O| Feb 12 00:06:02.245 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93102026-02-12T00:06:02.563Z[ host-image] Feb 12 00:06:02.318 INFO O| Feb 12 00:06:02.318 INFO STEP 0 (remove_files) COMPLETE
93112026-02-12T00:06:02.563Z[ host-image] Feb 12 00:06:02.318 INFO O| Feb 12 00:06:02.318 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93122026-02-12T00:06:02.588Z[ host-image] Feb 12 00:06:02.340 INFO O| Feb 12 00:06:02.340 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93132026-02-12T00:06:02.588Z[ host-image] Feb 12 00:06:02.343 INFO O| Feb 12 00:06:02.343 INFO STEP 1 (remove_files) COMPLETE
93142026-02-12T00:06:02.588Z[ host-image] Feb 12 00:06:02.343 INFO O| Feb 12 00:06:02.343 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93152026-02-12T00:06:02.612Z[ host-image] Feb 12 00:06:02.358 INFO O| Feb 12 00:06:02.358 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93162026-02-12T00:06:02.637Z[ host-image] Feb 12 00:06:02.380 INFO O| Feb 12 00:06:02.380 INFO STEP 2 (remove_files) COMPLETE
93172026-02-12T00:06:02.637Z[ host-image] Feb 12 00:06:02.380 INFO O| Feb 12 00:06:02.380 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93182026-02-12T00:06:02.661Z[ host-image] Feb 12 00:06:02.398 INFO O| Feb 12 00:06:02.397 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93192026-02-12T00:06:02.661Z[ host-image] Feb 12 00:06:02.400 INFO O| Feb 12 00:06:02.400 INFO STEP 3 (remove_files) COMPLETE
93202026-02-12T00:06:02.661Z[ host-image] Feb 12 00:06:02.400 INFO O| Feb 12 00:06:02.400 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93212026-02-12T00:06:02.661Z[ host-image] Feb 12 00:06:02.416 INFO O| Feb 12 00:06:02.416 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93222026-02-12T00:06:02.685Z[ host-image] Feb 12 00:06:02.422 INFO O| Feb 12 00:06:02.422 INFO STEP 4 (remove_files) COMPLETE
93232026-02-12T00:06:02.685Z[ host-image] Feb 12 00:06:02.422 INFO O| Feb 12 00:06:02.422 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93242026-02-12T00:06:02.685Z[ host-image] Feb 12 00:06:02.439 INFO O| Feb 12 00:06:02.439 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
93252026-02-12T00:06:02.713Z[ host-image] Feb 12 00:06:02.469 INFO O| Feb 12 00:06:02.469 INFO STEP 5 (remove_files) COMPLETE
93262026-02-12T00:06:02.713Z[ host-image] Feb 12 00:06:02.469 INFO O| Feb 12 00:06:02.469 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93272026-02-12T00:06:02.749Z[ host-image] Feb 12 00:06:02.503 INFO O| Feb 12 00:06:02.503 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
93282026-02-12T00:06:02.774Z[ host-image] Feb 12 00:06:02.529 INFO O| Feb 12 00:06:02.528 INFO STEP 6 (remove_files) COMPLETE
93292026-02-12T00:06:02.774Z[ host-image] Feb 12 00:06:02.529 INFO O| Feb 12 00:06:02.529 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93302026-02-12T00:06:02.811Z[ host-image] Feb 12 00:06:02.567 INFO O| Feb 12 00:06:02.567 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
93312026-02-12T00:06:02.842Z[ host-image] Feb 12 00:06:02.598 INFO O| Feb 12 00:06:02.598 INFO STEP 7 (remove_files) COMPLETE
93322026-02-12T00:06:02.842Z[ host-image] Feb 12 00:06:02.598 INFO O| Feb 12 00:06:02.598 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93332026-02-12T00:06:02.871Z[ host-image] Feb 12 00:06:02.627 INFO O| Feb 12 00:06:02.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
93342026-02-12T00:06:03.003Z[ host-image] Feb 12 00:06:02.759 INFO O| Feb 12 00:06:02.759 INFO STEP 8 (remove_files) COMPLETE
93352026-02-12T00:06:03.028Z[ host-image] Feb 12 00:06:02.759 INFO O| Feb 12 00:06:02.759 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93362026-02-12T00:06:03.028Z[ host-image] Feb 12 00:06:02.777 INFO O| Feb 12 00:06:02.777 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
93372026-02-12T00:06:03.197Z[ host-image] Feb 12 00:06:02.953 INFO O| Feb 12 00:06:02.953 INFO STEP 9 (remove_files) COMPLETE
93382026-02-12T00:06:03.197Z[ host-image] Feb 12 00:06:02.953 INFO O| Feb 12 00:06:02.953 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93392026-02-12T00:06:03.222Z[ host-image] Feb 12 00:06:02.971 INFO O| Feb 12 00:06:02.970 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
93402026-02-12T00:06:03.222Z[ host-image] Feb 12 00:06:02.976 INFO O| Feb 12 00:06:02.976 INFO STEP 10 (remove_files) COMPLETE
93412026-02-12T00:06:03.222Z[ host-image] Feb 12 00:06:02.976 INFO O| Feb 12 00:06:02.976 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93422026-02-12T00:06:03.248Z[ host-image] Feb 12 00:06:02.994 INFO O| Feb 12 00:06:02.994 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
93432026-02-12T00:06:03.248Z[ host-image] Feb 12 00:06:02.996 INFO O| Feb 12 00:06:02.995 INFO STEP 11 (remove_files) COMPLETE
93442026-02-12T00:06:03.248Z[ host-image] Feb 12 00:06:02.996 INFO O| Feb 12 00:06:02.996 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93452026-02-12T00:06:03.272Z[ host-image] Feb 12 00:06:03.014 INFO O| Feb 12 00:06:03.013 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
93462026-02-12T00:06:03.272Z[ host-image] Feb 12 00:06:03.016 INFO O| Feb 12 00:06:03.016 INFO STEP 12 (remove_files) COMPLETE
93472026-02-12T00:06:03.272Z[ host-image] Feb 12 00:06:03.016 INFO O| Feb 12 00:06:03.016 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93482026-02-12T00:06:03.297Z[ host-image] Feb 12 00:06:03.050 INFO O| Feb 12 00:06:03.050 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
93492026-02-12T00:06:03.297Z[ host-image] Feb 12 00:06:03.051 INFO O| Feb 12 00:06:03.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
93502026-02-12T00:06:03.297Z[ host-image] Feb 12 00:06:03.051 INFO O| Feb 12 00:06:03.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
93512026-02-12T00:06:03.297Z[ host-image] Feb 12 00:06:03.051 INFO O| Feb 12 00:06:03.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
93522026-02-12T00:06:03.297Z[ host-image] Feb 12 00:06:03.052 INFO O| Feb 12 00:06:03.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
93532026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.072 INFO O| Feb 12 00:06:03.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
93542026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.072 INFO O| Feb 12 00:06:03.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
93552026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.073 INFO O| Feb 12 00:06:03.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
93562026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.073 INFO O| Feb 12 00:06:03.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
93572026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.074 INFO O| Feb 12 00:06:03.074 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
93582026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.074 INFO O| Feb 12 00:06:03.074 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
93592026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.074 INFO O| Feb 12 00:06:03.074 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
93602026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.075 INFO O| Feb 12 00:06:03.074 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
93612026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.075 INFO O| Feb 12 00:06:03.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
93622026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.075 INFO O| Feb 12 00:06:03.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
93632026-02-12T00:06:03.321Z[ host-image] Feb 12 00:06:03.075 INFO O| Feb 12 00:06:03.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
93642026-02-12T00:06:03.322Z[ host-image] Feb 12 00:06:03.076 INFO O| Feb 12 00:06:03.076 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
93652026-02-12T00:06:03.717Z[ recovery-image] Feb 12 00:06:03.473 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.05s
93662026-02-12T00:06:03.741Z[ recovery-image] Feb 12 00:06:03.487 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
93672026-02-12T00:06:03.817Z[ host-image] Feb 12 00:06:03.573 INFO O| Feb 12 00:06:03.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
93682026-02-12T00:06:03.885Z[ host-image] Feb 12 00:06:03.641 INFO O| Feb 12 00:06:03.641 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
93692026-02-12T00:06:03.909Z[ host-image] Feb 12 00:06:03.642 INFO O| Feb 12 00:06:03.641 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
93702026-02-12T00:06:03.909Z[ host-image] Feb 12 00:06:03.650 INFO O| Feb 12 00:06:03.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
93712026-02-12T00:06:03.934Z[ host-image] Feb 12 00:06:03.680 INFO O| Feb 12 00:06:03.679 INFO STEP 13 (remove_files) COMPLETE
93722026-02-12T00:06:03.934Z[ host-image] Feb 12 00:06:03.680 INFO O| Feb 12 00:06:03.679 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732026-02-12T00:06:03.959Z[ host-image] Feb 12 00:06:03.700 INFO O| Feb 12 00:06:03.700 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
93742026-02-12T00:06:03.959Z[ host-image] Feb 12 00:06:03.702 INFO O| Feb 12 00:06:03.702 INFO STEP 14 (remove_files) COMPLETE
93752026-02-12T00:06:03.959Z[ host-image] Feb 12 00:06:03.702 INFO O| Feb 12 00:06:03.702 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762026-02-12T00:06:03.983Z[ host-image] Feb 12 00:06:03.717 INFO O| Feb 12 00:06:03.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
93772026-02-12T00:06:03.983Z[ host-image] Feb 12 00:06:03.729 INFO O| Feb 12 00:06:03.729 INFO STEP 15 (remove_files) COMPLETE
93782026-02-12T00:06:03.983Z[ host-image] Feb 12 00:06:03.729 INFO O| Feb 12 00:06:03.729 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792026-02-12T00:06:04.008Z[ host-image] Feb 12 00:06:03.746 INFO O| Feb 12 00:06:03.746 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
93802026-02-12T00:06:04.008Z[ host-image] Feb 12 00:06:03.747 INFO O| Feb 12 00:06:03.747 INFO STEP 16 (remove_files) COMPLETE
93812026-02-12T00:06:04.008Z[ host-image] Feb 12 00:06:03.747 INFO O| Feb 12 00:06:03.747 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93822026-02-12T00:06:04.008Z[ host-image] Feb 12 00:06:03.764 INFO O| Feb 12 00:06:03.763 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
93832026-02-12T00:06:04.032Z[ host-image] Feb 12 00:06:03.766 INFO O| Feb 12 00:06:03.766 INFO STEP 17 (remove_files) COMPLETE
93842026-02-12T00:06:04.032Z[ host-image] Feb 12 00:06:03.766 INFO O| Feb 12 00:06:03.766 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93852026-02-12T00:06:04.032Z[ host-image] Feb 12 00:06:03.786 INFO O| Feb 12 00:06:03.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
93862026-02-12T00:06:04.032Z[ host-image] Feb 12 00:06:03.786 INFO O| Feb 12 00:06:03.786 INFO STEP 18 (remove_files) COMPLETE
93872026-02-12T00:06:04.032Z[ host-image] Feb 12 00:06:03.786 INFO O| Feb 12 00:06:03.786 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882026-02-12T00:06:04.057Z[ host-image] Feb 12 00:06:03.802 INFO O| Feb 12 00:06:03.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
93892026-02-12T00:06:04.057Z[ host-image] Feb 12 00:06:03.803 INFO O| Feb 12 00:06:03.802 INFO STEP 19 (remove_files) COMPLETE
93902026-02-12T00:06:04.057Z[ host-image] Feb 12 00:06:03.803 INFO O| Feb 12 00:06:03.803 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93912026-02-12T00:06:04.081Z[ host-image] Feb 12 00:06:03.820 INFO O| Feb 12 00:06:03.820 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
93922026-02-12T00:06:04.081Z[ host-image] Feb 12 00:06:03.820 INFO O| Feb 12 00:06:03.820 INFO STEP 20 (remove_files) COMPLETE
93932026-02-12T00:06:04.081Z[ host-image] Feb 12 00:06:03.820 INFO O| Feb 12 00:06:03.820 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93942026-02-12T00:06:04.081Z[ host-image] Feb 12 00:06:03.836 INFO O| Feb 12 00:06:03.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
93952026-02-12T00:06:04.081Z[ host-image] Feb 12 00:06:03.836 INFO O| Feb 12 00:06:03.836 INFO STEP 21 (remove_files) COMPLETE
93962026-02-12T00:06:04.081Z[ host-image] Feb 12 00:06:03.836 INFO O| Feb 12 00:06:03.836 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972026-02-12T00:06:04.111Z[ host-image] Feb 12 00:06:03.868 INFO O| Feb 12 00:06:03.868 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
93982026-02-12T00:06:04.112Z[ host-image] Feb 12 00:06:03.868 INFO O| Feb 12 00:06:03.868 INFO STEP 22 (remove_files) COMPLETE
93992026-02-12T00:06:04.112Z[ host-image] Feb 12 00:06:03.868 INFO O| Feb 12 00:06:03.868 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94002026-02-12T00:06:04.136Z[ host-image] Feb 12 00:06:03.887 INFO O| Feb 12 00:06:03.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94012026-02-12T00:06:04.136Z[ host-image] Feb 12 00:06:03.887 INFO O| Feb 12 00:06:03.887 INFO STEP 23 (remove_files) COMPLETE
94022026-02-12T00:06:04.136Z[ host-image] Feb 12 00:06:03.887 INFO O| Feb 12 00:06:03.887 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-02-12T00:06:04.161Z[ host-image] Feb 12 00:06:03.906 INFO O| Feb 12 00:06:03.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94042026-02-12T00:06:04.161Z[ host-image] Feb 12 00:06:03.906 INFO O| Feb 12 00:06:03.906 INFO STEP 24 (remove_files) COMPLETE
94052026-02-12T00:06:04.161Z[ host-image] Feb 12 00:06:03.906 INFO O| Feb 12 00:06:03.906 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94062026-02-12T00:06:04.186Z[ host-image] Feb 12 00:06:03.924 INFO O| Feb 12 00:06:03.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94072026-02-12T00:06:04.186Z[ host-image] Feb 12 00:06:03.925 INFO O| Feb 12 00:06:03.925 INFO STEP 25 (remove_files) COMPLETE
94082026-02-12T00:06:04.186Z[ host-image] Feb 12 00:06:03.925 INFO O| Feb 12 00:06:03.925 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.943 INFO O| Feb 12 00:06:03.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94102026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.943 INFO O| Feb 12 00:06:03.943 INFO STEP 26 (remove_files) COMPLETE
94112026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.943 INFO O| Feb 12 00:06:03.943 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94122026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.960 INFO O| Feb 12 00:06:03.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94132026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.961 INFO O| Feb 12 00:06:03.961 INFO STEP 27 (remove_files) COMPLETE
94142026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.961 INFO O| Feb 12 00:06:03.961 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.978 INFO O| Feb 12 00:06:03.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94162026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.978 INFO O| Feb 12 00:06:03.978 INFO STEP 28 (remove_files) COMPLETE
94172026-02-12T00:06:04.226Z[ host-image] Feb 12 00:06:03.978 INFO O| Feb 12 00:06:03.978 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94182026-02-12T00:06:04.251Z[ host-image] Feb 12 00:06:03.996 INFO O| Feb 12 00:06:03.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94192026-02-12T00:06:04.251Z[ host-image] Feb 12 00:06:03.996 INFO O| Feb 12 00:06:03.996 INFO STEP 29 (remove_files) COMPLETE
94202026-02-12T00:06:04.251Z[ host-image] Feb 12 00:06:03.996 INFO O| Feb 12 00:06:03.996 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-02-12T00:06:04.275Z[ host-image] Feb 12 00:06:04.019 INFO O| Feb 12 00:06:04.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94222026-02-12T00:06:04.275Z[ host-image] Feb 12 00:06:04.019 INFO O| Feb 12 00:06:04.019 INFO STEP 30 (remove_files) COMPLETE
94232026-02-12T00:06:04.275Z[ host-image] Feb 12 00:06:04.019 INFO O| Feb 12 00:06:04.019 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-02-12T00:06:04.299Z[ host-image] Feb 12 00:06:04.036 INFO O| Feb 12 00:06:04.036 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
94252026-02-12T00:06:04.299Z[ host-image] Feb 12 00:06:04.036 INFO O| Feb 12 00:06:04.036 INFO STEP 31 (remove_files) COMPLETE
94262026-02-12T00:06:04.299Z[ host-image] Feb 12 00:06:04.036 INFO O| Feb 12 00:06:04.036 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-02-12T00:06:04.299Z[ host-image] Feb 12 00:06:04.054 INFO O| Feb 12 00:06:04.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
94282026-02-12T00:06:04.299Z[ host-image] Feb 12 00:06:04.055 INFO O| Feb 12 00:06:04.055 INFO STEP 32 (remove_files) COMPLETE
94292026-02-12T00:06:04.299Z[ host-image] Feb 12 00:06:04.055 INFO O| Feb 12 00:06:04.055 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-02-12T00:06:04.323Z[ recovery-image] Feb 12 00:06:04.056 INFO E| Downloading crates ...
94312026-02-12T00:06:04.323Z[ host-image] Feb 12 00:06:04.073 INFO O| Feb 12 00:06:04.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
94322026-02-12T00:06:04.323Z[ host-image] Feb 12 00:06:04.073 INFO O| Feb 12 00:06:04.073 INFO STEP 33 (remove_files) COMPLETE
94332026-02-12T00:06:04.323Z[ host-image] Feb 12 00:06:04.074 INFO O| Feb 12 00:06:04.073 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-02-12T00:06:04.347Z[ host-image] Feb 12 00:06:04.090 INFO O| Feb 12 00:06:04.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
94352026-02-12T00:06:04.347Z[ host-image] Feb 12 00:06:04.090 INFO O| Feb 12 00:06:04.090 INFO STEP 34 (remove_files) COMPLETE
94362026-02-12T00:06:04.347Z[ host-image] Feb 12 00:06:04.090 INFO O| Feb 12 00:06:04.090 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-02-12T00:06:04.376Z[ recovery-image] Feb 12 00:06:04.133 INFO E| Downloaded bit_field v0.10.3
94382026-02-12T00:06:04.400Z[ recovery-image] Feb 12 00:06:04.135 INFO E| Downloaded bitstruct_derive v0.1.0
94392026-02-12T00:06:04.400Z[ recovery-image] Feb 12 00:06:04.136 INFO E| Downloaded bitstruct v0.1.1
94402026-02-12T00:06:04.400Z[ recovery-image] Feb 12 00:06:04.152 INFO E| Downloaded cpio_reader v0.1.2
94412026-02-12T00:06:04.400Z[ recovery-image] Feb 12 00:06:04.155 INFO E| Downloaded raw-cpuid v10.7.0
94422026-02-12T00:06:04.424Z[ host-image] Feb 12 00:06:04.160 INFO O| Feb 12 00:06:04.160 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
94432026-02-12T00:06:04.424Z[ host-image] Feb 12 00:06:04.160 INFO O| Feb 12 00:06:04.160 INFO STEP 35 (remove_files) COMPLETE
94442026-02-12T00:06:04.424Z[ host-image] Feb 12 00:06:04.160 INFO O| Feb 12 00:06:04.160 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-02-12T00:06:04.424Z[ recovery-image] Feb 12 00:06:04.164 INFO E| Downloaded miniz_oxide v0.9.0
94462026-02-12T00:06:04.424Z[ recovery-image] Feb 12 00:06:04.174 INFO E| Downloaded goblin v0.10.4
94472026-02-12T00:06:04.424Z[ host-image] Feb 12 00:06:04.178 INFO O| Feb 12 00:06:04.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
94482026-02-12T00:06:04.424Z[ host-image] Feb 12 00:06:04.178 INFO O| Feb 12 00:06:04.178 INFO STEP 36 (remove_files) COMPLETE
94492026-02-12T00:06:04.424Z[ host-image] Feb 12 00:06:04.178 INFO O| Feb 12 00:06:04.178 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-02-12T00:06:04.449Z[ host-image] Feb 12 00:06:04.195 INFO O| Feb 12 00:06:04.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
94512026-02-12T00:06:04.449Z[ host-image] Feb 12 00:06:04.195 INFO O| Feb 12 00:06:04.195 INFO STEP 37 (remove_files) COMPLETE
94522026-02-12T00:06:04.449Z[ host-image] Feb 12 00:06:04.195 INFO O| Feb 12 00:06:04.195 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-02-12T00:06:04.473Z[ host-image] Feb 12 00:06:04.212 INFO O| Feb 12 00:06:04.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
94542026-02-12T00:06:04.473Z[ host-image] Feb 12 00:06:04.213 INFO O| Feb 12 00:06:04.213 INFO STEP 38 (remove_files) COMPLETE
94552026-02-12T00:06:04.473Z[ host-image] Feb 12 00:06:04.213 INFO O| Feb 12 00:06:04.213 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-02-12T00:06:04.501Z[ host-image] Feb 12 00:06:04.230 INFO O| Feb 12 00:06:04.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
94572026-02-12T00:06:04.501Z[ host-image] Feb 12 00:06:04.230 INFO O| Feb 12 00:06:04.230 INFO STEP 39 (remove_files) COMPLETE
94582026-02-12T00:06:04.501Z[ host-image] Feb 12 00:06:04.230 INFO O| Feb 12 00:06:04.230 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-02-12T00:06:04.501Z[ host-image] Feb 12 00:06:04.246 INFO O| Feb 12 00:06:04.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
94602026-02-12T00:06:04.501Z[ host-image] Feb 12 00:06:04.246 INFO O| Feb 12 00:06:04.246 INFO STEP 40 (remove_files) COMPLETE
94612026-02-12T00:06:04.501Z[ host-image] Feb 12 00:06:04.246 INFO O| Feb 12 00:06:04.246 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-02-12T00:06:04.501Z[ recovery-image] Feb 12 00:06:04.252 INFO E| Downloaded x86 v0.52.0
94632026-02-12T00:06:04.525Z[ host-image] Feb 12 00:06:04.264 INFO O| Feb 12 00:06:04.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
94642026-02-12T00:06:04.525Z[ host-image] Feb 12 00:06:04.264 INFO O| Feb 12 00:06:04.264 INFO STEP 41 (remove_files) COMPLETE
94652026-02-12T00:06:04.525Z[ host-image] Feb 12 00:06:04.264 INFO O| Feb 12 00:06:04.264 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-02-12T00:06:04.525Z[ host-image] Feb 12 00:06:04.280 INFO O| Feb 12 00:06:04.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
94672026-02-12T00:06:04.526Z[ host-image] Feb 12 00:06:04.280 INFO O| Feb 12 00:06:04.280 INFO STEP 42 (remove_files) COMPLETE
94682026-02-12T00:06:04.526Z[ host-image] Feb 12 00:06:04.280 INFO O| Feb 12 00:06:04.280 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-02-12T00:06:04.549Z[ host-image] Feb 12 00:06:04.297 INFO O| Feb 12 00:06:04.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
94702026-02-12T00:06:04.549Z[ host-image] Feb 12 00:06:04.297 INFO O| Feb 12 00:06:04.297 INFO STEP 43 (remove_files) COMPLETE
94712026-02-12T00:06:04.550Z[ host-image] Feb 12 00:06:04.297 INFO O| Feb 12 00:06:04.297 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-02-12T00:06:04.573Z[ host-image] Feb 12 00:06:04.315 INFO O| Feb 12 00:06:04.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
94732026-02-12T00:06:04.573Z[ host-image] Feb 12 00:06:04.315 INFO O| Feb 12 00:06:04.315 INFO STEP 44 (remove_files) COMPLETE
94742026-02-12T00:06:04.573Z[ host-image] Feb 12 00:06:04.315 INFO O| Feb 12 00:06:04.315 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-02-12T00:06:04.573Z[ recovery-image] Feb 12 00:06:04.320 INFO E| Updating crates.io index
94762026-02-12T00:06:04.597Z[ host-image] Feb 12 00:06:04.332 INFO O| Feb 12 00:06:04.332 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
94772026-02-12T00:06:04.597Z[ host-image] Feb 12 00:06:04.332 INFO O| Feb 12 00:06:04.332 INFO STEP 45 (remove_files) COMPLETE
94782026-02-12T00:06:04.597Z[ host-image] Feb 12 00:06:04.332 INFO O| Feb 12 00:06:04.332 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-02-12T00:06:04.597Z[ host-image] Feb 12 00:06:04.350 INFO O| Feb 12 00:06:04.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
94802026-02-12T00:06:04.597Z[ host-image] Feb 12 00:06:04.350 INFO O| Feb 12 00:06:04.350 INFO STEP 46 (remove_files) COMPLETE
94812026-02-12T00:06:04.597Z[ host-image] Feb 12 00:06:04.350 INFO O| Feb 12 00:06:04.350 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-02-12T00:06:04.621Z[ host-image] Feb 12 00:06:04.366 INFO O| Feb 12 00:06:04.366 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
94832026-02-12T00:06:04.621Z[ host-image] Feb 12 00:06:04.366 INFO O| Feb 12 00:06:04.366 INFO STEP 47 (remove_files) COMPLETE
94842026-02-12T00:06:04.621Z[ host-image] Feb 12 00:06:04.366 INFO O| Feb 12 00:06:04.366 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-02-12T00:06:04.645Z[ host-image] Feb 12 00:06:04.384 INFO O| Feb 12 00:06:04.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
94862026-02-12T00:06:04.645Z[ host-image] Feb 12 00:06:04.384 INFO O| Feb 12 00:06:04.384 INFO STEP 48 (remove_files) COMPLETE
94872026-02-12T00:06:04.645Z[ host-image] Feb 12 00:06:04.384 INFO O| Feb 12 00:06:04.384 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-02-12T00:06:04.645Z[ host-image] Feb 12 00:06:04.398 INFO O| Feb 12 00:06:04.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
94892026-02-12T00:06:04.645Z[ host-image] Feb 12 00:06:04.398 INFO O| Feb 12 00:06:04.398 INFO STEP 49 (remove_files) COMPLETE
94902026-02-12T00:06:04.645Z[ host-image] Feb 12 00:06:04.398 INFO O| Feb 12 00:06:04.398 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-02-12T00:06:04.669Z[ host-image] Feb 12 00:06:04.412 INFO O| Feb 12 00:06:04.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
94922026-02-12T00:06:04.669Z[ host-image] Feb 12 00:06:04.412 INFO O| Feb 12 00:06:04.412 INFO STEP 50 (remove_files) COMPLETE
94932026-02-12T00:06:04.669Z[ host-image] Feb 12 00:06:04.412 INFO O| Feb 12 00:06:04.412 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-02-12T00:06:04.693Z[ host-image] Feb 12 00:06:04.428 INFO O| Feb 12 00:06:04.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
94952026-02-12T00:06:04.693Z[ host-image] Feb 12 00:06:04.428 INFO O| Feb 12 00:06:04.428 INFO STEP 51 (remove_files) COMPLETE
94962026-02-12T00:06:04.693Z[ host-image] Feb 12 00:06:04.428 INFO O| Feb 12 00:06:04.428 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-02-12T00:06:04.693Z[ host-image] Feb 12 00:06:04.445 INFO O| Feb 12 00:06:04.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
94982026-02-12T00:06:04.693Z[ host-image] Feb 12 00:06:04.445 INFO O| Feb 12 00:06:04.445 INFO STEP 52 (remove_files) COMPLETE
94992026-02-12T00:06:04.693Z[ host-image] Feb 12 00:06:04.445 INFO O| Feb 12 00:06:04.445 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-02-12T00:06:04.718Z[ host-image] Feb 12 00:06:04.462 INFO O| Feb 12 00:06:04.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95012026-02-12T00:06:04.718Z[ host-image] Feb 12 00:06:04.462 INFO O| Feb 12 00:06:04.462 INFO STEP 53 (remove_files) COMPLETE
95022026-02-12T00:06:04.718Z[ host-image] Feb 12 00:06:04.462 INFO O| Feb 12 00:06:04.462 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-02-12T00:06:04.742Z[ host-image] Feb 12 00:06:04.479 INFO O| Feb 12 00:06:04.479 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95042026-02-12T00:06:04.742Z[ host-image] Feb 12 00:06:04.479 INFO O| Feb 12 00:06:04.479 INFO STEP 54 (remove_files) COMPLETE
95052026-02-12T00:06:04.742Z[ host-image] Feb 12 00:06:04.479 INFO O| Feb 12 00:06:04.479 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-02-12T00:06:04.742Z[ host-image] Feb 12 00:06:04.496 INFO O| Feb 12 00:06:04.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95072026-02-12T00:06:04.742Z[ host-image] Feb 12 00:06:04.496 INFO O| Feb 12 00:06:04.496 INFO STEP 55 (remove_files) COMPLETE
95082026-02-12T00:06:04.742Z[ host-image] Feb 12 00:06:04.496 INFO O| Feb 12 00:06:04.496 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-02-12T00:06:04.766Z[ host-image] Feb 12 00:06:04.513 INFO O| Feb 12 00:06:04.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95102026-02-12T00:06:04.766Z[ host-image] Feb 12 00:06:04.513 INFO O| Feb 12 00:06:04.513 INFO STEP 56 (remove_files) COMPLETE
95112026-02-12T00:06:04.766Z[ host-image] Feb 12 00:06:04.513 INFO O| Feb 12 00:06:04.513 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-02-12T00:06:04.790Z[ host-image] Feb 12 00:06:04.530 INFO O| Feb 12 00:06:04.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95132026-02-12T00:06:04.790Z[ host-image] Feb 12 00:06:04.531 INFO O| Feb 12 00:06:04.530 INFO STEP 57 (remove_files) COMPLETE
95142026-02-12T00:06:04.790Z[ host-image] Feb 12 00:06:04.531 INFO O| Feb 12 00:06:04.531 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-02-12T00:06:04.814Z[ host-image] Feb 12 00:06:04.547 INFO O| Feb 12 00:06:04.547 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95162026-02-12T00:06:04.814Z[ host-image] Feb 12 00:06:04.548 INFO O| Feb 12 00:06:04.548 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95172026-02-12T00:06:04.814Z[ host-image] Feb 12 00:06:04.548 INFO O| Feb 12 00:06:04.548 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95182026-02-12T00:06:04.814Z[ host-image] Feb 12 00:06:04.548 INFO O| Feb 12 00:06:04.548 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95192026-02-12T00:06:04.814Z[ host-image] Feb 12 00:06:04.548 INFO O| Feb 12 00:06:04.548 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95202026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.549 INFO O| Feb 12 00:06:04.548 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95212026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.549 INFO O| Feb 12 00:06:04.548 INFO ok!
95222026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.549 INFO O| Feb 12 00:06:04.549 INFO STEP 58 (ensure_file) COMPLETE
95232026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.549 INFO O| Feb 12 00:06:04.549 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.565 INFO O| Feb 12 00:06:04.565 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95252026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.565 INFO O| Feb 12 00:06:04.565 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95262026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.566 INFO O| Feb 12 00:06:04.566 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95272026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.566 INFO O| Feb 12 00:06:04.566 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95282026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.566 INFO O| Feb 12 00:06:04.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95292026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.566 INFO O| Feb 12 00:06:04.566 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95302026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.566 INFO O| Feb 12 00:06:04.566 INFO ok!
95312026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.566 INFO O| Feb 12 00:06:04.566 INFO STEP 59 (ensure_file) COMPLETE
95322026-02-12T00:06:04.815Z[ host-image] Feb 12 00:06:04.566 INFO O| Feb 12 00:06:04.566 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-02-12T00:06:04.839Z[ host-image] Feb 12 00:06:04.582 INFO O| Feb 12 00:06:04.582 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95342026-02-12T00:06:04.839Z[ host-image] Feb 12 00:06:04.582 INFO O| Feb 12 00:06:04.582 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
95352026-02-12T00:06:04.839Z[ host-image] Feb 12 00:06:04.582 INFO O| Feb 12 00:06:04.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
95362026-02-12T00:06:04.839Z[ host-image] Feb 12 00:06:04.582 INFO O| Feb 12 00:06:04.582 INFO ok!
95372026-02-12T00:06:04.839Z[ host-image] Feb 12 00:06:04.583 INFO O| Feb 12 00:06:04.582 INFO STEP 60 (ensure_file) COMPLETE
95382026-02-12T00:06:04.839Z[ host-image] Feb 12 00:06:04.583 INFO O| Feb 12 00:06:04.583 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.599 INFO O| Feb 12 00:06:04.599 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
95402026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.599 INFO O| Feb 12 00:06:04.599 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
95412026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.599 INFO O| Feb 12 00:06:04.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
95422026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.599 INFO O| Feb 12 00:06:04.599 INFO ok!
95432026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.599 INFO O| Feb 12 00:06:04.599 INFO STEP 61 (ensure_file) COMPLETE
95442026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.599 INFO O| Feb 12 00:06:04.599 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.616 INFO O| Feb 12 00:06:04.616 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
95462026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.617 INFO O| Feb 12 00:06:04.616 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
95472026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.617 INFO O| Feb 12 00:06:04.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95482026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.617 INFO O| Feb 12 00:06:04.617 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95492026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.617 INFO O| Feb 12 00:06:04.617 INFO ok!
95502026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.617 INFO O| Feb 12 00:06:04.617 INFO STEP 62 (ensure_file) COMPLETE
95512026-02-12T00:06:04.863Z[ host-image] Feb 12 00:06:04.617 INFO O| Feb 12 00:06:04.617 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-02-12T00:06:04.887Z[ host-image] Feb 12 00:06:04.634 INFO O| Feb 12 00:06:04.633 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
95532026-02-12T00:06:04.888Z[ host-image] Feb 12 00:06:04.634 INFO O| Feb 12 00:06:04.633 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
95542026-02-12T00:06:04.888Z[ host-image] Feb 12 00:06:04.634 INFO O| Feb 12 00:06:04.634 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95552026-02-12T00:06:04.888Z[ host-image] Feb 12 00:06:04.634 INFO O| Feb 12 00:06:04.634 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95562026-02-12T00:06:04.888Z[ host-image] Feb 12 00:06:04.634 INFO O| Feb 12 00:06:04.634 INFO ok!
95572026-02-12T00:06:04.888Z[ host-image] Feb 12 00:06:04.634 INFO O| Feb 12 00:06:04.634 INFO STEP 63 (ensure_file) COMPLETE
95582026-02-12T00:06:04.888Z[ host-image] Feb 12 00:06:04.634 INFO O| Feb 12 00:06:04.634 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-02-12T00:06:04.929Z[ host-image] Feb 12 00:06:04.651 INFO O| Feb 12 00:06:04.651 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
95602026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.651 INFO O| Feb 12 00:06:04.651 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
95612026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.651 INFO O| Feb 12 00:06:04.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
95622026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.651 INFO O| Feb 12 00:06:04.651 INFO ok!
95632026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.651 INFO O| Feb 12 00:06:04.651 INFO STEP 64 (assemble_files) COMPLETE
95642026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.651 INFO O| Feb 12 00:06:04.651 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-02-12T00:06:04.930Z[ recovery-image] Feb 12 00:06:04.670 INFO E| Downloading crates ...
95662026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.674 INFO O| Feb 12 00:06:04.674 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
95672026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.674 INFO O| Feb 12 00:06:04.674 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
95682026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.674 INFO O| Feb 12 00:06:04.674 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
95692026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.674 INFO O| Feb 12 00:06:04.674 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
95702026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.674 INFO O| Feb 12 00:06:04.674 INFO ok!
95712026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.674 INFO O| Feb 12 00:06:04.674 INFO STEP 65 (ensure_file) COMPLETE
95722026-02-12T00:06:04.930Z[ host-image] Feb 12 00:06:04.674 INFO O| Feb 12 00:06:04.674 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-02-12T00:06:04.954Z[ host-image] Feb 12 00:06:04.690 INFO O| Feb 12 00:06:04.690 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
95742026-02-12T00:06:04.954Z[ host-image] Feb 12 00:06:04.691 INFO O| Feb 12 00:06:04.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
95752026-02-12T00:06:04.954Z[ host-image] Feb 12 00:06:04.691 INFO O| Feb 12 00:06:04.691 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
95762026-02-12T00:06:04.954Z[ host-image] Feb 12 00:06:04.691 INFO O| Feb 12 00:06:04.691 INFO STEP 66 (ensure_dir) COMPLETE
95772026-02-12T00:06:04.954Z[ host-image] Feb 12 00:06:04.691 INFO O| Feb 12 00:06:04.691 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-02-12T00:06:04.954Z[ host-image] Feb 12 00:06:04.707 INFO O| Feb 12 00:06:04.707 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
95792026-02-12T00:06:04.954Z[ host-image] Feb 12 00:06:04.707 INFO O| Feb 12 00:06:04.707 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 ...
95802026-02-12T00:06:04.979Z[ host-image] Feb 12 00:06:04.717 INFO O| Feb 12 00:06:04.717 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
95812026-02-12T00:06:04.979Z[ host-image] Feb 12 00:06:04.717 INFO O| Feb 12 00:06:04.717 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
95822026-02-12T00:06:04.979Z[ host-image] Feb 12 00:06:04.717 INFO O| Feb 12 00:06:04.717 INFO ok!
95832026-02-12T00:06:04.979Z[ host-image] Feb 12 00:06:04.717 INFO O| Feb 12 00:06:04.717 INFO STEP 67 (ensure_file) COMPLETE
95842026-02-12T00:06:04.979Z[ host-image] Feb 12 00:06:04.717 INFO O| Feb 12 00:06:04.717 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-02-12T00:06:04.979Z[ recovery-image] Feb 12 00:06:04.718 INFO E| Downloaded rustc-literal-escaper v0.0.7
95862026-02-12T00:06:04.979Z[ recovery-image] Feb 12 00:06:04.721 INFO E| Downloaded rustc-demangle v0.1.27
95872026-02-12T00:06:05.003Z[ host-image] Feb 12 00:06:04.738 INFO O| Feb 12 00:06:04.738 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
95882026-02-12T00:06:05.003Z[ host-image] Feb 12 00:06:04.738 INFO O| Feb 12 00:06:04.738 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 ...
95892026-02-12T00:06:05.003Z[ host-image] Feb 12 00:06:04.738 INFO O| Feb 12 00:06:04.738 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
95902026-02-12T00:06:05.003Z[ host-image] Feb 12 00:06:04.738 INFO O| Feb 12 00:06:04.738 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
95912026-02-12T00:06:05.003Z[ host-image] Feb 12 00:06:04.738 INFO O| Feb 12 00:06:04.738 INFO ok!
95922026-02-12T00:06:05.003Z[ host-image] Feb 12 00:06:04.738 INFO O| Feb 12 00:06:04.738 INFO STEP 68 (ensure_file) COMPLETE
95932026-02-12T00:06:05.003Z[ host-image] Feb 12 00:06:04.738 INFO O| Feb 12 00:06:04.738 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-02-12T00:06:05.003Z[ recovery-image] Feb 12 00:06:04.740 INFO E| Downloaded libc v0.2.178
95952026-02-12T00:06:05.027Z[ host-image] Feb 12 00:06:04.765 INFO O| Feb 12 00:06:04.764 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
95962026-02-12T00:06:05.027Z[ host-image] Feb 12 00:06:04.765 INFO O| Feb 12 00:06:04.765 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
95972026-02-12T00:06:05.170Z[ recovery-image] Feb 12 00:06:04.926 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)
95982026-02-12T00:06:05.170Z[ recovery-image] Feb 12 00:06:04.926 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)
95992026-02-12T00:06:05.195Z[ recovery-image] Feb 12 00:06:04.926 INFO E| Compiling proc-macro2 v1.0.106
96002026-02-12T00:06:05.195Z[ recovery-image] Feb 12 00:06:04.926 INFO E| Compiling unicode-ident v1.0.23
96012026-02-12T00:06:05.195Z[ recovery-image] Feb 12 00:06:04.926 INFO E| Compiling quote v1.0.44
96022026-02-12T00:06:05.195Z[ recovery-image] Feb 12 00:06:04.926 INFO E| Compiling syn v1.0.109
96032026-02-12T00:06:05.195Z[ recovery-image] Feb 12 00:06:04.926 INFO E| Compiling x86 v0.52.0
96042026-02-12T00:06:05.195Z[ recovery-image] Feb 12 00:06:04.927 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96052026-02-12T00:06:06.010Z[ recovery-image] Feb 12 00:06:05.767 INFO E| Compiling seq-macro v0.3.6
96062026-02-12T00:06:08.932Z[ recovery-image] Feb 12 00:06:08.688 INFO E| Compiling syn v2.0.114
96072026-02-12T00:06:10.289Z[ host-image] Feb 12 00:06:10.044 INFO O| Feb 12 00:06:10.043 INFO STEP 69 (pack_tar) COMPLETE
96082026-02-12T00:06:10.289Z[ host-image] Feb 12 00:06:10.044 INFO O| Feb 12 00:06:10.044 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96092026-02-12T00:06:10.313Z[ host-image] Feb 12 00:06:10.044 INFO O| Feb 12 00:06:10.044 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96102026-02-12T00:06:10.596Z[ host-image] Feb 12 00:06:10.353 INFO O| Feb 12 00:06:10.353 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96112026-02-12T00:06:10.699Z[ host-image] Feb 12 00:06:10.455 INFO O| Feb 12 00:06:10.455 INFO completed processing sled/ramdisk-02-trim
96122026-02-12T00:06:10.723Z[ host-image] Feb 12 00:06:10.460 INFO image builder template: zfs...
96132026-02-12T00:06:10.723Z[ host-image] Feb 12 00:06:10.461 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/.tmposd5q7/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@18.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
96142026-02-12T00:06:10.747Z[ host-image] Feb 12 00:06:10.482 INFO O| Feb 12 00:06:10.482 INFO skip include "stress" because feature "stress" is not enabled
96152026-02-12T00:06:10.747Z[ host-image] Feb 12 00:06:10.482 INFO O| Feb 12 00:06:10.482 INFO skip include "stress" because feature "compliance" is not enabled
96162026-02-12T00:06:10.775Z[ host-image] Feb 12 00:06:10.532 INFO O| Feb 12 00:06:10.532 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96172026-02-12T00:06:10.799Z[ host-image] Feb 12 00:06:10.538 INFO O| Feb 12 00:06:10.538 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96182026-02-12T00:06:10.842Z[ host-image] Feb 12 00:06:10.598 INFO O| Feb 12 00:06:10.598 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96192026-02-12T00:06:10.876Z[ host-image] Feb 12 00:06:10.632 INFO O| Feb 12 00:06:10.632 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96202026-02-12T00:06:10.876Z[ host-image] Feb 12 00:06:10.632 INFO O| Feb 12 00:06:10.632 INFO work dataset: rpool/images/build/host/work/sled/zfs
96212026-02-12T00:06:10.899Z[ host-image] Feb 12 00:06:10.639 INFO O| Feb 12 00:06:10.639 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96222026-02-12T00:06:10.923Z[ host-image] Feb 12 00:06:10.680 INFO O| Feb 12 00:06:10.679 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96232026-02-12T00:06:10.950Z[ host-image] Feb 12 00:06:10.706 INFO O| Feb 12 00:06:10.706 INFO DESTROY POOL: TEMPORARY-sled-zfs
96242026-02-12T00:06:10.974Z[ host-image] Feb 12 00:06:10.723 INFO O| Feb 12 00:06:10.722 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96252026-02-12T00:06:10.998Z[ host-image] Feb 12 00:06:10.731 INFO O| Feb 12 00:06:10.731 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96262026-02-12T00:06:10.998Z[ host-image] Feb 12 00:06:10.731 INFO O| Feb 12 00:06:10.731 INFO no lofi found
96272026-02-12T00:06:10.998Z[ host-image] Feb 12 00:06:10.731 INFO O| Feb 12 00:06:10.731 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96282026-02-12T00:06:10.998Z[ host-image] Feb 12 00:06:10.731 INFO O| Feb 12 00:06:10.731 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96292026-02-12T00:06:13.245Z[ host-image] Feb 12 00:06:13.002 INFO O| Feb 12 00:06:13.002 INFO lofi device = /dev/dsk/c3t1d0p0
96302026-02-12T00:06:13.245Z[ host-image] Feb 12 00:06:13.002 INFO O| Feb 12 00:06:13.002 INFO pool device = /dev/dsk/c3t1d0p0
96312026-02-12T00:06:13.245Z[ host-image] Feb 12 00:06:13.002 INFO O| Feb 12 00:06:13.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
96322026-02-12T00:06:13.583Z[ host-image] Feb 12 00:06:13.339 INFO O| Feb 12 00:06:13.339 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96332026-02-12T00:06:13.583Z[ host-image] Feb 12 00:06:13.339 INFO O| Feb 12 00:06:13.339 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96342026-02-12T00:06:13.617Z[ host-image] Feb 12 00:06:13.373 INFO O| Feb 12 00:06:13.372 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96352026-02-12T00:06:13.735Z[ host-image] Feb 12 00:06:13.492 INFO O| Feb 12 00:06:13.491 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96362026-02-12T00:06:13.789Z[ host-image] Feb 12 00:06:13.545 INFO O| Feb 12 00:06:13.545 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96372026-02-12T00:06:13.817Z[ host-image] Feb 12 00:06:13.574 INFO O| Feb 12 00:06:13.574 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96382026-02-12T00:06:13.841Z[ host-image] Feb 12 00:06:13.598 INFO O| Feb 12 00:06:13.597 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96392026-02-12T00:06:13.941Z[ host-image] Feb 12 00:06:13.698 INFO O| Feb 12 00:06:13.698 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96402026-02-12T00:06:13.941Z[ host-image] Feb 12 00:06:13.698 INFO O| Feb 12 00:06:13.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96412026-02-12T00:06:13.965Z[ host-image] Feb 12 00:06:13.698 INFO O| Feb 12 00:06:13.698 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96422026-02-12T00:06:13.965Z[ host-image] Feb 12 00:06:13.710 INFO O| Feb 12 00:06:13.710 INFO boot environment UUID: f0745ca1-0b8a-45b5-a495-afe8c9f3e8c8
96432026-02-12T00:06:13.965Z[ host-image] Feb 12 00:06:13.710 INFO O| Feb 12 00:06:13.710 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f0745ca1-0b8a-45b5-a495-afe8c9f3e8c8
96442026-02-12T00:06:13.990Z[ host-image] Feb 12 00:06:13.734 INFO O| Feb 12 00:06:13.734 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96452026-02-12T00:06:14.014Z[ host-image] Feb 12 00:06:13.758 INFO O| Feb 12 00:06:13.758 INFO STEP 0 (create_be) COMPLETE
96462026-02-12T00:06:14.014Z[ host-image] Feb 12 00:06:13.758 INFO O| Feb 12 00:06:13.758 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96472026-02-12T00:06:14.038Z[ host-image] Feb 12 00:06:13.785 INFO O| Feb 12 00:06:13.785 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
96482026-02-12T00:06:17.090Z[ recovery-image] Feb 12 00:06:16.847 INFO E| Compiling scroll_derive v0.13.1
96492026-02-12T00:06:31.272Z[ recovery-image] Feb 12 00:06:31.029 INFO E| Compiling bitstruct_derive v0.1.0
96502026-02-12T00:06:43.589Z[ host-image] Feb 12 00:06:43.346 INFO O| Feb 12 00:06:43.346 INFO STEP 1 (unpack_tar) COMPLETE
96512026-02-12T00:06:43.589Z[ host-image] Feb 12 00:06:43.346 INFO O| Feb 12 00:06:43.346 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96522026-02-12T00:06:43.614Z[ host-image] Feb 12 00:06:43.364 INFO O| Feb 12 00:06:43.364 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96532026-02-12T00:06:43.818Z[ host-image] Feb 12 00:06:43.575 INFO O| Feb 12 00:06:43.575 INFO STEP 2 (devfsadm) COMPLETE
96542026-02-12T00:06:43.818Z[ host-image] Feb 12 00:06:43.575 INFO O| Feb 12 00:06:43.575 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96552026-02-12T00:06:43.842Z[ host-image] Feb 12 00:06:43.595 INFO O| Feb 12 00:06:43.595 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96562026-02-12T00:06:43.842Z[ host-image] Feb 12 00:06:43.595 INFO O| Feb 12 00:06:43.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96572026-02-12T00:06:43.842Z[ host-image] Feb 12 00:06:43.595 INFO O| Feb 12 00:06:43.595 INFO STEP 3 (ensure_dir) COMPLETE
96582026-02-12T00:06:43.842Z[ host-image] Feb 12 00:06:43.595 INFO O| Feb 12 00:06:43.595 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96592026-02-12T00:06:43.867Z[ host-image] Feb 12 00:06:43.614 INFO O| Feb 12 00:06:43.614 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96602026-02-12T00:06:43.867Z[ host-image] Feb 12 00:06:43.614 INFO O| Feb 12 00:06:43.614 INFO STEP 4 (ensure_dir) COMPLETE
96612026-02-12T00:06:43.867Z[ host-image] Feb 12 00:06:43.614 INFO O| Feb 12 00:06:43.614 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96622026-02-12T00:06:43.892Z[ host-image] Feb 12 00:06:43.634 INFO O| Feb 12 00:06:43.634 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96632026-02-12T00:06:43.892Z[ host-image] Feb 12 00:06:43.634 INFO O| Feb 12 00:06:43.634 INFO STEP 5 (ensure_dir) COMPLETE
96642026-02-12T00:06:43.892Z[ host-image] Feb 12 00:06:43.634 INFO O| Feb 12 00:06:43.634 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96652026-02-12T00:06:43.916Z[ host-image] Feb 12 00:06:43.654 INFO O| Feb 12 00:06:43.654 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96662026-02-12T00:06:43.916Z[ host-image] Feb 12 00:06:43.654 INFO O| Feb 12 00:06:43.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96672026-02-12T00:06:43.916Z[ host-image] Feb 12 00:06:43.654 INFO O| Feb 12 00:06:43.654 INFO STEP 6 (ensure_dir) COMPLETE
96682026-02-12T00:06:43.916Z[ host-image] Feb 12 00:06:43.654 INFO O| Feb 12 00:06:43.654 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96692026-02-12T00:06:43.941Z[ host-image] Feb 12 00:06:43.684 INFO O| Feb 12 00:06:43.684 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96702026-02-12T00:06:43.941Z[ host-image] Feb 12 00:06:43.684 INFO O| Feb 12 00:06:43.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96712026-02-12T00:06:43.941Z[ host-image] Feb 12 00:06:43.684 INFO O| Feb 12 00:06:43.684 INFO STEP 7 (ensure_dir) COMPLETE
96722026-02-12T00:06:43.941Z[ host-image] Feb 12 00:06:43.684 INFO O| Feb 12 00:06:43.684 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96732026-02-12T00:06:43.965Z[ host-image] Feb 12 00:06:43.704 INFO O| Feb 12 00:06:43.704 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
96742026-02-12T00:06:43.965Z[ host-image] Feb 12 00:06:43.704 INFO O| Feb 12 00:06:43.704 INFO STEP 8 (remove_files) COMPLETE
96752026-02-12T00:06:43.965Z[ host-image] Feb 12 00:06:43.704 INFO O| Feb 12 00:06:43.704 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96762026-02-12T00:06:43.966Z[ host-image] Feb 12 00:06:43.722 INFO O| Feb 12 00:06:43.722 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
96772026-02-12T00:06:43.990Z[ host-image] Feb 12 00:06:43.723 INFO O| Feb 12 00:06:43.723 INFO STEP 9 (remove_files) COMPLETE
96782026-02-12T00:06:43.990Z[ host-image] Feb 12 00:06:43.723 INFO O| Feb 12 00:06:43.723 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96792026-02-12T00:06:43.990Z[ host-image] Feb 12 00:06:43.742 INFO O| Feb 12 00:06:43.742 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
96802026-02-12T00:06:43.990Z[ host-image] Feb 12 00:06:43.744 INFO O| Feb 12 00:06:43.744 INFO STEP 10 (remove_files) COMPLETE
96812026-02-12T00:06:43.990Z[ host-image] Feb 12 00:06:43.744 INFO O| Feb 12 00:06:43.744 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96822026-02-12T00:06:44.014Z[ host-image] Feb 12 00:06:43.762 INFO O| Feb 12 00:06:43.762 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
96832026-02-12T00:06:44.014Z[ host-image] Feb 12 00:06:43.763 INFO O| Feb 12 00:06:43.763 INFO STEP 11 (remove_files) COMPLETE
96842026-02-12T00:06:44.014Z[ host-image] Feb 12 00:06:43.763 INFO O| Feb 12 00:06:43.763 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96852026-02-12T00:06:44.038Z[ host-image] Feb 12 00:06:43.782 INFO O| Feb 12 00:06:43.782 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
96862026-02-12T00:06:44.039Z[ host-image] Feb 12 00:06:43.782 INFO O| Feb 12 00:06:43.782 INFO STEP 12 (remove_files) COMPLETE
96872026-02-12T00:06:44.039Z[ host-image] Feb 12 00:06:43.782 INFO O| Feb 12 00:06:43.782 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96882026-02-12T00:06:44.063Z[ host-image] Feb 12 00:06:43.803 INFO O| Feb 12 00:06:43.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96892026-02-12T00:06:44.063Z[ host-image] Feb 12 00:06:43.803 INFO O| Feb 12 00:06:43.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96902026-02-12T00:06:44.063Z[ host-image] Feb 12 00:06:43.803 INFO O| Feb 12 00:06:43.803 INFO STEP 13 (ensure_dir) COMPLETE
96912026-02-12T00:06:44.063Z[ host-image] Feb 12 00:06:43.803 INFO O| Feb 12 00:06:43.803 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96922026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.821 INFO O| Feb 12 00:06:43.821 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96932026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.821 INFO O| Feb 12 00:06:43.821 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96942026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.821 INFO O| Feb 12 00:06:43.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96952026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.821 INFO O| Feb 12 00:06:43.821 INFO STEP 14 (ensure_dir) COMPLETE
96962026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.821 INFO O| Feb 12 00:06:43.821 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96972026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.839 INFO O| Feb 12 00:06:43.839 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96982026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.839 INFO O| Feb 12 00:06:43.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96992026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.839 INFO O| Feb 12 00:06:43.839 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97002026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.839 INFO O| Feb 12 00:06:43.839 INFO STEP 15 (ensure_dir) COMPLETE
97012026-02-12T00:06:44.088Z[ host-image] Feb 12 00:06:43.839 INFO O| Feb 12 00:06:43.839 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97022026-02-12T00:06:44.113Z[ host-image] Feb 12 00:06:43.858 INFO O| Feb 12 00:06:43.858 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97032026-02-12T00:06:44.113Z[ host-image] Feb 12 00:06:43.858 INFO O| Feb 12 00:06:43.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97042026-02-12T00:06:44.113Z[ host-image] Feb 12 00:06:43.858 INFO O| Feb 12 00:06:43.858 INFO STEP 16 (ensure_dir) COMPLETE
97052026-02-12T00:06:44.113Z[ host-image] Feb 12 00:06:43.858 INFO O| Feb 12 00:06:43.858 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97062026-02-12T00:06:44.137Z[ host-image] Feb 12 00:06:43.877 INFO O| Feb 12 00:06:43.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97072026-02-12T00:06:44.137Z[ host-image] Feb 12 00:06:43.877 INFO O| Feb 12 00:06:43.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97082026-02-12T00:06:44.137Z[ host-image] Feb 12 00:06:43.877 INFO O| Feb 12 00:06:43.877 INFO STEP 17 (ensure_dir) COMPLETE
97092026-02-12T00:06:44.137Z[ host-image] Feb 12 00:06:43.877 INFO O| Feb 12 00:06:43.877 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97102026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.895 INFO O| Feb 12 00:06:43.895 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97112026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.895 INFO O| Feb 12 00:06:43.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97122026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.895 INFO O| Feb 12 00:06:43.895 INFO ok!
97132026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.895 INFO O| Feb 12 00:06:43.895 INFO STEP 18 (ensure_symlink) COMPLETE
97142026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.895 INFO O| Feb 12 00:06:43.895 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97152026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.913 INFO O| Feb 12 00:06:43.913 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97162026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.913 INFO O| Feb 12 00:06:43.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97172026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.913 INFO O| Feb 12 00:06:43.913 INFO ok!
97182026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.913 INFO O| Feb 12 00:06:43.913 INFO STEP 19 (ensure_file) COMPLETE
97192026-02-12T00:06:44.161Z[ host-image] Feb 12 00:06:43.914 INFO O| Feb 12 00:06:43.913 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97202026-02-12T00:06:44.186Z[ host-image] Feb 12 00:06:43.931 INFO O| Feb 12 00:06:43.931 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97212026-02-12T00:06:44.186Z[ host-image] Feb 12 00:06:43.931 INFO O| Feb 12 00:06:43.931 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97222026-02-12T00:06:44.186Z[ host-image] Feb 12 00:06:43.931 INFO O| Feb 12 00:06:43.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97232026-02-12T00:06:44.186Z[ host-image] Feb 12 00:06:43.931 INFO O| Feb 12 00:06:43.931 INFO ok!
97242026-02-12T00:06:44.186Z[ host-image] Feb 12 00:06:43.931 INFO O| Feb 12 00:06:43.931 INFO STEP 20 (ensure_symlink) COMPLETE
97252026-02-12T00:06:44.186Z[ host-image] Feb 12 00:06:43.931 INFO O| Feb 12 00:06:43.931 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97262026-02-12T00:06:44.211Z[ host-image] Feb 12 00:06:43.949 INFO O| Feb 12 00:06:43.949 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97272026-02-12T00:06:44.211Z[ host-image] Feb 12 00:06:43.949 INFO O| Feb 12 00:06:43.949 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97282026-02-12T00:06:44.211Z[ host-image] Feb 12 00:06:43.949 INFO O| Feb 12 00:06:43.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97292026-02-12T00:06:44.211Z[ host-image] Feb 12 00:06:43.949 INFO O| Feb 12 00:06:43.949 INFO ok!
97302026-02-12T00:06:44.211Z[ host-image] Feb 12 00:06:43.949 INFO O| Feb 12 00:06:43.949 INFO STEP 21 (ensure_symlink) COMPLETE
97312026-02-12T00:06:44.211Z[ host-image] Feb 12 00:06:43.949 INFO O| Feb 12 00:06:43.949 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97322026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.967 INFO O| Feb 12 00:06:43.967 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97332026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.967 INFO O| Feb 12 00:06:43.967 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97342026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.967 INFO O| Feb 12 00:06:43.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97352026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.967 INFO O| Feb 12 00:06:43.967 INFO ok!
97362026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.967 INFO O| Feb 12 00:06:43.967 INFO STEP 22 (ensure_symlink) COMPLETE
97372026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.967 INFO O| Feb 12 00:06:43.967 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97382026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.989 INFO O| Feb 12 00:06:43.989 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97392026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.989 INFO O| Feb 12 00:06:43.989 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97402026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.989 INFO O| Feb 12 00:06:43.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97412026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.989 INFO O| Feb 12 00:06:43.989 INFO ok!
97422026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.989 INFO O| Feb 12 00:06:43.989 INFO STEP 23 (ensure_symlink) COMPLETE
97432026-02-12T00:06:44.235Z[ host-image] Feb 12 00:06:43.989 INFO O| Feb 12 00:06:43.989 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97442026-02-12T00:06:44.259Z[ host-image] Feb 12 00:06:44.008 INFO O| Feb 12 00:06:44.008 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97452026-02-12T00:06:44.259Z[ host-image] Feb 12 00:06:44.008 INFO O| Feb 12 00:06:44.008 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97462026-02-12T00:06:44.259Z[ host-image] Feb 12 00:06:44.008 INFO O| Feb 12 00:06:44.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97472026-02-12T00:06:44.259Z[ host-image] Feb 12 00:06:44.008 INFO O| Feb 12 00:06:44.008 INFO ok!
97482026-02-12T00:06:44.260Z[ host-image] Feb 12 00:06:44.008 INFO O| Feb 12 00:06:44.008 INFO STEP 24 (ensure_file) COMPLETE
97492026-02-12T00:06:44.260Z[ host-image] Feb 12 00:06:44.008 INFO O| Feb 12 00:06:44.008 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97502026-02-12T00:06:44.283Z[ host-image] Feb 12 00:06:44.026 INFO O| Feb 12 00:06:44.026 INFO updating shadow file
97512026-02-12T00:06:44.283Z[ host-image] Feb 12 00:06:44.026 INFO O| Feb 12 00:06:44.026 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97522026-02-12T00:06:44.283Z[ host-image] Feb 12 00:06:44.026 INFO O| Feb 12 00:06:44.026 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97532026-02-12T00:06:44.284Z[ host-image] Feb 12 00:06:44.026 INFO O| Feb 12 00:06:44.026 INFO STEP 25 (shadow) COMPLETE
97542026-02-12T00:06:44.284Z[ host-image] Feb 12 00:06:44.026 INFO O| Feb 12 00:06:44.026 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97552026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.044 INFO O| Feb 12 00:06:44.044 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97562026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.044 INFO O| Feb 12 00:06:44.044 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97572026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.044 INFO O| Feb 12 00:06:44.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
97582026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.044 INFO O| Feb 12 00:06:44.044 INFO ok!
97592026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.044 INFO O| Feb 12 00:06:44.044 INFO STEP 26 (ensure_file) COMPLETE
97602026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.044 INFO O| Feb 12 00:06:44.044 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97612026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.062 INFO O| Feb 12 00:06:44.062 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
97622026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.062 INFO O| Feb 12 00:06:44.062 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
97632026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.062 INFO O| Feb 12 00:06:44.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
97642026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.062 INFO O| Feb 12 00:06:44.062 INFO ok!
97652026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.062 INFO O| Feb 12 00:06:44.062 INFO STEP 27 (ensure_file) COMPLETE
97662026-02-12T00:06:44.308Z[ host-image] Feb 12 00:06:44.062 INFO O| Feb 12 00:06:44.062 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97672026-02-12T00:06:44.332Z[ host-image] Feb 12 00:06:44.081 INFO O| Feb 12 00:06:44.081 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
97682026-02-12T00:06:44.332Z[ host-image] Feb 12 00:06:44.082 INFO O| Feb 12 00:06:44.082 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
97692026-02-12T00:06:44.332Z[ host-image] Feb 12 00:06:44.082 INFO O| Feb 12 00:06:44.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97702026-02-12T00:06:44.332Z[ host-image] Feb 12 00:06:44.082 INFO O| Feb 12 00:06:44.082 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97712026-02-12T00:06:44.332Z[ host-image] Feb 12 00:06:44.082 INFO O| Feb 12 00:06:44.082 INFO ok!
97722026-02-12T00:06:44.332Z[ host-image] Feb 12 00:06:44.082 INFO O| Feb 12 00:06:44.082 INFO STEP 28 (ensure_file) COMPLETE
97732026-02-12T00:06:44.332Z[ host-image] Feb 12 00:06:44.082 INFO O| Feb 12 00:06:44.082 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97742026-02-12T00:06:44.357Z[ host-image] Feb 12 00:06:44.102 INFO O| Feb 12 00:06:44.102 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
97752026-02-12T00:06:44.357Z[ host-image] Feb 12 00:06:44.102 INFO O| Feb 12 00:06:44.102 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
97762026-02-12T00:06:44.357Z[ host-image] Feb 12 00:06:44.102 INFO O| Feb 12 00:06:44.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
97772026-02-12T00:06:44.357Z[ host-image] Feb 12 00:06:44.102 INFO O| Feb 12 00:06:44.102 INFO ok!
97782026-02-12T00:06:44.357Z[ host-image] Feb 12 00:06:44.102 INFO O| Feb 12 00:06:44.102 INFO STEP 29 (ensure_file) COMPLETE
97792026-02-12T00:06:44.357Z[ host-image] Feb 12 00:06:44.102 INFO O| Feb 12 00:06:44.102 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97802026-02-12T00:06:44.381Z[ host-image] Feb 12 00:06:44.129 INFO O| Feb 12 00:06:44.129 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97812026-02-12T00:06:44.381Z[ host-image] Feb 12 00:06:44.129 INFO O| Feb 12 00:06:44.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97822026-02-12T00:06:44.381Z[ host-image] Feb 12 00:06:44.129 INFO O| Feb 12 00:06:44.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97832026-02-12T00:06:44.381Z[ host-image] Feb 12 00:06:44.129 INFO O| Feb 12 00:06:44.129 INFO STEP 30 (ensure_dir) COMPLETE
97842026-02-12T00:06:44.381Z[ host-image] Feb 12 00:06:44.130 INFO O| Feb 12 00:06:44.129 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97852026-02-12T00:06:44.405Z[ host-image] Feb 12 00:06:44.156 INFO O| Feb 12 00:06:44.156 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
97862026-02-12T00:06:44.405Z[ host-image] Feb 12 00:06:44.156 INFO O| Feb 12 00:06:44.156 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
97872026-02-12T00:06:44.405Z[ host-image] Feb 12 00:06:44.156 INFO O| Feb 12 00:06:44.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97882026-02-12T00:06:44.405Z[ host-image] Feb 12 00:06:44.156 INFO O| Feb 12 00:06:44.156 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97892026-02-12T00:06:44.405Z[ host-image] Feb 12 00:06:44.156 INFO O| Feb 12 00:06:44.156 INFO ok!
97902026-02-12T00:06:44.405Z[ host-image] Feb 12 00:06:44.156 INFO O| Feb 12 00:06:44.156 INFO STEP 31 (ensure_file) COMPLETE
97912026-02-12T00:06:44.405Z[ host-image] Feb 12 00:06:44.156 INFO O| Feb 12 00:06:44.156 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97922026-02-12T00:06:44.429Z[ host-image] Feb 12 00:06:44.182 INFO O| Feb 12 00:06:44.182 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97932026-02-12T00:06:44.429Z[ host-image] Feb 12 00:06:44.182 INFO O| Feb 12 00:06:44.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97942026-02-12T00:06:44.429Z[ host-image] Feb 12 00:06:44.182 INFO O| Feb 12 00:06:44.182 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97952026-02-12T00:06:44.429Z[ host-image] Feb 12 00:06:44.182 INFO O| Feb 12 00:06:44.182 INFO STEP 32 (ensure_dir) COMPLETE
97962026-02-12T00:06:44.429Z[ host-image] Feb 12 00:06:44.182 INFO O| Feb 12 00:06:44.182 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97972026-02-12T00:06:44.453Z[ host-image] Feb 12 00:06:44.205 INFO O| Feb 12 00:06:44.205 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
97982026-02-12T00:06:44.453Z[ host-image] Feb 12 00:06:44.205 INFO O| Feb 12 00:06:44.205 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 ...
97992026-02-12T00:06:44.453Z[ host-image] Feb 12 00:06:44.205 INFO O| Feb 12 00:06:44.205 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
98002026-02-12T00:06:44.453Z[ host-image] Feb 12 00:06:44.205 INFO O| Feb 12 00:06:44.205 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98012026-02-12T00:06:44.453Z[ host-image] Feb 12 00:06:44.205 INFO O| Feb 12 00:06:44.205 INFO ok!
98022026-02-12T00:06:44.454Z[ host-image] Feb 12 00:06:44.205 INFO O| Feb 12 00:06:44.205 INFO STEP 33 (ensure_file) COMPLETE
98032026-02-12T00:06:44.454Z[ host-image] Feb 12 00:06:44.205 INFO O| Feb 12 00:06:44.205 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98042026-02-12T00:06:44.477Z[ host-image] Feb 12 00:06:44.231 INFO O| Feb 12 00:06:44.231 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98052026-02-12T00:06:44.477Z[ host-image] Feb 12 00:06:44.231 INFO O| Feb 12 00:06:44.231 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98062026-02-12T00:06:44.477Z[ host-image] Feb 12 00:06:44.231 INFO O| Feb 12 00:06:44.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98072026-02-12T00:06:44.477Z[ host-image] Feb 12 00:06:44.231 INFO O| Feb 12 00:06:44.231 INFO ok!
98082026-02-12T00:06:44.477Z[ host-image] Feb 12 00:06:44.231 INFO O| Feb 12 00:06:44.231 INFO STEP 34 (ensure_file) COMPLETE
98092026-02-12T00:06:44.477Z[ host-image] Feb 12 00:06:44.231 INFO O| Feb 12 00:06:44.231 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98102026-02-12T00:06:44.501Z[ host-image] Feb 12 00:06:44.257 INFO O| Feb 12 00:06:44.257 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98112026-02-12T00:06:44.501Z[ host-image] Feb 12 00:06:44.257 INFO O| Feb 12 00:06:44.257 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98122026-02-12T00:06:44.501Z[ host-image] Feb 12 00:06:44.257 INFO O| Feb 12 00:06:44.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98132026-02-12T00:06:44.501Z[ host-image] Feb 12 00:06:44.257 INFO O| Feb 12 00:06:44.257 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98142026-02-12T00:06:44.501Z[ host-image] Feb 12 00:06:44.257 INFO O| Feb 12 00:06:44.257 INFO ok!
98152026-02-12T00:06:44.501Z[ host-image] Feb 12 00:06:44.257 INFO O| Feb 12 00:06:44.257 INFO STEP 35 (ensure_file) COMPLETE
98162026-02-12T00:06:44.501Z[ host-image] Feb 12 00:06:44.257 INFO O| Feb 12 00:06:44.257 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98172026-02-12T00:06:44.525Z[ host-image] Feb 12 00:06:44.280 INFO O| Feb 12 00:06:44.280 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98182026-02-12T00:06:44.525Z[ host-image] Feb 12 00:06:44.280 INFO O| Feb 12 00:06:44.280 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98192026-02-12T00:06:44.525Z[ host-image] Feb 12 00:06:44.280 INFO O| Feb 12 00:06:44.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98202026-02-12T00:06:44.525Z[ host-image] Feb 12 00:06:44.280 INFO O| Feb 12 00:06:44.280 INFO ok!
98212026-02-12T00:06:44.525Z[ host-image] Feb 12 00:06:44.280 INFO O| Feb 12 00:06:44.280 INFO STEP 36 (ensure_file) COMPLETE
98222026-02-12T00:06:44.525Z[ host-image] Feb 12 00:06:44.280 INFO O| Feb 12 00:06:44.280 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98232026-02-12T00:06:44.549Z[ host-image] Feb 12 00:06:44.304 INFO O| Feb 12 00:06:44.303 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98242026-02-12T00:06:44.549Z[ host-image] Feb 12 00:06:44.304 INFO O| Feb 12 00:06:44.304 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98252026-02-12T00:06:44.549Z[ host-image] Feb 12 00:06:44.304 INFO O| Feb 12 00:06:44.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98262026-02-12T00:06:44.549Z[ host-image] Feb 12 00:06:44.304 INFO O| Feb 12 00:06:44.304 INFO ok!
98272026-02-12T00:06:44.549Z[ host-image] Feb 12 00:06:44.304 INFO O| Feb 12 00:06:44.304 INFO STEP 37 (ensure_file) COMPLETE
98282026-02-12T00:06:44.549Z[ host-image] Feb 12 00:06:44.304 INFO O| Feb 12 00:06:44.304 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98292026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98302026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98312026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98322026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98332026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98342026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98352026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO ok!
98362026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO STEP 38 (ensure_file) COMPLETE
98372026-02-12T00:06:44.573Z[ host-image] Feb 12 00:06:44.322 INFO O| Feb 12 00:06:44.322 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98382026-02-12T00:06:44.598Z[ host-image] Feb 12 00:06:44.341 INFO O| Feb 12 00:06:44.341 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98392026-02-12T00:06:44.598Z[ host-image] Feb 12 00:06:44.341 INFO O| Feb 12 00:06:44.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98402026-02-12T00:06:44.598Z[ host-image] Feb 12 00:06:44.341 INFO O| Feb 12 00:06:44.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98412026-02-12T00:06:44.598Z[ host-image] Feb 12 00:06:44.341 INFO O| Feb 12 00:06:44.341 INFO STEP 39 (ensure_dir) COMPLETE
98422026-02-12T00:06:44.598Z[ host-image] Feb 12 00:06:44.341 INFO O| Feb 12 00:06:44.341 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98432026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 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
98442026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 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 ...
98452026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 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
98462026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 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
98472026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 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
98482026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 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
98492026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 INFO ok!
98502026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 INFO STEP 40 (ensure_file) COMPLETE
98512026-02-12T00:06:44.622Z[ host-image] Feb 12 00:06:44.363 INFO O| Feb 12 00:06:44.363 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98522026-02-12T00:06:44.646Z[ host-image] Feb 12 00:06:44.389 INFO O| Feb 12 00:06:44.389 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98532026-02-12T00:06:44.646Z[ host-image] Feb 12 00:06:44.389 INFO O| Feb 12 00:06:44.389 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 ...
98542026-02-12T00:06:44.646Z[ host-image] Feb 12 00:06:44.389 INFO O| Feb 12 00:06:44.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98552026-02-12T00:06:44.647Z[ host-image] Feb 12 00:06:44.389 INFO O| Feb 12 00:06:44.389 INFO ok!
98562026-02-12T00:06:44.647Z[ host-image] Feb 12 00:06:44.389 INFO O| Feb 12 00:06:44.389 INFO STEP 41 (ensure_symlink) COMPLETE
98572026-02-12T00:06:44.647Z[ host-image] Feb 12 00:06:44.389 INFO O| Feb 12 00:06:44.389 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98582026-02-12T00:06:44.671Z[ host-image] Feb 12 00:06:44.414 INFO O| Feb 12 00:06:44.414 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
98592026-02-12T00:06:44.671Z[ host-image] Feb 12 00:06:44.414 INFO O| Feb 12 00:06:44.414 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
98602026-02-12T00:06:44.671Z[ host-image] Feb 12 00:06:44.414 INFO O| Feb 12 00:06:44.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
98612026-02-12T00:06:44.671Z[ host-image] Feb 12 00:06:44.414 INFO O| Feb 12 00:06:44.414 INFO ok!
98622026-02-12T00:06:44.671Z[ host-image] Feb 12 00:06:44.414 INFO O| Feb 12 00:06:44.414 INFO STEP 42 (ensure_symlink) COMPLETE
98632026-02-12T00:06:44.671Z[ host-image] Feb 12 00:06:44.414 INFO O| Feb 12 00:06:44.414 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98642026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.439 INFO O| Feb 12 00:06:44.439 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
98652026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.439 INFO O| Feb 12 00:06:44.439 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
98662026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.440 INFO O| Feb 12 00:06:44.440 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98672026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.440 INFO O| Feb 12 00:06:44.440 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98682026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.440 INFO O| Feb 12 00:06:44.440 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98692026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.440 INFO O| Feb 12 00:06:44.440 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98702026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.440 INFO O| Feb 12 00:06:44.440 INFO ok!
98712026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.440 INFO O| Feb 12 00:06:44.440 INFO STEP 43 (ensure_file) COMPLETE
98722026-02-12T00:06:44.695Z[ host-image] Feb 12 00:06:44.440 INFO O| Feb 12 00:06:44.440 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98732026-02-12T00:06:44.719Z[ host-image] Feb 12 00:06:44.467 INFO O| Feb 12 00:06:44.467 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
98742026-02-12T00:06:44.719Z[ host-image] Feb 12 00:06:44.467 INFO O| Feb 12 00:06:44.467 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 ...
98752026-02-12T00:06:44.719Z[ host-image] Feb 12 00:06:44.467 INFO O| Feb 12 00:06:44.467 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
98762026-02-12T00:06:44.719Z[ host-image] Feb 12 00:06:44.468 INFO O| Feb 12 00:06:44.467 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98772026-02-12T00:06:44.719Z[ host-image] Feb 12 00:06:44.468 INFO O| Feb 12 00:06:44.467 INFO ok!
98782026-02-12T00:06:44.719Z[ host-image] Feb 12 00:06:44.468 INFO O| Feb 12 00:06:44.467 INFO STEP 44 (ensure_file) COMPLETE
98792026-02-12T00:06:44.719Z[ host-image] Feb 12 00:06:44.468 INFO O| Feb 12 00:06:44.467 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98802026-02-12T00:06:44.743Z[ host-image] Feb 12 00:06:44.491 INFO O| Feb 12 00:06:44.491 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
98812026-02-12T00:06:44.743Z[ host-image] Feb 12 00:06:44.491 INFO O| Feb 12 00:06:44.491 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
98822026-02-12T00:06:44.744Z[ host-image] Feb 12 00:06:44.491 INFO O| Feb 12 00:06:44.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
98832026-02-12T00:06:44.744Z[ host-image] Feb 12 00:06:44.491 INFO O| Feb 12 00:06:44.491 INFO ok!
98842026-02-12T00:06:44.744Z[ host-image] Feb 12 00:06:44.491 INFO O| Feb 12 00:06:44.491 INFO STEP 45 (ensure_file) COMPLETE
98852026-02-12T00:06:44.744Z[ host-image] Feb 12 00:06:44.491 INFO O| Feb 12 00:06:44.491 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98862026-02-12T00:06:44.768Z[ host-image] Feb 12 00:06:44.516 INFO O| Feb 12 00:06:44.516 INFO updating shadow file
98872026-02-12T00:06:44.768Z[ host-image] Feb 12 00:06:44.516 INFO O| Feb 12 00:06:44.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98882026-02-12T00:06:44.768Z[ host-image] Feb 12 00:06:44.517 INFO O| Feb 12 00:06:44.516 INFO STEP 46 (shadow) COMPLETE
98892026-02-12T00:06:44.768Z[ host-image] Feb 12 00:06:44.517 INFO O| Feb 12 00:06:44.516 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98902026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.543 INFO O| Feb 12 00:06:44.543 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
98912026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.543 INFO O| Feb 12 00:06:44.543 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
98922026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98932026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98942026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO ok!
98952026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO STEP 47 (ensure_file) COMPLETE
98962026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98972026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO skip step because feature "mfg" is not enabled
98982026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98992026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO skip step because feature "mfg" is not enabled
99002026-02-12T00:06:44.792Z[ host-image] Feb 12 00:06:44.544 INFO O| Feb 12 00:06:44.544 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99012026-02-12T00:06:44.816Z[ host-image] Feb 12 00:06:44.570 INFO O| Feb 12 00:06:44.569 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99022026-02-12T00:06:44.816Z[ host-image] Feb 12 00:06:44.570 INFO O| Feb 12 00:06:44.570 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99032026-02-12T00:06:45.872Z[ host-image] Feb 12 00:06:45.629 INFO O| Feb 12 00:06:45.629 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99042026-02-12T00:06:45.872Z[ host-image] Feb 12 00:06:45.629 INFO O| Feb 12 00:06:45.629 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99052026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.629 INFO O| Feb 12 00:06:45.629 INFO ok!
99062026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.629 INFO O| Feb 12 00:06:45.629 INFO STEP 50 (ensure_file) COMPLETE
99072026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.629 INFO O| Feb 12 00:06:45.629 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99082026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.629 INFO O| Feb 12 00:06:45.629 INFO skip step because feature "compliance" is not enabled
99092026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.629 INFO O| Feb 12 00:06:45.629 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99102026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.650 INFO O| Feb 12 00:06:45.650 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99112026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.650 INFO O| Feb 12 00:06:45.650 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99122026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.650 INFO O| Feb 12 00:06:45.650 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99132026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.651 INFO O| Feb 12 00:06:45.650 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99142026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.651 INFO O| Feb 12 00:06:45.651 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99152026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.651 INFO O| Feb 12 00:06:45.651 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99162026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.651 INFO O| Feb 12 00:06:45.651 INFO ok!
99172026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.651 INFO O| Feb 12 00:06:45.651 INFO STEP 52 (ensure_file) COMPLETE
99182026-02-12T00:06:45.896Z[ host-image] Feb 12 00:06:45.651 INFO O| Feb 12 00:06:45.651 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99192026-02-12T00:06:45.920Z[ host-image] Feb 12 00:06:45.669 INFO O| Feb 12 00:06:45.668 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99202026-02-12T00:06:45.920Z[ host-image] Feb 12 00:06:45.669 INFO O| Feb 12 00:06:45.668 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 ...
99212026-02-12T00:06:45.921Z[ host-image] Feb 12 00:06:45.669 INFO O| Feb 12 00:06:45.669 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
99222026-02-12T00:06:45.921Z[ host-image] Feb 12 00:06:45.669 INFO O| Feb 12 00:06:45.669 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99232026-02-12T00:06:45.921Z[ host-image] Feb 12 00:06:45.669 INFO O| Feb 12 00:06:45.669 INFO ok!
99242026-02-12T00:06:45.921Z[ host-image] Feb 12 00:06:45.669 INFO O| Feb 12 00:06:45.669 INFO STEP 53 (ensure_file) COMPLETE
99252026-02-12T00:06:45.921Z[ host-image] Feb 12 00:06:45.669 INFO O| Feb 12 00:06:45.669 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99262026-02-12T00:06:45.945Z[ host-image] Feb 12 00:06:45.692 INFO O| Feb 12 00:06:45.692 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99272026-02-12T00:06:45.945Z[ host-image] Feb 12 00:06:45.692 INFO O| Feb 12 00:06:45.692 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 ...
99282026-02-12T00:06:45.945Z[ host-image] Feb 12 00:06:45.692 INFO O| Feb 12 00:06:45.692 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99292026-02-12T00:06:45.945Z[ host-image] Feb 12 00:06:45.692 INFO O| Feb 12 00:06:45.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99302026-02-12T00:06:45.945Z[ host-image] Feb 12 00:06:45.692 INFO O| Feb 12 00:06:45.692 INFO ok!
99312026-02-12T00:06:45.945Z[ host-image] Feb 12 00:06:45.692 INFO O| Feb 12 00:06:45.692 INFO STEP 54 (ensure_file) COMPLETE
99322026-02-12T00:06:45.945Z[ host-image] Feb 12 00:06:45.692 INFO O| Feb 12 00:06:45.692 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99332026-02-12T00:06:45.969Z[ host-image] Feb 12 00:06:45.713 INFO O| Feb 12 00:06:45.713 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99342026-02-12T00:06:45.969Z[ host-image] Feb 12 00:06:45.713 INFO O| Feb 12 00:06:45.713 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 ...
99352026-02-12T00:06:45.969Z[ host-image] Feb 12 00:06:45.713 INFO O| Feb 12 00:06:45.713 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
99362026-02-12T00:06:45.969Z[ host-image] Feb 12 00:06:45.713 INFO O| Feb 12 00:06:45.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99372026-02-12T00:06:45.969Z[ host-image] Feb 12 00:06:45.713 INFO O| Feb 12 00:06:45.713 INFO ok!
99382026-02-12T00:06:45.969Z[ host-image] Feb 12 00:06:45.713 INFO O| Feb 12 00:06:45.713 INFO STEP 55 (ensure_file) COMPLETE
99392026-02-12T00:06:45.969Z[ host-image] Feb 12 00:06:45.713 INFO O| Feb 12 00:06:45.713 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99402026-02-12T00:06:45.994Z[ host-image] Feb 12 00:06:45.731 INFO O| Feb 12 00:06:45.731 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99412026-02-12T00:06:45.994Z[ host-image] Feb 12 00:06:45.731 INFO O| Feb 12 00:06:45.731 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 ...
99422026-02-12T00:06:45.994Z[ host-image] Feb 12 00:06:45.732 INFO O| Feb 12 00:06:45.732 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99432026-02-12T00:06:45.994Z[ host-image] Feb 12 00:06:45.732 INFO O| Feb 12 00:06:45.732 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99442026-02-12T00:06:45.994Z[ host-image] Feb 12 00:06:45.732 INFO O| Feb 12 00:06:45.732 INFO ok!
99452026-02-12T00:06:45.994Z[ host-image] Feb 12 00:06:45.732 INFO O| Feb 12 00:06:45.732 INFO STEP 56 (ensure_file) COMPLETE
99462026-02-12T00:06:45.994Z[ host-image] Feb 12 00:06:45.732 INFO O| Feb 12 00:06:45.732 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99472026-02-12T00:06:46.018Z[ host-image] Feb 12 00:06:45.756 INFO O| Feb 12 00:06:45.756 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99482026-02-12T00:06:46.018Z[ host-image] Feb 12 00:06:45.756 INFO O| Feb 12 00:06:45.756 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 ...
99492026-02-12T00:06:46.018Z[ host-image] Feb 12 00:06:45.757 INFO O| Feb 12 00:06:45.757 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
99502026-02-12T00:06:46.018Z[ host-image] Feb 12 00:06:45.757 INFO O| Feb 12 00:06:45.757 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99512026-02-12T00:06:46.018Z[ host-image] Feb 12 00:06:45.757 INFO O| Feb 12 00:06:45.757 INFO ok!
99522026-02-12T00:06:46.018Z[ host-image] Feb 12 00:06:45.757 INFO O| Feb 12 00:06:45.757 INFO STEP 57 (ensure_file) COMPLETE
99532026-02-12T00:06:46.019Z[ host-image] Feb 12 00:06:45.757 INFO O| Feb 12 00:06:45.757 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99542026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.780 INFO O| Feb 12 00:06:45.780 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99552026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.780 INFO O| Feb 12 00:06:45.780 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 ...
99562026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.781 INFO O| Feb 12 00:06:45.781 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99572026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.781 INFO O| Feb 12 00:06:45.781 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99582026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.781 INFO O| Feb 12 00:06:45.781 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99592026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.781 INFO O| Feb 12 00:06:45.781 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99602026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.781 INFO O| Feb 12 00:06:45.781 INFO ok!
99612026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.781 INFO O| Feb 12 00:06:45.781 INFO STEP 58 (ensure_file) COMPLETE
99622026-02-12T00:06:46.043Z[ host-image] Feb 12 00:06:45.781 INFO O| Feb 12 00:06:45.781 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99632026-02-12T00:06:46.067Z[ host-image] Feb 12 00:06:45.804 INFO O| Feb 12 00:06:45.804 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
99642026-02-12T00:06:46.067Z[ host-image] Feb 12 00:06:45.804 INFO O| Feb 12 00:06:45.804 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 ...
99652026-02-12T00:06:46.067Z[ host-image] Feb 12 00:06:45.805 INFO O| Feb 12 00:06:45.805 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
99662026-02-12T00:06:46.067Z[ host-image] Feb 12 00:06:45.805 INFO O| Feb 12 00:06:45.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99672026-02-12T00:06:46.068Z[ host-image] Feb 12 00:06:45.805 INFO O| Feb 12 00:06:45.805 INFO ok!
99682026-02-12T00:06:46.068Z[ host-image] Feb 12 00:06:45.805 INFO O| Feb 12 00:06:45.805 INFO STEP 59 (ensure_file) COMPLETE
99692026-02-12T00:06:46.068Z[ host-image] Feb 12 00:06:45.805 INFO O| Feb 12 00:06:45.805 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99702026-02-12T00:06:46.068Z[ host-image] Feb 12 00:06:45.825 INFO O| Feb 12 00:06:45.824 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
99712026-02-12T00:06:46.068Z[ host-image] Feb 12 00:06:45.825 INFO O| Feb 12 00:06:45.824 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
99722026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.825 INFO O| Feb 12 00:06:45.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99732026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.825 INFO O| Feb 12 00:06:45.825 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99742026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.825 INFO O| Feb 12 00:06:45.825 INFO ok!
99752026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.825 INFO O| Feb 12 00:06:45.825 INFO STEP 60 (ensure_file) COMPLETE
99762026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.825 INFO O| Feb 12 00:06:45.825 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99772026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.842 INFO O| Feb 12 00:06:45.842 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
99782026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.842 INFO O| Feb 12 00:06:45.842 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 ...
99792026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.843 INFO O| Feb 12 00:06:45.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-pinger.xml
99802026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.843 INFO O| Feb 12 00:06:45.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99812026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.843 INFO O| Feb 12 00:06:45.843 INFO ok!
99822026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.843 INFO O| Feb 12 00:06:45.843 INFO STEP 61 (ensure_file) COMPLETE
99832026-02-12T00:06:46.092Z[ host-image] Feb 12 00:06:45.843 INFO O| Feb 12 00:06:45.843 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99842026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.859 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
99852026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
99862026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99872026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99882026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99892026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99902026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO ok!
99912026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO STEP 62 (ensure_file) COMPLETE
99922026-02-12T00:06:46.117Z[ host-image] Feb 12 00:06:45.860 INFO O| Feb 12 00:06:45.860 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-02-12T00:06:46.142Z[ host-image] Feb 12 00:06:45.878 INFO O| Feb 12 00:06:45.878 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
99942026-02-12T00:06:46.142Z[ host-image] Feb 12 00:06:45.878 INFO O| Feb 12 00:06:45.878 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 ...
99952026-02-12T00:06:46.142Z[ host-image] Feb 12 00:06:45.879 INFO O| Feb 12 00:06:45.878 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
99962026-02-12T00:06:46.142Z[ host-image] Feb 12 00:06:45.879 INFO O| Feb 12 00:06:45.878 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
99972026-02-12T00:06:46.142Z[ host-image] Feb 12 00:06:45.879 INFO O| Feb 12 00:06:45.879 INFO ok!
99982026-02-12T00:06:46.142Z[ host-image] Feb 12 00:06:45.879 INFO O| Feb 12 00:06:45.879 INFO STEP 63 (ensure_file) COMPLETE
99992026-02-12T00:06:46.142Z[ host-image] Feb 12 00:06:45.879 INFO O| Feb 12 00:06:45.879 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-02-12T00:06:46.166Z[ host-image] Feb 12 00:06:45.903 INFO O| Feb 12 00:06:45.903 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100012026-02-12T00:06:46.166Z[ host-image] Feb 12 00:06:45.903 INFO O| Feb 12 00:06:45.903 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 ...
100022026-02-12T00:06:46.166Z[ host-image] Feb 12 00:06:45.904 INFO O| Feb 12 00:06:45.904 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
100032026-02-12T00:06:46.166Z[ host-image] Feb 12 00:06:45.904 INFO O| Feb 12 00:06:45.904 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100042026-02-12T00:06:46.166Z[ host-image] Feb 12 00:06:45.904 INFO O| Feb 12 00:06:45.904 INFO ok!
100052026-02-12T00:06:46.166Z[ host-image] Feb 12 00:06:45.904 INFO O| Feb 12 00:06:45.904 INFO STEP 64 (ensure_file) COMPLETE
100062026-02-12T00:06:46.166Z[ host-image] Feb 12 00:06:45.904 INFO O| Feb 12 00:06:45.904 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100072026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.926 INFO O| Feb 12 00:06:45.926 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100082026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.926 INFO O| Feb 12 00:06:45.926 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 ...
100092026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.927 INFO O| Feb 12 00:06:45.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100102026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.927 INFO O| Feb 12 00:06:45.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100112026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.927 INFO O| Feb 12 00:06:45.927 INFO ok!
100122026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.927 INFO O| Feb 12 00:06:45.927 INFO STEP 65 (ensure_file) COMPLETE
100132026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.927 INFO O| Feb 12 00:06:45.927 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.927 INFO O| Feb 12 00:06:45.927 INFO skip step because feature "mbist" is not enabled
100152026-02-12T00:06:46.191Z[ host-image] Feb 12 00:06:45.927 INFO O| Feb 12 00:06:45.927 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162026-02-12T00:06:46.215Z[ host-image] Feb 12 00:06:45.949 INFO O| Feb 12 00:06:45.949 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100172026-02-12T00:06:46.215Z[ host-image] Feb 12 00:06:45.949 INFO O| Feb 12 00:06:45.949 INFO STEP 67 (ensure_dir) COMPLETE
100182026-02-12T00:06:46.215Z[ host-image] Feb 12 00:06:45.949 INFO O| Feb 12 00:06:45.949 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192026-02-12T00:06:46.215Z[ host-image] Feb 12 00:06:45.970 INFO O| Feb 12 00:06:45.970 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100202026-02-12T00:06:46.215Z[ host-image] Feb 12 00:06:45.970 INFO O| Feb 12 00:06:45.970 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100212026-02-12T00:06:46.215Z[ host-image] Feb 12 00:06:45.970 INFO O| Feb 12 00:06:45.970 INFO STEP 68 (ensure_dir) COMPLETE
100222026-02-12T00:06:46.215Z[ host-image] Feb 12 00:06:45.970 INFO O| Feb 12 00:06:45.970 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232026-02-12T00:06:46.240Z[ host-image] Feb 12 00:06:45.990 INFO O| Feb 12 00:06:45.989 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100242026-02-12T00:06:46.240Z[ host-image] Feb 12 00:06:45.990 INFO O| Feb 12 00:06:45.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100252026-02-12T00:06:46.240Z[ host-image] Feb 12 00:06:45.990 INFO O| Feb 12 00:06:45.990 INFO STEP 69 (ensure_dir) COMPLETE
100262026-02-12T00:06:46.240Z[ host-image] Feb 12 00:06:45.990 INFO O| Feb 12 00:06:45.990 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100272026-02-12T00:06:46.264Z[ host-image] Feb 12 00:06:46.007 INFO O| Feb 12 00:06:46.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100282026-02-12T00:06:46.264Z[ host-image] Feb 12 00:06:46.007 INFO O| Feb 12 00:06:46.007 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100292026-02-12T00:06:47.250Z[ host-image] Feb 12 00:06:47.007 INFO O| Feb 12 00:06:47.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100302026-02-12T00:06:47.250Z[ host-image] Feb 12 00:06:47.007 INFO O| Feb 12 00:06:47.007 INFO ok!
100312026-02-12T00:06:47.274Z[ host-image] Feb 12 00:06:47.007 INFO O| Feb 12 00:06:47.007 INFO STEP 70 (ensure_file) COMPLETE
100322026-02-12T00:06:47.274Z[ host-image] Feb 12 00:06:47.007 INFO O| Feb 12 00:06:47.007 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100332026-02-12T00:06:47.274Z[ host-image] Feb 12 00:06:47.031 INFO O| Feb 12 00:06:47.030 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100342026-02-12T00:06:47.274Z[ host-image] Feb 12 00:06:47.031 INFO O| Feb 12 00:06:47.030 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100352026-02-12T00:06:49.071Z[ host-image] Feb 12 00:06:48.828 INFO O| Feb 12 00:06:48.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100362026-02-12T00:06:49.071Z[ host-image] Feb 12 00:06:48.828 INFO O| Feb 12 00:06:48.828 INFO ok!
100372026-02-12T00:06:49.071Z[ host-image] Feb 12 00:06:48.828 INFO O| Feb 12 00:06:48.828 INFO STEP 71 (ensure_file) COMPLETE
100382026-02-12T00:06:49.095Z[ host-image] Feb 12 00:06:48.828 INFO O| Feb 12 00:06:48.828 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392026-02-12T00:06:49.119Z[ host-image] Feb 12 00:06:48.855 INFO O| Feb 12 00:06:48.855 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100402026-02-12T00:06:49.119Z[ host-image] Feb 12 00:06:48.855 INFO O| Feb 12 00:06:48.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100412026-02-12T00:06:49.119Z[ host-image] Feb 12 00:06:48.855 INFO O| Feb 12 00:06:48.855 INFO STEP 72 (ensure_dir) COMPLETE
100422026-02-12T00:06:49.119Z[ host-image] Feb 12 00:06:48.856 INFO O| Feb 12 00:06:48.855 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-02-12T00:06:49.145Z[ host-image] Feb 12 00:06:48.882 INFO O| Feb 12 00:06:48.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100442026-02-12T00:06:49.145Z[ host-image] Feb 12 00:06:48.882 INFO O| Feb 12 00:06:48.882 INFO copying /tmp/.tmposd5q7/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 ...
100452026-02-12T00:06:49.145Z[ host-image] Feb 12 00:06:48.882 INFO O| Feb 12 00:06:48.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100462026-02-12T00:06:49.145Z[ host-image] Feb 12 00:06:48.882 INFO O| Feb 12 00:06:48.882 INFO ok!
100472026-02-12T00:06:49.145Z[ host-image] Feb 12 00:06:48.882 INFO O| Feb 12 00:06:48.882 INFO STEP 73 (ensure_file) COMPLETE
100482026-02-12T00:06:49.145Z[ host-image] Feb 12 00:06:48.882 INFO O| Feb 12 00:06:48.882 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.904 INFO O| Feb 12 00:06:48.904 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100502026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.904 INFO O| Feb 12 00:06:48.904 INFO copying /tmp/.tmposd5q7/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 ...
100512026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.904 INFO O| Feb 12 00:06:48.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
100522026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.904 INFO O| Feb 12 00:06:48.904 INFO ok!
100532026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.904 INFO O| Feb 12 00:06:48.904 INFO STEP 74 (ensure_file) COMPLETE
100542026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.904 INFO O| Feb 12 00:06:48.904 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.925 INFO O| Feb 12 00:06:48.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100562026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.925 INFO O| Feb 12 00:06:48.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100572026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.925 INFO O| Feb 12 00:06:48.925 INFO STEP 75 (ensure_dir) COMPLETE
100582026-02-12T00:06:49.169Z[ host-image] Feb 12 00:06:48.925 INFO O| Feb 12 00:06:48.925 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592026-02-12T00:06:49.204Z[ host-image] Feb 12 00:06:48.943 INFO O| Feb 12 00:06:48.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
100602026-02-12T00:06:49.204Z[ host-image] Feb 12 00:06:48.943 INFO O| Feb 12 00:06:48.943 INFO copying /tmp/.tmposd5q7/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 ...
100612026-02-12T00:06:49.204Z[ host-image] Feb 12 00:06:48.944 INFO O| Feb 12 00:06:48.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
100622026-02-12T00:06:49.204Z[ host-image] Feb 12 00:06:48.944 INFO O| Feb 12 00:06:48.944 INFO ok!
100632026-02-12T00:06:49.205Z[ host-image] Feb 12 00:06:48.944 INFO O| Feb 12 00:06:48.944 INFO STEP 76 (ensure_file) COMPLETE
100642026-02-12T00:06:49.205Z[ host-image] Feb 12 00:06:48.944 INFO O| Feb 12 00:06:48.944 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-02-12T00:06:49.229Z[ host-image] Feb 12 00:06:48.963 INFO O| Feb 12 00:06:48.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
100662026-02-12T00:06:49.229Z[ host-image] Feb 12 00:06:48.963 INFO O| Feb 12 00:06:48.963 INFO copying /tmp/.tmposd5q7/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 ...
100672026-02-12T00:06:49.229Z[ host-image] Feb 12 00:06:48.964 INFO O| Feb 12 00:06:48.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
100682026-02-12T00:06:49.229Z[ host-image] Feb 12 00:06:48.964 INFO O| Feb 12 00:06:48.964 INFO ok!
100692026-02-12T00:06:49.229Z[ host-image] Feb 12 00:06:48.964 INFO O| Feb 12 00:06:48.964 INFO STEP 77 (ensure_file) COMPLETE
100702026-02-12T00:06:49.229Z[ host-image] Feb 12 00:06:48.964 INFO O| Feb 12 00:06:48.964 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-02-12T00:06:49.230Z[ host-image] Feb 12 00:06:48.983 INFO O| Feb 12 00:06:48.982 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100722026-02-12T00:06:49.230Z[ host-image] Feb 12 00:06:48.983 INFO O| Feb 12 00:06:48.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100732026-02-12T00:06:49.230Z[ host-image] Feb 12 00:06:48.983 INFO O| Feb 12 00:06:48.983 INFO STEP 78 (ensure_dir) COMPLETE
100742026-02-12T00:06:49.230Z[ host-image] Feb 12 00:06:48.983 INFO O| Feb 12 00:06:48.983 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100752026-02-12T00:06:49.254Z[ host-image] Feb 12 00:06:49.001 INFO O| Feb 12 00:06:49.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
100762026-02-12T00:06:49.254Z[ host-image] Feb 12 00:06:49.001 INFO O| Feb 12 00:06:49.001 INFO copying /tmp/.tmposd5q7/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 ...
100772026-02-12T00:06:49.255Z[ host-image] Feb 12 00:06:49.001 INFO O| Feb 12 00:06:49.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
100782026-02-12T00:06:49.255Z[ host-image] Feb 12 00:06:49.001 INFO O| Feb 12 00:06:49.001 INFO ok!
100792026-02-12T00:06:49.255Z[ host-image] Feb 12 00:06:49.001 INFO O| Feb 12 00:06:49.001 INFO STEP 79 (ensure_file) COMPLETE
100802026-02-12T00:06:49.255Z[ host-image] Feb 12 00:06:49.001 INFO O| Feb 12 00:06:49.001 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100812026-02-12T00:06:49.279Z[ host-image] Feb 12 00:06:49.020 INFO O| Feb 12 00:06:49.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
100822026-02-12T00:06:49.279Z[ host-image] Feb 12 00:06:49.020 INFO O| Feb 12 00:06:49.020 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
100832026-02-12T00:06:49.279Z[ host-image] Feb 12 00:06:49.020 INFO O| Feb 12 00:06:49.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
100842026-02-12T00:06:49.279Z[ host-image] Feb 12 00:06:49.021 INFO O| Feb 12 00:06:49.020 INFO ok!
100852026-02-12T00:06:49.279Z[ host-image] Feb 12 00:06:49.021 INFO O| Feb 12 00:06:49.020 INFO STEP 80 (ensure_file) COMPLETE
100862026-02-12T00:06:49.279Z[ host-image] Feb 12 00:06:49.021 INFO O| Feb 12 00:06:49.020 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-02-12T00:06:49.303Z[ host-image] Feb 12 00:06:49.040 INFO O| Feb 12 00:06:49.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100882026-02-12T00:06:49.303Z[ host-image] Feb 12 00:06:49.040 INFO O| Feb 12 00:06:49.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100892026-02-12T00:06:49.303Z[ host-image] Feb 12 00:06:49.040 INFO O| Feb 12 00:06:49.040 INFO STEP 81 (ensure_dir) COMPLETE
100902026-02-12T00:06:49.303Z[ host-image] Feb 12 00:06:49.040 INFO O| Feb 12 00:06:49.040 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-02-12T00:06:49.328Z[ host-image] Feb 12 00:06:49.065 INFO O| Feb 12 00:06:49.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
100922026-02-12T00:06:49.328Z[ host-image] Feb 12 00:06:49.065 INFO O| Feb 12 00:06:49.065 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
100932026-02-12T00:06:51.015Z[ host-image] Feb 12 00:06:50.772 INFO O| Feb 12 00:06:50.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
100942026-02-12T00:06:51.015Z[ host-image] Feb 12 00:06:50.772 INFO O| Feb 12 00:06:50.772 INFO ok!
100952026-02-12T00:06:51.040Z[ host-image] Feb 12 00:06:50.772 INFO O| Feb 12 00:06:50.772 INFO STEP 82 (ensure_file) COMPLETE
100962026-02-12T00:06:51.040Z[ host-image] Feb 12 00:06:50.772 INFO O| Feb 12 00:06:50.772 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-02-12T00:06:51.040Z[ host-image] Feb 12 00:06:50.792 INFO O| Feb 12 00:06:50.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
100982026-02-12T00:06:51.040Z[ host-image] Feb 12 00:06:50.792 INFO O| Feb 12 00:06:50.792 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
100992026-02-12T00:06:51.977Z[ host-image] Feb 12 00:06:51.734 INFO O| Feb 12 00:06:51.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101002026-02-12T00:06:51.977Z[ host-image] Feb 12 00:06:51.734 INFO O| Feb 12 00:06:51.734 INFO ok!
101012026-02-12T00:06:51.977Z[ host-image] Feb 12 00:06:51.734 INFO O| Feb 12 00:06:51.734 INFO STEP 83 (ensure_file) COMPLETE
101022026-02-12T00:06:52.001Z[ host-image] Feb 12 00:06:51.734 INFO O| Feb 12 00:06:51.734 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-02-12T00:06:52.001Z[ host-image] Feb 12 00:06:51.753 INFO O| Feb 12 00:06:51.753 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101042026-02-12T00:06:52.001Z[ host-image] Feb 12 00:06:51.753 INFO O| Feb 12 00:06:51.753 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101052026-02-12T00:06:55.822Z[ host-image] Feb 12 00:06:55.578 INFO O| Feb 12 00:06:55.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101062026-02-12T00:06:55.822Z[ host-image] Feb 12 00:06:55.579 INFO O| Feb 12 00:06:55.578 INFO ok!
101072026-02-12T00:06:55.822Z[ host-image] Feb 12 00:06:55.579 INFO O| Feb 12 00:06:55.578 INFO STEP 84 (ensure_file) COMPLETE
101082026-02-12T00:06:55.846Z[ host-image] Feb 12 00:06:55.579 INFO O| Feb 12 00:06:55.578 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-02-12T00:06:55.846Z[ host-image] Feb 12 00:06:55.596 INFO O| Feb 12 00:06:55.596 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101102026-02-12T00:06:55.846Z[ host-image] Feb 12 00:06:55.596 INFO O| Feb 12 00:06:55.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101112026-02-12T00:06:55.846Z[ host-image] Feb 12 00:06:55.596 INFO O| Feb 12 00:06:55.596 INFO STEP 85 (ensure_dir) COMPLETE
101122026-02-12T00:06:55.846Z[ host-image] Feb 12 00:06:55.596 INFO O| Feb 12 00:06:55.596 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-02-12T00:06:55.871Z[ host-image] Feb 12 00:06:55.613 INFO O| Feb 12 00:06:55.613 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101142026-02-12T00:06:55.871Z[ host-image] Feb 12 00:06:55.613 INFO O| Feb 12 00:06:55.613 INFO copying /tmp/.tmposd5q7/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 ...
101152026-02-12T00:06:55.871Z[ host-image] Feb 12 00:06:55.613 INFO O| Feb 12 00:06:55.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101162026-02-12T00:06:55.871Z[ host-image] Feb 12 00:06:55.613 INFO O| Feb 12 00:06:55.613 INFO ok!
101172026-02-12T00:06:55.871Z[ host-image] Feb 12 00:06:55.613 INFO O| Feb 12 00:06:55.613 INFO STEP 86 (ensure_file) COMPLETE
101182026-02-12T00:06:55.871Z[ host-image] Feb 12 00:06:55.613 INFO O| Feb 12 00:06:55.613 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-02-12T00:06:55.895Z[ host-image] Feb 12 00:06:55.631 INFO O| Feb 12 00:06:55.631 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101202026-02-12T00:06:55.895Z[ host-image] Feb 12 00:06:55.631 INFO O| Feb 12 00:06:55.631 INFO copying /tmp/.tmposd5q7/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 ...
101212026-02-12T00:06:55.895Z[ host-image] Feb 12 00:06:55.632 INFO O| Feb 12 00:06:55.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101222026-02-12T00:06:55.895Z[ host-image] Feb 12 00:06:55.632 INFO O| Feb 12 00:06:55.631 INFO ok!
101232026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.632 INFO O| Feb 12 00:06:55.631 INFO STEP 87 (ensure_file) COMPLETE
101242026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.632 INFO O| Feb 12 00:06:55.631 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.650 INFO O| Feb 12 00:06:55.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101262026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.650 INFO O| Feb 12 00:06:55.650 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101272026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.650 INFO O| Feb 12 00:06:55.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101282026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.650 INFO O| Feb 12 00:06:55.650 INFO ok!
101292026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.650 INFO O| Feb 12 00:06:55.650 INFO STEP 88 (ensure_file) COMPLETE
101302026-02-12T00:06:55.896Z[ host-image] Feb 12 00:06:55.650 INFO O| Feb 12 00:06:55.650 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-02-12T00:06:55.921Z[ host-image] Feb 12 00:06:55.664 INFO O| Feb 12 00:06:55.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101322026-02-12T00:06:55.921Z[ host-image] Feb 12 00:06:55.664 INFO O| Feb 12 00:06:55.664 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101332026-02-12T00:06:55.921Z[ host-image] Feb 12 00:06:55.664 INFO O| Feb 12 00:06:55.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101342026-02-12T00:06:55.921Z[ host-image] Feb 12 00:06:55.664 INFO O| Feb 12 00:06:55.664 INFO ok!
101352026-02-12T00:06:55.921Z[ host-image] Feb 12 00:06:55.664 INFO O| Feb 12 00:06:55.664 INFO STEP 89 (ensure_file) COMPLETE
101362026-02-12T00:06:55.921Z[ host-image] Feb 12 00:06:55.664 INFO O| Feb 12 00:06:55.664 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-02-12T00:06:55.945Z[ host-image] Feb 12 00:06:55.680 INFO O| Feb 12 00:06:55.680 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101382026-02-12T00:06:55.945Z[ host-image] Feb 12 00:06:55.680 INFO O| Feb 12 00:06:55.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101392026-02-12T00:06:55.945Z[ host-image] Feb 12 00:06:55.680 INFO O| Feb 12 00:06:55.680 INFO STEP 90 (ensure_dir) COMPLETE
101402026-02-12T00:06:55.945Z[ host-image] Feb 12 00:06:55.680 INFO O| Feb 12 00:06:55.680 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-02-12T00:06:55.945Z[ host-image] Feb 12 00:06:55.697 INFO O| Feb 12 00:06:55.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101422026-02-12T00:06:55.945Z[ host-image] Feb 12 00:06:55.697 INFO O| Feb 12 00:06:55.697 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101432026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.704 INFO O| Feb 12 00:06:55.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101442026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.704 INFO O| Feb 12 00:06:55.704 INFO ok!
101452026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.704 INFO O| Feb 12 00:06:55.704 INFO STEP 91 (ensure_file) COMPLETE
101462026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.704 INFO O| Feb 12 00:06:55.704 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.722 INFO O| Feb 12 00:06:55.722 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101482026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.722 INFO O| Feb 12 00:06:55.722 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
101492026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.722 INFO O| Feb 12 00:06:55.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
101502026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.722 INFO O| Feb 12 00:06:55.722 INFO ok!
101512026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.722 INFO O| Feb 12 00:06:55.722 INFO STEP 92 (ensure_file) COMPLETE
101522026-02-12T00:06:55.970Z[ host-image] Feb 12 00:06:55.722 INFO O| Feb 12 00:06:55.722 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-02-12T00:06:55.995Z[ host-image] Feb 12 00:06:55.740 INFO O| Feb 12 00:06:55.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
101542026-02-12T00:06:55.995Z[ host-image] Feb 12 00:06:55.740 INFO O| Feb 12 00:06:55.740 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
101552026-02-12T00:06:59.133Z[ host-image] Feb 12 00:06:58.890 INFO O| Feb 12 00:06:58.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
101562026-02-12T00:06:59.133Z[ host-image] Feb 12 00:06:58.890 INFO O| Feb 12 00:06:58.890 INFO ok!
101572026-02-12T00:06:59.157Z[ host-image] Feb 12 00:06:58.890 INFO O| Feb 12 00:06:58.890 INFO STEP 93 (ensure_file) COMPLETE
101582026-02-12T00:06:59.157Z[ host-image] Feb 12 00:06:58.890 INFO O| Feb 12 00:06:58.890 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-02-12T00:06:59.157Z[ host-image] Feb 12 00:06:58.907 INFO O| Feb 12 00:06:58.907 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101602026-02-12T00:06:59.157Z[ host-image] Feb 12 00:06:58.907 INFO O| Feb 12 00:06:58.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101612026-02-12T00:06:59.157Z[ host-image] Feb 12 00:06:58.907 INFO O| Feb 12 00:06:58.907 INFO STEP 94 (ensure_dir) COMPLETE
101622026-02-12T00:06:59.157Z[ host-image] Feb 12 00:06:58.908 INFO O| Feb 12 00:06:58.907 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-02-12T00:06:59.184Z[ host-image] Feb 12 00:06:58.923 INFO O| Feb 12 00:06:58.922 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101642026-02-12T00:06:59.184Z[ host-image] Feb 12 00:06:58.923 INFO O| Feb 12 00:06:58.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101652026-02-12T00:06:59.184Z[ host-image] Feb 12 00:06:58.923 INFO O| Feb 12 00:06:58.923 INFO STEP 95 (ensure_dir) COMPLETE
101662026-02-12T00:06:59.184Z[ host-image] Feb 12 00:06:58.923 INFO O| Feb 12 00:06:58.923 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.944 INFO O| Feb 12 00:06:58.944 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101682026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.945 INFO O| Feb 12 00:06:58.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101692026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.945 INFO O| Feb 12 00:06:58.944 INFO STEP 96 (ensure_dir) COMPLETE
101702026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.945 INFO O| Feb 12 00:06:58.945 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.960 INFO O| Feb 12 00:06:58.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101722026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.960 INFO O| Feb 12 00:06:58.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101732026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.960 INFO O| Feb 12 00:06:58.960 INFO STEP 97 (ensure_dir) COMPLETE
101742026-02-12T00:06:59.209Z[ host-image] Feb 12 00:06:58.960 INFO O| Feb 12 00:06:58.960 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.975 INFO O| Feb 12 00:06:58.975 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101762026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.975 INFO O| Feb 12 00:06:58.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101772026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.975 INFO O| Feb 12 00:06:58.975 INFO STEP 98 (ensure_dir) COMPLETE
101782026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.975 INFO O| Feb 12 00:06:58.975 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.990 INFO O| Feb 12 00:06:58.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
101802026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.990 INFO O| Feb 12 00:06:58.990 INFO copying /tmp/.tmposd5q7/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 ...
101812026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.991 INFO O| Feb 12 00:06:58.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
101822026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.991 INFO O| Feb 12 00:06:58.991 INFO ok!
101832026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.991 INFO O| Feb 12 00:06:58.991 INFO STEP 99 (ensure_file) COMPLETE
101842026-02-12T00:06:59.234Z[ host-image] Feb 12 00:06:58.991 INFO O| Feb 12 00:06:58.991 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-02-12T00:06:59.259Z[ host-image] Feb 12 00:06:59.005 INFO O| Feb 12 00:06:59.005 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101862026-02-12T00:06:59.259Z[ host-image] Feb 12 00:06:59.005 INFO O| Feb 12 00:06:59.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101872026-02-12T00:06:59.259Z[ host-image] Feb 12 00:06:59.005 INFO O| Feb 12 00:06:59.005 INFO STEP 100 (ensure_dir) COMPLETE
101882026-02-12T00:06:59.259Z[ host-image] Feb 12 00:06:59.005 INFO O| Feb 12 00:06:59.005 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-02-12T00:06:59.283Z[ host-image] Feb 12 00:06:59.023 INFO O| Feb 12 00:06:59.023 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
101902026-02-12T00:06:59.283Z[ host-image] Feb 12 00:06:59.023 INFO O| Feb 12 00:06:59.023 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
101912026-02-12T00:07:00.131Z[ host-image] Feb 12 00:06:59.889 INFO O| Feb 12 00:06:59.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
101922026-02-12T00:07:00.131Z[ host-image] Feb 12 00:06:59.889 INFO O| Feb 12 00:06:59.889 INFO ok!
101932026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.889 INFO O| Feb 12 00:06:59.889 INFO STEP 101 (ensure_file) COMPLETE
101942026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.889 INFO O| Feb 12 00:06:59.889 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.906 INFO O| Feb 12 00:06:59.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
101962026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.906 INFO O| Feb 12 00:06:59.906 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
101972026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.906 INFO O| Feb 12 00:06:59.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
101982026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.906 INFO O| Feb 12 00:06:59.906 INFO ok!
101992026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.906 INFO O| Feb 12 00:06:59.906 INFO STEP 102 (ensure_file) COMPLETE
102002026-02-12T00:07:00.156Z[ host-image] Feb 12 00:06:59.906 INFO O| Feb 12 00:06:59.906 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-02-12T00:07:00.181Z[ host-image] Feb 12 00:06:59.922 INFO O| Feb 12 00:06:59.922 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102022026-02-12T00:07:00.181Z[ host-image] Feb 12 00:06:59.922 INFO O| Feb 12 00:06:59.922 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102032026-02-12T00:07:00.835Z[ host-image] Feb 12 00:07:00.592 INFO O| Feb 12 00:07:00.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102042026-02-12T00:07:00.835Z[ host-image] Feb 12 00:07:00.592 INFO O| Feb 12 00:07:00.592 INFO ok!
102052026-02-12T00:07:00.835Z[ host-image] Feb 12 00:07:00.592 INFO O| Feb 12 00:07:00.592 INFO STEP 103 (ensure_file) COMPLETE
102062026-02-12T00:07:00.860Z[ host-image] Feb 12 00:07:00.592 INFO O| Feb 12 00:07:00.592 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-02-12T00:07:00.860Z[ host-image] Feb 12 00:07:00.608 INFO O| Feb 12 00:07:00.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102082026-02-12T00:07:00.860Z[ host-image] Feb 12 00:07:00.608 INFO O| Feb 12 00:07:00.608 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102092026-02-12T00:07:00.860Z[ host-image] Feb 12 00:07:00.608 INFO O| Feb 12 00:07:00.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102102026-02-12T00:07:00.860Z[ host-image] Feb 12 00:07:00.608 INFO O| Feb 12 00:07:00.608 INFO ok!
102112026-02-12T00:07:00.860Z[ host-image] Feb 12 00:07:00.608 INFO O| Feb 12 00:07:00.608 INFO STEP 104 (ensure_file) COMPLETE
102122026-02-12T00:07:00.860Z[ host-image] Feb 12 00:07:00.608 INFO O| Feb 12 00:07:00.608 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-02-12T00:07:00.885Z[ host-image] Feb 12 00:07:00.622 INFO O| Feb 12 00:07:00.622 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102142026-02-12T00:07:00.885Z[ host-image] Feb 12 00:07:00.623 INFO O| Feb 12 00:07:00.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102152026-02-12T00:07:00.885Z[ host-image] Feb 12 00:07:00.623 INFO O| Feb 12 00:07:00.623 INFO STEP 105 (ensure_dir) COMPLETE
102162026-02-12T00:07:00.885Z[ host-image] Feb 12 00:07:00.623 INFO O| Feb 12 00:07:00.623 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-02-12T00:07:00.885Z[ host-image] Feb 12 00:07:00.636 INFO O| Feb 12 00:07:00.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102182026-02-12T00:07:00.885Z[ host-image] Feb 12 00:07:00.636 INFO O| Feb 12 00:07:00.636 INFO copying /tmp/.tmposd5q7/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 ...
102192026-02-12T00:07:01.639Z[ host-image] Feb 12 00:07:01.395 INFO O| Feb 12 00:07:01.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102202026-02-12T00:07:01.639Z[ host-image] Feb 12 00:07:01.395 INFO O| Feb 12 00:07:01.395 INFO ok!
102212026-02-12T00:07:01.639Z[ host-image] Feb 12 00:07:01.395 INFO O| Feb 12 00:07:01.395 INFO STEP 106 (ensure_file) COMPLETE
102222026-02-12T00:07:01.664Z[ host-image] Feb 12 00:07:01.395 INFO O| Feb 12 00:07:01.395 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-02-12T00:07:01.664Z[ host-image] Feb 12 00:07:01.416 INFO O| Feb 12 00:07:01.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102242026-02-12T00:07:01.664Z[ host-image] Feb 12 00:07:01.416 INFO O| Feb 12 00:07:01.416 INFO copying /tmp/.tmposd5q7/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 ...
102252026-02-12T00:07:01.664Z[ host-image] Feb 12 00:07:01.416 INFO O| Feb 12 00:07:01.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102262026-02-12T00:07:01.664Z[ host-image] Feb 12 00:07:01.416 INFO O| Feb 12 00:07:01.416 INFO ok!
102272026-02-12T00:07:01.664Z[ host-image] Feb 12 00:07:01.416 INFO O| Feb 12 00:07:01.416 INFO STEP 107 (ensure_file) COMPLETE
102282026-02-12T00:07:01.664Z[ host-image] Feb 12 00:07:01.416 INFO O| Feb 12 00:07:01.416 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-02-12T00:07:01.689Z[ host-image] Feb 12 00:07:01.437 INFO O| Feb 12 00:07:01.437 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102302026-02-12T00:07:01.689Z[ host-image] Feb 12 00:07:01.437 INFO O| Feb 12 00:07:01.437 INFO copying /tmp/.tmposd5q7/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 ...
102312026-02-12T00:07:01.689Z[ host-image] Feb 12 00:07:01.437 INFO O| Feb 12 00:07:01.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102322026-02-12T00:07:01.689Z[ host-image] Feb 12 00:07:01.437 INFO O| Feb 12 00:07:01.437 INFO ok!
102332026-02-12T00:07:01.689Z[ host-image] Feb 12 00:07:01.437 INFO O| Feb 12 00:07:01.437 INFO STEP 108 (ensure_file) COMPLETE
102342026-02-12T00:07:01.689Z[ host-image] Feb 12 00:07:01.437 INFO O| Feb 12 00:07:01.437 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-02-12T00:07:01.714Z[ host-image] Feb 12 00:07:01.459 INFO O| Feb 12 00:07:01.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102362026-02-12T00:07:01.714Z[ host-image] Feb 12 00:07:01.459 INFO O| Feb 12 00:07:01.459 INFO copying /tmp/.tmposd5q7/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 ...
102372026-02-12T00:07:01.714Z[ host-image] Feb 12 00:07:01.460 INFO O| Feb 12 00:07:01.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102382026-02-12T00:07:01.714Z[ host-image] Feb 12 00:07:01.460 INFO O| Feb 12 00:07:01.460 INFO ok!
102392026-02-12T00:07:01.714Z[ host-image] Feb 12 00:07:01.460 INFO O| Feb 12 00:07:01.460 INFO STEP 109 (ensure_file) COMPLETE
102402026-02-12T00:07:01.714Z[ host-image] Feb 12 00:07:01.460 INFO O| Feb 12 00:07:01.460 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-02-12T00:07:01.739Z[ host-image] Feb 12 00:07:01.484 INFO O| Feb 12 00:07:01.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102422026-02-12T00:07:01.739Z[ host-image] Feb 12 00:07:01.484 INFO O| Feb 12 00:07:01.484 INFO copying /tmp/.tmposd5q7/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 ...
102432026-02-12T00:07:01.739Z[ host-image] Feb 12 00:07:01.484 INFO O| Feb 12 00:07:01.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102442026-02-12T00:07:01.739Z[ host-image] Feb 12 00:07:01.484 INFO O| Feb 12 00:07:01.484 INFO ok!
102452026-02-12T00:07:01.739Z[ host-image] Feb 12 00:07:01.484 INFO O| Feb 12 00:07:01.484 INFO STEP 110 (ensure_file) COMPLETE
102462026-02-12T00:07:01.739Z[ host-image] Feb 12 00:07:01.484 INFO O| Feb 12 00:07:01.484 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.502 INFO O| Feb 12 00:07:01.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102482026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.502 INFO O| Feb 12 00:07:01.502 INFO copying /tmp/.tmposd5q7/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 ...
102492026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.502 INFO O| Feb 12 00:07:01.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
102502026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.502 INFO O| Feb 12 00:07:01.502 INFO ok!
102512026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.502 INFO O| Feb 12 00:07:01.502 INFO STEP 111 (ensure_file) COMPLETE
102522026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.502 INFO O| Feb 12 00:07:01.502 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.521 INFO O| Feb 12 00:07:01.521 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
102542026-02-12T00:07:01.764Z[ host-image] Feb 12 00:07:01.521 INFO O| Feb 12 00:07:01.521 INFO copying /tmp/.tmposd5q7/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 ...
102552026-02-12T00:07:01.789Z[ host-image] Feb 12 00:07:01.521 INFO O| Feb 12 00:07:01.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
102562026-02-12T00:07:01.789Z[ host-image] Feb 12 00:07:01.521 INFO O| Feb 12 00:07:01.521 INFO ok!
102572026-02-12T00:07:01.789Z[ host-image] Feb 12 00:07:01.521 INFO O| Feb 12 00:07:01.521 INFO STEP 112 (ensure_file) COMPLETE
102582026-02-12T00:07:01.790Z[ host-image] Feb 12 00:07:01.521 INFO O| Feb 12 00:07:01.521 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-02-12T00:07:01.790Z[ host-image] Feb 12 00:07:01.536 INFO O| Feb 12 00:07:01.536 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
102602026-02-12T00:07:01.790Z[ host-image] Feb 12 00:07:01.536 INFO O| Feb 12 00:07:01.536 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
102612026-02-12T00:07:01.790Z[ host-image] Feb 12 00:07:01.536 INFO O| Feb 12 00:07:01.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
102622026-02-12T00:07:01.790Z[ host-image] Feb 12 00:07:01.536 INFO O| Feb 12 00:07:01.536 INFO ok!
102632026-02-12T00:07:01.790Z[ host-image] Feb 12 00:07:01.536 INFO O| Feb 12 00:07:01.536 INFO STEP 113 (ensure_file) COMPLETE
102642026-02-12T00:07:01.790Z[ host-image] Feb 12 00:07:01.536 INFO O| Feb 12 00:07:01.536 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-02-12T00:07:01.814Z[ host-image] Feb 12 00:07:01.551 INFO O| Feb 12 00:07:01.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
102662026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.551 INFO O| Feb 12 00:07:01.551 INFO copying /tmp/.tmposd5q7/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 ...
102672026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.551 INFO O| Feb 12 00:07:01.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
102682026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.551 INFO O| Feb 12 00:07:01.551 INFO ok!
102692026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.551 INFO O| Feb 12 00:07:01.551 INFO STEP 114 (ensure_file) COMPLETE
102702026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.551 INFO O| Feb 12 00:07:01.551 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.566 INFO O| Feb 12 00:07:01.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
102722026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.566 INFO O| Feb 12 00:07:01.566 INFO copying /tmp/.tmposd5q7/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 ...
102732026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.566 INFO O| Feb 12 00:07:01.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
102742026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.566 INFO O| Feb 12 00:07:01.566 INFO ok!
102752026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.566 INFO O| Feb 12 00:07:01.566 INFO STEP 115 (ensure_file) COMPLETE
102762026-02-12T00:07:01.815Z[ host-image] Feb 12 00:07:01.566 INFO O| Feb 12 00:07:01.566 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-02-12T00:07:01.840Z[ host-image] Feb 12 00:07:01.581 INFO O| Feb 12 00:07:01.581 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
102782026-02-12T00:07:01.840Z[ host-image] Feb 12 00:07:01.581 INFO O| Feb 12 00:07:01.581 INFO copying /tmp/.tmposd5q7/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 ...
102792026-02-12T00:07:01.840Z[ host-image] Feb 12 00:07:01.581 INFO O| Feb 12 00:07:01.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
102802026-02-12T00:07:01.840Z[ host-image] Feb 12 00:07:01.581 INFO O| Feb 12 00:07:01.581 INFO ok!
102812026-02-12T00:07:01.840Z[ host-image] Feb 12 00:07:01.581 INFO O| Feb 12 00:07:01.581 INFO STEP 116 (ensure_file) COMPLETE
102822026-02-12T00:07:01.840Z[ host-image] Feb 12 00:07:01.581 INFO O| Feb 12 00:07:01.581 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-02-12T00:07:01.865Z[ host-image] Feb 12 00:07:01.597 INFO O| Feb 12 00:07:01.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
102842026-02-12T00:07:01.865Z[ host-image] Feb 12 00:07:01.597 INFO O| Feb 12 00:07:01.597 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
102852026-02-12T00:07:01.865Z[ host-image] Feb 12 00:07:01.597 INFO O| Feb 12 00:07:01.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
102862026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.597 INFO O| Feb 12 00:07:01.597 INFO ok!
102872026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.597 INFO O| Feb 12 00:07:01.597 INFO STEP 117 (ensure_file) COMPLETE
102882026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.597 INFO O| Feb 12 00:07:01.597 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.612 INFO O| Feb 12 00:07:01.612 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
102902026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.612 INFO O| Feb 12 00:07:01.612 INFO copying /tmp/.tmposd5q7/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 ...
102912026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.612 INFO O| Feb 12 00:07:01.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
102922026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.612 INFO O| Feb 12 00:07:01.612 INFO ok!
102932026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.612 INFO O| Feb 12 00:07:01.612 INFO STEP 118 (ensure_file) COMPLETE
102942026-02-12T00:07:01.866Z[ host-image] Feb 12 00:07:01.612 INFO O| Feb 12 00:07:01.612 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.626 INFO O| Feb 12 00:07:01.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
102962026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.626 INFO O| Feb 12 00:07:01.626 INFO copying /tmp/.tmposd5q7/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 ...
102972026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.626 INFO O| Feb 12 00:07:01.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
102982026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.626 INFO O| Feb 12 00:07:01.626 INFO ok!
102992026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.626 INFO O| Feb 12 00:07:01.626 INFO STEP 119 (ensure_file) COMPLETE
103002026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.626 INFO O| Feb 12 00:07:01.626 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.644 INFO O| Feb 12 00:07:01.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103022026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.644 INFO O| Feb 12 00:07:01.644 INFO copying /tmp/.tmposd5q7/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 ...
103032026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.645 INFO O| Feb 12 00:07:01.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103042026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.645 INFO O| Feb 12 00:07:01.645 INFO ok!
103052026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.645 INFO O| Feb 12 00:07:01.645 INFO STEP 120 (ensure_file) COMPLETE
103062026-02-12T00:07:01.891Z[ host-image] Feb 12 00:07:01.645 INFO O| Feb 12 00:07:01.645 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-02-12T00:07:01.915Z[ host-image] Feb 12 00:07:01.663 INFO O| Feb 12 00:07:01.663 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103082026-02-12T00:07:01.916Z[ host-image] Feb 12 00:07:01.664 INFO O| Feb 12 00:07:01.663 INFO copying /tmp/.tmposd5q7/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 ...
103092026-02-12T00:07:01.916Z[ host-image] Feb 12 00:07:01.670 INFO O| Feb 12 00:07:01.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103102026-02-12T00:07:01.916Z[ host-image] Feb 12 00:07:01.670 INFO O| Feb 12 00:07:01.664 INFO ok!
103112026-02-12T00:07:01.916Z[ host-image] Feb 12 00:07:01.670 INFO O| Feb 12 00:07:01.664 INFO STEP 121 (ensure_file) COMPLETE
103122026-02-12T00:07:01.916Z[ host-image] Feb 12 00:07:01.670 INFO O| Feb 12 00:07:01.664 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-02-12T00:07:01.940Z[ host-image] Feb 12 00:07:01.686 INFO O| Feb 12 00:07:01.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103142026-02-12T00:07:01.940Z[ host-image] Feb 12 00:07:01.686 INFO O| Feb 12 00:07:01.686 INFO copying /tmp/.tmposd5q7/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 ...
103152026-02-12T00:07:01.940Z[ host-image] Feb 12 00:07:01.686 INFO O| Feb 12 00:07:01.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103162026-02-12T00:07:01.940Z[ host-image] Feb 12 00:07:01.686 INFO O| Feb 12 00:07:01.686 INFO ok!
103172026-02-12T00:07:01.940Z[ host-image] Feb 12 00:07:01.686 INFO O| Feb 12 00:07:01.686 INFO STEP 122 (ensure_file) COMPLETE
103182026-02-12T00:07:01.940Z[ host-image] Feb 12 00:07:01.686 INFO O| Feb 12 00:07:01.686 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-02-12T00:07:01.965Z[ host-image] Feb 12 00:07:01.705 INFO O| Feb 12 00:07:01.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103202026-02-12T00:07:01.965Z[ host-image] Feb 12 00:07:01.705 INFO O| Feb 12 00:07:01.705 INFO copying /tmp/.tmposd5q7/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 ...
103212026-02-12T00:07:01.965Z[ host-image] Feb 12 00:07:01.706 INFO O| Feb 12 00:07:01.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103222026-02-12T00:07:01.965Z[ host-image] Feb 12 00:07:01.706 INFO O| Feb 12 00:07:01.705 INFO ok!
103232026-02-12T00:07:01.965Z[ host-image] Feb 12 00:07:01.706 INFO O| Feb 12 00:07:01.706 INFO STEP 123 (ensure_file) COMPLETE
103242026-02-12T00:07:01.965Z[ host-image] Feb 12 00:07:01.706 INFO O| Feb 12 00:07:01.706 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.725 INFO O| Feb 12 00:07:01.725 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103262026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.725 INFO O| Feb 12 00:07:01.725 INFO copying /tmp/.tmposd5q7/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 ...
103272026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.725 INFO O| Feb 12 00:07:01.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103282026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.725 INFO O| Feb 12 00:07:01.725 INFO ok!
103292026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.725 INFO O| Feb 12 00:07:01.725 INFO STEP 124 (ensure_file) COMPLETE
103302026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.725 INFO O| Feb 12 00:07:01.725 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.743 INFO O| Feb 12 00:07:01.743 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103322026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.743 INFO O| Feb 12 00:07:01.743 INFO copying /tmp/.tmposd5q7/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 ...
103332026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.743 INFO O| Feb 12 00:07:01.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103342026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.743 INFO O| Feb 12 00:07:01.743 INFO ok!
103352026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.743 INFO O| Feb 12 00:07:01.743 INFO STEP 125 (ensure_file) COMPLETE
103362026-02-12T00:07:01.990Z[ host-image] Feb 12 00:07:01.743 INFO O| Feb 12 00:07:01.743 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-02-12T00:07:02.015Z[ host-image] Feb 12 00:07:01.760 INFO O| Feb 12 00:07:01.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103382026-02-12T00:07:02.015Z[ host-image] Feb 12 00:07:01.760 INFO O| Feb 12 00:07:01.760 INFO copying /tmp/.tmposd5q7/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 ...
103392026-02-12T00:07:02.015Z[ host-image] Feb 12 00:07:01.760 INFO O| Feb 12 00:07:01.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103402026-02-12T00:07:02.015Z[ host-image] Feb 12 00:07:01.760 INFO O| Feb 12 00:07:01.760 INFO ok!
103412026-02-12T00:07:02.015Z[ host-image] Feb 12 00:07:01.760 INFO O| Feb 12 00:07:01.760 INFO STEP 126 (ensure_file) COMPLETE
103422026-02-12T00:07:02.016Z[ host-image] Feb 12 00:07:01.760 INFO O| Feb 12 00:07:01.760 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.777 INFO O| Feb 12 00:07:01.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103442026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.777 INFO O| Feb 12 00:07:01.777 INFO copying /tmp/.tmposd5q7/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 ...
103452026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.777 INFO O| Feb 12 00:07:01.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103462026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.777 INFO O| Feb 12 00:07:01.777 INFO ok!
103472026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.777 INFO O| Feb 12 00:07:01.777 INFO STEP 127 (ensure_file) COMPLETE
103482026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.777 INFO O| Feb 12 00:07:01.777 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.794 INFO O| Feb 12 00:07:01.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
103502026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.794 INFO O| Feb 12 00:07:01.794 INFO copying /tmp/.tmposd5q7/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 ...
103512026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.794 INFO O| Feb 12 00:07:01.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
103522026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.794 INFO O| Feb 12 00:07:01.794 INFO ok!
103532026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.794 INFO O| Feb 12 00:07:01.794 INFO STEP 128 (ensure_file) COMPLETE
103542026-02-12T00:07:02.041Z[ host-image] Feb 12 00:07:01.794 INFO O| Feb 12 00:07:01.794 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-02-12T00:07:02.066Z[ host-image] Feb 12 00:07:01.810 INFO O| Feb 12 00:07:01.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
103562026-02-12T00:07:02.066Z[ host-image] Feb 12 00:07:01.810 INFO O| Feb 12 00:07:01.810 INFO copying /tmp/.tmposd5q7/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 ...
103572026-02-12T00:07:02.066Z[ host-image] Feb 12 00:07:01.810 INFO O| Feb 12 00:07:01.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
103582026-02-12T00:07:02.066Z[ host-image] Feb 12 00:07:01.810 INFO O| Feb 12 00:07:01.810 INFO ok!
103592026-02-12T00:07:02.066Z[ host-image] Feb 12 00:07:01.810 INFO O| Feb 12 00:07:01.810 INFO STEP 129 (ensure_file) COMPLETE
103602026-02-12T00:07:02.066Z[ host-image] Feb 12 00:07:01.810 INFO O| Feb 12 00:07:01.810 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.828 INFO O| Feb 12 00:07:01.828 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
103622026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.829 INFO O| Feb 12 00:07:01.828 INFO copying /tmp/.tmposd5q7/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 ...
103632026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.829 INFO O| Feb 12 00:07:01.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
103642026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.829 INFO O| Feb 12 00:07:01.829 INFO ok!
103652026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.829 INFO O| Feb 12 00:07:01.829 INFO STEP 130 (ensure_file) COMPLETE
103662026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.829 INFO O| Feb 12 00:07:01.829 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.844 INFO O| Feb 12 00:07:01.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
103682026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.844 INFO O| Feb 12 00:07:01.844 INFO copying /tmp/.tmposd5q7/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 ...
103692026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.844 INFO O| Feb 12 00:07:01.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
103702026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.844 INFO O| Feb 12 00:07:01.844 INFO ok!
103712026-02-12T00:07:02.090Z[ host-image] Feb 12 00:07:01.844 INFO O| Feb 12 00:07:01.844 INFO STEP 131 (ensure_file) COMPLETE
103722026-02-12T00:07:02.091Z[ host-image] Feb 12 00:07:01.844 INFO O| Feb 12 00:07:01.844 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-02-12T00:07:02.115Z[ host-image] Feb 12 00:07:01.859 INFO O| Feb 12 00:07:01.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
103742026-02-12T00:07:02.115Z[ host-image] Feb 12 00:07:01.859 INFO O| Feb 12 00:07:01.859 INFO copying /tmp/.tmposd5q7/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 ...
103752026-02-12T00:07:02.115Z[ host-image] Feb 12 00:07:01.859 INFO O| Feb 12 00:07:01.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
103762026-02-12T00:07:02.115Z[ host-image] Feb 12 00:07:01.859 INFO O| Feb 12 00:07:01.859 INFO ok!
103772026-02-12T00:07:02.115Z[ host-image] Feb 12 00:07:01.859 INFO O| Feb 12 00:07:01.859 INFO STEP 132 (ensure_file) COMPLETE
103782026-02-12T00:07:02.115Z[ host-image] Feb 12 00:07:01.859 INFO O| Feb 12 00:07:01.859 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.874 INFO O| Feb 12 00:07:01.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
103802026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.874 INFO O| Feb 12 00:07:01.874 INFO copying /tmp/.tmposd5q7/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 ...
103812026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.874 INFO O| Feb 12 00:07:01.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
103822026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.874 INFO O| Feb 12 00:07:01.874 INFO ok!
103832026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.874 INFO O| Feb 12 00:07:01.874 INFO STEP 133 (ensure_file) COMPLETE
103842026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.874 INFO O| Feb 12 00:07:01.874 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.892 INFO O| Feb 12 00:07:01.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
103862026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.892 INFO O| Feb 12 00:07:01.892 INFO copying /tmp/.tmposd5q7/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 ...
103872026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.892 INFO O| Feb 12 00:07:01.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
103882026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.892 INFO O| Feb 12 00:07:01.892 INFO ok!
103892026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.892 INFO O| Feb 12 00:07:01.892 INFO STEP 134 (ensure_file) COMPLETE
103902026-02-12T00:07:02.140Z[ host-image] Feb 12 00:07:01.892 INFO O| Feb 12 00:07:01.892 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-02-12T00:07:02.165Z[ host-image] Feb 12 00:07:01.911 INFO O| Feb 12 00:07:01.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
103922026-02-12T00:07:02.165Z[ host-image] Feb 12 00:07:01.911 INFO O| Feb 12 00:07:01.911 INFO copying /tmp/.tmposd5q7/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 ...
103932026-02-12T00:07:02.165Z[ host-image] Feb 12 00:07:01.911 INFO O| Feb 12 00:07:01.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
103942026-02-12T00:07:02.165Z[ host-image] Feb 12 00:07:01.911 INFO O| Feb 12 00:07:01.911 INFO ok!
103952026-02-12T00:07:02.165Z[ host-image] Feb 12 00:07:01.911 INFO O| Feb 12 00:07:01.911 INFO STEP 135 (ensure_file) COMPLETE
103962026-02-12T00:07:02.165Z[ host-image] Feb 12 00:07:01.911 INFO O| Feb 12 00:07:01.911 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.928 INFO O| Feb 12 00:07:01.928 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
103982026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.928 INFO O| Feb 12 00:07:01.928 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
103992026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.928 INFO O| Feb 12 00:07:01.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104002026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.928 INFO O| Feb 12 00:07:01.928 INFO ok!
104012026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.928 INFO O| Feb 12 00:07:01.928 INFO STEP 136 (ensure_file) COMPLETE
104022026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.928 INFO O| Feb 12 00:07:01.928 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.943 INFO O| Feb 12 00:07:01.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104042026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.943 INFO O| Feb 12 00:07:01.943 INFO copying /tmp/.tmposd5q7/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 ...
104052026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.943 INFO O| Feb 12 00:07:01.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104062026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.943 INFO O| Feb 12 00:07:01.943 INFO ok!
104072026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.943 INFO O| Feb 12 00:07:01.943 INFO STEP 137 (ensure_file) COMPLETE
104082026-02-12T00:07:02.190Z[ host-image] Feb 12 00:07:01.943 INFO O| Feb 12 00:07:01.943 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-02-12T00:07:02.215Z[ host-image] Feb 12 00:07:01.963 INFO O| Feb 12 00:07:01.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104102026-02-12T00:07:02.215Z[ host-image] Feb 12 00:07:01.963 INFO O| Feb 12 00:07:01.963 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104112026-02-12T00:07:02.215Z[ host-image] Feb 12 00:07:01.963 INFO O| Feb 12 00:07:01.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104122026-02-12T00:07:02.215Z[ host-image] Feb 12 00:07:01.963 INFO O| Feb 12 00:07:01.963 INFO ok!
104132026-02-12T00:07:02.215Z[ host-image] Feb 12 00:07:01.963 INFO O| Feb 12 00:07:01.963 INFO STEP 138 (ensure_file) COMPLETE
104142026-02-12T00:07:02.215Z[ host-image] Feb 12 00:07:01.963 INFO O| Feb 12 00:07:01.963 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-02-12T00:07:02.239Z[ host-image] Feb 12 00:07:01.976 INFO O| Feb 12 00:07:01.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104162026-02-12T00:07:02.239Z[ host-image] Feb 12 00:07:01.976 INFO O| Feb 12 00:07:01.976 INFO copying /tmp/.tmposd5q7/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104172026-02-12T00:07:22.904Z[ host-image] Feb 12 00:07:22.662 INFO O| Feb 12 00:07:22.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104182026-02-12T00:07:22.929Z[ host-image] Feb 12 00:07:22.662 INFO O| Feb 12 00:07:22.662 INFO ok!
104192026-02-12T00:07:22.929Z[ host-image] Feb 12 00:07:22.662 INFO O| Feb 12 00:07:22.662 INFO STEP 139 (ensure_file) COMPLETE
104202026-02-12T00:07:22.929Z[ host-image] Feb 12 00:07:22.662 INFO O| Feb 12 00:07:22.662 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-02-12T00:07:22.929Z[ host-image] Feb 12 00:07:22.686 INFO O| Feb 12 00:07:22.685 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104222026-02-12T00:07:22.929Z[ host-image] Feb 12 00:07:22.686 INFO O| Feb 12 00:07:22.686 INFO STEP 140 (ensure_dir) COMPLETE
104232026-02-12T00:07:22.929Z[ host-image] Feb 12 00:07:22.686 INFO O| Feb 12 00:07:22.686 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-02-12T00:07:22.953Z[ host-image] Feb 12 00:07:22.705 INFO O| Feb 12 00:07:22.705 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104252026-02-12T00:07:22.953Z[ host-image] Feb 12 00:07:22.706 INFO O| Feb 12 00:07:22.705 INFO STEP 141 (ensure_dir) COMPLETE
104262026-02-12T00:07:22.953Z[ host-image] Feb 12 00:07:22.706 INFO O| Feb 12 00:07:22.705 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-02-12T00:07:22.983Z[ host-image] Feb 12 00:07:22.726 INFO O| Feb 12 00:07:22.726 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104282026-02-12T00:07:22.983Z[ host-image] Feb 12 00:07:22.726 INFO O| Feb 12 00:07:22.726 INFO STEP 142 (ensure_dir) COMPLETE
104292026-02-12T00:07:22.983Z[ host-image] Feb 12 00:07:22.726 INFO O| Feb 12 00:07:22.726 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-02-12T00:07:23.007Z[ host-image] Feb 12 00:07:22.749 INFO O| Feb 12 00:07:22.749 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104312026-02-12T00:07:23.007Z[ host-image] Feb 12 00:07:22.749 INFO O| Feb 12 00:07:22.749 INFO STEP 143 (ensure_dir) COMPLETE
104322026-02-12T00:07:23.007Z[ host-image] Feb 12 00:07:22.749 INFO O| Feb 12 00:07:22.749 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.767 INFO O| Feb 12 00:07:22.767 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104342026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.767 INFO O| Feb 12 00:07:22.767 INFO copying /tmp/.tmposd5q7/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 ...
104352026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.767 INFO O| Feb 12 00:07:22.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104362026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.767 INFO O| Feb 12 00:07:22.767 INFO ok!
104372026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.767 INFO O| Feb 12 00:07:22.767 INFO STEP 144 (ensure_file) COMPLETE
104382026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.767 INFO O| Feb 12 00:07:22.767 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.784 INFO O| Feb 12 00:07:22.784 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104402026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.784 INFO O| Feb 12 00:07:22.784 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104412026-02-12T00:07:23.032Z[ host-image] Feb 12 00:07:22.784 INFO O| Feb 12 00:07:22.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104422026-02-12T00:07:23.033Z[ host-image] Feb 12 00:07:22.784 INFO O| Feb 12 00:07:22.784 INFO STEP 145 (ensure_dir) COMPLETE
104432026-02-12T00:07:23.033Z[ host-image] Feb 12 00:07:22.784 INFO O| Feb 12 00:07:22.784 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-02-12T00:07:23.057Z[ host-image] Feb 12 00:07:22.802 INFO O| Feb 12 00:07:22.802 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104452026-02-12T00:07:23.058Z[ host-image] Feb 12 00:07:22.802 INFO O| Feb 12 00:07:22.802 INFO copying /tmp/.tmposd5q7/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104462026-02-12T00:07:23.058Z[ host-image] Feb 12 00:07:22.802 INFO O| Feb 12 00:07:22.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104472026-02-12T00:07:23.058Z[ host-image] Feb 12 00:07:22.802 INFO O| Feb 12 00:07:22.802 INFO ok!
104482026-02-12T00:07:23.058Z[ host-image] Feb 12 00:07:22.802 INFO O| Feb 12 00:07:22.802 INFO STEP 146 (ensure_file) COMPLETE
104492026-02-12T00:07:23.058Z[ host-image] Feb 12 00:07:22.802 INFO O| Feb 12 00:07:22.802 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104502026-02-12T00:07:23.082Z[ host-image] Feb 12 00:07:22.822 INFO O| Feb 12 00:07:22.822 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
104512026-02-12T00:07:23.082Z[ host-image] Feb 12 00:07:22.823 INFO O| Feb 12 00:07:22.823 INFO STEP 147 (remove_files) COMPLETE
104522026-02-12T00:07:23.082Z[ host-image] Feb 12 00:07:22.823 INFO O| Feb 12 00:07:22.823 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104532026-02-12T00:07:23.107Z[ host-image] Feb 12 00:07:22.841 INFO O| Feb 12 00:07:22.841 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
104542026-02-12T00:07:23.107Z[ host-image] Feb 12 00:07:22.842 INFO O| Feb 12 00:07:22.842 INFO STEP 148 (remove_files) COMPLETE
104552026-02-12T00:07:23.107Z[ host-image] Feb 12 00:07:22.842 INFO O| Feb 12 00:07:22.842 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104562026-02-12T00:07:23.107Z[ host-image] Feb 12 00:07:22.864 INFO O| Feb 12 00:07:22.864 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
104572026-02-12T00:07:23.107Z[ host-image] Feb 12 00:07:22.865 INFO O| Feb 12 00:07:22.865 INFO STEP 149 (remove_files) COMPLETE
104582026-02-12T00:07:23.107Z[ host-image] Feb 12 00:07:22.865 INFO O| Feb 12 00:07:22.865 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104592026-02-12T00:07:23.132Z[ host-image] Feb 12 00:07:22.885 INFO O| Feb 12 00:07:22.884 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
104602026-02-12T00:07:23.132Z[ host-image] Feb 12 00:07:22.885 INFO O| Feb 12 00:07:22.885 INFO STEP 150 (remove_files) COMPLETE
104612026-02-12T00:07:23.132Z[ host-image] Feb 12 00:07:22.885 INFO O| Feb 12 00:07:22.885 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104622026-02-12T00:07:23.157Z[ host-image] Feb 12 00:07:22.905 INFO O| Feb 12 00:07:22.905 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
104632026-02-12T00:07:23.157Z[ host-image] Feb 12 00:07:22.905 INFO O| Feb 12 00:07:22.905 INFO STEP 151 (remove_files) COMPLETE
104642026-02-12T00:07:23.157Z[ host-image] Feb 12 00:07:22.905 INFO O| Feb 12 00:07:22.905 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104652026-02-12T00:07:23.182Z[ host-image] Feb 12 00:07:22.926 INFO O| Feb 12 00:07:22.926 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
104662026-02-12T00:07:23.182Z[ host-image] Feb 12 00:07:22.927 INFO O| Feb 12 00:07:22.927 INFO STEP 152 (remove_files) COMPLETE
104672026-02-12T00:07:23.182Z[ host-image] Feb 12 00:07:22.927 INFO O| Feb 12 00:07:22.927 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104682026-02-12T00:07:23.206Z[ host-image] Feb 12 00:07:22.948 INFO O| Feb 12 00:07:22.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
104692026-02-12T00:07:23.206Z[ host-image] Feb 12 00:07:22.949 INFO O| Feb 12 00:07:22.949 INFO STEP 153 (remove_files) COMPLETE
104702026-02-12T00:07:23.206Z[ host-image] Feb 12 00:07:22.949 INFO O| Feb 12 00:07:22.949 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104712026-02-12T00:07:23.231Z[ host-image] Feb 12 00:07:22.970 INFO O| Feb 12 00:07:22.970 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
104722026-02-12T00:07:23.231Z[ host-image] Feb 12 00:07:22.970 INFO O| Feb 12 00:07:22.970 INFO STEP 154 (remove_files) COMPLETE
104732026-02-12T00:07:23.231Z[ host-image] Feb 12 00:07:22.970 INFO O| Feb 12 00:07:22.970 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104742026-02-12T00:07:23.255Z[ host-image] Feb 12 00:07:22.991 INFO O| Feb 12 00:07:22.991 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
104752026-02-12T00:07:23.255Z[ host-image] Feb 12 00:07:22.991 INFO O| Feb 12 00:07:22.991 INFO STEP 155 (remove_files) COMPLETE
104762026-02-12T00:07:23.255Z[ host-image] Feb 12 00:07:22.991 INFO O| Feb 12 00:07:22.991 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104772026-02-12T00:07:23.255Z[ host-image] Feb 12 00:07:23.009 INFO O| Feb 12 00:07:23.009 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
104782026-02-12T00:07:23.255Z[ host-image] Feb 12 00:07:23.009 INFO O| Feb 12 00:07:23.009 INFO STEP 156 (remove_files) COMPLETE
104792026-02-12T00:07:23.256Z[ host-image] Feb 12 00:07:23.009 INFO O| Feb 12 00:07:23.009 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104802026-02-12T00:07:23.280Z[ host-image] Feb 12 00:07:23.027 INFO O| Feb 12 00:07:23.026 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
104812026-02-12T00:07:23.280Z[ host-image] Feb 12 00:07:23.027 INFO O| Feb 12 00:07:23.027 INFO STEP 157 (remove_files) COMPLETE
104822026-02-12T00:07:23.280Z[ host-image] Feb 12 00:07:23.027 INFO O| Feb 12 00:07:23.027 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104832026-02-12T00:07:23.304Z[ host-image] Feb 12 00:07:23.047 INFO O| Feb 12 00:07:23.047 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
104842026-02-12T00:07:23.304Z[ host-image] Feb 12 00:07:23.047 INFO O| Feb 12 00:07:23.047 INFO STEP 158 (remove_files) COMPLETE
104852026-02-12T00:07:23.305Z[ host-image] Feb 12 00:07:23.047 INFO O| Feb 12 00:07:23.047 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104862026-02-12T00:07:23.329Z[ host-image] Feb 12 00:07:23.068 INFO O| Feb 12 00:07:23.068 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
104872026-02-12T00:07:23.329Z[ host-image] Feb 12 00:07:23.068 INFO O| Feb 12 00:07:23.068 INFO STEP 159 (remove_files) COMPLETE
104882026-02-12T00:07:23.329Z[ host-image] Feb 12 00:07:23.068 INFO O| Feb 12 00:07:23.068 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104892026-02-12T00:07:23.363Z[ host-image] Feb 12 00:07:23.088 INFO O| Feb 12 00:07:23.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
104902026-02-12T00:07:23.363Z[ host-image] Feb 12 00:07:23.088 INFO O| Feb 12 00:07:23.088 INFO STEP 160 (remove_files) COMPLETE
104912026-02-12T00:07:23.363Z[ host-image] Feb 12 00:07:23.088 INFO O| Feb 12 00:07:23.088 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104922026-02-12T00:07:23.363Z[ host-image] Feb 12 00:07:23.108 INFO O| Feb 12 00:07:23.108 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
104932026-02-12T00:07:23.363Z[ host-image] Feb 12 00:07:23.108 INFO O| Feb 12 00:07:23.108 INFO STEP 161 (remove_files) COMPLETE
104942026-02-12T00:07:23.363Z[ host-image] Feb 12 00:07:23.108 INFO O| Feb 12 00:07:23.108 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104952026-02-12T00:07:23.388Z[ host-image] Feb 12 00:07:23.127 INFO O| Feb 12 00:07:23.127 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
104962026-02-12T00:07:23.388Z[ host-image] Feb 12 00:07:23.127 INFO O| Feb 12 00:07:23.127 INFO STEP 162 (remove_files) COMPLETE
104972026-02-12T00:07:23.388Z[ host-image] Feb 12 00:07:23.127 INFO O| Feb 12 00:07:23.127 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104982026-02-12T00:07:23.413Z[ host-image] Feb 12 00:07:23.147 INFO O| Feb 12 00:07:23.146 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
104992026-02-12T00:07:23.413Z[ host-image] Feb 12 00:07:23.147 INFO O| Feb 12 00:07:23.147 INFO STEP 163 (remove_files) COMPLETE
105002026-02-12T00:07:23.413Z[ host-image] Feb 12 00:07:23.147 INFO O| Feb 12 00:07:23.147 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105012026-02-12T00:07:23.413Z[ host-image] Feb 12 00:07:23.166 INFO O| Feb 12 00:07:23.166 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105022026-02-12T00:07:23.413Z[ host-image] Feb 12 00:07:23.167 INFO O| Feb 12 00:07:23.167 INFO STEP 164 (remove_files) COMPLETE
105032026-02-12T00:07:23.413Z[ host-image] Feb 12 00:07:23.167 INFO O| Feb 12 00:07:23.167 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105042026-02-12T00:07:23.437Z[ host-image] Feb 12 00:07:23.190 INFO O| Feb 12 00:07:23.190 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105052026-02-12T00:07:23.437Z[ host-image] Feb 12 00:07:23.190 INFO O| Feb 12 00:07:23.190 INFO STEP 165 (remove_files) COMPLETE
105062026-02-12T00:07:23.438Z[ host-image] Feb 12 00:07:23.190 INFO O| Feb 12 00:07:23.190 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105072026-02-12T00:07:23.462Z[ host-image] Feb 12 00:07:23.214 INFO O| Feb 12 00:07:23.214 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105082026-02-12T00:07:23.462Z[ host-image] Feb 12 00:07:23.214 INFO O| Feb 12 00:07:23.214 INFO STEP 166 (remove_files) COMPLETE
105092026-02-12T00:07:23.462Z[ host-image] Feb 12 00:07:23.214 INFO O| Feb 12 00:07:23.214 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105102026-02-12T00:07:23.486Z[ host-image] Feb 12 00:07:23.238 INFO O| Feb 12 00:07:23.238 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105112026-02-12T00:07:23.486Z[ host-image] Feb 12 00:07:23.239 INFO O| Feb 12 00:07:23.239 INFO STEP 167 (remove_files) COMPLETE
105122026-02-12T00:07:23.486Z[ host-image] Feb 12 00:07:23.239 INFO O| Feb 12 00:07:23.239 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105132026-02-12T00:07:23.511Z[ host-image] Feb 12 00:07:23.261 INFO O| Feb 12 00:07:23.261 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105142026-02-12T00:07:23.511Z[ host-image] Feb 12 00:07:23.261 INFO O| Feb 12 00:07:23.261 INFO STEP 168 (remove_files) COMPLETE
105152026-02-12T00:07:23.511Z[ host-image] Feb 12 00:07:23.261 INFO O| Feb 12 00:07:23.261 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105162026-02-12T00:07:23.536Z[ host-image] Feb 12 00:07:23.286 INFO O| Feb 12 00:07:23.286 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105172026-02-12T00:07:23.536Z[ host-image] Feb 12 00:07:23.286 INFO O| Feb 12 00:07:23.286 INFO STEP 169 (remove_files) COMPLETE
105182026-02-12T00:07:23.536Z[ host-image] Feb 12 00:07:23.286 INFO O| Feb 12 00:07:23.286 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105192026-02-12T00:07:23.561Z[ host-image] Feb 12 00:07:23.309 INFO O| Feb 12 00:07:23.309 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105202026-02-12T00:07:23.561Z[ host-image] Feb 12 00:07:23.310 INFO O| Feb 12 00:07:23.310 INFO STEP 170 (remove_files) COMPLETE
105212026-02-12T00:07:23.561Z[ host-image] Feb 12 00:07:23.310 INFO O| Feb 12 00:07:23.310 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105222026-02-12T00:07:23.585Z[ host-image] Feb 12 00:07:23.333 INFO O| Feb 12 00:07:23.333 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105232026-02-12T00:07:23.585Z[ host-image] Feb 12 00:07:23.334 INFO O| Feb 12 00:07:23.333 INFO STEP 171 (remove_files) COMPLETE
105242026-02-12T00:07:23.585Z[ host-image] Feb 12 00:07:23.334 INFO O| Feb 12 00:07:23.334 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105252026-02-12T00:07:23.610Z[ host-image] Feb 12 00:07:23.349 INFO O| Feb 12 00:07:23.349 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105262026-02-12T00:07:23.610Z[ host-image] Feb 12 00:07:23.350 INFO O| Feb 12 00:07:23.350 INFO STEP 172 (remove_files) COMPLETE
105272026-02-12T00:07:23.610Z[ host-image] Feb 12 00:07:23.350 INFO O| Feb 12 00:07:23.350 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105282026-02-12T00:07:23.610Z[ host-image] Feb 12 00:07:23.367 INFO O| Feb 12 00:07:23.366 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105292026-02-12T00:07:23.610Z[ host-image] Feb 12 00:07:23.367 INFO O| Feb 12 00:07:23.367 INFO STEP 173 (remove_files) COMPLETE
105302026-02-12T00:07:23.610Z[ host-image] Feb 12 00:07:23.367 INFO O| Feb 12 00:07:23.367 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105312026-02-12T00:07:23.634Z[ host-image] Feb 12 00:07:23.385 INFO O| Feb 12 00:07:23.385 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105322026-02-12T00:07:23.634Z[ host-image] Feb 12 00:07:23.385 INFO O| Feb 12 00:07:23.385 INFO STEP 174 (remove_files) COMPLETE
105332026-02-12T00:07:23.635Z[ host-image] Feb 12 00:07:23.385 INFO O| Feb 12 00:07:23.385 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105342026-02-12T00:07:23.659Z[ host-image] Feb 12 00:07:23.403 INFO O| Feb 12 00:07:23.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105352026-02-12T00:07:23.659Z[ host-image] Feb 12 00:07:23.403 INFO O| Feb 12 00:07:23.403 INFO STEP 175 (remove_files) COMPLETE
105362026-02-12T00:07:23.659Z[ host-image] Feb 12 00:07:23.403 INFO O| Feb 12 00:07:23.403 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105372026-02-12T00:07:23.684Z[ host-image] Feb 12 00:07:23.439 INFO O| Feb 12 00:07:23.439 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105382026-02-12T00:07:23.684Z[ host-image] Feb 12 00:07:23.439 INFO O| Feb 12 00:07:23.439 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105392026-02-12T00:07:29.534Z[ recovery-image] Feb 12 00:07:29.292 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)
105402026-02-12T00:07:36.508Z[ host-image] Feb 12 00:07:36.266 INFO O| Feb 12 00:07:36.266 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
105412026-02-12T00:07:36.539Z[ host-image] Feb 12 00:07:36.266 INFO O| Feb 12 00:07:36.266 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105422026-02-12T00:07:36.539Z[ host-image] Feb 12 00:07:36.289 INFO O| Feb 12 00:07:36.289 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
105432026-02-12T00:07:36.796Z[ host-image] Feb 12 00:07:36.555 INFO O| Feb 12 00:07:36.551 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105442026-02-12T00:07:36.920Z[ host-image] Feb 12 00:07:36.678 INFO O| Feb 12 00:07:36.678 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
105452026-02-12T00:07:37.156Z[ host-image] Feb 12 00:07:36.914 INFO O| Feb 12 00:07:36.914 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105462026-02-12T00:07:37.156Z[ host-image] Feb 12 00:07:36.914 INFO O| Feb 12 00:07:36.914 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105472026-02-12T00:07:37.181Z[ host-image] Feb 12 00:07:36.917 INFO O| Feb 12 00:07:36.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105482026-02-12T00:07:37.181Z[ host-image] Feb 12 00:07:36.917 INFO O| Feb 12 00:07:36.917 INFO ok!
105492026-02-12T00:07:37.181Z[ host-image] Feb 12 00:07:36.917 INFO O| Feb 12 00:07:36.917 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105502026-02-12T00:07:37.181Z[ host-image] Feb 12 00:07:36.918 INFO O| Feb 12 00:07:36.917 INFO STEP 176 (seed_smf) COMPLETE
105512026-02-12T00:07:37.181Z[ host-image] Feb 12 00:07:36.918 INFO O| Feb 12 00:07:36.918 INFO steps complete; finalising image!
105522026-02-12T00:07:37.181Z[ host-image] Feb 12 00:07:36.918 INFO O| Feb 12 00:07:36.918 INFO TRIM POOL: TEMPORARY-sled-zfs
105532026-02-12T00:07:37.391Z[ host-image] Feb 12 00:07:37.149 INFO O| Feb 12 00:07:37.149 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Thu Feb 12 00:07:36 2026)
105542026-02-12T00:07:37.603Z[ host-image] Feb 12 00:07:37.361 INFO O| Feb 12 00:07:37.361 INFO trim TEMPORARY-sled-zfs: (90% trimmed, started at Thu Feb 12 00:07:36 2026)
105552026-02-12T00:07:37.838Z[ host-image] Feb 12 00:07:37.595 INFO O| Feb 12 00:07:37.595 INFO temporary pool has 807M used, 88.9M avail, 1.81x compressratio
105562026-02-12T00:07:37.838Z[ host-image] Feb 12 00:07:37.595 INFO O| Feb 12 00:07:37.595 INFO EXPORT POOL: TEMPORARY-sled-zfs
105572026-02-12T00:07:38.381Z[ recovery-image] Feb 12 00:07:38.139 INFO E| Compiling bitflags v1.3.2
105582026-02-12T00:07:38.381Z[ recovery-image] Feb 12 00:07:38.139 INFO E| Compiling log v0.4.29
105592026-02-12T00:07:38.405Z[ recovery-image] Feb 12 00:07:38.139 INFO E| Compiling adler2 v2.0.1
105602026-02-12T00:07:38.405Z[ recovery-image] Feb 12 00:07:38.139 INFO E| Compiling plain v0.2.3
105612026-02-12T00:07:38.405Z[ recovery-image] Feb 12 00:07:38.140 INFO E| Compiling scroll v0.13.0
105622026-02-12T00:07:38.406Z[ recovery-image] Feb 12 00:07:38.140 INFO E| Compiling bit_field v0.10.3
105632026-02-12T00:07:38.406Z[ recovery-image] Feb 12 00:07:38.140 INFO E| Compiling bitflags v2.10.0
105642026-02-12T00:07:38.727Z[ host-image] Feb 12 00:07:38.485 INFO O| Feb 12 00:07:38.485 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105652026-02-12T00:07:38.727Z[ host-image] Feb 12 00:07:38.485 INFO O| Feb 12 00:07:38.485 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105662026-02-12T00:07:38.837Z[ recovery-image] Feb 12 00:07:38.596 INFO E| Compiling raw-cpuid v10.7.0
105672026-02-12T00:07:38.999Z[ recovery-image] Feb 12 00:07:38.758 INFO E| Compiling miniz_oxide v0.9.0
105682026-02-12T00:07:39.085Z[ recovery-image] Feb 12 00:07:38.843 INFO E| Compiling static_assertions v1.1.0
105692026-02-12T00:07:39.111Z[ recovery-image] Feb 12 00:07:38.870 INFO E| Compiling bitstruct v0.1.1
105702026-02-12T00:07:39.420Z[ recovery-image] Feb 12 00:07:39.179 INFO E| Compiling cpio_reader v0.1.2
105712026-02-12T00:07:39.952Z[ recovery-image] Feb 12 00:07:39.711 INFO E| Compiling goblin v0.10.4
105722026-02-12T00:07:41.746Z[ host-image] Feb 12 00:07:41.504 INFO O| Feb 12 00:07:41.504 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105732026-02-12T00:07:41.746Z[ host-image] Feb 12 00:07:41.504 INFO O| Feb 12 00:07:41.504 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105742026-02-12T00:07:41.770Z[ host-image] Feb 12 00:07:41.504 INFO O| Feb 12 00:07:41.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105752026-02-12T00:07:41.771Z[ host-image] Feb 12 00:07:41.504 INFO O| Feb 12 00:07:41.504 INFO completed processing sled/zfs
105762026-02-12T00:07:41.771Z[ host-image] Feb 12 00:07:41.504 INFO O| Feb 12 00:07:41.504 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105772026-02-12T00:07:42.691Z[ host-image] Feb 12 00:07:42.450 INFO O| Feb 12 00:07:42.450 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105782026-02-12T00:07:42.781Z[ host-image] Feb 12 00:07:42.539 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n"
105792026-02-12T00:07:42.781Z[ host-image] Feb 12 00:07:42.540 INFO expanded image name: "ci b94ffbf/${os_short_commit} 2026-02-11 23:07" -> "ci b94ffbf/d522c04 2026-02-11 23:07"
105802026-02-12T00:07:42.809Z[ host-image] Feb 12 00:07:42.540 INFO output artefacts stored in: "/work/os-host"
105812026-02-12T00:07:42.809Z[ host-image] Feb 12 00:07:42.540 INFO collecting git info from project "phbl"...
105822026-02-12T00:07:42.809Z[ host-image] Feb 12 00:07:42.550 INFO collecting git info from project "amd-firmware"...
105832026-02-12T00:07:42.833Z[ host-image] Feb 12 00:07:42.572 INFO collecting git info from project "amd-host-image-builder"...
105842026-02-12T00:07:42.833Z[ host-image] Feb 12 00:07:42.582 INFO collecting git info from project "chelsio-t6-roms"...
105852026-02-12T00:07:42.833Z[ host-image] Feb 12 00:07:42.590 INFO collecting git info from project "pinprick"...
105862026-02-12T00:07:42.858Z[ host-image] Feb 12 00:07:42.610 INFO collecting git info from project "image-builder"...
105872026-02-12T00:07:42.884Z[ host-image] Feb 12 00:07:42.620 INFO collecting git info from project "dmar-report"...
105882026-02-12T00:07:42.884Z[ host-image] Feb 12 00:07:42.628 INFO collecting git info from project "bootserver"...
105892026-02-12T00:07:42.916Z[ host-image] Feb 12 00:07:42.675 INFO collecting git info from project "pilot"...
105902026-02-12T00:07:42.941Z[ host-image] Feb 12 00:07:42.692 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105912026-02-12T00:07:44.156Z[ host-image] Feb 12 00:07:43.913 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105922026-02-12T00:07:45.299Z[ host-image] Feb 12 00:07:45.058 INFO creating Oxide boot image...
105932026-02-12T00:07:45.299Z[ host-image] Feb 12 00:07:45.058 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci b94ffbf/d522c04 2026-02-11 23:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105942026-02-12T00:07:47.585Z[ host-image] Feb 12 00:07:47.342 INFO O| ok, image written!
105952026-02-12T00:07:47.585Z[ host-image] Feb 12 00:07:47.342 INFO O| ok, boot_image_csum file written!
105962026-02-12T00:07:47.609Z[ host-image] Feb 12 00:07:47.347 INFO creating boot archive (CPIO)...
105972026-02-12T00:07:47.609Z[ host-image] Feb 12 00:07:47.347 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
105982026-02-12T00:07:47.609Z[ host-image] Feb 12 00:07:47.360 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105992026-02-12T00:07:47.609Z[ host-image] Feb 12 00:07:47.360 INFO E| + outfile=/work/os-host/cpio
106002026-02-12T00:07:47.609Z[ host-image] Feb 12 00:07:47.360 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106012026-02-12T00:07:47.609Z[ host-image] Feb 12 00:07:47.363 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106022026-02-12T00:07:47.609Z[ host-image] Feb 12 00:07:47.364 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106032026-02-12T00:07:47.669Z[ host-image] Feb 12 00:07:47.427 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106042026-02-12T00:07:47.669Z[ host-image] Feb 12 00:07:47.427 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106052026-02-12T00:07:47.693Z[ host-image] Feb 12 00:07:47.442 INFO creating compressed cpio/unix for dev loaders...
106062026-02-12T00:07:47.693Z[ host-image] Feb 12 00:07:47.442 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
106072026-02-12T00:07:48.244Z[ host-image] Feb 12 00:07:48.002 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106082026-02-12T00:07:52.166Z[ recovery-image] Feb 12 00:07:51.925 INFO E| Finished `release` profile [optimized] target(s) in 1m 48s
106092026-02-12T00:07:52.198Z[ recovery-image] Feb 12 00:07:51.957 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106102026-02-12T00:07:52.382Z[ recovery-image] Feb 12 00:07:52.140 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')"
106112026-02-12T00:07:52.382Z[ recovery-image] Feb 12 00:07:52.140 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106122026-02-12T00:07:52.406Z[ recovery-image] Feb 12 00:07:52.140 INFO building ROM for cosmo
106132026-02-12T00:07:52.406Z[ recovery-image] Feb 12 00:07:52.141 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")
106142026-02-12T00:07:54.359Z[ recovery-image] Feb 12 00:07:54.118 INFO E| Downloading crates ...
106152026-02-12T00:07:54.998Z[ recovery-image] Feb 12 00:07:54.756 INFO E| Downloaded toml_write v0.1.1
106162026-02-12T00:07:55.022Z[ recovery-image] Feb 12 00:07:54.768 INFO E| Downloaded serde_spanned v0.6.8
106172026-02-12T00:07:55.022Z[ recovery-image] Feb 12 00:07:54.773 INFO E| Downloaded shared_child v1.0.1
106182026-02-12T00:07:55.022Z[ recovery-image] Feb 12 00:07:54.776 INFO E| Downloaded toml_datetime v0.6.9
106192026-02-12T00:07:55.022Z[ recovery-image] Feb 12 00:07:54.779 INFO E| Downloaded toml v0.8.22
106202026-02-12T00:07:55.083Z[ recovery-image] Feb 12 00:07:54.841 INFO E| Downloaded anstyle-parse v0.2.6
106212026-02-12T00:07:55.106Z[ recovery-image] Feb 12 00:07:54.845 INFO E| Downloaded duct v0.13.7
106222026-02-12T00:07:55.106Z[ recovery-image] Feb 12 00:07:54.849 INFO E| Downloaded anstyle-query v1.1.2
106232026-02-12T00:07:55.106Z[ recovery-image] Feb 12 00:07:54.851 INFO E| Downloaded colorchoice v1.0.3
106242026-02-12T00:07:55.107Z[ recovery-image] Feb 12 00:07:54.853 INFO E| Downloaded cc v1.2.20
106252026-02-12T00:07:55.107Z[ recovery-image] Feb 12 00:07:54.858 INFO E| Downloaded toml_edit v0.22.26
106262026-02-12T00:07:55.142Z[ host-image] Feb 12 00:07:54.901 INFO creating reset image...
106272026-02-12T00:07:55.142Z[ host-image] Feb 12 00:07:54.901 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106282026-02-12T00:07:55.166Z[ recovery-image] Feb 12 00:07:54.919 INFO E| Downloaded clap_derive v4.5.32
106292026-02-12T00:07:55.166Z[ recovery-image] Feb 12 00:07:54.922 INFO E| Downloaded winnow v0.7.7
106302026-02-12T00:07:55.190Z[ recovery-image] Feb 12 00:07:54.933 INFO E| Downloaded clap_builder v4.5.37
106312026-02-12T00:07:55.190Z[ recovery-image] Feb 12 00:07:54.941 INFO E| Downloaded os_pipe v1.2.1
106322026-02-12T00:07:55.190Z[ recovery-image] Feb 12 00:07:54.942 INFO E| Downloaded clap v4.5.37
106332026-02-12T00:07:55.214Z[ recovery-image] Feb 12 00:07:54.953 INFO E| Downloaded anstyle v1.0.10
106342026-02-12T00:07:55.262Z[ host-image] Feb 12 00:07:55.021 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')"
106352026-02-12T00:07:55.262Z[ host-image] Feb 12 00:07:55.021 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")
106362026-02-12T00:07:55.433Z[ host-image] Feb 12 00:07:55.192 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106372026-02-12T00:07:55.457Z[ host-image] Feb 12 00:07:55.195 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106382026-02-12T00:07:55.593Z[ recovery-image] Feb 12 00:07:55.352 INFO E| Compiling syn v2.0.101
106392026-02-12T00:07:55.671Z[ recovery-image] Feb 12 00:07:55.430 INFO E| Compiling libc v0.2.172
106402026-02-12T00:07:55.671Z[ recovery-image] Feb 12 00:07:55.430 INFO E| Compiling utf8parse v0.2.2
106412026-02-12T00:07:55.671Z[ recovery-image] Feb 12 00:07:55.430 INFO E| Compiling colorchoice v1.0.3
106422026-02-12T00:07:55.695Z[ recovery-image] Feb 12 00:07:55.430 INFO E| Compiling hashbrown v0.15.2
106432026-02-12T00:07:55.695Z[ recovery-image] Feb 12 00:07:55.430 INFO E| Compiling anstyle v1.0.10
106442026-02-12T00:07:55.695Z[ recovery-image] Feb 12 00:07:55.430 INFO E| Compiling once_cell v1.21.3
106452026-02-12T00:07:55.695Z[ recovery-image] Feb 12 00:07:55.430 INFO E| Compiling equivalent v1.0.2
106462026-02-12T00:07:56.229Z[ host-image] Feb 12 00:07:55.987 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)
106472026-02-12T00:07:56.229Z[ host-image] Feb 12 00:07:55.988 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)
106482026-02-12T00:07:56.253Z[ host-image] Feb 12 00:07:55.988 INFO E| Compiling proc-macro2 v1.0.106
106492026-02-12T00:07:56.253Z[ host-image] Feb 12 00:07:55.988 INFO E| Compiling unicode-ident v1.0.23
106502026-02-12T00:07:56.253Z[ host-image] Feb 12 00:07:55.988 INFO E| Compiling quote v1.0.44
106512026-02-12T00:07:56.277Z[ host-image] Feb 12 00:07:56.029 INFO E| Compiling syn v1.0.109
106522026-02-12T00:07:56.301Z[ host-image] Feb 12 00:07:56.048 INFO E| Compiling x86 v0.52.0
106532026-02-12T00:07:56.325Z[ host-image] Feb 12 00:07:56.068 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106542026-02-12T00:07:56.639Z[ recovery-image] Feb 12 00:07:56.397 INFO E| Compiling anstyle-parse v0.2.6
106552026-02-12T00:07:56.842Z[ recovery-image] Feb 12 00:07:56.600 INFO E| Compiling shlex v1.3.0
106562026-02-12T00:07:56.971Z[ recovery-image] Feb 12 00:07:56.730 INFO E| Compiling anstyle-query v1.1.2
106572026-02-12T00:07:57.562Z[ host-image] Feb 12 00:07:57.321 INFO E| Compiling seq-macro v0.3.6
106582026-02-12T00:07:57.730Z[ recovery-image] Feb 12 00:07:57.489 INFO E| Compiling is_terminal_polyfill v1.70.1
106592026-02-12T00:07:57.827Z[ recovery-image] Feb 12 00:07:57.586 INFO E| Compiling cc v1.2.20
106602026-02-12T00:07:57.989Z[ recovery-image] Feb 12 00:07:57.748 INFO E| Compiling strsim v0.11.1
106612026-02-12T00:07:58.013Z[ recovery-image] Feb 12 00:07:57.756 INFO E| Compiling winnow v0.7.7
106622026-02-12T00:07:58.062Z[ recovery-image] Feb 12 00:07:57.821 INFO E| Compiling toml_write v0.1.1
106632026-02-12T00:07:58.647Z[ recovery-image] Feb 12 00:07:58.406 INFO E| Compiling anstream v0.6.18
106642026-02-12T00:07:59.767Z[ recovery-image] Feb 12 00:07:59.526 INFO E| Compiling anyhow v1.0.98
106652026-02-12T00:08:00.118Z[ recovery-image] Feb 12 00:07:59.877 INFO E| Compiling indexmap v2.9.0
106662026-02-12T00:08:00.671Z[ recovery-image] Feb 12 00:08:00.429 INFO E| Compiling clap_lex v0.7.4
106672026-02-12T00:08:01.013Z[ recovery-image] Feb 12 00:08:00.772 INFO E| Compiling os_pipe v1.2.1
106682026-02-12T00:08:01.180Z[ recovery-image] Feb 12 00:08:00.939 INFO E| Compiling shared_child v1.0.1
106692026-02-12T00:08:01.670Z[ host-image] Feb 12 00:08:01.428 INFO E| Compiling syn v2.0.114
106702026-02-12T00:08:01.901Z[ recovery-image] Feb 12 00:08:01.660 INFO E| Compiling duct v0.13.7
106712026-02-12T00:08:02.153Z[ recovery-image] Feb 12 00:08:01.912 INFO E| Compiling clap_builder v4.5.37
106722026-02-12T00:08:05.189Z[ recovery-image] Feb 12 00:08:04.947 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
106732026-02-12T00:08:10.316Z[ host-image] Feb 12 00:08:10.075 INFO E| Compiling scroll_derive v0.13.1
106742026-02-12T00:08:11.142Z[ recovery-image] Feb 12 00:08:10.901 INFO E| Compiling serde_derive v1.0.219
106752026-02-12T00:08:11.142Z[ recovery-image] Feb 12 00:08:10.901 INFO E| Compiling clap_derive v4.5.32
106762026-02-12T00:08:16.188Z[ host-image] Feb 12 00:08:15.947 INFO E| Compiling bitstruct_derive v0.1.0
106772026-02-12T00:08:18.335Z[ recovery-image] Feb 12 00:08:18.095 INFO E| Compiling clap v4.5.37
106782026-02-12T00:08:21.200Z[ recovery-image] Feb 12 00:08:20.959 INFO E| Compiling serde v1.0.219
106792026-02-12T00:08:29.018Z[ recovery-image] Feb 12 00:08:28.777 INFO E| Compiling toml_datetime v0.6.9
106802026-02-12T00:08:29.042Z[ recovery-image] Feb 12 00:08:28.777 INFO E| Compiling serde_spanned v0.6.8
106812026-02-12T00:08:29.676Z[ recovery-image] Feb 12 00:08:29.435 INFO E| Compiling toml_edit v0.22.26
106822026-02-12T00:08:35.137Z[ recovery-image] Feb 12 00:08:34.897 INFO E| Compiling toml v0.8.22
106832026-02-12T00:08:46.832Z[ recovery-image] Feb 12 00:08:46.592 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.18s
106842026-02-12T00:08:46.862Z[ recovery-image] Feb 12 00:08:46.622 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`
106852026-02-12T00:08:46.916Z[ recovery-image] Feb 12 00:08:46.676 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106862026-02-12T00:08:48.990Z[ recovery-image] Feb 12 00:08:48.750 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
106872026-02-12T00:08:49.013Z[ recovery-image] Feb 12 00:08:48.758 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`
106882026-02-12T00:08:51.124Z[ recovery-image] Feb 12 00:08:50.884 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106892026-02-12T00:08:51.148Z[ recovery-image] Feb 12 00:08:50.906 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106902026-02-12T00:08:51.172Z[ recovery-image] Feb 12 00:08:50.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106912026-02-12T00:08:51.196Z[ recovery-image] Feb 12 00:08:50.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106922026-02-12T00:08:51.219Z[ recovery-image] Feb 12 00:08:50.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106932026-02-12T00:08:51.243Z[ recovery-image] Feb 12 00:08:50.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106942026-02-12T00:08:51.267Z[ recovery-image] Feb 12 00:08:51.006 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106952026-02-12T00:08:51.267Z[ recovery-image] Feb 12 00:08:51.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106962026-02-12T00:08:51.291Z[ recovery-image] Feb 12 00:08:51.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106972026-02-12T00:08:51.315Z[ recovery-image] Feb 12 00:08:51.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106982026-02-12T00:08:51.315Z[ recovery-image] Feb 12 00:08:51.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106992026-02-12T00:08:51.315Z[ recovery-image] Feb 12 00:08:51.066 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107002026-02-12T00:08:51.340Z[ recovery-image] Feb 12 00:08:51.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107012026-02-12T00:08:51.364Z[ recovery-image] Feb 12 00:08:51.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107022026-02-12T00:08:51.389Z[ recovery-image] Feb 12 00:08:51.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107032026-02-12T00:08:51.389Z[ recovery-image] Feb 12 00:08:51.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107042026-02-12T00:08:51.413Z[ recovery-image] Feb 12 00:08:51.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107052026-02-12T00:08:51.437Z[ recovery-image] Feb 12 00:08:51.185 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107062026-02-12T00:08:51.462Z[ recovery-image] Feb 12 00:08:51.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107072026-02-12T00:08:51.486Z[ recovery-image] Feb 12 00:08:51.229 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107082026-02-12T00:08:51.486Z[ recovery-image] Feb 12 00:08:51.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107092026-02-12T00:08:51.510Z[ recovery-image] Feb 12 00:08:51.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107102026-02-12T00:08:51.535Z[ recovery-image] Feb 12 00:08:51.279 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107112026-02-12T00:08:51.587Z[ recovery-image] Feb 12 00:08:51.299 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107122026-02-12T00:08:51.587Z[ recovery-image] Feb 12 00:08:51.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107132026-02-12T00:08:51.587Z[ recovery-image] Feb 12 00:08:51.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107142026-02-12T00:08:51.610Z[ recovery-image] Feb 12 00:08:51.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107152026-02-12T00:08:51.611Z[ recovery-image] Feb 12 00:08:51.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107162026-02-12T00:08:51.611Z[ recovery-image] Feb 12 00:08:51.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107172026-02-12T00:08:51.635Z[ recovery-image] Feb 12 00:08:51.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107182026-02-12T00:08:51.635Z[ recovery-image] Feb 12 00:08:51.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107192026-02-12T00:08:51.659Z[ recovery-image] Feb 12 00:08:51.406 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107202026-02-12T00:08:51.659Z[ recovery-image] Feb 12 00:08:51.415 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107212026-02-12T00:08:51.684Z[ recovery-image] Feb 12 00:08:51.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107222026-02-12T00:08:51.684Z[ recovery-image] Feb 12 00:08:51.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107232026-02-12T00:08:51.708Z[ recovery-image] Feb 12 00:08:51.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107242026-02-12T00:08:51.709Z[ recovery-image] Feb 12 00:08:51.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107252026-02-12T00:08:51.709Z[ recovery-image] Feb 12 00:08:51.466 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107262026-02-12T00:08:51.732Z[ recovery-image] Feb 12 00:08:51.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107272026-02-12T00:08:51.732Z[ recovery-image] Feb 12 00:08:51.487 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107282026-02-12T00:08:51.756Z[ recovery-image] Feb 12 00:08:51.507 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107292026-02-12T00:08:51.780Z[ recovery-image] Feb 12 00:08:51.525 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107302026-02-12T00:08:51.780Z[ recovery-image] Feb 12 00:08:51.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107312026-02-12T00:08:51.780Z[ recovery-image] Feb 12 00:08:51.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107322026-02-12T00:08:51.804Z[ recovery-image] Feb 12 00:08:51.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107332026-02-12T00:08:51.828Z[ recovery-image] Feb 12 00:08:51.565 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107342026-02-12T00:08:51.828Z[ recovery-image] Feb 12 00:08:51.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107352026-02-12T00:08:51.828Z[ recovery-image] Feb 12 00:08:51.567 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107362026-02-12T00:08:51.828Z[ recovery-image] Feb 12 00:08:51.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107372026-02-12T00:08:51.828Z[ recovery-image] Feb 12 00:08:51.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107382026-02-12T00:08:51.860Z[ recovery-image] Feb 12 00:08:51.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107392026-02-12T00:08:51.860Z[ recovery-image] Feb 12 00:08:51.605 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107402026-02-12T00:08:51.860Z[ recovery-image] Feb 12 00:08:51.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107412026-02-12T00:08:51.884Z[ recovery-image] Feb 12 00:08:51.627 INFO O| Info: ABL version: 0x1007f011
107422026-02-12T00:08:51.884Z[ recovery-image] Feb 12 00:08:51.627 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107432026-02-12T00:08:51.884Z[ recovery-image] Feb 12 00:08:51.628 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107442026-02-12T00:08:51.884Z[ recovery-image] Feb 12 00:08:51.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107452026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107462026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.666 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107472026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.666 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107482026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107492026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107502026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.668 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107512026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.668 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107522026-02-12T00:08:51.910Z[ recovery-image] Feb 12 00:08:51.668 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107532026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.669 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107542026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.669 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107552026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.669 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107562026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107572026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107582026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107592026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107602026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107612026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107622026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107632026-02-12T00:08:51.934Z[ recovery-image] Feb 12 00:08:51.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107642026-02-12T00:08:52.030Z[ recovery-image] Feb 12 00:08:51.790 INFO building ROM for gimlet
107652026-02-12T00:08:52.030Z[ recovery-image] Feb 12 00:08:51.790 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")
107662026-02-12T00:08:52.497Z[ recovery-image] Feb 12 00:08:52.256 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
107672026-02-12T00:08:52.566Z[ recovery-image] Feb 12 00:08:52.303 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`
107682026-02-12T00:08:52.590Z[ recovery-image] Feb 12 00:08:52.343 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107692026-02-12T00:08:52.823Z[ recovery-image] Feb 12 00:08:52.582 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
107702026-02-12T00:08:52.889Z[ recovery-image] Feb 12 00:08:52.649 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`
107712026-02-12T00:08:53.410Z[ recovery-image] Feb 12 00:08:53.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107722026-02-12T00:08:53.434Z[ recovery-image] Feb 12 00:08:53.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107732026-02-12T00:08:53.434Z[ recovery-image] Feb 12 00:08:53.172 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107742026-02-12T00:08:53.434Z[ recovery-image] Feb 12 00:08:53.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107752026-02-12T00:08:53.458Z[ recovery-image] Feb 12 00:08:53.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107762026-02-12T00:08:53.482Z[ recovery-image] Feb 12 00:08:53.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107772026-02-12T00:08:53.482Z[ recovery-image] Feb 12 00:08:53.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107782026-02-12T00:08:53.506Z[ recovery-image] Feb 12 00:08:53.252 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107792026-02-12T00:08:53.506Z[ recovery-image] Feb 12 00:08:53.252 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107802026-02-12T00:08:53.506Z[ recovery-image] Feb 12 00:08:53.252 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107812026-02-12T00:08:53.506Z[ recovery-image] Feb 12 00:08:53.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107822026-02-12T00:08:53.531Z[ recovery-image] Feb 12 00:08:53.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107832026-02-12T00:08:53.555Z[ recovery-image] Feb 12 00:08:53.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107842026-02-12T00:08:53.579Z[ recovery-image] Feb 12 00:08:53.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107852026-02-12T00:08:53.605Z[ recovery-image] Feb 12 00:08:53.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107862026-02-12T00:08:53.630Z[ recovery-image] Feb 12 00:08:53.374 INFO O| Info: ABL version: 0x100f5010
107872026-02-12T00:08:53.630Z[ recovery-image] Feb 12 00:08:53.374 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107882026-02-12T00:08:53.630Z[ recovery-image] Feb 12 00:08:53.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107892026-02-12T00:08:53.654Z[ recovery-image] Feb 12 00:08:53.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107902026-02-12T00:08:53.678Z[ recovery-image] Feb 12 00:08:53.415 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107912026-02-12T00:08:53.678Z[ recovery-image] Feb 12 00:08:53.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107922026-02-12T00:08:53.702Z[ recovery-image] Feb 12 00:08:53.455 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107932026-02-12T00:08:53.725Z[ recovery-image] Feb 12 00:08:53.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107942026-02-12T00:08:53.726Z[ recovery-image] Feb 12 00:08:53.475 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107952026-02-12T00:08:53.750Z[ recovery-image] Feb 12 00:08:53.496 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107962026-02-12T00:08:53.750Z[ recovery-image] Feb 12 00:08:53.496 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107972026-02-12T00:08:53.774Z[ recovery-image] Feb 12 00:08:53.517 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107982026-02-12T00:08:53.798Z[ recovery-image] Feb 12 00:08:53.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107992026-02-12T00:08:53.798Z[ recovery-image] Feb 12 00:08:53.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108002026-02-12T00:08:53.798Z[ recovery-image] Feb 12 00:08:53.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108012026-02-12T00:08:53.798Z[ recovery-image] Feb 12 00:08:53.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108022026-02-12T00:08:53.798Z[ recovery-image] Feb 12 00:08:53.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108032026-02-12T00:08:53.822Z[ recovery-image] Feb 12 00:08:53.578 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108042026-02-12T00:08:53.822Z[ recovery-image] Feb 12 00:08:53.578 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108052026-02-12T00:08:53.822Z[ recovery-image] Feb 12 00:08:53.579 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108062026-02-12T00:08:53.917Z[ recovery-image] Feb 12 00:08:53.677 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108072026-02-12T00:08:53.917Z[ recovery-image] Feb 12 00:08:53.677 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
108082026-02-12T00:08:59.126Z[ host-image] Feb 12 00:08:58.886 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)
108092026-02-12T00:09:04.414Z[ recovery-image] Feb 12 00:09:04.174 INFO image complete! materials are in "/work/os-recovery"
108102026-02-12T00:09:05.243Z[ recovery-image]
108112026-02-12T00:09:05.243Z[ recovery-image] real 28:24.995853912
108122026-02-12T00:09:05.267Z[ recovery-image] user 19:11.818601177
108132026-02-12T00:09:05.267Z[ recovery-image] sys 1:57.404893741
108142026-02-12T00:09:05.267Z[ recovery-image] trap 1.159792560
108152026-02-12T00:09:05.267Z[ recovery-image] tflt 0.976622619
108162026-02-12T00:09:06.241Z[ recovery-image] dflt 6.888123646
108172026-02-12T00:09:06.241Z[ recovery-image] kflt 0.030842280
108182026-02-12T00:09:06.265Z[ recovery-image] lock 1:08:47.569723761
108192026-02-12T00:09:06.265Z[ recovery-image] slp 2:51:20.408339012
108202026-02-12T00:09:06.265Z[ recovery-image] lat 10:44.679216667
108212026-02-12T00:09:06.265Z[ recovery-image] stop 25.882647221
108222026-02-12T00:09:07.240ZFeb 12 00:09:07.000 INFO [recovery-image] process exited with exit status: 0 (1706.839142797s)
108232026-02-12T00:09:07.752Z[ host-image] Feb 12 00:09:07.513 INFO E| Compiling bitflags v1.3.2
108242026-02-12T00:09:07.753Z[ host-image] Feb 12 00:09:07.513 INFO E| Compiling bit_field v0.10.3
108252026-02-12T00:09:07.776Z[ host-image] Feb 12 00:09:07.513 INFO E| Compiling bitflags v2.10.0
108262026-02-12T00:09:07.776Z[ host-image] Feb 12 00:09:07.513 INFO E| Compiling adler2 v2.0.1
108272026-02-12T00:09:07.776Z[ host-image] Feb 12 00:09:07.513 INFO E| Compiling scroll v0.13.0
108282026-02-12T00:09:07.776Z[ host-image] Feb 12 00:09:07.513 INFO E| Compiling log v0.4.29
108292026-02-12T00:09:07.776Z[ host-image] Feb 12 00:09:07.513 INFO E| Compiling plain v0.2.3
108302026-02-12T00:09:07.958Z[ host-image] Feb 12 00:09:07.717 INFO E| Compiling raw-cpuid v10.7.0
108312026-02-12T00:09:08.462Z[ host-image] Feb 12 00:09:08.222 INFO E| Compiling cpio_reader v0.1.2
108322026-02-12T00:09:08.486Z[ host-image] Feb 12 00:09:08.229 INFO E| Compiling miniz_oxide v0.9.0
108332026-02-12T00:09:08.781Z[ host-image] Feb 12 00:09:08.542 INFO E| Compiling bitstruct v0.1.1
108342026-02-12T00:09:08.928Z[ host-image] Feb 12 00:09:08.688 INFO E| Compiling goblin v0.10.4
108352026-02-12T00:09:09.080Z[ host-image] Feb 12 00:09:08.840 INFO E| Compiling static_assertions v1.1.0
108362026-02-12T00:09:19.905Z[ host-image] Feb 12 00:09:19.666 INFO E| Finished `release` profile [optimized] target(s) in 1m 24s
108372026-02-12T00:09:19.932Z[ host-image] Feb 12 00:09:19.693 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
108382026-02-12T00:09:20.105Z[ host-image] Feb 12 00:09:19.865 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')"
108392026-02-12T00:09:20.105Z[ host-image] Feb 12 00:09:19.865 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108402026-02-12T00:09:20.131Z[ host-image] Feb 12 00:09:19.865 INFO building ROM for cosmo
108412026-02-12T00:09:20.131Z[ host-image] Feb 12 00:09:19.865 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")
108422026-02-12T00:09:20.386Z[ host-image] Feb 12 00:09:20.147 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
108432026-02-12T00:09:20.422Z[ host-image] Feb 12 00:09:20.156 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`
108442026-02-12T00:09:20.447Z[ host-image] Feb 12 00:09:20.208 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
108452026-02-12T00:09:20.637Z[ host-image] Feb 12 00:09:20.397 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
108462026-02-12T00:09:20.708Z[ host-image] Feb 12 00:09:20.444 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`
108472026-02-12T00:09:21.406Z[ host-image] Feb 12 00:09:21.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
108482026-02-12T00:09:21.406Z[ host-image] Feb 12 00:09:21.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
108492026-02-12T00:09:21.406Z[ host-image] Feb 12 00:09:21.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
108502026-02-12T00:09:21.473Z[ host-image] Feb 12 00:09:21.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
108512026-02-12T00:09:21.473Z[ host-image] Feb 12 00:09:21.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108522026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108532026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108542026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
108552026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
108562026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
108572026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
108582026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108592026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108602026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108612026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108622026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108632026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
108642026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108652026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
108662026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
108672026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108682026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108692026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
108702026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108712026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
108722026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
108732026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
108742026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108752026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
108762026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108772026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
108782026-02-12T00:09:21.474Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
108792026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
108802026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108812026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
108822026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
108832026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
108842026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
108852026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
108862026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
108872026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
108882026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
108892026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
108902026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
108912026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
108922026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108932026-02-12T00:09:21.475Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
108942026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
108952026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
108962026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
108972026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.172 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
108982026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.172 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
108992026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.172 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
109002026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.173 INFO O| Info: ABL version: 0x1007f011
109012026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.173 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
109022026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.173 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
109032026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.174 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
109042026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109052026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109062026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109072026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109082026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109092026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109102026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109112026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109122026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109132026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109142026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109152026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109162026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109172026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109182026-02-12T00:09:21.476Z[ host-image] Feb 12 00:09:21.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109192026-02-12T00:09:21.477Z[ host-image] Feb 12 00:09:21.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109202026-02-12T00:09:21.477Z[ host-image] Feb 12 00:09:21.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109212026-02-12T00:09:21.477Z[ host-image] Feb 12 00:09:21.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109222026-02-12T00:09:21.477Z[ host-image] Feb 12 00:09:21.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109232026-02-12T00:09:21.512Z[ host-image] Feb 12 00:09:21.272 INFO building ROM for gimlet
109242026-02-12T00:09:21.512Z[ host-image] Feb 12 00:09:21.272 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")
109252026-02-12T00:09:21.859Z[ host-image] Feb 12 00:09:21.619 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
109262026-02-12T00:09:21.882Z[ host-image] Feb 12 00:09:21.626 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`
109272026-02-12T00:09:21.906Z[ host-image] Feb 12 00:09:21.653 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
109282026-02-12T00:09:22.048Z[ host-image] Feb 12 00:09:21.808 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
109292026-02-12T00:09:22.072Z[ host-image] Feb 12 00:09:21.816 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`
109302026-02-12T00:09:22.474Z[ host-image] Feb 12 00:09:22.235 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
109312026-02-12T00:09:22.474Z[ host-image] Feb 12 00:09:22.235 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
109322026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.235 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
109332026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.235 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
109342026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.235 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
109352026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
109362026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
109372026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
109382026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
109392026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
109402026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
109412026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
109422026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.236 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
109432026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.237 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
109442026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.237 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
109452026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.237 INFO O| Info: ABL version: 0x100f5010
109462026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.237 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
109472026-02-12T00:09:22.498Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109482026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109492026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109502026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109512026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109522026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109532026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109542026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109552026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109562026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109572026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.238 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109582026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109592026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109602026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109612026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109622026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109632026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109642026-02-12T00:09:22.499Z[ host-image] Feb 12 00:09:22.239 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109652026-02-12T00:09:22.573Z[ host-image] Feb 12 00:09:22.333 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109662026-02-12T00:09:22.573Z[ host-image] Feb 12 00:09:22.333 INFO finishing image archive at "/work/os-host/os.tar.gz"...
109672026-02-12T00:10:12.157Z[ host-image] Feb 12 00:10:11.918 INFO image complete! materials are in "/work/os-host"
109682026-02-12T00:10:12.240Z[ host-image]
109692026-02-12T00:10:12.240Z[ host-image] real 30:23.262019633
109702026-02-12T00:10:12.264Z[ host-image] user 20:43.855914169
109712026-02-12T00:10:12.264Z[ host-image] sys 1:59.905374391
109722026-02-12T00:10:12.264Z[ host-image] trap 1.112058774
109732026-02-12T00:10:12.264Z[ host-image] tflt 0.578528557
109742026-02-12T00:10:12.265Z[ host-image] dflt 1.474584214
109752026-02-12T00:10:12.265Z[ host-image] kflt 0.090347481
109762026-02-12T00:10:12.265Z[ host-image] lock 22:31.367161625
109772026-02-12T00:10:12.265Z[ host-image] slp 2:54:45.132323609
109782026-02-12T00:10:12.265Z[ host-image] lat 8:39.842352387
109792026-02-12T00:10:12.265Z[ host-image] stop 7.303298008
109802026-02-12T00:10:12.265ZFeb 12 00:10:12.003 INFO [host-image] process exited with exit status: 0 (1823.349234386s)
109812026-02-12T00:10:12.265ZFeb 12 00:10:12.003 INFO [tuf-repo] running task
109822026-02-12T00:10:53.179ZFeb 12 00:10:52.942 INFO assembling repository in `/tmp/tufaceousABl5fF`, component: OmicronRepoAssembler
109832026-02-12T00:11:06.614ZFeb 12 00:11:06.377 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
109842026-02-12T00:11:07.290ZFeb 12 00:11:07.053 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
109852026-02-12T00:11:57.985Z[verify-libraries] Finished `release` profile [optimized] target(s) in 31m 12s
109862026-02-12T00:11:58.735ZFeb 12 00:11:58.499 INFO [verify-libraries] process exited with exit status: 0 (1880.077844827s)
109872026-02-12T00:12:08.175ZFeb 12 00:12:07.939 INFO extracting uploaded archive to /tmp/.tmp7BKRuz
109882026-02-12T00:12:13.038ZFeb 12 00:12:12.802 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.ikLPSr
109892026-02-12T00:12:13.197ZFeb 12 00:12:12.961 INFO added artifact, length: 6505836, hash: 62a82ddd4d90fac01ac7bc96bd997734c1af74bef7232e5d8902ceeed3b0c7a1, version: 1.0.59, kind: gimlet_sp, name: cosmo-a
109902026-02-12T00:12:13.483ZFeb 12 00:12:13.247 INFO added artifact, length: 6505965, hash: 4bbf697751c0b035befe8a5892620a210d49c2e336c38b16e2e5ca66b2a5bc26, version: 1.0.59, kind: gimlet_sp, name: cosmo-b
109912026-02-12T00:12:13.783ZFeb 12 00:12:13.547 INFO added artifact, length: 5475533, hash: 273e632fdcd5f8e68a8bcbce01f0c57b441b8d4f55fa5a5a655c016219804d4c, version: 1.0.59, kind: gimlet_sp, name: gimlet-b
109922026-02-12T00:12:14.070ZFeb 12 00:12:13.834 INFO added artifact, length: 5477961, hash: d9a0d17456460a38ee4f23218ba494379ff093e5013e60aacebb622391071fb0, version: 1.0.59, kind: gimlet_sp, name: gimlet-c
109932026-02-12T00:12:14.349ZFeb 12 00:12:14.114 INFO added artifact, length: 5466521, hash: 90391cc4f7ebed856eeb3e8d002fd6acbb6b66dafd1f1adbd42c415fbfc2788f, version: 1.0.59, kind: gimlet_sp, name: gimlet-d
109942026-02-12T00:12:14.623ZFeb 12 00:12:14.387 INFO added artifact, length: 5466091, hash: 6355c7b199c7b2400576b266004ab9939beb5235f7390bfdb2cb76b0429808db, version: 1.0.59, kind: gimlet_sp, name: gimlet-e
109952026-02-12T00:12:14.911ZFeb 12 00:12:14.676 INFO added artifact, length: 5466041, hash: cb8af4ce9217bc764eaf9de8b71d21e715433d5fc74fef6b81a0fc3bf54e0101, version: 1.0.59, kind: gimlet_sp, name: gimlet-f
109962026-02-12T00:12:15.237ZFeb 12 00:12:15.002 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109972026-02-12T00:12:15.237ZFeb 12 00:12:15.002 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109982026-02-12T00:12:15.437ZFeb 12 00:12:15.200 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109992026-02-12T00:12:15.437ZFeb 12 00:12:15.200 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110002026-02-12T00:12:15.632ZFeb 12 00:12:15.397 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110012026-02-12T00:12:15.632ZFeb 12 00:12:15.397 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110022026-02-12T00:12:15.823ZFeb 12 00:12:15.587 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110032026-02-12T00:12:15.823ZFeb 12 00:12:15.588 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110042026-02-12T00:12:16.021ZFeb 12 00:12:15.785 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110052026-02-12T00:12:16.021ZFeb 12 00:12:15.785 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110062026-02-12T00:12:16.213ZFeb 12 00:12:15.978 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110072026-02-12T00:12:16.213ZFeb 12 00:12:15.978 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110082026-02-12T00:12:16.396ZFeb 12 00:12:16.160 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110092026-02-12T00:12:16.396ZFeb 12 00:12:16.160 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110102026-02-12T00:12:16.420ZFeb 12 00:12:16.162 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110112026-02-12T00:12:16.420ZFeb 12 00:12:16.164 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110122026-02-12T00:12:16.420ZFeb 12 00:12:16.166 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110132026-02-12T00:12:16.420ZFeb 12 00:12:16.168 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110142026-02-12T00:12:16.420ZFeb 12 00:12:16.170 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110152026-02-12T00:12:33.209ZFeb 12 00:12:32.974 INFO added artifact, length: 33554432, hash: f35468e2589e78768779f91ccb2aa7686dd12fc373c2d4210c0d442f9bc1abf7, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: gimlet_host_phase_1, name: host
110162026-02-12T00:12:33.209ZFeb 12 00:12:32.974 INFO added artifact, length: 33554432, hash: 39f40af5e631c7fcb8ad0b5e90b09c1e28cb6aed501dfe49a6980ec0414391f4, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: cosmo_host_phase_1, name: host
110172026-02-12T00:12:33.209ZFeb 12 00:12:32.974 INFO added artifact, length: 1101008896, hash: aa1bdcb56da0a6985766f7b5b79bcd70d025fc4464cfd59af02d7a47c6192709, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: host_phase_2, name: host
110182026-02-12T00:12:36.178ZFeb 12 00:12:35.943 INFO added artifact, length: 33554432, hash: 8bc6913c588d80d9112364a18a5231b63c471e6ed7e35a9b684f31fd3de0058c, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: gimlet_trampoline_phase_1, name: trampoline
110192026-02-12T00:12:36.178ZFeb 12 00:12:35.943 INFO added artifact, length: 33554432, hash: 6679b42d0ecd30e85cfffc9cf4b98d066d568f15e087d004af885ba1150bfa4c, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: cosmo_trampoline_phase_1, name: trampoline
110202026-02-12T00:12:36.178ZFeb 12 00:12:35.943 INFO added artifact, length: 144248921, hash: f7b7198830503977c0e5c33e56feb0b88c1a47444a199eabdcac123d85cb639c, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: trampoline_phase_2, name: trampoline
110212026-02-12T00:12:42.107ZFeb 12 00:12:41.872 INFO added artifact, length: 309760740, hash: 91000bebcf0cb9ba92f674817410fa1ca07d8283d605fcc108018fc874b60a40, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: clickhouse_keeper
110222026-02-12T00:12:48.798ZFeb 12 00:12:48.563 INFO added artifact, length: 327179693, hash: 9c5f6e532240c8be0d9cb9811722d59f6b1feb08403285695f315bd2b8150476, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: clickhouse_server
110232026-02-12T00:12:55.430ZFeb 12 00:12:55.195 INFO added artifact, length: 327180264, hash: f6ed90aad1f5708e13fc192acf31e1914458ed1886a731ce6523251a8b5fab95, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: clickhouse
110242026-02-12T00:12:58.694ZFeb 12 00:12:58.459 INFO added artifact, length: 169063718, hash: 82db33e30e7b180fcfd510a35d90706b2fcba8583436a21d9281b63478014354, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: cockroachdb
110252026-02-12T00:12:59.456ZFeb 12 00:12:59.222 INFO added artifact, length: 42536382, hash: 4c3bcab93387d48e3ce5f4fb2f1c2aa6ebfeaf7665c8f638e2ef5ef8f7364a6b, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: crucible-pantry-zone
110262026-02-12T00:13:00.498ZFeb 12 00:13:00.264 INFO added artifact, length: 57014102, hash: 37f01d86cda26a638a714daa42621dc2e2035100f1fec6068372828dde6c09a3, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: crucible-zone
110272026-02-12T00:13:01.400ZFeb 12 00:13:01.166 INFO added artifact, length: 49943461, hash: 55afae5ff6842c3ba28ba513bb70a9538c26ef1edc14b0211b98581992e797a3, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: external-dns
110282026-02-12T00:13:02.325ZFeb 12 00:13:02.090 INFO added artifact, length: 49943059, hash: 3f4adc3e12834ae18306b96b0003349e39d8ddd0d7edcf0460f2776560c06095, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: internal-dns
110292026-02-12T00:13:06.393ZFeb 12 00:13:06.158 INFO added artifact, length: 215378067, hash: 0107a1f59c5bd68ad8e0b82521cbad956081abe8febfb0082fa510ff527891ec, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: nexus
110302026-02-12T00:13:06.934ZFeb 12 00:13:06.700 INFO added artifact, length: 30354359, hash: 110d50a570ae24e20105c72b1703a58e28699fd65570ad1a71db56a6273a06c5, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: ntp
110312026-02-12T00:13:08.273ZFeb 12 00:13:08.039 INFO added artifact, length: 66509571, hash: 28fbeaf6d18960ba844641d831d9e5814de1b44352ec50a872d9525f1356f765, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: oximeter
110322026-02-12T00:13:08.346ZFeb 12 00:13:08.111 INFO added artifact, length: 3109590, hash: 1bc8504df484e6a81cef94954942d1c7f4c9adb91fd06d9a67cc7e26a08cb1c3, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: zone, name: probe
110332026-02-12T00:13:08.370ZFeb 12 00:13:08.112 INFO added artifact, length: 829, hash: 5c7fe2ddf8348490edaedf879310fe4e9ef3efd445b61c4b0cb687a928fd063f, version: 1.0.59, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.59
110342026-02-12T00:13:08.370ZFeb 12 00:13:08.113 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110352026-02-12T00:13:08.370ZFeb 12 00:13:08.114 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110362026-02-12T00:13:08.455ZFeb 12 00:13:08.220 INFO added artifact, length: 4132423, hash: 3fd2db199a1be2379b11c377c7b62e009d37a9ffd64fa469c76fa2ca04671b53, version: 1.0.59, kind: psc_sp, name: psc-b
110372026-02-12T00:13:08.547ZFeb 12 00:13:08.311 INFO added artifact, length: 4135787, hash: ee13d95bd19ac6943f7d026b40fa23df87e43aacd5edd7140f3d11f5d711cb9a, version: 1.0.59, kind: psc_sp, name: psc-c
110382026-02-12T00:13:08.726ZFeb 12 00:13:08.490 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110392026-02-12T00:13:08.726ZFeb 12 00:13:08.490 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110402026-02-12T00:13:08.914ZFeb 12 00:13:08.680 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110412026-02-12T00:13:08.914ZFeb 12 00:13:08.680 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110422026-02-12T00:13:09.091ZFeb 12 00:13:08.856 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110432026-02-12T00:13:09.091ZFeb 12 00:13:08.857 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110442026-02-12T00:13:09.263ZFeb 12 00:13:09.029 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110452026-02-12T00:13:09.263ZFeb 12 00:13:09.029 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110462026-02-12T00:13:09.287ZFeb 12 00:13:09.031 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110472026-02-12T00:13:09.287ZFeb 12 00:13:09.033 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110482026-02-12T00:13:09.287ZFeb 12 00:13:09.036 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110492026-02-12T00:13:09.427ZFeb 12 00:13:09.192 INFO added artifact, length: 6944344, hash: 085f04164b2caf581c11b0ca8173e3ce3ad007e4bcb1a8b7df5ee9eb911eeed8, version: 1.0.59, kind: switch_sp, name: sidecar-b
110502026-02-12T00:13:09.706ZFeb 12 00:13:09.472 INFO added artifact, length: 6961228, hash: 1f8158421c7a95d2ec9247f669f0fb019ec3e95f6a40e9a5571068eea61f3c61, version: 1.0.59, kind: switch_sp, name: sidecar-c
110512026-02-12T00:13:09.991ZFeb 12 00:13:09.756 INFO added artifact, length: 6961124, hash: e1419f4d415b72090fad790d41dfaa68aaef96cb8865d2d5ca9491dc60ea7eaa, version: 1.0.59, kind: switch_sp, name: sidecar-d
110522026-02-12T00:13:10.285ZFeb 12 00:13:10.051 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
110532026-02-12T00:13:10.285ZFeb 12 00:13:10.051 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
110542026-02-12T00:13:10.450ZFeb 12 00:13:10.215 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110552026-02-12T00:13:10.450ZFeb 12 00:13:10.215 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110562026-02-12T00:13:10.617ZFeb 12 00:13:10.382 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
110572026-02-12T00:13:10.617ZFeb 12 00:13:10.383 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
110582026-02-12T00:13:10.765ZFeb 12 00:13:10.531 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
110592026-02-12T00:13:10.765ZFeb 12 00:13:10.531 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
110602026-02-12T00:13:10.789ZFeb 12 00:13:10.533 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
110612026-02-12T00:13:10.789ZFeb 12 00:13:10.535 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
110622026-02-12T00:13:10.789ZFeb 12 00:13:10.536 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
110632026-02-12T00:13:10.789ZFeb 12 00:13:10.537 INFO added artifact, length: 924, hash: ef7126da57d32d519cf8d8bf4a3e8a912605a57dc4d0f04b049ee1ec04865c8b, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: installinator_document, name: installinator_document
110642026-02-12T00:13:11.596ZFeb 12 00:13:11.362 INFO extracting uploaded archive to /tmp/.tmprEOIfN
110652026-02-12T00:13:16.250ZFeb 12 00:13:16.016 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.YCySQp
110662026-02-12T00:13:16.392ZFeb 12 00:13:16.158 INFO added artifact, length: 6505836, hash: 62a82ddd4d90fac01ac7bc96bd997734c1af74bef7232e5d8902ceeed3b0c7a1, version: 1.0.59, kind: gimlet_sp, name: cosmo-a
110672026-02-12T00:13:16.669ZFeb 12 00:13:16.434 INFO added artifact, length: 6505965, hash: 4bbf697751c0b035befe8a5892620a210d49c2e336c38b16e2e5ca66b2a5bc26, version: 1.0.59, kind: gimlet_sp, name: cosmo-b
110682026-02-12T00:13:16.902ZFeb 12 00:13:16.667 INFO added artifact, length: 5475533, hash: 273e632fdcd5f8e68a8bcbce01f0c57b441b8d4f55fa5a5a655c016219804d4c, version: 1.0.59, kind: gimlet_sp, name: gimlet-b
110692026-02-12T00:13:17.164ZFeb 12 00:13:16.930 INFO added artifact, length: 5477961, hash: d9a0d17456460a38ee4f23218ba494379ff093e5013e60aacebb622391071fb0, version: 1.0.59, kind: gimlet_sp, name: gimlet-c
110702026-02-12T00:13:17.424ZFeb 12 00:13:17.190 INFO added artifact, length: 5466521, hash: 90391cc4f7ebed856eeb3e8d002fd6acbb6b66dafd1f1adbd42c415fbfc2788f, version: 1.0.59, kind: gimlet_sp, name: gimlet-d
110712026-02-12T00:13:17.686ZFeb 12 00:13:17.452 INFO added artifact, length: 5466091, hash: 6355c7b199c7b2400576b266004ab9939beb5235f7390bfdb2cb76b0429808db, version: 1.0.59, kind: gimlet_sp, name: gimlet-e
110722026-02-12T00:13:17.947ZFeb 12 00:13:17.712 INFO added artifact, length: 5466041, hash: cb8af4ce9217bc764eaf9de8b71d21e715433d5fc74fef6b81a0fc3bf54e0101, version: 1.0.59, kind: gimlet_sp, name: gimlet-f
110732026-02-12T00:13:18.208ZFeb 12 00:13:17.974 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
110742026-02-12T00:13:18.208ZFeb 12 00:13:17.974 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
110752026-02-12T00:13:18.370ZFeb 12 00:13:18.136 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
110762026-02-12T00:13:18.371ZFeb 12 00:13:18.136 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110772026-02-12T00:13:18.525ZFeb 12 00:13:18.290 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110782026-02-12T00:13:18.525ZFeb 12 00:13:18.290 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110792026-02-12T00:13:18.688ZFeb 12 00:13:18.453 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110802026-02-12T00:13:18.688ZFeb 12 00:13:18.454 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110812026-02-12T00:13:18.841ZFeb 12 00:13:18.605 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110822026-02-12T00:13:18.841ZFeb 12 00:13:18.605 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110832026-02-12T00:13:19.001ZFeb 12 00:13:18.767 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110842026-02-12T00:13:19.002ZFeb 12 00:13:18.767 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110852026-02-12T00:13:19.160ZFeb 12 00:13:18.925 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110862026-02-12T00:13:19.160ZFeb 12 00:13:18.926 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110872026-02-12T00:13:19.208ZFeb 12 00:13:18.928 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110882026-02-12T00:13:19.208ZFeb 12 00:13:18.930 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110892026-02-12T00:13:19.208ZFeb 12 00:13:18.931 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110902026-02-12T00:13:19.208ZFeb 12 00:13:18.933 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110912026-02-12T00:13:19.208ZFeb 12 00:13:18.935 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110922026-02-12T00:13:34.737ZFeb 12 00:13:34.502 INFO added artifact, length: 33554432, hash: f35468e2589e78768779f91ccb2aa7686dd12fc373c2d4210c0d442f9bc1abf7, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: gimlet_host_phase_1, name: host
110932026-02-12T00:13:34.737ZFeb 12 00:13:34.502 INFO added artifact, length: 33554432, hash: 39f40af5e631c7fcb8ad0b5e90b09c1e28cb6aed501dfe49a6980ec0414391f4, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: cosmo_host_phase_1, name: host
110942026-02-12T00:13:34.763ZFeb 12 00:13:34.502 INFO added artifact, length: 1101008896, hash: aa1bdcb56da0a6985766f7b5b79bcd70d025fc4464cfd59af02d7a47c6192709, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: host_phase_2, name: host
110952026-02-12T00:13:37.574ZFeb 12 00:13:37.340 INFO added artifact, length: 33554432, hash: 8bc6913c588d80d9112364a18a5231b63c471e6ed7e35a9b684f31fd3de0058c, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: gimlet_trampoline_phase_1, name: trampoline
110962026-02-12T00:13:37.574ZFeb 12 00:13:37.340 INFO added artifact, length: 33554432, hash: 6679b42d0ecd30e85cfffc9cf4b98d066d568f15e087d004af885ba1150bfa4c, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: cosmo_trampoline_phase_1, name: trampoline
110972026-02-12T00:13:37.574ZFeb 12 00:13:37.340 INFO added artifact, length: 144248921, hash: f7b7198830503977c0e5c33e56feb0b88c1a47444a199eabdcac123d85cb639c, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: trampoline_phase_2, name: trampoline
110982026-02-12T00:14:02.740ZFeb 12 00:14:02.507 INFO added artifact, length: 1705300460, hash: b0712b59db230ff8bc057b7735289405d585acf775096b86e6572bab07c87828, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: control_plane, name: control-plane
110992026-02-12T00:14:02.765ZFeb 12 00:14:02.508 INFO added artifact, length: 829, hash: 5c7fe2ddf8348490edaedf879310fe4e9ef3efd445b61c4b0cb687a928fd063f, version: 1.0.59, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.59
111002026-02-12T00:14:02.765ZFeb 12 00:14:02.509 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
111012026-02-12T00:14:02.765ZFeb 12 00:14:02.510 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
111022026-02-12T00:14:02.844ZFeb 12 00:14:02.610 INFO added artifact, length: 4132423, hash: 3fd2db199a1be2379b11c377c7b62e009d37a9ffd64fa469c76fa2ca04671b53, version: 1.0.59, kind: psc_sp, name: psc-b
111032026-02-12T00:14:02.946ZFeb 12 00:14:02.713 INFO added artifact, length: 4135787, hash: ee13d95bd19ac6943f7d026b40fa23df87e43aacd5edd7140f3d11f5d711cb9a, version: 1.0.59, kind: psc_sp, name: psc-c
111042026-02-12T00:14:03.095ZFeb 12 00:14:02.861 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
111052026-02-12T00:14:03.095ZFeb 12 00:14:02.861 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
111062026-02-12T00:14:03.265ZFeb 12 00:14:03.032 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
111072026-02-12T00:14:03.265ZFeb 12 00:14:03.032 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
111082026-02-12T00:14:03.441ZFeb 12 00:14:03.208 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
111092026-02-12T00:14:03.441ZFeb 12 00:14:03.208 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
111102026-02-12T00:14:03.602ZFeb 12 00:14:03.369 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
111112026-02-12T00:14:03.602ZFeb 12 00:14:03.369 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
111122026-02-12T00:14:03.626ZFeb 12 00:14:03.372 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
111132026-02-12T00:14:03.626ZFeb 12 00:14:03.374 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
111142026-02-12T00:14:03.626ZFeb 12 00:14:03.376 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
111152026-02-12T00:14:03.755ZFeb 12 00:14:03.521 INFO added artifact, length: 6944344, hash: 085f04164b2caf581c11b0ca8173e3ce3ad007e4bcb1a8b7df5ee9eb911eeed8, version: 1.0.59, kind: switch_sp, name: sidecar-b
111162026-02-12T00:14:04.021ZFeb 12 00:14:03.787 INFO added artifact, length: 6961228, hash: 1f8158421c7a95d2ec9247f669f0fb019ec3e95f6a40e9a5571068eea61f3c61, version: 1.0.59, kind: switch_sp, name: sidecar-c
111172026-02-12T00:14:04.296ZFeb 12 00:14:04.062 INFO added artifact, length: 6961124, hash: e1419f4d415b72090fad790d41dfaa68aaef96cb8865d2d5ca9491dc60ea7eaa, version: 1.0.59, kind: switch_sp, name: sidecar-d
111182026-02-12T00:14:04.587ZFeb 12 00:14:04.353 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
111192026-02-12T00:14:04.587ZFeb 12 00:14:04.354 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
111202026-02-12T00:14:04.738ZFeb 12 00:14:04.505 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111212026-02-12T00:14:04.739ZFeb 12 00:14:04.505 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111222026-02-12T00:14:04.899ZFeb 12 00:14:04.665 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
111232026-02-12T00:14:04.899ZFeb 12 00:14:04.666 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
111242026-02-12T00:14:05.054ZFeb 12 00:14:04.821 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
111252026-02-12T00:14:05.054ZFeb 12 00:14:04.821 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
111262026-02-12T00:14:05.078ZFeb 12 00:14:04.823 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
111272026-02-12T00:14:05.078ZFeb 12 00:14:04.825 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
111282026-02-12T00:14:05.079ZFeb 12 00:14:04.828 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
111292026-02-12T00:14:05.079ZFeb 12 00:14:04.828 INFO added artifact, length: 924, hash: ef7126da57d32d519cf8d8bf4a3e8a912605a57dc4d0f04b049ee1ec04865c8b, version: 18.0.0-0.ci+gitb94ffbfefdb, kind: installinator_document, name: installinator_document
111302026-02-12T00:14:05.970ZFeb 12 00:14:05.736 INFO [tuf-repo] task succeeded (233.733225523s)
111312026-02-12T00:14:05.970ZFeb 12 00:14:05.736 INFO all jobs completed in 3978.70404633s
111322026-02-12T00:14:10.235Zprocess exited: duration 4892769 ms, exit code 0
 
111332026-02-12T00:14:10.289Zfound 41 output files
111342026-02-12T00:14:10.289Zuploading: /work/manifest.toml (17174 bytes)
111352026-02-12T00:14:11.435Zuploaded: /work/manifest.toml
111362026-02-12T00:14:11.471Zuploading: /work/repo.zip (2943734362 bytes)
111372026-02-12T00:17:37.018Zuploaded: /work/repo.zip
111382026-02-12T00:17:37.018Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111392026-02-12T00:17:38.116Zuploaded: /work/repo.zip.sha256.txt
111402026-02-12T00:17:38.140Zuploading: /work/helios.json (647 bytes)
111412026-02-12T00:17:39.212Zuploaded: /work/helios.json
111422026-02-12T00:17:39.212Zuploading: /work/incorporation.p5m (100324 bytes)
111432026-02-12T00:17:40.412Zuploaded: /work/incorporation.p5m
111442026-02-12T00:17:40.436Zuploading: /work/incorporation.p5p (122880 bytes)
111452026-02-12T00:17:41.613Zuploaded: /work/incorporation.p5p
111462026-02-12T00:17:41.638Zuploading: /work/helios-incorp.log (526 bytes)
111472026-02-12T00:17:42.709Zuploaded: /work/helios-incorp.log
111482026-02-12T00:17:42.733Zuploading: /work/helios-setup.log (73537 bytes)
111492026-02-12T00:17:43.891Zuploaded: /work/helios-setup.log
111502026-02-12T00:17:43.891Zuploading: /work/host-image.log (234638 bytes)
111512026-02-12T00:17:45.114Zuploaded: /work/host-image.log
111522026-02-12T00:17:45.138Zuploading: /work/host-package.log (32976 bytes)
111532026-02-12T00:17:46.272Zuploaded: /work/host-package.log
111542026-02-12T00:17:46.296Zuploading: /work/host-target.log (101 bytes)
111552026-02-12T00:17:47.366Zuploaded: /work/host-target.log
111562026-02-12T00:17:47.366Zuploading: /work/incorp-create.log (0 bytes)
111572026-02-12T00:17:48.434Zuploaded: /work/incorp-create.log
111582026-02-12T00:17:48.458Zuploading: /work/incorp-fmt.log (0 bytes)
111592026-02-12T00:17:49.504Zuploaded: /work/incorp-fmt.log
111602026-02-12T00:17:49.529Zuploading: /work/incorp-pkgsend.log (108 bytes)
111612026-02-12T00:17:50.599Zuploaded: /work/incorp-pkgsend.log
111622026-02-12T00:17:50.623Zuploading: /work/incorp-publisher.log (0 bytes)
111632026-02-12T00:17:51.669Zuploaded: /work/incorp-publisher.log
111642026-02-12T00:17:51.693Zuploading: /work/omicron-package.log (6714 bytes)
111652026-02-12T00:17:52.785Zuploaded: /work/omicron-package.log
111662026-02-12T00:17:52.785Zuploading: /work/recovery-image.log (603613 bytes)
111672026-02-12T00:17:54.037Zuploaded: /work/recovery-image.log
111682026-02-12T00:17:54.037Zuploading: /work/recovery-package.log (1771 bytes)
111692026-02-12T00:17:55.131Zuploaded: /work/recovery-package.log
111702026-02-12T00:17:55.156Zuploading: /work/recovery-target.log (98 bytes)
111712026-02-12T00:17:56.223Zuploaded: /work/recovery-target.log
111722026-02-12T00:17:56.223Zuploading: /work/stamp-clickhouse.log (117 bytes)
111732026-02-12T00:17:57.317Zuploaded: /work/stamp-clickhouse.log
111742026-02-12T00:17:57.341Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
111752026-02-12T00:17:58.411Zuploaded: /work/stamp-clickhouse_keeper.log
111762026-02-12T00:17:58.435Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
111772026-02-12T00:17:59.504Zuploaded: /work/stamp-clickhouse_server.log
111782026-02-12T00:17:59.528Zuploading: /work/stamp-cockroachdb.log (118 bytes)
111792026-02-12T00:18:00.600Zuploaded: /work/stamp-cockroachdb.log
111802026-02-12T00:18:00.624Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
111812026-02-12T00:18:01.694Zuploaded: /work/stamp-crucible-pantry-zone.log
111822026-02-12T00:18:01.694Zuploading: /work/stamp-crucible-utils.log (118 bytes)
111832026-02-12T00:18:02.787Zuploaded: /work/stamp-crucible-utils.log
111842026-02-12T00:18:02.787Zuploading: /work/stamp-crucible-zone.log (120 bytes)
111852026-02-12T00:18:03.880Zuploaded: /work/stamp-crucible-zone.log
111862026-02-12T00:18:03.880Zuploading: /work/stamp-external-dns.log (119 bytes)
111872026-02-12T00:18:04.973Zuploaded: /work/stamp-external-dns.log
111882026-02-12T00:18:04.974Zuploading: /work/stamp-installinator.log (103 bytes)
111892026-02-12T00:18:06.066Zuploaded: /work/stamp-installinator.log
111902026-02-12T00:18:06.066Zuploading: /work/stamp-internal-dns.log (119 bytes)
111912026-02-12T00:18:07.160Zuploaded: /work/stamp-internal-dns.log
111922026-02-12T00:18:07.184Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
111932026-02-12T00:18:08.255Zuploaded: /work/stamp-mg-ddm-gz.log
111942026-02-12T00:18:08.255Zuploading: /work/stamp-nexus.log (112 bytes)
111952026-02-12T00:18:09.350Zuploaded: /work/stamp-nexus.log
111962026-02-12T00:18:09.351Zuploading: /work/stamp-ntp.log (110 bytes)
111972026-02-12T00:18:10.444Zuploaded: /work/stamp-ntp.log
111982026-02-12T00:18:10.444Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
111992026-02-12T00:18:11.537Zuploaded: /work/stamp-omicron-sled-agent.log
112002026-02-12T00:18:11.537Zuploading: /work/stamp-overlay.log (114 bytes)
112012026-02-12T00:18:12.630Zuploaded: /work/stamp-overlay.log
112022026-02-12T00:18:12.630Zuploading: /work/stamp-oximeter.log (115 bytes)
112032026-02-12T00:18:13.723Zuploaded: /work/stamp-oximeter.log
112042026-02-12T00:18:13.723Zuploading: /work/stamp-oxlog.log (109 bytes)
112052026-02-12T00:18:14.817Zuploaded: /work/stamp-oxlog.log
112062026-02-12T00:18:14.817Zuploading: /work/stamp-probe.log (112 bytes)
112072026-02-12T00:18:15.910Zuploaded: /work/stamp-probe.log
112082026-02-12T00:18:15.910Zuploading: /work/stamp-propolis-server.log (122 bytes)
112092026-02-12T00:18:17.004Zuploaded: /work/stamp-propolis-server.log
112102026-02-12T00:18:17.005Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112112026-02-12T00:18:18.098Zuploaded: /work/stamp-pumpkind-gz.log
112122026-02-12T00:18:18.098Zuploading: /work/stamp-switch-asic.log (118 bytes)
112132026-02-12T00:18:19.191Zuploaded: /work/stamp-switch-asic.log
112142026-02-12T00:18:19.191Zuploading: /work/verify-libraries.log (11319 bytes)
112152026-02-12T00:18:20.327Zuploaded: /work/verify-libraries.log